Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Filipe Rosset
e1591d38eb Update to 1.0.8 + switch to meson build system + simplify .gitignore
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
2026-07-31 17:15:17 -03:00
Fedora Release Engineering
b75bc0421c Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:07:07 +00:00
3 changed files with 16 additions and 13 deletions

5
.gitignore vendored
View file

@ -1,4 +1,3 @@
/xdriinfo-1.0.4.tar.bz2
/xdriinfo-1.0.7.tar.xz
/xdriinfo-1.0.7.tar.xz.sig
/alanc.gpg
/xdriinfo-*.tar.xz
/xdriinfo-*.tar.xz.sig

View file

@ -1,3 +1,3 @@
SHA512 (xdriinfo-1.0.7.tar.xz) = a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
SHA512 (xdriinfo-1.0.7.tar.xz.sig) = a6f203eda0cc4ad6b4d11dc4d7402c9c64f0c3da50b6d59fdaac75cdb16a568407fe01fca790a788a633b0f7a561a28dac72c3ba89b07b1489c6e4c93ff481f1
SHA512 (alanc.gpg) = 7ee60f2cdcc2cebb824d32c30217c2ed3bac83bad7a8866e0b7e59342c74bb35bfe6a910d37d409d4da6ae2a372e96494e7a8903c0ba29d62adbd506a88ef48b
SHA512 (alanc.gpg) = c337c018c5fd3ff843a82f1912aedd8a0ce15db44d575148be8db802b59dedc4b3c4f8f389dba82d866cfe176b60c5db9b6726dbe93429e9b865e637a89baafc
SHA512 (xdriinfo-1.0.8.tar.xz) = 36ea6a453b7f3ec7caa028282c701c98dfb45886dc833e31931d3ed6333a96a5bf7d3816bf5db51b3c359297f25e242c913eae4dd01be5de557475b4cd98d458
SHA512 (xdriinfo-1.0.8.tar.xz.sig) = 49d62c453d91d3ffd8e5d11a5e5b829378a5df27c343ffdec2d586d7d2130f4283b79a149acf297cb1d3765df85811ebd192b03f24dad63a2e813192dcf3041b

View file

@ -1,5 +1,5 @@
Name: xdriinfo
Version: 1.0.7
Version: 1.0.8
Release: %autorelease
Summary: X application to query configuration information of DRI drivers
License: MIT
@ -13,10 +13,11 @@ Source2: https://gitlab.freedesktop.org/alanc.gpg
Conflicts: glx-utils < 9.0.0-4
BuildRequires: gcc
BuildRequires: libglvnd-devel
BuildRequires: xorg-x11-util-macros
BuildRequires: make autoconf automake libtool
BuildRequires: gnupg2
BuildRequires: meson
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glproto)
BuildRequires: pkgconfig(x11)
%description
xdriinfo can be used to query configuration information of direct
@ -27,11 +28,11 @@ rendering drivers.
%autosetup
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%files
%license COPYING
@ -39,5 +40,8 @@ rendering drivers.
%{_mandir}/man1/xdriinfo.1*
%doc AUTHORS ChangeLog README.md
%check
%meson_test
%changelog
%autochangelog