python-SpiceClientGtk-0.14-3.1.2>t 4 DpQS/=„6D$䂎I{߿;A>G!v Һbƫq%F!JB[Pz ҰQ=!HnA^;H DT]nww#dyHc( f5YHR2}r~3F-HcGz:3eBD[+Z#;ܝ&jS:8q8SHkŊUIBa{zYpyƬ3 g(?\2# s?UVC>loW|ɫ>9*)aY%\TO#Oe43bb98db4001280ef2d2435afa980b1a4b77f88>:?d # o 4Z`hl n p t  T(,849t:F7GLHPITXXYd\|]^bc)defluvwDxHyL z|Cpython-SpiceClientGtk0.143.1.2Gtk client and libraries for SPICE remote desktop servers - python-bindingsA Gtk client and libraries for SPICE remote desktop servers, (Linux and Windows)Qbuild21openSUSE 12.3openSUSEGPL-2.0+ and LGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://spice-space.org/page/Spice-Gtklinuxx86_64ЁQfb6bf27b3fb4dc27ba881ad5cabd24bcrootrootspice-gtk-0.14-3.1.2.src.rpmSpiceClientGtk.so()(64bit)python-SpiceClientGtkpython-SpiceClientGtk(x86-64)@@@@@@@@@@ @   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgdk-x11-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)libspice-client-glib-2.0.so.8()(64bit)libspice-client-glib-2.0.so.8(SPICEGTK_1)(64bit)libspice-client-gtk-2.0.so.4()(64bit)libspice-client-gtk-2.0.so.4(SPICEGTK_1)(64bit)pythonpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.72.73.0.4-14.0-14.4.6-14.10.2P@P]@PO'PIPE@P!@O!O-@O@O\OX@OH@O3@O.o@O'N1dimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgidonmez@suse.comdimstar@opensuse.orgreddwarf@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Add pkgconfig(libusbredirparser-0.5) BuildRequires, to see early unresolvables instread of 'late' build failures. - Replace libusbredirparser with libusbredirparser-0.5 in configure{.ac,}.- Update to version 0.14: + Support for seamless migration + Improve scaling handling, add downscale-only property to give more control over scaling + Better handle key press/release events in high-latency situations, this should avoid unwanted key repetitions + Improve unescaping in URI parsing + Fix symbol versioning which was broken in 0.13 + Fix for CVE-2012-4425 + Various bug fixes and improvements.- Re-add pkgconfig(spice-protocol): as we don't install it ourselves, we do require spice-protocol.pc to be available in the build system or pkg-config --print-requires fails to traverse the dependency chain, failing to add any pkgconfig() requires to the -devel package.- Remove spice-protocol-devel Provides/Obsoletes from spice-gtk-devel: this was a mistake in the 0.12.101 tarball, and the real spice-protocol tarball is still wanted. See http://lists.freedesktop.org/archives/spice-devel/2012-August/010343.html- Update to version 0.13: + Add support for USB device redirection on Windows. + Add monitors config support (multiple monitors in same display) + Inhibit automount on GNOME desktop, to ease USB redirectio. + Better video support (reduce some glitches). + Misc migration fixes. + Various bug fixes and improvements.- Update to version 0.12.101: + Fix --spice-debug flag on glib >= 2.31 + Bugs fixed: rh#818169, rh#815426, rh#820335, rh#821795, rh#823874, rh#835997, rh#823570, rh#822688. - spice-protocol has been merged: Provide and obsolete spice-protocol-devel package. - Drop pkgconfig(spice-protocol) BuildRequires: it has been merged to the spice-gtk code base.- Fix license to be GPL-2.0+ and LGPL-2.1+ since spice-client-glib-usb-acl-helper is GPL-2.0+- Update to version 0.12: + Fix memory leak when guest is resized + Fix color-depth setting + Hide/Show cursor correctly when needed + Fix blue-tinted video with old Spice servers + Correct scroll-event not received with recent Gtk+ + Fix various migrations issues + Allow to disable CELT encoding at runtime with SPICE_DISABLE_CELT + Various crash fixes (on pubkey, recording, clipboard) + Build changes (common submodule) and fixes- Build also gtk2 version (and its python bindings)- spice-client-glib-usb-acl-helper is here again. Besides depending on the right version ofpolkit, it also depends of usbredir, which caused it to silently disappear last time.- Update to version 0.11: - Fix semi-seamless migration regression - Add Spice session UUID and name support - Add foreign menu support to controller library - Add a simple controller testing tool spice-controller-dump - Build fixes - Drop spice-gtk-0.9-return-nonvoid.patch: fixed upstream.- Update to version 0.10: + USB redir is now aware of host/guest side filtering + you can query spice_usb_device_manager_can_redirect_device() + fix the usbredir channel lifetime to be equal to session lifetime + set keepalive on channel socket + fix hangs on windows when using ssl chanels + add a SpiceDisplay::zoom-level to maintain a scaling ratio + add controller ENABLE_SMARTCARD option + remove a few warnings, ui improvements, build fixes - No longer verify permissions of spice-client-glib-usb-acl-helper, as the file is no longer installed.- Update to version 0.9: + Add command line options for setting the cache size and the glz window size + Add a USB device selection widget to libspice-client-gtk + Various bug fixes and code improvements. - Add spice-gtk-0.9-return-nonvoid.patch: Return a value in a non-void declared function.- Don't install /usr/bin/spice-client-glib-usb-acl-helper with suid bit set until bnc#744251 has gotten the full treatment. This kills functionality for USB passthrough.- Update to version 0.8: + add USB redirection support + introduce SpiceGtkSession to deal with session-wide Gtk events, such as clipboard, instead of doing it per display + many cursor and keyboard handling improvements + handle the new "semi-seamless" migration + support new Spice mini-headers + better coroutines: fibers on windows & jmp on linux + add Vala vapi bindings generation + many bug fixes and code improvements- Initial package, version 0.7.159build21 13609940740.14-3.1.20.14-3.1.2SpiceClientGtk.so/usr/lib64/python2.7/site-packages/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/c621c98056e922c3c9c0d9335741489b-spice-gtkcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xce40a78a0f9735146664ad5dc1ced554d7c1f3dc, strippeddirectory PRRRRRRRRRR R cDqh+F?`] crv9uZv"DVw[S_vmmUJm??;OL(yf,z:E_Cې]ݱ_"8qEp ##"WMouNy`Te~;}bI X(=ޢmHXVj&qNM0Pqjc L8(0$z<5o5!q:KI(pNpf8tc`,9JR m| ("8Iњ@p` *;΀St];d}f kp|v9íq{{٠+ N*-kL *<d? –z9YG&VS;bC7kVw/gDŠ\bE?; ?*dX߄0V$x =fI$Mf- 4R%g;1eb~fUnJƖ$[GUdx_e΢8saz$ dnMa;,4l Z58%]=^9ҋ|(CC]XlTx6 WGtt.5m"R"奴x ;G.Qc]ơ]P.Sμ ;HUl9P9P3+`.(,'Tvg:W8Х^cA 6?qc vRDIHbI4jþSi:RZ#/UOQmGbdߐ"?f\o\þ@a|wF16>k9e~~qm>kAF?8/kV*Z1j Nzz WB4ͼUܑ͞rF|i׫jjcʂEr+A09gJiSa0H?2Bu^yA$c{;&1w篓ԔـЦwa9R0\eb/O%Ƨ͇4A_) \i,*/9|dBqwm,m#y>n.}5;`;_\p>!o$cd>줁չiC8?*uf[†^{ a`[ f[膣U6 5S{xt:I-ں2>A>S!dFM@-佪彞\luPk*+1چdu;,tѭdYsۗIZjOt碜ʜj3 JD;[fAṂPܗ!T7@xsISʍ4\Il9$ȱy9ST%E?j܇ĞW $?D톿_I2/*szf1~um!($-} vp"r8I$B:S`m;cY6mm!2eQ_ B>~/X߁/ @'Pf`SLw^|$t!4Ms;;Cnow/zF<s֫-Cɰ%dኟ$-,ؑ Ooe«[:XT<<7Ӫ`[ُLC [2.K*9aHImi-9/-"9 Ti|,+dr8-gwD0 0TI; om}Ud?W7.W]U0 B?z*EIz6c%2 3$X7Pw(P9eQka@XC|6{K=.I:'喡럠=n|=|#_BKՠW9h "6bsP+V3vح`<3h-PoxCvd"CѨ 釳NBC;ČN=&mXмk U&`Q&|!9dP(ًJbnsRZ~rpq±E?aie:EWm6ݜH9Н}zvz "ރ}x %E:Rh8P;.x:fv3 /XdY3mTq`J3ڲO%vEDvu|OE1ZCkp} D "jwITzwL_ mgz"M8xbyqLdw7|  YruOاiA1Mk `@*Iw;.IƇ' R&擂v2zXyfjI2٣]"ÙMxk*,i<黎.|nUç^)N)"'Ί/,m.Sk!m<|N@w/ݕ~Drr#ڲʲY& Or.=nc,Sgӧs@L=]G)Z܇b-Wxαb"R xuܻttC!2A _n9[2Ȑ`K&~*VGPdelK8s|{Q>D7sƷٶ``lp= k ݻWlH+Ne&DG$ J*}ZF*# 9a?aA5nG}b_:gBǓX4 7A ;;\iI^}PvA-$9+(o;uL)D]Ҷ,mżoӞ+ݓ腾!CПמٸC]8O[4둂d\QìgⓃ,Ɗ||~zV oiCvjdV[)9q _"ډOcY;"2bnM(݊~a`p!Tbu+o;P;dkm&Ye Ŕu?߱(Ԯ^s@p[+#%ZeR`wtg7ҥoQ:N(R =1Vj-_*QJoRu*z`qkc ~Z +4RK+~v,zۂP4}(=Ib'#E@\èէedƤXQF:XqԐR%ɑ]Wd~T5X.#hN(䣦hD?ѭ]RSIJ<=3--u&>1󴥱n/C;%PuJo!Wՙ_rqI-C`It*o 9m0^TyBQ_åc:3[֯ƺ@YH*7jL y>(/X-Cbc %5F3 x]sZ` 1ɏB@@?(&:Qy rNZ( n4pu&bKi!{Zjߐ0^2SyTNImjX߾232R-Eb& y]Oo0@YRhXpU| p2BS;]eѱ6'B8Wxz^s-EvۨM@q<Z"/qe+uϕRz,P ȶQ9!]:3k_%rDŽ1Ҝ,Z8y)&fw'&[E!'[/F B.%jtkHNΦC,8_AC]6 D=vh\(_R'>/2)6[b:WaXr÷Z@䤝W Ȝ;: M[JYq57gDHkK@zLR%7쇓6KaThqbO|!GdG2+7ec*  J\i,!O ŴOvЅ~ʲ+JO֋ztW'U4ʐDh f` >C,/Ò3O,0iZ5U>#? 5q֑.='dNrO]4I-'i#nh{F!('!nxX ե~a"t{69#sNƲ;8wh*MHNr2i!.0ngL @YI\\(LB̤2ɐ07JtH(H=ߋk[iDM!$!(zf2Au=}V!:3TBq6[c;`u.V$5-\Lkٗ5on9P=*s{Rq=ydIyAJl cju#ս鋕hW0|ĸ#2#{ف w\v 46 /Ψj^䧈zM 3!i,&k%^d\_np@McǷ-`as}_ƀlTߥM;ۧ]󓧁ĶGX9 6'`!D9ljr7byzZvJ{Hqj_cbw_ZE'괙|+(QnolHOԻ1_ek;PtT(}I2VhV`fo喌*i:BbٺȾGeX>`?{ -ء!80W1[Go_(1yFꦊPw[S;%>06<2M{K  rV)[3K.ұ(J;5"4 |N~',YedE΋2Gvzk@;+Bi1+EKLDϒ# =s@'X,spTSeam-YDW9a*^}$Uz7IcAϙ,K)",#PX{D"rv2ft,w*M (3XnY1Ѿ ~&eA=/ |$P*v}->Uop}wKVs7Gib+0-bdop:]5 u]kx|"t)nmCPľ%@'A.\خEΒ@K(0ЛJ ZR{[,FCIx cRQXd5Y%F@dq衱Wg׫ g}*kr ]/9*$Y!}H|xw:tbf( aNk8UDcaى[hwѬ! zJ)Het9l! 7yC ĩb:t+JR#)F "1QNƌ wm lS}UJ.&ߦ,]e|"zŞ`%Gy/be9r\ܟ t_ %[ Z-YƩ&D՞3.*Ks~f6B+S t,{ *iZ֏M.?bGX7u]ߍ$c[[V(N͢h*WփWp4L sVi{酏Iّ(^4 -wOs'S1 (7+k| k³24PDSwp*zrUr!W+(bxSxQvҽ 8w8$B2^S=@ʛYsU OճG5& ަ?^0iO׫O3-?ڙY}G;9z#sR7tr"hxt: pr=A0JSD3ѭBA^lUA6$ /ѹ@h4 3j0~2%.P Z^iP3v'{+c;n[nبqXg#oIU`6a_^t@=)!R!*kHwjXa}-+rƿ q-$b8-ѳKQz'pC5ƭ1Co-o:SbYIJMI}-/ґ$UZ3V {຤8DA:3-4F_)ʘuyȃk h\E9-ʝ5^TWBI+TNgr+2! g6U M^I"bmm[W̕wRi'|uF0Ի &  Y jVvm2DTvޜÛz݈{%m# dd74  3}84p!vR;y-Ts3ߍ<˖ %$"JTNc:7SreX$2\膍©pŘ4)꜀#R@c6%gbe\ƸXrhAQk +ȖT!PontԶeK|*{d_RsdOCZO0J7b9Ů:iRB{?pS€ Dd i.b.]3{H>߁5lPlLY)1v)bld $T\cPljqZ3,(JE"B|_b>j-ie^k#>:T3f)7MZ.N~a)0k>V2:y/'lX }sDvl bK_Hjrk#тooȹ>X™olqŪf `7Ltǧn#c)xcRL[0pgVeWMh{Un>ii]ݘT˥U\KA{g!=iZŰI W2 Zi*&eWI)TB^a#XH\qKu0˜BZMu``_O+U*ZV:H]WW? E_rmeU-oQ6N}ΟX"#Ԅ_zXFӹ_wDl!4]zU@ms|ҺHDx (}` $O4 j# p1z3ʶRNNLFƔgv27v Jh0Po(CꜦptcyCM[ V`jO%\IEo+̯tww͓zDp0 bq+[*ԺH2Ɂ F:i]I k\$oݎCyyW[~6"ER<\{ӥX҇53uIj i"b;w+2~ɜ|^$qcZ=HJSg%Be_ZOpX{eONaqZhLu724v+7Ŷ撏x8gס9yKZCJO S.a^=`<^S'{-,~JR .f `: uj6pо˽@^J|sJ&˸ƁZsKoV|d!(ʭ0QjftgvHk +D*y,aӴw=͚R-)y o /11 UQ[Pl ǜ*I9)1`'Ce^:˨oil*fZJ9 γNeߗKdOJ"1|YQ?JvdɄ}*(xr5eV1¸5UdB0RT"}Ѻؼp>$sJejCkWڟE FnqKU(Mgțws.t[&M~="U;HB6>oG?%L샭\BX찂DȳLyhb{tf|(aQkUsHʼ-5uq#oGdֆ2p縂/!YJ6䳂HR?"&[DSz?S O"،6w֬\XM\ |mk/nr?V䎊h t :T?{uWFIc<7rI>Wf/h@i]1}VE1 <.&uDB#Mu u#2@়נq z-N"EG\VŒNa!|C 0>/P$ȀS?IЂ_TK e]K}*Åt48 v.5vM% t2?n|=P1} R>iF0v Ɂp9e7o49~Ou~٦Ze62[&x'([쮝>"&2GD:1"/whsN YŏD1O4gJXf֧_TٙJ/udh 850M`̦0^$K?7U?%I|8ʡ fVi Tc:\X)pYIZ*^_9=1(g" H `$3\[O 0^l{2,3?-*66,M0U}ތ`n!g0ι, ~Ρၖ AI8e`.)tc•}(ڴF3ksJ >>;m9NlP坡ًUM]gb{)9D-q݌o Sg;O aII!pC'C˄pp/?1(FOk