From 35a201dc88d1ec68c2fabce3f6c15d5d894a49e8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 11 Nov 2021 22:07:34 +0000 Subject: [PATCH] Use set_build_flags before running tests This ensures that the test programs use consistent CFLAGS and LDFLAGS and that we aren't mixing objects built with different flags. --- utf8proc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utf8proc.spec b/utf8proc.spec index 4b5bc48..87795f2 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,7 +1,7 @@ Summary: Library for processing UTF-8 encoded Unicode strings Name: utf8proc Version: 2.6.1 -Release: 3%{?dist} +Release: 4%{?dist} License: Unicode and MIT URL: http://julialang.org/utf8proc/ Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz @@ -43,6 +43,7 @@ touch data/NormalizationTest.txt data/GraphemeBreakTest.txt data/Lowercase.txt d make %{?_smp_mflags} %check +%set_build_flags make %{?_smp_mflags} check %install @@ -61,6 +62,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a %{_libdir}/pkgconfig/libutf8proc.pc %changelog +* Thu Nov 11 2021 Tom Stellard - 2.6.1-4 +- Use set_build_flags before running tests + * Fri Jul 23 2021 Fedora Release Engineering - 2.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild