Merge branch 'f26' into epel7
This commit is contained in:
commit
5e8c81542f
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/node-v6.11.2-stripped.tar.gz
|
||||
/node-v6.11.3-stripped.tar.gz
|
||||
/node-v6.11.4-stripped.tar.gz
|
||||
/node-v6.11.5-stripped.tar.gz
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 6
|
||||
%global nodejs_minor 11
|
||||
%global nodejs_patch 4
|
||||
%global nodejs_patch 5
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
%global nodejs_release 1
|
||||
@ -437,6 +437,9 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
|
||||
%{_pkgdocdir}/npm/doc
|
||||
|
||||
%changelog
|
||||
* Thu Oct 26 2017 Stephen Gallagher <sgallagh@redhat.com> - 1:6.11.5-1
|
||||
- Update to 6.11.5 security release
|
||||
|
||||
* Fri Oct 06 2017 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.11.4-1
|
||||
- Update to 6.11.4
|
||||
- https://nodejs.org/en/blog/release/v6.11.3/
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (node-v6.11.4-stripped.tar.gz) = 94d4759744dd61288a3c352ca6050954c0716772c19cd281a927a9702f9e41fdbdbcf310183e43c734187192d97817cbb1f1c203f47b400c60550a5da78fead6
|
||||
SHA512 (node-v6.11.5-stripped.tar.gz) = 1a92ca8411bc683a588e0b51fc298a2a7ff162bf485157239a875dd7d57de554acbf6ed682ed5f80f4e0092577c193fd5b94eccdf22783d7a2b527747b86ca53
|
||||
|
Loading…
Reference in New Issue
Block a user