diff --git a/SDL_image-1.2.10-repack.tar.bz2 b/SDL_image-1.2.10-repack.tar.bz2 deleted file mode 100644 index 3f26124..0000000 --- a/SDL_image-1.2.10-repack.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39ba59eaa5bbbc7d2f4c8d43168664935adedee6b4577d51254806063309df8a -size 310568 diff --git a/SDL_image-1.2.12-repack.tar.bz2 b/SDL_image-1.2.12-repack.tar.bz2 new file mode 100644 index 0000000..fc399a0 --- /dev/null +++ b/SDL_image-1.2.12-repack.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3942454c04f9dd3a73f27537ae6ffaaee3dbc58450af700149d3ba9fce1615d9 +size 303837 diff --git a/SDL_image.changes b/SDL_image.changes index cc8e6f3..0b67629 100644 --- a/SDL_image.changes +++ b/SDL_image.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 29 10:54:59 UTC 2012 - pgajdos@suse.com + +- updated to 1.2.12: + * Fixed regression in 1.2.11 loading 8-bit PNG images with libpng + * Fixed loading 8-bit PNG images on Mac OS X + * SDL_image is now under the zlib license + * Added WEBP image support + * Fixed compiling with libpng 1.4 + * Added Android.mk to build on the Android platform + * Fixed loading HAM6 images with stencil mask + * Fixed bug loading 15 and 16 bit BMP images + ------------------------------------------------------------------- Sat Sep 17 10:23:01 UTC 2011 - jengelh@medozas.de diff --git a/SDL_image.spec b/SDL_image.spec index a612082..14a5888 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -1,7 +1,7 @@ # # spec file for package SDL_image # -# 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 @@ -16,18 +16,21 @@ # - Name: SDL_image -BuildRequires: libSDL-devel libjpeg-devel libpng-devel libtiff-devel xorg-x11-devel +BuildRequires: libSDL-devel +BuildRequires: libjpeg-devel +BuildRequires: libpng-devel +BuildRequires: libtiff-devel +BuildRequires: xorg-x11-devel Url: http://www.libsdl.org/projects/SDL_image/ Summary: Simple DirectMedia Layer--Sample Image Loading Library -Version: 1.2.10 -Release: 1 +License: LGPL-2.1+ +Group: System/Libraries +Version: 1.2.12 +Release: 0 # removed VisualC.zip, VisualCE.zip, Watcom-OS2.zip, Xcode.tar.gz, Xcode_iPhone.tar.gz from upstream tarball [bnc#508084] Source: %{name}-%{version}-repack.tar.bz2 Source1: baselibs.conf -License: LGPLv2.1+ -Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,7 +41,6 @@ formats. %package -n libSDL_image-1_2-0 Summary: Simple DirectMedia Layer--Sample Image Loading Library Group: System/Libraries -License: LGPLv2.1+ Provides: SDL_image = %{version} Obsoletes: SDL_image <= %{version} @@ -48,10 +50,10 @@ surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats. %package -n libSDL_image-devel -License: LGPLv2.1+ Summary: Libraries, includes and more to develop SDL_image applications Group: Development/Libraries/C and C++ -Requires: libSDL_image-1_2-0 = %{version} libSDL-devel +Requires: libSDL-devel +Requires: libSDL_image-1_2-0 = %{version} Provides: SDL_image-devel = %{version} Obsoletes: SDL_image-devel <= %{version}