From 3e0c03ca83ae1d3797b2f83a7f6a8a5e5e94c978 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 19 Mar 2012 11:49:21 -0400 Subject: [PATCH] 3.4 --- .gitignore | 1 + python-ply.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33f8c74..0140d40 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ ply-3.3.tar.gz +/ply-3.4.tar.gz diff --git a/python-ply.spec b/python-ply.spec index 7a0175e..6aa14d9 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -6,8 +6,8 @@ Name: python-ply Summary: Python Lex-Yacc -Version: 3.3 -Release: 6%{?dist} +Version: 3.4 +Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://www.dabeaz.com/ply/ @@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Mon Mar 19 2012 Tom Callaway - 3.4-1 +- update to 3.4 + * Sat Jan 14 2012 Fedora Release Engineering - 3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index ba52d9c..b865654 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a7f837f71a7c1ea6b5b0c57272909c7 ply-3.3.tar.gz +ffdc95858819347bf92d7c2acc074894 ply-3.4.tar.gz