python-gtk-vnc-0.5.1-2.1.1>t 4 DpQh/=„nzL.Z8N||Y&<7:sE:whD~d2B:B2o!8\^IՉ~["$.IY|>ieAbMz-"C'm~Kk.)v^8H[(BA%70IMρٳxָM@FMxL; OsVSoKXu>fr\DtO#*$K'-CڝڌLQh/=„Uϙ鿞q~*Z}уzA%1%6EHɵdBPŪu qyHh+D y =L2\1MݛƓ ='d?'Td  E .7A Zt     .LX   (89h:B$=F$LG$`H$lI$xX$|Y$Z$[$\$]$^$b%Pc%d&e&"f&'l&)u&<v&Hw'x'y' z'DCpython-gtk-vnc0.5.12.1.1Python bindings for the gtk-vnc librarygtk-vnc is a VNC viewer widget for GTK+. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. This package contains the python bindings for gtk-vnc.QRbuild09[openSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/X11http://gtk-vnc.sf.net/linuxx86_64nCA큤QKQQOba7a39b418b2765ee818a91e5b7acb94e016a7a76634d48e26c1280cc854feffrootrootrootrootrootrootgtk-vnc2-0.5.1-2.1.1.src.rpmgtk-vnc-pythongtkvnc.so()(64bit)python-gtk-vncpython-gtk-vnc(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)libgtk-vnc-1.0.so.0()(64bit)libpthread.so.0()(64bit)pythonpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.72.73.0.4-14.0-14.4.6-14.10.2PO@O@O.@NNN_NuNTM2@MZjMZjL L@L_LMxJJ@J]@I3zaitor@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgbadshah400@gmail.comvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgcoolo@suse.comcrrodriguez@opensuse.orgfcrozat@novell.comsbrabec@suse.czrhafer@suse.dedimstar@opensuse.orgseife@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@novell.comvuntz@novell.com- Update to version 0.5.1: + New features: - New API for connecting to a GSocketAddress * object - New API to allow specification of a hostname with a pre-opened file descriptor - Support for UNIX domain sockets in gvncviewer demo - Updated translations + Bug fixes: - Fix building with newer glibc-headers and -O0 - Fix GIR building by linking against libgvnc from builddir - Fix deprecation warnings when building against glib >= 2.32 - Switch to using mingw64 toolchain for Win32 builds - Fix introspection of key grab APIs - Ensure debugging works with GLib >= 2.32 - Allow explicit control over pulseaudio building - Add check for Perl Text::CSV when building from GIT - Fix POD syntax in gvnccapture man page - Reduce excessive stack usage in vncconnection.c - Drop gtk-vnc-glib231-debug.patch, fixed upstream.- Add gtk-vnc-glib231-debug.patch: Ensure debugging works on GLib >= 2.32. Without this, it will be difficult to do any debugging work in case of issues (gvncviewer --gtk-vnc-debug).- Remove xz BuildRequires now that it comes for free in the build system.- Use pkgconfig(gnutls) BuildRequires instead of gnutls-devel. This is more correct and helps avoid the issue with gnutls-devel having been removed from Factory.- Update to version 0.5.0: + New features: - QEMU audio extension support + Bug fixes: - Avoid deprecated GNUTLS functions - Allow access to VncConnection object inside VncDisplay - Don't override PKG_CONFIG_PATH when building GIR files - Death to all TABs - General code style/indentation cleanup - Fix memory leak in keymap code - Fix mapping of shift key in Windows - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. - Add pkgconfig(libpulse-simple) BuildRequires: new upstream dependency, for the QEMU audio extension support. - Create libgvncpulse-1_0-0 and typelib-1_0-GVncPulse-1_0 subpackages for the new libgvncpulse library. We only build them for the gtk3 build (so we remove the files in %install for the gtk2 build). - Add the new libgvncpulse-1_0-0 and typelib-1_0-GVncPulse-1_0 subpackages as Requires to the devel subpackage.- Split typelib into their own subpackages: typelib-1_0-GVnc-1_0 and typelib-1_0-GtkVnc-(1.0|2.0). - Add typelib-1_0-GVnc-1_0 and typelib-1_0-GtkVnc-(1.0|2.0) Requires to devel subpackage.- Update to version 0.4.4: + New feature: vala bindings + Bug fixes: - Missing OS-X keymapping for the letter 'A' - Mapping for Left Control / Alt keys - Fix leak of string list in grab sequence string - Fix introspection for vnc_display_get_pixbuf - Fix GTK3 build on Mingw32 - Improved log messages for TLS auth subtypes + Updated translations. - Add vala BuildRequires for the new vala bindings when building for gtk3.- add libtool as buildrequire to make the spec file more reliable- Add libgcrypt-devel BuildRequires. This used to be pulled in by gnutls-devel, but this is no longer the case.- Update to version 0.4.3: + Bug fixes: - Fix crash in pointer motion event handler - Fix crash in vnc_display_get_pixbuf - Fix crash in TLS cleanup code - Fix framebuffer boundary checks - Improve drawing performance with server side pixmap - Fix performance degradation due to leaked GSource - Fix setting of 'shared' connection flag - Make pointer warp boundary detection more robust - Adapt keymap code to build with GDK3 multiple displays - Remove use of gdk_drawable calls to fix GTK3 + Code cleanup: - Remove need for Text::CSV perl module at build time - Add pre_checkin.sh to build gtk2 and gtk3 version of the package and add some macros to handle dual gtk2 / gtk3 packages. - Differences between gtk2 / gtk3 packages: + gtk3 package doesn't come with python bindings as introspection support is used instead. + Pass --with-gtk=2.0/--with-gtk=3.0 to configure as appropriate. + libgvnc-1_0-0 and tools subpackages are only kept for gtk3 build. - Drop gtk-vnc-unref-gsource.patch: fixed upstream. - Use Recommends instead of Requires for the -lang package. - Remove explicit gtk2-devel Requires from the -devel package: the right Requires will automatically be added the pkgconfig() way. - Drop perl-Text-CSV BuildRequires.- Added support for translation-update-upstream.- Add gtk-vnc-unref-gsource.patch to fix cpu usage and speed problems in virt-manager (bnc#672071, rh#657847)- Update to version 0.4.2: + New features: - OSX VNC Authentication scheme - Add API to query library version + Bug fixes + Switched over to GIO for socket connections. + Removed all use of GNULIB. GIO now handles all portability issues with sockets. + Mandate use of cairo for all drawing, removing any use of GdkPixmap, GdkImage and GdkBitmap. + Updated translations. - Drop gtk-vnc-0.4.1-close-buffer.patch: fixed upstream. - Add perl-Text-CSV BuildRequires for keymap-gen.pl to work.- Add gtk-vnc-0.4.1-close-buffer.patch to fix virt-manager crashes (bnc#641981, rh#620843).- Build introspection support: add gobject-introspection-devel BuildRequires. - Remove gtkglext-devel BuildRequires and replace gnome-common BuildRequires with intltool. - Split the libgvnc library in its own libgvnc-1_0-0 subpackage. - Move %py_requires to python-gtk-vnc subpackage. - Pass --with-examples to configure to build the gvncviewer tool. - Package examples/gvncviewer.py in python-gtk-vnc as documentation.- Update to version 0.4.1: + Fix test suite execution + Ensure builds against GTK3 get a separate library soname, pkg-config file and include directory to allow parallel install with GTK2 builds - Changes from version 0.4.0: + Refactored gvnc module to provide a full GObject for interacting with the RFB protcol. + Create a libgvnc.so for non-GTK related APIs for dealing with RFB protcol + Add gvnccapture command line tool for screenshot capture + Fix protocol greeting so wireshark detects stream + Fix build with GSEAL + Try next DNS address after any connect failure + Plugin build with newer mozilla + Fix linkage to libgpg-error + Fix linker flags on solaris + Fix gcrypt threading callbacks + Fix multiple memory leaks + Remove use of PATH_MAX to fix Hurd - Drop gtk-vnc-0.3.3-pkgconfig.patch, upstream fixed.- Update to version 0.3.10: + Bug fixes: - Fix check for SASL on Solaris - Improvements on autoconf stuff such as drop some warnings, use silent Makefile rules, etc. - Improvements on the example program - Request a full screen update when receives a desktop-resize encoding + New features: - Add internationalization (i18n) support - Add ability to set the depth color - Add ability to request a full screen update + Updated translations. - Create a lang package.- Update to version 0.3.9: + Bug fixes: - Fix Shift+Tab keyval translation (again) - Remove use of deprecated GTK+ symbols - Fix inverted logic for release pointer grab - Fix enter/leave event handling in relative mouse mode - Don't send keys/clipboard data in readonly mode - Fix relative mouse motion mode edge tracing - Fix linking to libgcrypt for mingw32 platform + New features: - Add API to get command line GOptionEntry objects - Support SASL authentication extension - Support MS Logon authentication extension - Add cyrus-sasl-devel BuildRequires.- Do not create a gtk-vnc package with only documentation, and instead ship the documentation in the libgtk-vnc-1_0-0 package (add Obsoletes/Provides for this) - Remove AutoReqProv: it's default now. - Remove check for old version of openSUSE. - Remove unneeded BuildRequires: perl-XML-Parser.gtk-vnc-pythonbuild09 13593544500.5.10.5.1-2.1.10.5.1-2.1.10.5.1gtkvnc.sopython-gtk-vncgvncviewer.py/usr/lib64/python2.7/site-packages//usr/share/doc/packages//usr/share/doc/packages/python-gtk-vnc/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/b695c789c77257ca7108cf3fae9bfe6d-gtk-vnc2cpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x9aa7be775a482431b2ef292e35ce2965d40f4536, strippedPython script, ASCII text executabledirectory PRRRRRRRR]* OBA?0] crv9vX3^}`#9 *3VOO@9߃kmJkFNYz,P<5u2KjZGqI~Gj=H@,AB5GR O`V6㻳5ovQyaT@Vv*c5H3}n˨`֣b]&7,K8ȟs IQ6\'3:(K5 `Hq:.0l( hQ9cN?5hͣ}~~6NCt( !,\8R䠵@큩ѣ'BTL3ȯzp)`)R$9*%>Qq{ifT1|T"zv2yD^C ,RaTA>K:.!DŎ|#y n;ոLfa_fb؏٥nkmJx$QUUMoScF1ز Avm޸civn.BI=XP$y*4rկlkÕ+ݞE"ۍa9B 8ԥjg)U+: ]O Ī [U ]1TJNIlt'jxپ556)'5@<|lXaFS2$3Ra@zhM1?:gՋAGU4œtm~B1~~y_laPp,=j+lM$WiGBkvmO\Wt'~ؿh6SD&FᔆK[z6Szo'*aAU<ńz*m8F+v%[{ħe )xXt}_/ {鉪ʯm猼̖ 1 w {J6vFx ՍlZ~d ̄YzxQb`t 䍅꣸'yYR׻ >X'rT5^SX1j]}5хkT{^Couv_~\, ٳPH*a"H>(%ÃڄXgT{GbX~f}V6~lԄrg'_wWz.B;3LjYwE[$7Z=㺨 [ژ 'M47H|zp(y'(O'|E]"]xDgS/[17Q brǣRaJqi!MQtX<6jt R eva9THak͙# @|{w:'5~_AY'jvަ44V/Y<ꕪn.@ӾY~iM:k^= rd8(V^T E=xOlI+XWqRWܮ~`V4 2uYi[~OlkkI "趼c.3^iͣ- -0%bi;m5Cj'jJ$ч7C&V27,IyL^ YqD-u{QX4gįFFL}ݷF& k9BU$.рrF}T-JPQ? O-R g=g ` 5㭹3^a!8ZkakYKZ>I6Onb]%TcAIfV##Ŵ Y7=7'JK*Aw#EŢrsh4VJc. o^Ͷ)<|i8BPs` @p&!=s+@^ Jy!J`GӞ\TY+ 5LtBz^JX2fL"{V tUyq/ݼ4l~)Nޑo.2du8K^8[U_D颹=:3ng,#g8hZB֣ h,ȞlS;6 ,e0eLj 4הc->1own ABRl!򵑑lnLFGFM=12ȎB^j,|,r"v*CwkܗXжr&|SOhea[@ a$hv#aRDT2QHw#dbh6CB %K{|Q uf{H{:z)-x ƘTu;^+ibUwb\#B?{g0篪ErTyG8];b :|^ۨUp٭ό>v70fάGm.>u ﰜץ)w{[á"lD [@ưB:oϖ]C3Up M҅CameGj- G;o VZoHt>gɓ7Jy)Olp f"U&g=W.Ak,L S B6\yL- Imz1c#E \;lJ ;qk+GGG-_0? <S1;]FpX j s]SҤǧ!I=!r2"/VAhLoK),*'-$2pn~qeMT:oTшdSYOwgˁ5aiwgFOC1yӌ[ 0"K?:GB <86y9zY^yE&-Ivx3&lP˵ZʡGx^:VL#{ÿ¾K۠T򄈺4l*'y=Ӓ|^Xf[Ҫ}n/!=W(nr5;t<I.RsغeOpfFIAOɧ˿De8є𡽴+Sg9&֒nY-Ӄ,iŏ#|( %nTϒ'm6u*yI%ޥB|“>>*Q[`$ rܺuoCsxA7 YzИ/7-1cdQH]+iDi|aiʵ9=B[ Q `s޴3Ʃ^d vg?VCւw?vEUd>2 .M܉ȆnT> w@2ptM(p0\&~|gθü8p]vtEewGrj5r L/Lf4o QE~DɹCGZ7^{3ֵ}n|,]w){|`4zsV&͏u%0c N6G[SSL(.Tl!/I\(o r3^V>[҃'Vm U %Eni,BnT(EUR/e[c$&eG`~M`൤>wJ>a3yOCzyTt8mۚ60XփxbiVcpէ"G3o fMCwpTZBx@\x7ʎ`"84 E #1WĨepEy JNkeIhT9ut? IJU D_V hSV˛:+RUbH[C[4} _+QlgaqLT:)&h,0l7NQ QW*gT1Axŗhk#,}CFQsyjGu+cO7,c ,##6^A 1_Q]q[Agce"lJ&.`ΤvAnlTI>/F4mt5C)SqN3)[uy Ӭh0K>R O+-3fx[DKEiqJ)\w+ .[Kl0V]\`r6cR[ɦ\\rpwWP*Nw79.eH.cZ+C$PJ<߱.@,HpNEKCL1x!XM;@1A(ĹL`OCBslt:*]Bz+bI0ΡdU.<=^(9GNu ryLs-aL(Kh;fAx+E0RΌbNЄ Ξ NmNU4gG Gh 1wʃfGDwЗ#A40'_ScjVp&Rgxr3H̡|费:8y:/ 櫡?{/^H,x4N~8*6dATj2ORf~\5,.|-(}5)p`C5W J pdg IcKrɸh+aKl]qh vgbvJפI-:z: Kzd!E-,SfLGO*Le@`U{[oj񉜮o-R"-ɹB-=xRcPC, V4tH]*m ȋfV 3ZP1B=$IqDx_kW;B/yT*3Ҙ<&p},#R)g]$:@ %,;t((Z(. 컓W`*/-2=Pюt2;g\ؙ"QԘx]S >ӀؤXҍe1e:x=u8`2?1i߾J۸™5pIו6HSwCH!0(37йFsItEvSU[؜Z0tC1cYIb>`bRxX<y`,p4y\H>yk~i5.\$ %_W.?}%q?v^oW*ڵ L4h@CroWiPby,I_3=|0#8ޙ&m3gfgxyOf CI+@hBɸ@iH+.;en|2@(uAla9 \Ai2ۉ_NLXl5F.$KK}.w5 ?=9Jfh+~Z]n1gJ ^Y߫i,6iMD-iZ7j%Y¤(".s:rS{.oΚqѨO|)ݫ5Z'7UnVyGyc}g%˕(JfQDP0P:)"4q uőMQnDXlBrn#K|{ 7r{8{=ߋyl OmѢj8Azslf^вl._YNAbBkww2)9}:К"PWv68$*A`Jwd /=hTLN5wK`앖Eo?q2<P.AęQ\6*nL 0g ZHӷh8gA+ 61ǙJ?;f e;lg`J+?E#(X B!yLJ߿x#H{g1&ENiq 'U25y'0{ðr$Y_A|JR)Y%0Q͡gkދ:1*|h^U&Yݴ`>XnPnnɄՠB?@B~._Y(2n\, K|f8|ʏ`*ò GJ7r^ }h :~V҂I;hRNɦ`Ig ?wZF_0$+ $aO݋S"p5o滵zYf#*| Ea6~Hl&kfC.Kġ#M({5R OUvF!QD fLN:U=ήEnnkYB_/9ތ7j̠/x2' SLEo V8$?+\$ܵx`a*( Y;2Vqr r D) ۤ{2{~ܽ,VRrWp]nCzhʆ)gOņgf~x'֧)j=Ll:Szqo/ڲ-NWH/ z3&Rf ]#5ynx.1F{J_HzmA4.C_N0C 7+x[W8=kRٹ-hCSJlU"%!,v8J:Y8o!A+qnbG'j Tk]<1Yo/Ea(;`9}tG+nYv7N~d_RױFPK76ufY .3*IeA)yhoYVU!/s+sh`$ 8801#U} ԄEYvz_"'aSMDt:!(9e ͋R(MkgYa3JǂZ#0Q_ 8/' dNxmmCx`{%/yݩT#* co.{:gGaL;X"mv!q6˜M=t!j0H$MX(S'S;lMk͘ ه4(X˲`l7xsY=