[nodejs-less] New upstream release 1.6.1

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jan 13 13:29:44 UTC 2014


commit 3b88f5de8cb200750c6c3550493a768c9d433c96
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jan 13 08:30:08 2014 -0500

    New upstream release 1.6.1
    
    - https://github.com/less/less.js/blob/v1.6.1/CHANGELOG.md
    - support ^ and ^^ shadow dom selectors
    - fix sourcemap selector (used to report end of the element or selector) and
      directive position (previously not supported)
    - fix parsing empty less files
    - error on (currently) ambiguous guards on multiple css selectors
    - older environments - protect against typeof regex returning function
    - Do not use default keyword
    - use innerHTML in tests, not innerText
    - protect for-in in case Array and Object prototypes have custom fields

 .gitignore       |    1 +
 nodejs-less.spec |   16 +++++++++++++++-
 sources          |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a757447..4bb749b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /less-1.5.0.tgz
 /less-1.5.1.tgz
 /less-1.6.0.tgz
+/less-1.6.1.tgz
diff --git a/nodejs-less.spec b/nodejs-less.spec
index 97f5119..53019c7 100644
--- a/nodejs-less.spec
+++ b/nodejs-less.spec
@@ -1,7 +1,7 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-less
-Version:        1.6.0
+Version:        1.6.1
 Release:        1%{?dist}
 Summary:        Less.js The dynamic stylesheet language
 
@@ -18,6 +18,7 @@ Patch0001: 0001-Require-include-files-from-the-default-location.patch
 
 BuildArch:      noarch
 BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 Requires:       nodejs
 ExclusiveArch: %{nodejs_arches} noarch
 
@@ -66,6 +67,19 @@ ln -s %{nodejs_sitelib}/less/bin/lessc \
 
 
 %changelog
+* 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
+- support ^ and ^^ shadow dom selectors
+- fix sourcemap selector (used to report end of the element or selector) and
+  directive position (previously not supported)
+- fix parsing empty less files
+- error on (currently) ambiguous guards on multiple css selectors
+- older environments - protect against typeof regex returning function
+- Do not use default keyword
+- use innerHTML in tests, not innerText
+- protect for-in in case Array and Object prototypes have custom fields
+
 * Thu Jan 02 2014 Stephen Gallagher <sgallagh at redhat.com> - 1.6.0-1
 - New upstream release 1.6.0
 - https://github.com/less/less.js/blob/v1.6.0/CHANGELOG.md
diff --git a/sources b/sources
index 22adb59..6290d5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-563f46468aef0ed3e5cf1ddd93a65ab7  less-1.6.0.tgz
+8e6839758add9e3705b5e2c0a5891945  less-1.6.1.tgz


More information about the scm-commits mailing list