rpms/xulrunner/devel .cvsignore, 1.42, 1.43 sources, 1.44, 1.45 xulrunner-mozconfig, 1.16, 1.17 xulrunner.spec, 1.100, 1.101

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Thu Mar 20 22:39:04 UTC 2008


Author: caillon

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

Modified Files:
	.cvsignore sources xulrunner-mozconfig xulrunner.spec 
Log Message:
* Mon Mar 20 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.46
- Update to latest trunk (2008-03-20)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore	17 Mar 2008 21:34:58 -0000	1.42
+++ .cvsignore	20 Mar 2008 22:38:23 -0000	1.43
@@ -1 +1 @@
-mozilla-20080317.tar.bz2
+mozilla-20080320.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	17 Mar 2008 21:34:58 -0000	1.44
+++ sources	20 Mar 2008 22:38:23 -0000	1.45
@@ -1 +1 @@
-455e5135a1ba7cddcdcec83f57adc721  mozilla-20080317.tar.bz2
+b6d4821c3deac9393b18a099b0724664  mozilla-20080320.tar.bz2


Index: xulrunner-mozconfig
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner-mozconfig,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- xulrunner-mozconfig	12 Mar 2008 23:34:45 -0000	1.16
+++ xulrunner-mozconfig	20 Mar 2008 22:38:23 -0000	1.17
@@ -16,14 +16,12 @@
 ac_add_options --disable-tests
 ac_add_options --disable-installer
 ac_add_options --disable-debug
-ac_add_options --enable-optimize="$RPM_OPT_FLAGS"
+ac_add_options --enable-optimize
 ac_add_options --enable-default-toolkit=cairo-gtk2
 ac_add_options --enable-pango
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
-ac_add_options --enable-application=xulrunner
 ac_add_options --disable-javaxpcom
-ac_add_options --enable-extensions=default
 ac_add_options --disable-crashreporter
 
 export BUILD_OFFICIAL=1


Index: xulrunner.spec
===================================================================
RCS file: /cvs/extras/rpms/xulrunner/devel/xulrunner.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- xulrunner.spec	17 Mar 2008 21:34:58 -0000	1.100
+++ xulrunner.spec	20 Mar 2008 22:38:23 -0000	1.101
@@ -7,14 +7,14 @@
 %define version_internal  1.9pre
 
 %if ! %{official_branding}
-%define cvsdate 20080317
+%define cvsdate 20080320
 %define nightly .cvs%{cvsdate}
 %endif
 
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.45%{?nightly}%{?dist}
+Release:        0.46%{?nightly}%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -153,12 +153,9 @@
 # Mozilla builds with -Wall with exception of a few warnings which show up
 # everywhere in the code; so, don't override that.
 MOZ_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | %{__sed} -e 's/-Wall//')
-%ifarch ppc64
-# temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=412220
-MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -mno-fp-in-toc -mno-sum-in-toc"
-%endif
+export CFLAGS=$MOZ_OPT_FLAGS
+export CXXFLAGS=$MOZ_OPT_FLAGS
 
-export RPM_OPT_FLAGS=$MOZ_OPT_FLAGS
 export PREFIX='%{_prefix}'
 export LIBDIR='%{_libdir}'
 
@@ -168,11 +165,9 @@
      RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
 [ "$RPM_BUILD_NCPUS" -gt 1 ] && MOZ_SMP_FLAGS=-j2
 %endif
-%define moz_make_flags $MOZ_SMP_FLAGS
 
 export LDFLAGS="-Wl,-rpath,${MOZ_APP_DIR}"
-export MAKE="gmake %{moz_make_flags}"
-make -f client.mk build STRIP="/bin/true"
+make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
 
 #---------------------------------------------------------------------
 
@@ -403,6 +398,9 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Mon Mar 20 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.46
+- Update to latest trunk (2008-03-20)
+
 * Mon Mar 17 2008 Christopher Aillon <caillon at redhat.com> 1.9-0.45
 - Update to latest trunk (2008-03-17)
 




More information about the fedora-extras-commits mailing list