Accepting request 1169007 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1169007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=25
This commit is contained in:
commit
6b5b5a13c4
4
_service
4
_service
@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.38.0</param>
|
||||
<param name="revision">v1.39.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
@ -15,6 +15,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">glab-1.38.0.obscpio</param>
|
||||
<param name="archive">glab-1.39.0.obscpio</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">26ac354ad52e901104718617c190010e0f120cf8</param></service></servicedata>
|
||||
<param name="changesrevision">0a1bdd618fe1b70d2a215d88a68567a4e566bf5f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d7856615802a4886c50444fe1038de983beef36708651df8490a939d5ebaf44
|
||||
size 18535437
|
3
glab-1.39.0.obscpio
Normal file
3
glab-1.39.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24cae84b97ac11c232d0d9c3e97f8dcc6a65da2b957e8e623c9875faaa259f70
|
||||
size 18547725
|
13
glab.changes
13
glab.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 19:37:49 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.39.0:
|
||||
* feat: Add new command to run Pipeline Triggers
|
||||
* fix(deps): update github.com/xanzy/go-gitlab to v0.101.0
|
||||
* fix(issue list): change output flag back to output-format
|
||||
* fix(test): update test data for updated
|
||||
github.com/xanzy/go-gitlab
|
||||
* fix: Getting the last pipeline is broken with merged results
|
||||
* fix: update "glab ci run-trig" to use new go-gitlab functions
|
||||
* refactor: Moving sanitize function to utilities
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 06 20:04:09 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: glab
|
||||
version: 1.38.0
|
||||
mtime: 1712425247
|
||||
commit: 26ac354ad52e901104718617c190010e0f120cf8
|
||||
version: 1.39.0
|
||||
mtime: 1713462951
|
||||
commit: 0a1bdd618fe1b70d2a215d88a68567a4e566bf5f
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: glab
|
||||
Version: 1.38.0
|
||||
Version: 1.39.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:7e68ead125ec697725a585e0ec4571cc29665b23b7e947c0dec82ef6abaedf76
|
||||
size 7618121
|
||||
oid sha256:5121ddd38853eab6dec786bd44ea4bf8d57768152ee716cab1a2cbe4c9b2fb46
|
||||
size 7339345
|
||||
|
Loading…
Reference in New Issue
Block a user