[rubygem-httpclient] Update to latest upstream

tdawson tdawson at fedoraproject.org
Mon Jul 7 22:47:47 UTC 2014


commit de25687cd4afeaab79681582ab411d3e5792909b
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Jul 7 17:48:00 2014 -0500

    Update to latest upstream

 .gitignore              |    1 +
 rubygem-httpclient.spec |   11 +++++++----
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 560ec18..783f7fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /httpclient-2.3.2.gem
 /httpclient-2.3.4.1.gem
+/httpclient-2.4.0.gem
diff --git a/rubygem-httpclient.spec b/rubygem-httpclient.spec
index 5907faf..0201947 100644
--- a/rubygem-httpclient.spec
+++ b/rubygem-httpclient.spec
@@ -14,8 +14,8 @@
 
 Summary:        HTTP Client interface for ruby
 Name:           rubygem-%{gem_name}
-Version:        2.3.4.1
-Release:        2%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        (Ruby or BSD) and Public Domain
 URL:            https://github.com/nahi/httpclient
@@ -30,7 +30,7 @@ Requires:       rubygems
 BuildRequires:  rubygems
 %else
 BuildRequires:  rubygems-devel
-BuildRequires:  rubygem(minitest)
+BuildRequires:  rubygem(minitest4)
 %endif
 BuildArch:      noarch
 Provides:       rubygem(%{gem_name}) = %{version}
@@ -108,11 +108,14 @@ popd
 
 %files doc
 %doc %{gem_docdir}
-%doc %{gem_instdir}/README.txt
+%doc %{gem_instdir}/README.md
 %doc %{gem_instdir}/test
 
 
 %changelog
+* Fri Jun 13 2014 Troy Dawson <tdawson at redhat.com> - 2.4.0-1
+- Update to latest upstream
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 89d8da1..50351cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb6a15665eeecfe8ab3447ab07d21625  httpclient-2.3.4.1.gem
+d24a80a1838c55eeae569482f40cab84  httpclient-2.4.0.gem


More information about the scm-commits mailing list