summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2020-07-09 14:19:21 +0200
committerJan Horak <jhorak@redhat.com>2020-07-09 14:19:21 +0200
commit28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08 (patch)
treed2c7d023c6b74e9e0977af75645d41d16bc75074
parentUpdate to 78.0.1 build1 (diff)
downloadlibrewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.tar.gz
librewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.tar.bz2
librewolf-fedora-ff-28cf3442dd5b1b1e1ad37cae9a12a7590bd1fc08.zip
Update to 78.0.2 build2
-rw-r--r--.gitignore2
-rw-r--r--firefox.spec7
-rw-r--r--sources4
3 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0de1c69..6a6915c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -406,3 +406,5 @@ firefox-3.6.4.source.tar.bz2
/firefox-langpacks-78.0-20200629.tar.xz
/firefox-78.0.1.source.tar.xz
/firefox-langpacks-78.0.1-20200701.tar.xz
+/firefox-78.0.2.source.tar.xz
+/firefox-langpacks-78.0.2-20200709.tar.xz
diff --git a/firefox.spec b/firefox.spec
index 8befe50..1964449 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,13 +117,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 78.0.1
+Version: 78.0.2
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}-20200701.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20200709.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
+* Thu Jul 09 2020 Jan Horak <jhorak@redhat.com> - 78.0.2-1
+- Update to 78.0.2 build2
+
* Wed Jul 01 2020 Jan Horak <jhorak@redhat.com> - 78.0.1-1
- Update to 78.0.1 build1
diff --git a/sources b/sources
index 6d38706..4df55bb 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (firefox-78.0.1.source.tar.xz) = 99d3ba99ab08a62641bd88ba9296144d29ec39d6b4e0252cd822f52cd7f561a77eadf63881ae1a16e2ed7caa9f815e48708225f3a5de882fb482b7788ab6c262
-SHA512 (firefox-langpacks-78.0.1-20200701.tar.xz) = 797f6a81fe7fa7e390ab9cc32af6fd282b57c3a484117d561bfeaac992a67a07fc6eb3d45064e51d5dcdb7de5e384e796a486d4b9ae5a29ad714548d6a447ff5
+SHA512 (firefox-78.0.2.source.tar.xz) = 4aa753fb51459301379d186f3c93e15755530e5e1ea17795d620cc9da56eb5e76cce483ca57f4af339b6f17e47101dff772ca01fb1b469201a09283f14f567be
+SHA512 (firefox-langpacks-78.0.2-20200709.tar.xz) = 1f5c1a23a72af1dd9cfbaae17d31efc6eb3c33cf6d0fb2d3524a66c8b07afebf0c144f8188d0069fa451efc7c81eed96c3ec0edf1148a46fa212a101c3c4e951
SHA512 (cbindgen-vendor.tar.xz) = 0906d5ad3e5348e211513f7a1e0df2a3fb0cf82ff4a8c08de32bd96d9596c992f8a13191aca003f526a6478a2dc23add5a96531f9504fe9fd25cac7d25ca7593
bgstack15