commit libuv for openSUSE:Factory

2020-09-18 Thread root
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.changes2020-09-18 
14:29:07.835334487 +0200
@@ -1,0 +2,17 @@
+Sat Sep 12 07:39:33 UTC 2020 - Andreas Stieger 
+
+- 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)




commit libuv for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-08-28 21:13:07

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.3399 (New)


Package is "libuv"

Fri Aug 28 21:13:07 2020 rev:21 rq:829033 version:1.38.1

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2020-02-26 
15:01:49.964806462 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.3399/libuv.changes2020-08-28 
21:13:15.384088158 +0200
@@ -1,0 +2,83 @@
+Sat Aug 15 21:52:48 UTC 2020 - Dirk Mueller 
+
+- update to 1.38.1
+  * test: use last matching qemu version (cjihrig)
+  * win, util: rearrange uv_hrtime (Bartosz Sosnowski)
+  * test: skip signal_multiple_loops test on QEMU (gengjiawen)
+  * build: add android build to CI (gengjiawen)
+  * test: extend fs_event_error_reporting timeout (cjihrig)
+  * build: link libkvm on netbsd only (Alexander Tokmakov)
+  * linux: refactor /proc file reader logic (Ben Noordhuis)
+  * linux: read load average from /proc/loadavg (Ben Noordhuis)
+  * android: remove patch code for below 21 (gengjiawen)
+  * win: fix visual studio 2008 build (Arenoros)
+  * win,tty: fix deadlock caused by inconsistent state (lander0s)
+  * unix: use relaxed loads/stores for feature checks (Ben Noordhuis)
+  * build: don't .gitignore m4/ax_pthread.m4 (Ben Noordhuis)
+  * unix: fix gcc atomics feature check (Ben Noordhuis)
+  * darwin: work around clock jumping back in time (Ben Noordhuis)
+  * udp: fix write_queue cleanup on sendmmsg error (Santiago Gimeno)
+  * src: build fix for Android (David Carlier)
+  * win: remove dep on GetQueuedCompletionStatusEx (Colin Finck)
+  * doc: correct source lines (Shohei YOSHIDA)
+  * build,android: fix typo (twosee)
+  * doc: uv_cancel() handles uv_random_t requests (Philip Chimento)
+  * doc: fix unescaped character (Philip Chimento)
+  * build,cmake: fix compilation on old MinGW (erw7)
+  * build: remove unnessesary MSVC warnings (Bartosz Sosnowski)
+  * win: make uv_udp_init_ex() accept UV_UDP_RECVMMSG (Ben Noordhuis)
+  * unix: simplify uv__udp_init_ex() (Ben Noordhuis)
+  * win: remove MAX_PATH limitations (Bartosz Sosnowski)
+  * build, win: add long path aware manifest (Bartosz Sosnowski)
+  * doc: check/idle/prepare functions always succeed (Ben Noordhuis)
+  * darwin: fix build with non-apple compilers (Ben Noordhuis)
+  * win: support environment variables > 32767 chars (Ben Noordhuis)
+  * unix: fully initialize struct msghdr (Ben Noordhuis)
+  * doc: add uv_replace_allocator thread safety warning (twosee)
+  * unix: fix int overflow when copying large files (Michal Artazov)
+  * fs: report original error (Bartosz Sosnowski)
+  * win, fs: add IO_REPARSE_TAG_APPEXECLINK support (Bartosz Sosnowski)
+  * doc: fix formatting (Ben Noordhuis)
+  * unix: fix memory leak when uv_loop_init() fails (Anna Henningsen)
+  * unix: shrink uv_udp_set_source_membership() stack (Ben Noordhuis)
+  * unix,win: fix wrong sizeof argument to memcpy() (Ben Noordhuis)
+  * build: check for libraries not provided by libc (Jeroen Roovers)
+  * doc: fix the order of arguments to calloc() (MasterDuke17)
+  * unix: don't abort when getrlimit() fails (Ben Noordhuis)
+  * test: support common user profile on IBMi (Xu Meng)
+  * build: test on more platforms via QEMU in CI (gengjiawen)
+  * build: add aix-common.c for AIX cmake build (Jesse Gorzinski)
+  * zos: explicitly mark message queue events (Irek Fakhrutdinov)
+  * zos: move mq check out of loop to save cpu cycles (Irek Fakhrutdinov)
+  * zos: add checks to ensure behavior of epoll_wait (Irek Fakhrutdinov)
+  * src: add uv__reallocf() (Ben Noordhuis)
+  * build: ibmi support for cmake (Jesse Gorzinski)
+  * build: fix gyp build for Android API >= 28 (Lin Zhang)
+  * udp: return recvmmsg-ed datagrams in order (Saúl Ibarra Corretgé)
+  * zos,test: fix spawn_empty_env for shared library build (Richard Lau)
+  * zos: fix non-Release builds (Richard Lau)
+  * zos: fix return value on expired nanosleep() call (Richard Lau)
+  * build: fix z/OS cmake build (Richard Lau)
+  * test: add a bunch of ASSERT macros (Santiago Gimeno)
+  * test: remove unused extern declaration (Ben Noordhuis)
+  * test: canonicalize argv[0] in exepath test (Ben Noordhuis)
+  * test: simplify platform_init() (Ben Noordhuis)
+  * ibmi: Fix isatty EBADF handling and refactor (Kevin Adler)
+  * test: Test EBADF tty handling (Kevin Adler)
+  * build: make cmake build benchmarks (Ben Noordhuis)
+  * win: use RtlGenRandom from advapi32.dll directly (Ben Noordhuis)
+  * android: fix OOB write in uv_interface_addresses() (Lin Zhang)
+  * test: pass test when hostname is single character (毛毛)
+  * ibmi: set the highest process priority to -10 (Xu Meng)
+  * build: remove support for gyp (Ben Noordhuis)
+  * doc: add note to README on 

commit libuv for openSUSE:Factory

2020-02-26 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-02-26 15:01:47

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.26092 (New)


Package is "libuv"

Wed Feb 26 15:01:47 2020 rev:20 rq:778770 version:1.34.2

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2020-02-07 
15:52:31.359448821 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.26092/libuv.changes   2020-02-26 
15:01:49.964806462 +0100
@@ -1,0 +2,5 @@
+Mon Feb 24 09:15:39 UTC 2020 - Tomáš Chvátal 
+
+- Add baselibs.conf to generate 32bit lib needed for bind
+
+---

New:

  baselibs.conf



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.EjvZRN/_old  2020-02-26 15:01:50.904808337 +0100
+++ /var/tmp/diff_new_pack.EjvZRN/_new  2020-02-26 15:01:50.920808369 +0100
@@ -22,12 +22,12 @@
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
-Group:  Development/Libraries/C and C++
 URL:https://libuv.org
 Source0:
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
 Source1:
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz.sign
 # https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
 Source2:%{name}.keyring
+Source3:baselibs.conf
 Patch1: fix_tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -41,7 +41,6 @@
 
 %package -n libuv%{somajor}
 Summary:Asychronous I/O support library
-Group:  System/Libraries
 
 %description -n libuv%{somajor}
 libuv is a support library with a focus on asynchronous I/O. It was
@@ -50,7 +49,6 @@
 
 %packagedevel
 Summary:Development libraries for libuv
-Group:  Development/Libraries/C and C++
 BuildRequires:  glibc-devel
 Requires:   libuv%{somajor} = %{version}
 
@@ -69,14 +67,14 @@
 ./autogen.sh
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
 %postun -n libuv%{somajor} -p /sbin/ldconfig

++ baselibs.conf ++
libuv1




commit libuv for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-02-07 15:51:40

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.26092 (New)


Package is "libuv"

