PackageKit-1.2.8-150600.4.8.2<>,rg p9|OYQHvGJ[d:+^a>~zZCMv3F3>^h'w9P-vmaMJC΋&l"б)szcc ѡ]>@a="_6lx#Ny >plJ4hD6WLjMOIjG?3;QwEfwcf00̏ɥE2 ח_[kB]kOi>O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dx9)Dx:2x=<>D?L@TB\FӠGӴ&HL&I&X Y ZL[\\t&] &^إbگcXdeflu&vܐw&x&y,5z $W\hnCPackageKit1.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 s390zp33SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x 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 || : fiWGظ 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-modulerucks390zp33 1728284685  !"#$%&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_Updatedrpmxz5s390x-suse-linux     directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ad61d5982c331d55360694c3472348465ce73b6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=97b4343b847b8af85003847d084e7ed2df71e7e1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6f409ae2a32161ed67ea8e46f956c350167e43f7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7a34edd3f36266025be73458ba47c46729303239, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=532af2e9e10bbade5bc46c2afd261ee3fa543ce0, 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.s390x/var/lib/PackageKit/transactions.db' (No such file or directory)+3 R R RRR RR RR R RRR RR RR R R RRRR RR RRR R R RRRRRR RR RRRRRPR RRR RR RPPjg|靣BCM2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-83f0b4c52844cadfc3900356f0207eba9d3aa79ed9b23521040c6ba20d81f5b03?7zXZ !t/z]"k%LMscbY8_wgS\ wQoqfSU^',hPm؀Ӹ]vi?=exiab0t˫y0m Z$3ZȀ&f+"4bޡB@%c/j 73rHL̴[OI* 63)c0w ،L7H\GA8W"d̰01%S.H}UZ ;:kپJ*hF._$Vc=[|3vb,HdgV" ǔ y5s@=U\CA9o;}5=X!`*}oJ`V8K;9r/ Pi@Zj agm6n0^!wew6䳶dHkys~VGX,jnn͢6)@"9I9 ST;2EO!,<vf;ژ3'%ȵcO ]$=aW!Ӥ`%\[ow)HD͗Efj׉%֟R=؄#FFY ϮV-$`ߵD4w/ӕjAJ7F;9GOnStj)߾N !;aV m`0띊}hlxawT'JxG7y"4Or]Ztˍ*<–{9vT`Vjr%0 C湏 scv0"4EK-j.Z}PQ P[w"x H"%jfp)OY]Ah>GXdkȼ~jU'41l-/it< I\C[q⤡Ỷi iM9~4pH"d)`©z4I @!vbK{t!S$׉`w֘ֆz7Cc/I^6<ɬM>Lv}]oCrT^:7m4+jm֑Q9~<ұa B864W;=_[MNJPw?eh/WS3U.82\$ rg1e&crT vG폶ư~VΠ'>Nւ-l X2勭]YPm.8xzDTː(v j<2ox5,EBR6)5~y:BS)P#RxGN/wg> l {ûrg` ? `{Y8( RhiH&MOh--7,ӁkibNL7WwT'g:a+MMR W!)#:ȑ=;!zmX 82V&8ѳu$tF* ebEsK  {1B$Dȷ_:2yدAM$#rI7x?(xKc8{&↏6(&/MT1_`6apehO- ;5_u߈m'ddg!=ll2~F=]NXǬ܀`xra2*ETISlvrcqBXDs<]_'-CձJV($dNĀG}dwQ cůu,2j,:NdBL.i`\P+5Nwݠطwƞߐ, )'ʄ(8]yJ'Mz҂iE8ӤsRGVް>(Cm ZT | !1l}E.i1sטmˢ1Wq,J@DObd^RBv"3p\T6V)RqNW(|WAϟ4haW Vj^&J[X!Zk܍ã1Z<f:XL83 @4S*'~%8Z+g;;!NǬ0tUޖq7˘v Ǡvv7-AP$(HҌֲͬ}BMT ?<1 -)ME:ỳw4ȹl%گC#s{ 4X 1m_CI9pj܌pT8 |KKoDm<êwxIq@ci\H1]!;3Dgn4l,>~ѥ@rHb:@6Y Mp:.'48cp; ΨB,F0"z_gp Y P[HJM^i7K,Vn ^k )02ҍ]LR}qy5u!{Ntͽa֯y|` S1:cρc]](ᄬ9B DIXihB^0֧~L$V;ja@pt;gns*2yq 5f51GS~ǁ>6ϋ@&Él?9[K*04?b/y XHF|ϑ1ܭڢ \.5^}PdJu7#Ew{=l~+<🃘 މG+ ,5q TT/If)UC[#>8|YLɬ*gH+B.eNhGK(hRj 7^ unFGrzQX=jLYaskg+l{Nˉ՛Qx݂DoŤuRk*{x:?(\c/"j?c3 /jǎ|AP(]irlY^9>lHšW-$J0&86)_v $ 7v"mo*MFg:0ehC@"-g?Ç$n%"}mZ|v\[K#, R@N*~8CdX@ /Uk 6+#T6 k6r[> Ւ22MaE1K#}%[9R]ev1jJl<Z- Vj2z+:oahxGq=1mARk;,~РAq1{N.2 \ygkwk~@S ,擷cq\a㣣TZοP4zeHX?_4pkIdKlD3rQM2HR23ypXqr)bTW, @a=PUGa? a,qA2c}Gb\+m =_<[TsЂyI?w 5 /ϕ~3v-Xo7\ vjwAq8+Be>:U4+HL Ey*FׯMqmE bBC%8T̏O$ W@l`6TxlpohCPAq4#:]"䵡Ը,2X^:ؒ}lջDv< {IV4 HtV}b]"Qd9|#:d4H"_$ h_Їte,t-C~Bʆ[1K{uwsŐJF\`>7`t.eCXa1km=0)AKYxx0u {NniZ}]f8"&AM`j2E3kPST,7΂Ϥar2"9h}if5 |[n]7"P$j3`tuB yi=xc5ڮae+;v> t ;tJ-8'^J,T _kֹ 6{F17~B+ihXɑ}I-}\-!SmJ&x/֍sX ֓L/{c&ۂIh/M/l3ZY9m+ۛBc:pIiEbjgW(<̧q8,gIcNC3,`Ѓ3HCޱ1\M t}kU]h>J\i#TIjቊQ:/2L,ZveOPOsZ`K%fe3k {eի?b^Qq\uEΏ _-v&!_&8 iZV?Z|7նd79mbAq?QYg+?DHp1^7ڭ >w}D7\tq*@{ 8t W4/E_S9(` b Cswzr.&;!]vh%M 7r»suL97(Fʏk7C-J1交3^)5O`3{e yB1 lS6+WrʊVv@$PS"K>GH;+P +[DZcߏ]t}OsU.xȜ}/`4PLMmE}2Y'}gdjDS\ V"g&{H+ Hg& z/jkv聰 L$ 鏘?Ey“. r.RVsT^Ue{ٓhb>#kNE&P{tDCih!owF?J+-p~Y:>jJ-lP5d+4}!cc9U"[N8bIs\=B^߰g R;i ~ iݐC z4Vt!dg673b%Ta$[\lNIH7ܔ3OKZhQGPq ?Y gtsFo`89VJd'Qȍe_~ۻ߅|ҿfTm1 bVJpK- pfBm.1^iClo.[ 'r<܂8O0>L(XXNjF#=@Fc 􂮔mF@*OH\P4lԐ3wpwfԁ+'04Pr k[$nŃ]xwT _]q-}5/&=;Ғ`ZflMCm !^kć,/>K %S_QOYBBW:Y\SyQ\'=]pJӏo5EI\272_C谳 [˫F21$K26w8*YE6Lz9;l!*.DĐlϦSF7X+6ڰYCaۤ-\U8zɭ[p>ֲ7RJzNF+_9.I֐jjKy{!'+G8?FNe0Ev]@(f &ʷv!wKW.k0R{᥍+ocތ`&IM7bt|T"cFk (W$9uW,-޵kˣ">m':|j;"_g`Hh|fMY]‘\&"ER0g^tӇFU&ڄIo{D*\M@<_e'3{r*8^mU wRҼ'"HfpZW*XϩҪU+l'jK圾gqh_qf8rѿ9:g1]FyAq@}y'$xs[hղX\:#dMy$}ؚ&sF/qߢVɤ("n1_%AMΗ`=gl~ȣ78gO8FTtǷJ}748{3)2nup=;9.jewK3޹{4UڌS ό (͵- e2BיĈJAbe1C Iq@Dqp-'2lԁ''Pe oͧ ٫1\QhTX-W@fL@KJ43dsCCß핽)>fr"rT̐/}oPU'T /yr xT "!{Y۩3^K5x5"'6& P`|azGXb Φg$3z ʌ9z5:ĺ뎺Ri8aåmׯk_?fԃ8Xb=-Fj,14MU>˰'?0K9t=80hs1E lLTxO@s Zd"զ֒gQ<dgDE. `q-0.Jyl"kH;:cV ɃѾ/$*l "t-W \ o Y\H_NUFY.+԰p1u}A0<7 6:R[4pTKOm2ieuMp w3 9wi~0c>1nSlDw$U7dXZnc>LqʕV@~`_Qjh4 e˾Θ @C޶v` ^mrA*ԙMֱ7⠴~X=.-D\E3;5/HE-'-sP)ppCuRx>>NqOXmMf+X l7q::q_ϬK!:Tzg*Fp4lwLܮ>{șƐN @kn:#" &Z!] ׂ(1vZyv* J6hd'K^0ȋq3`zo}wm9AZxUjIo c3k-X\3ienq/Pdϐ7=W|tO8gDiL2+_w1ۄY w><@sD\2|j?X^aAbu+$`l UQYDfV~S)_nSt(ΨsDw 4>~n?/+갶D<,+XY2v4 { !U]h`OS&th9EZ &᫒ъ|&CU뢑2i$!38 [yP3o&V$5La|a/H]iǏzWMJo0oD[.0֞h&Q7'|z_aZݣbe6uh4(ɼgg)u`Q1P٧+)˨Vy9XDJu5b8 I{YqA+Y)f:dě-1-%_PǒXR!nxpswT-Bq- JTNc-]FKIhѝ94̲JX>.ĸ8=9Djؚv[oȪon?0+?=+5@K)91j [s=q-i\!BDڵ'm1<>EGLH5i]IA9+'#?B]$ )_sV+5ۺ5+ ~ K41ṕ5H,^e26YrFlCZ=BtmFu$Zέ99 > PV^a^@*ۯlPpآܚU`j*VMu'w&ؖqEe2(^Ӵ;M}޹'VThKDI)BTk(T?7rEFyڛ g<1ЛGG/#>ۡdjk[N0^x.:Gg`':NfY&/oS?M*L䲵}U"!qW,viDv+BʯY!mʜ,":BP x(ȇ~EuZ$> eᢶ1 HuhZ' qw+rqv͉zNYLkB pE>xg218S ͛X~[`$ ފ9rqjcw2TLP}h~C(C\C|*^J!.su^B' $If 'cޏ, nW^ ]spgׂxYmNUMDZ8*?d^yG~d~9ѸC.%Y/~$bUxJ_RVElrOV=Pv69[|lz+_GYQT,'+s\>ȭfH[-ɭ)15eM q(3$µީg7" vd!QK:[TBHpV m}UTFrRn2M0||tWiCqU#BBԨlCpzvM ֎Q}Cw䷏&pĤ][&ԥABX=h ;P4 Shh+6z@a l?8T'Fhc?^)>5|]jZA T̔Ca9c>;^We}Pjs:;\vČ6xSԞP^p+^8oYz&hp/u.k.F"} -З dJDKC(ʞsRObsE~ygl=*V'Wd&ӂHˉ mmM¦/xϻ҄C}|oW #7k(j龃_M1N7©(M-$+Ô ~Pd(t1@BUb\pZļƐw&1[e TXF>#GlciŒ3 Y.'e!oe[yVFݡ[fa+4mbcT~w!.!iRqW}?dg.o8R~7S-U}Hn|X@Cw,G8 ?KN~PGѡeфWFo:iYvt)ɖZ EQq\K唽(l_2Sm;p݈OOexq~17Ε@3=Ux)D$vKCPkCIYϲĹD U̡iյwOS%rhfAq|a_#Rw$eoMTkEOhck&OoCćuO/tqdh ޮ]AEj%vDwKp'=N-g*d+W-3QJ8/K6PJ?͐ OȤtl|ypW Z Hja$)O\|#NHYHQݘ=m*99X%" +(⏍4xMh#8wDc1p7&rii47!Le ?\rSl-L4NFn6bŖrdYi{j' 201s,yp{Ɵ-?D_%@8)ZMwpPn]G GY RA o°Uqy7t闂Vng;r>>i='T .+.uZ^#9 h?AQ ,_T&JڟWD~R$0:ZW숥B2IƇ)ZE'~ʷAҮίx˜X`R zEo7&6 qIm~õ^Җm0J0DWr-E>V#3GJ]N_X?)!B jHZo m2-)wZ(]P0A  lo/3(H\LYI;"@Ixot }ZԠ-PQ7NѕphsbOE&U@Z |7>.t(-+L/9i#1Y|(źQjBUa9D|."MCQDF2IlVƛ;Cv"6W 4zڮzNJ@TKKj0x%>s(O>FE*3})!M|'r*t6GPCDxk9zE俄v9Em3ה|/=[Ώ_i;ڜ7F/_V#Do~wE . 2`qV"' ܣͩXQ:,:ӲM)vu2QB-{ס*W{8nH@BvNB$/p. 䭅$`筀xr $sN91+MR!u = rӼ UFlˤZRikbW$r#BW>}/2@țiόYBdmc\"1?g-e*md.v):e!wEd 4 =OZ xU3]ZkݰGOsJ*OfJx :tөhq)N{O[L,` g/`:g ߩBI{P9= 17\makz67<~Q}H'[ KXSV:VP+EsmKz:R\[2ߟX[nB %VD|Jw\'9'pOc?k0_1³Rϐxā6a6:sMK=dIu򤆅be4r7 I 7vy,*֯u:\amv\IqK\6su&隅GUqhx4JnPME!<,7K8|sfЎH3Y9/U禼hD!/Bx굕Xd՗ aE7(3GY'Xo;t_uMu7"p,T3ot 強nm_>TbI*H(l}f ;#~Mtź/8q`;O @S׎y 3K|]*q*#GW +aP "Ho]v@iܶViZO*Ǝg .J%RG;:政p1ϴFܛRu4QF]^X:7:s߈ z&=&eWjr 0;0B7BHR>cP<%G# Oa9ni5{rR<`UHUiƶ=u D|lGȦ칟u}5Hy0K_)v)m_"F@+;yET%XW J֛LdҲ>ByJu+#-v{a&bcgnm0U)15i *ĕVtsձ+HEOi LLhώΐfd&lO<; my\S-Ac-sɝsl4b=;虲FS7%JalaIP$6o$F% S']y葉NYkў( w-&c1ƢP7(^6uu2"sn(9w~o!3 $ᚕӨx=@UthRǞFCqn~0eXa2q-PW!xN!0;sD; u)YGpNɗϨ%C/RUs2!]a#  J3lFGs6-[\ WæqGЊfL᜷#^YtE͐䝙.v\l,Q -!:\0u-'OA E0̯j+h=G4 VPBׅ A.-B49hjwb *F 4 ,!֧x/2)uWPi h# U 4 ?+[Cn"@~;?~(*e)sѕp 87o\Cl|.<0PS'ޤZ|+s-@Bj>4pi߷Rz"$ÀcK\bru1U8> -CJz=jH8*p-"p0P|+:V+K؃H+VyO3uLJZK|Xw:BN4L T :5 d}V1d'f@eA !:MX3vg٬_%f Nt?9P> 6#>$B%"CX.$ YXn9V^~o?e>M/kFLWK/^9>=6wϤCĶ#Aڣi%C֍ lZ/_*Ϛ@c"Q49\y|Cv~\N~fr؜4` .["s%;OۋS!=jZ4Je㰮8g8FNB[;b}l@zr$(l\%  U$mNo0?"]5fU[HB_L/2pŻAe;tE?hl׍K )K<B#EǁxoCLuZ|wP2& 2C2mZ+z9eF}ȳCN Xv-yD0ҝ! 0r>3n6#O2s܍Ϭr3E1e}iJƱZɺ^9>Sjd/fɖ :.bb58+ت,DaUe1$mc.ϱ%{tWy+2;Ȫ2{*S@XxjR_$ѝ 4cJ4) iOjO&wq+󠻍[ʅٳoe@ el+Ҵ|OpGvex#&U&g{Diz'[GUE%<ku6y^U27H6Ʊ/T򱞾TX&.FW-ȅbdI2նɄ'mC; tY&4r~clUOHnqgL~ eHF}AjCj;O$Bk%ќ֠ XD#\ʷ["蘳z;\zD&Q 3,E h+hϭPbo*[A޶)V0F&u_P> ð*`bT>>J5)qz}4"?3ܜ1bƓy8(*}`E!cJWYH , GX\ dz7sG,6GvD We3dc]'S'kbk Un1! qhtͅ3_|pV 3B"xe@n-fCeɽ.Bt~"4= JW1w*3yyKu&Qn!o/&9݉?fT'oEPK e~:e D\bbu]Li)c8 ]❮uR|(jx)nw 03P%v 5Z5;$Z= <:Te>>sqӹ9d=ݿ쿇>Sx}kc&>8"2\9>Iqe; A^n%DʛtaOPg?M0}x UՂ+o 5H57nIvY& 4aH;:v/]WE*b_hD( N:7˸ռPm?#Hk\FSnV~eB˟SsW(֙8SʭTn`SрTE&0[pP`5Q|e Gk3M="SָC-E^@U88@j)+qO;L6'u'=a1$^pWr^a()w);[b.l7ܘ-| ,KϰXͼ&a\ET,.i뮙`Cz*pyuy:aҿX6`{ p5ӼAmW{38۾{>):Tw|Ir BV! =WCBi_Z@$ Quoa[Ot-2zA@)5vEZ|s ^/- sjkPeȞ+wa'H d8bt{r3hD6REc'u!ѯZs EG Dν"(1EtN6B e jёx9gHLXOw1(jjPs{lloWQˠtF ' d ,pR#hnc}^9ی Oη{di-1qj|K|GgUU{HLK?ιQ ?5yPUH9Q=@m}|8uSl7ZNg]S9im=ZxLUO>c~旓Q}4YmEi2¸󘧀W7S' ϫi֗  ]E6PZ/8rp¥U1 ) ͟gq6^=ߎ@i.-=j˕z! v6gx+H/02oVjSQVLE_0m" 6U,鶏E nIkNX\IH`S1k%jO''Me9{s4VGxZݙiPlW2WN*LC˿Ve]um!<"ҐáDTRTdOV1EзZtݚY%klrgyc;fq? aϸ2)3R ԫx{z|W3r@w&]Bm(Ew!iCcQgFAžC3cZ:947acYAކ_kYbq3j2{|y@,•([Ќ'U4Ģ7W͌Ƚmfk!47eؾKMֱN*LI/lVN ,鱜'-M_$3G_´q*uyoJz c[^2PR$Ch8h 8l%8h1#h*VJ:)ǴvmԦU<, ҋ$35_#I><]~UЄ_w+H3h1YS00P(KYaeYs|].aeݨyϱLUh*0VYIzB*ŋל#R;w?f']by5K]XxODkVJ`- ˄xJn?A t j,C x@yc =l^?o-4+,2H+EvEԏ*1v+yMq/<=+OY# .f2}8J_bkẒ,a o< BZHW(g RZh *E]{vj]7?D1^$ ) Ų=XhRr.C*el-jwT]Jp.x&iݏe\>a{3N0ZH^3 ܘE33.5} f>kWlČO qQg,5oaa+oe˸U /wƼRrřY8$qs0O ؝<чM ̩l͘bW1y 16\5 ..Jp0òx@ r(1 ;{, P[Q$ NrqK뉲uԨT%z7QC2%B;v"hKߙ{FBǘI]?牰I1Ŕk6 o"w[(JEvsߑ"%$Ha[4T4PkAXL!G= !oP"t|)|V"V\V7xO ײz{?^vyJ)n0'qf(< _@^2~y^ᙽ!&ZŠ6[б}c>8A{uW(0,q2p1qi\Mmf +y:/` 6g8-ҜYS1~HPCĜ,]+ď  a8p0x 9~1>܌\}v1"39}hdr0ЧvIxG ٯBׁt8ݓN&qA ėMմvCVSaS@{C9"B]x'iwpr w0Y-.?]`GI;`]3pNJΥ_E<+QQAEPsqZ #pV,r0cs N]qww3J(5r5&؎6 y.告H) W[,: ihF/Tţz]q;.@J8ЦY]HKQZ=vwt4.?E`ͩYv[`^n;.p8$h塄 ;dЗPNe6K^xޏFNqOi4. Ǫ~7wmG[TY;%w.pP&f@q"QNevS1 4~p}5*lߟ#4IlS|ZeTXd4@c'V7V갨B}PTKoxc :gn:W]9ij vދcdm4N+]׈K|YY#md‘)uOv EMF%MSgۨ~B>0>+}w0gϪ ? e4 ݊QaÔKe$+۳dՃn_`ߗMog Po5o * "fqI}N(}SXx![BȮ5Ked3UHԍ JIQpR-xEX4>Hx" d.2;|5jƘZwC˸98?7x J`Ԥ`ә`̉\1OA\Jzig;t*gPХ9 Bb<4SsKޏJ,ҜvsG9KA2/ a3"|[uTg'綶$ })9T8H"Uq(Rdʛۊ|be-FЙX0KmC+@A΢G>e۶CA/{4rBwd2poyD^%2+-HO;ga ;.d :0ϫxV~QwfFb ZmD8Fx'(TXh]MvޭL:Hv뤐|;(#eD*#T| r?ЗA|ȚLJFkWj0NLL}ںcnF l+km jF]dg߽fie#C86SZ>* x$*oMf7&3|n<)R֟y$S1P!mJbIL1?(<-Cgw>_@!9rACѿe6 ?BKg=46V D|&\PnQP"fV1q89vsֺX1gu<;Jq~?ߘ50^eQxcOvN|RpO@'UG@:fnm F`24fEÐ%0de,ﴀ[c?Q#;^~kUC sB\,%DR?Nm^8dwM|ѤV[AF@CHzvGoVтZ~*\4^eqˆުnHrTFX0_"_AFg?F)Al/vFe5(FI'XJ İMf&4E1_756lNNRÅnJD({r*aӷI&8G@Xa3('t_(3* bA<;}XkYl[e 9#_ɒMl3;1;|or_;}p6i!It?mr+]0^o'l\wܸ꒒} ~u%uzZI6"u>Z R?/!zn)hbտ0p 2**Z DM𦕳vѡwV0,"Gtk/A$\>8_W2v b4u`HۭGb}:ymhn2ԢhޠtmMtmuHP k 7 N[lxc'-)I'ܔ .S䐲،jNč:Lczv Lө4 ͫp^(W@G1}v> W&`S|l*v'GDgV ĥ"fEaTpgy ―]`Oj 'l;dAp<2xۋX.3ߧķ>MȜ\MI/HILjo WZxшXlOZYȨJ~WƱRLvGLprÈAm'{sv}Á(u>"_!t1 *M,buiE5f0w!nކpS5DB1-l-ڂڀڠ۳!4'%bxQIU".#R]z@+*zMR (EH 8ex+tV;3i8!θ* _!D8 \2\C SյlCQ$At ` p2jɕYlammб!Sꅣe'_æ3NL/-=w+2RoC a @aN@ ,jӦ_+h~ӎ)UgێG_kkKeOJˁb4cwi1liH*f[4bD}EXG;B E"&Ί]',0=`8 gDRC÷BS8& a4/P)*{|K_hGm0^SWBV*XӪ)1׀1zd"tI̫uJz%R2N7ɥzD^eA Ȑ|뛶3eRp"ZMz, &e_odE2JQwqa>1m{ӓ^9iw!7?)%JRLӔ7iS":(&x(mQx_5\oܦt؉eえ YE@,DNS|{ +B֓RY?C]i<(OmU"> Un^4:CLÇ4L>5c*CEWlpox"9jy⸜G]2+A>!@Cgj>t?}rYӮu⺟ʔ)RqiPU@t^q` ɸ.䜘W`$m2҇!U@'Ԇ>F.clj@CXeQp@LBjMֹ tו3ExdI]XegzyT=sTj~q}Ŗ]=QtN/Ƚ4!Gբh{5tmxkFk"_D"0IӾ*[tݫѪJ\ppu>I:) 5cxiq- bT;ap+z-΂\4q؇" .oqgdžT_F,\C*+݌ `#MC9~ x8Nyd(4BB;g <EibTn鶛UN +b=S;TT_!jPfB1[.orap:BĤ~b^~_o v/Xv+aU & =oGL괝 oùhh)`i8/5t3?Fs85P/UNƈ^(8LԐJOQ[\yjlM +A8ˆV J> Pkn# X='H?>(Z WJx _{4jf_\YSby1t|6hM"DD6 @'4-Qd:@(<;M]U3vt@Z3t 1Z+QrS//><"c2Q[E^@=-. %x~Mo 7.t)ccmQ,)` 잵kA*h2 t]x ?vc]dxdVl;QU邲h6{s";iI|&{~` ˘{[~ksЗ >2|A. TA*0;5:оrlbB ,>8OcxDr4[93ۊA%c)y}] u0"rYnDbhapg-|kl)cɢ D#Md_c <[֝!djm(tb#)ݿ3YuLiIN$*@KųT|Q0>z/A'pASS'3Z\KQNR')U܎#8Нx,f@V3iiW?飶Y&C[gvB˲8jr>pyf12% e^AmݴR n{Waf%?er|,[8-x L5"9ng\(*Z9vvRDIĒ~SSG޽4یS_,ء쨁>Yq.lah)DE#e WYv+7dW뱔zBԩr ڋCW^9$ٲ\ 1K0rb<|74Zט~L;h|9Hk {CžNÕp +ѤFȇZļ*f>flq !N ٍ\*:8E@o˗'8^Ɲ4+Ő"~6Xs.UȬ,lWz!֢@1;:JهN&}+$PgCH$6hK;2LM%P;%شMJD*8as:>)}?dKc2I饦쩎$NVpN}أإcNv:x#Ud9-S 5dG:l1<9X[R_[P5Ś^4ԊTm@*KB<@ȭ4J[{}xC|@qyo<" AqxkUC7P4Wgwyl(Qbaj m+8iY^#eSN| 9ipz`Xi'Wb%U&zkIT4b`L!r(B(% B46BL}lr-+2*>`/lWK&µ}myIAf0D9" {ǵ`/bBڶNAd`4}˩BR0KTNx,7ɰy\mm ā-Ck{ORߠO^~FAgE5^/껣Ql|P4N՞1%6:x,C0wy]tqx\ DawdKw\ͺqY3o)Pb~Dc)҄H TN8)N =\QA&ȦM4(F TfDL,wJK /lf vIj̭z-K ohi7ǐSp eE5KmYWD[ I {fq|p.̽~ux_1lĥO?ϧ خ+rzn\ N}!\V¥/}=-ǽ|"Pk|7T!D(<:j :mi}f p0R@v#Y{td<:zY4Z5_HdҪF 7 Qcn$-aFl6vv%[ *6pj*f .|@tܖ,8t R# ]U'얪MKN69%`g\_x{}"T  Ihn/B{{u$``+vӅ-cIfs"ò^(H8}J.pG7X^XaPM (.rC>{겓neׄ[_.0뫓TRX{`w8qb5 s?1x#<jTe񀗱!EZ&F:лan8+Rm?z4V _5|9 9Pe3x֠RY%$&>bǸj-O~TziHdL}"~5>&AɅecUq%9mw9שc&όڣYŠ఺nMmC{ŬEK\e3q[Gy3j@MJ^ 7FNL&4Wo+·~ ?0pي͟R+tv"98DLڎ>K{?<Ȃ{XGo䯧8Dp?N;Wߡx+9휏&(2>=y hb1B{ !q}‰=O]i^nM9,-)7A"kЅL'E4hcTWH p^U*%؈oq*'^v*(I_:9 Srlj**jV-VX;g^U dˏ#OuuF ᰭ[BR' >a%ȵ~T/{lg@mTV<@5*LN<)سL׃ ӣ!VG8*|wjfILMFDM V?(U/SE<έ@ϡ.(kYn;3o.c# \EM)YLwD{aѸH<9N" q9Hmi. raǀfA;ˈ?@jwCV5>HDƦ[ D2A|.b]"®P!x%ЋlT^z uPAX`cmDHY{1$^|zԊKPSqVNGk {G,_$R]wT[ѿHJψ"!3b'у 6dLyEZASYEDɺm `sn]/ ݨ*9 @iP9-5%  O5k GAcfU0%Ȭp! T[ fNà:'1]q36֠<>8ߊ׾ pI<òK :k bh J=zV[Ys[ koCs:k#:-\.3"S Sˉ?.[S$̀}kUE&Dڌb?w% G'cUru (49,k_|hghbW g!zu6rS`J}hg!EkMaf򢕀yHsI+ Ĵ*IA{_3H]ju(@R`m=AԦI`|Z) 0XĔ䊣-!pXՇ=yϷ^.9۱?{Fq'W~&|jѽpJrTqhq_}wk;9(XiCĒ=ۧ= )~ ["WniNԪ Rm4=Er"yeCy z2H 8YKRD}E}W }<8:ahyJ%oV_lpI2-I9Zhjv9uPBA>k^BasnifM#\%қg3ֹ^9qzGUK3^ ר a;U<`ws;Lg*]s ;z[,\~P>*-ŔA mhVlNY"8׮b: mjdr^'EpxW.P!iD៼+#Z< Y/4\.a@jv[ ̢2%ZTœ>6(4 %ZEZD {㻦gII52 ۚ jʸJRk) ztlH+%Vʩ0$" ΂_Kϭ$jhH0CUTW'ٓ"kk!~_o)*6EK94ݒUPYa _}粇`-@cA >^٤A9mpz^ W8*H:BȀӁ/S\]\%NPDd#PÔG_SP[Hܹ!DjWdЄ˾Q9zk]eA,E^32ZS85?{EfAIe22vvXdȓvfh~$w|)|tp!H%}UWUSiN3N#?=]Kzm6pխcϵuI;'"2FTc#\ +Zf-E ~E[:Eie_L/fLM{OD k `l:761{x}pirU8Drs҈yhD8/5B1Y<r?ZP(_unoHqm׶O]hrm蜲L}Ket($^^UXi,5⨬L=B*"wX&F /XWhn*B (|̵:Y6r#PsyLJSYB2(jRGI HrO+Wa8S`DᾑweFAelF3(o,i8uq6;[|E0R{`Pnw\^CO+Jخ͆(# @w<+#ne\%&hG@ڮJcs rñ3eԊq-# \6NΝ:ĘjK{n~̺P7̓70/(-v_xd4Tha_度׻Ѓ#kW-bvSKDF9OIg z}_>vPр~ EC735潑!im;zVn2VP5Ք jF~ )70rJTr@oG9QGKʚ#~T* {p8r.(VXr 8pn<-b'kY ѿ2E:E٠+v$=X*Ă\TW"T2vbhZꭦVvLfL}UlUPbO-o"j"Za69˭>ʵj/eYv>Hu)d-"?Qͱ-,6^Zi$O ~Ɯ9hPAjC+$ul)d0M8<a"jzl]nƩΊ2/PN HiX5p̃.xv'b$+ @e=$ڑ*5:n xo)N$vl_;}} ;6js'vMfj̓ϯoGr`BHFps&BTɩ.J+ﹲKrL*0?%!:]x.shpl>Xn'NF}'^IlUuVP(Dկ\sRM1G5PkqFqz1k8B^̜Yrj*{R!c{i6!7ms?-*ʣ^&%]F}CdRTI:xQBXFS%ptAq7l|E**?cK"Ӳ6?;+Р+xޢ t3*װcb;"p]H\ ~ycO-_ʮM4UiSC92DǓO&u\LY?=M>ud.@!Pp8LIҭ4eE=IM[Y|OҰ,҄hCH!r'F ,Z/D_kI<1Tr^Z*EcJ(RWC)ao_.~YDexfܞ2qޝOn ִxcv$SVT]pC:Y$NN$ s5f 8F幙L+>*{W~{'\nlSsNlVHmK_1n!(y.ֺVeD+uK9sDl+ /k'DI,dT 1s8V 8}YTehꢦ :+!aQx@8@rhqhwb7i L %QMSp]ixKd@Zcic؇jn?Xֽ.uI?E}g }+C 1K4>= #PMD|mV}1qsJ}茠ՁY6x?h/%0]6}mIu{oP 04! |^K/ԑsm dV RD9zLZ|Vq3m#LR5&TʮDb]NǗ)aDu6 FŒW'3 ei׃zL8#դfJQj1QFOhI58V6̐l k(wL?L?i>Ak +'*GrZ{f'74ER1|Q3X#UYǫVOebqD)4䮣 Vxo|lOIq.]>^HE6|rqțLVtopm0~g9ܣ4izD Җm nڀ{*qZ8ʇ0=I1vA!DƶkXš;&/YՎ8UK3ZZpcD:Y~U~.~{0.%g`=j]Yر>u'Z0sWeݓR~DB޷ap8s=oF*_ppjЍP~fvyxi婪]$&9\Ց/6"muM=ncrِ棡2L>a>h".D{/y=*SA+2N5@A4)WFJaf{m#Je0VP`\}bz6Bk8RkU$Oyң`ܟ*.P39JŨĠelrjAtYTs3b-?BJk$lWErOmY&DA0d E/?լXvZiS| 2V͜P~˛FvRMMqrpFn4Y7۲+μ".{i,m)\ި SpRg; Y;i'^lE&zaBٲKʧ[0Y i^aV Դd:iV]D>bncpQ%|\@HN9K4 |'ĝȭ(CGV;` ~!b19 pj](MpnCI{ue'@ا3Pu:eh3,tH|27+OEJa4%k1ۯF>:`qND2uKЛ-D,TcbSm4j&`47 Sq@eP=5Z_ӸZ0(X%?SjUKkQZհ s߾hB?e:&S,{wrȽx'z扥]r׊#]RP1lM9"D1gx));`YZKJl/_ތ&Vk M& *i'|Vӳ5[f`S!౪i*2;TD"03%ߴNDB'[VC{/7hm]jȞsąGwEO+ƌM)R! Sm 25gPi7kOkrVAKDtW.s.'vi:'܌@t_H^_+ (@Tu4G5:]! 1- WOl}e%ĪKD:Y<̋?n 8ٟ\j"!#萝>0M<\?;ΠTq+G ,DעR0սU)ɰP${LdLex/ۻ`,2qw?NI m_6}W6M @A>y!F2Gb׻!mG^ 5nQ?RR|͍ Rn4_%֬rKC- 1]BnpTD9ljVFz[\ڨXdNKPjP* OiRmj3L25Зz=<勰J=;QFd*B>,~Tnop<\?6.ygeq/x7uH Q@l$>S׷wPlT~O Zrsqi|+F+R0WqLaԎ)"Xlx Km5=AY\^G.5- YyF nC#Rh4YhkFVxoT^~̍ U+lWk6k%"٣`t[a N& b#̅q lwVS-bE\uUPUM)DUH:.VLg3I-Xj 7M|ؤ-kBk3DK ;HښDTi=,[>a%v2V aM̽8ז-ǁlTC5 gp6mbX2T(/eL8N'ts$BKyij1V缕ƶU-D<a8e3pZ^ Z3*j .x ꄵ WcPa}k9(atY EKA>X)ZC:)?q\oےAgdF+so򽬽a ֽXU0~{PqQ^Be;0qv'rݧF??&&Ę0Nn9f)sU*%CH*"E^ѣU!L$6;͟ݨwUaYKqQA&4&Ng!WQ+UmgaBb~[ue{(;` 5dJw2%f|G{|cؚ<5|uS<h)tP̀5m83U2{uuԷu ӜA-4;o ! ֎Db ,Қ/KokFݐ9өS8s1V;Ŧʨq"N @#C"+VWUkp1? _+wAΠz6\/N, tH!++ mU8֐Vn|X<ONGUV^1d   9?i`A%8[sc/A=IhH%(J0haw3h;/\\7B BiӯQ.5M o{ͿdgrObS218*UGpՍE A4V'q\*[ػ}94*]/;MXWtd'J$p0HBx ('"PVkhVmɃ35n,SWr JUAEPGkrJz>:[ƛЬ3)ΔoͲ welD0,X߿-$Q[r(D mC}xV?bITcLhpp&r=.{ &F8١rpeR;_q^C62 n@Z ?&rk  r :q~W5qUYQBj-a^*v%RUڪ-ts^܀> Y5 &5b1D25 wW3"to'Js4kI#?(Hj̅pOZS(ce{ |Y'ʂ4r’Ȗ~"52~om$-sRu12+jBez``<IL/qˆ jY#]+mfu.M΄}RUI}. XЭH}<#]}}Z2!- D6A l䆤o1wӟ_}B#3*E 2YxtC83&^+Y;=Laj 4J]0TA beݗ䨘jv =5>o |jpx=Wwş3)T.?Cv!NϐŘkLB֔ Vɇ"ǧMF%g^tZu5N `TJB{f~rx=3&8Ӑ9mo ";\TaXA ";56-FnYRy`^+Gde1!Wtfb~zb[]&^2GBtO=+,3bm0t8[qHOGlb웕T׮E>Ȕ=@".p\1y\-(t:\Pybض_VT,|ٍd$nY4Wp_q Յu2tyJ &ku|a7t LE 'p+}[: 5:HC ~K{ì@͢h@Xa+,|ApY-zX$:T+K'~9^ R92i \!ʴK)÷>lx"*X@5֫{ Byscf7Ѕy{H$B^OxΈ% ٝUM{XY׈EүYBOʪ{=_:KC]Ya!Ւͱ6i\> 2L-%.[9߮ \J^wdr8B|X\ ":LEaMIt ^F Ή_KV@JQ~5 H\]gw"ۏh֔8%W?d>oCC3{f/}#$ c=y} n4:IwkGXvǵ@ycbwu1yZ ժ#A [[GQRX^KB 'E9&+\He!!b :礼vT$ 7ӝ-դr^3 50;hnt"tf,ObL߁?nsp/ҝ|V܆)3Ps}].cs`LORʸ8v7 A䍽>ODD|ye2GiP?XM3l?ghNXAV5JV2dnKO ՀF9U>.w}ʂ"ض~LW P{_urgoQ,⺔dV垥}u5 VXدl"84B/Eאx~ڇ mɊ$;f X-dC%NQ3/!D)(!uqZc]ґ7,";{}XQO`c8dKh\ݑRgwb:opZ*/O%Ouj6Yo?áU B![q̈́c[T NB2dpdȌU"%v>$*,=qϰϗ~|n6!wF|u.nP侕a9#E]T#9ЩB-[;&Ž^!]2^OSuŨ` vJy'溰֫^1Os7HjNB|rimi9ڶx)$Ch8O%WxA3[ lYJAplS #-v ! gS9XFdoPLJ~:7K7!}E ̓<W~R /=hٲ<#TXhR x\O3pd.?d.De@%#ES|<^<6 5mPζ|"G#Ao r5A@]g˜.F" y  pK>sY6}D&^f9u xh(\4dҌtysXrΘ']oĎ:>rdށ!s].v|KPZf~81 &*d d_$ÙM1ĩp`ID&Y>i=j ķ7C%>*Xo''v,-ҦC7] T h[:nJآB6ҤUl] jZ^<Se9A<ٻtVZ|)z/W;3;)N=33EjS!7) "I->FȈzޢ!ԁ@W<̧Qfj ]* N@{ƣ =Z0h чBJV$Ħ\+_)aZϯ8p[OZ㇓X\xA[ZkpoUEmwCEEI4o,%YDЊN5CwPf`ɲ|EӁ'o L1t|4=ԈqQ0>ۘsأC4RyJ<.o0?d6yPϼEua􂾎 %3RM\ a*b ΡI{GYI)}v="K rwK\e"hD?dIsk$/zUJP`u+YTHuHBM_^E:Z(or@V+,(MayG^C$1H*Yλ߼9FP{DQ"3 `j?:IjWdaA  7z\;7I\MsCF9ReXXH:s|ΘU:ĶV gyƭGG$iSAU%DlE84Di}yN+uMrM[^8@vY\0tBF# +,Gy0  oW?xw'OJ#L G4tElC^cqy'a;bmDέԴ%3Ha)|zq|"t\`]zeA)(f ڂF\Be˕5qGg]^ HbC+ \DTtߍ;nD yrC&fEsٶbht/f?%/ rpks "~+C7-fTK< 52Hcz]@gLF]"AQ%JL? < 6^ k6b_!kձIC;oTϼ]@ W(sfbA!B;alULi8m[5 β^Rd\$䔚`gQyXoRw"9(ן:ygkJϳٳo2MOqݵ,Q6`3&$/(v4/,O6J8zQ,s؋8LȓV AS?Ju)s7{ $5dXϱa屁s|5@ 3\ &]C".0֎a9ړH'%汣7M/Q8v]]"h yy\qS 9uk#InAs.(?S9i$1x+z-do``y2~­7@-$d79GHS3;V)A : ry >BZR=C^Q~Cjm^h`GU Z=@*%Q0d"82B_e4&O٣)AGz"(E#nk_S pm>;Tn$fV#,a5n yz*G7YDm̀U@ݡIrhӧ-_ ~'[f_![+1¼"R֨*j4#^&:3KyW&|\G۫h~b1ha8N@rnnFO&"??\9R\ĘPkϊװtN:vQHFkLhrMݾ[9l;<ħqKS+uԝ0( U>T1MeZ}*h!SV herwG2X # :5?# מq<6LW~$Oi~wr»|#9.ƌZ׆3s9q".$нU}Q3U|(@/%p?ͬ53|OX(dlEd=, +ֲH~q0>*Q ]-Y+r.<q',c=Ir;?Sl3YƋ3ꍋ}ӓ~3W+[Liv_orK YsPH(˚)iik/#;\isUWDfG7<q{r*hvVjR@noV&ȵł0 ɑ_W ˷`pˇyy[ȰJAx| pFq;›DN{M \M#$t[ ^S[D֖0ENtMG!5˱jyzSE^C_Nq;z&q;oR}>4q/9(]+A J4ҀPHƲVg0ҺQވ)W| !"9>m?6Neܯ'ùm{3a ɨ,>E DŽ^M (dlwdOP,,mf۞c~ v|3hz[W6{j~ H5)NA9ikP 1y (64 6Ƹ3pArb +?}4bCŰ'Oc,1+{Ed1Hx KWM5OazhRQJZTq\imm;˅_+TT80zLv,ׯBO^Q6w&5nDr9z*Ia4څU;所)w-Uȑ FDsݣѱgtG:0& R~J8Ew޴Vδ_40+Ēj5_[PkxRpXc@Mډznǐ \~ΥNJbN R=ۣL*PFuOUƞ7G.H ǩĮS2\9^"kCRd]O91}:ELF?3ic.>Id!M]'k}0Aw ¯11 GYcPL':O!r\mX(,ϲ+ ?) . E1/O:txH}pT2: wi P ~9qnF"2Y+G#1θw^ ypOQT1\%+s|I0nLllbvT--9ԐwxlPC^ UO}]=\ ʅ8ы+K]!֔懗N-~̰l0cp%Ql8Aau] I!ƬY?=C`Y.JNvj؅!|)`LLec4cUյFF/C@|6=RqTR͊+F{>eсQ+t .x_kE}-.!\DKNsKВhJ*T֗ &#C(^k9਩miQk,σIMSAW){p ?JOAI\7^3H#_w*6Ď(/Vm]@ҟO(6z'?QNy ~t46sUvuf?jnӏzA }]GEԧA[^ae +{{EiCIsjޤa{ZFϐrg_b!% r"mh_hn12 ;} ԌAP.]?ALz%߆zG>1uoЭ 殛o(:u;/.G dm\ݔ%?/E@-CVMy٘ZQr D <ꗄ.Rvb`tt΄)z)az>\ʭAk Kihn004_?1Z ]z#:"붝K ba;v31fR<N(?RFJH(MN z.q~_X9M!1/Mu3_p[. tV蛟*##-i-\+::Y$V')7ks]6pRRv᤬jui$BIWɡTmʭj>n?{S5H<4W'kl٩w'Tֻ%y[HqՁp+@w݀H¤7pZ_;z2%ʢ[nC`oRVBX\:l;gJRE%u #~~p-ޫjrx'Jp+]pἇo&icgo-c>.pVP.l)OߛxTp4Ss8=ru a27?^)bb腗,,L9Rwk:( GB+%4"!;(:΂Qق7:8:fFd@ڷ H%lZҚ4BPj)}p*"; sIz-R)~,Lf~Ɩ ;>I%?Ty -#}'G;g/k`^#A9wb$:0*';zLY?s_2VD]p,=FE-"YYVӅLqǷ>e*ٽ'F6XzRW1? V(AevjVR5HH3у\'>50oTl8!{s}r0pgO{rW]]|F[$8SRO[VUĒV:vpGyIE%9mO8Dj;jh66r9/s!NB Cj,ŠJ%'YP2jpd!5}/hPP?> <9[6;& ^H`o~tV+9)˓[?".=[g^Exo9#4'M3xfG2V(jeԥ3Ǜ,+C5 %)RZn)RBV;* WJ3is>aܕc#gEq8985r 1.Acd*؆ oo_&GUvH_ #9'q8trKQ`-i`bZ*8'?m(f`!YU}~W7n>ZXߥFgGJfG YcPv(/zd dr%bָ "&T;{?g=lȿ;6#䣬J#kp*WZlqW |5x4axM746#gT~WmʅCrV)NCl:_gY!D"~-5-CZ j~7ud[k_6=* y0%%צ1XwʲJ"3Pr`:qX0+yndUPb5]JNE9-l!keR3ljgܼX9:(UTD梠4h!X6v%Qa?εBaBӕO%\{ agOlS#b27LD)GSO F~Q|,LJ]? H*?'4ˢKN툨5O}kwB{t9$C1g&y_})&㎑K[kxFjYRee"<%ĭxԔ*5u}a|`6ZdU'E:YqW'ps;a(>]vϐ*S!G>q0z'#TMQG0/ǪvZ7"nFևT'aUY F-(mkʙ%3|6q[dl/љ6<>\`PCMSsO(& "GR;/",ȭb2=8|;}&""̃إ܀hpf1O،Bp_=*db5\γt@ʁ$&%B!bخHu$xcp_oC8N6N.=-5dt e=kr9 &xg+lG7V=_g](+靲mF##XX#^Q/M8u4I/@@rLӻDmU{NڿngmYS}ME30aQscf^)CX-'!3cE Mq`iu2N;kaʏA?^FăiIVm>+EؔveȲĩ%uNCu$0Na괉"f_ݳ( ~VzuhWJø,\WRI1`bc)j?\CPK*LŇEv1J' !d)E& sSy“7So@ t; c-r P!c'ӍBBMKõ2K$*Q Vy2gR;Xi#sus*->0.Hte}''~/`GiE`P" %HqQ[{.oXDPk}AW~bvVSzFXSS%tխ]}y(4 ӈ7@Y kLNuvǐl/@unR&x`z&ÑLHR ߈6A6yI'O oc@A"Sf4lփU? AZ=ȒXX@}09BJ!W;rvO~pȨn+wFSYXm؛7=}mN=qEGXyl ^@z_HL=I04SZpLiM( 6,>w;d=Sq3ꦟ2޼b)!rJlH0z|/ WKùC-!8P* t/olniNJ* WUzyoa>%]hnv&%—rﺖ 5z{cQXuoY`Fx la0ۓD2D\[c- /!C_ԕl6XE] 0JAZi>G!?D,Z] k"Kטa `##c; o'̓6 epNb|R:%gY'BQ;- ʱoՅzx9=WW[3ҁڗI&: Zbqt8$dt?S &sUขX-@D*JXKg`CÛ 쇟V]67jծPugf\ptSm}(%4n9ӌ"Vxtm]?L鏰o|{d!סU`6 2UyY' &@ _^.pBěWe݀ (y;둥'Pz>,@IHC|ʴ.D?8e`ڽG$D@KjkBBͰ%sWUmY*p5BA''M0 /C˴s<1YJRyZU kDo~`#.PH9ş7MsɅHk21?z{zǢ@4z*jp}; ~J$ց{?TuHM{Y@,g.M |QW򽅶 7d]ڽB 8\~&F8P8SBmiiy_G}P&(pRPMJ"6G;Bũ'E]K @/IhG=aAU&bAqNrMAQtMtR:UKSžԸi**) -`T:MN7ˊ CMeX OmܯԠsvhom8Ýϣ(4"mpl E' ;u{u6y"~ր#G1Pd//I~.8bǤ_bK( ґ63#nAvW:F> =Ȍa"G8&U"޾0f8zHH 'O*HT >n>dz 9|M=֯zmZx2S>ͤn-gXЍ/_+!bZb 1xP=ĿܓE΍^d> !|2N{> d^7&$?t4 XGkѠ!^ڗyo$fD)=AQoT //ɉϴlzsDtHsB C=[awע `|ࢎw ~mH5gby2^24N%Gݼ@kpU c9fL~@LgBp{"';M{|R›flsDbwq ]G.];0H.@|SkYKg}:@8\eos/;k~ pg"fZlc~&͆)w)#NoM&,! q{k߃p*rg؊ n 8_,)FI]L+]1YBbM`kVr^ wDCIt44<+(쎀q]%;b0A󰦠4-A oʝ4c֭֠Ntj-Zz1ԗ2Upuwz y_%W[~& X&ySb2ze0_)Av`ڎܳ0YUL1hcw]?tG >WlYWS7ڽ2b<^S6>vemtKPx97߬%<ɭ_yO_-P U\ {|L(~Oޞ'7^ެ?A`Ȩ}T92w>>J杽J"!wN?c *L*}`;~kѕV{i\G|{=xd@AJy.Uq,1wXfOz|8HKE_yT;2X2^ksI .4 c[tçs+,1B5<0$H7)bĶY67%H\k'efF_+2N#t2^k(EϗO_b6HtJcJ.-NP N{|\< vK5gGa2g]>U`wBk}M'so#L;^XbgX5#U3JPA_O+>5ع^D淙 ku[Vwkm`JX-֡ :{έ+/0'QaM x a>afe?-!C}jc̥C W(K`Λ~ؐW g34\ O2JQX!;,@Wcm뀛))tW4IbE^E$w=G zr/M6# %+ &I?T-ľ|5&ԧ\ s)+3tAw)?ng88zV Ϛ<rUer,:][M.33谬VcQ!a?@#ZO2)-5\h5u)*u0wm KRK˛ &a څ=*:eJf1rY5;?~ӵP61˘1,lr*&低2w'pRi@.8R|$ ӶqM\iX#DkKN7żЀbxHDTT"wG1D|Q2zեdԙGUB#0t:<6S}5Ma8--#2h/t?ÀY!&^~xN$L-_omyv٫'>;T`'q 6jBaV|( bv>% KO(;*:Wpfq{)2hVȽ4h',%_iQR6iQ /s5{nNG;QMaiz$We6}|L3ӁgJjawi9Kl"l=6s)1j% >U^(PJP芑֥!"k9K54hVBڱ^NGZ47c'z} +O`)25%U;~4/ TaPFcWL[~}uKlb~2Z+0>Ro5zKsFʲ># }bπt[@;{J~uX5B%c:Rjr;THzZê 1)jԉAm$D?^χĝWj"qzY*B=]V{ƅ 3nfjG(}wQp2NU_<@XnC&;%tzN>+iE#j%T.c <Z" zb[=2Y"6­}㾦>cl8K DhcShҍ; =Cޢ7FrHv / {$XaxNq+ʞA4Cc5b?|J"bȕ&-e'9eȗ*/zXrFG;6wyC*Vt0bh@Z2E(fV:BxɬtV<bd]8a?9n !l,.8J}9xkiRO5C&2.Ɓh4-_! r8A~ F{*7(7zXxf1د(Mg:.ULT*X{3<1j;r/z|9%8ϹTĝaȪ <ǿ'C(I_o?4y2VK?(ۈ 6`fn9f: vEJ"P2:^bL tHt;bixMغq6Y{:s G6_7(,PgY^ ΢mJK'7ށሕBf%V"h_-p`\y㋶>wF۩C(FsmŴCinǺDm}+p,<&|EWoi=ep ݃c뙫=Cڡxm֞b/]۹Qޭt\|pw#d@Xŗ \Trpi7@׃k5$I')}wj{Fu8Q v;pj\wy,Q?6alx:ݤU̫ ѳ ȚQOJpd伟1ϊ\1k@)sZV[ŋO3R$P|iCqVF(%1!Hr^S;=`I> c8C/ YAզF3hvF3?K6YLU^h75A!OSlчC.pxur ZfW@+ؖT7Sp(c!UF50[pUw@8BHL͊:Hgo>wx¹E>M%[7ekpqm/Ԃ$C>yc"Ǔ^n|1H=zqvx7^u2 ̥rPX'8 TQKl6Sxk;SgMN⃍~~ZdzF[Y$DJ.VtHOg[|N.u06sݽVR@vOxkJ^|bVpBrg穧,GPlIzh4Fs;ع}:1${Suٜ{8:A} ; *skhy{Lcb8'&MDK^0-,؀' NwΡ%4h]Q_8fX)X"FL)[n D4 o,5lJuf5a&g/ *_?+ ai&R轉sԲ8oT!Q_GXQ< JtML?-rCuM%cKe2is15zM%+ ˳?+YqW-B(zE' :!P2g!g#΄ΧqӲ0%_&~!|{}Jvh{oxJ[ 4f4dTS `` Um<[:^NDH2i󚧿!5LSyO4IocC(' PZr~dH<:lE58= r>o0+xģ [ĝDF'eE8GLD0ʂ씊 V,yQ~,2 E# =/qz%I#ɡ}G7Fo̟X6 K[N"גЦ~O:b,e,-]8G΋qĬHbĹ_zN,Cn; *D  Q| >B(dM# Cm/H7;ՑyKVD~@ELsA/:E/-Fq|*8uZ0\AXai=Qh М Lc p;ʢ2jw|2o)Ε)K8["p80'`^ns*< Q(V3u*j!O$X71̔˴,z 7ǃɱx(S,DIrc vz8P tFɰ)UA~9׾&k(.9}(?'~ X)ۓS(E˼6o6UWܸ,%:#^Bt()牕ڥ8C*"EG.tvGd8,buN o*so84Z`[a; #K;OeUrAzXqHvegA0H-t5b+p [D1Ojm:t"l<\[&VxNY7V*&}fsvrhn)L׃q,uT[k O|~y[ߒjdyƘr5,rDD|'O`yk91+MQ&Ӎ#xKAA1_'*#̥̟(){$&j N{gr$9w-%.+86tM*Y kBj~ *, kf`!4:'<uDa$>wNth) t@EZ'[ lČby6WHG*Msl[j42N^Zr9%5ڨ'1,DE;h3:jESĭ#Q-M]LC*]K!q?FpX1-!cآ:lhKqIR]72?z\v4[b tc'Z` ~%k-nI1ijEVKxβ:yz'VO^>-]٘--^H cbn@r^㽘$ Wo1t3vu~u:g^ s/ú˿(hf/Z&)6 w-f2*ێ3Óm'R\vve Nq!#\%foϰ3Ehbt'x b& GR&8җ:(|ND!6*/jy7-XZ"A4=7o2}Z#hmd Nn6tѽyCr)c =ky,uKNQ\JK=u!?5!Dɳ6sg7dLrL![MsDZ[Rux8 oGn~@XR Jb-v,_nn.LU%nEϗހ;*C|LW5Fz/ Kפ q!Q8ywQ+ߩf_A!`|e=$(A1a|^̱Q __4}-h7wZ.Ӯ@a?cb{KSL0-;jЪ942O9ѪF0J ~*ģY;9VOe4∤J̌ of)}p(·- *I8+k@ ўЙȽKs3H`1,aPS7)s)WIM*p7#'J1kFV~)֦?r|9n8M(Dg:pʓt"Ƨ]@S+]y"x̽j5KE iZК5IJ:mZ㗛R߅JY~ ((ՉTy~zyA#2[s$fH%׎"cxP8dqb@+8{OK8듒W7DڄaJ pWid kg;tau3!{1+T'O+(w'-_AC lCײM~ 0ȅ `FnR bI_θ+KNWOav̚+pEu ,RbC2Ghcd kҢ4bdۮ5}7y*g[~M"kҕ I|eq~d}' THoKsٓg[%yr[Ғ4|IÅz+&.]BU?]_0b|#VBΘ&^ ჊6is+ ]=M3wKR9DL)/4z5.h177 e%x=uiѥvNq*w$~򟴟Zf GcP"z Qq<'گMGjju"xHL0D \7NPa gm<<$HHO4U<>8#e"Ƨ4 왮#ІUS9t0 mڢ&  ;d8ϢDֽ3NItońhvYO<އ+bt1*4jLRF8,'[.$Χ(X=-. 1FzPYb XԶGi+tg[*h( %Ʊ)J]ϭ/њ b0QTk[唽zPJT.tza ]12~-\~^:ҷ[ZNWTݚddlyv"jF DGAϵWoh} W֯]NErg'z91qP&hmWExr_$f+ MGBcv6;?﹪*޲Rҵ"̪⦠y#0oq<ᗑ`lYRZqS$rBZ:-eQ׌W0]}垻Sq)Aan-)_·VAZ5ʥQVI MXiMAwQ]2\)#H&bZ?wq/7ѥ̩3>]_W='q+y,0%Ѝ@*kOx +gۅ;W_KM1X3lhk-%QHۭhDloP䷟TD:APS ыPik|_TF SGa=d@=< x;O&",[hG! :9&SBIģ{\5S?ܷUyxg[=ѴߜА:*gNƅ\w\oaД|C"Q -t]U 8בS {>WZx@=ogIuYEAt.V,Zx-ڍ9ײZsj,>~+$83)ӇHTtcA mqt|t( YM}Lղz}6I/^-a&rNoFU9Є&Mܨ C4({ugЍ|^TMrV[] 8Z 0ë4Rrrw~O$۽Uw_W1_hwj?X}xU/I)\bʧ#;Y#$:30Eaֹ.}|XdhKJ1,ᙑ1v~csĂj;tb) NҪsB*۪['(ZMzZীD>&&H>8nd}zb`׊ܼt䵂嘌xT:Zc#Q/3VBZKtuioi0hH}Ox X}0޳a+1?{7j\48^L#ׯ.n5;2uUN7] ̲2#V5-dsN7f:EsiƀʅloI퀠&&k?ΊQΆ}!rKi+ִwpR~ +o%XEƌܫhȕ{^"@UŠ*V`(V $F:`DpDH ivm<G9oZc"&AUgzJihCV1m%~mh{.'U(  G3TL WƀC@j`ߧCۺl`&ru>#XoN*jHmRosط=~Y%\Z Q5D@5en>׉sP=3}zNuͩӼjVR:7m΋ dy8-,qN@8+t6b8bōCψW5$~,*}li1O-1 =+o33-/蕎CM!-RBJRvBSGdـϦQGjgIaޑ\ۮdOH;݊u{4Li>D}Z?CA97nV:8IAkʴ&2/dw u/{wJ{1ȝt+a`YOŅ;MX1.2-q8*cD^S ImR&6^S%:="\E0L}7";= : ZY|EbU[3YSѤ\JYle}qLFn _[Br"|պ`z*(M5G@Z(!YgKdun2L.~gsM=*6݌B#{Ac^̢;7k'Za\[eW4zɖQ ETQ`BXFLn{TƓ{n"Kh7 &dGs o')gx: sː)Ct.Bm'cz,yB|Ar9@Ps̤KUS@/phytXW{7Z4;vT3Ug朶&& &Mjݵ l&u`V9 f0y>e޼475MdGf&$pb޻`)) _BqگY!CzN:lE"oۺq _b""+.)ɘ@ \=/ l4gC d4D:e؃Q|V} z,/>1u(X7ve|9=Yb1QaqDR5seD:67>^'p65HP/U@ PyA2x׹x\qd1:n3+0p'C}w떁z-8" YPh-WvlEB<DMV瓛1S7)\׮pA}~2_Ÿ C^i^ bN+ {1ClA nBB{cy+k&-7lrWߙ4{%hC ~1G\ǔe[S.Tߙz)̧q7d/ǴJQ=25:v9/> C>zaQnr&d1UTguի}-Cb!UdSMpw?LV4iF/gn;7(wu2MߴZ 9pn~YE^8)2q}A֢f'8 %zc;\ bL!-.RIҧ\PI9J7rg^(MڪY1S&:xB0hNfe)J&r >K필M f0hȜ!(N9wt*pg(s`]*S.8,`Һ)1+/i0 Im7ռZu RG `mM~o3[Eӏ`׮ \V_{R+p;u l>y%{PͦQ}!Q&eClD5x #v|ֶ1ed*Nq yᤡ~'~Z2nK^\7-e63&/(~DNvLk߉3cG5M?yG^÷ f@#ehPǙȀ?@gwH J !FE}oje&% ,H3'ǣ-p/3x.*<ĭu-0KC9Jz֯O|9BiU<;\Lltz lpZ]:d{!C\ܞϓPLxkwB5OgarTJNˌT 8ĿtOn} G̐Fw;oknxQȧ̷+%whiEhWlnf{##Z?bZasaE7Β"ai,)6I֨Fi&,Y#+ǟ&;>yXTЅ$gq33O>j|' ?o!! \&wEj}ǖ=4_&ZB:H߳((5ȉ[G;ī{l%S'$W !㱌1/P K n9q*Q?Dљ";>&a@4@E8ԛ i@})nJRS5^rٮg9Y AuX0K @&)MQsE,1;ZaOPr_DPNӨ摁YI,zij 4~ vk,ia\(8 &xj+FEOF(%NkĴ,u3QQFEkc [|ql.Eg."Ng;NErp,-'y7#Pk$HD{)O6̟1(rPe+{ Ozw#` 1mD@DyfKvd*{\?BI _#K5S'.y՞ӿ$jy^/n_OH+]0n1ڼ$fI4Y,,95f1ٹ!/#1HX`*@6[:N{BIQtnhGl@N?˴9*MU&Aa: qv4NsH^r(uEM-q% b郀dAOi[bhjx2+!\" Ϸa\C..,^[|@4Q.I0qb]II3H܋o :ez'sGmfD6@&Kzonݜk"֞mK&Fn2X A݈ۙ MQU S量4wBL 趗J5M[K}u,Źm s65)py[QnL+ݓk~0H QMՎo:\"1O9`:68ߊEHDU)f0'z%J Jl"Ǵg͛L#?Ų6:#[K6y]6yD7!{5#i hL+MB+k[̫BX'D|vu`s+SHTwJ(Xu]SW7m!#?ϖ_ID#4p y}zT9p̥Iy/ H\LU! IܣWP =&=vJBKzBՊ=Opnv 6eO|q+x^^ݒVZROc[Go\yľQ{HX\sJXO@5nڂiDs֬4ցO[=b?~ hfday abODj~M;R7r- FCqK #y(/ / ԰a)pAZ]fI#'ao 3yUyGY5b7Oyۓs@&70*nNpO~^aͿde uW"T*-3¼f =?{]֝-' پ~Ĩ,*_8io2Q1+T/45׸汮Ws9)P3 D ›F}{l&v#CRSN9Rԩw'bo84۾z@rx GQd*=;ܟ/u 8-aT.TmZ;c ,eC1.D9qωkFe@6eūV;3)/ Wl&,ʡcԆ>0 4]<>09,1xs<{O T^NK=֒B {AP $xRU?mnG}0L}UP܊_a5$Rro&^C(fL f@#7/ !aW Jyv=#8A.3pϟ+Ŏє%j2Gd\ yy hj#P &:ɫl#ЀRwϻsspX%E>#&B-y}|!RUĤ a^) Ӂ!!tVo4=115~ԒՁ]+є8_ZZ@}k/\Yu3|;s (GdmAai6a ȍ>[Pgeh< 3Ǎàg^Xʙ)I,XMZ*;Or7}LB#-M)E!3=Vsfwd c^Y4s!Q$snw|˽6ͅԤƕ937// H;ŷߏU-3=Y9ߵ&e_ÕQ`a\DBٞRhKiLbӇ{6 N%B*ž.*oi_ܰp %B1PćIlh W3v?ތLn')ܽeN0lYx ^A 0H_)GuM` Y7Jۜf y3l ƍx6i"qoSV`%::=$(5V&-lz7(ǷcwSP? n#^$=!xdj:f>9=1j &߮-[c):滅U9646\s~T`5zǴH3N9u b|Z2A׊}[E]Mu~# ,*%y'ZmY%Lϣ`'H^~`"UTYgaG}]XZ9J(M7KBD>wUm윱xYmnj_τJ#8oJ׸u! i2*Rȇ480S"a|sc,\rEOc3; d< wy %۔.z/ Ỹ)Xw3Hξ)F'&\)MbſMn u{F "ٗ#R[a=i|nĻx?F>x0Mү}"\,S\to ƹWnH1WƔda[#6z/crOXK lܰZ([ItnE;H=頀q(E1fLz7R8-1s[U_P) ~8RV3t'SM{Ar߲Jسs$c.s6mVWU8?w 0ZzuZ:q 4F}++'?n}8yc DUɗ/BL)͓V] UYXdټBhKmD*[釭cwz9Ja kM}Hhḱnl?4 ~RˤN|E,OMFچөrI}<8*8/Y4nxX\ciUM]eUXAxMfĞBޭ* ;pE'%*E_ 1?R;Do%$aBS#/J/7jXԫ BAǴʀ{֑\9Ե%x *KΓ7U^e®_hGDR4PZ|VSUnyB[g:Zcu s=Q54E˥v*QG2 (..?:  m\2 ~r$+a8 vXCHsoa@< &l! QcNkڰ=H46群Op"V%yGIg $>&uaHmi Tm}Y&)x1B8Eo'|4Y Xʑ}ȹ!ʯ.oY91Hd % cL3<3 =vE@wQO2- \&-26lg`fP lTm[a~s4h&յe}jBu(-tAG. Zw(*Br7c#vɧΞC48(ղ˓w2X=[{ʉHĖ1WkiQ/w3b+f) Hgٮ r vR="v؇*s# B=#>*-tYS;8id3c#|bⱾC%5VQـ D-Y-J7PQ>nQ+LK B}ʜ𠑄\{x- T"/6& a+@/%)zDyj0m2gVL$}OB L~I݃ 045H^1sT)e9]7校AՋ|l8qw>o# 2#z չ e0U/t怣9$ C1ʣ Y"ˠb,[,L_fL%; DCooNF+Z)u$EyK SxKvgQ_Rc'Rj|NKwq骃:i龇kb_.pbr}Rz++BC*jTsvez~7J r}RYrSUb=me)1c=b_Yp:t{fRGWUYXW6hs=@^lK3\@hFM7 M`}mAv TLw5ʊ#Fzx;=S>0Lax' A߽xKo!4ƿU hHiJ96}60׏fdMnńvrLRfq4,rzJws1 rtAg=uXWΡ`aE 0|dmO3S *Ox7Thjd/RC>,'_h)#B-4cAxM 9#MXdYٟg4Xh,E]+ME}tvkDy #9DPM55,{ZNK} Hs 73seP91ȭԐ_M3hl>iθBiL!% UŽI,"&^&I΢p1vtzKf=}SJUir*$?;Rd'cGKr/\zAP~՘'`PN'︿8L/4©7ZK^H×ՠPXch>^cח}$YN`ڕK u&x!}!Ftm/+ s"TRu.'!!q(i~ԇRxh4=ދEK~k> NȌ:!8 3Y.oYOٶ˩'&`Ahp]CJWey:??XDĶA0,Qo<\8\T;p+cOI/c rlZ 3.o|XtЧLh>PCOA(Q!.qWZ?l8PQVN! vO+eR ΰ~oϷvq5現.+D6&bG y >!jYf%P$7\auXUD?!ϖgVԙs>wnjhHK>hC.$eUV>1rn=|KbFLO~ۂYʗͯ憳~ ~EէY^Ɍ5ۧ!pPT.d3XvL)WĻkE;/H/( yIy]+\#G+<M@SdIa!_s H>?sX Xuay)OGUO!8wq^A:1~*FF-sGad봬`PJֱ *KpF#[z ^4J#RIā>:`q5?9ں_l`Y{:A4"u`-!|n_A+}V2`^_q_$hR>QpiOs eCno/{pw3+gwQ?WM-ڲ7)-2>q &z~G:jQCw\TҰ?yZhTFV" ބp]Xrح͜;*UHu]X o?Bf<]~1D|-a ;S'Ʃr~C} kZd$!A\4ā7:FiP=䏇Mc>9t`'`[[,ڋ$5~-y e[ɶWG}Q #m eko% :^yvY!')]Pd*bM@ϲ&]͆b0 fK7 `QNaݻ BϾT:Z_ :Ca7ĮAt$VBEsyzY27:T\57фLDjabhzl>EИ")`)S584W<^bhsy/wnM1aAX8]9D4{NyUTU'Q4oAc˚'_N&ow2zzOpOa t;BE|yt . f8{Ȍ~tuW3`]Lʫ03wۃ_dYFA3\>oC,A K!ѓ 5 mڕ8䐇! i [^ Y.HҦ`7 #`+v?DPO%!4326QAd I rwMY2~*(EGWX19'lv;t?b3@^8&хٝ43-!&T%xXǰ))<—D,X 2"{uIBe9kY9n Q)mQf,uh2!ᴽYg(Os9}Ho[xLvMvP@_;&sp;uؘ b&"?y7\%yV9pR=}:'_I+Gqxq;> gfA:vE2VB5ZhuԿ~#u\{ 0uKuy@Q%~h$U(y66(sfDo QUv7ǣ〚>eD8uC8dȓ$"<]\b}B^ڟ=PU{_{w- 6 R1 !XGj7a1 *çl;t\MW8p$#~ tl`R"åK̈tpN6A([# 蘚/ϭz.mIFݩd* r&iC> 49ACc5-bYac/έǮ:[Z0܄xuhH3%S %w~Mj>(.aOYw?)4 o{ vj#`ʴ#xsoYoQH()^63?NhNa}p?Q :WA$$Bpujz/D6fR*>Q,$: /!:ۈ4`?̶!ي$_6l`:Ƣ;d K (-`s0"ERo#,gMRFdp݊E- +bm9&j;>h_(݉X1q=cPnMNPd<}!_Dd>׈/v<$%0m=:p|rlx{ՕiO؄|/dKOE_ڱU{jZ͖j"-g?ۋ)_9 )($̧YnpV  b@uL\E]Ae|A,M|) 3 ~Mp[g=m״jNO"Lt8}}k9{#Ӣwz̈́|#Px hz|, <71lS\4kS5^?tJ#"Kz"F x :8%d3lm^^C׆G|ANۄDJ^x$o!p=}m1]pōD0S-) q*)<q>Vꌙ ꣇~/i]NVu "&ǦfX߬c}pLj(05mYHk!Z`:붻섢i0mc%B{Hࣙ!u|>ZNvq cycbMG\p{+}a+ƙCVǃ>K)Z38EZnQFA7ӛ($jyQ5YRI^8,y"lwV;VWjWҟhUpgiv[W~E8lv ;\kGK?'Ek串&G }H8q4;òUp\|E`9'Zt)#9oò v"Р~?&:24Dl;0Jޠnu ZiIP-+SӮjdn3@"jHxHMjթB9,"8Zv,; pֆGٱ WUn';BBট)>y7!k⮱Y4.\ZR0"-ފC&9 .ܠyyGi~]tn_XncR w=YDeCmXSY j3p>M,IXNeYxO3Ưz3Sg=n.|+O e%!ZU1p`Bs ŷ:6Ǔ 4WRuvTɸ5Ƨcx/1E,vv$b dv36c r5ÊV'Dv*vAyל`%zOSv̍#GL4VC=9e4wpXKvAI2"8XGF :}>K{(OgӮzL~PЗ'Y]D㩛5N\uʙ~TC+Pu[I AzR~FQũuKeRp;)}PDQGցDnuL2Ž8td_ ٫ R*p++ f /\sm%pTJMܨH,:#SHİ[8=7Uë՛)ħ250OԛN-`KL&1p4Ady;fފz1V ~bS垧t6f")9EO(DH .4F}4z}4ĉHe8|X5®c t&1Xxp$lvczX#D aj+\C zD&NW`@9I}{kC|s\z>99xq@S!(s͌A`3I*mӥ-RE,cq;\B(GO;+D8媑ir<:VgLmtv( h:)OJzkSy]V0dx9. 0-Er&VQ nI~S#v5?";X\=V6=sZQPsWòm!Zj4pu60y1g+,}}==vܲt%{Xם1!4 $u *Z[\c`& 8?lRUghQL{Al#UĘ8muoWH59vJQU㭫_QgVP 9\Iaճ]Ot*OYQ[X\VNtEo-9n.TLJ >6́F(&$Y*N(vf3]庡'fa(Ɯ,ꉒAeyWu,.=ӭt.m .M) u%:o2kck30Â);r<#~;2]23ZesHwҪ3S̚j Vur#\)!@; k0_Ŝ|>cdF vuȑGN\@h%z Zp6lJ/8$Z rFK^To.JݻPPqz K#41>.wh/Ӄ { AZMio/jxja߫ vx5tCu32y*niQD!!R"uLKԆz`+Y$?[YS޲fyLn`ɿ3zk'Rj<ǂb?@LHbv篍W2>Nԟd+*·PEp,5SkC9S򥃰|U!}/NF~Q=AA$x!.[Sp4|KIϠL#BkH@5b/11$PƑ[fh*2j'ԌraI"ND-Ͱ(L=, >Yz9Οl2,Ǵ =. ʪ0CDOV4 }=_DhBd\&l ^9i8 ݄0ηUaOQkT}g$@RJI8߸G $Vv@5WQė0 7&" VrQ"ʿE:- [Eyx UAL92WG ms^*:`fڑa؁跟 ׄ%iZBeCbh`q07c6Gg]A&/ªux-aTv_ȰȦ[A{nJ ͝IߒRA PHBd.>/`C2un; e-C7mYJ1b*Ï+nRXd m򖏮'6fP(C~v~Yi| &˷G;0iw R,ش]o~q!혋A& %~-gݣWi0:XE𡘸tdWq2mDZvo}dO@v'i~#IJ(LٮDt/싷SU@zר>QQ&RCT]*\MeaWH{PZtgQO*N8Q yi,2I^IdYczT֢*OUV5`yP`)dogk0WAmQDnɲSV[:eYM_ef/ǻ'>+ 1/ 5;͚ĖCV,%O!Cy."4H;l +jIiT̝Y\O!m[/eIPP It{nh![X7& Q4rTM4 %S /NZ^lLu3Juw86<،L=ˣ>`Ainbs!yډԘ%$7)wzD|OߑP b_na,AĨB_dz98-q%-sQ'JgQ0{S]@u>n,|6`tAic|*LzN~ w0SAkSδD߬3ћU}>G흎_U1 7O'{(_J!@\~^~ֺW0$UϲD8]Q}dKo 6Ҕ 槽8q $H3֓'6!kf3q8Bup|F#(Z@H=kqKU{c?PPm֏X|rQz1US{Bj$N%&[7p&Bnr^_sL$3LmHЎIJ5~&Q}##W-hd(]RWt݂4;ɴ _NzF*cWDI G\`J ˣpm?(= M }9m+$#!*QӿNjIFC /H7l9AVab 'S%Rn K*|LLW߱v [;$InDt#r0N!aL.m9gv+B+ocwjc٣5?[OMp wfnդ{*ϙ`b$)CU4NIC\iAޓG/} > `w`aY\7%߬C<.Ϫ~}MnR[bt&:qe0d !?.n91.<sA翪bt(f;q~"-#իjm~NOɊCkniSGU.gָLcՀ:D|ֵ#uD f365y}X8eJ }ڟbIqpg.#عohq"@I@/nuHE93L#iɇaQpZŢW&ƃ8lfћ8x͘Y_]&Lj_(T}0cSe6~gB6UƗG{ZKUyv2 \_]uD,ZgߢzENڂ⫴ݗc{ݠ(9&[BK3CkNnt{Hl g"P/ fP;[\ّUVjna٠Ά~7Y5(1bmI}<Z>y!<=]v?@4ع'W"D}<1d鐥֬Cd(FbORbn6D^T^+뙘\QϮ* x ˇb$(¨ f dq*4GǯR'J6)RV786 SšQU&1%vN\tt+q~$&nJh[n[߲P S80{ju ȣ\,39 W~/)X41wHArK uΙ2Rczsao]TO3҂^iӄ֥0ehlAhrXNGS/#Q\wm0Ϊor,/3j[,;UHqL쀜☄[^E*uZwې'O'uw]Ф.ӳҽrMFN&`C@߻MQ @D)Q;Js^b%Uk[&r> gMk䶬Rٗ _[ Y!Tm=Z|tfTW%}Lυg! );ѡo lv%RtxקqP2;sO1{Dqf8}'6!j7k/UÏ^,I܌B{l ضR44OP^dg/TW}8]179j,EB:)5;۫-&垏Q7A 6Ls,\=SC?pvx-I6E2Grt5 Tn*uCU(~2O*)?[.Ѓ'ߘ;A I"SxU$E"Nnd>'b\cGSoRjCn[6Wm<9=p^LUF{dKٸɔ(Mu0KNƁxmp]bŕ?k5E/M沯0I9 gD䙐W@qAlVku U0>%ڴb zi%tSDM׷O, ȮGF8؊|h+OBMUt5g@m 娭 D7MDٞ(!0r`8kK'P-yi=jJw )L=jS$Nl:P=Ht{oRg4WsǓ,{n\p@P'obœt;UW$jõ O]Z9p1HS\dXP8?/ZJ)x4.-H_ OB ۭhlӍ*#ן9OoaWy.āGK~ /$0up*UDHD)'^(qW ,ɖYmeFʊU/'^o$L)ܭċ ~0ÑXŲPQm1!mZM.Vhˆu>d=ZqM'- o?}h,z`)tHIr;/-,,hS?yi|uT3k " G jYH (uw Ip8JYf.}^}Unˀn t^&ۥċ;<>7rN:$Hz.[$(oTh1*/xU}1!:LqE#u([Ѓ?>koki.@|O4 Vt/3Iy-åf >=陋A59ʕ9,,tG#8M6&Pd˜#eH[H! VLFHuahiӘK8aI.I $vr L - o9Q[P.^iQHw`C|hwE-u׾ԠIw$b|3q9GiRP~˽Uل,fcXŠvy%B3C5hhӒɊ8JU#.9h<׳γ`bT%K_RY*[xK%&b+1h.S#1B#>ӫ^V7 ?"NW 4' ~'_j깏A =0.V8/0ksqlӷ7 |8gK0k^ ewLx7ݧ:q6h*v}sZZ[^E!*:Y$w>P|pU|OXo@ګOf_|X[O,+|0_: [q,GUܬ5H#bbl wMG ݔWw/<[YҲcQO'E3Gѩ9Y+Ih7•RԬy4Ixw}E0YV X9 "bZD07B.";.f (RIOPo}f[vʾS3-7REހ/9#Vb26R3@=̄Uco :a&5ꔲG*SD7^uuԺ,XLQZ%:ٗesz73n;y_ G‘,籘Z&i CmHQ6>Cyw/@ȣۇQs]n^YmOz摣esF9OtC,eQT \ /cW{ԓ5$Z@>®X{ qt[H2yB%*k9kg` ՞Dqg cU`Zz7R)ë䏱r1L kѰƯZaBaNDGJG{5 [t>溞6"SḞ4FPJLVf6xizzWE7Xx5UcNO5 lǃC_5|ًw+g]D.ԓm85;48!?S-/sR͘(NE?Î[a֫Dvz{[ y8KVve>q/&L9+b/&pѷ忛o% Ri\*K1~opM+l4Xho8,*wxp]ߨ0g O2e$`Hv? / -ݎaP %NSV$L#DţbQ!Yb =ؒxgv{k)9m3EpK[s*p0R>M" [lyAJnvDv FC1K= o%xO &W84ʹe#WiF[hƶEf ձ{ޝB6YbUkUÇmZ9/f-ܫ޷6\9൬}`ڷ V.`!=5;_[b?ll*,-Àd2Hg1 E@:r:PMS\MXxq#kJO)5}`>XɕMϪ4=w/d{H3Ml3n-ey ]Ҫ;HGVmp0wq>lj] M63UL/PL{of2x?լ^kg,Jz {ұrEu/hpƊ@_9aYw%4m8~,n%#O#Eo`$ӊ1b{UY!N;)>3'EW^dNۡZ[*`yo[ye(rECHXp|Yu0ܔ 2&jXOΝP,<KLdkXsAa_s1LQe N^`$GOzN~|g\%\߿eAϫS3A1(CiR1q;V!/\.%13@́YЋCrD$'+*~ ņYA1ޱeDSo9GTbU c ߐt0X4#ٯf}R5L {F+RXk[iSʤ鱸(i ц V~2;,pq47A#: Wz\rԎ*5AԻ]?;]r7h ɗӇ#]Te:0n>Imbq4a^ O|lW&7?/g2gO]Ջ,O3Cg$$Wɓ|Z 4m_~bd(t7:>áT~ 9qҙZ:f!<YPJEOk<-N deڅ\q'7JG͔`O #rL丰6m vܽ+UH!`< -3g>CKqOs:sGc?ZKk鮙J7,סl$JSٱhʋ`M&C~Ls0N_Q4eErna$@9ae3c pyNFS6*!+V;-4dt WLj:~;wq%lURŦ[T`:$2%}u@*:r%;Iq[ KonU2(0y /:g퀱!~rRtܭH ,t =/d?B/ 3l8a>Y3փC)#q1-bk7-hkx,a4[ɢdRQPBv~|GJKpCS\li0?l>VN4| v|)92WmʮHʥ!4PC6F)%) ]qW%.]P U6e To 6SJbsrSt"5^igzy?sKo: kӸ<+'p|-jLMP+QFO94OVa'FdN=So6 5$h"_R)Vw fu5}[-JWծ:Fq|me.k\Fϥ(yv j8P.B8 WbYtcΣid}]i2k;դf >ӻG?1Myu}Z-hyHe _uyGn+eN"pC'NRoFmg,=ӏI@>XiJxf@3j+Ț3r:E420%U@PAnLC{~#ؓ쩻yVt?NR 1fYCȳ%%r@^NXzidoׅ$}Yb]dt2=]<]*㠟p9%