From 4e028d85fc4bfa6fccd43f269e2497235b29c775 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 9 Jan 2024 18:01:04 +0100 Subject: [PATCH] Fix C type errors using G_CALLBACK Related to: --- alsa-tools-c99.patch | 132 +++++++++++++++++++++++++++++++++++++++++++ alsa-tools.spec | 7 ++- 2 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 alsa-tools-c99.patch diff --git a/alsa-tools-c99.patch b/alsa-tools-c99.patch new file mode 100644 index 0000000..ef07ed0 --- /dev/null +++ b/alsa-tools-c99.patch @@ -0,0 +1,132 @@ +Submitted upstream: + +diff --git a/echomixer/echomixer.c b/echomixer/echomixer.c +index 4946a5ddd5de6790..80124baefa6608f3 100644 +--- a/echomixer/echomixer.c ++++ b/echomixer/echomixer.c +@@ -2105,7 +2105,7 @@ printf("components = %s\n", snd_ctl_card_info_get_components(hw_info));*/ + for (i=0; i= %{version} @@ -93,6 +94,7 @@ The following tools are available: %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .hwmixvolume-python +%patch -P 2 -p1 %build mv seq/sbiload . ; rm -rf seq @@ -201,6 +203,9 @@ install -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d %endif %changelog +* Tue Jan 09 2024 Florian Weimer - 1.2.5-10 +- Fix C type errors using G_CALLBACK + * Wed Jul 19 2023 Fedora Release Engineering - 1.2.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild