public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xwud] rawhide: update to 1.0.8, built with meson build system
Date: Thu, 23 Jul 2026 02:49:14 GMT	[thread overview]
Message-ID: <178477495440.1.14372463165915985249.rpms-xwud-feae1e7a7c53@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xwud
            Branch : rawhide
            Commit : feae1e7a7c53c8a04ebd5b1e682419b8e19948c3
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-22T23:35:11-03:00
            Stats  : +18/-12 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/xwud/c/feae1e7a7c53c8a04ebd5b1e682419b8e19948c3?branch=rawhide

            Log:
            update to 1.0.8, built with meson build system

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 17644bc..ed1cd6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /xwud-*.tar.*
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg

diff --git a/sources b/sources
index 5ab54a4..0cadd0c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
-SHA512 (xwud-1.0.7.tar.xz) = 3c910fc170f6f6373d426aa5532bd3ede6d83efab06a77c3a43a92aa9cfae9a5324d5a6ca1dfcc8941be6895b6769b3a7beee8081815000b57f93aa1b4e7c420
-SHA512 (xwud-1.0.7.tar.xz.sig) = 465f38755e5ad4d8d11feb59fe3272100350c840bba9670d035e5eedc476f938ee9394e536c43dd0f7d63d98ff9f782b3d56a4929bf8fdbe29b2caa3acb1773b
+SHA512 (xwud-1.0.8.tar.xz) = ff5c6a2d02cada3347f1f810702e6194e2005f5f507150fc3f58ff6a127462d4ffbb4196e5fe41dcc2a6bfab07e7d60abd324e99707abaef66d3a9fdcec3a4b5
+SHA512 (xwud-1.0.8.tar.xz.sig) = ef7a9b8b482587cbe8bdf287118ea50e881ffcbe9b15fc6efb71fd6ff41320a678af05b4ba20d171aabf71e1d6d1549a94d7948bf1c056ed7969da9d0d174873
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0

diff --git a/xwud.spec b/xwud.spec
index 4901f6d..0f0754a 100644
--- a/xwud.spec
+++ b/xwud.spec
@@ -1,33 +1,37 @@
 Name:       xwud
-Version:    1.0.7
+Version:    1.0.8
 Release:    %autorelease
 Summary:    Tool to display an X window image
 
 License:    MIT
 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(xorg-macros) >= 1.8
-
-Obsoletes:  xorg-x11-apps < 7.7-31
+BuildRequires:  pkgconfig(xproto) >= 7.0.25
 
 %description
 xwud allows X users to display in a window an image saved in a specially
 formatted dump file, such as produced by xwd.
 
 %prep
+%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
 %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

                 reply	other threads:[~2026-07-23  2:49 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=178477495440.1.14372463165915985249.rpms-xwud-feae1e7a7c53@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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