diff --git a/SDL_bgi-2.2.1.tar.gz b/SDL_bgi-2.2.1.tar.gz deleted file mode 100644 index ec15dc8..0000000 --- a/SDL_bgi-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b71f968ff3aea306ac6d5b236a4f428299017187eaedba1b272ef00d395c7f4c -size 1145256 diff --git a/SDL_bgi-2.2.2.tar.gz b/SDL_bgi-2.2.2.tar.gz new file mode 100644 index 0000000..4449dcf --- /dev/null +++ b/SDL_bgi-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1d69cd01e07d553c94f8602780adaf81e856696601e69a96b2db6c8412932e +size 1149200 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index 141f886..8e90abe 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 11 11:11:35 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 2.2.2 + * The constants TMP_FG_COL, TMP_BG_COL, and TMP_FILL_COL + were added. + ------------------------------------------------------------------- Wed Aug 15 10:47:45 UTC 2018 - jengelh@inai.de diff --git a/SDL_bgi.spec b/SDL_bgi.spec index 561ef13..f194f64 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -18,7 +18,7 @@ Name: SDL_bgi %define lname libSDL_bgi2 -Version: 2.2.1 +Version: 2.2.2 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 4e773f6..bdf9a91 100644 --- a/sdlbgi-automake.diff +++ b/sdlbgi-automake.diff @@ -12,19 +12,19 @@ Author could not decide between "sdlbgifast" and "bgifast" test/Makefile.am | 11 +++++++++++ 4 files changed, 30 insertions(+) -Index: SDL_bgi-2.0.6/Makefile.am +Index: SDL_bgi-2.2.2/Makefile.am =================================================================== --- /dev/null -+++ SDL_bgi-2.0.6/Makefile.am ++++ SDL_bgi-2.2.2/Makefile.am @@ -0,0 +1,2 @@ +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = src test -Index: SDL_bgi-2.0.6/configure.ac +Index: SDL_bgi-2.2.2/configure.ac =================================================================== --- /dev/null -+++ SDL_bgi-2.0.6/configure.ac ++++ SDL_bgi-2.2.2/configure.ac @@ -0,0 +1,9 @@ -+AC_INIT([SDL_bgi], [2.2.1]) ++AC_INIT([SDL_bgi], [2.2.2]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) +AC_PROG_CC @@ -33,10 +33,10 @@ Index: SDL_bgi-2.0.6/configure.ac +PKG_CHECK_MODULES([sdl2], [sdl2]) +AC_CONFIG_FILES([Makefile src/Makefile test/Makefile]) +AC_OUTPUT -Index: SDL_bgi-2.0.6/src/Makefile.am +Index: SDL_bgi-2.2.2/src/Makefile.am =================================================================== --- /dev/null -+++ SDL_bgi-2.0.6/src/Makefile.am ++++ SDL_bgi-2.2.2/src/Makefile.am @@ -0,0 +1,8 @@ +AM_CPPFLAGS = ${sdl2_CFLAGS} +AM_CFLAGS = -Wall @@ -46,10 +46,10 @@ Index: SDL_bgi-2.0.6/src/Makefile.am +libSDL_bgi_la_LDFLAGS = -no-undefined -version-info 2:0:0 +pkgincludedir = ${includedir}/SDL2 +pkginclude_HEADERS = SDL_bgi.h -Index: SDL_bgi-2.0.6/test/Makefile.am +Index: SDL_bgi-2.2.2/test/Makefile.am =================================================================== --- /dev/null -+++ SDL_bgi-2.0.6/test/Makefile.am ++++ SDL_bgi-2.2.2/test/Makefile.am @@ -0,0 +1,11 @@ +AM_CPPFLAGS = -I${top_srcdir}/src +AM_CFLAGS = -Wall