1
0

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:
Wolfgang Rosenauer 2018-02-09 22:45:30 +00:00 committed by Git OBS Bridge
parent 0b6de140a7
commit 3ad3fa88d2
10 changed files with 30 additions and 27 deletions

View File

@ -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

View File

@ -19,10 +19,10 @@
# changed with every update
%define major 58
%define mainver %major.0.1
%define mainver %major.0.2
%define update_channel release
%define branding 1
%define releasedate 20180128191252
%define releasedate 20180207000000
# PIE, full relro (x86_64 for now)
%define build_hardened 1
@ -42,10 +42,8 @@ BuildArch: i686
%define gnome_dir %{_prefix}
%define desktop_file_name %{progname}
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define _use_internal_dependency_generator 0
%define __find_requires sh %{SOURCE4}
%global provfind sh -c "grep -v '.so' | %__find_provides"
%global __find_provides %provfind
%define __provides_exclude ^lib.*\\.so.*$
%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*)$
%define localize 1
%ifarch %ix86 x86_64
%define crashreporter 1
@ -126,7 +124,6 @@ Source: firefox-%{version}-source.tar.xz
Source1: MozillaFirefox.desktop
Source2: MozillaFirefox-rpmlintrc
Source3: mozilla.sh.in
Source4: find-external-requires.sh
Source5: source-stamp.txt
Source6: kde.js
Source7: l10n-%{version}.tar.xz

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:088110e577f98b08da247cfe931afdbcec697e74890362d95895360bda0d8989
size 28404
oid sha256:b2528402c5a3381c83db0116efe05064251b57a7597ef936d3d831b57b2870b3
size 28816

View File

@ -7,8 +7,8 @@
CHANNEL="release"
BRANCH="releases/mozilla-$CHANNEL"
RELEASE_TAG="FIREFOX_58_0_1_RELEASE"
VERSION="58.0.1"
RELEASE_TAG="FIREFOX_58_0_2_RELEASE"
VERSION="58.0.2"
# mozilla
if [ -d mozilla ]; then

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:423e214603cf8e0d6b16bfbb428be20e2b868278129821f017b659fc0934253a
size 265350860

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dda38d4eea0b9be6ee116cb304e43d1fdfcf74a32dfcad56068c50255665eb2
size 274076776

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c98a457396f881f7b9c32de341b7ed3025d64dc44352d8a977459217596b9981
size 53030504

View File

@ -1,2 +1,2 @@
REV=c2db4a50dc5c
REV=849c090094db
REPO=http://hg.mozilla.org/releases/mozilla-release