PackageKit-1.2.8-150600.4.8.2<>,Xgp9|(vj<+zVqqWv;*-_["b`*d~\l$y)5&Z&o5뢟Xtytg#v׾qZ7dG7.%2UhOy7a5a;?;0 0_qQT-&#.E ذ.+Js1=J{Ew0meiYa:-&_ oeXZcŏ4Yyx|Do:Wԇk/ƺEb̶)>OT?Dd   Qpt $*2&& & D& &  &  &!&"F&##,&#$D$'[('8'x9)|x:2x=t>|?ӄ@ӌBӔFG&HԈ&I &XHY\ZՈ[՘\հ&]H&^bc۔def!l#u8&vwx&x&y:z@CPackageKit1.2.8150600.4.8.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.gh02-armsrv3 SUSE 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 || : 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-moduleruckh02-armsrv3 1728284399  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.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:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux     directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c81d85f774aa92d086720c707c3f504ea6285dba, 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]=03bdb622c74f4c9ee42cd7741273647739db3f23, 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]=f7929c9f3e3ee21bc823d28a91d935f589eacdce, 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]=e5a5719c46c5fdc3c7cfe6b4a5ca8f55b3720e00, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9159c6c17c0d0f296fa4288f00f6ec1cc27cb933, 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.8.2.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory) /8  RR R RRRR RRRR R RRRR RRRR R R R RRRR RRRRRRR R R R RRRR RRRRRRPR RRRRR RRPPD@dsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8386edf90fee833d816c9123a06018d83d7032ccd24be72e69e4d16e212001dd5?7zXZ !t/;]"k%MscbY8`.87h s;XM{rsO.IF>Lݛ吉@|:6 V\, Χef6o0A%Kl(H"_jI? +˥kbQ >_ "?&,Yu\ r ]R OP)&ONܮnb±gu<ϴvNu}`e4UmqX>-{Ŧʅc&ގO["h?3$űɧVsC,IFCДugJ[߱NS t}qˋ5fp $7˳o\:Au'0]l~c_:AdPR+`LFT8=yWM+ܣ'vUg8(֞$3TեF1^FQWݖbXUyhZpn圲SQz?zFdѣ'huy*+wr b,a6')ĮA V6͠WEuQK6pLv J)֡,7;IQʢU٠͉ڜ\JҨ6+=VUq`n7qxZBC$gF؜ޢ EV_* x_COS}CB8dXWvZBm*?2`(e%E`Z^?nSéqQ:}Bϰ#\:Բ$Ԣt7?֮\N*/WwS oe!e L#!UNCxNf`f)/ŵd:/4T53?h SjM/2deGYY!@Cj; 0X9;k nmMCRQ@CibQ1Kh^,hTnOQGoWC[G҅*Fq0`\**zҩP,ZT&enw0Fb5?pF\\ތTh v:'Po{lMj6Ke텸;7f0|YN Jd}67G+&p^WvfxSX+B 6u#g-̒fT pO*1ڷ}!9VT(Zkk ]_OC3qyV*a벿u6L)o՞ɀŒkLDtR^eT$b_ rVA^u`33Ƞuyq#[Y``+8[Va b\NDՁVDLjMw&yG;P4F龂Z|kK#}q޴\= qIհBEAɚ\!LoiyoTLkƼkZh* ԛ.0I[|9Tb$ۨ8pym.I YP:^m`/yRKJVe0_eQ0J `kgY'pFҽ<6 -78,Td8 c菞?a_g TƧw bjd[D&sm\(ZMlCMMJd1ফ!cOJSw9~+|?.@\#d F*Rj0J:rL^i^DSU*ܐ_aZ='씬@C݄3K6ԶLw]SCڞfi*8`ėoB NN)c"+$i"zڛN“wx0蜃+]J;In~/31 AxF&׾zN!z+mbwʎno8kVdюz^[Fs`3}.Bɹ02(!粽y{A'(sonWZo۹CZtL?' vvQ3NHcT';Y}'xB7mgJnfyuΘ V w+lS#^tɤ?!?v,Fw֊}d/hb{ W)DV]$Qx1ENX^g,pmvl=~㐇*&9b, I+9k^p>TC;n0D5m~ 9u{ tg\j.CԿMε=9n#i6%ىKiDRw᧍7,üDp(O߲5JP\CK$=-?r=-͘U9c+01%z6ږ8Oo2Ɖ5m-Q˩OT`=r;ۤe&QjC(i5i{]0.<,*5<5rl[>sX~3GrnnPT a=o``L``U엫R3hyyJrP`b4/V x"wIF@=0!ȗ \؍D5WA18چY_T9O9 Ⴎ!wm cEpy/i tv~l!mшSU56°9ؚJN~ гD))|4H.h aHxjp"w+Q:E2FnLHJX̿B-B];<7OclN.0% /Ite ,`ZC9̎!ofGL!Ir V<`KmAϸBۆzZP Qo7pN47jȽ R#|P k/F:V@1g:Z[O1#1NJڇp ~;3 7R!#"67/*9+97GiqCioMz`ϥ)8cyc_bw: WM T.e-"!{:n$L69?`HN„Zyƫ}ƆI$-׬`= a6L02]8)1iޕh鬢"b#_Nb?;{ K*$>h/,u^KEd$RG-&DMK\oP{B-Ú9aS1m?9Qǹq`ف(UQsCJ$e[+__3o)7p^^+?&wBm%L9.Y2/J r_j,yPe$@)iÄ&y^qaivV]e xz385Oh`m'7?H,xa27%"B1\6 _>Wt˔UT{pΝgq4nJJxI>FegP98~4 ]7JuPv O0"F} SjIޤ%" X=Kk3 7O.SԬ[DTFuk`&:i7dl ,G 5OLYQm"eRa^a_%֑v0۹Vu#\=Vg*6 PzQnhaPCީ8T~p| ~xQp0ʄ~fi[ApH\Ni%z: jw +Sj6)o@ow,e M(:W&lq)d:`z=֨!2!_<;MU>~}fgH. 1JP q^z+2L6<4a !8L΍*:tA꿑2Tj{hG&yy'hN;gi/_gv,C\,bqf׈M.YDXo_鈤``u- DQ  M/Pk8A.X;-97 cYQn<~F|N&^ 0ajKj*/Hyki5kSFgwH@䲈dbr_1Rw7S䋫pFnJ1#gJ$m2N~\ϵ$ݞ!X>9"~PvKys'삧9җ X:l7!^o7JSc%^بwz6Ch=S>ω\}?aGOBu:gOZM7> QwȔLlʧ{y~1ci[3[ls+_ǧ9qVTN(**ɇ>6KDU/Zr cjw!l8DTprE{? Hw0*4vT`ҤT6y{o0<"]-g턆u)]0qxM҅(5k4L SgޜN*MS޺4)^q&iu&[pP0 'U[:#1D>?Aq Cn4\_B$~ʹ4swޠ80S+t^ M] q =^1Q@>-k,\@OAFL|̄)䷲zNoQDlZ,=4gvBr1&?%kS m4%EAccԁHby p穋uBBtCϘlOb=EDVeEtϯrJkXHs`B[^8ɲJ͵ !H 3U NGsn Rr{*C\>"ցr+vK ΍+1]F%[v ьF/m IFR>>=szKLb{d2q?5'AS9Lz/| dHyaM |ڤHϣcqf+Ģߝ*˧d,s,<鿗+-K{LI \աJ-D4-`>Z}Nb< %݈e6O5Jg1exMEZxj0HWc|X"MA7[1*{z`3?Az.$o^n#.=ӳ:C‡tgg5-gƨ c/'6uBX_$ǠbP z_魝Q97v1G;*Tj\LnR\[:"dK!Z?X)mem3A~e-#ZGK,Όf׿\܅9Xyk)rቾ4}B4>? -g3ۃ%ڱ¨ev"W:ZztӾqAC`Igq2UDǍ2eppb&KgЮ2(Lp#8f/1X2nyX~K>;Qt#JG$-O6K\ŰOU U}ipM݅8j,8MvϹ_4ѿR{-8æH6kL9^\'7B ]kGN9huLv0Mmq3!שrXKוTv?Ãqz/< hԙƁr(l^'$}Gn{OŦ>ٸ39uS Bvt-jx!0! AP Nѵ6<^εy43B+{fo9`Az'y["yc /$@/8&7kyp>>cA^ d%ll8Qmew[IAN|%`mUÎOlr>>7kz͘ߣ%/aU9&We9%9a]lcWS' <Џ5 ? M4HT]G(,p{ݺBp\ Xlm/p+6L% 0qCbqĴ TAfϳV^x̃8^\BT %k rLϵmOFy#契 2b o[$*IH:TgUJH% gnjδԑrF6m.F|^&"+u6(B,r㭣T+U<{ 8-]bO^GKe~cű +J(د^d4B8h۾ E+%׵ =8 ?Q6yRi7]jauzZ5S[o8PZgmUaA7HGލty'^tEyjB)od;BX bQIB]F8iNʳモTHrLP%A}o3#q$1@CC:p\{w f}gn~ZAzx >"eE_/eK삜d*hdMœH7jJ@a}V'V eOt8ՠ z"I2Mv8MnCbkKbaWHHG=ios"Duc؍Yqsr}hTGql1I[_ Ce)("S8H0]xDX`^/U.xT!z<13q_|.I8C<3Ų3Hq 1YJ > 3b jЕdhIO5z:W~a uOO*C2C.'i/Z'ay]76,9B'4!y}%E;ֻ,1v@ LM q̑UHy͜{4w N!5=*'-t#^ hk .Zxzmѻ3QR5C&aȆs*#G/sܨg ߼l1;C9xԝr"'snd',0=@A #۶Gdl$|q\m%P7L3iKBb>ha#5@[ZBL):.eKvG=X!E;:9F< s24 #e-Dp/9'P40Pm"@Xe?i6u5T=רEvʬ,_*c!*"du- 073q`WX!s Yփf* !(J*"6Mo@[׃?Hw+@jI^ gکW_H3ʿ\dfXCY rV*IGveE7@]lXjVd$Ɉ%4OE}<5]z"0!\jW4a*r/یmoO÷eE[Rw"IݑCvaw4gBNnfL}j<(mg[ Yw'hnRY1$ M72ƬphH3Vu"p["E`%{(ˀ0&@2] EW4`3X`x,A V*BK7 /F:P_R@.#+"H($VHi$]F4J! 8N3e8 {rvD1]N;Rgdpت+yt YiS@\!|C z]2㗻oQA2("TbI~Wr +2Y猇Fد:k|'ذY, )7, SAXcĈ_^i{XT 8Gc0>t$wHh$&"TFEưwG6gjFg5X~o5On^VĚ*y^ 3]2,0IAGqxٲ"11Z=f5Jx`:}Z#8i]TTZ}eq{c/g1闱ȉÿڙlhRL͖yf7oǭe.ʙMI<*g䨆š#=c\цDDZJ ^؈S0Oq6VؽYgg$p~ɒR0fY<4 } 7ba۫!Đ}i`#:hdXuɊpeAXX5,fE j+}BZuuYR̈ 0Gzd,I ㆘W5G-uNӦM3K,d/5EBչ Gm:v7+6xIhjo82_)_3x| /^O+ ݪJܗko6DxZH} mvv)4F˶<p|v> mT-]X`zΑ/KϺboqYK|?SEUK!DuǼ?n?LB(>6.iYfi&`_b R_M7zs<8in„DkyҸONu,;S5[ڃ@{GF;ZQ(?ɺJ맲XN*4D@pu4G!"0?.<&>*O9DDj:Rhd0RMطu[pNande?ZiXW2c!),# 7-c~Մ^j$F wnuwK߷ZH yw-ǦmӑO{(rѫdl++ݹn}9LJ.%☦'!rLSJyqJA"6VėUO= 5>NryK5|T,'<2c Tj U78;MD쇦EaJ8 g<)4bzd 2 agkFTU ǰH! Z jPLAAYڻw]-ԉǭ|otf4HeFl6fc;חWr `Tl$*$1~-,GęIפhoJ%i!HE KF 5}+8?T##H)٭fd>{_g_Ľ0@7vH ̝L6cm @襰gG<)GUJ\I0䧇jrj r}z?-_ܪOq+X=Rs>h#4ZTjJsM_43GBz_Fޏ/tYўJ*kb!A+Dz,[R 5nG~ ʛrZDQM5-ł͖cM-5A4؆Z?*\5H1ڕUB1(bJ+gUaY+㗟MwkO PU\[@IyEӜcaR νܗvu,?4\5A|E{i\Hfr>iF:63wk(rd/xh7;?e W,娱M*?ARVKT%<%3pMU2BS Qu__?ʜo%nSJЃ\3(u.*&''GE!|Std Ĥl.5)a Tavm~RI+\ 8GPv^UtܹZT'R|{Jn$16.!<56s>vDgANF)|l貣I$5p˦ܩ̘Ju=%wJY2xiZ"w|u!^zRD v8SŬ!)p vK(@f~pA#Uzi"3:N|*5ю Z0s9nBɓ;vf n$;O v"MFyrtx!~wS"*~ *K.)Wz-.%~1sqG#~퐴՘Q!KN;L&.w-irӝ=:eDg oqi];a u τyDSyE4=HH dSSTcv }^GzgqH)~ IHaoWP!&0^I[` g{1B 9ѿsM+:o>1m;M*ӐCn-e-؎[He>2c7(Q:ZC<)`~0Sg\rX ss{J*\Wa>k֗^!ѵضR_x|-W߇(mРd vh_Si@u{ʼnslgG:űa^1 &zWs\ "_A&8vlNwB_ސ%mDgTEЧ񱅊&8h&T[ۉm ;DfsyǭHr% m8AzV ݌G3#G&,K ?UhCLЖg.{9{'uBVUF@a elJ(#PWM KyIn ~[6aꑙŲAtag1 VUR^UZ>0!iLFdAXH48ZB&E_qZWZWu`)ъ沎@௓Sx+)Ќu89<ϵ6j@XC4ѺSASvZyvq0: #]}b3r0et}P덺%̌*׃ƽ4 b@{-#\5R}v*я(#g=ݥ{?K([^n'i'k;&冴&r?b.l*I90V`=^4aV7S KumrY v"sBFEnCN_%zMT[S.ǥ5kH?U~fm7ah=@kѣPV$8V|3_T]ꃍYv`!mFj y:跍wCN}xJv xpYqºr~ pIEn 3ycǶx;@}bK:Ԡޏz)!lfov =HĻݗsfZr'EV=@#U8}^I ["l3SujKw;Eu2ΞC/3>$b"&mثiar0g<[RMIRx40&vWYRytIDS ED8$n)e7wTq OJiPHgYx=iV@23O="KDg R(Nè2;Õ͹'5'"'@B13FɰOjVU}/ ּB\/fs_k'~UdPt#e_L4]\bz?.hbZUrJ|+deT'_iqemMs&HqqT԰Q\D+^0M7NBpY0} !0zyIBy {燞ekzҎhd|}peEah B۔ FFkU=2_ f(*7/AmK?PoFpJdBL@>蚐*.?hO/ac"0z(&K4`Pk 2 {ȕ/A?͡w;'ߙg/ShWS WqpaA5MB`mйk:T @V5W[;8L/F,o@݅3{7!BIξ%fYC"/`:f"+cZB^¿x|u)XE>>rx #W|1M?m N_j/F)@O F]k;p!.230Ӳ h`7H"x$<TD@@sەq5֟F2|`2>U_)o66f Y}ͷIgwN-O +|[zQcއ4Ncݹ\bG >*F_8]^bW%)5*K@;U ^,rx.| !Vt$\̄< ܧRCsy8>{@2@Fʼn!.=A)fǚ~?yh2rj IFoƴAN$Oas[hi|əke64ÛG+tC`# uz!*XJn^쇏ؾ ke+}dLz߈Z.c_IAt%%3OUp}Pn.4ghBK2v*-wy|kW7Ζ׬4E ʎH{`x >!0ư$w%]-hs=0 ~1htfn{-,P~;:OoaӶ`1=,|JkuINGLUӍRj ֗\}{ aV c^& ueS:%:CdjPơGʏ7'`Ð'PL X0 +o4avB7 3:i-J0S.@y4!L{ֺ"n G2O B㙪l%gZsj"Xjh[],6@y Am 5_~ypap\fnww[ƎRE`'(28k9 6"s̨!Oé  dyb;ѡvp '.r9i{@ (x:Q5z:i40OsVKAz"]"Dܭ^:5*s[ xޝ%K3 t Ud|#e+[TƪWwWJT_I;|YDž*©!OLQ,:8\pQk@@16)@ z L&Z@2npLg"?b2Q#8iuf5TI(I):Pk%`YK~3!p&";vM:չ6<ӏ10Mk1!+y)Ml.enxKn׿tXUAY⣀@sT*RuH!cQZFLHi 97oyȺ)0^)3|uI>x{I)ז,KDpa6?b&~޿\77af8{g9ߏ栁84ss] /~Zb*S3 G΁\2^AzOa4p+ƮY0k[jwxefu+^j^[e빹` ؜z;/0g{3r? |ʠXƐyG'wetb "1^TcSdlais1kh`I,Y 毤8>GE[MSQQ10荔}[㧶/DQm3⥫a$ e&N6 bP/UhtӖg$rW^$lΛ$pdg=±-mo(_g"-j>vS;JX|DR@48sxlZ  #cfx]=0j7eoqX7!s#]V8gO$uqnr1߇^X'x\\)R(ZK׭k{1%h7a<͵wVmz,sxy" QvB8tF#,rV=n/?L Tkˣ0gg$qj9rAS5~elڈL$ N7̖&Oz +Vfqne;>p`f)&*"!Ӟ:wC3R]&d1|ijH%܈v||xq95=vwD;k4؈.nUٷMpd HzP&u g4O_}-xK9e Tlvj=,q)Ahk^/c.i35iSaO%iD \-?J[z¤e0ʰL;Ƌipnk}3 KŢ/̊HV}j_5?FB7J>:-+ 66uz/8Ƭګ;FrZp-?cK>[cԗ ؃ˊRS@tR;BL\0ɒ|4 $Vkktغt< eaԂY8[n;:p 3 6((a3wOymO ;(oк9ARH!np ս ,Ğ z.:Kz;{8A3aDR^U'Zw1ktxoEǟn1ɚKa7PxAꂼ TRHh Ǩ<(Ͻ l@dN>c$ZuD+g/Iߣk4i趔03;x%K1Щ(]&;u0#A5%\)DfJ@q3ol߭w)GH m*Ծ_mm&4qoIs!&qjZ|:fiTnPnfȐJ-Øא4jFG CDjbh&LE'F 'cAz<> g{iQ]j@1ȟIZWścWCfLN6` ܭO#B]YوdƹzS[S5bDG >8goN^w0xzM<% #]ށ,8Rd'Db_+dKCl)-x01ź,j>5v _ռ[ LȵmI;C`O69cP?)0)ǸjBo.1iIf./kT\(PB4x`wџ.%<|#;u٥îBOcPڱ&1fYK".1>k bʑCCy^A\;K6L=gN]e?oN\Qsv4X!,Ew5 4#ҧc9m[^ tޅX~qw}?K ^RvM:k N\;GJ&Huސ &T* 3ա ?f^%$Y`/]DQ'K5.2 xgǕd2u;x⻟Nr,g+t^9Yksud)ZaKq&"x9r8BKYe <(+^0O }:X|#8d*E?@ܧڲQ-Pi$gXEZ)K) .Nfj$yhЋ^-I7 &iԥ N`Mh~giiC<ΰSwc؊B.h&"/hLk{[d aXG(I4t@6`K: WH3ltuW  -0w5f &h^ ?TbMCd |ur=,!2BdL`*ƫ`UNg>TjqMDУG=Ku{LlxG  D{C1Am(}XZ UDWwm };\x7Ѳ*RV5LSj;/҂ǍE XPn({uXu(lr*2'A>dj;o9ǭ՗Z6񋔹nGIXpL5 S֤9 ^Z ]bekځ(*bۢVRl?sퟑ v Hۺq,\ m2/O%|zD6)8xJĽLH]Fœu"sڭODΈݙP){XX`6%VY͔PA]))K~b+"J qu5ڗ%Z<!5PյP*ك$X Sz_Ro!Y;uF##->wrv>A].`ۥz8+|IoZo( ܴlGY̷}\7P^Wf ꂶwdS{%H yfRsRx[یj4J *ʹa Bw'gؐ,љaAqR6ZuigԠTό4FlλRB|Î|OS+4u{aQ>Wohs c?-<}OKp)-m0,X̵0/UV:zu?l"ل*(k!k'3+QP[%K򾯬i"Gmōdc+D1+&eL9;~>4e^e0}YTÝe3X'S`3PRJ[_ Ba!ȔYQ 3+}~쿐[f]psN=5 )бHE4[QparZpW(:k]&y$i҈vqGp /W-XUi4Hv]y(c\?M׺bV):_r(3T" oH{X>1e#ӐEEcE/SW5@|m8-d<7Ws!SݭN'mv!BrȽ}KEgPG,~S2h s٫ <(X3sϖ$_a3wbb p'[[xI#Ot}I3{Zmoe?83p֍^.#joYbћoF[̯ vx_hovPfLIxp%rC z9>`PRü()yd~LPY"tpl7VAoLwpAnVVӂֈ;hyϏaz ~igjo>P$.NKM9"ܶF]ffVIl+O/툋Qf\eNbh>0Ahҍ]{*Ui s'B| FפֶŸM;nhB[.VdyT ).O% &CD@o[,ؓD^g!ɫN#YmC &NԵF-EkAr9Bg)%&t-ٌm1."`r+.Bʁ&K|·4d"JU# 7FR/ӡ {z-V'PB%-ܐx˪ Fʆv\t"8x# g8PtvQFYp]9yL':SXU4SϔUGso_QCy?HbZ@JzCGZ%-6G/sD c:d*p"^3E1ߩm)rp5__.NkE;;!^Y-LKteؕ okwbWgl[@E t&3hjWH?_쪤4LvA3f`[,Eu87mO+8CM׌yyd]B[Y6D%d=³ejc ]5(5io5#)iAZj!whJR cB <*(++Նُj.]"1G[ +3KblALZip*H*lNֈAMԀϫG~@c(=;ifeqD3C";6nu6 /qҶ  2+` 35-{:ZN^x %0ƮbM^(U  Jg(Ŭ7td?gG?#~SinDŌy39/s3Yց6R2t+``piD2n lO %1#$,(k (?L](+w5yc*`0&.]`9rɼ_֣?*AeLeV|>i;& U#(Fv wuf`R6v&]ݍsyrRh즐? &SG*`,WvDwx jےV>]6 DA׌]>GRWOR ACXIjG /"CvѼ3i&>ר"2h4O~//WM\>n4 h^3:\ٕ Bi-W7a,/W{&n/1G8h( s(%~xi) :LYdeH^'y0}VorB|i}6wV,FR*{\zqD,S2KzQl40-4…GB4ݱRufF$8B?/3 I<0mظ7`Iw4 w rt~X9DhxU泵׀ ꄫ}p"HRURCVpb\)=7@(90wNuIY>$/}/,G,k?gu_QFhjܫu( Y?QN,nm{rhnH̠'GQ6 z$ S`3TScP{wg1 5WP%׺^jū.ל `~mm.6)Hq 'HWJReRx(b,WwϴNo'$Qj|\oJ5/[{Dq*hix=d~-i{n}np7JX{ {ǫ/̏jP೅%~HTzͮ_[cq0`H.Cn"  '^4a82WyJroYZPZf"9n[>2I-Lj<GB~KV$̝vBmWԺ48K5g `j5p腌'u&P0_`%ATSAy:9uYRrzٯݿt7\dLR|\TU\4#n^hv?;*)$M/y:v0PpPc'D/iL"VA%I`=уoa/\3u -n=?AzzVtccʝ7 &Qɴ{FO)2tV364M WaHmj^ph *"~k}*$P/GznYvmZsVe>ѓLz^_Kkwʦ~gTMմݒ2-ݟ@( pы*)A;E?w ';[hLs0p4_ PSc6…TQhRڇW%OA ,c (l{K'#zOYmΤmM/H3yS8jB S7n< D ɠw?R|iYE]Ma~E0>U^{ lc"W (;b^>u~*ߎV<L|MrM/joR-M3*ѴFnK6Ki<Հ L7buDxe6A5qKD P~#ȚU]W <!o-3]i#%?Ċ]gr$Y rr6W,fTC>2y]2y|ˢ+ T']}q~9?]%F̹s7+i,# WLz7,J#Y'(5žgDi6mMFj|NW({/gg\gğ[dfx7rpuKT'Ъ΀ci}&k}Ň8@eyz3|~2Z9]ndrPŠ)X vvaVa!Rt-L1UN^.-!/J^ .+ [eߴLp`FY~ |C$o QHWy `DOr %snEmr|滝P%㔘>sAJJR/q\>Պca#'w-e-0_JhnM Rny8u!֒Ȼ_I\4'swz=tx{ \(Cqyl7RoMkf0| - 6H`!d+?ІYԅN|^IAM.8lAJUu9M:u;@~YG.xQuT,5=؃ zB}X%Rtkw<8<*+JNg:GuRczW|_\7P֯B[1ͫҤNj@ ًݲfwS%$뇹΂F`ڪFm 0+k|xwᤥI_Pf$ ]n[;S;g#I6<+=`B&Ҳh':ޑ-jY&{]kNSmRIɯPmMٶ Oz5b٦W[(].ڃ %kMz4Fq}F&o_Vi=m.ީC҈oSPSW~p_0yɞYAlC)˚J'x̅6AAsoNn7-IPa(lشx΁,kV=1>fPKhE&ThSw%$cNTfU7HȓWZEm;@t2T(ڨq5H(W $5#ȵ!!ÂdH: luZRanfnD{Á|]`i_ڂAR`QA| ,u%[U6J20ܐn̹M_9HL`].`: Y ;Nuu]1Eat/ReE~M'1wS>"m_;E's3ΩІ䥖VNI'և$E.bL:0}RUb&qk/3/+K".U>40j:4u x-sl`Y fISh8o#xH%BLXX-'9q#VoU.&܈%vKoGT}}5f5?q,~-bWRwG KҚMj#tWvL]8+xsO?c 4gSYRX@Hk:8RVypQ(hek4F7}pKF+=)22{܍?LYP كj_ ?UviEG ԥS2! nbHjR>^:)s3Gp=qٙɯjGTn^SubSDâlpo32zC$h){ωC߻t'1)4%mSP*G?A&+. tAD[9g,&(ߑX&u,%`iJ)O+*hZux^'ZErxD֓$/sc׊\ Wbp4-a7csjq@]N~FSZ,X# xSЂ;3fSE{LRI=ciPȴvt4S}&'v!1'6+.o:KKؓ˱P>BGho7KU0Gmq:JwBHcsFԚarXN Ijk)sQ5&|"K5qݷT<3>.ENtyFHJHxB.Y{rqgTU+FkUǖLM^H^O ;AfX2@S> h_8!ϩC8'mh6,a%Ӳ N( kwۏ㡴̰‡^sk$W8pdLDc>Do#D/qc-zvү~~%GUC7D@d8E`) hD`X9i8vEz/^Y• 5pV깳O24mMQPתuww`TN&$$6z霘2p4|ȏ^YKuubCU6^LR78%Ay~OD~'Ͳ7JJe pfq5}B41U}.%{2H;P?I{fSՊDI[!8ufJh lU(3I[1ނ)(#(!L#:0zG]5)f|/Y&ILx +UҾY1U`Ω[>JjpWT}tC@J0n-u`s 7^66MZя:Eҡ‟"8ai> 9's.2&עa(f͍=H3"]Z,tvivb~nN0-}˯jHθZK9xECw̋* }>&Q Aj#IBZBz wwEN1Vh#pq+`l(:#`lP)|-)Aq5gaUnN/8j3M5aUٿ<B@TR3XhZV(U:~qr8Q?(~o [UjF&Ɣ /YߺF #ٕ㮩c!mTLT@t7\rS[QiNVIMY=<|l; hԜiP-C[[twYU{PyCn+@ؘV_K~\j5RȮmg6!,x7< hD!e W"RfGIqo "%R+y?i΅^\Vt$2=9. r*WTmDǫ/gndFR|kѺG8ig9ΕY rIr]^ y%HQ4zNc9ܟcA`n[H|Hrg7iDVo MuisCO1JkHS7@8nax@CF{܌^q 1ZLƐ]Ft;Kd +WE#$s3pan@"J~U@N< }]qU^| 筠b܅P%n.#e>VaQJbo [+UG4'z) DmCjfC >kw49nog /U.ڲ>H:J-u)*)E>.wr0&eDMnΣfg `hBk}m~dtg?oW A_ΑmC hsivWnvO muntoM<ƝV^.,&Pܕ+hW "u>Ìdl2oُ> sZ+\Gӵ(ؾm+`AѴ`~)kBeNMs*㏔gLD N+Zo4]Ϭm(ѿ@]C{ndR×naO1/jMN`fRK)Ja)t*:I^bRt( #Y#)qRb'~ה-DRX;?`\߃lɩ.#@"788jODuO׾(H[҇3 u}*-@n~^Q6‚4:F&>qb8ӖpsDXsLzhEawZ[9eԘ䯬I0U!D;@ ޝ+ AiFYY[Tj1e.\e&n91 Ƥ DŽr #C|]0 gz়o~8];M G]/7ă@#am]q҃q;"8V%))G=p[[\mAt,OXy*׮,L Hjo(HBpF% 'r 詹ӭ1zhjX5kKèۜe2s,4wh*brvEY>F*R&DOC yӉ_%~\'7c<©9=FLqK8d"hƼ]3މ7}E&NOdϡ %<K{q'@kWvŦ^dלI乨RqHVw-y,[W 0251cO{hģZ:&;c,2$^`v C$݉yCfIs@Z‘ mOv*؜sapi Q[閜;gVZEW,7$X48 $ ծ%=M1[e&Hg;zwI |3|`(dx;pZ2'gWrʶt\!u7FI9_!;{(+ n=Ϯ|& DXNW1?wZfMD$ͧ|vrTh#Gگ= #j8C1$o4 fcw 6:fqICJ uu^=3T{u/3\hmF 3 SY~,^f{._6n..^(ԎDZj"1\_=khrk.N uD<];g0 o6kv$7x8S'LJ+F W]j?cPe9˂W6PO:biݩיIL@yԠA1Q:T1zZmMn_^0'/yݛc ~d(|KbeIc3NwCH@Ar"z4+=|(ԑ\ C ٣? \kVDU5Fԁ6s>H ]ArdAm¨6E+ͷ&%,h ?"ZB 8p>MFU#8-0}x}zִ.F<i+_7ziEc < ZɠP,cDz,gQYDI:r>MHQc!ĈcfJه)r_zh{͟KI(ѣ_+'YJ)n;5np 5c8gS-c2C ze-\swob;# 2Ģ6eɍ^L8&>;~|jj(9g kmCc9 2nSa*}|+p?+DV$R, phʷʈXTO)Aj޺&5DR@QFrF xI^ S Ʒ^yݱ)wh35lTzZޕ?o~{PL֢lf*gB.kuUdOm"Ѹ,J'O(@ϏgOҜ| d/O/V;#!$2KvFћ %f< M_y7 |,p\*3UfIi94K#lv9f']Q{Id4cGt*(U>uLܻ8>lҮQAt_oi.W-ӄ6l'UJy' < H.-M,: 'chm(IY꘏ؓywQ7}ͨ qNkj,E22#GVӨ.mqVYΆk@Kf(jMءe$X$)K8ϲ9-mtKH|.SguK$_U"I@?7fV2hѽz UF(q55;I$.C, T2_>o $ &C ʵe/2نaN{g0G 3=RT[ˈ }y6l,&MŁeS⾍,e\9$rȡZ2 xW&=mCϒuk0db1GǾQ?`w`wHbfg S: O[)^T=䁟qlݘT[Vnou{WBfYL[CV`7P&wIn2"RXwӧ M*qZy1`{3K]NyƜ,O! SÜ@}iITkO_Cz@L@frn&19Llȇui=?U~p)C񅯼9-`Нt`CUPvհ o`| b8FͩP$Dczh-/Kv:-~}~8 g=ڵ.Jy27݅s SLYoR8/-"SFQxSGw\GWwbby Fr!7=3Egvb(oWf,)}œ j^.o;Rr~V79,^x!'pc% %rer{]"<OV M {RFg TN:IDՅw|mܴ`@:=}]6Zsa11J* ,@3 ׀3 ΒMt]ie2%&BGT@]8<06\#&Hw VRřj;.g]egVU2uڧ%)ӆj4rHtqWS#95C.N]v;]ş  V"GǴwfOLF  )L=kT-u)؃QWd6Ĵ u\OEUU3Ng 2!46ܬ&}'6 a!T-Ί2(2J3" -|oʝYbh$7z},{ɚ~~l̤rb s oQ{Sh4ْ1]EzZ¸,SzEvhpj++hU.4TBjt㏿I:/57U 7ۍa0y1`54η y#OumiFoq7sCA -;C֫ cCIvi$sp8|t=Ȇ.W=R2M_P#{.9䊌mTu?t0$t$x/7Rg1®!'D>E}q.4#`$*_߷fkj"Vقw_ YHŠ=Sѿ=Zۧ}+Z'l cDd'bxOᲉ=@Χ+W~yp з&T8BD)pҸبREˑ2bt90h3IΣ~A64pv㩾ULG$"p&\ e&a4ﺖe2!jIzkKں®<>cn]+0(%U@A-eCC]7w+R&W?dZW;ArR'^ E8RQ>c)a}׻s%҃0߀**$FXy0GkA4fZLͽoI'!T,j Ɂs˪cyI%;o="1M)C3;k~v /iKVdD6Ćds<OC{&v)}BlmxCPځP:?D,SجG; "7') o{Jc3z drEf o5Qp0>Ғmi_H,`~^58, f) yotkv5BaM,lw-*Fv(&B`c|r٢VH&3IuutNNJ V{re/ $*N0$TO@4hмi\E==I95D`)u(C|նb/~SXI `h:Xo:HUIc4q}d@Ss=XDlGN #:R 5΄+=̂IA7ӒKC%xn jov L>J)m?dwp2~Ձ+؎Dwg`Ɠq$SWؚ9d0]0a"B0Ҡ SGT}|CձTч` D_|guZb`0R2ZwvXҏN,eE&4zGW"&Mry,omB3G;=bK~(5,ڪTVbT0forBjq15MijU2l rxْ}~mK]H»A(Vc e)lP=vT:.`LvL2]u~' )-}ډLe:h`|!_ׯꊯ ysԐ@B<{@87&Y _8(P^)t~bHl؎n9y3we@M:6>.^"S4Rf-t M.Mo5vA 8z ?Gebv?)\DWΆ&/j@^h9ڥdgj0CET R*¶H;4^3`5HFd/RV/-GȆ b)nob.Y=y␥x۸k:<CyLiAmL3=ZQ7r3;s9G9wfls8[i 4ޭ,KIp (xiѣAcIBijT\Liw~ +aV@p⁕v:AeGeͦhGe,8 jvՅ> dcfe)TdQz*yf-Nz1G/Cv; #"&;^Uؚ"[mQ 0/KxtP/sCoDO\ɴVIS\r4h~MY2R_Z8Tˉ3nSqĸ Xů2Ƭq Rur0w/ʒ5`Z [%I:gc1Z5*Dk|x\hr޼^BxX}.g&w_6nC|^h#+ VbǑ% M !"Q j/IqՑ-,tHa0hif;sMلz=bU_Sm^ĕt+vq>f0e/ADUVNoYmŨl-'#pFceG?2E1x| 913%T+\vqu^UKS."]鶮.:Tm*1?{!ڦ䶬ezW)/+SjyȐ'qfwb)]G| -uml:d h3R/D<8\ D˅\l/Nl8.Ak5qG)1!a/ISR&Q#{rB,hpg7xx#?/#.%W|F#!JMR U2.3D!Lv$&:Gswm7@Mq'9vl_aW`քXvf)AJTRsw9 Qȑػf92k`p?岼N…nJ .8sq wcU| "7ڏ%jaьy$`Z joESVo6%01/< A|!p B]\ң{k 'dGRhT@Y9n+,}5MR<ŋ70!\fP@ԉ 6&͘}oUAW)q>:Ul%s'ZgdX y%_äģ[yTl|MGw!*.z 9%a,OJPdE[5mf#aK:\QW@ هj;u n؜H3K#벖^$liU1T;d-@ @nԂ\5Ar AXKI!p)~@JjwPM=+Cg¦SdcQΡB0ҦC4j* 3R٩11H*ZŅ:<.b@3>N2pDiBc.!ϼ;yƲF(84?W1a!{!z~M֊F%j*UƶF- >yHD\Nk^ ۱0ZŶC4` o(lCf=JV|P wOme%`l\CX7pQǽqP󦦕Nscjk`XlѹI7$x_\9Oxf /M- O#uvyTh`ԟ\Is*p2M5\ixv \qZ-jWwz wM3"^q@إ4瀑);A#> qvDzIei`J= Ŭ s|Ph 42z[/Eo*kYqp&4+-ZRazV2z*HJIA|R$V*L1TY--6j75RWރ_iȢX z]:Juӗ~Yd8~x\<N|f4 K4B Chxa@>#VϨa"XwF=VKdYÑYXy+Qz QK^i55%ijǯje[ɂb+,ݻ)߀>%Xty-9 'q>wBeFnf|'M.)j3$1|U1@)QR腐qd yJuAmZE0 H{؟A+Ao@WM9`6(BJe1 uH4,N:lHsB⪲e=3 ܸOHZ6TV)i$\FVN y+]r*9AR#zlk^oZ{-pV\%d" O AvQ ?N]wWȧ3u-?p}X3NOxy0 x9,WܿaV-'WGx^_Zx剀Lsb:W2Y?Bw6ܱ[`XOU@W;/ omAC #gθ+t{OTZ[8'ƾFmI |@/n"z k\N)5I"²٤LmS||G|-a'nxۙiɌ# _YҜFdna[{uKA˞Axghh~aEm:t3~(Za0_]^.o4);,f%W3WML諫r9{SqC<9,"S͌!c5\nEns>wq2.Q`آ{^X3;V)E[ fl~4|@{&t6i`恹W+ ~gap@Fn|T]ڎ4xO̢O;L:{޲W!ӱGVY ?r}w:PEVs5b쒻R_ӆGUp^UEM2J(c Ê:G⪵qHp,3yJ ;WЇI 6Xu \ 4JaeTwRZFxpQsJ6H=SdXܾ5s҂m"꘱hGH'Ⱦz x6XLlEg%ؖdӗ 2 6p]8[s!dii5ps ~+g KN+0b7 Wy1a r.'9GjSQ>Ca81VVY7YYJgz%rO[P'I3`uf2n?H5yNW1Hp&z 1ȮN4XlT Xu4fw߭T Ɍ8q[|'J" !!|* t61{ "ՙa*+4v% pߩUjϮץ9eTM>v!}1QDF&$nV*"~޳j5f>لT;kފ+%Q6,Gy:cpչl.`m&Hr~>0l:{:6Al41~w\ T9lE־L>[B|&FP/RFGOkOw0܁=RꇪzP}%c)؈f 2{s,uvps]Ϫ+EyZ˟U*ݑ.L7y;gVŖ#YvO3w{2'1XU4_ϝ]5.5D7 ;q+V1Y$ؑQ"Hs8 SdKˋ>3U6$GwµIɺ>ǜV/ʦBC2#o^ r{"f[W-lw8wo?Q=򬷪}O V"u}0gè>2411PE|Ѵy{|{0JdpGi7U13]i0 DW- \kw1ϏwHØ[g\P3wXtV^}\s_A9 a~sqkt] >l=LJa4щ2iŶkfi!Daێ\Yji GKt;rLuT%Hjb#M5^@]v/~Cy$/$]Ӗp3?#::^pPkܩHsTѳr?cL^*i7@=tѾ٨YJP:]!cO\&!o5v'!!eqP#7l6M)86VJ$NUY3mrӆfz~ub=f'~#]iw }fkg: ry43  Cz Ch;@{rIfa!ߛ8?@O57xKD6Ea,P ~ͿQM믡wV< 45a{rgvySZgZ'qf+b}> n$*0Ͱ4\ f<%n/"n)h/$rZB #l!|&p쾰RMrU^y`y'`22t$r&OS:_su ܳxۉcӽ_' "~I~l{ ;YU (=CwM `a^"&'M+EU)"m_ ݉9OrH7LTt;NvTqyylI\/@f+3{l\n5})ԣB<83eN.r8"UDGVAQ]=*"1ې'86~!N@D#,Le4%b˝2g9{}73r 3_ bv_v' s ,MDkCQEfM@;=A8,u*R6` \7-F_uj|jpi{xm#/vKT|'1LK|hJsuy H#a {_N5;GRB~ uCS88x,8P^קPU]Z-\m ˏݝV≔(S\W7-Kl 2+_aaiF YCÍHU֡4%4ƙ h?jHXȫvc30]ݬT].bC?׋}I& յ]8-mG8M/vIVx0shXHJMr~XSy^Pff^Z7*ݱ<~`~("Vi%ּ9K-tw1Q:zAoՓg,)-;/s룑5"jSՔV1acOtA r_H.F r^=r>M^t"S{= Ȕ}OUj{ҏ$"p&ulUjuoAKdҴ$ %hIBSLU[c {)-}Qqo=4Z$!p24Lgsżx=W*㑲~DL.74\i78lw8Ԏ<{ +y&Axs.)!Dn_E9$$%tv;.Ys^Z#hx"8aDGYD<$3׃ƛc |kC;Y!CwRzu*b e^p:͆Pܻ=4dyD{`s%$aX4PhUcyqv؁wKĻ, ?]ta?ZfE::VNzbgAPazZ>ϳl#rA#/gbfwL+K>xH쐤$q8N|l ,I= CNyZ]&$ y?sdGdp!FAߡhWjYO{(tKύO4uS55Ho]! &I7ϻΣcU\,2e-dj>Ni_ZfJ; v=UnFRrnJ2գٖ頬H+Zb9ZP*fbuC{뛢.D*B ^Q^YA5?-WLBJu<9t}hݤĹ3۹dhdV6'K,/3{芙zW~`%jBQs {Ux Nu}Xlю89U1'B 0)8V䈍Xd[7EBdtgoV0C:pG<5`,@ZӬ {@G%3gfitD o`y.'vjW. ƶ-C֤tl}paTneWXW \h 0ޓ0`vEyBKE$MʐDcT=z%c|ɬ dȞ0"ű!@U pQ qUb. #ezPݴW(Ttzﰆ |LNʎl~BRBH11ء 1 bSX{SizBp|J{!3ŭ\b\#rjuw |mk}ؕ%gR$ Jh)a2|yX&.2yJ{fag":ݡzjZn 7;рpV}[Edy{r4 1ZAN=ٶRx.i*M3EH/l|}I3V_ek3S夯wBm<0® ,'Z2<oЈ}_L){vwׁɺ 6 BIӖJ;A!2m]˰,^S> =m}c5wT>G>|R/Z$;E8hW$Sv@aC*d/`I XHM4sƚ<:^10y ڜf`nAWDd:逐9v!?Nzŏbf'sfg{P-7"tGMd\sf(d)a!-EͿGoۃr|(j!Y#0}-^ѝ9(rzW:.3ahnb% 8Rc_*#"fHK1' wua6h 3Ķė]`>,:pcRHgRX+6,vCa&mi/(F#O/<(t>y~Z!>U( sZc" Kƛ:PHxhxY7=ENr8`0:/DӒRߜpZGnV{?զom"V"Hz\f@Z~''"5#2 /fXpL~H͢b_FA$*L#Dbb4{V־N.½86Db& ^JUd܎eV=PD|ƛIznJ4EZ(39XS4㊄$UqIƞϗf~XoU ƛG) 3ǑD/մ.E,e˰DMci#j:0**_y*RMWiTi=/}>a@EdŦ#dJ,$o~=7xBcW۟}˚]inp/20c*9m0 $rI4MKH#W1C,bi!0*YU]wVm SzA"pu:=+ʋHsRC.bE=-_+}.RD-x&D$G&yS%+ŁXrCT ю_Ff`<r9I& PQK׬G3Cm[c>Cuf31E(7٩uEhcfgEVW5Eٱ4̈Z_/iq8yzߡ|IeLG%lيO [f8G_uô֐go<;2 Cd{oj&@>-wv[(؆i尗*iB,4$ͱeU5zMBJ:8fw7& H59L _,ܤz4- W(DI<f;_ix)O|^"YV10T@Y!`dc$9BhU㔵2touLG{{#޳eBt62aL3MʗhNJܾ'M X؊R2X4>]Ń@1%sWT?O;\ CdGUqQ1 E4hESݽաJW6эh$;?5-Ǥ*c1 Vpq\f.X*כ&kA\<>sͫ a+ zJhL9uт&ߜ0.ė;U\sxW"y!{3ǿκ'L0>'oP EG/3Y{kyၾU[^zl.$zZ^7*AMV.} bt ~5lK#&zj }rUT+<{DI? QdoR}.:;k ɂY;Ej|܈&+PMpD. CDEk^ECu]2qCE協 %B2 ޕ EwjufIҽ}MЕUV}g V9s=a>AW_X.DH,~B6;s淳92x0YNm`=n.+h{bs?Dl}N"?ϼ|!b {\?&xވ!5rs Z\b/zp Ja~ @a\Yjя[EpY僀~&񇙕\ڸ8MZآM &UWV. cP W C4D$_$ќvCA;lrwIIsYH ~$ ]x-;"VSWV̜"Y>R_ˮăXǕRCng]B +bˠe5!yxES ʽ/^t䍩 Ҁ$-ʻI*R>DRͳ滾XVTkvVbkr$Gpp8M&Z|ruŭoMC|05nُqx6Vwn}uLRQz V>f2WІ}=w-/t(R+|: 'w{-f}'4 bZHE>m\0.=}ZcqV>?mHH;Nb).4tU6ąlowL\rAm${1#IMXN|EU nhfK ;ȴ$aIf@MfSiF1o˦ f%Nw7ؼא$+=6a%c@wU7ҾRϸu $.p9C&qEl@hisj]0:h!xPrl`#m8> 4{uǏm8cO/r"8+ȎU+50ƍbԨHs\cxKD6Sck6%)L m&S(b)5sq0tVδ/Њ@OĽ.N9#a=۪/*=2rM̤ Jd3BJM\IFJ}($L ~V}1gR_1yy zR,Rѵ_$Q6 *`)C $L]݇,.lwn"3K}2-^*~SψİO" `~$)F2&N4(;AJ.Z`,+$A:Cf߂z i)T.n)hkls^4mrn_ iEo|֪E+޺Kqo!Kf܆s3d='F? % }Vߞ>G" 9 `0 l;v2ɜZ(*g% cgJ=r?]r?j1ِ"wS !c4QJo6S,ťw2w.(.&ҟTi3iilw̭gK-5~J5DG93t8UJ;@+|L:i#3Ǒ_}Sl_vb+> g<%+\RCJAegHU*4E^uF C2e=^1Ad2MD hp(ȽS|sv$M&R"FWSBzi0\ =<,'nT0dRŵ cѻaK(-| j2:lpy>4zV f7k+ #- kYΩPé3{ 4.Ql @?( 9J E+3K`s;<^ 9A٧?QƓXnk͢r%+y! ȔO~< +0mWbh)m>syĨ /;Ež=Tʾ'7g Yw/%Yd6E/q?DVЗg˨'OYLӂOTƖo.P|}n&_1MDU#l?&e]9,e!jm|Gúbuq_>KȀy܅)Uoh.TˠRͷ78UC IOdΉzGv뎲,=gdz|ږ3;L@;~ bbPbcgPk{=f5{_SQ2]:HlcZve;0ދ$6a&6Q(5(~ iioG}7MlUL~=S&'M ҥ3++"dE>IԴ=pRE[!ښY̒Ua C+2!Xf7eqP^\gǟu΢^qҊ=DerJ{O{#ב"/lWޯ&_QMs e'u` EN@֊p+^X#9 qa!UĚ`@[MW3"a`+rGXwL1m![&\(#TT![PP.``_`]]P]n! q5$z4!!@0mk6g;8cU9Ivz,oĞj>Sfp KT)9\e?Ykq:S5\$,D2\'Pj&xucA z9F-;9+0?_N÷u_p,8r3EPf'c:u KaŚ|%ydn7+wH/qb/#݊U4S Hc4Cmm *Um쓂t;OpS,rd,ALP%{)dZuvWWoUymXPcn̵Mt,4b~I;36ZPȪ+RGa" [JWl9]kqqVP{\IU{ ^5YnݭPjp _wIjy`-laR7uQk )AtAakJkG9k:;^ mq1C>s.[QŅgmUe릑^BH;_:IXHj6VK2(ɺ$BNJ^)*P{Hky!RDW?kfܟZ(m$h+pS d<]emQEs;֣2Hz*÷E&|mWE{ èwHf6X;Ah%;V' .&v}ceqyZ_Pqt=C_%x)Y!rz(ۅę#~?-6j)I6k߻LNNޓ/^3`Zz>ᩌ9j#E%*У/ewk5;zJ @ \ oC|bid==qKZ8=DC+ pהԶ a;A6~2Y3cF7ᆴDc0H<2&k2ٯyI]jo0(?(AƱj̎fZ`jb:- 6uwKβ. 4/NeSmp˴'sZm 8cud#Ѵ@wfդJ7-lvB,0t@QA,֍란XXq;QnU$i ] Ml]os:/섟, Ѐjf5E:*0H.>M˾)^UDWj)vqR(>gbPʡ\&N6R-Z78xo)GmbLP&/34Yq7C30DjαQ$7Q?QHnwAVV1.jnp?_[C,ZkVzhdˋi|q.k^/g u^ݛ|D]YID]ӂvfV`Dښ:eIl6mqŏ:~mA?:OԨ5S$+ >G暚d8;݃+$#65r6_JƨFU&Ti.mOdCDC6y:h?Ł: WA~p,%̢}UH]+sƾAyweg# CS^!O3W$2lk~b-S}+ |: + ^5V PwxgI.h9+#Gt)ÒŢĪ ;7hjyއnUgEO !ctδǚџq 1[$#Qq'<50Y)@HXrSi92V Յ4$_lQHѨYv+CsT}2!mNjy\IEJQ>ǥe?Ɔc,o\7*$ C"{2W2H,sCk{/]hR,˺nf .GX>~( p-M5BJtY&?5G^ ا>tBA6_[L"4Q:/iYC4谕)@ .&$PY~ SU27y߰U5Gnk2Qx WHڲl/ Kǔqw@6byz-%F NϠ꨼Cҝ ̖tjdPV$Ǵ*7xvQtð\BETj>):4212kg!3wKH(ЕZ"3ћB t)\ _> *ZX qB3b:BIQ{ۑ"mOœàho\.a)?'H8C+8sżf&e"XSرT'@FD{UH㓲t[c1_\E8-'0]%/2zu8Ż?e*9ce,|yd^1l}mͿrIRθ>τzڨ;l'9Ny0Û䙖{E v(i{!3;xJ ;/^1'GiR䝙t@o'G5c"릶QAnXϽ/}"ݺ5\_LXec5IbdVq n0~ZwMNp}ƯmwC+Jz6/R}x.&c"2ĔsSGXu *jeƊԷ" zJ%!n2~J&N!&K+ wG)#@p=mFhx脬`̋bx Žq\ϹkeQKX E{ymq~2Yz!,VD>PZ=IE3L =em~޴Vxu`ŘM@:ܮQYvtYRx-A/붂S{oep F:7^AGk 7u)w5\@$kQ;0jٚ46#%.2ꝥ9VOizܔJiQ6}2Z1dgjb'h)մʕ(M4ź2NF%#iɓz OZgPٿ%N^qB͛!o4;|{aݮ;9C~WkR?o:|yepaV*]А_bU6<Սv<`ƦW@5%ۢ=5";EIؗe7ym\ m{4 CSkO\.cbNf!8*ZiP36ޣa OJ&Ή/j&c%* vX<KS-$d;1ҶҊഝ(RhN?X|A?E{`pwAQSJ@]҆UƘ"pODYmqzPQ]0zVEy?PϾ墰Jg }!wnWD>ְTil}a4os sSA"$!3 #D5,jG>QtF6R1,?m5ff- u\ufФWu^jI=q)w$m=ن]AgL?4{r(6 T96\ 4RpF۱f칱5f-#Iq M{'TM'?Q@U4eԊVQӧkf{ Gm{uBAP,MJ.' pJxP6]+L_=V_A[<b]Юp _<W}I|4IkI#9J jZ~M`?\K2S^ LQ_a;-/^BC6@\,(ӄw(8FܶynfYFk 2O+ \̅VqE;-Mڿ?nܳ0I,`H0:3Z'ݔH#'Bn|-0]_ԱOdeJp.䘋@vh;W2E.L+_ |LEiX&{a} .;&0K:bfyxjǫf~ ˠ|f r1Njp2ҏ' _{jG7һ=֜Li& Y(Saf0ݧG3@޻ᄥ/M%ϭvɧ&(nY*|C)džnDъM 8fD*(tQ^z;ռ܌4i񪏕ց.ݣʽg z' &?r> |lH@cdvjK< 9yK[R[u4L+^]mh{o_*ԣ2ck1¶*= p3& id;GG%\ c,GfS*B"flT#'ut;8pi&$%mjF Fiq8CN1-xH()^ mvdt?yV\@*MϱūяٴEd?GTn[VԒNSX2MzEW8FI@`{mB;)Ia]&tp݋J[=wFWzJ\VoZD5 $oGU~7*z z"C-%` Lrgt؁*m[qo"=Z~|BfbD魴d]{EUfh2rZ[,}=[= 7&xI[ZHJ%OT$ \vqi50 =+Fg9g78}Ac+ъo]/lԎ>AAlZw~n+K_pC4vp-P<3N4 l씜:\ڢ앻[P$1GR|<Wc\a3`PNyqh}i02F fAfÐGiH1'Iz~jɿlVshIx:3FO\%|dr}ҵ6k@3ro`= uU+j 8J C\]5͠"B>C͆NWꈥ#*R!J;صCrx#ĸIxkڣb`X >~"9uAL۬PO1]@"4n\[~K̪-)" ,jV eSwY'Z[ û~;l3r_!!1ep E`?;tS@gopfB(%|Wmc NcSZcp;-2}t& ;!GVND1Z4$6M:7byA兑M3-47rΚo,a|ʍqYf瘉+AS$|(~g\EQ,tkz!3!5JgV!:?ȁujb;GLHIGa9ZW5;ݿհւA,z&D/Y6> 3OFume  l^w[7($uy<=sdGE XRA1O!w/`է<$U1OyUXۙ& Ǜ\VTΚ2 KWA2L@O2T@6buI=VY2et\BAMӀtCbu~/xx8ԝN6*ߏ({]tG u 3[8P 0/UR~]Elw]KrPWBn6@tk7 ƉB͚_JdXUéP9dٿ8eD<)mZLm&NMF& %\ :2[lr_=%\fH1oӇUY׾={k`kqń4jƁD +=WɆhPp.N/1 j,8O=hLYuX9YRøڪ0c)^0>lE`'[Gdڻ{`bΑTĒ*F{sta}ԣ [Ij~?mT>i{UByS ^&5Ssp dDTh`U355lv9n?Q3U Mݺ #dt9ѝFwD@VJ=v6*nd@3a 9"ᤑ)'JVT}vS3>6: qLLZ_&*5:h*v2+]қ߄g3b=.3."/'ޱ j9 *+ݹZԹ @pfVި).!s#NaUNtvTm^꟔ { JI88VI9R%q&;. ,'B+#h*ZOh]ji;MZ’g ,T'5qc|v5e"F U֠G(!o}s}ӉgS*505>Po?AnMqLgFTU7W.;q>Q*JF(n%e5VF3jPd UsYEe&?x~͹ø[~OwV%~&BOXθ{~#y9%Adj1D1ͻ''|5aBAe(Y $8 }&9_DM,z@"E", נzaKp8Zb~z'?>Ч/nYӅǫ}ˋl?3k%@̷==ud>rM=9.z7gtLHs!l\O\۠2pIG' +mԖ{+˱2 aܮ&kUP.W&Rqgqy8_O?('lhp\6669ECyF%EȺpT x:,]_20?]xY8EjVFx ?T#5:U ,oG.}Tb`4-n+:C=7$叢uz@R }eI)NZLЌvE& ALQqpHţWl/70hw!״ ~3 6> Rd&ҷVDZbdiwrUǮpBBE9!>{rA}kRI4\կ*%8~)D?(@VO_M$Ia,:B1J@okјJvZLO8ƅDƷ POږ$3i&YnCܫ(+Ok_s#৙uzC4e[uaNO{pDu)$!lff$@pWH*[6K{EoRz ӡ#1d?Tƪ}ax mxd J~UQMl,c1j$ANy}:XisM\֟4T&#+_kDp~)ʆPHpZ,5s4@xS^mٚxqCxmҍ/1I Y]I2^֊"a6i<2 7 и ݲ:q+`嫢" =J0;K+JO<pf¬TڰRǏC{@+ۣ(3CUa LTntcGf_ b s4eXpLlW{6X3jŏ`GĹjZU2V}<?3Ur?5B(ˇՍ1e]Y0jٖ~l$I9='eV#(Z)d`W@7i,,>zwqc`_^k\sy7M^9MSS8P6s.N`wنz';02Aq| <gw7|=0.vJz|0&@WFʀ"sl_~XfpGNiBtեyɊO8@n>VOBwno\h*k*/[4 o2 e,&IF9_F)1Km }NhorKߛ 0WOz3 lbϺcqRC6{곆ZZ;1t(t;BM"`Lˡe7nءT$ՋsG${fPj=xȄjGp_3xP DF&mγOBP7֙hINGkWz4qt'P>$&c+~>o'<ieX/ѫʴx[W̊UL[)xέcF'WիOAmӅB0+sx ]ag$غ E G W E43Lʫs$kYHٝ۷I3-}2(QUE=/{yw')!Wn%b7 G2ɆѠguDϕ[X?x-WPbl* g8E7W A9Ļlrޑ~G$*ZCh;^-Yu"ráކ@}ߝiYP翣8\ūQ"TnUWxcI8b`\*xP}s,)[vJ|?oV=b ?~EpiS'`{"= S7ҐN'Qw$Vh4@ .U:YWF?+/XW+j>"+yF/XSŅ Nw_Ryᛦ&tfEU}Z3z8)^GZs#:̠KX.e+/E-@c'C/35OzOKطˌu7H`B-u+~s`) @30ВZ;, 0VZe2[}ru2d_')YYZ U:PY" 'l9{^'jXԡ=7U>|)~BAl5nx_āa=Fδ|4@{Gơ7~ ț g}f9]~/}[ WߦS׽ҐDX-Q3 f!v6禩*Y0ܩa~X3)K-Tkʧ;V3;'zVwm丒/ 'KSm@ CGE=8'ȧ!c[fH[!3jK"6=e,onmIW,cz>h-!0̇¿H..5|f^l (ؑ6C5FH;'D*mr(ĔD#EM@{8FYm޾L/6(]c Az6]"~m=/j `zzդ!ů}7ηg@*;[t/a7jw%OȜŕ.uK -%XN0"G.y 5PΥ12 6&LjV/mNǡ0MN3T-.ߥsZ m|M,p[ש+KZ,2~Bb"roPSös$,D44lvoɘe^wy҄V"-|K1wDQH\” #unj\k\_|I%Owov9RYKӫ%?-uavEY-#b!D5k3NL" KfY|NOƧXZ(CwZl4oh^ uMEGǁ]R!x>-˅%ڙ uIdm:#vȴ9Z ,@~B֌[bvUEؤv.!s@6 Hm%EFL#e8-4깠:[&gBnmH@d`@SR~>1 y daaimۏDD"!û(, ''.ՠYM8<4#*raߍmOʷMGIZނӠf(q0Ñfy_}/pKHq71j !̙q-ʑa>HnYpH[S@ @(PcFW"Kl2Iױ.)t̪L#KB'_I?1\ll0YGcNu"DXVDBPt5ܠA, 䔄:In,Q$\̊ops}YɄ=JOPf?}$]u*Ktؐ/J膽\ދZtX%76$r ] VuHOӶ9 +t-ӥ6\e[>6 ]IHԿg\vށi[WkwiFݝ@金DƒOV;8zMWjy_x* ߀*sC{O!˴hkEV/ |bO@GfTfniTvRJ\B#Y= bHĶI4SE%ΕiE*zYh86HԸceHjGɏ~O;-|RޓJk=ʇX0QӇg!h95$ Y nx3 I }6'hɶAr,DpA|:%.U;eMןFPB$Hp6D;K3[^p{ʡy{6`H~_ETZ\0M~^ϊ"¡/X\9./o| kS꟣m!ݐRW+] P~6DP9XG1VAk1kZ7١wZV,׈g_>ɡCPy:X_Ke0j.<e8v 3J,HC<E묙1% 6:Lˀѿ%'g!߰ 7 ]n0+C9Y#ȑ w񸈸m>I4?B.͙pPx_;1RLQBNR٨P5굤NR[BσWֳX;v8|`ĽrR eGo%!ò'S ʠ Ktun3𵒝/,iIhN!hӐu.sPٵJqZc yO6O@2'i+EiѯEN.6)͈{G'@_P$oԓZ2~iG[I[Qjs i`lrqr!,xf[9"ku(MWҰ(捹qEP?TqGRȑ{,ڶ&ۤ!f!zQh?>.S⋢5wQ ɵ¿S:Fvr=K)z~?Qf9{/?Q$^SmOb%n)&lo˕5'O/[좗Lh/Mٰ~<žG|ԴU%묔 ElVJۻ!e%#TSyugoGUz ZYDsz5/BE^Hd%ғtI?k)U4YB PCL^6rqAM+N1>e$Y Y fpI00hKD%[ͤ"gaz]TjpwW r yf*9BڻLbdo2Gp5cn{pqe~Ȋߙ@pM$DˍD&u̡?uXߓ e)+ Ggl)@Ĕ`ϯ,U2oAL>4 ^1YSM, 0xaËqdޝ:ވ0,#!{`yLgw +/^9R w1?=ܴAE}|*/y zly"iN=U:Yg43Sy΀OK\0·hbۙzQSUS&}}>7xN^klOepwI(ztY6G ,٦xUGtej 0٪TxK]:_yQ`C }-Pb̻ tLl\&>q[KЩchX?I||KIN{f3N|TVxRx.H>Zuxn >S셥]R; 3^vdgotyX GKb1Α *@VW* W 7ץ]5fjΗu"K)},plO]_>/{^wZe}\ڝ졈9B~}ؗBn99 ~twvQL3Fsf6:ǭGUJc4bۣyvG!BMq_^/dziuwo>QM͙ZtSDt fZi6ŨXyu,(RP(-᷿Hbdy Tg&Lv&Vfx2|?۳ȍUStO4-}$r$׌}\H(ŏvm0dp]t3$zyW\R'YaC!oEⱷ:n\DP>bm]Zr*cg=gpYJFVc]ܯNc[( z@&En1WoW Ȑ~YT1Vay$(UZI-]pw]\c=֠dLǑO=G%ZoJ?[@^M?-glm8 x !ʏ3k|]wzGϳw,"",YBh4 ^]'rPirp6GIB&S鴀 Nx}EMF1AwrS*{Y+7 r+ 5l#B7Hpl!ԟIJ6l浶ua:|5\)E{RG6}`BUMTmCNI^%K6AT]Im,  ˽mlJ02f'ܘDu"T.=i5i' ?K/ Wi_]] *i-es\iHfgt` {&%C*){uh=1fOF-prgGu")0$nf×S-b&*QYyrO3N3?rwt'x6Nl7mc㾪E$,JH ͆LxS&$ީOQ*2"?_J`yD<0}GSaB\,YqTQ,$ќvi#ITʪe ێ+!#4TԒl᫉XOvW c$AplpuϜ5xzs톏5B;G|VV0$TO{i ȣYu Î\pPT\8k&H%ja?1etX{#+Lʠ@1n⑯̦tLrs˒`C"gga7vטtPRdb̚0Z k;9.SV q,IJ3n:ßޙK7ejYij*xGtc/q6$T)q<ꜷ'SK!wY)1\1Kw~)M jiQd'_T@IIuu2{DfsNѧRݱxxOCVEEi,KB# %F zN2OZ"fMzx(NUk}/̡IϪh%h% 71zr֝q,Us0D LNkكE7o$a%hymyz>F[iUGED#6{u#14ͅ`K^7[]$ X8*1ج|ߟ=6/oRKXnL|4̫kdvŊ 4fKp@pXgE!p]Mk$!5>)^"# :&^7 L ŦDXl[֯<HLjI(UGLx]yYM*R@y7RPrzPMɵ38)a*5{&?#XcvzsD|aΉ !}{vLJѪ'%}ۯw7[r]L?ހ$g/yUǘ*Tc@e<Ύ!tWo8 źb"{ -Þ;2\A;-ɷjO,~1I&_CaI CM)1=}#ANtBۏl5a%w_%0דzn0ro Cr2G.$ h @S#V]8p C^Ľ 6C`*{}K.Æb&Uo mC !La%ֵDB/ZKĈ~+FXREtLe/;(QEp$Hc@D`ZGb|2ЮZ`ZNc^0 #.㇁<$2 =*MetMcxEϦ5HxW6;އS$AS1]xV\XRPmi2#ԀCS}?VgK^ᵯ .ε7 USl)r|O B,RC4/WpԂVƥVm&D'kOrd.\C0X4xӞy9k#@?=\}}b$/|Ld,Hטέxl5}) Կ&itJ՟T,h*c g(9U䳊8>cMBlK_~#NV F;C|3!7 XdX:UEd6v T ГuGk&YX9N T5}A\?}E|>v0υt aŨu M{ɼ_HE:n4 7ʨΪA{6e5y链Y.X18x(]xE"s*ǁe dٶ-ă_@XCgD,_b q_&{9 }5, b5)=r Zn4p9| & r !δRLAdwDN,0`Ôn`E\$Ge QCe&'K=Ȧ=}Q<1#]K<&9zi5$~rHgUxByBFxc֌e Jٗx @dͫBEti,Oϼ$JmSr"ͦ%cx%8 pأ[˓ JA1t` };j" 1Xc9F$e97qY*]9i҈MR$w ڊiQS/܌aNI(,jcl {r:LH9O^'9`O]!jQ'шj ҇ 72Z3x)h.n#sS\XSF c7;󃛇{oc S-v 77ӲQyRVYY"fsS&m`fnlҎ&!q껯;{vy,?S\ﷇ. [7qx6.ŗ. 0'FߣW#> !HOga)MJS?Zg2ײP98/ uCHY K).;ީ[CAP7ЍΞ6fd'4J+tsǃ]؎wyE_kg։RPK1V`9CtX7v4T7#Y.ըX0 ZMZxxarnk6D#;ڀI_hޮ싴l#53 Knc(Wv'Zf7µ:C:UPk5pϹ!(*~v1f=uq{N!gn_ZG.1, j(`'[3 I5E@fEG3'+7/ʖ:oq)F󐳎ӟ¤TRStZbW}+BkM0;EY-iHVS vDTof9H'!JEoD޴s|)ƟHw3,<`WliTx g2fzuOPӽg};M ]|46m쟄Z; iPa([w-+鵢Ѥ9|yn*W3|Mij]z,| 6}IcGj\VuAμ yԫa_Acx/(3HǨ8Χ{2ђ&^V^)^_i7i(.]QԸ%֛38&w=$vL=%s5T⃜ SqhIO;ma,L@FA] ]]Ii{r  Y*fW AJg! m߂Z*$Z* Vx-pzљ͙) jҫ4_vqvNv[ig5ݖLqSj/@=/˳pgF))-BtZcgOݕ9C=vљ K\dEM!G. PQEՋ">6u~-Ƚ%r{.~+>?рJ*DaАCMz83sQ'(xLa{֢}.Lj *&D#ʻx[D.b>eSw pɎԀ)P>|gp϶^`輼zu-Ƒ^W84q̬FPrnӒ f0>ֶm6۾inK3mq2cqiy٥e0Un0k҈7ǞMt'59Xs/8TΙX wĉk Nc}!8_P"cC1\.F7N(gzC##qI5AO^h!;5:X^`ςXj6¦<>_($Lj]<~2#)4Cp =M7f 4~#<=dX)O2y3A-^[it3Z_@كF1SDgtIm {4:W_حeA˷orΫ*#b:):Kפj~{|Z|K/Գk)rsnm/s+^Ӈ^ն\ κقYܯ5h'#3 %ՙv1ZU#Jdy,s?)SE"4c䂸HƆJؾ„w}Otz*#$v&kQh8)I2{bZoX TN8%<Jg"`Y2_Nxm V]|z  BHUTO>qǻIsbD%VE8i.Ҟ{S/PPC`ˍo<êK>,âRT̕/AVfS n5Xޱ`Nb76a%mutVS8?C9FʻH%rm}_-% Ym1CaW&A}8ʎ4 s$\+u_=i:M[(6fq'V_#YM;̥:eex*R$"oNj@P_c]ht 3Lp1k0vQ诬.Hk#c|0 %lPn^!V5Щ»'-ꓓliѳM1(i/тj8o#HlLx}IB4٥ili5d]B5TX,hsbZ 52u.Ca"뒍-?^!nU[tVq6`EN=Y!ev+Hl֩Ѡ '"Ł-`D6 %ΊJ׬KY{YC3~#5BI-:J⟏Ϣwthh<+-Q}Թ_+~Q`x_gX0fwJ?"aD q~N jw{#]9|+>ămHɜT=w$D FP31UB x#FnKsSHg o(Q)ecx'zv;CJ}Z4ҶjG7QUddg誻Q,ۨt 4CrgoGiqi]l$+# />?6KM]v+ GH?u{i`IV)OZ5Gs M'̠7ܐ{Iޚq5vslUpFyOV鎰2LC~^5v }W$ٜ/C_DztﮭS?ِ[^3k1) _v`& q ɢAC)]U°gIQo0+s*T xIYOlYSd'QUXM]E*/c炧yREw5:y[WgM"CA:qF ΁?nd=Dqp7$< ?R5ZM䂾( "Y%> :P /dL4.(!kzAI7j<&+1 ATr8O?kRt-~&[EtH\nz04\ |}N3@5V9Fp6j|Ic 4-\4p-#v3D5hyi֬<&Oc1ZH׷`ŁX.; V\i\uŘWH@ dWiFz1-NK9eO $RHgQqAx=`>vίƐTBeN6d!QD|>fgrFgz ʾHi?[@q=+Q:l?:L&Jn$ hGaOmg[xzx7)a3rA첩 I\G7Mf* `v7T|1ZS{6;k{ 9(ZYM [s)֏OHա&N9Y6cHBS+B kf *T}sY 8+@bId1bo~5[~ZPfO󻣫3q:{T|T^״BߪmPxM&eZed~ቮr氍",h[]R^sܥ>/Nh \>5O(P" wj@L|k]Ћ 觛Hv9 HQG(>xpò~G) 3IKt1o}pY^(;x֤ ŚL܁KEP&MrM.XԴ.I;R֐ QÙ5,L:O{hGa<+ fTவhy%){<S m#-{]?~bE#Rf%0Á\f_t0@&["of~a# >6ce&ǽ| $Wias,=CoůSyk ٰ\?]2q- vY(}:[U[دd1J@()&$)%7 7hbxR80˰0DQ<`uM4v3fyZ-lZd`C-դg2-(9/tJ, *]'++F|۪'Uykv-/dh97jAgy4cB<VdPq"jGrn%d/ז$G-;s]ԡ*p,ZjZ~9p#FHxdtZ t"BQKdXH:2Χ9V-7T5pnFuDDJhSoɘ.E.U,E1%|pf.Fc{(]>[PpMԟqJPYAV q3z @- OSN9Mڼ r(Móq$XEzLO#{"s ;>笻ΔA<$' 1Z!׽dT$ VRA7 :Lg7mx]8$l&;pN˙_&' }22G1؄ɿ+{7rp| Sذ!^Nt})+ymiѺWt,& ,̇2\gۦ=0GV QQe 7.S1ǤPboG'uq-mF!Hn#W^2zM -S.:1]&WDK꠰EG{~OFC!I@ؒ>Rϐ|sy~`Cs\s QLPH"mx5Fۨñ17#RBS>]34 94կsa^݀mrA-$ &lBq4rKtiEt=\/q](f 8D&U`jkKH=::-ޯݨEl:9o?ו|XЇ42y hL#%)H !8OJk[Z{+wy'׼lWeiRd{^]%)S0+"R+N *0SJ =Is8:iՏfI͹JFf\C+jANSczFaxU{kƂ;.o}8`I|#ӊ6okMcuʷx-;<> 3ZQoEM BY)L`$9F&C]#jWT t:~#5ONR _V :`cyE˄;{|~;l>QXW6i9olR|˷ϴz1}Ji^Y4]^G..k= %R9mA" z,qR2#-dfotPOŘ+hW)|}\*3P t޵Rx·XfėμgkwJ]"k69 `-cmTvE^ꈖ?9I%iG8=B bt>Pe vIRPؼ[ˡ'%Q@08_ַ7giʂ4$&vפo:י'L Vl}" q2]ŋpY-MM9ZD1:7Z4h N~"V'ӛf:'*|ķvjOU=8"}85ɗWKBFLTFCy |e_>GClHMULDl 3z:CN6[*s5ttMSgzv>г%h߄hv  *F41*Ԃ%Hr2mhLb<:$/egT' (0^6[o_v9_ ա|y<}r 隞BN 8h8}Ye0LBp/]ǵ###:!3b̨AAQxx/E!hѦ]8 nY#Kn&c̳ yЮtWBԜ*]!eMooB^otrsn#6/dH>J޳4ӳ3G.m0iX‡fEP}f(Э3ZjY`rxܵui=!] 9r1-)*qePmœJթ˽ff?ڑ%ǹ}u!L`Pp%Aޤ(*SxmD52.BmAرIȃ)xk̆IU FN̞f.jcDΤ? hMy8LjCDڱCE#?27PJe;(ʩWPH3지^\(Q༻0եYbK],0&>m#b*+e5˛i uy4gVqPҋ=Y:xOp?ß_+qn $ɴTvD|_`]3K^̚53mAr5z4,A|`7&S,Ci~ ~3Dyug_pH{-is ,L'Mб[:PNskѿtjݝU^(V۟ztR|m|[ށ׍P&Nb O֒V+؃geۋ+;;)ɖM,2 JU*g#jܶ^n98h^M~X<ܲ6ż-?S{2 sCJe<ʬ&M6HT kēGW$~xO> KCfrd*^5WT[C=@yzL?2JmeO%A$w =]$NЪV_h)wKQҝ:|@CBYɤ,ӎ _3ud1xem=)/I7l.ꂣ}Q=׀W@~>kGr1tx`~d vvos"mo(2Cg1ҀΌ* M*].k^@l4g7=iW \FQRm`@{'\s+!xuV! SU;2G sȐf * ^+n~ג;UOT>ois4IG8ʼnGL[1NjJ+SdTy=k$Cwy>įQ%u0{6: .TG.RC4w$+B{. ]jX'L& aKJ7{M:nP\|k{N_E~%:Ymz& o5dp1Lcp?p[5Zb,*h&095 d1kK I[s\MIʼn!0M~4, hCfB_4XrVC~0 ?(MiQodҗb$)ĵӥc2HkZ$Ɔـ(|jw+ imVc .NA,ʝq*X:.Z .??Q_ ˽'=@ ҇C4rh*:{!=4ڷ!vnyyc|8|H UX'c4fDf U/K,*84o7}Ų&"Ј 0 H9WW .k9h6ӖJ3"-_âJGl k m8j'7IrHu'hsU*,2J yBw\zzܳGH5Z@rd3JRG4eOt! M5-cCZ#\Gi>yj:EoQ++\iXiiY9{!ǽJ|;6JTH -0ٚ{@z\x>&}90Dbuo1$"~/~W)ZF~(d^VR,c6,Qu2B𓯃ŢB9CNciwt{W$V_EжiۆR E WPq];P8B Ԉb&!~UWc[NPUTbc mV.ZT~{;=q?yNF=71~3>WZG)Щ뼆VWvj eR.(츒̔ E/fUa]v+ݟXi-%{;CD=Pj X$aWoٽ_.7L(/`Х4?9,GnR+e)2#Fh2W8=~hrf(CI_x)ިftY WցH` |0{E!@Ŭc3bI*bYĸ%҃?ՖZ߲ʁC|塳e ٞt!)Oj&[/GyNK+͜ !g1E?Scc jz?4-? u 0%j| v ɞ7uQ8٠K ;`cZ.3/- q^Z/#M.r4}Kg;.g(L +u %؛sSݸ$(+ӒueObu_839{H`u39 {w>|Yxe^0۫L`K=!ϲ6j(D aOC؆HIi +}ql΋F`cBغBeч ȋ +3B:7+rZĿKAǪ}Y2@B'&1djxpeHn&%_a"{GWqsA%ϖj*lq,;Fb tIdS52-nP ̍kBxpFx}$1L%x$b̽mN&Ka wGa%\+>_PY|J ܠg>٧h 8VYDgW8+ ,c =8bp̦.طʃP7g7" 2 1R[;̶5 sc+SҞө8;{H 2;q^T(R2mHՠ7DyݦH3#bnb~'c8vʩđ=_(bzy :dVerLfhZ.h 2ljҊBn{i3/1 &[Cq[*I.fHχ:>^4| & 0G\ǚ,-Tʂ@sM p&{I-0 %-ɽs+3߯po|i@KqCt_3/XQ\8Wep躲ܛJ L ?j7hs4J.'dg0Z Xf`]1!aj~1 c^'ޥw9p Cvӂ|H|{+DSaLhCN[گAۥ*/NJ?F`a΂~J<~_`Wi#d1h4hYn; N2uZ G]i8:Kljb 8`lXWvtnBE$( O6P "`޺w6Tk6A5 7w63g܄ɞrX!McnLǔS8y@077cx-{|-Ou/@vW2p])20k'`?NG-e*ԩx`=jsdtM>(sMu-uz.V͜!z=A}.H=(<9JzJqzTOt/TknF(P` &ns 9(p>s I>2oӰv(K%59GNgOL`+  98{&IVλ+MFF[ȩK&4>`EFTx "bҶ/<'=~RʪњNﱓ%gJs7:жט@+o@̌~+]$lxj HQm279rMcNl'Iޡ(hH~@=K?A|GhDLq(2+Bj8m#jF?$p 6 o@sm%$m*:فҒ>gޯ)icthQa[3XۤY!5W0AXA=7gNPx&dƗ22WAtld DF+ mߋTRL!E>lRjЀ5UeMAk!:K W;Z=}kHiHFNK}q<`[`TԳ ă:+ݟ Q#9 v_ؖbin\3穅u޷fZ}aL4Fo;U0 ?DU$dR??6h9WCzCu@ak-dߋԡo|²Cn޲N k,}9,&`xT>K6hϳb7e5bں ʄ&qg%W6w&D,hN/X^Tib"֜Vjԏ2+5pf䳙 !-v>p _V7U#]S)ҟE Gpw%UbڻBezfH$L"J_;qum,l@vLi˰Ӓ9lL0kSGu5Xf 3`tՏ[8qSR@FUy/s=agl|pdY>`Xsw!~`W = WQi]v_R5 ҏ9z`T\ƚrL ~G':ez30?&$uxH~IE<Ǭ6C?a^Z7U köA6{pQ$5#Yhݐ<~'E =-IӖVnk/h1sU܉ULAr0Vpc`kv,u:]n6S8 ,!o{҄_Mr,AOg ;z]b un $Cm³ "΅&c=CmZ/bh@)BJ(7cL-ogZ` (u\$r`EtQXYH<  Z^^(_b@߭D0$ JVu':z4$VL8=t3@9b6g5.x%kl<_~(zG!=)l?Jb(L5 oۊ_ nYz(n"U#WBV%/+V0/>VnI478AL+/9Fs8 LuH7HW*};?e165;3K(mRHLvqJW*ݒ]0EkBA7U UF$+͒~Mn.=)dp)1#*1*YhEI^⊤LsZ8ѫQ fmw"E0אY=T.YRgk>}f< `ዟr_!tK7bKpRkyH&H1eԯk:f>#pʈ ke˲#5XG2GM '8 PQp3,`83Klz%d>>НmW݆N5O?oƸ6-s)Ru(D tokRF:z-0 s)tPr1%UQzPа'W~xqI{iѝpGChw9c %L[5]M;7k:-TfJMip+#'7`r$麎ʏ̕c+ QwRc&r[ɳp>Yʁ 4b%^Md'v_kW2끥7dO×E&Ld=?OoOtC5 vgǞ#ao:TMs+++5$0fXZ(E"etwZ=/zGfijiPN6XHFd {JGezsw *9,bn/"JohԧRz'+Zc[9=xfs4F]L@*F C#qQvŸ kkX0P-RbD]bj<@Kmx Udjrd/\Q8kf; ?TH1@ a\- t8$+^|zl'iw@ش f2 Mrd}hD0PͻB䂣+7zG;OpM ڦ,Y&W=v0?sxo/{e x!cCHl`kfH~J؂I4 9Gnӊe/÷AeOcZo#Ňn1rNm"b:P1\K/ƽ/n709$BIU+厜KJDɞLu}Ԇ2DϧUxc6@̨ odKXc3@BC]*$bv7Y=7P;ȹEG0QZv"|ZW3i[ V;nH#%iPGݓ%VS0iy7:oRC>WH4smUi$BlU{̈́h#>Y63 y @Ai$P(rFv qlΗ(Â|N@9{@k$)twyY]:!HO=nef3O (jL\N-I0gvT:IGٶ3TJV/~c-I^}j+bsqdڮ5QMRSRLY0x RY28kN)90 ,KlڍbZo;7+FtP"'YFYe05u>nr>)e'K!8\qkĿ_NqsʛfrkG-;DGϲn`9z@ֽheĴ1nܦ)i/8RnuV34lsKZB0MXYnF{kYUk *H~KI`zMK5ONDU躱1+oPnDK?x^T-:[ZLoMD#]|B$DBI\Aw;_fƃK!lj_ݰEl~;5ɣ֊+y;72[L&A@b,>Kx}.ɀ/goRLF~n+U:i,f1_P8FڧqY3џ餻ҍ/K:/kձ8X^APaĒbۢ>X6E> GVslW P4h8 NWťgsjo癴[&JS&0i1r/xѣ+iV|O`FM: c t-&:p[5ؤlhUČw%]ZͣU Wp~6|!pPy9ť\=b@nSw)}T%5H$>6L%ѤI[ߒsm>}*3}P -Ǿ~n7}óxmnD 2(sĺ5v5oݶY1Ns$zQrHu@$D>~% #Θ?CdyKKW,Lm}2XDj ʖ\5 6 Gj)Wv ֈ?TJ1sO7;D$P͎NƦ9 1NJ+FH.MB?L1IQ@>t~uNwp L H O]9ㆿt0ȂR[Owr2Ew>[~D(~s,[FG * LC\eܝ; .s;]er{dji5 / #>x{.))b(b S. ІNaDSAnL+oA:3pS;Yգ]R R@nMiޘ$ΔR*Eiڊ͂5Q؆vNC :A4bvQo>V%h*qXA.P9.P1MObT'oGky#nx +B?$E Gˬ>v16! [Jh1#$6-xrbɝ[cy"}0(!8DnTo}ý\\3=',Yx2Mj9w,,_O rח7vOc\p55GJS(drSZil(赽<$M9A]ȏ&`g`PH la]?xA:?@~oy/d[ketdo^ǖpT/P>gXV U 3]<ʺ㰗wd'Z~87B"GȦy/sl .'MO[2ULakm Wv1U ԰bm%1uW7D!Qj`?жFRuYj, ӆqu79b(kuTn(h:udCV#8[Q#5MZ4HO}t%Kdͤ8`ha?Fc 8w}/ mM͉DoGk0v/<1)5' ||NȧH̲]a/;n ^Y45yoiq/DoDaFDgGxeCd:[S /^d[9lSh @dG5&zsTK*al-I;tX9IuCT,"SH|uA(n/ 3XsN 갲KklkQE% [/_RI$aeοY{,Cv XӅy#EyVj#!w~Z[eD-Nzp(wʰa :܌p(3' MBY'}8*: :9ֶHOӌeYPO.!zcK;M*ke9W+Nυh::Wٞo:hO#mb ~v76_ıt#88¯Ԭ ^}o{GЍy5In>?vXp'}6f:7c {[pk?y'0 F i'Q[ X,g i%gL JIoX60k>Э.՘aL ֚W%3Sm5[3Hbu?s{YM7m'|&5$֌ k O4)UvoG?MHuxAI p):uFK;5ɿ8v+oEF 4U 35[VÜS3T['*h˾"/ mG7fY;O6Td[)NY*"̢2w2@TgpbOy'$zF+Cx33~R{:tN7"eSΓm"( g8Y6r" )4KnÔQ{}cm䰩v޲J*xUa400h5oU@dO T|9$K3lI_O7eIJ kɗ m9D47D?N1`*oy-d `WmcNBXT+Q)6_sOSt[HPaA ku{5Sy6rƐ0Poi-%*EV?[IR@:`Nv)|CL*gݟm ƐD}l $jTbFuTƦH_L(`-#V24Sd7 Z0 G`U{+!.Nȃbs2G'^&8xkM|rlLk`S#_|`f  9OߙئFKy-JHY%\SpV*qFn DiMdkgD ^C!p*,GLҰ TrrDž"$wH0yp~kHEB28L${5^3!~flfS`XT=BS=VHoY i|债iyۉ=G>ב!ș1RK8fJ5v߈F6ؘJ$| G|?ݒE2A.?ڒA#JӅFoK{ڍc]g͡ #Xy^=pTΙ;O'`8;H!Vv|dYf)vSg5A SK}%iqt0K}zԚ:A)CXAQl ٭21p75u>!4rvl36B/,// ׻| LTӃnPf2p~ p)QԊ 8ia@S[yc`m_Hlg,mOQ.QOkerme߳BNI8wL+mp_TY1ԌLjvrA!7.3N0けT )p K޳FWMHm&zHL8Fyd﬒EJ陮QMůzV7wJ}Ԡـ Gg\Z0}X9o{$c+V0ߥj5vAI7\}$ڟ('d;.23_ؗi|qEF2ҵ e ̉D[AKdccZ=a*KR=v_`9MȊq?q. 6̓EQ $~g`Vf=|3{^j)ՈʰivbO' Yjb&vSVQ_ӱ1)R.'q1 AFijH:8zw k{fJ9e$ƪ0FPj^de`x@K7|%ᚳyŚJ[/Y(|Lmq#< /#8L8Jh_}܊)"< V}\!Ћ v˯yp8is† ޺> OH곊-hc8[׼v 1=,$&;@8Y.ųe&W.drD߹Zq0vg_"yo%r"YP/~_C2Stg  1 =oJ԰wvģP5B9OcĀieoj~|qN׾/GYno `+LʎM"8dŕ\ hOF2N/1dMHb}!lHh%y`H~7DoSg&]l+7Zi熟ˀ y~jXB peO ;d2ո=~]`Y?1<3:\7k4";Y) .~} ' rg$[M;xMUHG}JSR*Joȟ-CѾ[[w$:$`/fix5u/of7eKIK&XQt2f^,GPRstg5NX?we egT2Un&]n:2 ^/2XgJ0h'dH̲?>虍m{T0QYA蚯\~:EŬD뮁)#=^4/1о˹,q֠rk[S)Ridy-# vWt\wvO;%䵻t$ϨÑI)@= |R"ޒU߮D"uI bjUY b;Tws ⲓ^ e#> [\יe6!k'r%GÂ%/=6qa6=vQQƁ+hT,`0Fy)4"&p=jNpwr-堹k@[Z0}OD7ׅ4wL!* {%m'pp,7ffm&y>ɞl 3>6+izϋ9r%[j$R՗✄㜢ݥ|{u$q6h" ȇ̘b"i;nE S{Z7erbnٮ |@bg4* 4x{XgyIGC)A\f [RHlT 3m7R$ji%g#+<%ی 5kDֹ7L&~>6 |{"PvoK-W9@ث_τٚ/i\<;ENl+Ԛ,cSckb SA=(bhua`gs*!%ǴJҝ4K2^#w2Qr%!EydgUvXMh=(߭KJEK r-?\vئ#la_ʱT}duS:'.^|YuTŊl So#{7I QĀD6sRp3"I_VӘ&XIҠg˹- i""ՔPU'&YT(-x&~$8$P\UvMqaV>k\ ipW z~2[ʂ-5LrF[|9>?I Ɂ9ES4*'EqӤ fbq ?`u.+~/Z>sM/*G01țmHt$zR.돮 u`U"GtPfl6 o ׀Ws@;ʎͬ6cy/CSqwWGqo9e wԮGg?`k[6i6!b^.;kTII*7mt?Wa'^l {S YZ