rpms/SDL_net/FC-4 SDL_net-137525.patch, NONE, 1.1 SDL_net.spec, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jun 9 20:49:10 UTC 2005


Author: scop

Update of /cvs/extras/rpms/SDL_net/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9637/FC-4

Modified Files:
	SDL_net.spec 
Added Files:
	SDL_net-137525.patch 
Log Message:
Add SDL-devel dependency to -devel, remove duplicate docs, fix #137525.

SDL_net-137525.patch:

--- NEW FILE SDL_net-137525.patch ---
--- SDL_net.h~	2003-02-10 02:33:26.000000000 +0200
+++ SDL_net.h	2005-06-09 23:08:49.000000000 +0300
@@ -413,7 +413,7 @@
 #endif
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 #include "close_code.h"
 


Index: SDL_net.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_net/FC-4/SDL_net.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SDL_net.spec	26 May 2005 18:08:15 -0000	1.2
+++ SDL_net.spec	9 Jun 2005 20:49:08 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: SDL portable network library
 Name: SDL_net
 Version: 1.2.5
-Release: 4
+Release: 5
 Source0: %{name}-%{version}.tar.gz
 URL: http://www.libsdl.org/projects/SDL_net/
 License: LGPL
@@ -11,6 +11,7 @@
 BuildRequires: SDL-devel >= 1.2.4-1
 BuildRequires: automake autoconf libtool
 Patch: SDL_net-ppc64.patch
+Patch1: SDL_net-137525.patch
 
 %description
 This is a portable network library for use with SDL.
@@ -19,6 +20,7 @@
 Summary: Libraries and includes to develop SDL networked applications.
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: SDL-devel >= 1.2.4-1
 
 %description devel
 This is a portable network library for use with SDL.
@@ -29,6 +31,7 @@
 %prep
 %setup -q
 %patch -p1
+%patch1
 
 touch NEWS AUTHORS ChangeLog # Quiet automake
 
@@ -61,12 +64,15 @@
 
 %files devel
 %defattr(-,root,root)
-%doc README CHANGES COPYING
 %{_libdir}/lib*.a
 %{_libdir}/lib*.so
 %{_includedir}/SDL/
 
 %changelog
+* Thu Jun  9 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.2.5-5
+- Add SDL-devel dependency to -devel, remove duplicate docs.
+- Remove trailing semicolon from "extern C" block in SDL_net.h (#137525, Kees).
+
 * Thu May 26 2005 Bill Nottingham <notting at redhat.com> 1.2.5-4
 - rebuild
 




More information about the fedora-extras-commits mailing list