- Update to verstion 3.12.1:
- See provided NEWS.md for a complete list of changes - Drop no longer needed geos-add-missing-include.patch OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=57
This commit is contained in:
parent
78c8853163
commit
6a37488205
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f077669481c5a3e62affc49e96eb06f281987a5d36fdab225217e5b825e4cc
|
||||
size 6774288
|
3
geos-3.12.1.tar.bz2
Normal file
3
geos-3.12.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03
|
||||
size 6727199
|
@ -1,22 +0,0 @@
|
||||
diff -Nur geos-3.11.2-orig/include/geos/shape/fractal/HilbertEncoder.h geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h
|
||||
--- geos-3.11.2-orig/include/geos/shape/fractal/HilbertEncoder.h 2023-03-17 00:57:01.000000000 +0100
|
||||
+++ geos-3.11.2/include/geos/shape/fractal/HilbertEncoder.h 2023-03-29 17:57:48.640180182 +0200
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <geos/export.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <cstdint>
|
||||
|
||||
// Forward declarations
|
||||
namespace geos {
|
||||
diff -Nur geos-3.11.2-orig/tests/unit/capi/GEOSMakeValidTest.cpp geos-3.11.2/tests/unit/capi/GEOSMakeValidTest.cpp
|
||||
--- geos-3.11.2-orig/tests/unit/capi/GEOSMakeValidTest.cpp 2023-03-17 00:57:01.000000000 +0100
|
||||
+++ geos-3.11.2/tests/unit/capi/GEOSMakeValidTest.cpp 2023-03-29 18:38:55.141543602 +0200
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <cstring>
|
||||
|
||||
#include "capi_test_utils.h"
|
||||
+#include <cstdint>
|
||||
|
||||
namespace tut {
|
||||
//
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 16:12:57 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to verstion 3.12.1:
|
||||
- See provided NEWS.md for a complete list of changes
|
||||
- Drop no longer needed geos-add-missing-include.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:23:30 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -16,17 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define uver 3_11_2
|
||||
%define uver 3_12_1
|
||||
Name: geos
|
||||
Version: 3.11.2
|
||||
Version: 3.12.1
|
||||
Release: 0
|
||||
Summary: Geometry Engine - Open Source
|
||||
License: LGPL-2.1-only
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://libgeos.org
|
||||
Source0: https://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM geos-add-missing-include.patch -- Add missing #include <cstdint>
|
||||
Patch0: geos-add-missing-include.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
@ -78,7 +76,7 @@ This package contains the development files to build applications that
|
||||
use GEOS.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user