From 02da18dfa8cfe817911d703fee21f971956f1fa9 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 8 Feb 2021 16:16:50 +0800 Subject: [PATCH] Switch ronn-ng to disable ronn --- shapelib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shapelib.spec b/shapelib.spec index ee13407..a7335db 100644 --- a/shapelib.spec +++ b/shapelib.spec @@ -1,6 +1,6 @@ Name: shapelib Version: 1.4.1 -Release: 8 +Release: 9 Summary: A Shapefile C Library License: (LGPLv2+ or MIT) and GPLv2+ and Public Domain URL: http://shapelib.maptools.org/ @@ -8,7 +8,7 @@ Source0: http://download.osgeo.org/shapelib/%{name}-%{version}.tar.gz Source1: https://salsa.debian.org/debian-gis-team/shapelib/-/archive/master/shapelib-master.tar.gz BuildRequires: automake autoconf libtool gcc-c++ make proj-devel >= 4.4.1 -BuildRequires: rubygem-ronn +BuildRequires: rubygem-ronn-ng Provides: %{name}-tools = %{version}-%{release} Obsoletes: %{name}-tools < %{version}-%{release} @@ -72,5 +72,8 @@ install -pm 0644 man/*.1 %{buildroot}%{_mandir}/man1/ %{_mandir}/man1/*.1* %changelog +* Sun Feb 07 2020 huanghaitao - 1.4.1-9 +- Swith rubygem-ronn-ng to drop rubygem-ronn + * Fri Feb 14 2020 gulining - 1.4.1-8 - Package init