Accepting request 1084943 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1084943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=10
This commit is contained in:
commit
aaa9880f31
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.28.1</param>
|
||||
<param name="revision">v1.29.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<param name="url">https://github.com/profclems/glab.git</param>
|
||||
<param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service><service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">815d2622473028a14de7db77728a6d7cda467946</param></service></servicedata>
|
||||
<param name="changesrevision">439a02099a7e5a8b7dd9364d72cc4575f8f68e19</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31dfef6f34fbe6de34f074faea4643c0463372213de06caf4aef9837e4e614c5
|
||||
size 18270733
|
3
glab-1.29.0.obscpio
Normal file
3
glab-1.29.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b8859809f9514f6d1b487102c720751af79e434ee6ab71dc715818a05eb27e
|
||||
size 18306573
|
22
glab.changes
22
glab.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 05 05:10:42 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 1.29.0:
|
||||
* feat(ci delete): add dry-run flag to ci delete
|
||||
* fix(ask git): do not show prompt when no commands
|
||||
* feat: add command that generates Git commands from natural
|
||||
language
|
||||
* docs: add OAuth to authentication instructions
|
||||
* feat(auth login): Add support for OAuth2
|
||||
* feat: update go and dependency versions
|
||||
* fix(spinner): Bump spinner library version
|
||||
* refactor: autogenerate config stub from lockfile
|
||||
* feat(incident): add incident reopen command
|
||||
* fix: remove executable flag from non-executables
|
||||
* fix: do not enforce argument for 'ci delete' when using filter
|
||||
* refactor(release): update `release download` cmd to remove
|
||||
`external`
|
||||
* refactor: move issue/close to issuable/close
|
||||
* test: add some test to improve coverage
|
||||
* docs: update godoc for function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 09:39:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: glab
|
||||
version: 1.28.1
|
||||
mtime: 1682095974
|
||||
commit: 815d2622473028a14de7db77728a6d7cda467946
|
||||
version: 1.29.0
|
||||
mtime: 1683220286
|
||||
commit: 439a02099a7e5a8b7dd9364d72cc4575f8f68e19
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: glab
|
||||
Version: 1.28.1
|
||||
Version: 1.29.0
|
||||
Release: 0
|
||||
Summary: A GitLab command line tool
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4390fc2ce2e666e5d72c1e6893d020565362118de2ee286c7263f962f67345b
|
||||
size 7092950
|
||||
oid sha256:dee19b1af3c4d6c757b73d1603297ebea7a9a8e8d213f9fb7c1c6f5550708976
|
||||
size 6140670
|
||||
|
Loading…
Reference in New Issue
Block a user