Accepting request 1200238 from Base:System
- Update to 0.19.3: Bug Fixes: * Convert empty space to %20 when render hyperlinks * Split commit workflows and run no-merge-commits only on PRs * Correct naming of commit related workflows Documentation: * Better version bump commit summary Features: * Add no-merge-commits job to commits workflow OBS-URL: https://build.opensuse.org/request/show/1200238 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eza?expand=0&rev=47
This commit is contained in:
commit
5b3ac30a4c
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/eza-community/eza.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.19.2</param>
|
||||
<param name="revision">v0.19.3</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:546bff5a315135a7c7f3d3e8fbf999e6edcbad0c39c2c71dea7220ec424b0742
|
||||
size 2971660
|
3
eza-0.19.3+0.obscpio
Normal file
3
eza-0.19.3+0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c200486cb8c413b58549685c1d89c827437d35437994e411fb453d7d76defad
|
||||
size 2973196
|
13
eza.changes
13
eza.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 05:46:47 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.19.3:
|
||||
Bug Fixes:
|
||||
* Convert empty space to %20 when render hyperlinks
|
||||
* Split commit workflows and run no-merge-commits only on PRs
|
||||
* Correct naming of commit related workflows
|
||||
Documentation:
|
||||
* Better version bump commit summary
|
||||
Features:
|
||||
* Add no-merge-commits job to commits workflow
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 05:45:04 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: eza
|
||||
version: 0.19.2+0
|
||||
mtime: 1725502672
|
||||
commit: 9e09bb99dffa616d97a77a3bbdf7e729cf6b11b0
|
||||
version: 0.19.3+0
|
||||
mtime: 1726118455
|
||||
commit: b4ccf534ae0cd083b5571b69ab8a098548814b48
|
||||
|
2
eza.spec
2
eza.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: eza
|
||||
Version: 0.19.2+0
|
||||
Version: 0.19.3+0
|
||||
Release: 0
|
||||
Summary: Replacement for ls written in Rust
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed9ebe4f83bad65d99d82c3fd09fff69bb60235141937893840d503aa9b3ddd3
|
||||
size 31329084
|
||||
oid sha256:bcef5621e5ad9566de0a30cfc31f8cde291fe00882443c55731962381d5af7c4
|
||||
size 31335919
|
||||
|
Loading…
Reference in New Issue
Block a user