Hello community, here is the log from the commit of package SDL_bgi for openSUSE:Factory checked in at 2019-08-22 10:53:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old) and /work/SRC/openSUSE:Factory/.SDL_bgi.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL_bgi" Thu Aug 22 10:53:27 2019 rev:15 rq:724880 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes 2018-11-19 23:33:16.335102035 +0100 +++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.22127/SDL_bgi.changes 2019-08-22 10:53:28.469691012 +0200 @@ -1,0 +2,14 @@ +Tue Aug 20 18:51:01 UTC 2019 - Jan Engelhardt <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- SDL_bgi-2.2.4.tar.gz New: ---- SDL_bgi-2.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_bgi.spec ++++++ --- /var/tmp/diff_new_pack.egDnGM/_old 2019-08-22 10:53:29.041690935 +0200 +++ /var/tmp/diff_new_pack.egDnGM/_new 2019-08-22 10:53:29.041690935 +0200 @@ -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: 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 ++++++ SDL_bgi-2.2.4.tar.gz -> SDL_bgi-2.3.0.tar.gz ++++++ ++++ 6373 lines of diff (skipped) ++++++ sdlbgi-automake.diff ++++++ --- /var/tmp/diff_new_pack.egDnGM/_old 2019-08-22 10:53:29.177690917 +0200 +++ /var/tmp/diff_new_pack.egDnGM/_new 2019-08-22 10:53:29.177690917 +0200 @@ -24,7 +24,7 @@ --- /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
