diff --git a/python-simpleline.spec b/python-simpleline.spec index fc1d1c0..9e4c5f1 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Summary: A Python library for creating text UI Url: https://github.com/rhinstaller/python-%{srcname} Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} # This tarball was created from upstream git: # git clone https://github.com/rhinstaller/python-simpleline # cd python-simpleline && make archive @@ -59,6 +59,9 @@ make test %{python3_sitelib}/* %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Nov 19 2018 Jiri Konecny - 1.4-1 - Fix and add tests for the new changes (#1646568) (jkonecny) - Add should_run_with_empty_stack configuration (#1646568) (jkonecny)