Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lf for openSUSE:Factory checked in 
at 2024-04-02 16:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lf (Old)
 and      /work/SRC/openSUSE:Factory/.lf.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lf"

Tue Apr  2 16:43:06 2024 rev:4 rq:1163813 version:32

Changes:
--------
--- /work/SRC/openSUSE:Factory/lf/lf.changes    2023-09-20 13:27:34.423172009 
+0200
+++ /work/SRC/openSUSE:Factory/.lf.new.1905/lf.changes  2024-04-02 
16:44:56.606574942 +0200
@@ -1,0 +2,61 @@
+Sun Mar 31 21:29:30 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Switch _service to use manual instead of the deprecated disabled
+- Update to version 32:
+  Breaking:
+  * The example script etc/lfcd.cmd is updated to use the
+    -print-last-dir option instead of -last-dir-path
+  * The documentation from lf -doc and the doc command is now
+    generated from Markdown using pandoc
+  New:
+  * A new option hidecursorinactive is added to hide the cursor
+    when the terminal is not focused
+  * A new special command on-redraw is added to be able to run a
+    command when the screen is redrawn or when the terminal is
+    resized
+  * Options cutfmt, copyfmt and selectfmt are added to configure
+    the indicator color for cut/copied/selected files respectively
+  * zsh completion is added for the lfcd command
+  * The file stat information now falls back to displaying
+    user/group ID if looking up the user/group name fails
+  * A new environment variable lf_mode is now exported to indicate
+    which mode lf is currently running in
+  * Default icons are added for Docker Compose files
+  Fix:
+  * Default value of rulerfmt option is now left-padded with spaces
+    to visually separate it from the file stat information
+  * Previews should now work for files containing lines with 65536
+    characters or more
+  * Sixel previews should now work when using lfcd scripts
+  * Colors and icons should now display properly for character
+    device files
+  * The selection file is now immediately synced to physical
+    storage after writing to it
+  * Timestamps are preserved when moving files across devices
+  * Fix crash for high and low commands when scrolloff is set to a
+    large value
+  * Documentation is updated with various spelling and grammar
+    fixes
+  * Files beginning with a dot
+  * Prevent potential race condition when sorting directory
+    contents
+  * Signals are now handled properly even after receiving and
+    ignoring SIGINT
+  * The file stat information should now update properly after
+    using the cd command to change to a directory for the first
+    time
+  * Previous error messages should now be cleared after a
+    mark-save/mark-remove operation
+  * Fix high CPI usage issue when viewing CryFS filesystems
+  * Invalid entries in the marks and tags files now raise an error
+    message instead of crashing
+  * Startup time is improved on Windows
+  * Sixel previews are now resized properly when the horizontal
+    size of the preview window changes
+  * The cut buffer is only cleared if the paste operation succeeds
+  * The extension after . is ignored to set the cursor position
+    when renaming a directory
+  * The option period should not cause flickers in sixel previews
+    anymore
+
+-------------------------------------------------------------------

Old:
----
  lf-31.tar.gz

New:
----
  lf-32.tar.gz

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

Other differences:
------------------
++++++ lf.spec ++++++
--- /var/tmp/diff_new_pack.eUpN0i/_old  2024-04-02 16:44:57.318600358 +0200
+++ /var/tmp/diff_new_pack.eUpN0i/_new  2024-04-02 16:44:57.322600500 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lf
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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:           lf
-Version:        31
+Version:        32
 Release:        0
 Summary:        Terminal file manager (with sixel support)
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eUpN0i/_old  2024-04-02 16:44:57.350601500 +0200
+++ /var/tmp/diff_new_pack.eUpN0i/_new  2024-04-02 16:44:57.354601643 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/gokcehan/lf.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
@@ -7,11 +7,11 @@
     <param name="versionrewrite-pattern">r(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="set_version" mode="disabled"/>
-  <service name="recompress" mode="disabled">
+  <service name="set_version" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="disabled"/>
+  <service name="go_modules" mode="manual"/>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.eUpN0i/_old  2024-04-02 16:44:57.378602500 +0200
+++ /var/tmp/diff_new_pack.eUpN0i/_new  2024-04-02 16:44:57.382602643 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/gokcehan/lf.git</param>
-              <param 
name="changesrevision">c8163439f50d2c55453977b3c480fd858c5f3b4d</param></service></servicedata>
+              <param 
name="changesrevision">d26eb0108a63ec2e23b85e2060203e5abc27311d</param></service></servicedata>
 (No newline at EOF)
 

++++++ lf-31.tar.gz -> lf-32.tar.gz ++++++
++++ 272555 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 17625 lines of diff (skipped)

Reply via email to