packages: iceweasel/iceweasel.spec, iceweasel/iceweasel-no-subshell.patch (...

glen glen at pld-linux.org
Tue May 5 20:49:20 CEST 2009


Author: glen                         Date: Tue May  5 18:49:20 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- skip dangling (quite(useless)) subshells in normal run; rel 3

---- Files affected:
packages/iceweasel:
   iceweasel.spec (1.48 -> 1.49) , iceweasel-no-subshell.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/iceweasel/iceweasel.spec
diff -u packages/iceweasel/iceweasel.spec:1.48 packages/iceweasel/iceweasel.spec:1.49
--- packages/iceweasel/iceweasel.spec:1.48	Thu Apr 30 13:31:02 2009
+++ packages/iceweasel/iceweasel.spec	Tue May  5 20:49:14 2009
@@ -23,7 +23,7 @@
 Summary(pl.UTF-8):	Iceweasel - przeglądarka WWW
 Name:		iceweasel
 Version:	3.0.10
-Release:	2
+Release:	3
 License:	MPL 1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications/Networking
 Source0:	ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}-source.tar.bz2
@@ -43,6 +43,7 @@
 Patch7:		%{name}-prefs.patch
 Patch8:		%{name}-pld-branding.patch
 Patch9:		%{name}-gcc44.patch
+Patch10:	%{name}-no-subshell.patch
 URL:		http://www.pld-linux.org/Packages/Iceweasel
 %{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
@@ -158,6 +159,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p2
 
 %build
 cd mozilla
@@ -496,6 +498,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2009/05/05 18:49:14  glen
+- skip dangling (quite(useless)) subshells in normal run; rel 3
+
 Revision 1.48  2009/04/30 11:31:02  duddits
 - drop conditional apply on gcc44.patch
 

================================================================
Index: packages/iceweasel/iceweasel-no-subshell.patch
diff -u /dev/null packages/iceweasel/iceweasel-no-subshell.patch:1.1
--- /dev/null	Tue May  5 20:49:20 2009
+++ packages/iceweasel/iceweasel-no-subshell.patch	Tue May  5 20:49:14 2009
@@ -0,0 +1,23 @@
+--- iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh~	2007-09-04 20:09:31.000000000 +0300
++++ iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh	2009-05-05 19:20:55.718561642 +0300
+@@ -438,7 +438,7 @@
+ then
+ 	moz_debug_program ${1+"$@"}
+ else
+-	moz_run_program ${1+"$@"}
++	exec "$MOZ_PROGRAM" ${1+"$@"}
+ fi
+ 
+ exit $exitcode
+--- iceweasel-3.0.10/mozilla/browser/app/mozilla.in~	2007-10-05 10:29:26.000000000 +0300
++++ iceweasel-3.0.10/mozilla/browser/app/mozilla.in	2009-05-05 19:26:08.278322082 +0300
+@@ -135,8 +135,5 @@
+ then
+   echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
+ fi
+-"$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
+-exitcode=$?
+-
+-exit $exitcode
++exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
+ # EOF.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iceweasel/iceweasel.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list