Update to 0.19.7-1
This commit is contained in:
parent
5737c1ce8d
commit
7467a073a4
@ -1,7 +1,7 @@
|
||||
Index: gettext-0.19.5.1/gettext-runtime/tests/Makefile.am
|
||||
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.am
|
||||
===================================================================
|
||||
--- gettext-0.19.5.1.orig/gettext-runtime/tests/Makefile.am
|
||||
+++ gettext-0.19.5.1/gettext-runtime/tests/Makefile.am
|
||||
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.am
|
||||
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.am
|
||||
@@ -20,7 +20,7 @@
|
||||
AUTOMAKE_OPTIONS = 1.11 gnits no-dependencies color-tests subdir-objects
|
||||
EXTRA_DIST =
|
||||
@ -11,16 +11,16 @@ Index: gettext-0.19.5.1/gettext-runtime/tests/Makefile.am
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I.. \
|
||||
Index: gettext-0.19.5.1/gettext-runtime/tests/Makefile.in
|
||||
Index: gettext-0.19.7/gettext-runtime/tests/Makefile.in
|
||||
===================================================================
|
||||
--- 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 = :
|
||||
--- gettext-0.19.7.orig/gettext-runtime/tests/Makefile.in
|
||||
+++ gettext-0.19.7/gettext-runtime/tests/Makefile.in
|
||||
@@ -86,7 +86,7 @@ PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
-TESTS = test-lock$(EXEEXT)
|
||||
+TESTS =
|
||||
noinst_PROGRAMS = test-lock$(EXEEXT)
|
||||
+TESTS =
|
||||
check_PROGRAMS = test-lock$(EXEEXT)
|
||||
subdir = tests
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
15
gettext.spec
15
gettext.spec
@ -3,14 +3,17 @@
|
||||
%bcond_without check
|
||||
%bcond_without git
|
||||
|
||||
%global tarversion 0.19.7
|
||||
%global archiveversion 0.19.7
|
||||
|
||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||
Name: gettext
|
||||
Version: 0.19.6
|
||||
Version: 0.19.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+ and LGPLv2+
|
||||
Group: Development/Tools
|
||||
URL: http://www.gnu.org/software/gettext/
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.xz
|
||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{tarversion}.tar.xz
|
||||
# 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
|
||||
@ -42,7 +45,6 @@ BuildRequires: git
|
||||
BuildRequires: chrpath
|
||||
# following suggested by DEPENDENCIES:
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libcroco-devel
|
||||
@ -131,7 +133,7 @@ This package provides a major mode for editing po files within GNU Emacs.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{tarversion}
|
||||
%patch0 -p1 -b .test_lock
|
||||
|
||||
%build
|
||||
@ -284,6 +286,8 @@ fi
|
||||
%{_datadir}/%{name}/ABOUT-NLS
|
||||
%{_datadir}/%{name}/po
|
||||
%{_datadir}/%{name}/styles
|
||||
%dir %{_datadir}/%{name}-%{archiveversion}
|
||||
%{_datadir}/%{name}-%{archiveversion}/its
|
||||
|
||||
%files common-devel
|
||||
%{_datadir}/%{name}/archive.*.tar.xz
|
||||
@ -327,6 +331,9 @@ fi
|
||||
%{_emacs_sitestartdir}/*.el
|
||||
|
||||
%changelog
|
||||
* Thu Dec 10 2015 Daiki Ueno <dueno@redhat.com> - 0.19.7-1
|
||||
- update to 0.19.7 release
|
||||
|
||||
* Thu Sep 24 2015 Daiki Ueno <dueno@redhat.com> - 0.19.6-1
|
||||
- update to 0.19.6 release
|
||||
|
Loading…
Reference in New Issue
Block a user