PackageKit-1.2.8-150600.4.8.2<>,|gp9|v_.h>U!9CEq=d/K\Āz6"*&}/Et}xGF**_sI#V%S[EcU]b X&-' PsDYLE p1, Et&E} Fo+Pۤ㹤'6Z ۥ=\^oSJ8Bh*Y2 ff2cۍ4IJ3fjn)e8U>OT?Dd   Qpt $*2&& & D& &  &  &!&"F&##,&#$D$'[('8'x9)|x:2x=t>|?ӄ@ӌBӔFG&HԈ&I &XHY\ZՈ[՘\հ&]H&^bc۔def!l#u8&vwx&x&y:z@CPackageKit1.2.8150600.4.8.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.gh02-armsrv3 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh02-armsrv3 1728284399  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux     directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c81d85f774aa92d086720c707c3f504ea6285dba, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=03bdb622c74f4c9ee42cd7741273647739db3f23, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f7929c9f3e3ee21bc823d28a91d935f589eacdce, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e5a5719c46c5fdc3c7cfe6b4a5ca8f55b3720e00, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9159c6c17c0d0f296fa4288f00f6ec1cc27cb933, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.8.2.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory) /8  RR R RRRR RRRR R RRRR RRRR R R R RRRR RRRRRRR R R R RRRR RRRRRRPR RRRRR RRPPD@dsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8386edf90fee833d816c9123a06018d83d7032ccd24be72e69e4d16e212001dd5?7zXZ !t/6U]"k%LMscbY8_wgS\ wQřPq?">Cu23y|!]}&RtXlC z?ſ(K+˗( >КocD7˘};r3+d8fzK)\/G/?:VlpRӷ"vl,Ѣm?!X95͛ ; k9ԧ0uW[;`l1rp1iз ֫9m9ؔA>ImX&9c2y2ƛ:a }LV€B Z;e ƫbu k(䃹e{552K{+o]H k?J p&-*m%wk]lR(6бb'^g5860)ջǹj\F]CL\wR/U˜7qGBLE[R|cAQ3nrBK=:e__`^V֌8cA&!D$Ğ VL]\ڀ ֢rd _aԏY XfsDo LD̈́@ψγg7q` `c})@=M(\#YE*7uӼ`D>͹*EifPkV1sn+ "Iq*.dUM~+e=J"n{߄g qE&#(?1ͬU`cX2S(-X2 */xY6 [j>ufPCdޝH-z{z^NZ+ 3<;1Gvp-gTZ XQ33'h@H. [`pC@oQdbËMCxPqɺ5XKa79< Y X$31? t6~v*@,_iȫ^RrW ," 뉔c->yQ E,7#FEalBy)YP&;ݔd8Ky<"S"6&IV(Y"LXؚj(kkc͂1(Z0knmG"D@baŤfXF"\C{ 6-"wXqT&$I74vvq6yGq<&a_%_s#cߵs: 8DP6؆< &%v*@%EuU<ҁ-qˣ'EV ϟ3т9.N&`p$<^j.+azܢ e"~f$p tl"[ZzgN'.3Z lInzt:Wg pB, C+AR܏5SQIf"KSL+[mc: lE(.)DqeRJ|37_aj '*NarFcvQ ȪIX?$dc#Dd&*X CkjN*ȉI=hqչVFױ6 ;}_EzEBs䝓糞uG[b:g9Bk5Y:!4l14E^2D+]~,A+[Q)2ҴÃ$%,zkвoq4fd|22 bJ5Vm#S9WœgSCY,Fqsi!KƄQxG>;hUzc#毵6m  3idg(m^r]R˗}AO9!VU"0NX@e;9quٰ.}q# ftST]+7  fR,9.0}exg?>P?a]Jc[v!xn Tv_p x *L)+;ϝ\ĐѻfS,Y-X_ nx˺]w'zlGjh?Њ'U)/5 *H0dοH9ی!419`%EIwCMAgi}?]2L4de;jD.?IU:3稣dǩ"1a_&֪ u{9̎2v2Pѩ$s_r 7ֿèCoҿ&S ͺ{5e|@eq(/qRv$w])T]_Qӵ 5_lg͛M&K T;!Y:$H #Y3]PZo\!y"éP/mãFX˫| 3 {Ndm_as+ֵ 84Nu MpΌ`a= }y}_`v׈?γ`&ͫ8UB:k'Lx\3Ɔ v% Z_5ْV~C0U7zS f ws)]!W(D**ᾨXtSk0ZxM8tt(YD~Q#9R;[V]޲a̿s{ >XraI,cCZOT9/v}usj&;07r++3ϻf-FR-xwN[IR kഎB# p7;/2mIL [lNCLr\=V iHtwgR݃Ɩ  {FJ' S-W`{'BKK_BuܯTlfVdZ;w=^,Ɗ=fK&gZ߇7j :m!5{da4)dY9y|duY*4p/w[+to`lp%@T2=F(wܮĺ1Pdn>˄evfTXqܠ{Ѧ]Q005X}3@ʚ Z' o"aPMP~1( \B g#R y%RImדIr[7ceX\7<eN?$GP~)Ghآkំ'^+:*Ż׵lY1t~ ) mE]{й -r~ok]Sҷ 07l Dt9I}=q$Uw(jS{@d9?أt* +O}AbԜ ѢcFr$8.aum$e0(l#Mi3IQ"̰0(!v0Lv!"U\8pN?{*JC9@h܉YO($n"5jOf7W% mhc~KѴ>s6Q"-RSӷ Ĵ`C")0ȧ ,cpr4j(;F$e~khEgzw)w nv7j(m E~LGNԮ*R.t}ǾƳCȹ E]?Ǘ&Yr@X~Q71 Zcc;k _s{k=xN- e=,Km{>OGz"*IM}WKt-s^}ѧAsla|樋q)aw]uI\jp nu:g7i,@3B+B9*pHVj6 Hu Ϝ 7|$}UMm.2M2F:>Bpd޲ΛhzN':4R| _JM b2S,ҟ C.H?Cox=~=;BK+gg( ;c€҅U^1G3LlcNc8Wq^7E~>(_n'uҹJ)y;㟸 3\q:дS'e(tydxl4tQ*_w;0Fe`z3>,wHKi{jks#r`UsN|^ugnMƆhb9e=}ELHmd<0 cJ$UJa?s %}nw,mA6 q،q<1F-lAug*'l$Cɴnr!SaaCbKzҩ*z)Y$JZGi kf;s((|NU.n!1~rRj_+ρ)^d_x&,@D f=8m%?CD1+>0>$W8G5RgqfB50Z;2$a6[H;Muz}^q{/xy8P<=Q_ϗLtop;(غsJh1zL )(xnDMr:/CXǧ1H_q܃o<ݜ/&gz¥PE8) OXxTB3в*x ~YI9nO{)/Hk* ^(g]V><4#J!I=N$8rD[c֎~?_/{h{r`h ح-T &S ?ٯ`뢃j&Qzr˿= J>u*ըLi,u>ȟ{6bw\n@=s)Ne/b aUO` MV 1E>c|U/ʖ#{垱$M'2`i}xwYb4UŨlv"L^&kTdͭ%/Bv[p|IYaV6ܨ {FTƦBNec9n[Zic䟅ZV6fo83 8})TDͻ̳ INID4z&콺m`yw29|a#Ёv(sD-֝ .g 7;ڏS8e୑zs%TrBŗZ)USE]k]rySk8ӱt6~4EK:0K>ZH!"4/PJ]G ߫ m5suff[VM%iBMT3Zk|UR{%j-@ m P wqˍ_JPE^3Q(ط}Ok-x=e =SY]zO;Yҿ`]}I&ul)l!00.2˨+Fm@XyMQxߗ.ۑ9ֳ_̟l"oN3ߗ3UccSq=㯥(ӶzfpL8Mce 5/A"IhKsFtai"ޙx5믘Q()ŁTEý~t<@Zw]UDCgmNyAt 9?\{^t:Эt,vB>0)|)2de]XB| %JgsA#Rz܌2LBd[$C;Ώ \bN T˚ƹ++--ӂ n3\Pd"fPZȬ1;@ˊ7XxCjIqa@%ܔhb%w>W2P#c ؤ],0j)BIʀL.(504Wn^`i@--CӞHl"^fn SC`-J IV1>2?iP-,vyb,K댃P>櫶l)J>^OD zX+FB@'o9AXgŕ79:đK9E:~TL|^NSAlǝ%?zu$+ԣkѧVU]C4*1-)Ĵa;p8}U0^ڞ֣]%y($08> [{*+z\@T1e^Lޝ.c'kovwkB,w >8p'Xn:b Gy$@։=x*4YmRv'm\:eL>r-,]D @5։2,i *0N GܚݚV}b.ԟËW:ZN6] ̛'; rV.ʍ PyW0j!F! [~Cf|'kzMNŬ;fgElE 1Õ 9қg&E a7Vje xZyK#,,W6T 1/@M0H6NaLLg tW%(r¬rN`0v@Kbpk? g-S I{m"ѺHmϡJ3|_k@0R4 ; S M8z`}P:=հ^mzMxu`/.HDsp2Erā;/jMsq>$Wy@-sF$,CdA$_"F(1j* ˘J8"Z'|p69" !y\S$U> 0_Nk D!3iT@&~ɡ,3bjE((\Y9<1VU0nYFaԷI%7XY&A_3?[~sF<==$Dg7.HB“%iV?AJ}]G (9/0:HLjpgHA!s0`E>n,zjvG!a )X*m# ~ MFUMfvWkUU عf'U&IGiC΄'{'L+Eq奎WMS_i^a@7EVTo,.XHŜ4ܱ;0 A)V,'Z\d;@L + ؐíAtg.Ñio쒖Sld^ȏLRHdr UT`+FwjWfsGnA3#eEX7=o*} y/~(!s0L8o10/R~-IRU5H7W'Oc4wnG k8`"9l&ZG.! +|:+٤l⳷O|2| )~t}eݩE(ku`!8UMxURS,0MZVT2\ +b٘H2B'-yE[yzJTQobBG!cH7 Wb*T3ƖmsV]$IRJDlI )KJ[pC3ܭ;3ws*Qd̹yP2*cWVTگ=CGd[@؉lk_DbHCO(L@U2ڲb=Brͷl<P%N XI=ԣTT Ax`u$9$y$I?rpOewQA PfW:oClGיѼ5-LlV~89d,bLfLUĆƥ;{Ɣk+$୛9ٴ^mLWKT;7?`i_6ycX3MaQW3( ? 1qg*XJ&w%[%ҦJ1&JAuXNYO0w~{-'%=|sZTu5(8uͩ. ƩpgG<w Q89׳2]#&%"I7s"aUfBʃ 0,wÌfbhߛhY2 A,wX4 ?~TB/z+8xQWf;Hjru0M`%8R@ls;Ⱥ>>$zM" KLSyTY'} g\*6u͍6ULɎ# :їytɔ yﱻyh~ ?f١ɳ_Cl Y9ڦy"%_6swMs{xu..wE fC0CFISz5 l#%鄗 `/~LnWJo5-1'(uX?:;-o5E/96AYW'I Y ӆ=v#݀XxtB$|Vk"yʈ†8JCH%{7K%Y6h+ TDO{1J7.SrGW"{?ֈVlEZx#?Λ*3ɱ !Ķ_}^@+"_&ƌ :-$t M!!%ΨI-2bH&}yVTgm]܊Ws!3TBǶ6pRZ@L)po12KΚʰ |S'48=I{\%08ǒJK&\E220d) ;<1~U=8P榫q~Վ=F|$QA5zZh 'h oFʽԧt2^!$# :j+83|enyfT,T$?hNY WE~J2u0s3 xDc\66q}Y J5C1 -,s1wUeC/"0phb^SG{ڼ-$D)x<,ްg,ȅm±ixQۛF8QQ&: 3Z԰P5P[BkrὸD' H0)T,ץqV_/:KYhӲ*,Yq5/w+ՈiwM7&+Ỗ/oNvF/dTϯkؙU==6{TrNn^x{C}SZ3aT&T'A _SS6YW*ye^=a|XV p;pS&ugl1Xs=wt3^inT ʷQ\J[ȡeaRt5Uk /d|2TOEQ y-Z)Ô`xEC >2 vZ\liEOdON+o}úzWP.Z"4 *25E*& dl{&(2ll+/t.c]E'C@]L[P9 $k\s^d%)JNaQҬ%34SWp.2kwb=$0j ꫬBT^xV_=3ZAVe?K&# ;s>}S*0NǏjl]c iu8 Bt6oɻU}oMDpܲƈ+H`$_r 6Omi0e#Ljɍ xf- t~c1?aeY,L8W{}5sĕ*O70.87FA |6Y QbQ:qHUK90 jp9u"gLp7t?%S 9qdwK:sj~07寏f@}!|?#J h νK3VFSf`ڀ,_r&-%YU0bF,Mi頡B(_k$ItĵQ1F*׻ èBgeYK<䌥IA)ȍT9 '@U$3Ϸ@_ÛOL} P1ۗ@èkQՏ_'6?g*/שÔ*uԂwk>e E8yiHr.޸kXS.$-.9`bK ܣGg΍wa H@~A{>޲hO*KSx2odOy65aS=L7WIbѤʉjg?[".90Q]'InmΉgN4b>8!HH }b g>@m;a $ iÝ4c9 z:}f Rzmd1:n5)ts)ECUV7\c7GFTi/6<1,!N Q]v86 p_85ЕyFQWϣU&YChY%d_XsxN2sKK:p֥kOR^#OdF$ʎ$I&ϵ+=)wrCɘMژJ^,F(L=7 PFuEeZo+t3TO)[KTy>TÁl> ,'¬,8: =IBVK/J 5E^"ֺ9y~F,ֲ'e0*)O.d\H"ra%9|kY]~Le[4lPWkHa.%>|4*ꏃbW䑋06jalw3uo +yϘKQWb͖n=`0d`:1Ab\ZI|L-(_+Bb66vZmc9P}Ɋ&j5Z7_;j@QO'TJǷBfNTiVQ+L^c>Y=Fw"* w%pkz>;lN(st뀦Mz!8S1mz,R'0H3_M ZB`5S#SfAUHiMz<4OFL`IٝA\YrMTഡ^!Lc}LF g"՝:G^Ҧ.f å~%V Qqz6)V˝I'%&\)Q@T4o;z%Lp&Ajnv>=E!Uv`j=?8ɡE5v-]M %YcgA/|5FHiya)cg5,(9X1_?7dI=7|YP᫻[\R77 8]t5(TX c"l 'ȴ[,4}b^b yF"$q ( ~.E,s Op#bjJ4yˠZ_'b;@:7_ǧؒ1qYO1-b,(h$S2t2g-9!n_ؓ#D8YLPU{mwS􈨡@ll!=`k ]0LLI(X-8SE$M,doBic>'kLMjR l= 'Ʀ#s<.{wX)7)֟L3eMs}̂+|&nK)'=NPVt5aObe~R&ze?Xؿ1.1qy “Wisa"Ac$5~,X!q͝J(Qin꧶5aV5#ifp(/1D@h (1<7J _7eC].4=߀l7΋hh;%b^$l(^?.yUeQ{6BF`*L_H_N?eEmNIz%tWX^MHf肢,Mqb@ÍLp.%`N’=E3nk|#ikZ?L_J;̌-\q-2D0ԓ?xPivxXCbDpq  ɝqBtN B꒛Ѣg40IӋQ6"wI)a¤c~E pzkY (-&u`e|FOtЯCuq,d +oߩ/C`e㾌$ȨG#oʡ7XiE:|$f{l-o;JmUh}f[_@7E}%`S /u7Rܶ!>}{dQUhs{DGZ=՚I#}?+,Vdb/h,8favj CrSd '=L,{s5֙F8^ߜGiv=D:VH#Y j`:wq󈏥:a !Ô{M4b1H&L*MIWxxҿd̼=Kb%!]~9X7feDp巐ufUAϑ1 "o&kT72 . .u/LsՎv{Zq_j4iQVBQ=㓤nʩɪ"LL=)pz׉/kABJ`o MC.GmG"w\l_LnRi93ˁ4]WN騬~عfs܂x\ۋBq$f C u`{`-ߕ[$?b)cV-#F[%}>/mUxc)NvL7AE3Ki  c,^fDP._baSBj 8*!79\~Mװ[I.$&ue>Hݢ/louɺgg{Tw͎#~rt*m ix,lnEWŬ \ֲ=M@~.:_+[5%vl(4#3mfTn+D@MهbV(J'8*ó`Um{bf4P" /~h+L왣 jg`T൒*]#RJ7SiȄ'6$zUF}tn^Q?y_&2 `֮K[ҩֵ(Ry:''5IP92O})_]uMq$?oe3#!ʎw]̗<ӳEé?%GiG/E v}X_3UFdbCwQ25W`N!vӷ[/z察 CkB5:cd h%zPr?AVU9! '>PԚR_q{W3Ni9<3LvLLq>CΖiѯx(5qs|ak2t{}jzpAL3wRkDYm2E+ȣeNJ#_XOK'ĪoWsza"zzR1GbDptDE ~^Uu3^ Мi9Wp }3Up2)iZ@e->wq] -MԾS]wp%SR%,XyDp74jPOx} ;ʫBè)"Qe'ݾe:rM]nbMEwW`1XhXr: ђR ! )G%SES[p gB7ܪ< n)NHDS5FrCIhL4&ߤeX oK*6"FPgip*t}tPv *ԍJq? Eg,;R/+EUhPG~ar㘙Ʀ=v2 Qp-XJz7)Ĝ֋>*ל 0K]"g|S$@( vL7sm?^^~-Ǻ?>+8fʇ)=O]ff-$eJ]uX&@nj8D+]B 4n,-z CO})Ŀub^02IyY>V(73 $10WJ%Js-Pnd׈Or^%AIK^L8{ )E"g^}J ia,osiOw-q.xecWrt$a${KSEZ׵]@I/y]gUL.6{?rf3cJwEi>SoB 3Z鵵#=,MlTk.BYup2/uK-%l7VGJ\#^h"_%Δfo3̞fi!V(Y0Y̦uM<⯷Z_d,JT2riWB<\Fnً'y>]SpFe?OzOnw %LӇ Mh[H{BLz붭;,ld ' G? 4E ftJ|yRh@0\}@qepԣ&IͫnOܻK\KFjavn*n[+=Gټ!+자ox.J.,pv~ gP.ӨO;,[q07; wcNn/(`Sˠ;|fh"Ƿ ,G0@Y9&}o%>T `9v&!^iKٮZ.Yf]KVCm% sk').D %w*h}cM|͢Bt(@,9؝3@Q7i\?h,,&hD:8?TX ]ށw? IS1ɪe. H}!Zr'c /gbS>o $w.qk  &" c!\CMC[Ԃ}ާsK  /Ր44G1hC*KO(̅kJDFccr">Zj=aD0nazJ/|A ?zX s06 (DCۈ]X|/5YOcn5ɂhsW#m%iG`Ax<Q(~mEx:S{m!=S/P7i۴?c(3UdJM qĘYq/1$bwc]i0ic?(3R,95R#R[ھ1_c 4M@Wd~Ȣɚ`%CO,jXH{Tia[ʝV36Þ5خ/.%imy1s܊ԑK,3b 돵NhNFw]<@*ifC7B߃>иO| >BV-HP" bU<λ ={vSO ¬7,fD:mi_9csS)e\bWm:icI&cM-SѲJ|ĉeG_^Z3@B薊K(7Qf4]U_cَ+Vh(˂WIdx`*U8)kuչ[PUQ W}T> ˪邔nj-C衮Q|NZң>y de2Ę+6~b `fZ[ꛏ{8ʥd#R8}Lm?֟1NԽ?K ~0TsZحF4W@N帏\b|Es$Š@}"a|֯&j@Ϙ&.ג IEվ# ]jر~i+tĐnvJ +F-QaT H,:x1Ѫb&~/:|*[ux`iI(U ;V_ko#Q$ulĺ]pTBg @iH?% -Uq'@mu =dLfj?p K_ָM U{Έ-|ΤIq|dHIUWUE0cDJk)EA鴰Rum-_ջӡhBCkZ8#rZYe&OY f^&Ks{Wܮbgw6F =\!!P+lIhP \p3OHyZ ǓԬN@0|KRG"pǟi<,UXɲ!j!`ˢ ^mԲ^ҹqxQ3+Q7iq3A;%m3wr]-Vpa\_rV k9Qs7`ՠgAᇀz=A w#v]ĢZ SG#o |98;R)c]AZkw,):>O. ~?U-X![d}?`g>3R@0LLeޞ$3.DA7laݼ-:.3-LuXI%#$iEwrN@GUm`,K2.&z5%b[6f#?k\!M^F90ĈG&sȆ` 3HoZOu{&2̏-=8!_ 14t,a. xMkhB~ Y+(q ա?tegH0о=~{t{51iIhh 8g  .JNC]ݱc f{+ST5%@duohk{O6j绩Ci?d҃%٦LnBK YU ߒoWAK6 _x#,wA::nqgBIxCK/՗v =YzDx7oCeúLs6Ϣ:ذ>}4_L6IÆ\ڞK fHlmRpi3Zߋe4Q0Z+١WD`qciNJfúM}AQ6Rc+@L'a0AF6M aj>3<]u_uL_6fHxs_[q~+q@wȊuyٝ#cG1 ӀAr5ٔvF-](DxL\YDpf& Rx-Y?ؗ!+]Zq(/nH].;.#SDҊU}^Av޳lL/OmBD1S;-E6w!7#'H1NɅǼG˗iw;A{oRGvhCf׾f!drz>K/ ] Eh>բQg-yªv*w^OQÒ*\Iw0k.- fc}ߕ?Sf>J6R @4Sq 3F5/̂s>(̍6XV*MIGkEpg4h鿘=mu}^z&Uͮ t S֮-BKh'dRƊnx .x{f4ulcCM@au uoN]:Łw8l'f~ sy1^^H\>Mp2Ɋ.I9FmsGi(4RO0bjmOK`r$hቬxɋ(|Żt;FMת RHRc 짴K)h-BP!m!&xÑel;zS -[<7J`B{O9:hu>0H.y5pJC+L|u p[ت_7' -[AQ)1czh} kkmV7Iz#1y^giʭv{ذ<i*ʦOe<' mr' H%E7Zuw~$sQ_$Y5x[M s8HGƸ>''GF HӅzĿV.p {/F锕=\|06L,TA20h8V_XHZQ`&GG:ʶAR`B`V$;o~5D qȱAĞ[wiiu85 Sol%fbHmdK bl"flxEQ3y5)UQp܊M2<^Ka8Λe`#*K(5_%Bi~Vi0+YоtKWޠ̪O׸\5iL5Bf/ֹм@.;3ԭ"%pp}ȓ9[*]ccns!,:K}Nj6}ph.0,?my'Ý KB⋌jYղ1`w/U7Ɲ!jZމ%O7jx>hO|}9Htc87t0<Nj6s;H>uS;S4" :tbA0ÖbAęZ#G~\l eKuN7k$v"t(BmpI<|Mg )40 >Q2,S Lb4 .b)>Z?RoeLBU|3PD#Ԓ,Lp5rL.iÙ")WVꂂ C YCl)N|!}}yͭrE7]~0f XRZ Gl@uT 8m)(w1j}|[Aۧ]͚=ۯsqŴ͖D-OlsWc/  dOэK syC[բ27$z1n;ǔk4P*yNv\BoW%cm+퀩Ptbc^V& [ ^@ k3 ;fR5ߍu)rgg5 {ݟNWCZGG`7Pq޳ G;.kC3=`\?IŽ~EYZXOCqٴ~";bVq07;= *vF%΢\eJ\e;oQūb΢5ྀ#&? a,s;G9fEFLƇY:w9q;͞S<EP+AÞ84a#4ѢN" &D4}Oĺq]ǃF'{jbV~!K"RJw]232Bnf} $$cĊE){ȽgÌslQxٛe?};mX ߜAF9&a)Y]eVԇu?XDGh~ ~BYCyXĽ*% 6QYE/ o[ۜJ2*zJfOqcch"iF hJ(DƘ,3d+u/?8Dx(â((vd'*d&?_Rga'td'%xpBY/)9= 2;aB-ڢ`n}x/8&~>agȒ;H[ 4,80Gߔl;J tF Kt'$#IpE-eBhSJ^߅7G R _>/dXn?VxڜkcO{&+}_aQ(m*oDqB[ASO:/穐ۉ[1Xd2t)LSa [Ur4zeRI ʪzUY[p/L~zdBQ<[I37QaMګB,Bߵ͡Aౚ~znguaq_Ok0A~U o KE.F'gvӖK>EP`GwP@"x|?U><!>RwMltR2^d)2Mj:Ĕ!;VSJ1}o_8F>:m7 :sq"9]9T2\%dj}3!1힏 1~aofRmhyv#"cNjbʻf' ,.HxM˥;t8ˊ,V6k6!$]@^"T7ogtFO1 4&N\0|өG/E3]'jVxT1WGt;KWoLFHc労[JkV%um#jn邈+ hl>R/D@\`z@e]wXOXoQx:!MCF ̞VG8R e;9]ߔ66RS”lt)`S9fC@AQɅۆyРC)q>0GwLJ}?2TA$܁TEVt0+ދ۷+I /ؗA6pH7+͐S,lE`N $m ':j׍[ܾo9jI{C#16?L31OvLj]L䣍{8_fdnlDdP.٢@@RRtydGMVrՃr#v'ad:cd,tfS~ns_;2.9CC-Ɗo@78YO2m_n-hLI=izB+F;"E4{目*Ik_bP(;mu>1}a0ih.fVD!*Kkp@hk6NŚmaFO|W7Rw|5沍9y0-lƣb*HZ;K{Rc=<ҹ0e&HcI}m?ҠHP8p,"Q9rSa N[܁GRE@A(?xDF h`K|~=k=o/D#(ssAMF1d'IF0I|gPԻr?ܑdWL?~SB"裉vPD<Q&5W 3 VFSwc4 8HBX*2;%EԤ9 UzwwcؕklQ8|d {[9wlMiXM>Irz똢gGu ZgdD87WP|؞^-ĠT3YNwڎx9Zlv1$A*wrNǟ`4U9vU71& SP딧XSƋyD&iV bdirטQHקJw`{ٰAD0>TzSA%,a#\-yr>J $."=؈n/uF~A 4c&Taf* a o"!wn( JDy|7+|јK }@R8Fg{|A'= so](mNdk^h 5 Q5@$x*5N^ʾ5Tknb/}P^H=! GN7;ێ87 (@š7?s-{t|Z\je8RuEpc;q xr#/3hw$)~к 'mQK77`xFbNSnŮCW#Nf^\xI=pUD羼0usF T!|y]*a(j 58;3-8h mЈf."V!ɡP|opi>zP=av @2AWnpgr/zPr\y?bef/aih# ?;uÅMj`_LBNq*4=S-GdڭPͶ1Uf03}qtO1l $3g3`|x] 2Q0Wv'Y"RsP&T+_b7`X+720X|‡(.dql5KI:Rjb 8㓡y6YA1e@Xw/f ^1l CJ+~i$7Mj0ti;N `LBx/Z2|63Sm#!r%хeEeSiuH;,\qEz싏0?l1{UaBGίcY_>YVY҅n|PK[" a;0'oxϗ+q"ws!;e)xoA v%)x)35юrdDED$wX4b<0MW@J`$;/vJbQo;A}`U'jBPjwP̭!9H*6ip(8Z&w] #R Q6y~9rtP?SmݒA:ލM%F*"(L(]E"B`q Kz-}ŢP $l*'W"P36zӁ aAX ߹Z/ +S˟ytfi]8#xUj`,3l@DRRix^ 1-w}$@t=le"Dϴ{%ZZԋ Aݴ}\>I"QN;z $(GlTHyn')U`b 9\%B$"l3!k?Ыr|pO$ v܋J$`褣?&pC/:ϨavD.&4oYe,R]mW]1% rJq>H!227Ń2'" QĪ(I!_w7e-|"\ 9^ w̘'qUdE3ݪ ̺X(.*(޳H .#z߮2gp`ԍf؃O)1KLM1Փ[oV =)ROWATp 5:X/U<@z_{[:MxA|y i|OFD| nP-+1ͽywUg]5|8?_MM@Fjݒ{,=2 ?k"Ϥmkj{w@Vy,ׅK i=RdhJ8% ח`$j )'o3 _-o<"=G/ڽ DAE@@>9ߜQVY:33djaX#tNc+3\A;_5i(a`σ Aϙo5_΋Plp7i:mUk"Gl,:qFjС)]}8dDD;NAhJy_r:39anzW4)ˆ,p+ (kdl =E_ $8٦4xDG& 9ArJ_ʃ&xt[ } cV0.'Rtm E^F붎;4ڽ41_6q߹Q -)wTW?*<,,oY<ְ^s7FbH]E??}a?PK>U؞jt+vd8G|+ָ>j +Wn"%{V9نbY_Cz*f盥SQeSx,nkW{rs-+ƬXSlFFуƿ$cQ2 *.*3_x7bk7D/"p/*@kC.- B Z]3Bufm*zDZ.LR7Ht$^%O`_{!hiFs/1FZJ>5ĥMP&|0HNλ4μыqēm# =Ji]9x#YkVP p;H05 j\+3ttxu4࿭Rq̲~ w=ԪX۠>21<\Omꋑy rJ=Lui Ľ`J8EE sV躠M b|LiGf o54ՖUgg+fN,?]>Po0!CuOd _޿qE]4Z:?ڍ嶝R65yK6AH A> c2,ߢ~@Sj78oZ~syk8+$(vçu(腩9Ml"7cx9FJf n{ %M7t0`#.[M'S˭^ k+ڹM?# \aqGzZތhơ@Sf]FP 뷞yCi)?xcV_W-+N=X=]U$C}A2ƐvI3;fqlCdBSRs $TxwԉhQF]mCP)`^7Fj Z_bJ8 {8?'ofFf} >К+e5FqAkw(X(cK}?)ӱT :@b wiW$ʹ\Z5-Y5v&P0 *DR_۞Ib`fX;CJ #*S5՜G)A,F3߮2Ȭu)h\*ㄈ jk- w <QS-Jѥ32.A~ a!6 7`O9ge2]Ay"qu\B`cq?j? L@|= W_-h8#N=5a'"_'.Rs@yj*9z$qLwjZ,:F p_Pw>;$ǧ %=BT/LD )%ivDcSLw)d73h!@u&S?-qU&11{hSrZ-;ᣈ@g۪mOj'8Z:Y_y%\'49$6cʙ ˫Qة~:aQɟ Tzxa&Z4J'7Ka.@&R<W}'N AdbI9|'>U%Xn>zi1iEjK ,%jn BJQ&Y{c Z5_,DZ/L(jv0"9M^|`? 'rףޮTsl WφrrNJ^<ҮW@B2d$/{%, ]?5 z"dL0EjcQ&3jQ Qc|j ( }\8 ]6ic+% 3D08\} (IdpQI{He=B>nFȶ~n56.9ߒmA\|o)t JBJ>[:ǕVɓOTdcH8|Jop.5L9gexlGx]Q~.qF"f_!R1dwDl{9'l í ctTx>GmjLΦ~ُ܏L ;\7 pRƸ~ipR>Iw öK \0Qt^c҉ygaDJ?<.ۇ „{zL@>slRr]&jt! :acdEn>,!U:˖Z >^foJ÷X=2͘"AڥjE~(uiqѱj-*yvg`ٸB:?i5~ȋ !K7}r/储B֨B/Tf;I! Oʷ&y6D7 dĴԔ g79J;Hdn8&(y] 6x6x7ukZbnT[nZR0x?ַ78r0.9~|'A[o{oh{UVq#T(1*7[a"B&u_`GGB[W9-+i^iC}`dvHݟsɮA=PtY:D}b .ca=XCk-N?5a"l#V%'(N9, gD 4"]mPLFe ڳn4:OSV_$kD>Xoc)Li;90NQh|~9h&$bio~cGN9)ZCs@_4, )Q$.]a)nhԨX8k6ը{H Β4V0:fHϠ}Jz6"o<Y"/ʭYym~*q^&SdP8yJepN6__t˪'fRmk瞼..R%c_dUQ#02ͯbTaT_w_j$+Us\ NciL`<]h ޷lMEC))O-gnP>SZAbdKo9*d\]Ou(bSn ,iB<3pxzgrCH*p s@xyT|%@'xqsѦ:c;/7\jG&ًmEpDy*X1dg mR8gFZeITM!PiyaLПEgs8]t\>wmrl{G 8YIf8A /9_ 1j5*؊OycXf ؽ܊(6a^Fr0| 8F5[!Nf J,νw E5q ܜb}HP2,"|t,mth}qb!ra]۩7_`|N* _S\6[i~-kvY:QtR_ּXzPQA]F!|\ރϫ*y瞰[5$Wϔ߄Ң4@^6^."*N4[lp\I\wwGCe- lp ^%.52SYxׇ1rQ I|N+{{&<  C;T+!g~ o")% :Sc',%L1 j~i<bhyBrZ;sƵ`%Hь-Aoq{llx'F5'|ClL(.՞\8!\U-2\-]y,MJ ƚ11#'\&zsZK)"xb .ZߟWR|:Ѫ歑I (\GR!1$WMW::?-6.i`CrePb{G[Ю<+O%iCct&ƮR%kqe /בG-ٻ˔ڥ6,+헝Nƞĥ9zazs.A*Ry,S A)N#30q -?P]2&(2OuAC7G%?ZL@簨=7e~Z4Pk`CzIXsk*J5cvZ]5„tfϮaatҟ^=>Ih[1SQF" Wfo}' EB'6YvסƎsYP iS [95! ,tQMygA7 8 4Oå:M]_ M? ErRe`jY,C7V.p=L/qd'ꫪ0~!K8ޅ HG} w$'ftG_\{X=D!OMQ%eH( Zg;3S  &5dllDѨ;BHz\}W{D2/\C (B!?6˝3ikKKC_ ti*|cY!6&ʎ3 Y26^Pc.0. C~uɁRj&@(hOu̧yr&L}sOtD,ٰ#Z]q$2gmPse?yVZv@|5i֔V6k҃-Cx%e+[iE7*18%|YE˸yc_9Qq1;uR#E]3{~cEEӫjA8^(^FV[+q'Nu3thD",p,]soĤ1&F)3ɵL॒ʜi:B% UXFp>=HBgN%lmY< ?+ua4U; Ҭ!a  Jld>޶\d5B_/ڠ]C7Pcz8aGC3^Yyl2sO jg\Zyp6{&E.-r83>x(v*mQ C])B[=0-|fg\*+uhf*3mSE$lzlή&k)V'D+P-N_t?_"SO+G#][o{80 U(~\ /W#r>3,#gX,P5pvⓓW2'ý2RkbfD`2٣N[}ߎYK y`R[ N#XF][Lk#/ug xBZ ]WmjO.WF<_{-+>sDE,ЧbL$lG"wc3ĶZ_D|)A_7bx李Mt &A0+D 7u?8 ȴRv )kXl8N}WU_R*/po:i;,?5dQI '3>#=\[ ~Z-OܲK'|$^]&#V7{JԊ!\N3Qc$Z *cZs>=ELXTlX&`eSvϔ+e;J\PGnaݼJ凞%0K2A1?Jv=0|Qr'r ]@o^.2/3dz\hkaӿe9y#qfdQk7Rh"<K3u6U\w= Uzލ};u7iCo˸ueB8<@RxÑ*. rYXD,mcU.+n6z;]f,x&L?y.ņ5oP`y昰ԫ_*miVy.olbNv(1, 3?b| N@uCa9 3˟oTಋ; q}> ڗ4ިmYG#¬RY"&-4ؼ[1F܁GZK阤\zUʽ|p *1@ݠ{nwr.QG$e*`F\d p&U-=:dm4uU?'21ߕ *ͧ3,h6"n9틱C$¾*\g}<'4 f2'0|}b:tRE )_K$׬Y0ofJ)"ߡad0eiJ-pTKlpdTVG Js*Bp]!YQ2K@ߕm ~bxޚ(1Us# Ni{y")&r(yJCnu|66Nj9F܊rYVE9x.鎴-P)nDoD&JpdNWDBkaDa̺E0r)3nPjZdoĀ2۠;VR3DK_yDn GQ=cE.I&;{R"QP:\c[/<LR%$AdV ?!uU]VA1)p᠍{l9x*㬁>z cCjchOfWt7 +<6Y8U} 5(*+ WYa\^*N.ޔDPRʔ ޽bH\蛌зM,p7J~#ԧۇ ɦZw2X$D_Im4q/ၧ淚B"vmB i/)_ n1 ~sh)Ӏns8mhʓ_%lhૻP)%W/|Q!UD~$le ɖ5$L"`C^(,>h=Sٮe;HI8 {E=tT0B Wp}qi6e nAg5#JƵk&#v qbƐ>Jsrr_s,9| L JÔU~FqmEKQu9/nIb0ܳz*~il%({~G $0hVF5R[;ƇسzM m#-:lqj c^2YOu؊]Ę)z%?;0U+yj΁_e~5i jT&8nT蜃5W+V2y,B#"z1tfG]4ƭ懢dFs,"b ҙ8bZN3K/\o.>Ƒ>;JcdDl7g&+˜vӒ)|lRO6x-n,rI%Ҭ{hf2eḓ"t+>3-;кOt ]= b+b_5c;O}*LSZyޢX)0zzj=~?φfgY=1XjB(+{~4yΟ@[KK#Yʊ|Ј: !vX)]צY[Ep#OVnlaSG^syOŕMлZ8x-iano#\1«͝5,]H8IY/'JIJg + T&?->1R AUz4)12(ݺ.LYѲb}6bs: Ry͏ pf<]y'!)Ôk;UU-]K[ ;f9Z6%CKwc݂h,:ԗVm+mv'GTd3N5̟'5 s%鯨\iOIZϨU+.|t js6 ՘e l#Dv씆栗xONzK0FfS-?uDwbI/R 4[CaM,ZagTl:Bƻrƒ] yjIFA"a j:ǯnT}:ę&-]iU.% (Um:DQ<{qI;=h#]Íuodʜ !Yj+lN8݂,CmS!?؏z&Dߔ%F0WBN[-`Qc5W|d`hЙbE*SuU^nHfV"~`QX;h,*R.NrOWQ{+#Qe%™КpF qIϩ2>3[Og*X 4DsEF W(jiB^a& $7=hU6f!ZD} aS;wa LLi1|RH.$}Y:9;-裥{>um@_UK]}6ѢO^뚑iy|)֨c;>hm2)w 1r53BBLŃxa7{ܮ'=z1&.Xvɰ;'Wa:`=su0}aEt젗`DWAȗ<-AtRYM(xUN q0Z1?q5\kxX'"v?M<+X$8dpyUVGԅ 5!? u᭫jYȃL,QQv B0͇]p`p%Z)}b;"!08K}.:H&Cb~6K~ڻd7Tn. rmQVc;\2m1U#. :AhM놛c;Kf$\jJ8BW9d773YUOZmrU/fK|^{]`x[%pPRF81!sΒH^aEDjS'gASD$Ϥ]<݂ǟ.‡cRTN ່gCJoBdpX XH`P^]_'"R;eë( hbs5 bŚ;|Sqb h[/../*+M7CR 䵅XDP#Mr)L͡"hOz럜 Ɏ.6Qp6pʤ>+Xtm$o^|Ns[9k'>PfZ,5Q6u] >W{0.t*΁їɠ), QeAƇ&?CpķĪk٤?|<]\tkzCLɼc C>Wd$SY8I '.^P{ͺ*OFz^-q@/7sr@Ec]z_{˹|N)=Sp͖oSmu_ ( K|+"bAH^][ix87QNm|y<Eimz>C)uߋ*w{U.譗!\M cAD:OoYkDyt2{Ct´, cDz_J1 wzg?6RO(G9pqe_}ULVrG7)?Ȥު=AcV9[Ka2wAvlþmoW}Yľuv Y=t9-Cݷᅡsv䡃6_~a/P0tM<PWP^( zxwm[4;NJMW$4ɁI,4=N9.t\Bx`iX^W4DAJG>~_#6pvKRP5q"!|aa|lU@u_堠 JLO٭`vwD3ɍmy# u@‘œ|rW\ W MO}[pj"s"Pa0 qG(FK.v6^ZҶVymAm)7bU*vFǥm!k7P)hKYOfDw*nds=Dc;\Hqh)⿺k]pTwHUm3u1ZS,MΗVpkd+Qh\IV"4"'=e9 ;D $+ gMV(s[@l"\$Fx'ei;݅ hHИ,ׁYtl NHb R+z 2rgMmqC ''}cPK,؆萆txs4I}=RII0uLݹk1Rܠ:xz.Z=a})vZ7SKk䮼?IP .ˏ/|czҥ.<lՍr$@4[|!5' S̩?smʕcMjDz֌}h3nLEXI/kI@*!0w9J(8(2rLbGřVyޓ_A isIW8n3eg9TWe!Yyjx|pcaAmvmؘ~F  1 Xo{5CvW]V Wsa&c 5q[>f% >pV$#"5Ġ&{NEY=!`=FZW9Q Dh[O.FRYpo6=Xz< Au&cbZU Nω0|)=l] 4QT*A[z[HƜkI Pج[tepw?8!W3,΁:,m':$fǘJ9v |Ny Wߣ1Y:GqtTE#U<+,ɔ9Jo]-!U CstmҬ=՞2m'MIr-e(?͍3| ),!20zH.S1E0)7|}])W(S%Z+ &?M;:E!o:Jh#f)ml% ".|iuLcҫ jy[g<1k}qkwiF^lt/Y*Y뾝ZɎBReY1? 1whEHlPL48bGWAܮziSxnV9Xus{{cߋX;q. l+,As&#u^[.Uύrsz=kԜUT|D϶ZrϬl e3#jnsc p ֐- rs5.Qba!rdԝf/WCwXtPIq>BE8wP˂˾[NTNr˂Ph,Ūg" a72HG-fqv^**ǫ =k}A45Kg[K^Rb,;?ىDznKL5љl(c,] DK9gHTH&Q#ZbGK{;NUnnLc]kKINCOI}B11eS)L8% ˓+rGčUG&6hfu|HQ@TvW?S#}=`) LӚ_WÊ3ct]|ߣGؐ"vs a-5Ң$TLju|C6`:q3.wmn(ʂi>4y: X^&)W]-iul ohP@$,f^aA^0MkVi>(׹6eOB',tV:L[R1`0#ķlEuB*Y[~mDs}2 8A12 cmaS}Y4'T 4瓐a @Tj {RE eň*t<Ec UŗP]::|GA5>,U$ߦo`+pfS?:ͩ\4[!} bX{U #Vɜ-pfм oJnvR$?5`M7HFo7^4fpgL>3di`'On/jIa А_01zino xp& Rq ;p?]QKd}cqqY!ݗ  s\'foH <;z `tTM/@lR79<~Hef'Ydw~t籀PcWwɵBË AÔl1P3-jSÈfBSཏlz vUV'KW=4E,pGFLP"+?M{~~'>lueG4KJ+m0V ș@ml{io0e~ݪ=aAG&F',4}RxЉ[}?` ~ELv,(J}- ]Њ6V[C3ᶌ ֊#gp* Z,RZsؼ,W'Ok]384WNEmHD.S?aH@9kJCxKj* X[xMcFN]Hr=jp0P_g=jj`SSmB7 F4GtѴ5V7NK"FfhKf UFCEZ!&=Hnc w[I;p# ϼ&[LR >~&!Sogٞ#~Uro(f^ibwTCNajWOJA8=\ΨSШiJm(R6-iȶ@z r3nqSY^=0D-q:?}vPX'T$aekKS,e<4%hs}oqغCMl^+^ېHG?&xOįMA7) M)=ϞYL OˊmdLoo*|Б/!;UAuڴv*^~R2XVP lHP}WV¨1Y mޢ:+ 6>;3!Z ȲF0P_ӏgod;]4w&ҍ5!m^ k i<\=_'V+l٦Y6f^MjR&żw wܵ7su缪QY )ak+D+'bTmt̿IpK@06A-ǑA4PiO Qz?4$Jdv܀zE]E GXyOvM y(]ȈxdH:" =i7ꠃJcML&oc?ƨB{$UrFQmY~X큧6/ y2)Ibkgᮥs/f8m[;K{gY I~ CݦgS9&񍜹\("2'1%e"R4t,3=ی }ҊY<|nts#fI7j:m2PQg&v"}D~67Y'5Th7[oOQƚݲod_r]B27hC>;D )0IDBfwBqrYZ!&:s@6U]vrW4n#'L߭ާoxgvmd!B]eAԮf(u6,#|y#pkM/˴Htj;#\$ f~{6m>hN;1E˛Zw[3$J& y {]t&7r'}oSnCR"&*]2O]"j MSO@Jfy$_nhtC))6E9/◯q nGL`zJpI*m(ZA%ɰv$Qs(9Go'ӳO`z3 e8PHrb:g:*pHH~M׶[EdDx8Lh?1'u0~3?1! ?v*\WT7~H=`x  \`^n%I`Q(_q0aELSjMkw5IY +aEvB1Y&.>4~1B`eM?~qԸw1p^z5%oVǿ<'$r 'ەy]] Y&hO9tUv\:phlf{G rQK_#S)t^$.`EBp!G {h@Vn^mо\H@UzG6.M!-]B5w$.}JdCR3-8L D-[UWpIjMǡW}D6m3%Eצ=E;YZsrQY?Fvep'DsMGp(aF'%vJ [眨_r{DMԙ~Y߂E3N D^-`߆S;apa6?PR=Eq>)Wd|xxM== -h zs>ĥ"$'u‘tI yRTpA?0p-hZs u@xy/IDpŻ \FŻ]۴Z_0s߯' Ae^3y!RTSQqd,FH=w\+ύs܃̽h6u \2N_-6ߚClYn1! NC”Ǒܧ<:y͓-Bs**"lƁ~*PNi&5!pL)\o̰W.)MO\h0m 44oM*#A`aWGfxǘ_UQ@ 1]a(rWe"LZ<&O̻Mvc, tQRL-+g'h* E2bzuQZ"z_Ndv& <0\ S`Wqzn9--Aln? V+0X#(5ҩ?Vc b͆ҭ'A\V8ywO0p_}*ؑ.>1_ʑ3q4 7䳩-byC.l[+H,ژG$t| Somy]UE000]iE8eMoɒՉ1"h"{­s%K"@`?=f?SON|2b1af_gor;zd XB%x>kq,uspY>D^h `jCx<ǎ2:WB |/y<%?n)cy:爊c>0||(.&|tixݼ*I4e/0c^")'y{Y[DibJ%.dO .4 b{!>6큇eCS_o̎yqfX;f([6MWl^`&c{uG܆>PۺJ>SӚ>gvw{>^5G PV&S쳌,c56$ #R7Lᙍncΐlh67R36!XB[_Nhs gE dKh󼼡FRƈ&CoťvgI޾wO`_+X)j6 6ܔI  @0sц62f.@\Q gGoAaAqGwc7dSX)L`cc9NQ̍'@Ueaf(7wFM_`=U=ɸSG>d/PC, 9t(R>(7)&JSV# ũFS`wI;w4vu U성ǀ"K .`7_4JUp໿'shdkۖ)1j;_)16}N:TiX;X(ᥠچm[q$9۔ / Lo]KAͷꕳg!,X Zi+WZ=CIUxV8  mevH J"0ǏF^2{xjMjw0c7=){?L+ cs{}xb#)޵{Iaf1hgh?&bk@[ZIQtS Jy |aV:sb֛蝱GA9/(V[SƻٸJS MNVW#drъ2wާrhK8}zNc=WmXol@x~oµtQ{@o/(;0L"A>ST|hhc}~S̐e-Bb,\(MEs"OSHΈke%_@h2:}g) ላ}[q@K /.q|u#-?eK A&^Ͷ@<đG"+;R#@(/S]@1ht*: iF s4++zaM攭iڒku[3sүbZS=bcMWKJfmv}u\TYI HEUBohY}F4poT^{K+}_h0NAaaQISB7ewϬ^9d'ӄQMq8K){1pN ,8峙f4~xnRmK mN* r^.W-cn釅i-wgb]U,ǿdTS6uKb,(9SPFRݐ.VXN1)e ڂ "!sJ a"vpk~Y-X0bJkE. U+x4ר<dU;jrpShlD&RjFc^III >࿚3p_1/ |Tp#p_8 Ɔ ja=ÄraC&V@<nj6:O=0..24ukZ\cZe/1n ӎNO);K- 8t1o߲3Kk}$Sʴ.X3y_ϲ1. 'hQ <[/m}$+y%Y,!Pp/[ӓDOҙ GQ}wPJG:>ΪuB?RIcv2Tq't"y)P}6o+(HuT77xMay/,vf%6eN:6v@C-]UiW3δЀe|JP)u` H9v*D4l>Oӌ ei^6i8uSֱ@KmŐxDq~[0L;?T P*u|#ڞ*/d0pp+/⾔q)Ě;@A& wcv\k~-cE'uo"j%8֑24QV)vԜ/D) *:"̩w-.(p"FQCY>j~l+(xW|~<>wF{(y2" % 0#V{]}kB_3jG#ݜ{Q58Y(~VڸHuͨ(ǰ?Q:-0\"HR+΂9B3ժ VDkHn%og@̢X$];Jz2`C 6Qou ^/~բŽr)b;a"‘J^ }rteW&&mV ?n|oV u^)XC=zX9#txTGjoηiLa(/s͙, 9l1u01#$Y4[i[,R1]{5:(^y>;͏TmIMVFHNavBme}hP<ԗlZ!BϿlXs,J;Qɼlz`9Gf*L ȞQ _CCi`$mW&C؅4պ.+F"%nEgh>qsvW5#Kpm,A"¬,v*m({A0¾ԘIN`k&89ᵣжjWS;32HDwӹ/mJA"М +lkUU3sTrA=/WEݓ^)(Vl G `lsC|0Ah<%4>Ρ]xkoWO"T\G|ntnV~x@XT U?ɵ]MOZ|Q"8zDFЉs]02W޴ޒ5m O.nwYc2[S.}(ӹQ!*S QqGh2qތ} rs%ɢ`.W*/k7Wh.۷4GSmN6kϠhvWhWOKo<,RuBxDSpb}X"G;e`_a%*4_$a>&ju <:'FGIrF0jh.vWtl ܬ #cM(>fR#*Nј%%3Dڔ!ЪӪȑ*p%Ír.%̩2`-'<4>'E`B<|00/:Z{\}48Q ySYAuuۢ;a?"ѷ]Y֩ia.̻ : `uzlj̍9w}VKUU“ߎy8E]ׅ~%FhyT# ~%jtWV/bC ߇@ S zS`fm]tigz"wSjGr!FlPyȯ։ai64D=n};'=蛷]oiB:X.=3QFSXҸy4/gߵːKrO&ꀶG Sjoo)|%̾7#b~"C<Ռb J1G9õڴk׸O1PђbR c[+s߱`9%}*uxΕڔTɃBYzƱX{ʔڛEzDJc9NӜ^tAH/J+`$Δ{1-~;AQvύRDoӣ~Deg.TI ͝]$73Ub}~3jȐXS ִU0n29W;֔pW%O9{ ! d@91\8fqtFrfuό ]~2ՋL k n $n@ ¢&b"06Dx^v 9m0p(AUb F24fQE ٰIyLF 4hg2eH(XbۏT .u(1OfQM2^nbhxti:1QIMm2ڇRzqzo;O8ڧVuc_~әdTCG:(CXضaFXauINI! o]^J\dosb$P Y0[5+W]d SESR4deϒi4|Q`ֽ_YkJ,pC#P HX`'?qtZv{^ `7E5Hn֑q B7p>3^;M],NWo@p6\Omݐv+Hp ?h9?V|j`R=H Ւ:tɻb_seh<' @ݤB0  $f)^SKl ЕGs:p^QyOPMICn`փ•X nT&Oܒ]b&|6Tg4L oo?r%CpB`jGW=/c&jlxdZ(a L%9r!:Psܔ@>i A'W!huiVg!4MqДH/Mcx|0?ӻL}i6ԛϦ/"7" ڈYA$/;WiD"m?d6suIQ՝#,\ >T$u[DK;49:p y:3w9f-Us9Gs ez>ûKXXm fzC_,cS4~2uXV' N:ôQ0C~>2q|8*e9j#St=v;daW9RQFhtTElXO5@Q?chojxi:aoz: k!0^ 41@sJ[ª1ڄ6=UdV3*@G.3(X4~o  _/ t/&L{wg򒗿8;j0~Eq{&?'èSLٱyt]%p{mDzyǭp+u΅I>xV2F@BȾ:7; w?d|$ -tQLQpc׌xz8ⓤ\svEt*~)e3fq~,h.0[Tذ̻Z <\+z;~`#0{y/ ߪ>av]|{>TzE>9\c9fb3Q=r>,rP2sCes-md;B m;Y:MyD#"xh37Ξb~_ARy"c03bϗP {: g(PN)0D2y=K< 8YJב* oeƼZR՝nL h>}k<B{]kB)=E{-e_&:giBb#ӡlsn+AlB^Lh9)|9܊\ɶJCh긽s8w( t6޶T< !}f}E cp Z3jK*$7gb6Kʯt dBgGYcDʽ!D%'D?Ÿ7 Ϥ8"ũ$d&b,z{2˸EmraG%3;"Q žtUF?'r^\? a@±쩽5}A=L`#$K ސS Hj\mY Īh8W%A4ާk][1LɲF06ck"UOSyRխA}%ⱍZ{JX=)&g8@M1$p T.#JH c'#&L.b VvԊ{pȋ> 0#Qp=ZؾeoYic?wFPaY;jc+z$^bTQ?:sdw)H#&g; (^oȹHbQx7-@9䗫$]!&y3Х6$>!Y ˂=BbXC>HWm ;L0 NS12)W z%-9YJꪵ,MEhМ3amJ6Ab^QPywqK_Y,.QQXw%0. 3O:NṃQ$aA |G3kq&Ops8 ~|CM顁8j)ɿ/"Q 1)uhq.5GWr ftAO%MOiE4B2zͣxs'Df3[Qub"zLfx>G#oZ<`9 69MLx$V tNU @"M{|0Xb륢\}oWT q@!+cr[g?Tmqާ5Q^0k]A Th S ]D6 S L7jy^X;jWq1YC'0 .Ld^rL%JLL/8}\RIֿPA0H-g,F;ʷ5܊?F6“Ѿ^zlgZj"8?DGPLCmK0''K}R`r+P2' Dj@bk6jޖ1튒3}>ȟ2ģ*jEhfF9\[tEr6.{*Sd/WjJ0vqz܆Sn&%Э4@2jaw#M>i(/G8<8b`BL.Baj>N% J cX٪ܫlk;*>"n;ԙ?P\Ď0Β'H7Z(f"*-Z sĵiW!Gޫ${gE']]|>*7So{_:a$=+ǛѡvSiEJl4Djk99̹$Ƭ8>} Uu"H-<#&,eӲJf$0~NM_U=&ʼn3FH;v 8#(~a]G"pDdT{PQGQ)Jqj~e%~BҭQ4&yBeA|쬹Oɋϩ$(8V׫",`B/_ݘd) "#]a pl?5,G$SvGyc6l-1_ &ϳ%Z8gGۺdV*g~UW3paW)Yc_8Xy/MKJ}(#]J?KvW_W {ŀUId3EWC0]Pl7?\Gɝ:̶9s5S1"#K KKUįd?'xyWVɘ wL_į+oYDB). maa׋A;T+Vcy 1T)M{Xe U45dDžH6Ðj{ZJ Q=-B 8F˓h08en䐸.tKb9s}mL2w.Ff#Ze)~y.]=a.q_Vu3|kY'$[U#)r)#e#5+LU|תvӏZ~DfEn*'A`8+:ZPԬ&HPϻ-EßGM2wk3')aEoO1Nh=&[rQ5 {b>|@ bdɧYo̶vb!PĿ'k Y-t囮fgo/,PD v? 70i]Z{9ƖID$#1:c"fDG *=ѯON{^#U:-:t1 K%Vh+5h'tMt>`F(>4ٷZp"Zc2D*i Ft>#ROz1b`݆ZՕLly g`yze^hpm0\߻!W3;0NfbHz$xcdnMp)DHqIcq8?²:r*qR%-[8U 913\"gBszaE$4"ɏ3WN w2-n×v$;3lMvIV^mU`x8p=C">R楧5p FYE Ud3RcdUzCiy7MOD];/|QJAKys<7O0^_N M W< 2j-g' ;%;߸x|&IJ;hy\(#Ȇ0!]EnLoB` n8B9]_'6 ˔c>*Kǯbtikæ (:DvT{*AY7-zG-)g &bHU|qEp~P}U1z%)j^#g6cW{1D:!~eӁ+ypJ LH1sҿ~S5Z+Hix𒌁2SH_4[I}GBՐ~p"xW3WzYlSaRps/H'\u}opF;0  BˑS}f -$(n:سGh8ʗ5;{Y[=7 y8h<=hc̉;<h%-拂LZ_y:ٿNs5'z8]:)Sl<6ީdSx 2'6"y0~USJ u.NBe-%-5;mQx/03<-㗩GY` tß!_V :|b0ױw!!p?azPva%'7zb@ d]8sox"Mg~,$`r1]/#4>qjԮ?9|a*•J4 vTcgX/[nUItgV>=sqOx_=v#<=k6m/6y@棁x{褅^pN`Mu0um]?*58m] yjiE}1t5Whآ%X4R^Ix~I˺!ޏ/tWg~OYsM<>N-<ފX:rE[~Y=5srfm:$5j0VU6Gсx*wR,jYS۬-V7(=TԔ`he[Z}GKD%>̀'pSINcaWMI66rn0Yv(͂"kV\zv˙`)M8ȋpOi>m~q~ fVqԓuE0b/rfJ6_ GnSȤېgw ೈBぉ[|fir=zpn"EeP TT%?Qe(ʌꤦ% 'cqRRebr%OyRQX5Oxm.OaDDam5tԍ=9BgJx[8*Hܙ & F_K3P^3o.̄$nRʮ _xio՚/fCvǴ#I9l 3ixޛ,H]v ^Kjɩ0]A 0:@ !ⳔS3Z'GW"m+;XV븳DR^S7/6ұ9-9(W´Th'/r g|2ӑ̨'S7^9Fb6pI'wM N$#).Xܱcp}6i; {–&iHvJFϘ&x.8$6! װ׊io Hfp)9뽇Z]/ZG|<2~R}՚Lc艹B@L`-! Jev?9 $lpآZ_b͐&T_YQNL0mW7&lUn75IҤSHyYÚ}QPi|?e"HWnlN8^ID*)<9 RġOM,,L(c @B~;X+#U# qܱ幜\Jb(Rvs4S /O c RJTI26HIh1:8 "Oc(~b~aV]u‘h+s~XӒ&zfE.)QdBhEj}Q\ Z+scu)CrZYLAV|n52/e\Г{11ԗWH͢6ـy N n1ڞ@9Q&[/k;E\]ɜF}g88n',e;2h'cրni* :F _"CE1O+?\np.Α53"z6 -Vs qY$(G7  Ba[9jRF>G\nԖAMN^NASİ(í#S/?`{$26y25uKtLȟ'7.j8clhMN]b!9.>| >'"֤E]1asQPס~u%8! F/[?838-,m$׭rMO}jPmΙCJt[$GNj ٔ6Z PŒ&9/ cu/>KT)y"69/c{,jb 8Sш13u6Sdbc3Z` `swX6=n_ˣnWQ@*,NɞX Gr< YT0^ǭ$7z'7Ai⡄)LVg䊢 ᪪uT6[ :/l`ekxUt%[Į`Ll.rO^ s\6!Lmx^Lm mVúMb^EZPWO+Vɟrɾ,/7 Z 5ٖZ>\O`VSun8XzGӐ,l&w}q]OuG5 ii@WuYn8D}焮~1frR~+U΢ äPTNX"0JtT:9ӔXHc{ЉSlՐ|JW./ J|5D0%W{#7\%KA痵qѯ;bh{ťAHU~hʧ .iEBfS>Z46עXY<X)jDw޴i;MnU:ȧ(Lxk8o2oSItfď{EpQM#vD9!̷Ly<)P[VMKgIw#Pykgn`hb QG FFS@:+#S+Luw2sAVf÷I \:&] I%t{ȫڮ9B:eX6{s|z"םbv؀E7],JBf@"QɯLVjsʏ@$Ъ8tYT[ he >w]Io&/in^GKTJUqT+^E80-vHU%6օ?ݝs3LH6~G `\ݻ}Dh߳fnL}9 ɷFĎ=wTrMN}M? zjrUtY]DE7!l4x{2@"%:|0 Kȗa+ ]ZZԡVN2Ec/2F )lEKyhGwǦfEОA5$:(V)8U:P[~PpZ;.IJw+;Pji vph2/$"6}D8:r^&絿"=;Oˣ T-_" ko!1DCd5n/ B`" n5#?'a٩gD*VE6fyJ@I8A{6/NC+`:pr0j {u>17boxšNl(V4aT !cw5dž1o)e8b\B[wiXe .oTSe5,oբF^,+~( QD>Mb [*eQAa'DJVx\ZO0ʜEc )!\݀+GncJ|A *Rnr'!UxD?3t`Ŗ=2)RU1dQTqL2l,=Żߞ]̔%>L^/0旼ںq ʔå\AC@j{.(7F)0ɑLҚ!%!5r3` at =A,H՟49Cqia ]iYM{t% mި5]X\Q>qv=__D\W[SFH 庾ۼ㈛Ple.hgӓ3^_d>3!T0}&Ԉ" q@Bo. %ipþQf&*qhYfshxUG{Kr+r tyT֦WPDmitsNm_YՍ)څ&UHb(K(1 \ybKêcն>x2*9ݶI?wFkL>;B ִwT-ÀjB DUX/Ar~M#}4)5| P'zP%a %FdG蕒F 7vq#3 \GyQ\U?Rc8;w+ʂ7GCx[:m(Hf\'L찊 G+~scW;"|k`+G<߿~ixqLSCk"2jE4F Gv{`~JgRpoD6Fakl_"CUāA:w%ݗCC= `䱗1N]m?[io~5u5.*9FT 8kTv@nBpƢoiGZ-dPG^mFHo6nx>zH<:*௫;I?dKn\BģOcw/I8wPUX|bH9R+f@g$Vi*>UD7vmxVKyNI/}Ky%crVmPzJj3snf.>[=F6͞M#X,@L8[nD2soq9*)}Ǚ GД-GWPR3}AprAκG鐬thr7AM! S8r薨 'iogE>v ~?Jl<AOw>Z B+JBU"y H߷%f{pnK^ 2>L ͰzwC MѰ1W)''G\3m-?b dGTɗ8ԩ fYIg>HE\Hw;Ռ0,6g2/_6: Q_J59?'X`$W9jK|(q2soAK}xm*>¶c;0V[, Ը˦2X0)g/7axZd̪]FwKt\͸tNGȯyxLˬ8QXVҁҶzNKb%IFZ\gE>xq I%'RWvK_ ܻ}:ES Gp2_j[DQl1G Yx[Wpm^xִQ\}218ܥ}%NMPk^0G'VxӑFrvTO'CB97p%3:~(s1]pq.#7\:r?Q&A0L? `?Oo$쿧N$!,u-9L-`޳I )v}PElɳFٙ!x?.hmzq wARnQq?ji}g.ȱq)t+̂5hbpf}ήM`9'}jLWT _ѥ1/-C5m8qB$ REEoʝGx/pat[5StAݴ97Mu>c2@QVf6'>/3f=(cO=ˍ$4ЃM| y"rs#qXPJ6іA\YB9M%;<PDO.2 Ǹ{29B|ޙIk2 YFHH}s'|QSE;xN.ҖCmo,F^>\(x!޼j'?_K."z#W|SK >'v Ag+4T[N|D+h[R:׮ЯuZ- c_mǽF^k<ۨOCwT6h-(W"5G\ǽ C g Vz& oګۙdYq@9oiLC&C4|sΗK ggED:ibU=JYcY]:%-6k*QӸ~Ԝ1e0Phx:ߠ$u3ܞGVK^| !:8$zH>#)X-Gdqi(~Eϋ2@G" ^ݖ1B7\7g߆rΟL5@!;;GgJfk^SUcS:vCzõإ-%$ӐZT5s܏!et f_пbD J!ķ33 &jFy PHJmM"ʬߩp~[Wy|M+ }hPzbq7 K.!̬YF0켐W.n^Q%h:NG?+p+b.Ȧ(ﻅyR %V^i˅"^4RluٓE#n1nʒ=Gys]aH*J 5K!-e2j=ll2׏a&EhZ_6A$N~6v"b|3k8kq54r)Zm|hbS⃳JOF0j&3יf*-,,i{3!@v׻t gGth=5@9:"㡇/^,`Y|i`1~M2*'VS$9|6 y{Bm(>-#%a0ikhfŷ<K^PH6H\ )<\J79slWq,<12kx? F5! 9{l^9E>T1wK S75S_6t'@=_'sP)3T4`.Y ~ݏ"](}ltuqwZDu\7 bgpS{2S]1Ղq-x쨦ٟrM>N=tx9IvНrևt4Ρj(uG)ArIoE ϖm1 JzO/iB~)s6cQ<c4elv=;A(ax/g@%KS@/W\f䠺 * Kzw#aT WL+@ٌg"v'{:':C1j\'e3/E Pcs㼎'1: k/QOt/pdVU2xeie*L@].w{ײ[el qvi$|P#[D+y1 ϲXw(`DR ,d)\I/FK7EzByVP6=^PsYMXs:m[lЇe,6N]+`omfL_"r+1u-"D-7QV{d&sI >JwSJ fxgT8WOG(,X9:LeCDepoLO3eū• ?oqPQQ-LlG)f L9p00j6nutip Ǘ.:q`3eBMa@:sψSp5^C@.q~:㦿Eo V- $/ _ž+'i3/$rZ>9I> HL+Z:T˟4*#H' dDGGd6L ȩ#7O+Vjߋ|M̜ƕpᔷQ LeTXp 8o%ľ x%jZ/ "'0r+6+=q\]8_/C F ol fc9B$(V A[»͹Je89]Bkbr5,mF'\3pX)I6xQ{W$TUH WĒ7 >eJUVDOVNܿz'1Y#._#,m7aSc߹O3B˄OJd4b|D"8yi=Nĩk*k@JMnzmT=BJ~,6ί@ 8?$}7rNZQ޾E v?%q̈́ 5wLڑLL1Yf8r'McPGƀB:ԟ3' +!ё[%e Dv|(`^O1tV J "ҒZeP3in-;=k6Ivy`,*FKuS2c@T@7$D^b)Sԁ1Pw |#~HJ-IY1Ϲ|rqf&DhcR -U[1_+y^'"/I_>j+;0ToKeG{A2 7€ =yí׎fpJ_뛹/s:?&'l,:'Kr`eYVP{iHjU aHtS }`#N<>u-@Vڏ%*bk s7\|&DŽ=Q-VHkNy Ix3a&W+3{"n FLT_#]%nYK\e.Px(Y'FMT+]/)q]5!CDA+Nb]Er.eMmkևxj8Wbq4Z^m"BϫC >+QZmE!M|!q()Nr̃Ǐsy6u_O9]A-IN勅#=Y*$ M?"RV:h̍fd҆(ҹw^FLxkS{`AL_~2 K#@AwtmAkCʣA nBYAe7-5U@k vC$agIbbj;(02t f6: 䏭W>{:d-advAn 3ex8Wj'%h{)^͈o(3MH1ar(ld {?35׻f^zpC)$Τ3+uZTFf;SVJஓ>qC7(י! ,dd 3FeE쀄j8Gb5^[VF}:]%yD\IdDn{Pf$1eux'نۧ4Eu+QљIl$AKBHu93p ?+JѤZzrrôdn#KX/Φ uDLXLi>NwrVi\ixf `TW)5^N=!}+oJ&8m(Q.-7#.DP,>N W9@YQ[KBM y]{&-Cl'䥽 "lr=_W| LDz\s}Wlam%Tk8s8DBg, l+%Uak+AZ7l; k`'2Yn&Oj3M"? ,IH#ᎁb"dž}]qܝxWm , f{w?u}|y'5Rah:L~0+*fhChck(]ᓝ|?i+]|PFc` 냎5Ժ])ٖ'^;L~:1S.B)׊+.zk%HI5]΅,Lb=*xzD-Qҟ t!筪FM7ioJXYI8.Bꢻ:PDc$dQ`;.J= emTI.B*EtDk s|Ee;ۀʶWT}TM\o)_p`/E>ȵ8 G\x5ɇb/$^oj/a9RI^o\ZX=lytA]go!FrڒDj#F(EkE+%E=__ԀID&F4Ch}@JlT]O@oK>zX0_EIF{đ|LY%P%~  ѭW+{gXIF3qf]"@y1@aTNZR׃C-|nt,a`z``@<42ܺ=Pw t߮ '6-]א48(2eibNo:-֏qxgBf =kWkh@;69g W̝DF+,g.\;Q>wpOm㷇(U>{ O&X<^ec)$rL\p{j?4ڏ' _{xXSoΨ j1pA2?`[#p/㛌-Bpt@7{*NuH[٧}4W9a'OF M]Op"hNSܹGu=[Ryk -chL%G4 V֑ðㄐ<C‘(?3$o*>]%`]3 BLw s's)(?sόTȗK,vll=ΞE.5+sQib. TEdMi9t><0m*[W_^,̶jWϕ} #)á̴: e6iNKqC9*$d^cэOY!"M"#؀͒P違`{wc9٤~2J^?:XǍ;ORLOY5R祖!n;Tb3 ,K&4`!1P'.DVAa{NUK[c'gum`K 5'=lIc `!22ކzMwԈ9*Gnv^ 8Y"-{'K\Y;?>eņKƲD@W[-|\ݟ6$kݷSǖ[Gܿn1iQ>b:A+e72-_-((G?ƂdacM_SNr$psÃfWX]ڤ8 @]Zi_pmnKmΩ ft;] ~p=Đo4 &C'+y3OVFwQu5?u-vj^T ISWv>\.OJ]6ct",Y1GPwcNtNj`6:ImJߕ0z)/}f迴f\S;سP?fuo /vuyoNԎtG-//d"YoV١G\P[&"ȋE+BHJ`->u Y8a^Q" W2";C,ȅ]a,٠iʤah'2G3(w!矽(, dWy 3:mz j;K tV~.=cJ@Xn $?I~qqW6_R4Km#~{,9}DTa]Ñj>:c]7FFZehɥ;='^ĸ⤇`ɏ='?(,e}t^z% %p@/t U"X^𝬅- qH,Jk_lO9*#kphhs۱2+tQj*O -_ʋ 2 Z,zxGz90ᘞ@U. {N e!8c7ӆ$?.I8?{a/h#M$W1{{3WU.k0tA Vrr? ܪSu4[|c1 Ν=ݹud?-./"f1&;Q].z${d2ctX /׹S4٭,ض{_2\csw( =.9A}M0P)2e{M5iثɛݥ\x|j`xP5tDUd? {PgD.b`x]qCW bHlR4i&}k iLXOz 帝nلp15ØkB}& KG]E jGϷy{eNtR;Љ0&T]AaNds# .i.ƴzڞ;/-1EOWP5 Nsηo63h d±t&x@Dz*`/~,Y“V7azP[  4zn  @ ya3dAP Wf+?aLe3E@*Œ]P6^j", Z7럜D*mIB[ypәd+uojg3b>s&zOO+|pQƭ'b[X 1u(EMKc3I%r]Bzhٹv2\M< < j2Jb笵(&xRՔoP9`&vJ)zI^Q}4V80]ƖsD?"%.] O,?^/岊*%p2n$piW&8ӎQ]!) T| ]-cY*FGegC=Sp>shX=A~OOy.Y6N,r﬽  hiѩ A\ ޡeu- ѵ5+١цҗ)lm"*imc:nm=0Khfl^:\ Z-c2jMZ-hcit/f>UA \YiTkeSYߎ"FAnOlU|G>4:ȸRX g0utL5PtTsk8YB{3vxIf:Gq%{)4#Hb{7ʧ,_롥 @I$ahv4X|U86II^W~c ,>3MoG'Gݩ2to`_ ?;!*G~#Ho>M\AmX*^TfPp|EYU7njqq5k닃33tZR`J[uѓ $;ugo㠎YUV+',KUØyZYTN(fa4q̪߾#IWdc<w .HEca< [%"'&,G]~xYҕRJW=@bWrZ {÷ fİ+ٛ*շR#ҩ-g7;БV;F"!ZVm (X-~_UsIr F搾~f-ԗ4hm9z|ؚW ' Z@.ZJ'hcVB[ZMbBd3ujZ8S:+E_S>pNe9FׅKd* k Y4Xq] \Kv`W: U[P_.f ~kՒ"&d%N:6xMzx\)$%t_yF9W$HS _sUeBkf1K}$RKjZT?^!j)a7 _΀>B[y?D 5(ry,} >E4&SEDNB{bR3N-~|Y2?%aNcG)-0؁1EapL?9. jsN쪸+8U=* Ct*`u$e¢Y)]=ZgsN^1u~Kex(dvjZw ۰-Io˳I&4;º9t ;(԰¦n΢F*m o{ӈDJ;7}_ 2Jh"xoI6Wb5;apo-x׎ԟDlux[\lRc`bZn03/IIF[ zZm[s΃yxx?GU-Bg}C؛C%`5|AF<lZ ]9_Q ,*;o g M߽e1&፽,I(+SdT+nopui5a!Ŝ1&\ZUxz]'3kQ< /_aR3Mf-o/HdUSH`$9lU*5ӷ!m~HԴ6y'Gܻ(IJF+ϙh|Dd&/ 5̩"IǾa=0&HF90E-ZEL}?jOd(c{ 3PբULҌrx*O??Y _2 x!1Ab%6ؽϗ0U[Xr} hO">hNOHD1a:#}foRxT:aȌ@bl:?C "Іuw߀y5Q_,v?Q"A>Kܔ!o|jy)RB(Bb|++?FLq,Z5hp)a&) vnH g$/8A;3FbIy969]Ƽ ij![: m@e*5N_pGFX;gHR鑪F.%J+ֳ1Tn?G}$xgj74uVZ_z8>'އi”ٯ,A+x#4` M ({0:<_.BkiV} Kp?e˃M綑.ox&v'EkA")fÙK9S I8mKմHwIvPGzSCJb=A(Ƥ.a_hx~fj=]\ Ds1y]Gm M! N4Rqw>톄*@0Ϩݲw <%:(n`I?#h~m~sUhwazW;G1:WA`U N}x cv3e25 fxAXl͂B2DT6 )5v,ޚ} oޠꅘ\T)H !bݛkF>_|ZEە= \M-a*~OA[E,)FNak ֱ*![(rggF#B'UVj]׳D2n+,wFܗ# hc&h)S[#J^ _|4)3 V):9uzz=\ ̋^'b5FZl܃;a$){=ԓ#8[-!g,sK*nA:4?9%/peh,9 ?/^&p$O<`tMWv3*3Z9mjaş譮S<:a|sY@.=WuG8nH¿^L܇3֗4sZ:[(+06Rn9˩.O؉m߆%cO=TnxNm mK]*XJ(,OK@ɼ~|X~"4m+~32'A1e)?L0&CGwWwANe@p 9w/r#8!zMR^[#J d-pF/QxЗk]ct7(i௡4&nm?˶neՏ઻lֹ$sm 3ƫl+$fk-diĴh`v LJ\T`KkZm)V-[48ˌd9cK Cڷ80rʬٿ[Q.#?":J:6*y&1xOn)t7t{vF9 '::kwPſ5Ԏq0G9Z)IuAbVE[luݦ5V Cm ?`4 _{q_,(Wj,z&ls2#m .,bO~`$yxJ> )3te1H=!5;̀7L/`CX=ǔr,`B'rzML{O{t3D<>n9{Ĭ:YfE@WMibo匋X6âL$X#$l!T~c8Ij|Q/V3H|uDX×b#'F*K1kOl35=* WǨ;[TFy2GO6 [jd *Ĺ Js5Gr%ɧЁ6_B>!ԟ,[aU\)_Fnö3ZYn 7 >KaV\ZšP|xb9GfL[]ЪTLkNB@BOMJ;-Q 6.K C;a}Yod Ք"s~] Ӆ*iaCנQgBmIku? wuKPf[$bha eάHLr$0Urz).PX/٢(vgv^룊XpM@ԨC_#kw7DBѵ?NI`> ^Hֵ U1-.Sdt۽: eN)dM2D)|(Y }߈u2~is!#Xn1qЗ'*{H\n@۬< nแARGg@.+b>FۇH Mk&9W;ݞ+wSĖs'(dq^:g ( U|H_cNGܒ%1mr R`Ho|[UJ{\Jq( X!'1x!ci 3IN';͓+FF[7JҨHB!*酯YVUwڙ5m,;^o-v$蔁V^+ ()L˭ +/DCf>Tm$GF(~|I^2:k5c "ToZ!E3 {N)S㕱5b YdžW뗹>&keg+ZW7)p|,(2JoU"夞 ̦0:nY{uGtP3Sۜdݡ@2zx$}oR$|yR tWwxDgk`4 )A _ ^7=te81ˍJ&IMOY=HɺD,J#flgeXnlۛy ^7ɦdUxĭxԲ4|W+5ME[J !ԇ,:^p+hg\jKc.~l.&}7 U "̔gY%89# t3_]< As6)]B&ȋ^x_Ve_rmeNW8+Qd{ZCO؃>'RXw:eÁW1a.tZh)#Uʎ{Q哰G"`hZ8$ S"غ .;Tn[O*#ɻfҗs x>x:atxz>̔81)Lym*#d%:G9zCpV'O-}G ɬ؂|f46)!3נ#l [sBAEZ۟ڧp ӀM2^q#y?]'#>GirnCÝ+}$h~M7#oCWu:Z3̯q~^jp!."USŻf8Ƈk;=RqMef8dNU1v G*W.r/])l; f_C4G{|x;2 H)oz!{Z^6;?۞h2w*\H'\\uOnd %1M3|e̛\]MƑlTv/~5 (fKSq僂˙rFpA/Wb }:noJh]RSM IW5R>7CɤV,,0h*вwPYP3*1 G|[ Z$t!ŭNB! OEYلZsbBNN yT?Zwh1}T<\b7U+$JG),h]{D-'kqUzt34$ƿa XX9h&-zqf_?D֯:(l1˙3ƒN@y?WcC=裄 P:MMm^:ixGc8nƉ<(|Ӓ/'XS..V,k#\sʡ0'wSo-:ݳaI;tױ$"ffkXgu0pz/<̉ĸ5nչTڲ%jtV][1wܝ|q~Hcvl^#\"$mDl\ s) = LH3"H+X<VaJDEDGzV"]b*x1{Y%L}UA7IkQP!" svTJ,d3w$6:0!GUc.bzUĒ }R vY/A+A^jWiт'Թhw0dք2SIpZ] h=QomU kCah/w`eU1~iT'ywNOC*;i`vϵPdYĈ7Z‰#08"*;)*`>TjjcN\:컌*:ܭ Ri`!0^cH5ec}C)$L]o+0P&F6c2',# H6Yt:[Thi,R^"gx?V{nI(~{ ꄄ 囏jBMOZ4Vau<{U+^H6R3Pv'误X|H"ɆmC/BI7o{\3ЦwzN@PD T,q'h[Uх)M mqܠKfϡs G~l 1Vm滙CӐJM6dcN൳ФIH"A!`[Plengclw0o>{ o8%sM'tDQ7:3Dm@ |X}}@e c}aѩH"H[~ZԊdDIsO61;KOio) =0pOw!\/?z\(-$ߺPlE#Wx)Qv=W'j-Fq=DjX/9]W)qfdV sD_ 3 g2Turc Ɩqǜؽ/( :=7B!`;BÖ.S aӣIʈtAkxMx6;D7k/F5:0k@ 2: Ͳ7i>l`{0> Qv8[>! e?$9w &V a++mYni!%23pGE}YVHo;@ef9>8Bٿ_H v.9hI؊X\rn쵷!4qOWE Ǝ-0KA;-DVz #}:YCr?0rh'.ZoC[A85qAAp=Ќ *I F.vCۨ䰟 [ X^O:U+z%tyS#HhN>{⮜~vw,zN:*îfۄAzH:VՓHv\5})]!OpCH\Z?Zd 9Q(UG; :[?@aWwVC;m8l5vJ RSovL֮5 /]!K5-;g u=wNaH#Ԛ*1/5d$x |"LMASY#J ^aR󄛌jr-$J( >j.N$Z}БA۰3'RP{znODR"ךK&9Nf߯n5N=@v_F32'& F@wJh=bsj ZLqD_A&{K}nA ĝMD:Fz|*@$ KM$IL0^rӚ1րp+5̍|dsjI蠕&ı4u\'KpDO.8?j].yUĕfo~/-mZ5&affiEn?3b0TsocGFl;ND5X'K󳚻 C~>am 7KV2]DQ=Vu!,$fj6$O&h c$xd`g.*E ofj 4K% JKwJIRͮ}gz& yt-(h@Ҙ][6wYll=Q60t)I dJ/r7{sƨu_Dai L:~X>fxf`1,M6|Q,͌, عP&P9;E,j7! ޕ8E?,{^u.e0/jHTZlNm=!Sfa`zxfgԱJ7ou_j,0l}lZhq_GHnCC [$`%&f6)}2{O]oOi:\ۇUP`:uynSw ų& @SSDH rNo?b},`{Y!f!t'vNCt0$/bJuO\k) EƐ-)"ڛF(InۊY^g÷vDψ;2xg>CJ*e|q+~ 8]E(+I{?o,O=τ6@vH5"ƭ#afJfD{Iΐzѫ;Yx,ҋ+јQ|ZIɚKP&rd,-ЗP"g㱃8Y*!;.R'y\)̩VB򩡳ӫkv/3ĭ1݈C0llCtzA!{9vxf/wYL|a&$!0#" sV2rT6~"`ycJ5xE1j|U{~}QpHr'KzabrZYTy+ܠYxX/ӛ{cI6Hѣ̈H(Bx<0L3 "鈩=-!XK7$U/qh) Rt|2LdY((80 DGeq:;)r1>3 ֨.3%fG}a#b~2FkGcHdxʋ<['?+Sʆ;>yH@Dn;YG8'L3WdK~AeGa. ⧱ ?}FOE/w_; nǔ\0֖Y{=F&< \2(}>Ks=yOlGPeˊh,[76ƿ )SA Β1B9& C%/C]g=I6y$[Y%:L*pA*;?A޴8uRQr<*&IC[;˫JPUׯI#T* pᰞFbDʜd2X#;"잮ruaiyltdpk|x-ikM# 8j R&q؃+vO<5<@%r&wI| XEhh%>Ar:ɶ3rqb'F%J]Z|c߰{([fn{`3(݌ 6ˠd&7`w[j/z7W  4D Qkvgifh˼[ 'kGaܦ%1,B1yx `r9,:nDA{}9}[ w`K_%.'MTV]LcVЌ):K>ڏcyw=l7~TY8 yz(ı(G1` q(i[9(y|P:ZEnmYNV,Ofx_s74dj!,Ke.3Tx=<11LؿےQ*- ݖ-qd}\#ؙ"K$[oR%3_Unk C=La4W+NN Pڠxô;<:ĿT &?=GO_+{@w~mfFEX r}+l/8PpsC<^.u>ܱ=;'@5@w< B;5[I,!hHYwnH/~}3+n}Zk&nc6`өa1nJMͳu贰!iIOg%` lm:sNk[!r1mELc!yA6 sދbMP01% ,tEWkf* |tH<)e @6yʎ# _"]eE uBU~,8\#XmNQ١ZIu8[Wwm&m5pY#^O |C$gJJ8s/'>o+ _L1.$JꜤ,OswQ V*L ?0`6r"«lµ5X;^^@); >f~0~/GgjC" L"lI/r-|>*<#8ic p/:e7:fqPfoo eHk:6I wx%ؗ0ܢ'Ӷ^ dr\fI쯊kuSaq}Y4h ;fns,L:Cs@,78DbFK#02a@rbnȚpQ+2?gڃ◅[hoH/Ů֢3[ ~Js؀s#qӓKj66Ay~tW MJu6|.ԓ8+MI Nw`9UL9ѕdJ]"r˥b{*yv?꒬}QM!Va{_Єt~TzwokeJ \[ C_頓+=MDIjX iAVGOlZq8gզ2M4G֍CKXLs{X۪R@lߋq(;Axӡ bs)p-33KtUy"):~>lOgmp3)nEW ?BGQ3;&)!xl#w]9,)#֥"G5ݸppI#7m Z7qI>PQjo`(7khۓX;'yWL6^YvS{m EX@Ͷ=Od huh^82L[+UYY5ʙ\%*[^^Eˆ뱱3[V>w_N"vdrFqK&GdF;iL9Z[Æ9-0W=_J`Ve]'$rͩE 5j˟$Zht:3nrybNk?`L) YAٰm2V5yb6%7*pU|oPP0"Ag56rY- H0.d' obHs$l N5Klsc#mgsJ"p G$ ZuN!Yʧi;jۍd@P{FWu`{T',\dh ÓlĶ͠B_uղ4$plÞRYu:Zˁ%Y<(˻a tiLx=Ң6wOy вɊd1K1y261P$/BU$Gv=w6i )D]%4`:̍(ejZQIp0wΜρVtT*'4*VO{ö-j+Ĺ2EX0Ʊ ȃ-mM\l?=(YWo@ZHcnp`%q'5I\%n{XHG0 .{W7űAL'mX>./{I=׾jR7N7ټm6dU9S=J+#*ǵi1^ &&WL0MlTsQ_K8/hK 873i4Tf w:h@(݈i^F=ΤDbEsi.2<XT>i}䗗(Fz}I )G?wGR/{(|@Q9dKG֙6?"w^TRRGg_I% ;NlOWQpU~K7!r Xˤ:'0ҏMə0VRS^&48ؓ/ /c[=Bky8NǀC$57kbV>73zʢg/Q*Ɂ?`e N16eAKXJnf9BD%$ͥ"&m Fn˗VP/"IA*]ѽ~0 dX/f 3+!{1; 45r_rD|]6-M|TrG`>hԩOHӮ}JEU $s}:dIW~08";,_#8m 6OWY2Po+EZT^Z% ƹ<2Բ̢}-)/f60-:m?oYQcDrtp%T/pa6m@:8!~bμSӱ3!$_(V;J]VG\: Y`LyKoEҧY߉ ƭ=ARۖ$&0uslqJ8>R!MB\SİZ\L5l`P4V^V0mwٜ0(*QPr_2.Fsb < -faM.rAcn4p*hdaX?6_k őpXFsZm2*2Zs?r6uae!`(^'V gH#^F/AcP{$*n(E‡.'҃x3$M["u/RefJio$ oX-PO?UU*Uη! a \Ȝ1LHi\#h'_i4'W`|hB}D KB+.$,aY6;0谺.ΏX=RebOsnն9XL@PB)8Tzd(c5;p_3e4 ާ]r?0dW섃Jț8Θ.k i',`uCE~redH?.}f\@qѤ1g&Gbl-8 'Rݔ/[htkomZ H*7&W_kj~A&K'*{ ʥ#r(aϠǓܐho]| {>sPEdžT4IW|abd<{{ec47N#H2.)r"W1<fH B*yD aU}n5+zZg.[2I3!fxC#>p-b,+0[]vȝ0 |BRg$8FSk4!~<ԇ4$LZdH@(K5&#]wT<{ zP~?zKBx]@`w]07[^{,|3iox1B~D'xqK) ڐbkuɠ iqěVݡ J}ն YZ