2 Commits

Author SHA256 Message Date
40692c399e Accepting request 1295971 from X11:XOrg
- update to 1.0.8
  * meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
- switched to meson

OBS-URL: https://build.opensuse.org/request/show/1295971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdriinfo?expand=0&rev=6
2025-07-28 12:58:15 +00:00
c710166308 - update to 1.0.8
* meson: Add option to build with meson
  * Add -help option
  * Accept --help & --version as aliases to -help & -version
- switched to meson

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdriinfo?expand=0&rev=12
2025-07-27 16:57:56 +00:00
5 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734
size 118268

Binary file not shown.

3
xdriinfo-1.0.8.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00463056435b82261c227ad0de1873fd4536101607fbc57540e28e4a0a9b71f7
size 123872

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 27 09:02:30 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- update to 1.0.8
* meson: Add option to build with meson
* Add -help option
* Accept --help & --version as aliases to -help & -version
- switched to meson
-------------------------------------------------------------------
Wed Dec 28 12:44:22 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package xdriinfo
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
Name: xdriinfo
Version: 1.0.7
Version: 1.0.8
Release: 0
Summary: Query configuration information of DRI drivers
License: MIT
Group: System/X11/Utilities
URL: https://wiki.freedesktop.org/dri/
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
Source1: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz.sig
Source2: %{name}.keyring
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glproto)
@@ -41,12 +41,11 @@ drivers (DRI).
%setup -q
%build
%configure --x-includes=%{_includedir} --x-libraries=%{_libdir}
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%files
%license COPYING