[rubygem-openstack/f17] Fixed gemspec

Michal Fojtik mfojtik at fedoraproject.org
Thu Sep 13 14:33:36 UTC 2012


commit 6ac1aab65b531f9149f9fd89900a42197c959df1
Author: Michal <mi at mifo.sk>
Date:   Thu Sep 13 16:22:50 2012 +0200

    Fixed gemspec

 .gitignore             |    1 +
 rubygem-openstack.spec |    7 +++++--
 sources                |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abda73c..32ccd8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openstack-1.0.5.gem
+/openstack-1.0.6.gem
diff --git a/rubygem-openstack.spec b/rubygem-openstack.spec
index d0b6c1d..c6be314 100644
--- a/rubygem-openstack.spec
+++ b/rubygem-openstack.spec
@@ -4,8 +4,8 @@
 
 Summary: Ruby Openstack Compute and Object-Store bindings
 Name: rubygem-%{gem_name}
-Version: 1.0.5
-Release: 2%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: https://github.com/ruby-openstack/ruby-openstack
@@ -71,6 +71,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
+* Thu Sep 13 2012 Michal Fojtik <mfojtik at redhat.com> 1.0.6-1
+- Fixed problem with gemspec
+
 * Thu Sep 13 2012 Michal Fojtik <mfojtik at redhat.com> 1.0.5-2
 - Removed %doc prefix from VERSION
 - Removed test-unit dependecy from BuildRequire
diff --git a/sources b/sources
index 6e6ed62..846fea3 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 de64c960ba5f4df9d8d1f40109cd8026  openstack-1.0.5.gem
+6e99f29fd6e2968c63319168329c0612  openstack-1.0.6.gem


More information about the scm-commits mailing list