!14 Update to 1.42.0

From: @sdlzx
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-09-26 01:28:20 +00:00 committed by Gitee
commit 0b22bb87b3
4 changed files with 6 additions and 16 deletions

Binary file not shown.

BIN
libuv-v1.42.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libuv
Description: Development libraries for libuv
Version: @version@
Libs: -L${libdir} -luv -lrt -lpthread -lnsl -ldl
Cflags: -I{includedir}
URL: http://libuv.org/

View File

@ -1,14 +1,13 @@
Name: libuv
Epoch: 1
Version: 1.40.0
Version: 1.42.0
Release: 1
Summary: A multi-platform support library with a focus on asynchronous I/O
# the licensing breakdown is described in detail in the LICENSE file
License: MIT and BSD and ISC
# from README.md
License: MIT and CC-BY-4.0
URL: http://libuv.org/
Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
Source2: %{name}.pc.in
BuildRequires: autoconf automake libtool gcc
@ -28,7 +27,6 @@ Development libraries for libuv
%package_help
%prep
%autosetup -p1 -n %{name}-v%{version}
@ -60,6 +58,9 @@ Development libraries for libuv
%doc ChangeLog
%changelog
* Fri Sep 25 2021 sdlzx <hdu_sdlzx@163.com> - 1.42.0-1
- upgrade version to 1.42.0
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 1.40.0-1
- upgrade version to 1.40.0