diff --git a/python-pydbus.spec b/python-pydbus.spec index 9199371..7509692 100644 --- a/python-pydbus.spec +++ b/python-pydbus.spec @@ -2,11 +2,11 @@ Name: python-%{_name} Version: 0.6.0 -Release: 11 +Release: 12 Summary: Pythonic DBus library License: LGPLv2+ URL: https://github.com/LEW21/pydbus -Source0: https://github.com/LEW21/pydbus/archive/%{_name}-%{version}.tar.gz +Source0: https://github.com/LEW21/pydbus/archive/v%{version}.tar.gz Patch1: 0001-make-direction-attribute-conforming-to-introspect.dt.patch Patch2: 0002-Support-asynchronous-calls-58.patch @@ -59,6 +59,12 @@ Python3 version of %{summary}. %{python3_sitelib}/%{_name}/ %changelog +* Tue Sep 8 2020 wangchen - 0.6.0-12 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:modify the URL of Source0 + * Mon Jul 13 2020 Liquor - 0.6.0-11 - Type:bugfix - ID:NA diff --git a/pydbus-0.6.0.tar.gz b/v0.6.0.tar.gz similarity index 100% rename from pydbus-0.6.0.tar.gz rename to v0.6.0.tar.gz