| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: PDAL-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 2.10.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Jul 29 09:53:41 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 424 | Source RPM: PDAL-2.10.2-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://pdal.org/ | |
| Summary: Bash completion for PDAL | |
This package contain the bash completion command for PDAL.
Apache-2.0 AND BSD-3-Clause AND MIT AND BSL-1.0
* Wed Jul 29 2026 Martin Pluskal <mpluskal@suse.com>
- Spec cleanup:
* Document why libopenblas_pthreads-devel is required: gdal pulls
BLAS in transitively and the ctest binaries link
libopenblas.so.0, which only an openblas -devel provides
unflavored; without it all 143 tests fail to start and the
non-fatal %check lets the build pass with an empty test run
* Drop libpsl5, which nothing in the tree references, and its
incorrect "needed to have proj.db for tests" comment
* Raise the cmake requirement from 2.8 to 3.13, upstream's actual
cmake_minimum_required
* Delete *.la as intended: the find expression bound as
"*.la OR (*.a AND -delete)", so only static libs were removed
* Build with ninja via %cmake_build instead of %make_build
* Replace the hand-written ldconfig scriptlets with
%ldconfig_scriptlets
* Collapse the per-architecture %check branches, which had all
converged on the same non-fatal ctest invocation
* Drop the gcc12 and CXX=g++-12 fallbacks for openSUSE older than
15.5, below the oldest target
* Drop Group tags and convert dependencies to their pkgconfig()
providers, per spec-cleaner
* Wed Jul 29 2026 Martin Pluskal <mpluskal@suse.com>
- Ship the upstream checksum as a plain source file rather than a
service-generated one: the sha256sum arrived as
_service:download_files:PDAL-2.10.2-src.tar.bz2.sha256sum without
the _service that produced it, so a generated artifact would have
been submitted to Factory; Source1 now resolves to a committed
file again, as it did for 2.10.1
* Fri Jul 24 2026 Enno Tensing <tenno+suse@suij.in>
- Update to PDAL 2.10.2
* Drop PDAL-remove-gtest.patch - using external gtest works now
* StageExtensions.hpp will now only be included once
* Arbiter will now always use conccurent http requests
* DimRange sorting now no longer relies on undefined behaviour
* Fixes curl ca bundle support with arbiter
* PointGrid will now never compute zero cells for small inputs
* Various other fixes
* Mon Apr 27 2026 Enno Tensing <tenno+suse@suij.in>
- Spec-file cleanups
* Remove unused cmake options
* Add all options that we could set, only set those that were
set before or that are on by default
* Define the custom test timeout as a variable
* Document why we can not build the documentation (it requires
the jupyter-book package, which we don't have)
* Thu Apr 02 2026 Enno Tensing <tenno+suse@suij.in>
- Update to PDAL 2.10.1
* Fix sampling failure when there are no points (commit 6dc7c28)
* Fix build error on 32-bit systems (commit ca475b7)
* Ensure FileSpec's filenames are UTF8 (commit 12350f4)
* Adds a ContextWrapper for lepcc_ContextHdl in EsriUtil (commit c5408cc)
* Changes building of lasdump tools to be a cmake option (commit 3533e5a)
* Fixes cmake options handling (commit 3f8fc55)
* Various other fixes
* Thu Mar 05 2026 Enno Tensing <tenno+suse@suij.in>
- Update to PDAL 2.10.0
* readers.tindex and readers.stac now use the same reader_args (PR #4743)
* pdal tindex create can now read its input from a file (PR #4919)
* libE57Format is now version 3.3.0 (PR #4884)
* filter.georeference will now output ECEF EPSG:4978 (PR #4902)
* Documentation updates
* Other fixes and enhancements
* Thu Dec 18 2025 Enno Tensing <tenno+suse@suij.in>
- Fix URL entry in PDAL.spec
* Sun Dec 14 2025 Enno Tensing <tenno+suse@suij.in>
- 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
* Thu Sep 11 2025 Enno Tensing <tenno+suse@suij.in>
- Update to PDAL 2.9.2
* Add PDAL-remove-gtest.patch to remove the venored gtest, which was
re-added by 2.9.1
* PDAL 2.9.1 contained the following changes:
+ Sorting behaviour was changed, due to issues on Windows
+ Fixed build issues and compiler warnings
+ pdal --info will now return the same data as the python library's
pipeline.quickinfo
+ Adds support for Arrow 21+
+ Adds protection against empty views to some filters
+ Adds new Radius assign filter
+ Venored gtest was added back, with intent to drop again for 2.10
* PDAL 2.9.2 contains the following changes:
+ Vendored arbiter now has a custom pdal namespace
+ VSIIO will now call fp->Flush() when syncing the VSIStreamBuffer
+ StageWrapper will no longer run on empty views
* Sun Jun 29 2025 Enno Tensing <tenno+suse@suij.in>
- Update to PDAL 2.9.0
* Refresh PDAL_unbundle.patch
* Add new PDAL-fix-gdal-includes.patch, fixing GDAL includes
* Add gtest as dependency, required for tests and dropped from
PDAL as a vendored copy
* Release notes can be found at https://github.com/PDAL/PDAL/releases/tag/2.9.0
Some of the listed changes are:
+ Add GDAL VSI support
+ Add FileSpec support
+ Remove vendored nlohmann_json copy
+ Add SPZ reader and writer
+ Add supervoxel filter
+ Improve various filters, readers and commands
+ Update vendored delaunator dependency
+ Various bug fixes
+ Source tree cleanups
+ Use modern CMake targets for libraries
+ Symbol export macro has been renamed from PDAL_DLL to PDAL_EXPORT
* Mon Mar 03 2025 Enno Tensing <tenno+suse@suij.in>
- Update to 2.8.4; Upstream lists the following changes:
* Handle null strings as tests for startsWith and endsWith. by @hobu in #4606
* add zenodo citation information by @hobu in #4612
* Add new section to pipeline docs: "multiple writers and output types" by @hobu in #4613
* Use gdal_fwd.hpp when available for forward declarations by @hobu in #4614
* Source tree cleanups by @hobu in #4616
* fixes md5 link to 2.8.3 by @smellman in #4617
* Define destructor in source file for CSFilter. by @hobu in #4621
* upload .conda files from conda package build CI by @hobu in #4626
* Update include directives for LasReader and LasHeader in transition from libLAS to PDAL guide by @hobu in #4635
* Fix bad calculation for max width cases in readers.copc by @hobu in #4640
* Read quickinfo or filters.stats to create TileDB array by @hobu in #4642
See https://github.com/PDAL/PDAL/releases/tag/2.8.4 and
https://github.com/PDAL/PDAL/compare/2.8.3...2.8.4 for more information
* Wed Jan 15 2025 Enno Tensing <tenno+suse@suij.in>
- Update tp 2.8.3
* See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.3
* For commits between 2.8.2 and 2.8.3 see
https://github.com/PDAL/PDAL/compare/2.8.2...2.8.3
* Wed Dec 04 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 2.8.2
* See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.2
* For commits between 2.8.1 and 2.8.2 see
https://github.com/PDAL/PDAL/compare/2.8.1...2.8.2
* Fri Oct 25 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 2.8.1
* See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.1
* For detailed changes between 2.8.0 and 2.8.1 see
https://github.com/PDAL/PDAL/compare/2.8.0...2.8.1
* Refresh PDAL_unbundle.patch
* Tue Oct 22 2024 Enno Tensing <tenno+suse@suij.in>
- Remove laszip as a build requirement, since PDAL uses a bundled version of
the lazperf library for this functionality since 2022-02-03 (see commit
6bdd2e2c281fe0313f8acd8b8b9e4ccf9b2a13c3 upstream)
* Tue Sep 10 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 2.8.0 and use sha256 instead of md5
* See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.0
* For detailed changes betwwen 2.7.2 and 2.8.0, see
https://github.com/PDAL/PDAL/compare/2.7.2...2.8.0
* Fri Jul 12 2024 Enno Tensing <tenno+suse@suij.in>
- Update to 2.7.2
* https://github.com/PDAL/PDAL/compare/2.5.6...2.7.2
* Fri Mar 01 2024 Martin Pluskal <mpluskal@suse.com>
- Fix building on Leap
* Fri Mar 01 2024 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire proj-devel instead of the long deprecated name
libproj-devel.
* Tue Oct 03 2023 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 2.5.6, complete description:
* https://github.com/PDAL/PDAL/releases/tag/2.5.6
* https://github.com/PDAL/PDAL/releases/tag/2.5.5
* https://github.com/PDAL/PDAL/releases/tag/2.5.4
* https://github.com/PDAL/PDAL/releases/tag/2.5.3
* https://github.com/PDAL/PDAL/releases/tag/2.5.2
* https://github.com/PDAL/PDAL/releases/tag/2.5.1
* https://github.com/PDAL/PDAL/releases/tag/2.5.0
* https://github.com/PDAL/PDAL/releases/tag/2.4.3
* https://github.com/PDAL/PDAL/releases/tag/2.4.2
* https://github.com/PDAL/PDAL/releases/tag/2.4.1
* https://github.com/PDAL/PDAL/releases/tag/2.4.0
- Drop upstream patch:
* d11e0e20.patch
- Refresh PDAL_unbundle.patch
/usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/pdal
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Aug 3 00:04:55 2026