Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package glab for openSUSE:Factory checked in 
at 2026-06-18 18:41:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glab (Old)
 and      /work/SRC/openSUSE:Factory/.glab.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glab"

Thu Jun 18 18:41:33 2026 rev:83 rq:1360173 version:1.103.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/glab/glab.changes        2026-06-17 
16:24:00.101325314 +0200
+++ /work/SRC/openSUSE:Factory/.glab.new.1981/glab.changes      2026-06-18 
18:43:11.279454888 +0200
@@ -1,0 +2,106 @@
+Thu Jun 18 07:09:29 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- Update to version 1.103.0:
+  * Features
+    - b39a801c: feat(container-registry): add container registry
+      repository and tag commands (Jeroen Monteban
+      [email protected])
+    - ea9fd25a: feat(packages): add packages command group with
+      list (Oscar Tovar [email protected])
+    - 1dd20b11: feat(stack): make switch interactive (Ahmed
+      Abdelbaset [email protected])
+    - 7b9703ab: feat(stacked-diffs): add --no-verify to 'stack
+      amend' command (Kev Kloss [email protected])
+    - 6e4e3284: feat(stacked-diffs): add --no-verify to 'stack
+      save' command (Kev Kloss [email protected])
+    - 481f63fb: feat: Handle glab mr checkout failure when there
+      are non fast-forwarding conflicts (Gabriel Mazzetto
+      [email protected])
+    - 84fd9f33: feat: compile arm64 windows bianry (Andrei Zubov
+      [email protected])
+  * Bug Fixes
+    - 91eb7aad: fix(ci): set release token inline so project
+      GITLAB_TOKEN can't shadow it (Jay McCure [email protected])
+    - 10561d78: fix(mcp): add content to structuredContent (Florian
+      Imdahl [email protected])
+    - bcf700bd: fix(orbit): install dependency-free Linux build to
+      fix glibc version errors (Dmitry Gruzd [email protected])
+    - 0a119c02: fix(stacks): share stacks across worktrees (Ahmed
+      Abdelbaset [email protected])
+    - e3236d94: fix(update): give post-upgrade and skill nudges
+      breathing room (Kai Armstrong [email protected])
+  * Documentation
+    - 913e5d9d: docs(api): add GLAB_DEBUG_HTTP example for
+      debugging requests (Kai Armstrong [email protected])
+    - 3a983d41: docs(variable): add synopsis and examples to
+      variable commands (Brendan Lynch [email protected])
+    - 98e70a25: docs: Remove manual (default false) flag
+      annotations (Brendan Lynch [email protected])
+    - 6c71e24c: docs: add troubleshooting guide for invalid_client
+      OAuth error (Stan Hu [email protected])
+    - e73a8cde: docs: move troubleshooting guide to the generated
+      CLI docs page (Brendan Lynch [email protected])
+  * Dependencies
+    - 7779ffec: chore(deps): bump go to v1.26.4 (GitLab Renovate
+      Bot [email protected])
+    - 39cda83f: chore(deps): update dependency @commitlint/cli to
+      ^21.0.2 (GitLab Renovate Bot [email protected])
+    - f434057f: chore(deps): update dependency @commitlint/lint to
+      ^21.0.2 (GitLab Renovate Bot [email protected])
+    - c583440d: chore(deps): update module charm.land/bubbletea/v2
+      to v2.0.7 (GitLab Renovate Bot [email protected])
+    - a1898d01: chore(deps): update module github.com/docker/cli to
+      v29.5.1+incompatible (GitLab Renovate Bot
+      [email protected])
+    - f1b74aae: chore(deps): update module github.com/docker/cli to
+      v29.5.2+incompatible (GitLab Renovate Bot
+      [email protected])
+    - 6131acf7: chore(deps): update module github.com/docker/cli to
+      v29.5.3+incompatible (GitLab Renovate Bot
+      [email protected])
+    - 9b83a7ff: chore(deps): update module
+      github.com/docker/docker-credential-helpers to v0.9.8 (GitLab
+      Renovate Bot [email protected])
+    - 0767cd08: chore(deps): update module
+      github.com/mattn/go-colorable to v0.1.15 (GitLab Renovate Bot
+      [email protected])
+    - 765b526d: chore(deps): update module
+      github.com/mattn/go-runewidth to v0.0.24 (GitLab Renovate Bot
+      [email protected])
+    - 756377a6: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go/v2 to v2.36.1 (GitLab
+      Renovate Bot [email protected])
+    - 55a4f6b3: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go/v2 to v2.36.2 (GitLab
+      Renovate Bot [email protected])
+    - 34a8e5b0: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go/v2 to v2.36.3 (GitLab
+      Renovate Bot [email protected])
+    - e500b3f4: chore(deps): update module
+      gitlab.com/gitlab-org/api/client-go/v2 to v2.39.0 (GitLab
+      Renovate Bot [email protected])
+    - bda16f22: chore(deps): update module golang.org/x/sync to
+      v0.21.0 (GitLab Renovate Bot [email protected])
+    - a27fa5a4: chore(deps): update module golang.org/x/term to
+      v0.44.0 (GitLab Renovate Bot [email protected])
+    - 79575672: chore(deps): update module golang.org/x/text to
+      v0.38.0 (GitLab Renovate Bot [email protected])
+  * Maintenance
+    - 4c0cc23d: chore(ci): automate weekly release via pipeline
+      schedule (Jay McCure [email protected])
+    - d0d9bc3e: chore: Refactor mr_checkout removing global var and
+      moving dependencies to struct (Gabriel Mazzetto
+      [email protected])
+    - 47eeadad: chore: Update MR review instructions YAML (Brendan
+      Lynch [email protected])
+    - b5ac12f9: chore: add support for modern linux-x64 duo cli
+      binary (Andrei Zubov [email protected])
+    - 7d26ca46: ci: update code-intelligence job to fix job
+      failures (Oscar Tovar [email protected])
+    - 45b9fcc3: ci: wire ci/cd inputs to release variables (Oscar
+      Tovar [email protected])
+  * Others
+    - 080c4e2c: test: add archived field to label list JSON
+      expectation (Tomas Vik [email protected])
+
+-------------------------------------------------------------------

