Skip to content

Commit

Permalink
libspatialindex/2.1.0 package update (#38206)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: Dentrax <furkan.turkal@chainguard.dev>
Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Co-authored-by: Dentrax <furkan.turkal@chainguard.dev>
  • Loading branch information
3 people authored Dec 26, 2024
1 parent e7e7fde commit 6517356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libspatialindex.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/libspatialindex/libspatialindex
tag: ${{package.version}}
expected-commit: 4a3bd449b9f2858d31a4619ba60bae6d1d30b77d
expected-commit: 175b56a9541e76982d13dbbf0c9b8f0b8d752619

- uses: cmake/configure

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6517356

Please sign in to comment.