SHA256
1
0
forked from pool/SDL_bgi

Accepting request 876696 from graphics

- Update to release 2.4.3

OBS-URL: https://build.opensuse.org/request/show/876696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_bgi?expand=0&rev=20
This commit is contained in:
Richard Brown 2021-03-05 12:47:25 +00:00 committed by Git OBS Bridge
commit ff7ec6d20b
5 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c7a0434b72055064078bd12fffacaffb67a38af8e25c4a2bd120bd638bbd1ef
size 2139628

3
SDL_bgi-2.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5eee2ddb39a17cdfca7d6fb9d115ffc01455f0cfd0abb23fae7e5f58e58aa56
size 1963255

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 4 09:17:01 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.4.3
* modified getscreensize() behaviour
* added setwintitle()
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 11 11:55:12 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Wed Nov 11 11:55:12 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package SDL_bgi # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
Name: SDL_bgi Name: SDL_bgi
%define sover 5 %define sover 6
%define lname libSDL_bgi-suse%sover %define lname libSDL_bgi-suse%sover
Version: 2.4.2 Version: 2.4.3
Release: 0 Release: 0
Summary: BGI-compatible 2D graphics C library with SDL backend Summary: BGI-compatible 2D graphics C library with SDL backend
License: Zlib AND GPL-2.0-or-later License: Zlib AND GPL-2.0-or-later
@ -88,5 +88,6 @@ rm -v "%buildroot/%_includedir/graphics.h"
%_defaultdocdir/%name/ %_defaultdocdir/%name/
%_includedir/* %_includedir/*
%_libdir/libSDL_bgi.so %_libdir/libSDL_bgi.so
%_mandir/man3/*
%changelog %changelog

View File

@ -23,7 +23,7 @@ Index: SDL_bgi-2.4.1/CMakeLists.txt
# Create shared library # Create shared library
add_library (${PROJECT_NAME} SHARED ${SOURCES}) 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 # fix provided by Austin Hurst
-target_link_libraries (SDL_bgi ${SDL2_LIBRARIES}) -target_link_libraries (SDL_bgi ${SDL2_LIBRARIES})
+target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES}) +target_link_libraries (SDL_bgi -lm ${SDL2_LIBRARIES})