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 2021-03-05 13:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old) and /work/SRC/openSUSE:Factory/.SDL_bgi.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL_bgi" Fri Mar 5 13:47:25 2021 rev:20 rq:876696 version:2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes 2020-12-11 20:17:12.120676405 +0100 +++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.2378/SDL_bgi.changes 2021-03-05 13:49:51.171871802 +0100 @@ -1,0 +2,7 @@ +Thu Mar 4 09:17:01 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to release 2.4.3 + * modified getscreensize() behaviour + * added setwintitle() + +------------------------------------------------------------------- Old: ---- SDL_bgi-2.4.2.tar.gz New: ---- SDL_bgi-2.4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_bgi.spec ++++++ --- /var/tmp/diff_new_pack.4wKUOC/_old 2021-03-05 13:49:51.787872362 +0100 +++ /var/tmp/diff_new_pack.4wKUOC/_new 2021-03-05 13:49:51.787872362 +0100 @@ -1,7 +1,7 @@ # # spec file for package SDL_bgi # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 5 +%define sover 6 %define lname libSDL_bgi-suse%sover -Version: 2.4.2 +Version: 2.4.3 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later @@ -88,5 +88,6 @@ %_defaultdocdir/%name/ %_includedir/* %_libdir/libSDL_bgi.so +%_mandir/man3/* %changelog ++++++ SDL_bgi-2.4.2.tar.gz -> SDL_bgi-2.4.3.tar.gz ++++++ ++++ 3187 lines of diff (skipped) ++++++ sdlbgi-cmake.diff ++++++ --- /var/tmp/diff_new_pack.4wKUOC/_old 2021-03-05 13:49:51.991872547 +0100 +++ /var/tmp/diff_new_pack.4wKUOC/_new 2021-03-05 13:49:51.991872547 +0100 @@ -23,7 +23,7 @@ # Create shared library add_library (${PROJECT_NAME} SHARED ${SOURCES}) -+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse5) ++set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse6) # fix provided by Austin Hurst -target_link_libraries (SDL_bgi ${SDL2_LIBRARIES}) +target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES})