Blame SPECS/libuv.spec

49183d
# Some of the tests do not work with the network-free environment in Koji
49183d
# The packager should run `fedpkg local --with tests` on their machine
49183d
# before pushing to Koji
49183d
%bcond_with tests
49183d
49183d
Name:           libuv
49183d
Epoch:          1
0a9be4
Version:        1.42.0
0a9be4
Release:        1%{?dist}
49183d
Summary:        Platform layer for node.js
49183d
49183d
# the licensing breakdown is described in detail in the LICENSE file
49183d
License:        MIT and BSD and ISC
49183d
URL:            http://libuv.org/
49183d
Source0:        http://dist.libuv.org/dist/v%{version}/libuv-v%{version}.tar.gz
49183d
Source2:        %{name}.pc.in
49183d
Source3:        libuv.abignore
49183d
49183d
BuildRequires:  autoconf automake libtool
49183d
BuildRequires:  gcc
49183d
BuildRequires: make
49183d
49183d
# -- Patches -- #
49183d
49183d
%description
49183d
libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
49183d
Windows and libev on Unix systems. We intend to eventually contain all platform
49183d
differences in this library.
49183d
49183d
%package devel
49183d
Summary:        Development libraries for libuv
49183d
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
49183d
49183d
%description devel
49183d
Development libraries for libuv
49183d
49183d
%package static
49183d
Summary:        Platform layer for node.js - static library
49183d
Requires:       %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release}
49183d
49183d
%description static
49183d
Static library (.a) version of libuv.
49183d
49183d
49183d
%prep
49183d
%autosetup -n %{name}-v%{version} -p1
49183d
49183d
%build
49183d
./autogen.sh
49183d
%configure --disable-silent-rules
49183d
%make_build
49183d
49183d
%install
49183d
%make_install
49183d
rm -f %{buildroot}%{_libdir}/libuv.la
49183d
49183d
mkdir -p %{buildroot}%{_libdir}/libuv/
49183d
install -Dm0644 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
49183d
49183d
%check
49183d
%if %{with tests}
49183d
%make_build check
49183d
%endif
49183d
49183d
%ldconfig_scriptlets
49183d
49183d
%files
49183d
%doc README.md AUTHORS CONTRIBUTING.md MAINTAINERS.md SUPPORTED_PLATFORMS.md
49183d
%doc ChangeLog
49183d
%license LICENSE
49183d
%{_libdir}/%{name}.so.*
49183d
%{_libdir}/libuv/libuv.abignore
49183d
49183d
%files devel
49183d
%{_libdir}/%{name}.so
49183d
%{_libdir}/pkgconfig/%{name}.pc
49183d
%{_includedir}/uv.h
49183d
%{_includedir}/uv/
49183d
49183d
%files static
49183d
%{_libdir}/%{name}.a
49183d
49183d
%changelog
0a9be4
* Fri Sep 17 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:1.42.0-1
0a9be4
- Rebased, resolves CVE-2021-22918
0a9be4
- Resolves: RHBZ#2005319, RHBZ#1979928
0a9be4
49183d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.41.0-3
49183d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
49183d
  Related: rhbz#1991688
