summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-06-03 10:50:33 +0200
committerJan Horak <jhorak@redhat.com>2020-06-03 10:50:33 +0200
commit22798cdf7f74fc35262d8febbb0b7332d2a88ae2 (patch)
tree03b460654d0b7be74da6e0724a1e08a2b66e614d
parentMerge #19 `PipeWire: check whether we managed to mmap memory` (diff)
downloadlibrewolf-fedora-ff-22798cdf7f74fc35262d8febbb0b7332d2a88ae2.tar.gz
librewolf-fedora-ff-22798cdf7f74fc35262d8febbb0b7332d2a88ae2.tar.bz2
librewolf-fedora-ff-22798cdf7f74fc35262d8febbb0b7332d2a88ae2.zip
Resolves: #1466936 Fixing pipewire patch - rebuild
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index b9e470c..9722cb4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 77.0
-Release: 2%{?nss_tag}%{?dist}
+Release: 3%{?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
@@ -983,6 +983,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jun 03 2020 Jan Horak <jhorak@redhat.com> - 77.0-3
+- Fixing pipewire patch
+
* Tue Jun 2 2020 Martin Stransky <stransky@redhat.com> - 77.0-2
- Rebuild with updated langpacks (rhbz#1843028).
bgstack15