rpms/SDL_image/devel .cvsignore, 1.2, 1.3 SDL_image.spec, 1.3, 1.4 sources, 1.2, 1.3 SDL_image-1.2.3-autofoo.patch, 1.1, NONE SDL_image-ppc64.patch, 1.1, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Jun 19 16:26:57 UTC 2005


Author: scop

Update of /cvs/extras/rpms/SDL_image/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9923

Modified Files:
	.cvsignore SDL_image.spec sources 
Removed Files:
	SDL_image-1.2.3-autofoo.patch SDL_image-ppc64.patch 
Log Message:
1.2.4, resurrect TIFF support, exact EVR dep in -devel, build w/o dep tracking.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SDL_image/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 May 2005 18:02:32 -0000	1.2
+++ .cvsignore	19 Jun 2005 16:26:55 -0000	1.3
@@ -1 +1 @@
-SDL_image-1.2.3.tar.gz
+SDL_image-1.2.4.tar.gz


Index: SDL_image.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_image/devel/SDL_image.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SDL_image.spec	27 May 2005 20:04:38 -0000	1.3
+++ SDL_image.spec	19 Jun 2005 16:26:55 -0000	1.4
@@ -1,15 +1,13 @@
-Summary: A sample image loading library for SDL.
+Summary: Image loading library for SDL
 Name: SDL_image
-Version: 1.2.3
-Release: 9
-Source: http://www.libsdl.org/projects/SDL_image/src/%{name}-%{version}.tar.gz
-Patch: SDL_image-ppc64.patch
-Patch2: SDL_image-1.2.3-autofoo.patch
-URL: http://www.libsdl.org/projects/SDL_image/index.html
+Version: 1.2.4
+Release: 1%{?dist}
+Source: http://www.libsdl.org/projects/SDL_image/release/%{name}-%{version}.tar.gz
+URL: http://www.libsdl.org/projects/SDL_image/
 License: LGPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-buildroot
-BuildRequires: SDL-devel >= 1.2.4-1, libjpeg-devel, libpng-devel
+BuildRequires: SDL-devel >= 1.2.4-1, libjpeg-devel, libpng-devel, libtiff-devel
 
 %description
 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
@@ -18,10 +16,10 @@
 various formats (BMP, PPM, PCX, GIF, JPEG, PNG) as SDL surfaces.
 
 %package devel
-Summary: Development files for the SDL image loading library.
+Summary: Development files for the SDL image loading library
 Group: Development/Libraries
-Requires: %{name} = %{version}
-Requires: SDL-devel >= 1.2.3-5
+Requires: %{name} = %{version}-%{release}
+Requires: SDL-devel >= 1.2.4-1
 
 %description devel
 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
@@ -32,16 +30,10 @@
 %prep
 
 %setup -q
-%patch -p1 -b .ppc64
-%patch2 -p1 -b .autofoo
 
 %build
-# replaced by patch
-#libtoolize --copy --force
-#aclocal
-#autoconf
-#automake --foreign --include-deps --add-missing --force-missing --copy -a
-%configure --enable-tif
+# XCF support is crashy in 1.2.4
+%configure --disable-dependency-tracking --enable-tif
 make %{?_smp_mflags}
 
 %install
@@ -73,6 +65,12 @@
 %{_includedir}/SDL/*
 
 %changelog
+* Sun Jun 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.4-1
+- 1.2.4, patches obsolete.
+- Bring back TIFF support (BuildRequire libtiff-devel).
+- Build with dependency tracking disabled.
+- Require exact EVR of main package in -devel.
+
 * Thu May 26 2005 Bill Nottingham <notting at redhat.com> 1.2.3-9
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SDL_image/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 May 2005 18:02:32 -0000	1.2
+++ sources	19 Jun 2005 16:26:55 -0000	1.3
@@ -1 +1 @@
-d55826ffbd2bdc48b09cc64a9ed9e59e  SDL_image-1.2.3.tar.gz
+70bf617f99e51a2c94550fc79d542f0b  SDL_image-1.2.4.tar.gz


--- SDL_image-1.2.3-autofoo.patch DELETED ---


--- SDL_image-ppc64.patch DELETED ---




More information about the fedora-extras-commits mailing list