PackageKit-1.2.8-150600.4.8.2<>,g@p9|U lN3KA*w@8v7If9VFɀB5' e]AuN<Cxf~kN:Ͷ&g_@ UPXsUSTaXeY)KqaMx5O?d   Qpt $*2&& & D& &  &  &!&"F&##,&#$@$'('=8'Dx9)$x:2x=>$?,@4B<FӀGӘ&H0&I&XYZ0[@\X&]&^؉bړc<deflu&vxwP&x&y0z@PT\`dCPackageKit1.2.8150600.4.8.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.g@xinomavro"SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi@@  X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckxinomavro 1728284480  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux     directoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=33572f61606eef67d05a77c237abc1ccd215292e, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=bf644db0f7c99c2b47c4c778f1f7cfb819faf694, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=34e2caf21af8f6109ff6654b5868bd0707a197e1, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=30b676a434187ddbdf5c40f864bb7d078355951e, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb99b83ea2396ac19a4d9076a21697262c950793, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.8.2.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory)'. R RRR RR RR RRR RR RR R RRRR RR R RRRR R RRRR RR RRR RRPRRR RR RPPjaGS`systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-88b5ad4561da70807a040f6fd6e71b6b7eacd481aac4f2a93128882e2abebe92e?7zXZ !t/1]"k%LMscbY8_wgS\Yq-x<=eMC`_nY z+^F=89,|4HXK =r-(OVQuU/$A;h`96XJB(1܎Әl eg muG(+Ͽʰ]w ˘Y:vNڧ:t %Zf2*Q2鐿[P>q>fpx] B±ʁz D% T^U.DZCOG.xl΅O4'l$(j+Ų"^%NOPc u2J0~0=ߚbzk&1Cv4P)(Bt@- Yj>7Lb`uxyY7"#kNPسrQveֶD7\6xn4 7=Pܲx8 7<]k9s:r&WYyoPgg;4tː\x D )* rǟ{VS_& Gڕ>%#2>a[](&%6dڵX/fS /GA&P ˱_ aw#2KO3x6N=dSAֺçf.EWzQ\|WtE vU8!bfݱ'h~0u[k}Sx|N.NwSH(dڌؗv ],Cm7cz8ޏ`k^Dk`)gB&O[e5W m us It UNFmBlސ )`/ c#xj 32N<0 .:cߤI f7@"gپٶP׈SdlBg~?h znRD,Ų1/d̶bpm8v&&q 4xbBG-|*J9)|A#ixZ_s_0\`^a"JN5]}c`Çܹ.Rf p0<"T 9SiуOB !}ß]kc^8_#hDrq\^`Z qqXZ'̕{)[zxϵ}xuh~Ӧ{EUO,;fiOx- S}CqmLZtoz R9{.&y`Mzؚ?;YK+ HmessaMEY&+8FޖsL~nU:{N:+~&O[dU0d9I*W4`3I rTּs}N!J%ERWBxl5_TgdTgI3۲ qo}) JXh Yg�ÓjC"e`Cna%gv2" p@+fF^=xU @WB}l#.n3H #:DzG-#^d!^XJߧ:O7AJ̵A Du&gمx*3ġFqYk_קYe;TU-UL02~λcDggd@ 7,}>-0\m9 IH\|Eú&|>6>꿖xѼ`z߅m%t.%V[Ω5_LhYɬÿ83 h>KHr)sJ!Iy hF!8E@Փ޹3Aq9{JGO6`wZ5ɳW2,Tb{;k@m,΂kZٍa,[' Ïj5΃mM,c1 =FjPQ"gb ٣@jaECv$ 1̙3K<"᰻聬8OŽSN =_d sSG]egJE%@?t]_;֋yoXӯImj,l^HR&vKZ~~IݱR?m&Ҕ2iD!FYV1 HZnWB._)دO:hoQ tsfJa.u#t%jO&hKٓC,RqC&irrƺJ0뢽w-dS&.ؔ{jo=Σ666X/ cIԄemAаe;(AYXv_ \|*4 #%׶Z*|{Y ΋2nu ftBшP,m-c0_vj1Y!(=%m3kњ7? &< .4i9͹plq15(CWrsVߝܟKd[TۿN!kV+qGၟNloi2k̝N+6@5 $>Wk$BG QZ#xTXJhFk9ժzX! 0eMm~ih7 \{Ug kf6$q*pTBJ+p -pC[1SY.*mNLݳu$CI_x;$ç4 %AzWҭL%&z )7cح/Lw-,lӠ{~@HM Hߐ|٤8q'4'2]l;)-G<Ep2>7OQQcW'F'ƪM jI /'AtL} GӎGG U ΁&;L|h*9⚨ j'n ceM\v[o4OɬƧGɄP W2_]& 2= F;Sяy3:9VL{4A͑vsٲ؉ >N8E ^W,Fyl~/:bM5)2F/ZwxԂ i^6fw3X8^)ԡP!-nI6Sk*tXbo7>od7ziR>d Z9:{j1&=QRs\ImR/S} G8W{7j#P%ҴZKX?#H^!#JHo+ ڡB`Fpzh/πLIa sL;-}KM^>-fʠE(#fg`ݢl-1hGLnL Yk;ߛ0*;@-if: ބ(ʵ=o{dmz}_-&1ɴ2қ;oR^6cCņߌ!gpJ C%-A(;`mbiV!fMZ8)mn|W-@R]NC'+ӽZ`'V[hJ~KtXK1&7+T VΟ d&,OwɷgVG9b:Gpm^:d,Z(ƴD0޷}[&Gp{.g;OPj]#wB =IP 6*1F.,f#(AӢܲ5[xGݨ! @Y^WwB\ϋi_2Cل:@_RL䕗Z2u-ĎZn{HS> ZWN5KI=YF,:}b[=oml8 {''ѨeZNS䀙j}Z,u1*EޫXhК:6Z[b(R.4Nh1}!|YYH{16}Pܢv~QEvS2NDUw,}-tW. NÇm n=sJ״6;1y򃧔Y'{f:Q c+O.ۻqX!޶$_6C7J荪ډCY_W[f܇=;(QbqŇH!y J=F 6t!S{֕ Aw;^i:FSusWi `cu| ]3sh7SIptbV,W2|w Xɶ; M)U[Van8mao)vtg3++S`Z,k B`ciKЗ8V[8F/# [:f2OhjcF]̽T 闖N);r1נl܅w2vF%X bRKE ~{͍W]2 #$KT9(y^CY?ˇgN6N5˽v \eԼ@kĠj '!-w],$%Hx;6eqUܓ>/he+ǩ V--w筟ideEՐ4y6p&eG@ԛB6s>JC-p9C6[WQKC4}+KhfǔyZXE0GlB|\I61 œv!LЌ ;Bxhv^|c~ p(竎f?*,n,81Ǩ-~NI7%w$4 uَ7\(m@m(kERTT|⥟T]!lY A 8!0 ͨ k7QD(Xڎ݈i_H8x~`.x`mqqqR155۔˩оW0ݫdT."Ǧݾ7;BEWEL_'i#G!e+Z$e*H'rܝF5^s^lDġ( l(˵CR7]R Hs.| 'YށNb„"$y>a43?Ͻ*Å QxHd mq]v03 X/P\HSly"{H6cIK0m%lN햖d UޟQoc"M^꟦!^ kDL\CfZ4 Wct Y@/H֨n!z!FeNt}-&uK&n4$() F_B̀ ƏQP"U*ЅG;higgPիZGpwbr 8"+@[%j7V: 1X#Ye$L`= co.:u2bްy] RXzLEv!$$YoPk.k횬o{"iQ ޯbQ}%6k72 a).c-+mFɤu4,eGmx4J`Y(Wָema׽,04ŵuɼϴ]W=0`Άq|[&=aWcIzc[o]}*LQ@;`Ey:R;oǫ#T#Lmפq\7y1'ʖ:Gz&?~ӒP#3&WᔯEӛ8> h 2:/LT|)Jƨ1hJSJ`nzF+pj86#P$Y"he+HǸL7 ڀsDQNBQϥ)ʆID!wh}05;p1NB.ZEyG\ 3~2zs(c)3߂V]44^q͒P> R5d>? cV84iz㊯&9+ō W^;~S2qpD~W$k' ǁ(39/@hYbV,N@`֐,xc#PE8~h'Sdb-\1$2 P@W%C 65Z:Av`kR%.93$ O{nLt> } /ץ PO=x5+Ƌ |׷#ñ[=箩0%CAI)tN%A*VQ굚2z`H,/m -)FSc33$a%g9kсl6̜0>wIݺ혋{K#%*Wqp2)^u_!^(B$p"$sW0# v4qL׵ ?\!VBD9|WsU$SB5XYP݇QΜP[X*KMGy"|#^/cIJ6 Y"bkL3 vJY%̿)byo;R99t< ),61`kv5I /r|revP *05e pbsZM =ڡr2fQ,\\Yo{,Uћq36UvڅMjk )3*{;w wvjDHZMpÖ#XᥚHt7*t uBhZg>((2^m3F6i>HBɊLs)Io۸Fv \Ț3آpzG~ <]*ϒ̷l4 ھh㧤gS0 B*y @91k'«WX$_O6}σDŵ3 ͂xcitS[8IA&cHiSg6N@ί,Pt8IeIx,^NzGĎAn:1n&Rc3&u2㰄Է`uWUD3x hp&=0A 95Bױ/{Ŗ*xVSLyߚ\dLxC{qc%dTىF1A)*LHPg.G 4W7j<ڵs_U:졥ci/H.%+ԯ|]ul㳷Xg]~Ҝ`vh^,uR`2n?ٕ%YDJ^q1gi7j'#+y'l$Y%uz*ͅ&i YXG\T(M`@W&ȃ@d ڀvaan A+EѪc%1Cٚ1/F.l-"H͆r^kIx+dM=4#D?<%G-2ƥ "Ff8!eVpQd!ut?"p(LPHIbylpg_q.@Ty$wD!9P@`^[ђϻxq5^3"{xMj- >(~X76"hҼ`!D"*T h2¯4˭:>Ss CcqDv&-=GƳuWX>䆔ss.xmj"VęnҌFJkITOMÅir:,aHd#YaXG9WWjϟ5\>7gGO$u0q.A$K݅:k-7,AI@(<)3l%b!|XЉj@2x=G_x #,9R|*>ej"``1>GԊi(ʂ[-(MmIy~2ѸRt1ج"ŘJB53 /нs +ЏI1v 9ʸ!N{Z~$q,KaWAXy7/Fiŋ Y"ҨtXݧ"RyARϳ`x^BRyYP5a5Kg&uw-r0y&D{9;;!L|8W pIyHZ\*eGfXot}^HRZXj1p,Jc(yC`X~)i;8díRmNi8TwW^@D=& ^]~ψce6({h!ΞV'QZ ZngfbaڧVhϜݜSTtP7x忾w*-ehXG1߱d BC̿o|!YxN:Jnօr W 0%HJ`ؙ#fh P޶N=b;ziFC|^#=L!>s(. k)8-h,ɃŐn kO;2J,'#qkuI0R{ %)ZyW}I-'-]-*\Y> !PI=a-FNFxOSLv J^4AΉ3k -NDNEΪߣ}a=sO8z?*e8^0Zn4Ap4C>_p V/p1p[z>lw3(foQmW1lw={DB&AU Qx؃>CTcMtf&y1Zp?Sar~y#=4\zc ‹ѶYRLEduWf*V-ia*WniZoIGv$G)VK5}",Ny`:3F:^vaR.Csi{"gW [2Xq?<8ߔRʌ[Mm8˵ wpQMFߜ (ߛx H~?دõ)`UQ[ӄG|Ta|Uu;Ghtk m{hX-"ȉ@S} HdR0!(t£o"A  -ϱwؖwUXT.2՝i#mܹ-{߽|Mz_hƌcr~AY#7+#.bL0\ oe 뭙F(;9l2P cT}%;/5U#9 eib<)xNPS荨j(˚!e@R$hKuIYG֩b{hXʗ(tU{gSTQ ;#~k!l}5@£jrYD(w<8RH]NJ^NaPt$,H5L۝*`JkcpDՋYА $ll8 {L2e/[MG.k+4Ao A$T\,Ť1 3Ӝ*{S:樿-`aYA $^y%P/+vRp_gs2T! 6L!26˴5C0ҥk̔-vi[/b v v [FJH67u(e$NUo<05o\Yp  'z+z@+;T YAdU n#zDeZ.>ؓn)FjaPްaF*XW;|ϗ UИiD/v6ϸLv%uO'x v<їn kz$Ve 4’M~ g,YtK'5m@-RZ[:N-жީ$b݇m!r KR6 6H,n_)ГKXnSoj\^p>0 3Kv+}eH0/Bh[ $7f{ؔzl(,#3m%eYŶ` &Z}f@;5E N d7<ҦR `)kЮ$zXd6O R뫄wlB y,VV(q+emp"-BLq"rD M8fw\$C^l4@(N zlo[󹓗eg1-lu/N[5 @<wpP 4fit7׃=?dttfJHPv\ۯ=Dl[%%ຂ(KߛE@[I=L刿XuAX;qTarVW(un :ִS 88I ȺިNb/ۗw!IP&R+Xb~ontG)q7n=λw4.R1 o PxxdL⫐8~k|vLi]>:cFYn0I3cRTLv".;a2`wJEߠ-QGZԈbE޻9eo(@E9Ġ)zͷ/ݙ)H4xx҇xUCI/|`I.Oa3͈Β+Y?͟H-۹fDU_BFJPC}zA@ؖ0nCڳJnajG 726fjϱql ҆9i 6H?2 B(K:;QWSjfi E8Lc%)P0{Y55z*69$L`o7*ht$ׅ^?A! |S h"6P.XIS W\W3ba_Z <dVKwA@)" J$:ӼImap  skO|̻VLkO|,{V$sr\.cIS/Z\o[Tc,;+?^'  ([a{_$zt gVL4I3WM΢\J;DJ}MR<dqmkKˆ7 BG|e_ё5lc2PE̿5$Hs}Pb+ 0X`U'`AGų:/P6J\&x:?pGfx?gq"v5԰0F95*WјTi[.޶ڇIign5Ƒ*كd1Լ)\^efx6 "' ug&PZ^LoՄx3BۯI1c蹭[2"(8&~4\࿗*܀Q°`#yҁ9{dwLv-K,^P0]6]M* ru"#'ڢ@v$pB3L\-zK [5`*ѯ"Q5n2UҡHWǵwoRyYѶ({@K+Up<zWJ$w.yFH|с >-yar43 <lj mWȓBԸ;yen\}l8n%̻H7&2 Rx7fiIPIp ޞ<;q:g:?w؇fM+2ҵ}"Dq sU:mhE<t PqJ5zPg$=3GR,GݦX )wפV/g`kv/Ax` *޴`yqԁM5{cX93 CvƃTH83JqT\ճJ-FJO )]L^'cáq!=pY,o/=lNWR ;v^>\J.z>p;I5.OB 3$x;B"vZBvQ=KhbL5A 0"1jhm5R _F~7c)oL$is7rv`ӏ[3$;z6  #ɯ*TV%ؚv'DGI ]ّ,E)o5eԀ=MWRaSu3 B(c>x%^a}&ؠi.^c]`5$"\e7z"q3EM ,4mvZ!M,Uе䯊VDX.Al%f9".2M7hq`CV]c/d Pg ܅*gC֮632 Myh2 R+diäͯ~h$Vt[NTF eb|Dޔ .wO cinVU_W4GZ Bo *+i6 3Ȥ꫿(B1]Hk2 P7iT2| T_$X>H]*_&r6p"̟&wh-7jv>k\ΤMT{ګ_k^u gVL f6ǐ.40JErTAXL`B/$nW=g[j"NJWl^*9n> \(,i}8wMK!8,+|}Tgn#R|k6+{FJ}[ȷͯ] c"gmndԀ\~ͤP-{ gKaNI<B R?.;= h7_H.yƋi2qCT,MoHj+sʛvuw$\"P[ʃ5(LhZSO>&dqҷq1)"Ǐ cl!A\3`s)<~Gr2M}N̞eV`[q#U9BO c9όEt;,ww͑w}P>[V&;L;q&rmH ,f۹*">yݿ*/F5UvD\`E+s0ݝlWGp\*:𒾱h-4;\+GwTVKqh+pDeF1GW mZ,d\5arN|G-Y|HM3a aB7v+JZT!x?%T!AJ>Wj.a<<|Gm(:v(nX7.w?UCW~N/(ZWaThhaъvs@E.X$m˘,>Tu^;%o !HA۱F\ߛq~`ɾ0c #'>2"7V5A.g-tNe1+A꿱jbCX%8+w^gy5k{M>#eќrgQME`%) hqZ'q]x eW՟o5OOtk~ 3{@M;}'4.++3TH1B;1ξ_1\);ȰbR~t5ۭ'~&PdڃҜp#vuM=@$CNGhJaa?Gc12lk c݄cgHyS -t9`=}-7oO','~0g[jp/tVbZҺװtKTR7lcM6iuTPs](LO$}WdNT/d[؊mCkMo.$T,;76vF I=D*X;,+FuWE;"`EZnUWd]`"/枑ְ}=cAjL'Gcρ-z Wk>:&29@&'0VSrTоdϾ]:(M}J E/Xe:!I׃gd8|>6In\~_7Exϒ⢓Z?hKW2pxc3|nNe@k>N41݋_[+hѳ6:);9⤢&WNJ$/N8`ZskO+VY qrOR+BV^5$ۛ)zzNKpQPFL{/զ`JO.)Jڵ?8uF( !DۑP?LUp #H9=N)!>cڈ\j6rVC;"-Czq 5~5ghmΚ^K%◑.պwjصMbx̹*yTXPG_5I;<;:HAf? > p 8pOL*~Ms֛ ^5uɕ WM=o~aPТA%ϫ㼪$#IlX$M7pn^D߲ʧ%qtt>sM&wLޯ)bRM#>>[ݛyE %-,k]"8.nMxGnck +( ^9"oBv.];j tPjj@ HWƸAREb1b-[edؽ 3B~k4nv{$#t(I*) ͬ}/$\ :4S[A'rgXЇU.6>7eoą^e;hi(?")\p=7$k=YV@bvUVq%4`_6 b <`ȇq'oiI&܄UCR)ݠaAwT8mQP ̔:YU`9H:!uHƍcb#/H> |S;UJu_m!F:ץv*-ڋxGy ){޹j#j>29 GXU $pl es?=&_qQ>!1ߨw76$NgO{Gyb05~Yvj#8)%ͥȖ( !u8fj9Z^ׅ~h1 4Ethք/ 8*0.oq7}bY.s9B{A%s6:o:Z[OudHx3i{_0h|ԁ[cR$~Wq aPOaZȐ>Ĝy_KO]|ݬ#7s}i{ļo=Kfaj?}js0 3_ü"Z1o6[--9 ߖ|//' j(`}7_4#5[wBcџOsvo)cC>ߋυ'3FZo⶘_~b0G6L%fM#MHTץ0_(Ȍ.']ŧU`*d`ݟ'ї3=ٗx҂iA$}^YKrBGeqVq㵙,ÞAl57 9'k0 ўgJj3Wv{=)AIE 5U̒[q8?@ o(~…"a]I=]D&}jO- T6m5wǧN2 SŜoWx>qT)P{x@v5ԣ>0ܸpofq*fK6뺂)I֙k %8yim=z‚+0+Twpq2E WMǠ[\)"2R&n=qH,-wtyB& QT^-aD9(2,=̐a/,Rz,*sEtw+ʶ_TʓɸB c,޸ntoI{5mXXB6_ns,a#<6?فKȪNi(W!&hZ!26sq3 vi z^`e@jnyT hܮ`K *9`لSZj):L~fcHdO˻L1E+5O~̠*^4_d)X#U)JZtAO6BՉg<j~ՄSn)L5Q,}R;b %6kB`Hqu̡?);"*{C[E6`߅] hzUD Yۯ҄3dz#ڝT|fk<)=j(( GfaQFh.ϋJAvԾ{yRWeَ/bri$E%wUZAP?7'|e uhs;)Ht /Ns_\aYIv!|J\`f1ʌ~.Z1u(1M1R `&eYxEڻ2@|nuʁp*R^n.eb'"! aL\\-""2{:H;m0;xoP䋝RFg~:I[Fȗ1{Krƍ\UlA#uDe/σ 1.3I<ƚ)%Y@:Y^1$tLU=fW1 =U JMynۉ xWnG\֌|ʲŴ%_OyL&|}eGSIt똿_|>../c?sw6nP O4x0xPAo>Ra_6)YuF) nD[!L|"1ptYj.=1Šmo-YU\qYǮI9x"lC&LjwpL<fiГdw7LJui&zQUeKH@~ݥ.9I|K ZA:CE;VGYv1ȕF5 J"(WG5^/jQ^XrbiQJky憮 +'EhpԦr{I{05l;j7>n9inS;'EjctiO`nïC XiuE2vH iEai>^P4 Z+)-X^W073_}NLTu^ߩ"9sy QTN6R 85=Jl1s^MR c?Cʭ#TQ.9Ǵ%zɕf(),x6D.= f#*Ke_09u`ZwB p? da(YHzYMAx{yD .龽H_gp꥟ȟ|jwUqZ/|38`YҜ[!1W6"Qh]\a̢P抵@^wh Ҁ/#S)ҁg> (5Ej]:_ZĝuhhqUGQ|CJۓ).yǤ,i_,뾹5| sZW3ד-%<,7DW 30/5NkO4&3"4Rns#Q@<߳n<Y{Vޏyi#Z%  7)c}!S XRcjH 5PKGF- Dk:Nz,o +UpycJ+$j?] |Sٚ,-p<$u52Zd2vgxy|\{~w'oۼF-DZ䝦 7b *%Wi>!x*+вfzrcY*h)g :>k`Ӡ>|e b3A FYG*.,F3_<o%ϔN _M}heh{ gD?Af&O#l(+!7q(8_Nc;z h ! {}Ny&NܴzYHgo5 &?GۺO_\3C,xoi +Xc] 2Im_Qh/dBF ?_l(+AiKhxEތV/T ӳ z,2(%dxNA(NoN(ּȆA5--k"h'>6\A7ڭm®+4ϱϏ2fB7~}VQŝo2{,mQg5E/UH;7tʉp\O'sАMomb͊2=NCi9ҭjCEy:L}̽GgION*EO~ֹQ 8)o)M3%*=HW{#p+ _IvڣL FI<|N&2t]?k.jְPen肤  28;?K {95&kҩalN[g|W[yk'K`sA_y]#N=s΅;Vdz\{~,AiPM~Ym>EjV9\* tGnZӇȌ;X@CR zb; ^z)8MʀY $]T\lc oaeunQq4 M_-Jqw\/B\fߏ; ML'96󋳌an’k(-U'i€ii0o٦]-qчZ!(|X bQ !JU^,8c`Bg.S+q3Hv2`$2N{1 +@46h?WS,^/43{<1cL۹DX $ A ۏQGPrM`BnoBX8Ox_//`Cu1=[5> Î'}oQhCڟ>nfl57&3 K@jX2J d'*/U3udfO,*mE{^D%L^$T5UZ1#W sRepg? .D-d<?ATHwm#<^6-Ik DbQ+gG?.ߟ,if K[*%+-x,1fߟIS4WH ux#7J* Nƶ}orю| !!L$.r_]rѿ}3 g"gb;:޸SA@rΘ %f+)M3szN32^8#G1Fc1@KY y5;7B|1dw%77 '1 AnS(ǩ|;x? c #ѿZ!Dq]C2OK. }=)rV Zi܆6' ,텰nj]#Ru!~ 6\x sB͖ɪ^;(қ7X-\i`|"xpv l ڏ \a&9Y" ݞ qCŎn׽)y6^G\rV#UW$11]+T#D:7:BnEfN(#]w#3\CxscoE4P;|~L8{ͺJ58Tx CoH1v7ܚo˟٦b^ӣ$c:Q-E8dG|차JnqRY!ދspaճ*"&je}riMi%% 1Y6WP|z0)nAcPdK< //>[|NNn؎&Y9GOn-C-dT:~O=9o7T2t7"C:'iiq/_} ʐ*Дϕ^J~qxTz0/TTK<ݍ(;ViUJH^8Q@zr3łqؼDegPT^C(A<)T~Phj>y_dnV z bмʑ:/~>eDlҋ1]fn>`P29}Ofr~#ۣZSM_,G"c8@!蔼 kqu L"k9]վKPg%4m,|]> Eh\Z:,UpzAO/O.=<b'>%q\?Si^a>>\N3{)I~7d3=i]b["\5K2h!xy~חn[- +j]o(]8Xdqc;[WEC`a_QbBqtazDuԁ#r|Ho3: 00:BQ;X @CgU#Sb`ÊPC-a9!^Z)qtu2^B["ldqȥ~#h$Ogr;'Lըp.K!dY"i<ٌ}Q{%M,,f80&x ㋠Bʏ@SvVAEJc<K_׃gj3G Z6/%9!'%9.]w|XՠLdU7UxͿTNTC/x')zb@>W}geG.7[ځa*ӹ})63e(kh@#aB*0hw>% h֍, OѺtPcsig1,RZ>Nh7"mX,H h!!~5#7pX(2+lg˚ r:ql̲,6 OR:f :)y}pa/{D$N35.:§^d7Q+ (Ztvlnl 2j.ʢ(jW5nz Im@p/qLjHjbcSq #2ҙMeo4Ɂz$:ۉZTXڷ5ވ}̒m XPٷ)ZY5Y),('+3W4bl.zzNOڶ0CSQ7oIU# cmû┫4I-rac vXGgvIٕԺ l^Tlh <1pf(IgmW1Mr7Y JqĈJqOr"l&YP+n:6Ldvuh&:YxF9_ %("eJ?(ީyq`QVw?WQ zggouS$v6s+?Cz$7Xy;0%PJ(َ+Qv!UEͦR}j8T-N Gd wVS(򅋀|GokOx81o%}SD*>%M! d$7%tl8'V9K"?>m".dTV? t'.)OtΈ&~F%;"Da}򯝵tgo1,mcM Ԁ e0 Q-^\N*sY _Go0:uJN{=¶k1s5jV.H& (EºO' (Oj԰Z"9 r&P(g{$F9(RsdڑʟŲ5 i֋%{>bܲle'z kv 6uTP EDcSUܙ};k!E=EztBld@p2į7eE5t8'Th-'׏&4*P6Ma#(o+G)qnaN@ GSH@0՗յl'J#-^u3ͧ!S)*e~%A$,A`j}ReWwx&ve~hD&;baG) =0ɶ@U+q S(| e2HSuX&~x6 7GDqg3SlE.ijcapXfDՐuȅ¸h꠬99: j0zF叠u+gЅωi&{7(%@3a> EkB2A B*#\yBS<(SMsJvJ`b#SH'R"vd!TS qŗ$>IQCR n:+aKm-J8-nns%j&m)[ ƏO/)V/cݯu`b]i",0DX{X2MS"iԂ!) FXgqӣVr85w.3/s8R(!߹m%\e3 -uFcؘ)WPūM$ܦLUpdes"`.KD0C{fm`hXtHKc[ bTclj~`oR羌ʡtMR6fmNN'j0Y8 bU1PN450텗]IHdf]xgϠӬr:WE{> eÃB0^^S8JfmW6s+Љ DWWC dUn.ՔUg?4dE6PGŋXÊm18 Y}WSg0-]*m EDR IjXuLnaQB]O^'qLr u|r+ ýJD%[Pq^ ѤeKn cI 3h$pƶ$H*^i=vA) yq,ڪ!\ G9 _ m}2Ӥ+K0X KјrdZt󱹰(FSD"$F\U˝ՂWx^α^o9jĔ{G?#;htv|@cR,u ӣVN $M?֊;Wjmc#;8ܣ$-\鲐NNՁyTqOd2_̺[p}W$2}RՏ1Wwmى#~_I@h{|/1꿦3Fw]QT3) #6L\a ȱ\76c-bWhO^Qa(/OBt #Q8Ki+kT]j/= W?6h>Z%7sQZEG3TըAaYdB:*h쮁2Aһ_=5tF7  M9HHQ9D;p9Yv=$یt gH3E=[Ԙ1Ox3iI9kik.I*a@2 p ˢ }g/UO{$D@#^: 3iE:oTW54eBKt;LO) 5FYQ JcAA_v8%}4mСJMv8LFEJۑ/Ŀ2_VD2 `;;Vi#Kj$i"Śџex-#ԑɑ4Ufp ٜ+]͗oaȈР#L6L T?^Y$FC`(vKT{N N%(}Lkoa쒜FX˨E=g;ggEڌrPwsZ挦[tn=XǛɓڮX|jG0.z\ߥ2W]T !* F{~ %XMl\xqv4ي s')*›!峱ƕ_oZ= m3}!hqe˴Xi5*8z PHɊi5d]YR[Y?dt.’G!zoV8L9&[KɎpT*jLjn$h(]4,$v=9%hsX@ ՗ kkǬ:< C"4BsHqR)_tR Cͫ`Fa8 An@ק9VbA;kDvnߥĸ&.C>pE#%;FHm#<>2*;;Vͅ=!L͸=\9aP%0nAԃR~PƈrKvӍ,d%PSD3*Y!7TUk= >Mbg*0_cg~d%ޱGqiO5/0R^FEOw @:^ +6{cU+∔LnVɔ0ضn P2vjDS/GzQ/!'p|Jy/9/\Qm\HZ"㤧x`f48)99;+q bh:8hJȃeFs1;筇ww>ۡm?EVhrtGP2.k1Ʌ-',Kgkrۂ$0.kbuu6: K֞! ɎA.Xqj5.Mg욫سm-w[ dGxB}d s.5e(%ŗ~ ˸1QHVA,uwĠ߇ =GO* Фcp"e-$Qqt"쎞 DLHâG.ጜ4kYSAtDž@!"i241k|xy`Klf^h;\p!\+ HrhmM9:1ħ Fr ڃ-?qkK8\iP9#W{c; ^ƘE# !ׯka,=j.Ƭ"@ṋfEga!Rb[*YVP.a!7f/j߁L W34:y$l$" (-"~<0M/j[(wёMՙV!+tsN[G~9,&?":+r*A$F!OʛQ^k>~HxS E?k~.m yyQl{]ûnZ/&IWB}Z?C*:pzs*xގf4=:v3ӹfUIW\hIxxx6n5YR{B^ǽX)ƃ$h? S1B-<@S3\̄{D9 9_IJ wO6 y,{X`7nćy=ƔM:p,Q-U0C* br!s*U odBv{ 蔪V>s[ ȓ¾ ua=^"L?5B<5%߿@$"0Hj ѕ55A0o:/5VA  'k?\~Y6{;DCԒ,r4Ay5(Yt(&i*:hQ'~fʗ?l5$VS(%ĿqR&ym(a&iv=s韝M~; isK9?'UXRJfIzdBGb^:C6io_-\sf)%iSMbiCAu&&8[`% \xGrM>А`[&n'h$)5< Zr _یCj4VyUbmTr\ im=Q;#ܚOwؐ0'E]֤l1hѲp+ndT␻.cK) #,US6Wj 2MD砥po'T81A ĒxcMTf։I;Ze1`!b@RP kIV@mCk+RPd+DcYw 1: O]K|mBA paqx*&J#Km(ϱn(K9w]peK'bDiĺhl}AtYK!}5$/ hqk~}?wԒ ߲wJjWE`ޭKfiFEX?*yl1{4m5uةx^9E%"ZNC9s)ΆiMiu|gs[W(zAK+w }fVe j XҪ!y2/IԝMr=آ9"P#l A&ּ, Ůf4lWC,saն9^HA CdG8YfP*wv;13%sWoS"ѝZ+Dɲfg$LDi/zn 4ycD`}20J~ Q8˂qw2R&U7 Q fdnA{dfH(`9v>5Z۱co ']$P[u,OWm (ZRPo\SJVZ{7+ފR4ݭsW PM=NmFF;5+[lN% 3!f^.֪j :u +SKl)K34SO4X."KhF-D#<@  yc1Y-wȍ"yNgzl\!| iZ.9lSҴ2-=_l8}WxsNrb?aܼ8@Ք.:u։%[kPP}rHFa``ɂ*@g d /G Γ\ !'Z+Զ"{_r{摪ĵt!p2Îg>D{)8i[z'CHq 뽩f㩃!ى~Ix5ฟps.\g86K9 CĠH=}ٺ"xn\RYQ+?2~й9.sRj:1C^(F[kľ~Pp(L7]I45m2q)thNn |!1^xBd *?`3a"P X:(DlY0?ylQٵVfFf5DQ;ҭ黜6mO;q=G2*ϿgNTptD dL!RCzM"gb\1w ꕕFfh;w` -^Z1;]J0\Z%փ=\k$˭xnpNqxց8x0\1G8+pȼS&)/Q|8W~< ~DD_P3vP`M*bږY|0y=hVsHe=h ȭom'[KJJc&̢)Zl<>WeHSeaoYe`:*!)zp %ؖsҺNs# Ix墚[r!qӮM+ d[ ؿxwgl7ZI1CIC}T!ЯafaяPzˬqfmH@o"kF6ϓ ;W!ZjZ^3SrH)"jl?{j}ysОm6t9G`ND<Gݞ`2dqvbTW}7%hRp\_|U&:;ayfR18GF+%DlXEF^vqY i0eʮJF۷tc潚ZL3|L1c &0IA\b`88혼s+X QwP<"d&sC(7lۑ;W7t8ʮi S&)0'Y' ޴1@_k~S֊GtxٙL,Qot+)=gU鄋ej')5E䠠0 ǓsRX{̈Z"!agEmCbz*63Fp6\V {bĖ;Ά(t\n|fQ& Af)N,޾a_? 3f&iѨYh 8P؅g)9J4@wr|vud0Hz^?pXʴd)#I1nt;N=Di%}ۏY Ǐz۵z#}ioI/@SI$a᧨ۣt>^zMr8`7^Wݳ|Z2HK<8eRNTFJjjHԳgk6 0;XS*UAcnU&nM>=$y@_ %DCPϻAQ|jxLo 1^*[)L TD&Tx?ŬW\׸U}؉,us]rE[f$ >dB,k/+l٠o'\8N-l -چ\AP"a/S)|tGq>G %M2ef/I+fI 斿Hx6mR0DDR:Z/tfBdVې`Kd)]_ -҈ =Na ըQm8҄ѕyjK6b(éf fd.2pm,O?ݵ'BZj%lzER':e9qAiyG<NG'%_v):X5#GH~e*Yt})pԒn_g81izpK_M៍U=@9D 6ci @9y&onXS"nt..˶iURR)+)rTqN=bzW0f*`+.yujZn_aU!uZpw{0blH@lWҺՔ<`fA (dJd,Iǫ0CzkaEJP+nAֵ[Yۍ徔^DL?ITMN qIp&fqWXF:s[|*UN S.Q.wWK]|U09-OFoШyH|]D\@plG\'KziQa9 C\C|P\ɐw[e ^mҎS7XLh͟E)bO-`A">|r>`y=ϙ2ى!˜鎃^rqk&d7%jufym)#%}B7FaZ FR@/3zmi,, ߁Q]It$ʫ]u:Q^Dy-<ۏM s7uy{闝yXZ (N#|i?`x;ƏM [ HߞL:cy3MYv'M$r1~}%HkOjG"iN>Bs74q_7Drbs2?+wCzN'ЦͺY FB ]}D:`~z^]^[,(A-*${*=6yL@asACb7پC"{2XA\N{T$ ~DE~|(T&IC5'l^ܾ'/|y*|Jve ύԣR"5Q7'NS0kT LD@F *l6yxKsyy0$|q-])\ܑgL<|+ogM+Y#U^ҖZ{O(Vyb@e5V{>:Ѳ9wPi2]TXIN^wf\ C4Ԛwo]՜ O{eCWu"_{GѶuZh]aJ*P!$øq|n%8]&hL_fl"gk?lGG*]M}:1Q*7/ԍ3@IEޏ5M?:&а?+`O0 -H%C%5T3a`ND :o(i?F*=΄ aR3$#ӗ)k`*&)aIl4n5L|?YWO$grԓ~OK@OTUl"&5^(P *nVkJcgi6zI)b87;w]])D4Lh}tz#/?eid8o;fNe1 w+bb`T$&EhGvRhVbd5/6.B8"f!75RRkQ,[ E$zPtWp>|Ώ&<\' U*.P;eLkTZ{.xv H6,Y)r~0^>-)t@x2?~h*rd(ɸtl 1x;@5Ì9QxRߐ$9cz >s)=GŮnDgj&zc:b<]_0"/!&֯FСDgzJDVgeFnMjTbٰ7'cx$oբӅ70[X_F.g[ij<}9F 7!w_A+V5qpuvIЬL\)#jV!){[cCS8/\.>QVDVߚ h`t)~S0 Ptbd꙯TCO=j:oF6B[DW,״ӻ~M{'VI b9z&a{#x0bþ;u+5iBslsJ5RIP SL1!u/@8ծytN=Alj*Wks2!D8Xú&ؚĢ`6EDyܴoBǟm9W^QpH t z|5hle vmTPS$z@pUErOd~(0%U U\w-4&„j3=XBUCWlttQY&hd,OWCټc) R֟(؅Iyd`_I,ښL]Eu>MN$p x|(B - ҩᑌh(a߷ $@ {<ۺrqiIͬ)>rNߚ%T8L V7^0dUh3~=Y~~<81aJFBq  ZN_%BT-lf|a~Z1׍G&PVqd/vЌ=/؉nu"1=J&꜔RF AIu=~Hí:o/% Gށ@;oV5rsL5>z#$hN&R/c@F:LH:$7![TY)Z1 WTF@>"^d.;xO0zJ {52]~oۮ0׌" W~M\wܴJ`ɺA2Dd@oWmͅ品>qWK>;p޹ 'W:UzC/ 7.Uۡx?|^EͶ[i+LYEmOCoY75d0DiM'Hlv}6=MH&܏ah$<# "k1@foqe,OU2 viYj}V ZvO $$T ׮̈z!+3@H wu+WÐ\&miϺ~Yv-\$̪&&x1?G([㇖tU |Ӥ3ѩEiA$KazB' s*G \e.fjz/=Z k>\!ET&痀LN=X{o+AѾZHzXka?R#y|y D=!? `da˾K AB -h&ڨ)[w\Uq F6 5!m'ZYXH]qyZ?sCEB|C>k7(u^<ĵ;GhJ0be ǒ~a}(CSXp"%k ?N@NZiLF%!?T^5Z\]&옅xvx=KИhVK^Y.i yv=G\kCi{dx,]WȟUK1X**Fh-niUA)f,#cX>Z1} Ǜ|EVaevN230QK#5ykf Z8)nFlH9[%v&͏ºX1A 4}x%^Qz ֦q1a\gN]e=_Q& p90;~i#DNL:;@s_?-48@OPaȻ(ZnY֑RI*=Lw[ Ǹ|&% RcW&bF+ bUGUcKb/F jT5ߞ́ԆGP7bCi&3סWg`hEYR܇wrunһofIB2k/70QJBAA@B<HOI, #GFVk~DҐCĐj7~>м{ 4n^h{KŌF΂N 7u]4i[*⽲T+{+Sn ~F#Q{gƈa 噌| ;~-1!˽ EJY׼oW\J'tK&e=w@SQcZǘ5~# c\X':MUcuhAP78'vQYWjT>zbL&m{e0yG 0hOU8" YcC/#l*ź}\%ֱ7޵#lbạCƺ؆$mdw8%urKDב/nT#/.a7fԣ~V-EPhr_}[gs( ½s*E^"t[o, ӋxMo"=# Ow}.7t"hmzs:YXħ.`2|e#[=d@"w䱩d7c2! m͔G:` -?N ?۱m> LlN:'E8굿sD宙_[W*ϣ$^8 .i__oDہMfxĢ+;A( n1kj>Rfz}*lZټoz`{vXxG[Y[wbs9m^UnDEmh^BlLܹW"J8+o_X4![FqvP?D1%k`")4H\8ByPO )E~9 g$`Q7tW%B>-\E^oixd:Mo(8eSv̵Xh{:4}Р4`d(2\HxEG1\Z֡!܋ L;CWӖг}! n~,Vt ➑zp'^,kt$F:ֳGgAFPr[ݮAta݆؋\_bn_o٘-/+ڸAmVL;lV$o3CUe5Ahc "6!.eq9=[HJCyASg1!"UEa필%f*[yا\vQ(d,32la#|Q9;ijP )db7 *{z&m_Ky93`R(<44vc7w.Aȝf.$oCkgg>@^y[ u<4:z/J .<vN_TW!CY+s?%ە'7DΝ&μf-cj<im/9TS%dzY8z8z+`]!}!`u(C"_yK^% :7ҲaA=݈o;WFEFوǽgC"=:>ζbUʦRkWra]|> ?ai[E.4sFRįZwn47j$u@1"%68,yqKn%qƻcpJHdr.%!7<44ݥsKP?8|L? 9$fu$Leҍ"C\_Co+u-',FVl{jVdRn,:}ɡ^ .z :^Sk3D>9{ʁY"JcB,Zt,Tl˙<ȚY<'\N}Mӡi-1@uKKSS5K8 >+H_ժ l듦l?1II, ϛeHj-IjC  XێLOy|h,}sӻ Ead8CD@7C1ZvWM!e'sa=^F5Qaw,5aENlP_;Tl3}o(rAXBv^YqN\!cdEcT8j vrcDW!}7bWľ^ Tu(ӍDH%[=+[-Ne:~p-;tY,Dwu緙A;rsG JpoEj&$ҋ!N:N||R,U\,(5l (n{!=}sNZ@^$ei0ǎo4dS_ӂ8<."-=4Dr}TAAKyn_\VऺOyΕD@ %70n%{1􎪺>C(|R.[2) \͑N~,I^@wipV*2)R? 29ҷs檋TI,> =1}I0kF~1;$*YA)&5f`* t fbo8E %?=0^t3-w6Ȅ)-|ecrʟ+0k3jnfc)R7WwSɰXe%- D#6-G' ]F;m\K& y*T{c.IYT_SkI:B/ɧ8w9O!n@j< n=}fy]*VcW=ϨxUa޼ϝ\[LlsJmP@fxG:䰃1~:nzz*`* piPDiqz\h/g?:'aD> Tav+z 6ZNKx|OiomyYE ? ~>aLң맠_ѱ [R}eiۨ [fߍmAV}L<&/,0 -M|l9Ǡ\ĦjkZB܊D6~zbvxdR OgBϲݨIhOmUzHaKQ*9xj9 ms2,ќv^ێl= y-ep`$L, >d&3zzz©9)cb!$Q04C::V6Kghw*XbTrYLw0ͅӒ[uGMe=_)r>@=}H, ԉ.B^w/&C7ȜIemJp͋ 0@LW~{j/IJ7p!MfKOə&5Ye@?[OB7pHƗEq@񇎴7JAi'1,QO/Ȏ0w+URoC؊, VLT6:r~P}S吒%I]X"LM}AYVUѢ/Mlή5Z_g\p圈7ŕo Q_Ĵm*+4sZv xѧ{`:6#e>~fWC\̋љT4ېN7P8ɫyԯs@c@@Fg.\vX\yv@۰-g9*Ez#!"sa1W hwhδ*q;pxJܢ6:G&d̦.m|^dM00j'ahJI#6 #@JxSBj!VmyFsñȪ%F?5u֎{-)e/@}ҁ2ER{>KHB6b9OvXWzYG^= -qQQ0\ Ht.Ria6n$mM /e=-¨ͻЇ@ h/`l:b7/* yK6?>t>saj>\\ޫJc/'S l6mW ֦X]άT'hdI+\-|]JY 3ys ԅfx/Ԕ4l0YR0;V2G̼;FdxbA8E=:KAJk}Go@^7^S`쳥3qo?{/ɶ+|ҫ@PFևgSYC)2!S#۹MEʹc!B`T.11blN"Υ ƌ@GWAX# j"ia2 gRf.6o8oU8_Y'#Ƿ9ϮmUNdWuQlP"4o% (Ur-B8a P=ܡ3\RRMt{,Ua,E[Sv{11I:1Xm5opH",kwDn1{dlMD5tN.Ґ:?vP,$lY݋|jųh Lns+?f ~i1TU6RX,gi!E?NQ[!+6 G2oe8[=^ X\+#UcaN͊v.vQWҰ F$bԞ5ٿ9$3MF[%i6&zH+% l,`ޓb̢ܱ.gv3ƹ߬&$>pGw&I x_gWqx~+:9ǸLlŸ=`P$;Uwɘ7+BlgA6KBBclRnErŌDίJN'yɺaDkߔʰNNrGdm 9( a LƄP3}-F[',|Q;vy"zc  {="~T_fXRu.SΣXP'.D' 8:nu Y<܀Bf%cVWuDCmqp ZR3ڛ@PRBYDRRhIջ %V)$ߕ?b lB78D՗BwEg7lyc5\)h6,O nj}g?J7ڭs ࡢ_8y"IBg h1 fbR8kp ~pˆ|@պ=y(\-SbIT&d nЛb|^ƃ4,H:I?2{ޑ%`b"yӠ@T1Zo[V0eאnLe.U?K\3TTlE1 #Vbԩ&E7Ut GTs<{8]ԗF q]r"\ uѽ XNEܩLyh i.(v|xvOd=չV+NVZm"AaT!-*u!la 7Q0 PZ -P#tIJe}IZ:4Td-v!$obOr)K@^?a?0kam#^c3dC('Q_ 5;3T #xo6dq^?;>E<2$vs 8{Ϯk@SҰGIK6JZIgUtiڻH8{ɑJJژ.4 tmLNr :{v?c; y#Ma*pPoD}ǼP)V,476Cx-M[*~tSd0'9zLE$ wa$6,՚ 9k.CKkasdRZUYJs5wh8N5mT ZOD&pcΌ9 d㰐E4M'G?Eàά6y],V 3p3t`aTOrǪvĈDǢ8pR֦Xzi-b]x!+!v+._ ;W Ń[ r$0vo8N(8C*"*A$Ⰹ s |,YaH!6Kz9Ŕ@Ƞf/95Ɗ+UŌ}=wH^yp9$`I>,lL;яJwٴϪӧ).- Yq9mGuև]sF@4U5Fŏ߿7dge#P6?@JMa\hbۓ-Sy2u\_iIpc RB!z\b1h9,R3X?_>I>H܀-ڹPˆbI/ jߛb90 |`aηSc>@B [nɪ&%+![ ,uE.y:G6X$ܡIٸ?M՚rmPLQ증xЙbs~ܰ=|MV:2Lղ,ҬIgģV&( ^)bOf F$&M[yy{IqKLd?W4gAY8]GL`CW;nڬֈqqb;)+EvxFK%|=6'O};i[jvˮt"rwmA+ C"GmDYJ4\pb=İ:ǾTJ؛Ot'z7RGPDr#BdcNJ޶XPm)M4lwn9妥t_Wɨ2O}:5+K8΅Jt8 )͚~oobJ'9T e O^6b̨IeB7aP[/nd<_d^wƓd/`ޙI@e)j32&,OƮ7R,&."]4 ̟CA,VOFa%Xb+踙W_sư n[QѬInXh0j77[XICmԄsP`_i{#d塴th#e|ziC ko-T߿=s+t;7WɒZ@Dc`4DϨw;O;j=B .%6ѩT k" xOԤyI条Mg99쯊?yKh2=lGB`d b1~s yH`=L|@pIe*\AK~(^"xYU͆dFh G-U=U%dt(|>.Egm8 BRNSm*! %(%.e yZ7&`I..]6KNu~ ҴA ٦:2QYf ڜmR&uxP|Mj6*KfufG4 tʪjh=̅'v`gMx0V)P -4eFȂ\(o9^9z>I I=W„y[L{S;T<":z@Ⱦzj}kb{C'CF@LzɝUV}EVjaZ,t  \P@ l.?m>E| L+RO- CJWvPHg|p%5 -ogo_;H,?~˚w{@^I:711HLttAŝD|!i`= ]+E*y>{8 i`7J]id+T[ꨛo 7l(-$EF)lߓ`12rY5KH;_yxI{"o:|^e !W=wppu.un< 7< Nct{ bOo+\OΙ&RȝdCOn燢BJ]gl*1q3uA l'}ůT{]rBe=];%M0fxi=զvy{o(?_/gS!{O<#fdO,ho(ᜲX~~̳?p-1YS/k_sʉKeUL7/GT?#;RvfHv/zf~Eyr:jG>肊ۨ}F)56yu&•+ ='e22AL'P*[ѻ |M5u҅U ԃE0<_=O)Ot_ZH-vke;t?u 6N3B :)Wz GgIS=Ujd]OSVG+%/KЉ4E$Ǐ a |F}b1[YeV->$a.C:S4 W_i~&wl*'"@7c+ =参Ʒp/]^\~َI}r%ӉᜏP'U֢o` G" ܫOq7sĿxXγ@SFEEmYݣHўFq^0Prx L8"9r#q8yH52"Sy# "Iv. y4/OСGݡHǣG̠i)v 3U7?5ȧ߉>ZcșĨ<&ɿ!L3PWah95iFxpNk={ `H}#rt 7[vyig+; ܙF;NpE E뚚kR\%AxVv uA)PJUaJcwAF˸)6no=={*>@ҮۺJAV|5ImZ!T\S@)Js:N ^I[Bwp$R0N1U4"DkYxхwTĘoqFš>N jѳ7@_Cq{eR) >'=,\n"O6<*]!znD:p .Cle:d i\3 {I8ʮuqI`T VrrU_a49%ġ`u#-iY@ڭпoC4{ʁ{b 5zK;1ЍJLGhF . +:ehZ' 1uk譤]NѭkH2<[R"1Ɖcn|׮oeߚ@C%jIx'jRC|̠bR $9!iPGT;zaL2L@%9b D= bzRTd, Y?σgh-YGG47g6FqoLQ9-F?eBDRXAQN ;ԍyXc ﮬ,5ytJ߿vyG/ٜ8p@?F-: ^eA]qE>1R!t5c(@b!ƌQj N>eGѵ9Z 7F^ SN9%@W\  oF|MV,VWLCӼV%ns1 w)SD6f/5"h41uvN:pwB7R dD9ӧȰQ1/:Q}=>@HCݫHў,&́qDvg2mJJ'睍$11qf S=y)rB`G'^0( j?!-W_sqj $b,cG|$JVbjAΛ\c)&0B΅3pL ,3,z<wr8^ۭ|bb_}w\".-$使{]͎ @.9%nVX^ũn΍˭M=Y,CDi6j#2"+= $KeI]4V$-FI3})lhXN"߮1!!ܡ7AMjh_%U yq;ϓV;{)=WfSo>pn {=A^}\ !cS\Qׇ'{(lN<ȿ :["td"52N^, y Ӎ)Grj6Np(2@g Hlny/jm=$)V kVxXb5`w1_P(S0Eќ룠-V(}7YP]QIHsb B}!~ytu?ƍGkqgXqhA|+ <$$}͡)"%E|j|6W<00Х 3b@ OB.7,L$`i)A"s Q ;9͝"?] %XGyTE@cx'm.}>ZJm"0e]ˠ\T !Fr/%D9̱YMyp{wQ:Tmci-X6^mN`kT 061C?v5SCήY *N 6Eh)n%&}۟/9@>*?&m6J#:`V?6ث9~EO'\T;9$ Qwۿ{Qܙ`e'|0w(0 . kn19wASHʘ=X+My/BqWM=?m}=ƹ܆0T䅍RF+Xf   )T?yE[3 ]rԠNh[ޫR do/EGQEw r2͕`ldΪ zb"2"[PjRg I_(E ̛4r|:k]~x^V0$<ˇh ?".V[w, B|S5djNx o,-YDЀ w۝)]lcKIϠOqopx`ќWI~rbf>5X*\Txۨ#-/[|PkxU[5ilʟN5cus8qh?O > `AGf`H>A\!e5.WN޵f_ v%%rW.Q*W\l82iVCG t-ѹF0dgg?]Ll,-&l$V0H[;˅^z ;a8d]]̨c>R)*ZqaiM0=AHNEڏeA 8G`=lJ=4-S&bc+=Xd"3M ?V_B~5omB+1`}-&QŹFRKfhzmi9Ũ+3e(mӗtBoFApPN4|6Y+1u>o#5O"U}{1$Rz7OhK!='"B )"֒9"}h+<1DXPF|5i֘H1 ܰz v=cwj<6xw\Fk r1N/z .>mS@^+Ig"DdoQ,Թ XK}|GVDcqUe~IJ-J_aK`5+qZʗJn:ݣ'tJ  LgdjֈNi&4?]Xҽǁ*b#7߿YE4Ui&K|"وxœ1ᮯWr~,g_Y/vWj 1>"סa7I0[fpa˸ZE|,մu( 'e2TL*BDW8WJ'\ _xJ û+i9;}, W¨a=vhO`̑N5Ht<|#g]$=ΥR愖Rl^B<_P2$o*S:Lk?w/.T% #xb0*91.D]˧>]$}HzemqG/qQ֭n_s/0S5 -495^MVr8sMolꐔm9Mf'd R>7'hF]}< 6/NE 5# nlګ#KvnxUKrL2K- Ir(Ҫ@!tsdio(;%i_ly] LiU+_jjPB/HRDhTA=GFgH*|hx/w_ўm 4]*MV}`uig>kh8(N!4P9h u_J =~桩]G+ZfpxrCV~g6 <(>l댰BjpdƇcvŘSca񊀾pC2 krX񾱫6ka+ knnƝŕn:syԡms:-'"[By纔 3IG]|ZK^1Bp3r˗{Jw_NwzTu?Ar h:Q{"OᛋӾܑ̿Or++ iS3u />w*̂!*? GH (\7{}"Р!$ 8Μ ޖ@E,,n=>(~k TD.օK\c-5o+!r\PH~;lԉs7PU_cAe)| LX@8fܤ*p۞8錕87ӻImUkU@}w#Tg'?˔v_uLT$n bIt9t'2Eq mûk \pEOȋz&g +]aNV6c~]\wR&b-eXibkQL|5n.p$8z}&odYuZT:0E>Ix/[^9pE[݄K<^2tLSJ3>56.ާ*m ʃ~MOn(0Bg.~gpCV6*y3qmoKV,>ћ]I$(8䢶ZٛG<҇9:1HN!lH'f[4ډIҐlP7B":1lpj: -ݘ֌IJ3/ l7\`{.yAǹgٟ/ 12q XdqbX"OS;*DV]߹06/V\}Xi1޲_sk&N~|Tpc~fUL_Ba!"CCi#" ,s)7fC}y<<-V үLUC'`O]Ґ¸P!+(ViKb{Hyg (zK(9wDIW坓NѪmᥧO q`͇J{ˑERf.B؂+z1*ڔ-ga`͕g%76W .L Oaod1zo;*Etǧ c,OP̹NEŒ0x iØ+jMlwnYGl u?X40.: TIW);C/$,#c./Ya,ڷTZle)2jrB&@.w0b7HAXpVQLQI-AQty)ۭvPqo֤Ib_ȬRIq\h# P'a囕7g4 cԙWTkrh"@ftʝ\h۸VjL.KKoJ+Fc5-k{Ӄ |RtW>~ʝW["EI5|115Fɓ{$ɥm89NOcap{5v>B˥8gLGB+4{腔hi0C8ӗc#DA[D;2wp[ .hmyP^9=&ƣ.οhP$QC-"%&  [j/0o7'dgcd/_֟_BT Շ"c$MLJGǵڪ'ryIDdo~8fSm $|]{offBDU2Z6pU7&;^zH6cXsFmP`%YX37ș]!꛾^SzRj9z+;uWg5DJܥ@{b6 ׏ ~|&ƲLz%0SQWd@<'<&.K#?5_ܯˉu} ^lFPpO#cܥsMJ~uEXJrEB`yW9h$4Zy`BDT"ή${y h9@S"o`S Zn}"Dۑu|(7>~Fؠ*tQ2m#HBrzNv*iyuհ4l7"7DR\oKG(.pX0[7']{xX6s@(+3΀TR2;orF],ZϭG| {8"/PҴ>$˱Fa󑅩me2Wͦv5KCX竉<yFdcˍ>*"Iu5t," Mg|̙%<0r}31,9mc*dMk|ˡSHo'u$Ξ?l QE wжNɍ1'ˆRE)N/S[A:&CiQtm;[΄e A pdzOD?['=zj>ޡRvu\އ!F6_.7Q{aBrZg3 B[](T6 ֒t4ԅml(!(TENpϴsp3Py`I2oQNa^1֩ yH%f噈Mx'.>.Vҗ"H?`Vth"dp%n4^ "A}/-r]>ea4Qk`]P`3Tf[ ~ٲ7}9Rg҈:H G hZ<[ʂ֩Z͡?ݩ`öq! 8,˥v|YTmL ˗?I%߭}KR$Eb#l~Any^}Sӊ5NU~x-/ky`F MԂcW"|YA]H5./@d>E ]w8gdFudOPEEtq^'0Μl4:7H܊ɧ/zq̊& ?VWE~0=ǻ}Tf k%k1*IJ7.RLY4IV6ܶv}nL|"P sN2TN-{]ZJGM)C)(ztxĵa)HNYL?w'Vp$\Y2`05ZE-s*5o(3 [detD9thb%4@%KXD۹xz0g!*:wA$@.%`@q#}CH2o!e#<+yetTŹj6-/RB5<7Gc o6d)Mj >77y{/ :Ӧ=*P}ñyAf2{ɛR:.Mt >,>pםZ ?|KшDüƳ5z ^a+>Nݎ۸OR7K,? 0`A5ꈊF-Lmn׳ E'h хz>? z<)2w$~UR 1։Fd^ZrWH2fcx0!DrQRVȔ~*9ծMl?ѣ e euM2BdemG4FI9Cua|HЎ.Ji3jїv]z}}˘j#rk I6oI>- %݌ĺQtzP\wzQCIG޳MQ/Ã4ƨ4h_K_: KQSO#?&jx7mLrt|.mGer[G4` r2-'%mdbb'ܫ ,D}+Лf~Lȣ[?%(L><^$#}?шb<bj>:e"iJ `eQ1jYJjY=_/ c 0'lé71tzBj07ˀpIdyF`v/=³,ĺܟpMQkXO47;HC~pHvrget>6@KU]R84EOG# (')s|Q7ćBdOL{|b5Ս)n4wFL ]stK,;?,U?ޅM@v%=k3dَgƁ=}BO`b7%Rܺpsm(Z%L7͗O\a,doV]o #fABPai?H,ܘ9Q`P6+` CT&Gdm!ۼFQ172i[ddp1*3R̰&.k[{| +NI!P-)ts \ϐհ@Pe5kEd!=Gq`;ɟIIV $$^iVbJ |mGnN4%xD4{>_W \ajLZ?9HbD0WՎt8$IDpjTPJu5lMI>?gnqZ)Rt( =;3/ #!tνgw*ʬj7̄#LZ(>LgbDžf ĕǒ?ܯhTVz:-JqҤP֕:Ag>tɿyj A7dE4Na|~ҳ6P?՘> o;>b~Z2 VV/̧ 7(Ѥ(?VJ_rH2)T nà5be:ÓtRC*^Tˢ[K(CݕjbUP5" ]/] l gd$:R|F/C0dbc+?D 쳢h07sY|LQ(+FYzZ V] 2JYZ'FNhl Y:An|(zE0 A=(o%^8f˸:r\~* O 4`C,.)FLsV <ܔpYw) ݝ;5(cIC^^3t /\1Js! cQ1 "HHwE̵ z(R (l$?'VW5:/~PzQI"30͞W l+[~l]X@MM}e1ū|vLM?U8h=0kch;toB3j>iQ1Z _}y^o=#TLUVj(H>"w}ǡߩL !yI06kmw W+^|cE;YW-]]8/= c'HϖߕrQ(;8j{wk:Y[JV;%N3aa7UrCgA0~Xݦ7&Y/ܸ- Hw\G>0Q& x^~?H"KE$/pޒۘe1v{+,< b2\LD_D=Le}%g"_kGa)6?<3_j|sKDi9( u -}KXR Ven/ncD\ A`- Sp80M㨍10#Q5'z-^Tߓ`eY2CV&$%ߨ|U7Nׅїm 1#i=2g-k ';pBiaһ˚}okâ[cWDۇF.}}xiG9/"i{c"$_3T|z*eɟkLvޟUWCÌэG2\ ΀@A0hrj>O쌎\G鿃uU5q9`m&󴷓+1=4~ ZhΈ;L댗ݘ_izꄕcgF_F]bCvq!jX7}y"{ faYFjs ~pwZմ]컽,FWhvݑ.mߌ6W48뻔Y{xUm giǛb>GO&xJVJoiPn ܒYsAbl -b5ÙQ#b>d(!~q&[eg2aYa? R[)&ifF"=mJQӳ'͛7Uu6(oɰ%@R~JzgTUhS$m<<dFo9x |p<=pٽN;S6ZD΂2w̫x1OrH~SE%"Rɲf(_7CnyH=|n ue酪Hx1,GXbt]d!};ZVQ~{<6 k<3ШPDX)sL4k ha>$W*!ѐ4HD|Yp:S6[5+aM%eynWH5yRF딸]9r%,mB߷Ko.Ezu^nEiMA!-۾p@ zR=Q P!"%:Wv"+"+'b}@ c` [${o R ?) 7gV}QZ RCp:·m(!-#C Ԓ5bI/UK)- hQW.7o\0YNMkbg3$ڽ2ܼW'36/s>ڨ_w1pe_ZgrR$}'pWgOD}I Bm>V7C_ul5L]L){M%}FĬJctbq셴< EAP>{{曋ܪc*rڔxOiԟO17cb^ǿl+W]wHC5N#cd΢֓NQDCYEY6fjxpfx-md3 a~AN$4Hz UٯyUy.wԗ?Otޜ>ok~^ba7c`RY1mYs̆!rmh@M b g2ƿZ[~H9e'Nr QM{ܤ9n&K }NfaPGV4ȷUhI 'I/1FYɎ$dh:J eO76`rIHˆ+EO<41xG_uj?Kݤ1Vض'-' xň P+HiS=73"m>y!S[L|;'"]^]oyD$V^ضe"2á܀a&r!GXu):nLx/d:˨bC T ON1<95<2.L 95f#hlf@8[򾺃.#|t?œ|k ~뤩A& ]NdW %ySONVH_dؾL i*PGvUCKFZ:_ڬuuXasG9w'cH&hZt 8бskm%=I}}oL}MȐzs2N=?S~š'+)(,_pX2WuXEqlDCj"mob1'Jql7WȚʕScu E",ੴz2`pOuʫbrֈƶ()6^XѭKmtV(LG&# 2^nJJ4@AH#G:XcOvрsV_:EEBðlU1JMc %q5Yf׻!iZ }x [(;[#2rXN M,0t^/{\YMF2kc;^a ĔE.Lk obuW:/{oԟ<]706hW[.蚋xPM%W\YMWuKuq6]k/SѝsJ/qyAã~VSuKY<1{;W S-.Е 7Mɩk@m ckmւvK o5h?kKE W:'ռ=2֘Q3V!hP[-QJ:Cl_ y«ٖ Bn6Ŀ+J,}컾+pM^Kø}o1o4eC<"%qzF"Pt= \}pw)%o?P6dh/eŚJ4Lt:'s~7c>;rx&J KA+0^B2UaeHSdmX<$wZgQ ֞sA?=@, <'U>Qn 8i``Bk_##~X6RO"'S_^?`cZ.% :) 3Ҍf[ vփp =D RA(#[\?Xw)3Hw".:SӑK^Y*b2֟ :/И2.p ;"XW|WqX`w:7 UGSvޯ)Nlbg.2_oWth;+Ų~1;$cGO& zٸIw"v?֐J#LXKF2,T,[*#Gb^!ixsxmGt= P{LQꑈ;A%\0L;]L&)0:Yiz}vnq -k_u^EL'G-螻$h487w*0Ohb e|4ƊZ/]^ęnϗÅG(+/‚`9b +91^ekQu vN'3r3-iyִ[$EfMh[2nI-Km03 k&)&H߳Q]@rLKxrjk6'Mο H.h]:oZx%[1YM \B 5 U5(T$Bp:mŷ )>sB雹`\+d&sQA!˒[g(Smi^>)Jb` {`a> "9ka=/f727A*O4] >l|jqnp 鑗5B-P~ܞI;Ճf4p2=%/xߩnS%5ڄy1 {.l d.0N%߼$ pbVZ͞Lm|-P4>LwU|0؎Ǩ7hDqIhӔТjX ikg!$z,d Rig'S)!wVk8R[?Z-HSE[$vɗt {#mrEAVWy`2^8%=S5{[ t3PetJƀ>6^Bjh>N:_&0.rjȍ07INb灥QI,ϣ"0N!\ކ2Ȅ$r EB٬rAl=ZF/+=Z=,LQ!\,m5vՋ^/.ofAK M l_Z}e2(ikÓɻm]`/+zmxf i>bL( 8R܃dY=DlMdzee6T߁JAjVߓX#Pf6TV yT*Yo mĊb'őou8K5~'f3Fu忂m4D,A4 H0KW7QHgRv8ڪmr$; ES?qB?k[]${r5N-*c{3T %OXM+;J=*g/LwN&XZ\Ԝ `Z!ۊ2BF+\iǐ߲.9'WSA-w痝 `E^g@ܷWB؆U@񿀺#ho!MFvw zQ1e'p6> ukC}d]4*=lNK:NկJk斈zzxkPy";ۘx\^D^;9:8VE\P*h>xѥ#TzTE=m%3-\SzR0M1 gӰyEuXE;oo*h (*qDՖn}d]]d_]?ĖT&j-̪I߂aD\4|,-o}~@oCL/<5z9_Fk8Y07~RFxdR`  ))q1HCGu6Õ}\@C,Gqlڕf1d-Ky9 liXj @_}x?;USpȢ2Z3||Ho_n3ؠeψr1WÜڤ,Sv?V "9^8%顺GT܏;̱ , sm?x09fG9*-Ņp"yM4u1t .DIhmVkS$31[Lh@ HqfuƈHУm7IkΜ߈kDxK;67L;rcƄkuv,"z82gK`P%AEN^JqWV18zgڙ$,G=C7+%<0 E6hZy teoiϯHuIՓƁQmM9i9~hmݻpr|m+%k=u aYHi.F{? Hbh\VO gɾ 6z1*-jpxCHXj; L*\_{)ZAEDW֪碦$GG0R/fbh<*H/fozb*Vʕ}D`b`RͰp kf%$5kTZ}DBnY`oM:oc*dWfIIn" hj֥xbawQap{pϝy1\r`ZKƗo\&,ٛA#\>( [i *f]]槙0U4زl8H\|F |/7)r " \U Uymu qr.u5ujA2[a22[6vA][ž:Q.R~Yo##&t޹~om]ߡ,1d8pTO( R ܣlʍ·5]tߎulC 5CY7$ѫ}N}K;,^G6f+Yz8bt,\o(|B :D4LW;^i^yy\b;9oC2n'U60 +x;C 8VFG'ԅonPjiy7X%T£RbkbמFyoTP5$j%s_d:Un5jt4wζxlxiγS#-Y&ߖcPgNp$^вn.1n>wpb<T'K]D{k)`@tH6{} ;ʷvE33.0Kz\ e:QMtH[[(~s*FH?ugn$ ԛќïџWF!؜] MЗ| 4#<3cq (eT }PQ̝KhH6zpǼTE []𬦪&?~OqD /N9JDe=\)?I4zxΠ"ձ(#*4%2_3'dZ h4ן4RtU{)uD.-] ʅX) e-UXᱭŝPrM1/ZT Lל>YF^~wǔci+cx}›Q1T7"1cL LM?U=oKFfDv:\ Yn=}#"s^ĎS7rH iĘoj2 |CHruƛ4./i]/LHU[Qz[~ceI Ce9#Dě+:%{<;]g% PM,& I?2ǃ4)+sJ#Uf.~3jqcbyJ? laeI{=9aP|yf,)u@{C4DT#\Cr5r>mtdHH̊'](AG9!E+ziQ1 mK L#틅ʼ 7g$kIzUtF;yvփ"{퐹BH)O{k{W6O ݧ_Qd3r+ޏ՝~ک\`mo͹'+]n!9N'Wڻ8'4_ϼPpG1>9-BMRU3>?,M$)hBO{qPL 9Qe6m5NyʋHUb8#'7 |LNgw&ԂA#<Έڂ޸k%.+R6'iiߊ"=B;23JT -fMde@NfoCT=^;Xn}maOJ>U9׏K*RZq0C_g3z쁂HbIֲɂ]J1/X3ZkhSN\&rXU˓ a*pk!cr)~zkDvVwZdn<@iБsp9ms|%27ɝ!QJMx-wx(UCGY!֣{b>:^>*F힎9WDR}A& - qj#Nf)MR{oD=k~P5I{y[Mʃ6wa _w(”P\+:kTXBDM CχH6-T}]  A~!HwoR$!\G;'O#G!~~|[E勾.ٖs_ EZ/>nIlhw?8X$H\3`?1\`s^tn".BnttQ7Ƿ#铿8QIo5 4ce6qs@L8H9.'K 4ޡ8 y?8=9=(Cy;SϹ[&ecIG>N_I#jJ5FLmU׳كc`Q"8p7_ᰊ΄9l (siJgj9ꔷ!VA!ʽߪPԂ4/t-Ժ΍{e &=:+ˠmNk^'Ms׮n̅qa\4W~`ޔ}ϗq풴)˘O;1]RhӹNχEֹ{a$^rE)b½I"U{x_Rڋ,THKM9.%:3Z_܀ۋf 2|jX%ȓ??P;WkEhM zG]@[֦Zfd#\S]eo-1v!L]PKԧ8o @  lvnIJRڮy^^-W SuC=1-ZZrTwAkZHb-KHV5FMCb*טv#һI{) nB[[4_aI5&Kyѹ_b鯶duLkhA$V3O2n؇Nr>q <6)Tt'SM:\1K۪ Z? &Hi19X@< ӱ>r6?ײ89OKnlaY+D*p$0zh+ ڱu-hNloou)幥+]ejS6uxL RΩM̮֤K a&7;l?T% wFrwwuc,Y{Wn*ѐ!4$/<ɥé6Klv[лQ>4z0̧=X[ ?UUSdW+xnjM5>::c}Kw "8Y^"' m?-bUPQim.!GidR)TaƟc0D nUVGP͔eT2Sܴ!I ({إnل{$†gSa,wy6BxFP/ :m\oD'8{L~R斎 k<0':Ÿ6imF h|vchʙοML8ReV<bq |,A A2&bzwEbnx؆L+X2˴#>Q fs,qo 2B"v=#RuIf ];94Hu(^X@](vGS#\X|Ú7lը|Elk=^ܓ<:\ڸ_Ǝ;N$`z01Jy?::Rb\s- yV =}P x 3h"Ѝ)y\Py s[,d|0M$cl$'q#Xw&XT*f$H.tghAb(Ҟ-B!">"*E@|):puCVˀ̸0{FI_b,p54=AğSeej4}'' xC S\?2է,<f3vOA`spI9_FyM ZɲKr:zb¢C/V NTw[7ccF(U D:0QLfq5g/|-F.і[^+K%+ڬ'm `7f0G^0 e3B|l s9! ҶL enGפxWfwS 'u"C@a;T͞ȯ%1=^EBX{%[P۳H^^G;~%4pNex&(hzCfЏPA^*Iu Jg'`a5!"fWDAIv*X 3&Ui"7`(;: G_ LX}%H%"˕Xj%%>X6I{G ´[mKB#kRqmC$ƻSuOqA a(Xx#6fs0 0" GD|w\ykxL]5TqP5ǧSQφnŶƍRX>Y$"YWﯦ5DITG?SsH6aU4 򟘀V})[KRN 3ҥ|vC! ^n05Z!q=%{74Й52;UZWMTxe+F~- {ǵR⮡; .eMiRs•~acJ:fiF_x}i|3e-*` /@ KNMJ*z:Y3tf Qx_c\:Z?h JH3 m_lj-xJ&H:$-b G vI@BAvv)\ %L0L¸=qAbY/x|knDb2w⪥Ha1\cR=R amJҀgr4Nk>A^hpvvOY| Y_޶C VȢJ'B|ûBZƩ25¦lwzm(p}{5ZsgF/`Nd?l"+33W*q]!z]=z{؆LB'ՇDM:c ׄ0eA̹%&Efw6]wi!L֨eS Dja_`2[J:U!ZKBϵ[|Pftem`1@-dZ2Ժ|ECm&qfg9(zǠmG CL݌!;11a6j:|_'W }ƨbLQ]/FQ/pAI|y 5 ;pJe:g s2.mx[Dǔ<]&E[CN%`z9aI|5i]*|in(߉Cj$ Poê Dx,]C85a.dQ"js]z^019q4C{EFwڅ"- ;ŽŅ"hz\ZC0IFX:2//v"뷇xǪ3s7$]O2Q ]5ᗱ;Wh /H-)*XJwQ猇(#<2f'T$pz~wxu5>1׶S<4=g$=I Zl M;NA‧~'ʊ {#p{  wR/izĜ't,QAL=%e Y}_TeRRNбziPc 9|UKERON6%_43Zc/@Ŗ,pD<M'@04p?8u*Jp 9B$f^ώXIb跕A(Jܩ3g'{{o:%5{["(^yge^3hw9-pHz;_7(", ; Mu]omy A|܋qJ"Y>vDsȦ $kDCP)W߽\9Io/P̷CUt3G^\) !]c kԱ1;gD43*.-k;A=U쭉=v ? X4E˷whPn`hC[qm8E쌛ן,N*mL),u 84 4]2'3JJk(sau0Ҥ Vyrn{(ۑ*Bh4$,EU l<sQ%EnH8(q^X[F]xemCzsTŦ|ITL>EQ`w⨳}h`WڳLPll>NBEf@TCLӛgPᓋVi@-L[{6Z+oo5[guDAhv#WP8yZ-x喪 8ƩHv07~ \qS)?:Mfh]/['ysOWgTOT % ;߃Dv7x_l8.9u99DՀϟAp/(b zhLݥC9z:v`j6)lqg@(`}[tMWv5fa(Py&3@)tqKlQ4(7%>CSLS4;NrP"[=rq7*TL8YۗޅRRTs~H#R!$6م"GWw"  ,&`%yK\"]|2 s+/}@Al"E6L[9pn=bf{ `A-Ar @j`u6@ʨ%Vn~o\?d7p28Ó7ZqrCmg[ύC3id, }o8htSv*4sՂ}#憦"m\E־4P؞YJ)',NǚqjwnJ?9%8e)`r],N>XBD}G=n sF8ڡ;r@vlJy#]$pWFF$U{ Nտmb ^uB 'Rg?*s.'(=|2R7c'fZ鉋eө$ (zA#B4pE/a8`r/jC6K_X$;mQvc}ied%=5W (A eu(T[nn!f-i7Ӣ ljү0S+$bICJR)'9>(25PA}Jo9{=, Y? io/P-XVEUg7lD)d(]E,p&vUn߶6Rmޤ@VpP=^5|c0]( ?OBΙ9SdF &|[ q] XJٕ4JJ zD㡏+Kp z!% }scQ7j$%suFж2=Y'ϡ*hS3k-3:t./ؕ&[XL̼oGX8AxkL7sMVZE|7=?^Z+<Ӽbl[`pH^Ǔ {gԁ^a5e/Q22[|wbLSWhp) Y&[c#d~\"UopQ;GXW#ڏ]e!1ȥ43 ȣ/Ƅ1eKKMym{$q Tn\hXS({jZ"5;bϊ8f?N1٣q i7qb:S',gt,Kddƌy$="yߵwdhǀ!Iɒ=q"L~BJ.Ug>oE0 d5k*Tӓp5 Cgwe0z ۙQbO3m6RZYlY9dt1@Kk*;Ym񮦏%э'<#/|s0}BK y67]⦒Z9&.j/Q p +m4nc54ܲэҜ\&:OG3G\/er(-y#緣\"eOcC_'N/_! (V:꣆RI 0}& F҈w[22]} bٹ g9&9vt1TqcÂ;R1^dMW "|I[ tDwk7J7];V,Pk7 ]!ʋ JZ,"fik9:*<;ab`Kyij{̳,Mg8 ($rB}"go\?obtPBRp3-H? ׅݵO9_*0yP=uZYa~WJsYj>@5BWvd'gi2=H[WV2c')ZjzW4~ ↫I~{hfEj]q8m~D $= u뺬>Vˊ*'(j.LZ+u̼>`cՀިTF^YC^);`k#tt6;ňa<4ԫ@T{PF1u5 _FҠzzdu$ai} v" mFĴ/XA]zfI0>1.cۜF :-p8ZvG,}э Ė uEzffj Md;Ek \(D d-NeVgH455KkF5aYlb;顴5賘hZ6֨&lܐxAsrv}0St!lb x3=?gX|e7Zih8*,"icbo Q 5oeqpsc6Gz]Ԭ-Qs"Ȝ7B9X&pEw[ƴTkb4_O Zo6)Y4[EY WbշѸ (s8UIWF#l0]|)Xxk(KbI3y=0 }@T^CUCq/ Wb5B؁0g;P*MDt5Xy)I@?j;"A郏;'`82.$Em۰~tw>1[8!:fS8Heװu0pyo4*0Mw9k1MJkDϣ;eᑋ=-&eIC5r8Hv{fdaMMwnI,Jd( 7-b2~*8L#*"0즹C+v]d$q`ד %9LE$ϣ> L|d#WGVrfk$EBE@TK5l::K;D񡑴*t%oa2}{镻Wk9#i_7xrusdyTC7-게13YA{U.Mc$x'l`y㉽_`z~l k QK9f./kPr[گ ňNN͓XpG<_v{"˥Za>}dSCNU%Y 0 CnN8fPK&AT| C;[)%FI$Z}zL[ȺvO*54n|vp;/nM7O6IM0kL7D8g! }jښ-NW9@%d-J7u`G~IMU<`aEm8{!La:[ܜ>M5ije9DE{_E-N?SJB3LJnӮng9 y^Xbd֘ڰS?H_)/F1tCWi*&o11܋95Iӎ es}5Q6Ӂǭ*ծ^e]NpC (7܊r$[ Hwz Qba[0hnM& ˚@Ǩb{W)125y#S^}|'mhz7Jεɻ8磦Nڟ{u){"CEC/:hH<=.hrJHd³_Gl~Oyunb/)@Q*@b6"aur&2 ]&~.JOdѝB J`tV)gW^PecۋcJ\ p&+Xw%om*HCVWhp2N6N_a\3>^26J}6)Կe4ށ/ _;UIXnaupz3<'=f '9+tUMMMXc$R6!+rK8z`"g}gIrgRw!E {4eqsw}@^ɑ|SJk-I;y`N?%Oƾ1)H^]~{h=˦WwqԣZOg[YkwT }Cdǘ[q)v44(q05$%464ID^9RCG7 l5ίB1`"C cm@„,“I`[ElGO{̸\$R/H nEsS:ڳv".PͲ[Īv..Lo?p(f%2%S6fdbeQXѽÕeg X/qSǵNM;mmtE)1V%DXQ3w߈-7|J1PVvq7ǞieLu}E͚5 Ù;Ref6Ec96vl҃[_")GPkPw4{{;Oۦ}˺nGpcl0/ @\ZvȲ]a) gB#D>aR[z0RŻпgFH">GY"A&uTcYX5L% oSmզ i%U*-t$*u!#GoLZZ T@<>{HZ}vv\eփfSDQśSD;c+pxQK<:{w<$촪tg'Pd/[VvX٠g{qb'_2"<+beUs,̰#U=fqܠ^N 7eaPZ+`&lsi y-t I%9[>S^_}Wg!Xt$^F>(P(fTDT9.r/FH.+ >3eߔ]gENS(ʈ[:V.~~dzFľ1_k1Jje g%l%YwLWwyJQnfFJ|ۋDWF> okKnBaax@a48*} Px,B 3$mW{QQii [;D6Ϸ|*F25(jP-K=PڶNd)D@K!!DB8ѕ"}Ҷ3ٷ3̬A}z}!.<BԄ<8S՝ζc>-dN ? AؿRҭ oL?"z D#FG#C&sv$CzhX "u<:DtL;"UF70AŠ4e+4b|Bп'՞t~R"CogcݵLdn7; DʎH$A3͚,jo(s6XCb  yCg2\/Q lTsr%f,cJk!$Ll)C /SKL>aN=΋o;k>۹\b9b@31$.@"J#) Cl>ڲ@┃`?:G&v{{;<`|i sVa;L -<벩iK# &YI,g߲>A=taM(ya~; [Tȹ3|*B1Y$Y%1OCk慭4`a9^3U Y!7;tQr+w8sRNRl}nxw|8x 50 PШǕ9Lb'*&fŠOұ̉=mUXP/X婣\:YҚ;c%0^߈ A_mDnXT4UqDN[)/u6~! qKU:5Bk="22O /ʓ,K_ G gaX}K/$:=BrW\ers;7RlY\G3 f)@:--:l2TpQoȳ$&|uIйRoU(veIȷCeH⠎&q'jtZ3ܴg*04=uKemW^>*{2hyQ>#1őy["!Z3ē&#)ThF/Z: gGJIs\+--̊댰)IOUoƉmliK'# b:?.W^j>0q)23~04rЀ=e$Y`KɆ ۿj]nbq"Ys|=j„4 +t]ɤ߯\/lcrQ\|d/ 5}'o\H+ 5SZM}WX kPJ aaQ EL&Mt D3d ~d?Ahaw:1Ht0Au\ˆQh0f> dvsӸ&HU{w0 h@jɇ>?P܄Q>R2κ@mI< `ŇQzG.D[Wt}oNYvyH`ѪnQ*]ob_g'vj|8i ttSJIM\ep19('焎)%Y) J޺5U0-,C\g՞0BqzLБ'{p >R6u-KJ N%_x@`+R #|o%^DN,Oˀ׍><ϻ/PMc}YR (d*' wY8m*.xFOѦ\ޮNgtu=BJϥ;\ ~wB,⛀((@0nuJB$w SţjYrq%)`gx!ytׁe } fq;WC}(0ϫөaJ$hd2"WAi|xJ",cFys,@P6@F0=YF;J|X6 _N{TveEV>ޟW<n-EYpʿ9{vVQ@ZVD_QMBw9wʗ3TKH6LͻL(Jz *ƎDC~}S,K_nQw#;]ǟWf9|S%M˚ [2W葩rD8> Ƨ1zBbhZ㪑LHA~(bDw(sLo`4Q7,s¨/(x;Aҡ2J5Ӎ (B.b?R?~ q!>0Fph2]ؑtQBH&ɣgi9y\Wnu_>LޓNSkdT],¸@ޙcs+N}Yip¯ɞ)|^Y="aj0_Q]-2n(cf1yY#ג)V[إ,-Vtٚn7~U?k|ٗmWAS:ay$4"PahC)`Z(D@qjOQ񰀷 1 ]✹\e{i2l1P?sJ8y`~\p,i9Ӣ4-`tݬYvV1N4NK0aAHPUsD՗y%v$E6CYOE E,.7Σ\XG_Q_6m%ϙ0w݋馞jD]y0!W4z+'9N迆BwquBڙ%ɶbνk]48j:Av!U[RF,n4m=@TW$W{-SDP=rL0,Yn4' fT{UZ_'A{~_ >6p8hH6IpPQ}T}Hlkxg'?1YU9K<}G7¿ԛ;QoeC062Q|17s0O+&P06xi.+t萃jUQY\vr$2859+'bjl_[=%=YWCđXm|Nf2z}I7`B( QcSiJuf.t+ tP]@/1j p! QfM(3y>PJR 6qpm_ Рaаd:e|}cp5jOEdzbh3W+hr wڤ嗼r5S)*J~7[8^yAz vv)Uviso[s-SgRhjppQwD|]Ʒ ^/lH4ӫNLZ)8ʡ=Q9r [wjA<xnt1nG2 퍉훥ӽC"P Xk1TD"(+co Eck8}&y.>\B<׎F3E[.w|[g Uss xR`L^:jVJʍUh>Ӟ1347h9O>.Vǡ8-3J[Gu#F/0 4* W<Vx>3Gm\ضaZ#PNT#.?0#£y) ({֋a$Zq3VX 9>ܼc"2j~牚'^B87ybD^|8ʉ\@`v ]YG2]ya)^"m҃eCp5 qe5$P%QYiQ4 ) @x1,ԤPdy'fL7 $GdS`ޣsL%}ӟ zՀ",WEij AM[(z {xjUKe@u!PǂXL/I8(x4*ahV*ɥA_O;p *PKi/gVBu<%[Pl9@ ׺_DX̾QMmf W db H g>wRd]oR2*ыsc5}_h#[]Hq@Ǖ$= n[NJGiˑLP IW}`cɗFq[L s n??54g D:ea(M 5aC!Vg8C*Sr){WNՒWp OnV|2Um|heGK՝}@[+G#|+t [ JIa&`Hay0 QnaێlLFQ\v~E1(Njd#{ 2iMm Ү΀MGGO[Qש*#m0)7ܯQЂrv'i{n yLUDs3D8 rDb$'R?TCyAtdaj7y)ԂȮ[3㨏qJZ)3p_sͪJhLY~XգS 5b"x$2F)@=>NܟNHl29[>u[ Չmf;-,H*-"5qBos3mE@y.rm4>Eۮ~3 x1Ц 8NRZ(vRB<ȡ nLnގ"/>r\?Oh27jeXKfn}ŠZ^ d+m%΂Q\}3  Nw'-䚚p AHi8eWl^y{ִB66$EYvVt]\j؂! ).wEIInk_*7qr>k܏VMWzY?c禊ou7RCz[f#Βk9gىg~cmp5;!|3PuJS Q c̶G&|Am3qv׸;>lë8θ7l Ъ\v l>"|^b("bj^QB(Tw AGh^c^pC@G#_;92 lOh|ƾ48}< .a/gKm\#GLP*dz Q(ޅ^Nk&dIIk$m Un\QaE3q?(lݝ  Al"v7$N*8Mnx=LX,9^yv)\i= ^Ƚ =U[Ib?Gt8 IY7necLhrO/N>RtsՂH3ixt4Xo Au] n%\^&tAr^G.Te*OHA37v YF,fSaQN^|/0Q7AH6&:B\!)ׯ6E1Xy-GJKC ~C8Eji+Mhu tY![f^U>+T\; _%S+3T#i^_,G^#ZLlmGwfw܂8i? TՃ^|":T3^p{zM`݋sI=lrp KfʲRV{`:&;}nwlKGFüW9ЪOSxl א@PWvEdz>B3 G7a=j~LX0%d f8+տUeZ.* WԽjz1A Cˏ9C`}*[G\O5,54{f97Fw tZOK/vZ (YJ/= p)hO1A#)'|UuBۋf8'Mb"F0אַc֐:g J_9tMԶ^aV k=)Ώ*M]^eno\/I#}&!͊&iۺIo&i+OA;jZZVCoeJr_Tk{t$n8)L쓅/D[7qc'%h6^M/i8Ll xseӮ ivtC>XξkJE`Yl ȫ DJw<Ŕf.,$YܫDi 6V Ͳgb)(>^SrǤP>^ReIM?dK}P;.Jbu#~P[>]O+ieFQ+?m&%gCrxcɿ`'D #Wl1RSi%ۜ. g nb0`x5P&aCaXx@t}z`΁7CLıQYY5tC_;$RHJIhe <1RlRU"  b3;=o*=ʼnvxr'[%JdR"l#de wi{8@CS; [d#.rvӣD\#s3t+/|$Į VpUOVݔ“ =PU&T{= @u-Pw/tϮp d/tرǽfdL#ѳ$J{Ɩon ɬW%z~YywcZezãٞ՝َu6T~EC ɔ- eO1nH_ ɒ#XqtZHDtY'F`-~O6 h{r;`[G.egAl>dyl]~L a#;݇*T;/hpƯ?>2>-@'G[K4\  u6nQL1Lj\{?Oz3ó?C`c٥!M"ӻ/_0ƪb_|r(,bma5rz;oNa €O oyapĭ- Јԕ]!#5l;)3xYG_"R8bC ȭ_Ө}Z̻6 ZJ0H3V,kV wwHo. ^rM.PRCy)_Hi7xS2TOJNE0»4G(+ CiFUfum74~)N{`J:OLTl&/In M#'"ẢTM5Y֦/N I7[Z%rBOy -XtZ1a"a-b ܚV m6ݍ#j#L1&Bw4`v8P56V&P0*΋ 0cm m AsRt{YVICCL;@0j;Ȫa΅!ː0 hF"ng)&xqwi,jt-EIӺi"[GlT>I?`Ld yK.$g t|@= ؖ^4ֶ4i_WBRW,߂Lȶyu\š١\C9'O04x!ƈd+sn_]Fxbey̵c* 3$S(GX8rk#{(f*0ss)gI :;ea-ef༰uKєDfUE.O^_uMYZ y7mH^ۚS@#A9n06, Iak**^ft(f6_HP; Zitb?vԨlWOIMpAhsΡe*Fv=>gJEc|r(EEf6vՈi s)[FStƞ RtSm¼=d($AaOڤ_):sчbBn~y\=,!kI--w{"kbbKYJbN&LCKm*3jQ{Vm_tOzeE; B$c%ٺ|zˈa!1 PHI4r ,}GGw2~#ZIh*ތؗ nփxE{kI2-E,] LCed#ˠDj?1XnJgJGW;{KflDb6d[Ɗt2IBvKuCkpJ--4'DQ?ㇶ/,Ӿx Z;~&KP5s&N#X`Z6#j$8"[ݰ[X9m14Vļ$zwW|I4OGQT5ah u|Hq+r?zaW үzPA-Y\b̃#֑4YxfG2iz8tP}]q.獢\Ĕŗ{gBR=)FQW?xd`{1;ʹ{!kN+>"Z֬&!1G^ub#. =Ap! }PRz jL1l4.l1ww]ǽ/;4R?,_^n-am{ p/ Pfq͑UeH:TI?+Qd^Q&Rx<"C %ۗᄺgZ;[8PQ{'3brW' Q\ (ͼa+,N`R^iȄm;wV^#ٟ C $~'1p(U >ί>Q71*"H;» <-%\)^~@w꼔a~}![}q͞bt;#'^5޲gޑ;Aϳ$G])3"~9c!FtAzcA2! KQDՒMl5KطvJ >jSxE2ͬqe¤ޠ>k_F}iQNJA܄Wooo~~-J:“0K5Kv%<<`AsGěؽ,/hz(];;6ba.u.ݸUdx!lۓ-$]}-y#Llg,c(K_QΑB5#q߄covfdǭθH`;5`ѨGzS9nڨ)o90^*pVmΡIZ0o)a\F#dmUҕc{SguT`#i웳1KRoK"7_o+/ 8y - ͱ-]ؽykA@ST| EAExFO-Lo$] 9!QĝH{LH;obZ3A:B#Λfxdyad 2}>yŹPflWo@+^QA㘌rMQձrOE }=-LԆv*oJ0< #8]֠c|_!LJXMZtT Ed&8Rˆ^5  ;zE(1٬< J_ DmiP#pEiײ9.-Y`ay-by.!Ӎ’pW>89QSY~sȰN{iF-[|*,NBuM0ȴ-Pja M L8vs Rw9zZ>qAa0axU*m,w*K177K{\) QxS>ѵvVE՘i,XkicV(n[}n 3`дlh?+*#"؞K.EUlYqж JT)ץ)˅ܕUbESmLiֆ;O*@Bg&! c1]3fH#WÌO8LSW q[K$mn/쯦Uz ZuAȴ Id'JaC$}VZ`4KwdOK 4Ja,D[@[?!X{Ɯ7p&} =qנ/Uql:ڊC#ٶ%B3t\pPGK>ta9P i"|kej&˄laἍ|,iJmv ?VkJPzM״dq^&g|?=ټ3קq?ur $ ţXO,-M;XSNIXzu`G/ =rv#/ {D5 mfx-VPs-n8ӂ 0{)٨go<0} !! `1F#v0ZN8Ϙҫ޵ێ+&\M $䍶IaH:kUs_u+߄;8EwizϾ+͚ɪLV!SX$WRwO:uʈ^;8ƾ1QG[Qu=Gj=6$lj0:[]FWAFuS3|yS@;=GGVdfQC҅'DAx /43sr)$M>VJevD^:O͹ԍ9y-HsYF&Fm'JmLj/&}Izm=Φ]Or*%K|/tsD TA|JM3g=x^ɖ-C٠]e뢷~b-Z6 Iw^Hl{\E)XT&1 hK8BUI@̼9*v*H.n` 毵񜣡 saY_*v #E={[H\%5䕔6 ӊ.4aA"_rL[zb#xE#$& MSL2z]vcopi^sYX =b 3/ՓF zs.ğ۩wjssm-.98]I\[8*c4Gj(Q(/wb34Ț@lk ުj:%nUІib4^+aS1b>Qy0@,u83פ۸'UƛZh< 3<\Cj<H{|xfj 7#ტ/-h^K `D .'YXKB?Yp g=/4 2,,zw3;F1AsMzMϢeUivq7 jL?( <ذ%^/@mP% =: +2J T[&$էOhv 4GN"t SOd/.UkS/HfakW,: B-kƬ L@,Da%'pZkU*ky3yZD|]>0a_?AY(#]zGת>w1@s3MdXë]B&hg%q*dO R !njSDy,>-{OL2J~E CA7b&`]Iξ3EKx*c:!Dn/|v,9Jvf'PڪD5{xm9% NYHO@d;0luUvÙڸ9ԈưK6Ky`.it\;\}ЕUBd䠤0Y: T0ݎ:(K+8=+ }C8oΒ \1wv_-BGPS;(5 %<2MKVkH&^XY;"65 S<~ H_nƽ#`O#*|Vh fUӇa5/KKyB02D`i$kp$\]KseMTzY$^ oH{ymQ/{O&B`82P3{Ym:4L̞TGdw?ODY0 М@ոW<;y{E {DSy%TMJ,(2HyyjION H۳qkC=MC7"Rr XoH~9FXB랂$! 9A 0:X>[jv*aQ%95W2W0D@Sos&=j/KAgI M!͍D<2Hz } /o+g D_ 3TbT.s (H #U>o$S ?8穔$dR-*#\7ZfwښxUQb!n9њH)\ /q}wPA @G'C-#c]OP}Db0i,8o^!҄CXLw%喸<`E)JoMfZ0J}E@?y'q̰p=iLY*1ꗭ(ۚ嬇L>[(8yB6v,*tChBwP*vVᄯMGr#)2>e4t뇹dpϊP@(C׀;whR 45͐HC$G3)$2Ygзj#?bumoA He7u !N ׾=k9;|q%lA-B–* 9Ÿ YZ