forked from pool/libuv
Accepting request 680157 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/680157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=14
This commit is contained in:
commit
3d898edb5e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55587c525196a7a550fa7e5eb61794c377ec23b44adb435fdded86e8f7f31a16
|
||||
size 1201665
|
3
libuv-1.26.0.tar.gz
Normal file
3
libuv-1.26.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e414cf74615b7dae768f0f5667092f1d4975f5067c087bcbe0641e241ebe4693
|
||||
size 1209551
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 14:33:11 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to version 1.26.0
|
||||
* doc: fix uv_get_free_memory doc (Stephen Belanger)
|
||||
* unix: fix epoll cpu 100% issue (yeyuanfeng)
|
||||
* openbsd,tcp: special handling of EINVAL on connect (ptlomholt)
|
||||
* src,include: define UV_MAXHOSTNAMESIZE (cjihrig)
|
||||
* thread: allow specifying stack size for new thread (Anna Henningsen)
|
||||
* unix: don't attempt to invalidate invalid fd (Ben Noordhuis)
|
||||
* Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)
|
||||
* aix: manually trigger fs event monitoring (Gireesh Punathil)
|
||||
* unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis)
|
||||
* unix: refactor uv__write() (Ben Noordhuis)
|
||||
* unix: don't send handle twice on partial write (Ben Noordhuis)
|
||||
* tty,win: fix Alt+key under WSL (Bartosz Sosnowski)
|
||||
* build: support running tests in out-of-tree builds (Jameson Nash)
|
||||
* fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash)
|
||||
* thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson Nash)
|
||||
* win: fix sizeof-pointer-div warning (cjihrig)
|
||||
* unix,win: add uv_os_uname() (cjihrig)
|
||||
* win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)
|
||||
* unix: enable IPv6 tests on OpenBSD (ptlomholt)
|
||||
* test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)
|
||||
* test: fix test-ipc tests (Santiago Gimeno)
|
||||
* unix: better handling of unsupported F_FULLFSYNC (Victor Costan)
|
||||
* unix,stream: fix zero byte writes (Santiago Gimeno)
|
||||
* ibmi: return EISDIR on read from directory fd (Kevin Adler)
|
||||
* build: wrap long lines in Makefile.am (cjihrig)
|
||||
test: fix platform_output test on cygwin (damon-kwok)
|
||||
* gitignore: ignore build/ directory (Damon Kwok)
|
||||
* unix: zero epoll_event before use (Ashe Connor)
|
||||
* doc: replace deprecated build command on macOS (Rick)
|
||||
* warnings: fix code that emits compiler warnings (Jameson Nash)
|
||||
* doc: clarify expected memory management strategy (Ivan Krylov)
|
||||
* test: add uv_inet_ntop(AF_INET) coverage (Ben Noordhuis)
|
||||
* unix: harden string copying, introduce strscpy() (Ben Noordhuis)
|
||||
* linux: get rid of strncpy() call (Ben Noordhuis)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 10:10:36 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libuv
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define somajor 1
|
||||
Name: libuv
|
||||
Version: 1.24.0
|
||||
Version: 1.26.0
|
||||
Release: 0
|
||||
Summary: Asychronous I/O support library
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user