Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-09-18 14:28:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and      /work/SRC/openSUSE:Factory/.libuv.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libuv"

Fri Sep 18 14:28:01 2020 rev:22 rq:834720 version:1.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libuv/libuv.changes      2020-08-28 
21:13:15.384088158 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new.4249/libuv.changes    2020-09-18 
14:29:07.835334487 +0200
@@ -1,0 +2,17 @@
+Sat Sep 12 07:39:33 UTC 2020 - Andreas Stieger <[email protected]>
+
+- update to 1.39.0:
+  * unix: use relaxed loads/stores for clock id
+  * unix: squelch harmless valgrind warning
+  * linux: use copy_file_range for uv_fs_copyfile when possible
+  * udp: add uv_udp_using_recvmmsg query
+  * include: add internal fields struct to uv_loop_t
+  * core: add API to measure event loop idle time
+  * unix: handle src, dest same in uv_fs_copyfile()
+  * unix: error when uv_setup_args() is not called
+  * fs: clobber req->path on uv_fs_mkstemp() error
+  * tcp: fail instantly if local port is unbound
+  * unix: don't use _POSIX_PATH_MAX
+  * build system fixes, documentation updates, updates to tests
+
+-------------------------------------------------------------------

Old:
----
  libuv-v1.38.1.tar.gz
  libuv-v1.38.1.tar.gz.sign

New:
----
  libuv-v1.39.0.tar.gz
  libuv-v1.39.0.tar.gz.sign

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

Other differences:
------------------
++++++ libuv.spec ++++++
--- /var/tmp/diff_new_pack.SQ8bF1/_old  2020-09-18 14:29:11.303337979 +0200
+++ /var/tmp/diff_new_pack.SQ8bF1/_new  2020-09-18 14:29:11.307337983 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:           libuv
-Version:        1.38.1
+Version:        1.39.0
 Release:        0
 Summary:        Asychronous I/O support library
 License:        MIT

++++++ fix_tests.patch ++++++
--- /var/tmp/diff_new_pack.SQ8bF1/_old  2020-09-18 14:29:11.339338016 +0200
+++ /var/tmp/diff_new_pack.SQ8bF1/_new  2020-09-18 14:29:11.343338020 +0200
@@ -1,7 +1,7 @@
-Index: libuv-v1.38.1/test/test-list.h
+Index: libuv-v1.39.0/test/test-list.h
 ===================================================================
---- libuv-v1.38.1.orig/test/test-list.h
-+++ libuv-v1.38.1/test/test-list.h
+--- libuv-v1.39.0.orig/test/test-list.h
++++ libuv-v1.39.0/test/test-list.h
 @@ -78,7 +78,6 @@ TEST_DECLARE   (tty_pty)
  TEST_DECLARE   (stdio_over_pipes)
  TEST_DECLARE   (stdio_emulate_iocp)
@@ -10,10 +10,10 @@
  TEST_DECLARE   (ipc_heavy_traffic_deadlock_bug)
  TEST_DECLARE   (ipc_listen_before_write)
  TEST_DECLARE   (ipc_listen_after_write)
-@@ -162,11 +161,7 @@ TEST_DECLARE   (udp_send_and_recv)
- TEST_DECLARE   (udp_send_hang_loop)
+@@ -166,11 +165,7 @@ TEST_DECLARE   (udp_send_hang_loop)
  TEST_DECLARE   (udp_send_immediate)
  TEST_DECLARE   (udp_send_unreachable)
+ TEST_DECLARE   (udp_mmsg)
 -TEST_DECLARE   (udp_multicast_join)
 -TEST_DECLARE   (udp_multicast_join6)
  TEST_DECLARE   (udp_multicast_ttl)
@@ -22,7 +22,7 @@
  TEST_DECLARE   (udp_dgram_too_big)
  TEST_DECLARE   (udp_dual_stack)
  TEST_DECLARE   (udp_ipv6_only)
-@@ -590,7 +585,6 @@ TASK_LIST_START
+@@ -600,7 +595,6 @@ TASK_LIST_START
    TEST_ENTRY  (stdio_over_pipes)
    TEST_ENTRY  (stdio_emulate_iocp)
    TEST_ENTRY  (ip6_pton)
@@ -30,10 +30,10 @@
    TEST_ENTRY  (ipc_heavy_traffic_deadlock_bug)
    TEST_ENTRY  (ipc_listen_before_write)
    TEST_ENTRY  (ipc_listen_after_write)
-@@ -716,10 +710,6 @@ TASK_LIST_START
-   TEST_ENTRY  (udp_options)
+@@ -731,10 +725,6 @@ TASK_LIST_START
    TEST_ENTRY  (udp_options6)
    TEST_ENTRY  (udp_no_autobind)
+   TEST_ENTRY  (udp_mmsg)
 -  TEST_ENTRY  (udp_multicast_interface)
 -  TEST_ENTRY  (udp_multicast_interface6)
 -  TEST_ENTRY  (udp_multicast_join)
@@ -41,7 +41,7 @@
    TEST_ENTRY  (udp_multicast_ttl)
    TEST_ENTRY  (udp_sendmmsg_error)
    TEST_ENTRY  (udp_try_send)
-@@ -857,7 +847,6 @@ TASK_LIST_START
+@@ -872,7 +862,6 @@ TASK_LIST_START
  
    TEST_ENTRY  (getnameinfo_basic_ip4)
    TEST_ENTRY  (getnameinfo_basic_ip4_sync)

++++++ libuv-v1.38.1.tar.gz -> libuv-v1.39.0.tar.gz ++++++
++++ 4911 lines of diff (skipped)


Reply via email to