From 48f6065b6b8e560fd0bed5f34854a93c2e02941f837bd2b7700516a390c3579f Mon Sep 17 00:00:00 2001 From: David Haller Date: Mon, 23 Jul 2012 10:55:46 +0000 Subject: [PATCH] Accepting request 128743 from home:subchaser - updated to latest stable version 4.8.1.4 - deb file support fixed OBS-URL: https://build.opensuse.org/request/show/128743 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=50 --- 04_add_gem_extension.patch | 13 ------------- mc-4.8.1.3.tar.xz | 3 --- mc-4.8.1.4.tar.xz | 3 +++ mc-extensions.patch | 10 +++------- mc-rpmlintrc | 1 - mc.changes | 33 +++++++++++++++++++++++++++++++++ mc.spec | 4 +--- 7 files changed, 40 insertions(+), 27 deletions(-) delete mode 100644 04_add_gem_extension.patch delete mode 100644 mc-4.8.1.3.tar.xz create mode 100644 mc-4.8.1.4.tar.xz diff --git a/04_add_gem_extension.patch b/04_add_gem_extension.patch deleted file mode 100644 index f53493c..0000000 --- a/04_add_gem_extension.patch +++ /dev/null @@ -1,13 +0,0 @@ -Description: Add gem extension - ---- misc/mc.ext.in -+++ misc/mc.ext.in -@@ -107,7 +107,7 @@ - ### Archives ### - - # .tgz, .tpz, .tar.gz, .tar.z, .tar.Z, .ipk --regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk$ -+regex/\.t([gp]?z|ar\.g?[zZ])$|\.ipk|\.gem$ - Open=%cd %p/utar:// - View=%view{ascii} gzip -dc %f 2>/dev/null | tar tvvf - - diff --git a/mc-4.8.1.3.tar.xz b/mc-4.8.1.3.tar.xz deleted file mode 100644 index 6e1dbd3..0000000 --- a/mc-4.8.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d25e1616cb9f8f34cb4421f3a7f88304f6be714fd7e8c9ce4106a8e136172d47 -size 2033704 diff --git a/mc-4.8.1.4.tar.xz b/mc-4.8.1.4.tar.xz new file mode 100644 index 0000000..8a4a01b --- /dev/null +++ b/mc-4.8.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2f344fd3d508c5f46d8e661567574ff9b059c5df70fd51b4be76cfe4c35dd8 +size 2043948 diff --git a/mc-extensions.patch b/mc-extensions.patch index cd4e4c9..90c31cb 100644 --- a/mc-extensions.patch +++ b/mc-extensions.patch @@ -2,16 +2,12 @@ Index: misc/mc.ext.in =================================================================== --- misc/mc.ext.in.orig 2010-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$ - +@@ -237,7 +237,7 @@ # deb regex/\.u?deb$ -- Open=%cd %p/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 ++ 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 diff --git a/mc-rpmlintrc b/mc-rpmlintrc index 42f082b..6e91c2f 100644 --- a/mc-rpmlintrc +++ b/mc-rpmlintrc @@ -1,3 +1,2 @@ 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") diff --git a/mc.changes b/mc.changes index 37fe950..2be3754 100644 --- a/mc.changes +++ b/mc.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Jul 21 10:54:16 UTC 2012 - subchaser1@gmail.com + +- fixed deb file extension support, use dpkg-deb from 'deb' package + if installed + +------------------------------------------------------------------- +Sat Jul 21 09:39:11 UTC 2012 - subchaser1@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) + ------------------------------------------------------------------- Mon May 28 09:37:28 UTC 2012 - subchaser1@gmail.com diff --git a/mc.spec b/mc.spec index fd62bce..708e35c 100644 --- a/mc.spec +++ b/mc.spec @@ -21,7 +21,7 @@ Summary: Midnight Commander License: GPL-3.0+ Group: Productivity/File utilities Url: http://www.midnight-commander.org/ -Version: 4.8.1.3 +Version: 4.8.1.4 Release: 0 Source: https://www.midnight-commander.org/downloads/mc-%{version}.tar.xz Source1: x11_browser @@ -44,7 +44,6 @@ Patch20: mc-f-keys.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 sbrabec@suse.cz - Fixed Esc + Numeral F-key emulation. @@ -117,7 +116,6 @@ target directory. %patch18 %patch20 %patch24 -%patch30 %patch31 %patch32 %patch41