rebuild for C++ stdlib API changes in gcc5
This commit is contained in:
parent
7f27922527
commit
def92f0460
@ -2,7 +2,7 @@
|
|||||||
#%%global rcversion RC1
|
#%%global rcversion RC1
|
||||||
Name: pcre
|
Name: pcre
|
||||||
Version: 8.36
|
Version: 8.36
|
||||||
Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}
|
Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}.1
|
||||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||||
Summary: Perl-compatible regular expression library
|
Summary: Perl-compatible regular expression library
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -132,6 +132,9 @@ make %{?_smp_mflags} check VERBOSE=yes
|
|||||||
%{_mandir}/man1/pcretest.*
|
%{_mandir}/man1/pcretest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 19 2015 David Tardon <dtardon@redhat.com> - 8.36-3.1
|
||||||
|
- rebuild for C++ stdlib API changes in gcc5
|
||||||
|
|
||||||
* Thu Nov 20 2014 Petr Pisar <ppisar@redhat.com> - 8.36-3
|
* Thu Nov 20 2014 Petr Pisar <ppisar@redhat.com> - 8.36-3
|
||||||
- Fix CVE-2014-8964 (unused memory usage on zero-repeat assertion condition)
|
- Fix CVE-2014-8964 (unused memory usage on zero-repeat assertion condition)
|
||||||
(bug #1165626)
|
(bug #1165626)
|
||||||
|
Loading…
Reference in New Issue
Block a user