!36 [sync] PR-35: 补丁名去除000前缀

From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2023-06-25 02:35:38 +00:00 committed by Gitee
commit 49798ce614
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -3,13 +3,13 @@
Name: dbus-python Name: dbus-python
Version: 1.2.18 Version: 1.2.18
Release: 4 Release: 5
Summary: original Python binding for dbus Summary: original Python binding for dbus
License: MIT and (AFL-2.1 or GPL-2.0-or-later) License: MIT and (AFL-2.1 or GPL-2.0-or-later)
URL: http://www.freedesktop.org/wiki/Software/DBusBindings/ URL: http://www.freedesktop.org/wiki/Software/DBusBindings/
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz 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 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 Patch1: Fix-deprecation-warnings-due-to-invalid-escape-seque.patch
BuildRequires: dbus-devel dbus-glib-devel glib2-devel 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 %doc NEWS ChangeLog README doc/API_CHANGES.txt doc/tutorial.txt
%changelog %changelog
* Mon Jun 19 2023 hongjinghao <hongjinghao@huawei.com> - 1.2.18-5
- Standardize the patch name
* Wed Jan 11 2023 hongjinghao <hongjinghao@huawei.com> - 1.2.18-4 * Wed Jan 11 2023 hongjinghao <hongjinghao@huawei.com> - 1.2.18-4
- correct licenses and provide pythonXdist - correct licenses and provide pythonXdist