From 7c3e0a6419837ce3c7ecbd5a2a79abc907bd4b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2019 15:02:12 +0200 Subject: [PATCH] Run Turkish locale tests --- perl.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/perl.spec b/perl.spec index e6e66fa..1b145f0 100644 --- a/perl.spec +++ b/perl.spec @@ -27,6 +27,8 @@ %bcond_without gdbm # Support for groff, bug #135101 %bcond_without perl_enables_groff +# Run Turkish locale tests +%bcond_without perl_enables_turkish_test # Run syslog tests %bcond_with perl_enables_syslog_test # SystemTap support @@ -275,6 +277,10 @@ BuildRequires: zlib-devel BuildRequires: gcc-c++ %endif BuildRequires: procps +%if %{with perl_enables_turkish_test} +# An optional t/re/fold_grind_T.t test +BuildRequires: glibc-langpack-tr +%endif %if %{with perl_enables_syslog_test} BuildRequires: rsyslog %endif @@ -5093,6 +5099,7 @@ popd - Fix a crash on an uninitialized warning when processing a multideref node (RT#134275) - Preserve append mode when opening anonymous files (RT#134221) +- Run Turkish locale tests * Tue Jun 25 2019 Petr Pisar - 4:5.30.0-440 - Fix an out-of-buffer read while parsing a Unicode property name (RT#134134)