PackageKit-1.2.8-150600.4.8.2<>,g@p9|?TO[hD?٫DJ)$z62@ѣxb63GU`O~R-&-4~j|z ;B6.5d#ǃ &7h:CPL1٫L T-;`%fk eCo+! o)Ev,W1GHZJX|bG7 rELavW_Tie];uE [-O$|^Y@B א@ě>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\#6a晇b5Ii#\hX?BB wÖ<;- QZJnCDt-~!0)Fix/.ԉ?mQNb  ` 9/t ! Rjg۵4?"{S.RV r"O.rc\U^1,%ўt.3CI#$1tw6H/J 3oO:ZdڤRBR^VcN~$Zҥ| 4|mIG}gžUGAH9}F8o(jҿډEC_~odUӳ*6Zx p~#KTH3lߒt'M i:2>QJkٸfl<BC] JU[PԹs T[,B% pF[%mvi6:3Q%QfwtG/E >ObA@MEm rw7K5\Zu%S{Ƌu%Z{"h_ݭ| mЫ,}w"1Zb--mLΛ7{t ζGY`ESQIvn'15h80+f_~t]]|uA I^ O#jΌ,S@I<'pX^ K&I+2~hؕK*)O {,dMNh+C Yuvd߄gz Ԗz4Fs"Uߧl,!MIk +o@j$B[ T{ Qd $> !d7WݎL)Q']Kߎ׸*We( |4RIbh*^釲TBTC19| N5&TԦT3OOF4U#Xɛ#E q1`??杂QmǶWkf"ڵߺcF'9df  @(Z%:ǡsSsWZ/"5#r`jxuNm$lVO5br2W}Ǖ<]BGc~D'ɒQD_tq137ln-HՒqQņ_a`]E*\bb2u@9[SR&/ؤb6<4'.g_ӕ r474*Z;$P[TR 2jfslrDtv{Xd\ND[c_$+ X)zpze6v[~~. G( )Y>A|)|x(we& ^%Jl٧ 1 _39D1n{8@\:=/Ca3kǛg-6t8jů촇B䦲["be{eQpjq?<3- $#ֺTG#T7scީ*6ge4aW} YMQA_)s^ּ@1/Q7_l(\e,j wτ$t&EI$O;7 :W:n\q jک-itp x}VgB *)o9E. nF %ԏqrO'9;_Fy{Kp g,c`@Br;oGSî܁+9Be:4phQSkE|2"qvdSeLûڬ~-AWEAS "& /;6%0#q2Őܒ1 H`-ݠj4gƜW#Z+t3YjEI:Ti8Ir|H ,mX8}Uc\_6}5oGB156FL8!4p]3%fddjQTժowJwh._i a@Ny;9Sf,DvdՆm (ONwMZW LjHYZ'(غλ3D5Zϑȃ}w\V浧 ?2F!! |t!.EvO4G4!S]+S`+ B!^CGuܟDFТ媵nGd4AIEjH]ӮRvdf4# Iס+d²IZˏLC.rA#l39Զ1;%.&D|x .%V)kOD2N|>ͷwe"Jwu4ĐLBtNO6MouXpLYOTZ5{]W3ϒؕ-a(fo,F.J.@K~gcSQ@'qbڦ;M?oBs=5$ʺ&lY\_Dz,FţAM>FyfrgRVb}[ا ="}WW:k"@NI~OJᛮ<ч^ "LX. [ 8LiwOk'^߻*hsSY8֡R3Hu]^):R9JWe]~ ,IhYTq*9ӌRO\hGsQmblw=-B O.ozwG>,fY/8cHuݠ9gG|ݯ)[)!vgaxPpF+̜8]7oT0}k8oCb!y~sE|럾߹iݨ`PU:̃!ZKYN/FwcgO=^xX-C9TZ{=03{90WQXa8{]QX6 odޮ*zhm>BQco8Nq*ᒯdt,Z_ QJ%Cgb@`` 6QA kڄ:}nwŬ3Cg=SV N B|YZJ\/1Zz\go~GE^>x50˝?WR "6 O66ʸ7( +^%,'k= Fd@R`QH3 R"J$,kZo!9! j|QCۇ([HR:[ [B^mH- [CTcg: artJjHZyX)T%jjgͣ:Y%0GɟHLvLQ*\#(H̸G5t=:or1lVU<_eİuL(?EYV niqĊ"c}D1y e=Y D+-Pk|<65=j%aw9YFi B5%$:gbǤn`s?1lyK'Ğ_\hsu&À2ѱ?̣em XDDT +D}4'ŴZ` OcejaQ˼7Jb be`7)h8kXJBK9ki@2RdIb&>e-?KKV6q!T(IQ2 * h[@g&8LS{X']Db}[#,᡼pxb4%/c,MlNf9s0B9{#e?$uK+2< R @k!SAjӶRh櫙8i1P)' %ܰvj~ }BgOAm 87}]Aܻ\)EFX_2>1 )ik"@KW7Vun^ŏ u`yIo/&ɮ3vLĻ{#N]F^}$`W\~4ßeVBCJ!" 1 ێy Bv@>PG~e-'PẐx!_jq!C/Xj[k ފC%#J0 Rԟ%j5[<7+ݴ-TvQ|I*͆.7k0.z+qg?"iP{ںKqh8A'p̫Tޅ5e쉜w;D"1! \$!bSz#o?&4ܙg}nqNĤ^}k1z$t\wv1N~96qO Ż.-jˌ:2Lp6/JZhbהA^b WzA_kICs_^MDu<Pipvk R 0DoIi0ecF^=l`%L:^3+pL8uw\ڔ ѢPNr ݗ[ +im[̓!*ٴe#XI@eOP9Əl=ZpY+lf R̢_j2$O!nC=z (BkQ"(EfЧySpHKyGC 4Gd{C1u(q<(RdtWX]4+7z3GTQ2l*;\qs `tP Ɛ$NӅC@M/TniFШ̫C$i%!|\pq֪=BC J &1vp c˔SoYL+F=KER^dN6C]g҆: &?.ܬ* J 7sg61CI Y7a8]s8L;;d!j9y$1?nfHƹK8o`MoqoruMo#2=<ȳ@Z,JH5X.F+`vˇ\`4K$ÊBȸ+A4R2k& O ;Oi@w{u/ F5y/w*>cB6Y #oyg/@5j_.м,"6~_dC@Oqތ&ȖH?̟lGI[G;<* }ht B&B. bm; |DT }C :Ӵ_@=FȚJ0 L*R!V^ɄFGpTE^zaa$PlQ{ӭ`9vDc6~%" f~my^\{ ֒E*JkiZr PcG9ײ\avD };=eio=[>MM]NfV \(5='$kvBu^wuEv\ ö*)YyV@ػ{+n ^P":C=-t b7aB_3|7e`RfN̚Ӧfo??߆T_D$;QIi&(΁D+LcYFzR[@J)8g+|\4?Ý7lF#+'\*p\qwYC)hq-qWn}ڭgPx:kIN٥Vş2ѿGzpsxl+ޗ}Ip wH)ۡ@&I W959Śe/r ?cM.wȘ)*~Tpy3p:$=@>@U GURwC#"l\=ES;CoըD/*L\)"BlԿd٬njQGJ&YT{S(<$)2o)#N?@}g/ x\S2pݝI#NYMhNbW}u'|emO];i(sEX:?»~p׀}zޜ J5BbIE4Rg-ܣ\!Ȱbƀ>Rwc2ܰGU:mR;.v㚳τ Lvα=eʶ=W1GWE2,]C)<(6iZ$=Tm'Ky|mt9q!W_n%(Heҝ١dNhl qekx/ϗ&\N.GS}:.cBIW>J8"V5 fF=2JrII4@ xڬH{? d+ _HֳFFmK`8R'7 %8Ȳoc@֔#Dz\밆xtVR4A \2Ķik(X &g636C#©MMưz2zG<:@}T3ܓr=U?elaB5"ڣx>WN ΡjfY }*p?s.n U|h71i3%,":4o f߫w!9ی>Npd´iBk"vgڼIʙX :QTEyic"[B2nS9~眺ͨe͟ɡ274lbpߪ]ɛ_ Aױ9'#a@Mgg~̅b9{OjMl/BR{?I+;-Xݞ撏+myq*h?ɣz';NJEm&.*`}e 0DхcMMXhg+Ft!wܳݥh ЈլY_@ s.p'}Pb4W$nL},w ;%E'8{~v͵(1 A ;e]lM0i< KXCE٦{r+OaKTKA87'yV^:mΥeKS@Ys|kS0TIBrrrQu`u9܇tbCa}D~Ag4}] Td\D Fk(VWCᭆ"d7m:ǵzxl,c89f<{ LlX.ʇ\K8I25=jEu*g4? ks(Z*>`zDT #Auo*JʽaFx5XF k{,i8uz 5+dBLz6 d5&$Ţ񟧑@j ;lqIƲ2{ڼ,Y.MI=9էrXIzV$Y0%Wk Yu 8bNRFqD3#8R8>3J]C#/0FZzX65>E@qJZa3p{K];ј>vS?[6D/@ f 2R>'d!r<_Xvn t /sقdp2Ǔjgq@MMŷhـKTD2ۺr[jU`7ӠCZ%i:\Φ}Eͦ p垡fkBv*Jeq>I9u'3sG #]JQ!e{fbK_' JHrBGh('y<>X I@,`%,,6UZ4v䁪"z^άyǕ$=dЉ-k1@Eѓ`͏ȌdA63/=ڃ\EX VS؎x{XWw`'T<Λ# ^DoY_%T:(_6d_Nkjڿ~wwf j1١8y.bu֢iZ}}o^ʮD|4Ӂ^I Aϛ`qbҀgs4ALlmuv1]qhНnGCd-MRIptрbUD2T,;^ۃ0Q:H(T*\B.A;ן 1u%CP?}K+<+B&3HqJqI;07¹>m,#?/^tsnbC$Fj,[>5Kr `Y X1у*7mwUG{u3 2ՂAxf3C7IRD5\oo;p[A\07TB0s>3)Ŀ8/1M'8 @:'ZkwD{p'%%~$&O O^dkM޳CMV^ѕij #ix:}V%>߄O8όY4ĭl%.@t|X㓢%} q\ ״ێ~8Pz_d[;kgp: +;ؕ|i{6+UCV'fNib9pd8q.)尊pJ^e<d oZsx 7k\+e5/=]%6.j)mG|m1oy%Y&YQ [Sezw6vv]}qǿEu9nAz,>B.]=j۸_W8 6h݊k@ʗw;8= r]YWktfb5{REheh MCYndСt> s.JI)w&T96D"%uz*S2dFo[Ź~SSM`,-f[&]}w92:[{f안{X}ذ==m7Bf<@NNբznDـ~[qnN9rOLs4ҚRsVpo7⽊U´!%#!}VuPƮ̙^;]8scÀL̽01r=ke\D=8QvKhadFH9Л?$ ?('>۱vMyqj?8pj /JI~Vja&3"^ki[I+LTk__x)x%tq'n2#ß:<0@fN/&.їm mO,WD>bW/GPFZwQ ,?MrVLPJFJY$W}K6#&imvL!5 ':J6|`bxܭCFﶜRPmHnbΉ]=@ Z.e\Vj*T!I/CwY)p4qF tGu -(SW)T-D}='hIIyr# u^f߹.]1t1UVw Գ~ hDԴ]{_5G̎ϯ#roMn~(T[KC"> QT2—=ɯ fƫE p#x=#'3L3H%_ ec.P{ƨUt'^C$?JC M0c0mcnpI?ȃ8pb^jwv080OKPfw4*P?nG@u\O=ԿѰQ"P('`khi{B><ݝ<0E hu׌zE(4cۦ'U2lW v3TXY& fKuJF ^fs`>$Zxhjcާ1"yӫYx` 7 rqq9ŭR.֌T)!i"o-59*M&[hvE0q̵+^\Nq3mZ;a` Fe )-Z~'ex3&V`&"s%Lߍƫ١)^S Qs[ziZo[*_*.`=5n3bL)ҌcԠ&2ЎǨ:̭M<ÊAGHһQN%n,qFρc,Zv NYkdKkZLJ"""`m]q,G`pK;nܦYXN3\,LZzʷ *A>d ng^&ڈ#Y@{z7+&e]}PBa|ٺR0`ӝ_ʉ2P%fb8\ ?HF65y]5~^ni6k@`V[3@zo8Mrd}#ꔆZ̊C6~\\ցݫ 6;\ e7!>9x(;Y -+S}kҴJi"5E"|Ql;dAȆ%\q ]KUfxEG[FS$tYAJ*a#"I͚B}D.g/Ϡ4H SRߴ@>-1IC|r_x:@{P/|hn^䞼ƅ~VrGT'ϥc[J?Lii:) #iEVBA$ !6i'0\Lmxy'@lJU VUH xBMr?F,MlD~]jYtz躀>hzY沥I5x9v~`"l0W&]xSUݶ+q#ݾ-0q Fm!^ˆ H#p8'97Po2nApQ]PMDi{lܺmV$EQ]0QgǶHypGeKOz@vXMӡ7BԳң!dw (9/qe̬ p<5QoI,G&")Զ0RL%l(tp04ph X)U8B3@H4'6) $a(.mxFtp10.9jR]/NdtA/SVZ!.Ggy 1D? ح5lKˮYOFY[fH~ݏv{nERUSD`uoH9NİGS eǨּU/FYHV0v'(z͓ a≱1Aw).Wpv[#a"!*SbRu٦b&WRrVN8F[hǛZ~] pS͡XQ ]85Wt]m~0qe * ^Q3O4 FG觑| GL6ake\4՛W/kGQĂP) rVDK͚[Ĭ}%=S]E8 ;h QQYrX)VypRnJ߷Sx.Y#Mb^i[#~pyl̡4RGh2W`6ol#(㐼 RoyׁOp*}XmZHἰ4k$؋u;zdTôr ٩ڸTwG=ɫ$̡Wk'4Y0U=4orDzW m"2h}`Qe)S95(߽^Ą!62(^Ojs}_D~lswK5 2dzohw3ak`OdkNHK/DT•Wu)/VMWdUWI1QeB=9x.O;!Kՠ4m\$DzT;/~z&w;b0Z[*~>$^Cy a=$ t`uhaQ18Rk&m!Fҥ/mi 'ptuet6fF3tvQz`/g)X߳z(Ԛv^Yتkӟg o>ֻ_7QyS7@ͱ=\ Uѓk⯚?Ũ.xtd*jj*_ǺԏV<iS Zu&An,AOo $Kc|E+vmhbEC}J+(cbQ&[l'KM9)7ͮ/+S/ĴtWrfwŤ MLGm D <:T$Ql1 f5%"XCOQ"vaN cKdUڮGpoM\Mɡ0W˲4Cm7< Zq!z2}{gUqR=aH`4Ni {&[捄LcWJS %` {]gQM7"8|ƋXyIv[O=Ad%B.G d2NPzCX xw(qgXq惃4Rk~WmI8-qrt6TrschS1HH4皗mZF!(u!c۸@R iAKߧ<. `9.nMY~RjGyFfQPQ$PI/_.Gu*FrnZ$/CNonW[GO芑uW9z-݆iXn1 [yM<`HF$sJ95‚"pH|ځ5ҩm ܣ PGb<y>lTWDzGrg2S?JӞa5yd%)otNf|iFE˥{%plb{$^m¯{fˏg@‹GOShщ qV%w[ho\>@k 9::YũKy Ȣ#(w!q2w0oTi76af,HGRt ,#+PDM`A ,T1\'1nNH79'."@jT ZWUB0ZwOiXl^ǸHx۰lXJ˲/(^u{=GMR 6`a|ҵ\Nk ; g쟇L2G?iJLM?D>M[w[L]4^[8yDF/9KaB: T{18+AG~ə%sg.xᷕcgΊe5ְFc2{$XF=i&2[ż<@\*"@TCk6g*xr0q@%޽0 ݒ"ap 1 f /evuth"0^{hqp/iJBh1G>槶 3?kjqx]x+E?:xil(IR̓L>`M'\3s ߂a4l}_P83?X AӽVjPr${D2vfJy&'DSTl?',sڛ?b3=xuC|K;W5hb}PgM{$@LyʮӘ$,q*iB#ͦa3/sfV/n[ǖQ%G!W9?/ Nh ^**ڤ@+Pf6&gj䖙X84?NC"-_bV4p[6! *4+6Wag_rq\q-;m6X %0`+^ QO-1i?333lKŊ\nMӼh0*2aXz~J:sh{lJįklģJ]$\$^#9?ԁNzXPQ>v9:l MVMԄZtm+ Ֆ?2(2#]/>/|W:\ޑ6%A ?m ? ,~w 8FaEuͺ:/zZ ꣀ ȩ:E|!d2Ab@*U^f@11FˉX5 >7Z[fQ')?\\9אaz!c{Kq(g!TZwCdj8<ʠZ? ˼յ.yp h++\3 3ՊL oQ= _vYhHE,uy "*%b{omQԿ2HIʯbJ@`:J6#xaۧ#(̮b]1%?Ӳ6= :r;ḟ~6M }4XF8 $LJ\ *[37LVObmL0mƕEUdaY7$lIy̠S̶hz;O0Gf!$y=Y m:5l@e7ʮXL:*+8[?U޲V]KT|lA]VEIXpt!fD+C^XcßJ7m֊0XpɶLĒEBo^M +rx_.ۚ@kۀ8OdCރy Phٗ@ l` U-1mWyZ{8c ?HsHn ߳; Ͽ]>kЇqcPEvB lpD'tԪ< L&,.=%n4pgSV)'U7o׵0MOop$OohY>_`HH+v bGTHU-.^SĨݏT[e!QTW!N.DA+54 ͦi( y3JTUKԈ !CX~ D0CR>Zfo8w\P*'.#'K5Uk#wp}6{7Y"#au ~)Rj'psDA+hZ0n9eU4<w]E>ㆱIz.q%϶8Q@ꊆ$uSDfprA %J"Q0/Yjx-% Ѡ(/weuf=&'[{[ߐuEPPo1>nqVOeY)2A@JWV1/|!-t`ъs}[@'y%lJB(q ryٛ4Ksw KUq[Rs_yG4, -%MR#[Oo6j4bI}NQc^v  Y' _޷ee荱7_ ;z PEzGuMhfۅE u $y+^ymH)*9mzxf ﺧ4#CZ$Z!-wǒ :Ih. J19"S>Cy=|JD"acd+;BnB#lx ~)7àu$PT^jeEQj vgQqKgY/ .c0^={MHFVWFuX{tC_T 2&W?'1t1X{,&&f /- |~4an{ne̎4ͷ,Y<)'9$b)@{NV!3n?=s]XA8^GGT Dmd}8XB y+? tՁ VJbߩI6JVjd`eEe\$!_?`&^`22{O/?ԁ1 ,k:⫝o4'QGaP,հb70p}2>/iFEw+N1w;i6vGfΔauM9ǁ5Ug4:)g($*3pۯ,lltJ[U" J屧 B/jz3Xx1PJ_NqREa_hG9,,S YtRA,V Jfgd`Mw$YOTLE~њT'E-@l mVVV9;C;y/hF5e!O]b a~׍B : ~lȔx->3 Yo[-䠞٭uzƔWKL\Jr׃P-mYA (gujes`bh*0J$Lr[Bx)`V4oqUqR#7?Zy,{gWoK* zUXܮf)޾ƁAz!o̒:^JXigO2!-Mv~`.OuwmMT-;ŕe9, ʌ=tv3 6U](>H aQ% Bt*x%O3o֨ ~RT'@FFII-ܸ_q;f!B;;=|5},G`N{Ya΂u8S?] d۷WȽ^P{եOP}`Z FT̃hb/!2a~/  2q6Srm;^G}H R:\'8}Y6 oZ{}+^ty*&Mc86l,2DEҕ+noIjPy 2[}RF\Xnp fmVw ɂ"tVr6X FUR89G]mlULC.J nnc LT<]3rQ-1 Ud6 ("jsx];bEMZNYV/wGL$ݻ~wrT)+27A: b@b 9}`o# &-1M@@gr2Dᙈ=Q\yTMFQ9aViA/#ˉjw?I=oxLIf @cGPR~$8Լ:06~N}.1\Nn,wace kQԄAyLQRG4gE ϩ,7㷢 K^HdgVMQxy^rM?+G#ƐgF!$Pv +OB}3i,o><Ta颢eeld yF(q'҃B&yJ h<8҉SP>9LQR/L%]Dv"AT  ̴Qd(R|pUnPHoڦ.aH 4[E ZMItU AGͮʢj3Jþn;n$`zSLRxiлCL٘<#~Ė&v{O*_G|M6\^'(%yknu_w\F[Y yGf߇&ۡP0n,rc펙3 hDo&5ET;k= #QlI KgMJnj$DZ_Io)LjQ(MuLEE *&ޞyIGW0w"AMfX[;X5Q'3팵T uTXN6[IqP<>8D܍{=بZْ4([`,gT[ U" qKJp2iyeg1^ńχ,h늒Ϗ@}%KfF)886D.#xq7 ?j"]TxܦGH< ʍ,q>5`_쯒= ;u+UpO+3gӽ.DB<_}ɠ]I NFZBh9Υe>1{_-"D>TJlqT#>0/ڨh$Wf%Ky[fl\W8 <]1M'/[~ce2{j<\]r{&HWDMrD Vax3GE<.pbS Eb>c0J,vm%mg;bLƛI)nnd!z{&̈́?FmJ);y~y>-m\w\\\}KDCm5!)ΉT_6/ȥ(΍j  ba}VW/8q/5,PrBUJ9<"U_KywfD767ѽx 8OY-"9.|as"׷bE%%Xg_x>I="ZJ$EpmN{xi`lO 2Ѧؓ &F1ݩ 0?0?G2°ZvB /k[ܨ9-76{em( &)$%|zf;ASyaD-})8) 9i5=f~\KB() 2,7{|domFᘞ8HXf yO;ǘC4ύqPZ71_E&]*7Uiǂ!ܸA'/k/xC跕ٛP{\b>4O/!} œL;]&~d@jA [z !0&uxl/a{4.K+G/p h,56 ZITEm7Pn Q:TH0xpbkϫd]?-6ξX :)60$]_OYoJgVLwO~I\+%Mًf\j?21.X&Є+f:lE5=濂Z?3Ҡo_ ,ugr5H#^ãst|O i\mWiq[IzZr J͌i3-.ir.>!.YYp !)Dvt^k#{{w"tdZ`0zD[w;Yp\SVbFWw,ެZ6L5XJģxvv)h#mvr.&秋+΀LT;㬯[uU_ZNF^1dSID)Fƞ^l"|٣)+YGrm_.Pi]جbU%Ɯӊ}Z`)6iʉ?t00kjN*6%{2AK|./3 Gggs+hL9Mu:P$ xfCޘ8vm*R ӗ$&wX(kPV kR$lGKjL޾cY.RRPr A)$3,}Rp@/@ZکQS>Yw:h^GyHPKMox^9bQw~绤sl:ygۓ{zS4ō^V_NEތ\J _O om:8E,LIY2xͲF-6fHc-4G)mǪ|"Nn&S }DiIMimr7v+Ygy`tz+YQzKIMW~ًd!ohVf&irC$~e+QCSLϳe99|gC,ӿjL$>akQ` 4[mJ sy܃B\@tӳ>I)rb8d p&͞ONP(n'5e~,:'Y)~/¬Nâz99Nx*4m,w_ %hiqx-R9e SyuػtnMVzyQwlM }$쳶@wPH K|jfvlR{Y#VE:/ ߫}6?Z*qxv"42ǠE<++XA ph$y p`gl;J϶z֨H7B`o^V$ZŖ)6#( M v uvAo56v(DTNAx9U\TL 9 V it ߯rC|'6?K,(QkYƅhRyZsm>s֗}+  J@%LΏGV]u_6 9t:;Wg-_h< ulVH4@@.'͛PJ`+{~,Ф_PG1^ l05b\i;zNKAy o)1Wf,6ެLã2 ܪwUA!8B}S%pH_+1]$!X=u**pv2o b@آ ,PR ӷ wYOȅx$ w]} ܤڑ:׽ahOC 0 Y_z>k#; I Ӟ'LY1I^70V}|<"73r7*;x;S}3[d-ܵ|bn~88kZX7}T01otUΊB - m\oi +]]!9k*%> n9:e:LdZFXbqdCTplyOO%UH{fI4U2>[_%ES+"fm8, 7?x0M6UUYqNA+vUiKЖ26:W'Kf]r2Q ITM#B ,@ w{[ Ťĩ`\UL* [ *~Ƣ3V`ksFݲ=B~,Ÿ鵒[x\+3Iq9]䵘5j_NX 93PSMLv/TŖHI>o+ώ-'sݒ7ug 4IM QB/!Í1A MN Ff_ W'_ғlWf8$UG9oSNq2.i}Ϋ{U;!s 4{l|RsFFxtUf+( 1J44P(=J3@%:6^w8f`S49 ⰘkH9n)-R5 ^uLo]/7]/KQ=0cJLBd4's0wut!uV3v8(zPr.?. FP(?n^}p0o |ctU$v?|IjfY !_V~}u鐨tĮN 7;vԘ x-:]ة*h/r`%[pU[×kf@Ҕ*JPS@V8_Za|<B$(^/=[y_XbIhhX6 ,=P L$ʂ,.RQR;:^%5mĬiRkO1uQ(2VƩIx>XGU+!:@4^?pޢH 6x{Z-(BbsyKBg%bp+NS~81ey$nvd[I׸N3Q#.[Yo=k6xgOnVKrKH~ TKBv-ay[m12 Q'E)TF(̋%WsKtBy%p{}nn2l%vS,l*ۡ' /gTV!%σu G67ŦPPho=~"ٔ}`lpJ#dɊȆNl|w ^HSx",JX^"qjTϾ+Xޒ49yZˎN5Ұ́fmRu_qf޸y0g5pEҹՍǖ.]+nzGޖ?-.9nD]AO+6nG1(_M (mݹE|pU6uNŏ`p7(S90>=GY2'Ԗ(#co$h( MeAA_v @rYޣ6Fʓ:B9arʹ9rޱW yJO kCI#*^hD+ŷkfEiGQQh*Y9&"\FSk ܚ7ˮVAKu]H9C: ]EL|)1<uIUљr)ל7qfO $s^hA.U/lѾ2y׷ HEs0{xf Ay(Iԍ$N7S5qXO =Ҽ2x=A [{A"hP^Mfx$'x?h L, C'gJ^)f /*,:6rPM YB.`l: rmDb# ^_g:!Ugsӗ!b@3ss@MiY?:2Ƣ)\`a*a9w[./0i |I-Y-ԙǕ ̏E>t20' "D 3@HKeO_ 你 ?2l1f ^"zkgc.8&KPO$34L\k V VQeF!:UXUOe{7^ $"m Ntw]Y{لɕ >`i7kػtrHr16<w\Džރ!eSHcoBeQ6Ya}52۔͞Sexs 9Kg*iI;<1SzVW^1+?A ^<'&_+vF׃B+gAc$*yTlIW#yPvoy$6V&,ѐ'yzuY)O]_D^D Y*Ԓg7w\B)x\Ô0k⾠&/a녘#YO_yȃ/fw-TsPn&*dj2z%vJ'VK$a6m~dCt]LZ3bϮ˷.%8̢s+pGԂ.6 ]]MTBNlgLkɐ+?spVn^۞Nv;aaψ`5wKjnn*蛤{Njl*i?--jteT~F /P{oS(͹6 a\!]Cʪ *dSrn/-1Y%%1Ƒ+<bm/ y"(\Z@ Qmb΀xWQA4%}/K6rЀ4TT[_l%[,MvɐrPfX sc^;e{J|V*Pg<MC5! o\&9Ƨ }kL=.ѓ[jsg`>Jt9~3: J.%R،6T,YWxErwlP{p٬x>Գ!c`(f a-+%̧L/uZ q*hsUɌJk)d A?RF7׀|_e'a` X{|sU4IC׊_v*GWV]3G8۠N6A<@]&IWM<&&K%ӕh!|B 80uB;rug2Ңߜ|g(v;Vd^|NerIS/"鏆cM UzQsL쩆'1I|׎Ab},۵LA˙;L#m_̤9nQ<(06js/?gbӫJ̲06>x)"),IG z6S;(_r.kiۄ%-trʫA_!_XKaag)ߑO(-+u=N y4, Wv%%c W(>Yl_r:Aei؛Y#MDם`+%l:/tNеÓ5:O)`D*ܵ(,wL'[tmОȅ_ 5"raARJLg@-#p+,2K&ɇsPT8g bÆ^ FBd|B:jLSve#۩1f&F Buo{ihG6dh|PѵS.W=٦ιw=\夜u%@VlB%!>n*ndjPZDq~SU-۟ ͅ:= g vېQ#:/cgׂ^>]ΠsE뮔Jcd*vĤh \%(]@2(HԠRK-Elb>1Fh(g3z3ԎG|a)Dy-j)!wUpįghyGߚ.BPqn*yGxx\KűȅT @}R`Rد&Aaqa9*Rofq9\!(1uc na 4XXd(# 4.3Gy6OJBE+JvUx`?lro%x9{)eE`bK9wx¢vc2P"ǝٴr4cո4WВ$= ?je8X1i|,+ugE*NˡGKSG2g|>W5gr ܃ B#t Ǟ<$o Z ꕊH߿/(8`xR;90MՌ+/t%2 5SF]k}70Dƨm6|dU` u|l&R(M[55rW`zWB2^%ƺV`©D7-F9 P: 脖e^TfRzigr+=q287Xg/ 'h \1ְ_V' "7  G|^"crFݩRM3&k!ϱ V⃉KBNw~hY5*>O_ē\ϰG=mNBSۗu~Ll!Bj!ŲEJ5 O}2S \=ݷ"yi:vƵAoJNt7OL37GuRT:@":*zti_=J1|]Y\C=GH ]{cGP]j4&$#.,aW%7 n-ǿ!T D5 y7mc2}##ĕOIbȊh`$L5瞠_ RP&_rث炱.t\Ŵw=Rؚv4Sa#Er!p|q4m̆QWhl3<^Xq39mpJu^؞q%Xg2(ȁ@m~.֊HɐN$OH٣d`e>rT+3mck}\4AWTM׫}]X"d)rRv$9"btU6@z0Je}+!#vwKMR 2)f@˲㱓t9Jkh9mULcKxe>v^6l"A\J82joA}M^gӑ>"m9B]sfNtFSRD}3"RK@ Zj3n.Z?}㋿bsG^Z1xp`KIkN]]阂 %`2W%ΥP@ k/ 1iGOkƕ wue B `a<-,LƵ CZ0Dze-4Y*Y؃?5?]<^%?ȭ->]:`⦮ 0^J[=ޖvk(%L]pF{|J%k2GNJ2W.Qonz2_L0V8]yإٔGv) \0-_F0,="X\+3S+cFo9 $~`qc_MABNUѽgܩOoQ@ ZLbSLK+z6If3! w;~ "v@f*̒kbnV=Lv5ʆFgzѐ]7aidvKUrz1}X$)Y´|Q܅8z7rQ2{(|Jsx^ XzQevE~9bX|G?f-MI /9K%0*ohŐ*UݳNEopȹ &~U+5e8"+zw p'et/y! d.2]FzD@!r[ 㞎<J &uKSKĄZx`, DJ b$M!A_rIa1>Kj0gjMK|떀W9Lp;Oiﳝi*;'EtZY9 YuQ&*go/"Toޛ3` P!K$0&#倮Ihvh;x'D]<a:5V9SX HT?ˆa3<Ա$6'YBc+?'Uɳ2q+iĪKgN@,U:>/戏ƣ"mY)4z[Q bۇI b~x95h:])ltz‰;6~<-wũYGĝ{ugc$eeU;* ˆs@SzN 1ŻzlZ&YyXWEJiEz@~!,))=ݻ/=o:qzHMnw߲O8հ/Ao<цuT61:ْjçr@p-n##i/N9 {?6ς9N2y n ( IXi3ݸNJ8]#u{ OljT V}Ș+$Kdn취݊]~aWXR pȅTiӟHRsXg{fXS1UJ.[ul Kz)kprjcQgˁ3E U-~+G䰭tDy3>5kCK A2R:nϯ?:)]qv3L?1فWO}ߗHrbe$#2=V@nUb\9^fV|ouǰ(*Mx,ċAw%};]Q·_2-vb\ϷL~&yUB Pʄ젔Qmlbȩ--DJvW4(7SdE(?1nԿn~HxcVGz]̲g>@7G@9S2'y3R_隶HƄV'{7P֎hWP(ZmШ؟jh$O!!++CnlʨhCq/PyHwџQsh/kJycOΫ/x )d~xvpLZ[G%6{ wx,qV 6\JnJbF6 *tfeoQEfuoX 6'9'fn _IKRDnr x?Y|!>,5>@I^aF!灅QWġ!/L-6DQDC!* q߷..)$I&8t] %~{RR(^SZlČСgTrweqh.KUq(:;1 )bE/.RG@C% Umއ$;#B񁲿Y(Gd8L8edš8%T!U`%~-|N`ԳwpPgd$Ǘ IvJ.\0_T+[p"1GIMځ-9U@$dԗ+ 9)EKIbw2(c(3}ԛee/!eSɞgncMMDɡ>@_ݎ r,~XFma#Ww߷XtCM 7"m!Z6UM.¾]UK,OPMql+ fT忴=%i]XE, w&;߯QՐ–iG.m(&H_-OP_]Sd`8;ix~*:4{B%yV|ْBV͉pV4kX-jP3}8^H\sԄ?kv.F C&&J(BtdSDAm k1zl+ 'BW jfJ1cHY~U399q,"ʳ^hO/W!>n?x:Kc8 HHQ@"MXe+H 1c՟MRw5`}4<S[%{L"i?~n-Khgn/U~oKwS"rP(lassX5t.4S*1v"GȺAn HtIHkC /`{/iH)H&u^cˠZ c"P-&vt[<^&^[t^O,2Fc6jWWF݋t0]ѡFMw É |9d? R0r]G}֓@ L?ք* }zjVŽk_!7@77K3+N@z _@ .;F1 }$f`'QՈf؉b$UI1 aͥ;\g|)j6sgLa/S2[#i("i 7/(vOP,E(6ďDSۻi5 >LtҧNKfD?Y:$~ϒ[\}^XK3tsd_LSp;<`ƽԞ[_OmC4܆%iدjx1} C=+QM (⮬)8=+D *&n2@+NkXLmͪNwBlFu+ u˖l%PXoCskEUKY6A;44&b{Z\׫(gU/[D",yjT?:?8}}_9[/с4lv&8B0*j9 r"P9M%>ͻD \< #-b^3.]4ޯwjxGhbǞ~8Tû_@hע7#f^' ߨ%OH/}`P`r7d'#Y9K"䛙&M.*Es{[b^3HZZk 6Y=4׿$(=S_.FoZi0-jN TtQs 8 s,po#b՞E瑀}iʆ>0=PXE1a_)Nm-⟟2x)PV[7~Sż$,c,&t"cQx{o,_|Kb?C< Cn<0^Gٜ%xtM4I!ﱩoIŢիOr!偀 ЯSvSW܁L.S6d^$o:;VZ{4#ٵp߃\j_!# rw_1q{gKS_|l'mod]{;Bntab**(|j\s\NΓD2wIwYu t&j%aK/TeZ[zX{94Zoji0,ՠ rMt8;bπb?}~̳(+-騑X>@C&W'N0n=X!}9##!o;*CJΕA^ (ꚸ3 ?/L,4P{_3Ԟa:.w\ n̉ \$C.ΚyI~;CgNIe*;rϊ ,Df2/Z"BQkD<P6C@ux%2eD_u{)߫El߬ $ۍEE<%|CgV-`NW jg!m)-0Btx gN͂2Gсh)L6ϣE,婡+G#ʠKglyKR_I0L4{9knτLq4Sg[ut^&LM2`lC]ETI'B5R'tD2K8wZ_m= u 9*CL Jn› ᅦsJ]30ڇ} 5.& UӚ"&T"^C~##* 4`CғW@})KU}Lq^r`i?HDr!ob 6WzT@3^ǰzͯ{L6ۣ y7(+f:df\*X9WNH۪'1GQod^#+ԇU$wf=9d곌8كnIIq4?]I,[2+$~-Ox6-Rf's#Z#_]0ĿդM ®$@<%V2_ҠIp8sj'{KD>_ HqS}n a`090QXJ\\ͯ?3lׯǘg]39V钇\l.zq?䷼tgJY?WDG(vσYq}K *7F r1{!K_'ex>X=˳Lλq7$ِpy0M}y&$hmܚb >4V48Ks~8v6Elh% \<₠`b}5?=@0c%;̖œBI":35ݼBF<\w#֪x+\ŗ7' QtH+n*Fb|z{"K._o}' vܐ7ӄ~ڮm NgMRoyVj~ws1qJh߫ū=Eze '-saqÐI7$Z!=jɸ kש94 Mvq%UBjF{ p56Cf\aH@dS6W!R>!%$C'&½)1G64X渖k=?zaa$ҽ:._;{3~]x &ɃRpZb\ Q5}\ƽ:uE{$4x^ݻ>Tg%)m9^/& Hԋ #_ tr::ԡhc3saL\s|߂]&6D)UͰ3 a8r&\JHz|k(iKLI= h8LׯkBиp+ R\gy!-Ɣ0!Qz.RU>M%veħhUKh ]lm7fi6&+,*y^e!>3`BB <b&G=|Bj8:w1N ڡ8)T5d`kvop-$LC /bG^2f| 28謐t[dBOW(X0Pg%5o.H-(XN.U'F`Oje 0/"8MItb|* .*pxVs^m}D5K 5yP1ʀ/+(N&@xiS"1[9[]ȄNNi%i  a:G.#$X8N7RM,.{HT%ɭK{L^2Y4MrBe/tٹϛ a=ÑD[l0ˌC,YJ\Pdst{;9}kL|N=P2fbYou> آГ2,Ą#=dRڬ#ĚO0FU,SqV#rs;2e: L%=S}X/~ql{JGMC!Dܟ(~ޛIgb7w|*^ UCs5 xa,5FXi|3_{ĹhyHz+͚ (\(C]-luTe"0"15AjS ?0EoQ+PQ3`A{sNþ)V\( 8f9ʴݝTVaBz?Ce`t6,\s.T諀@q8hZw;a}:ٯ!*gx z)h,D.;gp~~aTs`ê ߓ<,zw$ g#sm>+"a厾q88|Az0QwOCBM"'^B*= K2[B_H\ 4;\N49Qekwr=oRiϻ'1]{PtkR-GN!E* YO~UMD=o)}A%eހ)%ϜMKMK :hPpAӁw] g5a&ZIh/!O, #8z-er@dXhw}s+$95Mci| Gtt0xXO$~R2|mScPvTGʜP]R.gDrGel]F ;N˂],;3;Io|޴\D.fo\OcodcάkcxtQOh6i i['cN ՉOd+[@tZU~=Ȑ^T?v^ta]njזN$h 役q$n L3Hd`Y9e}n/] ;ZIοѐӇAw& q,Xu\H\A$x rx%,.K psN{A,[Ip.K/&V@q|?GXs'N\]'Bhfӣ[tV#mnDc }]3HFor׳ **_D`ŕѬX U_#ɀPtx9]Ov,md8/G#y#"gH¹^'-<&HD-9AIj$^%~]9ް5#9ر#D2>G1ȷ/PFvE;Cxɘ˃u`jT9"W᥇7)G* QX5.Y\ԃhOA_GJOj*LrҔXמ[ZQ"*ڱv[xpB?5ٹ:;OدΌt[PTg;ŷKmzF8a 'h?'-TT-uk"9"n) ) ˖5Nj)! `߈('@3 2wCOEg8>:nq8o,83 >hmA~ւL &bh2+}Ln Tz.HreZo+̓Nf=jqfcRm*&+H0~3n/\?)a2F2\YVuzе5z}㍤wߵ?5e =zE:q"Ƞ5ܯ{Yn2BԀ е6Vci]wflp4į[G$+ e Pqִ*qQ\rziry4BkNl$9Dj^gq[jvHd'MeG^$pJ.Iu&14hMʳF$B#k"&? jʯ ykR3MO[B3H|[ᗵtV?A/Ffz^=li4<' r]ӿRaPSG65 tI~ul-]cdO> >5We} ڕOz1&L9 ;sm,'}sDEa'(K(9_̵zmjx `m7ܒ.%L{0*&L0*@ C/2! ] 6pMvts@R[ӥPY|cv7%9p_kP@x^vMw# EaQos.ӣbLe)KLoKoFЄ풅Ini`uRm$>H/̯Z?5CE cζrW{0RNl&d>W̊{_W|H/>uj4O,:rl2ω $Sy3ΧcLõ-Of=V> n͠N^!nVNe43 ˒M MWm0"0ix@yoIiQmŹ0: H;lG1ݩ,EI!I-: D"Vg`L 9+W9(ѣPiMcY}I`vL1F^Й2p@ a[CI}X C?WG\7:ҥ+!tKŴC&RZ@nR1͇V9x1ӱq%A_xcPϩUۢ #/hR`1'зD>Q@8DZZ2&ub^&s| ~{Չ"fPM %JTVqd&TogհS`)>B {E<[χ$RC˕^)ǧqn QztdXA|Σ( l\i<+f+lͣoF-wϝY&ka`ה2|g۲g @޲&C|wfjAvveA熉,%hgt$EA5Y<8}ܪ0RSi7k9-XF:'ӳ&tr!xքz8GXe,buʩ.I u .=N`ikERƾh[衵uʭxpx̲X*0v5MKl ad:QqMS{L/8FY*m< E0JKgOkxКe@THݴX~o}wkĕ pHh7Zo67vvNCqQ 2B#haΔH0bf`&xRb9%ؖwn6,|'dyآsbO-wHUdij*GCX-B&miq.Ydt/L0wzה`s(}[}g ̏ ?̔%Y!5UIWޖK<70@wLg2o[<ӣiRl1GpxH9 ܵ UtTqw}tt M4~iMY H n%G}?1DcHhm=1լ%&)JOz/D P2!'f{ksFiPIZ }IOyu~pkzD`9Z .C?MNEkgDCܽ_ ӳt!b b%gR^RhKʽX}|)+5*VȒۛ4on(_0`i}Z0nK<֐ij9_>ճ2h Ml.*q2AoJuVq.1„sVv~ĹTWў*0Ɵwyy@jdIgWsQ}/Q.HKө#7?7OocfLH :Y. 1_wQ>D/8ւT:ԅl5Xt vhGgNp%jxJ(<>YcܣZA5gFu\.$|f14F!5'&`%hLaY%YE-!Af2zxXf-#&_b^@͛ dʲ ɸ=(i :p[N&1  [4QOOjmQJ۔r^^q{P\3?SR]3t#8ˬDgī~Cu˴1%F*B3 8@=HuZ'0ZDYH@,¨UqZ-Qs*d GΟ VݶUN7,Ғo ,+UUGJ^xL7SZ 8,LfuKvxjFyּ_Jԇ9nL5MŘ񇔣TQbExG;N,h)O @S[:9\x*>r!OgAh`G33A91^Y2lD7tI3ܰr6$U].=V]1C*0)k5^U&\ F9M#-0shWڧ2(EBB8'nS!$vK BR@E;PXB0oObd.DmBN_L҉">Tw~hoݗyGU7XY<*y8Iwfj*`ͧ1:EqqK8T^EWj1yɏE0: (#z#b Ϗ̕3d%u.p0K됶]ߋ!$|P Ot-NO0?^*;!李D{P,&㦷஗wǥS=V9Ow=tyS#L?{p+ Itg}Q׶z0ΚsC>6߹|]zlu$9$؂dn10p"-J[7*#ܮ} 1hbD9& ;yQU7x7jgGyjAiÄJzoeB kMt*p,N` ~yl<6z/6`Kd9l<۞󜠔vEXYַ`Nᑃ}XD. P"dC3C$R_we4j83rPzpc/Ncjc˩]-1=u⼙<Xw==GÃ/l̙9I.y,bd[A~HKY%0KBe[VwnڅH#qѴEQ7\C<~TTR]AN*W5ߟ扦@CV; Fe^+> +1a}TT٩ tdam/fIG?Prӊݱ,V=9VfuAds}Rd:xf6$*:sYL]K2%[d 8%W =L[vzmG3N?8ADX}gzi Yac!3l*˨?6Q|pʜ!m.6$~]Js-Ě o>3s]d0tm0+{3\%c#Gea+ln]R [ bD0}T$ ѩ̭ t  Bz'z3NKAI_ƨh&3 4EfQ|wIj#Ҳ##/ JKR/~i\:'hd!/T$J> g2PgS{' gsG . QmmQCMժij*2NS9[&N/'p+An"_g4R`!"yw0!Bf_h7ԓêb%=K,TeTv}'t;Z4H_g9 ;ex -,Lxf<ոMJ#㜎ac(7H8:#tzl֓]| l7_ 9RsKژE{Ьb+63OL Z{-QB( \cVE ;#EJmt߄>@ɘ =aNYYVo![[Ne"HY'~ћ3unRfb] $.[h /~K398njzj pݯS:5~8þoYS޳0GL6I4r}&+cmMvUQ;ZFTaGfO ʂ"r1UtER'O1MXj\tʳU}X64A4Ϟ@ސ:Kjp?! - tjQǗ* BnJrwUl2wU+D\:pvg3ZgWd8䲗浭E!%Djx6lkjq%d TI !7^)\* λ.lyN ܤ.t{J~+wWQe'r>{o2Idp 8` 'ݢxFtv`*m"jNC%(L.$AoIdRj/ z0S78&Pe[m߯pGZ nC$Q'1FXE",l?aT5UjIW1†\3[JE^BE4&Yh%@{T `L(p:Ճ(U5a:l \a+ uHs$ls`r8ۮr>!wgcC]g$Xexʵ[;*|/ 7>}8Xdh˄+|wq.Wtz4?C] 5*v<КʤK_}1K3?l*1˪_@\-\5o938{ޕ%V#UAti!67`y@CH F,iB1]gk[gs*Ѕj2; MUe }SFRQn8%zFQ3Թ㮍c ߧ &e4a!Hq_D( AZ;Zq٫!,<[gmwF\z/0mq4y=PWHJ} 4.F ߅ObcsT)j龮6k`<9!f \Wm+4w{ذ:yuBκg`oYAn Q)K-U_#n~٫)neJ Imp_ WIWUm7m;T%[;ᬟ4XP#m;jb9s. =#0 >xh[ʔz-d\Hp)*1tJ2/|=G/(۾cRyڍwfW$~<=q^Dsa[c?v7-j$]Z0wk #XF@ G> tn+pd. ;vQx-r4;~y{Sg1E5E,=LQ}@ɹܟcQ-,iG&i)9Dz v-lک_´Y?66h[Ivcb@ׄPK6>Y NCXMYo2^oZ۲HǾ1Ul)ԥyD~abgךGSѼ1!g܎xWrƻoF0 !5>j+C=* *l+;K"b`E-[9:s?a">գ͕mTjj^]XuwK12G90E2ߕ $lAJ8lb;H‹zl*RN4/+#zai]8FvWoeOGE0*Uߎ ނy}=P""oEO(~ބ[ȅC0aTs Zұ*Drii5 NdOjxJ>c&aybKCL= :-!=׹5 O%g=8fqwWjA no!g``]i_cslk5CKDs(6@+`Hk&1Rd/hWth!NLCa7e)z&Ev<ϊtnE}̼N)cnTv#@262@bpPBXu!#R[["KZZ[: K QP8-$k&I{|cݑ.5θou2e9Ätjw_jKU(9̸[[0r6wGUϸ<͑ l/U1Oӆ%Ab _Fb1 OzCr3ym}H[&~U^WԒvXXqO#nA{шp\sW:i0Ad40'B+3hףI24`_dNi wOkjII&Np{L4oa({o=gQ[/]O8Cv|]$@brfԲh~yT!ǝ?FĮt|ؕ & ,(JUj Ƅ뺐!5\)K\|' tc WHax}! p ˴Q?b7h] P dN7ƥ43gA*"+d(112cxVOC(G4F'su{ ѯՏ%iRZ<'%tO3\`Zm7􊽯eS=5U@߸C#2Hcy fSR]aPHs3$ͩÖ~`\]:(>ֵ0>V~5f"νڜv<؛W{0d,t;jXerYY`PM ~J\Bs WjRT{pӞ:ӿ){i[&8y'jM"Gu?ͩ#l*|YNnѡwf\Xun}:Rh!GY侽UPϛEA+0 $ЕϮڔ8{GA{ג،MLp iol, d-~. e HBGJRq?L\LlIQ958[;5ZL#bٽgIV0H6Ax *>АԺ`aUq,Q"P*k1V!lR<2|Qa}ZJ;f#_Q9^|N &MJI%CBU"F LUui2,G,%j< %CۡZ 0BBGP';Fa,.ǼߘZB{"og14C3#bHޘmJCsB@@b3+ތF*Nm`bxm{Se-6oY+3ib@[I8 Փm@:ii.l^;1'?U8Cc!;cP'ykU^ "fSp2aOCn3WI3kN_[Ѭuuy~xJ ;=Gݣl7ʈm ^-iⓤJˏ'sii0=-L0"U;B[BjDnD|3~I?q*CI spKC;$oqjd]ɕ&|Ck|wζۯ35ezwsNv/ɡbyLYۡ]04hl0`Fx $qN./m)m@V*M_"i ">u#iՏ;5Bc⣖i\->]E(KW-${]#n'F$Tk(F_e* aQdd*e̯E?n\Җ/80x$8|'AIfK[|@c> snUi{Tvw`_nz,  ohUY6:AL^.>RmE2wjXH`g[b11"oH2Av3tK@{c0)M)kWGn~Wk혳PBSgóK/C6kw6)0@Yu\0c4t}@+r[ATį%ЄyYp2#֩ _%#q K8%oC0+Vn P93iY[ז~咤4f) gi,l1mky !QT6O[ !H¥ (70= jE8EYsJ0Ng;swJolU? UrrK-ᯈYv:thSdA-:9kGsf:|6rA?uji_-Ũ&I c,,c y=5L;Ӟtq& RV`-S315!PbMȊH9\ Nl/}$VB0UdQ3CgP>aӺa\90׹="C?MS5ʯ'l95%ope^ z7{f; \2SsZ,"v-pc5)А$ּ:ý7KN& oKֹ5 x]ͬo~kB7MzIbW;PpZ5*^u|kB`0`zw Dͽ[>4?jUN't(UdsPX {6|ߗF@ZRN&4SR_tZRE>r|Kׂ.DW5NLkxL-rVvlKx^ҿ vZw}dC톳*[gar>)l6J|ìΜcV,["d!Eլ>9A.\;jgFMŨHzԹ_餸"WMC*8Zq6Ou'uc{]81X!&-xaeDA &hEst%$Pը 6MM Ե`4uoAr/9 WNʚ|he,S@/ʈɌPlם]ru"gU*;SMh,xt/y Uڬ)J<Y }7]暊=GY;n"+qVdoxFe ^6ڨCz tVЍ.6?]E@Jէx>9G9?̞(?[ 6Wwƪ,nI>jAR.|Fxۉbsk)Hc_x6[nYo*IK^@ġIuFŮNppp >|$v[H4{#aqIq ѿ5++K%JT%yDȘ;ĭpD ib?4^lVL4#0OeyE.!ެQޥ2ߦtn7ZQ瓚ēɫ,z;&s1SdF{>?1 q{ړ8k eW@^?^м? Sy\Y %,P'" ^t1ǯ"MaГA*L PHH#ز"#Yǿvh=!+VȽq':0 TۭEX4[u!!C&uVR4 z޸G4_c" A5r6E@j$oDXiMcj 79QPH„oOvK5JִK Ϙ_;lEe֋kwQ@ 0ͭcޏR_}<~6(}iyNܸ}mټ5V\Pm+|9axԸ" [kGFDxLS{Apˏs"7t:1 YRw"5*3ma5)氜+9nCv284WNfhP ^j![=X0y@<,-FMJ34%p:^Z_[p=1[l1SaNϨP߈x]G#BK")5J(Pt 6[wAP0ߗ[qgX&. Tb>ugs=qw"Ch/`ΈGO8h)`]Hdh4t=Y|_Uƍ NύyFK-m*nT>wX?|BeROo#QbqĴ,#'L ,9h^;`%#>1Ck-ϊc_$m_pY؟)B{Xڮa"U(;PCrSHϖgb(@O4&?ჇˇaW/%xl޼/$D IF f\ Y;\j1*!b ˼n4 'E+C(|:Vg$R=0v_A}ɏCHՐ^s(K=L4Cx {p,!'Tt 4jJ\պv*L[bDPUS=B@)CBJxR]"suL]jdӪ*0eT7|+}*lsT,\Nb(+/<|̔S8B᜞>`ySɠdΆCɆf? 1q[™z8#e̶$[ &dx!\mFOfDL5V{M|QOW|옛gdԐJ Z/GƸ|%tM z(_Z@jh#[ ;`X Z: pB^'YѰrEǤ~oO18 !C_;ʄfTzG:UP wK1rK5syuT2Moc-XB\gsbe {m? ca ;]>e7\޵hAh&- `}gi],hp':KZ_rHĖEZ5؅3UK+;iLscmG0? V45 WpQIZSb9'nJ^b*!gl(/E1gNVbдCzyߢ6S_I77uF9׽] &)}/̰1VȮrwWls]NcyTPrʃ8 IюX'Êy1 sٓƮ\A9EQc~e)ZtJR\mX'cy\۱gʘ 8AC#uVWִh: Żc܉yO(dA1%Y#&!_gx[tCBjfxӎғ ;&+J򼔿ם%״< m+ck/6Dyѱ%χ/}ۤ6c‚)]d2/P65\ [b_Zg`c/.DB)?$sҠ^p=L?εW̦ʊ\k5~-I9&?M7. yJ8*̀r&w6@D!~7B}/_Y +-s%榫)H$.u)E\愜QY sձa sѮsw@ c"ʹo ?VinY`v.VADYI o;!JϼX7wHO\@ :aLпڷBq pIaifR{KhgZZ`od@^Yh^"=)seٖ>W5r""M$;F[gݴ|^r2B3qQ I QkN0-c@t4#`i9e$UEq|zj)vt,لP<%9>~'#6)^-UID#L2PvC *;9dˤacH^zMZl}/I)k=fk苠nZFt걘Y{bWUJCο`~,}6}dY\*"Zc2W ~=Shb8b܇DL8 MmN:&*3 ]Timu˯cH悽j{,ŕ+e')b:W|&<ȻT)4CF5$k 0՝%#S L~nQ31/s '%Ck`]* 8D|*"H4g1gW5lz"ތ~oHRpXPpCp<'WM^yfTt);]-^6d&?_^(̰xY8ҷ>+U;duMV(O:3&dJP̟HE8(,,g>ˮ_Nkc^Ts!4j;FPvoӠ-ynJc~3h*R_})}Jllc1Kgm뽾^ ^MɱX>RQ$e6b|U~+]2T}p!/gԊƲٓ᪪$ZPzO#fuKS͟FK/"[nhFyv#… 3yKUtY"Yg,8cGG 5~*#+*@CYnShU)L`Cܕ5HfR]e4x75s3_t.锌 nΒ4z=I3z˺qޫW>s+ M.zm&l ,V U{:'g&`A9Rp, S-!z@'2ȥK|dƄf׵6۩Fa:=s"R.枼cW˹GtuEH։?n()| Wm6w8%~VYk.; e"]YG_퉙@z:XH.|LX;=fF2d -ڊ!lN}븄>w죇ๆPl7s}_q+쀿7+mGwXƈ%K~Ţ.[(ϙjH 92Jhր8 N-Vte܏طߡpv]ԨJs BE俶Nl|{1DvI K/kx~M & {ocA{*`gA`&Sb\sL2g ;6 Y/$ oI6Nu/Sve+Rwޒ ԉk=9q.8//RJC,OgQLjPۚ1sȯ>Etpk~O{)Ckd/),c׀v@,fa̫b-t+p%+`]sWt0`n}`$= M9ŽPBxͰ_%G GmڄYTTPU@ ݨz'ڤ9.]1mVfI=uc.!2n| W?k"VP]&4grΒA)pl +BZMgE 4aVrQAGuRԔkA6AF[z5ª=m0OBv.5j|t{lqc,8tu!ӃM2D|8^[/Y7,d %氈%ʑuMQ'u3,m"xyq5O[qNylW78tW s\@H-jߖm 8i\)(%4  [TQL*u=۪'U~ {ĕ "yk[RJVYhH [~Rړj } oڸ'{ҵ-|+S}_ɶ7Xt%V5C0LX*"۬JȾ ^A t_(*%J FiH~q/@{S~C1=HyM\%p|)@hz3괞h #VVҼ p$(Z~JH8=̴%Iu䵉R;v ET6XÅm@M8cJh t4S(nϘ,(bJ\Y8jbcЇ5T66' 8o *M}D zZ3nB 3J(}1*yךe2$ȗ:%uv/Nn+O_o^Q_~;PN\'3*k;-/D O}`CE@39,J^Ke7&A Xd >FD T(mPo|wx 4o.  F rķe/:N_ukn=\jl~mHT#oA~'ި, ] ]äݑŽ$|ؾeд9u6eW|? Kխ0 vR~~6Q ϋwl^EctMI #P ?!b_ {ZeyQ.D^x]\ĂSc$\s!SP'QW/)Y95I̓ >fw /)CŘn$M&VCPqii8u*67sY4-  0R r,Qr%{zf{pTy# ފ0$S/ߪ^vxF!ɘSڐZ d-zZ#(!QoƹU;Y׽uL#EU΄Ou؛gW}T{ssk㳿̺3˽*$AYuo+/itr$xt\b=IsMdBG^Lqڲ9 7ff^ϘeaN:=cz*1E^9K0 %3&u#'h]E\pW?&KT57-r6Woq֋Pf?;sbONmP~xdr0H$!U[io͞HJ 8wA +*jv9)ېP ȹ )M M?CWf^a3sbȓLvg;fj$RdhCrYtDlgGjM6i#ߺ)ڍ{')cO !,;g7b/+s9]rewʂϹ qݖ`t1)hhݸW .oJ1 X4E&ւ pX¨AjG}uf[P]"Yz%U5[-~ݏ!VT(&'NJ~ Z9h x=tG:ڏ~7¦&?͘itES}ODo`eI4aYĀ^KȹVld7No$mR7u/ oWavXVp/6& "/sٙ'DKp NfzQ4j|$y9|2 HƋq%ªƹI}"X# Rw@]VUzv1 ۖ1œ'rY4&) BXL*8Z\KPѺ%:lU+Q"!!_~QhY5Q!7,=c%H"=&tq%l/3 ڑWiq ՝[~[]+KomFwӝvv!jvڅ^Bx;ÿ!Ԁe_WC{!6JfoѾū\ |qK<|YIs?dsQ @ F[cR/)/jO<;zqURT\NćPbn .3t3TL<8{;\8NJZ=18FTU )#jd2M$ob FgV`[qv6Hd|<|(} ~AdsNw7^N1@QG˖.TTڸ3n!ńଡ଼W#-H|[32(DVj%чxs[۶jc5l!a|C-g(v 4R,7-L@r>X~l3HtqRUKث*/F^hG: fF$x<ᚎ CV0)B53X\O]>vg XE0anhGdN!zlv~(eL;\8B./M-sJ`er Y} Sm@kLK#q6+G z? S=7lNsoᦧta6v%t@t$J6y %pAv+-g=jNƏKIxr&JG#LFSMȚ6 +.o[4w.œnﯸ> m9:%6$HsfTΐf/=oۭ_{mbS\agCT-ޮ]׃4q%%cҰ2*ioGk)e||Lr>H,-:w=h4>e@)Wrq汞Rc"X~8:[wS WOji^=qNCp{6u8`#<^`f./f͠NJ3DcA>Xe93l1؈@gyB6t*wAtSOvKDN3G;WnJ-dg>|lW% =Fd}jk${g1$f p{}<+l!"25C} j&ow‘KΡ7GױJ?h]7xbP2ۢ/w!bkFp2zL+=*mk^4g-ZY4 mMy ?ʑYM|b;pIަ#iCF*pm.)k΢L3qsG2WR"z.#,!)G= x\B`  eswyypYw%Ҧ9O }*,2FhӵNt]XCdRcwS%+#ф~MlF6Pim! J.T(b0hp.?FB` KwU9X!&ʨBGsa7L0&s΅ 5 UAG#͂v%/7E`:C*?^@Ii%6PSm^H2te*x*6Jele%*w=|iX쳱9Rbv7CU>yCU2jtt?Q.A+tbu"Y< g8+tz?  T pۣx:rK5mp#*ȥb]]"&2$󷺁!|t7<m𚼡Abb]r `6*=fm#J+SG c^ޑHڱN=pU3|94P43}TҍpqRo/{"&uh`XR';o5Tsc{}ᕢY$굗笨19}|}&+|_88I Al:P?HsNPMUUT?>8m\LRh=rwHĄ= EX߶HSk^u A[g$iƦ9Ѣjlxqw&e#K{&+j崐I'Fb|+$9üq[x _#8 Ya?[탵K&w{(mM# xe:)R(Po{h)e3R@?k̟;3e]ϋɝVA C+WBj;XVocR3㮢xgaEņ&#8&$99-v"TnEPŇy\L/8EyQÆH$6#gǿve/|w]4țcFVe]Fά-J51B9+\a|t&,c5y*>PZ9d W0[9}]ݮvKi+*#u&)1>t7r`JՌx4<4&_w>c:ƙ5θ?'|݂Nz-tF ==X3ȶ#5Ƶ*9>E GMsר&=siO~_m 'B/^v[L~^E[TdyaU"o%Q? g!C+cb' %3l?(WFwUB $u#]7;VX5 kы{] #PQY̮Z%iR:" U?s39:a:%1BS:N J%Υ9 ə~B:}P@ܫ- ՇbM;6/]$O8Զdw8lcӍG^42 *'EE-j.&,6 %L uݣۛ{|O˦oʰ`;ΖN31 jPl(Q\{gez*\K:ŚeAd3NЂ{'-2ZGF!iMYՠ#xN}rF`I2V#ˉiwɊw,xXl5MHBu; L(cG6YV;{Jd,AuMG:B;4] AR2A>A-AA4D;dpMD4DQܛ)b}ҝqI ęw0#*;&$cLGM7HY N;n APh7gOG]5{+\$|դD<93Lbf({SBDKu++V;Ͽ#ݝ%+Ѥ{ t!@3T \ah(h}eTɸ&\$mv5siOpxp'E{ NhƉyk`/gWq6gFu+N|_'! 82Ɣ~ښ$ ?͇6MWQ;&$ \N?47SB0$14$%.Z\y> `o`|\?V 0*໪%r~th}c-Ѣx]?:|!Ȼ9oqw>d[|ά*VM{]֣\9^>{嵾b%On\ s3ȝ(U R#Qt^Ag]pʲj%f@u=8 9.9)>%Jbr(c*r¨AwFK Ny5~VmXb< 2R g$? 7#eۯ>Wɶ5h?a,4zǢݩ3I̖qANċ"$K^-{.R^8fIW^o cSfgI5'J'Usb@@f8czT3R-6m&+ɐbX2QYC֭ A+4ylUڷɐ+J_65!,Cp 1π>GTc2 ̂vzJo qgתv.՗/wH(9p!E9Y2/*GtV@̋fMАPcFg4/^-^ oR6h0kܜtGf\3* iìtQ[.]FɰỸ4ʅmjbXBZ7]KAf%{ ڟpݕr.ɿ~#iG뭂O趹#颽u'rv3 :oIϨ.VNmH28?5C }psy^7pE٩ɜ$'1‘dZGJn[`}A$c7=SG"%Czk&.wB|6> p~wl :[ a;*gZLUbN[K;w̡#\O$D3M=y*{upt9;tȄ|fDXn ~F225\kd!\n~Vl0Zv.FmՏ3lUl(?#+Ѿ?!2,AT'ٿKc'bni¥X"ws!ReF΍uHUyսݳ#ބxȳU!3ƥRbvAD_΄d  @΃Dm%<)RN*F1蔛])0U'vNTkS=^.PA >=8 a,KC/O_1.{]KHHkFTuL4mj;qΟ=Nhi0{&~蠢1a*Mqt끈H/ ,GFʥ1 #e4W{*%F SKWO)mYE7sQZcik/o٫QL*Su т$EC JVk[ol)^{Bu m6ًTSigD/%(ۄjP W ٴeUsHЮɅlxA_XK<(FdTeڀ闍:x =Hl2} Jy mydt ѓ$0$^^ *jp"#7NtX6~}ݢeʣ> y ,dy}D}h1׉F{%\ uW5ss!i5ԿP)W/@8j5RxRa)mk*|vCJ#u3! },ҚoýuGA 8,^,KXOhCR6: ikٖo,% .lhB [+^?)fgC$(tCx:߶c<tq9U=V 3]w-]=(_ԘUƂ3El묅TJsa)jMFX]-ϕk1T`6 g2 &㦬a6t&&}L7)ZOROk=g }$čZudzoOCx-k^I1Tx]No7X&1 V$>gUg#[Tsw]"jO|Z,؊B~ߗDi[Lc6aR-]a.Iy`UY5ӐTײsڂ>~h4NyYX>Sign-pێU㣲bHku?>?ng& pxO,[ [VG*m qRI 0'f#@jfA;1َՕrl`Fʵ>z9=TPwAy)WƠ$Fq d  =mOWUC#'.mW ` K3XmUF'bF/HXV{GRk\"F ø lC_މxǗg '>EAQt8o1_U:*pQ߭Z-u34'taҀu'܀{--DC僥S B6SsTK1חoYNzBաZIc{߂XcEX19&C|wuB>ܗBP.z3{AY{ܬ14x&h/0тA 8$PHWU3Qi վ2C5%*K!P_~Sz V9?;/`~ϊ/tkAD9? nzKeJ;>E[1u'ujN1qA#5I@ty/M.{~ߡT3[πaZL5iÐ S6DbT,k'C-8.GWi&"Ta'n&k/ }LH t:Qq{#[+ @W;tX!~F綾y?EÖғbͫ0ȎrIani/oYo.?'jnQ\_I (xB~PJܙ}oU9w*g!f*8 :SՏE½Ҳ蹙`nabV `[Kڥb 8 m}31t|UAF8}kJ^h5`LE̷ p[9{ cӾrO h4i{U y |*=23Avز/è5_sIJjT@z蝁3n}VLCt9؉S[\!J)|\b zZfXYc۰e}pwt?.""Xj}#mNnvO/0XV o"߹}ByS M4rWS oZ1dTRH-Q'Bn3}YF"'cE${vBRJgց%;5\P'"77 @/OUKíi(h.Ao9?2q%Kc}oG:9keI9.: !wws_/κ"(ҔΉC}FIfPgsew^8y44+w;|wXN2cAGwv䶠"e`K&6Axnm8qG J*qŴ,2Ch,ۚ&sfMYsk4k!ɰQ0b$܅,SJTJ4}Z*n$ uqA,+-!'k2Y f@٘Bo] \]SznHNdcg=IsījF)rh:-nj%z$."9%JI4:p ]<rĮιl.QB]hAhFM ::غ%8XCvZʫFS`-WyK˫ju" ]%N )@>s &ll&15%kIޞrOh#SiT(fOHMlYeF&|2%$ג(Nz4Dn=`7{R^b8T_e?ғ!z!-C[0C)i!Q FJzk1e3$Cp-Q@(};[\R n;'Cw(GJZ#ƼD^oR-ʫPYiOT٘3/DTOq~v!LaZ/H2F󃺌#ͬc㪚Pg9tڍ_{(H̃V_;}wv֣[^ց`5q63]5tRèIp}~'\PuN,`=@)lt+Q*ת:~k`Ţi!H: ooB),< b%°NӲV/c{ϲvr dz HcP@FwOkAwcpoh+ΫώFP6??`:qzw w1.A?_ۈg.8x/)- 1n3JnAAK1ɵ ۟A0S거4~Tp %D,BbPcm-EPs(O`MogB,*9r,~-""@HR{@ 8 OoD Vi% GŸ?82+GkZ{3k%J'JgIq f<tPK]D &kSԩ~喠,O\prY37-W2hґ $9l _V_ϏV eZRٻ©*|u!d`V|( ČL`6Ka$;$x/X(H񩀮ncTԱ9 */p@1Ggxu .3j=Mjr1 ŃU~~pxgo#A\[d [^L;h<-:YJt7[5ɒDbTxy!RxXHC&bGLp-J1ܻޮiAKɓi8`}al 䧆G Z8TF]Yqq n.?ibe`:Vp)AbPKl^U\CO;na-񬜣jiwOb@';t ܑow EBO,r]Nyϔo T6 ~'&Z3oX !b%Yŧ"@7&yn; m;/8(1О2{yʝ҈'e _=8PGMgE=Q, +9C/i=+bsw:$~ur'm?sCiVaQ= TD=b:~A=9VCxkԏ1.Ƭs.o;lҐ@:=}=՜/l)cPNRLĝb򞜻8_odėTKisG& Uzedj I|Ï] "Fc+1z[oAǍjM;pf;+*@ 6ZJ6قWe0 f~ DA;GWiwB+"/#V -|G7H0,b5~K J $]}A3;݊)WbIh}v(:C!|G=ΠL^9MlgDJ.ERU PY?y9V<Rju}:h}:LЗ9~-"4j$lFf\!ooE~\jlaB? s;Ӻ@Jl"PA|@ʎ6W?~`ى@˛X sao.\z; $?}/$͢+?@YM*/41*AdF˩]AkKj[XTCZ_m:~Lh恴 XnfqR<*mT~4c\kzf}קx /S,$\4kka€4_/܍&sEjYjA\ق "L./K?2uS}dQhD,74P=aO|-q+L7rׂ`3\IīPI۰e1-=kKzv )Lkh A؆xt5&E3D'ZS ;n 񐤡F4 -ƜC Q3ך@Éss>͙ZGx*K=,'6.8@pN+z[)29$_XٔFl!Ǝ7p*/dزt][a7\p:sIoҝoi Zj7x|m0_s\O\+ű ~ڠnӖ. ͟Rh͗K^„| є*Ɉ, Z[ ^=Jgsi&3(jik_b^RCđɐ3Y&˚HT+Bk|+nVY^rsPbPRɣkRTSƀ _dy_*"ߩ; 5G̟U81lؽt#Pi k[j)Xhu@K#Y6E\NVM1c*w3_nN\lӂȗ+Hu[cҰXRzZWhNIjk#=v%zXW- 0+* bv>%6 ڮpPIP*UYƧ5b+oLO.M~M{|QW?Ԅߒ{,)L_`ͶVjdhVWom IO_&P(9~UR?%-!.1Oņi W'׺q֝,مH.uϣ)ֆ*KfG}h+KܝHJQ %nai?.A@a܎#ȽT 9J5kё"byxSs;S($HM݀c {w|Xkx' y裖M=9sOJQ0B6L~< ZY,+(lfW,P(_.n}=Uc.5ж~6P;/,G2^3'巁^(G52<8Gࢯ-cDxlso[g&}sPvwL(0@q@Q%iDS [+&m?ݍ:"R0TF\Smmd&MON!wY$_YK}"Ԃ=,2)I/hSƊŌ"E :;yvm:O| ŚXpj^͐{QGIoNYq@xXHs:2[mycAEM[RK": ɃS7L;IeH(΁+žZ7ni\*S 6Dl/&Ga@]`KMވ!)tAeQ:3t#FuFzSwX:USH@8 o /KmT|YQ 0pz9V1TKuz)fLng@g6r6/1 5+=<|:-=M BDgMH$唃E(ԒJ@'úNrwxD3ٻo'^kf$>N"rQdZyQi!:%϶h@wQR]LT75 Ko(&*.ߘfyਠU:y΁&8m# )qv?*4]VJjp Yn/cREF3[QĊ0̯Xmp\V[觯~ҕgذI/J4悻Q?Ot̘+n?Y`"bYTL>ܡUUtā˂k\4ĸ2 ! )2J2Zp Ϗ'p-M~Z/Z)4ԿXFcȧIQdV,{ 9i< ,O{$8]8Nؙ]̥-6I/r!ս-ėrfʑI'i5mhG>j\S9AIfRN=ft\a;āU9SBZJL$2nV5uCN'Y`$,GLi X/5y@?w'漼q2İo>fM yc^s$G4!S[. ֨TǽMO_ wI)ޝ-q< IV)?LvY$t綡RѸ߅'-(i2\ \_]H@y:2#bTׇ1, q5y`gf|: *}(:_6*Y/!|.Ś9%H 5mIT(B@m'OH)gJ?pDUyDP鲛D:W~9D;IˋL΋9s5$Inծ{\wH=*mukyG"bD[w=Dp_(C`K4-N[nώǐYg1T*=}(U\n@ӟq9VűiMxY P?gyDuYm8ރa"| )cyd4ߙb!hA8IMMކ,H⺫@^Cq*;6PO7"6uFTOKTA^!Yw!.6-8$d$K)*Le(oӨ" о<ꯔŁp_ڨҿas^kK!aT-/+Ǟ7gU4|^QσŁjr7n@P΁J2zdYtq3݇X6Dp+O/q5*{a1r2c)XW NV0 |>sךGlZ{{ذh1GPs#5|gWʮR7э-k7'/f4\%r Sߪ.hˊa/|M©$ȇƔ/9 T|h1^"rr:6'1$zKBKN7QM s9ŋSg#䣛@Hn7%J_oHjy=d!He qU̿ il4YRkQA A6~x_ʤX{k#' ix48nu {Qr,&H'Ɯ/[+<;yzs``=#ߎ%vnɽFiiYYATO-낏"Ds Cu~p3%xS Kqjv=ߒT"(5mJLI%CgW@t2[Fo]uI,gMn0}@$ QNx;pk'ˁ v*(q3)p+3Z3S'ƆHm)4)Z YUy 6Bo+Y[ߐr00ut \7jH˥ Bpgeպ'cCz G_ zJSFjled]aj&{_(8QIm~ b*U:RӋmgpl4ĄǟZռMEGA;iHMU)+k)a%-Xm_F^K=,&c og9W"u)v![jP8Z qA=1rs[htT_c[ȧ>/\GH ~Y7/彛TC'W})ĮbHm!YYȶ9f`PM``.IR!TtN -@Ү7f=X]= [^Wed$L^3Gy`Е.&51k6@␁, zdG5h1B(ʀ5Y(?M)- ttofmiKD= jS> 3|TٟT=&ݡ*J}3/v #M4bK1/⇂[k&pF y[uT1x{! 䠢7eD!׸Ok ay&k+Ϋq _wrEi+hע.7EPm"k襰s) ;!cq Jk菪j|:!$N,]鵔E`Pxx*̆V(SU|{4.X\<"+ʸX@ԭ%#efE[>KZ;AC42 lW ݏw:!B]G)Gᣐ4#|]V:nAQsa`pfc:]鏷iz Hxs\: }_q\y`'Ced9O%Pk7&7YQ݋JHb]C5*r^:p kE,Le d^caÐ>cg587W KIrP Z#Jva )aT} y 1H_82,xR q!oBNb&i=b\OI"y (_!(ѵҌ~M1Gck0=3 G;"}zX~'gb|$+;O(Vsm`=DuRzQ veBm>cVr'2(Agj^7LǛR)cZx<+ n!N֓,Ϣx>KZX'XcQ5NGu؃^! zY/nuDLRх3<}429@gawO`miaSf>w Ml ZU-^o ,gJ+L5mYUT꟮ۑǐVJ`-=+-^zfw#0C9WL `9N2{267RDdh;REBǡ=yzf%On$ԧIΏ&皋@4ۣT n5'[&i LD#Gs;Nb#'=8Wbb(4":TIV[h$*صB, xbOL\5'q)a^TaD!j>AQN(ᑄsoH1n< 5^!Pm%/$5#skIMʁt|]ݝ3׻xjdDh#u;v8z/5py&3O ;HKS¦:-S{EGhқv QNELAeo; U4xn: -x%>K `+a7[o7_ 8jkly{/ns1ɽ#Z 5a=|cwVYȥWTBgz=,`"_X <$rfǎEɒ r1/ټjRgl/p[upnE˝`ˆW<:z~dQIm #r1ݡD'(v@Hb[~r녘ӌ#m3r-l#wo0b9lsf/ٌ<y\)'AVZwtksz|1RZO:Ңb~ )3d: H[N>8O-^Z!)U@t0,o6vs3V]{bjTΧc#{ {5 8C90PYv4UNO|.q1Nn Yq" qLPy$I-JqGn,~˜bc28#hgx1Uνj GXNvBk@6|)S3xe@ge\K{@eBLH CmdRW27儫+k I̯)P[k&&ICŭI.ğ7 A@'tGk&@%/lWzM{dӽeF0l4$otk aVو!kC)mIX4d# BSHsyXAڹ{̻Z왓^^tsN[Ef;0x!>['ᚪ0NW?v{lE! A{ B< 'jV-G;(X`Gb*sze+5_U'߷+C-lk2PTa h_7L|u+|71шT3>)a_> EkЧ1=l4 r{>ݡ;Dz}$]p2tAh`FM\#J&4WP  pU#.~֠{i=oaD=xGzI Pft+1{'co*IxAZ>\*w(J{xՁ$YDphݨ|8r?_2"~릞8D>c՟v#Ns>o@z==_ L} 5 C+OD3y92+9\w ,K%׋4Xf%OomW KܵN;d=E;secFu[4%" x)K^`Ƭj_morxZy@)Ÿ.Jkf@{` l|80܋L_9pTayfInӕ;2KP 9( G\_z4K_>Z06*]V(.R;MI>o^]/3B.nY&Y$ce)-*y(MK*-R 7VG~<Fg/LSyƐTIQs KulFᅰ$ 1nJk[&'GYևH3.*W6C~I-K}"2Xj/wB =,001IaL1X٣]+K&Fp2YZRsO?=fPq`m)+(gB]Fh bq5:<5UαkhP6҆mfjX*p#/Q\bw`eg=X#zf\t4oVc/1qk4GE O _ܭh"rd/09T*"dz-/۶U!"lzy;%/&߉;u׬9+/R]DԘ>vӖ #?m!?ƪtȜXD^Cj㗳?R_Tj3oŒqWHкqiqyr@u)u_EX*jX0'"?~YO>GߕvCJ˽yQ;a$1, &;5F#!sa0yY|ON,}hAzX@aЁT3nfc򻰐>fF/sy(UĘt>7#,_aorLCKe5_IS5=fVkCpܴS`(A'xPY("j]NWl\$Eg[pz܊ *jJgN@GfNmK&Bw}QGMuq 7KY4x\`@/èI<k99!LWGv3G#8hg;8Yc&*"Ф[Jp,KdJ*~qMs&.u=n8ⵅ-3t~NX±VU`K|V/$VK A2#b]Ëyl|rai Hk{^)BsVn}1}8|̕S}X'UzA6ˣ>gE|)UطZ^3F/gH y"9Y*z\B`u Z.F//?4-ۖi؝F՗:xYy Zq6|pԪ epLa=!xpݷ#vk~qe#;njl9޿1<\ k9 0۱.ꈁ4Mv? &XD?djGK>dqˁ5nDI P7mtxAv y*T?pWi`*.f̰ 5p@O!(/1$*?8іxCKA&{Yc ^ʈ_IR!MPL_NI,&@ÖK t={wZAhe|¶se!1rlwՋRqvv@(SpZ6M~l5FN}z bkEVXA;nW|ϡk_vfE&>7P Ɍ۾l[r9 'uX=Rk5;b .X9S']΀"j"/z /Z$}RJ Fqe>LY y9bQCYt,bƄ(9){-MD[0$Wň &о;%n{={@[IQ(?_,pҌDlW9#}S?{}N&dq}rW{6}nZEHx UFAa R^VQ'rZlZUFlRPky BnzUa p*T,F?R;֦!Q4t/U5,:K߂sSXo&/B>vRGrHnR=[No ƴAJů қdFgn']ޟ@0EîqWKlaz nA` |WLLhʣ].ހBEFЏ*$$V8gz W9tuƝ  U$}|b!0 {铚v{K@r2P?%᳃?4T^)mk ++DH r82b*?'oeJ1X&KLg7ΐ|Z6_)rsEx>\,Gl_2\vwh^_ z|ؘbwBcw;FDֵAnn=w,,Itޮl5uە@Cz]PDsvpS<'upf{t $. fW[csA45SM1D9x7Fkx9Si.W&P&͘Vm/?bWyj /;dכ vN)V8 C/hMyt͠Xsh YYY~E(օ.}"`W&l.G;%*GՕe88[|T*$Y\WV 'O&7&C[VQk`N &GjӘDTs1:f g,cOv1ZR͙y@ d5lʁ`۶M[K!7$"7EAw +?oȞz2+]J;\1kV[ ϧpb1死oq@$1uJp!~˿}HE/'+Pw24ڡϒ{ɖ,%{7#tcj}M'o/죍b\HH5;BxkGp JyLP {@Ź?;c;EŸ,(gj^݂T.1Q5sGq*pw2})J;[*PHӍ,^$YqQC1$>g1UժGz1Ig곂dIfNLE.gٵp+6ry^,BQz _zLDVF>kvY3d~6 MC,!i+蟅{5if٣>-HE9w2 lI6f;J@ \3HdǔC9hGl7HRN7~gorׇ+NDݓ\TI@2W]zHӐݡT'C-o L"]2-^"uMZQ}Q0M35B'Bmӟf[d&*A'gFvh58ܓ_UZn!F/uIҿNSPK6_I$qkW=?2-Lq3`/ 𞜸~\V1N4R~$~""LjwN`:C>%ah%'}h;i3AXrS5kPNlLJqDXq=I?(#DĒw+9.huF98'`0(?TZ:_q^9@tz)6tFG.?aLIEbftPK)*EP7Z\r޵/VnɾN akr'MB Z7@wA'vƓ@(՗O5z%&qp?R.X m׸Vn'uzB]tsgA^LQDӯq1Ks-.9T]#@%D-ӳ XPʈ.|:;(j_܅]}MNCEPvۡSp]xض~cPr#ٗȂ߿߆JW\5m$z`UE2a=j r| 6/Xh9b4[ >YPi߸ف7)C8 &U;/p ׈_ &wY9НSF<˦Q6O0X"b˨ٔEVJCʨ|Ɉ+DUqv|A.H PEx7h׀ċ\{ si+&% }Q3h #!YRfӵLQI@gdo[<5 ]_ڟ(@}o]\>yoZ1!URu|W)v On\_ xs&*ff{B Ө<}*b`K*(~)!>6>b-J&88kn܏aB(OR:rĎI\ފ Ymd@qc És>K3>hC*8(\$ɯξ9' 0F6 iܵ*ºQ`"lu+&Td=1A/eyK<+VqbvEףƄ~!=g5ҳ>J4Ô\ (ҭ_`gv:5U?$5ɟji~k1\N}gX? %6] qL r1Pe ְCo:?аb}iO;8/'^_N0Cl"@{`ο)@[?L!|ʯ16X/h" KPY_boTGXYPcfJ?+ eiqhה#B|qK<6hbb2ӓ2il7,3,kZ|ecVNiCy5Ekvң,;N/&z~;M<Ҥ.'S;c){/@k|N7!Bo؀Ec0 7{]@ ||a <yaZpsg_=1N|U-#A|E) ,/Vh5C^,)nVX-N &IXIijɝSK- /wEfR~fŁ[k#di5@Tߌ/ -u(dq$,vd^W#P;CoJC)56xOwܭ1_WSiC {ePFކ"%W wWP Ӂ?u[ja)}"5DJ/bLeVnDtĖ4&9 tCOEe9~xd+I*BT1|QvH#ź#p`NjP-Y@ ,'zSN ܹG/EU iKf8~j< [@#TG#%rzyx%>SǙ_m;s.ITrUAcOQXpp(.%'b -pTTDŽ<ix 7Ta|:9;U>h&ޖҙ?xk1VÒ_QSh] W2\"wuɑ¾:b?q<l ˋQyUM .p\Kw u[֠ !HZvLM.@ "GI%JhV؎-N2O ҆kvK5hNV@5jVQ}_퇈aeCzڌ:NMer׶)gQߤ!C!Qsl/xPE n!b~\իؖr^m[0=LR{ѯw:~qlR8h_:!\aQ6UGҕQ}A獁wxY*7fmN8_{e Xu,jm%bיύhq+1ꤼ.^4nwŭǯ;c1\/JhW׵͕KU@&ıZo ւTq?6+\`_d* "fOXU N1JbI{ߛE_%@r.f<FcT,WLش]tZ :u{[A[\ `.DD.$/fsGF~]V@p-Ȧ䊽+ eЭj4*1QY68O7x3fSiQdYua]:5*βI'2^x).okqVh⼉)д}k{7I2e)F[ J Sj# 73uOqST0.uLF{gd}n*@nkM*Sh^z<@Sjy+/oxb|"D$N8!.J8ﲐHv.pi@1]*46= rΡfZ Cc#VI( לnj:k]_pɚ@1pQc]=sGw кy-Nu7W{KVU@|~Xp ;)╭G%滛my*,@}tkJqVbiʻt8ϋrJLVOeF/JM\{\=')z!<^*AKw%7b79Л[7XW`$Cx (MP /kDN'`+]Wִ+"1 (^ Q}T`F7n* OQd:gQI]d27`̣&k*门vw,u>K/-z8b>$tY͢i`$VTޡTĐtCBfi< zuʧz=kPFW@a{jV?T9ZKN:V :\x[@p6[1~3(FVZsx* J>7}k'DEǭxuޡ+Q$XE•&r:WNm~ NE|\c=mwLJ"4XC\Vo$E|@%]H}Py`Y#?6/_)˺MXʳ^i$o~Jaeʨ|0'MS% aKO=ljQpNk=oVwn7@cT( cվR.@ v~K}v !L7CnII5h {é;zFf$Ci0lpa̭4i C(q n$4 1h ,xm@pZ&ʬФmcƠ8h=%wiTDYk3yG$알1yqb#=ܯ=)VDHl lc$BmV^J ~Cb-8hY+\.WIFawE .Sz,ҁ_R艹Y ZڐRr*r5 y(afgN.Qu>s!w<|b?꽖U>=^Cj4ͫ}@5O_q&qa;Ï=hvo~t b\H1e8" W7')0gr1c@Bߑ@=umW"U-Bn|iu@#6(bI[nLHkWTGL8bש;ػ̰V1dEAoԗ: IKCه *~ILeL/i %2GmyE톚6#5,߶>'Qyu>fğ@plvւ|vѣ,m0M$i8d[j3?p!d#®a;}V?`QQ*IDѭQ#21wWrP~ZqLxb Z#C-3xrMKaC]md1$V3*|G ےsz x&!EVA{zi($~'!Ğ>.MO +$1F ~dKE@$| (bpWΚYDM췬ؓ/-4m\6׮Zbie?%H*nBA[EST=&m^"uPδNO|ڣnӫ<&Xj&ǽ "dȋS\V~Zs'<*qP J[z {k~iG=Xa봆uΗȡ.]Q|$&(n|+U͢ۑ{yR]1ǃ*|Knm8ma6#^H,)pAޗINJ_;<+J1ʪp'dt~t(D0^6Wd$\U\YcnEEh?m3KUƯHM8]>z1[@0Mb8fP."4ʭ_ܑQfQB-i:՚wKmoR.dSU~+A_WB$p|GyXponj`ƎFbUa}/+wlե,D@[_ibWmP$U Fث[ڇga+03lBd7NCPkQ-k3mNEJ fO șftH3 G'Mk:O.Ѝ.U ,KӹJf ![qqI&wv˼` >Ѭ{ϟ }x'!ƢFFHg4\iFulfQqn}6q9@nh](QZ.#g¯u6D;eŘ8Ͱ4WwݿW'Ƀ$Km~&qϭÅ ^ roM8-o ް N( ^u+6X_'94?.&GacBWC|.^OvLrfw'D睁5jBNI4!KnRxqi'HYgxa)mDèi ""jǎe|~omtџ6 [p!#|ݴkM?Yy799@.=lK"h=Zc ƣ'tK>o<Z f{9  Q6$&u Z(F[Q ,0Vr~8n8,JE 3FuO#}~G%3}'qo*ꯧ(Kn\f9;)J>lYBNv,۪tў>`cVћu >+x;2r$;ό01Wa0_؇SȲ3t#S8璩fo JC| E&GF}B$Qq)bڳ43F_&MHڭcjl7m$pEf!z҃sPf;sI3봮r}o~Fx1|*tExwS10J n.>MO}ܑeq1+HPK Do\*nsO^տ.ig݃[pScc+sz"KtR!r9. 26bg>Htrwj4JjU1gږCٍgR)oD^RaO(HE?Iw!)UV0I0quCKg_UN1%%i&jR֏.s#վPMַ<*H6"U1؊pt3> ̇:9.X۶8)6X}e P r;+<@r(N?bV`*n>Lӭn}!P(n_nOs_tj9IP?ƶay3r߼M&K_ 7 *BpZ%nJ?.yZp^]ED<_@ &L/,\ypҙKM]kd=\A!wq!@EN eA(_ G-p22gX2(6)6jE'I^MĶo]{VFT1 [ɯk9h;$/v0n2y}wrL.gŗA`Mqu.'?{սv|pu".ίR˽ݖD{zvuHFTҿd)wdUPo^ӨmXk3H߫ SoK=ӱ<ӒLL 3GiHL 5斌Kao=˺!Wz)ΓF ~(M3fUY7zk_`{A;cɝ̸BQa}.a.r)7m%hTҸ&dc``^VWik=