From 93482880367f0eadb3d62f5a0f4473973dbdab9d Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 15:45:42 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-pid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pid.spec b/python-pid.spec index cde8275..77315ad 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.1.1 -Release: 1%{?dist} +Release: 2%{?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 Dec 13 2016 Stratakis Charalampos - 2.1.1-2 +- Rebuild for Python 3.6 + * Tue Nov 29 2016 David Shea - 2.1.1-1 - Update to 2.1.1, which adds an optional allow_samepid parameter