PackageKit-1.2.8-150600.4.5.2<>,`f +p9|{*^܅|[i 軂*2I7Z?Tv_l thXwVĂ퉿}'wa߳L1ٝR)ql0-Z9S_OW鐋i#jxI# B3ՎBԎfSsTi>*Ĺ`8K-~[غB=bo1E09mċ\f HGWۆAP싂鰋FוdZF>O?|d   Qpt $*2&& & D& &  &  &!&"F&##,&#$D$'[('8'w9)xw:2w=ҭ>ҵ?ҽ@BFG(&H&IX&XԀYԔZ[\&]Հ&^b#cdQeVfYl[up&vw&xH&y:z$06xCPackageKit1.2.8150600.4.5.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.f +h02-armsrv2 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-armsrv2 1723533611  !"#$%&1.2.8-150600.4.5.21.2.8-150600.4.5.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:34493/SUSE_SLE-15-SP6_Update/0fdd8405c9a9c9a21719c4e31227f7db-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]=289e393f80f08f655f3b5a7ae41a44cd5ff91b6c, 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]=63ed1972ec81afc45b6d1b5ac528db03e159f499, 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]=5fe011cb8b41980385195588d2f5e6270f16ce4b, 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]=3d49953a5e4dbe2d89790965688134129bea30a1, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d733a92342ad4e4033ddf89944a8dd7fefeaafd5, 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.5.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 RRPP:7iMUX>MȩsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8ec14d5f9350545c3e7704eb538b245dbd6a28b535b77ce2b101bd59f9ea7fb0e?7zXZ !t/;]"k%MscbY8`.87h s;XM{rsO.I8,^"ے2(F]׽DrV$dsPJ&>,G1@W1uf92)8#W0Bw+kF?V: 959/Tnvԉ&C:}.n=Ai{c BxC?4aG>0psʼnEx*:/p:HJޔzױr3P'DzWCGF_1?U7S ͸*bB9%ųLdhg|mm|!\|(ҋ 3GHˋLjRD+ lTɡ3% xY򈎩+샧w,:(T>n?YUZ1C$Ұօ\?w[4Z5Bp( x%$~DɛI/ޠ |%|+ L^%!K@LsmQ %_ xT×*-s@{QDq04袗$S{3LZa)kC eU%.ak j- *ް Ix{3"_ge lջ6+evEBhËmJr%C4+؟*,Pj'jeF'+l, ߷/o*DrOo~&i{Pq~{0&VZlk}<2H778;(wҷPt[0k&YءF:K[qPL+࢒ʕ`y>u  Ƕ&r̕ v-xTWU3o0גz^0s.1.V^˭#G릵Q2yKiBQ_TגC(yI٘tݒ\~~!7n1ir7 ƈgPdHäuCR&S#. 9h/U[lpHȚvf,\xxpۻM25 mQvt)v=7X,7OkpO9()Or㬉}9?sFi,5A ._psvf?пۚ^8@f"=c824:c38BsPrXRޱ7KĻ#[%}$,jԬvF+;$ܫ{r0~Zj*m-·4q [JuT 6v5Lk%KlC8ao4t^cAT Kw qxV~zJOvR!=G{}ngu]"\#7PNJ!+g,/1D0P/LHgh\TIp[߯."WE|BaZpǥ""v(Q RNq3!Aq^18DS;pl  / ;ŸzUUvQ(0W % A xUm? s!,m?MI;QP#CG6JI$!Z#Gֹr3kq웰\]r~Ts~kx`UQ(C^"}G}wJ-J7(_L;Hkݨw;FƳ.X.9`>zB)HxŚkۅVY\v:ڵ@D U o%qg쪵: BDe]?(OOfOMabH SSFb &Sʏ0[(Dj^tJ{X9;p'U\IA3HQ], QR`<%!92h`l%y;J n$]W^ 8-ʭXx14 QpzeHkI]n)Q1#i ֶP>vaqp^ ?وN0ݿ\bI~kf8D{ ;?zRA>y)86Cz (_e`/ }8-1"xm6^a"!A֜"[ 1DydaHchz|bʓjx7_1 ̔bO(e!1[^} ȩXAz񽏶td{C@Wؚ r{QV=mYZkwoe^P<€2.=B^說%XJTP9'zÝ"! ݹ~:wCt)vQ+0wFcʳ ɖhK=`jwG~VP8ŝ& 8h0Dԫ;$| a8"gH3 g#\>Wǀ=Ɗ ,W&rz Id! q^sGo?:9ZZGlT2$oS:ay_saQwEj#ԡpyz }`r@V{߳R-'O0;S燥e~t#`)&[K4Zr՟Svt%D!S=GuX\.i)5R1ll. VD2r)at/FvnxwE}YMڂ!b)tUeZw^@뵟gq΁!FAqDNqkØ< z2Cy#4THY|-a'ʪ6CeAJF?Ǝ!w#8I/ZMJX^JROia+Ehk"g3jgBsMo&W+7Ÿ`ycŸ]eᅲ`5➖ip ̛@42_yIy9R\fooج`p]e \BP:>~+b]rmDQYD7aH`u@ a2]wt[,΢U.p5eQ_=˂3}NⵐsS:CEߵhV;+BiCSӾ4ŵbަ~*o9RĐ'cz% q6k=n-{ I.Q:3|I =/B" QgDB`AѣCqfx48?pc"a7$UJʍc}ĺD\ - MTY3ug1[3Gs"sˊ~-Ȫbm_jY gEF}tQtOEܼ$H } !J~(`F:10` 0<9J(YN O\\2>' EbN/L#ܕݡ=͵ԁ:" 9iڟ=r* ip#{2ƑaJ{v798YLo~i[6\L6G`fFgiFKX,2"6^v\)Ø+_x@cM] 4KhtmrY2^&8Im| 4F’ovq@}RٷVp̶XX͜i~݁aa_!1W!,ulmMV!4I4aWVݛ~72IF|b2QG0G MxU%mYo7a0{V>{w.h7gW6Hw5sVB<<ڔ\ ${P3TI)KB0]$i\rϜQkDF(0-UuD/Q6ziC4p "TFanݐ{ bSV,&8N#[n ngKSE)H&g0y}^#clQ}Nҁl3gUe, ((Udert^_hx80A1b}T) '1Acu!?'ℼYti`'oI=:qWSegJ]|nCcn [|VU*ڰOBkfYuf&7ez_viLahX FRN{8FLx ˠX>:\AN_xI\7# :x;%lv+xmyGׄ9T#z5-ӂe& 6}#H;mN)G` %])yt۔8 >T]|eI^ݍE@a8#'x &o~)Ǿ\)R8d')ZQXNb[z/(E1.]u :Յ\f{8Ғr.b{ʱĥZrJ3mykv9xŠ8]8S 񤯄2Fpa`V0_@BQ䎑lW 3>e);oVv'*RVǖ&+;Yԋ#߈0A <[? QݾŸ5|]ƥ8Fq+ fp08[ZG%6lf˛dOU+e&Џ41p.57uKWb|6QQ:Uf*ٞO5D)Kt c\.\?+?{M,Ta;.{86Ew΋cՐoc<ķteVj8||b۝5> $PW"Q݇95FXug|0s{UL̤(K5!)֣faOv YhJ;"LjO&$"-c%#kwbWZy\tLNfᎅ \DMa}RSJ<%.E&=U \"L@\Uӎ?&G>K4W?,y] =*# Ou6-Vl*MF V-O2ڔcˑ0_6dLԝ5wd rL3>%IFvObFUߠTCe2p6pCxE$؋kRz'L^~u}ɯ! LE"3ٔ~wvwzL޲/_NUŢB <лl#i%cW81 2'1N FߎنT"HT6EZeM1"B$~ .#dVJ*qh7K=0R36im;q Zkc&zQAr8Ըe[8U܆ PAix<m 5(/5NZyk^俩rsB d eIQK.`eF]UՊ`!GkCdpD<dgZhRZ)l8VFtVXX',Mt}Y$tS䦗c{G%ᾶCҩf3anvG\qgD58<ϻn ʐb"m}|oԜ^Fv@iT- ? e6Hf؏-<]1Xmo]$3I"enDr9#%&,h?ց=[?\u!ahYfԯFB 'c> ʯ[Tr4tk{ ά7>P H1c @+Ƈ/I,Jə7q,_s@ wW`)b&Yz:\_HSmn4dO vwߊ5(8B}b׿oCGȜ {]qj)?+ޝPH3?"R휢T5bԜ.'V+h x<؀,g "ռg,8RZuXeUɳ ԇFx<7AS|Z*,7eG˻d$b]<./ҽWK/[gI=C ^K8@{^o!SXRPSPjb߰SDGY5XvJMFv}e{ ?9gDuԕG|-3E0]W-.bdx8zKp܎q8,.LK gҡs \=( #wtsdpx84l02.mĘOHytE~d;\.~l:eU';"iɤ *_wPhѬE.{]d7]s蘖xqa s'2꿻l#0`x֠@Cv[i4:ac)9^㴷F}SQ50s\R9 Jumc`a _4'YXbSC^OwҦf΅OQΎJ֎"d)Ӡŧ'vyqΥbݿLԭH}3 I`gR*}䥯)1/lg|w'Ixf5,x~>q:mpC΄sm:!>]k֢w˦z}^8s=S h࠭xXunfH*rj 95Ȫ~ {pQtT;:g_3AV -Q2 7v^Rt)~#-td)X]"}Qg" Q:g'8AtI=L/B˰pJ/eg"b >Wurf.WU25*F{3r'x`%̢avIyrr&HB.r؞+*'I7ǜ ;c;ҩzW?+Ɖ UiWp)8}50N14v6Xgu(xRD`sKIj& R_0ZoX'o ǧ[1kĕn/-,^G lCq^ʎ?-\Mm/Rl:jF,@Z+w~VItr9y`GO$LKdwx qtJʚf3N3BdvoC˕ T_mCΛ4HKȊ='Apb{YbXM5z:P?$ɪlRc3hl@͊zN 4HRrcτDq+p==0G|n0K1=z{ғUwhS 󼮌Je^Ͷ 5/0 #üBn;~ۥK%yÿ2qBËBD}™] uj>UVxexX)C~Bv@vOё/N^L@,7=ci71XG`s6 a[ϼA:;'xV;vQEb]|2$k[q4h k?XN8PyVL%jmg /#fȑ2Y5k5#o8zp6bh;Ć!)bų;(alp9tf6p>hȕӴ@wΉdcW9P>۱VuBNKi{n9S {)]GkdyڍТF4-s]d¶2w;"xzr!A!@Xo-66H0̭ ohuc,'g~Jsld@ "jrďW6Q Ձȥ\g|ofY_,o פl1g`M]KtB됲ŜT,,)Pj G5: `- 9f%o-[}ѣl8iCnzB-3Ң^"We Bs{j2kXzv ѩ9^J{rV`s'=@EOyjeN8QI;߅F7+ }پa exP'_ -`Uѵv E( 9͸`ÂߦM͍dκStnR1odLuW5E4HTC KM2DiP$S8~&ͪ{֚{$oZdT͜41JfK3g̈́e`?y*CQ+`G,I!O"6jkhf]j"\M M@.)BRKg{IQNb\r.cIv6lD(\w4ԛ%]MdēRnO3A&|+i<oU~p<ȤGs<F iS^3Krm<0q@ {]u v.}b.ю ӏ1:QfǖB[E!}6ې" >+y*+ зZl@\o-*6)>Y^=4 !b+1 /ȉ#p[,B1ܱ<6/4)&lVY3ᅪ|I[0Fdif2\6xC~^,׈8&]9#Rpw7 ܜX#gC*ov-`b$CR j~HJY3.A[|X]u^:jr /ATo2sKQ0T)/ud a[}-Z,w J6:kTXK%UeKmc ͬN&xڢs+avV"EfNkD+9È]r1Z"ӑq_FD1k"9peFn.ϔw>+묟#FHi^=O(9Òb[vշ NC ¯H]qU˂b|f{%Lx=]7? nEҦ(<$jS3c&VaqYLxOM =YEI==v>. 0|ܵH$ۛaUtB2r[{/EA]G|kƳYY,1=^ϙ}{Ը1A;5*b*JzU 4y ";.ugC8ԅOM]PwܸL$%L2LhӅʓG_Wgf 7o7Dz`דӍ6il A`Va~Yg|dC{PnCpۘz!^Ȃ\fR7 Y4Zo3М nԉ6Fxps̩$M+yUcx:12iѱ6HS)]K"htK0QnbK0~ + Iٴw 7S1SL4FD7GDIڦm_+>yhG.ɧ|:ʑ7;jM O`zw0|g= Sd]b 4rQ]A" q"lbrZ1E %s n!=p+ @X6A#%z D;^^Qv1gXiU,>5Sul܋ Uvh |{ā:9#vx&Q WYaSl qf,[0ħ`a3P;Y{_' H / DW͹FpYt@#Y\I&9ZXԊ_5p(g:6uh3Z w+ PWz'$n1gXc;C]Ű0?Y^(&`:[D-U-]5r n,~Pۿq p/GfUo+v tmѴL}SEڑtcT3 z&*ɐOtmf;^_;[*soKg& !B/Jk(5"J̅7)sޙa5 Z+wC뿎s\"uB]!/E`Tt%r2Z8,BVuٴ$,dʏ/" l}Mu6[^ĆjVT0Mo 5rOE#v5{;.JG|7(t c0 n}0m#lU&(i!hz.]ɅIe[ +Kn9&ҙMm}v|JY5DL߼rĥE:Sn F6$-4T`m͘X2|qέ\vj~+KCI] p'n4F&7opUEK FEi2!㥔ۻ1sխ T_ AJ\FJn>GmtЖT̶F)\/njb_B?0;c!?ef+5I IQa>9S`cNR1Rx?]@bUfdd~VʆU} RPA5Go5H5=vfkT %Q ͛F3_* )W'j#{cmBa!ݠ_V9<ۂ(Lg?4gtYҔ5AVnW2~# 6Amog UآBiQց(>?;#!yA&t#:+WVp-s=lv{P߶\nlN1r.Z&|s,%[PYB!ACuoJw:8jCHݥl/[ u7S}〯m+aas >Sӕ`[x%<؜ տy\i6I(| x%FH\9ewI{UQaf.+͏÷t'gd-%x^Chx`%[Ay{m=cE`[g93:mDL]*9T( GuBTo>W ]@c9;T_7IĦ*:Y@f7CLe+T!\4W{ћd)R 죨S>q5-JԝK6A&ɷ\NBtĂ½0r9_d)3XZf,f`зb o!>֊H2?~r6fQ7ezl~QLd˴ﱐg](d[gw"x%e"xЛd(h Ք|lN73 SvZSBM&\ƻhRN57yYkZwPˍ b`ٓV-k*wS1V P[WMTR ђ~gLea./yE;-c*..#}HY!rKu-DjWkc#'O1*:O{o;F9ȶFf K>LûQЧ^m,(*+i@"cޞFt敕;Ƀ6ͦ1CNh_.RцZ[T1b#p=cBOl5!%w0M$aMNx@좊*r]ߔ b-ZHn@+#|8z`AV2BQtvH)aW*UX7-3$Eϣ=;in˄e,/BsȒ67R18w <7SM K;*'J;jUwT<>āȘ|} #65lٌHU_5Ogŝoָ'AS?e&HUol70 (ztsvb{yaHA7?1֘ih7yy`Ɍڟ !M" MؓFKW2kW`Qm`y6XM*vF6L{ f :v.Okqy[}BĈQµ)F)߉l0@Bfi^,ݑظ]Rв9 r W i'4ʅM4.wH!JD>4%X;W;SB虣zGK׮>e`< ,/yD͑-UtCOhʹlFrUsa2^L{禽o.̸4WT5RBfB%fGxS)!Lӡ6x G"m7bNMN?GmX9vPBO&mqPLJ]k2>]p1.ɚI;lI[RØ͓ZYx*IÉNg4/{؛Xh*'`&?q xիRg@/ol?:3c]y(F }%x]Iۅ?=LuX=_H[I~= =7De7odCA<~hP 1~o:u;Vf۽cR7)gwXZ,4t%Gԫ0 T ?񟖐 8OIK0pp3No^y1U{d<[L,Ub-&jKoBA/E2^Qǫ sjEW`ۇ{;|byma d1ZWr|p!睿#ab߈x.DuID)U[/S xPAϛ.K" P[j}wymx(7IW4($B:lNFu^3ʱ)79СW8+?Z$56$OER 45PRD5C|^`/,x%R֌u;yF6=ƨQ<;_'F` )\pN:„ gÀ ~0 TsdKSzEQ+w.'RjAqj'7vN U?l}!(9[ 4{GMՀ Yؙo`B΄C])Byp/)HS3*ҡK <WD]3Ex'cG% Z^x>1ϥc?q+<dvQ n1Y:T֑x?bC3׼[ o;- 8uLE<҂-.ҕN A*?>0}O  ɻ-Eg$)\W#p {:?J|$2O „ i>ж"0=`"W~KV_z9z 3EHS^ˈ*(ȗx`}Wyժ IxFC9`AVѰ}n9)I؏~^3J] zm_?NԂ£w=ܓKv.*Occ-๓~oFo݊bGRVam3t$",8Ԋ ,fj NB tZ/D)vw&-|36Cqeҭ ɚVJd-HPL7'p`IE+P=#:_̝Nx[/:.ơ .{kڦZg$>"`YzsU6OpYP{:O_sOymۚ1J]%Hm~`~s\JAfWi430jvy24M'rYIڈa65팞 DCM[=^RiY]K#ocW ~}=pvi極taX.f) jX-MqjͤZ/uVmԷ浨 [WU"R|6~ߍE`^D-4Z≆}6h8ΡS2Z $Ozk18ɪw?Wp8ؾk89As M5fȘe[񚝢] T۟NzBDy)bsֽnv\iu̐[6)hpħ+(kaN} K`pdwLڱNhŷj-B '̐oԙ FGSLpB|X[uj@_uQTeހ]6 bs%he֞$ָ0g4Zy`s}Joĩݜ0ۍ0 쌭8_TbrR3#C@%Pkd87et39hV8ҏANlH8D\쁸/꡺S-Qarx;"33ENX1‚U l݈w4p ľcsLЊr6>fȼ86~@\u,@ @2q4L>0sƋjȎ*p\펶ڶeMo,yf"󄐵WdSr&39$/.T;pn>Iٻ[0rrO q4F`P!9PDo.dUJW1UܶɚelYmr H@GLDPLA.yک ڶ:O БV\N 뛄, OGesEjNq28|N" la0h!^;Nn{2j&O̴jf*SSӎ){ 6ww²W-[eAyj|KדP0|AbwJ%Ֆބ/x +\8hbRSrK+UKU7`򎽎ET bIk0Ӣkqr>{k'>n)֯NRIc$f<~S00<4Oyx"FkA-Fב5i6$o."wduY8Tq19a@D!kBև/Ud(h_^/-ԇ*`;c|747~}zӨ;C{s? 6mR":n{*':{~G_Гb~π=ca][q\OXpb[Z7ڮ(Tx+JOM2g Ӊx!'*΍ΘCL kFsŹF*6S:;%!)@ԭ \) =+ʂhsB;?v?_bvBUn4?G*\Qv(Q2qzY ?4нsخ(gm8ƹc" sОX(zcʜ8CqU?,Q'*3ϟKgU_q۝dy"dJH0KvD4m+DIGǧ0I:J{SϼܯSp 5bݠ FV KgmvRyn;asd敽5R3]=) [ ܾ.(MoZl+ӚVR!:ʽE( YR?۴qw R{i7⫓)'ccpͿRm.JH-тۙ JؓѼDȩ Z& )^Chk6rb*M-DK\$ A::C(g%($wzy`e0}ت i+\àpja͵4k d t4ۚmB.s^5O:Ƌv\*e\N@9A+epv~z4K*l{qwy]C(~\gKX #8TuHabjblc*BK7Y A)/Sv,^X-N*o?ՏnK12& Qnh(Sn7Y3Τv@X- ,d'.ޣՅ,{/{ӗDP-Rc>q+тq=e;htaPM  36R ,yBfV]q82^u P[Yt Hr&7Ԟ;P<\G{_rr:)ﻡ@]{̼{sGsnODd:s"VƏ?03;,$ěO9nzIo4i8~z݁)iYI7炮yk_՚[4&nOzk(M"`D1%/ao^~@n+xIc,J ^ dZY^V-}`Y1d-FeӷU2ZerUS +ـ}4hWi$Y?%xJ-1i͕uO' pmuwԶŕȽih5iTM~it`n ?Xl(Wa~S3-z y;j"L@`m'a>Bf  NP32 ;t'xvQ3GWbBt:g㰉7bvzi$d&!~"ՠ7V8B(̳1a8@wKי&L߫sCBGN޹Uhʳ 5ZfXYiA`N"[ҮW~b@@ZҢPԏ&˳X]I)Ics M4H0Y2~\a#D8K`l៛k‡{@ؿ=XTjӫ۴W}%夝@IR-"1$BِVG'jm(5j)<ۤ^`=lٲ\@J^!ATňԙL(1='膅M=HWLK(,=hѸnb6߀M6t68J=E`LM twyQ*5R~+%mbS10oL 7&F3eH2\w %CN'Ok[0+4xڑ?-Q TgØm#VHt5 .{x!3!d'pnXL UHvU |~ILX T{i'_nTU QKEkF `E>/JБV!1}Z{Di_uuTo Κ$+CDey/H!MF]l!j[ny<օ=Xf~*<;·1ľ:ߒڸ,]tE7>[fzcns@;gv*Y0@hUܙ8IEqռtyiw2g7"./|lfz'$th]?N#,o`Wy}A.0H8g?kBjz*wpUlU03M*-} lk J%TOkj):83Js-/[1ōsL:kj"]{3ͣ=G^N%QX$'(&TбS 73/\g^= o7#qDA=ߣ{ڝw\ k6߲gz3}fsin MuD_ #M_ʈ߷C*z燃Fv*C? ȡܨz ^B>k5|%>K`DhOY̱&~boYCu],`>2CR>PWĚJk˝PK:m_;Xmp¾GUlj`Ϭ;%L@C6HT"6IOO.]$Y /"P.j0'pC+:InKd~l/MlA弶w r KhW{%gѤ_g =%ui4ȰH7l GAu4Ǭ :=)9fݏ^.-SO핈O`Ql(hunxK5_IE?[u{O+jYY@c:}oV^"YT*3w9yb[\(Nͷ4/C+qa™NŇX>["E qfT)djn)[Q#>~;_ujBmH_->+%<)cy*\hn7i)Wmj 1e7ROık f)Xޔ7㳨)3Ldz/ ގRy(]RHHc'Br R5-,7 ]|ے||kjqph n ;/riހweK}n=w \P6cdm19p) h|B;iG T"()^)gYHYx󌽣U JpȰ3'@]/ $f'}xD$Uy%m[gsg͸to/κsQx0j&0;WsTX#I~g9-}omL:YHڍk{k>>} ~ ЉVl$IѦkB'_; ixhgKWרiI9&( y;dgyl[FW`»ф?p>=̱r.wN A4;eX=vnI Hy!<ryDtz$AqZHbef6.<4 i/(!e"<^P*rk#qn]cg߶B_,8YJCE <,JaA#^\~2ISTEl>\Vs_AS{">#2)RqwW5gTPPh=4YRI}-lǔh뇸MGNlVFh$ Q$WjK'a͉lگm΁$S!JId6c ~+tz ]j%fYј$zM*91aZLx,PCp IIKnW9Ut*U K;۫ u)FE1d-#yv)xrl)?_#1)5%oZͭ$9ߕQ!Lw#"{Xu6";Wa0L9|s)kY}!"E<9ˇXt(>Rt|̗Y!<[B!/ nKYx'q `x:`"pNXE[KA;P0t୊*siP6Zݫ rw8Eݖ>/Ș{ڀn$\CtJ]>LȚUDOYԻk1HZeTxYu/k$rccxilsg8ӆ,ĶؚF7:ACJ'R8{%c ŘNI3Ew"C/X|Ohc'',6IA)5B ;&EPp(g~;ij^X rѿ(ѡېW#@:$ Өޜcn$9;YLz fd%'G>| >mJ;R(.kPs ɶv_{'=竸<.Dwh?'i5 .xTSKV U_@8-3~ߎxm,,ǂTcMJ.HQ>JP\ >=MGbch k؄Gґ]%?O5y}d/#FK+ .<)n{:pGn _(EIdhFk?2F>,g0N%PCAb.5{瑁: hߞsE֐BaQrVZ)S_N޷ŒP  Jx/uSO5"F>>%䍦&p'on3!Ŷ /}0ͤK^VRPD_H\vl5ͨdTcϣF)yWZ+ vc$.܏GKXAϻ8j5cr5LJ:{dp+oOt8DyeGş21wMڎ4F-d NN`bT3e6yI"8ɴR@a jdt2B3|)ܿK `$LH9>o<%̉- 4(Pjd r ZTeZe)=@a>AY-Kٙ{3[8;ח7RY_ P=i(/qsu;V<86}"yDﴙ4ֶnaFN૰]]KKٜ(}UGci @eQI܆TVPnA(9_>@YN)Pq%!\ICA2`f>o]^I W&!)}ay>rnT*HK7M #͞8Vmyks3}ҽ~!"v& +n5Lea *|piI>zKp׿%PggVVzC711.ܞmTE}|&̥Kq2`^\MaaItQQMZ{uDwMd *Fx6$bj"})5z W2c#2U] '8xP FsYj *n7G8ā.GfeM|'ј5eP{7=\e|@[Oj8/HLu̓kxa95|hxf5M%M.IGg_/8kh:K%Sr{e J4/CD/cCT/kGo8o,QE[pW%܎'}"UUȇґ(uXK>_ _ϯ0\#(d'ȸYK#mХZ7T /%>ç5h_#1WO-W }"c-UuѰ?-p/NԸWL4Q\j@ t+jdc̎MBBe³[^6˛}4l܅؟+ Gco{xFU:- . Vaw ~v|M?KǰHI<*^I=||װpcD E2톗l@]d/"h_Z zg̒k)"*u%+ڝM>w9&W}84Xl8|A千̯VxhT #PClBˋ#DqCryAGMC|UQ`.Rgi`i:,OW}-Z^-•k31;n*bG9Ƨ `uM; K1j?Հ'eiCqXL*t,TV?vߑ1&gl[2n |+MaKͶ(c%"&N &pfe(-W@55Ms%LH4 Zz-c?[z`GM+H"J2֧oBJ1'']"no<"'Nd养pG=?\:攡hsnps 23Qe1"f2EDgbZ_ ԉ9e;fF0Q "04[@PxEo!!QXixyu6DRsO`-. D`S"< }CA-t B{h2UE됡<$Vyr5Lnn$:jCZnhkdC;F^*DGCFH_k/9Q0Ek)䍉2O8<4ݫ| K[U2tٺcӂyKb1ΧIjwϿ\bM$U|\Χ9Ɂ!G:[v0բ r$C 3:w"BqF[B?F$Uf e ?E {n;>vT݀^XgxcUA.,ڐNϜzg׽6NjZA~#dUayV>JTئ4RM9UH-owȫCa 6-eJOa!W <~QQ4?y$I]yBt6ҖoMg`V;mdG:PF 5j-|)48oXc 6bѾ@'dWgpD0+%S<З֝=$U \䁷G{(̸DpK(*#1!2Y*L30_l%q4))=/፻mvS fPD'8$2APoџ gQqOҬiXCWOUXRfPW%M҇,Mx'& >;'Dk':!Kq-EMGΓ7ȇ v-FsFؐٶtF# "V^b-O`biѨ۠ύ8xTuϰFbH],HԹ@vRu钲1OAnYY d4V T6DwifA,v(g٢{s*gV`Lu#d=Y>DST;gՇZ;bĻ*u#3=d,ӻ>0RnjY(=6Nko A:[`JS 'c6Kw_ Jo[F+ RGj׾,fz=}&a@]]G]к83Uz¿e4&5+@H[2G {g &[ԫ(=<bv/U҅Ae4+K=Ŷ0鵁U.))x6-#0T0j߶%DqbM%w6ċiQjD%Ԧ_Nbn`Ω7k[GH0 mI ʲiɣ{CuSc[^(4F{ѿr+]UUGvB7+.'s5|`&7?VhӸ !NHwCѦv[B,o䤦~.ݏ~Uб(y:%nd8)m$DY(wHZHj M97;tUCBwli2rvd<:v,v9QY҂ ]w d pZ`pW|@L;h4lV l]y]6;cm=qzrխhBCm߼0]7/+Ce89`>15eB{>, `i2 uVw.ִPoU/UG"6=cH#p ,"1] &҇ EA/G}C(ƙZ8we&|H$xhSeͫxH㣟}>NoW_>|u5G퍞Qm;N =Yy n"+$hs[FKԐef}lT;'#J!iP:8 nG/Br X',s*zp`"UX궗 N ͵%LZ``B>.J9!Tu"]`8/ 0L _Y Ga|ռ j=:͔%fhNkq3aD_um=NX0S12EQ KքUuGDe<^4H %K|JR4d}~sxHk ݉pymJ A'ǧ<&gg~7Sgdkr!6SQE٘i64Z8췹ʓAWւ)I܅/Dc٦q 8+v\DP,3UzBG@gȑ'eৰ3yطwQ:' le 2,Um^FxPX+;0[ᇂe Rlm H]w)2:U7g!@A{|\ЂmԘL%gKK~

5#]Q7HeP̭fW-t,C*Jy>+Ba?-Iߏ! k8ddsu10ߞ?huc>񠵲Aϑ۠SzӤ;.[lZ ?JkП@E'C]808 ݴZA9=v|T3L{ ~9 `ɣ.S{Nh>| (4B燵Bl^1uaa/ȕXqhk, 3lurl8A!q\sBBpgNMg [{Ȏ,a?LuAxܱzS/F:T|ICsPRN[Ӹ`D\锚hI9 (!@%.&G@-WB\sJbwkqX7LE @ zԣl"-vόxV::h{ F cƷ:W#|$jxQ@ Mr:|ekyxNj)T J;PɖH 55##诸B(7nos{ 8!+v@aʘ2zV+h cjBV|=vy,I5YXA]\QFӘ\涩ݩ:-3`;G veƻ}cNF2=f 0 AKgth>q| gꇄn, ޥd{z~4-Z>yVٱZs"%A^2k]0},\&yrI ` uh9j޷1J7:\}sq(%#c롡WE}xDyIؿ6U`{~J%w< EfY1άq`"=M}EeU86&?J&)j{=UUIK ),h\. Qvi6\yEtX\95E8vЙfv)#G#kE_e_\A.N_q/kxZ1WvioiZ%8nxجw..̥PViA5ڕ#*gŨǜ]w[ F:SK V Ĵģ{ Пڗ&S-%mm^VW|.yeX 6gWә{ؿqYOVJmh5ЖnƓ t\3zE 6/ Ur0RIe^z%soV륪H2=S~ѭ?&xHتf2r[?>b_|XMb2ʌ;2 5'h]s5n'*۪ TB ޥ  [s S${г.u}h9w :Jca%',U%|Ȣ',QHK8|_ئUhoAgT / 7JK&N1 z-8Sh:g3S_DZ *@J5#-rkje c*|Kq1PΏ1UP1q!o]Ӓ_&sశIBcl-lM6ZM wМzյ:SVnTC#IqH#E2E:+[d`IX>,',>./Δ4?-<$4)b_|v}%V<:]h%x F0]^H)V&qV5tKhB˜3j^0jqwI1Í.1D ~FĹo8 P(H sM= ʄ%wG8#i#NG9kFիPY 2 KܳI2- rHtdz^I>Ǫ$}yV~$Y'TiDcW̋BN_.v֍[@}G`+c{Ч\]j` BT(Gkjt s&P`ct \<)ɁB\|قTEtt;o%̡ikCa홄%PS_{zSEB6/2t~HT:5O\)YѝyNhbxT\>̝Y-Tk2(`[Jf 5UHu pWgpFU;kYe PM~1tbi^&5Ixg^m1u9XL6Gȯa WYr:RUJ QU=yP P >1GϖA,/MPoc%D ]ki,1q:ئqʩE3xhTr6$GwFV̓#\wx Vͺ^"qlL7J6%3FXL ?ߍ < tj^}p3>E}Em}zwӧ4U`EǿZ$ .=3<hi|{N>v/hѤY߫5˟tbeٍ' э;2m)yN%;ɏv6s0}tVXvm_ޑO)IV&N#|WVh:EHhijw/bb4 anڻd j'OV )7d, c)mh:=e>% :^Ŗ"s.侮x\f,Gxo:, ܤRU)Wvpe)œ vLkKCi]7^ 6IME&ndt*IXmUsHQ$?t9Q34)^+ HOD3.EW7i,l!efy]9[#BPEkk\Ishk"S"hݚ-)çy 6'*J {g01v ߭'[,Ƨbimw!bx4= hn{ACyngj'Q|?CPE#jt.Dhr6@+*"zN~1ЏЍ97Rl|m~a1hK; <͋viwi6^p#gGB͛fGLi_ϩ-jmY XBihL1ϬS:; qo2`*˩K4h[Rql~~|t H՗5F`+Bi}kqX +7 5ɖG85&);bgql-6t)L =nEO6B +4UK+೭pP9i-vzXQ4&t+X+| ?nR 2z$S6ޠi{:7+q#\I͊nEy)1ʀQ[3hq|JYV5_.JA&} i9Lƀ :2l&.2;Ƚ,sWϔ|9oHJ# ߍ5t#٘,) Y찻$1 yoH0zjCBQ!ɚrYw+_2QEڙٟF̌X$o/[7BwxakS~4^p6#R>_1-amr 5 t4(-LQbF ʢS*Yr/nm0ўbGL"2EļU \}Nʊ| Fz嵄oےa*MΔ4d ELO!GKۚٝ1{LC=HDn@0/VX:K]Pk4|>4i‘%<H6j}~4 5o{L1 cXdG'~[F~Ȁkf*:`"2DP1KS0o-;L:JJ|AU\Z VI@ %JH|&)|mINCO7kk|Fvʑf>FT/-tsY5F`a*؊qˬX㿫˔7i! ǂvbppb34 V>.wN B뙙|~ HTµi/1~phD6iQMu\ŗV\E& A|$A̒Ǫn?ݎHݗ*@gg A7J`/!Z"e'83m7 T4 I0&5+.XÇK$ū *Wkƌ* \y+'2XNR0+W~:[ܖpuݢPqʄG?9mD!g9 (; v#vqȗ`>LUFXOS̈́ؔFQң-2jtΤD;mthލq-QAzvM,N84TxvaNCG*@rw(C&YZIG@۪8^/nlR\h/"h9x4`jiƷ2n) YF͔grOY؅Bܭ }wc 6%{P`X$`0Ls/T~9)Q}CkxGޯ&ˏS UDm}2· (Ff?`cW>s ~ؽ}J࠼$]aSViZfXJL0a mٝo-^Rsԩ<DV4Z'ȳfޤgl6MV/Ϙ 1 $+4q?XFp%b.UVǢ-yjTS XpA: s&x6v5W/fxBbH!^ ! Cӏd΃,2WH‚qI{ޮčy5tY))[\./Җkt)tLLᇬ}B>[JGxfs{<9l&+ۢJ3^} ;Lggwk0V8cmd/nE$ft3>gڅ'.#]f_c4aw" rIOUEu/6XL8 T66{?$trư߰sЯ-&Tp<Σ4tEB"=r[Y=9g P4㡔7 q%m)Σy9؉AN'ȰNRu'xA/4)^emw J Gqg| ŪxMd׀QCq_`Owbpt "i8wNaTYc=9>ܨV4sk4zQz&~s%-֯ vvnU9\7z\Tkm?fp7p7Dti5ܭҶPjՙ!M {=55 sA~hI9þ@5s0} a;ˎ#PMkE f^jHB3`g ASr%CnTr1  ֯0xfp% :@ǡ<-4lPslX{G=4"\.Q[`.6Bۧy>qHeTw=p+G+숒A.Z/[]I0ݑMb8*:daiq~lQ ]`= [,x$&\(EdTk=~p| f;6pfox&=ݵγ ?0߼6Brxҝhh=vN-E*u\/Vɉme9(,o+s] ٹ;-qɥlF"bXg$~삆dǏ;^<8K+s hZNg5mjH#ڰrljyr9YyTb~9H\c-Xՠ5hUs|U9":S65> arOz4F iLDŽD 0!hͱ^56^LRR'w{p*#z d㋆3%یoyMa .naΣ2! 0ݟp[E*I"d3|Vy|Т\Cwr~6kǍPYvbv^2_ d )o\2 ꀋ(}1>-tlz0iq`{/<-Sűe| }TFqAE,>促p|$Ӛ j]1sw#dMJ̩]愛O$6 V[3(($4Ώ(|%\v֢'Pվ k_F6Ed[!Uhzd5>l5^/84w6, ZdYzƹ'< TX#LeC61q$M4ܴldiw4whgNtm` {,-O~5K.lcAВO4ː+QZg&oZºs1lФh JSLnUw@0QE rS1Ώ[ds!~RQ:'M&kAA_au_@E[L)5nxѯW~S@P\_ BN AN!Z[pLOJKh"榮({[o|I5XKU⤝ߙGPƼIćnz#F{B;diuA)n]pNy4iO S>7:&PNjۻG1ݝ #R㶧&)P٨S޷~i Z@=P:I~:'Oe92kEbe Z2952+5ϕ_!+2}qό ޞCB9yOg`P,Îx^7Qӿ-3<*r´ʔb.3ZLl'6U'u/sVj%%_=.NT4H{HKfyEf>ao沺%(*+MA:%"Ӑ,ʐ3 *wEN'}9Pm"eO9c&w>j}!'lroaH$|)%꩜L + OAf!1rZOhQqOL%-y)KeH2;p+Yq79,VF4aq|j'v,AJ+]f^C>t(mRzԺ^Sh8X3CF{"ĀގgT'ߟ[2;Mi`(KR" oniL@p-u3r`i)T6o54G"=+!bz#48nZYxjoa.\]G BuLc 7eDY "7}JXV.{po*W_7^P,PضE!.8ʁ)y-q1B>xt4Eg#vJ^9^V$5Mz4h4Oy 5֖n+Yt_Cc@Z[3@laꛉ Sc9+9Y]VՉ B Ē3fy#-r"xXL@N]1ZpCQI&PY%{V 5 m馥O`u+^e>t7<%5ѐOX3W2wYQ64饛R\fOhO0{d$ CI Ԣ#wVj.lP0M9}ksxl=7<(+%4|(,?tEsq bnUxʑdt]lR*jgt:T?^Nc ng[^ [`t$\M'WvAĢZfA`$198SW :Y.|)]"AÃXAAm_gYGjdVC]T9987HYd:w!#RdD-L +Qb3HZ7, 2?.^"DDnϠ3&n|XءACޏ MjC$VEy$tI]U{K{{fʜ e ."ޜ_|Ţx1l@ށM̩'[pTK*"Q1710]h7sr>$"ߞwiuM)Dӷ=+Fxo-2cW(?WI1?'7X9u(_ޱi[W4D8l4C+R!/02=yVOoudo&(wR|VgB΍uf;s:\(O6X(UoqH6gS7VU#{fk#!,YWVzj0h:=ʯcȋ{ ~ эI=ݴD2喒v&ˑ3v715`'\Q$o]$M@a}yG:.آ (k21Hz< w>ns?AՀ|xu1SjR_`Mm0)&&JcG o.9-A>-`N|j8q\"R'I 4 C9%B$A=1rkeǫxV*\1 B4OGrJي I6/H@%KKBjhZUZa(HA:#jMr&Og}`cADzL!$M[,ڳh5nVt=@^^c^>"ˌokwT 36fK/*ek&|k&DOD(v_쇭4 s~SUYP1oh\pX惫 8cef2V̢r_hNWmF' AgV}W>~⮏`ToW `iVrQ,2MiF/|Tyf#納VD*D7Q[=E|͘St9fmN ry:{edn`Ta\kVV_{-j,1A2q-yy.Fv"c7Am /-^OlO%({MOV$wvYVݙbH!@""(:\0I]I=?o֬pجBX'L8& 9~8/*DN K!$HNOMj*eYZVҙCZ~453=dNW&ª2(gMCDaڳd~:S2c/֗w0rwa0JD0&)Y8VIdgOR·:Q]tTjMz,B,ۿ僳kysnT8Tcзl h Td*w煄~8ך~݋ҿ<uxkT%8V.`(>Ϧ̌V8VsΑeLR}nH3cͻp>n29o{C .;R?!]5r@ťgf5g{޶}UsX>whĘ!=xMa/F+i3h)![UcUHQ8耛ڷ \DnK\`{\;yȟY5[4CPr>U`@seȧ zK>diEf {dA3X\FQ^Y(~ODZ,HMogp#~y_o0D?}KN3:̄2J >A wːr$6 k4R 3 75ѹ*d91ކq!V̀f+z['*7v 'Lxew8vo,*@klWSIQ!o?@*9ۉO)H4>Ȕ rv`.Dݕ\Ia79,a^yﱾ^ػ{\?pə'ord\6?갽0st(v(ϊ7*q7(Vl֩2OgJRt ~`5v\ { Hip3DaT+t%nz7Jm~nig4gFĥFDkfS"H1vB-^!mJtz¿޳DJKⵎ󋳸^HCE|?XiEl[PjƔ0S6ŽJ> \Vߧu3}쭥6;ۚ>NtƉw\Z0C^ M1, tRHsE-Z} |rcC 0#zpT"SbQjl>T (\,F^\Y?A:dk7}L.w|a|OHH;̋T9p$". [Ag֣A۪QI #+t۴hSw%6#/@Ec˩ڮԊ' z/A@]u"ɥz4!Em6$F'q{=Asˆf1v)?3(kr#^~jiHGY#{Ig v|3{eQ<o½o =QQ`kOeWwڠcV7H9 OԺLQ#/ փ5bp. `Sęp;JUCe-Ezs svD y7ꝦnV*e2pZ%υ5RemrxoZQ} $Edo؀_<4QWrKZP_ G(>p?sC5} pT EtbjZ+gZxl .zM)9e#xyAG,C9W^ W<9M@7a`%1:]OZ&ADV;n`?p8zx8ݢtPe2.GwXjF::8Uߋj(X--0l13x1?_:Bkqw[$zS>*V ˻E)n*',a˭":G=h I񉒳8gF-Cdd{ ~_ :{RhJ+7\Sr"x-zC 1*DwuC>LgLᾫ?n'鵉#҇ 'iFzCbXAPy2i25..t\Uމy22a AcJ~EۢOo"KU vMMwi1x^^քģ$֧G 2_B?kYJq;pKn̕MBY A"I?F|Ukyb OGnǦ>)E[Gh) ޞD *'TZaQau,V{pE,qy<: 5$RWt<'O8bQj74S)KH;Ċo)/Ar~:ClZnt ]S^\c 0Y]W3c~N,9Pa2XYɑtľM.dȩR3 y@4ȝh:Ԁ7)^\%f˚Wt0*A{0G5@l\+p-GFA0\WW]Q?egnk'٧"~5^,֌\TrR@ff\_>|fle@2Na[7W|@=yqM)Ʋ1B~.jA>j= 2"I@V‹>Pځ3殩ulYI%K4 N+..^v I`bB;xOYɢe7Gm (dmakЖbz0b"u3~FiIK1,t~;X ӧ~\V J,: #D aWqև/*F0ϠMk+>A|ɇ֟]oL~mP8 Oˌ#G_n^2ȩO\mU-tœ}uh,J4]/OAc$_"%MdH38 !Zn\@2 * $r.|#W DS{DPrIy֥l/@ ~ԣIOG]l((v>.<Ďmgԍ*ImsJg\\Si$@?du(^Ep(zlx/uCz=Ϋ?mÈR"Ժ3<~.jH^+Ev!hrYFy'ޫ['q^o5&lKn05B3majt}hS(U -eY x̕UhG5Ü(r_˱?r?BYkMxOGfJWV" LyZ<>3무I;+I FOػtMPUjMu&7쪧2fDܾ_pdXw'9S3üL.E;PT;ڬDžgZ&&.X-HU9\[(eQ Ϊ%VxIҝwjD%c?a)-X6287;dR1sUL*c~u( apt=boF(U6b0Et= Ոb.=:m5xMaaa\j6}ci$~ՊVkOl ݹQ݋[)rR|a̧+2rZ|Ƞ" Zķ<bo-W 8e*]B\bz呌[k+@Ē|%SFF84N2y{! l7Yq fd`.҃#${c"0`&m_ݺń)ԡXvp%{8-CR&ij>35j6eP I:߷UӖb$@bnhg(b׮=+7 [(@Z;*ʒ3ck|ٶ3FOZ+D=/w72D|FurwļٶC/[c *UH;΂h0Rh@G9eYVwWgo~*5;#O,+-[Bڝ qoy-}<[XHW!hMwFOrt#,+# e:q1 Hϊ_W?2=bdnGf=,-[WRϖSβюuW:QsJ0/C|[:fŧ@/ìZIF?*D9ܫpPUi1X" 9ZP½C ځzCKT1FF+pq aZ5 IXdeb~Wcp>μn0+~8hZ1IQ6m,c9wYvzܬ$P%##6moi1Y:ð2x op J|+4RrrK$#_zP*(qn*'JwVj|Ij[|C޾+%YSE0|olZ/ '#/\ D+R@SUlحa#}X㊭$j\Z%Je7f=UMZy+0ʲQ۶헔gPThݟv"#(>S2gLD&HAr3Fg^F<+=}t«(Ƥ{ ^?o׸ó6O %(*)W-eѩ%7,=P_0ǖ 0yɷ nӸ""P}w3N:ā$l*+qR clÞY)P Jc㶨^2w..YrF"I ؗKdD7ƑR{*}kA,KB)#Uv &x6laWpذ"|ۙ(ѐXDm=/[؝ Ma9nrV/LTX/GC% paBLV/:0г,NY)TK:\þ7-+0pUs-\ץnҵXZn ye_=ס!CeX/IQ_5rX(bx+" /U(-)5l0ZZ=ߗ$r/5k3W9$Y2 r^` ZE@^hF 2NzSC. ;=>jt*H3dY3 㯣ipm|;wF/ Cļ9['k9k";}4" Tm%{WߡV !>4?,߄G,bXYXfO7bjJ!@ ڌ .lL#89{߁oH?R {o .a1[cTg5/~S_mv(5It0#8;6HMY, 75e]j\^UNkz"PR2}LXQ=#Hx2f zBgs+7=#6z_j S+;r[jӯJ"EY|: BJ;( ~)5%_GA1T{@G4dɸf ڱ*omW"fvV$YKxH3$W.onD$ XfsA{+ۻpKztVRGod@R{´:/+C2< tP^=u9{nܗO$f5I~ ULî5mQhү/J0:Uɶ@÷{n-D\IR sDe'}0Rd g`#i>T7[xaph04)EMO"'nUlҡI9+sdOEϤZ|,tޠM^iGIoݚ~s qoa1 R͉̆m!_Uʊcbk4WyQ.C #꾯cTzKt шwº}n88 7 {M"!$2+d!b)X4RsnIBxe r_Hm?i60T$qwKJ7_vV D:U!\R0u(v&IVt GS_h)2ʇƟC`T6?wd.8c=gfGC? ++=qQjڅ71 SQ[eyg*B&jW/. Z<]Z~iiS2ǭ)gQd UѼydPHjh,@dW]\KZ3ꞎtO2j̣F v0) P94y5K4OGѝYXE;\qBh]$kmJ쩤A| A5Nb\ʚ``{:>mY|Եm"ؿTfANB`k]\fڅ,'8{st'*g-tRCלG5F~%+d_5-W3N{BUujYRQķ.9![|Z "UgXAopJ6Zp};`F.3\k~r aF60~{qMzߔ!܁v3A)}G9Ab@6W_v+c8ig\cհ6e_:}cQPҁKvơD.ňMp[#HtBҕ 2j-oP+}Hj_`:A =](og,u{. `iFEDTOA৮@InVgw*- w&s$a'[LVcEM%{S3sj$\ 8Z O9=(~t2 +)̿&2%e1mSj7\YYE6M2a]#4nHU|edUb+cS|O7f+Tlw?6ϘFiر*`V\\L MvݤNhDTOj˴[KeK s2O.@tl*uiL6za0njD3I(p?æu w7s !G8LzӖx>#$x{4.U*9)J&%^% u܈>ՐDă5S(Y%.S#/mB"LsBUiZ TA>!ۨrWQ}Ţ )ЅJ? QY$"j}콵6Bh.CBa%8-0]+D"јήu,HV ;Á1?2ДmMdDiP$.U%¿ ]iM2eΐV|!YUtJ4\aԈ2- zKJa"3p)Ft9#A7IOv |t-$yZJ/,|yuƲt&?)rèMިP >=)XՏ"< xomD+Z}iZtwK tGodu{RUk5m=b[2%oœz>]3$"݌VYّE k^-3,hBr}I-c .sp:*bZOPƅAD8 Sp«E_4{סzj>)grX8 ͘>?4tn!Wd-r+9TڏK 1kR6 ͓x*I5Qbx׿?ԃ\r3oo }+{Ut֞rt&3BYTFv HxPދjco!ZjojIF'@{M5{cb$"$G@wx{?{9怺ʢWNklc#^f&8[i+ @H{vROO^zifWjA.F?jS\f*npYӶ)WeI,ZUMgߣOy:ގꏍ]UDJe5x/I/ys _t 'c $+\ώ$DK}N?^k4:YEr:/y>,9JӀ'Ϳv|ᝒI1oY S!Ч_+Y֋\, w hUaŅFp]o `tiT>cQ +Ծ|A/PPqlfmHٻ؋A1Azu{/)љ(xq7Q#rPB $xM1?, FJJĊ( w ]mVS !GG-^B$*K FSѪ`6Ԯ>qzMan._-I=Ii!߼ޏϵZPi}L3>xYyS;(NlaoՂT[hBJZ('Jl$.a[46^PYQ2AⓅ沱ã&`_Ȼ0z㫹3*>juE3H*= Q`8h&_QQ8p%Sn[f$PF/sW>` #}-;dK'QO E9B(hL- d[\AǢ:Io;bk1n^ˣ柠D- ,_m_E,%Lѭ.pb{Ajh4|/yNyYET0}SYdKLGMK S; VOKsL ךGj gG.v\ex "z6USAhe8D;-Ka19O,[6Q(ٴjNA3D2Be숔!{.f "q։6ZRNb%/E!q>np9Bt^sG3Ǫ7)H&5{ @ˇ\v-7 X]Jc򮒛O8μt4n"ɚ3s<n1Qz+'ïȇy4#8$y kי`/[ʼn;@mTR5.n5*#0rPCuY~CM\ԻIwq߇*C5ß&bQ:+ײ9钹0;ТM=Ըe:5Hv;.]+zxLpb_+Zi;\` (6O b5:ʙy3Zъ{OI̢4^Us}AM L: eXePlSqF!^Hj! r(Il2 @Pg,m'-SR|׃Z]Ɲ~;'zt0a34ƶ(iU}ʷi-{zfVC')1[@!ȊsRǶ0腒.|d?sԟFWsV5ޫ[@AX^ a`ƛ2˂Jr7çFbF{@u+N UZm4>ޠ\jaPISjhUz1$,1o>;m!j+ݳ2} W0>hϦ&;8wLhJ* C,}!¸*h:?;wlX $i1sDcaHw[2#(*^-PԒH [<c"lԍƒ_B''|Q d])Q`q?DסP#Zlѱua4m$?P;rrhI-mL?# /fġ:3vS hN\Kve<ΉO^%g"Ƥ+5iȶ_ޑB6+8'vb@ >^&IGmIE )TB,;ePvzHga@Xw`\LYLڄ0]-Jg>W^.lm?}i(vEЂ[BJrLTzn^ \b2*T ZJ^j?8]#q xP%$2߭UI?ۇXcj=>}( = XAu B}hHf MhR ?_JH69#J( ;<4esRS#B+PAcA¸푆1fGHICG #PBr4nڪQyU0rl "cGQ]<2:٘1D) 2mc_HG4- O9gSG׼_ﰄ(&D"O!Z mېS1k<H#!o*Z3 O9q,tBxh+bv}4U4stnLG1*ѧu%T]Z/'[ )Զ=4 ww3IJB"ŃBOِ ÿl!,ِDJP# ,52tDT*`F9U,|qM#ɝ A gK?0R`a\0ꈩpf3r N&(<͐5yb& 8 ҍ}jo2?`sm_DͲ Xd^|ٵ{Jkٚ~:DpVP~`=@{  KG xwǘL\$kC8QqdG0ZݍJ=7}r!-W{xs\Ejs56'RAh'E\4rʹ݂ϫ"&D~ Sw:ZbsMt{}߫IPÿSqo )-,|ҁɯ `( ~@t+GݚzEYr@Vfڒ辙tgЧr4%Jgw/L7FG3u.1B;{'Pt f}2zr:P:ϒWR|E )r} Z}&4'f\nA̰҄{\"!N8U1Dj cls3 Gq$6ߪťK~Oe0X o5P%>;[bqApzQKrxNl5 >8uG-s<(խS˪\n RT3fpP\MnGqb:@N.$IQ@m>{0}hZe\V?,q%ä($Ϡ]dx G `e̥҃)R' P!MIҺ@NE{bl_|2oy#nT OH ]-]tE70Jv|EH Pn- 6bbe9MrC'~ޱPgbb=,ޞ^C6YpPWv;^KWM`z8zns$Bhf0"[6D13xo350QD}氇sȓ VxV GlB]F).T|{S `IYƙ̬S Zvir^R?^'^﫠im.iNԅ~+\O.Q~9R?m]BZS^ d~#l\~Q 9!Qߢ܂[Yl@F «ܝ3&/chr߸`v$DI%"zP0*`> #t"|%LCIoeJN{ cfj+Xumwe$"tП |!ezv0eev)I*6-}hQ.8ix%˘|^eөt3,!Ds;X ZbQ9ᇳiU(2?`BNugfv~WNs5Q@6>D  \41apJŐẕ}s03s!nj"$ ZQ%C}>',чCۤCu[g`̣J5WT؎KRxӝϥp*cKt%!Izl9i(U\ă 8 K7ͱZ,!! ga3iٷݎGFqgbؗ66]*6ȯJuIPV.W' $A8ضxRֳy[ tB![u}+L{ rGcF@l(-U Ȃ`d\`u\ VZ!D|Q?HƨKR -LO?8R8V]yK땙YjI:@~0ޝ܄UMgvVPJYv}sEy{JSaUmE-ۆ̲$(db.Kw%DNF vϙ5pŬIϒ'̽$RECT[ ae 5Whtk'F*# <&η?ݫeWSLӨ_Oc mؚi`_,1{,GT}K3!- iP/K@hvҌeӽZQs.+"{"nS!jf(mAR'"  J FЛ$~T@5+d; h+oI%|BL3]/D968b}-C|wGQ& 5wl6 |u!iNCY],8AL=pW= CK(6fHLOV [j>eˇn(t R=$hyrg?B':q- {j-td.3!1]ȇ8<Ź>9isЎɸN,{K;c,gY V Qsb;T:e˕ZΥ u#[%zr*@Ӻ$_DZ5Ϝ:[cRuȄcFxwLW˘S(,opN-{GÍf' ;Ά^/iw&0wrϙRPsyLRO "$mss02/PSKk"Un*b5 1"Q!x_yJw+NyE X6;,$p_vaA&Tm m,v9\ xM6SO /n"R O]&9t3,0EIV@K=_mhF iPfv>Ko)1C3&y[Ŷ~D'&>@8=-8 si/ 7oXlCy ZdvjFuit4N; *uZV̂rxѫH BQ$yv`g3╶)a@BC'!ScI=aPr]V atrz+Y*" JZ;OÅ<P$7LV9]kfL S*'2=& S[I 604;&]ꫠ/Nt{|ݪ +V_N7eͦ-[GAX4{ #(  R_Xֲ\պi*dhA݄`h)Q1y z.%R^m翬Z6sC3q|84H2᭞e^vbxَi}~dTMJ/Z2{!+/5̢smp_ ^u hxS#*JA۞+c8Cc L$rע*4v$@QpYXi/SNE1Ⱓpl>SH'=1-#Fv1 4CdDⳜ3šË'y ѓp%^8$$6.5?AN@+Shu>c^1n!v}O"i3x 8H~Ngߓy_)aoeeXؔd:=;s8[ͭB WP_aY>ڼ2:xU_nB\:q5_עLh\R57 1^,pq?ѻD,u;۸o6%>&boI)T;u`Kt: _ t5XMv]2DAvQßfHHsYl&% k=tU%%r٫-~M|uohr|ڋ](lrO1`:ʼωR%+ƾM5ޯ7!TWn:ff/U7R%ETrZˋ i_ubksf%{z 6MD䧆wޒ&MJ€@&ѝ>28i$3$tv+//Ô0vB`ΝoWJԢZewzA}U'ҭ?v{ ,ߑ@4 R&=q;LC X Lt WxDgdvuZN?@ Ap)8&@*C4Efb+ 8ЀmmNK+Vt4ߓ(2 zp(Ɵl燻!Bv_dcbAs㔡h6ɸ$a,L>=Ʀ91.F穜Q}њc_БZTaձx:uAO8Ҹ6VHJD*s*'^q R]i &Yvᨫvq/p0V-T%KyC(NbY)5o0VQ; ,fA#{Yq {\hؓg$Qjd~ bhi}YAaX@U2 xҫPmvYi1(jCUȳ Njgz~vAw!QF7 jZ?p}c% Ra*6"G b cs4FtNnޠ4%5}#eExtmCT# ,OX G{g]'juS+==>%}Ya>+/X5DXP6u|Ar/`ژ2*-8rHGM"F ͙ *[M2I؂ۙ#.J-u+hhz\he Ӛemڤqԗ0>&ąE۹_Kv 8n`UL[SiXuW_3! C9J+Zud_B.O  0K"le,$6پ!E) !v.}oX̒B7BdW m;/t>C!t:Q9*}xT9X¤' L+1zkDʹ65Q[??1lG/ 7cDAb-&kr @PsF|.e%ӶWgS)U¶eJ@ #̯-E)roW(b]c}á&.> -"Xڑt0>QYc.a`;ǰ'p2^z&{5&E;`QP$BAͅ[wV6CRs62RKd?M#΄R& zډN{>Wgw"nKW::6jtU'N8{AS輁1D|Q]swn8=Zla}V\n6xJ)3:nHi[-@tۨ0*<ਐL*2~sx#Aijppv8; 9f#]557 Ym_i@}(棻6A;o@ތAg8j A"TG* gtYѳGnorO&~?$'_t#e(R"kL! i"b&1t ݹTVr=읷]p8?7QPԧ? gv+psDYdƅ IeCy &v = P>cDnJ=zdFoG P'ˣ"`0C/)B%̍}}5փk x-=Gw^?ܟbm?nlY: ^O 4{=⠬XYR$K,&."'}(G`aD ^MmW?i, ;8'yY}?ؔLzȑlFB5)66'nX6Y(|`Kۘ~Fd{N&tE.K΂vb叙Vr؋}^ڛiZ uai44ߖ|<ܶp ˗3jQ5fBF%rPa'A>”kJp{/V#z lVt%"&)8DDC!D5( 4Ŭm VĜirAK)NUYԳ8ktLj~+PnI'3-['>tI?بe/8,<|s]l\W\r[_x&a'ysGtkH}n?H-ѾVr~N+WtN%^q;z99v'd\zVg *(ax-@P?˙gCMH;b*\K$߄.ؓ02ψi3 H,i|%zD85yBo qRdTt`q*+4u\3]4XkPI5$*"bG`wW“- .6#J/l 'sSW 53F6*)6ZK wUeqIߓBYr2+/@Uɓdf~0)岋,5B2nT& POf:䞾aYɷt.a@ѧgEo! 9yZӂ,-4xdh6hkyN|1mo욿Kq4fG1kPnGؙ7Sږ.8!мg*۾'H$(gO yZ:5q<|_,UX^IdlN@ݴ(bڝV#fa:cJƺ/X .}a_sϸYTB^P&gM)F]z3Wm9o)pi f4+Kr~P4 :ɉ,",˾H|t@oDӻNᗔOpY}W'4M{6ɾmSs:l)ySF2DmҰ#4ueThɹ+ u =:Bbf LI6OV H:dT-I!rCtكͻv3;R{Z}6_ɓh;?!xKqH$g ~>:d"h{߀c[<'R鄞V =˘8K;l-[*8Ӳ^KI˫%]rÁX:Nޖ@ө#Ў.K\LBl/hW(n٩'&˩-8ԙs3LG@[.J\ut1 F~,Q̖lwRT<(xW|ɽyah @07ɻ' fRDŽכ$[ -T8[VZG#c>ÀiPh>P$ P?ts}4^:NiMQf7$@55oBBM';5;w`@%ӈgkĒ$0@zrp! c_AOm_bčœe- m~^Imrq%/*_0u')t5To{Eu&FRuNQy6uwӌ"%U:5\CO8T`Kҋ 7̤ 'n$øtiåIҼRLKSce?g;w=Yz?4Yy_͌Bxi(0(0nbd GgMx]lntH=(U Yd]С- A ܌'_T(A; ʼnߞ,4Sm!$^o,>>. pc l3v.;FCQW}"clzohHWp ~!!A6>_|7;Vٗ|5M!w̝t ۿCotWldױL"]n*7`$hyt=ewkW4K,}0,1f'յ #8,0%lTWeʃߗ~w'u)B٥S4H3,T72Ld!=Ok?&pa< '9Q%Ree.s#W'gV0/yg x(e,&SfGGPJkԧ}]͎Mo;w&teeֲN7YYy1TOOfdǶ7dvxvȺI\HY $l0 Zmz;=+Q!rI$dTqE6ORC VbXЉ 9I]P/[ N$nrMew3NL}%(cu@תT.rDM7wfRg07G$x!5-^H1 T`W *ߍs eoH:ߥ lzv6>.Av!J!?"&W=?^dLQiD$k&, :677n`)kvyL!`*uW385N_ ^%א3avɢK5sRj-Haj\ d2N3vIngy%ZsL1~I(8,0_L?)ԕB |y *A83R Ug ;'23 N/8"u0ɍW*Լ:7{enqdxMV,GJ3`Ds/QQK\q\N5ZDW!3 DRUO2oȹ_[P ;,k-2<Ǫ`O:<tOe98ΌkM ]4``/~ZԖ=".TgaȤR-NȑV|G kt3QKȝhui%h`|  Td-xDksĚcqcF=U;ޕ)h/)[2]Joߴ}FQ׆8KmʧEbŶZǧW E|yV9G !-!:`VVv>r%4lԴ{e[9oj^-yBh-f7/*Tk&q!OyS:z*^o/ ycؠ#iøIz=vy "GgK6u-$KF醵4I~Y7탃)u ԇʄa—X'1rqIJZTulDSIIqv~, OAoTCxliaK ]DAlć=b yL-TLB Jtv7C-i֯"irq6~8,GS׏htv*>_y'gQ/cxN5N';!#rC=ܚ&<̢Aғ ~̭*&\MW`~6Ubxip`7!߶_X=PD=+̱vve8g&|n&*##s+E{.ZtȖo*Nh:'~+َ68ⰸbY5lJ==Qى|"Ahp̙$>Ax?ԏE|gGw,3gSYFn&<_4H1cB Ӂd C`EAt_&V E~CbvoT8 z> ,m)us |zΨ p4p'ي|4 8F참?(p~IRwd4rwRc?quٚ0 i5\qt{IV *sƹ~1g[u'ٵгpSbhd{ê D*mYɇ.,m-Xr]9kuJc!SbttzXvU7+D2S<&.vûԧL<,ΫWByGPlh˦\# +^.#I[q#]v$HGp ?U==\Mp_;[ie2 }):'tfԁ{DE4^&wnri,AEq#ȳ{ yR GS>&:C2IGP۶ִ]*֞i4⽚qW)"3~Pȯp5_L\BU)i{5%W{a^*dZ @}! NivպT'[qy3Bf ݹqi*ܮF2W!XA ?ھhc%,< [f8'5W2">g404gBe6#3?7Lm_:;\'U=F(CӏF cUJD+nm% 7}:Q0۰3mIV j2` $҆}3|}1֪ .U =69\|?]H?ZvTiWN"WzCr] XQ- H9M$ |c/*o;1 H  sDkJ8!xWY9ChXt n5z.\Rshu/_wڕxza%ogu):[qjz[8 q Oe pgܫzRU4O,OBz]!uu̎}G.Nآ[Sl½ʩ+MsxcqZ\!1TV6r$;[A >y@̻wǮkt%o[f;N{fb a5qC#v[Y 䃩\IE]h/kQWHjYYlv&RؤR y!(Ect ~ӊRh)}1>8V!"/PPPXd~yr/}U {df~ rh!4QU;W7j1Jn\"3yan.#[WUZ6.x=l9Ɔg>.v (4}2 2+JI~{[if;+ҫ|y,w7rvj06 ?U?]٠Pf"J4W[(4wsMmxeCiSrLXsq雪? DxU$nYt4bveor=5AT:RLCoTi1@"( FPF3W9x0p|W+"\i>J?u8#N^6!pu=86a܄&SH˪G5܂a A*`RTΦ]X 5^mJ].e&AGa]ɴ^K\2̼!k2OF Rqppv.ǰ^s5#F/۳tث(ElNyvs_tWnHU~XD^*m1ca#`.#xOjo3KQҕ]SWj(c>4֞Z,oΞRl>#Bͭx|PD_|EG !) Li^M46fеp,. ?F1s۪R}%16(v6jbv$WY:]O&>fWmg ڐ-(5`--.4M Et[oՍ{.ܮ#oh3z4 *cdݑHE\O]b54؜nQHΓ< s.YMcHqU^\62r[L TUWa)+.v-Y>C%AF6HA9m ~Tz&=Ǟ J |3"QқWglrA)2՝\^?`Oe(hM^TXt@]_m(v:΋<ܐܗCK`0WN5[Xstduie@:4`sA#]ўR 媙 .uO_9*c7#[ۚ ևJY>'਎˜U)|PꨭH@'ӸO_WAPRʜI%XpDt" t.=T}/ EWi&I8,.'dH^aMoe\CJ иCjqW 6̇pb sp CQ72GW%G&"ڳYkVn"ҷ ~XYߒZJ8Zouh:QbRun _"5=>1jG'6ΑqVm a\h .JjZCl0~R6¥%v W1:% hT5-WP8g>EA$iWs I˳~"5 Yۀ1,dl:9z^4gLZ+ : 㟚 +mCX@<~f'3wymHX9z'9 ~Ha15?ـe|u"j\'s^4eL/sHLhU: f[.5 Y pM-+* 6 W-l)uz5n/RC3Y| ?~ݢYP*+HSn!b(ns^=h+72S6z'MG0-g/m0Ip ^4ܘEzз@asՅ[!4Ҹ0dO. M@x6MkT +fIL[ASEJE,T,Hx@|Q"-_icOOn^Xϐr9Reئ{8"zoz4xC$sW@1;ۊ]h:K(YXb w@i ѳC֢- ZWq+L59r(lFq+V*Ha^rp a TDvk` ;SY*ƣVݕX]iܨaQL/ }둙^4T>_Tt0DFП|Zç/_(?:΂*ܝҦDN[/o9ûU^(ۛzx,lWX?_KHTU=X L@'Hc^wlT4J8K*qpt˵u|Vvs^?CAxjkZqi*o9$86S+ӑo+7ޤU=="Lp{Wn> [<0Rj<3J{kl=`J.}«3kM+STy:uTB։DO%ByJ,ŀ3( 4QJb͇0 ɷVrӺ^(QmW%Jz/ׂʙCO0-]HSGXPiZ\wD !4hl1٪~Wm_e1:~^6 XZ< kYk9=aːDT^{M]Gv9U0#U׈'Tl{KGNȇQH6`mϮ$)b\`+un"J]sJN0[`?AUI+pwW~n%NiDre[|fgpZ` :>A"%=Ƀi̕?@;0>v\NnF`mbY~I{NyRf/] PSz,JH4r:I ϸ5vy+Q­dDԤݺ: Pd"qEH&=]J#l1^x(}zo{ɺZ̩-kXs RUhUJOS]-iWtP)CSeXWV9 Qu@J.4x믏[sgVma9`lZEz@Z'7JQ7j1Rvぷ Y$(x#y휛86yWyG?1 HP䐦ʶŴ { [(:T G|t٧3z/3i+33?kfbGw[T&萘e= lW 8/;~6qS[œ>ɰv`ac䠢:I06 l oTf;\>hH2/(R/ % wpea5 z ,fL c 8ϩ !NREFeUf!_U/g2lEh`;K/JSvҌ9\_8 WWHeFy2;8%ne'G) 2W/7k][%6^SSPpln%̏գR> cO#1H4U+C*$ttkpBނ^mQQ̟H'r))l::C 4D1ӊia<&/FsAyR3>X/ 9ƙfVRS;ND\J+$8°@2x3a x8|SU^@q=8:]nA1Ix΄( FI04f Ã+{Ey焵ϯ*8=]n&3LP|TyFMmfR9 ?a߽7Tcp\ S̓ժ˴@,-|5Nw@egDMjƕk[x=;8@S?[@|ĠM`"5_+}^l}ܥ 9wv5P /fXdu&[rs3W{!LN~[Dml̞8H N>睍IdS+Ѡhc7(ΛPjG [< a00=}EAkx=UOZj-us(dI^p͹p'sjynphAd8 {wKX1/*3j&/xH@v{H/);E߱#,$np0-b#brKMKDLwSџ8ksu$MN$B_u ٭y hBsZўx WĚ$5tbAׄO{u* TN*Wh/7Dy0bdaDhrVloD G{Jm֔f?%Ԡ{ȿW5/6#>_L5xvr~P ^4d]nH]qYv#ҹkEMy7k9+di商G(griJjUiюѫZ-$ʧ\K*1yYL餚+5efGXԪ-دl|{>înnNk͡l.+z2/,)CXw<f[Cx@)uzO(^J_㾁L`h8w:388K-bpk6/~#Ti\+Gi[g?ktU%NͿlh;4J`+>̥|}yυ}b?D(b9yעb7ieY,$} 3I ifE+쭾TgmuK ,k;>|e{waj 7+\n>Kׅ'׷xy釷;%y\SL)'0F?V&Mv--𼃝0nлE Z`~a5D͓H7fN[,JUk}!K'jXR+7]9cP^8س<G D >Ec"gS+n,V[z e bL]YGyd4xiCTng˝80dx\2A<;&oK"m`ug @chUi5^JCrVO6U.Xr|g k)=Ѕh#,cL>* ᎝ ~>SwR6m 2UvOʷ6/n+P3o5+c, 2gPWIJvS RApL`",25+ǘ\ t0y U4; &||e=SG$GTy&>ʉl0 &NW :[.$nW ΉWfP\ԭP95mއ2( }^$Nh 2gN#Y:d*E;'4^z5>HXf<" w eW1G'klvZmK~ڹIFFdxbcz4?Y"RVΦbE7D&Hf{I״#Cjb@JJڃy.>3̌/7 +cc*7o=7MFGhV yўH'_Cn`Hb_@2f p1(87澀eI,+jW2mnkI)WVeY[Bɲ;=~b*ytq^mgC[1^U%#r^W9t骤G8֖"0rU2CQASzi|VqS%QqIyȉ4k({8 2 |}ÂHA;zaM=]qS_-Dڲ0oEQҋII⻜sK( (N~g#>euuaD+?j&1H>eGi>Vްr ~(+H`{C>oݤtl>W4Vn3muQwfwk^3%eW&d 0x3wW&.l3Wӓæ%knjJ٬';{:l"{ɨ t5x$q 4"j"ê5)`xv/Xټw/ (yrfKo 7ɡy- /$fa6ߤ+U XH0 9cKT\pR4,W_hךTpH6ݯ;i烒c,) D+_ Z[?qOQ2snf9ޯ3;.P~p)XH,"f d[<_I$cj!XV<ޙqoEo]"Un(Z;X -Rhz')cߴt0,(g[uZM :B`WH5Dpǻș54nYHYT#ƚwb#n`XElrnO~w\\Px8KBꗥ`v1f]g;E/<2SC;Z _LH!;lMnx(*x]_y1j1; X/ܓ aճ̊eKLUf}fpJ¿S/EzYkP !d=wniN&x\ x5Kk93r{.9Mn'Y{n٬IA 941^NOR5 IUes-ibB9Gt;B.|#W߅?; K!ob0x7v]~HxA)}BHێn "+ߏ_R& uktU}Ĥs_)~>qr)'6 ]n /NtY\]Uu 9ƻ>ν;f3 ln@j R|eYsj9O`B޼8_{ bcea? )LBy"iS@*XG?k&/쿀$?2=nYBRJŲ؉vo ~h[/I p]LDx+XFr΋s h K9r\R{c8ӈiq95'#mj \7-!_*h:(yvc"\IqO2P9y?Wj2|kƺ|Z5zpoM9tE>6$G:dãg\v{ag3%GyyY!\6u~Mh_wP&ov.A!C{8+Pnؖ yUaˮ'F35`La)P̗!³1B!umuFu_|']QmMo[7X ^zNAC~w0lh$jMF+sW_OjzTd5 SԦ(X!J+ξZļ$ -N+m~3Dgɨem6FZdpȅ Yw 4d/ERw9Ҩc,'K9kK'")!Wѩ$TK<#ui]%Ι,[S#V&e|e1ozIthn|I{s9Xs UCGs9_Tĸ 018 5*9 k[ t;z:? C5?P%LdCg0fqj/C24M@nN[g_ڶUR.gۉ;Uf>7YU(`o(ąi%؞O\7J:`9bGyÂI8F 19fC H%+D^Xk{4)C>4=6Sl3=Joݏ@0h[< qzHzsmJܶ/[u؊Fk>uӢ (JZ :*<oMK~b٧][`ǔ9f`ru$;D1G5v큭 ycMvl 7s2j̩\#U5IdIWO{pHbS#xplx5V(샾/t~sqN»erUCzqDǐwHsi|Zǝc`>$]'׏H)39*M&BsCG<-AD`>K٩ΜHbv e h;9e!<(& 髏.szvC|\O)Le"I+K{Ȩ':' {N 1௸Rzŕ=qBjm-nvTǤH z-1նc%٬ҥ4[EuY^e Y*T4^m!+~siy xJ l"gêfwRRZ9+ IՈ:圬[.R8ay:AI,W{UmT&5'^wRtpFm5 >i- (:f3dzoPH:1o.4ɼ%Xij"m#>ՙnd.{_Q7n<.0cĴ`ORp8jY+/͸]L*y[UI䒳7ۃHɝ_HE{t%%^ \/TXeٚ(^C[X?0v8SJ;+͔4-↴k.ڴFu6];k_/lE*NY1؆}PMBv&2f@qHO@&}H_N,S y j$j;/ DŘʚ1[Wu屚Ǫ78 It>Ə>^\+2M. 6l[b 5rV _F3Ddg`.$ȴL]F;2l]i+Il29)XaE{ lRM6v_̀TI0ߩO Rp2m۫Ql',Pi^QeZ)9?>)Gp}j2t,cm]\iõXLac'g C'\P71t s?_H/*][IEf}Ƨ$?OOxXl`, gh9.vR%e& B1/)% lcl^ʂj}Us퓉T JT Aw׋Jfp{N:P.$\^ klȄGw|oV<ِоs\d7asX%dHfl$A }[A>5>1lH "#1CpA w5ЫpBHbp#m\K-%T2ThiI,e8o}~e5v_dTvuJ&_q;0٭1N1oIoϑGTj,qͿPAgjx4`{Mm̑bsEbts6P8 k x%%[Ɖ>ަ }$Pb $% ͕n,%Agp-P0O#( ]SɮG"!6{ף7B}:n'ϋԔx~ c[aVPU {28@?WHzNIV!"L|Wմ3m.YHJ}1t$KabhF ج.{qڳxt#ݣh|N#GWBā܅OU c0P꧵k0I9NF`T14騂eJ(4zJ׿̈́Gm(} bOԲ̹i”>Jj,scaT_ݼRh"g )1IPڠԩA/w!(w,HDJK#2ÄޞXfҡ{, yB `R3Xj}#D}HVy+g`I%DRg:VE'@wI6ybXAQ *Ip:r{l*i;b5* *2~qBa.IR rҐs]lS 1GY4!X7(ި[92"YkYM|)b(bF tcP Y8SsytXq8 } 6a~'؋ g$wX4)j1?py#[,`WKƖÿ@XPLq ̧jvYMֺmNL[ S=|8dV?~(u7XVK! 63q_w"6߈ޕi߆8fKC$6bOp".^ŵ*34__TXRj:gJ1鮶rw.3^vA춢sڋtD]FQD7:Ew)/fL~mb vQh!M"Ӫs ㈌=%lYJWtu^KAY*b[W\"NY^ >̞=pYM D.NMk(!Bʛ@>;sS:1g r8[{"^9!J=WdX )ޔYluwmx\z;O&Ee\Lh-3Bښp^MS p`5@СH<(e\1C=5}dW^?8Xˣah*WEF1Gܓ<PG&L+` gT59C`-z$gL?yK.ȾC/QfI@ t +jx@n3u!F6ZOt]D>H0dt8T XEt`i")gPfV,?a$dӫ(B^,cU wC㫵q~@H#?>߄GsZy }a` ƦX}# C]Ŗ:%_=zzog۶5 9݀"־FOI9Clw`ݺM%ﶞP': %d~LP`ӂ)iA)R.RR)T j?!Qgې!3+3V6C?^ &jb277AܦF,@O5Y󹵫EbϘI=2KEijhTa^P)V/{OHU兇, R=mё#v51ɗcow?; uUͮ/A)xG}3W 8dx.2SV@HcL򮽲z]]a.U #[F,6t;}qw|A& ~(͐r ۺ(Olo5ׇc~GRshm'_Q`؅hjXIm8 H %_K+B?MBkȽP3Z$\;]gӋVBO0L$}Q4b:KZOEo֮Mx+'v~?B)؃mF_! {Ӯ܈ڒ=I5m?xtcH_FT{w#LXeܢIL68mzb~/8,mvNѻk#}nh9xb\KYo>&B!>lr"AWE4N='U;%BPbmi~m^~bi'09-f9Ou~\}e"6V<v^y/]N7Gҕ 2[rmUڪ&]Ӵ"c a8z9z ҋQZt]hvN_ ^^`E: mt;3%ϖ4kj=kbbn3~)C*?- ϽuLQ;y@\F`Iy >K-O"%d^Faa*qYh/bF]{b&ywk@1ur; N5b7V!3=$yok Y4%&#R-+0P"i {ryh#؊D$ fdD+?cKV0K $i 40=^ھnzDSceoyZr_8 JVnLR +x͌H]qYnI˒8Ai]Xwb"v$Ҕ `Fg“x329/ "&۱N=Y`ԃE"{ # fE(^b4+ +x|i=;9#xGf,a %**|aȱ<9<DܝqPͣ6BWMCO$|{rQ:\qe/fZ.F`eprhU5Q8(x8@v~ 6(3w/! @рGq}91.Z[ I f27pC[# UCRyL$F=NoɃffAYz%Kߚ p!O/TҪnZ!tO?)ea(\] |8>7Ĕ*`Tp^cΚۀ$xLI+=?VCsZm2 -7zo4Nڦ sqv<{/SKK[jjzDE*j ?$cQ8r\y\R==z`)MjjmɸPɉM9&fb?`~dLA7􎥩IR^@ê_M֋~J@Դ4ĒG]*ƺ88Ҁ\dSplǖ~v&XrNZj匘x-ԁZY2ك1E^$ ,j[^NHXyT@6.&v.%8;-3fe_n;Դ@omR p1Q\a y]źgyM|wd-TlT&wؠ7{ K{9>e8fLLj4(<~(&D%W`гXq~ܹeԙU6QJq滋+հϴ=]^I{2K$C3xML\ 0ghبܢa9y Gi#/3gaGLgiz8  u[aċB?(;; ́o m q?L8Q<DžGF"ml0+,b(,LjT#U*y &[:B]t%/C>JY NXW6C![ZG[|(bn*Z}Ap,@|;exZeAhD4Ц=bP*k|KEWpTc]cW6VЉD-gPI5}84aQ}Xz";H&lʦ? m+qWm[/jHsN0N g^njj= Z|¼ezנW)cTp|ӫ>.բ(F1 MtgY+N$Aqk9\jPr^|N ˆ-=3$j9L𘍓Fg+RJ;mR܉lg&5*&>fKA晤9 셾(R| o /8ͤ/ҽ'{5G/nCivm%Ō+v)[g@U9Cp/WRǞ/!gc愇*#EG9 $lzGjD<3 qڰSP S@;e,C00)>Җ IMUMd_{\|8%m7[ ݚ`EhO)*C-XKa pS04y\~^"21_|^+D h T.G<p,4f q>SiS=pc ikxMim]=ݓ3%DV~E)Fk_lUIt/6i(2LUdG0"ĺՀvP_/9IctSw?md{[9iaB6C;nK?A5s. GK%@O6qa+߈LCD`C*SJb_T@lɄh˒p잵CLz|}hL2 L:<j2sQ∮8,CIΈL8[5X.ʸ9{G}t I2B̫#% 8ʾC&KMyBi#v5.w:?'T( YAJ F~dF,݋5_rZ1RYԖC暙äS(>ݲI>]V$*t6Y .>VQyw݀}ME02 `rj2C.B7ɴ~Y翄*X5XI9s%k?t]ۉ,l+ Cs`Z sMI^mYXͳ+^US2ݎ&Iպy?Ə ըRw4| jhrK#jAV"ɽ{Rl`W8H@n׎DQfEU0OFY+\M|,(煎$unLNp5nq>RHtA5.n̬?"ų#!ZT0^H'xf[}B'"RlLT _7?R짠2#GVq.I0j2?0Θm(y"$YRulVCӐF-ԁ\mPL9@&]mE93ږ E=w YZ