From 68087ee438dfcd931a5ef1492876ca1ffeb58ef58d9f4495366496e0433b51a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 30 Jan 2015 12:39:56 +0000 Subject: [PATCH] Accepting request 281098 from home:rudi_m - update to version 4.19 OBS-URL: https://build.opensuse.org/request/show/281098 OBS-URL: https://build.opensuse.org/package/show/server:http/libev?expand=0&rev=19 --- libev-4.15.tar.gz | 3 --- libev-4.19.tar.gz | 3 +++ libev.changes | 33 +++++++++++++++++++++++++++++++-- libev.spec | 4 ++-- 4 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 libev-4.15.tar.gz create mode 100644 libev-4.19.tar.gz diff --git a/libev-4.15.tar.gz b/libev-4.15.tar.gz deleted file mode 100644 index 1483b5a..0000000 --- a/libev-4.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2dd43a073556f5350cbed05b6ef444dcc4b563f4e0b1009d7bf448261606feb -size 513919 diff --git a/libev-4.19.tar.gz b/libev-4.19.tar.gz new file mode 100644 index 0000000..2283236 --- /dev/null +++ b/libev-4.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88fc5f89ca96ceca14c16c10e7be3e921dae65e84932d680c2fd6a40173edccb +size 524429 diff --git a/libev.changes b/libev.changes index f67081c..3f958b8 100644 --- a/libev.changes +++ b/libev.changes @@ -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. diff --git a/libev.spec b/libev.spec index eb8a0e7..93f1845 100644 --- a/libev.spec +++ b/libev.spec @@ -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