From 44369130bd522c33a7ab8291b77dd89835687adc Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:30:16 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libuv.git#094b512b8b991063e3294c249245bcef4c177563 --- libuv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index 28cd28f..2f7d8c3 100644 --- a/libuv.spec +++ b/libuv.spec @@ -6,7 +6,7 @@ Name: libuv Epoch: 1 Version: 1.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Platform layer for node.js # the licensing breakdown is described in detail in the LICENSE file @@ -18,6 +18,7 @@ Source3: libuv.abignore BuildRequires: autoconf automake libtool BuildRequires: gcc +BuildRequires: make # -- Patches -- # @@ -80,6 +81,9 @@ install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1:1.40.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Sep 28 2020 Stephen Gallagher - 1.40.0-1 - Update to 1.40.0 -