From 310ea9f98be494aa1a4c2e814e55dcb8cfa47e15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:07:16 +0000 Subject: [PATCH 01/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_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 025774d..00ef78c 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.5 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ @@ -34,6 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.8.5-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.8.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 5f19d52581d97f1e61aa2790cd43587fefa5cf3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:28:02 +0000 Subject: [PATCH 02/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 00ef78c..b0fe4ca 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.5 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ @@ -34,6 +34,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.8.5-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.8.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 558ab85ca1f73b4543abc96a03aa310a6938ca92 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 13 Sep 2020 23:53:53 +0100 Subject: [PATCH 03/19] v1.8.7 --- .gitignore | 1 + sources | 2 +- xbindkeys.spec | 20 ++++++++++++-------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 827d4d7..45285b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xbindkeys-1.8.3.tar.gz /xbindkeys-1.8.5.tar.gz +/xbindkeys-1.8.7.tar.gz diff --git a/sources b/sources index 8e71a38..8a1d3b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b66a05594dbc6888c0a6439351aa66d xbindkeys-1.8.5.tar.gz +SHA512 (xbindkeys-1.8.7.tar.gz) = a6b1478e8ef4bedc686fdd15abc11a8a592ac17c69e1a5a13f60e735e9be9646faed62e980cdac4aa7bc7e3253237465de38dee98935dd3f9911d4e48209b2e9 diff --git a/xbindkeys.spec b/xbindkeys.spec index b0fe4ca..40dccfe 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,13 +1,13 @@ Name: xbindkeys -Version: 1.8.5 -Release: 18%{?dist} +Version: 1.8.7 +Release: 1%{?dist} Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ URL: http://www.nongnu.org/xbindkeys/ Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz BuildRequires: gcc -BuildRequires: guile-devel +BuildRequires: guile22-devel BuildRequires: libX11-devel Requires: tk @@ -18,22 +18,26 @@ or mouse buttons using a simple configuration file, and is independent of the window manager. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} LDFLAGS="-lpthread" +LDFLAGS="-lpthread" %{make_build} %install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %files -%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO xbindkeysrc* +%license COPYING +%doc AUTHORS INSTALL NEWS README xbindkeysrc* %attr(0755, root, root) %{_bindir}/xbindkeys* %attr(0644, root, root) %{_mandir}/man?/* %changelog +* Sun Sep 13 2020 Peter Robinson - 1.8.7-1 +- Update to 1.8.7 +- Use Guile 2.2 + * Wed Jul 29 2020 Fedora Release Engineering - 1.8.5-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 0b00929e547d250f4269de20d4b7dcf9a1c1f41c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Sep 2020 07:47:27 +0100 Subject: [PATCH 04/19] cleanup gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 45285b1..73aebe4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -xbindkeys-1.8.3.tar.gz -/xbindkeys-1.8.5.tar.gz -/xbindkeys-1.8.7.tar.gz +/xbindkeys-*.tar.gz From f2eb25714667f8d7fa5159829e2fb004a33a7b9b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:09:01 +0000 Subject: [PATCH 05/19] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xbindkeys.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xbindkeys.spec b/xbindkeys.spec index 40dccfe..dcc1f34 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -6,6 +6,7 @@ Summary: Binds keys or mouse buttons to shell commands under X License: GPLv2+ URL: http://www.nongnu.org/xbindkeys/ Source: http://www.nongnu.org/xbindkeys/xbindkeys-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc BuildRequires: guile22-devel BuildRequires: libX11-devel From 6bf03f3f0504f31372734f88044754555536244f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:48:29 +0000 Subject: [PATCH 06/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 dcc1f34..06e5915 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 1%{?dist} +Release: 2%{?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 +* Wed Jan 27 2021 Fedora Release Engineering - 1.8.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Sep 13 2020 Peter Robinson - 1.8.7-1 - Update to 1.8.7 - Use Guile 2.2 From 848f6217b4849ac4a69646db80a0ad7310d96638 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:18:09 +0000 Subject: [PATCH 07/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 06e5915..2a8002c 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 2%{?dist} +Release: 3%{?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 +* Fri Jul 23 2021 Fedora Release Engineering - 1.8.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.8.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 21519c483022bb1787804114e731406d145d9ad1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:49:46 +0000 Subject: [PATCH 08/19] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 2a8002c..322560b 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 3%{?dist} +Release: 4%{?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 22 2022 Fedora Release Engineering - 1.8.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.8.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 46d0adfd204a6a5ab4a6b153203fbbcc11a24020 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:48:41 +0000 Subject: [PATCH 09/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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 322560b..cb0f62b 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 4%{?dist} +Release: 5%{?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 23 2022 Fedora Release Engineering - 1.8.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.8.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 642e0afb84d8140527c680cf89d988bf37ebe7e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:10:23 +0000 Subject: [PATCH 10/19] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_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 cb0f62b..04a7567 100644 --- a/xbindkeys.spec +++ b/xbindkeys.spec @@ -1,6 +1,6 @@ Name: xbindkeys Version: 1.8.7 -Release: 5%{?dist} +Release: 6%{?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 21 2023 Fedora Release Engineering - 1.8.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.8.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 446c1377d3ed6ff5ec76c80e3daf9b6fdb6a9612 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:32:38 +0000 Subject: [PATCH 11/19] 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 12/19] 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 13/19] 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 14/19] 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 15/19] 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 16/19] 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 17/19] 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 18/19] 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 19/19] 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