From ace4f922b130103880b6e2b9edaf987292594379 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 May 2020 12:05:05 -0400 Subject: [PATCH 1/2] Gate on rpminspect dist.abicheck was retired Signed-off-by: Stephen Gallagher --- libuv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index b7f2a8e..5bb13d1 100644 --- a/libuv.spec +++ b/libuv.spec @@ -6,7 +6,7 @@ Name: libuv Epoch: 1 Version: 1.38.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Platform layer for node.js # the licensing breakdown is described in detail in the LICENSE file @@ -80,6 +80,9 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Mon May 18 2020 Stephen Gallagher - 1.38.0-2 +- Fix up gating tests + * Mon May 18 2020 Stephen Gallagher - 1.38.0-1 - Update to 1.38.0 - https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog From 808a346415ca473495e4cad5685ee9bb9ff7a46a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 05:49:56 +0000 Subject: [PATCH 2/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libuv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index 5bb13d1..14b1097 100644 --- a/libuv.spec +++ b/libuv.spec @@ -6,7 +6,7 @@ Name: libuv Epoch: 1 Version: 1.38.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Platform layer for node.js # the licensing breakdown is described in detail in the LICENSE file @@ -80,6 +80,9 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1:1.38.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon May 18 2020 Stephen Gallagher - 1.38.0-2 - Fix up gating tests