From ee38238380c00ecd763913cef2e8562366fb2733 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:05:16 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/nodejs-less.spec b/nodejs-less.spec index 46f7098..2fffb93 100644 --- a/nodejs-less.spec +++ b/nodejs-less.spec @@ -2,7 +2,7 @@ Name: nodejs-less Version: 2.7.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Less.js The dynamic stylesheet language # cssmin.js is licensed under BSD license @@ -92,6 +92,9 @@ ln -s %{nodejs_sitelib}/less/bin/lessc \ %changelog +* Fri Feb 09 2018 Igor Gnatenko - 2.7.2-5 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 2.7.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -179,7 +182,7 @@ ln -s %{nodejs_sitelib}/less/bin/lessc \ `.mixin();`) - Do unit conversions with min and max functions. Don't pass through if not understood, throw an error -- Allow % to be passed on its own to the unit function e.g. `unit(10, %)` +- Allow % to be passed on its own to the unit function e.g. `unit(10, %%)` - Fix a bug when comparing a unit value to a non-unit value if the unit-value was the multiple of another unit (e.g. cm, mm, deg etc.) - Fix mixins with media queries in import reference files not being put into