Accepting request 353500 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/353500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=30
This commit is contained in:
parent
8def41b101
commit
666863f137
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57ba18d8f76fb43f8842dd17cc3cebc46eea06a5d5033b3131ac8f73c7bc3bbb
|
|
||||||
size 232960
|
|
3
eventmachine-1.0.9.gem
Normal file
3
eventmachine-1.0.9.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67ac161bc9bae0072e71b646361e99a781d1717995d0dd02941776081fd18b07
|
||||||
|
size 235008
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 14 05:37:55 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 7 04:29:43 UTC 2015 - coolo@suse.com
|
Fri Aug 7 04:29:43 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-eventmachine
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-eventmachine
|
Name: rubygem-eventmachine
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name eventmachine
|
%define mod_name eventmachine
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user