Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glab for openSUSE:Factory checked in at 2023-02-12 19:14:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glab (Old) and /work/SRC/openSUSE:Factory/.glab.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glab" Sun Feb 12 19:14:37 2023 rev:4 rq:1064493 version:1.25.3 Changes: -------- --- /work/SRC/openSUSE:Factory/glab/glab.changes 2022-01-11 21:24:03.209160717 +0100 +++ /work/SRC/openSUSE:Factory/.glab.new.1848/glab.changes 2023-02-12 19:14:40.777172429 +0100 @@ -1,0 +2,13 @@ +Tue Feb 07 14:07:31 UTC 2023 - pdos...@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 + +------------------------------------------------------------------- Old: ---- glab-1.22.0.tar.xz glab-vendor.tar.xz New: ---- glab-1.25.3.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glab.spec ++++++ --- /var/tmp/diff_new_pack.KcnlZu/_old 2023-02-12 19:14:41.669177895 +0100 +++ /var/tmp/diff_new_pack.KcnlZu/_new 2023-02-12 19:14:41.673177920 +0100 @@ -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 <orvi...@anislet.dev> # # 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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KcnlZu/_old 2023-02-12 19:14:41.705178116 +0100 +++ /var/tmp/diff_new_pack.KcnlZu/_new 2023-02-12 19:14:41.709178140 +0100 @@ -1,8 +1,8 @@ <services> <service name="obs_scm" mode="disabled"> - <param name="url">https://github.com/profclems/glab.git</param> + <param name="url">https://gitlab.com/gitlab-org/cli.git</param> <param name="scm">git</param> - <param name="revision">v1.22.0</param> + <param name="revision">v1.25.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">glab</param> @@ -11,8 +11,11 @@ <service name="tar" mode="disabled" /> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">gz</param> </service> <service name="set_version" mode="disabled" /> + <service name="go_modules" mode="disabled"> + <param name="archive">glab-1.25.3.tar.gz</param> + </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KcnlZu/_old 2023-02-12 19:14:41.725178239 +0100 +++ /var/tmp/diff_new_pack.KcnlZu/_new 2023-02-12 19:14:41.729178263 +0100 @@ -1,6 +1,8 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/profclems/glab.git</param> - <param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service></servicedata> + <param name="changesrevision">612ff864276e848c4cfdef187b5f16f5c52f3c25</param></service><service name="tar_scm"> + <param name="url">https://gitlab.com/gitlab-org/cli.git</param> + <param name="changesrevision">7ab3ef14820c565a9430fa0da58a491048699638</param></service></servicedata> (No newline at EOF)