Hello community,
here is the log from the commit of package rubygem-eventmachine for
openSUSE:Factory checked in at 2016-04-28 16:53:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-eventmachine (Old)
and /work/SRC/openSUSE:Factory/.rubygem-eventmachine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-eventmachine"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-eventmachine/rubygem-eventmachine.changes
2015-09-30 05:48:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-eventmachine.new/rubygem-eventmachine.changes
2016-04-28 16:56:22.000000000 +0200
@@ -1,0 +2,70 @@
+Sat Mar 19 05:29:44 UTC 2016 - [email protected]
+
+- updated to version 1.2.0.1
+ see installed CHANGELOG.md
+
+ ## 1.2.0.1 (March 15, 2016)
+ * Fix crash when accepting IPv6 connections due to struct sockaddr_in [#698,
#699]
+
+-------------------------------------------------------------------
+Tue Mar 15 05:30:07 UTC 2016 - [email protected]
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+ ## 1.2.0 (March 15, 2016)
+ * Integrate work from the EventMachine-LE 1.1.x versions [#570]
+ * Add start_tls options :ecdh_curve, :dhparam, :fail_if_no_peer_cert [#195,
#275, #399, #665]
+ * Add start_tls option :ssl_version for choosing SSL/TLS versions and
ciphers [#359, #348, #603, #654]
+ * Add start_tls option :sni_hostname to be passed to TLS params [#593]
+ * Add method EM::Channel#num_subscribers to get the number of subscribers to
a channel [#640]
+ * Add support for proc-sources in EM::Iterator [#639]
+ * Factor out method cleanup_machine to cleanup code from EM.run [#650]
+ * Replace Exception class with StandardError [#637]
+ * Close socket on close_connection even after close_connection_after_writing
[#694]
+ * Allow reusing of datagram socket/setting bind device [#662]
+ * Handle deferred exceptions in reactor thread [#486]
+ * Reimplement Queue to avoid shift/push performance problem [#311]
+ * Windows: Switch from gethostbyname to getaddrinfo, support IPv6 addresses
[#303, #630]
+ * Windows: Use rake-compiler-dock to cross-compile gems [#627]
+ * Windows: Add AppVeyor configuration for Windows CI testing [#578]
+ * Windows: Bump rake-compiler to version 0.9.x [#542]
+ * Fix compilation on AIX (w/ XLC) [#693]
+ * Fix build on OpenBSD [#690]
+ * Fix OpenSSL compile issue on AIX 7.1 [#678]
+ * Fix EventMachine.fork_reactor keeps the threadpool of the original process
[#425]
+ * Fix to prevent event machine from stopping when a raise is done in an
unbind [#327]
+
+-------------------------------------------------------------------
+Thu Jan 21 05:34:22 UTC 2016 - [email protected]
+
+- updated to version 1.0.9.1
+ see installed CHANGELOG.md
+
+ ## 1.0.9.1 (January 14, 2016)
+ * Fix EPROTO not defined on Windows [#676]
+ * Fix missing cast to struct sockaddr * [#671]
+ * Fix bug in OpenSSL path detection [#675]
+
+-------------------------------------------------------------------
+Thu Jan 14 05:37:55 UTC 2016 - [email protected]
+
+- updated to version 1.0.9
+ see installed CHANGELOG.md
+
+ ## 1.0.9 (January 13, 2016)
+ * Try more ways to detect OpenSSL [#602, #643, #661, #663, #668, #669]
+ * Use WSAGetLastError in pipe.cpp same as ed.cpp [#659]
+ * Test compiler flags with the C++ compiler and add them to CXXFLAGS [#634,
#651]
+ * Restore silent-fail on unsupported EM.epoll and EM.kqueue [#638, #649]
+ * getDescriptorByFileno deprecated in JRuby 1.7.x, removed in JRuby 9000
[#642, #648]
+ * Add -Wno-address always-true because on Windows rb_fd_select [#578]
+ * Remove the WITHOUT_SSL constant [#578]
+ * Fix SSL error when the server replies a TLS Alert to our ClientHello
[#544, #653]
+ * Use WSAStringToAddress in lieu of inet_pton for IPv6 address detection on
Windows [#595, #632]
+ * Fix nasty TCP/IPv6 bug [#595, #632]
+ * Use select_large_fdset on Solaris [#611, #625]
+ * Detect the Solaris Studio compiler [#611, #625]
+ * Throw a message with strerror included [#136, #621]
+
+-------------------------------------------------------------------
Old:
----
eventmachine-1.0.8.gem
New:
----
eventmachine-1.2.0.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-eventmachine.spec ++++++
--- /var/tmp/diff_new_pack.q479dX/_old 2016-04-28 16:56:23.000000000 +0200
+++ /var/tmp/diff_new_pack.q479dX/_new 2016-04-28 16:56:23.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-eventmachine
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,7 +24,7 @@
#
Name: rubygem-eventmachine
-Version: 1.0.8
+Version: 1.2.0.1
Release: 0
%define mod_name eventmachine
%define mod_full_name %{mod_name}-%{version}
++++++ eventmachine-1.0.8.gem -> eventmachine-1.2.0.1.gem ++++++
++++ 5155 lines of diff (skipped)