PackageKit-1.2.8-150600.4.8.2<>,gp9|KT_0g3<$(M9(BypJŘnJoZz aV4=>Ʈ3,HݝzK+K8 LC1ŵ0)#]z>wTqLYg_*Ċ%(E_ BSagy!OSq"fE5Fkl^@$xC;y0N-ѐy;F7e%Qo6y|FR>OT?Dd   Qpt $*2&& & D& &  &  &!&"F&##,&#$D$'[('8'x9)|x:2x=t>|?ӄ@ӌBӔFG&HԈ&I &XHY\ZՈ[՘\հ&]H&^bc۔def!l#u8&vwx&x&y:z@CPackageKit1.2.8150600.4.8.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.gh02-armsrv3 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh02-armsrv3 1728284399  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux     directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c81d85f774aa92d086720c707c3f504ea6285dba, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=03bdb622c74f4c9ee42cd7741273647739db3f23, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f7929c9f3e3ee21bc823d28a91d935f589eacdce, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e5a5719c46c5fdc3c7cfe6b4a5ca8f55b3720e00, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=9159c6c17c0d0f296fa4288f00f6ec1cc27cb933, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.8.2.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory) /8  RR R RRRR RRRR R RRRR RRRR R R R RRRR RRRRRRR R R R RRRR RRRRRRPR RRRRR RRPPD@dsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8386edf90fee833d816c9123a06018d83d7032ccd24be72e69e4d16e212001dd5?7zXZ !t/;]"k%LMscbY8_wgS\Yq-}I*4ͿTw`0ʈKclX#9\)}7asK^ ÞԡĖ?u>#hPޘo|Yy9O{\bo,avO瓎XcS_y6\3BkwpGݫA9\~^9ȯ.i\6̯^zH_"౱]گF B8bd_AxA )HϮMOT[Ps,Ah.k\8Mjv:C>uy{]t9 VWt?ĺi)36XtCŘl5\8ʵgjAed8PvC6(z;],ZB:ndL* |LXzxp_/ ȚN:;RF1iq/FAX"^jգLg%8V?wd/:%q:CB$kεRM]ȃW(: O 8IL+cy12UQށޯ_ d8K;LbgsաڸGa<C=B0f)4cUh`"tq_U3z_'D%f0Ilf/){-*S \LC;F M{F6Sf![8PI~:D _q,=G=jd[{+B$Շ-.9S¸=൓$UGlҵNKثV NY"zFk4~"]_Jqf|?xsGʜԚH>p7K݅k'0ÃUP/d[~ٳ.-_`LrP7-Pz~Hr9"~:_BEmi4” ᒞsJhKd)܁i#kut.4BHʥ) =Xl},p=5H!]!|Y%]Rg 2⊇4K^`xѷE?))4ɷ:S%)~kv `Qΐ5_-1rwG`8^g ^ ٫{[|~7iq(p%ե:4  qwB˓M+;w4o$]wdԻ53L<{?w_gNqH6Zi'H#or]lE d!)֤G>`SkT}[zc}^ [u}=ܽkff8Yv2/ަ +[6+ثm"Xvڊ` Xy=[1>_L|Ow&p*1yZ ڦ"҆xaUpOw R]C47 hDwb;w6bUGbê0s̄.@ָa۽eKqJY(o &.?*'y?ޮŖFx\a5/)$x͉%{qEM> Y߄C\|ծa@^;7m_V$+NCj9okpHGou/q7T Z[ן>$+sA"yz{Z}aE Xvzem/E/0LlW8he5._h[i9o+z>TH^VQL@5)pǸ z%vf9Q 3Z)dG"#~fEIP+)$ ) ,G`)vS)^ѩF| GЯt+! NLcB̗ %c7WH"9z#D^ρS[`I L6>"C.AJ"2Bh6hl =iͳ^L EFf̎¤6qVfO%,`ɭLHkH1~2A* ԫuqVk) 迟mS\kUP~]WU{8T_0<UA2[>J`u8l5TB+,rI5Y?w$=^7E㱕Ut;{8)MCȶ(|'B'8kƌZny.P7([U`jZ_@32"MWg~7^>Vm EЬmȩ ]JDA)I󎊡cB—D) ktMd`XaCUԄb nao+*弉[G r,Ƶ$sn}dNKR:;?EG/yɧ9.`,ee{UNë*1}h:Tc7M8"8oIS$Q4t^J/X1K]5aipv {v˵U)݂ ~Q2~|Rh7Z*Dպ3e,T.Ys9Ha/ ">>uާə$Q[u<T(9\#qK>q= @!YJy '݄±SoR~bXu A8 fbq#ZΠKX~I(ag{ ' .?$|:(rf&x'xw8ɿ >#|ѽfUhh7usuwvGIyHo:8=}w͗=3tvp–N37[ND.فLii1?n6"1ܭ'.WMd d ћPۜ3M`)W2,=Æ_p=Ѳ =6DԤY?7 -* x  $ r|A̳EcKզ\Y9;iwAudZh[mDP\σ3UG<<{9qz^h2V;BҤc'kJr{YA. ؉ջq, CBeX SK$TT)*CPp Ke&81, 5J҈.w1=ҊmvLͯT d6X8V$lb'd?;."=冿:tL}M=x8Ƥ,#P:q؂]&ź,"s><9+Y}^:•l+d7ވpM*}VIqIP Z=]әd*븋W`=`2:(Vr΁ӈ$]ծpK&;1" eF1>;ֹr.w+8ZJ2Bjl4J`q:H=mq ,>pW㳉,%][{`:I\;##}c<JȨ=Rrv* \Wo>A6 $H4a_ Vzxۻ)x}} 4/n@>3N$L Vsūj8X;""=ɩRj1?/hNHC<^s3߰!8+gy皫OԙF@%|e^`S,N|h ҰT<-WQN\e]C,ks< %Fx\j2HzYӡgxd1XuMy$v [uBC۠g W%@ H$X>l Sݱ>yyh%U1^QRC/Q2K-T,fE(#ޢ=wd(ug3c}1~+n1ֱAkr8Ȍ^Bؔ5DrRsFg֍G]> ,; 3fV+qPP4?~]*mmAA^ۮw?Zj t( qHWxf\5 L9`[ȭ%$gYD:/rLt-*fa'>&ĵ8V8 #_ U{%qw1$ RƼO@c]}sMI-B@&b 3O^7W{ -rw'rTΰ.z+H|斩/Şw3KǓ'om%-=+`jZ&(ܟZ! tp%uEuԪEifSetG5oam|K =q$جVRP'Z!$10 o"0dt>3?{; ;vR!N*z K)=a|޿Z ĵezod1\^zKW# R~`,όzDW9YswhlrD[TGx'p\vnlP؃[)@ܰ k.y9G%2#}* 4_`cӮVp@#>/HIG"gnOJY5b%J)o-;oe&xT=N>Ҧa #òdZ`Y&NEY 6Zv8lT͠xM]\;s:~Q>Zr#Yǚ( \ƥ$j hc*|{gmQ?.^X)y4|Nop9`-k4Gcq5D Q8`@Ƌ哚 !Tk-:l#bx9Hg{ ' 6F{h)u'B X8庋6RBlqp6h4ۨ}IJO Ky C%B,8$ {%F*˯'5iptjN+jo-Y3PˏlNܵn?Rk )mStڍOp/f Dc/d9mh<]]uI#BZVF:'0ARI62Th(GyS\t@ۚߝ6_ @Ը֍p@n@: ( "Z#'C. n\x\M5Ee+G; 8X~ 06cf$X׾s-?ZP+# .2Ms-8 mLêd ;\(ɰڈ4r7"o/Q]Y«Q8vlgUE_ЄΈtKG׳½Ϻ+/2qf{,8L'1.'}!"@up~ɺ$YUٿ/_bت"#_+y) L%m{UQƀ]w wѕL1nG,H=1Nznf2im4(`m0.[ЏAx >*7Værr0@,8b-&s_F Tp]Y R9.m__\.)>V}|2Go,` ݼJnQ|y V%h+0b3,]FĖZ]Au}& i1qmQs+ϯ2Dy/І:orӹ#B UnTb?_(m&bg{. E٠FWTސ[H]\<̞Hn`N!rq9ځ)!0??7^fʋZ +wrYE;Xl; :q2ގuLkbҒg%٘P82 A+k@E3%רRt{)skHL5Cj^=ٝV].޼bTnAGbaĘv֬W>R+2 $VhGk0%9]eHZhuh?}(H[Fr6CFcxZ<)_\m33 N$vѴ`KX=l}d`$՘?K 0c2vYiw "MX?`uKGX)E OXpQ.m{.:S0c./9?ؐ9l^BƲ_.{HK-":{[yԊQsprie|qn?F1t.]ӕ5P .lgth!w=%r|FΖ#:L `;Cr59_ԓ XN/Oɇ<q-}j>R`銓YfSwXcrz7\c .(&YC? |hHvB\.фL_B^\ KXe+#QC%ئb@vXe2&qat )yCg|.ӊM>@0;IBmXBb2I6A' f<|VY4X3x01^6Ӱ=5^͌@nw7ݷj=q_BljۢCwn2^~9%=ePU,Rsp<c?q q?{F7Tyg}!⥚pVyZ^ CJ*]꾲B5sK\LĶəʑ<>LPFfPN^]-0\~G.D5q7ui$䯜ygi] 3:]w"y} mJ)?[H8{)/(>Ҡ!] = 7$V8A\DG6xdgQ\C&ʜᇣq]t{{X?[g>̩1f}cOe.8j5oU?=^ǽ6K@Mюq4!|#K\6_Z"p%o('pp !ЙͨۏV_!#5{NdZܠS*sgixrCe`#swÝ&xwT=={{ (9`-MKH9JGQ1gȋ K.a2|0I[ 1lYzƜ2w4O+|it)\@aٚ52@ױhۤ%\T Kd5̛y͂:h 5"?PqD!2^ w@򭳐k\J)WaR|P :Q͞4q4X㠝g/n1a &T'l,)9P8+O.f?zw'vwԏf^PBN,X.QKe~-d/κ,\N@庰q__x:Lצ'tt-7P>i=`${ʡU@,TG7i8L:H,ZCCb#WEǚ>iKeb6(|ȉ%w@"0Zl K4 ›Q,+Ba'_& E!\YB$$ˠ"tgbW3D[uG:  36:[QhmjHkP<یbB=\&IN6'6sQZuCQ6!HMTGn&)#ߝ/V}e!KفofhEΪ;B] s輲[c~Uaʁ(.g}[sp7L2EY@Uq]TH*.]Hen +δoc9~6t>kڥiJ?j}2!kGJI\Ԋ\"*+ڳjŻ $cw hh5`jwܪȀ*E`[]8Eʘ͐1h }!a df-%4nk_Rp3Aשdx|5)l֦bc|m/ssttup1,楏BAa9v"E+] 6|ZpF&} Ÿ xͼ4L%)gRiϭ$7e-S>ݨ) -sޭbPY -7IjIW?`wӪc ffe8Ħ! FAJ#V؉V=O U4EF }a9лImtW".?|F1,KS)L}&YKR2A!]쪓+Gzm|V9N D0#K$߫pfMbV7{j䜿 qOQpͣJ0 %*0d59k(Qxmu7;^pT*T)M4{*~; ex,{Bes88" ?:52Ok2ݓ b{A&]3%,|N;) dmiav䞳)eOwEsS!z ]U"`ogAA%1韘v썈l΀݃w䣅!'KEY"q 󁧦`~MSu/:p}:II͎`!l99D03wR;t' ܳ*s>D 7}@ܹ{7K qKBlLi bЈdL .bX2mD=oC޴NfUP? nF n=4_U|(m =nf1bF~Pʋp4#]^ϑZX$0cd3Oя`J W {<+Sy~݈3 s| z,`UqʺuX8[?ι]'֟ O"Q#:ńUlvSfϾ- >7pCUK^/o4ɣDR^8Y. ulަlw$[P 0M>$fB|sj)o2pȽstBͧZV9l|4~ >Lv@vԨu3{0"+Ax؟[ڱw]fTBt͏מ̛)`SNASştg 3g)B6w|=D_f$?xpIEXl "BL~`qY@" cMch8z UbirBf?B|ZcWM3l^zzykcm-8E +)\DQ)%@O5EM1(̾{x ,ڢhЙ2nAvwe.h&M. mEL3>evXN$۰jf̮튽%[`V-:6玑qDXdswp'qZR)Gi[DѲ!uwU4ZE7?@XY'*~&/dk84I<$Ewu"c< ax?l0dtq=V+}krY(ȼ.ShrxӀRjcHbx~d5?9K*!:k[ӫHt ;f J+)toLcIk@F@ь۷K (@ɚ@B`{ޅ- 0saFq?B5*+ ³NS[. 'ik-8HQ˦d؉fQoz4AQ'Iޣ?٤qȆ<;prK3L`f߃Iy)ԠOEF%2|R~ҭc[?rm)Z6$8 V^do:J IJNE+RRuvtlʯ#ۂ *GQCi׷C"% )]r$P\lRoE "\~[r;,U˘Q*46%|w1oHgVD \f=kq{!yrM-jk)J* NK j_ٯ+rv;u?k.U)~ګ!Iu>6{2IF`MyJ0"`i|(~{-SɖN2Ru5;sꪊ&FzKqc$esjGCd+c?iTgir;#Ī,i4-,maЏssЅ`Q0)P#~VPٔVaj\INέYox²M*ޖ" $x1NeyMKJچ1}㟫)LEvŢ8)KA6v vGb2 0h&]Нq!Ujѩ-+t` ~qSbrgщZ-37EW)jqxuYH}vz~2u`ÜZgUg;\ݵFYq$qgѥZѓ̉Q⍂w4ZX930-weiʻ(Z]6ϔI8.r cfW^|UGvQ .dB1B?{0ޡڮ>}[!z ' )Khx#iп9ܩQ[c@/o-j^ŭˤ͛$=46t巳[gC\-Qk *+Y鏵V2<_8u[8KX_3p rWK59gނ!yˆ8a!󻐯y1uK0&jvGϤjg1~8e^ @] gGMZw>I] @3b]&X˟VѼcУA 7M塮kV'/_pǹPDOJ tlNcw[ې|v DL]JhGx?aU#౯'D̙y(]%3L"`EMV vepH>8$~jͥ.׹ |[]QӸYJF0^QK<jW>ed{*gpx:T T[\4ʫ!5MW>\5 hXM>p{C7FmE:Fl~5[g &S8Df\mSv*-0 GA֤xtp""[ՑY}HHrp&54Ykwez #VmIx?ktqXUɰ>(RH3 S.[vfi q+vS̢.nȢ+%v}aC2aʁ.! &LN% jr(3dVQWqU9y`Wm!{T.Y]@?pn .CVy U Ԛ.GzE BC==rY {fiD[ N!='b%9⟞S4$]ޗZe ^0tvF0eCnjKӞa곤cAd 9̿bqe7)6++oN=w3/k9&m<bV0!1F" NsK @ьN*2ij'iB07]idF fO@C1 sbC ɡ-3d]"lj UFoDѓwl_ yYmIߞ*t ]5?T0 !҃ImӘ bLOws1qkb}OF;s4 p,Nme; ~thCz/8}.k7Y%b.{0Fj2ɭ?\J7\ U* y«4_ETWଲk_Wͱtݞ%ڍ3U3ÿz2oBوZnǞ">V%=81I|ti6 E ]] lCi.FfI 2`jC&KQ`EM"1fV'52HA )M@8Y9$aѱ{AFˤ\[$L?&EH:@\3}!iE5Ԍ6yy.K39C`1ZoDSCMB`rDڙ$ѱ,!9g_;*(6f2L쯲 &uCQ;cWA̤( W7F%?/轭{=AW$B$[u4 w@S\Z@@gV6>eG6).@E$%S+VQ&:!Q8r+7k/C"Ϻ'e_,YXMt89}yڭBTl;,Ԕg9 6ɟ+;)0-nl<uOQK7Hh}wM>1ڱKD\M;"@#Gn JW!Xi+WQ8qw/JE꒹r˚g=s31ҭ:8$2eK IŸT;CúF4Bh #oésߚr~1xK0@s {906z'r~29̅BS3<g[!851ɪӼ m /IMDZi*̜]d,Aj2=bfE&+q͓#J$^jt_]h(-_H1GBOy_0,cXl_e^J3D'ʭEej=ıQ\dŇ$8ɤ%E8w7~qv׺Z~AFa5GB7}+fhʹEO485L瀿 DVsi/b#?q`I٪W)3H{DtZ~VNA7y^Q9j=ee2khŸ2ys1נkedԺkX3qJ#^baqE9;:W!2lw UQӸJ=l BqLSÒ[݃Ni n`)@Z :g-pz }X ^@zT1f5Ndn,CRNm|RRusbWms PzH^G6o)VëZwJ `,q^gQBFYɥK6qي>&c᏷eZW߮{Y,_$@|_6389yQ)6m8aV_vzT6kfik ~X{d=2em\,U\_\|=Fq߸\s)4 \~uS kp3@^JѓteirCX`̦ lDM'voq|‰e%(V'6PpƒxT v$C9pHKW87ӛJ$i*LC!EZ)ɧv,_:9qX,}xwۧ mN]AL~oej.Ni8!]!{dݷrڥA `W:ZE|gI猯vKw%qPlZ3þȗtZ3mD,>z߹V%W&-jG q< `G1F<:b ސguN,5C(S%-Q}fMG, ~jkoOrK <2&Z{O2mj}tYn~=! Z,Ս1ʫFIT6 m= ݬe@x%_<`Sg\pn̄”mp{:oS6 ӎ)/%XUdqUTUUSgm{Y©oYqřʧ™*ܐ<1vw,x0@,5spbf`}A,m.Z~(wjoOb@Ifa6/2zTam =&.RE@pv֑\}Lnfzbsh5%Tu:_y[im{79 2==]@y.3C`Y|Ofi{H2:oGЭܻCqr?E2m ܠfF4DR@0n5'L2\DlB?$ Pߺ""4э ^)"TRW[JfυvtɯuFҘ\Aښ_T~EE>_ٓ9d<3:گw4k}b׼Gka =f$ {CJ1ۧא6M6Mܐ:1bdH/b(o}og) -G/I'$B0ߌGDD`90H-@[|ؙ<%KfVLWD+N~%u@rϷT5е ]I'DTvh JݩlQEKf c PsRy;}Hr!eZr[9}|ī7h}ٟ/ >mUp/*ξ}ú |F ,By.T-l_:ZtZ ߹}BFS7<6@w{Vsl2t8;j~[5rF120I~ȣ\d^1>J,ܒ29w19/ N$=j:@4`}bx-/ =@@!a &br~ha~jwh\+@4wo!ȁCv˕r`O [UlSf *qAٻ[Y.1=XyʺԸT2#H4U[0 ŀ11.~!:e[:tQW(fMIwaNMΨa}PޒUSH %u&gmw\>}لS5dVi[.>۞!m2o; 1:D4bxmɲX< <rtԀNc3r4+dpx1|rߌH\_T8;[!MU\F;Dxte.R2Q V}:_HBhR/!?/s)#&2,|7l1!㲼' ylǒgH9ޡɀlqfמ<5M>gdet 4Z;9v-X-q46ov^7cnZ|f r+'=$R  a|6?>t@-1m;ֹfWҷP2wcav}QR?eE,s2!~^;wO>_3.Ʒe,KTl4qf 4ܧSn  c7:i o|sv4!{9^^n+Y7ۖ1Dq$VuZ _xa5#귀C D.S\Xe%'7uc?ͩON_kzN]ͶRbGX2NðA%LHkIoOby< /x-iOC[MAs4s&{!9FMyH];6ߥHZu&[2!!닲. Ld@-U%W$"^S#vxw&2x{9aԪATŗگMw&.xfe4~٣ BV}Trj|4} !|l5PRϑy,qs,{ֶ6a{xQS mzW^֩XXQڶ`o kY9q6aR#k[w`,Q|l]`]6ϷGjLs |3~iMnHq.F^s}ڡAkc0ȡ 'yCXRpxkNxjxlEGECtٸ&㏬_օNy.іc = dBןsg5;c1Qozuf~ (D %?.V\x=T^b$eͬKRAWX.9HdaUk"UZ4(h [?'1[Bz04Y;Ԓj(ѓ8e0t$b1J,-y3cpQprRMup+.UW+1t`m]UHL(r*"qba)*[:1R0T$eDmQyKj#KobJTQ{N_(vMp /o' ѱ`2#Vxj\viQ6]~ GRЅr!&'Z{) <юqa}MMf!QxMJ7Tu3} u}lXIҩ/vJZ_@5Z7;D]cRy EfpL&oc H( A1q \Ey!\eK:bjwVWVh9woҭΗhbq$.8 B|_ͨXP8m-{3_ϡA&!a'e,3<5߸A "nwiQьu !mq1|BL"鎤p*kE5hB 8G4/r{ϗg (4 ,E-61%f&%F3%›> տKGfRަ7|>DyZG K>BSmc7="Ol.*[$Ԃ m0 ˺(#H=[Y෠.8LJ3KTYfZ%awpbWXl?e 2z|o,]6(']Lbfsy}<g=07s(-I˻&ZqrpFʥB ϗ4Kz3MHj Ny%ZU"Wr&*Y=+D,-~oYF4囋7O(qwT/b0џf {6ֹ.rl*U7!"e3H̋Ѫ*U@楀$NEr!}=\#s6́H+Va/ξ;P=ZÛ#?r/vp(`Ҿ jy7ᅤ@X ,tHe!Hܫl9-Җeah5G \A]YM٥!K&Q !{[8cM0Uy˂d/TZKCz wxT"X͗dƸ, ыj~gTn3&YZ]IN$7?!j6DimSDZ쒤=ܓtf0i1 X_A"KcP$3P[t;]'ɨl "SMxՉ$1wno,\#ݛ"fyێsrRi)6Umq bc@fD*ePBM};I lyI/xfSNr:1PlCJ:cq i9vg 6k-5[J<C+Dy68Y/|rM3WM*MlӴE$)X2C]9D>nAicuqJf :鸞rUԺjHU ۄ3-+kB6Ҡ$!=#9S1."ݏvTKFPSuA|i'-qqjejaG/z+b3ɇD=jy,nynS(ݒL*?IDG,E} FSL rէLc<[%c8hY u|0șe̜bTnaDV >k))zx YU?꫆2|xF&,"dlo¶$H5Ѭ+:@ ҌJۥEN1~߁,/[Wq`FJ޶,Vtn9y_a^v^RE-@1山RYBX`d^H4XF ,&l:BGg#vT5_3sFAae{=n7V7~LfcyQѣ9G@k~:ᓣ  5Hpdw$̼RxʹYs ,7щZwvD@# fFW[F~Rj;h3 &B,UiPWKC 9*2! I|ຢ4:_'o[*U~^XUxqz 4#.@z6uGrSM;XL̝^&?M߅7]ʱ>)+a&tHi}#|| yWO~aw;^//-PLLRؓ=2 '?h@:,6F .ʷg$QdqiActH%c-vAߕwȒn/3`~;ab*^撄pʲ@FĪA62}Q4H=D?U]?a~oxs 9 dr3,'o܋@%::Ш>:QNu5{@4HٿLIZ8#,DuFؙ?'Ɨ'Mpg@sI<ǍkAaQ&?(vO*s>ގ`4e'r= C7ɼ,&,mY9]]ĩ:-?Q*s=`A;IU]B۵O3ڋE0oa⭠|a#tex;"8ojF "wN&we |HD ~?w\{- ]1w$KZzZ\>oH@?mQcBc!{~ES[>d'V@>e}N}yl[aǮ CZ *CL;HmET7X8s!.j!G%-DUNRѫxJqS B \fQ?dk-Z40.Sٞj ?&T`ᓭ=|Qa9ڼz.o!J˻sZ<. nAo"oAoپ*d<.XTȃJ/!&\<5KD[{ﯣbեS$-RHZXKKuB$ODW.J?^ьjLI~[;WsE':I9":hȩoT5/#KV]cJ~Cc EQMrFkI'8 00$p?GP3PˆYJLT8Ȑ9a5G n]Ir?-' vk{ytOOR ڿG Pnvz7oUYJ| 5OD}dj҉N_}*؍Y@l_b8F(nMP@yX\*Rm %sZQy r·[GXп'?<5y3\’-%g-򏎍nݏ ]sRB{SrA{ّ1뾶͈.!i95 $ !>85{01Zr9=LyLD۞ܛB̮Im۔mv&{]KK:āԛ_&޶jm'獳zPP$gsw'W0q7UM܊ GpC oaV$`/ŋ:/5}V཯|:+޶H|!a YLϽk]:lD&ׂl$[~~j`ے2hoU:gb]Y`˂mgQ2(,ER܀4 " cuUjx,TRiW_o&<2gk* T9GɏdF50ޟ+ڀ9,ﭻrnuvP}8bNW$Nx`FhÊwYnG4@}&d|6cunC"̵!p !2QzErV#Ug, ٗ>__)2 ^p[F^tgwz-Tn~rVNlJ;*3A^BmM{X򧶴l0Opn-AgD q5,љR v{>A)٫ЇEin -Ythm铉=ɐś ,oFv$T՝͖JEv}WSi~NxR#y[g?Sy߿MmlB;A4kNO`z2>cu!. Ψ, &d5遀w\NVbkjJoǮ'J/>bgBuR3 Bt KpiSgP >K לUq`eƠ_L’LhFPwO>d, ؄_M*E a-\\E/E d'1݊] Ntt?[;QȋO74@L8y̑+v ǫbc]'e}[HS9|It#5[V2 ݐ)0$*`5RSFBuR2بt8@]@ʮo{za]%oe:֖}.E>:Fp:NZulxfv(^ڌs@.]^1K.}?9]R1Aɢ$;\Y;HZ+OU_9XCVRz&qS(sD `<:r}wGrwf VC^ &ч?؅&TYBr#e(:>0Yon{j5j~ٚy Wce!cB-I8yP}*&͓sY4ٲg;j! c=fޠ Hl&"?38xR d9E!}K!w 9CվnN-_1o 6"=9P Q9?|X 3G#8q.Sa;9<5%{q LІK.Nq h  Jy"8n>@8lo3}U<4RhB|:1wbTL_MCy1Ӄ>v_qߨXW6 Yb E j׼Piz ޭV̊N{g)CEΪ)>-K$+{:ߡVIZjlslD[s&C| YF!>B1T"n֦{fmxW2;K?bir洘K[gD{US!4'Ia[끃ٜ&5U]ܱbQS0t.IBBd4'4]U@n5n]UE"ƥ)n{5O}a*gc ^!G࣬*c2y~=%`vNnGP,gpr[kC' NJA- oQYА6as glilII=&%FV50 ^dE$XS#N7*v|N+LILkS7_+y}~;!ДUFL.D0/޳VbYǞaSڙIJdM> 6-d "-y6_EfE^sl/6ݟ$۠S:fVǫ{N>dA k8ɴ?GpH!k?Me)w{Ib'֣5A?[]碼0\I(xfFE*N I6K;FnĽ,\To커@j5(;eq,>n \$N+d?#c<_vTXh:\5:Bm)ݪī1TuTEtLA|Zc>U_A)8AyHrLJ DO'YTpwcZ:Lw11.SL8M No6ս<|f>Yz4J>}8_~Xy\oj%u(`~G7G&֖Y5M.˗ 7\D U|)O5SF[vb@\oB͚`6َJ\&nH ˗TvHas*pd .:ZqKwy\ʅ,p`s27Ӧ3u PҪ cMRэN(`)0f*;9= u-K. ԷG~si7SI2fGf[ACUz\ǰQ*u-7A+H1Q9/L|V+ET7NsN$ xEV{zW7CBr^4%ZR BjR+_?d4)jSRBκQL.,[3#CE~XFһ~ `sPutsm&Po_jt5XP$[AEXM@Otv?nҲڳWkmjB .I}tT|TW:"űwQX׉wM&Ppo.?3^\bl_4M^O ՘~oRi:WǂY&?NL%\\VW{&!< ҏEs aYﶱBVx^/uxa!Yƨ{HyՎ "+ݻF^+-oDg3cyKm@ᫍ^=rW|ҏjǽBB"BيͼpE7$ Kz7|v[9GD}q29hq7&9UK, =t\̌Q 11d{RK~2Őj2`iSx|.+ԿC8>8J$Wu돂˘1Ce゚89k 6SG~x&nX\ShKWLJBlyd=q|d0n)sp}ۮI'x{ǯ PE2ΟXa<0,s=E`W&{3Li!hȠP*EEx0#͸/.1&p & >9yXŮZIȎU.X$@ SA!.WObioGSʪ4qJFQc9uw{ra#{uy`1<́J.tF5.D-P 3"J/{(랓L99/ ` M2_%0D1+ħ|֡2Ι[§뫸ůZƷavIy"uDHEnh •o0p5Ќ4\(б_X - .'T|{2Ĥҡ$ 'tK Z뿁Mn]Jmyt%ɨC-'w}TЪD]$]T @Jߪ+ \T6I2n$=]Ki4U~S_w31UcP= 8+N2ƀFR5)D*jKiߥQ^VY& h!-vzk>#DD3`[lAd#}ܪx_4vD EWL֛ *jTmr PR&!3uJ<u>FpH\j.:Kɭ$+6܋Myʩ Q(>]tfG{'{ܵ7pZ åMl!. rgL>YbP".{08N8d xMzk@u[{<uS~|(4 ؂,-#740Mӵk+se؛#{CXX8Aen2`<D_3Fxskx4E,мSvI  0O`8'yx:w4wGhԗ8 /QHCħ8Ӓ.^;L:y#P ^ r%> q}, 2 *[h9oSGѾYijDn M:#,.9fV;cralA_\b(ϺRFUΈ_[DzCCh2`cy<(I.Qn˝D8Z^]u[!4Ra cRF_R%^$tXY8>FAu46[8%ѐɷvSk?9-=PTC vef@˝ |&.]d#˰j!.^D!i AP~A- Z_To7so4okm%Ǔ2HG%Nh!zPdg1NyT+׹Džo,@b73ㄵm> Gy};Z 1 VmN2BH2 bG+@@ÑPܾcL GY<\49f9V w ׮,'F!|r:I2L3q)J9_O7YY;e;z Ey@wY$3Vݠ8G2#1>LXubuE6#'iQ_2WP =T9Xu"M"OԝsiEo0dO|Y10R}<6YO6ch8ᘮ5`FϏ޺ A}ZA yR9kVNHH?7ACՄ٨GiJMP Ip`e13.2 RgRLͼ@-&lE|0FnR)iQzۊ4=V^E l&Bӥ c|QS:0LyHq).&  7<<mS=jޒAZg@9K 9hchYg;@7Qn@B1X*0ȑ|TW;㙿_~2L"pTb 8nLW]X ,Rf3$3ڭ4១P} ;8!1|m4xi0|-+^+=eMӔi %!3eqYN+^% ydYـ_%w'2H0۪Cv$EiVo%bM0GhDsr5"5req.xS4:F*qa8ꖪ7jTSX`s$~Xib{Q[׎&0lM4 (08Lr$٨6.ÒPsI-q"3 ,|.)'22>6ڭCNaՄ8t=Ud/A(WyOf/sm4e.N T?0ae)f/t9vawP ܅!Bfb̑6@2zƬ )ס7e$@#Pn"gt-V}3Lb4_WGHfMpq Xaplh?,T6J%-yu@6V-XIvA"nֺm߯o=d_{OoF *ļh-˧Mg]PjEEf9.lu@Jڢ혣y}9Z~iW`mW=yinZpttxRcda$SM2 Խn<dxbP8a:6ލP|ǶDr-9lfFF"%:Z& zRqih HDB?8D~u)>Dy, i6H_ߛ8_ʺ T Yw-}Ls/jd>U/umir^mb>.nGһD&FzpDxk0#uk{+1lܻS߻7,UjPL oAiO7BWvl^IxTg4lG$(y>z-Xj8CoOӫBb*ߐ2D˽RE{Ј>x ohIRAy=Ҡ%n-D~дLq}܅!-@FQޮuO!z\ O 7RFļ7-LJ. moQviuҦ r m>egvf n:MfE$"ذݛثsuK!Cl4??򣬌dnX\cISn<{gt#8xo|-HabW7uu"NJ\{Q)ei(ڇ#"UTyx7z.F;yw>[ ij)BW|V` b/Os -d0sp]0'< j\^@,&|7T*14*X wyVLk p)g]iO Ӆ8FxԸH ;@@WM{%M+tD F?a7|5扂mf_zv2)8R51I-!}n9]1^2f|]0YDݜn ]#Yg/L9{KJ[PvS[fܑҫ~RO.5AT#qx[gno Gze7] Dv ~ e6!-H "J`b2 Jk&<A@Ye HyۓF7ՅB}m:*vE 6go~ނ}`qPU2t07q*Y׸p E٣8qSkI8r/ ;$.sGoF`Hfrk]Ez I&rYk{3G|{ 샒N4@UE%MUncaΟd_vg6SZr*(j2:c-K9tcץDVF&#OL );N''q֪Ҽdmڏ ol]  s (WuoWK["ѾW$`HE-^Ƴ)vaVn>='b~ř jrpw`B"ʣG#*mḱ`Y&ʡțvPB?T\gr*E!İVe({PvVluBjȟV.cGLWWloU!1GXJ߳V\K A0 l 1`|zPږ|k=[<1CԲ"NnPnDybL5h{ehG{1Gbuei)ID q|9ds7OܲMv7071!DfGe|NZ!EU?J'`pU$=;~AKJz˹Do_gER7[|ݗq h%Bc(>K+NgIDNn.%o9b (1CMԥ*2a(6F'>%Uq]{|aX ?ώ3\c㝲YP'xச'=I7w5ܟgeC: | LT4~BJ g6]G$)x!|`X!ŦY2"hڽ;s ,z񐳲E>K[{("zZCٲ t5MA2nS :Ai2Lk2vIlW󂤑a'jۃbr Dnbp8lŜQ #`d?" *:^I4#CfR.TcU8xi/ݣ(boA1@7}8O^˔ϩ1S$ֵ2z׃բBMz`>dA`G,5Xw ڥ_ z&0[ʫ.3n{ No1ul)kTů'}`Pl!v81CGVC[(vu9isIq햱'_='4(Zdt{bl/]R} ~CRv۝36}~nZP;:J[ds֑ӯ EamZ:[]m.9ZIN/XW7yB\xI[#*g╅}IV>9(y\P6 Howg nHi alf/Tpvu>Y]dY+jE+VCU꿵a޲-ψ O\]SY.h!P:zLB]߲e/x'cЙ[45W]Ž10*R,'_;L6F*^3 q-"`:A/'dzPd8Yen5÷_l}#My#ZGx߸#[qXM$.Wv;;jƱz=Z(9sl $;uQ0碛Lμhf^kԟ $ e Ή (57lw%Ѕh 6Ȧ풒g]F7\0e 'Fjt.: W?S$?y;X4+]#t/}` T^Qn )rPp-.GG)&8qA>la#5@MDEÞ$~SBsLpĶ nOcCx+NӡU,̖֨FH36h)}YlEpta>b 6K# E*x,ekcF|%L[ e#{`QȆ~`F"D6N3P7~ i.8iWGvj=U6w.l$h!/3 !%8k y] "$M)۩L+%K b)u&eA6f..{Sb<`/kӹե&Aw+W^ J9퐊-zR1DYZ&^l͜C{@{tkS)[fҞύ܁\~Uu@LCO|gu#EocW2Sn+fN48`%|RPFBsRqԊBv811)I@ݓpB,li"j-0;.,$ ¢)y[O`x9wC`rbV.fFfbn!/X.ZL $3:qߔ.=l>x^WޢϦiT%Bp_`lɟ͊Ï:T)[t]h4'3-|I졬|Ƒl!?كsPw(+wy3z :©Q}n!Ɉ { 9OZzV V=:7-8䴗ApΥ*dB'ѐbEm:_nՕ6;]$F piGMvU) }[?(&&k>}Kz]:+Wk!U~J38넴smn-&o\JQ^R"4)k'DYe}_Y䶘knޯcRWZD=AM~A82X̠cXtj%px!`Ľ<OmE;ܨ@g.!icP$紿#qU ZÐ0@&{<>KWզ+F/'a}1NUZ&%#R@w(1ָ$9uS?YJв%@; u:c{+&?h§R0?M)[8ҥJg4=˺>ZfP fj$ ;FN͞iJ<Kv)ȢϾIrng>6*NDMqu盡æ] 1Paܜ4sϗE@ۥõ<UMtc+Kh[-sx]V+с-ż䷳ῸTw`pˇ{~ΑK) كLM: \ћJ 2A".~l?Nno|-AlI )\zN)ɷ8)Q,|P4p3=\&0MU]Iɇ.HIo9&whO, Z@Z s}7Kfΰϻo$9/<{2!|15`-:ZS<(tM}Yؖ[㎬ؿvk:puCBN>6 !_R_Y: x@f9YU=0xPS8 4 Dև|w*`7\>C0SwH{22kN`#Q ̨5d*y [~ AokhP)ꧻ&?"泤.Qc,)ZyKv[sq=O^"N5$fr:XrO~ u2B(`UD[]V9SNxwdA>?Éjq8e>ޓ3ipYd+|Pnv±eݽ@C-hbhG4gz`A]Әbv4s~W85MVs~YQlkC6*3)|n1.w2,!FvA] hE}~x$G,Nl ѱf4^Ŧ._rFw\qԲ7-E Cz5>飺3.<\]>ʮL2=bO]b*26YXz'+7e$,-F^LʆRΛee2%K%N1KF# [{kaO*>dI۩J1z V) *rh1/k>QQrȡ(?/`@mg.2fr9s~*3=}l4"9E /o [2[ՆpivAZAai,SsUiǹ=SP4s {2yʠ]sAm5wV2Qk?sydO&K.oL(˼vO gMOۿ1G-1TyR&Ve;lһ`[Zb*kq4nN˨ࢩ?9.g;q$@E /4uGf˸b+a;IL7 ~g^_Ṙ^Mձuw2BKwo-c^^j1^,3ذhv̙ ` fۇ]I. 6T(Lyg/I(:g.SA?lqk-G`L5iSvb5eEٍRޏ FU+3=ժk%pH!r^U=Ϧt"'>5|X)҄mGJ_# WWKƞ!^vaSOm3wa+Җ<#L4w@"ʥ [AĎߋ-; RJgYҹ8Կ31Hci36Sz[3 e9մ&,RS@5>xˊAy" K)( |ewF=dBe8XϾM8(|aS9nnI.O<>lܢSr$d&{KA`Wm˨{,øh̚Z猶}V LSvfRc7 KhV߃?mld,GT)FI1E7e"5p|cy-eW)kDQN h;P|H'$ u8zQO1sg}!!jqyRѨ-c c ߛgNOVx0VG+g2hZBӎwث'x]% Uv,wU*hAʳ"Mʳ 3Y#65zz&DxmP|RV__]]oګjS:rӶǥv { [];HG j}P-:*9*Ny T:1HDž֫{8ӖC#g6m~V_AervE\BV - ʱ8"Co>HGphk0z)/ @Oy Hhi#jc#-B%q;qq`#1um?jOjǭhoz'0uB׀X5 ||1$mJ>}tN1'Jሿ1N2_m(л(@j+ H;k]uթ2 U>^ +]D-kM38 .zLxCHgHm|7k~=3-XĽVL@xpקcoLM?:ֹ۱.qK&!rbpT鐣|Mz)[-/Rl|тK6_X;AMl܇hCWW@N'ĆQaeDćh9ƸW 嗈t^=wg-aF/PPA3"nFW{nJͅkn_V{*"%GZyD5Okw tCh!iEI蜘A<Wط~ Q*DUnR31\ż>3*Q4ew]pԖilIl[x~qdHf uگG"H(s]d3jlկRQt)kr$ΐ0F!_L~ F%p= $5{,}X#_Dt⃀DVFӋ|ֺDJʙcѢ25+2R #axo=O Fe5q 1`~FԢ=/A(/doxB8sW~\!k" 9[XrVy̍eWv`EagryU?)M4*1)n[+ZǦA^ ,Pᅰh0,&cRezz:v%^8by Ӽ,տM!F"S+?EIb=eO~׆,'Hs)S{ٸQvzߔ"3چZc${Z'旮Ux&G2  ZaWLB*cK"8Uoxف+Rᘿh.#Oq7ܗTJy!ra$p%@ga@ʴ0JW[Uې*u&u tNTu%jGbfWƽ]ˆ[Zkޝmj7:DR,UADu˦HXY[_{hTڡgae >ڢQ-u[F|ֵwS.LYҷs>&}+薲={+U N!0+*<˦C/)S.`V%Q+z]H3v7-Xli%Tw7b ? hƦDs^PˇGb\0ty4V(OżWFs*FC"L\m26J!:5K'b_<+Βn3@earQ]R'YQK]kŸT][?ӣWS U@%m <څGnAG^lsB^IAlرlQwUJ'RhZLarnlJKMӸ D9T}l`G0Q]$PKZI=Km6K-B]Gw:{TY Am9w$w3pP "Z-4ZF6cE!?]U[K䒎YcNP)vjMpP>Qh7# 7iepY0Iq_=:=e-mlE -d${=ҭDۂw> !O6~x[o@\8nhV r?U^+zCӂ:@C@Dc3 dk}pѻ2: ?-Oݤ@ 4}\~K+Ar[ Hav;R^xGz3C4+pU/LI|;aNF2oŭeFpH^|qҧ@( $/xROW{?}=菑kr1²p6;YO %?GVJXa Bq56]g(Y bcrXzjlmIhp?}&"=t0 M? o:0"Wp["j#m CC|&`:% 'h'z&Qz`MsdBl{xE`#TYY1ўUXQS\mw65e1锣IIiE2u&}&I&\1U3\caV۽]j=6ZTWj#M-~%K;ufgIK@eO:65I֐ę+g=I' =Im |X(g"y~|&(MCbf|}~hfE:;\؁@]c;dCA;&"T|ȏṪT/r\DݺsBJT`wLY|,\j r͇ͷ9 ;&LnbzXgB+rLj VVQl\;`3#k A.u(7BxFVXewR·Hҩ2bLc)#h{vy,֋"nf|xG\" }TH4.: @%2xff`m}wz1ʼnp8ƪEȡ -4ǿ][>-rl=&Yt7cZ-\֩-rVK>]R'-TǸGYe3 gI$&K(I+^H(,Bu3vWjEár0T@ܯW`|% <)@KDX]'} b<.Zw0{C! JZKhffEƑC,PhTMukخќVn5IT߮ӄFi8=B=q2W Z&CSzU~/PXH !M>P<#"\QΫpMHP^^fbpR&{M-_[% 뮉+|KG!P:< 0M×{f&˨h 4d,t=633Ɏ PwOV}a= a R~Ey `<|EgՖ3!á'œ0"G2Ю֑{.%K6Z~Quy))c!Q $~^Tj)rbLْG{ z\!ə :UNnÂQ &H@~$ *{WTͨ-Ì/eRireAA }΢{"p8Bgtʇ@>{L )9^q#zW Ҽސ)ƧZ- KN9_W  q @JAg5H6'FK~'m3RPe 1?bX&YTrEd|ïZi#M~;Cڼ#v'-nLy44g^\#ei|ی?:M*WW22'BwggONt=Hi3}f54О0FXq|GJ^^(itWGHT>_?YĘ?n*GީI9ruv.z6v #Jj% b~] ]7Q:LRM d؛o"*^n`OW1xtUAK LJZ5AFO.QU$n_F݆_eAP}@i!xW}8Mk!;«dtVOj&nh{ n_sq c`w SVay?1 DXth T\nMqYRcoAv hS{$yN)_߾PIλB*/LAdL[ YJV+2vor&|1c:۪N6|}E=Y,SG["5*#SX;k}25G;ZyZzr*sͪ hL 8 b"V|5fǫW@,)y@ݲ4*w)g^mcqbH9vͷͅ]ٍ]!%ȇFcY[0 e,"d)U+5OL|Q0JQ5!4]jH3&6EȠxV Rn7gOsTM~9rIS[4Z"[8T8o/R^ - 2 $/[ P F ]59+:?0m)Ft6rvC]C!: 0<) o>,@[wPPyVV\ՙEWNQy,;s{A: +IȗmH i0 =2v}?DEc3֚QF &b ~myz{s O+jFfgq Np/#S] mҭ V##5蠉r!O `5J"- 3}CTunbY쳥gb?Ф/n[]SMhg2VFb(f~dlN{#7K$F9l4L3gQIE"3phIZ6}*]g9/TzB+#ck?'_i$?6㘕g3;Kcޘצ)P}Dq>Rlx䵸B;rlZk9P>H h,$#6^?K/T{")8ޥߵPJYAvcX3ƃoBrqrCfFH-]m3 _\LMhgyMĬb(YTۨ^ m$zC迍֍B%i ^s5In7sV0ߘ63+Gv sfQ#ʾcv: l[hёPJN gH:une@p+''Ro`/-M)~/̙jHȕS ȴh-I_)/\% =Yv-Mq:T=`'-BhwSR+XL)30DeqlGDRő8#H,5"9$ ɬĮ)64ʫ [,g@Ch'00@N%]"vqinp<=/Cukʙ鍍oHd,.Tjx`Y#~c0hx)jMp:cD[6/g8yHSOB# ቩ7vbO& A ŠfBt^R}]5WCRk&^$Z%ٝSEׅARGM4s7+n]s63hEhRN+J˛F(y.e N#ԝX*Nn)p g )EGdH\]mݾ{PLw~k.\癟1.9POCrh o.Ԓop+ڝGPr)U}ň,~F߮ a! w#XB, m,^80>IqC*`L6r[ن&K|^|{)) 0hi:#t\F<OO^R2ӦH Pq50.o@s g48U]k}-R9dF,25su2\rOίꗹp0%:2y.r\7R>b$Ro_()ѠKf=#R7%9o-6^U y3wrjU_wm(uEؚ̜YNoD?Y L^㤮-`ҌRROuwJ >3=D "P0gqEFyJBO wo21?47J-)n/*| Uȱ [ӏL#D1,O]h_ ?tXa.͵Ҵ N~Z+>ZXrM[կ vUٻPUx]aرw6 oe=-|O@huA}:WFʋdG{9!FxBoJ$xd )PLhSC3T =hΪ @NN7U0>Pӷ6Ur*KI08}pw?|/BBg(;5Fs9"?9w'J#b|?H>n;jx6ZM޵~0T-{c.&ch@}8YRi/m QӘ1pMn:g^fۢz±}*vAv-գM zpaǕӚOuT"x>`ڡ| ܺMt{x\Wz;rcX:ՖB3BG(O+@\><)m58_%_{ki}#P#gVg}ꡚ-iDe͠=> <$6"?Gf1i&C[ڄf=Hh/:p$2SYM~V}Z)V0&"EZ?74_o ̈́RFuq6us&葊y;V:vuW([}` kIL 1 qlmpW.syц i9u.Fdeu22U B! U{}r0<ʂ;簾E9jzAbLIwc5-@Ćnߦd$&]uk 6тDUZ Csʚ7}\:N2r}VZà0_el4&}WuNSխקaXN]QF+)< 4d&n,VR רp@jɝ]I[4r69^Km{4 B1J䒓ݸW RQ]hؑg3<\F+w| ɟ V). M=FDw-!TI6B ] P^ G_vCD l@o9|"v_S2 }9|&kFN8w4=BA$`w?<^7}H:ҎAjU&Saډ hI ŃOԚʚ-g"rxį@9 ǫnhÃaԴy%:~A) K{4 p&J勇ÿ Ctً<9߬t0dXwV_et?BioY8H srŨ8R]âcNiYJ),. n-C8ҽ"cﳛB'!Zf] M+99WMpV[.` +=oj%Q`T SvʾWWyBbB?!^lx!fJ|V& <\!Ekޫ_LՌx#tWBci0r5%rsTG buZJxfrSD^nǿcU3|Ü"{/8$~Rk 1l)KGIX;~ʞhoWW7=ۑ|K^=*0S'Sv^ 272 T_ Mj.\87˚o/әJzh@z-փ;`TIg #/Q ,Ypϔt8惠$x;qOǗu?u:kca DC 6>{LXg7@2TҦ)Yh]Z,SˮĤ;kvWYRLpEz arv#4{Fp|V ͑h?J'[V7>_4~Á@2m@o׋Uv3Pyԫce߰ȴP o41B.i}a)Zk(]y`ř>n^0){g Nb"*(Ojvl C Vb%EД8E~ C|8Fj"텾Qq<>zH5Tv3"n_TeG`4$ipKp:}CإI,eҵ[501EQ/x|гdD׺HCK9iVYx]M^!IԛO+'Xھ:U8DW(lA3yF~:UxTT*h/Δz?殧]36W#(b>x8aЃ!sLqaeNB0mjPA҇ 89fU sߪz]):NS-{&tY!߂Ң;'n2k@;4mn_qz· cӨ"aBQk#.i8:*lQQܑ !dY! 9sV,V:+VkS>6n5k/DO(Xχt(O٦$E1Aǔ{aN9h>#Z[ĊMɓ3ꮛ0|l86Kknq6*˞XuGF?f%=hD9Mq0&c;O2م9U.ªüz/J^i=z/4B#"2N pSDPLtUeиP0+3'سͽE9SQ9{G=q5gI(~2B俪_!O ^3?ɠKJugP /kqO tkl9NP5{$&PŅ$\,᪣(改:#?~E_Juғ١. GHPM bW7/0_osiC,[Y s7e;8TٴlKW'b:c|Auo[\hվ{-m=Fx,W:aLz">ͷy[!~CnF͡\kvs$r sfK]-r'#-\SwXDe:X=sz(n_KmR] @= *8CQW61_jQ-yW7བnQ1,{Ӻ^.x>@.ǀ֘3:IDYp8;, J5v m?@{5><vtX.`0 $ PAo 잾G銵`A\8asmԫr(f FJ(S 9 L/ܰ v"u# +ϷB)H|FTE}9޳ ' |lǗ8=ekB_ sZj_0cI&́Q&c3=M"oV[=V3ʼnioa} _/%לKe(Q&bdb ·$hYk<m#B_s%n՟F# 0q{\8z MER DzpZIy z#ſs]0@AuSΐ"9V wċ?Zm#Qhn~4D:oj:<[M.fSO{M<)u7qPpQu_ұIHZ?CARy1AͥaUzlְޟW Z<dU^66|N7DAYO>܃nO8ܬ46B&rvd]h\A65nD1dEO:f8G#KZIu#lWAT& $!ׯ&7Dd 3Vɭ)h}_3a88R R^*,n:GcInNB501sKQK%kAzގԠAw~6ְb>fH{9B½BqCGy S3m~9aOfp47ɩ~ewq)oSgY^e!!у\EE'fqqv~$߅:>v~;Q/*ceJ enX CHf& K.ã> aD*Au ɣ}~G^W+U,AĖk$W \&owx4NN'\E@5~pCr`{YO ҥ^憌 cDn Jؘn9Ї$fӢ)C؆2ZW Kǩ߾~Y,'M]`$;k'e];b0g xO1J.Lx7b, d[>A?p5Chl?:~%JҺ#4DVPXr⤧`qK Q1yu9Vp8!MI/ǃ?{F7=OmaepQ}"tV)YRGbZ%e)Ѯ*QY\'AR^(}/SUFT?l"5~wڋKCʡFB6r^g񻩎Z;{l1A/sY'RP#MrݜjFҽ(7SV6֥z5@,ʏQgl% >Rq4;Prɞ1[ff=ǭW¿#bbv 6έshF0&pZR!tCz,Uc ?.64K]':DMޖi; ɺDo=9(h!(.]jϮ@yn9Ԑ@/qrx3ؓP% SpZ^S0-ed~e9ok%t83Am(N'"چ Movb X3⛗5M/:kvpוw85Rʒ)JBDhD@U}d>PQ<ՐQ k;h̏$ X b{OaV1|>qKa']8 }{Q<𐘙!GUފa,[!@[׎~M Kb#Bi-N~MOSR* X&~u{qH$7Ӌd햆Ԫe_Y] NWCQ?cίl6QFrb67u368{iM0{̭ BϦV"^ pzoJJ{rM!׮M2zKEgWRZ@;& GH`ݕŁSil9?#LZY딸wh*݁PCYwtr(ǫd YAG7${-LI4b^ŧG)DDAD}w2~Xb]CͭǦB97,ՑwԮg·3}U,q`dT֖ :tSXԊFY[Oh^(95}qy1,Ffo]IAY_OΈ;nn!X6sA-rzdcJ؉kSN4{c?gU $Uf~1ٜy9'!ĀO #xH ^LZ[˜+qY\eE/x]C!1U(+K'd)\‘𲠧\Cz<՝9)#V2e(_-+ϔ^^(Lf11("% .螤̺WW Xn))>$OI(r~O>\J:tu QGO4,O+T`wlyW۬g!'yz9 fbC˗niHIcla$r 6A :7"'tv+m q'ܻHYS@nd/ӛ$371~\1htHl@f2Ugy.A3+@4kM4$T~S.aSc 2 sFw+.Ƣ6Ī/ XK7 C$"dHr'ho}dܿ(f`@G3vқWT規ikn$iiHPEC`Am>dӞ*&zDc9D`5S"TV2k dkA:.ܰFkaT9T'R!N^ʒQSSFr'TٱĶ.*j}@wjyI p7fsL8 ~i8( "B:@Y9X8olK~[$,_sR(i*EEe@p.]Л`s\U;y+DaN]#A3;G,Q$Ytl b{fƦl˅`B操fҖ<Y^ˡ.IÜ6::/Ya *7j lYFzqxߨbGHm\g*0Ԥm-r4>߬6np0O9>~-l0W h`eJs)=qj{ UjmrG:,iDy`̔Mȧ5&YsjUU!ၨLM_$5;Ffc!АqSMn Y4bvFQ:AR;<uv0Ȅq۷%rmD O-jR㑏ZZnsJT #|#6M[ &2j6:cpئHu`_ )87V"g6uUHPVe9ڹuyX@"Qɍ b3NOGux ryhR;/lAcc)u勀y^uB*2fT[}i" 51G"rDjҠ6zH}(tJ<(Y? j(Ulc{==֎ٝmOkиը,kY %Q S݌V1RK/׽9ЩXY`B9l>| xOSJhifI ;L=FךA(q~#GL,Bk\6;/ 3[;֕I;f8~W5jSrxw_ SyL`ʳ ` ʀPd|5@_>;rNM 9kicSֻ[b';oҠw=tr WyD,a{˫ e. 7,%0ۓ꘤yeTÛ"S,;i_4CX&=Ց47&g`rj0o3s8*W`P*hn6'5NI*hU*#&q7M&!3UrS϶S]~5 -B;Bvd!6ƐJ)-=gZ7lq!0 qz@}j.dv$f8y&`:he+$A.#.oײrp?T!yZӼDHb13f@ %h (ܣF|(ۓ?s7Ҥ65slBH]OLaȾ`|V$ll޿:)_ig`C"_nYl(MPn@н=9[Kζ\=1.gL ~,B7b\>Mv]!LD_՚; 5'}Y܍BǢ+U>-!3;3Ɋ{DCԵ/|?ύiZwPx8Upg< .KFjp)t-'.46rw=S8"mQ`1:(n4 afQ|}ovynjP+A 0 HpY&$xl-e1}>N&K[ÈW0?&-<3leqJ ENX&l<}$YJQ+>xqqgz-:DHqm[ED3e~ڇ ۉ:fݯjb o =onZN?\3 ke%kx±Msow.G?H>y**-EmTh,c|Lc($ݔt$I\ i%\W3lT ͙mApL5bH+`KIi ct*@5SD\PkoŖuS\[*Co aL"AЏ)-|" ݩq{ƶiN DA NSߏUu{p&ܻFѳxj ^dY֙΃w@j:l=#ɕ()[0 kMOK~$Y#Ȟ9jcsjh)!} wP1`-rh#t&}= .Kwrjلh4RFU'{zߝxaƞO-pz8`&rLw][ƘXD3hgYJ0y`3Y$N7%]M;Ճ AԱrmFyKQ꫙ӺZ[t" tӱSgW,A'VR]ug_IXe-G@}j.BK }iuK!rCa1ڤk@'|Fx1uDMj\[VWpkY~ 1OʼnM., qؔ4ZfGߏtІ TW>xo M~YDU 3ؖ[a:J10ET>v()b? RT@) ְe >7uB.({e'+p*;6Fb<;dN;y@ه?SCdKXrK@ԆB(SpO*rInM)*Ib66ƎJ3ʶ9\!T.#(JP[c.\= Ra;wuS#QkVB sI΢R+lի$}"eoèH`_~CwH.)"$|t3rf*#וQqNk%~vJ ګ+[&1ڈY0=uvg5\6X^c¯ iowrkm\{KB5T;ݯPWKv`Agre`9jz̦|ꖳ Pf)67)4cKgл@2(Ӟ[R {(33Huxg@-j920/'\"pzά2JфXX,jwz2d$L"崆f΃d^D08|ZyrW(B2N_2X\901}S>_r"fT9=ykHEz`@Mlg훆jk)Gj"%@Ofnz+o, q'?VyqUIM'm뉨'lA?p9m¡͸`$kVODĢ4Y"VENv[0xU>Ja~ 摡`+:imaBod:2d${&p^jM~ G] 8&k\xIDhu}&Gц=2,7PJ; ށc-aJОJ*UW( l?Lj./f6=%@c[SĊ $%'5 d7rV "2nb#J]5wA:^H'Obyjn`yJtsc: +ݮUT~v,|8ߵ'qMf[ܠeRqH=%9RR &+scpўAN?<&~FT'*RgL4L/ 3LT"TvΥ>[~V[&IH7Xj+ 2;`X&&JN߯q=ppN>-0q t3AoHK@dHL|7Sy>yMu0#zЕm&AYU=rcBQ$YW4AT^Xzٽ=H 0_Y0A]^*BWцY>?ǟ4&x.Hn<[f3 jS! `Uܭ>rI|܍鍬QASL♈X22 Vk:Cvdyau'1*Y3nq%yO`H3aӳ*ewbk^q k[?p;B#9phYU s&G.S^0[$ H}vu_$՗!$}nv|;@zvCԫxMmA# l3R=wg6d#GR" &]6~Pv5]%R,?>M".t6BW۽y\7iXBPdQI߳ ӓ0~СYjցka1Nd![hG%ai@qL a΀ s5TIJǔP҃,;7:+u3DlC?`q;!i: C 1u^?ZbEK~4><'akc $K^hCid M,#Pކnk }R?J}C bVCQYQm08=TN8QK&[NAmOPł ؠ!ئ R7EJNKHnfgS7[{)9k MfewKrGBnThQ{OQm&B6)gMqaJ3(p]x@$!GXSCdW ՠ aZ\n CuqF&5 B;*Puۥ' Poz~, "%$?`=\"kBsSУ3{3l@sb1fP1}ϗ.1oy":";dL4[M~4n) (ƙrf$)w,>@%}~ˣmI +i]}GÁ[>boox{نWyO^|JNS?/+ ben4@1rb2'A/VRw5[rx|Tx:wxZMbfDe{8vS;8zn:~{ߘnNTɒp`uZ{.[ 8%w`T*b i?zWL䎖Qw6Txe$J4Ơx_ʋ2%Z~*ezH;I@Z`@PA (.j:9{-/jExQ0*4azA>\/Ѿ mn'FjK•U_ 4@xFk*k;/|ʛmBfyd"@krp6%IA𪶏+uzekjp[9Juϊ] 2 'fIT-UVWQ1gw B |mCgnT`VLM]:+ԉ7QVEYS 8 MNqE(K6jpVpT!ܰ᡹t+$<FVi3%S|+ +@F zb]B~OnIG;? ,O N/8m %rl[YO8zz6CGɂw,\g-}j'Zhv!e[M7̷Q4FԪ@i9I3btjBCdG@h1;Y ^8{;X)^8z;Cqcqw}FU!CC`#8>Cw@>gWH_0+K.ȰRy3>Zv3w.&᾿QԣN|m]hANcY񖷏؞&5vW/@g,(Xsaο҉[[mۈӔ@n+=`AXLʄ Ո+].Ά$%$E!wpZiӺ~3dG$z ]~AGp<)nEQ4vGh,iPw[1~@iJfbp3"-tw'l^O߀9"_-y/m4G >yAB;Yohp?65wEOG9ceXtHAGp-Q7/:b;3AnFjO'ς)%K- y.]Lsbm&MC4c"?? zt{*ID֚b惐;Zr9p2_4&JWڽxu&0ZV;G /,W V$Z{1M´5.ҼZrBmIJYJc:jy]pARfBp.RTg#O~b?AVTz&zO9g.L: v<=0bHยr&ba[a4YN ۩ni^W#O[skyKD Bp?V[na}l K9/V00l)ڴUe}zg)׭rn 3[]9/? joobd!kumAtgL8A37װ!x.H!mXy  =728]",\\8Ѳ򍟄UNjʹf mqS >CzXx7J^7 rSGu<?Ele:f E+Eau!T(LhĹ2_$ ڢ(ۂdkތlHP\S=lN'v^~>cd^ w Qh uqG*?[˃vDF` ԝQ"Ici6G{԰Xy( f$ٻٯ膌}c9b !1#~~x#Аsv]?e +&CAG9>P~,!{rBjpQ 0Jg̅{IJM>ZR`o{=ޱYtV=Yw|@nGPN-:$2bpUm*֫,eٓcESI~x`D%Zz GOS-O߆$g)R@~cxjyLl!zvuJ7>6 *TR-io0g̋O!L|5&iy0DL6|Q8| }5ذ"yG0@Fxe'yuIu/<1ےwy%_E ! Mi dkD$'U}~x]6K)1ҐMo|"1 {{6M%7,b;ڃC9RZ'Na$J?Nʬ= B/9Z'aܭٽO@twYT$b zvم|QVg/̆zFQ DU}OT9v!PvTϑFw}g,"J_mg!"7;6L&>ܩQۣPrtDU9,.~RQ,/s fV0u684Yv)m}*X$W:{Mu :qrAjUl!2ism2y:Zhښ*8ڧZEۦk~MCi:c0b;|v\ eaDf!$`ϝ&.ˈgp? 0:d!4:52;N  =QqI$ 辍UIuAV\@]sلӜ}6Ru8OgדYȷl攺yNUiPyq%&_G!YUنy۲'Pj~OPk2 skd x/LU6}jE6T'UY9~&BQu/wNLl MvW-pI!%!C6:8!#\~0SOƌs]}YS]$a &9$z#sKrC4^{C2P΋T # ; RtYqL?v'@B'ӹ`3%v8jlK^m<2…T|GEFA>+ܨ,JJH-iq?ʌw%ь8@(td6W' \8Ѝ"+صƑ?2UմzMgup#cafk; k(7hܤ5?1י 4D%D1|o|R_ErZ|exGVUEμ 1{ vpu|t -5u+dn ~d 'pC/fPP=ϖ\Nޔy:^l2aJMD61t͖^iٱ6(ܖa֏E3Q,Ѵdԥ4Y C/ۦUzR·M ABWˆ yW30DƲVan ~.c:JX4X&ºۉժ'9Wv92osk E(VٽC%H ōm=%fXΎTA`"ANq.ik$nX) _Ft)\:2mwJ$fRU6VV*W Bka P^ O*d\:A}a؝ q#~7aج"R>ùΒ!k 1Sݜ/kI ʦE>ՠb3)bex_\0:2EGNMS C qÄ M1@H)0ZC!$[K~sZBxg7l?#dl+EAiJ 4 &}űV#*LR ?°_82')qG#uʨx}/||lZ ϡ QrBMc^ϨSl+on"4֒X6=Fj BplT|K"\}<3*7ĘN=q:ߢ WxŜ>1} s yK˂ɝ5Mb;'(MqcԘO0n\sD#xd#EN)9iIQ.CDg6t&ZC'6 Ϡ fɽzm̪!$Xtn?:#\[u?:՘-!~څ7U40A>}C(R ><}P v:dF'y|6BnhͪvțFbi2@1nZ$\h 鎥mLO}(dMD`)x^B\ !lDG?v0*u4엮 \(YK%,c2Mu%_䨻(¬Z}4A")iS-e0{fщnfi6i) d“Ya\/*?8|HVgo"bcL0+c Ja:LQMbσhKhoV~C_,m? 5II^*0ɫvˀWtޱ8_(;1df͟].-;5szl1jXwvLyx&GP0iR1h[t3fl]Vsm?XO70N4s1"ĥr}YUM)pj+ڡ񗆊Z|Fܚ/jg}lEOx#Y`a !^xuH|FDU šυ% X}rRpe?go@DmQ+~%t_5Ğ9E8aRp߹vhk0"}@O\Z2P; :S jC{%紊bZ$c K}KZ9%RΕ0O.=+"+; J{#6 ݥ`<|pmu2'IxӺ0BTV ~M"k74.-++ Q>1@}A j9.v\hN~Z.J9&uYA/9'U[+ r' /ƆjvL+OBLnޱ ܓɕ*wB3T+Vbw<cˈ%*->Q,(tHQ DG;_ G2|C}o^9dF>^fK|yzY+cr\@:(TrptR%RXGx=SM~.@~XJ#I7p/[F밹NƽN-`;DbnAmiw4C,%r/m}$vda41ş.x6N3rQFLBG>mVɏ#pִQFLV8:pnۑk3b:{>\4$%3|? =(0^+qPZu%OU\Mbq͋w kD*mDzґ[ 䏙ȫu*W@-R*'w~PDm'V:#|-Y` cjŠ췮 PI/%)˲,` wLP\RȨ}EręZhl`T3ћVD p?X .ocjr#}Fbx5ÿ9S:sK,OGC3>ޚ}S]WxFQF/ {!̙urhmwpKi 2,Kۼ qW%\ PN{r{-2.jTo[oe8O@䞹.ѻ Z#cմCT4aZoUa5+:My:MOdnܝ+| -z0 .Ǯ ڴ;·E?*DԟnX!7:8Ox+RJ}-`i7Paaimeec,F^Hw`*su5ӛ7{Q#焤1wi/O]Mp',~r;-eeBrq%~}ٶw=\4xw"IYhMl|Y=1Rt6FNbFCȽNޯlN*of<98ux,rx|;?Zȇ(Rzd0%\PdU! *[ؤnռU'#8(9n&]|L!{>/p8?Ӱg hzOS8D9 9M(,R"Px6~BW`j(B3挶f >ntc\ ;m Wd-\k9BzPkxMIxZ׳}Xm/=%c!_.Zs\Ϝa jRfha#c޹<؉8] =d-~h֦w-;f p(u*w&C'wzܖ'`P٨SvdcGƄi?˱:K6~F̓x,Y$.*xȞW*!.Rcqa98pzB.9^Vz;v}#xjbū({ߣC7ͱb|ꔝ>`ݠlD R7pVϚRa^Bx˞+f+8KLZ;1b4pzarlh/uͶzs [i8jpQRZN]+a8xZ-8M+s|8N,eVAS5yCT+W8(i5ޔ{GM5cקcic)ǐLX-ςvz?v^]vGXC6"7>6#z;Bx_t-nw}6IM4tw3H)hh1=:jSTaj?HBr/ %RR" #+gw JHYq+`R~4q% W1jTtNlIh%Hؐj"2]ȫujE@֚AYR,J46u5I}$%㒟#I;'vTH*Qի0T]&?.~Ix'b7Ka@BIjaUSE`Su%";H^)X^nwFTAb~\sLVIlOi&[vnOOFv s֎bo%G_-A|i 'NC MM` VGEc4 1YK +jO;E|urq*p+yEՈW=BeNUx){0sDT$ۢOsWo3^ﵤe <׾~\4_?nA=Vo+a*3b6]Hup9Q`5pDmS]?8}mn^eY/kmU1-aV3_D#@()>qUO7}=Q8Sy PQʙ̌6! N-lANQЖq/j0S\O0IQ0T2{JRG3/`J۳I薸#JR'?fjQ2E8Qc2;Ŏs^7@snWsLSVe=kx"nrB-Ɠ]뛒՘ǿb/]_BmAkD!eRSA1'I ` І(O`{U@Ϯ#Xʆ8BhHQO)JRD4 $Lu+܀)hh>0P sD\N% p%6פmub&Ybts-0jи<ǀ۫.pZ (Օ}$@~ ]x&Ȩ SwU[ӺՓ,EydFc q ?H _ P?/BctXaqldSH3d`Vl۸ی?XZt$ZGgsl>.8nc&^U.Jr/|]Beiؙp֕Q rfΝZ܏Oֺնnm$}Zt[0QDyp4;jxwL;[%蛕?SkHq`ܶA}SW/ ( A.8ꉊF֋Xc_Z< GArff2DAF! XP@ֺ&x;^a $L mŴEq)NM6[+GqK=L Ǟ(/Ϟt@kWR\ei"ON85[X::mӵ,VG|N-ͭk~=CQg?|uW,~u@dD(`&dȷ=5ia'`]BHMTΈ5?dY:EP;a.sT"Q=RYܞsc_WE7{ 3v;Lb@" (SWcёE޿d*܀߮V7֔ʄxEKnFۻU"ӹAo#Jaq2(Zs!VqHƟ< l՘)Ɏ8mP?k6__MZ./כ'DB/iT@z)!lvoyX[|pΪ V.SM&xj= cҢ-w̌d2F"rt7T \풝 7hIe@ỤH"!/P(e=Y3hd[=2&:= )YL0eQ١) E!% v7lNΚB޳=TsTʻ/SEȂzsyֶq .0o`!6P>["@ҋb sgZwƇ$(x0d򆴨YљUP R-)3TYq!w,B6LD-gatRUk~Y =׍9714wAt ]Vdtw&5,hjvmY Z0W3ISKEa3mC7D#A6a3P=0 ۡw1zQ@v,#λU tl,L3f;zZ "I!F4|ixKiY Z؀s=XP)+LO{Ҥ?[>sA9-sвsR>*$+s0ڢ\1DXw_sIJ6|7D@VIrwF4O0YPvY~FY'ySɢvUC,]RۮiHs6X P빤 ju`FaӇ11s?/(}Ze`E؝;nrlW,Dߘ mLDp{!/#[}{3eJǿd!Ƨ@Ƴ!s qDXXP tlXiߝMZ-dVY%Q,G"˶bji信" P5uSwـ\<rnV.-m%LsɄ\Trc툘w.d)( p:o֣ vڟ{zs {k֖0/0'"@+Pso*;Dv)k}K p $wO8?L_Y=tc E1"]dҕTQvrȳdO"ݚ|ֲN9gRJ$j˧,NF̓5[ 3Ps e";j e}|t>!,!j%܎>s!c%!WJxtoTi̼'6+E"B%a m\mR -oQLBN Ҹ 23WU*wSj#BM'U9USL« f:mvSz|:OKr"[BpSW4Fc(t_uA:,@FI |G$"#F[ aχw=SFm']O1~68Pk"}5`ժ2xrlO+>.xQug!q|^*)n^@y̎I]cъ΂y1 qfKÚl9; B#|f3ՎZ\o6j9ӵ4#kT G8|;1c5kqf-} zn r譜ώc#Kt8"5-!URn[G3P&ܒtHfO%s;5(84MiܧTxjO3XZT2T䷴BU֯pڒ>R  BO.gMT}kr2PB߃Pk")D[l,V II8P+=eĐ")5"M繓}!-M9<&YiUp}a;ȡ7 hZ6N"$n|+~6(.>FūZ"M5}K+5p80F5.(̊>͘vš~TgDaԉ*%q'F*r1qB]My}\f?0LFp'z*{'exPD 3IH&'y^qvĈb*Wo~nq7U:(/<G dM\`+FvrXZ@HN3wCANܟc]{=IP(Wo |t企甝+•mSy8y;-TL)܁:0;$]Ltz U$O=B6?8@x<ѿw/Ɵ؝  nZ| 0 -l)T(N7Rr3O-/e>åR9Gy ԰&Û"nM7VOdTooLW߲iY-&Xo]s+/FX7W \~zUtg/q08٭ 3_-¬,!q|*%l$=N}Jhyrݟh%Eqq?OۇhEh*pμZ6GD$+R(.͍_܊Oպ(ށBgPv8&HŽ'2I;SoLI~r'FA.&e2ErIig5ۇ0=9L>UlKƲXXJFbŬv#uNӄ@jj_,WdiMOĕeM -21J"ƨk66#NC=2՞cSIArFj,趓!! ?F ]l+LWN%u'zm(0@!bd:JnXsKtrD!u l+Ԣ-Tn ㍋0Dq)>!O{x:5HkDbWx)¸o9Lu_{#v'U‘DMoD||{0 >Y\n)Ȑ H@\ceiOj= JZN=]:4c_* VUz?y!.eGtsUqm4rR¼UvfFƨx s|΁밓aD"ߖɘni]_]?5+uxf4GL3ŐCsK/(w:{e!7\3<@PţRUIt#y'Vڸgk7֗o(;61[{ QX%R+r~̀ Bt涀p>Ov9+-Kz;@+托=SI*77FA6T zPk ͮu{30>/_<:?X§ 'Rp)H/؁R){(˽D`( Ţ:= pvXP8Y4c~9N|{!]gD>0})JkD"kaAE7l`usF32C@l|t۱aCs=}\ϼī{ ^&  #H=EdmۂS5y(tոbܧ,L#ktrHit>EMP<äH36~`nLHO.aw[tm='VSGq/#V1GFc$5EV/m=N8'$1;yCI#1ӰZz^'d@I^^Flv=u6žG/>J&5uzΝ `ƒ˼/L(Y4U cӰ&za$ҹ LN`ԣTT\> AȡvNR 32!'Oݑj$q\Q}O}0~$.F8 6k+뿎i!j?F'0"#qcAm[ISVDr}WyOFn9[t ig|,W0 SCw@!m6(16N$<{C|s1>[4ih~pAzS9[ǭ$>@}m*jMY֛\@=ֆ =%Mltpbb$r+` TTƅ^ X.(x )ku7 9D<VS!۽4 O4&%W4I]w2͵IL,y#O j(a5-5lz\2g4o^$K>pB>:;ļ3Db5~o׸&B1-n߿w8NeY*/+QΜD!BZyd6BD|up6bpAQE}/@\¨1q埜;Z фXGvF+"oHYvHB`&ȌM$aL`Ta7YoqF`HD. ";7㲎wT <@Ww<)4M]|M-DF$F_B |Pցْ&wpa戙ƚWs{WF!&x-CВ^Ej1XMXP~xLD+MԷ^݂t&VH}"GvO:_3ωjK@}jJڔVVY~$ B qau,v{NVѽ4@gÏ-/drxWE]Z:[_" M;\c8pjJ^6G uOaI fƗNrq߿_ee( z]dj,QLsft*1ҋqAaI:BF:S_ |u7U0ahM!!'x=䡹E9yX/TA+1+P4gt񨨢LK7v,r;[`!O]J}yl!JQSMVu%Lޑ&EWAWҰ(.f_+c[$gxI"Ə|4'YLG/!ă [6"Q$Ԍ1 {(cD+vo{^/Cd"sSp>k5J3cΓ2 "܌J6v9S6hls ;.Ԡ_UAd uF@fT[ #L1/܆!1'K|l6BBe:x_z<-" 3 2{g* 6#i(3d6\Hʿ?v"].=D|6v!mE@[TFm82۱\^%fU}2λd˖8c"1SSB,dž7xz81GnI%سMT`H2ǓqO q!XYɆ(ُZZ088;D{N_qk0-Pv=7Atq}MieoOHn!CD0qNm]8]*gM3搿Oa2vCz\^Yf_=@ GoVs|e!n1< S%}2qi( is ğC_s@5̊4 #1E'q" Ar!jczz3D%'\PڡibBG)y— ..oB.K΃yv 1'㐴L}3?E;ܶsb x[6͈ $fik,:7n@v8UoϬ;d?H Aa#I)y3:vqhmΐ6ЙNOhLm. @UdYM+҇N@6 / R*+7DЬlk=Xr- DJO<#)@4j9O4 [Lwdr7(X{sx8T! 2OΌDGx!DgݖM &z|H;KTVg:_`[ aZ[>VC8I m"O4@ sIZb%9h6EƷeJY\Z- VoO-Dpt gyd4U?{ʟeJzzbɽ4%s؎۟QkW@o+v :4fw;nFwͬ <lp@MSԵI=K0=qP{-~/x !U*O?}2*Ѽl+pIgQ F'':ux5KvdT_@ :}LHNW%PЬgwd"O"Xzٓa")pбd5xt{N,eH8R, _$-5 k-ii*)rGb֞&@x/2_wa$xtv'N( A'`;E𸓹ؑh&xm<J<"?lߒnd%x'deLxt!k5H6KC2H]Y7*i@29 ]ϗ,4?ƇDg( @{V?d'JSđW \CN7cp ?֙!&>(^(^qvuz/f@O2±fK.5<<45U-[9ac:j$ǚ b6bvJuCgo)HJvxz |BSN[]F#Rci3G/fzZ^,~i (M oxoǵ@Ғ)݊`٤뎮xCHBϯlTTZRfC* ^3VѹH T.sMRVW6WS4.]0ϑLx kU+)L9z4:Pǽ9b'_m? 75 pGL`4BѾp=q~'Tĺ|>j4ŞpIb~J+/궼r$96<[] [w7}]USUIi40{+ ZT6@T6i( ϳkfg'AggfLgn !z{8;(F.7?=o"sdB^MFEFvʞI5ӏq؊B/rI` It5CłQ nVB"JϜuЁBrI1:8YOWi>5Q$wT|@N01r rm]!h}$3m#4%KqcA_+@yߧ-VD!&`'ޅbX>} 䨨JsaS+BkDT9"|tT`ڼ9oJR4VZG[.8Buk(S)U(!!2)"SkRסDSy|Şa<ܲ VV3u qs Pa;dDg"&U> >:0w,}hۘwq{)Jc*L# -!*F"0 {Mp9)ע#u]@ tȗuNi NٮcS-+b( FxT/`y(Hw}E6!S ;alT2vk&4> 7gxb9lRɿ":PNVBhv+7PyxW̾{dM,hInI*u]i{L->%}O=b@5%l*JV` !}V:[a D3E.&z׀*j@Z-25v'-F̈́H6_#Do2EJIa{:|/Q=(1Q.HulCJ\;z Gw=]{gV 'xH x$1gҨN#MH*:-"sVv—/Z eqEb5Va/  FԞ^ĩ|?2̊$ߋ̉kV]W g㸚ҟ[Ruܵ#Y4D"b' N9z!YnK/`γMxG`'U{wfxWU`O7& Őx-4uwchd3-[JJKF@H" |htY}-XIkNxy7;'$ש{o `OҜ:鮈v?七5$SdYS& p _=߿ ۪cȣ}l ._ш93kƸTRN$x-(I6 Je'ҩ@dC٠\*2D%(IZ~ |u{~+hfy7G}ŒQOH9?FDWq C%h7L~rp SP‰Q>쏋M gݼBqm 9Pbև.Y{6HȤ||Nݼ㨩/Iߌ\4d}@jҞAMdYn7?TxwDb-9{T!,CCf>Ţ7Cnš .R瓏}%&Q(7u-!ijDg R4ih:"-Ix#njV]5wAHo« .FEpq*ʁ#j󸉮RXe=+W_sԲBf?dA rc*-PA, ui[})`/r];R#Ȁc_ P㨈K㪄(r ١9eSJ^XAR)(I )C~DEǽR6Vpp%mnͿP04N_yduKRؗ#K826v!5{u8C{*c3xr`WvwWߜ$:A:3mU5Հ3"q>Ko Җֿk={f=QqŶ>,>\w=(WH{YI =IԸ9'Upeo !B 3Gm0h+%=|jVv)o鲰hJ n噪aȊvM&*Vukc@gwAe@!,繗 4I=o"HƃKDMn@YTEa)4y Ŏn3j4}+S`Oxk?H%(AaQ"((SJ]kSe x3EJq!w=ލeZ4D΢_50?},\5'pڋS7 S4RX -nZ{kO@lB t86C.i&zXuIO0QAw-;ڹ|Nx+vAb+:oXF ξeN>cJ5W#&2L޻rQʡ])8ࡦ^҉4͋&@iXq?zx#uAN{HVW1 5oJ6[(83]S)|H(:Y{:;|{ǹQfW,+2s5;Դ4Qt Vy [e(iQD( hك(Ʊ5˧>kEc/Jaz "GbW5ӱwۈ/MhpL "4tsY3Mfh (~1GI=NcV&}⼣Zn"}5lKIu@T28p鿗jq2F9qm$V`AWy-J=~]zuh^i$)cY\BF#ˤkLDM IF\:u "úD] E)70U#ICZfi[fDYuHt. LTs]&^:;b๲$LDŽT1 |uN56Y*Ti¤FJH:սG U2dJ"215LQҽ î[NQ윏lb^kMn}Z b*y|lÄ"%VDQ|ZV_Ҳ?~#a#kdZH lsDe oq0zD<6PlƈVP9VtofW#|Bqwh4c]UEW*U" 6=[}ߓJϕϚݺa~eR{ofjfvr4&O>fy:b+ǦxK`uU 0Q?X<0E1hSk3_+ GLPSbo*qjC90UꈪR\?5 A xr'`PuͯXUq$2d8.P-#w(VQ}|Rll:ߢLK`Wؔh=3C}Lĺc{>'ɐ{W(Q#P;B\/qc'9򵽼łJ(3{Nb9Een5ͭu}@2xò\~UQ @Eؾ`E*#G#z Oi5#Z-?0Mr’ P"?v4Y 0/&h:#aGu1?Y I8*괬NB"_,cN(KN}sjjGzȼTE D'vQ4 ׊- U=EU4jJPt:Ll ~.s>C6*NFTo(k4s*BHRMB~ `cƍ˒&C}qIW5tØwnxtNy8<?22w )'5OєAx ƖD;2LP5m%M{^C%ߖh-p53 ?so28NfRsݖ_ /HsS0<@6a[5K4훁Os4Tʸ># R}G;EZ(ca!:`mH?dhу7i両%B6]oWˊʲ9 dv[­\mPzIE:уOxW"Tb ]*ܔk"cq;/'| #P(7,oQo|QM°(A;cGw[ZPelfscA%:qfߞ_SRn<~܉I,J@S -1?OZtz7"A1۰yDq^8I>!vd IHzþ\(>S'F~9]EB6!@oפDo3bUa>Q04]Mϥ'- E6LB] WDV.k7a ,cmUf]sɖjԍ&ǣYBPQ+{u%a.%*.|e$`"+]FyJ9?e=6k%+kX( z-CqG{Z$ !ai[}aaJ0|*eox>q5p2GQI /qpNg&a9uCu'Eק VƧj`MQi\O a T3ZC|*<`*ºR"q`󣐣SfvN_-L]j4w6Xݱ@\*YCV PMrѵug͂²|Rr/Jeiԇ`q=[ LgPr`ݱ尌>I͞?3k`kX{l)`5.nrc=.Y.6DAPi A()65d9m|ŏo5irB ~adTqA9Ļ`*EO=cFdO1-|pc(.ePb.FF'gaKQ iPND)31yqkVԜ2x`x>$2##ȑt\?aaq!K)BjVW:rpdl{bW8wӁ!AIޑp=ʭnB̶lUaT20B [b0ݿeo6I)\DvU!@n3HLs`D{0>ʗ 'zo 3{3cMEdPWr1Ȩ$|l2iZ+ ?ğ''P^SLtW={ ՙP'p.rGNCYcd@#}#)k^hjϞX+=~LHf?'mp[ϴ.[伥1N3-7X.f~ ͦT Yy}$WTjE7Qg! ;Xij:c[0Qc=ܳzW^ynb ^86(vֻU&";/ie]Φ&^!l%^'B~L)$WX|^cRHɓԠ)p/ˠRa:Jއѧ_LC3 ބ3'MKMs>2x*S1<ĕM$3͓S3g< Iģ%'aA-JdZk9VqEhˁ?ɲ_yy:F$o[MnKxƊmp kDPQ.+N\c:vǬ#{M|-On4:ϸC-5y^EB%VI|0;utO=GJx+.9r I/):F3E%ޠֈ^E* + ጰrUN5~>L=-AUn&9ouҧU&I1&ƴ9 tϑcHS7`vE 1Ʉ =dFgdOjiP-%-RD:MzV#,v;p#:k`ꞸEoz9X3g-K!Πfh^(Ǣɽwڟi*NKdޮ(|O>_f Y=拏= i[_᫦4@/#y29 ]VA- !nh5Ex>_ $nG"4V  q.A1&nrvĵm#};XyyJ ?QIZb)1(p8U#d! }ܒa$^Y}`P4[q2E"LDP_nANe9UzSBDwoI~č31hE{y֠يWYJ1*H3v'Q@qmm4_cTvf &:C<2*|3]#l_KفD70D:;\Ih4/pX yn7>07mؚS>MUoVr n5QI,Z7 f}w𡸏j#R,=D Zk?$l@J< ޥt8ʍl-U"D~y[+WhcCv=_d$g*?V_M@i!`"Er/خTp6CIG$2G(†6EJ*̋"#I!ײKl λwx´}+/2 `Rch0Kb p AN}\_"{km)%(YRsZ8;nK)W/ԵʫUP2m$EL\PrAQ6]}ߞ'4)I#WzǮ0r[g#ILlիӊA*H.[K H\iQ~fONmmEx ?_jښPAk"3U/2@4 4u@ ̵;q8mCBHދx4\sE$LtFtQ*V i6( b=;?^/ h~ SIBg=nt7N3r!$w6kz(5;!F( o74 _60c7$f n=,xZj󡏣N(g{ogBтu "Q)=?):..Mfܟ]D/nb[v4ȧSO!a6 *{1@.8ii:JM}ѝFq2JHsFA#gu=qVr Y2KEp!$ D>UT:2>ӬN ZEefzĶ 䃧3#SG]Ӟ;.YXP/=-~hf~*vd%voEʱк q)unLiT4/ Yd" =蒵Ad^B*4Rtwi҄+l.1+Q!) ¿`ͤ'\aGWpɎ7B n-RR:kGMg\BO_V(-|F%Yf|r_4@e[rsVf|1,`:/y52Rm{=ߍ®ZYfAJN ;;+)E3{erY[b>iז*5,,%CK*~v\8^+}]9»!fI!]Sc1 ro%˔KziY+LyC1hY[2AWZ##ԙ l:͢M^$% „B;?6b <o?C Sy)q]wsFCCB~]݌EC!^B2c{ + :!:33[/$S{vl4uG0cfir,TYݵNUgI'Z1+Jtco&Dj4`0MiPzԊ* 261:N$P`Rj"P'OTA\ICwx%[a}D+L|՞%Yơʪ+Q;KCs -ut)hQds_ښp1 }N׼a3 z.^qbjkepfJpt dreRK'Cz2+B D^ ]sQ]LY+>*%]bd\LH*\)u%i oh43B,BJPI^m+E쁒)FWT10ņ9 X8>nvo37J@MAMb>BZ1 +]Um챒Tˮx-UaC47Ȋ~5QBj0e b +Tnc*c8g/lOMKgVVuiWX8l4;eg1pymݦO~^Ӊae#XEct ܷw\eO}a!HNઓ;6h";ꏯOׁ*ny {>\:`4I⟄4Nyxu[o(!: zwҜ5RXq&:=ncԈgVyTlvyomtkќ p3_V՘H6vxӧM` ()Q;1\-d([ ھ6gg᧨&'րN7b@ ~[:a{H} bbӁi[pV?{]}(Qq%{ͳD`?Wι;x(ąϜ6vNXtbxy}a̘IEVkU!۫:-~;}S}9)ab'i DŽXFĮ)~m 118ֽ29tZ+3`*ecvaw8;^hczaDh9g-i%!̱G_3 ~1J-@l]`fMjR$WǫBpFaoܐٕعi4Qa3NTb`Ӯir+`gYN 1:6T&3ʠtaXڭl;{ɼ(ƗG1(< 2[)#>qѢoBdi/xgteKОV]y X;s a.H9%c4Ƨ<'pU S&V!bZ)ĻpM^C*?gc9ybX\f}QnDoArLF۔u-'G d  ⿯lX6y?#zzB9!h6$o[nX )esg(17Yxӊ5xO:Y7GHT { YZ