Hello community, here is the log from the commit of package cdecl for openSUSE:Factory checked in at 2020-09-06 00:03:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdecl (Old) and /work/SRC/openSUSE:Factory/.cdecl.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdecl" Sun Sep 6 00:03:07 2020 rev:24 rq:832103 version:8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cdecl/cdecl.changes 2020-07-30 15:49:00.926019268 +0200 +++ /work/SRC/openSUSE:Factory/.cdecl.new.3399/cdecl.changes 2020-09-06 00:03:13.767278690 +0200 @@ -1,0 +2,5 @@ +Fri Sep 4 13:13:03 UTC 2020 - Jan Engelhardt <[email protected]> + +- Fix awkward grammar in description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cdecl.spec ++++++ --- /var/tmp/diff_new_pack.LT3bxv/_old 2020-09-06 00:03:14.379278996 +0200 +++ /var/tmp/diff_new_pack.LT3bxv/_new 2020-09-06 00:03:14.383278998 +0200 @@ -31,13 +31,11 @@ BuildRequires: readline-devel %description -Turn English phrases to C or C++ declarations Cdecl is a program -which will turn English-like phrases such as "declare foo as array 5 -of pointer to function returning int" into C declarations such as -"int (*foo[5])()". It can also translate the C into the -pseudo-English. And it handles typecasts, too. Plus C++. And in this -version it has command line editing and history with the GNU readline -library. +Cdecl is a program which will turn English-like phrases such as +"declare foo as array 5 of pointer to function returning int" into C +declarations such as "int (*foo[5])()" and vice-versa. It handles +typecasts and C++ as well, and offers command line editing and +history. %prep %autosetup -p1
