diff --git a/ptpython.spec b/ptpython.spec index a0d8b3c..e04365f 100644 --- a/ptpython.spec +++ b/ptpython.spec @@ -1,6 +1,6 @@ Name: ptpython Version: 0.41 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python REPL build on top of prompt_toolkit License: BSD URL: https://github.com/jonathanslenders/ptpython @@ -105,6 +105,9 @@ find -name \*.py | xargs sed -i -e '1 {/^#!\//d}' %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.41-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Carl George - 0.41-7 - Add patch1 to fix Python 3.7 build (upstream #250)