PackageKit-1.2.8-150600.4.8.2<>,gp9|˯riQSo EW:t470RAv:~?ךt}≢c1#@k|04Mqu@! Z&ib .9%PQlb~ȠK|6l|iZC͉oFOH# 1&7ZGcJ7(#@u.=(xkV:u&do=X=Dy[r1z+U{ofϠ`~j>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/5]"k%LMscbY8_wgS\#6`͡,֟T# @̉* g=DYTWKv#H zԖw nX2y*PI]JR NX g*S`"n")\E\X3ʔ6vP('JσK؀߅s2ssF3iW5$d;eTY>o{|Lq =쓲]f#ԃsK-.ȿQ@;2'Y|HRa}6!Lk ^^8ӥuE X"v޴Mc&/#tUX}-6&j:= w2@u ޓ}8+kѦ|5AZ0G>[`䇞P52mgïXmSgINE&wq$&L` +x%?n+9Bx *=' >qPG3Zg^% Ǚl2@QʑwiB{708<3F g(q25%'q]utOaP_)7J?lʹ+I_kZHHdSv$ Vib:ĴW 1a' _a;&McwGB1`?)h-bЯU^M;K ]z CԜpLއI#kF_mBd9Uvi6T 817d(uJ /C8o}:vndB!-5Ox?\Hӭ P՚Q{a&C#G(Ȣ{Y*F8+ҋ){aO<0iKcD=B9'u^.eBo؅m9Hb< )!QO+jBMK$_("GA6/=@6so1 i5RkFfe %&^ͩ W(d^TntCSZ+n/m 8 zp7a-}U*xl#o^\_oR>OHPBJ 8*7#W 9m0M+ѠcCqc mtA6co*m8_9Fz*!,!7U~l-WqU0G|5ߒMR?ܙ T P0[/:5^vٙ-Mr#ZFreJMAN 9y'[6:8;ZC6c @ho[q. I| .[+-3w@ Q̿dU/7yFA1kE1vBL%Axbj/u򫿼g̮̾)ZVx-(܅&8vGU}D`jnzʇ׭x<5Om%쪌y!: K^-0}v i [NXfIי kIWڧqب^Fl ͎zwMqs1,irlW24ҿSF\kCDR7;(hk5$S_\Js4ۛOGz5гE9ap;YW\ _Ѵ;-ᘰE$2Y27ħmR0.r:F3m7VA&6z{5Ǘcs;ZAA haۤRA?U`dI>:!gF邤.hJGwEšÝ7IՍ)>-Je}Ԁ![@s>.ܸ9Eڑ&N;PJ8 ^]95(~`6Cxƥű܉ )<X}4>E8]%][d,/'OgZ2 ckvwWrbkCY `8i_c:I6U'`%*m뢤I1:s4/\ p BLm BݫBK[/+oPpa4tU7M0kHRs\ۉiUj~8/7V/,gqF ̏njuXB/ᏤiұNX0ꥇOʈ9( SG+ …Vo  oq. ̄ y%]A$vvh/"j:rZKlhEG/;w!s]L ^Pu^D5X?;6BD*hq(p %z œz>"~rQ'8T&{NΎf U )37d0>9Zg|z䳫D0hK{ktHiM<}9|jEacS-˗җcu5p%:@m" H=h~'c"H깂[GܡQ>Tj]>àLn]Gq`<nY8O+{8;G28_ C_w%lB+Vaqcdvi%bLVЍ?2u Z%*ϩԔ(Oz,4_1߅@z,-hU$腗.3h@'@Z镥u `z)!їR{uubm鍭~d}{Bඡq i.|匙)_͓!*y?Ɨ%r(9jLr"S] ( ԢTE7\Haq;RdKw8[~m1 Dtn2<,j*HXes7jqT_n#! dY{noo5*oHr +DYORGJX`\<51e"OP*ၷ[+Mk $\ӵ2%oU_#ڭ'P1,ۗZ⛼|-eJVk$0Tq`jDyV@x~!(f`%n=,]F g("us{킵‹ a3H]V@?M&lOt=|“ٿ{-"g|'n<둀BOƒ.Y .q27X`HZ?C ).SG6(j }pdE+A{Uagm'vZ=%H(AAT>IF x E~D"nv i'}ՎxaEdJSHެ"q#&ePfnktWi߂j&|#W -v@ .c2 fVvqrmq'%yB->/Y9o_3T  f `l-=_c@œSE)_fwB $8*뗑 "Q 3iIz*B=8J_җ l2.bq:3U -ˆ?@NE00@SiW/>}릇Y<`B5n,xI'?ޣAxd;?1O2-\._N=o&rDZ!dGc:Mᦥ.0yE٣.I1kchnd% ^T > 'pyra&ͳ83TXKk{X&e߬Җ&* d0۩ m0,˞,8(!. R#ﻠ[>έcup8C>:e?L fTό@HQl *LIBMׅߏ*S{~$Gn'\Y\ܕ^??0 Y0e% ^ xd*`ڃk!QC. Om/P"ˑD>Bg.dPQxpHu= MQVrEJoM!fjT fGC]?]>RҤ%#  㦱q}hT18O T0Dّ&NXWV=+\YP#*R(/hCT|"AF#ʀNygqIW UMie8w,(+ZbhMmiո8:;kEN?Ne i0xODWIRuزπ]~QsJJہ"ғv.?r|4pqY-#gCҳT21P,YUБRqxH=K: g^bDKqFXZ,iGcIj ؼ^:YwڝTEV5C{p93.rC@*p+V< lӽڨniږIؕ_E%1|}1߮9_ %LK;t0,hv)xȦbhZޓ$ʨnN!tBtH%xpigXL1]#qϲō!u.td1R&_%PiHc*%X3wt>hYe{uaDDFzOovVNd}MnMK=e dUuHj&u7ƫZ( ,_!-|]`n1JMՋZ1A R2*} :] 0d 7d*J~\Qz+΅LP9Yw@RCw/;%~Bׅ jZx@xӄbǰɊ3|$Uل P>K=췓>--dZ`1ٽ 7111K'PY5WDr7|'8yX+ :}A1{,(_o9EEڄWɶXKjl;v4Ccdpp->L7YJ,aú~cou ~Cn/mǢѻGb:himc)]}\b5ŕ`|ڴ4%0};.S J_:3qVŪF>,.]ˀbXPu兩1XBٯ᠒G`+-S\[jˆ ZFduT^ TV_3O-L *Pw͵0C#~Kn&jQYbpF|Eu'eQu3XM0oKv|f pkne$\fvEHA8#e*Q7sM`Ӫh/ ]9][Ѱ%x8AK#ec|% 5oyXd $My ݳc>6X,DAl!Ta0Fi!9@@F6U>}E R#:#\SXhFHe4GSkk#6Hz_QX{}VG%\|{a=HraZ26l)'o0 f7VY(x-:O4U5qڼ9܊݌VN˗yFXj3:G>ZהߞtǮ%7gѸ8ߗloB*_o{ia\J*7wzyP ʡ8iP!;yiXRG+2@MBh0|K93AVLz{ f>WT@v'ܡc\yfn*]z¼U&[O?ugNQ Au&G8:Bf!ri=[M S2{w5|ӧ_0 0 35>gW Q[Qԑ˹13ݧlDF2*KL w<jJ:6W*O^ H9-řND-)]]ւʈ}ZTwtXSvkteߺ[P7ICPL$88wee ߠ-G>fzd<3v8MW~5bCQTܥV&Rcxܼ2_dj6?-!Of1.! wƖ\١:n< R]Hn!n쀥ۇ12cE-SQCOCjdVA\sW_)n\lq.F43 H3 _|%~ƼYQJq&b2I%@[v9;kDAԎo (KĻb0Xyǝ,T }jt=}tkR ,#IIgkf ;tV.)*V`t|}ESck)IRnݻO=chǤmefrVE ӯ6iz*MoE֯u oCqWtpr"ݻfo,#uVU#/ؤswe%.ie_=<&ҵX*BUKe.+<;ZqR#,b&?D*.p>G$t=OTCwQhٷo0Fcbmt X.|/#tes䭝؞*+Cr.@,3_јf˲5?CJwY_77IK),C~\l{ 8+G:@e+v)jX]ډniOGѥ>Tk睖FfAEӞJ257/IƳOoZU}~G gO29ׇQc֝G4h /bɰto,Ly(f7RծsZrc:9W]/jgFkm`v%^,gf%4W#6seLPj[8>Š&Գʅ{_vŤE+`kY}^ 0%=[PZѸ3~E=) .cy"7 # [9ik8d`SҹDCEJQm3~6%^P+/^ nC-;,aysRkCh0k*;p5Jmo8JɌR6 ^C:Y~SnJ;s⫝Xh9YaY|c3ʀ+ṭu¨Nuʰvi{PN~㾜/DUbHk`D'[ٺ_ObYvx5"/R+P!$STGy"nֿVmk\Hzۖ.Ȣ(k)ElJ?qWjՏ5[ፃ''aJ,Mh@ӣ H3X1x=Ve("RPwj~%So=mpj(2XL3lnewv6xoa#$@1>URJ@ʢ{~V% xh t|oPt##OdXjnn$Cʶ~gr^y|K ڕk$X\؀lOv>I yA6C;E踲h=,l!bN!=jEdbvqȵϜ3 '-op='Zɒ+U"fsF[ZBBО(Pv[ ֳNHaӞm"uuďlv-A]C q%z{X J-0STQ%{uiZY´(#;[(\iA~Z9 a`kul^7r1h(ӥ_uvԱa5"8f]@NZ`sQ+/DnUAل/=4ViԦLr&p>O62 Kͩ똭>tXjkOU@` )'ן1Sl(6+R ĺ @rr^XM:|V,Z!.*eƤؙl6 0NUR >cJӬxQx$J tR\dDs`;%; Wsz?r"'s"*B%fp>-hx{L^R̍ ҍ ~]4*(-Åؕ'*=o%Z}x[F] Bv";~f =󷼜wdjZldΫVX'nx4}[ADib3pUiэ2ƷtuPƆe@4't yh\v !ESY1_]9N#_q&U,qaPө{Fjoӑ#~l@Nԉ R%Ce\T8AZ/p!ޢe*C1vPԶͳZY@==~OH9B qo a‹a=2[Y}IZ7Vd`vơxZLg -~#WˆS0@wG2,6-$)1#.tB TJ.VSƼ A:Ÿp[EI._6rIiN(d\"ko;1zFƮx 0̆ >e#'NSKsTk!:Gda/3 )v&¡E}pk5=3irL%)ٍlF6 # OLw$<5\s'CEGޭk^*! ^&V0qI`Ӿ!h-"g9ZU>2 Td%VdnC#:{ŽSLa >l`ЏӴ5kT_'m s0iW Z/p( )%S;ԯ"R<8DSPRtfϹvS4b5hMYE 1Q _7x!?o̺nmM]v$0Uc0sʀx>WIlG؋Mބ!4g耛i|*+q6SKWt'jrH oplO&&xt S")K@\\K>vR{7_[.ޯqZ;q Z4#^P!7 i3; =@~HK$+ҕkDF(Lp>-5_-Hc^cذUk橬 b94D"=֢7L4<& h*I5M^E@Cm(%w{9ǦǶ`sܡ鉫u%ۍji` G2`W[̈!" JnE/$ 6$J [ M ^̟tpݣs!` D}82dcǬ5T}jУSKrw1O?oWE%\%r 6̴@ 0=o)7q LJ݊ru WhazB N5Sü0>CLܴ6OSh ] 3]-r2hg7MP}R>g1ϱ@I$*vYz:[ /+f7:iU)hHLw=/)El&X7PŠ٩@_ e&I T84舔vhbr*C²Ԣڲ˂̹_f)lD q}aj^O" :z+_0D6\˽lc3@ >]xnw;Ob[ABHK7nj\1v}aUDϮ_ě֩m>1չ_jGf_^z! CFv΢mA'Q~h*Ϸ`1bL<53|eߑ~jہed1/ebkLMϭ1.s*j%_`eS#cyE >S40P %'")IdI}+s3Ildw(1i\18)M8&W̛^)(<+^P" 6r䈕=,Ҁ3?/Iaԉc&jkjǠw2耿ֵdOș.iuY_3 *Ͱ!hJ%E@`oϾimnP ,Z %r.-w߰_-#˾#z1 BH=~c|c&q}hD|)X ƀ߂+ߙNkCs\#ضfjd9X7{ͺ\0P/0-0prV'qNrɓuJG ~$ϛ]/j׿SB"-)zF֜QbT1ɶ JLNicߞUt"EZg5)"d* j^CEcXJCT|EIkP OjVRTYݽWէLkN`Q"b>P F i6JM?ؖ*.ӷ`~ { =cbS}++nGLv\膧wvqVs/yK<~x Sy]츊>”^ NߺEp ݍhma89ɧYZ?o*ڊJBC ;4걵 m'4>BdOv,LCdq$U%6Gӽ,t$L$Z" HeX<;[6ez10]esyoPr>8nm Y퀻O;GFwH7Ve J/MIe-bbMOkRxw_Ǥف1$5eb'#ڎl>IW$P>N-ߴko`S_ky,x^hVR!)5O ֌+qogUC5yj8Fuy{m^s6C/qIPY.OD ']e^{B !p3'HƫGyƲl.T`Y~0O(>`;UzZ&d3G7 oV6}2k+{kY;//-pMz,ge.eΎ_>L>vT M;6| f)鮤#~x݆+ 'a["7'=Ɇk}xL`5ش6Y{Ыx >v~]1<4s╟ x-Uŝ5h#Lf"6~=,ul~w2iKmrf)wP8Sk0~M-.Y QT8:ǟ!Q?qZuBu'gEkBp<.>Ӗ1Pl]:~J2I/@z) \KfkfGujcnxP"+WqүB$Fϒ*) ch!Xn~<`CqѬ^h~(Ƚ҈DMNs؊ hf,2w:@B.uZbh m"`s}7UsL c !'Dk }+pPz銌+E #z|>/L*Q737kQg%FIȮLZnN@m@* uA827[yT NS^BeZYK'mG'Z}k &,g4J@ &VAtء|Tџ5/N1"Z$n:Y|%K~C֞n{b i:GIed)j[wU7Dj;'; ʡNGVaT-3ve4|H)aYcvw͚QKKd#i7W~N?P8ܡ;堽p6˖ iO\5Bދ+W-J uÅ}gة""ǧ,q@6]jd\uY*v&˽^hR/_?4=1F Ln&*,?Xhq;IcoELF3ggwv|+Y4 #C6ۏ.܋S߂R{-]B?rNaҦB} pT[FhOYBKeGc,,1גO5Z#4}lMnf{V~}[)?9Uwӛ(5X7㒡OKNg Bb!CRy:^8`X?hҴEԡj[ӊ-xfQji:pZ_yBq<~:mDn΍Qf% ZI3)q]%ww Oae]1K/KW \aeCGx:QhPWqYluSWO砓!t})-tԇ L?{m%)[* E'0<4.Z꣆ETycB7Xs33v794K rHkQlʥ#k)R/0=J*ͼ䠂FE=ew_Wy"\&UzZz8JP( tLZ00APE'~l54M1%%i(/3\Zpj2Y0M݉.? nRoAYpppG .܍ӝqysͱ0'@KBQ@|*n@1ifG45z,JqȬT0wV loXiFGsbU1+x LP`a7i#R^5r?xBuN> u xSHHo=jYI/MdPƦk }E!XF5{!QpI[DRVë/JkX0@W KR1@fNqgTJuT Ap'Ax0h 3I13^Pi$c^@n'pCIqaԪ2hRgaaڮjroןFV1 Fi4LAT,Vu X%Ez*BT&DĩƒWksle33 _[x3 eJ"xw{ BV[1K42j 680w,D7(vSQSoREkΰJ6m-lwrl /T;-b%ݼs2D(*Oa}U@-#]lDjyrYKalݜTjŸW"|b !oP2tBcg94m,na-/XIµIq5Hiˊ8A"@1\ ;:E]j"#_QfF6l;˩G0\TwKi kE>*9 ˦4Q0&)z RFO|X ,d44[(60ЉFHbI6T뽈ssɂJOTP;hw%$0pG9cX//G2͢jV|Ʌ59 *Pc+;''2G?TN![Ny}`KZ&u4.)mcp ɋ Q>R4! ' M 'c4x`/R\gW]twۂЪ]eup'D_x FŹ%'s XF T/<}u6*rHgn T*c۞uu~G#-}'rquE+5Tʋt}Ц6%>IN; 7E΂UWŞԛMjqLKm -L= cp)e sdxeE'U[[ ahZXpZGdƉ$ihc%`e}"Ӗ3؝p8{;n+ϽnE,&hP'Á5#yA=+qG+IDλnix}򓮻.EbOӶlj< ng-A'8ʱxqT8t s4H|7L; aE+A8cdE5k#9A+n8b2 K*^GC rcֿ _4iT}q?%S74\a̤nk8mbLiY_>7L7Hf4iO\,RWW=7)W i2L)镝M9+CuPXH\*7da}؁ zһ =7&ؕ׾>'XExn]hBPT/4@_ [@?B;4ދ< 3k 4 ǖcHa]3lpU{$5o'U o[`W/&ONoyiC3;D9B&ıB xte1zYvj;ih{#Ƈb+Kbר/F.'F^ VɁ6NϦ5$'v9kA[ |Skl(;0e2*t-G\ݓB3~]B5̜?)n*ŜHktYAxYaQ581\RS~P9k:ʄxTe1uŬ=m N£u%^b~#DlEln(8@K=Wg y,j) r#Q? 'vy/k,Qz FݙHtPkLmAn>:Zv/@;P$3N6&EZFpR78`FGUg\E`67b)|Ds{!>:wr%x"ݬ(3mR簴/<6T"íTDa[)BTK`؏emaFCg@SI; [+nl!blUL.ڄwazE=W)CF`'/1͹#lV3J2pBC\T,+Ɍh=P6< dyV&U?W`H0)H>҂,Йm`B0S.MwY^TWʢiCu1U1eTüR|8EptL ɭ~ %S@(Uzpjg#}BEf h 5r~`p7QBIy‡풦,,P].XsaH O fƲX(o 3*ѿΜk/p~ԍ"'hBt5= H "1SQ[ >KیpwiMۛkb;BZ4" u7TYnn#7ylGVpgVdFD k3^^@0CtVa}<%jWhPҁ5.߿M>IIӄd|재9m&oRיAm*24[o/v]c4waYy򜹺9;Oyh} 'u3  <*!7΍tR˝гM=[-f%?H%pna7Y"QmEp^TN|Aex9"[z:c`FEyV pK9|i4loI)s''unN}>en6t\_EK9:}NvII%oQ{ Vd*(~.RS^܄zK}#)Mތ4 P`T»/ִ "Jgixz98XOLL֩t*_֭ʄ'ğ-͆N1X9L,-V3BfÛ]ПLC狎qnj1Ֆv,t1A2W]ǩ/ld ?OJn]=c냅\<Đ[M.S4!cL%|Eβ7F^N &@LhQ!x{s wxO7j=Ye$䌌rn5ieWG~) K?'d^][@n]8,o<݅h)k=rR%(.NƘFIUH&v#"7=sRWăoK+I8"ucڱđ⒄+qSwu&ȅ܄[8z3l4DR4xlnZ!WҏT-J:F<-Nbp$S's?mvVO pGZ1G Z`bxaq1~{*JGiHo :W% DǦ]e1я5:yΉ[CM#j0I Xaߖ0RDja2OdSQ &lڕf3W6h}ך6'gځRWCLq{Wۡ+{[a%wJ![  曀w%r uSmS EMJ~Y'/]g7(8F.L1b=}]{S(D.:+jbٙq몏0"X;6$l.ђ@0RUK{=5^n×}!Q+B] # +* G<@ezE>gB=7A)_\) ݠi*0srTCiQEk:. <08'<6Qtƽ; F]-v贃R{yyQGHNwiG>5~W,v._K:Ř\6^4̻4~ ~Tjm6K;fYYD\` tIz՚[A HY%2$Yky yRQѴߺV,cNB2hky5h:6)WFw1~Mwo|^[0:\`qw}r܊7LcM>)4G{}~e׳GXgQ Ec$v8P./~d[{^~e4Ў[=q aȁ`x(*OKY[-lv]ӖYȢ\hBv|o*[Wgak(t_m]CU}'YϔZ/Ƃ}Kg{rYܴˊʏ3|c(ƻ~<|6D+dy9O zGfTd}3ou3ʼnmt}v!A|68倾wA*̬St/94@rǐW$nmh|r9F9Vhwf6#&,Qd/:WG)#cܐDdVZio;/l'Jc+UY5]CmITH[fTk@GKhFxDZ_} u m?)*~<Bp%p:*l|)\B@U8s!X'P^>sQ-2@eg|+XCn w]p(9%H^_V]<C+S<庯&Z_عBɄ tVWA>#ٿQ"JI-h UtfH,,1PESI(2nl2@IM7-cZE\0D{C5rB2!%fRXXL Lɛ YVέ^V)!)5_ՙ5H;Vη_#Wݐp5댺| TYSy*-Ω5]QLM ti eT+[8,SQlHab:%NK8j`n~6zDUDў?2~M0ZC ,W2KRu Lʡ~!|j,~gF#R _)6b$~ !2m0B~a< 66tB}O$ea:7?}MV-upŬh>FArm(FU#D*m m+bEX AA--qoG9څ[D5OS{ KA?Ed $܎`ER.a>uVNĭ6ĸ@*Jz1.QJXHxT Yl$6oJxLJBb-DCxe4 1(-FkK, HGh\ r\Kaʠ D1AY)$(W(0}qv[z[2LxWg_X kq-dݎ'¬s¯~GsuU֯(7^85i>QYQ)_z1.D7SYZ|__y!E:?ɇO P}zM[Hh4AjkjPݘ9plI" n eЏ(F .ߦRu/b-v@ Jzz~P 0l]|-AR/6ٙ"zE>DZÿ@aB$eҐtb;JNXߟ!ۄEY9/Šhd9xsV\ gag`_*g1[چۀC%@ƭWK?gSϵ{,iQD`~VX]))uy>$F w!,:ls&io;ChW)|T~x|~ZHu^2rDI:/l8t˯N/-QWj`_ ޔMfpKHplåC\ ~钊kJf$1e2x{B2I<_lJP?i-:G {TuqN5\JmcN+*2ݰzo,9 ۓ~\7,BKl@;hﺰ"k }v@(?*GXȭƽ7( cO'b . JJ 3(e.bf@h @ṽ) K[fԦ@΢}6iSo}'u_$nɍ/*9%@Ew2>B&9w0nJEC¦r>>w|+UՍתHVuA=ЇݡI-%ңνFRj"JJi3M{B = s('Ht9LF|ofƷ xhpޅe>!sWW;u,bװ%43G<\LM3a|#zD)n'}WFQk@'W)[H`tgx%Mae$v*ͣ67IiItŅO-Zſ1* }< '9ߜ["o6+\>$?qQXǃ;cL#)_֦}MR`竐` P3]]+nmJ\wYj*AǕ_}Q C7z,c5§[`٪);r9]ק:9]?*d^lFmxrF9uGWkS%FMFqȌpWg7?aÏg/11"թ N\2-bְNYcԚ[w}lf3i}!ZHq!'9hl%`R>ԩh㴧 _ڼ~h$ikHHSTUrJ^\s3Y#"2?WZj_|1q;A@ VZD9V J\öbW]Kyxvַ *J ~EU'Z14RV\ಝ8QK0h*Ed~p6;,k ˿\/θӗ|jd 0SI&@ɵwo57}(G SGVKjqc&޼֋w6#ڛZ +_䉱JJ5 cc\ng . U3:RDgbkY-?l] ?7*psݛ@m wNjTW$]V[m WӰx?є^SFt~,i'0;^. mPcfBѼz8^8insigKqP1?v*+ עgC0nĄɷD߃ %xbјULE᪏Z* vrJ! )G@bm؂XC(*mtwuzsMkch#;IpBۭZ)wQeK bvkcئkcg8u W HhZ)[^me4ul8Ѭ$(gX9>xgjz@7 ֔pwKl5 @yR[o? ;0DTId1cB9w v58vP|5^V=,ϋ9 l~iRF"PeH7) N#'tЂd4,30s\ܵVfV-KXcZA/Dh}~4?CÃ~f E]iv7!̉sE[V*][ׂ;ԉgY 1;TǷ'm.)i.RcbƔlf%?^ܗ"ju/ Dh5n,ӅXiK   hN/vw7De5ǡBLt­B ~KFpQ>-!0 uXKmE|Jy䐠ʸIQ@=n}雬J)"?;ۮ^'Hh Mq]\Px(h(*BҼ.XpI.l#gx.w_T''v}]Qb,'gweNu4;R{!{WnW2&ƪ3Eѹf^H 2i'>v@?b`C #A;MzBE,}AynwXXzw%ō;DV%q'iNqPa+;s4I!otF},EQG-sIьhОj;XĄ:!R2d31lʣ;^湲/bcKꊸ)L W_Ld h1ѶJ8 O# b@vNꄁc! ^-h;0{:V_'z[[b_HMzw[Ӕ˯ni *6ͥ?V`Z!$ 8cbBIX*&6QTߟ 9}m+sTp;0_((@L+Xl6fx"\h\s{TA! P >tQzعUe#thOpJ?zq\Trabw ;CwLoۺ@= R\i½NI\:Y2bJ%'I:{X#dLo) d82uژ$lV0g9HTi>q݅/uH(_6X;Չwbފ\]XAT&@r:[@/ѕ6]US2>JMVs 歰.x9V9GDJF[BcWƍ1J^e!S z^]dWT92;4+gqXE}>/o:Jen^~"#NMx;ɨdIq2[3ys^' lTE'o( 2(GF,52EmGQ5Ү!e %JYhmB0."Wpbq&< T 4ӓn&/ m`ᒡ no)̢ ^0&Ma );B5[eF_,Qݩ|Й"5t^S>f40{)-1&k^2fNU\p'\&R#tQ;wKN˸&e"A{Y 3#q^RN-:Ʒ F]g}W9nI}'ZI@|/A 16.ڕn?̇ᴊ`VXN[",}pʰ} ~GN,X`-l@*ĉ;(%P, hel[r\q,5k 9 ?{e.O )MZXeZfݏ?>W;+"bP#WHNur/ws$%}ӡ褞#M^-0w#&cOˏaIpĒ>: 2Cy8$MO̱8K H;z_%}a43gc?}|~Ib=:5r5w7Wㄫ崕!W4x?R |;ǀ0{ .z$J4M%fI($NJ;qkTA'uIҭuCsmul|k MY{"JmS8EN*kRp4xdA&['A *ށ#Q;x/+NGhqJ{?$.Ĉ EއUc}Pc-}`:"apOIiA`#'qÜZ#=nlc!XۉWHxBdƞJߡM ] 8nI k5 o.{ xojGr{BzǺJ8F'?sSBk(X-JQd_ߪS⑹ cA*(I6Ē./Lb!Y +ER AVw^&`s"jr דjXh"XaH6RVD1'JRz1,V ->o_ԃ7$H}I55L22 ~^w6oiO37-b>Y'k5(b-cFV<%rF~툺 O*_6hYw^Jb6C_:Ƌ݅SI>:3`4؉ʱ{ѫXW> C}ܲOG+fZ YLE)ĚĀC~=MUidnO&~8 [w )嘐Mݴx}1̌#Mx5],Mח7NIrwVx)WS:eigi׭No|T'qJM[gO1 iDUX{2PٓxҠ)%*$\aG>?5r9£PBy6L|PY-f'LIKLj3bl~D.[. wXܙjl٩jVyC6M+}ig )r{R}'NA) ^o؀'@\ڬ2R1Nډ=}P:yw0αK>\Z/.D5%GܸP&1$qX[BYlXI';I|# Z22x%*j.42Y\؅:$8r%K KVm szUm@<r/-h^SF:ȹtMh[Ψ<ӹ\mvGuΩ4V_ gͻ)ۍM[ @䘒,G9݄ ! M$'kUٹBuV& wl}V89e Maw7ysW!dV*@703 ܭK0-Ccb ˀI1Ҡwx̙ ߙ*ص] [L,7hk6jj+>v6b03tPG'~xF J09={hsMdP;F}/gBt^Od, >Q^FѦk [ы:h])rPGp]$%CEDiJp'N= &ҾOEؗf6*K#hH&|c&ࡡ{{n4T,F7{ݚY֕zt7?y.3϶7u_RZ\w'w^c-͟6qsXw|ҖWF/U:38scf̱a7AWe'+$\O-;@~$N>gp)<`֓V< aZ85f ~ct} ǧ\|9 OA{wH,og6Y.f2u\._ t#xG7|0"" c +QǣAɅ ~UeZ܅z1xPSG1g4f䱷UgIw.ז\~LQڗ!>E[iEB*ӧ 熳C͛.(wnql7GZ֜"4 jwmRKX !^Tiר aT 1̾>v*]tAq,uˣËp7 7 pw P}n$i=]ya5>n"W&Z$y7 ?߲Nz@_EYNL|s"q "i9cfb=r?+ŵ~aGE0}eGw3G7j{k'vzQ{p /2k?$̰@Aʠvq#7 Ҕx_?u9=\o~8dLuJH_S>?Y%A!(1م[Y|/j,.7JۧcBmTEL?KPn)I,.<:8Uû(F5N^#l L{Y##{@cs'iX= S80\p7Y:H7]=HT e Sm6S7iOa)8CŶWA>X!- WصQEl=,;ckfOEިG$}~I_j^kz&_Ahoacw c-OQTs{D>w>G&eM1vo U8׫$ rnoQ-#ppFJ,L /jaȬPv.7쑆Ҡfi&wJ%q ۿU>`f񋢜ê]VINyvH6}0ʖ~=Qy~檥?2I-Qhx ש0~AeZDzF·AJp o.e én1>0RY[ ۏ(S:'AWGCN05h:$Kꩋ-EIDX;F1`8nᫍA(ͭ};Q\a| VCBu=E;kh!;pcWْ*J| XK[u5¯\_W@<+-I= [ߡPK- : C9.,)pĨ5<<;{C{LEŪc~9mBrqHP)#HM9uUKfp?ohb:`7po"? xCMhDq!:Vnm&;%z~EL˸lxSGOmϳ5هfErl" Aot/\afad{@| ^>?@96ib _0YN:@mToKbb e[VC=D^CN: z~Xdhu #ieVH@]!ŮrßR=p͕%ߝKx, #abR 6X2BT0LŀfdvK 2C\_w|pbQc'i }lP5y*r[k蛸6@Q8!ja `Pu5҅iֶdlcqSZś!ЅQQ9\ V-9^iH@U|W"O }Z[; !yZ.jucC%,[[#0ZuBI(OR's^Ru]icۊH g~h#s'Ďqm-\C DQU}]/wx,#y url L bW\mfYCxD02> !xq94|-Z/R 9,ẁ~ |Kjz aI^a-z0jЊEJaM#T^CjW@̂qG/{}q-}ߴXQ'q&߷4Ughr%qQťf6%TˤcPF4UԷ"3_ӆX?qBD[8f vv;CE8wP]tokz5R=#ѳ_hDӐ sTE4 >t8`~ Y6jh*B]$Gހ0:WIvE`eIJ܋IH):M&t 1qm.e +lowoogΗWe仒v`1%B%OxB.|7CGKJ僠W4=hgݭCU,>ݤ)f4 P?g>zLk\Ĩrsv,ՖHy^}}.Gj 9N+mM+ _,Ӑ[WLa* ;y+ϛ)uyd}Uclڂ2!_ϰ_83}91mS;ͽ*"r^EC(=~[MA&GM/ʆ~QL,R4iH 񧂁m~S>_l;biL!_4p@zdtiCrUܝD%qdzAAaaDC"Z#j*. ,9U-[#Tp/ж$ɤt8U|~.D7lQ7ά{Sf.Lo58!* .0xCB9}LѵJy uԹg0c`~Hy 5V+Z@u)LzrH>BծRI}/#5Hha.iŃcob#nQ. ĖĴXv|R 4`l]zx 7o)@enQiE7y}JRF ;esdő}bKOS>અfmr$yF65(cYѬ7x`TqP0|%p(_5Z <ƬB&uVQnͯ^ewyo-k9sF}T!O~=PuYNRgX2JnL_w @?YG>9#opH‰*ƣ) KҚ_yS2,\ `&qe8DЭ+@XhM)J4'W9Y T=]˪*|$sV-SYa7IjZPLop *x$hM0fs/$ ÊH2?{¶1=34"6I'S DDf QP@oT=nH/3 =?VP`dQ=aף .0|50{5:VjR`%e p)4q >[͞aJv izw-3P3rW2QD/bD  M)Rݐ.IHb VC}av}R[gS8 B|쑼[aˉ; Ԣqt%EhP 6i(D^#f'DC #BsDXw#8w&6Sw=RK߬ |} ָ-S,sfr/#'WJ 2WDS)rek 0m72E>M4ۜghNh%.@3ZX$V'2RgݑvFqc2*p@ -B~5"n 3lB'sSWD} eb%]un_- Č/|̯(ڮ6̅PEhGtN]@?t崚 u"X4cGSj.{($x3@D0=Ybr!ֲ&Z_X52%ekȘx3%/'RE@3ǡ-bX1w<>6DQ3Ŷ%zUB h  ☠'N܂h)bWda 7x3}jgrk ፫ҭE5c_3 [^]ԉz~!-tG# (!ta{]rbʽHXгx͈0Ncȓٌй Hgaσ }^x{!zQ̑~ɼT>=G9e7ZBk-K4ؚdS l %mߖ ۂg0K^*K k&xm 8ȅ*;K缝H ظYhWO~S!qwMHOTFeylU S_LEƋ p(#5EB# SQL3Q}+zE[zq1pPh{+_EM@$|$'~cգW2r8z \>lR.l;腪 F[{en il7uX28 reǠnhlW%E\݁E塙"t>~x N*} [xsXt8-Ja'gdKWPfaP?͝*1N_Y)u5q }1I .w+ ,W)*7ԜKY<=U`/nNVY T<d)'k>j~϶ϐ]E`nkjY]^b#<;Ch H:AĻqt¯Ո28fOg"><}ةo1DT-$)<Qb^U@ /8xt^4mIӽsIk!ZB[;sZ"me@B'f_qˇC`lϫ1! v3Jję^'Gx^~H-]ԦA` WI*;2*aQ6!2Sd)RAvG[3܌xĀH} ah*qtrnH[#_JD#mx,W9AAJ9bģ6KLǴ؏XR+L R~as@!<n/k:hF LuټV}Vpea`YBPGR1WƗӑ_0qHQcXTmEX?njf~pρ~H9%xMlI(\X uXդ4wdLPdDY E-BT͉LlX t/Va;e`>XeRD!P\Tȡ=LQ>1 F b CNӁ6[:P.! ez#yĆZôH^m;~Uˊ:Ƚ!F[oBe;aTӫ 34F2v;&. nMn_O<ᘸV~$d *,0ON-jNy06.qsN0v y\ArT-c!!E]iCF^BY2 ]l;;]?sޥ0-Jm3nNzV<| z46T.(T?iot& +>mՇ=PE2[fh9{I"da(.M֕oS!c(_z\a8 0r<S{lcX~xwEڀM<\UfïH m0+AZua_ miLq9CM6HʑƷ#BM߫l ~ݠ Q;XFY-P6xrc Fa>7Fhse*B.ϥ!.F1:PP_{TZ;mav2% ?߯+p =:\>M mO|KEuw F9@yq[=YkTu`p(nB{> éCeJr ՘CMkLX4p8϶ix\aFbT&TF5p7L\BȜa'h %c B{*pfWH*s2\nFH >_`j,6?[VfvpGI.;Ah\2Jz0WL2$< G >K*"XNX#MT:s(YXy)mnWg  |`29~qs.FLX6] rS1jmj( (,l '/$Pb7q[Sē bojL ;w3dyl7΁% _ @ʈŸb IU)~*X&:QL2.!ml͝v uU䈁`dK X#Ar\I#<^fJ^ӊq=꠰ڞoE16Vӛ:;Xn4`'Zx ݂\?ٹV)i=T?EL[3hkdcam]o2rP#cѬ .'ZszHD 9Άaz>I°ۨ{CEx0]CU(p<-u/P98"O{žA$ݗC2g֛]Gv(K>f{ J^V|>+lѹ{CCA_sIs-oX-qTGGΨ>o,kF.b5 b=6:2{?E@qiD$BvLpqUYzdLA[Jao"cS__ֳBq'1"-sztFVRY| Vc[Ml_vsirUf~pػXmˀvi%[ 0,_o /]>N?ƣ~fΔbÍ/>yy$D(2&Ħ! JQ4!G OMn6rh_¤ Ho1b6Nc''&LWl3(މ7~Ԛ!j s̫t@5sQ(x$xܪk;G'>wO_W˵^z.?fny-¸%"y#o6.}R%3ugr(p?a7ƑEf}Q2% ry~*+. 6~7v#*_p63{LƤ빍.`˓N+Yl` C^hRݎitLJMjekCoh%cmFĪFxmp8{t PI b]8'R 'ƻZa[X74ֈ?7cDB,H[0 q J Z~m4oӝd!!Dxth{ײ*X*:ГFz"/+\#08 5|H'ւ ZQT1/-!\*cHoOb9(GvDpYQA9E}g?an9Jf;IWϮGt,8_mQSr)SkzC3CЧ~2Ɩh_O]_[ZplC.[Zh-p]N]T#~(&k#UP_t{05dj򌟚e?pkgj? _T7*[l=44vJZh*PZ'<ρ|ڣ,rAwW ]NX (shfCKAaT{Ul>4W</WMH|8oԛӚygӁPrBr,\N6}AkD~c^M3yLŸG}*wx=P0`59 SJAnV|?o?&,O*!ۤѴUn wA蚏*R..\ -CQ+7eYDg3!uTC7R}JLZ(hƲB~%:bX_ih^!?犬*oY{A  N[Ab- wT65<|艿xN! vw'53b;bhsL^)_}\4ҟS(Q wiE YZ~29;ITx8b ئ+Q'=YCMs"}z6MMn>$V5{dLnsco{@y N2=kE}&sY7Dk`.<84 ̒"4$*"0S;gmA1 (nY!RVUz\8e3AzdhM`R 6DuW[)Tդ޸R ۦ\tT%ʫ;^渍)݈$S"Ke+@+,2n| Lq߈?%Q]Ӥ-EB?Amtʧ'k ׂ@QHV U"qT6`h9\D>15}lGOUe1mh>P4 bu=mISfYCZJ޼ 'wtN]cvP?0r˨C6Z~w );H 'PzJFjDh1Ձ?E@B#OC^S҆=8ZV%Zz;p}|dPE"d>Dg3Y`O^!/V8("@g}ʍ/FGdn6Ie?(tG<_u}UhVK\y$#)48o-f$546Tf>pgT^f|$+(Ʊg"Tpk]d A 7ľ ZiL#V2IEN~:\,!DfGSH?sx۰|lRJ\S*([AT(`9_ɨ߯u{I]ķ9"ƹ7 y;3S˖{i~ -Y &|F֟5N۰ A:}<~́T^wsVø1F3.qyWԖ(Qh+SaDh!=3|rV+{>@rP&$F])JPEKgىSI @ n7HIF:g-جO:KfhE ?Is@}smD`LM*A wÕиc'Лf=RﲸU!)"ob=Ij璜֢L#CmIt B]sEK%Ю߲&ɧ|֎Rl8ij8LWȘiOWF&8m_1^!lu;[ oy 1;,0Q'XOި8Lg4p$yȶI_ьԫAL; Û+j~̸r܅g6 Hwg qUGQ"S#Ф~XK ixI4GJTjc=K'x^{m%}x#wUu2ړzW934]Ÿp:KFVvuCzR{7RlU/cJ35}Ibtrݙ^ kTΠi7ީf C'=|;FVp4x iwۿ&| U~kLg^Wq̈wh`Q~q k? 'Ԁe>d(i,/@v5 m YC8T+- BDIi @."yi]8U,xBx6i1?w;Pp?.@gko—*&:١j,.ԭ3J2  A 0:u8 )C,d֙tq#+;N=&&؇eNch_[ubIy˨8b%Y|ZAJR5Գ4 ;O`hSGwE =M=>cqDR+L"g-pTOD>oXQѫ*N/'*&|_qJ{Iymj|d~y\9!(3 ̄B̑Lt;!lty`D$ᛰ:Ul׋W޾b=){xZk|]}(5Reia~3 L'{Y[{AX4vd1MHsފ|rϋO/.^@ '̎U9dR ^ZtMeOpoH|Hj<<]vt?Y-n# (\u,d}ӉCtKJ2?P' J¹AO^C@u =0~p*\  dH1RJRCA&1YqCr4kS/H-&"udhh+gaK98YF6Jq&\~6lBD\m1_7CeVc=ZxTO+Aj@ǁX[䵐>Ў:Uq|1\H] 5!xy>l'஼^r| ;IV.#tL܌& 6aq@oxٵ\*\dYSqSD;)|G%fx8ESDT!#%I0oe8~cnț2s%{7t. 㾜㍪^p r?T\)pa# 7?jL:.Hw]G ԆP:-Jx"u-?UOoĢ2x}ϴy=W&Я nۗ/mL5"cY9aS G` {<.^u?cG]xdU.Z)Bm؋?7ufG3SP]]5aE{U H97YB ewHN0ZhC@X:ɞC!6P?ʮUGYcyۻ PqޒeKP"iWq_[gY\TySoP %dp @D5eqk=`֝ȕJEN:I۵[qt60O'$QϽO |Ȋ/caѫDrubO>^_ NP![7n~0Ҥ=xf.z#Hql/UTwd{-Ġ#+%vujD? &M{n^tX k*+Szۥ2>6[JbȌBGgU(}D@ ~QDZu˕YEI:[t7 --hZq8 ɋt̗ܶ@."%ʞBmVeҰ=~zSU*5lyFB.m%?1f-/v d@r ιtaԱk AaI2K.(2V 5iWz/Б u"bͻ oFwq֓1|\D>m0,aY3}MPbAΦl6i1"6\?](}66@/aCՐ`#[uL Ɠ"3D;w$z [aJ,8K^`>(k5>m$0p)ꁔiϰj;h)<~ .`E/Όa wFa3*[m\s kC_e%+qmwTƭ 0,'}3~DVmcJhw}J>)urK _҈h` uP%98~:;6WZHΖ`qt).㢦1Uō8ᓹN8"rw apj},om2ە/97e/r".G݄{u^@ rU&(*܈<U аɰ/%b9 qVY/Nrফt]/C} s? ` xjKSuW W4fo8Kso{A ӂ\Ą@(?/udW!(mh4Vu&_+~X uwMսp -Mya~}v; B) H0C(h6O@g_,p]jꇞ%$aHp,wIE6>^ӑAu3꒨xȍQ`QrWJb~Mn:H.V$nw`ҕO~gE;`@ |́j»Lm0nd(JEW0"('FWr?VPLn)& iщL0ءF6!zBucT[K=K00ҝ3u,]spGltV(/{d]Ē[6S1jguGEںu \X&ȮJ&yo$)EyRs`j=gS8")X.<zRw8dVf o$(ct$2+쒴g TEk6u%hĢ7Ʈ1uB~O,+$*W\^W0g~Xô//$h GrtdN'x)G mH2OGE}w:R}’n]}ڍ0 i!7,e5#Z3{Mx80aVTU#BxԷ/lpEW ϲH<bN"p(0!<(SVii >S8''.e׋k.8˓bgوt(P{ %Ш!=ԸD"VPOXq\f/i3  45t]+@f Bb!bs𪽉Hw|:#_lCG6B|'Z) EjKtYVU'|u:N!PhbÛDMdp=ѵ3+dIr^&MfOI'g:Շ s|ry-VA8ZCr۞lD}l7LX﯃E74HυZ+FxsTT'l7!|27(W.ϡDN|@e7WhZBy.HMi?me`1ѡ9ŹH7mi83djmfb] 6ʪT9#Q`xm]eAāb,%CP4Bcƒ)OnϹۈ 'ªbX gωPY8"V$}-@kjǣnVפj)RJ.ж(<rFwz3=8CeNOS%!3nM* ^-t9ٻZ¬E6_x/@9S!m:rk}LrDp4ɏE"_M5}[]x/ +kzk@h$I9W )^3"vi"AH;YjSۍݤ45&|޿0rsCk/;;xlog?t:ٟ)*P5Pcz>>d1ִt>ջrx`>Df,v=y9eaghd&+v. =vMG ^ ^d38zl$@̴蝩]7>%~inv2wxʡ^}/E okSZȴ5RPLY|2xCO۝gǺn6TG-w]F vܲVo9|홟{~Aƶ!Hh=E2nڛ%MA&jl3άCZ6ԁvXǾу+uV!n#EZ,&n(l!C=RU??i7,eN2AU`3•al%߱<$Ȉr Hw̼Sm%, ^HBy‚v"9RL5{F63xYP *M`BLrwaơ0I  (j2ɚb,-r% WY[`ܷg9Ms6e &O4/yOFw!o%_?Zt㣘QM-ث.{[~ɌZöKr*7T[@'K*K.50'Ǯ$FB|}W&NaweM-Y{X nQG=xiS{ pOO4((,. V9W*=y:&o-ߎ?" vM@vҶ>iZ q32dN6\1 y&֦V嫳Ҧ{:ZǬvޠ| mKCϘ7xZco,9%¾^}&b[^;?Cfa|~ZևпdpiEFYqڛƄS*Ay/{ k>Y D0C75>G;kRK a (U,[HSI@ B61N%RdL<7 Hg>;xOCs|"ʼnAW So)M&$T, 3&eЙY'"m* Q".RENcsy8U=R>[JzjwqՃ_ԡ"o^v8Jn |X),)P cwv?\2 㷌3V8Ec;S,/H RaRe')t7IPk%ow sXn*l Ӎ:/4^YԥNƁ`Dh{^"2UF16&IL*q ⲓ}8fjwM!Llx7Ά| ?@'fs:|7y"Pzщ#ClW-¯Z!Qih%j)H7>B7OZ~k53@Z2Lk ',XɪO׼b(T2h9Y,I2z8`Hx5 n I,k&&z=:Dc s.$U@X+5rRCC#~milx:!-2(w[ A\{e? FZDWk"<ނF.~ǐckRR} "oXH~1ΎʼnڞR/ .)kಥW3[T5.SДzpc1ڏrh TewvsL;]XY06@KwׂCe(%D K[40.oo|VӕRiDBu_[LfDx.KG<0)TeNzFvؐR8F'\Q!oB53rTWa^_VȈ w^QTAMT:  8P9I/Ynh TFD/pNؗy~qTA9ٹUdS;`7uJ|.I-1}sgͪ{U[tu-[p/W[ 5?<{'?δG;xɩgG4f$^NhN"$ [52 {PMr v`#)RBZe*L0sG0~YB~fXzSuiHĩU↔hT>cVM U4Ўn. ؆Lf=u sj:_U^=ڄ-hq?cNsTYor)G7:#a)LPe1Ɓw]BR (ojma2hG=;3QnS(3Q4HJFt@_fe\4&\]=)vBM|F + ?N1ϥ &O @HOʷ:x057OS5ϝu+S$uzS~pe4wp5t)d&ҁϳ`d&_hD8" BMA<8ȷ~acp=Kz36H-޾9/x>Bڶa"s,1kNi.A~T<`f-3e#q8v&#Sf)ǯ}6BVI.z+ޗGlF[`bhO$]ÏB_N@t*߽9!CDz '*bУ_тE` *;iOk3; 2M X庄 |8w0y88MYL[3/2>dw4aS}QX5e[\Ev$sER(XR4&غf@W@eЮI@Ïك[xz}y9'+qKDl[PRj(u5-7βzoJd2 wi+}k t@T)4y8JS⃟w޷>DiQ/}u"W2BùK:l mXn#=gz=u9Nbp%uXaQ-\',^BHbpcQ*{y[->8A">Dީ5̡p#[]f_t+ f`f!Nt}-_լnB}U$|=̓^H}/5[FyYd@DJ9Wyau_rKNLnɰ) =kXL.ӅYOz2{r-bToPuX`'' 4˻@f#>#6auS\fA&:Mr 'FxlE*>{֔XrG&i0KL|_{IpV_>o{y2 MشTp;!0$s8#W\tȺo6dh"@CH~ڵ#``5[ca;lЩfp+ƳpR oϿ =,VnBmcGЊFjޛ,Hu9nw޽o`D|ߛix-wC?#^?=jn hS2 wYo] qlQ) yXa"|DqWDQϥ]qLJ.8#ع^",*  4fH dH!Dʰ}{W3(g(TtGatJ+^/!M/\kzudȭV+fG?W;`ˉk\(z"dJdQ@s[Aj,g+B)Zvl؏-{ h>{)L?9llc 8; 1FE %^Ls" 7wPL3'@f68`54)y湉ɤ3.l7H6{%?Yg 3qۑ~8Vxq6YM=)_wmW#%WyTKv$ FY-6r/BY;Ы(]7,BPP3LZё%=.F$Aڃ wQ;Zt$lv83v:~ӻ}VAdtqZBM4W/%ohV!~Ͽ' v=ŵoWSQ~+~>U_SMR0K*0hId{kur"&KTkfv#^`ta`z.K^I%j;1.3 c.# 49 ]" m⯟ND-桑.!PLC#F 屬mj:Huq$s }&rƜcN\¢+~m=il^ɍnT/\k|P$dm:Y~ˇ٣IB_ncS~. א}(շw)pB-aAk۾#ÊyOr4Cd41(|lu K訽7t,CWyaL*"٧ Y\4eڄ/gC3]B9]Kk14{3*I(⥆):l_niĒ096#Ho'iI^ǯy={yG>?lhj?CA0X-evl8 r\B]3aZzݶ:޶z%Q/'(ؾޝ@OUPq+qJEg k8X;8K:l9Oeհ![~ݯD{`릉;biU|F3~JAif`.pGQi> /Ma O;Bw(sgףnn-bW۵ U5]Pt|OTZ˼S4\/,^=!JM %Q3?>T$g.Y|c oҍz Ԛ#η836 I>f:1>.b!˚O|_a'<浅=,gH6=61#_jk(\.՗sF% 5c}Q4k"$iI0%dfrjO! գ:P.ZeILBEȲ$h1xL01oja&60%C}:[ӳ&,p|a ^,AfMeP3ݔp s\s?2ȫEe)aKhl= t#ٲ*ՓY SW QT$-&__pV g.BfXqeĦYT{%vfu=#ą2hsjp57v":mJ-=[@ +]wx!g)$$XA"j?Ie3Y>i ln3=cnE24 TA%P-ʐ-=r#EiST7(nB;EB]œ*\@bzK~ݳ̪n(O)1vt\3\dWm+Ko)00퍹n)dk\_=FxK)HU Mns2fd$JXEWea򲚐0Aw6.艂p<Jg]A(58HHRq_! Vo*o2W唵?_ @v4}OwV c>pLh$ D![#ƈ66'Mv^CJe)!z=&2M|+QB |F/NNߣVs7Ued29vr*]c|.kdޝ'{,@z|QB̂V"f2e_q<}D9}VE&iawù/ 9(C퇄E+NyYIw-P=^pTMlEZƍx L.p#Vdb!E!9n2L|/*b.~g}esEuA 6#BCII@l:x*^C,Vq8=bVQ 8'_Ny0.z>-]E+ߢw] fS9\SxVN4[;ۥbwR&782 "NIi~! 4V@KN}VsB(-4>2M XeC, blS?>7@W}c}% -ϰKZ  wbyʘx !,|Ra}vBZxŞ­Y݋x%Yp~ S]}YaGSL8%ѨɻZi$ȣ>آTĞ}c1~б\7顡u_qH,XQɡvlU>"S."\6A3$ҊU_gP(({ηdguFZuٸccGp.P;ݺ*X8kѣ)CsOֿs2ͭ8-M$wA _,ȵx/n9t~I 6Ԭ ||3r#NAnriӀ&߳mZV$a%r(ز2x" u9ValhO3Ooۄ;:3ۯc7iyB''b*_pVуmzt_?=\QwaR&qVqʥ DސN~ԦvDktjVw*aU^evaZԝb0gHl޺Yt$" }ι?t^V}> L;pXΟ@Xʦ'e?lc-zWPvS 4]Vy${g0+eZ8PNZfbt tdd/ A?BBJA[*.XwQwY,'V'j'ifb%d[Z_5f)~=߰wnHڿ1Y]I)e[n3R#?>"r+mSyKמ29;Ntp.B i[5>nmU4ȵ4(+'YZӶiyUWymX#x3f]zPUb6WFg_="ٟecCO7/ta"PaY3֦(E Q4ܾqĶfSg4ıNQi p>3Hmwx,0"ai6+՝`sȦ |%]Tcl̳!y(ڎfJfGl-e4i@.ayO^t/NΝ~_ H_˨1ڑkLa[W'wK]*>a&"Qw- 0&^k#cy 3Ǡ 1 _ey2\oSt)H i7"*gL1Ժk/?OY%&^Gtq?n`A~6?^ހr !+XPO=aN}_^heN!^ tn4 2l,3i:Oۘ/gb_띲 ˢ-!;2%[b+>6c- ^k+p6 S0ڜ%@s{^qySA\w&Lm*HȬ##qrubI}n=Blb"ÿ>-$.SX]fu"Zu`V,6F2Jdu\,  $ӬGr Rpc$}&xYhr;l ~Rח@tKr_񦊈hb֩zԬY^+cx)NDקcS U)kHt)8 6|_d4B8mȃA1W +e^r3qyxWرBO.{.N#([h[yjCmdX ŢFG-b])o7H~p(䥷b/[BFc+읞ދb+ud7+I e7@x0i/ yiFHl VWfZt5=U BDE85B[!NeS"h>ܹ 腘Z^bǮP+Vn-j3 lf՚Ď'y.Q5~bKӝa~DWrDyVU)W-HXv$%ް5D ߃} hőP9XMm;N٦Z Q ?=>߲Zhj[I\FT,ԇHɯ}.)sF,(*O=`ԀQs?tDXnu߆ ?֌_ukDU-[k 7#{TADbb5:ؒ5q3XXLxyD/s:ƝeG/.ei'Vd}(]1E?M7dJ]XpaOv(,HL1I┅0 4)5côTSY5 i5vrY!mcg`BN.䉄T-DH!zX>jAti'4|^ӗnטOGE"ĬSR4HIbcHqH;lMpv;jX̾6la%IMJM, R|Ӟ^H+hka{v%{*2vmX+=yj'#o-Ο5n_SgZD |n>E\8qc2T5(#9#k0ΪXA8L $>=}tը* AKMaPK{#lveۗ!\R!;J6&P[,f1+t%4+i}N~/\G`3yaK0qP}G&RsOP!yXTh8Eڴbݥ%4 2&m^/ϳ[I/08hF&nqh.5u&2jqqv'2{.1XJY{uRt/b}^ZHys|/Hc-!°ڞnG쬺3׶p\JE:avjo5\ /${=ٱBQQB[x2 wnjkp{sRǿOWbWn<:`l%v-Q:pwZ>xJPGJ,}aaoX+' (.J60 EC!rU c(l#7'&%X/?ֳi'񜪪0`H'fTr"!n03_zǟ S'\>=)ys0g N im.˨rL6VW)ԉ@)jk'Vz(0N6a5;~da\Y_m3~p,uh7M²#vٞ[>DΫs}3$.veJT'HaBdh1 )HrɁI_Iڎ銥2eːoFss'ܱnO*[ȱƁSazru*F?67{r2_ `߾5=,Vxߴ>^*( HÌ#!"PHP`T> nuy*1b}"k~so7 T/"[TLZ]TƓGhX|ssWW8)JEÄ[ Qa@:T *)u.Vܣ54tD=d0\`<\D*2?eO=@t^݊)ǐD 2?k'Re"ף-J2jcPdֺs6daUMb|t"Pu\"[`sl&wI3*Nآh O}#Dw߂ g2OB|幤`F@ZKB(*pU%{3 wiN5Mm~hM"@`P? HhAIV\͖eR.l>`giV)?55ez")6̰\ G .^#!f#Sz ~Z_x|=YL@QSz? /1+!BUkS|?pﳌAVRVf'S`5.`bNB̑ Q)/G3ǞE@J7zTto9~DVr雝6~ȴjmZ٧͉q7߇H{\'Xk`O;[J%r]}ovE=jusAr@ӣM%ɠ|(Z1_'QJXC b; 2&@SŬ-u(|S 0z6fO/otBXPk΅fqL <1YU,yD r*__jt$dHJbbG,ECܞ.Y]xt$_/xT^;o.?jT1p%OP|0 ,L' @jI^ 0 \ gxqȸND ;t81יA$ :T$f9;Gq!k4}A_}QGER*l]? NWb(c`I.7h2k^TqUy"j!x׶oveq"LD2V X+Jb]C_^1Y YGLxC-dK[8j ė{:IV?klaGʹڋf3H45LO!bf&݅'OD?WT̮sY\ D)qݲe"[yGV< vg^N#?-OҿB20Kg;/Hvc d/c껲?)p1OVcM+5ryc^ x#W1Dr'/f&XAkt 5eu2d*#$K#1U Sƕy^z#֢D8A2:pu@u9,L!ff7IͷmOmS^'׿J\TW!7E_=I @5\f=e"Z; Qf~\3>#*Oݺ~]]: K1E8QJ9c4p갉hή gu f_e!f;t1K⌁b;2't2\فo)gKq5# (@2yNNê%yݠ9yyjަ[hq&2n#؋) *&>:}H..͏wZ;aĤBr*\TJx-p;]Ogkf~iJs)B-Ɯins2竅[;áfKSY[8H):0Fѣ|g)[v؁0/a{ * o* 0[Q.cGD_R%g?-}(D͵>y+sz}rA` az{N$V1!e'$j[kTs߸2e™e)j$RW238RL=HBwyNʼ4aYsr?=.=^ z͒+HAc\f>'r8< Gߐ,'`Hĭ“Yc=ڕ|blAؗ,ڠ=uf^p֘l$O\6eL|Ko,}uk/DՌ1 cRO(SR#\Z뻊*^G80>Фe_UGN2cs`I8=:7 9S`W%1C}Y=pS?䰌fn;h,:H囨Slӷ]TPρH6n=C{h~tD]c^1罯!6!<@H ; .Vb$i?P-0w#9̱GNZ)YIW_R.-+XW2~LJaS;v=(Yҩ%/!&/ʽstMq!= wnT4[Ca%U#M?w\v#TCOnzkOjYR\:Yk,aR]m\Ѻƹbх)pKƋ |+a`__#;6NeW njS"k*'BW)BR3bDP&9y%7e_y)~A` L2~-Z6/gYn(sYLWHוuU*̰OR- L셝CEsb ܬxwe(kTᴖ%8hZHeAu`zxE, q iJ"+? É7taH+O_!-W Ա{vOATf#mFe4oUxl..?A:ƂpKw~3ƎQ2]@2攦z: !}`fJ7jp&7׉FI;yL[AQ3{xpS1N2wJ1r1nβzq;g ɰW!g z{d,ub'r*ND$g˦ P`_*m-s<]q3Mf; q{CR']?STS Ab̳n)?.CzMÖ Ի_Sms接WǺFݬ"=f 6;x[}2=C^͘_h[̖Jb֎^-4:msh} ~G` y0Ez"% aez̝IXE:v刣sː1Yvz45J mjnc =9M$dp-6gnY}?s&$00ϵwog@5|*i3sgܮiqEJ癥M |7ı2* 4CqSH*˘ xr=BH>Q\'%W/B9N.("&.|6OD8QB(e@tIjkmSl48=M}%VDzu4JF pMp?dQS`R5QvīCýY"0 :7&JoZ{0;yd*tao_Ax*^1?%SW}yI"PGRհ~IJ>~x*1ı0O}UW IEnkV{gLsE&n⇃hAZ\6xFU"$cţmiW"褬YP'nRD2! p#`0e0m#Dۼʭz~EZuTZlW{&~oTʫ_6.o%3oԛ$*hӬ޸qHl j ܭS~sAPfo3,vcb{O۪e0"! v*߂H6LʩەJe/X% cFgM;I8c^_&:rv_EDf#9#-"k߽ߗ}'/z奾ߎ_4.O{P0<;u GNJإf8!Do65w8*Wv'g\)dVJk/l$>b13SRbm ѧ z#VYAD9B,ɠ1]40bbcwL-0tfwkT_.ߚ8eYāB Uo&GRMP15{d)Sm! )a$WZ6ۺTШ}ļ){GRY6J+Ƀli)Nı[鞢dl`neqO%/@%>,}]3Wz^H~)c `UTPs7! ,^Yr pyٷ_FIjs74]q aOzccCK% ~]jI޾^AVbVt$FcտW}zIBL>YqRRRvG|)֌p{yj"۹pb{pskևA!vxZ ƯҲ0ut Έ+g"_=ɩH  l꧌1aոt~`e`rn6 !.ܜ׳Nlg"+su>);Y)iTbxr-c,cMC*B ݪFn v<¨nrNum5w< u4Lkx:bQ3xؚ<,߈TB  Ju Yr+ZbyJ6WG l :A_6Sņ³()Wгe;ے%M^H tF D O*3' MhjȰQz<\ˢ _c#5v^soΝpH=kf;u_;Ϻ,~9+ݍ|kwզ 싁T= =K DneB"L|TVlD #+*lBIytFHt)I4ķu3״(L$Sh%<̚)>Nr繅:}p_ Q$U.9+K7~c=Mc31¥8kǵ;9g=T61:ӛ^ 0S)\2Ija1*ܾy6chǣf{յ>h{踙ϧ~BK[˅9gEO|=9x uѭD" Kn'NF |o慮D:Pl|٣Nc {  7qmhb fF,[BJ۫d`Md\M;.#mOB7)[^/罛^@xLU&!X_ q`6-'/h;9s<7!p[J8D?W_s,4CHXsCt89w9dBZ_r8~adN3,B٠qh"-!m>aTq(>JT-hcE 07{{1Lij*`mnʨF-/w"FGf4~2݌O}r4o'!Q(z-*Y 6ߴ|]3+5 JuV)V͝ |x`]v%Ϥ4D`n @~%9z"M)+ ȵ̐}wP" q6pJ5G%?L>o= X{~e!(?0գCXShyݜ1xF)yVb ^2X*4 |r˫4^ΰd;bU{2j8Kno&`c6~:"Z4H~$ _(\9.=[c9v9۵ԬuB9ZoyEpm-R~ߑjJ8 :. LQj-`uPoX[,Dߩ6 v0#,E悩NߦڀlC4{ÆƤVYkR2H'\WT 9 vMD5<׼)L&,Wb)x^">%AѕB;乾et64෸Oo\VĔ7!oV}#EZsT1g6]4W<h$ ;&/I\N}?7MFg uI CA8[ @&,&/IacH%d(B5eMGum6f:[O_W+̬G3_Dƅ(]ăy%*ҥL Z<}z0+ߢI.HS.Wo>{TȔz^q0GS8)=qxd5r:t 2*MQYQw1GkPASBdH_dD#0[}@2¬3%RGShXud|Ik6Ə~m#Z^M!x~f` :- Q ?u%̻!,Iˊiz,$Vi̱{b؞8ef׹7=ݾa/ۿO10O35ϩ$ڏX z780ȵQB =:@wDm^H&cvXW>jXAnC_AϋxPx\/ m &o'eQTAs.[Oc<(kJ:0`"wdl]ߚҏZdbd\g`UG%6oV\d90;I E>`pÙ/QSF!`\t⣉ytW" r 4Ih DEs8ZW`c@̝OC9dm˸=eP`冖*)h]iY?$5~F 5kjs6xhmAbwd"uv@:¨~ Te:H!Ya[4rG7GqtTY(AXֹ*B깹apkdpW6aeeG,,[rtݾkAfB)K.>q=iܶK5#5m)L۵bSBfyE:XA27h/;T̊2EdE+qUӘʊ|_ ]p4 J2/Kav@{!#ZrQ9)FWa|4)NNOw:01+>Xn[v} bhFDv.U}13Rk㧿_e&H,Һ`w͡:׳fG<%xP`8&eH4tFeLR*{d_ v%vTdY*j$@%xEXER/xHʖzI ˄t :ېOubo S|m\5PfO/lݫAWv$ҵ$L.'.;S=3ˢE!>(=,i} %@<_V`njZw*CqNڱT9O'MPJwy%kQ΅оDbu JIr#C; ۸[e0/S`Z?0TS q{Gb դD| E*tؔT@\7D՛ѣd:xg&Sj{RP|[6HYWD93ܕ%QC`RvCv DG(^ck0"Wʃ}WA *{"}WA)xrϛ5lZA8M\I;Ѓ}xA}8N?J~nR4?yĞ';HHCCnAt,O۳֦\c4hnuȈcMg+m-ɲ!l7uN]z)8&"Ј(a.FE,l1M}MuN($R.QZCN,(}W.i@-;ߛcjq EsG5*\[hFY箧nckx{CQNS-fr#X5*v{}KT43aEb=pƤ3OywzZk0Ɠ-E' x95כtH+h=[p@N& 8GLm:,8qlG&Л0I6Ҕ,5SHȵNޑ@R絳'ȁv4Q9iBWO7V^e Culc9 Qhb+T?<ə"ƣEK6ꗷ@ͽ; xIN;pxBeigx?d S.uSGec]R&Oz03 |U|?)V^(xh!KZL@K)[2ī)@%4(w!>u 'ˏ4P4~9r94 'ͰL]X++y) bgWZl ‰5>ֿq€KkSt׆mbB 1Su?UD`6< N^Ye&|T0WS'<~eIۂxc0H8-k*zVOC}2ݢpȁW+yu[w7h3 EIY6sM). bV5CO(1Yy@bd Dq‹|Ͳ`9aFFkcЖEokٸ<Мυ-~ "8YI0"iBfF웒R_.>6wgbx$֬WtULݖœ]B qiK)~&'4AUyh)nF~v(VeȦc?]ŧhxi,f5<(/:HQ: 3AsfbZ_jӽb?ʖ2HN=^E9t0qa_C]ib?)Jei#A5a#3ذ+xi] ( Ć-lUi"=kT>{*k>̴>҉+9HGN1{[5M Io>#t$>C "{W]q|믦3EzM v`r KH8*n+9[\\($TĊ3` MPOb7v*M>"r3Jsv=->I e 9^q}8Rcl-^;7֕g1__K8 N_pK-c2_V[`<& r%/=W;NVL-^c.LP+mq!sHYMཝ?'t_Q76DƠ6 ^(_͂_g[huk=8Rˈh\ܯl#Q@NA!yL9BhTMdS:Ԉ} C2ZNbJ֯O4[0IRl02ֿ- (η_9lT&U!]TERACAh[˓Ӗ';f=%i&aS)tu uoDaυ%dy"b.twD 6\VH4R ;S:qiy_Z3NՠO#FY$!1" 8KVZ1conl:G҇|Hd7~Xd\99!ǟ!v2lu80bPTkFTDq}oyr9d~Sq + c>8 }l{"oaK 30oͩ9( zmtȐ ;K,3OM}]p^5Y)<"S8]#[`7 ȹphuki&”[4?>Z&ߨl0a; 0zO:?y=Ϛ/ ̨#hK}M%b=sDW7m硩;ect@;$'&N Y@ubN? 7BGf 81;+>̀]Ai:HMJk6 `j䷩҇ըCGJu8^qV5G psp85tcv)3&G_7h QF걛"%LQfs0U`rue և5VpV,́/" V_/Pc  >NSi :HǾL6A:thVm&;h[pԲGCfwn&XZ]o ?*hAcfITʯXVߺL$~㊮U Nt4HFIa28I@2Gp.Pub{ɗ_ganDC e酥բpp/}oռ' I+_ECNpOS蚼2'շ:0wK |U`E9}N2cϛCd8wPK" 嚶:|l= RǡO<@pىQ {\><fQ+4Z5*!f"ϳ\3B5MjҜ;̵ CSe5Zie8H.~G:mOc}+E'$U, D'os!,,5)pHm&ijJ7,ȵHP2i쵀Z<8D݉$EDzec%+i6,WUoLQJі lp T$gexC5?]2B0>0j27M򌈓ϣsz!㾺o[ bŊ> #S,xhw5z/â$^'ey&8+ WNx\8XaT ; +8KǮoaDoy9tѭ>O@WQN'~hck>lI40_9Ae~yn)pm!cttCQ]a* znce{XwR ry: @Γ$:L6c#1Kf8~DZɣuq`xus{>CqFky؇l9wzΓ[+qMT_WlՋZ4p/zqr#C8㈇5wp6^M#)8m;;W] @Wf|:#bUÇŧ%pN2i(aI?6 \,4Fa'ٕsExL"LRzrx-t4;`@jqUj:96ZI?W3g8~@/[.n,Ad Mٷ|pХJgkWڂҫE7®ʍ=Hmʶ=%h"նDT- PhE+1䵘#^O6GU33~?l #O UXa3x{!|p 1o#qx,W`V<{AbUi^?d?AxT0["i*=뮹5;UyyVMAfUf9 *}Zepr!h63OkÝܸN^u ŸvK)'l?O\CY"S-́HSo6Yu?%DObvJ#w}c[m_/ԗgjSdƷ$)w78[} }7(=?rLJ8g0l,oD:e `*0#7Nt۵axcǙE*<S7:mh6lcB73MCzbSt8-586@+"T<^Ckްwf(},"b sF4 U/<`?H淿VQ׫8a[-6OY}w{Q?1#٭o,Sx IRߪ^D+xA1 j[&'WEq-KLs-bk;M_k{T-n0ԵhnsX[;H`m5֫hk4yz+Z +Ŧz*s4)-¬eDIq쮉F4NO04GE?/.ƨ mn@Q$MS3z&G]ׅBV2Ȥ~Y>;h8Ltj@Qq+{?+U R>S RU$+ ٪ѝ·& ڎҗot(/'T/<>[R/( i5SPcW4}HqzJ5 S+vF~ĭ9Vy»HM-AC{׹>ߥ;azS=Ff Ny,XD3'үЫ@{U faZ7h(u&Or=cXA+Irr1~,_|`H,~`/qjəNԎI5KM hζ Ld% ¥iZ]ݬMʆn֤EཋW; h}4x;ͤ5 Wx\%{pӍ@#4U)Ȝ٢=}NtKjP:NW& tl &-%lw7O7㋡9~@X J[ñDS˯L`X"]b"⬉m<,js*XBa*u[͒^yov>(Ǣ/u<8Du}3 4 w2_Sٜ=ਧ~g,wZ]YXuG8y4șm6ڱ5jW'tV{{]A>*: +̘${kh^A[R@Oe'Y R]TEMf ^jJav!ո|HGFyUp?$]W"@^kO5'ޔWͨƢbS*tY Ncw,qw7I+-^O%yZrLvGp{ᖞB0\qD(AbYᣢλR{e?[ld] Es"#Fa'Any+t/2 Es {\iҔaV!rm')y3͌xZrv*o0fu{pS4~{f]Dpr~0f]l샞}4LC5M1g031 MFJJk?6@pA؈ݳO.yvV&FQ{˭wn{~PY3a,h0T5k=.ț:rU8rq8%m*, CĚ4ly Ŀ7$T :c { c LQL25\)v%APflMJ葾2Uۚԍ+TGt0,^B-ʹQ(cdeMkz.ɶ:7@n4g؉P]rm!H& -uh<jX66;Z,KPe*HS 6E9W{s޻U3o32/qֻSsw*1!bBt{i@&8M>_ q!B7V։a[{ݱD8F:X}w 2%G[W;öӍD #v=`e+T) "đ=kn捨xD&89/ ӄϏ*ū}QusQ#%.%C! |E2Д(3өiX 7ZKkue=~WXa>ޣT6i)\b{1N۹^ws^${+)i텨=Tw9ai`N\bnƤ7EpC[2Е;؝]٠:= c7GYߘ+F-d5uV zCsʫu|+ u~)Y0SW!eLd>*y v1Xx/>TK'pid;) p0Ɖ-;Vё۷ZHO4z<֖UlM!cAI3͚|@/"kWT`VG6'e< ,f(zןҰlU8k7Rgq46䯤VAHm.kfhtc6_6"wҕڬ U1u6_v@`K~R'Y6 ݤw| K|v= }o΂Y=,Dw]l!˰ nsB JC*U[*Џ&fT=׋{w[O* r1ړe_a)PB"OLPEo53KHnK+^MÄU1ΗWa,iNj<9⏜he$>4VxыGZ]#ZsORjtM^&{rTK~x=+7V_ar;U lSIkَhӬtar(l~wD"gֵk.t<1nF?< slIOKVjpCe=dx䘟v !7pdXYG{.;\d9 Pb<lU"ة= '.Id`@E O+ fk[Iig#clBX1v 9sa y Nl* s9VNgʖh"%Z <;ޖzjӓU+dں@0Yfs=>/+B~k"mrx8E$HiS;ƗۖBt$3%s:'(@XC۞b ߸4O~SH4'(*`=4@"%I*N+HlSǠoq"/Teۺ/)1xy8GF~% TtaYr\xaV'D.Y#m0\YJ 8/@5pT9pIZ^vl6H>9<.]1y̴GUF) X|1 JfNnHx?$$ĹکVGD;J*u$#H$_F))*&EHe6^OkY&-*"C3}5.S#1Gt艚:8下+x`m,J6 ܋\mR\1p |[\3 ;#w-{6ԕ@Ӳ\* ZrƊ=Όbd) `|^R%S yczWɲISt poq*ݓO܊L1׊* 7YOq,J,0= ,#Pwatd>"1sa ` cyBYk6DL}%} ҞIG`wY(_r^J"{ViY$j:đ2jk%DqY]=r[n7ϥ+P l7X-,#:kr&^*qEpfC)=Yp6utߦ Ow G| |^iU Ѣd35H"IG/g ع:t"rX @7(̷u?Ч ߇׹n 8>[D S #R>l=ձ:5.WnU!r@Czkc.}.k#Tk7C,@Ot jh`wɰn~))b;ۮo9ctFmyGnMq:ViBZϧ@qB@H KsQ%^",^t 9xhB2Ķeip7/`qIiŭus(;x mjlE(*~LB$Q.23k.5VDTjj ۖj*~4_v$MTHgf-J""gⷸW},JޔL!" "OrD^ro.UE G`5bF j }Y mG)~Bt@46$oLcyz,[ޙO< >s+ / ^4ЕG{ UWm+m7Q~ĄՌ9pߴ†|zAPѳ .MNb01!I/{^k3Q3bqGJ4kݍt2Jx3 rn`E)PWI` QaR /Y$MbC'y.btoF%1'x?3)~9A?:Ιd1Х[/ RexDb=ڄhDƈO++/#X,ť)T\VĸĴmQ$Hɭ19)W!0ۇZ1A #St~0>#t *E$8Jǵ~zE K{ ..c kM,w&( %O#BH.eD\DW$G2?l&)yuG#mī,`<6n$]ExD'lN)U^%6;[RVVD G+\'ÅW7v4*KYL WkHKZ a@PoF\7Z]C=logJsӛHoJ73؇j*1ĸryVÒڻ= ϲSTq&OAk R\3P@:1:%*30XH`RشzdZqEY1e!l7WH4 U3ǖ뇳f:``]'sg "zm*Kgݺ;ڣnMZozLrI&袽=ڎ-}.rBl=T |[lӦ"j_{WcPX3+ օ$"@uB+Ff 0-ïfi0oEܺ5</_+ ^EoMkȀh6cpQ6+ B0љ qo2[g4?mQc̍'yb)eX[:Mci.id)}/,eńG9>%6]r< od5B"<**?}d>=ޮJǻ&w|U%Y4^ ?*J%$x|>=,?5ZJqf }BHR}TI|ѝU1;p[5#wn7F5vqqt(˓RBE:ʭI9 p$yk^>qvn"FklB|8 5>ڰ_u^m)B-=0osȋ4X8 ~.]FDyWq\*x7,ʘm6E@篧*?cZ#=^ AuW0" ]8e5Fȁ!?[0͏4s<1\4'B,j8xBkf!7P; Gj^|qa;7EAB&}'EB0?)IA0)Ԭ ػО?775 IO N2Bɟ-@V8)6$$o3uО^⍻fs$ec}x`"76H885#=%9q#IXn 9V UbpJۡQlV}p;#ˆ`tCms=kOi q|Iɬ{y+oZ@  ,[&]O'% pQ=0Q.ٴR5uRVGM UVqZ@؎kϗyQ؈'9!0|AG a!Tdeu| &HMZ|+6ИLGNj٬}n[N@&2 wR"JoN)6? z V <*Zio#Ѵ栗 R~f4>N7lXOkI + } 0G6Y`9NǮ(z]@aK1C7}D?mk4voJ3 G\ő<(7]E#8ӵhu켑Cm"%EX>ky[mDzHj PQ}ǜ^vL*&Z;f𪒵;r07T8:v DMH&WYcty7bm@"\ZOєs,A6)%Kf"qOf福?URذh8yA;v*6!HfMMΝ- \K,|fw+[)(opͿt/\3]M;Ҙ..ECUR6 $T:+9Lvo:qJrAwh)D q9BDeh68OR"YQ.!82ўw ȯy$-j4#w9 ٮ&UJUSQe#!gȱV?!Q"EUkm35 SiȯBJT&q?4=$䆑J ;4=f {kպBs -^/ +%WG }n3$d<ءtQ X@GؼD*!UHgx505Ng:Iʜ~g*;pXɛ ,iC+2SFcwa 1S4O)^<ҀRԆE ȲOkF#3U_0PIp KSt{e#3fX;9 x> X#t&`h֡#VdF$ÉJ̃"Ou9م:7袊$uM`_曼\wNoH^u&mbo=I2mXH{8@+!a|Y0]_'1@褈lpbL6֫֨сIE_z\Exm cNE O;%ᄓkc):Hl;P%@.3yӠT!d;Ut_U7\lީ 3`_u M $Jgtki6&P*i b8"<;@Gwy_U#DFՐ0ב MOzeѹ8M}RJy)pѣ`Mf[IB?NFlQP"+P2e}X̢SdWasz;v,K;I@{k1gu-ي+=ZKTS\=$)9qƥ!"=I'R}x)"ߐC rr }[>ZV_Pni@6xkFthƒ-R|ih?R>ǞAq%?M/2z|C Sf.:f29!lYvh*xZء?Rgyz ?NX/W59xǽr,"D7Pr,h5ȲEH:N{?5$螠 hM.);|p`:\$/Tz8K#fI2j^?_Zq@4r:; L^2ۡ'j$ut/ s?𒅁裆FڽUbd Iq!:J(d~Ol BAv ڿYYI|iV&;_!^*)]A\d{{w F[ktL9 H]wnח4Q, LB@)bC/a t}4q'3pb$P, =LC69)`54GONҿ < d^.5ܐ70 nhݝ8舼i/C(G^d5p؆];{f|QH<*`s:"H](rHxk}Ii57൱v"f a2%OQAOt\ o vcB8^UˎE}ynٸZjk55H!h"J6̂n ḨaH}!U/DS!^IH tLPD $.bF9  <.!IZ@FߴHjP<%!GEh],#Bf*ؿs9bhE c }c,ZICP.07@(4W$z(hBŰOޓs`?E3ﳫ>~ڬW/)%J{Kʸ?$&USK/ O=bbf4<:`ᵜ9U{T~?<& ؖ\^ypB4Q%b,i%Y؎O͹ਞu]4ug|<).dE75wK/\xmQh|>,sSC̝UÇ߽eلVSlxФ8A^Lu)XD`'Ƞa2ڧ^ml'd؅%cky8P>:x9ÝR$cÒ^ܣj}W7Z=;H¢5/ZqMo0W}"Ž=9qڡ_XJ LQuW AJ`J{pl`.m!0ȋ|#fCF0{BЧ<5/w{: 4>rG?ԹR gjͶ#!0FۋE?v*<5Ez;FM߷脬<&W2dV=lMX r Jx XڶC񌫦Mff2_EpdK.3 seY(jHX2oGwѓ48%h.ߢA$"IG(%Rvcr<#$~\N3] *)8q4 `n ?Д2V: 'ƿ\%ѴueJv`u6G1|K^1_ EZZKDgn  5q<)XJ5fF~nƪ5XPВJ.(3%?8:t[%J!o) S?i>Gx.-Fj=)mȮJ܏AAO`Zi9Nryʌ]O7i;ԏAj1RSזnDc7>)#b.40{1nW>E~8;X/nReM9IN7wσ,Ag6lȠ[oqȂDuiIqfd#!1J^#KKC#;S*sGqn-ZS=u+$*P?+v 짏XZ7f;1P)a)Ci,')Š R]-~)3V[>Oj\V vۄ#-R0-Rkї$HoI~«,h [e sL#3 pmDf֑h,pJZc[WH1VF%0 L{$ C~Vq;>e. `[@|X|Nf&/ y6F8g qpgbD'/ ԽTQ — }vX5 kK>1}ޛ7LB3ڹA7^q<bs:op;FoZ#{h#}q(}۳Meb S-0e\ iLܔyh(jzɑ8]Pi?"Mldd2Gf4ʈkL{FDÔMjZ׀T{Z!I <Μݙlqw^+cbl"m-/ɕ+\YRm&NNUC&|@&PtO(C#`AKK ZHM??a JHDvߞ;2з4}žeIV|VK?p3Xq;W|I Y8L/e0y#OEL;'^xrٿg.l+$lWCJHىIomMK +u;bA(YGN$FK>Y'46㩸ъzY|31Py{v_QN.Q30`鬂FaUu@*%Q1S(-g:c!ŀrrX!,Kť`䇂9[¡XR^E.S5 KdrQgӑFalȝx͍#fJo,W`t+5J_LEC~>G#X/{B/[R$~ @;{4@ggܐxEw(s9R 5`@`ss֨$N̜@9ȅ?9`,~I`&6-o5N<>9=tyLiz Pkƴ Mv"-[ʔzK%ǶeLP9`)o)ڡEwSl[9XցUHjviW"!=yNh%Qrō6&v# GeC0áQ6pšICt^\J9 ?~@ZXv-Ds%ڛga% *lYq".3Ņ#Y>VJԾw\y-0KǶe(1TE![$3N[Z(׸FŐ`tS窮]H[=KB(O^gM L^m' *q ᾫfT+O2kL v?$*F  bF? UqP)Rs5QN_W>tD'&Z!X.yix(K/ڟ'X]db:.r粮!kª]Rۆ]%VN g3p`{y2zkt˄ak/C rLL.NSAAR<oBM 2|q`TOD\x[ 9'QѰM γ( Iy;}Tڈg[Xׂ ytYA4.Ʋ#]2ol,F{Ngś]~@XOqdJ٢m Q2J:)xJ+<bZpy]f{lw/`'Fw8 qx*$-6gmANK8襆~ya#z816B(RS\oUd7vF[5n&t65=A r^6#uowc!bB'N%VԱ>w;8y& L;M~f%gP{l(9V NdYi݊cySN2VxU}gޥNij `a`~r6 }(Ǡɤz#J Yx<$q(er!ׯfu Uxms "p{s@Ī.&';z;60O[Z凬X 4þA-Ys`#4_dxixC~My rz fAɅ6IX߳oAtE9L4bE7Øb(%z&2k>FFP,Jk<9rv\'Xws 'X7ŌHB5uYn.ptB 1_ NYsbr ˾#b Ȕ yOPC fAsȄPcm֯qpt|9`HѠ;AVV$[ %hyF2jɸmԁfHazK[)瑩uQsRI&Ry(K /wpBޫʠqhs1IB07Ye(8 \V2߃>#"Շ5gM 2qpj9oNpV< " r2:֥ BuY_b+4גaZãE)>^t)v{CN>*fQs`*Շs( QĘyfD,}R\T7A"Lk/*L2=o")m+<7Dϵ8U#cS zxඛeZ;|Ih;{=Mϟ^AJ^3gKdϠۭQ5PhJLShCbRʠPN\t0Rb㇆tO2߮+/,pgCVK 1f0F$q쥹WM= 臔 4;iPZ &_= ;0q>0._V/ϥy >cx \,ih%? gRUJܖS^m,jV9qli0[^˙9~qnt)^NDVgA^N̎ss~lcž Hu %xɶe; k+`*ϣbz$";mX݈eXC=ZAW\AC^({^(L-*>*z أJ;*rol1aVN"4g'<{ ǣR9[_-NX/X0FÎ{cŞw+I A4m?YUDp$3XUԊ[F:@ W - I=G˿p ֬ -%[Vk ;+imTvf Diq4K[ Rl-CWki6n1{Fw43kvs%UCaL@QgM/Zsfey#H=F ݂N2:,;8Ow.N„sa}m9:IC+/w}-WzV8H[5 u-n䯰W" blr"~0FBfOL~j$+][ζF 6@ϸe&")eUIt^ Dч 63̐ʆNgY4?<X7?q@…[^*>?N C)X&T=wPD@gdl^M9-۠҅{C {ܰEgh,M<<++8,슗ܫ.dHPYV6^muFoBisS'*2p8%" H7$;3ejRxp|b=!?7H*.hX,ֵot.N:nqwUt PCnJO/0/e+QY} .wͧeUUX.#tE8Vd:x_]0F"า{Rol<뽤k〝h&tFOpP+ԫ7ZN zTT$0@H$"^\~d&GNPĘ'/4k`m4d:ϕa:i?!n*/+e<7ٯ1姯 vvKGܔ n YZ