Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package etcd for openSUSE:Factory checked in at 2021-05-19 17:48:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etcd (Old) and /work/SRC/openSUSE:Factory/.etcd.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etcd" Wed May 19 17:48:59 2021 rev:27 rq:893672 version:3.4.16 Changes: -------- --- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2021-04-22 18:04:00.810511132 +0200 +++ /work/SRC/openSUSE:Factory/.etcd.new.2988/etcd.changes 2021-05-19 17:49:03.405615999 +0200 @@ -1,0 +2,31 @@ +Thu May 13 13:42:05 UTC 2021 - alexandre.vice...@suse.com + +- Update to version 3.4.16: + * version: 3.4.16 + * Backport-3.4 exclude alarms from health check conditionally + * etcdserver/mvcc: update trace.Step condition + * Backport-3.4 etcdserver/util.go: reduce memory when logging range requests + * .travis,Makefile,functional: Bump go 1.12 version to v1.12.17 + * integration: Fix 'go test --tags cluster_proxy --timeout=30m -v ./integration/...' + * pkg/tlsutil: Adjust cipher suites for go 1.12 + * Fix pkg/tlsutil (test) to not fail on 386. + * bill-of-materials.json: Update golang.org/x/sys + * .travis,test: Turn race off in Travis for go version 1.15 + * integration : fix TestTLSClientCipherSuitesMismatch in go1.13 + * vendor: Run go mod vendor + * go.mod,go.sum: Bump github.com/creack/pty that includes patch + * go.mod,go.sum: Comply with go v1.15 + * etcdserver,wal: Convert int to string using rune() + * integration,raft,tests: Comply with go v1.15 gofmt + * .travis.yml: Test with go v1.15.11 + * pkpkg/testutil/leak.go: Allowlist created by testing.runTests.func1 + * vendor: Run go mod vendor + * go.sum, go.mod: Run go mod tidy with go 1.12 + * go.mod: Pin go to 1.12 version + * etcdserver: fix incorrect metrics generated when clients cancel watches + * integration: relax leader timeout from 3s to 4s + * etcdserver: when using --unsafe-no-fsync write data + * server: Added config parameter experimental-warning-apply-duration + * etcdserver: Fix PeerURL validation + +------------------------------------------------------------------- Old: ---- etcd-3.4.15.tar.gz New: ---- etcd-3.4.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etcd.spec ++++++ --- /var/tmp/diff_new_pack.LcwfzP/_old 2021-05-19 17:49:04.189612711 +0200 +++ /var/tmp/diff_new_pack.LcwfzP/_new 2021-05-19 17:49:04.189612711 +0200 @@ -22,7 +22,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: etcd -Version: 3.4.15 +Version: 3.4.16 Release: 0 Summary: Highly-available key value store for configuration and service discovery License: Apache-2.0 @@ -67,26 +67,19 @@ cp %{SOURCE15} . %build -%{goprep} go.etcd.io/etcd -export GOPATH=$HOME/go -mkdir -pv $HOME/go/src/%{project} -rm -rf $HOME/go/src/%{project}/* -cp -avr * $HOME/go/src/%{project} +%{goprep} %{project} -cd $HOME/go/src/%{project} -go build -v -buildmode=pie -o etcd +mkdir -p ./bin -cd $HOME/go/src/%{project}/etcdctl -go build -v -buildmode=pie -o etcdctl +go build -v -buildmode=pie -mod=vendor -o ./bin/etcd +go build -v -buildmode=pie -mod=vendor -o ./bin/etcdctl ./etcdctl %install -cd $HOME/go/src/%{project} - install -d %{buildroot}/%{_sbindir} -install -D -m 0755 etcd %{buildroot}/%{_sbindir}/etcd +install -D -m 0755 ./bin/etcd %{buildroot}/%{_sbindir}/etcd install -d %{buildroot}/%{_bindir} -install -D -m 0755 etcdctl/etcdctl %{buildroot}/%{_bindir}/etcdctl +install -D -m 0755 ./bin/etcdctl %{buildroot}/%{_bindir}/etcdctl # Service install -D -p -m 0644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}.service ++++++ _service ++++++ --- /var/tmp/diff_new_pack.LcwfzP/_old 2021-05-19 17:49:04.229612543 +0200 +++ /var/tmp/diff_new_pack.LcwfzP/_new 2021-05-19 17:49:04.233612526 +0200 @@ -3,7 +3,7 @@ <param name="url">git://github.com/etcd-io/etcd.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v3.4.15</param> + <param name="revision">v3.4.16</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.LcwfzP/_old 2021-05-19 17:49:04.249612459 +0200 +++ /var/tmp/diff_new_pack.LcwfzP/_new 2021-05-19 17:49:04.249612459 +0200 @@ -3,4 +3,4 @@ <param name="url">https://github.com/coreos/etcd.git</param> <param name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service><service name="tar_scm"> <param name="url">git://github.com/etcd-io/etcd.git</param> - <param name="changesrevision">aa7126864d82e88c477594b8a53f55f2e2408aa3</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">d19fbe541bf9c81e2d69d71d1068bd40c04de200</param></service></servicedata> \ No newline at end of file ++++++ etcd-3.4.15.tar.gz -> etcd-3.4.16.tar.gz ++++++ /work/SRC/openSUSE:Factory/etcd/etcd-3.4.15.tar.gz /work/SRC/openSUSE:Factory/.etcd.new.2988/etcd-3.4.16.tar.gz differ: char 14, line 1 ++++++ vendor.tar.gz ++++++ ++++ 146238 lines of diff (skipped)