!37 [sync] PR-36: drop gtk 1.x support

From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2025-04-16 07:23:35 +00:00 committed by Gitee
commit cd955f5254
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -10,7 +10,7 @@
Name: alsa-tools
Version: 1.2.5
Release: 2
Release: 3
Summary: Advanced tools for ALSA
License: GPLv2+
@ -21,7 +21,7 @@ Source1: 90-alsa-tools-firmware.rules
Patch1: 0001-echomixer-fix-clang-16-incompatible-function-pointer.patch
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
Provides: alsa-tools-libs = %{version}-%{release}
@ -211,6 +211,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_mandir}/man1/*
%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
- backport fix for clang build