[rubygem-gettext] 3.1.1

Mamoru TASAKA mtasaka at fedoraproject.org
Thu Feb 27 05:22:18 UTC 2014


commit 509166ff77a7ac2bf065c83090bff8cacc6f2235
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Thu Feb 27 14:23:06 2014 +0900

    3.1.1

 .gitignore           |    1 +
 rubygem-gettext.spec |   17 ++++-------------
 sources              |    2 +-
 3 files changed, 6 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 303d85c..8e22287 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ gettext-2.1.0.gem
 /gettext-3.0.3.gem
 /gettext-3.0.6.gem
 /gettext-3.1.0.gem
+/gettext-3.1.1.gem
diff --git a/rubygem-gettext.spec b/rubygem-gettext.spec
index 569465c..5bf4ebb 100644
--- a/rubygem-gettext.spec
+++ b/rubygem-gettext.spec
@@ -1,15 +1,10 @@
-%global		ruby19			1
-%if 0%{?fedora} < 19
-%global		rubyabi		1.9.1
-%endif
-
 %global		gem_name	gettext
 
 %global		locale_ver		2.0.5
 %global		repoid			67096
 
 Name:		rubygem-%{gem_name}
-Version:	3.1.0
+Version:	3.1.1
 Release:	1%{?dist}
 Summary:	RubyGem of Localization Library and Tools for Ruby
 Group:		Development/Languages
@@ -18,15 +13,8 @@ License:	Ruby
 URL:		http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext
 Source0:	http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
 
-%if 0%{?fedora} >= 19
 Requires:	ruby(release)
 BuildRequires:	ruby(release)
-%else
-Requires:	ruby(abi) = %{rubyabi}
-Requires:	ruby 
-BuildRequires:	ruby(abi) = %{rubyabi}
-BuildRequires:	ruby 
-%endif
 BuildRequires:	rubygems-devel
 # For %%check
 BuildRequires:	rubygem(locale) >= %{locale_ver}
@@ -171,6 +159,9 @@ popd
 %exclude	%{gem_instdir}/src/
 
 %changelog
+* Thu Feb 27 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.1.1-1
+- 3.1.1
+
 * Mon Feb 10 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 3.1.0-1
 - 3.1.0
 
diff --git a/sources b/sources
index 266dc89..c184eba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3430e2711c7db3b85722a382d07d6615  gettext-3.1.0.gem
+5080354f0012fd669625b2072a195dda  gettext-3.1.1.gem


More information about the scm-commits mailing list