import Cython-0.28.1-7.module+el8.0.0+2961+596d0223

This commit is contained in:
CentOS Sources 2019-05-07 17:56:04 -04:00 committed by Andrew Lukoshko
parent fffa46a0c2
commit a2dc041cf1

View File

@ -9,7 +9,7 @@
Name: Cython
Version: 0.28.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -117,6 +117,10 @@ rm -rf %{buildroot}%{python2_sitelib}/setuptools/tests
%endif
%changelog
* Wed Apr 03 2019 Tomas Orsava <torsava@redhat.com> - 0.28.1-7
- Bumping due to problems with modular RPM upgrade path (#1695587)
- Related: rhbz#1693974
* Wed Dec 12 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.28.1-6
- Replace GCC's attribute optimize("Os") by the better supported and similar (cold).
- Resolves: rhbz#1658621