rpms/xulrunner/devel mozilla-gcc43.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 xulrunner.spec, 1.61, 1.62 mozilla-system-jpeg.patch, 1.1, NONE

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Feb 7 04:14:03 UTC 2008


Author: caillon

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

Modified Files:
	.cvsignore sources xulrunner.spec 
Added Files:
	mozilla-gcc43.patch 
Removed Files:
	mozilla-system-jpeg.patch 
Log Message:
* Wed Feb  6 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.16
- Update to latest trunk (2008-02-06)


mozilla-gcc43.patch:

--- NEW FILE mozilla-gcc43.patch ---
https://bugzilla.mozilla.org/show_bug.cgi?id=411442

Index: configure
===================================================================
RCS file: /cvsroot/mozilla/configure,v
retrieving revision 1.1956
diff -d -u -p -r1.1956 configure
--- configure	6 Feb 2008 21:21:03 -0000	1.1956
+++ configure	7 Feb 2008 03:55:09 -0000
@@ -5556,7 +5556,7 @@ if test "$GNU_CXX"; then
     # FIXME: Let us build with strict aliasing. bug 414641.
     CXXFLAGS="$CXXFLAGS -fno-strict-aliasing"
     # Turn on GNU specific features
-    _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor"
+    _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor"
     if test "$CPU_ARCH" != "ia64"; then
         # only use -Wcast-align for non-ia64, it's noisy on that platform
         _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wcast-align"


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	30 Jan 2008 15:25:14 -0000	1.13
+++ .cvsignore	7 Feb 2008 04:12:44 -0000	1.14
@@ -1 +1 @@
-mozilla-20080130.tar.bz2
+mozilla-20080206.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	30 Jan 2008 15:25:14 -0000	1.14
+++ sources	7 Feb 2008 04:12:44 -0000	1.15
@@ -1 +1 @@
-dbe44909e79a92448c6f066d4b311fa0  mozilla-20080130.tar.bz2
+51f3855944f281a4910243fea3f526be  mozilla-20080206.tar.bz2


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- xulrunner.spec	30 Jan 2008 22:04:48 -0000	1.61
+++ xulrunner.spec	7 Feb 2008 04:12:44 -0000	1.62
@@ -9,14 +9,14 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.beta2.15.nightly20080130%{?dist}
+Release:        0.beta2.15.nightly20080206%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
 %if %{official_branding}
 %define tarball xulrunner-%{version}-source.tar.bz2
 %else
-%define tarball mozilla-20080130.tar.bz2
+%define tarball mozilla-20080206.tar.bz2
 %endif
 Source0:        %{tarball}
 Source10:       %{name}-mozconfig
@@ -29,7 +29,7 @@
 Patch4:         mozilla-build.patch
 Patch5:         xulrunner-path.patch
 Patch6:         xulrunner-version.patch
-Patch7:         mozilla-system-jpeg.patch
+Patch7:         mozilla-gcc43.patch
 
 # customization patches
 
@@ -112,7 +112,7 @@
 %patch4   -p1
 %patch5   -p1
 %patch6   -p1 -b .ver
-%patch7   -p1 -b .system-jpeg
+%patch7   -p0 -b .gcc43
 
 %patch107 -p1 -b .pk
 
@@ -387,6 +387,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Feb  6 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.16
+- Update to latest trunk (2008-02-06)
+
 * Tue Jan 29 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.beta2.15
 - Update to latest trunk (2008-01-30)
 


--- mozilla-system-jpeg.patch DELETED ---




More information about the fedora-extras-commits mailing list