[gdal] Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

Vít Ondruch vondruch at fedoraproject.org
Wed Mar 13 13:07:44 UTC 2013


commit bdfeb1570f177fed24489dce6a5963c1ed2ee99c
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Wed Mar 13 10:46:36 2013 +0100

    Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

 gdal.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <vondruch at redhat.com> - 1.9.2-2
+- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+
 * Sun Mar 10 2013 Orion Poplawski <orion at cora.nwra.com> - 1.9.2-1
 - Update to 1.9.2
 - Drop poppler and java-swig patches applied upstream


More information about the scm-commits mailing list