SHA256
1
0
forked from pool/SDL_bgi

Accepting request 650129 from graphics

- Update to new upstream release 2.2.4

OBS-URL: https://build.opensuse.org/request/show/650129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_bgi?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2018-11-19 22:33:07 +00:00 committed by Git OBS Bridge
commit d9f61c0166
5 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1db397b4fee59a8dc3f579a09c5210474ba5f53fbc97e33cb8fbf1f05c991c4b
size 1149312

3
SDL_bgi-2.2.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dda0e55c79d32adb958f65ace1ff87882005f06239f1587c5af9f594fd3c016a
size 1276921

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 19 08:37:19 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@ -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

View File

@ -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