From 7240923ba4bb1b4c159f93a01927026550a4ffc7 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 14 Apr 2025 15:13:39 +0200 Subject: [PATCH 1/5] update to 1.2.14 Signed-off-by: Jaroslav Kysela --- alsa-tools.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index 4d84122..a9b271d 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -24,8 +24,8 @@ Summary: Specialist tools for ALSA Name: alsa-tools -Version: 1.2.11 -Release: 6%{?dist} +Version: 1.2.14 +Release: 1%{?dist} # Checked at least one source file from all the sub-projects contained in # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 @@ -203,6 +203,9 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/udev/rules.d %endif %changelog +- Mon Apr 14 2025 Jaroslav Kysela - 1.2.14-1 +- Updated to 1.2.14 + * Mon Jan 27 2025 Jaroslav Kysela - 1.2.11-6 - GCC warning fixes diff --git a/sources b/sources index 05ba85a..991cb24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-tools-1.2.11.tar.bz2) = b5a29a83121a637eaa16d225875feeabaea893eabc61b97d0c18a5852d851ff2e6932bd732786bb43525b410c2bb9185261cc4509fd3ee5fd8536557f12b2154 +SHA512 (alsa-tools-1.2.14.tar.bz2) = 36996eb19c590f3f8deb5831ef4e4a9016578e42172901dd97ebe78a4c6fc14e8d84d8f6639cc37d2db91c1d73727226cf1a5d952c586cfc909768377b04e8c7 From c76143a5e78a6f74915231cbb4e8cfe9adaebe95 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 14 Apr 2025 16:17:02 +0200 Subject: [PATCH 2/5] remove gcc fixes patch (duplicate) Signed-off-by: Jaroslav Kysela --- alsa-tools.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index a9b271d..b477b46 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -36,7 +36,6 @@ Source: ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2 Source1: 90-alsa-tools-firmware.rules Patch1: hwmixvolume-python.patch -Patch2: gcc-fixes.patch BuildRequires: gcc gcc-c++ BuildRequires: alsa-lib-devel >= %{version} @@ -94,7 +93,6 @@ The following tools are available: %prep %setup -q -n %{name}-%{version} %patch -P 1 -p1 -b .hwmixvolume-python -%patch -P 2 -p1 -b .gcc-fixes %build mv seq/sbiload . ; rm -rf seq From 2f71082f08656ce7d7fe4c951f8438d5c2fffe7b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:55:20 +0000 Subject: [PATCH 3/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- alsa-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index b477b46..d5e831c 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -25,7 +25,7 @@ Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.2.14 -Release: 1%{?dist} +Release: 2%{?dist} # Checked at least one source file from all the sub-projects contained in # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 @@ -201,6 +201,9 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/udev/rules.d %endif %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.2.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + - Mon Apr 14 2025 Jaroslav Kysela - 1.2.14-1 - Updated to 1.2.14 From f7df5493214e9afd91047e9ad186ec3960cfb8ac Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 8 Dec 2025 10:07:32 +0100 Subject: [PATCH 4/5] update to 1.2.15 Signed-off-by: Jaroslav Kysela --- alsa-tools.spec | 10 +++++++--- sources | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index d5e831c..68efb84 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -24,8 +24,8 @@ Summary: Specialist tools for ALSA Name: alsa-tools -Version: 1.2.14 -Release: 2%{?dist} +Version: 1.2.15 +Release: 1%{?dist} # Checked at least one source file from all the sub-projects contained in # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 @@ -42,6 +42,7 @@ BuildRequires: alsa-lib-devel >= %{version} %if 0%{!?_without_tools:1} BuildRequires: gtk2-devel BuildRequires: gtk3-devel +BuildRequires: gtk4-devel BuildRequires: fltk-devel BuildRequires: make Buildrequires: desktop-file-utils @@ -201,10 +202,13 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/udev/rules.d %endif %changelog +* Mon Dec 8 2025 Jaroslav Kysela - 1.2.15-1 +- Updated to 1.2.15 + * Wed Jul 23 2025 Fedora Release Engineering - 1.2.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild -- Mon Apr 14 2025 Jaroslav Kysela - 1.2.14-1 +* Mon Apr 14 2025 Jaroslav Kysela - 1.2.14-1 - Updated to 1.2.14 * Mon Jan 27 2025 Jaroslav Kysela - 1.2.11-6 diff --git a/sources b/sources index 991cb24..8fc480e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-tools-1.2.14.tar.bz2) = 36996eb19c590f3f8deb5831ef4e4a9016578e42172901dd97ebe78a4c6fc14e8d84d8f6639cc37d2db91c1d73727226cf1a5d952c586cfc909768377b04e8c7 +SHA512 (alsa-tools-1.2.15.tar.bz2) = b2354fcaccfa316df7847438ad6b4ca3702be4ca88c46878c198a52ca6c659263b61759d4898e7a73acf64dd0e3004c103fa67a1cbdb2e53212f13368173be23 From a16a7842fe0d1b9d815d4c34091e94a75fde765b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:36:49 +0000 Subject: [PATCH 5/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- alsa-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-tools.spec b/alsa-tools.spec index 68efb84..25ae794 100644 --- a/alsa-tools.spec +++ b/alsa-tools.spec @@ -25,7 +25,7 @@ Summary: Specialist tools for ALSA Name: alsa-tools Version: 1.2.15 -Release: 1%{?dist} +Release: 2%{?dist} # Checked at least one source file from all the sub-projects contained in # the source tarball and they are consistent GPLv2+ - TJ 2007-11-15 @@ -202,6 +202,9 @@ install -m 644 %{SOURCE1} %{buildroot}/usr/lib/udev/rules.d %endif %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 1.2.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Mon Dec 8 2025 Jaroslav Kysela - 1.2.15-1 - Updated to 1.2.15