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 78e7b1b801ecf522ca2831704228cb8d7a594de7..7dbbae3b296013fa084bb23fcc7a28a649760f49 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,10 +1,10 @@ Name: python-greenlet Version: 0.4.14 -Release: 2 +Release: 3 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,5 +83,8 @@ that use python3-greenlet. %{_includedir}/python%{python3_version}*/greenlet/ %changelog +* Tue Sep 8 2020 liuweibo - 0.4.14-3 +- Fix Source0 + * Mon Dec 9 2019 openEuler Buildteam - 0.4.14-2 - Package init