python3-libixion-0.18.1-150400.14.3.2 >  A eS4p9|yT5V+*xu|ttwQZf"qe^z+\E#8WN%f GA7WQ}Hys0}П *X1/s#@аlz#6xi+A@5W-p<.51è.xQ_`kiù>crg;-v{Ky4m`d9 /3UPbx2mn?\[ڰbl[YrK37T.uϻX96b20683a8cdab37c58ae8d86376d09d7ecadb81c9a7a328f238e3522c0fb5822372e82efb35b6ac595a428e92ea9211eac3f753MeS4p9| l/rӼ钣xg!ak{. 1^ MA2!7wnLm؁?+ȊFx8ZAQE  &;(NmNq-AoQn [?5/Js-U +VR[բ[4E׿Ш _Ϗ+ 㶧~m4kϙr)b TsXNFHyQx)bh|64 pA?d ( Ehlx|      U X\af (89:pByFGHIXYZ[\]^b%cdienfqlsuvwxy zdtx~Cpython3-libixion0.18.1150400.14.3.2Python bindings for libixionPython 3 bindings for libixion.eS4s390zl37SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://gitlab.com/ixion/ixionlinuxs390xeS4~8714dd581e50a1bf4f09d876f9c6686830ab50555793ec27ece8ee29cd3ff71frootrootlibixion-0.18.1-150400.14.3.2.src.rpmlibixion-python3python3-libixionpython3-libixion(s390-64)@@@@@@@@@@@@@@@@@    libboost_system.so.1.66.0()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libixion-0.18.so.0()(64bit)libpython3.6m.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)libstdc++.so.6(GLIBCXX_3.4.18)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3dr@db!@a@a@@`_q@]UI@\[_Zv@Z@XXBWEVm@U+UQUQdanilo.spinella@suse.commliska@suse.czdanilo.spinella@suse.comfstrba@suse.comdanilo.spinella@suse.comfstrba@suse.comdmueller@suse.comjbrielmaier@suse.deadam.majer@suse.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comadam.majer@suse.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.com- Update to 0.18.1: * fixed a 32-bit Linux build issue as discovered on Debian, due to a clash on two 32-bit unsigned integer types being used with std::variant. - Update to 0.18.0: * removed the formula_model_access interface from model_context, and switched to using model_context directly everywhere. * revised formula_tokens_t type to remove use of std::unique_ptr for each formula_token instance. This should improve memory locality when iterating through an array of formula token values. A similar change has also been made to lexer_tokens_t and lexer_token types. * added 41 built-in functions * added support for multi-sheet references in Excel A1 and Excel R1C1 grammers.- Use -fexcess-precision=fast as GCC 13 changes the default for C++ compiler and without the change some tests fail on i586.- Fix build on SLE-12-SP5 - Remove unneeded vulkan dependency- Added patch: * libixion-boost-system.patch + fix missing symbols from boost_system library- update to 0.17.0: * set the baseline C++ version to 17. * mdds has been internalized so that the public header no longer contains references to mdds. With this change, the users can use different API versions of mdds between the ixion build and run-time use. * cleaned up public API to make use of std::string_view and std::variant where appropriate. * implemented built-in LEFT() function in the formula interpreter. * it is no longer required to set the size of void* at build time to ensure the binaries to be fully functional. * fixed a bug where named expressions with names containing invalid characters were still allowed in.- Define conditionally make_build to fix build on systems that do not have that macro- update to 0.16.1: * fixed a build issue on 32-bit linux platforms, caused by slicing of integer string ID values. * worked around floating point rounding errors which prevented two theoretically-equal numeric values from being evaluated as equal in test code. * added new function to allow printing of single formula tokens. * added method for setting cached results on formula cells in model_context. * changed the model_context design to ensure that all sheets are of the same size. * added an accessor method to formula_model_access interface (and implicitly in model_context) that directly returns a string value from cell. * added cell_access class for querying of cell states without knowing its type ahead of time. * added document class which provides a layer on top of model_context, to abstract away the handling of formula calculations. * deprecated model_context::erase_cell() in favor of empty_cell(). * added support for 3D references - references that contain multiple sheets. * added support for the exponent (^) and concatenation (&) operators. * fixed incorrect handling of range references containing whole columns such as A:A. * added support for unordered range references - range references whose start row or column is greater than their end position counterparts, such as A3:A1. * fixed a bug that prevented nested formula functions from working properly. * implemented Calc A1 style reference resolver. * formula results now directly store the string values when the results are of string type. They previously stored string ID values after interning the original strings. * removed build-time dependency on spdlog.- Update to 0.15.0 * Update for new liborcus * Switched to spdlog for compile-time debug log outputs * Various fixes - Add spdlog build dependency- Add missing dependency on libboost_system-devel- Update to 0.14.1: * Update for new orcus * Various 23bit build issues * Various coverity fixes- Rename python3 package to match up naming conventions - Install license file- Version update to 0.13.0: * Step lock update with orcus * Various fixes / fuzzer crashes resolved- use individual libboost-*-devel packages instead of boost-devel- Version update to 0.12.1: * Update to be in sync with orcus * Small fixes around- Version update to 0.11.1: * Switch to mdds-1.2 * Few small fixes- Version update to 0.11.0: * Switch to mdds-1.0 * Various fixes * Python3 bindings obsoleted python2 ones- Version bump to 0.9.1: * various triv bugfixes * Build with tests and work this time- Drop copy&pasto from fedora- Version bump to 0.9.0: * Needed for new orcus * Python bindings are around now - Update homepage - Add python subpackage - Tests fail with this release, next one will fix it againlibixion-pythons390zl37 16999517470.18.10.18.1-150400.14.3.20.18.1-150400.14.3.2ixion.so/usr/lib64/python3.6/site-packages/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -fexcess-precision=fastobs://build.suse.de/SUSE:Maintenance:31324/SUSE_SLE-15-SP4_Update/a98b757b530816208ece9b6b5858fa1c-libixion.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f98214ae5909cf2f70bb78c3ee5bba1bb797de03, strippedRRRRR R RR R RR RRRRRRkMmޱ{?utf-8401cfff1f2365aac4dc5b470c98d6aabff34b257ecb7ba9a005c40d0b87a6dcd?7zXZ !t/-g] crv9wҪOіSs]&Y,§U s98NѵU*R 4[O{{*2O)7R0p_RliZުq Ҵuঔȼ $K avnww3>C3Q]J$^&88X!/%%-n(΅ 2|'R4܊Gէ9v5`>vLV.2ᵑQ9*P;/2eJ'@q} 址%WLjg::{6ɦi1a90D [e6Y Vg8:xƷWZO17 |-kjr&|?uW%xFyڣݪb[x!}G.xhŢ˰m } _]̉4є` `R!ڲG?@D_PZ aky;=&gE)PjDzv%+b|)"6dDH6UV/FHh`(ZyғB܅b9W:;8/&nA.spprۏ./z$]Yȳ^.:D"G𡯠x tܴ+̋0"ftxdCE!q7 ke_bJ/=<:bׇK*4`m1]ai&gGņep!Yz_/Y! ogOF~|a"<fRZ9)T}Z\:#VV(i H2.9OGM/- c{8c : )dBE{cN4D9xQQX YaR~_'BM&uC7Yh.P\͓$^_W皃4Ӓ$XYKJ?5?բ!MS63 Z3`F@PIx?BJXbSc4Wozj<|| mTlvB?.Fov O }T#X: yRW_ HQv4B|J+DhCmBF麝 Mx@Ҟ t3g^C w"Ev)`ǘ-!iiQs+ˆDs੄G:&Yt\$1e5^>jU1087ZF" {I%a-zu-Vd{r$(s~@yYk`D_Z?XXpU86aqݠ>Ws!:.{ma&AUu#9HOC1dN @xk-E =O@Ԁ̷/g3`O/WShYJ%k2}j#2E*sq+x,/3W ilV8nV2xMB(-dCFHOz I!! OGE'VoQIuDit2WdUbTO'| ܡ||QH1/j2IT%Phqh$[bI|HWX 㞁3 UPU"SB!\Q AD):LFU>QbxB~ j ,@;Mö>WC#yW)S!cQ U\?E!BWܹ]T#(AVoB=wZwkël)eFlΚDtv30mJCsIoR=Q6X(7|9l--g>ya$_Q!7AG #{^y;QG?0ٲBag< /[JzZ{7"r-uŎq|9a,ze?M5aT&zw}$8o Z#YrEF97`zgc0]1H6H2pB @[I_qݔOʄ&c^z`_'b@dڑ7jP?lML:JYdun#3òǤ:*)!oF+O6s;~-*1Pcv@FN 6%w$Q3FnMPw|fW%be*<ŋ&0{i4Dv#J#6Oaq? ĶeS%ݗV5AIRתyNeCo:K,#li )]eS+f;`E@eoW"~c%a@1 M{RW$t PvYmSt#80fb_+N^5 -oFSrQzڦ)7ɤAaa9X!i!R[n'M+ؼ|NKTS-:]5_C@3& Miz>?_PpkVρlA82]ރ-.XՍSO* tץP&rE&,ed߬@gJ"1j&"`F!fm .'#uOg6&8=G~dUx07*!׉ֽ4vS~O0"ODcѲ'o`~?Cy@J`]F,Xa_Tޠ_ߺ$C<4eokdI+Oڳ!YGk㪽z†G< < 7>ãe/fr%dvwW,tB}rXTQHY`z=Qz8X.mg v@cI$u o>R R:I]bh"dM(ɃKxA]*nk7N13 54ExPQ 8#݋8q-o[Oc+1s$qV.kPЯ2k = )~OGT-N?9D\p*R~>`2H<| v"}Un, R'dFcHǩ;@USH `n%-Y7JԻ!Wb`-H񍁹ӕnH28xIk7۝*lzn _fD?gU.$|#|s&s'2D9hKzǕ78$szVLϥRi}kݦ(dWUeg8&qآ2p "Ŏvfa:6.IqCIY'[ǎoY?͏ƛ䶇a?~ 42~I%2!(s0~&,WhIdDAJg$Q wĔF1FQ fٽAބ0g{\qښ *߃iE^FQ 䧰q >$_vLue$`PE.ķ(D]gܡx9rCuĥN=U{ɳ 8HoF,xLg;!!#:L"aT'Xk/՝5yu#zAX=>LܒPjŔV}~WSU9MӚeJz?J`bfA)DzEBGG~^`"4Lyg$Ni: 0| SoIvZ_ﵯ-VݍAaBKf֓ksƇ*܏xj@KI%r];1tU[Q(3V1aG+4qOEU2Ԯt:TNZ(_UO7֕g_A~5w+R%H̡r~&:7{$ݵʗ=?>.lip Ma ݔCฆ6.}ԳDL0pp}q؆s\O3MјƾynZ[7~A*$gv}wP( Ki*PܼڠAjG2T 4.T2橢Pś18 Pj̟ͳn)2N#^jH+o<-h4n[_]XtogdI;ts5+vB4Ʊj5B3CMtYк` 4*x W(-VV dzvuvM *ij>]^ 8""VU.wO]Bb4QQTXD Rvhv8 q:B_AmU}iCΫCkHeЈȥSmYM"euI' D2.Mi}`+jԶ3 LwL5Х`>,Tyr0ɁclpzwGr8$yXjleу|gx tGEyMLt>,(;i0bՙ+3!KDIIȒ0D_]G?£<E(wgݿ|ZPyɀ+rx@^% DCvw0dV.UCo{9}Nҵ{V\`>vvnѝ+S StX=7!קӐlzQR{Tv(hJj4e6UvaRO7#gxNy@ 0=Mٝ!ep͟/kQ>V1۲`D 0>n q}>դ|3y"5%1N+֓D2EE:ї4EWq.Џ.v=]O?b;GA2p2{LUVz Y%GҶjLw%"]oЖ_vhgֱ}Q ;viW6$3l}v횝{Y{u0a&L4Ho>0|]J P?1sm@_`B5a)M#5)oV6lV{߄]ΆYB*ŻaE`D m(zbC$(2 O,[ U?0fWM5i>.aϑXPk5J_󍙭DkNiڴ}cog{zg (":{ό+Iyqį0)K@н曃2}.!ArÎs$ t>a1NxM7w I8xg "Z촷{M]V [;<ܹUɆ1=í3_L]iqb̦1Krp:<ϼ.>iLCrUͱ+{7}XA5= 3 +}$e[Ϭ(f Bv:׹Jdp)o3<|kG@6Ć?3OOkK:6rI2[#tll!iמIf⼭Io7c ?Y%bֳ*1ft8lF0} ~m?tMZ?dV$&/c/7.}@|a9a=չj n .H ޥ>&E' 1xe% @o)ήLϱʆӄr.xOR(?UV>OqclOOHokd˒ *ӀPPd O<]Ce 8׾0o0XuЀLJdiSûd*C"L/SLKT 흛;xX>-G_;1QZxNSzDM砺h/TGhe/ / Զi<.s-4}q _Fx\^6Ex?8ybG)rXxMB ڳ3/~'1B#v Y|Y*.p刍)\ 09Fhd&-r8,nlaxH2!p e]߬q3tx ˭4'%Vg!!ݪ6b|²Yy輘D/S,v]aZT|=_Tb0zv3ccf>qz1!ik?:20 I\EvɈ.Ok@1*6.~@uEZwd)$u2B{Ҭ`_4B\zo?4gF>7c5zE?qqwS jS6(8wo"ZOM} 2lt*QnwƑ$OO( Bs[˷I^@4R`N@?%Ƒ@~6/#.Q?-h{Bˀ`qw[IaFu0~شV^AB%\/H^" 721CQ{J3D⣕.ɯgʕ|m X hb;,=O6`HP0ϴ0? L"Gߊ+x@ 3QeJEy\ |gMxM<̯Μ j?kԦ6MIF;_[^P \gPvzc716.AV?R U氬6p؇ƛM Sr,e07$.4%zbU@eߍӾ[hE ^|2}͖@Ƣ Qt 6a3]mSo0BG;$B1;6-KKn P{]gml*U3M (#$qb£[k~o^t\2 &W+l,Lh^MAkgGn+l% _#&ӛ-7*#.BbI,ZF-M@ -FÂB$a3>Ă;PP?"ME]]k=\{L?c W׀\F+jϼ x\_8C-yl*/B@%&I78f˕e7-/- .!:0ld!4וqۃ/>*|ycQΞjo#Ņ7_хb_M+wAqL!㇄H*-WxURD R%fl^4 }?WEefR]^4 -Q:dDA+⯂"V;h'ت&b\;So=gL* t|x uVڛM4*h_akH-K[MI(:R#nړ59qu;V|yRe߈\@Du0^LSbDz:s(h xi0 7ށYMEP5/q)?ؓ:~a,g; Bq^@{_>yCYfi<hm(]" [t) ܐx6.Umv.|K{FW]=[ +/ >,]6<ذbUj "v $]GlV.b`*)5SiPKSt\Vț $'Lx荹TEkZHSRQքUsK_TvFΝ** tN|Eďڳݰ"F1F4KhHdpW` E\0ȁ̴+g%8M->u^}Qu0pD' txIb#"6;+qxXt>VZW,!肽:r+A{fS0OCZhohf@#>L;BI> ix$z6ni^X"h*Z|),"t{)$oD(w}{9M(#.zFFg,8yHo@-GƆnuw)Wޜ401/vdc_v K~N#/iX]bGrxAolN$sʳ ^ݛ+ԗH,3VzxչW+ڧ$++Ob p9|ⴁڙyi8>]8_wI9C㓧\ AG2,Wj];bӞ 3V-g4/1nh1GIbWCJLrѻh]k3ЛRClIk;&ѭ&6hj؊:GϤ2Cu"dcʧYY4 v|#Bp*0;cs H~+z#T|_W:D/$+ѓs&xIc1|(y/? 63綎~>$21?"uz5