forked from pool/MozillaFirefox
Accepting request 139507 from mozilla:Factory
- update to Firefox 16.0.2 (bnc#786522) * MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196 (bmo#800666, bmo#793121, bmo#802557) Fixes for Location object issues - bring back Obsoletes for libproxy's mozjs plugin for distributions before 12.2 to avoid crashes OBS-URL: https://build.opensuse.org/request/show/139507 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=160
This commit is contained in:
commit
983f714c70
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 24 08:27:29 UTC 2012 - wr@rosenauer.org
|
||||
|
||||
- update to Firefox 16.0.2 (bnc#786522)
|
||||
* MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196
|
||||
(bmo#800666, bmo#793121, bmo#802557)
|
||||
Fixes for Location object issues
|
||||
- bring back Obsoletes for libproxy's mozjs plugin for distributions
|
||||
before 12.2 to avoid crashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 01:51:16 UTC 2012 - wr@rosenauer.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define major 16
|
||||
%define mainver %major.0.1
|
||||
%define mainver %major.0.2
|
||||
%define update_channel release
|
||||
|
||||
Name: MozillaFirefox
|
||||
@ -54,7 +54,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
|
||||
%endif
|
||||
Version: %{mainver}
|
||||
Release: 0
|
||||
%define releasedate 2012101000
|
||||
%define releasedate 2012102400
|
||||
Provides: firefox = %{mainver}
|
||||
Provides: firefox = %{version}-%{release}
|
||||
Provides: web_browser
|
||||
@ -112,6 +112,10 @@ Requires: %{name}-branding > 4.0
|
||||
Requires: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr)
|
||||
Requires: mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
|
||||
Recommends: libcanberra0
|
||||
# libproxy's mozjs pacrunner crashes FF (bnc#759123)
|
||||
%if %suse_version < 1220
|
||||
Obsoletes: libproxy1-pacrunner-mozjs <= 0.4.7
|
||||
%endif
|
||||
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_requires sh %{SOURCE4}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fc72032613c771c99e11db2567d6153a7a0720a2d3ef00959c47be5b0fcdf81
|
||||
size 29940
|
||||
oid sha256:ea7b236553dd3b2ff8cfb126763af6a72a40564d34babe19f5be7f7b57150387
|
||||
size 29935
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="release"
|
||||
BRANCH="releases/mozilla-$CHANNEL"
|
||||
RELEASE_TAG="FIREFOX_16_0_1_RELEASE"
|
||||
VERSION="16.0.1"
|
||||
RELEASE_TAG="FIREFOX_16_0_2_RELEASE"
|
||||
VERSION="16.0.2"
|
||||
|
||||
# mozilla
|
||||
echo "cloning $BRANCH..."
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ecfb156d04267a85414a4a5609e839eb1651a9aa49e9b31dc611ec4b6807a3
|
||||
size 90704428
|
3
firefox-16.0.2-source.tar.bz2
Normal file
3
firefox-16.0.2-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd8749befde92bb45dabf2f043d022aeca439eead53e64cec16d8619307bacf9
|
||||
size 90688319
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da1eb267184fda47c8112ecce1d1cc8ee1b2996c17e003bdaae097aaa1a2f0f7
|
||||
size 52144062
|
3
l10n-16.0.2.tar.bz2
Normal file
3
l10n-16.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a04392e140933294a18e48770ffd9f960f082ccc4ba0a63fc1e134a2a153b07
|
||||
size 52127156
|
@ -1,2 +1,2 @@
|
||||
REV=0507d387617c
|
||||
REV=e0c8343d2809
|
||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||
|
Loading…
Reference in New Issue
Block a user