From b275d57e33491d1eb065ab5e22c695f79a51a6c0841617cbadac8c1323279226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Thu, 26 Oct 2017 11:59:24 +0000 Subject: [PATCH] Accepting request 536853 from home:cbosdonnat:branches:devel:libraries:c_c++ - Version bump to 3.4.6. Somehow fixes boo#1050380 OBS-URL: https://build.opensuse.org/request/show/536853 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=14 --- libsass-3.4.3.tar.gz | 3 -- libsass-3.4.6.tar.gz | 3 ++ libsass.changes | 78 ++++++++++++++++++++++++++++++++++++++++++++ libsass.spec | 4 +-- 4 files changed, 83 insertions(+), 5 deletions(-) delete mode 100644 libsass-3.4.3.tar.gz create mode 100644 libsass-3.4.6.tar.gz diff --git a/libsass-3.4.3.tar.gz b/libsass-3.4.3.tar.gz deleted file mode 100644 index f4ebcc4..0000000 --- a/libsass-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbeda2e1ec2d21d27fbcbd8f2e18c3f4573cc168bb8b5cd5010715db4b3e5670 -size 311505 diff --git a/libsass-3.4.6.tar.gz b/libsass-3.4.6.tar.gz new file mode 100644 index 0000000..adde782 --- /dev/null +++ b/libsass-3.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686bc09cc31bba32915f42a6da5e7d221c07690d4d597e2748cdd02abd3d7c2c +size 319190 diff --git a/libsass.changes b/libsass.changes index ff6f713..586ac1f 100644 --- a/libsass.changes +++ b/libsass.changes @@ -1,3 +1,81 @@ +------------------------------------------------------------------- +Thu Oct 26 09:47:57 UTC 2017 - cbosdonnat@suse.com + +- Version bump to 3.4.6. + Upstream changelog: + + Version 3.4.5 + ------------- + + * Features + + - Implement trailing commas in parameters and arguments (@xzyfer, + #2288) + - Implement unary slash expressions (@mgreter, #2349 and #2384) + + * Fixes + + - Fix Attribute Selector equal compare operator (@mgreter, #2350) + - Fix segfault for varargs with non-string keys (@mgreter, #2352) + - Fix Element Selector compare operators (@mgreter, #2347) + - Fix compiler issue with spec regression on NetBSD 6.1 (@mgreter, + #2357) + - Fix some segfaults caused by the parser being too forgiving + (@xzyfer, #2367) + - Fix segfault with invalid map keys (@xzyfer, #2368) + - Fix null pointer dereference in css_error (@xzyfer, #2370) + - Fix bug when parsing selector schemas (@xzyfer, #2371) + - Fix null pointer dereference in parse_selector_schema (@xzyfer, + #2372) + - Fix segfault when extending pseudo selectors failed (@mgreter, + #2366) + - Fix parser for urls looking like ruleset selectors (@mgreter, + #2376) + - Error for trailing rulesets comma (@mgreter, #2365) + - Improve selector and binominal look ahead (@mgreter, #2346) + - Improve hex escape handling in interpolation (@mgreter, #2320) + - Fix wrong parsing of calc functions as number units (@mgreter, + #2382) + - Skip comment evaluation for compressed output (@mgreter, #2359) + - Improve parent selector handling in selector schema (@mgreter, + #2358) + - Improve parameter vararg and keyword handling (@mgreter, #2394) + - Hotfix to avoid invalid nested :not selectors (@mgreter, #2399) + - Fix a few minor memory leaks (@mgreter, #2400) + + Version 3.4.4 + ------------- + + * Features + + - Update Visual Studio build facade (@am11, #2288) + - Update read me (@mgreter, #2310) + - Performance improvements for @extend (@mgreter, #2314) + - Performance improvements (@mgreter, #2339) + + * Fixes + + - Disable FMA3 when compiling with Visual Studio 2013 (@am11, + sass/node-sass#1854) + - Fix for loop variable to be referenced (@mgreter, #2330) + - Fix number compare issues when used as map keys with old gcc + (@mgreter, #2331) + - Fix results of map-get not being evaluated (@mgreter, #2309) + - Fix null pointer access (@mgreter, sass/node-sass#1880) + - Fix null pointer access (@mgreter, #2321) + - Fix bug with media queries and @extend (@mgreter, #2341) + + * Misc + + - Cleanup initial shared ptr interface (@mgreter, #2299) + - Refactor selector list and schema handling (@mgreter, #2300) + - Cleanup context usage and extend code (#2313) + - Cleanup misc (#2316, @nschonni) + - Cleanup issues detected by clangs static analyser (#2336, + @xzyfer) + - Remove Textual intermediate AST node (@mgreter, #2338) + - Add libsass-python to README (@asottile, #2340) + ------------------------------------------------------------------- Mon Feb 13 11:59:27 UTC 2017 - ronisbr@gmail.com diff --git a/libsass.spec b/libsass.spec index 9028398..3005615 100644 --- a/libsass.spec +++ b/libsass.spec @@ -16,9 +16,9 @@ # -%define libname libsass-3_4_3-0 +%define libname libsass-3_4_6-0 Name: libsass -Version: 3.4.3 +Version: 3.4.6 Release: 0 Summary: Compiler library for A CSS preprocessor language License: MIT