libwayland-client0-1.14.0-lp150.1.4 >  A ZŸ/=„/Z򊎡oRn|o qEo5j0rRf 1E )FdK\P}gg G pV\8ߴe~e"?!8j;p@-T?-Dd & B  ;AHX ` h x  ,@Tx,Y(8&9(&: &>)l@){F)G)H)I)X)Y)\)]*^*Qb*c+Kd+e+f+l+u+v+w,x,y,z,,,,-@Clibwayland-client01.14.0lp150.1.4Wayland 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.Zbuild77openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgSystem/Librarieshttp://wayland.freedesktop.org/linuxx86_64= 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.- Update to new upstream release 1.6 * Add error enums to wl_surface. * Add keyboard repeat information to wl_keyboard protocol. * Error handling additions in libwayland-client: when a protocol error happens, the program can query more detailed information about the error. * New wl_display_add_socket_auto() in libwayland-server: automatically find a free socket name. * Add wl_display_roundtrip_queue(): blocking round-trip on a custom queue. * Stop exposing wl_display global. Turns out binding to the global would have triggered bugs, and there was no proper use for it.- Update to version 1.5.93 * Bug fixes- Update to version 1.5.92: * wayland-client: Initialize newly created wl_proxys to zero. * client: add display_wakeup_threads function. * Doc and test updates / fixes.- Update to new upstream release 1.5.0 * Use an internal event queue for wl_display events. This allows the client library to dispatch delete_id and error events immediately, even if the default queue is not dispatched.- Update to new upstream release 1.4.0 * SHM Buffer SIBGUS protection * Subsurfaces protocol moved to wayland - Remove wayland-1.3.93-resourcestest.patch- Version bump to 1.3.93: * Various bugfixes to another RC release - Add patch wayland-1.3.93-resourcestest.patch fixing tests from upstream git - Cleanup the spec with spec-cleaner - Always run tests do not conditionalize them. They wether fail or not - Add missing dep on xsltproc as per configure- Update to new upstream release 1.3.91 * protocol: add sub-surfaces to the core- Update to version 1.3.0: * More pixel formats for wl_shm, such as RGB565 * Multi resource support. * Support for language bindings * Release requests for wl_pointer, wl_keyboard and wl_touch- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build)- Update to new upstream release 1.2.1 * Bug fixes and documentation tweaks * Touch support for toytoolkit and other clients.- Update to new upstream release 1.2.0 * This release provides a stable wayland-server API and improved thread safety and relaxed thread-model assumptions in libwayland-client. * New features include color management, a subsurface protocol, output scaling (HiDPI), Rasperry Pi backend and renderer, and multi-seat support.- Update to new upstream release 1.1.0 * Optimize damage handling when moving surfaces in and out of planes * Touch screen calibration feature and client * Proper support for popup surfaces - Use a header location that does not change with every release- Update to new upstream release 1.0.6 * protocol: remove implicit attach semantics * client: Invoke new_id closure arguments as pointers instead of integers * client: Check reference count only for destroyed proxies * client: add wl_proxy_get_class() * scanner: Fix 'destroy)' typo in check for destroy request presence * scanner: remove list_length in favor of wl_list_length * connection.c: Align pointer extra storage correctly- Update to new upstream release 1.0.3 * a couple of documentation fixes * the test suite now cleans up its temporary files- Update to new upstream release 1.0.2 * new wl_display_dispatch_queue_pending() entry point that allows avoiding triple buffering in Mesa * avoid premature exit and potential memory corruption in wl_display_roundtrip() - Put all include files in a separate directory so that we see when downstream users forget to use pkgconfig- Add initial baselibs.conf With this we can provide 32bit x86_64.rpm- Update to new upstream release 1.0.1 * Supply a fix for out-of-order delete_id events, which allows to fix a crash that happens during EGLSurface destruction.- license update: HPND http://spdx.org/licenses/HPND#licenseText- Update to new upstream release 1.0 * more consistent error checking- Update to version 0.99.0 * responsible error handling * well-defined atomic update mechanism and event dispatching (thread safe) * Some API breakage- Initial package for build.opensuse.org (0.85)/sbin/ldconfig/sbin/ldconfigbuild77 15261078391.14.0-lp150.1.41.14.0-lp150.1.4libwayland-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.opensuse.org/openSUSE:Leap:15.0/standard/610ff6b6f983372d4fdef495365fd2ca-waylandcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=205b76f5202ab947212345302d261b2065026e9d, strippeddirectoryUTF-8 Unicode textPRRR R R RRRRRRR RR RAs/}%Cutf-8c998ed6007cabaf945d2336f539de4c34d81abd905b1cd0f0e1965b214f87a20?7zXZ !t/M] cr$x#LɫQHy6n$l:=O_Aٔ]]6cpk3M:AF+2+.9,OwM'cB5x+X͔lSOd@?^ 䧪- 5sP_WKY2PU=YG JIgsqB$U{~RzcAkMk$~w=@usaXqۿݧ<0BpJJ?|z6=_xʮX PFIW]BۗZpNEYu+, o[˽4d=f뤜a[!"Cy%6+c̮"GЏB$ RTFzLx-Kw{дKuw|ok;Rpo5 넠a' ɽ7&IUt/"#žr ʲ;إw l*; ϭ~>Yqo.~ .wvAlܲk^ bwT[F|":RPYX0G/wG[$'0O 3XinDV:-I~)iɀ^-)`[5}zS~,!@!+9n  ƒIopCgxrF]Gko(H2ٯ 5?@k,f:ת8NDQQ?O)E:so }Gp&Bw;EM,/OmE08(ͧ¡ %C\ ŖN_ t]iwZ7Gi+(ڷH:Fx"Hgu_Lvd ^]c3m>6}T8Эh\lt}l y[!Tq\߅cwmQhghL GPE[GwaWI(@kz @of|YFY"xP>x3Nީw6䡦4RJNkc>&yNœns큽q%Iskz쐰mvav` QlJ֥gvbvV]OQTo,9Ai~7 ,m׏ߧ #&s0. #90 +㷼x٘a$hi_O`Z.BC2x+Eea/4El0P¢Lܭ^cRwrg?f(۳qZO–DR|wʆA]m~p\ڟZ7g.L`g߲DN >G?7JAYeU*XBB,/x7y'74( tGcmg_m[ dXH4YM%0DDN}~{[RW&6*[\=賂~-9"gN<Ź `#VT Kjd-W$XiS(1XZnjcCE{ˌ|>`Gّz^FSibRXr#c8Z^Wl?U-8Mx_!g԰Ij @gFYf~5"/&yz{xD{t<%.Dz#V͓ʌI&Qp7b)Eh#$%X"~X}d`BpMFA0d1-v%{h̕hyl,aDVý9ă, ,ӽYY[d8xubȄ9ie>]$ь>+]yA,₉̛&T5|>ʮ(ONհoYg;һ]X8`g.`[P Rt$-TQ`L$`mUp 嬷gMVCz:{ nvcB}YAH(9@G'–h@l|81 :^Z) W+7"'0 J?ɇ_rh ԬLi7^+B"\zLHp~aXxmfPΰܔI7 Nev$if.>aA% k,Jy|KvP?8P[m!] d51+J q1MLoqyTi>;Wr"xj;NU/u_ԃz0QO~\YB~0tڞ|'uneIN˿;]+ 0jfPRE&;KK-FH"XAjʎRI)H83 /'L#}nkQG}c|vJJΒ22JKUwgN +ʘQ.d8Nf9:͟arB]& Kʷ ['hۘ+uF_uv;BLgU#8KvÓhj6خ--(V毡ds'jqsT`C5ARFT OkȞ>uYZn~e]љg0BMFyYn HB \IMbHV4{P֧t=V͘9#@ڂ!dUqDI}A cwM]1_ZkGpIY茊IB. L[ X +8mfAr9cYIUe;3G.k/nPٌ՛ otWʫ8a,i>p'u3y8XrI\Ï\W{?׸e0YF{{4HI[׌nQfx~Uff8GVB FWk_رA h4<<[j1wI ]"<[=0 N%w5Trqfڜ>僉:M캘ۅְBERlĤNb\.XH7:63{;3r&ZѦT *_:`ώIٛڕ?O09YS oEuW5¿jj4Kr?<@+e&N4#P@4LbIh߰R۫1LJeMlR}ͣ]]7!`>#4=:Qu*Sg.fӢ2uAp\'/H*GkW}DP]%JaxV\*=M9d1 o%XPrUdŚA_lϚ%`9(0zٱ }E_{6Hv yKQT Y~rV,tҒ2 pg̤;~yF1z0~UM?UJCwq련'j=8MJZf4FbA. }l: q5܉[Gxrmxg|h6A#W =g\ "s 0v  \G3a߂%X6~X]#,KC(6YwH]a(lk|gE)h7oRUl Ck_9Xk2 7<'BV!K"^=49S*xQygFvs㛵v1j^uǫ=.fPFT6)Rz: La8I9'F `iph.-gJ9(S2M(9{v {7;W35ti_"&sIg_ 7N_"-7?%$e 9Nã_J ?1>} <7xhi v Nbv<.^/3_?r\ 8r^ز7h&s Hq6bhLSQC,ԿU=D-b-8{҆4bhKMQ"Ͱ΢ߊWn0ȫ&>.>$Cѓ tieVbǓXg=Y}`g]D*&Ww'b!eFlYq V}? >E}bt-^HH.!X$ؚA(G%/ᅴV_ @8lQBD'(!\AL*&:`*bgԌ0tqq$;ܓX~D_: HYoҧU h+9R͔9z[:h/#UjNu'-J_M?Ix$}% 1gG0a1iJDh6w57Wa %Ap}Ocš]΂vu)fުZȝѝ?$Hcmzs!*&40*)RONh/yGr"ve[Rs<%h)ne+FulŹO=-ߤX9 8q@V}Y@!LۮM:8~:m刾ӅMJU/*&ƕPwv@+ UmU.{,)J+0ڮfyV\҉ lœ YBâml {UGt]̢-Tԛ _:;jl5W$kƟ+Ī Y!2ZX.j0rz-¼3RWuB=s((`9|OWhve¢gHc5O6>t7\]wt( {zd`θ&;s|i{#5F]@sM9-rS~] {u>s.$͆O#b!1=cJڥ,ƄZ}?3i8Ci ȡGlVF#t.D¿Q;P3勇TרH xPZ|wgN~)Ay!Yp>Wfͫ!y?ϛ> `Р,{aBv;,׾53!QiJxmIX\GizHm>?|,;J!eBdaGL!2浂En>aZpz+CnriB0|d LypΞNe] 5hJ8{hD壴OkO؛7*5zD%QF03+wu m⦶o%ӵN$glݛ=$xZ3HwTqba;Ws6m8bLiQ^8RuZŇړѧբ SN(B 4> ]s*SC?8ǹWqxB8O$m0DY a6 ;9gXMۊjN֓Lx~9D3IөQȷWב;EA2RJ+jQzq9xňr7nj'x,P/Z%"`ŴaQI(W!S) K!?NՒ90ZJU2ȋǶLT;P#B#D)&Ue41oT>u 'X&2N11B: GN.QyL_ d"dj*f$ J!34xv%;C^}*ԅ4_}:h ?yj$:l+g^i<' qo:} BTͺqC$l![~$>W:!Q8:~Hcm;aS1׃Κ3=֡Ph=w;4+gZq*'c*̌xE^JC574n;yG 3ۂX, n0i(V JPoyͳ*F9g/+>֡C׾eXׂc*"=l8>@( }MaxWaXoz&_p=r_Ca:O!ٱztҙbx ikB AOERmyIXW3٥m7{/!O3Vz,~&)*1kCi͒HXX᝷@"f n5hQ=J̸ 3F_/__b/f1-FM!/\&3 O{ ]q̈ `LnF!Y x:(kX(qY'ym5 i3R尘*-l@X Hш:vTUZ0&d 'HcHκ$ f STz9*Q\vks23+5xgsS&,tw4OZzbxgTRŰ\()wmFW7|Pŏw9"N"˨~l0g0.QF6>CKef+;~ \o958B lcRLW0 {|#9^V[Í?-q'TSp$*9 |J :"L{9l=3WyYmI=Z̤osD\o 8r.h *#$EOPs&!]~V(wsOVr+o7P$>/ū(ǰyB=]s{Q6~B$ܿQ3"]Xj[WoZ{L .$.7.=#[%vU1LL|J>iنȃm&8:N>ό+Y(~İ0cvcjp6 rtcq ޗMN]'ySk?LAoɘt57d{gsֺgB3ЋU@kiiJs*sȪWN; LXPcݶ O3kS=q$Q3ШUQi5n^UEHXp/W1SԚ1?tQYSGqOP8O6/vDH`r`9G%A)hȇvc.쉎UPaQuewZ2.yܜ20G#f䈺,;z{n::k>-9;N@NO~Iw#ܺId<ɨz#!&DRhB_2Mv+R&G hnj91 [{/y$aMf6u'^o*GTԑyruJ rQkЪGB:,h 2rs*Ny؟o5VNy7)Zd6j$W#kiY`:3* I0T丆/㵫}Y `MZ(AZrbP#oߛ>~;1s r}6=)0^ /=>IGGgUS8C'=:?638\%| *lN4ݹ^woWPCVFߙk̵rn~n-N0@GXea|ę#m獣Q'{J:HV<%-;~ *w+&F KtmsEo;<5-gP tʿqpzξ{@Q sD8m5K|^,u;^+-eb|-LӋ8Ǡ?hG鰪bW#)ũE6_5#}͜:3_ZOw\dWH|W$,|b'Ys_Lpskުf C8}kF(~+O{Ov(Ʀ8S g,z6x[c+04)ԯBR3dl'̋U5w!xhiYscʾAx.V`~{x3Ln[w/k3)@ө%y i J S$,ExksQu+8(|CFO$2T,H}G}zAU@Ytd"MpnUkjQJJ6iD wZlaKX׉$#B 09o^ԯʤWN h`Lysg9*%ThR6CPg\dxW,=?~%ӓ킯86z{!&^HF{GD<_J%KYZ1[Ͼi؞{=l67{N{`0 \O&ٵ/dץ-WK!I?޾y[En>x gWM?Aش>n#v؟p ɫ?;|Oד0*gsUޫ k|`z:+[+ë%\Ԇ8f?$=0* j.{.'lGkAg%pӀ033gq#kAYVF+A]P^aOXA_ Fcrhz4dV_ٴ3?TɩoEjhn&xDSv$zS0%Tc{_*- }Z. &8|3򶕟ZX6bdhjw1(W3:j)?Tw|iw"rm/Ple@i)]|Z+BxP-bXiEP{&6M@MB#{y>Z0Xu, 1+qJD};L//^I8fr8fP2oQ;$ce#0Q6؈O`w3 p$̵bBg**m3=*Mr)5co!n\ ҞݦBL!B-1޽%so Zaz;. to0MDzv^sGJbLl6?mͻoQC-~S r-U B1q+[t>}rI5W8Ef"]pș]! B"1k`:ܸ"!4H77s|Z}jU?Z0]yU:4 ?:lTY9 _l.N&nB36^NqAz>HfEeQǶ̝-sF[w7搅o.MtF,"uSK3~f#؁]E EJt 9Yg[Zhf;M\<@= < ^RS䁈iB.PWK>\Pgx󙁛; %,1WV%hC. º-JJS[bAj@ˎwq 露~U])?%@XyUL e "]AVlnϾh* ɺ}b'2mS@QA,d!#D1JGa8$P{n4}s*Xu;$Wxk%Jm=JR={ ֩BO]Bjn3,aȸM[*;D>Q0v:RFN񆰢9S.^yDёAj,tgj-Er9ʙ&2%1X_[gFl<_Y*2QS||!흳&ypvҊc0r ņ$a'ɢpf2۽|س*D894.OKPmcDHVrWYHM*K\#'܉$c|HgCw+1!&ɜjXB\adAQ/ox7iM$ἵNY$_85q5aVhv=S,Hitܘ+"֓o@ͱ^IWjN +@M`\(#@&7OH{xAgn%}:7LxB,.ʩH&$S3;7Q* Gٽ O Z _/h%E-lɨ~)$@Ev"D_>P$8r@zp=uY+'dፈL_3Lo+an*uH%Z$ m_UUd8zw@.-1uV}0^K\M˪Oz2A(ѧ ȗGLؓ+bj г`s_rz+In(N6+ "07tGC|=)q QTLj [LXz p5M}h.b n~<8YϼQjQsξf{놡ߡ$υ-AU}^>it6 (~N]{`c}sl{|.cD*i._Ŕ1Mu$3Ծ O2OxXwZ^ Zz]֗lO㣳.P ;x-%L|lI&.hnx{YLߗB ey*|F7OI$~Kfd^#UPLNyҏsrbz?ApjQƄjzog4j]YɚK-Xn6 0uGMnwAO#77[޷+UbԹzݘ A3Dy_G-b]{iC!iM lYC1yroϣ}jc4-mެÓeDG^D^r8 73~bEQT%B\Sɒ9N4>No8;5?ly{{Q'5dlA#"E0MY%ҳ2̅gxW@wg^5}$h P*Zl8ymӝb*28?2l\˧ZoWފViׂ'NN(_1PF[G%BN.eC/_ji?-X 0&n+z<- X9?r)ЁoC"׀WKÖ#fue 9ݵr\78S ,íG]UiV+ 8M4>m;525ϫB[>LTc}D5? rUdݡ XD!XKC u# K")e`W33x5 $+AH'%qZZwp!)yia<~7ќ%z9@bI,\XK={ҁY7,%ZRѽ&)9T׉Ne.b[C-GQ7I|o*yo|\'aLȡpvlT"Aov}A.Guʞ9Q5k6VT4dp:й҆1ZNC`,ٗimK Aj }lv' V` K9=v+ Iu]5Jrԅ"ai<~Gl xx`wV{J7RK=L9~: bQkA p l,4YZ >IaStk~z;2m?5Z3FQDg\.<2| r1&−<|Lh -Q+Yp`cfrxsY@{ehX4+Rd|XvwxelM'hRRGC^Pa̩NC&]a{>Iw T+awٿ+wM=CsQD"z83QFRt>7;\ ?Te}E`)9rȫPXèn!$O2"Oާ~!`Cmu߇WRL8߶ku1'# m i7:vTmX>稅jz2 1`$C_*}0G=kSp=cz_(; 'tE75n)U˜|5iqd\{Ȧʧ:sGnGIeߟo.DڟWG*YyF"bLo IRfhcXԆ/9L+,ĔuoAM [,!֘BJSmSM>AQv=O~" mGSSfi,4]R~jLA. INۧ*> VsU'ԋ}TL|WalO.?3_r":DueyL"O.!K ф"H$-hw{LbOS+{pT֜:g}zlc|t 8:9:suH2t~M<,Z|r|D@ ՀosL\pUdduSF'1Ѐ>kV82VȣN&J˞ٿnAkJxj#q:~Rl##dQZ+=wW|@#}x|6Э1I+dTq_ m49aHI_zHxOk ;I˨n!}6;ӑRHۗ|UBX~znn|=L̾q[ LorzۨBVU"r)@W*C\`](#Z.ru]eZ\ jnN"VԿįV2M@ "17GXj>?  BCZ Te5Gj{:f Gp~Pf+8Qjëc%Z=Ҫ?>JzBBE{o睹1xv,{1'>fp!^ ?gd)daBv| Hw#94_:3̟8g!= ǚ[nUW>z-otրULb*rβI)x:RNp!R]#qLQ1"]ٝ;B<,IzMk$M$(!%Đ5tZjSY"'不檓ihqj@-=fznip^$9|E_PV;4ܭи+K)Ry8ecY[G?U.dw5Hlӆ IHٲup̨5$[Е]>+=*4JĎ?w 6"_,JJq{XeDzTm`ZmhLw!^C}w 8?q (8QQ4ft(n~Nhut 3 o~ 6TĖ;5gĦ= /TYIX fМ1EնܐDVuc%k i<('dq '3p)Q_#Ka@'-6ZnAZVkǦ]ǀwUX3[Wn lt:UOHrL=xM4>#Й*c̆`aC6s"! )%ߣ7B L2 J J2Pn7Gaկ(-{!%=jE$%t2mlk.qZ͞lo*w&sW}+ G! .Lp,]Zא>b4mK89Z=[K0#w \a#}\UsC9m4ԧp*۲GO5XkV;,5II8\N{gFp@%Hʰ8ԯ}wS?Œt/aU6IqxQc'0T*m!y\1N戂ݖjrx)'-k=<`Lop+(g:&"R>V2NBL2m͒nl pv,*wPE ʁ>*pVM?