diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-24 18:33:02 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-24 18:33:02 +0200 |
commit | a91404f6b224a4d02f9418c9c36237f09cf3ec06 (patch) | |
tree | 12cda97cd10f4faeda0325cf77b6778cee38541c | |
parent | Added fix for rhbz#1709840 (diff) | |
download | librewolf-fedora-ff-a91404f6b224a4d02f9418c9c36237f09cf3ec06.tar.gz librewolf-fedora-ff-a91404f6b224a4d02f9418c9c36237f09cf3ec06.tar.bz2 librewolf-fedora-ff-a91404f6b224a4d02f9418c9c36237f09cf3ec06.zip |
release up + changelog fix
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 7d72bd6..c2986f2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -88,7 +88,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 68.0.1 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?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 @@ -919,6 +919,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jul 24 2019 Martin Stransky <stransky@redhat.com> - 68.0.1-2 +- Added fix for rhbz#1709840 + * Mon Jul 22 2019 Martin Stransky <stransky@redhat.com> - 68.0.1-1 - Updated to 68.0.1 - Enabled WebRTC on ppc64le (rhbz#1732069) |