Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cf-cli for openSUSE:Factory checked 
in at 2025-10-17 17:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cf-cli (Old)
 and      /work/SRC/openSUSE:Factory/.cf-cli.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cf-cli"

Fri Oct 17 17:27:21 2025 rev:15 rq:1311970 version:8.16.0+git.0.4b92b73e4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cf-cli/cf-cli.changes    2025-08-25 
20:42:01.549963688 +0200
+++ /work/SRC/openSUSE:Factory/.cf-cli.new.18484/cf-cli.changes 2025-10-17 
17:29:51.764304153 +0200
@@ -1,0 +2,25 @@
+Fri Oct 17 07:28:27 UTC 2025 - Berthold Gunreben <[email protected]>
+
+- remove GO111MODULE=off
+- mark license file with %license 
+- add _service file
+- use separate vendor archive
+- remove rpmlint filter
+- require go >= 1.25
+
+-------------------------------------------------------------------
+Fri Oct 17 07:22:31 UTC 2025 - Berthold Gunreben <[email protected]>
+
+- Update to version 8.16.0+git.0.4b92b73e4:
+  * Fix typo in Json unmarshaling (#3582)
+  * Expose existing function in interface (#3581)
+  * Check for chunk size before api call[v8] (#3574)
+  * [v8](go): Bump the dependencies group across 1 directory with 10 updates 
(#3573)
+  * [v8](gha): Bump the dependencies group across 1 directory with 5 updates 
(#3571)
+  * Use CLI Bot account (#3562)
+  * bump go to 1.25 (#3561)
+  * [v8](go): Bump the dependencies group across 1 directory with 13 updates 
(#3559)
+  * [v8](gha): Bump the dependencies group across 1 directory with 3 updates 
(#3558)
+  * skip ssl validation for tests if needed (#3556)
+
+-------------------------------------------------------------------

Old:
----
  cf-cli-rpmlintrc
  v6.51.0.tar.gz

New:
----
  _service
  _servicedata
  cli-8.16.0+git.0.4b92b73e4.tar.gz
  vendor.tar.gz

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

Other differences:
------------------
++++++ cf-cli.spec ++++++
--- /var/tmp/diff_new_pack.xuSOTs/_old  2025-10-17 17:29:52.520335992 +0200
+++ /var/tmp/diff_new_pack.xuSOTs/_new  2025-10-17 17:29:52.524336161 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cf-cli
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,25 +35,23 @@
 
 %define         short_name cf-cli
 Name:           %{short_name}%{?name_ext}
-Version:        6.51.0
+Version:        8.16.0+git.0.4b92b73e4
 Release:        0
 Summary:        Cloud Foundry command line client
 License:        Apache-2.0
 Group:          System/Management
 URL:            https://github.com/cloudfoundry/cli
-Source:         v%{version}.tar.gz
+Source:         cli-%{version}.tar.gz
 Source1:        README
-Source2:        cf-cli-rpmlintrc
+Source2:        vendor.tar.gz
 %if 0%{?_test}
 BuildRequires:  %{short_name} = %{version}
 %else
 BuildRequires:  go
 BuildRequires:  golang-packaging
 BuildRequires:  xz
+BuildRequires:  golang(API) >= 1.25
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
-%{go_nostrip}
-%{go_provides}
 %endif
 
 %description
@@ -65,14 +63,11 @@
 # reason
 touch %{_sourcedir}/%{short_name}
 %else
-%setup -q -c -n %{name}-%{version}
-mv */* ./
+%autosetup -n cli-%{version} -a2
 cp %{SOURCE1} ./
 %endif
 
 %build
-GO111MODULE=off
-export GO111MODULE
 %if 0%{?_test}
 cf --help
 %else
@@ -87,24 +82,22 @@
 %endif
 
 %install
-GO111MODULE=off
-export GO111MODULE
 %if 0%{?_test}
 # disable debug packages in package test to prevent error about missing files
 %define debug_package %{nil}
 %else
 mkdir -p %{buildroot}/%{_bindir}
 cp ../go/bin/cli %{buildroot}/%{_bindir}/cf
-install -m 755 -d %{buildroot}/%{_sysconfdir}/bash_completion.d
-cp ci/installers/completion/cf 
%{buildroot}/%{_sysconfdir}/bash_completion.d/cf.sh
+cp %{SOURCE1} ./
 %endif
 
 %files
 %if 0%{?_test}
+%defattr(-,root,root,-)
 %else
 %defattr(-,root,root,-)
 %{_bindir}/cf
-%config %{_sysconfdir}/bash_completion.d/cf.sh
-%doc LICENSE NOTICE README
+%license LICENSE
+%doc NOTICE README
 %endif
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/cloudfoundry/cli.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
    <param name="revision">v8.16.0</param>
    <param name="changesgenerate">enable</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">cli-*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="set_version" mode="disabled"/>
  <service name="go_modules" mode="disabled">
    <param name="compression">gz</param>
    <param name="archive">cli-*</param>
  </service>
</services>


++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/cloudfoundry/cli.git</param>
              <param 
name="changesrevision">4b92b73e45f5472daa8723c139a981fb01561a84</param></service></servicedata>
(No newline at EOF)

Reply via email to