Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package SDL_bgi for openSUSE:Factory checked 
in at 2022-06-01 17:35:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_bgi.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_bgi"

Wed Jun  1 17:35:39 2022 rev:24 rq:980337 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes  2022-05-12 
22:59:51.092755813 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.1548/SDL_bgi.changes        
2022-06-01 17:35:48.938822588 +0200
@@ -1,0 +2,6 @@
+Wed Jun  1 10:32:40 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.6.0
+  * added getclick(), doubleclick(), extended mouseclick()
+
+-------------------------------------------------------------------

Old:
----
  SDL_bgi-2.5.0.tar.gz

New:
----
  SDL_bgi-2.6.0.tar.gz

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

Other differences:
------------------
++++++ SDL_bgi.spec ++++++
--- /var/tmp/diff_new_pack.r4dJca/_old  2022-06-01 17:35:49.666823449 +0200
+++ /var/tmp/diff_new_pack.r4dJca/_new  2022-06-01 17:35:49.670823453 +0200
@@ -17,17 +17,17 @@
 
 
 Name:           SDL_bgi
-%define sover   7
+%define sover   8
 %define lname  libSDL_bgi-suse%sover
-Version:        2.5.0
+Version:        2.6.0
 Release:        0
 Summary:        BGI-compatible 2D graphics C library with SDL backend
 License:        GPL-2.0-or-later AND Zlib
 Group:          Development/Libraries/X11
-URL:            http://libXbgi.sf.net/
+URL:            https://sdl-bgi.sourceforge.io/
 
-#Git-Web:       https://github.com/genpfault/sdl-bgi
-Source:         https://downloads.sf.net/libxbgi/%name-%version.tar.gz
+#Freshcode:     http://freshcode.club/projects/sdl_bgi
+Source:         https://downloads.sf.net/sdl-bgi/%name-%version.tar.gz
 Source9:        %name-rpmlintrc
 Patch1:         sdlbgi-cmake.diff
 BuildRequires:  cmake
@@ -50,7 +50,7 @@
 %package -n libSDL_bgi-devel
 Summary:        Libraries, includes and more to develop SDL_bgi applications
 Group:          Development/Libraries/X11
-Requires:       %lname = %version
+Requires:       %lname = %version-%release
 Provides:       SDL_bgi-devel = %version-%release
 
 %description -n libSDL_bgi-devel

++++++ SDL_bgi-2.5.0.tar.gz -> SDL_bgi-2.6.0.tar.gz ++++++
++++ 6857 lines of diff (skipped)

++++++ sdlbgi-cmake.diff ++++++
--- /var/tmp/diff_new_pack.r4dJca/_old  2022-06-01 17:35:49.890823713 +0200
+++ /var/tmp/diff_new_pack.r4dJca/_new  2022-06-01 17:35:49.890823713 +0200
@@ -2,28 +2,18 @@
 Add some library versioning.
 
 ---
- CMakeLists.txt |    6 ++----
- 1 file changed, 2 insertions(+), 4 deletions(-)
+ CMakeLists.txt |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
 
-Index: SDL_bgi-2.4.1/CMakeLists.txt
+Index: SDL_bgi-2.6.0/CMakeLists.txt
 ===================================================================
---- SDL_bgi-2.4.1.orig/CMakeLists.txt
-+++ SDL_bgi-2.4.1/CMakeLists.txt
-@@ -21,9 +21,6 @@ include_directories (SDL_bgi ${SDL2_INCL
- # Default install directory variables
- include (GNUInstallDirs)
- 
--# fix stupid bug on Linux
--string (STRIP ${SDL2_LIBRARIES} SDL2_LIBRARIES)
--
- # Find source files
- file (GLOB SOURCES src/*.c)
- 
-@@ -32,8 +29,9 @@ include_directories (src)
+--- SDL_bgi-2.6.0.orig/CMakeLists.txt
++++ SDL_bgi-2.6.0/CMakeLists.txt
+@@ -32,8 +32,9 @@ include_directories (src)
  
  # Create shared library
  add_library (${PROJECT_NAME} SHARED ${SOURCES})
-+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse7)
++set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse8)
  # fix provided by Austin Hurst
 -target_link_libraries (SDL_bgi ${SDL2_LIBRARIES})
 +target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES})

Reply via email to