Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2018-02-07 01:50:55 +00:00
parent 8bab3772f7
commit e7771c7022
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: adapt
Version: 0.3.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Mycroft's Adapt Intent Parser
License: LGPLv3
@ -79,6 +79,9 @@ rm -rf adapt-parser.egg-info
%{python3_sitelib}/%{name}/
%changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 0.3.0-3
- Fix ambiguous Python 2 dependency declarations
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)