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 Name: wdiff
Version: 1.2.2 Version: 1.2.2
Release: 17%{?dist} Release: 18%{?dist}
Summary: A front-end to GNU diff Summary: Compare files on a word per word basis
License: GPLv3+ License: GPLv3+
URL: https://www.gnu.org/software/%{name}/ URL: https://www.gnu.org/software/%{name}/
@ -29,12 +29,12 @@ BuildRequires: gnupg2
Provides: bundled(gnulib) = 30.5.2012 Provides: bundled(gnulib) = 30.5.2012
%description %description
`wdiff' is a front-end to GNU `diff'. It compares two files, finding The GNU wdiff program is a front end to diff for comparing files on a word per
which words have been deleted or added to the first in order to create word basis. A word is anything between whitespace. This is useful for comparing
the second. It has many output formats and interacts well with two texts in which a few words have been changed and for which paragraphs have
terminals and pagers (notably with `less'). `wdiff' is particularly been refilled. It works by creating two temporary files, one word per line, and
useful when two texts differ only by a few words and paragraphs have then executes diff on these files. It collects the diff output and uses it to
been refilled. produce a nicer display of word differences between the original files.
%prep %prep
@ -101,6 +101,9 @@ find '%{buildroot}' -type f -name '*gnulib.mo' -print -delete
%changelog %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 * Sun Feb 07 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.2-17
- Change URLs from HTTP to HTTPS - Change URLs from HTTP to HTTPS
- Add source file signature verification - Add source file signature verification

Loading…
Cancel
Save