diff --git a/pycparser-2.09.1.tar.gz b/pycparser-2.09.1.tar.gz deleted file mode 100644 index f5c0e90..0000000 --- a/pycparser-2.09.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acdc1714998db50a91ef8761b62b5f760fa42e3a9445428be348c4fc01bb3767 -size 203782 diff --git a/pycparser-2.10.tar.gz b/pycparser-2.10.tar.gz new file mode 100644 index 0000000..6f347c4 --- /dev/null +++ b/pycparser-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c +size 206166 diff --git a/python-pycparser.changes b/python-pycparser.changes index 773fb9e..3c93594 100644 --- a/python-pycparser.changes +++ b/python-pycparser.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 12 08:45:29 UTC 2013 - speilicke@suse.com + +- Update to version 2.10: + - A number of improvements in the handling of typedef-name ambiguities, + contributed by Sye van der Veen in GitHub issue #1: + * Allow shadowing of types by identifiers in inner scopes. + * Allow struct field names to reside in a separate namespace and have + the same names as types. + * Allow duplicate typedefs in some cases to mimic real compiler behavior. + - c_generator error for ExprList in expression context. + - Assume default int type for functions whose argument or return types were + not specified. + - Relax the lexer a bit w.r.t. some integer suffixes and $ in identifier names + (which is supported by some other compilers). +- Package LICENSE + ------------------------------------------------------------------- Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com diff --git a/python-pycparser.spec b/python-pycparser.spec index fd0a2ba..cc4f8a0 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -16,7 +16,7 @@ Name: python-pycparser -Version: 2.09.1 +Version: 2.10 Release: 0 License: BSD-3-Clause Summary: C parser in Python @@ -50,7 +50,7 @@ python tests/all_tests.py %files %defattr(-,root,root,-) -%doc README.rst examples +%doc LICENSE README.rst examples %{python_sitelib}/* %changelog