Hello community, here is the log from the commit of package container-diff for openSUSE:Factory checked in at 2018-11-10 16:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/container-diff (Old) and /work/SRC/openSUSE:Factory/.container-diff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "container-diff" Sat Nov 10 16:58:21 2018 rev:7 rq:645686 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/container-diff/container-diff.changes 2018-06-29 22:35:22.974054806 +0200 +++ /work/SRC/openSUSE:Factory/.container-diff.new/container-diff.changes 2018-11-10 16:59:25.835749695 +0100 @@ -1,0 +2,24 @@ +Wed Oct 31 08:14:13 UTC 2018 - David Cassany <[email protected]> + +- Update container-diff to v0.13.1 + * Fix docker library dependency overrides #269 + * Update go-containerregistry to pick up docker API client negotiation #267 + * Fix unintended variable shadowing #263 + * Change the default analysis type from apt to size #266 + +------------------------------------------------------------------- +Wed Oct 10 09:34:27 UTC 2018 - David Cassany <[email protected]> + +- Update container-diff to v0.12.0 + * Add script to list all pull requests for each release #258 + * Fix deps #260 + * Backfill changelog #257 + * Add maintainers file and new issue template #259 + * Add size analyzer #256 + * Fix destination path for clone in contrib guidance. #255 + * Add rpmlayer differ #252 + * Handle error gracefully when we can't retrieve an image #251 + * Layered analysis for single version packages #248 + * Reuse cached filesystems for layers #247 + +------------------------------------------------------------------- Old: ---- container-diff-0.11.0.tar.xz New: ---- container-diff-0.13.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ container-diff.spec ++++++ --- /var/tmp/diff_new_pack.SqULhz/_old 2018-11-10 16:59:26.571748795 +0100 +++ /var/tmp/diff_new_pack.SqULhz/_new 2018-11-10 16:59:26.571748795 +0100 @@ -18,15 +18,15 @@ %define project github.com/GoogleContainerTools/container-diff Name: container-diff -Version: 0.11.0 +Version: 0.13.1 Release: 0 Summary: Analyze and compare container images License: Apache-2.0 Group: System/Management URL: https://github.com/GoogleCloudPlatform/container-diff Source0: %{name}-%{version}.tar.xz -BuildRequires: golang(API) >= 1.7 BuildRequires: golang-packaging +BuildRequires: golang(API) >= 1.7 Recommends: docker # disable stripping of binaries %{go_nostrip} @@ -75,7 +75,9 @@ cd $HOME/go/src/%{project} # Test container-diff. Exclude ppc64le, which has known issue with gotest. -PKG_LIST=$(go list ./... | grep -v %{project}/vendor}) +# Also exclude cmd/diff_test.go as it requires pulling remote images +PKG_LIST=$(go list ./... | grep -v "%{project}/vendor") +mv cmd/diff_test.go cmd/diff_test.go.exclude %ifnarch ppc64le go test $PKG_LIST %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SqULhz/_old 2018-11-10 16:59:26.603748756 +0100 +++ /var/tmp/diff_new_pack.SqULhz/_new 2018-11-10 16:59:26.603748756 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/GoogleContainerTools/container-diff</param> <param name="scm">git</param> -<param name="versionformat">0.11.0</param> -<param name="revision">v0.11.0</param> +<param name="versionformat">0.13.1</param> +<param name="revision">master</param> </service> <service name="recompress" mode="disabled"> <param name="file">container-diff-*.tar</param> ++++++ container-diff-0.11.0.tar.xz -> container-diff-0.13.1.tar.xz ++++++ ++++ 249479 lines of diff (skipped)
