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/xlsfonts] rawhide: update to 1.0.9 fixes rhbz#2497950
Date: Fri, 10 Jul 2026 03:57:06 GMT	[thread overview]
Message-ID: <178365582615.1.18286767777769519971.rpms-xlsfonts-d1d4570b2886@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xlsfonts
            Branch : rawhide
            Commit : d1d4570b28860e66484803151ba85ab85055176c
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-10T00:54:26-03:00
            Stats  : +12/-12 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/xlsfonts/c/d1d4570b28860e66484803151ba85ab85055176c?branch=rawhide

            Log:
            update to 1.0.9 fixes rhbz#2497950

switch from autotools to meson build system

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

---
diff --git a/sources b/sources
index 98213fa..6946991 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (xlsfonts-1.0.8.tar.xz) = 401c86d902f173c440c08a22067a51e7238949c8d3c71eba7a8df11955edfec27525c8cbbcf2e96ed444fa20b15f98cf65a01343215d1ed9ba84fce849d02927
-SHA512 (xlsfonts-1.0.8.tar.xz.sig) = b004d91368f48bcdb3ac575a43b8ba844f1828831286e0c904f8fbe73eb298ca4f32a0b83b2dafb6ddcefbb96e82b214959d4d008808624d05cb09ec833fbe40
+SHA512 (xlsfonts-1.0.9.tar.xz) = c08d8ad107eabcd8ffc2653de172b2b3192c3823890e95feb226c5689335b8cb3d8d3a78168f62f07b7f84bf55b1cf8e2230df2fed1c414a56f36cfa150224b1

diff --git a/xlsfonts.spec b/xlsfonts.spec
index ecdf540..d46adf5 100644
--- a/xlsfonts.spec
+++ b/xlsfonts.spec
@@ -1,16 +1,14 @@
 Summary:    X font list utility
 Name:       xlsfonts
-Version:    1.0.8
+Version:    1.0.9
 Release:    %autorelease
 License:    MIT
-URL:        http://www.x.org
-Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+URL:        https://www.x.org
+Source:     https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
 BuildRequires:  gcc
-BuildRequires:  make
-BuildRequires:  gettext-devel
-BuildRequires:  libtool
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
-Obsoletes: xorg-x11-utils < 7.5-39
+BuildRequires:  pkgconfig(xproto)
 
 %description
 xlsfonts lists the fonts available on an X server.
@@ -19,11 +17,14 @@ xlsfonts lists the fonts available on an X server.
 %autosetup -p1
 
 %build
-%configure
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
+
+%check
+%meson_test
 
 %files
 %doc README.md

                 reply	other threads:[~2026-07-10  3:57 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=178365582615.1.18286767777769519971.rpms-xlsfonts-d1d4570b2886@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