Correct changelog entry

This commit is contained in:
Petr Písař 2017-02-16 08:40:03 +01:00
parent 09d899911e
commit 5e0a8b06de

View File

@ -34,7 +34,7 @@ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/%{name}/%{?rcversio
Patch0: pcre-8.21-multilib.patch
# Refused by upstream, bug #675477
Patch1: pcre-8.32-refused_spelling_terminated.patch
# Fix pcre2grep multi-line matching --only-matching option, upstream bug #1848,
# Fix pcregrep multi-line matching --only-matching option, upstream bug #1848,
# in upstream after 8.40
Patch2: pcre-8.40-Correct-fix-for-pcre2grep-multiline-with-only-matchi.patch
# Fix a crash in JIT compilation, upstream bug #2035,
@ -232,7 +232,7 @@ make %{?_smp_mflags} check VERBOSE=yes
%changelog
* Tue Feb 14 2017 Petr Pisar <ppisar@redhat.com> - 8.40-2
- Fix pcre2grep multi-line matching --only-matching option (upstream bug #1848)
- Fix pcregrep multi-line matching --only-matching option (upstream bug #1848)
- Fix a crash in JIT compilation (upstream bug #2035)
- Fix a potenial buffer overflow in formatting a pcregrep error message
(upstream bug #2037)