Accepting request 602502 from home:factory-auto:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/602502 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-eventmachine?expand=0&rev=38
This commit is contained in:
parent
6033055df8
commit
26da7ef027
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1fed00fda4ede9e0d6af2eeccde034e31452661315ab3eb47e8dfee7006fb01c
|
||||
size 246272
|
3
eventmachine-1.2.6.gem
Normal file
3
eventmachine-1.2.6.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20522e5545c44970623733679d3b7a7afff2b1ae0d79c79fad352760283c8720
|
||||
size 247296
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-eventmachine
|
||||
Version: 1.2.5
|
||||
Version: 1.2.6
|
||||
Release: 0
|
||||
%define mod_name eventmachine
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -39,11 +39,11 @@ BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
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
|
||||
Source2: gem2rpm.yml
|
||||
Summary: Ruby/EventMachine library
|
||||
License: Ruby or GPL-2.0
|
||||
License: Ruby OR GPL-2.0-only
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user