From 7bee2c2f428ff4e93a1c994f102f09390f79e4ba2e8920656b4d44604f8a93a1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 12 Feb 2023 09:20:21 +0000 Subject: [PATCH] Accepting request 1063636 from home:pdostal:branches:devel:tools:scm - Update to version 1.25.3: * Update .gitlab-ci.yml file * Update .gitlab-ci.yml file * chore: better omit test and chores from changelog * fix: Adding git name/email for homebrew * docs: update installation instructions for windows * test(project): add missing project tests * fix(project): fixes issue with filtering with starred and membership * fix(mr): Fixed EOF error when todo is called multiple times OBS-URL: https://build.opensuse.org/request/show/1063636 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=7 --- _service | 9 ++++++--- _servicedata | 4 +++- glab-1.22.0.tar.xz | 3 --- glab-1.25.3.tar.gz | 3 +++ glab-vendor.tar.xz | 3 --- glab.changes | 13 +++++++++++++ glab.spec | 8 ++++---- vendor.tar.gz | 3 +++ 8 files changed, 32 insertions(+), 14 deletions(-) delete mode 100644 glab-1.22.0.tar.xz create mode 100644 glab-1.25.3.tar.gz delete mode 100644 glab-vendor.tar.xz create mode 100644 vendor.tar.gz diff --git a/_service b/_service index 8fe56fa..93d5957 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://github.com/profclems/glab.git + https://gitlab.com/gitlab-org/cli.git git - v1.22.0 + v1.25.3 @PARENT_TAG@ v(.*) glab @@ -11,7 +11,10 @@ *.tar - xz + gz + + glab-1.25.3.tar.gz + diff --git a/_servicedata b/_servicedata index 26e2b03..3310705 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ https://github.com/profclems/glab.git - 612ff864276e848c4cfdef187b5f16f5c52f3c25 \ No newline at end of file + 612ff864276e848c4cfdef187b5f16f5c52f3c25 + https://gitlab.com/gitlab-org/cli.git + 7ab3ef14820c565a9430fa0da58a491048699638 \ No newline at end of file diff --git a/glab-1.22.0.tar.xz b/glab-1.22.0.tar.xz deleted file mode 100644 index bf9cfb2..0000000 --- a/glab-1.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6f830b4ea0ce638d86c9a888e2faee85ebd4ac09b13f480f03f2c0adb67cffa -size 16350944 diff --git a/glab-1.25.3.tar.gz b/glab-1.25.3.tar.gz new file mode 100644 index 0000000..6455e90 --- /dev/null +++ b/glab-1.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd3e301869d39513929a4130252a5c72847faf741058647ec60cad3597c064b +size 16513663 diff --git a/glab-vendor.tar.xz b/glab-vendor.tar.xz deleted file mode 100644 index 5b73864..0000000 --- a/glab-vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41591fa7094a905359bc8b6814c87ec591773c53f1eeead0e5b3fe590f366507 -size 4673044 diff --git a/glab.changes b/glab.changes index f23d2e2..8234d94 100644 --- a/glab.changes +++ b/glab.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 07 14:07:31 UTC 2023 - pdostal@suse.com + +- Update to version 1.25.3: + * Update .gitlab-ci.yml file + * Update .gitlab-ci.yml file + * chore: better omit test and chores from changelog + * fix: Adding git name/email for homebrew + * docs: update installation instructions for windows + * test(project): add missing project tests + * fix(project): fixes issue with filtering with starred and membership + * fix(mr): Fixed EOF error when todo is called multiple times + ------------------------------------------------------------------- Tue Jan 11 02:28:38 UTC 2022 - Orville Q. Song diff --git a/glab.spec b/glab.spec index 418b8b5..dcfcad7 100644 --- a/glab.spec +++ b/glab.spec @@ -1,7 +1,7 @@ # # spec file for package glab # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021-2022 Orville Q. Song # # All modifications and additions to the file contributed by third parties @@ -27,14 +27,14 @@ %global import_path %{provider_prefix}/%{repo} Name: glab -Version: 1.22.0 +Version: 1.25.3 Release: 0 Summary: An open-source GitLab command line tool License: MIT Group: Development/Tools/Other URL: https://github.com/profclems/glab -Source0: %{name}-%{version}.tar.xz -Source1: %{name}-vendor.tar.xz +Source0: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz BuildRequires: %{python_module Sphinx} BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.16 diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..95816b8 --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bebfa334590cb74ef17982dfc90dd48592a519b98d90dddf3bb20d1e0e5ebc +size 6007158