summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2017-08-29 10:39:27 +0200
committerJan Horak <jhorak@redhat.com>2017-08-29 10:39:27 +0200
commit06f82f774789963003b73589913a6bceff66a5ef (patch)
tree033683bde33b9ca0e93f1eb99b5d0f1bb28eb247 /firefox.spec
parentAdded google api key for safebrowsing, fixing failing builds on latest fedoras (diff)
parentEnable to build with nspr-4.16. (diff)
downloadlibrewolf-fedora-ff-06f82f774789963003b73589913a6bceff66a5ef.tar.gz
librewolf-fedora-ff-06f82f774789963003b73589913a6bceff66a5ef.tar.bz2
librewolf-fedora-ff-06f82f774789963003b73589913a6bceff66a5ef.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 65d95ea..63dda14 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -99,7 +99,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 55.0.2
-Release: 1%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -859,6 +859,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Aug 24 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-3
+- Enable to build with nspr-4.16.
+
+* Wed Aug 23 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-2
+- Rebuilt to remove wrong dependency to nspr-4.16.
+
* Fri Aug 18 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-1
- Updated to 55.0.2
bgstack15