From 54aa4cdbf83e8e12273e64e821531c4f763508a0 Mon Sep 17 00:00:00 2001 From: blublue Date: Mon, 29 Apr 2024 07:46:09 +0000 Subject: [PATCH] enable debuginfo package Signed-off-by: blublue --- mozjs102.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mozjs102.spec b/mozjs102.spec index cee014c..533e644 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -1,4 +1,3 @@ -%define debug_package %{nil} %global major 102 # LTO - Enable in Release builds, but consider disabling for development as it increases compile time @@ -24,7 +23,7 @@ Name: mozjs%{major} Version: 102.9.0 -Release: 3 +Release: 4 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 @@ -253,6 +252,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %{_includedir}/mozjs-%{major}/ %changelog +* Mon Apr 29 2024 guoqinglan - 102.9.0-4 +- enable debuginfo package + * Thu Apr 11 2024 misaka00251 - 102.9.0-3 - Disable mold for riscv64 -- Gitee