From 02cd07875688bd48bd594f48a337e3e8c058b0b06f4292a0a0457deb9128135e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Nov 2018 08:48:05 +0000 Subject: [PATCH] - Update to new upstream release 2.2.4 OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=37 --- SDL_bgi-2.2.3.tar.gz | 3 --- SDL_bgi-2.2.4.tar.gz | 3 +++ SDL_bgi.changes | 7 +++++++ SDL_bgi.spec | 2 +- sdlbgi-automake.diff | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 SDL_bgi-2.2.3.tar.gz create mode 100644 SDL_bgi-2.2.4.tar.gz diff --git a/SDL_bgi-2.2.3.tar.gz b/SDL_bgi-2.2.3.tar.gz deleted file mode 100644 index 4d8440d..0000000 --- a/SDL_bgi-2.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db397b4fee59a8dc3f579a09c5210474ba5f53fbc97e33cb8fbf1f05c991c4b -size 1149312 diff --git a/SDL_bgi-2.2.4.tar.gz b/SDL_bgi-2.2.4.tar.gz new file mode 100644 index 0000000..a6445f0 --- /dev/null +++ b/SDL_bgi-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda0e55c79d32adb958f65ace1ff87882005f06239f1587c5af9f594fd3c016a +size 1276921 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index 3e8e5d8..0c99e54 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 19 08:37:19 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2.2.4 + * Added some graphics modes for better compatibility with + old programs + ------------------------------------------------------------------- Wed Sep 19 12:48:29 UTC 2018 - Jan Engelhardt diff --git a/SDL_bgi.spec b/SDL_bgi.spec index 9317b66..bc6fc13 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -18,7 +18,7 @@ Name: SDL_bgi %define lname libSDL_bgi2 -Version: 2.2.3 +Version: 2.2.4 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later diff --git a/sdlbgi-automake.diff b/sdlbgi-automake.diff index bdf9a91..4f4c0e8 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.2]) ++AC_INIT([SDL_bgi], [2.2.4]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) +AC_PROG_CC @@ -54,7 +54,7 @@ Index: SDL_bgi-2.2.2/test/Makefile.am +AM_CPPFLAGS = -I${top_srcdir}/src +AM_CFLAGS = -Wall +EXTRA_PROGRAMS = \ -+ cellular dla fern floodfilltest hopalong life \ ++ cellular dla fern floodfilltest hopalong kaleido life \ + mandelbrot mousetest moveit plasma sdlbgidemo simple turtledemo +LDADD = ../src/libSDL_bgi.la +hopalong_LDADD = ${LDADD} -lm