rpms/rubygem-gettext_rails/F-11 .cvsignore, 1.2, 1.3 rubygem-gettext_rails.spec, 1.1, 1.2 sources, 1.2, 1.3

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Nov 18 18:49:43 UTC 2009


Author: mtasaka

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

Modified Files:
	.cvsignore rubygem-gettext_rails.spec sources 
Log Message:
gettext 2.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext_rails/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Jun 2009 04:00:37 -0000	1.2
+++ .cvsignore	18 Nov 2009 18:49:43 -0000	1.3
@@ -1 +1 @@
-gettext_rails-2.0.4.gem
+gettext_rails-2.1.0.gem


Index: rubygem-gettext_rails.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext_rails/F-11/rubygem-gettext_rails.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rubygem-gettext_rails.spec	27 Jun 2009 04:00:37 -0000	1.1
+++ rubygem-gettext_rails.spec	18 Nov 2009 18:49:43 -0000	1.2
@@ -5,19 +5,19 @@
 %global	geminstdir	%{gemdir}/gems/%{gemname}-%{version}
 
 %global	rubyabi	1.8
-%global	gettext_req	2.0.4
-%global	locale_req	2.0.4
+%global	gettext_req	2.1.0
+%global	locale_req	2.0.5
 %global	rails_req	2.3.2
 
 %global	do_check	0
-%if 0%{?fedora} >= 12
+%if 0%{?fedora} >= 11
 %global	do_check	1
 %endif
 
 Summary:	Localization support for Ruby on Rails by Ruby-GetText-Package
 Name:		rubygem-%{gemname}
-Version:	2.0.4
-Release:	4%{?dist}
+Version:	2.1.0
+Release:	1%{?dist}
 Group:		Development/Languages
 License:	GPLv2 or Ruby
 URL:		http://www.yotabanana.com/hiki/ruby-gettext-rails.html
@@ -80,9 +80,6 @@ pushd .%{geminstdir}
 find . -name \*.mo | xargs rm -f
 rake --trace makemo
 
-# For now remove COPYING (says LGPL, actually not)
-rm -f COPYING
-
 popd
 
 %install
@@ -139,6 +136,9 @@ do
 done
 cat doc.lang >> sample.files
 
+# cleanups
+rm -rf %{buildroot}%{geminstdir}/test/log/
+
 %clean
 rm -rf %{buildroot}
 
@@ -147,9 +147,8 @@ rm -rf %{buildroot}
 export GEM_PATH=$(pwd)/%{gemdir}
 cd .%{geminstdir}/test
 
-# Observes test failure, need check later 
 export TZ="Asia/Tokyo"
-rake test || :
+rake test
 
 %files -f %{gemname}.lang
 %defattr(-,root,root,-)
@@ -173,6 +172,12 @@ rake test || :
 
 
 %changelog
+* Thu Nov 19 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.1.0-1
+- 2.1.0
+
+* Sat Jul 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.4-5
+- F-12: Mass rebuild
+
 * Fri Jun 26 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.4-4
 - Fix BRs
 - Cleanup Summary and so on


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rubygem-gettext_rails/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Jun 2009 04:00:37 -0000	1.2
+++ sources	18 Nov 2009 18:49:43 -0000	1.3
@@ -1 +1 @@
-e7c9561ca68c72e76b04352be3d3361c  gettext_rails-2.0.4.gem
+46535e0108ccdcb4382392f1b99d2da9  gettext_rails-2.1.0.gem




More information about the scm-commits mailing list