[rubygem-net-http-persistent] 1.5.2 Patch0 merged

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Feb 25 15:56:22 UTC 2011


commit 0bdabb71b68a424838d76df44bf18e7ad986b0ac
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Feb 26 00:56:11 2011 +0900

    1.5.2
    Patch0 merged

 .gitignore                                         |    1 +
 ...t-http-persistent-1.5.1-rescue-socket-Nil.patch |   13 -------------
 rubygem-net-http-persistent.spec                   |   12 +++++-------
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c5ff0b..bf9a589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /net-http-persistent-1.4.1.gem
 /net-http-persistent-1.5.gem
 /net-http-persistent-1.5.1.gem
+/net-http-persistent-1.5.2.gem
diff --git a/rubygem-net-http-persistent.spec b/rubygem-net-http-persistent.spec
index 0e47c06..f28f3ce 100644
--- a/rubygem-net-http-persistent.spec
+++ b/rubygem-net-http-persistent.spec
@@ -6,15 +6,13 @@
 
 Summary:	Persistent connections using Net::HTTP plus a speed fix
 Name:		rubygem-%{gemname}
-Version:	1.5.1
+Version:	1.5.2
 Release:	1%{?dist}
 Group:		Development/Languages
 License:	MIT
 
 URL:		http://seattlerb.rubyforge.org/net-http-persistent
 Source0:	http://rubygems.org/gems/%{gemname}-%{version}.gem
-# Without the following patch, testsuite on rubygem-mechanize fails
-Patch0:		rubygem-net-http-persistent-1.5.1-rescue-socket-Nil.patch
 
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	rubygem(hoe)
@@ -54,10 +52,6 @@ gem install \
 
 chmod 0644 ./%{gemdir}/cache/%{gemname}-%{version}.gem
 
-pushd .%{geminstdir}
-%patch0 -p1
-popd
-
 %build
 
 %install
@@ -86,6 +80,10 @@ rake test
 %{gemdir}/doc/%{gemname}-%{version}/
 
 %changelog
+* Sat Feb 26 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.5.2-1
+- 1.5.2
+- Patch0 merged
+
 * Sat Feb 12 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.5.1-1
 - 1.5.1
 
diff --git a/sources b/sources
index a582c15..4b43027 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6673a992b31b0ebcd4c294b5421cd71c  net-http-persistent-1.5.1.gem
+47f206ce41d0f705259cb3b38d0842c3  net-http-persistent-1.5.2.gem


More information about the scm-commits mailing list