PackageKit-1.2.4-150400.3.13.1<>,tep9|Q~7{{x)䉚 ^ s9+#;]. O1{v2*TN)~l#%472QHFn_J-esGls QǠCԛ!0/~ N%ᆀ|;'ԋ(v{\-Ȗ℟)-947.ӒRi+b}诐zFVN˘ s3dṠ1WR7BLPMbNsUԘ$ N& $D*0 R7>O?Ըd  ! Rpt $*2%% % <% %  u%  %!8%!%""%#h#$&(&8'r9(r:1r=r>z?Â@ÊBÒFG%HĄ%I%X@YLZx[ň\Š%]4%^ȥbʔc=deflu%vtw%xҰ%yD6z,08<@`dlrԴCPackageKit1.2.4150400.3.13.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.eh02-armsrv3SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3  h  X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AeeeeeeeeeeeeeeeeeaMeeaMaMeeaMaMaMaMaMeaMeeeeee339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d9f358537796cfd785afd8eef9130d808dda9c0f120830e4611f6591138fbed864929aeced6963915e4135406648cec8dcb622753ae96bcb399338fd842d4614f7860e1dd57158f7fdaf606bc728c6d64ba150ac4253112a3a9f92080500ab1c15c655dd70e00529d5f7d4523f4f2ef6e4077300f588359f5e321da6fd0d9e8809debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a53c6dbd1b58d49af54bdaa62d65e2d61c64bcc790eaa337d3736eb8dd08f2b6dc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(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)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh02-armsrv3 1709218309  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-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:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b1e6a1d92c25cc3aca63f49adbd664396a141141, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=41fd3351b0609f2b1f1c55f0785e709ef5657ed7, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=d663b4d5654673425790d9d00a4aa25922771e66, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=029ef286d1407ef92e6bd9831d80fea463bdecc4, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c877b363245764c4256029451b83ca6da8dee3aa, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.13.1.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRV< [(systemdPackageKit-backend-zyppsystemdutf-858b2558cb64a48a7d4a4041cabd893ff63d68b417fbaedb6bec4a8933ecde5ac?7zXZ !t/?T]"k%R MscbY8_wgCnڊrk|:1㣮v1VuMX'>Ne*G*!K!掜 @j0xϸ5zaFW~Pyyf>ɽAbxuHAcx2zncACU Q\@CY:WSw]^rKnPf W7$tFBF"ܑn9HӸ-QG/}P|lC x@_㮹w1R~v;G: |A{[!IzF!â3 ӥ*y8<%yk(?"%wW}:̋;400īb#Y]Uz#BD,l!oү:ˌ.x<\鍐83!paJꮦ6[Ŋ<>Q:9)RqzW -Qw,j._#x"liȔHrF v72F-gs [4|˂sHO8>rY8dKW+jZys.!I-f NpNj^ 4۪; CûvhQٸ(to #+Wh\SI/x g3sK{󪹉ABB%1͠7'x+@A qa;ug_#qT89Kse@}XD qՒ]>|<a9˜$Z)lҬYB]޽p'BJF).+6 geBs쟶4]yM?F<9NELB_vAܼw PUS{]2EC|.@I(TתIUs)Y:0 CX;mZ ϗ0?VO!uR9MnE*Ǽ=ej0tG]bXk-zIʸ4 {͖g#"eCMUO.11z6[Z+`D%2ÝKyOXG]D0Ilќm>VP܈=ީkيH,lipd' y;~R=܂P_9`#2u%{yv P˨3)*j{cCPd;F^II03āE ![G!z[ ,CӮ ~yŽ xrՊ|1e *ȒPe-y3˩[oF<@-k%8IY':?;|!sl1>?'GߣvMyENFWh+ASDd4VYF{% jhCη j C<))8_N*~T!=>{:z"ۥ$2sio2DUaMQ|n??]aL*Й6_G&(a;o}G7# x MgS.5,ZG GC}Vj2iykx;1Z Z܇n19wz=~%WKℶ G$u_6JDiXHa~' Lj 3@9 ܅E?adw?J6}ektUՒ^db[~TT|?}cѩG.MXF+VRAnT׮5#:3 {I"_w+_y:{vSf KSZbIJWGp( S;£ ߕަ!I?GaM4wrVqRj֞-)?v͕ZRC%\5 Qڐwk DGg9Φl1D L7;srgr±_qUqD!A\\] G!_/,Zh+<='[n) iɶv}Bkكi'ȱ|8 2*iwOӗdg|$2mXJgC ]VwJWHϜ?3fy \[(ReS-wIQ)E~5d2CLa0TG=E~.BKs!P;R5:U#^(wH>t6z' A/fl -h_[NUKp ᇝG#ěgugWo[en.xٯp47gjdn_b#IZ2n['apE9D3O#CѴFS{22r  bS+WxM]{u&)ԪeŪ/-+f;K+,6\#?",o`_s>pdVx};l`'7E%]_S]UXI黲+TR$<0.?U/;C QTO^I2Xf?utE$|{T .Қ'%Avp+2 J2 D\BMjԁik Ccg |C[ ɚ)*;e4Lu6+n` nyK zlѹMi=]K- x8MӋAg(Qj"˒DF¢ ŀr"'v5'v6sr6PE0ihS՜_䶁Λ!}WGڽ$=D¹''a/o@TW<-⶟Q;mFlu}xu(qE_5޶z )N܍i+>_\rĐk-TA6TM7]LF&t9 n1Pa蹡^NcOVT)ж'c7pu~yf,Ke梾/A`0Fy,F.M 91Ǟ<%uc11B){BȑzQ́GĞ%MfqE1s"'xcjVjn-\Or\yȟCc1j!\AiwL })K!_ˬ ;rrP<*N^o+TJFPҏh/zX`\|[L InDxF?=;յ$[6-TwZտ@ӿ)LDQu~4 MMn3SKQbM$~4MV m>Z+tKT݄s54|FX@1Ap٥=_31ՠ%fo֐oD^kP*3 G/%o5Z/Y|fhC^2k|*LD8%iC1NON_#pZbjD$X o=,'H7׼gV;!a/rDw6#* 5xSՏ?XAy|h| +b`z-VՊ)IVP)yDx O^,Uq`h!y &?3CxJ ͭd2·w`"uo)|/V%avP|UA416'T_@%cѝ (8"_>:GxT8 7{i$~GJ7Uh, ?TmÅBJ6^uhE2KT99*#9b^\eejīlxbɮhU6/˜*-Mupe2KO Ey qtG(~Ʌ,Qԍ½T ǂZt$3 >1EXP"ⵆ ĩ/rWoibnma$7kBׅĖ.GkNpU,~*2(4>?>sK`muɐi.Q2 `"t?j:\8YE+hؓ~h\& s740=NΝE#򒎁S^@ '~da3;sa W:<ıCzD]ܔ!L$~|:'1$n [D}^,!\G_G^zSWS*Ⱦ=D%%Ok$e(c_1+J|.zowڞ(ـRy%mre(/&ҿvABK)|kƥgxD_Km£V-vx9FjG :R !R6]-&}3KAё) ;B7Q2OxF37jRBMM:LjIC)NѮxL_)K02ӽU+ @.lz9Kύs#*gNXԐ>Yn mT __F`AUC-b*lQ{uTdYNn'dfނ&fךN5|P'w\K%>Վ{eKW9m1ZA6_\ =]6ėyVA@ ͂Sk5lBm?Wz{dS k#.W:!V..i|P[KWzwojr{IYڦfFN[$4E^:6+<!8쟉@xIt6e/!V4B{0\l_=V6 M|F. 3;M#}7ߋ!)&glf v1|S UT `]qFafjJ^7]tP-`qQ Fmi;:tި#+& )hu(  e$n33ۧXYúDnH=`>y1CB7maJSFޫtX,PxFt/i2ݐAIE<9M?"8#}35> t05u.HJ8)Y1/t>aUhNyGpILkItOo):W yRqo瞻'Tr1AY )6r &؍B3ΫFv8:1M+&t25= ڕL'F8%4..x7@n;=+VNg$sXM@J℀bJžiJBLěfn|f VYj;x.*ޡ@>I!--"ۑ]i>!iG˩A E8Yw;&\<nslUlG&uDxxWCl#EBvyO( m;qɔ ф {560H;+& Cty-7=-!~ѷk;fXpHsn4 1LRfq&WDZjOyI-'(GK&qk#3rEw&ھ\BMZf0,v.Sh[(K*,G 'l;:d$وU`hUYk/D2M횎 e;O4 #uM-ẕbQ' 22ijuO~<$**S`P \'˳\?i,d44CY̼ҁQI (VJRh4s0 TdN/\GaZhVPpKؼuhn(TTÄZUQn[J̻\_ Q>̽k 9xl>PkLxثVWk 8~"Qid Q54$ F;/ZmP;!괚aO&ןme[76 ;S;'dY_o[y/_)[U-~V"Q*i Zaސ2p.&'&qݻ S7Kz'wa3:25t ){3cم^̞b=;D71V*gZm{Խf֐a/`zP,,n.6pa9UYi }ro+9Ƨ9~DO~/3Da Qڄ!(ΓQϘ6zs*N#%M/-ݗϴM^#'gܰØ~7soCn刺 ]~?NS{aM-6:^W.xot/Njp 4M)~"*lQoOatNe@,vzH4m.92b/~Z&'f7 D:*!D}אff@G_6B:ސ!;LM2h2CZ9n]XXw0Pct>T$OXlNOsׅqhjL@;8;W7}Z3 zҟ >x@7Igߠm]#J"5z6l͆}=#׭0616- W k:HÐ|Lh Xa{ l5&| hf^;~ޢ-(Lvk a{iӾƳQJMY-!)0q;17toY;P H"ڈjS#1"[wx+3yMkh(ѸgPwne\<\i悔*7ޝ-%I.y5Ng$8ʉq _5:8^P@q(ȏ1|-,!ԯwZѭBb˩WԤMӍXkS.&lnX09ˊ81I;;߀y_*nS6':_6-ޏ58ɱ:8H\ԾhF={ t\td_(QY?%)Fخ-mr? 4KZ]Qyc r{>KTK;-]UU,\i U44RUHmbCGP3HCxu\4k _O=\wR4̽1UŘL~+61O!WKFb<4K]-'p^o*5a`RLQ^KIk`Ή^<2"I0ɉĀ],Q/TZQ>pWoL ]t3{,RՖkHB+>/"'yg/x*Cl^Y#3,A͖BJ c 0hv*5vAj0 ZVbȩy @ĎtD܎E[ߢkGwģok99Z"fZc̊M4u- rޛPsOB .X|rt]|XeUROqfDZ!t"eڐ; ޵ PcM̦Ls%dG.5&yy:s[%6WV22"2puOi»qݶ=6<ȻぴBGE t-W%r]$<-W% @ eU6YltH>`Hnw#Ɋ=W&`L@HT1QN$kW.UMXkgI EWQuubhUnZ=}icn3)ӣ7^22;8bz~wʂ ! w .@,[zC5u5k7|uک_4%D)'5=*ww,*"=CJ"qvk^–uRݫ^_ɭynwq£) PRIgĒ7|qCKd @Ezd=WmMֿ]|ZR2f_,U?)\p]x _y9UT04AI'GgR"͘ڲmcT9]NoqsyA{д#ԶĨʢ 2dxjz IP\Ý/y>n12:,N `%6" ω[Z=fx/_F>o3l,] wtmo,}D#,Vep(ͳNۛoOge+څʬ3TOY?.WyEXuCQe96]1>#W9<+WlMrNdX=dzxb<^_nml3 _;H L*Q{]ڄ9YǞ%# BIVj[nCc`֑H`_d%Co?mG<=MG F3k4i:/8:">O;ZR˙PC&bR 5FT0o%SJ7жR*wҮi nl1럶^/̎~Ou W\sU#IC}rӾNc]h)Hx3V=@ץVw8E7%YW7K7Mku숛-Dc`gNcկkE;Mcڝp7/CN50n4 uygLJIl>}b ̓0G6|Cf"nL@X ~/eмNmXʚ|Ȱ1@ʩb 4ť([ iO& ğme5wH,):CggzSGN~v5ka^-\a6Wyl3]fG T4}!q͈mٍq;8@]p7bBy8,k'SS|.Aƻ)Z% ,XRa![@OI)c?}X8o Y#]yeZ88nH* 84<RҾ7E ^(ևtCa@z(1Ъ&]%5DTu83d%#v0R; l#7DhF^e#6Ec|έ`=M&w[X"FUɫ ?4e9n2g.)S'r=,yK 1OEX)yaRS28pB+vyyVVC4R;~| 2@IO RP.M5U>goz |!q>nPsBR`eM]4ͱELsOqy[b΁҉NEFRI`UT\eZAL{xx> z^9{?F/ P+nqCXަ%4By l[kET9\91eO3bt4L]$a]ƳbqA-)q:ـ^&gDҏ;]ͪ WۣLF܏n}eXў-x  ybƫxoy",ƷJe ,3 SM LaHI }%lY jD3k, d-nY1eEN٣}^Y:8 Сӗ[fSGUJH/ޑr2 ) B陮+ymɪNN:U?:u>21p v(|`wd y6wa/M1 19ۓLJfx#3VAɃ?0nrv WsE^fvi|~:]|ٔ7ϾBo!^-4ӹď1[0{"uzZ=Oe9ⅹJl9E TJ̴H95b4"\/B|d314f rhՀ".wq 1ƶLdi@V0 wiDΣbx"6<z(hc0- ZT[l<Ńӗ}s4, Վ"GWd+5PeW1ƠB\.Zv0U Rwf`rMMSc{|s дn=x:Kq8r@u/a H^/>2HT}K ׸㔓vVaW`mR;YsMK5dk?z 0'/D?a<0#]Ca`PQduDmm~ ͽ%~amڴeI[V45.9M pMSE3jO% UK%9,ٖuITsB'7CAԊ`zUNMƢ$R6>ZzCNUGd$,:2yB WF' M6كO^2O_CRrMt;TcN84 v2&PpW %w`>J|lpf`hH0^xw%Ts,K*jJ9;^) CZjqwКZMˀ"-|$G ntR@jof&r~dC9.n7dpwٯDҲOhQT"^Cr70qe2X{JrݷӤ_R |F"nVP-%(icI*့MAt8/A^$9_2EnfsymaAfɅDUFu˞6) bI`!F/Д'O˥6nS \3\cTUW1 ,bƌP)|ɿg\7~nM vx3 H:4^5glX7`7(Qrx|_MT˥ڤm''Q_ց G,Wٝҟ*K~D،@e&-sɽ\Ѧ2NO~( 2y'j/1 4|Rt8ih2su]K@Ki1EtF'IРKZ6 ٚ)*8.u`bR߉z#o7S#+mR,Hn 1rd*~xY{g7.%O/g0+tDjϦ j׶R$&Tx2Z2)O0*x&FJKG5=o-&. if} hNK*7:.5%mf  //ltL9 ~7Ea|Nq8@G.oin{<2h ~rqه@Ze|H$ťj#Æ|=֌|]y'0ZH!B՟*hG*2".ьj%HDjeN*5D9 BR~YR2GC/C˖Uf68?ncםt?Z*U3`&$VhljXlAnrO4L}3+birq[*IcpIZ*_e ҋxIgzzȚhAKx0Q[`cqO]Mv^ )s ,W^'OW{@72e#/~B-;mszgY>de3hbHXZt} HGz'u@8WN>peCÚ` h,2D9askk'D^:G RD$}$kDR}"EBMzZ K!,nbtb5n _2,Ue ǻ0Z 1zǶ1Cl8C`[,lE S9bj8("޶됶oCGjp#,QH-'Hvlut$ Y?Hj[NoWfvĆt`22&P5TWZ&n,P ͦawnejeJ2-Xq:[^JnqPw|1%&"eQFú5{soB"*V?Fbҋ_6IyN3r6n2_ItugI9&Z$װf\ܡ hu1,L<o9c&kPF7 i"QkUo-"Xs$)p.cU'(ȩ4PΓs|Umݯ+AD߃ʢwk 9\`HuiUIV+nzD7bA)rgt& en-r7&b;O=s\r9i9c1f8 7!d? M\OxfCϟS3)i&9Lhr yyFԬ0tՓ*|rlq2|B MΡ0OT(UcRѯp )74}Sr4ZA4q"Y76noGN dupBЇzp S(x.]yѾP<C Q ^TjtW|vhՆ8"p:/$Ov$KUa'3,E {9g/0e ֹИpm0wϖ_qylZXM}Fq0[h.Ma o%||o y 40uH~);mY wG(ߌo\7[W }vb&x{v2pSY^4F"I6p"!.48!ZMJaPnzlԐ⑴2 K㈗  [I=90)# ?2TŊg6q[t?E;t6d -dv^g ĺ_Q?Ԉ&;o+KbHs(a'áɒߝnn+SS{3ݓ6\?)>7ْJS pUE|>pȖY$)NMڕ&:@eKhu:^h`OP_,"nm@3RY뚁й?LKZ,sqEU fC 6j8f$LͿ8!KQS/[#lj4l78%aH'u_7 # } .=ʥP["{!3LbouΔAE2jv 94Gm) $$V,ssr)TZ;S}-nxQ;| vE ČBW 4QK%~:1DjG^Bnl`hila!->jwOF94"X"*v0V#:]k"NϡC0T+:zކk;X} 4>n=fنɟis1xW?1i H̰ xf/"r 8ZժG\ȸھA4erkaWGqkT죩^)e{u sB*"k嬦8:x Pa)e%1[%tl}"!z:H:B*P:ؗaz *t>6>^4K#o%` M w4W~H\Np9ؓScz_ѱ<KS-s {hm(줅 `n*J`}^Qr6 0qLQ39!Gi-x&]xm$K tvrh' R/Yi+[a'6깼6hӚ@~ "1 KѩH) 0NUj_ 48qZ}dmgc+Sk&#jMٰD-lƭ|+f(YlB3- +.]<ٖ֍ovmUj[cͤ{% ]10+U8 P^/"?ϛH:$~}d-~S{3*&3a"BuyO7|&"S>*g !Zp Bb+Sq&`6kwWVU+iSPbHEEw̰O?-lX.}nԖ`}q Wn~:+=;'!TQpC e7cf#8,!2f6\N5K^uUUY ߣe?luҨדrb*1TX{[7olep\HmܞfB%ό)bJغ$~ UC؇+yfhڮ%3}:&|wی)$ FsNcF x>+*w)s,v<@(b~S=ʹu7}#Nƭ[^c++jK0xҬ\oSer~ (,~X/@ V|aKNjxU?VC?e+GCw;sTah*HeQL\6x=su)gl+[]1Z 6>qBȪ{ޅTҦ^ '=1ILmtÙĎ4h6d"Lxqhq,RlKu轒TnYrȡmo{GuIPʸwsH}Z/ 2gofʽRZ*:4@ț3aϖ{hCŖ6PŹ1qpu.pk=y b+>*ϙjh0^\y]/'- ju 5$q KYXMe=jjRj l/& AY /MWFXɩzO?xHܷ(ɹDG i wC j6 "as5Hpk:2v`5*/ZTlc<,찜 8m ̻o @@'}N刦qh8`Q=Z2{29y`Z(:^16o]o s@*tQK{Ig`eq>=7G_k/^i8ouLLP~J,95W Mڞԥy|8R/G7MM$@/r|R'Xl$@=^moo'2޷t[)}xzDї|/@HDŔ~tݧϚs乀 *d3]apArtg^7o.p\y 3D܌Tb֤P#~YaDzXfu {7/n[G9,h]&"6hjj. Nw!7h?qnȸi"3˫ (ٲm.}Mh'KErVDGb)+9>% qWɕELK.cy}~X0XV-C՞1h<<8bShJ'\G#2 <1Wfevs 9Twp1ay*]!|w@Lf/4rnRap˝ dWyGʨMUR4m{eRɳTʕD?e99N2WqcN)f.7}QXkV-Z j59Sށtmw}-WG%<Y>Fp٤a? /úb+?Ms9wƄP o*ė=:+gQ:V4XX,(ndH2aD{Ź-ٜ 4=)s̸mYBZ5e9oe8TSNLU# ~ZS=z IKȐfCM}0p\a]Lub$3SBGO̲?u蟚~JSAV*bLI,0' Q^$3h&X&X{x$rя^e[eq3 (D߮BdJo+"c۞<ڮǠ-R. vWΗ/igG"3]T ]\-N=p4Z\X <%ʕ+ݰS7Ub ~{9K!٢Y؛U6#W~¡Ve=5}'FC_kr)c֦\N\ YZ7$62ܺ0cdzS%WVgob%[^J$м^a4_G%O XM>Z^t[j@9v_3'qޖ"-D.3Ϗ: ?ۉvAš!DwqFvм} #}DWCǾօ׈34Y@:0~w+€'f4;ПlVfQh>DD|CH:W<Ƀdvz p))#}J*p.[3 >ON$Y-t;J*a1r%+ݛ8Ҥ}4Pϵ]2c?^4؟*!$ Nk" +_yC0g6*j zV ӤI@ڭD bJ\\VihmZbׂ#DJ57eiA]s~3Gl8O=oiGM1 ,LceFg2 ?('{~ewEݣo~71_n uT,fMa;TQ7=Fۖm|s(_s5 ӷq^awA+m!v5s`w))2wS՗g>~b$*ƹ?Eq5ݘڔ1hh0ۉU i`p>^QZԝK]_y)} G C<5oCj h9ZBZNV7>#},/r qn7ޅej}BP+0 YP)W݅O*qAh.5+xf `Xzp";KWn+XUK]7FQ{_1D՘<;6Z3Eek\ un,Z0N-=rMT !m" -s=y^5 q@.[FvȔ_}`U\En+pu|haJ(Uk}Az H";GuVDB׻3VHW ,6B2T%{vqWT‘f庅9g\!5MEHx-aS;1/ུ]E(V*"e0?X.E:8|ޝb9m Ps{={.sʶ޴wu#%uҸiNM]Ga9;xT9RvhKӬ5_O4^-[ՇO7H/#,LJl$C=JF䟩H⹛Fk@q|Hy[gPD~O((mqM#^(#޷U` 6p큨!PE9G2Xqp6Ra.bUA ԬP"bӯbv$ܝqNǠ=tރjI{ƾ`UV-5S:2?c%$o6[=HYԓN#{o5jp&SȠ~`X|nnf vԦA3Q\@{6] 0@N}b1D: tbS 5byYVHt9kf6TzsǃހYPy~?ciC'1lN},1k{ b)DJnU$STG+`H 1$ hiZ, 9ځsj-26*zh߉ 9"tct)No un"ofS"1>=s2rZZRCؿ(D7 ZъdiCPGD"s e^N<,p)uȚ٘pp&)D."s.zNڬ빰}Ua%)_(M]"wv0`tJN ĪKYU6 p>49}|['90NHr9ӫ4/suʮ mo)c3R{:n@*Zw9ڊգE=g<5?}G g"V#Q}U{g/Nn MuV|&]8z$1O @.ݧ3Jb }G孜` :_h7]C!_>5z^cDW^8+ʨ(S)ıGsh%ؗԑ(}+q}JԽʃ7ū*diB)S^A,(.AbM6!&,p)p/=XAvʼn*擖;n8PZ҇.͒u26CQjt TRfBDE2`R+k+ye%SfLrD@m۹U(dUf_߷bSA)n<"e8@95 CzL-¯ 0a:ow8:,49Ibm'y.ٜRLfN%œ=ZN-}|jƟz9pi\Vα8~x~\pi bNΗf=c;O6 4q0W itm)-|&/-sj V-l]Rt/j1ţ%J7Jom&}^?liiyݑ*x[*۾|sf Si/rNYb|`Bi0Gxd%Ҵ!1٥wXx]+i& k=Zjnedi$x GEifc;jܜus cjA5rP"^&ƥOp{175C)nfh%فUH\HJi Fcu(2q}w=`@ӗrnWqt2 Iwc€Jg ̊U5;6eSrh^bjE!< ^NeȒL=Mmx@y΢f=̭GSO7lԃrk/+(`p!a8Я2$C<5 UZt72s/T桪h Z9@(dI2bL@61:ߛ< LF&\ɧ{umZ{az+>TK7,j.aɗw)"|' {EMQl׺M?(*9~ cr7$ژBi|pZN@8N˶ҋDҠb952l۸soaɗ{=+ xH5Y%mN`: r5W1\z|i(`s;2cڦQOpz 7QdY&78j+e87Z$իsBw>]TC+MW-U𿎶Җ{F5)꣰-CƓDR 1K̴DѾg-˔Px򋽖Z}0R3uSV?V%om0v_4hJ To 3MJg+3KBs C/!l2@A鐻E*(&V@`P"w,,310*sSPTL{WV{p+DY ^xL{ijI7DAN}7N"] l*( i|^mjI6 \T^en'|KpK%$V6 ~& X*uw*fƙzS7ߤ0Dbj8LR(+DEWΩGZ>n <kC_SS&'֢2\pBa:r+5>dT,~E\6K̻5v DyYO17t۬ *#i*PhysE?@Q[};ٰx?Ocab -/6 _Tu ׅNUqdr~IY>I FDqgֶS=lފ$0/9^`Ѝxf֪c?\M=Q>nUdSkݳ*UX@`=u':x7Ti "=stN&c{u}zqRD( dѮhxr\m*cLHw4f| 8c9p_Lܴ@m𭯖IԎkMeBƵ[\#duH\~iDjcnቑuoJ4W 591̺]w4q dәޕs>iӑyDvNnl%VT598L@Q|,\Nǣ*JiU^5iL$'r[}4K0M]l0_+y@u Aw`n&Athnޑ69_yV0L^)w鏿ڪ&쒢5 PS{}jKLvZ]5VQB6BvLqS+$ƝB͚-AF++!r*]{[EAjBo6]ؼbMN`7@J yCHlhkkwe37<h}ݸtC\Ufpomf0sS(޸oBW,FC&=kcDH(M֮لLXD1&Q/3eu"LNd%HeW!X <~lg3vmŠl [;mNFϜJ]笮@Ue=::r2{X#Cy؝4|j1ܷշx퓯`9PqP?/z W%̢dk6̠oFAaB>;jrZAE"^1[C)hȖ>KtMbޗDD)kE 9CJH{$DzWl5pMet+]=qՖkpQ϶ Iw O3kRy9%e⥄'TyŮ@ 6n>Y|3>sū(kFA/!~&oD@_ ^}Udz(!d=/W}9^-/7G#@s RB%_\ wܭM^-XwFf_84. !RJtZJ I7s!1E(2>^O:eFqTZT&o0Q$QOsmW.j^cXe/HQ[PXz$rpmR/:m3`вmrynmJqf'S)OuȞ(\Hd#t̍-=dՕՄ9`NX$dsЧ6 ?\cyyW_Z~G} 6J4]OiO)3Lbӽ< ۖ2RU MhWE z\k;n $9^p%q R^[d [ ٯR2X6+۩pө*1lr8}7{[v_3Ǵ?Nb*[ Pvaν t XQ)A %"GvM6q8oB۰y;^vղBV:"S^ºI$IIෟؕ c_cclkayLNbtQҘ!:=]/A& lqJ3enr K{C>;jsrs 2[~tN8J/x{yk=Q5dw)rf}^*'dH\WThde3 [sٶJ3Dv% Z's\j_xB$=q3ݷF]#@/_fP͌(Prw9;nN8Ap+|M,xh`|%0dygfu_X- *CO@8[)tAZK6XSXo&vY+Ш!Ɲ(dmwMZ m[a vgqy6 S=^JSsq\yHsӊo]}bexql ߚ差Zo/e8ξ)E D$mS@yNUg8i8 ) 06*aX/S5ҰN#y>]; $/ ~{u_E WG>e }TLwE|)Wőوy,mSs$eM `uũs|Ϯs[>Cuј)/obkip'HUƋr}B&@3"4i=<\| CbfX$v'Ytԉ5T ]u v杕|#DJ|Z_h8e%ۙlb3a]䳠u~(J"˯,e(ZBY<-ѷ5۠{QSP ‘/B8/pLkO?r21*ýYx~尡Յ ( mx7gbñ9 6h#̤63;5O.GxD}2 *xe {a"a|U/'VV z| 3]hhkvZFo8r#3 BM_eDMu(^6ϋy';W] acx] !{lmGykgcz5ua޶*M9l+z4hpxoX=r@JЎ&rH=!RưӎS\+ԧhyrp>b5%C˼k-vJOXV* XM1T۸+(hY2Ux7&n~JHq?@-Ʃ2/v+pe;!~`UߕM$>NwaeϹ\ lBԬGBv'srzęx&OՕ[PPN"b&>gm# KY:Oə,D;q۫[{W2XV%+aMV,QLZUgpX@sw{\_Q+r2c70"'Yi?/VV oqnI9)l(g {i@7JI5RNԡ+19Dp(Sz Ⓓvr)qN˔Ґɶk?}wqT\:4~·`V^ikgpA%$-F2hSA7[.*S?OM|I͝v.c&-gz}mC8[G0J c#Hs{ӻOCjWP~VF=.me.fogܸؔZFQx!/ 3Cn2{K[o d9km8ߞxrε/po\m;7.]HjksiO0 ;XI< 3\T]źEVW /0ٟ3O(N!bK l y[e^N pk]$ ,uy^(oNs5uccUc&9.z?T|:呒-LG7Ѵw9w4X18OкC8#R4W!R*Q]xRW$t9TXm}0+CLYz( ۣ.ʠDa()&{= ~͜r})Gj3֛caw8Mi Lҍ'VT9s\ s:o-ʊ*fSq|EfP]7ct]5uY,hph̥B_NL RR~ |?F4D Ptk=F(bkG¼>ıSlF]y1͌x=ewi|c64-53ЮiE/dq}aбDut:?yk_DTIwҠ0ip5YՊbs:{otˢ'l|ț²%F,v}î-DXR򅀾a&55<$0wSD(Ec\2Fb5|1^*޹3¯ѵEj!(ẾIOك9f'H.kkJLdsԄ783(-4>^o)Os D/3#PL6E"n]=g%6ug9(щ V$*`JТl+G~RߟŽ4"~-o_cC>yGXͮ;UY N֠*˓=41kTJv,!>۶wK)#) es$u,PyZσQ]$}p~:_tHܱ8b^bG2nԏ >s}J>\vT1J%Eyx+ j/5K<[b@KQv@KU;È:e $zn;r†A0*j7scEhbN:H6΋:P(e5E~0K5$hc ji,4D+2Ŷ.1Fi\s3ȕPU%8+-S)(QzH=|׳R2zk$ay nj"}(s45u ߽* gT42em \ᕔhXw7Fo,S )Ts]}d9V֬c'x4T5^&z*Em";l8Ǖue'8 Nq`c˝)(Iřd7L՞BS ÓnBNcZw6$2r/Fhش󳫁9V { l>Xx"J )0)pXOVG8d&l4oZM[af @D Gࡷ?"cLF}OBߟ;WZyNA&҃bW;a̪–' FSyaGVzVaXoF"u->k 78gr,PțYx#+-FJrqQ6)~gl;+9}tgPUMbǗ)2u#h/osO㮫?3pelB`ۗ1~z7W|<2V߸XkvғtSUvOQۧpݡBNVkG':REz ~ȳkҹva5Sv(Le^wp7m)ꖽ("Ke[ʊo' '-%\c֩[ ł>CWu#g)wGhnt1+IzI>MaDI*| q*ѕ(C_FR?vѕ}2ؓewtUr)Hf`$N[~kWn`1T7\kJ5񸞡uʆa9_NLeJQFEScB3DT<$XGX'GlO LO?ZUVai{LZ`yh88ɒDpЙ(6dZ vc?n@qld2)D|FAHQk2:D,z =ne/'& iF xxNWùl'͢~X QH1AM- QKY@ M,JU۠ '4)C# ;Fb?U~lxBz+_kf@I*J1o1Bw$tvw (}rK"*HR[͈ӓf@c]׆ػ h09A\8{u(1W2*EAS5\/؉<26~2X'K0(0(` ʧ0q yF"?.J3,n,C/'DFH(# FSaWlakN72Y# ěLrxXs0t1R%r|IB =ЯX(gr&g=RZ{6nv>w7b9u'6CGFJW7ywN2GqӾ=SoX?SE"X𾴡G4;Ms^IP/݀>Ub6UŠLmnPNNg{lw`Y^/qI6?4MmUiq`GxTSz~p+O@;ܭ4fPz=g0T@S.E˅{Ђyqn5fL璉M>/]0f<0ۓzoLe<{q[.ͺCxc䩒:?(Lpm9 )Z8-/kU3i>,Fz/6jN λB̉xV 6 Ĥ+IK"11t?m ?"0;GG*I_At[ "z\f>Z[ AvreQ&MP.|z@lN1hF;>?j |V-$_ ^ZNdb*1D#O:ycVFq:L΁z'}#q:_{c@4 .vTG̐j;?%Uv-yͷ#~v )Et8d̂9Kl _/>U 'gb`(a$0#k@M\-Jq"9.)pu8(ҠUg &[(\lןw~`I\q84SnXŞg.R[;QzkBJ3q9}#A@\ӇA,nRAN")R:(IRQ[vs VU\vUkoRJ@/ii\2j8 ĹIqjiU-GaVG:UH@3QG0fg_HqMB=0JU(>z(Zq;DeK I*Q,wihYzKXnN#MN n+AΆVZ/\n)eH;F@ߕ)Z̰/@m{,.,\^aABdMsc,g9:N){!+ri'[\807m7~+@ ~8Ή9GRw`«h%]|ӮNDXi|t)}:Hޕ{b CJn-jm7o,Vwp,n.i \']:b\7;h?j,9Kh>ɞj((W֤Tm%H@R[ZT}yKsPHR7x6Z.5O| ,Mf)N=ƣa5h#,߂,?VT5AqϘ淪0Am4M BJ_,LBloځznZ6t0}XN  'TN~r3Ɇh :Ԅlu=_Jހ6_OWq7ܗMkG'Ae1]Xd(vĎB媧NB )Ii:Ce2P2PD*[Na`#(-ez{[*JӏPE TkO|at4m-((DٞQ2h@]lsfQ$ًxezTlC"#&k8yav_*ZTQ1VқZ"f~qTOVhmS9Qi|ʻ85o]!#rO_;#4H+;jos 1Ҍ3+[sm8y~aEʢ֨nvWsG Ӯ.x0l%bJTWr.W`ɐO} wOٹOoOty j;Ub H΀Au RR%КK[)' nRPUAH@*}rm+݉0U3LgvKYߕSG")1!Fix!~a0녳N←>[ KruK'qpƺ8Q#ﻝ[kCLQ66]=s4vU3? ]g 5U[Nw8*7CDm^ Nئ :0:lNdM`t,]?kj^YC p$jvC'/J^I*Z[W՞̫yT\%4۽)Tdl,OB:9gUD{麃5հoκ$??#fuXFsh9m#Ʒ}PYr#'QKu%$?t6r{7&Zc-*[< 5t,7 $9oAuN{[6Dx5 hC6f[.$1s3%AM ǟ`&kln;5#:)>##]7҈w&~`{ʆ5BHBQ2A1[H0O:)xRo[(B0`j!eU"b0y`W7WX ztfO!{5RccCB!՟z~1ֹNށ}Lk<8@4e :V C%X~yb8f.Q@Gr&f(IMXte)rKa[v\Áfwq[p0N”+6@ˁ¡.8~#ԕ< ic]h8V#xֶ[II@y1@~k }f(KH@y(@ΔXߣV0NXx.OaMD'[?~+֑\b{>,"5fMjS(TPTSaDq!{ D~C\ު#"f""%![j =oMag9nheIqv1rL.k"*[0T7|I_#-Ҟ7J(s9.PUUz#k t A55Oz?i#q% .{=ųL,iJ,i!F1_g&Mb6os֩ok++5#Zb>%tRl0V38>;|JEUp-i!@T{:olP#(I WHVrPY2gs B0}<-kCD7==6@pyqi l=*Sy$2c>}s)(;)w{cڔLDr).mECg"٦oH>snR*}1*8Gx` k^e?7>Q4ސ/6g+EDw})٢}}gjW|G2SCx 0kK*stUF(~WFjR('q 9$OBTXaͼI{$.B0gWUv$XoJF%T9 FzKo0QG^b;-Ũ>ٲP eYt1rऑAT8`W ΙsEbR~0/ 7&b.qE0&ԣWm- y-+NoySO%F4{A3N0>V.Ryg!jDGLۨbR/R sJs8jݰ%оR>;M8cS \y;Hmw86h@}`H4Zq|xn nWdЂ ]YDt/.U Ʊ~ UWdA47os/."01v!H%@B0(\ekH0gSĥFF:Fùb64 cjǀ4%yJjcMhQ!| r*t@~G3EWEGa\iV"#Ccj<+X1j΃GT!3m6ԱUP :r%_{T1<).}S)X\âv˹_7gc%e-NF;`t p.=EcTu| 9OO}ޔJhz Jl!|cf/ 6OfÀW#t+XT q2+ օ]TnѱhO#s[Nm.LD(JFKUk 'ǵ_;cTéFalX,)K.ھ~ 58 B&uu9ee&^ _C Ԡrs)~)v$EA2*No"*a )sAjbF9w][$a0_C{1[QMR{K}>{!lZPitpA8K A*v®|t;}neYHV]㺛@:=NǵrxM[LhHۋ$s)v'= 8תN<_,>=a-@9Y;8x3av{ހ闑`}hlU DYZj:ͫI:0ymm1-TY[+0[4çFRwfGHs5Ĺ90BoXt)GJ|xFΤ1^8ZO R7T7_*L`dvUKebrSchht I/Mxziϙ$1Uk= M۱ $M)٧s4 /{b!}T[LT !)`c`&;낮BT4 k)&% tKNsǾ@qb}]y7;Ծ+4DmsP9 "k6jMC@\$=fW*i6Þ4PSQK=r?=>h^lJlZK9 ZӐ&ǸK)QѰds]c$2@*& qPit2+蟪Ey8ǀ;lȷ=#٥6.Io iFn{Ib噖8d%%б iZ9#v]/o]"h+>RGF2փJbzeRvM5#q;;MLˠNQ1%op(#4ڶϓkX=eՃ1-"_&b3^t<%GYQp1I]W^~)!'^=/Y'6(Uԁeu1uƇ>A-F™Q76P坕M_ `ekJ;7QveH5l輧20/ 9%iFԵa`:q}"C.u#)HX~93bWVLu>/$PL{Acmya&2a(1P7n_LЬR-͐{'_ZyƘF4w 3vu;|%O}*9|Pޚ,)WM?Ȱ 15[ ZTIJXHCtmd"L>{L$Y$y!ӑGfhGIuy"L4>Ҵ,G 2ЄKS ۶)}(9ado8Wu;ZEv1*)0Cw`!39XoT<q>Mm09[a[$&f3/H% 7=iahM-`*yWQ U5 Rx$N7ݠ!WK:f*߳<\v$rk$e,lޘAvmuh֎ ix޾kZ<`< zI]n-)ZHŎ}-HJGQfzB!hS (ʌ PL8.ȟFuKri1-thcްo+ /OIEM L||['Q_QڱƔ8v=\}F#Ǯ% .VMa&p34E[áBjc =ժmmX%nSDHȋʒM6^~mjZ'GXZ~Io*_B+ƴ-oGrfUqXs)m2~SD&[;: pک硥9LЖ~ݛ\N˽TxS]owW{T2Tcd5/~ÅLu*7 P|p7Y D w3^aq)gR6+F۷8} PLj YAO [./-| EaHމL6zh?pmɑ0.kl . oŦQ8WY4z0\Rozn$DS`@Seh s=7Hg]6\yH"{xv\\/hAAEށK#}wk38*™f1>`Un̿:}\l|}r|4e W3weX ڶp,T9Ū Yq2'o[t!/&9<`5xaeG4_@0+W Ҹ-RUH5b:kb3`EY"#YEO. ǥtBuu+k"]~Bw r{oَZ}!2ԀoZǭfġjH>wsGTxM}dId̉u /uFG;!@, вwAIC(Nq#R^w1Ұy}ОQ;I5Uqn?_`7U;?VQĆ^" 5n3ǡy~:!*RC=IAߞҁɁ.I/ 4't9V^})Oj^|Ds> eO)sڛ=>Χ} o:d(iZ}o$wx1ﺙUO34O|aqo N9~KWDA@@ tI Vv5,1z@wAnQ[s#^ әLKc14d0B ƺЋ:Ls]ZUbL7}'mI,h5d ޿b&6k ߆ǒFr4JC ^pZ7m5lt6Sw`V&Tc,Joyѷ>b=Kwʍ|킔}Fjjۭ[ˬ"a1KW@'3#ϲ)a{c\B=,Km;|H`9v.s ?@tz ; Dɬc@y8&-dÛU5/)@X*G@=/Qt"9WiێoEmn+`"-A8[O"L֮t%wo~ӧdl0{ =,)8Qx:z yjm:IA}i4t,4lkQs9ZFPҼ3Ho#[Ewή \7xJj0)eױ UV~>/-thh<` l_< ;ПS;MY=1m~Ţl 襁PA7Ԭ'BԲGq`=gԵL}PB!1y_c!5䛜I6}MFdah|zznnOB+I`Kg!./B%V/t PxXɼ|8DMX|b:.mTVC][֪#ۼ^IlӘZd[׵>/ x\4ղ#8;Y+c{NJ6c=s^dx}CC)Mp4jڡUhPW=:] )NNޙd&1W)~ sjA.vg%_g_/ whS?w<`Yϱ~VGq8e ŝ(҂MGʻnɤ:Fyi6Qzi7AGdKmȹ9+33,6N&qWh&aB2 `~k N<>V.I@:Dw{ i}AڊO68vjp, L͙_X_'E(1،WÂwv;A:?ەW*U>%B<}ei9UdD `?Ȥ4c.ES$~ڥWZjg00ja͉)Y%S 鉪P=BݺEFa"2<Υ]~|,N#'~k[ߍN*Jb|iPee *Bk6ݷV`E%N)w]MMh:)S+G8;Ny0Ns#DI8:!eP+R9X1$ $|Ë́3s c*"5eKFw6I hk7HO/UFRFoA堵-2Ry!'Sda~JK1kNw|7`vt*:[q"Q\=o $2 D[W9A)!j5VN;LMcؼ"}P͎(D"(-X=r=Bg}z0.A0T|]CvOHPp/j"|m( b} 9n}~co˝ju7K¬4ƕ~87? "Bi? ;Ri^ RLN'A#%m} - 9'%*)u{94U|B5|݆V["}:>,n4]lt5y0?I%}rc Noo,l/|<Ə]N^D_*pEW/(7{;Z$,DPps,^@!Fe;n_Mʐh2(X$}xSUW:Ί焜iLGVU?)Tgu6pʾnΏ3!ćD}eWf,n꒠ .ѷSsԨ 5xVfJ 0?ZL٣|kvAeBgWF.?~n D𴛦gl04HR } (`* WPzy=]>Ts9]_Ub&,No u~~'eǧg. ~#kV2XjWJ@yj)9b p1ʷDL4iAn* ;x{󴦗}%W"!4W/g o ,PϷAD8dR#錋Iz ̪:٩XYחT^s-(D65}}@Ү{:z= E'C ;kU>wx+M4 @ۤt/ppojbլzM>***'vjX!*;*^<Dr`k Rܖv9$X%ήa<ݡELT8uX͔9b!qaGiVc(fˌ9]I)A}o:Ll{å4 o _ ^p#TAUp#\G~Tᵖ`wP<*M:B~߸z}t~A$KYr tf~DUQe|#`|@Ut7]tST4u*oLW? i#mM[Sg&@<8J7ID8(+aĚ\SG͖:? +YY4EI" _L iC_jqw&%E6R^U9ČkRbЋZ~'Dj;t3(깞td)NH;FDK*-S}DZ3{wEALbUG^|҆rn섻Wש4=/S `*s>J<|dfawU"/tKnaUb'Ŗkd({DRkNܽD*΄&.H V-|-{Hv[hrha/mCͺϹ8^O 4p-Q}:axR|rFٴh2VfReB/qDA1C/|HekfIۤ%f7a).nDf;@ĦU ϳ﫡c^P̂YcpG+-z+^mgvUݤm i/tYn-IxlnS+5{gj~\OZX% Wwb I(Z98zhRe-b FKqj.xSB;<6zs:Ed g|!,c۱ݍip{2.k qA+Q6"F ?<+--c9$e#[Fw"" dJG/x3:uG߁j |}Åx/6# *8HƐ4O'mEC}ݗ3x٬t!{驕PjB!;iV,\˹JR3(u"Q]&J1;DJo?1@;gEyZJNdmbhS^:j2U<8L[UЫzLkkcz@H& ȠOr $*XWyarU_^gLC,]Z,*!XV.^㷛y5SZT]gV O,_ m cŵ{"t9zǩ u{0>CVZ_=Ocwf3r핿ɑQ(ԾXƑ_ @`EܑecG!\j/6ԆJd~;f7ǩᅕ%o ˡyLƿ"dh5p|ՉGTqbL:݇v(W(!2ǬҺ[TԄk-m foM71j1vcbO''MAA.XTZW3kE|KvI=EE{@s&?6awhY0,оYt6$vRqsu5O:DmMɁG3^hqYYm\ 2dzObY麻㺬˧`'0Ge|v5=5 d{Zdά ~$>qǝΈwL5MYv5?=<{qf+kW2\A[u ?hlח)ė\hMVsQ9nS:D|!a֫RB tqxٜBIO;<|Ny #8~ʘ9BTnc 3F6_PBXcO a_ C4VhZ(@'^1DP|XA&c d@s#"IVZ}a-  "*x.OŪ$7> #z0 \^yt ³DZy4ux6qyJ4d-IB(զ3&zOu:O:4%I_SݥWB!OwFTJ@鏒.7y[] /V- -L&uK q}>p<=8Zn>ڧRݔ?.+jXb?Bu4+mJRv:dqQ5ðH3`:>V(c 1ȅp9u-&'Y@ eNRknԵV%S9a{ l8A9E_˰_~4jyzV MJ:w1+58۴>f}^#s(t? FUK{Z)Txlzyx(χuxX׮d]zڍ(+Ӳ5VZf)7E AniwO>8mEK(#mT#΃D+-aF\o:>_,3C`](3s+[g@KjyaٶƔ/bjɨMSKOs}#XqiRwj*[8<:RR:(;h17~R,ݽ=,['U/Y $o ީ 1cf9뿪fIڑ#-7/ZE]-_ 1)>r/ʬLi|vU7]nN+GXo-;^fl"߶r![c0QʆrۛT^w2Fc eɌ? 7*ӄ$tVHYR:f tƢ45Sq֛œU @~JݛUq̒ge!A^m}iшu45}ѻƸ8hPsd{!o4Z|8aPX ց~7Ҟn.xRVkCwO.|"eѻm͘Lj̎!_Jӎ`1c:-zȂSѠҾI\):fc#B ?;W_Vt vVxl\uƄ  :8粖4"a+#?EXdkRcT&_;YnA} wdlϡC;AIHhwhS,H.?+j~A݋g_Qi)D]Ph&1IN`F~~٫L;V"v\D9(A)Wn1*W[pƈ-v Ȗ)HvBAm!o›>f#9gTƀCG O[r%v1)zsű'PX0{py TX׾#v;"'&iEjL`)T[쿍!~Hf{"԰p0z n(B9RwVӋa݇Y'tYEej'j}Pb^fd\&ϜJ03U9+j6],&41EY^-.dn-.":=`"FMCj%Y`Ep&EVdv%<n+pWux[v9sPs1JP4eTPnJM̷]sjm4h7u:F|F*s,=[۩g4z:lBj%OA'6=Ӱ+/iҎ"&sL0{dO tȅ3zjhnzEGX,98לHy :ߣ1Q8^-4**:,aӲC* bT R.=MȪڟQ*^')v5k7L Z I(AD5*:rKw Y:pUGe ?O~ȷ?D<F"jdY1$p_i.dlۉj$fWŧh(H`eJJpdHޡ~Z<̃͢m/} 7!3#'{ov>Qx8ʞd7_&Xq!܊QW2vIH%LijkZIhҦOTxR]VJ"*_0TZ+4gs15Ѱuy1m؟zFOTNek}wUS5:,j}eX$[VB#uΙJjүV%%*2 h;d`AfJ6G#l\7ۡR!Pm) z)-& ?u jW?'JKG|+?5$-8Tcou!SUwn=