sassc-3.5.0-lp150.1.3 >  A Z~/=„\/3o!vh.L Sp>(?(d  4 (,?HL f~       H O (q8x9:F%-G%@H%PI%`X%dY%l\%]%^%b%c&d'e'f' l' u' v'0w(x( y(0z(H(X(\(b(Csassc3.5.0lp150.1.3Libsass command line driverSassC is a C/C++ port of the Sass engine. The point is to be simple, fast, and easy to integrate. Sass is a pre-processing language for CSS. It allows you to write cleaner stylesheets and makes collaboration on your CSS a breeze.Z~lamb27XopenSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Tools/Otherhttps://github.com/sass/sassc/linuxx86_64LHA큤Z~Z~ZWZW42ee487ee8a146173efa7caa012701ef491d7eb5d46a692a13ad9610407cdec9c6c99a8e1263e7227fa10d7f31e265ec2da06cd08562b7c42a4e63afefabda88293485f18e9e03fdd2161d41b35ede58919de8eb0d16f1ab84fce8c9e5b92662rootrootrootrootrootrootrootrootsassc-3.5.0-lp150.1.3.src.rpmsasscsassc(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsass-3.5.3.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZkZ@XX6@X5gutaper@gmail.comgutaper@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.com- New upstream release 3.5.0: Features: * Implement trailing commas in parameters and arguments (#2070, @xzyfer) * Implement deprecation warning for ID strings that look like colors (#2302, @xzyfer) * Implement content-exists function (#2266, @xzyfer) * Implement support for passing var() to CSS functions (#2244, @xzyfer) * Implement first class functions (#2277 #2275, @xzyfer) * Implement nesting guard to avoid "out of stack space" (#2438, @mgreter) * Implement exponents for numbers (#2465, @mgreter) * Implement long file path support for Windows (#2477, @mgreter) * Implement case modifier for attribute selector (#2509, @mgreter) * Implement warning for double parent selectors (#2522, @mgreter) * Implement support for custom property syntax (#2076, @xzyfer) * Implement support for custom-property feature flag (#2076, @xzyfer) Optimisations: * Performance improvements (#2339, @mgreter) * Fix memory leak by removing previously unused code (#2505, @mgreter) * Fix memory leak of custom functions signature (#2553, @mgreter) Community: * Add libsass-python to Readme (#2546, @asottile) * Update link to go-libsass (#2340 #2410, @drewwells) Fixes: * Fix media query stack and eval issue (#2341, @mgreter) * Fix Attribute Selector equal compare operator (#2347, @mgreter) * Fix segfault for varargs with non-string keys (#2352, @mgreter) * Fix Element Selector compare operators (#2347, @mgreter) * Fix compiler issue with spec regression on NetBSD 6.1 (#2357, @mgreter) * Fix some segfaults caused by the parser being too forgiving (#2367, @xzyfer) * Fix segfault with invalid map keys (#2368, @xzyfer) * Fix null pointer dereference in css_error (#2369, @xzyfer) * Fix bug when parsing selector schemas (#2371, @xzyfer) * Fix null pointer dereference when parsing selector schemas (#2371, @2372) * Fix .editorconfig (#2380, @brucek) * Fix compiler issue with spec regression on NetBSD 6.1 (#2357, @mgreter) * Fix segfault when extending pseudo selectors failed (#2366, @mgreter) * Fix parser for urls looking like ruleset selectors (#2376, @mgreter) * Fix use of non-portable std::to_string (#2385, @mgreter) * Fix use of non-portable strdup (#2459, @asottile) * Fix unary slash expressions (#2349 #2384, @mgreter) * Fix missing error for trailing comma in selector list (#2365, @mgreter) * Fix selector and binominal look ahead (#2346, @mgreter) * Fix hex escape handling in interpolation (#2320, @mgreter) * Fix wrong parsing of calc functions as number units (#2382, @mgreter) * Fix incorrect comment evaluation for compressed output (#2359, @mgreter) * Fix parent selector handling in selector schema (#2358, @mgreter) * Fix parameter vararg and keyword handling (#2394, @mgreter) * Fix a few minor memory leaks (#2400, @mgreter) * Fix issue with invalid error indicator (#2404, @mgreter) * Fix selector parsing and url regression (#2429, @mgreter) * Fix null ptr segv on invalid vararg (#2437, @mgreter) * Fix segfault in selector extend edge-case (#2437, @mgreter) * Fix segfault in selector extend edge-case (#2437, @mgreter) * Fix segfault in selector append edge-case (#2437, @mgreter) * Fix ref-counted value handling in if function (#2437, @mgreter) * Fix segfault in at-root cssize edge-case (#2439, @mgreter) * Fix file content malloc to avoid reading beyond buffer (#2440, @mgreter) * Fix case-sensitive lookup to named color map (#2462, @asottile) * Fix shebang for tap-driver (#2466, @naroga) * Fix segfault in parser edge case (#2446, @mgreter) * Fix memory corruption on error in parse_selector_schema (#2484, @mgreter) * Fix autoconf path for sassc tester (#2492, @mgreter) * Fix output of invisible @support blocks (#2488, @mgreter) * Fix to_value for bracketed lists (#2467, @mgreter) * Fix propagation of named rest arguments (#2480, @mgreter) * Fix @extend of wrapped selectors (#2468, @mgreter) * Fix wrapped pseudo selector handling (#2464 #2383, @mgreter) * Fix minor issue with attribute selector unification (#2053, @mgreter) * Fix issue when passing restargs to call (#2472, @mgreter) * Fix compressing of colors in selectors (#2232, @mgreter) * Fix missing error on selector with invalid quote mark (#2082, @mgreter) * Fix travis-ci mac OSX builds (#2527, @mgreter) * Fix endless loop comparing Selector_List to List (#2516 #2517, @mgreter) * Fix SmartOS/Solaris build regression (#2519, @mgreter) * Fix to connect parent selector only once (#2520, @mgreter) * Fix whitespace issue for wrapped selectors (#2366, @mgreter) * Fix missing error if cwd goes missing (#2513, @mgreter) * Fix missing error when mixin ruleset in root has parent selector (#2482, @mgreter) * Fix sourcemap crutch once again (#2312, @mgreter) * Fix parser state column following static values (#2542, @mgreter) * Fix error indicator not being Unicode aware (#2404, @mgreter) * Fix error sourcemaps not being fully Unicode aware (#2319, @mgreter) * Fix some compiler warnings (#2547, @mgreter) * Fix math with multiple units (#2549, @mgreter) * Fix css test for interpolated numbers (#2560, @mgreter) * Fix null pointer access in nesting check (sass/sassc#222 sass/sassc#223, @mgreter) * Fix @else possibly producing invalid output (#2569, @xzyfer) * Fix parsing of @supports declarations (#2452, @xzyfer)- New upstream release 3.4.5: Features: * Implement trailing commas in parameters and arguments * Implement unary slash expressions Fixes: * Fix Attribute Selector equal compare operator * Fix segfault for varargs with non-string keys * Fix Element Selector compare operators * Fix compiler issue with spec regression on NetBSD 6.1 * Fix some segfaults caused by the parser being too forgiving * Fix segfault with invalid map keys * Fix null pointer dereference in css_error * Fix bug when parsing selector schemas * Fix null pointer dereference in parse_selector_schema * Fix segfault when extending pseudo selectors failed * Fix parser for urls looking like ruleset selectors * Error for trailing rulesets comma * Improve selector and binominal look ahead * Improve hex escape handling in interpolation * Fix wrong parsing of calc functions as number units * Skip comment evaluation for compressed output * Improve parent selector handling in selector schema * Improve parameter vararg and keyword handling * Hotfix to avoid invalid nested :not selectors * Fix a few minor memory leaks- Run spec-cleaner. - Remove `TODO` file since it has been removed by upstream. - Version bump to 3.4.2. Upstream changelog: Version 3.4.2 - ------------ * Features - Sass 3.4.23: Support url() with quotes in unknown directives (@mgreter, #2243) * Fixes - Test bootstrap ignoring SASS_SPEC_PATH and SASS_SASSC_PATH environment variables (@xzyfer, #2265) - Incorrect equality of interpolated values (@mgreter, #2261) - Incorrect error when @content is inside @at-root (@mgreter, [#2260]) - C-API copy_options function losing some options (@mgreter, [#2257]) - Segfault with calling calc (@mgreter, @xzyfer) Version 3.4.1 - ------------ * Features - Add --sass flag for indented syntax support from stdin (@docteurklein, #204) * Fixes - Ability to static compile VCR libs (@am11, #199) - Sourcemap file not being written (@am11, #202) Version 3.4.0 - ------------ * Features - Change output to binary mode (@mgreter, #170) - Add .editorconfig (@nschonni, #184) - Add Windows CI (@am11, #189) - Remove -ldl flag for OpenBSD (@parhs, #197) - Update CLA to match LibSass (@nschonni, #186) * Fixes - Automake compile on msys2 and mingw64 (@mgreter @aroig, #174) - Hanging when called with no args or STDIN piped data (@uizfb, [#179]) - Misc fixes to build scripts (@nschonni, #184 #183) - Remove old unreferenced files (@nschonni, #185) - Memory leak by freeing options we allocated (@mgreter, #196) - Clang warning (-Warray-bounds) (@mgreter, #198)- Change the group and description as per jengelh advice. * The group was changed to Development/Tools as in Fedora; * The description was changed based on the package in Debian.- Initial versionlamb27 15249240543.5.0-lp150.1.33.5.0-lp150.1.3sasscsasscLICENSEReadme.md/usr/bin//usr/share/doc/packages//usr/share/doc/packages/sassc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/551f0479f96e8593bb9f89a2b0263497-sassccpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=4ebf260ee5c5c84445859867e7e07847faf9a862, strippeddirectoryASCII textRRRRRRGUDOdڌutf-83c7a010d8c27274e70914d6dee735f9f4106711af4d3f45e4af8333a045ad085? 7zXZ !t/[;] crv9uN`zάͿCܜ3KL[Y4 b>]j:ш߉Gn;V'B-ua*/I=-Ҍۏc)i0P}YeٳqgoXi*|7  #ސ7US6tOhĬke5p}~k-mvϖƷ3<9iiG+'fyǚyHfRh^p#L-C<o閾V)dy 4p0E9Uyh42JXCF[<ĕXaiOY Knmq%tƀaVo%PW]ÛT܏p!"RF*d_Oʍߏ^ːVjh+-7J M6:Y:';jW@ Χ\ɻ40œ7EeIix" TY8${ {_^f47 S;&%]osOV]K{?Dޕ8Ta'o42"[MZn)Z#bxs6MB~9p  NH薕QOk|cLd{u-rMu.'$8G1=#ʼ[pgKzuSZgh1ݣ@ȕ#E 5l9LJYuG n!}0VN}r1^b}ғLVRZ.9<\b ãa 1F60D6[ ˶ #PluAw:p7Ú]'$Su n]yjظPUl=EO\̰~R*b}zn/_ [I}/Vr+ Uey?4iu'g)B@{ױfaN!.:~W)>pvJ ޠ*'r8w55c0|'C$U,I|+'y$IK:UcU;zm*:iur+綞h +ob |w="3y]4GU+2@&kD(D4Za8=+wL_jQ57L)0ss z(9O\UINh@G |573 !JZJP6<ȹhSv{݂~XBtRFF sF1:[⽵Z`  d$oUF54*|?q p]aʖ#sĕZo'AS@ yb[S2CCQ߈P}.kUKx'w[a滝b-~p~:.̝F`e]nYһ/zy7.L f${PӀg |.* `q @qqK3dNVэw${XS҈a#v_g <K`,ʌ0a쾏ǕtQ/KgePA!٢ٵ'hKi%E' 4j_ =f_9>]pꓬuBgTfo#S`~dsR : P~J1hv$ЛqO/ &m^-5[ #O]2N*FK2(<{5g8F~ZVc%yRr_|Y;}5-.<gظW˶-a^[a5~Uj?s2G?_o.It(WM6|~HF9&-uD;fũYAJ)u;خA=eXc ߂VٷD[V5zz5QT!Q3R$TZ\5-tI"kY/MPCoߘU:⥿\(BƾrȪ&dqCzUeDrY8nB-С2qy0^~KSeO u';bX ʷ[06*.9đþ$BK"()p!pj,V@}ϵju2"NY\D/r4Hu'GaPbspYkq{Q~rNB:eU7Aód21ʈf jo%t#b'.>_*X/c3қMpPX1rU~Z2~ 4Jm?ǀ*4gKfZ/P(Q86x8d<ޭ>̶Q8*W{ǢI-B9q֒_Z< 4b:D(oW/ $*O|$Th;qҔ ,KTǨtĀB8ɥ}߇`Qc#{W^-ΩԠx 5D pGTqc_F̊~sƟ$HҀ,[/ypф2 &Z]DOs 5у[[n)qv ޑMLLSbi@|)-,<:H8Tّϰcꌋ 8C۾$!MQGjnNls- <̹e?gx(k\U IWPRS}fI#AnoNkd&04eW~u},kx\ȓBrWgj޳Jr`D~q 68z$zI%Nyݮϩ7Н&x\Ӳ3^ ԅjѼ7nX{&=F@a3[~a`e|f^2L,[{ y21鈅^("t w`)wnF8R9F`]b:Θ>3vyS.xx y[v$A?^AٮBD`k=sd^GWg4zgiP5VQRS-MADɦ?q: ]9/~ss'tK U(U_+ ~$?i$PF1Gw}v* mjfgr_FUGLBr}kVvŸT:r ?'PrMܵCEa+YNS գݩG!5]!wa` _ºQ[aq߯ S1cu"h;hߘ,-_J+*c64MЙk]A2ϐ7Y 0URl~cD\C*y0&(:\Fkl a6:n[zFWX@ 2 {4 93aPH@6*9"F9(u&5udo5٢ `[ 0zE4(n;jҊOٿH_9)~60揥.%L^EU 6 >,B肼숖r9LF$|胠E Z_E ,+DAP Bٓ{{%a̿ p-}~x;h n0op2>_YMw,+GZ L4A,˨iWS-%=%q:rkcӪ#6S_ŢѲc))ػ]%(vz]*t 5 i-sAXܙ%H>gv5&TR5%:}u|V@/CN3 eR ݶt^`^k uLJe ^[yg%M#08uk!:}iǪPq Q)q`Q;[T.`},]]\k#ywM?seI)?Oްٹ9܃Q1A)v^ 5QqQW[!m<#5 (i"/9 a)e >!Xî CQDHـ3/UAI[LoZIeozxp`ᰤK!v=sЋeM-I!.-\s_3~罙)<ps7JnQ#6 \Z<$3O61FI[90B=m&6Rx!᱐& }(`bwC/>B$4Hez{jW)43 i#ӛ[لγ4XhF>0\0 y1VJC |fͰ *s)}.Yޟ[ h j;bX%JDKͧ^JpW tiO3Bgف局G l3+yG@JX+c+ɴX#kJ_`5?nDER28 4eR8*?G[TR**K?Hcs-Dam<{n%7!*^`?lߖr7.dSAk)ѺMlK^hU\KjvJ Y@`"N![A7 ӹ4S'kO>qW i6( B}س)AHm;`vS앯%ᲪF<-+Ys۞0Ъus%caedaޝ; VQ2O4ߤ*5 Ѯ`6տJ翧_jw~i6R!&?Iu[9mD͈'/t*]@Nq"%d+Wwh%qAw\Zre+-N!9c ஘j r),Kab9a<cs]V}wy9$ yBT4+t760