diff --git a/_service b/_service index 7a95d31..8cb82b8 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://gitlab.com/gitlab-org/cli.git git - v1.51.0 + v1.52.0 @PARENT_TAG@ v(.*) enable diff --git a/_servicedata b/_servicedata index bfdecc6..9553ad7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://gitlab.com/gitlab-org/cli.git - 1481403b25a7e54dea0a83b808c0bb4936283cfd \ No newline at end of file + 4fd24da6a1f643aab839c68699b7515baa21f67a \ No newline at end of file diff --git a/glab-1.51.0.obscpio b/glab-1.51.0.obscpio deleted file mode 100644 index 14e556c..0000000 --- a/glab-1.51.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36296fb96ccced4dd26c23172a3ccaf4700ecb3ae302b88cf01c499024b01f68 -size 19008013 diff --git a/glab-1.52.0.obscpio b/glab-1.52.0.obscpio new file mode 100644 index 0000000..9c657e4 --- /dev/null +++ b/glab-1.52.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79b261e0952bff1cce9f4d29d338519d5083b7b7b0c544b9305b06e3ec5d6e1 +size 19037709 diff --git a/glab.changes b/glab.changes index 0d2c0ab..f0d5764 100644 --- a/glab.changes +++ b/glab.changes @@ -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 diff --git a/glab.obsinfo b/glab.obsinfo index eefa7f5..26005ab 100644 --- a/glab.obsinfo +++ b/glab.obsinfo @@ -1,4 +1,4 @@ name: glab -version: 1.51.0 -mtime: 1734534199 -commit: 1481403b25a7e54dea0a83b808c0bb4936283cfd +version: 1.52.0 +mtime: 1737378445 +commit: 4fd24da6a1f643aab839c68699b7515baa21f67a diff --git a/glab.spec b/glab.spec index ba8a86a..c86d314 100644 --- a/glab.spec +++ b/glab.spec @@ -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 # # 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 diff --git a/vendor.tar.gz b/vendor.tar.gz index 711a365..a109201 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c750428017209b2ddb3ab8dd43e9f9e2935997be833ea2bb17e2483d70fe6af1 -size 7821572 +oid sha256:f25006c9ac7b8db6afc1b33c617db5c7543b198847de0212b4bdb9d43c1262e9 +size 7829049