From d51feaec0d8b415a6392576bc5790ede5a994a98 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 31 Mar 2021 17:35:43 +0100 Subject: [PATCH] Rebuilt for removed libstdc++ symbols (#1937698) --- nodejs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 730889d..80b9828 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -9,7 +9,7 @@ # This is used by both the nodejs package and the npm subpackage thar # has a separate version - the name is special so that rpmdev-bumpspec # will bump this rather than adding .1 to the end. -%global baserelease 3 +%global baserelease 4 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} @@ -675,6 +675,9 @@ end %changelog +* Wed Mar 31 2021 Jonathan Wakely - 1:14.16.0-4 +- Rebuilt for removed libstdc++ symbols (#1937698) + * Tue Mar 09 2021 Zuzana Svetlikova