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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libuv.new/libuv.changes 2015-08-07 
00:24:11.000000000 +0200
@@ -1,0 +2,86 @@
+Wed Aug  5 08:53:20 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.i5ui70/_new  2015-08-07 00:24:13.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 1
 Name:           libuv
-Version:        1.4.2
+Version:        1.6.1
 Release:        0
 Summary:        Cross-platform asychronous I/O
 License:        MIT

++++++ v1.4.2.tar.gz -> v1.6.1.tar.gz ++++++
++++ 9454 lines of diff (skipped)


Reply via email to