sassc-3.5.0-1.34 >  A ^p9|~lpaꢨڤIڤO']YGC Q &NɻOE)ev<\ H$ZUEkI˙c57 \83T5j `5X#|![W=!  LXJO[M7i׌G X+˖]E_6 0J6tkͰ +}R)t⣎[`Я)jIO]X׵oHE0j/JcT Fccdc6956a8300b52979e6fe7a94254ac78f28fc5604b9833a70b6df71b0eb00db88c0b0f299ab048a6dee3bc9f55d2d7953f16d6F^p9|7UN2G:V-\>ҙxvoȸ;*rUy22Yx~)>Č'b_YB;hGg@ە~(9ރJDf[+~oL\ O.~}]8\THy{%L`h|4thdD倩"/ڣ#N[aI𗉎j'=K1ӦJo:;V8D־T*/(8eR7ճIu'0t4,}JPĸBx3")5YǻL[L>p>(h?(Xd  /(,Efj       8X"(B8L9`:F%G%H%(I%8X%<Y%D\%\]%l^%b%c&ud&e&f&l&u&v&w'x'y'z'(( ((TCsassc3.5.01.34Libsass 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.^ms390zp33XSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Tools/Otherhttps://github.com/sass/sassc/linuxs390xKA큤^m^mZWZW908f585bc2737282d0ff0e407897bd0a2f9b3565a7fea7e6f0d073df1ecef64ec6c99a8e1263e7227fa10d7f31e265ec2da06cd08562b7c42a4e63afefabda88293485f18e9e03fdd2161d41b35ede58919de8eb0d16f1ab84fce8c9e5b92662rootrootrootrootrootrootrootrootsassc-3.5.0-1.34.src.rpmsasscsassc(s390-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsass-3.6.1.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 versions390zp33 15914067013.5.0-1.343.5.0-1.34sasscsasscLICENSEReadme.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.suse.de/SUSE:SLE-15-SP2:GA/standard/551f0479f96e8593bb9f89a2b0263497-sassccpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld6, BuildID[sha1]=6675df38a5cd3a35b02f7d848436aae6905b1555, for GNU/Linux 3.2.0, strippeddirectoryASCII textRRRRزslq=kautf-8561de3ec60c610ea3f68a1f5d27ba2a3b0d0ae43883df7ed1d10acf7c418fdd2? 7zXZ !t/[K] crv9vW3’mGpk R9WHbcԄu%Qqs 46횤ecX%eQ-j߸'>E{GFzp UNNG JB[0ػz`e/954kKAA<<ݯO \C&|$gtGp\zC @8яuۘw~bZ+;nx?ʕ%͑+Rf$mKH?Z w%UDc6Nzwha'~P\2mSxttC&6>OıS+bɦK-+,Mvl{,:` ZӪFdGD0p\G$K1ڋvQ,Ixy*&N !*]T!2ZE i),̇kA?ZTqZ)Pӷm( b JZkk*kU;y>DƠle J6co@qF%r ڕ=%fAANK{N="iє( tG,P Er?uu9UH;eJOU4cKK=D-V{m#X4@S1A(=e.K` oR;piVӎ%}nBD灦 a5]ܓԱ:K`ĦpFE +'P3hYi"")hxZDՅFDF-7Ђ$SśIlA=-,xO:4&OU!%CA ZgMaMztZ=FC%ˇ&&t р*0ԔC7`5Fl|5~額ADeq1bWk){FZ[~PW iRzB@nJr!9"HY=0712[b&װwen-[b'Iوg,*hJ nIF٨rd~mB54 f=>WhwߠwIYȤI*0yŽ0zC7z(i4 %oj@-11ZοE<{φM쮀j5)'0}WZ6;g$DhP f6pThKUF^uu66n~pv_áno}sAx^ΝXR'B\r(UQߢџ_t{#GR1NkIGW]9Pڄ'tEsZW,'k2#9{X01VM  pu`QMM09&)QιlJo7e}Q## mй70O/w![!aZBǗY~ATg&T^-{j@m^+AL.%Y $I XݭbAIJ>tK7"+ ]4Y8BSe:^L0$ʥ<1YM|+gBb1qyu~>EΤiJ">:sRړ7w#&]hl«* ر XҫZ p 'ܝ&P4(zh#g&Eû>R1jBua,׏r!+ `>@#@F--&2Ybd^zZ prnMY,خ Cz/ϊ{_}" ]kH%>]7S‰•Qȹ]rW -mȬ|W^ mo5y$XŶ. qCk2_xVﮨ3[/+};jPhs<3ִ2oM,B:_Mzr6FOHfb"lA? `Xe92vrZԑ!%F8Y$o[WØ@?~?ަ?Gp"?cbpLKr`LJڈ("&sHx`bc0'O;?=hgaK",{Eu(Cu$ovL1\t͹?'_R;z q^`ވWxx&fTeg+{$t5lSR6JVF֑7*~bq_Fp1HJH9 ^ "޿'J@"Sx{>HʁN_, 6yyd$>=UH+\:t~wm?JLg n$XP5Zotr7>rr5jPW/&h@hGs8p#)'Zde?׵7.lʌS߁6BjD} pC$W6Xme&&jvF,λ>tgFc)E! 3[ޖ^rhh 6K텲1IbA )̣HW.N%-X,P_0Y0,weްUÄ~f=7\#)j6y#4/]WeXI42i8\fqm(1x@q7v8Q2%.ŷ#O7 -ܥ~VsMQu!Iz2JYаs62%dZoFN(G6+w)L7_;DOa`k?p悿{+Cy8Lh1Bb@Q7Wq󻴃': Wց1_pV cRba&*.T !NcF2偗`7_H<:iW [zp1qG4/kQohZP~_X)UxT3B>RQF3m}Z<{bu7c]鈏X SnH .,K~d)(ݠj"%x2zW$6'ˤ*)Y96ب&Bslk8(:6&Թ\*қZ=\ kܿ%#;^^hT"V7-7@cz" ȓOר~C7x!\VBOۼ/tLW/"9Đ> 4On6J^S4YWK;puYwZGFr]j'9 yti^ha#=R<+㊾#>{5vf^Awó^>eWߋZq`Sy1zG˻iLbD[{>p~')~xr)\ `pb92/(|S2Pzfs&J#j|=Cq:j tFB`pF ;gT2.fBYQvvH%Hعo!eYF1= q忋 PL #dcZg7jzC DRNf=0|omh@̑S{ V&OO5%lrbKXϋO[B0ca$v\PPPB@ R/k"8Vh`?8ʆ7 # U߆!,™@:G o|ULaADG? A;܁Ff{/q L9'N>{g9.G-_@!`]9XARzno&NH|T#֘\V_耠ħv&=rKI9=ٶLqO"ҩ?mD)AQc.xU_eZ2Q{HRt܏"dзup(jFtV`CdzD=s#(m ڮی%(=YmL57 UlY*H 3kZ7ń&hY֗hجnΜ dfKd4 M8ϿpfexpI7aK6[t=V/;)*#a!QOkGEK}uQXWtdֆ8XRaϾukIA1WH14ljCP?¦eQِ-摚=P,169_҅tuZw2`?ǙbȤZlk: 11 %oSH M* uR̗lK9&o6i0e(= |W,rVNHNN7GÎ^(V_̞Ms]%{;v#5e6֮+3֌Y%X4ic00=waZV0u?#Mcbo[* Ijs܂.,#I8ymvW%ru=4H2ϙ$m=mp4 Q6Y|{v [cV-}\2Vr$"G+t׸{I./5zGgeV n 8SF+=+YJqzm~x:I % L|?jA?eu$$bCypw|}Y47SJ➳ %IW_U^J~Е4poR JrlYL 7d(ۭDG3tw]3եRAE*Ka/A%C]Ys ѼR#DM]ѥS /W NsnQͫƜ]SHy@xkRJK|b "9BPR+ĩ;'!{, 8$ώs#ԧ/m,H:|`<_f#flL;<uiC3]. 2(.g~9<{D;-/ħrrdy\{Ksx-T+V%FAI^|DҦii6Q[,ɚn|Z=a{V+71֤A>+VJ!B=psWC#r) JCz] P5vD|PNwȨw˨:].JJ"4̶(9j YZ