Accepting request 1177534 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1177534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=27
This commit is contained in:
Ana Guerrero 2024-05-29 17:36:26 +00:00 committed by Git OBS Bridge
commit ad1ba0273a
8 changed files with 60 additions and 14 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.40.0</param>
<param name="revision">v1.41.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.40.0.obscpio</param>
<param name="archive">glab-1.41.0.obscpio</param>
</service>
</services>

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">9ed43f6507f1214b165fcb79f88e5e503f4a3539</param></service></servicedata>
<param name="changesrevision">3657f322c1dabbbc3b6d31567df8d2c8adf16162</param></service></servicedata>

View File

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

3
glab-1.41.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Wed May 29 08:13:29 UTC 2024 - pdostal@suse.com
- Update to version 1.41.0:
* feat(issue): add epic and due-date to issue create
* chore(deps): update dependency go to v1.22.3
* chore(deps): update module github.com/xanzy/go-gitlab
to v0.105.0
* chore(deps): update module github.com/spf13/viper to v1.18.2
* fix(cluster-agent): construct kubeconfig authinfo name with
agent id
* feat: rename `ask git` to `duo ask`
* chore(deps): update module github.com/hashicorp/go-version
to v1.7.0
* docs: improve integration test docs
* docs: clarify that fill option automatically pushes
* chore(deps): update dependency axios to ^1.7.2
* chore(deps): update dependency @commitlint/format to ^19.3.0
* fix(auth status): better output for auth status
* chore(deps): update module golang.org/x/term to v0.20.0
* chore(deps): update module github.com/mattn/go-runewidth
to v0.0.15
* chore(deps): update module k8s.io/client-go to v0.30.1
* chore(deps): update module golang.org/x/text to v0.15.0
* docs: Fix broken or redirecting links
* chore(deps): update module gopkg.in/yaml.v2 to v3
* chore(deps): update module github.com/spf13/cobra to v1.8.0
* chore: update code nagivation to use scip
* chore(deps): update module github.com/spf13/cast to v1.6.0
* chore(deps): update module github.com/zalando/go-keyring
to v0.2.4
* chore(deps): update module github.com/alecaivazis/survey/v2
to v2.3.7
* chore: upgrade to Go 1.22
* feat(cluster): Add check manifest usage command
* build: Updating golanglint recommendation
* fix(glab repo fork): clone if --clone flag set
* test: fixing error running integration test locally
* fix(project): don't request statistics
* fix(auth status): exit with code 1 when auth fails
* chore: fix typo in Dangerfile
* refactor: Moving test helper functions to their own file
for reuse
* chore: Add a Maintainer Onboarding issue template
* test: have git tests actually use git instead of stubs
-------------------------------------------------------------------
Thu Apr 25 05:13:51 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: glab
version: 1.40.0
mtime: 1713986832
commit: 9ed43f6507f1214b165fcb79f88e5e503f4a3539
version: 1.41.0
mtime: 1716925241
commit: 3657f322c1dabbbc3b6d31567df8d2c8adf16162

View File

@ -20,7 +20,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: glab
Version: 1.40.0
Version: 1.41.0
Release: 0
Summary: A GitLab command line tool
License: MIT
@ -29,10 +29,10 @@ 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.21
BuildRequires: golang >= 1.22
%else
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.21
BuildRequires: golang(API) >= 1.22
%endif
Suggests: glab-doc

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:966e73c2f222d5924d4c9ec2b67a921760faceac2eb01712bff558229ace82c1
size 7341378
oid sha256:6078bc91a756e76de638725e0838149a593129424c7f250ee837a60510ba8d20
size 7460772