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.5.1.orig/gettext-runtime/tests/Makefile.am
|
||||||
+++ gettext-0.19.2/gettext-runtime/tests/Makefile.am
|
+++ gettext-0.19.5.1/gettext-runtime/tests/Makefile.am
|
||||||
@@ -19,7 +19,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
|
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
|
||||||
EXTRA_DIST =
|
EXTRA_DIST =
|
||||||
|
|
||||||
@ -11,11 +11,11 @@ Index: gettext-0.19.2/gettext-runtime/tests/Makefile.am
|
|||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I.. \
|
-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.5.1.orig/gettext-runtime/tests/Makefile.in
|
||||||
+++ gettext-0.19.2/gettext-runtime/tests/Makefile.in
|
+++ gettext-0.19.5.1/gettext-runtime/tests/Makefile.in
|
||||||
@@ -77,7 +77,7 @@ PRE_UNINSTALL = :
|
@@ -87,7 +87,7 @@ PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
@ -23,4 +23,4 @@ Index: gettext-0.19.2/gettext-runtime/tests/Makefile.in
|
|||||||
+TESTS =
|
+TESTS =
|
||||||
noinst_PROGRAMS = test-lock$(EXEEXT)
|
noinst_PROGRAMS = test-lock$(EXEEXT)
|
||||||
subdir = tests
|
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
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.19.4
|
Version: 0.19.5.1
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://www.gnu.org/software/gettext/
|
URL: http://www.gnu.org/software/gettext/
|
||||||
@ -228,7 +228,9 @@ done
|
|||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
# this takes quite a lot of time to run
|
# this takes quite a lot of time to run
|
||||||
make check
|
|
||||||
|
# override LIBUNISTRING to prevent reordering of lib objects
|
||||||
|
make check LIBUNISTRING=-lunistring
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -325,6 +327,9 @@ fi
|
|||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 26 2015 Daiki Ueno <dueno@redhat.com> - 0.19.4-7
|
||||||
- drop -el subpackage (#1234583)
|
- drop -el subpackage (#1234583)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user