diff --git a/libuv-v1.42.0.tar.gz b/libuv-v1.42.0.tar.gz deleted file mode 100644 index fcb70d49f53cdaabe7647fb4c6acbd9488a119db..0000000000000000000000000000000000000000 Binary files a/libuv-v1.42.0.tar.gz and /dev/null differ diff --git a/libuv-v1.44.1.tar.gz b/libuv-v1.44.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc64c6922667b97938b7edff0d04970894f1f98e Binary files /dev/null and b/libuv-v1.44.1.tar.gz differ diff --git a/libuv.abignore b/libuv.abignore new file mode 100644 index 0000000000000000000000000000000000000000..41cabc6b28a364958789a8e2c6786fe3228dc14d --- /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 0000000000000000000000000000000000000000..cbc7062b35d959e049dc714be951af047737bfa7 --- /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 53a954ad80104fcc58d643709dea59f8f824c55d..20ae68ffc6c5405f43a01d0796f5f4917d4d71a7 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,15 +1,18 @@ Name: libuv Epoch: 1 -Version: 1.42.0 -Release: 2 +Version: 1.44.1 +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 -BuildRequires: autoconf automake libtool gcc +#Patch0001: 0001-Fedora-Skip-tests-that-can-t-run-in-Koji.patch +BuildRequires: autoconf automake libtool gcc make %description libuv is a multi-platform support library with a focus on asynchronous I/O. @@ -39,13 +42,17 @@ Development libraries for libuv %make_install %delete_la +mkdir -p %{buildroot}%{_libdir}/libuv/ +install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} + %check %ldconfig_scriptlets -make check +%make_build check %files %license LICENSE %{_libdir}/%{name}.so.* +%{_libdir}/libuv/libuv.abignore %files devel %{_libdir}/%{name}.so @@ -59,6 +66,9 @@ make check %doc ChangeLog %changelog +* Mon Jul 4 2022 lin zhang 1:1.44.1-1 +- Update to 1.44.1 + * Mon Jun 20 2022 renhongxun - 1.42.0-2 - enable check