[nodejs-less] New upstream release 1.5.1

Stephen Gallagher sgallagh at fedoraproject.org
Tue Nov 26 13:23:34 UTC 2013


commit 8cd30b5ff95b183509a8db6749d79fd5e09eac59
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Nov 26 08:23:34 2013 -0500

    New upstream release 1.5.1
    
    - https://github.com/less/less.js/blob/v1.5.1/CHANGELOG.md
    - Added source-map-URL option
    - Fixed a bug which meant the minimised 1.5.0 browser version was not wrapped,
      meaning it interfered with require js
    - Fixed a bug where the browser version assume port was specified
    - Added the ability to specify variables on the command line
    - Upgraded clean-css and fixed it from trying to import
    - correct a bug meaning imports weren't synchronous (syncImport option
      available for full synchronous behaviour)
    - better mixin matching behaviour with calling multiple classes e.g. .a.b.c;

 .gitignore       |    1 +
 nodejs-less.spec |   15 ++++++++++++++-
 sources          |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26f912e..f477f0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /less-1.4.0.tgz
 /less-1.4.1.tgz
 /less-1.5.0.tgz
+/less-1.5.1.tgz
diff --git a/nodejs-less.spec b/nodejs-less.spec
index 8931ec8..4842b58 100644
--- a/nodejs-less.spec
+++ b/nodejs-less.spec
@@ -1,7 +1,7 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-less
-Version:        1.5.0
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Less.js The dynamic stylesheet language
 
@@ -66,6 +66,19 @@ ln -s %{nodejs_sitelib}/less/bin/lessc \
 
 
 %changelog
+* Tue Nov 26 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-1
+- New upstream release 1.5.1
+- https://github.com/less/less.js/blob/v1.5.1/CHANGELOG.md
+- Added source-map-URL option
+- Fixed a bug which meant the minimised 1.5.0 browser version was not wrapped,
+  meaning it interfered with require js
+- Fixed a bug where the browser version assume port was specified
+- Added the ability to specify variables on the command line
+- Upgraded clean-css and fixed it from trying to import
+- correct a bug meaning imports weren't synchronous (syncImport option
+  available for full synchronous behaviour)
+- better mixin matching behaviour with calling multiple classes e.g. .a.b.c;
+
 * Tue Oct 22 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.5.0-1
 - New upstream release 1.5.0
 - https://github.com/less/less.js/blob/v1.5.0/CHANGELOG.md
diff --git a/sources b/sources
index 4155fb6..583f997 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdec530b1c3d447b054f770fdb8ff066  less-1.5.0.tgz
+20a6f23cc7f39e5faa91768ba2fcca61  less-1.5.1.tgz


More information about the scm-commits mailing list