From 7581bbfd347fdef759962dd79409cba61b0261f6 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Aug 2020 22:58:39 +0800 Subject: [PATCH] reenable testsuite except failing armv7hl --- gettext.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gettext.spec b/gettext.spec index c983205..72ca6f8 100644 --- a/gettext.spec +++ b/gettext.spec @@ -7,7 +7,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: %{tarversion} -Release: 1%{?dist} +Release: 2%{?dist} # The following are licensed under LGPLv2+: # - libintl and its headers # - libasprintf and its headers @@ -291,7 +291,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$PWD/gettext-tools/intl/.libs # override LIBUNISTRING to prevent reordering of lib objects # FIXME: https://lists.gnu.org/archive/html/bug-gnulib/2020-07/msg00195.html -# make check LIBUNISTRING=-lunistring +%ifnarch armv7hl +make check LIBUNISTRING=-lunistring +%endif %ldconfig_scriptlets libs @@ -396,7 +398,10 @@ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$PWD/gettext-tools/intl/.libs %{_mandir}/man1/msghack.1* %changelog -* Mon Aug 03 2020 Sundeep Anand - 0.21 +* Thu Aug 6 2020 Jens Petersen - 0.21-2 +- reenable testsuite except for armv7hl which is failing + +* Mon Aug 03 2020 Sundeep Anand - 0.21-1 - gettext-0.21 is available (rhbz#1860728) * Sat Aug 01 2020 Fedora Release Engineering - 0.20.2-4