Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2023-06-22 23:26:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and      /work/SRC/openSUSE:Factory/.gh.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gh"

Thu Jun 22 23:26:13 2023 rev:34 rq:1094582 version:2.31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gh/gh.changes    2023-05-31 21:55:07.973230742 
+0200
+++ /work/SRC/openSUSE:Factory/.gh.new.15902/gh.changes 2023-06-22 
23:26:38.522019346 +0200
@@ -1,0 +2,59 @@
+Thu Jun 22 07:40:00 UTC 2023 - Martin Pluskal <mplus...@suse.com>
+
+- Remove obsolete constructs from spec file
+
+-------------------------------------------------------------------
+Thu Jun 22 05:55:39 UTC 2023 - pdos...@suse.com
+
+- Update to version 2.31.0:
+  * Add timeouts to keyring operations (#7580)
+  * Alphabetically sort labels for `pr/issue view` (#7587)
+  * output URL on project commands (#7578)
+  * refactor: nest if (#7596)
+  * Fix alias import clobber flag (#7569)
+  * Fix error handling for extension and shell alias commands (#7567)
+  * chore: pkg imported more than once (#7591)
+  * Added wantErrOut property
+  * Speed up listing extensions by lazy-loading extension information when 
needed (#7493)
+  * build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7
+  * Set upstream remote to track all branches after initial fetch (#7542)
+  * api: output a single JSON array in REST pagination mode (#7190)
+  * Introduce `gh project` commands (#7375)
+  * fix tests
+  * fix test
+  * :nail_care: json export
+  * fixed a type
+  * Codespaces view command updates
+  * build(deps): bump github.com/cli/go-gh/v2 from 2.0.0 to 2.0.1
+  * Use homebrew fork in cli org and update token
+  * Change site deployment ssh key to PAT
+  * Resolve tests/lint errors
+  * update gh auth status to write to stdout on success
+  * Remove unused linter flag
+  * Replace SurveyAskOne with Prompter
+  * Add gist selector option to gist edit command
+  * Improve docs around run rerun job flag (#7527)
+  * Support viewing logs for jobs with composite actions
+  * Fix bash completions for extensions and aliases
+  * fix: Allow aliases to recognize extended commands (#7523)
+  * force method to uppercase (#7514)
+  * api: support array params in GET queries (#7513)
+  * Fix flaky test
+  * Remove unused type
+  * Add test
+  * Fix linting error
+  * Don't display retention period if 0 days
+  * Address comments
+  * Update fields to show
+  * Check if running in a codespace
+  * Add gh cs view command
+  * fix tests
+  * Print empty line between file headers
+  * :nail_care: improve code search output
+  * incorporate code review feedback
+  * remove empty line
+  * change highlight color
+  * adopt changes to User
+  * implement code search
+
+-------------------------------------------------------------------

Old:
----
  cli-2.30.0.tar.gz

New:
----
  cli-2.31.0.tar.gz

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

Other differences:
------------------
++++++ gh.spec ++++++
--- /var/tmp/diff_new_pack.XawxVl/_old  2023-06-22 23:26:39.278023202 +0200
+++ /var/tmp/diff_new_pack.XawxVl/_new  2023-06-22 23:26:39.282023222 +0200
@@ -19,20 +19,17 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:           gh
-Version:        2.30.0
+Version:        2.31.0
 Release:        0
 Summary:        The official CLI for GitHub
 License:        MIT
-Group:          Development/Tools/Other
 URL:            https://cli.github.com/
 Source0:        
https://github.com/cli/cli/archive/v%{version}.tar.gz#/%{sname}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-# Completions
 BuildRequires:  fish
-BuildRequires:  zsh
-# Build/Test requirements
 BuildRequires:  git-core
 BuildRequires:  golang(API) >= 1.18
+BuildRequires:  zsh
 Requires:       git-core
 
 %description
@@ -40,28 +37,17 @@
 
 %package bash-completion
 Summary:        Bash Completion for %{name}
-Group:          Development/Tools/Other
 Requires:       %{name} = %{version}
 Requires:       bash-completion
-%if 0%{?suse_version} == 1315
-Supplements:    packageand(gh:bash-completion)
-%else
 Supplements:    (gh and bash-completion)
-%endif
-BuildArch:      noarch
 
 %description bash-completion
 Bash command line completion support for %{name}.
 
 %package zsh-completion
 Summary:        ZSH Completion for %{name}
-Group:          Development/Tools/Other
 Requires:       %{name} = %{version}
-%if 0%{?suse_version} == 1315
-Supplements:    packageand(gh:zsh)
-%else
 Supplements:    (gh and zsh)
-%endif
 BuildArch:      noarch
 
 %description zsh-completion
@@ -69,13 +55,8 @@
 
 %package fish-completion
 Summary:        Fish completion for %{name}
-Group:          Development/Tools/Other
 Requires:       %{name} = %{version}
-%if 0%{?suse_version} == 1315
-Supplements:    packageand(gh:fish)
-%else
 Supplements:    (gh and fish)
-%endif
 BuildArch:      noarch
 
 %description fish-completion
@@ -89,11 +70,7 @@
 
 %build
 export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
-%if 0%{?suse_version} == 1315
-make %{?_smp_mflags} GH_VERSION="v%{version}" bin/gh manpages
-%else
 %make_build GH_VERSION="v%{version}" bin/gh manpages
-%endif
 
 %install
 bin/gh completion -s bash | install -Dm644 /dev/stdin \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XawxVl/_old  2023-06-22 23:26:39.322023426 +0200
+++ /var/tmp/diff_new_pack.XawxVl/_new  2023-06-22 23:26:39.326023447 +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.30.0</param>
+    <param name="revision">v2.31.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">gz</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">cli-2.30.0.tar.gz</param>
+    <param name="archive">cli-2.31.0.tar.gz</param>
   </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.XawxVl/_old  2023-06-22 23:26:39.346023549 +0200
+++ /var/tmp/diff_new_pack.XawxVl/_new  2023-06-22 23:26:39.350023569 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/cli/cli</param>
-              <param 
name="changesrevision">570a7202c3b331a9fdc39508d3a754c6847b3513</param></service></servicedata>
+              <param 
name="changesrevision">bf7db84ca8b795a38ee47b5e54a8109a917a55bf</param></service></servicedata>
 (No newline at EOF)
 

++++++ cli-2.30.0.tar.gz -> cli-2.31.0.tar.gz ++++++
++++ 17195 lines of diff (skipped)

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

Reply via email to