diff --git a/.gitignore b/.gitignore index b0de2c2..0e7308c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pid-2.0.1.tar.gz +/pid-2.1.1.tar.gz diff --git a/python-pid.spec b/python-pid.spec index 600bddc..cde8275 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -1,8 +1,8 @@ %global srcname pid Name: python-%{srcname} -Version: 2.0.1 -Release: 5%{?dist} +Version: 2.1.1 +Release: 1%{?dist} Summary: PID file management library License: ASL 2.0 @@ -88,6 +88,9 @@ rm -rf *.egg-info %{python3_sitelib}/pid-*.egg-info %changelog +* Tue Nov 29 2016 David Shea - 2.1.1-1 +- Update to 2.1.1, which adds an optional allow_samepid parameter + * Tue Jul 19 2016 Fedora Release Engineering - 2.0.1-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index e520533..48c10df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1120fb3f538a005100135523e4e4c668 pid-2.0.1.tar.gz +9634b1e3d545544a9d496e25e4530d14 pid-2.1.1.tar.gz