libwayland-client0-1.18.0-1.19 >  A ^p9| zޥ >aB0zȔPU,xIhuk5DGVEy7n񓓪vv ')q幓+ESP7_oW;1o7wŒGpUEO^P %~e/0*\5 i,@KHff3V۝{ sxy`[. b=WJbAMcӌSxݬ?Y.́ ;8-l)90d3c5e4acd96cd69c39ee71af0619478616887913f5953760726e6ff75cd2d96274a235e2f5dea4530e9de2cffc35c8ea638782z$^p9|!S[mQ1+r"l1W18MG%UyJ\R8|m8^U~ GX9,b%[8h8UXÛS"RYJƣKb\,&~-_7L*gtO.Dػ(ilՔvΥЧdN+Pe_}uFNt!J %+>wѯ6IXk ['gUʅuvK~2l⮓">5:~Pކ>p@$?$d ! =   1QW`p x    4DXl8O({89:>!@!F!!G!4H!DI!TX!XY!d\!]!^!b".c"d#0e#5f#8l#:u#Lv#\w$x$y$(z$d$t$x$~$Clibwayland-client01.18.01.19Wayland core client libraryWayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.^goat08SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/System/Librarieshttp://wayland.freedesktop.org/linuxx86_64).- Update to release 1.18 * Add API to tag proxy objects to allow applications and toolkits to share the same Wayland connection * Track wayland-server timers in user-space to prevent creating too many FDs * Add wl_global_remove, a new function to mitigate race conditions with globals- Update to new upstream release 1.17 * There is now a protocol to express an internal server error message, and a new version of the wl_seat protocol with no changes other than keymaps must be private.- Downgrades do not work in SLES service packs, because the SP0 repo remains enabled for SP1. (This is unlike Leap, where a 15.1 system will have no 15.0 directories.) As such, to force the upgrade from Mesa:libwayland-egl1 to wayland:libwayland-egl1, the number in wayland is bumped to >18 for those distros.- add Provides/Obsoletes for libwayland-egl-devel for the devel files, which were previously built by Mesa, also on sle15-sp1/Leap 15.1 due to wayland update on these products (boo#1116042)- Update to new upstream release 1.16 * The client definition of wl_global is removed. * Some long standing oddness has been fixed with destroy signals. * The code generator now supports referencing foreign enums.- devel package: add Provides/Obsoletes for libwayland-egl-devel for the devel files, which were previously built by Mesa; see also https://build.opensuse.org/request/show/613048- Update wayland.keyring to contain Derek Foreman derekf@osg.samsung.com public key.- Update to new upstream release 1.15 * wl_subcompositor.get_subsurface is now documented to be double buffered. * wayland-scanner can now generate either public or private symbols. * libwayland-egl is now part of libwayland (and will presumably be removed Mesa soon) * The WAYLAND_DISPLAY environment variable can now contain absolute paths (where previously it was prefixed by XDG_RUNTIME_DIR) - anything that reads WAYLAND_DISPLAY outside of libwayland will have to deal with that change independently.- Remove unneeded fdupes dependency/handling- Add COPYING- Update to new upstream release 1.14 * wayland-util: do not export the wl_map_* API * wayland-server: Remove unused members from struct wl_client - Drop 0001-tests-Fix-new-ID-type-handling-in-argument_from_va_l.patch (integrated)- wayland support in Mesa 17 requires wayland >= 1.11 [fate#321223]- Add 0001-tests-Fix-new-ID-type-handling-in-argument_from_va_l.patch to resolve testsuite failure on s390x [boo#1029452]- Update to new upstream release 1.13.0 * Add some API for controlling the visibility of globals. - Drop wayland-wl_array_Set_data_to_invalid_address_after_free.patch (no longer needed)- Add wayland-wl_array_Set_data_to_invalid_address_after_free.patch: Crash fix patch from upstream git.- Update to new upstream release 1.12.0 * The core protocol documentation has received numerous refinements to improve its clarity and consistency. Along with this, many blank areas of the protocol documentation have been fleshed out. * A new wl_display_add_protocol logger API provides a new interactive way to debug requests; along with this are new APIs for examining clients and their resources. This is analogous to using WAYLAND_DEBUG=1, but more powerful since it allows run time review of log data such as through a UI view. * There have been improvements to how the protocol XML scanner handles version identification in protocol headers. This enables better detection and fallback handling when compositors and clients support differing versions of their protocols.- Update to new upstream release 1.11.0 * Final version bump.- Update to new upstream release 1.10.93 * Proxy wrappers were introduced, which help avoid race conditions in multi-threaded clients. A new "proxy wrapper" API is added for the client to use when sending requests which does not proxy events. This helps avoid one thread causing events to be dropped before they can be handled by other threads. * shm: When undergoing a resize operation while external users are holding references to it, the resize is deferred to prevent leading to a crash; Wayland now counts external and internal users differently to permit tracking this. * Support for cross-interface enum attributes is added.- Update to new upstream release 1.10.0 * Drag and drop actions are now added to the Wayland API * Frame events group pointer events together * A buffer damage request, wl_surface.damage_buffer, allows applications a more convenient way to communicate portions of a surface needing to be re-rendered. * Shared memory buffers now do reference counting to allow compositors to delay releasing the memory pools. * New APIs are provided for getting and setting the socket file descriptor Wayland servers use to communicate with their clients.- Update to new upstream release 1.9.0 * This release brings fixes and modest refactoring. - License was changed from MIT X11 to MIT Expat upstream.- Update to new upstream release 1.8.1 * This is just a brown paper bag release. In rolling the wayland 1.8.0 distribution tarball some files were set to read-only. This rectifies that. There are no file content changes.- Update to new upstream release 1.8.0 * Wayland 1.8 splits the client and server header files into core and generated protocol. The core headers can be included as wayland-client-core.h and wayland-server-core.h. The scanner also now supports a --include-core-only option, which causes generated code to use only these core headers.- Update to new upstream release 1.7.0 * Documentation updates- Update to new upstream prerelease 1.6.92 * More documentation updates- Update to new upstream prerelease 1.6.91 * The codebase's doxygen documentation was revamped- Update to new upstream release 1.6.1 * Maintenance release for Wayland 1.6, with a handful of fixes pulled from the 1.7 tree that improve handling of several error situations between server and clients./sbin/ldconfig/sbin/ldconfiggoat08 15914052421.18.0-1.191.18.0-1.19libwayland-client.so.0libwayland-client.so.0.3.0libwayland-client0COPYING/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libwayland-client0/-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/f2e5cc331910f3e8040259a5a8d1e0f0-waylandcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=33a9ad6cfa50361a6ca65a7b4b699cc1203ccfda, strippeddirectoryUTF-8 Unicode textPRRR R RRRR RRRR R R 0 g6^Əutf-8b09816c1e30238451ce6cf810e869c9e61d98ce0339751b987306c1fb12a8736?7zXZ !t/P] cr$x#+9IH@^<%XC~}ˇ u@Q 5.SD7ĚAgpUJtO;tv/GnF<X6Oȣ%Ik$6hQ>`sSJ0+.A:)a#5g9Vى_ 0p6qS_ ᆴ5(KF/$%"2WHt=3!,e ^ޛrI`y?-) 4=?I%F3ZT [RzqGˑV\o/w= ]צ|Z>Ht34' JB4>Kjö.daSc: \嬳'X)^U32ױX[XMڙ:~Q`nџ P&Vy gY #Tr?['&~&Η G 6zsa ܽ#HCV>  XI&{E{6 [Q}PTxs7ڛ:0M`fD3+7cƉnJ\v>y4,0xU/Zy<{)!:vn yY#OPv9FDF@~Q&ãL;.`¾3|Qa~tR(}ldӶ\:c"(19]'.Jy׋UCIWl} Yy6+`r + ]NP $SLb.F7x{][Q۹?RB'9q=H%̤ ܐߔ2MGyaBixGx8h& b\r9MY`=6L :@gˬ]FU P;`DpLe@H"0n1*EWa (8 >~k#cdchҭ[,)ϭX]I/k&욃n=Niu-3U[$<>gL]BQ!`ؖ o ޡķ飠!%H]uPݞ:jh"(|qn K@;jvI՜ OҢ+aXWGK[WKDgvI `),BnLwp C]$j (FFAJЫ$kfsP5>R>7p~݊&lE.ǖyL 7ք ]Q_P4/eIl\83Q*UN3$X<@G`X)+p/"Swwi(iXV]E9y(XuƎW4_:jXY[aBxwIHwT9ۄ\dS:&Pk\e=(b5Xz} ^:!T@{Qv _u {28:.ԓg2 [f/ͭNTn!yC7$-^G.S,ui䈿 <ǦuTòJt,Ðn:4 ]Fk39Q~Ai97P/ u`-5폪J=3{LP@ߵ'׷ӪdYԣ/z/w.5HIAM{ARbS628Bt BcJc@,jTb|H _e0=PB+-Ԫ5PH}I]9!d *29A sas{بju; pV0$ۦ*ܒߋLשm.Y.gF ?trwdM&Txp8i4_?W]L d/?SY!2 ߜ:BH">yAΰC6!hyiʝ}HeU !_ a@+RG=c͖U5L (h(Ji0[Lä#@t/\?ZLH= /(+ҎN.gP\kL *t6PcjOgapch'Dg̨XZ#1:ΧXjF,Òќ Wʗ+?{;e.* ^]5AXlQg.X𵏶 @l9{rw oFfx16AwoWEpס[BWgaX)/񇱛P2MP"~P ^n]KB~Ooʌ$`ri/v.Vwߚꟛt0=2cR 5ݻx)Y̓ܚ(@WIi63[byC(r"&YWyL[qEbNMٍǀ!ME=a}4 {-Yl1g!(\iIZZ[!(sVګ(-:^"I)2'ʚ;P{v> p.r%>u|R`Cg艚B h\фYrSX%0(I -$Y%o3OwkL#tݒ ߏfgʦ2s[f < ָ([x׃ct`IǾ[ߍHDb%,^J:U 02ۅ`&A",bT}7$UU k#Q\x]& gowy̙63/<㠄.]>LLҫ?D*']/ DU(탥^zxؙ@h{/q/X6_ى%c%44lL,,ZT)ECGFG^I^Qc u a=-UіAӖIS~gj]]'hjԷK 9mB[l@X{~zIW:J |ˀw\<8.V"bh"}}gt3U rC*t'^: ߨ2:ШO ϊ[Iʊ@qegJ{&LT\5x{&[ބ{mmoL%j釔Q]ݲ%֨Z\,ouj3X-G ۿ7qU*ɻDo7V +#\EX[];[)"Fu#{xr/&7ڭ s9/˗Akf}!fEP+| GY& ou8=X]N _.kEaaK`˽ J> pR /ʊ?xTćmfl< .n|kֈ(q(XŴMfg-Ȁ@A `f2uxȭـk-V2#1u{)'@Rz!-Nܵf ]'m_oŒɯsr:CY^<"piyRͼ8Bi $e?eB R􃗮,&nxt!YRSN|(smPo5sLqyw8DRu!ud]MQp?Ro˭j(@+՘\T-wY6Hսᐹ8f2)3 6뤽AF ndO]J-j!E,_᪁|X$93`}vD<̮yc TF32A `lz])8vOg]&X?U.@]&DA#H.=`K/}gCU\I{/_3V'L:eTL>K(ƃ0d0ɭyL=YЂ#Z)"R!1b/\sy 7z[ M-짯"yRbfb_A̓&tIնߜBZ :y53L{V\΋Q}:۳vDBXÁǃn"J`RJ2UKrz{=DSuj^~̽ƾ*{6=~nn>fXʊ|79pj46; e#}mnL+]>t}ߘ |_i7B0j3Y&;La݄QXxb rZr^ 1'; ]%-uyfM13TO&ثMc ㇚:y3/?/&b&`'VX4UkkrZ 6TJiBKLWmwޗ<GB:_N 8 59⤚!}/~i䁱x98Wf-WZ.[[nвx]\9Ԕ?)b@!"gf^r0DXʒA+(ߺ.'˒P_}vyX؃uł{AH2h;)+t yL5t6Ɂ"Irxe|S9= ɮ)Kkk3;Bn_`Ÿ %Ux^HM L*/ke Wչ y\RÏ9k: 𑲀>D ^ ?2ܘ'<3\΅D@*[)E%`'=0 +IZajfyUւⴓ]bBSktpZ!$Gh+@KN M=,ۑ0kn aI&^8-g8eHͣT" 9^sX&-2r/dV^KVdvA/FgK[}hn~grù%E)֤ǘM-V$ɂ t5?넑Ya̓WE jK2 ؞7\uU@`сr&us,s=Ϳ3oGl3jsYma (莟H46&89|/J[c񁏻kK2+UwݵO w ++YkI/+4` +G14]m9}-[UtC~!`wMM^z=roz>=V>_1 %h9j b~+bSVf56W Y~\/J4?Ǘ(Guy1)QQ)P*`0Rz{ֹ|=}.ڠ1~:DœB+42`&/ȁ3bv':>Se#DYׄSPQ=Xߐ:M,iK4]&;3VZΘ>M!X~1lU²;jeѦaa2w#d[]T}OkҮX>}Fk[M?Q{%qx b8JfJ >͙76WZ$C[дfҶĎX;lur*f9{y*\.wRu$N=1v :qp&[g܉)XT-μ'ڔKv5kY?MʊY9 (H D#fhW&3UuG5ԅ[\CS)})uHtf-h9|Iʋ9u_Br e, )f}U׀lNwla>)Tv-+{Վ2CbѶ%dHPi0U^B qT|`GS9{AaTK+$ {vRo̗|FYX*?ΊG̨N d>Ä.Ҽ1*Zp3TLiaZ;71i/iO:#(5ɬY"%)ќW N&A,U *6l3253|uhd6XnʃV[@2p ! qy*g2zuxUDW| ^LzB& el?Ry)?,O%BmF1 f9$W5om0 6Yͤ! kO7\`, +Z|:9% GʝE.ZrxCu2_^J~QHSX ckn5+2>!Z\a~5ߩo469-b(U0(ap40E=3HrҎt87L!ԅ #ސ|<}EgWte6bA;J\'ܐn| v](aYe8=rD3y{ދ~ߒ\8,-Sڽ*-4Guc-O8sFz242y=q3^c[ǎxnܖ;R vά?A~?r`xmˊ&gXw%&&ޞ"3y.֙s^B)K<*5j ,OYl{dY:[7h1^ a7'Oc -R1Qiy<3 OM }5z LUD=.?VFq?"_KOq͈w^EU6E 0ތδ/1L8-Q"ED]?>ހ 2k<]=cuKMthKAS{G̶R'M5˔)S-! N`-n۠Cq6NN҂7^bx>3|\dC;H*A a+ҺG.!wzn[Ru~u ]fGH!i<^Cxt8 XBhSYV@̉%liz1օcn? q[sM[m"]@u0\t?l94iE>Qfv]h` CԆ=>4>l$=Qءcf"G,ʹ=w#|Z=0)d ?~ڟFhwnc3߯`plL]H* buYvސ_\I|G,o6#F[-ѿ@c V W}.d]#2iM[蔟ab]6xi(Ũ=ƣ$ف#&oWNq͕ԇ!K٧דo͟iqZz(5sM'T1H }y8#WV9akg?5vrcR3D'~ ֓X8؜^pQA_8=F]m\<i\Di&,]`Gѡ}GC*%uQ%l֕ƭr@$ [sNVi:.:JWսIA89h] N>=K0h+'ωq8[An2i\Q)Y~tn,e Y3S?yu`V01ॼ@=!|]SM7OyA]?vF_{S}< _ s“1qayTy,|Xi gr mmaL0#MG]7*մ06fDLil>w3"›`!/|C$ސ+~$9i@48RyOdu, E. (x,[1lE #D 8"r2Jrouh>?duG~V;Q?`sAklYtSwLt+o%6|JSR#od#,IK,d+?Z;|ˆsEL2!B{GsJ7GW?oOYΣ2a94.򄗔)Db9mZi/%;\Q^1:_&TI4]Ij͞*;A6i3Hvm~4`zaaSBڠn-Fe2]q%XU>G!gx]}S~ L|Njjפo&ׅ^ ~d0.?%sӘ>j)ԡ8r("{f=t=gرu /$tOƋ29;>&tG.gGsկGvځd50;z(BkӍj Ti>f 0eGr%^s@Uh l|!ujҞnaos~.ypA&WAZX )r,rdCuze&w9*.}lOXTw1]+8~{x+g!Ji׫ t5|mOl svǤ^f&sjɧn͛O7YA%V'/>ԐO >VzHC{_M;XpG]IoM.!2lR24ojU)a^v%eܯЀ㤦qBUK: =A lE0GV >1]l /`[ 9Ym{;,C3͓fޮ\7(]؝*c!Sq"x: uUzB W6jJ pfD#eH<1q;E|KvH$xKI*)q $Dp,کwSe0$E\ƿRƢx{7&\55 d3:OP-Lq0LgC$UaxpmG @8V,Wy#{E8ۆ6Crl$8v%SX H b,$nS!A0,NS8|DtDҏӖA}+0DI49 Dl :o,w@g5eiB5d%^4@BkǠ%bpʓЌqڗg7:5'*~eMvdD)ؙT^ +p.2Wةg-n=Շ:(9;Ɔ,!Փ (:9_a0,pƅ*; IpP>9{;x͒61@z7բN7,~Fi8^9d L*MӶas aLДxQ'tRS]3.pi.9wc`"νj g>n5z/mtQ2 )߶ z넊F֋^sm'RK; ,|.:d'g޿>!(nqb١h0tjA._bl9pgNlle.Z&%.Il[;fG`$>OT;Ƽ+{f&T 41eϠ`[bo"&#[`.=FY 9o,^|0ݎpՆJTTvSvtZ& C?Up^'Y`z^`Jr 3 yY Y?gw |WāIӏV$aE3827@[r^jN;ݧ_`SpqݘwUGny.3?k]KFg%ƋS܁md|MP8Rhqk⟨ꤌTA K`(0h7ߓ(Fj  U:_r4B';B[I!6֒muk%Cf}'MPOu p1=̌{T?86rj]A7;=Z(l!l 2]걣6Z0DJ5<-?; NIueSA*f w8,t=_J_k3=_-WPK~*+b{jǺ=+P]]HuVq*-$OTPGx`BFWmCpu3ʼnͯ0IG?ꜰoTJZtTNe&A^c  ~aq `6ysఉ"ɡBχ^xj8ٕ(LMuX=؎<u<ĝTg NC\R2˸Qv:ygZkNմS3{dȋ\ bch0kt mQzpɓ; |GsPc.E!bJ744ëqy qRŊ; cJ]~q?qτ?"Iei)Ăo ع0js%zr 6#)V8181Կw?wa.&Q=پ:/Ga|wb[@F~jP-Ӫ, f4W*]-<%`u3\1͚ {2bsW[\Zt J= )S;|bb5qⅼ!ٜp˕H"be 5V$oCs4sT*v%w ëߙAp@[Dg?yz 8RYL!jo GRV]/orOU:݃rP &1r ˏr2x b" Z^TlEjȭHJgAZyf YM dܝn')̲7X5Y}S2} |SSZK[QEI: #aՁ2GCŹ:WSlb)Dhn 廊l4ޥrcS=Cqni;@0I_#ntD?ϕZj8F u=JH[2_;21Ɓz!5ޛpxȑnKo 4Q-8pޚ7׵ం8 VNChCC.<LyN;^v)ic.T[@V?VEFT<,e5ަ60%VsG&o ~R]v2hK Oz/fm D׷HخcȘhsRp)2>&8eakoQ=Tv(J'R#UNq}܅KDLkKfA'[{\4 5{#%G.J$r)/|PEe u |&۬P. :`&Ҽ93x."Cdx[GS=Q-M Y tB,/_ )ʽ_6vSz[eb&پC?,Ӏ ͷSRN7Xqtʉx⑍݂#1(/*Z0}>~ݬ҄Q0;< i/{t33דv2 ȯ}_Ԟj&x>e٬D20w'(ii0q=`rzH[4\iz2.ueȭ/ :i"R%+sԗ$=y1[n`;=5KV`PH\q$IrUag{a8v4h%J$'af|U3b6\' EM#Zleӳ&9tb(6i+h^kQŮXS5ی²>E:Z^{j5mK;SK@4/3\,ʲ0Gv$cXFx (ܖteڮ H Znu:'<6GeT+u%iE Tc߬Zcd>ɚIP>˺G SIU;+OUp]z~*$$Nyoϊ߾W!@̈pXA' ;&ڍ@Cb;DYic3_׳ `?@{VG{ *)^_Gwg߳'$'Z6,icW۳)4ͭM+Q.h5Җ停ȱ8٠? ʝAego)HN|y@)G:PPSE%&7^,z0&] `ѮU-Wfe D/H`~!%RgYYHLR| a=}EGM N6pH40po"66Iov"*v `JŢB{ 49mGpbܵ!c )i<|*k!+mg0aV0?J?opC[v~X/D8ZbdQ% r䑭K8[%X%E'7ja:u)2w3~CĪl1YpvQ&7Dz3j_*LIuiJ·|EF_~,M1Ia>6CwFfp!,{nSeN8_Ձeh1Ѽ;zxN3!SθyzvuY4^E6\(@1u|ecb٬rƖJe:uxY `]! 3{HƊ4hEwq;I\I%NHX3>@@qG#u=Rދvi\'Vç$Y;JH դo =_)>x)Sq@D a|ɗpiׁls̫.  5Ezl>.A=uIѕ^Ji> D~7 "x'4@.=eh}XU i??Loh c1q\/a^ɍdV8v%bg Z̓sӿv6Mn$as_7;d}cqcr \];ؼK\͆ԫK@K>/N .G%&R~C(NLLB;[EapK!=l}Gp b% 2ݓRJl1S'P0FS_'G=B#fbExEv]yjU H,nSgYRl&[4il}!A"#1FTx;ԘmMIaP:8qHkU`5KD?+eKմ0`r.1t/Hnx|l \u0.HU{d#bi`6ߕ\y_}8V\v=6ml~>0?KNsKy\3gBqϯo7)ˌ \S,8y6f3ފcОU uaK̩db6d{J9A `jD(A%F+9ph5ڙAZqI&~%6&+? 3ޘlN/p1_ϵ)U $ (#T7]`p,IVA)YGڬMxYKS S9".%7l^a{y0RSA,+{W$1HyڌeyTL4w<1*>g$%V)s u/_? W4)I9rBc(YE[LA;T-v&3|ɧ6mOLS0إըׂ:n ~z;Ҥ:G|9`n<1q v)$ӫNf%KMolwQr~-:U='c[z8"}~OI 1].(*Ћl YZ