summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-23 12:02:48 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-23 12:02:48 +0200
commit973f79247e96292ba770fa41949934f54cd95be5 (patch)
tree6e6fe4eca6f97a77c3c5d3eb6968009d50ef93fc /firefox.spec
parentUpdated to 55.0.2 (diff)
downloadlibrewolf-fedora-ff-973f79247e96292ba770fa41949934f54cd95be5.tar.gz
librewolf-fedora-ff-973f79247e96292ba770fa41949934f54cd95be5.tar.bz2
librewolf-fedora-ff-973f79247e96292ba770fa41949934f54cd95be5.zip
Rebuilt to remove wrong dependency to nspr-4.16.
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 1ea8a09..990e808 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -97,7 +97,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 55.0.2
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -250,6 +250,9 @@ 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.
@@ -853,6 +856,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* 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