Rebase to 10.38
Patch 1 upstreamed
This commit is contained in:
parent
f5aba26dbb
commit
737a3bc920
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@
|
|||||||
/pcre2-10.36.tar.bz2.sig
|
/pcre2-10.36.tar.bz2.sig
|
||||||
/pcre2-10.37.tar.bz2
|
/pcre2-10.37.tar.bz2
|
||||||
/pcre2-10.37.tar.bz2.sig
|
/pcre2-10.37.tar.bz2.sig
|
||||||
|
/pcre2-10.38.tar.bz2
|
||||||
|
/pcre2-10.38.tar.bz2.sig
|
||||||
|
12
pcre2.spec
12
pcre2.spec
@ -8,8 +8,8 @@
|
|||||||
# This is stable release:
|
# This is stable release:
|
||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre2
|
Name: pcre2
|
||||||
Version: 10.37
|
Version: 10.38
|
||||||
Release: %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist}
|
||||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
# the library: BSD with exceptions
|
# the library: BSD with exceptions
|
||||||
@ -52,10 +52,6 @@ Source2: https://ftp.pcre.org/pub/pcre/Public-Key
|
|||||||
# Do no set RPATH if libdir is not /usr/lib
|
# Do no set RPATH if libdir is not /usr/lib
|
||||||
Patch0: pcre2-10.10-Fix-multilib.patch
|
Patch0: pcre2-10.10-Fix-multilib.patch
|
||||||
|
|
||||||
# Upstream's patch (r1315 merged) https://bugs.exim.org/show_bug.cgi?id=2764
|
|
||||||
# Fix invalid single character repetition in JIT
|
|
||||||
Patch1: pcre2-10.37-Fix-invalid-single-character-repetition-issues-in-JI.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
@ -259,6 +255,10 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_mandir}/man1/pcre2test.*
|
%{_mandir}/man1/pcre2test.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 10.38-1
|
||||||
|
- Rebase to the 10.38
|
||||||
|
- Patch 1 upstreamed
|
||||||
|
|
||||||
* Tue Jul 27 2021 Lukas Javorsky <ljavorsk@redhat.com> - 10.37-4
|
* Tue Jul 27 2021 Lukas Javorsky <ljavorsk@redhat.com> - 10.37-4
|
||||||
- Fix invalid single character repetition in JIT
|
- Fix invalid single character repetition in JIT
|
||||||
- Resolves: BZ#1985484
|
- Resolves: BZ#1985484
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (pcre2-10.37.tar.bz2) = 69f4bf4736b986e0fc855eedb292efe72a0df2e803bc0e61a6cf47775eed433bb1b2f28d7e641591ef4603d47beb543a64ed0eef9538d00f0746bc3435c143ec
|
SHA512 (pcre2-10.38.tar.bz2) = 3634cb2db6ccba9720c1b69890bcd9eb7057f6a6cb6981f12b3f2d6b2bb4e75e4e5014f566045f9ba1b79edf01fa5c4d81eb333727b9462e843dfb70f3a58f95
|
||||||
SHA512 (pcre2-10.37.tar.bz2.sig) = 734fad03576cea36c31a3f485f5b05ca675dc9ec4c405f62495e0864f085b82ad14e77cded4f0ff555e786aa77d51901412e1b49dc750c488b2d353140ae7781
|
SHA512 (pcre2-10.38.tar.bz2.sig) = fc2abec58f0311bb7d6d753b5a1a8cbc2906d4a7ab9c4b963926ab4a2f2fefe51ec8f9a61eed9c262cbe1b65a305bc285c4c5079ae18bbcce396a5df09de02ba
|
||||||
|
Loading…
Reference in New Issue
Block a user