[eruby] add ruby abi requires

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Jun 17 21:07:53 UTC 2013


commit 0c52d49db8b5a36911b377d88f4c9f600fe68907
Author: Luis <lbazan at fedoraproject.org>
Date:   Mon Jun 17 16:07:25 2013 -0500

    add ruby abi requires

 eruby.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eruby.spec b/eruby.spec
index adc4ec3..cbf2316 100644
--- a/eruby.spec
+++ b/eruby.spec
@@ -4,7 +4,7 @@
 
 Name:		eruby
 Version:	1.0.5
-Release:	22%{?dist}
+Release:	23%{?dist}
 # eruby is GPLv2+
 # liberuby is LGPLv2+
 License:	GPLv2+ and LGPLv2+
@@ -27,6 +27,7 @@ enables you to embed a Ruby code to a HTML file.
 Summary:	Library for eRuby
 Group:		Development/Languages
 Requires:	ruby(release)
+Requires:       ruby(abi) = 1.9.1
 Provides:	ruby(eruby) = %{version}
 
 %description libs
@@ -37,7 +38,6 @@ Summary:	Development files for eRuby
 Group:		Development/Languages
 Requires:	ruby(eruby) = %{version}
 
-
 %description devel
 This package contains the header files and libraries for an application
 embedded eRuby.
@@ -95,6 +95,9 @@ mv $RPM_BUILD_ROOT%{ruby_archdir}/eruby.so $RPM_BUILD_ROOT%{ruby_vendorarchdir}/
 %{_libdir}/liberuby.so
 
 %changelog
+* Mon Jun 17 2013 Luis Bazan <lbazan at fedoraproject.org> - 1.0.5-23
+- add ruby abi
+
 * Mon Apr 08 2013 Vít Ondruch <vondruch at redhat.com> - 1.0.5-22
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
 


More information about the scm-commits mailing list