Accepting request 687284 from home:mimi_vx:branches:devel:libraries:c_c++

- update to 1.27.0
 * doc: describe unix signal handling better (Vladimír Čunát)
 * linux: use statx() to obtain file birth time (Ben Noordhuis)
 * src: fill sockaddr_in6.sin6_len when it's defined (Santiago Gimeno)
 * test: relax uv_hrtime() test assumptions (Ben Noordhuis)
 * build: make cmake install LICENSE only once (Thomas Karl Pietrowski)
 * bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
 * doc: add note about uv_run() not being reentrant (Ben Noordhuis)
 * unix, win: make fs-poll close wait for resource cleanup (Anna Henningsen)
 * doc: fix typo in uv_thread_options_t definition (Ryan Liptak)
 * win: skip winsock initialization in safe mode (evgley)
 * unix: refactor getsockname/getpeername methods (Santiago Gimeno)
 * udp: add support for UDP connected sockets (Santiago Gimeno)
 * build: add missing header (cjihrig)
 * test: change spawn_stdin_stdout return to void (Andrew Paprocki)
 * test: remove call to floor() in test driver (Andrew Paprocki)

OBS-URL: https://build.opensuse.org/request/show/687284
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=31
This commit is contained in:
Adam Majer 2019-04-01 14:01:34 +00:00 committed by Git OBS Bridge
parent 3cd3437df1
commit 62b7abdcc4
4 changed files with 24 additions and 4 deletions

View File

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

3
libuv-1.27.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Mar 21 11:12:46 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 1.27.0
* doc: describe unix signal handling better (Vladimír Čunát)
* linux: use statx() to obtain file birth time (Ben Noordhuis)
* src: fill sockaddr_in6.sin6_len when it's defined (Santiago Gimeno)
* test: relax uv_hrtime() test assumptions (Ben Noordhuis)
* build: make cmake install LICENSE only once (Thomas Karl Pietrowski)
* bsd: plug uv_fs_event_start() error path fd leak (Ben Noordhuis)
* doc: add note about uv_run() not being reentrant (Ben Noordhuis)
* unix, win: make fs-poll close wait for resource cleanup (Anna Henningsen)
* doc: fix typo in uv_thread_options_t definition (Ryan Liptak)
* win: skip winsock initialization in safe mode (evgley)
* unix: refactor getsockname/getpeername methods (Santiago Gimeno)
* udp: add support for UDP connected sockets (Santiago Gimeno)
* build: add missing header (cjihrig)
* test: change spawn_stdin_stdout return to void (Andrew Paprocki)
* test: remove call to floor() in test driver (Andrew Paprocki)
-------------------------------------------------------------------
Thu Feb 28 14:33:11 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -18,7 +18,7 @@
%define somajor 1
Name: libuv
Version: 1.26.0
Version: 1.27.0
Release: 0
Summary: Asychronous I/O support library
License: MIT