Changelog for
PDAL-bash-completion-2.3.0-8.92.noarch.rpm :
* Fri Jan 07 2022 Bruno Friedmann
- Fix the -devel dangling symlink by moving to libPDAL libpdal_
*.so.%{soname} symlinks to libpdal_
*.%{sovers} rpmlint not more complain.
* Fri Jan 07 2022 D. Berge - Add `Provides:` so that PDAL-devel can find libPDAL.
* Wed Dec 29 2021 Bruno Friedmann - 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
* Sun Aug 15 2021 Bruno Friedmann - Update to 2.3.0 version complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0
* Sat Aug 14 2021 Jan Engelhardt - 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.
* Fri Aug 13 2021 Dirk Stoecker - Add missing requires laszip-devel to devel package.
* Sun Nov 15 2020 Bruno Friedmann - Rework BuildRequires as only libpq is really needed + Indicate -DPOSTGRESQL_INCLUDE_DIR build flag + Remove postgresql-devel postgresql-server-devel buildrequires- Fix a sed instruction to use -i
* Mon Sep 21 2020 Dirk Stoecker 2.2.0- update to 2.2.0
* The Zstandard compression library is no longer required in order to build PDAL.
* The Ubuntu conda image now installs all of PDAL under /usr.
* The default type of the ClusterID dimension has changed from uint64_t to int64_t.
* Most operations now store data using ColumnPointTable, which stores data in arrays of dimensions, rather than arrays of point data. This can improve the performance of some operations substantially. Generally, this change should not be noticeable to users.
* Normal refinement (refine option) in filters.normal is now off by default. (#3133)
* All filters now accept a where option to allow points to skip the filters. (#3118)
* PDAL now searches for plugins in the same directory containing the PDAL library. (#3181) see https://github.com/PDAL/PDAL/releases/tag/2.2.0
* Wed Jun 17 2020 Bruno Friedmann - Add a manual fix for PDALConfig.cmake where the AATTPDAL_CONFIG_LIBRARY_DIRSAATT is wrongly expanded.
* Fri Apr 10 2020 Bruno Friedmann - update to 2.1.0 version release note at https://github.com/PDAL/PDAL/releases + Disable removed plugin SQLITE + Disable independant plugin python3- Packaging + Fix postgresql(-server)-devel package requirement + spec cleanup
* Sat Mar 14 2020 Bruno Friedmann - Renew spec file, remove obsolete SUSE openSUSE versions- Remove specific line in cmake about python3 (build failed with new 3.8 version in Factory