[rubygem-gettext] 2.3.8

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Apr 11 04:04:20 UTC 2013


commit 76384447e2f5489fc8c6b6c710372f2bb38c4a7c
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Thu Apr 11 13:04:10 2013 +0900

    2.3.8

 .gitignore           |    1 +
 rubygem-gettext.spec |   10 +++++-----
 sources              |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f03366d..742933d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gettext-2.1.0.gem
 /gettext-2.2.1.gem
 /gettext-2.3.6.gem
 /gettext-2.3.7.gem
+/gettext-2.3.8.gem
diff --git a/rubygem-gettext.spec b/rubygem-gettext.spec
index fbf43a6..523dd6d 100644
--- a/rubygem-gettext.spec
+++ b/rubygem-gettext.spec
@@ -9,8 +9,8 @@
 %global		repoid			67096
 
 Name:		rubygem-%{gem_name}
-Version:	2.3.7
-Release:	4%{?dist}
+Version:	2.3.8
+Release:	1%{?dist}
 Summary:	RubyGem of Localization Library and Tools for Ruby
 Group:		Development/Languages
 
@@ -21,8 +21,6 @@ Source0:	http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
 # For test-unit 2.4.5 (latest test-unit is 2.5.3:
 # please remove Patch0 after updating test-unit)
 Patch0:	rubygem-gettext-2.3.6-old-test-unit.patch
-# Kill unneeded iconv
-Patch1:	rubygem-gettext-2.3.7-test-kill-iconv.patch
 
 %if 0%{?fedora} >= 19
 Requires:	ruby(release)
@@ -86,7 +84,6 @@ cd %{gem_name}-%{version}
 
 #Patches, etc
 %patch0 -p0
-%patch1 -p1
 
 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
 
@@ -248,6 +245,9 @@ popd
 %exclude	%{gem_instdir}/src/
 
 %changelog
+* Thu Apr 11 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.3.8-1
+- 2.3.8
+
 * Wed Feb 27 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.3.7-4
 - Kill unneeded iconv call
 
diff --git a/sources b/sources
index d991565..aab6e2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-746fcb08d42610d2a14bf1adefb6e18f  gettext-2.3.7.gem
+f2d06ecca88116743120d6a3b1e038fd  gettext-2.3.8.gem


More information about the scm-commits mailing list