public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xdpyinfo] rawhide: Update to 1.4.0
@ 2026-08-09  1:27 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-09  1:27 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-08-09  1:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  1:27 [rpms/xdpyinfo] rawhide: Update to 1.4.0 Filipe Rosset

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