Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-01-21 15:31:15 +00:00
parent a209d7d27d
commit 793c5bcff2

View File

@ -4,7 +4,7 @@ Name: python-%{srcname}
Summary: A Python library for creating text UI
Url: https://github.com/rhinstaller/python-%{srcname}
Version: 1.9.0
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
@ -60,6 +60,9 @@ make test
%{python3_sitelib}/*
%changelog
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Oct 11 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.9.0-1
- New version - 1.9.0 (Jiri Konecny)
- Adapt Makefile bumpver target for x.y.z versioning (Jiri Konecny)