[gettext] update to 0.18.2 release

Daiki Ueno ueno at fedoraproject.org
Wed Dec 26 07:31:36 UTC 2012


commit 8a2f464e7f9b7856ffb26f927a296ed5206999a7
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Wed Dec 26 16:30:40 2012 +0900

    update to 0.18.2 release

 .gitignore                              |    1 +
 gettext-0.18.1-fix-xgettext-crash.patch |  109 -------------------------------
 gettext-0.18.1.1-stdio-gets.patch       |   13 ----
 gettext-readlink-einval.patch           |   24 -------
 gettext.spec                            |   21 ++----
 sources                                 |    2 +-
 6 files changed, 8 insertions(+), 162 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e07e609..aba0b0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gettext-0.18.1.1.tar.gz
+/gettext-0.18.2.tar.gz
diff --git a/gettext.spec b/gettext.spec
index cec7b59..99d195b 100644
--- a/gettext.spec
+++ b/gettext.spec
@@ -5,8 +5,8 @@
 
 Summary: GNU libraries and utilities for producing multi-lingual messages
 Name: gettext
-Version: 0.18.1.1
-Release: 17%{?dist}
+Version: 0.18.2
+Release: 1%{?dist}
 License: GPLv3+ and LGPLv2+
 Group: Development/Tools
 URL: http://www.gnu.org/software/gettext/
@@ -48,9 +48,6 @@ Conflicts: filesystem < 3
 Provides: /bin/gettext
 # exception for bundled gnulib copylib
 Provides: bundled(gnulib)
-Patch1: gettext-readlink-einval.patch
-Patch2: gettext-0.18.1-fix-xgettext-crash.patch
-Patch3: gettext-0.18.1.1-stdio-gets.patch
 
 %description
 The GNU gettext package provides a set of tools and documentation for
@@ -136,15 +133,6 @@ Emacs.
 
 %prep
 %setup -q
-%patch1 -p1 -b .orig
-%patch2 -p1 -b .crash
-
-# patch gnulib for deprecated gets()
-for i in $(find -name stdio.in.h); do
-cd $(dirname $i)
-%patch3 -p1 -b .gets
-cd -
-done
 
 
 %build
@@ -296,7 +284,7 @@ fi
 %{_datadir}/%{name}/styles
 
 %files common-devel
-%{_datadir}/%{name}/archive.*.tar.gz
+%{_datadir}/%{name}/archive.*.tar.xz
 
 %files devel
 %doc gettext-runtime/man/*.3.html ChangeLog
@@ -339,6 +327,9 @@ fi
 %{_emacs_sitelispdir}/%{name}/*.el
 
 %changelog
+* Wed Dec 26 2012 Daiki Ueno <dueno at redhat.com> - 0.18.2-1
+- update to 0.18.2 release (based on the spec patch by Jens Petersen)
+
 * Tue Oct  2 2012 Jens Petersen <petersen at redhat.com> - 0.18.1.1-17
 - move gettextize to the devel subpackage with its source data files
 - update msghack to GPL v3
diff --git a/sources b/sources
index 68183b4..7e415a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3dd55b952826d2b32f51308f2f91aa89  gettext-0.18.1.1.tar.gz
+0c86e5af70c195ab8bd651d17d783928  gettext-0.18.2.tar.gz


More information about the scm-commits mailing list