!5 Updateto 1.0.8

From: @chen-jan 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-02 10:16:02 +00:00 committed by Gitee
commit af2dee8e90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-combined-stream
Version: 1.0.5
Release: 2
Version: 1.0.8
Release: 1
Summary: A stream that emits multiple other streams one after another
License: MIT
URL: https://github.com/felixge/node-combined-stream
Source0: https://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz
Source0: https://github.com/felixge/node-combined-stream/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
A stream that emits multiple other streams one after another.
%prep
%setup -q -n package
%autosetup -n node-combined-stream-%{version}
%build
@ -28,6 +28,9 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream
%{nodejs_sitelib}/combined-stream
%changelog
* Fri Jul 01 2022 chenchen <chen_aka_jan@163.com> - 1.0.8-1
- Update to 1.0.8
* Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 1.0.5-2
- Delete file nodejs-combined-stream.spec.old

BIN
v1.0.8.tar.gz Normal file

Binary file not shown.