b074c12
# Some of the tests do not work with the network-free environment in Koji
b074c12
# The packager should run `fedpkg local --with tests` on their machine
b074c12
# before pushing to Koji
b074c12
%bcond_with tests
b074c12
68aabdc
Name:           libuv
68aabdc
Epoch:          1
d381c0b
Version:        1.41.1
8cf9b98
Release:        1%{?dist}
68aabdc
Summary:        Platform layer for node.js
fb9e0e2
c9de479
# the licensing breakdown is described in detail in the LICENSE file
68aabdc
License:        MIT and BSD and ISC
68aabdc
URL:            http://libuv.org/
68aabdc
Source0:        http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
68aabdc
Source2:        %{name}.pc.in
6b01457
Source3:        libuv.abignore
fb9e0e2
68aabdc
BuildRequires:  autoconf automake libtool
68aabdc
BuildRequires:  gcc
e69c336
BuildRequires: make
fb9e0e2
bd8f350
# -- Patches -- #
bd8f350
fb9e0e2
%description
fb9e0e2
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
fb9e0e2
Windows and libev on Unix systems. We intend to eventually contain all platform
fb9e0e2
differences in this library.
fb9e0e2
fb9e0e2
%package devel
68aabdc
Summary:        Development libraries for libuv
68aabdc
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fb9e0e2
fb9e0e2
%description devel
fb9e0e2
Development libraries for libuv
fb9e0e2
d076c1e
%package static
68aabdc
Summary:        Platform layer for node.js - static library
f55356b
Requires:       %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
d076c1e
d076c1e
%description static
d076c1e
Static library (.a) version of libuv.
d076c1e
bd8f350
fb9e0e2
%prep
a3ad2a8
%autosetup -n %{name}-v%{version} -p1
fb9e0e2
fb9e0e2
%build
2f5ed89
./autogen.sh
f4721ef
%configure --disable-silent-rules
68aabdc
%make_build
d076c1e
fb9e0e2
%install
68aabdc
%make_install
2f5ed89
rm -f %{buildroot}%{_libdir}/libuv.la
d076c1e
acd9fb9
mkdir -p %{buildroot}%{_libdir}/libuv/
b074c12
install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
6b01457
fb9e0e2
%check
b074c12
%if %{with tests}
b074c12
%make_build check
b074c12
%endif
fb9e0e2
e66322d
%ldconfig_scriptlets
fb9e0e2
fb9e0e2
%files
b94d06e
%doc README.md AUTHORS CONTRIBUTING.md MAINTAINERS.md SUPPORTED_PLATFORMS.md
b94d06e
%doc ChangeLog
4d80c3b
%license LICENSE
68aabdc
%{_libdir}/%{name}.so.*
6b01457
%{_libdir}/libuv/libuv.abignore
fb9e0e2
fb9e0e2
%files devel
68aabdc
%{_libdir}/%{name}.so
68aabdc
%{_libdir}/pkgconfig/%{name}.pc
85d5245
%{_includedir}/uv.h
85d5245
%{_includedir}/uv/
fb9e0e2
d076c1e
%files static
68aabdc
%{_libdir}/%{name}.a
d076c1e
fb9e0e2
%changelog
d381c0b
* Fri Jul 09 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.41.1-1
d381c0b
- idna: fix OOB read in punycode decoder
d381c0b
- Resolves: CVE-2021-22918
d381c0b
8cf9b98
* Fri Feb 19 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.41.0-1
8cf9b98
- Update to 1.41.0
8cf9b98
094b512
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.40.0-2
094b512
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
094b512
4e96673
* Mon Sep 28 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.40.0-1
4e96673
- Update to 1.40.0
8cf9b98
4e96673
- https://github.com/libuv/libuv/blob/v1.40.0/ChangeLog
4e96673
f5f9b62
* Tue Sep 08 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.39.0-1
f5f9b62
- Update to 1.39.0
f5f9b62
ad43a79
* Fri Jul 31 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.1-1
ad43a79
- Update to 1.38.1
ad43a79
- https://github.com/libuv/libuv/blob/v1.38.1/ChangeLog
ad43a79
808a346
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.38.0-3
808a346
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
808a346
ace4f92
* Mon May 18 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.0-2
ace4f92
- Fix up gating tests
ace4f92
b074c12
* Mon May 18 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.0-1
b074c12
- Update to 1.38.0
b074c12
- https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog
b074c12
525f58b
* Mon Apr 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.37.0-1
525f58b
- Update to 1.37.0
525f58b
- https://github.com/libuv/libuv/blob/v1.37.0/ChangeLog
525f58b
acd9fb9
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-3
acd9fb9
- Actually add gating.yaml
acd9fb9
- Fix build for EPEL 7
acd9fb9
6b01457
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-2
6b01457
- Add abidiff ignore file and add ABI gating test
6b01457
e9b975a
* Thu Apr 16 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-1
e9b975a
- Update to 1.36.0
e9b975a
- https://github.com/libuv/libuv/blob/v1.36.0/ChangeLog
e9b975a
5ee57c9
* Thu Feb 06 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.34.2-1
5ee57c9
- Update to 1.34.2
5ee57c9
- https://github.com/libuv/libuv/blob/v1.34.2/ChangeLog
5ee57c9
b7f6411
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.34.1-2
b7f6411
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b7f6411
6b44273
* Mon Jan 13 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.34.1-1
6b44273
- Update to 1.34.1
6b44273
- https://github.com/libuv/libuv/blob/v1.34.1/ChangeLog
6b44273
0f11115
* Fri Dec 06 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.34.0-1
0f11115
- Update to 1.34.0
0f11115
- https://github.com/libuv/libuv/blob/v1.34.0/ChangeLog
0f11115
0a7c066
* Mon Dec 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.1-1
0a7c066
- Update to 1.33.1
0a7c066
- Drop upstreamed patch
0a7c066
- https://github.com/libuv/libuv/blob/v1.33.1/ChangeLog
0a7c066
bd8f350
* Mon Oct 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.0-2
bd8f350
- Add upstream patch to fix aarch64 builds
bd8f350
9090083
* Fri Oct 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.0-1
9090083
- Update to 1.33.0
9090083
- https://github.com/libuv/libuv/blob/v1.33.0/ChangeLog
9090083
c13120e
* Wed Oct 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.32.0-1
c13120e
- Update to 1.32.0
c13120e
- https://github.com/libuv/libuv/blob/v1.32.0/ChangeLog
c13120e
8607304
* Wed Aug 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.31.0-0
8607304
- Update to 1.31.0
8607304
- https://github.com/libuv/libuv/blob/v1.31.0/ChangeLog
8607304
ae48f40
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.30.1-2
ae48f40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ae48f40
b3014f3
* Tue Jul 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.1-1
b3014f3
- Update to 1.30.1
b3014f3
- https://github.com/libuv/libuv/blob/v1.30.1/ChangeLog
b3014f3
5d0124f
* Thu Jun 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.0-1
5d0124f
- Update to 1.30.0
5d0124f
- https://github.com/libuv/libuv/blob/v1.30.0/ChangeLog
5d0124f
95f872a
* Tue May 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.1-1
95f872a
- Update to 1.29.1
95f872a
- https://github.com/libuv/libuv/blob/v1.29.1/ChangeLog
95f872a
5726874
* Wed May 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.0-1
5726874
- Update to 1.29.0
5726874
- Drop upstreamed patch
5726874
3ac5933
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-2
3ac5933
- Fix regression in uv_fs_poll_stop() (BZ 1703935)
3ac5933
8566209
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-1
8566209
- Update to libuv 1.28.0
8566209
- https://github.com/libuv/libuv/blob/v1.28.0/ChangeLog
8566209
8d0de77
* Mon Mar 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.27.0-1
8d0de77
- Update to libuv 1.27.0
8d0de77
- https://github.com/libuv/libuv/blob/v1.27.0/ChangeLog
8d0de77
0db49aa
* Wed Feb 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.26.0-1
0db49aa
- Update to 1.26.0
0db49aa
- https://github.com/libuv/libuv/blob/v1.26.0/ChangeLog
0db49aa
179efad
* Fri Jan 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.24.1-1
179efad
- Update to 1.24.1
179efad
- https://github.com/libuv/libuv/blob/v1.24.1/ChangeLog
179efad
6c64945
* Thu Oct 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.2-1
6c64945
- Update to 1.23.2
6c64945
- https://github.com/libuv/libuv/blob/v1.23.2/ChangeLog
6c64945
b47ae17
* Tue Sep 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.0-1
b47ae17
- Update to 1.23.0
b47ae17
- https://github.com/libuv/libuv/blob/v1.23.0/ChangeLog
b47ae17
5c5ea32
* Mon Jul 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.22.0-1
5c5ea32
- Update to 1.22.0
5c5ea32
- https://github.com/libuv/libuv/blob/v1.22.0/ChangeLog
5c5ea32
89fc198
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.21.0-2
89fc198
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
89fc198
85d5245
* Fri Jul 06 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.21.0-1
85d5245
- Update to 1.21.0
85d5245
- https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog
85d5245
db8ffab
* Wed May 09 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.3-1
db8ffab
- Update to 1.20.3
db8ffab
- https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog
db8ffab
8863afb
* Tue May 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.2-1
8863afb
- Update to 1.20.2
8863afb
- https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog
8863afb
97405e8
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.20.0-1
97405e8
- Update to 1.20.0
97405e8
13cd099
* Mon Feb 26 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.19.2-1
13cd099
- Update to 1.19.2
13cd099
- https://github.com/libuv/libuv/blob/v1.19.2/ChangeLog
13cd099
f1286fa
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.19.1-3
f1286fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f1286fa
e66322d
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-2
e66322d
- Switch to %%ldconfig_scriptlets
e66322d
16d423e
* Sat Jan 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-1
16d423e
- Update to 1.19.1
16d423e
a3ad2a8
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-2
a3ad2a8
- Revert few commits which cause regression for nodejs
a3ad2a8
5df94d4
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-1
5df94d4
- Update to 1.19.0
5df94d4
2775b2c
* Sat Nov 11 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 1:1.16.1-1
2775b2c
- Update to 1.16.1 (rhbz #1512184)
2775b2c
707d421
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.16.0-1
707d421
- Update to 1.16.0
707d421
b2afb20
* Tue Oct 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.15.0-1
b2afb20
- Update to 1.15.0
b2afb20
6f5fa85
* Fri Sep 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.1-1
6f5fa85
- Update to 1.14.1
6f5fa85
- https://github.com/libuv/libuv/blob/v1.14.1/ChangeLog
6f5fa85
75195c5
* Thu Aug 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.0-1
75195c5
- Update to 1.14.0
75195c5
- https://github.com/libuv/libuv/blob/v1.14.0/ChangeLog
75195c5
60f775a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-3
60f775a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
60f775a
53e3d17
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-2
53e3d17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
53e3d17
a5609aa
* Mon Jul 10 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
a5609aa
- Update to 1.13.1
a5609aa
- https://github.com/libuv/libuv/blob/v1.13.1/ChangeLog
a5609aa
74f2f1d
* Thu Jun 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
74f2f1d
- Update to 1.12.0
74f2f1d
- https://github.com/libuv/libuv/blob/v1.12.0/ChangeLog
74f2f1d
7afe8b2
* Tue Feb 28 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.11.0-1
7afe8b2
- Update to 1.11.0
7afe8b2
- https://github.com/libuv/libuv/blob/v1.11.0/ChangeLog
7afe8b2
e03ce55
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.10.2-2
e03ce55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e03ce55
b94d06e
* Thu Jan 19 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.10.2-1
b94d06e
- Update to 1.10.2
b94d06e
- Resolves: RHBZ#1395927
b94d06e
68aabdc
* Sat Nov 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.10.1-1
68aabdc
- Update to 1.10.1 (RHBZ #1395927)
68aabdc
6c4223b
* Mon Oct 24 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-1
6c4223b
- Update to 1.10.0
6c4223b
- https://github.com/libuv/libuv/blob/v1.10.0/ChangeLog
6c4223b
8fa563a
* Wed May 18 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.1-1
8fa563a
- Update to 1.9.1
8fa563a
- https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog
8fa563a
90f9d83
* Mon May 09 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.0-1
90f9d83
- Rebase to 1.9.0 to support Node.js 6.x
90f9d83
4d80c3b
* Thu Mar 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.8.0-1
4d80c3b
- Rebase to 1.8.0 to support Node.js 5.8
4d80c3b
ba02ca7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.7.5-2
ba02ca7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ba02ca7
0dcc229
* Tue Dec 01 2015 Stephen Gallagher <sgallagh@redhat.com> 1.7.5-1
0dcc229
- Rebase to 1.7.5 to support Node.js 4.2
0dcc229
180f7d2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-2
180f7d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
180f7d2
2f5ed89
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:1.4.0-1
2f5ed89
- rebase to 1.4.0
2f5ed89
b9383b0
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-2
b9383b0
- add missing %%{_?isa} to devel requires of main package
a2eeb8e
- fix some issues with the pkgconfig file and Group reported by Michael Schwendt
b9383b0
fe1e4ec
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-1
fe1e4ec
- new upstream release 0.10.33
fe1e4ec
  https://github.com/joyent/libuv/blob/v0.10.33/ChangeLog
87713c9
- update URL to point to the new libuv.org
fe1e4ec
672b2a7
* Wed Nov 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.29-1
672b2a7
- new upstream release 0.10.29
672b2a7
  https://github.com/joyent/libuv/blob/v0.10.29/ChangeLog
672b2a7
957a431
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.28-2
957a431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
957a431
3f9f091
* Fri Aug 01 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.28-1
3f9f091
- new upstream release 0.10.28
3f9f091
  https://github.com/joyent/libuv/blob/v0.10.28/ChangeLog
3f9f091
d076c1e
* Thu Jul 03 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-3
d076c1e
- build static library for rust (RHBZ#1115975)
d076c1e
ca465dc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.27-2
ca465dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ca465dc
33fa578
* Fri May 02 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-1
33fa578
- new upstream release 0.10.27
33fa578
  https://github.com/joyent/libuv/blob/v0.10.27/ChangeLog
33fa578
b851510
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.25-1
b851510
- new upstream release 0.10.25
b851510
  https://github.com/joyent/libuv/blob/v0.10.25/ChangeLog
b851510
6d06370
* Mon Jan 27 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.23-1
6d06370
- new upstream release 0.10.23
6d06370
  https://github.com/joyent/libuv/blob/v0.10.23/ChangeLog
6d06370
86e6c79
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.21-1
86e6c79
- new upstream release 0.10.21
86e6c79
  https://github.com/joyent/libuv/blob/v0.10.21/ChangeLog
86e6c79
7a77970
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.20-1
7a77970
- new upstream release 0.10.20
7a77970
  https://github.com/joyent/libuv/blob/v0.10.20/ChangeLog
7a77970
bd52e48
* Tue Nov 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.19-1
bd52e48
- new upstream release 0.10.19
bd52e48
  https://github.com/joyent/libuv/blob/v0.10.19/ChangeLog
bd52e48
e7939ff
* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.18-1
e7939ff
- new upstream release 0.10.18
e7939ff
  https://github.com/joyent/libuv/blob/v0.10.18/ChangeLog
e7939ff
8c46406
* Wed Sep 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.17-1
8c46406
- new upstream release 0.10.17
8c46406
  https://github.com/joyent/libuv/blob/v0.10.17/ChangeLog
8c46406
c3f343f
* Fri Sep 06 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.15-1
c3f343f
- new upstream release 0.10.15
c3f343f
  https://github.com/joyent/libuv/blob/v0.10.15/ChangeLog
c3f343f
ce55348
* Tue Aug 27 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.14-1
ce55348
- new upstream release 0.10.14
ce55348
  https://github.com/joyent/libuv/blob/v0.10.14/ChangeLog
ce55348
38922a9
* Thu Jul 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.13-1
38922a9
- new upstream release 0.10.13
38922a9
  https://github.com/joyent/libuv/blob/v0.10.13/ChangeLog
38922a9
346591f
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.12-1
346591f
- new upstream release 0.10.12
346591f
9c0c673
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.11-1
9c0c673
- new upstream release 0.10.11
9c0c673
1de547f
* Fri May 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.9-1
1de547f
- new upstream release 0.10.9
1de547f
c9de479
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-2
c9de479
- fix License tag (RHBZ#968226)
c9de479
0ffe6d5
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-1
0ffe6d5
- new upstream release 0.10.8
0ffe6d5
7c1870c
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.7-1
7c1870c
- new upstream release 0.10.7
7c1870c
- drop upstreamed patch from 0.10.5-2
7c1870c
ed8c209
* Mon May 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-3
ed8c209
- don't sed the soname in the spec anymore; the patch takes care of it now
4ed795e
- drop leftover global define for git revision
ed8c209
4a087b2
* Mon May 13 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.5-2
4a087b2
- Add patch to properly report soname version information
4a087b2
  This patch will be included upstream in 0.10.6 and can be dropped then.
4a087b2
- Remove Bundles(ev) as this has not been true since 0.9.5
4a087b2
6ba4fc6
* Wed Apr 24 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-1
6ba4fc6
- new upstream release 0.10.5
6ba4fc6
4424244
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.4-1
4424244
- new upstream release 0.10.4
6c856f5
- drop upstreamed patch
4424244
5245e18
* Thu Apr 04 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.3-2
5245e18
- backport patch that fixes FTBFS in nodejs-0.10.3
5245e18
88d29d1
* Sun Mar 31 2013 tchollingsworth@gmail.com - 1:0.10.3-1
88d29d1
- rebase to 0.10.3
88d29d1
- upstream now does proper releases
88d29d1
4d9046e
* Tue Mar 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.0-2.git5462dab
4d9046e
- drop the patchlevel from the SONAME since libuv will retain binary
4d9046e
  compatibility for the life of the 0.10.x series
4d9046e
7195168
* Mon Mar 11 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.0-1.git5462dab
7195168
- Upgrade to 0.10.0 release to match stable Node.js release
7195168
42b49f8
* Thu Feb 28 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.4-4.gitdc559a5
42b49f8
- Bump epoch for the version downgrade
42b49f8
- The 0.9.7 version hit the Rawhide repo due to the mass rebuild, we need a
42b49f8
  clean upgrade path.
42b49f8
52ab263
* Thu Feb 21 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.4-3.gitdc559a5
52ab263
- Revert to version 0.9.4 (since 0.9.7 is breaking builds)
52ab263
8c2a768
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2.git4ba03dd
8c2a768
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8c2a768
69c352b
* Tue Jan 22 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.7-1.git4ba03dd
69c352b
- Bump to version included with Node.js 0.9.7
69c352b
e53c004
* Wed Dec 26 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.9.4-0.1.gitdc559a5
e53c004
- bump to version included with node 0.9.4
e53c004
- drop upstreamed patch
e53c004
- respect optflags
e53c004
e63532e
* Thu Nov 15 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.3.git09b0222
e63532e
- Add patch to export uv_inet_*
e63532e
fb9e0e2
* Wed Nov 14 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.2.git09b0222
fb9e0e2
- Fixes from package review
fb9e0e2
- Removed doubly-listed include directory
fb9e0e2
- Update git tarball to the latest upstream code
fb9e0e2
fb9e0e2
* Thu Nov 08 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.1.gitd56434a
fb9e0e2
- Initial package