Fri Feb  7 15:51:40 2020 rev:19 rq:769974 version:1.34.2

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2020-01-12 
23:18:08.866677739 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.26092/libuv.changes   2020-02-07 
15:52:31.359448821 +0100
@@ -1,0 +2,145 @@
+Tue Feb  4 11:17:12 UTC 2020 - Martin Liška 
+
+- Update to libuv 1.34.2:
+  * Remove fno-common-build-errs.patch and rebase
+fix_tests.patch.
+  Changes since version 1.34.1:
+  * misc: adjust stalebot deadlines (Jameson Nash)
+  * test: fix env-vars flakiness (cjihrig)
+  * test: avoid truncating output lines (Jameson Nash)
+  * darwin: stop calling SetApplicationIsDaemon() (Ben Noordhuis)
+  * ibmi: implement uv_interface_addresses() (Xu Meng)
+  * osx,fsevent: fix race during uv_loop_close (Jameson Nash)
+  * osx,fsevent: clear pointer when deleting it [NFCI] (Jameson Nash)
+  * Revert "aix: replace ECONNRESET with EOF if already closed" (Jameson Nash)
+  * unix: handle uv__open_cloexec return value correctly (Anna Henningsen)
+
+  Changes since version 1.34.0:
+
+  * unix: fix -Wstrict-aliasing compiler warning (Ben Noordhuis)
+  * unix: cache address of dlsym("mkostemp") (Ben Noordhuis)
+  * build: remove -pedantic from compiler flags (Ben Noordhuis)
+  * Revert "darwin: assume pthread_setname_np() is available" (Ben Noordhuis)
+  * Revert "darwin: speed up uv_set_process_title()" (Ben Noordhuis)
+  * darwin: assume pthread_setname_np() is available (Ben Noordhuis)
+  * ibmi: fix the false isatty() issue on IBMi (Xu Meng)
+  * test: fix test failure under NetBSD and OpenBSD (David Carlier)
+  * test: skip some test cases on IBMi (Xu Meng)
+  * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
+  * doc: remove binaries for Windows from README (Richard Lau)
+  * unix: fix -Wunused-but-set-variable warning (George Zhao)
+  * unix: pass sysctl size arg using ARRAY_SIZE macro (David Carlier)
+  * test: disallow running the test suite as root (cjihrig)
+  * unix: suppress -Waddress-of-packed-member warning (Ben Noordhuis)
+  * misc: make more tags "not-stale" (Jameson Nash)
+  * test: fix pthread memory leak (Trevor Norris)
+  * docs: delete socks5-proxy sample (Jameson Nash)
+  * ibmi: fix the CMSG length issue (Xu Meng)
+  * docs: fix formatting (Jameson Nash)
+  * unix: squelch fchmod() EPERM on CIFS share (Ben Noordhuis)
+  * docs: fix linkcheck (Jameson Nash)
+  * docs: switch from linux.die.net to man7.org (Jameson Nash)
+  * win: remove abort when non-IFS LSP detection fails (virtualyw)
+  * docs: clarify that uv_pipe_t is a pipe (Jameson Nash)
+  * win,tty: avoid regressions in utf-8 handling (Jameson Nash)
+  * win: remove bad assert in uv_loop_close (Jameson Nash)
+  * test: fix -fno-common build errors (Ben Noordhuis)
+  * build: turn on -fno-common to catch regressions (Ben Noordhuis)
+  * test: fix fs birth time test failure (Ben Noordhuis)
+  * tty,unix: avoid affecting controlling TTY (Jameson Nash)
+
+  Changes since version 1.33.1:
+  * unix: move random-sysctl to random-sysctl-linux (nia)
+  * netbsd: use KERN_ARND sysctl to get entropy (nia)
+  * unix: refactor uv__fs_copyfile() logic (cjihrig)
+  * build: fix android build, add missing sources (Ben Noordhuis)
+  * build: fix android build, fix symbol redefinition (Ben Noordhuis)
+  * build: fix android autotools build (Ben Noordhuis)
+  * fs: handle non-functional statx system call (Milad Farazmand)
+  * unix,win: add uv_sleep() (cjihrig)
+  * doc: add richardlau to maintainers (Richard Lau)
+  * aix: fix netmask for IPv6 (Richard Lau)
+  * aix: clean up after errors in uv_interface_addresses() (Richard Lau)
+  * aix: fix setting of physical addresses (Richard Lau)
+  * fs: add uv_fs_mkstemp (Saúl Ibarra Corretgé)
+  * unix: switch uv_sleep() to nanosleep() (Ben Noordhuis)
+  * unix: retry on EINTR in uv_sleep() (Ben Noordhuis)
+  * zos: fix nanosleep() emulation (Ben Noordhuis)
+
+  Changes since version 1.33.0:
+  * linux: fix arm64 SYS__sysctl build breakage (Ben Noordhuis)
+
+  Changes since version 1.32.0:
+  * Revert "linux: drop code path for epoll_pwait-less kernels" (Yang Yu)
+  * build: fix build error with __ANDROID_API__ < 21 (Yang Yu)
+  * win: fix reading hidden env vars (Anna Henningsen)
+  * unix,win: add uv_random() (Ben Noordhuis)
+  * win: simplify mkdtemp (Saúl Ibarra Corretgé)
+  * docs: fix literal-includes in User Guide (Nhan Khong)
+  * win, tty: fix problem of receiving unexpected SIGWINCH (erw7)
+  * unix: fix {Net,Open}BSD build (David Carlier)
+  * win,mingw: Fix undefined MCAST_* constants (Crunkle)
+  * build: Add link 

commit libuv for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2020-01-12 23:17:34

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.6675 (New)


Package is "libuv"

