From 69abdf2d7a213cdfe48f97ae00910420e3d7c9ee7cf6da5909973eae16cac20f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Mar 2021 09:26:19 +0000 Subject: [PATCH] - Update to release 2.4.3 OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=53 --- SDL_bgi-2.4.2.tar.gz | 3 --- SDL_bgi-2.4.3.tar.gz | 3 +++ SDL_bgi.changes | 7 +++++++ SDL_bgi.spec | 7 ++++--- sdlbgi-cmake.diff | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 SDL_bgi-2.4.2.tar.gz create mode 100644 SDL_bgi-2.4.3.tar.gz diff --git a/SDL_bgi-2.4.2.tar.gz b/SDL_bgi-2.4.2.tar.gz deleted file mode 100644 index ba091fb..0000000 --- a/SDL_bgi-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c7a0434b72055064078bd12fffacaffb67a38af8e25c4a2bd120bd638bbd1ef -size 2139628 diff --git a/SDL_bgi-2.4.3.tar.gz b/SDL_bgi-2.4.3.tar.gz new file mode 100644 index 0000000..dab13f8 --- /dev/null +++ b/SDL_bgi-2.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eee2ddb39a17cdfca7d6fb9d115ffc01455f0cfd0abb23fae7e5f58e58aa56 +size 1963255 diff --git a/SDL_bgi.changes b/SDL_bgi.changes index aa968e1..afd0fa3 100644 --- a/SDL_bgi.changes +++ b/SDL_bgi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 4 09:17:01 UTC 2021 - Jan Engelhardt + +- Update to release 2.4.3 + * modified getscreensize() behaviour + * added setwintitle() + ------------------------------------------------------------------- Wed Nov 11 11:55:12 UTC 2020 - Jan Engelhardt diff --git a/SDL_bgi.spec b/SDL_bgi.spec index 1cf744a..617e9c4 100644 --- a/SDL_bgi.spec +++ b/SDL_bgi.spec @@ -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 @@ rm -v "%buildroot/%_includedir/graphics.h" %_defaultdocdir/%name/ %_includedir/* %_libdir/libSDL_bgi.so +%_mandir/man3/* %changelog diff --git a/sdlbgi-cmake.diff b/sdlbgi-cmake.diff index a689057..57eeb33 100644 --- a/sdlbgi-cmake.diff +++ b/sdlbgi-cmake.diff @@ -23,7 +23,7 @@ Index: SDL_bgi-2.4.1/CMakeLists.txt # 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})