SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for nodejs010-nodejs-0.10.5-6.el6.centos.alt.x86_64.rpm :

* Wed Aug 07 2013 Tomas Hrcka - 0.10.5-6- Remove badly licensed fonts in script instead of patch
* Wed Jun 19 2013 Tomas Hrcka - 0.10.5-5- added patch to remove badly licensed web fonts
* Wed Jun 19 2013 Tomas Hrcka - 0.10.5-4- strip openssl from the tarball it contains prohibited code (RHBZ#967736)- patch makefile so it do not use bundled deps- new stripped tarball
* Tue May 14 2013 Tomas Hrcka - 0.10.5-3.1- updated to latest upstream stable release
* Mon May 06 2013 T.C. Hollingsworth - 0.10.5-3- nodejs-fixdep: work properly when a package has no dependencies
* Mon Apr 29 2013 T.C. Hollingsworth - 0.10.5-2- nodejs-symlink-deps: make it work when --check is used and just devDependencies exist
* Wed Apr 24 2013 T.C. Hollingsworth - 0.10.5-1- new upstream release 0.10.5 http://blog.nodejs.org/2013/04/23/node-v0-10-5-stable/
* Mon Apr 15 2013 T.C. Hollingsworth - 0.10.4-1- new upstream release 0.10.4 http://blog.nodejs.org/2013/04/11/node-v0-10-4-stable/- drop dependency generator files not supported on EL6- port nodejs_default_filter to EL6- add nodejs_find_provides_and_requires macro to invoke dependency generator- invoke the standard RPM provides and requires generators from the Node.js ones- write native module Requires from nodejs.req- change the c-ares-devel Requires in -devel to match the BuildRequires
* Tue Apr 09 2013 Stephen Gallagher - 0.10.3-2.1- Build against c-ares 1.9
* Mon Apr 08 2013 Stanislav Ochotnicky - 0.10.3-3- Add support for software collections- Move rpm macros and tooling to separate package
* Thu Apr 04 2013 T.C. Hollingsworth - 0.10.3-2- nodejs-symlink-deps: symlink unconditionally in the buildroot
* Wed Apr 03 2013 T.C. Hollingsworth - 0.10.3-1- new upstream release 0.10.3 http://blog.nodejs.org/2013/04/03/node-v0-10-3-stable/- nodejs-symlink-deps: only create symlink if target exists- nodejs-symlink-deps: symlink devDependencies when --check is used
* Sun Mar 31 2013 T.C. Hollingsworth - 0.10.2-1- new upstream release 0.10.2 http://blog.nodejs.org/2013/03/28/node-v0-10-2-stable/- remove %nodejs_arches macro since it will only be useful if it is present in the redhat-rpm-config package- add default filtering macro to remove unwanted Provides from native modules- nodejs-symlink-deps now supports multiple modules in one SRPM properly- nodejs-symlink-deps also now supports a --check argument that works in the current working directry instead of the buildroot
* Fri Mar 22 2013 T.C. Hollingsworth - 0.10.1-1- new upstream release 0.10.1 http://blog.nodejs.org/2013/03/21/node-v0-10-1-stable/
* Wed Mar 20 2013 T.C. Hollingsworth - 0.10.0-4- fix escaping in dependency generator regular expressions (RHBZ#923941)
* Wed Mar 13 2013 T.C. Hollingsworth - 0.10.0-3- add virtual ABI provides for node and v8 so binary module\'s deps break when binary compatibility is broken- automatically add matching Requires to nodejs binary modules- add %nodejs_arches macro to future-proof ExcluseArch stanza in dependent packages
* Tue Mar 12 2013 Stephen Gallagher - 0.10.0-2- Fix up documentation subpackage
* Mon Mar 11 2013 Stephen Gallagher - 0.10.0-1- Update to stable 0.10.0 release- https://raw.github.com/joyent/node/v0.10.0/ChangeLog
* Thu Feb 14 2013 Fedora Release Engineering - 0.9.5-11- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Jan 22 2013 T.C. Hollingsworth - 0.9.5-10- minor bugfixes to RPM magic - nodejs-symlink-deps: don\'t create an empty node_modules dir when a module has no dependencies - nodes-fixdep: support adding deps when none exist- Add the full set of headers usually bundled with node as deps to nodejs-devel. This way `npm install` for native modules that assume the stuff bundled with node exists will usually \"just work\".-move RPM magic to nodejs-devel as requested by FPC
* Sat Jan 12 2013 T.C. Hollingsworth - 0.9.5-9- fix brown paper bag bug in requires generation script
* Thu Jan 10 2013 Stephen Gallagher - 0.9.5-8- Build debug binary and install it in the nodejs-devel subpackage
* Thu Jan 10 2013 T.C. Hollingsworth - 0.9.5-7- don\'t use make install since it rebuilds everything
* Thu Jan 10 2013 T.C. Hollingsworth - 0.9.5-6- add %{?isa}, epoch to v8 deps
* Wed Jan 09 2013 T.C. Hollingsworth - 0.9.5-5- add defines to match libuv (#892601)- make v8 dependency explicit (and thus more accurate)- add -g to $C(XX)FLAGS instead of patching configure to add it- don\'t write pointless \'npm(foo) > 0\' deps
* Sat Jan 05 2013 T.C. Hollingsworth - 0.9.5-4- install development headers- add nodejs_sitearch macro
* Wed Jan 02 2013 T.C. Hollingsworth - 0.9.5-3- make nodejs-symlink-deps actually work
* Tue Jan 01 2013 T.C. Hollingsworth - 0.9.5-2- provide nodejs-devel so modules can BuildRequire it (and be consistent with other interpreted languages in the distro)
* Tue Jan 01 2013 T.C. Hollingsworth - 0.9.5-1- new upstream release 0.9.5- provide nodejs-devel for the moment- fix minor bugs in RPM magic- add nodejs_fixdep macro so packagers can easily adjust dependencies in package.json files
* Wed Dec 26 2012 T.C. Hollingsworth - 0.9.4-1- new upstream release 0.9.4- system library patches are now upstream- respect optflags- include documentation in subpackage- add RPM dependency generation and related magic- guard libuv depedency so it always gets bumped when nodejs does- add -devel subpackage with enough to make node-gyp happy
* Thu Dec 20 2012 Stephen Gallagher - 0.9.3-9- Drop requirement on openssl 1.0.1
* Wed Dec 19 2012 Dan HorĂ¡k - 0.9.3-8- set exclusive arch list to match v8
* Tue Dec 18 2012 Stephen Gallagher - 0.9.3-7- Add remaining changes from code review- Remove unnecessary BuildRequires on findutils- Remove %clean section
* Fri Dec 14 2012 Stephen Gallagher - 0.9.3-6- Fixes from code review- Fix executable permissions- Correct the License field- Build debuginfo properly
* Thu Dec 13 2012 Stephen Gallagher - 0.9.3-5- Return back to using the standard binary name- Temporarily adding a conflict against the ham radio node package until they complete an agreed rename of their binary.
* Wed Nov 28 2012 Stephen Gallagher - 0.9.3-4- Rename binary and manpage to nodejs
* Mon Nov 19 2012 Stephen Gallagher - 0.9.3-3- Update to latest upstream development release 0.9.3- Include upstreamed patches to unbundle dependent libraries
* Tue Oct 23 2012 Adrian Alves 0.8.12-1- Fixes and Patches suggested by Matthias Runge
* Mon Apr 09 2012 Adrian Alves 0.6.5- First build.
 
ICM