Hello community, here is the log from the commit of package libuv for openSUSE:Factory checked in at 2018-11-26 10:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libuv (Old) and /work/SRC/openSUSE:Factory/.libuv.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libuv" Mon Nov 26 10:15:13 2018 rev:13 rq:651235 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libuv/libuv.changes 2018-10-22 11:03:25.136270864 +0200 +++ /work/SRC/openSUSE:Factory/.libuv.new.19453/libuv.changes 2018-11-26 10:15:16.466086216 +0100 @@ -1,0 +2,23 @@ +Thu Nov 22 10:10:36 UTC 2018 - Martin Pluskal <mplus...@suse.com> + +- Update to version 1.24.0: + * unix: do not require PATH_MAX to be defined (Brad King) + * win,doc: path encoding in uv_fs_XX is UTF-8 (hitesh) + * unix: add missing link dependency on kFreeBSD (Svante Signell) + * unix: add support for GNU/Hurd (Samuel Thibault) + * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón) + * doc: add vtjnash to maintainers (Jameson Nash) + * unix: restore skipping of phys_addr copy (cjihrig) + * unix,win: make uv_interface_addresses() consistent (cjihrig) + * unix: remove unnecessary linebreaks (cjihrig) + * unix,win: handle zero-sized allocations uniformly (Ben Noordhuis) + * unix: remove unused uv__dup() function (Ben Noordhuis) + * core,bsd: refactor process_title functions (Santiago Gimeno) + * test: make sure that reading a directory fails (Sakthipriyan Vairamani) + * win, tty: remove zero-size read callbacks (Bartosz Sosnowski) + * test: fix test runner getenv async-signal-safety (Ben Noordhuis) + * test: fix test runner execvp async-signal-safety (Ben Noordhuis) + * test,unix: fix race in test runner (Ben Noordhuis) + * unix,win: support IDNA 2008 in uv_getaddrinfo() (Ben Noordhuis) + +------------------------------------------------------------------- Old: ---- libuv-1.23.2.tar.gz New: ---- libuv-1.24.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libuv.spec ++++++ --- /var/tmp/diff_new_pack.qIe3aV/_old 2018-11-26 10:15:17.550084946 +0100 +++ /var/tmp/diff_new_pack.qIe3aV/_new 2018-11-26 10:15:17.562084932 +0100 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define somajor 1 Name: libuv -Version: 1.23.2 +Version: 1.24.0 Release: 0 Summary: Asychronous I/O support library License: MIT Group: Development/Libraries/C and C++ -Url: http://libuv.org +URL: http://libuv.org # Using URL from upstream project fails due to ipv6 redirect # Source0: http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz # Source1: http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz.sign ++++++ fix_tests.patch ++++++ --- /var/tmp/diff_new_pack.qIe3aV/_old 2018-11-26 10:15:17.650084829 +0100 +++ /var/tmp/diff_new_pack.qIe3aV/_new 2018-11-26 10:15:17.650084829 +0100 @@ -1,7 +1,7 @@ -Index: libuv-1.23.2/test/test-getnameinfo.c +Index: libuv-1.24.0/test/test-getnameinfo.c =================================================================== ---- libuv-1.23.2.orig/test/test-getnameinfo.c -+++ libuv-1.23.2/test/test-getnameinfo.c +--- libuv-1.24.0.orig/test/test-getnameinfo.c ++++ libuv-1.24.0/test/test-getnameinfo.c @@ -39,6 +39,8 @@ static void getnameinfo_req(uv_getnamein const char* hostname, const char* service) { @@ -11,11 +11,11 @@ ASSERT(status == 0); ASSERT(hostname != NULL); ASSERT(service != NULL); -Index: libuv-1.23.2/test/test-list.h +Index: libuv-1.24.0/test/test-list.h =================================================================== ---- libuv-1.23.2.orig/test/test-list.h -+++ libuv-1.23.2/test/test-list.h -@@ -746,7 +746,7 @@ TASK_LIST_START +--- libuv-1.24.0.orig/test/test-list.h ++++ libuv-1.24.0/test/test-list.h +@@ -750,7 +750,7 @@ TASK_LIST_START TEST_ENTRY (getnameinfo_basic_ip4) TEST_ENTRY (getnameinfo_basic_ip4_sync) ++++++ libuv-1.23.2.tar.gz -> libuv-1.24.0.tar.gz ++++++ ++++ 2729 lines of diff (skipped)