Hello community,

here is the log from the commit of package SDL_bgi for openSUSE:Factory checked 
in at 2015-12-24 12:17:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_bgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_bgi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes  2015-10-20 
00:09:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_bgi.new/SDL_bgi.changes     2015-12-24 
12:17:38.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec 23 11:34:14 UTC 2015 - [email protected]
+
+- Update to new upstream release 2.0.5
+* fillpoly() correctly implemented
+* rewritten to use SDL_Surfaces only instead of
+  bitmaps in main RAM
+* ellipse() and fillellipse() improved
+* xkbhit() added
+
+-------------------------------------------------------------------

Old:
----
  SDL_bgi-2.0.3.tar.gz

New:
----
  SDL_bgi-2.0.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL_bgi.spec ++++++
--- /var/tmp/diff_new_pack.aTS7ng/_old  2015-12-24 12:17:39.000000000 +0100
+++ /var/tmp/diff_new_pack.aTS7ng/_new  2015-12-24 12:17:39.000000000 +0100
@@ -17,8 +17,8 @@
 
 
 Name:           SDL_bgi
-%define lname  libSDL_bgi0
-Version:        2.0.3
+%define lname  libSDL_bgi1
+Version:        2.0.5
 Release:        0
 Summary:        BGI-compatible 2D graphics C library with SDL backend
 License:        Zlib and GPL-2.0+
@@ -77,7 +77,7 @@
 rm -f "$b/%_libdir"/*.la
 mkdir -p "$b/%_includedir/SDL_bgi" "$b/%_libdir/pkgconfig"
 ln -s "../SDL2/SDL_bgi.h" "$b/%_includedir/SDL_bgi/graphics.h"
-install -pm0644 src/test/dos.h src/test/conio.h "$b/%_includedir/SDL_bgi/"
+install -pm0644 test/dos.h test/conio.h "$b/%_includedir/SDL_bgi/"
 cat >"$b/%_libdir/pkgconfig/SDL_bgi.pc" <<-EOF
        Name: SDL_bgi
        Description: BGI-compatible API with SDL backend
@@ -92,11 +92,11 @@
 %files -n %lname
 %defattr(-,root,root)
 %doc LICENSE
-%_libdir/libSDL_bgi.so.0*
+%_libdir/libSDL_bgi.so.*
 
 %files -n libSDL_bgi-devel
 %defattr(-,root,root)
-%doc 00_README doc/*
+%doc README doc/*
 %_includedir/SDL2/
 %_includedir/SDL_bgi/
 %_libdir/libSDL_bgi.so

++++++ SDL_bgi-2.0.3.tar.gz -> SDL_bgi-2.0.5.tar.gz ++++++
++++ 8973 lines of diff (skipped)

++++++ sdlbgi-automake.diff ++++++
--- /var/tmp/diff_new_pack.aTS7ng/_old  2015-12-24 12:17:39.000000000 +0100
+++ /var/tmp/diff_new_pack.aTS7ng/_new  2015-12-24 12:17:39.000000000 +0100
@@ -1,6 +1,6 @@
 From: Jan Engelhardt <[email protected]>
 Date: 2014-12-18 11:43:21.385084191 +0100
-Refresh: Thu May  7 13:22:40 CEST 2015
+Refresh: Wed Dec  2 14:19:14 CET 2015
 
 Author could not decide between "sdlbgifast" and "bgifast"
 (same for bgislow), so add extra symbols to enable both names.
@@ -39,13 +39,14 @@
 ===================================================================
 --- /dev/null
 +++ SDL_bgi-2.0.0/src/Makefile.am
-@@ -0,0 +1,8 @@
+@@ -0,0 +1,9 @@
 +SUBDIRS = . test
 +AM_CPPFLAGS = ${sdl2_CFLAGS}
 +AM_CFLAGS = -Wall
 +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
 +pkgincludedir = ${includedir}/SDL2
 +pkginclude_HEADERS = SDL_bgi.h
 Index: SDL_bgi-2.0.0/src/test/Makefile.am


Reply via email to