[nodejs-less] New upstream release 1.6.3

Stephen Gallagher sgallagh at fedoraproject.org
Tue Feb 25 14:51:44 UTC 2014


commit bebb8ca6ee6fedab3332ae396ac04fff45b40c79
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Feb 25 09:53:14 2014 -0500

    New upstream release 1.6.3
    
    - https://github.com/less/less.js/blob/v1.6.3/CHANGELOG.md
    - Fix issue with calling toCSS twice not working in some situations (like with
      bootstrap 2)
    - The Rhino release is fixed!
    - ability to use uppercase colours
    - Fix a nasty bug causing syntax errors when selector interpolation is preceded
      by a long comment (and some other cases)
    - Fix a major bug with the variable scope in guards on selectors (e.g. not
      mixins)
    - Fold in & when () { to the current selector rather than duplicating it
    - fix another issue with array prototypes
    - add a url-args option which adds a value to all urls (for cache busting)
    - Round numbers to 8 decimal places - thereby stopping javascript precision
      errors
    - some improvements to the default() function in more complex scenarios
    - improved missing '{' and '(' detection

 .gitignore       |    1 +
 nodejs-less.spec |   21 ++++++++++++++++++++-
 sources          |    2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bb749b..6f47782 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /less-1.5.1.tgz
 /less-1.6.0.tgz
 /less-1.6.1.tgz
+/less-1.6.3.tgz
diff --git a/nodejs-less.spec b/nodejs-less.spec
index 53019c7..12bbca8 100644
--- a/nodejs-less.spec
+++ b/nodejs-less.spec
@@ -1,7 +1,7 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-less
-Version:        1.6.1
+Version:        1.6.3
 Release:        1%{?dist}
 Summary:        Less.js The dynamic stylesheet language
 
@@ -67,6 +67,25 @@ ln -s %{nodejs_sitelib}/less/bin/lessc \
 
 
 %changelog
+* Tue Feb 25 2014 Stephen Gallagher <sgallagh at redhat.com> 1.6.3-1
+- New upstream release 1.6.3
+- https://github.com/less/less.js/blob/v1.6.3/CHANGELOG.md
+- Fix issue with calling toCSS twice not working in some situations (like with
+  bootstrap 2)
+- The Rhino release is fixed!
+- ability to use uppercase colours
+- Fix a nasty bug causing syntax errors when selector interpolation is preceded
+  by a long comment (and some other cases)
+- Fix a major bug with the variable scope in guards on selectors (e.g. not
+  mixins)
+- Fold in & when () { to the current selector rather than duplicating it
+- fix another issue with array prototypes
+- add a url-args option which adds a value to all urls (for cache busting)
+- Round numbers to 8 decimal places - thereby stopping javascript precision
+  errors
+- some improvements to the default() function in more complex scenarios
+- improved missing '{' and '(' detection
+
 * Mon Jan 13 2014 Stephen Gallagher <sgallagh at redhat.com> - 1.6.1-1
 - New upstream release 1.6.1
 - https://github.com/less/less.js/blob/v1.6.1/CHANGELOG.md
diff --git a/sources b/sources
index 6290d5a..09b4bcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e6839758add9e3705b5e2c0a5891945  less-1.6.1.tgz
+25a1946e2f0aeb48d87a7c533f1e3fc3  less-1.6.3.tgz


More information about the scm-commits mailing list