- Update to 0.12.1:

* Expression register for command-line prompts (Ctrl-R =)
  * Selection handling improvements
  * An arbitrary editor can now be fully integrated via Lua
  * TUI improvements
  * Lua API additions (still experimental)
  * Bulk retargetting of links, optional implicit :cd on command line,
    macros that expand to non-empty selection, supporting more <keys>,
    completion for fish shell.
  * Escaping of arguments and slashes in paths will now hopefully
    work better on Windows, which is generally an issue there. Yori
    shell is now also handled on Windows.
  * New %N macro can be used to fix image preview in Kitty terminal.
  * For details see https://vifm.info/news/2022-09-21.shtml

OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=39
This commit is contained in:
Michael Vetter 2022-09-22 11:09:14 +00:00 committed by Git OBS Bridge
parent b014fbdd1c
commit c0e0c370fa
6 changed files with 42 additions and 21 deletions

3
vifm-0.12.1.tar.bz2 Normal file
View File

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

16
vifm-0.12.1.tar.bz2.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEIjSc2+UifSEIpWZ3mdxeTbBfa+IFAmMrTzoACgkQmdxeTbBf
a+LD6w/9FXRqe6FsBv5WsdsAh3QTdAyFCsh/66ANwRRJk0uI5hrx5Lp12GdKrTA1
9PmlSt8tSDAgyWESKyhzaP48CEWjmtSpC76BM14X0LW7nzk4zBb3P3Wu34qqVBhu
D/wq8lj7bYgnni+BaLe54KIjtoHoy6UFBoTt/i8zaZ6tO3ZNOhi6cYP81bdhR6et
lOA999ND3Y5nhrP9iBhE/HULyTiKsssS//V91wgyNh9gzMH23fy99CQ76KBbffFM
L/5C3Dyney2BQUErM3nbxRlU+vZ0jUZ/FGS60B5zs9ZXQ4C9FvsBrgONPYrsereG
idwALjmgAeKvkCUoDhru9oZoMJwMACl+QhYxSq+S21r9AtBBy1owdUv0kpaUDMuC
Ik1ceRybLjZdmr9mmBioBHh6LC2ToLp7aPdT4JY8t5MuW5LoPflbZF0LarqfYLCF
Iv+cXKqM4yczZNzysvTFTjIhwIHmXtp1cBk2zt88o2Wujk5VhX5pWRGvR/iS8E9u
wtdGBJ/+BSEWomuWV0xYgB9iITg1sd6G2MHt+uT0/DhrcouJVx+ESp2ApKW2N/oc
ZbPYKqKII7+7icfamlb/iSLSXFLFEdzcOZH6f/D5kzHiYi8zYSm1lq4WiYpM+VlW
h3vTOjK2FlX4JA01NtU0U6rTqCp6Ut8oppqKUqCaALIxFSMfei4=
=d0KT
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJhVEuxAAoJEJncXk2wX2vi5bYQAIKTOSBbH28SCWgT5yV7uqKI
wActAuIkVzgNFA+oC3l36ey82ST8Ymb5Hw3EzjbdhJI5gPQstWx2FX7dOHdu6CfW
8GpmW16KhMx3ZF+39MO8xOZZ29D7rT64HAoj8o82tRQw26HbCjvF/C9Oha+I1XDi
eTZlvA9EA13o7GavV6BDT7Vy19z9FTPJNtVFp0q5AJGf8C1cbHxeZ/sVPGOhOdZd
YLIQGA8lhWzOmn/sQMKO4YkYvlaVHf2TBwtVbAc78UBj0wIC3L20KuTf+gCU8y4k
83OgoCoyvO07oMaKyDpR2g6h6iNPT3GmzoZH/Y91R0lC9NlfYACmTttADBUYN1vS
xnawKdeF5f8Bx2MPF/RauMI/g/ezkWOQpoThs0d6QFSztB4wa32s7Kw9iOfgegXu
OVoygnmqgiBTtyKnrayqladfzxUNjR44iOS4J2hgrRW6DDoNjHaurQYgv4f0PDYT
K+02cPTt/QjdhrQAvurHfR38wQ81w/E5knlHSACoRdvHXKLe6YAoH8wrnRlkodTU
6EP9MYq7w5YmAm/yX6LxcDFyX6t3pm1HvbIErEBVBcYcZuS9EQYR69+12a9gmeFz
bXUFACXXbzVp6u9LacjnqVadnY/rYNhEtE/lUlN84xxifAx2iDXt01YlP28HrSSP
2pvwrH3fzQqvGOQjaYUH
=eaTp
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 22 11:03:11 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.12.1:
* Expression register for command-line prompts (Ctrl-R =)
* Selection handling improvements
* An arbitrary editor can now be fully integrated via Lua
* TUI improvements
* Lua API additions (still experimental)
* Bulk retargetting of links, optional implicit :cd on command line,
macros that expand to non-empty selection, supporting more <keys>,
completion for fish shell.
* Escaping of arguments and slashes in paths will now hopefully
work better on Windows, which is generally an issue there. Yori
shell is now also handled on Windows.
* New %N macro can be used to fix image preview in Kitty terminal.
* For details see https://vifm.info/news/2022-09-21.shtml
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 30 11:12:30 UTC 2021 - Michael Vetter <mvetter@suse.com> Thu Sep 30 11:12:30 UTC 2021 - Michael Vetter <mvetter@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package vifm # spec file for package vifm
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: vifm Name: vifm
Version: 0.12 Version: 0.12.1
Release: 0 Release: 0
Summary: Ncurses based file manager with vi like keybindings Summary: Ncurses based file manager with vi like keybindings
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -91,6 +91,9 @@ rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
%dir %{_datadir}/zsh/ %dir %{_datadir}/zsh/
%dir %{_datadir}/zsh/site-functions/ %dir %{_datadir}/zsh/site-functions/
%{_datadir}/zsh/site-functions/_vifm %{_datadir}/zsh/site-functions/_vifm
%dir %{_datadir}/fish/
%dir %{_datadir}/fish/vendor_completions.d/
%{_datadir}/fish/vendor_completions.d/vifm.fish
%{_sysconfdir}/vifm/ %{_sysconfdir}/vifm/
%{_sysconfdir}/vifm/colors/ %{_sysconfdir}/vifm/colors/