diff --git a/combined-stream-1.0.5.tgz b/combined-stream-1.0.5.tgz deleted file mode 100644 index 3539908..0000000 Binary files a/combined-stream-1.0.5.tgz and /dev/null differ diff --git a/nodejs-combined-stream.spec b/nodejs-combined-stream.spec index 5da1b62..0f44501 100644 --- a/nodejs-combined-stream.spec +++ b/nodejs-combined-stream.spec @@ -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 - 1.0.8-1 +- Update to 1.0.8 + * Thu Nov 26 2020 caodongxia - 1.0.5-2 - Delete file nodejs-combined-stream.spec.old diff --git a/v1.0.8.tar.gz b/v1.0.8.tar.gz new file mode 100644 index 0000000..9b0a87a Binary files /dev/null and b/v1.0.8.tar.gz differ