diff --git a/0001-fix-time-shutdown-coredump.patch b/0001-fix-time-shutdown-coredump.patch new file mode 100644 index 0000000000000000000000000000000000000000..a4b7bba7a40aa1e7ff8e5b85758d5f1cef4fec21 --- /dev/null +++ b/0001-fix-time-shutdown-coredump.patch @@ -0,0 +1,25 @@ +From 0593828f399543eff2da150c4589e7e4af66978d Mon Sep 17 00:00:00 2001 +From: huayadong +Date: Wed, 1 Mar 2023 10:32:07 +0800 +Subject: [PATCH] dddd + +--- + src/widget.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/widget.cpp b/src/widget.cpp +index f288c91..852d7ae 100644 +--- a/src/widget.cpp ++++ b/src/widget.cpp +@@ -43,7 +43,7 @@ Widget::Widget(QWidget *parent) + initGsetting(); + + // 根据版本设置gsetting值 +- getTimeShutdownVersion(); ++// getTimeShutdownVersion(); + + // 创建当前动作 + createActions(); +-- +2.36.1 + diff --git a/time-shutdown-1.1.1.tar.gz b/time-shutdown-1.1.1.tar.gz deleted file mode 100644 index f518fed743ee23c7ae682b4799c3f0846f376ffe..0000000000000000000000000000000000000000 Binary files a/time-shutdown-1.1.1.tar.gz and /dev/null differ diff --git a/time-shutdown-1.1.2.tar.gz b/time-shutdown-1.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f147ff5a5118468740f847e0eb6879a657774758 Binary files /dev/null and b/time-shutdown-1.1.2.tar.gz differ diff --git a/time-shutdown.spec b/time-shutdown.spec index a70c954aed034b322a3c3ad82f90a10068f45526..3ca438eca33f5eead64ad3364fa435103c7a7f37 100644 --- a/time-shutdown.spec +++ b/time-shutdown.spec @@ -1,6 +1,6 @@ Name: time-shutdown -Version: 1.1.1 -Release: 4 +Version: 1.1.2 +Release: 2 Summary: The time-shutdown is mainly used in the desktop operating system License: GPL-3+ @@ -17,6 +17,7 @@ Requires: libX11 Requires: ukui-notification-daemon Patch0: add_desktop_file.patch +Patch1: 0001-fix-time-shutdown-coredump.patch %description The time-shutdown is mainly used in the desktop operating system. @@ -47,8 +48,15 @@ popd %{_datadir}/applications/ukui-time-shotdown.desktop %{_datadir}/glib-2.0/schemas/org.ukui.time.shutdown.settings.gschema.xml %{_datadir}/ukui-time-shutdown/time-shutdown_zh_CN.qm +%{_datadir}/ukui-time-shutdown/ukui-time-shutdown_bo_CN.qm %changelog +* Wed Mar 1 2023 huayadong - 1.1.2-2 +- fix time shutdown coredump + +* Fri Nov 25 2022 douyan - 1.1.2-1 +- update to upstream version 1.1.2 + * Fri Mar 4 2022 douyan - 1.1.1-4 - update to upstream version 1.1.1 diff --git a/time-shutdown.yaml b/time-shutdown.yaml new file mode 100644 index 0000000000000000000000000000000000000000..827b9b036d6c65255ec7a0d904254e988a500eb4 --- /dev/null +++ b/time-shutdown.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: https://github.com/ukui/time-shutdown.git +tag_prefix: "v" +separator: "." \ No newline at end of file