commit golang-org-x-net-websocket for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package golang-org-x-net-websocket for 
openSUSE:Factory checked in at 2019-11-12 11:56:36

Comparing /work/SRC/openSUSE:Factory/golang-org-x-net-websocket (Old)
 and  /work/SRC/openSUSE:Factory/.golang-org-x-net-websocket.new.2990 (New)


Package is "golang-org-x-net-websocket"

Tue Nov 12 11:56:36 2019 rev:3 rq:747497 version:1.12+git20190812.cdfb69a

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-org-x-net-websocket/golang-org-x-net-websocket.changes
2017-09-14 21:13:39.563718196 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-net-websocket.new.2990/golang-org-x-net-websocket.changes
  2019-11-12 11:58:20.343529795 +0100
@@ -1,0 +2,15 @@
+Tue Nov 05 11:10:41 UTC 2019 - mroste...@opensuse.org
+
+- Update to version 1.12+git20190812.cdfb69a:
+  * [release-branch.go1.12] http2: limit number of control frames in server 
send queue
+  * http2/h2demo: fix the HTTP/1-vs-HTTP/2 demo after HSTS breakage
+  * html: update inSelectIM and inSelectInTableIM for the latest spec
+  * html: make (*nodeStack)contains distinguish namespace
+  * http2: Revert a closed stream cannot receive data
+  * trace: tighten the check for duplicate registration
+  * route: update package docs
+  * route: fix TestRouteMessage
+  * proxy: support socks5h scheme in proxy URL
+  * ipv4, ipv6: directly initialize ctlOpts and sockOpts
+
+---

Old:

  net-0.0.0+git20170424.da118f7.tar.xz

New:

  net-1.12+git20190812.cdfb69a.tar.xz



Other differences:
--
++ golang-org-x-net-websocket.spec ++
--- /var/tmp/diff_new_pack.nhP27T/_old  2019-11-12 11:58:20.779530260 +0100
+++ /var/tmp/diff_new_pack.nhP27T/_new  2019-11-12 11:58:20.779530260 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 %global import_path golang.org/x/net
 
 Name:   golang-org-x-%{repo}-websocket
-Version:0.0.0+git20170424.da118f7
+Version:1.12+git20190812.cdfb69a
 Release:0
 Summary:Websocket implements a client and server for the WebSocket 
protocol
 License:BSD-3-Clause
@@ -61,6 +61,6 @@
 
 %files -f file.lst
 %defattr(-,root,root,-)
-%doc AUTHORS CONTRIBUTORS LICENSE PATENTS README
+%doc AUTHORS CONTRIBUTORS LICENSE PATENTS README.md
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.nhP27T/_old  2019-11-12 11:58:20.807530290 +0100
+++ /var/tmp/diff_new_pack.nhP27T/_new  2019-11-12 11:58:20.807530290 +0100
@@ -3,8 +3,8 @@
 https://github.com/golang/net
 git
 .git
-0.0.0+git%cd.%h
-master
+1.12+git%cd.%h
+release-branch.go1.12
 enable
   
   

++ net-0.0.0+git20170424.da118f7.tar.xz -> 
net-1.12+git20190812.cdfb69a.tar.xz ++
 76174 lines of diff (skipped)




commit golang-org-x-net-websocket for openSUSE:Factory

2017-09-14 Thread root
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 - th...@suse.de
+
+- Use full tarball and include %doc section 
+
+---
+Fri Apr 28 17:58:54 UTC 2017 - opensuse-packag...@opensuse.org
+
+- 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)