2016-11-19 08:37:02 +00:00
|
|
|
Name: libuv
|
|
|
|
Epoch: 1
|
2019-10-02 13:23:02 +00:00
|
|
|
Version: 1.32.0
|
|
|
|
Release: 1%{?dist}
|
2016-11-19 08:37:02 +00:00
|
|
|
Summary: Platform layer for node.js
|
2012-11-15 15:21:55 +00:00
|
|
|
|
2013-05-29 09:25:06 +00:00
|
|
|
# the licensing breakdown is described in detail in the LICENSE file
|
2016-11-19 08:37:02 +00:00
|
|
|
License: MIT and BSD and ISC
|
|
|
|
URL: http://libuv.org/
|
|
|
|
Source0: http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
|
|
|
|
Source2: %{name}.pc.in
|
2012-11-15 15:21:55 +00:00
|
|
|
|
2016-11-19 08:37:02 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
BuildRequires: gcc
|
2012-11-15 15:21:55 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
|
|
|
|
Windows and libev on Unix systems. We intend to eventually contain all platform
|
|
|
|
differences in this library.
|
|
|
|
|
|
|
|
%package devel
|
2016-11-19 08:37:02 +00:00
|
|
|
Summary: Development libraries for libuv
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2012-11-15 15:21:55 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development libraries for libuv
|
|
|
|
|
2014-07-03 21:08:26 +00:00
|
|
|
%package static
|
2016-11-19 08:37:02 +00:00
|
|
|
Summary: Platform layer for node.js - static library
|
2017-10-03 12:43:33 +00:00
|
|
|
Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
|
2014-07-03 21:08:26 +00:00
|
|
|
|
|
|
|
%description static
|
|
|
|
Static library (.a) version of libuv.
|
|
|
|
|
2012-11-15 15:21:55 +00:00
|
|
|
%prep
|
2018-01-19 13:37:45 +00:00
|
|
|
%autosetup -n %{name}-v%{version} -p1
|
2012-11-15 15:21:55 +00:00
|
|
|
|
|
|
|
%build
|
2015-02-19 20:15:26 +00:00
|
|
|
./autogen.sh
|
2017-10-03 12:44:34 +00:00
|
|
|
%configure --disable-silent-rules
|
2016-11-19 08:37:02 +00:00
|
|
|
%make_build
|
2014-07-03 21:08:26 +00:00
|
|
|
|
2012-11-15 15:21:55 +00:00
|
|
|
%install
|
2016-11-19 08:37:02 +00:00
|
|
|
%make_install
|
2015-02-19 20:15:26 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/libuv.la
|
2014-07-03 21:08:26 +00:00
|
|
|
|
2012-11-15 15:21:55 +00:00
|
|
|
%check
|
|
|
|
# Tests are currently disabled because some require network access
|
|
|
|
# Working with upstream to split these out
|
|
|
|
#./run-tests
|
|
|
|
#./run-benchmarks
|
|
|
|
|
2018-01-31 16:18:17 +00:00
|
|
|
%ldconfig_scriptlets
|
2012-11-15 15:21:55 +00:00
|
|
|
|
|
|
|
%files
|
2017-01-19 13:53:43 +00:00
|
|
|
%doc README.md AUTHORS CONTRIBUTING.md MAINTAINERS.md SUPPORTED_PLATFORMS.md
|
|
|
|
%doc ChangeLog
|
2016-03-10 14:57:06 +00:00
|
|
|
%license LICENSE
|
2016-11-19 08:37:02 +00:00
|
|
|
%{_libdir}/%{name}.so.*
|
2012-11-15 15:21:55 +00:00
|
|
|
|
|
|
|
%files devel
|
2016-11-19 08:37:02 +00:00
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
2018-07-06 13:29:39 +00:00
|
|
|
%{_includedir}/uv.h
|
|
|
|
%{_includedir}/uv/
|
2012-11-15 15:21:55 +00:00
|
|
|
|
2014-07-03 21:08:26 +00:00
|
|
|
%files static
|
2016-11-19 08:37:02 +00:00
|
|
|
%{_libdir}/%{name}.a
|
2014-07-03 21:08:26 +00:00
|
|
|
|
2012-11-15 15:21:55 +00:00
|
|
|
%changelog
|
2019-10-02 13:23:02 +00:00
|
|
|
* Wed Oct 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.32.0-1
|
|
|
|
- Update to 1.32.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.32.0/ChangeLog
|
|
|
|
|
2019-08-21 14:04:57 +00:00
|
|
|
* Wed Aug 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.31.0-0
|
|
|
|
- Update to 1.31.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.31.0/ChangeLog
|
|
|
|
|
2019-07-25 14:38:49 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.30.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-02 19:02:55 +00:00
|
|
|
* Tue Jul 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.1-1
|
|
|
|
- Update to 1.30.1
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.30.1/ChangeLog
|
|
|
|
|
2019-06-27 16:37:59 +00:00
|
|
|
* Thu Jun 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.0-1
|
|
|
|
- Update to 1.30.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.30.0/ChangeLog
|
|
|
|
|
2019-05-21 20:20:36 +00:00
|
|
|
* 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
|
|
|
|
|
2019-05-15 23:56:35 +00:00
|
|
|
* Wed May 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.0-1
|
|
|
|
- Update to 1.29.0
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2019-05-03 16:42:57 +00:00
|
|
|
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-2
|
|
|
|
- Fix regression in uv_fs_poll_stop() (BZ 1703935)
|
|
|
|
|
2019-04-23 17:05:13 +00:00
|
|
|
* 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
|
|
|
|
|
2019-03-18 18:01:05 +00:00
|
|
|
* 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
|
|
|
|
|
2019-02-13 20:11:33 +00:00
|
|
|
* 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
|
|
|
|
|
2019-01-18 16:07:47 +00:00
|
|
|
* 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
|
|
|
|
|
2018-10-11 16:50:09 +00:00
|
|
|
* Thu Oct 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.2-1
|
|
|
|
- Update to 1.23.2
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.23.2/ChangeLog
|
|
|
|
|
2018-09-11 13:06:30 +00:00
|
|
|
* Tue Sep 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.0-1
|
|
|
|
- Update to 1.23.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.23.0/ChangeLog
|
|
|
|
|
2018-07-16 18:27:14 +00:00
|
|
|
* 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
|
|
|
|
|
2018-07-13 09:00:02 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.21.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-06 13:29:39 +00:00
|
|
|
* 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
|
|
|
|
|
2018-05-09 15:06:26 +00:00
|
|
|
* 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
|
|
|
|
|
2018-05-01 13:39:17 +00:00
|
|
|
* 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
|
|
|
|
|
2018-04-03 13:48:13 +00:00
|
|
|
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.20.0-1
|
|
|
|
- Update to 1.20.0
|
|
|
|
|
2018-02-26 17:41:18 +00:00
|
|
|
* 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
|
|
|
|
|
2018-02-07 23:36:59 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.19.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-31 16:18:17 +00:00
|
|
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-2
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2018-01-20 08:52:38 +00:00
|
|
|
* Sat Jan 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-1
|
|
|
|
- Update to 1.19.1
|
|
|
|
|
2018-01-19 13:37:45 +00:00
|
|
|
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-2
|
|
|
|
- Revert few commits which cause regression for nodejs
|
|
|
|
|
2018-01-18 18:28:25 +00:00
|
|
|
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-1
|
|
|
|
- Update to 1.19.0
|
|
|
|
|
2017-11-11 17:17:00 +00:00
|
|
|
* Sat Nov 11 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 1:1.16.1-1
|
|
|
|
- Update to 1.16.1 (rhbz #1512184)
|
|
|
|
|
2017-11-07 17:56:04 +00:00
|
|
|
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.16.0-1
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
2017-10-03 12:43:06 +00:00
|
|
|
* Tue Oct 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.15.0-1
|
|
|
|
- Update to 1.15.0
|
|
|
|
|
2017-09-08 13:44:06 +00:00
|
|
|
* Fri Sep 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.1-1
|
|
|
|
- Update to 1.14.1
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.14.1/ChangeLog
|
|
|
|
|
2017-08-17 12:52:43 +00:00
|
|
|
* Thu Aug 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.14.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.14.0/ChangeLog
|
|
|
|
|
2017-08-03 02:27:51 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:55:23 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-10 13:52:26 +00:00
|
|
|
* Mon Jul 10 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.13.1
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.13.1/ChangeLog
|
|
|
|
|
2017-06-02 00:25:01 +00:00
|
|
|
* Thu Jun 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.12.0/ChangeLog
|
|
|
|
|
2017-02-28 13:56:07 +00:00
|
|
|
* Tue Feb 28 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.11.0-1
|
|
|
|
- Update to 1.11.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.11.0/ChangeLog
|
|
|
|
|
2017-02-10 19:38:32 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.10.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-19 13:53:43 +00:00
|
|
|
* Thu Jan 19 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.10.2-1
|
|
|
|
- Update to 1.10.2
|
|
|
|
- Resolves: RHBZ#1395927
|
|
|
|
|
2016-11-19 08:37:02 +00:00
|
|
|
* Sat Nov 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1 (RHBZ #1395927)
|
|
|
|
|
2016-10-25 00:40:31 +00:00
|
|
|
* Mon Oct 24 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.10.0/ChangeLog
|
|
|
|
|
2016-05-18 12:38:03 +00:00
|
|
|
* Wed May 18 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
- https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog
|
|
|
|
|
2016-05-09 12:54:17 +00:00
|
|
|
* Mon May 09 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.0-1
|
|
|
|
- Rebase to 1.9.0 to support Node.js 6.x
|
|
|
|
|
2016-03-10 14:57:06 +00:00
|
|
|
* Thu Mar 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.8.0-1
|
|
|
|
- Rebase to 1.8.0 to support Node.js 5.8
|
|
|
|
|
2016-02-04 04:05:41 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.7.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-01 21:16:10 +00:00
|
|
|
* Tue Dec 01 2015 Stephen Gallagher <sgallagh@redhat.com> 1.7.5-1
|
|
|
|
- Rebase to 1.7.5 to support Node.js 4.2
|
|
|
|
|
2015-06-17 17:31:10 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-19 20:15:26 +00:00
|
|
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:1.4.0-1
|
|
|
|
- rebase to 1.4.0
|
|
|
|
|
2015-02-19 13:51:48 +00:00
|
|
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-2
|
|
|
|
- add missing %%{_?isa} to devel requires of main package
|
2015-02-19 20:04:47 +00:00
|
|
|
- fix some issues with the pkgconfig file and Group reported by Michael Schwendt
|
2015-02-19 13:51:48 +00:00
|
|
|
|
2015-02-19 07:45:31 +00:00
|
|
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-1
|
|
|
|
- new upstream release 0.10.33
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.33/ChangeLog
|
2015-02-19 07:46:00 +00:00
|
|
|
- update URL to point to the new libuv.org
|
2015-02-19 07:45:31 +00:00
|
|
|
|
2014-11-19 01:44:46 +00:00
|
|
|
* Wed Nov 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.29-1
|
|
|
|
- new upstream release 0.10.29
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.29/ChangeLog
|
|
|
|
|
2014-08-17 06:35:26 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.28-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-01 00:16:30 +00:00
|
|
|
* Fri Aug 01 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.28-1
|
|
|
|
- new upstream release 0.10.28
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.28/ChangeLog
|
|
|
|
|
2014-07-03 21:08:26 +00:00
|
|
|
* Thu Jul 03 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-3
|
|
|
|
- build static library for rust (RHBZ#1115975)
|
|
|
|
|
2014-06-07 05:52:43 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.27-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-02 23:59:41 +00:00
|
|
|
* Fri May 02 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-1
|
|
|
|
- new upstream release 0.10.27
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.27/ChangeLog
|
|
|
|
|
2014-02-20 03:46:24 +00:00
|
|
|
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.25-1
|
|
|
|
- new upstream release 0.10.25
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.25/ChangeLog
|
|
|
|
|
2014-01-27 22:05:53 +00:00
|
|
|
* Mon Jan 27 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.23-1
|
|
|
|
- new upstream release 0.10.23
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.23/ChangeLog
|
|
|
|
|
2013-12-19 18:11:14 +00:00
|
|
|
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.21-1
|
|
|
|
- new upstream release 0.10.21
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.21/ChangeLog
|
|
|
|
|
2013-12-12 17:58:00 +00:00
|
|
|
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.20-1
|
|
|
|
- new upstream release 0.10.20
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.20/ChangeLog
|
|
|
|
|
2013-11-12 21:15:00 +00:00
|
|
|
* Tue Nov 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.19-1
|
|
|
|
- new upstream release 0.10.19
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.19/ChangeLog
|
|
|
|
|
2013-10-18 23:03:52 +00:00
|
|
|
* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.18-1
|
|
|
|
- new upstream release 0.10.18
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.18/ChangeLog
|
|
|
|
|
2013-09-25 00:21:57 +00:00
|
|
|
* Wed Sep 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.17-1
|
|
|
|
- new upstream release 0.10.17
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.17/ChangeLog
|
|
|
|
|
2013-09-06 22:15:57 +00:00
|
|
|
* Fri Sep 06 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.15-1
|
|
|
|
- new upstream release 0.10.15
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.15/ChangeLog
|
|
|
|
|
2013-08-27 09:16:43 +00:00
|
|
|
* Tue Aug 27 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.14-1
|
|
|
|
- new upstream release 0.10.14
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.14/ChangeLog
|
|
|
|
|
2013-07-25 21:08:45 +00:00
|
|
|
* Thu Jul 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.13-1
|
|
|
|
- new upstream release 0.10.13
|
|
|
|
https://github.com/joyent/libuv/blob/v0.10.13/ChangeLog
|
|
|
|
|
2013-07-10 09:43:32 +00:00
|
|
|
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.12-1
|
|
|
|
- new upstream release 0.10.12
|
|
|
|
|
2013-06-19 13:49:58 +00:00
|
|
|
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.11-1
|
|
|
|
- new upstream release 0.10.11
|
|
|
|
|
2013-05-31 02:39:07 +00:00
|
|
|
* Fri May 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.9-1
|
|
|
|
- new upstream release 0.10.9
|
|
|
|
|
2013-05-29 09:25:06 +00:00
|
|
|
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-2
|
|
|
|
- fix License tag (RHBZ#968226)
|
|
|
|
|
2013-05-29 03:56:10 +00:00
|
|
|
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-1
|
|
|
|
- new upstream release 0.10.8
|
|
|
|
|
2013-05-29 02:49:12 +00:00
|
|
|
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.7-1
|
|
|
|
- new upstream release 0.10.7
|
|
|
|
- drop upstreamed patch from 0.10.5-2
|
|
|
|
|
2013-05-13 21:47:29 +00:00
|
|
|
* Mon May 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-3
|
|
|
|
- don't sed the soname in the spec anymore; the patch takes care of it now
|
2013-05-13 21:49:22 +00:00
|
|
|
- drop leftover global define for git revision
|
2013-05-13 21:47:29 +00:00
|
|
|
|
2013-05-13 11:58:52 +00:00
|
|
|
* Mon May 13 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.5-2
|
|
|
|
- Add patch to properly report soname version information
|
|
|
|
This patch will be included upstream in 0.10.6 and can be dropped then.
|
|
|
|
- Remove Bundles(ev) as this has not been true since 0.9.5
|
|
|
|
|
2013-04-24 15:46:01 +00:00
|
|
|
* Wed Apr 24 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-1
|
|
|
|
- new upstream release 0.10.5
|
|
|
|
|
2013-04-15 02:00:33 +00:00
|
|
|
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.4-1
|
|
|
|
- new upstream release 0.10.4
|
2013-04-15 02:26:26 +00:00
|
|
|
- drop upstreamed patch
|
2013-04-15 02:00:33 +00:00
|
|
|
|
2013-04-04 01:25:41 +00:00
|
|
|
* Thu Apr 04 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.3-2
|
|
|
|
- backport patch that fixes FTBFS in nodejs-0.10.3
|
|
|
|
|
2013-03-31 23:17:00 +00:00
|
|
|
* Sun Mar 31 2013 tchollingsworth@gmail.com - 1:0.10.3-1
|
|
|
|
- rebase to 0.10.3
|
|
|
|
- upstream now does proper releases
|
|
|
|
|
2013-03-12 23:08:26 +00:00
|
|
|
* Tue Mar 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.0-2.git5462dab
|
|
|
|
- drop the patchlevel from the SONAME since libuv will retain binary
|
|
|
|
compatibility for the life of the 0.10.x series
|
|
|
|
|
2013-03-11 20:15:53 +00:00
|
|
|
* Mon Mar 11 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.0-1.git5462dab
|
|
|
|
- Upgrade to 0.10.0 release to match stable Node.js release
|
|
|
|
|
2013-02-28 16:56:41 +00:00
|
|
|
* Thu Feb 28 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.4-4.gitdc559a5
|
|
|
|
- Bump epoch for the version downgrade
|
|
|
|
- The 0.9.7 version hit the Rawhide repo due to the mass rebuild, we need a
|
|
|
|
clean upgrade path.
|
|
|
|
|
2013-02-21 17:19:14 +00:00
|
|
|
* Thu Feb 21 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.4-3.gitdc559a5
|
|
|
|
- Revert to version 0.9.4 (since 0.9.7 is breaking builds)
|
|
|
|
|
2013-02-14 05:25:40 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2.git4ba03dd
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-22 12:26:13 +00:00
|
|
|
* Tue Jan 22 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.7-1.git4ba03dd
|
|
|
|
- Bump to version included with Node.js 0.9.7
|
|
|
|
|
2012-12-27 01:45:05 +00:00
|
|
|
* Wed Dec 26 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.9.4-0.1.gitdc559a5
|
|
|
|
- bump to version included with node 0.9.4
|
|
|
|
- drop upstreamed patch
|
|
|
|
- respect optflags
|
|
|
|
|
2012-11-19 21:26:21 +00:00
|
|
|
* Thu Nov 15 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.3.git09b0222
|
|
|
|
- Add patch to export uv_inet_*
|
|
|
|
|
2012-11-15 15:21:55 +00:00
|
|
|
* Wed Nov 14 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.2.git09b0222
|
|
|
|
- Fixes from package review
|
|
|
|
- Removed doubly-listed include directory
|
|
|
|
- Update git tarball to the latest upstream code
|
|
|
|
|
|
|
|
* Thu Nov 08 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.1.gitd56434a
|
|
|
|
- Initial package
|