fix patch error

This commit is contained in:
peijiankang 2024-11-20 11:05:29 +08:00
parent 4236d81706
commit 809cc4b456

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