public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xrdb] rawhide: update to 1.2.3 fixes rhbz#2498885
@ 2026-07-13 18:15 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-13 18:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrdb
Branch : rawhide
Commit : 6549b1626ed18fd2b368d806d994f6ce2f0184f4
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-07-10T01:23:29-03:00
Stats : +14/-12 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xrdb/c/6549b1626ed18fd2b368d806d994f6ce2f0184f4?branch=rawhide
Log:
update to 1.2.3 fixes rhbz#2498885
switch from autotools to meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/sources b/sources
index 0a579ac..12084f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xrdb-1.2.2.tar.xz) = c8a6fc94e270e9cb5602e055150553de103d545298285157ecd8924f163a10ebeb9acfff56d1fafbf48d339809c76340213792478cdf3270012d3cd05486001c
+SHA512 (xrdb-1.2.3.tar.xz) = 4dbbfd38afc9c795de3671a37e377247dc598b9c1352f6f07158fb716437f0465fb5db4eee22d74ebee93dff4a3ef1c1e4268f333cea0d8f02d1fa10104ac748
diff --git a/xrdb.spec b/xrdb.spec
index fe601eb..b02b585 100644
--- a/xrdb.spec
+++ b/xrdb.spec
@@ -1,5 +1,5 @@
Name: xrdb
-Version: 1.2.2
+Version: 1.2.3
Release: %autorelease
Summary: X server resource database utility
@@ -7,15 +7,15 @@ License: HPND-DEC AND 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: cpp
+BuildRequires: gcc
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xmu)
+BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
+BuildRequires: pkgconfig(xproto) >= 7.0.25
+Recommends: cpp
-Recommends: cpp
-
-Obsoletes: xorg-x11-server-utils < 7.7-40
%description
xrdb is used to get or set the contents of the RESOURCE_MANAGER property on
@@ -26,12 +26,14 @@ root window of any or all screens, or everything combined.
%autosetup
%build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson -Dcpp=%{_bindir}/cpp
+%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: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 18:15 [rpms/xrdb] rawhide: update to 1.2.3 fixes rhbz#2498885 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox