diff --git a/dasbus-1.3.tar.gz b/dasbus-1.3.tar.gz index b9c197a..34675fd 100644 Binary files a/dasbus-1.3.tar.gz and b/dasbus-1.3.tar.gz differ diff --git a/python-dasbus.spec b/python-dasbus.spec index 8b61291..c4cd461 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -2,12 +2,12 @@ Name: python-%{srcname} Version: 1.3 -Release: 1 +Release: 2 Summary: DBus library in Python 3 License: LGPLv2+ URL: https://pypi.python.org/pypi/dasbus -Source0: https://github.com/rhinstaller/%{srcname}/archive/%{srcname}-%{version}.tar.gz +Source0: https://codeload.github.com/rhinstaller/%{srcname}/tar.gz/v%{version}#/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -42,5 +42,11 @@ Requires: python3-gobject-base %{python3_sitelib}/%{srcname}/ %changelog +* Wed Sep 30 2020 lunankun - 1.3-2 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix Source0 url + * Tue Jun 23 2020 fengtao - 1.3-1 - package init