From 71421bd4070ac1f61d8c179e950ae399e7637b1d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 8 Feb 2021 07:12:41 -0500 Subject: [PATCH] Improve summary and description text --- wdiff.rpmlintrc | 2 ++ wdiff.spec | 19 +++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 wdiff.rpmlintrc diff --git a/wdiff.rpmlintrc b/wdiff.rpmlintrc new file mode 100644 index 0000000..32f290f --- /dev/null +++ b/wdiff.rpmlintrc @@ -0,0 +1,2 @@ +# These are not real spelling errors... +addFilter(r'spelling-error .*(\(en_US\)| en_US) (whitespace) ') diff --git a/wdiff.spec b/wdiff.spec index 8d575f1..4439dec 100644 --- a/wdiff.spec +++ b/wdiff.spec @@ -2,8 +2,8 @@ Name: wdiff Version: 1.2.2 -Release: 17%{?dist} -Summary: A front-end to GNU diff +Release: 18%{?dist} +Summary: Compare files on a word per word basis License: GPLv3+ URL: https://www.gnu.org/software/%{name}/ @@ -29,12 +29,12 @@ BuildRequires: gnupg2 Provides: bundled(gnulib) = 30.5.2012 %description -`wdiff' is a front-end to GNU `diff'. It compares two files, finding -which words have been deleted or added to the first in order to create -the second. It has many output formats and interacts well with -terminals and pagers (notably with `less'). `wdiff' is particularly -useful when two texts differ only by a few words and paragraphs have -been refilled. +The GNU wdiff program is a front end to diff for comparing files on a word per +word basis. A word is anything between whitespace. This is useful for comparing +two texts in which a few words have been changed and for which paragraphs have +been refilled. It works by creating two temporary files, one word per line, and +then executes diff on these files. It collects the diff output and uses it to +produce a nicer display of word differences between the original files. %prep @@ -101,6 +101,9 @@ find '%{buildroot}' -type f -name '*gnulib.mo' -print -delete %changelog +* Mon Feb 08 2021 Benjamin A. Beasley - 1.2.2-18 +- Improve summary and description text + * Sun Feb 07 2021 Benjamin A. Beasley - 1.2.2-17 - Change URLs from HTTP to HTTPS - Add source file signature verification