From 21e527acec42343025289478e99fd3d1111ab49f Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Wed, 1 Feb 2012 10:28:50 +0100 Subject: [PATCH] Properly set ruby(abi) = 1.9.1. --- rubygem-delorean.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-delorean.spec b/rubygem-delorean.spec index 38d4946..de1dac1 100644 --- a/rubygem-delorean.spec +++ b/rubygem-delorean.spec @@ -4,7 +4,7 @@ Summary: Delorean lets you travel in time with Ruby by mocking Time.now Name: rubygem-%{gem_name} Version: 1.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Group: Development/Languages License: MIT URL: https://github.com/bebanjo/delorean @@ -14,7 +14,7 @@ Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem # git checkout v1.2.0 # tar -czf rubygem-delorean-spec.tgz spec/ Source1: %{name}-spec.tgz -Requires: ruby(abi) = 1.8 +Requires: ruby(abi) = 1.9.1 Requires: ruby(rubygems) Requires: rubygem(chronic) BuildRequires: rubygems-devel @@ -70,6 +70,9 @@ popd %{gem_instdir}/spec %changelog +* Wed Feb 01 2012 Bohuslav Kabrda - 1.2.0-5 +- Properly set ruby(abi) = 1.9.1. + * Wed Feb 01 2012 Bohuslav Kabrda - 1.2.0-4 - Rebuilt for Ruby 1.9.3.