forked from pool/MozillaFirefox
Accepting request 574856 from home:AndreasStieger:branches:mozilla:Factory
Mozilla Firefox 58.0.2 OBS-URL: https://build.opensuse.org/request/show/574856 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=634
This commit is contained in:
parent
0b6de140a7
commit
3ad3fa88d2
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 9 13:37:46 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- Mozilla Firefox 58.0.2:
|
||||||
|
* Blocklisted graphics drivers related to off main thread painting
|
||||||
|
crashes
|
||||||
|
* Fix tab crash during printing
|
||||||
|
* Fix clicking links and scrolling emails on Microsoft Hotmail
|
||||||
|
and Outlook (OWA) webmail
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 9 12:06:31 UTC 2018 - wr@rosenauer.org
|
||||||
|
|
||||||
|
- correct requires and provides handling (boo#1076907)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 6 07:03:42 UTC 2018 - fstrba@suse.com
|
Tue Feb 6 07:03:42 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@
|
|||||||
|
|
||||||
# changed with every update
|
# changed with every update
|
||||||
%define major 58
|
%define major 58
|
||||||
%define mainver %major.0.1
|
%define mainver %major.0.2
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define branding 1
|
%define branding 1
|
||||||
%define releasedate 20180128191252
|
%define releasedate 20180207000000
|
||||||
|
|
||||||
# PIE, full relro (x86_64 for now)
|
# PIE, full relro (x86_64 for now)
|
||||||
%define build_hardened 1
|
%define build_hardened 1
|
||||||
@ -42,10 +42,8 @@ BuildArch: i686
|
|||||||
%define gnome_dir %{_prefix}
|
%define gnome_dir %{_prefix}
|
||||||
%define desktop_file_name %{progname}
|
%define desktop_file_name %{progname}
|
||||||
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
||||||
%define _use_internal_dependency_generator 0
|
%define __provides_exclude ^lib.*\\.so.*$
|
||||||
%define __find_requires sh %{SOURCE4}
|
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*)$
|
||||||
%global provfind sh -c "grep -v '.so' | %__find_provides"
|
|
||||||
%global __find_provides %provfind
|
|
||||||
%define localize 1
|
%define localize 1
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
%define crashreporter 1
|
%define crashreporter 1
|
||||||
@ -126,7 +124,6 @@ Source: firefox-%{version}-source.tar.xz
|
|||||||
Source1: MozillaFirefox.desktop
|
Source1: MozillaFirefox.desktop
|
||||||
Source2: MozillaFirefox-rpmlintrc
|
Source2: MozillaFirefox-rpmlintrc
|
||||||
Source3: mozilla.sh.in
|
Source3: mozilla.sh.in
|
||||||
Source4: find-external-requires.sh
|
|
||||||
Source5: source-stamp.txt
|
Source5: source-stamp.txt
|
||||||
Source6: kde.js
|
Source6: kde.js
|
||||||
Source7: l10n-%{version}.tar.xz
|
Source7: l10n-%{version}.tar.xz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:088110e577f98b08da247cfe931afdbcec697e74890362d95895360bda0d8989
|
oid sha256:b2528402c5a3381c83db0116efe05064251b57a7597ef936d3d831b57b2870b3
|
||||||
size 28404
|
size 28816
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
CHANNEL="release"
|
CHANNEL="release"
|
||||||
BRANCH="releases/mozilla-$CHANNEL"
|
BRANCH="releases/mozilla-$CHANNEL"
|
||||||
RELEASE_TAG="FIREFOX_58_0_1_RELEASE"
|
RELEASE_TAG="FIREFOX_58_0_2_RELEASE"
|
||||||
VERSION="58.0.1"
|
VERSION="58.0.2"
|
||||||
|
|
||||||
# mozilla
|
# mozilla
|
||||||
if [ -d mozilla ]; then
|
if [ -d mozilla ]; then
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Finds requirements provided outside of the current file set
|
|
||||||
|
|
||||||
filelist=$( sed "s/[]['\"*?{}]/\\\\\&/g" )
|
|
||||||
provides=$( echo "$filelist" | /usr/lib/rpm/find-provides )
|
|
||||||
echo "$filelist" \
|
|
||||||
| /usr/lib/rpm/find-requires \
|
|
||||||
| grep -F -v "$provides" \
|
|
||||||
| sort -u
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:423e214603cf8e0d6b16bfbb428be20e2b868278129821f017b659fc0934253a
|
|
||||||
size 265350860
|
|
3
firefox-58.0.2-source.tar.xz
Normal file
3
firefox-58.0.2-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4dda38d4eea0b9be6ee116cb304e43d1fdfcf74a32dfcad56068c50255665eb2
|
||||||
|
size 274076776
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34ed9161fda7110953d067f9de94377a085d9b30a438e7402865f3382726fc6b
|
|
||||||
size 48920352
|
|
3
l10n-58.0.2.tar.xz
Normal file
3
l10n-58.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c98a457396f881f7b9c32de341b7ed3025d64dc44352d8a977459217596b9981
|
||||||
|
size 53030504
|
@ -1,2 +1,2 @@
|
|||||||
REV=c2db4a50dc5c
|
REV=849c090094db
|
||||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||||
|
Loading…
Reference in New Issue
Block a user