- Update to 3.0.0:
* Added support for owners and groups for the ls -l-like -l, --long view (Unix). * Edited the default fields shown in the -l, --long view to reduce clutter; made the removed fields optional (Unix). * Added support for various other disk usage metrics: blocks (Unix), word-count, and line-count. * Added a progress indicator. * Added comparators for sorting by time accessed, created, and modified. * Added support for specifying a custom time format * Regular expressions #130 * Unix permissions #132 * Force color #135 * Show hardlinks without double counting file size #136 * Regular expressions and globbing with file-type #137 * Truncate output #138 * Inverted tree layout #139 other programs: #23 OBS-URL: https://build.opensuse.org/package/show/utilities/erdtree?expand=0&rev=14
This commit is contained in:
parent
eba6709f7e
commit
4eed458d43
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/solidiquis/erdtree.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v2.0.0</param>
|
||||
<param name="revision">v3.0.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:740cd490c39dbb4971c97d14e24ad4bb1ef9ac88f6860942cd231acce00a1ef4
|
||||
size 3971625
|
3
erdtree-3.0.0~0.tar.zst
Normal file
3
erdtree-3.0.0~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0874e6915d58bc2b43a13234597569d8f18aaa707d41ca78274cb75571ca0bac
|
||||
size 4675719
|
@ -1,17 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 28 11:07:36 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 3.0.0:
|
||||
* Added support for owners and groups for the ls -l-like -l,
|
||||
--long view (Unix).
|
||||
* Edited the default fields shown in the -l, --long view to
|
||||
reduce clutter; made the removed fields optional (Unix).
|
||||
* Added support for various other disk usage metrics:
|
||||
blocks (Unix), word-count, and line-count.
|
||||
* Added a progress indicator.
|
||||
* Added comparators for sorting by time accessed, created, and modified.
|
||||
* Added support for specifying a custom time format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 08:26:53 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 2.0.0:
|
||||
* Regular expressions #130[1]
|
||||
* Unix permissions #132[2]
|
||||
* Force color #135[3]
|
||||
* Show hardlinks without double counting file size #136[4]
|
||||
* Regular expressions and globbing with file-type #137[5]
|
||||
* Truncate output #138[6]
|
||||
* Inverted tree layout #139[7]
|
||||
* Regular expressions #130
|
||||
* Unix permissions #132
|
||||
* Force color #135
|
||||
* Show hardlinks without double counting file size #136
|
||||
* Regular expressions and globbing with file-type #137
|
||||
* Truncate output #138
|
||||
* Inverted tree layout #139
|
||||
* Binary has been renamed from et to erd in order to
|
||||
address the following issue regarding name collisions with
|
||||
other programs: #23[8]
|
||||
other programs: #23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 08:19:46 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: erdtree
|
||||
Version: 2.0.0~0
|
||||
Version: 3.0.0~0
|
||||
Release: 0
|
||||
Summary: A multi-threaded file-tree visualizer and disk usage analyzer
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5305030ce43b4208e97f45454a7d503daf91195b10e7da78d7148133d94dbb80
|
||||
size 32069361
|
||||
oid sha256:f4c823ac6f34b103e5a48c7c98a6312cbe313f44b70d5b85511d9a628c4bfd0c
|
||||
size 32135738
|
||||
|
Loading…
x
Reference in New Issue
Block a user