Fri, 28 Jun 2024 21:45:42 UTC | login

Information for build nodejs-bindings-1.2.1-2.fc24

ID9473
Package Namenodejs-bindings
Version1.2.1
Release2.fc24
Epoch
SummaryHelper module for loading your native module's .node file
DescriptionThis is a helper module for authors of Node.js native addon modules. It is basically the "swiss army knife" of require()ing your native module's .node file. Throughout the course of Node's native addon history, addons have ended up being compiled in a variety of different places, depending on which build tool and which version of node was used. To make matters worse, now the gyp build tool can produce either a Release or Debug build, each being built into different locations. This module checks all the possible locations that a native addon would be built at, and returns the first one that loads successfully.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:13:44 UTC
CompletedSat, 14 Apr 2018 20:13:44 UTC
Tags
f28
f29
RPMs
src
nodejs-bindings-1.2.1-2.fc24.src.rpm (info) (download)
noarch
nodejs-bindings-1.2.1-2.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 24 2015 Tom Hughes <tom@compton.nu> - 1.2.1-1 - update to 1.2.1 upstream release * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Apr 20 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.2.0-1 - update to upstream release 1.2.0 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.1-1 - new upstream release 1.1.1 * Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.0-3 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.0-2 - add macro to enable dependency generation in EPEL * Fri Mar 15 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.1.0-1 - update to upstream release 1.1.0 * Mon Feb 11 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 1.0.0-1 - initial package