Hello community, here is the log from the commit of package SDL_bgi for openSUSE:Factory checked in at 2020-08-12 10:33:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL_bgi (Old) and /work/SRC/openSUSE:Factory/.SDL_bgi.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL_bgi" Wed Aug 12 10:33:56 2020 rev:18 rq:825859 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL_bgi/SDL_bgi.changes 2020-05-26 17:21:12.572218493 +0200 +++ /work/SRC/openSUSE:Factory/.SDL_bgi.new.3399/SDL_bgi.changes 2020-08-12 10:37:28.592320419 +0200 @@ -1,0 +2,16 @@ +Tue Aug 11 11:58:03 UTC 2020 - Jan Engelhardt <[email protected]> + +- Update to release 2.4.1 + * Implemented a 16-color palette that uses the same RGB values + as Turbo C. This palette is used if the environment variable + SDL_BGI_PALETTE is set to "BGI". + * Extended the setpalette() function to modify the default 16 + colors too. + * Added initpalette() to restore the original 16 colors. + * Added more Hershey fonts: Cursive, Futural, Rowmant, and + Timesr. + * Fine tuning of Hershey font metrics; now they equal the + metrics of corresponding .CHR fonts. + * Preliminary .CHR font loading support. + +------------------------------------------------------------------- Old: ---- SDL_bgi-2.4.0.tar.gz New: ---- SDL_bgi-2.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL_bgi.spec ++++++ --- /var/tmp/diff_new_pack.e7s1oO/_old 2020-08-12 10:37:29.212320726 +0200 +++ /var/tmp/diff_new_pack.e7s1oO/_new 2020-08-12 10:37:29.216320728 +0200 @@ -17,8 +17,8 @@ Name: SDL_bgi -%define lname libSDL_bgi-suse3 -Version: 2.4.0 +%define lname libSDL_bgi-suse4 +Version: 2.4.1 Release: 0 Summary: BGI-compatible 2D graphics C library with SDL backend License: Zlib AND GPL-2.0-or-later @@ -81,7 +81,7 @@ %files -n %lname %license LICENSE -%_libdir/libSDL_bgi.so.suse3 +%_libdir/libSDL_bgi.so.suse4 %files -n libSDL_bgi-devel %_defaultdocdir/%name/ ++++++ SDL_bgi-2.4.0.tar.gz -> SDL_bgi-2.4.1.tar.gz ++++++ ++++ 15570 lines of diff (skipped) ++++++ sdlbgi-cmake.diff ++++++ --- /var/tmp/diff_new_pack.e7s1oO/_old 2020-08-12 10:37:29.400320819 +0200 +++ /var/tmp/diff_new_pack.e7s1oO/_new 2020-08-12 10:37:29.404320822 +0200 @@ -1,17 +1,15 @@ -Fix stupid build strategy. - -And add some library versioning. +Add some library versioning. --- - CMakeLists.txt | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) + CMakeLists.txt | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) -Index: SDL_bgi-2.4.0/CMakeLists.txt +Index: SDL_bgi-2.4.1/CMakeLists.txt =================================================================== ---- SDL_bgi-2.4.0.orig/CMakeLists.txt -+++ SDL_bgi-2.4.0/CMakeLists.txt -@@ -20,9 +20,6 @@ include_directories (SDL2Test ${SDL2_INC +--- 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) @@ -21,12 +19,14 @@ # Find source files file (GLOB SOURCES src/*.c) -@@ -31,6 +28,8 @@ include_directories (src) +@@ -32,8 +29,9 @@ include_directories (src) # Create shared library add_library (${PROJECT_NAME} SHARED ${SOURCES}) -+set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse3) -+target_link_libraries(${PROJECT_NAME} -lm ${SDL2_LIBRARIES}) ++set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION suse4) + # fix provided by Austin Hurst +-target_link_libraries (SDL_bgi ${SDL2_LIBRARIES}) ++target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES}) # Install library install (TARGETS ${PROJECT_NAME}
