From 2438d3b1e5ad5a6fd0085f52e2dfac66c2746c482704c35164e802084019b439 Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 15 Nov 2013 20:08:48 +0000 Subject: [PATCH] Accepting request 206981 from home:dnh:branches:Base:System Req fix + comment changes. No rebuilds needed (all but SLE* built ok, i.e. had gawk >= 4.0.0) SLE* needs fixing anyway OBS-URL: https://build.opensuse.org/request/show/206981 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=71 --- mc.changes | 6 ++++++ mc.spec | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/mc.changes b/mc.changes index 2d586ff..9644984 100644 --- a/mc.changes +++ b/mc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 15 07:31:20 UTC 2013 - dnh@opensuse.org + +- four argument ("seps") gawk split() is new in 4.0.0, so explicitly + require a gawk new enough + ------------------------------------------------------------------- Tue Nov 12 21:09:36 UTC 2013 - dnh@opensuse.org diff --git a/mc.spec b/mc.spec index c55e530..4cf9864 100644 --- a/mc.spec +++ b/mc.spec @@ -42,8 +42,16 @@ Patch16: mc-esc-seq.patch Patch17: mc-rpm.patch Patch20: mc-f-keys.patch Patch21: mc-extfs-helpers-deb.patch -# mc-extfs-helpers-urar.patch dnh@opensuse.org - Fix urar extfs failing on files with spaces (bnc#849082) + +# add mc-extfs-helpers-urar.patch (by dnh@opensuse.org) - Fix urar +# extfs failing on files with spaces (bnc#849082), needs gawk >= 4.0.0 +# and is not portable to other awks, so expect upstream changes. As of +# now (Fri Nov 15 09:43:39 2013), upstream uses a "index by the CRC +# field" approach as mentioned in bnc#849082. I prefer the gawk >= +# 4.0.0 version with the "seps" fourth argument to the "split" +# function. YOpinionMV ;) Patch22: mc-extfs-helpers-urar.patch + #debian fixes for vfs Patch24: 02_ignore_ftp_chmod_error.patch #Debian fixes @@ -81,6 +89,7 @@ BuildRequires: xdg-utils BuildRequires: xorg-x11-devel BuildRequires: xz Requires(pre): permissions +Requires: gawk >= 4.0.0 Recommends: %{name}-lang = %{version} %description