From fb04925745b33325dbdac1fbf3b2eb05a9898e7b Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Mon, 19 Jun 2023 11:42:33 +0800 Subject: [PATCH] Standardize the path name (cherry picked from commit 1dcdb0c6c245892de41512c60dbdaa74b01dec88) --- ...e-python-modules-to-architecture-specific-directo.patch | 0 dbus-python.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename 0001-Move-python-modules-to-architecture-specific-directo.patch => Move-python-modules-to-architecture-specific-directo.patch (100%) diff --git a/0001-Move-python-modules-to-architecture-specific-directo.patch b/Move-python-modules-to-architecture-specific-directo.patch similarity index 100% rename from 0001-Move-python-modules-to-architecture-specific-directo.patch rename to Move-python-modules-to-architecture-specific-directo.patch diff --git a/dbus-python.spec b/dbus-python.spec index d07df64..05711de 100644 --- a/dbus-python.spec +++ b/dbus-python.spec @@ -3,13 +3,13 @@ Name: dbus-python Version: 1.2.18 -Release: 4 +Release: 5 Summary: original Python binding for dbus License: MIT and (AFL-2.1 or GPL-2.0-or-later) URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz Source1: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz.asc -Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch +Patch0: Move-python-modules-to-architecture-specific-directo.patch Patch1: Fix-deprecation-warnings-due-to-invalid-escape-seque.patch BuildRequires: dbus-devel dbus-glib-devel glib2-devel @@ -91,6 +91,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 +* Mon Jun 19 2023 hongjinghao - 1.2.18-5 +- Standardize the patch name + * Wed Jan 11 2023 hongjinghao - 1.2.18-4 - correct licenses and provide pythonXdist -- Gitee