commit mc for openSUSE:Factory

2020-08-23 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2020-08-23 09:21:06

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new.3399 (New)


Package is "mc"

Sun Aug 23 09:21:06 2020 rev:80 rq:828287 version:4.8.25

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2020-04-14 16:24:23.959749528 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new.3399/mc.changes  2020-08-23 
09:21:14.298687079 +0200
@@ -1,0 +2,14 @@
+Mon Jul 27 15:00:00 UTC 2020 - Andre C. Barros 
+
+- Update to 4.8.25
+  * Avoid subshell warning for standalone mcedit/mcview/mcdiffview run from mc
+  * Implement chattr command (change ext{2,3,4}fs extended attributes)
+  * New syntax highlighting: Kotlin and ino
+  * File highlighting updates
+  * Lots of other fixes
+
+- Updated mc-ext-audio.patch
+- Updated mc-extd-sound.patch
+- Removed mc-rpm.patch
+
+---

Old:

  mc-4.8.24.sha256
  mc-4.8.24.tar.xz
  mc-rpm.patch

New:

  mc-4.8.25.sha256
  mc-4.8.25.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.gvL26c/_old  2020-08-23 09:21:15.062687502 +0200
+++ /var/tmp/diff_new_pack.gvL26c/_new  2020-08-23 09:21:15.062687502 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mc
-Version:4.8.24
+Version:4.8.25
 Release:0
 Summary:Midnight Commander
 License:GPL-3.0-or-later
@@ -32,7 +32,6 @@
 Patch0: mc-fix_lib_search_path.patch
 Patch12:mc-wrapper.patch
 Patch16:mc-esc-seq.patch
-Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
 # add patch. bnc#856501
@@ -102,7 +101,6 @@
 %patch71
 %patch12 -p1
 %patch16
-%patch17 -p1
 %patch20
 %patch21
 %patch22 -p1

++ mc-4.8.24.sha256 -> mc-4.8.25.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.24.sha256  2020-04-14 
16:24:23.831749410 +0200
+++ /work/SRC/openSUSE:Factory/.mc.new.3399/mc-4.8.25.sha2562020-08-23 
09:21:13.806686807 +0200
@@ -1,2 +1,2 @@
-cfcc4d0546d0c3a88645a8bf71612ed36647ea3264d973b1f28183a0c84bae34  
mc-4.8.24.tar.bz2
-859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46  
mc-4.8.24.tar.xz
+407dc20f70082f26c7f5716406cb755cbb6cba3f2f13b841b79a991282d310c2  
mc-4.8.25.tar.bz2
+ffc19617f20ebb23330acd3998b7fd559a042d172fa55746d53d246697b2548a  
mc-4.8.25.tar.xz

++ mc-4.8.24.tar.xz -> mc-4.8.25.tar.xz ++
 60910 lines of diff (skipped)

++ mc-ext-audio.patch ++
--- /var/tmp/diff_new_pack.gvL26c/_old  2020-08-23 09:21:15.934687986 +0200
+++ /var/tmp/diff_new_pack.gvL26c/_new  2020-08-23 09:21:15.938687988 +0200
@@ -1,6 +1,6 @@
 misc/mc.ext.in.orig2012-12-11 01:04:32.0 +0400
-+++ misc/mc.ext.in 2013-03-10 10:59:02.741159661 +0400
-@@ -467,16 +467,19 @@
+--- misc/mc.ext.in.orig2020-07-05 14:38:53.0 -0300
 misc/mc.ext.in 2020-07-24 08:11:38.576087946 -0300
+@@ -481,16 +481,19 @@
  ### Sound files ###
  
  regex/i/\.(wav|snd|voc|au|smp|aiff|snd|m4a|ape|aac|wv)$
@@ -21,8 +21,8 @@
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view mp3
  
  regex/i/\.og[gax]$
-@@ -484,15 +484,22 @@
-   View=%view{ascii} @EXTHELPERSDIR@/sound.sh view ogg
+@@ -502,15 +505,22 @@
+   View=%view{ascii} @EXTHELPERSDIR@/sound.sh view opus
  
  regex/i/\.(spx|flac)$
 -  Open=@EXTHELPERSDIR@/sound.sh open common

++ mc-extd-sound.patch ++
--- /var/tmp/diff_new_pack.gvL26c/_old  2020-08-23 09:21:15.954687997 +0200
+++ /var/tmp/diff_new_pack.gvL26c/_new  2020-08-23 09:21:15.954687997 +0200
@@ -1,6 +1,6 @@
 misc/ext.d/sound.sh.orig   2012-12-27 12:13:20.0 +0400
-+++ misc/ext.d/sound.sh2013-03-10 11:54:01.186301679 +0400
-@@ -6,27 +6,46 @@
+--- misc/ext.d/sound.sh.orig   2020-07-05 14:38:53.0 -0300
 misc/ext.d/sound.sh2020-07-24 08:30:33.348037353 -0300
+@@ -6,18 +6,37 @@
  action=$1
  filetype=$2
  
@@ -40,6 +40,9 @@
 -ogginfo "${MC_EXT_FILENAME}"
 +type -p ogginfo && ogginfo "${MC_EXT_FILENAME}" && return 0
  ;;
+ opus)
+ opusinfo "${MC_EXT_FILENAME}"
+@@ -25,11 +44,11 @@
  wma)
  mplayer -quiet -slave -frames 0 -vo null -ao null -identify 
"${MC_EXT_FILENAME}" 2>/dev/null | \
  tail +13 || file "${MC_EXT_FILENAME}"





commit mc for openSUSE:Factory

2020-04-14 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2020-04-14 15:08:29

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new.2738 (New)


Package is "mc"

Tue Apr 14 15:08:29 2020 rev:79 rq:792958 version:4.8.24

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2020-01-18 12:17:05.099105247 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new.2738/mc.changes  2020-04-14 
16:24:23.959749528 +0200
@@ -1,0 +2,14 @@
+Tue Mar 17 07:57:20 UTC 2020 - Paolo Stivanin 
+
+- Update to 4.8.24
+  * Implement the file edit and view history
+  * sftpfs: support keyborad interactive authentication
+  * add yabasic (Yet Another BASIC) syntax highlighting
+  * File highlighting updates
+  * New skins
+  * Lots of other fixes
+
+- Remove sftp_interactive_password.patch
+- Remove mc-no-common.patch
+
+---

Old:

  mc-4.8.23.sha256
  mc-4.8.23.tar.xz
  mc-no-common.patch
  sftp_interactive_password.patch

New:

  mc-4.8.24.sha256
  mc-4.8.24.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.tW1Fxx/_old  2020-04-14 16:24:24.663750176 +0200
+++ /var/tmp/diff_new_pack.tW1Fxx/_new  2020-04-14 16:24:24.667750180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   mc
-Version:4.8.23
+Version:4.8.24
 Release:0
 Summary:Midnight Commander
 License:GPL-3.0-or-later
@@ -57,8 +57,6 @@
 Patch69:mc-extd-xdg.patch
 Patch71:mc-ext-audio.patch
 Patch100:   xls2csv_update.patch
-Patch101:   sftp_interactive_password.patch
-Patch102:   mc-no-common.patch
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gettext >= 0.18.1
@@ -114,8 +112,6 @@
 %patch52 -p1
 %patch60 -p1
 %patch100 -p1
-%patch101 -p1
-%patch102 -p1
 
 %build
 autoreconf -fvi

++ mc-4.8.23.sha256 -> mc-4.8.24.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.23.sha256  2019-08-07 
13:57:16.552855595 +0200
+++ /work/SRC/openSUSE:Factory/.mc.new.2738/mc-4.8.24.sha2562020-04-14 
16:24:23.831749410 +0200
@@ -1,2 +1,2 @@
-238c4552545dcf3065359bd50753abbb150c1b22ec5a36eaa02c82808293267d  
mc-4.8.23.tar.bz2
-dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c  
mc-4.8.23.tar.xz
+cfcc4d0546d0c3a88645a8bf71612ed36647ea3264d973b1f28183a0c84bae34  
mc-4.8.24.tar.bz2
+859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46  
mc-4.8.24.tar.xz

++ mc-4.8.23.tar.xz -> mc-4.8.24.tar.xz ++
 74369 lines of diff (skipped)





commit mc for openSUSE:Factory

2020-01-18 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2020-01-18 12:15:21

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new.26092 (New)


Package is "mc"

Sat Jan 18 12:15:21 2020 rev:78 rq:764601 version:4.8.23

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2019-08-07 13:57:18.544855573 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new.26092/mc.changes 2020-01-18 
12:17:05.099105247 +0100
@@ -1,0 +2,5 @@
+Wed Jan 15 10:11:03 UTC 2020 - Adam Majer 
+
+- mc-no-common.patch: fix compilation on Tumbleweed (bsc#1160401)
+
+---

New:

  mc-no-common.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.HrGbd1/_old  2020-01-18 12:17:05.887105669 +0100
+++ /var/tmp/diff_new_pack.HrGbd1/_new  2020-01-18 12:17:05.891105672 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -58,6 +58,7 @@
 Patch71:mc-ext-audio.patch
 Patch100:   xls2csv_update.patch
 Patch101:   sftp_interactive_password.patch
+Patch102:   mc-no-common.patch
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gettext >= 0.18.1
@@ -114,6 +115,7 @@
 %patch60 -p1
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 
 %build
 autoreconf -fvi

++ mc-no-common.patch ++
commit 093571938a6c31706f918b011335b8ab30602336
Author: Andrew Borodin 
Date:   Sat Nov 23 17:41:58 2019 +0300

Ticket #4035: fix compile failure on OS X 10.9.

Fix duplication of menu_map definition.

Move menu_map definition to lib/widget/menu.c.

Signed-off-by: Andrew Borodin 

diff --git a/lib/widget/menu.c b/lib/widget/menu.c
index b7476b62b..68ae6f6ce 100644
--- a/lib/widget/menu.c
+++ b/lib/widget/menu.c
@@ -46,7 +46,7 @@
 
 /*** global variables 
/
 
-const global_keymap_t *menu_map;
+const global_keymap_t *menu_map = NULL;
 
 /*** file scope macro definitions 
/
 
diff --git a/lib/widget/menu.h b/lib/widget/menu.h
index c522a16c8..fad6fa639 100644
--- a/lib/widget/menu.h
+++ b/lib/widget/menu.h
@@ -39,6 +39,8 @@ typedef struct WMenuBar
 
 /*** global variables defined in .c file 
*/
 
+extern const global_keymap_t *menu_map;
+
 /*** declarations of public functions 
/
 
 menu_entry_t *menu_entry_create (const char *name, long command);
diff --git a/src/keybind-defaults.c b/src/keybind-defaults.c
index 10ba341ee..0ba4840df 100644
--- a/src/keybind-defaults.c
+++ b/src/keybind-defaults.c
@@ -28,7 +28,7 @@
 #include 
 
 #include "lib/global.h"
-#include "lib/widget.h" /* dialog_map, input_map, listbox_map */
+#include "lib/widget.h" /* dialog_map, input_map, listbox_map, 
menu_map */
 
 #include "keybind-defaults.h"
 
@@ -56,7 +56,6 @@ GArray *diff_keymap = NULL;
 const global_keymap_t *main_map = NULL;
 const global_keymap_t *main_x_map = NULL;
 const global_keymap_t *panel_map = NULL;
-const global_keymap_t *menu_map = NULL;
 const global_keymap_t *tree_map = NULL;
 const global_keymap_t *help_map = NULL;
 
diff --git a/src/keybind-defaults.h b/src/keybind-defaults.h
index edb05c67f..6b7266589 100644
--- a/src/keybind-defaults.h
+++ b/src/keybind-defaults.h
@@ -35,7 +35,6 @@ extern GArray *diff_keymap;
 extern const global_keymap_t *main_map;
 extern const global_keymap_t *main_x_map;
 extern const global_keymap_t *panel_map;
-extern const global_keymap_t *menu_map;
 extern const global_keymap_t *tree_map;
 extern const global_keymap_t *help_map;
 




commit mc for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2019-08-07 13:57:14

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new.9556 (New)


Package is "mc"

Wed Aug  7 13:57:14 2019 rev:77 rq:720212 version:4.8.23

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2019-01-29 14:44:45.971088363 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new.9556/mc.changes  2019-08-07 
13:57:18.544855573 +0200
@@ -1,0 +2,21 @@
+Thu Aug  1 07:21:35 UTC 2019 - Tomáš Chvátal 
+
+- Use python3 instead of python as we do not need to depend on
+  python2
+- Format with spec-cleaner
+- update to 4.8.23:
+  * Modify "File exists" query dialog (#3935):
+  * Speed up of large directory structures delete (#3958)
+  * Support key binding for menu (#212)
+  * Syntax updates:
++ shell (#3981)
++ ebuild (#3988)
++ RPM spec (#3991)
+  * Code cleanup (#3955)
+  * Use Geeqie (a fork of GQview) as main image viewer, fallback to GQview 
(#3962)
+  * various small fixes
+- Refresh patches:
+  * mc-multi-press-f-keys.patch
+  * sftp_interactive_password.patch
+
+---

Old:

  mc-4.8.22.sha256
  mc-4.8.22.tar.xz

New:

  mc-4.8.23.sha256
  mc-4.8.23.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.6tMOtG/_old  2019-08-07 13:57:21.100855545 +0200
+++ /var/tmp/diff_new_pack.6tMOtG/_new  2019-08-07 13:57:21.120855545 +0200
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   mc
+Version:4.8.23
+Release:0
 Summary:Midnight Commander
 License:GPL-3.0-or-later
 Group:  Productivity/File utilities
-Url:http://midnight-commander.org/
-Version:4.8.22
-Release:0
+URL:https://midnight-commander.org/
 Source0:http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -30,26 +30,17 @@
 Source4:cmake.syntax
 Source6:http://ftp.midnight-commander.org/%{name}-%{version}.sha256
 Patch0: mc-fix_lib_search_path.patch
-Patch61:mc-extd-misc.patch
-Patch62:mc-extd-video.patch
-Patch63:mc-extd-doc.patch
-Patch64:mc-extd-sound.patch
-Patch69:mc-extd-xdg.patch
-Patch71:mc-ext-audio.patch
 Patch12:mc-wrapper.patch
 Patch16:mc-esc-seq.patch
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
-
 # add patch. bnc#856501
 # http://www.midnight-commander.org/ticket/3128
 Patch22:mc-vfs-fish-deleted_source_file.patch
-
 # changed mc-extfs-iso9660-xorriso.patch
 # to reflect upstream fix
 Patch23:mc-extfs-iso9660-xorriso.patch
-
 #Debian fixes
 Patch32:20_wrong_path_to_wrappers.patch
 # PATCH-FIX-UPSTREAM mc-multi-press-f-keys.patch mc287 sbra...@suse.cz - Fixed 
Esc + Numeral F-key emulation.
@@ -59,11 +50,14 @@
 Patch52:mc-pie.patch
 # mc-startup-timeout.patch mc3082 nadvor...@suse.cz - fix for long timeout on 
startup, bnc#824729
 Patch60:mc-startup-timeout.patch
-
+Patch61:mc-extd-misc.patch
+Patch62:mc-extd-video.patch
+Patch63:mc-extd-doc.patch
+Patch64:mc-extd-sound.patch
+Patch69:mc-extd-xdg.patch
+Patch71:mc-ext-audio.patch
 Patch100:   xls2csv_update.patch
 Patch101:   sftp_interactive_password.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  gettext >= 0.18.1
@@ -79,7 +73,8 @@
 BuildRequires:  xz
 Requires(pre):  permissions
 Recommends: %{name}-lang = %{version}
-Recommends: mkisofs xorriso
+Recommends: mkisofs
+Recommends: xorriso
 
 %description
 GNU Midnight Commander (also referred to as MC) is a user shell much
@@ -95,6 +90,7 @@
 isoinfo (from mkisofs) or xorriso for the iso:// extension.
 
 %lang_package
+
 %prep
 echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64`  
%{SOURCE0}" | sha256sum -c
 %setup -q
@@ -111,7 +107,7 @@
 %patch20
 %patch21
 %patch22 -p1
-%patch23 -p0
+%patch23
 %patch32
 %patch41 -p1
 %patch52 -p1
@@ -120,14 +116,16 @@
 %patch101 -p1
 
 %build
-autoreconf --force --install
+autoreconf -fvi
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
-export CFLAGS="$RPM_OPT_FLAGS %{warn_flags}"
+export 

commit mc for openSUSE:Factory

2019-01-29 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2019-01-29 14:44:42

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new.28833 (New)


Package is "mc"

Tue Jan 29 14:44:42 2019 rev:76 rq:666360 version:4.8.22

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2018-07-06 10:37:51.715549700 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new.28833/mc.changes 2019-01-29 
14:44:45.971088363 +0100
@@ -1,0 +2,37 @@
+Tue Jan 15 13:37:27 UTC 2019 - adam.ma...@suse.de
+
+- update to 4.8.22
+ * Core
+  - Support BTRFS's file clone operation
+  - Find file: show pattern and content in the results window title
+  - Find file: remember state (empty or not) of Content field
+  - Improve support IBM i
+  - Improve handling of hard link creation errors
+  - Support user-defined prompt in the Fish subshell
+
+ * VFS - sftp: preserve atime and mtime (#3917)
+
+ * Editor
+  - man page cleanup (#3918)
+  - syntax:
+PHP - highlight keyword 'null' (#3920)
+Meson - initial implementation (#3940)
+ * Misc
+  - ext.d: use MPV as a fallback for mplayer -identify (#3919)
+  - ext.d: improve recognition of MS Office formats (#3929)
+
+ * Fixes
+  - "Cannot create target file" when target has backslash space
+in the name (#3923)
+  - Quiet single file overwrite (#3908)
+  - Show error message for each not-installed program when view
+documents in MS Word and Excel formats (#3926)
+  - Crash when trying some sftp connections (#3937)
+  - Crash when return to filemanager from subshell (#3943)
+
+- mc-extd-doc.patch: refreshed
+- mc-extd-video.patch: refreshed
+- mc-vfs-fish-deleted_source_file.patch: refreshed
+- xls2csv_update.patch: refreshed
+
+---
@@ -39 +76,2 @@
- * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
+ * extfs: sftps: -31 SFTP Protocol Error when transferring file
+   (#3406, bsc#1119302)

Old:

  mc-4.8.21.sha256
  mc-4.8.21.tar.xz

New:

  mc-4.8.22.sha256
  mc-4.8.22.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.8h6tqR/_old  2019-01-29 14:44:46.979087140 +0100
+++ /var/tmp/diff_new_pack.8h6tqR/_new  2019-01-29 14:44:46.983087135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -21,7 +21,7 @@
 License:GPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.21
+Version:4.8.22
 Release:0
 Source0:http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser

++ mc-4.8.21.sha256 -> mc-4.8.22.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.21.sha256  2018-06-13 
15:15:48.592518545 +0200
+++ /work/SRC/openSUSE:Factory/.mc.new.28833/mc-4.8.22.sha256   2019-01-29 
14:44:42.967092006 +0100
@@ -1,2 +1,2 @@
-251d9f0ef9309ef3eea0fdc4c12b8b61149e5056bef1b2de2ccc7f015d973444  
mc-4.8.21.tar.bz2
-8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c  
mc-4.8.21.tar.xz
+8d9f1c75369967adfd317a05fef9861444ed049b033e4debaeaafc6df218b431  
mc-4.8.22.tar.bz2
+ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318  
mc-4.8.22.tar.xz

++ mc-4.8.21.tar.xz -> mc-4.8.22.tar.xz ++
 28276 lines of diff (skipped)

++ mc-extd-doc.patch ++
--- /var/tmp/diff_new_pack.8h6tqR/_old  2019-01-29 14:44:47.771086180 +0100
+++ /var/tmp/diff_new_pack.8h6tqR/_new  2019-01-29 14:44:47.771086180 +0100
@@ -1,16 +1,22 @@
 misc/ext.d/doc.sh.in.orig  2012-12-27 12:13:20.0 +0400
-+++ misc/ext.d/doc.sh.in   2013-03-10 08:03:31.889494487 +0400
-@@ -50,3 +50,3 @@
+Index: misc/ext.d/doc.sh.in
+===
+--- misc/ext.d/doc.sh.in.orig
 misc/ext.d/doc.sh.in
+@@ -52,7 +52,7 @@ do_view_action() {
+ fi
+ ;;
  msdoc)
--which wvHtml >/dev/null 2>&1 &&
-+which wvHtml >/dev/null 2>&1 && which elinks >/dev/null 2>&1 &&
- {
-@@ -57,2 +57,3 @@
- } || \
-+wvText "${MC_EXT_FILENAME}" -  || \
- antiword -t "${MC_EXT_FILENAME}" || \
-@@ -63,3 +64,3 @@
+-if wvHtml >/dev/null 2>&1; then
++if wvHtml >/dev/null 2>&1 && which elinks >/dev/null 2>&1; then
+ tmp=`mktemp -d ${TMPDIR:-/tmp}/%p.XX`
+ wvHtml "${MC_EXT_FILENAME}" --targetdir="$tmp" 

commit mc for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2018-07-06 10:37:45

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Fri Jul  6 10:37:45 2018 rev:75 rq:620315 version:4.8.21

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2018-06-13 15:15:49.032502492 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2018-07-06 
10:37:51.715549700 +0200
@@ -1,0 +2,8 @@
+Tue Jun 26 10:33:31 UTC 2018 - adam.ma...@suse.de
+
+- sftp_interactive_password.patch: Fixes logins to remote SSH
+  sessions where only Keyboard-Interactive password is available
+  and tunneled password is disabled (bsc#1098235)
+- mc-rpmlintrc: removed
+
+---

Old:

  mc-rpmlintrc

New:

  sftp_interactive_password.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.AfbtqP/_old  2018-07-06 10:37:52.895548298 +0200
+++ /var/tmp/diff_new_pack.AfbtqP/_new  2018-07-06 10:37:52.899548293 +0200
@@ -28,7 +28,6 @@
 Source2:%{name}.desktop
 Source3:%{name}.png
 Source4:cmake.syntax
-Source5:mc-rpmlintrc
 Source6:http://ftp.midnight-commander.org/%{name}-%{version}.sha256
 Patch0: mc-fix_lib_search_path.patch
 Patch61:mc-extd-misc.patch
@@ -62,6 +61,7 @@
 Patch60:mc-startup-timeout.patch
 
 Patch100:   xls2csv_update.patch
+Patch101:   sftp_interactive_password.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
@@ -117,6 +117,7 @@
 %patch52 -p1
 %patch60 -p1
 %patch100 -p1
+%patch101 -p1
 
 %build
 autoreconf --force --install
@@ -172,7 +173,6 @@
 %verify_permissions -e %{_libexecdir}/mc/cons.saver
 
 %files
-%defattr(-, root, root)
 %doc ABOUT-NLS NEWS README
 %license COPYING
 %config %{_sysconfdir}/profile.d/*
@@ -211,7 +211,6 @@
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 
 %files lang -f %name.lang
-%defattr(-, root, root)
 %if 0%{?suse_version} < 1140 || 0%{?sles_version} && 0%{?sles_version} <= 11
 %lang(sv) %dir %{_datadir}/locale/sv_SE
 %lang(sv) %dir %{_datadir}/locale/sv_SE/LC_MESSAGES


++ sftp_interactive_password.patch ++
Upstream: https://midnight-commander.org/ticket/3921
Bugzilla: 1098235

commit 83e7624292232562639d13f76d84126e6779e54b
Author: Adam Majer 
Date:   Mon Jun 25 15:06:38 2018 +0200

Ticket #3921: Enable keyboard interactive authentication

If SSH server does not support cleartext tunneled password
authentication and only 'keyboard interactive' authentication
instead, then we need to use different authentication
function along with a interactive callback.

Signed-off-by: Adam Majer 

diff --git a/src/vfs/sftpfs/connection.c b/src/vfs/sftpfs/connection.c
index 537159129..19a49874f 100644
--- a/src/vfs/sftpfs/connection.c
+++ b/src/vfs/sftpfs/connection.c
@@ -292,6 +292,50 @@ sftpfs_open_connection_ssh_key (struct vfs_s_super *super, 
GError ** mcerror)
 return ret_value;
 }
 
+
+/**
+ * Keyboard-interactive password helper for opening connection to host by
+ * sftpfs_open_connection_ssh_password
+ *
+ * Uses global kbi_super (data with existing connection) and kbi_passwd 
(password)
+ *
+ * @param name username
+ * @param name_len length of @name
+ * @param instruction  unused
+ * @param instruction_len  unused
+ * @param num_prompts  number of possible problems to process
+ * @param prompts  array of prompts to process
+ * @param responsesarray of responses, one per prompt
+ * @param abstract unused
+ */
+
+static const char *kbi_passwd;
+static const struct vfs_s_super *kbi_super;
+static LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC(keyboard_interactive_helper)
+{
+int i;
+int len;
+
+(void) instruction;
+(void) instruction_len;
+(void) abstract;
+
+if (!kbi_super || !kbi_passwd)
+return;
+
+if (strncmp(name, kbi_super->path_element->user, name_len) != 0)
+return;
+
+// assume these are password prompts
+len = strlen(kbi_passwd);
+for (i=0; ipath_element->password;
+while ((rc = libssh2_userauth_keyboard_interactive 
(super_data->session, super->path_element->user,
+
keyboard_interactive_helper)) ==
+   LIBSSH2_ERROR_EAGAIN);
+kbi_super = NULL;
+kbi_passwd = NULL;
+if (rc == 0)
+return TRUE;
 }
 
 p = g_strdup_printf (_("sftp: Enter password for %s "), 
super->path_element->user);
@@ -337,6 +391,17 @@ sftpfs_open_connection_ssh_password (struct vfs_s_super 
*super, GError 

commit mc for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2018-06-13 15:15:45

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Wed Jun 13 15:15:45 2018 rev:74 rq:614496 version:4.8.21

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2018-04-17 11:14:53.697789085 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2018-06-13 
15:15:49.032502492 +0200
@@ -1,0 +2,34 @@
+Tue Jun  5 17:27:40 UTC 2018 - ec...@opensuse.org
+
+- update to 4.8.21
+  ** Core
+ * Cancel Chmod/Chown/Advanced chown operation for large group of files 
when operation is not permitted (#3850)
+ * Mouse support in the "Advanced chown" dialog window (#3148)
+ * File highlighting by extension is case insensitive by default (#1620)
+ * Safe file overwrite (#3913) 
+  ** VFS
+ * Support zstd compression format (#3906) 
+  ** Editor
+ * Syntax:
+   - Rust support (#3884)
+   - JavaScript modules support (#3890)
+   - Improve Markdown support (#3893) 
+  ** Viewer
+  ** Diff viewer
+  ** Misc
+ * Add JavaScript module support to filehighlight.ini 
(MidnightCommander/mc#132)
+ * Add Excel xlsx file format support to mc.ext.in 
(MidnightCommander/mc#135)
+ * i18n of argument type names in --help blocks (#3879)
+ * Code cleanup: (#3857, #3914) 
+  ** Fixes
+ * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
+ * Garbage in displaying of summary of file sizes for selected files 
(#3883)
+ * "Compute totals" unnecessarily done for moves (#3149, #3908)
+ * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH 
(MidnightCommander/mc#134)
+ * mcedit: broken extended key mode (#3897)
+ * mcedit doesn't save all opened files (#3898)
+ * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
+ * extfs: rpm: truncated script content in the viewer (#3865)
+ * extfs: rpm helper misses CONFLICTS field (#3789) 
+
+---

Old:

  mc-4.8.20.sha256
  mc-4.8.20.tar.xz

New:

  mc-4.8.21.sha256
  mc-4.8.21.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.JL27EB/_old  2018-06-13 15:15:50.352454333 +0200
+++ /var/tmp/diff_new_pack.JL27EB/_new  2018-06-13 15:15:50.360454041 +0200
@@ -18,10 +18,10 @@
 
 Name:   mc
 Summary:Midnight Commander
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.20
+Version:4.8.21
 Release:0
 Source0:http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
@@ -173,7 +173,8 @@
 
 %files
 %defattr(-, root, root)
-%doc ABOUT-NLS COPYING NEWS README
+%doc ABOUT-NLS NEWS README
+%license COPYING
 %config %{_sysconfdir}/profile.d/*
 %{_bindir}/mc*
 %dir %{_sysconfdir}/mc/

++ mc-4.8.20.sha256 -> mc-4.8.21.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.20.sha256  2017-12-06 
08:47:17.817788532 +0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.21.sha256 2018-06-13 
15:15:48.592518545 +0200
@@ -1,2 +1,2 @@
-2d85daaa6ab26e524946df4823ac2f69802bc16bc967781b5e28d5b86fc3b979  
mc-4.8.20.tar.bz2
-017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c  
mc-4.8.20.tar.xz
+251d9f0ef9309ef3eea0fdc4c12b8b61149e5056bef1b2de2ccc7f015d973444  
mc-4.8.21.tar.bz2
+8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c  
mc-4.8.21.tar.xz

++ mc-4.8.20.tar.xz -> mc-4.8.21.tar.xz ++
 44666 lines of diff (skipped)





commit mc for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2018-04-17 11:14:47

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Tue Apr 17 11:14:47 2018 rev:73 rq:597246 version:4.8.20

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2018-04-16 12:43:32.053019811 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2018-04-17 
11:14:53.697789085 +0200
@@ -1,0 +2,6 @@
+Fri Apr 13 12:39:06 UTC 2018 - adam.ma...@suse.de
+
+- Remove some unused BuildRequires, enabling building on SLE-15
+- Drop fdupes usage as difference is only 1 file smaller than 1kB.
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.KNgLdW/_old  2018-04-17 11:14:54.389756636 +0200
+++ /var/tmp/diff_new_pack.KNgLdW/_new  2018-04-17 11:14:54.389756636 +0200
@@ -66,23 +66,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
-BuildRequires:  fdupes
 BuildRequires:  gettext >= 0.18.1
 BuildRequires:  glib2-devel >= 2.26.0
-BuildRequires:  libtool
-%if 0%{?suse_version} > 1130
 BuildRequires:  gpm-devel
-%else
-BuildRequires:  gpm
-%endif
-BuildRequires:  indent
-BuildRequires:  jpeg
-BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
 BuildRequires:  libssh2-devel
+BuildRequires:  libtool
 BuildRequires:  readline-devel
 BuildRequires:  slang-devel
-BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
 BuildRequires:  xorg-x11-devel
@@ -171,8 +161,6 @@
 
 %find_lang %name
 
-%fdupes -s %{buildroot}%{_prefix}
-
 %post
 %if 0%{?suse_version} >= 1140
 %set_permissions %{_libexecdir}/mc/cons.saver





commit mc for openSUSE:Factory

2018-04-16 Thread root
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.changes2017-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)



commit mc for openSUSE:Factory

2017-12-05 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2017-12-06 08:47:15

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Wed Dec  6 08:47:15 2017 rev:71 rq:546321 version:4.8.20

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2017-03-12 20:02:42.924663234 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2017-12-06 
08:47:21.409657022 +0100
@@ -1,0 +2,63 @@
+Tue Nov 28 16:42:07 UTC 2017 - ec...@opensuse.org
+
+- Update to Version 4.8.20
+
+** Core
+* Rename key bindings:
+   - [main].PanelListingSwitch -> [panel].CycleListingFormat
+   - [main].PanelListingChange -> [main].SetupListingFormat 
+*Speed up of UTF-8 normalization for frequent cases (#3616) 
+
+** VFS
+* extfs helpers tester:
+   - diff of failed tests is now included in output to ease bug reporting 
(#3784) 
+
+** Editor
+* Syntax:
+   - ES2015 support (#3793)
+   - TypeScript support (#3794)
+   - Ada 95 updates (#3804)
+   - Apache Hive QL support (#3828)
+   - SQL & PHP keyword updates (MidnightCommander/mc#129)
+   - Simplification of case insensitive file name patterns in 
/usr/share/mc/syntax/Syntax file (#3829)
+   - Markdown (initial support) (#3864)
+   - Protocol Buffers and gRPC support (#3868) 
+* Add %c (cursor offset from BOF) support for user menu macros (#3867) 
+
+** Viewer
+
+** Diff viewer
+
+** Misc
+* Unify curses initialization for various curses implementations (#3697)
+* Highlight txz extension as archive like tgz, etc. (#3782)
+* Add new media extensions to filehighlight.ini (#3834) 
+
+** Fixes
+* Wrong --help message for mcview, mcedit and mcdiff (#3805)
+* Compression from menu broken due to bad quoting (#3840)
+* --with-homedir gives "yes" as config directory (#3836)
+* External panelize: opening a file with an absolute path fails (#2942)
+* Filter isn't cleared when entering empty string (#3813)
+* Panelization is not kept while switching panel listing mode (#3810)
+* Cannot tab out of a QuickView panel (#3815)
+* Cannot use the F10 key in a QuickView panel (#3816)
+* Wromg INPUT_COMPLETE_CD flag handling in the QuickDialog? engine (#3870)
+* mcview: file interpreted as latin1 instead of utf8 (#3783)
+* mcview: incomplete read of filtering data (#3817)
+* mcview: search doesn't grow file as much as needed (#3819, #3855)
+* mcview: goto doesn't grow file as much as needed (#3826)
+* mcview: quick view panel: crash on slow startup while switching panel 
mode (#3846)
+* mcedit: fix broken encoding into UTF-8 for 8-bit displays (#3843)
+* mcedit: incorrect %f macro substitution in the user menu (#3861)
+* man pages: wrong paths of mc.hint and mc.hlp (#3806)
+* subshell: fix broken tcsh 6.20+ cd escaping (#3852)
+* VFS: incremental tar doesn't contain empty directories (#2297)
+* VFS: incremental tar: wrong directories owner for tar --numeric-owner -g 
(#3709)
+* VFS: timestamps not being preserved due to uninitialized struct stat 
st_[acm]tim.tv_nsec (#3821)
+* VFS: ftp: can't retrieve password from .netrc when user is in URL (#3869)
+* VFS: tests: locale issue causing helpers using 'sort' to fail (#3787)
+* VFS: tests: unportable 'echo' use causing one rpm helper test to fail 
(#3786)
+* Spelling errors in the manual page (#3839) 
+
+---

Old:

  mc-4.8.19.sha256
  mc-4.8.19.tar.xz

New:

  mc-4.8.20.sha256
  mc-4.8.20.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.WOcDjw/_old  2017-12-06 08:47:22.557614992 +0100
+++ /var/tmp/diff_new_pack.WOcDjw/_new  2017-12-06 08:47:22.557614992 +0100
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.19
+Version:4.8.20
 Release:0
 Source0:http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser

++ mc-4.8.19.sha256 -> mc-4.8.20.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.19.sha256  2017-03-12 
20:02:42.676698321 +0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.20.sha256 2017-12-06 
08:47:17.817788532 +0100
@@ -1,2 +1,2 @@
-d0dddfae7149fac903f74ef55cfcb2a198e0f7004346c7bded43669d61ba436f  
mc-4.8.19.tar.bz2
-eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df  
mc-4.8.19.tar.xz
+2d85daaa6ab26e524946df4823ac2f69802bc16bc967781b5e28d5b86fc3b979  
mc-4.8.20.tar.bz2
+017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c  

commit mc for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2017-03-12 20:02:42

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Sun Mar 12 20:02:42 2017 rev:70 rq:477419 version:4.8.19

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2016-10-18 10:40:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2017-03-12 
20:02:42.924663234 +0100
@@ -1,0 +2,74 @@
+Mon Mar  6 12:22:38 UTC 2017 - d...@opensuse.org
+
+- Update to Version 4.8.19
+
+** Core
+* Replace $MC_HOME with $MC_PROFILE_ROOT (#3684)
+* Allow rebind TAB key to change panel (#3672)
+* Support for True Color (16 millions colors) (#3145)
+* Color aliases in skin files (#3711)
+
+** VFS
+* Support timestamps with nanosecond precision for copy/move operations 
(#3575)
+* Introduce EXTFS helpers tester (#3730, #3744, #3752, #3753, #3751)
+* Teach u7z to parse archive listings w/o sizes and/or dates (#2707)
+* Teach rpm helper about transaction scripts (#3750)
+* Fix hp48, uace & uarc extfs which used an obsolete date format (#3729, 
#3747)
+
+** Editor
+* Syntax:
+- updates of HTML and ebuild highlighting
+- highlight *.t (Perl test) files as Perl scripts
+- disassociate .cl file extension from LISP syntax (#3691)
+* Add syntax highlighting:
+- OpenCL (#3690)
+- OpenShadingLanguage (#3762)
+- R
+- YAML (#3293)
+
+** Misc
+* Code cleanup (#3693, #3703, #3721, #3763)
+* Add true color skins: 'Four seasons' (#3724)
+* Activate `--enable-tests` by default if `check` is found (#3708)
+* Added new skin: YADT (MidnightCommander/mc#115)
+
+** Fixes
+* Segfault on switching left panel to Info (#3700)
+* Broken compatibility with ncurses (#3697)
+* Setting MC_HOME makes mc ignore ~/.bashrc (#3684)
+* mc_tmpdir() use a buffer of only 64 characters (#3736)
+* Some bugs in the parsing of hexadecimal search patterns (#3694)
+* Hexadecimal search fails on binary data (#3589)
+* Broken file list resorting on double click on panel header line (#3715)
+* Wrong dialog resizing and positioning (#3714, #3723)
+* Widget's 'disabled' status is not toggled immediately (#3716)
+* Last item of 'Options/Layout/Horizontal' radiobuttons remains 
highlighted (#3717)
+* 'Options/Layout/Equal split' checkbox gets reverted (#3718)
+* Panels: cannot show more than one "column" in user defined listing mode 
(#3757)
+* Mix of MSG_NOTIFY and MSG_FOCUS messages (#3731)
+* skins: 'window-state-char' and 'window-close-char' are parsed as colors 
(#3710)
+* Pressing  and  in the hotlist dialog doesn't refresh it 
(#3775)
+* mcview: an error message about bad regexp isn't shown (#3720)
+* mcedit: fix etags filenames parsing (#3698)
+* mcedit: fix mouse active area for maximize / close buttons (#3774)
+* mcedit: frames (MDI interface) don't reflect the focus state (#3766)
+* mcedit: frames (MDI interface) sometimes obscure the buttonbar (#3760)
+* mcedit doesn't show search error messages when searching backwards 
(#3735)
+* help viewer: tab characters handled incorrectly (#3754)
+* VFS: incorrect zoo archive listing (#3696)
+* VFS: segfault in VFSs not setting block size in stat (#3749)
+
+- removed obsolete 02_ignore_ftp_chmod_error.patch
+  if ignore_ftp_chattr_errors=true (the default?) in
+  ~/.config/mc/ini, errors are ignored anyway, and if if set to false,
+  the user get the error (e.g. permission denied). With the patch, the
+  user never will see an error and wonder, why it's not working. It
+  might have been, that this option has not worked in (much) older
+  versions and the patch introduced because of this.
+
+- removed obsolete 09_uzip_broken_528239.patch
+  it is correctly detected during configure
+
+- rebased mc-rpm.patch
+
+---

Old:

  02_ignore_ftp_chmod_error.patch
  09_uzip_broken_528239.patch
  mc-4.8.18.sha256
  mc-4.8.18.tar.xz

New:

  mc-4.8.19.sha256
  mc-4.8.19.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.BTAtIz/_old  2017-03-12 20:02:44.144490628 +0100
+++ /var/tmp/diff_new_pack.BTAtIz/_new  2017-03-12 20:02:44.148490062 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -21,11 +21,9 @@
 License: 

commit mc for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2016-10-18 10:40:00

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2016-05-14 12:23:39.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2016-10-18 
10:40:01.0 +0200
@@ -1,0 +2,34 @@
+Mon Oct  3 02:59:40 UTC 2016 - d...@opensuse.org
+
+- Update to Version 4.8.18
+
+- Core
+  * Alt-Enter, Ctrl-Enter and Ctrl-Shift-Enter shortcuts are bindable in file 
manager (#3075)
+  * Internals:
+* Refactoring of widget subsystem (#2919, #3632)
+
+- Editor
+  * Add syntax highlighting:
+* GLSL (#3683)
+* CUDA (#3686)
+
+- Misc
+  * Code cleanup (#3641, #3652)
+
+- Fixes
+  * Build failure on FreeBSD (#3643)
+  * Incompatibility with NetBSD curses (#3665)
+  * Memory leaks (#3637)
+  * Subshell output lost on window resize under tmux, GNU screen (#3639)
+  * --with-subshell=optional does not work (#3642)
+  * Backward search is not interruptible (#3648)
+  * "Output lines" has no effect (#3655)
+  * Wrong handling of mouse clicks in long listing mode (#3661)
+  * Panelize resets marks on marked files in many cases (#3663)
+  * Cannot change directory in the active panel in some cases (#3669)
+  * Filtered View doesn't work (#3646, #3660)
+  * mcedit: don't kill bookmarks when open file from "Find File" dialog (#3668)
+  * man pages use "the MC" instead of "MC" (#3644)
+
+
+---

Old:

  mc-4.8.17.sha256
  mc-4.8.17.tar.xz

New:

  mc-4.8.18.sha256
  mc-4.8.18.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.G2sCF2/_old  2016-10-18 10:40:04.0 +0200
+++ /var/tmp/diff_new_pack.G2sCF2/_new  2016-10-18 10:40:04.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.17
+Version:4.8.18
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc

++ mc-4.8.17.sha256 -> mc-4.8.18.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.17.sha256  2016-05-14 
12:23:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.18.sha256 2016-10-18 
10:40:00.0 +0200
@@ -1,2 +1,2 @@
-66d0cb37baaed8ef930f8ad25a634adad4f264eb61820893920ac87b9dfb783b  
mc-4.8.17.tar.bz2
-0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d  
mc-4.8.17.tar.xz
+5b591e10dcbea95233434da40cdad4663d360229adf89826576c319667c103cb  
mc-4.8.18.tar.bz2
+f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece  
mc-4.8.18.tar.xz

++ mc-4.8.17.tar.xz -> mc-4.8.18.tar.xz ++
 18257 lines of diff (skipped)





commit mc for openSUSE:Factory

2016-05-14 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2016-05-14 12:23:38

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2016-04-05 10:43:15.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2016-05-14 
12:23:39.0 +0200
@@ -1,0 +2,40 @@
+Mon May  9 19:05:12 UTC 2016 - d...@opensuse.org
+
+- Update to 4.8.17:
+
+=== Core ===
+  * Minimal version of Gettext is 0.18.1 (#1885)
+  * Optimization of copy/move operations (use adaptive buffer as in coreutils) 
(#2193)
+  * Recognize csh as tcsh (#2742)
+  * Сentered scrolling of file panel (#3130)
+  * Internals:
+* Switch to new high-level mouse API (#3571)
+
+=== VFS ===
+  * FISH helpers: remove executable bit (#3610)
+
+=== Editor ===
+  * Improvements of syntax highlighting:
+* F90 (#3618)
+* Java (MidnightCommander/mc#95)
+
+=== Misc ===
+  * Code cleanup (#3598, #3607)
+  * Install mc.keymap as a symlink to mc.default.keymap (#3609)
+  * File highlight: add more common file formats
+
+=== Fixes ===
+  * Segfault due to incorrect value of SHELL environment variable (#3606)
+  * Segfault when copying files under FreeBSD 9.3 (#3617)
+  * Segfault when entering into some cpio archives (#3621)
+  * Subshell output lost on window resize under tmux, GNU screen (#3639)
+  * Subshell cursor position lost after window resizing (#3640)
+  * Listbox no longer scrolls when dragging outside widget (#3559)
+  * VFS: extfs: incorrect date parsing in unzip (#3622)
+  * VFS: extfs: buffer overflow (#3605)
+  * VFS: patchfs: syntax error (#3620)
+  * VFS: fish: mistakes in ls Perl helper (#3611)
+
+- remove upstreamed Patch99: mc-patchfs_lzip-syntax-error.patch
+
+---
@@ -16,3 +56 @@
-Find file: empty value of "Content" is used instead of 
-   "Search for content" checkbox to disable search
-   for content (#3594)
+Find file: empty value of "Content" is used instead of "Search for 
content" checkbox to disable search for content (#3594)

Old:

  mc-4.8.16.sha256
  mc-4.8.16.tar.xz
  mc-patchfs_lzip-syntax-error.patch

New:

  mc-4.8.17.sha256
  mc-4.8.17.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.MgJ2em/_old  2016-05-14 12:23:41.0 +0200
+++ /var/tmp/diff_new_pack.MgJ2em/_new  2016-05-14 12:23:41.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.16
+Version:4.8.17
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -44,11 +44,6 @@
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
-# temporarily add fix from upstream until 4.8.17
-# https://bugzilla.opensuse.org/show_bug.cgi?id=972789
-# https://github.com/MidnightCommander/mc/issues/93
-# https://midnight-commander.org/ticket/3620
-Patch99:mc-patchfs_lzip-syntax-error.patch
 
 # add patch. bnc#856501
 # http://www.midnight-commander.org/ticket/3128
@@ -75,6 +70,7 @@
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
+BuildRequires:  gettext >= 0.18.1
 BuildRequires:  glib2-devel >= 2.26.0
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1130
@@ -135,8 +131,6 @@
 %patch52 -p1
 %patch60 -p1
 
-%patch99 -p0
-
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
@@ -202,7 +196,6 @@
 %config %{_sysconfdir}/mc/sfs.ini
 %config %{_sysconfdir}/mc/mc.menu
 %config %{_sysconfdir}/mc/mc.ext
-###config #{_sysconfdir}/mc/edit.spell.rc
 %config %{_sysconfdir}/mc/mcedit.menu
 %config %{_sysconfdir}/mc/mc.keymap
 %config %{_sysconfdir}/mc/mc.default.keymap
@@ -222,7 +215,6 @@
 %exclude %{_datadir}/mc/hints/mc.hint.*
 %{_datadir}/mc/help/mc.hlp
 %exclude %{_datadir}/mc/help/mc.hlp.*
-%exclude %{_sysconfdir}/mc/mc.menu.*
 %exclude %{_datadir}/locale/*/LC_MESSAGES/mc.mo
 
 %{_datadir}/applications/%{name}.desktop
@@ -231,7 +223,6 @@
 %dir %{_datadir}/icons/hicolor/32x32
 %dir %{_datadir}/icons/hicolor/32x32/apps
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%exclude %{_sysconfdir}/mc/mc.menu.*
 
 %files lang -f %name.lang
 %defattr(-, root, root)

++ mc-4.8.16.sha256 -> mc-4.8.17.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.16.sha256  2016-03-17 
16:48:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.17.sha256 2016-05-14 
12:23:39.0 +0200
@@ -1,2 +1,2 @@

commit mc for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2016-04-05 10:43:13

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2016-03-17 16:48:42.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2016-04-05 
10:43:15.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 07:41:30 CEST 2016 - d...@opensuse.org
+
+- Add no-brainer patch mc-patchfs_lzip-syntax-error.patch from upstream
+  that fixes a syntax error in the patchfs helper script (bsc#972789). 
+
+---
@@ -10 +16,3 @@
-Find file: empty value of "Content" is used instead of "Search for 
content" checkbox to disable search for content (#3594)
+Find file: empty value of "Content" is used instead of 
+   "Search for content" checkbox to disable search
+   for content (#3594)

New:

  mc-patchfs_lzip-syntax-error.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.QGvMip/_old  2016-04-05 10:43:16.0 +0200
+++ /var/tmp/diff_new_pack.QGvMip/_new  2016-04-05 10:43:16.0 +0200
@@ -44,6 +44,11 @@
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
+# temporarily add fix from upstream until 4.8.17
+# https://bugzilla.opensuse.org/show_bug.cgi?id=972789
+# https://github.com/MidnightCommander/mc/issues/93
+# https://midnight-commander.org/ticket/3620
+Patch99:mc-patchfs_lzip-syntax-error.patch
 
 # add patch. bnc#856501
 # http://www.midnight-commander.org/ticket/3128
@@ -130,6 +135,8 @@
 %patch52 -p1
 %patch60 -p1
 
+%patch99 -p0
+
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter

++ mc-patchfs_lzip-syntax-error.patch ++
--- src/vfs/extfs/helpers/patchfs.in
+++ src/vfs/extfs/helpers/patchfs.in
@@ -80,10 +80,10 @@
 my ($qfname)=(quotemeta $_[0]);
 
 $_=`$fileutil $qfname`;
-} elsif (/^'*lzip/) {
-   return "$lzip -dc $qfname";
 if (/^'*lz4/) {
return "$lz4 -dc $qfname";
+} elsif (/^'*lzip/) {
+   return "$lzip -dc $qfname";
 } elsif (/^'*lzma/) {
return "$lzma -dc $qfname";
 } elsif (/^'*xz/) {
@@ -104,10 +104,10 @@
 my ($sep) = $append ? '>>' : '>';
 
 $_=`$fileutil $qfname`;
-} elsif (/^'*lzip/) {
-   return "$lzip -c $sep $qfname";
 if (/^'*lz4/) {
return "$lz4 -c $sep $qfname";
+} elsif (/^'*lzip/) {
+   return "$lzip -c $sep $qfname";
 } elsif (/^'*lzma/) {
return "$lzma -c $sep $qfname";
 } elsif (/^'*xz/) {




commit mc for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2016-03-17 16:35:31

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2015-11-12 19:40:24.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2016-03-17 
16:48:42.0 +0100
@@ -1,0 +2,64 @@
+Mon Mar 14 03:27:15 UTC 2016 - d...@opensuse.org
+
+- Update to 4.8.16:
+
+Core
+
+Support for ash + bugfixes for bash, fish (#2742)
+Find file: empty file name matches any file name (#3593)
+Find file: empty value of "Content" is used instead of "Search for 
content" checkbox to disable search for content (#3594)
+Listbox: don't wraparound on mouse scroll (#3554)
+Internals:
+Listbox: various fixups (#3569: #3562, #3563, #3565, #3161)
+Split MSG_ACTION into MSG_ACTION and MSG_NOTIFY (#3566) 
+
+VFS
+
+Support lzip compression format (#2673, #1541)
+Support lz4 compression format (#3523)
+patchfs: support xz compression (#3443)
+Update uc1541 version (#3527)
+Add mc.ext patterns for initramfs / initrd (#3115) 
+
+Editor
+
+Add golang syntax (MidnightCommander?/mc#84)
+Update Puppet syntax (MidnightCommander?/mc#86) 
+
+Misc
+
+Code cleanup (#3555, #3547, #3587)
+Better subshell documentation (#3556)
+Fixes to the English man pages by Denys Vlasenko 
+
+Fixes
+
+Insufficient quoting in mc.menu (#2947)
+Broken ./configure --without-internal-edit (#3601)
+Memory leaks (#3547, #3561, #3567, #3572)
+No preallocation if appending during file copy (#3577)
+Cannot set mini-format for "brief" listing type (#3588)
+Info panel: incorrect inode information in some cases (#3214)
+Info panel: wrong device name with symbolic link (#3412)
+Info panel: buffer overflow (#3582)
+Regression: match filename, not full path in mc.ext (#3578)
+Broken case insensitive search in non-unicode locale (#3491)
+Error message prefixed with no sense "0:" (#3269)
+mcedit: buffer overflow (#3579)
+mcedit: "Lower case selection" command in User Menu (#3586)
+mcedit: close on ctrl-g (#3557)
+mcview: "Not found" result isn't reported in some cases (#3543)
+VFS: isofs doesn't show .dotfiles (#3537)
+VFS: isofs: cannot copy file from iso when Joliet without RockRidge? is 
used (#2851)
+VFS: extfs/unzip: enter into zip file fails with "inconsistent extfs 
archive" (#3433)
+VFS: SFTP: various bugs (#3581)
+VFS: FISH: provide major/minor info for block/char devices (#3599)
+Bashism in gitfs+ extfs helper (#3379)
+Non-portable invocation of man (#3509)
+mc-wrapper leaves MC_USER set (#3550)
+Broken silent opening of files in background (#3574)
+Run identify on JPEGs even if exif is not installed (#3568) 
+
+- rebased a bunch of patches
+
+---

Old:

  mc-4.8.15.sha256
  mc-4.8.15.tar.xz

New:

  mc-4.8.16.sha256
  mc-4.8.16.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.PLT7Bp/_old  2016-03-17 16:48:43.0 +0100
+++ /var/tmp/diff_new_pack.PLT7Bp/_new  2016-03-17 16:48:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.15
+Version:4.8.16
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc

++ 02_ignore_ftp_chmod_error.patch ++
--- /var/tmp/diff_new_pack.PLT7Bp/_old  2016-03-17 16:48:43.0 +0100
+++ /var/tmp/diff_new_pack.PLT7Bp/_new  2016-03-17 16:48:43.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- src/vfs/ftpfs/ftpfs.c.orig
 +++ src/vfs/ftpfs/ftpfs.c
-@@ -1987,7 +1987,7 @@ ftpfs_chmod (struct vfs_class *me, const
+@@ -2019,7 +2019,7 @@ ftpfs_chmod (struct vfs_class *me, const
  
  g_snprintf (buf, sizeof (buf), "SITE CHMOD %4.4o /%%s", (int) (mode & 
0));
  

++ mc-4.8.15.sha256 -> mc-4.8.16.sha256 ++
--- /work/SRC/openSUSE:Factory/mc/mc-4.8.15.sha256  2015-11-12 
19:40:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc-4.8.16.sha256 2016-03-17 
16:48:42.0 +0100
@@ -1,2 +1,2 @@

commit mc for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2015-11-12 19:40:23

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is "mc"

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2015-04-02 16:03:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2015-11-12 
19:40:24.0 +0100
@@ -1,0 +2,51 @@
+Mon Nov  9 12:14:47 UTC 2015 - astie...@suse.com
+
+- verify the sha256 hash during build
+
+---
+Mon Nov  9 12:05:44 CET 2015 - p...@suse.de
+
+- Tag .sha256 file as source.
+
+---
+Mon Nov  9 05:26:47 UTC 2015 - d...@opensuse.org
+
+- Update to 4.8.15:
+
+* Core:
+Minimal version of GLib is 2.26.0
+Use the PATH environment variable to search for the executable when 
opening pipe (#3444)
+Support more than 2 (up to 9) columns in file panel in brief mode (#3212)
+Clarify file sorting in "Unsorted" mode (#3496)
+WGroupbox: respect dialog's colors (#3468)
+Highlight find file's result in internal viewer (#3530) 
+* VFS:
+s3 extfs vfs: bugfixes and improvements (#3470, #3502) 
+* Editor:
+Add hidden option to choose full or base file name in the status line 
(#3445)
+Improvements of syntax highlighting:
+Lua (#3471)
+PKGBUILD (#3484)
+* Misc:
+Text alignment in Info panel (#3155)
+Select of menu file edit: change default button to "User" (#3493)
+Recognize .gmo files as well as .mo ones (#3422)
+Fix mc.pot comment tripping up Transifex and unportable inplace sed (#3479)
+A lot of code clean up (#3420, #3424, #3426, #3427, #3428, #3429, #3430, 
#3431, #3434, #3435, #3437, #3463, #3464, #3465, #3466, #3467, #3494, #3495, 
#3539)
+Documentation updates:
+Spanish man and help: Diff Viewer section and minor fixes (#3477)
+VFS garbage collection (#3472) 
+
+* Fixes:
+Various memory leaks (#3438, #3439, #3440, #3457, #3458, #3459, #3460, 
#3461, #3462, #3475, #3520, #3521, #3522)
+Linux kernel-specific segfault on startup (#3441)
+Lost of Panelize contents in some cases (#3032, #3489, #3498, #3507)
+Wrong highlight of search result in case of "Regular expression" and 
"Whole words" (#3524)
+"Whole words" search works only in Normal mode (#3525)
+SFTP VFS: segfault (#3456)
+Segfault in "Find file" due to invalid UTF-8 sequences (#3449)
+Bash variable 'PROMPT_COMMAND' in pantheon-terminal (#3534)
+
+- rebased mc-extd-xdg.patch against upstream changes
+
+---

Old:

  mc-4.8.14.tar.xz

New:

  mc-4.8.15.sha256
  mc-4.8.15.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.B5Pf54/_old  2015-11-12 19:40:26.0 +0100
+++ /var/tmp/diff_new_pack.B5Pf54/_new  2015-11-12 19:40:26.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.14
+Version:4.8.15
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -31,6 +31,7 @@
 Source3:%{name}.png
 Source4:cmake.syntax
 Source5:mc-rpmlintrc
+Source6:http://ftp.midnight-commander.org/%{name}-%{version}.sha256
 Patch0: mc-fix_lib_search_path.patch
 Patch61:mc-extd-misc.patch
 Patch62:mc-extd-video.patch
@@ -69,7 +70,7 @@
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel >= 2.14.0
+BuildRequires:  glib2-devel >= 2.26.0
 BuildRequires:  libtool
 %if 0%{?suse_version} > 1130
 BuildRequires:  gpm-devel
@@ -106,6 +107,7 @@
 
 %lang_package
 %prep
+echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64`  
%{SOURCE0}" | sha256sum -c
 %setup -q
 %patch0
 %patch61

++ mc-4.8.15.sha256 ++
f74e3da70410975cdeb27ee9a66d1dd812250b6d3ede364bca728dd5a48e5471  
mc-4.8.15.tar.bz2
cf4e8f5dfe419830d56ca7e5f2495898e37ebcd05da1e47ff7041446c87fba16  
mc-4.8.15.tar.xz
++ mc-4.8.14.tar.xz -> mc-4.8.15.tar.xz ++
 54812 lines of diff (skipped)

++ mc-extd-xdg.patch ++
--- /var/tmp/diff_new_pack.B5Pf54/_old  2015-11-12 19:40:28.0 +0100
+++ /var/tmp/diff_new_pack.B5Pf54/_new  2015-11-12 19:40:28.0 +0100
@@ -3,70 +3,70 @@
 +++ misc/ext.d/archive.sh  2013-03-10 09:01:31.154705008 +0400
 @@ -145,3 +145,3 @@
  open)
--"${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" 2>/dev/null || \
-+[ -n "$DISPLAY" ] && "${MC_XDG_OPEN}" "${MC_EXT_FILENAME}" 2>/dev/null || 
\

commit mc for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2015-04-02 16:03:47

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-09-06 16:59:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2015-04-02 
16:03:48.0 +0200
@@ -0,0 +1,25 @@
+---
+Tue Mar 24 18:45:13 UTC 2015 - astie...@suse.com
+
+- GNU Midnight Commander 4.8.14:
+  * Core:
++ Minimal version of GLib is 2.14.0
++ Add new panel binding SelectExt to select/unselect files
+  with the same extension as the current file 
++ Speed up of directory size calculation 
++ Support of italic text  
+  * Editor:
++ New syntax highlighting support: puppet  
+  * Viewer:
++ Rewrite mcview's rendering and scrolling 
++ Use VIEW_SELECTED_COLOR in plain mode 
++ In QuickView panel, don't pass any chars to command line to
+  avoid unexpected command execution  
+  * Misc:
++ Code cleanup 
++ Bind poedit to Edit action for .po files 
++ Better grammar mcedit user menu  
+  * Various bug fixes  
+
+---
+

Old:

  mc-4.8.13.tar.xz

New:

  mc-4.8.14.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.SrvluT/_old  2015-04-02 16:03:49.0 +0200
+++ /var/tmp/diff_new_pack.SrvluT/_new  2015-04-02 16:03:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.13
+Version:4.8.14
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -69,7 +69,7 @@
 BuildRequires:  audiofile-devel
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel = 2.14.0
 BuildRequires:  libtool
 %if 0%{?suse_version}  1130
 BuildRequires:  gpm-devel
@@ -114,7 +114,7 @@
 %patch64
 %patch69
 %patch71
-%patch12
+%patch12 -p1
 %patch16
 %patch17 -p1
 %patch20

++ mc-4.8.13.tar.xz - mc-4.8.14.tar.xz ++
 50214 lines of diff (skipped)

++ mc-wrapper.patch ++
--- /var/tmp/diff_new_pack.SrvluT/_old  2015-04-02 16:03:50.0 +0200
+++ /var/tmp/diff_new_pack.SrvluT/_new  2015-04-02 16:03:50.0 +0200
@@ -1,7 +1,29 @@
-Index: contrib/mc.sh.in
+---
+ contrib/Makefile.am |4 ++--
+ contrib/mc.sh.in|9 -
+ 2 files changed, 10 insertions(+), 3 deletions(-)
+
+Index: mc-4.8.14/contrib/Makefile.am
 ===
 contrib/mc.sh.in.orig  2010-07-05 21:12:51.0 +0200
-+++ contrib/mc.sh.in   2010-09-14 12:43:40.906036450 +0200
+--- mc-4.8.14.orig/contrib/Makefile.am 2015-03-24 19:02:18.0 +0100
 mc-4.8.14/contrib/Makefile.am  2015-03-24 19:05:14.0 +0100
+@@ -22,10 +22,10 @@ EXTRA_DIST = \
+   $(noinst_DATA)
+ 
+ mc.csh: $(top_builddir)/config.status $(srcdir)/mc.csh.in
+-  sed s%@pkglibexecdir@%$(pkglibexecdir)% $(srcdir)/mc.csh.in  mc.csh
++  sed s%@datadir@%$(datadir)% $(srcdir)/mc.csh.in  mc.csh
+ 
+ mc.sh: $(top_builddir)/config.status $(srcdir)/mc.sh.in
+-  sed s%@pkglibexecdir@%$(pkglibexecdir)% $(srcdir)/mc.sh.in  mc.sh
++  sed s%@datadir@%$(datadir)% $(srcdir)/mc.sh.in  mc.sh
+ 
+ mc-wrapper.csh: $(top_builddir)/config.status $(srcdir)/mc-wrapper.csh.in
+   sed s%@bindir@%$(bindir)% $(srcdir)/mc-wrapper.csh.in  
mc-wrapper.csh
+Index: mc-4.8.14/contrib/mc.sh.in
+===
+--- mc-4.8.14.orig/contrib/mc.sh.in2015-03-24 19:01:42.0 +0100
 mc-4.8.14/contrib/mc.sh.in 2015-03-24 19:02:18.0 +0100
 @@ -1,3 +1,10 @@
  # Don't define aliases in plain Bourne shell
  [ -n ${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION} ] || return 0
@@ -14,20 +36,3 @@
 +then
 +export -f mc
 +fi
-Index: contrib/Makefile.am
-===
 contrib/Makefile.am.orig   2010-09-14 12:43:45.0 +0200
-+++ contrib/Makefile.am2010-09-14 12:47:16.291629539 +0200
-@@ -22,10 +22,10 @@ EXTRA_DIST = \
-   $(noinst_DATA)
- 
- mc.csh: $(srcdir)/mc.csh.in

commit mc for openSUSE:Factory

2014-09-06 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-09-06 12:19:04

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-04-03 17:10:45.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-09-06 
16:59:22.0 +0200
@@ -0,0 +1,14 @@
+Sat Sep  6 01:40:44 UTC 2014 - d...@opensuse.org
+
+- remove file mc-Syntax.cmake.patch / cmds in .spec
+- remove file mc-vfs_fish_helpers_ls-formatstring.diff
+  (extraneous patches seem to cause factory-auto to decline the submit)
+  cf. e.g. https://build.opensuse.org/request/show/247789 
+
+---
+Fri Sep  5 18:37:47 UTC 2014 - d...@opensuse.org
+
+- update to 4.8.13
+  various bugfixes and minor improvements, see NEWS file for details
+- comment out mc-Syntax.cmake.patch, fixed upstream, to be removed
+

Old:

  mc-4.8.12.tar.xz
  mc-Syntax.cmake.patch
  mc-vfs_fish_helpers_ls-formatstring.diff

New:

  mc-4.8.13.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:23.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:23.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.12
+Version:4.8.13
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -31,7 +31,6 @@
 Source3:%{name}.png
 Source4:cmake.syntax
 Source5:mc-rpmlintrc
-Patch18:mc-Syntax.cmake.patch
 Patch0: mc-fix_lib_search_path.patch
 Patch61:mc-extd-misc.patch
 Patch62:mc-extd-video.patch
@@ -118,7 +117,6 @@
 %patch12
 %patch16
 %patch17 -p1
-%patch18
 %patch20
 %patch21
 %patch22 -p1
@@ -159,6 +157,14 @@
 #support script for calling available GUI webbrosers
 install -m 755 %{SOURCE1} %{buildroot}%{_datadir}/mc/
 install -D -m 644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -D -m 644 %{S:3} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+
+for f in ext.d/misc.sh ext.d/sound.sh ext.d/video.sh \
+extfs.d/gitfs+ extfs.d/uace extfs.d/uarc ;
+do
+sed -i -e '1s@bin/sh@bin/bash@' %{buildroot}%{_libexecdir}/mc/${f}
+done
+
 %suse_update_desktop_file -i %name System FileManager
 # Remove not supported language
 rm -rf  %{buildroot}%{_datadir}/locale/be@tarask
@@ -193,7 +199,9 @@
 %config %{_sysconfdir}/mc/mc.default.keymap
 %config %{_sysconfdir}/mc/mc.emacs.keymap
 %config %{_sysconfdir}/mc/edit.indent.rc
-#(!)dir #{_libexecdir}/mc
+%dir %{_libexecdir}/mc
+%{_libexecdir}/mc/ext.d
+%{_libexecdir}/mc/extfs.d
 %verify(not mode) %{_libexecdir}/mc/cons.saver
 %{_mandir}/man1/*
 %exclude %{_mandir}/*/man1/*
@@ -201,7 +209,6 @@
 %{_datadir}/mc/syntax/Syntax
 %{_datadir}/mc/mc.charsets
 %{_datadir}/mc/mc.lib
-%{_libexecdir}/mc
 %{_datadir}/mc/hints/mc.hint
 %exclude %{_datadir}/mc/hints/mc.hint.*
 %{_datadir}/mc/help/mc.hlp
@@ -211,6 +218,10 @@
 
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/32x32
+%dir %{_datadir}/icons/hicolor/32x32/apps
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %exclude %{_sysconfdir}/mc/mc.menu.*
 
 %files lang -f %name.lang

++ mc-4.8.12.tar.xz - mc-4.8.13.tar.xz ++
 40372 lines of diff (skipped)

++ mc-esc-seq.patch ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.0 +0200
@@ -1,7 +1,7 @@
 lib/util.c.orig2013-07-09 14:43:17.0 +0400
-+++ lib/util.c 2013-07-11 18:48:01.258511499 +0400
-@@ -745,6 +745,8 @@
- while (*(++r) != '\0'  strchr (0123456789;?, *r) != NULL)
+--- lib/util.c.orig2014-09-05 20:50:09.0 +0200
 lib/util.c 2014-09-05 20:51:02.0 +0200
+@@ -748,6 +748,8 @@ strip_ctrl_codes (char *s)
+ while (*(++r) != '\0'  strchr (0123456789;:?, *r) != NULL)
  ;
  }
 +else if (*r == '(')

++ mc-rpmlintrc ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 16:59:24.0 +0200
+++ /var/tmp/diff_new_pack.Uy1W6V/_new  2014-09-06 16:59:24.0 +0200
@@ -1,2 +1,3 @@
 addFilter(mc\..* W: script-without-shebang /usr/lib/mc/fish/.+)
 addFilter(mc\..* W: script-without-shebang /usr/share/mc/mc.*\.c?sh)
+addFilter(mc\..* W: files-duplicate /etc/mc/mc.keymap)

++ mc.desktop ++
--- /var/tmp/diff_new_pack.Uy1W6V/_old  2014-09-06 

commit mc for openSUSE:Factory

2014-04-03 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-04-03 17:10:44

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-02-11 10:38:15.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-04-03 
17:10:45.0 +0200
@@ -1,0 +2,22 @@
+Wed Apr  2 19:35:48 UTC 2014 - d...@opensuse.org
+
+- update to 4.8.12
+- remove mc-vfs_fish_helpers_ls-formatstring.diff (fixed upstream)
+- change mc-extfs-iso9660-xorriso.patch to work with upstream fix
+
+---
+Sat Mar 15 15:35:23 UTC 2014 - d...@opensuse.org
+
+- fix bug (%i is not an appropriate format for off_t) in
+  mc-vfs_fish_helpers_ls-formatstring.diff, thanks to andrew_b
+  of upstream in mc-ticket:2983
+
+Sat Mar 15 13:58:42 UTC 2014 - d...@opensuse.org
+
+- add mc-vfs_fish_helpers_ls-formatstring.diff
+  fixing possible format-string attack via filename
+  http://www.midnight-commander.org/ticket/2983
+  until http://www.midnight-commander.org/ticket/3128
+  is fixed, fish should stay disabled though!
+
+---
@@ -5,0 +28,7 @@
+
+---
+Tue Jan 14 03:37:35 UTC 2014 - d...@opensuse.org
+
+- add preliminary patch by Sebastian Siebert
+  mc-vfs-fish-deleted_source_file.patch
+  bnc#856501 and http://www.midnight-commander.org/ticket/3128

Old:

  mc-4.8.11.tar.xz

New:

  mc-4.8.12.tar.xz
  mc-vfs-fish-deleted_source_file.patch
  mc-vfs_fish_helpers_ls-formatstring.diff



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.OiRAKr/_old  2014-04-03 17:10:46.0 +0200
+++ /var/tmp/diff_new_pack.OiRAKr/_new  2014-04-03 17:10:46.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://midnight-commander.org/
-Version:4.8.11
+Version:4.8.12
 Release:0
 
 #Git-Clone:git://github.com/MidnightCommander/mc
@@ -45,9 +45,12 @@
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
 
-# add mc-extfs-iso9660-xorriso.patch
-# fixing iso9660 extfs directory handling using xorriso
-# http://www.midnight-commander.org/ticket/3122
+# add patch. bnc#856501
+# http://www.midnight-commander.org/ticket/3128
+Patch22:mc-vfs-fish-deleted_source_file.patch
+
+# changed mc-extfs-iso9660-xorriso.patch
+# to reflect upstream fix
 Patch23:mc-extfs-iso9660-xorriso.patch
 
 #debian fixes for vfs
@@ -118,7 +121,8 @@
 %patch18
 %patch20
 %patch21
-%patch23 -p1
+%patch22 -p1
+%patch23 -p0
 %patch24
 %patch31
 %patch32

++ mc-4.8.11.tar.xz - mc-4.8.12.tar.xz ++
 42576 lines of diff (skipped)

++ mc-extfs-iso9660-xorriso.patch ++
--- /var/tmp/diff_new_pack.OiRAKr/_old  2014-04-03 17:10:47.0 +0200
+++ /var/tmp/diff_new_pack.OiRAKr/_new  2014-04-03 17:10:47.0 +0200
@@ -1,30 +1,14 @@

- src/vfs/extfs/helpers/iso9660.in |   13 -
- 1 file changed, 8 insertions(+), 5 deletions(-)
-
-Index: mc-4.8.11/src/vfs/extfs/helpers/iso9660.in
-===
 mc-4.8.11.orig/src/vfs/extfs/helpers/iso9660.in2014-01-01 
19:44:49.0 +
-+++ mc-4.8.11/src/vfs/extfs/helpers/iso9660.in 2014-01-01 19:46:02.0 
+
-@@ -38,13 +38,16 @@ xorriso_list() {
- return 1
- fi
- local dir attr ln usr gr sz dt1 dt2 dt3 nm len name
--dir=$2
--$XORRISO -dev stdio:$1 -cd $dir -lsl 2 /dev/null | @GREP@ ^[-d] | \
-+dir=${2:-/}
-+lsl=$( $XORRISO -abort_on FATAL -dev stdio:$1 -cd $dir -lsl 2 
/dev/null )
-+r=$?
-+test $r -gt 0  return $r
-+echo $lsl | /usr/bin/grep ^[-d] | \
+--- src/vfs/extfs/helpers/iso9660.in.orig  2014-04-02 21:42:18.0 
+0200
 src/vfs/extfs/helpers/iso9660.in   2014-04-02 21:43:40.0 +0200
+@@ -46,9 +46,9 @@
+ echo $lsl | @GREP@ ^[-d] | \
  while read attr ln usr gr sz dt1 dt2 dt3 nm ; do
  len=$((${#nm} - 1))
--name=$(printf $nm | cut -c2-$len)  # remove quotes
--if test $(printf $nm | cut -c1-2) != d; then
--printf %s %s %s %s %s %s %s %s %s/%s\n $attr $ln $usr 
$gr $sz $dt1 $dt2 $dt3 $dir $name
+-name=$(printf -- $nm | cut -c2-$len)  # remove quotes
 +name=$(printf -- '%s' $nm | cut -c2-$len)  # remove quotes
-+if test $(printf -- '%s' $attr | cut -c1) != d; then
-+printf -- %s %s %s %s %s %s %s %s %s/%s\n $attr $ln $usr 
$gr $sz $dt1 $dt2 $dt3 $dir 

commit mc for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-02-11 10:38:13

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-01-13 10:55:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-02-11 
10:38:15.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 21:47:13 UTC 2014 - jeng...@inai.de
+
+- Spec metadata update, remove redundant %clean section,
+  do parallel build with %_smp_mflags
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.ODabLP/_old  2014-02-11 10:38:15.0 +0100
+++ /var/tmp/diff_new_pack.ODabLP/_new  2014-02-11 10:38:15.0 +0100
@@ -20,9 +20,11 @@
 Summary:Midnight Commander
 License:GPL-3.0+
 Group:  Productivity/File utilities
-Url:http://www.midnight-commander.org/
+Url:http://midnight-commander.org/
 Version:4.8.11
-Release:0.0
+Release:0
+
+#Git-Clone:git://github.com/MidnightCommander/mc
 Source: http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -137,7 +139,7 @@
 --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \
 --disable-vfs-fish
 
-make %{?jobs:-j%{jobs}} V=1
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -161,9 +163,6 @@
 
 %fdupes -s %{buildroot}%{_prefix}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %if 0%{?suse_version} = 1140
 %set_permissions %{_libexecdir}/mc/cons.saver


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-01-13 10:55:27

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-01-07 13:57:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-01-13 
10:55:28.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 10 20:51:29 UTC 2014 - d...@opensuse.org
+
+- disable the ssh/fish vfs due to
+  http://www.midnight-commander.org/ticket/3128 and
+  https://bugzilla.novell.com/show_bug.cgi?id=856501
+- remove unneccessary build-dep on recode
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.GbEXNV/_old  2014-01-13 10:55:29.0 +0100
+++ /var/tmp/diff_new_pack.GbEXNV/_new  2014-01-13 10:55:29.0 +0100
@@ -78,7 +78,6 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libssh2-devel
 BuildRequires:  readline-devel
-BuildRequires:  recode
 BuildRequires:  slang-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
@@ -136,6 +135,7 @@
 --localstatedir=/var/lib \
 --enable-charset \
 --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \
+--disable-vfs-fish
 
 make %{?jobs:-j%{jobs}} V=1
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-01-07 13:57:21

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-12-13 13:09:32.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-01-07 
13:57:23.0 +0100
@@ -1,0 +2,49 @@
+Wed Jan  1 19:48:54 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 4.8.11:
+  - Core
+* Live update of panels size when editing layout
+* Support Compute totals option in move file operation
+  - VFS
+* rpm extfs
+  - show dependency version
+  - support tar payload
+  - improve support for EPOCH tag
+  - add support for PREINPROG/POSTINPROG/PREUNPROG/POSTUNPROG,
+VERIFYSCRIPTPROG and TRIGGERSCRIPTS/TRIGGERSCRIPTPROG tags
+  - Editor
+* Support bracketed paste mode of xterm
+* Clarify Java syntax highlighting
+  - Misc
+* Print warnings about unknown '--with-' / '--enable-' configure options
+* Code cleanup and refactoring
+  - Fixes:
+* Segfault while moving files
+* Broken handling of mc command line arguments
+* Copy/move doesn't work if num_history_items_recorded=0
+* No subdir path completion in current dir, if stub is not starting with 
'./'
+* Deprecated find -perm +xxx syntax is used
+* Home, End, Shift-Fn keys don't work in tmux
+* Improper [en|dis]abling of layout dialog split adjustment buttons
+* Bogus strings in 'Confirmation' config dialog
+* Configure options first entry not highlighted
+* Setup saved to ~/.config/mc/ini message is misleading
+* Typo in mc.lib: less=%filename +%linenog instead of +%lineno
+* Wrong order of filename and line number for external editor
+* mcedit: tabs are lost when text is pasted
+* mcedit: question on large file treats Escape as Yes
+* Broken case-sensitive search in editor/viewer/diffviewer
+* Changes to files in nested .zip archives are lost
+* Incorrect handling of filenames with spaces with unrar v5
+* iso9660 VFS: filenames truncating in ISO file listing
+* vfs_path_from_str_flags() doesn't support VPF_STRIP_HOME
+* Bright colors are used as background colors in 16-color skins
+* Various defects in documentation
+- removed patches:
+  * mc-extfs-helpers-urar.patch, committed upstream
+- modified patches:
+  * mc-extfs-iso9660-xorriso.patch, adjust for upstream change
+  * mc-multi-press-f-keys.patch, remove fuzz
+  * mc-rpm.patch, adjust for upstream change in context
+
+---

Old:

  mc-4.8.10.sha256
  mc-4.8.10.tar.xz
  mc-extfs-helpers-urar.patch

New:

  mc-4.8.11.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:24.0 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.10
+Version:4.8.11
 Release:0.0
 Source: http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
@@ -43,10 +43,6 @@
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
 
-# add mc-extfs-helpers-urar.patch (by d...@opensuse.org) - Fix urar
-# extfs failing on files with spaces (bnc#849082). Forwarded to upstream.
-# see http://www.midnight-commander.org/ticket/3073
-Patch22:mc-extfs-helpers-urar.patch
 # add mc-extfs-iso9660-xorriso.patch
 # fixing iso9660 extfs directory handling using xorriso
 # http://www.midnight-commander.org/ticket/3122
@@ -117,16 +113,15 @@
 %patch71
 %patch12
 %patch16
-%patch17
+%patch17 -p1
 %patch18
 %patch20
 %patch21
-%patch22 -p1
 %patch23 -p1
 %patch24
 %patch31
 %patch32
-%patch41
+%patch41 -p1
 %patch52 -p1
 %patch60 -p1
 

++ mc-4.8.10.tar.xz - mc-4.8.11.tar.xz ++
 54004 lines of diff (skipped)

++ mc-extfs-iso9660-xorriso.patch ++
--- /var/tmp/diff_new_pack.TM5VWJ/_old  2014-01-07 13:57:25.0 +0100
+++ /var/tmp/diff_new_pack.TM5VWJ/_new  2014-01-07 13:57:25.0 +0100
@@ -1,6 +1,12 @@
 mc-4.8.11/src/vfs/extfs/helpers/iso9660.in.orig2013-12-12 
10:57:16.0 

commit mc for openSUSE:Factory

2013-12-13 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-12-13 13:09:31

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-11-30 07:36:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-12-13 
13:09:32.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec 12 12:10:32 UTC 2013 - d...@opensuse.org
+
+- fix the iso9660 some more and fall back from xorriso to isoinfo as
+  xorriso fails on many DVD-iso files (well, that's UDF actually ..)
+
+---
+Thu Dec 12 10:02:02 UTC 2013 - d...@opensuse.org
+
+- add mc-extfs-iso9660-xorriso.patch
+  fixing iso9660 extfs directory handling using xorriso
+  see http://www.midnight-commander.org/ticket/3122
+
+---

New:

  mc-extfs-iso9660-xorriso.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.e3ORlx/_old  2013-12-13 13:09:33.0 +0100
+++ /var/tmp/diff_new_pack.e3ORlx/_new  2013-12-13 13:09:33.0 +0100
@@ -47,6 +47,10 @@
 # extfs failing on files with spaces (bnc#849082). Forwarded to upstream.
 # see http://www.midnight-commander.org/ticket/3073
 Patch22:mc-extfs-helpers-urar.patch
+# add mc-extfs-iso9660-xorriso.patch
+# fixing iso9660 extfs directory handling using xorriso
+# http://www.midnight-commander.org/ticket/3122
+Patch23:mc-extfs-iso9660-xorriso.patch
 
 #debian fixes for vfs
 Patch24:02_ignore_ftp_chmod_error.patch
@@ -86,6 +90,7 @@
 BuildRequires:  xz
 Requires(pre):  permissions
 Recommends: %{name}-lang = %{version}
+Recommends: mkisofs xorriso
 
 %description
 GNU Midnight Commander (also referred to as MC) is a user shell much
@@ -97,6 +102,8 @@
 your screen and giving you a clear representation of the filesystem, yet
 it's simple enough to be run over a telnet or ssh session.
 
+MC needs several other programs for its various extfs extensions, e.g. 
+isoinfo (from mkisofs) or xorriso for the iso:// extension.
 
 %lang_package
 %prep
@@ -115,6 +122,7 @@
 %patch20
 %patch21
 %patch22 -p1
+%patch23 -p1
 %patch24
 %patch31
 %patch32

++ mc-extfs-iso9660-xorriso.patch ++
--- mc-4.8.11/src/vfs/extfs/helpers/iso9660.in.orig 2013-12-12 
10:57:16.0 +0100
+++ mc-4.8.11/src/vfs/extfs/helpers/iso9660.in  2013-12-12 13:04:28.0 
+0100
@@ -38,13 +38,16 @@
 return 1
 fi
 local dir attr ln usr gr sz dt1 dt2 dt3 nm len name
-dir=$2
-$XORRISO -dev stdio:$1 -cd $dir -lsl 2 /dev/null | @GREP@ ^[-d] | \
+dir=${2:-/}
+lsl=$( $XORRISO -abort_on FATAL -dev stdio:$1 -cd $dir -lsl 2 
/dev/null )
+r=$?
+test $r -gt 0  return $r
+echo $lsl | /usr/bin/grep ^[-d] | \
 while read attr ln usr gr sz dt1 dt2 dt3 nm ; do
-len=$((${#nm} - 2))
-name=$(printf $nm | cut -c2-$len)  # remove quotes
-if test $(printf $nm | cut -c1-2) != d; then
-printf %s %s %s %s %s %s %s %s %s/%s\n $attr $ln $usr 
$gr $sz $dt1 $dt2 $dt3 $dir $name
+len=$((${#nm} - 1))
+name=$(printf -- '%s' $nm | cut -c2-$len)  # remove quotes
+if test $(printf -- '%s' $attr | cut -c1) != d; then
+printf -- %s %s %s %s %s %s %s %s %s/%s\n $attr $ln $usr 
$gr $sz $dt1 $dt2 $dt3 $dir $name
 else
 xorriso_list $1 $dir/$name
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2013-11-29 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-11-29 12:03:56

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-11-17 20:20:01.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-11-29 
12:03:58.0 +0100
@@ -1,0 +2,31 @@
+Mon Nov 25 22:45:29 UTC 2013 - d...@opensuse.org
+
+- What a ghastly %description ... Where'd that come from? ;) Fixed
+  with text from the README and a little added mention of Norton Cmdr
+
+---
+Mon Nov 25 22:12:19 UTC 2013 - d...@opensuse.org
+
+- What's with those trailing spaces for filenames with length 13?
+
+---
+Mon Nov 25 03:47:18 UTC 2013 - d...@opensuse.org
+
+- fix the urar patch (add trailing whitespace) (thanks to D. Werner again)
+
+---
+Sat Nov 23 18:11:35 UTC 2013 - d...@opensuse.org
+
+- fix the urar patch (thanks to D. Werner again)
+
+---
+Sat Nov 23 05:42:12 UTC 2013 - d...@opensuse.org
+
+- fix SLE* %post scriptlet error (%set_permissions not available)
+
+---
+Fri Nov 22 18:34:57 UTC 2013 - d...@opensuse.org
+
+- make urar-helper patch portable (tested with busybox awk)
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.tyr3Db/_old  2013-11-29 12:03:59.0 +0100
+++ /var/tmp/diff_new_pack.tyr3Db/_new  2013-11-29 12:03:59.0 +0100
@@ -44,12 +44,7 @@
 Patch21:mc-extfs-helpers-deb.patch
 
 # add mc-extfs-helpers-urar.patch (by d...@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 ;)
+# extfs failing on files with spaces (bnc#849082). Forwarded to upstream.
 Patch22:mc-extfs-helpers-urar.patch
 
 #debian fixes for vfs
@@ -89,28 +84,17 @@
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xz
 Requires(pre):  permissions
-Requires:   gawk = 4.0.0
 Recommends: %{name}-lang = %{version}
 
 %description
-Midnight Commander is a Norton Commander clone, a program that
-manipulates and manages files and directories. It is useful, fast, and
-has color display on the Linux console. It also has mouse support if
-you run the gpm mouse server. This program requires the terminal
-description files in /usr/lib/terminfo, which are found in ncurses.rpm
-(the essential ones) or terminfo.rpm (the rest).
-
-You can also use Midnight Commander under the X Window System with your
-mouse. If you enter 'mc -c', colors are used.
-
-In Midnight Commander, the screen is divided into four sections: The
-majority of the screen is covered by two directory panels. The second
-to last line on the screen is the shell command line. The last line
-displays the function key assignments. At the very top, the menu list
-is shown. One of the directories displayed is the current working
-directory. This is where most of the commands are found. For certain
-commands, like copy and move, the second directory is used as the
-target directory.
+GNU Midnight Commander (also referred to as MC) is a user shell much
+like the (in)famous Norton Commander with text-mode full-screen
+interface. It can be run on the OS console, in xterm and other
+terminal emulators.
+
+GNU Midnight Commander allows you to manage files while making most of
+your screen and giving you a clear representation of the filesystem, yet
+it's simple enough to be run over a telnet or ssh session.
 
 
 %lang_package
@@ -129,7 +113,7 @@
 %patch18
 %patch20
 %patch21
-%patch22
+%patch22 -p1
 %patch24
 %patch31
 %patch32
@@ -177,7 +161,11 @@
 rm -rf %{buildroot}
 
 %post
+%if 0%{?suse_version} = 1140
 %set_permissions %{_libexecdir}/mc/cons.saver
+%else
+%run_permissions
+%endif
 
 %verifyscript
 %verify_permissions -e %{_libexecdir}/mc/cons.saver
@@ -220,6 +208,13 @@
 
 %files lang -f %name.lang
 %defattr(-, root, root)
+%if 0%{?suse_version}  1140 || 0%{?sles_version}  0%{?sles_version} = 11
+%lang(sv) %dir %{_datadir}/locale/sv_SE
+%lang(sv) %dir %{_datadir}/locale/sv_SE/LC_MESSAGES
+%lang(szl) %dir %{_datadir}/locale/szl

commit mc for openSUSE:Factory

2013-11-29 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-11-30 07:36:40

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-11-29 12:03:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-11-30 
07:36:41.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 28 12:27:16 UTC 2013 - d...@opensuse.org
+
+- Reimplementation of mcrar5fs_list in vfs/extfs/helpers/urar using
+  'unrar vt' fixing the trailing space problem with 'unrar [lv]'
+  closing http://www.midnight-commander.org/ticket/3073 and bnc#849082
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.lkstzC/_old  2013-11-30 07:36:42.0 +0100
+++ /var/tmp/diff_new_pack.lkstzC/_new  2013-11-30 07:36:42.0 +0100
@@ -45,6 +45,7 @@
 
 # add mc-extfs-helpers-urar.patch (by d...@opensuse.org) - Fix urar
 # extfs failing on files with spaces (bnc#849082). Forwarded to upstream.
+# see http://www.midnight-commander.org/ticket/3073
 Patch22:mc-extfs-helpers-urar.patch
 
 #debian fixes for vfs

++ mc-extfs-helpers-urar.patch ++
--- /var/tmp/diff_new_pack.lkstzC/_old  2013-11-30 07:36:42.0 +0100
+++ /var/tmp/diff_new_pack.lkstzC/_new  2013-11-30 07:36:42.0 +0100
@@ -1,10 +1,25 @@
 diff -urN -x '*~' mc-4.8.10.orig/src/vfs/extfs/helpers/urar.in 
mc-4.8.10/src/vfs/extfs/helpers/urar.in
 --- mc-4.8.10.orig/src/vfs/extfs/helpers/urar.in   2013-08-02 
17:02:39.0 +0200
-+++ mc-4.8.10/src/vfs/extfs/helpers/urar.in2013-11-25 23:10:36.0 
+0100
-@@ -42,14 +42,43 @@
-  $UNRAR v -c- -cfg- $1 | @AWK@ -v uid=`id -u` -v gid=`id -g` '
- BEGIN { flag=0 }
- /^---/ { flag++; if (flag  1) exit 0; next }
 mc-4.8.10/src/vfs/extfs/helpers/urar.in2013-11-28 07:14:54.0 
+0100
+@@ -4,6 +4,11 @@
+ # (C) 1996 2:5020/337...@fidonet.org
+ # Updated by christian.genne...@alcatel.fr 1999
+ #Andrew V. Samoilov s...@bcs.zp.ua 2000
++#
++# Andrew Borodin aboro...@vmail.ru
++# David Haller d...@opensuse.org
++# 2013: support unrar5
++#
+ # beta version 2.0
+ #
+ # rar and unrar can be found on http://www.rarlabs.com/
+@@ -39,18 +44,62 @@
+ 
+ mcrar5fs_list ()
+ {
+- $UNRAR v -c- -cfg- $1 | @AWK@ -v uid=`id -u` -v gid=`id -g` '
+-BEGIN { flag=0 }
+-/^---/ { flag++; if (flag  1) exit 0; next }
 -flag==1 {
 -split($5, a, -)
 -if (index($1, D) != 0)
@@ -13,43 +28,63 @@
 -  if (index($1, .) != 0)
 -  $1=-rw-r--r--
 -printf %s 1 %s %s %d %02d/%02d/%02d %s ./%s\n, $1, uid, gid, $2, a[2], 
a[1], a[3], $6, $8
-+flag == 1 {
-+name=; delete fields; delete seps;
-+
-+### split line, save n-fields and save seperators in seps
-+### tested with busybox awk
-+nameparts = split($0, fields,  );
-+split($0, seps, [^ \t]+);
-+sub(^  , , seps[8]);
-+
-+### split date for reformatting
-+split(fields[5], date, -);
+-}'
++$UNRAR vt -c- -cfg- $1 | @AWK@ -F ':' -v uid=`id -u` -v gid=`id -g` '
++{
++### remove space after the : of the field name
++sub (^ , , $2);
++}
 +
-+### check/adjust rights
-+if (index(fields[1], D) != 0) {
-+fields[1] = drwxr-xr-x;
-+} else {
-+if (index(fields[1], .) != 0) {
-+fields[1] = -rw-r--r--;
++$1 ~ / *Name$/ {
++### next file
++name = mtime = size = attrs = ;
++delete date;
++name = $2;
++### if the name contains :, append the rest of the fields
++if (NF  2) {
++for (i = 3; i = NF; i++) {
++name = name : $i;
++}
 +}
 +}
-+
-+### join filename from fields 8 .. nameparts (saved above)
-+for(i = 8; i = nameparts; i++) {
-+name=name seps[i] fields[i];
++$1 ~ /^ *mtime$/ {
++mtime = $2 : $3;
++}
++$1 ~ /^ *Size$/ {
++size = $2;
++}
++$1 ~ /^ *Attributes$/ {
++attrs = $2;
 +}
-+name=name seps[i];
 +
-+# ### where did this come from? I say: if in doubt: pass on the
-+# ### unrar bug to our users ... I leave this in for reference.
-+# ### remove padding blanks from short names
-+# if (length(name)13) {
-+# sub( *$, , name);
-+# }
++$1 ~ /^ *Compression$/ {
++### file done, using /^$/ is not so good you
++### would have to skip the version stuff first
++
++### get date and time
++split (mtime, date,  );
++time = date[2];
++### cut off seconds from the time
++sub (,[0-9]*$, , time);
++   

commit mc for openSUSE:Factory

2013-11-17 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-11-17 20:19:59

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-11-15 08:37:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-11-17 
20:20:01.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 15 07:31:20 UTC 2013 - d...@opensuse.org
+
+- four argument (seps) gawk split() is new in 4.0.0, so explicitly
+  require a gawk new enough
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.XKi8Za/_old  2013-11-17 20:20:02.0 +0100
+++ /var/tmp/diff_new_pack.XKi8Za/_new  2013-11-17 20:20:02.0 +0100
@@ -42,8 +42,16 @@
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
-# mc-extfs-helpers-urar.patch d...@opensuse.org - Fix urar extfs failing on 
files with spaces (bnc#849082)
+
+# add mc-extfs-helpers-urar.patch (by d...@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:  xorg-x11-devel
 BuildRequires:  xz
 Requires(pre):  permissions
+Requires:   gawk = 4.0.0
 Recommends: %{name}-lang = %{version}
 
 %description


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2013-11-14 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-11-15 08:37:42

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-10-02 13:31:32.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-11-15 
08:37:44.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 12 21:09:36 UTC 2013 - d...@opensuse.org
+
+- 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.
+
+---

New:

  mc-extfs-helpers-urar.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.nRuhja/_old  2013-11-15 08:37:45.0 +0100
+++ /var/tmp/diff_new_pack.nRuhja/_new  2013-11-15 08:37:45.0 +0100
@@ -42,6 +42,8 @@
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
 Patch21:mc-extfs-helpers-deb.patch
+# mc-extfs-helpers-urar.patch d...@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
 #Debian fixes
@@ -118,6 +120,7 @@
 %patch18
 %patch20
 %patch21
+%patch22
 %patch24
 %patch31
 %patch32

++ mc-extfs-helpers-urar.patch ++
--- src/vfs/extfs/helpers/urar.in.orig  2013-11-12 18:27:16.0 +0100
+++ src/vfs/extfs/helpers/urar.in   2013-11-12 19:05:31.0 +0100
@@ -42,14 +42,36 @@
  $UNRAR v -c- -cfg- $1 | @AWK@ -v uid=`id -u` -v gid=`id -g` '
 BEGIN { flag=0 }
 /^---/ { flag++; if (flag  1) exit 0; next }
-flag==1 {
-split($5, a, -)
-if (index($1, D) != 0)
-   $1=drwxr-xr-x
-else
-   if (index($1, .) != 0)
-   $1=-rw-r--r--
-printf %s 1 %s %s %d %02d/%02d/%02d %s ./%s\n, $1, uid, gid, $2, a[2], 
a[1], a[3], $6, $8
+flag == 1 {
+name=;
+
+### split line, save n-fields and save seperators in 'seps'
+nf = split($0, fields,  , seps);
+
+### split date for reformatting
+split(fields[5], date, -);
+
+### check/adjust rights
+if (index(fields[1], D) != 0) {
+fields[1] = drwxr-xr-x;
+} else {
+if (index(fields[1], .) != 0) {
+fields[1] = -rw-r--r--;
+}
+}
+
+### join filename from fields 8 .. nf (saved above)
+for(i = 8; i = nf; i++) {
+name=name fields[i] seps[i];
+}
+### remove padding blanks from short names
+if (length(name)13) {
+sub( *$, , name);
+}
+
+printf(%s 1 %s %s %d %02d/%02d/%02d %s ./%s\n, 
+   fields[1], uid, gid, fields[2], date[2],
+   date[1], date[3], fields[6], name);
 }'
 }
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2013-10-02 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-10-02 13:31:31

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-08-25 13:33:31.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-10-02 
13:31:32.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 30 17:23:48 CEST 2013 - sbra...@suse.cz
+
+- Fix invalid mc.png (IDAT TFB error).
+
+---
+Fri Sep 27 12:10:18 UTC 2013 - nadvor...@suse.com
+
+- mc-startup-timeout.patch: reduce the timeout when a dns server does
+  not respond (bnc#824729)
+
+---

New:

  mc-startup-timeout.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.YscVV7/_old  2013-10-02 13:31:33.0 +0200
+++ /var/tmp/diff_new_pack.YscVV7/_new  2013-10-02 13:31:33.0 +0200
@@ -52,6 +52,8 @@
 # Patches from Fedora
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
+# mc-startup-timeout.patch mc3082 nadvor...@suse.cz - fix for long timeout on 
startup, bnc#824729
+Patch60:mc-startup-timeout.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
@@ -121,6 +123,7 @@
 %patch32
 %patch41
 %patch52 -p1
+%patch60 -p1
 
 %build
 autoreconf --force --install

++ mc-startup-timeout.patch ++
diff -ru mc-4.8.10.orig/src/vfs/smbfs/helpers/lib/util.c 
mc-4.8.10/src/vfs/smbfs/helpers/lib/util.c
--- mc-4.8.10.orig/src/vfs/smbfs/helpers/lib/util.c 2013-06-25 
23:29:14.0 +0200
+++ mc-4.8.10/src/vfs/smbfs/helpers/lib/util.c  2013-09-27 12:04:27.306008996 
+0200
@@ -1841,11 +1841,13 @@
 /* Ensure null termination. */
 hostname[sizeof (hostname) - 1] = '\0';
 
-/* get host info */
-if ((hp = Get_Hostbyname (hostname)) == 0)
-{
-DEBUG (0, (Get_Hostbyname: Unknown host %s\n, hostname));
-return False;
+if (ip) { /* query the ip only if it is requested */
+/* get host info */
+if ((hp = Get_Hostbyname (hostname)) == 0)
+{
+DEBUG (0, (Get_Hostbyname: Unknown host %s\n, hostname));
+return False;
+}
 }
 
 if (my_name)
@@ -2474,6 +2476,9 @@
 return (ret);
 }
 
+#if 0 
+/* IMHO this is useless and only increases the timeout */
+
 /* try with all lowercase */
 strlower (name2);
 ret = sys_gethostbyname (name2);
@@ -2491,6 +2496,7 @@
 free (name2);
 return (ret);
 }
+#endif
 
 /* nothing works :-( */
 free (name2);
++ mc.png ++
Files /var/tmp/diff_new_pack.YscVV7/_old and /var/tmp/diff_new_pack.YscVV7/_new 
differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2013-08-25 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-08-25 13:33:29

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-08-12 10:36:18.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-08-25 
13:33:31.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 23 18:10:44 UTC 2013 - d...@opensuse.org
+
+- update to 4.8.10
+- remove patch90 mc-bf3034-zip_in_tar.diff, fixed upstream
+- remove patch91 mc-bf3040-mcedit_fd_leak.diff, fixed upstream
+- more bugfixes: #3041, #3043, #3047, #2713, #3036
+  see https://www.midnight-commander.org/ticket/BUGNO
+- add libssh2 for sftp
+
+---

Old:

  mc-4.8.9.tar.xz
  mc-bf3034-zip_in_tar.diff
  mc-bf3040-mcedit_fd_leak.diff

New:

  mc-4.8.10.sha256
  mc-4.8.10.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:32.0 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:32.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.9
+Version:4.8.10
 Release:0.0
 Source: http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
@@ -53,13 +53,8 @@
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
 
-# bugfixes from upcomming verision
-Patch90:mc-bf3034-zip_in_tar.diff
-Patch91:mc-bf3040-mcedit_fd_leak.diff
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
-BuildRequires:  docbook-toys
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
@@ -73,6 +68,7 @@
 BuildRequires:  jpeg
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libssh2-devel
 BuildRequires:  readline-devel
 BuildRequires:  recode
 BuildRequires:  slang-devel
@@ -126,9 +122,6 @@
 %patch41
 %patch52 -p1
 
-%patch90
-%patch91
-
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
@@ -139,12 +132,13 @@
 %configure \
 --localstatedir=/var/lib \
 --enable-charset \
---enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba
+--enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \
 
-make %{?jobs:-j%{jobs}}
+make %{?jobs:-j%{jobs}} V=1
 
 %install
 make DESTDIR=%{buildroot} install
+
 # clean up this setuid problem for now
 chmod 755 %{buildroot}/%{_libexecdir}/mc/cons.saver
 

++ mc-4.8.10.sha256 ++
5f4166fe78fbf4b42f51ed526ca7f79fea8c77d04355c2b97d4df2a6bd2a1b1a  
mc-4.8.10.tar.bz2
5bda5a10bd0447da4b3b36c55d10fdf26e279d29fd30792467d68bdb7c2f2788  
mc-4.8.10.tar.xz
++ mc-4.8.9.tar.xz - mc-4.8.10.tar.xz ++
 27720 lines of diff (skipped)

++ mc-Syntax.cmake.patch ++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:33.0 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:33.0 +0200
@@ -1,8 +1,11 @@
 misc/syntax/Syntax.in.orig 2012-12-28 12:47:48.0 +0400
-+++ misc/syntax/Syntax.in  2013-03-07 09:36:14.233306543 +0400
-@@ -69,4 +69,4 @@
+--- misc/syntax/Syntax.in.orig 2013-06-25 23:29:14.0 +0200
 misc/syntax/Syntax.in  2013-08-23 21:55:31.216822402 +0200
+@@ -67,7 +67,7 @@
+ file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|..\*\\.mak|Kbuild)$ Makefile
+ include makefile.syntax
  
 -file CMakeLists.txt$ CMake
 +file (\/CMakeLists.txt|.cmake)$ CMake
  include cmake.syntax
  
+ file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram

++ mc-multi-press-f-keys.patch ++
--- /var/tmp/diff_new_pack.NIkd6k/_old  2013-08-25 13:33:33.0 +0200
+++ /var/tmp/diff_new_pack.NIkd6k/_new  2013-08-25 13:33:33.0 +0200
@@ -1,9 +1,8 @@
 http://www.midnight-commander.org/ticket/287
-Index: lib/tty/key.c
-===
 lib/tty/key.c.orig
-+++ lib/tty/key.c
-@@ -969,9 +969,12 @@ correct_key_code (int code)
+--- lib/tty/key.c.orig 2013-08-23 22:08:01.273850736 +0200
 lib/tty/key.c  2013-08-23 22:08:01.285849858 +0200
+@@ -1027,10 +1027,13 @@
+ }
  }
  
 -/* F0 is the same as F10 for out purposes */
@@ -17,7 +16,7 @@
  /*
   * We are not interested if Ctrl was pressed when entering control
   * characters, so assume that it was.  When checking for such keys,
-@@ -1058,6 +1061,16 @@ correct_key_code (int code)
+@@ -1116,6 

commit mc for openSUSE:Factory

2013-08-12 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-08-12 10:36:17

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-07-19 11:14:09.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-08-12 
10:36:18.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 18 16:50:05 UTC 2013 - subchas...@gmail.com
+
+- most annoying bug fixes imported from upcomming 4.8.10
+  * add mc-bf3034-zip_in_tar.diff: Cannot enter into zip archive
+in tar one (mc#3034)
+  * add mc-bf3034-editor-fd-leak.diff: file descriptor leak in
+mcedit (mc#3040)
+
+---

New:

  mc-bf3034-zip_in_tar.diff
  mc-bf3040-mcedit_fd_leak.diff



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.yXRM6H/_old  2013-08-12 10:36:19.0 +0200
+++ /var/tmp/diff_new_pack.yXRM6H/_new  2013-08-12 10:36:19.0 +0200
@@ -53,6 +53,10 @@
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
 
+# bugfixes from upcomming verision
+Patch90:mc-bf3034-zip_in_tar.diff
+Patch91:mc-bf3040-mcedit_fd_leak.diff
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  docbook-toys
@@ -122,6 +126,9 @@
 %patch41
 %patch52 -p1
 
+%patch90
+%patch91
+
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter

++ mc-bf3034-zip_in_tar.diff ++
References: mc#3034
https://www.midnight-commander.org/ticket/3034
Upstream: merged
Subject: Cannot enter into zip archive in tar one

Index: src/filemanager/ext.c
===
--- src/filemanager/ext.c   (revision 
2640b21bb9700aa51a70f35f9e10732c82a7366f)
+++ src/filemanager/ext.c   (revision 
8cb80dcc9c0c2f36111dd439f3e415cec58f7ffa)
@@ -680,7 +680,7 @@
 #endif /* HAVE_CHARSET */
 
+got_data = get_file_type_local (localfile_vpath, content_string, 
sizeof (content_string));
+
 mc_ungetlocalcopy (filename_vpath, localfile_vpath, FALSE);
-
-got_data = get_file_type_local (localfile_vpath, content_string, 
sizeof (content_string));
 
 if (got_data  0)
++ mc-bf3040-mcedit_fd_leak.diff ++
References: mc#3040
https://www.midnight-commander.org/ticket/3040
Upstream: merged
Subject: File descriptor leak in mcedit

Index: src/editor/edit.c
===
--- src/editor/edit.c   (revision c5924af3c454585a2307a473e8c8e2dcc3cbe4a6)
+++ src/editor/edit.c   (revision 4f1801ca11a50187b51916813a3a331e4e3190ba)
@@ -326,4 +326,6 @@
 
   cleanup:
+(void) mc_close (file);
+
 if (errmsg != NULL)
 {
@@ -332,7 +334,4 @@
 ret = FALSE;
 }
-
-if (!ret)
-(void) mc_close (file);
 
 return ret;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2013-07-19 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-07-19 11:14:07

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2013-03-08 09:22:48.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-07-19 
11:14:09.0 +0200
@@ -1,0 +2,38 @@
+Wed Jul 17 10:24:58 UTC 2013 - subchas...@gmail.com
+
+- Update to new upstream release 4.8.9
+  * extfs: support unrar-5
+  * extfs: use xorriso (if exists) for writing into ISO images
+  * extfs: display additional info while vieweing .iso files
+with F3
+  * mcedit: support unlimited file size
+- The changes since 4.8.1.7 are to numerous to list here,
+  please read the file /usr/share/doc/packages/mc/NEWS for
+  a complete list
+- modify mc-multi-press-f-keys.patch: adopted for changes in
+  sources
+- modify mc-esc-seq.patch: adopted for changes in sources
+- modify mc-rpm.patch: adopted for changes in sources
+- modify mc-Syntax.cmake.patch: added .cmake file ext for cmake
+  syntax highlighting
+- changes made for ext.d hanlers
+* add mc-ext-audio.patch: view action added for all audio files
+* add mc-extd-sound.patch: implement old functionality
+* add mc-extd-video.patch: implement old functionality
+* remove mc-apps-mediainfo.patch: implementation is moved to
+  mc-extd-sound.patch and mc-extd-video.patch
+* add mc-extd-misc.patch: implement old functionality
+* remove mc-apps-torrent.patch: moved to mc-extd-misc.patch
+* add mc-extd-doc.patch: use elinks only when installed
+* remove mc-word_docs.patch: Word docs now handled correctly
+  using xdg-open utility
+* add mc-extd-xdg.patch: use xdg-open in X11 sessions only
+* remove mc-apps.patch: re-implemented in patches for ext.d
+  handlers
+* remove mc-extensions.patch: implementations is moved to
+  sound/video/doc patches for ext.d handlers
+* remove mc-x11browser.diff: obsolated, implemented in ext.d/web.sh
+- remove mc-palmsupport.patch: Palm Pilot support removed from
+  system-wide menu file
+
+---

Old:

  mc-4.8.1.7.tar.xz
  mc-apps-mediainfo.patch
  mc-apps-torrent.patch
  mc-apps.patch
  mc-extensions.patch
  mc-palmsupport.patch
  mc-word_docs.patch
  mc-x11browser.diff

New:

  mc-4.8.9.tar.xz
  mc-ext-audio.patch
  mc-extd-doc.patch
  mc-extd-misc.patch
  mc-extd-sound.patch
  mc-extd-video.patch
  mc-extd-xdg.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.BVdvZ0/_old  2013-07-19 11:14:10.0 +0200
+++ /var/tmp/diff_new_pack.BVdvZ0/_new  2013-07-19 11:14:10.0 +0200
@@ -21,9 +21,9 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.1.7
+Version:4.8.9
 Release:0.0
-Source: 
https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
+Source: http://ftp.midnight-commander.org/mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
 Source3:%{name}.png
@@ -31,12 +31,12 @@
 Source5:mc-rpmlintrc
 Patch18:mc-Syntax.cmake.patch
 Patch0: mc-fix_lib_search_path.patch
-Patch6: mc-apps.patch
-Patch61:mc-apps-mediainfo.patch
-Patch62:mc-apps-torrent.patch
-Patch7: mc-palmsupport.patch
-Patch8: mc-word_docs.patch
-Patch9: mc-x11browser.diff
+Patch61:mc-extd-misc.patch
+Patch62:mc-extd-video.patch
+Patch63:mc-extd-doc.patch
+Patch64:mc-extd-sound.patch
+Patch69:mc-extd-xdg.patch
+Patch71:mc-ext-audio.patch
 Patch12:mc-wrapper.patch
 Patch16:mc-esc-seq.patch
 Patch17:mc-rpm.patch
@@ -50,7 +50,6 @@
 # PATCH-FIX-UPSTREAM mc-multi-press-f-keys.patch mc287 sbra...@suse.cz - Fixed 
Esc + Numeral F-key emulation.
 Patch41:mc-multi-press-f-keys.patch
 # Patches from Fedora
-Patch50:mc-extensions.patch
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
 
@@ -105,12 +104,12 @@
 %prep
 %setup -q
 %patch0
-%patch6
 %patch61
 %patch62
-%patch7
-%patch8
-%patch9
+%patch63
+%patch64
+%patch69
+%patch71
 %patch12
 %patch16
 %patch17
@@ -121,13 +120,15 @@
 %patch31
 %patch32
 %patch41
-%patch50
 %patch52 -p1
 
 %build
 autoreconf --force --install
 %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith 
-Wformat-security -Wno-unused-parameter
 export CFLAGS=$RPM_OPT_FLAGS %{warn_flags}
+
+export 

commit mc for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2013-03-08 09:22:46

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-07-25 10:34:34.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2013-03-08 
09:22:48.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar  7 06:10:19 UTC 2013 - subchas...@gmail.com
+
+- Update to 4.8.1.7 (latest stable release):
+  The changes since 4.8.1.4 are to numerous to list here.
+  Please see the file NEWS in the documentation for a complete list.
+
+---

Old:

  mc-4.8.1.4.tar.xz

New:

  mc-4.8.1.7.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.fT3x2P/_old  2013-03-08 09:22:50.0 +0100
+++ /var/tmp/diff_new_pack.fT3x2P/_new  2013-03-08 09:22:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.1.4
+Version:4.8.1.7
 Release:0.0
 Source: 
https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
 Source1:x11_browser

++ mc-4.8.1.4.tar.xz - mc-4.8.1.7.tar.xz ++
 78100 lines of diff (skipped)

++ mc-Syntax.cmake.patch ++
--- /var/tmp/diff_new_pack.fT3x2P/_old  2013-03-08 09:22:51.0 +0100
+++ /var/tmp/diff_new_pack.fT3x2P/_new  2013-03-08 09:22:51.0 +0100
@@ -1,11 +1,11 @@
 misc/syntax/Syntax.orig2011-07-19 12:35:07.0 +0400
-+++ misc/syntax/Syntax 2011-12-15 19:07:39.177893268 +0400
-@@ -241,5 +241,8 @@
- file ..\*\\.(l|y|yxx|ypp)$ Lex/Flex/Yacc/Bison\ssource
- include yxx.syntax
+--- misc/syntax/Syntax.in.orig 2012-12-28 12:47:48.0 +0400
 misc/syntax/Syntax.in  2013-03-07 09:36:14.233306543 +0400
+@@ -67,7 +67,7 @@
+ file (.\*[Mm]akefile[\\\.A-Za-z0-9]\*|..\*\\.mk|Kbuild)$ Makefile
+ include makefile.syntax
  
+-file CMakeLists.txt$ CMake
 +file (\/CMakeLists.txt|.cmake)$ CMake
-+include cmake.syntax
-+
- file .\* unknown
- include unknown.syntax
+ include cmake.syntax
+ 
+ file ..\*\\.(pp|PP|pas|PAS|dpr|DPR|inc|INC)$ Pascal\sProgram

++ mc-apps.patch ++
--- /var/tmp/diff_new_pack.fT3x2P/_old  2013-03-08 09:22:51.0 +0100
+++ /var/tmp/diff_new_pack.fT3x2P/_new  2013-03-08 09:22:51.0 +0100
@@ -18,20 +18,6 @@
View=%view{ascii} identify %f
#View=%view{ascii} asciiview %f
  
-@@ -421,11 +421,11 @@
-Open=vplay -s 22 %f
- 
- regex/\.([mM][pP]3)$
--  Open=if [ $DISPLAY =  ]; then mpg123 %f; else (xmms %f /dev/null 
21 ); fi
-+  Open=if [ $DISPLAY =  ]; then mpg123 %f; else if [ -z `which 
realplay` ]; then (xmms -e %f 1/dev/null 21 ); else (realplay %f 
/dev/null 21 ); fi; fi
-   View=%view{ascii} mpg123 -vtn1 %f 21 | sed -n 
'/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'
- 
- regex/\.([oO][gG][gG|aA|vV|xX])$
--  Open=if [ $DISPLAY =  ]; then ogg123 %f; else (xmms %f /dev/null 
21 ); fi
-+  Open=if [ $DISPLAY =  ]; then ogg123 %f; else (xmms -e %f 
/dev/null 21 ); fi
-   View=%view{ascii} ogginfo %s
- 
- regex/\.([sS][pP][xX]|[fF][lL][aA][cC])$
 @@ -497,12 +497,12 @@
  
  # Postscript

++ mc-extensions.patch ++
--- /var/tmp/diff_new_pack.fT3x2P/_old  2013-03-08 09:22:51.0 +0100
+++ /var/tmp/diff_new_pack.fT3x2P/_new  2013-03-08 09:22:51.0 +0100
@@ -22,22 +22,22 @@
  
  
regex/\.([mM][oO][dD]|[sS]3[mM]|[xX][mM]|[iI][tT]|[mM][tT][mM]|669|[sS][tT][mM]|[uU][lL][tT]|[fF][aA][rR])$
 Open=mikmod %f
-@@ -425,15 +427,21 @@
+@@ -425,15 +425,21 @@
 Open=vplay -s 22 %f
  
  regex/\.([mM][pP]3)$
--  Open=if [ $DISPLAY =  ]; then mpg123 %f; else if [ -z `which 
realplay` ]; then (xmms -e %f 1/dev/null 21 ); else (realplay %f 
/dev/null 21 ); fi; fi
+-  Open=if [ $DISPLAY =  ]; then mpg123 %f; else (xmms %f /dev/null 
21 ); fi
 -  View=%view{ascii} mpg123 -vtn1 %f 21 | sed -n 
'/^Title/,/^Comment/p;/^MPEG/,/^Audio/p'
-+  #Open=if [ $DISPLAY =  ]; then mpg123 %f; else if [ -z `which 
realplay` ]; then (xmms -e %f 1/dev/null 21 ); else (realplay %f 
/dev/null 21 ); fi; fi
++  #Open=if [ $DISPLAY =  ]; then mpg123 %f; else (xmms %f /dev/null 
21 ); fi
 

commit mc for openSUSE:Factory

2012-07-25 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-07-25 10:34:32

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-06-05 15:33:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-07-25 
10:34:34.0 +0200
@@ -1,0 +2,38 @@
+Mon Jul 23 13:35:04 UTC 2012 - subchas...@gmail.com
+
+- extfs deb helper: execute uar helper as fall-back if deb utilities is not 
installed
+
+---
+Sat Jul 21 10:54:16 UTC 2012 - subchas...@gmail.com
+
+- fixed deb file extension support, use dpkg-deb from 'deb' package
+  if installed
+
+---
+Sat Jul 21 09:39:11 UTC 2012 - subchas...@gmail.com
+
+Updated to version 4.8.1.4
+
+- Misc
+* Tweak and cleanup of code in case of --disable-charset option usage 
(#2827)
+* File extension support:
+- .gem - rubygems (#2797)
+- .cpio.xz - compressed cpio archives (#2798)
+
+- Fixes
+* Build failure on FreeBSD 6 (#2808)
+* src/filemanager/filegui.c does not compile on Solaris due to missing 
macros (#2825)
+* Loss of data on copy to full partition (#2829)
+* Misinterpretation of dirs as command line arguments (#2783, #2805)
+* Number of panelized files was limited to 127 (#2813)
+* URL with port was stored wrong in history (#2833)
+* Can't find 00 (zeroes) in patterns in hex search (#2795)
+* Hotkey conflicts in 'Search' dialog (#2843)
+* Garbage directory listing in ftpfs (#2800)
+* Incomplete sand256 skin (#2807)
+* mcedit scripts are installed as data files (#1437)
+* Tests failure on PowerPC,S390,S390x (#2804)
+* Fail to compile if --without-vfs configure option specified (#2834)
+* do_panel_cd: FTBFS with --enable-tests on 
[kfreebsd-i386,kfreebsd-amd64,ia64,armhf] (#2803)
+
+---

Old:

  04_add_gem_extension.patch
  mc-4.8.1.3.tar.xz

New:

  mc-4.8.1.4.tar.xz
  mc-extfs-helpers-deb.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.5FMt2n/_old  2012-07-25 10:34:36.0 +0200
+++ /var/tmp/diff_new_pack.5FMt2n/_new  2012-07-25 10:34:36.0 +0200
@@ -21,8 +21,8 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.1.3
-Release:0
+Version:4.8.1.4
+Release:0.0
 Source: 
https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -41,10 +41,10 @@
 Patch16:mc-esc-seq.patch
 Patch17:mc-rpm.patch
 Patch20:mc-f-keys.patch
+Patch21:mc-extfs-helpers-deb.patch
 #debian fixes for vfs
 Patch24:02_ignore_ftp_chmod_error.patch
 #Debian fixes
-Patch30:04_add_gem_extension.patch
 Patch31:09_uzip_broken_528239.patch
 Patch32:20_wrong_path_to_wrappers.patch
 # PATCH-FIX-UPSTREAM mc-multi-press-f-keys.patch mc287 sbra...@suse.cz - Fixed 
Esc + Numeral F-key emulation.
@@ -116,8 +116,8 @@
 %patch17
 %patch18
 %patch20
+%patch21
 %patch24
-%patch30
 %patch31
 %patch32
 %patch41

++ mc-extensions.patch ++
--- /var/tmp/diff_new_pack.5FMt2n/_old  2012-07-25 10:34:36.0 +0200
+++ /var/tmp/diff_new_pack.5FMt2n/_new  2012-07-25 10:34:36.0 +0200
@@ -1,58 +1,54 @@
-Index: misc/mc.ext.in
-===
 misc/mc.ext.in.orig2010-07-07 14:39:08.723510066 +0200
-+++ misc/mc.ext.in 2010-07-07 14:55:35.231010197 +0200
-@@ -226,8 +226,10 @@ regex/\.rpm$
+--- misc/mc.ext.in.orig2012-07-23 14:07:11.0 +0200
 misc/mc.ext.in 2012-07-23 14:11:39.0 +0200
+@@ -236,8 +236,9 @@
  
  # deb
  regex/\.u?deb$
 -  Open=%cd %p/deb://
 -  View=%view{ascii} dpkg-deb -I %f  echo  dpkg-deb -c %f
-+# Open=%cd %p/deb://
-+# View=%view{ascii} dpkg-deb -I %f  echo  dpkg-deb -c %f
-+  Open=%cd %p#uar://
-+  View=%view{ascii} file %f  nm %f
++  Open=%cd %p/deb://
++  #Open=%cd %p/uar://
++  View=%view{ascii} if type -p dpkg-deb /dev/null ; then dpkg-deb -I %f 
 echo  dpkg-deb -c %f ; else file %f  echo  ar tv %f ; fi
  
  # dpkg
  shell/.debd
-@@ -399,7 +399,8 @@ include/image
+@@ -415,7 +416,8 @@
  ### Sound files ###
  
  
regex/\.([wW][aA][vV]|[sS][nN][dD]|[vV][oO][cC]|[aA][uU]|[sS][mM][pP]|[aA][iI][fF][fF]|[sS][nN][dD])$
 -   Open=if [ 

commit mc for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-06-05 15:33:03

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-05-14 16:16:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-06-05 
15:33:04.0 +0200
@@ -1,0 +2,5 @@
+Mon May 28 09:37:28 UTC 2012 - subchas...@gmail.com
+
+- cmake syntax revisited
+
+---



Other differences:
--
++ cmake.syntax ++
--- /var/tmp/diff_new_pack.zOZpzH/_old  2012-06-05 15:33:06.0 +0200
+++ /var/tmp/diff_new_pack.zOZpzH/_new  2012-06-05 15:33:06.0 +0200
@@ -1,128 +1,499 @@
-# CMake syntax highlighting
-#
+# CMake syntax
 # Author: Henrik Pauli henrik.pa...@uhusystems.com
 # Author: Emil Biserov bise...@gmail.com
 
-wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_
-
 caseinsensitive
 
 context default
-   keyword ( brightcyan
-   keyword ) brightcyan
-
-   keyword ${\[^}\]+} brightgreen
+   keyword \( brightcyan
+   keyword \) brightcyan
 
-   keyword whole macro magenta
-   keyword whole endmacro magenta
-   keyword whole function magenta
-   keyword whole endfunction magenta
-   keyword whole if magenta
+### Commands ##
+   keyword whole add_custom_command yellow
+   keyword whole add_custom_target yellow
+   keyword whole add_definitions yellow
+   keyword whole add_dependencies yellow
+   keyword whole add_executable yellow
+   keyword whole add_library yellow
+   keyword whole add_subdirectory yellow
+   keyword whole add_test yellow
+   keyword whole aux_source_directory yellow
+   keyword whole break magenta
+   keyword whole build_command yellow
+   keyword whole cmake_minimum_required yellow
+   keyword whole cmake_policy yellow
+   keyword whole configure_file yellow
+   keyword whole create_test_sourcelist yellow
+   keyword whole define_property yellow
keyword whole else magenta
keyword whole elseif magenta
-   keyword whole endif magenta
-   keyword whole foreach magenta
+   keyword whole enable_language yellow
+   keyword whole enable_testing yellow
keyword whole endforeach magenta
-   keyword whole while magenta
+   keyword whole endfunction magenta
+   keyword whole endif magenta
+   keyword whole endmacro magenta
keyword whole endwhile magenta
-   keyword whole break magenta
-
-   keyword whole cmake_minimum_required yellow
-   keyword whole project yellow
-   keyword whole set yellow
-   keyword whole unset yellow
+   keyword whole execute_process yellow
+   keyword whole export yellow
+   keyword whole file yellow
+   keyword whole find_file yellow
+   keyword whole find_library yellow
+   keyword whole find_package yellow
+   keyword whole find_path yellow
+   keyword whole find_program yellow
+   keyword whole fltk_wrap_ui yellow
+   keyword whole foreach magenta
+   keyword whole function magenta
+   keyword whole get_cmake_property yellow
+   keyword whole get_directory_property yellow
+   keyword whole get_filename_component yellow
+   keyword whole get_property yellow
+   keyword whole get_source_file_property yellow
+   keyword whole get_target_property yellow
+   keyword whole get_test_property yellow
+   keyword whole if magenta
keyword whole include yellow
keyword whole include_directories yellow
-   keyword whole link_directories yellow
-   keyword whole cpack_+ yellow
-   keyword whole add_+ yellow
-   keyword whole get_+ yellow
-   keyword whole set_+ yellow
-   keyword whole target_+ yellow
-   keyword whole find_+ yellow
-   keyword whole file yellow
-   keyword whole file_+ yellow
-   keyword whole configure_+ yellow
+   keyword whole include_external_msproject yellow
+   keyword whole include_regular_expression yellow
keyword whole install yellow
-   keyword whole qt4_+ yellow
-   keyword whole mark_as_advanced yellow
-
+   keyword whole link_directories yellow
keyword whole list yellow
+   keyword whole load_cache yellow
+   keyword whole load_command yellow
+   keyword whole macro magenta
+   keyword whole mark_as_advanced yellow
+   keyword whole math yellow
+   keyword whole message yellow
+   keyword whole 

commit mc for openSUSE:Factory

2012-05-14 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-05-14 16:16:26

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-05-07 22:48:22.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-05-14 
16:16:27.0 +0200
@@ -1,0 +2,5 @@
+Thu May 10 07:06:53 UTC 2012 - subchas...@gmail.com
+
+- Samba VFS restored, fixed path to smb.conf
+
+---

New:

  mc-rpmlintrc



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.aRNd7P/_old  2012-05-14 16:16:30.0 +0200
+++ /var/tmp/diff_new_pack.aRNd7P/_new  2012-05-14 16:16:30.0 +0200
@@ -23,11 +23,12 @@
 Url:http://www.midnight-commander.org/
 Version:4.8.1.3
 Release:0
-Source: mc-%{version}.tar.xz
+Source: 
https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
 Source3:%{name}.png
 Source4:cmake.syntax
+Source5:mc-rpmlintrc
 Patch18:mc-Syntax.cmake.patch
 Patch0: mc-fix_lib_search_path.patch
 Patch6: mc-apps.patch
@@ -130,7 +131,8 @@
 %configure \
 --localstatedir=/var/lib \
 --enable-charset \
---with-samba
+--enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba
+
 make %{?jobs:-j%{jobs}}
 
 %install


++ mc-rpmlintrc ++
addFilter(mc\..* W: script-without-shebang /usr/lib/mc/fish/.+)
addFilter(mc\..* W: script-without-shebang /usr/share/mc/mc.*\.c?sh)
addFilter(mc\..* W: non-executable-script /etc/mc/edit.(spell|indent).rc)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-05-07 22:48:10

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-04-12 09:40:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-05-07 
22:48:22.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 26 11:30:00 UTC 2012 - subchas...@gmail.com
+
+- Update to 4.8.1.3 (regression fix release):
+  This release fixes two regressions in the just-released
+  previous stable version: a crash in the chown and symlink dialogs,
+  and an erroneous error popup when entering a tar archive.
+
+---
+Mon Apr 23 08:55:27 UTC 2012 - subchas...@gmail.com
+
+- Update to 4.8.1.2 (bugfix release):
+  The changes since 4.8.1.1 are to numerous to list here.
+  Please see the file NEWS in the documentation for a complete list.
+
+- mc-mcviewsegfault.patch removed, fixed in changeset 95fdd2
+
+---

Old:

  mc-4.8.1.1.tar.xz
  mc-mcviewsegfault.patch

New:

  mc-4.8.1.3.tar.xz



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.gjcKpJ/_old  2012-05-07 22:48:23.0 +0200
+++ /var/tmp/diff_new_pack.gjcKpJ/_new  2012-05-07 22:48:23.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.8.1.1
+Version:4.8.1.3
 Release:0
 Source: mc-%{version}.tar.xz
 Source1:x11_browser
@@ -50,9 +50,9 @@
 Patch41:mc-multi-press-f-keys.patch
 # Patches from Fedora
 Patch50:mc-extensions.patch
-Patch51:mc-mcviewsegfault.patch
 #Patch adding -fpie and -pie to compilation and linking of setuid binaries
 Patch52:mc-pie.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  docbook-toys
@@ -121,7 +121,6 @@
 %patch32
 %patch41
 %patch50
-%patch51
 %patch52 -p1
 
 %build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-04-12 09:40:57

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-03-29 07:45:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-04-12 
09:40:59.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 15:53:44 UTC 2012 - subchas...@gmail.com
+
+- .torrent extension viewer fixed
+
+---



Other differences:
--

++ mc-apps-torrent.patch ++
--- /var/tmp/diff_new_pack.0PazVM/_old  2012-04-12 09:41:00.0 +0200
+++ /var/tmp/diff_new_pack.0PazVM/_new  2012-04-12 09:41:00.0 +0200
@@ -1,13 +1,12 @@
-diff -ru misc.orig/mc.ext.in misc/mc.ext.in
 misc.orig/mc.ext.in2011-02-05 17:54:56.0 +0300
-+++ misc/mc.ext.in 2011-03-13 16:03:47.162150180 +0300
-@@ -652,5 +652,8 @@
+--- misc/mc.ext.in.orig2012-03-19 20:26:22.0 +0400
 misc/mc.ext.in 2012-04-04 19:49:06.427780685 +0400
+@@ -614,7 +614,8 @@
  
-+regex/\.torrent$
-+  View=%view{ascii} which transmission-show  /dev/null 21  
transmission-show %f || file %f
+ # torrent
+ regex/\.([tT][oO][rR][rR][eE][nN][tT])$
+-  View=%view{ascii} ctorrent -x %f 2/dev/null
++  View=%view{ascii} which ctorrent /dev/null 21  ctorrent -x %f 
2/dev/null || which transmission-show /dev/null 21  transmission-show %f 
|| file %f
 +
- ### Default ###
  
- # Default target for anything not described above
- default/*
-
+ ### Plain compressed files ###
+ 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-03-29 07:45:00

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-03-26 15:37:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-03-29 
07:45:05.0 +0200
@@ -1,0 +2,8 @@
+Sat Mar 24 08:54:23 UTC 2012 - subchas...@gmail.com
+
+- x11_browser issues fixed
+* use xdg-open if it possible
+* HTML-files openning fixed
+* firefox  chromium detection added
+
+---



Other differences:
--

++ mc-x11browser.diff ++
--- /var/tmp/diff_new_pack.rp9DBx/_old  2012-03-29 07:45:07.0 +0200
+++ /var/tmp/diff_new_pack.rp9DBx/_new  2012-03-29 07:45:07.0 +0200
@@ -8,7 +8,7 @@
  regex/\.([hH][tT][mM][lL]?)$
 -  Open=(if test -n @X11_WWW@  test -n $DISPLAY; then (@X11_WWW@ 
file://%d/%p ) 12; else links %f || lynx -force_html %f || ${PAGER:-more} 
%f; fi) 2/dev/null
 -  View=%view{ascii} links -dump %f 2/dev/null || w3m -dump %f 
2/dev/null || lynx -dump -force_html %f
-+Open=/usr/share/mc/bin/x11_browser %f
++Open=/usr/share/mc/x11_browser file://%f
 +View=%view{ascii} w3m -dump -T text/html %f;
  
  # StarOffice 5.2


++ x11_browser ++
--- /var/tmp/diff_new_pack.rp9DBx/_old  2012-03-29 07:45:07.0 +0200
+++ /var/tmp/diff_new_pack.rp9DBx/_new  2012-03-29 07:45:07.0 +0200
@@ -10,6 +10,10 @@
 url=$1
 method=${1%%:*}
 
+if test -n $DISPLAY -a -x /usr/bin/xdg-open ; then
+exec /usr/bin/xdg-open $url
+fi
+
 if test $url = $method ; then
 case ${url} in
*/*.htm|*/*.html) method=http   ;;
@@ -41,8 +45,11 @@
test -n $DISPLAY  type -p Netscape  /dev/null  http=Netscape
test -n $DISPLAY  type -p opera  /dev/null  http=opera
test -n $DISPLAY  type -p mozilla  /dev/null  http=mozilla
+   test -n $DISPLAY  type -p firefox  /dev/null  http=firefox
+   test -n $DISPLAY  type -p chromium  /dev/null  http=chromium
case $http in
-   [nN]etscape|opera|mozilla) ($http -remote openURL($url) || $http 
$url) /dev/null 21  ;;
+   chromium) $http $url /dev/null 21  ;;
+   [nN]etscape|opera|mozilla|firefox) ($http -remote openURL($url) 
|| $http $url) /dev/null 21  ;;
lynx|w3m|links)  exec $http $url ;;
*)
echo No HTTP browser found.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-03-26 15:37:33

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2012-02-06 15:55:07.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-03-26 
15:37:37.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 21 06:33:55 UTC 2012 - subchas...@gmail.com
+
+- Update to 4.8.1.1. Major changes is:
+* License version updated to GPL3+ (#1551)
+* Configuration files was moved from your $HOME/.mc directory into
+  XDG_CONFIG_* directories to respect FDO standard
+* VFS structure and paths is changed
+* keybinding names was renamed to provide some unification
+  The changes since 4.7.5 are to numerous to list here.
+  Please see the file NEWS in the documentation for a complete list.
+- an CMake language syntax highlighting for mcedit added
+- added .torrent extension
+- use meadiainfo (if exists) to view multimemedia files
+
+---

Old:

  mc-4.7.5.3.tar.lzma

New:

  cmake.syntax
  mc-4.8.1.1.tar.xz
  mc-Syntax.cmake.patch
  mc-apps-mediainfo.patch
  mc-apps-torrent.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.4ywPzI/_old  2012-03-26 15:37:40.0 +0200
+++ /var/tmp/diff_new_pack.4ywPzI/_new  2012-03-26 15:37:40.0 +0200
@@ -15,19 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mc
 Summary:Midnight Commander
-License:GPL-2.0+
+License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:http://www.midnight-commander.org/
-Version:4.7.5.3
+Version:4.8.1.1
 Release:0
-Source: mc-%{version}.tar.lzma
+Source: mc-%{version}.tar.xz
 Source1:x11_browser
 Source2:%{name}.desktop
 Source3:%{name}.png
+Source4:cmake.syntax
+Patch18:mc-Syntax.cmake.patch
 Patch0: mc-fix_lib_search_path.patch
 Patch6: mc-apps.patch
+Patch61:mc-apps-mediainfo.patch
+Patch62:mc-apps-torrent.patch
 Patch7: mc-palmsupport.patch
 Patch8: mc-word_docs.patch
 Patch9: mc-x11browser.diff
@@ -68,8 +73,8 @@
 BuildRequires:  recode
 BuildRequires:  slang-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  xdg-utils
+BuildRequires:  xorg-x11-devel
 BuildRequires:  xz
 Requires(pre):  permissions
 Recommends: %{name}-lang = %{version}
@@ -100,12 +105,15 @@
 %setup -q
 %patch0
 %patch6
+%patch61
+%patch62
 %patch7
 %patch8
 %patch9
 %patch12
 %patch16
 %patch17
+%patch18
 %patch20
 %patch24
 %patch30
@@ -116,59 +124,6 @@
 %patch51
 %patch52 -p1
 
-pushd doc/hints
-iconv -f iso8859-1 -t utf-8 -o mc.hint.tmp mc.hint  mv mc.hint.tmp mc.hint
-iconv -f iso8859-1 -t utf-8 -o mc.hint.es.tmp mc.hint.es  mv mc.hint.es.tmp 
mc.hint.es
-iconv -f iso8859-1 -t utf-8 -o mc.hint.it.tmp mc.hint.it  mv mc.hint.it.tmp 
mc.hint.it
-iconv -f iso8859-1 -t utf-8 -o mc.hint.nl.tmp mc.hint.nl  mv mc.hint.nl.tmp 
mc.hint.nl
-iconv -f iso8859-2 -t utf-8 -o mc.hint.cs.tmp mc.hint.cs  mv mc.hint.cs.tmp 
mc.hint.cs
-iconv -f iso8859-2 -t utf-8 -o mc.hint.hu.tmp mc.hint.hu  mv mc.hint.hu.tmp 
mc.hint.hu
-iconv -f iso8859-2 -t utf-8 -o mc.hint.pl.tmp mc.hint.pl  mv mc.hint.pl.tmp 
mc.hint.pl
-iconv -f iso8859-5 -t utf-8 -o mc.hint.sr.tmp mc.hint.sr  mv mc.hint.sr.tmp 
mc.hint.sr
-iconv -f big5 -t utf8 -o mc.hint.zh.tmp mc.hint.zh  mv mc.hint.zh.tmp 
mc.hint.zh
-popd
-pushd misc
-iconv -f iso8859-5 -t utf-8 -o mc.menu.sr.tmp mc.menu.sr  mv mc.menu.sr.tmp 
mc.menu.sr
-popd
-# convert docs to utf-8
-pushd doc
-pushd man
-pushd es
-iconv -f iso8859-1 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
-pushd hu
-iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
-pushd it
-iconv -f iso8859-1 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
-pushd pl
-iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
-pushd sr
-iconv -f iso8859-5 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-iconv -f iso8859-5 -t utf-8 -o mcserv.8.in.tmp mcserv.8.in  mv 
mcserv.8.in.tmp mcserv.8.in
-popd # doc/man
-popd # doc/
-pushd hlp
-pushd es
-iconv -f iso8859-1 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
-popd
-pushd hu
-iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
-popd
-pushd it
-iconv -f iso8859-1 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
-popd
-pushd pl

commit mc for openSUSE:Factory

2012-02-06 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2012-02-06 15:55:01

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2011-12-21 10:01:28.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2012-02-06 
15:55:07.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb  3 09:00:29 UTC 2012 - dlova...@suse.com
+
+- Fixed rpmlint warning - added -fpie and -pie to compilation and linking of 
consaver
+
+---

New:

  mc-pie.patch



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.DC2QkV/_old  2012-02-06 15:55:11.0 +0100
+++ /var/tmp/diff_new_pack.DC2QkV/_new  2012-02-06 15:55:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   mc
 Summary:Midnight Commander
+License:GPL-2.0+
 Group:  Productivity/File utilities
-License:GPLv2+
 Url:http://www.midnight-commander.org/
 Version:4.7.5.3
-Release:1
+Release:0
 Source: mc-%{version}.tar.lzma
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -49,6 +46,8 @@
 # Patches from Fedora
 Patch50:mc-extensions.patch
 Patch51:mc-mcviewsegfault.patch
+#Patch adding -fpie and -pie to compilation and linking of setuid binaries
+Patch52:mc-pie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audiofile-devel
 BuildRequires:  docbook-toys
@@ -115,6 +114,7 @@
 %patch41
 %patch50
 %patch51
+%patch52 -p1
 
 pushd doc/hints
 iconv -f iso8859-1 -t utf-8 -o mc.hint.tmp mc.hint  mv mc.hint.tmp mc.hint


++ mc-pie.patch ++
Index: mc-4.7.5.3/src/consaver/Makefile.am
===
--- mc-4.7.5.3.orig/src/consaver/Makefile.am
+++ mc-4.7.5.3/src/consaver/Makefile.am
@@ -4,4 +4,6 @@ pkglibexec_PROGRAMS = cons.saver
 
 cons_saver_SOURCES = cons.saver.c
 
-cons_saver_CFLAGS= -I$(top_srcdir)
+cons_saver_CFLAGS= -fpie -I$(top_srcdir)
+
+cons_saver_LDFLAGS= -pie

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2011-12-21 10:01:23

Comparing /work/SRC/openSUSE:Factory/mc (Old)
 and  /work/SRC/openSUSE:Factory/.mc.new (New)


Package is mc, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2011-09-23 02:12:50.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2011-12-21 
10:01:28.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Nov 23 09:28:21 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.Wz0hLC/_old  2011-12-21 10:01:30.0 +0100
+++ /var/tmp/diff_new_pack.Wz0hLC/_new  2011-12-21 10:01:30.0 +0100
@@ -55,6 +55,7 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
+BuildRequires:  libtool
 %if 0%{?suse_version}  1130
 BuildRequires:  gpm-devel
 %else



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2011-08-11 Thread h_root

Hello community,

here is the log from the commit of package mc for openSUSE:Factory
checked in at Thu Aug 11 15:46:09 CEST 2011.




--- GNOME/mc/mc.changes 2011-04-25 11:19:39.0 +0200
+++ /mounts/work_src_done/STABLE/mc/mc.changes  2011-08-11 07:05:43.0 
+0200
@@ -0,0 +1,6 @@
+Thu Aug 11 08:44:25 UTC 2011 - vladsp...@gmail.com
+
+- update to 4.7.5.3
+  * numerous changes and enhancements, see
+/usr/share/doc/packages/mc/NEWS
+

calling whatdependson for head-i586


Old:

  mc-4.7.5.1.tar.lzma

New:

  mc-4.7.5.3.tar.lzma



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.wWZi5R/_old  2011-08-11 15:45:46.0 +0200
+++ /var/tmp/diff_new_pack.wWZi5R/_new  2011-08-11 15:45:46.0 +0200
@@ -22,9 +22,9 @@
 Summary:Midnight Commander
 Group:  Productivity/File utilities
 License:GPLv2+
-Url:http://www.ibiblio.org/mc/
-Version:4.7.5.1
-Release:8
+Url:http://www.midnight-commander.org/
+Version:4.7.5.3
+Release:1
 Source: mc-%{version}.tar.lzma
 Source1:x11_browser
 Source2:%{name}.desktop







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2011-06-16 Thread h_root

Hello community,

here is the log from the commit of package mc for openSUSE:Factory
checked in at Thu Jun 16 10:19:23 CEST 2011.




--- GNOME/mc/mc.changes 2011-03-23 09:19:58.0 +0100
+++ /mounts/work_src_done/STABLE/mc/mc.changes  2011-04-25 11:19:39.0 
+0200
@@ -1,0 +2,7 @@
+Mon Apr 25 08:25:11 UTC 2011 - lazy.k...@opensuse.org
+
+- Don't convert Russian and Ukrainian docs. They have been already
+  in UTF-8 (bnc#686483).
+- Install help and hints for non-english locales (bnc#681060).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.mrIbDP/_old  2011-06-16 10:17:58.0 +0200
+++ /var/tmp/diff_new_pack.mrIbDP/_new  2011-06-16 10:17:58.0 +0200
@@ -24,7 +24,7 @@
 License:GPLv2+
 Url:http://www.ibiblio.org/mc/
 Version:4.7.5.1
-Release:7
+Release:8
 Source: mc-%{version}.tar.lzma
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -124,8 +124,6 @@
 iconv -f iso8859-2 -t utf-8 -o mc.hint.hu.tmp mc.hint.hu  mv mc.hint.hu.tmp 
mc.hint.hu
 iconv -f iso8859-2 -t utf-8 -o mc.hint.pl.tmp mc.hint.pl  mv mc.hint.pl.tmp 
mc.hint.pl
 iconv -f iso8859-5 -t utf-8 -o mc.hint.sr.tmp mc.hint.sr  mv mc.hint.sr.tmp 
mc.hint.sr
-iconv -f koi8-r -t utf8 -o mc.hint.ru.tmp mc.hint.ru  mv mc.hint.ru.tmp 
mc.hint.ru
-iconv -f koi8-u -t utf8 -o mc.hint.uk.tmp mc.hint.uk  mv mc.hint.uk.tmp 
mc.hint.uk
 iconv -f big5 -t utf8 -o mc.hint.zh.tmp mc.hint.zh  mv mc.hint.zh.tmp 
mc.hint.zh
 popd
 pushd misc
@@ -146,9 +144,6 @@
 pushd pl
 iconv -f iso8859-2 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
 popd
-pushd ru
-iconv -f koi8-r -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
-popd
 pushd sr
 iconv -f iso8859-5 -t utf-8 -o mc.1.in.tmp mc.1.in  mv mc.1.in.tmp mc.1.in
 iconv -f iso8859-5 -t utf-8 -o mcserv.8.in.tmp mcserv.8.in  mv 
mcserv.8.in.tmp mcserv.8.in
@@ -167,9 +162,6 @@
 pushd pl
 iconv -f iso8859-2 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
 popd
-pushd ru
-iconv -f koi8-r -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
-popd
 pushd sr
 iconv -f iso8859-5 -t utf-8 -o xnc.hlp.tmp xnc.hlp  mv xnc.hlp.tmp xnc.hlp
 popd # doc/hlp
@@ -242,6 +234,9 @@
 %exclude %{_sysconfdir}/mc/mc.menu.*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+
+%files lang -f %{name}.lang
+%defattr(-, root, root)
 %lang(es) %doc %{_mandir}/es
 %lang(hu) %doc %{_mandir}/hu
 %lang(it) %doc %{_mandir}/it
@@ -254,8 +249,9 @@
 %lang(it) %doc %{_datadir}/mc/*/mc.*.it
 %lang(nl) %doc %{_datadir}/mc/*/mc.*.nl
 %lang(pl) %doc %{_datadir}/mc/*/mc.*.pl
+%lang(ru) %doc %{_datadir}/mc/*/mc.*.ru
 %lang(sr) %doc %{_datadir}/mc/*/mc.*.sr
-
-%files lang -f %{name}.lang
+%lang(uk) %doc %{_datadir}/mc/*/mc.*.uk
+%lang(zh) %doc %{_datadir}/mc/*/mc.*.zh
 
 %changelog








Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mc for openSUSE:Factory

2011-03-23 Thread h_root

Hello community,

here is the log from the commit of package mc for openSUSE:Factory
checked in at Wed Mar 23 12:14:01 CET 2011.




--- GNOME/mc/mc.changes 2011-02-09 14:34:45.0 +0100
+++ /mounts/work_src_done/STABLE/mc/mc.changes  2011-03-23 09:19:58.0 
+0100
@@ -1,0 +2,5 @@
+Wed Mar 23 08:19:15 UTC 2011 - pce...@novell.com
+
+- keep english version of help and hints in the main package
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.opNsax/_old  2011-03-23 12:13:50.0 +0100
+++ /var/tmp/diff_new_pack.opNsax/_new  2011-03-23 12:13:50.0 +0100
@@ -24,7 +24,7 @@
 License:GPLv2+
 Url:http://www.ibiblio.org/mc/
 Version:4.7.5.1
-Release:1
+Release:7
 Source: mc-%{version}.tar.lzma
 Source1:x11_browser
 Source2:%{name}.desktop
@@ -237,8 +237,8 @@
 %{_datadir}/mc/mc.charsets
 %{_datadir}/mc/mc.lib
 %{_libexecdir}/mc
-%exclude %{_datadir}/mc/hints/*
-%exclude %{_datadir}/mc/help/*
+%exclude %{_datadir}/mc/hints/mc.hint.*
+%exclude %{_datadir}/mc/help/mc.hlp.*
 %exclude %{_sysconfdir}/mc/mc.menu.*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png








Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org