Sun Jan 12 23:17:34 2020 rev:18 rq:762234 version:1.31.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2019-09-11 
11:21:27.610787415 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new.6675/libuv.changes2020-01-12 
23:18:08.866677739 +0100
@@ -1,0 +2,6 @@
+Wed Jan  8 23:29:48 CET 2020 - Matej Cepl 
+
+- Add fno-common-build-errs.patch which fixes gh#libuv/libuv#2603
+  (bsc#1160280)
+
+---

New:

  fno-common-build-errs.patch



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.AEsrPa/_old  2020-01-12 23:18:09.754678068 +0100
+++ /var/tmp/diff_new_pack.AEsrPa/_new  2020-01-12 23:18:09.758678069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,9 @@
 # https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
 Source2:%{name}.keyring
 Patch1: fix_tests.patch
+# PATCH-FIX-UPSTREAM fno-common-build-errs.patch gh#libuv/libuv#2603 
mc...@suse.com
+# Builds with -fno-common fails in 
run_tests-test-poll-close-doesnt-corrupt-stack.c
+Patch2: fno-common-build-errs.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -63,7 +66,7 @@
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch1 -p1
+%autopatch -p1
 
 %build
 ./autogen.sh

++ fno-common-build-errs.patch ++
>From 35a43bdbfd9c4d6d875e92903799e693d5ac18ac Mon Sep 17 00:00:00 2001
From: Ben Noordhuis 
Date: Tue, 7 Jan 2020 15:21:03 +0100
Subject: [PATCH 1/2] test: fix -fno-common build errors

Fixes: https://github.com/libuv/libuv/issues/2603
---
 test/test-poll-close-doesnt-corrupt-stack.c | 6 ++
 test/test-poll-closesocket.c| 5 ++---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/test/test-poll-close-doesnt-corrupt-stack.c 
b/test/test-poll-close-doesnt-corrupt-stack.c
index 3393820fc4..1d7e84f603 100644
--- a/test/test-poll-close-doesnt-corrupt-stack.c
+++ b/test/test-poll-close-doesnt-corrupt-stack.c
@@ -31,11 +31,9 @@
 # define NO_INLINE __attribute__ ((noinline))
 #endif
 
-
-uv_os_sock_t sock;
-uv_poll_t handle;
-
 #ifdef _WIN32
+static uv_os_sock_t sock;
+static uv_poll_t handle;
 static int close_cb_called = 0;
 
 
diff --git a/test/test-poll-closesocket.c b/test/test-poll-closesocket.c
index ecaa9e54a2..1a1c364112 100644
--- a/test/test-poll-closesocket.c
+++ b/test/test-poll-closesocket.c
@@ -25,10 +25,9 @@
 #include "uv.h"
 #include "task.h"
 
-uv_os_sock_t sock;
-uv_poll_t handle;
-
 #ifdef _WIN32
+static uv_os_sock_t sock;
+static uv_poll_t handle;
 static int close_cb_called = 0;
 
 

>From 5de278e32e50e7600e7aa3d88199e0a51d016b79 Mon Sep 17 00:00:00 2001
From: Ben Noordhuis 
Date: Tue, 7 Jan 2020 15:21:03 +0100
Subject: [PATCH 2/2] build: turn on -fno-common to catch regressions

Refs: https://github.com/libuv/libuv/issues/2603
---
 common.gypi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/common.gypi b/common.gypi
index 2297bdf0fb..8e2aa7160b 100644
--- a/common.gypi
+++ b/common.gypi
@@ -35,7 +35,7 @@
 },
 'conditions': [
   ['OS != "zos"', {
-'cflags': [ '-O0', '-fwrapv' ]
+'cflags': [ '-O0', '-fno-common', '-fwrapv' ]
   }],
   ['OS == "android"', {
 'cflags': [ '-fPIE' ],
@@ -80,9 +80,10 @@
 'conditions': [
   ['OS != "zos"', {
 'cflags': [
-  '-fomit-frame-pointer',
   '-fdata-sections',
   '-ffunction-sections',
+  '-fno-common',
+  '-fomit-frame-pointer',
 ],
   }],
 ]




commit libuv for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2019-09-11 11:21:26

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.7948 (New)


Package is "libuv"

Wed Sep 11 11:21:26 2019 rev:17 rq:728113 version:1.31.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2019-07-23 
22:31:13.651044903 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new.7948/libuv.changes2019-09-11 
11:21:27.610787415 +0200
@@ -1,0 +2,12 @@
+Sun Sep  1 09:34:38 UTC 2019 - Andreas Stieger 
+
+- libuv 1.31.0:
+  * unix,win: add uv_fs_statfs()
+  * test: avoid AF_LOCAL
+  * add ability to retrieve all env variables
+  * doc: add %p to valgrind log-file arg
+  * doc: fix typo in basics.rst
+  * unix: clear UV_HANDLE_READING flag before callback
+- add project signing keyring and verify source signature
+
+---

Old:

  libuv-1.30.1.tar.gz

New:

  libuv-v1.31.0.tar.gz
  libuv-v1.31.0.tar.gz.sign
  libuv.keyring



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.avOORn/_old  2019-09-11 11:21:29.178787132 +0200
+++ /var/tmp/diff_new_pack.avOORn/_new  2019-09-11 11:21:29.218787125 +0200
@@ -18,17 +18,16 @@
 
 %define somajor 1
 Name:   libuv
-Version:1.30.1
+Version:1.31.0
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
 Group:  Development/Libraries/C and C++
-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
-# Source2:  %{name}.keyring
-Source0:
https://github.com/libuv/libuv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:https://libuv.org
+Source0:
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
+Source1:
https://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz.sign
+# https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
+Source2:%{name}.keyring
 Patch1: fix_tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -63,7 +62,7 @@
 Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %prep
-%setup -q
+%setup -q -n %{name}-v%{version}
 %patch1 -p1
 
 %build
@@ -83,6 +82,7 @@
 %postun -n libuv%{somajor} -p /sbin/ldconfig
 
 %files -n libuv%{somajor}
+%license LICENSE
 %{_libdir}/libuv.so.%{somajor}*
 
 %files devel

++ libuv.keyring ++
tag pubkey-cjihrig-kb
Tagger: cjihrig 
Date:   Tue Nov 15 10:10:29 2016 -0500

add cjihrig keybase GPG key
-BEGIN PGP SIGNATURE-
Comment: GPGTools - https://gpgtools.org

iQIcBAABCgAGBQJYKyWeAAoJEHQ0OQvb6bnFIfwP/2V9uaXz8KNVUU63cRNn/3LH
bPXnGHz0Z4o0/sebfWZBL5X/kSZjvqLArB29to3Xl5aGr1+X5N0jMe59ySKlGR6W
lk8xbqeIoa+3Z0n9zwQ1/KR7ldvKv5esQ1c6jyX1+49dUImrn28iHuNKISVM7tIN
39tUam0LhJ5D6A++4B3TwB0fNNyVNyALWCr0kT+LQQtmPFZ2zVsue+AlBcE/Xy/Z
tJ27+NmoG93q7ivg6qzq97CXZx7x64294Zh0T7Er0o8z8zsTb4o37DgmVv05ZoMe
BZ3SPY9/Ba0AhdmAcwoUtqVoJ2heoZZR0Qpp3ZJrPO9qdde8Co3Z6z315nb8ywZe
g35tMiaX5UZUDK0kumMBSAZkd251QvggJi1iN9ptBzlvKtDxuKbF9Jfb1LplAl+v
QuWzSnaiGgthZdn6KyK52xPaGl9sjx+oPhJBpGlSUyJj6WKm58odyxE7cviLMW2H
DjUkK+8+xiSa9acfi4MR+pdnJ5YdttBKTqrUDjtQ3CLbMKeiK1innHPsr5xFiI4o
NR8c53AMd0VuE9AxWJYeGWF5uTnb53gnwftb8dpOxW6klS3DVCDQoYRX3wZpyW7+
f9o67dM8tq1deHG5G4idEQ5QRBzamiUtVZMnT+dCNwKtBtWGaTpIbtPhQNzkBqSa
gWhX93cy64e34cF6iewb
=zyNc
-END PGP SIGNATURE-
-BEGIN PGP PUBLIC KEY BLOCK-
Comment: GPGTools - https://gpgtools.org

mQINBFWuiYUBEACax+bhCtTyMMXbeArImdR9KzdyVQTm5NJbcbUVFI0S3KOpUTZC
pCJsWrS9elTGW1OhiFXZmpksMsG1FA4Wiu8Cz0ZonigDZ0sN3C7GS8+e9Weunyeg
hTHslcgv1h29p8XT41ykhUfU+YQbLl/c1mdIhOrYWHbsqxT6OOaU8xUZs1QEuhb7
TMotUrz3DoJoHYQt5zdrea2Fc0AAYaaeWmGv/uiVHUZh3Yqpp19ZvpAzgLekINIm
JbRxp9t9nb4DBY03P2PI6bBukaxL2VxnNOYvH4wODJ15oKLSrOJjJgLiSGHauH+w
8WwazLket4hSEL5zfSm0CAfHfB/ECwqMj/Ww1Chjwc/jkcJmux+9NqvdIpuFrbrn
ALeEw0Jr9ZU3uoY3HBsveY3ouxxAke5lAXbrxa6FkFAhlmbmzRO48wCHTQqOa7GJ
yWP2CWSirA4W3DuUy0PvQW6fRDjHKk6rTXusdihN0Qd4EGkId9Fx4zFNJnmhVLQW
iuF7/VeoeXe90xZCAJvPkU4uWOojXP7vNaEUxd/GJIiZKth+z30aSDwXuo3DizyA
pmki9Dzqeq2Dw/O9MxqYmKD/38K7zw0eAUcSmci2ZcS7uwgoAJphjnG9J3qIfFKr
cPXhc9248jqyxbqVO+liYyGi5ktwv44iXibIXjM6Ae8f2mgkoULuEv7vpQARAQAB
tCdrZXliYXNlLmlvL2NqaWhyaWcgPGNqaWhyaWdAa2V5YmFzZS5pbz6JAj0EEwEK
ACcFAlWuiYUCGyMFCRLMAwAFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQ/0fV
5K2LT9x4/RAAmme2VvFG8+XFVA7D8VGCFZR5tok4YydV0fROFq87QCWh6//4IDOq
sJN4r6bqCsE+OHIFnROeQiwXV9MgohM1WnOFkkGAasUfjjbkg14omq4A6mQyqC4Z
ssdYKNljPkWgFxXV60UeehxjrN7smaUKHYfziSVS7NgByy9Yb0PLCCij8Ypl4ByD

commit libuv for openSUSE:Factory

2019-07-23 Thread root
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.changes2019-07-23 
22:31:13.651044903 +0200
@@ -1,0 +2,66 @@
+Wed Jul  3 08:28:41 CEST 2019 - Matej Cepl 
+
+- 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:

commit libuv for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2019-04-04 12:02:16

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.3908 (New)


Package is "libuv"

Thu Apr  4 12:02:16 2019 rev:15 rq:690390 version:1.27.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2019-03-04 
09:14:04.964668920 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.3908/libuv.changes2019-04-04 
12:02:19.293357982 +0200
@@ -1,0 +2,20 @@
+Thu Mar 21 11:12:46 UTC 2019 - Ondřej Súkup 
+
+- 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)
+
+---

Old:

  libuv-1.26.0.tar.gz

New:

  libuv-1.27.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.speUot/_old  2019-04-04 12:02:20.557358994 +0200
+++ /var/tmp/diff_new_pack.speUot/_new  2019-04-04 12:02:20.557358994 +0200
@@ -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

++ libuv-1.26.0.tar.gz -> libuv-1.27.0.tar.gz ++
 2403 lines of diff (skipped)




commit libuv for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2019-03-04 09:14:02

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new.28833 (New)


Package is "libuv"

Mon Mar  4 09:14:02 2019 rev:14 rq:680157 version:1.26.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2018-11-26 
10:15:16.466086216 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new.28833/libuv.changes   2019-03-04 
09:14:04.964668920 +0100
@@ -1,0 +2,39 @@
+Thu Feb 28 14:33:11 UTC 2019 - Ondřej Súkup 
+
+- 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)
+
+---

Old:

  libuv-1.24.0.tar.gz

New:

  libuv-1.26.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.SnrOa4/_old  2019-03-04 09:14:05.716668785 +0100
+++ /var/tmp/diff_new_pack.SnrOa4/_new  2019-03-04 09:14:05.716668785 +0100
@@ -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

++ libuv-1.24.0.tar.gz -> libuv-1.26.0.tar.gz ++
 4277 lines of diff (skipped)




commit libuv for openSUSE:Factory

2018-11-26 Thread root
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 
+
+- 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)




