From 1febc75422f1897e946bb46fe98f7431c2a4422f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 9 Feb 2012 15:51:31 +0100 Subject: [PATCH] Changed ruby(abi) to 1.9.1 --- rrdtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rrdtool.spec b/rrdtool.spec index c9b445a..136a79a 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: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -136,7 +136,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.9 +Requires: ruby(abi) = 1.9.1 Requires: %{name} = %{version}-%{release} %description ruby @@ -373,6 +373,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Thu Feb 9 2012 Jaroslav Škarvada - 1.4.7-5 +- Changed ruby(abi) to 1.9.1 + * Wed Feb 8 2012 Jaroslav Škarvada - 1.4.7-4 - Used ruby_vendorarchdir instead of ruby_sitearch