[packages/xulrunner] - up to 37.0.1
adwol
adwol at pld-linux.org
Mon Apr 13 09:23:10 CEST 2015
commit 5b6456f4dd6de89990429250bc8ebfd16bbcb8db
Author: Adam Osuchowski <adwol at pld-linux.org>
Date: Mon Apr 13 09:22:22 2015 +0200
- up to 37.0.1
xulrunner-new-libxul.patch | 13 ++++++-------
xulrunner.spec | 7 ++-----
2 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 2d5d7dd..547bf8e 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -20,7 +20,7 @@
Summary: XULRunner - Mozilla Runtime Environment for XUL+XPCOM applications
Summary(pl.UTF-8): XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji XUL+XPCOM
Name: xulrunner
-Version: 35.0.1
+Version: 37.0.1
Release: 1
Epoch: 2
License: MPL v2.0
@@ -28,7 +28,7 @@ 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: 82eda528e4570b181aadcee602afda2d
+# Source0-md5: 2d466d850ef9b0a71bce3b208f5f884c
Patch0: %{name}-new-libxul.patch
Patch1: %{name}-rpath.patch
Patch2: %{name}-paths.patch
@@ -395,14 +395,12 @@ fi
%{_libdir}/%{name}/chrome.manifest
%attr(755,root,root) %{_libdir}/%{name}/*.sh
-%attr(755,root,root) %{_libdir}/%{name}/mozilla-xremote-client
%attr(755,root,root) %{_libdir}/%{name}/plugin-container
%dir %{_libdir}/%{name}/gmp-clearkey
%dir %{_libdir}/%{name}/gmp-clearkey/0.1
%{_libdir}/%{name}/gmp-clearkey/0.1/clearkey.info
%attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
-%attr(755,root,root) %{_libdir}/%{name}/libclearkey.so
%dir %{_libdir}/%{name}/gmp-fake
%dir %{_libdir}/%{name}/gmp-fake/1.0
@@ -425,7 +423,6 @@ fi
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/platform.ini
%attr(755,root,root) %{_libdir}/%{name}/libmozalloc.so
-%attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
%{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
%attr(755,root,root) %{_libdir}/%{name}/libxul.so
%{_libdir}/%{name}/dependentlibs.list
diff --git a/xulrunner-new-libxul.patch b/xulrunner-new-libxul.patch
index 16c7264..a25180f 100644
--- a/xulrunner-new-libxul.patch
+++ b/xulrunner-new-libxul.patch
@@ -1,13 +1,12 @@
---- mozilla/toolkit/mozapps/installer/packager.py.orig 2013-11-13 01:14:17.000000000 +0100
-+++ mozilla/toolkit/mozapps/installer/packager.py 2013-11-24 14:15:29.769622782 +0100
-@@ -144,7 +144,8 @@
+diff -ruNp mozilla.orig/toolkit/mozapps/installer/packager.py mozilla/toolkit/mozapps/installer/packager.py
+--- mozilla.orig/toolkit/mozapps/installer/packager.py 2015-04-03 04:30:06.000000000 +0200
++++ mozilla/toolkit/mozapps/installer/packager.py 2015-04-10 14:52:45.133163567 +0200
+@@ -152,7 +152,7 @@ def precompile_cache(formatter, source_p
'-e', 'precompile_startupcache("resource://%s/");'
% resource],
extra_linker_path=gre_path,
- extra_env={'MOZ_STARTUP_CACHE': cache,
-- 'PATH': env['PATH']}):
-+ 'PATH': env['PATH'],
-+ 'LD_PRELOAD': os.path.join(gre_path, 'libxul.so')}):
+- extra_env={'MOZ_STARTUP_CACHE': cache}):
++ extra_env={'MOZ_STARTUP_CACHE': cache, 'LD_PRELOAD': os.path.join(gre_path, 'libxul.so')}):
errors.fatal('Error while running startup cache precompilation')
return
from mozpack.mozjar import JarReader
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xulrunner.git/commitdiff/5b6456f4dd6de89990429250bc8ebfd16bbcb8db
More information about the pld-cvs-commit
mailing list