Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 40692c399e | |||
| c710166308 |
@@ -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
3
xdriinfo-1.0.8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00463056435b82261c227ad0de1873fd4536101607fbc57540e28e4a0a9b71f7
|
||||
size 123872
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user