rpms/esc/devel esc-1.0.1-elif.patch,NONE,1.1 esc.spec,1.39,1.40

Robert Scheck robert at fedoraproject.org
Tue Apr 14 04:15:55 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/esc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21063

Modified Files:
	esc.spec 
Added Files:
	esc-1.0.1-elif.patch 
Log Message:
Added a patch to correct the wrong elif preprocessor statement


esc-1.0.1-elif.patch:

--- NEW FILE esc-1.0.1-elif.patch ---
Patch by Robert Scheck <robert at fedoraproject.org> for esc >= 1.0.1, that corrects
the preprocessor conditional from empty (wrong) elif to else.

--- mozilla/toolkit/xre/nsAppRunner.cpp		2006-04-06 19:27:00.000000000 +0200
+++ mozilla/toolkit/xre/nsAppRunner.cpp.elif	2009-04-14 05:35:25.000000000 +0200
@@ -1157,7 +1157,7 @@
   if (NS_FAILED(rv))
     return rv;
 
-#elif
+#else
 #error Oops, you need platform-specific code here
 #endif
 


Index: esc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/esc/devel/esc.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- esc.spec	24 Feb 2009 15:24:10 -0000	1.39
+++ esc.spec	14 Apr 2009 04:15:24 -0000	1.40
@@ -1,6 +1,6 @@
 Name: esc 
 Version: 1.0.1
-Release: 13%{?dist} 
+Release: 14%{?dist} 
 Summary: Enterprise Security Client Smart Card Client
 License: GPL+
 URL: http://directory.fedora.redhat.com/wiki/CoolKey 
@@ -19,6 +19,7 @@
 Patch9:  esc-1.0.1-nss-devel-fix.patch
 Patch10: firefox.secalg.patch
 Patch11: esc-1.0.1-xulrunner-sparc-fixes.patch
+Patch12: esc-1.0.1-elif.patch
 
 BuildRequires: doxygen fontconfig-devel freetype-devel >= 2.1
 BuildRequires: glib2-devel libIDL-devel atk-devel gtk2-devel libjpeg-devel
@@ -92,6 +93,7 @@
 %patch2 -p1 -b .fix2
 %patch10 -p1 -b .secalg
 %patch11 -p1 -b .sparc
+%patch12 -p1 -b .elif
 
 %build
 
@@ -201,6 +203,9 @@
 fi
 
 %changelog
+* Tue Apr 14 2009 Robert Scheck <robert at fedoraproject.org> - 1.0.1-14
+- Added a patch to correct the wrong elif preprocessor statement
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list