[rubygem-test-unit/f15] 2.4.0

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Sep 19 07:29:03 UTC 2011


commit c6ddf944d51994f89d91b95e0d34549b7e194f4b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Sep 19 16:28:49 2011 +0900

    2.4.0

 .gitignore             |    1 +
 rubygem-test-unit.spec |   22 ++++------------------
 sources                |    4 +---
 3 files changed, 6 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f409d27..dfa53f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /test-unit-2.3.1.gem
 /rubygem-test-unit-2.3.1-missing-files.tar.gz
 /test-unit-2.3.2.gem
+/test-unit-2.4.0.gem
diff --git a/rubygem-test-unit.spec b/rubygem-test-unit.spec
index b249d11..0758348 100644
--- a/rubygem-test-unit.spec
+++ b/rubygem-test-unit.spec
@@ -9,7 +9,7 @@
 
 Summary:	Improved version of Test::Unit bundled in Ruby 1.8.x
 Name:		rubygem-%{gemname}
-Version:	2.3.2
+Version:	2.4.0
 Release:	1%{?dist}
 Group:		Development/Languages
 # lib/test/unit/diff.rb is under GPLv2 or Ruby or Python
@@ -18,8 +18,6 @@ License:	(GPLv2 or Ruby) and (GPLv2 or Ruby or Python)
 URL:		http://rubyforge.org/projects/test-unit/
 
 Source0:	http://rubygems.org/gems/%{gemname}-%{version}.gem
-# From upstream svn, ah..
-Source1:	rubygem-test-unit-2.3.1-missing-files.tar.gz
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	rubygems
 # For %%check
@@ -61,21 +59,9 @@ gem install \
 find . -name \*.gem | xargs chmod 0644
 find . -type f | xargs chmod ugo+r
 
-pushd .%{geminstdir}
-# rdoc gem not needed
-sed -i -e '/rdoc/s|^gem|#gem|' Rakefile
-popd
-
-# Unpack missing files
-pushd .%{geminstdir}
-gunzip -dc %{SOURCE1} | tar xf -
-popd
-
 %build
 
 %install
-rm -rf %{buildroot}
-
 mkdir -p %{buildroot}%{gemdir}
 cp -a .%{gemdir}/* \
 	%{buildroot}%{gemdir}/
@@ -91,9 +77,6 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod 0755
 ## rename!!
 mv %{buildroot}%{_bindir}/testrb{,2}
 
-%clean
-rm -rf %{buildroot}
-
 %check
 pushd .%{geminstdir}
 #rake test --trace
@@ -122,6 +105,9 @@ popd
 %{gemdir}/doc/%{gemname}-%{version}/
 
 %changelog
+* Mon Sep 19 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.4.0-1
+- 2.4.0
+
 * Thu Aug 18 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 2.3.2-1
 - 2.3.2
 
diff --git a/sources b/sources
index 0b3f5a7..fb36b4d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1 @@
-05d6ee07bbef8e9bda7913bd77da482e  test-unit-2.3.1.gem
-1ef542903cded28e4e7b30b1fdc0b398  rubygem-test-unit-2.3.1-missing-files.tar.gz
-c60880adde9d0016633fa2e728d7f61f  test-unit-2.3.2.gem
+648470d818ca32bfb12e2bb5483dc0f8  test-unit-2.4.0.gem


More information about the scm-commits mailing list