public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xlsatoms] rawhide: update to 1.1.5 fixes rhbz#2142403
@ 2026-07-13 19:15 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-13 19:15 UTC (permalink / raw)
  To: git-commits

            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*
 

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

only message in thread, other threads:[~2026-07-13 19:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 19:15 [rpms/xlsatoms] rawhide: update to 1.1.5 fixes rhbz#2142403 Filipe Rosset

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