PackageKit-1.2.8-150600.4.2.7<>,@fjgp9|KtuXĸ·8y#G^`-V~9U\ 4#l3JrթoH}@F@Q_O;3׿'oeQEH#"A)#\XTFUî) ai0r~]bG׊dvO2-lE 0Jfh DIf]Vr?tvW:ѣMAik? `˕Tؔ[^ju&#d7Xy8a>OD?4d   Qpt (.6&& & H& &  &  &!&"J&##0&#$D$' ('A8'Hw9)$w:2pw=Y>a?i@qByFҽG&Hp&I&X0YDZp[Ԁ\Ԙ&]0&^bc|def l u &v۸w&x(&y0z0CPackageKit1.2.8150600.4.2.7Simple 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.fjgibs-power9-18"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi@@  X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckibs-power9-18 1718283367  !"#$%&1.2.8-150600.4.2.71.2.8-150600.4.2.7 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:33664/SUSE_SLE-15-SP6_Update/6456ce62b27b73b316fbde7c73b0c98d-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]=5be157436583dd9201531d89377f21ec4b6445c7, 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]=1efe29560499427b62232dc49dbf08060d883c0d, 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]=e61f0a6306f4bdca9bfdc9dd4a44d3b04830fe1e, 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]=c990c0006932307a100acdaa58a5d34e20c297ea, 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]=5445fbf52c3dc4cb589875b21166f0d76d662e9d, 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.2.7.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 RPP%Z_PX:&#systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-87e7be4c1b21f0c803affa0ab61ba3de610f01ef628a5de094db9ed888e74210a?7zXZ !t/B]"k%&˦n99Q Z~aۏ[)c%n`<^ZѿebhnwOY`)G_"} ?czDy~H5`א ºAA|w7M|>a^ZN)lF>) g3;ugR2{ %+ڪ'*lTULG&dy; ߒ鿨ITzVvn?,5tRfLL>v?&ԍ&!?ډnH7B؀( q+#q|Ft~'ܒjO\ڊސ頠B U")Ǣ):ٸ Ϝtē ,+-p,܍f+FCggjP/iƌ:O4}g_E793t@}NAF?՜dI? ×_@.UŎ J\)dO;[\_SWĥmD1w;N]-i\ml8@]b2U[N`Ֆ2Ե1QGbtTBLjRө @ :ĖoWHQtoxrHTaQ6fjF_)?~\)go[\>c,צVݖ,x/jAU3RYUD/U7p:QDkq}UrEm|am)Ȑ~497BxU'KPc[o~>9]/VVE ۼ'AjX$y/B HZV̡ʶm%wg-hX2̂Z@#&37XÙlh/ .jڒ@ce|Si6/T%ҵea/J †Zc/`^N|ko>zxi[*b@ySp[}7lCFȊ ct3Q 9)4nmu? MW ch0% Z3XxW|G?HخA9jTkĿ'hȬb )*4DnU/X1:D 3 QEKvA/KA~nۗhIӭBFHH=+xVn !`IK? w䬹FƹƬ9sJ,^)jVȿ~ AdGFMET]h6C% ٺ8u- ^#5fƯP+ӌ-YY W57'D{bRQ tƛ0aOo :mǃona[CzZnqS`bva k#:@NY_1jZېQ@>q6ܚSe<&luۄ[񑩣/dPwO~ dL$$HQ=.kȩ׾+-lŮNm:G=ʩ[Xm)0dLv!zdH9EAp3tShݿp^ybWhq_W)1Db@U;ar=55Z@3ѮD.k;Qo[{Kjq37&uKUy*Ԍxo<=bo9"5{"DZX8"D9Q"4(V*@N8>k]L DW?nJ56?"˕skq/f2Q#o8W8$c2 xg,+/PBEA[F ,IݓȒ/O(^LKv ؿO|#J9͠m΅ɕ|PhXßqB -OW;\ N:1m'c<>G 9̢G:SUgT`kj3FÁcI&KH)aJ)p4`[%JC>[k  .#o %Z Noy%MqraH9xB~q ݌X~_Fӌ$^,dOrJѯ1oPmb3 WQ5b{ӄc]yk}A]Q(*f7۪RI"!!)_Tkx:l,b1"Aho:},*$gW#' p7CH~AE!%Z4?=Fv=l76`wW 2B4H SikX H2bmAYoߩ= IɀaF[# N~To'Cj.94OMR Ų7m{N5?FiZMIg}ӎs`/6l̂h`}}cfQ~aO_.89Q {-AZ7tKbt&uP*7ȇ.HdCl"Zdhqt<|a(ƛHHKGjP ȴlOA2!$n_@Tmhl)` |Jk0?k*ug)i"OՀH'9fllS&21|h^ȡpby(C/95-C32} r6bGsn^\Ќp$_oM4@-q5I?*tj&ox*[Yr$J⮄ uֱ2`GtӚV0D"W?L3"1(Gw<-Y 6뗠=~1zc^#D0G=qh:'Z?M01e[AY:A+^ؗ׊}4_w[ 3 .S,:ڈ TLWifu2yBU(NÔ5Ưg恐 %HKm(ѸALSKe8Y3Wɚ\SrTH ςaY?1yhK"|͐|G7/öysyI{g>38 x_İC>0.@w]B~S^%o/ d.O̵t3:vE$ؘ卙E;4lZ$ߐ`Kxj? idpb>Y)Tu:]Ə׶QQ/Px2ُ@CucwZai84'y+wx=#cmxwP>?ueB=ڏ ($rj&gSkC*}'#ܤ/{z&A6laTVBp6lffBKPɔVξ. Ws(#T&Ss 'L ;4eH}5>__!.x:kZ-D NcKMNk- P<'U~ IB`ᖛ!:7D.Ru&k>rTMBL>Vbb FZr ^zQ_^Oy[v^8B dkf+!5gTnk-(e堫,)1H׉f=ʼnIX4! Ubq~T} ۈet8ß&Օ"`p~PL5fbVv~Zcu] LugW{YۈXxGc6pxf Z*8F ֮DN26^tIoWMsҒbtӛOX0g Ueϔ%埡ܐ# @>ueߺ N(lFH,nϐhp*U yf8AG%ءSBKLFW8|u3h}qdeDGckHxeQVTna9MN J 5JH4/==ij9,|z[$"?x~hoє+9V;In*1m|OT~L|g9T0K3Ifp_5:^TظϽcZ^yFlr+H.iV8Qwuodr-g{M!{-dQ,&;I"e ]@M覿([Zp\ qts)OÙ\, Ūy|/1eQU?@/{ Ox}q>*[wӍ ;hְy>u'jS!Ґ[nUg  p  &Z (B3(v@M]WvSzmiFO Z[N|W+BQkliɟ6,ez7,v[KF71!RǞNk!ě[_ 5,n@ 8pcq RkTKJÓmM{6FO-_wlRnh@N<INSNrL3_?W3NDjNy,bKphk`>Ή/ 2?(2w[/tA=<-B g+96E7?~*{h٥F8'jKxU$.SR퓹O8nDDe59t9ĸ_Zq0bq0dal ?@ZMkNfnMAHFpϘ*9lVD=T5u!= $\J.Ҫq?K75蒡, 5/RҞNF+a3Y'P[>)LyldBd#uhwgӯöB ù{<*-Ph!=Mh A?x! =[/[[)' 9'Q&ŭ✒+!幰\>m;~ū.8Gxڵ_sF.b)Vv|@e*75/} 9-1J3125/x'?۸tF^P`c#D/mePa״W3^֔I=U@-dNB,Y 2\EJ̖1hB`Y&]t/_Yo8Yv``IaLU_:E: j: P[V^5<橽?-bpL(9B`tf#weCc wn`X 9䖣|+G>Zd=+b) `h5UW^ %;U K.eTf'Mw7U>w̲-bU_4K[w TL1N>)%K9 1 O7B_Sm/Oq5MR@j=EM&.P$ǹ$czsՉ0D$TtSG32ƪH=AN"kk7oXPI^*R{_,vfJS+@"y AayN|Wy *ީ_"< ЂBu}s:cԮI|7 Ԙf_*:b9Fj״pNd-Un7L3k~J~$=RR핫OK]7ך;uWhܨx?]ЫΓe.!# =`.,Fj73HPx8[qQN>ORr{l'wkz4HcIn dUC0ZX9h = )%0pf=;og7]]5m[{^\rħ+hk&ۈpB} cRX@Ƅ#9+)7i"CFfS#m TÒ}9L6S. Ŕ CfRh@ "?)e P֌uz_F@jj CG=cG6 xj ?q5KmoEJ+uϢMyU!('pk*}R]8R[NJ^$ <ƀd_rdx:oJ\kɗ4 $T{ d2/+xSWIv#LhbA瀆o]9p_㪄ߪAsc?#+x"vyE_ VEaNv"m ̉(/p3%xKaVȴی6TBLz蜸XlFjj!$/^ph?fAKgvŋc qWJ;^%N } ,ڱm8j֪9ÁZ0 r(&2õ.M}*2ACT?qiy]:Vf*c,Hے f8xt˂ \|0ݒF;[ S{PZt$w2'n/|>~yZS3G֬ u&J7ﱂ:R-Zh@oCo!l-daQ1kpՖ%٥oP@ g  |Mzj 5r{l?LQhx /#aA`8,㗻oѻm)/ R&Wxe30L@3o‡@mx"5v%XgZjzݕ,14)i/c_dM& Еb(J Yznw4ʟ SRPG20YmCS<ão!X1Q(g$Cu%n*{5o\>ܹit82r%nDNC Q11ij@~Әxg$MйZ?9|yE?眥&':"*DvHecQ'(Ց[y,fvٛy:˪QW#zi)6Suw"l1+oZ;r6hq&cb33?[BN1HBz1ue:v2q-E^4)\r!f%ź#[ss% 4R3L0Ap = IT~&q)N2 ?٭X;qgc Oʢ1:Xw†t?DY힟rܫ{59>8Ϋ a?Xy9٩vŸ5B]KV<߂x l)&Rzw`Uln47H҈A"Pu07 G8~x׹U ;0#KfST~%<E< TKw>'N~xP܇CKm/4t"n}UOhG/߬OQ96amR ΀<΅?: KY jjkb(O+ %{f/#̯5.p%N #`#vtr ,4cf,vfQPCwq} gzsP T &Tl ѓЅy55:Ci;hlHkh(NKG6W^dn6\"GuOiD=r2^y=P 5̌:O3r\bL\hXrh*|2SCo upΦvΜYo1mN U-+,alg19HO(?ݸWT61!B@M%Y2Z.9Goo]MqLtC䷢ԣ#ny, mwc)tqĿϊw/A(Hcp 3L {ZT- E$6ѵ G-W~I' AwyL \j_UcLc<%VYF RlQ=+褅>%a6KєcU1S_p35a*Q }I6J[F'&x\&X^Pc}BqTԋ$ERIK-6VLA5vlEpJMB_Nc5ʜz#µPcC b)Njv#hҊI4c #jN~Lc(rwy`U"Jro-RbY|?)XTOCȡd?pv 2RRɅgL1kjǶ2xvPOxgHÛA`{̢oQaRCsaKȡ4mRjO|/C) $_ ^mcUY=}}sK6UоAX8hHVH!+Xp/~QԿ褪D)L'ˉ2=a-Mu;NZQRP^xBEE;Ӯ9Ҿaܭ̓$&>➁l q{R2s.orw[{΁OH_)?Sr\\fxs~ #y뙏cc' ~c ;TaAN{إ[xDÿ£z*LlR  g[="{^2F*5F]4݆Y"hNS/69Ci Uym( P:&q%}:,g>9Yg&RʰItEy 9p% Nsƨ;nYqO[48ekz &tUYo sn \d]"c7-uf!n15D΁[454wHxT  :ex=+Yy،OҊN3cᥛB2Omە>U( h K-GkO8iD` C2E樄6qs=eB^[1)Zxvq'`lL$!,fհB?4贈'.fD4<Ŏ_LrY_Zc"jͿ#u-pqɟ's&-:` &bɊּ&->aۆ0$gdk  69HPKczld"!gh}Mx>i׷'i4unf[j9K6Cl/2կD8͡3xo=M؛.Y<0N=Lg Q`+(|GN#޴p9%Y{#wH!,8M]e~c{ 'VgqO໌eqm)sD>V07@6{ŌT6v3}A9Ę;'5~vVyb~2 mA5R+}I0WLXox]22LńU. UÓ[M%ʋO!Fs}W.>9U\f:1<3$$߽́i'w͂c}1 =Fu%eޮH= YcVIġ('1NwmT$Z#w Ƈ噠>ߔ!P : vNkC,\nPyV+ \ \XSg~}>g6GG0x r=4zX쮘P t1kvҦaڎ!S~o,08<%Wy٦ Û"@GSI H҆ }APV.gEZixqBs}b TIZ ,o|0 ݃c?L6냣qt7}61WY'ooЪ-zW-,axrJBlK,kB&G9JYF4 ʡ/)sgm }6=;5[QU5~{6-vg"4H VG0gƀ V@rJ 詧\5f8tYtD jPKa(VGKhn5`mN, =Zr8U_n^SyJk3bc$r1z'[^&,ə|Iִ@*.}0ʫ& ycڶ4 LpxdC/g0L™.D̩1lt&B.Qd`;q= 'YئtZ*u* ˋ7kyBR!}[1""9QOIʎ{x > ZƺGyZG]/ż#@fyjf[c {e_^8RTU lArW޲ b+cM'm"Z3s>kɧn "T)'k2Yym6CbwP5}$Kߗ^ˋm*R9oa;,w״MyES5eCErG޾\%D=րsN8} aMeÎYۧ:=@}|@yY%Xpw!2޸9w-sU`qMkŧm.o(`ֱM֚օI-oM%Kpv%%إ#'ngRhUBQ&\pTZ+04umfR9T2\Z6\a$QIRqh6?/3 PϜJ C \D6>TctO~@((0P⬿x%x.ȑ,dmcWMzEWF.R0nqj-^-n kϬp0B#L~Dsg6k"wWm~tujQ?fP;q~3=cT9jKXx3z͈sߞt>yMo,0(&{|&,[x1Ȟ[kujamP^N.7u(l(3N'wT5L;Ć+_6 G( [c]X. ]GKßya#W-pd@n3)}۩mZCX`2VmbhJѺzd&H.q_}RQ )IoaAY\p+l}* [aZqAn-,EL0LcU] qǗռJPzj[^rÊ2n'VOR-N=I' G>50?1:쎽=U7 Mƺ26Y][6Ù, +f}挘^_Ңw RI8;dПk25L!fG'zw7nuV(D'1dXb ժS3lZqQ:'^fW sתNuRBBn5@ 3;|?)y``_kx~Z>Ԗ ܌ 2a g0K B+p2lp&[M_^{;S&8E?V0^"<U_`yVn 2N 1_@uDX sl,ֆPvUE%eF[#G3GpZs ^ PįRFY+(a?V:U|N*@i' R#R&'gfZXGglÉB{N?wx3DeTrّq c]SBK# _PH g4(JA$27⊺VX+šqS[V3 .wp=.B[5Pc]a>#$!mzG"f@mYxCeYΤ7؈%JYQnZݰ-H@,_G/S0~Ǜ?X۟O.`2NU;"M߸ @"W7*R.@ƉJt:*aN03*s?D~NdE}V5,%wSvɼr=v"R Hʮ4EX!5Hk6H2vkoX'eSPfeA5UZKZ-}(.cb.ya{L*NKE"7 k OCƈ{75n_}:]Ú ߿ԋek:M4u% 걇C+7JJ0' imW]T\z#V*WssK65t~La< [x2#[˥Xb[τ&8:oVXSGF@9kCuaTq hkdv|s}8sz.ACظ8be6lTo EnDwoo>Si\$|u;"i'Fh:'xL_C?-51j{۝Sv0-BɾmhQK|Ikdf>Vq뇈?%-kR4 Wʁ9[TkiHbnOBƷI]dفlccphI~ˁʌ3}LOofzZhu(MGsod88;WRZȣс֪]CK¦CY}#,B-rj2qrnɻLoxCc(3fp4Ow :q! _cj-,EG7Sr4U:?rkB8_pʫs[IV0 LG|j7m&OI:Qj/dv(4@DAALA0»,!L.*&?{<.+g9gbp镢%>Ĭ:]ej' ={VZ0U}(]U`;&x]BrGfO1[xpk$𻖁 yVReIBAԊ`y] "( ~¤bY>;|G!s OF8'5kʙH﷑bq1d?p,1NK  F\jUK9,4GjXgͿL }z1Z Y gD/B,~wympdQ!9($S]F uԥ{CU0 (m;;'7aJgxOu`U&LFꅈw3Rfբ9 9l1[GB_tC[ʁ^`˾R-Rf&%i7\NK 0{MԤ[P~AlEQܹa\ȒSS ysn2)ư&4lѰ&24t19B{ni.;՗7lnDj=f%X-ơ>%|JjI14y=9~"T$0d6FqW5-9%kh]Llj `ms\P? ׊+.֞m!(8%#< 4#\{c.hm8nЁhBٓ#oL ~6NFO\qz!ǤH÷$xAdfWUzӢ'Ii3e+B@ҴB6SM@n܍slt4CY;,C6Pח}txi.y@-R~)O>1u+7|kKDemA)++Cj;?x nF#))Ω! C͝:;88 Jӟj[2O h̛bTgƮ0bXS:1y,6װֶei?gQlYII8UxSQ4KH'7z?diuc7k|̗/XlPյq/'0 !A1D3L83TOpg+ / !旎6 v$]pm.J B)ύN2%~(Fq. %VƓܔ)0rm=>nUbhQzmۑP4Wy=_{[2>Pb5;yO%Ot7(뵒vw:Z?$C_[BkS_e[D(D7vgk|QCw>&}6^OʜNA@:8U?ft.͌ f@W ʑtm SDM ;эI!]; igSKA$>Q1]! -W=FA_˝q<-5'jQpAqXQhYxW}>P϶W=AZC%|^%FXOf sc st`FU']k\m#[G"{Ha]#q=ph]wm ![!ω"x>.x{w.%2oXXa Q8:) 9X~yHo9!ގe,q? Li*meyrnnG;q<o?& n$;È/]qxp!Θ@iżTv"V;s&[_r/r$?uBt@@@Y|}h"gwI?$~fΞ&ބҭw3*rom+nqaˊ+*LTf:Jv`A'-1  _Pe/0C 2݌+eâ~ .[33On ? q0`S jB/C{lV3))[5BcX_9NT.kT7ok0Fc{b|1C(L>R!`ֈg/蔇=xM@,>SL=+z G*MP Xg)X[QAGAÛl ](ha'եkRBkur#ъL4K*sqDdM8Eq1 {6jnۚIZ?`LClF_ӚO(~(햮8~\ECVN>B }n&Av'#Pb99>$]8oX˙[y<\3m* U;LXE|KZi=n2JHT#'$MsS|Ma , U5f#=L9C |^yi1QY@wTG*[X&fW샜Håb`pQ'?QlM .N,+)X5A㴢9Nz /K@*߉g%w5S;;ʷ-'*p¥I/p% :GSj*{ZҎ֣5PqtZ cDC_3?p v ?@޲٦<ěAXp] ~H] (Dr) k75*PwRi98&ɥ.y7p$lxMc6|])lr[\oیvE1-3\]b i$B/bnG9wم)8 Gb(-0*HWFk%2-r@^vfE%>$| XP(PTEK9BY]skcɆ58BCt_{'2:h7ҥ55'ț1a#Klr 'ȶ+ϙE$ Y0ݳ7Y<*>[|Q~Ä636V7Rx j%Ε\*=FoeNƸ+[`K%Rl}NaE?Q"ᧇҢ -9$>Fi/?YV mO3=zFo`+N#^P9aLh\M< (31MozD C":Yб.*ٷ֗7ҕCcgO_unncBDM!i)}dG1D0ik&AD\Aۙy7wޏsɟT9c8~?m5 i&>-͚in1=R0징:Ө{.\f ^ [́'mL}MN՟{ȣ[t)g.|0{]J-W ~v2 P1qȊRgFHq!r<>E@ȇBL YQO伉0(l*o1gHa  :Rz$WΞ$1ӅIf;&wq3IPk_c~9 7'0LJ,np(3EvIǮ[9j6| &4ZZke@2V!q: ihblmAIu Lwk?H+F w&k3TVf?=0Jk7A;=cPU9z=s̃ookӼ\ #m ۪AsS۵!g}m9 hpxe`,:5Ery-0nv`f&Wb&U K+z*)j Rm&l Phaŝ:lkPМniׄAoGGCxoJ^)MBkAddLGXYMZzٕO ye 6|m$Y*Q[jX'^;u^Õǘ/"o@|o@d tI`+46K5 ^XIm@;;< 8Wb"~Q`!7g`nR;SUnyޥ}ࠚɗƟ1e2$ =Flh"H77nyzH`L6)q4}tg "A*i\<}ZD@"ӹKd L'l[nj*!FFbi| m-Pn&y]hi#4 ڂ'1pQE qZK86rVuYI$Yp&%c; 1) m DXxdm2T'KDM@G)qq6d ],7KJ B|QGVџ9Htge9k%pyݍ^?CUT.J!`njƃ-fԴnE1bƷΉXRXm/p-.[bY2h~Hiin崼(-FQvί;|EW†zSKf~Q!U\/$,ml A݆PÓɲY%-Nmr*CzUåJ%ƏOeJK>m + :QI3 ._}X ʂ2eirL@d5@x6 .gÒuŸ( ֍>[Y=(3u{Ml}xGi 0j Zddzd@ 2ŦkbmzQB?u @eAHþ~:=ig2ңl V\wB@gˁ}q WXY5j{g&''nj1]oC.?Q74&7 (cY%'w gW*,u۪pwQ&9 =x ,+Z<ܴgm%o0a DgqO9./}2{GQqi2M*Qh1y ZBŎW :蕳_TJVXLvOwme#L3i<~퐱s**ơAb?v3`P=,m 6>[_pڣzMG%svqOn*D*&' #8'pgW5ReR΅g$BZz 1;)h$-X͂S^Uc9s aGw)bV+#wg~gz󤲕5莯lce& A&{Α&( N՘rGR\B4̋+ƝKPt!qp'~?9L j[lCkp&cNѓH)Io5Qc%V^ vx׈rlf4Y@g;ZNgJHnu]xd+ 0Œ06k;+ B쐊ק2gO'ܡUT5+ׂ& 3=]L8O I'B;b[j/I_}@?lSXn[ROI lMq:,ڣ^k|e*7|bHrD'Pe?۠`QBF^E>PJIK6IN48-.bqq*6=dd9$@(O؂wY[lgR  QgyB '\3.8R3SW/|qI`^ńv&A 38XZhӱ ~J齁{WA!9ҥ k1 WP[!ǂ yY #1L CVwjM"@SŞߣ'afoSv.!h6^I 3Vl0$E ^֏ʠFͩ7XN3v]7Ev{ *ihX!ZYTrZufX-wp0vkfܺVRUC}ks&?ܫq+PS|H_+@ϠiϐwT׍ !π%[?Uބ,%X*  ILNYdzz򉗘m'\Pބ1!!>b<{`Zϰ4\, wWJ\1j[(VůRRBk@yƦ_5Yzv.M_fK6|\. =כ5EPFm9Y4 GROKB݄$&D9TeߩJ,_zZǢ\@SʏN:% tt >j&  )(Tazܓ[-0>-ÿڰҷ (UίtQZ"-_cz'`my_j3pqR}30i}nT[m`dy9~w-TZ+Q"%feR>>3x FK\SwKĦ>v)Jw,X+pH\:\Ch6sǔĿ> YycNJ?-D ћŤʒ}>iӭW2%֯J1m'|WjʉyKW!j<.[klfNB*{7wBB7^a,iLLjU,+G 4-6ŰIٳGϺc\us. w# RUMKcu,xLXf*re{yV#"._m  -￙px_ƥeyF9U%쌙YtXX4(auj[(|]2! a cw`ڇ̅hU2oX'nFsUR0k[۾g^'B7 IugxK&Ww`o=2 kT )W*M 8\v_'gyiA1I_BK>tr;,⋙ طF ]~,\a~d 4vh%b'H57prI9GG'2B׸xN Z[ LeBoȕKVtzc؅F8x}:KJ>+.V{/#x%#P:8#슋a { ˏb)HI.# uW>fcXa11yhV;ȉЦ>}7NZI(La2^zz2zeէnV&!F=E-$ JDMً(tt)_?Bl ⬀3xڝHU3w6}fx!$Im5.{Fe:۷5+hFd^uD1j}SCXu '`pgseW9j6^ìSȠEϤRZ(R`h{gReGFSX!ApՖ)cETp]knu97L601$(%cI[/$NnL Q R(~{EHzVk|Lâ^S}i3wǽ dTхS哅%U`XOKd,;pcj&d XpScYX8 `Uk(a,昽{9|K.p ׶pr|_ OZgd(*eh_HG۫A&moIOW@i69Mdcs#ʑ w;UJ8dW񜟱WCM<:mA&ʁ\ 6|֤d6Z3"OBg[rHk] u!J1Y`KwbB8yq<9ŽbjEZ|3"ݛ&KՈ!. )A,&׷*7G[p-L -y61 Xl mAIޚx)*ƛf!`?S?&|dt-^ƶ;~%o@he Cщb'.DE,kW~oiy?Zqc Y2P}*lֳ@n+M?p D_`jJ sUkW?J}\&t0 =$ JYz q[A4`.{V|xN=Ҡ߾9 mBx+I6P Q 6} uQ^|ZNZ<_]Nh3UDn& C*%N7$ɔ0Cڥ C{~O??m%}DJ_//x/u8'NU rEJd\$0OUD0%`&.&,О<U?@XXd0hNvb^-?AS85#ྫD=$zxR+HU!1M`U_ eh1}t#`bbgf2F0_k#^ ѴDZ6rٷ4MA2GEf s!7c@@2rB-X LM|&HHk}p@ciACA(8H]+M#z]8dyve{!2f>&Žd=T0j[o] SLָv1/H9vŰ!}zN<7CIqk/ f/i[kP0<ȍiR?m\)ꗔ"k0<]ވO6AÔ忢ik̭̿j y8w2ߡV\X_58 ^Rl鵒v-u>w C*̓[fv P6yRod`8P ɬ)pA mmA4.4E:d` rMΗqъQ DTxY֭Jwդl k;4j_jhGU~3!аC픶hQ9(DW/rmq* kvc编Nd &kccup225i48 x;i+d ǰ7)yT' )AoV}/iAo[suY-.3z'3H~UiԔl܇Xt?sMF qj[iUzY58DHZp͠OI˲8}c*V 񠷷:Nbw Ǣ{m5a铻(w&:Pl2Y?.He#Ɔʦ@l(zeUCaLx 꾦0t5OZ+1nv{rd*ՍMtmW }L_`ayWy| ҌKUwf2> YCOCe(nh={̸mO\̂C:x:7" [9t )5 Y{HLs~iIX 9]l~٘xkhcAܭk zCaǠAW^b$[hx1wB,M3GX=A5Bc5[JkJmvV(+16Kcb5TE*Vhʚ:&uzBV 8h@y?g^ qod[x؃ ~`"|}oX`ֵJt@؊J<0-1n=)/ ^y7ʻpʰ0hH#s.JbFmFc-q0h1|o=tuz~哿F_9Ωj<'e6[GÌ[,%@ZK^xoa~CýH:} !^ރCrm ᦼ?BY-n*c n6E,x zZB}2޽!PBZlb9& l YJDak Q׽QPP.VӶI࢞)J2";`PnRW%!| !V{'YƓ#fΈ :i>?H基b&']۵,6caH۳$3 'WvEpO\qh-Ž5Blk5ø᪩sE9y4Q,78*ϘW 7Ƚ=Ushvwsen@q&եPp[ǒNt7Qr#Uᨤ9bjΘk66Xb'$fn ]ԚXވeJ,䖰HƾWD. sd6 rfq469ۍ𗗶](oO)SF"$.CĵZvܥ>&pgiHmiX6/C؄ ϰ_nGq "#Nrk|w)d+}仅xǗ{Ć,§lSzTۙpY) (RNݑ5n. z[Zҍ-j .LSMT[Wa˦b2bJFM~8U'! ;7nWd7e|Uj C' m6 o1 ^ct',Ǭ~PrﬗC "Xiu(VN7 oXۄs'T׾ϾKvQDtD^B 28!jtF,7g~%5$Պ@`y*{LfccCEߏϱbxxwf yœyQIG ٫e3tM: qi;Ab[12 Ս hJq*il@2[8ԠźRff^rS=r,hPR1#:cϰ e@K̂ӆ `x2:Bk4y=ܦIy 60]Srוt?!spQĺ ds'Y^K(|$9FNԼT +5MR4`9OR6rS-3IK2'43A8?Cc2Yp\Շ{]}Pkzzw~$+Qq ~2c !)>4ߌf"[\HҴ |9LP_J0{l/xiJ37v*¨H،>6֢$#!ȍ%d/:N#? Q߄a?U!Fl#jgD+#T lp X!ktYaoc> |PTsc@ b@[ĴTBx㢽 s֜է+pgv%'- W<4MFg\ڢ~ /1˅α4nqyƫ*J;TD )[scRRU]ll?o~,ɝo&e#],oü s胁nGG}y?"Z'83s 泿Ghr5=b2$:hTA`BqXLI9MUniYo>_ۥ$%:+U s|~n& JO \?m42±_AYMsYv3$ED^9 S!~5ECMu@B6Y8Ox(#JjA`ŅHiǩ5`cNhLRU:E1*T)~2ϝpѬe}Bl̦\9t=hYNId0 :^Z)mmhl'C,{D.ABYMS/YrƅmQE @ٶS wz XC3B(\=l!%Yx_d-$x%5.eVnh݉GF'\6$%U4afg4M >QFĝM]zʼ}`׸E':)9B94̩>4;]:4KB$sTaUèY-`BF1u d1.4CԍG 7qb ameEGbO6Ek=e!ǚ>]POQ݂.l߬cVImz55e/Th,i>Wݩ "B7? )#KZl"b>K33J;_vP*xtO7.7K|UY:ѕr18^q1 {l7v.jE,HOyb9l! o285]rQl `yr\n,r~JIJ? &;BC2>Wb4d9ƜۗPY!X%fZ!C!T-ŒiT|Wv)3RWH2ۘSZ [`,|M}2k`i)1. X"GZB } 宥 u.AnSQz a.oJ+z{*{@aGoՖ7o[e*%g8'yc3 ̂1_S.Ƿ{隂r}KHש]?6j-R?w?$Mp9Xu)NQ_ ^C.\Լ\"|5)=v-I=fAQ}܅@/hAj}4Pcf*jQ}^{)( JW /3V"̻8UW.LU iӣnC^t' DOvv#6{GJ #m^h&೒#" h#^+nƣד,xGnhx6;5da;.ac=$3Y E6~c"㖇]u*GCeSgNm }^6S&ᵚH7 +՝DF( BK*]4Wl"j3i&xޫgu@ТEUlBz7zxhM_fo++.AAPLb᳇5nX࿇| +]VO!Bkˇ- v<'8d"$$=oǶ얹"Mg:.ҫZR-e!.򁯓!s'pW>5r{MR]Gu4لG[æc[ ?c=ZL0umZ,ZH*yEc)e@X~Q;Ahy\Z6C4JḺǩv[&ا:hZz]u X\}p]B>ggIJPq>!¼MehQ2] #Fl61jLmK =uSOKuUV>w${*XلZW5-N.V% ΎA{5Y36 eHmNC8OyԴզ pUaON{2Z6=j8az )/@pS2`h"e96=S ֱsH(^7D`Ppy)b>{97\{"ngy􅅑=3Ҟ%wKTyxczI-zUzLDL8s*+anXPE+n;UBӵf@AY*2}wd{|~sSAY݅bLq9QI,v0{5. ώt-(0H5^Sֺ[^z=fajtCwk/8KaD7_RZPJ"-*qG~OF.] avi~ZʨSJgdE6s?E(!EGǧJ|=EӨX:4jU@BS- Bˉ,XC cJV"w9s:BnMbxv]8,}4 (y,U,Ruj@\*5 KR`ln1+.BD<*"8r.ˠI5n9є&Z4=,ޠnef 3%v^?%ʪ-& *$k6k&fCQ:?}!Wݡ|3Дl}#aI[o} F]tUʵ2Mb<7uj4tjQɗWg= WfXBtK)(pfV:uÙ0̯0oAcd_窙0'-$t4KGNG/&m AcF4 !jPǣT"R!b+Z:(AdB,;Pe[vYebB ٽd# U1WY|va*G\ɾY|Lm> A2x_27͋jl$H G|2a')ݡ}i).Nn=} m\ bc 2DIȓGL| یNy89F"ɬP$㔱~ezROc4n3cxb' xy35Qv.C_&䋅i>0I[GhقVtf[r |y~ϭwN-" 5ےs:TP1U R)p Wl)=S݂RD~p¡՛_2e,y k;׷GKȎBOsz [" ^E6EgERQn׷]Eqr^O=y`F̠C[|z AW6CLݾ;@=&س+c h^_w~ߺ`h+@Cj`"q[^{<+/G+BFHJڨchfIo5^], c%DT_D߮7 pL]D J)ȉR%~3귨+<%p՟c٪눓Kl`8n--hE1:!D~)g|5r#|IIQbrm~+<-vIٱ <`hXy@8'Kاwt@鎆+& .Eii0^ >CӰ 2t4̵lp0vACj]>u]KE<|%_g.厜z礌o B.|pnϣx` WE'h$Ţ \sx/k n/sX&8?Q}6̪Vb5u*UᕈOsd?0,{my5}KJvȨ"=p$eFP+B838}F2U t; {=8R6_\S<0A0xMA:Avz WYz>`%]@A|oeC"[;BK=ShNl[VwZ9װ-|-VAJR-d+Pr@S. x34as;h7hpIep +ZNT֗ A>xX$K۝`zx]_UTxBL阹uز2V;<&j35էL)R_O^}+ 02LE`*67LBJq?,𱩥*RT11.;C_Sw .!}2}]=]Xc&(ߝok2(;Ȩꕑ;KX<"}? g?Z*وr_yRtb|%i?ݷL5s/wAtjd1l? HW><)-oeP Z⣻bt~K30rVUp%*̻D i3TcD 6^"16Dcֶ}|mo(8`0[zlw,͌ڂn%޵0?ŕJ֋Cr ҂ 8vMst1;YbH(&!|- OAJS5G!<w ḻ .vWHD,ZZ7\{Cܨz.Mf@k0y])*`~}QZP90GA 鸀aT;d' pՋx/E%+%/=rjKMO,k(gmYs& %p}XN^YqJܺ( #_xKt5$ f"1ȸD99H6GrDmK#QU(|iD7q00x!&1t.zz<̘|(^{ͿGKHOʺVy.wT=F DZ8 Vڭ?aDʋ4 ~3{=b0 S1Uo9O%!z^HIa*{Q^yHnլ"@'sp LrS(mk;ZhC>;9ЮrVÆѰw;dnXfCd9[83/M10re-̜߃0 cR$j+*3tաoPf8 I E#"{G+80.cu7P`-Xk R}`4OF}sKD):-΂ =4'p(Y_|QT2e2ZGp.u~ģ0Ycb[iڦ:| ş2i*=D9$j_hL!T.=YS<(/*N|/>`-QBǎmǍߤ#~KYLK<;>פVbe  :*SdLJcx ]`!eލS]]L(hLp{;f}f\0#8q[tN 7T}S"(͚Nԟ~{/sq-[5K =FkSv;( s/ &][ *U#A7|2GYdR}uyN_xЏOk3Obi5b昮gS]1dYƸ/:>.@Ւ]@v&ۓr%Os28t46w#S]E!3]zpkgW?6SĀZEЀS{j\|Zt,5%@'x`)/<#$ah?#\Kz woaHAH${fLBB&H(*GM^QW)RȀn$3C-qUIo)ÜI?1lA,H7.|Uti\ɽdq Nd XQW5Z֙1W+9exi '!})hq > :_37glbZW10iІ6%Q6qbQrlb.{Y$0\vh~ aRo``^Ҷ=q"@'20T]hVDJ+?_!Dզ/W2aG&5L|.FuS{yظEvI Vx0ohC"yVtAW TJ -!^!zOa9["h5w]^ #r?P1ޱ:%9c٭@VVxQY%P,iUH ˩"h㢓=Tΐ0F\gKҧ M4?ssco[r{0M=W!v8Xx{v?9m)h7MA@(ezHʁ;Ėi\)1\3]koΧۦO& X^IoՑ5tQnh Wv&ms=u5Bj4m{FG>)LVe^O>?s\~>x!][D3d"tvhf5A5./Cme5Ej~}1b:neȠ:gMY;_Hxݍ:lHլno~&;Qm@IG4t- 8Jj":wdYIاky>G HXrkttaR.毕OB3(].*'}:U2m]֥+X[_ě*}sd 'z(@Թ$Q6i%V†'s[ v\<R3װh").+ͫy! +=Nq1>}%1j68d̮tPʬoݻwgSrL Yv#s(= M*k,'^DI*OTz`;1%sPcl(Mge Ӧ+h4پl<#9e) PMAc=EyH ;-&|?f# [ޢ}BݝʑzOD\0B$#(*#zEC88EF6M2hξ3WdfEnزK٥8eVZ]xd!H(Ar3S+y[£w@D 3ժ%fմa0I\!?6o\V@XfN@IwTNrM۾WMKqJr&I\EZDRԗ)W]GŨc''0 V8W銿ag µm)r[ßG#b(|u-uwHowhb(3dMhջatN"DiO՗M`犄c7|kAr?l unc )ƫo\q#Ð@֜ץj݊3w}`:J@ hS-z1D@%vb=CFwe)}ȸ9rS]ѱ*ڷ1|F2bjE}( 4GΖj9E &{C3B&Aaדb80F1cssc~7];T`=zGOZdv%;:q1bC- h|uӀ`fTbV=!/vGtBYNDj ԁ?%Y`Ȉl:9*)^fobƊ#|iȒ:  vw2ObAeKn1bMZ+Ev{-~ ['xA_*/QeCEcpg.^+i;g=`5d^QhFIaaӋ7qmu;QnzSTy<9aʉEc [KaĈf`ir%~)(AGܚ(6F}M<1e E|g]ĨzK";\2I`<+e?QR*JF,=4iTQЎsؕggTǚL>TJ#`l-j䟿^fgvq.sVEsa3ShU0#;Ҵ;]eΖ 1Jf^/^.d)3]\pc4R[5B2F9OG#T9O2ȏjr_DD޿}Js+h9$6o\%bL(:@/,^ U?;{eVCϒLW4<#i'C]ovmdA $oD%ltSL[ܽ)_ÄLGxmW}w ] ',Zyxsi{ Jb VVH[՚NA?T>C'AZPR\l}u]I@]M.*DC,Y.p>]KGbpǮjɅ<&{ȕ`8UXm~~BF*tKդźݑuc;i#^?4g{䗯Po"# ʷOVxjhَ;Jv$7218H'VK<,h*Uv9~ʒҽ~le/0baLl[(X<=\]ŬswZPro+DCEekvwWoM`|r%Qw/m'b%9탿BŬgmbry^vb'rxwhT[NhmY شSj ;s.YlGag~K*Ur #$'_f]WjFUntRqJP~}9K^}a4CQ~4bo.U*?KӏcI97[/i MFBOzC"Y2F26(/ZeۜlL/?"R?R-І!2z=b3$R\ɪL]A@'I>+>5]{F#]6 ŒS~JogeTbxZ[7%*u= JP2dμ*6Lzv(ނf \x%ʦ Pm}R ڬA Z2jPބp95eZn62`>/D ; }6^-C:62\)^(n6X[ *l`əҳI& #DicY7pDB}Iv`G p+W=YzkSwn`?FA jyCqH6r5ZqБס/2E hDŽ(_kQV}JjdnjygHϨ_݄4iΏu{1h2.moЪ@%~78z<aht<\)p4^& gpA7)f2:Y]{~@$i6^re 6B[Ks˹ NAmxo uZ |w$"\4ҽ붍ބ #MPZqAH vSi;Fdo#BF䔦&@RoI&BTOscDWXvVab_GN.j9v;MqŊT!@ҘkEX`D@?mQ)tJZf+?kg'<7U#9*T7?{#d.׽mδ}Hb?)9h,$])bK̕OzFG6di+у0^rurג^٬Z3µ 8ܝi0DmSҏ_v''Q 엷wr1՚ax+ۭq䥵d<H\' oa |q8y*%p s E•%PtLNi֧i<3_UW7zCVnPUb"z aSH}]knV;&4En (qjrsͷRdVyU Wd5'm/iΎT>1g=j:JRUE܂e)ڠV*36.Bj3A8@(j;T7Z"OxغBY>? PW 66[ρ঄gwfN^-wTV%`P!D엨@NbkdĈQ0kE/',^&ћH F51HDr@,!li+6DJJ&QA.;?+Ύ>lT>RȪ%ݐ|# `3|`-z}7ݐPMZ&@k6'gfI)[Q B/cW01d4۱K]I$OW'E+mAvHSܝz60$Oi{Wo"ρrwǪA؆#py"j6;ǘBbp\mEW4ADa]E wf~O])"X1%^Q{~i^i"LKv3=+ :喠'UkUoi6pbskqV4RoO2rwc~তjS1MOk rg *#}vp(=*`ʌ u}`w( gv7ZSvJ)=ɎS 8\ 助PeS+(0 /cx"tU{WJOy uED5FȀm/8 <w8K8~غL ! g+#7QKVS]$v[.]dY<ʎm!2ρvLVΐ+~ue/eum 9gc!u%zw _ 0qq'D}.um {xM  iY1'gj*HNoiJg/.26XjL%|l7DȪΈSG3Z9L15 u Ɖ+'z"ҚLu4qh/~V#cc=-Yعqύ7;lE$bؿ_ Qㅂ 9ZpsxG`m=(eupU/B G0Yޒ+)rw\יLv qjSJ-楺yk4zkrӤn\R Mbl (4bInO+4UqE%q0~\B[֪r"}k p]Ql/V8!Kwv}s*p{]qRhkN+` 1lR@$lk5N?ĹcJzE֙DIΉ7XGČ.՟P΃2pBv|3?i}SpgP? HuY+|72Ih߼LWVpTcuo ?ԁbKqkL^Lkr /%":]iq39L)^|%)GkcUfY{G(l)7+mgn \,NCEj _gd`1ėS+k99;0^|DųDUPcv)1ۨs3! 4t}59מY+]C63h&D7E̚"a77idm+]myE."I7FwdL aO;&%ϗx2wH(ȕT"KP\eiJ<ғ+?E҈mqh5;mUG`ۤ ם}odIÝgOURбf0Bm';M`R1s~;H7?A98m6j)!qږlE=lߝ,v`o2{*p.F66`G1C>pǾs~AK';O_353|GCܚ%epTi7(ЯS5)px2L ~ι`l'qE/c%Fxf_~_?}˚ !36ϣ-}FW+2x: cv$䇙Y?,cj(=ãoxh NX ^c쭼Zjt@y7 ۴yp&M+~>Hq9L!_Yy^!.Lxk29VOMGbkNJ$wdKH4fl*U7KzqXf^@aUxHuOCt\y:{N*Cmlw}xE^ ]R<ʠ .蚁]DOj $G^ S 6\b3hύc#mr  >V%"v(H+ A(޿~^3{8đ[.DŽ -i“X}\O<Œ?6_{å%1rq=)pd+E"X8V5RI>,pynּ9&+&ku}H|Kcgn/(>/ѱ\|XyX6_2Gg2!h ԖqmEB"Vacz R1tT}PNGiD&<@A@(eE"ǀEbRF/+~޴ ١T@4`2{h1b$;R'&#uXQ>F/Qorj4,*6ba:m隤,c ox?TtC;i[_'RѶ MѮZT5>sGs(e"F٧{ܾGYǁ "EFwFV{~GX36nP\545 TN.fsՈ܎룕5_U$ߊiLc`[Q6.|T~Xއ 'o2;0k|w4*LE?_ WYIYYۜҊ`0SJQߗ-4J)M,#>\:s0쟓ʝaRV"tsxc+(eMq4:yai*;G"R3 SGzE|eHɖg'γ =hd|=-ܱƎdFc6% s}lSOz쨈0!5LϨ,÷^eL\+9+p}X]yl1!Ч@vޓ$s(*˚Ǫ#} *~QkzS3z->*Z^I4 ͂9â<_y 2baIUmQ)"D㾎tdA)ڴI3Ƒ/7D"ƀ0O#:3&k-P`~d'@" '`X#D/;wzt )䱾~۱>_l9U%D/NO6ހP׉dxO@MSgXс+tȝ3]dI-݂HEHObpf?Rd<7PdIQi(?r\M}N%d^/cuGT AqtlG u}w^_/,w)^pj)ґY*13Qř+ *XnnNĚJƼ}<ϋث=?"~(_R1GOǚ,ܢKj f5x6RY-! {뾤 >[ pQlٰ"Nۦ ^Œ4V;eD'=DRCM%L|&hNL$,eZB2uj-߯ט$tV&3<)UY{k'S"ܳZ , Z/6tuβ`ZiS M{dIzfJ'Ҿ0n!aX1XvD;=̍Wj>G ]/o <}D~vd,wKC`;^IU_o@VLw,aUAv n8;^NgB an%|?4h(@f2 W}5ذ4}^A pblwX#oVʐ7ӕ=}Ҝ.0ɘnsOv7adtNP+y#L Mưƛ(\a(ʴ~Β#SͪibS< 0Q솼a<%]yX3n혪2@}$<.T ظsVP7Hnu[+Cx _$K'?3{F`[\>+ x r$}Jgx&_Z ̞Dz73Gˊ6`0=k<8]7G߻BE%q}jT4ew&VD!4a,]Ku7;2B偰ீd@qXh*^,nwhKPҔ Q2 Q1y9*vNfR |{TM\ہ/+^kihh~9R[}/R }6ʘԹǐө^8(W&OJOtd)NiMp.pvt^}M05k |sJN 5XJ/tkbNrqsйu,nb7!!pY;l`llyK;hZ[BFBFO6F*jnY@O7"qfYa !g`RYXMBM ի$!6L ݎjϰiP,O|Y31}WO<(JAy_$U=L/KN[ܖ96d-R "ʪ2k8픝"1眔P2-}&6 ɜW`+?&ն23e;M-MbB8םfCfPoyaf-;phg 7y[{V$i7G]dkXekWcZm(2mXN{ 4tODŽYYha uꤘWrפJZ ))Tf$0 (M0YODuH?( Vc?W&)d7>y`'{N5Q (#5#w Vn/Q~*VrqcBd~x!̯?\t0'LJ'怼ۑd.Wb%[! ǢkLz3iyy|!-sh!}́[& 7+%T|QPamW8 G7߭; -Y3^.{s(56 ]½*6v8nb+=>%Z[,Vm hǁ:C晖dO{ڐX*mOw U629m,`vˇ33T[Oɢ 6Wbv0sRq%MV# S'Jjj5CA'NOCz,DmW$cpzB ??j& ĭLobfRvU!Zu?r_˟yA"932iq֕(Xҧ#!a˜5Ft A1ݔwwPwY{"~#UO 'H˄+uC ~7x^m}p1_An/)5H3m( HߒpšF}Rtͅ"? s͢lr˖>>:\Adx/F S/ڭ̑_'+=!3;id M{}Atr3[)裦Hq`GsvnYZ/7x-s(' hFoqTlqkњ32<}brEw |:sPx< }^zsEQvP'oNl34HNš~XFN*hILV B~,rJ2~`<\P!O*~#*3r{ s-LB E4i҅aVAZ)f܇ºy9`5hk,E{B]eP/e1[ӈ ^i.VҪ&"*Ϟb ף@egx3֋3v>tfIZp&ӪP zwkF[*SuL۫/vz Sm -Gn\)$Kdkk%!#85MyZGwɯu$Ӭ7 [BXDV|k:yvk"(BݻWr C+e`ӧ!J]>ea_p\sPO,|H)AI>|{}@Qǭa2y)īfq BHM>3ٓT~,;w %SB:mHi=(*D_.gT?D̯Gvg/ݗƣ fLs-SS$*ZUYVQR iuWyWlWi ȝAra~OBQik|/I)i7w&IG5 <^vUva~wvlѬ@jf;׏ri6qvr뛛j!߼4Dl1~] kAt#%#v/4E{5}?<k#G,8aR%7Ii?d<to+J@R¿3kT5iNTj|ʅ2iPBY[.{=BE1: عX$ 6!o+ V;&(|C[*1lFI`~dYY9|A1)hB^%(`XREkRu GBm5okOR\}]|Ӻ+@ ?gej" y.gzURI"dwm3[3 d 9xrr 0ƗS'!x䰰8'Œ FfW>?҈Q\wn cs~$l0).k!`5O2PL.: # `\Yo'\ЉZDÀ"{J)A1heU,V Nֶuu =m+m/:ܜ4:QGV8!)ԣV>rYNPH ,hؖm6UkxL:&ŮufFYlh)d^T`Xu,2kf 5$dhD/n2rg3402sq̙ 'as/$ a0ËZQXb DF&3 Eaҁ6x͓y8dO eqy=~(`[o5-kw%Hf,-7QӢ "L܃R*D!}U^^CV-oy-`:a2wz:]u!qZ)ĝ?SYclAj푓hN.nDygncgXIi/8yJY +wdV߯/;Y]ɣIAI`VδΏg0!q ryϻ۫\iN9&$ fGíh 5g \CM"rZlg#(^̬iMۄ`ͧ:k%[:zR nυ62O 7vj}Ǟ|.˔ (ӔtxHl  ʓBl&}2lp QQ<~>u׺sfN)npwz> zN ? d)$GU3 '`}qedAYAh<,]4Q2suʑw/BB&i|aIS7~hiK|^qm,UK㯞nң /)<S\4O"Ҡ !Dy[ErՄT_I(1! 'dQxv#O ExJK 3*Q#잇S3exYjWj½qET_ }wblzOV l/jN :"hP7KC)S}y%C\7e=E+0@I}مyqx٪Ya5 ßG%MkĘW&nz՗e 00AIaW</MT99U~ q, ny ݪͭ EC&3V]+6: -۹` #92s!T\|;{1$?UTM Zġ {m!+,՗'o?*{noxX= Ħ:LM!l?L641i@;$W[]&ʗ0uJ(nKLdpĶu?%/P>\k>[EUPΤ2Cuy[|xt.@(SclK#&pznv J<ʌ0 Yӗ`No4D.I D34O5??c:!<>J=B**׬(n(ıRb|}L"Nԩi๕\0}AP nB'E`H#۬_2!4,Պ)_2AQ?v26۝j=t]-QD0{Z#jW+s\lSR?RJ"C= xulx(}kamjUzA&H"+51lKI"{Q_=GB1gm |Og%kSq5\{9m^jrܱp**e6"sZ(:ͳ>ѰY:kd'Y^O x?q=UN0Ͼ. 犱ZC0G$22ʇ.+~I'}H=J*cS,x+ eK ca_l-s"sn`WR4͝BEZTKL g;Ğ!Wck[_LyZ"UrgSݒ?-q2An#b!]춎l}\*`,oJvVB1KgCkDD36|n~1(/+vkC,p@AëYHy~)Kz8\-=Zg$/cqlH)Ej!?d,jD w7Q:3_$ 5Jwe kSIdK ȉ (D*?F46IG#t'bmo%*op0m̍z(ɉ0G״J\Ab8kb!T2,y6Fw ~)e%|ӑvy<Ό ĭdn3-uit;P}6MISȡv>+h/7* *kwK( XG8[,&` ⨢r<jWƓˁN0npkd`@3q>^BޥcmRyʒa\[Zz8(>Ryh:i8U 3!|^f5ZdTDʹ: Pv[:aVg"v)iyzQl`ZD%e ZxqK85YSYzT]ZhhR)RpEE6#_;l͐ W1Da\ nxC5GpAq+ _?OޡaW]o$m%HM؞[f6FN0/C>*򜿨:ދSd3|"G ?٨Eb}^d!dS?̗eG35mjwdr$D* Q J85|,LEdUdK@9t>d{면"FKW:PgW Px~tqOwA7TPd1¶s}z1ƻisuiNo4>/%H`دj83t4xՋ|GӠ ]~_Yݺؗ^|\%+u8,ʞgw"u=lOYf3p;ylF7z͍@$lL^?˼0sto mԺu#[s]7 EdouմT$ڪݳ{,jOqMSFnG&G]'  t]l^$id R,hV0`I2 oEF#,Y%b̭j')m%dFkpuL5ǩ\a&dzh:c}) 8՜4(\ []ẙ*8,Ąe\ .HM2&p`XqSW.*ݭa^qm&blWXpS"SҥTVnOq Vfp"d0GC7AX*qlĚ s@+ݱyҪTϘWpl`2:-Hn!ާW9>MX!U%6TtB#PNbH^ D4UW71I,6bT|YCU"1TĮOwI$t+EVH+&$47̈́w,'eBe7ښC/1;HV-H7u.&ԣ 4f#m.r]BcX㦛u?a7%1n*YF= ͗!G3h Ѿ֋ /{tNaMj_Pנhsn6b1÷Zkou,ꉽ)d wž4%4"6<~itMmMρ "4`==xjL1w뒿jZH3cOMrQk?)Ў<';v{X/<8@ٴ^P|UIM37NXoQ{;#0/{L qZd8_ގO$S[Ch;2S?|k$sE3?F6pWG )U.ImQdZnI5ֹ; ` ,Y{X4_ ZYxd0pn5o֔TxBAHxo!xN3YDVicMk>,0}I|4< nw ?N'J7խ!]#}+ /3%8ހ9x}`MˣrL AՇ8Iwcn: 5}&tw@KQuڄGjlN=@5o^{ȯt6|۸TV]]@-oc7=6O&;5;q&md6mD;FP )NXK;<el+7W׳%=dڏk{7=E=|bÈxwf1 eeK|C)UNXF&E /R$b$#8LJ!;94n B=A*a_p}9PQ"eקAJ$ft6(;(rrL6@UkEMAl+VF jk}zu{Nu_L)yDn؀%yu&륓 }B*? rҡ<2 !d v&>r p+Dt OM`a//.u cDs9ҷ\wqTUʊ}7dkcF?=v/=eqxeE+>4 h9",G qCadGELyK \EfۿMү^ާm|Uyުcm+g_aq@i= ʥx[/U ,&FF>nI q!XM6vyElgAprg*DgwMC<ҨI-u#~$=UEySv԰r||W~8~5&-7MxqptU >H @PFpqFSa7ӊ{l~(es_ÁXBbH/< )]I]/lJL/ Qk#x&=$w0 4lb<SK2M~_`<>k(FF~#^pM-'%h *H(}R=f6D<nKCjx.>d.J>1U`tYpQ; KL..tFty'epƼqb؇œkw_ޒ^:vSQ&-kv_|$4AlȾ߽r9_Us|/@bq'DPm%o0>#68ei`XYsc8C[l4כ ޤ1mf2FW\|I9wՓR춶u9QyHJGkKT۲3:Q9:%wBJ9^ i| pWx28,iZwncWMc?QI^c/ɩz9F"[Y63}BT@*^wʠuI̫&6J!'0 2NƤ5=w%.Մ @sl:jz0 ̱wShr._Jn EYZv׷xL^C}mN9ߒ=oL9M̯bMX>W(SppY0`y8G>ƦM|B*i6,31I ΃4!۷^Dʫ%3ڭ`>P񓟳LElOe: rL+J"$iwy/Ï1 SϗsD_op 9x"r}|¢a{'*5%V510Z L6sԱ¸_l茺O[cL9@jt¥te؞kᶵ<Rά0R?ch߷$rr/*ZvF: <3(՜Bq|;[S9s9>H,WPr~9bo|/k98-LU1y 4,K8McFUިp1t, ׽14$l J.[Oɐrۡu ˞hyW=k׌-M"pZj\ܴ#2І'~dQuj % g/5qT=Jj2XUSX[760:FW%(xj@\$pƋ\B趀uƨ~savhd+ sEy$vśԈKU!щ`1)?"o,9$٫{ 庾qA[ovQ36y0Aw:01B//Sf*շcQ2d鋒 %E("N*=N࿲ GJAYrЍ D7鑿@W@GӜM% PcͰ"È;tA3@=qIYC"B3eGp2ݺ>,-/1^pm7dFsUTvbҙBA0:U“>S =NW0 CLltS=Ճ6OxFhͲiP}QՔ U{'ܱ 1P"_zQ P@!Vuϐ.l{Ωwx'i-ycb>tDxeUv+?17Yymxwgd8pO_\>6^=& 8+'_,AS7ɵ ]a5' #)<_4xuOh p{ IdXIpkj Jĸ7 ?=;!x p qԥz\ͤ0Ua/@fZm_zjDæI(Q cq LN+i.UҊΦW:=݉j;iE<&ũKQ-@{QUoi|8.k^1D-h{WJ k{ԡ߮bW@0Ј `Ɛ#Ÿ"}'^DZ;g s}2/ZjNQj;~ `@vHQb>p)rA1ǵ t8yjךUXֱˑo4-uoSGzvՄTӄxKrXټ-ÔOf szx `4bP@R;e縤M YrP6(ǂ|O@^;W% ϕ3@4%)VAe@ 7ZT,l~e؀S;˞C~òL?x#Fƥ~,$ UKU۝*RlM֢tD>^% K)ٲ>p|CL@DZͥMn6 -حOm"k`J|MPDt9,5[` |C[I<^g"l2eRw*N+S'82&|]HWY1AkVѻo9?Q822.pAA(00c-H}KSIkp4+p"va.`_ 1 KThH0-̴*(۳<ämPfd 9oPs3OJ*4vRG+%6Sі3m[_eT;X f2!!Up߅c=ѓgߜQ84*6Ӝ ᇾcr|!BމC&=Ħؚ٣_#+TM"ij qs ج9Jh7V:W+Trpr&Yb0{ݧUƣ 3T3zDc1 }\$ oM+ \`#n oM08iЈ2'>Fd2}PnD29NA~8="H2$9+ Hj(iB7zl~28 Myt$q&U-Mj$Fp=@PGzI\V2:i0B^C>ScmΌЙ2kn3ȥA}Թ ˒ -e[fp6,/2=AlqN{?@@(b$tH2z]p]Dg7ѯ?v?KeG%o:L|uŸ6ҳ |!H~bLkb~?Qqdx=bհ Rαf>`w,S44̺'`VXA`e9 ]QǿvX1+b YN]je/xٟ֛:}\ô0(~؇wZ:jjp;fr?*6A-*Ҽ IOOi(^z]eЖC?R}}hO@hJ'`_^CϸEIDpg50h N @X5xՖJHpճ`GO־5U.~:Z8} -o2*BbiF4oaϰT'i/)"ul2`1e@JM` % )13VSҦ \n(F23~Uɻ7:!tox*"m>١\T$(] %R KPA3g}!pSw>8#K 8E$ğ.85qwydN3pK 2٬r <@(<>mRveDlY@Nr s -Q/(F|d ҆aɃ +&%Nâ$oj*e\_rjQsG'2 [:}gd:+_Õ9A˲x+R^CH%5VTծ@)#;Mׄ "W"m 0\ā"V hePR ZFmka' j=JY$fmp)K9"N_+%ᓲIe]\-e۾j|́ Je᣹JFFD۶aɤثl3/M&2_cҀq1 CPE6cyt&NP*Ǵ",hZ!}jp<آJ\ͤTbieA@ʼnd T :{o}e:xWB׆ (dzx!0)pel{;O)GYS 5¼s)?>%c Z/Td^XC!fpl^o1x.L38aN i碓arjxgi:Kx3Ҧ~@muAxn7YڣִOBsCt}V݃/~=P쾜"Lm:$<- {Q$d:|>Ƌm܋j(L1w_M/AJSFW2"Qm. ]\`|A'm_hS>cq'0fWMYN~V+.ZtOb=z_K_' [XN\q2CAcrځ-dN/AKǥ̈0S`ӽqL6*N׽B<$͝;aKWhiտFܑ(dy`K[՘o,OW+Ep$r4f U? W,E kHܕP&lI%ȫq"ѣQСݿdT=3p3@(Ko(=誤ŰLu72@w'fK"6Nțu;3+ P}j0>DG܉*[{hU#yaL? TyLmXO0RqxAAwf_`ƘUJ27&>4dy^zl+慎CG#ܗƾvaݤG[&h;6Í)|&9 Q7O2rJ3HIkزކX,Z!0yi{#ӨSf T^v10tpO[@4iGfη]爭<;Tbs4mhR6yTdG@+j10Df}R[l;%d≤iuhd,s£ %a}ǀfE{㟷N´a$[LU\h1ј%ŢҪ!Z';?;˥se.uUZEِrY#Fp?h,գsAX{Rc|cE&B!B.Ui&tؾUߌz'1-9̡7F7+ wV3@ZY#{!*yޗ*{F8L=bXhkwu- F =ñ\ŚWEO9WqS|0 Oi. VNgNkMe\Si)Z!08 ƘI\brHϦ`V2V4!1)ƊQXa x;Grٻۄ% GQ$.i[V+Dzk +cY=Mi$te:3v_y7p]tԂ\9vG|5ľ.! ulO]]k P؞R/ I`Fcuw x+9~ɽIDn?skȕa݄dM ު?ZV kqJ?ixs (g 9[]N\FYBAn%J0Naw8)ӻD&y|(8Zj~"m/|!;|\=t4Ɨߪ{.VFgO3-g#, biAY!pʙ@p@脚wnαhEƨڹbF&yeL4n\8z.f|PuoP{;oV _8[SD9K'dkiC|4!HƲ\Ô3Տnɋ < VJc׉s8XqhCΊãBoxDpLI\ohh6}tG|CK@P+ߙ֧nMZ [Rm΂b`[)`jOxΊx+ݫ+H/9e["1/ fɜr`Zb %eR?.Hi7 *>j".k}G$Na6GCaOA,zMp,t4a ~e4p?rfIMcN`gL=|K=1 37x b08NGʼc˅9 y c?^Ea-qfBLZ)1RC*ϰy]A{1e1mHŻۻ{cep}Լe7Jsl+tdGG#bm ,Z™HUiD]LpQ9JɒW wO&1Ϗ;52Ⱥ$4?!LM.J,ABhf.  5 % hakΙ/Iqr 3E磯&XE 9BEDg>bAjӈFNOlyت2[>,=㓻e$ o9BoOr5k M::#N(B z[X 5 ?]'r͚|LWebݮrH\N`B|_D<5eZed݂ ٿR]xp4E03J[ܑovuEH@";Nn}C_Vl,:.`exIz>I^:ckc 2G1̅*/Es(jYU0a-ѰsWF"ގjNk[#(?/K!-b+SU:=u1T02 Ȕ]Hk =I0`B= &kMI2亱K1}_7e>LxK^gJlΔ݉"1nMMX\rhU|x=N{=w8:Z8ux1//{XO|!s;>0鄦%lS~WTamCOkBET}-\#6# Mn8`\ɃqݙTSp=l%b򘛣ShQzQ:TL[W3#)0cGC)O0.<νK";1X b~h;p'^a: ,Z҃ 3"V wq?N!}3M?4%s_sD`q7tΈs4;Q? Jsb,ܡ01ҞhwcgYMsNGW/Rc;esq$(CP)KK`$WZЄ,m$3 %L\VIv3fd'&Q3eXV/<,7~I~j/]%[w;MFnᗎL'jL`ydu)wTk; H$ܞ$O34vDm*oM-FJyk(-qM0\ #fzR~4ǣ&67>nfU"w˃}n[敏i3 4vq3ote#7+z3Kl'S VGkp*1tD0f?U9/ PmD}ȸE= 2{ݏ D{WiXlmH2'fS,)fglj#̳YP'j"xL]F*ǁ> ?psSZ )GuHt+o*wdiDo^9!x%.m%u3hl ~=wΐYjN>ӹɕ^nMҾΚ_/, 49q|X[9t$G fj"K㯟|^R]O ^VOAI'upmp@OdKHOEжn+YoJy]E!ފU~AV}s[WauԌhPv;g%HJ+7mԂv?FCU?@>3垨EʱQƎNB_EbנX?'A$f1>&{2`qrI~}džAN>V \a|Y~+ V?GoQf:s-+RźCX |Uޅ "՟QƽyqPhJ_npav3kD Api RG{." '81mg*-$ q'<ۃ1*N)fG* 2O-T[ ]Zxꅟ5ĉXE?#!*?WjTrLqӓup>jK? +A#+cf4O#:l Φ{mlA&GÞ4OObNA}yHU"!9E}c:%s_h \Lq͆M#08D8\\!gOK\?[a vzG1ooMjg^n Ȯ%2W׬6s@eg DB,utE.MFy_hVܔͺ̋R&Z{Q(SeOGQ"a ;ȱB53\}h|+z)Uq))! }ߧw|?aëD|\\a2A4/j MxTt-1yXS ~?!ъleGobCm1pHcu}cYn,h:fyfBt+4-B+_"#c,r޳/^`[Ԏkɬt77k?&QvVKWI\f0q؉=5ՂxRU͡ X7؜`'}bdف  I|[_KIm2 Tl||/m!a SI ~dXIJ 6 g4յfa1;Dɽ<>nпbﳒxQ@ւgp<|E$h-9 @?w%[Q-A)'ιfݐ/(@֥,[P!?PpK[ u>J6I$k8BV1[EwQ\ $E|5% [gknPC'4Vf"=EYT 2nfIDrڷ咖TY^]OУ\" [CtnAChGUP sE-(B4-2H| \a`Ch$>A[+leϞ\qp+jAHl2c@1(\Oryh?Wv=/|l3Qe̱sYY9C[҄(pńw_44~sFA xdپ8 ]0FKFD eHglO0ygwh-a&MNDQ:'itƚ<[xE6Žꨰ0--%z>%/j\LֺZeŔJAX_Iꦱ\-/?ɔj iٻT1h'{|s`z>O,={)<: i''O~=%C"N83s7R-|I9Lv٨6؇C^K{r]#[?`^ 51ti3AF t F@2MY&XKH86[m:J^:zNpuЂGK}Ћzσw5=jje%5![}x ,7|ZZ&Bo%IS瞟V#V9#e XC^b>\i]}R-n*CWp3,[3NhZһ\&܋[?qjL<<^3ŠG#СQAER;wR [syfa7jwGOg?`tib9fa~Y}/PP6IgM=_AB>:-No-poqcFE2' ޢ: 961J@c<6b?:R}l8&\Eec4) @~p:ScpwJz=8Ccn ZB=, Z^(5NeL{uK_&g`)>L:X\Ư9v@p\1NNɻlbycZ b s>戝QQV4Ƣcլ QM:0Z (˼lpδ$MɃ PH ݹu,(8S:aSf*h i2r,᫈<&a",3=9^ "R}fi,NJFP_> cJ*拚J*k+i\9 0w9IlxH*w(g_/ (J;G [|LVoEiW6C2 !)e+m}Otv;*F!z)bX"_1t Sʶ|T:ŚP/i C`PgeiʹW'63Q8{77iRJ+9 c! g :  m6]_yh(2/Px_0QNƩjm*˾:Qc=qU>E]E-kD*P2AmKS*mxZXh" &vdY@0zz=>#>v 䏧%[v1[1Q O`jRu1^X"X\}NwLX(bmI"KgK)iRj<ݼ71A<#kR{5$ [{nBhnH=@KJ%ϧhƿ 3!JXDŽc ֳ}ZshCրݚ:*s PĿ8g7=u,,Xrw 3 8Qpe)gqGq9sD{Oa \2W`7|vdq@p>V[?Zwn%9cAC >vo""F '%dj],|DCެPzT'gc?6Ihg@Et}1 3ǀXpn{eu8T6F>g3Pp&U{)<ڿL1.),@{w3w!49n}Tj)M^j^!^>is3;]*'qd:_Zԧ2%NRO8قƨ"/k<1W.'fqpb8Ig)BCpXd}z{YȫרG=_Hue gpmwd@Yl0h)1N% |D3Mh~ehb] oukX+EyoSߣ`9DAJ` %xɇ;]Ev\7G7WhpU[6onPJ%!;ekiDf"0+c{,gBϿtQnr7HOoG#DUE:@IN-Ŗ}{BzAʭ2E\@7\7GZ "pz.)>wTa'n(6H?-P\9н"D913@q`AW3y+A8ogb.BFi:&)2׌“Qc#m#@E`;NYW?73<#?@ZFLirIQe]n` i^3@Y9럹urmZx19FGO@ Pv 9JI4} /at[>҉cH-P msjL^JD1 xɨdG)[apV2]`0lr縢 Β٣Ìo Gs|z(2Ap 귾FSfML5s 0FS`ŮY\ WkI88N>_hk%[]Y0igx?NR|N%*VESIiyEXPBx4oՒ4׀oo؊2[phhB-?~NQ]l?,ߌ&`9QV44槵k?T^c9"DnuJWKSZA%-,5HRN!8DY_Vă2/,Qe, ms cw/0U߅fp1]HLx:B [.4}c9DzgneiB>sN漢s\+̀\TחhDo%˅IL;A;o8i&ʞ#D Z=Cd %ubd-{^E>݋iYhlO~OKaPl>rP0ŠVMeZ|,= f5yNhe@sZ+SAboBpO;7^1_wQA W68Zx}w$kMv<o 5FS#}HLxV2: -L>5 ,Ab_r=`F.}9Lb7 ^+eEXI9= 9rR}ӟ %cmVlJYD.;^[P1+{C7JC7(|3G 9( <)ܼMOo4OǐPER1~m!*;Fĭ#>i#2DZ8TX'Yqgs-<],A Plz{GW/Y',#'kP*%߬Ţfr9 ÆCELмo`HtB8ck! _S6 ToC!%2?LSa8;׻_v\Of~A/I.vifmn][wR-qԢW9VLGS&PF\xZ/(@ _: Z7mHKyJꖊOT/k%`Ca'XPEX末Z1q 'Zb2k* s>.viwD36L,m^b8uhXqж& EVPwGǘ(o\m?&I -ki&#G1䥎Z7X"1 YY6X1/uu6G9"l2ܙ]*0UqYwW ~EEXَBy{R/Vwn+ krFR9{_tNbM0Kvr-y{Jys` }A2J>?^SQv\?^N* |ːHP_kPoysfs;NorH8 Qq؋ ^JA)(vgjAH}ZjxsUefDTW`1 bA⥰G_Zl3ZLrp2DEۺCWi`I6J}J2/J M72lp4߽>5ĺL/3Jq^(OۗJew%[4ݘ~+T ?!֮*{<2U+ŠNNzéi|I&H3w1qG"+x !I *`(oIP̰|@cB0~Ѧ>|1۴h4djMiko Z4%lދ~X_QR$ȍОl2_-~K\7]'ξctj*fo2LF*Lx _Q* CIHoxqdq  :$8j@Yc^}0Imܭ@IxbJ\nW/Ml19sǸٿWGD92;=wǬ1?||t8ݙx@DCoZ)W"_1_w2!*ۡr5Ա>s]< :$Ba;eE)]R Cԍ@CLWKKl_*r!wY ^RU16) 3 W=_6_$Ayh5dsh9Fo_ R*lw5RCM7d ZhW]JFUZIY?.뜋)}ܗ*a8BSMvJd&œ*.);ǀF;_M%@Д{;%sݵ`ƨ$緩sRsW3wnkVvCDl2bsdS43IxkIk*D|4 wv@[92G"#o"ڿ2߸NONҳv6[è[q|0s<86Ebǻx^d[{bXk|5 .~sQ/XQw&6.:Ӱ&c<=~^@ EQs6!S ;wF,:,PRp,z. `%D`,qozp4bG1-9S {5#@hT_+Pt@ Cpۼ)ոM,ν7\ mgOP}u^ܑkWUAo~PڻX#>;xTL1ܶk?J3mћW9ք  ngH]a٬s 5f,c;S8"XI}boNΊ֍COPLZ2b%rs>.kY|jk)3 ׭y(n] @~c J{k9\0"ں,ed&F__^vА7H?LH˔Us!+>ZG!: &IpD+:WeűT_#"1i7(Hy`U={ 6?XPWB,zenwT6݆h[ԟ+[iU)tܿ+-YE}ZZ,}A;X*k,S'ؖc'cCu-%`G+`F z+} ywhSqӮzcd[|tlwl!y]\%t EQƧaN/\T0pnc>݆l\kAS*":a -ݬ%<ШFƨԨB6&lGA !ƽ锤7Hnն~̝>,`{ nn?oٓLvu4,7se.B =FwY9&պayhl1qO@̪`^96@w BT^&l sRc?7I*U 3m;݅0mRe/KN45y%7H1:Y+[N>ޘlk_HdŸU+kbK+<,Tt4D . R}>]\AbN4Ę_#^+ۓ<^WB^f0p3;逢E4`?)4YSCfsZ]9mGݰh5KR*taqO̚ S:H!9N˨Z2uAuK"zKޯ[yz(({ kgD-IjISTΤ>(Ϲ.hxU_P|ݴRNg!,Wp#xlFR @cc p6aDW^&Cj d퍿DCC e2uVh6fz``W N]: op ^+e;9ڙaZhӼ֝rX>vSkU@LDs@;t`2hD =,bkʶ9Sq`h@8^NS40J16HA?ڣܼH9+L ]<5sݧ "UlE0R~` VzEP%*߶.?4p(I憐T~&-̭v1׷3i&}h*.oƹ9>VhN9Ba]\KQVj?!5FWDaiE\ U"2+E8:#/l O"XP++gT?\{l?U5;#UAAv[*eQ>t<[4rKİ@.]юYf‘Q3M#]p$B4M'@Ly!4 0PR(BAϜ6; kpL<0( s:N-n6Y E/^,@[<˞8xW65ƔvTrshJ@F$:aFY8iDx._Ǝpآ%(OͪYt6>lPَ2'X`U4DΎɿs!i2wzɵKOF?`~ȋP\,~[ò:I;7&cBi**'pBWo f 'G+sn.q.>rjiBs\jcسlzT^S_Ⱥł $Am Bl8s;2,v 5v mk'jL*ܕnYL6pcǭ.VY8\4K`!1rdlSvo (|(pWdo,pI̜hz""iDN0qd+~9?ҽ(3-vF}O\ѝG! ೜Y2NԹnu{_zzbHxRvZª. POVH;lu^d߄?(a9^{:e3H X)b%kdMQs0 hxk%xk-ík3ZrHLsV 39q~;ƻsRVhÅ0/D \BXCqp:v#:1!?1pY.SwH"󆹦jߚV!g[ ߔMK?RtAG>׊;91gleF֛Gg-,K]NqrzЁ @3TYaG.:,g=^VuKdKTNaRX˜kn}bf$*bk(uR?RMrTf ʈQb{Qa ,OSR?QGXd ?=Wq?ȴI5Cu9JF -8Qbgm`.B#{g޻ xL _Na(s__,(1`'tP|qy)MLQ2Uo#Aq=$tuT!4"]ƯnKZ̮"v @6J_M&, KҒu ]kw~a G|CNrN,Fhb<#؊|3P4PoO*EνX֏ >kΥz{]fu_PCb)# =yN`};0}AڊA7fxGH1T\an#hv#1m]:|%Q wdַulz$hJ )S8=8T \pL{V*ՅISWiP-_33܈i+ДtB)q)UfwuY* .c]^}RZH`Ǵ˰`3g3gCH\k< mY!e -1}4KCi_҆EaW4ƑF MMSG=uPy3FsϪ.=/,-{hF<ӐD(iN7!P'܌/4^s @rrm<2Kj2"WKJ5V B-S2fbP!k54Kv#ii*-ѩe>p:Wd^ n /uHK.xU=ץ9d>? w=fqh45K:h؁(`vT <s4!RZrN\V=~ m H ^-| u>t fzSx%l w.81-8ZYt(} Fg⤹<ĺۑPb*[u&Ҿ6d`=\p*S'`8+܋c50ێROc s!vW \.<ǨJq",V"mV@a2yV2-N c@8*5{7^ UeφL` HwrZlŰT*ZB~aM7CcL8OzM~̍4BB';loa5cHxZlm8zíl<g޳D^C .i! z!;Y8 B]AUחФleLY8&d.v\}l;zbޣɔKO!]02ʑK!y|睖!E"W 1;!3Sc3ϗ'qǰSzMȠb{6<ۥ +9lmj79GJhf_XIMFz=Ւg6~xi:[! yeAYSC)n!^84b^]y~ $DGo]pvΰ x:T.@200e\5 +)p+O28}{6O )W9[Upf#5_4Isէ^\խKM`d c.kYLSE%g^kAc63pZؖp&[v q FrG/u?EYAT-kTQ4Ÿx Z`T W3R9f3)}r,M[==B[ ~p˙̺Y,zp4cΝCOghx€g6;f6 χAa1xTH/}~aQ$1i/ |!@<6AwٲvB[q|(V4U>Xܸ@Mtx"4#:"l>T ^>( zҏqnDn%,foW} %uqۓѲ D7O[/ C jcaH[)k~__t^Ml/o\M,e/"36CoDhwW[Q ○2Oπg{ل |?uR}l{%_-|r5 {"[}kԀĽu[XxV?dF%Z0=#M+uqPanߖ;P?S_ rXJaruL3My [Se.ҫIusU˱h?Ԋ cc(^k.huD9K09͙gUt_VTe`>(<0|5519_}usaO16h&X]0I72amo$ aG &29DS7R]$ݹer]@#.P7f+%h7=u9I^Pf jXUڣ?[1l! ȂQ.׎9\$e< s ?%hHs#0[8ԥxO_?}6AϣijN-L*TJq S66ukOLG4xNymj_/o7)\ܢE{{ʈC chb:ػT&R!Kd|cPjbz#jFM}Wf39ު7`T1@NGR]ƝLJf5P<4huS%f7x<.WQh@3=d~aD#1(fHyǫeˇ@UxԲs^QPo'6VVxR.&dHP#t\J/a])?y5w2駻fZ(Lbk?V7:TZ_?!QcE˪ ߘ/+`=F=;odL3.؟I^ iưSO"\GxA2KI|&CBBHZb) Boɤv,COϮ/p|Yz)e۱S5yMWMP=&=LT@sfS: Z@,Xu,ȪǤ!G~cʿf!y8h$n)_gYQToyKӎ@ظ3L2E̴<h@N" |x_=~w e6hz5ﰏ >Ǣ7l w.̳ʮi=roūk&^ !!'~7t (־j%}A*F:"&Y}S6בS̴ @2YX*s^b" NvUb*C_5 ' rnݕhNs[k 0 .'/'{ =OGڻGp^ L ":J>3I Oi~#LR*]:X7C:I-l?D,` ;)iՅ4f4@#g:dQ;IGVM|rA7BSk,%;܈Cq8;R>FM!?ۖ^˿h)|(y=MWi= -BqNf;r%vcGZE-qb@f\e|6/T, @r:T;M\,ͪ<0d5(-@̚/'6}qcM4غzUs0RKF̫Css8@iF8k B;C2=li0}z螉/\Vvcme28*iD:-"WM޲@& yFT2HQWv lg^)GEwTw)\58 ,h' j+7\bw3y%Ƈ/ ˮf2/FwήGƊ2{;%ւˑx\*kyUCl3&rcGYI=VPV^Pq([@hψÐBU£9;W0ovi<(y ~FKDnLXot+V5 3vB-xMhi-bX<:@Ȩ+l >ׅ+WAot[ZRepІ]"H ad<)1^Sj8t7 oqt!>Wg)7=}eL g|lBjލ]n@PR EbF8:$]K} S 4z-^5HE>}'hҡV~C|0g%cb GXV'ZeCPg폍4zhv.\oErj$2+ȳRt -:#ucTL(i5excМR6u1wjGki٪㤣5lN?@=˥ͧRS*WVU=ڋ WmBoE.XP^T&vHo̵EYKffTwpm/0 *So, 7hD );K )Cꕊ -@P8>ֹ*֙i1P\o%#yS[nL ?W<ńUUѵr\fD]':R61)@?D"ru4,|2꒏$5nS6&K~M/6s1tr ;alkC{U7ͻo>QCG ./*\:?M3b`mv~VR|W^qW $$PKQ 9T}Y>P3/(CV}"Ofʞ)5=li6#N?os,w蓤2l,we@E+I :o3"9t$XmOlېw\´DPqwX;sQojΥ|oVdZ%jS&:7g+SۍʼkYRmkF av"e,cp" 1Hvџ(o˥qzr{JusO/@}3=o_IY<ՆÎ~ =GIO{Fb&hFjytn+ .` X,NTXϧ"1:% m`h 'L&n|Po/cY/rH]/ RW|τ!~>YPㆺ뙾Uh2T@{3ڷo=k!:1`JIl%]B/$$MM'Y8h,xX:M xn"A z K,Wp c!Y(sb,!SӃBņq~Dh?|\0oqN.%|'ߞXoL[eB@W$Z.X\zAŎtW>= xe^..vҔ#urχ(6R؟ v7׭D'Ă~= &w h=4C!0sի r5yZ\NC 4&~m0,:G L7%jZ~XE=Ń]|{ 4*JK_DkPznXH2Owu k9La-`'Φ)8v/{`v5O#ji 3 ꔀ#. rOxoO&_̬Ba㷖b4o;^v R ߰c OE?d}Ywe^;E%*ڱ!VDlrI7j}=c s_^,oš]?Jw@;g@7vuΚ1~DE.X87l;]z:#)JT>;kz[=W4SyL㨾4jB v#.гk6}E3B)30O98fS"$FL)de( OU  \# -iJ,G"B!tC!`pBU,8y)^~(2?%a"\ DCG|<涎 5O9ެ|/ƍ)!Bk0RmAs >s㹾&1|rFRv(R~$MDmkC U|D(>|OЊZ#DӌF[s׫,Bf:\-#Nk}' MkW պb^O!bOV^*5eR7_?뜥ь'{2 rI2չ*Se]T73uwfǛZ%S b> "!+_`9U. % ӴlP.V}@nZ fl)1(+Gz+vVY*"niQ/ ݼ} [k4D I/!6¿;=DoZ.5KR e+368D&׷Pn3o-~nG'hs(&R+XgGɼY<k]37XîuofUGRc+"~blK*."@hV2EB\(2`)T]1isa~7ꮶk2ϥ1W-PCB Z-` gZ !&{,LLN]Oxǂ0у0_q]}R^b"sc 0A%u_w$.FcE]K6M ,fJ*Dū9Fqt`%"؂=A^ϗ= W 3Gk_zcfd? O>N _04+~,|ԝ]6Rc$P÷vD;`/L F}Dw3bb5 IpZWD5h6)e9=5asLDlc 3z|%1g%RՈ6UN6a/S6Fx}{4%h]K1wg*ްT^oHAeS򞠁bĝ;(d%흋KfՓ _]BU!F[1 )KkE[oD5&1uN\AYEiӄAӃVaZ4s~FQUFfY)J TFtb9=TBW%A;&T۟ ؿq- <~{Tw8 &vx\Y3+sCf3%ѢWn2#|׭}|`41CpCE4U#D|uECUSQ''K?N궮`YMmemMAKlߦ:^J"ʀGF"_d2S]q{N6UQv|O&*Ċ#[~j7֐yI3 ;u '4vekuWD6_~Iksa׃홧U*]7#7:@)潱q(Ezd!f=୷7< 0(AzBNa\o#|& Bf>GT=z^;$vG<:PѰ6Ѯs3נq^՚KݥεLG/SaCkX2taH-pRM֖`w;l(2Um7O[ƱEA /i A,>9,d5K:)8M }8,SXs5,eHO`.(~ L"}֌.0IuHqluj|Jy_fzq_wu) W9+u0o#$DEtx{8Uϟ076-U|iEpEr y)|}0!;d[}N/o`Y$U`PA)/eL\:#+֡\?sq`wO*Zd\NaDr,+.Ԓ L/TA1XCx9/; 5S1f|;AM!.񿼥 '.0շeȓءclL3/L0v0d;HqgaBXTyJ3tS0)Q|[q|ќY?FA&wgK8B7…([ZQY6Ʈ[%i!5Pstlh(IuCx{VXѓ"dS|ˊ;yS 2qe97c/Ť=LjWhG|Ȼ-nB2e؞3Yiqq(~[Fl9la\Ήmk =>dSG)GE+L=-)wzF|kzTעoKK:`&1L zB (+ *b.x4*T,R&hx믪ܼR+cɕ?3y^Ht#ES-C}sr6>+=SKG-po݈sHbv({͇GbPKpl73;Dt1+ 9g̤"U̟ kަ*87rn&*J&Lŕfft.WQB1'WUW)aVnl[KHЦy7RO9/M&^q=l$]Uo|zn7(TcԈA#!;~eƤSjv LWRGޭJ|C);4o8xXבVmƼIӨk9GɡVx?qc} prU|kY߫VA@=xiR5yq1b< .yF-5mM2ٴ$⩘Y gU3{5{m t1n}*_4OTjTb=+lDt bh ?}3uaAH}lOqn .);%txoa=wbDf7oy\mc<[#;20818󝷴.č-%u;֯5Z/CpS?GAk6ӣ76 фtu*)rB˫˸>jb߮eJae!h<)~Bcy('ϋޓܣ{:B&SqG:/5G!/;\j,Q9Վ':*s801}L6cF N lեtq'=?R6ёXS3wBM=P"Uw)9>d_4!'?~K>3}%=_!Z%EWeb:szA|"1Y$:[ +z _콕nd=FI 䟓WJӎNZbkzV[ h)*鵘ÁΨ$5;\%ۣ -퀔Ǿ;~&=Lt2ڕ:ϷJ/%3^f)ΥB,4^Fv\ns8iήGQ$c4'1bfxf"FG\4;h-aI/Ui"1̞wP>z`#<ꚮIZL__) 1^F ql.,('Ñ*O_'bߍ|pꦕwK`< l8>0c]Ι$~L8 xT\KgFeZ n?[ Mnh`r놶6u7O0UD%a"R:uWRp, 7R7#l׏PxA{OTv_j D}&!dY*q>qMa.Ų*̈Q1ժ=ʵ')w~3:">@En?_Z;҇K'U2zx !5)wVb04̂8y!F}A.(C`!`L>J'8ዌVir, t;ԃ' }vqG)#J"@)6 b#يC푙mqhʫkz;q>< `i Cx#e^-~(%쩶0kBFAg% i]@'6rrMQ,jjC5Dd9̼O*&udD 0$װ)67"G7~K[&hj3 OƢ">+ z^q%akEnֵ^eLHAg c{ǠPc}ʱ]̕)n>3N,G t TjZs/ ^N^4TvtaN ;z\w}@_; Ã&yCwpUeGSWVsNw k?Ş櫱dz^4 gsbk/&fG˪lyuW"$1X[unJ@@*8)B#QJٴ1?8l@,~LEY!̸^J/sBU[]It\iS'?UϗQl`E-;Gd#)ƣR+O@UoۜѾ;LKKe7^lzL:|szCXQUk|I-tt4LurXG`U<2 {3'!:2@lg\Qb268'#gakl?"h׵GW{%E-LEH$ř3`t9II/aUQeYE) nju9ـHe2_'YkG O[w+=lvf m8jCZ?Brǜ~"D5RN!J|zzčYԝ/).a0XQz o6tR0yhlp/أcb~7-U]_VJ;%.xA9aL\}U}9!G64b/D=EzǗy4 3(|x-;&#:#zg]҉LPsXs~o^s75:qXhaT[;l8e.rmm093 -]iwђ 3; 2*Ku"1d3x̓ uBjcf8~.b% Ј9gcIͺX [rgO_jfNkdˆ(GIYE'U3.T Qi7iejKfGgPnP,P"kl8s/pY}$Z9z?Co7_JҦ,3;'#d_Sf}ⶅ8__ɾ$\rw eRfAo[5/G䷊3iVA ׌M'd֮ByM#盘廂=g!Nqtv{) TdK~ʵ JeH ^ٓhlixjvQ*d d;֟ˣzӜÖ0%/%J @OnͲ?]TQZϲn\L*k{-MS-SEYl' )8v+o7l8; º6֘AH XvdD[;yљglARsņ8k3ntלEsfL9Z!th],7Pb/P#֭ySʕatEX'Dn)>+!Ag}GH~j~3U*6{ ߙN2rgCFGz445e?9 ͬSjPnۃea8#zce^v}+M 3 (wZ\nsXYT 6Ess ݁l)F&h#_>'*ݴ8zĵj)ە\ )qPaأˋ۶ϛ>ҘYѫSSjPl&w׸lFV~k~ӇM_&>?}`\tB&y^W"dm $]1-!bV=J0\Xï s:""nr8dAWYR| 7+ouijn|P68BS`fƜEc7^nU`F7ڄyW[(Dt>tGdHp8!8<ǀXftkġ0XXK>toW6Eѯ&;$`v`(OnrƓ-fI֝:3SK6q"&hOWaV6dg3jw4YxR O;LXyyR#)]$sn)~.I<{y-FE$ 1m{=>;ǞK&ڨx2C`_ǼJxأJ2b_o_]t欨-U~/ktzڠtϫ$WbN#J*_$Osre4snGU+|2y-f<5K];yTz}MGS.FXil!ŁkGtn5Nȑ`># FJNi1vv{/=BrnOߌ;pmͧ[Cn\90*}=Ĕӌ9u(%?Vɂ)f_m 0a[Bă LRJ =Spݽn-w(}AF AF@8-U SMv2FI, T+oWnnxm6=@>1Qh<-Fg<˨kk>_Č6C:md(,$L/\tCb1 JQjzٞœc}IRBgibHQFu`@~ ?3pDdɃv/DL:Hc^a7"PFA{0v21,RA9˳F*H,`Xy/,mj \wnR=W{tݴ=)WxDvVSWUG)coOq%k86A`.mIo9scP 7ي_s3 f62n?r/۠fp~#9'݌πN!Vgj>{x*2! rC E/{((ĒS Y-N:$fep| Ȅ9bi3tmD[dG 5oЄafͽ6!) B'T !zՎ%CRYn#'Gc%IL4+񍡔bah~ 񻸀P=rTf? ]%s< x+rq:q - Gѻj꾒IVY~Ӑ݌dGjx|BcӚ@q3A.:Kӣh{dp0vXMq"z J@rR lE >Aٲ8B46J6\TWգ[hUI>f!;8%&x~/^+iQ|)e̮˵ohМsG'Z:$U' k^KHۑql*bǗDhNk V,(91 dH ն*e TyMϡhitGE9ez[SO'9&z Ňvq'{Ks07u[1.kgdP;w'i9Z+,6O^P~c4'{` ?}";m)96 ѱ*zAa4EB><1:K{Z3˖\#h0PQ h')y [&aE A;5^>@iZB(QzHyK{5g+C4IE~Ddb,YI\O,4CK "g%NɈ}oJ}na,ڎ\J{@I֎݃5_R(+ܽ)!iY+@nʃ7یE)qHtS7_&\ރ%HSߝY6w(ՑR-ABKd뙶*2*- ^˩[bz~73K ҦPq Zh ӵ:h`V{& L4~+''R,_anvH/-`$r1ql lg׾yzj9*CKK8r ]SL~LgsYx;٥ W:%o".^߿z(XO9% Y޸)-X?+}Fad|b?Aԛ].B$VSlyT JKof})9yL̞pFRpQS`Wx=fbpXAkCi>/vAOT:j!.b&8}y,`g)Uz?nǁsb&a@9@nh})PG.b4As*k 4:3Ռn%zx`խNGr"_a բma6ϢFI7/ZջH4QbOMwH( D6; YZ