Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PDAL for openSUSE:Factory checked in 
at 2024-03-01 23:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PDAL (Old)
 and      /work/SRC/openSUSE:Factory/.PDAL.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PDAL"

Fri Mar  1 23:36:54 2024 rev:4 rq:1153994 version:2.5.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/PDAL/PDAL.changes        2023-10-08 
12:20:53.319702033 +0200
+++ /work/SRC/openSUSE:Factory/.PDAL.new.1770/PDAL.changes      2024-03-01 
23:37:14.617013527 +0100
@@ -1,0 +2,11 @@
+Fri Mar  1 10:53:46 UTC 2024 - Martin Pluskal <mplus...@suse.com>
+
+- Fix building on Leap
+
+-------------------------------------------------------------------
+Fri Mar  1 07:33:55 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- BuildRequire proj-devel instead of the long deprecated name
+  libproj-devel.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PDAL.spec ++++++
--- /var/tmp/diff_new_pack.Pz2FxQ/_old  2024-03-01 23:37:15.557047522 +0100
+++ /var/tmp/diff_new_pack.Pz2FxQ/_new  2024-03-01 23:37:15.557047522 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PDAL
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2021 Friedmann Bruno, Ioda-Net Sàrl, Charmoille, Switzerland.
 #
 # All modifications and additions to the file contributed by third parties
@@ -45,7 +45,6 @@
 BuildRequires:  eigen3-devel
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
-BuildRequires:  gcc-c++
 BuildRequires:  gdal
 BuildRequires:  geotiff-devel
 BuildRequires:  gtest
@@ -58,7 +57,7 @@
 BuildRequires:  libgdal-devel
 BuildRequires:  libgeos-devel
 BuildRequires:  libopenssl-devel >= 1.1
-BuildRequires:  libproj-devel
+BuildRequires:  proj-devel
 # Needed to have proj.db for tests
 BuildRequires:  libpsl5
 BuildRequires:  libspatialindex-devel
@@ -95,6 +94,11 @@
 Provides:       bundled(nanoflann)
 # https://github.com/nlohmann/json bundled in vendor/nlohmann
 Provides:       bundled(nlohmann)
+%if 0%{?suse_version} < 1550
+BuildRequires:  gcc12-c++
+%else
+BuildRequires:  gcc-c++ >= 11
+%endif
 
 %description
 PDAL is a C++ BSD library for translating and manipulating point cloud data.
@@ -179,6 +183,9 @@
 # boo#1194109 and upstream https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059
 %define _lto_cflags %{nil}
 %endif
+%if 0%{?suse_version} < 1550
+export CXX=g++-12
+%endif
 
 %cmake \
     -DCMAKE_VERBOSE_MAKEFILE=ON  \

Reply via email to