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/xrdb] rawhide: update to 1.2.3 fixes rhbz#2498885
Date: Mon, 13 Jul 2026 18:15:02 GMT	[thread overview]
Message-ID: <178396650286.1.15022299085342044594.rpms-xrdb-6549b1626ed1@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-13 18:15 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=178396650286.1.15022299085342044594.rpms-xrdb-6549b1626ed1@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