telepathy-logger-0.6.0-2.1.1>t 4 DpQ縋/=„x%;켐"y"3lI!vC%Hx=Ar#u )[:WM@F?MSPk]2`α)`zdɒS.ث + :%F=muVnۘm&bx#kXybAOٌڶI!% dtH6^mڑ4L~kpV_z2_G)U[5X oJBEg9)~a|iZ:M8Q縋/=„n9oK[QR]phigB%!E^jq^f A\^FqRE!XE2#ͨP|x=%4?%$d  OHLTXfoy p    k tD-(U8\9: > @ F G H!I!4X!<Y!D\!\]!x^"/b"c#%d#e#f#l#u#v#w$x$y$z%Ctelepathy-logger0.6.02.1.1Centralized Logging for the Telepathy Frameworktp-logger is a headless Observer client that logs information received by the Telepathy framework. It features pluggable backends to log different sorts of messages, in different formats. tp-logger features a Telepathy-style D-Bus API to expose logs and interesting information related to logging (most frequent contacts, etc.). It also provides a GLib-compatible client API for making bulk log requests (e.g. for display logs in applications without having to provide lots of information over D-Bus).Qbuild060AopenSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieslinuxx86_64 /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas if [ $1 -eq 0 ]; then /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas fi)\U큤AA큤QQQQQQQce6d9cc97252d7200cb29c4a1bf583886ace340f91515efae128239581801c1db8f3d6803e1ab2e18c658bc597902d86038b3a15781c995fbb387f1dbd565b541912df3b6a31e5290d4b172c8f1b342crootrootrootrootrootrootrootrootrootrootrootrootrootroottelepathy-logger-0.6.0-2.1.1.src.rpmtelepathy-loggertelepathy-logger(x86-64)@@@@@@@@@@@@@@   /bin/sh/bin/shglib2-toolsglib2-toolslibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpthread.so.0()(64bit)libtelepathy-glib.so.0()(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.3)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.11.5)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.1)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.30)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.36)(64bit)libtelepathy-logger.so.3()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2PO|7NN@N5CMߒ@MӴMMMwkMgMgL!L@Lc@LZL7@dimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@novell.comfcrozat@novell.comfcrozat@novell.comfcrozat@novell.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.org- Update to version 0.6.0: + Multiple introspection problems have been fixed (fdo#50361). + Streamed Media channel support has been removed. + telepathy-glib 0.19.2 is now required and deprecated telepathy-glib usage has been removed. - Rename libtpl-extensions2 to libtpl-extensions3 and libtpl-logger2 to libtpl-logger3, following upstreams soname bumps.- Update to version 0.4.0: + No changes. - Changes from version 0.2.13: + Support Call1. - Remove --enable-call from configure call: the option is gone.- Split typelib file into typelib-1_0-TelepathyLogger-0_2 subpackage. - Add typelib-1_0-TelepathyLogger-0_2 Requires to devel subpackage.- Update to version 0.2.12: + This bug fix release correct the accidental so-name bump. Distributions should use this release instead of 0.2.11. - Changes from version 0.2.11: + Fixes: - Fix crash caused by used after free - Fix crash wen call sender or actor is not set - Fix missing alias feature when receiving messages - Remove use of deprecated g_thread_init() - Improve silent build rules - Improve introspection annotation - Pass --enable-call to configure: this is experimental but useful. - Pass --enable-public-extensions to configure: this is in order to allow building of 3rd party plugins, which is a feature used in KDE.- Fix typo that was disabling parallel build (_smp_mflags, and not _smp_flag).- Update to version 0.2.10: + Add support for text message edits + Fix events ordering and merging speed + Fix destroy function for get_entities_async + Fix crash in pidgin log store.- Update to version 0.2.9: + Work around GLib TimeZone cache bug [bgo#646435] + Fix client file to effectively observe Call.DRAFT channels + Downgraded autotools requirement to 2.65 + Fix SQL syntax error and pending message order + Store Calls log in separate file (e.g 20110505.call.log), to fix performance issues. + Make Pidgin store robust to empty file + And more unit tests.- Update to version 0.2.8: + Fix incorrect soname bump introduced in 0.2.7 - Changes from version 0.2.7: + Readd AM_PATH_PYTHON back to configure.ac, required for codegen. + Add support for call logging (experimental, use --enable-call to enable). + Search using GRegex to prevent matching XML tags + Improve test coverage + Avoid using g_list_append() for performance reason + Fixed infinite loop in pending message cache logic - Add gobject-introspection-devel BuildRequires. - Fix license tag to be LGPLv2.1+ instead of GPLv2.- Update to version 0.2.6: + Ported all internal time manipulation to GDateTime + Observers now cache TplEntity object instead of TpContact to reduce number memory allocations. + Removed generated log_id + Removed unused twisted test framework + Port observer to TpTextChannel + Reimplemnent pending message cache + Update Telepathy GLib requirement to 0.14.0.- Update to version 0.2.5: + Fixes: - Fix another 32 vs 64bits bug - Changes from version 0.2.4: - Fixes: - Add output annotations in TplLogManager - Make the introspection files be 0.2 instead of 1.0 - Fix use of uninitialised variable - Remove reference to Gnome in configure.ac - Remove GPL warning in README, Logger is now fully LGPL - Move observer and SQlite tests with dbus enabled tests - Update valgrind suppressions. - Fix XML store test crash on 32bit computer. - Changes from version 0.2.3: - Fixes: - Convert timestamp from uint to int64 on sent message - Set an error if text event body is empty or NULL (fdo#31121) - Changes from version 0.2.2: + Fixes: - Start work on introspection support - Fix TplEvent::get_target() logic so room event are stored correctly. - Fix room check when XML log store reads events - Free GDate with g_date_free() instead of g_free () - Fix log_store_xml_get_filtered_events() to return no more than num_events. - Add an XML log store test for log_store_xml_add_event().- Update to version 0.2.1: + This bug fix release fixes memory corruption in GList manipulation. + Fixes: - Use g_list_alloc() instead of g_new0() to allocate list - Use _async() TplLogManager methods in unit test - Do not ignore system() return value in unit test - Changes from version 0.2: + This version is a large API refactoring that enables abstraction of the logged event type and clarifies the methods. Alongside this large refactoring some new features like ability to clear logs (see D-Bus API) and read-only Pidgin log store can be found. While it remains compatible on the storage side, the API is not. - Rename libtelepathy-logger1 to libtelepathy-logger2, following library soversion change.- Own /usr/share/telepathy and /usr/share/telepathy/clients to fix the build.- Update to version 0.1.7: + Stop using tp_get_bus(). + Loads of memory leaks fixed. + Don't crash by trying to use the sqlite log store after it has been disposed.- Update to version 0.1.6: + Fixes: - Running the test suite no longer accesses your session's GSettings. - Out-of-tree builds now work. - A CM crashing with open text channels no longer causes conversations not to be logged, and to take 25 seconds to be displayed. (fdo#30824)- Update to version 0.1.5: + Enhancements: - fdo#28602: The logger uses GSettings instead of GConf for preferences. - The ignore-accounts key has been removed for now as it was unused and broken. + Fix: - fdo#29058: Make sure that TplLogSearchHit always contains the account if known. - Remove pkgconfig(gconf-2.0) BuildRequires and the various gconf macros - Add intltool BuildRequires - Add gsettings macros to post/postun- Cleanup before inclusion in Factory.- Initial package of telepathy-logger, required by recent version of Empathy./bin/sh/bin/shbuild06 13592524170.6.0-2.1.10.6.0-2.1.1telepathy-loggerorg.freedesktop.Telepathy.Client.Logger.serviceorg.freedesktop.Telepathy.Logger.serviceorg.freedesktop.Telepathy.Logger.gschema.xmltelepathyclientsLogger.client/usr/lib//usr/share/dbus-1/services//usr/share/glib-2.0/schemas//usr/share//usr/share/telepathy//usr/share/telepathy/clients/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/5c16c32739027f1d48ddf4d260ceba5b-telepathy-loggercpiolzma5x86_64-suse-linuxASCII textELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x412229f23256753bfea103638c4655fc14851377, strippedXML document textdirectoryRRRRRR R R R R RRRREF{0*E%a?0] crv9vX3Z5qK P}nSm5G`*#@\_%Z,_Og HWǘC\רּLjCZT Ij[51ƝAw~u%vaiN)1r^c{CEًr+񁅦OCH`- @&r~dpa/=cl$۽ /[qD||2?BhG%Kdݼo/EϨ sB@^pq9o †~8Se' Q+Cc*6O6~Q)ĸBwPL;O'~EϦh3חvd #F&@^sb MQG4Il2r4L|ùf_R'j/`Y%Uօ.>t>gg\f"} htŷBm&!܆YdQS1MS ߒ7cMc)ガ1R`:){!BY5*v8R DLl#sF1A%bEkLAt 2UQ _n2'Ҳh\;z]G˕hs]?&,v^y`hbfw^dꪉpW)sV >SR#=7-~'!?Kj۶w>&x09ƍRDGIZs6&[^NdҤi%XU>y[r (0ibwRJOq99픟4/HjQM~ [bk\1::V,`RϋWˮob-dۘvgY$~$FQ4,`җn560fn|VI!M.q\Šy늱.s ʆ`S_X5\OW88! 뒥PX >AjL7ݝңBHзn/=5rP=d̨B9jC Ud̷ߏ{'pheIlvƭa2{35BxpVPg&wp$ ڒ>16P~PV T?& o&Xƛ7$ɐ=~O`tBDsX2{ZPaq JvGjrUY^LS6hQu1#K )&C%hx#V/A4\7䓱-g hc.[/XQ { J=OGBMD#.SˣC.LL:Q9g*2(V/[QvzMx<Y]l3>|ҵzWpTCz0tO%]=}NCjl%ʿhQG;KemjqM-Q:RbiI0T| 鴚ʦ!xoͯ([ߦs!z oUH1ْ`޶wH0n{iY:m"l&}duL9#;w裗%/=ׯܙ65z "Ʈu{ru5WRzҽ{=' fE6&WE#;8G ;{u>| 5"[jf;GJt CގqJ@VcI0nȕ6:z&{Ԅ+3_;{9Wz]:jI,sSoG>@؉A<$~M S+)(ߟ%|{^Mvq\?hizgpaNe'(TfYIy]wܰRFi {1I^: PB2ΣUW&Ia6<Gѥj"ڐѓlF@[Ey5}/i [֖y^i"NT>u|F ,loGRP Hd xss85g З@n@2-"\$L 'A%<@pO 6o~l@xt]ˢ UX1fKH`LS o<í]Ce QQieD'DL$ay $ݥ_gss>:5AFr,ݠ ;I;K<Nat"W7e8ܳF\GYsI,_dwUH38FQ7]jk2FB[DBkSV[[ʓnW?]xA0݉p &HyXԻA.JT;%9 |{•<VTOθhMbUѐ"}*fErhݤY 2N :kzoMi]yqGT@JOr4L<4pGaU)Ɨ;--""6Qvq7