49183d
49183d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.41.0-2
49183d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
49183d
49183d
* Fri Feb 19 2021 Stephen Gallagher <sgallagh@redhat.com> - 1.41.0-1
49183d
- Update to 1.41.0
49183d
49183d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.40.0-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
49183d
49183d
* Mon Sep 28 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.40.0-1
49183d
- Update to 1.40.0
49183d
49183d
- https://github.com/libuv/libuv/blob/v1.40.0/ChangeLog
49183d
49183d
* Tue Sep 08 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.39.0-1
49183d
- Update to 1.39.0
49183d
49183d
* Fri Jul 31 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.1-1
49183d
- Update to 1.38.1
49183d
- https://github.com/libuv/libuv/blob/v1.38.1/ChangeLog
49183d
49183d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.38.0-3
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
49183d
49183d
* Mon May 18 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.0-2
49183d
- Fix up gating tests
49183d
49183d
* Mon May 18 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.38.0-1
49183d
- Update to 1.38.0
49183d
- https://github.com/libuv/libuv/blob/v1.38.0/ChangeLog
49183d
49183d
* Mon Apr 20 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.37.0-1
49183d
- Update to 1.37.0
49183d
- https://github.com/libuv/libuv/blob/v1.37.0/ChangeLog
49183d
49183d
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-3
49183d
- Actually add gating.yaml
49183d
- Fix build for EPEL 7
49183d
49183d
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-2
49183d
- Add abidiff ignore file and add ABI gating test
49183d
49183d
* Thu Apr 16 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-1
49183d
- Update to 1.36.0
49183d
- https://github.com/libuv/libuv/blob/v1.36.0/ChangeLog
49183d
49183d
* Thu Feb 06 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.34.2-1
49183d
- Update to 1.34.2
49183d
- https://github.com/libuv/libuv/blob/v1.34.2/ChangeLog
49183d
49183d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.34.1-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
49183d
49183d
* Mon Jan 13 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.34.1-1
49183d
- Update to 1.34.1
49183d
- https://github.com/libuv/libuv/blob/v1.34.1/ChangeLog
49183d
49183d
* Fri Dec 06 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.34.0-1
49183d
- Update to 1.34.0
49183d
- https://github.com/libuv/libuv/blob/v1.34.0/ChangeLog
49183d
49183d
* Mon Dec 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.1-1
49183d
- Update to 1.33.1
49183d
- Drop upstreamed patch
49183d
- https://github.com/libuv/libuv/blob/v1.33.1/ChangeLog
49183d
49183d
* Mon Oct 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.0-2
49183d
- Add upstream patch to fix aarch64 builds
49183d
49183d
* Fri Oct 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.33.0-1
49183d
- Update to 1.33.0
49183d
- https://github.com/libuv/libuv/blob/v1.33.0/ChangeLog
49183d
49183d
* Wed Oct 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.32.0-1
49183d
- Update to 1.32.0
49183d
- https://github.com/libuv/libuv/blob/v1.32.0/ChangeLog
49183d
49183d
* Wed Aug 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.31.0-0
49183d
- Update to 1.31.0
49183d
- https://github.com/libuv/libuv/blob/v1.31.0/ChangeLog
49183d
49183d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.30.1-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
49183d
49183d
* Tue Jul 02 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.1-1
49183d
- Update to 1.30.1
49183d
- https://github.com/libuv/libuv/blob/v1.30.1/ChangeLog
49183d
49183d
* Thu Jun 27 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.30.0-1
49183d
- Update to 1.30.0
49183d
- https://github.com/libuv/libuv/blob/v1.30.0/ChangeLog
49183d
49183d
* Tue May 21 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.1-1
49183d
- Update to 1.29.1
49183d
- https://github.com/libuv/libuv/blob/v1.29.1/ChangeLog
49183d
49183d
* Wed May 15 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.29.0-1
49183d
- Update to 1.29.0
49183d
- Drop upstreamed patch
49183d
49183d
* Fri May 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-2
49183d
- Fix regression in uv_fs_poll_stop() (BZ 1703935)
49183d
49183d
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.28.0-1
49183d
- Update to libuv 1.28.0
49183d
- https://github.com/libuv/libuv/blob/v1.28.0/ChangeLog
49183d
49183d
* Mon Mar 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.27.0-1
49183d
- Update to libuv 1.27.0
49183d
- https://github.com/libuv/libuv/blob/v1.27.0/ChangeLog
49183d
49183d
* Wed Feb 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.26.0-1
49183d
- Update to 1.26.0
49183d
- https://github.com/libuv/libuv/blob/v1.26.0/ChangeLog
49183d
49183d
* Fri Jan 18 2019 Stephen Gallagher <sgallagh@redhat.com> - 1.24.1-1
49183d
- Update to 1.24.1
49183d
- https://github.com/libuv/libuv/blob/v1.24.1/ChangeLog
49183d
49183d
* Thu Oct 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.2-1
49183d
- Update to 1.23.2
49183d
- https://github.com/libuv/libuv/blob/v1.23.2/ChangeLog
49183d
49183d
* Tue Sep 11 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.23.0-1
49183d
- Update to 1.23.0
49183d
- https://github.com/libuv/libuv/blob/v1.23.0/ChangeLog
49183d
49183d
* Mon Jul 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.22.0-1
49183d
- Update to 1.22.0
49183d
- https://github.com/libuv/libuv/blob/v1.22.0/ChangeLog
49183d
49183d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.21.0-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
49183d
49183d
* Fri Jul 06 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.21.0-1
49183d
- Update to 1.21.0
49183d
- https://github.com/libuv/libuv/blob/v1.21.0/ChangeLog
49183d
49183d
* Wed May 09 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.3-1
49183d
- Update to 1.20.3
49183d
- https://github.com/libuv/libuv/blob/v1.20.3/ChangeLog
49183d
49183d
* Tue May 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.20.2-1
49183d
- Update to 1.20.2
49183d
- https://github.com/libuv/libuv/blob/v1.20.2/ChangeLog
49183d
49183d
* Tue Apr 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.20.0-1
49183d
- Update to 1.20.0
49183d
49183d
* Mon Feb 26 2018 Stephen Gallagher <sgallagh@redhat.com> - 1.19.2-1
49183d
- Update to 1.19.2
49183d
- https://github.com/libuv/libuv/blob/v1.19.2/ChangeLog
49183d
49183d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.19.1-3
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
49183d
49183d
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-2
49183d
- Switch to %%ldconfig_scriptlets
49183d
49183d
* Sat Jan 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.1-1
49183d
- Update to 1.19.1
49183d
49183d
* Fri Jan 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-2
49183d
- Revert few commits which cause regression for nodejs
49183d
49183d
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:1.19.0-1
49183d
- Update to 1.19.0
49183d
49183d
* Sat Nov 11 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 1:1.16.1-1
49183d
- Update to 1.16.1 (rhbz #1512184)
49183d
49183d
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.16.0-1
49183d
- Update to 1.16.0
49183d
49183d
* Tue Oct 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.15.0-1
49183d
- Update to 1.15.0
49183d
49183d
* Fri Sep 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.1-1
49183d
- Update to 1.14.1
49183d
- https://github.com/libuv/libuv/blob/v1.14.1/ChangeLog
49183d
49183d
* Thu Aug 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.14.0-1
49183d
- Update to 1.14.0
49183d
- https://github.com/libuv/libuv/blob/v1.14.0/ChangeLog
49183d
49183d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-3
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
49183d
49183d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.13.1-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
49183d
49183d
* Mon Jul 10 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
49183d
- Update to 1.13.1
49183d
- https://github.com/libuv/libuv/blob/v1.13.1/ChangeLog
49183d
49183d
* Thu Jun 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.12.0-1
49183d
- Update to 1.12.0
49183d
- https://github.com/libuv/libuv/blob/v1.12.0/ChangeLog
49183d
49183d
* Tue Feb 28 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.11.0-1
49183d
- Update to 1.11.0
49183d
- https://github.com/libuv/libuv/blob/v1.11.0/ChangeLog
49183d
49183d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.10.2-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
49183d
49183d
* Thu Jan 19 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.10.2-1
49183d
- Update to 1.10.2
49183d
- Resolves: RHBZ#1395927
49183d
49183d
* Sat Nov 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.10.1-1
49183d
- Update to 1.10.1 (RHBZ #1395927)
49183d
49183d
* Mon Oct 24 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.10.0-1
49183d
- Update to 1.10.0
49183d
- https://github.com/libuv/libuv/blob/v1.10.0/ChangeLog
49183d
49183d
* Wed May 18 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.1-1
49183d
- Update to 1.9.1
49183d
- https://github.com/libuv/libuv/blob/v1.9.1/ChangeLog
49183d
49183d
* Mon May 09 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.9.0-1
49183d
- Rebase to 1.9.0 to support Node.js 6.x
49183d
49183d
* Thu Mar 10 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.8.0-1
49183d
- Rebase to 1.8.0 to support Node.js 5.8
49183d
49183d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.7.5-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
49183d
49183d
* Tue Dec 01 2015 Stephen Gallagher <sgallagh@redhat.com> 1.7.5-1
49183d
- Rebase to 1.7.5 to support Node.js 4.2
49183d
49183d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
49183d
49183d
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:1.4.0-1
49183d
- rebase to 1.4.0
49183d
49183d
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-2
49183d
- add missing %%{_?isa} to devel requires of main package
49183d
- fix some issues with the pkgconfig file and Group reported by Michael Schwendt
49183d
49183d
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.33-1
49183d
- new upstream release 0.10.33
49183d
  https://github.com/joyent/libuv/blob/v0.10.33/ChangeLog
49183d
- update URL to point to the new libuv.org
49183d
49183d
* Wed Nov 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.29-1
49183d
- new upstream release 0.10.29
49183d
  https://github.com/joyent/libuv/blob/v0.10.29/ChangeLog
49183d
49183d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.28-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
49183d
49183d
* Fri Aug 01 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.28-1
49183d
- new upstream release 0.10.28
49183d
  https://github.com/joyent/libuv/blob/v0.10.28/ChangeLog
49183d
49183d
* Thu Jul 03 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-3
49183d
- build static library for rust (RHBZ#1115975)
49183d
49183d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10.27-2
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
49183d
49183d
* Fri May 02 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.27-1
49183d
- new upstream release 0.10.27
49183d
  https://github.com/joyent/libuv/blob/v0.10.27/ChangeLog
49183d
49183d
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.25-1
49183d
- new upstream release 0.10.25
49183d
  https://github.com/joyent/libuv/blob/v0.10.25/ChangeLog
49183d
49183d
* Mon Jan 27 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.23-1
49183d
- new upstream release 0.10.23
49183d
  https://github.com/joyent/libuv/blob/v0.10.23/ChangeLog
49183d
49183d
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.21-1
49183d
- new upstream release 0.10.21
49183d
  https://github.com/joyent/libuv/blob/v0.10.21/ChangeLog
49183d
49183d
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.20-1
49183d
- new upstream release 0.10.20
49183d
  https://github.com/joyent/libuv/blob/v0.10.20/ChangeLog
49183d
49183d
* Tue Nov 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.19-1
49183d
- new upstream release 0.10.19
49183d
  https://github.com/joyent/libuv/blob/v0.10.19/ChangeLog
49183d
49183d
* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.18-1
49183d
- new upstream release 0.10.18
49183d
  https://github.com/joyent/libuv/blob/v0.10.18/ChangeLog
49183d
49183d
* Wed Sep 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.17-1
49183d
- new upstream release 0.10.17
49183d
  https://github.com/joyent/libuv/blob/v0.10.17/ChangeLog
49183d
49183d
* Fri Sep 06 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.15-1
49183d
- new upstream release 0.10.15
49183d
  https://github.com/joyent/libuv/blob/v0.10.15/ChangeLog
49183d
49183d
* Tue Aug 27 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.14-1
49183d
- new upstream release 0.10.14
49183d
  https://github.com/joyent/libuv/blob/v0.10.14/ChangeLog
49183d
49183d
* Thu Jul 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.13-1
49183d
- new upstream release 0.10.13
49183d
  https://github.com/joyent/libuv/blob/v0.10.13/ChangeLog
49183d
49183d
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.12-1
49183d
- new upstream release 0.10.12
49183d
49183d
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.11-1
49183d
- new upstream release 0.10.11
49183d
49183d
* Fri May 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.9-1
49183d
- new upstream release 0.10.9
49183d
49183d
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-2
49183d
- fix License tag (RHBZ#968226)
49183d
49183d
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.8-1
49183d
- new upstream release 0.10.8
49183d
49183d
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.7-1
49183d
- new upstream release 0.10.7
49183d
- drop upstreamed patch from 0.10.5-2
49183d
49183d
* Mon May 13 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-3
49183d
- don't sed the soname in the spec anymore; the patch takes care of it now
49183d
- drop leftover global define for git revision
49183d
49183d
* Mon May 13 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.5-2
49183d
- Add patch to properly report soname version information
49183d
  This patch will be included upstream in 0.10.6 and can be dropped then.
49183d
- Remove Bundles(ev) as this has not been true since 0.9.5
49183d
49183d
* Wed Apr 24 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.5-1
49183d
- new upstream release 0.10.5
49183d
49183d
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.4-1
49183d
- new upstream release 0.10.4
49183d
- drop upstreamed patch
49183d
49183d
* Thu Apr 04 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.3-2
49183d
- backport patch that fixes FTBFS in nodejs-0.10.3
49183d
49183d
* Sun Mar 31 2013 tchollingsworth@gmail.com - 1:0.10.3-1
49183d
- rebase to 0.10.3
49183d
- upstream now does proper releases
49183d
49183d
* Tue Mar 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1:0.10.0-2.git5462dab
49183d
- drop the patchlevel from the SONAME since libuv will retain binary
49183d
  compatibility for the life of the 0.10.x series
49183d
49183d
* Mon Mar 11 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.0-1.git5462dab
49183d
- Upgrade to 0.10.0 release to match stable Node.js release
49183d
49183d
* Thu Feb 28 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.4-4.gitdc559a5
49183d
- Bump epoch for the version downgrade
49183d
- The 0.9.7 version hit the Rawhide repo due to the mass rebuild, we need a
49183d
  clean upgrade path.
49183d
49183d
* Thu Feb 21 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.4-3.gitdc559a5
49183d
- Revert to version 0.9.4 (since 0.9.7 is breaking builds)
49183d
49183d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2.git4ba03dd
49183d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
49183d
49183d
* Tue Jan 22 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.7-1.git4ba03dd
49183d
- Bump to version included with Node.js 0.9.7
49183d
49183d
* Wed Dec 26 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.9.4-0.1.gitdc559a5
49183d
- bump to version included with node 0.9.4
49183d
- drop upstreamed patch
49183d
- respect optflags
49183d
49183d
* Thu Nov 15 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.3.git09b0222
49183d
- Add patch to export uv_inet_*
49183d
49183d
* Wed Nov 14 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.2.git09b0222
49183d
- Fixes from package review
49183d
- Removed doubly-listed include directory
49183d
- Update git tarball to the latest upstream code
49183d
49183d
* Thu Nov 08 2012 Stephen Gallagher <sgallagh@redhat.com> - 0.9.3-0.1.gitd56434a
49183d
- Initial package