PackageKit-1.2.8-150600.4.5.2<>,<fp9|N|m0DdC%Shl| :}i~(p[T Q.eXMˠh<~5uex% M=+<#mizvӅ>E2YXY܄3jbbX G?OT?Dd   Qpt $*1&& & D& &  &  &!&"F&##,&#$@$'I('8'w9)dw:2w=ҙ>ҡ?ҩ@ұBҹFG&HӬ&ID&XlYԀZԬ[Լ\&]l&^bcڸd=eBfElGu\&vw&x&y7z@CPackageKit1.2.8150600.4.5.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fh03-ch2daSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 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ȈHi` 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-moduleruckh03-ch2d 1723533530  !"#$%&1.2.8-150600.4.5.21.2.8-150600.4.5.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34493/SUSE_SLE-15-SP6_Update/0fdd8405c9a9c9a21719c4e31227f7db-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux     directoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6ffff2d63aaf82efe87882acd331ea7a89a7b820, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=abd159fb719325cbedaf6b0b33af43b723a425b1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71ce78eaf9dbff5181f5c6c621a9d344db91b97b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e3382d869c2ccd5d21f8e6df3acf0516e88c89b3, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=931930eba4ff5d4b9802a84569e99d3b14c7530f, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.5.2.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory)-5 R R RRRRR RR R RRRRR RRR R R R RRRRR RRRRRR R R R RRRRR RRRRRPR RRRRR RPPX;$_ %systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-80b9f70b78bca89b0fe15f2b9c88fe610f0a3320dada634a77a2e7664f76cf8f4?7zXZ !t/= ]"k%LMscbY8_wgS\Yq-{BwXoQb1gd#2K>?BNܤ% j_EHH KȪ&Ad1OE;Pg0c&w3*f#ZU6'9>f 4aPoIǟ}+E :6g|`Zr+|u[0E^;FM~ Gy{"ƮfɎ5ٌ^lL?R?1"` cTS\3 P/!}) b4*,RIrvLI"EiD:~8eKo )vͲ#ܾ- ]b؜v6<93 `A|UE=;*'Y2L!|d~a 3IKj^ϾIvc˵:\R3rb$q2RpN n#H:rN従dl8oW1a 9q0#FH/ v}%>>'`(uosc_o6zMSNJ"7~cu, 8$l <rD%ngr,[#^8@jc|@}+9i}:r(Mw129Ad&]o&ԑq]qh_8X_v_\MJpXEt!IM O!a {Mg5нw7m%#&5Ps_53* wzkr*u͗7CbK[D;4P KЮUu3L-,_W2摼9Be:0jmOfQ>ȏ|e`Wb UǸ4f=֨u?K"@OFjDGk$`bwt(Xfu~W YpN1^H_ (zK6u5sȫVFЀBn"OƩtάýf,c|^*o_~\4CbH`ں{%D!5 q%)x l+cƲo mdQPGU k6)~b%T6,]"#N0hn/JP#mLVҚHu#F:YI3xWX= Q64Q0#pv^ ncQ=6ȢnF(#ǧ{ lP)hfxOKmT WqqJ4d̸=UgdJ8]^QOHs9gK`J-᫯,J..ZI^Y}8F9{.QE!y.} ᘧXzr)@[MVP[/\zQ_G!ά@_".q,[ݏvB;gpeOhG_Àp+ފI%k~P?`AQ}؇4UAD돆]OXnvtWm'hxڇ9sWK'oc֌Ɛ Nfd* ?97 Amf)#}CYΥ`)x^zHVa8;,Rb +zQ%Ŋ5.LPLSӊ0O!WWN gKq* ?Lͪ@jε{EVK }pHaDr$eח;4)ʳЖﵕ_^ ~? 5XO?yE]kޚSBgQ |3 nx"CcQ~uNѠΆnC i57yp"hd2CДSY?bs]Gtr)^[{9c)rWY[w|l='i0{oܕ3Mf0T&d"`=2kYB4z>WN_,Á9H4j)j}S5Ig$D c<Yo\<0 @Nj \E)o%hjQzjH=v &sNG<~V J/e|G9+E`My>=ΥpwOm IA UZrhC W|>*ʞ'@]8mĜkK3af)(Dl~Yɖ'opt#DuwxyBy~z܄UsD2 HRd*2#Q-w$Q"`iX 1Vg$be< @]$8=_Ɠ/[X;.1q^rF i,ZN`ZHTp@wnPۇ9}dK?6ۺy7Gr20mw39pnj]Ǵ6Wn+bytn@!!oȡMgm#MJ"w>zp8`dfo jQ]#ܡ͹xTf<6w Zj% *RY2 t>t|r"/-Y2#O 0mj9Yν)#!U6pMj1>)jU+PഄV'd;HF??qafm\dΐuY/ Vttd !״βJ Z~';kLgbx< ijA[=ȿoSD09<=R&!_ʈ$5`C<Rv`z1 ˜|߱eC=-0rK|Xպr0NҦBut_敥Z>^g+aJx]#Ӥ@6!h:eNю`{~ pՕp!.XY@ GIj)j~$5vvXH2zΚA)~eΰHz%E +44tTY%5 SW^Zߘ>ŘAIfrfAx qTyD-b<ױ1(8vZ9gEQ9F$)S^# Bew6F s^=|`IZuռUu2Ƌ`yRA6QDQ>JdBDΖ݁m;G"橇1 ]71 :uJZ)Dr5$dmD;^GaK !EGQLY1z&vw%q9!e]1-(d0T( 9/Oy &ڛ KkOQC#;P'=R *(,23K|$2O ŏCCtwoW1'轈νL7C$ҝ"'EtQz*j@3ԯ;`#,`4,!k3K](N5KrZ\'Y 9C7I#q1JOQ<}W$ ޲m*=5/F]<ٶJU[Q v%(k zw29C:崯K|z EZ,bcC0PZgOPgl-‚3==z+g%$7>r7YrA ;Nֱ(1A:};wck{;{ؠ|~ED=K.pXZ}|ǕpMB` ԥC"H֋\$HZ/js!â`J?l.{ :ld*nlSΫ> c tXZDZb-%f\Q1sˢ pZQRy7{%@4 )՜^oB .WMc`C;MRb٪ QDse/a gf|L-ʅB̓h>GN۪0ROnֿ\!G[ /h4ߠ-N˴BAs$[J~9(*p:&Pt8b 7psIG 7C VOob}^,uP6 #ٕEa~#|D}6Gq|5;|p+*2#=hد+Ro˿)}=mng+%oh7=`ȖzPS9P[Մm+asyFnܥ'.Uo[OCDc -ݓf#Q ';ȣ ""C0s`KqTy_<].Br(54+OBuM!6#79ݺiDyki"".՟.7yQ-Pe{E;YO&k pI D$n Щ[b8J2C>{Z ?^`bF$(s>^w߃+6/A%K҅yZBqpM+K;?;~nvrqC[Xӵ ~KxawIEd4 \iҋ>TB432 r 8-U_hzy_Bh$ŻaP󫶧)2w@jKyE3!;wƩMDQf 3[by?f6f$ƙgT s+}5>ULw,͢Y(vb N7|+4d"Ml75&2!]nxˏj)8|G+:Vm5p|et2*Ln;?s9k 3*7ПI0X14iP@|@l$w[y;L;R>'WCU HMF~sgR5fK'$vS"c@nYIKTGi jB\=J sʸ#6۾'z.Rڬru<GN7rm/Y[@ީo t>*l;pIV#&@ΖL0 n&_äxW +`]S*l7,hت_䕆qV;;Lmr{4#[QoV] 1^>NAtfX^0.DU6+ 2O}$?7vP&JfyK ]]yE{}zr!`v~йsʺGNT=;Z r"49IK5.(\G3iEQMh5'4\z!; G1h+q`/F>+!rkA~dyW}-T'o h?l\ay׳(Hc9w?aq}-# Ŭnη?Ե "3jͫJ^i]rmf3B6GHs@G-ӿ4TZB;kfCI+l1hJW&wͿP`g^_s1(3"LOi oQ? m> c{IuZ|Hp=N=ܡ`.)>bObZ6QBֽP4v`] jQs8GQXU4cT9 ZF]_< 8?5ld5:N qL #ĥrLSK0x*,"9S-ÿ^۟3-t zN E[QV$`QX051p<H6OkGb\~kYnJLB_-=j˲exw/SsWӉf)mS7yMbp-9‘C^ۀfnIdfvjOe$!@9ަ,9ǹ\9o5 |jع] FR5i ^C{wY~˝T7eg|R -j10KCKYhY1"5q;oօ;MiT*vb1Ge@\3Ǡ3XgiVx 1.2ױ|Fa/b› A޻Bnm_,"l,Pu/7v0 U<7k%N r;wkfUc&- =%z:xZ]{Ҁ5WD^ BFdhah&Φtɚȳ&pDy:&hRِQֻ1K7U\+:!:QT7 м8 \|cBQ%S>ggF˗cFx}H*]~ u>6['5&Qr`"sc/7v:D{צ[قVCm%qdBg['7!$@ј^*9_3=m\`-L/'d2dF! GZ|lleYg8Y3w)C>eȸ=Mfsjz\kWjr5|~C&s $X'ThOYxpb~m-+{ݑ6P,whQYN41G*wd;/!&Y\M1䟣\sZT7;2l ޅ=6M`Ǥn1402U6jeᦨkK?:4b`0p4l8 OHJm‹b֗nHq d_T$mInF'}׾Lw8q`mzݿfg>Ycݸ0Co \Cހ]п r4)>#z7#V+(Ը['[ \`Gޱ]1l= P-yqq 9lA‹úQ@Yvt*x)O ݠ>ͯw.Ma@b7vD~Qj:]Gi# ߕbdw]Ł1eE2$E/F_cjJWţ֬bݼFO1ꢍHDa؈59aO@&6f )e1!tdb5&xA*ecI9jsx ܍NC5v:H*w (e<(OI 2edURyhlcǕΧOx}G@S8_O {{Kwj7;*53cƉfqa"JefmQ۸ظhhA~VR0満"lR0 x#≭R QvFAkRL~G6L7,O֔"F{Re@`U9HJN0h a?Fi7g+~2&͗s edR1oRcb*%ȍJbOL~s8u {$ J~1p QͰLK۲\x :$-]!#Zf 4I$vK(k"$2!PL*l/i84!tE>acE[Fn;$#LEóׂ{)ʘr"2?Ox0QԺe|L5$ߥ#(99!;f,dyM{n pdtn(*] ؽF6}P3wrcV#4W\}́YG9v;jTփSHUl\c,>84>cg-5Q? (c=v6:fxzFIWR)Q^Vۯ}cַ ;ݹo3k8T7S!n$d_+ wgjG>], !j2P Q/0M_d6 hdfl1uBEE^Exw+-<)oH840bH_kk)Zi=pozCƋSa >$LG{X:[c.'/z=smWœ2Xzyu((/xzꦉ;{7 )4I *y!zJ,sΘ^U46dЬqL?"2 (Hpõ$`xC&y+", ggGrS m<''(V)eLJP>>bkR٘m!W&<C;IxB $ Pm-L翣3I~G.6hP72q#DzJgzR"PL K,7?gE qHnj+<\F叟khI4X7=\vHyrE%mSp#0:na0+)xlHt燿܀O#ۺ⪂Nf<qkڐG ].Q_u[8ܯy":3IՎt>оsY2\8ts&; bSGMNOD!9U8Բcx11Ca3lR .Hρb uFef"'s6PU}feօ xѥRl =VOMX1 ~W*k8 hQ&1u'n50wb#c}bH+mܳSv 9u&94oڜhƙhl,3 }J>s:z6 c0O} j}X}>bUjp%Ƴ1g *wQ9 yY8JM[BG]Oy&939H2W.e!#9Mlh.\pC[vvXopMMFg~bf fy/\QX!Rty*>? L,^WYqz$;M%y (O9 *MP"6WV2rQ):yos~7bt'?kKZD4?p=``a2MQ(fu %G σH۩ K`wZiXt=f%.sZn-# .Jv-7VTi40il+uض\DZ,4l?L]vLc{f jy|0y#c(mwN8<_t\ ^͏Rs@d0%6Umrw} n)q\ Nv93ap#hѝ&x3U;*N%,QiV 9J63_2߄#5LU'u0OtQCw"!W-f=//(Qũ`0l{^ͭseݴ[HkZՃdQǦ Fdߦq_BsO0^X ]\KT3WG0X !d*mbV#Ls38}x=tmH}4!4bG!ЇvgQץ}@8sUK/5(=tܟ̚!Ri8l>1;+ɘWCsMReSܞl|yN oXN}E>$$"?},{9 +&o_.^[ O?yX@u9-;yq=V` lJB B|xJNa=.fvIkY?䇙;oaNE>yeJpU廾6-TI^-:Jf]s6Ք Aĺmy"uzݰx7Eʉ?\Ѝr sY+Jq%[L>' R$^F؎xShA+9{/a`Bc=;.F%YX!wyg#bbA^)7 KI8\DjN L ) , VpvQSO@ FTuiw&_#ay7htSߑ}q9/: 2^ 5O|2f.SĶB|=(Nil44!gK.ц;^K:a)^,vxrT6A}fjr,I u [/L@]ӸAկ\-m ^5z>}(wSńTEЎ"^6Q81i~V2脙U6^s>p!iVo[ Kf Hnj\LT ]贮կXIWbrEjisK~D*-osrTd{j<\*Yp,bq*8Fixod˲eaL7Bd=)ByJ -n6<ڑ=S-R[=cIR:[q_kf{!瓕u)yuq4 xy}C/}Ysf@m"ى5DK"OcKU)ػn S Wwb^o g5 UTCK0QHǍZzb-ly)~aY2D*}l#:$NLP/ UF/w>Vp5fӍDpJkӐ9G"W_=%(ϞZ$w^n(<ЇQ?W@ \Pgi ٯ2SNQ*fiXhL`=CoZP6Uh^p;m]4l?t#{y_Bn`R֤z0Fh/SZmŕbҾ]RhEq1=}i߈}t K%ܴ1uZ^$3wE Ŗ"^wr*]7D aYzo2y~taT˝dӂWyמ=Uuo$sH^s$S$XѝG$^X6N 1Qx [E9S8i*1NhU|\C!rLnl7&p Nbe|W:J.P+Rzc@V0B`,m8WB+ܐ!<8͘'uԻAV[,:O593M0kcW Wp}j-6bdkDwd OD>r-PL A"3L"{ xCR^]+FC#1 Fi1>Rs WLc&6YLW!5AC96I$'-[ }K%ZxHs&vl%YVh4G):A2oh}*OK6Zz',ޭ%DNޅ|CCxvaC1JιL?ljg|Ī[wajSz;ՌnIHI$K-vpQZ"XPzOBjg+E%K=C(,TA3yJ3CNUׅbNHZAz.kV#/V(8@7u$89\d&JphWZ4@ym, &l#+ o)|ҡhɼKFfܮaYUPXVZzvAܡ&BIN|Ԑb2ǁ>qчraJU a!-lR' pG=[Fa{rfF=Sv$׮>bZ^r.ᎀ|@897ea|Bunb5rWL0@c0l¼;fkzq&AD7qknطFF\VXCjR=Q27P'.K~cMh&X&PS-vnnVGvvCʯ4 9F.eQ;p@QH .`E~ġ5vM8Q΄}_2 LBGk |(gLۗB|u=Yh,q so-L;T&Uի=Z흖ȳ2]'~〳NDnn}3'!I$Rj4ݹ,cFN0U,Jĕёj+?Vǧ_` /m;6B~eM瘪~4 0:gYd;OkrZ| L2g{J߭q͵Ht E>|' |Xi(tvE~y(ƈLRE Ğ07c`@<0TSAYp=*=D!Ry(}}= HD+17ǜb@';kn2ΐ)[c PeZ- .R%r+޴%AI{Uo~()$]AAk.8q\zf)j;rI3Vtsq&s'e=CHŽ<l:|:ʧ3Lpwï<8˃*Y@esVNӋٺGȌbROQVTcH_I"lfs$KQ/2M)f'֙+~ P )d#L\[z$\Sk=_4꜕AK9ֺ#x燎rDZc%z+[`'=~ 8ҤL}2_tԉ- BsK3xd̀k3­X X_7ř+Jl0-IH(M(C;6\ؾ꾷ݎN2Fs$It x%,bPx{ôrYs !<8@J[Ba8uk|6k\bC\.tvx.==nXGrZs8'~;x4.5[n/*arf>UZPen(RVB_ntx4'[J/_L42od2l.#xN= F.L *2+=kM8!ߊ-F,xي6\c*I~![qGTEQy R'PV6hoXN؇Tr^zpϤNl!OaWyh=K{Q-2uE13qR7I%c?g_ $ gR5zf!Qmi@D*ӓ[RA<6k[]<ˏD}mzpݾ>sgD [XMuHI^YEJ7m*J+[}%3IMtnZ}^a0D~e=Bx:d.w@A_G,7/`6٘<&I!eǓ>XY]]c2bu t7ӰaĮ *IL%N|XX+i ;F$h H?%؀yW6tut".{$uǡ/IJf=v6~F =OvGEoa9% x{,T>0ץ#&EٚHm ARK)CYnXj:u/Ws\cNcFcR@1TpYfMid? tWFkoLm+Zϛ>#m9>l(X{&cǸ`*cQ}3}abWiSA>kQ5WjA{\nΕy:\~!.|ђ 79ܽ_+`IϾ/u(C+ڮ=|U@3s?hy}h(9sy2 g%ճ,rK71fVCL(oiVv+?$g6ٛջH":ō[P}X:<5V?.6ʴ \\)6&]xtஊZSvX N}ŋbaV103@i;ۭ/*X.WҩjuB/I \4.m)S\J l~h,Ǫ1$AjeeuJۜ\9I"Iu0iwiZIJ v~lB4V,-%=-y$4m.@j;LNX VdL"\3*ъsyP[o i"jև7_41K@7%\.Uΰ8*C =r%N߯;Fvo\H?UR-XZ6M>vbre*ɏP+]g\a1 )*IӱcmY78^xR*w%]b.}?'X>>:E>87J]f-ᢝF֢WBb%We|+7‡{ww(,&:M["7 'U\τ5:ơ*)] πx1{qU ~C~heb OK #k873mۏOiSY%)ǓPSqnx^ ;:m&=e\Q8!Y[LseJ[k2f^GEQ,X_ڛ2n-#r0;4zPKp @]nGoCsg!^mQȧӲy%C԰5$?_Bٖ.Z}\FRRVRݾ]Ez`Ɛ\x; ƂmKU-VM-o'a4)9XQy Bl1EbKcB\ m* ("ƭS}r:؎2.au$"H`SVeY m =EbWMfHtW>ڍPMSrJO`X +1a[@qVZG˰xg'CW6nl+]4%ln;\W0t;ґ MmS'&;Sifg49c3[9d!HMDZpfFCg\TO):JB +6$1>jъ n@,OÁx.&֗^y%9!;n3fo&6>lӆrCrhk­[ _h:l[dҹшSTb}6Np#Vc藇k-W2 ttM@$mln qBEaTļ}cB$|z;`){# galJ'fRD8iPs"T#grϬGy)΢b _4Tj+ſQ1 ï{vdliT1(In n @s0F'F(0 :Mʢyj5>-`M':ҽC=Fž"vՕ_ r̈,l|[LϽjm*@۠NE{' KTv=rA !tCK)тjsm3V1;MV+L9W6!~ *.cJL9j. v{9%SֶǤHʫa"5 50^p`4\в=A0r1~|4^Ƭ995=, `>gEOlRk8 ♧ 6\ z5KB7blzЕa7-gԿDPwBq@{QqmZyj㠠 sLj#:˹ٮb!a Wϩ)췾"NKY1`<\>Q7tĚӎ>GwMA7(4IUǜǒ4k-}hd+>7W\C\L@3^RԬD ɢ OJ)GSlxA!,\NnWf=$\a0AC9)z :QHb/kC:9DϘ/q;_Qq{M9l"]4*B*gQ]\ RߪD}qPnYKF2dbV^h lj; DE/Rv.K\p*m501q'oQJ/Eeˢ3s t><.BJӈB;h3_~Mv^9`oe-澌H֟YZLۜq=TsʢU:zm9^(ruE ?&` xB%D3M꿰-+UlkSı[ƂA8l!}L# WJ~79wEp6*]n,nxd`Ro[dMDZw#@ :h`zd ,8?yaT<OOnc%3b|3-q~6qg״`QqG(iY'qU.'XgPCWD#t?NURN!y^S3(z!@ [/W^QRܸ&Y*_p.8-m?b 9=zAY~=+&'_M#fb;3ƒ:s 2TKUĻ(.`_{+.,TOSNYI7 *_v^6 (7 tl+@#:MRs) -W(1z/rPDTON-*@LeA =~z ~׊ԗi@ki{RpKD\s,-jӥ3B=*xi碥8:IZ/&)<7SjtcF.O"7KO.!h.W[^9\M"粐UFaL %ZeqGnZ)i)EW|52gK-14h' ̓{ƝkOq2 tM0 B1E6nfCup ǵxh$۴[ ’aP|n17hUXe[}.{ 5ki#%c9O5| pe-X PZjmzB`ô<8vpҺ J2 Ҙ'q8zY^Oޠ!%儅GzsbG\)t+Mټ*jLl2̓x2G=MR!HZ\Ͳ:70#OEqAsUVOU{T ݿl|O%ٙbgq=!c.E!0;B* ^ٿD[t5VjQٱ3T^5UQn~n~28֒<_/6 w:9)Te_/͟DفmƁRvKF3坙cqr#Avi#FKDRl\O0BXhhs%J«'y'Z$ˋ )K`Ni СGu+IJL'uZx,.lCʏeMW}DC(c]mXͯ/o6Hk007!0m9N_+mGocb5=GL恐k֖oҰVuT\fwoh?5(1GJ֡[*Pbs[ɨ_%d}'C3f%}n Z0jhR.EQZBF"˿SIq:PTgK5 {Bapzȫ;qE<{'[KT9G>|%\A5?tqRKThP%'ga8 ^'ȴ,t?W6;<8ڜ~'#arpPÁ ?ZWpk2lfinr0&}Ĵ"H[ h/+oIdT0.]'jGU[8ۼjHCrZ lhk &Hp ?$j :<*f\}$#qWwĺ`̯'4`~OH^족S-Eێ Y fPʄHӲgM'DtUP' |> Ք$] N_tƋW[_fZT{U3ͭK;@}PQaQ']F+ 푊!^by"P{HHsgt 7;zOZ=RQ1+}~w5Mm<xqH3]M-/^A/v&U%Z]uJn[*nф\0)0X{u)ѥQjTYk%̏L.dq2i|={<ԤZWM˕)g:XS_W=9f|Pʳ}AVK󫓶UHnHZ.˭W3HHwsItO( ]x[y;|VG VrdDzWM"_uidg|//dϵC5m@u"\VDn\#tχ*"bEҋ:7b J:oJ[fRAFvp6lMY\pmIdlTqG!*!Q#+Ø/j0li d tF,F v8rfU`1@&荜Pa(<7\NXw7c|wF|PMCe0ÒN2S˻"ZP%ў5uPK.BdƧk&l䣔7/y[7&wvPQ Do0 RD WA} "Bo=-0Eu)fN. XYgU{=lO;0_e3o'&ϟ7l^؞ Gkpwm_Tp`,pk3UeCu98<3\ iPxhwt36/ >`)C)<9"4Ps":+ K&8ҼLnZ=Lfu__gb02[<=C-h"C3xeF pꎖdFOQid!rX 8E4PI螊VtaψН$GµX2vƤм5戶P! /k aT[:Db5 buccP0"h[7%KQ#;zClYQV"% sJv݁.>POX#ST>DJ6?1%0![~Aܔ>I'uBuRtпgvINe&._6*WFgh:–[F3Jb8eF=zo:d&}`YOKNcQ*del(aeE]ɱ~7m 9Fu(؃A`tS%q_"JuIyi۽ݪZ2]9Mь ma˘=Mnڊ@C'/K!.ɅfZj_qp6jmlOzEݞD~(yQ"{iPlн,p:\; Xt Xn.lдÖm *ƗM }FFIFA(6nn̦S:L^W¡ ?Dh?,67L(9>(<ӴsW1[ߙ7&;gfy$GhTkCˠcDNYD'v@ mwl񁗴<2in#Y<nk_D8 ڽwa拏pgIY&@+F' S]^KHY(.Ҿ?Ra/e씦 m{u䜡r"3ZU<;?_\w \T9ݢWP 5*˫WtPݿλ~E1 둶$5nn_k?btA'GGty-TwjW"TOJ==98dN$\< ]"_vK qR'T^̀dպȴYI@[%3ՀCӉy6L`@$YT7Ϻ <@@k i41*% Ùm`<+8)q3u{1*>Ć@zcvE ͹{ꉳZRշ~i8r] .m%dI\m8A4+Dz*[xm7N+,a( EP=ʜ$a8՚ˑu6/g/Gޥc"4{IC(6 KW]?b4S =7߼1-B{ssс]]5~eJk2?c;IES5q)=j}y[),P:J"ϝ L[p\@#}Tf,Dnn_7:&cѽ*/'}^QpB ;>\T< vJykc'wol AْFAHǂZмR L7 X"Xvʔ,T<"Z>" rۻyZ+*H=J9f;_uĿxRT uK5(k_ۊp LcɵGd=NA8`a|KU㯍@ [5e"6"at}Gj[̓k] GZ亂ڪ>Ƃ0nrC9R~6j$*1HgBN=hbԜ0[0O/TRm.UAuQ3o<];ZGȀ<+ՠۖDNwp9v@uzE!<Fa\KtK@H٪"}P+K"'s13xVtH?~so:Rg8IL46lt!fiJ*(MפrxƢ#$ȥY“^KҲͭɶk~7p9O~\u4QmMDO{(]|mi66G8a=ߵX \_>frSdLn_e~Ug2K'xqD(84LIlc ץOpgFCuo?accQ<$8ea5 SWJ^QAn-*o?)lvNN'UNE N M|paza@0*5<Gg~otd_?+1l L 83[b?AXLZ ٻ\6}6Bx^j>eEX~΀nu3Aʹ,uM3[+^Zg_ WLd=+'ngh0{e=P |+AԋQɋO$:w=>Vu4HHY3>] IraHZWc gl?0oH}YYQS\_y`pv%'c?K~*4}D0cmf/aze$TmbA]} ]o}WI0yG4u!}j*X鉠 rꡑ0Xv:Zg,Ed:aFsAhl/e4']5c8(~k荘'Jx1kV'6eweG-$ԅ[Zcu-5}lH qh*^&D[%Û}oAL+in]s-YU{| Ad2_?axR1ڔ&ڲ,Ѧ#4 PĤ4G&;KOv J0+B t Guc)˞]n+,VGN2B'3 tC(U"G24f _e[Em,##Ŷ8߼ dm>Ã-bj3*U=H)C,и>RevUq'<}cfp 9Z7˾fx*ū *ANyQ?xv5'/؟1T3H\_m}?MtJ|{ n-ȭЇB7;0R[zˇb4s.Z"BW Jy ArTK'Q|7+ag+pWI>րxn96P9R . WrYR;zҥO\a>(Ӆ0QU%U}:4eCjLޣ`)GfU5dɕ}|^N I$us.fmy5߫QaE&f\+1AކDooOYvo#X&4t5$]a> qW4D*]s9"4 $:J,>ˋrRB:Y\֍xH%Ax$R쬍k; nx@c+rx}\L&{i/"u8IW]/v{hRXy2fѬvn/Hc=ѩ#sr3:m1j%e>~Ux \(0n A>$XsXWc<,Lyu*Y_-|DPC~-d ^*%?>IqJtEtBY۞f~ >4 GFxOl9Pm͗ =71ݏި $|jTWcAS1?G*qgMzqbe:\F Rݖ{XW-`3)LRH AnT2nY4% xI~c,*; I-x㫡a<ɻ$;nbVUɭ߉+lP7ڃJlE}ni+57#ŝf]c*(,E9vo00/$popϖt[!2v"o7Z1XNT :L6J3)O&dX:ktT$'! *"}|DuI93*;`')3 t5v}88r?IȖ@Z'ny^zF3޲'`%ҫSFIJn+fF9e_(dRN O \)Fn#=a~ܥ &פHej8TPW_RɀP;LR b}G(wVy;uΕWyG/:Uv~AL-l1fNB]h:V2R8q3hԒL;>$huXp8W%/2]8u1^\ 4jwV);56c_2^[CI:ԞJ|[Z㏚Dhbs!pj X^'?qIs@F*Ȋ9"(nu{og$1Nz4mYwE)p#re+͓Dq~Xf:Ȕ6\cL>D>|ັ/u]I/5?Ŷo^Ԛ@1; =Xm0G"laF0U\([\{fRV2ɍ`4D[_j^ 9FOVJb]mhHXj[R!dӺDL p@ ^{%yHJXa7qȲf1{`fR awJgRDȃ5'GX(xY,CX#&BߖM~ u* x0FTLu=eUqC/3ը4!mh-[r 6L"a,;ac."YԁA-4u yQUx<\m]_|C=3cp#vu *!~c"iA«[!Uޅrգ37 Sx݆e'"AU!<@s{`d z~oSPIU|odƥnF(E$[yڄQ0NDO֙ԥ,<3Fqy}-Af^,—A!xF]kzn!6XM?iX$'寀R -vy܃y3KI+~+=x9 p]&,sc HU-MawacbI__=.5&}ַT E-t3 d|<9!29t҂|Bg`R?xQ ,(?#\|O KAX 3v-]Li$=og6Aa{殪5=q`9Ա(%69mY Y'^mT4N)}ۃ['kMH]]l0b^Z7ܙBy<&2GQ"W 4 6#D&+dr6'6;\ U̚ A::X9N4;,1шkj am.GƦh"3Ib>Ii6-#xQIz(|rFpG EEE1v^.#b4ċl넍MO>t?W).jlBBD _D0*(P"]Jqf<ʜ.eUqPH0k{% Lothq[hW=.~ DNϮ5OzC GʮigNC~<@Qv)K`@: Dl״ F05 5AWiEvƯĹݿ}N:!g]j f !7K׆)[DRaxwn67V$ MrՑ K3VY)ouy);DL`H"&Set Z˺Cls^R[mYa[vaK]bnCic{d,i_6#Gv5H=6y-rB䉯#"/+!,s {;7ޚFSF5*[uU,~}+Hv!$o6BeQ ϟ.Zp[Ԃ >g= 6[[]>B?|3VĩϚy9)=lю j̖.XGqh.psʖ:Wuݍҩ@fIZ=W@Si( [jHf\:Ra_pv*]vY,pHH,/]q8 ]LUu$%ԄOc'l/Df)Ǯ7I0e5ɐSWOoJneۺduK~}T< #}7OƒQJ8kM -ye' ѲD)l;FdSNɻYZh=o n2h1rFjqn%=w)F'HԢ,4jt_ ^U(1庆Le\r&nڰpXU{Ր#J0P`_8:R=j>4 )Ž"M^HdpBc2DpՒU`]ArbPFNsL(OfKs:s ߢ}ɿHmay)O'.)p(]]QGbQGlj Zv3/|pڥL,yd{,|r12-E]}.|AD9d @/ k'F 7B sN&5!zrX2L8}HvN̋gsR/pM_P^Sirԇl8_( ?T~l$v4L i; Z1RkOrHb> *;(CN)B!n=Z5vY*.ŬtYc;FM,&@{U>Yz`7["V/KWUՏ0ep,߷  䵙g-N׻Cn]zPR-){SYeCPV"8ʈXɇhǐL+oOtEmQ{*L!'dT ^Ϸ.9,gP}ի9ejCjtu'Q_R KzH'ԛ Ц :q xnl[aXBeHMu`GV!rJ~X5QsHI ysdfaUނOIy*T+E3[M3vaE i嬶.}4ii>IOyv_^x՞oZ@F 5kB-;frLO?FЃ1AK ~)!oOk/=@z&aҀ6Ԑ7 ]fZp`+"b \Q T_VToTL CxoMfꡞh.3r3 5"WRQrP@f^; H# 13dbc!}ӳ̿)#@k<֨bt_.Vx1Sm3&euQ9n $X:U'/oq>(M>.Iy3>%O@4AjH6ЗvK QnrF~|FOH dvRbn %;"fEK/B'_dCc(0isEhm+S0EюG TGfgF Q pmHSFeOX;1@1w5__Wr5}hmqseT"|Od9Uiͫ~|z@0%Cǘ<őHS4ʁQYVx٠Tn/N%<&'i/;KK'Yڪ3l0Z1u-HxN# wLRbl;5L6+E~xAԁT,,5m=)A`:@*c]8v=M9O:w;CwYއG""#3B,फ़7.qu9JͶۘ-S1 :^j+=F O.`ɱ@xk&L6h 8MPEaƳLH׆@ޣ4)QJJ:`Ry,N$DA?^b(Lj,B8Zxe12ω>XTe{2,Ybn9?`EĨso7כ?s*p :U/@9| ųE=JXb*[5qˆZm 5F-ȡ@]}PN7+3 >1@e9 nɱh!UwG|xl`TCp!d ˩7ը+o4.!^i,cr! &p+H'h&kbKa+baa7D*4é-,t{M"a/GSެL,d)͎wdP l#/oxv`  jP"~E}%'JDڤFϴ8~?:W^JmdI 2sP 8ͫD5kQFڞL1o yv _E.R]!%ju:9*w{v.^>Y82/8v%'$WƗ7Fo`ڬ˫h˳VJ*3@+mS ) IarwOj!ߖv>G/RRMn/#̢m_f8[ʘIk+F_W `:  6Fkj'1!z%KɫEW"pnsjX"Gf E[3XZ,n? mE?3R i(tt$xN$;4̀=S,+99#K$١GxIƻKH[$СXSyJAƳH@ID70[+%Dj^S>*$gXoLUtfцR1'yLxC-R&J-;@{ '18VTÃ#:ێ6f# $;umxA쇀ħT^|cHz3 yѩy!i[*Az7bѬ$y6BW'e "ers~]Nx(yFtT-,k( @Z7 DTًg\? 21M&fc';gZ3ՓttqN>ACrWyv,rN\+Si)FئĸZ9& 3! '/MTkO)sC2K{P|JθZm$boICb4bԦ!8v]KߊuhDqOoj3^TM;}7ΖT[\׉7ҍ?msg3)-Z86z:!F}zf|2Z= \ۨm@^/+K&;@¾vU=a^/OHe%}"6W/LRs~Pf/eа!< IƐ x 95l=`ͥ-z7a'zFaKE-0N.Ehg 0LY,Ȼ@``+,ueZ4w=w嚲WMU4ch:ZV'ˌQ2zSS^Qw=w9!B!8be#IUVUP鯼CRA+V=fT 0iҶC?}LB&s}9z~ڡaq+&yݍs:RB ~L~v 8J2ok+"%brMQNXM஫ѱn`jNv\.9?Bp 猝/^AZj=8XJ;mP#슷2~2H<\Ib5tvZu&(?X7k˥l Rzh;ogg,ݡD ".zg+Byfpê.fu|è-2c6iutS SmJfљ'+mB@- Z*OuDO|]5{S% beJO4k@XT5bZ) f8[1 *v2AeX"ÔiG) w$S4E%t{cQ"XWƤ4/u"wkE ۷_Z}O؎~&B,N7vI猩$eu3G^Gëma ietLĕc @Q\Ĉ!*Ӕ2B̅D̾vqĴz/3EsHǠ@>&2trp珔 r0¶a]E '1<rU\x^n=a'daqV؅I" OJ#evrڀn6oxBm;WE-!n3bh 9eIk~U9h(=uMCuZ ##iÈk k~ߴZ mo\<xG$C;|]R/h %.CHFaՇ 7`) :噐 v-8( ;v'!Am̏uAykm+up)cgx _X)yHy칉|\qFpxwsUϱ4?)$m͢.ӂt<SA4P@~|pHʼnn]ܧi@W tB4erg#6IsgrWO*sVJ?>6Bյ)G5tW:9:T. І^>8kҷ[-_21 ~2>l24Y:gMˎc@}1SbbVj_,DACnV\ [1"Qm1z S`k947rr' 3̱yԂr,a,} OF&S%;{=P-PL 9ݘv ǹY+Xe V3Fz&v6JPt]*_^bCB=[tdHaa/L-֦:"04Im@©8hHmU ]۫O'yl4}q.o95_ёËCvN Lګp[$)_AՁ2P⡁Bc *5ށHu?F@#QH5dġoujcxɈT{GM' T5;З՗alu#@adh(~cI$wH%rwzVmBԴސm;1FO3sܽaF~rY|D٨r[6 ~@3{`zJ aUN7TV=O ei{ayqHLI>uC5{cj *Fy?v1N IGLWD(W'ҶͲmG rWЂf^ڱ( WFCC+3du@ l_@[2ހ`/%YKP!V)}8\`B +`>MvOY] j^[u,끼?!*>ﲹ+C8Ӊ P@ BBCG<DQ}:PPzU ݧ'}G{ Tn` bt%ǴU'5W!-[H%ĖO a^H$#7^Y=F 3=dz>>^!8YtuZb; x?G!;'Y7e$JgaQQ ţP/Q 4+SBU7j /33ru͊Ds"z=4ӅݪpzmB9C( B tC~wu:BsM [g+/E_w}Q}m=(ucowTXY46 *kxz ^nꅆ##),``j%Q`#(ETG2}:W.]\$IAYIE6~ڷtZ9S&F}OFyaoIݟc t^=8&B#/RkVVo90v,:H)4QnV0*l.u|\}RuR@ĖV*FG2U8Fzm2e%W2&4"ڒ)(G~&x5%}"ۣ*%+JxU".f=8 d<9SHx[m}k޽jHhƌ_[@)ZK!>2DG Ҿ4ǛH~w#X<^ň}#٩d]\:{ ̈́1D= HQ% 'K@#ݦܙ^\*Ɖ7izZKQ'aJDݦw({'e'~#p@Da!J;L@IR=&U1I|ߣfm}Eb4]}|-`n_c bw9" [% (q@Fxe7!neAG+]ƈMX2$P4a3j BJީ6+OP3$Vy -Vj&"\ pلQ1)zPLbYT-P?TwѠh5&w˴ɄEk7 u .c) "*HOɒe \A;QS? 0R/-%D0X5᳜[ouoL_VyH^gJIu$V{Dr ^w`0UTlA G?@Qll.KihKXxpTJx5GW1* D{,EU${9 #j,W EYvU\sLC NT5LI?[c޳kgĖHHXPU]276-+;"qc<*wUd1 oΥwrJ.LkT.}[(4 Es}J \M^5aEXgջMnӒChFmސ{d"*#`ARi>- HA0,Sv˛#"=R j% @ ACDc %qN:Tbs䥍"= ԫ]|Et%LAqBۑ{$xFtEEikZ.[,Q RbU!;a0]*q6.C|ح5Zu<{(_ ᔧt\Ev"v37 suyƵE\\/`__#cޣh5M9b0-dɓ|Xaܛf&\d9&D3%<,}RpGa&|Ä?ίR:C `ܾ%Oy}z80iAs>ծGԊ@;HgwsTk%JG̥i$|U<#| r]U(yN򢗤HOSDht>VKnW7}@wXƂM%T+Gxbj_^}/7d@'vmFgɁ&kޒ?s[2[0KeyW j%rt(B7rJ!@ñYBHA}fHY0u@Or1ېfLBܼWlϹLNsj'kƒ( w= ŪOwE1G2(fj)YQ|r w^ ҭ& #E]DZCm2q7 0s-EMeؖoBEM-Q)=W!N߸-?X4~yiJ#~9킠G],,a{AZi%p$yDC@'s ecʽ<~:04x<-|e!VӞj O`}xƒ#hsX+ړҬ!j @Rܴ܌ki[zgawlΜ~ HF!%=TyCf۩9F`NQM=ǹnP'鼟F9HL~ی.k_>;qg>f5` #cX0y$*7rT*,},u#AƧ V˞hkyBəRBNga@7oZؼ8EENp9y^hQh*?3n WX4㦡ZJ'EmZ3*5`F\vUZi➳vni}LտSO;RB.M>*wLņɹ6| rXQ0q3:u@H}ȷQiFwf as ۺo"VOEPjsxN fŶLp j%+kz0t[,͠VT߯C{ш0!FZߏMݴd NhpޘTH|P=`oj7jy>jVK V.~ݶ8 _wNHzLHN:/^Ւ XJ Rcn1'd(bІ,,XmZnYe+SkߒI`Y2{kⵜfaY _E Āik>s{ r;fԐ)X~A&N$˃.=q5|$g֌15/:0w?ɂ#ͶxU>Վ$&4؆beQ݇,t k&J4q4`Q%^qP279e>k->*W+T3ׅ@ķ>鴕z$vDsD]x`:R?/\Lk6@SriǞ[H>%e&^La'w-={g<[LhWgDR!%R%/P vK3",>Jm`#Kj{͵Z>'MPt\DϖPb+@E<ȷ `<{%d t Z6?3dKh%!|HcH&uj0ZzS4D5Sn%UMGJ6E mHDIGvk1*KVe o'[8!IG9jyOSBjELqHpch!+;|[(?[l߀Udc LhCV8i9*BŖ7Jv"0{eؾrU³kUT7agUlh.Vf`v{Hc &$&1G±S'p}yQSO?'ZWUI7D5Dq( uݏJ͛q&g:%n97#*O ݱ)AO&-#,Y>6WyH9a<9'ks݇)BFѩ~=鬞T?WS#?khq^0?}ꀖ01f$l^547ͮOCRW@$EZ, =(*#kfWPGΡMyOPn@mK7Mz^C,#@O:h]A:ׄF~W(zoP]mIrg\Nh?* ?qɓ'|d8?tgDU/nƌ/@5#͢/!TU&4sV}`0l|V~p9Ij͒A1>C1 ŞO +-5J=wJ;˛~9LWAT֣}K؋l֮(X}\KPL-iL%+v6֩IrZ^yZ0N;%3^m Eq0l';M6 F1-'M[<17P'ֳxSrV((:# &/o)TT9J# 7-teyf/}3y/Z>W|ޒ,y~߿M,Ty$,Ua! 3Z~~FL*FP#*TTpuˎQuxݚe)!O)j$BHP [ɮKЩ]Σ~ tnt\pZ0FcMY:Mcd5 [[k;j r<mt|bzߌ?k/Ic֪ep~y+\%2Xp Œӑrvng =y1LLIBR*oyIO{Z#Bii'=Z2*|7g+S߲8VuL"tlAqSmXh(ʾҬ+%F"vMU>HQ7V B(S;gB\-cQL?e&T1m-2r(VI\M`I-!kr sSmPWO.+f L3Lm[Hjע Q4vCq]ŗ=3 ɋYS) {bПŪG,z\jx!'Tq[.|-C`Jߜ{%*ކᅀ{ƷS͖)NVmy4Ο(xx槸 Zq=Ba TaEWP}S{`AԨY /(<냡q&eU°B#WZc'2]Aǰ4%(z:ނ 1{SoՑg~Il41̗=ʏ ZȣDE^H0l?BvD &˜k,z+N]& v#٥[Bu[î73򰦙c,om,r[L8~'7 ڤF$mawϷjXPJ0fQ'}M\npP٤D$Yb~֖\㽓c݆ Fۉri҇2zi10Iɩ߿ >k=ӺH>P_0УARL@B1nn ZK(P~׶yB>͆8l-wBs2MW\+]^*dן:_ !9OUYGʑI7r'%hτ!=$kyi|Kh$_"UIRp?۹˕?-%; V/8.ڕ_As&^b%([ŦGKY[PDx *a(  d_"ه++3uݪ{/[#꜒&)PH>dBwG|6Ha[mY %ѼPJ2Fuu 꿤eF6,ڛ96nv=Y^L褣*@|Ct vnK-:1RTxa2\ئ7D4[VC:Obj[04 R`A"{KUx1Tʮ3Rq8/@1PW^=`<$W%9=W` Fy6醆.}&5QDcv<'i>bFR-TI릴 Jm9k 8M2u6* Kfx4$nB=g+`+ YAwah@rݶ,)#&mBS>Gld~ME0U=~=zKV#qD@ӱh[xՎv slz%ǙUkt޺9HJF>q8o.:N=4Gg6ISz^?90AD G4> 1EO^Խ1]g@L [ugm0cy58㟛&k>v>.#%ർGtȇbk+qu) 5u!MG}`<bT>K0O?JK K(!P̩{"'X.,(@@E{: ;*&H޿.f`Ν⣳af u`?59l2㧦!i#.jШm).QAQI@H}h KP;+2S9ޡy=,{Ut1ZAspSpZĐ^J3Sa-{=Ȍ#SQO&?HgQ;՜!>7q )\5_b`YJ_ t;znڣ3ⵙ~H@PؚEr}=Y(p99?ڞys }|h[gaOԳ@_6\S ~=tɾ^ էR/8S$\ /r .{h;])֋PAZN#qMQA6sئ㤗z?FUVotP@̐d^R19(s)>w[D1,Lڤ{)5j1J&LK8/r3ADBf q hXr@da|(Q&OS;HJMklD0}hJE6%MZo9V/bdמ&g| В%?JkqUXA49?Zfҵ>!ٚ94|r̈(ukZ44w [M.Pyz9JV-^NDqAɂISjdj~IRQAzKa n~)drgYᝫcmߙ" j$ژl;^$j͔Kb6ȧjῌM/ZC@) V<+OK,~k zDnCtcE\7"iW:[{dwrq_,,Z޷ec*t2 N  fv6 7v]{&D?dX pI81˗!w:& /Rpq>AoIM5 w;'J>?B X jgn _EdeTknk{egp4EjhƧKL_, Do1aZ{ %s( Z4]6|"4W&t)ɠd󗗟NvreF/<#]eVgCa 3i.RW־2aub_x&SW60˽$*QOScۛ#zUftpҀ ~.)M8S{ ozTJ#~rTCպW }M~ª+@9]0v9#j6F_hoi#eBd<Z!@F3u lU$ZGN?:y?C!w~QP'JB3qâQO /ꚸ$wD3c.JđRz)A,KFeEBӿ(>ǩgdb,˚;xܺ/jڭ-6y*@eUjML03p磻Ws΀fP˔J[sUރ2^: 0T~v m-hp]n e㕰#uj!8c;0d%FoG &Zns.Ǘŋċ$Ij:Jm1.\__Jc7vj/v_8k6۫ nz%X(>!˶ E+ڢ\7SGm4=j̮;e^PPCΘ쾽si/$h?M5bH!ߌ,UadzҞjU+s^ƾoT+N)k7#>篍1M7? V%|001as:898ve %fj6qX{E|iFA\R4Ұ§g5a|kZӟrX0[|R<6l=^GEY@U"]3Ѽ2 zRnWNkxyzn  u;%bneR`3nT13`>P]77nih6AZD!IDkbwxD<xݲ_ j:|@` cZtQ=zUR*~<$_-Mᒡ?$p j#{Hp(FIHNL>}tRrR[4S5,7\JAv *y^Wgp sy,*:v{WA·)}3$vxn՜ 'lQ1NrCP,%]"ozSf<7ty)wuhQo(_PѬNU 1zG84wXqS?3bDB `,&N+& dGFje$QlOuve扴{՛2F/}AY{iXU,޹sJ0G)&$!E+E&D [h}1z^!-U. 2vTS=<ԡ mL&墮Elﺻtbq8^$U1r[}/z*'Z{$GؑDYh8Dlݠpuco3dE| v_&_Ą{ jSJk5[-E #8-L˫hȑ Ky.ÉzԺfms?rCNL?P˾GcEm:}Fd'\p1/bczx+?% ](o1 ?Al0@92WAɃY X]_dZO/dB>[}:ec}&d Bo &W0;." o]^z-v{c L'AW\z0R%%jҴ3ĭ#TuŦUѷkw vFpW!Ʈ!YDp?8XWr5->tsQJ#2R(\qpgK8[rYr1|J7"^Ҧ/13Ϧ JC9 KR'f#R[oatIJ-])DB ë2Dͅ3oHe:TOO@fwu䕛Wq!kaHlc-ngBޮ&ɺDU:X::&9sNUg!ƙ3۹?D ǫH|Q1+p2!M32Bşwtx]뗃`}FH:t˹ZƘ$_/[e_SG*Hh@ Eѵ]rpQ4 ]:ZcglҰu0ypb)jc^.mF>"EQĊOu*y *^E>U_{|-Rx?[sUKlhp߮8{|5Uo[~L}%^[G|~yaxg3^#H"Dy0sSTŭp^>6/68ѡ@HS~ ,ENldHl7H>j`:}vwx%HƏˬUJ_CxIsN<޸Cwr7R㝮{ 6OH8Fu=SuwnWgǹאִ79]P-U!oaHU$R]gkQR F"5a0B4H(#tl ofZ3zw~2Q[nwѸSUQ9U*OFO#Bb3lrxe@ v3>c }:9x%jgB]B7"7!|<)$*=,c|kܙ| rr1]PAj?*?,>z]3Or1܍#̮|X{)PAfXW?ԻʄyIJv(o.ij:(2͔n^t3~Db 䳓}/wl[aD'VWst>X?vcVyپe:Zw :i5)Rv;?v! od$S.\^gܬ15cg&T^#}^\hW0Bwc ߴGWDncFGLvGk:TE0FS:?c+Cf0ɖK&UJkMŊ_f=Eϩ~R&JZ!JdW&]09S$9V-%C F v%#[*u #̧`SJM(=dETwܲn,yZ21b|P tm{z?rO 0Ppz2hҲ1i8 ;^HOn8߽U0Il0 0y2^$<~&Mc!ɐ_ 53ѽ/nDUTiL\ Zat1H̓<"a8!;PQS kfQiMH3/oq1MTȯUH$A0 m Ձ V!9yh,(XV<ic6\1\(u"Gj4L5<@zW$j[?G3uCcvN8`/hiAw:|i'!bƌoD,hĺ\<";M _~Th4yAA'ئ!e*K?g${w$7&6 df!+* H#2͕[jƗRZQ!EeWU ł XRQ:Sc({,V/jΜm"!\A>J'*ElWeaT,7p0~Ob+ĔxJCР$T2%cB2Rf=bKF? _SSrO'(J'9byF;dN]#,=I‘d8%W^.%Al]FBdj/4ӓ΋AqqQHH[ e(zOFA ?YoNK-mOʇ꛹Au@>?cXuat6&&ea-2꺻KYwׇʂq4Ur^ND"oB"G_YT?$ wɠ\ ſ=J%C;ӐOjq.HO/8kuJ9d2PV 1?ʀdlM#.=.zi i \h({ YFSgLDTofy~BXHQI9"9S^ ץbGw8]D?}70y=x ߧknV{wIe _&8? UOxkBvaVu&)1_j%]U3#>,? diY= 2F|~z '(x]謖DfG3.DڷD+WuV\5K=7ܖU/a2$~9X̤rRvيIW K8?51 ?zIb,M,D͋?41hMSe')Jd.\&] sr)UKdZ~> HS9\^f7x\yXZք0@h~$*3ڐ; W Ƈ:ɕ> %y>l:aZ u%*9NQb8^̞]qn ̗ ^xIbQ"f)c=G\/DFU,+~xguڟR 1, 9^}= ^Q叚$KwC4M<7\0usZ EJ/BV޿ PTwD.QR? ï#|IuO$~5Pdpeqgl@QO:in:=R4O/d 1dq{D@]Q6V+R|9⥧1fc.2kV o~[ˬ49Kx6m~{]8,3:7+8v s|j| NoxݍsDw-ZC(M9I\pi+jt]0HPfXc*&ɝca WWfô ԀpLfa(nv`CBOfNMay "`?'4V $g1ƻpz߇RuDzyҎ~&U)3y>p_%~{edM9D%c/ʙh#@(z&*u:/#mةf̊bD(dۅFiƛ1]Drɯ1DAڬjל遶<':كYubz9N/'ۥP iZYU0c+P:1Opۘ']Y}xh*{_'qVQrv,h  ۈ6CBlB~Dt7=>sR:wvo.qiէdY|'l>b.CK:;Bu{C+w = !=eǍ!~Nhwx9E[~mxA|sKQS4x%Tt5ܐMU(tc2'.#)qL0)K92\/JhO0{{OadY!3]psz;ڝ>Y2yy6N ,p UiزagW Q\_[^/ kѻe6K _ p9&xA^u`x EȜsmQqdiXW089ͨ!?eu+)nx:%77%:FxO'cxܴ#r͉DduhK͆a0؍geHeK%_vϟJK/}܄+30?GTU0w^nH`[y\`$S4։oʼnA KFVmAYDrs}/ Ɩe,u:9ԩaca8PPD X01I6#f1zoi fX øJ}Scި 1\YΰpeG\( }:t*j&<@>v5>$p~cڿvdDŽ/z r9>&Q [?>oMZg3( ;gt{'dWZvI 4dLHyƌqFuVLFղ,>8QJ>l)> z~Un|y[}*Ol|J8DyiGof}0_0Tope`ye{ǡ =ݾR&WQ@K4xe3 _6 G5W0bl?_juexdm=ٍQH 5++cPR\/F6Ï9 1 o'ӡj4 == ;ͨ p8ISEC[U\[4w-@k5]nDK*se Ƙ&Iye Eiϊ+~#MؼĽK͒ z􈇠8MT$:BUO&0 ͋2.0>Ͽ_Y\e-&,T[kWԏ6|uGg&cWD Us9Sn\==̳Yg6c|5VwB&mJO\S=.'a҉m%$F'xP\~n= jdTvDEKdți/JfJt )%ϋ!_#tAzO}lI")GV|) Gבn lānE$,f;t<RP6kiT}Vh:^~%|!dJ@s ;DJ(h!c?#w.Z [h&+2*ab?{o_nj?|+tQA6~kߡ'ɸBʻ|Ec:әT#eLYL9;8~w5쳌"IkUV{qU`NE8^22H&8mJV`l`g 33Od$jH`4uAJɮ[L ,9Pz *zjRLo>7 )0|+D% =#Aо gEk 67TJr{K}۲q)Br[_/Y2~ܳ^"x ~!>IUt^95(@kn!.S/ EI K.]>H n_a9e#͉@:+(w VxcWFҤazcI,Γ ?^z8k3nV8^͌7m‡яFw FX!@&`s iT7"ނK|kb f+Hౣ`'M債k/FI)U8}e 4:@ؖI|x:C$1˼fo%237ox=LIߓ}żxd;}KZs[A(cƘ+U[(ZQ78Yv ^lrdj k!T3p<=[j/gcdt:FXn`Iyng`0HsL@œ_vRZ̈i58 n:eI:Ttq=|]f#EqqQ(qԘ}5x!.X(N#_;V1^yUjJBl(rLn&R8]_*qJ+pv|sX7`;,"?%mdBltl/ k")1l-L4pA[|cK^xr) PQWHM 1cϱ%L4H\8{ ^vֱm:5k- AV&t5;X)7ﲖ|#ROp!OW4%& d!Оe@P&sI[v|7Ka\Ȗ!]\W((F_Zu䈶j:w%Ol?xLգdDěv0m+yk4G9:|£|Gyjo떁M}!!Hx-ePF%78KR3(N)Ģ[~ .UT"+؃I:Ño((V%aң8jI@$u2 |ྏ "Ҍ8*ˋrlm^_,u,6x|G}$cJK4MRFnvjs#5%S.Ս^W;܊/ !R/yͰM{7 |qRPw|ЄL%rv#? Ysrx,&)?{`ZFVtTpYs?F)3F#CTR;Qxe*n.@ O& 7\ջ *+;Jx=B\8*OIV00y-U@t}#>>AC(axncjq [<( +%zYO z@Q#=Eֽ="#7yD50Z4eQM؝J UV U81/12$sP"inacY9%R:nϰף0WCP9栌xS2E| jpK7/511wFQ]U_YS(w[}Ƹ1+Q#'+q?.͞|Y9A)lae`-#`.5ړP' sIJKxM 8ټhz*2F]a+PכȥaU}2ېA[Hpt']*nxVcK?udCR>B'{w}=QK iSeO-)l̏wʚ:SAm؀WYYxFQNHCsdbKabs6B}@osVb1 ]85  kds ;Ň R0s q!$l㬱Ov=C#Y+l5_28PWBgo)"vZkK ܌Mgw:ٽ~GTo0w4n.'#ĭpvtMob ?7&r(FX9Tϧ:P`oSy\啷GSfOk<|oz?m`.66?7(r31yx0Q;ES5)F`3LKy%"ɟ[D*C6R!$*o ,J\%{f4<3Q3Yso7Ѓh p9}A1PF{S˹-[$SFL9qmrn֔ |6=KhBG+lbL3Y]`Us>Zv62w_tFMo-9=lݬF\X taZbd&5k/07%'xQƳHtE5Yek^\UzRa3?y=(fh@;L{ ׍BZ҆u63~9J;撝f5|D>T`WЮeIapfͦzF"k[iAêCNż?#RG#c$G0P]SP߻AAAV]܆d r+ؓ(m{i+Iua8-|AQ%)o &iUޑ2KŀK',w;dɎఅb;x*k&6g|Mמw:D#!F% uZf:/#UŘW-wwUNኗC̞hޒA*-Szƛ$^8_^G#$u ByXGVr%D/78SteL +PMza݈?+6G*<|;dYp:-SCK^1O w۴#OT݂>Ÿ& @6!߭IGؕbx/(jˈ[L19"Hij):pF$z 8txi;h@6^Ǯ 1ގNf}؃meTP"2,aogY[VOB4+zkSua31rU]dۗROzUeQ|0iJ۵z %ᓚS>QVJo7/:ǭ1:>j sU ndKge%P#J:>C(*luG/9  .%QdWb<:yeΫjY-iLJ"z.l.5uc`U)9;fjO&x?Za7L92Qو7ˀ߽̪ ?>!aAB*Bd P;*g? &ۜںg2$\pS|IHæ?j+^ɚ[bIb ^"ÈV}SBwk)MKl".d3{~SǔV~E;L xM`"[G;3f5Ts=*o¾}zM+AJ?roV EU=  {MkdyBu[U+(?LpqC]w+PJj_?櫳 ޓ-RoDv/-ykWa2.y lJlT?i>d4}[>3]pa2uPHzxr/%36rbe+[ԁL;_ L爦׬2=b0|dRJZV#sl8/ݞ,d:W&ceDZY-ǬUܖ ] L sQZPi*LN1t/4/!glTqW*aO.<(sk O#3_( )A&Kz_ a|mAX.T^,y̗P]24"4Ç4aL;Kǂn\]}r =B:y_AA&r>]Na)㒙ÑJ振 s+HtfD@ 3Q30.!؈zЗvV_j_=J yb :Qzicηٚ-*0pc$# 1ҭA4M>>ÎnM#鷶p#M7 \&YIM#X^1 ,FbaW d^l%\{҃tNt,MRbfVP|`jrSvi[Q$<|+~oRO B+a-5PNwʈT{/m$ٻfw Lr?>,&\#wU;56b6 alz4PNRSGմ -0vzYWߊ 1y:rV*AB INtŵC`i"_+J)wt7|4cՉka{M6t& T6fL6 g@ &:'\}]<2ԏVUIJQ8Mu/@Nߠ c\TdEGɯ Pr3'?c6:4L^ j5Kg@-D=61~f "zbigu?xZ#][Jh[~A:v]Rd+cˈSw.bRܭ5} K}'WPVfxYnCAy6TjlνeNp{ 2jggǫ[ߋ0"y:$Ŕaʐ/T_p{0`ϕ&Kz#v#w2/=q?ksUD&RFZ-UIpi#ӥeaA ez5Gbth+C4jE=E<:PN0d$gbԾ!3rG OOik2:@ָHjP<<).1!,W (w8DHZXoyRa9*1hEϣIL}}BeFH.=icᕂΊȫ E;|!~=LvZ' }Crfc 6>sҧ!6>mJ.$ޤr2 JЌ@ʳ/pKl.'3YaG`l3f 4u: rQף)hjeG 9 \1 ?mouZrb pZJ`){4u"A~s5|Q 7 EІޡA۽v̊1jUJz|pahwubbuԄ峯m@-5tS677ZCt5ަז~tCrp36L6{r.rNig%(|E%-0auH?ΰZ&F TQ{'ݵAئ, L ehŚP=3軧f 6?6 uΎQjyg2 E! &FȓBI]~AY&8Nѣ)0.tTH=ԢaG$NtPF}]ϐ`\g-1>oF>S]UevHȅKYP}rc-Ug@Ň4*U5oMqY*kK('EPgNAE&^NdUM:CI)HneiV堞* 9?'hx^yJjfnxLрKӏr$.rp<TC7wXJ `.Y7rD8'--?BL_MَNv%`P*?DN#bg*6|O0SzeF_LK,4G(@@EG歴d3ŃB7`Ӽ$K^杏Rqd411 4GFr,ʌrlS*c\Ct25Q-nGc@ {d6s88>]`HO\EŜpiz@4rb>h˚)^bV,?Ţ+xѰhI~iDZKWwNjcj}^|ـ4 @"ER,7t! 2w'1;D ;Nf@u=8pA[%ҭt:p[n{x:nNp]o:ՋFAx1kRqqEZ^L{2F[ aF s:+6a>ՂsRuG#پԝNZ{2Ux$k* &l0ӷKMkr(JVSb!v,r7>T}YM 52W9n擳x~Ea@]ڿ3Y˵U3fDX/#RØu7H ;˼ެlTM =R>胀'6:aZ<9XH>얿AR-/hnnLbXj/1h<9n4˔#bsxt짴h50ڮ7 {z/%5-&X:kbW Ukp=(zZf*MΜ iV/,tiwԈB8V&MۙƗ/}ZI5I?T60e"uMت;MjeV0 P5Ž-;#+ε[/:o|_eϊL-kF܌Uer}:b-ecɫ0!WigS 8FdhDBSAr?f>k%Ȑtnᚉ,X1BAW_̒Oڹ 6c<ө~^rqB15=缸J#ov1Q:`5ܲԖɗ wUWPkiCb.F#BC4 4 :.VFQ@2)ؗ8i 8SŌ#\ :{*kw* IC=vẍύA}D #7Q5 `^kșٟyQXʌ&qP_I(OTH ,I<;yꭩe_hqiQŋtq~Q^]dQ=M'Sψou.o{HܼAIՖ3+ҍĞ~Id7-+Dؒ/2-]K7Q 勁vV#qPE"+lFʓ^gjt)3K3㷄b{y D*X(Hm  O5k{gxf|ImjS PFꈦ.񫢞8<ʲhi1n22VayLK3QlTa$|4{$)u.5knEOpyXOD9хn$n-q9!UZmO9A$)=Q_tz!ם*4uTFE_g| ֌Qw6zSf4: Ps=g2'~iZ:G ƾj*J71 1zdLGZ6"l>kv{Ը/;>*=֗ ڀÐ MGPR},[3'#y- )ϓ_#(ހvְ &TĹIʽO!SVŪ/x]}>'6R}=ETɁlchfn!:*u3~\wCzEd8Pʠz]9issyV t}UZEk%v'O-a+ߚ?<[WgꘔqL`*s `Cpr0O `p@+ޭKZ"ſ81}PP[Zx#;i X*"1=Xߒ{U%JE3^n/֑T)0QZm4Z@EK q@W֥][F!7],83Yd`Q|-q]v_4.Pͳ9S|X59MU3Gb@6'₄Z@#&'_QʉVem _:[>)G_@',}r 4LTU_Zuhv^ }كnS+qQ=>U3\tq{07J5d55A8<Ԣ'?vyvs~]0 lNX:XZڱF! U1(•@*_3<Ϛ;p"\;ͣd#SiUl\ Dכ#-3(. B.>V39SY,¾Kg-HaةJ)A"G4E%&&Z5_bZx`0ݬ 0zn}OdxԕfhJ3so1U ! Env.n+cW~O?QXnM YO9`qd ʀ^ Wh:Hb̽>!#ɣU`8SJdR5,n!pr]V`Ep:T&wƂ1*bN(LQm 5|7Ol]h@4 !-^N8?F:Nߙi, 390I2b-B^)"Ⱥŵ:zqdZgmaWHô_w2}AK`+||~|"+[QIRTAL?ɀ1^|+$/;_^)0!{uG8=Qǡ,m:-"df()R':ߢ.zqfGW4LM й]Rt-GZw>牠Oarwa'+ȬMFɟ05K. '0RGz%AK,jl#Hjhf4w\`%/E,ΐ,X>uV Z|)*O^iY>|TS -K+ȳظfk/nOM6[_ akq쒤OBb4mNn5)W2MW"Ht$~dχ7ǼפwEEP캁-, \̢i.a|>mFfcTIjzI6ڎRLdR ֻ{7QiT(K⁏wui-P;Mݰ?o=4Z] %ҦۣH}sllP={ .t-~]m.IaI{ m[[@=NVwΨBY[a@?DL< ޵W@vFb⍡,( 3ЩPz(RpOhx_}9fu:h"*)_j#~Dώ5!ܴs׼O>M^膛>߭le4zcx)%bA:[P8K'p6;ᬮhZ6O { VcOUfF0-nZƢ tZb>m-עyq<5Vy'Kal`!.tf,9W' '͹y~YoSefެ uW# _\LY?*h߸kȂPx mBJՔ_O̸4׃W5CJGDH|'ND^/v o8|9믑1if/A4]Peٴ`m =4QI!JR;6{Z]T~M4wRmt1hLz(ƿ) gs&TşTz*=ՌQ 45h/IB!u(!U@ޙ0;X|q\10ogNxMeXziio;VB.*Mn8ǽp|Z=Qm%iH,>)`ܔyΑMߕkm竴ʉ<ͅTЗTRe~?&)ҧ߾Ep? ^ҳqe:yBd=H+Zbkznk+U5o&+h2e6  DRa/˖ɛRs $MAvƦ4ewC<v4he{#Y P()v|2{ Ґe!ӞVMt7j-w27j&j$:'&sӾ&5NMµm Z (lkW9XD HIasSԜ#vc+9[ H5cK6DTw!?#o`e# "t=ΚHtN.MY &pgREDt-&Y.HY ϸ1,aK{f򝌚|ӻfjN&sT}^J!Om#5Fc?>ZLasȃ*z!y`BKLYH3ŖD~<j`≫ 0;<]]VHdоlM<$$3t~J}a8(O؎:ym߈Lh,YqpZ+OФ9צ=r}jPU{b`0ITGAy7cA!Hq{vLS8;RƟ'~fl"🺮&9λeD˪g|'ҋ.,&³ڑ\_0DoBnT%in4`Au+}rtt_7XޟFl/X,DWgvс\wVt qpizG^~Щvseiov7u]׊Y"J9ilw2tۑ4F&ϻoh?ۦ-fYVNWRHWȬKppT4x%h5 $n:&Mٻpii){F*#ʤo{Tz@13`pDl* S2)xv6KܑS}Fo(|+IQCdb r;c/,I7 D5G#z8:'7KWm? *1 ꦭT@srye0Q7bXNCU5zL |LjFY?2 ʁPeE£s dɟ]1O;uꜾQO4q~3/3BP#舊> C׿pӁ#AU ^%9q. B㤶9? أcfX+ݯJ{o]Fr?|e&hmu`3B)@ݻ`iP9ۉĦdX8WD.o@"c˳6>?dg W1P%s5a?v ;ij|aaЩ5)©s)WXxg %|M;+F$t.}(~ C+*z-usMMԾ0BH@" R>:J$ly4槦Ymml C3CuqzXW:Еܼ45 H~O@BCafɠsfAmH`D\F'0Vze$Q{2ֿL'n%OÐ-AߚŠnjܳWr-b{T-%LM2DМQ9'=&Os" NhZ-:l nS~r̨ĩ>Ho/SLN̩1>ytaꓓTp;Q1y_N"H`Yø](ߖU?:'ʞXwL]Dw.U_Wll4znwYډ@oAzN$)['jMu~{o%3[.0qI&ƀE݋i5rBd`D|:v!8_1B=g@ I~Eо5_1AzS(G%}Hn]Q7:Yn pT7%+bOҎx43,7ܻ^uP'ůdԮ, XjQ{.R!3{2NE~\=>Ò=WKR$2.w|@Տy;s&x ~%oYm͘ɕԟ/[etÂB5vM$\c͍]^8K~GP7\Jd(6a6- Rb2 0cSu)rasϘS}pխƗ4 8FE19 9WccAf N t̻#QU;Bm;n.L#A=үZ;;:m߈Q4^$ *L7{lUӼ1WqH8{ad^sz .o_gw4:OKZU.$ڎșQ>@ ;; rƇ)&X}~`ekdURדp ZO|Ѵ P ڒ@k*vW%Ζk_>x+Έ:®[Zθ^`m]x2?5FNbg]BړvlC$x'RWOK׭)+s{`i?u䕕'32==Ptbe) S(%TL #("dz\?n{>j$ނ52@pO5ft<[r] Kb}^6k|$dc@S;ƬL!a\Z壬-Z"9qa DEߏSNt  3O{G(F$YOi lUQW.("ok!@_4X:=2,ig#[ (FQaS}VjJ՗1a =Tw`O5K'f^ԭt8_ Uiz[9Frxe?mLvTie@#tQ0h$b8<ه\`rf#ۋ cq0Ъ{ @'@CqބV(G4ִ>wɆF-2|EuAYYD\s\w#X=kO}y`w HD~C EU%;G%uN!ekavc-mC|]VYk~Upx3V_G@ӯ>֓GTJ/ D;좕ߑed9o!b$20N9{Oc;u$C\d^۳be` -:sɠ34 =B~Ǒg6^^Cí6JρcBe>FGu`L7BDtqG`Ã잀֥ԋxֿYݑ~qxs2a78 W&X%226J{JF!ERc/#߆hi#0Oa+,VCGr{Zf`u:/wZ ?FkGN%WAQ^ 3FȘsS/2O)!=|K'{̉N{8Wv2n,dgG.^"eR0LKKˣ_苍H2Qj h,XGe…0##,㚳\+{XG9Z5 ߜ^I؉_{zPx2, rJ,\j,bdpj7] !0L)E7X Wq\owgFǣפOjǘp)($k ߻,$ l6:5tCkR(u(NDQ+y߂lcz%aF%ܫֻN4ؒ]'?&QU<_X^`+<P?c'B,:TC-o' qrA2ab佼J8OWȭͻSAh jeJ "*Ĭu5?|S7D-X13gM;vIy9@ñi3ؖ@&yP?AA1#_˒qYpcWylQpkX)C\jC-=icV[? ,-UQ ;ъnkMJ #HAuk f3 ڛүCrjix֦ae(֮`ûrJhvW DhdA&9#KQ (䟁5G>xj5\瓖B>c|)yoSH@4߫ߝTpʹkfCP\.g폳2[&Mr;#Ӕ3ĚЯN5#%ȕ*xܨ^qH0rXR&M\?Jg,+jQyՕ/sʨVa%)y;eY~Ynl"5@)8r>_%IxVtXL}-L2 mKp; Ͼ61njyzZ,'_ȿ7"f6pc,Sf9Hvi e(Hkk~J3ǯidAĸ2LpBf*=S+[$Z *~f6rIHCk8UK<(ѡ6}zF7C +p9gYe|':;]>&8J/TKHNNStxQY(zK$[}s1޽c ӱE< v!s҆~ܿS=rZfx7'=@IS#|Z 𞭈 Ic;G.bCRkdqvaɯ4XωŚbG#C;z;cxGuJi{Gp@ 75q_CƤ˦ J1ӐsM|hcΊo Y8`6 -ZH$B`J΄;9b`7*?.PL E-E6ܾ9%B49#‹lSעggV<6a$7β?Uhڤ@'łf s`nѻ!CLjp?Vha$,^MX"GkCK_{%AF9rɷq Zۯ5.4jN)sȔ8 7~zȩF'pY Y!->3Q}z ]'~"pYa&43<2 VmjT*"μ F=ۜ򗨜!X}( KByl$~1N}&N1=]]޳B Z!c)PS?&;P: ЦncW}[? " ݶC"D"Xx0L}L?rRT[ oZ}G!M=`u>h'ytE Tj;gV_#<O}+Ze'3P29`} rUj~jw8mTi8 0Hvbm-SV>Yvh QG.t =Q5PNG@1fat|y|]6ɒK_!$ 1;C5=)/U|/ G7=3Xs윽Ĭ eLH^,TLc%UsR+f,ӫ ؋DPv4dze)Ҡs jiFGV c,nj+7c4=*Uq6](e&"=fԎ.Ƣ.=;w:h]BJT8'ı6յ!t;'|W={=a yNB$D1L\jA [ҕHVxBNڍҺfʟ t3skɢ \$ m#3!rz5 :]l'&~ˇ!=~X+iD|ΣbFWj+U} oFLURZrM{I3^#X>C?.Y='qn7-? Uk<5M䢜mHݢ~:L {XŲE7 7ϹJ&: CݧRҚla `Hh-Eœqld?㷍V+xaF16L>DG.&R[c<8m9؁$Y?vCǖ3q&NN8-$ ,RJcgC4^F50Jք*ӟ;:RA{Ab߅+EtsD4Xdc%JTv]bB.V׿I 1טDsE*dl:,AW_5+<];gOPڎEm]d mׁo颗dbN.fF:,#zV=*wM9"J btG@kXopkYych .-hE.%[eж8Rc-N_nhusUj4a:FJ9 gk󾒔iKY5q|cҋ=E *r߷JC~9o̵rN+oR̽O֖Vz0|1#( ? z>[%w}p=4ˑ ,HL%lUVi8T[^o0vž^*َc)[!muCv3_$g>`Fh>ˈOéApU1"wTSCQ ; ip!\{W6E pyiK( NS#[z,q]uB2^||҈XF?M~ .I{-@4EQ5h(,R^ʠӅxjU߹K%m\tH K“׸h2= TcCķQr߻)JScY;AD j:QP5;ɸr4["ĢS0qU-wh%△>RXcAm }7У;ӏvOGj%en\.NG4 m,E^ rࣹ>k!B:%ʮ(䮪&v:6*{SJlĜDK7Z Mu)-,ѳ5 ʂ?+@gT9ZCTG~\ukђM{ike>rIm vrXΛ|? <\[x\ZǴwttêOm`C!@wnӈd3qp(3a(1G%y:muNU_M4Մy2֚]IC GtUh IwIJ+B{y <қ;hT,xuߪ[ġܱEF'tbנe#ii8D> r3=ʥq F:0XLj:q2OsD9ojxnMG,uВPTL8! pЭ zq] 3#}TA dJJbi% hҮM KD7l5D,;~FYsCFP g[bLo5HOAf結JwB .| ȑs(.*߆J[`eH18Wh7>J~E:.ۡ/]W6PNް}YMy;',o&1M:CTRUTR_:R839]v MfE(KqL%t@KmHRQXjiBWM i@D/ V0dY|ۀyoڹT䄃-0[bIN!;C@N? Sq^aĸa"s)'ŽQI~_ BIu=֣I'23V Q+q(iTu=d-k(WF-IGо`?|= =8:-(/oUɔhmc0-HH `~GRi}Z5{g`"M=&* =0v"BƔSMxsv\֙R3|(a;K ҋ~ݰ(צp*"q(g-\ha)5;oo?}{ٺV+Vu̳ PX)^:1!QZ߅3#Ob(PH {#t BCЀ˴ zrpa|J+:? [IFUHՐ> 5AcDSa77|͓nk@ûw#neX{^[wUsgœY)ceyR 8Qx* aX ;6R>ە]~j"~yNX>Yr^vfQL]웽9$FNs}yrnx ls->ALSb?jd̈́8-r!q pqzL<E.Rjz."TB'"j?:⤳2?Fԙ41J99C@PЖ 4RhxjZkHQD!>,,%#/dUV4Y3M 95 OiK-|{C` R9ORl<5%&5h[N3ziCqyZ͞WzභL F?w4nӳu8kl{2]l1?7PP1l5?-d.[Dpx԰nQ}.zcʵ`'BtcﻶJ I,*`cbߡoIZ/+^{ [Н.f .+* >2JϪ_,_~J>(\)beIDۋS}KHsRso\w7@Y] 3iZZ}2,PA-{G} U]ٻ.a}fZS L#Y*lV'2}?'On^)"氽C=n("[Xd`~idBHW=Z[]4=@1p/v$n8:`C9  H@xGi_|'!svݢ];LfCXz1.aI›0v*qݫ==A7P{bN=O_{Q#<ԖvNdl+9c:{eT5x v"#pA`w0d,JWcTP?:G"c!O^)גV θ'1 X=sx#͎n5;BEvc:ʛҠ7ВKnݗZb3=ZV,ǣg}2A07{2^ CO.l=l%azQs|ZPlݽ-p3ī}LFȍR.Ƅ/:!X|znr"u8O\[jw&[cuzgmĺ8L^z].ƳRqRY""]9^R SSЯ]nхQ?eZڃ @1tOv_Ip=j+h Crq d0jrJP)jՀ(_OiSj!!Kk^x7ɸm0:Ef@Bw0 W!fsq( ⥝2t"wj$ޝY[9KJvRIk i?v<-6ɀjF]Bwp|<=n,\AD\v ®z5]>AmPM]Y~q>ewkᓉל\eY%~C=uqM`6Y"=Ԫq;mLم" S~c&0=H*VcH=eUhp!&sa@y_t 6%v˄>ڟv<4t\JH'f!Q`>/k7)hITo XlD*o>Ek NQ0[!1# RJ\4 6%]92w`tBrHy"؁?"zpu) &l(/Hޡ  g:_ )'s+]b\`TŇ|d`C,{ np(Z,4g: u@};xB-@nOgpqdJ@QNćWnj+.+CӓD쒳)iIEp:l\>Ω{XWþ3){Yq f2 ~Lxd.dt)ōFvG1|^ldԗX%q` m.2]5\~qFK55.LzpV7^z˴M~,(/b/ %Q _"%'P'K<)r4C Փ&݁A$G!\γ/}X_;潞tRQgo^9eCv>Vb7ʄqȗoo*/>9RUv)}h+W4E͐f8OU/2;B/0ce31A4bMFi]x ݉#ݶ1QW?Ξa X^o to]{nJ4CQƗؘ 8 z2 |O,=ԹN-LhTyxFFQ7aހ+Ee2HZgf^[RNiЗ.CX2,= |_5Qu?9ڸ>RXm!!|`JgxbpPw @#!p?lvj1Tܾ1]Oc(cmgzN(; M73ju),8\ZrDVĢs}7z7IMp6{a]i/.ij;v tMY &8QM˓DĦ.$ .&U%1ɘ9w6x2W,Xa Rzi)q-À.7c A7CkQ9KAc]D/]*1\fj8t2Q8NJ]<'CT,-h{lT&.`֌!,a+oKTgDj/P:0=,g_!;1XRQfC<_N _:+456](VN}% Dž7A~/;gܰ~T(f$2^@ۢB53p!wYjY-,|ݻdHݍ=: $RPD&hJ>.[R.bt !s_2zXJqOѽo5'b'Nv/ iQPlk)7LWGxMZyÓh 1'o|wضLIm"lץ}h~8 Msൿ{AqWO~V&d 05X0ܟ~b}ޖ5!HB\ I-knmXen۟C& C4 8MM}epǚ,%T [\dGt>ޔb >pɻOsFvQOſQ?KfLin h3E_/0Q0{}uگ&j{`mhr;]O(GH;7e0rܚ[D7ZѲ %l mDHzt) ?B(ψ\Lj(LH%9 |ϑE z:L"/wY: |1JUr@z^v%@&2}gdWL~O;gXn3S!r |86E_Bb (G oON{r*K9 y ^. ɫc(G?Ɖ'_PiFJZ!Ldx2V 7HmW4Z[[8 uMj#[)ROѠK垃|> T}+zS YIؙ uCB%${"%iR[,x9Ĉo2u8B8[7lv/fM&3Z 9-?P Ԍ2&ezeO^SEGlO0XhG0n]AS)Akb]F#s6ojvHo趋k 2S0xSOL,Ja,T{I*_ûrOxz"}[gbm9\ZKuEj?*_ؾ˪U/[TH]PeZ.{XBvY^MI:p4bۼū7[mI{I}7{ƕsֳ]2<()lſaMQZoUI>bY Ee--.4̾ [F;6,8iaM:}K%>r{i/Ҽ΅1ۨR/PXo.`CkG2[UFj.Qb046ɬEu69MKe@ Q}Sß(n;Zf3CtaکmDEKlUl]uVdtieO7Kfa|<ui<3WK*[.oY2:J/C/LFB kPxIY'gUX)~_] L:rBnȇDX[YA6 1+]/>{;!n]AN.'^ וJFރݰ<ij[8]Ȑʯ< X^R= +8T*,n6M ^JMhČ1ε; ioLA|!ϐȕA {>ٵnFɝ >%xJRo&p, uX"}kVvJ밽|=3|iAu|Ev3=I|F֪QB8' x:[4%лM=i4A2^ef]3[}O/e7t'yK#2LRv\${[>|W ۫-V/ϊ(v}n%餅M+kj byف&5؏EګN|8zKH:&sq\IwqBN|kyY)J/^xfwhc8*g;/t&1(Q؋Ͱ`8DE>%b؂D;޸h (xw|ئrvى!3PXr'~Λחt0"}4(33(#C@?b ?$CI>Eq``\g<""irA``0b`wv籠:=W?k0;+Ը “bD5[ y>Q]h!t~Gj9OVrT_k:,C|GyF"PX#H>W*.}U4PP1'L ϲ 6+^n{`%٬]jGӳTv"ȸ^<78kT2q! ۆ:,Aۮ1kWaFI$(t`[h)4A'FtR,ؕiYDo(ES 1Of@b<#mGgcY% =T$?/h1w7GIU O;ܦ!Z[{(pǕ:K ]l#L~\u5 N&y w7<.."3$L!5.UH#OЅVazo2 V zOXk!T.VTFCe6-޷| 3xtB{d<Dw}fj)sxKl]rLC7ҶnN8_.ؔREiynw醹Bu54\b ٭=T.&YQq'ڛ,Uwuh jGNwڋ/e 'N[S!/9ehsv d_'(גl.0HLkrV/풯z Nt%ESlCD*ǚyFxϓ/ĐuK!.2r7dഊ[5 =q?zE7Dd!22UhƩ@rÎndžg Ty¶-Eg)ek/6jӵhk%j ڳGo Zkq wџG9pͱ׿qLOnBv-'EI;9p7{5RuZj,h1^Kœ!rPwegFE!Џ aZFOb!(,ac A!1/:YC㻝ºH 6YN^w(`qMv{߸XnfEzpMBwPcJ_[S{~֝L ||bְ/M3ʏ<C*hp _S‡Խ5ZeL]9QX8k}{>H%Axq j(PyA5%\CݙG魱kqV25^[;!NvֈoqbPέbN"W=NOg d_ZmǓk A&Fw< Nk&D0ifxl%ֿ~Kc^i撢dȴsBuGElUőv^fV1 DB1f Hk= ukQHq{ci7'Z"n#PdQ>}7YAUB]((0*#y$6ڵ82ˀHmȨvUxx(ݙNW!7v8Z B)͑*YM0ߪOf!OYmsӅAN]VS>7~W8rO[\Kaۑf(J)l֒|vyRatP4O(vMum@^BJI3&qp2(ڙY<SH+K3gU4Amx"bs|^Srlo. ;*^g1{ yQ'7ipS5.VF*E(ᄈ+$+MD9{$&vҖO}BSwUW]I|'T9XuZ$@o^oX!k+@% rK2/MO^4|u% I.d")kmt)8-3%_k *y,Fw@%u/j E:V{Q꣄z+0:cz!CHc \ɷT/r{xlTb댤F="'OqWU8kj>W,O5eoڱ"w?7}$M1(XBpr(dLq'pj=HK&ޏ* *`M0*۵Xb )VM>_l $( $Qԣ5o-GDZkɯ4c2^t/bV0ۻyZ ~̿Ez)0"֨$]Q+ӪyY3SnZ5 /RW$Ith`@kop`Qd6R^ ͯ6\L'yw|Y7W(@q[E4tLw lի % Ȫs mzqL28TN IG-ϼi:t+#TTq<Džk\$\n|ަmt sVت ,M}6Q=Ʈzht k9ǎuW%}16TXu!p <':I g=.B2*=^#վ`=bHę~Wzˡ/%snUʏ~*/>4hEH <Ƭd7U.^B\Eˎ1!X|q%JD3qNsk-뿝LW:xleiȉxrjʵ g]4p+$maVadbbbYhGw@@2z - KA2;`e r4}-ݦr,]C+s&K|rO*.~Ay_tBv۴y'zs=ti)@WXmO2O~^W>p(u#JD#к_>Do@3|Ÿתufs4t,|}pE>PUt:.bnH *l`..u.N54cϥn5/*HO'E|tdHC\͜Dl!L(5h)3/v٪MI`l(E#%ϙ[]hYh3\В\┬xs&U2ch*~ҭR;ӈ`@ 2⹊yFpE J (G\z9hokZcw胀'9|T#w :)T7NAOᅧMaMt{g3.|i"Jd8S ~}; @{713zЬ,-cܰG1[r;+kcf^[le7خOL`S<>dWHZiABE-k=3K!2ۇdσ{%K,pLJ1k] ey@˃/ [@X| @V|g s,BFc&+`K]':rq>epx~9O)I|O9*rN 8tn_'?ok÷VbE-\tn^낈mFP̗?gzLlRjANHlL |eIleg87>Ӿ9FI8Z/|OAvKO6%2(2Z:_bxv$/ -bUbeC".C;58Cþ$KdGf-$#ypU `ƴ7e oh=`[scqltRIJzJG۴&Dx4pT%!]Y65s+h +ӻ-ôT01)%i1c<.Hp sa'}Fɸ:GiDjK~ ڃ4ӎ>p)(Ex@0Mq &2RHU( ݛ_XYg;+3,%UENT.MoȗSkËܠ=cR`$1O9z3Eé1il]ĥW6ϦwnraEI"M+Ezwȴ#J$4Xw4x /Lj`rVLs@V39"XZYP*\X|5*U 9BL$ˉ^jQ!bwY9iW0oAKE:՝Mѝ(W{Rq 3k3 W1!3kƠ/\_K sx~v9?\HEH*e{L ,X<ؤel.#,·qxw=|Y$6=;? ɯ1|UBsܰ:GP-oFILHGaJ\/7oZt!`Mn8#pH/v~jsQ)eq^bqpf_fg9mh:PAi"Q4{K,E;d`&Zn䋐wk]̬Bes=TD19GI_U>bVM IC¼P0{f\3Zֲ&,,7~R}VyY [fMX4otܟ.>9U= LUJ;B}̘e֗ZWMP.aCIR˘|sI mL^aSź z# A"y@Sn'X^I}zԦInEH2w˥Ճ6UT~KgBQ5XnNiܷb/ۆ%Ɣ11(Ľ0>6Na-hqZ>Cn^ycXs_ Oq^gT+Lh_[I*dY>>E j ;$Wkf16^htˇ{sPEi0HHCQ׻ Op/!4;h ZY#&:_ g%%~%8]EitGbhI$KeJ k8U+Si9~&`:͒ +=0/@ɧv[3(>8ȱ2*K^6ߠ8LX`/Q)>`_7^uv[-e67J"3֐, ݇veNV>Ehj:aᡎPqe3?iHV}?}/YfM&gD@8r -f5dItϥ4H QXC(}h⽑UV<*^DV ^JՄTNZyv}oe K}[\DrzlV6]H 57'.ԥAV yjT{&L焵%TLyw  sM 0%XJOfȷ-I,nJH#\ MG8\rHb̶k/FcƆC}>5Gۑ H4<^nLR%I,-YO' *BggXCEKR|`ѯ$ ^<̦f mҡIV[ǐq|٭ K,vZ!SY: ǹ ;,n!Oݓ\{s'[ O^d<42{W{ #DpKut`-OG6"wvKXX0rٜt>8-N%iscM~tw/{:)FVޝ8C#I4\zlX󀧩nH~v2z'4CL-ᜠ9,.$o";Yz_Rvl$c52ZxUD@6qJquQ% ܿspײ5R%A5 l.^+g%cI?GR@ZܵPH۳FMsfadFZbh{g<<^\j_98z"ֽF@Vo/"曉\՜j0l)i50U3- `ُ2={fgᆬ&<IZ=ݮh䌸}Mn5XJM.qv1h*_]t8a"tXlM;֣DO9_Ee! ^musr4 stf`ܻe[WJc7f&[sΠ㭟&i]Gx: Q" M@•;w9a@A uO,H X0~QɳSe#k:pH5v_ش18i^=mF-\=k`wG ݧ={@u;YJLGXy CIF^4l5s69'5ݘ/&Cֿ~>?)u0)999;5{ؾe::vq/,J-H.XjOѠg{wLo28E:khKm8VkH+;' 6%_W_9'iI(a蛙7ʿV)c\%P ­_\yfä7C6~zOQ·v8{nPba3ɐ~vĹ' mIn ֦9+Jzf~BzM9P/$t 5~ WZ `ŗO.ןVM_-0*U>89~8.c*jEJRfOSV Ph\t쒩UOh2R/A((?.&˕Č;Ť}@S*X.ehAnU,i4BX]gP >XNt_Y 8b,5f :n礹tN1){qٙ iIŹjkn@} ]+ad/eT tmα"RR9ýܺ`}Twy.zu+AEJ^h i4npHHkӢP׹WBzAsQFgUZ8?el4d&FP.;4P6/v6{ BhADEwτS5~blA(EлC âڢ]g *"l Tj;ϭ06_ ~Y.RлZiugoK=00$SCf?3 (N ڮ*&<-Wo'u0Y`X:2RS,s_  v"̈ YZ