import libuv-1.41.1-1.el8_4
This commit is contained in:
parent
031ad35767
commit
d86b6d38ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libuv-v1.40.0.tar.gz
|
SOURCES/libuv-v1.41.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
b332257555ad719c016b68fecfd056706a6c63f9 SOURCES/libuv-v1.40.0.tar.gz
|
be3d7de877456af49313208b98f6aafdb6db46c0 SOURCES/libuv-v1.41.1.tar.gz
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
Name: libuv
|
Name: libuv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.40.0
|
Version: 1.41.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Platform layer for node.js
|
Summary: libuv is a multi-platform support library with a focus on asynchronous I/O.
|
||||||
|
|
||||||
# the licensing breakdown is described in detail in the LICENSE file
|
# the licensing breakdown is described in detail in the LICENSE file
|
||||||
License: MIT and BSD and ISC
|
License: MIT and BSD and ISC
|
||||||
@ -27,9 +27,7 @@ Patch1: 0001-Disable-failing-network-tests.patch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
|
libuv is a multi-platform support library with a focus on asynchronous I/O
|
||||||
Windows and libev on Unix systems. We intend to eventually contain all platform
|
|
||||||
differences in this library.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development libraries for libuv
|
Summary: Development libraries for libuv
|
||||||
@ -88,6 +86,11 @@ make check
|
|||||||
%{_libdir}/%{name}.a
|
%{_libdir}/%{name}.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 12 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.41.1-1
|
||||||
|
- Rebase to 1.41.1
|
||||||
|
- Change description to reflect upstream
|
||||||
|
- Resolves: RHBZ1980033
|
||||||
|
|
||||||
* Mon Jan 25 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.40.0-1
|
* Mon Jan 25 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.40.0-1
|
||||||
- Rebase to 1.40.0
|
- Rebase to 1.40.0
|
||||||
- Resolves: RHBZ#1895872
|
- Resolves: RHBZ#1895872
|
||||||
|
Loading…
Reference in New Issue
Block a user