Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qgis for openSUSE:Factory checked in 
at 2023-04-04 21:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qgis (Old)
 and      /work/SRC/openSUSE:Factory/.qgis.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qgis"

Tue Apr  4 21:27:01 2023 rev:40 rq:1077197 version:3.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qgis/qgis.changes        2023-03-10 
22:08:58.081566297 +0100
+++ /work/SRC/openSUSE:Factory/.qgis.new.19717/qgis.changes     2023-04-04 
21:27:15.883524207 +0200
@@ -1,0 +2,5 @@
+Tue Apr  4 08:48:38 UTC 2023 - Dirk Stoecker <opens...@dstoecker.de>
+
+- add qgis-3.30.0_include_fix.patch to fix missing include files
+
+-------------------------------------------------------------------

New:
----
  qgis-3.30.0_include_fix.patch

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

Other differences:
------------------
++++++ qgis.spec ++++++
--- /var/tmp/diff_new_pack.sY2V7P/_old  2023-04-04 21:27:18.071536627 +0200
+++ /var/tmp/diff_new_pack.sY2V7P/_new  2023-04-04 21:27:18.075536650 +0200
@@ -34,9 +34,12 @@
 Source1:        https://qgis.org/downloads/qgis-%{version}.tar.bz2.sha256
 Source2:        %{name}.rpmlintrc
 Source3:        qgis_sample_data.zip
+# PATCH-FIX-OPENSUSE - adapt include path of fastcgi
 Patch1:         fix-fastcgi-include.patch
 # PATCH-FIX-UPSTREAM - scan for pdal-config instead of pdal in cmake
 Patch2:         qgis-fix-cmake-findpdal.patch
+# PATCH-FIX-UPSTREAM - add missing include file 
https://github.com/qgis/QGIS/issues/52526
+Patch3:         qgis-3.30.0_include_fix.patch
 BuildRequires:  FastCGI-devel
 BuildRequires:  PDAL-devel
 BuildRequires:  bison >= 2.4

++++++ qgis-3.30.0_include_fix.patch ++++++
diff -ur qgis-3.30.0/external/lazperf/Extractor.hpp 
qgis-3.30.0_fix/external/lazperf/Extractor.hpp
--- qgis-3.30.0/external/lazperf/Extractor.hpp  2023-03-03 20:25:40.000000000 
+0100
+++ qgis-3.30.0_fix/external/lazperf/Extractor.hpp      2023-04-04 
09:00:06.127250079 +0200
@@ -34,6 +34,7 @@
 
 #pragma once
 
+#include <cstdint>
 #include <cstring>
 #include <vector>
 
diff -ur qgis-3.30.0/external/untwine/api/QgisUntwine.hpp 
qgis-3.30.0_fix/external/untwine/api/QgisUntwine.hpp
--- qgis-3.30.0/external/untwine/api/QgisUntwine.hpp    2023-03-03 
20:25:40.000000000 +0100
+++ qgis-3.30.0_fix/external/untwine/api/QgisUntwine.hpp        2023-04-04 
09:40:57.344786266 +0200
@@ -1,5 +1,6 @@
 #pragma once
 
+#include <cstdint>
 #include <map>
 #include <string>
 #include <vector>
diff -ur qgis-3.30.0/external/untwine/untwine/VoxelKey.hpp 
qgis-3.30.0_fix/external/untwine/untwine/VoxelKey.hpp
--- qgis-3.30.0/external/untwine/untwine/VoxelKey.hpp   2023-03-03 
20:25:40.000000000 +0100
+++ qgis-3.30.0_fix/external/untwine/untwine/VoxelKey.hpp       2023-04-04 
08:48:07.969689579 +0200
@@ -10,6 +10,7 @@
  *                                                                           *
  ****************************************************************************/
 
+#include <cstdint>
 #include <string>
 #include <algorithm>
 

Reply via email to