Fix upgrade bug for v8-devel (BZ #1702609)

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2019-04-24 09:02:28 -04:00
parent fb26509292
commit ab8672abf9
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
%global nodejs_soversion 64
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
%global nodejs_release 1
%global nodejs_release 2
# == Bundled Dependency Versions ==
# v8 - from deps/v8/include/v8-version.h
@ -566,6 +566,9 @@ end
%{_pkgdocdir}/npm/doc
%changelog
* Wed Apr 24 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:10.15.3-2
- Fix upgrade bug for v8-devel (BZ #1702609)
* Tue Apr 09 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:10.15.3-1
- Update to 10.15.3
- https://nodejs.org/en/blog/release/v10.15.3/