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

2019-11-12 Thread root
Hello community,

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

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


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

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

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-org-x-net-html/golang-org-x-net-html.changes  
2017-09-14 21:13:49.158367698 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-net-html.new.2990/golang-org-x-net-html.changes
2019-11-12 11:58:21.251530763 +0100
@@ -1,0 +2,15 @@
+Tue Nov 05 11:06:20 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-html.spec ++
--- /var/tmp/diff_new_pack.30Eieq/_old  2019-11-12 11:58:21.783531330 +0100
+++ /var/tmp/diff_new_pack.30Eieq/_new  2019-11-12 11:58:21.787531334 +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}-html
-Version:0.0.0+git20170424.da118f7
+Version:1.12+git20190812.cdfb69a
 Release:0
 Summary:Package html implements an HTML5-compliant tokenizer and parser
 License:BSD-3-Clause
@@ -62,6 +62,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.30Eieq/_old  2019-11-12 11:58:21.811531359 +0100
+++ /var/tmp/diff_new_pack.30Eieq/_new  2019-11-12 11:58:21.811531359 +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-html for openSUSE:Factory

2017-09-14 Thread root
Hello community,

here is the log from the commit of package golang-org-x-net-html for 
openSUSE:Factory checked in at 2017-09-14 21:13:48

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


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

Thu Sep 14 21:13:48 2017 rev:2 rq:500749 version:0.0.0+git20170424.da118f7

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-org-x-net-html/golang-org-x-net-html.changes  
2017-06-01 16:30:38.108884361 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-net-html.new/golang-org-x-net-html.changes
 2017-09-14 21:13:49.158367698 +0200
@@ -1,0 +2,31 @@
+Fri Jun  2 07:48:16 UTC 2017 - th...@suse.de
+
+- Use full tarball and include %doc section
+
+---
+Thu Jun  1 13:54:58 UTC 2017 - th...@suse.de
+
+- Remove net/html/charset to avoid cyclic dependency 
+
+---
+Fri Apr 28 18:42:32 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 0.0.0+git20170424.da118f7:
+  * x/net/html: Sync the html parser and atom with the current whatwg spec
+  * x/net/html/charset: Change NewReaderByName to NewReaderLabel.
+  * html/charset/testdata: update licensing info in README
+  * html: Use existing standard library interface internally.
+  * html: remove license references from benchmark test data
+  * html/charmap: update table with latest data
+  * html/charset: use x/text/encoding/htmlindex
+  * html/charset: handle unsupported code points for encoding
+  * html/charset: verify correct UTF-8 behavior
+  * html/charset: replace EUC-KR test
+
+---
+Fri Apr 28 18:40:10 UTC 2017 - jmassaguer...@suse.com
+
+- Only package and build golang.org/x/net/websocketto prevent problems with
+  build requirements of golang.org/x/net
+
+---

Old:

  net-0.0.0+git20170227.906cda9.tar.xz

New:

  net-0.0.0+git20170424.da118f7.tar.xz



Other differences:
--
++ golang-org-x-net-html.spec ++
--- /var/tmp/diff_new_pack.SvQEaw/_old  2017-09-14 21:13:52.109952247 +0200
+++ /var/tmp/diff_new_pack.SvQEaw/_new  2017-09-14 21:13:52.113951684 +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}-html
-Version:0.0.0+git20170227.906cda9
+Version:0.0.0+git20170424.da118f7
 Release:0
 Summary:Package html implements an HTML5-compliant tokenizer and parser
 License:BSD-3-Clause
@@ -45,6 +45,8 @@
 
 %prep
 %setup -q -n %{repo}-%{version}
+rm -rf $(find * -type d | grep -v '^html')
+rm -rf html/charset
 
 %build
 %goprep %{import_path}
@@ -52,7 +54,6 @@
 
 %install
 %goinstall
-rm -rf $(find %{_builddir}/go/src/%{import_path}/* | grep -v net/html)
 %gosrc
 %gofilelist
 
@@ -61,5 +62,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)