rpms/SDL_gfx/devel .cvsignore, 1.2, 1.3 SDL_gfx.spec, 1.9, 1.10 sources, 1.2, 1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Jun 19 13:03:29 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore SDL_gfx.spec sources 
Log Message:
Update to 2.0.16.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Jan 2005 16:30:08 -0000	1.2
+++ .cvsignore	19 Jun 2007 13:02:53 -0000	1.3
@@ -1 +1 @@
-SDL_gfx-2.0.13.tar.gz
+SDL_gfx-2.0.16.tar.gz


Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- SDL_gfx.spec	7 May 2007 11:38:11 -0000	1.9
+++ SDL_gfx.spec	19 Jun 2007 13:02:53 -0000	1.10
@@ -1,15 +1,14 @@
 Summary: Graphic primitives, rotozoomer, framerate control and image filters
 Name: SDL_gfx
-Version: 2.0.13
-Release: 8%{?dist}
+Version: 2.0.16
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
 Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-%{version}.tar.gz
-Patch0: SDL_gfx-2.0.13-semicolon.patch
-Patch1: SDL_gfx-2.0.13-ppc.patch
+Patch0: SDL_gfx-2.0.13-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: SDL-devel, automake, autoconf
+BuildRequires: SDL-devel, libXt-devel
 
 %description
 The SDL_gfx library offers several components: Graphic Primitives,
@@ -24,7 +23,8 @@
 %package devel
 Summary: Header files and static libraries for SDL_gfx
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}, SDL-devel
+Requires: %{name} = %{version}-%{release}
+Requires: SDL-devel
 
 %description devel
 This package contains the header files and static libraries for SDL_gfx.
@@ -34,17 +34,16 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .semicolon
-%patch1 -p1 -b .ppc
+%patch0 -p1 -b .ppc
 
 
 %build
 %configure \
+    --disable-static \
 %ifnarch %{ix86}
     --disable-mmx
 %endif
-# Buildtools have problems even when -j1 is added
-%{__make} #%{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 
 %install
@@ -69,12 +68,20 @@
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/SDL/*.h
-%exclude %{_libdir}/*.a
 %exclude %{_libdir}/*.la
 %{_libdir}/*.so
 
 
 %changelog
+* Tue Jun 19 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-2
+- Minor cleanups.
+
+* Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 2.0.16-1
+- Update to 2.0.16.
+- Remove no longer needed semicolon patch.
+- Add libXt-devel BR to make configure happy (seems unused, though).
+- Remove no longer needed autotools BR.
+
 * Mon May  7 2007 Matthias Saou <http://freshrpms.net/> 2.0.13-8
 - Include ppc patch (#239130, Bill Nottingham).
 - Too late to update to 2.0.16 for F7 (freeze, and soname change).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jan 2005 16:30:08 -0000	1.2
+++ sources	19 Jun 2007 13:02:53 -0000	1.3
@@ -1 +1 @@
-b1ce778232db0b1979695f0a5a945a13  SDL_gfx-2.0.13.tar.gz
+22dc2d9d916197829f9342c490d2d02b  SDL_gfx-2.0.16.tar.gz




More information about the fedora-extras-commits mailing list