summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-05 15:38:50 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-05 15:38:50 +0100
commit579766c50c347a6ccd7843472cf8d7c5af57e0ad (patch)
treea0820ed08d797a95eb1eb5c89d4923a8162bca0d /firefox.spec
parentMerge branch 'master' into f29 (diff)
parentAdded clipboard fix (mozbz#1504689) (diff)
downloadlibrewolf-fedora-ff-579766c50c347a6ccd7843472cf8d7c5af57e0ad.tar.gz
librewolf-fedora-ff-579766c50c347a6ccd7843472cf8d7c5af57e0ad.tar.bz2
librewolf-fedora-ff-579766c50c347a6ccd7843472cf8d7c5af57e0ad.zip
Merge branch 'master' into f29
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 78473c2..4ccbecb 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -87,7 +87,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 63.0.1
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?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
@@ -153,6 +153,7 @@ Patch421: mozilla-1447775.patch
Patch573: mozilla-1415078.patch
Patch574: firefox-pipewire.patch
Patch581: mozilla-1493081.patch
+Patch582: mozilla-1504689.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -364,6 +365,7 @@ This package contains results of tests executed during build.
%patch574 -p1 -b .firefox-pipewire
%endif
%patch581 -p1 -b .mozilla-1493081
+%patch582 -p1 -b .mozilla-1504689
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
@@ -910,6 +912,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Nov 5 2018 Martin Stransky <stransky@redhat.com> - 63.0.1-4
+- Added clipboard fix (mozbz#1504689)
+
* Fri Nov 2 2018 Dan Horak <dhorak@redhat.com> - 63.0.1-3
- Added fixes for ppc64le
bgstack15