upgrade to 1.44.2
This commit is contained in:
parent
333ff27580
commit
017840718c
Binary file not shown.
BIN
libuv-v1.44.2.tar.gz
Normal file
BIN
libuv-v1.44.2.tar.gz
Normal file
Binary file not shown.
6
libuv.abignore
Normal file
6
libuv.abignore
Normal file
@ -0,0 +1,6 @@
|
||||
[suppress_function]
|
||||
symbol_name_regexp = ^uv__.*
|
||||
|
||||
[suppress_function]
|
||||
symbol_name_regexp = .*
|
||||
change_kind = added-function
|
||||
11
libuv.pc.in
Normal file
11
libuv.pc.in
Normal file
@ -0,0 +1,11 @@
|
||||
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/
|
||||
12
libuv.spec
12
libuv.spec
@ -1,13 +1,15 @@
|
||||
Name: libuv
|
||||
Epoch: 1
|
||||
Version: 1.42.0
|
||||
Release: 5
|
||||
Version: 1.44.2
|
||||
Release: 1
|
||||
Summary: A multi-platform support library with a focus on asynchronous I/O
|
||||
|
||||
# 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
|
||||
Source3: libuv.abignore
|
||||
|
||||
Patch1: backport-Skip-some-tests.patch
|
||||
|
||||
@ -40,6 +42,8 @@ Development libraries for libuv
|
||||
%install
|
||||
%make_install
|
||||
%delete_la
|
||||
mkdir -p %{buildroot}%{_libdir}/libuv/
|
||||
install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
@ -49,6 +53,7 @@ make check
|
||||
%files
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_libdir}/libuv/libuv.abignore
|
||||
|
||||
%files devel
|
||||
%{_libdir}/%{name}.so
|
||||
@ -62,6 +67,9 @@ make check
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Thu May 04 2023 lilong <lilong@kylinos.cn> - 1:1.44.2-1
|
||||
- Upgrade to 1.44.2
|
||||
|
||||
* Mon Apr 24 2023 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-5
|
||||
- fix Obsoletes in spec and remove ldconfig_scriptlets from check
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user