Accepting request 584628 from home:AndreasStieger:branches:devel:libraries:c_c++

libsass 3.4.9 - Use %license (boo#1082318)

OBS-URL: https://build.opensuse.org/request/show/584628
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libsass?expand=0&rev=16
This commit is contained in:
Cédric Bosdonnat
2018-03-09 13:04:39 +00:00
committed by Git OBS Bridge
parent b275d57e33
commit 97c57a4339
4 changed files with 59 additions and 9 deletions

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Fri Mar 9 08:49:04 UTC 2018 - astieger@suse.com
- update to 3.4.9:
* Fix math with multiple units
* Make error indicator Unicode aware
* Make sourcemaps fully Unicode aware
* Fix parser state column following static values
* Fix memory leak of custom functions signature
* Adding the missing scope identifier std::
* Fix fall-trough warning in latest gnu gcc
* Tweak warning message format
- includes changes frpm 3.4.8:
* Implement case modifier for attribute selector
* Emit warning for double parent selectors
* Throw error if cwd goes missing
* Throw error when mixin ruleset in root has parent selector
* Fix to connect parent selector only once
* Fix endless loop comparing Selector_List to List
* Fix whitespace issue for wrapped selectors
- includes changes from 3.4.7:
* Implement exponents for numbers
* Implement long file path suppo
* Error on quoted string in simple selector parsing
* Do not compress colors in selectors
* Fix issue when passing restargs to call
* Fix issue with attribute selector unification
* Improve wrapped pseudo selector handling
* Improve extend of wrapped pseudo selectors
* Fix propagation of named rest arguments
* Do not output invisible support blocks
* Various build makefile and CI related fixes
- 3.4.6:
* Reverts accidental 3.5 feature - trailing commas in parameters
and arguments
* Reverts accidental breaking change - remove current working
directory from search paths
* Fix some memory corruptions
* Fix CI instability
* Fix CI for 3.4 release
* Fix links in Markdown after Github changed its parser
* Fix potential stack overflow
* Fix file content malloc to avoid reading beyond buffer
* Fix segfault in at-root cssize edge-case
* Fix ref-counted value handling in if function
* Fix segfault in selector append edge-case
* Fix segfault in parser edge case
* Fix usage of non-portable strdup
* Fix case-sensitive lookup to parse colors
* Fix selector parsing and url regression
- Use %license (boo#1082318)
-------------------------------------------------------------------
Thu Oct 26 09:47:57 UTC 2017 - cbosdonnat@suse.com