From aac689a293a07c81994250d4991cfe02f3e7edf7 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 11:39:29 +0800 Subject: [PATCH] modify the URL of Source0 --- python-pydbus.spec | 10 ++++++++-- pydbus-0.6.0.tar.gz => v0.6.0.tar.gz | Bin 2 files changed, 8 insertions(+), 2 deletions(-) rename pydbus-0.6.0.tar.gz => v0.6.0.tar.gz (100%) 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