Script 'mail_helper' called by obssrc
Hello community,

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

Package is "gh"

Thu Jun 18 18:39:46 2026 rev:96 rq:1360068 version:2.94.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gh/gh.changes    2026-05-30 23:02:00.097801787 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.1981/gh.changes  2026-06-18 
18:40:34.808920878 +0200
@@ -1,0 +2,81 @@
+Wed Jun 17 12:58:15 UTC 2026 - Pavel Dostál <[email protected]>
+
+- Update to version 2.94.0:
+  * Add gh discussion and Issues 2.0 reference to the `gh` skill, plus a 
README note (#13631)
+  * fix(discussion comment): fix bug in requiring body/body-file in add/edit 
mode
+  * chore(discussion/client): rename client files
+  * test(acceptance): fix discussion comment acceptance tests
+  * fix(discussion/shared): error on out-of-range discussion number in URL
+  * fix(discussion view): print only requested items in non-tty output
+  * docs(discussion list): clarify answered examples refer to Q&A discussions
+  * fix(discussion view): show comments and replies in chronological order
+  * refactor(discussion list): simplify no-results message and use success 
icon helper
+  * fix(discussion view): use color scheme method for success icon
+  * fix(discussion view): error when --comments is used with a comment argument
+  * test(acceptance): use positional comment argument in discussion view test
+  * refactor(discussion/client): take host instead of repo in GetComment
+  * refactor(discussion view): replace --replies flag with positional comment 
argument
+  * chore: fix formatting
+  * test(acceptance): cover discussion comment URLs in comment and view tests
+  * feat(discussion): support comment URLs in --replies and comment command
+  * test(discussion comment): add non-tty delete flag validation test case
+  * test(acceptance): add discussion comment acceptance test
+  * refactor(acceptance): use discussion comment command instead of raw API 
calls
+  * feat(discussion): add discussion comment command
+  * feat(discussion/client): add comment manipulation methods
+  * chore: apply formatting
+  * chore(discussion): remove unused HttpClient field from create and edit
+  * fix(discussion): remove redundant error wrapping on ListCategories
+  * test(discussion list): rename TestNewCmdList2 to TestNewCmdList
+  * Add terminal-mockup canvas extension for marketing screenshots (#13612)
+  * fix(discussion): add missing repo flag override
+  * test(discussion list): consolidate tests into table-driven format
+  * docs(acceptance): add new jq2env and jq-assert functions
+  * test(discussion): add acceptance tests for discussion commands
+  * fix(discussion list): print "answered" instead of checkmark in non-tty mode
+  * refactor(discussion/client): precheck discussions enabled via 
getRepositoryMeta
+  * refactor(discussion): add Cursor field and ExportData to 
DiscussionListResult
+  * feat(extension): alias `uninstall` to `remove`
+  * chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
+  * chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1
+  * chore(deps): bump charm.land/bubbletea/v2 from 2.0.6 to 2.0.7
+  * docs(discussion view): improve long help text for clarity
+  * fix(discussion): handle partial failure on create/update label mutations
+  * Clean up deferred issue update helper (#13584)
+  * Auto-install official extension stubs in CI (#13581)
+  * chore(discussion/client): fix formatting
+  * docs(discussion/client): add godoc to exported consts
+  * refactor(discussion list): make pager call/error consistent with view 
command
+  * refactor(discussion): extract command-level consts for enums
+  * fix(discussion): various polish and small fixes
+  * Merge pull request #13057 from cli/kw/issues-2.0
+  * Bump Go to 1.26.4
+  * chore(deps): bump github.com/mattn/go-colorable from 0.1.14 to 0.1.15
+  * address review comments
+  * feat(discussion edit): add discussion edit command
+  * feat(discussion create): add discussion create command
+  * feat(discussion view): add discussion view command
+  * feat(discussion list): add discussion list command
+  * feat(discussion/shared): add shared utilities for discussion commands
+  * feat(discussion/client): add discussion client package
+  * Use github-copilot agent ID in skill list tests and help text
+  * Rename hosts field and helpers to agentHosts in skill list
+  * Stat SKILL.md before reading in skill list
+  * Sanitize terminal control characters in skill list output
+  * chore(deps): bump golangci/golangci-lint-action from 9.2.0 to 9.2.1
+  * chore(deps): bump github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10
+  * address copilot comments, clarify text
+  * address copilot comments
+  * handle skills in skills/ folder when running list command, by marking them 
as published
+  * address bagtoad's feedback
+  * add --all flag to install all skills in a repo
+  * fix warning message to make it clear
+  * skip prompting for skills without metadata when running gh skill update 
--all
+  * add logic to preview too
+  * fix discovery support in nested dirs
+  * fix test
+  * fix tests
+  * fix linting
+  * add skill list command
+
+-------------------------------------------------------------------

Old:
----
  cli-2.93.0.tar.zst

New:
----
  cli-2.94.0.tar.zst

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

Other differences:
------------------
++++++ gh.spec ++++++
--- /var/tmp/diff_new_pack.MBsuef/_old  2026-06-18 18:40:39.453114627 +0200
+++ /var/tmp/diff_new_pack.MBsuef/_new  2026-06-18 18:40:39.473115462 +0200
@@ -20,7 +20,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:           gh
-Version:        2.93.0
+Version:        2.94.0
 Release:        0
 Summary:        The official CLI for GitHub
 License:        MIT
@@ -91,7 +91,7 @@
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %check
-GOFLAGS=%{goflags} go test ./... -skip 
"TestPendingOperationDisallowsSSH|TestSelectSSHKeys"
+GOFLAGS=%{goflags} go test ./...
 
 %files
 %doc README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.MBsuef/_old  2026-06-18 18:40:39.721125808 +0200
+++ /var/tmp/diff_new_pack.MBsuef/_new  2026-06-18 18:40:39.753127143 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/cli/cli</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v2.93.0</param>
+    <param name="revision">v2.94.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
@@ -16,7 +16,7 @@
     <param name="compression">zst</param>
   </service>
   <service name="go_modules" mode="manual">
-    <param name="archive">cli-2.93.0.tar.zst</param>
+    <param name="archive">cli-2.94.0.tar.zst</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.MBsuef/_old  2026-06-18 18:40:39.985136822 +0200
+++ /var/tmp/diff_new_pack.MBsuef/_new  2026-06-18 18:40:40.013137990 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/cli/cli</param>
-    <param 
name="changesrevision">f96972ce1c11fdb8eaa556257fde962a363dffde</param>
+    <param 
name="changesrevision">cac0ba166220017af1d299001b698e811077d5a6</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ cli-2.93.0.tar.zst -> cli-2.94.0.tar.zst ++++++
/work/SRC/openSUSE:Factory/gh/cli-2.93.0.tar.zst 
/work/SRC/openSUSE:Factory/.gh.new.1981/cli-2.94.0.tar.zst differ: char 7, line 
1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1981/vendor.tar.gz differ: char 15, line 1

Reply via email to