From b4d1ae9108f6641bb7976e3b65bb36e51c8326b0 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Tue, 31 Dec 2019 16:05:52 +0800 Subject: [PATCH] python-pydbus: update url and source0 field in spec file --- python-pydbus.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-pydbus.spec b/python-pydbus.spec index 37f1898..586931d 100644 --- a/python-pydbus.spec +++ b/python-pydbus.spec @@ -2,11 +2,11 @@ Name: python-%{_name} Version: 0.6.0 -Release: 9 +Release: 10 Summary: Pythonic DBus library License: LGPLv2+ -URL: https://pypi.python.org/pypi/pydbus -Source0: https://files.pythonhosted.org/packages/source/p/pydbus/%{_name}-%{version}.tar.gz +URL: https://github.com/LEW21/pydbus +Source0: https://github.com/LEW21/pydbus/archive/%{_name}-%{version}.tar.gz Patch1: 0001-make-direction-attribute-conforming-to-introspect.dt.patch Patch2: 0002-Support-asynchronous-calls-58.patch @@ -63,6 +63,12 @@ Python3 version of %{summary}. %{python3_sitelib}/%{_name}/ %changelog +* Tue Dec 31 2019 hanxinke - 0.6.0-10 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:update url and source0 field in spec file + * Sat Oct 19 2019 shenyangyang - 0.6.0-9 - Type:enhancement - ID:NA