packages: xulrunner/xulrunner-rpath.patch, xulrunner/xulrunner.spec - updat...

baggins baggins at pld-linux.org
Tue Jun 5 19:09:41 CEST 2012


Author: baggins                      Date: Tue Jun  5 17:09:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 13.0

---- Files affected:
packages/xulrunner:
   xulrunner-rpath.patch (1.7 -> 1.8) , xulrunner.spec (1.227 -> 1.228) 

---- Diffs:

================================================================
Index: packages/xulrunner/xulrunner-rpath.patch
diff -u packages/xulrunner/xulrunner-rpath.patch:1.7 packages/xulrunner/xulrunner-rpath.patch:1.8
--- packages/xulrunner/xulrunner-rpath.patch:1.7	Wed Feb  1 13:07:13 2012
+++ packages/xulrunner/xulrunner-rpath.patch	Tue Jun  5 19:09:35 2012
@@ -23,11 +23,11 @@
 --- mozilla/toolkit/mozapps/installer/packager.mk.orig	2012-01-17 16:05:48.399452282 +0100
 +++ mozilla/toolkit/mozapps/installer/packager.mk	2012-01-18 16:47:16.095761903 +0100
 @@ -436,7 +436,7 @@
- endif
  
+ # Silence the unzip step so we don't print any binary data from the comment field.
  GENERATE_CACHE = \
 -  $(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$(PRECOMPILE_GRE)" -a "$$PWD" -f $(call core_abspath,$(MOZILLA_DIR)/toolkit/mozapps/installer/precompile_cache.js) -e "populate_startupcache('$(PRECOMPILE_DIR)', '$(OMNIJAR_NAME)', 'startupCache.zip');" && \
 +  LD_PRELOAD=$(LIBXUL_DIST)/lib/libxpcom.so:$(LIBXUL_DIST)/lib/libmozalloc.so:$(LIBXUL_DIST)/lib/libxul.so:$(LIBXUL_DIST)/lib/libmozjs.so $(_ABS_RUN_TEST_PROGRAM) $(LIBXUL_DIST)/bin/xpcshell$(BIN_SUFFIX) -g "$(PRECOMPILE_GRE)" -a "$$PWD" -f $(call core_abspath,$(MOZILLA_DIR)/toolkit/mozapps/installer/precompile_cache.js) -e "populate_startupcache('$(PRECOMPILE_DIR)', '$(OMNIJAR_NAME)', 'startupCache.zip');" && \
-   rm -rf jsloader && \
-   $(UNZIP) startupCache.zip && \
+   rm -rf jsloader jssubloader && \
+   $(UNZIP) -q startupCache.zip && \
    rm startupCache.zip && \

================================================================
Index: packages/xulrunner/xulrunner.spec
diff -u packages/xulrunner/xulrunner.spec:1.227 packages/xulrunner/xulrunner.spec:1.228
--- packages/xulrunner/xulrunner.spec:1.227	Sat May 26 09:42:52 2012
+++ packages/xulrunner/xulrunner.spec	Tue Jun  5 19:09:35 2012
@@ -24,23 +24,22 @@
 Summary:	XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
 Summary(pl.UTF-8):	XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
 Name:		xulrunner
-Version:	12.0
-Release:	1
+Version:	13.0
+Release:	0.1
 Epoch:		2
 License:	MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group:		X11/Applications
 # Source tarball for xulrunner is in fact firefox tarball (checked on 1.9), so lets use it
 # instead of waiting for mozilla to copy file on ftp.
 Source0:	http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.bz2
-# Source0-md5:	80c3e5927274de7f181fb5f931ac5fd4
+# Source0-md5:	f50ca7656eec47030b396f39075fa980
 Patch0:		%{name}-install.patch
 Patch1:		%{name}-rpath.patch
 Patch3:		%{name}-nss_cflags.patch
 Patch4:		%{name}-paths.patch
 Patch5:		%{name}-pc.patch
 Patch6:		%{name}-prefs.patch
-# this is only workaround, check if it is fixed with newer firefox
-Patch7:		xulrunner-bug-722975-workaround.patch
+Patch7:		system-cairo.patch
 # http://pkgs.fedoraproject.org/gitweb/?p=xulrunner.git;a=tree
 Patch9:		%{name}-gtkmozembed.patch
 Patch10:	%{name}-linux3.patch
@@ -192,7 +191,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
+%patch7 -p2
 %patch9 -p2
 %patch10 -p1
 %patch11 -p2
@@ -427,6 +426,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.228  2012/06/05 17:09:35  baggins
+- updated to 13.0
+
 Revision 1.227  2012/05/26 07:42:52  qboosh
 - updated sqlite3 version
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xulrunner/xulrunner-rpath.patch?r1=1.7&r2=1.8
    http://cvs.pld-linux.org/packages/xulrunner/xulrunner.spec?r1=1.227&r2=1.228



More information about the pld-cvs-commit mailing list