summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Grulich <jgrulich@redhat.com>2020-03-17 10:25:11 +0100
committerJan Grulich <jgrulich@redhat.com>2020-03-17 10:25:11 +0100
commit8cb9a2a5617cae1a8c72cf8842036cc363e6da08 (patch)
tree871f784418da1332b293f37ef98ff7f1cf981c33 /firefox.spec
parentUse D-Bus remote exclusively for both X11 and Wayland backends when WAYLAND_D... (diff)
downloadlibrewolf-fedora-ff-8cb9a2a5617cae1a8c72cf8842036cc363e6da08.tar.gz
librewolf-fedora-ff-8cb9a2a5617cae1a8c72cf8842036cc363e6da08.tar.bz2
librewolf-fedora-ff-8cb9a2a5617cae1a8c72cf8842036cc363e6da08.zip
Add support for window sharing
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 1f7a95e..3964ab5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 74.0
-Release: 7%{?nss_tag}%{?dist}
+Release: 8%{?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
@@ -960,6 +960,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 17 2020 Jan Grulich <jgrulich@redhat.com> - 74-0-8
+- Add support for window sharing
+
* Mon Mar 16 2020 Martin Stransky <stransky@redhat.com> - 74.0-7
- Use D-Bus remote exclusively for both X11 and Wayland backends
when WAYLAND_DISPLAY is present.
bgstack15