Accepting request 106667 from games
- update to version 2.0.23 * Updated sources to resolve some splint (static code analysis) issues * Updates for OpenSDK (WinCE6/ARM) build target (patch contributed itsnotabigtruck) * Added OSX Xcode3+ template files to Other Builds collection (contributed by Vasyl) * Added various fixes and improvements contributed by folks on sourceforge (thanks contributors). * Switched library and test code to zlib license. - fix self obsoletion (forwarded request 106533 from jreidinger) OBS-URL: https://build.opensuse.org/request/show/106667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_gfx?expand=0&rev=21
This commit is contained in:
commit
c63e11697a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1575e7be73fd927ff0e3567dc06095773f5ba1b47872b9aa0d0fefebfd6d2bf0
|
||||
size 1670662
|
3
SDL_gfx-2.0.23.tar.gz
Normal file
3
SDL_gfx-2.0.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bd601d65bba19eeac80a62570ce120098414ece22de402a8ee81b10e07faea
|
||||
size 1707852
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 22 17:16:10 UTC 2012 - jreidinger@suse.com
|
||||
|
||||
- update to version 2.0.23
|
||||
* Updated sources to resolve some splint (static code analysis)
|
||||
issues
|
||||
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
|
||||
itsnotabigtruck)
|
||||
* Added OSX Xcode3+ template files to Other Builds collection
|
||||
(contributed by Vasyl)
|
||||
* Added various fixes and improvements contributed by folks on
|
||||
sourceforge (thanks contributors).
|
||||
* Switched library and test code to zlib license.
|
||||
- fix self obsoletion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 18:21:15 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
12
SDL_gfx.spec
12
SDL_gfx.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SDL_gfx
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,11 +21,11 @@ Name: SDL_gfx
|
||||
BuildRequires: libSDL-devel
|
||||
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||
Version: 2.0.22
|
||||
Version: 2.0.23
|
||||
Release: 1
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
License: LGPL-2.1+
|
||||
License: Zlib
|
||||
Group: System/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -49,9 +49,8 @@ written in plain C and can be used in C++ code.
|
||||
%package -n libSDL_gfx13
|
||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
Provides: SDL_gfx = %{version}
|
||||
Obsoletes: SDL_gfx <= %{version}
|
||||
Obsoletes: SDL_gfx < %{version}
|
||||
|
||||
%description -n libSDL_gfx13
|
||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||
@ -71,12 +70,11 @@ The library is backwards compatible to the above mentioned code. It is
|
||||
written in plain C and can be used in C++ code.
|
||||
|
||||
%package -n libSDL_gfx-devel
|
||||
License: LGPL-2.1+
|
||||
Summary: Libraries, includes and more to develop SDL_gfx applications
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig
|
||||
Provides: SDL_gfx-devel = %{version}
|
||||
Obsoletes: SDL_gfx-devel <= %{version}
|
||||
Obsoletes: SDL_gfx-devel < %{version}
|
||||
|
||||
%description -n libSDL_gfx-devel
|
||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||
|
Loading…
Reference in New Issue
Block a user