Accepting request 907190 from home:AndreasStieger:branches:mozilla:Factory
90.0.1 OBS-URL: https://build.opensuse.org/request/show/907190 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=923
This commit is contained in:
parent
1ef79265b6
commit
8b6bd667de
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 19 20:08:56 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- Mozilla Firefox 90.0.1 (boo#1188480):
|
||||||
|
* Fixed: Fixed busy looping processing some HTTP3 responses
|
||||||
|
(bmo#1720079)
|
||||||
|
* Fixed: Fixed transient errors authenticating with some smart
|
||||||
|
cards (bmo#1715325)
|
||||||
|
* Fixed: Fixed a rare crash on shutdown (bmo#1707057)
|
||||||
|
* Fixed: Fixed a race on startup that caused about:support to
|
||||||
|
end up empty after upgrade (bmo#1717894, boo#1188330)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 11 08:53:02 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
Sun Jul 11 08:53:02 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
# major 69
|
# major 69
|
||||||
# mainver %major.99
|
# mainver %major.99
|
||||||
%define major 90
|
%define major 90
|
||||||
%define mainver %major.0
|
%define mainver %major.0.1
|
||||||
%define orig_version 90.0
|
%define orig_version 90.0.1
|
||||||
%define orig_suffix %{nil}
|
%define orig_suffix %{nil}
|
||||||
%define update_channel release
|
%define update_channel release
|
||||||
%define branding 1
|
%define branding 1
|
||||||
|
3
firefox-90.0.1.source.tar.xz
Normal file
3
firefox-90.0.1.source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85796ca5857e2196c8722719423d3f164396efdefb2988d3efd6d5c399dc0a87
|
||||||
|
size 378978080
|
16
firefox-90.0.1.source.tar.xz.asc
Normal file
16
firefox-90.0.1.source.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEQ2D+IQnEl2MYb44h6+QekPbxL20FAmDxv2MACgkQ6+QekPbx
|
||||||
|
L23Z1g/7B//X5wnzEmQPTKax40b1eQcUpPkYBojVj3s3NkPJBhZwL8pfHnUvhs7Q
|
||||||
|
3eb5J6kVgaFKUWSoA3GzANil6uwdErA+lyV4vdH7QKE+m/Fz6OB3L2x7PyXdzaVC
|
||||||
|
l2XsqTNxbzcB/+TO2GGGzVI7WKybtzsAqnJ8J3EynyPskUlVJYPwhtt7ZT6qaztS
|
||||||
|
JggFNWOlGVXDAQq0PTVz96Dvp96eFYAd0fnpLZnOPjTauJkrQWhMSmRPmERBVHeL
|
||||||
|
ohGDXS1ib88/QpvrXpHjEf97rwip46giDBZgNeREKqzCvKvdRixahgBn95pkQvps
|
||||||
|
cF8HpP+MaS4YtyxnbxMV/JRwhQCCyQgeLviPm2ZqHqzgSVyzaVAG+2RaGFUL/nju
|
||||||
|
8ucr3VV3UlSEQo80OyxvUrOdlkl4asB939axv1pBM2qnKLF00Oak02M48I5xyNHt
|
||||||
|
olwr88XrzAT30R+tuHqtOG8CaXncxIs48rRsCpL69VGN/zd+DBwidRzfNYG58rT9
|
||||||
|
SD4s36nOMSIVqKoDCk4M+ljL9xaQS25BPC4RUfkokp1voQ8Gck7rWvKA4KIZA8Re
|
||||||
|
MHmJozLTBb0IxvkD0UMZQBFsacovfKgUl3AEnHBIpcqAjUWJZIcs1mZ+Q5s+paXC
|
||||||
|
2h8Sv9mnd99kR1gm+NhneQTNx9He/3n+YQVw7/zTLNRCEbka/O8=
|
||||||
|
=lkqt
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43a943e7d7660c6d7f5b41c95b344b7fd6a4a88ad0bb45dbd844b372ea60d58b
|
|
||||||
size 378743212
|
|
@ -1,11 +1,11 @@
|
|||||||
PRODUCT="firefox"
|
PRODUCT="firefox"
|
||||||
CHANNEL="release"
|
CHANNEL="release"
|
||||||
VERSION="90.0"
|
VERSION="90.0.1"
|
||||||
VERSION_SUFFIX=""
|
VERSION_SUFFIX=""
|
||||||
PREV_VERSION="89.0.2"
|
PREV_VERSION="90.0"
|
||||||
PREV_VERSION_SUFFIX=""
|
PREV_VERSION_SUFFIX=""
|
||||||
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
#SKIP_LOCALES="" # Uncomment to skip l10n and compare-locales-generation
|
||||||
|
|
||||||
RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release"
|
RELEASE_REPO="https://hg.mozilla.org/releases/mozilla-release"
|
||||||
RELEASE_TAG="47c82d2ce122eab0664b51c372d99fc868227506"
|
RELEASE_TAG="3d2c7096604506dc42cb52a2fe4981361fdbab46"
|
||||||
RELEASE_TIMESTAMP="20210705185941"
|
RELEASE_TIMESTAMP="20210716144314"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user