From 3cec8a43926d82baedacff0b2a552fe579c001b8 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Sun, 24 Apr 2022 18:09:37 +0800 Subject: [PATCH] enable makecheck (cherry picked from commit cfc4d75dfd9ab24fa6f909921aa72872584bdcf1) --- flac.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/flac.spec b/flac.spec index 3c37cb6..12cfb7c 100644 --- a/flac.spec +++ b/flac.spec @@ -2,7 +2,7 @@ Name: flac Version: 1.3.3 -Release: 2 +Release: 3 Summary: encoder/decoder which support the Free Lossless Audio Codec License: BSD and GPLv2+ and GFDL Source0: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz @@ -68,7 +68,7 @@ rm flac-doc/FLAC.tag %{buildroot}%{_libdir}/*.la \ %{buildroot}%{xmms_inputdir}/*.la %check -#make -C test check FLAC__TEST_LEVEL=0 &> /dev/null +make -C test check FLAC__TEST_LEVEL=0 &> /dev/null %ldconfig_scriptlets libs @@ -100,6 +100,9 @@ update-desktop-database &> /dev/null || : %doc flac-doc-devel/* %changelog +* Sun Apr 24 2022 zhouwenpei - 1.3.3-3 +- enable makecheck + * Thu Mar 31 2022 zhouwenpei - 1.3.3-2 - fix CVE-2021-0561