public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/liblas] rawhide: Update to git 0839c6c
@ 2026-06-19 14:19 Sandro Mani
0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-06-19 14:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/liblas
Branch : rawhide
Commit : f74852b66c52b0ba74655e295a6dbd5fd00bb191
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-06-19T16:19:08+02:00
Stats : +28/-38 in 9 file(s)
URL : https://src.fedoraproject.org/rpms/liblas/c/f74852b66c52b0ba74655e295a6dbd5fd00bb191?branch=rawhide
Log:
Update to git 0839c6c
---
diff --git a/.gitignore b/.gitignore
index 0589abc..14cdc23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/libLAS-96d4dc9.tar.gz
/libLAS-62f3d57.tar.gz
/libLAS-0756b73.tar.gz
+/libLAS-0839c6c.tar.gz
diff --git a/liblas-gcc15.patch b/liblas-gcc15.patch
index f4af0af..a73d0fc 100644
--- a/liblas-gcc15.patch
+++ b/liblas-gcc15.patch
@@ -1,6 +1,6 @@
-diff -rupN libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb/apps/las2col.c libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb-new/apps/las2col.c
---- libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb/apps/las2col.c 2024-09-16 20:55:36.000000000 +0200
-+++ libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb-new/apps/las2col.c 2025-02-13 00:15:05.260929008 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/apps/las2col.c libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/apps/las2col.c
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/apps/las2col.c 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/apps/las2col.c 2026-06-19 16:17:02.033732300 +0200
@@ -452,17 +452,17 @@ void* readFile(void *arg) {
case ENTRY_y:
case ENTRY_z:
diff --git a/liblas-proj.patch b/liblas-proj.patch
index c7c4f5c..988a508 100644
--- a/liblas-proj.patch
+++ b/liblas-proj.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/cmake/liblas-config.cmake.in libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/cmake/liblas-config.cmake.in
---- libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/cmake/liblas-config.cmake.in 2025-11-08 16:34:42.000000000 +0100
-+++ libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/cmake/liblas-config.cmake.in 2025-11-23 20:04:03.581598329 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/cmake/liblas-config.cmake.in libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/cmake/liblas-config.cmake.in
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/cmake/liblas-config.cmake.in 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/cmake/liblas-config.cmake.in 2026-06-19 16:17:02.118820912 +0200
@@ -16,6 +16,7 @@ endif ()
include (CMakeFindDependencyMacro)
diff --git a/liblas.spec b/liblas.spec
index 6f7ad0e..f804a99 100644
--- a/liblas.spec
+++ b/liblas.spec
@@ -1,9 +1,9 @@
-%global commit 0756b73ed41211d1bb8d9b96c6767f2350d8fe2b
+%global commit 0839c6cab5fd8b629cc8e5e298193fa56078bccb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: liblas
Version: 1.8.2
-Release: 0.31%{?shortcommit:.git%shortcommit}%{?dist}
+Release: 0.32%{?shortcommit:.git%shortcommit}%{?dist}
Summary: Library for reading and writing the very common LAS LiDAR format
License: BSD-3-Clause AND BSL-1.0
@@ -18,15 +18,13 @@ Source0: https://download.osgeo.org/%{name}/libLAS-%{version}.tar.bz2
Patch1: liblas_pkgconfig.patch
# Fix FTBFS with boost 1.73
Patch2: liblas_boost173.patch
-# Don't switch to std=c++11 if gdal is detected, liblas requires std=c++14 to build
-Patch3: liblas_stdc++14.patch
# Fix build with gcc15
-Patch4: liblas-gcc15.patch
+Patch3: liblas-gcc15.patch
# Increase minimum cmake version to 3.5
-Patch5: liblas_cmakever.patch
+Patch4: liblas_cmakever.patch
# Fix loading of cmake module not finding PROJ::proj
# https://github.com/libLAS/libLAS/issues/229
-Patch6: liblas-proj.patch
+Patch5: liblas-proj.patch
BuildRequires: gcc-c++
BuildRequires: boost-devel >= 1.53
@@ -108,6 +106,9 @@ libLAS utility applications.
%changelog
+* Fri Jun 19 2026 Sandro Mani <manisandro@gmail.com> - 1.8.2-0.32.git0839c6c
+- Update to git 0839c6c
+
* Fri Jun 19 2026 Sandro Mani <manisandro@gmail.com> - 1.8.2-0.31.git0756b73
- Rebuild (gdal)
diff --git a/liblas_boost173.patch b/liblas_boost173.patch
index e52e769..40e1be9 100644
--- a/liblas_boost173.patch
+++ b/liblas_boost173.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/c_api.cpp libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/src/c_api.cpp
---- libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/c_api.cpp 2025-11-08 16:34:42.000000000 +0100
-+++ libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/src/c_api.cpp 2025-11-23 20:04:03.492215947 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/src/c_api.cpp libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/src/c_api.cpp
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/src/c_api.cpp 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/src/c_api.cpp 2026-06-19 16:17:01.991321578 +0200
@@ -511,7 +511,7 @@ LAS_DLL LASErrorEnum LASReader_SetOutput
transforms.erase( std::remove_if( transforms.begin(),
@@ -19,9 +19,9 @@ diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/
transforms.end());
liblas::TransformPtr srs_transform = liblas::TransformPtr(new liblas::ReprojectionTransform(in_ref, *out_ref, &h));
-diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/header.cpp libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/src/header.cpp
---- libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/src/header.cpp 2025-11-08 16:34:42.000000000 +0100
-+++ libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/src/header.cpp 2025-11-23 20:04:03.492638447 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/src/header.cpp libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/src/header.cpp
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/src/header.cpp 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/src/header.cpp 2026-06-19 16:17:01.991717260 +0200
@@ -609,7 +609,7 @@ void Header::DeleteVLRs(std::string cons
{
m_vlrs.erase( std::remove_if( m_vlrs.begin(),
diff --git a/liblas_cmakever.patch b/liblas_cmakever.patch
index bd98150..2466cbe 100644
--- a/liblas_cmakever.patch
+++ b/liblas_cmakever.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/CMakeLists.txt libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/CMakeLists.txt
---- libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/CMakeLists.txt 2025-11-08 16:34:42.000000000 +0100
-+++ libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/CMakeLists.txt 2025-11-23 20:04:03.537843204 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/CMakeLists.txt libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/CMakeLists.txt
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/CMakeLists.txt 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/CMakeLists.txt 2026-06-19 16:17:02.076866134 +0200
@@ -5,7 +5,7 @@
#
#
diff --git a/liblas_pkgconfig.patch b/liblas_pkgconfig.patch
index 1b98452..71157b3 100644
--- a/liblas_pkgconfig.patch
+++ b/liblas_pkgconfig.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/apps/CMakeLists.txt libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/apps/CMakeLists.txt
---- libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b/apps/CMakeLists.txt 2025-11-08 16:34:42.000000000 +0100
-+++ libLAS-0756b73ed41211d1bb8d9b96c6767f2350d8fe2b-new/apps/CMakeLists.txt 2025-11-23 20:04:03.443551229 +0100
+diff -rupN --no-dereference libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/apps/CMakeLists.txt libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/apps/CMakeLists.txt
+--- libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb/apps/CMakeLists.txt 2026-06-01 14:54:00.000000000 +0200
++++ libLAS-0839c6cab5fd8b629cc8e5e298193fa56078bccb-new/apps/CMakeLists.txt 2026-06-19 16:17:01.950867054 +0200
@@ -195,8 +195,8 @@ if(UNIX)
if(WITH_PKGCONFIG)
diff --git a/liblas_stdc++14.patch b/liblas_stdc++14.patch
deleted file mode 100644
index 5302688..0000000
--- a/liblas_stdc++14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN --no-dereference libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb/CMakeLists.txt libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb-new/CMakeLists.txt
---- libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb/CMakeLists.txt 2024-09-16 20:55:36.000000000 +0200
-+++ libLAS-62f3d57215ba1b074a84ff08a1539b69e69e38fb-new/CMakeLists.txt 2025-02-12 23:56:00.570966630 +0100
-@@ -231,7 +231,7 @@ if (WITH_GDAL)
- endif ()
- endif ()
- if (GDAL_FOUND)
-- SET(CMAKE_CXX_STANDARD 11)
-+ # SET(CMAKE_CXX_STANDARD 11)
- SET(CMAKE_CXX_STANDARD_REQUIRED ON)
- SET(CMAKE_CXX_EXTENSIONS OFF)
- include_directories(${GDAL_INCLUDE_DIR})
diff --git a/sources b/sources
index 42bac9b..d406c5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libLAS-0756b73.tar.gz) = efd3e5bc98132cdc1fb493e295e829b51f27ceefcce31de062b6de166093793f93e674606f04a7d7f22f0159e645155b1cf4e2f5f25802822a6ca07f24266dfb
+SHA512 (libLAS-0839c6c.tar.gz) = 14eb25f9a090ce3296fe98bfeb5ecf6895ba2a102983fc7e31a60f07391362b999d53b00a4f35f52b318e948bead0f6d4f96ed6cce9b1c9658e2df8570ee26fd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-19 14:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 14:19 [rpms/liblas] rawhide: Update to git 0839c6c Sandro Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox