Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fzf for openSUSE:Factory checked in 
at 2024-05-01 14:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fzf (Old)
 and      /work/SRC/openSUSE:Factory/.fzf.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fzf"

Wed May  1 14:58:06 2024 rev:51 rq:1171134 version:0.51.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fzf/fzf.changes  2024-04-25 20:48:52.329396782 
+0200
+++ /work/SRC/openSUSE:Factory/.fzf.new.1880/fzf.changes        2024-05-01 
14:58:33.398489502 +0200
@@ -1,0 +2,27 @@
+Wed May  1 10:57:38 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Update to 0.51.0:
+  - Added a new environment variable $FZF_POS exported to the
+    child processes. It's the vertical position of the cursor in
+    the list starting from 1.
+    # Toggle selection to the top or to the bottom
+    seq 30 | fzf --multi --bind 'load:pos(10)' \
+      --bind 'shift-up:transform:for _ in $(seq $FZF_POS $FZF_MATCH_COUNT); do 
echo -n +toggle+up; done' \
+      --bind 'shift-down:transform:for _ in $(seq 1 $FZF_POS); do echo -n 
+toggle+down; done'
+  - Added --with-shell option to start child processes with a
+    custom shell command and flags
+    gem list | fzf --with-shell 'ruby -e' \
+      --preview 'pp Gem::Specification.find_by_name({1})' \
+      --bind 'ctrl-o:execute-silent:
+          spec = Gem::Specification.find_by_name({1})
+          [spec.homepage, *spec.metadata.filter { _1.end_with?("uri") 
}.values].uniq.each do
+            system "open", _1
+          end
+      '
+  - Added change-multi action for dynamically changing --multi option
+        change-multi - enable multi-select mode with no limit
+        change-multi(NUM) - enable multi-select mode with a limit
+        change-multi(0) - disable multi-select mode
+  - Bug fixes and improvements
+
+-------------------------------------------------------------------

Old:
----
  fzf-0.50.0.tar.gz

New:
----
  fzf-0.51.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fzf.spec ++++++
--- /var/tmp/diff_new_pack.xjQtrZ/_old  2024-05-01 14:58:33.906507935 +0200
+++ /var/tmp/diff_new_pack.xjQtrZ/_new  2024-05-01 14:58:33.906507935 +0200
@@ -18,7 +18,7 @@
 
 %global _lto_cflags %{nil}
 Name:           fzf
-Version:        0.50.0
+Version:        0.51.0
 Release:        0
 Summary:        A command-line fuzzy finder
 License:        MIT

++++++ fzf-0.50.0.tar.gz -> fzf-0.51.0.tar.gz ++++++
++++ 1988 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.xjQtrZ/_old and 
/var/tmp/diff_new_pack.xjQtrZ/_new differ

Reply via email to