public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/PDAL] rawhide: Update to 2.10.2
Date: Fri, 12 Jun 2026 21:02:34 GMT	[thread overview]
Message-ID: <178129815488.1.16808591900279936052.rpms-PDAL-7f0041d6c932@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/PDAL
Branch : rawhide
Commit : 7f0041d6c93238ef329c3110833dc9c3875f496b
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-06-12T23:02:20+02:00
Stats  : +18/-14 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/PDAL/c/7f0041d6c93238ef329c3110833dc9c3875f496b?branch=rawhide

Log:
Update to 2.10.2

---
diff --git a/.gitignore b/.gitignore
index 8c15647..8ef910c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /PDAL-2.9.3-src.tar.bz2
 /PDAL-2.10.0-src.tar.bz2
 /PDAL-2.10.1-src.tar.bz2
+/PDAL-2.10.2-src.tar.bz2

diff --git a/PDAL.spec b/PDAL.spec
index 0101840..9f986fc 100644
--- a/PDAL.spec
+++ b/PDAL.spec
@@ -11,8 +11,8 @@
 
 Summary:	Point Data Abstraction Library
 Name:		PDAL
-Version:	2.10.1
-Release:	2%{?dist}
+Version:	2.10.2
+Release:	1%{?dist}
 # The code is licensed BSD except for:
 # - filters/private/csf/* and plugins/i3s/lepcc/* are ASL 2.0
 # - vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
@@ -228,6 +228,9 @@ sphinx-build -b html . build/html
 %endif
 
 %changelog
+* Fri Jun 12 2026 Sandro Mani <manisandro@gmail.com> - 2.10.2-1
+- Update to 2.10.2
+
 * Fri Apr 17 2026 Orion Poplawski <orion@nwra.com> - 2.10.1-2
 - Rebuild for hdf5 2.1
 

diff --git a/PDAL_cstdint.patch b/PDAL_cstdint.patch
index 44faba5..03fd141 100644
--- a/PDAL_cstdint.patch
+++ b/PDAL_cstdint.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference PDAL-2.10.1-src/pdal/util/VSIIO.cpp PDAL-2.10.1-src-new/pdal/util/VSIIO.cpp
---- PDAL-2.10.1-src/pdal/util/VSIIO.cpp	2026-03-27 19:26:01.000000000 +0100
-+++ PDAL-2.10.1-src-new/pdal/util/VSIIO.cpp	2026-03-27 22:41:51.947498192 +0100
+diff -rupN --no-dereference PDAL-2.10.2-src/pdal/util/VSIIO.cpp PDAL-2.10.2-src-new/pdal/util/VSIIO.cpp
+--- PDAL-2.10.2-src/pdal/util/VSIIO.cpp	2026-06-12 16:34:21.000000000 +0200
++++ PDAL-2.10.2-src-new/pdal/util/VSIIO.cpp	2026-06-12 22:50:16.627726231 +0200
 @@ -32,6 +32,7 @@
  * OF SUCH DAMAGE.
  ****************************************************************************/

diff --git a/PDAL_gdalinc.patch b/PDAL_gdalinc.patch
index 23ae065..5be5c49 100644
--- a/PDAL_gdalinc.patch
+++ b/PDAL_gdalinc.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference PDAL-2.10.1-src/cmake/gdal.cmake PDAL-2.10.1-src-new/cmake/gdal.cmake
---- PDAL-2.10.1-src/cmake/gdal.cmake	2026-03-27 19:26:01.000000000 +0100
-+++ PDAL-2.10.1-src-new/cmake/gdal.cmake	2026-03-27 22:41:51.675339044 +0100
+diff -rupN --no-dereference PDAL-2.10.2-src/cmake/gdal.cmake PDAL-2.10.2-src-new/cmake/gdal.cmake
+--- PDAL-2.10.2-src/cmake/gdal.cmake	2026-06-12 16:34:21.000000000 +0200
++++ PDAL-2.10.2-src-new/cmake/gdal.cmake	2026-06-12 22:50:16.336270138 +0200
 @@ -8,3 +8,6 @@ set_package_properties(GDAL PROPERTIES T
  if(GDAL_VERSION VERSION_LESS "3.8")
    message(FATAL_ERROR "Required at least GDAL version 3.8, but found ${GDAL_VERSION}.")

diff --git a/PDAL_unbundle.patch b/PDAL_unbundle.patch
index 4649196..4e5269c 100644
--- a/PDAL_unbundle.patch
+++ b/PDAL_unbundle.patch
@@ -1,7 +1,7 @@
-diff -rupN --no-dereference PDAL-2.10.1-src/CMakeLists.txt PDAL-2.10.1-src-new/CMakeLists.txt
---- PDAL-2.10.1-src/CMakeLists.txt	2026-03-27 19:26:01.000000000 +0100
-+++ PDAL-2.10.1-src-new/CMakeLists.txt	2026-03-27 22:41:51.399660659 +0100
-@@ -118,6 +118,10 @@ include(${PDAL_CMAKE_DIR}/lazperf.cmake)
+diff -rupN --no-dereference PDAL-2.10.2-src/CMakeLists.txt PDAL-2.10.2-src-new/CMakeLists.txt
+--- PDAL-2.10.2-src/CMakeLists.txt	2026-06-12 16:34:21.000000000 +0200
++++ PDAL-2.10.2-src-new/CMakeLists.txt	2026-06-12 22:50:16.045740757 +0200
+@@ -120,6 +120,10 @@ include(${PDAL_CMAKE_DIR}/lazperf.cmake)
  include(${PDAL_CMAKE_DIR}/gcs.cmake) # Optional
  include(${PDAL_CMAKE_DIR}/utfcpp.cmake)
  
@@ -12,7 +12,7 @@ diff -rupN --no-dereference PDAL-2.10.1-src/CMakeLists.txt PDAL-2.10.1-src-new/C
  #------------------------------------------------------------------------------
  # generate the pdal_features.hpp header
  #------------------------------------------------------------------------------
-@@ -156,7 +160,7 @@ if (BUILD_DOCS)
+@@ -158,7 +162,7 @@ if (BUILD_DOCS)
      add_subdirectory(doc)
  endif()
  if (WITH_TESTS)

diff --git a/sources b/sources
index fc10988..cd82b4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (PDAL-2.10.1-src.tar.bz2) = 1890079bd3f644b04c872f11e350c43b12d6fa1fba841dca67cd1e19e3d51c8777d47f38403d1cd0a95ac8b66f82f9178dfb9c340a0be5078157589d180984a9
+SHA512 (PDAL-2.10.2-src.tar.bz2) = 75a99a84e0a0040f0c5831a9e6ec1879c0e433ac8495744070a36b769364eeb9cfe1bea87e77de8752e6d1280bc410e0c529174167d7790039b5a4a1c4abedbe

                 reply	other threads:[~2026-06-12 21:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178129815488.1.16808591900279936052.rpms-PDAL-7f0041d6c932@fedoraproject.org \
    --to=manisandro@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox