* 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
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=53
* 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
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=51
- Fix the -devel dangling symlink by moving to libPDAL
libpdal_*.so.%{soname} symlinks to libpdal_*.%{sovers}
rpmlint not more complain.
- Review licenses of subpart: The code is licensed BSD except for:
+ filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+ vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
+ plugins/e57/io/{src,include}/* is BSD-3-Clause
+ plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.patch to sort out eigen3 and boost
+ Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
+ bundled(arbiter)
+ bundled(PoissonRecon)
+ bundled(nanoflann)
+ bundled(nlohmann)
- Add %check section following what's Fedora is doing
+ Add upstream patch for testing 32bits d11e0e20.patch
- Update to 2.3.0 version
complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0
OBS-URL: https://build.opensuse.org/request/show/944872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=2
- Review licenses of subpart: The code is licensed BSD except for:
+ filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
+ vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
+ plugins/e57/io/{src,include}/* is BSD-3-Clause
+ plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.path to sort out eigen3 and boost
+ Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
+ bundled(arbiter)
+ bundled(PoissonRecon)
+ bundled(nanoflann)
+ bundled(nlohmann)
- Add %check section following what's Fedora is doing
+ Add upstream patch for testing 32bits d11e0e20.patch
OBS-URL: https://build.opensuse.org/request/show/944026
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=26
- Split bash-completion to its own package like e.g. NetworkManager.
- Remove old rpm specfile constructs like %defattr. Trim author
lists from package description. Set groups. Use multi-argument
find -exec.
- Drop extraneous Provides of the library package; this should
all be autodetected.
- Ensure that documentation is in fact processed by fdupes.
OBS-URL: https://build.opensuse.org/request/show/912189
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=23
- Remove unused build dependencies. Some of them aren't maintained
and don't build anymore. (libLAS, libght)
- Google Test is "vendored" and is also not required as dependency.
- FindLASzip-cmake.patch: Make sure LASzip is actually detected.
- Change license descriptor to BSD-3-Clause matching the license
in the repository.
- Remove unused CMake variables.
- Use standard macros for building and installing.
OBS-URL: https://build.opensuse.org/request/show/588645
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=7