libtelepathy-qt5-farstream0-32bit-0.9.8-lp152.1.2 >  A ^]/=„ y֒ 'GdܑRuQ(o gb9H=i=Þ-ylhu~h ےRk i*^']-yb:I \,Msx0 mf<ȼIt;ʀ8-kp>?d$* 4 [ 4W]dt|      <Dl(8 9 : >~GHIXY\]^b$cdFeKfNlPudvlwxydhnClibtelepathy-qt5-farstream0-32bit0.9.8lp152.1.2Qt5 bindings for the Telepathy LibraryTelepathy-Qt5-farstream is a high-level binding for Telepathy, similar to telepathy-glib but for Qt 5.^]0lamb04FopenSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/Otherhttps://telepathy.freedesktop.org/linuxx86_64/sbin/ldconfig%F^]0^]03da57d212b399695b661c103fbd2d6bb3244fc2f7de7936fa621e038e972691blibtelepathy-qt5-farstream.so.0.0.9.8rootrootrootroottelepathy-qt5-0.9.8-lp152.1.2.src.rpmlibtelepathy-qt5-farstream.so.0libtelepathy-qt5-farstream0-32bitlibtelepathy-qt5-farstream0-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@    /bin/shlibQt5Core.so.5libQt5Core.so.5(Qt_5)libQt5Core.so.5(Qt_5.12)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libglib-2.0.so.0libgobject-2.0.so.0libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libtelepathy-farstream.so.3libtelepathy-glib.so.0libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.17.5)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)libtelepathy-qt5.so.0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^j$@^$DWiWiV@VGVy;@VZU[%U@T@Christophe Giboudeaux Christophe Giboudeaux buschmann23@opensuse.orgbuschmann23@opensuse.orgmlin@suse.commlin@suse.comalarrosa@suse.comzaitor@opensuse.orghrvoje.senjan@gmail.comhrvoje.senjan@gmail.comhrvoje.senjan@gmail.com- Remove the unneeded dbus-python build dependency.- Update to 0.9.8: * Python3 port * Improved the documentation generation * Reworked exported CMake targets * GNUInstallDirs used to simplify packaging * Added constructor from initializer_list to generated Telepathy types * Added a getter for 'silent' Message flag * Adjusted BaseChannelTextType API * Added BaseConnectionContactGroupsInterface * Fixed BaseDebug API * Added BaseConnection::getExistingChannel() * Fixed work with threaded QtDBus * Omit parts with non-empty 'interface' key value for Message::text() * A lot of fixes in tests * fd.o #40008: Fix dependencies lookup (we used to prefer system-wide libs)- add libtelepathy-qt5-service0 to baselibs.conf- Update to 0.9.7 - Dependencies: * CMake minimum version bumped to 2.8.12. - Enhancements: * Various documentation fixes and improvements. * Service library is now a shared library with own ABI versioning. * Implemented BaseConnectionContactsInterface::getContactByID(). * Reimplemented BaseChannelGroupInterface class - Has new future-proof API. - Has documentation for all methods. - Flags Properties and MembersChangedDetailed now always ON. * Added service-side Debug Interface implementation. * Added service-side Connection ClientTypes interface. * Added service-side Connection ContactCapabilities interface. * Implemented service-side FileTransfer Interface: - Well documented and covered with tests! - Supports IPv4 and IPv6 socket types with localhost access control. - Supports custom sockets and access control. * Added IODevice class, which is interesting for all CMs that have backend, that accepts a QIODevice for file transfers. * Other improvements. - API changes: * Service-side of ChannelGroup Interface redone with different API. - Fixes: * Fixed build with glibc-2.20+ * Fixed build with GStreamer-1.5.1+ * Added missing link to QtTest in tests. * Added missing link to glib2 in Farstream. * Fixed hash calculation of QList for Qt-5.6. * fd.o #91659: CMake now search for Python 2, rather than Python 3. * fd.o #95376: Removed usage of deprecated QDBusArgument stream operators (fixes build with Qt-5.7 beta and (probably) Qt-5.8+). * fd.o #65981: Fixed build with Ninja (cmake). * Fixed memory leak in DBusError. * Fixed BaseConnection::createChannel() ".Requested" property processing. * Fixed BaseChannelGroupInterface::removeMembers(). * Fixed BaseChannelGroupInterface::groupFlagsChanged() signal emission. * Fixed CreationTimestamp property in BaseChannelRoomInterface. * Fixed device management in IncomingFileTransferChannel. * Fixed device management in OutgoingFileTransferChannel. * BaseConnection now properly closes channels on disconnect. * BaseConnection and BaseChannel debug output now respects Tp::enableDebug(). * Other small fixes. - removed obsolete patch telepathy-qt5-gst-1_6.patch, now included upstream - set minimum required cmake version to 2.8.12- Do not require libtelepathy-qt5-farstream if it does not build- Partial revert the last commit, do not disable the farstream subpackage for ppc64le on all version, just disabled it on SLE12.- Disable the farstream subpackage for ppc64le, since SLE12 doesn't have farstream packages in that architecture- Update to version 0.9.6.1: + Fixed illegal C++ statement in one of service interfaces. - Add telepathy-qt5-gst-1_6.patch: Fix build with gstreamer-1.6.- Update to 0.9.6: - Enhancements: * Added TP_QT_VERSION and TP_QT_VERSION_CHECK macros - Can be used like #if (TP_QT_VERSION == TP_QT_VERSION_CHECK(0, 9, 6)) - Absence of the TP_QT_VERSION macros indicates previous versions (might be useful for service bindings compatibility) * Added client side support for conference calls * Implemented numerous interfaces for service bindings - API changes: * Refactored service-side bindings API - BaseConnection createChannel() and ensureChannel() methods now accept request map instead of several extracted values. - BaseChannel::create() arguments reordered in natural way. - Fixes: * Fixed CallContent interfaces exposing (required for DTMF) * fd0#86312: Fixed condition in adaptor methods generation - Drop patches merged upstream: Add-missing-QObject-include.patch and add-the-telepathy-qt-include.patch- Add-missing-QObject-include.patch: fixed build with Qt 5.5- Added add-the-telepathy-qt-include.patch/bin/sh0.9.8-lp152.1.20.9.8-lp152.1.2libtelepathy-qt5-farstream.so.0libtelepathy-qt5-farstream.so.0.0.9.8/usr/lib/-fomit-frame-pointer -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.2/standard/f00afc7d8c9dbd6f5feb276b5be5a074-telepathy-qt5cpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=e13838cccca9d3b209d89866f6e191174ad67617, strippedPR R RRRRRRRRRR R RRRRR RRutf-8bf33e3433d4fd15fd72ef04451f090cf56645bb39d28fdeddf7f5bd92fad3afc? 7zXZ !t/Hw] cr$x#+PMc]:j4C[56T+ώ+kszrta1Y*]'l#xfZL y_R45=r7OGľB'Oxi`mS:aTۤj-zn]u՛r˝2vV5rwm| {.x#6Cv{7rrɒS .Kmf㟨Q4[o8/qQK!D/NJ "lb YVW6)%dT|l l/|Hꥧ;~[ ݂HTU<NGWbo]8tV _JPPh|PL0. dfsmm@ro !S(T˦Y%ضwcwYk\ {// Ɩ\lTp>5n &v^BXq(] :p">b 9L݄p즽3rrz$%f_ sh[i$Ҝ&h(f#P9w&T  OKi}۬uldL븄4c&5A,nB5( ^|?s\''sK9P >xVjVJ~ӾXPjʦ 6EWiۛ<>"eV#983 ATD[۴_>+u0?aMq6Zto4~R1Y/)JhQ&gm謋B:QQ+XnG'{8HbT7y?+[ҝyBWōD:".0Ayq֏(=xZ[,;Lբ )Y9#LȄcx\IhbKblkLȯjpr%◖KCD *U ^gry]Sp =\/!bHFN<7etY{l ].ul/FO8wN{?F!z I@]0<1#`IVaB~Sy` vmdH 7]{qQ ҘfU͇8W&]3L xSSM'x[LܘYy vXG9ǜ25]1m%O-^\6]8[Ǥ<u='0#$}E}^\Ka]0iHZй$Is XoT瀁l]m,Ё  ҭM nt&~0 7SZ9=4 4'}4$Eڏ82tcCpގ<r@-g4@ut=p`j2k{nلâ= &HSFt0:+%YFA5 蒖"{*@a<L_`ը6zAٷ¶QD{ҝx߯ycP-nRS{'DӺ! RV{?,m>XwS^k}-:1tn'̀Rl> )GO2T1>C;G&[x 5n;>F7Zp^*-Wc cFETd!*nM7ߐ(ec*t\ț lAܭ 38fyO0a4}rU}ߤXwvdyM3=T4}nx6Fs61Nc#Ϙ ]Ƀ{$^i񭩸8$8/< Q"1/ɐv/Z¢uřCsVtwӡ<Lk&[`W# ˾`~/!֨=C'qᢀ(N>/S%dfc#djͪqTR46@6{, (`"bB_՝†Q1Sj`f%`41rr&0"{[P0UQȆɇ[ƪt U1b͐?JJBk q0,w8,ٶc*ֱ d%+pkcX>3T*VnlDU")^5R\3U'я$h~ؕ*Z>a[|wv뵲0bZWB JDko5p#4ZY) ׼CSmi7!wK@h W⇟GSO])W(V5oOC/ՎxsgclV5 rоw*l]ˬHӉBP~e0%S{ӳᘨoRXE籰qH `úZ@SRAȗe`=TH8ˊ6J'^w|?Mȣ^jzrVw ʐXCҢ9'c_һʎiֲZ,򰱇7Û1K' 8¼6!Gs.ANGvn[͚_=w07HdaH=5#7"}jbfGtX9Un9tEO6yT "oL}ؽVHʭIS%q6C+HWX1iJ?1Řd^LFxQ6ބj@¤zRoms/5n#}Ϣ "s hz"c[ BjD>9Rr3#z JrS/|ꙭIBepb{\ќWHFf KM2&PFigWҨu`(9)j'Q%7_HX*<1]+C c+pdP6Օh Ԑ\i H;EN]1W&O -J4I1є||a}tAWnIOt& 7I @˅bT9m1ƪsml͢$j4]DޛCEChm+L]LU/w]hC n4[Z׊4L7,ny - WWOJ]4lUR !*݊˲fAAk2d/V*vKŰDJc.;V7k]La޿|1N|ZM{&+DN07RNO̾ 1GvB0ք$A*gݵxSܮP;&MJ`=3kFsHl1,^J9Nma)s'G3k[$BVb^h+)ѸQt\LSq2Ů gKzKF\5# :D,Y"kQ^08:/lo2RE۽K-7q:쳦=z\&Pm+P^>h|ҥuߍ,}|cC!ƨJ+*sB-'EMdtN"_;T[ݸO J Q2WmZg=xBh/_ w׉?7w%DWn>.PfVV_;K)||z JEyxW@Cfz)x-E.+_hw=Dh~ȱW0iC*ٵ՝U "NO ̸it2 ^^N&C9ea?"-xh6!@hu S#LJA;8UZ͋ŭ;^ ޭzH61HfpqK<&iu?6V(xQaYzZ$@=eग़KOFb{8h$`1Ku=ig?^7YL/{K\ s׳F`}b+S홣'P9rdo=}(X)b|szgN#bτ&K:hU=~Xf+"TD~g[vtxD ,iiAIЂ7X-j]Rc>0pJxG}nqDt}=ezJ#p0:3;UsC[qrrF\A^5eT,iAk7g0d7 ϻGx;NkC9`8ha~vIQ0Ccw(uҒAL4G!!_Ts‡'1qF~zC|H.ZihgXrƣ!eAd&ڎf VӵLt== ),xgI.bjܴ3t"\խ: ?R&^|3@Ǿ%֭KuAS ih` ^!HI~v˓˚WT3:؂5ɛ,.%x?N;CHo3r:ja2</dT(=@" )8A(C>ݷv*="Xw6Qnk&3l{rqgzӢ _EO,exġmLPN=а{1u!pƙ MsGzhHAlұ~k_k/Ӏ^ŀUX;%}eooiLs6Qi)u,l82qjIJԶUw,L]GyvL|a~)J.gA3Fڰz'}J׃i}8+mڧbcobx|gT2wK F|G^*=E*_J޴>dq6Gf!9,taKWs5B]y_|G9lד&=2{d>Vh?ehI|$|3J[ ܩ X9D8dqG+űH"Lg(l8$a-+o%RNL)?G VՓ) G)n!j>%-iGWyncF4sB Hyfɱ*@hzq d+#G#q2073ω9Q4C+AJn7 :PFFldN&۳ײ\io - '$Ӿm) 9\GѿkI\ tw!P_y&1E8NK&|B i]¸y*,RB5U2I;/Ψ#Dd-Sk}4պ>Xk(Tgs/-v?yx`.GLB@cl=oQ̟]0۳vSBΖmŊ_۸35V$T7{HESq<$Qt+ZfO%w݋dGI X[TgT鴵iA\{S낉1p)9fc{>b&v#t uE{½J+u86|pNU7J#́~ M܀ ^96? a Fj(do!UJ}@&,SA|t;KWFoH3+!D9*"x Q!C0hјj:}!H>.%_&i?j}w>|5 ܮC'x]T`E|s,t4 =kSl/ xGGJaI/{0a[mmBܿt tCq&e)?9_wpj牂YAO ݅y`2cۏ&& !!u{n8-/AxO޿Hriba¨~??=IacM5`7 r FqȄRo&Rgk#^Ls2/B_>FB'Ը \,@'\-%@DD{=QhD;pG>9J>/J~8m$"&;25  YZ