!32 fix build error
From: @peijiankang Reviewed-by: @hua_yadong Signed-off-by: @hua_yadong
This commit is contained in:
commit
3b324e866c
@ -1,6 +1,6 @@
|
|||||||
Name: ukui-notification-daemon
|
Name: ukui-notification-daemon
|
||||||
Version: 3.3.1
|
Version: 3.3.1
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: daemon to display passive popup notifications
|
Summary: daemon to display passive popup notifications
|
||||||
License: GPL-3+
|
License: GPL-3+
|
||||||
URL: https://github.com/ukui/ukui-notification-daemon
|
URL: https://github.com/ukui/ukui-notification-daemon
|
||||||
@ -39,9 +39,9 @@ Desktop Notifications spec.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 1
|
%patch 1 -p1
|
||||||
%patch -p1 2
|
%patch 2 -p1
|
||||||
%patch -p1 3
|
%patch 3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PATH=%{_qt5_bindir}:$PATH
|
export PATH=%{_qt5_bindir}:$PATH
|
||||||
@ -67,6 +67,12 @@ popd
|
|||||||
%{_datadir}/ukui-notification-daemon/ukui-notification-daemon_zh_CN.qm
|
%{_datadir}/ukui-notification-daemon/ukui-notification-daemon_zh_CN.qm
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 25 2024 houhongxun <houhongxun@kylinos.cn> - 3.3.1-6
|
||||||
- fix wrong assignment operator implementaion
|
- fix wrong assignment operator implementaion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user