From 94ea7f45be99f8bb9b6c67bec7af98f721187e11 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 12 Aug 2015 12:23:47 +0200 Subject: latest/m4: fix FTBFS with new perl --- .../autotools-latest/m4/m4-1.4.17-perl-make-check.patch | 12 ++++++++++++ repos/autotools/autotools-latest/m4/m4.spec | 8 +++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 repos/autotools/autotools-latest/m4/m4-1.4.17-perl-make-check.patch diff --git a/repos/autotools/autotools-latest/m4/m4-1.4.17-perl-make-check.patch b/repos/autotools/autotools-latest/m4/m4-1.4.17-perl-make-check.patch new file mode 100644 index 0000000..ae4af40 --- /dev/null +++ b/repos/autotools/autotools-latest/m4/m4-1.4.17-perl-make-check.patch @@ -0,0 +1,12 @@ +diff -up m4-1.4.17/build-aux/update-copyright.orig m4-1.4.17/build-aux/update-copyright +--- m4-1.4.17/build-aux/update-copyright.orig 2015-07-13 11:25:19.502749690 +0200 ++++ m4-1.4.17/build-aux/update-copyright 2015-07-13 11:26:20.445044297 +0200 +@@ -124,7 +124,7 @@ use strict; + use warnings; + + my $copyright_re = 'Copyright'; +-my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)'; ++my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|©)'; + my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; + $holder ||= 'Free Software Foundation, Inc.'; + my $prefix_max = 5; diff --git a/repos/autotools/autotools-latest/m4/m4.spec b/repos/autotools/autotools-latest/m4/m4.spec index e9e126d..48eb5b8 100644 --- a/repos/autotools/autotools-latest/m4/m4.spec +++ b/repos/autotools/autotools-latest/m4/m4.spec @@ -7,12 +7,14 @@ Summary: The GNU macro processor Name: %{scl_prefix}m4 Version: 1.4.17 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz.sig URL: http://www.gnu.org/software/m4/ +# Patch1: Fixes FTBFS, already upstream +Patch1: m4-1.4.17-perl-make-check.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %ifarch ppc ppc64 @@ -46,6 +48,7 @@ Install m4 if you need a macro processor. %prep %setup -q -n m4-%{version} +%patch1 -p1 -b .perl-make-check chmod 644 COPYING %build @@ -79,6 +82,9 @@ fi %changelog +* Wed Aug 12 2015 Pavel Raiskup - 1.4.17-4 +- ftbfs with new perl (rhbz#1239665) + * Wed Aug 12 2015 Pavel Raiskup - 1.4.17-3 - use _compat_el5_build only if defined (rhbz#1252751) -- cgit