Hello community,

here is the log from the commit of package SDL_bgi for openSUSE:Factory checked 
in at 2020-12-11 20:17:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old)
 and      /work/SRC/openSUSE:Factory/.SDL_bgi.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL_bgi"

Fri Dec 11 20:17:10 2020 rev:19 rq:854905 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes  2020-08-12 
10:37:28.592320419 +0200
+++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.2328/SDL_bgi.changes        
2020-12-11 20:17:12.120676405 +0100
@@ -1,0 +2,18 @@
+Wed Nov 11 11:55:12 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.4.2
+  * Implemented native vector fonts, compatible with Borland .CHR
+    fonts.
+  * Implemented long-forgotten graphics error checks.
+  * Added resetwinoptions(), getscreensize(), edelay(),
+    getmaxheight(), getmaxwidth(), resizepalette(), added
+    undocumented clearviewport() in setbkcolor().
+  * Changed setwinoptions() to reset options for newly created
+    windows.
+  * Fixed graphresult() to provide actual error codes
+  * Fixed compatibility in getpalette(), getpalettesize(),
+    setallpalette(), setusercharsize().
+  * Fixed setrgbpalette() to avoid out of range errors.
+  * Improved fill patterns.
+
+-------------------------------------------------------------------

Old:
----
  SDL_bgi-2.4.1.tar.gz

New:
----
  SDL_bgi-2.4.2.tar.gz

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

Other differences:
------------------
++++++ SDL_bgi.spec ++++++
--- /var/tmp/diff_new_pack.eLFIvW/_old  2020-12-11 20:17:12.980677129 +0100
+++ /var/tmp/diff_new_pack.eLFIvW/_new  2020-12-11 20:17:12.984677132 +0100
@@ -17,8 +17,9 @@
 
 
 Name:           SDL_bgi
-%define lname  libSDL_bgi-suse4
-Version:        2.4.1
+%define sover   5
+%define lname  libSDL_bgi-suse%sover
+Version:        2.4.2
 Release:        0
 Summary:        BGI-compatible 2D graphics C library with SDL backend
 License:        Zlib AND GPL-2.0-or-later
@@ -66,7 +67,7 @@
 
 %build
 %cmake
-%make_build
+%cmake_build
 
 %install
 %cmake_install
@@ -81,7 +82,7 @@
 
 %files -n %lname
 %license LICENSE
-%_libdir/libSDL_bgi.so.suse4
+%_libdir/libSDL_bgi.so.suse%sover
 
 %files -n libSDL_bgi-devel
 %_defaultdocdir/%name/

++++++ SDL_bgi-2.4.1.tar.gz -> SDL_bgi-2.4.2.tar.gz ++++++
++++ 79148 lines of diff (skipped)

++++++ SDL_bgi-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.eLFIvW/_old  2020-12-11 20:17:13.220677330 +0100
+++ /var/tmp/diff_new_pack.eLFIvW/_new  2020-12-11 20:17:13.220677330 +0100
@@ -1,2 +1,3 @@
-# Go home rpmlint, you are drunk. libSDL_bgisuse3 is not the right name.
+# Go home rpmlint 1.x, you are drunk. libSDL_bgisuse3 (for
+# libSDL_bgi.so.suse3) is not the right name, it's libSDL_bgi-suse3.
 addFilter("shlib-policy-name-error")

++++++ sdlbgi-cmake.diff ++++++
--- /var/tmp/diff_new_pack.eLFIvW/_old  2020-12-11 20:17:13.236677344 +0100
+++ /var/tmp/diff_new_pack.eLFIvW/_new  2020-12-11 20:17:13.240677347 +0100
@@ -23,7 +23,7 @@
  
  # Create shared library
  add_library (${PROJECT_NAME} SHARED ${SOURCES})
-+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse4)
++set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse5)
  # fix provided by Austin Hurst
 -target_link_libraries (SDL_bgi ${SDL2_LIBRARIES})
 +target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES})
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to