summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-07-08 16:49:04 +0200
committerJan Horak <jhorak@redhat.com>2019-07-08 16:49:04 +0200
commit062a42c5554ad70436726c2c983abdb037f60aef (patch)
tree063ecfedd72e64f4b0ed68e03bb74401ed23cfa9 /firefox.spec
parentUpdated to 68.0 (diff)
downloadlibrewolf-fedora-ff-062a42c5554ad70436726c2c983abdb037f60aef.tar.gz
librewolf-fedora-ff-062a42c5554ad70436726c2c983abdb037f60aef.tar.bz2
librewolf-fedora-ff-062a42c5554ad70436726c2c983abdb037f60aef.zip
Updated pipewire patch
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 57d88ba..885832b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 68.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
@@ -140,7 +140,7 @@ Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
Patch417: bug1375074-save-restore-x28.patch
# Wayland specific upstream patches
-#Patch574: firefox-pipewire.patch
+Patch574: firefox-pipewire.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -341,7 +341,7 @@ This package contains results of tests executed during build.
%endif
# Wayland specific upstream patches
-#%patch574 -p1 -b .firefox-pipewire
+%patch574 -p1 -b .firefox-pipewire
# PGO patches
%patch600 -p1 -b .pgo
@@ -911,6 +911,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jul 8 2019 Jan Horak <jhorak@redhat.com> - 68.0-2
+- Update pipewire patch
+
* Tue Jul 2 2019 Martin Stransky <stransky@redhat.com> - 68.0-1
- Updated to 68.0
bgstack15