File pointcloud.changes of Package pointcloud
-------------------------------------------------------------------
Thu Sep 26 20:02:24 UTC 2024 - Bruno Friedmann <bruno@ioda-net.ch>
- spec cleanup
+ new pg macros
+ update copyright date
+ updated support build postgresql17
+ remove build postgresql11
+ adjust fdupes call
-------------------------------------------------------------------
Thu Nov 30 15:40:38 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to bug fixes version 1.2.5
- Fix compilation with PostgreSQL 16 (#340)
- Remove postgresql11 target
- Added postgresql16 target
- Update copyright year
-------------------------------------------------------------------
Fri Nov 25 21:25:40 UTC 2022 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 1.2.4
https://github.com/pgpointcloud/pointcloud/blob/v1.2.4/NEWS
- Removed merged upstream patch
- 270f3e112.patch CXXFlags
- 7cca13ce1.patch PG Minor
- e71401a28.patch GCC 10.1 build
- Remove postgresql10 target
- Add postgresl15 target
-------------------------------------------------------------------
Wed Dec 8 20:59:38 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Renew spec file with new PostgreSQL macro.
-------------------------------------------------------------------
Sun Nov 7 17:00:51 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Add support for postgresql14
- Spec cleanup
-------------------------------------------------------------------
Wed Sep 15 20:21:32 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Fix compilation error (adding llvm clang in BuildRequires) due
to new postgresql packaging
-------------------------------------------------------------------
Tue Feb 2 12:25:38 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Split llvmjit part to its own package
- Packaging cleanup
+ Use same macro and define definition as pgRouting and postgis
+ Adjust build target (keep 15.1 and < 13.2) for some months
-------------------------------------------------------------------
Sat Jan 30 18:08:56 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
- Packaging Fix year date + double quote all %{pgname} macros
fixing all TW builds
-------------------------------------------------------------------
Sat Nov 21 18:06:45 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Activate pg13 on available target (TW and Leap 15.3)
-------------------------------------------------------------------
Wed Jun 24 18:18:53 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Adjust multibuild pg target to available versions
-------------------------------------------------------------------
Wed Jun 24 15:08:43 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Remove also d79a17fd.patch file
- Add upstream patches to fix build troubles
+ 270f3e112.patch CXXFlags
+ 7cca13ce1.patch PG Minor
+ e71401a28.patch GCC 10.1 build
- Rework define part to have pg11/12 version for Leap 15.2 & TW
- Specify --without-lasperf to fix building ctest error
-------------------------------------------------------------------
Sat Feb 1 17:43:57 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to 1.2.1 version
+ Bug fixes
- Fix compilation with PostgreSQL 11 #237
- Fix compilation with PostgreSQL 12 #243
+ Enhancements
- Improve documentation for PC_MemSize #232
- Fix unit tests with PostgreSQL >= 10 #253
- Fix typo in README #238
- Packaging
+ Add support to postgresql12
+ Update spec minimal
+ Remove d79a17fd.patch merged upstream
-------------------------------------------------------------------
Sun Jul 28 09:56:44 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- Add patch to Fix boolean case errors when compiling againt pg11
d79a17fd.patch
- Minimal spec-cleaner, reorder spec-cleaner mess
-------------------------------------------------------------------
Fri Oct 26 13:33:01 UTC 2018 - Bruno Friedmann <bruno@ioda-net.ch>
- Update to version 1.2.0 see changes in
https://github.com/pgpointcloud/pointcloud/blob/v1.2.0/NEWS
- Packaging:
+ Remove non used cmake deps
+ Adapt spec to autoconf, automake upstream choice
+ use https for boo
-------------------------------------------------------------------
Wed Mar 21 22:46:43 UTC 2018 - aaronpuchert@alice-dsl.net
- Add cmake, gcc and gcc-c++ as dependencies.
- Remove update-alternatives, which doesn't seem to be required.
- Use standard macros again, which seems to be unproblematic.
- On older Leap versions we override CMAKE_MODULE_LINKER_FLAGS.
- Indent code in description to force raw formatting.
- Replace non-breaking spaces by spaces in change log.
-------------------------------------------------------------------
Thu Jan 4 16:47:19 UTC 2018 - bruno@ioda-net.ch
- Update to version 1.0.1~1503330292.0146bd7:
* Work-around for travis trusty postgis problem
* Use proper CMake idioms for libxml2 and zlib.
* Define inline for all systems, change for Windows to __inline
* Remove "stat text default" argument
* Prefix WKB API functions with pc_
* Make hexbytes_from_bytes faster
* Mention --with-pgconfig in README
* doc: remove extra chars in README
* doc: fix README&NEWS, pc_boundingdiagonal doesn't exists
* Build and test with libght in Travis
* Improve PDAL pipeline in README
* Use pc_patch_set_schema correctly in ght test
* Use schema->xdim and ydim in ght code
* fix compile error for mingw64 (both 64-bit and 32-bit variants). Issue #171
* Fix pcpatch_envelope_as_bytea function declaration
* Add PC_Envelope back to the pointcloud extension
* Add PC_Transform
* Remove declaration of unused function
* Ignore case where comparing dimension names
* Add the geometry(pcpach) function back
* Add PC_SetPCId
* Make pointcloud_abs_out|in immutable and strict
* Update the NEWS file
* Add a PC_BoundingDiagonal(p pcpatch) function
* Add a PC_BoundingDiagonalAsBinary(p PCPATCH) function
* Compile with -Werror on Travis
* pc_point_get_* == PC_SUCCESS
* dim pointers instead of positions in PCSCHEMA
* test_point_geometry (pcpoint to geometry wkb tests)
* pcpoint_set/get API normalisation and testing
* PC_EnvelopeAsBinary -> bytea, PC_Envelope -> geometry
* Add an integration test for pc_pointn with lazperf
* Add lazperf support to PC_PointN
* Add an SQL Tests section to README.md
* Add PC_Range(p PCPATCH, first int4, count int4)
* Update README.md
* Use eclint 1.1.5
* Remove references to github.com/pramsey/pointcloud
* Use SVG for Build Status icon/link in README
* Use JSON for the PDAL pipeline in README
* Format URL using md rather than rst in README
* Do not cover the building of PDAL in README
* Use better PDAL URL in README
* Remove extra space in README
* PCSCHEMA *pc_schema_from_xml(const char *)
* Consistent error handling in pc_schema_from_xml (2)
* Change non-breaking space to regular space
* Support other dimensions for lazperf compression
* Add unit test for pc_patch_filter with lazperf
* Fix memory leak in pc_patch_filter for lazperf
* Fix bug in pc_patch_filter for lazperf
* Remove tabs within if statements
- Packaging:
+ Move to _multibuild
+ Remove build for postgresql92, Add postgresql10
+ Format differently version so it's joliet compatible
+ spec-cleaner minimal
-------------------------------------------------------------------
Mon Mar 13 10:00:03 UTC 2017 - bruno@ioda-net.ch
- Update to version 1.0.1+git.1487500903.60e10e3:
* Fix unit tests with cunit 2.1-3 (#124)
* Declare the lazperf compress/uncompress functions
* Make the pc_bitmap_set function static
* Declare the pc_patch_lazperf_compute_extent function
* Fix argument passed to pc_patch_lazperf_compute_extent
* Fix pc_patch_lazperf_compute_extent return value
* Fix build issues (#123)
* Build issues when using a specific install prefix Autotools#127
* Use __attribute__ ((format (printf, x, y))) (#126)
* Remove unused functions and vars (#128)
* Add check and installcheck targets to CMake-based Makefile
(#129)
* PC_Sort and PC_IsSorted (#106)
* Fix sort unit tests with cunit 2.1-3 (#132)
* Fix indent in cu_pc_sort.c (#131)
* Make pc_patch_compress return the compressed patch
* Fix indent in cu_pc_patch.c
* indentation normalization
* editorconfig setup, eclint check in travis
* Remove compile warning (#140)
* geometry cast of pcpoint with optional srid, z and m values,
using caching of Z and M positions in schema.
* pointlist memory fix, pc_pointlist_from_dimensional memory
optimization
* pc_point_to_geometry_wkb : get_m fix
- Packaging: add support for postgresql96
-------------------------------------------------------------------
Sun Nov 13 17:40:12 UTC 2016 - bruno@ioda-net.ch
- Update to version 1.0.1+git.1476881670.dd2269c:
* new PC_PointN function
* readme
* Add lazperf pcpatch
* update NEWS file for LAZ compression (#107)
* fix README (#109)
* fix compilation issue with GHT support
* Fix compile against PostgreSQL 9.6 on Debian by using
correct flags.
- Packaging : add support for postgresql95
-------------------------------------------------------------------
Mon Apr 25 13:47:40 UTC 2016 - bruno@ioda-net.ch
- Update to version 1.0.1+git.1457352070.c15d4ef:
+ pc_bytes_sigbits_decode compression -> PC_DIM_NONE
+ fix memory leak in test_uncompressed_filter
+ Adding missing xmlCleanupParser calls
+ fix valgrind errors using CLAMP in pc_val, due to incorrect
formatting
+ valgrind check in travis
+ Testing compression type of dimensional bytes
+ install valgrind in travis
+ Valgrind issue with option --show-leak-kinds=all
+ fix crash when a child node is empty in pc schema
-------------------------------------------------------------------
Thu Feb 25 15:12:18 UTC 2016 - bruno@ioda-net.ch
- Update to version 1.0.1+git.1444500238.0c58820:
+ Allow passing 0 to --iterate for skipping queries
+ Implement PC_Patch{Min,Max,Avg}(PcPatch) returns PcPoint
+ Create in-development upgrade scripts ("next" prefix)
+ Force override when linking "next" script
+ Add a pc_upgrade([<version>]) function
+ Add PC_Upgrade item
+ Fix PG 9.5 compatibility.
+ Import 1.0.1 section in NEWS file
+ Add pc_lib_version(), pc_script_version() and compare in
pc_version()
+ Add git attributes file.
- Packaging
+ make it modular on the postgis model
+ clarify license
+ don't use %cmake macros they broke the build
-------------------------------------------------------------------
Wed Feb 24 15:40:30 UTC 2016 - bruno@ioda-net.ch
- Update to version 1.0.1:
+ Allow passing 0 to --iterate for skipping queries
+ Implement PC_Patch{Min,Max,Avg}(PcPatch) returns PcPoint
+ Create in-development upgrade scripts ("next" prefix)
+ Force override when linking "next" script
+ Add a pc_upgrade([<version>]) function
+ Add PC_Upgrade item
+ Fix PG 9.5 compatibility.
+ Import 1.0.1 section in NEWS file
+ Add pc_lib_version(), pc_script_version() and compare in
pc_version()
+ Add git attributes file.