From bd3af34679867ffb5fbec53a81a04532dac42a9246be67e9cf9c526796dba3c9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Oct 2023 09:37:12 +0000 Subject: [PATCH] Accepting request 1116552 from home:simonlm:branches:X11:Utilities Update to version 2.7.1 OBS-URL: https://build.opensuse.org/request/show/1116552 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/adriconf?expand=0&rev=20 --- adriconf-v2.7.0.tar.bz2 | 3 --- adriconf-v2.7.1.tar.bz2 | 3 +++ adriconf.changes | 7 +++++++ adriconf.spec | 4 +--- fix-missing-include.patch | 22 ---------------------- 5 files changed, 11 insertions(+), 28 deletions(-) delete mode 100644 adriconf-v2.7.0.tar.bz2 create mode 100644 adriconf-v2.7.1.tar.bz2 delete mode 100644 fix-missing-include.patch diff --git a/adriconf-v2.7.0.tar.bz2 b/adriconf-v2.7.0.tar.bz2 deleted file mode 100644 index 96ed8cc..0000000 --- a/adriconf-v2.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:842cbc5a577163a29761749c52a392d0573a6e4738e096c9a7059b23376069ea -size 221943 diff --git a/adriconf-v2.7.1.tar.bz2 b/adriconf-v2.7.1.tar.bz2 new file mode 100644 index 0000000..63f0b4d --- /dev/null +++ b/adriconf-v2.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7aeeadf443ff75738009603a5921049d08b797d2d3f169a0a18cf0536766ff +size 221932 diff --git a/adriconf.changes b/adriconf.changes index 1260f2c..3419ab6 100644 --- a/adriconf.changes +++ b/adriconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 10 02:42:31 UTC 2023 - ming li + +- Update to version 2.7.1: + * Fix build with GCC 13 +- The fix-missing-include.patch was removed from the package. + ------------------------------------------------------------------- Fri May 26 12:15:41 UTC 2023 - Martin Pluskal diff --git a/adriconf.spec b/adriconf.spec index 4acb586..866c015 100644 --- a/adriconf.spec +++ b/adriconf.spec @@ -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 @@ URL: https://gitlab.freedesktop.org/mesa/adriconf 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++ diff --git a/fix-missing-include.patch b/fix-missing-include.patch deleted file mode 100644 index 7d592b0..0000000 --- a/fix-missing-include.patch +++ /dev/null @@ -1,22 +0,0 @@ -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 - #include "PCIDatabaseQueryInterface.h" -+#include - - extern "C" { - #include -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 -+#include - - class PCIDatabaseQueryInterface { - public: