[rubygem-test-unit] once build

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jan 21 23:45:55 UTC 2012


commit c8069fa5e80e9e68e4b26420a96738705fc96c92
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jan 22 08:45:49 2012 +0900

    once build

 .gitignore             |    1 +
 rubygem-test-unit.spec |   15 ++++++++++++++-
 sources                |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4157f2..aac37b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /test-unit-2.4.2.gem
 /test-unit-2.4.3.gem
 /test-unit-2.4.4.gem
+/test-unit-2.4.5.gem
diff --git a/rubygem-test-unit.spec b/rubygem-test-unit.spec
index 05c696b..bf9b015 100644
--- a/rubygem-test-unit.spec
+++ b/rubygem-test-unit.spec
@@ -4,12 +4,19 @@
 
 %global	rubyabi	1.8
 
+%if 0%{?fedora} >= 18
+%global	gemdir	%{gem_dir}
+%global	gem_name	%{gemname}
+%global	geminstdir	%{gem_instdir}
+%global	rubyabi	1.9.1
+%endif
+
 # svn repository
 # http://test-unit.rubyforge.org/svn/trunk/
 
 Summary:	Improved version of Test::Unit bundled in Ruby 1.8.x
 Name:		rubygem-%{gemname}
-Version:	2.4.4
+Version:	2.4.5
 Release:	1%{?dist}
 Group:		Development/Languages
 # lib/test/unit/diff.rb is under GPLv2 or Ruby or Python
@@ -105,6 +112,12 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}/
 
 %changelog
+* Sun Jan 22 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.4.5-1
+- 2.4.5
+
+* Sun Jan 15 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.4.4-1
+- 2.4.4
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.3-2
 - F-17: Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f98067..4b9ab33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fdf0705f7ee7e42676325eff2c32e85  test-unit-2.4.4.gem
+e54fb637d6796486e5c5fb0d6f6f9ccf  test-unit-2.4.5.gem


More information about the scm-commits mailing list