Hello community, here is the log from the commit of package coredns for openSUSE:Leap:15.2 checked in at 2020-03-29 14:55:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/coredns (Old) and /work/SRC/openSUSE:Leap:15.2/.coredns.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coredns" Sun Mar 29 14:55:48 2020 rev:2 rq:789152 version:1.6.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/coredns/coredns.changes 2020-02-21 10:48:58.906876371 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.coredns.new.3160/coredns.changes 2020-03-29 14:55:49.227163869 +0200 @@ -1,0 +2,16 @@ +Wed Mar 25 13:51:22 UTC 2020 - Michal Jura <[email protected]> + +- Update to version 1.6.7: + * Required by Kubernetes 1.18 + * make -f Makefile.doc (#3633) + * Update date on notes (#3632) + * Remove all shell presubmits (#3631) + * presubmit tests (#3630) + * presubmit: add whitespace test in go (#3629) + * auto go mod tidy + * build(deps): bump k8s.io/client-go from 0.17.1 to 0.17.2 (#3621) + * auto go mod tidy + * build(deps): bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.9 (#3625) + * build(deps): bump github.com/prometheus/common from 0.7.0 to 0.9.1 (#3622) + +------------------------------------------------------------------- Old: ---- coredns-1.6.5.tar.xz vendor.tar.xz New: ---- coredns-1.6.7.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coredns.spec ++++++ --- /var/tmp/diff_new_pack.pQ8zMM/_old 2020-03-29 14:55:49.783164303 +0200 +++ /var/tmp/diff_new_pack.pQ8zMM/_new 2020-03-29 14:55:49.787164306 +0200 @@ -1,7 +1,7 @@ # # spec file for package coredns # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %define project github.com/coredns/coredns Name: coredns -Version: 1.6.5 +Version: 1.6.7 Release: 0 Summary: DNS server written in Go License: Apache-2.0 Group: Productivity/Networking/DNS/Servers URL: https://coredns.io Provides: dns_daemon -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.gz +Source1: vendor.tar.gz Source10: Corefile Source11: coredns.service BuildRequires: fdupes ++++++ _service ++++++ --- /var/tmp/diff_new_pack.pQ8zMM/_old 2020-03-29 14:55:49.835164343 +0200 +++ /var/tmp/diff_new_pack.pQ8zMM/_new 2020-03-29 14:55:49.835164343 +0200 @@ -2,21 +2,18 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/coredns/coredns</param> <param name="scm">git</param> - <param name="filename">coredns</param> - <param name="versionformat">1.6.5</param> - <param name="revision">v1.6.5</param> + <param name="exclude">.git</param> + <param name="revision">v1.6.7</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="changesgenerate">enable</param> + <param name="versionrewrite-pattern">v(.*)</param> </service> - - <service name="set_version" mode="disabled"> - <param name="basename">coredns</param> + <service mode="disabled" name="set_version"> </service> - <service name="recompress" mode="disabled"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">gz</param> </service> - <service name="go_modules" mode="disabled"> - <param name="archive">coredns-1.6.5.tar.gz</param> </service> </services>
