Accepting request 106533 from home:jreidinger:branches: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 OBS-URL: https://build.opensuse.org/request/show/106533 OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=14
This commit is contained in:
parent
bd3eb53e23
commit
676d24cceb
@ -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
|
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
|
# 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
|
# 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
|
||||||
@ -21,11 +21,11 @@ Name: SDL_gfx
|
|||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL-devel
|
||||||
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Version: 2.0.22
|
Version: 2.0.23
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
License: LGPLv2.1+
|
License: Zlib
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -49,9 +49,8 @@ written in plain C and can be used in C++ code.
|
|||||||
%package -n libSDL_gfx13
|
%package -n libSDL_gfx13
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPLv2.1+
|
|
||||||
Provides: SDL_gfx = %{version}
|
Provides: SDL_gfx = %{version}
|
||||||
Obsoletes: SDL_gfx <= %{version}
|
Obsoletes: SDL_gfx < %{version}
|
||||||
|
|
||||||
%description -n libSDL_gfx13
|
%description -n libSDL_gfx13
|
||||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
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.
|
written in plain C and can be used in C++ code.
|
||||||
|
|
||||||
%package -n libSDL_gfx-devel
|
%package -n libSDL_gfx-devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: Libraries, includes and more to develop SDL_gfx applications
|
Summary: Libraries, includes and more to develop SDL_gfx applications
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig
|
Requires: libSDL_gfx13 = %{version} libSDL-devel pkgconfig
|
||||||
Provides: SDL_gfx-devel = %{version}
|
Provides: SDL_gfx-devel = %{version}
|
||||||
Obsoletes: SDL_gfx-devel <= %{version}
|
Obsoletes: SDL_gfx-devel < %{version}
|
||||||
|
|
||||||
%description -n libSDL_gfx-devel
|
%description -n libSDL_gfx-devel
|
||||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||||
|
Loading…
Reference in New Issue
Block a user