[rubygem-cloudfiles] New upstream release 1.5.0.1.

Major Hayden mhayden at fedoraproject.org
Tue Feb 21 04:26:52 UTC 2012


commit e6dd2ade3484a7b6fc80a27bcddc546d0cf526b7
Author: Major Hayden <major at mhtx.net>
Date:   Tue Feb 21 04:26:50 2012 +0000

    New upstream release 1.5.0.1.

 .gitignore                            |    1 +
 disable_faulty_connection_tests.patch |   52 ---------------------------------
 disable_storage_object_test.patch     |   21 -------------
 disable_test_bad_hostname.patch       |   22 --------------
 rubygem-cloudfiles.spec               |   13 +++-----
 sources                               |    2 +-
 6 files changed, 7 insertions(+), 104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bab7611..e842e3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cloudfiles-1.4.10.gem
 /cloudfiles-1.4.17.gem
+/cloudfiles-1.5.0.1.gem
diff --git a/rubygem-cloudfiles.spec b/rubygem-cloudfiles.spec
index 8497807..983e65b 100644
--- a/rubygem-cloudfiles.spec
+++ b/rubygem-cloudfiles.spec
@@ -3,8 +3,8 @@
 
 Summary: A Ruby version of the Rackspace Cloud Files API
 Name: rubygem-%{gem_name}
-Version: 1.4.17
-Release: 4%{?dist}
+Version: 1.5.0.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: https://github.com/rackspace/ruby-cloudfiles
@@ -19,9 +19,6 @@ BuildRequires: rubygem(mocha)
 BuildRequires: rubygem(minitest)
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
-Patch0: disable_test_bad_hostname.patch
-Patch1: disable_faulty_connection_tests.patch
-Patch2: disable_storage_object_test.patch
 
 %package doc
 Summary: Documentation for %{name}
@@ -49,9 +46,6 @@ rm -f %{buildroot}/%{gem_instdir}/Manifest
 rm -f %{buildroot}/%{gem_instdir}/cloudfiles.gemspec
 rm -f %{buildroot}/%{gem_instdir}/Gemfile
 cd %{buildroot}/%{gem_instdir}/
-/usr/bin/patch -s -p0 -b --suffix --fuzz=0 test/cloudfiles_authentication_test.rb %{PATCH0}
-/usr/bin/patch -s -p0 -b --suffix --fuzz=0 test/cloudfiles_connection_test.rb %{PATCH1}
-/usr/bin/patch -s -p0 -b --suffix --fuzz=0 test/cloudfiles_storage_object_test.rb %{PATCH2}
 
 %check
 pushd %{buildroot}%{gem_instdir}
@@ -82,6 +76,9 @@ rm -rf %{buildroot}
 %{gem_docdir}
 
 %changelog
+* Mon Feb 20 2012 Major Hayden <major at mhtx.net> - 1.5.0.1-1
+- New upstream release 1.5.0.1.
+
 * Fri Feb 03 2012 Vít Ondruch <vondruch at redhat.com> - 1.4.17-4
 - Rebuilt for Ruby 1.9.3.
 - Fixed license.
diff --git a/sources b/sources
index fd9223c..6c84771 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b59c210227f3a02e258a983fc8bcb0de  cloudfiles-1.4.17.gem
+b1a55ede6d6a734965428bbc7cc3533d  cloudfiles-1.5.0.1.gem


More information about the scm-commits mailing list