commit libuv for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2018-10-22 11:03:18

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Mon Oct 22 11:03:18 2018 rev:12 rq:641399 version:1.23.2

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2018-01-01 
22:09:05.495609299 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2018-10-22 
11:03:25.136270864 +0200
@@ -1,0 +2,21 @@
+Thu Oct 11 14:05:40 UTC 2018 - adam.ma...@suse.de
+
+- Update to version 1.23.2:
+  * unix: return 0 retrieving rss on cygwin
+  * unix: initialize uv_interface_address_t.phys_addr
+  * test: handle uv_os_setpriority() windows edge case
+  * tty, win: fix read stop for raw mode
+  * Revert "Revert "unix,fs: fix for potential partial reads/writes""
+  * unix,readv: always permit partial reads to return
+  * win,tty: fix uv_tty_close()
+  * doc: remove extraneous "on
+  * unix,win: fix threadpool race condition
+  * unix: rework thread barrier implementation
+  * unix: signal done to last thread barrier waiter
+  * unix: optimize uv_fs_readlink() memory allocation
+  For complete changelog please see
+  https://github.com/libuv/libuv/releases
+* install license as %license
+* fix_tests.patch: fix unit tests on OBS
+
+---

Old:

  libuv-1.18.0.tar.gz

New:

  fix_tests.patch
  libuv-1.23.2.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.ax0LgO/_old  2018-10-22 11:03:27.468268861 +0200
+++ /var/tmp/diff_new_pack.ax0LgO/_new  2018-10-22 11:03:27.468268861 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libuv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.18.0
+Version:1.23.2
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
@@ -29,6 +29,7 @@
 # Source1:  
http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz.sign
 # Source2:  %{name}.keyring
 Source0:
https://github.com/libuv/libuv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch1: fix_tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 ./autogen.sh
@@ -75,8 +77,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-# Tests sadly fail
-#make %{?_smp_mflags} check
+make %{?_smp_mflags} check
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
 %postun -n libuv%{somajor} -p /sbin/ldconfig
@@ -85,7 +86,8 @@
 %{_libdir}/libuv.so.%{somajor}*
 
 %files devel
-%doc AUTHORS CONTRIBUTING.md ChangeLog LICENSE README.md
+%doc AUTHORS CONTRIBUTING.md ChangeLog README.md
+%license LICENSE
 %{_libdir}/libuv.so
 %{_includedir}/uv*
 %{_libdir}/pkgconfig/libuv.pc

