diff --git a/PDAL.changes b/PDAL.changes index 1bae9b6..1d4e9a3 100644 --- a/PDAL.changes +++ b/PDAL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 07:33:55 UTC 2024 - Dominique Leuenberger + +- BuildRequire proj-devel instead of the long deprecated name + libproj-devel. + ------------------------------------------------------------------- Tue Oct 3 07:29:11 UTC 2023 - Guillaume GARDET diff --git a/PDAL.spec b/PDAL.spec index b6885a6..e11485c 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -1,7 +1,7 @@ # # 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. # # All modifications and additions to the file contributed by third parties @@ -58,7 +58,7 @@ BuildRequires: libboost_program_options-devel BuildRequires: libgdal-devel BuildRequires: libgeos-devel BuildRequires: libopenssl-devel >= 1.1 -BuildRequires: libproj-devel +BuildRequires: proj-devel # Needed to have proj.db for tests BuildRequires: libpsl5 BuildRequires: libspatialindex-devel