summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-05-03 21:57:54 +0200
committerMartin Stransky <stransky@redhat.com>2020-05-03 21:57:54 +0200
commitb17822317796f559c4695d36a89cb30496fae1ed (patch)
treead172a78dcf179b65e85d25e61518eb15f589340 /firefox.spec
parentAdded fix for mozilla bug #1527976 (browser D&D) (diff)
downloadlibrewolf-fedora-ff-b17822317796f559c4695d36a89cb30496fae1ed.tar.gz
librewolf-fedora-ff-b17822317796f559c4695d36a89cb30496fae1ed.tar.bz2
librewolf-fedora-ff-b17822317796f559c4695d36a89cb30496fae1ed.zip
Updated to 76.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec21
1 files changed, 8 insertions, 13 deletions
diff --git a/firefox.spec b/firefox.spec
index 9b98f3f..b9b0727 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,13 +117,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 75.0
-Release: 3%{?nss_tag}%{?dist}
+Version: 76.0
+Release: 1%{?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
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20200406.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200502.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -183,13 +183,9 @@ Patch412: mozilla-1337988.patch
Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
Patch417: bug1375074-save-restore-x28.patch
Patch422: mozilla-1580174-webrtc-popup.patch
-Patch425: mozilla-1623106.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
-Patch576: mozilla-1623060.patch
-Patch578: mozilla-1627469.patch
-Patch579: browser-tabbar-dad-mzbz1527976.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -388,8 +384,6 @@ This package contains results of tests executed during build.
#%patch241 -p1 -b .kiosk-workaround
%patch242 -p1 -b .gnome-shell-search-fixes
-%patch425 -p1 -b .1623106
-
%patch402 -p1 -b .1196777
%ifarch %{arm}
%patch415 -p1 -b .1238661
@@ -397,13 +391,11 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
-%patch576 -p1 -b .mozilla-1623060
-%patch578 -p1 -b .mozilla-1627469
-%patch579 -p1 -b .mozilla-1527976
# PGO patches
%patch600 -p1 -b .pgo
-%patch601 -p1 -b .1516081
+#fix
+#%patch601 -p1 -b .1516081
%patch602 -p1 -b .1516803
%{__rm} -f .mozconfig
@@ -966,6 +958,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Sun May 3 2020 Martin Stransky <stransky@redhat.com> - 76.0-1
+- Updated to 76.0
+
* Thu Apr 23 2020 Martin Stransky <stransky@redhat.com> - 75.0-3
- Added fix for mozilla bug #1527976 (browser D&D)
bgstack15