Hello community, here is the log from the commit of package container-diff for openSUSE:Factory checked in at 2018-02-23 15:31:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/container-diff (Old) and /work/SRC/openSUSE:Factory/.container-diff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "container-diff" Fri Feb 23 15:31:36 2018 rev:2 rq:579336 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/container-diff/container-diff.changes 2018-02-02 22:21:32.879932163 +0100 +++ /work/SRC/openSUSE:Factory/.container-diff.new/container-diff.changes 2018-02-23 15:32:01.273703180 +0100 @@ -1,0 +2,14 @@ +Thu Feb 22 20:36:14 UTC 2018 - [email protected] + +- Cleanup spec file with spec-cleaner. + +- Use golang-package macro to strip binaries. + +- Update container-diff to v0.7.0: + * Download remote:// images in RPMAnalyzer + * Add support for custom formatting strings + * Refactors to the cache and image unpacking code + * Add Label to ConfigObject + * Add MutableSource for basic image modifications + +------------------------------------------------------------------- Old: ---- container-diff-0.6.2.tar.xz New: ---- container-diff-0.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ container-diff.spec ++++++ --- /var/tmp/diff_new_pack.MiqvaB/_old 2018-02-23 15:32:02.361663871 +0100 +++ /var/tmp/diff_new_pack.MiqvaB/_new 2018-02-23 15:32:02.381663148 +0100 @@ -11,32 +11,26 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -# Remove stripping of Go binaries. -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true -# Project name when using go tooling. -%define project github.com/GoogleCloudPlatform/container-diff +%define project github.com/GoogleCloudPlatform/container-diff Name: container-diff -Version: 0.6.2 +Version: 0.7.0 Release: 0 Summary: Analyze and compare container images License: Apache-2.0 Group: System/Management -URL: https://github.com/GoogleCloudPlatform/container-diff - -# Sources +Url: https://github.com/GoogleCloudPlatform/container-diff Source0: %{name}-%{version}.tar.xz - -# Build-time requirements BuildRequires: fdupes BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.7 - -# Run-time requirements Requires: docker +# disable stripping of binaries +%{go_nostrip} %description container-diff is a tool for analyzing and comparing container images. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MiqvaB/_old 2018-02-23 15:32:02.449660691 +0100 +++ /var/tmp/diff_new_pack.MiqvaB/_new 2018-02-23 15:32:02.449660691 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/GoogleCloudPlatform/container-diff</param> <param name="scm">git</param> -<param name="versionformat">0.6.2</param> -<param name="revision">v0.6.2</param> +<param name="versionformat">0.7.0</param> +<param name="revision">v0.7.0</param> </service> <service name="recompress" mode="disabled"> <param name="file">container-diff-*.tar</param> ++++++ container-diff-0.6.2.tar.xz -> container-diff-0.7.0.tar.xz ++++++ ++++ 29708 lines of diff (skipped)
