summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-02-04 14:22:57 +0100
committerMartin Stransky <stransky@redhat.com>2019-02-04 14:22:57 +0100
commitde8eeeeb6a4fde138c4f7843803d5d7d726daffe (patch)
treeb68a36d05ca776996e7aeb9ac1cc9bea2ec5436a /firefox.spec
parentAdded wayland launcher fix (diff)
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild (diff)
downloadlibrewolf-fedora-ff-de8eeeeb6a4fde138c4f7843803d5d7d726daffe.tar.gz
librewolf-fedora-ff-de8eeeeb6a4fde138c4f7843803d5d7d726daffe.tar.bz2
librewolf-fedora-ff-de8eeeeb6a4fde138c4f7843803d5d7d726daffe.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 7c0aee9..9df6a1b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -74,7 +74,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 65.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 3%{?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
@@ -333,7 +333,7 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%if 0%{?fedora} > 28
# TODO
-#%patch574 -p1 -b .firefox-pipewire
+%patch574 -p1 -b .firefox-pipewire
%endif
%patch575 -p1 -b .1522780
@@ -878,6 +878,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 65.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Thu Jan 31 2019 Jan Grulich <jgrulich@redhat.com> - 65.0-2
+- Re-enable PipeWire support
+
* Mon Jan 28 2019 Martin Stransky <stransky@redhat.com> - 65.0-1
- Update to 65.0 build 2
bgstack15