diff --git a/.gitignore b/.gitignore index 3313655..73da062 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /spatialite-tools-4.*.tar.gz /spatialite-tools-5.0.0.tar.gz +/spatialite-tools-5.0.1.tar.gz diff --git a/sources b/sources index 9e3abb7..07539d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (spatialite-tools-5.0.0.tar.gz) = a1497824df2c45ffa1ba6b4ec53794c2c4779b6357885ee6f1243f2bff137c3e4dd93b0a802239ced73f66be22faf0081b83bf0ad4effb8a04052712625865d1 +SHA512 (spatialite-tools-5.0.1.tar.gz) = dad52f6ed3c66ffd95f3a5c21225cd1b20641523af616f7e8defba8e4e46921da169e5f7bf9c53a355e132b6e74750d6db3fe02c870a3386f850df49c83bb8cd diff --git a/spatialite-tools.spec b/spatialite-tools.spec index 8c969a4..99bdd32 100644 --- a/spatialite-tools.spec +++ b/spatialite-tools.spec @@ -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 - 5.0.1-1 +- Update to 5.0.1 + * Fri Jul 23 2021 Fedora Release Engineering - 5.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/spatialite-tools_lxml2.patch b/spatialite-tools_lxml2.patch new file mode 100644 index 0000000..4bb9689 --- /dev/null +++ b/spatialite-tools_lxml2.patch @@ -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