From cb3c316ed18d823fff098807d648b6a902415e76 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 10 May 2023 17:22:08 +0800 Subject: [PATCH] Update to 102.11.0 --- .gitattributes | 4 ++-- ... => firefox-102.11.0esr.b2.processed-source.tar.xz | 4 ++-- ...z => firefox-langpacks-102.11.0esr-20230508.tar.xz | 4 ++-- firefox.spec | 11 +++++++---- 4 files changed, 13 insertions(+), 10 deletions(-) rename firefox-102.9.0esr.b2.processed-source.tar.xz => firefox-102.11.0esr.b2.processed-source.tar.xz (32%) rename firefox-langpacks-102.9.0esr-20230310.tar.xz => firefox-langpacks-102.11.0esr-20230508.tar.xz (32%) diff --git a/.gitattributes b/.gitattributes index d02b002..ef4da0f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -firefox-102.9.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text -firefox-langpacks-102.9.0esr-20230310.tar.xz filter=lfs diff=lfs merge=lfs -text +firefox-102.11.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text +firefox-langpacks-102.11.0esr-20230508.tar.xz filter=lfs diff=lfs merge=lfs -text diff --git a/firefox-102.9.0esr.b2.processed-source.tar.xz b/firefox-102.11.0esr.b2.processed-source.tar.xz similarity index 32% rename from firefox-102.9.0esr.b2.processed-source.tar.xz rename to firefox-102.11.0esr.b2.processed-source.tar.xz index 7263911..82d114e 100644 --- a/firefox-102.9.0esr.b2.processed-source.tar.xz +++ b/firefox-102.11.0esr.b2.processed-source.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab2ee90fbd7390b4bedf7ebb6b5cd8f283a1c4aec4ebdaa0d298b8a7014a0423 -size 486656020 +oid sha256:5d61c7a0e5837d66787dc0e0132ced9d71ec317169efd7a421189c9d063e1808 +size 480079388 diff --git a/firefox-langpacks-102.9.0esr-20230310.tar.xz b/firefox-langpacks-102.11.0esr-20230508.tar.xz similarity index 32% rename from firefox-langpacks-102.9.0esr-20230310.tar.xz rename to firefox-langpacks-102.11.0esr-20230508.tar.xz index 052dd2f..275e6a6 100644 --- a/firefox-langpacks-102.9.0esr-20230310.tar.xz +++ b/firefox-langpacks-102.11.0esr-20230508.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3157cf08fa12cd57dd4fca01e356133fdddf7001a44d4f463c874a22fb21bf4b -size 44678300 +oid sha256:edac4ac48d5e9378a1874adcdd1eabaaa6cd56cc747a4eaefd5b6bec6ff18960 +size 43998532 diff --git a/firefox.spec b/firefox.spec index 712cfef..79b6c0b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -147,14 +147,14 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 102.9.0 +Version: 102.11.0 Release: 1 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ # Workaround the dreaded "upstream source file changed content" rpminspect failure. # If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g. -# firefox-102.8.0esr.b2.processed-source.tar.xz +# firefox-102.11.0esr.b2.processed-source.tar.xz # When unset use processed source file name as is. %global buildnum .b2 # We can't use the official tarball as it contains some test files that use @@ -164,7 +164,8 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ # Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz %if %{with langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20230310.tar.xz +# wget -r -np -nH -R index.html https://archive.mozilla.org/pub/firefox/releases/102.11.0esr/linux-x86_64/xpi/ +Source1: firefox-langpacks-%{version}%{?pre_version}-20230508.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -244,7 +245,6 @@ Patch425: disable-glean-sdk,psutil,zstandard.patch # PGO/LTO patches Patch600: pgo.patch Patch602: mozilla-1516803.patch - %if %{?system_nss} BuildRequires: pkgconfig(nspr) >= %{nspr_version} BuildRequires: pkgconfig(nss) >= %{nss_version} @@ -1127,6 +1127,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Wed May 10 2023 wangkai <13474090681@163.com> - 102.11.0-1 +- Update to 102.11.0 + * Fri Mar 31 2023 wangkai - 102.9.0-1 - Update to 102.9.0 -- Gitee