Accepting request 609103 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/609103 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-eventmachine?expand=0&rev=19
This commit is contained in:
commit
0b4a7a8094
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fed00fda4ede9e0d6af2eeccde034e31452661315ab3eb47e8dfee7006fb01c
|
|
||||||
size 246272
|
|
BIN
eventmachine-1.2.7.gem
(Stored with Git LFS)
Normal file
BIN
eventmachine-1.2.7.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 16 07:59:04 UTC 2018 - factory-auto@kulow.org
|
||||||
|
|
||||||
|
- updated to version 1.2.7
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
## 1.2.7 (May 12, 2018)
|
||||||
|
* Fix segfault on large numbers of connections [#843]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 11:04:01 UTC 2018 - factory-auto@kulow.org
|
||||||
|
|
||||||
|
- updated to version 1.2.6
|
||||||
|
see installed CHANGELOG.md
|
||||||
|
|
||||||
|
## 1.2.6 (April 30, 2018)
|
||||||
|
* *Fix segfault when an Exception is raised from unbind callback (for real this time!)*
|
||||||
|
* Fix race condition while initializing the machine [#756]
|
||||||
|
* Fix for newer compilers where bind() and std::bind() conflict [#830, #831]
|
||||||
|
* Be verbose about SSL connection errors [#807]
|
||||||
|
* Avoid explicitly calling class methods when in class scope
|
||||||
|
* Java: Add EM_PROTO_SSL/TLS definitions [#773, #791]
|
||||||
|
* Java: return zero when sending data to a closed connection [#475, #804]
|
||||||
|
* Pure Ruby: Connection::error? calls report_connection_error_status [#801]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 3 19:11:42 UTC 2017 - coolo@suse.com
|
Thu Aug 3 19:11:42 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-eventmachine
|
# spec file for package rubygem-eventmachine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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.2.5
|
Version: 1.2.7
|
||||||
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}
|
||||||
@ -39,11 +39,11 @@ BuildRequires: %{rubygem gem2rpm}
|
|||||||
BuildRequires: %{rubygem rdoc > 3.10}
|
BuildRequires: %{rubygem rdoc > 3.10}
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
Url: http://rubyeventmachine.com
|
Url: http://rubyeventmachine.com
|
||||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Source1: rubygem-eventmachine-rpmlintrc
|
Source1: rubygem-eventmachine-rpmlintrc
|
||||||
Source2: gem2rpm.yml
|
Source2: gem2rpm.yml
|
||||||
Summary: Ruby/EventMachine library
|
Summary: Ruby/EventMachine library
|
||||||
License: Ruby or GPL-2.0
|
License: Ruby OR GPL-2.0-only
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user