Improve summary and description text

epel9
Benjamin A. Beasley 4 years ago
parent 43b70bb4aa
commit 71421bd407

@ -0,0 +1,2 @@
# These are not real spelling errors...
addFilter(r'spelling-error .*(\(en_US\)| en_US) (whitespace) ')

@ -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 <code@musicinmybrain.net> - 1.2.2-18
- Improve summary and description text
* Sun Feb 07 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.2-17
- Change URLs from HTTP to HTTPS
- Add source file signature verification

Loading…
Cancel
Save