packages: xulrunner/xulrunner.spec, xulrunner/xulrunner-linux3.patch (NEW) ...

arekm arekm at pld-linux.org
Thu Sep 29 12:02:33 CEST 2011


Author: arekm                        Date: Thu Sep 29 10:02:33 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 1

---- Files affected:
packages/xulrunner:
   xulrunner.spec (1.193 -> 1.194) , xulrunner-linux3.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.193 packages/xulrunner/xulrunner.spec:1.194
--- packages/xulrunner/xulrunner.spec:1.193	Wed Sep 28 20:57:21 2011
+++ packages/xulrunner/xulrunner.spec	Thu Sep 29 12:02:27 2011
@@ -23,7 +23,7 @@
 Summary(pl.UTF-8):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
 Version:	7.0
-Release:	0.1
+Release:	1
 Epoch:		2
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications
@@ -40,6 +40,7 @@
 Patch7:		%{name}-ssl_oldapi.patch
 Patch8:		%{name}-ppc.patch
 Patch9:		%{name}-gtkmozembed.patch
+Patch10:	%{name}-linux3.patch
 URL:		https://developer.mozilla.org/en/XULRunner
 %{!?with_qt:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	alsa-lib-devel
@@ -184,6 +185,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p2
+%patch10 -p1
 
 %build
 if [ "$(grep -E '^[0-9]\.' mozilla/config/milestone.txt)" != "%{version}" ]; then
@@ -227,7 +229,7 @@
 ac_add_options --disable-debug
 ac_add_options --disable-debug-modules
 ac_add_options --disable-logging
-ac_add_options --enable-optimize="%{rpmcflags} -Os"
+ac_add_options --enable-optimize="%{rpmcflags} -Os -fpermissive"
 %endif
 ac_add_options --disable-strip
 ac_add_options --disable-strip-libs
@@ -415,6 +417,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.194  2011/09/29 10:02:27  arekm
+- rel 1
+
 Revision 1.193  2011/09/28 18:57:21  lisu
 - commented icons stuff for now
 

================================================================
Index: packages/xulrunner/xulrunner-linux3.patch
diff -u /dev/null packages/xulrunner/xulrunner-linux3.patch:1.1
--- /dev/null	Thu Sep 29 12:02:33 2011
+++ packages/xulrunner/xulrunner-linux3.patch	Thu Sep 29 12:02:27 2011
@@ -0,0 +1,23 @@
+# HG changeset patch
+# Parent bf7c3e1c6174630743f9f94808c4dd3a2edc0c6b
+diff --git a/toolkit/crashreporter/tools/symbolstore.py b/toolkit/crashreporter/tools/symbolstore.py
+--- a/toolkit/crashreporter/tools/symbolstore.py
++++ b/toolkit/crashreporter/tools/symbolstore.py
+@@ -376,16 +376,17 @@ def GetVCSFilename(file, srcdirs):
+     return (file.replace("\\", "/"), root)
+ 
+ def GetPlatformSpecificDumper(**kwargs):
+     """This function simply returns a instance of a subclass of Dumper
+     that is appropriate for the current platform."""
+     return {'win32': Dumper_Win32,
+             'cygwin': Dumper_Win32,
+             'linux2': Dumper_Linux,
++	    'linux3': Dumper_Linux,
+             'sunos5': Dumper_Solaris,
+             'darwin': Dumper_Mac}[sys.platform](**kwargs)
+ 
+ def SourceIndex(fileStream, outputPath, vcs_root):
+     """Takes a list of files, writes info to a data block in a .stream file"""
+     # Creates a .pdb.stream file in the mozilla\objdir to be used for source indexing
+     # Create the srcsrv data block that indexes the pdb file
+     result = True
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xulrunner/xulrunner.spec?r1=1.193&r2=1.194&f=u



More information about the pld-cvs-commit mailing list