Hello community,

here is the log from the commit of package etcd for openSUSE:Factory checked in 
at 2019-10-23 15:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/etcd (Old)
 and      /work/SRC/openSUSE:Factory/.etcd.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "etcd"

Wed Oct 23 15:47:53 2019 rev:19 rq:736836 version:3.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/etcd/etcd.changes        2019-07-24 
20:36:23.490568449 +0200
+++ /work/SRC/openSUSE:Factory/.etcd.new.2352/etcd.changes      2019-10-23 
15:47:56.170505602 +0200
@@ -1,0 +2,85 @@
+Thu Oct 10 09:50:11 UTC 2019 - [email protected]
+
+- Update to version 3.3.15:
+  * version: 3.3.15
+  * vendor: regenerate
+  * go.mod: remove, change back to "glide"
+  * version: 3.3.14
+  * Documentation/upgrades: special upgrade guides for >= 3.3.14
+  * version: 3.3.14-rc.0
+  * vendor: regenerate
+  * go.mod: regenerate
+  * gitignore: track vendor directory
+  * *: test with Go 1.12.9
+  * version: 3.3.14-beta.0
+  * tests/e2e: add missing curl
+  * e2e: move
+  * test: do not run "v2store" tests
+  * test: bump up timeout for e2e tests
+  * travis: fix functional tests
+  * functional: add back, travis
+  * auth: fix tests
+  * travis: do not run functional for now
+  * travis: skip windows build
+  * test: fix repo path
+  * tests/e2e: fix
+  * build: remove tools
+  * integration: fix tests
+  * integration: fix "HashKVRequest"
+  * functional: update
+  * travis.yml: fix, run e2e
+  * integration: update
+  * etcdserver: detect leader change on reads
+  * clientv3: rewrite based on 3.4
+  * raft: fix compile error in "Panic"
+  * pkg/*: add
+  * etcdserver/api/v3rpc: support watch fragmentation
+  * tests: update
+  * *: regenerate proto
+  * etcdserver/etcdserverpb/rpc.proto: add watch progress/fragment
+  * vendor: regenerate, upgrade gRPC to 1.23.0
+  * go.mod: migrate to Go module
+  * scripts: update release, genproto, dep
+  * Makefile/build: sync with 3.4 branch
+  * *: use new adt.IntervalTree interface
+  * pkg/adt: remove TODO
+  * pkg/adt: fix interval tree black-height property based on rbtree
+  * pkg/adt: document textbook implementation with pseudo-code
+  * pkg/adt: mask test failure, add TODO
+  * pkg/adt: add "IntervalTree.Delete" failure case
+  * pkg/adt: test node "11" deletion
+  * pkg/adt: README "IntervalTree.Delete" test case images
+  * pkg/adt: README initial commit
+  * pkg/adt: add "visitLevel", make "IntervalTree" interface, more tests
+  * pkg: clean up code format
+  * travis: update
+  * etcdserver: add "etcd_server_snapshot_apply_inflights_total"
+  * etcdserver/api: add "etcd_network_snapshot_send_inflights_total", 
"etcd_network_snapshot_receive_inflights_total"
+  * Raft HTTP: fix pause/resume race condition
+  * ctlv3: add missing newline in EndpointHealth
+  * ctlv3: support "write-out" for "endpoint health" command
+  *  etcd: Replace ghodss/yaml with sigs.k8s.io/yaml
+  * version: bump up 3.3.13
+  * clientv3: fix race condition in "Endpoints" methods
+  * etcdserver: improve heartbeat send failures logging
+  * Documentation metadata for 3.3 branch (#10692)
+  * vendor: add missing files
+  * vendor: Run scripts/updatedeps.sh to cleanup unused code
+  * client: Switch to case sensitive unmarshalling to be compatible with ugorji
+  * *: update bill-of-materials
+  * vendor: Add json-iterator and its dependencies
+  * scripts: Remove generated code and script
+  * client: Replace ugorji/codec with json-iterator/go
+  * mvcc: fix db_compaction_total_duration_milliseconds
+  * wal: Add test for Verify
+  * wal: add Verify function to perform corruption check on wal contents
+  * *: Change gRPC proxy to expose etcd server endpoint /metrics
+  * travis: fix tests by using proper code path
+  * etcdserver: Use panic instead of fatal on no space left error
+  * raft: cherry pick of #8334 to release-3.3
+  * travis.yml: update Go 1.10.8
+  * version: 3.3.12
+  * etcdctl: fix strings.HasPrefix args order
+  * version: 3.3.11+git
+
+-------------------------------------------------------------------

Old:
----
  etcd-3.3.11.tar.xz

New:
----
  etcd-3.3.15.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ etcd.spec ++++++
--- /var/tmp/diff_new_pack.PbjJ7K/_old  2019-10-23 15:47:56.642506113 +0200
+++ /var/tmp/diff_new_pack.PbjJ7K/_new  2019-10-23 15:47:56.646506117 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           etcd
-Version:        3.3.11
+Version:        3.3.15
 Release:        0
 Summary:        Highly-available key value store for configuration and service 
discovery
 License:        Apache-2.0
@@ -36,9 +36,8 @@
 BuildRequires:  shadow
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.11
-# go1.11.3 contains sec. fixes bsc#1118897(CVE-2018-16873) 
bsc#1118897(CVE-2018-16873) bsc#1118899(CVE-2018-16875)
-BuildRequires:  go1.11 >= 1.11.3
+BuildRequires:  golang(API) = 1.12
+BuildRequires:  go1.12 >= 1.12.9
 ExcludeArch:    %ix86
 Requires(post): %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -71,8 +70,8 @@
 
 %build
 %{goprep} github.com/coreos/etcd
-%{gobuild} cmd/etcd
-%{gobuild} cmd/etcdctl
+%{gobuild} .
+%{gobuild} etcdctl
 
 %install
 %{goinstall}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PbjJ7K/_old  2019-10-23 15:47:56.682506155 +0200
+++ /var/tmp/diff_new_pack.PbjJ7K/_new  2019-10-23 15:47:56.682506155 +0200
@@ -4,8 +4,8 @@
     <param name="url">https://github.com/coreos/etcd.git</param>
     <param name="exclude">.git</param>
     <param name="filename">etcd</param>
-    <param name="versionformat">3.3.11</param>
-    <param name="revision">v3.3.11</param>
+    <param name="versionformat">3.3.15</param>
+    <param name="revision">v3.3.15</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.PbjJ7K/_old  2019-10-23 15:47:56.702506177 +0200
+++ /var/tmp/diff_new_pack.PbjJ7K/_new  2019-10-23 15:47:56.702506177 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/coreos/etcd.git</param>
-              <param 
name="changesrevision">2cf9e51d2a78003b164c2998886158e60ded1cbb</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">94745a4eed0425653b3b4275a208d38babceeaec</param></service></servicedata>
\ No newline at end of file

++++++ etcd-3.3.11.tar.xz -> etcd-3.3.15.tar.xz ++++++
++++ 858813 lines of diff (skipped)


Reply via email to