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
This commit is contained in:
parent
190781a16b
commit
48f6065b6b
@ -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 -
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d25e1616cb9f8f34cb4421f3a7f88304f6be714fd7e8c9ce4106a8e136172d47
|
||||
size 2033704
|
3
mc-4.8.1.4.tar.xz
Normal file
3
mc-4.8.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd2f344fd3d508c5f46d8e661567574ff9b059c5df70fd51b4be76cfe4c35dd8
|
||||
size 2043948
|
@ -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
|
||||
|
@ -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")
|
||||
|
33
mc.changes
33
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
|
||||
|
||||
|
4
mc.spec
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user