Accepting request 1239398 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1239398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2025-01-22 15:32:30 +00:00 committed by Git OBS Bridge
commit f43ce610ad
8 changed files with 47 additions and 21 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.51.0</param>
<param name="revision">v1.52.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</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">1481403b25a7e54dea0a83b808c0bb4936283cfd</param></service></servicedata>
<param name="changesrevision">4fd24da6a1f643aab839c68699b7515baa21f67a</param></service></servicedata>

View File

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

3
glab-1.52.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Jan 20 13:51:23 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 1.52.0:
* feat(release): add --no-close-milestone flag for release
creation
* chore(deps): update module github.com/briandowns/spinner to
v1.23.2
* chore: roll docs linting tooling forward
* feat(release): Add --no-update to release create
* chore(deps): update module k8s.io/apimachinery to v0.32.1
* chore(deps): update module github.com/mattn/go-colorable to
v0.1.14
* fix: update path where config.yml is displayed
* feat: Add reordering of stacks
* fix(docs): change toc to show actual contents
* chore: Post-merge review of UI strings
* docs: Fix missing period in display
* chore(deps): update golang to v1.23.4
* docs: add command for previewing release commits
* chore(deps): update module golang.org/x/crypto to v0.32.0
* chore(deps): update module golang.org/x/term to v0.28.0
* chore(deps): update module github.com/otiai10/copy to v1.14.1
* chore(deps): update module golang.org/x/oauth2 to v0.25.0
* feat: add support for setting issue weight in glab issue update
* chore(dep): update x/net
* chore(deps): update golang to v1.23.3
-------------------------------------------------------------------
Fri Dec 20 07:49:13 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,4 +1,4 @@
name: glab
version: 1.51.0
mtime: 1734534199
commit: 1481403b25a7e54dea0a83b808c0bb4936283cfd
version: 1.52.0
mtime: 1737378445
commit: 4fd24da6a1f643aab839c68699b7515baa21f67a

View File

@ -1,7 +1,7 @@
#
# spec file for package glab
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
#
# All modifications and additions to the file contributed by third parties
@ -17,10 +17,8 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: glab
Version: 1.51.0
Version: 1.52.0
Release: 0
Summary: A GitLab command line tool
License: MIT
@ -33,9 +31,12 @@ Patch0: glab-disable_update_check.patch
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?almalinux_version} || 0%{?rocky_version}
BuildRequires: golang >= 1.23.0
%else
BuildRequires: go1.23 >= 1.23.0
BuildRequires: go1.23 >= 1.23.3
BuildRequires: golang-packaging
%endif
BuildRequires: bash-completion
BuildRequires: fish
BuildRequires: zsh
Suggests: glab-doc
%description
@ -134,15 +135,12 @@ install -D -m0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completio
%exclude %{_docdir}/%{name}/README.md
%files bash-completion
%dir %{_datadir}/bash-completion/
%{_datadir}/bash-completion/completions/
%{_datadir}/bash-completion/completions/%{name}
%files fish-completion
%dir %{_datadir}/fish/
%{_datadir}/fish/vendor_completions.d/
%{_datadir}/fish/vendor_completions.d/%{name}.fish
%files zsh-completion
%dir %{_datadir}/zsh/
%{_datadir}/zsh/site-functions/
%{_datadir}/zsh/site-functions/_%{name}
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c750428017209b2ddb3ab8dd43e9f9e2935997be833ea2bb17e2483d70fe6af1
size 7821572
oid sha256:f25006c9ac7b8db6afc1b33c617db5c7543b198847de0212b4bdb9d43c1262e9
size 7829049