public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/xclipboard] rawhide: update to 1.1.6, built with meson, fixes rhbz#2502672
Date: Thu, 23 Jul 2026 17:24:32 GMT [thread overview]
Message-ID: <178482747229.1.10825229991611238269.rpms-xclipboard-ae73681f87aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xclipboard
Branch : rawhide
Commit : ae73681f87aadbb28f5b1c7c10ee0e2376ff01f5
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-21T02:18:20-03:00
Stats : +23/-15 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xclipboard/c/ae73681f87aadbb28f5b1c7c10ee0e2376ff01f5?branch=rawhide
Log:
update to 1.1.6, built with meson, fixes rhbz#2502672
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 252cf8c..3f9f7a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/xclipboard-*.tar.*
+/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
diff --git a/sources b/sources
index d867b9a..28527de 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-SHA512 (xclipboard-1.1.5.tar.xz) = 9962b8d19e6387c9af87a47d66d81577ec3e2ba1d0aa6f6ca8fa89664ccfb0dd20906e143a4d19a303a4eded4f29c4bd40868477fbf754a79cdb48256846a8d3
+SHA512 (xclipboard-1.1.6.tar.xz) = c7d14f9997e7ab7741f5694fe04d413ef92d479160533ac46dc9ebb25d727d649b9a624ab82f8fadef072645c967a80bc2b7305f0a50a2a3b4cb927525f64aeb
+SHA512 (xclipboard-1.1.6.tar.xz.sig) = bb800dee77a5b0859c36033b2d478d270ec27f3d48f162d741ecfca6dfd74df8206405366bf94a61bb396018a04e3ba11546b751884208e1b1976939ffb9c9d8
+SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = 8f1042fc1ff6c68909b07f4c3b078304a6e5c7b0f32145930f6da253565bae1da4bb432c052c913dbb6854f0749a6b8746bbb1b5a52c82bbea15e17d01e3b6d1
diff --git a/xclipboard.spec b/xclipboard.spec
index 5c8252a..3b5bb3a 100644
--- a/xclipboard.spec
+++ b/xclipboard.spec
@@ -1,23 +1,24 @@
Name: xclipboard
-Version: 1.1.5
+Version: 1.1.6
Release: %autorelease
Summary: Utility to collect and display text selections
License: MIT-open-group
URL: https://www.x.org
-Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
+Source0: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz
+Source1: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz.sig
+Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
-BuildRequires: automake libtool
-BuildRequires: gcc make
+BuildRequires: gcc
+BuildRequires: gpgverify
+BuildRequires: meson
BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(xmu)
-BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xaw7)
-BuildRequires: pkgconfig(xt)
+BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xkbfile)
-BuildRequires: pkgconfig(xorg-macros) >= 1.8
-
-Obsoletes: xorg-x11-apps < 7.7-31
+BuildRequires: pkgconfig(xmu)
+BuildRequires: pkgconfig(xproto) >= 7.0.17
+BuildRequires: pkgconfig(xt) >= 1.1
%description
xclipboard is used to collect and display text selections that are
@@ -26,18 +27,22 @@ CLIPBOARD selections for later use. It stores each CLIPBOARD
selection as a separate string, each of which can be selected.
%prep
+%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
%autosetup
%build
-autoreconf -v --install
-%configure --disable-silent-rules
-%make_build
+%meson
+%meson_build
%install
-%make_install
+%meson_install
+
+%check
+%meson_test
%files
%license COPYING
+%doc README.md
%{_bindir}/xclipboard
%{_bindir}/xcutsel
%{_mandir}/man1/xclipboard.1*
reply other threads:[~2026-07-23 17:24 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=178482747229.1.10825229991611238269.rpms-xclipboard-ae73681f87aa@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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