[rubygem-rbovirt/f17: 1/2] Update to rbovirt 0.0.6.

Vít Ondruch vondruch at fedoraproject.org
Thu Feb 16 08:44:27 UTC 2012


commit 7c4bfe46992ea63843ec256b2f7c0bf4b9b1b15d
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Feb 16 09:43:37 2012 +0100

    Update to rbovirt 0.0.6.

 .gitignore                                      |    1 +
 rubygem-rbovirt-0.0.5-fixed-vm-unit-tests.patch |   34 -----------------------
 rubygem-rbovirt.spec                            |   11 +++-----
 sources                                         |    2 +-
 4 files changed, 6 insertions(+), 42 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8dc74a..9b6aa6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rbovirt-0.0.5.gem
+/rbovirt-0.0.6.gem
diff --git a/rubygem-rbovirt.spec b/rubygem-rbovirt.spec
index 9a20488..c450900 100644
--- a/rubygem-rbovirt.spec
+++ b/rubygem-rbovirt.spec
@@ -4,14 +4,12 @@
 
 Summary: A Ruby client for oVirt REST API
 Name: rubygem-%{gem_name}
-Version: 0.0.5
+Version: 0.0.6
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/abenari/rbovirt
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# https://github.com/abenari/rbovirt/pull/2
-Patch0: rubygem-rbovirt-0.0.5-fixed-vm-unit-tests.patch
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems) 
 Requires: ruby 
@@ -46,10 +44,6 @@ mkdir -p .%{gem_dir}
 gem install --local --install-dir .%{gem_dir} \
             --force %{SOURCE0}
 
-pushd .%{gem_instdir}
-%patch0 -p1
-popd
-
 %build
 
 %install
@@ -83,5 +77,8 @@ popd
 %{gem_instdir}/spec/
 
 %changelog
+* Thu Feb 16 2012 Vít Ondruch <vondruch at redhat.com> - 0.0.6-1
+- Update to rbovirt 0.0.6.
+
 * Wed Feb 08 2012 Vít Ondruch <vondruch at redhat.com> - 0.0.5-1
 - Initial package
diff --git a/sources b/sources
index f85752e..8dc9f02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de7101c7c64420987917e9d307af2ca5  rbovirt-0.0.5.gem
+8beb9b3877c00a26466d1b29b54b30b8  rbovirt-0.0.6.gem


More information about the scm-commits mailing list