diff --git a/003-libwebrtc-pipewire-camera-filter-out-devices-without-capabilities.patch b/003-libwebrtc-pipewire-camera-filter-out-devices-without-capabilities.patch index 1f40f4fc587273fea84d467b5b09555535642324..5c3c52402f92b173a9a828a01e35f1c3d2f8b43d 100644 --- a/003-libwebrtc-pipewire-camera-filter-out-devices-without-capabilities.patch +++ b/003-libwebrtc-pipewire-camera-filter-out-devices-without-capabilities.patch @@ -109,8 +109,8 @@ index 107ea3dfbd954..dbac09274bb31 100644 } -PipeWireNode::~PipeWireNode() { -- pw_proxy_destroy(proxy_); - spa_hook_remove(&node_listener_); +- pw_proxy_destroy(proxy_); -} - // static diff --git a/download b/download index 77538c643da266ba2a695a3bcb2916ade9207b93..4e6106c9fd70eef3ba142f819ab5a8481c5cb616 100644 --- a/download +++ b/download @@ -1,6 +1,6 @@ fc25f988b87b5187d4e2f006efa699a3 cbindgen-vendor.tar.xz -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 b3c1d2ea615cb0195f4f62b005773262 mochitest-python.tar.gz 2d901c7a62fc68bbd8816e8c4c6276c1 wasi-sdk-20.tar.gz 7b35b9a003996b1f1dbc3cd936a609f2 nspr-4.35.0-1.el8_1.src.rpm diff --git a/firefox.spec b/firefox.spec index 586cbd7ca58b0f443b1582394633a2f8f78a66d8..cca1e1cddb0aa91929d0cbb6af2bee0924ff3a9c 100644 --- a/firefox.spec +++ b/firefox.spec @@ -167,7 +167,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+ @@ -200,7 +200,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 @@ -486,8 +486,9 @@ BuildRequires: gcc-toolset-%{gts_version}-runtime BuildRequires: gcc-toolset-%{gts_version}-binutils BuildRequires: gcc-toolset-%{gts_version}-gcc BuildRequires: gcc-toolset-%{gts_version}-gcc-plugin-annobin -# Do not explicitly require gcc-toolset-%{gts_version}-gcc-g++ instead fail +# Do not explicitly require gcc-toolset-%%{gts_version}-gcc-c++ instead fail # when clang is upgraded to depend on a later toolset and adjust version. +# ERROR: The target C compiler is version 13.3.1, while the target C++ compiler is version 8.5.0. Need to use the same compiler version. BuildRequires: gcc-toolset-%{gts_version}-gcc-c++ %endif @@ -1992,11 +1993,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Tue May 06 2025 Liwei Ge - 128.10.0-1.0.1 +* Wed May 21 2025 Liwei Ge - 128.10.1-1.0.1 - Add firefox-anolis-default-prefs.js - Remove bookmarks and loongarch64 - Add BuildRequires gcc-toolset-13-gcc-c++ +* Mon May 19 2025 Eike Rathke - 128.10.1-1 +- Update to 128.10.1 + * Tue Apr 22 2025 Eike Rathke - 128.10.0-1 - Update to 128.10.0 build1