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

            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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 18:14 [rpms/xset] rawhide: update to 1.2.6 fixes rhbz#2498884 Filipe Rosset

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