diff --git a/nodejs-through-2.3.8-2c5a6f9.tar.gz b/nodejs-through-2.3.8-2c5a6f9.tar.gz new file mode 100644 index 0000000..cc087b0 Binary files /dev/null and b/nodejs-through-2.3.8-2c5a6f9.tar.gz differ diff --git a/nodejs-through.spec b/nodejs-through.spec index b06caf3..5b129b8 100644 --- a/nodejs-through.spec +++ b/nodejs-through.spec @@ -1,12 +1,14 @@ %{?nodejs_find_provides_and_requires} +%global commit 2c5a6f9a0cc54da759b6e10964f2081c358e49dc +%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global enable_tests 1 Name: nodejs-through -Version: 2.3.7 +Version: 2.3.8 Release: 1 Summary: Simplified stream construction for Node.js License: MIT or ASL 2.0 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 ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -17,7 +19,7 @@ BuildRequires: npm(tape) npm(from) %{summary}. %prep -%autosetup -n through-%{version} +%autosetup -n through-%{commit} %build @@ -41,5 +43,8 @@ tape test/*.js %{nodejs_sitelib}/through %changelog +* Fri Sep 11 2020 chengzihan - 2.3.8-1 +- upgrade to 2.3.8 + * Tue Aug 11 2020 wutao - 2.3.7-1 - package init diff --git a/v2.3.7.tar.gz b/v2.3.7.tar.gz deleted file mode 100644 index 0e9e2e4..0000000 Binary files a/v2.3.7.tar.gz and /dev/null differ