Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gh for openSUSE:Factory checked in at 2021-04-21 21:00:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gh (Old) and /work/SRC/openSUSE:Factory/.gh.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gh" Wed Apr 21 21:00:28 2021 rev:6 rq:887294 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gh/gh.changes 2021-04-14 10:11:02.825500580 +0200 +++ /work/SRC/openSUSE:Factory/.gh.new.12324/gh.changes 2021-04-21 21:01:14.078374780 +0200 @@ -1,0 +2,43 @@ +Tue Apr 20 23:40:06 UTC 2021 - Mustafa ??al????kan <mus...@protonmail.com> + +- Update to version 1.9.2: + - Actions Fixes + * Fix Actions use int64 explicitly in Actions support #3432 + * Fix requesting REST sub-resources on GHE #3461 + * Fix run view --log when steps have slashes #3445 + * Include magic repo resolution magic for gh workflow and gh run #3468 + - Other Fixes + * Fix issue create --web #3472 + * Fix detecting PR status when passing branch as arg #3351 + * Bump AlecAivazis/survey to fix bug with unicode input #3439 + - Development / Docs + * Increase linter timeout from 1min to 3min #3462 + * Remove unused embedded struct #3402 + * Add note on supported value types in raw-fields #3400 + * linuxbrew details added in linux installation docs. #3465 + * Add Funtoo Linux install instructions #3438 + * Add Debian install variant without add-apt-repository #3419 + +------------------------------------------------------------------- +Mon Apr 19 15:19:07 UTC 2021 - Mustafa ??al????kan <mus...@protonmail.com> + +- Update to version 1.9.1: + * Create cache dir + * Fix whitespace formatting of `issue/pr view` help text + * Disallow unsupported values for `--json` flag + * Fix `pr view` tests broken by `createdAt` ??? `submittedAt` switch + * Fix assigning null Exporter + * Tests for GraphQL query builder and JSON exporter + * Add `gh help formatting` topic & link to it from commands with JSON output + * Placeholder consistency + * Minor usage improvements + * Bump run list limit + * Annotation fixes + * Unhide actions commands + * Incorporate wording feedback + * Fix small bug with startup_failure conclusion + * Add note about current branch detection +- Prevent Makefile from overriding variables +- Enable tests + +------------------------------------------------------------------- Old: ---- _servicedata gh-1.8.1.tar.gz New: ---- gh-1.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gh.spec ++++++ --- /var/tmp/diff_new_pack.VhzaRS/_old 2021-04-21 21:01:14.762375857 +0200 +++ /var/tmp/diff_new_pack.VhzaRS/_new 2021-04-21 21:01:14.766375863 +0200 @@ -16,8 +16,9 @@ # +%define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw" Name: gh -Version: 1.8.1 +Version: 1.9.2 Release: 0 Summary: The official CLI for GitHub License: MIT @@ -25,9 +26,12 @@ URL: https://cli.github.com/ Source0: https://github.com/cli/cli/archive/v%{version}.tar.gz#/gh-%{version}.tar.gz Source1: vendor.tar.gz +# Test requirement +BuildRequires: git +# Completions BuildRequires: fish -BuildRequires: golang(API) >= 1.13 BuildRequires: zsh +BuildRequires: golang(API) >= 1.13 Requires: git %description @@ -66,10 +70,12 @@ %prep %autosetup -n cli-%{version} -a 1 +# Upstream decided to tweak Makefile for easier cross-compiling. But the tweak +# overrides variables so we need to remove them to pass GOFLAGS. +sed -i 's/GOOS= GOARCH= GOARM= GOFLAGS= CGO_ENABLED=//g' Makefile %build -export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw -ldflags=-linkmode=external" -%make_build GH_VERSION="v%{version}" bin/gh manpages +GOFLAGS=%{goflags} %make_build GH_VERSION="v%{version}" bin/gh manpages %install bin/gh completion -s bash | install -Dm644 /dev/stdin \ @@ -79,10 +85,13 @@ bin/gh completion -s fish | install -Dm644 /dev/stdin \ %{buildroot}%{_datadir}/fish/vendor_completions.d/gh.fish -install -D -m 0755 bin/gh %{buildroot}%{_bindir}/gh +install -Dm755 bin/gh %{buildroot}%{_bindir}/gh install -d %{buildroot}%{_mandir}/man1/ cp share/man/man1/* %{buildroot}%{_mandir}/man1 +%check +GOFLAGS=%{goflags} make test + %files %doc README.md %license LICENSE ++++++ _service ++++++ --- /var/tmp/diff_new_pack.VhzaRS/_old 2021-04-21 21:01:14.806375926 +0200 +++ /var/tmp/diff_new_pack.VhzaRS/_new 2021-04-21 21:01:14.806375926 +0200 @@ -1,9 +1,8 @@ +<?xml version="1.0"?> <services> - <service name="download_files" mode="disabled"> - </service> + <service name="download_files" mode="disabled"/> <service name="format_spec_file" mode="disabled"> <param name="specfile">gh.spec</param> </service> - <service name="go_modules" mode="disabled"> - </service> -</services> + <service name="go_modules" mode="disabled"/> +</services> \ No newline at end of file ++++++ gh-1.8.1.tar.gz -> gh-1.9.2.tar.gz ++++++ ++++ 10673 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ ++++ 22016 lines of diff (skipped)