[rubygem-ruby-ole] Fixes FTBFS bug 715865

Michael Stahnke stahnma at fedoraproject.org
Mon Jan 9 00:36:18 UTC 2012


commit 6d7f6a7c6e77f34d59b4bcc531cd5f267dde136b
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Sun Jan 8 12:11:33 2012 -0600

    Fixes FTBFS bug 715865
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 .gitignore            |    1 +
 rubygem-ruby-ole.spec |   12 ++++++++----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 640b969..74044b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ruby-ole-1.2.11.1.gem
+/ruby-ole-1.2.11.2.gem
diff --git a/rubygem-ruby-ole.spec b/rubygem-ruby-ole.spec
index 817b440..dc84794 100644
--- a/rubygem-ruby-ole.spec
+++ b/rubygem-ruby-ole.spec
@@ -4,8 +4,8 @@
 
 Summary: Ruby OLE library
 Name: rubygem-%{gemname}
-Version: 1.2.11.1
-Release: 2%{?dist}
+Version: 1.2.11.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://code.google.com/p/ruby-ole
@@ -14,7 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(abi) = 1.8
 Requires: rubygems
 BuildRequires: rubygems
-BuildRequires(check): rubygem(rake)
+# The following is required %%check
+BuildRequires: rubygem(rake)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -46,7 +47,7 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 
 # rpmlint cleanup
 chmod 644 %{buildroot}%{geminstdir}/lib/ole/storage/base.rb
-chmod 755 %{buildroot}%{geminstdir}/test/test_meta_data.rb 
+chmod 755 %{buildroot}%{geminstdir}/test/test_meta_data.rb
 
 
 %clean
@@ -80,6 +81,9 @@ rake test
 
 
 %changelog
+* Sun Jan 08 2012 Michael Stahnke <mastahnke at gmail.com> - 1.2.11.2-1
+- Bump to 1.2.11.2 and fix bug 715865
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d2e39c8..1f39bd3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3494e888feff1bce71fb079110b72c01  ruby-ole-1.2.11.1.gem
+257bf30f2999d9cd1fc6a75369e615f1  ruby-ole-1.2.11.2.gem


More information about the scm-commits mailing list