]> git.pld-linux.org Git - packages/iceweasel.git/commitdiff
- partial update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Feb 2013 16:26:45 +0000 (17:26 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Feb 2013 16:26:45 +0000 (17:26 +0100)
iceweasel-branding.patch
iceweasel-install.patch
iceweasel.spec
system-virtualenv.patch

index a04842e5f3a984e8fc1a63eaf5dd5f8b572fc5a9..6d6842a8cc620b79ad5d2e328983aec4a2a3684f 100644 (file)
@@ -68,10 +68,10 @@ index 8585a34..3aceb9f 100644
 +endif
 +
  include $(topsrcdir)/config/rules.mk
-diff --git a/browser/components/safebrowsing/SafeBrowsing.jsm b/browser/components/safebrowsing/SafeBrowsing.jsm
+diff --git a/toolkit/components/url-classifier/SafeBrowsing.jsm b/toolkit/components/url-classifier/SafeBrowsing.jsm
 index 313ac48..ba9b6f4 100644
---- a/browser/components/safebrowsing/SafeBrowsing.jsm
-+++ b/browser/components/safebrowsing/SafeBrowsing.jsm
+--- a/toolkit/components/url-classifier/SafeBrowsing.jsm
++++ b/toolkit/components/url-classifier/SafeBrowsing.jsm
 @@ -10,7 +10,11 @@ const Cu = Components.utils;
  
  Cu.import("resource://gre/modules/Services.jsm");
index a0335eed5d73a92e41e0c7fd66fe967e9d547b11..32657485f3d49b8ffd9c01a8c4ff9a34291a0e81 100644 (file)
@@ -32,7 +32,7 @@
 @@ -708,41 +708,41 @@
  endif
  
- stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN) elfhack
+ stage-package: $(MOZ_PKG_MANIFEST) $(MOZ_PKG_REMOVALS_GEN)
 -      @rm -rf $(DIST)/$(PKG_PATH)$(PKG_BASENAME).tar $(DIST)/$(PKG_PATH)$(PKG_BASENAME).dmg $@ $(EXCLUDE_LIST)
 +      @rm -rf $(DIST)/$(PKG_PATH)$(PKG_BASENAME).tar $(DIST)/$(PKG_PATH)$(PKG_BASENAME).dmg $@ $(EXCLUDE_LIST)
  ifndef MOZ_FAST_PACKAGE
index 65a5c6ddafc8d7d61d47eb96b12ac1231eb945c8..33491053413ab719bad0af5fb2d12c8dc4658534 100644 (file)
 %endif
 
 # convert firefox release number to platform version: 9.0.x -> 9.0.x
-%define                xulrunner_main  18.0
-%define                xulrunner_ver   %(v=%{version}; echo %{xulrunner_main}${v#18.0})
+%define                xulrunner_main  19.0
+%define                xulrunner_ver   %(v=%{version}; echo %{xulrunner_main}${v#19.0})
 
 %if %{without xulrunner}
 # The actual sqlite version (see RHBZ#480989):
 %define                sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
 %endif
 
-%define                nspr_ver        4.9.3
-%define                nss_ver         3.14.1
+%define                nspr_ver        4.9.5
+%define                nss_ver         3.14.3
 
 Summary:       Iceweasel web browser
 Summary(hu.UTF-8):     Iceweasel web böngésző
 Summary(pl.UTF-8):     Iceweasel - przeglądarka WWW
 Name:          iceweasel
-Version:       18.0.1
-Release:       1
+Version:       19.0
+Release:       0.1
 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
-# Source0-md5: 8b400555fc7063163e3b99472d0c92a1
+# Source0-md5: 3dc732b6ce177792b43324f4bc7164d8
 Source1:       %{name}-branding.tar.bz2
 # Source1-md5: 816d926bd2c76a5bba5108979ba776ac
 Source2:       %{name}-rm_nonfree.sh
index a69cd1a28f7a10c860756adc5130bced67a80432..3c73184b897a7531feb1336dd33c8b946ef0d015 100644 (file)
@@ -1,24 +1,53 @@
 Restore --system-site-packages when system virtualenv gets 1.7 upgrade
 
---- xulrunner-15.0/mozilla/configure.in~       2012-08-29 11:06:34.517985819 +0200
-+++ xulrunner-15.0/mozilla/configure.in        2012-08-29 11:23:47.234616054 +0200
-@@ -9069,7 +9069,7 @@
- AC_MSG_RESULT([Creating Python virtualenv])
- rm -rf _virtualenv
- mkdir -p _virtualenv
--MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= $PYTHON $_topsrcdir/python/virtualenv/virtualenv.py --system-site-packages ./_virtualenv
-+MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv ./_virtualenv
+--- a/mozilla/configure.in~    2013-02-15 22:14:45.000000000 +0100
++++ a/mozilla/configure.in     2013-02-20 17:05:55.258742791 +0100
+@@ -141,7 +141,7 @@
+     PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
+     ;;
+ *)
+-    PYTHON=$MOZ_BUILD_ROOT/_virtualenv/bin/python
++    PYTHON=/usr/bin/virtualenv
+     ;;
+ esac
+--- a/mozilla/configure~       2013-02-15 22:15:48.000000000 +0100
++++ a/mozilla/configure        2013-02-20 17:06:11.479134735 +0100
+@@ -1344,7 +1344,7 @@
+     PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
+     ;;
+ *)
+-    PYTHON=$MOZ_BUILD_ROOT/_virtualenv/bin/python
++    PYTHON=/usr/bin/virtualenv
+     ;;
+ esac
+--- iceweasel-19.0/mozilla/configure.in~       2013-02-20 17:11:35.849980531 +0100
++++ iceweasel-19.0/mozilla/configure.in        2013-02-20 17:18:24.806617099 +0100
+@@ -128,13 +128,6 @@
+     AC_MSG_ERROR([python was not found in \$PATH])
+ fi
+-AC_MSG_RESULT([Creating Python environment])
+-dnl This verifies our Python version is sane and ensures the Python
+-dnl virtualenv is present and up to date. It sanitizes the environment
+-dnl for us, so we don't need to clean anything out.
+-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
+-    $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
+-
+ dnl Create a virtualenv where we can install local Python packages
  case "$host_os" in
  mingw*)
-     PYTHON=`pwd`/_virtualenv/Scripts/python.exe
---- xulrunner-15.0/mozilla/configure~  2012-08-29 11:25:28.121279162 +0200
-+++ xulrunner-15.0/mozilla/configure   2012-08-29 11:27:27.981274936 +0200
-@@ -25468,7 +25468,7 @@
- echo "$ac_t""Creating Python virtualenv" 1>&6
- rm -rf _virtualenv
- mkdir -p _virtualenv
--MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= $PYTHON $_topsrcdir/python/virtualenv/virtualenv.py --system-site-packages ./_virtualenv
-+MACOSX_DEPLOYMENT_TARGET= PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv ./_virtualenv
+--- iceweasel-19.0/mozilla/configure~  2013-02-20 17:11:35.853313949 +0100
++++ iceweasel-19.0/mozilla/configure   2013-02-20 17:17:59.639339399 +0100
+@@ -1335,10 +1335,6 @@
+     { echo "configure: error: python was not found in \$PATH" 1>&2; exit 1; }
+ fi
+-echo "$ac_t""Creating Python environment" 1>&6
+-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
+-    $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
+-
  case "$host_os" in
  mingw*)
-     PYTHON=`pwd`/_virtualenv/Scripts/python.exe
+     PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
This page took 0.066693 seconds and 4 git commands to generate.