summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-04-14 09:26:11 +0200
committerJan Horak <jhorak@redhat.com>2020-04-14 09:26:11 +0200
commitda11178e3c4e0c15030519137500a4943caf27e9 (patch)
tree5b3652fd86a303617ea97817ee6a45efed091fce /firefox.spec
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-da11178e3c4e0c15030519137500a4943caf27e9.tar.gz
librewolf-fedora-ff-da11178e3c4e0c15030519137500a4943caf27e9.tar.bz2
librewolf-fedora-ff-da11178e3c4e0c15030519137500a4943caf27e9.zip
Removed gconf-2.0 build requirement
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 8975a0f..4cbe16e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 75.0
-Release: 1%{?nss_tag}%{?dist}
+Release: 2%{?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
@@ -224,7 +224,6 @@ BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
BuildRequires: autoconf213
BuildRequires: pkgconfig(libpulse)
-BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: yasm
BuildRequires: llvm
BuildRequires: llvm-devel
@@ -963,6 +962,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Apr 14 2020 Jan Horak <jhorak@redhat.com> - 75.0-2
+- Removed gconf-2.0 build requirement
+
* Mon Apr 06 2020 Martin Stransky <stransky@redhat.com> - 75.0-1
- Updated to 75.0
bgstack15