Accepting request 1224553 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1224553 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=36
This commit is contained in:
commit
a60758cfa2
4
_service
4
_service
@ -2,11 +2,11 @@
|
||||
<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.48.0</param>
|
||||
<param name="revision">v1.49.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="filename">glab</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">glab</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||
<param name="changesrevision">2db471edb1eb73439eecc04e0a6ab5acc1f32c80</param></service></servicedata>
|
||||
<param name="changesrevision">3e70664b62c2a06c5b1fced624612a99fc58a2ed</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0d6530b0fede2699f9f1152809d72190f76640670ce49d6a626deb03f43f2ae
|
||||
size 18878477
|
3
glab-1.49.0.obscpio
Normal file
3
glab-1.49.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4076a04a3afdfc417a3b3a05442267771cbf6f689ad7b27f4b830bff55821163
|
||||
size 18935821
|
38
glab.changes
38
glab.changes
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 07:19:50 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.49.0:
|
||||
* chore: Restore markdownlint testing, disable rule MD029 for
|
||||
ol-prefix
|
||||
* fix(stacked-diffs): remove merged or closed MRs in sync
|
||||
* feat(test): Integration test for create issue with recover
|
||||
option
|
||||
* docs: Spacing, capitalization, and punctuation
|
||||
* fix(commands/cluster/agent/get_token): agentID is always 64 bit
|
||||
* feat(release): "release create --tag-message" flag
|
||||
* refactor: Remove package-level vars
|
||||
* fix(diff): return most recent diff version only
|
||||
* chore(deps): update module golang.org/x/oauth2 to v0.24.0
|
||||
* chore(deps): update module golang.org/x/crypto to v0.29.0
|
||||
* feat: list personal, project or group access tokens
|
||||
* chore(deps): update module github.com/xanzy/go-gitlab to
|
||||
v0.113.0
|
||||
* test: Adding checking of post body to http mocks
|
||||
* chore(license): Update LICENSE
|
||||
* docs: add flux bootstrap path note to agent bootstrap cmd
|
||||
* docs: ignore generated documentation when running
|
||||
markdownlint-cli2
|
||||
* fix: add more info to gitlab agent reconcile error
|
||||
* chore(deps): update module github.com/zalando/go-keyring to
|
||||
v0.2.6
|
||||
* chore(deps): update module k8s.io/client-go to v0.31.2
|
||||
* chore(deps): update module k8s.io/apimachinery to v0.31.2
|
||||
* feat: add environment format for variable export
|
||||
* feat(auth login): allow more non-interactive login options
|
||||
* feat(issues): add filter by iteration option to issue list
|
||||
* feat: rotate personal, project or group access tokens
|
||||
* fix: utilize api_host in config to avoid git subdomain issues
|
||||
* chore(deps): update module go.uber.org/mock to v0.5.0
|
||||
* feat(agent bootstrap): support specifying Agent Helm Chart
|
||||
values
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 14:31:12 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: glab
|
||||
version: 1.48.0
|
||||
mtime: 1729094881
|
||||
commit: 2db471edb1eb73439eecc04e0a6ab5acc1f32c80
|
||||
version: 1.49.0
|
||||
mtime: 1731603766
|
||||
commit: 3e70664b62c2a06c5b1fced624612a99fc58a2ed
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: glab
|
||||
Version: 1.48.0
|
||||
Version: 1.49.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:e14ea84fb47cccc7c8a44e10c0b1d87819a784374be1ed9ff85bf9272500fd58
|
||||
size 7859360
|
||||
oid sha256:e612c35a1912a6cc2aa18207d654f2da6864bb0455db106e30a26141f94e9ebe
|
||||
size 7867823
|
||||
|
Loading…
Reference in New Issue
Block a user