Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adriconf for openSUSE:Factory 
checked in at 2023-03-28 17:51:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adriconf (Old)
 and      /work/SRC/openSUSE:Factory/.adriconf.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adriconf"

Tue Mar 28 17:51:48 2023 rev:8 rq:1074973 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/adriconf/adriconf.changes        2023-03-15 
18:56:44.265095133 +0100
+++ /work/SRC/openSUSE:Factory/.adriconf.new.31432/adriconf.changes     
2023-03-28 17:51:48.535682269 +0200
@@ -1,0 +2,6 @@
+Tue Mar 28 09:26:46 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add fix-missing-include.patch: Add missing include exposed by
+  gcc13.
+
+-------------------------------------------------------------------

New:
----
  fix-missing-include.patch

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

Other differences:
------------------
++++++ adriconf.spec ++++++
--- /var/tmp/diff_new_pack.ij2pDF/_old  2023-03-28 17:51:49.023684624 +0200
+++ /var/tmp/diff_new_pack.ij2pDF/_new  2023-03-28 17:51:49.027684642 +0200
@@ -26,6 +26,8 @@
 Source0:        
https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v%{version}/adriconf-v%{version}.tar.bz2
 Source1:        adriconf.desktop
 Source2:        driconf-icon.png
+# PATCH-FIX-UPSTREAM fix-missing-include.patch -- Add missing include exposed 
by gcc 13
+Patch0:         fix-missing-include.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -53,7 +55,7 @@
 %lang_package
 
 %prep
-%autosetup -n %{name}-v%{version}
+%autosetup -n %{name}-v%{version} -p1
 
 %build
 %cmake \


++++++ fix-missing-include.patch ++++++
diff -Nur adriconf-v2.6.0-orig/adriconf/Utils/PCIDatabaseQuery.h 
adriconf-v2.6.0/adriconf/Utils/PCIDatabaseQuery.h
--- adriconf-v2.6.0-orig/adriconf/Utils/PCIDatabaseQuery.h      2023-03-28 
11:58:00.433964215 +0200
+++ adriconf-v2.6.0/adriconf/Utils/PCIDatabaseQuery.h   2023-03-28 
11:59:12.830851304 +0200
@@ -3,6 +3,7 @@
 
 #include <glibmm/ustring.h>
 #include "PCIDatabaseQueryInterface.h"
+#include <cstdint>
 
 extern "C" {
 #include <pci/pci.h>
diff -Nur adriconf-v2.6.0-orig/adriconf/Utils/PCIDatabaseQueryInterface.h 
adriconf-v2.6.0/adriconf/Utils/PCIDatabaseQueryInterface.h
--- adriconf-v2.6.0-orig/adriconf/Utils/PCIDatabaseQueryInterface.h     
2023-03-28 11:58:13.394123341 +0200
+++ adriconf-v2.6.0/adriconf/Utils/PCIDatabaseQueryInterface.h  2023-03-28 
11:59:27.811034337 +0200
@@ -2,6 +2,7 @@
 #define ADRICONF_PCIDATABASEQUERYINTERFACE_H
 
 #include <glibmm/ustring.h>
+#include <cstdint>
 
 class PCIDatabaseQueryInterface {
 public:

Reply via email to