Updated the spec

This commit is contained in:
Ross Lawley 2012-03-05 14:28:33 +00:00
parent 9451c9f331
commit 82446d641e

View File

@ -5,13 +5,13 @@
%define srcname mongoengine
Name: python-%{srcname}
Version: 0.5.3
Version: 0.6
Release: 1%{?dist}
Summary: A Python Document-Object Mapper for working with MongoDB
Group: Development/Libraries
License: MIT
URL: https://github.com/namlook/mongoengine
URL: https://github.com/MongoEngine/mongoengine
Source0: %{srcname}-%{version}.tar.bz2
BuildRequires: python-devel
@ -51,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT
# %{python_sitearch}/*
%changelog
* Mon Mar 05 2012 Ross Lawley <ross.lawley@gmail.com> 0.6
- 0.6 released
* Thu Oct 27 2011 Pau Aliagas <linuxnow@gmail.com> 0.5.3-1
- Update to latest dev version
- Add PIL dependency for ImageField