PackageKit-1.2.8-150600.4.8.2<>,lg@p9|F>##wO[α)*w{NJ\]<ȀrHî?nb<.$@fS|)E_Q$UDb5%U^ށ 6&YqOwK$jS?-IH)+ԜquJCÉ"Iw2Ec ^UuEsq'辄!&wx@? RR2sO-rIhκtLfa^-r+FǓpeeAŔƇ >O?d   Qpt $*2&& & D& &  &  &!&"F&##,&#$@$'('=8'Dx9)$x:2x=>$?,@4B<FӀGӘ&H0&I&XYZ0[@\X&]&^؉bړc<deflu&vxwP&x&y0z@PT\`dCPackageKit1.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.g@xinomavro"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi@@  X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckxinomavro 1728284480  !"#$%&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_Updatedrpmxz5ppc64le-suse-linux     directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=33572f61606eef67d05a77c237abc1ccd215292e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=bf644db0f7c99c2b47c4c778f1f7cfb819faf694, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=34e2caf21af8f6109ff6654b5868bd0707a197e1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=30b676a434187ddbdf5c40f864bb7d078355951e, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb99b83ea2396ac19a4d9076a21697262c950793, 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.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory)'. R RRR RR RR RRR RR RR R RRRR RR R RRRR R RRRR RR RRR RRPRRR RR RPPjaGS`systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-88b5ad4561da70807a040f6fd6e71b6b7eacd481aac4f2a93128882e2abebe92e?7zXZ !t/+)]"k%R MscbY8_wgCnڊ!Z?ޱ&릡 0f0Nmf#$ʣHv'atdɍ e(ЁoTrE_ET?A(#T9iQl3""kVYQ|kT;{L+dVڣFV5p2@2G~ Gd>U}:5 *|ni>[a`fL's#J4Kg1"!ia kz`bM$k-zohaH`ڼbVtWgi>Χn2 Dtȧih,uvl.{Wf;u`J5ٴf(̞hJ>j!ghX7k߲Zz3v"VH-%3͵+hJi=Nܭ&ڰHJH쨶e'v ^#|~8̇?k: B۵.cKo,SM0r3ޯas>@CFq4OKjЙMah>Ej/ʭkA%1O|^ԬUoƌ>X0 æV/;u s?h1,*²bf $6nˁIMt<*?뮀3s(.}" 2Oa4U$Th3>~25"'ӂ*ӣ%v2 ݨݗyr(W=Nc1PXmPgTj[@[uA1VQj]?)!q?E*hqQ%mO ԯ2iH8 mcL&6 =9=?A&Shkp&WarD}"  `1A#5fDCo{3;i=U.VGEI/o52:Nbz9Ks홛 g+B?dFHQ$Rq t41G\amLSaqɑ=dL+5pV<` Swч!^gfel*u0٫d׼>#9 zC+\KhBkJ;X\tyzx۞Y6]u: CS;{Md򍯄l0Mu^/+$Sd567s$_FdCkeiКP+E= r*A#Yz Y:z"F9@a1g6F Ӳ|Q(ɦ{e_7OJZ1l*5V^pLѬuĤz\hEL=Ucmci$U夽ʈՌ(;$fէج@=XVn  Ѩ6%$Ԑ\h -/hxLPV.P5يQZ_'g4-|$Uݝ!lNhy)ZxWLD؁M[ۋK2 054/6HY12`iBr@SYWgNlڿF/OHًCǗDMK,Ў)aTa{빀cp[o"vpZ*i 9A.ɒ  Ys^K PiTtWPr)k2qndY4q֭YZ7Uv@|7[?"Jݝ;cYlD"efMUXEW`ly׿3+7ˎyG!Ĩy>|L u!mfWj |jY~pM(p %;,Gtt9mam*JrcKC_ag~j-GLaRC:n3ˏ1Zv ?x0_)W%T4-@ Esl+^w'u}4ʠM9"vmf N3hxOۋ 1:NSfe8f(ָc̷tىgiڤ_0(񉗃_/$]k.ִ"٫L,$Zbe4GsK\Aj X}\=޻r#q1_g?+/^ՄA5OfvK{k!8wi-W\u۶_4bR{7+Wd)“ uD2]X1x)C\/5qyqg;A81tTnX3snh==;ZDwJe1mqd7;AYF~8d~]0ٝҪ?*+,8gJzXeM{E_Z۱zdo_7#޶X4gɱ"`"K\pb@et>.k¶&".AS^jkP3O D.XΊŌv{\`?Z^[&%`Ǧ@ej䜯*i#$th.R/ g],6h!s9ۄU3@ņZ}͆#ދj2d$c< tܖ&\dmz*1DWi典a4Um9U٫a{T[UJ]lrL:&PnљSOuoM7F|*o ޻J3(ї;KωqS/ҙbGf|3S&@>48M!b46[xBűp涏^=Mt"NJ#8:iX bY0V+,ő0U~z' ~{k*Z95[dU/_MzOsOˌKyd!rlA|lt_tmCoV:[Ĩ &҉m$yb˲@ɪGJUsZ5PLGdiϭH75tg ?r{*m'>ב ShӇey,j7QI^pv3р}͚\h+ui#|b ٟ 6bp>6sz9}+nGRlWi] =?j4p=1݉I+r<88 \>1&giH`(+sQ.K^zr2s 2"…@Fr¹zA70 *r-LfܓQ~ZlaLYu7_'(eHIth7AZ`LE9 {kyssm5H4ѐYxuadHh{EKF]B/mFBDm֡~q= (Z7"l/+ Ug>? _EWlT0SHٷҵ;&/py*,׽e[ײ{f٘r |Oo"O;jidCwLGNØm_wYI屵 C t31 #kZ]((D>IDDtrIXzsX+ 6iJ+*#x_1NRp^J=dt@ϝn8O-7;1v)/1Gp8A+OW#- phs7 B.§. K'8BoN',߬_'@7-(0ɪ~ *Rwj; *qPzu#ƹ^_G3e| aTdun0T\N ) 1[ӀS}K٥¾\r4(sXKr +,/qѡ1u`;ݯw?Ʌ6@<'Չ)MSM#&Pt"wBHSFSj  82ivQ ^J*&tYa>CtgUN)v{E+RR `3C)˅o@wuxY$= Ǝ/,ӳâpQ3ecA_m܂*{<ec9c:;{28AA)CtiμZmYKMdZ|ǓK;04C)(U$ l80RrpHI]WwAY k#J'w { V0l(pۙ qfnCEKP rNw ?nzA MC@>M lu8DLCGrK) +·lbƸ )יXS*'V'4?A0]+i񡹤hKmQ)g_PwuIi,gIwt 2؏R( T49Lp (~vxLQO|:/@-6 kH >]>lkp1b|40NgR&NZ!| =J |SXK_zje%qKhox1N5qfHY2LJ<%~*!\߿:(bڵ`V@ދ.f+fs炥ؐ+wuq)Eu6m:|@~E,\gF#5-;7 ΦhU2@m*qN*m:;ln󧲔NXSff;HN#QbX3柿iֲT/њSPpgQP?Lm?}Uo{Qb[A/Yi7Uj҄YXbGlz1ݛ IUPRd'JJH}ʸ' Ɍ98n$2q˒ݕ@kʛ;gۄPŮ*Z=_h Zϡ)W"gv6I]_Ukrе<լC+)K``7`GN~2Nnrp͉˙ǧ F~W/W4oj`+DO*1 Vs$1U=a7q*un+]{'݂ ˼kmNb6>qOӀLЅ/AԻ: ꠽Ȝ^)*MYC1+Үvj~5f__7\OPhdVB.8pjikw`ͷo;^bP?;H fhS!HGD~^;j?a[+,4C5| NWYl:Vjd4s G8J쟕/ "#s[|FVah[H4/&I02R^8˷HKCɓ¿uZhd4ͽ <%\u3Na}g `AC:lQq"ARAƘ ān]TOdYk]cf,,NE0HHzbOW*dǏYޒLl {g[~8pBy*da:z@j@ FLx<|x /ԓkQ֞<* ?s%A}kiB՝%u4%|zGQlK zJT 発˺9pQB;ɾF?Tz r5G609]?q|_qbKlXӋFXQP14s=)i͡cy{*BҿYSt[KjH%}v(~h2V۠ Sm*P+2#X<ňY9b֗0(DŠPȔ01F6tG0CzH72:X#mWE:17w7`3 t* LF)4BŷDF[t2ةԫp[8n= W\q53q  5>BjO9:Hˬm>K "cS)hR= >C6T _D}b^b4uᰊ=3k~t#sj鈲pi߂fݝaHWhۭͨyoX6>/gW\ull*Rd3pv{hgrnŧ1VrP8q/Lsk.osf~*(NM6ebԏs8'MAunߠd@9Ml3aΘ6 iBBj L<&}_=7^' GӇYe攀I1'gƬ, XGER= S '?V0S i㓿ٍ=viܮ-{r ((?2򋈄IYK8&05.c~*iAN%lLәk^"4˞04#Naӥ-[~ m#GUR_O~,5X k1q` 8ފӫ7< n =Gms,nHrG3lL5n~z+8@dC΋BbSnZs?]F;71kzi/o<~ cAYr >"]4ck&|9γHzՍkzO`lgXIr*̃c3po˃4 pwtj~ҜdNc|~نf#Y|hh(̦˟|_y45aDVb5D39vK]zl[v]SoSta6&kb+ͿRDsCFBbŦK=vkCw/pKiI|,1筩J>.}d9>RK$})@vh 뜻}8j K'ٿ(cq>5.0=䶞",,%D`[+ωjneg2VR'. +!,J=c9̕+J{ prNECGnAWqRdL:HKE0CZd> .-q]pXtнDigRF'2Aڡ iFzLWIyBe[!X|wщ0FįƑy8a7:SWT ?d< C(9"L[TQY苔~qt.HfĠM;c  +xv[@/>̵6/P*R\+ϖVI߯f1?f5/?mmƀr&"S /<(G]%6}s!#b 'lzyo \29>s;+ )vڛ.o͑j:u O]۪$ 'ZzQϢp;YPZ)|d ݨ+x)+~AaT'fk24Ly:}4*mgڸX,X5i{qk/BYKTH'CzdH^{AíHrQ>:*\ #YӋUX`l[,+$̐Gi`|I䰋 A 8eY d1"֌yMsS vPLTC:;_FM zΊ=dDpgf0j:t҈,ÿ>x\`Wd%_dԯ>߈df#& z +ij F7۽y2YdxoH)b.p%\ffd03:-t50ߤQ=ݾ5%Yiu#Gmt?3xn>8 cH?\^/)VC}p^@6̊M4pK?#]fюT((ijŐ}GX%dWUa @MLΪiV弗Oӷ; ̑=se7՞/4?;ם?<Jo*8mvW;c3#'cʦГxdqHiZb z]`, Lk!ۧY]}:1ZlK}T,@duwVRSb畧x> t(/ԔzڈM*Q^[KNdΈWKe&vG sH,הv8O@-]r"0Nb'RB#.㢕1,rۯfH=y/d4Ixb [\MTDy_P`pm -Қg,n<+^'Uri%56ѠVIr1;;bz0SdӅ3$%L-a7V\6UA~ NLs3b?1~BړRNv#s7Mh?._ed&iӅ$ɳ贁QRptFBҐW\Ћne`X?Z̈-kg )|)\F3<ޕ*؆ʴI&:ӒO1@uў\Hy@ Ob tt^E˦Ȼ@FBhSdűW`V(P^*vs(/;z|!lo̧ciaŴAT|ͷwm 5\iYM~(p|D`(M,wC"%M?C\m1{+[v"gZ6Tr¹|v͝G#晠Q\-2]p| W (Oo 8Ogz{W ]VwfdCk,+q4S>qR6t@1ZNwGy R)}sO [FQK^Yk' zF.chÒ1Θ tn7(F0%E)@PS_^p uh-e3>Ր\hl2Gk;DO$e&Ӆx֕p@Nҟ@  K2wTǝ"s֤'q{eÍ x青 @pH{+ ].'1A bIɋH@_6 !'#P)os?0Alֆtν_N3[S@l{gL2@baBR",Fg( />e8' D~oL$OfH"ۯ\9DSNj"T3vxŇ5dBAoUAD;PXkYv׳=_Yoқ=";#?߄X 0J/a Py?qxqB/&n*[Lg:z]L6v40A&k4Tɗ&%$ itPukU 'uc&l+ڻISYo+j#0`#} xFԂ*%&Db9i00'8,;dyIrxi%捆c*gqpWi,ēݪH.^j{  qctdu3CHՉ"zCOHqRp¡\`%w՜N}[=ưQ`=")RwDzz=_ѕ 6\ͻ߄ȮO(/B gWpC7zb_uM7D _; ; c;!X`&}uM`Bx62 w=AÖs& 7$V󳆣d%>B^?Mrw{ JenDw%2ѫBK/fHCQayUӅT)<'srJf & WRjd -G=gUTֿjHbg9wüpjXб:ĈCK Rf}IdW].i~ 7i0XiZX_mj.l4>O+st؛5mݺ(}-e=7E(El-rZYZvO}y~!Φ6 Nveds(}}kjvwe1c[DQH1dnL^Pk<_M/m3P t zu-?͚kIwJB {t8V'9 "QUԨPL=7]zqI[Ȏbn&'Rf w>'ԻK:2 첇ɽd>>`R_k>Y\p4xE21ٞ9mH Z DBUfV7>57i7v$VB>BHk#De`,)mR\11lhO I3 xLm<Ri_+@?@N<&o -[!v9 9+iT5h0}Ÿc _H'y>ư'>C@jn&HaI,L90-kZ-c9n̂'U26@Q-τjyl$ZUۨe>90s`Aq"-Ls'S刍] 7+q+^YQa4y+4O`xҀ_6fTXP^)PC ,qX g;8zns*qzLx )%ފmy t7͓)9p.ī*)D]mVqclXYQjۋ N-~[ GHV*Zԉ=L">R2SY }~)75Wa+MwCϠ39v_L~60j-3J*٧4$Z ^ NGÓް+=>6LXB|9#7Af]f+%srkf7J~[B0dݑ ^G,1?I*>F8$i|MBC.bf5Ir:r@KdT z6=KeiluT)$)]e7C(Ysy(BfM`!Iy7Tp8iUtA$r )F;|Yif:UH6,\3yx.Br]*א bPQN/tUaÂKQhEc8v@W嘚E]2DOɬz/bu kC`e4hw1hwFZ&\?4Whe<к8UC_gttcj,Rݛ􊖪 S9%~?`mCvsA?WuiJtvR9qz&1uC$yj:|DQ^VBӣ.d N3iԦ2ϑhR{ @"9j"FmUiw CCz I Y;,c}i|/wGTNWz7P*(luv>A3^MumV6K?l>|%i_;VnGB@aS\e#>@Se_uJ|hD 4s_P-8"gYx(;tSMTƄiϘ%A#`(R)%_)@2R~ץu,&Y̓?4w9 cU/mkyf\]mL!^+{njf_%9 UdoA~ɰ`V8W& WMBc< MNFbTOC-IeƉ}ҨiLaɏO:pB$~Inj?IDހ| M%kw?tW7"S98?0Gt;)nL3Z~jh77ޘ~#x}٩S\Z}3BYC4u#P^}-?0,TjK$&M( ԗu̓,ﶢ6ckb?۾[u2_@#D+`mJ_B! ԝ.$|FU!o!ݭZ8ޠ{adI*PCqRoF&Vu {|U{X_v쐢 EwK r$K 7aS(- ;ARѾ1^ogLi m NYh{gq!ԀEA}n/ȟ7j͏"jx\ TvjqKk/X9Tȥ,]&֫1D@6+ƂuьD(C[T_]H FDU}$Z)$^ۉz,f(ftg0-[CϵGuMMӖBM\cm#@Bjm@,hcmV&/sPz5I7K*Sp\W?GIm@/iVm5%7XGLhz 5sFE74AmERgLY(B]nyQĭ3O u=n 0h~Sq:_\ŹBGƙn"OEW ~WN߇],KΔq~&{X68$vwvYk)L5 4kD#LT2!Ȅh_5ȖT%߾+p2|5Vtg8tzn}Su;fIrC~36-&na n%#s{641Od(2sCt;}Є6cGQP}vM婺Ao uem)JY|X9aM L iޜ }^ :E+^V>05Wݲ_uzݖ6ES`ex~~? c!ij`1+$Ѫľ-)Z`xuX YݩwxRހ-kRl:F1S?ޗ>Yȶ|_jO+DX* *rG_VG]U]>SFj\܂7wScycc%/fkG0j֛G[‡;&-A{X͒Pm:'W7W {9r~ ==!0gO/Dot$. BB>gd)*ohW|ۄJa' If8塄}~Oz,7O|]wgN 2rWo4*Ns`˖H9L>a1T;Ǫl=9Gg0Lyʴ1j[r fu6J%^%k!b/[ͥ*Wܽ\O@Q"նA{[ _sJ+@&TMmk}MgI,ۖ\״m_tJhmðJP78PIՓ`+X^R\J\u0{0NeM){I_us ZinQP`Dm˰2„^km9Poĵ(UD( WD)3М~xriX[CWcV.%+2JZ+|/k@&YÍ&9K2V9ٌb }+{Ԉm!=.u om1Q_cl ]ؖMukbW'ó[Ǚ5O%uͮ.`{s?}eZM~%Nxf[|7~xb*_վ{m*$A> ZC< w]Ld 5 ^N\)We ~chL+ġmOV…+;K[pUD~mV&?ըoCQ-T'h Ǯuq Wb4%ӥo ~HJ|@% >60is+v:ҴV:XtD|1fuKuF߇ ibSAAuA!V"πTKjtz1iP}gRܹ*qT^߅/](})-I,'tv(1!(*}CC%ƚU! `@J?-e~6ZKj|L3R8Y~bY#B(ip{wyT3 Ta7ŻIwQP vi,?4kR)|I[Зa6Cy^oFvNi"|baȇnbn1&n&UvHnhQ&,©8{Hq뱐ACsZ[ح4}.8dm|0(5䘩tsCz# }sÞU14,ݩt) @$nb[L+لGakSM;ae#ӆ&$a"Ȥ`š,` <ءH+k>0Bi j%^{d>mj.c s[nyx@$u'kK|Y:+^ OjJ#;~E!}]3-}yk9 /L5;:OK)8hф'5D "5Q*3]16e}nL[UgtҦD0%%h\@K!%:l#T Na*4-O91w\Mê$.P ,;~Ԑj8i^stI$KAU-}Yw;5dZӛ vWG]ߧ$. i@d?a^F8bE~#xBf€IrOSH~2{w ;|'ۑ):BK24WFr:~nvxa>gPrnw&b|PA|CDt¨:Ő MvS5Gc5g7A cixW@ >g9il~AӔx k F?0*U;X=Bu>r|uv'knRKVSG_;}n.AjjBleK$\P%11IBnBy0"upb^0poii6J Sͻ4>ͥk WF \6F|`'v*vyUMz\Vѩjh>NPS}MfZme{9^ҭ߉)g1ԅyP)+N;s@}3Žm ircq^# lWcɣdP|.}d1/J h^jm134j9"P}$p{uh!9$2wjǝEp8t$ EJNxWQ嚉9#ٔ#]Tg,}1&;7֕B'[$ -vn-(B|2eЕs3->MA=H:EHTwLJW]#Me$>DB{s*7-H;9i"(|֛_y!4`ae!o =paw2i]HS}a;n O!fDYOV 6ƌM,69Ƕ9-LNwQ|`KsW zUPNPIHh<Cgsꍏ(AWBdJCLՍw()9p\u&czrѰKE_-x1.UaanV C< e<)l%LB*Nl}Z88%dXbx*s WeIޣ fަ74z;'_:/% P8!Yq,u!9Cs1p&)$i̾IJ6a@b5Ğ4 ҂ux4WGsk#_>s4vʹ3xh1$-9"1#/at6cj? %zk▽ Sn(S;L=SK@S#QTpB5fZd8<@#də $$\PsZJLnU?ک֣RTA²e#Y oZ@q{V2>tv2~'[}b/`)$ɖ7%7?I}9ZbfJa 87 |vE  ]K][uQ+TMCK8ꀢbxC2F` y*NsFbB\؂c$U2!:xٯ*Y;eS*JZ 6d^&nm晱F{9Uk+[ dj$54jDUfG s#lO`?'<9 z>5N8[${VZؑ@7=r{WΗ0T[F 7P\/ӏI\{s%p@א$_b2L- 3n20G>0{>ߣEvIFpQ3KOeUfBiٮO?鉖{{R78(kE17,_;$< Yxn3PS[|jcߤlt1|'yE1laO;>D,as#xSJ|R0EAA8;+uOhfU(ut!s N@F}#o!7l~UE.r\Fl [#ؘId9>l|H jC:YeD=9ux{,DZ*7QaɗzPa @# ( 6 Gb SX$tЗQ׼3gŧLma¬=|94*w9mUZփ/;ATfE1>vtq|8wXGV3 7e.O8xOgD@!ܳ SZAܪOoS0iZTu\ fzBu^}U"fu3ч+i)W};K#Ɇ2e?o4~L یP֏R%9/ccV?8' _*xmEf)Dk^ 桔kCIEw71~X}5u:B,M *tN2n%Y.X{ЀUwY͢LQ$ Д'XOCrLw.7YѠ{a?JB0 {~E&,cr,TGtEmKQjMh* ZD7Pۓ6K." o]_8dz] ^# 6r Ddk8Tz=Ō"c.e}([id)|iv]R:8 X ]TyO B=1) H ϒeTle6juwTٛAoN~r,`mjy} ,6L>Ō(FelYD?X\xWENy` xi&k`U+ BCMHGvMy%͔V֤#rdqsCór ,lf;L^4j,Y"N} Sߋs$MAxpUR.0fSjQ7{@fo^F@-_q 2Nqҋ$iع}i.icWݕ QXk[efWFiI֚k[&d D5 mHzjz <OZ9<:x eZR" #2,j2ʥg8)u}?x&1fBfv!0Bt*:h-'?(p,=?PkWvgmP*G}O6-)jOC Y3T[Po{+5-D(dQXh$, `nCݝ%{?5pan.q K3 \ R[uI{lt:H!pl*ԓA*hee;iIrGLq]0u)`uQEQH";]QI ?ZJ鵰2-kI(yLplazAr#>X(tZb2̑/2EYz{ȭ"»0GPgԌW<_|T#3fK{)UjQW!u_vr9D2 tSJh8frA$b)=23 {]-0,s[Ҷ#[}`Hps8$~SNWKT܇]|܅Yʊ״/(M3TL@Lif\cKF'eZ\Se:c<@lRߡ󐣋<.x}x?L1}#v'S^6 ݱ <q2 ]*W4p&6X%Cɽ*DW/ũPrmG3DLT_c3\r:/1h49cU.+ǃFG3 ]_pF=ua4Fً3ۺB Zݽ>Շu5Y`E͇_h(g֠8#5u1k뮫{2rz=Ir}{"zeޱڲdfs/kH|_%)\+gBw•ͦ4J5|y6 u`msS(W7!UCHu&}{OwW+So滋q(ed#iCՆ~k$(j7b3V$asgȘ4#k}4n%r pG?(  *ŝt!(/B%Cr b=>J—3_+)_&H5@Tq)sQq.Xz?~}L6,Ra!bU9HϦwaxYFK.j  }@p!Oɧco&=T=YR~W̓gEBl`ݡ4Vr(toSxp2{z-$%%q@`'];GeSu^RTwlbxvzxR׭Mno1QTm@![-l*V1 h05V4 c ' M^f͗>tRj}vt? : =oUB\!>Ŋ2O";kFhuMUpQij2.PEe\Q; #1nB9e*[f@^N , ɐXjy[OQ0Ďr_-M{Z|%B})aͳʤ/'̈i+j Ƿ-Y>murJŀlP\e!5z4Ҭy5p8_]>~]r|50\@{x#۟)??$Dtka{0I#Exǧh<˃R#[*&~!ZϕQfXş>ʵOK?)lnP9D K(3qW("ΔaXKg?#5 b@}?oɘ"SJ9KJ\5m!j%*%,K_G=fIs?~.smh|,cɏ<[\Z$Jx!0EWC„ 0֎*# .2/'6| XLpgCWlj pEC0b W! yӀ ̞Tg] ˨;O2T6UHEg ݿ jNO-w{T蕣ј{`V& #? nɠP [|5f5## ZPNCTIMD,Jxܸ_y0~&ƒSt%t3=z8V"T\5h,҃mQڥPVz*[YY75g! 佌pcV\:_#uFvx {ڣQSl&􁨈8^mt\#BJѹסꈀ`뿥 V8œs{oG|n fӌzexByE7,i(Qǣn s`75ǧ,m1/HۆsZȏ`zO=r=js"P+~Γ8ؓ5e4ͫ"3>G9W1lys]jQ1q{VЭYGWNp\:p :ޖ7kP^k~"6 EoP[HM$WV˝( Yhpnr<W;IQ(8|Ϣvj6pxz%޳yYx6W;e;FbR f]->0xp5i-ޜ19r+Al0 td>S@@JmylSiљCPliYBf3( w+ov Nv5קiW4-κ؞a :m71}ҷ'݋ F#EೱZk% |F};⥢4KFU\ =4(PJx.tVsd4Wb|䉽CZ%䩤">.wɎ3+rZ, E0Fs uLvt"qCƷW)oI/P9!xsrl^hp9qOMm)a8IVsuݚE9?CV8|HD6Xf* e>@4KjC43͌}=ڑS>޲f~>CKɫoX^tbFF*ۯQBHg][7A$kqa3{3:Tc'H^aפzR^sɓy9~'~K$x$)+2EEՃX P]%[caDMK(ۤTwuV *neW$Hҁte"๎7 NOaq5&B@ &}.[Ѕzfq7zXa "Nݴx=sKvlUʹG?@[F'A/ F / uHz! >ʏ:.ZB@)gw2?+k,MkDB'?9rdjfN")n'mvʻz70"%ĸ:}2VAIe]sP_*ymQ.~8Z8l8dJi #@|J9^X(cc2^j&=TƤHuK>2Y}CmCm |ҞR/f!};vƯ=ޡ4ыl_ش׎4@ S%PR]7V646g28Wza7ӂhS9dwt8yV0#"$ \86XF۩~QNѺG347AŠ.Pxe,::߄Ե*~9GSM844=[+͔u=YdL Ap3 F4;APnFk4 "Nd`^B{j&E[gBh~TJ'=Ŷ6WeqjgvLϯ8`-qXz}`18MQ.Ԛ1 8c^L>&b+Xt !Kj;3T>D ~]:>"'n_\XE-d/wgUV-陆իAV Ҳrm&ӌ_Kx'>/H-#†mO]W3̓!S' m98:owz-e$c%s %̰O|hVXyEVϳT&C s\n:gkF^EգS:l C٪1 $aXnA˚Ԥ[Aܞ^uI<O:߱` v 'WfwF>-49UeդF Q/$P,HWb9>pLc [Q!o7_ekfvh66GN4b|'t^ԱS Pyy 'r PN,q^(4]xw.Yw& 7^H ޻L.3K p}ݿ*̠6uٚ:nR{l.!ߏ=1P3OxݭtJDkzoB;7Ud2{n>_fJ1$>)%e'P`Ʌru2}RvZrYH#1mwj̠A_{&}O8K8N,+"ltSiB`B`՗AF~oݡb5*ҼgDh"}FOlI"W ULz kDIB':{ TeGUa[Ԙɩ"a 信C)m&ZXloh=Zk/*=srfkCz:`fSHDxd."G> S/|g5h4KGAJ݅k8bp8>(`uK 8y@=eKK8jP$0d}ZQ-?/Ux"'aA&Fd⺲Ya~haO#:]{NjZQ+1tpګr$R0 `HǞ !BEdub c e *["x'sF6J&|O_:rBrX%Ole#nWcy2Gk5*_L;G7mL\7'Cr}ȉ M)`,_d2BRk8:J{A~T?{YfS!hkpx>Q̡O8B/3J~qL!*-)8 Vے`.C8IVY"e-:jqY'>CﳠDw$+'=HF7 ”|qX p'J ^]j F-k+G'սt yj Gu?xփ|ejns"o[r$FEvՁFs90m |^&*b?W%;4iPM?DL/P- q0!p pqb)xy=kgҁnQ{m0 d+B7m7S918 GGk'?t_B:m0@7PѧxlR@T4GڌIMY.&xZVM,AVEQ(|h]'p+Hϩgt\tC**w(iclI+Ic6xJڨt"s)Vސ>^S3;NϜE`h>^CNn/dvlm"ZN&^=X'ϙKY М\[^fo8g: 0Itx7(y7 * X 4KIZw?mJpxEx| dŎ\P$LؤU냲X"YuBBAxgqm" _~NpE<.D8oR X[QHH,0倅&0Kix}!QjWzh>,w_no;P< YϿkQ }Kڎ-v;PCc{C.FR҃"ΨhikDMAf+Kޛ5 5w7wU*agL}t Y ƘjO͟=3B_9O8'"|Ŧv:Nu!}ڂ28J?F]"?j)}a:^gSgT֩e!\,|Q@ q7 %˒ո/{6m@_!P@m[LQ6C?фgGY 3:ǐU"ٍfhg Q#l29fMis/\!YbM 1)ECpܒ+n/g 欏):/:<vG-(qQ^ߟ2;?fGa+RZ3Q.[r$x2uEC3.  ~,Tۚ9\&>Mdmf&mw93"/%l [ؖZ3a_1{dl5G2'WI.gPYgz̀!Ҙs@ AmlH X9*3EKf(cـ",XkF̯bhsf[rГ&V5c6,c(X23ԌZFĤ5HǐļxE0Usb񉍷D|{F#IH~Oclwc Zj%ȨT܍ˢ/x1+pzx|K{!-6z ONEG0!X2sP-CDF;wx$Gq3=˽-%+fXn|ވ˴YZv6-v'(6Qɲ/h)Wj p*{SZF8kt!q ._$sx\o_Ƒ9xLC'*~,cZtQԩ"@iy>ē"O-h\@a&К#,dI͢,dn-z@Q@zM:QI0K$3xٍԡV^Na?zfjfMm:XsSbP~Ӿohq %oQd` ܹ}} C.g " }$)ϻldD3@kTH3XRmmH\7F 牬KͮGG|LHZo |؃]fe}; -g_djpZjJsלZph:Xe!⧶{kc)b@a( PTW5bϛ{OXGMkc5nehI|!'yU"[=B`2e{<=wPו~Ϥu= ((#xh{%~kYr}P}BuPS#@кu:.8jOv{ACگ!!a{ojhQ.0/*SJI$9u@z='Q Q) Y$T(B[gkTqWe?A̹P2m2s*f,o`{?'08bufvrSqTSVGW^1Z/<G2]Kq<;ɛsI9AGLQQySaeF]@Fl"-{HȜI1vEƑPm*~>Xy Dx~70,β]CU91z&{dDFT$ZHxI\@:j<@H}BV y;ν-8s`sdzw~l-)x^qOc,^ws,oGSd EE 'G8)r3xXࡄ#egk  - mw벱^jغH$Zw *N8Q5OC]1hK5j$IO}L BM4*=S !Pu>j O᥇0I$أXAk^>Ej4*wmWb4l+Tps2)&.7J2:k_؝ gr`"^K-uSt]4PrnZUD[23:ڽޖAUWI% :nVUb*ǯ>W`ŤuOUU;]8#-3e nw^oצ,qn[=d{XLv8H!b[ #%.OA8+ ';OKm4G'b/OZ[5i&kҼrj\^up>c[0J U3@i1°ptEŸb<)҆s?ҒFEgG &߰?25l(}G]!7ЕMkJF, œYNiWk_~hR ,vXv=/lhQn4Hg7M5<1 KܠNa{ |:*Ʌ=cƶ$틞#,bSCeUJȖ,- 6zF2`k3ӹyLH>c'>*vpic{O60A' 'Bpj'*(t"qV3bwf4e~.M[g^߷X!bll1+Nк"L !|$KbE!ǔ}U*pڌusFn#r|~%HET.ẑ.} -z*IF=_Nad?sGDqco_Q"0"GS;U%Zn!ڇ16LFmq @fa#Fʮ']j?7{1[ $ bսQ!e,=JXR 2G8LxrtIV󀣶7άU~ =dj3l W|\ &7zڨ 2 Oͣ6z?!y!k) ʭH>8D н= 0|,R;/l恨 >$A;;JA% xz`ui% 2ۇ<D%d6Տ4R3F҇:WB _g!U{uͥoAJVl˃~ {fH&N^hH(HljZ!y6vk ?o3;}y0ky"@4@$㜌0M$]׼1#=mAxϞ|ߵUUukoARn.rG&NJ4vkt(uxn4x -â!k?@nR#Sj-Srl: /(cJi!Ȧ}_&'}*L=  Z|,-|O Su䍹wu}91_]ǰKHn˜Q'&o9[͌of"Q|Kdh*^x!;F@ uɛ(Ɛ-x5ͯ祝v MIS TFc5^k3nZ_ȢV{.yfD Ut&QߟDJ A h\M~m5fPFS҈W{A> ϓ|/o3Dvr>E' ^6>z!!SrK&nJC1I[@A,e_e5ӵ!Ol5P`-;NG9sќF )R;DwM\O?n:zkd$`Tnq`ei` ̞ൔ7bMJʕJWZ Ɵ[ p*"=힧mӕcbN IlXU>x˙ u Mp. j& *+Z߸ ίG鿋M 4g$u#wslp'MD&3z(~T+؛bP~*WϝI^+>p'U!rR8`Qkr&B,^ZTMERcD\[^DxKEY*-Ԟ*g=>I?$⎈eφp%Xis6+o6T\5L:CzBm勻EtEXC 0-B S:/^3=K &f{qlB8\.o }W[{8K\tε黮0BsfUrqu@@56үn~suj;m ~q>1֠;)PE8L(1_xzk6]Ko5p&YutXYG!r6(\jSP/>g!]W`F+xDRtA@fO3H5.lz$DV*xjNݐ RvLuCqcyW=>dsDA7$x[C9A҃50vg 8 T;1T ŊnN~Cvn8'hY{{$qi1mHZ:lUyr/( d#+A̬Oʟ0E]^ (eDUϼ'帉Y6}pP&i5[ #ŝ_lZr# )(ĉ3'D׽БazܰgV ˒3van|r{7ѐDxjieci1>GxjKk4fI tֈ !ߵKة 43頝$bW_,n,[t" iuNBFw q-r4OEwaR1ÒJ~R|Zc`W** LU:?V*A>CVƤغn̪yzd/fte"C-@ߓ]-#<":Mm3Clf]v29Te*xxL%(#$X$9m<06ɳIHLX%ZjỎ|~K1Ǡ i 1!5M;^HtVZMvK0N?ocWј9_ lע=fƥ-t8ExY/ >z( =xy;XT+Z yNBYTMsaosЪ^.X҂݄i)|b3NlT(i.鬛|~e.tJL\Dk菠cAmu9i V]d1JT允4GlRtרD4?#JǶ=` hφ%YE雸 J&k.nhаjfEzpɐ-8-BLeH=('I2B+Ӥ1KJ]i2<$p9ʉsF򷲘kb_t eB12'.dIϦ {HڇOduξJ^b E ljf#4!aoPOu]>ƹzN dQq" `AM9N78ɸV- Ki2d-+TF&h!213 t'm/4>=2:CmZڢŒqbOG@E䘚6{y'1e ^eG2&)v&ߍi5Wm+YXWg60X E89LI* 784Ihdx/|ʓ;=I%:4&Oa~[019N 9- jKt,&0a!!ONG$myoVWowk0X}gRי~X3D! 4_y4J[2TRǺ)jN"L^ nPρ詚![g8jL5', 5rgC͖>(#×X1mgǵCU &,"$jr99}w194 ,Kp mC)pTd00;&ͻJBs(Jtu:Af+u`Ǹ|vwiō' Gb,l3yEKDߗ܎u\@Mq$y/QkD$g0em2ܗuVF::ݵkGùPWWaM*!n4}k~a!x˿j~ٖ7JtI TUռ' Rϛ-(~rS핌b܃EX©#ďo͚w;nBDNQPЄ0Yt~#T&׋" VvlU]{.9U0)Gbd4?JKa4Iz{:ERgti mFUq$ ?'O-ϰRp|ƜuFhfVHN2 TQ|y#ᔣŻ݁ی(H3bO*}g,ﮕ0ӡ;V*mPitNxqѐYg&~)[a}10gt-@.T:)HA@Ϗ)=jT͊ nJ~^WH7&5KOtfAۆXokzz71it[S[tVL s 䤴 gb9t]QB&KIx/z({=C;Fu$f2{uuMw3"޿djJ}U`w0|8h+?0%sR?B qT\* "&̷)URT%ԕU!]ǐ|Xxr_x`4:L5$J33|hb7_']eT=e|fU:$ NO#ܟI8U Vkf ` SR]g@@>LN_M }U k @ q7'׽_h` <沃m\bEWb i T!YQǂ<9|&vKk^2ℹ mXCp7XFmjÅnwg쥇7!oY@\bgizlKߋ#c5*qBǯ)c'9pYH)O4Aq.,Xc~p3+V6A؜dcCy2;x%1CZ Vf҇Ljr4`;ME@$Ɍ`wόfA'nЫtYLK!~$h*d(ihFM?^ ӫDIzxvN=X*5;8`\M-$L9X%&`Z_6G4 q N]4Ba܈v=$~8ȷB[q4͔+i=z;RmLN77P%a|PI HnY}#.(լՉ { 1ZJz!/to%z!2Ehiw;EgsoK Y>3 ;v(>Qw)LA[рn1 ?)NG4*b~ .'ic\EDĹ;`I:p]05AGul(=:f}߂D?!GO,T0#F'cӏwDDIiy_ʟ;4_;Ph4 ݩ%|ov׶6R%>v3 &UN%ْ 1#?{Oogp6S8VZ1,>WAjBߓvuZc ͈[Jt^ji90O *f &Λ"*!"7$݌(BJyⴴߴ"A"jCT]]PCX8 4(ݶXIA2@f89O^f˰4XH!I WI?z/)Xr:229`3ҵgsM> 1~d,RD*UiGXMn͢i vGC6=ůIl͟yv ug̅5g?an$c1 CeQN{VBbZR"01gUnĝִ/gVf(In!fUV@#jM3EHBM=Ъsjdr݄\UZjm/DVœEэl!=W>TKjK)9nwO!)UQӼV0Y< <DpR-sɎmn#+3k)aU>b+'9;\GXi^wxC&l4U3BQzcO9]b%RCnxs!Eo|MRHNvʟ4v$-A-}Ln7/}pN 53ʄaYM S}Mkbc Fyĵ]Ύɱw?NfLIY"sScȤ.Oj49~?9}ˮ\WW \}ii-!Wr_%;lgł!@Iy8d`gM4t<-0wdk, F,u -!]@_f2,͐i,彬oKYj'J (UG Y|8gP.Ɉ1899=ف%ٴLCj)4_> 16=.s8.)MܢP?iuZ 78dg}]6뿯Z1$:SB,8;M޻}t,U_4Ҽ^Zk8.~9JԾP.QL}9g(,m\& 6e4h=˚8ͻ8=2Cj8wBlrW@{bA?>q_WN=)+ѿt@#3*긦M;'}#*6a*ݜ@bBLc""RlRKdTݲGYZxux"_%|Z?.Ԫ1/j7^Z; @m80aCD԰[9>g (%tx)nǃ%3kl1pO i%&pZ 4\!q<}ұ<)?ؔ&Mu$RgTՉ.ֶȑq&fҏgc@ @xKѫ>)7|mVAbwiVݹ`U"lT 7B"\鉊hIl,MQ{{URTܽM>3/ƻgo$k󛈀Ìp0vROc;lj`z\S"8Al%⏺rM^ g-R[bw&ďLұte?-82ऎbxuo*!8hOL{ (.`8fs#"$4z{l LO W|*+Ӕv D2Zoۿ4җNɂa+B_e* n)nIsYDEQPBG?!{5>93|A04 a)op2pxc NqbÏaA\N,k6Gr7iȐ'Q9ꕽ7L<&< ,Ӱ˙_HBm̭Dpo6b(1x/(g%IQ&(Au87$$^0ugeCBnm<2cW:ttr1@9Ա~0I^7gR#^JPjR$}Nɂ"ڠ0\ݤHrblܼ%T/F;\Qcyj!ϡS sl0~﹡= 5*y>>"ap-٢V"_`v34Kd̐K3R{q@|sg08BM{) n6EmOWFJm $}4%i>Y|J7Xݑ@YQ0 4-He#j6i:hrwb "﵂1~,ڇs:]ߠr!d7<< T{d3⚬*g1dSh6l릐jޅHwoTi06[p~)`ŀv̱rjqpvy؉Jw;/PQ/|KTWu3b9S S<}*匝6Qd䠘 T{D8!q#xtdǺgG  8@)# o%oI Y:b@df*)6=W%vO֯Q/'THF ^OK/9?TlHTVC'ޥp N"߽q~+NK>lWU-b"l\y8ᗻ!?1fPPJ)d"6A,hbNn*2."`l'{k&<0-"Iz;w^rh}#Pc1^x۱l4ia{V b'(R(@|ݜchF]Da vS_#a *“4 &tƝ{d!u Up.]nF>p5 !٪ʒuZecr o!ǺI|j0yGT`SDa+aZcY}>+{ 7ơ6,A[3sĮ{NFyp^t|pQk*a ZN@׍C`ǠKt^(bN0‚(oU$~_<7  Kꦬ]sMMWasƙiia:܊n/pJEM439hJScΤe$/Byz3JD5a[*EQu[7o6wf}jΆ?2(nE !s "޲^x gntFe!foDE֓kדo3掻H䈍q}UM*O+@i#ˑݲ_lkp cn- A/9YdN~ myTTF-A8y|;d`BlyY'S@$ә-W(yM B0WT++'i`#"Q~on5g9:@]b7R" Tk Rڑõq=l{V+öwc6V_Px8)):۫ܣ0g+ĊL&1!Ic<qH|vUKދ<8*W(BwHһ2}\w)4_\ʝidR }l#:aŀIƢK84igűu6H<`v:ۑ7TXRqS !"wT e>`_5~"=l'aǓČ7,i$> n,1Iq3aI҂p%U\B/KVV`%şGGJ۹f|酌:H'|SWP1IܘIRn*2h{VV挻!zZ[.KվWJD 5LƽSjn.&w{iR6e<{/@)`ak(JuڳV^cY&qR8M݀䓥ґ<35 Sdbx7B~k/\ MNr L} ˅9ys{au1uOX?<8+6o$6k 4u'gA<+EjM"Ҫ>^!x+ZH^zs3"c>> ;6J,x.7>4nsr~iڄ6{P"67p"•9HCJ_܅߮"z.uқU +9G-lBVJRoKiEB<:+rCɳ 05.=ʑ\W6n(^`b?tEJ{!g2}Z# dTB7KdX# P[ Z@}h1mZlwg8b=!6{R?81fȻi~7.d[ uC#x]*!l AA\-yF< JpۤÛ_{0vnvZ9¤67d ~b>= NW5yo_,P1`lmG:T&,mrBA#Q:5vP (ju#Cg'- w9)2yC5d˅c-!kl K͏]{inZf}b׻WgD뾍a{f=sB9)ā#p#>v~@&jPVSI%5Us]3UkS)ٛq\+SVS,Ľi4N} MQY<n1oJ7#Mz69&NU0SdaEaszڟzJ7lZW/BawHch)Y)7 4 hR)jBUϒB ɑR z},.btŦB_=5Bm=}Y kϝ;نe6~U: ^m }6tQ+oJˠK!!` DܡBHz2g =dEv6w>4eA{?Ϩ[jG} ytddUފPYfZͽ#; f7 [f5."bF2f\Xt@S_&䡝 WDOᩦƇi<3xJZۀҋKC]2?AA7 _ 1KW61"q=3{|8i}3g⥨jgl fTeK*S6iRށhl*=1-;fOWommg=r81<ج}d`Gr ޷(ljTV;8F9H&ZG"~xm o\eN,PIu07gQ ^B$TvhC3[!4 y; gyO3ZVޭ""sKXP V{oW0W{ p(ܤnm, 0O~'4!ٳ!~Ibdh^<̨8.7B$C4~=OW6ȉki.=,|ENB ,s$v GBLV1`d%(̄QV~ _Hvf5-Hhk L礨BAC!OtB\KHQ_qs f KȰkW<KA!GWywql|mDyZh#~ )vA rBrs`Qgyn!hc8g(l ?jt0UBD$s l)-Mzٖ',9A6Lr ɋHJ^/=DSόOQH?䁬g$i%E1,FwD*la6;U{WJ,ӱGs /ezqϟpvƮ\%ȧZ6[X$צ9]QH> bp+Uc&:MXUJj8kWB͋5qSdeܚik8aAbf9 r\]YQ! (s%})tƻg\e4Yb 2k8GD |:3;.~0塆eV—P4.  %y_93@?OT ϷCu!whx<9j®nuxeIO"kscܲ-1os{Z&halzCų)0]ݤ!cF~IKAwYR8ձ>Oc\L¹VN.C IڒD;tGdt p_䔰Tgb,mgǯ8gK&\K: !%_Q'<`[ox*|ZUDZ1J= 2g!5ҕ0ϡ.8ï'!+w;,pڧ-;qXΦL֨=fxt=;2j)l] , hA qT[51[>LE((cBY2J[V a>ԈE$ 3~%J<1%=5 4􋟗FՕ [Sng:w5ՎIN:"V|KE,_/&34 q`Xwwe\TP;hی7]~п^ۘ)o+9zjqO>v<0PXF!5c>Yϗ];D[ڧm6x@&.YDO/Z*٘U;&[rE=(r/׈0$ ⚻k^ a3P=gqJt=R@y\lNE4 ">h*8 ET ]DY6ɘk!hvWI7;4kn~{wkozᇚ%uh|Ǵ_7!'.:+|P L8/ lMS[M4XɫH{w:oPYy{Bw:hd_cςNƓp>yoxG:(.6=KBPF"iA&*E3a{RDe ξ!kF]UnccI7K; nV2c3ZbW!} ĺ1mLT\v/j <ٌ+E{Ķ|1DhαѳݹF *rmAtb9ď>5~qS:5^JC }`}\@_ol6kPqx$a+w4GGU`H̅z왴֨hPe"zɑ$W_?Y'/Et1A,4ptۦ"-ЏLE@v)s"nTE(=_J(\_YH6ILL>7W>,=tkTQ! rS?SgE]fUB-H$4)P m|2ZqPպ,!!ai,}D*b9ZH в8lax2Cc?Ǣ JQEp?ӏWgOMK [QŔ!Gxl o?8O=@kOTӰ-gSE+5#|yլD VΫh5[wliG]g+] MWG08Rvפ#䞩ޞ򺸣P9u oV}/D$'g{f͍s̠/\-=$DZVmb F=ՌRN\Kwv?M*KEYBsX*(Bz b|͎1`~Y_8> -7E[>*A4{KL/t_#{n[3/iR'6BG.#i^]M5hE:?u@gZղ~.UY*fb[¹p9tNT,p*oXc1{ȡ1ؖ3TbBL; (˩@E./ys蛼DviaCGi@7ȉ>eTl9c4o^}RD}aOtILxjEjƔg=#XĸLWzm0gb=]O@,n:'Զk|7#up@+3.e]4G~#U5JJ^8"^ #KPVi;ޏWL2lRgsAR352 ~4Νn5 f&`ZOw B>]bolQ&)r=uidYpr432;KnE'8IŬUBGV¹}گgە4]#ݩ%u$~PT˵7+H-J(j]:]2NLcYܐB#n΂\ ElA'6JǾ5t%Ri#b,5nr/)CE{m'8\(|DI8qD.]\erH=esJ+ ⅗h%oJY=wm*Uۢ[OrY] ,#i_1كTr۫к> ߨz"VEpnxwEP\LЄU[6ZhޭWjۑӚ*@#ͥzo^j,ٻ@r+{ !E)-X 8\~I1ݧA 3ˠp D3(VQܜIH|2W^z̆>+r@Der1!#`9q1\RF!i'H[o_3 RsåOiQbW[-$KoYF?!374G}(2V2Ncyi98JtHUvUZ6K/&b5 0rVd:+am>G=\pbINmkDә.;d~k!uo2-͈VJYrJK vj[vB#Ø[uvCSH,ulS[؂RS >3q±m6]\7,RSVˁ?aFȪq3X1/S޼\r5}?a$P-Q~⇪hƗo4UM#s$YJ!-H=v]v\6b_,b;sàl\s%K!$|[q l>Ǜ~Vw4(S|g@Z=P=?3cW=2JvAqUf`B'O6mXh% HXM| WOO;w3&Il:/+CE0 Vz?q78 -[OE-8Ff2:{;h~kR[|#=l<sY8ڦgajKڝq3EU$Mo:BF%<,{د W].bu=, PH_i?,h)j:EJΰ5$``cJRwt\8~ق-~ozD,#ZR N7lAo 0Г㠔{ٌSiGVy vI$*!<ˠhLJy*UBcT>&I>d-ߦzO\' x߁[Kk6F)rҹhOώav}lfj:,vݤN`۟ݡP|,v! gBnqBn Ό-"Ę&YhkLB>,.R 2=bs,JG{.2" xL~1I"f!T4&3?KR<"Z  V{xeF*Iskf#"7dRhBRNVh XȮkSn㠶(r2VA=Sj\EВ &i>K|7jz f| MQ`'p1q0_.'kav(Z:0GRr*]v#gYP\lfL3zHal+Ni 8E'Ɖ~V/q/IJăZEZ1)qg7|G0<b!@,*MW%),y F˘^ţ^c4Nar1@m=G'1$p-ʢQo$d^bQ]pn'^\#cn/rWoϙ:E3:s(+S$a9=h͈ig ou萁o!:l 6|ЕdwN$3hp>)sqOI֧>yᔖqxF,68SLEX]7l6>$BT.%]L]+_`nQ\V7ǡj5{.1ވW2Ko8~neSKtٰ.w#|#hr__tQFKZE$kU4<)HMi#֬|IO Cj0z㢩K6~R-?Zw;ҏs+ ^O"X ; pljF380bf6ߙRUc7e@}TŶ^7[]XtVc9[ZQ2 ,9|g8\ >TE,w6f\!6q$#C^ %D<&`c+5fXnޡۻ.T&Kկ-UP'iO[h͡A!+Ҷ:Ҁ"KX Ļ q^2yN̜)QLYRBi BU;F Y5ɼc1rRW7鶠-$%ÚGVB3 )ٸ "xc6J?Dz%oG(!z659[,=a1g^'͊6wXŔ$ C]W_s:hnv:Fy׺ͭ00;Sv޺|i$' dG)gceٰ1iD^2$6'/ T g؅}l2@z37`l11u œ`JT.p@Fi.>RK焃Dq ?N awfW1lO <rm:xpH m,.m9<ČB^{dRM^slSuH2Uj,)fT֦n~cW&g1#kgl5괲Kg qVBoCx>o욱/П*&5@w .+E tY僎CLq!-' 't:` fx+Db0r#Nj--4"l[#y&7z)-! ?L@Rs:LY 8:1չnM R^XAQ![+8ά[CqGUkɅ S1S]j( *•憭vt;!#EYp'z3 'Vpn nH54.Js'wજI)F 5l'a}y4U1H*]J|HL ZԁvC).)Ggo*DnC*nQ"Ro,(&w sضfRVP+l@PJ cŖ<]I~%i`pA;B=,_B@DRk6ש* W2| gu,ThbW^w[JQTmJ}!;d4NrM!R(f 7T~~QkI*eE'k aKi9-]r^LҔhy ZSurLm L/Ffq)wQYjq=!,8 ,qdf)*Ѿ7^gfպSҕ-4@1>`xj`<#}1ڒEWI8 TYucG58'0" bʳB1ţɫL! [(~ .VlF L9zgEք@-'9pD)1 V?4 b2Y!8k4z84(k}= %z1Ob.S_ʄѐ`⿇">Ztqs=/mtO35c7ιX%F(x"Lw4)!jTy{_Zf.EVv{@س:wZ(уnAI E০%SZ dI|hT U8P9~ESsܗ3hìj=ǟHK #@M{yF):뉂h^[fg)~2}M{Fld"6{=[og8`*` z§$Xh=_LUej%ZCMk9ە}k%@tnSj/.烙H3 %5]ܭ#Q}+TʚQC)tL VԙʳcIf:'F $26d#xgF>N<) do:f,N&(iUl.DQ1d pl>L0aNR4XtGb\HG dI3Q@I:'t]I}1zց ׄ,CzĐH^ 3?BrmolkNK0Tмΐ^Z؊=n° mXz8 *c 7h o\\B?Ƞ ϝ.X2BkyN10p{`'P>bҡ\{!wjsiR\7x&DiDUwXL, rƴ;k[$ޛx++Cw)F>F(䌟\x`΀ӊК/[ 零e ؂ 93 ~e'D{5&G}Eq(?bTyV̒n"YxNլppCw9{fY}ͪ(zBbq" 9? U $,BއiI@5 r =p1]Ę ZD#bў(QtM[)ZnHdʠ؃`gC QoW3+Y:rka)IJN*ıcd^?9Tb1㗂Hc2Z NؓFG&Q:;_?XC4ǖg]a oQu]HS:K֭I0h?chU΢,635tY8_Yhvu} +fˎVMkQlPcehju5 BS$]4ЌƟj2!m,$W Sj7#4G9e{ ؋.\~bMFs0Q^NseԾOr}*@ۉgu+jxƅaQ5 m>Fzd8}qU /0|$b<ә b*3ŀ$:8O蝉hMDb!k=0).袱r> V+AdqmPm׷H- KX=B14PՃնsPrjHL!U4Zwz%di#?׷qC~ #gwh̿7Id@"-M׆QIN[}Q?@єG䜈;䶗Wsdbilm8?%!ucPoli)bYjO4?` cfK{m t]}!wJ;x w|hu8٨{\+AKxO~jxMԜ~x*)K$U$-!DJ .sq&|t"S6|전Y0or׃U ?C=6/EOOezꩈ;`)yvP'&9%BW_j)+^݈aHHt 8RpFIwV [^3UD7/1v#EћH<uskxu gt`A@+lk<'U- VZ #62z,y.pVnkA(h"׃jeZ~f@^ &P=Z~H}Ya.Us>3"! H(\^\ٯvuЍPnX_"q/v|Yj}_{OIqy12)YPKɣaF[|;5\.l8FFXv%v肽w*5l+x(U48  3SڊKdQ~Hhj5A X3wsk0i"K &X N j]p[!j=6|As[e6B] )o3uQʳ cOq[lwU'Sy2MC݌q)dY2$p1AC [5K,a^fCBHc[k4g2[6=.2O'%ZMsR\WO9ȏupRBBՅDP|EB=$A3h));O'!-̹N9" A1ijܮ<muG9]ʶ,Lo+3;⓿7IsۋVp(,J>TeJE@ь:bWDC^ ֖/I܃F1GGdNz5OFfca0`FOvi|MOގo¾ODvBxbW>^di\ ʷ VʳѿE C$}u5d.)r2yQ'v\]5&%Dk,iwmݖJ7]WVJq%H][?M38(){h,$%< "SH?oPLpz<$2tV6ׄZtNfk_m \MXM.K3ZP[w6+^.˕>TY_Xv&b@ZÊcuYqcۀ` 垇d3@޲R1QIf½rՠP0[Cg8GFp`f#<1R 9m [k:}ofNh:~ ΉEm[d\:4wu&-fʭ8{hLyY#|u?JrRP#n%DrhiӁ@q,-J_vDw|,`y;gzx@Ŋ? ՜VC\8Xs/+ܲbʦn%1@*#KXn5=/df˸xInY#Q0:Ξ).2:z- ϼ2#-IicjxC/%Hs۩:[m}ت!b# CH'_F9dKV@0:I$u]=RW5NߏJQm(Q5g:!al\~}Av^@+Ȅڷ'ҏ4Y\a޼ g!oPLS8eNSPǙ6>Ka%hm5#9`NO[_4vPB Lw Meз]HXe-1ylJ16yw߶Pp lfr $.chH!*XK/1 $4z:|'`XWfʑFA)x Ex\ix FΛu*ŨIZEŻnHε I)\2㞄Mt F Upj&m 9% Д_^Hz;+a#Y~Πҝ{DLُ yu|B/d'<3k b TV{E̓]hO[*P*2{6]@c6KYSQ9rGKd-Ŵ;o,* mJdv%?37LSU^Q>:^X233mN-5j=d@G.2(OY__9Imnv]^ Qk^JQ&dI0Tr;E/`@ޅ!q4N]`aQ߄%['5-Oѝ(VFr mIXSn,xj*p [Uv(LK߾۲Y?;ddB fF(]܂76F׿1H?](ο,rFTw:vYgZF“4U#b%pԗGsVDZ mã/.=l N6 g5a]4f;}4;8?ui~ dE,Ul'22M|xXǫ@, tZ_3)sWHw#ݺfg^&2A9`*R T$c{E RwSzu9)$싴A0 '5!'xBҹNQ&jŎ 5.|mVz62/z D>=aD΋ *xc/VB  .ؽmD (߹f7~N*%`Ep,; NVA"GIj]&EaG= j"@ jqݯ,YRIa/,"~Xs\V:Ɯ(䤋Yo콤XMɊLYnd^#^Dp[V@C( ^b+TqXTh|mRmʂ3;sftjv!&"fqʣܮDU+ K<&QX-| - DQ.s%DuNK%.yN;ZRnWKѴ'#ۏѢ I̤\]Y!h_zﺮTժ{ϯ]y:y-}gR~' n+ 5dQ!d[=Jh^SIPM雨%葕 4CKq>yxph:AU+<_WĆgf܃Ot]iڍrt7ElJ;,@Gq-n76dV]f :s-?Až MZwG|TPlqq*?`^Uuwxp87AvøQF3}L26 f;~zR/ol4'E1lSl[pr  ru*vrWT h\<&5I H*8ע$.Cm?X%4Rr cq.@Tbys){oJe70V;7 r*YثVЊT  m;&zB Ot (6s0K'^{Mhպ'`/f|q/| CW4 4c\M!^wlzxdS;60Y? L".PJ9 ޳`J/lɚ7()z*D/~>Ltf&q;n6do1JxFҌ\Gmg"IyT ܤY ٨{ CUιc):Νu{S# tXG\e/q7+K vP5+;]STsD{>woQI(Me5=\>|UGִ,b-9h+T^\Ö #݀'(´g7F Q'?pQ6@H[ý~ GOqu'n{$T ℍwhNԯbv$ hW' ,լ tEj_xŗ|z|1*@wD?G z5}&&;ªxv6)2"<*HAOJ89|$0roH"H4뫖(5 e:6@ϬL5$c~5vWE$>Wd%KW9E'uDbv@n &B@2^IW*)aC)T1urV%@Z@^kY&mO0*2BQŋTN7sA'V:R 94warthc+$:8{АR|:0k3Xx s3&_kٶ` G$!y;Jb*ɚQeA+'#|Y\L P EsNkv_ϳ`*ۚITJOn`;,eS03)"TrnS<b;ODgMmR3!.- ~-iNt'׉ YhB#`Uƞߖ ' Cɰɢg?0TTX5Jvh^ઉ2^GFy]ž}>Q5X^ ӱa۞}v`S,$RICi}+gkk'kи:h ءSRPr>pnR9^Y'(yUQ+.̀dk4լ+exJ\C- 7Մ-VpxEɪ(;;nx]?ue]~q[s8IX')ܛnVUJw旍6m#1?VT % bJmkalrIfA9ȍ18`ve0 S~9p: ʶKa%V0=ɇ~#F!3}-~5Y CgEn}kUn)Tӿ̆" {ZE31XU8,-Ld~cW_oK@Ow]V8.ZX~ej^ii麢 K P`ShKsU§z~-}vDA ahU]+!xEz^*ZH9O*jJ,e:PZO5އjkz#V㘨W|?8ɪ0G6!} [}ڭC?.Ecsw9 1ybԦ?2ؤ xitFrrT:MJTA7ۦ$_;!4Q˶}ޔZ@)kKv7 D$ΞjUpW’5d 0"Θ7pE9o`?P>ڏ,OuvɃ֮m3>!v,JQU\xSծO q&nZPkt &1V(q?ԏ]:c|kD|w'0IvcFb%3Zo35Kp g<QѮ`œuy1S7/;1051j?-d MJ=>UtMgcu3!Q>ܐFWi<^"KKAHt6Ԝ2VXWn;Ņ17vw $"B$XvADȁy!NHkIŶQM5\R{sS~R #pq^aȑZY]W GvE-;*;J]&c.:tm饠xiV."Pt|e b`L43Wy&}gÀ=%)j`1Rl3d wǸEUNv`myӻ}ar>n֭C*1TĤw j\l~֎t!$G(/{FokѼ'/u?& is\x9{5a %hN nHɰ;ӭv:l/?!;.EW5!1<8~Vd\ٕFg`Β@CX0+K>6S/ dp=H9% i^[B70Mrr~v~Ӎ Fob]8erM7 1^=Θ&pF7O4Uf>v02=@$8I-QF,\r7HfX&(A.Bl6OIKm句)D3#o Z,(ϼܵLۑGb$|Qą+ci1P%dN7kb^`1@ebW׵`IG祙^VHlʿS@RLP"3).lRsH3o(Y{98. l@oå*e[ |wRNl#,_3 0[ҹ&+<qɓX x|ʔ8g~A`6O|ccn Cg7B%_<1q쵨/w1^< @)KHN#;kL[@$7vbW{z%,@Uyo{:_Z-*=g<-|ٶxԢ}ϧAB*4 s.HbHq .%;?:aTGfVVF**x3|$Ƽ" }dNҮFF3VS.!СY15 ֯*+-|gvxc|m1Pl}k?M(Hmt{aQ[_kEesλw;!9ua+{雾\3V z}%0K+ iYN)Tþ;?{كwdm';+Udjs$>k6~ [6S EB31ޣԜle,tY$lQ+mJ.kG+ R|%|>t2qRK Rax&Vv? H[J:/0~iTfo70 ȼ`=w_`+6R} ӳte?+sӣI 1wP6.ѸI6.AE/^LI}=i[^wb$( =3Ufp }?Onk2~eD`[P⍾>ܶ9+WA b6aZZL BT1PbuJ&\i]uju\Sʏ4*{k}U1d;g8:x~#ʠY84Z))uu7!ދ uaذ`GË@x5Kw *s:^]&5{nRx,нzĴ1ۧ!…#J[d`ʼn2ΣW#r?1q_LeUNHkI`9j;%@ TbY9нnc,cJI]p*#i9C7aCb‘D r`+{O-υ`5XT;׍p:VnK :>c"A 4(K-A SB%J̆,0jbxF6anq2<kiH4ޝ>Ots6I>Δ8rM'։d]CgŞߎ^{"".7kx rEJa`ude~DϹXq%7V+^$`y$Z Gڟd;ol|)t+&t2f xǫ5x2aC >hN3od^Vfp~DKfrOo sw%=QBtQ%< Nl_QZ>( u׆"WcPP"7f4 ,\J!+ y-RH>w$5z,I!F!V0қ( aH}´~:U\Skwisr,ɒa%ʱCe#IIo^~2 Z[tգä'NRUeex. O$[])x]?)y٫#q_U}N1bF6GiOTg8֧z6b%a8&H23R4vk|KԖ%qK\g3  ؊6cx[%`x#`"r`{g3/TjYBWRc> aivPB |.`LsuUcbs#LANz3~WDlYm{pΕLj+_WT\ǢTk_,&n&u1mU&ܮuC%iæ;nTQ-,̬$ ^ E}T4Toݯ$0sMc8VۘUPZ \&ƅQ\dTᭆRQZO !/1yIN6r~bg2[Ьp Vv 3p`s1ʻ1څ7dLKޡw'8M~VRGj4qoB\['xh?*#ƽ?QAlkFzD Ia?*az+A<U"|7"!O2cN\y9#Da>p( Xbl2Hm!23I^YmKhqY˗_" Lzzy(,,qe>4:qcܱ8As!Ca@hٵx> W'ݕ0Bg~ ߯Dؔ1rsI Yh[*Fdԁ2i$H`4m!gEm5vˍOў=ۏTN 5pgs%Nad>?;He>h|I(HEy02'{6LŪAVi#? xV-ht|DX '~Q/F}4?۸iA"=rd- v6^.[WS[Fv7}NE tyQrv.f2^'j:\b;EO5d\!Ol }G\eq;.T4 9Migv1jhkfgLuJ|3U1.6B\~9*6CQ2ivn2'ZX\^u~ }~Іr@?Ow|5$GH~?߶mڢ:<@(uZz4{§S'KL;S`^"`DH9V |lj?@wŚ&$֭;~ ~gG*cQȨuZ _V,Qӂ+YhbZ:,r[y@+ZTeh&룙uLU?"ձ^5jƒbI+NasO\pJtFONghOAs&6E$(ă%ۜ{QWDn)zxg:!rq~+<`U7_FW8LjLz3_XKB Jxr nˎenJswm{52h-S8^!=U{_~-[% 9&@"-qIrG?Y9pNMG^ &uiY ,8h0F SNRZ""-ЮP6T:&vi1L;AT|s at#=CY]tVMO5]BCZ(sr1V%ѵ*hZj[*jg%0XLB9AuF^U|/{{԰ r leUՋ3KF/Pڰ٠rLuHc[OB}G-4(1w |VP*Zk`|o'0*Α8P70,TR$PP1zUn5ֳͺ'.ls*D$+iͼE>^dV}_$8Fu| N2pXM)"||/YJL拈\4zA:쫟sR"t a+F;/+yz&U9$L,4X{G} +i Rl-0`t;.S<%G L6f^VVh!hP[dnd_ ʄ>- ?IOrM( x@vز˻͹Ic_CRㇹ}eYlآܕ7 lߛQ#ac;=fi߹B.6FZ )M(O+*PP9]O[PȺYHFa`@P$kC Kp$@ؗzK"f42q8P2$ra(=*3/I[̌&45z͔ *w3_.3!K&]cHvTLȣ:(>*LXq#5 % ٌn~:xtYھ.X *EW&b(0 }S覯Xz 5$^MeHBH;d1P|˄|ʼU̽y4BC8.Ən#,Q:.jL&5MbL&=I$?>3HDD "?ݲVmu6|4-.pxrN]YP O͊z=.*i 98s2jo\`,}lgO߯!Ke$xD\Ȭ+=|: 1{- Ns8obʇNmD>N%UQw'TRp$}_W^ e$#suF6(l(1,c|_zvut X iJ DO<om{!ƼQ":ܭЁ^+‹WDfvmDp_u&q"[T/j}\`Tq̺I(ǻBH*X1dvVoavo[}>G9DZzjXvA4"2RUGmO4! tN|󸦨@yּpf_{*Fm 7nvq=7rtݓ<*P,Oiwm.Es'd8>r Vc}Cw%(dxǑ7W+h҃3=Tt ?$i3FtĄ쁿Q L  b̥2wj,UdDl" `0ƒv52ǭNaQ1;Yhh0PAX`>_|!{6~^L=oI}YɅgb3:* okK9mշ&*gQ} A. ϝj(мif\ M'{Z4ܘ[#1`S y e$Zn 5H G Yn'KX}G8sVO64Ufst_njR(T~0z ؜Qņ| ']BR~iy%GlewGܼrIZ 758kY j4فgǗi#K]Dwh# DsPwWw8_~8 L W T3,+*b8]P,h#(eSq)d+->Y҉CH|N{iS{z%qE;棟iN t"Yd^$zYky bk[ p kdcE%G@nO'$ DNN"§U"Zui~[a~Y"e'Β8L/p CQw?5+Mi\ƍʘ'a:S)lA湱0ۈ}n~{êLګ8-o*G*rH 4_Z GW,kMC}ϖ,.vt)eի`K%Œ0 +iyjo%ѭ@ϊM z/x#9 @eX;glJJ=uȜ I3=Ս: ^*6ɹ ,"DQk+ GpgWǡf2_A &S!-R]D~%/,M{ qIBJו uZgyi֋$\;o}OZ8Uqn7_Y~+4 պ-rF.Ee~6/`.f2m~ aӛaxTI?ܙ ߍtFhKTՉ| $?TYn!yijيbMLM\}ztr-(1"O%Z(<=#lTvL&خWDlElI9$_H}n w#kZSM ؠus$j@d߭ z$#Y#d>1#UF,Q43l<,3Ƭ%B;CY_XBh w@ g'aZQ_U'[-z\fedqfԚnK Ki"T׶ؖ?[%hג吾-5>0K!I2?,Wh` bݪp4Ɨ( ] k݊htqI,FAP'hl|E .dϝ4sDG&@,a$#\Yw$*29 |Gx]2&] ]֤yF8e}doG<[ҖPm*A^K~?@$hle Sb]xkNQ<#%-'BJpL'\ v&KfTW)\Bm\|:l˺gg&Z/]1Ki,֡gTRf&pYb@:RF3hL(hYkhUOh*wrFc ~~^z0=sA3wr=M:ҋц<+~9$@9D5@{vj(<:?퟼ !|'rs[uIh8QԡKC\|ц<|)1^ؑhVXO=P7EDeɷy,[|+7W7&"`"} x!p}Ⱥ`5,t:g/w$4ƄL }Q65o*j9)-'c4:_~?Iܐ:Xf1ͷ;I}ϐRkr[ h[`_o^X1(&M\TsԜ+.Wx?Ρ$_D9| gaX/ѩ",}϶sb[/Suw!龀#.G?$ii{L8^]zDI r})iMDF.)B%4UHh1?YBW1]w$=< ) Wjh=L@Zx`v|[PBXb<,b˘fkP]=IӒA:cT+q'Һ\WdP~LZ]dyʜ)?wF53ٹqa 9R|P:hO?B-FRKuwf\ү\+ڗʻZ1=-/}žM>2/Y9F><4> .,X_ݯsV{93TM E_`.n+)D7]䷶;V\@/2Ƞ[Y@{z$";+ x!$˧G@9S@"lg#iQIGn2|܎eN;YZ*cٿ67ovKt׌OM흣ZU]M̵x]HkiUk2lH޿" [*6h i+ Ѿ$i[ Wk}rECNg3{ɱ &}`?ƅ$yDšO O`V&!Z-*ob Aa˻dsݭYoDUwswgP#\+̧U/!IGnp+>? n# a!L"~ԝnt}yc#0 k~LT qϓMf|딊UW4c0x\_n@j 9lOɓ:nr[>ܖt % |DY*\ž=R>x! ^w18E%9WnA_ˬK1|oktZQGS@KC@y |c|Su"9㏟ary7=n<'m?(I{~oH I|2ꍸP-,C6Hp }R8jE~M=3d*t^,d ~V!y)͊q>εߵQبj6vMfB08FHEȤ&jX`ωp#"`DfۨKPv*fF9l/&sJA" \|:%o̭1e:t;Ղm.tZ{IcG8[`⇞ dq1"HԺtf']͑}iZFhװW|V\sV3ITKVq!eXhs uj _~4 ^x%͈z--…uP~.zE>Qв@Y}E,]txyM빨WrwDpcsLqhZokl/7`l#ĺK%AȠ7V~4S% jx7GĻCU}?FFS2c/s\C]qeQ2p60 ΣۙЄN5Ƒu+  %o3\rAB7'y~|,*'IU5ݝ+;Zn*k|/jN>WNq+mK󞛤׹AUcCSr*=J/e.^PTJ)&m̌G*>#z sEN~L=[0˱;FKhyHu.o Usß~tteϹ}J&Pw"f 8P$-Ya]o[@[8˿Ud@B qY]+.sT4ܾ_LOʡ5?R5T: XRB=lgMAWQ\9Ñ`vX :)D7kŷs/Rp&T0l༂l]#G QBGhI:`VCck䌉0?x:b^b> ?$KPXPu*@6!&'ƽ!6$e 1_ڟ|W _/@̽nԛUljZM>4Ao& a)cPbXQn> SG G8hc9/' Lk==v6z.CsOo+pZӞ(`GhNA2RP$>~B|V8 rrDv2{^C U{)&Pc_cgf=(m<ae7u EXF_Є!\­z/bcPOص[pi现q7yٌ:ɟ|{M7G8z~xa$5$1s5! u\{KV6F QW XAa+K,H"pnШtAJ wSe-](Ȧl(XsЪd&ha,>q:~ӒTwp0SINLN; sVF;A9Kt2Or1\u D2]r@=ȦV˺FiiO[ {)O+񵂪q$6 1X'l6k^覆?2Ftȳ"撲|Z4AMh8*/ӗ!@‹B^.S0HUNEIua*ya!i)PBĸ'/IT1%O$flØ^Cla[un'0у.̺&F.cJc53*ܕɦ?o sZs/+nVW}_M ŧh=S~uAK>\7Xh<{OkkLh|k}+eoMڛLщ z9>zgn޳ڎz%s$҇l2q4P`!rh0/78:Q(֝ ( ӵG =|LD>ȢfOO;kO{S[\&0FX!gʸjrwlK|ƤȐrl7rxz+S٩dj4'9ziӯ' \mg8& `Mf dT$E1;aJ7R`EB7=Yxy =ApFYHYۑZr菑$e mO4l@aL/>jjimKLCQZA^|P}+ HWǥE1Zv%u"Yj5LDKRt_qSPNZSͿ} nPO]ұ8 ,wRC&>)6,9h TTK r- z+R*SQL˳%ŚpwO$wf,Nv s|4R)ws.]J?Xa0r\^z/"/b/̧UQ]#|lƘWM#Ҁ0,,r'0O9Ũ.UJ[?TI "M^Wɽ}#A 7_v'jY.%Nvz }r!"C) *)g*t`9rSҥtiѓ̦`#тZ$/ LT.O><#Bt1rCޑLe+ K< . xě1`νmNM+h6@F=o{+K2ŶSf IP:9{VfXj ;٩]]іG\مRNJdj$b bx2ӭ1OQFX=f`bH|+/S8pY5ZUKi(| \=maq2O/QأdPK½S~h* &}dvOܻ| T-sq l}ϩ1&ȴ |S]0 dz5{k:;X7uW1HP#%o"P$Gܰ* S3>:ɉ 3ے ~;Q֍͛0 _#E0 돚obY>wm#'`0#HL S,G \N!opcJ R66pcnb+?xiHM |DcBmz1X呬bgޣQF4 y:qmҕJ8hZtSų / A%yl;j}KQr/-JD z7?3Рa(Sbم9rT@Ă?nǀZ!q |79PZ71Y%9G! I$ :z+r l}NIT{#60݄ wDe}8v&XRL攼ѮkK‰9K >:}3Ƃn\R^ &2yge[v T]S`X$sӆ-nEZov0A$tIdY z(ܾ/%EKǐcW_08T_$1$jan܎ۄ?oכ0Phү,#͠0= c}F}agF+.E 3[yr*9KOQ.Q`xahHDbF'w܌a _o6e.AqjTz" ^^p,e*G7Ń'bG^>wC.F~_,%-扇tc鏅8"167Gza,_uiZ ے@4Ev~#YL@cr:K?\bKno}fް@F$ʥ9,tGr:`(^nS.|+b<<v<B2B<,I77qA"3ʪ 3H)Z@2, ߉gu7ݍ@ztȪI` lXQ辞TM`Ou$g(0 Hn0*O1Om|#B&oL%_? ŲA2.wvLW1{y3> "9Ji tlCθ_غ+}V[t/ެW%K3POsV$jla%BpH&I[3`dipEHF/D4\LS { \21W4ZD[7wj,59ҥYGy j[Ӓin[l>1S:Ip?=R]Y,S C3#s avT:A^8եIHf5x9ѱi]F9$#pt4[*2sL(ct//ξl| ط*ŮJ]cPD[9>(ym93bS%=n) 4]s hP'ޕ 0MOs RN.¹ȶx(fi%/w|%8dF4Z:.̝#Xp-2-PP5JjJ?< Jj'Ypja?q&zUƶL)ϩ0!:3LJ=~|2b!NA$j".]Konn4m:m"%+.CU -z>Q<>z *ι)R숹5>IshGl">zJǞXB(ۼ`LkZ6[a WjO%3P.WcV4#8#II+.HDO:vkDž듥cXQ<}'BCۨӛMLjM178]_ M]H>i!>fU X򚋞~j< B=\L^W-B оϏn9~ rQ@ߙ镨2M<1E)>°Ǽxq$ "a>,=q3 w>@uxV niIZ8+G3NPOnz?"9KZGVbu?SXMjv=H8 wضGWlSp+"V7IDJqtyi6/՞kuBQ^jiHs2,֭uBC%b9,~ e6RK$WJe?%IiӰCl,( X$F!Aӏ+YxCOY$Ye+H=BVǥ1>Sp2֘->٭ŋgf}EC rSbgpN.vnw(uw_NVmH>|@ tRfEFiu(}Q\ S;@}ϜKo" E޳n ~ 죤/3x,LKͰpl$'LnVhE1:SDE@UObtopShiR@5X $U_T6C J0 F`ǺJ5 )m JA߁R ny9.Ҿ?4KK2[1Op[\CwF[bE8()?`@p7̞,TZKJK꨹J,uSCWIäߍ1Hw_aނi/-g޺@JdJ'| Gp@(t0}t gWk3O3hRdW JŹ֛0I8XQlbyv*-@뙦!4g7i,r{+xŲ{5{u5ѫCb24$f.p o7Cjlh\Be~LN3 K4&5gOy6žf!Ϩv-l}))1q𚉑!Np5_)?N"yzG]' 8(wV33r_C~Kثo򺬔Hr=z5K:<L-q8Kcpz n  ȄquF^ \--l6h̸f=>zO7!\ުT߿8>c$!!s&D`}Tz?FG4n:Ah d5VuS߆<,ś`n\7Ψ9pee`{9F#WGrhԪYAcKШ'<㜫)/Ws1Ś9s")}4A&)?LfjxN{gX?w*. S掔́hHou^Ե{%8 Zͳ6lvάˇEuDݧ/ b]̛҇YX(&OZ +cT5-ꞁœ{).R%- \GRH%v'5bVTR?P-R~ Jd>v-^t`Oɵ/b+T@Վ?&! qSh4 rt(*nDuM1FS>5?ةx=mӰ ?e/#?!Oy'Mk!<{hk[$g2lĜ9fJ^iN )|&Riu[Ny7.5S3{4N75Sovq@9!t@ߑy_ .Ɵ=04}qFe^T~Tq, +:JT\p[go5Pw)rwL*iƂzs[c{eﴯc^#';moB/Ɣ|J ?Dlꋪ%u{sQA]9*rz+ ߅㥦::'kZd#p ;-aد&_":QGف$vFNS:"aH C4wqO{eS a`/ud3VRj;~E?њАT'b` -rÜ`׳ ꡡOUfq fzj99C[#H#2Utnb""3?:ំ6lň d]\f p$~jWkY` jF5wumMeNha]2QP߼t)ʣooV@{)Rdz|\? bv_GIsRf۹ٝ+BS_T6" $z#/XU*Ct~hERbS7Mg ; а Rwb\TrDNV9Ο$,DR8ɚgoW,Ё^rrqDxRhEԿ?~ ܋Մ_fŠϏ̄\8б&fE_:Ė?mcgg.{ѝ.k gI;:$Edχc/!\96ըͦ/ix{ >!(vX#pMEӝnS64wUXTɔm:FOFZZ{po+yZ7>טԙ8dsqʅK`w.o:5YnvBdА ǫ{`UvݚĘ] b4[s-.;i)]3bKM{]l̇2 wVс٢3>74UqDѩcW az:<hPT2}wzBkĻeE&wO'5l k0Pc¯"""Y?ݬYPqfo }s C&\5iC:3 V$3r!PMO䱂J[ Z:hd(*ĭle!Lﻉ'M&ЇsMxIj6]8x2{64ឯ.敌wae7RgP}趌z#l?ҚQN"=tCG魰߶=hrO0O  W0dN0U- }2};<9 l<YE6mNF'pR؈?PhCǵCXw-?"̶K툫Ǜc>i.-ưt>E4pi׿bg hxТ޲qO0o[-4 0BցIJG>h緤S d|O5t/\|crX)0yr"E6.!b4  n d yq2/cKSy+ITm> +N&)j |Um8`Z(st"h(b-4DThVhK+Ȍ8&lL5$BKLl1dGJB22׊L e,Mx"ڻ5;h' 2_Ut"BXLo7ȱ񗢍ti]ps)H$x.U`VY6.WK!dKVQ>qM}@pM뇩3)In6D( KH;C ezԖ-=XNsul(La"!n~Kn^gWX8qr5rQks`ؙJ1yaafH·)5%n#ʞyFnwbsQ~;j X{+ZUմ,̝=&o]nK}Bb\;꽀2,uVykP$B6b#:m EFMd,Co6w7wD/?&7tJX 0h*ϊ{fų0܏)(]>:X?æEra y.ݶfڈ<5j´'曏1d!I2+/h^ 8A~oJ. @Mr><ѻ+ 5I4qL$?~6cUAv]Bm0W$ttD8ܜMeC9yni$]^; Y#qqRx o8}zcӼ^MPL3TZ8o<:R2y-bt<]*׆d z#ӂ\Ghu D&,fPBu?z ,D=g}P'@-ľ ։lP N1v6Z8C):t߼IF)@J_Z2[# 97o3D0`[h1wJvX8{VAUCC5XMƪ%瀅7ًV$N8Ux:U8G{{Ԉڶ:.M?Z+- .j% MV&BjI`5޳QXMV|o{l)ג;M8NIZf^/I\Wn NQ<:Fst{*osHtb-Gx=w ąoM)in$WLEJ]}<1phऌ 2%+Btz5fM:Xs&g涷B7ip|MnʩJ(4H-/WRO}@zl1ve|@4Q*,w(f9&>|-bE/N9r+)KG||/$EUs:s!LmT-2wzldF",9RJPZ98ih^'ʼntMf)L A'WVӑw "\zv-,G+m%ֱL]\AwNXUy "P~l @^pD': nl|%ݸ‡{U{45 $+''!*N>UBtDS7s'Cow[t[R- 5rd0},v;z1+hI֦_ O vNN5 [_?PDte2e" 1|@ÚӼ’z(ԛ9|;qh~"iqNrH; JYГcy沆Gt(2>~J0ik__[ ><ЏöƊ i[~0.E;Բʑɑ$7] )wAz١sm\a%3R!+䩨\eFA |U"ՙ#-=S:sױ&{cɤO3+A⠔)%OD]YR6;w%CX+Ͳ/ 3LЊˁP3'i faæ9tu*YCI}GY.ʄdTX1 ԥV8"= ʸ Vc98iaFucUIOQ =]ʿWpʯoߖDһ<eBR@ oR6S1[ :-r^ၠ]O_x\?ݚTy Oˇsnyx v6HFMzL,sjk> ZhrRa8' xdNʒ QKsmշ?զ6D?-.`o8x!#rn VDp#0DLIZS"L'30W+"&'k00PC*JOH0:_`!DL??: {U?wW]}$,5]kp ' Z4 xjڂ{Zm 9;W\$b7ŁRZ,#hP4nqѧ~28܅ {)j YRvEX=:n?A܎lPjzC'?/k*33Ew&oϥYJ 3Y6}1+t!ۂ@J!?T ZWO5Փۄ8Ӷ9;r%M HU1UқWϮjنP&Ay쮣yt€my 3 M> p_WV}K>arG%c>V!c'.jjA*d蕇"Ύ ·KQc\ d֦:D8@υTчksH~ u5zC"Ɏ/!54=p A ^cd. :E@ ^74.e-^-ʸzGH䵶5hE2:S*),`&Gܽ&۰~ySrwsyϳ]Q%#3'"۩QC͡U"00]ZkH9ДZFu&FRNqx8_c@$"E|?w Yd2 &(=JKb M1Vj*{i֩;Xx4vj\7DP2:Td*W7ƚڌ r$Wj&̂JS=>:wӛ*Noz?`O9W]iJC P ?1izݼP&>m xf<(?:2{%b՘ϯX0l%RJ0 hE}z s^B- Vq )lf]j%|o[i@m]G !#o:KHЛsVO4%62+gW&t _gw.{_ UcJHVE@YKOJJc[tl ePcN)1~ÿ#}@f7v6VBu-qaU2A06S4!3ȈҪ&57[)0S6ҧ4 8„D;Y 5=%s'siZa֝jhl_;t_o6NEYT{qDD>ꘅ>,J ͚B8"c<&~,l~k\٧9aoR G!A>nxnjqY{ϗ^iuO{+$8da^gFo<҇f[ Z{(aؾZdW_c=iL[p;Q Ӟ8^Z9cDʗATRgkE4(nzl)g '3  wP\O;v~Im02&'|&_}FpSjbM(uA x,#自7)Ǝ&ď]H4􁲧]mC!$[ Sק| JEʏkl %A31 ټPeA5e@wPpU.ؠu\1u2wk adg@hKa>F*adv8y ?r>o|HƳQ3G/@ZdcB!Dvb{x&2T2@$>$S $ GWشLhueEtXGL. @+"`j+/Y:I+K҈\|pٞF7qwA[GAo_Ѡ0$vAڤ炾~ɉ$7Y0pX @vdSjE.d|Cr51kl19ֻwX<`"sW;:}&0hϜAԳ+NLvKhEǰA6hn=z6Eܵ z T2nڹm?byqm^yc](>2i'a!'J. Z]ֹKdnI{1٨a~MOU)3Ncm$P~y &rݖ+TUdI>ԕ; S!ĸ?v8|o;ZF/ QiД|3ݺb0?֬;^vup ò*v;m 0ރYiCrxߥYR]9z@-l=JTlZM3WVḲ VU{6&w+H)RS^h?xRqcn6u"-s$قX">ڂ]Ȫ†e2L]OƾIgge ϯ1)@zgBɫbƅdIKhx i<ն"h_B08Vϖqx~Ԁ'Qjwdߙo:RApĈ6W['e^,s@q$5k 32`D{Gr;^0g:u5n?kc7%dCPNgem?9mߍc@r!r| oߺe,屗'ͤe4n &E|^DG6 B3U*Iw 3EZum2sg O+ôh^g&}ɨو3Jcsd}YkB K7)=(/9i W41qЌ-Zj{BV'HWy݇'O]+>Ci}AqY W:ر:M/ҖYg@_5TtQBho̴@{ UyarY uxO'$7y7n[feOsx~ caܫjL`R$لBaܯ]5BkY3oLMRg ح2{4y|Լ95TΤZca4[Ӎyjd2e< 6: {#N]{oB5#,CLy- -mJTH)1]Y~Pb1bwuW;.ػUwlFZ'6|Fϣ_;/Xŋ 4VfN= ,ß<~Jqq xgWp ,Ϩ2 uD"^riezTDr Ek* xɨ ,1^>Lqu^OOp(=JdIC} 7NB x˔.WoաK  7 YZ