Hello community,
here is the log from the commit of package golang-org-x-net-websocket for
openSUSE:Factory checked in at 2017-09-14 21:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-net-websocket (Old)
and /work/SRC/openSUSE:Factory/.golang-org-x-net-websocket.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-org-x-net-websocket"
Thu Sep 14 21:13:38 2017 rev:2 rq:500593 version:0.0.0+git20170424.da118f7
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-org-x-net-websocket/golang-org-x-net-websocket.changes
2017-06-01 16:30:50.459142964 +0200
+++
/work/SRC/openSUSE:Factory/.golang-org-x-net-websocket.new/golang-org-x-net-websocket.changes
2017-09-14 21:13:39.563718196 +0200
@@ -1,0 +2,25 @@
+Fri Jun 2 08:09:38 UTC 2017 - [email protected]
+
+- Use full tarball and include %doc section
+
+-------------------------------------------------------------------
+Fri Apr 28 17:58:54 UTC 2017 - [email protected]
+
+- Only package and build golang.org/x/net/websocket. Otherwise, we were
creating
+ a "dependency cycle" because we were building golang.org/x/net which depends
+ on golang.org/x/text, which depends on golang.org/x/tools, which depends on
+ golang.org/x/net/websocket, which will try to build golang.org/x/net.
+
+- Update to version 0.0.0+git20170424.da118f7:
+ * websocket: handle solicited and unsolicited Ping/Pong frames correctly
+ * websocket: don't send IPv6 zone identifier in outbound request, per RFC
6874
+ * websocket: Be explicit about goroutine safety
+ * websocket: remove redundant error handling
+ * websocket: fix Read behaviour in hybiFrameReader.Read
+ * websocket: use net.Dialer to open tcp connection
+ * websocket: limit incoming payload size
+ * websocket: use of crypto/rand package in test
+ * websocket: drop support for go1.4 or below
+ * websocket: mention the gorilla package
+
+-------------------------------------------------------------------
Old:
----
net-0.0.0+git20170227.906cda9.tar.xz
New:
----
net-0.0.0+git20170424.da118f7.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-org-x-net-websocket.spec ++++++
--- /var/tmp/diff_new_pack.KdERHC/_old 2017-09-14 21:13:40.327610674 +0200
+++ /var/tmp/diff_new_pack.KdERHC/_new 2017-09-14 21:13:40.327610674 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package golang-org-x
+# spec file for package golang
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -24,7 +24,7 @@
%global import_path golang.org/x/net
Name: golang-org-x-%{repo}-websocket
-Version: 0.0.0+git20170227.906cda9
+Version: 0.0.0+git20170424.da118f7
Release: 0
Summary: Websocket implements a client and server for the WebSocket
protocol
License: BSD-3-Clause
@@ -45,6 +45,7 @@
%prep
%setup -q -n %{repo}-%{version}
+rm -rf $(find * -type d | grep -v '^websocket')
%build
%goprep %{import_path}
@@ -52,7 +53,6 @@
%install
%goinstall
-rm -rf $(find %{_builddir}/go/src/%{import_path}/* | grep -v net/websocket)
%gosrc
%gofilelist
@@ -61,5 +61,6 @@
%files -f file.lst
%defattr(-,root,root,-)
+%doc AUTHORS CONTRIBUTORS LICENSE PATENTS README
%changelog
++++++ net-0.0.0+git20170227.906cda9.tar.xz ->
net-0.0.0+git20170424.da118f7.tar.xz ++++++
++++ 10375 lines of diff (skipped)