[ruby-qpid] Fix ruby abi.

Vít Ondruch vondruch at fedoraproject.org
Tue Feb 28 17:02:58 UTC 2012


commit 766254d98af35efbe18376ea6fb08293eb4764a7
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Feb 28 18:02:38 2012 +0100

    Fix ruby abi.

 ruby-qpid.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ruby-qpid.spec b/ruby-qpid.spec
index 74df159..c5d1a78 100644
--- a/ruby-qpid.spec
+++ b/ruby-qpid.spec
@@ -1,6 +1,8 @@
+%global		rubyabi	1.9.1
+
 Name:           ruby-qpid
 Version: 	      0.8
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Ruby language client for AMQP
 
 Group:          Development/Ruby
@@ -25,7 +27,7 @@ BuildRequires:	rubygem-rake
 BuildRequires:	cyrus-sasl-devel
 
 Requires:       ruby
-Requires:       ruby(abi) = 1.9
+Requires:       ruby(abi) = %{rubyabi}
 Requires:	cyrus-sasl
 
 Provides:       ruby(qpid) = %{version}
@@ -62,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE.txt NOTICE.txt RELEASE_NOTES
 
 %changelog
+* Tue Feb 28 2012 Vít Ondruch <vondruch at redhat.com> - 0.8-6
+- Fix ruby abi.
+
 * Mon Feb 13 2012 Mo Morsi <mo at morsi.org> - 0.8-5
 - ruby 1.9.3 compatability (added patch)
 


More information about the scm-commits mailing list