From a04c7f0269ecc94febe42a062610ecd4fec1846b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E7=8B=AC=E7=9A=84=E5=A4=A7=E6=B2=B3=E9=A9=AC?= =?UTF-8?q?=E5=9C=A8=E8=BA=BA=E5=B9=B3?= Date: Mon, 21 Jul 2025 08:42:58 +0000 Subject: [PATCH] auto generate Makefile for the new added bugs of tests subdir to cover testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孤独的大河马在躺平 --- raptor2.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/raptor2.spec b/raptor2.spec index 83a8a61..f474520 100644 --- a/raptor2.spec +++ b/raptor2.spec @@ -36,6 +36,7 @@ Help document for raptor2. sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %build +autoreconf -fvi %configure --disable-static --enable-release --with-icu-config=/usr/bin/icu-config %make_build @@ -73,6 +74,9 @@ make check %{_mandir}/man3/libraptor2* %changelog +* Mon July 21 2025 shaojiansong - 2.0.15-21 +- auto generate Makefile for the new added bugs of tests subdir to cover testcase + * Fri Apr 18 2025 zhangliangpengkun - 2.0.15-20 - fix CVE-2024-57823 -- Gitee