Accepting request 1156430 from home:ojkastl_buildservice:Branch_devel_tools_scm
update to 1.37.0 OBS-URL: https://build.opensuse.org/request/show/1156430 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=43
This commit is contained in:
parent
b2b2188393
commit
d1706a9d7b
4
_service
4
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.36.0</param>
|
<param name="revision">v1.37.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="filename">glab</param>
|
<param name="filename">glab</param>
|
||||||
@ -15,6 +15,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="manual">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">glab-1.36.0.obscpio</param>
|
<param name="archive">glab-1.37.0.obscpio</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
|
||||||
<param name="changesrevision">078e3f1dcb0cd48294f97ed2924b5149bc3874f6</param></service></servicedata>
|
<param name="changesrevision">4983225503206e9afa89b3f9f7db850f67d0aac5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e44da7cb52e4f66c28c4c2d5c586b26c41e38bd01299cee8020bd214bec50af1
|
|
||||||
size 18492429
|
|
3
glab-1.37.0.obscpio
Normal file
3
glab-1.37.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07c940b149f2379546a44da3e6018c2c7229a64c9aaf80653a39677fd9242358
|
||||||
|
size 18537997
|
30
glab.changes
30
glab.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 08 16:53:10 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
- Update to version 1.37.0:
|
||||||
|
* feat: Json output
|
||||||
|
* fix: support transparent background on all tui views
|
||||||
|
* fix: reorganise commands/variable/update like
|
||||||
|
commands/variable/set
|
||||||
|
* docs: Add a stub changelog file
|
||||||
|
* fix: ci trigger does interactively ask for job (#7462)
|
||||||
|
* feat(ci): add compile command to show full ci config
|
||||||
|
* chore: Vale and Markdown rule refresh for project
|
||||||
|
* docs: Add mention of 1Password collaboration
|
||||||
|
* chore: Update .gitlab-ci.yml - use GO_VERSION var for
|
||||||
|
code_navigation
|
||||||
|
* fix(release): use link to display release URL
|
||||||
|
* fix: change `repo list` alias from `users` to `ls`
|
||||||
|
* fix: use gitlab.Client.BaseURL to build release upload URL
|
||||||
|
* docs(sourcefile): fix gitFlags comment
|
||||||
|
* docs: add glab ask GitLab Duo docs to README
|
||||||
|
* docs: document SemVer adoption and usage
|
||||||
|
* chore(dependency): update to github.com/google/renameio/v2
|
||||||
|
* build: upgrade go version from 1.19 to 1.21
|
||||||
|
* docs: Lint URL fragments for validity
|
||||||
|
* feat(pagination): add pagination to release list
|
||||||
|
* feat(schedule): add option to create a scheduled pipeline with
|
||||||
|
variables
|
||||||
|
* feat(lint): provide dry-run, include-jobs and ref options
|
||||||
|
* chore: remove deprecated `config init` command
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 11:16:06 UTC 2023 - kastl@b1-systems.de
|
Thu Dec 14 11:16:06 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: glab
|
name: glab
|
||||||
version: 1.36.0
|
version: 1.37.0
|
||||||
mtime: 1702401522
|
mtime: 1709791687
|
||||||
commit: 078e3f1dcb0cd48294f97ed2924b5149bc3874f6
|
commit: 4983225503206e9afa89b3f9f7db850f67d0aac5
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glab
|
# spec file for package glab
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
|
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||||
|
|
||||||
Name: glab
|
Name: glab
|
||||||
Version: 1.36.0
|
Version: 1.37.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GitLab command line tool
|
Summary: A GitLab command line tool
|
||||||
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:7010629155a5b5e8eac995f92b17107c5b61b9be1236568723edaca158bee4e7
|
oid sha256:e47f940bed88dc76a0ec9cc85f778ecdf7aa2c0a01c0be37bc109a6d801adc54
|
||||||
size 7613140
|
size 7617814
|
||||||
|
Loading…
Reference in New Issue
Block a user