diff --git a/SDL_bgi-2.2.4.tar.gz b/SDL_bgi-2.2.4.tar.gz deleted file mode 100644 index a6445f0..0000000 --- a/SDL_bgi-2.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda0e55c79d32adb958f65ace1ff87882005f06239f1587c5af9f594fd3c016a -size 1276921 diff --git a/SDL_bgi-2.3.0.tar.gz b/SDL_bgi-2.3.0.tar.gz new file mode 100644 index 0000000..9eaf876 --- /dev/null +++ b/SDL_bgi-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908af6327ff61ea0bf8cc13e3b42f33ef4e1fc534d2ed66581d127011bd213f +size 1279793 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index 0c99e54..8e68f75 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 20 18:51:01 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 2.3.0 + * Added "auto mode": initgraph() performs automatic screen + refresh when the environment variable SDL_BGI_RATE is set to + "auto" or to the desired refresh rate (e.g. 60). This can be + used as an alternative to "slow mode", and it provides a huge + performance boost. The new function sdlbgiauto() is also + available. BEWARE: automatic refresh may not work on some + NVIDIA graphics cards. + * Added compatibility with C++ programs + * Added a showerrorbox() function + ------------------------------------------------------------------- Mon Nov 19 08:37:19 UTC 2018 - Jan Engelhardt diff --git a/SDL_bgi.spec b/SDL_bgi.spec index bc6fc13..746d4ec 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_bgi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: SDL_bgi %define lname libSDL_bgi2 -Version: 2.2.4 +Version: 2.3.0 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later @@ -31,13 +31,11 @@ BuildRequires: automake >= 1.11 BuildRequires: libtool >= 2 BuildRequires: pkg-config BuildRequires: pkgconfig(sdl2) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SDL_bgi is largely compatible with BGI, the Borland Graphics -Interface that was the de-facto standard in PC graphics back in DOS -days. It is easy to use, and it also provides extensions for RGB -colours and mouse support. +Interface that was a standard in PC graphics back in the DOS days. +SDL_bgi also provides extensions for RGB colors and mouse support. %package -n %lname Summary: SDL Graphics Routines for Primitives and Other Support Functions diff --git a/sdlbgi-automake.diff b/sdlbgi-automake.diff index 4f4c0e8..76a0266 100644 --- a/sdlbgi-automake.diff +++ b/sdlbgi-automake.diff @@ -24,7 +24,7 @@ Index: SDL_bgi-2.2.2/configure.ac --- /dev/null +++ SDL_bgi-2.2.2/configure.ac @@ -0,0 +1,9 @@ -+AC_INIT([SDL_bgi], [2.2.4]) ++AC_INIT([SDL_bgi], [2.3.0]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) +AC_PROG_CC