Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2018-04-16 12:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and      /work/SRC/openSUSE:Factory/.mc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mc"

Mon Apr 16 12:43:30 2018 rev:72 rq:595365 version:4.8.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/mc/mc.changes    2017-12-06 08:47:21.409657022 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes       2018-04-16 
12:43:32.053019811 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 11:57:16 UTC 2018 - adam.ma...@suse.de
+
+- xls2csv_update.patch: fix mc to call xls2csv correctly
+  (bsc#1087708)
+
+-------------------------------------------------------------------

New:
----
  xls2csv_update.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mc.spec ++++++
--- /var/tmp/diff_new_pack.DhuvyA/_old  2018-04-16 12:43:33.112981241 +0200
+++ /var/tmp/diff_new_pack.DhuvyA/_new  2018-04-16 12:43:33.112981241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,6 +61,8 @@
 # mc-startup-timeout.patch mc3082 nadvor...@suse.cz - fix for long timeout on 
startup, bnc#824729
 Patch60:        mc-startup-timeout.patch
 
+Patch100:       xls2csv_update.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
@@ -124,6 +126,7 @@
 %patch41 -p1
 %patch52 -p1
 %patch60 -p1
+%patch100 -p1
 
 %build
 autoreconf --force --install


++++++ xls2csv_update.patch ++++++
Author: Adam Majer
Upstream: http://midnight-commander.org/ticket/3912
Bugzilla: 1087708

Index: mc-4.8.11/misc/ext.d/doc.sh.in
===================================================================
--- mc-4.8.11.orig/misc/ext.d/doc.sh.in
+++ mc-4.8.11/misc/ext.d/doc.sh.in
@@ -68,7 +68,7 @@ do_view_action() {
             elinks -dump "$tmp/page.html"
             rm -rf "$tmp"
         } || \
-            xls2csv "${MC_EXT_FILENAME}" || \
+            xls2csv -c - -x "${MC_EXT_FILENAME}" || \
             strings "${MC_EXT_FILENAME}"
         ;;
     dvi)

Reply via email to