From 6517356702ae51272f30aab642194fa59023e91a Mon Sep 17 00:00:00 2001
From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com>
Date: Thu, 26 Dec 2024 07:52:32 +0000
Subject: [PATCH] libspatialindex/2.1.0 package update (#38206)
---------
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: Dentrax
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Dentrax
---
libspatialindex.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libspatialindex.yaml b/libspatialindex.yaml
index 9dc21b3566d..87ee190e7cb 100644
--- a/libspatialindex.yaml
+++ b/libspatialindex.yaml
@@ -1,6 +1,6 @@
package:
name: libspatialindex
- version: 2.0.0
+ version: 2.1.0
epoch: 0
description: "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API"
copyright:
@@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/libspatialindex/libspatialindex
tag: ${{package.version}}
- expected-commit: 4a3bd449b9f2858d31a4619ba60bae6d1d30b77d
+ expected-commit: 175b56a9541e76982d13dbbf0c9b8f0b8d752619
- uses: cmake/configure
@@ -52,7 +52,7 @@ test:
test -f /usr/include/spatialindex/RTree.h
- name: "Check libspatialindex.so library"
runs: |
- test -f /usr/lib64/libspatialindex.so.7
+ test -f /usr/lib/libspatialindex.so
- name: "Check if libspatialindex can be linked"
runs: |
# This test was taken from here: