summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-07-01 18:31:26 +0200
committerJan Horak <jhorak@redhat.com>2020-07-01 18:31:26 +0200
commitcae97a0741e8c23ea8bfa15890f37a942754fc20 (patch)
tree18478858cd5025c09296083d0388fbb7afe5df3f
parentFixed desktop file actions (diff)
downloadlibrewolf-fedora-ff-cae97a0741e8c23ea8bfa15890f37a942754fc20.tar.gz
librewolf-fedora-ff-cae97a0741e8c23ea8bfa15890f37a942754fc20.tar.bz2
librewolf-fedora-ff-cae97a0741e8c23ea8bfa15890f37a942754fc20.zip
Update to 78.0.1 build1
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec9
-rw-r--r--sources4
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index bc04ee2..0de1c69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -404,3 +404,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-77.0.1-20200603.tar.xz
/firefox-78.0.source.tar.xz
/firefox-langpacks-78.0-20200629.tar.xz
+/firefox-78.0.1.source.tar.xz
+/firefox-langpacks-78.0.1-20200701.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 309e783..8befe50 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,13 +117,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 78.0
-Release: 2%{?nss_tag}%{?dist}
+Version: 78.0.1
+Release: 1%{?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}-20200629.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200701.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -971,6 +971,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Jul 01 2020 Jan Horak <jhorak@redhat.com> - 78.0.1-1
+- Update to 78.0.1 build1
+
* Wed Jul 1 2020 Martin Stransky <stransky@redhat.com> - 78.0-2
- Add 'Open the Profile Manager' desktop file entry
diff --git a/sources b/sources
index 7cf0d42..6d38706 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (firefox-78.0.source.tar.xz) = f4d8d89b7e624efcd48bd9885d72890888c582c2f3f5c4d9260728fec7816d20a98df11975ef0b180dead8991cccfe8c9532763da5de74a002c48cde9495c0ac
-SHA512 (firefox-langpacks-78.0-20200629.tar.xz) = 4feee7941397f49ab1c2f9d907e221ef953f2b1ac994c21e463d7854fd46e547d60326868ac3f94757f43e084455b22b10f74790237e9e33e8e61bb1807ffcdb
+SHA512 (firefox-78.0.1.source.tar.xz) = 99d3ba99ab08a62641bd88ba9296144d29ec39d6b4e0252cd822f52cd7f561a77eadf63881ae1a16e2ed7caa9f815e48708225f3a5de882fb482b7788ab6c262
+SHA512 (firefox-langpacks-78.0.1-20200701.tar.xz) = 797f6a81fe7fa7e390ab9cc32af6fd282b57c3a484117d561bfeaac992a67a07fc6eb3d45064e51d5dcdb7de5e384e796a486d4b9ae5a29ad714548d6a447ff5
SHA512 (cbindgen-vendor.tar.xz) = 0906d5ad3e5348e211513f7a1e0df2a3fb0cf82ff4a8c08de32bd96d9596c992f8a13191aca003f526a6478a2dc23add5a96531f9504fe9fd25cac7d25ca7593
bgstack15