[rubygem-ZenTest] 4.6.2

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


commit cc5b0408ee19c597f20ccd929ed0d43cef2bf529
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jan 22 08:13:41 2012 +0900

    4.6.2

 .gitignore           |    1 +
 rubygem-ZenTest.spec |   19 ++++++++++++-------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a18e02e..a499498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ZenTest-4.3.1.gem
 ZenTest-4.3.3.gem
 /ZenTest-4.6.0.gem
+/ZenTest-4.6.2.gem
diff --git a/rubygem-ZenTest.spec b/rubygem-ZenTest.spec
index 9424d62..b238d55 100644
--- a/rubygem-ZenTest.spec
+++ b/rubygem-ZenTest.spec
@@ -1,23 +1,25 @@
 # Generated from ZenTest-4.1.4.gem by gem2rpm -*- rpm-spec -*-
-%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global gemdir %{gem_dir}
 %global gemname ZenTest
-%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global	gem_name %{gemname}
+%global geminstdir %{gem_instdir}
 
-%global rubyabi 1.8
+%global rubyabi 1.9.1
 
 Summary: Automated test scaffolding for Ruby
 Name: rubygem-%{gemname}
-Version: 4.6.0
-Release: 2%{?dist}
+Version: 4.6.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.zenspider.com/ZSS/Products/ZenTest/
 Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
-Patch0:  zentest-remove-broken-test.patch
+#Patch0:  zentest-remove-broken-test.patch
 
 Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby(rubygems)
+BuildRequires: rubygems-devel
 BuildRequires: ruby(abi) = %{rubyabi}
 BuildRequires: rubygem(rake)
 BuildRequires: rubygem(hoe)
@@ -47,7 +49,7 @@ gem install --local --install-dir .%{gemdir} \
             --force -V --rdoc %{SOURCE0}
 
 pushd .%{geminstdir}
-%patch0 -p0
+#%%patch0 -p0
 
 %build
 
@@ -105,6 +107,9 @@ rake test
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Sun Jan 21 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 4.6.2-1
+- 4.6.2
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 55940d9..17a874a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb8cea9334b5d0f1bf7fb63ab570fc32  ZenTest-4.6.0.gem
+2b68fd806c44ad086d5bbaf55a4d869a  ZenTest-4.6.2.gem


More information about the scm-commits mailing list