dbus-1-glib-bash-completion-0.112-150600.3.2.1;>+*fpp9|&EAN9i}7픙CA2z=a{SLLGP] UA-h}gvD!?!d$ 1 a  $=^z     o tP 48D(J8T 9| :D F}GHIXY\]^4b|c%defluvw x y z!!!!;!<!@!F!Cdbus-1-glib-bash-completion0.112150600.3.2.1Bash-completion package for D-Bus/GLib bindingsD-Bus add-on tool to integrate the standard D-Bus library with the GLib thread abstraction and main loop. This package contains bash-completion support for dbus-1-glib.fpibs-power9-11 SUSE Linux Enterprise 15SUSE LLC AFL-2.1 OR GPL-2.0-or-laterhttps://www.suse.com/Unspecifiedhttps://dbus.freedesktop.org/linuxppc64lep1A큤fpfpfp463e2eff1833ab22334bd7461b6ddf3368a391c4ecf51df570ed6d9b093c536d43c75dcf8cadb433bde6d6c5b66968fa97cfe590352ad8d40146fd652767a81frootrootrootrootrootrootdbus-1-glib-0.112-150600.3.2.1.src.rpmdbus-1-glib-bash-completiondbus-1-glib-bash-completion(ppc-64)dbus-1-glib:/etc/bash_completion.d/dbus-bash-completion.sh@@@@@@@@@@    dbus-1-glib-toollibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.34)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libdbus-glib-1.so.2()(64bit)libexpat.so.1()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1dbus-1-glib0.1124.14.3cb[a@aca)@_X@Y:XW%Ui@S@dimstar@opensuse.orgdimstar@opensuse.orgbjorn.lie@gmail.combjorn.lie@gmail.comelimat@opensuse.orgmeissner@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.org- Try to guard against incomplete update stacks (boo#1202241): + Add split-provides to libdbus-1-glib and bash-completion sub-package. + Add explicit conflict to bash-completion subpackage against dbus-1-glib < 0.112 (when the package split happened) + Ensure dbus-1-glib-tool gets the correct library version installed.- Add relevant dbus-1-glib- provides/obsoletes also in baselibs.conf (boo#1193502).- Add signature and keyring as sources, verify tarball with gpg.- Update to version 0.112: + Dependencies: - dbus 1.8 was already required, but is more strongly required now: the workarounds that were used to run continuous integration with dbus 1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8 has already reached end-of-life for security support, and newer dbus stable branches are strongly recommended.) - pkg-config 0.28 is required when building from git. + Enhancements: - Rewrite CONTRIBUTING.md document, based on Wayland's equivalent. - A generated ChangeLog file, which made up a significant proportion of the size of source tarball releases, is no longer included. - Improve man page. - Add test coverage for fdo#80557 - Use more modern GLib assertions in unit tests. - Improve continuous integration to be run by GitLab in addition to Travis-CI. - Add clearer license information using SPDX-License-Identifier. + Fixes: - Allow glib-genmarshal to be overridden with `./configure GLIB_GENMARSHAL=/path/to/glib-genmarshal`, for cross-compilation. - Avoid a double-free in dbus-binding-tool for certain inputs, possibly involving nested introspection data structures. - Report a better error for excessive recursion depth or unsupported data types. - Map the 15 most-recently-added DBusGError members to their corresponding D-Bus error names. - Mark all documented symbols as deprecated. - Fix unit test failures during distcheck by enabling assertions. - Fix a core dump during installed-tests by not attempting to close a shared DBusConnection. - Package COPYING as license, CONTRIBUTING.md and NEWS as docs. - Add explicit pkgconfig BuildRequires. - Replace dbus-1-devel and glib2-devel with pkgconfig variants that configure checks for: pkgconfig(dbus-1), pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and pkgconfig(gio-2.0) BuildRequires. - Drop hard Requires and BuildRequires that are not needed as they are added automatically. - Split out bash-completion sub-package. - Split out shared library into own sub-package, and Require it from the devel package, and add to the baselibs.conf. Following the SLPP standard. Add Provides and Obsoletes for the no longer existing main package. - Use ldconfig_scriptlets for post(un) handling. - Add soname define, ease future updates.- Update to version 0.110: Dependencies: + GLib 2.40 is required Enhancements: + The GLib main-loop glue, "dbus-gmain", is now available as a separate subproject (the dbus-gmain branch in dbus-glib's git repository) for embedding in larger projects like dbus-glib and dbus-python via the `git subtree` or `git submodule` commands. This removes dbus-python's dependency on the rest of dbus-glib. Fixes: + autogen.sh can now detect gtk-doc >= 1.26. + More files have per-file copyright information. - Run spec-cleaner- remove CFLAGS setting, -fstack-protector is default and -fPIC will be auto-selected.- Split out dbus-binding-tool in own sub-package.- Update to version 0.108: + Use dbus-run-session instead of dbus-launch for tests. - Changes from version 0.106: + Stop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and wasn't meant to be API anyway. Instead, rely on "static inline" doing the right thing. On pre-C99 compilers, this relies on defining inline to __inline, __inline__ or the empty string if the compiler requires it, which it has done since 2000. (fdo#93513). + Stop calling g_mem_profile() in the tests, which no longer does anything and caused the tests to fail by issuing a warning. + Slightly modernize build system, and remove a weird cross-directory dependency which was breaking distcheck. + Stop distributing generated marshallers in the tarball. - Run spec-clean, modernize spec-file macros and also drop a no longer conditional dbus-1-glib-64bit Obsoletes.- Update to version 0.104: + Deprecations: Document the entire library as deprecated. + Dependencies: - libdbus 1.8 is required. - GLib 2.32 is required. + Enhancements: - The libdbus 1.8 dependency means we can now document that dbus_g_thread_init() is idempotent and thread-safe (fdo#54770). - Use g_cclosure_marshal_generic for all marshalling (fdo#64214). + Fixes: - Allow timeouts to be migrated from one main context to another without an assertion failure (fdo#30574). - Don't trip a libdbus fatal warning if a Unix fd or other unsupported type is encountered in a message (fdo#80557). - Make the tests pass with newer GLib by not removing removed sources (fdo#83530). - Fix some typos in the documentation (fdo#45686). - Make the Autotools setup less awful (fdo#58698).- Update to version 0.102: + Enhancements: - Add dbus_g_method_invocation_get_connection (fdo#55729). - Add dbus_g_connection_open_private (fdo#55730). - Better regression tests (fdo#23633, fdo#40711, fdo#41129, fdo#51511, fdo#68603). - Get rid of more dead code (fdo#40711). - dbus-binding-tool: check validity of names (fdo#7909). + Bugs fixed: - dbus_g_value_build_g_variant: treat GValues containing (G_TYPE_STRING, NULL) or (G_TYPE_STRV, NULL) as empty string or empty array instead of asserting (fdo#71811). - Upload documentation correctly. - Fix under-linking (fdo#68601). - Remove the exacutable bit from dbus-bash-completion.sh.ibs-power9-11 17212008640.112-150600.3.2.10.112-150600.3.2.1dbus-1-glibdbus-bash-completion-helperdbus-bash-completion.sh/usr/lib//usr/lib/dbus-1-glib//usr/share/bash-completion/completions/-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.suse.de/SUSE:Maintenance:34807/SUSE_SLE-15-SP6_Update/7e9fce1600614549e885bdb5d2249297-dbus-1-glib.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linuxdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=649f52a6d844872938dd0482cf47ea97d7d44ae7, for GNU/Linux 3.10.0, strippedASCII text RRRRRRRR R RJM*I%\~vX(dbus-1-glib-tool and bash-completion)utf-82ad07deff1966a65db30f8f4a6b3bb50585ff443f704522c39a23ad3398939fa?7zXZ !t/U]"k%*}zh]KnQ^Z8UDd;FŰωxHuݬNΈ.IS1{]PE2v51`\Nv@%z5U$هШHث' Q:~1KJlĐn`ގs8/f[@ جT}vmux$$keW GY:n ۲IyOYX$fO _;!ex R,ZC\`rћWϸc&8AfM6 y}6l%ꑻ I YϽ5֣ۘ.bRn:ƣihbЋ_!R)VF%=6IvOE'/V"1:1(b,7J2w3Uc&Zs#3"b!p=a55y ^ ӣm &>w(8}DfJN %16<,x}sa"Y'ur.q{jQ^%:.J6ݎRx UӟԖnxoQfxTs`mtu~T弟Uܐ[q I}P^nJpZЪ*sɖtlq&D,W. ҳ)άj9"S0􉥱Mށc1[3.yhC)a{=y*Fc:P(j~MVzi#@DͪV`IT):V,b >XJ2V] plݵu)#Կ5M880~ (ÄzD˃L*[%\JҴ;Z *j ˔┛qKxNuXBqM:Udʅ&w抲SȮCt0  sblǯHγVN-L 䤩iu 1 붐 j %Fqy YZ