# HG changeset patch # User Wolfgang Rosenauer # Date 1442693062 -7200 # Node ID 82af81b0a6c7a3c603b13ab0585e7924206436e3 # Parent 1268ddc9dc16c928ad1fb1e9cbd092aa64b57899 beta9 diff -r 1268ddc9dc16 -r 82af81b0a6c7 MozillaFirefox/MozillaFirefox.changes --- 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) diff -r 1268ddc9dc16 -r 82af81b0a6c7 MozillaFirefox/MozillaFirefox.spec --- 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" diff -r 1268ddc9dc16 -r 82af81b0a6c7 MozillaFirefox/create-tar.sh --- 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 diff -r 1268ddc9dc16 -r 82af81b0a6c7 mozilla-shared-nss-db.patch --- 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); + } + }