From 5972d603d521b16ad714bd846e11e88722b644035885ab821347c541b4ffb7ab Mon Sep 17 00:00:00 2001 From: David Haller Date: Thu, 14 Nov 2013 20:02:59 +0000 Subject: [PATCH] - add mc-extfs-helpers-urar.patch to fix urar extfs failing on files with spaces when unrar5 is used (bnc#849082). Thanks to D. Werner for finding the problem and proposing the fix. OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=69 --- mc.changes | 15 +++------------ mc.spec | 1 + 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/mc.changes b/mc.changes index 58adaaf..2d586ff 100644 --- a/mc.changes +++ b/mc.changes @@ -1,18 +1,9 @@ ------------------------------------------------------------------- Tue Nov 12 21:09:36 UTC 2013 - dnh@opensuse.org -- fix urar extfs some more (thanks to D. Werner for finding the problem - and proposing the fix) - -------------------------------------------------------------------- -Tue Nov 12 18:11:19 UTC 2013 - dnh@opensuse.org - -- fix the fix (reimplement the mcrar5fs_list awk script) (bnc#849082) - -------------------------------------------------------------------- -Tue Nov 12 14:50:57 UTC 2013 - dnh@opensuse.org - -- Fix urar extfs failing on files with spaces (bnc#849082) +- add mc-extfs-helpers-urar.patch to fix urar extfs failing on files + with spaces when unrar5 is used (bnc#849082). Thanks to D. Werner + for finding the problem and proposing the fix. ------------------------------------------------------------------- Mon Sep 30 17:23:48 CEST 2013 - sbrabec@suse.cz diff --git a/mc.spec b/mc.spec index 33dde7d..c55e530 100644 --- a/mc.spec +++ b/mc.spec @@ -42,6 +42,7 @@ 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) Patch22: mc-extfs-helpers-urar.patch #debian fixes for vfs Patch24: 02_ignore_ftp_chmod_error.patch