[rubygem-isolate/f15] 3.1.0

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jul 16 16:55:19 UTC 2011


commit e1284f9fabc4dd3ff414474c59f26150e44d5df7
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jul 17 01:55:05 2011 +0900

    3.1.0

 .gitignore           |    1 +
 rubygem-isolate.spec |   11 ++++++++---
 sources              |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0224532..bed5fcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /isolate-3.0.0.gem
+/isolate-3.1.0.gem
diff --git a/rubygem-isolate.spec b/rubygem-isolate.spec
index ed1b2f2..49c0556 100644
--- a/rubygem-isolate.spec
+++ b/rubygem-isolate.spec
@@ -7,8 +7,8 @@
 Summary:	Very simple RubyGems sandbox
 
 Name:		rubygem-%{gemname}
-Version:	3.0.0
-Release:	2%{?dist}
+Version:	3.1.0
+Release:	1%{?dist}
 Group:		Development/Languages
 License:	MIT
 URL:		http://github.com/jbarnette/isolate
@@ -61,9 +61,11 @@ mkdir -p %{buildroot}%{gemdir}
 cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
 
 # cleanup
-rm -f %{buildroot}%{geminstdir}/.autotest
+rm -f %{buildroot}%{geminstdir}/{.autotest,.gemtest}
 
 %check
+ping -c 3 www.google.co.jp || exit 0
+
 pushd .%{geminstdir}
 rake test --trace
 
@@ -84,6 +86,9 @@ rake test --trace
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Sun Jul 17 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 3.1.0-1
+- 3.1.0
+
 * Mon Feb 14 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 3.0.0-2
 - F-15 mass rebuild
 
diff --git a/sources b/sources
index 5ea14cd..43a4004 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7e0f3235de4817db52dabdc9649fe0e  isolate-3.0.0.gem
+bdd798578f78672d82ea34536f1c975c  isolate-3.1.0.gem


More information about the scm-commits mailing list