Merge branch '1' into epel7
This commit is contained in:
commit
70776024c9
6
.gitignore
vendored
6
.gitignore
vendored
@ -44,3 +44,9 @@
|
||||
/libuv-v1.19.0.tar.gz
|
||||
/libuv-v1.19.1.tar.gz
|
||||
/libuv-v1.19.2.tar.gz
|
||||
/libuv-v1.20.0.tar.gz
|
||||
/libuv-v1.20.2.tar.gz
|
||||
/libuv-v1.20.3.tar.gz
|
||||
/libuv-1.21.0-1.fc28.src.rpm
|
||||
/libuv-v1.21.0.tar.gz
|
||||
/libuv-v1.22.0.tar.gz
|
||||
|
24
libuv.spec
24
libuv.spec
@ -1,6 +1,6 @@
|
||||
Name: libuv
|
||||
Epoch: 1
|
||||
Version: 1.19.2
|
||||
Version: 1.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Platform layer for node.js
|
||||
|
||||
@ -61,12 +61,32 @@ rm -f %{buildroot}%{_libdir}/libuv.la
|
||||
%files devel
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_includedir}/uv*.h
|
||||
%{_includedir}/uv.h
|
||||
%{_includedir}/uv/
|
||||
|
||||
%files static
|
||||
%{_libdir}/%{name}.a
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.22.0-1
|
||||
- Update to 1.22.0
|
||||
- https://github.com/libuv/libuv/blob/v1.22.0/ChangeLog
|
||||
|
||||
* Fri Jul 06 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.21.0-1
|
||||
- Update to 1.21.0
|
||||
- https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog
|
||||
|
||||
* Wed May 09 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.3-1
|
||||
- Update to 1.20.3
|
||||
- https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog
|
||||
|
||||
* Tue May 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.2-1
|
||||
- Update to 1.20.2
|
||||
- https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog
|
||||
|
||||
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.20.0-1
|
||||
- Update to 1.20.0
|
||||
|
||||
* Mon Feb 26 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.19.2-1
|
||||
- Update to 1.19.2
|
||||
- https://github.com/libuv/libuv/blob/v1.19.2/ChangeLog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libuv-v1.19.2.tar.gz) = 8f317bb9c173af32d19e8f9f5c64e2cb50178166a109e84218ea630667a5cbd8c6c700c53baf89d2754e615b8526c22d5514bf3c2fe123913b297fbe5727be5e
|
||||
SHA512 (libuv-v1.22.0.tar.gz) = 2c70e75bd41ec5b86706686d0fc25fe57fdacc7943f4cc49f5f74f229739416a2a655df258ec34906756224ae91cdb31f27ba82e58ec4a8f30d143b4a844aad4
|
||||
|
Loading…
Reference in New Issue
Block a user