public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xdpyinfo] rawhide: Update to 1.4.0
Date: Sun, 09 Aug 2026 01:27:51 GMT [thread overview]
Message-ID: <178623887107.1.8953356080815758734.rpms-xdpyinfo-e3f891c1eb9b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xdpyinfo
Branch : rawhide
Commit : e3f891c1eb9b9a261fb7b4302813861dbeb03a0a
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T17:00:37-03:00
Stats : +16/-17 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xdpyinfo/c/e3f891c1eb9b9a261fb7b4302813861dbeb03a0a?branch=rawhide
Log:
Update to 1.4.0
switch from autotools to meson build system
.gitignore cleanup
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/sources b/sources
index f576439..042f2d8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12
-SHA512 (xdpyinfo-1.3.4.tar.xz.sig) = e225cfa529f73c84585358dfd86a88f75cccb9b13ddb78a937e0cfbe163982e4b5c4a36597845ae825ebbb70f4d5bd192e46e13ed35ab19f8a20086b29989f35
+SHA512 (xdpyinfo-1.4.0.tar.xz) = 478dd3de58950eeca213a51820445e62a5a63b2fa9ff3505f22802a7980f855fc11f1465e57ff4c34cdf8df0a0ff3c576804ef44f11f3b52c1c9da4ecc5a62d3
diff --git a/xdpyinfo.spec b/xdpyinfo.spec
index 58fc703..ae6e5f3 100644
--- a/xdpyinfo.spec
+++ b/xdpyinfo.spec
@@ -1,43 +1,43 @@
Summary: X11 display information utility
Name: xdpyinfo
-Version: 1.3.4
+Version: 1.4.0
Release: %autorelease
License: MIT
-URL: http://www.x.org
+URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
-BuildRequires: gcc make
-BuildRequires: gettext-devel
-BuildRequires: libtool
-
-BuildRequires: pkgconfig(dmx)
+BuildRequires: gcc
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(x11-xcb)
BuildRequires: pkgconfig(xcb) >= 1.6
+BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
-BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xinerama)
-BuildRequires: pkgconfig(xorg-macros) >= 1.8
+BuildRequires: pkgconfig(xproto) >= 7.0.22
BuildRequires: pkgconfig(xrandr) >= 1.2
+BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xtst)
-BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(xxf86dga)
BuildRequires: pkgconfig(xxf86vm)
-Obsoletes: xorg-x11-utils < 7.5-39
%description
xdpyinfo prints basic diagnostic information about a given X server.
%prep
-%setup -q
+%autosetup
%build
-%configure
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
+
+%check
+%meson_test
%files
%license COPYING
reply other threads:[~2026-08-09 1:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178623887107.1.8953356080815758734.rpms-xdpyinfo-e3f891c1eb9b@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox