rpms/SDL_gfx/devel SDL_gfx-2.0.13-semicolon.patch, NONE, 1.1 SDL_gfx.spec, 1.6, 1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Sep 22 13:26:31 UTC 2006


Author: thias

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

Modified Files:
	SDL_gfx.spec 
Added Files:
	SDL_gfx-2.0.13-semicolon.patch 
Log Message:
Fix semicolons in header files (#207665).


SDL_gfx-2.0.13-semicolon.patch:

--- NEW FILE SDL_gfx-2.0.13-semicolon.patch ---
diff -Naupr SDL_gfx-2.0.13.orig/SDL_gfxPrimitives.h SDL_gfx-2.0.13/SDL_gfxPrimitives.h
--- SDL_gfx-2.0.13.orig/SDL_gfxPrimitives.h	2004-12-21 14:43:05.000000000 +0100
+++ SDL_gfx-2.0.13/SDL_gfxPrimitives.h	2006-09-22 15:20:48.000000000 +0200
@@ -187,7 +187,7 @@ extern "C" {
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif				/* _SDL_gfxPrimitives_h */
diff -Naupr SDL_gfx-2.0.13.orig/SDL_imageFilter.h SDL_gfx-2.0.13/SDL_imageFilter.h
--- SDL_gfx-2.0.13.orig/SDL_imageFilter.h	2004-11-29 20:35:40.000000000 +0100
+++ SDL_gfx-2.0.13/SDL_imageFilter.h	2006-09-22 15:20:32.000000000 +0200
@@ -186,7 +186,7 @@ extern "C" {
 
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif				/* _SDL_imageFilter_h */


Index: SDL_gfx.spec
===================================================================
RCS file: /cvs/extras/rpms/SDL_gfx/devel/SDL_gfx.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SDL_gfx.spec	28 Aug 2006 12:28:50 -0000	1.6
+++ SDL_gfx.spec	22 Sep 2006 13:26:31 -0000	1.7
@@ -1,11 +1,12 @@
 Summary: Graphic primitives, rotozoomer, framerate control and image filters
 Name: SDL_gfx
 Version: 2.0.13
-Release: 5%{?dist}
+Release: 6%{?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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: SDL-devel, automake, autoconf
 
@@ -32,6 +33,7 @@
 
 %prep
 %setup
+%patch0 -p1 -b .semicolon
 
 
 %build
@@ -71,6 +73,9 @@
 
 
 %changelog
+* Fri Sep 22 2006 Matthias Saou <http://freshrpms.net/> 2.0.13-6
+- Fix semicolons in header files (#207665).
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 2.0.13-5
 - FC6 rebuild.
 - Remove gcc-c++ and perl build requirements, they're defaults.




More information about the scm-commits mailing list