findutils/gnulib-perl522.patch
Marcus Meissner 2929704796 Accepting request 349721 from home:berny:branches:Base:System
- Upgrade to 4.5.15
- Delete now-upstream patch:
    findutils-oldfind-fix-dotdot-skipping.patch
- Refresh patches:
    findutils-4.4.2-xautofs.patch
    gnulib-perl522.patch

OBS-URL: https://build.opensuse.org/request/show/349721
OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=62
2015-12-21 11:55:45 +00:00

20 lines
634 B
Diff

Subject: http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272
---
build-aux/update-copyright | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: build-aux/update-copyright
===================================================================
--- build-aux/update-copyright.orig
+++ 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;