forked from pool/adriconf
Accepting request 1116874 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1116874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adriconf?expand=0&rev=10
This commit is contained in:
commit
d3877f90cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:842cbc5a577163a29761749c52a392d0573a6e4738e096c9a7059b23376069ea
|
||||
size 221943
|
3
adriconf-v2.7.1.tar.bz2
Normal file
3
adriconf-v2.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b7aeeadf443ff75738009603a5921049d08b797d2d3f169a0a18cf0536766ff
|
||||
size 221932
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 02:42:31 UTC 2023 - ming li <mli@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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++
|
||||
|
@ -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 <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:
|
Loading…
x
Reference in New Issue
Block a user