Update to 0.19.5.1-1
This commit is contained in:
parent
4d1fd9cc69
commit
29385214e3
@ -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
|
||||
|
11
gettext.spec
11
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 <dueno@redhat.com> - 0.19.5.1-1
|
||||
- update to 0.19.5.1 release
|
||||
|
||||
* Fri Jun 26 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-7
|
||||
- drop -el subpackage (#1234583)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user