Update to 5.0.1

This commit is contained in:
Sandro Mani 2021-12-14 16:52:39 +01:00
parent 934434b4f2
commit dbe4d6d67c
4 changed files with 31 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/spatialite-tools-4.*.tar.gz
/spatialite-tools-5.0.0.tar.gz
/spatialite-tools-5.0.1.tar.gz

View File

@ -1 +1 @@
SHA512 (spatialite-tools-5.0.0.tar.gz) = a1497824df2c45ffa1ba6b4ec53794c2c4779b6357885ee6f1243f2bff137c3e4dd93b0a802239ced73f66be22faf0081b83bf0ad4effb8a04052712625865d1
SHA512 (spatialite-tools-5.0.1.tar.gz) = dad52f6ed3c66ffd95f3a5c21225cd1b20641523af616f7e8defba8e4e46921da169e5f7bf9c53a355e132b6e74750d6db3fe02c870a3386f850df49c83bb8cd

View File

@ -1,7 +1,9 @@
Name: spatialite-tools
Version: 5.0.0
Release: 3%{?dist}
Version: 5.0.1
Release: 1%{?dist}
Summary: A set of useful CLI tools for SpatiaLite
# Add missing -lxml2
Patch0: spatialite-tools_lxml2.patch
License: GPLv3+
Source0: http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz
@ -60,6 +62,9 @@ rm -f Makefile-static*
%{_bindir}/spatialite_xml2utf8
%changelog
* Tue Dec 14 2021 Sandro Mani <manisandro@gmail.com> - 5.0.1-1
- Update to 5.0.1
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View File

@ -0,0 +1,22 @@
diff -rupN spatialite-tools-5.0.1/Makefile.am spatialite-tools-5.0.1-new/Makefile.am
--- spatialite-tools-5.0.1/Makefile.am 2021-02-07 17:34:04.000000000 +0100
+++ spatialite-tools-5.0.1-new/Makefile.am 2021-12-14 15:45:19.962324159 +0100
@@ -49,6 +49,7 @@ shp_doctor_SOURCES = shp_doctor.c
shp_sanitize_SOURCES = shp_sanitize.c
exif_loader_SOURCES = exif_loader.c
spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
+spatialite_xml_validator_LIBADD = @LIBXML2_LIBS@
spatialite_xml_load_SOURCES = spatialite_xml_load.c
spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
diff -rupN spatialite-tools-5.0.1/Makefile.in spatialite-tools-5.0.1-new/Makefile.in
--- spatialite-tools-5.0.1/Makefile.in 2021-02-07 17:34:04.000000000 +0100
+++ spatialite-tools-5.0.1-new/Makefile.in 2021-12-14 15:45:42.976287325 +0100
@@ -492,6 +492,7 @@ shp_doctor_SOURCES = shp_doctor.c
shp_sanitize_SOURCES = shp_sanitize.c
exif_loader_SOURCES = exif_loader.c
spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
+spatialite_xml_validator_LDADD = @LIBXML2_LIBS@
spatialite_xml_load_SOURCES = spatialite_xml_load.c
spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c