Disable the test_lock test as it often hangs on a number of arches

This commit is contained in:
Peter Robinson 2014-10-28 16:10:45 +00:00
parent 945b0da401
commit fb6f184bd2
1 changed files with 10 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.19.2
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv3+ and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -17,6 +17,11 @@ Source3: msghack.1
Patch0: gettext-fix-octal-char-escape.patch
Patch1: gettext-ncurses-italic.patch
Patch2: gettext-autopoint-infloop.patch
# Disable the test_lock test as it often hangs on a number of arches
# https://bugzilla.redhat.com/show_bug.cgi?id=1155291
# http://savannah.gnu.org/bugs/?43487
Patch3: disable-gettext-runtime-test-lock.patch
# removal of openmp.m4
BuildRequires: autoconf >= 2.62
BuildRequires: automake
@ -141,6 +146,7 @@ Emacs.
%patch0 -p1 -b .fix-octal-char-escape.patch
%patch1 -p1 -b .ncurses-italic
%patch2 -p1 -b .autopoint-infloop
%patch3 -p1 -b .test_lock
%build
@ -336,6 +342,9 @@ fi
%{_emacs_sitelispdir}/%{name}/*.el
%changelog
* Tue Oct 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.19.2-6
- Disable the test_lock test as it often hangs on a number of arches
* Wed Oct 15 2014 Daiki Ueno <dueno@redhat.com> - 0.19.2-5
- apply patch to fix infloop in autopoint (Closes: #1151238)
- apply patch to support newer ncurses in F-22