diff --git a/parboiled.changes b/parboiled.changes index 16e64d6..850fa1e 100644 --- a/parboiled.changes +++ b/parboiled.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 9 08:17:03 UTC 2019 - Jan Engelhardt + +- Ensure neutrality of description. + ------------------------------------------------------------------- Wed Apr 3 09:09:39 UTC 2019 - Fridrich Strba diff --git a/parboiled.spec b/parboiled.spec index 2dd3d5d..2841d3e 100644 --- a/parboiled.spec +++ b/parboiled.spec @@ -44,12 +44,12 @@ Requires: mvn(org.ow2.asm:asm-util) BuildArch: noarch %description -parboiled is a mixed Java/Scala library providing for lightweight and -easy-to-use, yet powerful and elegant parsing of arbitrary input text -based on Parsing expression grammars (PEGs). PEGs are an alternative to -context free grammars (CFGs) for formally specifying syntax, they -make a good replacement for regular expressions and generally have quite -a few advantages over the "traditional" way of building parser via CFGs. +parboiled is a mixed Java/Scala library providing parsing of +arbitrary input text based on Parsing expression grammars (PEGs). +PEGs are an alternative to context free grammars (CFGs) for formally +specifying syntax, they make a replacement for regular expressions +and generally have some advantages over the "traditional" way of +building parser via CFGs. %package scala Summary: Parboiled for Scala