Script 'mail_helper' called by obssrc
Hello community,

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

Package is "broot"

Thu Jun 27 16:04:42 2024 rev:7 rq:1183536 version:1.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/broot/broot.changes      2023-08-31 
13:51:12.676003851 +0200
+++ /work/SRC/openSUSE:Factory/.broot.new.18349/broot.changes   2024-06-27 
16:05:16.306952499 +0200
@@ -1,0 +2,123 @@
+Thu Jun 27 07:14:22 UTC 2024 - Martin Sirringhaus <[email protected]>
+
+- Update to v1.39.0
+  * `:open_trash` shows the content of the trash. Other new internals & verbs: 
`:delete_trashed_file`, `:restore_trashed_file`, `:purge_trash`
+  * it's now possible to remove a default keybinding by defining a verb with 
no execution
+  * fix build on Android - thanks @dead10ck
+
+- Update to v1.38.0
+  * `-{flags}` verb lets you change the state the same way you do it at start, 
eg `:-sd` to show sizes and dates
+  * calling `:focus` on the tree root now goes up the tree (experimental)
+
+- Update to v1.37.0
+  * optionally display lines surrounding a matching line in preview, with 
`lines_before_match_in_preview` and  `lines_after_match_in_preview`
+  * filtered preview: jump between matches with `:next_match` (default: `tab`) 
and `:previous_match` (default `shift-tab`)
+  * display setuid, setgid and sticky bits in permission
+
+- Update to v1.36.1
+  * fix ANSI code leaking to the input on start on Mac
+
+- Update to v1.36.0
+  * releases at github should be more `cargo binstall` friendly
+  * improved `--help`
+  * new `:stage_all_directories` internal
+  * `:print_tree` is one line shorter, so as to let the original shell command 
visible without scroll
+  * fix and document the "kitty-csi-check" optional feature which can be 
enabled at compilation
+
+- Update to v1.35.0
+  * Nerdfont icon theme
+
+- Update to v1.34.0
+  * new `--verb-output` launch argument, dedicated to the new `:clear_output` 
and `:write_output` internals
+  * verb sequences (based on `cmd`) can take arguments from the verb invocation
+  * don't fail launch in case of bad verb configuration, more helpful error 
message in such case
+  * faster kitty image rendering by default
+  * `{file-git-relative}` verb argument
+  * modify nushell function import: `use` instead of `source`
+  * fix some resizing and flickering problems on Windows (appeared with 1.33.0)
+  * write `installed` flag file on `--install`
+
+- Update to v1.33.1
+  * fix the release's version
+
+- Update to v1.33.0
+  * on terminals supporting the kitty keyboard protocol, you can now define 
and use key combinations like `space-n`, `ctrl-alt-a-b`, `shift-space-c`, 
`ctrl-enter`, etc.
+  * new syntax for special paths
+
+- Update to v1.32.0
+  * with "modal" enabled, `initial_mode` setting lets you choose whether to 
start in `input` mode or `command` mode (default)
+
+- Update to v1.31.0
+  * keep broot's work dir synchronized with the root of the current panel. Can 
be disabled in conf with `update_work_dir: false`
+  * fix `:trash` internal not working on staged files
+
+- Update to v1.30.2
+  * don't canonicalize paths on windows on new panels
+
+- Update to v1.30.1
+  * nushell script: replace the deprecated `def-env` with `def --env`
+
+- Update to v1.30.0
+  * `:trash` internal - I'd like feedback on this one
+  * solve symlinks on `:panel_right` to display the dest path and the dest 
filesystem
+  * `:panel_right` on a directory now removes the filter
+  * more '~' expansion in verb arguments
+
+- Update to v1.29.0
+  * `terminal_title` option in configuration
+  * `:toggle_tree` internal and `--tree` and `--no-tree` launch flags 
(experimental, feedback welcome)
+  * `{git-name}` verb argument
+
+- Update to v1.28.1
+  * fix a regression in handling of rooted gitignore patterns
+
+- Update to v1.28.0
+  * left and right keys bound to verbs can be used when the input isn't empty, 
if they would have no effect to the input
+  * default_flags now accept long parameters, including --cmd
+  * gitignore: fix relative patterns with several tokens
+
+- Update to v1.27.0
+  * the `apply_to` verb filter accepts new values: `text_file` and 
`binary_file`. Broot users editing files in their terminal (vi, emacs, etc.) 
should configure broot to open their text editor on `enter`: see 
https://dystroy.org/broot/tricks/#change-standard-file-opening
+  * small breaking change: `:stage_all_files` now stages also symlinks
+  * new `{git-root}` verb argument
+  * fix a freeze on windows when launching a search with `-c`
+  * fix automatic preview pattern not escaping spaces and colons
+
+- Update to v1.26.1
+  * improved status line
+
+- Update to v1.26.0
+  * when given a path to a file at launch, broot now selects it in the tree 
and opens it in preview
+  * allow rebinding of the 'tab' and 'esc' keys with the `:next_match` and 
`:escape` internals
+  * fix fuzzy patterns not case insensitive on some characters
+
+- Update to v1.25.2
+  * optional BROOT_CONFIG_DIR env var - the site now shows all env variables: 
https://dystroy.org/broot/launch/#environment-variables
+  * `--only-folders` now longer allows symlinks to non directories
+
+- Update to v1.25.1
+  * fix shift-char in input extending the selection
+
+- Update to v1.25.0
+  * allow unescaped '::' in pattern position, experimental (might be removed)
+  * allow hexa color notation in skins (eg `#fb0` or `#FFD700`)
+
+- Update to v1.24.2
+  * fix a case of br script installation failing on Windows/Powershell
+
+- Update to v1.24.1
+  * slightly better `--help`
+
+- Update to v1.24.0
+  * installer for the powershell br script on windows
+  * new `--help`, more compact
+  * allow extra spaces before the verb
+  * updated man page, now distributed in releases as /man/broot.1
+
+- Update to v1.23.0
+  * prettier, faster SVG rendering
+  * reorganize default conf files, with a "skins" subfolder
+
+- Remove cargo_config, which is now part of the vendor-tarball
+
+-------------------------------------------------------------------

