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/xset] rawhide: update to 1.2.6 fixes rhbz#2498884
Date: Mon, 13 Jul 2026 18:14:26 GMT	[thread overview]
Message-ID: <178396646633.1.14065491869755654476.rpms-xset-36ad41946239@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/xset
            Branch : rawhide
            Commit : 36ad419462394b588c497d42c20c34910f689304
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-07-10T02:21:17-03:00
            Stats  : +13/-14 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/xset/c/36ad419462394b588c497d42c20c34910f689304?branch=rawhide

            Log:
            update to 1.2.6 fixes rhbz#2498884

switch from autotools to meson build system

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

---
diff --git a/sources b/sources
index fcce7f3..8d671cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xset-1.2.5.tar.xz) = 12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d
+SHA512 (xset-1.2.6.tar.xz) = 5031166960eea0588b9ef643677d5aef44c83c6d6070234a68f247ea947b94818d94c6958d9abe05cfa99ceee98ad3c95443f5f0c54cf0d086407ffe816d19ca

diff --git a/xset.spec b/xset.spec
index 4c2f045..9552bab 100644
--- a/xset.spec
+++ b/xset.spec
@@ -1,36 +1,35 @@
 Name:       xset
-Version:    1.2.5
+Version:    1.2.6
 Release:    %autorelease
 Summary:    User preference utility for X
-
 License:    MIT-open-group
 URL:        https://www.x.org
 Source0:    https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
 
-BuildRequires:  automake libtool
-BuildRequires:  gcc make
+BuildRequires:  gcc
+BuildRequires:  meson
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xmu)
-BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes:  xorg-x11-server-utils < 7.7-40
+BuildRequires:  pkgconfig(xmuu)
+BuildRequires:  pkgconfig(xproto) >= 7.0.17
 
 %description
 This program is used to set various user preference options of the X server,
-including bell volume, dpms features, font paths and some settings related
+including bell volume, DPMS features, font paths and some settings related
 to the pointer.
 
 %prep
 %autosetup
 
 %build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson -Dxf86misc=disabled -Dfontcache=disabled
+%meson_build
 
 %install
-%make_install
+%meson_install
+
+%check
+%meson_test
 
 %files
 %license COPYING

                 reply	other threads:[~2026-07-13 18:14 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=178396646633.1.14065491869755654476.rpms-xset-36ad41946239@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