diff --git a/disable-gettext-runtime-test-lock.patch b/disable-gettext-runtime-test-lock.patch index 0660f1e..49fb55f 100644 --- a/disable-gettext-runtime-test-lock.patch +++ b/disable-gettext-runtime-test-lock.patch @@ -1,8 +1,8 @@ -Index: gettext-0.19.2/gettext-runtime/tests/Makefile.am +Index: gettext-0.19.5.1/gettext-runtime/tests/Makefile.am =================================================================== ---- gettext-0.19.2.orig/gettext-runtime/tests/Makefile.am -+++ gettext-0.19.2/gettext-runtime/tests/Makefile.am -@@ -19,7 +19,7 @@ +--- gettext-0.19.5.1.orig/gettext-runtime/tests/Makefile.am ++++ gettext-0.19.5.1/gettext-runtime/tests/Makefile.am +@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects EXTRA_DIST = @@ -11,11 +11,11 @@ Index: gettext-0.19.2/gettext-runtime/tests/Makefile.am AM_CPPFLAGS = \ -I.. \ -Index: gettext-0.19.2/gettext-runtime/tests/Makefile.in +Index: gettext-0.19.5.1/gettext-runtime/tests/Makefile.in =================================================================== ---- gettext-0.19.2.orig/gettext-runtime/tests/Makefile.in -+++ gettext-0.19.2/gettext-runtime/tests/Makefile.in -@@ -77,7 +77,7 @@ PRE_UNINSTALL = : +--- gettext-0.19.5.1.orig/gettext-runtime/tests/Makefile.in ++++ gettext-0.19.5.1/gettext-runtime/tests/Makefile.in +@@ -87,7 +87,7 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @@ -23,4 +23,4 @@ Index: gettext-0.19.2/gettext-runtime/tests/Makefile.in +TESTS = noinst_PROGRAMS = test-lock$(EXEEXT) subdir = tests - DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/gettext.spec b/gettext.spec index 1af774e..4d553f5 100644 --- a/gettext.spec +++ b/gettext.spec @@ -5,8 +5,8 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext -Version: 0.19.4 -Release: 7%{?dist} +Version: 0.19.5.1 +Release: 1%{?dist} License: GPLv3+ and LGPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/gettext/ @@ -228,7 +228,9 @@ done %if %{with check} %check # this takes quite a lot of time to run -make check + +# override LIBUNISTRING to prevent reordering of lib objects +make check LIBUNISTRING=-lunistring %endif @@ -325,6 +327,9 @@ fi %{_emacs_sitestartdir}/*.el %changelog +* Thu Jul 16 2015 Daiki Ueno - 0.19.5.1-1 +- update to 0.19.5.1 release + * Fri Jun 26 2015 Daiki Ueno - 0.19.4-7 - drop -el subpackage (#1234583) diff --git a/sources b/sources index 686e4d0..74dd2c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -997c9070354eff5517115feaea6038f0 gettext-0.19.4.tar.xz +9b7c37e410df4bd1bf854e8c897cf937 gettext-0.19.5.1.tar.xz