Sun, 02 Jun 2024 21:57:48 UTC | login

Information for build coffee-script-1.10.0-6.fc24

ID1678
Package Namecoffee-script
Version1.10.0
Release6.fc24
Epoch
SummaryA programming language that transcompiles to JavaScript
DescriptionCoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: "It's just JavaScript". The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa). The compiled output is readable and pretty-printed, passes through JavaScript Lint without warnings, will work in every JavaScript implementation, and tends to run as fast or faster than the equivalent handwritten JavaScript.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 19:49:46 UTC
CompletedSat, 14 Apr 2018 19:49:46 UTC
Tags
f28
f29
RPMs
src
coffee-script-1.10.0-6.fc24.src.rpm (info) (download)
noarch
coffee-script-1.10.0-6.fc24.noarch.rpm (info) (download)
coffee-script-doc-1.10.0-6.fc24.noarch.rpm (info) (download)
js-coffee-script-1.10.0-6.fc24.noarch.rpm (info) (download)
Changelog * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Tom Hughes <tom@compton.nu> - 1.10.0-5 - cleanup spec file, removing %defattr * Sat Nov 14 2015 Tom Hughes <tom@compton.nu> - 1.10.0-4 - update to comply with javascript packaging guidelines * Fri Nov 13 2015 Tom Hughes <tom@compton.nu> - 1.10.0-3 - add temporary workaround for finding command line client * Fri Nov 13 2015 Tom Hughes <tom@compton.nu> - 1.10.0-2 - fix resolution of path to command line client * Sun Nov 08 2015 Tom Hughes <tom@compton.nu> - 1.10.0-1 - new upstream release 1.10.0 - enabled minified version now we have uglify-js * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.6.3-1 - new upstream release 1.6.3 http://coffeescript.org/#changelog - restrict architectures to ones that node works on * Sun Feb 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-4 - fix rpmlint warnings - rename documentation subpackage to "coffee-script-doc" * Fri Feb 01 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-3 - rearrange symlinks to dep/provides generation works - conditionalize minification so it works in the absence of uglify-js * Thu Jan 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-2 - provide a -common subpackage with stuff useful for other JS runtimes/browsers - split off the docs too * Tue Jan 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-1 - new upstream release 1.4.0 - clean up for submission * Sat Aug 20 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.2-1 - initial package