diff --git a/.gitignore b/.gitignore index 3132585..21773a3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,11 @@ /amsynth-1.7.1.tar.bz2 /amsynth-1.8.0.tar.bz2 /amsynth-1.9.0.tar.bz2 +/amsynth-1.10.0.tar.gz +/amsynth-1.11.0.tar.gz +/amsynth-1.12.1.tar.gz +/amsynth-1.12.2.tar.gz +/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-format-overflow.patch b/amsynth-format-overflow.patch deleted file mode 100644 index 900da54..0000000 --- a/amsynth-format-overflow.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/GUI/PresetControllerView.cpp b/src/GUI/PresetControllerView.cpp -index c0a2b71..03f5c41 100644 ---- a/src/GUI/PresetControllerView.cpp -+++ b/src/GUI/PresetControllerView.cpp -@@ -90,7 +90,7 @@ static GtkWidget * button_with_image(const gchar *stock_id, const gchar *label) - static gboolean on_output(GtkSpinButton *spin, gpointer user_data) - { - static const char *names[12] = {"C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"}; -- gchar text[8]; -+ gchar text[12]; - gint value = gtk_spin_button_get_value_as_int (spin); - sprintf (text, "%s%d", names[value % 12], value / 12 - 1); - gtk_entry_set_text (GTK_ENTRY (spin), text); diff --git a/amsynth.spec b/amsynth.spec index 1c45fa7..0ca63ed 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,25 +1,25 @@ Name: amsynth -Version: 1.9.0 -Release: 2%{?dist} +Version: 1.13.4 +Release: 4%{?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.bz2 -# Patch reported upsteam https://github.com/amsynth/amsynth/pull/131 -Patch0: %{name}-format-overflow.patch +Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}/%{name}-%{version}.tar.gz # https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gtk2-devel -BuildRequires: jack-audio-connection-kit-devel lash-devel libsndfile-devel libsndfile-utils +BuildRequires: jack-audio-connection-kit-devel +BuildRequires: lash-devel BuildRequires: mesa-libGL-devel mesa-libEGL-devel BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: intltool BuildRequires: pandoc -Requires: jack-audio-connection-kit libsndfile-utils lash +BuildRequires: lv2-devel Requires: hicolor-icon-theme Requires: %{name}-data = %{version}-%{release} @@ -44,7 +44,7 @@ Sound banks and skins used in amsynth Summary: Amsynth lv2 plugin Requires: lv2 Requires: %{name}-data = %{version}-%{release} -Obsoletes: lv2-amsynth-plugins +Obsoletes: lv2-amsynth-plugins < 1.6.0 %description -n lv2-amsynth-plugin Amsynth plugin for the lv2 audio standard @@ -53,9 +53,10 @@ Amsynth plugin for the lv2 audio standard %package -n dssi-amsynth-plugin Summary: Amsynth dssi plugin BuildRequires: dssi-devel liblo liblo-devel +BuildRequires: make Requires: dssi Requires: %{name}-data = %{version}-%{release} -Obsoletes: dssi-amsynth-plugins +Obsoletes: dssi-amsynth-plugins < 1.6.0 %description -n dssi-amsynth-plugin Amsynth plugin for the dssi audio API @@ -63,10 +64,10 @@ Amsynth plugin for the dssi audio API %package -n vst-amsynth-plugin Summary: Amsynth vst plugin Requires: %{name}-data = %{version}-%{release} -Obsoletes: vst-amsynth-plugins +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 @@ -116,6 +117,82 @@ 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* 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 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.12.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 29 08:20:42 CET 2020 Guido Aulisi - 1.12.2-1 +- Update to 1.12.2 +- Fix #1911367 + +* Mon Nov 16 2020 Guido Aulisi - 1.12.1-1 +- Update to 1.12.1 + +* Sun Oct 04 2020 Guido Aulisi - 1.11.0-1 +- Update to 1.11.0 + +* Fri Jul 31 2020 Fedora Release Engineering - 1.10.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 08 2020 Guido Aulisi - 1.10.0-1 +- Update to 1.10.0 +- Some spec cleanup + +* Tue Jan 28 2020 Fedora Release Engineering - 1.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 1.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 7db4d51..092d806 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (amsynth-1.9.0.tar.bz2) = 4600c0ca8ee2cfecdbaa272bf9a29a29386b04081fe2b75fa3d12c7d53c75a32803f30d1822c36db64009f8c38258f2e22c4e59210b882de0568d5241c623965 +SHA512 (amsynth-1.13.4.tar.gz) = 94da080036667cc89dd22c04cadc8993fa4ff534b0f009f84d374fa20d391928a3b104287e6c6856edbdb1e5d26daf2c730a73fc08734db8c7eb62c8f35cc129