From 2478d5ab815176431a9984fc636ba69b6e5890c3 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 11 Dec 2016 13:09:08 +0100 Subject: [PATCH] Update to 1.4.0 --- .gitignore | 1 + shapelib.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 72713fa..c6cbe46 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ shapelib-1.3.0b2.tar.gz /shapelib-1.3.0.tar.gz /shapelib-1.4.0RC1.tar.gz +/shapelib-1.4.0.tar.gz diff --git a/shapelib.spec b/shapelib.spec index ee46f81..a46c95d 100644 --- a/shapelib.spec +++ b/shapelib.spec @@ -1,8 +1,8 @@ -%global pre RC1 +#global pre RC1 Name: shapelib Version: 1.4.0 -Release: 0.1%{?pre:.%pre}%{?dist} +Release: 1%{?pre:.%pre}%{?dist} Summary: C library for handling ESRI Shapefiles # The core library is dual-licensed LGPLv2 or MIT. # Some contributed files have different licenses: @@ -11,7 +11,7 @@ Summary: C library for handling ESRI Shapefiles # - contrib/dbfcat.c: Public domain License: (LGPLv2+ or MIT) and GPLv2+ and Public Domain URL: http://shapelib.maptools.org/ -Source: http://download.osgeo.org/shapelib/%{name}-%{version}%{pre}.tar.gz +Source: http://download.osgeo.org/shapelib/%{name}-%{version}%{?pre:%pre}.tar.gz BuildRequires: gcc BuildRequires: make @@ -64,7 +64,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %files %doc README README.tree ChangeLog web/*.html %license COPYING -%{_libdir}/libshp.so.1* +%{_libdir}/libshp.so.2* %files devel %{_includedir}/shapefil.h @@ -77,6 +77,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Sun Dec 11 2016 Sandro Mani - 1.4.0-1 +- Update to 1.4.0 + * Wed Dec 07 2016 Sandro Mani - 1.4.0-0.1.RC1 - Update to 1.4.0-RC1 diff --git a/sources b/sources index a935b50..356145b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f53bba643d15f472ff80bc73ffa4881f shapelib-1.4.0RC1.tar.gz +90cdfdc8aedce63fc689d7bfae453879 shapelib-1.4.0.tar.gz