[rubygem-net-http-persistent/f14/master] - 1.5

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jan 26 19:41:29 UTC 2011


commit e15893237fd1beedfe1f0caabd59ef5e5cecd96b
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Jan 27 04:41:19 2011 +0900

    - 1.5

 .gitignore                       |    1 +
 rubygem-net-http-persistent.spec |    7 +++++--
 sources                          |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1aae3ae..210e9c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /net-http-persistent-1.4.1.gem
+/net-http-persistent-1.5.gem
diff --git a/rubygem-net-http-persistent.spec b/rubygem-net-http-persistent.spec
index 23c9338..a3fd51c 100644
--- a/rubygem-net-http-persistent.spec
+++ b/rubygem-net-http-persistent.spec
@@ -6,7 +6,7 @@
 
 Summary:	Persistent connections using Net::HTTP plus a speed fix
 Name:		rubygem-%{gemname}
-Version:	1.4.1
+Version:	1.5
 Release:	1%{?dist}
 Group:		Development/Languages
 License:	MIT
@@ -58,7 +58,7 @@ chmod 0644 ./%{gemdir}/cache/%{gemname}-%{version}.gem
 mkdir -p %{buildroot}%{gemdir}
 cp -a .%{gemdir}/* \
 	%{buildroot}/%{gemdir}/
-rm -f %{buildroot}%{geminstdir}/.autotest
+rm -f %{buildroot}%{geminstdir}/{.autotest,.gemtest}
 
 %check
 pushd .%{geminstdir}
@@ -80,5 +80,8 @@ rake test
 %{gemdir}/doc/%{gemname}-%{version}/
 
 %changelog
+* Thu Jan 27 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.5-1
+- 1.5
+
 * Sun Jan 16 2011 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.4.1-1
 - Initial package
diff --git a/sources b/sources
index b3645e8..a333f63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-efbf37f5ebb54804fea8b3c347bc72c5  net-http-persistent-1.4.1.gem
+0511790ccf64fd763c4cfe0a00caca7f  net-http-persistent-1.5.gem


More information about the scm-commits mailing list