From bdfeb1570f177fed24489dce6a5963c1ed2ee99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 13 Mar 2013 10:46:36 +0100 Subject: [PATCH] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 --- gdal.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index f68ab6f..ede690a 100644 --- a/gdal.spec +++ b/gdal.spec @@ -33,7 +33,7 @@ Name: gdal Version: 1.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -193,7 +193,11 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %if (0%{?fedora} < 17 || 0%{?rhel}) Requires: ruby(abi) = 1.8 %else +%if 0%{?fedora} < 19 Requires: ruby(abi) = 1.9.1 +%else +Requires: ruby(release) +%endif %endif %description ruby @@ -807,6 +811,9 @@ rm -rf %{buildroot} #Or as before, using ldconfig %changelog +* Wed Mar 13 2013 Vít Ondruch - 1.9.2-2 +- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 + * Sun Mar 10 2013 Orion Poplawski - 1.9.2-1 - Update to 1.9.2 - Drop poppler and java-swig patches applied upstream