From 7e3dc79e0059e29edc13dd18fd6280bbfd62d282 Mon Sep 17 00:00:00 2001 From: gerd Date: Wed, 13 Feb 2013 15:58:52 +0100 Subject: [PATCH] rebuild with ruby(abi) --- rubygem-rdiscount.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index 9015ea4..8e06f91 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -3,13 +3,14 @@ Summary: Fast Implementation of Gruber's Markdown in C Name: rubygem-%{gem_name} Version: 2.0.7 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: ASL 1.1 URL: http://github.com/rtomayko/rdiscount +#URL: http://rubygems.org/gems/rdiscount Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem -Requires: ruby(release) >= 1.9.3 -#Requires: ruby(abi) = 1.9.1 +Requires: ruby(abi) = 1.9.3 +#Requires: ruby(release) >= 1.9.3 Requires: ruby(rubygems) BuildRequires: rubygems-devel BuildRequires: ruby-devel @@ -97,6 +98,9 @@ popd %changelog +* Thu Feb 07 2013 Gerd Pokorra - 2.0.7-2 +- Change back to ruby(abi) + * Thu Feb 07 2013 Gerd Pokorra - 2.0.7-1 - Update to 2.0.7 - Add file BUIlDING