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-02-14 22:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_bgi.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_bgi"

Mon Feb 14 22:36:07 2022 rev:22 rq:954124 version:2.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes  2021-05-04 
22:01:40.680445348 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.1956/SDL_bgi.changes        
2022-02-14 22:36:48.521513371 +0100
@@ -1,0 +2,13 @@
+Sun Feb 13 22:26:21 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.5.0
+  * Modified functions putpixel(), setbkcolor(), setcolor(),
+    setfillpattern(), setfillstyle(), setpalette(), and
+    setalpha() to handle colours given as out of range numbers.
+  * Simplified floodfill() function (implemented recursive version)
+  * Improved setpalette() to change currently drawn pixels.
+  * Added getrgbpalette(), setallrgbpalette(), and RGBPALETTE().
+  * Implemented getwindowwidth() and getwindowheight() as macros
+    for WinBGIm compatibility.
+
+-------------------------------------------------------------------

Old:
----
  SDL_bgi-2.4.4.tar.gz

New:
----
  SDL_bgi-2.5.0.tar.gz

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

Other differences:
------------------
++++++ SDL_bgi.spec ++++++
--- /var/tmp/diff_new_pack.EGivpN/_old  2022-02-14 22:36:49.049514747 +0100
+++ /var/tmp/diff_new_pack.EGivpN/_new  2022-02-14 22:36:49.057514767 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL_bgi
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 Name:           SDL_bgi
-%define sover   6
+%define sover   7
 %define lname  libSDL_bgi-suse%sover
-Version:        2.4.4
+Version:        2.5.0
 Release:        0
 Summary:        BGI-compatible 2D graphics C library with SDL backend
 License:        GPL-2.0-or-later AND Zlib

++++++ SDL_bgi-2.4.4.tar.gz -> SDL_bgi-2.5.0.tar.gz ++++++
++++ 4271 lines of diff (skipped)

++++++ sdlbgi-cmake.diff ++++++
--- /var/tmp/diff_new_pack.EGivpN/_old  2022-02-14 22:36:49.261515299 +0100
+++ /var/tmp/diff_new_pack.EGivpN/_new  2022-02-14 22:36:49.261515299 +0100
@@ -23,7 +23,7 @@
  
  # Create shared library
  add_library (${PROJECT_NAME} SHARED ${SOURCES})
-+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse6)
++set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse7)
  # fix provided by Austin Hurst
 -target_link_libraries (SDL_bgi ${SDL2_LIBRARIES})
 +target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES})

Reply via email to