PackageKit-1.2.4-150400.3.17.10<>,8fjp9|ەQ-!޷r/po}.7[ĞxEcF&Ϛ˨ݖYI'hQq+yUE/I>IGo'vghbnw뀨ςA*h$eNYnPq~[XmpG}+> 1k:Zti&׺B.KV[{ˏLoM [7hN-vZ`&Mqtf[lDaۑ~O7׃C}lЭ>KJw>O?d  " Spt $*2%% % <% %  u%  %!8%!%""%#h#$&(&8'r9(r:1r=r>z?Â@ÊBÒFG%HĄ%I%X@YLZx[ň\Š%]4%^ȥbʔc=deflu%vtw%xҰ%yD6z,08<@sxԄԊCPackageKit1.2.4150400.3.17.10Simple 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.fjh04-armsrv2SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 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 || : fi3  h  X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjaMfjfjaMaMfjfjaMaMaMaMaMfjaMfjfjfjfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d9a3b68fd4ad32b582fcc16f7691538df2e2a161646c4fda8d47e0d4d2724cc82ae19640c72418876c95f8ab5376d5e2b3e2311b448ad052fe3ebaaf512646774f487fdd3383bd41aa23a7b73573e56f4c761532d1be1bc64f711f026f73a444a68c6db0778ad00de099b1576451c22ec5c5fb17d0403a1464591661cfe16e33b9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a46e40ccea4b5bafedb6a4f976025327c25cdfbc3a0f3f9ad9561363e00b0f2f6c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]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-moduleruckh04-armsrv2 1718283451  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-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.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//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/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=5600e02cb16233d197679822925ed5145347a146, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=6b211d793830522c1eb03088a74a49027d7453ab, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f408cc50aa28f169fc7128250a54f7ae87866805, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ee904207e3379d37e046533d793b05bee374b547, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bc3d065473a6522fb1ad33c00a2abfdf2689cceb, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML 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.4-150400.3.17.10.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRR7nD߅>systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-846f5a35642ba8f21093e58df9864615fe5fcd1e9527b33fe00d83639853ad693?7zXZ !t/K]"k%eLMsc~X> lE =;?6хD! n-:U)try[fs>ӊ.kxiK@iy YB գ?8?)Ua) i g!hܬWغU/5 k~G:`Ed(Pؖr>}D\DiQ!fT{{ at `B܃),CSB4mnޯLc{;Y6{ӗh'Uy? 1BzYth(~%]wV'8>+*P. 8n`%£u{@gQeMX4Rj#TVL?.8)($$%s6ZBh.C'KDz1h.w"֡/0 @?АbSk5M#O mMY}]G(&9Wy`48xQqN&Qz\'X%)ѹ"q3NWMWox>9,>yR_!;M3/ƚG]:MS*h6P.Zn^Q-{ y|#h2" 7XQ 1_񵤿pNvb qΤM/>LD1 AS@>(8G»Y,o C1cK B6l,=]sdwDq5!4e}pMפʻ>a-I<652mEu >*ފ9bǁ"UV=W7֩s5Gdr%"cِABoQ+b>|6V~xZsQ҂ܜ]EjdؖLܞ*[_40Q/"""vCaG$[H0FÁxM'!fr|_̒?#]IxIαPM#2߆Q&'T}:$VL+&Aԭcۛw6Lk}E+t^'_wV!ܑ[)m3H4[>2 r;emY~tB́ ݃#sh3GPLY/&&d.I/U*]%\WG5{d][{zt9vĽ&n6ev8 _YB 20TN˳IsG1P@(o4?c5B# |@7{/ g҇7*lb4DׇǛd&!edgA c<|8-m<6lEq/lZ3%h> ΄C*^pdFu]ai C8aªn6OӗWq{2[0EX TJ#g, D.Bs:%o={sޡNa'M3gjQ?yQoK;0strfԼ0\[&E> ^])‹Ƶ+HȈq'j]e 'B'<&NMTѱGZkݼV=ّ؍Wæ%0h‹z@.{EˇĀ .I>h7\>U(ԯA!8DT^eS. ˦*+DZ]nT@.ixkja VfVein==c蹺qoZ=7C2`󦭐N7.#I|7^gl [+ mvd\JD$->tNP y D n)IY4Og&VILO OW~n xҞ6jƦo&UPw?/,"^po>k e87AZ~Te5u"§'$2SY' y*ԉV+ZfmWXf+Ս#u'z}ǛɃ@FRT4 _JV "IqZ5$u eX#<\ٰ6l&ːX|B}Mr]- .vR Ad+a}_'m~$aNdZq=Wo{/e:P6WhH#?TF 2%>f\LNXʭf7za.@mKM>[oLjźWq a2=wVObK\gavGM.v8f(fSһVQ,X>%3m{KM-}TOM1C- C30jTZ'\}׮㿷 >pM2o9*1N49}J]eȓ\`ڎO:U"l81?Gb}%i3S~dl)wYK aˎ'﷗%)O[2計# 7\@^iZ'R^ɢ"M %SPA 'd٤>Q1,c-{)Ih׽qyt~qIW+IU?fcfq7¯JnokݜImPqǖAyH-I?\B40<>;+ƍe-EY4`-2Oxy1輣 E) r[N7hCyW.`N&L\>HI$zPщ 7W+[u<uY7!*&ҋؑ 22E{V%|T WaW:DZh Ox<£XZ܏ I HΫ0*qՋ_;Ov)-WGG1KE+ U0p@;W*ҼMjI15S/EƎj{V6;QYl@W`CQj#U@.v {r_Ino?%fY% gTqH];/)2[/@V| U.cv14 xHETܮsG]{wSUSx)3]Am ؁ ޞ'/YMp#6THGw/5ᷟ'I Wo+i)Azۜdk@wCs)O_IRLt0L; =,KWX`z+ڶӡDt!=s`3OKx Q'7pU}ӓ<dm ×":![ck/b겝LGw* %nTK/~'0xԩd ~4\(;(Ӟ:uE{͖,jܴDfgSz0|AaE"vA0Gs܎o16㚘u=ͭG]'R^(tSGeybZysF3og$5VZNsɫZTAzL 9&k泆bqK&>pɨoJ] 7H| ^,x*,V!̒| R ';%4 t2+]BϧڸZh)Z;f7hDou~ MV\N6GJ#H( K{AV I4GOL#ђI ;6:s#CGX)xyF39k Pӷ%+}>hPVQ%2 tSZBSR}&8:#aRvO8J4OTjj}^$~] ].1a8YٶZ9y`"QתEjdGXem=#&^IG%Mq3۾PDz'ۙ{B[Ϗl/P6HsQe)qjPU3xW-A2˔CoT%^wKL-}p@ӹ7?m(e;J5XV~.Y`l z(8d}D]S-L^(AIO$ v[H(KwsSv3biE0'/ 8}"7s!:(`7`dV{-[؉hKEWWH8|Kg1kvq:\@Isg=h*qR89XJ2ݤT`NWb›Ro07KNEW K;] 0 os;#9] q v%gH+/MH'ԝJnOݕ+K iXmh:,L%ĿsS#CvpK4"-YGMK͙g"TR ((Aґ#wŇ#fB<lj e \a&ih hK4[E$f@- w=\1?mQOQ;'֜3ne(m78]7lMO8 52q2t!JRJnZnGMz)Dv F}f}8?:iI zXaut7ܟ|T  wTɆ/QW~,_ `.Sfc}< 'SܮD:QoˆN"(a$]]7y%}]ZP#po`|Б\s+bdf%9>̟tAWp-c?П͹AӦ : )^CQ%<~X%_K{⠣?ĉO[XiܪzEaS颀~8&UF(@.ٵ4Aw6on 30%ID' <%G./SY3K(X%Xӌ/A 2yfs2J ol]7h6z#䳻[Cڨj\=;ZڹѮd#K-ڰ5𢽴;ՃQQzŏ'QiDrWpX— ߶ :teQHyPhggjy٤]_jI&Kw.%F/(XĖfC_,>٬DhN IW),z%V\!)85 #9?|4>\'H!3V7VOO|vIERD VJ Җ!GŚ/[L% Fo>׶Z$[Aw} 0W_˟_dduXS( hy6]v:KpA,w V ov9îC$@Fꅟg*v˳z*^G 8.g^*I=x*Ŝ93-QT#榫^I,˲ >i'x/>*2@Wlc}58uӃ߉&j)v G_Lߚw.fsvԊX3b<22%\x^BTi۠_Opi_ R~9-{7y땁83]hO4=[7`Y0#qcoNF~_UB9p@RrT)H[(d#:;֖lvݟALL yB lx00QЃT#i[H%RY3Q<| joI$/C?\/*@|%z.YHWkW"ŃW?FOfP=zg5T~݁(U79 ]1 VNKy(m_ O;MgɀO*ɢ]l}YEf09%9f‹@5BU0xQ(u}zm0635}lVo df.,jX/mq^}/T:CUX;K.nϣ4(0x!} js5SȕIsA`7a) g$|&9XНVfÆJor싕@(&{iL>Fy$3_v#h=֣AO5F&w; sܥGK1|:%E jwwfP26DGlI@#ք-_OVg6 xT3qz՚$g(gTa6EA!4'$sr,gF^(vQp{}cZT*'?&$#B(̤+H-O\fX ]XrĄ;jg|c2((֮h kB>9>mrH.:rFtw.Q_^O' PŅU麢F/?(PbH^+ZU8zpV4?>I1z;5"Z~AF&]c%䫱P 2 [Q_}o"B4bJ{m.Sm](tm~S$A"qp]Es⻶KF @By9/gՖImjdN7-@xVRUm lycqbs跣HoZ<KzYk&_콢Q4 o_)﬿==cԦcS S Vf*2ti~q QmU ne`&}Tc%ܓn/ `Ŏx(J)6Z&&CҸ/:*T F;XEr$[ fq"]olvoA)Y Zq+k1S&k@vW*pnC|%XmeS:[I>j$B)O 9q~AtnʡJyHPuO^Ǥ;NvT5eơ<,Hہ#)%JŴDPީY'?6Y詯! ]KC펗lyvC/$?oMpbۨQԯ9E>}.M:Up^na /-ؙ@ẓ% ,nvDEVo"_e x)"l(Txt,4G pUHu7H7fp2ַ 5 0&3c ;Pج>\k0SO8[LlUpV$=H(7Ǯ3oH喈*6&QG=M,wͪ-:/~@1@UH#}/ >L o/AY n&TPd7 fl|LIydZȊl #!>GWav oRrS|h~qs 2)݉Ͳ` q'ˠGؾ_H&sfݣS\^Xf+ -eKRb}0Tqޜaz Z ^=6x#8Q5'JAxk>63s1^Jt'/e`b[³IH3鯣jɁJ%Tt( @s',c)gHV *H|~B(N&,oxJ 1?1>N\ 㲘k*x!~0$SzёD_mNaWMHn4դPƦ0*ARFG3KIExp 84,\ RY Un޾K6N]~iNCvR?evP eo[U g,1[}qk5S̰p8H}giI"򰭤C^`w@Z|%N ] !8=T9HÜ->`r e%yJ0H]{V߼ Xk14J㤊iK RMٯ%U43˕A}#ՅgȞ"(,/YsZĝ +QSI!=<?_rX9'`> g_*IH͌kƑ./& zxSאvP*}Od}CnrgKcL&;d ^5)\).t23\ ē,wxޡ:{kEP6sa*:[]K5U#.&8g?76$1x`s 'Xq:]6@gzmij,u_g!?C|ǣ% TpkSOl-**Ctt`9PhٔqfbpNOT~AVjʜW_/%68.U[>hSjٟNvlhݞǰA dϰU[%QeE$#44iuٓ;7u'u@=}R*Md Ld٦ |rCtV 7jpmh'd1Βƥi $FD}v~4WsŪКw3gGo޲YRD'|?--*⦇n1`!Ӓې)3Qmu0 p G1(i-X?짃~=8k l8pMQ0!Ĥn9OdF1۞6 z )RƈPVCo+#-K%2~}RdB̝UjV}CBYq_Vduʿq543MT W>iJjǠBĽE J,zO#o6 wmQJ]Jm!嚝ljFY,ZuW.|8ܦoFߘնݤ9N_?<D#A?|}p#ZC3b$PfmyTƲx7@e.]2SA}p 3i3!ĜK@/z&3,GQ?Q(:E{6PDh%᩸VK5v7)HD=q[A+&fvl >E]mGXpNbN>¢P\>wi;(O_ඃ"q&{)^D_TQ/yыӏkφjYȷc@[m/ bD_Ln7xkkt3ny'$ּ iQV&̓Ge7գ)vYV %9~G"y@sț6m[_G:K*aDža~@lp{t/펑Gĸ"l{{.S9/ݾG;/cM wҏffE U#H-Xx0vQlzd,s0Ĺp79NٯpW,ZbD ǽHx u~iO. 2Ͳpky|GpTP=SʷwPb$vk]t."k Fg3ϮcxNjEA?MS8okt8B)In2&4T1D@jؽm!+g P/ ~s}P7~aJ-:,}7f@:LۇAz_$jJ%\Lkm'o}8_բjO#G >Pp*NfF?!g/QO+0ӥ*U:h[>RǰvCw'>y >MDW+9 #:D71Or?r" 0zwb0܃&Mw++K1<0(i<PS6z`n'Tڀ6ѽo£6/-lz(ǨC"tDD2qp[D7wZ Qzkl3&_VYk޵\lDsn.) . vqFAP{~:q]Bo9q>Q(7Lcyk!Ns\(`8(."'U8g|oȉL EUB5hЯUb}tY/q[|*n'YRg}f۔L);8-J -/of<5s7 m2s)6: i K`4boo/ Q.T2_aɎd2 q jCaOtoA򣱊U;2Vn\N7<_Zt }=X^֪Ѩ`! kE8 X&ܥkɞaO' SnM.H N8I?'Ю5@)SbqQme!Iđ[N5w!,ROܝ;)+S𱧈0 * m6d:=_e=N3XԤXAb`JgŐb%A( 2k_DĎ7z&wx_jϷ(QP%;ql/Nu]jN3Uv%0`:{F~h} !J>MRxTG®dD|{(_ȞR(ӽŘI{GPW1!|ׇ_ ON\(-YX/M^g{ڐTgjnm|~u18)6NZydAE5 l>zOG1n PD?=3? >^͔iJn[>bH i'q('%\QHc-U{~$Uʌ= !ac~Ӌ ;(UgJ[a["rMG{~!x*kE4X1#~gL_F+'cDn3{f ď_ol\oT IKy:45_Z^%&򶃁npdRkxW̄uĿ`)LEl-,Y诤r(w:0=A+4*n`ޖš o$yTiNΈ.Utnc(XW3 /sV2+jGbcn:W1 bY'Hó aLU,)fKb^e=p`)Rf%PH{ӄ9F&TƙsU05r}C9O}tPA@ؘJ}WYʏm}j@72s)-*OUxT2g[0&H")}lWl~RKCeL"h(!{6z̽^Ҭ]]sdvڗ|l=;/y> sk6kahTc{΂-xn5q>A0Q/ =>bmHY,ҭ6,dh@+ |uܗ$3m/]NCI(1u[%|=ɇ/mxSB njF85r8Ul47BQ7N*2Lq R\r8*IG{D.(J QKhAL.W0]0!eU`|@9r .uRIT[Uդ[unM1v^$NOov:=ޮ!fKҦ\D4XV!6BаmJ|9tF^O`%&s5%XR?ӚFR޵~X}}Pm6m(csCbK1*FV[ư]( P[ gK;iQ*]'Y*@;Ze]'ǂSP@y@Nzp&rA rIW -ui$<"6Us#"$fr&^~KHDq]B?1cE ̡ޥ7 Y@{"Mdt d0@GSR\d ,Sƅ7~{rp<{5KA*H}f^wv ėdu?ⓡ頾~ G4q<|afLr 1w,+͢Y){ڸ(WOpHAۿ$J^VtA_&*"CE#HH [=^hs҉3J]f twC.)%cv&ԥ_ [5 ȱ)SzT2x/ y+s. ʅ.b`V+6*ĝ̓EVÛnT!Of7?LLU + )j;.z2:V9苞i{V}EIo$b0adG+52t;;+Rho0tKJI-R|d<bw9QwSmP-DAC|H7 H[si/k|8"HضnYDHvnfߛF#ƈAȮus2rĖ'7Qth怽+lT̳ F+~NgQAî1Mp&`]M XPhȬadGl A }Jj^?X7sH ݄s=3ge4kZF<=~JLA ~;z%;lfdMcu |sL]xF=YJ~u2 ;邜i `L07]4z~bݼ Xi'[5Rdwcѻ\\% 0>QY {TRRzg:\ΕuM)C U=W gXUyZmX`st(66Z.XxQI %RN֤&:9ڼPOǗ|(BX{_|]!}&nEiU8r-@OF.Q/`\w{?AL'E^҇ѧ[rY+&~PTx5SPՙwnXM^&Bg 奣7دg~~yN"W5-)B6\iX[dDv~_/9#53ڒß pw~_C[M}*S>3B6G%+W}|trjX(| x @s2f}#VT n N YgwLGysj0װFb%|KQיp*>E$6{(!gZ/l -4)U`Ӿ0jIU_b>s~oz'͊IZ>ޑ^*D4ǠϮ3G2CF+XJ g^6}VWuuA/4͏~z됬̢i7CVAob*s@e۾Y~.M/ٟ__]>򻧼7Ȥ, ET/ԑ-O&ΐIf(Rژ 7DI7B˔inTñϻ}Ut#Ãk_.گ6j*Z+(M8;l5Rҙ3ˆ'žx8$P{!pbNt*CdB,_6Q34Tꄓq|ڲ 56!p "Y C;XwT 8  MQ$Oo? N"oU)qmt&hz|ݾ!iKAB;sYȤ~*dt*L{G,_ǫk w$q~U>pyhH<8\OQU7pS6}ʎ溤WL^5`GŊ>qs{hG_inC6}gQVpT<S,gx~y\{sΘ?8] 8Z=Sڥd#рߗ e#NAy6fkh}VODV 9`r0Qx[YT8j@yQa%mJ?TH,IFDvMs5cٽL8V;l]>EI8q wT9 }8`ҴV1qP 8h_M[4[/:[wG1NLks:_>'`lvQa*O(#Z۫_=.ҋ^0,cQ8ä5iq4>8q+tSaD띍Sk!$, R^(^&G(>tv]Цj֤)Ap4܄8htFsSA:(M=bQdכʔOWr=2P=lj3[T疍(/jcUU67ZlvVc5&5oZ1| _LꪸrỒ8-bںQQd M*h]N}j8 0]5{S Bħݾb;?MGQwguRr4֬ |U !_\t~fIb47g֯@+~ɷ!6.=[@ahRm.IiJ"]MJw3`曵қ_J8yys;=@- (5UCe ?rj!ژSQ gT sF pC6֎K*rxOP1 оjAq*FԸESUOg\tv4Rݐ .xYse1d!j6V/trR!b0rH/T#?r0!|7&%{ㄽ؞[}N+ؒcj[F?tPٽ{txIúݕp~< ƙ'#1D{ h-P$l=;/M@XIC|Xz71TKX0C02w3F.J6I(N4B2o@0a_j'&- feѠ0EZqbdQp'ߖ`iuS pIL|RSMYOwrV4!-jB2 W w~6WOב){^sVe"˶sL%k\l7ś|ܓB;02]4=-ꆣ,n-V̈e ^գzڊ-{<{o1Uݮ4غ C썍d44C^8M_\;d0akJx|ݿt+s1`.. &F/XJʼ7yʥvYE5r;}z|ٺ%"•7T)-gn>s70>{s<60pn[6lT8$fg-;"'GN@<#ۚǜ™b*cn~#"_{IE{{*ZkcCNOK{V b~Pt\EvnK>-V#|Kx|M-)%[?^D10t[ -#;wFflॴZjT͒uR3bw7USrDC$T=F)<ƛ z6`œ3=.Z; F(Ue&\ N!9+JO0eg¢"Z22+͌52Ċ/g+T'=-f`^̟ɵ %m>|0 ,*ҕKsl$> 5Kx9<(Ǐ$$uwR'EfsU=:hߊV0FzXMGMz(׮U t&=)ƯUWAȔS }Z,繍ZZȇ/Í ֫WŭA=N~ |Ɲ660UEnH=̴)pS{OcfX_JMJ~M *{?6EhChG)l×\LɌnZ=],hnyuƦf?K[N~w?*G h@sJ註<Nva<ʜ_:5[JAD-tSC6Y0[sbKïlI1͌9[4E9mEk5߁;~@B_0^mabnMu9z)5X-wؤumMӺz-Dv&Яsq8b N9 @4Z%h(,K|@yN:S x֯5G(e-#(Tjr{G<*@x 3a hU͠ 'Ѫ݌"7Űp,Y[Rג.|uA$(=ܚbhgYH-%j@tSεېkON(u =FLǡM1hE-* Nix[X@(6lJSB.#!y f}k{)@hv-JO-* yӃ$}Eu=M:LmdRld%:u`ە^/[X`] VCQ|оJgo< u|]ۇ {Qwu(nېRniMċ3who>'r;.MPg6@[v5Ċj7ZdyuHׅsDҹe͋Rt> k>{?ty :dtʼnw`r ^G޵˭+XN ޙ eqz- u0sՊ tb\d(%ҙڶAwҰs 1bz9$CK%׹v|2{--؊'dh֑xuV}+ G*v,C%_6|'u1t݄*OpqB'M 9P*">-R#!b)r((o^|3UP%z,7i̶++#uJR.N4 5\6Iq8sc"D=Y g vOH/Qs0%T/} 7ah* ՍQFq2p٩eV=>Y"!fim)_4*jig|np) #SIY%Qo:+ D_f(^5͠U?-#4 38@|1 ީ3nW T6Uu^1ۊ]sM9OK%.OMPݑc޳t]@Ʋ(HCP6-vܚҳaFUtlHTUP:̒n0Fn74?]J} f!ej<#dDUUxHgİ[L:9zi&0fu2c83hMU'׷'^Tf ^,|1b;+)eu(T|BV14<>!0@-ͼjdAR]< OCfol +Q[ZtMU\*SH94kDiNfKMds0)/tZs+ -".8,.ޛSs#]`;Û?a/p<0y6p[vIewٺNO0jnƇDT$$hd{}7r5 eKTx1*8DGA `ݶx[|A;%G[Gɲ T4Lu iA\, b YmY ˴$ LvdoJyj-3 Jb5]KMU tOղ&%v2 <afx ~ $sŇ;yţqp 7]Mڃgֽ׈(Zʓ*7lhիw߶疀u4wC͸s.@p#=apTsһbDC*8Kfl p*9@2T0ŴfWV+ALiBdUEEu(5#}-HFx4הi1΋GY{;+A Ks]X wK]Rj؎I7W5s=fSh&:T| u^%&,P,ض+<~a>H7N}H/h4lū݈"ڢCAc j#SԦ%ѹBy!t皥p/5 { lqI )\w-%4T(BT)LW,߲߫2\UB> !_`_zɥ3~{#6ue,؍j3.6d({B)j!Iv|3jT1!"mdX{~FƇWEՑ'POѵܩ 2iDf5Fri7qN4?`geL:?,<"ol9Zr>'kG-\/-,*:X?Ͳ9?St1FG5 U{rHEU\:yjX4(M+ΌcaLa ə `n,3N@UXLZ2oog0b3JT(L6A-IxiqFE8^M7yn1ELh 46Gd@LZj`4:s |RѡLX !EFPaW6aFIgyDߝF6D+㰫Ə^@^_wQ*4sr.{118hRxZi=6Pm[! }E;=" 33D<3}ZMwl:4/BK9o~W(FUƍF~0@=LBtaE{ ]ْ"ѨpɴSQY=  ]&ȱ3g jhRlTt25ZRwXqPpUHADv|n*Q/Բ+tqm 9@+ iJWEۮ+wh9^#$p+|F:#$M9;=/xcv+ǵq}; %m7^CzZ( >"TUTH DccG&ciD?r/m( ]t),GfmURE`j.+oYH:RQDTt#dB@A\ӧn1_Ntzn/W^)% ]2/vƵO6ɲM-b ~ UQR|:co~yB`B>8<>Δն"+b#b|\浠jа޻Jws.z2򭷓 qoy cbsP_H,ՔOǶKM9P~= =uG?{ocK4yd7c#32Kodl=1mRk<ᙄ %t ex3!.iTبu٤>f>FsTa!њ|H7O| e'(xK !gfa{W3!^~=] SYUDsC&.,=7*}|?tҚ[$>u؃ *28|$պm*k#(l5f3gs͏7a=5.BU4g(7ۀU qLޣ<{deFH?U'`P8m1,C|F^t?^7jJ-N͟8H508ڜD<Ei`Mm:of~mȤ<5ǑP#q ^\i+\18{SR*i&7Z%mCCuz`:G'f~A#Kѫ~wnO,̧TN,iv _`5s<?T}&64bWd@ Ko&s @zFK=uBk:t+kY'bɥmUI|6%F %u_ŞZ_2Mr]%X6\QwU\hL24Ȳ8#ׂg>b^G D%JB+8:6j?o0K]שmW*5/jӃlE|F``-Sxŧ'%ɚͧ=4Áل/AÕxڥt`-?MW s=)(6a]d{G謏%ey,JZ_Dn(OPy}f=%:%*p挈q,0*csUT%L)|xHF#W6KmN:C+):Cͥ7+-_9?,n=x2/);7R?:,苬?yHc7C=kN)ț\ued:DTʝǙ n.e=@;15]@NQC dMjxs-nC~U' +nfaU&NBU. ^^/CjGi|Ț<>޴ W0G0|4Hn1{g,\riAB$g8$Y4qHlYDZ(񺱱%^~GRfFAwTf0BWESKxp?j?u~;? T`I ǚ,e@Fǜ,/w+,9"KM#(Dr|"d7׏*v)vO{ b3??,dt͏ɁyޯFe~7 :$ #cEWINX l݇`k;7$5 9 I:KGWt[E%BmQ ץc0[Og=.On(^4l P466석5f+f,KbCm5 ҘS >f:LSͽwC?Ha5Ol4ƺT^s~CV8%.i8 12֐H~Nzs@\Gzn)ZӜN`amָEVzƘNn*~ nTNͫfeBY7oaRG.WբemZh;bCzK/# %u91([ >3>~ r4B+}{/O=>Nq!]D"G?5JO`**!ʕ[뤐s0qc Rny]^z~N-{sz℟kVo_l'1"x9ǯK:5z]l9<^LGQEA:ὥZ}[SDx7W8WBORgTzg[w< /ՈZ?PUxʌf>\qr&@ʘu0fYymuАڂ+/7:T5e^Xx碛CX'gybMk#)fm;ylvI:Uȩ"V+)-:M\j-.з\Rn \T2 AZ30_SJlUH9V;%>y} lcX^^(}2`_sNx*)v#_T.~NwrօॊǹSzTv|J=2pv8kt~ B9 Ah0Ocf*?JF׫ҼN>2R S/b'q|2h:ѕ5Q-h!/)aB+jKMz;bCgM;k'@J.[D]n/E!45ŭ[_α)+U9+M'_/]Btx 26u& B :S(VIi!ԳR:Z2vo|ԻrpE<8/m3f1VB= i>(6Dڪ/[2,55~@bKϋmezHx͐j31mWz.}Y%3{q`k N1y:;Qn)Xzv7I>00+(&ّgPN }v$N6xN㡥ip x%i/ե8c*gBR/cm-@m<؜;=l<Zڦ3|^oe*mZw͓J/ GgB4ِ~I '~m|k8 5~}: M0yF1H/Gb~'C>]b].Nan}PZі&\L; >lhPcu vq27Æ: /Z)]Bk cPW!'Zf1HZL5?Vɹ*Ǹo\0jX:b^sg2  {Pю'IF%Ń=jȅd-8/Yr~9i얬*ݡ2&c7ɧeI8$}Iy)u;̞ӧ1g'ZQ(RPzOH>v ZfAh_ͻ/; qfw㞔ǨvUeWY K**P%IKJL߇d4H{{\OrAY.ʦj--dqr1n}ε믌r ]1N%ѐ279d]brzw2c1PmXf˰)iFJd/?bQT ?Jq,Ph =L2-?]S"kʌ@$t6%.h"S@vv*[(x<ͅkRcƚh~fku ~P~m/~uc?$f IaZyk.Ld^䊫;]RTfqhPy /Y/3RXҿ=p=?KPՃv吆a!mnm=) RID{gذzV0 5U+l]2ϒZ8U#ձOS%rRR8;7#oI7-l;4'4h f 0ǗD&w1jSbY@I3͆RS a#R8m۾?Va=7 .y/(s p:`- rm[.RԽhR`8P@47[(eu2a0t L0,8i)36kȞLZ ]Q3kVP3dą>#-eڳr-4οyӗSt Ni.xg\rsL%ebwPX%Peۚ29*/kN(nqG;B i@wVp\hmH@ '8RO+{:-"%%h^t(2Db bvK-(#&LZhg–w!U-LLss:\iE+ 2?1]I\%ʘN۪*m߻ '" ^ vămPRګN^hГg" ˤPXQS@㡶 ǓMMd&%gul5od*Ac۔ 啦9uo~ke)yaҕwxY Qy9J?aX?1)G O]|/Ʀ YZNXҸ =fI570uGͯg{E9%XF^r6Q{b P fq:WZ)up=O[K&zƭ!-S 3̂lv~hȥVR-a< p%DV2+v)uTo_ "/.D;׎l6qN+ц,Evjz\s1a@}\7MoȻ{1dd>, .P ?BON#Do[Fߛ+g{Em2K>k+' th>>) ޴O9ߧ^&cPF#gkbwI`SI)>:d8lOh.O5,}9׮9l3Kߋ, s,dVz✁evDP% {4ŃxxLd#p!:ü ~V,O އ%-vu:otkpо3%73oٚOZ3e≱0-n&|.M>"{Xgj5mKGf͟h2~]ݗl 7Ynl-3Hfғo(g@Rw]ҠBҀA;>OFѕ ߹ɺmc81҅d!"UwS: ߳GXoތ4^LDkH ןyGP>#z|wnJ:M(bG ݭyUDZά/=&-"m/m Ή%TLM _Ɖ8L3T'l86;r6V{a  P2 *qcPStjg@F2q<:+ӻ4B$W޸7A}3 /v܊GR}Qg}_8J/llKxG*MdB_ ~;C hVTY)zQ3 &\P Td`1/lޱJJ-|a#lU I/"5*;>f;'Cb T;jRPPҮӆ6?I71| P"GtNuH/4H$e|h*)?70i_֙vzܷǬa9d[%&R)aW;淲dvh~fV`Ms(] {  <Q:Qßq3VG޷Ww7#!3}I$fzl 7=e3j2mF-K=^-H/q,9@ܔ 4|nRy͸@jCctt{t9u.kq7ᙄPM?s+qQټN~n2*Yd^] ja~解o#"xxbD˱ =Nğ_ դ<PԌ(tm76/ I=\ﰢPwwW YώPsn!a%'t3 s-}%Q71 oܰ@ra7BRQH(1;[_5|`:MǭfjR4׋6&5$j$d\zIl9X6kob Ȅ7OEjg(pE fwB'*n.$2)98fmr6{o,;>&?@f`39ï9(pэw z#}6=.78RGzqX_gT|#7{%bO4S n+*;QOmfνiA){@+c I:(b4K)@ 8v@n!?N-$VA($G\5+5&Te-M qW_FUCR򿋷MQcR(teX?.dʩlvˢ׮Yp,6DvqYIȰ{?K=F8λ4 (ynx\ą(EN4_ VəRUq*i&xp +ǭ~nvy晲Y|fk+L5Z<9}GGH\Umoz "o}K@ލWbHZ.g ThP/g)&fƧ0EFMdg\6*HΫ!AiAt7AJ3q&PHYv}ɂm.P+lAPyj-i։{1gH5$cd(&_ 3M- mE%qwyy fض%d/.zR8F vXsvH1 PF@)U"J\pkh ?0#0|8%-mU18mQ;BpɶGe‰{I?1HZjyqV-0,ꏴƝM!x}>DPd 9N,g2]T =CtwTF񄰪H'P1XZ7[>?$3J$Re0[C6}d /%Ǻ{Fgfe\-$| bub|t˜JGGL_ k Hڟ00:IҌxTAYN}eH-@@:*E b?B,PUIT8_4+LGw3uo-!ey-5ee3[9hX4syQ$<F6b&-gk?ʱ8UGe3AS  ִ֗;BjK9;|Q uE>٥JyHAZNiΖK];E64x,!L*O։緷,ZLy4%g)|N4AF+gX-?YOPa^/"R9LS2xyPP.qo@@PAv#3|~NR@W pT3"*ZJGAT:&|?'79w<]=?f[YpmR  5.t74bCt̛ڴc@W@r ҃|kw~&&o/ƦRJ8=~ق9 $Nyw]aٜ[O@(vܧW _>2@ zNE P AY&gq71px>F)>VVs^^ c;T_}ʅ| :`ݭv,V"舌kmWJNK NZ)1hq59zJ Kڰ P`mtùU 󺈺+")rFtQR]Uߨy³z!g=Bb7=ΡJl #dzV ʪ 4Sʜܙ˔M?{d@ߦZJ 4EېasCcU:k̴a\Dmh(;>JEŒC3!@txK)Ct6h ]r 5`蜯;sj2_9]]驭){ww-nLan$5Nöy6z/mzcǛ 'e+p@7b#lZ;Qg_,1"yn?}Dso1UBDwG,C $nhhHㆶm'OQ?_3͈;ew_CAkINm]0ab ee;!%,*E>vd[1+:Nj5/d֋68|!L"\ņe@8-Z>9َ5D)hp.32XSA@(6u)kYf f8U!N"ObA gw?!KYwu.b9׾yPL}b>rjg"R| -r{a4'B9@]8_~G#s&Ob"(2H s;a:Cl#|c YezH˔ZSR \RʭrY8P,:iQ"?/1$_Uj$~cU*eNٞlc+e!|-5}]&#Q?@Zl@]wgeДfоB=hO X֟fk YC,HeuDύaye)vHz@h>+= N0-+)HN) wҌ JG뮑RGʙk!T .ezXP˓M}!{u1̱$ij>D#xSԧHhƽP&̄F?ѽr@)ɿbOjW|^Ewb^OmZrJ|7s"eGM fvJ#K͓+5*1#{}^{;.ͲFGe+4e,Fa@kgf*m*_3-GzcMmrA5,?V QUڴ叇_ 2#X4+WnTp!]d@ҵ9iFECB 5rkZwY٘h7ڰ=1mGZeti sNb58% @-ѯ'5@KT'&$r?|td9պ (5QCM$IY}ͅ i\-NlJ ?*rw@LOIC@V~M҆ZNɠuY ɃHuCR ٺ ^qŏoa %H/˃|) 1*V5EWacFW$߻ <*4 *\i5+-Yɞq8l?'I.;U@r"$s:jGs<-Zl"U y0#(Knz-'6'sgƒsۤGPb 5{mMx{e7_1ő =˻k_[p1o1p6.х;U~ eG+ogQGM8HkS嫪!ЬExOLx~5V #QGkP N{5@%M,tw9tr vó G!PG9}ClK]ҁ5kiRϢaB[Cd ޒ`F9rcC'T|4T$[MО.911r:D ܋6Vxh[Mj8"(B& uj[)_*dShq_SUP-.#&p:c5=]˨j]P/eH8BRNy{ۦjBS[#W]5hwH_K->c -u.rŘrTxs%*ޘBIPt*n9'OGlS-hes;e$CWHoV;a޷ ew@q07#"pa;C?"^# ro. &cQ%aJ٬}FFfApwKݯ.~`pd v$o׉QIn>[ S? 蝿ǁt. oA w(}P7H;p*1= U4_q. iS@\q"|:R[iʔz,^޼>= -¿Eg;P(&Wѭ Jݟz_v^/TxFO. 1l/ƉV`쳄 {-}2 j2/пZ5/9z4lHsRi`!\5|v/к2As)N^i_G,-&_ !X=`מqhI~!,O !J~|''s Xф<쀇•[4e:!'y %H+E lkdߣ4xʽErߘaFoi0-b 8Pcl>֋DV,J9̻*xgM~ = *T.տ:cWVdԨMwN"K6Pҩd)FLB1YzUrc +DZdS'ޥm@4fFGGs|۽61EqNii^OO7 trHwsI@ 7:uT8nYwYU2wy"qcrdIW h&3~: XP͑MԺTn*Nh40҄pwf/ %'с9z5^ޠ%C`jZ˘;pg3@3Fve͇װL_!W%.՜x|upYl6B~c wBi*lB8?D-%il/O(2(k[69^iQB3ѓY x?,+CzeFoRnC LdGYCQ#e!je\cAܪGjFT&|!~rl,0S)Ə s)|p2^T B@v*s=ӕTIǤea)# kтS-}s1؊qFzM1^2DEIO m?xK#<+ӛ }nd((6IE0;s4xGz.*쐤Z$R(Z!{a}sK]tiN4Ⱥt8xMK2pau3S4l34H xMB#'}PEd-)q:41 y E;~#.>vD0H-L `C辟88=tӇt|(D2VʉrHFg@K/SUJY:rkaPvpAU6ך>-(mg Tt(ՙ/`f]CpSBa8<`/8&`;Epv3CU#!Q5|urv)m'UdZL%ͮkJ_<5+noKx瞗͵ٷJi@mj3V!Dt+þAAW rȗ9MEX2;=T[+(`e\ ؜ඃJ="sNBy\ eW>"c/SfDռܰC<2]Ctemb#TgY]%6zU6n=gJM%:so r>5A!~QT\)RFHB3uϖ[Z0cfs*2Pmض^©\kjWglVY'ϩ _!t]Ӊ!>p>3 EBvv:lWNֈrtKb8I Nnlc=폘 %^[sXm>P{ 3@nEۇfCi">qL<ɏO1{~7tT79p}_:֮)k8BD@GYaHﰳ?:ΣChx~+0 ed/A ٦*!j; ܄FJQ%d"8Vc/i@vQy1ew!•Ypr#/CUBǮYɁ5[@翯SKzyaLVo,5Ü^dXi6_(uh[l7Vb +T=Rߊ#~ ůKl5k,֚`\ecwG +2<6}&@Bq#uxbHɠ>:'h ˚5P^%pӠ5[`wbkB\Z 20/~o- Lh 4'Ju?$^b?Yl䏅 FE8r"2V0q*(U6^]WiˤZDP%~b|}¤&ӆ;J{uSHPl3?'fNɄ:Cf;`. jMW~Qzѭc!]/؊%tl+{֯s)V,>9)djg~y-"GhUMq-mU Se_IUF Q#^ԁ x]X,hmYRc0k͡xT _4~B+! {@& Kdx4bWG 1 xW_eXZdz"*Z˜Ye -B-ވwAfhkCE*ND{9pW+)p $]'>u3!_9k\{)\ͨ=ӪS n~lϊA%,z?r^WhC9"84>NW{gfMB feBe<Ԟr~^`V=`{"͘B,wWuޫVn"5gHa5:'0׌X܇׫r8oCh7LpaM|wyl¯,Y,Ls1-O@xmd }pȐI5= SrEUZ#!fyFarY ǙjF("imN+(S:q4QyƮzmZ7^TB(%7=CTgEHY3miz3&ЛYDI씣 +ԽkMc;t] ߹N1~о)bq>W'D'# #HFw!K869aO/ogl8G2b''Ϥp;i>-mC bm`KVN &4#Da B2C70n GPQWh`>3XT54r-X;p N,RĄwr彯cR$_uʞBj7rlFeS0!9Ap]s;N2g6n RtaQtń.k@̢7P$0'`&'7\EP62z ݡF,eWwFvªKi l[~``J0̶َeŽɲZhyJf|X:BU6e/n7]h)I rN¹b{{ FS)I[MMȫ6#vWho+@u-F|j,!az|iWt=X A6,% =_~np8]!ÌHtR! D@QXޙauD篹0HZ3 !%Qr/SBu GUȘG tލx:v1]˱5ЅCAk"-t!l[}dV4б=zu3Zd_}wo$;E/vKSs1F@브HsfY1XxV K"7d^Qa R?Y)my@hRbi;h-TL2iQE2,O.C.xlnz|Iv+][9 h&2 I;~_m^1y+*zBX_% %Ġ*1ki%0/[}TC©砻@+Tt0=8(6yv{t*7sW?# OCHTLC+Éb r+ovGiA$@q4JO'>#xWO71q*#c?=]_V2zbև<,<}EiM^ӆ,"bVq/Qe7e&XsYZqsD!CP`;9jv6 `>? $}!hB|?\s D"yxoxR;ӕsLDXwny޽G\ {Bu56#{P7|N!{VV|7fZsVNI? ol 9b12µEAF^HPC܉SQ*r:%voF%E VP%>\va'ژf{mk*5r7xY(U>- aC' n^kWx"iZG_f6s&I6gԙ> ^ԫ-/ k\JOlG5YOae /vzC碳w̡o@҅rL(RDn*g.ňqa$JG6S&ؑ[ G*IApOI/pjLӍ5БC1~\G Qn"]W(0FθnR,i/L}( ?|ѹ1dEw2 Ŏdrnp )ݠ>MҞֿRk`.B bOw)]TuNS=P'o~Ca:g.[$A\˞Ҧ>ODڭ{$"` p$_U`n'2V"$WTR $/+}6|/Uw4>2/dՎV@8yEHD^6n3) vY 5?vk=r'qXE9yt:њiPIal'zVDs#_C[p !lwJ|7( lk}z5pO[f.4w*\tJ8`bUZ9ozϺ߄%#j)=l0 ʸ R2qͥ>.&&/t0G""16[7]pV-Ƥ[#뵣ks Pk2[?z: Ѩ_ɫs\rm:LAkQ m;@;Nm Ik<Ly Gz.%^pl,f8~ Zd,.\~[1+ZBJG܌!BnphVt\8_07y SC S7m8kJ@xpx=Y}OjPwt1_XZ=`Ggj#TR񌻦̣cAaԪ~2941x(u{C>νǮL;r̀ЩdV#謜BJ*s"{DR@H+}"{@t8Kwi=5xM\"H˕rr%ii-i3yx̾\Η7t#JZ݊"ꖓ|h:<$}#m,3Λ! ^|!x]E3Ƹ֓"id˵V-^@ɮAgSAwkb\?+*:I3 ʉWα' V,-k-=JeEC@^j 3o϶SD#3`7 M-L9L52ywfki̕u6ʨ$&{bVrO">C:C|yGVtJm<$e(yP20=PeZ T 11~TC2mvNWjͻ,2KxGBK,ZN,]eZ5?jt|{;]$Rz(.̵e'x ?حIgpƗBr=`ŢėCnS3rUdVXm ̷ORJoMQ@~^Yo.DSۼ^Ck9&:D}Ff篨7޽C6=uʁums7r,t췮<"qmxm|*9ݿ!VWMtè.!d$u X[/$,w )pS)|*!Tdy]s[ N.DdZhb 2Xb,O{5NLB"՞vPhɼm\эK24'p# V?D.$}Ssa˹( f*}5yث#y ^(-hAݤNWƑKؗpq*~X 7cnKsGPi?M i_^~=eOO Y/ =̀n`_x1@T>9Fw-Nu&,S*ĸ0mTׁYfHQuKIiV `^g uiSHl?I**ôR]l'R xI䈺Ĩ#/E}L +}Sk=CP▕NT հ"oOMOVN3n/@~a3Vʗp"8`B^774~G{FeM8\#2 ]ӗYյpSunt٣H؝<৻)g$@e)>wj;jg,OR$Thp0G#ˡ_'HI?F܎$?4ɊV:R_[bٓ_䣓t~iuƔоunq\X^!5FHEkbS,΀dlXO.Y%Kf𤸓ֆ_iCM@j9bvLt:UM!i[vp .&!*uJɌ?B8L()jrCٚ-8;W:_c[-诐N:g ?3!!q1@[p-Jբz[X3#pZdHuFytҏrbfDD 5MLp1"8BkǾ& bhI-1ӯҪIf#b6 Ⱥ P(!c!J3Xo5z&T{ 9^)q)|BsUDĥUI1%YYu{(JL)ױ~ Z#>@ \l[͡0H6MN(1X9oyn 5qG4VDu|:QWeݚsDI=ELoI@ĺnuh,sR77 WX:G 3qDžu6d$;imM!yk\'ހ^BF+% -1k9I L~!qMǁ@覕0Rcjno.TAh,@!p͙(Y֍8Ђ(FAؼ8;e[LMՒw b+UaSYeR7yAFxp1gIՉnP"!<[ʤd }2Y5,XϠI4thc"?m*R\K<]Ts搞 t QGbC\k1 E 9`"ݠRsN%.5l'JuT`1?) }' X3 qth+9X/e:\ |&YH}a!_ͶIwOo\"_A  v,ۨ^s$O$ 9,nI/pk^*/;AKfvyN 5o"w8V.T";r O9b09 2AvKIŔn4t6l, 鉢Rpp"jPOEˡ{|vbF}4RKt=y3+EIM7 6JpgR$8ƨ &qo;/z*ViI`%]Fvӡvps(jg&qQK@^RB_ȗ(ԙ3T.ꥤaa]p,Էx"&렪t2H cA pߵ(.̣{ZTTݦ qn5Gg+l|T4KPu|mKl&`h) ^kʥp'ʘYsf <#ZL%]mAT;lr|KAxS ^O'9?n1e, j"ZL.-|$6 ÅXs ߺ kۭ3@I{yXV澷OΜc试Ur qk|3#UljHo艮FjaU|,d}=z]_5: 쉳N3_j;_95Cvhk2cǴk%p]B6z9=$$+Td XA6AKIc۽ۭ[j<‡9ξfW6<޷9DoSj)I6;ufOB22_g=x[w X#Ly:ɑh_^\a|Y@?RSyξb9 q_L&Ju#>#@Xu-M*(+UGzvs2" 1ijy?N&&0 {mZFY{WC/Τk%xn ./{.kdZ*p C;.n$dbK>Ktf88y~*BV g1F?wifI,[|Lz&q.)Ha!1+0Ds$p-bIcIqsv\/|wNjn >܏(u:+/p @L60E@E:agß3ׄ]~2m]99 )p%Vyj MؼlԬ%'<0 V%춐9v {>H~6O,vZ99jOɟ¼f4k[=n̠WQL~Z.yKOEx+Z=QpO.Ou(?"!a9X^taJ B !o,8xp`{csh19_xOo"jrV"v\01 iV3R:H sJz}A Pa9ZF~Ęͣ*p1%i%.ѣ $xjk:&>Jc}D9 ~~Uq-!ڙdOD{p8 _E}pi8=qg̳H\Hаx/0Z**<|hCfDm2j[ltЌYN)?GXI6=[fq[كllSU^/# {WVHA˟ ,[z9J4rC[ghB xp7QO`Cw'sY3m(lOJG?(*s4{DnA(&9_"iԢ  5 2e#B(U,KR̞+w~Q>g% YU𗨞ӅRi퀊:U/r),( V8ǍSƔE׮Pr3c6dh;)8h4urG:yGd^b =irS˹^; @0䍸Z7 OYEBAB >ԛ";'B>0\&?K"6 "\e n6WbvsیMFUzirjwo8Dps XR*ĸAM*6/l|.6*rċ.ƇPwGZȋ9WσwO.[C\.I{J9zDheàg'KWI'ws Z{Y,:3V,e cGf(Ώ%b;;R( _uJ=pN)@GCӳ]D;^^~GvvcoL-VG]W˚/ttB,vQ5o$0q6^`~(v&b1{ylN.FNή$@PϽ뱌ڪ¾zjx0:o7뾟l'οa[*St`vl!dr2 _Z,ה{Vv,6zbgS xԼ) DFIěP>FXdcPE&-Bl鄼>2\ `:Ϥȁ7N^xt"ӿEj Yj0dˬgMjmp@{هTrdHH%z{/4n(hǖoor $FXLxs&vxEl GmnQg99m'd GڷuQuEh*Y4㕎ѬR-<]{|04,磟{Xw xIrb;0` Sp^\~ .T+G5z?/-^'i%wz{qu(J5 \c0<88͵.]b՞֡CjPTqx6 tjoCEp! $h́Mqjm8GOq|w|xp>1ɘ80N2F.,^#y-ȕP,-a;CN*iK$VSӖl"ۡw되0.CKq9ެBKq " QBmSPF =4nUem2~\m2N *z7Yjds}>ŊEB38>O}:ubC߾(JfNPcFPe-ѹ@3ϓcQ/N/AOM?1U?y-5jFP7wjwV{\B=\jZįŐ #7v½kr]L"=utxɯJ]M.?cSD``8Ľ]C@jfW-H|9j4ַzgE+JlPL*WqBh3|d)|S7D.i=Me2ĥRi^!:,sHhXYl\ } OCof */ |7Q?\L^~#bUa_,2WǦw՛ZsS|m]{͵o#kIBKˉ).OWNc0?CbM%͝fTU;ǹla%9l`hnUqtbzu|}iJ_N`wp֨H1|?nav}އj$Tp5GplPvhH?V/Aȗdl='#mGJ =^ROoC5=҅Μ NM9$ Q4@Nml|uFK/'Vw%Ն .,A |] !IsɍLj%1|ݏk ~xyzT%s؏AP/TngtP=]50vK3&Qj\Q|̡w6f7R([-]Tqi[ e*Ȏ (/N)El ߏObD+‰fם5c[VVq0;'A7sns+xJ>H$R0*os=slF2c("0>0=q!A IK*~##qs v^FC*=Ys-.2ij7[6 b|7N9O $L6P\aΧOč\Ӫbє4&X9oz#a_sU}XIFTHn%6~]CZS{T7lycKaCx|z7M9TIUnZ`D(HgycS''xἹі2v-C=JIw{ +u5Sى'_ib-mu6Ff)M:iHO@0 wK5^[KAUT/f ^mU*7l6&] hJuRݝ <0|?*L:q|8Kzn]zN5cIqUi٨',lzUdN D6녯" JwEq.$b F bW^[Qf5~Ipc[m7E$F7RW6t!o0xόOXWx/ACx ub0;6]/sn#8H Ŭ2)TI]3%;'$' 4)."H{~՝ Av/6Hdx&[qĨ sa3T2f\滴bؚo|L Fpr}3C[I[!ܴ3rWcoCiH$ k,|7x#s%2`R8F:.%N8{"N֏'7GJϧ_P9!ga' "/=mC۱p}O ZZ"!AmnL#jArN, IQb|D_9;á71ͳ.A4l`:;p(@(]yJZ6x&E lG8NO':cXW* x'÷!QwmK XXiV='IB^2so=m-&2/c_aT5,vYXNVU$+@?҆ȑ|gWf =R/-kꣁ_baj쉛/F@0.e4CkOj}3]ُ)^]#Bd^3gE_=7~pmٹ"i,BWgkN[qϥe,#vvGPC$H^&ۻ-1ZS 4`?=, @0ydm'OOȢ7fPO4 7!nW#qw`A*+cmKO Da+sHhyd339wVMygusRQb^@vΜ˅9KVbcׁk 'N)CJ*وl0D>÷:Y;1RKڷY}ہO?Kq-`|ւk1pWPÌ_tV34TIkIA+a2Ӯӥ1g]ӟRK~]cⷕ=g: 7"sVZ ZV„Xzj7QpگBy.{c<ݲni #ÃVȲ:U*h6Ej}/Cb~0B,dh+[[ #a&u&ZR֣c3@ &ol!hiN6/+Ao" hb‰> `Tg71~Ѐ~ySLHe߮j^^Ͼ;-TgS._UQmN0v=LVr#P0O] iz]*Ub\M;Ujw_{e.9l/z.w7*|i. V*7JsVۄH<:UA*U@8Z0a+n'b%9Qov1 +xn)ږ^ 't@~`6Wo{qGdƗzJ-EQZg+6_qÒ[VwXiЄ̋X*zFCW&} L;*ABtT𰍀 uO}]^_4&*B>D-yZڰ)>375e&qGDjCciȵVݯYTծ7q8JyvBAx,%٪ERoiuj|΂tƗ'whR*|d2 Ri-}SI}פ&E۸wV!vEդ{C)߈|]_7$^3p'd^*mWcOah (X~V\Z%8W# :[w熝˪D4{3tiVǮ]A a\|C>1"X_9h #Wpr@ȒŠ~<GoU!CuRzΣF/<(xaIb%*3mSU1T#SA'z w8ìWTh clȘ&h WW]L Is|zkL“ !vzH(|en8+L~GOФ_:|ގUGg|=[Xr3kXaӚ3mIgpu>;5'o-:T߬+18w֣P@׾@VSCvCVaNIt RhkNj%J$GR遰gt{^UX~Ў'KcZ?_1[P͛%jzYCAmJj1B֧RZa|mg !uf0, Ē"/Sϰz$F3z=$92 1[=v7YnnNV @vhΌࣘs?M| Bv͈eYԷv#:T,{lgNx[V"D#ye6Rf:\w1H_KC^kO4Op2QOz]E~M)D鴃/+K.jR&ʦ|V#MoWTL|چB9}FF7.e5+jz;)0d F a=0 jz{bYW9͘ȐE|%8&Q(<}̈ުً)A>ZIᱷk!]GF"x\x `v!?BJTRk U IZ1x #.gj 7B , 1HOWW{FB0>C/ ma`Чߨ*k63P:}Y1d q G7ש>Dx>[d (_=F@blGQSlon]~3aމ 8(_a|6S7,Ya2LCw/_LtΜʴPᬳ\CZMγ2 eDAf8n'g1ϣEkz/3#ѸJV-C8ȁ$44[qGrK,dl1wpGp_6is7K9M60i2o.Tf(? t}x^uP 6Lt3]z+Rk~؇]6W8p`>3wX%/W~}}K;%n}Q^, zۡ䤅&=ŌIkӇQ?J>j0PrP4=T3 S Z YuRl;/R9NK7&Qɂ'q]DP}Wr:u_&,k_3kK?^v2)1^_TmMIVټl[^YTK2 ؗy9FS\ sk|fl>pYv;/x ?-=ZځQ ' 1¯0 :zL`L KU؎G  ޹aE+.&@J@mHxΒ|WY9Z_%} H,9%M~b *fdL&9ZM6k NHHtZ{W/Bl+?mмwڇs Zjx Q㫲1-PE6lvH'^rn'+Rh˭-oc7,E~VN )Wk5YR˒6J=QBU,(@iJ@w0p*yC+$ FԐxX<o!~nsKmF^DY0"?#MuRcQq~1 i EQZ&u$wS1GH/\|HV)D[Q`jYST,7_eGZbž@ #(a&7x>h vշL\Dt1Y3(|$НF=Jꠐ98XqѼ9;&VO>T#x,| Y7T}j f!H4+X"dEKgdBn8Kd j\r>~-p6~U4 oudT|I6 =}owd-gk>.ZϒgRx\h?9Ҁ ^S;T\KYN;{յ 829?(0sAPmQanl's}@6f-ґ;F6 :+Kj_-rd8 *0J̖coڔ=Y }lYPvffa8N>P z2*.^&(Qc=gTyNe۪ =Rޅ:,_ )t-u*ǢHO>TOS._^ ]"q甾 h 4um-sKbx,2 c; .A_Ilv͖4><7Ix`Z)xlĴقiT?eR<[F,"B&r)BVIUZ+Sz'풽>gt<eoJq {gnNyO2[&b $؊%J{}=D}PS_A/Q(%lq*/:}(PChT 6Wȡj@PP0|;-۷V 6jk>L}-9 "C{28z}k@'YȻ5tFaqEQH{.;+esda)!XVM-Co`9(yů8ײ9>Z[~Sj`E}^Дzg7H/P 56?j 8 c9P:E&(~G~1ws=Oȹcl>=_j-Ng?0E"%zX(nK(^R!M u``e)EHa71wVX[2Zjw >p"%sڊL7{}SD;NPۂLʭzry!$yQW[洏y ߤxUI[\&9>} LQ ~+4N-n. mg7"b`U|¿̑ 7zFjj jcoXma99LgׯQ(rs?pPdYTFCY.ޒ\Pm$!hJB ȸ PŒ2!~xE,WvfX @W3pitJ3G8jJ gF&{¥9J'5uߛm_ڔďIꏂRHBf|?Q rr.%.r3Ê1yKFngN]xVEr/6l1ʯ7Wq)1֨p͉i>?%]Rj A{I:4SE/\*R%)H511DE*G>! 7 (ɛ)m w,dX5yj; Ax{Qc$ 6ol]|$Jo'L rW|#!S.D4## `c<9_M)[ 5X2Ԝ~^Q.7gzH$2)<&yZ;ƺ$H!'Wܐ|h+nH35C yjR~vu~4hԼobiex宕 #`uzhPr/o.Ly0:g$t?yJwQlHtA35*zn3\ Ymc\Xjڒ(kr0oBג5-ꠦiZݱ~S@*OC?m*{#fxhT{#' C֙C)9)!)<(9W.~[;eXz3Eʍ&sA:x_-q1kyGgwC:'nS˳0tPtEN朌WXt X~~l׏=i836 ԙ4?`T)#ʅjzzP*VRZgX-~vBH ( " >s6I*4Y|W[֨Y={'=ʟ[a߷ UxczY5G[*^!\CDU'' ) aYɬFBÞE@W 9Lm5½JfXxωO##*'y;G҅_/d7"PҽՆ()v?y =3rao8V7D9\:Sp)\ 6DGPz 𿐷L@7܏*-W0YCnd^17rr\s'S:&ExđK.SX|,>PaP,ʑZ+4jJ&}ߕ73Bznp]&֙.vX *utõ'橴[-XFaҎ?+Xٗ,] >#wX x}bt4l҆yBFiĬ@wjn33٦"[{2<^!)-+ҨOɯuN3XLt>E;OYr?i=.;*w<OMɖF4}CvbL i`w9?IrdG1ҙ+NkuA 7Iք&ɕZ.k-梉}YB$H$m Nb xo@XwFk6kIVT,τZ.5R~7BqxL0ٰ"alōأ {XB%p @A 44\w@k@w>0*Ĉ fOob!O5%֌.8RsC3ؘ [q{ի8AdJ5 @;`EEjTЛ;T/C(O`GB@P[Y.q),mWlOH.$Hݖ8=J&ҞqmOlo8Xͺ-N~6yN/2X'!RVȽIֽQM9l9VGl"9F$#*:t N.{`H•|Ӥq6q) v+|@d3H\p4qo2@[3ene[I1[7LdEErSO;〛_BX6޶9ak78$"~+ xoM`i/D hۚ!േj5Wymc /TrM]ҎlEsMN迒dώb՛,(Bj=q僺Obda )C ,KJo2bDL>c֕hm|+F>,bB='HjRK a{XTĠhaTvV]^qDguEǃdRF?LaU6/j.=;vg"!p:͐e*T:{9`-T_"t+Ow"DkpRet19ޱ(Ipش ^؛FjUwWSܕ9Zݽ7SI$Lrr,@Q]}'8Q`oǮkH č0CoR4`Js6tJgQv~i'i̧Jm7ThV\ 9|d`d&{zKӊֲC 8HFEr6v$=rg Q@) $T Z1%쓔7I i}ucYc?5D9! Q"cIlâ _[GxapROlb5xD@yMSl>hJpBO?Jy.ڴ7~>;xȓAo)Eߐ~R^@#8Zc4%9-A@b<"q@;T T"EW벨*)vTd* &q /ٌ_ 2[yޏ V[)fiS3ݗP2I}N8ܖ9zD;"(yD=`PL%t A#1W,t;':o X —)&KyQKV{Ufzzѻ)gܥ2./ >gڠD1txCqTSa I17!)[]V{NKo$`YNI6W%_%K;D&i f[GĎ3!Bn^Ie SV/R -r5`mUu]ֶ*ρv1K׌ ߖ.Vƍ1 ' @WC7_xm# +u(V3+CV(;JJ>9߼;Od~C vȵBpԧy>'uՆipq x;I1jZtX;e j777qCmpwtZ&  @aEhCQ_M .wM^Nlձ6l_foEuYfT *2U[GTWidnm4SvUb&oe-R۬?Z˜Q>)E+p>?*7U:)?8!rGST\I ^~wz\\tQ;2GI9Ab.h2U=;~#tw`zjnO+1BhVKyBy=𾎁ȫ/mWso1k5D?>ޜML-s)EkX¼yxfB80=x-K@ ?V@S,BQ[5cr5lYݰ@#ٲȵFy5v vS=<NgR6?0xF}v=e3V:Jh,Ɇ2:%Q=Sx2@ң{-P."RuH8gZ\#ɨSb2-$i^Ox| cPH laDe{˼$_7٤ׄwQ?Co8ɱySpqŰĺ̺x(Y/,S YtBJ:þN8 DKvpRK{u`HZq;(vA8 8Cj1SEt2msz`\O*c`aez# Vzwi3PFu1(Y(ML>Olv#n/jkXs3UnhrI6\Nb&Vz4u-4b.))e;i[};̉b߃>y%\?Sk5g~ȸfts?ua?+r |kn}I8G<3:O)"A8j_Y q>ʝ$C5M3"KsǢSsx?nC!) n(TRx㟞Uvkm@w ~ 9٠ 7%~ԕ k#w.>'NjŐ=y;`{:NWWlc9[_ݵ85xo]6$N s (.]ks I q))7p$r쾪)pjX0N8I Jj5nP/KsuYY@*R}bd_ˆS5I d7JNfwxr~+hvgsy)&ԫBpj(TUygm"ց`5%#ԵI_Me3i)^MY۞6$3ҷA ݓ8! /$y+ĨCDC{`",Cjۮl{&FBXqnl=Zw$et!u_@whx"MQ??ۭ@#h1|J.(u`B %&9@_y- |"yBLBx9 ෮Uqpw*|"c'plZoE*\<$*7Ɂfӳ6!1Qjqpb,wgT)$O'p"~+kOa8=i˂5NgČ-EۯUx抢._'_G0n8NDC'@-i^\y/L&[:X*GFm(sI`kyb ëQ38 v|.,--|&5(b_r,,OO6ؖ32|ciZ@vId=;whp̐^aŞpY"oUI13PB! ^ ވ }2ǎ0R_*#D}a-r~[גTA+giP>#хЌ(u Lݬ_!׏XE\k "!uQj+%FŹe:EGZrz>ҹY>Z$ƞ'_h Vx.wINHIxyjP} $IĻkyoBfJ\獗 ]PZ ˅ 4]'ߒ8Խ? P/փb94:9A?} Ů8k'z>m?e{I O ?)qA`vJb;=jps SX3.$sj@и+& 9St9SoOxDV0 M.xҊ=O Z-,C/˓ؖq\ǖX45sf*CNt +{m")E \S5`rbP yUAx6!Vՠ9'ռmB.= 5ś)^/ӑq*k*{}z#pxUx 6śPA &O)NsԕP*_h$1I?썬54୒' p'W/ >0C^ w0kƿQkgq cpA9$CEᶓDvG?D{ѽWdal< Kۆl\.FuҶK wdOqQv5ruNQЃ&8vhֆa{!4m=6@e욳޵ ֠j+_ "Mb<0$U겔NOO_n\7'71el6DiJVF^_ה};^>۶f!ag(ĻESj j{VDOsܟo(Vj>CPo-ܙȝ[6ȅ~u(7wz<.y͗I\kcR-!vHG+c{)5:C0_d%Q~FYAhXoRVBM@T˘6Ac-p: )zȖ<+w[~U:” MۙҸh)_+V(!ۖm{~qHRoV`dp*#n2ҽ\,ۍ/vMn͋h!q"K>(OP a#Z1iqH:^Qu% ӄg+;(8(U|47J*;UM 9YX# 2{Uż]95uΊGWGL% "?}*xk */瀎;mdZjX!qMUdIR,es*6UX9h-\`IYu7X+ m@4amE>=K%DFn:iK+'.bNv紴dI hWIE̜;;_6UV+~(8k MɊƏ g6zǕ-,`~AK5WZzʞ(B}){J4_e՗4+Mk^tTP,sW8[mO1ύI6B)8Gg_v *i1vPj{ 6e80C,z[HCB8o YCQjsZg>](}iE,ٜ/L~x^%qVy0t,Λ.}es)0"2z &(}H+& [KucKpFkC%⫖lACa6;+:²S JeBNY`/;"+V"F?CW41 Mt*C`V-ae]ƦB~D31I&.(z)t#\y:vSD9Pw#h8w$#g>ˀI櫜! ja/o;N|0E>shsI˷C4<Yks|_/>׈x_2TWD̕C9 MZߡDu6pC`I~߼xMA0ˊeͩ镵( Q|o1|fYsN%ȆZ!Z+UfyFm; WqEؑ>_ ]w u__ZNV|(Ջ`Sጆ3Zq-=OĦ:Bۇ놾)>oV\,I2,V*S#>oYR{7ޘhȆQSTnj J2VSZkqH Y'#.1.m_<3u[u|pqW9)C|U _sJlE-E!_Qy?/`҃ &NtwE%gNr7C{;Pv,~ZSwEq+U*V-Aٙ2`a!b YĆcGxN;H/ON8UJ3vHzbe洒O(i .t5B'z3Q67_86{QS^FeL i s7};Fnx9r>C(6c6e1i'$mm" ?Wvh4NGT[D}W@p#0hv8cK0C1vϦ;4f?bБRn% R=/IRMu"9:DpLzcDL]IoyYaJn3O;H_DȹGىր>İ Eh4VWWQZ:Dlyk 3YP2DlP1{-@-Π.^zd]HuDMҨ:)G1ﹸ,0" Es}'COD òX鹌4"+O$Z9q9ꊊh!ѩll!vٮ2&-=WaP-+D Nk}f]eO\ GVF͑\*Z,t 'R7^ŅqL22Vr'?/d "r$ƻ+D.R˰x+'G4RIY.mB3a'N#lH J9>Ub+ gpO6h\jlFG(6喊XuL+߭gG%(!Rkc3]{udDC[l ,".ڿ@o8{ K#ȑ]oX9O?m@s.wTxP  Ɣ RN gSk-Ѭ `M/ĵڼ_t'+d ωYk:( Bf A 켝^+a5*ȗʻ =>o13 (:]t bBv~-n_JV w_c5"339B K]CF"pFh̔8dp&㉕)buUzNv焉Ф;yxF5X$<< z[iuYdQVy8P+BD;3~ECSF_ >JMDR`+auQ& 6yr5-J"xxn1uYy1]ɚQN[A_"q# $0Ǯ$ !` ~皰V٭ 'F6c7kcM̒=@b@~1#p`猕XД)ZlX 6e_';ʒ8sg^o8wdnC  N .̈dX6wyr$E9wbؐe,!q1pO~? OD,{`w>m~WhU| Uh*PiPcQSԛx!d58^1Z5=3-%IVIO.$\рJ W$QZ {RXdbJ#rnT/jM+Qu*8;\'Ӕc,-ƻj&@_䔎M>ow;XJdf?]CH |*b L:]]^{sY59:NFͅP4YHR8QE~ O-./DDqZgƚfibO3&KE#sO<a?Vv y9_kPcvX1_ iԅ{;T+c T?}+ҥ48Yxw}1} .1Iϊ(?!0\_/ M^nԒԱ:`ck jTD^ÇaV,zx6qo.ZǽR r~ޠfR7-!5k#R^yXXcwx*Ps֞ԯLC ?X]8ħ!b6b߈^,<O# C)7AsDo>:CP-KesW?=s #zm˰t㦞pӥM]>нojL ނ( f5s% -=-537P$s,PqM'%,;qu \C{2#ӸEuƴSn|@l5)c\UbH+^{Iˑ;׶fs^w<}ytw`Ew*ITo5UV '1 ]zSw+Yb/-ׄ^.uMY"!") vIo#`eJ&KIfM䋘3㘪Ŋr2d_ 2L/3Ȍ<` V ǝ Dϧ}4 [L(|9٢ЄC Uv։Bȧn5[vj6M@h"7T#7zʵлE lH?yaC][<DZ`]d!2 2\AD'Ouc&?m~j[@bswUwj BY ^< -O`Ork\߉?ʡ˩쫣Zgʈ}_}R(A_B7U0Ẅ_$T/zP\]1Dϕ} !YzeSށZ DYb"]nќY}vϓLÀġ9Su%hˤ8qt,95لݰ MVBגtw;M qrJN%jɱb 2adO }HFģ{ecv<[!^cjT&Xw)Df2 9;Rȴ5>"t/9U(-\J^^0*HЮi~vCtulU$Y5<:%7N݋ }cۑ%%siMvU<ŝY#uHZ摟~ʴ e%<ӴCvo ?*ф֋ Ya\ 6 Kx!~<*ʶfK|SXKOT:u%/LiX>TmN^% +XǴ$a_~UA=:rLʕq>Ҝin+FH45"ľN@&DCyŻJSeۢA _C!Jdkn*#{RPJ 4aEqޓ҃%%␉x¥hdWox|υQ_ݼ2$3u~vcV3 pwte|IodMt]vx2C5{dq1c1hn>w΢C"CBGO;3-Qcً/1cFm<Y6[UmuףoF/,uS ]#V ΢)ojv`mHڤO>c#,7Ozu8/> vQؠVBhv-2YV8Be᤯ѡIkd3 /+bfN[(R8nwFϬIv2gt8U=۫}LX"/jgi*c,(o%ay8NZ奸s\ ԆC4s/蜆S ~OE3Wp1t(ݩTyLH1; yLiO'uC"e\6Q?SAe(n].5&2ҀJ4V\% 7.O&ie"cE_sb=ƤdQa[[}jK YP<tJDI2D?6F_ES~G4w ^%&){3YQħ1xŨZp4dRG)YRR,5KK:X/Nn7*(5+C熟cO{ɋvPRZxek^DXD z/WHDbf^^&[ m?toY5f\g;<^uKdiJsF`0 7nٗjU$ƅzO/PahojS򗓍Hj~~5gM?eɻ\h͸,ibvӰﻩ_PK-&NA pUuۜ ! QAw0<݊71B(bGy˃q"zz#JD]NSaqyAa pڴ+ړO蠼oYvEݵ+ qJBG_=T[1jDjSDޕCZ*cӹ[#I ˻uw' 3VUY Q2Z|uAGx*||͒TZA7N"XrKRsJ™5"Z(duFՅ5pjY.Y8հXk'rш[`:BpJkۮ<5%*R}|~ql&;u8N3^`~6Tg%^60|0Yk7crrs@b/n0r&Ҽ/ЌɃel\\PcB㋿T9? RuGdW2I3{tȮ5WI]o+?tZqgW#wxbS oO"!ldM-VWpvLC1%|$ %ڝos<֔D+Q'*3[p˜h fx`IuzMm&ѝ%3RCf|1'9: q HP9uSꬊ؈Q n+W6 V)ezN,C)='RlXry;Ef ouZ9eSwl|\r{z-o_cf  q*hY}ki99@3\ F뢽u&ɓFm}#Ʃ}9=9Z]-2FșǕ߲Fƍ|C:`k &Q7 n4fJ˱AN[W1:A&ΊODο原4~{s=+9%+0s) n-_ҲSeFn efhOhexQD)kJ#~_U1KeأNm6p^A'VROf=y20FNQZEpwp\)7yxnWh=/S|MAĀ(ȲlQARڇa0Ci ,Pa,E5J%RsM"~L5Wf_1"@Z.A<6Va]f<~o8Frz`%qX*(q+Y d)9Pa z~ۣU.u' @ao Ԧ!PXj1&[+NJ\T) l؃Y}hSn }nߏl==@ր"śBq[D[[ZBT TlA62w2\2[8B(r0J7(aȿ z`R$ "q! ":wv<5Hr Qo4ޮa?_r^kjFс{vk_ ̬o7~~(D"t9&V&(lSм$L :ŷ<d}%eR4讚~ $(Oۙ&«WØ=$)|14ah/[~b6ur=h8̞#۝#xJj"|ʤY%qwM!@͐;,LVH=^}TTw!GUiӌ ϯJ$42yBBۭz狟Dra+aǙ: :Y=_=.qr9jh Y+A{1x<6n4)GA+ Hmqu%sz=$WcfV9i4T8g4zBaՌ5[O]\t4n#/el}rs۾/~ "O=TP6OZ&Gl̻^vlIZ&͊gqe[_;f'"ȕ ҧr'@D3#Ԫ tp,ufPs89}GA'.YNnOHzLw:tSԚw2봬^4JWh9[RHߦ0Zƞ񵽳6e+"s8|*E>`EGGJ*an>9uIi(> zq nr)9T^YXv1ɾgp^k"ko^Xl: 7 x9ɱh^w,8>9?u=l۷G@Qe+MBY'#U{[W-" ?Ek5VD-0 ۉb11) 3!Me&vuNd/.|c;f8yYKYD2PO+/PH)4|߆y`#p'.JU$ dz# Jd $Pex>TyU&)`h8>E{l{_U+lwy. uQ\_R8 0$ŸMQ7 no0Ifu$)wvImBNQ!`޽Rjk?wE7V7gM F]P`/KK5OMyQj`n{-XVQO] S"}Eĩl/b<ɨj\LunR΋CjvI~oյr9J @;$j_uh>溔I5Nڔr/oftfrVS~MNBka!# \Vk=5;<"l)̬**!;*cTsN@ a>%xh^j^{jbb|k/Bع?5oϵ(Ѝٚ 9f!iZ g.ӻ"O Z8?kɹ%\'˂rh7 xY&ޑVѣ %$ʠS+ƎԈ@~^Ԃ, +Ȇeu0۹ZZ`qN?5ckzf r ^KAxKiM, E3ēM6pN]^^<&ᰴr+F!ٝЋa۹: A;hq3rn$i7xIe #ƲPMuꇓ#Od' h>Jy_ߵ(oP;p ևIG xCb"֬6&WND6Jր(NRE &i˛:=s'@&5HNP2Xe9M"!g\+m>&g̊~M,7AAKF|U&Lmb5NZ_CePs?} s=@$lbP)dz-يf`׫SZw\y2 n:Z JWzCD]%CcR_mf[x%Bx}wU6Fȍ/A*iw{ކ*CR4/C烼:;{Cx$z/@LZQTðR Fv@.;)?ꅝ*vFVq9K_Ů"MŢO _~rV_S<g}Ku8нl}noֵsOH]Ljd2^}dȹ G!UFzʉ"-o6^Ge7;q Q GQ!Z$59%j.ӔLi nǎR?"8Wbp0k3ԣla­=_\b7;}8[q*g tZSv0b㪔f8+[/''Ηs%r-w˂x<[dcWP1?o1{8.F }-njmhIOS pɖ6ޕ$k %f(0pY~F_0Կ)Il5oQy7!zg\Wl|` rt;m"G܍ZITޠD5pu L{J1MM)9M2oNY~]8=sp@Pؗj]axmICVǺmz'\jSw׫A61Kra<+%|lzaYܤ10EFA-"Ey|:ean큷PfCMW^7{wX10h]eĚ|C-j;\S9'_utB=>i,FZn1^=L(84Sg_A_p{ MHO](UbRY%aDKx١BYHOl2}uIyh4eil/v\8HϏf O+jx­#uT@D0Vgnݹ^y(f>4ho /HrraҖx|VRJCgB/j@eW3}yƷ4 9t,2B 9ϱ \;~ oQ&Bښ/`3~\ʧ.=tf ͱN?=KUHڜ7*u 3jh3*F_P0yV[3@d SFkQe[! v @jڃiBdYT*HLƧ9˭hqќEy_mu6CSנW7BP38 w4 T ,ƌu.c:oeNpS'(5~8SGWX0Mn<;׼vQma|h5Kϑ)(Ͻ $]8!ҁ"=bQ> jU]Wwב쵋w7TA8?,mqwzF"C& OwX鎄י)UklB+dG}ۡ_lb=$UU%qGF֕Zu.=Z{Zy?WmN@;(j#[f&akKFF^y*جLl>;A 0K_Èz~ FҶzeJ~8`;-ͣ1aJrɃE=m[Bu{71\Fkådyp3ds&-j+J`ÿy1qz=NTxےp{FsAm n)>UwЊ3٭ʩkk֘담G+x$HפΏrIjz? _6zR4AG.uayyDh?)N6~񫑕M{Ѩ,K Dd*;$ée!ݽqROop Qυ8p)sa/w층jcӓ{GUZqwQ0Z`{I@(*_,ypfn.td-~y&}'\ СpmlPu!xPy-b֣1boK%hZ`4'˿:\UF.63tGvj,fW g٦V'8;=4]Z4Wq/V>*| fy {bVƔ?zY,_ ǛpGڴ956|{݆UZ2\5kxܭ-`/CnjŖPZ ޸* =:X]< CCM(\1 ӱfۈ|X"< t?.A3Zũxn #asAUE)Fhk_ 4U~õ/, wӊk%AfzkzsgM%s\!85;|Q@Fm-l gGXZp:MTP#Uv{϶ MdžlZgvh[@@qOEHɸ[nP6m2qL֏n9{JS",zb)0+ZG҇Út,"~rѫ_ISڍ2jm.QoFyzy.us)'X*i=B9兀|7CNxH( B_+^Z\hc+:K,vك+Dw-|Ar9i $̬ͧ9>-tirMJ*<&:Xs+ PFOdTA秷N*vxM KNJҸv\U OBa<`/☨#bskJl6+~4EE( GJp ( Aj Աc'yRj3}{`4қ^mz6I沼r 'B%ؖ12E<_> L9}[XIYp9 P830%1]ʭ'Ngh(v6߫@ړ⨪?+>Za/@{_գgvˀUr߄*i 7 3 F>i0ө4rd.L~<#5vˆjSP$z$`hεW`A)#_/خ긗4X˜ "ozuH~EӳI8?19mw‘:0ok'8YJ|LKPx~|_އpl7;&Z+B)Ei!qf:ڶ$+:&M=vW$9@(GU9V=1R#_sÍ+Lxh$ONr?˱ |S><1z(IưpV^7GMu5ӐP blLbMm2NW2)7N{j@\MA5)Q7zREU5ÂdJ1A*baaNVn%,t[wktPTzԱKb1JkV3}!i H̾L4'=D<c2\9TP]g\R[DHk1`Xxp* 4,}aN}#۪.lۇ4̜seBnUA.@`d[ftu|:~<3$^y"gBR! +(eKV" {zȄZ^uqs1uG.ϸ~=X#v?GY<fP嵻HOz1Y:Ej0_#%ftTݑ 7|F+EE ]טLM#zԆ;%ĜI޲n uL,:*v hel34ӶZ?"==M]Old5jDlg ې8dxZ%w2;41>E@3G%Pi6}ګHoM;}7lQS31D%<||Tt{Ol%dd+uƟUKr 0wE eZ~x:"G+z)gYRu4%/&hnVXR%`ߥ6x뻳;οq.Z`Ѕ f'H59MHT'ׂ#h"WoQY),=bizJ_?}>r9xg?A4c >؃~`Yehyth!XXiü&&=; 42@yj Xb 灳$ V&: aobnAo I^& n ~ _0^gEm e4ҟՆ_`}RkaamXcf;2% pfE1̀ 7|4İDBF1E?TXT0rԲ`xJޭd8Aѽ0Eo5I,U'Ndlzڣm'߉J702#6ݪ6-OiŐG"~P݅ ~XY=bQѧOy.&hEæmÌ\ AŨ E&i&uP&v)>n԰eĀ?85.*MmgKOISE F,Ro5R ߛ[(7R!J!*+i;F-c;TW7/foB{!PWC >*H{8Koamv s 5kܵɲ&iV:=LQ6yt¯< "3WǴиm&2i&qԳT ?򾸰<u,2;uM[gG%5<0|O 5ыzy7pEE@&y9Ӭyih[גi'Q$6~eH u4eZo%mm8"}z ~MG 7VT{V2gjf "0]6v9fhIya}iGdK:Jc>_|cʾo&P,\a4%0.̔1E &*g ZV6; B=$[&~&[-/'`K]4SGp\`pfHE*n=y1[JoȋOTC0S/T2Q b-4ȝGڥ= $=80.:3dW7_R5@ٯ".l jUv&nk_hFv7;ˈHYz09Υ٢}!w*rϏ _,YQq"aU]>SDa Vo.Uݑ/ z<C>?.wЧk%5N;8=nz0a呻&;DX|E{++&@.:ON`9Js !o++6eҴU˼**HpnKLsCSt^XT[5S yq)sўƾ }ATk¡M $#e KТaç\>ځYlt;"zg_ l_l !KCc¹ʟX2j^O7 oLǝ/[aSudGµv\ 0"Kx '?D_CyJ ﯺ氱'F[b6V4eiƻvr O@l >61diؖgUD[o%5޻1EMܟ#вPN|$nyOnJ$}GA~ـZLۦ+fQt|F}r 6,jp'Q@"cuoLC(H[8oiW TۃP9i^Cf25yK2 T\sP>gvZu]2ntvj<`n=ؕeSqiý6O@8j*1>\Z2~^Bah亟ɹA9 ~U4!Yyvh~\݀Ł;v$V[^*Ŷ$qz߿Ib)73De:"%mwHWR+r-ч> ${fp~V_Pc&z*>S.<@w9 a['zkt`1IN-?ZUD}^Fj܇QӃ{L"gZ% T[Yg.(QT Ws(.ԍeul@|\<5-%ߤV,pOiشu(VL|v㐾2!"޷{aU-Jmrܨ="a e5'i~jޠIo)^:Z67F+ Dc 2$^\jAN1&|mc}'<#&6/H/ejb3nt)N *1^>%8U/E[a +k8' w=6y\ ~z2 =eZ'L'( ,Ⱥ/]sVTsTZ-X% uϤyE}ܧV{uh^4TR ,sBq>Hщ nk5%e? w64oYKx)qHߜ0Fh'F9]Or 5XC.=c ٟaGOx$zMFAӹnAti"Nz6`OHG5+>mxlsћ755D^ݳ :o>mإovk|0Yܑ Ѣ){gAH/[ oww]8 eL%XW96-@"F:^B#4z3]~MaFYQ2/S5&VPsnvGIޭa1XbR [j_uFxU?Wg(wM ОQR(%`K&3`-{ajdah)!-ld'N@l ՚U`g/,{V8).İ}˂PYo'd k~ژ.dL#w #}tdn)Zc.c**}CkPs.5> "ZBڬɻ4iN)[CQ! rE-O@T4ˆXNQ_6*WkruHB٢ޥ󷊗AĻ1@Q 75"p|4H /=L*Cb> jZDS)6`EdJ6ةʗ|U1F!41/hV85fhj.XWT?3.0_VJ.dZxV!g_+tj:/)W"I OܼuRY-*0z yl?vQ5ޕ"POI Sy]jϺ=r~g|vP,O5h 0p:E(3>:mtWB,qNWWTt5Y_io/y }N[4H h«ǖ3NR'd˄=8šP1Ïb |qf pu{I54h8lPȔO'Ws僫 -7S^*hVQ,pinqO#\|۟U} AAQ#!AM90'Z_0qپ*h N"ؽ\ ;Ip,0jÀ{^!,uTnɤ8d\է~mh_;a}H!lA)@x !P=#sqM,>߽P`E\-a:ƍNkDOOVpu{A 8~hJR9Kp$&i0>#dxuM;~_g)n`0y{"NF/9FR]j~pxve=òx97.~pafgTܿpٍfM&}Åӭ5ʙ A]L丆[;ǧ'PǟgS-LrI^0]QFmAX9Tm4>s[=R1"@[TaՄt̻ 1Kr1AX_~17^9KbeT4^?~Q]2Rot1`$utUӓfB{ޗF^Y!g`qjL\+=#.ET9qw& =;CNjQ:;, .ZcK5(zINd:2^uuda`~NfGhz<47i8LIJh07p6V(({.*̊Z&$yF#ICHBF(U޾10N5RmlNUb㝐cu;Hv ӨE&zr JN^#w=7 nRbe6%33{Z+|j dBmwuYtD'H[ coɼȼw"pp-`$JT\CŢ_u:[i&P"%ffU .PRa !BC"}p:UҢ@'&*n&T͐[ e$uAdZ_ٻ7g˃"\D#c-|'Zi@)i뽹OBxzɸdW3#}4Q7}s(*˓MD7m1`B4$gq,SvBl4dI-ϜgҞDh,W`?m0tD}*E<[i,jw 8Î#Lb!C`aLXo9llgKiÇ+j(ِW0ru\ieɮCWh*nu),hfOҙ3nkxRxIbY<\Ɣw\BP\;`RIb_OVP;uJ^/2#T!k{Z:t%=`;KVSR <*">]/=X[ lH?80JB܌fT{ِ4|6{Ӄ(CtVTp)ŜiKTn( \q_Q/J@n3Q\R\~W/dwy~9=Ia/_*@8B>q'g*5 0@D=+%c3?i[2 3M e]пy AOo-l`Zꠉ0[11{|"h._x[jmסŀ`-1i O`RRݭRȠMWR4Q<_L2ݝ&|QQ2$xaaX @PnPf Ѿ6iM9:u!/wv(UP c|ÞEMzbJyZ\VԸqgUBb5VkQ7w&[uks3\Bt?ձ38G7٭8* zĮ;f_(x͝_:BטDdn_또X8h`:cF}V^اBEJ0@4 P0QJ/tD<K=r)Kꐩ%Mj_jS$6."3JT-sYwEIrs~MK[\rDxx  <#q;[ecD3αNٸgR6ʑcc"gN䄈r .ɋt+/FWǜUclDu y}fOتطaͱ: snq+ǰƓu3cKh=C"-# $qýUTk`@tv-fHY_zm(P8J.V]5)oA9h/O摦zl;U`7 E䫃uû}{ˀxVv' IyM}'F>V}Uۢ^`V.wOH/+ ق|CPGU^`Lg0>]ir71@Y-).UmR? N57XA?kFNfs:0fھYĖX\H.1˺*xA/~/"`ۓ},${f*r 0 98pއ+U` C";!@;}}JC u@GRUc/F2 Cz6tU\iaoulhCbfc*h~=]Xb: kt8JVh¸LNB^n}lWxXsH,AO&Le`M1zE`t{{M?C.ؚ2> HЄ:޲>eE ?oB Kb=[Á*rHJ5 y5_`䪮U0ݟL~<.5 &U5=@ֻ@SjOe/*+룕^H3ql7?C UJN!G#ւMYյv]x9ۓ{ (V d\  uo<-[Ȱ'JtD{.L(-R sg`ǃACI۵cPmzZ -L;"6Zf(GȤ8wp=HgDAm˄}C00ƪa m̤b=~<@o`hO-D -A= Ţ" kMRYYI"v-x2T>H䝯_S3vK9+4I"ʛ8_`u ;΀<;-/ 1eV_J3Ǽ-\hWH H ρ`l,jkN0;>4r?i* Ε!q x{\g>HjdDb )etcхQP0?x arO!kt9HCW?8YH@)u@m%2M4!ޓyWDp *}!*@>/.Ԙ0[Asq/qfT(4%ib-"bgU'"lecn ofQ y=R,D? ;,+&l+8j2-[95F:]tpGqXإicroD|a$|=pK?.Р,%kZJl/R%}1 )p5 TiB|`ZUP6 g{֛OU&jZK?J//eˎ1ΨH˚ '~rf+~™}G5ӦpӒr>傉,7[0LO? E0ږh~DZ{nTrÝC:66QP\x69o o]`RXLk"65p:-LCI@J ,5@#+kMdb 8yhoe=8qOP'ٙ_U@b+#K~{'hM9IG4 A&' p^I+~7L=ם #?̰\L]O+co l?5h1;9;5kɾmn6oSKJbT5B/&]nQ<.=; 4 zrvODR()i:>lZ[c(د:AmIhLԤ3S& `'N?%087|&Wv(=,n"4s,S%uPxc#,Hva<^g@' ӓ*s7QB๴Bh/Q>EfL=:^ԀOD&8rU @4˷4BwCTDG7nctN^ieؔͅ4ׇŴ^f70и y4뫁_c]2xHm9y@q; yDqIxE'1ku93:D_WXR#R4zjgUA͌G%<11cmE#Ay[++7 ~nKtãӍ0 jII\)>vޯ>Y+svE9Y2r{soKQ 3Oo>RsDzjB&9p>CaM/5t 061x(4 ;֩)H|>X0h2+~R*[$r11Nבx̒Pru%NF &~w%v"OdGSp4#WrHXjꌲUcO"gм0wүlMJ*eo2w끐qQhg_a {&HWwXg3.a|Ⲭl1&U],]s ף(8vF0pt*'&0%^儚N)⿿{;LJQݥT 3;t|tEW2y?0R[ b<`VOIr5'/+{,#]aB(z*|3)+%ߺ0 e bUt9~^xqRM:$zG6Q R'|FyA˷,`{ ݱr=ƒԙ8 c~wq6/w8T׈5h; qhXOm&>hyvЧTVk5D ='{îy8?7(,^iI騯[aSbnbPUcȪP$<A2 ֖qt2ي`׍1l"*\p(мH jO zYGpok( 4vu4%yUJjb6 ܤ#tz?]]+V,}|gHz^N;sB˘fra\ɇ8+I+M>y6! .#rHJ YnDpҙhf&DmlBVNpR|jh MfStzCZC},͌m8b ["}Mhr[0+hi.)Vr[?uJ@$~1yfWd({-w^mt]_юgi@eH(AAG'˵Vu`[<?L2u:|=erT((wB'k4_޹͂8gvĥ;H6ؼ<>јaf/z>VZF?5ON: OfWP'Ot|SOK$+: Z?4Z% U#?me۫)),]m=Lz߶5ѲߣGyѾ$1&0bb;#aIօ~zT9Ҋ!iQ.T_dbcAѭKow/9ĔԂhEm>8#l|åqXDInWl+"x/ 1#j#PnuPM_6NQ\")ď9 lIϋc( I/iGۑNY4ei7w`Q҄ģ8+Ň-?/Hs){r7t ķ3ea!i#j!֕tp%*b\}HhyIU(a>kAj"i P׎ɬ?"lVMq pqF#UUvksq"_Bn=wMeΉz؏>5s||{4&.)hQ֗52fk}PW}%}-Wg!M\ FGZYS:W?٥.,s= Cw}q;euW#{ Gnaxs,eFy\CcE^&&DZ~Ts8R|vOEmD:dίTOg>vQ;۞$:5gclwr时(>@ju|υ~\ʇX+5 N Xc9Ù>^y+- /L|Cl9aT}jƑ 1HU? 'e@1@ Ҫ@wL؛/ӯw9bwT<A Ew5Fd?Ie4A.+y9gn@٧,nK%n 9^Z`8Da!qѿ[ą}z:' +ԵMMfn0ƕyVCws ]%?_ /Ob=Hǝ3fuӉdҖY/ #Ь˾b @jiJr47<*)W2)is Lf<ܤo(6磗]#[Jy̔1/ia~(037=5NJ5]uȝ^v}؟%8)v>$[p=SUi)b)!#q|/$Үv_Uxv|g[lN.\j+`8]R`uIoPM_x\k5SCI쇳nj%[/ԺBL! ĸLLȸ5bfRPnp>oWW-++I{0~jѹA3E"Ֆ3=0(图ӿ-Usb+/^ qn+6-ͩmTIHif+}t򠼫vh0ʬ9:hTt֣\f>_UӳXl;LLVȈxU} )#? 'ou]&GxC+_ KATr89{c&~g36w,9ࢰy/oZB w| m)l0HBJP/k?ͥ4+R {rmhh+ȣ󻿾qQ=8l-+۹Oc)7XgGj= $ ]݈\]%4undphi>q^-DFvsiD=b'h<6} S*TE mX׏ G.BpN#VV*ACͣHUHK6TIx<5; i{xs*O @ ^^Z#_قC޹o!C cfHp.Y,"<ؚ _tfnĸreSku.hLg!rbP`ě 1}|5L> =Տ=I N9)_G/TL.O,I$ԼFtijvҰ W2$bE lKiWhCsu:ʻG e=lgZu(MD-DSAq Gᐓ=dV~>ӐԈvGQ:%flq3p0 ["w^]u'2c*?*< 5W,fXCEw9du^_1Qءڈthj `Š58ـ0`v-zȈ'Bf xƫ[8g3< s9ь1133LU+z$.@0Fѵs ]–]l]-?PE)yfHh]fHJ\u}#UK':@YxLC"6fWm{~%Hjd n)jLb}Ȫj-[TH- 8\\JwvGn4/|cKG.ѢeM?jH'8^=Hyb;]ܺϛ]8fۏda+#XbtZЃaoQލ<'G|Ŋ gSn@)-Mg+e͖L"I@upKcS-<ƴpdEspE4ѷٜbsbFAvݘeIm\CZȜEӪ발mLx__ENa ek|G~Z|ܒJ݁tb0cr V)rjT1*giU mމR#'4@SQg yt-Iy1ޟpR湎x|*U{;ːkGJrPVkR.^?2@2w91IΪ/-:VWעtMY$0IgǕ~omxӪD UʛΡ$}_ׇ`ۓ$BR?m!mz hF<}lԲ\Vs>&8b{ZtcٝW yzdži(@BDVcv:;Y(| g!#݅d`;$k#Lc g>^KLS6Bvm:e~(+E #R t6C_[\jW"AGW,gOVf5k Jx(6CJbG -z:<BmLdZ(59쟥e!+r@`uIhgMf~˛WW^OB!R-Fw/ 1=I ?n)A^}IP k[z#spa cVgE{B<(krk<񲣑 Uw x=W/'͐?;҄l0oס$aHzϺ@mf?=3טy0]OۙnmW6H?Ldc掯zJ(=h񝠨-f<fFl ͢BonK"3V[2SP&pO(VX((Y@mہ{[\7qjE?75AJlrhX%^3?sqPpY6*fZUJGg>H]>+A'(je]1p#Q;./#֘J?~q(,[y_$$ՓisVY0xo$n̛mkQπ% 'JJi8 o#[}PO$RG& g^uΔkIr,Rt8޸#|9n5gd&)a8"l?'ψ6fFU.j%,.2m*wL>b*04Հ϶\~XZQVYfKYj?g{ՕND!Z^&5AE˗Eu0pl)&޳L1-JNZ\N{OʙJ DBveb(EE/q_퉌GMnU\F|< Lz1R#:w>L0c\:Y`&ͽ)Ruӓul_2+b5$]'_ZF+  }Gy`CGϬsK^B`?Y~۠~TJ;\eHZ1150HǾq C*!HL*)QgywzKtpI~op3v tg,HArIJX)wv;ylXs\}[׈*S.gtŭhM{T%+R:@ulz7߬mU&%Z ΍-A_[%]9mN9ܻZ8^}6~}nuH\C3`R/0H^T +4Tv,B.Hګ'}JlHU{~F],6G l070J-:w[jwbYǻTU̬D8$=