Old:
----
  broot-1.22.1.tar.gz
  cargo_config

New:
----
  _scmsync.obsinfo
  broot-1.39.0.tar.gz
  build.specials.obscpio

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

Other differences:
------------------
++++++ broot.spec ++++++
--- /var/tmp/diff_new_pack.Zm40IJ/_old  2024-06-27 16:05:20.843119047 +0200
+++ /var/tmp/diff_new_pack.Zm40IJ/_new  2024-06-27 16:05:20.859119635 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           broot
-Version:        1.22.1
+Version:        1.39.0
 Release:        0
 Summary:        A better way to navigate directories
 License:        GPL-2.0-only AND MIT AND MPL-2.0
@@ -25,7 +25,6 @@
 Source0:        
https://github.com/Canop/broot/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.xz
 Source2:        %{name}.changes
-Source3:        cargo_config
 BuildRequires:  cargo-packaging
 
 %description
@@ -34,8 +33,6 @@
 
 %prep
 %setup -qa 1
-mkdir .cargo
-cp %{SOURCE3} .cargo/config
 
 %build
 %cargo_build

++++++ _scmsync.obsinfo ++++++
mtime: 1719472688
commit: a34a359a0070ff9fa66b00e3931e806220559f833d56e98f786b81f97006d13c
url: https://src.opensuse.org/MSirringhaus/broot.git
revision: a34a359a0070ff9fa66b00e3931e806220559f833d56e98f786b81f97006d13c

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Zm40IJ/_old  2024-06-27 16:05:21.263134468 +0200
+++ /var/tmp/diff_new_pack.Zm40IJ/_new  2024-06-27 16:05:21.299135790 +0200
@@ -1,11 +1,11 @@
 <services>
   <service name="download_files" mode="disabled" />
   <service name="cargo_vendor" mode="disabled">
-     <param name="srctar">broot-1.22.1.tar.gz</param>
+     <param name="srctar">broot-1.39.0.tar.gz</param>
      <param name="compression">xz</param>
      <param name="update">true</param>
+     <param name="filter">true</param>
   </service>
-  <service name="cargo_audit" mode="disabled" />
 </services>
 
 

++++++ broot-1.22.1.tar.gz -> broot-1.39.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/broot/broot-1.22.1.tar.gz 
/work/SRC/openSUSE:Factory/.broot.new.18349/broot-1.39.0.tar.gz differ: char 
12, line 1

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/broot/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.broot.new.18349/vendor.tar.xz differ: char 8, line 1

Reply via email to