SHA256
1
0
forked from pool/PDAL

Accepting request 1153752 from home:dimstar:Factory

- BuildRequire proj-devel instead of the long deprecated name
  libproj-devel.

OBS-URL: https://build.opensuse.org/request/show/1153752
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=36
This commit is contained in:
Bruno Friedmann 2024-03-01 08:09:26 +00:00 committed by Git OBS Bridge
parent 6f0f769cd7
commit 1410f4840b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 1 07:33:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire proj-devel instead of the long deprecated name
libproj-devel.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 3 07:29:11 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Oct 3 07:29:11 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package PDAL # spec file for package PDAL
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2021 Friedmann Bruno, Ioda-Net Sàrl, Charmoille, Switzerland. # Copyright (c) 2021 Friedmann Bruno, Ioda-Net Sàrl, Charmoille, Switzerland.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -58,7 +58,7 @@ BuildRequires: libboost_program_options-devel
BuildRequires: libgdal-devel BuildRequires: libgdal-devel
BuildRequires: libgeos-devel BuildRequires: libgeos-devel
BuildRequires: libopenssl-devel >= 1.1 BuildRequires: libopenssl-devel >= 1.1
BuildRequires: libproj-devel BuildRequires: proj-devel
# Needed to have proj.db for tests # Needed to have proj.db for tests
BuildRequires: libpsl5 BuildRequires: libpsl5
BuildRequires: libspatialindex-devel BuildRequires: libspatialindex-devel