++ fix_tests.patch ++
Index: libuv-1.23.2/test/test-getnameinfo.c
===
--- libuv-1.23.2.orig/test/test-getnameinfo.c
+++ libuv-1.23.2/test/test-getnameinfo.c
@@ -39,6 +39,8 @@ static void getnameinfo_req(uv_getnamein
 const char* hostname,
 const char* service) {
   ASSERT(handle != NULL);
+  if (status != 0)
+ fprintf(stderr, " status: %d\n", status);
   ASSERT(status == 0);
   ASSERT(hostname != NULL);
   ASSERT(service != NULL);
Index: libuv-1.23.2/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
 
   TEST_ENTRY  (getnameinfo_basic_ip4)
   TEST_ENTRY  (getnameinfo_basic_ip4_sync)
-  TEST_ENTRY  (getnameinfo_basic_ip6)
+//  TEST_ENTRY  (getnameinfo_basic_ip6) // broken on OBS because no network to 
resolve ::1 => hostname
 
   TEST_ENTRY  (getsockname_tcp)
   TEST_ENTRY  (getsockname_udp)
++ libuv-1.18.0.tar.gz -> libuv-1.23.2.tar.gz ++
 27323 lines of diff (skipped)




commit libuv for openSUSE:Factory

2018-01-01 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2018-01-01 22:08:51

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Mon Jan  1 22:08:51 2018 rev:11 rq:560261 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2017-11-11 
14:17:12.276480963 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2018-01-01 
22:09:05.495609299 +0100
@@ -1,0 +2,49 @@
+Sun Dec 24 22:24:45 UTC 2017 - avin...@opensuse.org
+
+- Update to version 1.18.0
+  * unix,win: add uv_os_getpid()
+  * unix: remove incorrect assertion in uv_shutdown()
+  * aix: fix -Wmaybe-uninitialized warning
+  * win,doc: remove note about SIGWINCH on Windows
+  * doc: fix IRC URL in CONTRIBUTING.md
+- 1.17.0
+  * ibmi: add support for new platform
+  * unix: keep track of bound sockets sent via spawn
+  * unix: avoid malloc() call in uv_spawn()
+  * zos: add strnlen() implementation
+  * test: add threadpool init/teardown test
+  * test: avoid malloc() in threadpool test
+  * test: lower number of tasks in threadpool test
+  * test: fix test-spawn compilation
+  * doc: clarify the description of uv_loop_alive()
+  * win: issue memory barrier in uv_thread_join()
+  * win: map UV_FS_O_EXLOCK to a share mode of 0
+  * win: fix build on case-sensitive file systems
+  * win: fix test runner build with mingw64
+  * win: remove unused variable in test/test-fs.c
+- 1.16.1
+  * unix: move net/if.h include
+  * win: fix undeclared NDIS_IF_MAX_STRING_SIZE
+- 1.16.0
+  * unix,win: add fs open flags, map O_DIRECT|O_DSYNC
+  * win, fs: fix non-symlink reparse points
+  * test: fix -Wstrict-prototypes warnings
+  * unix, windows: map ENOTTY errno
+  * unix: fall back to fsync() if F_FULLFSYNC fails
+  * unix: do not close invalid kqueue fd after fork
+  * zos: reset epoll data after fork
+  * zos: skip fork_threadpool_queue_work_simple
+  * test: keep platform_output as first test
+  * unix,win: add uv_os_getppid()
+  * test: fix const qualification compiler warning
+  * doc: mark uv_default_loop() as not thread safe
+  * win, pipe: null-initialize stream->shutdown_req
+  * tty, win: get SetWinEventHook pointer at startup
+  * test: no extra new line in skipped test output
+  * pipe: allow access from other users
+  * unix,win: add uv_if_{indextoname,indextoiid}
+  * win: fix non-English dlopen error message
+  * win: change st_blksize from `2048` to `4096`
+- Small spec file cleanup
+
+---

Old:

  libuv-1.15.0.tar.gz

New:

  libuv-1.18.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.yXhgmZ/_old  2018-01-01 22:09:06.931130039 +0100
+++ /var/tmp/diff_new_pack.yXhgmZ/_new  2018-01-01 22:09:06.935128704 +0100
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:   libuv
-Version:1.15.0
+Version:1.18.0
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
@@ -62,7 +62,7 @@
 Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 ./autogen.sh

++ libuv-1.15.0.tar.gz -> libuv-1.18.0.tar.gz ++
 3359 lines of diff (skipped)




commit libuv for openSUSE:Factory

2017-11-11 Thread root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2017-11-11 14:17:09

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Sat Nov 11 14:17:09 2017 rev:10 rq:539501 version:1.15.0

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2016-12-02 
16:40:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2017-11-11 
14:17:12.276480963 +0100
@@ -1,0 +2,20 @@
+Wed Nov  1 08:50:48 UTC 2017 - mplus...@suse.com
+
+- Do not use source URL as fetching fails over ipv6
+
+---
+Thu Oct 19 07:59:04 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.15.0:
+  * win: fix buffer size in uv__getpwuid_r()
+  * unix: use fchmod() in uv_fs_copyfile()
+  * unix: support copying empty files
+  * unix: truncate destination in uv_fs_copyfile()
+  * linux: increase thread stack size with musl libc
+  * test: clean up semaphore after use
+  * unix: check for NULL in uv_os_unsetenv for parameter name
+  * For extensive list of changes since last release see provided
+ChangeLog
+- Small spec file cleanup
+
+---

Old:

  libuv-v1.10.1.tar.gz
  libuv-v1.10.1.tar.gz.sign
  libuv.keyring

New:

  libuv-1.15.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.xSyTom/_old  2017-11-11 14:17:13.956419391 +0100
+++ /var/tmp/diff_new_pack.xSyTom/_new  2017-11-11 14:17:13.956419391 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuv
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,20 +18,21 @@
 
 %define somajor 1
 Name:   libuv
-Version:1.10.1
+Version:1.15.0
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://libuv.org
-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
-Source2:%{name}.keyring
+# 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
+# Source2:  %{name}.keyring
+Source0:
https://github.com/libuv/libuv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 libuv is a support library with a focus on asynchronous I/O. It was
@@ -61,7 +62,7 @@
 Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 ./autogen.sh
@@ -79,12 +80,11 @@
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
 %postun -n libuv%{somajor} -p /sbin/ldconfig
+
 %files -n libuv%{somajor}
-%defattr(-,root,root)
 %{_libdir}/libuv.so.%{somajor}*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS CONTRIBUTING.md ChangeLog LICENSE README.md
 %{_libdir}/libuv.so
 %{_includedir}/uv*

++ libuv-v1.10.1.tar.gz -> libuv-1.15.0.tar.gz ++
 19717 lines of diff (skipped)




commit libuv for openSUSE:Factory

2016-12-02 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2016-12-02 16:40:02

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2016-11-15 
18:02:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2016-12-02 
16:40:03.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov 23 06:41:27 UTC 2016 - qantas94he...@gmail.com
+
+- Update to 1.10.1
+  * win: fix anonymous union syntax
+  * unix: use uv__is_closing everywhere
+  * win: add missing break statement
+  * doc: fix wrong man page link for uv_fs_lstat()
+  * win, tty: handle empty buffer in uv_tty_write_bufs
+  * doc: add cjihrig alternative GPG ID
+  * Revert "win,tty: add support for ANSI codes in win10 v1511"
+- Add signature and keyring for GPG source verification
+
+---

Old:

  v1.10.0.tar.gz

New:

  libuv-v1.10.1.tar.gz
  libuv-v1.10.1.tar.gz.sign
  libuv.keyring



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.19AauB/_old  2016-12-02 16:40:04.0 +0100
+++ /var/tmp/diff_new_pack.19AauB/_new  2016-12-02 16:40:04.0 +0100
@@ -18,13 +18,15 @@
 
 %define somajor 1
 Name:   libuv
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:Asychronous I/O support library
 License:MIT
 Group:  Development/Libraries/C and C++
-Url:https://github.com/libuv/libuv
-Source0:https://github.com/libuv/libuv/archive/v%{version}.tar.gz
+Url:http://libuv.org
+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
+Source2:%{name}.keyring
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -59,7 +61,7 @@
 Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %prep
-%setup -q
+%setup -q -n %{name}-v%{version}
 
 %build
 ./autogen.sh

++ libuv.keyring ++
pub   rsa4096 2015-07-21 [SCA] [expires: 2025-07-18]
  57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC
uid   [ unknown] keybase.io/cjihrig 
sub   rsa4096 2015-07-21 [E] [expires: 2025-07-18]

-BEGIN PGP PUBLIC KEY BLOCK-

mQINBFWuiYUBEACax+bhCtTyMMXbeArImdR9KzdyVQTm5NJbcbUVFI0S3KOpUTZC
pCJsWrS9elTGW1OhiFXZmpksMsG1FA4Wiu8Cz0ZonigDZ0sN3C7GS8+e9Weunyeg
hTHslcgv1h29p8XT41ykhUfU+YQbLl/c1mdIhOrYWHbsqxT6OOaU8xUZs1QEuhb7
TMotUrz3DoJoHYQt5zdrea2Fc0AAYaaeWmGv/uiVHUZh3Yqpp19ZvpAzgLekINIm
JbRxp9t9nb4DBY03P2PI6bBukaxL2VxnNOYvH4wODJ15oKLSrOJjJgLiSGHauH+w
8WwazLket4hSEL5zfSm0CAfHfB/ECwqMj/Ww1Chjwc/jkcJmux+9NqvdIpuFrbrn
ALeEw0Jr9ZU3uoY3HBsveY3ouxxAke5lAXbrxa6FkFAhlmbmzRO48wCHTQqOa7GJ
yWP2CWSirA4W3DuUy0PvQW6fRDjHKk6rTXusdihN0Qd4EGkId9Fx4zFNJnmhVLQW
iuF7/VeoeXe90xZCAJvPkU4uWOojXP7vNaEUxd/GJIiZKth+z30aSDwXuo3DizyA
pmki9Dzqeq2Dw/O9MxqYmKD/38K7zw0eAUcSmci2ZcS7uwgoAJphjnG9J3qIfFKr
cPXhc9248jqyxbqVO+liYyGi5ktwv44iXibIXjM6Ae8f2mgkoULuEv7vpQARAQAB
tCdrZXliYXNlLmlvL2NqaWhyaWcgPGNqaWhyaWdAa2V5YmFzZS5pbz6JAj0EEwEK
ACcFAlWuiYUCGyMFCRLMAwAFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQ/0fV
5K2LT9x4/RAAmme2VvFG8+XFVA7D8VGCFZR5tok4YydV0fROFq87QCWh6//4IDOq
sJN4r6bqCsE+OHIFnROeQiwXV9MgohM1WnOFkkGAasUfjjbkg14omq4A6mQyqC4Z
ssdYKNljPkWgFxXV60UeehxjrN7smaUKHYfziSVS7NgByy9Yb0PLCCij8Ypl4ByD
2aDw1qHpqxZ779LMD5c2A+sR8PIlW2aUGVOz+9VEt5X/Sa6FT3MNb+j/cZ0Vyklq
JV6ko0AIWOvj0Sd9Fhms26TvHjgEvW4BzxqW8RakjqsNdXOZlbmRskuU1eybEEYO
5dGzSUb+TfYkK9WyLmjLgdKyrn0weYaJPYOEK17hcWEUKDeRxzKC9tecnEageVOP
Dyx4TGuJgOs9fnHyhDZGbqQGLKH/N6SvcotNY6u+D/y+xMSMJoeV/jDr1H4rCZ2t
d5KkDVTBwk1mDll8W7OO0YSE7OKpAxWy7+8IPzgZ8K59/i8ROkjn+0Umq0PHSsST
K56rrjwJVjh+7psr1WiefXlzU3SoxHd1fooYFpKZ/Asu46nT25kJcNNh1SBoD19H
wo/1EO8hUoJdqHlFGsaqNIP16i5uyPUDtYnK4nZqCn3dd5usGhwZrX4lDtCmeFRe
XK0Thue4xzwOgwM/g5R1pMmQrIlVpWX5tZMNFafanTVhOIO08KQibwO5Ag0EVa6J
hQEQAMJpwUM6FOTRs7eE15/BhvnNWdhWeucphDdz57dvnGM9f7+5zhSmSoq3Ng4E
JCR/cTAqG25ovjr7jSYY6g7Qu77x3nVahxm8hATq0ru2WYQ1UjeVMSO6TYNONwWP
mHKFqXoHhvYP+8a5Y6X71UOUDQCMPu1rbVRmqLgIdnbqZbA+A4/Ovq1b+O4sTGdg
p0E2YavUK0403S8Oilc8LJ7D2rtVm/1B3Sxe7MXs9A8xnHp4s8d2XMtkqcs7wvX+
IKOwW6EHvZ2MochtVGtxQiKgdnBn04kyxmF5ap4IrdTwecKqH0xlhzJNeIG1fF6X
v98mvc2Qt+nMv11lveoS3rkIBM5roEMrMcMlRWNwbhsOsZlI5NEbA/2qwRKDmF3O
lkHcbi5llQLYxWs7w0/9AhFUooVyAttJZXgZZTmPsouV6ncHYrpphWu31GmTDTgx
+dxZ40j8N9eG+hm71/jYWrsgN9kNRBMX5FCYPlUC6f0u19+oSI/hxpyrICfDNIC3
jhoXzJlJMUvLYNQdu6TdNiT4OXo/U1e62ViU9VjkrJJctAighDDuvFmgGx2++f/K
X4yAgBoX6yq/dcEjGah/IU2VoTux5B+9K77v4+JyPN4Tup1VdI24vGktz9Qh6Zym
ysklD++kleacZH4XcXpWm/tF/NbX199r9z77JwDvAkkddpe/ABEBAAGJAiUEGAEK

commit libuv for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2016-11-15 18:02:16

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2016-08-03 
11:43:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2016-11-15 
18:02:19.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 11:51:16 UTC 2016 - aloi...@gmx.com
+
+- Update to 1.10.0
+
+---

Old:

  v1.8.0.tar.gz

New:

  v1.10.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.ZSwZ6Y/_old  2016-11-15 18:02:20.0 +0100
+++ /var/tmp/diff_new_pack.ZSwZ6Y/_new  2016-11-15 18:02:20.0 +0100
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:   libuv
-Version:1.8.0
+Version:1.10.0
 Release:0
 Summary:Asychronous I/O support library
 License:MIT

++ v1.8.0.tar.gz -> v1.10.0.tar.gz ++
 12056 lines of diff (skipped)




commit libuv for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2016-08-03 11:43:30

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2016-02-01 
19:57:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2016-08-03 
11:43:31.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 22:00:21 UTC 2016 - jeng...@inai.de
+
+- Trim filler words from description
+
+---



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.KH0B4z/_old  2016-08-03 11:43:33.0 +0200
+++ /var/tmp/diff_new_pack.KH0B4z/_new  2016-08-03 11:43:33.0 +0200
@@ -20,7 +20,7 @@
 Name:   libuv
 Version:1.8.0
 Release:0
-Summary:Cross-platform asychronous I/O
+Summary:Asychronous I/O support library
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/libuv/libuv
@@ -32,18 +32,18 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-libuv is a multi-platform support library with a focus on asynchronous I/O. It
-was primarily developed for use by Node.js, but it's also used by Mozilla's
-Rust language, Luvit, Julia, pyuv, and others.
+libuv is a support library with a focus on asynchronous I/O. It was
+primarily developed for use by Node.js, but it is also used by
+Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %package -n libuv%{somajor}
-Summary:Cross-platform asychronous I/O
+Summary:Asychronous I/O support library
 Group:  System/Libraries
 
 %description -n libuv%{somajor}
-libuv is a multi-platform support library with a focus on asynchronous I/O. It
-was primarily developed for use by Node.js, but it's also used by Mozilla's
-Rust language, Luvit, Julia, pyuv, and others.
+libuv is a support library with a focus on asynchronous I/O. It was
+primarily developed for use by Node.js, but it is also used by
+Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %packagedevel
 Summary:Development libraries for libuv
@@ -52,11 +52,11 @@
 Requires:   libuv%{somajor} = %{version}
 
 %descriptiondevel
-Development files for libuv
+Development files for libuv.
 
-libuv is a multi-platform support library with a focus on asynchronous I/O. It
-was primarily developed for use by Node.js, but it's also used by Mozilla's
-Rust language, Luvit, Julia, pyuv, and others.
+libuv is a support library with a focus on asynchronous I/O. It was
+primarily developed for use by Node.js, but it is also used by
+Mozilla's Rust language, Luvit, Julia, pyuv, and others.
 
 %prep
 %setup -q




commit libuv for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2016-02-01 19:57:30

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2015-12-09 
22:23:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2016-02-01 
19:57:45.0 +0100
@@ -1,0 +2,66 @@
+Sat Jan 30 22:30:34 UTC 2016 - mplus...@suse.com
+
+- Update to 1.8.0
+  * unix: fix memory leak in uv_interface_addresses (Jianghua Yang)
+  * unix: make uv_guess_handle work properly for AIX (Gireesh 
+Punathil)
+  * fs: undo uv__req_init when uv__malloc failed (Jianghua Yang)
+  * build: remove unused 'component' GYP option (Saúl Ibarra 
+Corretgé)
+  * include: remove duplicate extern declaration (Jianghua Yang)
+  * win: use the MSVC provided snprintf where possible (Jason 
+Williams)
+  * win, test: fix compilation warning (Saúl Ibarra Corretgé)
+  * win: fix compilation with VS < 2012 (Ryan Johnston)
+  * stream: support empty uv_try_write on unix (Fedor Indutny)
+  * unix: fix request handle leak in uv__udp_send (Jianghua Yang)
+  * src: replace QUEUE_SPLIT with QUEUE_MOVE (Ben Noordhuis)
+  * unix: use QUEUE_MOVE when iterating over lists (Ben Noordhuis)
+  * unix: squelch harmless valgrind warning (Ben Noordhuis)
+  * test: don't abort on setrlimit() failure (Ben Noordhuis)
+  * unix: only undo fs req registration in async mode (Ben 
+Noordhuis)
+  * unix: fix uv__getiovmax return value (HungMingWu)
+  * unix: make work with Solaris Studio. (Adam Stylinski)
+  * test: fix fs_event_watch_file_currentdir flakiness (Santiago 
+Gimeno)
+  * unix: skip prohibited syscalls on tvOS and watchOS (Nathan 
+Corvino)
+  * test: use FQDN in getaddrinfo_fail test (Wink Saville)
+  * docs: clarify documentation of uv_tcp_init_ex (Andrius 
+Bentkus)
+  * win: fix comment (Miodrag Milanovic)
+  * doc: fix typo in README (Angel Leon)
+  * darwin: abort() if (un)locking fs mutex fails (Ben Noordhuis)
+  * pipe: enable inprocess uv_write2 on Windows (Louis DeJardin)
+  * win: properly return UV_EBADF when _close() fails (Nicholas 
+Vavilov)
+  * test: skip process_title for AIX (Imran Iqbal)
+  * misc: expose handle print APIs (Petka Antonov)
+  * include: add stdio.h to uv.h (Saúl Ibarra Corretgé)
+  * misc: remove unnecessary null pointer checks (Ian Kronquist)
+  * test,freebsd: skip udp_dual_stack if not supported (Santiago 
+Gimeno)
+  * linux: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
+  * unix: don't retry dup2/dup3 on EINTR (Ben Noordhuis)
+  * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra 
+Corretgé)
+  * win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman)
+  * test: fix test/test-tty.c for AIX (Imran Iqbal)
+  * android: support api level less than 21 (kkdaemon)
+  * fsevents: fix race on simultaneous init+close (Fedor Indutny)
+  * linux,fs: fix p{read,write}v with a 64bit offset (Saúl Ibarra 
+Corretgé)
+  * fs: add uv_fs_realpath() (Yuval Brik)
+  * win: fix path for removed and renamed fs events (Joran Dirk 
+Greef)
+  * win: do not read more from stream than available (Jeremy 
+Whitlock)
+  * test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo)
+  * unix: fix uv_fs_event_stop() from fs_event_cb (Andrey Mazo)
+  * test: fix self-deadlocks in thread_rwlock_trylock (Ben 
+Noordhuis)
+  * src: remove non ascii character (sztomi)
+  * test: fix test udp_multicast_join6 for AIX (Imran Iqbal)
+
+---

Old:

  v1.7.5.tar.gz

New:

  v1.8.0.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.6wIDqZ/_old  2016-02-01 19:57:46.0 +0100
+++ /var/tmp/diff_new_pack.6wIDqZ/_new  2016-02-01 19:57:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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.7.5
+Version:1.8.0
 Release:0
 Summary:Cross-platform asychronous I/O
 License:MIT
@@ -62,7 +62,7 @@
 %setup -q
 
 %build
-sh autogen.sh
+./autogen.sh
 %configure \
   --disable-static
 make %{?_smp_mflags} V=1
@@ -76,9 +76,7 @@
 #make %{?_smp_mflags} check
 
 %post -n libuv%{somajor} -p /sbin/ldconfig
-
 %postun -n libuv%{somajor} -p /sbin/ldconfig
-
 %files -n libuv%{somajor}
 

commit libuv for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2015-12-09 19:52:18

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2015-10-06 
13:26:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2015-12-09 
22:23:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec  6 17:02:36 UTC 2015 - mplus...@suse.com
+
+- Make building more verbose
+
+---



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.OZHAQU/_old  2015-12-09 22:23:51.0 +0100
+++ /var/tmp/diff_new_pack.OZHAQU/_new  2015-12-09 22:23:51.0 +0100
@@ -60,11 +60,12 @@
 
 %prep
 %setup -q
-sh autogen.sh
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+sh autogen.sh
+%configure \
+  --disable-static
+make %{?_smp_mflags} V=1
 
 %install
 %make_install




commit libuv for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2015-10-06 13:26:38

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is "libuv"

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2015-08-07 
00:24:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2015-10-06 
13:26:40.0 +0200
@@ -1,0 +2,133 @@
+Sat Oct  3 16:15:53 UTC 2015 - mrueck...@suse.de
+
+- Update to 1.7.5
+  - unix: Support atomic compare & swap xlC on AIX (nmushell)
+  - unix: Fix including uv-aix.h on AIX (nmushell)
+  - unix: consolidate rwlock tryrdlock trywrlock errors (Saúl
+Ibarra Corretgé)
+  - unix, win: consolidate mutex trylock errors (Saúl Ibarra
+Corretgé)
+  - darwin: fix memory leak in uv_cpu_info (Jianghua Yang)
+  - test: add tests for the uv_rwlock implementation (Bert Belder)
+  - win: redo/fix the uv_rwlock APIs (Bert Belder)
+  - win: don't fetch function pointers to SRWLock APIs (Bert
+Belder)
+- Changes for 1.7.4:
+  - doc: uv_read_start and uv_read_cb clarifications (Ben Trask)
+  - freebsd: obtain true uptime through clock_gettime() (Jianghua
+Yang)
+  - win, tty: do not convert \r to \r\n (Colin Snover)
+  - build,gyp: add DragonFly to the list of OSes (Michael Neumann)
+  - fs: fix bug in sendfile for DragonFly (Michael Neumann)
+  - doc: add uv_dlsym() return type (Brian White)
+  - tests: fix fs tests run w/o full getdents support (Jeremy
+Whitlock)
+  - doc: fix typo (Devchandra Meetei Leishangthem)
+  - doc: fix uv-unix.h location (Sakthipriyan Vairamani)
+  - unix: fix error check when closing process pipe fd (Ben
+Noordhuis)
+  - test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno)
+  - win: fix unsavory rwlock fallback implementation (Bert Belder)
+  - doc: clarify repeat timer behavior (Eli Skeggs)
+- Changes for 1.7.3:
+  - threadpool: fix thread starvation bug (Ben Noordhuis)
+- Changes for 1.7.2:
+  - unix, win: make uv_loop_init return on error (Willem Thiart)
+  - win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé)
+  - win: fix replacing pipe handle for pipe servers (Saúl Ibarra
+Corretgé)
+  - win: fix setting pipe pending instances after bind (Saúl Ibarra
+Corretgé)
+- Changes for 1.7.1:
+  - doc: document the procedure for verifying releases (Saúl Ibarra
+Corretgé)
+  - doc: add note about Windows binaries to the README (Saúl Ibarra
+Corretgé)
+  - doc: use long GPG IDs in MAINTAINERS.md (Saúl Ibarra Corretgé)
+  - Revert "stream: squelch ECONNRESET error if already closed"
+(Saúl Ibarra Corretgé)
+  - doc: clarify uv_read_stop() is idempotent (Corbin Simpson)
+  - unix: OpenBSD's setsockopt needs an unsigned char for multicast
+(Zachary Hamm)
+  - test: Fix two memory leaks (Karl Skomski)
+  - unix,win: return EINVAL on nullptr args in uv_fs_{read,write}
+(Karl Skomski)
+  - win: set accepted TCP sockets as non-inheritable (Saúl Ibarra
+Corretgé)
+  - unix: remove superfluous parentheses in fs macros (Ben
+Noordhuis)
+  - unix: don't copy arguments for sync fs requests (Ben Noordhuis)
+  - test: plug small memory leak in unix test runner (Ben
+Noordhuis)
+  - unix,windows: allow NULL loop for sync fs requests (Ben
+Noordhuis)
+  - unix,windows: don't assert on unknown error code (Ben
+Noordhuis)
+  - stream: retry write on EPROTOTYPE on OSX (Brian White)
+  - common: fix use of snprintf on Windows (Saúl Ibarra Corretgé)
+  - tests: refactored fs watch_dir tests for stability (Jeremy
+Whitlock)
+- Changes for 1.7.0:
+  - win,stream: add slot to remember CRT fd (Bert Belder)
+  - win,pipe: properly close when created from CRT fd (Bert Belder)
+  - win,pipe: don't close fd 0-2 (Bert Belder)
+  - win,tty: convert fd -> handle safely (Bert Belder)
+  - win,tty: properly close when created from CRT fd (Bert Belder)
+  - win,tty: don't close fd 0-2 (Bert Belder)
+  - win,fs: don't close fd 0-2 (Bert Belder)
+  - win: include "malloc.h" (Cheng Zhao)
+  - windows: MSVC 2015 has C99 inline (Jason Williams)
+  - dragonflybsd: fixes for nonblocking and cloexec (Michael
+Neumann)
+  - dragonflybsd: use sendfile(2) for uv_fs_sendfile (Michael
+Neumann)
+  - dragonflybsd: fix uv_exepath (Michael Neumann)
+  - win,fs: Fixes align(8) directive on mingw (Stefano Cristiano)
+  - unix, win: prevent replacing fd in uv_{udp,tcp,pipe}_t (Saúl
+Ibarra Corretgé)
+  - win: move logic to set socket non-inheritable to
+uv_tcp_set_socket (Saúl Ibarra Corretgé)
+  - unix, win: add ability to create tcp/udp sockets early (Saúl
+Ibarra Corretgé)
+  - test: retry select() on EINTR, honor milliseconds (Ben
+Noordhuis)
+  - unix: consolidate tcp and udp bind error (Saúl Ibarra Corretgé)
+  - test: 

