diff --git a/python-ply.changes b/python-ply.changes index 752770f..50b3fba 100644 --- a/python-ply.changes +++ b/python-ply.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 10 17:03:54 UTC 2018 - Jan Engelhardt + +- Trim bias from description. Use 'find +'. + ------------------------------------------------------------------- Wed Aug 29 09:13:41 UTC 2018 - tchvatal@suse.com diff --git a/python-ply.spec b/python-ply.spec index 7dc7119..58aa6b5 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -40,7 +40,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. -PLY is extremely easy to use and provides very extensive error checking. +PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. %package -n %{name}-doc @@ -56,7 +56,7 @@ uses LALR(1) parsing which is efficient and well suited for larger grammars. PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. -PLY is extremely easy to use and provides very extensive error checking. +PLY provides extensive error checking. It is compatible with both Python 2 and Python 3. %prep @@ -66,7 +66,7 @@ It is compatible with both Python 2 and Python 3. chmod -x test/testlex.py # Fix wrong-script-interpreter -find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} \; +find example -type f -name "*.py" -exec sed -i "s|#!%{_bindir}/env python||" {} + %fdupes doc %fdupes example