diff --git a/libuv-v1.42.0.tar.gz b/libuv-v1.42.0.tar.gz deleted file mode 100644 index fcb70d4..0000000 Binary files a/libuv-v1.42.0.tar.gz and /dev/null differ diff --git a/libuv-v1.44.2.tar.gz b/libuv-v1.44.2.tar.gz new file mode 100644 index 0000000..68abdfc Binary files /dev/null and b/libuv-v1.44.2.tar.gz differ diff --git a/libuv.abignore b/libuv.abignore new file mode 100644 index 0000000..41cabc6 --- /dev/null +++ b/libuv.abignore @@ -0,0 +1,6 @@ +[suppress_function] +symbol_name_regexp = ^uv__.* + +[suppress_function] +symbol_name_regexp = .* +change_kind = added-function diff --git a/libuv.pc.in b/libuv.pc.in new file mode 100644 index 0000000..cbc7062 --- /dev/null +++ b/libuv.pc.in @@ -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/ diff --git a/libuv.spec b/libuv.spec index 629b108..a469995 100644 --- a/libuv.spec +++ b/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 - 1:1.44.2-1 +- Upgrade to 1.44.2 + * Mon Apr 24 2023 shixuantong - 1:1.42.0-5 - fix Obsoletes in spec and remove ldconfig_scriptlets from check