commit libuv for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2015-08-07 00:24:09

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is libuv

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2015-03-03 
11:16:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2015-08-07 
00:24:11.0 +0200
@@ -1,0 +2,86 @@
+Wed Aug  5 08:53:20 UTC 2015 - mplus...@suse.com
+
+- Update to 1.6.1
+  * unix: handle invalid _SC_GETPW_R_SIZE_MAX values (cjihrig)
+- Changes for 1.6.0
+  * aix: fix setsockopt for multicast options (Michael)
+  * unix: don't block for io if any io handle is primed (Saúl 
+Ibarra Corretgé)
+  * windows: MSVC 2015 has snprintf() (Rui Abreu Ferreira)
+  * windows: Add VS2015 support to vcbuild.bat (Jason Williams)
+  * doc: fix typo in tcp.rst (Igor Soarez)
+  * linux: work around epoll bug in kernels  2.6.37 (Ben 
+Noordhuis)
+  * unix,win: add uv_os_homedir() (cjihrig)
+  * stream: fix `select()` race condition (Fedor Indutny)
+  * unix: prevent infinite loop in uv__run_pending (Saúl Ibarra 
+Corretgé)
+  * unix: make sure UDP send callbacks are asynchronous (Saúl 
+Ibarra Corretgé)
+  * test: fix `platform_output` netmask printing. (Andrew Paprocki)
+  * aix: add ahafs autoconf detection and README notes (Andrew 
+Paprocki)
+  * core: add ability to customize memory allocator (Saúl Ibarra 
+Corretgé)
+- Changes for 1.5.0
+  * doc: clarify that the thread pool primites are not thread safe 
+(Andrius Bentkus)
+  * aix: always deregister closing fds from epoll (Michael)
+  * unix: fix glibc-2.20+ macro incompatibility (Massimiliano 
+Torromeo)
+  * doc: add Sphinx plugin for generating links to man pages 
+(Saúl Ibarra Corretgé)
+  * doc: link system and library calls to man pages (Saúl 
+Ibarra Corretgé)
+  * doc: document uv_getnameinfo_t.{host|service} (Saúl Ibarra 
+Corretgé)
+  * build: update the location of gyp (Stephen von Takach)
+  * win: name all anonymous structs and unions (TomCrypto)
+  * linux: work around epoll bug in kernels 3.10-3.19 (Ben 
+Noordhuis)
+  * darwin: fix size calculation in select() fallback (Ole 
+André Vadla Ravnås)
+  * solaris: fix setsockopt for multicast options (Julien 
+Gilli)
+  * test: fix race condition in multithreaded test (Ben Noordhuis)
+  * doc: fix long lines in tty.rst (Ben Noordhuis)
+  * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis)
+  * unix: don't clobber errno in uv_tty_reset_mode() (Ben 
+Noordhuis)
+  * unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis)
+  * win: fix pipe blocking writes (Alexis Campailla)
+  * build: fix cross-compiling for iOS (Steven Kabbes)
+  * win: remove unnecessary malloc.h
+  * include: use `extern c++` for defining C++ code (Kazuho Oku)
+  * unix: reap child on execvp() failure (Ryan Phillips)
+  * windows: fix handle leak on EMFILE (Brian Green)
+  * test: fix tty_file, close handle if initialized (Saúl Ibarra 
+Corretgé)
+  * doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé)
+  * doc: clarify that we don't maintain external doc resources 
+(Saúl Ibarra Corretgé)
+  * build: add documentation for ninja support (Devchandra 
+Meetei Leishangthem)
+  * doc: document uv_buf_t members (Corey Farrell)
+  * linux: fix epoll_pwait() fallback on arm64 (Ben Noordhuis)
+  * android: fix compilation warning (Saúl Ibarra Corretgé)
+  * unix: don't close the fds we just setup (Sam Roberts)
+  * test: spawn child replacing std{out,err} to stderr 
+  * unix: fix swapping fds order in uv_spawn 
+  * unix: fix potential bug if dup2 fails in uv_spawn 
+  * test: remove LOG and LOGF variadic macros
+  * win: fix uv_fs_access on directories 
+  * win: fix of double free in uv_uptime
+  * unix: open /dev/null instead of / for emfile_fd 
+  * docs: add some missing words 
+  * unix: clean up uv_fs_open() O_CLOEXEC logic 
+  * build: set SONAME for shared library in uv.gyp 
+  * windows: define snprintf replacement as inline instead of static
+  * win: fix unlink of readonly files 
+  * doc: fix uv_run(UV_RUN_DEFAULT) description 
+  * linux: intercept syscall when running under memory sanitizer
+  * aix: fix uv_interface_addresses return value
+  * windows: defer reporting TCP write failure until next tick
+  * test: add test for deferred TCP write failure 
+
+---

Old:

  v1.4.2.tar.gz

New:

  v1.6.1.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.i5ui70/_old  2015-08-07 00:24:13.0 +0200
+++ /var/tmp/diff_new_pack.i5ui70/_new  2015-08-07 

commit libuv for openSUSE:Factory

2015-03-03 Thread h_root
Hello community,

here is the log from the commit of package libuv for openSUSE:Factory checked 
in at 2015-03-03 11:15:36

Comparing /work/SRC/openSUSE:Factory/libuv (Old)
 and  /work/SRC/openSUSE:Factory/.libuv.new (New)


Package is libuv

Changes:

--- /work/SRC/openSUSE:Factory/libuv/libuv.changes  2015-02-18 
11:38:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2015-03-03 
11:16:06.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar  2 15:50:47 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.4.2:
+  * stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
+  * win: don't use inline keyword in thread.c (Ben Noordhuis)  * windows: fix
+  * setting dirent types on uv_fs_scandir_next (Saúl Ibarra Corretgé)  *
+  * unix,windows: make uv_thread_create() return errno (Ben Noordhuis)  * tty:
+  * fix build for SmartOS (Julien Gilli)  * unix: fix for uv_async data race
+  * (Michael Penick)  * unix, windows: map EHOSTDOWN errno (Ben Noordhuis)  *
+  * stream: use SO_OOBINLINE on OS X (Fedor Indutny)
+
+---

Old:

  v1.4.0.tar.gz

New:

  v1.4.2.tar.gz



Other differences:
--
++ libuv.spec ++
--- /var/tmp/diff_new_pack.f8vbGg/_old  2015-03-03 11:16:07.0 +0100
+++ /var/tmp/diff_new_pack.f8vbGg/_new  2015-03-03 11:16:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libuv
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.4.0
+Version:1.4.2
 Release:0
 Summary:Cross-platform asychronous I/O
 License:MIT

++ v1.4.0.tar.gz - v1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuv-1.4.0/AUTHORS new/libuv-1.4.2/AUTHORS
--- old/libuv-1.4.0/AUTHORS 2015-02-09 21:06:37.0 +0100
+++ new/libuv-1.4.2/AUTHORS 2015-02-26 11:20:00.0 +0100
@@ -180,3 +180,4 @@
 Johan Bergström b...@bergstroem.nu
 Alex Mo almos...@gmail.com
 Luis Martinez de Bartolome las...@gmail.com
+Michael Penick michael.pen...@datastax.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuv-1.4.0/ChangeLog new/libuv-1.4.2/ChangeLog
--- old/libuv-1.4.0/ChangeLog   2015-02-09 21:06:37.0 +0100
+++ new/libuv-1.4.2/ChangeLog   2015-02-26 11:20:00.0 +0100
@@ -1,4 +1,31 @@
-2015.02.10, Version 1.4.0 (Stable)
+2015.02.27, Version 1.4.2 (Stable)
+
+Changes since version 1.4.1:
+
+* stream: ignore EINVAL for SO_OOBINLINE on OS X (Fedor Indutny)
+
+
+2015.02.25, Version 1.4.1 (Stable), e8e3fc5789cc0f02937879d141cca0411274093c
+
+Changes since version 1.4.0:
+
+* win: don't use inline keyword in thread.c (Ben Noordhuis)
+
+* windows: fix setting dirent types on uv_fs_scandir_next (Saúl Ibarra
+  Corretgé)
+
+* unix,windows: make uv_thread_create() return errno (Ben Noordhuis)
+
+* tty: fix build for SmartOS (Julien Gilli)
+
+* unix: fix for uv_async data race (Michael Penick)
+
+* unix, windows: map EHOSTDOWN errno (Ben Noordhuis)
+
+* stream: use SO_OOBINLINE on OS X (Fedor Indutny)
+
+
+2015.02.10, Version 1.4.0 (Stable), 19fb8a90648f3763240db004b77ab984264409be
 
 Changes since version 1.3.0:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuv-1.4.0/Makefile.am new/libuv-1.4.2/Makefile.am
--- old/libuv-1.4.0/Makefile.am 2015-02-09 21:06:37.0 +0100
+++ new/libuv-1.4.2/Makefile.am 2015-02-26 11:20:00.0 +0100
@@ -222,6 +222,7 @@
  test/test-tcp-read-stop.c \
  test/test-tcp-shutdown-after-write.c \
  test/test-tcp-unexpected-read.c \
+ test/test-tcp-oob.c \
  test/test-tcp-write-to-half-open-connection.c \
  test/test-tcp-write-after-connect.c \
  test/test-tcp-writealot.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libuv-1.4.0/checksparse.sh 
new/libuv-1.4.2/checksparse.sh
--- old/libuv-1.4.0/checksparse.sh  2015-02-09 21:06:37.0 +0100
+++ new/libuv-1.4.2/checksparse.sh  2015-02-26 11:20:00.0 +0100
@@ -145,6 +145,7 @@
 test/test-tcp-read-stop.c
 test/test-tcp-shutdown-after-write.c
 test/test-tcp-unexpected-read.c
+test/test-tcp-oob.c
 test/test-tcp-write-error.c