diff --git a/PDAL-1.8.0-src.tar.gz b/PDAL-1.8.0-src.tar.gz deleted file mode 100644 index 35e4de7..0000000 --- a/PDAL-1.8.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5952ab0b9ba1fc07ed879128c64d21b6a22e32166a0fe03072a9589adc75d7 -size 76466623 diff --git a/PDAL-1.8.0-src.tar.gz.md5 b/PDAL-1.8.0-src.tar.gz.md5 deleted file mode 100644 index d8ed801..0000000 --- a/PDAL-1.8.0-src.tar.gz.md5 +++ /dev/null @@ -1 +0,0 @@ -f2fb81abbd6b9a2fab0b7cb7bd025c86 PDAL-1.8.0-src.tar.gz diff --git a/PDAL-1.9.1-src.tar.bz2 b/PDAL-1.9.1-src.tar.bz2 new file mode 100644 index 0000000..9b08a89 --- /dev/null +++ b/PDAL-1.9.1-src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a026279106aabb48aa3cffd94a889325d9247744a53d4ceeda91d12f38430d +size 75186625 diff --git a/PDAL-1.9.1-src.tar.bz2.md5 b/PDAL-1.9.1-src.tar.bz2.md5 new file mode 100644 index 0000000..1f2ad2c --- /dev/null +++ b/PDAL-1.9.1-src.tar.bz2.md5 @@ -0,0 +1 @@ +5e1fe78400dc3b47839a5e10b56771aa PDAL-1.9.1-src.tar.bz2 diff --git a/PDAL.changes b/PDAL.changes index bf15a28..cbfc369 100644 --- a/PDAL.changes +++ b/PDAL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 8 15:45:21 UTC 2019 - Dirk Stoecker + +- update to 1.9.1 + For release notes see https://github.com/PDAL/PDAL/releases + ------------------------------------------------------------------- Wed Feb 20 09:30:33 UTC 2019 - Bruno Friedmann diff --git a/PDAL.spec b/PDAL.spec index 045bcaf..2e756a9 100644 --- a/PDAL.spec +++ b/PDAL.spec @@ -18,23 +18,23 @@ # Ask upstream to clarify seems sofull_version is build version -%define soname 7 -%define sovers 7 -%define sofull_version 8.0.0 +%define soname 8 +%define sovers 8 +%define sofull_version 9.0.1 %define lname pdal # Temporary fix for Leap 42.3 %if ! %{defined make_build} %define make_build %{_bindir}/make %{?_smp_mflags} %endif Name: PDAL -Version: 1.8.0 +Version: 1.9.1 Release: 0 Summary: Point Data Abstraction Library. GDAL for point cloud data License: BSD-3-Clause Group: Productivity/Graphics/CAD URL: https://www.pdal.io/ -Source0: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.gz -Source1: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.gz.md5 +Source0: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2 +Source1: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2.md5 # Source2: https://www.pdal.io/PDAL.pdf BuildRequires: bash-completion BuildRequires: cairo-devel @@ -94,6 +94,7 @@ BuildRequires: libboost_program_options-devel %else BuildRequires: boost-devel %endif +BuildRequires: postgresql-devel %description PDAL is a C++ BSD library for translating and manipulating point cloud data. @@ -253,7 +254,7 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print %files -n lib%{name}%{soname} %defattr(-,root,root,-) %license LICENSE.txt -%doc AUTHORS.txt README.md ChangeLog +%doc AUTHORS.txt README.md RELEASENOTES.txt %{_libdir}/libpdal_base.so.%{sofull_version} # Plugins %{_libdir}/libpdal_plugin_filter_python.so.%{sofull_version} @@ -290,10 +291,8 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print %{_libdir}/libpdal_util.so %{_libdir}/libpdalcpp.so %{_libdir}/pkgconfig/pdal.pc +%{_libdir}/cmake/PDAL %{_bindir}/pdal-config -%dir %{_libdir}/pdal/ -%dir %{_libdir}/pdal/cmake -%{_libdir}/pdal/cmake/PDAL*.cmake %files -n %{name}-doc %defattr(-,root,root,-)