Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

mc-lang-4.8.31-3.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: mc-lang Distribution: openSUSE:Factory:zSystems
Version: 4.8.31 Vendor: openSUSE
Release: 3.2 Build date: Mon Mar 18 11:37:48 2024
Group: System/Localization Build host: reproducible
Size: 4373085 Source RPM: mc-4.8.31-3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://midnight-commander.org/
Summary: Translations for package mc
Provides translations for the "mc" package.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Mon Mar 18 2024 pgajdos@suse.com
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]
* Mon Mar 04 2024 Adam Mizerski <adam@mizerski.pl>
  - fix python3 dependency (boo#1220900)
* Fri Feb 23 2024 pgajdos@suse.com
  - Use %patch -P N instead of deprecated %patchN.
* Mon Jan 29 2024 ecsos <ecsos@opensuse.org>
  - Update to 4.8.31
    - Core
    * Minimal version of GLib is 2.32.0.
    - VFS
    * fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
    * extfs;
    - uc1541 extfs: update up to 3.6 version (#4511)
    - s3+: port to Python3 (#4324)
    * Support for LZO/LZOP compression format (#4509)
    - Misc
    * Skins: add color for non-printable characters in editor (#4433)
    - Fixes
    * FTBFS on FreeBSD with ext2fs attribute support (#4493)
    * Broken stickchars (-a) mode (#4498)
    * Wrong timestamp after resuming of file copy operation (#4499)
    * Editor: wrong deletion of marked column (#3761)
    * Diff viewer: segfault when display of line numbers is enabled (#4500)
    * Tar VFS: broken handling of hard links (#4494)
    * Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
    * Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
    * mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
    * mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
    * mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)
  - Rebase mc-ext-audio.patch, mc-extd-xdg.patch and
    mc-vfs-fish-deleted_source_file.patch
* Tue Aug 15 2023 ecsos <ecsos@opensuse.org>
  - Update to 4.8.30
    - Core
    * Support PCRE2 as search engine (via ----with-search-engine=pcre2) (#4450)
    * Implement panelization buffers for both file panels (#4370)
    - VFS
    * tar: support extended headers (including long file names and sparse files) (#1952, #2201)
    * extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander/mc#174)
    * extfs/patchfs: be more specific in error message (#4485)
    - Editor
    * Add syntax highlighting:
    - Jenkinsfiles (#4469)
    - B language (#4470)
    * Improve syntax highlighting:
    - ECMAScript (MidnightCommander/mc#172)
    - ECMAScript in TypeScript (MidnightCommander/mc#172)
    - use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander/mc#85)
    - Misc
    * Code cleanup (#4426, #4438)
    * Filehighlight:
    - recognize vsix files as zip files (MidnightCommander/mc#171)
    * Skin updates:
    - julia256 (#4441, #4445)
    - Fixes
    * Usage of 'sed' in build system/makefiles is not portable (#4459, #4466)
    * Unportable '$<' in Makefiles (#4460)
    * FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462)
    * Ncurses library is duplicated in MCLIBS (#4463, #4465)
    * FTBFS without ext2fs attributes support (#4464)
    * Wrong sort order after swapping panels (#4432)
    * Incorrect time delimiter in the copy/move progress window (#4437)
    * Incorrect redraw of overlapped file panels (#4408)
    * Subshell/Command line prompt is empty/missing (#3121)
    * Find file: relative ignore directory is applied to the start search directory (#4235)
    * Diff viewer: options are not applied on second run (#4486)
    * mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434)
    * mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444)
    * mcedit: off-by-one error in paragraph formatting (#4446)
    * ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472)
    * Various typos in the source code (MidnightCommander/mc#177, MidnightCommander/mc#178)
* Wed Apr 26 2023 Jan Engelhardt <jengelh@inai.de>
  - Replace xorg-x11-devel by pkgconfig(...)
* Thu Mar 23 2023 Adam Majer <adam.majer@suse.de>
  - mc-ext-audio.patch: refresh patch
* Sun Mar 19 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 2022 Matej Cepl <mcepl@suse.com>
  - Include review comments: don't depend on fish.
* Wed Jun 15 2022 Matej Cepl <mcepl@suse.com>
  - Add 4258-fish-subshell-prompt.patch fixing
    https://midnight-commander.org/ticket/4258 stopping fish from sending
    \r while printing prompt and mc erases prompt buffer.
  - Add mc.fish, which the fish equivalent of /usr/share/mc/mc-wrapper.sh
* Sun Mar 27 2022 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 4.8.28:
    * Remove SMB support
    * Add syntax highlighting for Ngspice/SPICE and DOT/Graphviz
    * Support file/dir macros from mc.ect for standalone viewer
    * Support Shift+Fn keys for KiTTY
    * Filehighlight: graphical formats: avif, jp2, jxl, heic, heif,
      psb, psd, Markdown
    * bug fixes
  - drop mc-startup-timeout.patch
* Thu Sep 02 2021 ecsos <ecsos@opensuse.org>
  - Midnight Commander 4.8.27:
    * Core
    - Minimal version of Autoconf is 2.64 (#3603)
    - Minimal version of Automake is 1.12 (#3986)
    - Minimal version of Gettext is 0.18.2 (#3603)
    - Minimal version of libssh2 is 1.2.8 (#4259)
    - Reimplement version detection (#3603, #4249)
    - Significantly reduce rebuilt time after version change (#2252, #4266)
    - Drop automatic migration of configuration from ~/.mc to XDG-based directories (#3682)
    - zsh: support custom configuration file: ~/.local/share/mc/.zshrc (#4203)
    - Widgets: implement WST_VISIBLE state to show/hide widgets (#2919)
    - Find File: add Follow symlinks option (#2020)
    * VFS
    - extfs: support unrar-6 (#4154)
    - extfs: support official 7z binary (7zz) (#4239)
    - ftpfs: apply file list parser from lftp project (#2841, #3174)
    * Editor
    - Word completion: get candidates from all open files (#4160)
    - etags: get rid of hardcoded list length and window width (#4132)
    - Update syntax files:
    - python (#4140)
    - Add syntax highlighting:
    - Verilog and SystemVerilog? header files (#4215)
    - JSON (#4250)
    - openrc-run scripts (#4246)
    * Viewer
    * Diff viewer
    * Misc
    - Code clean up (#4179, #4173, #4269)
    - Filehighlight of c++ and h++ files as sources (#4194)
    - Filehighlight of JSON files as documents (#4250)
    - Support of alacritty terminal emulator (​https://github.com/alacritty/alacritty) (#4248)
    - Support of foot terminal emulator (​https://codeberg.org/dnkl/foot) (#4251)
    - Support of (alt+)shift+arrow keys in st terminal emulator (st.suckless.org) (#4267)
    - Mouse support in screen: don't check  variable (#4233)
    - mc.ext: support fb2 e-books (#4167)
    - ext.d: use mediainfo to view info about various media files (#4167)
    - Remove OS/distro-specific package-related stuff from source tree (#4217)
    * Fixes
    - FTBFS against NCurses on OS X 10.9.5 (#4181)
    - Segfault on dialog before panels get visible (#4244)
    - Crash if shadow is out of screen (build against NCurses) (#4192)
    - Crash in search (#4222)
    - Crash on startup with enabled subshell in FreeBSD (workaround) (#4213)
    - Hang on start randomly with zsh as subshell (#4198)
    - If command line is invisible it's partially displayed (#4182)
    - Broken handling of zip archives (#4180, #4183) (bsc#1187583)
    - Broken handling of jar files as zip archives (#4223)
    - Timestamps of symlinks, sockets, fifos, etc are not preserved after copy/move (#3985)
    - %view action in the user menu doesn't work on no-exec filesystem (#4242)
    - Hardlinks are not colored by file type or extension (#3375)
    - mcedit: silent macro makes terminal disrupted (#4171)
    - mcedit: disrupting of TAGS file path (#4207)
    - vfs: unable to browse compressed tar archives (#4191)
    - sftpfs vfs: CVE-2021-36370: server fingerprint isn't verified
      (discovered by AUT-milCERT during an audit of open source software) (#4259)
      (bsc#1190180)
    - ftpfs vfs: month of file is always January (#4260)
    - Tests: log files are written by libcheck and automake simultaneously (#3986)
  - Rebase mc-ext-audio.patch.
  - Rebase mc-extd-sound.patch.
* Sun Mar 14 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - Midnight Commander 4.8.26:
    * Support file names of any length
    * Implement persistent command line buffer for subshell
      (bash >= 4, zsh and fish are supported)
    * Implement shadows of dialog windows and menus
    * Allow running clipboard commands if DISPLAY is not set
    * Add support of "alacritty", "tmux", and "tmux-256color" terminals
    * VFS: Support wim archive format (using wimtools)
    * VFS: Support pak archive format (using unar)
    * Editor: Add Swift syntax highlighting
    * Various bug fixes

Files

/usr/share/locale/af/LC_MESSAGES/mc.mo
/usr/share/locale/ar/LC_MESSAGES/mc.mo
/usr/share/locale/az/LC_MESSAGES/mc.mo
/usr/share/locale/be/LC_MESSAGES/mc.mo
/usr/share/locale/bg/LC_MESSAGES/mc.mo
/usr/share/locale/br/LC_MESSAGES/mc.mo
/usr/share/locale/ca/LC_MESSAGES/mc.mo
/usr/share/locale/cs/LC_MESSAGES/mc.mo
/usr/share/locale/da/LC_MESSAGES/mc.mo
/usr/share/locale/de/LC_MESSAGES/mc.mo
/usr/share/locale/de_CH/LC_MESSAGES/mc.mo
/usr/share/locale/el/LC_MESSAGES/mc.mo
/usr/share/locale/en_GB/LC_MESSAGES/mc.mo
/usr/share/locale/eo/LC_MESSAGES/mc.mo
/usr/share/locale/es/LC_MESSAGES/mc.mo
/usr/share/locale/et/LC_MESSAGES/mc.mo
/usr/share/locale/eu/LC_MESSAGES/mc.mo
/usr/share/locale/fa/LC_MESSAGES/mc.mo
/usr/share/locale/fi/LC_MESSAGES/mc.mo
/usr/share/locale/fr/LC_MESSAGES/mc.mo
/usr/share/locale/fr_CA/LC_MESSAGES/mc.mo
/usr/share/locale/ga/LC_MESSAGES/mc.mo
/usr/share/locale/gl/LC_MESSAGES/mc.mo
/usr/share/locale/he/LC_MESSAGES/mc.mo
/usr/share/locale/hr/LC_MESSAGES/mc.mo
/usr/share/locale/hu/LC_MESSAGES/mc.mo
/usr/share/locale/ia/LC_MESSAGES/mc.mo
/usr/share/locale/id/LC_MESSAGES/mc.mo
/usr/share/locale/it/LC_MESSAGES/mc.mo
/usr/share/locale/ja/LC_MESSAGES/mc.mo
/usr/share/locale/ka/LC_MESSAGES/mc.mo
/usr/share/locale/kk/LC_MESSAGES/mc.mo
/usr/share/locale/ko/LC_MESSAGES/mc.mo
/usr/share/locale/lt/LC_MESSAGES/mc.mo
/usr/share/locale/lv/LC_MESSAGES/mc.mo
/usr/share/locale/nb/LC_MESSAGES/mc.mo
/usr/share/locale/nl/LC_MESSAGES/mc.mo
/usr/share/locale/nl_BE/LC_MESSAGES/mc.mo
/usr/share/locale/pl/LC_MESSAGES/mc.mo
/usr/share/locale/pt/LC_MESSAGES/mc.mo
/usr/share/locale/pt_BR/LC_MESSAGES/mc.mo
/usr/share/locale/ro/LC_MESSAGES/mc.mo
/usr/share/locale/ru/LC_MESSAGES/mc.mo
/usr/share/locale/sk/LC_MESSAGES/mc.mo
/usr/share/locale/sl/LC_MESSAGES/mc.mo
/usr/share/locale/sr/LC_MESSAGES/mc.mo
/usr/share/locale/sv/LC_MESSAGES/mc.mo
/usr/share/locale/ta/LC_MESSAGES/mc.mo
/usr/share/locale/te/LC_MESSAGES/mc.mo
/usr/share/locale/tr/LC_MESSAGES/mc.mo
/usr/share/locale/uk/LC_MESSAGES/mc.mo
/usr/share/locale/vi/LC_MESSAGES/mc.mo
/usr/share/locale/wa/LC_MESSAGES/mc.mo
/usr/share/locale/zh_CN/LC_MESSAGES/mc.mo
/usr/share/locale/zh_TW/LC_MESSAGES/mc.mo
/usr/share/man/hu
/usr/share/man/hu/man1
/usr/share/man/hu/man1/mc.1.gz
/usr/share/man/pl
/usr/share/man/pl/man1
/usr/share/man/pl/man1/mc.1.gz
/usr/share/man/sr
/usr/share/man/sr/man1
/usr/share/man/sr/man1/mc.1.gz
/usr/share/mc/help/mc.hlp.es
/usr/share/mc/help/mc.hlp.hu
/usr/share/mc/help/mc.hlp.it
/usr/share/mc/help/mc.hlp.pl
/usr/share/mc/help/mc.hlp.ru
/usr/share/mc/help/mc.hlp.sr
/usr/share/mc/hints/mc.hint.cs
/usr/share/mc/hints/mc.hint.es
/usr/share/mc/hints/mc.hint.hu
/usr/share/mc/hints/mc.hint.it
/usr/share/mc/hints/mc.hint.nl
/usr/share/mc/hints/mc.hint.pl
/usr/share/mc/hints/mc.hint.ru
/usr/share/mc/hints/mc.hint.sr
/usr/share/mc/hints/mc.hint.uk


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024