From 809cc4b4562a24ae508026af114eb544192a3560 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 20 Nov 2024 11:05:29 +0800 Subject: [PATCH] fix patch error --- ukui-notification-daemon.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ukui-notification-daemon.spec b/ukui-notification-daemon.spec index d2ea34f..df973d5 100644 --- a/ukui-notification-daemon.spec +++ b/ukui-notification-daemon.spec @@ -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 - 3.3.1-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix patch error + * Thu Apr 25 2024 houhongxun - 3.3.1-6 - fix wrong assignment operator implementaion