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-10-11 23:56:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adriconf (Old) and /work/SRC/openSUSE:Factory/.adriconf.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adriconf" Wed Oct 11 23:56:07 2023 rev:10 rq:1116874 version:2.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adriconf/adriconf.changes 2023-05-26 20:16:02.692467012 +0200 +++ /work/SRC/openSUSE:Factory/.adriconf.new.1807/adriconf.changes 2023-10-12 11:36:21.420540229 +0200 @@ -1,0 +2,7 @@ +Tue Oct 10 02:42:31 UTC 2023 - ming li <m...@suse.com> + +- Update to version 2.7.1: + * Fix build with GCC 13 +- The fix-missing-include.patch was removed from the package. + +------------------------------------------------------------------- Old: ---- adriconf-v2.7.0.tar.bz2 fix-missing-include.patch New: ---- adriconf-v2.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adriconf.spec ++++++ --- /var/tmp/diff_new_pack.UItQuI/_old 2023-10-12 11:36:22.136566137 +0200 +++ /var/tmp/diff_new_pack.UItQuI/_new 2023-10-12 11:36:22.136566137 +0200 @@ -17,7 +17,7 @@ Name: adriconf -Version: 2.7.0 +Version: 2.7.1 Release: 0 Summary: Advanced DRI Configurator License: GPL-3.0-only @@ -26,8 +26,6 @@ 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++ ++++++ adriconf-v2.7.0.tar.bz2 -> adriconf-v2.7.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adriconf-v2.7.0/AUTHORS new/adriconf-v2.7.1/AUTHORS --- old/adriconf-v2.7.0/AUTHORS 2023-04-11 20:10:12.000000000 +0200 +++ new/adriconf-v2.7.1/AUTHORS 2023-08-07 20:09:22.000000000 +0200 @@ -16,3 +16,4 @@ Dingzhong Chen Leandro Stanger Witold Baryluk +Lars Wendler diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adriconf-v2.7.0/VERSION new/adriconf-v2.7.1/VERSION --- old/adriconf-v2.7.0/VERSION 2023-04-11 20:10:12.000000000 +0200 +++ new/adriconf-v2.7.1/VERSION 2023-08-07 20:09:22.000000000 +0200 @@ -1 +1 @@ -2.7.0 +2.7.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adriconf-v2.7.0/adriconf/Utils/PCIDatabaseQueryInterface.h new/adriconf-v2.7.1/adriconf/Utils/PCIDatabaseQueryInterface.h --- old/adriconf-v2.7.0/adriconf/Utils/PCIDatabaseQueryInterface.h 2023-04-11 20:10:12.000000000 +0200 +++ new/adriconf-v2.7.1/adriconf/Utils/PCIDatabaseQueryInterface.h 2023-08-07 20:09:22.000000000 +0200 @@ -1,6 +1,7 @@ #ifndef ADRICONF_PCIDATABASEQUERYINTERFACE_H #define ADRICONF_PCIDATABASEQUERYINTERFACE_H +#include <cstdint> #include <glibmm/ustring.h> class PCIDatabaseQueryInterface { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adriconf-v2.7.0/flatpak/org.freedesktop.adriconf.json new/adriconf-v2.7.1/flatpak/org.freedesktop.adriconf.json --- old/adriconf-v2.7.0/flatpak/org.freedesktop.adriconf.json 2023-04-11 20:10:12.000000000 +0200 +++ new/adriconf-v2.7.1/flatpak/org.freedesktop.adriconf.json 2023-08-07 20:09:22.000000000 +0200 @@ -162,7 +162,7 @@ { "type": "git", "url": "https://gitlab.freedesktop.org/mesa/adriconf/", - "tag": "v2.7.0" + "tag": "v2.7.1" }, { "type": "file", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adriconf-v2.7.0/flatpak/org.freedesktop.adriconf.metainfo.xml new/adriconf-v2.7.1/flatpak/org.freedesktop.adriconf.metainfo.xml --- old/adriconf-v2.7.0/flatpak/org.freedesktop.adriconf.metainfo.xml 2023-04-11 20:10:12.000000000 +0200 +++ new/adriconf-v2.7.1/flatpak/org.freedesktop.adriconf.metainfo.xml 2023-08-07 20:09:22.000000000 +0200 @@ -24,6 +24,11 @@ </screenshot> </screenshots> <releases> + <release version="2.7.1" date="2023-08-07" urgency="low"> + <p>This is a maintenance release<p> + <ul> + <li>Fix build with GCC 13 @Polynomial-C</li> + </ul> <release version="2.7.0" date="2023-04-11" urgency="low"> <p>This is a maintenance release</p> <ul>