diff --git a/pgcli.spec b/pgcli.spec index eaaf954..244db18 100644 --- a/pgcli.spec +++ b/pgcli.spec @@ -2,7 +2,7 @@ Name: %{pypi_name} Version: 3.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: CLI for Postgres Database. With auto-completion and syntax highlighting License: BSD @@ -80,6 +80,9 @@ PYTHONPATH=build/lib/ py.test-3 %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 3.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Itamar Reis Peixoto - 3.0.0-4 - lower requirements to prompt_toolkit 2.0.6 +