From 44915c6c8d3d21963a87b4847475dcc5d5497fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ab=C3=ADlio=20Oliveira=20Matos?= Date: Mon, 4 Aug 2008 15:09:09 +0000 Subject: [PATCH] - new upstream release. --- pyparsing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index cfc46be..923cf1d 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pyparsing -Version: 1.4.11 +Version: 1.5.0 Release: 1%{?dist} Summary: An object-oriented approach to text processing @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 4 2008 José Matos - 1.5.0-1 +- new upstream release. + * Tue Apr 1 2008 José Matos - 1.4.11-1 - New upstream version, add egg-info for F9+.