This commit is contained in:
parent
6d622eacda
commit
1b18733043
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a358cf5473881c5473e19e5720e8cda8d06ae49bd5c1495fb635a7c206ad50c6
|
|
||||||
size 115318
|
|
3
ply-2.5.tar.gz
Normal file
3
ply-2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2126bbf1b31a77311faf91707dc39e3362cf810ff5dd8880a4006a586ea8c9a7
|
||||||
|
size 119125
|
@ -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
|
Tue Mar 18 00:40:23 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# 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/
|
# 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
|
Summary: Lex and Yacc-like tools written in Python
|
||||||
|
|
||||||
Name: python-ply
|
Name: python-ply
|
||||||
Version: 2.3
|
Version: 2.5
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
|
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
|
||||||
@ -45,6 +52,7 @@ Authors:
|
|||||||
David M. Beazley (dave@dabeaz.com)
|
David M. Beazley (dave@dabeaz.com)
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Summary: Lex and Yacc-like tools written in Python
|
Summary: Lex and Yacc-like tools written in Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -89,11 +97,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc CHANGES COPYING README TODO doc example test
|
%doc CHANGES COPYING README TODO doc example test
|
||||||
|
|
||||||
%changelog
|
%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
|
- Import into autobuild
|
||||||
- Add a -doc subpackage
|
- Add a -doc subpackage
|
||||||
- Add python-ply-shebangs.patch
|
- Add python-ply-shebangs.patch
|
||||||
* Wed Oct 24 2007 maw@suse.de
|
* Tue Oct 23 2007 maw@suse.de
|
||||||
- Don't build as noarch.
|
- Don't build as noarch.
|
||||||
* Fri Apr 13 2007 maw@suse.de
|
* Fri Apr 13 2007 maw@suse.de
|
||||||
- Initial import into the build service
|
- Initial import into the build service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user