Update to 0.19.8-1
This commit is contained in:
parent
17122267b3
commit
a3cc45e597
@ -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
|
|
||||||
|
|
15
gettext.spec
15
gettext.spec
@ -3,13 +3,13 @@
|
|||||||
%bcond_without check
|
%bcond_without check
|
||||||
%bcond_without git
|
%bcond_without git
|
||||||
|
|
||||||
%global tarversion 0.19.7
|
%global tarversion 0.19.8
|
||||||
%global archiveversion 0.19.7
|
%global archiveversion 0.19.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.7
|
Version: 0.19.8
|
||||||
Release: 4%{?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/
|
||||||
@ -18,9 +18,6 @@ Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{tarversion}.tar.xz
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1155291
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1155291
|
||||||
# http://savannah.gnu.org/bugs/?43487
|
# http://savannah.gnu.org/bugs/?43487
|
||||||
Patch0: disable-gettext-runtime-test-lock.patch
|
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
|
Source2: msghack.py
|
||||||
Source3: msghack.1
|
Source3: msghack.1
|
||||||
# for bootstrapping
|
# for bootstrapping
|
||||||
@ -138,7 +135,6 @@ This package provides a major mode for editing po files within GNU Emacs.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{tarversion}
|
%setup -q -n %{name}-%{tarversion}
|
||||||
%patch0 -p1 -b .test_lock
|
%patch0 -p1 -b .test_lock
|
||||||
%patch1 -p1 -b .glade
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with java}
|
%if %{with java}
|
||||||
@ -343,6 +339,9 @@ fi
|
|||||||
%{_emacs_sitestartdir}/*.el
|
%{_emacs_sitestartdir}/*.el
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.7-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user