xmlb-tool-0.3.6-150400.1.5 >  A bwKp9|\gכ]ұ(𽼭'*xsuVhߝ AlKs!'Ndg)!Lve/ 3]XQ B\T\`J]>>ĸnB)e\J4Fw`԰_v%֒P%8ƍ'WwL+ɵ `h]/ALk6s/+ oxM*av( a.Ѿ}I <66ԓR580fb010d91e68089dc8ce9269f3c8fa73d40a412471eb38ab4032af704080c70099103bd039df634f049b7b7a794c47d29577f5NbwKp9| O0%̞#~\ nc5mJڃ 0yu0DU7Z]Ha͗_6e?{jZVPV)n"*zS-!iz9_y~. G0玷:H>p> ?d   7pt )/8H P X h , 0@Th(89:F7GPH`IpXtY|\]^bcdef!l#u8vHw`xpy z Cxmlb-tool0.3.6150400.1.5Optional tool for libxmlbThis package provides the optional xb-tool for libxmlb.bwJibs-power9-10ETSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Libraries/Otherhttps://github.com/hughsie/libxmlblinuxppc64le@)vA큤bwJbwJatUatU9ca376c92968148dc13cc25469b03e78cb79270d3a69b22cb603d2b8fcc5543f5b58b45629c29cfe9f37d9bd083673cb46d891538c17884496de9e138feb18cc42ba1b24b1676705b208d1581a581a825b4c60d086eb91be5a707ea656ad8dafrootrootrootrootrootrootrootrootlibxmlb-0.3.6-150400.1.5.src.rpmxmlb-toolxmlb-tool(ppc-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libxmlb.so.2()(64bit)libxmlb.so.2(LIBXMLB_0.1.0)(64bit)libxmlb.so.2(LIBXMLB_0.1.1)(64bit)libxmlb.so.2(LIBXMLB_0.1.3)(64bit)libxmlb.so.2(LIBXMLB_0.1.6)(64bit)libxmlb.so.2(LIBXMLB_0.3.0)(64bit)libxmlb.so.2(LIBXMLB_0.3.1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3a@_xg_X@]@]@\\73gmbr3@opensuse.orgdmueller@suse.combjorn.lie@gmail.comglin@suse.comecsos@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.com- Update to version 0.3.6: - Add support for LZMA decompression - Add locking for file monitors - Modernise property declaration - Add iterator for XbNode attributes and children - Put tail after the node when exporting XbBuilderNode - Ensure _IS_TOKENIZED is set if tokens are added manually - Ensure we never add too many tokens to the silo - Remove the G_ALIGNOF checks to fix compile with old GLib versions - Use the correct pkgconfig export package name in the GIR file - Add pkgconfig(liblzma) BuildRequires: new dependency.- update to 0.2.1: - Do not assume g_content_type_guess() always returns valid results (Richard Hughes) - Make the build reproducible (Richard Hughes) - Revert "Do not show a critical warning for invalid XML" (Richard Hughes) - Update the header location to reflect the new API (Richard Hughes) - This release breaks API and ABI and bumps the version of libxmlb.so and so packages that depend on this library (e.g. fwupd or gnome-software) will need to be rebuilt at the same time. - Add the missing TEXT:INTE XPath support (Richard Hughes) - Add variant of xb_silo_query_with_root() avoiding XbNode creation (Philip Withnall) - Add XB_BUILDER_SOURCE_FLAG_WATCH_DIRECTORY flag (Philip Withnall) - Allow specifying the node cache behaviour for the query (Richard Hughes) - Avoid recursion when setting flags if possible (Philip Withnall) - Avoid using weak pointers when building the silo (Philip Withnall) - Change the default value for the node cache (Richard Hughes) - Do not allocate opcodes individually (Philip Withnall) - Do not show a critical warning for invalid XML (Richard Hughes) - Do not unconditionally create GTimer objects (Philip Withnall) - Do not use the node cache when building indexes (Richard Hughes) - Lazy load more arrays to reduce RSS usage (Philip Withnall) - Report silo versions when versions mismatch (Robert Ancell)- Update to version 0.1.15: + New Features: - Add xb_builder_source_add_simple_adapter. - Allow reversing the query results. - Changes from version 0.1.14: + New Features: Add MinGW Windows 64 builds to CI. + Bugfixes: - Allow compiling without gio-unix. - Do not use libuuid. - Do not unconditionally use -fstack-protector-strong. - Ignore adaptors added with xb_builder_source_add_converter(). - Drop pkgconfig(uuid) BuildRequires: No longer needed. - Move installed-tests to devel subpackage.- Update to version 0.1.13: + New Features: - Export xb_silo_query_full() + Bugfixes: - Show the XPath that was used in the query in the error message - Changes from version 0.1.12: + New Features: - Add helper functions to get the first and last child XbBuilerNode - Add xb_node_transmogrify to allow changing XML format - Support 'tail' XML data in the stored silo + Bugfixes: - Do not escape a single quote with ' - Don't invalidate the silo for a GIO temp file - Fix up two memory leaks if using libxmlb from an introspected binding- Update to version 0.1.11: + New Features: - Add xb_node_query_first_full() convenience helper - Rebuild the XbMachine parser to support 'and' and 'or' predicates. - Verify we never break the ABI. + Bugfixes: - Conditionalize installation of test data. - Generate a GUID of zero for no silo data. - Run CI jobs in parallel. - Changes from version 0.1.10: + Bugfixes: - Do not mistake gzipped files as being application/x-zerosize content type. - Fix running the installed tests with no checkout directory. - Changes from version 0.1.9: + Bugfixes: Correctly implement building a silo with _SINGLE_LANG set. - Add python-setuptools BuildRequires: New dependency.- Update to version 0.1.8: + New Features: Add some installed tests. + Bugfixes: Always add all children when importing parent-less XML data. - Changes from version 0.1.7: + New Features: - Add XB_BUILDER_COMPILE_FLAG_IGNORE_GUID. - Allow nesting XbBuilderSource content type handlers. + Bugfixes: - Correct return type for xb_builder_compile(). - Increase the amount of time for the inotify event to happen. - Only run the speed tests when using '-m perf'.- Initial packaging for openSUSE, version 0.1.6.ibs-power9-10 16519851450.3.6-150400.1.50.3.6-150400.1.5xb-toolxmlb-toolNEWSREADME.md/usr/lib//usr/share/doc/packages//usr/share/doc/packages/xmlb-tool/-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-SP4:GA/standard/fe83e1b57d3558406cb67f9bffeedc5d-libxmlbcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d16af280dc2659627dbae65cc811f6bb7e2bdfd0, for GNU/Linux 3.10.0, strippeddirectoryUTF-8 Unicode textHTML document, UTF-8 Unicode text RRR R R RRRRRRRM~͋%xutf-8312d54e5242d113dda8132c1420b1cd0f084591bc504a77be623feacbd68f0ed? 7zXZ !t/H0{] crv9w!AG`E[| |H "=`-M +0'>>&#uvV\hƑ5h9 g^.O=zp 3&f?-R.kTN73;K۫x|U0i6sdB]"FٜEGSW"h յ;1; RhKHNGJYqt>KϲgS "yRCɘɶscjTu_/YlF/ߕnQ:.U!P^Fhm8!TGл/332C(N!g8ݺ]e{_6FK&Pxͭv-h|㽜'/}LJω, $La;s鷏m4?1236#{9㑌V +gT|,.8aOkZ@=C[4xՖ椳{ Ŵ%||F{FdA!Qd^YV8G&bg;!͖#&Ď 8)dG::l,7hJ@/5WKrt=4K4u&pPKZ9G"4گОVBk/nif0 09q_gH_xܒQ+srzգ/b^*HF~DMn$Wl Bj.Vy0c&Pp|/G"ylY=}JЀt9pd6ɧgyHNڴ*&!lλgIv$Q)]?31cs+\7cG0ÌW |= 8lͮf'#hٗVLjClj9腇T.5:qr.ZI T5]`zѕ}L '{Kl⏋#'4#zi+ʣ Zƒ7.%6T#LhT9ڢ *(15%֜֋Z9:^Ugs *y$)&U&_T[V쯝0'OBz#$tHL-0CL/g71'vm蘦k_a6R.=2M.O1vVR#0C5L (4O1ll[LIf.]hq?9i3%cL-2[oa)CqW;pf ~-]+`{Lhe0QZe'oHpVG,OtX꫶lk}q+~Ndo^HA M=7e.ӱ&OVoB I2,35K=PG&20 gyh ,'ȇhD#A.WDЙ3=s}AQuˬKT~lmf(θ0tY>%]_~qUNp%@"d]ihȪй׵Y!݆zYɲuyXʳv5ݎ(({z#QIWLks7|q]4H"/n~h)^!Tmc|_0!Iw" t ZQ<u"Z}Zy M- V%sGZllyp6QMa5!qXX4Lz6pֻ`8ȣ/`3fJ)M"~;`Y׍G.Qep ~Awٝ˛oJ/lFɯDFC,JW4"P-t[m:%;ڋ-MDBl8_W'|+8D_g|&d"ݏ|*l%卸~#?tK ×fa+d[fzJ5L 9L4]|\k#o>FqtqxıTh[wZRgegpe`Tn3Iy| -ۺ`eZ9Ǟ9{{';=̍5Ԅ9yGV:+=[x$ǝJ޳+p8Z3W#wl f ip"2R:mIQ%DIMՙ'SU5G"0j2T$cbt*yQ5y*_H>E.g ()l'{?mrZ<,Gs@|,(IPtF|O wcTW2w4}m VBXS,4}5_0]h^d?=6 =s 0k5~^ȩ:ٖx4 3AݪAe@\M\@rFq\*e) l˻ٖ! .Bd_YM#驝E!ސ t}@Ga {0=EUxn,7R3cs[W+j viY\Z9=@00w+P5JKaETK$zh*Hsh-ʎ4 \ 㨖\Alf+ 2SXl!'(-!aHb΍ٗ&ay[:B2@ 9ʎI8 WY>}_Ma\Ï hhoϏr8 O9/}M3 _2;(SQTYPn>l9|@~Iuw(oB\aW6ݾM^/:mgRwT!{+uXkmeWZ#aB3]u>d|Y>$ 0{^cX_l7*l9No/ Uvwc !_.}2PȖqa8k!K_mW g(_ZRm{& ⺗SIp]T6žx9SD_H%؝c[˓ƍ%lqF|⢮زoB] 6:VzנH-  Cnmiή~H.+=hQg6Ɗի^*W<: aLbBKPrDGC)5'ƝmY8Ё)Q(A,0}~d܊ ~k7=>,בũUj{FoK!a)5yoB"{3"jEK"GTqP[G/j{=3܏v2o.h;~AQE} '른G+\vF \kW(ӊYk:%4 xr4Y=|05 CEPhF?(;uy^E /K$&UiE0sMb  c5 +|M)֔bZh<tbj ̒Dfk.<C`u?$# 30E҅wbP_p?[~FIJ;j*kjWW鱿H}!Hu{dK&M3ڷ27;ߑ0l~.lB]=3e6%Ё8Cj"74:%ĠЮm\VgXCt΂w1ݱV{JL)o\p 5 1zҷ}S˕AISw/7wnpB~^H{!:{ރ’NT"m+`E1g N^ՠ~KҦ⻍H}pX xu6W2B ǺGwuޱ6 ^(]A'tb|z\L Z4gVFiVeAQͮD7CkK1N꒧0Sz艥8xFbHwNͨ_CAsLڴ{`p*5{w/OkVOk˲Ke' ȷ?*)*7;DKwQb#𧗬jAkG39\$x5IQ*VlӵeS An1aA!z8H^Iz/}tr+Rps>wG8.G&"IZo*-RʊkOഷ]F kJPh ܙƮm_5Gۋ~R6"h*$"9^W_0h.nÐPn]b{@ZT c '8ͤ_\|$M/*sA!8Vo47 VXs# v "ݩh49sf'xoA{5ё0NOzTΈ85L !# (.fy$68C]oXeU]lDLH".t{B)mjXrhN +&0l4R*A򄿙s3GP 'QL=muk$m coQD(+vJ^,$ftq҅ Ӡn= VP0jG>^0Nט X0ol8EdYt952@Aڙ^,* q4 ;F45$Em,[( ҈1KyXמXꚒh\ IU[_Iۦ["N}߼ZPǐ=K@~%1xa֠׋ˉ jҶqKg <Er;j1MŎ=)W'9') }*20n*3׍yOĬ6آλ%'onfzNHeq≊4g;׍^Oi jyqM?m zUA1FL#EJ"CmYv(Bm /UFXُϷ/#Ïl<11*)|gٴTEgZ`4h5osj=ajE-1OjT efsdG0^}ߌCe0k<"(oV,g{ڳ= )p[F] (eK:Ջ$3->V<(h/cvJgfZ,_ʘ`∌f 7viS:,2/SURVeE/?FnF46.3 [߱O=E:!60^{W4S#9Ɣ z g]/%\6wݏ@0g}J (J4PG(Yo Y)*AI5{qK AKSw}BںSZvSBgF;™A1A9q)(vA#Yh3tUΏW/mQ,I9qHqƫ٬ l$ě-#F,մq^-/!1}2a|OʼZ5ڙ_FB>QqdmDIAd(pf(CҾ14w B;h0 25ிz~\Z=DD z4 uBf.Q|{<#àԀr@Yt٘jΗfy.M$ZUOEjht[5aQR]:R &2#;GaMFsz {To6A !gۯĔUv놊R6NKlRg1̮Q?V&0I9. LUvh)]?#/Ə|ΡHzg7[Qfv6[0uO^ !E?tOOlObA,i'h!pW 3UN=Ji%XdG OijLt-]ePvͱ Z@uEjFd@YPP:>s'RCtkZDz 4YRytKF$2d&+T,2G > bǴ=-Z2Sk'*  XIcS\9+=DNUg.N[B/YGniaO _RB+po/j!vL3.>,5O˟/ݣ3 SD?6 )LrVl\;T5 [rRa䷠N2&6=߈h#/9vתS9!K]ܹoL!$4f7Ddz:3ͨqF" bÞ)qރmFZ2vs*H\ mI&Q3kh+.Ϟ=\8i@E G ?-rhM8ʃ_3:'a!_)?oރޙs1ԩΘ~$M1Ous!" J6)M.j>kqE |i7jjXMpռȸ]B *R)񌏥(?,(:lPTD؀ejzX7KyBu>77Mo_~x^:%mۺ}fVCXF s8R)'#,G g]71+O-8Ue*Hy Yܰ$_7<،=`p4i#T2" [ BC9%-k,`ʘM&EKqw$ HHM{Ϲ "0Vēf{vzs %h`0"*:9\td ׭m>~PHBpMtF:l&| pson:g$[]gJ ^| P /!!ɨݑRE$}T"5ͱ6:3둔Xow:wjz8ܬJT)A+E iGyzHoK%8fyr,&Mw-_5Lv*|k5Jnގy ihkWX=ַGݺ)Tsp2bOƲ2{yd귻== 0 ]RtK|f`Z;ˣp5;Y;<.^]^Ą.VzwQ}!i. V̠&{{^sGy`4R!=[ՐT~cD{+z8[0ILɥ@I5!Cbc||OG4dX&iwdE.t`oL'FFv-,I񻜣YK^ZD /s(Hkr]i%yWQx1H?3"  wZ:,@C~EIi0mT.ٓJa+,vu_g-/OUd:X~bYDG@-f5NZ()C:xx2jAyύ3i$p "bҖAC '$}Y<ҥH _QdfjZ1z()`p\v1e1\T!_QnBV 2־0Hլ9d[].w ~`q(Mdpecs $jQq ct"h&_s[?P,)@p,阄ndU9sب Ooꎝ1[J=JsE8Ɗ>soEܥ9m3.+M4ϵ$0ZpP$yU&Αcح;d}%έ*^ O*mv6=^7/TbQ@t^FN!(4&}"׺aok{0ig#,:Ḇ;z}" K2XLMvUZ%89 1)J+kXJ-W%8{43lY~ d>)E,l`Hml|;޲Ɲ` הCh1 =V},!sveJ I_#bnw<p'H'-ȭB+/O5¹Z\Ƃ~)NiG Sp" N<`᯽Qo }6pH)uJ" ~|3b|-LKEz8^p#<*d"ci@QfftHn|I[+u\f@]ozi' Al:eIXddZ#]WL٘>|К7GG_- x,jº B BD}fF/& i:6'r]lRsB`m_ȈgD/;,pt95ժ,b4 R&) xN >~<ˌEDRwˌJp,72~CJ`+|:*?A--&ɵl0!hRHB~)|Hύ6̦6nnɟt6/Ī|셖tH~B 915)Dbgzf'P-˒HMKc8R WفB#⾤Vq /5F j~KIԾ.΀w~lMI*ii$#X)/Z(zfs7TY2]hkΈ0In 4)Y7|CsQZL1b? ; gRpJ(t*pzYs c5SOxa`wҥ یlb嗿o>Іr(oHI"wĩF}#Phz taWkP{.?a e⃀aWW6D{\/W!¶#_/*&q"'NYA/x("݉fI)MO̼M8mD-nX(\ѩM @Tw ;͉T`3ԏ7N?sqYO9 { fsh<a> Fj viA .G-yvݔ)k&$@xl;Kj.o[4ԆSBgRh瓹;Si(*gik-wV.+.ֲ2-|Fc7%JW폴s,*A}nZxK]2e+ohgABNjlĊ6 <B("d֊Y!L_} ,•IenIb7 Qѫlq9 qɰuC02Pg 2!p4