diff --git a/ply-2.3.tar.gz b/ply-2.3.tar.gz deleted file mode 100644 index d962bfa..0000000 --- a/ply-2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a358cf5473881c5473e19e5720e8cda8d06ae49bd5c1495fb635a7c206ad50c6 -size 115318 diff --git a/ply-2.5.tar.gz b/ply-2.5.tar.gz new file mode 100644 index 0000000..eb3d841 --- /dev/null +++ b/ply-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2126bbf1b31a77311faf91707dc39e3362cf810ff5dd8880a4006a586ea8c9a7 +size 119125 diff --git a/python-ply.changes b/python-ply.changes index 85c326d..d7e8b3d 100644 --- a/python-ply.changes +++ b/python-ply.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jul 28 13:22:46 CDT 2008 - maw@suse.de + +- Update to version 2.5: + + Various bug fixes + + Some performance improvements + + For a blow-by-blow account of changes, see the file CHANGES + in the package python-ply-doc. + ------------------------------------------------------------------- Tue Mar 18 00:40:23 CET 2008 - maw@suse.de diff --git a/python-ply.spec b/python-ply.spec index 44bd60f..beb5ec7 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -1,10 +1,17 @@ # -# spec file for package python-ply (Version 2.3) +# spec file for package python-ply (Version 2.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,8 +21,8 @@ BuildRequires: python-devel Summary: Lex and Yacc-like tools written in Python Name: python-ply -Version: 2.3 -Release: 2 +Version: 2.5 +Release: 1 License: LGPL v2.1 or later Group: Development/Languages/Python Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz @@ -45,6 +52,7 @@ Authors: David M. Beazley (dave@dabeaz.com) %package doc +License: LGPL v2.1 or later Group: Development/Languages/Python Summary: Lex and Yacc-like tools written in Python Requires: %{name} = %{version} @@ -89,11 +97,17 @@ rm -rf $RPM_BUILD_ROOT %doc CHANGES COPYING README TODO doc example test %changelog -* Tue Mar 18 2008 maw@suse.de +* Mon Jul 28 2008 maw@suse.de +- Update to version 2.5: + + Various bug fixes + + Some performance improvements + + For a blow-by-blow account of changes, see the file CHANGES + in the package python-ply-doc. +* Mon Mar 17 2008 maw@suse.de - Import into autobuild - Add a -doc subpackage - Add python-ply-shebangs.patch -* Wed Oct 24 2007 maw@suse.de +* Tue Oct 23 2007 maw@suse.de - Don't build as noarch. * Fri Apr 13 2007 maw@suse.de - Initial import into the build service