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-05-30 22:59:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gh (Old) and /work/SRC/openSUSE:Factory/.gh.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gh" Sat May 30 22:59:30 2026 rev:95 rq:1356028 version:2.93.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gh/gh.changes 2026-04-29 19:19:24.400922737 +0200 +++ /work/SRC/openSUSE:Factory/.gh.new.1937/gh.changes 2026-05-30 23:02:00.097801787 +0200 @@ -1,0 +2,69 @@ +Thu May 28 12:48:07 UTC 2026 - Pavel Dostál <[email protected]> + +- Update to version 2.93.0: + * test(attestation): align integration tests with new external HTTP client + * fix: use separate http client for non-github hosts + * docs: note immutable releases starting v2.93.0 + * bump golang.org/x/net + * Link to Accessibility category for community discussions instead of ACR (#13481) + * Allow agents as application for secrets (#13421) + * SHA pin first-party GitHub Actions + * chore(deps): bump github/codeql-action from 4 to 4.35.5 + * Add 3 day dependabot cooldown period + * chore(deps): bump github.com/google/go-containerregistry + * Run govulncheck daily instead of weekly + * Merge pull request #13486 from cli/tommy/update-x-crypto + * Potential fix for pull request finding + * Potential fix for pull request finding + * Stop bumping homebrew on release + * chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#13461) + * Remove discussion workflow + * Remove dependency on persistent token + * Remove third-party license debris + * chore(deps): bump github.com/theupdateframework/go-tuf/v2 + * docs: drop --repo gh-cli from dnf install lines + * Assert digest prefix in release verify no-attestation tests + * chore(deps): bump google.golang.org/grpc from 1.81.0 to 1.81.1 + * Derive digest algorithm from ref length in release verify commands + * docs: fix duplicated "of" in release-process-deep-dive + * chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 + * Simplify bump-go.sh toolchain logic + * Remove unnecessary null checks in jq output handling + * Rewrite script to use go mod edit instead of grep/sed + * Address code review comments + * Improve version comparison to handle both X.Y.0 and X.Y.Z formats + * Update bump-go.sh to handle missing toolchain directive + * Initial plan + * Update CODEOWNERS for skills directory ownership + * chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 + * chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.81.0 + * chore(deps): bump golang.org/x/term from 0.42.0 to 0.43.0 + * fix(copilot): update test assertion to match updated error message + * fix(copilot): provide full path to copilot binary on exec error + * fix(copilot): hint to run copilot directly when exec fails + * fix(telemetry): use CREATE_NO_WINDOW to prevent tzutil console flash on Windows + * Fix triage-pull-requests skipping PRs that open as draft + * chore(deps): bump golang.org/x/sys from 0.43.0 to 0.44.0 + * Bump Go toolchain to 1.26.3 + * Fix skills acceptance tests + * Add explicit build tags to platform-specific echo test files + * Address review feedback on echo mode polling + * Poll TTY echo mode instead of sleeping in password tests + * Record accessibility state in telemetry + * Bump copilot telemetry sampling to 100% + * chore(deps): bump github.com/klauspost/compress from 1.18.5 to 1.18.6 + * Remove numberFieldOnly API shortcut + * Grammar fixes + * Switch from actions/attest-build-provenance to actions/attest + * Enable extended PR screening for external PRs + * Fix flaky Password test by increasing echo mode setup timeout + * Add missing //go:build integration tag to verify_integration_test.go + * chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1 + * Apply patch from code review feedback. + * Print `gh auth refresh` for 401 returns + * Update installation commands for GitHub CLI +- Drop fix-accessible-prompter-test-timeout.patch and + add-missing-go-build-integration-tag.patch: both fixes are now + part of this release (upstream PRs 13304 and 13303) + +------------------------------------------------------------------- Old: ---- add-missing-go-build-integration-tag.patch cli-2.92.0.tar.zst fix-accessible-prompter-test-timeout.patch New: ---- cli-2.93.0.tar.zst ----------(Old B)---------- Old:- Drop fix-accessible-prompter-test-timeout.patch and add-missing-go-build-integration-tag.patch: both fixes are now part of this release (upstream PRs 13304 and 13303) Old: * Update installation commands for GitHub CLI - Drop fix-accessible-prompter-test-timeout.patch and add-missing-go-build-integration-tag.patch: both fixes are now ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gh.spec ++++++ --- /var/tmp/diff_new_pack.dHkNNf/_old 2026-05-30 23:02:01.609863947 +0200 +++ /var/tmp/diff_new_pack.dHkNNf/_new 2026-05-30 23:02:01.613864112 +0200 @@ -20,23 +20,21 @@ %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw" %define sname cli Name: gh -Version: 2.92.0 +Version: 2.93.0 Release: 0 Summary: The official CLI for GitHub License: MIT URL: https://cli.github.com/ Source0: %{sname}-%{version}.tar.zst Source1: vendor.tar.gz -Patch0: fix-accessible-prompter-test-timeout.patch -Patch1: add-missing-go-build-integration-tag.patch BuildRequires: fish BuildRequires: git-core -BuildRequires: zstd BuildRequires: golang(API) >= 1.26 # This is needed for some tests BuildRequires: openssh-clients BuildRequires: openssh-common BuildRequires: zsh +BuildRequires: zstd Requires: git-core %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.dHkNNf/_old 2026-05-30 23:02:01.657865920 +0200 +++ /var/tmp/diff_new_pack.dHkNNf/_new 2026-05-30 23:02:01.661866084 +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.92.0</param> + <param name="revision">v2.93.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.92.0.tar.zst</param> + <param name="archive">cli-2.93.0.tar.zst</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.dHkNNf/_old 2026-05-30 23:02:01.693867400 +0200 +++ /var/tmp/diff_new_pack.dHkNNf/_new 2026-05-30 23:02:01.697867565 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cli/cli</param> - <param name="changesrevision">6c470f60803784e1558b626022677c53dccb6016</param> + <param name="changesrevision">f96972ce1c11fdb8eaa556257fde962a363dffde</param> </service> </servicedata> (No newline at EOF) ++++++ cli-2.92.0.tar.zst -> cli-2.93.0.tar.zst ++++++ /work/SRC/openSUSE:Factory/gh/cli-2.92.0.tar.zst /work/SRC/openSUSE:Factory/.gh.new.1937/cli-2.93.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.1937/vendor.tar.gz differ: char 16, line 1
