diff --git a/SPECS/nodejs-wcwidth.spec b/SPECS/nodejs-wcwidth.spec index e770073..0f02008 100644 --- a/SPECS/nodejs-wcwidth.spec +++ b/SPECS/nodejs-wcwidth.spec @@ -4,14 +4,14 @@ Name: %{?scl_prefix}nodejs-wcwidth Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Port of C's wcwidth() and wcswidth() License: MIT Url: https://github.com/mycoboco/wcwidth.js Source: http://registry.npmjs.org/wcwidth/-/wcwidth-%{version}.tgz BuildRequires: %{?scl_prefix}nodejs-devel BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} noarch +ExclusiveArch: %{nodejs_arches} noarch %description Determine columns needed for a fixed-size wide-character string. @@ -33,6 +33,9 @@ cp -pr package.json index.js combining.js \ %{nodejs_sitelib}/wcwidth %changelog +* Mon May 28 2018 Zuzana Svetlikova - 1.0.0-8 +- Resolves: RHBZ#1543198, rebuild for multiarch + * Tue Feb 16 2016 Zuzana Svetlikova - 1.0.0-7 - Use macro in -runtime dependency