!2 upgrade to 3.8.1

From: @chengzihan2
Reviewed-by: @solarhu
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2020-09-12 00:04:11 +08:00 committed by Gitee
commit f630655b8b
3 changed files with 8 additions and 3 deletions

Binary file not shown.

View File

@ -1,12 +1,14 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
%global commit 2c5a6f9a0cc54da759b6e10964f2081c358e49dc
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global enable_tests 1 %global enable_tests 1
Name: nodejs-through Name: nodejs-through
Version: 2.3.7 Version: 2.3.8
Release: 1 Release: 1
Summary: Simplified stream construction for Node.js Summary: Simplified stream construction for Node.js
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://github.com/dominictarr/through URL: https://github.com/dominictarr/through
Source0: https://github.com/dominictarr/through/archive/v%{version}.tar.gz Source0: https://github.com/dominictarr/through/archive/%{commit}/nodejs-through-%{version}-%{shortcommit}.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -17,7 +19,7 @@ BuildRequires: npm(tape) npm(from)
%{summary}. %{summary}.
%prep %prep
%autosetup -n through-%{version} %autosetup -n through-%{commit}
%build %build
@ -41,5 +43,8 @@ tape test/*.js
%{nodejs_sitelib}/through %{nodejs_sitelib}/through
%changelog %changelog
* Fri Sep 11 2020 chengzihan <chengzihan2@huawei.com> - 2.3.8-1
- upgrade to 2.3.8
* Tue Aug 11 2020 wutao <wutao61@huawei.com> - 2.3.7-1 * Tue Aug 11 2020 wutao <wutao61@huawei.com> - 2.3.7-1
- package init - package init

Binary file not shown.