From 295d20cec4f3a89fad7ead6d58e0a3bdb0288a6b33aa32ab4bf62083aed1de54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Apr 2018 11:44:39 +0000 Subject: [PATCH] Accepting request 593184 from home:aplanas:branches:devel:languages:python - Fix README.rst name for the callback demo OBS-URL: https://build.opensuse.org/request/show/593184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=100 --- python-Cython-doc.changes | 5 +++++ python-Cython-doc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index fe8e9a5..b18d721 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 3 11:35:57 UTC 2018 - aplanas@suse.com + +- Fix README.rst name for the callback demo + ------------------------------------------------------------------- Mon Mar 19 13:23:58 UTC 2018 - tchvatal@suse.com diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index f710a93..bf36708 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -50,7 +50,7 @@ allows the compiler to generate very efficient C code from Cython code. %prep %setup -q -n Cython-%{version} # Fix EOL encoding -sed -i "s|\r||" Demos/callback/{README.txt,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} +sed -i "s|\r||" Demos/callback/{README.rst,cheesefinder.h} Demos/embed/Makefile.{unix,msc.static} # Remove tests broken with new gcc rm -f tests/run/builtin_abs.pyx