Merge branch '1'
This commit is contained in:
commit
001765b63e
6
.gitignore
vendored
6
.gitignore
vendored
@ -51,3 +51,9 @@
|
||||
/libuv-v1.22.0.tar.gz
|
||||
/libuv-v1.23.0.tar.gz
|
||||
/libuv-v1.23.2.tar.gz
|
||||
/libuv-v1.24.1.tar.gz
|
||||
/libuv-v1.26.0.tar.gz
|
||||
/libuv-v1.27.0.tar.gz
|
||||
/libuv-v1.28.0.tar.gz
|
||||
/libuv-v1.29.0.tar.gz
|
||||
/libuv-v1.29.1.tar.gz
|
||||
|
30
libuv.spec
30
libuv.spec
@ -1,6 +1,6 @@
|
||||
Name: libuv
|
||||
Epoch: 1
|
||||
Version: 1.23.2
|
||||
Version: 1.29.1
|
||||
Release: 2%{?dist}
|
||||
Summary: Platform layer for node.js
|
||||
|
||||
@ -68,8 +68,32 @@ rm -f %{buildroot}%{_libdir}/libuv.la
|
||||
%{_libdir}/%{name}.a
|
||||
|
||||
%changelog
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.23.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
* Tue May 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.1-1
|
||||
- Update to 1.29.1
|
||||
- https://github.com/libuv/libuv/blob/v1.29.1/ChangeLog
|
||||
|
||||
* Wed May 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.0-1
|
||||
- Update to 1.29.0
|
||||
- Drop upstreamed patch
|
||||
|
||||
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-2
|
||||
- Fix regression in uv_fs_poll_stop() (BZ 1703935)
|
||||
|
||||
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-1
|
||||
- Update to libuv 1.28.0
|
||||
- https://github.com/libuv/libuv/blob/v1.28.0/ChangeLog
|
||||
|
||||
* Mon Mar 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.27.0-1
|
||||
- Update to libuv 1.27.0
|
||||
- https://github.com/libuv/libuv/blob/v1.27.0/ChangeLog
|
||||
|
||||
* Wed Feb 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.26.0-1
|
||||
- Update to 1.26.0
|
||||
- https://github.com/libuv/libuv/blob/v1.26.0/ChangeLog
|
||||
|
||||
* Fri Jan 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.24.1-1
|
||||
- Update to 1.24.1
|
||||
- https://github.com/libuv/libuv/blob/v1.24.1/ChangeLog
|
||||
|
||||
* Thu Oct 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.2-1
|
||||
- Update to 1.23.2
|
||||
|
@ -1,2 +1,2 @@
|
||||
[koji]
|
||||
targets = master f29 f28 f27 epel7
|
||||
targets = master f30 f29 f28 epel7
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libuv-v1.23.2.tar.gz) = 8dd9053adad115ae6dd012bf1059aab87cea2adcd8d2f8061607929bf5b0c83b1898f5945325b0f3ace7cdd70b7cdc03f60d4b2f85495c34ca94b9dcf76b42fe
|
||||
SHA512 (libuv-v1.29.1.tar.gz) = 0813a57d7da28c1665824be69321f133050656171d294bb0cb5a83bab7b7c8eef2d6690bdcff2f44727a6f6d6b9b977a66586efb5d59ed280f78be72c71110d3
|
||||
|
Loading…
Reference in New Issue
Block a user