Accepting request 283442 from server:http
1 OBS-URL: https://build.opensuse.org/request/show/283442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libev?expand=0&rev=12
This commit is contained in:
commit
e4f7069755
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb
|
||||
size 513919
|
3
libev-4.19.tar.gz
Normal file
3
libev-4.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb
|
||||
size 524429
|
@ -1,7 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 14 09:13:42 UTC 2015 - sweet_f_a@gmx.de
|
||||
|
||||
- update to version 4.19
|
||||
* 4.19 Thu Sep 25 08:18:25 CEST 2014
|
||||
- ev.h wasn't valid C++ anymore, which tripped compilers other
|
||||
than clang, msvc or gcc (analyzed by Raphael 'kena' Poss).
|
||||
Unfortunately, C++ doesn't support typedefs for function
|
||||
pointers fully, so the affected declarations have to spell
|
||||
out the types each time.
|
||||
- when not using autoconf, tighten the check for clock_gettime
|
||||
and related functionality.
|
||||
* 4.18 Fri Sep 5 17:55:26 CEST 2014
|
||||
- events on files were not always generated properly with the
|
||||
epoll backend (testcase by Assaf Inbal).
|
||||
- mark event pipe fd as cloexec after a fork (analyzed by Sami
|
||||
Farin).
|
||||
- (ecb) support m68k, m88k and sh (patch by Miod Vallat).
|
||||
- use a reasonable fallback for EV_NSIG instead of erroring out
|
||||
when we can't detect the signal set size.
|
||||
- in the absence of autoconf, do not use the clock syscall
|
||||
on glibc >= 2.17 (avoids the syscall AND -lrt on systems
|
||||
doing clock_gettime in userspace).
|
||||
- ensure extern "C" function pointers are used for
|
||||
externally-visible loop callbacks (not watcher callbacks yet)
|
||||
- (ecb) work around memory barriers and volatile apparently
|
||||
both being broken in visual studio 2008 and later (analysed
|
||||
and patch by Nicolas Noble).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 04:29:08 UTC 2013 - sweet_f_a@gmx.de
|
||||
|
||||
- update to version 4,15
|
||||
- update to version 4.15
|
||||
- destroying a non-default loop would stop the global waitpid
|
||||
watcher (Denis Bilenko).
|
||||
- queueing pending watchers of higher priority from a watcher now invokes
|
||||
@ -58,7 +87,7 @@ Thu Dec 20 11:39:16 UTC 2012 - sweet_f_a@gmx.de
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 7 14:38:42 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- update to version 4,11
|
||||
- update to version 4.11
|
||||
- INCOMPATIBLE CHANGE: ev_timer_again now clears the pending
|
||||
status, as was documented already, but not implemented in the
|
||||
repeating case.
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libev
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: libev
|
||||
Version: 4.15
|
||||
Version: 4.19
|
||||
Release: 0
|
||||
#
|
||||
Summary: A full-featured and high-performance event loop library
|
||||
|
Loading…
x
Reference in New Issue
Block a user