Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PDAL for openSUSE:Factory checked in 
at 2025-12-25 19:57:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PDAL (Old)
 and      /work/SRC/openSUSE:Factory/.PDAL.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PDAL"

Thu Dec 25 19:57:48 2025 rev:14 rq:1324390 version:2.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/PDAL/PDAL.changes        2025-09-16 
18:19:28.069796476 +0200
+++ /work/SRC/openSUSE:Factory/.PDAL.new.1928/PDAL.changes      2025-12-25 
19:58:08.616456431 +0100
@@ -1,0 +2,24 @@
+Thu Dec 18 07:16:54 UTC 2025 - Enno Tensing <[email protected]>
+
+- Fix URL entry in PDAL.spec
+
+-------------------------------------------------------------------
+Sun Dec 14 10:01:50 UTC 2025 - Enno Tensing <[email protected]>
+
+- Update to PDAL 2.9.3
+    * Alias PDAL_DLL => PDAL_EXPORT and warn users to upgrade if it is defined 
(PR #4813)
+    * Suppress error messages from GDAL/PROJ when infering metadata type SRSs 
(PR #4820)
+    * Add min_clamp, max_clamp, and nodata options to filters.hag_dem (PR 
#4828)
+    * Support 0 as variable chunk indicator in LAZ/COPC files (PR #4843)
+    * Emit warnings for pdal tindex hexbin boundary failures (PR #4844)
+    * Fix Connector segfault on 404 from /vsis3/ path (PR #4853)
+    * Add class argument for hag_delaunay, hag_dem and hag_nn filters (PR 
#4865)
+    * Remove dead code from Kazhdan's ply.h (PR #4866)
+    * Only specify JSON-compatible types when serializing pipelines (PR #4877)
+    * Add custom class arguments for ground classification filters (PR #4879)
+    * Documentation updates
+    * Update minimum GDAL verstion to 3.8
+    * Migrates PDAL.io to PDAL.org
+    * Update PDAL-fix-gdal-includes.patch to cover more GDAL includes
+
+-------------------------------------------------------------------

Old:
----
  PDAL-2.9.2-src.tar.bz2
  PDAL-2.9.2-src.tar.bz2.sha256sum

New:
----
  PDAL-2.9.3-src.tar.bz2
  PDAL-2.9.3-src.tar.bz2.sha256sum

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PDAL.spec ++++++
--- /var/tmp/diff_new_pack.CthbpW/_old  2025-12-25 19:58:09.716501067 +0100
+++ /var/tmp/diff_new_pack.CthbpW/_new  2025-12-25 19:58:09.716501067 +0100
@@ -18,11 +18,11 @@
 
 
 %define soname 19
-%define sovers 19.2.0
+%define sovers 19.3.0
 %define lname   pdal
 Name:           PDAL
-Version:        2.9.2
-Release:        0
+Version:        2.9.3
+Release:        1
 Summary:        Point Data Abstraction Library (GDAL for point cloud data)
 # The code is licensed BSD except for:
 # - filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
@@ -31,7 +31,7 @@
 # - plugins/e57/libE57Format/{src,include}/* is Boost 1-0
 License:        Apache-2.0 AND BSD-3-Clause AND MIT AND BSL-1.0
 Group:          Productivity/Graphics/CAD
-URL:            https://www.pdal.io/
+URL:            https://pdal.org/
 Source0:        
https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2
 Source1:        
https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2.sha256sum
 # Unbundle some bundled libraries inspired by Fedora work at
@@ -50,7 +50,7 @@
 BuildRequires:  eigen3-devel
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
-BuildRequires:  gdal
+BuildRequires:  gdal >= 3.8
 BuildRequires:  geotiff-devel
 BuildRequires:  jsoncpp-devel
 BuildRequires:  libboost_filesystem-devel

++++++ PDAL-2.9.2-src.tar.bz2 -> PDAL-2.9.3-src.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/PDAL/PDAL-2.9.2-src.tar.bz2 
/work/SRC/openSUSE:Factory/.PDAL.new.1928/PDAL-2.9.3-src.tar.bz2 differ: char 
11, line 1

++++++ PDAL-2.9.2-src.tar.bz2.sha256sum -> PDAL-2.9.3-src.tar.bz2.sha256sum 
++++++
--- /work/SRC/openSUSE:Factory/PDAL/PDAL-2.9.2-src.tar.bz2.sha256sum    
2025-09-16 18:19:28.037795128 +0200
+++ /work/SRC/openSUSE:Factory/.PDAL.new.1928/PDAL-2.9.3-src.tar.bz2.sha256sum  
2025-12-25 19:58:08.572454646 +0100
@@ -1 +1 @@
-a74bbc7f4e4f709ed589dbbb851926a63c391c974e3fc40a4c3ff34f7923021b  
PDAL-2.9.2-src.tar.bz2
+22e90c8b9653e2bd0eb24efbe071b6c281e972145b47c0ccfdc329d73c188d9c  
PDAL-2.9.3-src.tar.bz2

++++++ PDAL-fix-gdal-includes.patch ++++++
--- /var/tmp/diff_new_pack.CthbpW/_old  2025-12-25 19:58:09.844506260 +0100
+++ /var/tmp/diff_new_pack.CthbpW/_new  2025-12-25 19:58:09.848506423 +0100
@@ -1,5 +1,5 @@
 diff --git i/pdal/util/VSIIO.cpp w/pdal/util/VSIIO.cpp
-index 06556f1c6..082a6a750 100644
+index c80536d7f..6e328f173 100644
 --- i/pdal/util/VSIIO.cpp
 +++ w/pdal/util/VSIIO.cpp
 @@ -36,8 +36,8 @@
@@ -13,4 +13,43 @@
  #include <pdal/util/FileUtils.hpp>
  #include <pdal/util/VSIIO.hpp>
  #include <pdal/pdal_types.hpp>
+diff --git i/test/unit/SpatialReferenceTest.cpp 
w/test/unit/SpatialReferenceTest.cpp
+index f0c92e948..9336da897 100644
+--- i/test/unit/SpatialReferenceTest.cpp
++++ w/test/unit/SpatialReferenceTest.cpp
+@@ -44,7 +44,7 @@
+ #include <io/LasReader.hpp>
+ #include <io/LasWriter.hpp>
+ 
+-#include <gdal_version.h>
++#include <gdal/gdal_version.h>
+ 
+ #include <pdal/pdal_features.hpp>
+ 
+diff --git i/test/unit/io/CopcWriterTest.cpp w/test/unit/io/CopcWriterTest.cpp
+index 0585f4d87..bc4ca0ed0 100644
+--- i/test/unit/io/CopcWriterTest.cpp
++++ w/test/unit/io/CopcWriterTest.cpp
+@@ -47,7 +47,7 @@
+ 
+ #include "Support.hpp"
+ 
+-#include <gdal_version.h>
++#include <gdal/gdal_version.h>
+ 
+ namespace pdal
+ {
+diff --git i/test/unit/io/LasWriterTest.cpp w/test/unit/io/LasWriterTest.cpp
+index ceb31d2b3..06c576fbd 100644
+--- i/test/unit/io/LasWriterTest.cpp
++++ w/test/unit/io/LasWriterTest.cpp
+@@ -51,7 +51,7 @@
+ #include <io/private/las/Header.hpp>
+ #include <io/private/las/Vlr.hpp>
+ 
+-#include <gdal_version.h>
++#include <gdal/gdal_version.h>
+ 
+ #include "Support.hpp"
+ 
 

Reply via email to