summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2020-03-10 10:29:07 +0100
committerKalev Lember <klember@redhat.com>2020-03-10 10:29:07 +0100
commit05939fc7a2570f7a542e0ac69106807fe2b54a02 (patch)
tree1a403b28da54191699e4e8ad6731132e6aad4da2
parentUpdate to build 3 (diff)
downloadlibrewolf-fedora-ff-05939fc7a2570f7a542e0ac69106807fe2b54a02.tar.gz
librewolf-fedora-ff-05939fc7a2570f7a542e0ac69106807fe2b54a02.tar.bz2
librewolf-fedora-ff-05939fc7a2570f7a542e0ac69106807fe2b54a02.zip
Remove unused libIDL build dep
-rw-r--r--firefox.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 83f9f7d..005243f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -116,7 +116,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 74.0
-Release: 3%{?nss_tag}%{?dist}
+Release: 4%{?nss_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
@@ -202,7 +202,6 @@ BuildRequires: libjpeg-devel
BuildRequires: zip
BuildRequires: bzip2-devel
BuildRequires: pkgconfig(zlib)
-BuildRequires: pkgconfig(libIDL-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(krb5)
@@ -955,6 +954,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 74.0-4
+- Remove unused libIDL build dep
+
* Tue Mar 10 2020 Martin Stransky <stransky@redhat.com> - 74.0-3
- Update to 74.0 Build 3
bgstack15