Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package buildpacks-cli for openSUSE:Factory 
checked in at 2024-11-27 22:14:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildpacks-cli (Old)
 and      /work/SRC/openSUSE:Factory/.buildpacks-cli.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buildpacks-cli"

Wed Nov 27 22:14:30 2024 rev:3 rq:1226877 version:0.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/buildpacks-cli/buildpacks-cli.changes    
2024-08-07 06:10:48.779342395 +0200
+++ /work/SRC/openSUSE:Factory/.buildpacks-cli.new.28523/buildpacks-cli.changes 
2024-11-27 22:16:59.610661934 +0100
@@ -1,0 +2,50 @@
+Wed Nov 27 09:55:16 UTC 2024 - [email protected]
+
+- Update to version 0.36.0:
+  * Emit a performance warning if containerd is enabled and we're
+    exporting to the daemon
+  * build(deps): bump the go-dependencies group across 1 directory
+    with 9 updates
+  * Cleanup after running acceptance tests
+  * Try lifecycle binary 0.20.3
+  * Bump lifecycle binary version also
+  * Fixing lifecycle validation to use fully qualified names
+  * Allow trusted builders by repo and tag
+  * Use released lifecycle
+  * build(deps): bump buildpacks/github-actions from 5.8.0 to 5.8.1
+  * build(deps): bump buildpacks/github-actions from 5.7.4 to 5.8.0
+  * build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to
+    4.5.1
+  * Update actions
+  * Pin BurntSushi/toml as test failures seem related to
+    https://github.com/BurntSushi/toml/issues/417
+  * FIXME: update lifecycle (to non-released version) so that we
+    can bump docker
+  * Bump deps and run tidy
+  * Fix lint
+  * Update go and run tidy
+  * Use an existing directory instead of creating and deleting
+    directories for each '--path' flag case to ensure no temp
+    directories are left behind in case of a test failure.
+  * build(deps): bump github.com/docker/docker
+  * build(deps): bump buildpacks/github-actions from 5.5.4 to 5.7.4
+  * avoid using os.MkdirTemp() to prevent test failures on macOS
+  * rephrase the test description
+  * Make it warns only when a local path with the same string as
+    the specified image name exists
+  * Don't warn about clear-env key while parsing buildpack.toml as
+    this is actually expected.
+  * Fix deletion of ephemeral builder
+  * Improve descriptions for some test cases.
+  * Add a test case for when the 'pack build' is called with the
+    '--path' flag.
+  * Make the 'pack build' command warn that the positional argument
+    will not be treated as the source directory path.
+  * handled case sensitivity
+  * build(deps): bump anchore/scan-action from 3 to 4
+  * Update image references in internal documents and ci settings
+    to use fully qualified names.
+  * Update references to lifecycle image to use fully qualified
+    image name.
+
+-------------------------------------------------------------------

Old:
----
  pack-0.35.1.obscpio
  pack.obsinfo

New:
----
  buildpacks-cli-0.36.0.obscpio
  buildpacks-cli.obsinfo

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

Other differences:
------------------
++++++ buildpacks-cli.spec ++++++
--- /var/tmp/diff_new_pack.jFANny/_old  2024-11-27 22:17:00.190686198 +0100
+++ /var/tmp/diff_new_pack.jFANny/_new  2024-11-27 22:17:00.190686198 +0100
@@ -16,20 +16,20 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 %define executable_name pack
-%define repo_name pack
 
 Name:           buildpacks-cli
-Version:        0.35.1
+Version:        0.36.0
 Release:        0
 Summary:        CLI for building apps using Cloud Native Buildpacks
 License:        Apache-2.0
 URL:            https://github.com/buildpacks/pack
-Source:         %{repo_name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
+BuildRequires:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.22
+BuildRequires:  zsh
 Provides:       pack = %{version}
 Conflicts:      allegro44-tools
 
@@ -72,7 +72,7 @@
 zsh command line completion support for %{name}.
 
 %prep
-%autosetup -p 1 -a 1 -n %{repo_name}-%{version}
+%autosetup -p 1 -a 1
 
 %build
 go build \
@@ -94,8 +94,8 @@
 %{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}
 
 %files
 %doc README.md
@@ -103,16 +103,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
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{executable_name}
+%{_datarootdir}/zsh/site-functions/_%{executable_name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.jFANny/_old  2024-11-27 22:17:00.222687536 +0100
+++ /var/tmp/diff_new_pack.jFANny/_new  2024-11-27 22:17:00.226687704 +0100
@@ -3,16 +3,15 @@
     <param name="url">https://github.com/buildpacks/pack</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.35.1</param>
+    <param name="revision">v0.36.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">buildpacks-cli</param>
   </service>
   <service name="set_version" mode="manual">
-    <param name="basename">pack</param>
   </service>
   <service name="go_modules" mode="manual">
-    <param name="archive">pack-0.35.1.obscpio</param>
   </service>
   <!-- services below are running at buildtime -->
   <service name="tar" mode="buildtime">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.jFANny/_old  2024-11-27 22:17:00.242688373 +0100
+++ /var/tmp/diff_new_pack.jFANny/_new  2024-11-27 22:17:00.246688540 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/buildpacks/pack</param>
-              <param 
name="changesrevision">3a22a7ffef9e69b33ba32fcbfbe6491a09d5397c</param></service></servicedata>
+              <param 
name="changesrevision">92bc87b297695e4ac6baf559bad2efd55aecec1f</param></service></servicedata>
 (No newline at EOF)
 

++++++ buildpacks-cli.obsinfo ++++++
name: buildpacks-cli
version: 0.36.0
mtime: 1731609602
commit: 92bc87b297695e4ac6baf559bad2efd55aecec1f

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/buildpacks-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.buildpacks-cli.new.28523/vendor.tar.gz differ: char 
5, line 1

Reply via email to