From fc2faf5e8ca849d4a639e33666f09b539f6379aa Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 16 May 2023 14:33:56 +0800 Subject: [PATCH 1/2] Modify error source1 Signed-off-by: cherry530 <707078654@qq.com> --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 781506d..dea93f5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -164,7 +164,7 @@ 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 +Source1: firefox-langpacks-%{version}%{?pre_version}-20230508.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball -- Gitee From 5e6f6496f4a96f30c33401cd5b6ee43d5a4faa27 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Tue, 16 May 2023 14:35:57 +0800 Subject: [PATCH 2/2] Modify error source1 Signed-off-by: cherry530 <707078654@qq.com> --- firefox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index dea93f5..ce08622 100644 --- a/firefox.spec +++ b/firefox.spec @@ -148,7 +148,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 102.11.0 -Release: 1 +Release: 2 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -1126,6 +1126,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Tue May 16 2023 xu_ping <707078654@qq.com> - 102.11.0-2 +- Modify error source1 + * Mon May 15 2023 wangkai <13474090681@163.com> - 102.11.0-1 - Update to 102.11.0 -- Gitee