Update to 0.19.8-1

This commit is contained in:
Daiki Ueno 2016-06-09 17:10:14 +09:00
parent 17122267b3
commit a3cc45e597
3 changed files with 8 additions and 33 deletions

View File

@ -1,24 +0,0 @@
From 21ca680c31531043d65aff18b00f560ccf81278c Mon Sep 17 00:00:00 2001
From: Daiki Ueno <ueno@gnu.org>
Date: Thu, 7 Jan 2016 12:00:43 +0900
Subject: [PATCH] its: Recognize *.glade as a GtkBuilder file too
---
gettext-tools/its/glade.loc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gettext-tools/its/glade.loc b/gettext-tools/its/glade.loc
index 128dc83..fcf688d 100644
--- a/gettext-tools/its/glade.loc
+++ b/gettext-tools/its/glade.loc
@@ -3,6 +3,7 @@
<locatingRule name="Glade" pattern="*.glade">
<documentRule localName="GTK-Interface" target="glade1.its"/>
<documentRule localName="glade-interface" target="glade2.its"/>
+ <documentRule localName="interface" target="gtkbuilder.its"/>
</locatingRule>
<locatingRule name="Glade" pattern="*.glade2">
<documentRule localName="glade-interface" target="glade2.its"/>
--
2.5.0

View File

@ -3,13 +3,13 @@
%bcond_without check
%bcond_without git
%global tarversion 0.19.7
%global archiveversion 0.19.7
%global tarversion 0.19.8
%global archiveversion 0.19.8
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: 0.19.7
Release: 4%{?dist}
Version: 0.19.8
Release: 1%{?dist}
License: GPLv3+ and LGPLv2+
Group: Development/Tools
URL: http://www.gnu.org/software/gettext/
@ -18,9 +18,6 @@ Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{tarversion}.tar.xz
# https://bugzilla.redhat.com/show_bug.cgi?id=1155291
# http://savannah.gnu.org/bugs/?43487
Patch0: disable-gettext-runtime-test-lock.patch
# Upstreamed: recognize .glade extension for GtkBuilder files
# https://lists.gnu.org/archive/html/bug-gettext/2016-01/msg00009.html
Patch1: gettext-0.19.7-glade.patch
Source2: msghack.py
Source3: msghack.1
# for bootstrapping
@ -138,7 +135,6 @@ This package provides a major mode for editing po files within GNU Emacs.
%prep
%setup -q -n %{name}-%{tarversion}
%patch0 -p1 -b .test_lock
%patch1 -p1 -b .glade
%build
%if %{with java}
@ -343,6 +339,9 @@ fi
%{_emacs_sitestartdir}/*.el
%changelog
* Thu Jun 9 2016 Daiki Ueno <dueno@redhat.com> - 0.19.8-1
- update to 0.19.8 release
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
f81e50556da41b44c1d59ac93474dca5 gettext-0.19.7.tar.xz
3e7ed1ac886b9b1a4e23e71113da6358 gettext-0.19.8.tar.xz