Hello community,
here is the log from the commit of package golang-github-gorilla-websocket for
openSUSE:Factory checked in at 2017-03-24 02:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-gorilla-websocket (Old)
and /work/SRC/openSUSE:Factory/.golang-github-gorilla-websocket.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-gorilla-websocket"
Fri Mar 24 02:15:38 2017 rev:2 rq:477170 version:0.0.0+git20161231.adf16b3
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-gorilla-websocket/golang-github-gorilla-websocket.changes
2016-08-05 18:15:53.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-gorilla-websocket.new/golang-github-gorilla-websocket.changes
2017-03-24 02:15:39.814925129 +0100
@@ -1,0 +2,51 @@
+Tue Jan 10 13:21:51 UTC 2017 - [email protected]
+
+- Update to version 0.0.0+git20161231.adf16b3:
+ * Fix filewatch example
+ * .travis.yml go vet fix.
+ * Do not shallow copy crypto/tls.Config
+ * Drop Go 1.3 from supported configurations
+ * Fix Read() to return errUnexpectedEOF when EOF is received before all
bytes in the frame have been read
+ * Test truncated frames at all positions
+ * Handle invalid close frames
+ * Meaningful names for hub
+ * Meaningful names for connection, message
+ * Cleanup js in chat example
+ * Reduce memory allocations in NextReader, NextWriter
+ * Use single character receiver names in chat example
+ * Revert "Reduce memory allocations in NextReader, NextWriter"
+ * Reduce memory allocations in NextReader, NextWriter
+ * Add Sec-WebSocket-Extensions header parser
+ * Add Ping/Pong handler getter methods
+ * Coalesce outbound messages in chat example
+ * Implement RFC 6455, section 4.4
+ * Add hooks to support RFC 7692 (per-message compression extension)
+ * Add description to the chat example readme
+ * Update hub.go
+ * Improve chat example
+ * Fix typos in chat example
+ * Simplify dial TLS test
+ * per message compression; only no context modes
+ * Update README to reflect change of Go sub-repo websocket feature
+ * compression: add tests, rename option
+ * add cookie jar to dialer
+ * Test w/ Go 1.7 on Travis
+ * Improve mask performance
+ * Update README.md
+ * Improve chat example
+ * Improve command example
+ * Fix mask alignment
+ * Improve write error handling
+ * Add Conn.[Set]CloseHandler
+ * Fix documentation
+ * Improve WriteMessage fast path
+ * pool flate writers
+ * pool flate readers
+ * Fix up README.md for command example.
+ * Compression improvements
+ * Add safe maskBytes
+
+- Refactoring based on new packaging proposal
+- Add rpmlintrc
+
+-------------------------------------------------------------------
Old:
----
websocket-0.0.0+git20160313.e2e3d84.tar.xz
New:
----
rpmlintrc
websocket-0.0.0+git20161231.adf16b3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-gorilla-websocket.spec ++++++
--- /var/tmp/diff_new_pack.6JnqTM/_old 2017-03-24 02:15:40.514826100 +0100
+++ /var/tmp/diff_new_pack.6JnqTM/_new 2017-03-24 02:15:40.518825534 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package go-gorilla-websocket
+# spec file for package golang
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,17 +16,29 @@
#
-Name: golang-github-gorilla-websocket
-Version: 0.0.0+git20160313.e2e3d84
+%global provider github
+%global provider_tld com
+%global project gorilla
+%global repo websocket
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path %{provider_prefix}
+
+Name: golang-%{provider}-%{project}-%{repo}
+Version: 0.0.0+git20161231.adf16b3
Release: 0
Summary: A WebSocket implementation for Go
License: BSD-2-Clause
Group: Development/Languages/Other
-Url: https://github.com/gorilla/websocket
-Source: websocket-%{version}.tar.xz
+Url: https://%{provider_prefix}
+Source0: %{repo}-%{version}.tar.xz
+Source1: rpmlintrc
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
+
BuildRequires: golang-packaging
BuildRequires: xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
+%{go_nostrip}
%{go_provides}
%description
@@ -35,18 +47,21 @@
It has some features that go-net doesn't have.
%prep
-%setup -q -n websocket-%{version}
+%setup -q -n %{repo}-%{version}
+
+rm -rf example
%build
-%goprep github.com/gorilla/websocket
-%gobuild
+%goprep %{import_path}
+%gobuild .
%install
%goinstall
-%go_filelist
+%gosrc
+%gofilelist
%check
-%gotest github.com/gorilla/websocket
+%gotest %{import_path}
%files -f file.lst
%defattr(-,root,root)
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6JnqTM/_old 2017-03-24 02:15:40.582816480 +0100
+++ /var/tmp/diff_new_pack.6JnqTM/_new 2017-03-24 02:15:40.586815914 +0100
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/gorilla/websocket.git</param>
- <param
name="changesrevision">e2e3d8414d0fbae04004f151979f4e27c6747fe7</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">adf16b31781325cbd41085c5be901d95b4d1f33d</param></service></servicedata>
\ No newline at end of file
++++++ rpmlintrc ++++++
# We are aware of that but shorter names are not possible
addFilter("filename-too-long-for-joliet")
++++++ websocket-0.0.0+git20160313.e2e3d84.tar.xz ->
websocket-0.0.0+git20161231.adf16b3.tar.xz ++++++
++++ 2865 lines of diff (skipped)