60 Commits

Author SHA256 Message Date
ebf4a6066a Accepting request 1324390 from Application:Geo
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1324390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=14
2025-12-25 18:57:48 +00:00
Enno Tensing
3d23c98fff Accepting request 1323467 from home:tenno:branches:Application:Geo
- Fix URL entry in PDAL.spec

OBS-URL: https://build.opensuse.org/request/show/1323467
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=58
2025-12-18 07:20:24 +00:00
Enno Tensing
2c05500472 Accepting request 1322999 from home:tenno:branches:Application:Geo
- Update to PDAL 2.9.3
    * Alias PDAL_DLL => PDAL_EXPORT and warn users to upgrade if it is defined (PR #4813)
    * Suppress error messages from GDAL/PROJ when infering metadata type SRSs (PR #4820)
    * Add min_clamp, max_clamp, and nodata options to filters.hag_dem (PR #4828)
    * Support 0 as variable chunk indicator in LAZ/COPC files (PR #4843)
    * Emit warnings for pdal tindex hexbin boundary failures (PR #4844)
    * Fix Connector segfault on 404 from /vsis3/ path (PR #4853)
    * Add class argument for hag_delaunay, hag_dem and hag_nn filters (PR #4865)
    * Remove dead code from Kazhdan's ply.h (PR #4866)
    * Only specify JSON-compatible types when serializing pipelines (PR #4877)
    * Add custom class arguments for ground classification filters (PR #4879)
    * Documentation updates
    * Update minimum GDAL verstion to 3.8
    * Migrates PDAL.io to PDAL.org
    * Update PDAL-fix-gdal-includes.patch to cover more GDAL includes

OBS-URL: https://build.opensuse.org/request/show/1322999
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=57
2025-12-16 16:32:19 +00:00
ae78d1bb1c Accepting request 1305091 from Application:Geo
- Update to PDAL 2.9.2
  * Add PDAL-remove-gtest.patch to remove the venored gtest, which was
    re-added by 2.9.1
  * PDAL 2.9.1 contained the following changes:
    + Sorting behaviour was changed, due to issues on Windows
    + Fixed build issues and compiler warnings
    + pdal --info will now return the same data as the python library's
      pipeline.quickinfo
    + Adds support for Arrow 21+
    + Adds protection against empty views to some filters
    + Adds new Radius assign filter
    + Venored gtest was added back, with intent to drop again for 2.10
  * PDAL 2.9.2 contains the following changes:
    + Vendored arbiter now has a custom pdal namespace
    + VSIIO will now call fp->Flush() when syncing the VSIStreamBuffer
    + StageWrapper will no longer run on empty views

OBS-URL: https://build.opensuse.org/request/show/1305091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=13
2025-09-16 16:18:44 +00:00
a7013688cc Accepting request 1304493 from home:tenno:branches:Application:Geo
- Update to PDAL 2.9.2
  * Add PDAL-remove-gtest.patch to remove the venored gtest, which was
    re-added by 2.9.1
  * PDAL 2.9.1 contained the following changes:
    + Sorting behaviour was changed, due to issues on Windows
    + Fixed build issues and compiler warnings
    + pdal --info will now return the same data as the python library's
      pipeline.quickinfo
    + Adds support for Arrow 21+
    + Adds protection against empty views to some filters
    + Adds new Radius assign filter
    + Venored gtest was added back, with intent to drop again for 2.10
  * PDAL 2.9.2 contains the following changes:
    + Vendored arbiter now has a custom pdal namespace
    + VSIIO will now call fp->Flush() when syncing the VSIStreamBuffer
    + StageWrapper will no longer run on empty views

OBS-URL: https://build.opensuse.org/request/show/1304493
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=55
2025-09-15 11:19:20 +00:00
d79c4d2063 Accepting request 1290061 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1290061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=12
2025-07-06 15:04:50 +00:00
Enno Tensing
2a9bf2bb45 Accepting request 1289149 from home:tenno:branches:Application:Geo
- Update to PDAL 2.9.0
  * Refresh PDAL_unbundle.patch
  * Add new PDAL-fix-gdal-includes.patch, fixing GDAL includes
  * Add gtest as dependency, required for tests and dropped from
    PDAL as a vendored copy
  * Release notes can be found at https://github.com/PDAL/PDAL/releases/tag/2.9.0
    Some of the listed changes are:
    + Add GDAL VSI support
    + Add FileSpec support
    + Remove vendored nlohmann_json copy
    + Add SPZ reader and writer
    + Add supervoxel filter
    + Improve various filters, readers and commands
    + Update vendored delaunator dependency
    + Various bug fixes
    + Source tree cleanups
    + Use modern CMake targets for libraries
    + Symbol export macro has been renamed from PDAL_DLL to PDAL_EXPORT

OBS-URL: https://build.opensuse.org/request/show/1289149
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=53
2025-07-03 04:42:48 +00:00
6d5faee6e4 Accepting request 1250239 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1250239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=11
2025-03-05 12:40:44 +00:00
Enno Tensing
73e668a7c1 Accepting request 1250238 from home:tenno:branches:Application:Geo
- Update to 2.8.4; Upstream lists the following changes:
  * Handle null strings as tests for startsWith and endsWith. by @hobu in #4606
  * add zenodo citation information by @hobu in #4612
  * Add new section to pipeline docs: "multiple writers and output types" by @hobu in #4613
  * Use gdal_fwd.hpp when available for forward declarations by @hobu in #4614
  * Source tree cleanups by @hobu in #4616
  * fixes md5 link to 2.8.3 by @smellman in #4617
  * Define destructor in source file for CSFilter. by @hobu in #4621
  * upload .conda files from conda package build CI by @hobu in #4626
  * Update include directives for LasReader and LasHeader in transition from libLAS to PDAL guide by @hobu in #4635
  * Fix bad calculation for max width cases in readers.copc by @hobu in #4640
  * Read quickinfo or filters.stats to create TileDB array by @hobu in #4642
  See https://github.com/PDAL/PDAL/releases/tag/2.8.4 and
  https://github.com/PDAL/PDAL/compare/2.8.3...2.8.4 for more information

OBS-URL: https://build.opensuse.org/request/show/1250238
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=51
2025-03-04 18:36:45 +00:00
e1ce960a2a Accepting request 1238122 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1238122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=10
2025-01-16 17:33:33 +00:00
702895be39 Accepting request 1238114 from home:tenno:branches:Application:Geo
- Update tp 2.8.3
  * See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.3
  * For commits between 2.8.2 and 2.8.3 see
    https://github.com/PDAL/PDAL/compare/2.8.2...2.8.3

OBS-URL: https://build.opensuse.org/request/show/1238114
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=49
2025-01-15 19:29:55 +00:00
a6324b4ebd Accepting request 1228540 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1228540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=9
2024-12-06 13:25:26 +00:00
777fb31af9 Accepting request 1228367 from home:tenno:branches:Application:Geo
- Update to 2.8.2
  * See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.2
  * For commits between 2.8.1 and 2.8.2 see
    https://github.com/PDAL/PDAL/compare/2.8.1...2.8.2

OBS-URL: https://build.opensuse.org/request/show/1228367
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=47
2024-12-05 14:29:29 +00:00
b3865e30cc Accepting request 1218607 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1218607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=8
2024-10-27 10:26:28 +00:00
Enno Tensing
8b845e1e16 Accepting request 1218596 from home:tenno:branches:Application:Geo
- Update to 2.8.1
  * See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.1
  * For detailed changes between 2.8.0 and 2.8.1 see
    https://github.com/PDAL/PDAL/compare/2.8.0...2.8.1
  * Refresh PDAL_unbundle.patch

OBS-URL: https://build.opensuse.org/request/show/1218596
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=45
2024-10-26 18:04:52 +00:00
6d461e62d3 Accepting request 1217108 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1217108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=7
2024-10-23 19:10:17 +00:00
Enno Tensing
8df6c0693d Accepting request 1217103 from home:tenno:branches:Application:Geo
- Remove laszip as a build requirement, since PDAL uses a bundled version of
  the lazperf library for this functionality since 2022-02-03 (see commit
  6bdd2e2c281fe0313f8acd8b8b9e4ccf9b2a13c3 upstream)

OBS-URL: https://build.opensuse.org/request/show/1217103
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=43
2024-10-22 19:17:38 +00:00
a19a8822bb Accepting request 1199930 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1199930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=6
2024-09-11 14:55:42 +00:00
7ad2869ce2 Accepting request 1199899 from home:tenno:branches:Application:Geo
- Update to 2.8.0 and use sha256 instead of md5
  * See PDAL changelog at https://github.com/PDAL/PDAL/releases/tag/2.8.0
  * For detailed changes betwwen 2.7.2 and 2.8.0, see 
    https://github.com/PDAL/PDAL/compare/2.7.2...2.8.0

OBS-URL: https://build.opensuse.org/request/show/1199899
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=41
2024-09-10 20:08:08 +00:00
4f45294d8f Accepting request 1187362 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1187362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=5
2024-07-15 17:48:38 +00:00
3b5e121b2e Accepting request 1187287 from home:tenno:app-geo
-  Update to 2.7.2 --- Fixes building with Tumbleweed
* https://github.com/PDAL/PDAL/compare/2.5.6...2.7.2
* https://github.com/PDAL/PDAL/releases/tag/2.6.0
* https://github.com/PDAL/PDAL/releases/tag/2.6.1
* https://github.com/PDAL/PDAL/releases/tag/2.6.2
* https://github.com/PDAL/PDAL/releases/tag/2.6.3
* https://github.com/PDAL/PDAL/releases/tag/2.7.0
* https://github.com/PDAL/PDAL/releases/tag/2.7.1
* https://github.com/PDAL/PDAL/releases/tag/2.7.2

- Changes from 1187257:
 * Set ctest timeout to 60s
 * List all .so-Files in %files

OBS-URL: https://build.opensuse.org/request/show/1187287
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=39
2024-07-14 07:00:13 +00:00
0a089a3ee7 Accepting request 1153994 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1153994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=4
2024-03-01 22:36:54 +00:00
022fc2c049 Accepting request 1153885 from home:pluskalm:branches:Application:Geo
- Fix building on Leap

OBS-URL: https://build.opensuse.org/request/show/1153885
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=37
2024-03-01 12:52:49 +00:00
e1c105e296 Accepting request 1153752 from home:dimstar:Factory
- BuildRequire proj-devel instead of the long deprecated name
  libproj-devel.

OBS-URL: https://build.opensuse.org/request/show/1153752
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=36
2024-03-01 08:09:26 +00:00
176115be88 Accepting request 1115866 from Application:Geo
- Update to 2.5.6, complete description:
  * https://github.com/PDAL/PDAL/releases/tag/2.5.6
  * https://github.com/PDAL/PDAL/releases/tag/2.5.5
  * https://github.com/PDAL/PDAL/releases/tag/2.5.4
  * https://github.com/PDAL/PDAL/releases/tag/2.5.3
  * https://github.com/PDAL/PDAL/releases/tag/2.5.2
  * https://github.com/PDAL/PDAL/releases/tag/2.5.1
  * https://github.com/PDAL/PDAL/releases/tag/2.5.0
  * https://github.com/PDAL/PDAL/releases/tag/2.4.3
  * https://github.com/PDAL/PDAL/releases/tag/2.4.2
  * https://github.com/PDAL/PDAL/releases/tag/2.4.1
  * https://github.com/PDAL/PDAL/releases/tag/2.4.0
- Drop upstream patch:
  * d11e0e20.patch
- Refresh PDAL_unbundle.patch

OBS-URL: https://build.opensuse.org/request/show/1115866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=3
2023-10-08 10:17:50 +00:00
e7d1dafbce OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=34 2023-10-05 14:21:05 +00:00
d07983c897 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=33 2023-10-05 14:19:27 +00:00
4507584544 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=32 2023-10-05 10:52:55 +00:00
594d21ea70 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=31 2023-10-05 10:52:30 +00:00
1684684ebe Accepting request 1114974 from home:Guillaume_G:branches:Application:Geo
- Update to 2.5.6
- Drop upstream patch:
  * d11e0e20.patch
- Refresh PDAL_unbundle.patch

OBS-URL: https://build.opensuse.org/request/show/1114974
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=30
2023-10-05 10:52:02 +00:00
02cf23a571 Accepting request 944872 from Application:Geo
- Fix the -devel dangling symlink by moving to libPDAL
  libpdal_*.so.%{soname} symlinks to libpdal_*.%{sovers}
  rpmlint not more complain.
- Review licenses of subpart: The code is licensed BSD except for:
  + filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
  + vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
  + plugins/e57/io/{src,include}/* is BSD-3-Clause
  + plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.patch to sort out eigen3 and boost
  + Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
  + bundled(arbiter)
  + bundled(PoissonRecon)
  + bundled(nanoflann)
  + bundled(nlohmann)
- Add %check section following what's Fedora is doing
  + Add upstream patch for testing 32bits d11e0e20.patch
- Update to 2.3.0 version
  complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0

OBS-URL: https://build.opensuse.org/request/show/944872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=2
2022-01-08 22:23:16 +00:00
6c6e39924e - Fix the -devel dangling symlink by moving to libPDAL
libpdal_*.so.%{soname} symlinks to libpdal_*.%{sovers}
  rpmlint not more complain.

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=29
2022-01-07 16:31:37 +00:00
8ab1d0633e Accepting request 944722 from home:licehunter:branches:Application:Geo
- Add `Provides:` so that PDAL-devel can find libPDAL.

This should allow QGIS 3.22 to build for Tumbleweed (though not for Leap, as Python dependencies are not fulfilled there).

OBS-URL: https://build.opensuse.org/request/show/944722
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=28
2022-01-07 12:29:07 +00:00
477e5ebb88 Fix typo in .patch extension
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=27
2022-01-06 08:22:40 +00:00
4feea3696b Accepting request 944026 from home:bruno_friedmann:branches:Application:Geo
- Review licenses of subpart: The code is licensed BSD except for:
  + filters/private/csf/* and plugins/i3s/lepcc/* are Apache-2.0
  + vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
  + plugins/e57/io/{src,include}/* is BSD-3-Clause
  + plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.path to sort out eigen3 and boost
  + Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
  https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed
- Add Provides for
  + bundled(arbiter)
  + bundled(PoissonRecon)
  + bundled(nanoflann)
  + bundled(nlohmann)
- Add %check section following what's Fedora is doing
  + Add upstream patch for testing 32bits d11e0e20.patch

OBS-URL: https://build.opensuse.org/request/show/944026
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=26
2022-01-06 07:53:30 +00:00
b5d1d7e147 Accepting request 913568 from Application:Geo
Needed for QGIS

OBS-URL: https://build.opensuse.org/request/show/913568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/PDAL?expand=0&rev=1
2021-08-24 08:54:20 +00:00
d9058708f3 Accepting request 912289 from home:bruno_friedmann:branches:Application:Geo
- Update to 2.3.0 version
  complete description https://github.com/PDAL/PDAL/releases/tag/2.3.0

OBS-URL: https://build.opensuse.org/request/show/912289
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=24
2021-08-22 12:43:07 +00:00
f2d11837cc Accepting request 912189 from home:jengelh:branches:Application:Geo
- Split bash-completion to its own package like e.g. NetworkManager.
- Remove old rpm specfile constructs like %defattr. Trim author
  lists from package description. Set groups. Use multi-argument
  find -exec.
- Drop extraneous Provides of the library package; this should
  all be autodetected.
- Ensure that documentation is in fact processed by fdupes.

OBS-URL: https://build.opensuse.org/request/show/912189
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=23
2021-08-15 06:55:23 +00:00
2b03e18ca6 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=22 2021-08-13 08:29:17 +00:00
7ed71c23f8 Add missing requires laszip-devel to devel package.
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=21
2021-08-13 08:28:57 +00:00
067b78b9fe Accepting request 848669 from home:bruno_friedmann:branches:Application:Geo
- Rework BuildRequires as only libpq is really needed
  + Indicate -DPOSTGRESQL_INCLUDE_DIR build flag 
  + Remove postgresql-devel postgresql-server-devel buildrequires
- Fix a sed instruction to use -i

OBS-URL: https://build.opensuse.org/request/show/848669
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=20
2020-11-18 07:14:33 +00:00
789c97851d OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=19 2020-09-21 14:10:05 +00:00
bf2765080c update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=18
2020-09-21 13:50:33 +00:00
c330737d98 Accepting request 815573 from home:bruno_friedmann:branches:Application:Geo
- Add a manual fix for PDALConfig.cmake where the 
  @PDAL_CONFIG_LIBRARY_DIRS@ is wrongly expanded.

- update to 2.1.0 version
  release note at https://github.com/PDAL/PDAL/releases
  + Disable removed plugin SQLITE
  + Disable independant plugin python3
- Packaging
  + Fix postgresql(-server)-devel package requirement
  + spec cleanup

  new 3.8 version in Factory
- Remove FindLASzip-cmake.patch with new laszip 3.2.2

OBS-URL: https://build.opensuse.org/request/show/815573
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=17
2020-06-18 08:13:11 +00:00
bad6a0acbe Make postgresql-devel-server available for 15.2
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=16
2020-04-05 06:54:49 +00:00
f82989fdd7 Accepting request 785000 from home:bruno_friedmann:branches:Application:Geo
- Renew spec file, remove obsolete SUSE openSUSE versions
- Remove specific line in cmake about python3 (build failed with
  new 3.8 version in Factory

OBS-URL: https://build.opensuse.org/request/show/785000
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=15
2020-03-14 14:27:36 +00:00
fe3bcacce4 update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=14
2019-09-17 10:05:45 +00:00
33eabbe15a update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=13
2019-09-17 08:46:10 +00:00
8417f68b66 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=12 2019-07-08 17:15:46 +00:00
af27657489 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=11 2019-07-08 17:10:29 +00:00