summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-24 09:00:52 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-24 09:00:52 +0200
commit36a04b796f91771ca79e7d3428808f9e351e6e76 (patch)
treed64ab0af3219596e4c16bf0a5bb51f4ba3e403f3
parentRebuilt to remove wrong dependency to nspr-4.16. (diff)
downloadlibrewolf-fedora-ff-36a04b796f91771ca79e7d3428808f9e351e6e76.tar.gz
librewolf-fedora-ff-36a04b796f91771ca79e7d3428808f9e351e6e76.tar.bz2
librewolf-fedora-ff-36a04b796f91771ca79e7d3428808f9e351e6e76.zip
Enable to build with nspr-4.16.
-rw-r--r--firefox.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 990e808..08c5746 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -97,7 +97,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 55.0.2
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -250,9 +250,6 @@ BuildRequires: cargo
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
-#remove when nspr 4.16 is at stable
-Conflicts: pkgconfig(nspr) >= 4.16
-
%description
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
@@ -856,6 +853,9 @@ 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.
bgstack15