From 0b2713db0ea16da64de25ebdd70573872a4d249d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 11:56:46 +0000 Subject: [PATCH 1/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index 3e40122..6da6bd4 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 11%{?dist} +Release: 12%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -59,6 +59,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Oct 06 2023 Songsong Zhang - 9-11 - Add riscv64 patch from https://github.com/jackaudio/a2jmidid/pull/18 From 51f3baa960142a1b62fffd0d32824dcd70af4c12 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:31:32 +0000 Subject: [PATCH 2/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index 6da6bd4..57f68b5 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 12%{?dist} +Release: 13%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -59,6 +59,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 9-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2393a352a6cb2a0575e541fc918e1ba5b2acf814 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:27:51 +0000 Subject: [PATCH 3/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index 57f68b5..68dc7ac 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 13%{?dist} +Release: 14%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -59,6 +59,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 9-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 9-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7cd13a67959a6fdd7779242f5889706a4515e3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 7 Aug 2024 09:18:25 +0200 Subject: [PATCH 4/8] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- a2jmidid.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index 68dc7ac..dd8ab87 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 14%{?dist} +Release: 15%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -11,7 +11,8 @@ Patch2: %{name}-add-riscv64-support.patch # a2jmidi_bridge.c and j2amidi_bridge.c are GPLv2+ # The rest is GPLv2 -License: GPLv2 and GPLv2+ +# Automatically converted from old format: GPLv2 and GPLv2+ - review is highly recommended. +License: GPL-2.0-only AND GPL-2.0-or-later BuildRequires: alsa-lib-devel BuildRequires: dbus-devel @@ -59,6 +60,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Wed Aug 07 2024 Miroslav Suchý - 9-15 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 9-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5f8bf1c35661f43426aaee9952503ccefa4278f0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:25:19 +0000 Subject: [PATCH 5/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index dd8ab87..bc8a5f4 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 15%{?dist} +Release: 16%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -60,6 +60,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 9-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Aug 07 2024 Miroslav Suchý - 9-15 - convert license to SPDX From 6698953808ac4b8c975b3c3cd3963dc02b51dd34 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 27 Mar 2025 08:46:28 -0700 Subject: [PATCH 6/8] Switch to pipewire-jack-audio-connection-kit-devel where available --- a2jmidid.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index bc8a5f4..6e1a4cc 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 16%{?dist} +Release: 17%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -17,7 +17,11 @@ License: GPL-2.0-only AND GPL-2.0-or-later BuildRequires: alsa-lib-devel BuildRequires: dbus-devel BuildRequires: gcc +%if 0%{?fedora} || 0%{?rhel} >= 9 +BuildRequires: pipewire-jack-audio-connection-kit-devel +%else BuildRequires: jack-audio-connection-kit-devel +%endif BuildRequires: meson Requires: dbus Requires: python3 @@ -60,6 +64,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Thu Mar 27 2025 Davide Cavalca - 9-17 +- Switch to pipewire-jack-audio-connection-kit-devel where available + * Thu Jan 16 2025 Fedora Release Engineering - 9-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 0e08c1f33429a1a4caf01f1d84f46cb81d99a26e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:40:43 +0000 Subject: [PATCH 7/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index 6e1a4cc..a5572dc 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 17%{?dist} +Release: 18%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -64,6 +64,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 9-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Mar 27 2025 Davide Cavalca - 9-17 - Switch to pipewire-jack-audio-connection-kit-devel where available From 8022010cee50ffe910ed36a9ae7412ea9983306a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:22:01 +0000 Subject: [PATCH 8/8] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- a2jmidid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/a2jmidid.spec b/a2jmidid.spec index a5572dc..938ee27 100644 --- a/a2jmidid.spec +++ b/a2jmidid.spec @@ -1,7 +1,7 @@ Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 9 -Release: 18%{?dist} +Release: 19%{?dist} URL: https://github.com/linuxaudio/a2jmidid Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Backported from upstream @@ -64,6 +64,9 @@ sed -i 's|^#!/usr/bin/env python3|#!/usr/bin/python3|' a2j_control %{_mandir}/man1/j2a* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 9-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 9-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild