PackageKit-1.2.4-150400.3.13.1<>,nep9|{>G{B'ZY)${@*h8PӘCS>vw:& Q1Х5و!I[qkr|s @I[}{8/yg9/>UKЃƏ؈YblfYh)I=s6 L1DX.q O?Ըd  ! Rpt $*2%% % <% %  u%  %!8%!%""%#h#$&(&8'r9(r:1r=r>z?Â@ÊBÒFG%HĄ%I%X@YLZx[ň\Š%]4%^ȥbʔc=deflu%vtw%xҰ%yD6z,08<@`dlrԴCPackageKit1.2.4150400.3.13.1Simple 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.eh02-armsrv3SUSE 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큤@AeeeeeeeeeeeeeeeeeaMeeaMaMeeaMaMaMaMaMeaMeeeeee339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d9f358537796cfd785afd8eef9130d808dda9c0f120830e4611f6591138fbed864929aeced6963915e4135406648cec8dcb622753ae96bcb399338fd842d4614f7860e1dd57158f7fdaf606bc728c6d64ba150ac4253112a3a9f92080500ab1c15c655dd70e00529d5f7d4523f4f2ef6e4077300f588359f5e321da6fd0d9e8809debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a53c6dbd1b58d49af54bdaa62d65e2d61c64bcc790eaa337d3736eb8dd08f2b6dc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.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-moduleruckh02-armsrv3 1709218309  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.1 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:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-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]=b1e6a1d92c25cc3aca63f49adbd664396a141141, 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]=41fd3351b0609f2b1f1c55f0785e709ef5657ed7, 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]=d663b4d5654673425790d9d00a4aa25922771e66, 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]=029ef286d1407ef92e6bd9831d80fea463bdecc4, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c877b363245764c4256029451b83ca6da8dee3aa, 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.13.1.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 RRRV< [(systemdPackageKit-backend-zyppsystemdutf-858b2558cb64a48a7d4a4041cabd893ff63d68b417fbaedb6bec4a8933ecde5ac?7zXZ !t/`E]"k%eLMsc w&PjJjB7Ch<QE^M`t8 KQ J|Ĵ5Ψ^)4(yhXع2˲zj M=-4na%ɚ̚{zVB>!DN׻ѐRCK%S.cF[D H5@:pO޼OmL,T]+>m eWpaLSXM&^)K7EjK#>؈-PˮvM LMPR~ۏrD_Zq8B9 NV.!Ul'8`s>3 }X}C iL")* Ψ]^]^A]Ku]5Ou<93Ol<KÌ+ڤgu|NJHNWzʷ$޸y s'v%v'핗-cynʨWA߁&S{fGaNIz@|$[ĸj.{qA="_T8<`_0`@-{Y׃皢ƚ`)9:_{G--]QWӏ]1,'Ȧ=Z,yC32rP+t-7L?Qj8CퟡXSmد `]:,_FT)gcN2xu8<슱 H)(c"yZw_oIjv|E߆W\66s0gskRnW"mIf3@RGHYEUًp.ଣgwDP(A͎ͅ'ryEݒ&*k,<%D4 J b4I K)̂iAik/FA6B>2UƄ+׿>hafEt݈w\9~0ZnaG`8o ݻk,)\:qoDimA sG2#_T>$2RY1{C$lco VUKp|lw+VvY]yPm.H¡bUU|V mASFʆgp-jí`wb8TsoL6]8bn~!/yr8Wp/rAEQ*eUi تkBF&()g-C{Z5p;bYۋU38R޾w8ÙZO0HB㤣5F(;_)@D3ͬhӥ}IzC ^E_c[Ǎ0Oo݁9+CqG?dӚkgLy چ=8bGF8piH7Hjzѽ )n.ؠ7_?E-JR~ c5]8V_mm޸g'$=@)i&iH_fM1@e&NnV%؅U8N]`Q~XVLVBe4ڒQTx|CnU~VW5D5‘Y~^N2˩ƀ7ئt'K Q@Kv$yʀqH2Z%i Sʺ/_ Ks,ĩ? =K9.Z\҆S" =4Θd:m~֨@H8P{W9Zum36|% fEpdhA Ŕ#f tӑ)/ŏ:^i9;%1(n^Ifi 6ȑXȽ1\;( @ SňjgUoG[g)M¯$68; H2-gd j-~}QǨB΂}wÌ^)oW]jphk gyV !ψa'ʅ˒4sJW83Sg'my斂lݔbio[o>=`c9OԶ;jF:,%Rę-GH'xEaqvƠ]-=C, ۬n_m-WJ,qQڊ!/D4n(y/vxn-$›i)`<A>{Qc_y9D(#}F-t9@] ;1ܟ- E $7)6]1؃%:T=m԰(P>Fz0`x*PQtts\(AZmPLJvU`Rgqҭ 00~s>f1O'| ,.Qcsmb@97<8@%1Ȉ3SIPu:hK0 2l*o (LqҐRf]+$W=Y7Ԡo7N%+{U&9䴁 >Լn0;LHMC BqYRGCӿ"߂jKK:>ˤ)'MLOJVD˻,:\D dI!x4-!~(+"ؠ ԍ8)CQxdy*.V NԴ./x(/E,h?509zֈa O nx;\ވ2~R [6iDNwsca;2y2n6E(TLV.""Е+L8_q3U󛢈V򈖜?.َ_bۈk-Up8x:c#OOIV-! W @H@=XL%R؏$E{ S˨Ȇ:OQğ$!h/vq=yl ,໑8WBD Ֆ,oB;{d-;$_Ib+_j4yÿܝ4֗~fw YO*ӳUgJW3 K}" 0 K}U`g<P+s3Ƃ>.2#UfkuA}] v+E6-<žJ(ECsNzr14JȍN3Df>^;=s6Nz2U?M=ʖ+]%̙NIFU"Vr6QZ*&H0M'2a?Dwg3Ky7=5]5BG>9d7xT&xI1b&595|~i8ZctN z09X-am\a`:f_)Ԍj{i<mk0/G~X8{갞&=!_AǤ $Xh#I ЫV_5q7WH=bnO0Yf_t+ZE Qr0 6=R:\OB2x~ӈA #rK9߲Gb!i,[rT3o`xQU֟K CTWXO9Z)2L:M$˄#rB+I9,jĠ^b(a;q܍՚#R/\+ê>#VVFR8Y."@ْabToSе#9qkujcedVpЯ | 8#Rԉ'>Fʡm VJXH]~i-PPY(yACZS?{: OJ%e\T\"?)_!q4/ݔk˼jۮJn:miݠ: {<^Gu?Q2Jv$f 4GLyY G,O:;t7P D%7;BR嵾>LadfdQe7QoBԃgU?Xnk]ζnJ8T\y~YիF2sNf&%i(yݮ xk(a;5x S+"狀`F(Dd 1 瞧Ek\Fטh?-Ц%F27X܅5[ \,?1XXJ)WBG;dtHus_VgCuqRp ' gh!a0 tbdaHd(J}hdxs1nB\:틼wѫ)Q٬hBHv։w툄'^oD1 y߱ Bؒ^X8QAm߬\<\NpbM|X\?zusճL_&OW'A<,T U"12OV\b2U﮹<>+Y%TEFڜe#tbn3_r3L#d·]5>v$HɊ**X7Q֡ ̽#oMJڿ{E,;/$uM?߂>Ooj<:{.#7+DJ]@tZ tgUjJhxQ%궎]oWOV#4J@q8(Dpڽ* HA39 vT}&=i1\y`ʠ[\&8 P}9:\ RTra tTTƠ$gp9;3t"If3@y \I8nt n^`N \V &g2Q-A&z| = oM45u ڐZdZv&ZTk(8v2J+, oZ݅8,uB>Vz< n&9r%{_149R$d:>S6dN~gT`AqQ50:t_he:J 5Iq.]4$< u7%G*u=|wQbuΈZnƅ|?զ9"<>̚!ff6tc~) uoV33h_f(Vg?ᩆ UMO!?bEwlM< Brs"0 -(wK2ƒjJ>4Iu#h{7hnI;2_LuWfbDܴe{I tX:X5mLIkI#cgfjc۔1g.џ?`o:h|CAD5/uOӔ(wr$]?g.7o1H8! ×5嗛 t! JG4M<T:kC;;Cݟz7|SL{)Ә:!yk<8Vx~_4>iݕרG nVd>ODDYڬ*1zRèVX%hYϧUN@pQ9qoꁡbߚ5F}j 6S' glEx݆X*59Ԙ S`3x~1NPB}V׆-V1Jǵe_=*j/9t]8ғ9 lnǪnIIBVK{Oќ81L{u7{ Zv1π rZ䱔yo!a' ǹpaw(UYx䛉9BΟw/O=&P|%^!oQ 2ȽśE<4ʴǾKO\[n}KX!PSra9f3p=3j7![N2"e`Xesm^ٗ ]w=sղ.8{W25vY!U~-ON&風)恍n֐ ѱT7NGkDkk ⴕo=C..:RFxݽZy-'æa,Q}ȼ pd7h24^q%cD77RIѲәF9I5a{2٫Fq÷W*ȳ33plwv FukbЪB c0NU 7k% )X1u ( `l!T$`W ] /1<@ߗks΁q1hnLRbDL&!>FYuG"~۟4G3͚(΋QJk,{irLX!05B,:3r=G YIz9k׆ѲzlSݶ5J NQfQZ4`lCW'81c&BȲČ^R#4+YdyyF5j\F }~Pl) #](v\WWP0)J n#LƏ+nb%h |3x<۬[Ƃ=l/Ժk[?AKFAPEw=É6W;}'1ox2.CzM䡌Ll"f/AN?]c|qktlE/{%|#trLAªwFFi*(gL5\!9jFs :ޭˌa Y@g?LJQ ]*_Iه92zk](a; `8-RfRٽK/|( }Bv+ߝV"JnjkE  Ԫ$7|Mɸ ){uG6-鎳\鎸̚9rM`f^[҂)hR YGH&A3؂{+׵C*;M Q׹fjk]/ˑ¨%EL!#pYgO: ,Sm*•z ^ q` )b)νΫׂ݇pw<@[i.&٩Xf"CǹW"/XnHdBN x?ՐWg=Dw<Ց#PN$TڧEmGjR"G%7ϗm) !漠oɛ;|/h&!fHVLAQf\ȸjfЅeչI;^'` G= ƾ$9C2wgI_T#|\fEia@+ %zeIU@﹃zwْgwrTMzr(}ΰ\7$% #O!n=|'buĕ\$D8Tast%,ѹ,T/&fVs@=[]pK)&`%Ʉ<1y[ߘ{NݤZtF*馘N@5|3\qJlDZUټ3eLkM O+0'w+p`ox*G1K᭖;?F_aq<)3Qz[7Z6_+?y@D,X|ԁVT}3P֩s6::"dX r=ڄxOJpz1aB&T5FJ[)xF}ʼٮ,bHNQv'-F,[_K|:Q7wRMiĜ#rךέAS)׹ÆQ Z*w &&;4HvPR]"* f3I&dk$R7̡V. ?DRu>=Wͧ~;/߼+V[VoMϓ%lYg %Fq< ZŸ1ΈZP967`Guܒd_l_㤤\qA{18.,pF$nc?7@f"jCzUS8e /N%UÕ_F颬2 /@T0CTlbŸrSN4e+S\J/wxfa~~QEAna>Zkz*G)/a"P`Zr+Ks|H;NZ`ǒz1M ;֭ iW簩t?blߠޒ2;0x࿮)V)H&ǐo~H Iju$*|R d_%"=y:^'f4iK {kH1iGЭs9?o .o̔;ң0a 5k˗V͕UW=K TDZ2:0(tQnt uj >$kTiAoh Carö,įZ`X("wn\%FA#f^%~o2Gbz ߆ϻ?C76P /!j ôd\tצanS4W_h̒^#K"he=sZЇ6ULIbšCHگW3+t+~DY0ӥ`p}HBm-)oW7Y7R.c76ׂ RϠLys߹tiXuyW#-&$hB6fQ)rS~94ɖ|`&{\ +W_K"7}ЙKh&&'B-[NY~Y-;>=6//H䮎#Ӌ:ORđ{vK巚P qf{y%~>(RBěfҾ< !ߓF\=R-D -x22R0L 9wnOSqXϢQlࡄ6-SmB86)!%_s'= GgB] @h ExI#!E nfW#`; oʺM@3ߥ`h|aAq~~^:yvL80?]c~⠆GiN*"_󗏿$m3|bdKb9Q/+ua@X&,g_B9h_aЫJ 2)\0/'G+HfMOuEiWaoʼ8k+vC S_%zPeˀ$j׋%Fъnu+R4fD-NΛJ{x#O JLmf[,JKS~;?B+˝؅4Vc# #&uubބÛ$"'Q~inWGY1 #z̘%(,E3H 3-[]ѥIk0D[n,0ɩ0oAn\6v؁&NUzlUBp$(vye7ʲaש6u Ŭ,%'c>7U) BҘ]&/>ћ"X|]D]V!.IYS#9+qPw!xLԁ;zzӾ`^pΓо1{pM7p+/-;iqfMd3{:keCc!Ɵ*-i¤jѩJ|^& x#?T`Y5enqގֱژ 0=u|g4&D)y^jl3KV R'P-뮺5LviݶS4Gx$&DG v4'kRin LiRA?^e\wQĈ 2$-_1džO(DS xęGGh,Bq43&EIjE<ŠW$r{ZZ2$ A'v8LID#Qi"Zxaس ˍ}u-E4[Ljb^..2{' P1 k o5KB%t1Q2q Sqv㘳9&"Vޭ?7l`a\_J[4.ڝnGUj@tfV/uwz.KPqU R䣲oU =R@ &=ҞbBlNt(Aʞ={\Y[-\e')҉CrepIV-nE.fv6EIplwXRv\}hO0˼S6T"AELdc,b:&gn ~QaASl{>bAg|vQqsp_TQ*(=Tg ͣ!´, G 쐲`q5ȇwhP|;=>l76 O@|'s5JEl 9WtR֟trF7j6# b 0s"tu:(եP>\NێG}/ί T6D9@dԲ:|/UJL]6oMDEe`z|U)Pm"bmzC!:zQ|c3>/$|GK4(D0qd1<]Jߛ;I$A#{}P!Uazr4\E*潞s҄D!$TkVK^SWܓ#7>-XB!cWerRbZ42BVa(o:'}Q`c;Ga5:m4Q 6*b.!m 5A{o ?fqAڠ|Og=Φt#Ldk5@gS/Mzgg>n n w[)M~x~0>Uo$+`/{D9=Ș2=^cT%"5K|^tJ:x0.)4|]=;S-ae]O.NJE}`T%~w+iV+54?1JdÕ`֍PٸOgvAup6P-eq_9 7=5hAv1ڔ{Ւ]]X6owzR\qN_E^t3$BQhp-rAp^P@Ϣⳗ^4B]ye_ pXҡHD) Q|S5Eby~\zK%9t `znj j[=F=0) `"` ԕv2LY|dF3l9OLFgIElۛ莬Nzob8GJTI%{'xs%}JhgD% ՗( ?D w9-zWc/L2[fWMjlqJb$WhP~^4}ԉqj) `>5GRt{.I=~uaY6y598l,'LPovB42*=| n$fӒK~`.D6H E#ŕK/&Б,,匞kTy5GS6zw<@&VafjȻTb(_ Ã^-ŭ|=|@]ZMjwY&PBWAe~YtzE!e%^ Rڏf:gKS)aw$iI,Y,aqTr}M!\ CtoeNN fVNOAN3!}g)sKM;*/r~8 j\wMx8/!II9sNE03FS(O.B&6"ZJ S˕G2A& Xsbt ry|Z=W7mC`TDːm=?%*h(RQEu%dP"݄ma/LuWv06K Z⾠CB΁0nb(:w/HKL*[Dx5,Gdt==&%`7f\7{R ~(7n_tzA"ePԴ݇s&xڡ[E'ՌQby&h uԴR?*_ "vIO- m_H+}h_H`ѼoXBz a[熹ab^RA.6̨ LQ%,N]/]W%eڈ JEK干&E9 J%+?q"/ºxkC@L_[c1Hwv;NEn7g39u.y3&DWΫ]pS;H~:mY>>tg+cr2/?4IRGByx6 -AOpC 1 QVKL /W8= v쬋T60n@,<7R 9P7D:N~1}o7Gte.dU߮%yTO"ƺoiǔ (}) V) x &rO k<]rʪ*YVdFWzXtُcml4:Ǥ3v|Yvv v;eQ?8yK Ց6Tt'9ER j2 KNдNL+G+P;Pq6SmzG|prUϤԨՒZ klx,{eyjn S _LH#@ o"o`S(KQ̀~V0u:-x\VS%+aA{Q> ԁ>jYxwMU@f<EO/`)#X9T pg\tP?? jowc' -O2Gzo_V g 3㓕(P4#l)TtWewh=6b*|a{kvv"=:-XDn})DزWT2 ,1kz+fzOmz6(5t#VM3Ӹ9GPDKmqet#B&s-unEtHf<WW{Þ 0 ]`د<1,8ggM߾ׁ-BNCyQG"d!lWK hW#q}Ť.@V *+o`]y<sGZ1a~jGU(\V8pW.3^H"9)]lK`CO;W} lä({4xZm: s$E!aҚTсJMi/v.W }bƔj i!"G͊bpȤ2ʙch,6ty*Nz-X#B0)RT?qu-ܠ}!$Zd0pܶDgwz5}/bYi׫ (eر0g=&̇2 elxTfXs偷~!+8Wϧ#DVnN1AWլn+>tix@]GM<3ǩH+՞ޫ'f:; [Z:U?9tm!ƑWtiAA53vD\V~(Hƣ+jJ#Hgje #ev>v$P塗.~k)>! + vĸ9@,J0ɥ[(Dy MIn2Rm+v.^~€1v(F/{Y>B9}D&ʘzEJ!py e  4\vg7S+mIEQefa'tUe@ j>HO*u/WR\Y},xlF)ΈCH<'婄}w/S*>Vb pb_}{U2/*["d{ F#?jNTQEehHVGOh}ԊF EL'ELSj{28¼ˑWjs;wqRrXw[I@@i"6 4d8|R䛦wyvX=^q.2󤈤(^@" wsBx&y$R9aD+:Iޖ.6R2 5i2g!+@JHFTb34HL){|ړ4n&˼#7ЩX$Yܲ λ3>qۘV4(yĎ.Q!2Fl+zS8HKGIoo|#D ]n =||`lϒ_@Bh;=ਤqQ 1pZw 4I% L\>@at}.iMNތG#M萭^ʖ%Sb6Q;4ƚs]pʩ Sk^ԁd0ezqǠ8^{ο-ضM!Wy1 -A;EZq~ՆWMl~෫aly!>T`j}Djxx-6wRX%ͽbݹy >'ЛJaړ,(ujNd(P[Dgs_r򡙎nA;iYv^gu§_W^;i꫗ m1g yբh{Rr[ռ(9֥OqMVQ+ccͨ1<ؑKIJ-v1oۑD%v:1҂v9jH%oЦ^řX&>g'V'USAtP\Y5o6amBvPm?MTFҘG3i݆5kܣ=N<:dOXyW&R1R4>΢ O-b#.bFUM˞fQĐr*jNU8<`x^2ce/A`@)j_IAXvH1蹘uD>E:XYHƽN,5-g+u AB ܒ6{ݘVjp˩^CL4&k'V7^{==XA@2SEIB=H2çHΖ&rꪢLA#Al /k6,;Ŕ\BCY F\١>exrʜZK.o]rD^C~QӀdG]vϰ}lpaMKpC)$97'I̓Cϔ4m X9 E:i,b,}$Zk<-k_?t@f/S,dFio7E43D鱵<ڮ#=Y>ཷVTfjv.pj.W^ݝP5a;'9_RVj|hu :)9yG %5doZ5toB 'E]SF7@i?GpĦ׃y'&NWC!_k#gB#(AE'^qo!5>FXQkY˺ 'YN!K ;dϳsOVLq4#OvbVF .941Z!1<g9bb@iCcM{V2IB33ew6]xODZD\5jT0iiă&7"V+ȿ=FtC˹ Pc뭡JVrWR;<)^: )\yԽ‰1@߶CGfOi0 zKSRI.vh$i!Ε3Y,\1,BQed^}sܦ+ ]0>p$p}0ְW?nXS渡ȽTԑj걜qIaF|$. Y>ʔ)n:̈́Ƨ~ǣ},_ͼfK<#ʠ'~ %:TGf)Q{t$*ᅁqhWYBx RU0>oMf@n.)nL[9K?,w3ZlyEs6(u˺2ҏJ"Ε!8 {>dc 'hR/h-/n]RSgXAӥrT=#m,ԷZ==aOe[ykk0CsP-MY8C@ώ7oGA큓qd$4 ύRk8\bgBXJfW?a,nc\rH) ӛ.mH I[΃2_TBG|'vzӭ]waDxFXEy/d=%[sKQ' lgIͺyRgJ[8h<K܎{͡czAXu7'C1@g36%dUu~wOCΩx [+uoһ! c> #F1E `!u؇ԝdz} ~7Oq?ؔjS6]` TjێP{cL@9}pXɻpm*]yk)nOߋ}00#?h\,"f/IneV8 9`@0GRR·O)MwdszrЕ֔m- `I`ۀhvZ1CA]k?Zg(PYeQޝqi6S b*HUŹƾ9]taSR6ILvt?'34,EXO۪ Y,?9Ό@nƭ{e3#<0|_+Gwlrd7U9!{Y >Vh`G*?8]y Of:DKiuzp # l>3 |&-6%Uڙn7Dbͮ2zlC*[<:}Cnt1JPyLdTC^|9vT.dVArc@SP?dLX1a,n+֨EvZ߼2%x1 1*@:z̯E9ȣ mSӖ"7Vk,63c@B;}gzeȗ-ÍÓsMHȇ *W z,Znx[іDE~j΀^pyQ=ǶRb.Z%xhZce':=_od3A>ƮQ(\0׫H!L >jH7qqaנ%pFtz&dOsf2[9DCQV&.kʒ_EH$Xk&&6yJWaYEfygT_?opԃKT[!IDp2_sa% ^"ڶެrώ NvFI:w3إkui{s),G>^,e6A13cGh3 MtK|J*Wp"%_rD3b4\y`rS"S#N ˎFؓ+VʭƁ'Zu XgB kީuӭji #_xL>р_?IzɍC$_7K2RrXY9T3R!1&̩JN 0z<̷2$ɮp||†&^.o^Y>tIoK\2͍9垻('1ݞJFtz‰,+@D|QD]MxqQL&1\ْ3)#ںE'4R,q7yxm0#\x9} Q\u7+Y.,D4&K)Ix\i1aDwx[ޯ!0_Hн2X*Ayi} )v_tC7o~i#e^.d_ǜ иΔ[kԫ>@%ѦfjYD8=:'=KNAUoWwwх|upR >%MVTysy,dz5pvsCûH"|R&I.fUԀ[vj.3O"hbf)qVNr&.dħhA!VrD.ώH GŞ P;zę{؍KV䀚tȚ5x0=L>W?,V-Ij %cӵ7vZ^(a1-j ^.4R\,C"S8!B#HXp̮hKÞ~9˻$A}9iGعKS_ EZjY"<ڞF'S5̬A*6zbpzfq:z/g .S[$%uź\˵4{#Ne]Ybރ$\-KRϻCqd,d)sǎ&dz.8JqpEp7}Ҍi+ȵK/"~m6;EuE; [OX" RaÌ,8Li;ɒ~{˕Qw18a- :I!\~WvJaCR ㄷG3m#N$ զ1go.Vysn(F-* &ZN^WFT!6)xkONXXgؠpYM61*Z6[?wxA wqɋ?ӖqRwLDKУ/{1Wt,"-B?{emDoۃ KhHT|!>VY(ς#Țq1?:t' Pln-$f4Ga!2BsYmE5aS]ș}'[Ҷن E쫄z1<}x[tWu濱s#[UHik8lWhwE^M t9>*$ %r<*{s HyIq#Fa?G"ǰ>d87ƅ6{vG@~41ӛ(^*968-%0&$B2Ha `WP'DC_Ǻj?]mtVj_sKe% vJpKCt 4/3{FJӣ/GԾ7rn?9xWdTה#.Gq!RpNS*a:"_ ](#DKLdNKKfxh. Du8OE죄َ8 "q.^O@nI0qݡh5kʹf>\ڶ XgJH9Iឥ9Z'^y;[ilej^(ӾqXӄAOi ] \& :fR`MߏDoHͯ6 ZSEb.!S#e @=u !')²?Ji$(tnw0\gJrt!i?Fp+~|el N/-0j<{B>> zH0RI"-_d:[itHv7uwL\&~Av<9@:::, ڎ;U+EP֧\:7! Mcoj[!s-Y2\aDNH4KrS"ϸޑm^(9A(k\y.n˜60~Fa8PEF)=dY,$Zk'1 |E8 SFM5?m=¢Yhx @e9B^?:Dc^NRhX-ļa%MΐK?*v\|ޤHtՁV+Fb"pԉPd;lޮ<.0|JԲ蟷Sw*dme`8h%@16JD G2v'm(1/jlrŐF\64uת- -CpJBxzA^echyeieGTI[pz k#h\)Z7fxs d_Zw$:X/͵媝S&r\4"Q ] ֓iB&Hg'ce6@PVZ(n)p-/=NseKk~QjE~ 2$!8o[ŒI;w(?zYnVCW܁NQJaBuÚ[0X]mȰE0/~<G˻g @DCJDgKt϶\Сq 32^n '{);SR~3 &qSIL0?=ĺ8_,X43!K!䰬N8y|!0 !Bn>ߛ/"70\`l-V9vϪaFO*"6DU /TuC2]p*FC`6gG#scJ(N@؈2UqLU- o~_h8v%L|sXk[RءH<ɩːzga923DcRX0l7$rH}Ij/hTG@o?bS.I:.5 Ut2 aG`cLFAީDۜq2mUӰ;<| kRQa -Tt zHh‘4}X}DV,.P@kjw.఑9jUڣ.wSt2!O=*7iIR E`3uPJ&Pzm:yȢNNSԵR@:)<;֤LeoAie}FFf ]~o{NIt؅p"*ӒwU,py`8>kPb4%F4d*+{/ XQ+F;2_"iy63^v( T]n1':AD_M\kLgǪT:;Ꮋ=nTFV~ '9C5+̅RR4/AaN/C_fnB=^ʖO&J#dCh4,A8Cc#n-P=6Z`he73%+Ͳ*$$S]/Pl)sp@*V?g:@"ȔosoWgM{ Bf١еOTjEْ ́NU )Qspҿ94D%[dn^շk偀nsz ƖTp|~A ƁS2/xT†B{ԋ諢?9J+ܠʗZ.pkK]3L?X,d޿ Ⱥuڝqwq+V\*LWZH{  ۺ PK$TrR gYG^/$qݢ&Kwb*?l@ݲ@]8e6miF :J'wG]bsBUY $G(ۜ4)r!d L%5][Ύ#B$5c؛Qn'ry^Up'"#җ$ z$}wfuTsg]orʴja ^,W+ 2սE6j+n|`=TkZKZD ;ʴ!|pACP=7J#{; 6d͔{W#~Em. ~߼=YWB+ԯXmA6A}#҆% ,ru +)8?'D[h$W֏bژW%'!`(#$kgg>IE!%e O'l)Y߂?*@l܄hoJ{x;5ޔ,jy{!Ҳb:`vQHŃnMی3 p۠7F>zھd*I)p梹3QQA`i$t&wImKqG9[48Mk8q dޛ.y#Wq&&UQ-I a /#*E*M7o:+:!qϰ>k;Ci\̪O!Soy~.pdW)@ˌu^-g^S0*2A#^2}0ʰ>#FۏeG$z 8\_P䓄դJ؁zSKɎmNYJnjbwˀQ?F}Ŏ%"d?2:=3ЯX,4|]_Ϭ/4Nَf~Ifm]@dS^_Sot`Xqf;_Y=cʿ |Sj~@բ[6IEF,TQ Ur$L<-?"v]Brb<0`ЍxXzgź;Tnҥwy@i#Hף@c?T2'p9uȢC w/3XJ`/fqG9TdwlCV{#: a-!pKɏ c|qnbl9-[kHDW . Iz!#Yq@'khq&S`ab1kQ +@W4ueu/L~0s|bx.d2ߔ1GQ)gmųY)wLa)-h6nD.`j*>E JJl1#a_ht>~ }OsStYFq-QTK?T&3{dkS^YCkFGӼh~3oAוӽ.lZw[Ck_S}׻dHO͘)Uy[N*r|ך? C9)i}\z m ~;Bfi/NBWWɥkTu6! .q+Ivћ;e}V+8Fu7g [tWN롬t^?c8$gpR^ɉι+N-q\J|?wÀ]7k])"o^:W4"xu+TR-(L8!H_{>itvw[Q-Taو=\ge\u`W_sVZ[CAD^5N[r4C `xPP/=e/Sݔ?qCd*Iee" K - ֣N [+1tX^ؤ\̶ l2n*9T}s(<~ڍ=AWaɦ FD5ɉuZ^A(/8NܪrӊlcHQML+C eb+^aVz+dKΩGd4)o%Y.ަNH|TF3bQ3'#OnE\0$_{A+/xAU ٢B&i'>82Jra|CX}J YP<= ;?'fd]F`jElYigօѵhD0 EUѡqʇՏ[Ә4nJ'%ʞRǫkt{!2x'G@2lP=V.xy 86dɤ|[Z#Z֥ %h+n8ĩȜx8;3=E46-㧌]oeFo.$םԙC@5Oe w/l &)'vXFJQ+M;Ҥj0ZfQ 2&Yrr_bf-i?}!WҥW_T' IW~l!~G 0@,dk^\]Oy}'Xh )s ), o"zaʹj{$3qhWQmP<@֫v͓kAȐg.CT e6N{,X{p_q^np}Qv:MI):1<"fIIx7==l'n1vC]g[(#l-^*|,$xh[H'Xj0߹M/RV0/ï5"Qk"PF mv| c~+3Խ3njU7.SEf/ G6^msʺb^Йd Zv57F!p 0dfCeAI!NquQd f^)jwϙ[QmO>Y}h۲A" ͉l8_Sޓ0 U$ ХK]YG_2׊.Gi_EQ_!\z{q#>VNS[ a;1R0`aiy;S6-L)3tlCvݜDCGz{&d_g=9xnŔc[+hD-F;Dꨇ>`Ԣ4ϵ/#Zp6oqDbsf[* 4InFoNa  mD'(,iG`Gjv%X@ߺZS?QAvd ɠF`w=Hpiø<(608-}i jjҟ𮗣<^h) vb#5j_~B=l,&S|Iю?;*bD OEn boTBcբI>8-7Gs̮p{`k&vf?4I4{bKA7 [_'\ =^ Zouqpm[8(15zz*U /N$&XXV"I0hm廂5-9s J0pAFjEeϚ`KLrG?*InqgzZfGiI`OflL?Ҷ@n־Աl\,". *$|RdH5v JTM˘l"7dK J*~-Ӯjdw1 #bo..{ȧ]R7y\Kdw#͎o[KdZ ƉH7SL;o$=yM&gld g `N֬!P%I{{{ [Ӯ7nJ{zg/6H]rS[y<Fi:g^$sn${mf}Y Jհft2gљi7(diӍ}{>S.󭾤=0L1c柠0 Prr4u QJu ?pu/U"xSE Ʀ> 6Ó=CBgߖ\%W)pm|!2  Pz 9;D2hĸuXަ$'Q|+^b5/YZJdvVR1N&u$lm(gr𯹛<.6@ix,yjy4ɉξn>45Y?vJTg\(d`.QcpᦾS2lyW1om7-U)'O,~I|i2kۢģy1؈-I $~G4}U }8!X!9֡5pUS`^KF!_g ]$K~btbQl5FB*x*X@!uqx/ |@Η=Zo}z]DB %TD7x. 6&y._ۖJ|6hL05@A޻,lf6D7ʨ;4]nUs}='WD<` ˜>y6X&4Z؂?M2BةorOמY<^uʰJ|I囝%LQEs{aZ/y x3{w:j h`=voD2@E[?0Ml)K`el?'Cp~לC S4P@;0y$&-/-g "#}'xLDm"iM+lG)87˘$ {#=ln⼥ [~v}l^p)EKm{72 Q-|6O*[{,OXwP&-BtΜbtFЯ|Fi X&J YX>ֻ !pV98쯉=x=Pa\XƖ?;&W@;15JW>m_-c~ӫD!}#;3Wc!p'AtOH@6to+ۯ-z$GE_us跼RZ|Ϩx/0ŀ TOGX_;`LLq<ٝ2DG^9~S <܁G=Fg.aQDmq4S&V5w?k"+4 2z#D`Ylr_hU^ϣrɸN(EkL4uJR4m&cݨLXVT7)]`ҧLt*pbj$*? FL#THR/qo$I\at (שׂgYoGD@B}C(|X~v}l!bo3Rq%+HrP͛hI6z,sk5 X<̌ӄjZz's)@c~޷q;1Ղ=cz>rs_dpg'Wmw@ 5+'0rwC _G;<\#TWx%>DrLL΂=A#:c4MD^!|M D g`{!`"&Q f<| Qbw&kuWP]C⁤UxjG,Ԓ+KI+@+2\b,+uR { @YdK.1)2Xiې]ja<ЏEY $)0 *)#5E>mG\6tn+#zanwaaPHV=f| # ~֠nsٮ)S.b %i9Y8*$""z.j<)L`%|yhUHTS{r#Lq4Гrcf>[SbVTFz L>bXYpw R vcB럭 9-Adw Q2J׵Fh!5j|kA.}\Nm.̒__Yr CB׫M%.Nߟ5(9:ߵbt8Kq=9,(>*^J ?+9dʝVb h̄&3OELabTI]u+D*Vp(J$a I y-b5!9mKvܸ{E+q)Xh;;k7Y uTky.Y ܏%r;*P V=euRKHp~ؒ"nzxLJC!\kH E~"߶[!Fgn tyh/_ `Fs주:8{VUZ(LYXیH&]J}ư'QhUyzm*ȟr-z%H} P4EM-OUfx0EW#N*m L2m9Fm\si>ۅ$x!x?m<|SX^an=2GP#Ry/Jv|v'ϴUy.FµMkm5.?hj Lx}nhD&|an ߲QPի*j?{㟅]\z-'B!%pO `zW{es#Qj0<1ti[z7U^If;ѸɣTI4BǽTx3E8ֻ/Ư<5:cGѣX%LaxoX&cJՋyVP0&mj ʭ!J n((V#(*xNUˍc6(L`\MdW< /@isE*Ć ةe"ZR^Y5;E*dN]"(!1ż#I7)Ch wʶZ{,^iF+tSOL =?HkX\ ҅ YVC:8}.Z#E%IVS;(v%u9A+cLf -v >l{GleRCfchgG>7$u4NDrB ^6|֊3 z l?jR|DutbrHt-fI wnW@oet=ח "9V}ϓo2||-\l$bǃqNf}!Η[@=D1DJ7]<'kv (:,1S{/\6>=£"Z:.yЛ I.pŽyYqi4ܔgkQM$Jep (Efh b_RyH.(yVCt|} C+*e N4Ot]mT1Pt⋆;  N`~_tđWEbA66G_#>U܂dz-yh<S~*֦ጱ"F kmPf$SZ/dg:<2R3DwXdO5^X9ˌWL[n5K0QnfDPc0A0 h~f mq{!$[@'F"45>g`rqL'*[gJ4ɜ,0y[gAseNMPȇ(&R/Wk(70}1U8L1*W4#o̰1в_m#Aτg5lKXATn=w /(rBdOv)4M-D0z3{UR,RR&clh [dt kG)eY:ت^zVE3Uc6gJZ#2a,y)[PWQ^1Yte&v_ we1 O%A%=S5jn:OFiqxzuMnm7'3t9ot o;pRQ3#g7k TVӞ!oyzWC|*lOu%0X3h|ih; =d [P1$a|rAQ |~V^+WoC4$;qtlO¶4LW+ڦ% Q\P]3hJo@r@&J)B3,!>JiaUR {J% ¤\Sc Bϐ6|d4@'RX`a` RH(kp lAx:ÅٕRM*1X{IlbUgrrp|6#oeğ Ց _9oṢ!w(Df>K :qF#^PF1ABxHhF75n>`QaX.UkuhZ|A3|:# x=cqIg]47|>?^py]I ۲?끳P1A MsY7heΖ]S޴2k?I.AP[Hk+a'+{"nFP\Q/Ox:z.Z1hUԵ<){Gdk(|x߀}ͱYbe2 %|:( VL . u3t!wiaQ? \|n0Dm6zxkr7cd1ADLCZY4e؛kbືd,Q"pr849Ӡhq0,]R-}[ Y8(ĪhQ.= .Tx.,)bMk GUC3{q\X`# ‘IgzĮצ8O䉔Kܝ:ed16!f PE޲ #^O5=YTcy`Et^'M.po ]y6yЏ,)t!^ K[ JЃ{P(p%F .nscH9/c.{C.Uge1Ds^5 /Z2kT~B~gqW.G@h*ͨ#sA^i&[Obi-xx-*<ܳP,hyn5rKɀ=?=78C?H Qv4/\vXrr@_q,`זIKGB:; gp[2}N&w` % F>$;_|ɴ}8}cif{#/waN4֤&K!{ꮽk4u9]?WGkjKh4x3c|ֿ3zEͣ -_|G!͜-@O%N;Q\}\d8&eLᾈҭM L 7+wkL1)M `z4BޅG//3լ/gwK|޿.i\빒uݒK3 H W\Эx5:ҌPi_)-fa)N XNir_VZ |!NF5lmε ~wX/H2}k@VY6ۗ?wkPQ]$:Ɵ`ؓPp/ ̏~VA(mA-lj]#;l`>sF$?8[Z{z05eސy #\ەJs0G#|+7y <iR%Ee͐@7Ֆ(2fAM#3C:Ϛ֑Qk(jաQjԮiHh&bA$q)@ңݖwL1|7;C@a+3zeKM:Ecsd}9;wf_wm[$AMm=v8T3rR0 $wnLuOy^ li{xRů+z@L|oSIaDiM6~(JڗnsA0q@<@ђF4: igt酪xI ϛjM& {j%D_:Μ!+%\BԪv XZ4>m^Pby΅pDC7OL"Gdx9Anzr{=د0GOG^& X'P/gME7RS>t[÷tG/bRs+Xٿ{2Wm"=y>ޯ=n%D ?9nێB0mͨ0 uyOi6Un .Oo;lPي]LcniZe% kL % 2ׄ{3R"[tyE`hľAˊFP:+,qCO 'E|{4R ]H_?!4ZhgF8@H$w\i/)TMFhO4,g0փauH{["!NS "Sm!fuN ϔAg^ͯZL$WGzUy5+|gyY||])$|s}WQlPå \**/˺+WH#&Kɤ4Ǵ[3Qx'4_ [&_} h e܁+8n%LfuN{FAʆƛWA )L$W}*P/8dg ʼ0 h".?n'B PI'_W*} lsdt(\KCL yCT12ͰUSx )iF73\B=ND>(QsL5k$OנkψA*3R'_roC%-eX~I j:; ʫ|z[K:9ȰNLKZ}ow͐.qQx| }䲘u^%U '}ގ% /dwSeX:+m`9x[uyN654+#/NrQԍn`kf5\ui>&-hJSiͅnaE\Sji-x hB~BtG X3E F{rЭIމӠ_ׯLo5oj2!X EƤ|d[tG8!e} Y5W8]-kmJS\ǀl𦖣b:|d?#HK?)@a\ζ 7Β HX4ZvfLԘvy=麕?=c.e7lYYݭ\@fiTY)#tMV=ѥ,}oq3ݪejE*dvI*O_9Ņļcf5P | ʴ_ڸkd'翫BP0uZ-WwMsh]j|DOZ5"Fgkg0  ^?a{f m@o5&AQjq6Rh;yp_J$TwU=͋@"LjaH0a817ZN"0~3p9cO?GRǘR, XIB[4O ;76E̋N\x|tH"G !,&f Q1G{%rfsrr"fбo\^FLXEL5t6bڋ[3<Δ{@|kZDz\VȤ:7I#3ʦClVCkCx$c&o4y.$Q%?O!X tw듁ih g[I/ w`~{}GVF>$H֪L$a: ~z ۍw/n$ԑ9dGPEDG?؜A*ڸwD槛[G(I4}V! Ӎ)fa1݈hPELʾް+I/ZM6׏%в6;#ٳ6Z[\x\ÞȺΰ! vR[^R-l`4GF'. qo8Bj~f-T[_6~Y։$29Wyټͷ/uu b\FAGAi y axx:k1s oyh|*'Qm#_<ٯ4ϕ+;ut8SOmh[ģt9‘[DXp?|+s(PXk~sd z%8đY&drx23F w xNl ]s]n "&ww}f9r>l?du3[7-AM<F} *cjrNmWf7:a?N{|GiO-;~ߩnﳬ!Usu9#9qt1G$qbճQKOj#؋ړ+m6h!I(΃v0B<.*=_ 92A_3"ؑ";B|gA d["Ĭ,r*TucΞWHą |RMyzq ALÑγf:$Jעs@(X&G:̼ m(g: )aQ10:2*xNy / uSY«WQt/w R7gZ.(t֢]tTWBGCmlhZrsF;ܱw/jƒտAw# z +@v:³ǹUB?GŽ^?;XnpTB˙/Qj/Eb}tƗu\GPkjp$`(IB SG"Ihk6z9]mBƛ,"xXvO~1w5tYQMZPs&>Qa3C{i.K0aqu|:-79MԙXRi@u|?0B5 ~ bp2=p[h.\*I⏸lQ?);+~o1Mp90mc0gVPHV.V#$[:EW!0'SraTCkew\U単cgr@LYV-)蟭3t-HYjUc{QcܮQ+&ke"*5aC[[+ O42t 얧AS-:T?2I9'cQGT4 5o=lb言m3.NhǴɔ]DgX IS 5yO2ā.&*8_٭-J?F= H8UM5`Cp? p Pv2%d\hxf8aBIu|?RfBw Gh_&RTD#a g"*Y|zwŲ21ʂRY؏ʪcJb*Cǣ9ڧ9?2;l{hI fQb wg$Hf+͂\ ^ ŀ{_& q|EL] jv*뛟ăF RP(N)ӜeGPrk6XT^ȣOZKP8o(!ob ,I_p݀:];?FZhm"$rMSTVF'+b1=c`>>)Um w06:]x1L{Vzyg{(4P(ZE;5,깗wG:/jkbB6qVm UxS_+H-hrh?%WҠnךʳ~Bj%1Il ޾u@֙cg"1$g7&?ڌ(BŹ22i?}ITڠ&#/楓)cJwar",=hd䡂Z`9hܻ\7)a >Rs<k w,x֠csx|$)FB,L*n,;m ^pe'i~pnQr9?$51{r/^Rmni]&<gBwv@buT3fA*S)8HysxhiOԟ\"ٜn4K{P)JC}85K̝ь@y!D`Πb5:Ђv y֏nc[uzu#8f/*1c80lZY¤_D:~aU4CA 95^^&_ >9+QK,.eHgķN¬lODR;GL-ntֆ;.}M1RTӑ8r8wK!s`N%S""* cjPMCkU IVB%veFt6!Y n[J`Z"M˲/r}1o2 ]kH0O\,o b,6<8og@Ir1'}XJLkLo_1TW$cpcUɱ,:6w!j18rIMLt:hgծ^I=Pw% x` FatmN5zG? G]mIQ_qSm Ú1eo2`7^4_t.ŸO?v-2^?1h=][k}YYL7J=t!;+!u1鄸kbN:/^X4z͈& #9-bloit&X5-FD⚢z"xr$i^ܜrRg+$vӜilk0)nHz\uQҞ˨7_M%ch¬"έr8Ρ'RgGA<#G 귝 mxvݑm#m8O ՟X\ R6iVĤۈM| ,#)h,:-2uFV k5B©cG@ч2Fcy"}w^;3W$ܽiT:)M *1T+*]]&a 4\Ԝ&W:+Xv|M]k̡݊}nʼ' VEu"4&-axl:PgRuCGs{#T"ޙ:vy[e x&@׻,#?q/^E|) k:HdsrȎ.YknXqEp*D k)owᯐ2^RVsp ,o:'tM-1"];6jh[(/H!fv0zCO6oy'˯?#EaA+;$-1%,NlOG]5:#,ڛ7nu"x 8v_uδN.;tMt]g1kBn禀9oF*wX+Rѫس`5oM+zGz|Wg֨ .QϦ˄ykWEޔI*jvÁx#nVBͼ7q ^Qts3cq,`L-kH1<,vNVE; ~,19!Fj%cƍv`dΘdwX o8~i^Vc+;7E{$GM]3) _waYMcFf=F+J(Ḳwyd~ lL=hO0@(ek濩`X:c LW:wRa[6ṟ *YNƇ`-O2,L%,lQ>L*X [P/s36Dv貖cjc?I*Zًr kJVA guҮY(~B|Dh>[ί/Nc`bcwDSV )bх?#Hv&/zi~li$UtNw D>L=+)։Zz&l[p͵f\%[qY )ǔ_1TζQv aQ!9sQ 3Y3͏>D|[9TIENAYQHVuʛVd8/W? .I^*M ƤYKobfTi*-3:woKLd/[(X@/0E&Jg} CиaBjX8ڥKWƉ6Ǻ>û@7O,!0RoJT@T]'Y82Yp2!v2^$jC<;B$]$pX1m{4{J?txnrNA@z$'|ZAwAs\9`[ n.̓~|*]t7 `'6 4%]~.Omnr=*B3~wxCߖ R#ᦔZ);w)i,V*XМ~x>r@fHyxA 9NkI.eyĬTUX עF"9PMʊ9yf\оUqMc(?Z9rAmcvUN}q*dNQ+`2M9ù+El;q:M9v߻;S4I>8yBș䊓7KEViAțmOf"u8fPTZ40E!# 4[@Bk`w‘i6 *HMiM~S*]rr^Xd(u[&Sto> 1jZ>r1t`("6TJÒ2M 4iE)eepy@a<>Pޢ@m{=G)gUgywXy#T]jDHTW W,*Y"?2U/SQ2x9ՠH+n5eВrS!j7n3#lm4u Yjtk숭2䲼oKs+43O26PE+ L$sSV`/7%"Gb3״ЩnC'x}0'4[n؟ARz͕ Tsg0NX%Pݮs̉[b{?{ +mITߜ2|퓕^$AIgf~[ү 1X,fcZiHm$6#F"걊%M5":u͛ Uw<ƭY3V7F6_Ap#@^s$d$/ B|Sw"Sj}RC4ppaϳ&\6aNL^ag[n{jnHƑ#WXfT{ { ]sQG.y(Gw,t7ǖ ]=?͗㉚wZy ef%!Է)^ *1!O֥%l32flHp!׳[=E[*G&+J`R,׹dz'v` ́~ZPRָ+.WI{ZPn*pL󗄁a0g)("U>hVĬ* d[Z|C\*|Wr )擶V(y HNBrЖa(oBf 9G Z&|4|̈cIWsjbh+Jq`J/(2?m1dRM@g?ly?0ѕ )ԙo%Bon_T1o-i}6\܎P["JnCk^% WL=ny48zp[_qYml De~s\1]w!X{deAb Ngݯd!Xg[ӓql(v:-cy@t1pE?Nn Oo+1?֓9ap! *6Խ^MHFim )r㲗La"% Ie!u5;cZ0jF|7%ej9ƲuF3_w!ͼPiy3I X7܈fM7DkftVᔧ? t:' 8[kA…ו~xAPr9zMFLCvV/BX!?ڙø1][Tk"&`J/ұkj{ 0'AR*YKrvBYIȩ?Lw4:Ѧ%n`׌D0, qL&!44xPa͐a>eon"mU i8Àzn~a]`BJW[e` e}zZ{KF?<#\}I-#^`X=!Z']RAʒ_K8G-i1VWyd@BM+ɱ#VҎd%2+W3i:$Z˱K]zX29^WgٔEG w8 Y( -' ,_A)MM:-28*^{ un6CO'P; (LWZqػGȀ=ay,"rEstȯi_HSXS oB[twbcҺaŗGy\~2gqOdvsa"7` 2_z/m˪%A$lWuiZbB&="/V$sϹH|6ؒ& ]@i+굓BP,R|OU5Ǎ B:b-Mޭs;rRyNoE$4q AP UK efP`gg둩a2r۠1jfSs}!q{q;iy3)j.~6nt6Nyusw:M4L:v?D̵\l7Op,v4YV(VmlK˖vD=uBS $XHUe}SP&& u"?q/3x~Y, 51uq|OI: O'=e?lՑ"!W-䭛,.4qL^`H{Д\BY@2g"nRSOKo2Sb!)G@j - ]'#Ĕ뭱8Rkziavm|zHK:StR-?>Ƚ^"{#U2rUmmiliN#SlB0)=`scGMznWj 0Z)f.BvbT#p8E?Ky6U+ GBP@!h쓋M蜵OZ+28c]&dv_}u%!nv 5 . u~楐:+x6`WH 3fFE,3w }'&aqMGbiT+ezINs((jhYm hS sլ'zVp'?#u(j'˛ 5n`Gar ${ 1Gz98L7F͈74YdanjG kR 9+eUsab0U!E.)hEW`YuÑAJ!ѫ6bn =V:h9'?mQT Ŋ Ŷ>U+ɉ_p {/F 1k3I5 @L:t,'>1A~;W,enU_J-\mĈ+?E &"+|閴`.VSnUe8~U\šS<|q//oMm ! |8PS5fhUUezbɧ !WY dd:dz,g9#{<[ ccMmvmƦYw;-kÐz'1-5vƾŞNN.K;VP"oo yw-B>O 'S 4L:6K..eQ)>J`å#)x#넚|LC]&YPo*5QH3wmx&9Dҗ&S=~L;sr7(3O}DӝbHCq(Ce ]7GA$4s&j{nx IWm/|ף67M^aIhsӔIpn;үo:AZhV;h;oYG"[!3xlYe JZOCK,7+!ea?hOZd^g@puW2晖~C€Tw{DTs0YyzzIނz.c=*}T⾹?xV4l{JWGINݛ#-hoѻ+o *XE˭}Cgf;JK3Dՠ3硢4n ^͊)-Jnom`uJN!"~a"·'v8;k4N XΏBb'Jt˘qf$F5bĎ?8&Ae}K"־ #@_|9r%^>c]APؘhq[ءI}9e7:jV%t)%w!jM$Т(g33Y`ؚ/}Cw'@ ,=Lr?"E,Mtߥ0C \Dsvz@$L˦|R2󧅸Z1Wk+eM[Uղ*XnD[ xHFRc)"Z;11gL^vG*g2KcM(E>=7>'ȈƓ#L)B2u(9ȝ^îXw6NyтA{jMGctE֘gU 625,OAcoF_jS6swg.v}5њӎWwYo5b@&cJZ:=eBn='Vʾ ȫݫU%[ci^X3{] q2!7f9FN v2٫Q1Mр.~6VIcE;+ s-؀ [ 4Xq. Lf u SX/{[JG" ୐f$r|ggJ^O/~>ޕ8 [ Ҕ;%[xH C`$p^f_.[ _HAxxg%'n>b4o;%v<#7Fi8j`"3ٞ ]ݗITn>ZɾB&fh3j ͥɡt.iGR&H8|r“}8G>+}n"Yq,e`!q^,6)V#ۨPޱn477Sar)moODaSe?p_`ԋ-g )=ǭ A"Gl?oB !##l/\uSKȪ՛¥PGrO͚a&I4MyfoCɫ&{%-yd;,)ݜFB-/ u>' 0ՁQAG ?RDc@t0Pk 1a8Gb;#|V> }$OY;7 Mw)OJн%fJ ̹pŘp˘B:w_i[x۵2Ag&@`O%*&ֲ1>In;=C" ɨG2ܹ3)A_ca'n) DKڂ4VvTڊm :r.?%׆,~s:t[^gfw-\@)L(M ,#,b76S+JBfr.Z/>7U mIw.5ʠuX |=ȣ-n  Ȏ3f2@&eƉêb=vj<2\F|:F/:Y+&E[MZ71[.-%fSxeƩOP?ɫWt{Z%ocn?;N6E28Xߒ#,}@cU\~&.T;Ԫ0ko>;ԙV##*ytىncGPC^L>-Qkǿ?`+/?H)F[]'4o4D*k鑩(b)_[T#vxBަ|a DS pmTzmx}M舐h<0^J%Ǝ;t=__?NӱIJ/#6@J\ͬȠ}_>yj[=_DИ@$*&o_ѳKR3 Sp1"E8wJc#1 *϶1}19Z"]ړ2IW3T=7,udf#aȾ';S{rθ;sQtpsk<("|?)3  ?1ב<\YYU_k"7Hȕ7G_n81{!+BM)1i3>He%J]Lli#5C# s͸T^!8f0@)V"#r:tmtw:kjsq?+e(;y/O;V?{v=wo .a86g32e^Z鿣k:`tNޝO܁g}:xS]0O]sM;2 "`F>QI[r7jDl[b?tvJcA\ -cǃAM*߬֎78&p[f~HPw^]0NKX mWv>H4`GM8 c ޴yץݠTaksi&-knGo]pN.cp8*sf* $tDž/Sךo`" J 5&tR Cei$wKi[[i;{V+kdV?5ZwO ӆA[ٯZ@fNd?aM[FeWXvقn͕e4\PmXFK*8;DWi=eR!V#E9q\3` qE)>,~+ #jHN4radnRq-Po ^ԯ/0 cK¤?s};ۆޞƬA+Ku~QH,GޕZ~'(V8b؉e@MCbp{^,q Ex|lev"{X9SAD' `j@d"{džjY|ʼ|9u=%Tw{`煆AgY^^|0 Id1 K=4}lnVԸ8AM83#!g^`#4ev$ˁE !N/>P \[kO#d9gu]l52?aw9RfāEBł()i`@+4mD뤙w ,{m;GB[ d; 滘''dWBz񏨫XwSQ o:JF&H׏.)W0"GO#Zk&5r_~q`<&퉠 \LeT}dTSBa`y8C xiAKʜkAmzYֻ/9XVZ\qaqHS;)^g6h@݉'(M~Ydl7o6SlEhrgV8JR9М Lg/v S&p̑/5?_ $=[YL]yNva"Rifj$hGpe1U^ | :XhY>Rm}"|S|_I0xڟ-di9X%Lc;z?8^$Sw' fȥ>N/J&mZ0rMC/.&:;7pWwӔa٣ǺϘ~Vvu/h᪩Ey/8b:(@y^$Qp*l@PD$=oIM5]/ ?!o3N#Kh+nm;PfԥfON>A9wZ-W{Fw a)1SAKۍ%霷XBϊ,P_6r'Q&4}:uۑ >/ҌTі?hŠAt(ş!sh5Œ EdK+E%PdO&i%-P^{")+j8 R:9|EyCj^Nyʮ7!6e䗾73YZVu'@GW-U~HAGR=S1Aiq8nغw_ӟd@M3WQim ԹF)w)R Ӝs+lj#^/i Y,оfC4f՝ LZD@og>o ͭl@&QFÌ].BgR3㨠gK@9-ⲙn^,tw`w,4Fd*9.?pI{*-xQu 1Yma|A۝B/%j]& ҆ԴP@/՘-KΚGjD=n3O^uBńtߕt y+Ze?c.fɥ\ BȌ єH]p=mZPWVg|.4ݵ)y{ȋ@r^3ՐY, 1k /Ȓ"Ia$:YK0>?1Ȱ(˴< me RT!)Л,+C~PK PAbqUao0%O)5(Q6#ڞZ-uIK\\f|6$>CaW@pIȹ~xO3rfA`o]>}N`Lh>8dWjJwRQfb},<\@خpR6텰:{[4V٨{۞5.9G#\iWggR0Fg_$ebeTڼ[Dx-O!'D^~VVt,:- 6ߐeaS΋7}y2Cׁ܈n;ŽOsb3ʛk)rx@Eb Qu3-Yt^fBL#">z{)}T$n4_o +* I۽3/]qmR@9+b 5dN)WtP-6(#O-aH͎sw4{&!.4x(,D݋*j3_y>,1D^|\'Lc9Ul1#/1Mz3[g t !BB|μy$v3= !jn(`<PX_k8D4~5%O?֨lz H8"ӌd`w{**. ɒ"]9=w@n̬TUH$1̿#Axc} ]*H<`W|hIIM,vsnJW|L#yX9T3 YDJ㊈_qܽon%l;ZLJS"g /]NeC+vεGfi$Afr͑8 Gdux=L&?vlZJ3S?ayFsn$if! b_?(tgߚѮ bϞɧQz_F{Qfܠ|8*_q0YQ82*;'MEaLjt؃]&%RsK+ۺvE-dʎM[Ủ&nƜ X oɫ֛S!j`򅀖8RR|t 0p HaCs>K&?\Bj7ǯp~{Y"=?vȩ\P|F3{yTڈlJN~,IM=ŵNh:p\SO]8o6q Ţex%dsLx*T7ҹ@#2nϐ7us]e>ԭMD 965Բ6ʠi7Y+n1.<\9L5C5eu>b-~%'@`iigK@qokb_FZ#+WU_.Pc_ 1`K^mt2J5jxmMl'_M4 `.pK>HA-88-3?Dα b';Y,g!&T;q磁(g8JUX(rETi<P-&RMBH6+&G[86+Q5PZ9Jbm!LT/TE-УnţA80OL:gnݼ[^Daʞn暆0P [*`ýkz535/EhLwSPhӽ8cH Ev\"4hf}m' c-8v$J& `j7gѯOۿylSnENfK5wu_CŹ&J |Y; "Y9,]|TNjzyY_1GMD!`qPh_XQ+n^4*y J cu(X{ 8>+æ&&*e(OUֈV?2G?m?(^b4e8߫+2vj-K%}qg.zHnP aoLd 40slrLTC[+ghNL@h3hLkfL 81O",hA^P^`Nxu}ۘ7`%?@?5|lA\z I9a~Lғ.Lq譥h_xHYLP|82w2`+#1 W1!̽ėvmsg֑V"5Օ1H%uj. &Ve zDe.fE"omA0lAg:&,}0qzfk"W$ N" Bτy__\1IϥZj60ORy5SzO aC=CՅyjp|{3kЈOVpQNYow  Io5zqѼS{_V̜$ fH0cc 0LMd|$Øe4LVi 8D"ꉡ x)+0YK ?q!wt[qz:Z|,—p8PP{RP/HS=w"#{?)Sq:z q)'GK0BTȊӑե U!Wn(Fzsq[DeU%ژn ;vgLIZZOl@ZTGL`T-bJœF^"5_M[[TxZO@9͗ l*߾w;͑K%"B]vʎ@nbTRW3X33'+:ܘ䃓a`g7:$z*(2s3(OZ+XoF_W\-j x9>8]K(,T:H1MqFd.P4Wa$kR\aNrԖz 7 |[^U!> 0j!%`E(*K+Sp$J}em0|b_CP_#E]9{?w(D#7|5më$P挣؝[ d(\À2bV TSoǑhJܳcdQLM+!;FTbkx*v+2^<"><|cLVlkOHLφ }O]9Xw{MIsLIҬQp~ҟ/$&^۔c7god2ݠ )^[Пn-ZMD0ʶ萚'zP֬H,FFk'F'sDeVsXdA{c HL) 'nD,MϠ"DWm2gو.Jb?aq:\NIne{/~k w8pAT3 !^{=V"/'2raVR1za;-L}'G_R#|=N&ePಽ;p~lu!Cdl#"vzuMK[ E$;5"Z9Պ0@FC1`,+Ʋ>N5 GÓ#h'CeVQN. K۩ 1]Qɂޟ΂Js%k!!BY1vC97mьu vJt7sLUtjmPUF+:`lMO}_gaEvvq en^ߒ H8`$y+TRHOjc& G3 V-_ڋJPŠ*?" {{֐kAz5Ku4ii12MkP8qi&62}44t8s!Ϳ9@'xuA±Mڪs~̹Rv\"%1[Z;aώ&75;Wz'-Ɲ'7m Ȭu^9 -|FLD~}gr[oIK6|X/Q~kH)rˤ>s coVAM7>Y LkJ KD"0[، q_>k5 @JMP8m+ "s>EZp$f} b"GJT6kRɠeM(%C0B8/nYsF_X (鞻6a!ƨ5 Ψl .t_X怈>]o+ھ9x+bLi",Rf6jѯ$G^E<gU竜~H~EJǖPrֶep %E2,(/Y1u Mpm|2^ 37{j]X@Bh ,`øg~-X3gm}Q}?ĭٱbDƐ4^3+f39ۏw6dɮ>4&o QN5+^,;q**gHrq޶}uHtA &X63As eW)5"16H"ֆz^_,0°2R{9XK)//Xq ./% Kգwg i(m wB'v-h5Ьh t*#cGWl^ӝWwfs}Ok=w1R¤^Gǭ'J]zNDW.y+!Fk8^@}JnkGT_}ԧ޺gsGk0; Nk5M0R$ & z-J;G4t#.8#ޟBZOO<Z˄]ySX,SjQi֗_G7mOsKOk5 2@=.EThlX <0" K;( 2UٿLW)@Is@6a:Seu"+B9 Og"#ԏ=DZ+y@i4T̀'jܗ*ov7XقpPyD@PD_W9 EGyK8KV?HfVFWyr_ X؂ B3k;4K-YJ1GK^fej23Wmklea-B^;(bz% ㉘+{*qKy\xi20Yiݴ/><*k)^ s8RVtKP 1 X_U,v-&JBf*O307J:K'j;V*ټ1Dc*%oi?j% zV`VESҴTrd<>\1LWE2c%$}"jWPz=yJ?!L>8l\1#՛j3Mm*Bb픰&9svģ\/fyg c#d9yd ]k&= 5ȏüg 0f$d 8p5_;WiNq8 C=RZu!)P,fqSLR O f8# %,LCOJ%C- K&RS24;ǭfDYKO^T3~%zώ ҄|Ώ;'f=J3!c4%62{96S NؒK4NW/ileM"&u4_9gܢ2p?"k~{. #V/i:WLg ļɺNrv \|gw38D鏕xWŠK*Jr!zg4gn0I[<8:>[%IJq"~'7B ؃\«kݻ;tH^ƘWk4Z93%`l6@ǕN%yi S$p]"/Cֆ@oN.2 WAuy @lX9}خ9we&y'!yYPäw4 d'OglK7pH |cE鹿Hl$Ԏ"_=2h4PC۷}qD+rq8F6Mk_MMsrVTr!wlݞ ahz:Q?ɧU@g0 Pz0gH0u~\v!T,c56W|0~E3t !B)t$-O!zuH혍A,kToz+~|^ j\=`nهLMWUj55Z?1S/ZigzK*S^cuu˃2O YaEpn( &QZ"qCRcas)~Y j[m} AdGnC1Vue,)oct é[ Y]d r&,H[c0/ b 0WBbJ@ӧP|70ē9wH*a5ZWneaOJhޥ|*){^1 .eB󔲑GCؑ_ ^:b/NX\)>z1spjŮ*f{0]UGakK狥Ȟ0Y󌚮_Us5y.D36(sVNJ2 IUSEU}e]ڢ 2uUe`|==VBL Y;48 ly;E¨m!HРy@mH3+XP"׭֢4JK5B 7!e0ȯ: *L>dY4kd*zB41E_~7 MH ǣe1*+{Q"4YZ߅@b}WWgqP) b/ D Y'?ϋA 7SږK>ET۵3ƱL %<`5Ck qs/O\Eu5dmu)$5E 21T3D'0 >K+J΅ø&*d?CZfM>"(Y2R\twdM'L^w0= pK08G9ԢU iOų9@bM=\0B\GEQr4nOr($>d[IcNjCVUpJ꽬M$N[-_,: y& i~XKpnфx]H@˔4%R 72ot?t8!^'SXr;9XNgyԤ/w)aoqZW r&;O~ ]Ư Qykx#0sfN'p1J^ 7M!륏%%.?wz YFLپH[{!ݤ)oYHԴ &AIm[!@MQSWju^?3ؗ05^x4OV{s5^}׎ CcNbN*-S+C&̄>%TՇwL(08RWW~>nNr܃:)D ^2h*3z ۀ,Չlan+*2D!4`!0M _*y?HRUҁ ̓ Qh?ۜ"/^”qp4eQMDqB ߳ؽT<7HF0”#8rOkf}X閘"u~fjXs-Y'X\qS,Ģgd?@dAߓ~kw}WÓbٺ)+e%'+Lב[X ѽv3%WxܵCf6oc(Kϗ $H7 ^ 2.2pB@;a?qV@xϼ\6Ӫ '2ey\HKrcjg6&! 1klաM/Uרk 8H Іe3fnkcWn|SmJCrP>dԻ=\>Oa0s7kpťScqLgaƐ:a+iVw>j]Uq+,!u)o"`Wn&UF!)KCtdhVaF< ^--C c7֪z :{;#g?1L"JrFIo#Qd@ݩ_u|恗 ĉәɋq^ FD ؎yBRIVzq,̟ўFzR)Ȑ7neOB*y(Qc:Qi}FsڛS١vy*| ڄP3*?@k0@&67m,*ĻRcǣ̃,|4}T G\CL d~POxka\w*߷??~p*#bJ?lhaXyAdD=;|MGQ笒mֻP (eVO;c֕1lǖ eݡPnLZ22 I;209S:rN"6m_A ]Z:>?$uAM6߰n@6=bַ$!C;_m{t К,8PY>ؗ2~2ư fnbC9.X({c@@ SٜN0+=EJ9,<!!V12t <'sWB2D-*ÎidrwvÀp_xC:p*t?9-0c,pU,Ip[R/O})BLk*$0Ohg)՝ ~OoڬuͮլF~tQ}8rއ3%T?çX(X@\sŌ  %FXFdXw}˱7> Qج{S֓yYܩAFmO.=d^"uc7*'$փ*rźCHTPhC*^b=:)@ fEϺEF1Na*`{N?`??LaX=ﰍd>~0I uHL~k-MsriUi~'&Q@E5wĶ ;ny.2KXcӎ[v51X?)}zs2P^ڑm0֯n5CG]W<6z[,M.-@dG-(㉬t+؇bw(jWJe85 ި'B9c %aS@t|4*8bflR1 н~?n7!`C$Vl(W"\*=pvU>~_:ihvL>qBF8^0>4$l'%Z^~94>3/\To0]\0fmz{4՗b 5V U)y+lC|)) Go@Dcm)vQ(7Ϸq.I:4<YA`aS?`> 'XVޡ#y8HAG"{ai$(i&]G(NC+iEƿ7 ɑ"Q?:Nͻ2xiW@={*St'V2;Q~֋2R4j]Bjntvj\`|ȘvW5aѐ6["(YÀڞLg# [QW'O"fRdHBt/%}Mw'둥ΪȀ2Tjjh8]{$T~#3ke'\o 8͗p?-O r7Ɨ{\J k#yiIxzzEPY3w%}zQ -.'$Ba{]lXq*6.kgE8VAꨘn`-.j$D7 J)}0 W@N-+Ʒ/1[ W`XJ H63r 2rf,O]֫-6R \2UB5Ğ o9 .b)(8SnąvڧuS\/tJ,:.#fe[ ף\A9#P{) &=(y,,\} Db?]8@Q@ rEg5I>Tu ]'FYE n:P'8|ҏ+=GGءmy>je RM0ۂTLS #}&.eHQY.܉9.i%W`CBKN׋t997w1E.m4C4av P^8Q@PvwbY1@;ge);+>g1 ΗQ4čf˨7O g9 ]Zϗy<%9P_jgV]9fft'Ԭh$;PyZޤܬR ~b-C em-1 4"bHM8"Jp׭]^?q!417?uR܄vKy>ix|z$ f hM4kF7ݸiwȐ5PT}0Y}:'/֌2':Q ?[]rBS 'p*~Wo Q*ji<={Nባk;r%i>[ڊS&IXRrz$fIfyWC+k>j+,`W}b& ^ARX/hKR;\?oV s\|9K x/{ P/ZrR4>Ŧ㖠^cz| 6DhuJTS] ;\?^| #E6pԇ> Re1МRH2c0|V(ӗʭ6Յ68C]MQDbPkjr7&!P sIn=Xr eh8[TW31#+3r^01hx?j;O-NQ|n٦.֑};:;Fi2tQ\mExq%m&3ZK!~2E} xD2ii5T|v6W[|>YQl$!ҬV`Pі"W\x Va3RAxwn>[k.+nz63۫r \DPNLsꄧ~pW?z ){G̲xy3u'Nƿb7F-P\Јe PV b^cv?:O 65iLr86M Y Xy4Z( } []73|y}=o,?XO봩ܮ~,=)5I~?qcUbAi_5(웬>Yئ T4ooחSnZީN_k)Tp6.~,$;9 2&3chň%o~u\%*;KeQ}1r ^p!#RF 9?pwm:@U>ޫ˕NRέs7,P q\RC`E-PN~֏KTQy+YΠ5L/{MT%rۮ(P;G?Y򆒿'9Ŀ` 駨 ,ȷn>)Y)ᛲO#2}0(-Bkc3yH5+80\殒.\C;CRljZ*6l4`G::ǹI#q.nF^{O=rGL \/ðTDl,-3Z5]*Ad3, @ ōµHrp±3響QoÛz~uU'K>Ǽ(!{m,cgطBGz\iz9|<@ž$G dr+W6 gMZgtH9ӉFNdKAFz&񖑀v#}VӣYˠD).l5W}`jYTe]}5=qa✦bMpkqݎ%u\_\8Kva;~/T@⬴10H6z)D [DCGEy?L'-19tW.%^*ԉ'щ4$}c٭+a땛JBOo\)7q=.@"z`U\Kd$L?eQ6d=UoeqHFO+V|7ޟTY"U&({x4AIJb eטd_E{t.Ngq_Y Qf0?j~=PYy*<:.ж9]jweFoߝqjWU5VYǷgy>良\H<|Ǽf`!~`'5tp+ Jro-Y$EtArYY+]@RS;,+axߜ薂AkTN Iۿg[ٴʘs%Xۣ/bDzU/4)ӐN2 Ge=XvCij=\joW^znyp!ex 5#z 0d<:tr()LX t[nXighsŐ}q)zb0|7}2>`C_2gЯA;!vF- gk/ݘ! ~c><>3zb755978.˞J$yI_z<%.t(OƕDG#t;#1Y7*g.hxEڍAE.aʲDe3n=?6?h—GHv+arI+ X?תrdtt1&"U* ƨ5=?2n wGR&kygịr>5(J21'W dB0g4 2P9q8U Isg-Q}xMd ||CCX)Ǵm)~u3$F̨M/;2nl*9vD{!7Z¥5](If=sM$mxI![t2+l eg-OpdqJ0ƜiB`t-;"ZF H(O_wUDyW.Þk sR0OoΡ/v;Du6Mizz(YM@GIy&->תD!wۗms'8Lb&m{u BNul| ܿ 0)\ ƁHe`JFD Ri3z[6zZ lyA8E٤ox;]nTts fazE[ [hSD.2"&gb|pؿQde!_ ^ޖE7Ѱ Nk$~*:ƶP KȆLEM"EAo*P8%滯Ο Ӱ~}A}xs"Ca 2]鰹 Zoȁh&g|ӹ4ulscО l@jXnvkע[x=ҷNJVL/UiœT[7I-kDqF-V|:u {P!xT󠫑<6zZ|c:`C覘#< ~dhDJ9b1C bwez(,;vrSU,K8s[X]2q@`^G R?ƑHLZw+ׇq~'+]G?T{[y*7"QQE},9ABmN&{r~-HXu-G2vjPp1Kh%ֵͦhÞ ^%Tk4w质e5:Ƅ~"`-2pd IZ]d ].\&?Ý?rvVHG7)ч,[}Cr8v0$>o ^L-ckJnQ7{z=nO[KoXb6 P wls)diAD69?kY$!`bX {lToF.Mˬ5n3t:lFpŘuͅtN" ?%4oPL41@'tb;fbOY̬CL vؗ'W1g]GF 1Fv1*1X h[@fzx& XN7nd^?Ŝ"͡h2P6s @ A=B@νK\| 9lY,6G0>X>K8y p ?i;$Cf+JF>cvv$bqڣi9‡Ei|u֑>c۵][ dX?w1גέEWdþͻj/җz>;-pV Lס"J"~^C㻤J~2gXX*dH_=jK6)cxQMI.]ĉ^%-C|pnңM؆N*X5rIeae8D2ԧvxo:jSnHw(F4;oc2>:+*7}.fQ#kƕ՞WWP kS?煏-@K }~|1sJ5?;@X'?.sHgPT2q}6NĒt1"hvKq$L QY .B_;̐!@C#JPN\<4f0TQ'j1IFZaɉAwqx /ڜbZVnM}՘?*m2e2~k6 ˻f:׮=ƥj AaZQv uk7C8luw; l0oFF L(AuxՌO8Νt!4o>¯uV6e-,}Ip>u$>y%}er&PI"i"$÷L} N-. m8IBm{ !O˩&*`bđíQܦWO1m)snI Ay2*W6#~0]mQ!(-F!_gvΎ):9퓳 Rt6X_LHD; ȵ`nf|}rvQTw)9Q8ânG>xߕFQ(Q5 #vJG{ -|%P@˿ %Zsw.Wy)MCc{O#T 7H=PJ7I{G1N5{mn Vd߻-Z hWTk2K ^!Seӂ]&NӞNK^@!I_Sˁ]ה3^p5܂D{i-(/luVk'{q4  撥|7ѧ86a*:n4 'Ln #Nd433iejW;:Hn!QCbdЩ\g5.U &,fѬN+Ooӻm܉a\^1e|?:C ~\:A=q/FPVL"a^&jLϷՂ}'O)0,J!?QM1,(/PO,I$MfZ:v^T?$=|VY5-yVHv v, Q+,|\_Dq@y_5LpW "2~UpjҧԈo9 *T8/ڏXٛ8WIkYrIYKҍ n5;4ax&L1i*%{km=KVg@[|% Vsik,R` p*3e|Ow ^PAĔ?"XC!D+ʙgJ IȫA dy MʰJ}*#;oȨn56)q~_3J%"sX󉕁#5槁Ȱ#aHP;6g2A+Kng])E>bɖGZ2lw }w|Ԛ%u8P(o:]҇&7| B{ۭebh^Ds:u˙Ff ,FPd ϚКC5@{s8MtDb^ҟu# 49"Y$U1#$ %g"vg& }\A]c0V4~'6pYwӅ Ǹ]XZdN{! J,<&bqKizj(]n9fwU=W$>~XN 8}}5%W+ȁu[.>9/Ԁ} +BmlN?575p2RէdYnub9[7vF!zdKi\% ]dB%dzQH7?d=So]$ܚ/o@ߍ3ݶQN*=>5`(Y] ~3o_*chsxNntd3_}?&p% rHg9tO7a:7x63c(X <øeo˻hFRI~f8тOVr0_lǬ YBh; kke`oY|bmkȫ̶%5~"+@w"nTN?,ٖIeCvnL6wAi&KYhA bܑfY%v^A0P>+τgSV&',5 ޯfݙ^$t^=F`$,foY7w;4RƲB8#7uM xUPLۋBnհ~AV)8|Q|{^ZOoE'@#1Z E(1侼ÜEdJ3_iS'K~*dhnϪvtp 6#WYKK @buHwZPtSϠSh0fFSrku' ].~ GLTysaҪD‚w8Kc(> 2']%I5 iAm[GRz{r3o١Um2?N}|̒ 4OdA xi!H2Y%b0avAݖKvh̶2WX\ֻk[U3I KݢZ&GW>&!_D\O 6mI)j)̽Ss Kөbu=tmZnN5gX<%ObbU;D V p<`bq!"Rjr c"^p8n0 FwRmlqZ?o*ݎ) iXY;2!=j1.RD9{uj~6uDd͓Zi.rz-#\dc`3F*t޴PUr;3y7͜!ܽ{8ьGXd́oxdeU-Tog"EysHڛ,,oT"! 1D I,~,~e?nˡ=Hp[ S.؀WÐQo 9k:E79JvWu km|?˘6ųdV68<˘r 췊 ŪทiC(s?8 Zz3'01994"㾱yg8UG+m _K=zEsc_z2u5jH־[rM7.Z\$c%[#jM -JEg֏ҁ|U Reye8\9/,<3lElfb:yKm쾉N \*9JIfZxUQO}z L [@\ 6ɊUwZG2o%~]uG f\??6 9'lsr0O݈ EyϮnDF?r6<7bbⵏ %y񎅔8Zy( 6~L 9凟JEEZyΫY7&xB!XЏ}:(E$}U4!i.h4n' ?($:r8"jVڕbDu#}ԏǸRLa.xL0B:kbS>hBr+`U(LAYL\/ؔ|gu%Nm?mqJFKᣢvu7Vê(\*ܙ05!2hڕ",␖KavLމP2ƂćN6.*n1sA"`=2/>nP.__yXq2J0BJu$Zޙ9C itI9(^xˋlcԂ؆BYA @u'7/i[<]ja s %'f37hq=SMo Uf:O&`u۲JLCnq8N+8o*ǰ,k[OIb>,wOZb來c#Z{ضC澊 (Cj 晱 ςNuNN cCX(g܀6rͮb8k{ HoeOx!L@Dd4CXgL滤Spa.HJLLa+@2_.a*ݕN^h> QCB c\1މG|7"[7+o<6'<MnWgauH=蘣ѭ, 4q+kVn{LHNrY@3S;7- 2_ 9;ڧl%@j5d",WI%@SXqۦz{q,`(13s[k ojU3ƴX]yKO B6ZX'箃-YoyQ rIlu VnIҊXc7b 1W&b6g3x_ΐ}M78ܭȻFi}^''WBEW!h0 OMӖynivb_ E*hZ,*!y1Ah:I SMګ+w tN1Mp] )i&2'G%/#}&؏2@r: r\4U!G'p:m/+f׃ XuT|t=Z rTBؼ YkݛK޿$Uҳ(, 6T[vg,)x7CwfB&Zy9a lW8%G66\{&t4km7"KZ~=x6s73@-ZV4\-l8iAcф&BohSu^-p*6K8 vUy:U^nOuB\EҰ+?v<R>[)M}Q?\}Lr/:粦thx(HQ!a[VO5! u I f:AyC]<ɤlÕһJ*%H4B5j&WV>?^uF_9I_WPdz3FN8o `1#S?o@d$Z`Ttt<5`Jr6 pS]ci Swuq]_Z7QFK.CP}JvKj{$ES^~%|qGn섋J&T@e4I$H6D׼Y4wM5$RW 98Sbf+Nmi,v!|p<7YE{>!]^,t=ڷ^338#vOGx`S&c:`T>h\TꚑvφSZ&s/Ⱦ f3 Qs}g^nu;߁X}U/I.# c, H`X_.M;kr8gteӹUˊ6X5Jc#DiNS1uMAoao).!*`8Բ_~#>֣[ a[L<ݙGP1P/G?wxːFҲ;Y5΁5C^=mf&g`*Jc&WQx{WLܓ˓ރJ0PLKb fjIu)-oX qՄIa6U"`RbάD[Þ4Q< H4\Qn-8T$T7!i<|c%? VQJ؋Q`{Q\5ݢ $0E 4GDϵJ{Q8w~j4MF) Oe>  whkwzƬ$"=<8s 9DxX=^DK! 姴9. Y (W1QJKmODfW!># U7AJU¯ 7@d*(9Ucrh w*5 $9b= jr)ɜ0U#\kT瀉sH-$uɶ?Ep4!Qf15s "zFuoy5W˰F la9򰴧֜*hœv+03*>4}kڷ-QQ*)ZlTu(Ӌ7l S^I="i_n ,JQ~첏Uać8j^|cHzӼݏo VzbQQCo:Y%*uU}ͱ|6P7Mi%1H 6V?Y.A|BwO43=ud-.0 ,MTtk!:f$ qΎw$OEibyPnu֦P"%\KEil_R7LXjCc@UP:Q2v5XPa&5Қ/ң6!uhsxܰs1|O,Rq渜32oS[l\ݵDG4.]|nIqgfyEO?/8ӤbMé<^e6Cb }vGؔ@kءͤ/MLɗ ,_IO`"?zM?_~."}H9r=]ÿm !V׉G]e?c( sgn$؃&\b0EL}] C=9MH{^vQqM W}{ok)@M ؃7}vf3!.V((O5t[rQtVMfԵ 8cʾ2<۷^z qYMa%EₘC@z1I՛?ĩ`8 k\.!!Uo3-il0 gkqXyC^ˢ8=HEOSWA>%5`Jw{ncyx9\f||E*|_ncG]bdW'εlpHC2M-R Ṵo@e7E3W_Ll*VmvKмM?*&4~/CkQ?)6W$VlM@#ta\vb实2F->J}YWV=W0j]ǐmT0ސ>蹚#^?,7r6W_O8y"McA4 \Ajcw)lɎĊJFxbW3D9-N} #X:XIa p7E ^G]75 G|;sAjD,)f9V \dv zKXx7J@=^}Ȗ(K~& +8]wSCv%ix M#ZkC~+/@ۃ֤h.6ݾxsp!WO~lR%H^R1p2RaЌ-j>, -mFfSHa928$K_Z'&q[T@~"PXH^p\&9Z(Q ] l|YwM?U73n-&,Hb%e3i쯖`2+@.?qX*r>MŐpA8yL 8gTћjS0*/E.yeD\}jU|Vm\Y J HQg{t W@gK<դFxzS4C1'^RHWIq~ Ӌ:jbزl?vYݺPԚ0Z%FĬ{ࠕ;,\}wuҞA|6l]eeO6y5.- ,"5̫Ow ,K{d%%[Gg(_K;5%`*8@&Nȣu?DCo )1#?ܶk-e1 H)msejpb͸o[DZDF5--@]T:-ε; :0oYdFrHͬw/ =g 9>Y72gXA#":ޗۡz,>Ep[|I^*>JW\NP4r0RBUK+Sfn`1Ou ā< EvӮ&E*E_4̑v[!OBv}/V\DnWeA@gǨQx+VQ+o5}DyAb#f.}X[ymdDZ}jyZ hw.pQ6fC°eˉ*tW 9_PU3ϐ=0E'p*^xi]5ݵ c-[!}W}?$r_ZE% /k/^0`ķ/]K)|z$v54;KdPD.f _2A ٧ k~&&kiq%}$)Dטʺ'M(T߼^/u{$U &4+b̦ GߝKξa{|ddLR6uv"◍rz|UԽoVH2IE7S7 tej vk9`ϬX?0S֕xM92W\ mia=ͯ"GK7m$8eU3&ؠ#vj4t3ٯnF~:eClGXdE_a@㟰?HW?$f ]Tpĥ1{V{>p@}KD,a%[guAوwmۡuޓ%#7_yfHa,nHmꖱ=Gj^+_آ )@f@B,ZƭQpTL$z]`ZҼV+) (fX|c$kx(\r_y (zJt5{< @c4L& U1_~t 5ϰ4}ϯHV<*#)|оz|䠼w2{`gWJ4\ `ug\q.]~b3ŠilMM͓1-Cj}XQsԲEnҊM8σr LXʇxj-UgMչt6b%ǢBqa Kz:Rz3$Jv!Poab9aZyYR{lc=̡T &Jl2Ȼ\E{}Y '$#oO]s&hݚ`}9rNSS9EeK.nCA@ Mc Y1b7ѬS:q&b_]%gkId 2لjfo i!CWT?)qJ-dd}|; y^x[Vaޟ0R*Ps'؊ =#ԓ=g6 ֑HiSHfT.4prÍJ1 5v^0 z%QÒ,?4y|.TU- )^cҺSHxyc.}Gհ7D77" ViKz=˕ ©Š'{i43iPĤ?Oc+m!zwh͹WBPtd赃 {@}PQl)B%cz9x7%y.CGȸ0]=ϽULi\{4`†irЏ2Q <@1D@⾨TӰtTC{q3Sxů1_R"f7{3Uٸ|kDna)'6~ʭPMQ c&'n`B+7Ư}/"cwtFEѿ]PM0$RǙ-QsZxo]o iy.)%֥Le:ʱ4,>85SA:-q?(]ʏ(1g9屋u1o$4=!Ϥp/1HG3Wh=,&GJ \p#tME'XMbDo @Fs##H? 4`6v\T@*SO<~T*Eƒ gӹӯE FOҨ0Pvɛ@n56`(OStֱq;ϣ?"?l_z3M+td7q;b-b(^ԉ bT3%|;Xv8ruwXXllLBz*U񭠂/]ds~uRR)>4v!3M[ xPIBEBXQ{e;B a#ev.sf?, #N)A>:n5uWސw5RY#``ƜKeT_b8.so&;c_ްBQR} & %8<:56e]gw[/nBIQj:^~U Ϡ8Z~#l !`l.'Zp^?='mD"6ڹ/)QgS=QZWvÆ}c"!r(^%H7Ei- nLd6U;p~^@mga;33#0)lB}7DeE3mD׌د$ *D-)| gexj߁ElneBĦDߋ7 |SԅDXBbE6"x;I>;mX!$5lgK_q$p:[Isik4[FY+ j8X ZpSBZXؖ)\AFɛO\& 5ta[ (tպjxֵ< p4d&V|u2/?1vrvH)>_3M^!]gUimpS q]Oc4BBJyoΚz̓ai- VnDVvL~1. 5DK0+MN/ Iv +뽡OH3(eUUblCp˅aP§-^.z:w.1.5[aAf"=jZ^ʯor- -J7w n=bQޮ2>9Yzbp߹X> qd (9gCy_- x{N=3hэe.7r]C4x"VDix({\5s߰6zjE"wوnͬPo^ g֘L;@'j臹6%>,eP5B2]BvpZ݋RX ,G/ U1!+hyLt\X۬a#Emg `/K8ƓA6Ћy;rMs]as!okݖvsTCЧRӳb,REo0/ Y!ACw!LX*f^1׎" E'b"BH;#2n`݅!szjBߤI+R1QQ[foY Q7ѓ񻠟 ,1JT7]֤ByúgDي eV$7(kܟ3i+GRSɹo1B <{T XVX\`jɌN'xR,Z}hZ +o-&:$,})#o[ K8+mc#= C7(%h 'A»^%*K-%k>CGn4/Zcg]kvtb&Ƞ=Z@Կb$VHr?1 xjےbu _ÐZɏmxX9V%IL"`ڕS@2]gɢXD[i>䯰G0FgW/׫آZӜpf:Z|#A+92tJlDk7+^(6ǿ]Mqz"phڊ;g}:c$8S„C"j=n+/c4kX=O j|d-J:D'5y[7"u*Ub6LTx9K6΅>Hanxnpke*JsR{.T!2v?B'Wy 9 >.:^?2|0{&Y)(W: 9GvLJ YmqzȡU[Qcڮ_+lY0H(R e[S5M3%_7,_jrGb5$f(*D+916 `!~% Rן92 `G:+ T"__=o^ N |^xKEY AD{"Y~ l'ߖ1$A<{p[TR$N>}oІFgiKFk8)u KY_ɯ0>)8PAW`YIc ;mz=6kֶ`yh7ޕR7[sOp-&O|]}͆nEՅ׋ a'5 YZ