PackageKit-1.2.8-150600.4.8.2<>,ԉgp9|\]`w i‚8SǞ|Wx:ΙT{_ F;?5^SM&ib73{"xoK=v`$A AWnSX^IOV$yU0a5xLv/kсlSO?d   Qpt $*1&& & D& &  &  &!&"F&##,&#$@$'I('8'x9)hx:2x=`>h?p@xBӀFG&Hp&I&X0YDZp[Հ\՘&]0&^bc|def l u &vܸwH&x&yx7zTdhptxCPackageKit1.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.gh03-ch2baSUSE 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-ch2b 1728284398  !"#$%&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_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]=3392bd54c00789b4615fe8c5786571f02e6a188c, 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]=c3786f3434dcca45fe9c1d66e3fa9339494cc37c, 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]=ecabd3bfe22113c60dd29b34189a0926240b4a20, 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]=5f025c3973a80ad9cbd740173effbd2d6c6d4565, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3fca0c933cd72df0c1c9acfa08f21a85be22422, 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.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 RPPy&R systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-880ab6a1b8178af980cbbc73f66c9aa83bd1ef08febda4bae3cf4eab657412686?7zXZ !t/=[]"k%LMscbY8_wgS\#6^l.~)Se/I.:'fL ܬt}~Bٝ.^ӷpaO ;1 +W5YQ$h dr6l \|gko>&Ũi6C@mCC#hbشJ|( B Hl`K$R ֥{/oǬI?N|Kb 8Lw[.jڏ$%@f.U(%%m}{7ݛq9.|C 9TYNgD)x}@PYJiN Z ErNtYˏ>u3,JbI¹E({`7Pky׋ˀbܚE\nEJIsN5V sz{~P]ڟ:>Y40n#XA t)EڿzMK KS6zh~ύQfg6bsGQRq.yj;;Ma$wMsõyljw;%u><N) __jLXԮuC +VmDj ) GC%Npr޾iXJ{sJNwsceV%ru2o K¾7}O.vә@} rMQry-(C޷ ւ ͧ8Ve!`k CE=*A3x<*<2Gq1pڄ2y#zM=u]:[:$X:dUdnayAHQx|nAś_>!͇ι%brq˺ƈTTr J@y&i<3fϻDs〨J_C$lۚ6t$~3<ڒ:`֊8T7Mg=,p5 荩\a[ȴ%LâkxEp{8>7z ;8ا `, 5OݶY=T X,0&\0S*X>U Ƣ|"Z ba QgN"+(Kdߟ| i$^Te#u2S*wGHʸ5xfpɚ(N#$]鋳7n(eGBۭK30㏗ ܥ9 - >m=,;x:\SSZ!|J  u4w< yFKŝaRe&Q\?)37Āpuvsv]7Zk(yE912Q^6 cF1v$ǐ!7eY('1Fї$q<E5lUM_Mw5 ~7ľ~DYI~\kZJO=6mQe=㼑wwN.m-c6ҼM/h.COxDX ur},v:J=8Ihľ̡S+ޤ͊QؙtmmXgyvQD vCYQTs !4V ^4v7|s;V^xFNd!ȅ\c'UvU/bdo/mlN\L5\Qz+ Cy.f*!E!G38Mām;aF-D[W_6@wZ`P3Q')ߢ L \*{ U9ٴX әJ$>惈gӆKK&y/Y2WܩJh`֎aOs: !m8Џ"I'])ى00Q>BjҬ =" -F CjK;Mwy_a pҴ̮y@&$so*XCof( Ýq[Š{S(BN!n uC:1~:,;ތ\={3*@9Ls7;zT|DZԆ^q>12Zș(/gNcnn+KeYnge$S)\Sn /SoqS0~=nfN&V9/edI;KĵI%tpMH{9-B\3DY Xͣvn~ o莑[NSRv;* 06!q.rLDG;վ㛘Fl`(՚i(#n۝v5,$Yt<sj0s,a0ϒ̔q=ZucBw%22/KQ710#Wݰޑʛ;lҡ$xS|T. 5E Ɯ S@x"x1qp ^Ot[P}1|[fgz/ƎUq!K:r"4a. " 忥0y'Xd8Φ֡LRPb;; .ޯ#Yo931^8ohu,ll@9usv$4.Moa_JǷzSӐ2Ы1t *}3_Dծ՟Bۧ}:<_J]a1n!=%r"QvdZČx1ocQ黍*7 %:$Pd io͛V==ӗxX*[v&@oW'D]4C9ppݽZd`Kn[5O/>sN@8X~ngk^Գ8c,)0|6kc'>ZzlWo<*RrPͭ54`QU_9/aX @m@F<.lܖުMް&W *_)k9W;/jgfSX@uiD,ј kI#|Dh!pw6/${;?~vDsLK*%Xȏ9[~|af..]98s FB5rYKPel f;+5 T5[]Y&Hhr8Ǒz0]rJ/tCSE"^Wz=x^\ ;7bwdoGNU(+Y=תS#~Njut`9YImcnԄVd!Z4 esoBq$Ӝi*/[9)^bE}N%/~ܲ(c!m)آ _'91MW;mޑ7?rY& S5sPtR_%QB߹P|I=C %(<ݛBS$e/2>Lե`{Yj1̚bƜH_ebu ȪsO`d/Z6RV΋upG.n%Dzk n"dq- VMM VfH dt܍) aWAR@Ț="_ܘϿQۖ9veQmHǑ8Z/:ы+/`4/ "csVC};̈́a*j) 97b|kqJw0xZ~R os-uxѱc׳J4FJj"< ʃGqw5e0yfh\]q߲yoM'-DtHHtf4P`>ϼj8e]0n&ڦ3$SYGr^^ڣ`״@LnB(a-oV e^hуPpVxY㷾n1c$iE6Bthw`"zBq@ `BT$k}wh8J%ɡk s *ndԫ\-i;#ŸaUT|1 D݈UddB#h ..?7(Hʇ_|ͽ{Ɏ -C'jB>tU'5W/Z]A&;3Ia1ohW俚 rC#K*?7aUdY& ?&܊SGB&:@xGkn'{0HSNlBx'#1SP/UI94zL5}NKyo-nJ 8{W  wo Bْ*<ԧ;tA 芙&j)=w88 Z*rر9}9SđkqkS(f O(M?DLÔR8W9A{ub'WT94 ^]Rg.W\3k( 7jpg,J1ƈ?R&U'_JJi>ϭ-s _=xG۵֍nKL%u묿jc<$6x|Hk ^M'ZJ'6DAQӦɯԐAl>kkN"RDdݽOYGL g˓Sȅ[߁Wor d7% M+?@sڈ}":,&w$chj|Cǟ%d#8hdI)`2~7'7/  ɩ\}VhO "K&M=x$%k|wp}"9 _*CjүN Nʁ/9|*'[cD~ggu\`N,syS.o#Lpܹ9;9k  i]9ۙ^\ka/֡ bEoŲ\e2D;h[=l `dJ7Qbf2 ? ְA(DVk!Xd$[oYdX̻]LO$˳ !\%yWnğَv}SBy n+o`=Z[n}hcqBĶeQo|WATۉd ! %Z9Nf4{ 6Kݹ* u$ΆWʷ+4% R?'bv'aϴSă՘ &ngέ=m%㬜^ycZ.V"y1:t =iրwPo :dR\MQ`mȥRvL. JXS  '16$e$)ſ*\X!08ZJτk|Win _~6E *Ozzbmq£.X'x,:AAl?RjF;eHպ==a-7b3 퓝h{jxYXy#NRlcj [@kN!*xdod+G*Ja0 M';Gax(ҝBUDTgld]XtS,'[ X{88^@U>`=$ 7]ڨ _^#ȋr+-oS~zJc}VSn]s k | i\l"߳]vΦpk 5h/= |h$ut/N&.h7RAGqd\3@GHiS/xdrGl,(t+O (FTǤYᶠ4ͨVUZGլ\OBTYth0$aox%U-g?{FܸN o'`dJ^*:m}T ZYi&xyӖ X9\zGޛIh8=s 8|z6E3=>d'eCyqj԰oJqZ+3@~r%Vͣ !Os=⽿ݞ3${p&/ @Ű4\aE) f3%C]` X-sXѩpc`@8-p?FT?;v u ZMdaVKw dvں@Khrc5`#GxTѢ>J\A9IJ9P3<|RX=ieDm  ٮs>TYuWHOU4e~wl+%RF b 6]?7`oX9+BDc]Ȅ Z9T+[#;d@^yB0\Y??͙U*.s*Fc|S!݈={-B$nzGL:^zLR.Ϫ|ct&́{=7d LqWx֭Z >zy+v¢p;Mc.|lڐS0u2*Z C״`s)YiwT(ADI]tTmgw\ v{cUCg|tfʇh"SR30us%Be4' ͼ߱QѩcI u:mb,dS.kv[=O}n5a-_A͂43|.ƕ<΀2t.1/"g8mY&#`8}8gVY[WoJN}{x<ۈxTrP? T E'l܍[Q$I +!I7@y=gJK~c%nj%Rݹ-\I,&wsA*/mZaEE\fq1 "Ւ$ڤszj}-4Wƚ 5k&)6hVu܅8G(r@wgY?)2Nf=~/AudY uM bՑ&L~@>Т*-..I Y~%JY'$c+[@7 +e#;S2Ÿ95n#>ZF[肊@ Y8~uhx Kea*P WUT ,iyL37'q,~rhO.kaz%Vx?rmNop8/q4Y_ QEh{jELu`lRP#$~^b*yo|9"j쒫+3:2C^88<ڣڅCQp='6cn8<%Ƚ~R*Duu᷂}R([ŕ5X; Z\ө%[Xv|i 4iugAAiW̡CG<ڥ+oqzCn2?ڲ՞w4T1O7m+O;I$S<Ձء׹2_xȸ!xIf1ˇ18{#DR 5P&5)aY σX xزs#(EWR؎01#6}0"D|7PE=A? Z`=3V^+ʧ:y E䆕优 W@Z&H.R3XW*iS@B6 %6Uoc,,W6 E<ƨ4n^woWDMaGlͯ} BػmJ8k^KUA=wiS %OvT^2u1runZtWpOba!:MYl+AH}|ݒ\8tKSQ8Ygz*SxclnQE匌 Z@&h抁 À;zhA[MHxc')86 5ؒ׷pGUV~k4{_d6Fԡgsm&:`:"Lflv .o+2ڸtpنd&JljF$PgE\]۽ RBdYG;DְUȴQ'@if~T#d~@vp~4sOB'7@LC;E+lLE$ť5`e>rHRZ݃4ST_[9b ] ΧG9 &)NKpr uwp{F"\,IʆXd xO Ri o |4!!%,ttp᪀ &-uL?P'M|O!ɢ¿JzԄ}7?nhhIShZf^ A[P{oZc=ۧ2dV\'ݛDmubS U4V'^&t5aC6^';`XܪcX*HN$b8 jIf|IW=$n&&$tb{m7-UBm$R2OJj!j=(޴U7#Nʡ} z|Ql$-`Q}cVx^ħB<;pYc"q=: f/%Sp ,1t?{)׀Al=թ&ݿ'n|+'xUVNM5.•SWN +;)UR`d:v]}Xɞ}.Fޕ?#V!w-2z/@DM/ZtڱB 5DD±mWdS5p,cT(K+)A fNN#dy$*y0~n&|]4^XÕ=\-^sz+w>K\90em#H tR"RWGB] 8'23MI^Ĕe/[$SY+]AP$(6QH^LRD=@gVX.ru]=2ujeXl0wE)&dj`KWa5ӘFNoȑFCv8Z_毕6+ V?vqŃx0P% AᎽ /;XcV6#Ot$' ;S~%Cj_&6[8'Vz+Ru=@Zt%{wk&Ô%LePUsID bGWjum5?`Dj)NvKk1=V#Ȼ@CX" ٫<3؅$= @H0;9 ɛ8hJD:AM4%dYo+hvK:@rl?9KVsCnp_=bkAx eGti ٵ`ST뵳wJ'd U0-1lK 18k+$q;k56z|$%oQ%Y֦yw6]o5`j/a^Gnآl$LFݾ; ?Rc0"VZ@$&yM4K1>()L`(}}ϐy0 yN Im9 1s*#;[`R;zuue *&LïiS誒s>zHW]~$CGYTdVm;0I6B/[&u5hn(ln5GVG곆 j p.>MDҹvP_*@gO8Lq'I)Z dWb eWmV4Dy=6ʶDޡW'^OdD~)ngaDmh ~Whh­tZ1"Gð!˜ 9:Qӟk0_s1 Z5* $zhtIl%D 1ɝ I0\z<6cxgQ π9&#Ik&:@'pJ憃a,D* j}_DRb08r=k$U ?׼R$a;LWWݑ~{C0& WѰK1=ƙolG24 Ǯ o{7Eqf-TEK/ <'iM5wF %ItŔsp<ʵQ2-V)_SVx.X sD܎v)]$8~49E3DJ< ˠJ/\6xflDhNx`fg^>0g"L:rS:?2u0'&A` w>3qi&>գkf=' tߟlWRW7B`QJE/ q EAj\VvU•<#ͧpx‡%jS `.мcpc(DI)#cB"S(ʿ9S}2ſWZj-Ţ2Wz=CR`k~h 'KyVF=/+G&#@_,Ɵ>QkPڮf3Ik sٛcoѰ\|.7t+QNz1'c|!V>c `wO3vr EhM ,@*@sN S/R./ZD(:L<=0 ͣǭV)t+j`ݷƸ&N"IȦ2`8]j|-,OaMԾC}_00%wQGh1x]}ϰ-ᒷW:+0S/픡drRmʠDLc+ᅘdoFmy,>tZm{@)1 V\N`6}Pz烅:O,_p$,EOZ jd<0&)3CxL-TCӲjaUvڄ)HY%ă|W9^ԙkcpƲ0uڒ!މbc lW JT+ﷺ}P(=Q؍3n# *qL<=ldTM %0e29 TyxE_{k0s5B^E. }vDkJ#d2W) ^ZvU0@[oo0~sc4}8͞>*(KM=5Zwx@W YOr6j>P.s/#6Z&ZRa^X³tl%83sc]-1t^ 62򩻑A }=|~olN5:8?Kn=H@%M/6H "m3TDQ.ow#|γIJڌl9Uzʈ@&3uo'l7KѨICg'&u(l')O8ZKB0CmYVy)M(Av6p x37WޜkOHՃ{-ϸr푈c|HtEJ H0=>J 71b]x`(P;6Y4o0ujyvW֢>v&rT5ldOkWfIsO  JV1q1Sw(˝2'E,frË јBy=cDk3R켛7m~6"vtgע 7;!raO[ +q)m%/蹢۫+]RgJ+U[tl}j9ltqh!d= ҳ A]f:RS8d!ƢWrBCS֐3`C?PܸZ\w}xkp&k~Wmu&T9yQTV#C6T};:M`1JFP|uw -d뷿r^ uZV1C c8y/;(LAƳQ 1j Uki˶0>Tx\K@4zɻ;i.wm52b6F 5>"/9NҟvgCS[g郴,c`u,UݑRIVY#NJi sxiP kSƱ, f ˊdvlVj3o0v÷_ \^ߒj'`.\"&%KR:q>N}qir8blMG :?nVewG`z FDrv',W"p9BNsJB)#aC A']7<[}Q]-IGKC5D*T_ a5&l=E1w9Ņ7u-!f7;(R%j )Ws!ʀGM.sy=n{IJ%U;I^BZd 0ݽ.g"gue(WWUo`~rôǸ4[bkZLM3ohT(̈d3ZI$*y7dq׍sD!^t7=7')R>&(^s/l~сg\6oPkїi`crQូE6^Vf m|m|%~p g&n)ȡT)YJ2-iӁwӳ4HzhH!2Uus˳bM(~pK YPjoq7(Lx&K4Dv*ںDrf)W흝%y^|3[%n Z ¸CU_fO% `#|#ĉ;*Vm5He?` 2/bsvnG-/D8+whZ|Uܛ9DlŚ_u,Nuu:JAwӳ[$J@x{0iԥBc8 ƚVa'Pۀi >uӶ1 RP3lɞTJ7 %:IȧGW۴ATKNRWh~K ZQ@{Xr9ـ~V7rw8{"fMΞ9aN?aymřd3dF0c5}ƣf'U||kv;g>XnJ4k^{e{W ƈo%7Zsj3ȉD찙{Mo<ڊ)4kpB0N;w0|XEHDAv$JBG%0M} ZRo@e?.p,Iw9(UI! [tqᶏ2>GBh,ssexIB ^,~ [sU>?5 u'Wlf1sD r&Ub4>y}9I62o@' $}x_=s^P Ml, ~o.023߻wD>K`X-*vlPi$Npyho?4F#[݆n+8!v7v>-G]s*fB`0nUy< W}2l|d9Hl'e4 =|T灴=8˧z9 @ aa4F@\f Y-lNʌ%u/&!H0@UhSme?V:8UQ7-S_j P`A VڰGGߦq= ƀՏܳ&Tu`|?k]"KAkhv8un9bEhrYv|VD*;;mȀ M}Nƶ)bEH~^r E,6jG7fяv}*<9RmShDFƷZ1{ ߌP?߱p`R j;eپZʶyPM1<:E@T:ivyy?z*@ݥ06bBW9 a˙^k60LV\Z)T0ܛTsu{td">Ӫv)7t}ByaJ/q9 \KWbh.SZPjږCp &SoJSDnFmClD:]j0)f#NF<˵>3+0ک[=5i+o@%>zL1Nn  cF,DpٗIy`l<1Ѯ[B_h5őuU\aRqj|1a`Kt"G {_-@[U_08#1VCD?V;< .<\-K%gүn}LTP'-#lYdI׵qgw;aPEON%N⊜R[puNWh;Z/bܷtʭMPU1Iz&CנY9;Ɗm$e 4sUT(cc*h{A/:^}4.H2MUKU]r^wS`A.y@ض5|.mCGQi(2~EfӛCZ_qr®{wCFeQ%NcU3$e6cuhYc6h߾C{(L|QA*/ {2X"WArA2 n O"\-~k9+D =y;Qm 7 PVqqTY/]nl,=Ax#d8I;˃V;(ٮy !/W7 ~ό:Њ2@7>p"k@3I"WľK!&㥰>egjnݭw>d%q:H芡%$deۜ Słdp1緆LAPw(3{7׶e~vVrMT6BqrH֧m[_6ԗpy_=X:ԢfId>A&qi;2S 9˒tz%ʙ:73'-*:lb%nޑtsxKZL$ߛ\~[`/o+|3k6**Rckhd3.7HLd`X-{U3O,8 z>qqKt z*z_ L{*>[sL88 .~ j!&iOjS]UGd@TW%D$g٫ V#bq^4sbbV3o[g!Na5^9;y ތ + ;Ba&jDNHրL! _S1C@9DeH<"f7bɀD6>_ Wza=YL!Q5dW9Ձuu۴6s`8e.ǹYu}b̀7<:dƫR$rI6QRF (K94QsGj-{aCW"-dq*:xr`BniSjO%L{l*%2W#$ )uvHp5156?&OA ?*h!pA+d{F=U N+Ϯ|HBpΚFpe+WVo_ ty&EƩ O:W)gx5D#H9'GE%˗A 5)ʃX7LB 0ƻ+=@:J/DScEM2rnC!xZ~'cBIyƲCC0; \rJ" i(#QOh!?N 7qW/'aZ ͎Es~Rˋ 5gGMkzt!AMϴVFJ.KTf~w:[֩tĬpbËfZ`py0`~cmpݮXp݊Nh4tq͖8^a %ì@`)W H@ٖ z}p O""﫪.$!m@V9W ^t嗧^@cYI+1"Ny5:}H Oq5<7O4GO( ̇1TFVGhBh&/>y0K :KC;1rqn5.NDqdP? BȵR$&zTO}CgM+ Ւ`XK't ĉ_.ق.外x05B ȋ ᅍj~XT0RBK[>R9 1hage'^얍OM/uP<ȓ?|36u;NnRLcE2=8Χ@&aE}AVj7L$Mʳ_v8Wn_74Cm{i.DHEκ)998II߷XN++bȗr(6g^;n ey,RUВZ7-Xf(Wq綃ӭAXqP=hn$\aU8.+fR;IghJ Af/Hِ* )@qO܀kp}H}xk4V"$=HB22]`IbÕ@#kxZDB6+h)f"p (\2ØaAh4k{^pvfG̺xt܊J"*+QF;ekf<`M蘠X<>l̴[UJ֖ 9 6$Ĕen‚_[rs}!@& 1J}`3N!(]8[35KN2鏉v_#?oO92*!!ܡQP;&.̏ ~EBkncUb=}yH,WˣHiuR6>@wL B1|v(*kW22[8RЙsR O_{*O-ޙ6f}h6l}3Hx1mx:[?XxKC퍆G%KB J"^`eg%QbVw_?;lw"~ @r6^!!@s자?(VP$}7qB)n~^UO[v?g3^M`v%ÿ(CuLaׁbuve-w=de8*7>aR80R;T 3BM2EPm{`eyLER@#Ni7~ viֺSnc%/}?.8ҽ#9QE10a8yZJQkXb`މ2 i-]q*+o&9 LgPuW4[dͽ3h4g~nS"p,`I)r[β.5xv!xDMsQP ElI%Ԍ/K Icɪen1gCa%{uq->(ۂp|=Y:T1^2@€˳;8?Bk3T%A≝G<6Ƽs `eQϨGa=}M9 kX<=E0 ;F>pD#ZLqJuً`c-FrwB})oT[&U3R2$Z <0ݧUBC +͇Kdц3O -~Sv6z@33 x3}ٝB- `yע\H"[RUQfv8"5ds^+ZƧmydG>QU)D[,1-Bd`QEn(:ꛡ3\ +Z)<$١P&X6D: 1ciLiťE:h|kԼ,+ج(RUʀwɲ HpBnZxKc7( FϺRl6\X!PV8*+;rb|Euo~]ݐ ;A[Kg4L!\X+|iaڅܐ:Aw%k}rzc]9A ht~j3cTy>Kr}Cܘ!9PdDő\(wIww#GBj߄We| z"T;bFyuϷх*E}ˋpy-zbJ6JNg`d ^DN8)NDfRp븃e=U R>EfW }A!J/\rS\e?hcC*S26«}/ g5]u;E/ tCHoe:Af2L ڢ{aƈ Zj14(e?(vof*C:#eM"J_x2&Fͪ.Dh[7%t2kC1ٱAgܱ<νx+z.6Ao?v`Ʋ'yad:"ރW{a@Ǘ`oby2lXC[bN,KсL@VAThXHV>6;M8?=IZ%a}mqb G'>1]\%(F1vC8dc-u.VB; Ιq=NJڙ%Qk:#K6{Kt98"+xWp4;DO4L@i(`M)&h6p[qcV,OBkU$Q @t]ha9W?di~$`AɈܕ*n(S&n;oPR $74DeĖN,N/W +,.$۲sQcrL =3 j4w@>'FKB-Y鴣R x-ޭ92N|Fmz Hp.j% ZQ16@ِj3LOZoU<ՓcиX*Z,6|n0@B!RQ WDM`rVS$t y`"7Ԩ`Mۣ7z1=5g9}mE%ԝa6> u> irɯbSa ƴ+Y$@|H<EKf)ݿ=gs6*h{_W+>ts~=qqSBʏB1aÞ%hr "З@7ɕb0耥"!X>rZy&Lq_ilۑ_&\O{Mb'jqs%m=SaMR0M8 ߄ٙ&>!΁$:_kdH窋!R&5KFb3b#ЎB$>B78HǮmJ/zh?_&t' L0L4:NR"8]syMUu@Yl<5!R#:[8ɟ? IPO>!~ƬLlQOi8tǾ,tD 7û$bMQOWa@-֦nd bPWN%؉S#R"v! W )ǘ ;5<"uŠ0@Ӡ:`hYjgGwMc2A(l$\ II^(UrXrcs0dHۗAeԯaK iCQD.N(OPg)@_ [g݅ Y+N5" /uG;?=.U0 /r{qPVi##}N\5>R^SP+5`w6uimɍ*fJft{6bwM&9xϑȅIYe"P7J>XC{~>!.wn #2aBUa}]#fVVfSːoT(}dCW5D8Ё#%#vz#_΁IR2M1Ղ?1Kc]k{Cg @r}^RH-59d -dON]͉u]LPd=,f6)u k AS:\`K{ঔ9g8X `yE#Z8T!7IclrhR"16bHXƠ?- F Nr1n'Շw2Oid|&=󓲄L1yx1/],>:n&G=S-CXt\v'.ɿػMLデ~+q:p\(yII\%#boQHZutalkm$&K<X=i:~ *+)v@BT Ces/7>GhAxLHSs1=BkRGQ4/r\[iyepc@c!"^GZ?4fTP8Sn j<9VRícHjkf3lFm#ƃ~z |#/T f,B 0pW N(OvLk#" S; B\pE VNXhAP |!?ĥjKb%LZ-}u 79AGYO%c۶bS8 n+~`z= -=쭄쑒1Of\H a,7 CE` 4+ u 0r zorP_r,{Jbޕ-S#c$+)ypUġ>8 ݨ{ֱ4`3.Z:넡{ 5;CrߠP5h0B'ug 6A=˯NENrQ'@{UtOO=1槶afM*UIf^QNzE(7VfP(4$X,N麞r6H߅zl)#Q6BD\1 Ilp'!՗߆= ryOө+3؃ȠKr?>.8o=9>"x54K7T^=xCvUp.-?yirU0 EfV]򑘒oQO !.}Byj7 g1ج*חK:4 1J2}bu"}L=k@TZ!6>>a&y?. o2#\Q¾j&|PQu=ˈ uH!5]w5 XkKCәc_$ #JOgY.S9") itfzTHPD0vm4$`p wpE ) Sk[m\)!h99H& k 0|D GarƤJoۭFaD D(`Pyҷd,][K^/j+АbK\OmFN"FT=*3g*663YyxUB% wդmǗ\hJ@h{fӧQmWF@ @`E~~܀a["/M5=k$>Vdg2cPJesvobg}n!*~8@r;:z.F?nc~7-D-A)[ 카YevG oa<6ȱM'w3W|S/oBƘ8X8dWAX 茷Tu)bUI^(.J$wu p!Q/n*6}޳g'18f )r=x!'`MϡM3ͽW6̚-2 1x80<7}i~ &N GF-"-![j/:xOy7T& h@o?nxiM5+ U74FK'-6S 5ĪEqY+>ݡP}_Й_ʐc̫x`d:uAv:υv}A]'@(> ib:8V(.>їxjT̝nO6gæ D% l3"fBvџ2Y-ƢpVG@]DaWw؀nVس߫6Є肝wI9T6L p|ISk\R-+>W;\/VM۴],uJe]`|A}¯߄̓}+#ȌM`SM~z#{R]Mֶ Vݗ2|T]]s4P$, L 2~K^i0DT@rlp3dz{\Wc4p;^O$+Z2 h"7dv{XJ2RzTFx ;yX8CC.2ŶŢ~0cxA +T[߱_?J?]2m^ xÏhe~ IOd0syu7a6is)%}5q'F(S*H 8X49l~k|M{Mw_s;uO`eYI Eb`ڝW+!#u}x"g6Szi\C潒-[I]m߆ x4NYk?^I@SS:~I$Z Ԡi0~8Ls R臘"kM*j/tL 'p x~K ۿ4GXr S!Q?+AֺszAVg:ӷ0uz;ͼ(n c7w޴%#Hz4b:9᳷n5K+éG۬fy?}M^OUrvP" 0dG %%0ӛ9rđ*NY D0No>Js o~fd̹JXr* qƱdZ lA?^S=Q'+&]}tNNmվnfB 1OTB]u$Yڌsh#\IS0締t&Ù#d?!ĥ0ic A1&]z끍#r2tFelf&^pD;TIl^OHȘ̌Q0] vɅtv9Wu+P9}qUJ` ]TO4=KJ27d6*|Ca*e1YB=u FBl pܗ$iiD]-ˣt1t"D&E@ar?3h@౟p,ЂU-T ~7!6QBӖX 80 0נ)( W$G_me#2留MrNHYg nO GiæD(7Nk>魓}D#~$70yH: @wӛ˔,?n<$@6mdn1n]c)dH cUky>t禣C80-KB-w!) A(TXK,U²)slg[D!(q[ijS| H^0bGm7U' 0Qr* Szݿ6aw 'cPH V:VHN|Y(i1چM2[fl&XW=j* 4<#L˅2Ae#@MpHӦ ,5fDrC<2?6yNC2 T)y12.ÂؠҺ"TE"a]~8{4[^;xTbAdO(W3L$^&-W3" au2΋s#OT0_/FB,yWz+8My""- ι*K "-JڟV~~#S( ]* %yE;˟֨BRyެ "9:-*@$J9K|V K X֣$`'aO ^0^U>[\%Hօ{ $hA&֔&/jju+-\/3w@p0D@MUNbGI QZ5|Un}'f&@($x2e)Ah`F<],@0Ga_L{r[c,޵k戏x[%Y'qpX{9AyvR&z3.\M>ұ4,ƜzEUݏ=Hf$YlD 3gDpr7@3qcv|֔ 2lBz0KrHPi:"~!,SB zwTG/ccªr/ >, _4alvִH?5 .HsWx3?'A<"o[$qܼWL;}xtjzynHXc|{qs:KDLc&s 3?qMWx,-?_y2wʁ)|R(oC~0q :ӹ"i]ۭد;KE(L4 _欲uMmU"_ u~utBnnlq mpl Յ䷨1lch3%LRgITXmZYά1RA=8aSspXΐfQ.9%T F.+QePXU.O^aOGmi>,.S&ޔud;Ɵ7E*HU0rxpWY5thCqN oyz\ ol1K)~^VȉuwꖵpVjsZ\wR*eIW-+ո.6z[O&6肝2yE~En>DT~ zi-g aYA=5LkBMS¾nK؆M6 Ӟ35 /dθERUmzKA PcKǣ4~#4H.VD2mB-zݱ'i#HP E),Ö޻k5m|5B4O`N–_̛9Zyi;xz-p(kڲ^dy\Xn`/C`* +7c c/2ll?U"7h5^|sQrMHIWsn4 GlO]ջ1Kb.֬(%HBO䖄i0 'gcũ=@dT(=p3m8a|/ʲ~"\溷&CS=kd;Ո#?ִ=~L[ωb;LCi1ۿޔVKPmZ %vs#AW*K%Bs@|X5M5חRRC*JSxv̰h{a%U҅3+-SC"  Ů\+,x]$#5O{b`z?).Bz<` oBїK[ =թ\n 'Xڱ>Df^"7y)R2VS=ڀ^'&7}b(p;7{y`N>7Kpʼntv3EF;RB27ъCli~40 v\Yp{D^yo݉Ȇw\lށ!I9Aw o*Z 괲( oI˩O_ӹ\Ts+]?n 3ePE9i1GmnX[(\<:Fʋ}6FUxm|{>6_fV9^}EuoP\oV}s2)^6<ݻz'ZC1[,t4B5BL D?æ3-Q DU'k۶ 0 D *B!gлc͕xܝ}S2]9j%e䠂T1ɝJwB}eD-χ|Fbw5ДTHGcƘWwUE,.p0*G. ʝɴ\x^GrZQԶWXxVAF[ )o}4jջacJeQuC\u)tX!VU`1QcϗQ3B%"ᢪi8}X[,{MܬۣW}W]>Y  &6Z5Be9tvCL˱h.~IHp~0QAdrAo"CdQmS@sLel7+Am :SaRniO4M.,FgU'b˹iv=^]NZ٪ZMv-뗼$;->)s$ѶI"L6e>SE[B/؋zLhC O\Ԍ)ޓNmlzVӉahٟNP9%Rh߾VO/ڠÛݐЈS{ωt* *쪱<_ϯ$o\> rրEqMrHYDhq#nfL*GhE)@"-G W`8T.v#1wWEkhVf{GyA.1|ͽ~y@pDh|&JChma*z5+ݹ0J= 6 M&XqǏ V$PMlŌ{-P jhn|K!hV jVH75bh6^id(0]Ee' v"c*\'y80Mn.5~1|YV7S 7{`r"On /xWȶveo~ H72Zk8Lf WuF{ϼmaBZn˖(}<}?8H4ؾL(㼜{lVw(H;_믢gkWݰ@CgʹG5 .ucxHrlȥ[*UoRȞk;ti.`ԯ3/\g uM\؍1EVR\*kR8]K/:>2Rd+kQJ&`oL4ӹσ2N-L 򋓹jX1Z1y~6NEǘ+=h#oCc0y9,_k7Gg\4+`I㌌xa K .\sAfrr.y'vopLױVﺵ*iX,ܓu(p@ky] ٵ`Dl"0Ho1B Ju.0:0 ^.4+af~gE:q^u˸R_k 1y,)dZ<$D5g@ w!ͭmA뼘V(?N^lI_!}Y嘢Q}í{ʰ#obQMVM/'fg ZfOs ̛B6bFIgToԑo v!xr7 =q~~0EJUpXp({RXZ F@a9Qzk[T:@@G-AVCwa?;\7˃ӗjr]!ΥܚeϘ̳܋~!sw w)PMT*>\M Rޕ+ᆄVܷS^0kBK vC2G^۶X&*UĝWΛ=b teR5"8+輈,@ne?ȕ^3%#uHoH Y<%q­A!#t&)sQqo1 -$&@ey\lX&<`zO<6#>,J OvC3e$Pʐ|6uQp{My/r93d\Cf1^:kL 8e\=;>Wڨ3Fjz}R>Ѳ3iWƂ{Ȳ^9 T3HÀPT6,T{zG\='RVr}O,x;lDب)#'N3J/9[ pSDz]hb? m$SL"'wf -=T!P`lRqF-1MpIHzF\1lyE lCiPף3ui:D(WWQ@ }]^'_C˞ʪ* lr-<13Ttp볘emaD%U.J6] LA:ќTb߉o4kfr uR2TЭt{^ֽ)EsMV|=4[,gj}M3)ͰӽI%b-Jnr#4gлkI/8Zq$ikGy),vp"K:D8{lVH v"o(.lח)Au`r)~Do~+xAMCGU'VȄ`GUeSM`]B/dv=D5PCFr@dbO!nɤPx=kVn GunÍO`q VPgx$Ae)ƱpS,ʱx;t]r~s ^Q z`>ʜoGyWBOM׫ CwEdՊ(~6kgWn7'?c\ ?fgΆ˩WnscHDBq;ub 7 '\.gUTz*AƯ \\Tu PƵzIUT︉DoC} L`.2 krxO;3G7&,PJ\t&=Kp{#aNĄn [A][]bga7Lg=b@Az~NNMX.&gqVZ o juO0OZ njm"{1Sc~ߋdf:j Lѩps C6%JesF=Y4{56h)%(z*ڙ5ʨɰmܖ\;n:]:聶(Q;q,-u]P t&Iޯ&, 9vqXBǦD*qżIPۡOd[hSaYΨx[ޑYYm֝"v?#/SBVIG+{6+CRxg\Ef)=AN9^ Y-'#EZPC8uzОY?.XνuKus([pӢ+bRn©L{l_ʌlv>K!v$ w2 $x.DGЭRJl1lG$Iͣ}##K3Z?lx@I^R;n+YFrH& 5֦q(hF ){^)HͰljuq;nm1wĨ5qu|4FTL6̆횤krTooE%~A#}qn-}i X{K{F%| 6#,Zoa+xi%G(YךC\ޡ !ࣨ=,U/{W;X:H,w!sٓYCV8FQ]wsqlbBk)&VQ]MuS{ <qEE(e( `ᦍ!>\SOn(e2:,f{<˭gv9uˠ9i &Gy!!ˇCa[&PPp@OqSsA䬹|cVgB|̆\O\xu`d3wA eӌ[HAm+ʟ:ac|2SAG0m*>QyQޔ7EU H/aeJ͙z+Kͧ/OU4gX-0n%CEB7̞"L௪0% Q3X h9I%h?G6%ivk@]õȖW V|%I{cXD8|Mn:x{FYfDIg")ʅ~ 骡 o)p1ąL؋0CgXkV(Ed_?n<,^^dqlAnrpFhuL9RS,{N@yC+U2rQ_-ת¨]/lLEn+eFOPv&簮.V;_ s7 ꚞ 2 j[NN)AY)+E86G+vw*,|L{GOe3G@!{CV'faǐT D\J[A=rϏPB1\+ڝ'K7IA.Wuv.,f^0DvW]W^y(A?bW.Φ3u5)m7#ȡ&1${vjH@yό F#N ,p8,3ԛr]6*M8 vO'%,UhsU:J6w Nv H؛5X92@sZ9M-;5Zb0Ƕ:~$%O?)|fE'NҰ/E8^9jM )fd?U^;_ H]WICD/i3KNj[7g!6c h^q(6 C7fs7*ϖ<v_1B%6|-Vl MoTcoD{NFk՛T/57 )Le;- !EWƁezUM- `K{;X`+8@,|wNFΪ zGtӝ _m>!q4&6*7}MF2 )IQɳk1oc. |kŏ 6Kӧ#9쯂H'6RI?MYn'?lE㥥RvnNӸ߰436!v!}F6^>Kr "pȫmRqP]TUpTNexFIWOĦV eƯ.wYh=*x0|0je]a1쎁;ǣ&v@GgrsSWϗaLVlAʤ %J3!܁QcLכ$`  4 a^t R=Qx296eޫ5uTS_k&(kU+F>TC4+B+u_9_99ar0.1'6שTTM>)~OdD?-2XfJ@jrkM}QAպtH; q sPӑ$/Ać5q~¼|;^c xCUua|‡hfK퐫D3ǽR/V.W(<'ҿu@.4C%.߸*'&:&qὮ{n5iWl:uî}%q/9fLsr4WFɐ5dگ|F=ELw֦]߸͎cY-ۏS| `.9"88IgY(ybB(˚8a_7vNkVŜTʏ㏣[&f$ a2W "f\VѱeRJ E͗DLGokR p;AN@oU8Yl}sc]]Q88E7/o:%yVL)"W>N.w6*cT$o]/ʓt~U~oӽ0p]sߗNK`O0O w?h{jFrq_: < "Brt:)a8`k’ث!Oh IXW24.xFyRr8˺v*a]Ϣ#h 1rG yP,1wܣε=>r僓PyђV+,~"tWc]#AB~u3O'Jgv%qyK'GNThs6IAi&41%ԇrUa𙛋tzu+Ԃ\B"Ev8{W[ڥ G8ͨ.E˜=҉!($z4mM: DCඃX*vCj$2^XzN FiV+ʠVG8DY,H"I`},r0_,W9SjN@/V S gLp.2wtsoqv#◫aߕk!_x-)y*},̘盷R U7>cFa5zsYhNXZ׼@'~*3Wy?{¨5|@ByrQee"3mjf`<' ;ªSo_g$2q@+2Rj VAhjǛ4 -4.bmuI9H;k(;bz^]SrGx@ RvC d~aDmvΌo؁dq. ׍Ĥ(1Oloe'U N(l9{ox іu@0LK@uVv"N{1f\_ ֝Їӱ!&{H٣v[fehf^K8"*G:Mt[窘|;'ߞIwiѨJIKNbI/!(ȉ [LvkD-ᛧ5m]k;~>ǚ NN7[i`(9yؓǗM1;hRPpG)1.*=$0"#LrWr8\[*j)[K並g %n]D5LW> 5[$5׵Lxh3MeL#ZT>_~WړmAtwJ>܎XfBJ)7qYeq2!OdǕ7cn;ᵑe)l&sv>O=^%5F^&u[pZ8]q2ThWTlryx=E&B`<{<ͯW29m֭rlY=.<=<qJ-sU5G«oR17lnͱb(="@1O|{4.5*[2e!]pLn곈 V]A߿ۼf]np|^)K6$e5o ZKEQKO}Y.Q ]%iPBGe5i[Rb~3W crdzo~G+̧vk&.t^l 95+K[H5ӒHS7oeӿku0MA}Reqsڰ9~U+#Ho X5!Οr!icFIY M`7T8\卛y=(+KZrk㍙(D>wVwQ9.*!͸ron_Jm! l1m!gH$Gc *\c=`S_YPX(F]]n@TG\qb!oOhمUKj+fA'a`3 k&bx\)}mK~H+`] ΛHA7 gCj&L~Bscxr/zjOYN2t=3GkoAًr,-橩NZ@N7'5ޣtAjɭ:YjA,tWuo$PI(?{[4o(_6eQC8JybDl3-]E~QpP,Moz"r, WH_&™-rѵdS[E9=U$H{|Fi( 3|/e.i B@o9 t?goވëřT >GIsxHesu|7}QƒMMQv}n]vZ&5.hv18ߞkaީzk!f[ Eevdic_ޭ[WC^KQ<<":J*J^=`[ *FzkYy5hDRd1Bo:@Nii d(p?#UE!o"hF97Shȵߟ6&zG25@sҰUrzQ!)Ӫg$?ascFD@ub'+TNGK668wl˭ROQZ3;aF>=gE -C|=CFIssk1}Dk{]nM:[$Ը``s0݊#?Oy{4W4Cz=IɳҘ Ь>9q7ߙ,AS;5'y^LM=TmL QA`Wp!~]>#&uu:SEqղ6:mŧcnFկ YQ},v,ʉ"&<)3NL79.H<6'23 ?xMA2m9->X8](\Ȼ3߄bKNe,/ٹZ׮`{яg",)OKz}U;LЕ6É $tǜѲs вx1k 9No/leKI@e65%jImQez-zj*%&g6ij-Oڌ ]7o|v>WC.0 ]^(vղ[`H؏(hp}sF-2ѮL\y$; A>gE:mqFξnؾӤ8;@Ҋ}X KN [Gbx?zy3T!ؑ%ytk aZL Pv3 jA;b Cɫir~Űo 5p[ Ұ22†tUh5_.ߗdm:?d*4w^X`ja:JS`5[8lEץ,`"r_hDɋ~H8E~kr7 Tϋ]4\*lćet9gKTƌއr ;YZG Ud0]bPigF9rT0YS'M4$5a]w*=W5Nkqyֹu!P1Cf='ep @@4}9L; 'Q/5VT(Зyq]gCD*a 5PJj/#)6dY^8szK8*o%G2d)/}@Skzܢ[}bZ46CGv%k8֏9${8wZPA4;ϕ-'=yPTWMwBplIdn kkNJ+AV1LItbX҅4wX}* npN1D!Np{n[7ⰧwlGrQ*+exP %lI6gY^Cd ذc?K0,p#9s3A@=L&l mYeUA7k~mچlt@nI #a֟{0Cc_lG-nhPU)Tv7qW,leeAcaY|4x8#>-r┳-Ͷ)@NA ߰௖nZQD?GRsן>&5 ܩo? <ũrHD2I+ E#yVa$C)ƹI/cg(Y^WRK/(fz([Sn0}^ۗ v( {O WZE.2ܠC_otfJ'un,8 ڕiCͅkԽUJ|CpXNwQ;¶>'c"/Р-aiYP\޽K4FXzŕµ.l4]Rh]Ɓ6KX3LtӮrr/]haPP>yUv^.gARx*oAG%bh[/R׵!w fgI^f['zi'F|jH. .Ya ;9wwiėO ٥a [1r$ :2/;8G<2Q~7I %&ؗz w?1p[˙w'~0gڼtM..Hÿ' 3`3IC.`I8pi Vq~쟴*Xb[~ӽg:Ms}g0#!΄]bO\"VЩ7P.r>Bg_ŏwOПΥ~7+rX&Z/J[uP7M f<0Z Xh: P( /'J/0x-S-ʴu<\ĴUX5]^z[JJgHX_A`?@ ::a[Szʲ}H\:#x}>A{^ߣ{/Ic,J{[rO['ha>Ą%Q1& LcJb:ҢLUag\biZ|OIlؓS'v_ 9\˃ԁN:=M;t59s;3F0EmmR,VXt 9:nLq4譍D^f[] ;P|éS b:pjH(N"R2n˴= #:,uiqM1u^ZZh| VaX*?=ߗ«?OP`Ƌ{Y;|䘂k}pJ.HE_h`ZiSU&OySb {*I +@ʼ{:yW LhȰXNˬffmQ)S=ecs)]ZP]f |;x>?M0T3#Bs!V4V,K5l7^&i d0sZ3φ*] x@Ro3"K}y5 [Z?ϋ4uM3Ocs_gEcHP/g`wڌ#wŅ s#S Wr֡ցBg>ֆ k71II5+7M uQ{!|Qy'yJ,3)u\c4m+lcpt?Lp6Y`x1>ZT؎miwz#zOsmx\?./!`aQgU'"Q/!6N9%SvBU FM[ a[ CeHZ6y>pg`_ɜ3i:ԃ9b2;dm'gTjOaۇ|cd&JkU~yuuoϗ{N;kl{aPi rݣ/4F.W'.SOq耄XEE%jMTWd嘴C_T(CmARSG6Yݚف>&<] nhꓱ-ٴ&LZdѥ Xļߤ0|[,ȑڙgءt]q I YmHgJK࠾8?*7VViup ݅G_ w[7=@둶\Z &oBKV "J;xOGvjw8;+zNQ,PYs\z@:Fr/!2UKPRJ>ÔH/XrulK]:#IE14ץҁL-=NHO+[ǭpL%EƈT(lbK[\$Xad r$bpE:*j>"V[%\Ll=Zxn3=r }+d 4RX+B4 ɿ Hrmy3֭")r'wC3CQʒ!-_U[b,AO&W5a1/8ʪw S'lŦG,4&r.􂄰 )C5ub^ra>O)C0G4bACVw@֎)Q\79>U(eNǨ?/k[Rّ2ЮEK\_Q^KxsϳغJŃw/(bT.$2 U%u4~\}9)D%i{.èrsD -˹V $Eh1gTuM]oޅuՉ*G|}9J),plA1)"jJJhvKriD8?5|m ;@:cy6`lFeM:0K^@h8(@(\6 u0ꖢXD? KnG̡3Zҗj"\ZέY4~f{c= NMʎ2MѩE,d`2Cã@FUL| v( B!.'nA6x$Ip۰M 7HkS :;BEz/dmfbπMpyLSJhp,h N0SeÏND[0XwcYdLPl]B}#)SOdO@ Dt bsrm@;}d{w:eAJ)":kx5UvPbm琍3x ]IC?AY/  Y;g|8)MPxf/tTת0APY8訾 h)uOy[H\c0^URBi?(ȗ_U"*3ڻxZ;7 28'.핏b.&+jٴX Xۼ|0SS.$1VaBm叏8rS{_QVc(5.3"ڛS:I 7"ъU0rZB`R5qcV;)M[|n斊Am-m*=A_,V\))`XȓTA*xYPmab,69(!7z?m:; ߷0!?bs0uc+xS79)Q_|bghCWFD%qrQOPuY9IYua}{PxA7A-M6ӤFE.G15qY}% vjhrQEY5f)27Qfe0o |r̛E`Gû_FW(:xy!®`?rݜezZ, V C{ ۢxW?3 ";̙z[x\ZܯzG<* ~6\ ho^eKBHsk}E= i:mbJ̦]<"b xԔl Q4%T*{p4x"mŧ/u~p*Y>Մw6jNhaa4V < ѥ9S>ǰ_j|s-y5GQ1EJ5Ec wzpWmf_Iku ;;ȣ0TxÖ]K pyޗ}8) y> t8{$;%Hv~ B QЛu](V9춞8*U.Fu];s"OPUp) N|2E;/7 ȝ{8YGa,Sl &Y > 3w΢/w F` e {X`QhC-CֹPcH_z@xlIݐq"eQuW )ϓijeX+1Z]utSW7 4U86YTy}'v}r9ilrSqmm1meʤm &hIKv: Ӡ^]"r=TAjcQ"6q&s 5QjӲ[aOfőҚzCT=3ͳ>5o`hz:\ p9X:R7a;758B2;S g徿v(N Dw; SXwPm]AGI rLQ`msHJ1?t/њ̍5r`mi싏8Q f eл0*\ztAMo٨|UWM0 /B~ iU ũ#(1ҿޖR4Fe=u7FţC`n_{^ְxBRb_\R؜a=?v ]X՛qߺȁ@I[  :-C;O#/BAXrZ kw]ZcؐvSyNiSO*pL3VCrv6z`Z)q0[Ys~$r 'Q |##*C}eƼ|o6m: 1۾}"qlOU-`>ھuͣ]u-|򃤰wp#X4@59s` gBʥ 2[Ob3w H@W9.}_X)8(B0jn}el$"c,̄%_RmK'#8A^@i>sm!پea>4v98{?o}Oߛhs ûK2o=[Qb(XϱPaS{2j:/,HT\66MO`V%{Bs)Re K0z8LnU!NkW?2qyʎ2Mctr/ov_{>oxF@ȣXˁ!tjowܤ^A<bpI-VA)Ɋ:`*72T፼rU*cK E3JxC:~TCg^"ؖ̂v41'iH\SXɘDtVODT&p5~V1|ʅ{`G =?uæSBVX2aH6眕:.44t8K PԱBh;@̗/o{$ȟ s-M>v^hNB7sp>q5_6b^@ ^@odJwF&VJ!ɗ.mha@FQ i ?OD'xL/<&0C#xDv\P2JZ9l]?8ۨL^ֻHѧE][kpGPKTP e2 3u*Hx5{z>9ځ^\TAf2Vcգ磾B{elMSe|ϳ\LɌ˔F4C6]"WofM PbnZ_|6钁EWeuW 1A?h@C>TipFM pdqLjp6ܒ?lJȹO }%vLa#àcAi 8泊n5|#ȯ) #Bش ܮY7v "<,x*((n;y|$IZ~/?]L;fWjMVE/ό 8yp&}9$8*l ĔMZt(ǡ+ *02_}sM39]Rwd:(3K킀pȠ_:{B{K}XWƾLvSiy;:Q%RR`9D@o ?b*G3HKȽAG˕ۆF@ ,{xw#]P)2>tf99ڮlRNQ5v>5`㿊 ͠4- [;e T5R&R~iZ;*>fW'gٴKl:@r,:(1=]e;] t-'{ψخvv30VxVޑv5΀$ZN%b;>g;7.Jb:#H4Jy! 4啡(u *ݚp-@I3)_`gjK:F\ _>;]dtLox-Bm27@gP1%? fI 1/M|))\$:.rEű[%B=Wnuv[U U/Ozk(KĦ~9V킉 7p/0a FpTc+yI!$+ 2p4NO`!гN+QƋ{gGpZJU.f-bdޙb7=}v2gWP}-cR,%o-/ I`og>`s{5p4fmPhI@>\f2a(R?JGt'Ƣ3HHMm_zX8)N0Th>q wq@ԺJ:yF=yz֣DŽx2G1]6BKA]1g*lTו1.h8k jEO~@9 հb鑫܆֟&[9ֿ =uVG*NyaS&o;P_x?Bp!P m'E)QnʹTAc $7b};'.D+%:n, _UltPB ,RC45F TKH:pƘmzXtֈVQ~מOn9yIF{ y~@HH]*HDYqfCܹu sk&05gnE7;:AYkZ;u|EyCA_nQ,OA7'fȪ;XM4 NbBA%'~RNb,IXj6snʒaV1u^yԌ.8G0NIV, <ӱoȎL%WD;iݔm"<0^Km$'Z,}H^MHH1^ru\/*-7g_@j "~]|^bqZEHa0ne9O86=Jݾfi'} ˡ.t|c>m|!(;0Is@47#b# x.Si>huoBAOm1^̪m9x̊`ɡ6I Tpd9+i޸ 08_sw9hHL41Ʋ49ZŠLw+&iKpYn!Y}j= ՞SYM\MgjY8*n J%Z!N9<4vj1k2b ![UW8Yϥl^H8n8p̃Cێ*,1#XZ!+?i#sBE`%E"r.!rf׹B*+bcɆk645{=C4D?WH487)k0h5LԠC*_H!$9$4 Jz`OBGځ>޸P9dTۗtKx݊+!uaLVmX1<gj%m>GW\ެ@H3U#}dq+ëpþ㛔޼V'#fۢ|KGֿn ;hA)u 4aM;o빅9;m-AQQ~1g2ƾ; $e̿l~v륎FRP7 b?z}jɛMw봒ɞ ΄24с5)1[}: 45X+0'^F(YH( G74yE-eNC41 ,lW+1WtMiW6J-rp=+юŮReI`)f[׮aE7qV 졪6N܉Q\᤟r$0a$Y[I vŠTb%A Q7@\VÀVTnA~R.J 2*39v\9(T*>t&.k3yQ{.h:E W>|RYͯ d6 Y]h@4׼/J|nje06e͇ V!1U=d7J[RA= 1NN hO3<d I㚣r c͋]|}O<;=36Wt=}|e&ȟ~#54)6cg2 7蒪Gk Rc4όL~D~ x4d  @rgTWDg؏?d:c6l=_g^< =TI cdfm4LȶQ9 .X-Af9OP08ž͆g96ibr xĸ*.ooub\8a6ó1Ȋ6 '%~]=) SґG|Q"?X!0Q T8\: J1@w4.͏f7E؊ޙ_ Z`)\c[*٪Hw*&3P3-Yi(oYJZx]#-Vzw,:CaچbWC Z"Ǥh匶͚`TH1vS-h+ZMZ9'FIfͳ0o.Pnw[*mnl:zTzbh%>SMPEC=b'm ~{D nN sŸ+̄Ixɣm\+6#oa˿BD_Bf8AE vW0$gh,Uۍ:ӖNxANF p`N)X:cUO>z8]}9VcTu!W5}gyEZg-ZOenE@3U\-D`YiTj<3*Cg✇s-5q[m, ځ˔JzA5MJzλK!ϥڤ:'in/uQbYWY+# mܬބ:M%l5I;Pڋ*|*jUl :Դ?ʔc.Qd)Y( AHʐd1}ȍkEIf`5`&ݳuq5|"Ӽ?kz͆+KP~eã83A7Lr'X0ȉ`¬?Rwo2@(m)2Gq3_'ۗɀ2 ?gR#ȑ!Mu39+8 9&9n߱/{H%zրh<缨rծ[_ox0W徻|DF&pɴaէ{W%k1M20i7Zيl|2xoWh&ΣiH/lyr#KRF+{/xP! Nl\Ϛv/Zh y0$mg"vF6LO O/Y`ě~= C _!9p EDb-J_EPyªJnp&z|Wi -sGhfNJӃw܀fuPSoP5P -pWBbb6V5eHI{h̸UumY+.U0!8Mp0w`(#9YB.qNeBY,Ɣ%!}VxUd¾.B9,>Ixt=ļ 74 _4|JUtJE /"Ckіhsv?8UUWA9涄[ʼk4ݭ =gqw*nTJ0+Ė}zj1`cC*iXdn,j-W@TAɗD 8é2V6fjV3ĿT2`=/kp?vL $y䗔*;'-~$s90e 8.dq9Kr+BI4hse%R)V_k}jv^, we=4]XNo&n:፟g/ʒ Jt)jӔKOcbdY2RBu'!0ݖwX|^}^4g4 8}N~<'Cټ+‚7?;ܥ(Ce 9-6՜PE\zb,LH\^5pvfȐ<\׀(u)y#gLKZ94J$/g~Q'p:vOHB,|- 5}'d`ש2DX=T[M鍺RtܾaTO6QQB,or%q06PF_qܔMsƺ!%@2J$*E[Fd#hOA:^ KW=G:>fͨMzNWz4JH.m=]@F8B5>T=HZal@z 30O2܊R;osWpmmaNS,ker vM6Lɘƫt7|lPכ-N̛!*$R{;cM%l |RdІyՈ:Y4΅ƿ`&]N\ܫT -8}OcBq: .C"..9/>/bmf<2MUgԮ#sl`ez);(2\5wpf@jL)qChIt@Z`CSsn|%OP\.jϽlp`֫E;W z4:?5 PoPJQIl2 JWEwSFN5^n&Ԝ`4#MMozy1U|HU*{X  `BZo@*^xs G|DXP}U& XS^7""?5X4#oŶseu߇ Fu@+m p2 v̬뼇ڗ',&Uw6_W 溁xxfHG$osV@oA GE.MDU2|CИ$ CQf90ޑ?(H~dpaIۗ;;x-r2SQ!; &BdN YJHv A1%?x)8;Au&fE S+`y>ި|%XVz*^bTJT/.W~%|`GL-JDyξK^5') 6O%\}vzt+m+ !I7d%4j? ߉ . ?FF5<%|[ݧ>Nȃ M. \=KNޡhﭐ$k_d B՝ᕤN $:gzBbV{s2vԢ7H%@޳bggIˏ}n#k`Yv+b_'i]=S6޳.``c6,>|ROm:dA@djJ2͹1SY|*\hkZJt<:dk ,N+$CA4`|75XauAcMR"!U>a->44Kܾ97i/>T6+2 "tI3Ƹu{E|X3'&PǻO.+;Hބ^lHd V1d5dCSs=ql{ ZeqrXq’wڟ uͬ-%W(# ^ijkCm^ I㧺}@M EDzN@w3A= %;ctuf7˘ӗW{ټ`&i r@7ɖj#? L1Pߨh ^9:svӳڹ<}oӭ9=lŧ42z|qMq퉰\}2sa_'/|zVJ'ܽ&z> ; -VGl(g:_ƜQkaJTF&"*Fxءj!/y-9ˁ &uKG)~-xaNrkiV !~R}HOUӋA. M Ń$ɴXQ6KA K\CfN`hwMbq\Zbr%MдeSP{m3y"!%k[=@:ױ79~q'nuX['ﭲRp\ro8Yυ)ry>ԷH;&c_4>uA=7Z儎tE^yIͭp=D?0rY-BOK, eU{Sr]rO?SES|t&%Q;O;rvX#)wX& 66kM]4R#UR,D$3Ō5Dka ,'y)GǞh:OmЖwe|N <TTbBY [Ml$ 7|(o¶A^T#\ p XT^q%qP4$ ""2:`ms -J< \+] <ږ6 v?}&ݦAbrIq1KrRs uh )vtF+iV2f'-Eh< 7Uʹ8?޷*yoQ 06 "~~̹0XdHc ǎr6 .pS dc/'04@ O&Ot$GǾ߈=*iqT5{4fS}|9(zEnl'K7izbzǤ)=:ί43:jOm'{*~nMTg}}2a@ G~ٶd|r:&X˽,7ԱZt{ G;3lQ7MtU F+R8v>XuF#":SM^=V9Ŭv W -v]za6vXUY輐] X tlv..׆>gcg! ;p\CdyM)K7JgwW뫅'wsNZ R5A52/Hآ0NooӸp:X8{NR7gTyZޱW3HP Wb1A]I&ӯ/ O,9;%ii/yiխ61g}%wѨ,DޜP/ND|m^*D}KBk4A{|'E_oі1L[)N' ںջ,eV 935eJMMtoNѵUxc_Rb{sWBDOEG0mzUcaP[o+rst1iCc -7CwH569U-dz@#jɋW-phb== c=<]O8D̽NÜ$L柄hr. B7֢ !n1uPFТx?%XJLj&щU ÙC"u _mT{Gs5(G@ m4lA&G$y, =XgX㱽\m!VRZts#gr{I=4$9<HSmrK)cJo{f0p]1rlfO=95W.G<ruF?1ߩUjEQ:ؠ̤LMTHOƁQǢK2S:5&YZVr#5Rp tS~QETw_aax8F{ -A:H?{/*c ;D)h E wB!A7?{pcf[VԩT$-_&fc3Orc"kq=) x_3gM0ʦ6L:^ʚ<[]Vĕ}vɐhK~\EBhgFplp9i'h>W4a]{HwM*KҦjCX=ԆWY6ޗ]01;rᝇcX]?T#\ߓ+L UWp {$Ϛ}fHJQl{zz@B͹6?w0Hš4ٝM?,6O8:LJ"@7:;GMWuU Z1hi v$0e~9=rjk.NEn# Qint1:U6ߢ(yȕNfWK7c%7( -b;0;-pw9vΥ)O˚V)sv=6,2Al`v uT;QUgK\3wA٨>RBɻ-x)Q/E^]KIrLBEGd܀%_Gm,n/ C+ɘى*֬ŵ֩l* nkR|'ËN< ۛArthcq\6ض01U{M%9ԍoS.Yarp+svIj‚8ʹ 3#|4vlVnt+쓰đ}V+: Nl^ס^S;`v x8뷨hCjaS{axrv r7ӓy8 B#  DC9ux&дF CuA'ʫ)t?M)Bvn(,ӾȅXe3*=YI8eR*>3 <ӟYgeлyW˨%X/MW;3enH1zbPJl=7Ѿm<5 ^8h wn/J;JcJ`C}q쓝btxF<?D=;?aɊJ ;x Z`fzN2brv@u5@IWXA.QOrFkd xu!8q? (xyouY֌D2 3kԛm5WWy za Jp0h̄WDc#jQUxś k2}e"RVdH~[뇦;%,d j!olj_&j3K>0H}_E $Ex }؅}a†5D& Oٰ^k¾ ))*,LP兇W!,Z,~gЀ!? Ea6erA2̀* n)7`!nE*7W>P.\RgђˏqVM*du[<G(!v;+/Kc.'^fBy =xd\2FF~{'"qr:S[>"qk7WiNBL}]d/)=nvVK\{O#TkHJ 䏽\ѣx‡|.UqZlxjc+QJ dkC6=/TѼ HuAF:5I\ڊ}-5&W&&2Q^(P7 4Ɛ0Pbo{@y)XM3z d쉇pհz C&MC3EC[Il5;/DR8űuglk]ۡ`%(Vv5rsK% yգݥp`ݙY^p4A2؃g)XzyBn3p$Qu?x?YE!U eBL'Z=dl(2L\iT5/#_GHpɸr-aw]&yՁ=#q(9:jx׈zq tX'mO 2l`S/|<9e!VJ2–k[m~V嘌f{;VK+"a3ZR՜@1ߦ\;#:@Npʂz<1F!)B1sb{Y6xNn&+z:(z@H\?Ŗj=h}>p- ^hPf{siww`e7Q eoe6x0`*M7UQH_[wЎso`>/ N'8@W' &Gbޯ!tΓ>1.Yݾ8d.d|eϜ7_v l̐F!vB]͌wɬ@mW}w[V;rO>|l0 h zZFʤL*~%̯e;E7 MyXM?FQrmx ~"DŽoX$tU5TD) Û ik) 4b_ .'>3~Ֆwht^ .(aϡ̂Rlp4'[}7pEIZꦒtC=wQOJpSʬ˪E:J[.%.wi5]Ok8KJz+;+z!HC^GaRh)6 ɹ^I"̽wwNNH9/;X, M?nj a"F}amm-"U9r."JBoɈӮŅ79^C4ʘ!5L%W6+EI>埀Cl6Nxm{"DtEM<Jnq7Śe6^XIgj|x.)a0T٣u[[SMb  ~J =a[*LiYW1 S^V??!yz+dn/e$"3l&c =ނJ6:GCGtn:D)Y d'@N8"7ɻ_4S,պ 짳7G `5KL`t-ju$|Bk]SH]=:D.f|]-/i9fi ^_؍(4c؅9-zV$n瘶#4M>:zR`6 76ɏ>\Ylg ?tffHPx%,k 7t]zj pvf D\-UF aVښ/̏bJr"î!8BQ#fzjos^xQ 1Qf,1 |M to"m-Ū|gk!EJǠu/e =~B-֌q 27"- Lڪ$0 Nf[ \E=ۇL}*5 >KcIL3Ľ9cgEw@iF{Q,#$4/ dE"ʈJ5+t/k[[9\1Af,h2`]^ >6?V#++/SMB0Z& q8Qf)b#"]'[%fD@/b1B<r@^L'0D*.597{_'/?IB/ K~,00J4K@̤R%z~|ƗZ)[JH֡"^zؖ,o¶SYshM.3frAk+qswIHJF?ˆ&b,&7WYO>P :d5TgpBb/EaCyV;)hNpZ/3mRik)*/͘7/ӑ |ԷXO6gҶǀc9⡥qU'S66gh7|_%$Jȱ'O֔\σ\iOߟCցvJ*m1ɌjFr2THY Vd80iUm([PZq29`{fO9 P/3{'eG**+٫e79&tӣU3m /B/0SFe [s!EBjCb2F]T!$ p2I/Ғ@cT,Pc~a&w -!)/VӇZl[lH4z[@Bj ?  /wu3v>?gSƩ @RarJGZetrD.C\7uq2`*\n'Pe\6~bHƬr=A yi/fZY~l2k(~vQX.iݺWy%ԮU|˾- zd-2L_,M onrx8W(FY٨<=Jڤ6ThFjan YV[2?U7B<bbWW~J[FF 6~Rӣ+p$r['OKytM׽/( y-Ne*m56x"}Ctv{t+TxŚYViO~B2/>_u%rW}#IfXD}䝻K#uM`42vZTrO>h%m UDy'ۘLTrTh}oؿ1'ʫ[~fBz\:k)3 )0zb&v: 8 R#X/>SlvMi[ѹ)EhN[@샪4P(zE׌ zu؇X3s=Nm +Ү#YGx^4}s)Khɨq%$Dx#Fwuc@|Uؿ8آX՜5]Ͱk.1Ir aVP?M?JvX擹zPf,NkA _sztO`@/u2X[ƃ\V\\LP|<:9. \]2kohIf:-3-RWr﵉lwdv@d 1^%6&*?![ WL !n 3ڌ OX1y"ȆH kRGQH5ED \@CQK=ZH3Oy爍茠 W%.'7𧢻}Zq,Ns>-w69h6q{1-@NV-Mj2܅7zms S43wˆذ2x :% {/料͆w AWs"o)/D{)p:P_ M+1ԜRBj&vڕ]fw뮶BUcQ6s5r ^0 Y`Y"9!%jMwmٚ8U'NoWYr5//c;i8-",!fMOYTFY,amG7\y1i5-+3H8-kL$5@A]wgjhQ,{!rw:eYN^&b#^Tr»$zK`gfM̨)k10cԆ\M=>jm"5K.;p(M4pnMگQJ(pseXe> \8D|?TbB+ED!Ԑ7d: AvQd9bX %ފD:rLFh{d&s`ŀ_G`Ƕ76)Ta( ;r~_~-ġKmF7M"|c`0sCã0.gA}Gq__b䑫xBaQ:0X#PjFjUfH}s[4APJѽ.?NgUQcPuft2($7w~e՟p#VR*G3녥j@q /ڙ^HԺPl 4BJS3F 5)\AWjxP'Oz}B1!p U؈Fו2W|8\Uڷo wKнBC: ͼ?ôBMRH2Q5 ̰ (-Ē"fp,˛^?.m <@0 OhN@Yq7ͥUC2Y8-34 ց($D^1PtvY 9 kpr?zC9Tld}ȭ{b$$zbYoۢ kG(u %0O<=ϗ U^c'1l;j4Ķ )r KXտHm ÿ0D'[{(lӄR7 F舽˃RܥvAY<VˠjiX%zƦ X+ m:I}&F_mr8jg:Oi{(@Q´a@RJy\*xi9[I@R=&#Zz ǡwOz)~ | QciKy0[>EøwGdH+!Mb(6ȅ3X9_ '~A elZL9e܁%GSv:X "^=bZSͻ\0j4FרsƱqp2 Nxg=>+! EK] rk!"D!;IOkx_xvq2G%šX*KM][cMlnTDv<1Ň}V+9=Ͼ+һXwP4u=@rz{'NP=Ww;kVzk͔mBT\n#sT;Qܕz.9wQ@¤R"ܚ|1sJ/*fFsֵ[6'͒`#W9 ?~' 4 FxOZ~1=D2Q Gm{;fr~|-T]լloMRWGޔ.x H|=h>1ُYt<4k|VbP[&&1%df*_A|QKW a^E_nzJ3ܷɅ/H"2n1{mD]>5܇5I_{=7@83 YT:j+gcrC认neB)4a7g2 aȪ>׫7җe~ %}X(n  F%3'O$!xw5`Xf8*FRm~R;k(:TPo{꜔Qn~jiA<`W}?w  M܎%V$B9Of5Co~j>"4 ~ !i>:bj;_)Z8E#EMyNXV^RMż4py%ITOxs"v۴ "ͤV A)8l/UIQk[B x e,e O* ?'$ []v7 0+4Iu UiT12ŸGZ]l?<@( Q^Qڌl6If ڑFf@:&4zH AbXUSic/ m{DP0 sCu`@d^x'RQTንN*9Mݘ'юW+쟍vX(ܾr+Z]б G)c7)T䕎13T"qVtM$iE]en&QCM`UXfv.qRCuS2CUF!ffjE3ShMf7$VM}"kkȴ!gW9/l)>J!4ު`Xj9hNjR}_J8Hʁ]O >&_gݬHyGw;IZٻ)|>צQDAf*|XfieqstכkF䝐.I_S!6| U2HE]H>68F8W]9'Ưµj\š;D+{xeѲHh)9p"JSiYlBCk ($LHT,|Bx\uFGWooZ1HDAGyۤaR*J M yōFJߗW2)SwW4bE"ƻD+7pdvH/y02]($|WB EFz}=Գ_xb-`IP(k -y"<5E BYxuะVro anB2;d$s)~GP-˒pBoEw$#94Y'pB)cIw};ъZkxBCk 7xzM馡WؽW 1t)>?a/z(QÚ W0grf +%wՈDDZ; ~|3)@i% 7iJ^j%Trn܀FWLp}@ un@Pf ˗t%OW(bd }I6ĩ ; tS,9Q=G' /7(*Af9Ԡ*= 6A74)z4!)m.V8M*kэ TNQ]Εėtx1nŢt3P[qKs( ?BMwªw\;۸ӊE?P |02&1ھ}%5g1*~yq:Y|#>֙} W۩TJu)Xkr鐅_Zu[l<嗜'z=`:1_G : jn H-$NԥBt00\ao9-5JA4…oY~E>=i\#KBџY@@ŗq{DPly@^:ynyfGA, /PCS o#ņfH%dS/D$`y4I9[OSBO8(+^#N/e;dV6NfL?HWTk/z&? O* _HOԄM~1tu 򟭹iaQCfϦuVPǿc詰\v4{weC=Z]%fg뇪=McNBf /Tf|$i"ľ wgZŤ.>U^<'hQ%(zMCꮌA7o~YLy}h}Xt0NinS\=,J+"@O߼G!i+MO5z:G¥%$yx> dv;էl ̅1|1R^lXAq6~n'UU%EМȒpUz/d7#E(OF#7Z-]3$-g H؄8;C ݰ$svPa5VBajLH^TGp7\#7ƓZ! {>[#R0`q%wҖk\q1:@%XpNGyX w=8&Zlkx&%ZO2*3)7Ol:я-ӕb?XdwJo][1ĕ q՝cz}:l$W*LzUT.-=WUWdv=rRuB]Z$! Dѫ#ڄ;i82aT@A쐾䍄 ڤi3߶ qz< @9@?[ k5L\]{?{uÒ>@~cWVxo,Z- 4x'ܑ Lib>ҟHO L'D*f5YA:I|•|xv 5i`gV~y!hT2E[ _ ᴗRX34L-=x٩,X:Ru"2wٷ<[$l[&jU54CQ&xpBt#f:y{%EneCts i02Qyh`zE dLLIfVő/JƟ)av\;XIc 6f(82>ό]2r'[CRx^nn] Hx91ֶ3 <)'<:-VD2ˎGHwZNj^$--zuIḀ l\O%}a܆[d.YddiOט.=W4wY mK)PPoa{p81Q%k%o2Mʿ^XWy}<zcQ9w@ՃnMD|d+g1$"7_vVI5>Ye[|=ie('=Zv,e?} oƁQyk!;<pt 4rC@%xG[ 3 9Gq\|AY$MhAg]V kπ5l,GuZ AIO?,|U6pAnl/7j'l)c, h:Cj|]$u-mwf^Ԡ`zSmDMey_P|o-sjxXT&2Y O vqz>yQ"7A;3hw4=$o'*+H9ޞw@S01*?2hdGiS|XJ0hp3޳uVGnb߬I 3ϯL.$[]/^۟pc%ǜiK;@F]K(ŻJq3@R|H``SAAz]L#)8T'Br232sDZ)xv9m/07Q> Qe97VϪEja"QIOQ ө`?(F("]rPJ/u!I\7Oft-`yl|nsx96 F;x n˯K򈵧b K/>cVϷb}5YQl>:B.Е;ɾ1zl: oZ3XEVsS!FKxD~.<L # z2rA0xt~iIo86nI:P2$/$ђ<ʚP: KΦ?€`+ɦdn5Z%'=[8&hXj(Ў09hM%kpl2 /~ڨp r0nZ8c{3(W4y#ds-48p~ W*\zJ4=u\yTѸ$}2;afEx㝝`+BхT FE݈= rz%f?/qS?&`1Q5S$\{ɮT[W}4d8cI34)Ae BդB@m(c٩|ܪ[T} }"2}B_J?tRV>.mʵab%#7bţJ7 /8/oΔ|VϺ4|ʷ>VM#Q3o=d$$Rg&{:l1%GPmp`l@-o7B_4i.q |!qgQv0MrvCM#m٬&l;_Эz7fuW[;f;W G`8!S|lp6w-0?I7,ކ].h-x slif= ʨ'&.l3njHX"=N-V}h DQuDeeMrr7n@x]ӝD_2ܾWOt᪠SuxkNִY;g[YfZpƷwO;YWYBb%S -'άN.dBbav:~a*= BB u"/į 2 ÇCxE`1&)c٘Iwk F+e}g%%emAS˜3 )ZAp`i=,/D66c͐l\lNGȂLƞqe%8lXx eط^ʟ;'Q| RUb."t긒wH~ vBt5^H b@QLs[u[SDD]M 7˲KR02O;&Dx]C%or#,qV=vR รZ(JP;{Ekގ;`Õ,5Mr  lIKlHx:e]ld`ыnNEӾ]*;,=[6*2Y(ZדJ,hWM؂|ݫӼ|BPYyu J\E~?;#niF% &B !]sּ]P#5  -ƽiQILJ/D6g7-I&2 o@LxQ/NC|2lC*%bS޴{XU,-a c)5@CY=OU;!v.-JMvVͺ?ղ]rĘr '6Wŷ XR1 g&s-时rv:TW@am l" X^O/ϊ&H#7ùMuY#쫶a 8αo%5UN љG˩פHQƃ4yZJUb@Nq\ *)^R;$ncGO?:z=7|F ܶ%ޝ *u˥0` *ϱ.lS› P6LQ.S'g2~[݅\C 3(\ 8,Ii Oۢy%2J2/8;J7&y E PX=]\WO0=Wztn Uϋ F0QwFх 7@rЬ:U,ƙjDtWJ]lZ >ClX0߃|υb4*q's O%DFɁӛh, (iC~t 0¼_|N)3c\,"T-YK0GGsW@_38'bOec*ro[=sWL#ݫ+lؔG\&UshA9)q~p"FӣVݯ+^ـV0z8m$*&g~f`x A_7L#4搘CI{x7e:yo1G0F5 c"1贀| =y[E遫٫"S(Q5BV?V )&þjGᐧVIH{Bn_rC v_-kY[*Ju[Qm$gSil<ί{vLqkعf^t4TH:1"nLq(?UBbYxM}w63 bˇMhSeo+_1\4%$3D 9X" GY `⟣7fxR“< ],Г0]f0.AaL"KB25(*If'HlYZ&%DHmJlMuT.ًh'?wn7S.9٫z3PuϙF(p 7ݚFm'"^㶒ǹ]tQ`JYS/k`W_ra`] \y?9[j,L +Ȅߺb}x>gُ 3&{ۼP:&xOW0S!fLtj̚;\b;:orUfʧ'Fbϛ\MGQD!{k^3WH>aH3 6o既Ym#>h&3L:8PHˑ c wj`)-Vq(\%iq׶9L- {C`3b|k$<7gQIekn\ފzӢ~`+>RlUsS.ZH)P `#[ELw 6HҞU~=ląmѫ"]ŝ\ t { lVc&RpXjk!͚|f9 \?FM@!9wl7\* Jp(5F{Wm 's!X $6Mj(lm,_QvD\G8Z Z\jLtD,|0;9cy_4`-Siti*`JUxd1ai8&)ig݈C&l\Y3geȴ!@ֲ3(HEl,qMEa!\Q"ҾZ?४U!ٽ=NSjk tZ*Jӊ*^9~&* d Pk]-*ձnߎ)44Z&{2i͹$NV@?֏XΆ*JOf_P~RoPFKD W{4]1v+iy5bEnS.Qҗ9:zKrP2Qa{Ȫ_ɺC+&tx̚|V`?~˻'Ho1sbV+k3Z(+j|^[U+tzK4%ԇ^5g@m;xGB>%*(BC.j6>{aDȇnbled*-F5B)EzY&ߘ3.EՅzȞzp-4QB- ̭:B?l;scwh5N^#:5_|tWuw咊6BBwk|`{ rKxֱS 6"m듞P5ҳO;QU\<ׯ|bA%"t}O[j*L  ܊Nt_7#EK>Ȩ0 pF#9(C[@Z vߝg/ן5tk E[2>9]Q's] W,c7}HZ/ ўG g#Z3n!gui-g 1s1>IVY=s]t{mKf i5ax&C/Lב"Qv d@˹41}DpcQ;9x5WCsxlo<ؤ`*:,߃̏̚P]N.xWtfnɺ `XNk ifF}"2:.3vڇzP2(?K21cBߍܹk2ί*!dP*A&z@P5jwɭ~|prG.f*u([ F O?VLBoP ت>:ğfFph/YŐSWh/hC9X=5ц)L+2Jٙ*`<W@3܏t-`xmį6WWxd<La5ȥd᳣Mi[t[:#9 v#!vBCact=fK?׳S`ࡠfw%Q!iͺv +꺹CMypywF3>rrTU`#4 sO.q@g6BLq*2R0K'aSBc! m'y;OWcgefes&~UFYvʮD]3+1~_WTDrYޱp5OǮdmoYӍ deT41MHmU:.Ϲ~)Xhq;Ё1:or*f.r?oO T.O:LSmQD7B]}1繃=9#(ܥ$RAC7=5U*A 4fˣ- C^ȹ0M^x5]Ylz"J.k';ꈮ/)Zn1y`CDJ1 ʎ;+شӵ)P 97-CտV _肒bFLye[ʮ'RJhzK [Oȍ{&+֖ԁ5e*os\LԬ Oq&Dbpw|E'juC1x4>>`:6lی Ghޚ:6҅$@sYTjX" cXZ9OdOrhd!m+CQ ֐-pÒR$6P5kS69Vr;M ?>-g@ GWa}i> ;ĈVHC6zvIKj5|$_ˆ\`Ud:f+VġXxBT3BP3~*my#Uger!6_::рz |ǫC6?BWP|VfPT]U\wCGW@~#G}qyϭhC`I 1:i3뒏+!д +Q3f &? 1`E&zwDkۑEƃLA‘!G4%6 >o IK\@q7,|g3jv'$&J#eu,`ɓISCM|cJWAi'K66~LXoAEwb|u/]R 4$TYo{?4v'L8ZRǶ}mU'`B} [)^qOJvscyΉRLԜ8?e7Oy`ݥtEq]|Q5tA_^$KQ1-P%ܠpbɳ>W~Fr ;'E3N0')J+wz: 3l$llQy Ӹ9rEX'_bIcgÄQ|˃8!{"TQ`VRrMoo8bZJ=Xf~\)΄kt&?s~AMR`٥~6D;e}l-^˹<>f 2 R:c(IV<(,3a> QK3(FQɹίa;(DŽAy%UP-g| Pg” U&©g~N??Mwg*j:IsL `yp!S6P}0UA\+ʥ;B⍮W7[3ޡKZcf4G2Rӊ\AVay>Z9;FvV•P<]Ŀ׬#=Nnؕ%q0m:R>pk*)j(pDv_cV&QH021dE)eD iJ*1h8>\'垳S*CSp#CIi=־RwKE'J>UvH.yL+so&17T0YM61މ.䩰RNL QRQJX?5S,\{yMzW,h^Q,.}6U:FI&]Xczݨ(_5Z)g5 i$ϭk h!NO {+HjV ?(u`a2|sz joaxZ3R?d!%i~4XM/U_*ꀁa{bu## TuRSU=4%4nH]5R@o} d[UbW'ݓ>Z:8) o@P;v|("Eۊ|H}ߏ' [ca+Ypd_l>0]h7] mS6)lDrQdҧk53&yqH;smv Gq ȞI I!҅pBcz7i)vJ1we.6vJ!#*HRNuBb`a }Pb= MUJ-t/C,ç Ŏ@F"bK}X 9jiQR!B'|X:?EQ7ÐqK[ /2#^v|ʤbbK _c62x2@Q,7:`dA('N[đho48@9+q_}`oѥ9vhF5¤Ni$TnWXa\Rv,a>=@PaG!1xTjTrKvaVU^=M#]W+cҵi4ayWgs(;lI + [D%!$l,:hZ: )bϗcʦd tԤkk@DGV~Gk=%akDP:CS԰ݷR?|["tZj~4 oKt$ FmIKɌ2sڊɎET`^==xtbAKZ+dRR7U( i; j3+I^gO7 8k2ݰP6?i$3}6pjjs hu!f@Y- 9ߩE/;Kj42l-z+o=,aK&bHi;8&XEKƼ7'8$!3]Fc `flq?+3\ES^B}l0FX윁EѰD)I\r[n:ݮYihUo'~ղ}>,{rJ<[m-AxGfxB7$(ed1.F1E$J EIBEz8wK2hN޿Q5k@Dc\Z kcAiI0 (:[  GϗD+_ $o0QS~ʘ Am6\eds=l^8K“F .oܹ+K4:ep ͒V?8Jkz_#*Mpռnm4Hh'?˹w3 j.D\S8=YF}8qnLQ!(cW:ɍX pJwl.3v?E2UXASkAh#+,fi>Sx 5B( }m*bkI`- XumrZ9J^Hk:1{2gpKgH-^|<т+”}a-<*i$WcAK\ M$tĶD_<)bn a֘ܨg0k @BbK۹ȱTS;슯Oؼ(esOdyϾ7i<ĞJaI7 L2k vݘ\|*<F/:z=o&J$6ޅF}0YbK$YkZ[iJ wMpmto]sDؚ)REtMlnec edoƕ,>jw?Q w{-8w屝h,AD tC;An$4@' ͘g杰21+Ӝ02pJKvc1<-cM(6Uҕo6Jk}F'߾WAc1`iTA{mW|-8m<6[q3롸AkߏFw) *% ~}l!80]EASFÜ'u: ;4J7T:9}puϻKuRV+H#)MɻNЮa .Wx<4gK{Ctw | AwʠzW 'F7r:-YHg|Z$蠵_5qrVHK&`OjThtA $̡fZ8na^;ߝE3vm۪Ţ# 6iˎ He:@ tTĤiN")4ۖZ (NzT{$; ih*{\7X~;?K( 3K)m(ԓI4w 9ވMՈ 8e&ɓv~`Svy=F"VuY0eđ*[uX9ol &ulRʀ[N |uIa}Y!Cv[+v aq$gDedޫe9m) Z&ѫB1EĚC )FRMNv.13"B069O2Op,$2%BYۼ|څ/xu 2I\wBzmDhLJ:k^ xxBF(ޜМXvH4!2v2w$#XpUTI6Dz"}}I:IAy򍚏w9}U}϶ کSG -~5S8(HXSB6a W[%<cɵ[Ӻ=eHmuFe+?yBm|-tm=eQE ,ud>}s5呂~ੑ !jݕR"U}t#dk=ًЇq"L`5:>@+p7$ŔW'TLbϭ_N ҌSm[KOzgP D4)<4D#9TN<&ep ,?szl -b]_GXR RoXMdD<i&lRVOя+AYt԰7'Ҹ0@or|2$46hi*iS!z2=vr) HW;ogWs ,X8;شEB"mi8`H]e65du]vI̟6sŸt+8>uz85p6|r\(4PRWԹ4JW'_qmyaApO&gQ5'~v@h.. MvTЋbՓ۶*L|ӎqSFcMJcD"ib "%){P~*}AT OJqF#X"=VXƜj_qcfۦ+ogVZF߁a]R7s!D|{O{S\]oNn'QЭxb+`A>3  YZ