From 74ad81ffe08e3509af51a80524b9e4721a31d074 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Feb 08 2012 10:18:44 +0000 Subject: Fixed ruby(abi) requires --- diff --git a/rrdtool.spec b/rrdtool.spec index 0632dd3..d012e19 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -18,7 +18,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.4.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -137,7 +137,7 @@ The %{name}-tcl package includes RRDtool bindings for Tcl. Summary: Ruby RRDtool bindings Group: Development/Languages BuildRequires: ruby, ruby-devel -Requires: ruby(abi) = 1.8 +Requires: ruby(abi) = 1.9 Requires: %{name} = %{version}-%{release} %description ruby @@ -373,6 +373,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Wed Feb 8 2012 Jaroslav Škarvada - 1.4.7-3 +- Fixed ruby(abi) requires + * Tue Feb 7 2012 Jaroslav Škarvada - 1.4.7-2 - Rebuilt for new ruby