summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-08 21:49:22 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-08 21:49:22 +0200
commit965325c0086de478e49fd101785d000bc1e08379 (patch)
tree29b61169e6201e0dd3c6b282102adc2fbcbe1618 /firefox.spec
parentbuild fix (diff)
parentUpdated pipewire patch (diff)
downloadlibrewolf-fedora-ff-965325c0086de478e49fd101785d000bc1e08379.tar.gz
librewolf-fedora-ff-965325c0086de478e49fd101785d000bc1e08379.tar.bz2
librewolf-fedora-ff-965325c0086de478e49fd101785d000bc1e08379.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
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 10fc423..e998a71 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