Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2015-07-21 13:23:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2015-02-08 11:41:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes 2015-07-21 13:23:57.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 6 10:10:12 UTC 2015 - [email protected] + +- add gnulib-perl522.patch from gnulib.bugs + +------------------------------------------------------------------- New: ---- gnulib-perl522.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.U6y8yn/_old 2015-07-21 13:23:58.000000000 +0200 +++ /var/tmp/diff_new_pack.U6y8yn/_new 2015-07-21 13:23:58.000000000 +0200 @@ -27,6 +27,8 @@ Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source3: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring Patch0: grep-F-heap-overrun.patch +# PATCH-FIX-UPSTREAM http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272 +Patch1: gnulib-perl522.patch BuildRequires: makeinfo BuildRequires: pcre-devel BuildRequires: xz @@ -45,6 +47,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 chmod +x tests/kwset-abuse %if 0%{?suse_version} < 1120 echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a}" >config.cache ++++++ gnulib-perl522.patch ++++++ Subject: http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272 Index: grep-2.21/build-aux/update-copyright =================================================================== --- grep-2.21.orig/build-aux/update-copyright +++ grep-2.21/build-aux/update-copyright @@ -124,7 +124,7 @@ use strict; use warnings; my $copyright_re = 'Copyright'; -my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)'; +my $circle_c_re = '(?:\([cC]\)|@copyright\{}|©)'; my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; $holder ||= 'Free Software Foundation, Inc.'; my $prefix_max = 5;
