public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xwd] rawhide: update to 1.0.10, built with meson build system
@ 2026-07-23 2:56 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23 2:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xwd
Branch : rawhide
Commit : 190da006c3c044680d18575788b8466e2e3937f3
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-22T23:52:44-03:00
Stats : +20/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xwd/c/190da006c3c044680d18575788b8466e2e3937f3?branch=rawhide
Log:
update to 1.0.10, built with meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index d35701b..eba90a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
/xwd-*.tar.bz2
/xwd-1.0.9.tar.xz
/xwd-1.0.9.tar.xz.sig
+/xwd-1.0.10.tar.xz
+/xwd-1.0.10.tar.xz.sig
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
diff --git a/sources b/sources
index bcaaee9..4d86bdf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (xwd-1.0.9.tar.xz) = ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56
-SHA512 (xwd-1.0.9.tar.xz.sig) = 07923628085da7da7322ef7878ed48b91b2fd8ae13f9c0c4b3b5b1f8de194ae65c26c3b4b1a209aeee85485522bbf7f4758b3c60a57dfd1fe58fdcc19bc01c54
+SHA512 (xwd-1.0.10.tar.xz) = 93be318bbc3d305f7786c9964376536f990b7172d0800193573697442770cf7ca47ef20d869af0c365b894ef41cc8721fd0a6d6b439fd95bf9ebf7859e2d96d6
+SHA512 (xwd-1.0.10.tar.xz.sig) = d469fac7314ee12964d03f9f537d60c5b34e3994b11da4ab6cabb9e96ff81d097cd30c3dfde2582467f32f5be10a369979a012c518d55b80f54903b111e4357c
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
diff --git a/xwd.spec b/xwd.spec
index ec4c9a7..184aab6 100644
--- a/xwd.spec
+++ b/xwd.spec
@@ -1,19 +1,20 @@
Name: xwd
-Version: 1.0.9
+Version: 1.0.10
Release: %autorelease
Summary: Dump an X window to file
License: MIT-open-group AND HPND-sell-variant
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
+Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
-BuildRequires: automake libtool
-BuildRequires: gcc make
+BuildRequires: gcc
+BuildRequires: gpgverify
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
-BuildRequires: pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes: xorg-x11-apps < 7.7-31
+BuildRequires: pkgconfig(xproto) >= 7.0.25
%description
Xwd is an X Window System window dumping utility. Xwd allows X users to
@@ -22,15 +23,18 @@ be read by various other X utilities for redisplay, printing, editing,
formatting, archiving, image processing, etc.
%prep
+%gpgverify -k 2 -s 1 -d 0
%autosetup
%build
-autoreconf -v --install
-%configure --disable-silent-rules
-%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-07-23 2:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 2:56 [rpms/xwd] rawhide: update to 1.0.10, built with meson build system Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox