diff --git a/python-mongoquery.spec b/python-mongoquery.spec index a2036fc..05e0b76 100644 --- a/python-mongoquery.spec +++ b/python-mongoquery.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A python implementation of mongodb queries License: Unlicense @@ -67,5 +67,8 @@ parsers. It follows the specification of queries for MongoDB version 3.2. %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %changelog +* Mon Dec 19 2016 Miro HronĨok - 1.1.0-2 +- Rebuild for Python 3.6 + * Thu Jun 02 2016 Josef Skladanka - 1.1.0-1 - initial packaging