PackageKit-1.2.8-150600.4.5.2<>,,f *p9|^K3꺸KDKնƈx)I*2aXh sU{9U("]kskl{񠤲Wr1D̄Q%Vsnˢ$` _%DytPiVyAE遉TY7 \53)P,JyO4NZo/&BʤozS9,*+Tl5H@lPe.WlX!<ܙ0phЩ2̙$P>OD?4d   Qpt (.6&& & H& &  &  &!&"J&##0&#$D$' ('A8'Hw9)$w:2pw=Y>a?i@qByFҽG&Hp&I&X0YDZp[Ԁ\Ԙ&]0&^bc|def l u &v۸w&x(&y0z0CPackageKit1.2.8150600.4.5.2Simple 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.f *ibs-power9-18"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le 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 || : fi@@  X hVw3 7]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-moduleruckibs-power9-18 1723533610  !"#$%&1.2.8-150600.4.5.21.2.8-150600.4.5.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-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.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//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/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//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:34493/SUSE_SLE-15-SP6_Update/0fdd8405c9a9c9a21719c4e31227f7db-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux     directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=d94a079ed1ea7ce19f88eb2c1fa36f2d74c04e63, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=9bb29b63e1413604d9014d44a9401489016dbc25, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a4c3565851529762945308a4336723798e05946f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=13bf63ed68a580c615cb371c665bd9491b730bd0, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b6b0e6f59cb4771144727728737a5a35735606e, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 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.8-150600.4.5.2.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory)'. R RRR RR RR RRR RR RR R RRRR RR R RRRR R RRRR RR RRR RRPRRR RR RPP4W/d;systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8ed5207b72e99e5782b19881f26b29918731c8fdc2f130765aa849a17b7add81c?7zXZ !t/0]"k%LMscbY8_wgS\L+ #ϏyXMViCr@M'̆;A.󒠪[7"Exo7Ps ؽEtNcuOLI imVKd 5o'􃫼k@Y:o1IkY,s ׾ 1΄ysFF2y@adtj+|em÷;fNjcs.ჷ!K9 ᶇ<!_.m`6VkmZC#'t@l/$"ރnӥsBśOWzYf';Wp6OH́n3r Q05qQN.nBINT8 0eң/{ *" Yͣ}\* h!ߖxdRl.'dD`~!Kf$4bp"tqLh]WTp[ $y#_3mp$ĝ|%ܰeҴ_DopQt|T:Z >ݮJ3+&pٗ-k(UIo UjfUAx q3@j P dA Xv,ZYg(9 '"G}k֊1w1\JR3O3V/]V,E-Z % ֟־PnJrV.|۝z)SVBS>CzXJJϗ1-vFRg rX7`$Jy'PbroqvK+8Ұ8 *b\ bhYJ_@ҤȣS} P62z$#5$@A'E "uRo|wMd(hjo<1Zk'FCHI$`n⩒߁CJMD?GQ} NQ[XI{{Z0ND&\>;ѺXb':hV!M2#}tW ?Men`clu7M0V #)Wo 4 WފH7 j'cFR_wVoi4 +)u""y,Γ#bxaAtn ׅI\NQ ? yhԃ⇶35c [wPE`rrXV-s/ `l9nabЊ9^@1̜ 5CpQ\G:. r _mT gXWjqmڐ\{PWr7U>EV2bM"H%c-߃ xѷ4@8 ,ihaЉѓ2j6Yr[AF~ؠ#]) lmB@zm12<'rMŠ{{IPp4yeOyq7Uq IlfL;s!S+n (:TJ?+ઍ? 1`'xM-"S;D@sE/Y/YsnYkl-,D߲2֮8b҈2Hȭel _ЛuW?$;8^0d6ߖH|㲼4!S3 O:{r3C1\jLIpOAkdO$+_+ƌICw !Oa0\(K\@B(V<&H@Nz>xgǁ nS_B 6TZMN [*I+}oh81 8.A`,:"@Z8Z+=v0d^kԭ83xk\Yw^2ڳW1DRg-f=ЁC_֢B_lP:LE \ ??}yT!R+N7e aO{ b4L0zqi%*!5{3=%N᫑Ft/Ƣ@Sܣos p-j*Y<.mhaiƽfc2(\[Sgf2XbGop1_tLXuzR/#U~Uo%~K&e=@.02AϨdf&gV]0F$*D= *oْ*TY4UB੕z4玒xŬFp rli{ ͪ[!2_Z })3N!B?bGQSY^XecPg<_%؈RO:V ~I9Iܦ=л+9ŃSjKl7[*|N+_N⃣L::].3EPpL*ɡLܶpJe&kآLePa$jU!iY!f48"3 yvלqgThC8a.`I$*!ˏ%#A]}OGsAl:qN^ ()"NZe"n e+|Cۈrhk3eNicɦԅ%JX]X,Ԋ/)ePF`VGC~»o4y{,U L`RIq v5#c1jOwFmm*yWn᣻ܸ:>Z&iq {!;Hkv? }g_^#3话|/L NP,m|X&? >{\lb_}@/ ֪ۨ߬ fbu=K;Gһx` A9i&Sm4s!rW$oDm*LڑluJ- HoD8v73֡y'Uc:H31|v\\bBEJ/? T_b%72xg@Xl}).Һ!lVZu}bʥNplM=b#3mr.Ё䓳i»|V:ct͡==, jP6>|?#m&` #/'Bu86{=<}܌!PI7?}Vv^ʳ=s8ؤ GzۚScv44$RxK%ȭ34@DB3w?Y4E5`&#5Bg>v[O$Y> RZSK{ؠNOrr wb -^jD_G2h_ODDre~]0vĠv0]aF:|qub<;, ؗ׬Իn-i% lg06ImdTj EI (UQ-VJ<@_F<xx\o~ʙD &`ݘ@&`$[_XAR~*7S>K!ݞ;PS^XԳksZY5oCcrv,_(2C\nY,imh/y8Bi 4`FG&,H9fz47`xL UQM<1:8{d@)T t7>L AR1kSF MSx]'nxeƚՔ(`o_9HG7s9Мa~Fj`flRR>YO>ʕʪQ%Cmʅß`kYM_gG>oh`YGX, FQ`{[ίznJ5Eb3fhNȠnݿwyJt}wJ'΁ЊHݙFq(f< M *k7̓*QOY &aQ vB|:co(IgJlATF)4PeMfN{_3xn.07p@o^S(&BCa<^f7pt6^R(AlZӤ7yW^dl=j{6lrp`zݧ9zf.6Kzf`!9<rrrt}:mb?nDhsJ‬j`!v4ۡ,/GbؖsY= O@ks0'*.t#o XF=G~Wx9hycD1BGΣOV5,&(^E$T0.m3aQLO{ es.%Ү]oPZ~& w9wy^wx$k<1,*YIR4 U)O"B NKStB.01L$ŬGϰegh gWL&,.qh@+I"мcx*j눜W+tql9V@GjPHZ )/k/! lHTx ?WcIn1VV~ۖ??_<],IiWJK:;TpًGGJf&ԯ=,6Ud&w*d@U>^aߞM-:z/zqzy訉xM;v@xA 1gr/pA2%MDHqR'rLu+ Ni2Y)H/3=Di+Ex2*l6 Y-f!綠jwЧ& 1cb64>5:d:4,ޡErE@PC(Ϥ¶pاo(GݹJT^h%o~O_%%n# a&"vCN=9]yMuX3a`7,ĵFf#j E߾RԳ\-,s lEŮkD=2<^SBҰ'X?u^žHQ6C"iOXT9]~]s|}e%VT| 99O X1,T:2HdvsVJؕiA!Y?7%T'v8pT;h@8P\ }]Hvf+Yތ/dt/3쟮$*hKe6gUA{ryoTVpC 7 M.v13֭'.1V"3`=naD859BϾ~⍸!)55?Ԡ-ih(CƩufvp rgn54aׁie0jTGwq[E$_}|ia@ՠHh˓hAۙq 52p:ҲD}x%YBɵ7gQ9̛Or3z1Xj9l3o]pˑqd13=|f '`) ᚄ߭hiatl }˕mW#KzZ!df WL:Dx=YcYh] ˏ}*\  0=-Eȧc\!1.sA܇vC(:~0b7i{:CD b_'vMa5!6V- kBO3=^[]q:hV,+bG&$ "u_!3 % n0$"z*>J@.. 40)~|qyl#K0)]MxfmjHJy# ˯! Fi@@yg?X8FY3GP`븭kfbS56Q1<=[^]^l@.X0zf>3S"mJ9 \''l֐a%yt̔$5È{BSHK^ \ݝ>$ҊTAa`BY݁PJ7зUL=Fm ".VKxy^ISE*Onfrߠ۳18V4Dt-'-:B>,4Ŗ5}9X[ ȯ~{1LY2U|OiDB?z`fv,v'r ld*t$t3N48dXOr`V$ ےGW1O>o`lzx$~CiE6C-e4^Nf&*buĶ 6;* t't޼51CAD.u~!|AaSbetve@!j$]P`2bخާ*pA|4,Pm|k׎!TO77Qe2!&h4Roq8.nn?=%}H8kѹk^ݧ$#v2RN ?++Y>w4b1aO<`TR}BXtyXˆ.Уʒ/SA>[.sT0Xjgmy7+Jq ]RAUya~  dxҮ{ !,ܣn ~zߴQ$i<-a1ֿycl?)JVO9DZi6*lψvBh(gm]-!5F W 2B~v(tE WZR-b0a7N~ t7ſGHFTc,YjV=Ε^SR$pVӀ p)zȈX+'~,\FQ`6=o0v, ΃ՓEkHpJ_wĄu"K4><6Y{dw97,̆3TsBhJ/akVȼ >E9Gq z?#W@Srq[$QdJmJYSOϕcn +-Bحuf&FErdr1ٛ,;h* H A"&JN`ZW\ᐺfjGmQMщ_ ˥in"ұ[,\Oඩfnd6ǿMnmhեPD)̉ 5:m#Ϛq@&7E:svSb=r %Cz6Ɣf](W\TjM 4iAxF%ķcJT >ݾg4g G@>)*Z\Я ~4gTZ`9"ӨPn6**kmN zRYΫkGʢ \^đ;Im/n`q<1Eg2׭V+3RV~졦ZH1JuΥH=ܳ`&Di C`5ۛC͓/8)^A >%FQ^MS-'d?#lYf]mG$bRxYKPVVBd*w;'GrLVƽ.ߓH ~E6AƿK #7,2dK Zp O\uyI=Xu2x{?.7V&VKth9Z@,(?q(t*(r:nae{QZhԴ@x |'y.=~˗\I E5g4x`Mә׫[JpS!rz)y4 lP'#Ȅ}D]c2mtU9K;e0D3=p s.BO&m5u B&>CPWn2IļZ;$EJcm+kwywD^NUV:S>,rlK6'Ӄ"T3!Ӷ T&%rɇN>P*b j:P'y dJE$\uW o{|՞O碈,bLu1[)T;URv1>G!.m˟'j'GS=WŢ-X _ 0Xqܱa|PP>ݠ}ܜˤf;\y؃[2f:JQDɋVd-S?ġVXDPtk7B[iY)xӧEL/GVP5JC_khS9V,\ˋԾJ\]2#{SI<6dfP4L_$5hh2Yeq ߺ!*K(;5MnUl66AZ#6g;~ρ(P !ƬFY,yu ~{IDA@iNc+DKҨap'9?_&b3먐R1i{-79 }R5H,)ds:h1<1,wk4]jKx __ҵYﳾ<ܧđcx\j }󟕆u&DaJaSwk-γw_NO|dx򟐚q~YKCyeLخ.RȨP1JtÀ\&6G֪TP 9w"f[w 9Cg]$eO8틬nI4^>ܽ8n@d{޸}xߞ;OKMuv;vB4 k;OC*1-$lLsM[ D9^qm3{ _0<_}>ra-l_d #]#]1fyp[ y1P$@vE{Mf;*3!Fg}8zlhp9`KA㿘xZ@ldxMxڽ=(ᓙq lKTZDa- vq !g"C82x Z2P+H댻sgbk."T0ºm_/%/3CKr9u{6qQ:z@^Hˆ/]Գq@jJ U[.,qSkUa#053H=Hߕi,f9uFL P<5 ujNr4Pzv`Q$! | BEM|7Z8%GKEB DdM&KeB-W$\ ;1E"ok%6p Kiv}|Uă~>7[қиoGsf ȩ(a,8a4W/2r#9}.zZxi}TԂSb7 @tSZn] gx&$y} RC+WGh&o~Pwse̱w.1ԺC ZVkS#(+, JgunkF~tG+fqyK%2 . 4_,i$=^y*Wn'q >8{8Qea{PTbZf|I~!T\i~ 85ӈ\VA%fQz#(]eOsW G37}"=՝ZZSr-~HvuƮ_a{BD&U!eTsHg_$L)$̑0c?p8qM:zyJo1ø~o?}+y6CIfEyeo?rdnWU)|$5 axc&H(-'urZѦ]_Cf>ɏ349*8f^ӨOJ\a{|#zO3VpY2*'| k=<:CStR5{/}z*Ą5.r8W[`+j0Xm*L5{"U/b5ة Į<3_Z$b@]r5Bcn2}}Hk:TOO[OĄBβZbq2T1c>!|'v0(5=J9S[azh*x̑1,6jx=cPhwMmlY:T Q D1#bFbDLGrR@޻2ԒvD;Gh|#8qQŕ.LbYȩ4h+)< 2>缾DGw9 o5؞+^Gt& ge)̊5e"lZ 7@3 G&X*psBY" Kt?YcvۓP\9y \Zϖ95K[k+2LyIoZ{QmU9ţظcD. Ny+W_u}I΃w"j/AӿfNJA?F]g&_.\Gba&$Z2԰鬢'JBKmmr܎7}7nj0(aw0X-7zxK99K򖎉K}d1;  ՗`s 0#8d#цH~^»tH'r~st,Ѻd..Eu tUaI߳6lEMX;ߑWUI@1|$slRA т&P[jY|9JvՕ~EZH2أZѕuzg8lgMӳp,O6-Pij!1Qu^uluUCK"=r4[*9h fdF+';Ąm1N1 k"?^;I!v֚J;YĀ|VmamՕŤ}-\8oe"gX/׎$/(}fUN4;gsvLyo.Vʺhߓۤ1;^o{[} ՗M\fط@.>;H!`osH4R! > (tѰ0 tQ)BR0`vofb"_ak6Z;ΠK Yhr~"Ys|5 #ز~0xXtR9CQT2Tc \:7*)ܕrl¯mk=G"5K˶E:du TO]uŒX QL(TLpHZXJ]A (|^E)v3'_ZbhvIοpwʟbQTh)qOU_>z͎52iץ^hͲsd"'Al%tQ0O-)7*dT %ZPT$Iӆgr!ޟz^}Nvd=6CM'~SK5d_$;3ɭfӀ5eN )[* Kjz}٠fõH=c(QQjtR="fK*tnL[ɹͤQ[ Xmڂ3l? \Lҫ€Z fv R&Khb"BL2= :08oqQ,J/}!1m?Hm}M\±T9dY]ApMr7X$JoWY(eG[")Ga#VY lhř-XİBcݑ) Q) ]G | /724Z$ "sVɣ}lҰ _=_;~AڜcZ>Ia'@p n*7f]`,^IH/!߽ 9t9]_Y^aR$JtPhV $PD]5]h3kc@z0,DRi1u@Ap.y~cN6ikD zLFځ #FQ8Bu˺ջw+F8υrYS fFJuquy0NPAaoq fXFrm=yTa:IӠq~8t q\Vhe=%li|ƗS#Jtr/Ւ酵_Lԛ,K`KN/J*N QUfB8#")s6^]D}ƕWS]BLz.<[o˓}:@qeׇ؆#r{udm^zqsh#WVՌPרQ {v~L,,rYX4KȪi a_(lwK hs`.=^f! Ï^l,8W#ق0*B2 BoVb9*yHf 20IhÕ6m|ט$𣉕FqmIB'/FԪKFKF6@ށʕ<Ծo1%vwq9<0g7UKx +軝Q N,,*xj#aG]ᑻ3ta!yFHa%bo7f}=탋Q2=]T?``O. )j0Wi%QfNq&k[]^Pϝb ^˙N#9ػH/Hs49T=<-N,~tr&X{|hk=!ҹJzUu9 O~p/@P?3ĉ j8A F#b9uu(*/M( ZE}/W1û=T tL vVLIhCSxb Pݐ)6- J#[-J<4U  Vg9[~CHWOz2]Kmɹa߭j lO"$b4sOD ҭb0ٸ b 3Pu`#hGÒG٘5@$jCNkm"ۇ]vZ:_I/>Q Kz]!N ZwjvLֲdʤ2%KR5cmted_|4xL!\j|Sxcd xXp! ɄB7oNjDn~cm)߳j+G@z.E Vsl \)\7M?CqJz>LZ\4q!أ߆P٨`^ Azu-Α x`qnI b3b mtETEiyT~[yG|q"5آnTyq~l縇a\z4 7$i$fAطهLV{RS֞Tz->Exb)󖊢 ¼v(̼x~sy O 69wx$U*-gnFJvB;5,. W22^н2"|іe\unݦ[m3|"R*ȃݧd 7eHB y"Dr4Ck "Gqd>DPgg.B ݚLQ ǍjNʜ;O:o"_:BQ;(uɟ Z\V QvE'?7qpdqBY\#9\~k] ¾c8rQRord`ʻcs2~`9B1VK5_FPz\{gain^LW^Mma÷o^t'ȃ΋?M 5 z,Y |?LFwdDԕ߹2O FƗw.o}D/l(_tQ:9@D$ڇGQhUEG:,C4szUs'@|٨dbgqs'-'SW*4iqC'ZSN\J#joѹn*{A : 1uvK|_ <9]2^YͼSz_{eHp'NWcOv= w}֪B\QG/wI -xƞ]{7 $xN㊊h 8+84]GRV fOK^`Kp }BqCM4% Qw@YˉXZo{+sm)LT yEUmoВʵ'lh<5SP |> Ra],DƬnWf.Y[nIf(8M;CiHlF  oăhh XkڸX 3B3HniS#Zu'PΣ9:HQtJ~Po` s1fb P~Ev)iirZRnfYͮqՌp?WO6 Nk n -Cf-q:~Qn \PkwbI7ss1&.69 /zмDiS~H~Qʀ7z$`^bq[bD]@jve(?Kh1A}A᩼H7:(xUvJlA" .`_|_3Z矁k]x@Y8BˆLna>y+;@[=qeBFύ״HLT)yq2g#f֪ -'xڑat΢Tr|훭H̙iShWpQ5FyUU]wC9>i~j;a7l2Aqcۮ5 +m&0MǀV X/HC#4yěVaC/Qyc)]X/*5{t7}o;@DOxn>eE|&;Vk" %ߘ1Yn;E-W9r'Y>Rsx"¶F ÉLWϧɞ]Ƿ=k\ud-+W(]9b=!|^S ɹIDO dȴdž *j&9ZeEOУ+Ozū}s}a_}xLXsc^*8פV'f.cH F q , YHMH Y cA}EHv@*BK 8 g.uxP_|RԈ@a"lʖtD9GezLFٓV?/rL/ӀtWBJk&>Y޳* HT߻὆$_Q'yFk/3ߖ(lyd@Oy,Fn?k %/ܨQ-*ჰ?$,T|%5-oMCp7n52r7o,uDkM8 P@rq]$8a3ȩ^ir-D0t[WEk-sU:Z-zcÖL0V_gϕk~[볶M[*aj1a@sξ20΍Ʃ8R3*uKqN"'fʱ^7Ne㠝+^^smi^eΒaWK{?Y'HFaE!_-95ݎAhP@"BR t[&ԐS_m}3I6q]|I9Ay(cޗ- Ro- Xr%hnGaRwg"6\j)X6OwM'h!^܉={OݽJ TsY6owE"ru;؛|<щמ VNTׯG'“t ȅul/,mh7 "teLwE6Q1 -"QϊO]Z)B~k/Ey(05[^Z2QiW:A(wL\!fg*-3yd |O֖p;npmn[GIy#MU BMR)*j)t0|S5~J]Gg,{ \-J?.D ir!GD1PkB#~%6XbYdxueQ帒ӭC)4M&Y N#OZMIrN3crhuhv{)<9|lgi4چmiNNVIfl2g+.$6dA$QUC16y.$}!r6>d.jT.To^H+bY$9M?$G$h *w!۪Q;:ZS7* rL ze4ǀ51aXXC**lZoz'5LEּg_rxSH9JF̝PTo>hC?8UJE!Zn{9`vd6X_{gO[[xR. E<O7(3hTu.Aȡ~/LsXza(:}-TRlI.ʎo^IqD;p0lY.sZphVf wx` P@LIG impytfh&;noRi^}6T:9a #Lۣwo@ A3?**7Q`7Uq53̀~;2}k14˅ϗH?X,Q1H _m"\ۢ_)N3Fe,37&'8&FqlĽhƜb(D?]bq(UXڑrUh̊#h,@,t+e3UwMyZR;*Nh-AU NNI{yp2(=f ;&tV<|M]c-D3v!INJj/--Ikꆝ3>e3CI}gC1cE[7Ð0(NTzH>F$H#VA0~1Ug/۩2Ue#VrYV?&*F %`|X]^*0Jy'^LҥVfb)0M$b鋨D# :cX$DZ؜lv n2"V-nC؅:r?$ؕ*c N7$T R4@GL3weuݵw&\7hxw%S,8[FpՐS'y 56}f8 .o$@叶pgl]޻JJF4Ydo1rJW~ڡYÑed+$ic_r1O}1r<>zPͼ-y}>̓3x9 ղР6V:3I2rAE3Ͳ)%w˻屭'j \d/8Zw)`|k;"ת6Rn)ɍ`q1BKdX4Vn4q_;=戌 럽t2ZU{rX_KNiLzWg5Drb]R_ ?h'{'#BQF}$ؘO Lʋ9X($:eQ0hIy0TN93`'!ڤCGrr2e/qҸ3EESѯRϪJX*}w%ZXLp[V ^:Hif}}bTt4NOQ\JEՐsSF4μg\준cSk)wCkH[DjT_9R"n EF~r;ϓV,:5nV]L`"`PjH_㠥yb͠;n35/:L%ԔɁ9-DAzպ#e7Z!HN}?LpKv~ˇ@BdN0ucXxSNbaDB4Y3+8´8+_.,unD%m-٘?тnf}!o~sKGɚb͹G#]*=X`g(נ'qDi|L|ٱ2d r5`pV9dsFp ߏ3GC(eO DGNt)D"?륩R*9MU\v@5+¨L|ܱ/\Cf4_:8g؊u|K qvyD?I2D:AWyD*Oqve?>#m1E l>Ў%29N'Bj@[G{ffٽ_P~Z!,BtOVo#4*¹sΤ2! )ijc"E?d/+p9f@ 7R4nxdLߪr~ҌOdXZAt2 Qh™b$s ћ3Eh)k$[Gץ{a4[H =gEYڇTYӼyaG-KL e92j` _(=9̛ aYKՋ#e)-S;D+Pi&]״>9掺Se_7ehķ X['WwQq Y))L:4ZwQ {+vT-ɨ5(2ǭ;t3D̓#tM0s@Q嚢M:pHKtwy?7 ѝ6ɰ'9{A m6]5HA @B(:}@k]:4 znYE5\ªN+"֡x#Hfm ^Yyus|NɧA-3d& PoS#f߆$b@u.nCRH~dCm]7Zb^ w8kZ?j3$}4sqP!oyfB&9΂=)Ӡ^1hZQi> ֦fPClkw.VJYP^e+a\L;&c.&z1(pLs6<śʟo[m yNГ[1n@ C1WNJ] o&dK^i`x`Cr #QduR_0X]X]EVGuun F7Ϩx{ƄkNGi$E>SR/6.6kϬO :|qF~4ܿ8>|Y_w7#E|97@|(mk_^^ o"=j UI5 &A J/9D)t%fY-oqaم.YOҩ)O/EA?vkEƫ̴e.If[\2>wezZl`돸lVVy?eɼ֛v+wdWW}WG hG׷$ 7&k'8RC&`'qkThZ;70Ԣln2.=iv.Ơɾ NFV$RB~ N'EE^判 =u$aT2n0C=[|Q/)G,>8=Igj VaãrӱzktԱ8M0t${VcfqvhO#w#s7{ى!i|x3VjM{|𱞜偟J bppg,HLG0}.ڣLw4N%zu+?m wI Ʋ@亩Eg{,;hř;.~[U=/T5dBЄԦ}Onw)XwΑډf]ceuu]Il`YշXN=Ϟ9W~Gޛr{4^zwfш- 8wU}E\mڻ=ؐ\d8YwQ#Ͳ́Wܜ`i3ވKp}1ꎔ;I5Pu?-~e^8PBՕDHOki8tzfMC-S14Ek+W({W>u9f\C;^7ݳb_ 7XEEg`TBu[yǐ$N*V'|L b|GdQ`4K,m X\4].Iܴ5 *jhR7<47'l]QGk]yY;D"f;}I2uuW5^a?t=LԛEaH{g]o>̟|+j!/O\))kO["A(Y@hyCQ}4dzĽy#KcATj=qS3 ߘr*f]~L<sD9\X"hmÃdUr` ^rl:Γ,Kr/gjA4.f?9Tt\ʼnL|;⎪ÙxBx|x^lE3U`,tD2i 1πgP5Dqz"+sg)w!Wq~Sҗ{h>9a.*tKkWVHv$$DG@8+.KRRHw%z7ղ|Z(ܳ:1Z/[qXFLf`y;LSS/Qu""h\_vT(WV걙<9TBCgu=߫+Ę+P)eaC~‘O:ariC yo ~צJ \Gcy Cʀ:^ 仛,[?7:k{+Ԋ(G>)\.a^_ D?y\(к٘_{SA?2XGRu.IhfgMsnlг>3dVtw3ubwUoϱkf$'lrַi;_K߁<1Vv9쐹JE̎Vr h)oo@[t<CjVޥ|Ao}{y.XNHNk/oK[ Hbwvʠ *EH%f< |Umpgc/$Rn}l4"H-I(oM8ND0 g[F%!H@2^K%$cg}Y |eV~@W&<0ePa3HgcdfSc'Bn9dSn99!ʹVB۟[BdoB=nm I=/oDl G *`T֡rqhj.e\$'_[B+df/"YHЛ%ɟE *юiPh~+E..FJ!B DZ:ma0WJ?oBA{g4=TcW6x Q d=df3~/‘ -q[z{nD|~{};=CPVo{=8O7Cp'?q3_iJbJ_fmo\ )?`?d׎&5oj\8ƃL$-λ9Hjl䣰)˅o Rh|O򭎭,~&ѵN{Q0]A6Kʛ Ψ)%Atc8fG\|Ur2*Lɏ%a:lE1@ٮr! Iؽ= WZT2u1=' ~yh:?dvGkk'`Bgf1Xۡbƹ/>ysK* ]7i(?6j;iblbXWhŢ$:d, ⃞{.;m&Ȩ3yϨ@m߾+,As.C u$6Xv->:ẻܮڤo" ˜Mj k~%ow)( l !VO3LXBYp|]ծRpY%T.yj˄E4!Q\tqmK\,5 ;>!$S뉟SyP.}}tpXQ0pR z5!~:j%u[.B}u5@ AxXj ړa-$,G3U2jb 5^gׁ_v.NswW)up^PK6Ef,oH)#mc^NƆ6RjhYXsr;ja@ Q6EXShʳq&j[Oc#+}mvN(QWnĀfX闅rԍy-mMF tSȾ̱~ 0qgll<8T9 Nʱ){_A b8>ݳ'%w.3u$g.Xs+ GJfMFE bf Jh u b&__R<'J*Z-ޱP"wB岆{Sb<OOјd(=OLc} 2ڱU\n)HSZQӽiBD&94ޙuωqpⅉe3[Y")6̷|q-Tr xg+G}x3/DVa!4Ưd+~)/$XkOC`:N;"敚Oӿ={D>iK #cQhpUma {{ʎgQYVg%[rv"([ɲCfil:APN'7!}Z׿ Wi{;NWA8}]=(ېDŹ0/ _HX0z5棞}_5> ?{ ѷ0{BK_X+ϰ}'q Tk5XjA7?I"*߶Wek3Dp1򄧢7Y4;8ۄ.q=&ٵH$LWralhHIhCHD5\2il[D/kr~C?`:h ٘}ER}?$79k~LZYВ4NQݹ!FAH;E_%+1窛=nP& ~dļ[v1-. HW=䢥`ѲPKӄr8_/#YKtRŦ'Fjp L''G]ڵuz[J<6|YS)BA7Va&L#H/.0}i}TIĻR _l]{\l!u4/Z_DzEz՜jS4(PBʵЬ}]} (+'`9Nh\[_zY{_(ViUC A̡V-,/]ñ[)CMU\W\i{ 9ob~'k +@c 3{ůUvYw>o=2>D}WX>]X(g\t*lp+يduP۩3$126>h9|1dx}5|ҜWi+Ppr{eT촴1< l1U;d Ls8kr*6Ki9kne"!zTV1 z mPǍgAxjTss=Sswaִ0ZoNP#g'W?<@Y KsOq J-@=ɾ<3ޜ e鳛@#7 euݍqul-S%IőiBGiBi it}8KP$2*0"ϫwqsxW IܭUi@Ѓ >h׍m!X^-l{K2i)oG^K̲?D.K@+5kA-r>S`yG`5]57Ee2ʫ_7fB5$=>}exߋA5$HV#.d Mف'ffhʚmU۵T/Ȋ7ڸ Dsi6D2NrKzmҏUcBAvE*)ZSSZ,tɹGB0f5ESq@1"KxU@=c3E6=gٞY*m&x DvSZ 5MMDc7bM!CP'C*4[cy%fUdt 1Hn©[n4t|/xQ׉3vTT8J!mqRKv&Ti80&T S!@ [ɌIH;^>PUb-Hc#@~3+p7c2ԑ jYц(Cu=- `רf'B! o>N$ia)W&0k p1;ҡ{6p_x9?O9?s.>uI K\I[mN5u*3I(VNoAy&.A> V\[`i־NQtטXZPmñc(O| @1{) qߡaX, 8j{Y<q\MGpӊUvi~\#pLJ?\P$TeҤcAXmM-PH QBhH_4Ad7@ bI=xM&=[KAVWTw4ԉ6{ଏ1^Ut4?id$"m(x}䂶1qN Tgj!99}U od#ZفZK߈`YtҴM998L 2nQ0q@ rg#fZPcoER H c*V J)X܎,Soz%$W?PMD!y=}vD^fgf:ˊ VE`ZfH[F &>}).:Sâ;R嬑|@q$(a:_p$}$ `JčLF@d鳱QGJg#U;y^?-O42D#05 c ):!HA*25}LD"rhYrc|LHve$`-oGs(Pݪ)_Һ^n3֗VNzR+/3 ۻZsaA).dAB9~q z 1mwS9Zkj=T?>Oҋ1 eNEfp& V#('*={dE&(PyTg eA۬m@x| ^~gq-t\:c.y3|2pnC`4bwc`$v7  9QGL)0:B[5UcLo&C$P 6ˇ| 7!D:qj<Ħ^ګ lES5 C2(cBl>O0 CFIjs-/ivNzNeϬĚ*ݒ{j[MYCtO9|@[KTP9n:D)yOPV'QIyG؇`gHEVk"7B)3G>'n9U[5̢:d"f E$[D8CS4ۗJcD^v y_X0.%~Qx7@$]5%Vyyʽ#^p}4ސ(9?kE#")A:VkD7B]N悂{0rl?prZ>h`, Z?z Vϐo=*% lhQ=?~/ ,Cs(ǕD T*kAQuN07y[i5<)oZ}:1knנi>mto8{ ɏt:h.iPX Co7VfdG\eV_ : ,t=9Wٯ ˹-2% A?ZL=a[q\TD*هm$3?ϕLmdn"ҍE|b_ǘ~H:P&-JQMϬ퍿"4aE[<8j!?VZNtoě]@_o;+4EmHpՒ&WIjFa&Djop"ӾgjyH2$*~ՙ+eAӽEH2_]I`,3^"QdM*v0y>_B^ՠ井B?.ǘUH$ʽ_F—%Rl6ԲOu9(KFjfk5v+գn>ˉObj]$Z -Զr{t 0|u!!Syzj-s/i.(}@H[O ~J:`՟RVhU>6؊MFDH>z¶A(z%lo!(rM>t*sPkcGt-_|c@q{5^yzݛ4G*Zw +-ȯO7w~ͺާ I?d'ΌLPjijg%_q&]6hU$Aw5bO$Ӫ+9Sb܂, <%ab=Fױ(i |o ^A揰ol]Iᣥ:Ne2MϮ#ZZދBU)[l%DBr; n flm gU~Ӿ'#/^k+P{K`)Qי\C32/u0Q5 2=ӾMħٮO[ơ{b=yXA?HEQ}8ӣ4qǘ,S獚 XS\h抳,^g: e^Eπ~aO9{kX+ 1~@쓛. 3t.ye\;Kf d}N␷2t-BAp* J/V%hC봀/?&@69(sHUqh8 flJ(&O~!7ޓbI.\"ETnJFܣ9hsP`Ģ⹅4w*_qty G Zn>HP4'\ 5Z!&ify>zrI;9 (sBY?`46_r*N4L*⽯M̩C!#';x1~dê,<)Qׂ}vl] )F»Ŕ V!禊"O>Bry  'iƘ5i4/U(UD"w_\>?W3ʣS ׊.9/zu?4~<~~WO(7qrjYW"76s)G;!,-T3Wpʰl1 5\u,ŐA7RS= _Xus-s>bS 4BB[1p4.("PlAI]al,"}BSIp  rTq~ h q2sx2}h}Rm:²Bc=k#e$1YUxLLA50 ]mkg,ĖRj)X 8m+ g[ycְ}6 ytOW̱|UylȚ,mwn]EеcƗ-Ic2de/=LQ <]58;̝ 7f* ^3S92}z &ݠmLEtPDɸ @f mcCvX0{ gb֢$?ӎ[Q(;ڬ 2XS`zjIa J0UOSq҇hˤ^7Uf+ !/v#}DCY`n19bpUq69g/N&MKРNW;g e]9 L 'DGCѾtX{%oY `ȴ7A j٢NZ\UvZ˽YzۙJ4q=i8ㅯO[Ƀf^.bcV)4@B!fp%ȠE3VSTx.풧mL:.BbhzKIr=|3t~K2 o0iJ !^ 'o+QdkF[w*gac+Eç`ɐ=2crUvA'bg'Ix%5^ {l Äv-\1ΒߞbC˙}XS<(nG)*crH*\iKw]&LVJhZC R'gxQ+ql¦ KY}8OMSh&c|BﴄzӘ0^%L4~W ̯ |=  :\U(ʾuy`OHVf$B.)|k̅MIclD&UQ~Vڻ%h,Ex$;z+83=r"nkf=Wp{`2*&qQ#kN*iȤޒyt $o6U;})bۼvaLHz& E`D\*v%F80Mv悺"Of|Efmļ<%}̤t B5p@gɮJ>W7+os쭛iQW6Wğ70ME_+ϓqY9y[}jG .p/FVՁ@E&“P/@WI*Hp6GWeLq"TضE)1cI/ǣ6{8RKHt^>rq1WQ {~RuǯYYOHW9 3h; q; Pi@R&L|pv(_M aǓ)F.a _X/Mj!_{?9R7},"聹w[di~/Bv'5R*pQg0aܙ_0^wE0}<9׮V[! ZP]0`S7Yp3?J1gar똑 dJD1Vۮ0$T־nnhWmDw 2^ZX$ nc{|ߵy,20&˴51A =ՕU_M8_j.יxG_k,opzpiDžY48^4_,؎<$87Oŗ2 k^͠!|k'5[tE@#iX [GBls6=pu$Fyw6L&qoԄ;5MHr+l|QʵqR< ƙrNe|"؈y| JK(͵iU'x1)8**Lt<;mp+Ӎ}c!"Xnjr;V U(nޢjD&jb%bs;s#B"wբ%N7勦CBRiϽ kȈS$2K𖧸EOt"c#_nFhX4بUS4 `iJ{> h)Nd𩧦.3܆|3/cP5]I[\4C:ݱ1t2*`P8򰖓I˒GR'έ[,k*q,R\//­] }) qbO.ifʳwˍ\/" :N-/a nU9LURI:1t@v|mIg~%54ǴE2ʡ iEɎ$3}Vxs2nȢsB~_7"S´v-\uNc/#1ZQ |C~C }t_Oܖ? ?"A˾\:䏣3p'WhEcnJqd? kw$J ,imR]eADs [+AKMөew |cozF;/i{|x5rC (+zb@%li[0T?cl35z·cOB E Gޥָ YYGD.%p#GNNCIH}ヺ=TGnjWg`Iiu]xdQЈ$Ltwj/)vnj|mܝ\]oQbe䵉o(9/׽JBrd8::PQddHld>PO3H+{wi%'S7PaPXLd#3j!ƈ[{b瑷C8`톄&mOD4h T6#JΕ29 CbVUsTɑ,K_\Vَh4 c: a3ZrYh,&913M-ƍgwP.D1B|+ciH8oQ&fAVA_YdKIEt ,57f0M\b_[Wq_ }n+;,Ah z&msz#DT55F Y3z8['vn`SNv{[ cJs+F1Y{EvP<+3b =ٳT(V>}鳯~FCsIa 4.IF2~6ɮ5['By9د̰О&N,/xJaf[g_cg![D=VILXdΰU xmŽv SA'\Ǎׂyh4lsgMqf|+N6Jrz6,łk{aM[R5`Vzl0_CCL=S\:6!}}뺏oɦΖȉlB,b k9D<3)/'JY=zlL :X֝(qG*=UF~0ؖEw!;xмnyae~[UK=* 91`#ŏBpEq,ZEcJc>ʉ88nwhQ40~%tz@{R.2O F2-uNHSwטh(Xo=XYx32tFyK%,45\7Gt@@9a[1ӴG:IS׍)U5˾w}hfzPrwWp&6KfgȮ_׮Gג0Ɯ?I?;jjN3]7tބ-@F6>a|QY(@3 {ߵN?RXaԯ*gz %w$ɎqTVb-_" $$y#gì˼=΋W(/:pz|t X퉧ESkWקR0'N|U,pC 3}O9-ZˇUpaU20z5HSUG~Unh!$!mc 3 ̒ Q@F?g#9KL ̴Kbޒe&1V8YJ|9|f?˥B3P NmrKBsFV6S;ك wM!ײ/l?%7vz?-Ue.yy:#ϋ6Vߧ/K\1 9aMtXqD ;k VB'Rv` %:u#yeOlz*#SZ'=V84`~`eTO% ͢Ez#K%Sqdv]ӓéԼ!Ej*KQRc"?)Eb92eS!T8W7t&؂k;P:eq w:DPZؿikzۖ#o-!M5fᇱ [6o)FdDn4͘)>Il#Z%e9H=$Q=W<I3$;p4M$T[s*SAY.xj-y;Ҩ)6z|?9-]< ~uWRA`|,h0pV9|G>:Q߽Xo̜EJ*£ ]e[緦R8P~]iW$3EZA}{:X߶1fAcx̓ 2eRcs{ULCu"c^|!B̆S߄ 41po;+?#lU|tS&Ww"K=aA#L#0S߷%lM_tUα],*&l.JEd Tsj>pf͡^/ťM9Vݾā+/=5 :V/&,sapt7rKknrxd;v7]sEO3L_nG) ;aJ0o>6l21$SFHG Cͳ| 'v0a1_ e`+fc {x(L{TKȂAF$nqÃ^rnN7G5ʵ..]WMnb=j I?S Dzx ?K-I^,<ѲUKhBk!gQy`Np$YȽN< S'@KoiP98 |5>łJ<!&qdwRn__Sm^$Lh]}{h<}NNHlg6خxl{!lME`e!1gк=d[| \ o"kТF. Vl f>}7O) t7Ti#r)?[3g88.4I\mSfX*fdj4;>݃Asq~|jBsScBxPkIKgWy<I~xu-& ݌ -39CΣfa0uY-SU,BWVio$>/J\k4J=|یCwAARnh7HTѮb̮eS uVeg`9{EہRDbPZqVy14W\l}P& Vl>T WR 7gsr,Nc6X;Vи\̀jj  5L*L jGRD@U FkTWT*,)2 + plq-:R9tU^h,%J8ݘ7YKܬ8ɉG͵ kXдUaNki4K(/'9ov03Cz5 ?*&{#/sR[h(ĿIUfӅx aqE_`O 9DbIWI=![F`a``$BYݗ+8-pz ކ iyI(1UOuc\uFCF<ήx,h4NZV6Y0T!AvҽmQS%?o* 掌6jl\Ou>-eP3,?oےCCjf\|ЛÞg]NsC,0e=xui#vHA_s$FZ5@n}%,\#p]hƚ|K,Ub-at+SHJ͛TM l/E)d2K5>RuԨuqزT@m#~TGdxQS܃6X"ئ*zxǓAםlR٬ f &Xܷv|cKrRڕOy~h݉_L)M,.> (YԸ+LBJ q6)/ #a>R _T8Z!f$tBavfԿ?y`@9<[]Eբ|[)I/YQ¥?CoZ4.⻍Ҋxh;}3I#x5C"n=t>NU]C.4耂Mۭ8_1<.{#0pdC=6t&{y`jX~=@9s^*ٴ5 =zat>K/v*rB%I,UDvduG+BSY23q^mxK؍r~`Hra6{ ~hICwv]I5^\R0;&Ӏړ(7GBf4J,}0p"6R6R~E.y"}^Xe/ƿL<[cΟyKVY~ȄT N}5"mDz&*"r&w5e/s{HXU7 /D#rob/σ~= 2\P0}+`T"S̻(sqBh^n(u+J^˼M#-ч \GFVR7 r,m_" 3}툈 c=,Ԁ;7̛.tmsJisD68Zt1ܚc 5/$8@E#}8yQ7 ('[ Zۿ(@tSZ(}np,`{eG1;N[EUS5Ӏ6%PWos!NIH1MEVsjW6(z0ZLŷ{z:F:+6Vn$+}ITvr\9N m9Og.Dj ĦϠfBT^ q×1,B)@}>5ڸn"!btE3pO֞KT:`Gh,OyU[&SG`[zثNt)𾑜_Eu)}bo ;ia5ZѣVܑ{+] #~D?|>p8;_RqD=k6CC%IK!3XӰLHeI8vW34DO,*"wo_Yy}k Bj8}%VfcR??lfI-F{WY(ƵV(>k4Q=DM}idK#weqB; NO_{c` M<VNi?P*H"]܆WMm̫[ߌRp۾J,_g,bdqFSYۻc3T_o88{P>aXaPš!}{N JjjP.HF/…p6Ғ& <]X<и8~UݶM)-L<^\u4#A (h(3yadݐ9b%kɜB8xͫdӄmHl3uG{W?cH'2}G:"ͥF ŢS?y& to7(sV5 li@}PtBrֆY&ciu;yԿ3btZRCһrě4> ?" L9 Kb 6#x =6yepw?OZBroҔ0QŢjjAH 0~^k6 8m1%ix^6.^L{h/W9T*c%M@tLg^I?qR8 с \0ug\r8C-KmzV%:NKx-nt2 ({7b ++_ tKJvEoUQ%7Ke%XiOFnl 7 4~}?<$ QHdgY R-JbhTfJ YT3]zٛEsWoVvsn7mTڸ,5 脔lMO"+B+ {\~l/#P@eC厡#9~V:usZ;w U r<άmSl'!_,^}巡k߬7 RVx&g EY_2. =?AsM7gE+K£u7I/ T.v7|Mi:[[ t5Я-|mXnܩNv=Pq\~l"!cjs+&`) <@,.dx;^LϺ\sr*]&{ď˼L1)p`.; rg?2kE`>3d{5.U6U,_]6..$: Ŷ|Hj_^rDp"urCG?u9"I?3XEqM Z3)oGa 14qO%Kă^bp. ȘڳchWz{@r>ByXcW" l]#M1hh^@z\ּHToqf[_PK1$Ź{k4"EIn 91j_'cTK^ڶLBh d]L);E]<;R)X" =śJɍ,1V2ڳPsisәߝ ?Fk薕#4ype>{b5䊡fbX a Hɣ[lonȻvy>}< 'Y[`蔕͕b.x@jڠ>ZiOXosIn٬0qSr2eAPITRkda!BFly +0l ]p,V+@m$V(&.rS\iv"\ҡwX62䜦ujjB,IlHM eW֏qW /M3r5O8bF˙ ̃Pd|ğ8ڂ8O&/vӆQ@ nGEO' r6w u_ݢ2xRmIp;\ٺKI:NJf$ߺsLҋ&]}5B`(7P|鵌@b6goK<J10P8&_| [5+-v^/Z>U`3g0 ,@ʝl wKlOVpqy)yԳԪ˔ى8ujŶH,7K^q;*JovujBdu_ɒT{՞=L.fJRuy'b#w5F#3:q]+H$ y /mrRTؖĘk{/,b(g .F 8׸z/(?*2Dr6Y~VEBRGbi$dO#43SgD Xt\F9`\' ׆.NSzY\ 1# ΋:1#w:jI :va&g󩝊!YVy%v/a[)IEkMUÍME -Ѡt5M)#Kܫ`Lt G6˦,IW?+W;NSyϗHgF/&ʼn!`xӂLvw^Hd֫8q(x{esD?4O[킡_hUS|яFc 'Vp&6%nd/@A yK5j:mS6}A%s;\T5NLVz(3 Zpp M-*Ce6{s皻?Pځ-[`5Dt]֪_^/[g'-mjj$mpH0xg}k:DR.َ8vXW4t?Bawcr)`Ԅi~NQ5Qq]U24 tB$Y'ߵJڵ/ mNp G['076d_vWURbJ[m=u5JݶAL)\M|)m\1רz5Υ>淹~cT"-]{^*^IĭzD1RG(2 *?Ùݬ;#A#NN"˒ Ԡxvmʷg:АρƊϐHjUy$l0`{BGZ`GMik9c(9'45519mỵ0pR%G_ӆ|ݻ=מK÷u6a-j.E5:9%Q& `v3,%ib\]6F,|[n3zBW8kSX^bͥBy gfT`8-TܸS|+,iikxI"Er{'^i*k}%ip0 (8]7 k_w]HU[P{g050p3+EBZf􆻖|'u/&~,K_jnk@:;RޮfU/ t Ck bP6trj+a\E1N0D/7I1~:E]'j=0𪧣 N#B|FӗN%0jU,>@t')`3H~BVL\>2_?8<Τ&J42৖ bjx`2m1@^ ;X5`fOwmhؤδy&`2Hcz _Kɑ'BJ}5}CPZKҽ"gd@"ttGH5ˈow)V ]~{>9|Po30Ab":vxV:@Ef "!ep5* 'Bؓ!s|S=+:ST6"a!R)y.I5=?lǭڻ,:EK7ЮB6qy 0ɳF( u|o[0F]^`'gϭƔ_]';8 H }ꏯ8UE5X/äRJOI] ɺTH?]E/O9N+B}n')61w?q=.h8i⟀[ e mXKc:Ѥ2Φ& Iv׋~O;e#b*v ?}v!-B_ ẖmTH9"&;cacBS&j7oIjם;ƃɦvQ󗴡SQ eGi'ss3 aHQyWumj$#]9!ܯζI6Qr)qӔp6p`ɄuUs@c˳ݎ0庌'<548KEѓ5Fєˈ"~R!\K,sϹ]rǠd8ްIGB U:*{i ӷǙK#\u^ѣfogݽKۢ:-(TzMl>Vz6k k-z Ë*5aXڙ^p)Cj+.9b r62NчLecCӻ5U5aT;f޲^ψ>|yWc<\$ȃ^@lO?OƛK~MmWO0G=e,9Wb(ũ fЂk@_pPBeG郢!\uMVeR)YaGwp Ab>9[k&d9!#m4lj& o*>\z Pnx'kAmɔ#Uvn^86U %/`x0,8d7je#{2?PG:1m^a j/"` ܚT[s{^cx}^ς#>c#$[!$uR}t.ַٚ~df&_C`29"wvb TЭlcwh2v+^@uK0+=Ca<^""Xr{裕`IVfr\k<"`ki2 R)^5%̆ \P pD%!+9M@qV%(Qk $G6/aLr``$+TpElE5z? }s~[1obn;N &u1,8F>g_j!) F~%Шڰ1|;8rE)_'Ϡ*sO^~_plA;>;{o.˿N)!@ka3y+7- z<鈖* 3I]97ȝ[bțs]B:S>UINcxeщT/krD`qF׷b&9`P_ɛ}`$%0(\)APo;}[5XpliQ3 JF<'oѐ#tj;{i\EpUbîVrPIpu><;bK^މѻ]9 /}(KWװ8=蜕2@s.)-& >;<ڟtwpڬ` `etG鲚Zs<9cqb柀NO޵/WP #b!#`SC:wM殡zمϷ*ZPK!<#Ԛr:㹫&=vǰ%ay9?^bQ dI*^1hpTOh99su"d*F16b^,ul$hmi_•-Gk۬/Ys#{fDaNE|U֙yZ1c(.R=|9FP^w C^π}G1TS,\m!۰byH$8Uņ,"v髬,Oo&RB"3Uw"7$mНBeOVH9ZU(oJӱ}GÂiB-O x9;Rz,ibUz Zp1O\9mꅆ7[0]i!mI@wԘޙhNzV[7–vϛ YBA^c8Uԁ'PF;I],B ,r?p'9u*w#ulUy1}A\r}:l"n4nP(YoDul ^pv=Eﶌ%ϻbeҥ$ o* ٢ }X7f(@/]Xm;! ECޢ #9bx08_B ]/mg8RӺU?Y@Iy\"\#9o^oԣD@@|s5<+E~giv r'.7Bt,qX:;ȑzJ{O.Z)A?'OE̡$vJCgsQj=#M(&?>vY/MN:S-E4"܍%א4{bSa5nClXag;>+`i e@G`/GRjNԕ.~KWqfvE0 vs-df,fVyaMq8rmLgFĔj;rL5̿u%GK`T%4 jGsIsNW+Dom|A;b|aJrA h[è~"Bsa9yϊ@GK'nteõϵ%5x|͞%!a`Đ 2h2^L9"ݶazn[Y윒Y)JP2|"ؒ94cOׅX6TػjPu33OKϳrVBM'#xI\ax=~ngW"ev@ M~w%ˌJS&/Mym:tbc2JH2Mi0e9TWb,.Y#^ ӟaj:h*4|vToE2,c:C6 Є+բ3e7$h4-7Y _"7\Zkba!>_l Ah\N¹[[SEE</Ԟ*̹ÝM&ުRO:]Z>pӚ؂"E")8vVW48Eax}cИ 6S7zwPx7PzM]"Xc "[pt^PMH,'X23`.}$.-( m.N3f=ZEG+؉; .FbdXhrj ޥȪ+>tar i ~)Km4 xiFWk3xK%BLn,9 ;s׼}q9"cG y' eӔd%@7F U c4onC4Z\Y{*4 b Dal= ER9AW{B\ʁ=c|Ā1akfr`0 VV +0*xebk5*^ahO?25F[d#UZVAOH"ńb'nR4bˈ-~(Tp Mx@al7+-/N%Ma?XhHcƽr[5mI$6y_o2eËvŷ 6Rǵaf}N^dӌ$ϦŒERWʱg=T y"/ԕl,% ^^Q3&'ȱ|ya?dٲ8te1^j @qpk4-lS_M˵zFTO8+Bb #Bw;@fR;cݷ8PJM+9t&/!E{L*ˤg۷rZz!=^Gj%ܳJKQ#ʩ7!\ly,pOnWp c^AVo"ЎU)2~}/մRi`<[F޴k5GT7Nt{%LgIX"C(/htp߂3dI4H1> A߽S +7aֆ%;^zԖ$aA:S H( Hf_H8۸!LuҸx6Ԍu9w)O~;SygB2WD>uҨ .Ui7pF82G!rbb7ɀՅ:=lSaq/ZnSEZR(h NR>faP\^򢟴t4'PÈ=5qr %S| ;k$lUF⶚ ˧`HT mYyM?#:-I4s%QG)< PqPӤYϖ79xY#lb\{Y6fQS,ߧq wOS; gwU'I}4f+u`hZG_:~ى3[ sn&%WQFfBJ%vf3ڄ,V͂׷ d.3Ս/ {"iz)PX FbgĀWB(= Jmv#v.pX]ʇ?dro^mʃP%R7͡rO m.~PX]p)hQ]ehRf,Ey׳QGӰ-!Z?b HYH a4k¡rA \%n&Ψ2ט[C$PiʵhhL9^%le"_ j&<:]@r])LMkҽj-T31U rm 3܅1=r"2[:ƓMܳ@gV͌!@ gZOϤӏEuK~/y`‡c֛= 2)NaIi쿃F|'Yb;~K}gҚEp,.j%a BN,?R$(7Q؝姊0'DV:-qsiCq'[1]=3U%BQ!hMpAƟzfo(BSGWH.R`=u0G) <=]É4%P[uQ9H\lwx%ŵY_dXݍsB UثPZv(FbkȄbqnH$:V3X2e Z>Z&ԯ,r(P6w$k*:#WTk>҂ӛwcOLXXjX J(rYőӿF>b!ܺn>?D "[_. {=E'@Ӻ}rz͗gyݲ Qzg[MA4wzjY-趶E},Z\(ّ906|bՍT1:tFwriɮQDPjqSfn|G"dww>=#ʼ*(tuG0MLn@}Vc1z3H9 nmdq 5wt3KZw-N揞A7. LCqpSPg< mo#" rtzxן }<WҷeKsqLTN.6߄wQ*IwG *_? G4|AZ{PѯUa<'Xy\VH4i ژR*v !>dj]rz>H#CBHwx~/"S-Q1ΟH+m'm^T5ΠaՄIyP)K٪W"kbQr?n!'RKd Qyr wBAeSRSmŹGa|XcY LM@J8UUvWOAcONaX.e(rܔ)46Q\\tWOV~3pfajы/:&P/cc{#cV@ȕS yU()UQlD!!ԁpKψ3َ$ՇiDIӗ 1n(0mCt]<=xNk=h4z=Wڃg{ƾ. ͦ 9ЈFwjJ%k ԣb(lMYsh,7w= I S_w t _)1d G)N@灊XM%Ƒ ЁF7X4!_@bR3p~((=%YwT qBN3Ͻ#-U:{yM~׏iK<4uhd<LU[c&_4+534n'EBAIP…F)]"G o.s%,{KǿP%4vI^A@m6n^K%UEB`ʻf߂6ArF"߸O20R1zU^T,yRMUE8io稊a Ó5>?İfּ!#;ou]dz|Rn7O5E8Mdh?Z_Ox/ΔT&ջX%SmL@WeT@g%h/^{IتQP;c&Vt!ɠJ6B?Ŏ QyB->J)HYǡ$*֓ʫ47?Yu ^Æ Ƈ(5D99.8r|Jj0w*؁`=2=7 * ѵejIuPYчadj^"Db3.D*}hY+P 9ΜO>;?a{>Ì5>\u#xc]Ä֎(uXE sIb嬝t}>2.aU NR+Sx7LaJQ[/^hl?c0IxEJ̣5 $#sXg-}vlÚNz;zT.&f#n vL8P;[C^WޠdMm\7I#J? 8,ZBmWU_ܛ #.{ sAƭx [_c :Ar^h ,JX[@4 .3SWE DU9)x j:q y Aq<׉~?j(9X7AZ&8b\ob`x$q*ɥn,znb-r~օ8n [.Fl &#,m^6kgva6i~h5*~Ɣk'W<P6@o ?, N,|#d9Ļ bMտx*Mɠ2v !z*\0%`1 jl^YEz`K 2Xl'Mb@w-L)mDluq>W4# ı#|?WlnU4sXLPAB{λDjbtF3EVY,]&߳ʓ=t8:fS/ cxDՒR(tGcI兖aeak]GΔK@ uX'Nxx$#ˈ.xTNh#`X%`Sr@et=keTNB2zhk8*s&}{"^V@RQdGhqė\ >&1zԲӿs?ʕQI8kG:ư'T?Wu%Ş%D[eP m\zYN4gchn ݷVع.nRkCd9#)9;ɈtwiEu<'>g 6ɩrl Qd#+2=`j6Ifxa2$jXzNKAJ\J;_ ^`I.>;.ףӶonki](ib`1SiA]iSM'͸4kLѪ#']jfz5Z@&t7 %\xGBCQ/~5N/lU,zrZ5H+ 37j s_YM(e.!$< (fYz}?0baǫ'yguCob 2,eVÄNDbSeXG57tlD)䉏28CN4W0~w:N N(NC.7v gpXʐ,c T)wc>{Ƶ45 &BO) )k5Xe=ēXDMaaEv́D Қt|Qs @UZpG9:uQ1l'4^AnV%~)o|rʁahUoh<0aAGȕ {ՀCTbV9FgO`\wao]g;.N%G 1 h`3<:l " CJudpE?ƨI*J ڶ4<ײASʕe&Z@Kk$WT}nN*Ȳα)o0~ˆMF}`㉼6O+vA ޑG߫%BtL+q,S}035HIݫMzDdx@3qsVk+ru+a2m꼅_џ \߫l/8~ \E4ְ=6ڜ'7_i̊3ĥdǏd_Cmcgޞ]0*M}7^0"|BTtg)˵쪛q$gV_0s)'b4ݒ3P^cMwů~;DkVے*; `PvRAp 5~*txO겂 4a?r(pw=X[E?-TV*6neGy5ZuE'>n^Q>lLU+ v:a@r_FzU~.y x"U# :-?!B͞|m:G{>1eX9LOĮYW5Ffz%:sh *Jwgf0y1NDznZo1FI;yvOno6Ch2d3+xD gU!{CݾaGop K<]4OUHLSaXPxGIe<|Q6wݢQOŋ $)ĀrG~xJ/i#$z]3"gP1@9(vٱJ\؄! 3Dˍ9td'j0FAD$!v(-s ی[J(K>cwtZ`{Fl[&%~.Y.i a5ռ@؉ޒ!&JG$kM2d&Aj=!eoz3rK>> ݍbQ%\&S ?x#gU3n 3{ƚ$y ګ?^D6qg|W9ut4o}}b1qya=i D@æG9b-OXM@wJ$ ZVj'^̅3uܲʜ*~M[dS#ɟob mpNoS_X#7VxNK8[wӡLcIEW_^avֺ/\)}Qyl$1[/mCMQxh^ep͟vx̓ZkA`#jT& Sͮ vX1gof {JP7A~q՝\7Kc vcj$x܆]9yg&[. M[.HSq:˖& WWQ|0yD§251?eu5jqRBGjH/O^a!8˝z al.\ Jk6nB|F~:?^( \(J@c,[Y~Ǣ&OO~|>w͑=VеY-.x!Z*Do=;Q8sN1T|cV y`UIى0D h=j%ӠN1O}<|ؓˉ3 qM)jl>,O-P>}̺kbdE3iY_7{Ya gԝؑC_`eo[@o1p`fZMtDvحum&~èʌ8va׿D<1n\߇* r;pcVB`5R  ÊHkc>v,cffS7@}Ԩ%4R .3jz3}JxC=s8pJkJ2Muk )[*qf =5WLp5rM>ڟ9r~g,O7<,*ߛq9/BwCBX!.I=jh[/4fŒ) ߱*`& .9㑬WXN;Цl1__먢i4Krkg=9n*6z{&g7] 6=[+w3}Km eTari<$ўwFb8SFjFNeΧO;KVj,w1XX \E;;ѵ\ެs$/;Y/ltbuYքsͶ ~܎vy4jNt}taE-Mrc𯕍q(kO-|V9$Pәgvت%-jl@ū\}HArSD/;fMUgR2;!J6`p%]ѵGǜsu+߯R%r 'kA ]1@ B9{3Z.uLM9(s׽Dohujj=Z:;ՂQEQR@iՈVY&U!U- a7ـ4Bܶ-<ߏJR7&-~"AXuIƳ%B׏fhjKVrœ2UB2RTD}>:`0j]ICvN3Um]!+pήUxOdi,( ?57op"P}ƈ%֗m޾"2( ?}SN,wqH)Yڜ~OWsN]J A&d_.aIЙ\o_g?)*ʻ/.aV|aqm5zʖV_d9QС>^zge<ܹ^?V"%j/<|5C96Ӝ[fI~]gI ⢓Y:RUMzCF4m4|ҶXDKiL9] ~1r?xxc j@ݓCgOz6XX=m-$(~ o_#2l,&e H ֵ>BM g^8&.Q+R-M,)1B2ʉiWl#ŀUQc#ToF͕,IjAF4Fә)tk.p ޭ]"xI>z3<~32 u$Dw{c#nܧh@W8Gb[yߚ;FpOXҩV;bZ37'i{/7i<(c;;M ;a,2Į \&R?8o[JoYmT~F嬴?$p=^v{b:`VϋM8L܅c-\J7S'[)QuNշ"gIx?-5?$[턲CWSnoeqt4\ =nOj8,Yu^tⱇUh2Òy-ʗ ?|9 oÁCgɞf?Ό)|EB OyPGmwMCn޼z; rk}S˓iid֍C`3Bc&N@٧&!/',I/l%$FBeMef U":T!b꩟(n1zRbu- k!^W){sw5Ebpn =h,iݝ1%\Wz1ؾ2<&SΕgљ Dr/sA%z7 6d^2V+w"g{I҇zN?@qH&G ?8 ./c9LKk6i_Ǥp$;=O_5*j=R0SN9DA.Ʀm4{$+ ,5 [}rpv10 _q;"J~4H0#=ujhA=-s /h9f Vk:(љTKE?O5h8HB]53E* |׻Q湐gĀ_"NZL=(x53\Xsy;$KشJV#ok y:"zP ="4%' /"nu"`2)C`헆xŜ^yh鼬q:U _tj39Q?C)HCTq< ųiI4DOAp%!,SI/\aw<`SpdqIk6rGPm +'6|Kټ`ʄ "}Wœ{B!Ӗvt?iIn:rpdi{tH44a--ƶasl㺆--_UPh,z"թP 9 XMTlhf֍ +1%0SqLjSaF6XNco,a$b(ǂjG#v[&HI5ҢV- ?1OѭA,( &"N@\sObhplJpc=zA)rx٦j^t/0f.JʱP`An:cԑ<,J.`-.3(;x*_]I7FtRH3{jXV 0xO4ǮdDkac'cb w7Pا MȠwQLMMvt=Q6LB`?c9piK^xl vzCadY8s󭂭$`t" Fg۾XcԊɺvХ1𚂒B)|[e eqS(J1C}5$ɖ$lm4?aq*沂X!{C o:=8^t])M?&φTi {5wq#uIGWjrr?V8ƾ3g=_kb3f??Jr2RsNh.=*ax6CK',s?:et1Iuia{CBj|,'.#Jݒ@Rq{ƼTpS:/1K##~9C*>PG"%<1tJ,R˼J3hDl^4=Hju4anɗvn@_6r=x8{ jMCjgJ9hq,Md~A\z&OS%O3.\%(PMt>$4g.Ov˩߯@!o v.#>CJN;fP?QDWQ ~ktEڟM._ʞ\ OEr=^\.)e~ ؟1Hjo0 ^,L%p9V`P)ʷd{8V.g6uj=3Wy˻`ѩ$ixyΡ ϕ`X)瀔voT7 xA7|yΟ'6y?3i0}e'ġ>I0Q%qYXyXDBUgI-ڼf}U=$y]wy;XQћ!M;k;~MF|*! 9@r)NBi] ֏vl'ѓ9>ϧ|aa.ҝoooko Iψ%.HR{9FÚީ@xE!s'g0vM'>T3w$M'EC]CE4Wb`m-V/o UZ'VZƶj-lVAWats;a;g`e MɈiDmAQ}´KLB3ejA!q:p9#sV<zX-lLDpH%k|-Q)^#oIeE*aq`0+< J|蜒ڶaqnh4x]3٩jW|!x; ,^H'?քœwA,e:UݿOr$S `5G얬ZD)f[k_u/Yzt H6_{O{̯<7oDɷ;2 + St55]P4 +X5ϔ`jP I\fK~q2l8Ƌ^bn'$'(β%f?_7Ĵ޻(@ }_VK^k_`C붎M ! iGwHzL"}B| f"]w/.B3Z)+׸j>39~vx=9&tS}S#ãGYJpI2XȄ#`Jмt1؆Z G5("~׼v֑Ns=B r%'xP#M ?sF+;m ԓ ,O %=Ds fvͧoyD~Jo2uAKp XpP%iY] B4Y7l$ĊΑ:lI(>]D1G߂q:Y;`8SBMt= XlޔœTZBӯ/oE(Q=yW<|}bȯ~uy=ǽ 5+)6X좎z!}Wy3A.!RJ< oQuQ)ڔ,S`&;H=Xs0T~uhVu5kB`sP&G'܋ hUT|QwpGu ԚY#݋OcD%OӁ"LJ+ek!É+'{Ŭ'w+A25Ul@ϊf91FiiNvxF>c37QR9sx,2\S7|><}Տ8 }f|<Ѝȳ=߶&Ả lh d%} H=֤*lf˴%%TJ(bНt1ߘ֢BfBVx,ω9Rl0,l$/з=\jqg=ykH,YvBŗ 6/s%wD:Ru:i 3zuw1l[v>~MB/57l@HV[z'tgyQ\Շ%:)iꅹ/f.{ {%r*rC&8^l7DEao+t4jA%uOM'P`\%xmD)۽:v[j,Gh;̄L/,AΟq]h0 zq(/[!qZ~E)%Sqhk(G)mPA01m[5010S$]0!Yj@ڝ)8A h[^(4yJĠDBnǮi!5fI>#kKEɍŌ'&D8ϡO(,T|$4󫡱Z䷛ϡx \[; ն;j}F Xb"4УgnSK7ted/X(XgotVK\^Ke[q=Y)3sbPlъG]gO;&$JL#o_!lͅAp1hܱoMc qQ,m4%jݗA`+ JD^ˍa)0#TJ]TSWEnYNᒳSyC(]8DE"(gAn]T{H˴':'&gY7l)lBbAy|NFәhU F;^>X?y[J]AiYz(3IZ/5J}2eʂ|"ǔNI:~w%5L"SFR7ߗ *H-Tߔ6űK!l$kRz,tu4qʧAYjdIts~uJNJT|Z}_㔽oKOl_^v=urJy=vh]]mc(ǽ,7|&4ŦYB2x(4KC8J{St: "ϯG|ےS&\ _ 0; c!+PآIp9*Oh̬DiAbdFCЮKYLݡ6u8B!>aN>FqPߠ".p.%s9d/i18\``6) ).*:Fo)%#VT_x}upaS :`IYkBhhewΡ;MȂ+,Jc,%MUk?f Y%`9=1$2t'6َc, v糴{ @j!x<⢺g?"س܀{ [Njb~*mStb$2&}6M'Z /!~tt h<1UѠ)%|85Bnv(![ |;UN%}:Q-.,kR͂e},yuH&Hҍ81Tj{>-ȼLSAC 05+8k@SYy !`UGbrQ0Xx@Zv{nS9K TZ"K,2+vMiӍ7s-aoAhGen? o *ZDӅVJl{.XZ܏m߼WJWڷ|ɵȤ{6jX͘~uvv`#Hȵuw0r#4@kJ$BMLDž__J# g VהsJ!}Ǘ:PISӺxL/\6~µ.B=ͺ.@s'`hʫ})|E2%`C_3p?^9ªbCܔja|@{CE0P8ZFf)"<J> ;Dk}F _`\'Iw?(nw4 śkƅ:KJЯܩ.~3fy9xi׳/;ok I }ZA,{2Cb7ƒ|UK4Q0(dJ`!61<,.jj&ep\MZ-C%Y>9_1=NVM R:l6Ni+ʩ(cE _f߈Q̽ڞH{!qG{AVMF&$xi:rX)Ϗ&z lo [ GHzujy@5#ͭh ? *K6xԀ> 8P,476a^nwn/k[6HeUc\p|q8[* VvJ_"8g0^k Ȑjܗ)OBհwuD"ݰa}ij@U^i8_XTz1ŀ31;V( Y8؈>K4+X$sD7J2i>p`:ן @!j$G֦[B)2 cY9XjD_ Sq&F\ly)Da|VMeՊ$7 eMQ8:ֵ|g0\q׋x'`SWօC OtkxqM]nSij2sdAU\Z`DQ1R3$fŞlEu&,Eش\dI\@Ђ:?2 QIww_񔤚 )OYk~h ^lQ=i=lKPijw2+8bW4CA7i`jAH=_6z 4ãz@܇V2bY4ǖܤE! >MS' 3i+.#|Y)5{-ZބfnQegܔ2=PoWbh֛o`"hX^uNًp7M| RGxȇSg߻\>^,KK=eʨEQ*Zp܄ƬNژQĆ|k[XM^etetA,ZsĴԂ%n I2HH-&r@o{)ie ϼwBklFt.GKSΕ;Yp)/'׭XE3&ҼU\פZ qDqydG?"o1hzrμgM i5@^̏pEt[s,PFSZ$~$Yx/ $̷c E3\ fB4((3j1̙x`wՊZ~n@{6z0lK|at;7mL9$ K;$<&T׹?iz=T>M{ºFhğM`v2^b6Z_)Uk&źh77uAKzQzqjO/'Ԋ>cж:2CV@HלͣJ6{c"Z(;%qҬܤ3 #ksZcM{-[5rDӯlӨz5b qcrQ{fݐ,yyb~6&n)o=}vrւS=d[ y~݆FHk%-p[vpz)8 "zi*Q6KwQCTE^o3*JG)\FaO\@ҽlr9mHRgc|?q/0iP&`tU:GYJvb m p&ZwPV"_AFeYTȾ .ّΡ65ʥӣ/a+GDU*؆\GY;rX$QsR񝽗qf$X+.G2x",?Au pQC|MY4?xm6g̨vJƕd4dʜ_.ч'Rչsv\PYY\&-0,߀ֳ,UL?o2o~8G{Tؘ2I:reBO7̐$> f(Ml08)urUalFUՓ"ZBbA^N@*>`a/@i?-\Wkb,򺊊EϮPǧr>S T]c%3Viǃ9f F 7 ._#ʺ iȢ2Z&ʇ72И.dZj0Q#//'e e\UHKՃũX˓4i>it/̷7,XlaHL-;*r7E3bS…oPK8QjeROߗPEZ8T4_@G .+*+f4Dep{O!&KCw̲vJ.45CweIvvJoL5A9)Y5F*,-NE,l܅0z9Q[#KŪU=b^C5 yPyyO:A0%wR8Wb PA'rd{#5S s!C9dv<ӳo?`Mg9|UٶPMgI[gaGmhgdƈHl"jXF4]YYQBșW#i`BXр^2SI䈹ߖ2>؃_*]a3昲LTX+{ڇpE2bS6d{ \wn1IUq I+X9ooTITF"VjPҽlrD~49ϵ>GP2f7MI(2у"rһnE˾>dRaaSK؈X&E>Dи1/~o:"y>H^dGrr=q|L1Pe늾U*r6z#M9XpL7വ|+/Zc>ԗ u&11 f ײWj; %bih_/NjZ\c?s0a޿.c1ZjT|U0r;P;R+;xm}5䓫SZIePU8Ky7'XAa*."pԾ`;yq}Y3-f"s9\.X/š/Ha mZ-1}#ߺxdELR<^JXѨjk@L[dmڹp J4ƼZ@& y@"@y6Z/Z:;s _ }3^YNsid5*:[,@W(BH|yYL Ljg ODM> JYت/YB/e!m.9sb+,;EξZW^<7NkL3e< W =J0ѐ)5g,: Ұ CR/J `p NB![%60FdJ; uDBcd9B6#7-uX]!ou^TM*WN;i6ĖxpL}yPGw@'c^>A^\s~.j=}ꧪꄆy ^Lhm[ n 8?jI:\b#Yxg.@W:0ӖxT8:;W[aqw3(Z^;@ gЊ߂p qvɞ6屑: Ќ.^X6xXOŅEZيu_Š ^R.R1DZ*@0|G& ˎ#>RVctGq24!EI6 |Yфt>y؂rLC-n(S\jE<0qvF%JZruB6X3_ձgH$;?SȚ 31iO]ʚ#|==YnOa~zZ 4A5aTG0-¤Ql1` S2ߜؒk P$$ݽH g073wYp*%yԌ2"RVyMNJL, 2l lOh߃|LIE'A3R_Jɉ[@Xfp0>4:jE^~YVƄ(o}\U9淪tjC.oHXCm=O DR2 RQC vCQL*C qFүu 5Ȧs5I4u:r>hJsa$ "p| _ j~({1*}Mɴn3{<+q4h9a7I: x*V~^RGcdb`t#aK(ڶaj/aΨk&3O,&-aE r%$˂#Y,*M`J.< E(W][^K Nw=įSsP+myAT,!ޙJQ1[0i5+@YXbRe (yN=d oD]gSp [j;K,68H.+ TL!W]cpذAd%.~7UC]1IuMJ&ǞԌ)NTnɎ MF_䕾OiK9R'x'4?Ljj1aW9q$𣞂6{8h掕1M[6-D-`n೿Y>H~FsƋ-lid$1(Ү'f7\rPP6ej.cE*i`zJV8.%yPFyd<Twga+wplX4p)2߬Ԥ"KؒkW:+Q,s>݊2k~9Wd!?<"|P8f wڲǴ?I.+9#CSK{ƅGd5 aQ˞Ȍ;:Vyi J+ܶAQf"@Oh߇`/;iYR ~^x p@Rڬ9s~9(qvB "E4,:`dcd 1+!me}U6 Rf0:h]=L-Ո@Pˊ.jm Q1:xeldce.%wVDzYao'A0aLVNʇ\+|݉1ΙH)Lwk Ah=\{1fX\xjɭ{ C(f*1;܀$1)%2Z/bI\a,>g Ak7-XhFUBR@)Y!' ^dT^QTa]$v10$!阳jF}ߌT&pXkwe__VoeKRn"]09kA!I h$fh׵G*Jwm$ 4>I] 3ẒVbҢjC{b?Z f<q#z`?c!&.m` kX9zkz0g>s!RLd[ր~ځMV6`sP|U`X2+ѵ3lJ*E{k#.5bWy\R{L_D}1{~B%AQ`S/uq0_spCiܫ^@ܩZ4Ɵ>z':ڲ+Kt ڧ"bOgI0WJ^Ƨ2nr{+< &e!w n|R%# "KMȟc3B1]h,s;Ocw@t%/ @ J!L5薺@֝N|M673$Qͳa̎&:|*jh/o.q`{xB'ZbP?+x0l}DJFw|V[JOKg5ȡ^.뜁o!-œe1)|0WШNEЄgm  enLWfD{vj,ibԪVSWH4+`lHeHg+<#kp%Kx̺5TYjNNeP1"'«"1CӄQH}3b#T_F+-> (:`iK m?b-AEG3,]?;X= IiGxYY' wI9wVgrjȖ@k=w4 ͙xO_-ֿa鶭(¯XXE!kjO ]qzZEվהJ RDA6r!]0ga%qI ۾pNeKu]Bn oq9z }q|hOhHxz-ǿv[5;׏:Uɖ|v{!#oqHx9Amrz8 kGpڛEx\+rx 1He) ]Sz43I]ʕנnd,`6b\14]$1K`K`B^ 7|I4UW(;C2Zy j!լgQ-k}E~2R!b/wڨK{I} T%SY{Mo`J x b{AqM% @'aVLWjlΨ3^@oղ7C|r9Rqpq 79,Q{"@c8~nmQq7?:_c^ܿTm6]cr~IaBXuehɦ, y>fiʽQ=m IW e'(vH Koؽ&@os]r;zK周a!S5b,OVptQ"e6׏ C pyn%l9GU|6(?ʃRf8҅/?mȘN+fPVVU`#" @K10ˊD{3cΨQMIJ?@k$!gnRNnPGXS3T~(KYbvy?K6vT^)h?7a5}FUp"n-"'@[8@;%ҏ EA58Wqi8֜(u3`}J([;-}4UKk5z*CA#MLLrSd A߆o7*K^$*n'ɼdW' {0u^k4e1s%wSG~70a5*9+ĤY< w?K۵R;zZA!;-L-Y>uC,g:e/K+2'X3EŔ ce Щ.T؞&ՙ^VyޞLLC1GTTM̗r7f~!oOP >`vf'>P?L C,5ڰ$);NyT/{2 % Ҥ1PPhIcC˦?@[,C~#;hzkW"(|csa,lRG AIA<.0{-u3 Aazv%)Ua1eY"zS3qxJv78X'![9C f2p[bI_X%od(bcMY5(B*Tϣl۩%*l:k78N#[{Сܨ K'iH2G(; z9Wq:.{e<*/'vb{r*l\"d c˯.+ VOB!bpo>w16)fy,cˎWBVaTSx{6LԒ_{MSTPP2ghB,'Vg 7 H]1(޳W(ܻBéovϻ'izT2~|ɘo?cBy9=1@5<5/Km~'A`6.w)&~J2I5 WWZ_ WJEM#pCSb{-;q[lЖMCj'ԔCˏ[%R!cEmŧ9FAsѐU'"{*N9h}_?1_FB%/ٔ]riBLVXjg#nl4^*:K5 3x>L& ? h#D OՐ(wy/P8:(說Mjuij+|@vzд{Hl|{^Ŏ͋zR3Zl$|  M,(-0gLgEN^7h]]5G1ȊƓUG *-\c,c|f 242%M~߽ Jq@A+lŧS/ lfSs℔vh5ce~ Ue@nC? Ȋm^.W'YML +G.*r!%FȖFxݙzSޯ)sueG

J2Ouز <g㟺bW;4ZIr3Z6a",O#R+Y|\1C;l3 ^qP>z9r y(1R m ,Y/a?ϬFG!|Ӎzs0]M΂]V(~k/b[)#6 ~n/goAŗ}9FT,ITo:|`g2p{E} `=v^<Lj&HvYf$LݚuUDP; _jiJwnC =+`5騣jw`Rwhf3ޠ+]J[t Ca6ጻŝ4mtq1it3^3{|$/ ͸K/3݄͞ RP_ά {:H ĞPUg7{H9|A .TN~MB(02'BW6T}.ځ#U ؿnO?q7?`7F~KfE3k25u# ?\ΑE%l9 JOytNJmk2b1R\uHk߯ -Q;-V0  vc>4>>ַEϷ6lf5[p7 t*@tj1$-tɉbM6y,< @euogP9d+OfF؉ޠ#/b8;tw%ej}+Kɠ29߈?n)J]5 yϋA,mS̲X36Q 7_I}mJT]v)"tWzU*2hٖe!FX@K86.&>\MPe^-+m<jtM~ELyL;~IoQӇd+} V:^2$T]c|B r ."XG6%3@QBt01GfVM& ~]mч,%B8Z\0 Ɛ W9I,:!"/Mk߃ \_}@qr~Wj&ϞQvoĹ(1[ObNE6WN5Zq:ߥ@HIx|¾sBܩ STDϑ\z1L9 6FEF:Fޜ)r*)KFaTwbc讣 kv_yC !Sgkڝ0N!&k(Mh5d(4D;ًwG ٞ>e!pgtq7C&еbw]EsJ\l]G_h|Z=5OA)iуW4`Iд̳y E8˟j/L8 O-(C{ȃ.t]|a0) RƘ^\li-Yc`[6x`ٰpuїܛKpwZuVy|f9M%+0/g(|81: $ub U*}} j*ÅZZ09S1{>'1qf]UИ\& Rb4ō7vt+E_tjPemC/1&/O6>^ 9]ٻm]; Jiq"%?8y~޹/o@$c eE mM"9]t GMOeEëְr;Ef"'sTW)>*|sdbvi)|vz`Kt LV1UKhIaT@jH(xDybZ@g ditlzxZn\ -S9⎾eQBԋu R_ciTWP"Ly8k|JožGCR0ބ]l !s5^J_zQfVQFXH!3:wեBPrepF"M .{lu[2&4KH3 ^t  +S׀&"Sd| * V oLslK\nw@9~Pq[#O :،;ٸTT0$#J\!_XKgB7)ĥ=NA4uNijՏKHъH[}E9lAAUFhuUq@ve`~(+|-QylZ;Pa]A=l DyT_D(Hz{r:`k# ƪh֯ݿ?Ν@~X_nΧ{$2 BM Rug4p Y.iBk8J0iE_=A[vC:> %ж6hRS4nldnoR󝆴wJ{H׼Q{4CȅҘ7t\noOyeAfF N!a ܜ}sP4xٽ=jk螥32teAЍID,Bbo փkz[LT`9e%:P{ǁM7p^"?2 FK4QR/b("xH׎fŖ0jqK>`Bh(_|MgȖݡN{` 1g6R8uߓ*o>\sx?˒R?},T)GސDa T6bA ?Ñ|9Ugv|ׁboFOS4R+A;\!o?d$xc^Jd&&,,SƝ!cXuN)' nT&\& ~S䃰ۜ~}ӰP!7/H\;ȳyRSj&*-!D L` $K[V s\N^;͞?W2cw1t />uŋ[YuMA$ n8I.o^1DM`O +☷_7%5[8᫧3Ǒ {KӉU+z>jcC,m}KȹpdRIFɱT:Qb#:`nvd !{@XfZSKT s)33|sޛVeN ܥ?,"3ޛo@sʣ%8Wb"$'Q}Ey&n5r?dOn˨'Ѝs wIc'WGgѵx]~S2I\pTZɑW+x_=~˚͈mK*ҽGhDҏ5. {\j魂խh~Yͺjj_$TIYt7cJ^l\\&&>r_̓(ԣR"]Ӑ/1eqﮀm_z4փxlDmXP-ъbhQ"h [Rb7ya[dνw. y]5pA<0(v8h 4}Ee&Iu(4HӜ^Tm.HKeq+qír ^Ha*S\ДQ^?!P*Ԧz%d raq- m{o|5UXpxߛpRpOg E&OvoVYK' l?h j0N!kE. a~ia2HR +`aZY@zwկfܾj!"+Nl\)Sd}ȥտkuQ m+"AnѮe>Ö3j2k L}ґrQp\32q .E9׻oTddNj B iG<\/R0&#,8LnBִ>)'Q DƇ =1 E]̸3tlz,~?1O5JFy WD[F0`/[yٳ8s,K(=TCVW٦?o\ "~n౸"*W"S]s_58l:&L58T|\f['gԘK fV(h ֭P 6OyPzC^?\2A.'^;![XMRVמSlB,/w*LԹBjtY_bT8}a(Vs`@ۀf;Vv-Ar^*|NǠ-'2T$Kȿ/y ;t)b7ڶd;7:F0=hSK:qfX t GRT釞npY5.]Iݼ; ~YƸΆ ݅YjxgDܿg< /G:pm]ܱgPdn }X!JVe^B7qwJ!J.fٍ/]YkGeKr&-6)0Ӛ#ǁýu <{CYi"p W2Nj@'9z { FK.@O1j\..Z 8)!UĖ'p  - _TO#QgO/Џn1 啼ϽG6@l0o vfā#L!,#aH̏,+p4>5d2/Z &ʆۯῴLRّ,@DM|$иbtcPoy nYE/`Pz2`oUVE|.<gs]iGFQs탲XcKUMT"-'&]/~+m_T]]yL:Sf''=nѲנE5B(QGvh",**$߾NooP^(V,G#?xb/wGJJJ/Pĩ5hORv YJLmY0/LԲ08/P4NWwzրP;e}xXN9Q7)V: *~7D,6ԴcQ^ …|-weUbL>ؐRWu#@{̚]4N P!>v@雼=\ CɶG) m^C)6YnG@e+a3_v"/ wal| F8)d.^Q9 rUDo faFj]Pvۄ$js O sRkuA?|H A, YZ