Accepting request 536854 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/536854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsass?expand=0&rev=6
This commit is contained in:
commit
dc2dc0c6a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbeda2e1ec2d21d27fbcbd8f2e18c3f4573cc168bb8b5cd5010715db4b3e5670
|
||||
size 311505
|
3
libsass-3.4.6.tar.gz
Normal file
3
libsass-3.4.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:686bc09cc31bba32915f42a6da5e7d221c07690d4d597e2748cdd02abd3d7c2c
|
||||
size 319190
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user