Accepting request 1083620 from utilities

- 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]
  * Binary has been renamed from et to erd in order to
    address the following issue regarding name collisions with
    other programs: #23[8]

OBS-URL: https://build.opensuse.org/request/show/1083620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erdtree?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-04-29 15:28:31 +00:00 committed by Git OBS Bridge
commit bb76bff849
6 changed files with 23 additions and 8 deletions

View File

@ -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">v1.8.1</param>
<param name="revision">v2.0.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
erdtree-2.0.0~0.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:740cd490c39dbb4971c97d14e24ad4bb1ef9ac88f6860942cd231acce00a1ef4
size 3971625

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
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]
* Binary has been renamed from et to erd in order to
address the following issue regarding name collisions with
other programs: #23[8]
-------------------------------------------------------------------
Tue Apr 11 08:19:46 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: erdtree
Version: 1.8.1~0
Version: 2.0.0~0
Release: 0
Summary: A multi-threaded file-tree visualizer and disk usage analyzer
License: MIT
@ -46,6 +46,6 @@ cp %{SOURCE2} .cargo/config
%{cargo_test}
%files
%{_bindir}/et
%{_bindir}/erd
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b3b7dbca8e3e53d3101b5fbbc69c638fe3573c3845e49c26c2cbc6d919f8ee8
size 20670731
oid sha256:5305030ce43b4208e97f45454a7d503daf91195b10e7da78d7148133d94dbb80
size 32069361