Update to 0.29.17

This commit is contained in:
Marcel Plch 2020-04-28 13:09:46 +02:00
commit bae4cd93fd
3 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@
%bcond_without tests
Name: Cython
Version: 0.29.16
Version: 0.29.17
%global upver %{version_no_tilde %{nil}}
Release: 1%{?dist}
Summary: Language for writing Python extension modules
@ -103,6 +103,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Tue Apr 28 2020 Marcel Plch <mplch@redhat.com> - 0.29.17-1
- Update to 0.29.17
* Wed Mar 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.16-1
- Update to 0.29.16 (#1816785)