diff --git a/PDAL-2.1.0-src.tar.bz2 b/PDAL-2.1.0-src.tar.bz2 deleted file mode 100644 index 9210ca1..0000000 --- a/PDAL-2.1.0-src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f8b1c1f1571da774d4030836dab2f9e6896f14a1591ae8da1f893c66abd339 -size 96534018 diff --git a/PDAL-2.1.0-src.tar.bz2.md5 b/PDAL-2.1.0-src.tar.bz2.md5 deleted file mode 100644 index 6c5b11b..0000000 --- a/PDAL-2.1.0-src.tar.bz2.md5 +++ /dev/null @@ -1 +0,0 @@ -76259fd2488a90b02ece2f8579198aeb PDAL-2.1.0-src.tar.bz2 diff --git a/PDAL-2.2.0-src.tar.bz2 b/PDAL-2.2.0-src.tar.bz2 new file mode 100644 index 0000000..b18c124 --- /dev/null +++ b/PDAL-2.2.0-src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6406d8f6536701f28f215d7b77c2c476f2fa100c1a391ebbcc868210114273 +size 96912875 diff --git a/PDAL-2.2.0-src.tar.bz2.md5 b/PDAL-2.2.0-src.tar.bz2.md5 new file mode 100644 index 0000000..3b104af --- /dev/null +++ b/PDAL-2.2.0-src.tar.bz2.md5 @@ -0,0 +1 @@ +6769ec97687f11e16b956aa248586eec PDAL-2.2.0-src.tar.bz2 diff --git a/PDAL.changes b/PDAL.changes index c928e44..55ada5b 100644 --- a/PDAL.changes +++ b/PDAL.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 21 13:15:28 UTC 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 13:49:44 UTC 2020 - Bruno Friedmann diff --git a/PDAL.spec b/PDAL.spec index 5cfaefd..10da4fb 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -17,11 +17,11 @@ # -%define soname 11 -%define sovers 11 +%define soname 12 +%define sovers 12.0.0 %define lname pdal Name: PDAL -Version: 2.1.0 +Version: 2.2.0 Release: 0 Summary: Point Data Abstraction Library. GDAL for point cloud data License: BSD-3-Clause @@ -52,22 +52,23 @@ BuildRequires: libgeos-devel BuildRequires: libopenssl-devel >= 1.1 BuildRequires: libproj-devel # Needed to have proj.db for tests -BuildRequires: proj BuildRequires: libpsl5 BuildRequires: libspatialindex-devel BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: pkgconfig BuildRequires: postgresql-devel +BuildRequires: postgresql-server-devel +BuildRequires: proj # We don't have it yet # BuildRequires: pointcloud-devel +BuildRequires: libunwind-devel +BuildRequires: libzstd-devel +BuildRequires: python3-devel +BuildRequires: sqlite3-devel BuildRequires: xz-devel BuildRequires: zlib-devel -BuildRequires: libzstd-devel -BuildRequires: libunwind-devel BuildRequires: pkgconfig(libpq) -BuildRequires: sqlite3-devel -BuildRequires: python3-devel # Needed for documentation but we don't build it. # BuildRequires: dblatex # BuildRequires: doxygen @@ -106,6 +107,7 @@ This package provides tools & utilities using PDAL library libpdal %package -n lib%{name}%{soname} Summary: Point Data Abstraction Library. GDAL for point cloud data +Group: Productivity/Graphics/CAD Provides: lib%{lname}%{soname} Provides: libpdal%{soname} @@ -145,8 +147,8 @@ Requires: libboost_headers-devel Requires: libboost_program_options-devel Requires: xz-devel Requires: zlib-devel -Provides: lib%{name}%{soname}-devel = %{version} Provides: lib%{lname}%{soname}-devel = %{version} +Provides: lib%{name}%{soname}-devel = %{version} Provides: lib%{name}-devel Provides: libpdal-devel @@ -219,7 +221,6 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print # Strange the @PDAL_CONFIG_LIBRARY_DIRS@ is wrongly expanded /usr//usr/lib64/ in PDALConfig.cmake sed -i 's,/usr//usr/lib64,%{_libdir},g' %{buildroot}/%{_libdir}/cmake/PDAL/PDALConfig.cmake - # WIP pgpointcloud test need a complete running pg server #%%check #pushd build @@ -264,6 +265,11 @@ sed -i 's,/usr//usr/lib64,%{_libdir},g' %{buildroot}/%{_libdir}/cmake/PDAL/PDALC %{_libdir}/libpdal_plugin_reader_pgpointcloud.so %{_libdir}/libpdal_plugin_writer_pgpointcloud.so %{_libdir}/libpdal_util.so +%{_libdir}/libpdal_base.so.%{soname} +%{_libdir}/libpdal_plugin_kernel_fauxplugin.so.%{soname} +%{_libdir}/libpdal_plugin_reader_pgpointcloud.so.%{soname} +%{_libdir}/libpdal_plugin_writer_pgpointcloud.so.%{soname} +%{_libdir}/libpdal_util.so.%{soname} %{_libdir}/libpdalcpp.so %{_libdir}/pkgconfig/pdal.pc %{_libdir}/cmake/PDAL