packages: icedove/icedove.spec, icedove/no-subshell.patch (NEW) - skip subs...

glen glen at pld-linux.org
Thu Sep 9 14:34:40 CEST 2010


Author: glen                         Date: Thu Sep  9 12:34:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- skip subshell in shell wrapper in normal mode
- require sqlite with SQLITE_SECURE_DELETE enabled

---- Files affected:
packages/icedove:
   icedove.spec (1.101 -> 1.102) , no-subshell.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/icedove/icedove.spec
diff -u packages/icedove/icedove.spec:1.101 packages/icedove/icedove.spec:1.102
--- packages/icedove/icedove.spec:1.101	Wed Sep  8 14:52:32 2010
+++ packages/icedove/icedove.spec	Thu Sep  9 14:34:34 2010
@@ -58,6 +58,7 @@
 Patch9:		%{name}-libpng.patch
 Patch10:	%{name}-extensiondir.patch
 Patch11:	crashreporter.patch
+Patch12:	no-subshell.patch
 URL:		http://www.pld-linux.org/Packages/Icedove
 %{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	alsa-lib-devel
@@ -81,7 +82,7 @@
 BuildRequires:	pango-devel >= 1:1.1.0
 BuildRequires:	pkgconfig
 BuildRequires:	sed >= 4.0
-BuildRequires:	sqlite3-devel >= 3.6.22
+BuildRequires:	sqlite3-devel >= 3.7.2-2
 BuildRequires:	startup-notification-devel >= 0.8
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXinerama-devel
@@ -187,6 +188,7 @@
 %patch9 -p0
 %patch10 -p2
 %patch11 -p2
+%patch12 -p1
 
 %build
 cd mozilla
@@ -516,6 +518,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.102  2010/09/09 12:34:34  glen
+- skip subshell in shell wrapper in normal mode
+- require sqlite with SQLITE_SECURE_DELETE enabled
+
 Revision 1.101  2010/09/08 12:52:32  blues
 - 3.1.3 - works now
 

================================================================
Index: packages/icedove/no-subshell.patch
diff -u /dev/null packages/icedove/no-subshell.patch:1.1
--- /dev/null	Thu Sep  9 14:34:40 2010
+++ packages/icedove/no-subshell.patch	Thu Sep  9 14:34:34 2010
@@ -0,0 +1,27 @@
+--- 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,8 @@
+ then
+ 	moz_debug_program ${1+"$@"}
+ else
+-	moz_run_program ${1+"$@"}
++	exec "$MOZ_PROGRAM" ${1+"$@"}
++	# NORETURN
+ fi
+ 
+ exit $exitcode
+--- iceweasel-3.0.10/mozilla/build/unix/mozilla.in~	2007-10-05 10:29:26.000000000 +0300
++++ iceweasel-3.0.10/mozilla/build/unix/mozilla.in	2009-05-05 19:26:08.278322082 +0300
+@@ -135,8 +135,11 @@
+ if [ $debugging = 1 ]
+ then
+   echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
++  "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
++else
++  exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
++  # NORETURN
+ fi
+-"$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
+ exitcode=$?
+ 
+ exit $exitcode
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedove/icedove.spec?r1=1.101&r2=1.102&f=u



More information about the pld-cvs-commit mailing list