From 5ee57c9303e818ed3d30b1b07000692a83fde352 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 6 Feb 2020 09:44:00 -0500 Subject: [PATCH] Update to 1.34.2 https://github.com/libuv/libuv/blob/v1.34.2/ChangeLog Signed-off-by: Stephen Gallagher --- libuv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index c8fa1d4..1c6747d 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,6 +1,6 @@ Name: libuv Epoch: 1 -Version: 1.34.1 +Version: 1.34.2 Release: 1%{?dist} Summary: Platform layer for node.js @@ -72,6 +72,10 @@ rm -f %{buildroot}%{_libdir}/libuv.la %{_libdir}/%{name}.a %changelog +* Thu Feb 06 2020 Stephen Gallagher - 1.34.2-1 +- Update to 1.34.2 +- https://github.com/libuv/libuv/blob/v1.34.2/ChangeLog + * Mon Jan 13 2020 Stephen Gallagher - 1.34.1-1 - Update to 1.34.1 - https://github.com/libuv/libuv/blob/v1.34.1/ChangeLog