diff --git a/libspatialite-4.3.0a.tar.gz b/libspatialite-4.3.0a.tar.gz deleted file mode 100644 index 48f89c8..0000000 Binary files a/libspatialite-4.3.0a.tar.gz and /dev/null differ diff --git a/libspatialite-5.0.0.tar.gz b/libspatialite-5.0.0.tar.gz new file mode 100644 index 0000000..866199d Binary files /dev/null and b/libspatialite-5.0.0.tar.gz differ diff --git a/libspatialite.spec b/libspatialite.spec index f8e7214..e7d4ec6 100644 --- a/libspatialite.spec +++ b/libspatialite.spec @@ -1,12 +1,13 @@ Name: libspatialite -Version: 4.3.0a -Release: 10 +Version: 5.0.0 +Release: 1 Summary: Library intended to extend thee SQLite core License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: https://www.gaia-gis.it/fossil/libspatialite Source0: http://www.gaia-gis.it/gaia-sins/%{name}-sources/%{name}-%{version}.tar.gz BuildRequires: gcc freexl-devel geos-devel proj-devel sqlite-devel zlib-devel libxml2-devel +BuildRequires: minizip-devel %description SpatiaLite is an open source library inteded to extend the SQLite core to @@ -54,5 +55,8 @@ Library files and header files for SpatiaLite development. %{_libdir}/*.a %changelog +* Mon Jan 24 2022 yaoxin - 5.0.0-1 +- Upgrade libspatialite to 5.0.0 to solve compilation failure. + * Tue Mar 10 2020 tangjing - 4.3.0a-10 -- Package init \ No newline at end of file +- Package init