Resolves: #2079746 Update to 91.9.0

This commit is contained in:
Eike Rathke 2022-04-28 12:03:17 +02:00
parent 90d592b6c8
commit 8fc9a3ca8c
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@
/thunderbird-langpacks-91.7.0-20220308.tar.xz
/thunderbird-langpacks-91.8.0-20220405.tar.xz
/thunderbird-91.8.0.processed-source.tar.xz
/thunderbird-langpacks-91.9.0-20220428.tar.xz
/thunderbird-91.9.0.processed-source.tar.xz

View File

@ -1,5 +1,5 @@
SHA512 (cbindgen-vendor.tar.xz) = 9cb4a590584c53386a14deb1f1faf7b67ff8f312eff4a8dccab710738183c504387d69fa660021b495ed61603f4df1db689f35234c61e2e886962e40aab20c95
SHA512 (nss-3.67.0-7.el8_1.src.rpm) = 15361c596fc4f2e4afc7d40d48c37886cad93849821d2bcad8213f34035a6951be127b436b6799083f2b4adb18a68870dbe273177d2d670eda9cc9680e6d6f63
SHA512 (nspr-4.32.0-1.el8_1.src.rpm) = c181a19bc24aeb62aed1745a6a43ae8aa2ee0d903aa16cb6ec7d385286e60f6426049cc9669459434377a215f329502ffe6fc48a1edc52d5b3283ebc259e9dca
SHA512 (thunderbird-langpacks-91.8.0-20220405.tar.xz) = 9d194379c25afb2d4e26dabd16a94b30b26f386dbe2970a9e1d32a5e9cf923f4e430f275f7f1bb185e34f1170344dbea86dbe8c80411c6c898e4a848fbfd922d
SHA512 (thunderbird-91.8.0.processed-source.tar.xz) = 4f469bb13f23d1170bbd9b52dd1323896b8da02a74c9085072fdc475054dcf2f5e69be08259edc0d466dc482974290ddb3270615e78487e6aa5aef95bd029867
SHA512 (thunderbird-langpacks-91.9.0-20220428.tar.xz) = 42896590699ef109b6b545b62cea72a109b7f9d948cc4cea55563bb5e7dfe9bff93dfdf3e3c4b2ecca9c43933bc7f92af838f131298ccf702b8bbd8881535d92
SHA512 (thunderbird-91.9.0.processed-source.tar.xz) = df2d04410a1a16a313252c8fbecb56b8c2ec26ca923f77b4a840e5167deea4ba74b7eadbaf9ab1c557f6615b193b512cb6fbeaff0fccf79eacd94c185b92b5f4

View File

@ -19,7 +19,7 @@ function dist_to_rhel_minor(str, start)
end
match = string.match(str, ".el8")
if match then
return 6
return 7
end
end}
@ -127,7 +127,7 @@ end}
%global build_langpacks 1
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 91.8.0
Version: 91.9.0
Release: 1%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -150,7 +150,7 @@ ExcludeArch: s390 ppc
# Link to official tarball: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.source.tar.xz
Source0: thunderbird-%{version}%{?pre_version}.processed-source.tar.xz
%if %{build_langpacks}
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20220405.tar.xz
Source1: thunderbird-langpacks-%{version}%{?ext_version}-20220428.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: get-calendar-langpacks.sh
@ -1107,6 +1107,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Thu Apr 28 2022 Eike Rathke <erack@redhat.com> - 91.9.0-1
- Update to 91.9.0
* Tue Apr 05 2022 Eike Rathke <erack@redhat.com> - 91.8.0-1
- Update to 91.8.0