From c8df835adbb88f3ea47cb5d73f9a6b7fb54b6fb4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:36:30 +0100 Subject: [PATCH] update to 1.0.7 [release 1.0.7-1mamba;Thu Dec 29 2022] --- xdriinfo.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/xdriinfo.spec b/xdriinfo.spec index f103b2f..98f986c 100644 --- a/xdriinfo.spec +++ b/xdriinfo.spec @@ -1,21 +1,20 @@ Name: xdriinfo -Version: 1.0.6 +Version: 1.0.7 Release: 1mamba Summary: xdriinfo - query configuration information of DRI drivers Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libGL-devel BuildRequires: libX11-devel +BuildRequires: libglvnd-devel ## AUTOBUILDREQ-END BuildRequires: glproto-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xdriinfo can be used to query configuration information of direct rendering drivers. @@ -31,6 +30,8 @@ Valid commands are: The driver can be specified directly by driver name or indirectly by screen number. If the driver name is specified directly then no X connection is needed. +%debug_package + %prep %setup -q @@ -49,9 +50,12 @@ Valid commands are: %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING %changelog +* Thu Dec 29 2022 Silvan Calarco 1.0.7-1mamba +- update to 1.0.7 + * Wed Jul 31 2019 Automatic Build System 1.0.6-1mamba - automatic update by autodist