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/xlsatoms] rawhide: update to 1.1.5 fixes rhbz#2142403
Date: Mon, 13 Jul 2026 19:15:48 GMT [thread overview]
Message-ID: <178397014887.1.1539249217993202239.rpms-xlsatoms-41f2d2f0b990@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xlsatoms
Branch : rawhide
Commit : 41f2d2f0b9906d20fe4822abb2358ffbc75278fe
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-10T00:33:47-03:00
Stats : +15/-15 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xlsatoms/c/41f2d2f0b9906d20fe4822abb2358ffbc75278fe?branch=rawhide
Log:
update to 1.1.5 fixes rhbz#2142403
switch from autotools to meson build system
spec cleanup and modernization
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/sources b/sources
index 57c19d3..fa0323c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xlsatoms-1.1.4.tar.xz) = 82f0d1e17850770537eac82947eff4514639f8122bd864e02685ede49db110a4c90c7782702ffb677a2b581f3eacd10dba80e63e29e7a1ed1c9255ee163fe0c4
+SHA512 (xlsatoms-1.1.5.tar.xz) = a3e91814d6484f7bd6bb55d49ab898e685beb0bb5c86209cfc3e2f3b9aa85c81e09322f25b315bb0afe2ce86b8344adb81c47ed38730a1d4ffa15ce07c230631
diff --git a/xlsatoms.spec b/xlsatoms.spec
index 767e0ba..c5742ea 100644
--- a/xlsatoms.spec
+++ b/xlsatoms.spec
@@ -1,34 +1,34 @@
Summary: X11 atom list utility
Name: xlsatoms
-Version: 1.1.4
+Version: 1.1.5
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: make
-BuildRequires: gettext-devel
-BuildRequires: libtool
-
-BuildRequires: pkgconfig(x11)
-
-Obsoletes: xorg-x11-utils < 7.5-39
+BuildRequires: gcc
+BuildRequires: meson
+BuildRequires: pkgconfig(xcb)
%description
xlsatoms prints the atom database from an X server.
%prep
-%setup -q
+%autosetup
+%meson
%build
-%configure
-%make_build
+%meson_build
%install
-%make_install
+%meson_install
+
+%check
+%meson_test
%files
+%license COPYING
+%doc README.md
%{_bindir}/xlsatoms
%{_mandir}/man1/xlsatoms.1*
reply other threads:[~2026-07-13 19:15 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=178397014887.1.1539249217993202239.rpms-xlsatoms-41f2d2f0b990@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