Run Turkish locale tests
This commit is contained in:
parent
8b21adb20c
commit
7c3e0a6419
@ -27,6 +27,8 @@
|
|||||||
%bcond_without gdbm
|
%bcond_without gdbm
|
||||||
# Support for groff, bug #135101
|
# Support for groff, bug #135101
|
||||||
%bcond_without perl_enables_groff
|
%bcond_without perl_enables_groff
|
||||||
|
# Run Turkish locale tests
|
||||||
|
%bcond_without perl_enables_turkish_test
|
||||||
# Run syslog tests
|
# Run syslog tests
|
||||||
%bcond_with perl_enables_syslog_test
|
%bcond_with perl_enables_syslog_test
|
||||||
# SystemTap support
|
# SystemTap support
|
||||||
@ -275,6 +277,10 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: procps
|
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}
|
%if %{with perl_enables_syslog_test}
|
||||||
BuildRequires: rsyslog
|
BuildRequires: rsyslog
|
||||||
%endif
|
%endif
|
||||||
@ -5093,6 +5099,7 @@ popd
|
|||||||
- Fix a crash on an uninitialized warning when processing a multideref node
|
- Fix a crash on an uninitialized warning when processing a multideref node
|
||||||
(RT#134275)
|
(RT#134275)
|
||||||
- Preserve append mode when opening anonymous files (RT#134221)
|
- Preserve append mode when opening anonymous files (RT#134221)
|
||||||
|
- Run Turkish locale tests
|
||||||
|
|
||||||
* Tue Jun 25 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-440
|
* Tue Jun 25 2019 Petr Pisar <ppisar@redhat.com> - 4:5.30.0-440
|
||||||
- Fix an out-of-buffer read while parsing a Unicode property name (RT#134134)
|
- Fix an out-of-buffer read while parsing a Unicode property name (RT#134134)
|
||||||
|
Loading…
Reference in New Issue
Block a user