PackageKit-1.2.8-150600.4.8.2<>,Љg@p9|^oE?6[ۦ$q1!v(Z' .Uѿs9Dy/r_򌰢{*M |,nlO>L|"вx8PFPzSc(uoT(HZQ卜&BEn7#=yl Ҵ;U :ޘ˒צ6 d2j.b]294ǭYXNG&r@#Ȧ֑ }M.45j΢kp.}y bnj{Լ*`>4y>O?d   Qpt $*2&& & D& &  &  &!&"F&##,&#$@$'('=8'Dx9)$x:2x=>$?,@4B<FӀGӘ&H0&I&XYZ0[@\X&]&^؉bړc<deflu&vxwP&x&y0z@PT\`dCPackageKit1.2.8150600.4.8.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.g@xinomavro"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi@@  X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckxinomavro 1728284480  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux     directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=33572f61606eef67d05a77c237abc1ccd215292e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=bf644db0f7c99c2b47c4c778f1f7cfb819faf694, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=34e2caf21af8f6109ff6654b5868bd0707a197e1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=30b676a434187ddbdf5c40f864bb7d078355951e, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb99b83ea2396ac19a4d9076a21697262c950793, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.8.2.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory)'. R RRR RR RR RRR RR RR R RRRR RR R RRRR R RRRR RR RRR RRPRRR RR RPPjaGS`systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-88b5ad4561da70807a040f6fd6e71b6b7eacd481aac4f2a93128882e2abebe92e?7zXZ !t/0]"k%LMscbY8_wgS\ wQƯu8Ug_S$@ccy9%Bޘl?vbaa#,z:mDۻ0*y 4}.>A[cQ8ncÙ%뇎YEwڬvtpMҒQ!o"αEkJ$3=Zd%\*-M{&9bd>QHm^g-3^zc|B ֨ `  ]>}OiM i,`S{ExQMƄW;[Y%C l#+&GSڋ}~HqfC;hЦ,Z/X!JM^V/e,FDj׳K"絹̤[nZ2ɂ`к,֛NRRLD[1eYxo 9>1lr#qU~$>F'^b+a`ώO:5wƑըSy,NLJ' VkEabt% -myK9A 4wwA~i؈ $}({ 6V&42{v9kf& !Ej:-TOiI9)@ij?QM׏uvټ+D_B2rL29JﶶҚh̓Aբ0B1`}'" CZ/p 1,erK>;ju:יI2׆K[{Lm@{ pt^^q^^2X.MWen-V^X`>+gTNFeoƏn#iC]xt2Dq2s}+Rq;d>4̓\ҍ!+OWo?XM=9̜Q I@hiɋ: UNT (=lQJcC+U=i4EO.3l-5Sb_B`fK|mF39Dȼ漗N̴2% Gfm~_"ӶIJ籨= vGHF d÷餻R_5 2KH' pRqz#79 ZKXRf;|IObޕ6ъBk()>;6db.;s0ڗf +0J-+x5e-Rؠ7SZvr`gB1zn+Yڟ-жa;PϱNn nz5e,Ql{#;FQ7e.rJt6t%%255p".ہ,cPJMXXz`(h5s%IXD%p1DXC-9hـI p<>):fW)=g0m>+[]( SET"|X7";Zqx9z ){7dؑZrk&i3~sh=b6ˈEs/U[l}^,]= q! fJkcvMx݈s+Ozb2~n^z%S1k`S=y*HgyjO q"Hp=d۵} EC)ƴw"}%` n:Dp<ޛY$X:yзI\npG^SpV޷eH>"\+`ށxfNpvw5HTF zG_ӈ$d6ZZʩ`jX6{.@NgQ:M4IW P 3'J()'104cZٻm-f?ݍVр^bHg++|6o@i^uGHցdC{9`9W!?0]1{!_9|Ԙ%|8?"Xp\e}!&\X0$Cav0ΔIaX֣8$c ҕduFSK^[xH 'ھHN*:ep?5 $ `gϻEUq KnM8Iv }ڑ؝^yyepLT$o&& =S>=FSʀ.,J:F^:&j7װHD7-B`@owߺGT)lž3[SC5$QaׅGޣH5jtNuE(sZG$ON@P_ =| 7}%^%ҽ}-s3Y_K,KiOG;dWMմ?QaM>[wLl9c?vFr]q+‘/y3nWq;:4N6${2{CX>܈p'6&^F[ǹxΗBcvfg3E #iЍD&47⻡ww)_@}2M50]gAa;jojRqw.`]uNZJ Æ[AYrm =f& 6d~Np_ r)g13}]2X '5&J@Y<im ٙ :2/n| 恕) LQRYƊf2 ƀ&7-:c3XɳM6|Dzxw9OjYW3H#eaE0Pc@ߕ'r7J;nAt%Tif&/".iLL隆9rRqwil>ŵ$ XV۴dx/8vhCGh5]y8et72љ4 坖H%lxG9^ON]M~F hexUS^i뼈'P*hwQ:F?_mߖH;D^:hhJ3ԍ6K'P=K/+GLź~rfcomzHO$}ƣ#iB7+όz* ۘb?QS]SO6Oܗ^Vf&ٿ\WUщnWvclZl8|>HQ^&mQ9M,B7rpR1`^ *ݙ6W$1sU"yq+h"y{B]ّ4O]KBX0ReT߹=Ue16~P'p413v~e^&t@sl$Q}0OjctCU8j=tXBb?| +O  >@Fn B2e)&>Z4\2՞Y lˀwUh@m8Ygpfmz@j-k7 [N TmRt_Bus;x4%dh ]h20M d8QNsww7۬oNKVh"peBQu峾p3\0@+Xudb$ )?vJ˦z1p-g=a~;w^Q,xo4u!m߀ͦ'a+ LlЭ{Gp+Zc0U)Q4F$s;^cTE~!#T\>ud_D54g2WjKwdWyTaxy(|r3< ]^Lqn%9ON`thw퐜 `zAO~-z Xd3&@4eHH}g;h;!љ_ 4wc/ڤ o_1Z8QɞQ)U:E`TL/(r8~3;+SY8G*ҽ#b@Đ2e 81z k֍[jn&kQ Ԭ̢O3 5EyhUk'x5Hh uR6s ٴSROF{)tTpUU&zS@2=Gwr + \S_xfe2mg QN.r4 8BI3 隕)d2-fc201-"/Vu'AޛKv$0űud0~]S<7+CH*Ǯbߤ0}vh;+4ܿV\]tU=@_vkQRpwZX Z409M罁xưZwkH RX LVe"w Pڷ+=tHU J=)^E)'޳B0ʠqJ>lsY)1ɉ%Dbʇט i015吵46QiI64߻;Li w0' )ƌy6ϧmI>'JRY-bpp Fc3)נSrDu?>x0*pu&4C K{.ӚыI'demI웞wdaD/&%xSʮ1wm@: eIVVh], nm3Rſ}Sɕ$V[t?O&@߼~vդ˒6C\xF H[6KGX#|bJd5l 1J~,:8Ddܬ{D]/ɾk(f$&ѲDG⫬=^ G1Aj C^(7E5$x˟ZԸD}ѼuP-ܗ|gk;sljcMU{&׸%> X2rM(._{.>|mA]}[=i#`wZ!Z"1!rYE̝lb3(F D =ߊut1S_)kDqRfSupeJ[*C?8a}# S8R5Wkf~E7DJSz%cApdLcGzxf`?0]nͬFEu{v3X)塀5I~TfByt%+-aQ|dCt${-ٕ2c2Yd`O:vK*9z S^DiH MXK@Ĩ̏{a9vs2޶0|=Xa}t0QDJ&&O%6:pǙ"g[DW}:}(&|5)!+*KSLcF Ӯ+lYe^y1Z;S;ti= -1ʳI6Y-*tjOF#!Jvfk+@bLnMzEpXT9ٍ"1c'TB>}f#F[x#Hާբnߍ<4OPg{B95myjaԦ.0>y|e7w:RɊJO([G+cCt֖^ mg]_#Knʅ .;0 iŤ͋c5TJsh] 'uYLвWً#wxa"T${ǏY݁PP>0T G?{DBfsM\FW+48fmSoIk(Iu{ z[Q S88osUJ{49M>8OEtXN\wU7VxY-VhsqT'[nb+-^l`v7vڎoC-/I=c:8ks7=[}螊sj@J? | -\~o @/’G0; 6Q/mtF,5V}3 nJ0@[ k.Q7 ]ra ?ӻvXȧ@pDanx,gy1wV N`OblɩI_x.vi_Vv!L8U ѮC"$dՆ&'\,<(ɤY2mcOyPR;@# VMv覯[?G[i>@F2J$+ ^jVogmu)8"J?S<޲ '04uEeBW-[ӄh;maXʝ>4aϓϹ}kw"gKD jI%1 ]GK 3> $AvW =p&$LmS.nqI!lD!_`!"Xinw$<.0yW $Ld!R-ʬ]b=%)O|_QUOP5 O*| -оy ةch kHqjT'J(:GĨ>k؄{U}(jPK{ #cmق >.sdcT> ,}ۋ`=Ѹ)Ot%_h}LLQ^c^ r|ǧ/(>ǩ&'m镵ZM UE`=O~{RI=-MFa`@!!;8M G+.p(pʼFi/-T vv1 {c =O7q*!|pIMa`wӛIYKP׆N $\Pf#4%(<*6*kp+A, a?꒼9<ͻVl٤ ฻Z95e Jt""I%nD|k@Xd"?k51zT廫tqm^ Ԯ.H"oT:!FANSGB|(YX2Q5b:;2>&XFq_lt@g޼ՂY}rK<3mD n:M WyW֨dl=Mb0a`\p/^)$3{q %^Aϻc%wۚ'n+Ͻ*aΌRz vF Tٱ ̣!#h+g583LlC~)1kUEQiY]T9T[;vƒ4[O̯$zbM+&y4n,FB.lGFJSďu^yO֯ `ogyEeP'Ha Ahi_ʋO֝uT=ck+\ +|*j ]#RmwLc &!Ģ^٦.|0A#Uֳ\-Sw;a+KJ))8mhb,dW-VGQ9#' Oln(}3b'-ƃ-H\/ G`w2ij{)AsSƊK %Qj߮BoW cl̗l# #j>y%?YrA$@d K} Sj܊s2SLzv\v^?g4Tz 7/:40[<[LjP&6(9]HeqAC RZcq"M=ahgHi`u䕷g²'/SP#] ]P1,.Ni5_;G8j*VẂl,K4(a' !cɒBh^ka$!m|NZZ'G%᫓/F'<;X{"$TuD 咄`**kՕ\4)烙7ӝ [(vaxwdM6]P61 [];zɈƓ|dÎ#kʹ(7 0f!uvfŏlHnO6-糫QGc:9"=z,ړÓ}1^jo.]0e^(d8? 4$QGxq5BJE1 n CY24אiHͿ݀ V Xd_j6*6o!xWWE+SC\[װX} /)8X]xţL4xdDѠGԠA(O`l>  PN1௝+¨G cA1۷UԖdifq[6 6X1'JF!zgel==Eb?aFik{ nW]Wǧr ̌>doPg^a>7и PGlxǣ}$xV̢ !ĭ5J07]ݓ*jN5̎ fwEV,4LDJfg$CK_.{EVO<[,B{ ?𐽪:$D&,FrK{PEu$a޲pokGM=@S" \zPVejA~ޯxuPX H?f(; B)F[a[6"JۦiO1# eS ?'+rOÒIq/;YSړ iXʾ=\u=YVq,&q~_(5Z{~HcO1ܬbo]%@ ) !5,7 vT+`-]K&0JlV:xUyIX\P:uyF}!C8z:@n17Qejtf񛏑{ mI4҆3 /u4LH(Jikf#sOwӅ%ނׄL5x&CB`idG n{qUs,&l}Wj#D."esl8" ox|F?OrZ\ôw+9$?8- @ 4ꇅ30\uTyG[9/ň;Kʀ==TmԪdrH ",O<3H  W\sVxTNMuJv] v= hݍ|)qesg`Z"ȁ-dp`2(XwP,$C'{ $?WK9](Г{%w]>V| VDwNєwl5uŰV&" + 0ƩrQXL\hbّUk^HI'Nm4Wn̻X,~T8g|EBUBr}/h **7(U|w._F{\m\]*o"QgKLMU6BHZ>UO=Dߤ}5U>h<ܗLuOB;z*R BhOG#*W!h_jݯD7ӝj7x/:i%Esԝe >+ؒa;%5]-PƟn3&|| [aUMS``p,~#"ʕ_6U^s;/ yp{xkxe=g bUPg"JV \HٝW*b= 0\,cstK &rt<G\~ is=V:j-aDȒvMƹ !!ٚ2.{ΐbu3 +5ʖvf+7lyY(QsJp\{+ɖlݙ~WZ6Kʽ rgX<%a O9C&v#wEio#y4;X#}W<HmV& 'CN!اM)9ת$&G =25|k.r\ %ͮq mz/de"Տ0: 7L@J#(+mғT- gO6 WDY]ߦj:bu_oMgwKk1tJYB :]INCVt=IUt$;]lVB3r72ՠM3">R l#Hgl{k7NJc&_T6Ԯ>V;a8kR} KB+Lm$9:H38@ a<=/=d\=˩_\V [-e͞skJ̨8C2 Jc443n`Ԍ^Pw޳#IQU~6A?+PGߊkafTXYKM͔[Pll5+` 7 ǹم=2J,,\xG0z8 M O5$Y&n pga1?b4ǪP^9V:~+Sր0tU3=D 3}HV5M7{"p~yEC=, gtg=dw֪Fh:WVcScK&*F_?@^Y)3"yǐRly]ˢ /7T ¬7/Y;IvBbf3;4]*Nj>AǛ[==Rs<ž.<6񀎎S_@ զtC~$::7R?(KDZi%8-nz[n.ٙˬÝ4$ɕH䢚y~9ҖޠѦzW85gk1/%>  &D^-LDGAiBj\"ƁEKV):=Ӧĕ ֠(J5ԣ/_4]hP+0r5()~Ltd(s 8 H![Vn"bV˸w+񨚨Z }2e'u11[Wߋz+h&I,vvK#JMyNjJsH#ly\vVN`9$P`|/3't6vQnusŗLnëS vnz|UCi`+`341y*v%r0ѢFdjy_c%9a6Mc3N+}VRGl=)}`PElXF KL4\G4iCw|yИ\?G AMH+ #qPQ4k|ip2ҫyCj \CV+eR{]yBndKŤ@mcZAb7h_yq+a_m*ϢJFt: % M-P'xUb?:k7Y/Uqtr?WxR=XЋ!IȈ |<ɸC8|*#KuoꮍR!IaOwLȆDʆ& 0 *[o7^FUW#4J#V}ڋOH6#?<mn!BBx|N(ݾO)l랉3d,?!50D3 29,?ܴ[rz,⠂p' 0ꏨګ4٤Abv ^Aj9-RNf14\h/hVI!Iэ+f&£\׹ՎcS"H)v-qLGԪ4evҾ=lLgK IDxkJ ^@s] ,q"-%&3@t!pd@ө*WDu!: \ږ>hMPkLSx섅~}k/BqI ZnIߦ; ="g#1qgD_R婫KX o:=WY`q 7r0QxeJ`G< )_FzI8~G lZ- ߠ{3?qDC9#-50f{5E)Mh aG]؄IcJʠ@9pTHi+3SaˑR)*{J/O5لB".eC0 ՜Z7C-<^ ˻g`jW)57 ީN<[k^hf8xaH^l[8嚄 \: O06*JM}ҒGBO&u(| *>+;B{$gq?h|f}][c| vK$C8TY)Udϲd>@ߧZS1H *|D5GZHd %,p]+=R6EȇŲ ZWaM\norƒ"Jz&|Lifݸ`,mis>$yRS,aJZ{2_=9ZղJ\"E$Kx~b<[wQGӋ$F?/bnN\l!F\.z? y,E4?6VӼ9^]$lf cGHIy8O:+3c1OrP5#M ¾Mr{{[7Vqzv^3;WpX<:忿%cܗgL; cR6U6Z4#]UdfW+# |o,i%9+m Lv\w@ИRo, Lj,;z J^ˏ kY4kqnVx5R׺&uޗ,p,`5:X1ّm5P9W]X/KAbL^fKai`mSс kTʏ (H䶊n E+)˜r=Rx>9pgADVņ'->XrSBD-e,tHVT <_#\=ͮFhD5#‰ׄܒQf!l|Ir2c] @8U]9puFD.`z [#+ZCqBxldr,ay 쫫|Ԏv@*O)yC?pD_epݳV%0_+቗./m]}+K X!8iNsGOӹIi_A=b{EO&2ƅbc?,vk.8tynQa'*9/jaO8XiC~mQFKcxri e 3/jxmEd{j(K}ztf5@P"0%wIK*HY`j i$%?Z {.]gzU+V|ߜU|~{#|и`Z̴OLST=jȇ$_ XjE"'O.|"S<Ѐ%Mz$K=kǑ` VyjꄴΞ~c9ԟGfUZc3:a/ d=B1yzMFiAUA Z]C-IngPvV$SSD"`vxw_fR,If~\x<–ɮBXC  Y/}q2yHk3U;9|zPrer"oD OfBo8>x!T\V`:4 w `* ׆4 W-'L E?goΔ@#T yVvQ]hUr395]kDdAO3A^AtgR!ln7u] 3{K/^՗ x2XdO=E?(ps+O[wG!9[d[T`PR1&kG݅vr'F47&"ܴ]f#XL*PΤUA28ēpwk[dұa5 h7{{YY34>wA 05dQif7B !.v̂aH:̣PόC}aډv_@N2q(x`YX<:Yy-ßdll}rMb*Q2d/Fh=91:xMcbsh5czLHU>q9"fr6\-kxAyn3,JaYoHi/DLX7\\bxޙ>֭ЊLCifX8?FQE\[ MY^.O?ͪj,+i~J~s BcW1Zf{MubUiaa8% &&qLu1x~1!-rG$ď@e: C< @Ot9GiC%YM U0 amgXKCH)=U<]@*eb@]V缆^LGNem ,˜ flv,+sGUg] ܢ!t|\%6 |+_ r5&un,sX27ʝ3zÚIWv-Y|_-=;7m@EҀҭ$&4 Z$D1_4aֽZ/'u46S8"+7q y+tCwæ wu{',g;Zsbe0+:?U4/%0I%)B@gH OFoVl™i/+7L_/҄ks❪s7*umu@8 7x>~@8A>O uk懤/-_x_-?6LgI=N`!ڊ*nd5'PjGZJ uUR @Z!;<"F#bݺIe#J54TFo95 yfT@apWx!,h XbdPu]& տ tX3 к M%T+F9X)a/#LX%AJW2X(B[;aYVl hkbOSz6 Si?:ɻG!/gy2.cciŻV8q+J9 t*3PT#7H#J|kzCho9'.%e=I:9F8yG~wKz۵pbAan/%̭ m`_*;lƕf]0]}ߟKskܴw[t. Q-m n&ոwG^gkú\BjuN`1Rav<;TI*<-; $A} @F2Ɵ6M)7++WoKcKn3Jh=[AV|@քLvA [fkU' ]Eqve* ر/g΅l%dtʥ_s4v9qRf\"s߬76–DA4l޿K0(H/0U*eۏJÑJ3 x:DB-;Z.Q|fz7!V}F)LnJa {_}!9zp<}(,- Uy ^GZǡT7]ay_0Ceaz˝_YwXq+!piQ|m DXycv /-[SSDi|̶QЀ]?0JZZ2ˤ)L?c=iMPKz|'ť $Jlu$p:bk `NL`nSn&g Lr/^-b"RG\I;HWXtlm|FeC[\*d\S6GOQ Uƨo/,nng4S{e}SahJ6rӔw, oRSzlQBD\0]7S,tqr+9C,?= g0`z"IIkߨj,hTlC!(]JΎEyQ+uS/+f_M"`B/~)f+Rtj>zԈjAG6\6z2:lc*$HOn2a^Ӣb˄=^uWʱ@>n-A)a}ӏr_^^\?Yll?BǍZIH3̞v-A(0) (x֕'' u8U"iV<$=2#EM!~Qr]ښ2fo>bpΣPr(5AiE"1( 5Rwc?Jkwwx[KhŸ]wӁ(w,)&j?>Vt!8CZ'#ʹ 0&\NFǔB:TUSr]ts{{kKfբ1)rCzEz&շ}m5lՍw#TsbBJi/ۦF n愅zf$BA)7C$A} Uol{0B*r31I])$}TՏߖŲxG^dgkM@fg;NkJw @)Q0ZmsNE8Ȃ:sD{eL9gg72 ᰴ!pĽ8KOR0:d:g"JX8wqD%!7Q>G©bSQ$,kI,KC#b#xt s!Ld%X 4dc/_z4scG%4 ->f@>E;cH_6f9}UMR- TY(2- KHrTѴpaetKZ̀Y]c<ݳݍ9} x4[TFTȤöC;Uմ&F 3BeྲōWy]C8@*3!Au%i ^NF{w.EGB4DxPC}Ai6 mY8h>, S^ñox.dYS> iN^sŬ.*"Z[E"dP5Tſv/_E^+{h -`{r`A}BA=Ղ +I|("ϴq tDxR{>Hױu'3riP 7[*%qbiX[sH7.pSo}idk]Ƴ;+#f I&B6Ĝ$na>%jy`* 8/X@>D5[%.X=HV5`俼`;‰j2ǒ9JOU,"8D$= VbE@hW~15lOrĕC{^_pvVBѺHY j"^xO14KO"[eH=aѭ:xϥ{aN[i;"jҷyj1;4$=&ś3㞌t1` 6)Bi-g.52e6k`&5\cb>TaJ&-{,yeDe888,\ B93~%UO0Dl%ZToc5tvrK'g299z;xqɱ0@s]Pu|GmAYkzHWH[i|]#;ƈF g UO!,2 p[{% j]>=6/2"N]OF76!U2w@ѐ.|j"_25831r{Ȱ):^BsNF|"Baڿg89jд"|gZĸAYMjS tuт5ݿߕRE.F2y#Cl.u|"Ygrv-)ڤt u! 7PaC=py4qWDօΦ9yU"uMD*MsPkN=eHol^eor:Li#W FŢ0ϕШTJSm<ْxC'״Pq @jb<{{F 5Cj; n( A+ros6̌D15P߼pmBbk*_oW@'`Ϩ|ToAseX?5ט)\[F=n 'SAI@z֒@qX6%%M\+#5Tm:@w$Z*mȫupI07rXYw>z5..P<1QA8G`&ۤh5,]ʻw1 d&h, pŠij15o"?eƻW` ?K`Sk!iihvNYR7S,O0EXX *<GeN(?5eUibwtt8H-[6%u/"2D1m4|X]TW͎?9Yjs-?;ISZ -7> #%%z۵צ1[YLe%HԹ`Z&&$2C(ࣔ]K/J^D$@lKkfx 3:g@3Җ4,xoBi1BvGme4km` B~SQyr;+0Ti9TV9J6U|zw {W"Rs@ϣs-Y8dyޏQ8rGjU-|$x/oy&@cfໝBi* JڿfYrjk~SBZԻ厮Xڼ`0znF7a5KŁ4OR@Xj 0nۼ3|Y{1aW;NX"qPU@v>#KٰętO  f'/^C 9 /Ty~sس; o %գS߯C~]I%܏E'~*6ufu#H/fm 'L҆Kyȫ T? TN ĒٵP,14"*׻g^N9m<^{sz*3#:rs pF9gׄ8 r< ngװ[m뫜ìIϳhޜ9woa]M/4sdsEmq]KQn)5|?{c=).4]Du'cm!;`i.:_P iRXv7CHfXL~d!~.wyp~)麠1z^L{OKN oA> 0 ,r}u<" jXrJNwg!uBN?bʗB3pgܴ _>z̾Qn@Q3$2AݲYx*[PEa!5OvC }f8NdMڵ%n视lQ{[2M  y1I1|ik_l V[mM)ɀЅQ4L}Ν/Jp^h9#gV-^':tJ3S}4ƒ>yje/)<ǍF j@PY+&]P^DAEHn>hR%/8J6^-G߾1]ʱ` yq&91-X(}!6C댙WQzW-S M1+Si{62 ߡ!:d)! ϐ gy.@|ᳶ\&Gdqt@Xvz%;f}yPY 7g\r3 BiEBa;28mz̹Rfqr5 1h-?V}rU,ua +]M+)~lVL-v:JR(3g/'8CClO@5ˎ݁8: 2iilw}u:&tb`UAV2KI_8;Ƕm=f`D`uu8NGǾ..@H=PfO'hc%br6r1Wb="l "Ez>Ql[C;*k .zI\(h'uQŒ% cb|x!;bu?r;&%2pK7:KV}cڨ`lnCrϫxMND rEHD0 % ǂ?gJQՄ zɳWj-_VeMƍնR u#Q#T'*ci9M7XK4Mm&> Adҙ҃6qF pIS:<4q7 ;NBtX@dшZ";F,΢j3 Oi) b]JLm+ +6RrTJO6Omk=;[o[@Nytcvͭ!X>bjq͍B,C]};JQ`<[I~g y]4aˌnuyqNGVu$:?Mv6Wg 4ʷc;$ "DCrPϐ!\|4Piqtzc[9 o]h˘ش؆:8+iǙ/E$Rgqy'UPȋ=F3ZTG4+fLf̩^NI_Ax=^*0 jWn f6ְr@L8&s? [n[Qu!*\״W=B6x}" w4R!ܮ;m!73*2vZ0v=Ge- ]ur(K7P2ڊ Jݪ45uk6LyzЕ(?^hM kOz~TVVe:yh_ v0p) M3T"1H3`)1{SFYkT$^-f;wn]ݽ?&^)mOxi'5{xLS't^`YLj,#^+J#(=珒ˤ@ŐyV@%%D=u8wp.gݮnw)ne|-< Hsp[ rě|w[Nm5OdvI+( [{Kb2!tam:EI6mw꓀pC-@W%"ꞹ8~(>*Gc1 D!#LS%K49ʬ?F?w?c<ʏ. %(t!nj^]]g\S]7Lu YְTqeJWb(]WemKZR^|Gp]&VGYio`hDR|7 ڒ{C=$@ݛF$ػ:}s2φTկҡIsI̼Ŵ01=Ez>Z'!Kell@Le=Xm(gX#HREhbAJvř>\^ ${a8X *>% ;gJ߫MVO$zF*޼"6"`fe'=]R\z*0i*.Eti^~'[nE1a? gLl6bwd }k_N)ȇRͮa{@?c4{k,90߉@+j] “_*zy ׿X .`_3{uoIaцL9D̗Uyv R՞es9ei;ձTSB}UYqsB@>..>VSe sx  @#5)?ү\Jux \"z~ K0C2|ioYXG$\wfZeYHZ I>t]*YJd'WBֱj-n(l=2hU+ FYn,(&% aMIus:dSLhN)S8Sl2|amuTc>cS_P +"9Jx˗S,H! ¤S.h`*4μZmeuow>[][@(+X]ߎYU ݱB ]\)1OU$_!QqG$3Z@Zuš.%LY<.ط"ȍX|jNjx(WVl5VlWȀƹ贌`:`϶2QHWN56jZ--addbMU1Lx&)PbȊ+(\Yy]/ʼnOƆ<I /nFHrGYV]U:,/Id{^_NIffK$ qw밧IϠ2ˍ(0(?S$Jl^*rUvu?nFI32Y:XXŞ 63U!8cd3`~!Q5ƑhfaRPFLԻ϶bg'tԽ:aɤ2QZ@|f.I7G9lh)BUaR`uN/mfV֊۽,\' H m胱Kt^?4,FEg[Dk0 /Z0P%{IrhK 2LPغhuy"Tb!'_$.?ԧVqhRrHiZ-歯$_C*Rﬤ̪mB(d5xU}Vp:_ by\ޖʆM&X7d&J[4dĠu`ȋD󎅭3RiЏFF?[Dv5owG6WsUfI 0m,Cp/ Xbxa,f'A|׍hD{/5}3ΊJC~1INu>N]ğѵ0:1`A*NL IYd~f)> r^`=X'#qr܅fS9 ZQf  . o]~j;xfv7EmҎ"2HؤzZl7#|Ex<^l=P$͗؛nVQL4$ O ~$Hlޣ 9| &Eh4tLV=]9_v<{?> iX K?Vt#+ZҖ*W&T>'xiVq*,/;ZJ7-7Ǡ}jJݔB1Kcp1>x} 7Z1bs;K'taut  &>4N$kG=NtbȘ丐Ar}2|vǮP]hmkF^[B !b F|:`p}Q^^P֓Y\>4!E|ں]m_aeI&0Z3dɇ{_ ynZFb]z IeH&\ѡ7/}Wyg+*P)2%Ѻ6ep j@lCyjFHKG[Jܳm~}CQ"6CbO߿򰅏dR^gMYTay: [1~җOØ Ha^LbF8W d‹ߺUD4Tbv4o@{vaFH(̊ ?˧ǂQǪܨJbG GQįHYꈦ|}+~spxB$ cI|KL'r*/j83`z hJ%ڹRH;H}rex(E#6dH4N|NW"dQy0x. `_hWޔ6ntw欦ڿ ([9g↪R7@K62w@ n!'zs7!i㡙V϶EX0w* ٭CtwXՐaA.溡.Zzr=ADڑp?yz8DM5CdkB[ /y>n!SrEվY˭GbIׯAiɺ(g,hI>?(JвK{Pԃc2ZTԳڏ08TU(:buؼQ'! ߭v~ ,J,mnQ%: YѠEBupg}ijH5sUyn1OٹdQ7XTß:YS g+sJjCߩUZ* 8 Fӹe£K8 /xb`D} 鷖V+HPcex62TrIUE+v| k{OIM5 ? 8(?*57OĽ&-}6^6Fщ,Q=x%ZkR<" q~q뎆{Q(6bp?@g6@3-P~Y83XWKBTʇ4c LHXWʋx=7³=jD+ed.PBܨ< UUxnT䔌 feM]ќ"aӖf@;EdZBdkv^AzP#%Ɖ+0=U (ߧ"/õs!i0,.'LXSV)IEE-e>$ ukhXL+{J;4ǰU|n :qttÀ)n5Ey>oh#AV+aS`Ȩ]HfH5SV`m9=}uYoޠ:??5c|[pwz?@CrOLtҷ{(n?v!ceFpV{GK:Qd$N C%7}PWI6>{/V9J }mKZvΗ[F`q)̑Un Iy/iLsҔ(~[V0 *w+kj%V}YIU[AV+Wj@M.T|VX4Zjs5mO6ۢ`~C"@X@T SYK1joF6R|of\U'3h3j4}fPkc Pm' C9:y: =8rqV}tڪlcI^Z ݋CG56m-L{¡G0D`eBa :Aaw6R)m~ VRs; N@b>7:%ꢇh腝 в^~pZN]"[F :U*F7]y֡νwV˺>Aj<2]Y^2!;p-NvlƧ; qYiH~w E{3-n{~%2 ;eEwJZPģp=\mH"BM̮g5+}[W¾wړmiBU sDV}orJ BtMQDBr`t(2҇۸r#ƣ< 3 ;4cGKtxDRn8Kl$"pM@Lu}Nk҃B$9BBg7 KT˯sپw {?f׻-4)[hwyVĽOYQRkxht=J?DnFw2*ϰ*M-wN5 7Y֐xd[4k;]u/}M ײ:]xM4e`{ xzj#[N0~F ꆣ!QS"g"O3Ү!]噃8Vzaƫ]ˎ GpnsN |zX$fvSI&Lۆ齁gUtxR}eݷo;v>#t;RfIXyʩlUusQqj}łOKIE)b^:z$B(֢'$NAQS]dTh ϑ|Uusۚp' zi7+EN D]VJZ3>^=Bw3"\HO_?3XN+b~fpdZ)4lTב įCloktN̯!#por< m0Dh{nt9F^WJҒ}о:k@9+;zCSKnS2Ҕg̭5ظ 6Qb#j- ]ϱځ~>x &-^횲KH_PSlQ3sPP}tޏ]ѵ#*Et h@6$T(KCz#,{6]L muѤ8hzbI 99Fo@$H4&%wxu(" Ss,ʭOt꽑 ֥ WcHc'r4m_t4cǛfQ}yl=~TR嫧5CPp8F33Jn.Ae92 _BB$ FL/iPYٹPL^RjHCn޽_۔jBry֬aIJ/~_p@9zZb%I٠.]潥 7ҩfH~eǭ8=XG/3 M%,2eK{4̂ўx`شjgY}"}, Tj~:U $RH^5a- wmUFŔ'm%̗(H'K}%/ֈLTA˵#hΞՊE/ UԪ l$4obP]S벡=6)9"[p%'#,_;o;9 Q^Ue Mii-G*K7ycRMGlFV(;q$x6-OjبL:< rJMyT==%4j;g17`4\^$öXIB'܁O.WMZ*6<}H .5{yD sW+}|1JM2 MnȂA EC>@S ĞTg~^Fʶ6(RXJp;>lYi7}Ь (Eh7|XXm fƀ+g쟳C=TusO J9M}y="4,]O\ Z';ILNb Tpd4D/{Ѣc0ތHQ,3Q2C yM|[a.쐌T*a%fE]Re4׋.OiRh`OӝBrLo rΰr<Fϛ~G}E;Ma'y>/쫣$XDmϖ4h.2[yV)E2cPLCf{h/Hun4?]J^kA߆t)BpI3 j0~G' t+?/Gן .#7SJӽ ]~8(1{ZYa_a#r%-QE<"s!U6h2,IF3b-m`RPsjB|f/,J.܋ҮDŶ<-bM.VɩQ M8M@p3eJϴ[yt:V-" *)Ui(65x9.`ܞ#ݼ)-ŤmϪܬ:xYt~#5ٔ);R@ 9s/ӛB޵.sbb.ps܇й &y(`/)# T!M#Q\gdлҧ7~@ $YF#%5Qi^wB|hxb#*|`.z! b&5ky7zK pQ!";5*i?CgƅW#wQ{aQ -u©N&1bRY}Ƭ?EPJx'̨vz nM:$S+Q8!r`뾥(XP*0T`l|PYX6ҏ؆k{?~(Gl;OM ;KdžA`lk#Ҏ"_n}UzqB8̼:yDjEVmVY=f%IL|LxD )C=g=(RYC,k^q {p8)딙o }] a#SkJF<A،Fx0KeShnkDo^*w9Edo3FGx3R? IJiv9#EeF5 b*~O@OVzФI80| 2-bCb-xؑdbTKQH1cFbwÁ8+ЊY_ ]FHaƳC}ۣ PsOmR~w-+Fkl(:9&E>, 'oZy.kERB &xEuea`]֑`x* U_WᣟsQCV29/b Ɗ eQ DNUx wE^k6_F_|BoQ݉qECQtsǷY&);'.\_mp;/W Ü?5v@b4kh([\y<Plg8H0'H:vUU6Tezl新<p -.^2O_O3O ÀWLv hίyV{LZL5Y!ސ+|e 4ݵf$;:dM{(@}]DQ.gl[O7@9=JG `u.Bܸ-I5e)*UrbÝ^2%1XUCWWGݽzҠeDf^#= W6k\i)Rö4s7keSWǓnHn`h:__ߕeѣ{O"f.ȤЮ{ 5R}Cʸ7 .." rMC6+UerG5omf27 ͣhcDa梵=d ;Y/l)Y :=ݏQi\Ա T_GfaL}lŻ$c\rjxU9Y`:'Es.2#R]6۔p(3 >չNBy &AN<`fїLIjPaߢpLߢ* >7)8 90=v~u Hm&&̶ֱ7bǬd `_{8k쁚WʏV2U0| I2Yۿ^p5d:EW'<.+p7,%<*UW }.f:JӉ(ȺzC-ҸLy7s}'U͐Xp"2Z=Nf2'Q+, uZ|2@Ts  )iJT  @P$omڂߍrLhV\2ȴ#ma*[ F˙-[5?+6P[cy'WBaYT{o!(|| ܈b-GuK " /b I,Le c ,c\qmwmW!}J?Y0[_)YVwq_^A\*䕕"+u&AHUk2klBarl77mLɠõ֥RWkt69f׆e5Zf*' HM c W"viϕڨgT[i=P"ӱb3+ =5s \w7R4XV\PP!Gr>C6K^{\1ڦXqI-NC'5$4 +3{TAE@UB<Crr/c4ZAVhddԙ8yq7`9n- !0)*;lbڲ4q)%$|}' zI P1o&}b#ԞZ4#LT=Tp'Ar|#XZ+S_hqLs57-2hU`oK>.L|Q<6\+~KŠ.rtZ1$b/K^ {U]]}yw:cX# -g0;O9F P+cyŲ㈖g={bV>H`G1 mݞ#dp U- Y/?wp8,;}Q> wY~e Guj@UMr4tpi12{mqajDo[O<9xs$lPtUo_lO\n|1Ma3MZ.fwGa?4-Etkxadko`C]ۜL{Te'T 5V]`ThT\,JVAxXN/!hY}o> ;ﳇ2 28 t@VT):!K/>Rww/j8#55/1+G,{P+l-oRMwԩUpމz X;=. .jR,{>8@UtRsTC*z͟ RdhщS=:KB>}8x' jUFz_W.ipN]D0NEʞ+bhlyD˞.Iй ף2y:U˦EW(Qd.pѩ!xTKcl yz[.`Vm%mc0],R~y>d0X@g z遷,auR:CX` +7Tab.^ViD@gw?;U-Ӳ:&րZ im<7^D-p?ٗP=IEڥ[ܶW^V'HK\YO[y{ =:q9-a ^;av~"UDZE*[``=gzcP>,JUx8'W1L]LQc`[ָI:~Slb0#h'WIX9^a=h,\ rE@W _څEw p ݻ5LfұZʙJI^y \k I:z[ܰ(SF^ E]oݦ2:{P/ܸ-xIcN(ŅÐ) j3T2-j79D܉QŐiDpm5*1bWzdTF u=u_t|nבbg ޝBt \϶qFGO4l_oT&MYQ ȡ]oBrJxbK4;oWiGnEn麼VSwMn^V=bl."@qUt [53<YMM$vsN\:gR$Z5ؗnۊ9ܨS4]1>Y32$ǩ=%T-^F5˕VyE4LGBE+U ] '6%%lXDa7*[]8*pF )'FneAv'-|l*@&er (&FjO4,~ɑU8$ZGv~c"2z>GU NG2^>cj#}CH5hxz#BxǿG|!nENEu\z^g HDŽ}H;=@8ũ4)lLGJE[i>rB{BfETرDCR"UkbB$0j2(ழYM‘G J*KX_|8AQ&r^О뵟\V AgO=$x%1&-r(7naR1 S\8XKi~45/v9Fr`y>'E >Pi@)]9h.sSOmon/ ~dpcpX%`(θ wa<-2% ߬nGc:Y|Lzr6ȇEO¡envvașt+Su媊dQ&SsN{J/cOˋLxaKx$3 Bת̅ŰJ,M"Uhy$3Y9cqƂyUϙ8ter+Uf~8Ft8A$-x1h2F6Y0Lji>ZG|wY &Q%!~w`<LPKY[qntPmd'aHl9,HMU||)N"!cSMߚwJ[Zʣe8h,Mvr3LoTkv'J)@?bn1NR@p p)RR7I^ sT߶vO.A|EUpמì%1֎: w\wQIGܝCp<&۝LE._At*\í,]G1M3 }_ɕZR Mb4kwdXcMA4!l[5 z;h wo-p&q"v>jd-R&_ :.0HR4#Cͨm䵱1c<18 ?r)J]-9 -X&I7=סM<,-u4~[1T2i!n>а.ɬ7#.Z2]G*Y"3B? 0Y>ADMBgd%٢mȝj{?E$OT-FKk^6@> f&g4lW?iw=E[Sѕ 1UŮ$$4I9koߗZS0Ε`Kk.6ɩCKF4tȧY)';B|e}2X0_0nмJ?CH(₩;2ȖwYQv lӔ<'dJ Ƴ{.cZ3f0C5C \KT-WS(O߶WLBny|$3}Djl\R]?Œfۓ%$G`f4*)U }Q]l*y #a~[%4 Vg`٫6pݔ;t]zK22VאaYĤ8HR#eDxq)6HΉNϪ@~=qܦ\y`|n h`s\>2UCF-iuʤdKлZt֝mcs..Do*s(_X)MʠxHi~ !nKb?Nan&{fr{yg./e?ʞk@jC[&V'2G5p+Uf- 2`J K֏߅3H[jBjn8s?jֈ62ÀG;OL Ao&0-VHeEo*55{^f{u hcG!ٯMʵ;+E'ë㬪[F.UGyD.XI6b?I.߮iH\FpE:1?SܿW!n6dcou#BՙdVOA'Q ׵nzMi窓Ѻ`ܶon|w8<ʷRW52g@ahsܳXWw6oqT2a"FJTsA"%mى>[ j:'TG@=bJ&@9VTni[W?^38$<5fƺF(=:oki4@N^O]5|PL"W}q<|^=Y+ Ls|p¼#196uvT`sĮ>uaH]5@`[4p]Gs2䃈IXnkQWxd4~ :'3]IyiH.Dsus.J'p "ɠ!e1/-+KY> Sf:WY?`6^ᶠl`t.'0@(kwi!9 sc cs)= +#!i2 ծCš4;>^XTnЎUթlرK-Þ4@9O-YL^^Vɢ.l&-+ʁ KגFlIIy%E->Q9L>œ0OCŜI\f67U.הz5!r/kƂ-0y:3WARM .ݤc̬@Ư*JpW7m7"z/<%z?`qC#DTn/p9\lV!6mp٠؎: 9Ŭ#/,mT6̸4$Cm nA#R9چk51ĕtgĝeY>5:Gs>ݍDZ6 -sfMGO7+).-_`XH=n!T 9ڙ~LLrk1[߁t,wNoF‰(4@aS嶩'2#nw 'u^нovu _E];*O@ĀYĸ^LS'6&!u/'O\2Β+Ym%ă ,uK x9Q#6M8Ēn,,LQR,&/ [Ѿwn" 0߰KZ+CW,l}JWh^X+bM! @K)a5Wce5.Y(mcgR)FM4MJaRHM#C]Ar9ܹ\HBHGo 1ȴx!5ɀnS_QRʛY_G41߂nSA6nO9dZgxD9Vaz',LB4#5Raډ_/NOg _ weVNojyKU˪'b6DE1|l35ŐD-4J§%nDb`^ڶq# 0#AZ( &; ?&)u^ݻ1ThŖ=Z,EK_;N 'U+ߡ(6PGna; zTYSEsAB@qXYEe[Ќ)$ ;_tT7ȽR~6A)f W^|*'~ANCGA\Vx{-$!<_/Qhcj5s2|#Y Č:CNsD j}90`+C"zn&Z$Bg` pk,n .xsg3 ? b:S˝U4zGKJ3-\Ar!Z*@8{LPHf& Q-E.q2MESGyDlι8 N]<Ʉc%=-IfŜl:A*"Iş3zB}F orw*Vo|ׇ#(3=8F˒ÎNfRZ0E%ߑfUѿ_ S }qvmsZo/o=ڄo~{D^#4}7$(^-}.jGm^~ts:^U-j0̒!'f=w.E\U̘}>`z.姌Lbgj>倢+* ڜ#)-` pA}Ž,X]0};ρ ip>!o70t1-)Jw\g]65]dzE h Xx혠b~a6C>O>MdB m)(ݛ⻚?]{ >NC,^g%0Q z3FphH&rjъaD R'h"?= 3'a_=E 8;*oٯ4sKe#0Y 6_k_K u^dKz !T;8A)l9zLN {:/a8E! ,~P2B퀹~8rUR㵈` Q?h󖫴p:UijQUB}yoְ 8LdBj|k͌٬Y9cxb<.ԛqrNu!X>Y\kFE`9jyuEp:t1^q uKhQUX'ֆO89>l^؏N(gE0%_#42CO?(B![Pvjfi~M˵`D^~U fʏ&JiO6*:iN%|3gĔ& |nw*`')0$R湤HA3BW=d/ RP[Yw4]# #XW%[e+c`c(R2!KgPVם?A: &;^wmZh`٦KGH &So(}3}*Bsۢ0Dž?硱grK RHZL1ln:WM ,a:}Q5DbIk7B*ǤjTZ\9d:2v̂Q0k]8oxa +S/1)y\%BDzdHTu0QkKI8~  ݜQ^N_z6}7]-,ܻW,%Q϶к^8 \\auVq|trzMׇ8-hly_l,mCIݧw.$% Wo;I"ːPP{>WX5l۞4K~|*|4phXA{rx¢ [1_qy3UЗ;b;=/"#T1ZDžk{t҃[#eӫc[lݹrU)P$H Şݗ L_Tjw}ZHJG  %%_FMDsÏ2 Jb y Fz!~I;YΚQCi$ S=+ 7i6.6;)U] P cBܹR_G7^: ~a`siecǐ >t RF_oMLj4QXWn\I!] V> JoZqթu`C:XJOVQ&Xr]K]mqc3{bZ\Dcj"(Yh7@iW\lC*8pϰf{Wcf' Ű6t ieCMjgnxB ydĒV;#(FR4kή`xSȘ2ZoE붃 <_?HEZTv_n}l ʬ(kZN7_LP!PGnpںw$vG@A&l$$P>꒞ wZ0fpvUT[ul8? hS'XU=E=+˿O,o.ئLM)ݖi)I?@Ͻ=qO "Mqt .uze6KG߅1tڿgܾ5fd}6,pa`]AOf ʨYU;n KQϭߙS ulUzMӪ=0!_{rx Ȍ:WSf7 pԵ\ $N5V'g*>B݅>Of-X#8|ؕ,{;<F _7H_K$Mt5D᧶Cc?xł6 IRI<5Uc YBh(4ٴȢ7cBr=΢wvf_˹W $+_7/ZkvOcR "y4DGv*";= .ls[Aׁ^\5,/ r Rkn ;GF:7R S:Imx1H,W'^|0z #vBA9LׁچI>tّ!2!@9܆d +vMJ>yCs6?"`l_l }aDu$- .vꎖ1&7-IoTrY'BL=fK)UyrDxBQ~]3%љZ{uc˯q۸clô= <> }mSTtP*$ S%s[XMHu{]zX>a4ϮGP}[rޗbe; UyI˅di܁+vŤ :V-`Puut ֊c TiLDmAacjs_]^BN|IF:٘}&vŒAoۨj5kT]: |vX[K*kz'JeksxiPaUGR<9*WŬ eT~*LZKL΢k֒B^ԴyEaLH#Q)͔Akό/|.t @zܽ'`jZ2N yGL2o)C>L "*M<*x@ )1$\Փ8D]MN*VGdEiS9? K"TtHL_[I).#;gr դq+53O<0`?_++þŸKs%THВ oFU#f=#NOYƊ;Kwkl$l1C񋫁܊DOt;zbg1wJ3"ʵ(1 p%ay]K3 4bsi]Ft[w$zX GL2ib.tdmx1Yމyyysh= q|V$ `$ϷA%}bCgcœ zѿw_ ePZC=[+m6'"% @'ėu== ȱkIp%Vp+s"^ud9}]_d9 %Ы>םmw,اK as\k_w|vi;82Rյ+V}zMzq>ϙΎK|+G]!1xfj;1,52/b|.N˵g֥֯ hkh/.lɋPhHc;͓7Suh}eif. 谆]@jIF/)@=yw㘶PDU Y!}Pz%wd hexM,ou$ު=R\,rm?4+)Gg. 8uXKM˱ sp 8FZ8)]hZȘyw\ӈYH*:)fu}R&vb77]7?88z׈(O.K7^FWV ʃp 3Nꛏ0yE T:h 댛JB>T0 @AWˀ6dD]2oD, AlN;@ ZRٲ3/K221`rU\8PU3ݚ~-f "Q=-!{8_uGdF$j,lƮHX~` j7'ˤo(f:0}ޡ^[ƫM.Č\!jAfATuiPmVx|L|Xo`k.h-VgJn5H{e8 RW\0 N`TbH8ȕfEŸn'˫m 8p*8>$r ^|m4pAbuْ~5kH)ɶUvL|d`?@1BpwKgs[8$^8Q2ʔ0DˇrCnAVB!?y:' PhDle/>6̓QŞNRbӝ^Id1.ZQV|2Qq9RyxZaM&LQsb&wU4.^* DW+;sҒ )S sf5N^[@ Iݯl!kO,m(E"dT%)-28{p$ p֗&̔˅7{>cP9M$b}S&J?t7ni blX2(4x)R>9~]#9]g&164 Ebe#KmiX+*}HA(IB[tTGs&?([ *ݣ>YpU4iu!It6,4Ra\L pʗgw=2q'D]xq7IVxlh'CbdË|!-ޫ fp38uE 5tڶ[m=c=^,'L=@dsij5Lr"nTQ}qa \n 6Ә> F3CjR %{81AIR6R:3NNho\}SA,SHC?9\ ta:#^۵Z U{M^-+e:@EL)X':\U*Ilю\cUZ_*$hR*5ᩅ:I,{ @tD*Nw*RavICs+kvG=ښ.`3Έ^z j}cF=] sK4aQ|v7^c\`ϲQ \g#!U,>E^؛Ca.szh>e n( Z($DӦuaȖUTng6m?9b ˖P̾JQn~dpzz YNlBt8r}Z8 .&M8.*$MP&jc!Wu5խ2D'29INڰn$܄u\,W~4 şM'O\+ʹKs[5ג@zCeN'=kwI/7o}X8i]V[*1x堲g{u2MNR}?pts!1FtxT|UFئ#ϴ+'QZ}g:~N -1sºʀ/Ʃd1y١hT:7NV>\AJ)#][*PO~2ߋ=yuBE|IY6ebCc{omq c6 27{A nY7OCL]El= e{G^JPDLH6CFS%*W M!P5H{nR J_l2H_D/o|KF>vY 徧8j2AO㉧KL<)Mek眡((p⣙9tR*6Z壯-H7\غmp'Ly4m5+!\ ñCwڰ 9m]uV5T7gZ$ $s!$Hx1Px7QHΥOIbhۉd>RWByxV/*1!U4dhe|Q,Ԟ19Xg-VdDK?\>5\sN>E%_Hf|맮j\-is[xΆ5&.[o;[|Bl޳3c.Qͮ E-B8G{!pNU׿Cyı;`'f=+®;PK>s`8ybw1S VfyE]9yeW.ܫ„81۳ɥW0xVWͅ"+ xq)rp?A?5z2|toᔤ3D}\ uy S*VCJ {C O@&"/RPqzHISK|OK\ p4!(`i}]t~*WQ2G-VzD{;\&:HZaqh0a_WB6H QjTDqy3ƴpmЮacR@0XkAYQM7޶Le<%[tOB~csE1gߺNx'^s"VᎣ{:geSDӁ*Eeخ\+.EjrV3fቫ^V- !ttҺۦ*tɓN=嚼pO;'ӅߥpEI+W?ʝ̔!yHEoOorg*"6VES^yu~5f3?4f۹^6eχ0a%-32=qi8WO/y^Sn 7pvCE=>?:d{[*b'/'&f ¾E0%ݳSH]2uz=EAyM U($H%HcߗbbUpSPt]WV.[;\{ùp$,Lh"ڮ!q1 :/M+oި[K#202:>TgHެB>_m/T/^5A:[ z&ܚ 60so@N xw wNɆCZр֦$91a̡]e]B馕n0v5!8{xK<`n1#6O@:ACWV݊wal>Ⱎ<&V6+Ps<.-=ǡ-G+Uv8l&s>Ӑߟhgؽ>&}0qU3ZްVV(!>ۻ/~'WvgX5`o$7:j 0*'4o7o W v\B@|ns7µ^4;ZDCo{R|\HY̎v+LbM㓧7ZB#JjkOvEUGE'=Lz^ z'=m꣈éD Dק`l%L=T>5ͅ ]cC-D>!Q5HXgM*JCv׭%>q7AͺbY{O"/.Og 'm h[ -+,TZN+zVgqp УH<ܿ$2q{N\㷢@JF1ü]S5b9??8J/% C2;uK;|h>5mXR qղƾPN*'yHi+YAG3jt2Ur1fI^ 'Je[bɝ+i ڏI|Zm壍H|b_I?#)Hݝ;mCOZM:|tI>I/Ί1# f~e[XS.(tR7"Hˊ.|7WY"i55g43saՁo(ɷ3ƕZ0chRe‡Ɨ?{EmUp<]ԢcSV5П nο\n*`|9<*fI~a]1։,a-tQRA\{ وE1Pfl/0S Xtߝe.6A"OVB#jrcAwp:qn7xeN\NP͘girg\}֞PH>,苙M٣SK?8#}a}׵zN pI)ZzJX@," xI.[ JτlG:=+S{'j[%\#腃G)A#1u-goSޏ:06yޡA*T, +rar5/z[ƯZ'wOB$h.gdjMGk<,|֠/V#IJd*fco x77vM{-M:8Aj\BP(Ic=ツ1jKhso ׺^Nc_~KCrm95nN畸|=S ; 5X!~>ԁZ9w]x+:4V)D}U s4\_^PWEj)`@]h36QaVXLh!Q_ @rL2 rq|F@8Sb5[4aSiLjl e_vTc* Md$&⭓c6OEf#܀*B=FNSwDŽ{d >^I5:1.;vVɴ ef:E|0Loiv 6 .iDI.)YFkxRBJ19Ɏ9A"1>#"/X(꺟QRX_Ⱦ 3!\/JZa)^Olf۵JyvE+Poj*4bJL=>L̖*.FVt849 =9e.V`?&e3ɘ܇M8G"U뼀&f9*lﳜ J@GhebEp9;GoRbًAKGh-K9(/jE(*sS" dA"jLLvBߵJvvcUBeg9kV<&$x0iqHQ-[YhazV\?Tdn2@"Dx~+ZMk}Rk]&YT'mX :h9`B5'`<XKϙqT=Kv]>2}#, ~>iS<>1/ќT&1Y4 L{_$̶zɐN&+P9X\FоⰯ Hxl{E76|t)sӜE^\RZU'o~"g]*'B9>E4^*_H}^{c+"u-cf:#h^vbR7j_„g*wL:3 9ٻM9,%t*bix>o<Ҵ烫;OQ]VH6lεF(:thRL!]0B߁O?ӄ*Y8 MRIO Nu#}mz'Y`sF˱&dA-t[Ӏ`ZɩPmIdD&8O>0WRdURHI˯V` SeEɃP^ȦXF~ņQiKP v0B?[\d[bdb>utt3:ӳ`YN8 ]{+4!_Wh$>*tۋ 2-OֲD'nz_Yz]FHaTҙދőR)ٕph>^?jiPv?6j{dˮEhT@ ?H>;Y\Upje YjO`l7LVM tPN)Tg,!Z!Lf}"'_mWCwA^6lw(OB4ˌs& .I$%|!#b*kx>!ʼno;7@Q`z /o~:|”"Sҡnu^eaz415ţw1'%)4dykVуitU nnt [ 9`Yx \?7#8:7zu N`RpIRFNINjXDAO0K߈čm$ptHQrbʋ wdx@7$${"Lio),v1\d\Yl%Q4aߑh'57*xŗZ4ر8WC>!_~BJ:Xsbz˔MpK]25Z'^d&f1?ƚҞDfc }cdY%K)cwRrxmb)$1?IgUJ!g=sa7w/;C`,/.݀T Νs]X&ɍB#[uGTx룃h8zc/XҽOZE)_6,qWcPcF>m(o͟ Ck=X$m1. K]$!Y`9hYO8tvpG`ƆB]q/5*kl࣒{yiC_A%-qȫx;1Ly5B(Tړo$>^E}H?~WLIr E|E;yww'8$-,X器/6'߲Eߑk2+ etb](t/p͕.O R7T0QR\,tØ=Ud7HpȉeҸڄa3s9h,wG2twB/f q^ {>l$a]QH9:6ڜ:4scFώpid HqVH[(C/4̷n-S)W o9wV+WɛoY mnK&Rt%aCU^2z ^6wB"x 4c Q'M-v#/@ \Byc8b@V7p0E{Q!z:dRm3P"G|?2WnΰUEyM~jK2F{玦Ч]9Hhs/ی3GJS1݃ʛK&8 z^>˪z7*9jQY7;̫Qu3V9sk#=ZUWkzYlidNwlsZsjd,Ĉc8ȥxpwOxؘ`[<$ .)&cwwE Ǣ-]8 UA-!d+EP!8%$kм0@vC\G[iz:2h Q^ < @6zC@2T~L6lO tİ?Ƶzep$OZL..yw?fa8&$iYYoA*4!xwfXaX:SW'Nu 0.p{**v; X4.CJQH F:ncF4'̈+(%)}LA-<8VۑwA-BəbШ:]e1hizrIv9䅿ImK)ҳޮl|]"|yb?)Wkq9JeU[h-~<DUߩiYͭ%8|AKL{s3YIB>X H^6 )xCLAZ;&<!o p)!RzgCb仏ZzXnۇj;qkTQ( Kz-$(>o/9N{'|[~%{ :B8Y/V (&p.,x_UHK 6J%FR0QPiB(m2M0YG[#$X(.Ԧ񐶚AhZ}vQ`gg:G0O -ql]$\GܡoHǡ5oBeܱ%E bdxEL(T΍yazeH_:Q)+K^1!>mz98ϭrm߻l2n/ĞQlҰZ0y%GJ6 &ZS"p},2+؝t9]as~a f1TT?Y•ϕ}Q]\y/ߘb3ydYҍ2c5w TYl8i0'"29Bk,uIqJ!)"0(AcGM^Q@LW59Seg:/zNV칳<*], {0}&G 1\@$dH(.Îz(ˣ!+#HV8+5$-B{5-t^o<7wv7vAM'  jId#++;LG^ )؏i*q0Tӯ*yҷ(d*."f(s)fK^pVی4>LtF ?L6^59a*~ulD:ޯr}m3%au6yp]'XaNϤXSkjgk_8tj~(͏B^>DZq.VLKvEMhM^CzvVO ^5 ;=+Z͠&ӑ-䔯⃛ X;.E֊YB6"kc5'щ#zP'.^Ϥ9Eyc'k|4`*?j̭Qǀf/E Õ&jͅhξ֦Y% UDMj-v剌* zex**r n >8Òi#D᫖*B^<,u~{P8O3uR{p܏eqY}RL<;"0vܟ/Tb,$ǍHiف!?y˺9%Z bwj;9:D#kN` ?m5O%nz"WTƶAa(.S:h٥5HWE^΁p|VKU\t2 p7ά 9nAE9ԮJ(vy%&TWv05ǎe 꺓M0-b FSKsYVF؟w/ 7YqHI3lQ'3N2 N1ggX/7*5)I=~$8r! S$ę;+-:*\D`% ]~OCc`L  ;n\X\]o2bUhH[ uIU/X3H|.&8v" *U;1%"gufB_)nҰxiO?r* Yis!Αrudxg0ـPSۜ* ͘b`Ka&Ju+ĪduW5ޝÿteCTVHղaR {/"鉵JRIJVhj 5R?IzF)#`*,/Bd'KYFp]endrdQϡ1:AW9u3  b[ڄz#~JtH<^APMÈKN7/̊\vҮ+/A+=@q/Jw)הArN׎\[|l-vڹYCWt5b/%ZKWG!񑙝" ThKv_G Zwr\ZLhEda]:|ΙP<תe%5ATO-T\%W^ͣ<:*?5 9 AN 5|QafFݘ*j//YbG3ReqퟪrKvLn~NiεTSs娥῏I9goPiF]]ξ7X+4XdYFvgyA?D| :[f_0c3JPE2&zl$̪C2L:U=u8˿E1LtLR*N9gBFh afRƱA(ǥh]b )M!s .ˤ$e6j5?Xi5RK,A0 /} pݯسCke{99⟻J_ uXZ_c@:ՈO ߧ=Vg:lG'U)2SVh&4Lܺ,^3?t=UEnMxoJ ^4<-06YX|w)M JxxY?m?*#@8:bUGp{9l ט~_IX)HZlto/m KߍR 1,FV~*_b\Ļ7⸍w<Ơ@k;Y "#jKW1gi1n?WF.dB;2#kN8OPWu_i3]Vr /n@'B̪`Uo~̮Xu{CۏM6LD;#..έ%B=ǿ$ڨR@=y!ZqJ >xxcbg|'a~= cw&XhG %AC^ -%faR5ys}qsu D;b~*ƿZdk\Bh"]"/Uh$X sK&A &1DCB CNLAl4e:G]:-7?v]~U\ )p0dXmj3z#?WR_>|X!LEYbQhEa-IIԚ1gi8=W@ֵmhFgede=tWoU:c ˞~(phLwj 4ޡu<ԫ(#/,Dl< bݗyʱ9EN uYeD"Ur,&.:eIKG+J#Z\aB K=@FbmwB~EF7;oG}6.9jD9np'kQ809oj;X8>gs&!~>(Lx4D:SPz:U5㙂a?ǜ^mco[:9䎴ysZP+?UMG>pƐv`* &Nh?X ` ]k,ܾ <(`1bvV74yѠp^+vNj rکĸ$+j/.7񠿩Fx<7[}RMEګg:B=گ ID#,o5[{Dt LťhsLRL g©]'H$կ)/g}@8Mmѧfy4o]oI貋+XO\+İud!>\>Y$$<Cqk&|{q>O_5R$an]-3h1U{G~A2yNVh. K{b)*s*M||xw)_tJX}K0X-;窿J,^S '*`۷REf5Z1wxZ%#zt>o_-au:=L\լLI^RJ$3{\hađBdk ^Ӎ)MB>(.xPT{}ˠ[Jp(|%4-}1F)d=rU2U>m{ +yXBc >x܊(E6/hv``?o,Ծ}) ~Ve$2EG't]}+&%F"U`O|9] r峙6[)>&g` ≍/(DKlmG6&~f(@|D:");ðw;qp+㳎7lAnt@Kh m/pZiQ|yg.pTAwGH{>?Y,+YUٕO~!ߔ8*c!m1V#kvj Vm>U᳓vV:(5س)Eo)(4 oyxSbkOXȮݔ O`"ֵZ{EVz%̗ .OlHJ@@wM?W wgx? Dډl 'g=B4&o}-\{S4¦!;VVuekـdwٰ8sgP=N܊ h:& EeCNB{)4UR +l)JEY`l6coqc7{>LGX¡UȨ~׺6󝚃♎\b٣O/BNA_mNRx#mm@-ʾo~ȣ?&yt sR$=Q'k͖/* 6bPQYQddH'DWTTZ- &XR<3Uy!#T(+Jp?,"\!;g Fˁ @Ohi97m^삢BnAUـCQ$/'wZYcw4z 66*G,Y&\$A2F͸kvA0M.Hy(өԜ q[dQ0VHTڛin+%&J2In0wlm=N,frכ*qA䔃bԧB@צ >!K7j_J4 1$oEP)V{B/+O׎7L~oal;e l(Y'"wD3 4F4ӆwlMl>61)EVFe9o}51 V ŵ4 qü jh@n)!h_Bp78S{PU5ԻVs+%,dxLJS`F+T]t%2&9 w"D҄J x6V) RJ\ !fUV9 3QӨ|N͝9]15T~Ƨ jq{+7N `//{^fIn-Iev@K~#<̳kRdE.H\jT?ԝtg6 ND#3J ;u+ɞD89Tl0z+HFzBhYp,9"1%-5ib6AD8L t|OY9x/\cU*x 0N!KE b LZqȢ #V,TfcTHaD8F>#'F!Nlz.u ?-W.>uB\RLV7'; zf5qά>!C_e~rN\$gwn3=8J6 ߚKʼnNdȅ|tvha gRY,o,v=C@^HrC(|cb4 _m.>dlʛ^>L!z䎎hsG.DݤCn3Xuݯ DA.?hUڼ+{Km%#M㶹t9Tf4~TrԝRl,^3lXWoE|I!_HQFbvhPj*/Q=M|r]E/P/(f%ǡ *bx/s C͉ S=ei-1c'A*E FB^[ 9F+T[ I}wH%ūF_w+?C;~US{o$ KȝLZfeDk[ۈV @5'd0ħX<;tg8'LRC ]- &c SuY?$,FU0o]Y~Ii*O*\8M:nUe;? 2_ ELlh'}i2DsU7&+N1q'C<"4.tkaҼ d1H5,2yv>p0|"gҝs, N,ύzKF̠ bF XLɉh=n@sЦRZn KWYqw|viXw8\Sk09y?a;D..gJ{k -F\`><%ڎφEM #tH)_JGv6F| Fl9meFlPr7idLkT 9RoDwq?m _9rRL;U?YҗuK!LoMb]QGQ$x<[Ak* `& 5wE=e,n奓/sۑ A<;;sZx[䫥F\R5'Ii{?1w% EsSA6+IU/&+oW>7kk~&ͤˑ<밡~qd dU6ډVO8'6Uzv7eG^98>SzMי }"m 4i0dxlrsĬj\٭C[xj҉z ŵ&!e:?:#Cx!>\>t>#TX]7K8B* Uݔafg)(Xz1ڪ6XJ8r%K{ٕh`b~Y4ڰb>cCbeJVKeƫSG-t\2.;c+C ͉%́ԤĴP֫ T$( UmGδu[A(@1dJ?>YIȣ~eJh95kK[kDcXn<Nx9YU봷jRQWJ(7HBg{Eh%:B\A랅?u좿t3$7F%*`w9 ijԣO] ^gVLOٶ  lK?N]mlK|vx,/֑$E-i8+1`Qdsr,̺bsE^L>}p)HurHuPeY2/9YKFR?j7LeZ5IK횭quI`hJ ܁051F>X-,~T,b!|S tUS%{6V~fTCFP]vOwʪ ܞk3{-|{"F~g<Eŝޠ KOGt싙-ooP؊8•uRn XQmdsv .:ӣK$-boWy 7˫Qձ~!x/yTtk2@{p糂A sfeE:E4-9YrQByrIds^3]ۊA5Ӄ5ϓN蛫錁ڰQ^H([E&U/FY9(9|-ٞRMxQˎ)Ķ{"Ft8LUE| d$ `eڤ_J@jGf"ͣ| (4V{o 64yI Nyd)Yq%b c |Sܷ /2bX~fM&\°t{ /t YVBMӡ"%v<p^ "` ٺRcD!0A|3r99̂BMdbď^xgwQ9Z#,y |t?{t%1ϳ2;." 6Q=>un%wض 8k`<W>0wH>.=*D%'ܯϬLw6㟈X/gjMvSGL6@-+Kb7Bb3qH}ht)Ǖ@] ξn.3sm΍!itXfmB)vj n,.>?^/ 6CfSenj1El!qU3г{R&Ѱ5Jl `bA^GTNTÕуJ61Ǡ0[rwZ,ӏSE|VJk;|3Kj3:01!lO**qi8-z ;.BgPƨ(\%ʧ靈ou wqTϝwNN{wtmR*pK<[+*zB{ G_I}ėHh+i:ݳa`eoM%囔!)"cl~AJV ?dqU͊U[6OxJ(pڻip;Rwt@IkOib}چA P*a)yd#+9@{IrU]ve=˽7) ()SEwhСDTAJ2hZZT*RӘ)WEwi O+$dh~Z}+Ck6!XOo4@m/DG7o$ Jɣãx1Prإ QjGse6$ߌv0LXZn]yY{r vNP0I>6/MaiM!0MDu0tZ}XB;IKsi0qb%GHr qI5Hnzȡ*1 @'@Sݹ:E~Q^zQBW28ȢQ_9Ց+o<Xՙ$2]o^tOMqƘIoE@K5TefiN &a=X04c)6YGܷMqZ$Qز%̢XEBIc@ө3a^!X-Wuyf]k-X&#-H\7K?jaw95Mw)\`!dZo ~hZEkrٳ1vH(j Q,ZʠԴ,櫎PٕEnB-ѭL_ _,>F QӀ͵' ua'G؉en~/_ן-dRkf/| R@}YٿK~~xdu#C'>$ HGS1g1ESRzz8lнR6Es+a"}W.%^}^i1P+hlYegy_i CUDhכ5_c1,9JDW[`{'1r=>UWcW+:a^\35>IsxZqz@lI4$ւ;7d~7.aMer0>P4nP>ҫKE&P ](S~#ZS/x$ԯyU:yF*DaWͼIJβe`~9tUsf&);H/Iۿ6<筎|y|ʬbi1׀5nJ9Lo'_tu%Ii$:9Xš%ԑDiaE)v*.50/YkTY!~!<%L% Y.$+UӶW_?61hNuD"ir_mazI&g[H1Zp;,ӣKyUڈ%H8!VbR8恝^JL1U“@,A@[_T^@i0jREk `v#LO1ߕlN<Jxy3ɮoqE(h,8Kv OjU6ɉ ;a w\({UF r{%sڰ3@ΎifͰ.eg7 $S5,#iջEx}dI ښR &=Xy"JZU 1u4*rdsAå1+䡬YUt69 W [OB3/jllfE蓊FG=|:fH r0DGL#صzM4BuyB0r3)fvZq*1L4MXTɂ=%(݆Sy }q(7s2ad`/OۗcB= սcM^&Rqھ^X`O_F׏}-Uvf=Cܹ{\6(B|fNyRoOٲA,GbYN x c'4` {F,1eRY#-n ,eʛCp":k$խ$(q HʃֻT~g b(FXA˟cWVбI%hEX;9Zwev,&-T& 0W4/ݞ91x}XB&ZQ, E8nd=cS58H+*pbsx g#QU!][1R:w./U-^TaKkquCobhvK2髊^/̄wՄ3'09&>7m/aɑz!fè 8\؏'D_¤RuTAJMYrT>0bE>`c}#IvCl}꡺a+=9K<ĈGV! >l =[f$/M-F_>;5;C/)!7;cvt磠( UVBX$IN,76g+KD6":Q MJm݆[ ԛ1XwE>eiؾvl8X:-Y}Wq!5IqL̗ r 5;l ǃ*}܇Cc9ڞfҿͺ Wp-oק!(ۅ͵":6֛$nyؗAaBY4O' cYv_V'qUrՄ3on 'Y< &EsF9#!x92)@1Gj5't}heZ.T DWvh0-7 r{dh@,caW$ܼum,Cࠑ/vOsRn*F$׭x+nC!Pp͗,)s˪ 88bBO꓂6=aC^quI ĺ؆V9>{Px.'ۛ]艖0˜VṕR5n&f2^&q'N{m\g2̌ơmW.|ږ>AvB_ Rv/d?\;]pbb씡V͡f"kչFk{L!0y|@BoD9#xe71k+]*e3R;'՛B+Ma^M^ Mu[( 3OkR2ĎnBCmȻK^X4U/ռ$5 ߆e[(;c^pIډ!Mf=ŭtVZYQ{ATMF+.G w )QtAqo<'v37pRn0|4'4nD<WEg8Î΅/k\Me]RN HQsJC-sU'48Jұ7=O,5{MNWC7ovʸe#H%dŷx5jWS 87ݿE&^nv+sm$N +_þpOh5M*eՙ@vVP׮Î[y6XHG!̚$ 4D`ۦWnRfxa>i7^ }F(0fp׬e9 6 5Rp 1Kn })Syi "ޛ7ˏmߨ-P >E/pĂR%0ʪti>;Lu[}eRU'*Z1o.WOi[+w=<57N s텉ℇ:ƥƈuZBp- >wr$ʗ;Ɂb+Ks|Gq(g L‚%-8͏@ftLʹ=ĉÈwʦ2)ɇUI`b UU28QYxfHҌvNkX&'ԵYXu3KH:g97Vx}o5,#@>urYj O}T!U .wFh02"pN(`BP}rL6l!M渒X0P\H!&R*K [FO2{ܥ.k!-x>xVH?4h!b)o[ˊW23sj;cm f6}zm~yn'S[y|Rq3+)y' lJ;eI 38?ǝ/qyI"&u/FLkR'3[#$ s@F\WRݮ]. hmoMB- OySs~#SJ!KLs9'H#f&1B\>CyB|aFvQ(-rBHowy1BHAbc`7TJ*H+Df)mzD3Huq̟}' b9mm A{O”.mOtYC!'c!tsy$G wjm%R) JsԟJ}_;"{qQa^hr_rF]E&-TO)̏EFs0&4WK,~bn^8v:"Z]l2ׅE\Xԗhf5KN=4.RH7Ү|SY^Ԝkz?0 OC YuHN[` {{_}D -hGBfj_o*Pt9GtMB^f Cs38T^'.Q.v?"c1 -%Ok0^#yc8~/,׈KE (OMLDwiv SUh4)9TM21pl]uy-N}!oA݋w\~ c;,*Z8(;*]>r,AX+#w%zqLs#g8U>JAdP £"%a nUeսd1dShpDଜQmd͵H16l3%m}̴ mw`f"m_{Wݴ܈Tb1"2:/eFe.͒ Z*zϒ߹ xD[(υ핻8חVQׯЖ{OeP zoG,+J> QճuкӀ;,1|0k!|"og踬"aweI )n=M(ڣKٯ ENks%[H[f)=@Ϲ]q\^Ul|':liz$q6~OJwՏy}(J=ZoB/:טm %Ғ!P>t_|- 3'6KPv˻:m%1𒵖R|I66XOݹWH mwuRl$|ݸ?3XHrݣڅϕ[a ǣL>xoWXF5rd}tfm])N'IJLl|'k61٭+RTufj:覟ÖT W,($"LNZvAd \:tX rW@;O'e{˜#a&MZT-jjLUk#q0p%l-w.Ti-҈Vy9hށIZgf/%A|oVYvM*YʼԪY sbqvհ!V1ݹbKqex!g%Z~y|95ВgCRt sք%k Ic-ݏnL3:AO설݅YZC \%@?,.ua70V-ѭ܅kQ1jv%`Yq`MpByOBF%EpyMߜ1ܮP8! V CqϱmwnvW tEs!#Y[bX?[!+zMjGbmN[u=Wp=%g3wE]Q}s'bbCm 5(jOMiߺʽ/Å%UWc+T*"Bף5Ƨ "čeGֿ`6ݭsE"| 4"tkNK|ƚWhk ߮TG[xUdۑ8T(!>>{kmaH 8ͺ UOmd9SÛC?lxJxOҁ@7/(,bz]uOY;z G;3$ _jm[p"߆L97)cl-$cũjNƃQASt޺,QBPӋEd4<@6SUcv3*vDI$r,zh"BwBVx1i딙 GȤ̞ 2켖\ϵavf+:p=؅fPۑjo$"6+%5T"Yc6 C6k}ym9ꌾ)EVT<&c1I~#ьVV,a6:z0Mr ݴ{hs_7шU}աOl0OVR {-lz}*οyackC+BL)וh)#DL aQt8,?hĉ{^qP\ÒBц½}# P'uGi OFJo^2Uf{(k{#G5."aRgL?p3?fp5%O9&Wk[Ji rc x?D5N쁜N"H2߁to5сllQ1;OjzR7M FOCm!cDiDױaByj@ZA}$U,,95 iUbL$U7m| /m<"zU Cѩ,^]$U97Fn<Imv;cfp3h "~$#>GnW?@q1OqH v TjڳĢ !h2s2CI΅.A/$YpyA!6uJ jڀý ;is6퐅 j7h-- _Mmie)@˪|X|8Q7#g]5ZGܽ1v١7)mp7X&*/co:Ơa ~{H MS'pN7bQ.=apNdӬeܵ~pRXmQWUr~GJJ['ɱe&ym=Qx1NEo f=\$'»$ `#z{NojT=Qća nӵZegQec4S/{Žö,gx$~"V&&X7ѿ!oMowIGuZX‹10I _>fD+*%gkIDls8v4 #aya:e ANn5)FxF[y$dnQ×а .*FT/h_u]E , uR9 I1"Y{-ڡKGY uX=~hpZd''8=\ʹ68XMqp5} z9u-摵f8"첂#P,l*. C}*j`xFFջY(ic~<<"hpv2X0B5 з9h.o 51rQz֞!ØT*, 0++$] 004R ?\5 ҺzfRnj(ʖ|ϠBɾ+p(ӓ } lhY kC޻s;D][gLՎ_Al> Oc'ĵE$ uC(#Ė{H=~n]*X۠zrLŢ?~o]h i~K]S`<~5_ޡ̼mi/’G+İ4z}ܭT mMb2Ir>%$>$=xZ0Sx߸%Mp+q}4_OROY8ZEN.p22>q#ڬ = wt= G>lu\'\ UMmM ..@FAΥ4އ$dkP{E0]>\3:He2riPn݀@[ضt1 B/-At=}wJcJްB`MUҌ53;E9yhcEke&OUf,5;_t'4q}@G4㺅R[Z@bA!y4dޘ1VXA=49(iI.+A=),]0RSkZ[t{e8O(LJh(h->|~Ck=yI]bY85SF[fTizJ*^7mu%?!\2 zWUm>aW|$ ~5FT:.]7I\Vʧ:#3#_)ݏr#2Xt3삍x? 7{)йi&!zW{ Pu(t42kIMaO97=ѵ!h9aAY EaXz0$$6m3QӸuJtmx*J>IQgiIjuLJ8yN&qsbfrg(֎:+oq\uk9t'Y,Ux6?>/#U0M|h~eӡ_ɼ7*ٻJ|nPaϵP堹)9&P5; ۢUHXkÐ5YDZSgkDXmu'(S($ gupx[MUt6rhXRj=!%@ׁﭧaSwWfk P< do1Bd-VFF(ܙWډ_8øt-?oJog)wC6+o- -r-aԾGkӜ+kh=课?sw~},tȪHAgE{Ch z%p_Br$6y5ψ';O`eBs^^%@&Db%T#_̀KE[%?.t$/!Wo_~Nd* 2SсꙖA1)F X4ڭN"iŬ?bݪ[3OWdӽ[јkhgljbxWh^¯&O3Kib\ݼ'J _trB<ʖzݛIG 73U\lĎU/BaqTxeyrjlYJW˪!<'z5>ħ'm`J܎`{*|! 6, OԼwAxrf]aHW`Rx0iSwiwWBO5c=(ԡtZXŞxA3K?vϴ/6Duwl(yAn.6wN¨@(f4}aQ|ѓdxNE M)Л-Q(4r/ҡ~iLÝ o==xP:sѽW=KSks!RwdrUғS8*-;,'4כP͏Lʐ1%U}M296r&|1nW(~Bj>wD_,m<, 8+B_hnX()f^o=$ lE4vbH3ZȏF ٸ-"{[37WDv$*a7*Ͽ|qo;)"jZ+w^1TANbE0r2M2M =7 Zd-`3Ղ`32Kmp GcL͂s\g 6vZwH" & 0wB|nG6gX.3_ZS%oMST'h˹r琱@ vqղD$m3=/=˨N.,tzU 8]oaHdI5o:}a0G(wYo1" :JU9`W?/;4 ~ފ[Od=dƬ\_Re;uZG 4f߼7GȤ (:H_>t#jDIy~Fv"%88ch|NL[!HX;GDN^?ɒӺ'ĈiG@:ലFUc.|IMt5 D/gή fFڨ~SP5- 1Gt=y;}Ma8Gp|/2vtVH Sn-B~ErD>cSDKyG\*EeSW1 c̮̀6!%rY,2472?oTr$<ǿTu.qE$_3Z,?BrnP- IJzռ΃{ɜY9l4G4˝O'fݫzkD|8F2z™'=tn"1hB'[HzJfJ]Fsa2(],4/P8-z|ZR/nоT-K+e?>/ICi6lܐJ'(`qzv4F|Dh{"uE)n>ǧU nyՈɖ #CQI4 |%M2ד*)Pfj7Bpaf$XJo;rM!R+!x*o*5J)CgqybJ%hqFWT#Ǡv0"5Ÿ!0j5-aڲ=NÏJ]lZxè 7K"}S$\R@FKnr\i C 4rj5A:O:bV l_0`Ƚ[ϵ1츍`o|&̵'8jaFPpjLEW3@L40{>O}]0NDKDN;cR*[65|`;/N"^]ynw}?*EKo'C8ܸ`ZY I$"-Pʡfx 1"җ)EJc/Ywg#C<tS鵛*0EC <^'/ntuƠ`ߓxm.axs񹀭`1݌\qF.Kʹ(вZF̘E!8ѨĞc.N OjȭZٶ@WE-g9 !5Y,H0OuqA@t= ]/2~25fqml.1|ac cZ^tQ{s #sB\ 5< x A"R8nU& S\^k?@^ +Іe_{c#cZ9W#bu.쬉1Íu87:{KKX~E scQ+Mt4y=?\weF?C]\ '^@JѲ@b0KE|r'qoF+D٣ǜvRҋA "G5d4kZ&mE|q[s`>M5*7ZlӭY(}-!Z(;eG=Ā6{u{u}$(d[(dnTBlp6ZY&wp]NW*HۘQ>ޏCsCGS+)iNgNΗrYm >vN >pʃ!cYlLXs@X ߻D)p~`Cp `Z;AinJ֊  A\*@w^Ժkoqѧ7dSb2zY?nwQ/6+$B `.3+`Yڒ-ivosi! Dzl4pZk~۾b!H'*;oF%Ϡv.o.4 /O#.\gQ>gkOxכD=3ZY9jfRc4K, `SoPxnM2u灯"(fə+ѻYc8NP_WԠxs`1saaDŽiD+HEdkb?0`;4s}1Zʔ >Sm&/.0c= |DrK,@-ѽ=<@?]az[(&@>~R m0}ϿJ %3kUr%%!Zq !wd,y6z.ms}K8&MǩЗ_"%'{M]Tcȴl&щz.\Mi_i@q t"rRpM?ƬYS]Jى?!u'l8ڬ2XN)(!+0m rw1(5Qp= Lqn6J}}}%YzESg|Q8Mֶ'0 [qw;膃GW ­Dj( >˜!9ַʈ%])BB{νf:ʱ voCቃ~7][k8XW ^oGFܭ-:~XЖ4JYӃ x>\ [\v~爉,^5ulvMji .~ܕ=񆻹^]2ڐs2B0!~fLȌZh=uk>s+X"5*COr:b 3B_  φ|[;wK%Iv9PUN,X ~ ŏ]S}'p`1 r?'93 JutXsg\?Hǵ6-ogٌ3J.|P!; Ak~,dB-ߨ㣣e"YϼEȼ&;蔺u';IHhos˵01 ?Hm&^C X~IsǟM!sa̺f)WO_8e>5>;>f4&OPm4  bmT6f;u><9x Gqr*dqb}-tpRu"ݱEL2Ⳬ0LnzsԙgDWyJQb6ySY/IŪVtЏT -!zz590Vh5m07ukW*f3P!D^iL,̏^)aL2^[ ȉS+K@7KKAK%X""WIie_qV &0GōFՍK}q"n*b_06&O̓ v U\1&Fl sPX"mbzrҮ)4J3_,&wC2 #{朥r4Ѩ@D/0f*ԁ%4޾C0BgFgYϣJ2: $eU#rb$KV8Dn#Fڥ\j dttAb~@ C8S5"埻eoԔ*rFޝuI=má-s0\Jw=g~jT7H9}u/'i9O!y_c(Q'ii vԽ鱺XwgG7{%)JCC9j˰;AW-(u}ť+w#n!];=5$Aϳ } !u@VMpwPlkv1Gxw֨8Bzdt-mPb3*ZcϺY}zcIKkae?<҇x<(x߯CA6eN?g9#P9ba>2X#YaM\빓6COu:-OOAIFb}]܅=Y Z~`ƼL*;1eZM8ѐZm2qV܍]&0#VĦ(FH?/g 1]le+vBO{v;eQkԹ܊=@k|Bn%QOUL60)rF*8m |ls>k5 j­*i-hU6Yя<5I 8땥ۀKvſ(KSKj7M㗥y]x1߀Oۤ1DR_UR 5Ot_AOS+i/? tKwFxkɸ䪹fa$%Rq<}/W6ՎUtTF↎|WH4/;ή棠?u;C4s+aR._iE+k23DW U4KFV(9<dMd ,xջTh(fg䪞KHm.]LծVjS{჎eWu`Œ"d1ݑMi%o@_HE"5_ƍn4._ߗ6k1g}Ook"oZfI4*. M0CLEq K[j! ~sMGt6GȻ#p. S:K8Eia؇ R-@'_JM?ߘɓqzTc A6<^gF_/W!:ܹe5 lUOت@lW=#Dӓ~d$%HabW!\偼FRʬݠHt&i |emQ($'v(%YđǛۢ~Oz}O"ٹKJ`RVQB@6)nBDr laC{ fb~.…2vyB 맦><C!ŗCei T&)ypVXhuxN-0UGHe({cx]?3O:d$8[sS'jMIL&#џ=P_6x4yjl;VL0RODr$;t\ R 3auRN&Ϥbt(T>0(塂끙Cg*Cҥaqôyc/QpóQ1gyX;}w֔pUA.y{[pz*Bw]= ӭ07q^, 1Xbtp75MBjh9D$\ž0e7koؙ g==짒d.AFǐ"EB /6|/)p(~-iLyu-))!_!,0xQ#ڣ=u~ŴzǒV Y ףfA_fo:# L@V gb|h+!h韓 p'ڿ_^V14nDXپIҫ[+:N&ac]vuc^MkȽaj܂~m|nr0B˵5`]Z-_}R3t_:LBLr9QK51)3g(HR :[2r(,:gPXl_pZ1(c,]M.ƃv#Vð#>MJ:$ر Zbr)'wģYz랄?u pSMCѧ\CL'pTOF5C/qXB`K//Ie]Աbɣ> ( V+L%p{Yo`CkMFvGA[t?n%Z$^;͏;W6+_Pulݧ?F#HZs;(HwéLIo:YT1lMQ'T!ur^{oh0nr0i2vą~\zak2vs1><2"8M8Oy/MV84V7EBx=ur~~.LlbGOOҹ?N[,4 (2*$;\D&,Diɍ|#(𥓹݈n*Py4D{ٓv.]YBPd}7ȍ А4pDž#||`0[\XV JefbSgPcBZV<0[lc; M$@2Mi,\N5Wɠ׮ E.ie0 m>æD_X8}Jx'&֜*R!6S(p`PPBld8LƱvr>[X+-u4(3_7"F->Z[O=fqLm׹U2TuC}_vr= ft .( 5V:Bn wp}Sc9t"d`C`pC {DKq?&0N&CF^Z\ɺʛM4 "rHR5 dfǣ'1vPآ`zG^_ +ZPU{Su,P,5Ϳ7lIw?68:p`-iK\hj8 _xdyfѸiKdг *dUO ʶ 4 eA?l p5ONjZyzSfin IQ80D]֐* ŊG+#}0mjly .8<{*bzy] @Y]F}\d%:3y7Y bnv ֆ)ȹ [fz!1as5p䴽U+?}.^ ny8*x;5p^X\l, NXI;Gqn0¸G{bgq lߋϸ?Kuݓ] GQ;Ύ 紪b1Gk4}AA_M~<U~$'|02TTc <龍faje-vpQf2R|(;ܣd")U hʀAmZwүDX]{PI8,.%ݶZ/3sF^(=ۤK{Dj%w8ᓓ?7M[ɽ^ޭ4)QQ|5f8g Y (Z@o佌$zvwil,;V(&hr3Fut%'tT׾O+ mr}о`T,y_J~ЂE3?;cߖ;jص/BS" :MGFv*Q|e AFӨ{צ1GXu]f5Қ@BߎVu"\NޜJx VT:p0ʪH3*zpK{ '5o{E`ݲzO2ju@}XbqKl)ɑo^v1οR;k~ zfF a~=ZDV+u1Ii oLdTf]<]ϴ뱟g?xt]Xdz=|&Ρ*6U#wjS}cAIKbt}|q)x4'ɦ0фNj$Oi* QTlnH(AˣMVGb*VpoD)\ 8 sl/ko"%m?Ǩ%x73i$M| pH~ kR.I$>!aqo%5zˊAmv UL0*4%߭8.<8VAcU|J`dq44-1 =[Wj}n՞4)L ه~e!t>Z #;QMDVb;B&S\8mgh/cWj95q~Z4BۈԄ%Z%؉"B;H ,8\C{}m ι=*);.5fǦm-r9HzNj= co?W"D?msBAIg 4虧G) /6wbxJ6$'e!hD 4~ӖQr?#2aHBtoV PQSqqJ X럘99=&29rs`e#˷Xo :ҘîsŨavD .@.Bd^[0oo;84'ŕe!nl֦*"lN#uuxJ&ֿ2O8t} ;u:5PğvhxEygm:۠BP1d/ 'gsxP$$U;Wd7k&o~#O[?h2~oqh>HǏB(ܕ·-oP0Im->x_>;N?ii瘎^m3lDu-4qmC_x `|D켄ϊF/[^D'1٩B4'`/^w{V-\6wCWwoFl yK]Ϧ(6Ί+so:]Y^q|@!<_Ygi|HL.ڪ%aEDvnVXՃw@DtE=IĤQ1!X,R*)̃dQ-,D"M^mxFBIϫQ?A2GSCޝd m_ٵK3^vWa/CX(EkƘ a@⯻&1me$>IG~Na*w½Wx@}1 Zҳ F44~,&uؘ凜n3^& xEzW ҌHlCC W?g[$*?ΡBS_փ8*XQ+f%5p(NGS}Q|Q$+6/L&-r*.U\"ulKЋ>8"x!g#@}F|~IMb qT仭v wف223D kmHe۔%VvP" 5r]Mq{G!x \jlrV[;cǝ6>uYUn@2ݺXm}8FxMisvɐ mjNM.-~*f9kɸ]0 \G6)E3i6ͮ,* OD%idy\H*k@,yk|n&ܞhSqMM|뺓,u*Ėƛ*T?< r5O:Jt9p=u uz#LX8 q}3A{V\z(rf2;pzZLouZzqjUmpwY3>Ra[Ufhz˿/K '˸jz)FRE/q壐~w)IߥnݝZûT$&?cM;8H51Y Xp=κ&]pa7[g sѐ:ra4y CE+CuhI~b0iɰ8'DFǼx>v狶#7B#< xL ow-v::p!s"2dPGQoAV3YBeτVfW}?Jm!xוړH'lͬNm##N\M\xw0F%uF.ꂕ5?1+H/vX'VOH7+Zq\QaIhЁ:@+4Z;n}0p'7yt' !vJ!Wf~ <1JX$GZ Vl[blpx P!-jSQz$(Rpk T*!_*&tŴi zX l.1N s]H_ߓ\T6{=P1ê60Iă倒YSMEL``iGqct$XC"%UA~[&XZ6;}龴7 P;Ozp {sMf_=Hqx+_*[텯EFhGYnluSY "x%쁀_)[*q L"dƍ%-:Aaセ+F U>,P(D) 6(C]P  Uj('6090݃ HReЎNi9^/C}ap)k'`?ל!H(Է+ȿa.Xpܽ2-ѕ +B`BHt\뿱/I-Qt%R{uijooI:ɓ8zuRQ :8/V6-9#dxϞ Nc4h,a+c`>eJ>z%EeOOt8.RI\`%-+τm:zc/͙6?]B`,}pk!_ap豘`4;kwax6& 'l4I=IE#Y(,/ l~nJ`5e{~xQKB^$Dg+RU`C&b#Q?xgtd!Vj^*l:StqsRDD-2x{δ0a(3> L\]㗖K;˦HxݭN+ Ϳ $<{ئabK4n/Q~1"&AVfk,DCDT;=|FK;Yji(ʶ|5)C"9~]*]ݨ~%bJmUutNF-Z`W$fbW\yNMM0 }pl5>_ka>4fA^q9Dm*,f$hSxex`N?#j@ߔ/8~+gbw 0mZY՛7];l^:dz}sdx s_@#+ϻQG_n¨t%PvgA3X0 =<_JߦP*vv^k7^'+]ޟk;52%E)@"χYF/khQȬ^h- g8'Kj62pOU5: l f}xg@5"o)UM~|\~X˯8Aӻ48 GOUJ i@xl.DU_I"57J>(Dɣ=@O 5 }? YZ