Hello community, here is the log from the commit of package coredns for openSUSE:Factory checked in at 2020-03-27 21:55:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coredns (Old) and /work/SRC/openSUSE:Factory/.coredns.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coredns" Fri Mar 27 21:55:32 2020 rev:10 rq:788346 version:1.6.7 Changes: -------- --- /work/SRC/openSUSE:Factory/coredns/coredns.changes 2020-01-13 22:15:02.462337797 +0100 +++ /work/SRC/openSUSE:Factory/.coredns.new.3160/coredns.changes 2020-03-27 21:55:47.782740365 +0100 @@ -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.NNKLy7/_old 2020-03-27 21:55:48.834740976 +0100 +++ /var/tmp/diff_new_pack.NNKLy7/_new 2020-03-27 21:55:48.838740979 +0100 @@ -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.NNKLy7/_old 2020-03-27 21:55:48.870740997 +0100 +++ /var/tmp/diff_new_pack.NNKLy7/_new 2020-03-27 21:55:48.870740997 +0100 @@ -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>
