Accepting request 1189229 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1189229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2024-07-24 13:31:46 +00:00 committed by Git OBS Bridge
commit 2307b48503
9 changed files with 56 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.43.0</param>
<param name="revision">v1.44.1</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.43.0.obscpio</param>
<param name="archive">glab-1.44.1.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">76f3ad1ef047e2d24235c86fffcc450facdea0e0</param></service></servicedata>
<param name="changesrevision">bd628d4c3a01800afb00ef8586dd29904340bb68</param></service></servicedata>

View File

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

3
glab-1.44.0.obscpio Normal file
View File

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

3
glab-1.44.1.obscpio Normal file
View File

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Jul 22 18:24:47 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.44.1 (1.44.0 was not released):
* chore: CI/CD changes to fix release bug
* chore(deps): update module github.com/mattn/go-runewidth to
v0.0.16
* fix(ci view): pipeline creator is shown incorrectly
* chore(deps): update module k8s.io/client-go to v0.30.3
* chore(deps): update module k8s.io/apimachinery to v0.30.3
* fix(config): negate `HasSecurePerms` and fix workaround on
windows
* chore(deps): update golang to v1.22.5
* chore: use latest-available Markdown linting Docker image
* chore: manually update Vale and markdownlint rules from GitLab
project
* chore: Second (final) pass through docs / UI strings
* fix(view/list release): use url returned from API as link
* chore(deps): update module golang.org/x/crypto to v0.25.0
* fix(snippet create): use filename when path missing
* feat(snippets): allow creation of personal snippets
* chore: Updating goreleaser config to v2
* fix(issuable note): respect editor from config
* chore: finish the UI string pass
* chore: String fixes for project-related strings
* chore: fix strings related to merge requests
* fix: allow listening hostname to be provided
* feat: remove experimental wording for duo
* chore: Yet more string cleanup
* fix(config): ignore windows config file permission checks
* chore: ensure user's settings don't impact tests
* chore: Fix capitalization and punctuation in commands
* chore: Fix punctuation and phrasing in messages
* chore(deps): update dependency danger-review to v1.4.1
* chore: add goleak testing for goroutine leaks
* fix: always stop spinner to avoid to mess up the terminal
* chore(deps): update module github.com/zalando/go-keyring to
v0.2.5
-------------------------------------------------------------------
Mon Jun 24 18:53:41 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: glab
version: 1.43.0
mtime: 1719251005
commit: 76f3ad1ef047e2d24235c86fffcc450facdea0e0
version: 1.44.1
mtime: 1721666597
commit: bd628d4c3a01800afb00ef8586dd29904340bb68

View File

@ -20,7 +20,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: glab
Version: 1.43.0
Version: 1.44.1
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.22
BuildRequires: golang >= 1.22.5
%else
BuildRequires: go1.22 >= 1.22.5
BuildRequires: golang-packaging
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:3683c126abaf5128db0c1746590f0628a24d502d7abdbdd9063aec52be153be8
size 7547355
oid sha256:2a06d930c759e98a40aed5f197ff8a9cfe12d6bf71c786652e90811df3eeea4c
size 7556648