PackageKit-1.2.8-150600.4.2.7<>,fjgp9|PX3).?,#'TJXƣ)WRB#qҏ {Y~gA"}?7\h2#+b@\fs@'OD?4d   Qpt (.6&& & H& &  &  &!&"J&##0&#$D$' ('A8'Hw9)$w:2pw=Y>a?i@qByFҽG&Hp&I&X0YDZp[Ԁ\Ԙ&]0&^bc|def l u &v۸w&x(&y0z0CPackageKit1.2.8150600.4.2.7Simple 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.fjgibs-power9-18"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-moduleruckibs-power9-18 1718283367  !"#$%&1.2.8-150600.4.2.71.2.8-150600.4.2.7 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:33664/SUSE_SLE-15-SP6_Update/6456ce62b27b73b316fbde7c73b0c98d-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]=5be157436583dd9201531d89377f21ec4b6445c7, 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]=1efe29560499427b62232dc49dbf08060d883c0d, 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]=e61f0a6306f4bdca9bfdc9dd4a44d3b04830fe1e, 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]=c990c0006932307a100acdaa58a5d34e20c297ea, 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]=5445fbf52c3dc4cb589875b21166f0d76d662e9d, 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.2.7.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 RPP%Z_PX:&#systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-87e7be4c1b21f0c803affa0ab61ba3de610f01ef628a5de094db9ed888e74210a?7zXZ !t/2]"k%R MscbY8_wgCnڊ!Z?ޱ&릡 +WeʚnA]`&x@uУrS㒥lс4S}^Sw_y:85lVv^Rfn? ?VtOVDm2Ŧ$;m)#e Ujꙅ`IJީ`Y(xFCm[͹J=A-hIT,sS㦜WK~3PT%ⴴ"F&%XDTK-KV$} ԡd7>J?^g⪌9V˽XgsѧGeus 6\ì_lg'ipʁX!{s4( `+i v$xFaIYRw88$cԥn0U(̔(nh' Ve𖽨͔ի!Hbr&eH|ik\ꏽ7TjSkF&.M::JD.ye.\}n/L9Lʲ AkuCkJ#XxnoAL+/%b~TGȉ*F]|(p9{qmKs Mt+To>;a^!|G9*xig[>q7hKd[0pæy!ox փVxĿ(wNhPdy,*R-7;dVgN 1M٭964A/rʦyי5 u7qܐ(iힶ+zZ,t&ĿJm ]zS T a#HC"GS9Zb8͕Sk? P8 KvCb2fTYTt@ *%.AI>lRذynS2IgVxys>d7=նrn9gQ󹿽vR !H y[UL bڒ(=5;HS鳜 4B[YbŸP^+|n@.iq <7g_.,BoA庮c/ư5ƿZz҉#[E;m)j]u}k l]"QC%D4({$&-ڽqTvdX]kڕSKnTwrpFټQ,0Djฺ!eqZ; hHK!#@o&ġAqjL pE^JƂA7_CR ?:Wb$`xgqNkoVu4;de{Es.'yZ6s?3$-xnxx_]W_ }.M$\ßɡ!2`rqc.aETVXN %ysQCt/&C=HR#P1*UfJ)W:Nf;Vlf"_x5ƖFp%#_۸|$?Dv =ۗ`R+k;5J]`a9 {BמY$.ok˛]O~~>{zj,{4Fkc?nUEVUC}Ǖ<}A%ͬvFn+e"anE5v=zi{\kS;0ΤL@ҳ.wx(jՁ[{SAɍOdSUF7fsC (rq\.4s #>zwb˾ ӣ _&CBxś'I纐([Yϵ`&{ v+MlUNrDcNQs)h~?PEg0fV"6OD H!&6q,M| NFaUXA;KkOJKLnЅG};?79 5 TW]M?-iE_dˣ\;4[#. @Uf{n-L ؃Z[@c"X=ʏ'%yDvױus.>k\;y_at:OApE5hC"pԼ娫16q(zO9Jr(`f~Pc90#C….֢-A{dx2EH$ oDRcG6H5Ȭn>np4޲Y6zW]WA@Q /est;V=rS jk)z¤fFu{k^5dBYb&jY0k(w -7j144wQ{s}^>}D\pWL ponF36S,jO0,w]̹7^)/H/ưkC2]ӸȠݍR(4D͍G0J㺗 -TWr;JVK|Ui Ŝ̂ SЦΈMOC$ti[ 9ފj'2ū)P&xth2svD6zdJfrIuc{Ct0L7`GG❢ƇӁNH/ ᕦ߲"%zx7s-Cް] ->8 naJK:qPK=;k`|krF?m5QX|'΢Yn7Bqb @)%<K 8s%Fp盵ص&|5.1z G=ŽރK\<9>Oދ79GΧ؛0>b9zeVJ|؟,bﶘnB-V={KJ3E>Y4LHD&@>6dӛkJ1[dkn*VHN3n&c:aOJ`r6ʌ|81@%[kt-/[LtTPypxDѪ c{Yl;Tsn 5YgCjDhHaO*R崚#N_h%GfHw.3,\W]n!ciޤQr9!uEjw|;5ͫk:*8vob-~|x{yx0ewč+w7]Q .T&(V̐%UzN='F ד<)}4'7%DW2[nҪdP}ɣ|+,t%W !@*vG]l  NM_w1 ]V0ҟ1(Q4vuz~tɌ |7FC?0a*{7Ok"zA4606is!QfW!;_,BV#($ }hz?5њ,'Wazָ5*Zz19.ب JgraA0ĩFu۩ӕz)c}{"("3.ˠ/cTgrUlbMi:yr1i5fM 1^r1O*}:F#&E1؄1J'z5]}+f&6_!cp)#f:1ՕV#`T AM% sh$+U|NS8eY\4 \h#Eu:{A*OvKCߍ58/,޺Iꦙz J.fg,-H R_-Waxit4\O%(d.":Q.vHG[]ڲ1ph]X֧n"cz72VpX7 2ޢ4ȇ3dAO,*cm> Ӳp_%w;V5O5taFA_%٭vu˶D'# Vh =؍= + r il5prPPxqB İOanz'{0t)I>Í"><-z~HXP:kq=Uy݂!_ ]~Ə|:`8ixqqk]gOn/o;A͒<y(քW$;Yf(b Ϙ]`8HFpnՍ,E1~H+j9{Tec>;v&R*ѭu]D@c`.Tw}EWp!'9=MUG!6`6@FG"\PXP}62 "X 'po锒*Aq}tIz~Ƒ$`VN$vS*CD ! k:"hNЉ^_ 3.$jr٫@2iO8!&hwNӎwb=wLIsv QV \I' a=]_'g8t]%O<F>e8g)^j]xV +s~ȇi>̀)" 8Pqcn'5SK@;'NOyd<&3@T,zDb8z"; %W'{3"'y^׏Nzu!]뷧e`fm|0#aPH'{W&[.z-"a[фX0T Q탆XK43 ibyH/"Uvw]cfzDF#;DYV\]4^] 1HbNU8 )ѵLw=0-#Buv+{q$,jv ӅC/ tWfjzzX_piYqY!di F'η-Dƌxa>~ʢpn괌Aw<;Ɇ3$/c 88"; |'~uC'5oTY|l]r,; 1RQ@./+RIE1g8j2=єnx:<'uO H-Izy: V%E5[n&oqf&^u3sR Y3rO/liDYD"`׎˻~F8_'>_ϟs#UnTbtmT\dΉj;훼Vt;y?(w$gAnoV۾OLcxI$0Z#&HZ˭D8pdU6ٻ޽e})Ӟ.kv@ +#ᚏ=%u;P(W񠗞5:M4XI  6gI>[2\@-tȖwzY\oa}tj ግNA 2G/_ɵ h9"H07;xgHaIۃ;+-qV2?* ̡ \sBgx;vVMw}5< @ s&[[$`\@^8Rà^Iۘ$ݫXr^.P`xg DN@q+xiU3-^;F#É3-[HymCSG[KH;\RTiOԂHσQC8L.Dqsx95^nc:ӱ:;6͇LsSRIe HmfwfЈ^"Nڒ`"ޢj@\'<ݢZi˽!Hf `T[7/՜H+0&TA4Τo!RJsTz>M`Z1*C盽9=W]6LcZ \r++nrάh)Eb?7wR.I_l,Qy5{?[;t7_Wr6014;'Omvh=NY<0< !]n ԓ+DYIh'o A*= ~ؓM(a_ WP5gb)v?2 zeFL;WnH ߷)WX\-^@Cs@Ԝ++$?j!V ;~#nùDq mᱡ5t}6zTun/ ~ֺQ҉ڍcŵUǝ\P OYSV-x\AfTzTl{P-T`OP)u7{ Tr V2027Ȑ@TW Uk6} \A հYʝ4p$YY2 ny2^n᥅jll%=F7vլl8lƩTNw]/ؒUeS^?! Z)5[Q)3 u$4WՑ7[(+7olbfy~|yH/y/z}s$W ȸpw@o@mʬb(dǃv߮ ݍODwe]8} *mۺ7^i]=)+P[ 3be"E$QsvɼC_Y5q*$6'1b9I7ݟ^UU d!gc7zK^Ta)Q)2s 2w?sw;]2a9 0ǯd CrV6}]$$iF[ ?=Y%eIQ砂ݞPO2  MT,Kcuw:ptѳȊ$$ qjmFKOst++A竑9l3{!ŹgV-pw y؏nEYg3?yΕſm I+],E6-Oĸ_DlGu~EZ\)۩B^={:KD|1K=6 Z@+z"hWx<8^Գ=YJӝ9VN*p}5Y@7J ,,1 OOY~Z8';^w](igM k!?m S˟ܩO8p[ FAH\qC | Ys֙-~g0LkCkGQphL1I0"A2-' zXJOY5x6zHc*3N68;z (׌.,ʉc0͆~y cl|#n.^_[Z\o=^#~z*0P@ ml%c \y{كo/ezCy,>)8C_{qWjҫ=ހ4tޠ6e& mu!U zFH7 ;ܦc㛎opL)\W* Dw3}t~>J$ oCP{*CəeHhn& ʱ8eܟY3.u0N%onHEYqJ"̎-?.vK BL|ń^)vY`V_ vcf${PpFWyYlQAjlF-ݜrԢB )GYMe5 .PfwwG3-4=]`P #]#J(HmHsgʫFdZ(?1d p 2բį]ӷO @ByJ̫alJظÕ+W#۱S/5idݎfFs-n^v *S؊cai@#=+غ~vFQ1͏"'u1V+xFpήqx"=N8ަJl(_ΘyHbee.Fu80/F]oH+=soB?+`E#yJ2_%H R4VKle'41(&;@_ , ;ύL;5=Hk.Ł 1+ 3Ew}6٭|M*q8M>矸@u^%YFG דPK8T5 B$IovkRVm[mM\29zsd٪Mذ=>]D3dc'L45_Fsp,y'L&!{T`i^v*}avMꊥK$,ypY{-"+nU 8a<ýgV;}5X{7]NAvH_TXvΦnH%kɌr"s9$P|E]YK(h֛J#7F8+9f稛b0 "Ut:K;z<zmYH䓖8:"@lPj7n+^0`B+ uܚDdl!MucR<+cѓЇsE%<oti.8Hu8υhJcr10xY̚{lBQ -$-\8qA,`^yBz AԜ Ds{4>OWx#% ^u61ou+p_80 51,ae`g^2OR-B |_ H<" 1azpMH W8:l&q`FxB:;򔇿hzYH""蔧P3Og,g},2o:I9}(0\giۆ*vMo Ď7Yn/njQϺl۷{S oGy/0䄝eSe6gmy6ϕ!Ĝ7̓?9|wh$R ѝƸ5I:$<1tr]FHl뼅AtL.cn`ˬnő\iL.yaFq%N:>.|SH-u-0;V FO2˅ɹyx<eyv.^6+귈)+ɧ@2?_Y5"TQ}zQ:CKz/12w=hZFI՞NA/A袾 7*3KjfIpܓvhO,4-'c͟8fĊ t3%;yڙ.hf\0X3yj8ieP/!(hH\\5"%weOpq=7N:@P9XPd48nb;EA<FzڋOH}[t7 ɯ8-sML&vn)͔s3W!&|>U`6Krsү|t( nc9:w[ Zrl{+owS1[ gzlVSٳ_TMaĪ]ƭ)wĢ\G`gAyzH(m'y^rg"M~?K!ʙ$$Ry!}'=CXa* ]O |f4J"uO~L @ D4DvuH0G iN<ҳ~yzJ3ɣef/EUC%g|Ћ_͔s(cWҔ96H GYq]);?n?U"]I]_5K# ;ոTM Zk7zGE]Q^uWu %妑ll o;= $~nr:N6:x"~f \+_DK6Wf>vr8Iv*dS:+wΜH5]̚U۪H~5ŁX\!Rłk!Jk_9 4<3c2﵎6^Q+o8YJ4hq B| ܎{J} Y1]xl齤2S?p(|ZŠE=GYT ,J[-b Jg-0E2gY'Mexނ-Q"O2tSۥ;O[݅m$VTWt.ou(q=(a$}ү>`-Q؋dɯ)%Xa8@>Ne"E;\})V+t'H|1mkA$9Q @lȃqPj`kfH`а8m_ gĩo0p"&y6S˻CpI!+nQ~c ~ }S8){"JC=Mڇd{Gby|$*= f(<*}4]͑f &Bc9 SQ]V1W ]GCLV2NC/-V41w.t,_pZa=r 戬J0F~s@ à_ZnIq7mWFBM G{.AL  һӑ-b@LkšSmKxZN ^uȤ8 !7# >~tu C7E3^ W BhZEknq8'(-|څjq-DdόG8ӮtSq ˤ,Q<ł:{+hR;Np(W=h }kxܕ̧5{=F6G0ؒ^Юƴ+n;ja0SմpH]7qϫ&ZyTNjLkDP:IJeMؘdMMt `FaY;y ˕{ZdZvﷶ.H}x kqN-9¢yaP !z@hB50.fX {oԎ',M*ٛM}l!I޲fZiIAC؜tiظnZ6{V^*R8S$DZ ipX&煃qKzcT9q*^O%(jdz-F`zIx7$)@b}TCDeswe#b静H6vD!έ_^%yy%ү-瘲jlW]7l a!\.wXĥ%GAu)(At^)%xXD~< KSa]}Ҩ1b{k4rc_nSh엀BL* Z&1`3rʲ +fVۂJշ oԑND 'G] ͎L7LaX.&X|u66w md pf4KY#,PvY X( e O#1d]vweD7o@`͖*RP\:)oQ`v'. ?4!:056MH} dTSa<XG n$23Ǥ?~{2'CbGHG*rduy$@gMq{!`W ;twQ M/g~tQ)pCA8"/s17QDc*PSg/bwW&+A36\" P1k/B.sɮ#j=W惼N %kwmh.OXa5)gZz)ŰTv7H7y{H[F(Vx t /%y󧇦&o4@+Cf {Z2R0΀=00gëq1M9-6*r;,'m̡LݐjTJn2~ra+俭+ccpzn̯g|^M]<^&$RD vٝFdC@砩P~IQQ Ҳ:|14PGW@>vlvS3um8,"6]]i([nK=`nt:‚øaXOɧaVu߄6n7_$Z8_ۇfԋ\ͻQ d3$ dc6liOU _]_)!Dn;(Ȣ}{A9V؎ID Znc^CfwXn5-͑i(B1gs*Zgk! mvwsY.j9?r"N%:mV'OyIAEA|0kfBcE'8^ԧ6\+ZBO+Vw Iݔ B !\<MP˯wF2.=SתσeIxB+שxX9\u摼H\&h(*Unj3N|vs.Jm /k)RGќBZ80? {i_ʨsQ7RoP[GrcIn5'lþ.g{dJG65gEmi!4<1!4zb\D\b?Hz AG(0:)2zk qW=hbjcs܏ͬ䒉I; MT=pf=z8[SuF JFԡ9 մ'Jh4bUAT7d [ZΚ/cDDGȍ]Ջ;{|ea;MHLk9 kr*h$=:{Pgt7ƲZjK;rx!P1b&gd2P MkyݗIOf&Gp Hf|qH1EX \9Ȑ0o'-~>J biͨ0VOVI7y6J?Z@Q>{!'j:4KC{?Sl=DpsGGm͸ \iH?rVXnŒ|x,gPnOPK$0vBblWb8&o)z_h4Cs)Qs?%̯ aĄh(!v<'Z :@mOQ] Yz6z'nn]{ J|fHHvh1䐰g+T?I"Y5>yKPLi%Ĭ99<ԐfslTx+':2EBLߒHui$='FC)*S6k]5T' (XKi*X@U`t;WJ;851> 1l>i O*/I]!:}8m[[I}V_wtgn Oz l}2VwL Qq׺擮sIfy^߯TiT'kT_ Pus˶'P'yh{2?}o_v>QsfIt\~,OSs0_AeXm"k{x捼 asd:U#\̌텏,fwXY7Ĕ4L# b!;K&5/W2z08 65v❦)Rd 8C1xlWSE&;+(ˀI1qj tbu?/<nGscZ\!6nJZ=Tc=nJSDKN9b ĻEP1sxqfY+ IqNs!wcUIBYBV WT%:W#]epԉcï$(1絃w&A? ,m 0B.z=e`ϝ;sӎ&J꫉ͶЀ_HC-.~^<1uc7^6kC<]|) Rg?Md]ˬYe?-X<ddaF+z軭d} jb e\u?l{r[jǫ;- V=u|Ozf/exm'u V$ 2<уC>֜ɢu83*ՍcΘ,w%4CG'y*gi9/I&ۺ*COjWj nz][|iH~LE!,H@oJt$.Q:e#wi^sAlB: -r~mwa|? H:fZGG4ӟ[Do&ޣ9e"\ҽآ(f} 4;_<Dԭ5^da@X:cS>GoUсb7tn̵um<犱h| hu%K^T;( Vؚ qSy86Щ,,"%-_YKH &Ւ [f[T\w  G.\yeO\n_V M jGnTn7՘A?&Ug1e+J~(; ?pI {o w-O:Š|ZIOSH(nܸ{Uqq# 쮼Y$y[:gNTp&A2!?azEFwc 6'"~/֓^Aݩ|V6bPoܳ&>kpL4^FW,r7jBi*UƪU5ԕD2ki[mf#7~. g4pd,cuR契)pskaqFn6AL;H FIQ$/7w!]1'PH[Sj e EٟJrˌK_ ]Ɓw8h3+SOOQ^'"aͼ63;t#Tb_!1F%,.B0qF+F.Fq=ZDКl~َ`OZ^L%%s'x]cKАEe~g 6&fx@>\uxU6tH b$ʤ59M1t0 4.$btx!ؑ$,9uYB%Ru9\ކ jH ^\[V11=ib/$6*̎^Ne(E]0LCrDqQq;Q ]₩l!kc2S nD륒+}bAӲ٩Pw=R?Kc-P@ 2B)PI:.#{q 'b' `#s "%ڠHό{gU}ىGKx* j#Ơzsl%ҽ T0S f}PPcxu Pܦž8jK bFju3 =ihk1Қwƥլ2vh.!?_SYHFPAfS˸fVe 5@tzv] 07RTb7RD|uꍥiG㶩%aFY+J*xV cmޫqżj3IY21+r5T6o.B㿵 qoYmn!).%!lڪa !fП(9ʍX4?^ GQ3slOi8/=NOnL7#''&,6hh$TlOD@/8FPY_ASʒј_6 Tf6ó瘎qmɦ^)זH{~WOmt (T/juMuF1igcEβ [ ›wǘUwxStX}Ka|.83R#LPtN /C څ˴6,M>'_H`7ʆ*-ER4-q A)TÚ͟lL;\6kU ^)rR&';6@ mNjݻjX"1d;,ptkT6^3KY-7=zHWfg- ;/]&AANM=Z 5.L:A9e=rz Zk,ﯳs xzMӰ)O"[[0,9eB}ƬLNI*g@O)ec0XpU-\eLug1m(S7e3 `pM¶vfOdw}GIHKscagȇmqFZdG+AWꝨV_uG({=#'6]%=H*D$ UyA XU^s|=v.*6h,;z0):*dVQIU04<8@jq^hmsQI( ljBh/KI%.,"Q*f8|nɋ%FJ吮k2YQY@KY ?E](Z|m?2Xb:aj0xqFGM'^ ݒ5~ͻu5U>*P*Sٷە,,G@1 IT`sM FC ;Ƞi}ϊ ͡Q:'Jξ \dUPgtu(bm3YB*$̡4ݏ(f03-\%k< r Rln"jL'j((ڈvgɎR#4]Ș+`P#pYl횟#[e 9E}O>?E'F}<:wxДrH>҆)M0OnlU+V_Sa6XK0:`:c&׉oDYl 2s'`Q"~ɻk^(RLrX sĽOnN _:Eko OWRbAIl:- X݃/͞G#|Oͭ{[YSz4#i@N>R1A0iji\\;C H HgBCq݇ ~&)B#-M@,K%Rȯk/G'wr|Sq;@ *PZiN*fvW=K/ެԖ+{F9 hN"'t6dFÊ6FOBcޓ\ډTG 6 y N:AΝT$ 2uܙ>}c3P b~lmB8Aw{{ayF- ӄq<#zk5R9 q$5rpW@(S~?isBJtT@ ru~^EJ`|)<>"& faoW*޺g$M-6ф4rjw㛠mϱQ{LtɴI;q2ݳ7ڮVaG\v.Qj]%C2RQ`eW_o mCh'tadn#,Hgϡر(+uz9_'ʜq,be榛S3֑90B6SiȪd~=EvU027?"HPIq=zPEY f‰5kc `}]h.ĖaYW G v?V R`MEa]; h(򡙕}%GXo@Y(nfT H,܁':kW3r#G+QW} :i,e ǷE+Z;[D_&FwS#mN0Ip$,YrJA^=ǹ/$=?(jM =1,tV⏪:_exg62X8rC|Mh#ءw`JBYľW#G{VQޫdVSs%U=rVR4/hH@ 2)OюbqY7Tj!puNdjt~SL &j# 6o>E/OPbkhi7`1!-xUc~`V=uY3ȟ\>(׀|ZzDcu`OQsR>Pt9/r_ (c×vчo3떶;gB=sMcSrYS1a^ J|:7¬N{{`x`0gs_"w1O ?;]| V84WW[:)|{{q?ChTpn>Zڊcn)݌+~@CdCBw-^S$(z9ҳ<_ t=DϬXC 021wި^o&.̗01ҝh.FOcMD^nK3#B_Fwgb*P6۪ER$, tO!,-lWf9dlhYRIZj.r :du׍4l8Bm+b쾑pDh ˜O^>G UΈ3'DN]ݛ6߲V]c@tp/q&!7~H\9b{ BQ} xNRqL[ R^o6{&& AyItW/^nlJ'%j>ゲq Ef{"WlLL t_-7hJ2Ac W2Ⱥ5Nz. 7%~ *Ql[vPHޮH躬BQﻩ&}jN؆7wSpmDQ 3! Lavq5E-5F!O^\SKGw1g؆(7 y g|Fz{H tykra. e餳:pX\cU&I 6>BsDqwC4,ww_ IN*$XDַ<)z*VuZʕ]g-W@quV61x,޿Su+Y@ul3.qCFʹD f2eDA%':W:Eښ~&FmrhPW5똣N_`3?XW1OFP??׸?n8E68nUj Te@*Hm6ǎ=ph/# XϩαjokW1?t y[5nyȧ=bPt:ojfR[3E>|2$49QZbm5&׵o"jE60cuA%YSo9UxC[fWa,jA4iLË sW3&^X4w#_Ї=)rp|fpnr[Nv潝&\"i*˦/QsVmq@Pֻ+wiQLJlƤtEmwt~G&_ 55NMl| OGRrlj"駏>PW`3M7GٸtA|k`N9%=bo .~ZN%~A(iCO:f%SM?sWQcvroOX|K:qfC)SMqk|HD^"_?lv?8jxay>NM*hC0Ҧ r 6uIn6cU1}8j#/Kꓴ'Jx}Gbd[%[:I!2=҆Uk)MJ\'5F~3H߈vd(Q١3}JUKUz,hs#8DP|V5 G6s='\d2!&cx݅ uEfb$t(: d] WerIh2kP5 6HBI[)]ta1eg_$2}Z}~,|M.IsNLF(hͤnx咎t44H-I{(N$LP%^kP91JKh40cOdWذƉ&lƆFE -trޅlGU.ugC+ln^ܵ{1 Eq.#K E} &iV"!Q N-VL=΍iF5B/_@8@>]k@y|1GK0RĞb/( PəqY¶}#ݟ/Onc8Ȟ<*s  ܻi~do2lֲ?׮&W,1U2YppMx"0jz:k⼝_RMgMB:R0!? ALr'C9_݈ʳ cfkQb9f؇D%ߞ.(ڒ>t vjcnwQj4nd ,h(Ff]:+@&`3("u3&6 st+JۭN4%~.߻͹8ZssnQ:D{a bPz0 wX9;K߇޼ G1 ~zXHE^=nW`;#Ḿ;8TF]?M;[?}#Vho- 0Jcb4m'E CIb))Fи'SXk .H4A~t?̦Ūڜ|R\kvv!"#|IV0SA*!ɳQ`ů-ho{pKTvRfwMY)o]<ʸndMO1Y*+/ء ?XrUKr-Yn;Shl2n`[),!f-H+{0) \d,|.Eݻ?ATCdcuP=9CqKf )LZ-|]Hg+pa8,hXSUsm&CUl9c Wjgy@~$@Ь{.-H!ϫ<>>Azh$KƇ"$ 6 gcct/E_T࡝5O"OڛNIb-j~ 4HD>+wHpz!Dn)ʌmd~?(CݿĹd6 BM3 e,lXe=Ќ =խRPFћxF;mSn<CIm_d~R7əXet0 Dtvբ$B!͸HpqEWs,Ѭ\UR^/ωs7Kk\br6 Al9g!#|50C9 ].NתrGqG8Qtɳ,pp=ܖfR\e5em{¢>MJ%Q![ëx v_t+GqʝܩNbzS۵$g|pywh.97:̤h㮪N. U~.oĜ4p4(1ngeQ`SeuhZz$01™&=s6LᦌmED}^k#y`Z )Sldkd2fET SSJ~EP c#4Q:p|zi5^K>G(^(ܬ*n- @:&g=A]9? i9eL\:2d6G\ @\F0۱y.6#E'B2[#>:3g+;b)<84Wݼo15jU2w ƃ 1kjo:]}IBwzZ2G,kai X,$;T(Ò3k ؁@4M,ԛ9@]9`b@B])ua:*c pUܹ{; nG1JA xKr5Uk:uC7(m0sfo/D}X,5%Ab̎Jk5T{qAzb@1G)b $V<8h@qڡ.}Pv8]51)BK3 ɚv.BCl|dI'eϥEk6`Kܦ][k:,Ӆ~mDžSЌ{ t"EU(*#cTV_1I;3L]Br)Ehݸ)a4_𿂬%p?@4$dW4i! ^ {mv1FQ}H7ߍa-w@G"ep 4ި^7f kPs 1jMvxXPf>[=jt!Zb7oҲ@Ez X!4jeܻ|S{l.YVOwߝ6n!yJ$YcQuRTO‡TɌdZkŃ_RJ4fmDrەέGTz$(NTXͬ$s]· Co*GʕS Eӟ6}sm.wlн'z8 s.g4cʛ⃽af~h*a7 %WK.d⾩^ `$⼁8hϥip'% ^4t?$J%PcYn:r@[H޴%'ƆvϜ/Wr>}f捐fzYjNͅA)4ZZguݾJrN.~۪/;zh8;g뺿ɚE 6yƩ&{eaGz#y.9)Vw^+vRĄ X28ߝY4aJ f^91cב!BCrTqOƯW`q$1Dmo= k6ڿ~ԭQ#x &+]ힴ̙B0VI;:T=eY& mMTr23g%I"5?%Dy e&c.ꇡJ'I -\]wu"ofXIKN^YTw2mUg'=E!ǨF#E"pS Əu]B0 ٣ `~XBF8F5Wthh$)EaՄ]io i8d roo6Ü8pݰϨm56"ihB;9n]jbn zݺ.kM"?^1%_-cr̅=AsDO􂃒n,i)qպZ Ck ju/ A2_TN~a#h+`*ddo>4χCDrf\Gq5c>z&`J/,8jWO! 2)'qnD`<0gsu^dOIGJΧK`K@Iξ|WH565,%i܌@ou'TA +WFޒqOZ\H v-׷F HMӶsTQp)zMaM+:aP%4xoМ5 z+=ʁz* h~]U7u@Dq~",1C8S/y%tCe l@3قWWnl1֦A &dK"(yȹQ]*WC4D Ah 6F.[tQJ*S* O.3H\fDJdM' r"TnebY QJ~cjRhb۬C}$RC-)2 E T09wϻG"-[ٽ^k&4+cVdS#%q @NMzL!K@2=V$cnw?QܕQ(F8y}:YŽҠͬD|TF˴^=K]w-4,;^Mwƫo.,!@nKh(gqchnz:B@d~FhcT\}sWi߹ 6;p vgoRaD*1iŨ\/Dv"X+/Lۖ{=}}W/.p&1[wԣN\<7P Y^ҕ̄g PIŧ.+Fa1)A?w-bby(KZmп[Fw1i$P"Lrn3+,]^8=.ږaFSGqk8첵\eҞC%=o*Pc~]C%LG}~qS/09GYo`a;)?\I̥B٤ժ]r3_ZAC J4zx,O Կhx,X"?޼iSi3nT;3[tY\Wޤ'/5̉>/'k6 s1~ёlYqBIㆉZ;`c[p{uc8MV*0n}4dЌb0G]|qK Mtu%bz}_ɂyʒ 8ҷ,>{8AFϔqO}2*{qT޾hcP,Ώw=r#Po3֎r6\HO֕z,H3nuQ IR$6|,vh 3ުHe`LO0ӑWLTREWFUmp{15F.%?r.yV+Y9 ?Bd|QkFm]rE +M~/(3__c# 4E$#'! m@01h@,jWA=ѕyϻ[ $RSD4z"~t IqR*X.& "Ӈ}o=,h`pRLmo³ibaN)ˁbY5s {"l* YvEh0 V̒<l`vpZI2F'4n)%uC@! C6XUK%rm?޾27&Ttk#˭6hqN=`æX:߆ߑk4G%9slN{\=2,ZxaojW$B ɎcP8pW g6һY*(נDRl9vBwz*5iLlՍ^,Mw&foH ]XT0n!|(0=LbkűA|fNrDSQ$|wIy+ ^`3@M"Rog1vW~t xqy෱׃7| ߷|7"%>Q߲ ekڈt$¥9ayf4P䝻 =Ƿn{.ti7_'"|1N7Qt]aWw@KP@Q0=fc"iю@(e }yG-A!EU?>.BC=k=azbi8P͵ x=#`uyEg0 Cʡ'KONҦєT .ɼ Ew6XwgN2OEX (_뗁?T>OS'_=JwhCh4Lҽ)|D]|VoI7|(Q;;;. >C3_G98.:j'=CA.˕V%RIQoEI)|n@W+HC=L37P(Dk W 7G$nY=ia|dhBwaOf罡k#M,* }\ 'QcF8A.a ?}=$ TAӼEX"Y~ eUB"CJ ɉ@{Z\'m[֝07oR2#T B:KE$"r%tؔAQT[cǻmLA'#$ev'5 wk4-:>gr)h> IE]DV}03j0k]_CPIܿ[v=7ee>P1=_ nm|M#[|8~@'"njΎ9yYV:'hoћjĤ=K_w\Av'yr`iS϶\,ǷNVjV/;*@M0Q'~yZb5Է%( <ؔgͲH^bJ3zACXWa1qa9OE@Q8A޷ӹb1jzΝԕ@Zk"1҈k _ u͂EɠF`xY<#-wǯz-(GO@("}ǂg)@ fkqsɂB_UլYjy2n3`ZSvT:[^⵽v!vdGwB/:q֏h(Զv4]ٚ$ "쌠HxP {_||ѐqK^b蓨\TvUWT}t&p50,9шdmh,4Brw\ɳS.8hpbYYEmLFh&/| @M *P*Dl@}y޾0"k ihE]RTy-_Ի?=Y:}N\":\ujzPY'4pm$ Fmv ': DK+aΏ@N} 5neɿft)F)=ӞE(%A Xx_Ԇl+=7f Qoְ:07oC?~V dؤyS8 U;l󝋛1a`"{$q 1xxʃUMzM\f (0x8BSZBI'n2>B@VL[iK"$*ś+EY6:L^Eȴoaa3,#1GuzpA??NP^bfM<Ϳ49Lӏy^gǔad RZd!x1~g`QRWpi ^rG<:`w kT Β($hơtʍ5sou~BEJ;U15_?Wf:ᜀ(he\zjg %h m#sbhr6j*o16u: FQ,(M;AwMX"aʼn_G{h_eIg-;WCu8 A{A-.nV[ [ J~m{e\8, 33DO0pE{_ߴ1ƣ,Y6y_Ornb+LK &\#R$bV* ̻{+HNS[ssHK"P qdy D5#Ð $WiB Ew#l!V-SEկxڃc\ŜEʶ: 02`B9%P4'IE)Gۺ ajn3)j$221)ȕJ4_Ia$A9 ׂ:%hw[: g,caKvaS:4oQh;\xo7aR1VZŒ};zpLwlNuSɱ-%_lw^]bW)unď;& vR{Y9ɤ=,q)Ͻ^BZly~Il<I0ŮM|dϩ|#%:$G X/o1z|glrچ3?@EM9C3oBVY^q. +W4NGvE` YNJ:t 23 ?EAaD oKZkf6;/'5½a⫛S>-+G 81 gu[feF .шl^]c[Ynl#T?Mg) <~Ⱦnl'sB4$I2T0yKbMimxB1gB6hl<Ѡƞ[+bF1lE'u ȮٗҵaTUve#%J|gmKMh2GlraC!R/>Ed*2_4J)Co׉L|=^WHB>۞2LGCJ.# }LRNH {9GVﭝ9B?&9C7f,4l_yofzؐqs{:*ş`^u7\fHG{OY>!l"8LXFVzy0rED|Hx/SI5h4yd5>UO j{ջ!. {kAJ;sd*͠K'栫֎.v}qגּ6tF`ߺmZW?#i$}(t;:ƞ<U1ȶx <& Υ A *[hkf>kkYVA7wOs^1aO# L2 m祠UToE$W>OQ!*٭Wj^'*ukL,U~X>C.&?}d IOYrٗs3ċP񙫇ER;Kn@?|}%٢۰&ᒿ_ cj*)l@uBV}ė_dҲx-7g/'bt0Qt{-QUĵ[J3@w ||r*ϖװ#s-n ~c(!;3,Vsz.YDY'.X"_n"W8t @S'N۶ ;| ] tJ%`.{4PՎN@v aNW8P`=K]7GspJӀ$,Th^_i졝3Կoƞd˴NeG-H}S3- M!$-,G޶ē}inՒ7"R2bfok6o{`FPK8:"5՛FUue| ➞Ak恠ޔ¾<*>[ne? CeiN"(ɛ= ,aȓ@ g1qp)V/&F>YX7;%^{="Wƪ*k LBW˗lIr!Tq҈u6aJ FV6eӵc?+'k"s?B(ge~ߠBpxkځRtcKloםZtbbx{ۖhh#j$l۟^=$م$ǷzS!k-ǑYI0]3Et>O<<ꠅ\d~X-YH.@WUXֱT-v@8)灂FJY 1SR$ mNBA乂&^[g҅R-=P&Ų'WyȘh$澝0k/~$))hLUָ;Q6=<ǀ͆|T닸4V?°#ceƒVU.)[C8[py y`T΢9g􏟸:J7R k\;0ɝ 7ㅘc)KKdjF>{-gstT\2*I+I@^3`4Xm|;6}6Q`M;jcO|7(イu;VоmSVYF?DO G۹L4"_Rvj<2rR6õ3B^ApHܡviTM@PA`Gԋ;5妣~^k|sih%B^ ;b臰)afYkŨ 6k$ޚ) VV߁ L!/ypY/9FǓ;ڝ!b~$cʏ}9Q֫fh=^rGfR>ׅditf83~ j4Li>O#BH{=%Nn{Ez}f{'JK+РCUB 4J͖pg8jӚqn \]3?NEo$P&G[UDe}),Q*_Fgv^>a?«uDv銊f!DAW2Rfث2,'6cpH)=Myg6aG  u:SXJ~LBq#=p -E$uwrZB~MBd"(m4> :^YߦT!'ZW`$<2N>r`bagMx:$p{遉w uzx:'ܪGIRI ^wM:=\f44F$i1=_đr] Xy(qls넚mcn6 2GAU óK"F d7Ga,9( ߡX^RəY]fqTWk჉0rU@b|b d`vдgy5 eB=A@=HoM47M+UXv4ѻwD ' vg XZ:btQL[8l,zFE{( M{rO N(pIye zB(Qh#Mc^(D[i2&8t1tya*@O\R:̺i9Q8ƛpl 0@OFF96cy4&F_إݵw{;{ط\*MZk%'E#O im #K \☂veߩQ ]{ { \[2[+6Д4KNsl:d *\%K?߽'GkXj_BiHk-2 yAԠ 7 W/JÒߔ%6xflbe HcuS)?Ra@RG8aU5^UPE4Ҡx枮9߶ -b8t!C”n} (Y{XHڊOakhZ<4XmH9ھcx;L!G_ pmVk6`T ]ßkAMewEiO$k ʀv`d>Lf 9nߠjӒR~> w0vtCk'`ň803!MW ko L L_F5*%JsE݀>mCC8+*u!#.7Ƽʮa*;RBzV[&&t`~*Ӳc-F!kAP\^"K\!o"Yz%\(ާEL ]k\)(fʣ2c3\L ͈ b~PJjY= *o32: b:y0#cgDNW %poG{æqpzҷ*)$V;*{}@\wd-73Q"m3ҩzn]C 0lJ#ĸiB+[wgo>w?@6l̡c&^'(xc!QaC4+vLbfv{*n9ߚGh+"H$lNwwQSV-eLEWrv3<+ZW4$bNGjx((LC[5KkT`.PT+Q|ttzY1taZ|2!ȝ-Z &XP>xIbYg: ml\E)hC9iQh bO{PyD&Q8:ɝkݺ8Q̮bP5~UF;ǚuFKfF>2R>nCWP$1hv) Q|FPIiG,mpBK73>j4 [8M4f! K4s(vac3)d[yQ3O!z)I+kk_6vʱ-Zbi}>E 2dٿ[&YjSC+E2΋Ofq-gdxe.`r)W/3/LX2-u)"RY_d}klΰw`Kj(\MA{G.wh>_\qLQ' t(WmrDkĖ&<7ǾƬ A^ϖ]}NfWpw |/Q'p6@2uxQ/ #d_?JCA-w hOPn]W vFm8+ٶyg3PRd3iDc~& z trDFcn0Ȝu?S!YۋW;}67Sy= +f Bd;IZvCt{'Z l_F )b02"xr% 3vcVoʦrjP?Yj^U":ԥFs77-=Pb<j:L6W~˦r{9?(2GP6֑+:"ez0OWK<.3q&s#\ R[_ C`X|sCΑEgWxSl {+M W 8pYA'ecLM}N)w{cx<;l$inVx_7@#m G6"ViH\h[J}|/G6e׭3־mq[[XE"J/a!QREYڝ5fɼCL"gA w Gb":֊bӁ-#uX7Q ij෱L=2Z|kbѼ{ToX;EAf5³iyEX3\hu:Cuwg/w ?#g&*[oiJ: gP ze [HB#][[ǽY!1pP$r.cJ @@g@Q39 tu{̋\[Q.>)% )Ż*:' e%kM*,_%PgQ96=W,"-",H q"O1pN/ ~;0&s{?\Bا"9,muQrB&W ~Vz$9Œ ׇSuʼnCClcq1ҀdPvdR1mU'zs*+HĮqԕ!r;7ΧXBEp+fV"OGh6"c=6TVoJMX(!Uvq{ :'xR &7Z7F=-(eeڔ] & tp'۷Yܥޖ3h. x8ϻ #Z|p YYPAёm/'jBc%&ivgөx{/Sbv~ "N7u9ܝ 5Xe "#/\Pjh'񸝡R,I_]Ro5bN9hc>Wwuܽ[;=FU14F]Bc>wqУ~UXni}*& o1 h!0WW'N%Zyф)r7XcfJ9zQE=8IRN ra 3#;ؑDܢ kzp1~). 85 ̐;GqdB~ݑ YL{.8Z%[c! !$Y4((e(,rqTTtPX[!󮦣 `)JؕΠGv|ܚ5%$Nڿ(~5Fia]jS(TSR7;SZa.>Y5hV|޷7huz=p662B‚Yػb kwxs;-^=:DyONTzbgeliáɺt=6TAO7Ì35 Nf`suɹ]@Thu"ՌDgPT ؜r3ݝ! {i;xB* ߜ|}~dX.eɄQhx VT b8PJ( hLsᑺX}lir $+HYNǚ8nM=]q%!z~{= ǂV8P;sΩxaܨtnƱ[p]_[>09]_U%%S23E]W8cZbw}R,:TZ1^En C#4M6R'<졭_Zn%D;;FYp#֍zG+nHQ,a@2ˆtF ZT,ׄʸp'3q;(ujfܜV2A/xy5^+KOcYSCn:Kx*<)$0|X%JjoZ|I ND$*}i#3ngRw^kTm3!z!|ZWŜu'p9HDڱ wtХq?=2TL*ȄVI[y8ldfo02K X4/v =2ylUnF^,>YrG\5X(8n P- ߔW4ә"Xl?a)H.Ws-A"nٗxW&].JP7Iֹa|P 0U5<'my߁Bvwgˡx5<7tM-[ m/K#YO8)^f~%'2r@6Vƒ-Q-:PUL̤7Bi}Y/9z'8wro5ˆ/+kHu5?JY cM87!o\ /,zUZ#t·HEYB_8cHYO$‹HXRd(^9!F3'\FimECw0E0 79YsXfܕQKC~O,ryoXԑӑ +޶[.WA8{4Mڶ~cإ D弒B3Z#?sEB)Ymԛ}axVىW<0N8R䢒|i6P$fz]'A&qX!пVP%ߔ K(`JG$B,4*R)Yӫֲ5_ \=VsLw?C9tўS=_yn4(4Ԁz-T*˝G.(ΰ20/K)HS%'Ft!,Cw(8=*foCFh ;ؓ7vXXG˭ρP:Gϟ]=\I@zx6eدkN4N>ܧU;`ht˘R"a Ou Z b5 ¬7?Z϶"\tPi.Խu|] Pl6 {aʈrP{j%*7>yvHeN(oM 7s/{%]K箶+>l\ulY n1(3RP{N-Eʺ|\ٿippr^sLhp$&W2[KFoV_q-1,7LJ: W#j^!Ԁ+kgM)fQ.C/^.ak hbLo O O"Q0|7hor?m0|! 2k>+1J4xPy#8MwHlm PetHǘ-Ib!nl̲0AĸѿvlAvr\]8Zr8`t|NeUs<ԴBfTD8ĀC4N"=[n5"~4Oi&WJ,v4x}y=:5E4j|at@LMmwc*&Z^HvlrY<Zzu b\rSAct x S MYE;&fk{`f~huJ}J _&Krt\(-9khCt85#`Gf,'%<{w=)Zl'lGSTp#νA'x4ˠ$_s#~D*6CCK+ھ%vg {{*qoқgԩ"oJ)5|()X) ŝt 4TZ7$lZܣ^G%_:)F~Y>yx?ֹoҗC-q&L uU­q~!휚Pt["$"C*Us-PPk4;E!"ggߴ]T䪗}*5߆\O.T߬wC! ALe_KqRW`tZe˛2-;No# 7ɼ580E.Re'p@gw`=#>QioL|k $", avTZ^k'ZM?QRoQcR'ij_+S\KV]ރQPK%̻28%d}U3W G:u̳$R;uj٭Qۢ|ۈQ$Q'8vC0fX}?/ Tn`wmɁk'Ɵkțg={uBsޯ* E*Tǎj|(L4-~IU 4.& 'Nbc'&O!tч8U!/\DQ4Joq*x,2T~/ҏ2pmYGC!#- {|J(uIR}F8sݤ__X5쳅Z88= RBS0  ^yPÔQv3kŝBGښ@w =!(z* #2!/?LQ(zsP[KcҾyv1g_U 1|IѺuZ Ap/_+8DOj>yA){:8Sg|FH|NԆ{׳tC,*|~}3)H{G<w8q.3W|%Cȓz53a'[@hH8o=v:F&Mݡē#CIF4PSy,4>G%O1AM2o])mQSȨ9ZE9 ˤ]QZk xׁ~DluIí`xh s%)S񛛹z ;PtxmY|"{E#o%p#}y U{]\z^.XdWgV D`v܃toß%EVC`r@y\xzʚaYx(@rbLe$#2T5Ңif+8 |wcw+' ^@V28 VC27mJ"1)9a 뮸f8ȟIh0.$opebz1f2u Xd.tR$NY*CB#޻&OǛjHKZyڼs.KAS(d#"yI]pt>^_xUD㏀xhUPKG(#~YTHLuZmy!9qHjXձoz)݉=\zPx)( .ΔU.DTHaXLe \ӉRɾ`[ݭ` XAӲ4 Vw| n)0xLgڋD#h lbA7(vlQH`b1awrݘvԓ57i'=5͇`" AYv-u|ѭiNanPa =PJy287.TR- ܷLWILIlח̒=a*q/' KAԁ{uxXx?&e -{=zGۉ:k ]6& ;Sh 6-}7R38_ȥ]rĽ[jc5x~_KXVeCj+|p e dX0aPN-,+n跜wk?8xGvvpTzTT*;~Aݍ~ÂF"U3Xu:.U@R/Hڒ̆';y~*y`s/cR+}lf7񧦨_n .a^ʛU(}3$>dpZR,&3:ՍoTo*q-ڣY>:[hŘ+&fK\`:,;(p/ɚ ;qQDt6xf.{Ausc}ݨPF[_+0AXo)~E #!cFZ@L<@IYi} fq]S/:{dw T'$1!e5uBVq8&V%XҥyN̶wi* oO󜖐5(~|v'CW ǒ>WT` }z7%~^/VZY %,|\UH6(OZ[_3X ymoIB@ڷK* KT)x@1'8*l\1vWGf豓k*/ tH\hRd\m%) b]݊``<+2 eB^t(̩F~*#Y3q% ;2AD,}9@14B&N$ɮ`x_kk{>a0)>BUw`hDUG2[U AWN$T^VGpz6|K'Шp;8ڊbiwN>t7&̒)eF'>&|C#irv]Cބ~28{,^'Gn@8j$~.@/9U 0^132]GcԖg&e]Jǥ"׌Tu2Ǡ|RXj4F\'j9 Bj4ԫy1"OZut3`D: Y8uqVÎ ' iY+0%tU1yy}u|?(u  bیvQ.mϱ!jkđ.ʕdtg1fAꥇYUt@b۱ŧ2$NzJ`nBT^uh6a"ÂUU7=":G2>^enV]?2Fz;ȿ_:)I|vsbJh1{ޠg XN4faxs8||IiH5-T[\c^ u62EgҐ fmى]"F ]w+H=kݷҥFGK߯f hԒ82Jaaq&2 ۏ2$Պ)Qq %_ ?t2f?P<-L4϶o`#;A 鱴0h)loL #q:Ki|~ŋβ0cp(iA@MOˏ.a2'M|Q7_+ YO89@BYq0mSf4 ;$ڏqVORF݇2w5Iϸ=,Re,βu4Z\i݇d?cߞ鲑e* c+[`7gGc wsѡ`vW룖*OF*i|!wHlЕ(X +.>ܠ}Q Bb V|`ޥї5%iK2D-S&WH-N1C4[ABӳS9HU=0 P/Q18!r-mhmI@dz$!𛍻PDJzb{4U9nꒁU|cMnFo:Vj8vZdLյk3o`e'aJx ~I/u_+<@YnhCg ~}N 9v|]wi'{maťmrpM:1D2Ck1k.趯l;͐ޮkXRm-lQOrTis3Uc] TZN@#l8cp&?݉aP=1:lͽB?tzVT4yrkܑ#ecu'DN~ %펵/ @ 6 7z#(U;XF͑PȫB/d44{Hr ᫏iuejRF҂ T 2v3?r:0٧M.)SC7'2[M(*ri}rLըco1L>yn;om. p0QqK%+p3Zdy+7}1wao5?;pVM|/PmtodLsޝ.Ifv[{\cm*繐b71Ž ñGSs-a7?ܽ k@B/0j^7dMy_ M+ O615n" 3 ZDhܸ4ksfwKTd4 :~eLs VΒ}sgF5*~^.QJ(pPAݪeqxQGKTW!qm` ا(8NgfIHkXvI}̒QhVX莦‘'ݸPNθ&"Dٯ`"(˻'m.sy65n&=}$8>R_5FOxl{l260B)Q*p6z+X:C5,ݰb*W60ē{{-;~q_VF3!3I Ӂ0~_6&.^w ]!Ӥqh$RiyMpĕS<g`F|m UҠ\Lq/ѣӞ>N4^oЭL^u˾-طU<)zhqgiW %pڍ^vxWן~rAHpW\^lg2{c^5B$!\IKu(.yBo_?|%^Y>Wm5^&f⡴)^M3 wga*i8HlbO 27Ga;V ^d=J͟=3#rp: B2_4pvڠztr/ 1u`KQF6G+;o<^  H߃krZ] I0fx5Bp%fY.{|Z^+xA؛j9C]0 .{%uBp۬KS M0%IprhRmynLlCYB@Y\L~nXXRS1k(*v螘 ;{@%$qL됖*K◻3`Y\bth}Yqbq0ψ}hb(Ĝl1rcD}  Ud',!Q.U?v.3x|@ѐK=LRcjuhEY`(|4TJÄWk[8J!;HQ|jD6Fs:2 4Zy%;#SSଦ@~eu_8xQ=ln m s8_ Tp[?- MKizҼg-n>$ӗ/lYQR.VYt4lQK d7&֨()K2۩.ߟDHFCQf%K1zr[e$Uぴ(쮔oZ#M:nkt3_G4x+ip(NnJJ3V߽@Wr ,抯ll^$NS塜sr9EPQFؖp^7/ hqdcx\ 9Ù-bv !~rg8!2{"t`]UL{S^֍W11r$ Ƶ N2!pys3u ].vRLcQ}m8d&/CQTHq ~*jhL*? ې%8dऒoۑm7#l. ^&܊6PX$ܓ ȶٍsөzL cC;lʵv 0,"ﱕ=*gWH7mP@M{茢wf˓sqU"8[MG9wɨ&[$iQ1=#v©jr)v`Xw%6R:5*|qz% Ȯ߶Xum. K1"8/.#-Y5 SpO ʢz ͈[Pg[\!'K\//Ӻ`ޑB7VݒHl{ |k0p8t7֦E~a:$)GGJ{NI 9>PRj@ulSC&6A\ e|qo2-%^j%\n3 o.nn05{3 U}pfѓZ4hQ|0V%UC$A 3rN!@jl4gN~%S}3o!Xjkb ']Q}F}ԖM;"D,Ҽ=E'~WL(-zT7Bo&KBcQ}ه傇+us]CfEdIL7sef[j?@ qʠXNp}>\^\ְjCt>wb.3[`x?$e~~Y;#Q[$C.w ljNml{dtoO7[^eз!:2 <;R;lD|D˘=Q3@j~;[#DntSS̸֗w}U:_vh܆ugJ 'Ebi|Z4CC)vl7%tnyAp.: b#kXBav|tż#[ÇUӮ`Y/9R!KអăS6$&r:@S1<:&|-Ů[Y'܉T̒JҀChlYm~b~0 FQvuVY|f-/L1,ϕ[' 4w2g G7(Y>Yp([$H*9qV,F 02c u+YT)J3O"gKBF |T7{t#aI瓿O.A ڕ.NIuoK}N?a9Ү1^zye"XSrȚ)63#"}T\-nKnkLZ.]]RZaxDUEM$l"h l~S(tu{w2n(+ZYMp';R#:*=k?BAmn at!̲YG7h BgۍߠcK{0hVGk?P'R$elZs*EÂv׀5_eDx0_'F weR4x F ˤ#CTNF!;~@#*02u[1K4n+@8_Z!kUǐ'H9KiW| kR3暥86 oGe:JIIJWB,B{0L) E\ѢǵkaBfYi[")E8M65<܃VB̏=BN:(w;7kp` f&{Xܘ,;]ׯ6t@hh>z#9z,9'`jXZ[Y*qa<5ߵV lڏ9xX@"N}D&\zتOG(ge``g|uȡVB5\5 ՛@;qHdB[^Q{N~07_b-хW6{@0:N8R.f@z>4r% |S ::S}毈kͪ/[Ds*'n*!* тJ148,X]\:[F@-2 8жFh+FoCDKXb2xfω2es/Pum] $N1p$?͌{ݩ$C&0HN L+]n30rؼ_k]IL%NXw.USY͙{nE0,½%k6gT'K/??z7#~Н:^n,˪}Vp_+:(Z)p>{ERLh'#Ò)Z#|to4_ٷz.8-0HZ2@ 2 6п],p "8tAUp\B/g7-L{.\Qez}[h;/0N5cen2 S7A0wOHFrM9fx53e$ wl5=Sl3C=O c;NO؂pMw'Zp>[?X6RŊu!<{O3OYv;\A|a!m + N.!b̧wFB7q /:`î XN38KBg*sggp(Զ{aQrGⳳ(g_?l[o)-0,lP/mFXmYco=dHG=!֤@x0 @hrfȦ"$QP[*m-^?DL/hEZw8Z%h/ڻM?P\8̛c -:_ 2'o?{a6/T!y#N6Gɵ9aDEٰXU/]l xT55茛@l5b( =b<,A5!TʕRt0O&VO p>,VV,),|hB*%(Vagx^HCb@C_bIh%DBdsy=~'# -ߘ?; i#=f?QvK?iEd3Uz{tR2CjB z"Wm׆9.3nZZ$db[cѝ{I D*c|Z<:G3_cFDnRɡ> l((mwc Pӟ,ӹSJd {ٿ#AAuusNs!(T[Mkp؇'" eP;Q5ˀ$aa} *o䪊"VSRlW`dPJXPJlSġ+ol诙 ~c5,A~<.JLDe8IpE#-;WzML`)`iDzr]tjXQSkwsװH?x_Ro߾DmJ ƻf`}iufG!k-Z/A}`VhH |)<s~2꼸7QEFXGln9$v\}Vh1WK1˄.oUSfl-:ik 84iD 47zN O\xK`LFd^i0}L :f]"IX*& <: 係zbȮj9>oR lyrM8d*W!gr󃆁=YbzR ?H1϶oR]O>%yO)e >h$ᢂ2lB{ӕt,_Ykw6n;Pxp)אָg^8u&'lsu\A \Ң aht&$R{"?,~!~a- e7KkieE.69judv6w6-qZhQF,͵Ō5z|JXfv th.xH-֗M̑Bˈ$*]Xϳ(ȺkR"PG#w16 [\zX,`LVKM;`])ݞ^FNfUhTW kmPtEV YcD_WՂl,rbajKa]W#s#K{j7 [UV He1Xero?EiK6**eիSuN'*\a w(sb!{97&p3VF.z-tvx=hqz8R3aےG_$ ⲫ$JAwyAb b}^au+@Hv۾F  d{Ii ,"|\̠CY EJ]eŪ mθپ#ݜHcg #j]@AsE[Hܦ`*FTGpN!ܤACTo~׺aDd28.㾥`HNYd1^a7,6Ԓfd|3J_C0^C!?Pr4/V؃g'.''v7?$rAɉ_J?-c [hl= lib{{i m.c;ʏq9q1~Ͼ\-Lø(p|I˭2ҺM,| +nb;Q~r⬅}PgkY⣀럜Cp7AƩNǬ;G<̣BÇݠ|zCSPl4@X䮇R?1MF2Xߙ;_)ח(sOa|U 3]nLw0æa"tC8*:>eu7tu L/7Ւ~> B)ӶraQ=Onھ]UaSWIORpY}-9W=F66oLՒ\V=pe#2ϥI¹oiZp^|S)TBRժ4<LP)Z+)F9q8zA[wEO- K'dtY՟XvO z?xg>xc~;?,!||G-u.&tCm#AKsI `aF'fuƱ.J,9b˩~t)ia&e KDB0'T) 3-#3NwLaK_vr?b[4!qP|3>-!@'  AޘΧ#NS@s,e>/ 6UIǡgиNS.a)jli|66J 2L񰄭ZVxۚ`6ȹ?wh$3`$Fw}>}eЯ$l}ñ ^:%x1[.T壖b۬06^GX"S<,Էգ[f֭rUL242jNF'_;n(L[F؋?X 6yb5y>+6Qe=ȃUpQs_)vћ:o"4dHt|S$}̐rgCh59i5b(""F?Џ<δpeà${eοT5V j>d=Dr~|'*ATU(`_٫eAKrO]vGO@ΦN[I),_aOY\5N(5{B UQ!BE`ĽTt2>4cG.Nv|TTP0<5XC``1X$9ro$iYΓxT.svRoZ`^W x3P@'W\8Z=22vOsVd:m2#\ݲgå&̦(Cq Q<#UQD̄a]h @,z'\:Կ XT%k]*ZEuS#$.}N pӋKi&̵>6.'a=[t%:"{fm|S4ϻmDzں!!bMi EgO;SEo J;T| S_j6dwSzHpXu*gwb x*HAu/A(VO?YĔ_XS%I8+| mT0i-ڢeadGwu{TH?C(c ۠Y'x SO.,>[cmq) U V@)v0Lr5a)(eғJ?TyDzb,rmZ)"H'Y7bSW۵cR[`]o-)9.\QGwx-ť` ł/w\;)_q US[lCb税ܴ )kҿ7/@0aT -ighGnk`3i^kٿa&yeO*XMqT&/?Ir}g:/5`QD= &R_JDAjSVXn9.J|OZBZHQsm H*+wX cra֞?E?Hal,kbK;P]OClL}8&!)2$X=m#  f(Hu̿ڲC2@80^Ŋž痙@ Q™̺-׍,}^4I2 ܽ70Ϣg H]Qvlt6t0ދK2 zgB%|=1T0NV֯1>;h37.zWYKFnv=%8hzQ0ۣkwp/]eF&9tnћkJ鳴7L#W'tMNx]ѾkZ谔Y}?+=ۈIm0թ\z*zbEr7@T7%-K$@9`j,2]?JYOpQߵP'UZ3'k4(Z&a_<<b ^ଇ]dRѰTcdT Ownc]kv6!%N;8q9)۩)_(A8RHG<,$(2AƚjIJ1We~{֙yx|~@ڽ"0chd>ôխA5A~-siCΥImV}B/F c?HWCi>rEȣSBg-&挑NH|! cIڐV ]|<.8J(o"ÿr+E\Ϧ≕8{l?5$ֺd0m $J:\J$7Gl5--؝0EF6 Ӣt:$.d"\9c'4l}C qN'Dm@, |[|.n^Q7Ofxon-;ofj=o+qZשtioRWe^ǩmlv^&-I^y_UĪ禘N#|OgﱊٷY-J/+3TQ^`T,&z S.!kSe}=86r( \??I~YNƺF@_IT2@'Q+4bxgC71j}09>B-|G,&ݍ<#=v@PY2u SA-9I`eti%&kЗƴ eT@Ӹy("|G∩Yofu;;$̊P! ?t4c貝jX_'#׫Xgv]ԉvA7+dp,!ͿPOL甋OAIgnusWWI+1;ӻQlhv@x'y6JesҡλH=3c>^l9O:'4[KiY!6K]ӘGiT;+i80y60%?Jˀm§Ps'{R@kjNe0uYI -(-ȫZ T+ ;S ~Kg`YQH67ÕA.U.5@/mr.A 7rB0mec%{)io[)W*{d*K ^B&ds;6:y2Ea0~U`Es(*l1*o!`Q@,wƟ'eft)$9s#yŊq%MOYB u$< ³hK7+ t0R1im!tH(ҹ.qh,ӤwXT) Y9Pϙ:V"}#~EjNLkr`[CTO՜Bpg~av[$w5a:*ܘGl1),M WE(mwAj/B{NJ{'Iiؗ\iٳ~;{y~!h.Q /`ஞqrQH0:H/jk kupO:ϡ86nFJv[27bS6$y(3 yj R1;3~vdBWkFaC[@G)nI2'O7KŲ1]l$C׍vQ9선iv"rő_c[|s]{>Ѩ6J/t֔īb;錆sx#Sװ]_ bCD1?}ҭbû=\߮"S_ #nW+dI VYR[?94 ZaLTLY`@#V.cUMб|is8J 7?* E_rӛqhWϼb5u_pSn8la5':%:)$ [BYrSoԘ5;YU הYs~SoO߮;oFZ}ZLLΖQ,\[r=VdTM bz7 ?NVDށ+ѣ h;L2w "[HM@A7^XKqyb7VIĜ)*i_թۖNߥծ8N7|Ϙ<rqȨKP#0:(2J߷O*m>=݁S+bgv`6FNzR^}#{<6HU%pLnC2JН2W R;a%%jg̽Kۻzc*ԡQXcb*@aǤpF6B084qT;ޒ6Joh^Dm4,R~5<ۜZ6ӏHP *M)$*mʔ"n[ RDpQ\UmpP+k}+uyו ߛv0o_ʟV(}%tLSǡ:v?3uM82l `R=^ V\ .VwmO" DTLd*2g:}/bRd0 gLJ]UN2|O"aܦvI^n3\)sFėr U z'} 4ґQgٷƇ SzJjR={9tV,^3@P|BFCQt._<̍GR !Qf\w1Ϩe~aNy31}:|u(Y$*3yy Ll:yZ[gud,&["=;A׋׊fo4PN2͐]/Nkr@ Zih vP2tSGCBCd@2UD&&1,>a+fi~!%梱 ) ǂ';trGI$y|@ij!LV0H1$qŮկk͆CZS9Y~uCSeHz`:!C%@pzelTyȄin5F?͚)HY lK ݯz؀a`AR;sUcMOd+Ҏ!Aymmmہg 逋HstI=:ơlWGNqm^%wI;a*{d  XDH cm7/xy3?՟=0J9%0ԭBa'SEnG1~zLdHlq94¹U]4_& V7.}3fhPkE X`u <LznmWͺZOK} ȽO,Y# v)8[Wnʰ$9f*[dδyt(|hd_Oo(GMJ1I}85cR[K"ط޶^t\6o#}f8VCЏ0N h=N*[DTrfg-Y' iV4CTՊ7ώSSePh Y?^4w@twCqcxGB D>hA5NPJ%0-+i&lQ}:X0`T4d7KA〴4d*<t?TV|0n}HW լ1n  /h[kQ^/JbƷZ3 O_ji5a"Aāw`aeWg q*3}sbh0!.9 HsiT67dO,\?7HF6 [+ѵ::c\I|OpZ=)Uߎv[[LΰHVꉒ5k`(~3}7 u r 7AN.&d Du=%ycjϰ2TfޅZC-@?UA Wl0#N߀Xc ^blwQjJ R"j/56g|Xمf*Yͺe䞙Y9WDi d^]bM[7[^=[PK44x"+(a)v/\ rVƕMo>ժ!2Cqv_="Ӳۡ[8NfʎGqO͠ՠhߨ\f <>{B_xQ6ce'M'Js4L7&eLܖֳ⺤(YSsx:kŽ Tj)dmn|тE_/ߺΊl |r:ڎǏs:<\؁-BHcgLu5dAeh9NA/vuЈLBlύǔHNc7w 7WxT8d0ǂ"܀9?J[\5tg1Bt=Okr4Zc&@yk[dphv}u`Ð3 Udk7%-Dۿ# yvbSp+Kׂz3s(VZ(EƊ̒>lU҇uD&n˴z6MT{$R-—QR7JPG (H1^S pbHYYKIo%7LN$@} 9qnq;
`׉ҝ<.A]ogƄ`_G.h21W:Je,ʔ}x rm'/?U—M΅ ` &_]G'Y`_ǔ~JWh2 CV|\s~2ߖ,>%^ڙIU'u#SCyCn;35e끹ASj\}wGv4OWR`H4EzY:] 7a Y;䜱l[T^9[wz,!z'RG`NpvdJ6x'<4Lq"M-ژ%` "E|`¾V6qw'DLa"_Rl *8E)޵'+-5\O]CZlnŖpz~S_,MNU Rƅ#KS.^XdΌsr]Nw~~hO}w+B LGJثggH?!p.{1d_-zI 'AE ^gءvG4@S! )x9_Хh[)e%CrbGʏnW6_O[,~2t%Udrh<;t[H Ƥ[Ѵ7D#ԐJɺNh|)cB5Sf!I 7$ýjPCOr$#N R^pÆ Ӡgc;2Y~t?]7<.BіͮQyGYfBպS'aXUŽh7"z"RV "[`&B[Xpxndd8 =a7**O<XLM(2֌&V7yʎo3? yZ+CǙ@eʊǶ>uG\ ϊ4bZ6.xEN^L50ޜDPh4'̝į]j郀h4G Ys&{+#UKHR}:?d@y"Dgp(e"E7ߦi!y`ѳ◴e (8V+knԕoiFM:yАe+Ixah!S"XPۂUG8/]oѧOS r!R25|T >U`҃~&/w"4jG 1(-Z@)c'/r>: 3 `%N΄~$ Akw=i]Y[^\V+JTnZj9\RE%dipb/pyjQFSP&*Ƕ׻*jI9/zrT='ViђwANu p(9YLpߦ=K(@S^1aYULT/9M@Ͻ} #ոޱ`Y \FcaJ扑%-7S4ܟyгc v ZY^O_1gP3?_V(1UJ?Bj~)CCvFZNGrxޝQd:e Ds:N o(:K])ƹyn ԂIɸ|[JNzGL\gKDe׭$[rhVa!\I1`EݥLljut3 g0bQhՄT-O$z&n-l [ѓw2$!NnJ'Fm=**oh!PTqT:Y>X5͝2 11p(H*ERn. XQ8Dͧ]zjm%rKo7^oM:*"֠*GZtD_toTzZO9{a%"7d`+L9t`}/Ly;mN"wrFWck,υ]ώ?;`ٸq_*١Z^N\i/ G<SAfE Дi8ꂝTZJ͌^0 `ທgpNNlj.o[*S{Erdg$:l?W9E>,Mq8*^?JxфN;߰8*':J zI_e԰# 2I-`-rFzQ4Bx;i5A:̹o#S̴"9=Fx GF@7s\C`jEոck|Lu=/9ٮVZKVjwɘ9#O1Jf#w6=ç#T^GaȪH,bH |ͅ䉱^߂Ұh[TTȷh,e=5"5cA uN(Y pT?.*O n!g F4{.G yeG^+ Jl5܍xϬ wTV4{D* 0aNP*&~B vjg?VQ~TzRHh;u} p"ƳYSC٥\ ԫ & ^Mx @B3,3i,z;x8uP[5dɹ4O7I/ʼnW- 1f8gx kp{$Ѫ'G`IúY1ONO=>6fb2-6532sR9U?+AQ/w<R7"st"?E`C x VcbOtק.@*SΫӕ~VC@&ޅ&C o 8lLlYgi*Ij|n$|eM{;3'V҇e-fG<q%y qq֍l}?H:ˀ B]Qw,7$ĝ\ݪ BA1K@33mΑ`g 7G*Ky%1H!m[ǟ{d`RRqbL`KUL=[oCB 0  y%{,9)rnf򩪗v<̦- *Q5C\pD/OdeLcgKR <쥾=A 0`2V~l0zjF&(H`{)s2`U_:j@p-qvܣi?Yu,D.9wbk/?$eI@ՙ"*H|w6](VL1b0HOuK)'D,,WGs @5E-@oQt`nxwX/e!a~nMOO^*H,!Lc,b,zX]Lْ%p! G]a!Iۈ@x ۓ5'8XK"D=+u< ЌT|?e6y> B̴hyUc˃؞ ts$h}Ҭ? lGzsc2^j¥EK(hG% l鬑}T[>ك1VɯcFZzsP9 CN$ȑe}ӝW tb.vOmkygiPLF={vdŰ،t'"(@աs%|K3|,1݀Yf ks Hb/+/c ?:JH@W^o Λrus QIąOn٣J-wɃW\i.O ߴ0c< ?IQ7Z˶+ZRxb)F f0,Ci7g^X9X) ]dik!n/B][UŪERT̅Dmlx**قBa1\`]Ο PAjrZAԙqM~&>ecꁺN+ޤdKQn` .<˭ ˓Pv|t@*ߒaރ)wE{[7\?K>wI{m UqM)FౌZ~IG*CJuH{f9 F*nKaKM @{z4٘Uѻ]*~Y}<:m / QO^]HMrp#!B6"䁐|-}="\&`] yC\E?BGOaw#dSJ6"݂z:gϾ@z DyD0 o1RuU$[uQ( uo:Gc`怼w̒=\Lkl+*V'?p$Pj1gF!yC}v~\fKFJmY+ oim.yi~"]|ڭ_f*yx So+__bRYҝs{5_g* .zyw7K3YDx`i&c/;#|{Bߍ+sE$g2ʇ^Ê(i߼iuvщ|N-}>ѿaE ` %j+:%; ]~EoLp*%%_\V[Nb^2=]iY"91$t~۟$Y 3ht*Vʲ;O×ks]i9oBͳ1s-]*}~|{{ ׆yQ˻U: v]`H͔4PyE1l Y0C^{ҝ Y5i)/8gH񅠩u;WU_`r>E~M~gr>sJi*Rfd4k X`B,MԒ5z}p_qdٜcv$]i,邃<'`SP?NRR{wf*wXXF)T=^VroD.\"}%8v)5Sa;>&zGR[ZrP.}VG"h`D#_{ls?)P{?X=9Hc]61Rs\f˩eݯs-HSPGFBR>i Wmʀ-<5I%-H-N@LED= 4mb:W qșc$|_jDjHmpl-W;Ō7HjTv~m\XUwkȂR0V=!g`9c4qNsZXfU84mB?P|Zca vJEl2~@.k幈Vz IL%n^5U"T6C2 NȆҳJ˷T*tdێ4Ⱦ@NˤmC[\\=KfHnSL> )>//$5L` LUpR/ȉȣتHa>ȑj̹1.̢%ޚ߭sv[p' bW@n$% qh _=(ܔI(pGfL0L&V l^@905qTm"qӸ ; [x< '=J3P3!x0j*~TP\(t1(}L"؉Y=enQXuk".s_b4@lOu4@ kA?񭢲5tT!X^^ t Ñ~/2>YhMFS#;(ci K`LΊulmSF\i9\f6/a2UE+kQAqiRpvUi'=ʗYsv-*e919gn (h d˼W06Sv$gP)+6fDG4)'@㓔k׷ ôrI]7GKYH{ {>J0aK۽O.!A:9V,%2;N>6!#`ꨵ&xi\L<8᭝ mu5W͟ǀ_ ?M4ej|'{EHhNˡ7>\xG[]6\)4=nKJFO^}ϤۣV7nuȿHT\ޒ?߽=FVE^Oxwp-rz꨾ɓ&Nζ,ZMDmF lacq)cմa&0Qw [Un*Np_+#L\pőbɩؐP 4f6V`|ԿĻ.gLDcXT[$ YP3-h|0DăYK0ihcV w QSGl\R³~ਖF{^eąov?}3P_P%;`A򇫇qwl7`wΥ=L ~7o?H.Zzdxnk.bv6 =?/G3J|]$B{AYB0h~[%kw^ O'zƟ@}qzsX:>AKiɗyuЋa\ :> j؎םU4=/z8w7DŽ2UFO*_5fvwabr] I.ׂma2Y6ualbݾ Rs8L| I$+\Q&S^4͉n YzڢU㪉6|zC9тHT㏠fqBl)RؚawԒ\(ڌoEe_9hG( YRƯ%{BU-MAO,8JG/ry*;ڀfGTtj:Xm .{ݦywKI\7 urN 5ɱ6ڤkkPz +0ՂilDA*>R1FQن'ZH XM/_Q@!(Lq(vJKCmc^ ݒP,4C6" &讋QJnK$/_v4-mw H|IP@ܬ,ˌA"&!1Cɩveqdâ FturVA?9ܽ~s0X`wKb\?MB[#f^H5ڎDwAjK#\pm8z-'Ə0ByVa^YFg}NƘ?Kk&'?{b{hiP!N* e-@ԡ2QcB9ڟ/ԗGMnd7nP:^bt;گh] pu&=fL&M+2ges̋za-I([wbh&6ef&O6\) +L<@:jJr@I@>[rE'e"U.7.=%0:[wupxY:'2+IpJ,<֊^>n 7 qXܧH+>\Fؘ}i`8}2i&5 %`+ي3KgZ[titv\jLVt= ;Q6m @KKԦ5I3]Z*sF} ]|=FV-2 s;TԓlG`=:ʫAv[9ؖ c-W~ ."y8=@ ecTEhyy0֘{.kX]{wo}A)(%TVt2 fh zcࡂoz|m3 'B͟1y}UP~Ka|`v .!D*5\xWCIPBMjz w$,5Z3ZR?/PuAa~T5!L+u{q u~Ws%_R1KI=,ҨTu,ao547nI85+<ץQ+bl^jU)>5Eٗ`(*VD1O68&MX *DHy(P 죋4$>O#!D/p6-Ժ}+Z~!}/0M0Yw|m"Gq.%`93-۔JV,,1`n%BEť@Ȼ!Ɍ8F魇6XzL{  N=lᝓʀU^EiCQ83,FX#uX/H ?QD3 `EhȌW6]]16B5oBWSz 0k^ 6~p)QV]BÅ9_:i.O,cnPs_>9B.yMSA 9#>2na АlhLTk߄) ,.XaVNzN>'=[Q5Z^MHݍ'#Ky/3"ZGZ|C.39 ~Ǘ {>Ă9X: &O<ح45hD& sP·AqZr aIӓ)?'-OfQ,d)܄!&sahOv-[^'D}@ta:>6b;Ս+hzK;[ExdB}6p?q[F1Ss`b~Z.ٌeFڗ6]Yn ~\jxKRdm]k5k_P2B$W/Z!q}f(:p#0eek{^brc"C`EAr`fBl#n!X' $O/H 6Jz]K: RT9}ʪK>2GP?@b㐟}N;&(+ 6Pxrݎh@F;P/Ԅ0+~^w-g<IjA懦=oXԙ}H՗F^:W.f}Gyk-} MaK|ApGgd mE|.;/GMi, ǎh[ ʞnR 1;ψ,5:$3 $ܜ=3 _)Gw?xs>sW闹dL%1h/ )Z=ᮦǣ.,R40mF:?AK>cakZ:/㡯y̴Z 8(_נC7&F AN)hqe=N6fmE/ߴ Rjfk? bFG8F?Hc .ƽߕ.!&XٽvJVY2! ͎oD(|SG9IئH37ԡpgqEcnHeaY<~ x J6a?)RͤV&01* 9/ނSeuwVj S3nf;;Z6J?ZşfvEv נ@ndLLȗS ׿φVK=O $A"Oj S$wXfZR8ȃJhwXNQkPg`c[0Am˼D[i9ex܊C V0q$ӓ$hx qdMoPp(J,X[( PA|Jx~q$q5`{0;6}T$Hl&핧3٥Tmj%99h^ޯ$+ӄ/ĵ둤}ɻ*x^5!SUT[`rB+`XK?vlM I7 J>+PQ A"3?7irD*sAf؊{)Yn]bl>횈SDaѺ=4ܦt_j2ZmazabVT#=R'5+s5L,q9ʮuІE8r0R[lX6Q=?>ңۼRazfu?pWuM[K}7X{1a{z2:Jh.YS{\\}#-MkOx^!.c2Hg}FG'ճjfv]mڼ++_8!4#H7 |+΄/#b/ 0Qjd=ݯ]>)gi?66f(1jj})v5t# UFygf{}5pZ|l= אPi" ԍnWvL*>"eTr}R]R%N*s|b+jh>Y̚ZSu#8[@~Z*Gu{T{R0h[>E{#(I%#G+Yxˉ.$~Y"M=a;ݟn\RJ>:rb|`ޱBbWD LVGSËqZWdP6^AK/rKż)^50X)ܚtŵvOqbTYL3 Xf/O=Svrp*ef̩=n~ 6wTe2Z@-Ng_~A6_1AY{(RU"err{0!/%Cl7vz[3IH5/0j"=6 mi'Wѽk-u~>jﲤ08<3=m:dST5-Llc SMؽBOtX {fݼf58鵌{qP!F-˄a}zaM'U'^nRt]"aXg}Gks,7?A 覃+۟m5(葪= t4%-}MXJVUt @*a12ˋ\˯,ni=r35ܺdU=J:2ś9]>Rx+3 GUiO#ӣo8zB)zo5z![_l!qGq/lwWS q w/2t*g=d?2jA*b]NA(hrq 2I T\LÃr5qR8JԴM>}|g+4k7e|dDO,UPAK+PK=~RZ湩]SŸO66Lڱ|JwōsV@ad/t{˄1C.x`Efup (G*-i +^oH'H~+n@ݏ&ÂvL{R- #?Pmf|V@ ?,Q7 CeX^6\M_w<`ori$gd+Do=z.Tgjɓ gX5r:nDRijhZ`0bE(`#,*)X?s0$GZEPsONY^[v$_(#:5cҨ)lr&Xh}P88#'_f24d:,.Ϥ`f|Q[Iu?SNyK _cUbK!i$HШuyN{P075)q=1a/X[F ka/s#ֳ6^2t8g5Q Fj\T 8,# @:]<[/7 F3Aon.wĪ48 z7-X8ϱ1}sqtD=><.c*k+;ZՐ]*K.N+A1̿Bx42r=z: ^J>Y d|}BGcWxRbCWQK֤"rZ[ӛr`E$7?yku<<8 ,&BQݠ>k{gҭ ƫz&cPv#nap]${P^*/iwM4G{O~>o3w]EvbȻ4>/*(T7еhiIM+c0)-ڟ~<&H-DU8JMc6MHTMpȱ|dbQ| vhQM5N>ȱW"7̠^!K/r`<>S!X>AbZ&b~e C.?Y0#x{qHجx#y%̽oY${J&0Qa3ʫKQ8taH_7J+nD 2x2"T19P$EWW|tKR;K Z/ASۇ3DM" } |`!eoCg6hjOy0v"S . _ԓ_tH+,h8LLy6e&>̆+嶼,Êt,h/nF~qxuCBW󰭤.xI難,>hE "WsrpViƣ&b=əS_r:j A/h6٨%j)ƲpnV`9uJCV<\:ڸ߶xE/AOf(>͸cO.Ve,L;&(|fe=R 1ROD}J͜[^6Og$ C d%5}Cjꅏth˺bg:$Df.|_Bk7Kl5xƦ伷0? 90 oy\NӜM\SAAɯVÅAr$W^Ɵꋟm0F IT?xZ˅:"y7ag_V~HlLfDAf-7M &ʮL; 9ol`Xx7t'A{9;1)$k-;B+h():!$ˍw8qH2BW`(,zoN7,ޤ7'El>nA*u)"]os1O^?m>CɫΌ=&Q&^SFDk2>7@***@\߅yw2@yqK]af3 KYA.*X:&Nvg7"c .oki&B{7j%ocȆg9)zu{4'r@L;ޟ<:DZJZH9uڕHȜEҙfRk/v<Y8,; oa7, q~F& χ0Iőҧ؉۸6IF5bhS2*Z=֒3g Boe"Uɗ@D)CS(򚕏чKeRw{ؐw !.d7kYwKHGvQ%˙NPVxbs8^` 퉞?<٫LINqҪZIg0vS!SW(;Y{" #ָECcJsP~T\y36Q(*—xmIxM4]rUa$de-I$g }f`-,ݫ/dXHvs=S<@BĒ0o5'`KIѶndEaAS)A<&6ևUǾأg !3T }R+:;fԢ93p(_uO4cX`,8r ]x!p-PCtl9vQABgt1 4F!~rG駱d`.m#BWX߸_;*sOgem>6"Woƥ̀X4q[?,M&MUMਟqX v}n$yF u>RE벙"ȅG!WX^Vo+MvIHs%o-dX)OqjM+k#CeD1oG.7itxB!TMƙr LΒA~n?B`)J'"@;FOd^̊![uvw[ߖU=]x8 *Z)C?ۇ}dpZzmdpvy}% 䖉hcţª=@o^v)~9oؕ&z5`!ՠHn֔JzϓӫB-J1M"i<֫ǶVEW>t0tvC ~f+h`#A #e&<u*X 2,Vd] 1Ljr{z!sg& ɻ:Gݭ^,f([묵4- ;-yjbpXcQigܤcx&i@n޶3>&++E/:%"Y]W8t vj LI 6^$aNЪߏhU]FQ2' ͯa;|of1Jm%ʁdjfc :VeJ9ԆRL7vl%*2j4,:YROgV&eNPߓ(_`pkCqb9Z$ֳ(ڌsqY9}B`oH<\<^QƘy]lz涌ʡHjޘ%O7M=++&Sb 43)VIuz|n2z%ha6p+8uRGvٞ8o|ޥPPZQŧK I`uDN8Dܼb5~;z~q+Fl~4x,Cr Ahy<g$JF)h=̬ԉPQX~fa+S0dSOZЛz+}K)/\H-ՓƓKQ4ݡ?gQ ab| Aɲ|U-g :TǠl4ÒY`vW^y:XzHJihpƽaf8$ne|hP-NGp->'CQPm=E=, )&qنr=T!q%5Ts9; B2:/  | chfz;):B 7~Hc17Og~ AF!8xGf$./$tf\( m#Xϡ# :GZmzybzR[~cfsTRMSVCꝓ?ΧیҵᓪZDt,([ mxD{흿r(څTV[=fh|ب)P>woD%'u;M sz7*RY<$TtRMVxgb:t;|,N }]g7\_sٹ^.f`vI/vUdJ+t挱xu_ TMDht(-y@bn$m{sn9b 2@4ZwjBY+m@V˪2?Zcm_K9aֹI /s\GJ]( AGۯ9Q!;'u '4J4jUzMO}$Eei6]5Zm4Y_nf Tt ˬ:6:;U V{tي,0e'y 1Bj2akY#6ww=y}ZZ&Rj*0H ЄPq%\D q笀e/wyXEzl|2 mlnK4fQK! Rm[ R$RDQma`3asT-,pHK; 5N@dg3b._N$f{e4ͭ˥kp7u>qn @]uF@6lWRR.7W/jH^5n}Q\(\r-X$,YdJf`*ְj@`,G<wy#m{^4VCOnMiq׹ʼJrbF7'QC Yv(?KiG/^G"2l84I^J>+D7[ ckq#`]p (&.MP>E*z/#Qk?hTR4rii@Wi4cZ kt!E1'݌"oҎX]x(A$*R9.N^`"+iQxO>{k&0}cU K,V/wuM|攚gf|.$;a.H4OW̋QKFCfTb! qH*iօ,JgDGeŶ%t׭=덓^?fMEL: Lȴ_AsJP:;g*aV~֮ R~W=xOD8tM|"}_1VGlr.1ǻHCsu  [[ 87n9W.Hv4/luwn953WRzIl.TNyV_cECh=[l$9CgCl_;9Q~4HO^jᄳbgOFR|Fq5c :aˢK(sAaU 5&v`FL?ڙ@s9YӬay(a. kWާqvCF ދoFtNr,K HFAaFOb9;i$&qZ$rtPg`悰3&0[ {8 L~?U<<9jCazOF`(+~ҳ<)vzP%cO1 tD+^27ǹ;H; o*tO κdaذQyyc[)׬8h;C=k37О%cY5E>e:HG5\Y1Mmn{#Gg3ga4U@+5<#;DŖ;Vx_ZWGf-DvCl]P)}<0\g K6E'ԇYE.ĺG})oLtOf2~+ Hy}ҙON+&)~-"獯 _Eqx!%ӑU]tRTkL+z%B-!ΥsZDه-˛ lD;}ᾐS7v\lӷ^hh{`ƈ&Ƹ+=E-/fC^Cl+h\e9EaίFI^.QaMS UϺ= \gAOk.U `@ B> 2rmBCMߒ]"gG2 'w8il5#˝0(ɉqNLϣg% H,Pi9_^ݴ+u5'M 6ii;UzSp~3DjT-yrYZ!.@s.if!X$t{R0kIbK @B[+rG=Ȼ5~C*^?J_@#ڣ$d)sǻ]!`I$[;wGʘ;7_f5m}g}E͐EC.A(nr1]UTr5+QY(]J$jF~[ S"`BZ0Safg_%W {õoxՄ:0{Sעܭs>B6c 5et1(@4ؑ{j2%n0kf%̦0z!RPR`6&s=坪7YNEqfd J1 QRnMcU-?|MIS:co,>t #\͂K<0%[10:*/9{^7#<\gw9WyXlT۔|[~E&1ʫ#)mr&Cf'!ST7 $nUw@@j΃~t:+,=<í9xg8DAJD3o -bwx4.#1,5pa#jӃlt@6jPXFU ]coE4DHԃʥY4juc`)[G NSnY% \CR| gͶms cs\|Yѥ_? Vw"wh頟4,.G2bRN#.5cNL2#1jb`:洡;Hl99K=g1w?jOh z`}oVr5:Qj1tfKuY ('G<4[Xe8arҨMoϡ0.eV[W& hU6k#m8$̎/k+& N6:Ktna 3yc+ m!5'.UĞ(qy:N;n أtfnd?0pغH::Yt‚B9 0ѝt?֠k |^O{ke'1 Xo0q@Tu~-F͝f@wW&>?TzѰ?-tφoӀ+0gڱNKB2`JĻxV8 RBwusCߍȡ03kՂ{;.,<%jh7۟+5ZQ]E"'Qvu0-Tpt*Ǧy!HȁdM#!g懈Н`} 0µwU*, ϖ%{9Vt<gD~U=-q11,z"u5="ͱ\˃5q=Phej>P!yvKꋔ3LTG2&xZ @NLC++&BsKCTӻP<4ʰ[QёEM,|x5>##ν{~*55J3GPG) 4di)^p2X`W͇ Szsu|Ցe$}8OZAz=;rW}\t2(/~өr~o/0}R 2/~ӝK1Q˃סwv[ t04kSY^^D<] Boq7v 5DtfUy`\> <_!&'2ʚ2Xa9=pp$Z) =Hc#m 3|[6O:t0!g&\;۴v6>:N#Jg7ǹ6k10Ȣ T?V4A 3^svnBccL-"<M7EC}#(8+~n YS6oߙ r6ԡ8P<ot&xA.]l/i^ GD{F#s.8V t;ǻp[6{ƂR'22%Vy+%ܚܿK\74,޼Z] aVWGyۺ/ >N/xMabTQh: %'Ĝjv^G8 ƨVɁޅ( Hᅥ6B$%gw/xȔꈷݺ[3F!ٔ E$Qua5;:jw `e YZ