Accepting request 357424 from server:http

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/357424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libev?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2016-02-12 10:21:23 +00:00 committed by Git OBS Bridge
commit 2aebc35816
5 changed files with 28 additions and 8 deletions

View File

@ -1,6 +1,8 @@
--- ev.c.orig 2013-03-01 12:10:48.000000000 +0100 Index: ev.c
+++ ev.c 2013-04-11 06:20:42.146709446 +0200 ===================================================================
@@ -3551,7 +3551,7 @@ ev_io_start (EV_P_ ev_io *w) EV_THROW --- ev.c.orig
+++ ev.c
@@ -3845,7 +3845,7 @@ ev_io_start (EV_P_ ev_io *w) EV_THROW
/* common bug, apparently */ /* common bug, apparently */
assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w)); assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
@ -9,7 +11,7 @@
w->events &= ~EV__IOFDSET; w->events &= ~EV__IOFDSET;
EV_FREQUENT_CHECK; EV_FREQUENT_CHECK;
@@ -4792,8 +4792,8 @@ ev_walk (EV_P_ int types, void (*cb)(EV_ @@ -5086,8 +5086,8 @@ ev_walk (EV_P_ int types, void (*cb)(EV_
wl = wn; wl = wn;
} }
#endif #endif

View File

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

3
libev-4.22.tar.gz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 24 14:46:12 UTC 2015 - mpluskal@suse.com
- Update to 4.22
* when epoll detects unremovable fds in the fd set, rebuild only
the epoll descriptor, not the signal pipe, to avoid SIGPIPE in
ev_async_send. This doesn't solve it on fork, so document what
needs to be done in ev_loop_fork (analyzed by Benjamin Mahler).
* remove superfluous sys/timeb.h include on win32 (analyzed by
Jason Madden).
* updated libecb.
- Changes for 4.20
* prefer noexcept over throw () with C++ 11.
* update ecb.h due to incompatibilities with c11.
* fix a potential aliasing issue when reading and writing
watcher callbacks.
- Refresh libev-4.15_compiler_warnings.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 29 09:53:46 UTC 2015 - dimstar@opensuse.org Wed Jul 29 09:53:46 UTC 2015 - dimstar@opensuse.org

View File

@ -21,7 +21,7 @@
%endif %endif
Name: libev Name: libev
Version: 4.19 Version: 4.22
Release: 0 Release: 0
# #
Summary: A full-featured and high-performance event loop library Summary: A full-featured and high-performance event loop library