Compare commits

...

3 Commits

Author SHA256 Message Date
Ana Guerrero
716666bce3 Accepting request 1245346 from utilities
- Update to version 25.2.11:
  * chore: bump version to 25.2.11 (#2323)
  * feat: new `overall` option under `[status]` to allow specifying the overall style of the status bar (#2321)
  * fix: unable to delete sealed files on Windows due to platform differences (#2319)
  * feat: reduce terminal response wait timeout (#2314)
  * fix: reverse the order of CSI-based and environment-based terminal detection (#2310)

OBS-URL: https://build.opensuse.org/request/show/1245346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yazi?expand=0&rev=7
2025-02-12 20:38:21 +00:00
50d927325a enable applying security updates via cargo_vendor
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=49
2025-02-12 10:36:27 +00:00
fcbe671a25 Update to v25.2.11
OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=48
2025-02-12 10:34:19 +00:00
8 changed files with 22 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/sxyazi/yazi.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v25.2.7</param>
<param name="revision">v25.2.11</param>
<param name="match-tag">v*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
@ -18,6 +18,6 @@
<service mode="manual" name="cargo_vendor">
<param name="src">yazi</param>
<param name="compression">zst</param>
<param name="update">false</param>
<param name="update">true</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/sxyazi/yazi.git</param>
<param name="changesrevision">17ff1e8812304d52aab56eb5dd6a220578a0dd74</param></service></servicedata>
<param name="changesrevision">ce9092e73e5c73f4bb48d7cd0c52e8d9fedaf30f</param></service></servicedata>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a81b311fc2ace3d02fefdb87ed79edf06f7c6416453dfddd1672080dbe9fe03a
size 38139077
oid sha256:79685106a831f5efe34a32f932b6966509862a425670a191302577ed5b3ff1be
size 38143419

3
yazi-25.2.11.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12293b5e2a9b63066fa8d74d44864567dbe8f869036c54f25eb4ff3957c9230f
size 1780748

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3395e4d50e6aebed5cb448539ed54e88014e054b836d32c0e3a358bdf353c98d
size 1780236

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 12 10:23:42 UTC 2025 - kskarthik@disroot.org
- Update to version 25.2.11:
* chore: bump version to 25.2.11 (#2323)
* feat: new `overall` option under `[status]` to allow specifying the overall style of the status bar (#2321)
* fix: unable to delete sealed files on Windows due to platform differences (#2319)
* feat: reduce terminal response wait timeout (#2314)
* fix: reverse the order of CSI-based and environment-based terminal detection (#2310)
-------------------------------------------------------------------
Fri Feb 07 18:36:11 UTC 2025 - kskarthik@disroot.org

View File

@ -1,4 +1,4 @@
name: yazi
version: 25.2.7
mtime: 1738917769
commit: 17ff1e8812304d52aab56eb5dd6a220578a0dd74
version: 25.2.11
mtime: 1739272067
commit: ce9092e73e5c73f4bb48d7cd0c52e8d9fedaf30f

View File

@ -17,7 +17,7 @@
Name: yazi
Version: 25.2.7
Version: 25.2.11
Release: 0
Summary: Blazing fast terminal file manager written in Rust, based on async I/O
License: MIT