diff --git a/.gitignore b/.gitignore index 06812a3..fb7dc20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /portalocker-0.5.6.tar.gz +/portalocker-0.6.1.tar.gz diff --git a/python-portalocker.spec b/python-portalocker.spec index b0931b7..698b618 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,8 +1,8 @@ %global modname portalocker Name: python-%{modname} -Version: 0.5.6 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Library to provide an easy API to file locking License: Python @@ -40,7 +40,7 @@ Python 3 version. %package doc Summary: Documentation for %{name} -BuildRequires: /usr/bin/sphinx-build +BuildRequires: python-sphinx %description doc %{summary}. @@ -78,6 +78,9 @@ rm -f html/.buildinfo %doc html %changelog +* Tue Sep 06 2016 Igor Gnatenko - 0.6.1-1 +- Update to 0.6.1 + * Tue Jul 19 2016 Fedora Release Engineering - 0.5.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 50100ab..78a01cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30e9112f9c819fc18e2979cf08316713 portalocker-0.5.6.tar.gz +0070bff8b1de483ab7c964a0659b0956 portalocker-0.6.1.tar.gz