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 d07df64452e7cd20e66dfb876f0c5e5cf9ebe9e0..05711deeb101a1fc8ea1ed0acb8f42a1a5195301 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