Accepting request 158216 from devel:languages:ruby:extensions

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/158216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-eventmachine?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2013-03-11 09:36:21 +00:00 committed by Git OBS Bridge
commit ecc9eaf75e
4 changed files with 21 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff8a799d0bac093a37dff1fb3407aa460c756d8518e814155ccbcda967d450e3
size 224256

3
eventmachine-1.0.1.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a26c69e50ba15060a94ee8856d7832e6b58fa97d39927486414b169f36aaf1ec
size 224256

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 3 19:30:39 UTC 2013 - coolo@suse.com
- updated to version 1.0.1
* use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation
* fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389]
* fix memory leak when verifying ssl cerificates [#403]
* fix initial connection delay [#393, #374]
-------------------------------------------------------------------
Sun Sep 23 19:34:07 UTC 2012 - coolo@suse.com
- add a faked beta version, so that rpm understands that 1.0.0
is > 1.0.0.beta4
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 23 15:16:32 UTC 2012 - coolo@suse.com Sun Sep 23 15:16:32 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package rubygem-eventmachine # spec file for package rubygem-eventmachine
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products 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
@ -17,7 +17,7 @@
Name: rubygem-eventmachine Name: rubygem-eventmachine
Version: 1.0.0 Version: 1.0.1
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}
@ -30,6 +30,7 @@ BuildRequires: gcc-c++
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: ruby-devel BuildRequires: ruby-devel
Provides: rubygem(%{rb_ver}:eventmachine) = 1.0.0.beta5
# MANUAL END # MANUAL END
Url: http://rubyeventmachine.com Url: http://rubyeventmachine.com
Source: %{mod_full_name}.gem Source: %{mod_full_name}.gem