diff --git a/geos-3.13.0.tar.bz2 b/geos-3.14.0.tar.bz2 similarity index 47% rename from geos-3.13.0.tar.bz2 rename to geos-3.14.0.tar.bz2 index 6027d42a2fc068f7c56da83a52ead732ab45bdef..453b4b7cfef62486dc922e5f0c1b0e353144aded 100644 Binary files a/geos-3.13.0.tar.bz2 and b/geos-3.14.0.tar.bz2 differ diff --git a/geos.spec b/geos.spec index 7bf5f30f08e1b2690ded29cfad27415236251d7f..138bf85ce6e880faecc3ced0316d31e3d4dafb56 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos -Version: 3.13.0 -Release: 2 +Version: 3.14.0 +Release: 1 Summary: GEOS is a C++ port of the Java Topology Suite License: LGPL-2.1-only URL: https://libgeos.org/ @@ -8,7 +8,7 @@ Source0: https://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: gcc gcc-c++ BuildRequires: cmake >= 3.15 -BuildRequires: doxygen +BuildRequires: doxygen libuv %description GEOS (Geometry Engine - Open Source) is a C++ port of the JTS Topology Suite (JTS). @@ -60,6 +60,14 @@ use GEOS. %{_libdir}/cmake/GEOS %changelog +* Thu Oct 09 2025 Ge Wang - 3.14.0-1 +- Update package to version 3.14.0 + * Add clustering functions to C API + * Ported LineDissolver + * Ported CoverageCleaner + * Add GEOSGridIntersectionFractions to C API + * Add functions to interrupt processing in a specific thread/context + * Thu Feb 27 2025 Funda Wang - 3.13.0-2 - build with cmake