Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hcloud-cli for openSUSE:Factory 
checked in at 2024-10-27 11:25:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hcloud-cli (Old)
 and      /work/SRC/openSUSE:Factory/.hcloud-cli.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hcloud-cli"

Sun Oct 27 11:25:20 2024 rev:2 rq:1218411 version:1.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/hcloud-cli/hcloud-cli.changes    2024-10-11 
17:03:56.414765337 +0200
+++ /work/SRC/openSUSE:Factory/.hcloud-cli.new.2020/hcloud-cli.changes  
2024-10-27 11:25:42.051463569 +0100
@@ -1,0 +2,33 @@
+Fri Oct 25 16:55:05 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 1.48.0:
+  * chore(main): release 1.48.0 (#867)
+  * deps: update module github.com/hetznercloud/hcloud-go/v2 to
+    v2.14.0 (#882)
+  * deps: update module github.com/fatih/color to v1.18.0 (#884)
+  * fix(primary-ip): labels ignored in create command (#885)
+  * deps: update module github.com/jedib0t/go-pretty/v6 to v6.6.1
+    (#876)
+  * deps: update module github.com/boumenot/gocover-cobertura to
+    v1.3.0 (#881)
+  * test(e2e): add back check for uniqueness_error in network test
+    (#879)
+  * deps: update module golang.org/x/crypto to v0.28.0 (#878)
+  * deps: update dependency go to v1.23.2
+  * test(e2e): use builder for regexes (#872)
+  * chore: delete unused workflow file (#873)
+  * test(e2e): add end to end testing (#785)
+  * ci: build and test with Go 1.23 (#871)
+  * refactor: prepare for e2e tests (#870)
+  * feat: allow auto-completing context flag (#861)
+  * refactor: re-enable linters, use presets (#866)
+  * feat(primary-ip): allow setting auto-delete on create (#860)
+  * deps: update dependency golangci/golangci-lint
+  * fix(image): only use numerical IDs for label auto-completion
+    (#865)
+  * add comment
+  * disable bugged gosec rule
+  * deps: update dependency golangci/golangci-lint to v1.60.3
+  * deps: update module golang.org/x/crypto to v0.27.0 (#858)
+
+-------------------------------------------------------------------

Old:
----
  hcloud-cli-1.47.0.obscpio

New:
----
  hcloud-cli-1.48.0.obscpio

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

Other differences:
------------------
++++++ hcloud-cli.spec ++++++
--- /var/tmp/diff_new_pack.fErd98/_old  2024-10-27 11:25:43.131508339 +0100
+++ /var/tmp/diff_new_pack.fErd98/_new  2024-10-27 11:25:43.135508506 +0100
@@ -19,14 +19,17 @@
 %define executable_name hcloud
 
 Name:           hcloud-cli
-Version:        1.47.0
+Version:        1.48.0
 Release:        0
 Summary:        A command-line interface for Hetzner Cloud
 License:        MIT
 URL:            https://github.com/hetznercloud/cli
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.22
+BuildRequires:  zsh
 Provides:       hcloud = %{version}
 
 %description
@@ -89,12 +92,12 @@
 %{buildroot}/%{_bindir}/%{executable_name} completion fish > 
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
 
 # create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{executable_name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh_completion.d/_%{executable_name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{executable_name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh/site-functions/_%{executable_name}
 
 %check
 %{buildroot}/%{_bindir}/%{executable_name} version
-%{buildroot}/%{_bindir}/%{executable_name} version | grep "%{version}"
+%{buildroot}/%{_bindir}/%{executable_name} version | grep %{version}
 
 %files
 %doc README.md
@@ -102,15 +105,11 @@
 %{_bindir}/%{executable_name}
 
 %files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
 %{_datarootdir}/bash-completion/completions/%{executable_name}
 
 %files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
 %{_datarootdir}/fish/vendor_completions.d/%{executable_name}.fish
 
 %files -n %{name}-zsh-completion
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{executable_name}
+%{_datarootdir}/zsh/site-functions/_%{executable_name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fErd98/_old  2024-10-27 11:25:43.167509832 +0100
+++ /var/tmp/diff_new_pack.fErd98/_new  2024-10-27 11:25:43.171509997 +0100
@@ -3,10 +3,10 @@
     <param name="url">https://github.com/hetznercloud/cli</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v1.47.0</param>
+    <param name="revision">v1.48.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="changesgenerate">enable</param>
     <param name="filename">hcloud-cli</param>
   </service>
   <service name="set_version" mode="manual">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fErd98/_old  2024-10-27 11:25:43.191510827 +0100
+++ /var/tmp/diff_new_pack.fErd98/_new  2024-10-27 11:25:43.195510993 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/hetznercloud/cli</param>
-              <param 
name="changesrevision">b59cfbfdb338bad3a7b80c0569248a8e3abaad01</param></service></servicedata>
+              <param 
name="changesrevision">0ea077a9a334c6e6a620ea46a5e224dfc7ef901a</param></service></servicedata>
 (No newline at EOF)
 

++++++ hcloud-cli-1.47.0.obscpio -> hcloud-cli-1.48.0.obscpio ++++++
++++ 8300 lines of diff (skipped)

++++++ hcloud-cli.obsinfo ++++++
--- /var/tmp/diff_new_pack.fErd98/_old  2024-10-27 11:25:43.431520775 +0100
+++ /var/tmp/diff_new_pack.fErd98/_new  2024-10-27 11:25:43.435520941 +0100
@@ -1,5 +1,5 @@
 name: hcloud-cli
-version: 1.47.0
-mtime: 1725018131
-commit: b59cfbfdb338bad3a7b80c0569248a8e3abaad01
+version: 1.48.0
+mtime: 1729861062
+commit: 0ea077a9a334c6e6a620ea46a5e224dfc7ef901a
 

++++++ vendor.tar.gz ++++++
++++ 47466 lines of diff (skipped)

Reply via email to