Accepting request 22001 from games
Copy from games/SDL_image based on submit request 22001 from user prusnak OBS-URL: https://build.opensuse.org/request/show/22001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_image?expand=0&rev=13
This commit is contained in:
parent
126d6abd58
commit
9e3042b4c8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 7 14:52:28 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
- fix provides and obsoletes [bnc#544957]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 29 13:00:18 CEST 2009 - prusnak@suse.cz
|
Fri May 29 13:00:18 CEST 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-d
|
|||||||
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.7
|
Version: 1.2.7
|
||||||
Release: 3
|
Release: 4
|
||||||
# removed VisualC.zip, Watcom-OS2.zip, Xcode.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
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -46,7 +46,7 @@ Summary: Simple DirectMedia Layer--Sample Image Loading Library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Provides: SDL_image = %{version}
|
Provides: SDL_image = %{version}
|
||||||
Obsoletes: SDL_image < %{version}
|
Obsoletes: SDL_image <= %{version}
|
||||||
|
|
||||||
%description -n libSDL_image-1_2-0
|
%description -n libSDL_image-1_2-0
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
@ -65,7 +65,7 @@ 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
|
||||||
Provides: SDL_image-devel = %{version}
|
Provides: SDL_image-devel = %{version}
|
||||||
Obsoletes: SDL_image-devel < %{version}
|
Obsoletes: SDL_image-devel <= %{version}
|
||||||
|
|
||||||
%description -n libSDL_image-devel
|
%description -n libSDL_image-devel
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
@ -107,93 +107,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri May 29 2009 prusnak@suse.cz
|
|
||||||
- removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream
|
|
||||||
tarball [bnc#508084]
|
|
||||||
* Wed May 20 2009 prusnak@suse.cz
|
|
||||||
- follow Shared Library Policy
|
|
||||||
* Tue May 19 2009 prusnak@suse.cz
|
|
||||||
- updated to 2.1.7
|
|
||||||
* Fixed buffer overflow in BMP loading code
|
|
||||||
* Fixed buffer overflow in GIF loading code
|
|
||||||
- removed obsoleted patches:
|
|
||||||
* gif-overflow.patch (mainline)
|
|
||||||
* lbm-overflow.patch (mainline)
|
|
||||||
* Sat Feb 28 2009 crrodriguez@suse.de
|
|
||||||
- remove static libraries and "la" files, useless without
|
|
||||||
SDL static libraries too.
|
|
||||||
- fix -devel package dependencies.
|
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
|
||||||
- added baselibs.conf file to build xxbit packages
|
|
||||||
for multilib support
|
|
||||||
* Tue Jan 29 2008 prusnak@suse.cz
|
|
||||||
- fix buffer overflow in LBM code (lbm-overflow.patch) [#355864]
|
|
||||||
* Fri Jan 25 2008 prusnak@suse.cz
|
|
||||||
- fix buffer overflow in GIF code (gif-overflow.patch) [#355864]
|
|
||||||
* Sun Dec 16 2007 sndirsch@suse.de
|
|
||||||
- fixed BuildRequires for SUSE < 10.2
|
|
||||||
* Wed Jul 25 2007 prusnak@suse.cz
|
|
||||||
- updated to 1.2.6
|
|
||||||
* PNG and TIFF images are correctly identified even if dynamic
|
|
||||||
libraries to load them aren't available
|
|
||||||
* fixed loading of TIFF images using libtiff
|
|
||||||
* fixed static linking with libjpeg
|
|
||||||
* fixed crash in IMG_ReadXPMFromArray()
|
|
||||||
- dropped obsolete patch:
|
|
||||||
* xcfinc.diff (included in update)
|
|
||||||
* Sun Jul 22 2007 aj@suse.de
|
|
||||||
- Cleanup build requires.
|
|
||||||
* Fri Mar 02 2007 prusnak@suse.cz
|
|
||||||
- cleaned specfile
|
|
||||||
* Wed Nov 08 2006 prusnak@suse.cz
|
|
||||||
- increment moved outside of assignement [#218752]
|
|
||||||
* Fri Sep 29 2006 schwab@suse.de
|
|
||||||
- Require libtiff-devel for SDL_image-devel.
|
|
||||||
* Tue Sep 12 2006 nadvornik@suse.cz
|
|
||||||
- updated to 1.2.5:
|
|
||||||
* Added support for dynamically loading libjpeg, libpng, and libtiff.
|
|
||||||
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
|
|
||||||
* Added support for XV thumbnail images
|
|
||||||
* Added support for 32-bit BMP files with alpha
|
|
||||||
- fixed requires of devel subpackage [#192736]
|
|
||||||
* Fri Mar 10 2006 bk@suse.de
|
|
||||||
- SDL_image-devel: add libstdc++, gcc and gpm to Requires (.la check)
|
|
||||||
* Mon Jan 30 2006 coolo@suse.de
|
|
||||||
- fixing BuildRequires to include png support
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Jul 19 2005 nadvornik@suse.cz
|
|
||||||
- updated to 1.2.4
|
|
||||||
* Sat Jan 10 2004 adrian@suse.de
|
|
||||||
- add %%run_ldconfig
|
|
||||||
* Fri Jul 25 2003 nadvornik@suse.cz
|
|
||||||
- update to 1.2.3
|
|
||||||
* Wed Jul 03 2002 nadvornik@suse.cz
|
|
||||||
- updated to 1.2.2
|
|
||||||
* Tue Jun 11 2002 meissner@suse.de
|
|
||||||
- regenerate auto files, removed acinclude.m4 (which only contains
|
|
||||||
SDL.m4 and libtool.m4).
|
|
||||||
* Fri May 10 2002 ro@suse.de
|
|
||||||
- libdir fixed
|
|
||||||
* Fri Feb 01 2002 ro@suse.de
|
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
|
||||||
* Tue Jan 22 2002 ro@suse.de
|
|
||||||
- changed neededforbuild <kdelibs-artsd> to <kdelibs3-artsd>
|
|
||||||
* Tue Jan 08 2002 nadvornik@suse.cz
|
|
||||||
- updated to 1.2.1:
|
|
||||||
- added LBM format
|
|
||||||
- fixed transparent GIF and PNG
|
|
||||||
* Wed Aug 08 2001 uli@suse.de
|
|
||||||
- fixed neededforbuild wrt SDL renaming
|
|
||||||
* Wed Jun 20 2001 nadvornik@suse.cz
|
|
||||||
- added kdelibs and kdelibs-devel to neededforbuild
|
|
||||||
* Thu Apr 12 2001 nadvornik@suse.cz
|
|
||||||
- update to 1.2.0
|
|
||||||
* Mon Mar 26 2001 ro@suse.de
|
|
||||||
- changed neededforbuild <sdl> to <sdl sdl-devel>
|
|
||||||
* Mon Feb 19 2001 uli@suse.de
|
|
||||||
- added alsa* to neededforbuild (needed by new SDL)
|
|
||||||
* Tue Dec 05 2000 nadvornik@suse.cz
|
|
||||||
- added suse_update_config
|
|
||||||
* Tue Nov 28 2000 nadvornik@suse.cz
|
|
||||||
- new package
|
|
||||||
|
@ -1 +1,3 @@
|
|||||||
libSDL_image-1_2-0
|
libSDL_image-1_2-0
|
||||||
|
provides "SDL_image-<targettype> = <version>"
|
||||||
|
obsoletes "SDL_image-<targettype> <= <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user