diff options
author | Martin Stransky <stransky@redhat.com> | 2018-11-02 09:50:16 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-11-02 09:50:16 +0100 |
commit | 042951d0c91c7f9233d8ff57dba1aca07dcfc8ad (patch) | |
tree | 8ce25b101e9e4f7fcbffde2120c382238d5b5d63 /firefox.spec | |
parent | Merge branch 'master' into f28 (diff) | |
parent | Added fixes for ppc64le (diff) | |
download | librewolf-fedora-ff-042951d0c91c7f9233d8ff57dba1aca07dcfc8ad.tar.gz librewolf-fedora-ff-042951d0c91c7f9233d8ff57dba1aca07dcfc8ad.tar.bz2 librewolf-fedora-ff-042951d0c91c7f9233d8ff57dba1aca07dcfc8ad.zip |
Merge branch 'master' into f28
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index c375334..78473c2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 63.0.1 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -126,6 +126,7 @@ Patch41: build-disable-elfhack.patch Patch42: prio-nss-build.patch Patch43: mozilla-1500366.patch Patch44: mozilla-1494037.patch +Patch45: mozilla-1498938.patch # Fedora specific patches Patch215: firefox-enable-addons.patch @@ -333,6 +334,7 @@ This package contains results of tests executed during build. %patch42 -p1 -b .nss-build %patch43 -p1 -b .1500366 %patch44 -p1 -b .1494037 +%patch45 -p1 -b .1498938 # Fedora patches %patch215 -p1 -b .addons @@ -908,6 +910,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Nov 2 2018 Dan Horak <dhorak@redhat.com> - 63.0.1-3 +- Added fixes for ppc64le + * Thu Nov 1 2018 Martin Stransky <stransky@redhat.com> - 63.0.1-2 - Fixed typo on man page (rhbz#1643766) |