diff options
author | Jan Horak <jhorak@redhat.com> | 2019-01-07 16:54:00 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-01-07 16:54:00 +0100 |
commit | c8582942218eb0b2d6234eb71fed776b625c6080 (patch) | |
tree | 108da1c700ece0a45e2a8c695196628958743ee9 | |
parent | Fix the PipeWire patch and apply it again (diff) | |
download | librewolf-fedora-ff-c8582942218eb0b2d6234eb71fed776b625c6080.tar.gz librewolf-fedora-ff-c8582942218eb0b2d6234eb71fed776b625c6080.tar.bz2 librewolf-fedora-ff-c8582942218eb0b2d6234eb71fed776b625c6080.zip |
Pipewire patch rebased
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 275c75f..adc9569 100644 --- a/firefox.spec +++ b/firefox.spec @@ -74,7 +74,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 64.0 -Release: 6%{?pre_tag}%{?dist} +Release: 7%{?pre_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 @@ -190,7 +190,7 @@ BuildRequires: clang-libs %if 0%{?build_with_clang} BuildRequires: lld %endif -%if 0%{?fedora} > 27 +%if 0%{?fedora} > 28 BuildRequires: pipewire-devel %endif @@ -346,7 +346,7 @@ This package contains results of tests executed during build. %patch421 -p1 -b .1447775 # Wayland specific upstream patches -%if 0%{?fedora} > 27 +%if 0%{?fedora} > 28 %patch574 -p1 -b .firefox-pipewire %endif %patch581 -p1 -b .mozilla-1493081 @@ -895,6 +895,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Jan 7 2019 Jan Horak <jhorak@redhat.com> - 64.0-7 +- Pipewire patch rebased (thanks to Tomas Popela) + * Fri Jan 4 2019 Carmen Bianca Bakker <carmenbianca@fedoraproject.org> - 64.0-6 - Changed locale detector to handle Esperanto (rhbz#1656900) |