From 58034533df1c0fbda8eea6142576624851424222 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Tue, 3 Nov 2015 17:57:28 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- python-pid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pid.spec b/python-pid.spec index b1553e8..eb968cc 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.0.1 -Release: 2%{?dist} +Release: 3%{?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 03 2015 Robert Kuska - 2.0.1-3 +- Rebuilt for Python3.5 rebuild + * Wed Aug 05 2015 Igor Gnatenko - 2.0.1-2 - Update to modern python packaging guidelines