Accepting request 535145 from home:pluskalm:branches:devel:libraries:c_c++

- 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

OBS-URL: https://build.opensuse.org/request/show/535145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libuv?expand=0&rev=20
This commit is contained in:
Marcus Meissner 2017-10-19 11:28:19 +00:00 committed by Git OBS Bridge
parent 3a2f19d1fd
commit a0e30f384b
6 changed files with 39 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4886badd96dcc74debbb5736381960f22bae2308166bc0a1074bcd6d364d1a7f
size 1066008

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQIcBAABCgAGBQJYLJ/8AAoJEP9H1eSti0/cCtoQAI6JGbXyiuxKWu74DuFGMxbH
Dq+RdoGPw7QW5+UyPyLF9c4RDbK5FgVi17sh4Xjf4q2ZlOpHUOn0O75gmCQK/glP
5fYtqeKUf1W5YAi62G2MLxOMKR6t4XziiwKV3HIiLs43CMKL1/TAZKUIlxuz4r88
YW2kWJCGgxQ68xz2xsvavvnlS4rohqrY8ixPN9XfXF2wdq+84PA+4I9hGPp3wJj2
bTDkkDJnrwBEcDpj7EQugEvCbEzbBXpFPbvfMS59gJw5Md+vMbGS5fQCwozQzvV5
EK93aRjSmqQHO2oBxA6Vf89vEg8fUwyEQw+3aDuqK0XzVE82yfT9tOU7IIBXMb78
VVIqc6hGp/OJfGwGWOzxArG1G5nt+KTz7bwS9Gc/kPkwGQyexl63cthVIW3RyBVu
6+06G/yISixtqr6sroPM2fCX1UMZ3B38RpWj+TmbRQE9FWyr82vHwbPdT1iYxZ2F
nWChSsERbAvsqC/yZDRrjiNrMFeuPXS2m0MmewQwEC0u5cwDHZC+2UR591Tv2kl9
gayL1kig2zGDN0dLpdSaKazvKgnscafnE+LccwkOHuTIXawjgzdjY0gULPnXrhk7
EddCwfw7aVc1MqEopjSrxre+8Fz5klXTvb6CcjmAoypDPBHCeqO+MX2hh9YpULjN
UBemIDD1F6+PUn2J4ncf
=urnl
-----END PGP SIGNATURE-----

3
libuv-v1.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28b1b334ae79fdbb025c7a4dacf3cb14738f9d336998bc42bbdbe72b8799fe85
size 1150559

17
libuv-v1.15.0.tar.gz.sign Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQIcBAABCgAGBQJZ0swxAAoJEP9H1eSti0/ccRUP/igtK7u7+6jDyHt07xFF0FHk
kKCc97/k4aZZ5FkO63Z4/h+Fabg0bqS6JzzKg5SrTL51FFMLcZNnxBqOPPKs1rX7
4Wx301MvjGh1GSbJj3dfwgOGuaZRbwOGCv7/kVdpOiZel1/t4R//ncGcLYr++WbY
sSxtT9wEGgOWIlZMwhn50D5elODhf4GiLKXK8Bp6tGMOmZmjdWfELtrvJpGistE5
jva7s2TE7xqoteqnHChusdQXQjnxQPUiHYw1E6CDs7qCXALmOgb0/OxkkQOdiMCH
hvIXP14Rehebzkdsls8WdXByAeP3SOGhJFTccj5ITdmBhWxjmtU979YuEzLLgqXy
zLGpNyaSl1FDbCeiKUjibs5WkxrmrHJAZtSywJ1fnMTc5Hrso4/X+sVGgWPm28wu
zkdCQYFVWU6+NXXaYnjZRouof9r9u/CAWFEZJOZ8IBKZB28STBtycbHOtmcFPXDT
n29PB3x6EsYltBjkj8AyIYDNtQFQUSYZOFx0xcbqh7bBw/tTMpl6U8uWAmhT+eqN
Nem+riOy49QhSaWBlBRi5uE1QQmxftazwr6KezqkRe5XVVOeCNYOq9L5Fp853dcn
JGWgR3SA2Erf6I9GOAcht17rysVfUWFKR5ANk6TGw3Lk4Fs2iYjWDgzX/x+z7+2d
0XI17v0MGX7tKuzaxAum
=IYs+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 19 07:59:04 UTC 2017 - mpluskal@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
-------------------------------------------------------------------
Wed Nov 23 06:41:27 UTC 2016 - qantas94heavy@gmail.com

View File

@ -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,7 +18,7 @@
%define somajor 1
Name: libuv
Version: 1.10.1
Version: 1.15.0
Release: 0
Summary: Asychronous I/O support library
License: MIT
@ -30,8 +30,7 @@ Source2: %{name}.keyring
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
@ -79,12 +78,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
%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*