Accepting request 1072916 from home:dirkmueller:Factory

- update to 4.8.29:
  * Add more options for panel filter (#1373):
  * "Files only"
  * "Case sensitive"
  * "Using shell patterns"
  * Continue copy after interrupt
  * Restore menu accelerator for "Sort order": back to "S";
    change menu accelerator for "SFTP link" to "N"
  * Add support for cross-compilation with PERL path different
    between --build and --host
  * Bootstrap with autotools providing direct support for Apple
    M1
  * Port mc.ext to INI format and rename to mc.ext.ini
  * Implement compound (AND) conditions (Type/Shell and
    Type/Regex pairs) to disambiguate overloaded extensions
  * There is no fallback to previous mc.ext format
  * Editor
    + Change location of all user's syntax related stuff to
      ~/.local/share/mc/syntax/ directory
    + syntax/Syntax: document location of syntax files
    + Improvements of syntax highlighting:
    + YAML: improve multiline blocks highliting
    + New syntax highlighting:
    + Privoxy (https://www.privoxy.org) actions files
    + TOML (Tom's Obvious Minimal Language)
    + sqlite3 view: use 'immutable=1' URI parameter to prevent
      leaving wal/shm files after viewing sqlite database
    + Support of contour terminal emulator
      (https://github.com/contour-terminal/contour)
    + mc.ext.ini: clarify regex for makefiles

OBS-URL: https://build.opensuse.org/request/show/1072916
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=144
This commit is contained in:
Adam Majer 2023-03-20 11:01:23 +00:00 committed by Git OBS Bridge
parent 926281aa2b
commit d97240586a
6 changed files with 69 additions and 7 deletions

View File

@ -1,2 +0,0 @@
6bb47533d7a55bb21e46292d2f94786c9037bd7a70bf02b6a3c48adb0c9ce20c mc-4.8.28.tar.bz2
e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803 mc-4.8.28.tar.xz

View File

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

2
mc-4.8.29.sha256 Normal file
View File

@ -0,0 +1,2 @@
ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1 mc-4.8.29.tar.bz2
01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4 mc-4.8.29.tar.xz

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

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

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Sun Mar 19 09:44:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.8.29:
* Add more options for panel filter (#1373):
* "Files only"
* "Case sensitive"
* "Using shell patterns"
* Continue copy after interrupt
* Restore menu accelerator for "Sort order": back to "S";
change menu accelerator for "SFTP link" to "N"
* Add support for cross-compilation with PERL path different
between --build and --host
* Bootstrap with autotools providing direct support for Apple
M1
* Port mc.ext to INI format and rename to mc.ext.ini
* Implement compound (AND) conditions (Type/Shell and
Type/Regex pairs) to disambiguate overloaded extensions
* There is no fallback to previous mc.ext format
* Editor
+ Change location of all user's syntax related stuff to
~/.local/share/mc/syntax/ directory
+ syntax/Syntax: document location of syntax files
+ Improvements of syntax highlighting:
+ YAML: improve multiline blocks highliting
+ New syntax highlighting:
+ Privoxy (https://www.privoxy.org) actions files
+ TOML (Tom's Obvious Minimal Language)
+ sqlite3 view: use 'immutable=1' URI parameter to prevent
leaving wal/shm files after viewing sqlite database
+ Support of contour terminal emulator
(https://github.com/contour-terminal/contour)
+ mc.ext.ini: clarify regex for makefiles
+ Remove empty hints translations by setting 5% threshold
+ Fixes
+ Fail to build with only SFTP network VFS is enabled
+ Crash on quick view of archives
+ Wrong description of --enable-configure-args option
+ Wrong version sort
+ No subshell if subshell is initializing more than 1 second
+ Filter keyboard shortcut only affects left panel
+ File type check does not work with special character in
filename
+ Select files keeping the right mouse button pressed doesn't
select all files
+ Cannot scroll panel listing upwards using mouse
+ "Directory Compare" doesn't correct work with panelization
+ Wrong decompressing of zip files in quick view panel
+ mc.ext: 'include' keyword (for command class def) have no
effect if it was defined before 'Include' keyword (for
command def)
+ mcedit: infinite loop when deleting a macro
+ mcviewer: segfault when switching from raw to parsed mode and
back
+ Broken handling of zip archives
+ FISH subshell: commands don't work after window resize
+ FTP VFS: doesn't reconnect to server after timeout
+ FISH VFS: cannot remove non-empty directory
+ EXTFS VFS: segfault if archive contains file(s) in the parent
directory
+ Tests: variable redeclaration in filevercmp_test5
-------------------------------------------------------------------
Mon Jun 27 19:36:16 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.28
Version: 4.8.29
Release: 0
Summary: Midnight Commander
License: GPL-3.0-or-later