From a9e0cc659a9beb22303c4e68105650896670ccb4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 29 Jul 2017 20:37:27 +0200 Subject: [PATCH] Rebuild with binutils fix for ppc64le (#1475636) --- pcre2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcre2.spec b/pcre2.spec index 66d1de2..a378080 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -2,7 +2,7 @@ %global rcversion RC1 Name: pcre2 Version: 10.30 -Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -231,6 +231,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Sat Jul 29 2017 Florian Weimer - 10.30-0.4.RC1 +- Rebuild with binutils fix for ppc64le (#1475636) + * Thu Jul 27 2017 Petr Pisar - 10.30-0.3.RC1 - Fix applying local x modifier while global xx was in effect