Accepting request 394816 from Base:System

Updare to 4.8.17

OBS-URL: https://build.opensuse.org/request/show/394816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mc?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2016-05-14 10:23:38 +00:00 committed by Git OBS Bridge
commit 0335cdf25f
7 changed files with 48 additions and 47 deletions

View File

@ -1,2 +0,0 @@
c37ea495df93f6d375a3ce59cdcf0f3a3690338526205347b03a316daebdaaf8 mc-4.8.16.tar.bz2
bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020 mc-4.8.16.tar.xz

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020
size 2387724

2
mc-4.8.17.sha256 Normal file
View File

@ -0,0 +1,2 @@
66d0cb37baaed8ef930f8ad25a634adad4f264eb61820893920ac87b9dfb783b mc-4.8.17.tar.bz2
0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d mc-4.8.17.tar.xz

3
mc-4.8.17.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d
size 2457156

View File

@ -1,28 +0,0 @@
--- 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/) {

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon May 9 19:05:12 UTC 2016 - dnh@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
-------------------------------------------------------------------
Fri Apr 1 07:41:30 CEST 2016 - dnh@opensuse.org
@ -13,9 +53,7 @@ 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)
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)

13
mc.spec
View File

@ -21,7 +21,7 @@ Summary: Midnight Commander
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 @@ Patch16: mc-esc-seq.patch
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 @@ 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
@ -135,8 +131,6 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE6} | head -n1 | cut -c1-64` %{SOU
%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 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
%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 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
%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 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
%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)