From 048c8d73ca06f98d61cf11fcea9779291e7a703f Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 27 May 2020 08:51:52 +0000 Subject: [PATCH] Update to 0.29.19 --- Cython.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index 398dafe..499ea31 100644 --- a/Cython.spec +++ b/Cython.spec @@ -4,9 +4,9 @@ %bcond_without tests Name: Cython -Version: 0.29.17 +Version: 0.29.19 %global upver %{version_no_tilde %{nil}} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Wed May 27 2020 sguelton@redhat.com - 0.29.19-1 +- Update to 0.29.19 + * Mon May 25 2020 Miro HronĨok - 0.29.17-4 - Rebuilt for Python 3.9