!32 fix build error

From: @peijiankang 
Reviewed-by: @hua_yadong 
Signed-off-by: @hua_yadong
This commit is contained in:
openeuler-ci-bot 2024-11-20 06:26:00 +00:00 committed by Gitee
commit 3b324e866c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ukui-notification-daemon
Version: 3.3.1
Release: 6
Release: 7
Summary: daemon to display passive popup notifications
License: GPL-3+
URL: https://github.com/ukui/ukui-notification-daemon
@ -39,9 +39,9 @@ Desktop Notifications spec.
%prep
%setup -q
%patch -p1 1
%patch -p1 2
%patch -p1 3
%patch 1 -p1
%patch 2 -p1
%patch 3 -p1
%build
export PATH=%{_qt5_bindir}:$PATH
@ -67,6 +67,12 @@ popd
%{_datadir}/ukui-notification-daemon/ukui-notification-daemon_zh_CN.qm
%changelog
* Wed Nov 20 2024 peijiankang <peijiankang@kylinos.cn> - 3.3.1-7
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix patch error
* Thu Apr 25 2024 houhongxun <houhongxun@kylinos.cn> - 3.3.1-6
- fix wrong assignment operator implementaion