diff --git a/python-dropbox.spec b/python-dropbox.spec index b645710..721f7fb 100644 --- a/python-dropbox.spec +++ b/python-dropbox.spec @@ -2,7 +2,7 @@ %global pypi_name dropbox Name: python-%{pypi_name} Version: 3.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Official Dropbox REST API Client License: MIT @@ -80,6 +80,9 @@ popd %endif # with_python3 %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 3.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Fri Aug 28 2015 Miro HronĨok - 3.22-1 - Update to 3.22 (#1256561) - Remove %%check completely as it requires API tokens, etc.