Changed ruby(abi) to 1.9.1

This commit is contained in:
Jaroslav Škarvada 2012-02-09 15:51:31 +01:00
parent 6abafcbfca
commit 1febc75422

View File

@ -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 <jskarvad@redhat.com> - 1.4.7-5
- Changed ruby(abi) to 1.9.1
* Wed Feb 8 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-4
- Used ruby_vendorarchdir instead of ruby_sitearch