Hello community,
here is the log from the commit of package golang-org-x-net-context for
openSUSE:Factory checked in at 2017-09-14 21:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-org-x-net-context (Old)
and /work/SRC/openSUSE:Factory/.golang-org-x-net-context.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-org-x-net-context"
Thu Sep 14 21:13:43 2017 rev:2 rq:500594 version:0.0.0+git20170424.da118f7
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-org-x-net-context/golang-org-x-net-context.changes
2017-06-01 16:30:32.309702052 +0200
+++
/work/SRC/openSUSE:Factory/.golang-org-x-net-context.new/golang-org-x-net-context.changes
2017-09-14 21:13:44.643003259 +0200
@@ -1,0 +2,26 @@
+Fri Jun 2 08:03:22 UTC 2017 - [email protected]
+
+- Use full tarball and include %doc section
+
+-------------------------------------------------------------------
+Fri Apr 28 18:46:25 UTC 2017 - [email protected]
+
+- Update to version 0.0.0+git20170424.da118f7:
+ * context/ctxhttp: remove pre-Go 1.5 support
+ * context: fix doc typo
+ * context: correct spelling of TODO in comment
+ * context/ctxhttp: add a specialized minimal version for Go 1.7
+ * context/ctxhttp: if context is canceled, return its error
+ * context: use Go 1.8 type alias for CancelFunc and Context
+ * Revert "context: use Go 1.8 type alias for CancelFunc and Context"
+ * context: deflake tests under Go 1.6
+ * all: single space after period
+ * context/ctxhttp: close httptest server
+
+-------------------------------------------------------------------
+Fri Apr 28 18:45:45 UTC 2017 - [email protected]
+
+- 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-context.spec ++++++
--- /var/tmp/diff_new_pack.iuzj0a/_old 2017-09-14 21:13:48.506459457 +0200
+++ /var/tmp/diff_new_pack.iuzj0a/_new 2017-09-14 21:13:48.510458894 +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}-context
-Version: 0.0.0+git20170227.906cda9
+Version: 0.0.0+git20170424.da118f7
Release: 0
Summary: Context defines the Context type
License: BSD-3-Clause
@@ -45,6 +45,7 @@
%prep
%setup -q -n %{repo}-%{version}
+rm -rf $(find * -type d | grep -v '^context')
%build
%goprep %{import_path}
@@ -52,7 +53,6 @@
%install
%goinstall
-rm -rf $(find %{_builddir}/go/src/%{import_path}/* | grep -v net/context)
%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)