diff --git a/mozjs102.spec b/mozjs102.spec index 3d0dba5396c115ecf3cc9f1e8e2b724bef46a4ca..a9d9ea9f796ce24967256cd11ffbf9a21653a971 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -1,5 +1,4 @@ -%define debug_package %{nil} -%global major 102 +%global major 102 # LTO - Enable in Release builds, but consider disabling for development as it increases compile time %global build_with_lto 1 @@ -24,7 +23,7 @@ Name: mozjs%{major} Version: 102.9.0 -Release: 5 +Release: 6 Summary: SpiderMonkey JavaScript library License: MPL-2.0 AND Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT AND GPL-3.0-or-later URL: https://hg.mozilla.org/releases/mozilla-esr102 @@ -255,11 +254,14 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %{_includedir}/mozjs-%{major}/ %changelog +* Wed Jul 10 2024 liweigang - 102.9.0-6 +- enable debug package + * Wed Jul 10 2024 lvfei - 102.9.0-5 - Fix CVE-2023-6209 * Tue Jun 25 2024 lvfei - 102.9.0-4 -- Fix CVE-2023-44488.patch +- Fix CVE-2023-44488.patch * Thu Apr 11 2024 misaka00251 - 102.9.0-3 - Disable mold for riscv64