Hello community, here is the log from the commit of package laszip for openSUSE:Leap:15.2 checked in at 2020-03-26 05:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/laszip (Old) and /work/SRC/openSUSE:Leap:15.2/.laszip.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "laszip" Thu Mar 26 05:41:13 2020 rev:17 rq:787960 version:3.4.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/laszip/laszip.changes 2020-01-15 15:18:20.554339662 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.laszip.new.3160/laszip.changes 2020-03-26 05:41:14.371274449 +0100 @@ -1,0 +2,57 @@ +Tue Mar 24 07:01:31 UTC 2020 - Max Lin <[email protected]> + +- Disable RPATH for building + +------------------------------------------------------------------- +Wed Jul 10 18:51:45 UTC 2019 - Dirk Stoecker <[email protected]> + +- update to version 3.4.1 + * 1024 AC_BUFFER_SIZE to 4096 for propagate_carry() overflow + * Fix two small memory leaks + * FastAC now properly BSD-licensed. + * writer: sanity check for consistent legacy and extended classification + * reader: zero the legacy classification whenever extended classification + is larger than 31 + * bug fix when writing 4,294,967,296 or more points uncompressed to LAS + * fix for LASzip v4 decompression of WavePacket part of PRDF 9 and 10 + * upped to 3.2 r9 for bug fix in multi-channel NIR decompression + * fix for v4 decompression of WavePacket part of PRDF 9 and 10 +- build fix: use -fPIC instead of -fPIE for library + +------------------------------------------------------------------- +Tue Feb 19 06:51:01 UTC 2019 - Bruno Friedmann <[email protected]> + +- Update to 3.2.9 version + + Decompression bug for PRDF 8 or 10 when the scanner channel + and the NIR field are populated. + + 3.2.8 **NOTE: The version number is 3.2.8 to be brought in line + with the patch version number present in LAStools, which had + been incremented without being kept in sync with the laszip.org + version. We regret the error. + bug fixes since 3.2.2: + + 7 November 2018 upped to 3.2 r8 for identical legacy and + extended flags check + + 20 October 2018 upped to 3.2 r7 for rare bug in + LASinterval::merge_intervals() + + 5 October 2018 upped to 3.2 r6 for corrected 'is_empty' + return value + + 28 September 2018 upped to 3.2 r5 for fix in extended + classification writing + + 3.2.2 + + A version number was not properly incremented to 3.2.1, + necessitating a new release to eliminate confusion. + + 3.2.1 + + Library SOVERSIONing for libtool to 8.0.0 #36 + + Update NEWS and ChangeLog + + Library version inadvertently had major version in name + (only relevant on windows) + + Now building on AppVeyor and Travis + + 3.2.0 + + Fix install of laszip_api_version.h #30 + + Add V4 read methods +- Packaging + + minimal spec-cleaner (date/url) + trailing space in changes + + remove merged upstream 0bf1c60.patch + + adjust path of laszip_api_version.h to /usr/include/laszip + +------------------------------------------------------------------- Old: ---- 0bf1c60.patch laszip-src-3.1.1.tar.gz laszip-src-3.1.1.tar.gz.md5 New: ---- laszip-src-3.4.1.tar.gz laszip-src-3.4.1.tar.gz.sha256sum ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ laszip.spec ++++++ --- /var/tmp/diff_new_pack.UTgy39/_old 2020-03-26 05:41:15.327274944 +0100 +++ /var/tmp/diff_new_pack.UTgy39/_new 2020-03-26 05:41:15.367274965 +0100 @@ -1,8 +1,8 @@ # # spec file for package laszip # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann (tigerfoot) +# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 Bruno Friedmann, Ioda-Net Sàrl, Charmoille, Switzerland. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,24 +13,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # -%define sover 3 +%define sover 8 Name: laszip -Version: 3.1.1 +Version: 3.4.1 Release: 0 Summary: Compression library supporting ASPRS LAS format data -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://www.laszip.org/ +URL: https://laszip.org/ Source0: https://github.com/LASzip/LASzip/releases/download/%{version}/laszip-src-%{version}.tar.gz -Source1: https://github.com/LASzip/LASzip/releases/download/%{version}/laszip-src-%{version}.tar.gz.md5 -# Upstream [PATCH] Load .so dll on non-apple -Patch0: https://github.com/LASzip/LASzip/commit/0bf1c60.patch +Source1: https://github.com/LASzip/LASzip/releases/download/%{version}/laszip-src-%{version}.tar.gz.sha256sum BuildRequires: cmake BuildRequires: gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,18 +80,18 @@ %prep %setup -q -n laszip-src-%{version} -%patch0 -p1 %build # laszip need dlopen,dlsym,dlclose %cmake \ - -DCMAKE_C_FLAGS="%{optflags} -fno-strict-aliasing -fPIE -pie" \ - -DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -fno-strict-aliasing -fPIE -pie" \ - -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing -fPIE -pie" \ - -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -fno-strict-aliasing -fPIE -pie" \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ + -DCMAKE_C_FLAGS="%{optflags} -fno-strict-aliasing -fPIC" \ + -DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -fno-strict-aliasing -fPIC" \ + -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing -fPIC" \ + -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -fno-strict-aliasing -fPIC" \ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -Wl,--no-as-needed -ldl" -make V=1 %{?_smp_mflags} +%cmake_build %install %cmake_install @@ -113,9 +111,10 @@ %files devel %defattr(-,root,root) -%doc ChangeLog AUTHORS COPYING -%{_includedir}/%{name}_api_version.h +%license COPYING +%doc ChangeLog AUTHORS %dir %{_includedir}/%{name} +%{_includedir}/%{name}/%{name}_api_version.h %{_includedir}/%{name}/%{name}_api.h %{_libdir}/lib%{name}.so %{_libdir}/lib%{name}_api.so ++++++ laszip-src-3.1.1.tar.gz -> laszip-src-3.4.1.tar.gz ++++++ ++++ 10541 lines of diff (skipped) ++++++ laszip-src-3.4.1.tar.gz.sha256sum ++++++ 5d9b0ffaf8b7319c2fa216da3f3f878bb8f4e5b4b14d2c154d441a351da2be37 laszip-src-3.4.1.tar.gz
