[gettext] Update to 0.19.3-1

Daiki Ueno ueno at fedoraproject.org
Thu Oct 16 09:59:50 UTC 2014


commit d5e533acc8da9c181c25e755c657c3ef3234a8da
Author: Daiki Ueno <dueno at redhat.com>
Date:   Thu Oct 16 18:59:38 2014 +0900

    Update to 0.19.3-1

 .gitignore                          |    1 +
 gettext-autopoint-infloop.patch     |   82 -----------------
 gettext-fix-octal-char-escape.patch |   14 ---
 gettext-ncurses-italic.patch        |  167 -----------------------------------
 gettext.spec                        |   25 +++---
 sources                             |    2 +-
 6 files changed, 14 insertions(+), 277 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 406b008..df4efcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ gettext-0.18.1.1.tar.gz
 /gettext-0.19.tar.gz
 /gettext-0.19.1.tar.xz
 /gettext-0.19.2.tar.xz
+/gettext-0.19.3.tar.xz
diff --git a/gettext.spec b/gettext.spec
index 514da5f..e8c3ca5 100644
--- a/gettext.spec
+++ b/gettext.spec
@@ -5,22 +5,19 @@
 
 Summary: GNU libraries and utilities for producing multi-lingual messages
 Name: gettext
-Version: 0.19.2
-Release: 5%{?dist}
+Version: 0.19.3
+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
 Source2: msghack.py
 Source3: msghack.1
-# backport from upstream
-Patch0: gettext-fix-octal-char-escape.patch
-Patch1: gettext-ncurses-italic.patch
-Patch2: gettext-autopoint-infloop.patch
-# removal of openmp.m4
-BuildRequires: autoconf >= 2.62
-BuildRequires: automake
-BuildRequires: libtool, bison, gcc-c++
+# for bootstrapping
+# BuildRequires: autoconf >= 2.62
+# BuildRequires: automake
+# BuildRequires: libtool, bison
+BuildRequires: gcc-c++
 %if %{with java}
 # libintl.jar requires gcj >= 4.3 to build
 BuildRequires: gcc-java, libgcj
@@ -138,9 +135,6 @@ Emacs.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-octal-char-escape.patch
-%patch1 -p1 -b .ncurses-italic
-%patch2 -p1 -b .autopoint-infloop
 
 
 %build
@@ -336,6 +330,11 @@ fi
 %{_emacs_sitelispdir}/%{name}/*.el
 
 %changelog
+* Thu Oct 16 2014 Daiki Ueno <dueno at redhat.com> - 0.19.3-1
+- update to 0.19.3 release
+- remove patches included in 0.19.3
+- remove autoconf/automake/libtool/bison from BR, as we don't do bootstrap
+
 * Wed Oct 15 2014 Daiki Ueno <dueno at redhat.com> - 0.19.2-5
 - apply patch to fix infloop in autopoint (Closes: #1151238)
 - apply patch to support newer ncurses in F-22
diff --git a/sources b/sources
index ea82614..5432985 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e6a827f5fbd98b3d40bd16b803acc44  gettext-0.19.2.tar.xz
+092c3f460553ceb4a638ff81d36434c4  gettext-0.19.3.tar.xz


More information about the scm-commits mailing list