Rebuilt for Python3.5 rebuild

This commit is contained in:
Robert Kuska 2015-10-13 08:05:28 +02:00
parent ab4fd977de
commit 2f4533dc5e
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/Whoosh-2.5.5.tar.gz /Whoosh-2.5.5.tar.gz
/Whoosh-2.5.6.tar.gz /Whoosh-2.5.6.tar.gz
/Whoosh-2.5.7.tar.gz /Whoosh-2.5.7.tar.gz
/Whoosh-2.7.0.tar.gz

View File

@ -11,8 +11,8 @@
%global mod_name Whoosh %global mod_name Whoosh
Name: python-whoosh Name: python-whoosh
Version: 2.5.7 Version: 2.7.0
Release: 5%{?dist} Release: 1%{?dist}
Summary: Fast, pure-Python full text indexing, search, and spell checking library Summary: Fast, pure-Python full text indexing, search, and spell checking library
License: BSD License: BSD
@ -102,6 +102,9 @@ popd
%endif %endif
%changelog %changelog
* Mon Oct 12 2015 Robert Kuska <rkuska@redhat.com> 2.7.0-1
- Update to version 2.7.0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.7-5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9d35a7498d5c7af8fe162f63719f4eeb Whoosh-2.5.7.tar.gz 9a0fc2df9335e1d2e81dd84a2c4c416f Whoosh-2.7.0.tar.gz