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.000000000 +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 - [email protected]
+
+- Do not use source URL as fetching fails over ipv6
+
+-------------------------------------------------------------------
+Thu Oct 19 07:59:04 UTC 2017 - [email protected]
+
+- 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)


Reply via email to