From ef5d3b9ce70cd512be1187728252093b1561df2c Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Tue, 11 Jan 2022 00:07:32 +0100 Subject: [PATCH 01/16] Update to 1.12.4 --- .gitignore | 1 + amsynth-free-mismatch.patch | 13 +++++++++++++ amsynth.spec | 11 +++++++++-- sources | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 amsynth-free-mismatch.patch diff --git a/.gitignore b/.gitignore index 740c7cb..58ca7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /amsynth-1.11.0.tar.gz /amsynth-1.12.1.tar.gz /amsynth-1.12.2.tar.gz +/amsynth-1.12.4.tar.gz diff --git a/amsynth-free-mismatch.patch b/amsynth-free-mismatch.patch new file mode 100644 index 0000000..c625f26 --- /dev/null +++ b/amsynth-free-mismatch.patch @@ -0,0 +1,13 @@ +diff --git a/src/amsynth_lv2.cpp b/src/amsynth_lv2.cpp +index e90fad1..847ea9c 100644 +--- a/src/amsynth_lv2.cpp ++++ b/src/amsynth_lv2.cpp +@@ -85,7 +85,7 @@ lv2_instantiate(const LV2_Descriptor *descriptor, double sample_rate, const char + LV2_WORKER__schedule, &a->schedule, true, + NULL); + if (missing) { +- free(a); ++ delete a; + return nullptr; + } + diff --git a/amsynth.spec b/amsynth.spec index 6106721..664302f 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,11 +1,13 @@ Name: amsynth -Version: 1.12.2 -Release: 3%{?dist} +Version: 1.12.4 +Release: 1%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ URL: http://amsynth.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.gz +# Fix a compiler operator mismatch warning +Patch0: %{name}-free-mismatch.patch # https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B BuildRequires: gcc @@ -18,6 +20,7 @@ BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: intltool BuildRequires: pandoc +BuildRequires: lv2-devel Requires: hicolor-icon-theme Requires: %{name}-data = %{version}-%{release} @@ -115,6 +118,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Mon Jan 10 2022 Guido Aulisi - 1.12.4-1 +- Update to 1.12.4 +- Add BR lv2-devel + * Wed Jul 21 2021 Fedora Release Engineering - 1.12.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 8ef40b4..2fee857 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amsynth-1.12.2.tar.gz) = a1eef3d5a0d0f0ec1edb93d89b3e456ea133a8445a9be73ba338771ae651a2008aea8dd077a9bcf0cd50e6bcc97ad98ab4c44a9baefd9f3381287afdf3325e8f +SHA512 (amsynth-1.12.4.tar.gz) = 502fdd1d6c4e54a57482d266977d78008efa26717c173be0bf98e907a111366fd80b65d667b9448e751085901dc5f2a61ac0bf5b1d02e35c695ecd99c9d1df00 From 6a3978aba342a0bd0a170ff98ca5108237a78da5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 21:13:23 +0000 Subject: [PATCH 02/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 664302f..889b8bf 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.12.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -118,6 +118,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 1.12.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Jan 10 2022 Guido Aulisi - 1.12.4-1 - Update to 1.12.4 - Add BR lv2-devel From f974e4b75adbb0035daac789085b357c98e892e6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:45:21 +0000 Subject: [PATCH 03/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 889b8bf..8b208f7 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.12.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -118,6 +118,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.12.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jan 19 2022 Fedora Release Engineering - 1.12.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 0ea54b63779a2f31d941de92c32a623b397c789b Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Tue, 27 Dec 2022 23:13:22 +0100 Subject: [PATCH 04/16] Update to 1.13.0 --- .gitignore | 1 + amsynth-free-mismatch.patch | 13 ------------- amsynth.spec | 9 +++++---- sources | 2 +- 4 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 amsynth-free-mismatch.patch diff --git a/.gitignore b/.gitignore index 58ca7a8..c7b28e0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /amsynth-1.12.1.tar.gz /amsynth-1.12.2.tar.gz /amsynth-1.12.4.tar.gz +/amsynth-1.13.0.tar.gz diff --git a/amsynth-free-mismatch.patch b/amsynth-free-mismatch.patch deleted file mode 100644 index c625f26..0000000 --- a/amsynth-free-mismatch.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/amsynth_lv2.cpp b/src/amsynth_lv2.cpp -index e90fad1..847ea9c 100644 ---- a/src/amsynth_lv2.cpp -+++ b/src/amsynth_lv2.cpp -@@ -85,7 +85,7 @@ lv2_instantiate(const LV2_Descriptor *descriptor, double sample_rate, const char - LV2_WORKER__schedule, &a->schedule, true, - NULL); - if (missing) { -- free(a); -+ delete a; - return nullptr; - } - diff --git a/amsynth.spec b/amsynth.spec index 8b208f7..478eed6 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,13 +1,11 @@ Name: amsynth -Version: 1.12.4 -Release: 3%{?dist} +Version: 1.13.0 +Release: 1%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ URL: http://amsynth.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.gz -# Fix a compiler operator mismatch warning -Patch0: %{name}-free-mismatch.patch # https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B BuildRequires: gcc @@ -118,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Tue Dec 27 2022 Guido Aulisi - 1.13.0-1 +- Update to 1.13.0 + * Wed Jul 20 2022 Fedora Release Engineering - 1.12.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 2fee857..9e77541 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amsynth-1.12.4.tar.gz) = 502fdd1d6c4e54a57482d266977d78008efa26717c173be0bf98e907a111366fd80b65d667b9448e751085901dc5f2a61ac0bf5b1d02e35c695ecd99c9d1df00 +SHA512 (amsynth-1.13.0.tar.gz) = 29698be7d690c76a46a0c8306d6c3b94630b25ed9a3524d7e27d22e244f5c144b74b8473f09eecdb1368443f503ba7024d1c71ead6794f11a2d1cb2114c84bd5 From 07c76bca8c55a6355ec70dfee7038e4eee411449 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:41:44 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 478eed6..5f76504 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 1.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Tue Dec 27 2022 Guido Aulisi - 1.13.0-1 - Update to 1.13.0 From 5f503f21676be29733a548cb1eccfca0b189128a Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Mon, 6 Feb 2023 00:09:22 +0100 Subject: [PATCH 06/16] Update to 1.13.2 --- .gitignore | 1 + amsynth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7b28e0..c4359f9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /amsynth-1.12.2.tar.gz /amsynth-1.12.4.tar.gz /amsynth-1.13.0.tar.gz +/amsynth-1.13.2.tar.gz diff --git a/amsynth.spec b/amsynth.spec index 5f76504..4a1bb52 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth -Version: 1.13.0 -Release: 2%{?dist} +Version: 1.13.2 +Release: 1%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Sun Feb 05 2023 Guido Aulisi - 1.13.2-1 +- Update to 1.13.2 + * Wed Jan 18 2023 Fedora Release Engineering - 1.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 9e77541..bb86ae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amsynth-1.13.0.tar.gz) = 29698be7d690c76a46a0c8306d6c3b94630b25ed9a3524d7e27d22e244f5c144b74b8473f09eecdb1368443f503ba7024d1c71ead6794f11a2d1cb2114c84bd5 +SHA512 (amsynth-1.13.2.tar.gz) = b93949d3be3c484a27534bd515b12a460aa07d353635b09ecee0e731bf27025b4bf4684e2968cf3a7887c765e1ad80a912fd86582c6f028738fa60df82a40f86 From a2846272c8ce93efd75b6230d314c52c76f78afd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:13:54 +0000 Subject: [PATCH 07/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 4a1bb52..5d39762 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Feb 05 2023 Guido Aulisi - 1.13.2-1 - Update to 1.13.2 From 889d494f5b5dde145a0f985543218ea82ee69b71 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:53:05 +0000 Subject: [PATCH 08/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 5d39762..80fcd0f 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.13.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.13.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From f08fe5471a78bde5e02bd189a6e01cd5c0126c4d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 23:00:27 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 80fcd0f..007b011 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.13.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.13.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 10259916a1d7ab0c26503ac157a650a8dd62ea98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:57:11 +0000 Subject: [PATCH 10/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index 007b011..34d5a80 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -116,6 +116,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.13.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 1.13.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 11677a070aabfe459d059e08d1de561f4b739bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 25 Jul 2024 22:55:37 +0200 Subject: [PATCH 11/16] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- amsynth.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/amsynth.spec b/amsynth.spec index 34d5a80..7a73d48 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,9 +1,10 @@ Name: amsynth Version: 1.13.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A classic synthesizer with dual oscillators -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://amsynth.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.gz @@ -116,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Thu Jul 25 2024 Miroslav Suchý - 1.13.2-6 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 1.13.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c3df94e78b4300994dc475bcfd0a585ee19264cb Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Sun, 29 Sep 2024 12:42:27 +0200 Subject: [PATCH 12/16] Update to 1.13.4 --- .gitignore | 1 + amsynth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c4359f9..21773a3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /amsynth-1.12.4.tar.gz /amsynth-1.13.0.tar.gz /amsynth-1.13.2.tar.gz +/amsynth-1.13.4.tar.gz diff --git a/amsynth.spec b/amsynth.spec index 7a73d48..e722d10 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth -Version: 1.13.2 -Release: 6%{?dist} +Version: 1.13.4 +Release: 1%{?dist} Summary: A classic synthesizer with dual oscillators # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -117,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Sun Sep 29 2024 Guido Aulisi - 1.13.4-1 +- Update to 1.13.4 + * Thu Jul 25 2024 Miroslav Suchý - 1.13.2-6 - convert license to SPDX diff --git a/sources b/sources index bb86ae9..092d806 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amsynth-1.13.2.tar.gz) = b93949d3be3c484a27534bd515b12a460aa07d353635b09ecee0e731bf27025b4bf4684e2968cf3a7887c765e1ad80a912fd86582c6f028738fa60df82a40f86 +SHA512 (amsynth-1.13.4.tar.gz) = 94da080036667cc89dd22c04cadc8993fa4ff534b0f009f84d374fa20d391928a3b104287e6c6856edbdb1e5d26daf2c730a73fc08734db8c7eb62c8f35cc129 From 1061129e27809995887e8c108953f3e501df8d62 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:59:38 +0000 Subject: [PATCH 13/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index e722d10..c462d77 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A classic synthesizer with dual oscillators # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -117,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.13.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sun Sep 29 2024 Guido Aulisi - 1.13.4-1 - Update to 1.13.4 From c0b1c95c65139eb624597064b0620fa8b63b5c2e Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Sat, 6 Jul 2024 19:54:53 +0000 Subject: [PATCH 14/16] Fix typo in vst-amsynth-plugin description protocl -> protocol --- amsynth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index c462d77..b780bda 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -67,7 +67,7 @@ Requires: %{name}-data = %{version}-%{release} Obsoletes: vst-amsynth-plugins < 1.6.0 %description -n vst-amsynth-plugin -Amsynth plugin for the vst protocl +Amsynth plugin for the vst protocol %prep From 8cff4b8b7d9a84a8da85bf201d1fae98c6058cd4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:57:43 +0000 Subject: [PATCH 15/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index b780bda..e682d56 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A classic synthesizer with dual oscillators # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -117,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.13.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.13.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 955a7a1ec0e50bd89587da062b4f3abd53854972 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:39:14 +0000 Subject: [PATCH 16/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- amsynth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amsynth.spec b/amsynth.spec index e682d56..0ca63ed 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.13.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A classic synthesizer with dual oscillators # Automatically converted from old format: GPLv2+ - review is highly recommended. @@ -117,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*%{name}.* %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.13.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 1.13.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild