Accepting request 614496 from Base:System
- 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) OBS-URL: https://build.opensuse.org/request/show/614496 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mc?expand=0&rev=74
This commit is contained in:
commit
ca3f15851f
@ -1,2 +0,0 @@
|
||||
2d85daaa6ab26e524946df4823ac2f69802bc16bc967781b5e28d5b86fc3b979 mc-4.8.20.tar.bz2
|
||||
017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c mc-4.8.20.tar.xz
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c
|
||||
size 2529580
|
2
mc-4.8.21.sha256
Normal file
2
mc-4.8.21.sha256
Normal file
@ -0,0 +1,2 @@
|
||||
251d9f0ef9309ef3eea0fdc4c12b8b61149e5056bef1b2de2ccc7f015d973444 mc-4.8.21.tar.bz2
|
||||
8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c mc-4.8.21.tar.xz
|
3
mc-4.8.21.tar.xz
Normal file
3
mc-4.8.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
|
||||
size 2528292
|
34
mc.changes
34
mc.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 17:27:40 UTC 2018 - ecsos@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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 12:39:06 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
|
7
mc.spec
7
mc.spec
@ -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 @@ rm -rf %{buildroot}%{_datadir}/locale/be@tarask
|
||||
|
||||
%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/
|
||||
|
Loading…
Reference in New Issue
Block a user