diff --git a/download b/download index 05af9ebe603fa2ac591c9d07a25ddab777bab6ba..13b95e25293359a5b3c18cdcb3f6d75a4f8c8078 100644 --- a/download +++ b/download @@ -1,7 +1,7 @@ fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz -ec91207cf793227ad67dbbca0386c7ee firefox-128.10.0esr.processed-source.tar.xz -6d27d0be9d6201266fc07bf7d2a1230f firefox-langpacks-128.10.0esr-20250422.tar.xz +10ed2e60c67f95a3d411d802a3c8b65c firefox-128.10.1esr.processed-source.tar.xz +247eadef646581ed920d5a6da4a7bc93 firefox-langpacks-128.10.1esr-20250519.tar.xz 7b35b9a003996b1f1dbc3cd936a609f2 nspr-4.35.0-1.el8_1.src.rpm ab085bce989de91681f48fdd05be4c0f nss-3.101.0-7.el8_2.src.rpm dbf6357877e3e1042de1a95cdfb61507 nss-3.101.0-7.el9_2.src.rpm diff --git a/firefox-anolis-default-prefs.js b/firefox-anolis-default-prefs.js index 1d768bbce726b326326648604855d6d71cfc332a..5ae1109ef54e11d1b648d1548b1ac923e16fca92 100644 --- a/firefox-anolis-default-prefs.js +++ b/firefox-anolis-default-prefs.js @@ -15,7 +15,7 @@ pref("network.manage-offline-status", true); pref("extensions.shownSelectionUI", true); pref("ui.SpellCheckerUnderlineStyle", 1); pref("startup.homepage_override_url", "https://openanolis.cn"); -pref("strtup.homepage_welcome_url", "https://openanolis.cn"); +pref("startup.homepage_welcome_url", "https://openanolis.cn"); pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html"); pref("media.gmp-gmpopenh264.autoupdate",true); pref("media.gmp-gmpopenh264.enabled",false); diff --git a/firefox.spec b/firefox.spec index 78c4b74d3eb559c3d7df8b95d687790b2a2f5621..42ed4f3d760283358d43b77be44f3e71a5fea4a7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -172,7 +172,7 @@ end} Summary: Mozilla Firefox Web browser Name: firefox -Version: 128.10.0 +Version: 128.10.1 Release: 1%{anolis_release}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -203,7 +203,7 @@ ExcludeArch: aarch64 s390 ppc # 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}-20250422.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20250519.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source3: process-official-tarball @@ -624,7 +624,6 @@ Provides: bundled(woff2) Provides: bundled(xsimd) Provides: bundled(xz-embedded) Provides: bundled(ycbcr) -Provides: bundled(zlib) Provides: bundled(zstd) Provides: bundled(Zycore) Provides: bundled(Zydis) @@ -1953,7 +1952,7 @@ chmod a+x %{_libdir}/firefox/libstdc++.so.6.0.29 # 安装后脚本 - 在系统库目录中部署高版本libstdc++ # 备份原有库文件 if [ -f %{_libdir}/libstdc++.so.6.0.29 ]; then - rm -f %{_libdir}/libstdc++.so.6.0.29 + rm -f %{_libdir}/libstdc++.so.6.0.29 fi # 复制高版本库到系统库目录 @@ -2068,6 +2067,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Oct 20 2025 zhuhongbo - 128.10.1-1.0.2 +- Update to 128.10.1-1 + * Mon Oct 20 2025 zhuhongbo - 128.10.0-1.0.2 - Update to 128.10.0-1 diff --git a/process-official-tarball b/process-official-tarball index a2c456ba38a40854f4c4ce832b082b99d8b28b7d..73cb6b46f2a612f73f5a8ff8f88307f4bf6913ff 100755 --- a/process-official-tarball +++ b/process-official-tarball @@ -20,6 +20,8 @@ rm -vf ./process-tarball-dir/*/third_party/python/pip/pip-24.0.dist-info/AUTHORS # We uses system freetype2 rm -vrf ./process-tarball-dir/*/modules/freetype2 +# We use system zlib +rm -vrf ./process-tarball-dir/*/modules/zlib processed_tarball=${1/source/processed-source}