beta9
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 19 Sep 2015 22:04:22 +0200
changeset 882 82af81b0a6c7
parent 881 1268ddc9dc16
child 883 7aa7715fdc8f
child 885 ee3c462047d5
beta9
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
mozilla-shared-nss-db.patch
--- a/MozillaFirefox/MozillaFirefox.changes	Sun Aug 23 15:29:44 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Sep 19 22:04:22 2015 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Sun Sep 13 21:13:35 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 41.0b9
+- rebased patches
+- removed obsolete patches
+  * mozilla-arm64-libjpeg-turbo.patch
+
+-------------------------------------------------------------------
 Fri Aug  7 07:49:49 UTC 2015 - wr@rosenauer.org
 
 - update to Firefox 40.0 (bnc#940806)
--- a/MozillaFirefox/MozillaFirefox.spec	Sun Aug 23 15:29:44 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Sep 19 22:04:22 2015 +0200
@@ -21,7 +21,7 @@
 %define major 40
 %define mainver %major.99
 %define update_channel beta
-%define releasedate 2015082100
+%define releasedate 2015091100
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
--- a/MozillaFirefox/create-tar.sh	Sun Aug 23 15:29:44 2015 +0200
+++ b/MozillaFirefox/create-tar.sh	Sat Sep 19 22:04:22 2015 +0200
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_41_0b3_RELEASE"
+RELEASE_TAG="FIREFOX_41_0b9_RELEASE"
 VERSION="40.99"
 
 # mozilla
--- a/mozilla-shared-nss-db.patch	Sun Aug 23 15:29:44 2015 +0200
+++ b/mozilla-shared-nss-db.patch	Sat Sep 19 22:04:22 2015 +0200
@@ -104,7 +104,7 @@
 +      init_rv = ::nsshelp_open_db ("Firefox", profileStr.get(), flags);
 +
 +      if (init_rv != SECSuccess) {
-+        PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get()));
++        MOZ_LOG(gPIPNSSLog, LogLevel::Debug, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get()));
 +        init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false);
 +      }
 +    }