From a49d69320cac5e55456d8f04bb33fa135dcc30752ac6d7394f7ef944f4cdb55c Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 1 Oct 2015 18:39:43 +0000 Subject: [PATCH 1/2] - update to Firefox 41.0.1 * Fix a startup crash related to Yandex toolbar and Adblock Plus (bmo#1209124) * Fix potential hangs with Flash plugins (bmo#1185639) * Fix a regression in the bookmark creation (bmo#1206376) * Fix a startup crash with some Intel Media Accelerator 3150 graphic cards (bmo#1207665) * Fix a graphic crash, occurring occasionally on Facebook (bmo#1178601) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=462 --- MozillaFirefox.changes | 12 ++++++++++++ MozillaFirefox.spec | 4 ++-- compare-locales.tar.xz | 4 ++-- create-tar.sh | 4 ++-- firefox-41.0-source.tar.xz | 3 --- firefox-41.0.1-source.tar.xz | 3 +++ l10n-41.0.1.tar.xz | 3 +++ l10n-41.0.tar.xz | 3 --- source-stamp.txt | 2 +- 9 files changed, 25 insertions(+), 13 deletions(-) delete mode 100644 firefox-41.0-source.tar.xz create mode 100644 firefox-41.0.1-source.tar.xz create mode 100644 l10n-41.0.1.tar.xz delete mode 100644 l10n-41.0.tar.xz diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 95e775e..0febc6f 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 1 09:49:57 UTC 2015 - wr@rosenauer.org + +- update to Firefox 41.0.1 + * Fix a startup crash related to Yandex toolbar and Adblock Plus + (bmo#1209124) + * Fix potential hangs with Flash plugins (bmo#1185639) + * Fix a regression in the bookmark creation (bmo#1206376) + * Fix a startup crash with some Intel Media Accelerator 3150 + graphic cards (bmo#1207665) + * Fix a graphic crash, occurring occasionally on Facebook (bmo#1178601) + ------------------------------------------------------------------- Sat Sep 19 20:23:29 UTC 2015 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index e34cb9b..ea2f664 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -19,9 +19,9 @@ # changed with every update %define major 41 -%define mainver %major.0 +%define mainver %major.0.1 %define update_channel release -%define releasedate 2015091800 +%define releasedate 2015092900 # general build definitions %if "%{update_channel}" != "aurora" diff --git a/compare-locales.tar.xz b/compare-locales.tar.xz index 41cb69e..52015d6 100644 --- a/compare-locales.tar.xz +++ b/compare-locales.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bf01b5736a498d49a3c5a09b5791f47a1399fcfa42d2a64fc8f23e405e02e72 -size 28416 +oid sha256:a6eb571733a93ec45e561aaa05cc30f8862df64a5a27c502e1cfc03c95233f41 +size 28436 diff --git a/create-tar.sh b/create-tar.sh index bce134e..7fcc6e7 100644 --- a/create-tar.sh +++ b/create-tar.sh @@ -2,8 +2,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_41_0_RELEASE" -VERSION="41.0" +RELEASE_TAG="FIREFOX_41_0_1_RELEASE" +VERSION="41.0.1" # mozilla if [ -d mozilla ]; then diff --git a/firefox-41.0-source.tar.xz b/firefox-41.0-source.tar.xz deleted file mode 100644 index 15e875b..0000000 --- a/firefox-41.0-source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4150c3ddb79bf4e97d7c7ff953376b8d0aa2bdc195d0d8dba0b65cfb7e22158f -size 168011256 diff --git a/firefox-41.0.1-source.tar.xz b/firefox-41.0.1-source.tar.xz new file mode 100644 index 0000000..a7e8472 --- /dev/null +++ b/firefox-41.0.1-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d64294011158947c52b754f8298d43374b86c3511b2e655e4d6d2f478aaa24 +size 168542916 diff --git a/l10n-41.0.1.tar.xz b/l10n-41.0.1.tar.xz new file mode 100644 index 0000000..f80e3db --- /dev/null +++ b/l10n-41.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e90255e03567c0707b5ac83d3a3052f1f0db4903b854ddfda1921cd715cf434 +size 42529924 diff --git a/l10n-41.0.tar.xz b/l10n-41.0.tar.xz deleted file mode 100644 index 66252f2..0000000 --- a/l10n-41.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba052c63d0a01d91f92e7710d5e228ab980f1f90e5fbf67f779ff98095fafb1 -size 42518620 diff --git a/source-stamp.txt b/source-stamp.txt index 4a963d0..0c86018 100644 --- a/source-stamp.txt +++ b/source-stamp.txt @@ -1,2 +1,2 @@ -REV=78c82e5cd777 +REV=76aad04b2a72 REPO=http://hg.mozilla.org/releases/mozilla-release From 0e6478e65dfec27fac4019a755a5712fca485c987bd689a43f44eebcbe13db6d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 4 Oct 2015 09:21:58 +0000 Subject: [PATCH 2/2] - do not build with --enable-stdcxx-compat (this starts to fail build on various toolchain combinations and is not required for openSUSE builds in general OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=463 --- MozillaFirefox.changes | 7 +++++++ MozillaFirefox.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 0febc6f..71fa7fa 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 4 09:20:56 UTC 2015 - wr@rosenauer.org + +- do not build with --enable-stdcxx-compat + (this starts to fail build on various toolchain combinations + and is not required for openSUSE builds in general + ------------------------------------------------------------------- Thu Oct 1 09:49:57 UTC 2015 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index ea2f664..f7dab49 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -312,7 +312,6 @@ ac_add_options --sysconfdir=%{_sysconfdir} ac_add_options --mandir=%{_mandir} ac_add_options --includedir=%{_includedir} ac_add_options --enable-release -ac_add_options --enable-stdcxx-compat %ifarch %ix86 %arm %if 0%{?suse_version} > 1230 ac_add_options --disable-optimize