From 5a6df866620c439510318b803edd9138d98deac7 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Tue, 13 Oct 2015 08:49:00 +0200 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- python-ply.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ply.spec b/python-ply.spec index 1d4e7b2..35dfea0 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -7,7 +7,7 @@ Name: python-ply Summary: Python Lex-Yacc Version: 3.6 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.dabeaz.com/ply/ @@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Tue Oct 13 2015 Robert Kuska - 3.6-3 +- Rebuilt for Python3.5 rebuild + * Tue Aug 18 2015 Stephen Gallagher 3.6-2 - Fixes for chromium and SlimIt - Resolves: rhbz#1242929