rpms/rubygem-gettext/F-11 .cvsignore, 1.4, 1.5 rubygem-gettext.spec, 1.7, 1.8 sources, 1.4, 1.5 rubygem-gettext-2.0.0-4args-bindtextdomain.patch, 1.1, NONE rubygem-gettext-2.0.0-gem-NoMethodError.patch, 1.1, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Mon May 11 06:51:50 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-gettext/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20351/rubygem-gettext/F-11

Modified Files:
	.cvsignore rubygem-gettext.spec sources 
Removed Files:
	rubygem-gettext-2.0.0-4args-bindtextdomain.patch 
	rubygem-gettext-2.0.0-gem-NoMethodError.patch 
Log Message:
locale/gettext: 2.0.3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext/F-11/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 Apr 2009 16:57:00 -0000	1.4
+++ .cvsignore	11 May 2009 06:51:19 -0000	1.5
@@ -1 +1 @@
-gettext-2.0.1.gem
+gettext-2.0.3.gem


Index: rubygem-gettext.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext/F-11/rubygem-gettext.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rubygem-gettext.spec	30 Apr 2009 16:26:30 -0000	1.7
+++ rubygem-gettext.spec	11 May 2009 06:51:20 -0000	1.8
@@ -10,10 +10,11 @@
 %else
 %global		do_test		0
 %endif
+%global		locale_ver		2.0.3
 
 Name:		rubygem-%{gemname}
-Version:	2.0.1
-Release:	3%{?dist}
+Version:	2.0.3
+Release:	1%{?dist}
 Summary:	RubyGem of Localization Library and Tools for Ruby
 Group:		Development/Languages
 
@@ -26,11 +27,11 @@ BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	ruby(rubygems)
 BuildRequires:	rubygem(rake)
 %if %{do_test}
-BuildRequires(check):	rubygem(locale) >= 2.0.1
+BuildRequires(check):	rubygem(locale) >= %{locale_ver}
 %endif
 Requires:	ruby(abi) = %{rubyabi}
 Requires:	ruby(rubygems)
-Requires:	rubygem(locale) >= 2.0.1
+Requires:	rubygem(locale) >= %{locale_ver}
 Requires:	irb
 Provides:	rubygem(%{gemname}) = %{version}-%{release}
 
@@ -56,7 +57,7 @@ This package contains documentation for 
 Summary:	Localization Library and Tools for Ruby
 Group:		Development/Languages
 Requires:	%{name} = %{version}-%{release}
-Requires:	ruby(locale) >= 2.0.1
+Requires:	ruby(locale) >= %{locale_ver}
 Provides:	ruby(gettext-package) = %{version}-%{release}
 
 %description -n	ruby-gettext-package
@@ -224,6 +225,9 @@ rake test
 
 
 %changelog
+* Mon May 11 2009  Mamoru Tasaka <mtasaka at ios.s.u-tokyo.ac.jp> - 2.0.3-1
+- 2.0.3
+
 * Fri May  1 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.1-3
 - Mark LICENSE etc as %%doc
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 Apr 2009 16:57:00 -0000	1.4
+++ sources	11 May 2009 06:51:20 -0000	1.5
@@ -1 +1 @@
-bc0a5f0e84bda40cef6b1413bbe82922  gettext-2.0.1.gem
+c6ca8fd8d9fe8208c2db759b039b6732  gettext-2.0.3.gem


--- rubygem-gettext-2.0.0-4args-bindtextdomain.patch DELETED ---


--- rubygem-gettext-2.0.0-gem-NoMethodError.patch DELETED ---




More information about the scm-commits mailing list