diff --git a/.gitignore b/.gitignore index b8d81ad..2c46905 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /fasteners-0.9.0.tar.gz /fasteners-0.12.0.tar.gz /fasteners-0.13.0.tar.gz +/fasteners-0.14.1.tar.gz diff --git a/python-fasteners.spec b/python-fasteners.spec index a091e84..8d36b0b 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -5,8 +5,8 @@ %global pypi_name fasteners Name: python-%{pypi_name} -Version: 0.13.0 -Release: 3%{?dist} +Version: 0.14.1 +Release: 1%{?dist} Summary: A python package that provides useful locks License: ASL 2.0 @@ -125,6 +125,9 @@ nosetests-%{python3_version} %changelog +* Wed Nov 18 2015 Matthias Runge - 0.14.1-1 +- update to 0.14.1 (rhbz#1281772) + * Mon Nov 16 2015 Matthias Runge - 0.13.0-3 - Fix build diff --git a/sources b/sources index 1b995c6..ddb8251 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7543473b888957bd8a9a383962d61b6e fasteners-0.13.0.tar.gz +f641c55508d30b29eacd8c7a8785fab0 fasteners-0.14.1.tar.gz