rpms/xulrunner/devel xulrunner.spec,1.172,1.173

Martin Stransky stransky at fedoraproject.org
Wed Aug 12 10:49:32 UTC 2009


Author: stransky

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

Modified Files:
	xulrunner.spec 
Log Message:
Added fix from #516118 - Headers not C89


Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -p -r1.172 -r1.173
--- xulrunner.spec	6 Aug 2009 14:05:50 -0000	1.172
+++ xulrunner.spec	12 Aug 2009 10:49:32 -0000	1.173
@@ -12,7 +12,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9.1.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -251,7 +251,7 @@ function install_file() {
 genheader=$*
 mv ${genheader}.h ${genheader}%{mozbits}.h
 cat > ${genheader}.h << EOF
-// This file exists to fix multilib conflicts
+/* This file exists to fix multilib conflicts */
 #if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__powerpc64__)
 #include "${genheader}64.h"
 #else
@@ -451,6 +451,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Aug 12 2009 Martin Stransky <stransky at redhat.com> 1.9.1.2-3
+- Added fix from #516118 - Headers not C89
+
 * Mon Aug 6 2009 Martin Stransky <stransky at redhat.com> 1.9.1.2-2
 - Rebuilt
 




More information about the fedora-extras-commits mailing list