Package Release Info

PDAL-2.3.0-bp155.1.9

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libPDAL13
PDAL
PDAL-bash-completion
PDAL-devel
PDAL-doc

Change Logs

* Fri Jan 07 2022 Bruno Friedmann <bruno@ioda-net.ch>
- 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 <opensuse@navlost.eu>
- Add `Provides:` so that PDAL-devel can find libPDAL.
* Wed Dec 29 2021 Bruno Friedmann <bruno@ioda-net.ch>
- 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 <bruno@ioda-net.ch>
- Update to 2.3.0 version
  complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0
* Sat Aug 14 2021 Jan Engelhardt <jengelh@inai.de>
- 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 <opensuse@dstoecker.de>
- Add missing requires laszip-devel to devel package.
* Sun Nov 15 2020 Bruno Friedmann <bruno@ioda-net.ch>
- 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 <opensuse@dstoecker.de> 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 <bruno@ioda-net.ch>
- Add a manual fix for PDALConfig.cmake where the
  @PDAL_CONFIG_LIBRARY_DIRS@ is wrongly expanded.
* Fri Apr 10 2020 Bruno Friedmann <bruno@ioda-net.ch>
- 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 <bruno@ioda-net.ch>
- Renew spec file, remove obsolete SUSE openSUSE versions
- Remove specific line in cmake about python3 (build failed with
  new 3.8 version in Factory
* Tue Sep 17 2019 Dirk Stoecker <opensuse@dstoecker.de>
- update to 2.0.1
  See https://github.com/PDAL/PDAL/releases/tag/2.0.1
* Mon Jul 08 2019 Dirk Stoecker <opensuse@dstoecker.de>
- update to 1.9.1
  For release notes see https://github.com/PDAL/PDAL/releases
* Wed Feb 20 2019 Bruno Friedmann <bruno@ioda-net.ch>
- Remove FindLASzip-cmake.patch with new laszip 3.2.2
* Mon Feb 18 2019 Bruno Friedmann <bruno@ioda-net.ch>
- Update to 1.8.0 version (fix broken build with python3.7)
  + changelog https://github.com/PDAL/PDAL/releases/tag/1.8.0
  + important issue about las 1.4 compressed with laszip
- Packaging
  + refresh patch FindLASzip-cmake.patch
  + spec-cleaner minimal
  + bump SONAME to 8.0.0, SOVER to 7
  + cleanup changes (trailling space)
  + delete orphan f717a4c.patch
  + add new plugin libpdal_plugin_kernel_fauxplugin
* Mon Jun 11 2018 bruno@ioda-net.ch
- Define %make_build for openSUSE_Leap_42.3
* Fri Jun 01 2018 bruno@ioda-net.ch
- Packaging:
  + spec-clean -m (date,url,license)
  + use make_build standard macro
  + remove merged patch f717a4c.patch
  + Adjust sofull_version 7.0.2 soname,sovers to 6
  + Fix sed shebang for python3
  + Added new reader numpy to filelist
- Updated to 1.7.2 upstream bugfix release
  - See changelog https://github.com/PDAL/PDAL/releases/tag/1.7.2
- Major release 1.7.1
  - See numerous changes at
    https://github.com/PDAL/PDAL/releases/tag/1.7.1
* Sat Mar 17 2018 aaronpuchert@alice-dsl.net
- 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.
* Mon Jan 15 2018 bruno@ioda-net.ch
- Update to version 1.6.0
  Visit https://github.com/PDAL/PDAL/releases/tag/1.6.0 for all
  improvements done since 1.5
- Adjust sofull_version to 6.1.0 soname to 5 and sovers to 5
- Add upstream patch f717a4c.patch (json-c 0.13 support)
- Packaging:
  + tarball are only published in tar.gz so adapt
  + Build now only with python3
  + ToBeDone upgrade laszip to 3.1.0
  + Adapt file list to newer version
* Wed May 31 2017 bruno@ioda-net.ch
- Update to version 1.5.0
  Visit https://github.com/PDAL/PDAL/releases/tag/1.5.0 for all
  improvements done since 1.4
- Remove patch c2cf2d.patch merged upstream
- Adjust sofull_version to 5.1.0 soname to 5 and sovers to 4