Update to 1.42.0
This commit is contained in:
parent
c7047d3b1f
commit
62ab572f6a
Binary file not shown.
BIN
libuv-v1.42.0.tar.gz
Normal file
BIN
libuv-v1.42.0.tar.gz
Normal file
Binary file not shown.
11
libuv.pc.in
11
libuv.pc.in
@ -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/
|
|
||||||
11
libuv.spec
11
libuv.spec
@ -1,14 +1,13 @@
|
|||||||
Name: libuv
|
Name: libuv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.40.0
|
Version: 1.42.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A multi-platform support library with a focus on asynchronous I/O
|
Summary: A multi-platform support library with a focus on asynchronous I/O
|
||||||
|
|
||||||
# the licensing breakdown is described in detail in the LICENSE file
|
# from README.md
|
||||||
License: MIT and BSD and ISC
|
License: MIT and CC-BY-4.0
|
||||||
URL: http://libuv.org/
|
URL: http://libuv.org/
|
||||||
Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
|
Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
|
||||||
Source2: %{name}.pc.in
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool gcc
|
BuildRequires: autoconf automake libtool gcc
|
||||||
|
|
||||||
@ -28,7 +27,6 @@ Development libraries for libuv
|
|||||||
|
|
||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-v%{version}
|
%autosetup -p1 -n %{name}-v%{version}
|
||||||
|
|
||||||
@ -60,6 +58,9 @@ Development libraries for libuv
|
|||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%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
|
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 1.40.0-1
|
||||||
- upgrade version to 1.40.0
|
- upgrade version to 1.40.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user