Accepting request 1064380 from utilities
- Update to 1.3.1: * Fix bug, where hoard pick would not properly replace named parameterized commands * Tab highlight now also uses customizable color from config file * Added update checker on startup, to notify the user about a new version OBS-URL: https://build.opensuse.org/request/show/1064380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hoard?expand=0&rev=3
This commit is contained in:
commit
f728aa43b1
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/Hyde46/hoard.git</param>
|
<param name="url">https://github.com/Hyde46/hoard.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.3.0</param>
|
<param name="revision">v1.3.1</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43bdf66a343ef3b47e945b1cabeed4b293576fcf2f3fef810a3531440622292b
|
|
||||||
size 2607472
|
|
3
hoard-1.3.1~0.tar.xz
Normal file
3
hoard-1.3.1~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:689c40863f4c6d8706f349d3fa9b98409b192698fdd3d203d490cfabdc2a73cf
|
||||||
|
size 2608560
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 11 10:23:27 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.1:
|
||||||
|
* Fix bug, where hoard pick would not properly replace named
|
||||||
|
parameterized commands
|
||||||
|
* Tab highlight now also uses customizable color from config file
|
||||||
|
* Added update checker on startup, to notify the user about a
|
||||||
|
new version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 18:31:33 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
Wed Dec 21 18:31:33 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hoard
|
# spec file for package hoard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hoard
|
Name: hoard
|
||||||
Version: 1.3.0~0
|
Version: 1.3.1~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI command organizer
|
Summary: CLI command organizer
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5a99cff61af4b30a93a459c99d48d4930e78d8471ab5ff5eca3a840ffab45b7c
|
oid sha256:919b796b4d211ad34a68084fffb7b91e73e1aec4d4b8af481f72e1d955a0c8e8
|
||||||
size 21842536
|
size 20071436
|
||||||
|
Loading…
Reference in New Issue
Block a user