diff --git a/python-mongoengine.spec b/python-mongoengine.spec index ba463a0..82b7233 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -1,7 +1,7 @@ %global pkgname mongoengine Name: python-mongoengine Version: 0.7.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A Python Document-Object Mapper for working with MongoDB License: MIT @@ -88,16 +88,22 @@ rm -f test/*.pyc %changelog +* Wed Mar 13 2013 Eduardo Echeverria - 0.7.9-5 +- Fix setup.py (add python-pillow instead python-imaging) + * Mon Jan 28 2013 Yohan Graterol - 0.7.9-4 - Add Requires: pymongo, python-gridfs for f17 - Add Requires: python-pymongo, python-pymongo-gridfs for f18+ - Add Requires: python-blinker, python-imaging + * Sun Jan 27 2013 Yohan Graterol - 0.7.9-3 - Built and included test - Add BuildRequires: python-django >= 1.3 + * Sun Jan 27 2013 Yohan Graterol - 0.7.9-2 - Built and included sphinx docs - Add BuildRequires: python-sphinx, python-pymongo, pymongo-gridfs - Add BuildRequires: python-coverage, python-nose + * Thu Jan 17 2013 Yohan Graterol - 0.7.9-1 - Initial packaging