From b7a6d8c4449d956f1c49e3478c561e0df8fa865d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Tue, 25 Oct 2022 03:49:23 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 --- dbus-python.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dbus-python.spec b/dbus-python.spec index e208c5b..e582748 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -2,7 +2,7 @@ Name: dbus-python Version: 1.2.18 -Release: 2 +Release: 3 Summary: original Python binding for dbus License: MIT URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ @@ -79,6 +79,9 @@ make check -k -C python3-build || (cat python3-build/test-suite.log && true) %doc NEWS ChangeLog README doc/API_CHANGES.txt doc/tutorial.txt %changelog +* Tue Oct 25 2022 zhangruifang - 1.2.18-3 +- Rebuild for next release + * Fri Aug 27 2021 panxiaohe - 1.2.18-2 - Fix deprecation warnings due to invalid escape sequences -- Gitee