From 427d31ed10b0e24e6d5e2d8b88b43de41dc13a45e0a23123164ea5251965990a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 4 Sep 2020 13:13:30 +0000 Subject: [PATCH 1/2] - Fix awkward grammar in description. OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=25 --- cdecl.changes | 5 +++++ cdecl.spec | 12 +++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cdecl.changes b/cdecl.changes index eda1054..39e2376 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 4 13:13:03 UTC 2020 - Jan Engelhardt + +- Fix awkward grammar in description. + ------------------------------------------------------------------- Thu Jul 30 10:47:43 UTC 2020 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index 1818ef8..8c2041b 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -31,13 +31,11 @@ BuildRequires: ncurses-devel 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])()". It can also translate the C +into the pseudo-English. And it handles typecasts as well as C++. It +offers command line editing and history. %prep %autosetup -p1 From aff5950191f04c5d3a6654ec44bc2497b7be770762b52bc7ae2d2b630818b5ec Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 4 Sep 2020 13:14:33 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=26 --- cdecl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cdecl.spec b/cdecl.spec index 8c2041b..bdece22 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -33,9 +33,9 @@ BuildRequires: readline-devel %description 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 as well as C++. It -offers command line editing and history. +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