diff --git a/python-mongoengine.spec b/python-mongoengine.spec index 246b125..8954cd9 100644 --- a/python-mongoengine.spec +++ b/python-mongoengine.spec @@ -1,7 +1,7 @@ %global pkgname mongoengine Name: python-mongoengine -Version: 0.7.9 -Release: 6%{?dist} +Version: 0.8.3 +Release: 1%{?dist} Summary: A Python Document-Object Mapper for working with MongoDB License: MIT @@ -46,9 +46,9 @@ Requires: python-blinker MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar -to the Django ORM. +to the Django ORM. + - %prep %setup -q -n %{pkgname}-%{version} @@ -88,6 +88,8 @@ rm -f test/*.pyc %changelog +* Mon Aug 12 2013 Yohan Graterol - 0.8.3-1 +- New version * Sun Aug 04 2013 Fedora Release Engineering - 0.7.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild