libmission-control-plugins0-5.16.3-bp153.2.2.1<>,.ȉa(߁!M@eee[>\V娸Tz( bnU Uub+mS #Ν^7FVF8(d5*DmA^8GV_u9݁ᒣZm2sy% "ГJ}0+f7uK ?5>en{&; ϒQb&az4DNc#!BAg1eClaf#YԂ?}?)i"5^&(؇F>C$?$d% 1 p"0 Ii     0<KZ\("8, 9T : > @ F +G @H LI XX \Y h\ ] ^ b!c!d"he"mf"pl"ru"v"w#(x#4y#@z#######$Clibmission-control-plugins05.16.3bp153.2.2.1Telepathy Mission Control instant messaging connection managerMission Control, or MC, is a Telepathy component providing a way for "end-user" applications to abstract some of the details of connection managers, to provide a simple way to manipulate a bunch of connection managers at once, to remove the need to have in each program the account definitions and credentials, to manage channel handling/request and to manage presence statuses.a(߁cloud123SUSE Linux Enterprise 15openSUSELGPL-2.1-onlyhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://mission-control.sourceforge.net/linuxx86_64#Aa(~a(a(a33602574e504fe8d6bfb7d9c4021e3a0b16cede32df9e4c56441af539279efflibmission-control-plugins.so.0.5.1rootrootrootrootrootroottelepathy-mission-control-5.16.3-bp153.2.2.1.src.rpmlibmission-control-plugins.so.0()(64bit)libmission-control-plugins0libmission-control-plugins0(x86-64)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdbus-glib-1.so.2()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-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.13)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.15.5)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.0)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.26)(64bit)libtelepathy-glib.so.0(TELEPATHY_GLIB_0.7.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z>ZS%@S=M@SnRRRL R<8QIPbjorn.lie@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgmgorse@suse.comzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.org- Drop upstream deprecated pkgconfig(libnm-glib) BuildRequires.- Modernize spec-file by calling spec-cleaner- Update to version 5.16.3: + Fixes: mcd-connection: use tp_asv_new() properly (fdo#81751). - Changes from version 5.16.2: + Fixes: - Don't crash in 'mc-tool auto-presence' subcommand (fdo#74187). - Fix parallel build. - Use G_STRFUNC in mission-control-plugins's DEBUG macro. - Fix a crash when GOA is restarted (fdo#79827). - Drop 0001-mc-tool-fix-setting-automatic-presence.patch: Fixed upstream.- Add 0001-mc-tool-fix-setting-automatic-presence.patch: fix crash setting auto-presence (fdo#74187).- Update to version 5.16.1: + Release logind sleep/shutdown inhibitor correctly, fixing slow sleep/shutdown (fdo#73599). + Avoid assertion failure for offline accounts that support power saving (fdo#72652). + Fix a crash if unable to create XDG_DATA_HOME/telepathy/mission-control (fdo#72138).- Drop pkgconfig(upower-glib) BuildRequires: the required API are no longer available in UPower 1.0 and the corresponding functionality is already used from logind.- Update to version 5.16.0: + If a connection manager that stores avatars on the server is slow to discover whether we have a server-stored avatar, don't overwrite it with an outdated local avatar or lack-of-avatar. This was a regression in 5.15.0 (fdo#69885).- Update to version 5.15.1: + There is no longer a special configuration option for ConnMan connectivity monitoring. + On systems with NetworkManager, basic connectivity monitoring support no longer requires libnm-glib, although compiling with libnm-glib might still mean that disconnection can be detected more quickly. + gnome-keyring support has been removed. + Enhancements: - Use GIO's GNetworkMonitor plugins to monitor connectivity (fdo#56635). - Remove gnome-keyring integration in favour of recommending ServerAuthentication Handlers, which have better UI and don't expose passwords on D-Bus (fdo#32578). - Internal cleanup related to the connectivity code (fdo#68712). + Fixes: - Don't emit critical warnings if more than one emergency "service point" is provided, and don't leak memory if any are provided (fdo#55773). - Advertise Service and Hidden as properties that can be given when creating an account (fdo#33127). - Fix a likely crash when upgrading the storage format of accounts, a regression in 5.15.0 (fdo#69542). - Fix a crash when an account is disconnected while inspecting the self-contact, a regression in 5.15.0 (fdo#69542). - Make the regression tests pass with the parallel test harness used by default in Automake 1.13+ (fdo#69542). - Drop libgnome-keyring-devel BuildRequires: no longer required. - No longer pass --enable-gnome-keyring to configure, following upstreams feature drop.- Update to version 5.15.0: + Running this version of Mission Control for the first time will automatically migrate some account data to a new format. If you subsequently downgrade to an older version, it will no longer understand all account data. + Requirements: - GLib 2.32 is now required. - The regression tests now require Python 2.6. + Deprecations: - McpAccountStorage::altered, which appears to have never worked, is now deprecated (fdo#28288). Emit ::altered-one instead. - mcp_account_storage_iface_set_priority() etc. are now deprecated. Use, for instance, "iface->priority = prio" instead. + Enhancements: - Account storage plugins (McpAccountStorageIface) may, and should, implement the new set_attribute(), set_parameter() and owns() methods. These methods allow the plugin to know the type of each attribute or parameter, which is presented as a GVariant. (fdo#54872). - `mc-tool get AutomaticPresence` now works (fdo#54780). - When running under GNOME 3 or Unity, MC will attempt to enable connections' power-saving features while the session is idle; this is currently effective for Google Talk XMPP connections (fdo#62530). + Fixes: - Update to the current ConnMan D-Bus API (fdo#56600). - If a stored parameter has a value inappropriate for its type (e.g. require-tls=2 where the connection manager expects require-tls to be boolean), invalidate the account, rather than treating the value as 0, "", [] etc. (fdo#54870). - Handle Connection errors better, and in particular, don't try to reconnect on SoftwareUpgradeRequired or ConnectionRefused (fdo#37844). - Handle errors from RequestConnection correctly, rather than as NetworkError (fdo#39334). - If the stored nickname for an account is the same as the normalized name (identifier), don't set it on connect, in case a better nickname is stored on the server (fdo#39381). - Emit Properties.PropertiesChanged for URISchemes, as per the upcoming telepathy-spec 0.27.1 (fdo#40393). - McpAccountStorage::altered-one now works as intended (fdo#54780). + Internal changes: - Refactor avatar and alias handling (fdo#55668). - Refactor account storage (fdo#54870, fdo#54872). - Improve regression test coverage for account storage (fdo#54873). - Start to remove uses of functions deprecated in telepathy-glib 0.20 (fdo#55391). - Changes from version 5.14.1: + Fixes: - Only ignore passwords stored in our old gnome-keyring location if Empathy has actually copied them to its new location, fixing use of a gnome-keyring-enabled MC version with no Empathy or other SASLAuthentication handler (e.g. under Sugar). (fdo#59468). - Build successfully with Automake 1.13 (fdo#59605). - Isolate regression tests better (fdo#63119). - Respect NOCONFIGURE in autogen.sh (fdo#57165). - Drop tmc-mailto-is-the-proper-URI-scheme.patch and tmc-fire-PropertiesChanged-on-URISchemes-change.patch, fixed upstream.- Added tmc-fire-PropertiesChanged-on-URISchemes-change.patch and tmc-mailto-is-the-proper-URI-scheme.patch needed to ensure visual feedback on sip accounts changes (fdo#40393)./sbin/ldconfig/sbin/ldconfigcloud123 16300686095.16.3-bp153.2.2.15.16.3-bp153.2.2.1libmission-control-plugins.so.0libmission-control-plugins.so.0.5.1mission-control-plugins.0/usr/lib64/-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:Maintenance:16873/openSUSE_Backports_SLE-15-SP3_Update/cb1804ea3af1c48743b74740aa199a60-telepathy-mission-control.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bcea4f25a7ff19cc14bfade55a31775f2eef0128, strippeddirectoryPRRRR RRR R RRRR RR RsDxtOtelepathy-mission-control5.16.3utf-8fb00c7b809447de43c6ea2de3ed6b6610f295d92b076419610bed9c2fe122ed3?7zXZ !t/]"k%v -ꮹɜ$E TἜ'&l$㡐Hà=&Nbբ4lz`B88kaպ;Vlj2Ju5yg6@&cIJ;و@c >`x4ut J[KK<ۇ!6\'~ t,1 ޓM^=${n=id:(6YR(\)٠hhL45ArJJ1"3Rt{SBbୡ9I?A|j2X\+HdsΙʗf0BPURg(Q\V%P§π(ظKE-ԴSdΘb}̂"^Vzi.j},*vHNWg bOQ^_c6>[g n}\3+[sۮ㯞nek?6 RƐtgMkv/\wo ߒ)|͇ϟ869j]8Sqۇ.O/k<8bNiLRb#r>H~8L s)A[ط@0//~GbP(N-ԏ"L7N`Jk/M%,B~1K?|`ך@0-Xh @4x阿K)vMGQ<1]{/)KMf2w%YԪi*|&Hj#rANR[+|>*ރm7$1Eư,Xzn)9艤/ۮ"}55ZOw#!X՝ov-ps=n1i yD/*i  57;C}JcZm`xNѕOםeh8E[=+DzJծhe{m;g*Y:b@>|hP