Sat, 11 May 2024 18:27:02 UTC | login

Information for build nodejs-filelist-0.0.4-3.fc24

ID9698
Package Namenodejs-filelist
Version0.0.4
Release3.fc24
Epoch
SummaryLazy-evaluating list of files, based on globs or regexes
DescriptionA FileList is a lazy-evaluated list of files. When given a list of glob patterns for possible files to be included in the file list, instead of searching the file structures to find the files, a FileList holds the pattern for latter use. This allows you to define a FileList to match any number of files, but only search out the actual files when then FileList itself is actually used. The key is that the first time an element of the FileList/Array is requested, the pending patterns are resolved into a real list of file names.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:14:03 UTC
CompletedSat, 14 Apr 2018 20:14:03 UTC
Tags
f28
f29
RPMs
src
nodejs-filelist-0.0.4-3.fc24.src.rpm (info) (download)
noarch
nodejs-filelist-0.0.4-3.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 01 2016 Tom Hughes <tom@compton.nu> - 0.0.4-2 - Update minimatch dependency * Wed Aug 26 2015 Tom Hughes <tom@compton.nu> - 0.0.4-1 - Update to 0.0.4 upstream release * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Nov 25 2014 Tom Hughes <tom@compton.nu> - 0.0.3-2 - Enable tests * Sat Nov 15 2014 Tom Hughes <tom@compton.nu> - 0.0.3-1 - Initial build of 0.0.3