drop gtk 1.x support

(cherry picked from commit f486a1349dbb16a261d11df11c0bdb28c8d07657)
This commit is contained in:
Funda Wang 2025-04-16 09:23:42 +08:00 committed by openeuler-sync-bot
parent 430a62a646
commit fe27c77fce

View File

@ -10,7 +10,7 @@
Name: alsa-tools Name: alsa-tools
Version: 1.2.5 Version: 1.2.5
Release: 2 Release: 3
Summary: Advanced tools for ALSA Summary: Advanced tools for ALSA
License: GPLv2+ License: GPLv2+
@ -21,7 +21,7 @@ Source1: 90-alsa-tools-firmware.rules
Patch1: 0001-echomixer-fix-clang-16-incompatible-function-pointer.patch Patch1: 0001-echomixer-fix-clang-16-incompatible-function-pointer.patch
BuildRequires: alsa-lib-devel gcc gcc-c++ libtool findutils BuildRequires: alsa-lib-devel gcc gcc-c++ libtool findutils
BuildRequires: fltk-devel gtk+-devel gtk2-devel gtk3-devel desktop-file-utils BuildRequires: fltk-devel gtk2-devel gtk3-devel desktop-file-utils
Requires: xorg-x11-fonts-misc python3-alsa Requires: xorg-x11-fonts-misc python3-alsa
Provides: alsa-tools-libs = %{version}-%{release} Provides: alsa-tools-libs = %{version}-%{release}
@ -211,6 +211,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Wed Apr 16 2025 Funda Wang <fundawang@yeah.net> - 1.2.5-3
- drop gtk 1.x support
* Wed Aug 28 2024 yanying <201250106@smail.nju.edu.cn> - 1.2.5-2 * Wed Aug 28 2024 yanying <201250106@smail.nju.edu.cn> - 1.2.5-2
- backport fix for clang build - backport fix for clang build