From 446c1377d3ed6ff5ec76c80e3daf9b6fdb6a9612 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:32:38 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index 04a7567..45ae72f 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ @@ -35,6 +35,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.8.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.8.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 810f571385f346b6aac00f24f6ff71d3b333d0c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:21:08 +0000 Subject: [PATCH 2/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index 45ae72f..8b15693 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ @@ -35,6 +35,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.8.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.8.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 25725d0f41c673843b688fa53c87b1a9aecdbd0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:44:17 +0000 Subject: [PATCH 3/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index 8b15693..ac79287 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ @@ -35,6 +35,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.8.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.8.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d8037e141cf0bac47ac4b7c73ed26987faa578de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:45:34 +0200 Subject: [PATCH 4/9] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xbindkeys.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index ac79287..1cfc63e 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,9 +1,10 @@ Name: xbindkeys Version: 1.8.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Binds keys or mouse buttons to shell commands under X -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://www.nongnu.org/xbindkeys/ Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz BuildRequires: make @@ -35,6 +36,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Fri Jul 26 2024 Miroslav Suchý - 1.8.7-10 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.8.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 04c2bf57f813bc76283ffd00c3964b27b405f212 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 30 Sep 2024 17:27:41 +0100 Subject: [PATCH 5/9] Build against guile 3.0 --- xbindkeys-1.7.3-rplmalloc.patch | 11 ----------- xbindkeys-1.8.7-guile-3.0.patch | 22 ++++++++++++++++++++++ xbindkeys.spec | 12 ++++++++---- 3 files changed, 30 insertions(+), 15 deletions(-) delete mode 100644 xbindkeys-1.7.3-rplmalloc.patch create mode 100644 xbindkeys-1.8.7-guile-3.0.patch diff --git a/xbindkeys-1.7.3-rplmalloc.patch b/xbindkeys-1.7.3-rplmalloc.patch deleted file mode 100644 index 3ac79ad..0000000 --- a/xbindkeys-1.7.3-rplmalloc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.rplmalloc 2006-07-02 16:21:41.000000000 +0200 -+++ ./configure 2006-07-02 16:22:06.000000000 +0200 -@@ -6191,7 +6191,7 @@ - - - cat >>confdefs.h <<\_ACEOF --#define malloc rpl_malloc -+/* #define malloc rpl_malloc */ - _ACEOF - - fi diff --git a/xbindkeys-1.8.7-guile-3.0.patch b/xbindkeys-1.8.7-guile-3.0.patch new file mode 100644 index 0000000..769bf9f --- /dev/null +++ b/xbindkeys-1.8.7-guile-3.0.patch @@ -0,0 +1,22 @@ +--- xbindkeys-1.8.7/aclocal.m4.orig 2024-09-30 17:18:49.468471130 +0100 ++++ xbindkeys-1.8.7/aclocal.m4 2024-09-30 17:19:25.084471117 +0100 +@@ -48,7 +48,7 @@ + # + AC_DEFUN([GUILE_PKG], + [PKG_PROG_PKG_CONFIG +- _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])" ++ _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])" + if test -n "$GUILE_EFFECTIVE_VERSION"; then + _guile_tmp="" + for v in $_guile_versions_to_search; do +--- xbindkeys-1.8.7/configure.orig 2024-09-30 17:18:58.922471127 +0100 ++++ xbindkeys-1.8.7/configure 2024-09-30 17:19:33.078471114 +0100 +@@ -5395,7 +5395,7 @@ + PKG_CONFIG="" + fi + fi +- _guile_versions_to_search="2.2 2.0 1.8" ++ _guile_versions_to_search="3.0 2.2 2.0 1.8" + if test -n "$GUILE_EFFECTIVE_VERSION"; then + _guile_tmp="" + for v in $_guile_versions_to_search; do diff --git a/xbindkeys.spec b/xbindkeys.spec index 1cfc63e..df8d861 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,15 +1,16 @@ Name: xbindkeys Version: 1.8.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Binds keys or mouse buttons to shell commands under X # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later URL: http://www.nongnu.org/xbindkeys/ Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz -BuildRequires: make +Patch1: xbindkeys-1.8.7-guile-3.0.patch +BuildRequires: make BuildRequires: gcc -BuildRequires: guile22-devel +BuildRequires: guile30-devel BuildRequires: libX11-devel Requires: tk @@ -20,7 +21,7 @@ or mouse buttons using a simple configuration file, and is independent of the window manager. %prep -%autosetup +%autosetup -p1 %build %configure @@ -36,6 +37,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Mon Sep 30 2024 Peter Robinson - 1.8.7-11 +- Build against guile 3.0 + * Fri Jul 26 2024 Miroslav Suchý - 1.8.7-10 - convert license to SPDX From 532ade1d05298693a46b710b081f259e67ec3a41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:27:19 +0000 Subject: [PATCH 6/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index df8d861..46764e9 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Binds keys or mouse buttons to shell commands under X # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -37,6 +37,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.8.7-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Sep 30 2024 Peter Robinson - 1.8.7-11 - Build against guile 3.0 From d123390788375f8980f10592296ab75c74056d5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:38:32 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index 46764e9..b4d4161 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Binds keys or mouse buttons to shell commands under X # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -37,6 +37,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.8.7-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.8.7-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From ea526125e452a0d61d0701ca0e033fd33651776e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:28:26 +0000 Subject: [PATCH 8/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index b4d4161..d687542 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Binds keys or mouse buttons to shell commands under X # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -37,6 +37,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.8.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.8.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8a0b2c636cba62a4f37c8bed848fa557425dd00c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:01:51 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xbindkeys.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xbindkeys.spec b/xbindkeys.spec index d687542..876a315 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Binds keys or mouse buttons to shell commands under X # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -37,6 +37,9 @@ LDFLAGS="-lpthread" %{make_build} %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.8.7-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.8.7-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild