Accepting request 1199681 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1199681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=32
This commit is contained in:
Ana Guerrero 2024-09-09 12:45:48 +00:00 committed by Git OBS Bridge
commit 00dae4de83
8 changed files with 61 additions and 13 deletions

View File

@ -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.45.0</param>
<param name="revision">v1.46.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">glab</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.com/gitlab-org/cli.git</param>
<param name="changesrevision">ed10e402b87b382e3ba67688e8e576744bd1087b</param></service></servicedata>
<param name="changesrevision">16dc43a8f0ae5c8c5310891117efaadfaa5743aa</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f84f8c36e1fb4fcf4df743068480c3e371a329899e349077dadd07f42a41b213
size 18676237

3
glab-1.46.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d16a868ebb989095d8080202fa0dd25e4e6580df3d06ecba460c468b76a984b
size 18702349

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Sep 09 11:12:50 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.46.0:
* fix: fix example command for stack sync
* refactor: Add a more secure way to generate a random string
* chore(deps): update dependency axios to ^1.7.7
* fix(api): ensure stable sorting of MRs by descending CreatedAt
* feat(variable get): allow scope for group vars
* chore(deps): update dependency @commitlint/lint to ^19.4.1
* chore: add GitLab Advanced SAST to CI/CD config
* style: Removing `exportloopref` since we're using go 1.22
* fix(api): enable group MR listing with reviewer and assignee
filters
* chore(deps): update dependency axios to ^1.7.5
* chore: remove space before colons
* chore: update code intelligence component to v0.0.2
* feat(stack): stack save/amend use $EDITOR
* chore(deps): upgrade to go 1.23
* feat: repo list include/exclude subgroups and archived support
* fix(snippet create): allow for stdin
* chore: switch to code intel CI/CD Component
* chore(deps): update module golang.org/x/text to v0.17.0
* chore(deps): update module golang.org/x/crypto to v0.26.0
* chore(deps): update dependency axios to ^1.7.4
* fix: restrict zip decompression
* chore(deps): update module k8s.io/client-go to v0.31.0
* chore: update axios for commit lint
* chore(deps): update module golang.org/x/sync to v0.8.0
* chore(deps): update module github.com/spf13/cast to v1.7.0
* Gitignore gitlab reports
* chore(deps): update module golang.org/x/term to v0.23.0
* chore(deps): update module github.com/charmbracelet/glamour to
v0.8.0
* docs(installation): Add ASDF section in the
installation_options TOC
* fix(release upload): fix asset URL format for uploads in GitLab
17.2
* chore(deps): update dependency axios to ^1.7.3
* chore(deps): update module github.com/xanzy/go-gitlab to
v0.107.0
* chore: Merge security fixes
* docs: Adding snapcraft info
* chore: Downcase 'personal access token' (CLI)
* chore: catch up security fork
* chore: merge security branch
* test(duo ask): integration test for duo ask
-------------------------------------------------------------------
Thu Aug 01 10:43:33 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: glab
version: 1.45.0
mtime: 1722443695
commit: ed10e402b87b382e3ba67688e8e576744bd1087b
version: 1.46.0
mtime: 1725397329
commit: 16dc43a8f0ae5c8c5310891117efaadfaa5743aa

View File

@ -20,7 +20,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: glab
Version: 1.45.0
Version: 1.46.0
Release: 0
Summary: A GitLab command line tool
License: MIT
@ -29,9 +29,9 @@ URL: https://gitlab.com/gitlab-org/cli
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?almalinux_version} || 0%{?rocky_version}
BuildRequires: golang >= 1.22.5
BuildRequires: golang >= 1.23.0
%else
BuildRequires: go1.22 >= 1.22.5
BuildRequires: go1.23 >= 1.23.0
BuildRequires: golang-packaging
%endif
Suggests: glab-doc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ccc77a771d0ac946da5175b34113b77e01358c8ba935c49a7d6fb2d1a36a7e5
size 7556736
oid sha256:56a70d042e474de4ab9c04b964b27482d9277f40244dab8d0238f80e163bd52d
size 7836489