Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2019-07-23 22:31:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and      /work/SRC/openSUSE:Factory/.libuv.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuv"

Tue Jul 23 22:31:12 2019 rev:16 rq:713849 version:1.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuv/libuv.changes      2019-04-04 
12:02:19.293357982 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new.4126/libuv.changes    2019-07-23 
22:31:13.651044903 +0200
@@ -1,0 +2,66 @@
+Wed Jul  3 08:28:41 CEST 2019 - Matej Cepl <mc...@suse.com>
+
+- Upgrade to 1.30.1:
+  * doc: fix incorrect versionchanged (cjihrig)
+  * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
+  * unix: add uv_get_constrained_memory() cygwin stub (cjihrig)
+  * build: fix android cmake build (Ben Noordhuis)
+  * unix: squelch -Wcast-function-type warning (Ben Noordhuis)
+  * build: fix compile error with uClibc (zlargon)* darwin: fall
+    back to F_BARRIERFSYNC (Ben Noordhuis)
+  * darwin: add 32 bit close$NOCANCEL implementation
+    (ken-cunningham-webuse)
+  * build, core, unix: add support for Haiku (Leorize)
+  * darwin,linux: more conservative minimum stack size (Ben Noordhuis)
+  * threadpool: increase UV_THREADPOOL_SIZE limit (Vlad A)
+  * unix: return actual error from `uv_try_write()` (Anna Henningsen)
+  * darwin: fix build error with macos 10.10 (Ben Noordhuis)
+  * unix: make uv_cwd() report UV_ENOBUFS (Ben Noordhuis)
+  * unix: make uv_fs_read() fill all buffers (Ben Noordhuis)
+  * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
+  * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
+  * build: add cmake option to skip building tests (Niels Lohmann)
+  * doc: add link to nodejs.org (Jenil Christo)
+  * unix: fix a comment typo in signal.c (Evgeny Ermakov)
+  * unix: remove redundant cast in process.c (gengjiawen)
+  * doc: fix wrong mutex function prototypes (Leo Chung)
+  * unix: simplify uv/posix.h include logic (cjihrig)
+  * test: increase test timeout (cjihrig)
+  * linux: fix sscanf() overflows reading from /proc (Ben Noordhuis)
+  * ibmi: read memory and CPU usage info (Xu Meng)
+  * doc: update the cmake testing instruction (zlargon)
+  * unix: fix race condition in uv_async_send() (Ben Noordhuis)
+  * linux: use O_CLOEXEC instead of EPOLL_CLOEXEC (Ben Noordhuis)
+  * doc: mark uv_async_send() as async-signal-safe (Ben Noordhuis)
+  * linux: init st_flags and st_gen when using statx (Oscar Waddell)
+  * linux: read free/total memory from /proc/meminfo (Ben Noordhuis)
+  * test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis)
+  * unix: don't assert on UV_PROCESS_WINDOWS_* flags (Ben Noordhuis)
+  * linux: set correct mac address for IP-aliases (Santiago Gimeno)
+  * win,util: fix null pointer dereferencing (Tobias Nießen)
+  * unix,win: fix `uv_fs_poll_stop()` when active (Anna Henningsen)
+  * doc: add missing uv_fs_type entries (Michele Caini)
+  * doc: fix build with sphinx 2.x (FX Coudert)
+  * unix: don't make statx system call on Android (George Zhao)
+  * unix: fix clang scan-build warning (Kyle Edwards)
+  * unix: fall back to kqueue on older macOS systems (ken-cunningham-webuse)
+  * unix,win: add uv_get_constrained_memory() (Kelvin Jin)
+  * darwin: fix thread cancellation fd leak (Ben Noordhuis)
+  * linux: fix thread cancellation fd leak (Ben Noordhuis)
+  * unix,win: add uv_gettimeofday() (cjihrig)
+  * unix,win: add uv_fs_{open,read,close}dir() (cjihrig)
+  * unix: fix uv_interface_addresses() (Andreas Rohner)
+  * fs: remove macOS-specific copyfile(3) (Rich Trott)
+  * fs: add test for copyfile() respecting permissions (Rich Trott)
+  * build: partially revert 5234b1c (Ben Noordhuis)
+  * zos: fix setsockopt error when using AF_UNIX (Milad Farazmand)
+  * unix: suppress EINTR/EINPROGRESS in uv_fs_close() (Ben Noordhuis)
+  * build: use cmake APPLE variable to detect platform (zlargon)
+  * distcheck: remove duplicate test/ entry (Jameson Nash)
+  * unix: remove unused cmpxchgl() function (Ben Noordhuis)
+  * unix: support sockaddr_un in uv_udp_send() (Yury Selivanov)
+  * unix: guard use of PTHREAD_STACK_MIN (Kamil Rytarowski)
+  * unix,win: introduce uv_timeval64_t (cjihrig)
+  * doc: document uv_timeval_t and uv_timeval64_t (cjihrig)
+
+-------------------------------------------------------------------

Old:
----
  libuv-1.27.0.tar.gz

New:
----
  libuv-1.30.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libuv.spec ++++++
--- /var/tmp/diff_new_pack.2wldB6/_old  2019-07-23 22:31:15.207044676 +0200
+++ /var/tmp/diff_new_pack.2wldB6/_new  2019-07-23 22:31:15.255044670 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:           libuv
-Version:        1.27.0
+Version:        1.30.1
 Release:        0
 Summary:        Asychronous I/O support library
 License:        MIT

++++++ fix_tests.patch ++++++
--- /var/tmp/diff_new_pack.2wldB6/_old  2019-07-23 22:31:15.643044613 +0200
+++ /var/tmp/diff_new_pack.2wldB6/_new  2019-07-23 22:31:15.659044611 +0200
@@ -1,7 +1,5 @@
-Index: libuv-1.24.0/test/test-getnameinfo.c
-===================================================================
---- libuv-1.24.0.orig/test/test-getnameinfo.c
-+++ libuv-1.24.0/test/test-getnameinfo.c
+--- a/test/test-getnameinfo.c
++++ b/test/test-getnameinfo.c
 @@ -39,6 +39,8 @@ static void getnameinfo_req(uv_getnamein
                              const char* hostname,
                              const char* service) {
@@ -11,11 +9,9 @@
    ASSERT(status == 0);
    ASSERT(hostname != NULL);
    ASSERT(service != NULL);
-Index: libuv-1.24.0/test/test-list.h
-===================================================================
---- libuv-1.24.0.orig/test/test-list.h
-+++ libuv-1.24.0/test/test-list.h
-@@ -750,7 +750,7 @@ TASK_LIST_START
+--- a/test/test-list.h
++++ b/test/test-list.h
+@@ -792,7 +792,7 @@ TASK_LIST_START
  
    TEST_ENTRY  (getnameinfo_basic_ip4)
    TEST_ENTRY  (getnameinfo_basic_ip4_sync)

++++++ libuv-1.27.0.tar.gz -> libuv-1.30.1.tar.gz ++++++
++++ 4418 lines of diff (skipped)


Reply via email to