17 Commits

Author SHA256 Message Date
75b2520f80 Accepting request 806783 from Application:Geo
- Update to version 3.4.3:
  * UTF16 filename support and windows unicode support
  * Fix extra_bytes selective decompression PDAL/PDAL#2799 #62
  * Compatibility mode fix #60

OBS-URL: https://build.opensuse.org/request/show/806783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=7
2020-05-19 12:47:54 +00:00
7d5b93bf8c - Update to version 3.4.3:
* UTF16 filename support and windows unicode support
  * Fix extra_bytes selective decompression PDAL/PDAL#2799 #62
  * Compatibility mode fix #60

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=16
2020-05-18 07:51:21 +00:00
3b6f55d996 Accepting request 787694 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/787694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=6
2020-03-24 21:35:28 +00:00
9c00e08d48 Accepting request 787676 from home:mlin7442:fix_rpath_leap
disable RPATH for building, the bit has been removed from macros.cmake

OBS-URL: https://build.opensuse.org/request/show/787676
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=14
2020-03-24 07:52:43 +00:00
8cde3d24c0 Accepting request 714512 from Application:Geo
- 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

OBS-URL: https://build.opensuse.org/request/show/714512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=5
2019-07-15 20:43:57 +00:00
ab16625730 use -fPIC instead of -fPIE for link library
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=12
2019-07-10 19:19:44 +00:00
b8fa8c8205 update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=11
2019-07-10 19:01:08 +00:00
260e5b560d OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=10 2019-07-10 18:50:05 +00:00
eba300b91d Accepting request 677933 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/677933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=4
2019-02-27 16:28:44 +00:00
c8743f2705 Accepting request 677636 from home:bruno_friedmann:branches:Application:Geo
- 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

OBS-URL: https://build.opensuse.org/request/show/677636
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=8
2019-02-21 08:58:28 +00:00
a9e5c5e850 Accepting request 570380 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/570380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=3
2018-01-30 14:42:45 +00:00
1a6237404a Accepting request 570195 from home:bruno_friedmann:branches:Application:Geo
Find the new upstream version of laszip. 
Beware before accepting it. The soversion has changed 
from 6 to 3. Upstream will fix that with next version 4 
where soversion will jump again to 7. 

With the downgrade, I've no idea about how end-users 
will got those packages, we certainly have to remove 
firstly any laszip binary build before building the new 
version 3.  

- Packaging :
  + Remove -test package and %check section, tests are no more
    autoincluded by upstream
  + Adjust FLAGS laszip need -ldl, and be sure %optflags are used
  + Create new liblas_api package
  + Fix list of file
  + Use %license if possible
  + move to cmake build following upstream
  + Added 0bf1c60.patch fixing .so loading
- Update to 3.1.1 version. 
  + sover change from 6 to 3
  + 3.1.0 introduce support for LAZ 1.4
  + New "dll" API replace previous API
  + See all changes in Changelog

OBS-URL: https://build.opensuse.org/request/show/570195
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=6
2018-01-28 17:53:00 +00:00
3ffe1ca57e Accepting request 407020 from Application:Geo
- Small spec file cleanup:
  * move check to proper section
  * simplify buildconditions a bit
  * run spec-cleaner
  * reduce amount of build dependencies

OBS-URL: https://build.opensuse.org/request/show/407020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=2
2016-07-14 07:44:39 +00:00
7d42473b11 - Small spec file cleanup:
* move check to proper section
  * simplify buildconditions a bit
  * run spec-cleaner
  * reduce amount of build dependencies

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=4
2016-07-06 18:33:14 +00:00
d60c8108cc Accepting request 286024 from Application:Geo
New cool package

OBS-URL: https://build.opensuse.org/request/show/286024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/laszip?expand=0&rev=1
2015-02-18 10:38:18 +00:00
140702b52c Accepting request 285880 from home:pluskalm:branches:Application:Geo
- Cleanup specfile:
  * remove dependency on make
  * remove dependency on own lib (at it is generated automatically)
  * do not use excessive %defines as this is not necessary
  * move test to separate package
  * remove %check section as it is not checking anything, just 
    building test.
- Use autoreconf to prevent random build failures

OBS-URL: https://build.opensuse.org/request/show/285880
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=2
2015-02-13 20:58:58 +00:00
76126d435e Accepting request 246068 from home:bruno_friedmann:branches:Application:Geo
LASzip: lossless compression of LiDAR data that can be used by liblas to handle compressed lidar data.

OBS-URL: https://build.opensuse.org/request/show/246068
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/laszip?expand=0&rev=1
2014-08-25 15:36:20 +00:00