forked from pool/SDL_bgi
Accepting request 629390 from graphics
- Update to new upstream release 2.2.1 OBS-URL: https://build.opensuse.org/request/show/629390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_bgi?expand=0&rev=11
This commit is contained in:
commit
ff56448e3d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:564b3e486b00631b520a2154397c91aa73dc9ce610bb93df3c395c0e024f15d7
|
||||
size 1132692
|
3
SDL_bgi-2.2.1.tar.gz
Normal file
3
SDL_bgi-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b71f968ff3aea306ac6d5b236a4f428299017187eaedba1b272ef00d395c7f4c
|
||||
size 1145256
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 10:47:45 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.2.1
|
||||
* renamed getch() to bgi_getch() and added the macro getch()
|
||||
to avoid Mingw bug
|
||||
* delay() rewritten to take care of key presses
|
||||
* added ALPHA_VALUE()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 14:19:01 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: SDL_bgi
|
||||
%define lname libSDL_bgi1
|
||||
Version: 2.2.0
|
||||
%define lname libSDL_bgi2
|
||||
Version: 2.2.1
|
||||
Release: 0
|
||||
Summary: BGI-compatible 2D graphics C library with SDL backend
|
||||
License: Zlib AND GPL-2.0-or-later
|
||||
@ -91,7 +91,7 @@ EOF
|
||||
|
||||
%files -n %lname
|
||||
%doc LICENSE
|
||||
%_libdir/libSDL_bgi.so.*
|
||||
%_libdir/libSDL_bgi.so.2*
|
||||
|
||||
%files -n libSDL_bgi-devel
|
||||
%doc README.md doc/*
|
||||
|
@ -24,7 +24,7 @@ Index: SDL_bgi-2.0.6/configure.ac
|
||||
--- /dev/null
|
||||
+++ SDL_bgi-2.0.6/configure.ac
|
||||
@@ -0,0 +1,9 @@
|
||||
+AC_INIT([SDL_bgi], [2.0.6])
|
||||
+AC_INIT([SDL_bgi], [2.2.1])
|
||||
+AC_CONFIG_AUX_DIR([build-aux])
|
||||
+AC_CONFIG_MACRO_DIR([m4])
|
||||
+AC_PROG_CC
|
||||
@ -43,7 +43,7 @@ Index: SDL_bgi-2.0.6/src/Makefile.am
|
||||
+lib_LTLIBRARIES = libSDL_bgi.la
|
||||
+libSDL_bgi_la_SOURCES = SDL_bgi.c
|
||||
+libSDL_bgi_la_LIBADD = -lm ${sdl2_LIBS}
|
||||
+libSDL_bgi_la_LDFLAGS = -no-undefined -version-info 1:0:0
|
||||
+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
|
||||
|
Loading…
Reference in New Issue
Block a user