public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xdriinfo] f45: Update to 1.0.8 + switch to meson build system + simplify .gitignore
@ 2026-08-15 19:43 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-15 19:43 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xdriinfo
            Branch : f45
            Commit : e1591d38eb0256185fe141a70522faa9fe400e99
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-31T17:15:17-03:00
            Stats  : +16/-13 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xdriinfo/c/e1591d38eb0256185fe141a70522faa9fe400e99?branch=f45

            Log:
            Update to 1.0.8 + switch to meson build system + simplify .gitignore

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/.gitignore b/.gitignore
index 4e81880..c7656fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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

diff --git a/sources b/sources
index 1ccd27c..4d6a0c3 100644
--- a/sources
+++ b/sources
@@ -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

diff --git a/xdriinfo.spec b/xdriinfo.spec
index 321b72e..463150e 100644
--- a/xdriinfo.spec
+++ b/xdriinfo.spec
@@ -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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-15 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-15 19:43 [rpms/xdriinfo] f45: Update to 1.0.8 + switch to meson build system + simplify .gitignore Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox