dbus-1-glib-devel-32bit-0.100.2-6.3>t  DH`pYG츋/=„ov!9 l%pLzZi<'DQ' %FE p{V˽0Viΐ<G2;mwF=p,o`Nl!(* vɘeu@Zn`1,ZB.Lx5YP_ 6+ִl MwI>n!J%Z"m\bC"twje45n炝eb6b05c479edf8758e1101251d07770d980c816f+hYG츋/=„:њ^| ZEQj!ZpEHAb37W3֛Vջ\A_<%}br+op Uz c)".Ҳ1٫5)z];Lu}ũBLĀҗ\Ԭ*Y rz695Y̫jxž.'8/uCP~79 kC74rcO} kY@C;* Qfx9J0oh|? I67  >7'x?'hd" & P 5RX`d f h l m g(89:ZG%H%I%X%Y&\&]&^&.b&8c&d'8e'=f'Bl'Du'Xv'\w'`x'dCdbus-1-glib-devel-32bit0.100.26.3Developer package for D-Bus/GLib bindingsD-Bus add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop.YGlamb65openSUSE Leap 42.3openSUSEAFL-2.1 or GPL-2.0+http://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://dbus.freedesktop.org/linuxx86_64YGlibdbus-glib-1.so.2.2.2rootrootdbus-1-glib-0.100.2-6.3.src.rpmdbus-1-glib-devel-32bitdbus-1-glib-devel-32bit(x86-32)   dbus-1-glib-develrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.100.23.0.4-14.0-14.4.6-14.11.2QP<@Q#i@PS@O@O@ON@N@Nu@N(MAME@Lډ@LvW@Le3L(KP@KrK&(JJd\@zaitor@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgthoenig@suse.dethoenig@suse.decfarrell@suse.comvuntz@opensuse.orguli@suse.comjengelh@medozas.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orglnussel@suse.dejengelh@medozas.devuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgaj@suse.de- Update to version 0.100.2: + Respin tarball.- Update to version 0.100.1: + dbus-gproxy: Verify sender of NameOwnerChanged signals to be o.f.DBus (CVE-2013-0292, bnc#804392). + Some cleanups. + Other bugs fixed: fdo#23633, fdo#40711, fdo#55729, fdo#55730.- Update to version 0.100: + Enhancements: - Support building on Android with androgenizer (fdo#42532) - Respect NOCONFIGURE=1 in autogen.sh + Fixes: - Fix several GVariant reference leaks in dbus_g_value_parse_variant (fdo#41125) - Don't crash if an error code is out of range for its domain or has a negative code (fdo#40151) - Fix compilation with -Werror=format-security - Don't crash if dbus_g_proxy_new_for_peer() is used to talk to the dbus-daemon (fdo#41126)- Further dependency changes: Let dbus-1-glib-devel require dbus-1-devel (implicitly pulls dbus-1).- Fix and loosen dependency towards dbus-1. Reported by Andreas Jaeger .- license update: AFL-2.1 or GPL-2.0+ License is a dual license choice of either Academic Free License 2.1 or GNU GPL 2+. This is the SPDX format for that license- Update to version 0.98: + Fix the documentation, a lot. We have nearly 100% coverage now. (fdo#37793) + In specialized collection iterators, check that the type is correct; g_critical and return harmlessly, rather than crashing, if not + If library users register specialized GTypes, warn if their vtables have missing callbacks which would cause accessors to crash + Fix production of documentation out-of-tree with newer gtk-doc + Simplify invoke_object_method() and OOM handling in dbus-gobject (fdo#35767) - Changes from version 0.96: + Fix a regression in marshalling GObject instances as object paths, which broke NetworkManager (fdo#37852, deb#628890) + Fix crashes when sending a message when disconnected from D-Bus but still working through our backlog of incoming messages, similar to fdo#12675 (fdo#38406) + Cope more gracefully, with a critical warning instead of a memory leak, if programmer error causes G_VALUE_COLLECT to fail (fdo#38406, nokia#86280, nokia#180486) + Avoid an assertion failure when unregistering a proxy if GetNameOwner failed (fdo#38408, nokia#116862) + Don't report various programmer errors as "out of memory"; raise suitable critical warnings instead, and don't leak memory (fdo#35767, fdo#35766) + If a remote process sends a wrong method call on the Properties interface, send back an error reply, instead of warning on stderr and not replying (fdo#35766) + Show a warning if dbus_g_method_return fails to marshal something (fdo#29884, nokia#180486) + Remove remnants of i18n (fdo#36428) + Remove dead code (nokia#180486) - Drop dbus-1-glib-fix-marshalling-regression.patch: fixed upstream.- cross-build fix: use host's dbus-binding-tool- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Add dbus-1-glib-devel to baselibs- Add dbus-1-glib-fix-marshalling-regression.patch: this fixes a regression causing issues in NetworkManager; taken from git.- Update to version 0.94: + Check validity of more arguments, don't report "out of memory" or "should not have been reached" if an invalid string or boolean is given, and abandon broken containers more gracefully (fdo#30171) + Allow underscores in error names (fdo#30274) + If an object is on more than one connection, emit signals on all of them; if it's unregistered, only unregister it from the requested connection (fdo#32087) + Fix ability to switch a DBusConnection from one GMainContext to another (fdo#35115) + Forbid a ReturnVal annotation after the first OUT , which had never worked correctly anyway (fdo#35952) + Remove false claim that we use Introspect() at runtime, and document more error cases (fdo#36216) + Remove unused support for translated messages (fdo#36428) + Don't corrupt internal data if a GObject is registered twice on the same (connection, path) tuple, and fix out-of-bounds reading (fdo#36793) + Fix multiple signal emissions if an object is removed from all of its locations then re-exported, and a memory leak if an exported object is disposed (fdo#36811) + Log the error message if object registration fails (fdo#37795) + Several small fixes. + Remove Doxygen support (as gtk-doc is used) (fdo#10890) + Build fixes. + Bugs fixed: fdo#22667, fdo#22854, fdo#23616, fdo#26952, fdo#27193, fdo#27598, fdo#29884, fdo#32351, fdo#33145, fdo#33646, fdo#34282, fdo#37060, fdo#37062, fdo#37789, fdo#37790, fdo#37812.- Update to version 0.92: + Require glib 2.26: this dependency bump was missed in 0.90.- Update to version 0.90: + Add DBusGObjectPath, DBusGSignature typedefs + Give specialized GArrays iteration/appending support + fdo#30428: add dbus_g_value_parse_g_variant + Fix switching a connection's GMainContext + Various small fixes- Update to version 0.88: + Allow duplicate object path registrations for different connections + Don't use the identifier "interface" in public headers + Don't pass malformed error interface to dbus (rh#581794) + Fix a crash in dbus_pending_call_cancel() (fdo#14579) + Fix lookup of regular properties when shadow properties are used + fdo#28715: Add dbus_g_value_build_g_variant() + Support DBUS_TYPE_G_SIGNATURE + Respect property access flags for writing, allow disabling for reads + Documentation improvements + Build fixes, especially for windows - Drop bug-628607-access-flags-CVE-2010-1172.diff: fixed upstream.- honor access properties from xml file (CVE-2010-1172, bnc#628607)- use %_smp_mflags- Update to version 0.86: + core: allow duplicate property names on GInterfaces + core: performance optimization for object info lookup + Fix hyphenated error codes correctly + Free errors returned by method implementations + Trivial compiler warning fixes + Use AM_SILENT_RULES if available + Turn the gtk-doc documentation into buildable shape- Update to version 0.84: + Support duplicate object registrations + Only re-set registration list if it's non-empty + Copy object registration list when unregistering. + fdo#19623 - Add dbus_g_bus_get_private + fdo#25119 - Don't leak DBusGMethodInvocation for no-reply calls + Import dbus-bus-introspect.xml upstream + dbus-gvalue: set an error when demarshal_basic doesn't recognize type + Man page fixes.- add baselibs.conf as a source - package documentation as noarch- Update to version 0.82: + Fix format-security warning + Use -fno-strict-aliasing by default + fdo#14183 - Listen to NameOwnerChanged using arg0 matching + Use g_strdup instead of strdup in dbus_g_method_get_sender + fdo#13908: make dbus_g_type_specialized_init() safe for library users to call + fdo#16776: teach dbus_g_method_return_error about DBUS_GERROR + fdo#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory in the hash table if the name was the owner's first + dbus_g_type_specialized_init: make some effort at being thread-safe + add --with-dbus-binding-tool configure option to use an external dbus-binding-tool + fdo#5688: don't assert when exported object is destroyed * after* D-Bus connection closes + fdo#21219: implement unregistration of objects + dbus-gobject: save the ObjectRegistration on each object, not just the path + fdo#20879 - Use --skip-source argument for glib-genmarshal + fdo#19927 - Use const for GError * param we're not modifying + fdo#13908: silently initialize specialized types whenever required + fdo#21362 - Remove use of deprecated symbols + fdo#21753 - Correctly initialize GValues in dbus-binding-tool generated code + fdo#22244 - Only include , not individual headers + fdo#20343 - Add a man page for dbus-binding-tool + fdo#18294 - Be defensive about a possibly NULL property string + Various build fixes. - Remove AutoReqProv: it's default now. - Remove -fno-strict-aliasing from our custom CFLAGS since it's by default now. - Drop dbus-1-glib-selinux.patch: unneeded now. - Drop marshall-skip-source.patch: fixed upstream. - Use libexecdir whenever possible. - Remove Requires from doc package since it's purely html files.- Do not add source file name as comment for glib-genmarshall Aufruf. This creates otherwise files with temporary filenames that make comparison of builds impossible (marshall-skip-source.patch)0.100.2-6.30.100.2-6.3libdbus-glib-1.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/80f9fb252d42622bcbb88d3c2aed9cd7-dbus-1-glibcpiolzma5x86_64-suse-linux?] cr$x#̢o] (tl|y}iϏ遶'Yu&uu<}dy0@>#iDS