[rubygem-deltacloud-client] Updated to 0.5.0 rc1

Michal Fojtik mfojtik at fedoraproject.org
Wed Jan 11 14:09:57 UTC 2012


commit afaf079a3e2bf66bc0b3f0675e831a4c1c2b4d80
Author: Michal Fojtik <mi at mifo.sk>
Date:   Wed Jan 11 15:09:41 2012 +0100

    Updated to 0.5.0 rc1

 .gitignore                     |    1 +
 rubygem-deltacloud-client.spec |   11 ++++++-----
 sources                        |    3 +--
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c665de..9132710 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /deltacloud-client-0.3.1.gem
 /fix_architecture_in_hwp.patch
 /deltacloud-client-0.4.0.gem
+/deltacloud-client-0.5.0.gem
diff --git a/rubygem-deltacloud-client.spec b/rubygem-deltacloud-client.spec
index 90ad3fc..998502a 100644
--- a/rubygem-deltacloud-client.spec
+++ b/rubygem-deltacloud-client.spec
@@ -5,13 +5,12 @@
 
 Summary: Deltacloud REST Client
 Name: rubygem-%{gemname}
-Version: 0.4.0
-Release: 1%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}.rc1
 Group: Development/Languages
 License: ASL 2.0
 URL: http://www.deltacloud.org
-Source0: http://rubygems.org/downloads/%{gemname}-%{version}.gem
-Patch0: fix_architecture_in_hwp.patch
+Source0: http://people.apache.org/~lutter/deltacloud/0.5.0/rc1/%{gemname}-%{version}.gem
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
 Requires: rubygem(rest-client) >= 1.4.0
@@ -38,7 +37,6 @@ mkdir -p ./%{gemdir}
 %build
 gem install --local --install-dir .%{gemdir} -V --force %{SOURCE0}
 pushd .%{geminstdir}
-cat %PATCH0 | patch -s -p0
 
 %install
 rm -rf %{buildroot}
@@ -76,6 +74,9 @@ rm -rf %{buildroot}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Wed Jan 11 2012 Michal Fojtik <mfojtik at redhat.com> - 0.5.0-1.rc1
+- Version bump 0.5.0-rc1
+
 * Mon Sep 19 2011 Michal Fojtik <mfojtik at redhat.com> - 0.4.0-1
 - Version bump
 - Added patch to fix incorrect hardware properties handling for architecture property
diff --git a/sources b/sources
index 078ce92..a200e16 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-ff4a356a9a588525b3264b1f8178fddc  deltacloud-client-0.4.0.gem
-2bf1c8573b5703509fa786f60fad30b6  fix_architecture_in_hwp.patch
+55bdcb5b3d43d0b35e05a9ddd7156ef6  deltacloud-client-0.5.0.gem


More information about the scm-commits mailing list