forked from pool/SDL_image
Accepting request 27249 from home:jengelh:branches:games
Copy from home:jengelh:branches:games/SDL_image via accept of submit request 27249 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/27249 OBS-URL: https://build.opensuse.org/package/show/games/SDL_image?expand=0&rev=4
This commit is contained in:
parent
475885f843
commit
cd59f711e6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39ba59eaa5bbbc7d2f4c8d43168664935adedee6b4577d51254806063309df8a
|
|
||||||
size 310568
|
|
3
SDL_image-1.2.7-repack.tar.bz2
Normal file
3
SDL_image-1.2.7-repack.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:caa0400d621a29f8f5962a1a8eeb583c4bc24802a672fca4833ba92de8826b2f
|
||||||
|
size 280319
|
@ -1,13 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz
|
|
||||||
|
|
||||||
- updated to 1.2.10
|
|
||||||
* Fixed bug loading multiple images
|
|
||||||
* Fixed checking for IMG_Init() return value in image loaders
|
|
||||||
* Added support for uncompressed PCX files
|
|
||||||
* Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
|
|
||||||
* Added support for ICO and CUR image files
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 19 22:09:23 CET 2009 - jengelh@medozas.de
|
Sat Dec 19 22:09:23 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_image (Version 1.2.10)
|
# spec file for package SDL_image (Version 1.2.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,12 +22,12 @@ Name: SDL_image
|
|||||||
BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-devel
|
BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-devel
|
||||||
Url: http://www.libsdl.org/projects/SDL_image/
|
Url: http://www.libsdl.org/projects/SDL_image/
|
||||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||||
Version: 1.2.10
|
Version: 1.2.7
|
||||||
Release: 1
|
Release: 4
|
||||||
# removed VisualC.zip, VisualCE.zip, Watcom-OS2.zip, Xcode.tar.gz, Xcode_iPhone.tar.gz from upstream tarball [bnc#508084]
|
# removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508084]
|
||||||
Source: %{name}-%{version}-repack.tar.bz2
|
Source: %{name}-%{version}-repack.tar.bz2
|
||||||
Source1: baselibs.conf
|
Source2: baselibs.conf
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ Authors:
|
|||||||
%package -n libSDL_image-1_2-0
|
%package -n libSDL_image-1_2-0
|
||||||
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Provides: SDL_image = %{version}
|
Provides: SDL_image = %{version}
|
||||||
Obsoletes: SDL_image <= %{version}
|
Obsoletes: SDL_image <= %{version}
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
Sam Lantinga <slouken@devolution.com>
|
Sam Lantinga <slouken@devolution.com>
|
||||||
|
|
||||||
%package -n libSDL_image-devel
|
%package -n libSDL_image-devel
|
||||||
License: LGPLv2.1+
|
License: LGPL v2.1 or later
|
||||||
Summary: Libraries, includes and more to develop SDL_image applications
|
Summary: Libraries, includes and more to develop SDL_image applications
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libSDL_image-1_2-0 = %{version} libSDL-devel
|
Requires: libSDL_image-1_2-0 = %{version} libSDL-devel
|
||||||
@ -106,6 +106,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL
|
%{_includedir}/SDL
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user