From 7467a073a40bb3fc2a9ff58e5d3812d46efb4643 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Jan 05 2016 01:31:31 +0000 Subject: Update to 0.19.7-1 --- diff --git a/disable-gettext-runtime-test-lock.patch b/disable-gettext-runtime-test-lock.patch index 49fb55f..b59f170 100644 --- a/disable-gettext-runtime-test-lock.patch +++ b/disable-gettext-runtime-test-lock.patch @@ -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 diff --git a/gettext.spec b/gettext.spec index ec06de9..0c57652 100644 --- a/gettext.spec +++ b/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 - 0.19.7-1 +- update to 0.19.7 release + * Thu Sep 24 2015 Daiki Ueno - 0.19.6-1 - update to 0.19.6 release diff --git a/msghack.py b/msghack.py old mode 100755 new mode 100744 diff --git a/sources b/sources index 6f8f67f..d7b1f84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69d79254ee3b41df23f41c2f4fd720d9 gettext-0.19.6.tar.xz +f81e50556da41b44c1d59ac93474dca5 gettext-0.19.7.tar.xz