Old:
----
  glab-1.102.0.obscpio

New:
----
  glab-1.103.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glab.spec ++++++
--- /var/tmp/diff_new_pack.ZC49vd/_old  2026-06-18 18:43:14.215577572 +0200
+++ /var/tmp/diff_new_pack.ZC49vd/_new  2026-06-18 18:43:14.235578408 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           glab
-Version:        1.102.0
+Version:        1.103.0
 Release:        0
 Summary:        A GitLab command line tool
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZC49vd/_old  2026-06-18 18:43:14.555591779 +0200
+++ /var/tmp/diff_new_pack.ZC49vd/_new  2026-06-18 18:43:14.607593952 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://gitlab.com/gitlab-org/cli.git</param>
     <param name="scm">git</param>
     <param name="package-meta">yes</param>
-    <param name="revision">v1.102.0</param>
+    <param name="revision">v1.103.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ZC49vd/_old  2026-06-18 18:43:14.871604984 +0200
+++ /var/tmp/diff_new_pack.ZC49vd/_new  2026-06-18 18:43:14.911606655 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://gitlab.com/gitlab-org/cli.git</param>
-              <param 
name="changesrevision">b5a548b340b302bbe0b8828b103a9ef0433d3201</param></service></servicedata>
+              <param 
name="changesrevision">c724bea5fca299c989b0b27b2b24cd1cbe7136af</param></service></servicedata>
 (No newline at EOF)
 

++++++ glab-1.102.0.obscpio -> glab-1.103.0.obscpio ++++++
++++ 7946 lines of diff (skipped)

++++++ glab.obsinfo ++++++
--- /var/tmp/diff_new_pack.ZC49vd/_old  2026-06-18 18:43:22.023903838 +0200
+++ /var/tmp/diff_new_pack.ZC49vd/_new  2026-06-18 18:43:22.091906680 +0200
@@ -1,5 +1,5 @@
 name: glab
-version: 1.102.0
-mtime: 1780686027
-commit: b5a548b340b302bbe0b8828b103a9ef0433d3201
+version: 1.103.0
+mtime: 1781653784
+commit: c724bea5fca299c989b0b27b2b24cd1cbe7136af
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/glab/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.glab.new.1981/vendor.tar.gz differ: char 159, line 2

Reply via email to