diff --git a/greenlet-0.4.14.tar.gz b/0.4.14.tar.gz similarity index 100% rename from greenlet-0.4.14.tar.gz rename to 0.4.14.tar.gz diff --git a/python-greenlet.spec b/python-greenlet.spec index 05494e9e4890a1dab344c7ff8df604df1d1dbda3..9a16bdc6b18d56059a24b4240551c27b7b1fed93 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,10 +1,10 @@ Name: python-greenlet Version: 0.4.14 -Release: 3 +Release: 4 Summary: lightweight coroutines for in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet -Source0: https://github.com/python-greenlet/greenlet/archive/greenlet-0.4.14.tar.gz +Source0: https://github.com/python-greenlet/greenlet/archive/0.4.14.tar.gz BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools BuildRequires: gcc-c++ @@ -83,6 +83,9 @@ that use python3-greenlet. %{_includedir}/python%{python3_version}*/greenlet/ %changelog +* Tue Sep 15 2020 liuweibo - 0.4.14-4 +- Fix Source0 + * Fri Aug 21 2020 fanjiachen - 0.4.14-3 - Type:rebuild - ID:NA