PackageKit-1.2.4-150400.3.13.1<>,ep9|v^Gu7S׏>|YpH oM0Q=àkNbhc$m~H<ǁ{>6x񹔸F{:wU5؇+0^?v\{:;a_f? ӇV0䶒糯An*AviN'#I ZjͧS;4 2]6qEBm_@[>enL73@dR\D#xj=۸T>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/YA]"k%r,Msc3.9ll.ȁU5g#i  iANE"jV0gIq]h!LnK3Ng0 tj_M\yP=AkPZq,vjHUL:Qk6 ?^6X(W؏\*[ȋ'Ⳁ_7 NyM.rܘ4ڬy] Q)WI?~>Kw Zy{Ltb 4ik 7;?8#V5ME=܎**vk\7ᚎwӄ;s^)_ ~5-J}~ܺa4ΪCh85JFq@:yy [oF@Vdsb޽1&xXo^QI-=밼OKyzވ^R83$]#WJa(K f)grlQC^(@>tHaXArǪg{V{S-EcwF`|qC20ح@ %]S,Z8Ho_].?sݗ5x=qhqbk4u/ZxpDCQtW`G?5NxPE0EC^m FEMk`AL]rgB(/=F/vs$KSF>.Dq42r2$kWMG?.')cm{sU^lKMY YxBa)t cµ/-c`- |=Ki< ,zfHek}hSN 끎5(GzcS>ngFe#ix_PxX 0)|=nP} W՛l(No)^jn[<vlvXбwփQ9+OGpn2w94EEQN8[ S -Q 3d< MoTԩ+{q^ۦNPI$fg2iv*}7m:סƟfxD|/<&3&#x%\P97͜ 2 KfɿM uDlk=> DJOʘ6+Ϡ\7A߄huy $-wXe")+D7^7͞6Q#txX У8HYv},44skgdXb I/gt S^ V_P遶`VC;o~:GVJ0S7gn}U4RBb$"44:L F5h +`} ҽrow=M5*<~uƖzxZHc9D&ۆ+5%s|4tI:v"bBi<ܪ$ Ȅ.D.|\ZJ^W22 PlŨYu߅ % QG鏶gҀX1 ;Z$מe0/mqiGӔ)ty' hD|I^ܜ,w=΁$4+>>`+V@o{~`05&7e!Ɓ=IxH!JkÀ-jŨ FZrͶx$yٷvDXU"pn~@WmfCA)]‡^F؃d%z씑{#e#CRa+SΜ9f&@NMZ>(̶-`5h0kmy_Ǐoxnݬ_N^qT6Nb#S[fLJm_Z[y^4!J2Yz58͠m.+Pf`jG8|\a'&(A^Yt*'LZ.wW'Pl6L:V%yŎ?-gx fc+Gu]pFW7I8C4my98Z g>[l躎#y&8# <1&p)Jl:5XUori' I}Cg}zRc$Y; |qV- Nz.ݾCc@ 8}{Y>eI `DCB=t6y{;F6s?UUY72ՑHw߁$R#&&=8Hboh_'un˅pd.qDUhk3N]i/͑{_<3pFUh"^\Qwlp\V ``Ў0L&=1`ɿN_S'&fYocAaP 3,]Uk>  xAz!UDL+Rz*Xr|z-vz!DjP~>4k>U6a$ !p1Xp=j-!w6GϹ猭ED18z_ݽk9jMxv$/X'>2YpkV&z[C軏֣NGL<10gaj,a5t[U/΋| A,XupD0JQU%x9tsbW6G2%qBphf#jO}ZU2$ѽ 0ë>qz2HTev#5Szj%޸Iw7=b 5&fCp+k`DJז, l+rG捱kfC*o?=am~2vl% @ER^]5'M13r OhwGUL3h5V說( %YVͽ霍[Ɵ!~@Fu.Tvbױ]4Q|k<^t ױa{ 驱ҡ` @P#9cn@o )uZhޑ?zv r` Kّ;_(Yc/Jc'BpIy٠&'WоGt>.F9LU}FCB1Pֶ9C2)=7޴ƫ%bҫ)I~j $jĬ>::K&M\d! SoBωi}]|mMSGETe:~e|t˨L7 9?cIlC&1 A!pAm*[?"ևfL`%U4һ sT?Acv3M:i;[W3$>ʴ S {!F'?aY0hܥ[Z_1RF "2$5/Tap-(s>{OoJ_Pq`D4[/ љt|?B+'&4}ng~ nPжxF1GWoR#76Am;o[ T ķ2[]˄[pݢ@=͡uY۶h%y+TFRzM/ާ/SDuqLHfNdf-K_L+6HkT5%_kqB iPv|7LcK`"}`hkAmVc֍H+(w8A6%V?QX~%x̌^OaِpVS BACD!%}6t{k \U'ڦx-t @έ#9M]E )r䫳B٠+?v*to7Jt7| m~iVOJYwWЌW+I26cCb©ƞ5޹2% %(7&}J7TVy9|18&Ыpt=̇8k wz՚& kj"R:@.J3Va@k67 \ΑRk6\ח*wo[F  $S֚3e-UVx8IZ_ 7$[F}Q/K+6nY4E*~ s}NKwk["Lah+ſS[:t><3WvC^KK*b[ *-Y ҃&'vD" c|m"-DDWjJ!kV?󩰉8}LDͬ~,FiKjQ,2wl8r4@i?)T$adJkqgBftmVks Ģq; M.ކ kWc{7%ƞg1pWvbN?J<"#Gt_5<~I)Q5&!ua6 1pUb0Në~皎-87)x{BRҕo?N‰yTƔ\;&% ȑAeFd8ß M~oSm3*WՏ˳ŅIqNޘ& ;âR6+Y{c!ѣpIXBsLrnbuYj.\-))Ǜa1|?A&qYúAR1{egQrb߭3;7dTMl3N&Gi$F^Q1hݶci3'wϨPw{EugT<(7ޔ0 v*\iSSgKvk>[6rYU 1I8#j,߾z3ɠk;&RKg1wRLϏX5b[fown@ųYGk4,AHn^ALh_EňI~|CMXAtHv(چ+:?TII=>n)\NR'.q$,E # Hc^0i`«OiVREFSɵ:jNIfK 4hN`6o%_r~<9O^ NFьRũȺ[$=/,;&kC8Ea{ldِ Tsδ? WYH$!B ,U(r5(% u#"⪠$g-]ƧE@d@I]JRlCx;HWlтPaEb5 &Q#6nw"RvRd#Yz砪/+ACjLԎZPQjT6*moކLU&L,=, nrɇ2O/%帅Eot>Kx<3$AO,q;~ 6v:opEa s miZgw3[ O3g2J:JX~&֟tT'~Xz,@ 8@O˺.`2NkAfYONZl},ģFFvol<(ˮ&7-*-y|%%EOx4曎$y,_d$ ޔsC5^I3R*$~UɊiFDgF8#yj$)e>0)# lAR{uY@U'ޒ{'VƧLUP}X,Xn/UsVPqe|C q<,Bl<o y}40 -\S<$Z 5/ >7[{p#P"4Sގf/?KMZ7QLaް"(o6"r m=];8)I|1ϊ_]5AX&4J$e$BVY3*6*ON[$m$) xWpEK{+vR9ep'\%POUpܩPa;]LO'$I\F,=$-}BUN G+!W)11HTia3/BMƎxTuZw4dO/hge'T׫SIp8׵Z)ț'̾퀇<([.uȵ w֏vfetS],u>e!Y_ݤIrRwڭj}fv`m.HJ響LQ2$Bw=qWuNx18e{JgI)pۂSU ꭭FCD tv81>&a-Mظ**(πjG擮Gnl=Dw1:Pc| !eBin%z:I e_ T {?y;gB {Z^/_ש 2b -+A:gSOp7Lf#&B|7*6>lz lHMwt1x_zK J^(+\sq!;ʂ>8i{V ߲`u?l> ?O>a"!= WM#Xe`)dh2pz,pI~Bx@&s;!.REIoOt<ͬd]a6Hr.J&/Jsv]R?lrB6hEʓ {E umáWג (BFh^YS?L;0j2a9=~x"z p lߐ8Xv˄"b `+ '.@U0 Ґw1,:}i,zrZ&{@> vx3{%_yƣr! nΏf1?\e=Hx#yģ톊_,V~.pt괖,Pw PAi7 NrGVɵEIߍg1d=17}Y_(ŭeuekq<&2d[E/;Nu _ BCJg7FlB= qX\dW΃ t . UY9K|'LlXUmfI;cB1y#O8˭Z`q V`湄sgl|ʾ5^;kќҨ3W0Z#)̘H# s'Ql"zC>l ${z#O $łT?oZE k7 9D! [NO.7W,P-'m^ 0(o~;&M3U^]Ћ 8[v)W0ue>djSpSۘ0Ǩxh~:`5_# [Vxw6e˩iE_J0!AوN7&`r^L^Wtz30H/dtm A$YUze(}2C{-͉.}O7 w.΂CO =;6ph!6y# 'Esݺ#qhn~-?+_Qy#FU |WH?Is@GsU@W T6c]Y5fVgz 6kg;nUq8y3?1HXN+~hQesjeld]Qi`b37ĈS qTP˦怆 &Tds k2v( 6D]%.K[ hD@E1uQo1tA_ii,2AeM7$~S ԗ/+ZG5Gʆ0F,.` 6ѣif[}]Cˎ q*xEEnKBk".{f)$ ٯB9oĦY,GV&47P] 8yи ,ʇ_v<(RE:2:,\DՅ<c}Iqflg^,B,S+T >?} l.{V$wJ8idQL[ 2g_} a* ª$ScnoȳS\Z/<ܐP=#X%>W>VV2/k>b-o3zܫ1_$޹~ZbҶf1V‡%ADHS%Yn&` Jg`Vxp;%\bk l۱"#NΛ]7w@Hq%gܓ |37`J*GHQi?hx( |; oCDz'JVL^~)conVmg]×ã R%vi,MzEDnE $`xLՁan#ͧjT8t[3`pm" FV]^>v<*Ɲ YӊА[5(R!h^>0)4|Wymyg $ G]-4.`yM=ΜK~)n9}θZziUK1 8.`ЎeӥØ@w7PS-smP)fκ'ljP K3[-P=SD7ٟ@pR_oz?q2#v_Oى/az0@V7!{ECϘ_Į!T#R{X VHENgg'(WVf6hF5!jYx(;λCgӊ:O%"D=-#I ;C"yÖR+8X]5R&vXAM/;, lϐ^vs;£u+SJ@ʼqı#/>_꽖Ŀ73Bܚϵaj&i ~ e{v)TʃIS`T +wG+[УȇP˂[r|QO]NPWOh ei,s.d!kbJ krz']ɟtFqڳ$pz|]vy ʵ(m⇵9F:/ܩ#6rZJ >'d]]Zr[xT?< T%Eu8#".Բ>Sػqd5cTP]dkH _?!xl8P@Ba72Zy)Ӫzal}'AZ\#Fv"Ly'?ulQ| "2lb$ MnB dYk8P-E53"żWI)5r:b<9(K!as p_Q="r 7"C8ǿ}fWlO 4Ta1ZF E2-I eCnإ T3 Z{Z 46URsȬ{jNO|n\:A t6$f:y1IDcΏWfTh `ŤR\xRO{t+L^3 ='+T (þ~U- 3M?Hwv>ܻ~V&xeI04_2ߓ_QRpƗap\stՎCC&2*}Wyzz.>Kˀ=|B )9WFs,4Y eXu pFRR.7 %-#M3/v§ ۳fMdpPͬYYhćGx斗覘{HcK/ \D*0񊹮R IYRJu;9XQڏzA*b龫gJW,n pxHu[u3;K¥yB\YkMog]XcОQ멒 pgF8.!28wI/q[,) LiF3h㶺``ӭdۊQ;g@z(,+Jp"QOү({"F:r[7rnNi-lt) s| e,-hG͝Ǻg(cW\P7xQd"_!<ȡnsv rD{8X0&Y,TTT?K$H"NЋdK&[Wr"/O>ŲV@U+M*6V޶ZG3?7:k,rˎEGD%m E.3?G8;f$D+ SCS+գq#欰<&%r#I 0Šu.T7=.6fHX"\bk{4 ւ`DZyD77{5 *i >5,I:eCϖb%u75[ \]nG3 Xd'[p}g +ۋeo)ckP6UGI7qUJ8F4:0[|L$<'iAd}tϔ(v+#p:7ktQ8$j^|pV!\,O}`Zt̮@ Ul=-:(LC052 &gΗmwؚ.dvg!ˠ6ϟ22[y%[~o4A򂇣Hmsa 1EOܢ7Yۨ,F+? T9ʓr!3R,{p6L@i3(#1އ-7K9Z$|Ee`d%e;wG4ro2>f{\ci2 ZDMf#uG=p޽$ɫK/ocufN֥ۿ ki)lI=řc-2V}cRfDU`c!&$1ԵiTSH1ۑxh:xnq šҕ vD5\aULx~ p=1^Qr?~i8-ۉš#9"ԆPX~CgKvzDl=2oAJt`GԳ}b_ʢp:)S8MyWn+ (<5O:ڭ>!> -1v~b/V^kB~ʢ1w&9`²V &g c4hw&z{ l4cPWcF&Fs~&lqۋ`awDz9(TlH9JPx'aal!%+х Å8)g4l=EE7أ-OL?۞[Gygܠ iK{@K<[SiMLIH!|8)Px_f'Ivd0ASxd#?B#=OpY*ڻn?08[GDZ@PmX?[jBLKL~ ow{ͽyʑ 1[ڴvey>yu{`PPJ-9߬Y! W4 wk1 uziuNk-IU]X yT{Q)gFZrMЃi<7ih- ~N"I7Y F= G5`$A9$pR Z4 oJmưwICQgď5ucŜMo^ayL 9f/Ыix+8x2^A+~Fje|BvcgȄiǧ1̬oe,#-.8kZg@~ coy+y3Av<9.*CfhZ0 oGyQI¨ow7MAН‡Z8f60:,zuL죥-wWfj,sU$]-Gne})F0y#%3F߿s{>0xyRnM@lum4`y#eh:T4u!nyTϭF+4x|myf ߧ?7n-=P3û#o=&QFd\BrA[ +~)lDдҤ1xWɗ Ƣ{;S T^ᷥo !&__\7(2{:4`AHP9̙Z[:5#| RR(>Oj9?9h_h0$%7c{8I6zN(\63"cXRW7o x恓ZtDJ:ha{ZGW$bZZSiH05h_%<&!a5M~'ѕ{\ݕ7%XWI_aClAꤐ!Svz-W?˪a'M* z2Z;kOZhQwd#ja7V,H+DyD%P=V:/8/e ;NL+\x!YޓKa?ؒAϳ^Efw/ #2l`ls u\٪1ele'Az=lTC^(SqF.m <e?ƈFm+5J i|4ZGTHtQ ~ {+k*pcYKQGK)mx=XVViK(" <~zg#Y 8VxM #^b#Gx [l堃*M9so2?NÊ#heKzv"s@'C{Y,R 0ZC!D-G ?&тHա^a\@$M^vJmnf51NL.PTwѱҵV 3 )\78?-3f݂BA9+}t"qM'ZXxv;YT&s!k̑k (u!vb[-Wg]1q!ӳ[}:̟'@L` S"D{ Ewe&PR p)y("+LU'I%աwI+|vIA#\.ALy\4¥""M,F $I;T =竆n+e,Brj?E _%0c[zؠ&}:9P3 /|Mv8L;KZ:QXLbjr] {Itb}6"Vm-UeqNfDŽONR*ԟAρi6(}V'ߑQ 0 T]} R,XXp0P3K3hϛښǁ x-c6mF!ڋ(Y-%H e zu.?; oNbg /Ƅdvp0R>4ѯp1U%E.Il줜lIMP&"c[=Wm&e%:C(H 8iNJW]Uk;y)(8<0Aˮ/'+L+Bh^P B gp-6'Auf[UE='?XID,߉K\/״;\NU|E(Te i5rr'F1)qVs ַ20*V4{؃<lLAgn^bީW3{lJkw|O܊2"ʟ=L/Fff%Z*~~F 4fklҒ,uѾx-ڪژp畮Kem`Bv c}ttYٛs9{5<ʈF^ZC!g`SZzb$gk2W-jy&w|JܽXrHA!n*Ugl[ t;z1Teh-T7H.Aka$[5!! YIRys"R#ͮ9Q;ӉZ@(//0xU!6B_n/a P|9F^uL1[Zdŋ$\4w氁Y;>o6O$ӢC쵼ɼļn=Uhr<œ+,6FM B!lDZ/\e$4_@߅D9Y|i+ZϣP‌BZL$k'f!2tVz\͹z_cIχʐn08}8|T7뼽tQki5AYgg[ԝCr#MØ[? Y <3!J] eݿV jqcJmmBnnc(b#֘tҁK'@&q4 a;؄L-VH'"Xe~0+Q k2K,AIGDpQJxWI=rJw:h\+1iS1 .4͚Nwt ӏH@ur:B{qqf!kY2/3LB4o|<wп:%yqOC&̭sd?] Y@WuJ:5D|3G`ߏE[>p.J }|F$8 |X==?P : g1m&x Y7S^%OVyzPOg,!܌'o^U=h cbBdOB.䤂[.MY(o $f#%F6ҝ"!^ۨ3/e_@4ɲzqjĶPBiz;Z%n1G 8_ʐ';1#=4E {ۀ S2;?6XKIzQhO9/8,GYj9Z8PSH= ,V &4RE#ePwH>Ga}J'VH=[ϣLXGeSWv#:?d-RsT!_V':%vH摑JD'Gļ6W?W)£wjpbv5X0M 6=8!iɱ0;G/xlGߠn0]]s!!"GAY)4M2W^1dY7؂h=?=?H{k/Zu|W0W̉/iA]| >5EkCm3 Y +.j%dH|fa( (Չt&`V=6E}w+8~x ,$iO!M[gX@FQWHF7QbFLc(RRPJWr'TŊ`x( mʘEW}*iZFoQD]6X@*Q=Q B0On:F ՉeV2!9!:^ǾUlMB5)簊r"0&/.Vuk o(w#*C}܏uّ)`X7Т Mɑw k-Q[8^z)!?2ݻez@ىAW.gibZQe< Ս]?:ǯW i~_G AX,# 4nL*ͅtR&+^I9]7AbI~"KPÄ́lL2+G$Y6Wƒ>+`'[D(hq'h|+϶鉥9բbFo_IⷂS+mñ؃t؉D23\n>&8qίj$ʩTQZ)$$XaAe-JYyW= hgSD%Cꋕo|:Gnoz=cc|`Rܦ%np%ܥq?IUfurx,'$Ϫkύȷ:%Ӓ09c~]"^d;2@geP|}NYvlk{LZ(w<"Fݶ |jsz 1q0:aE= G>et'"'_K%;#^0ŧw"c'A-`{''q/(_14RC?4IR5̳DmDKahI2εtZ*ޮ.0`yQXɫz;USs X ɭR&NJAPZ):1vs9&aX}@*}U}JhʝoNZIUuut1xI3.voAhC Vҋ3H)ts*?F\Ɏ롈6Rmx譊J3Dƒq/^@qG۟A*Tئ?i0F 7̐hAHwp79A vǕ ?Pz=c քhq9  ;YV>O \Ud7Ȥk* ڜed: Ψ)kZJ?\bٸ;o}͑/ =Z~Wfr*( }\{4afZyM^#Ƅz6qK B 0[̄z3 rׅ8|t }Wk;b\ܤcQ* Y΄nMBM̈́*+Ss2 (ͤ'M#TdO櫭e9ȷpK;:cӪ'CcAґZFO{;0R-/}t0w;b ^ALJ%k4YPu v(KGv֙aQJa:~ޟa~!)r<~b#]Giϐqbڰ<!1+pd Dr.@ɗ"v4&[sFj6I !`rCcnj2,DHHcnm} E H0] t5PB &U8Dj3ᛦ 1sJ^ÒxW73V7*rn kRpR)JU%17gU_ιO Ux\ګie@Q69ފ:Tv.[;^ ?%Zp@y$:"kʷ\.쉲kw(?+C9;Bqiit%=Ϙ1zV(ixk6prP;W3N~ngEJ}H?F;C ]oxp &v%O.sK}ӨmqU%XEvo!f -ݾZ f }B5M{M;xP2!QIr oСn]BC&C /?elwnL* p@P˜a;U:NIpۅ351SƔ+/ޜpb\ݓy Df}1ݖmoJϛl)},XdFeĠhw, R٭ lF$/NOq*?je'j\w50XUlx+\mm(qQװ[.HYC18>h-6{N Ç1){WK&&=oCjG//!#\ YHhZ*y1o&uadS=Z\_b8!Z!ӐzL!2 ffe:l( Kau [Z Yzu[g 3:XA[y2k o 1B<4[d_ [i)5eO\ΓT^p/fLrZm8 ,*VFn{vNN\,H pSպ4M_-r~e]TY~pCٞܙ"M9LmKlC9;'Ar%!QNcl0qes,M|_" ~B!b4Nz&Phf͜5bIaglyyY(6F9)-5a:ǓW] ަULޢ`ucY=cv.rJ̀j dhְ|{pl"-U&'~ + ;!.$5F2RG 7Nߢ$hr.,Zvflco¤VZ*ԤZ "n\B^J~ru:66SXorメ=ԕ\Fv$Hk8 h?_aF1]vBI3^#DES®UBơqtpcȋQ/%km*[MEqtXQn.cQ8~j\cnoչRFIbP 3ԕuΛ'+ڽ>c놺wԿ@T[\EDV윃:Psv 8d|dڢCژ& i2z->wJw6[7GD :E믅LЪ}u?s0h,qi6£ok b3mi8 D,8@<Œ\#[OfN\!d_I Cq́r=!l>:R4h2"TVִ[:M\x_.'6OZBCxR5KWW-P_n ͗/|("2O~U%%-e$O?(T uq @<݅Ji@8?%5?Wz-&LnT_']]xyiV=[%y`bbKO{ IS{C%W(sJ4U#%Svp*f|\.N8Tz4JC\ga%Vnurtf%(GH8dL 2Ovir R =n}ZSaȿ8ц^p\C* /\}Z070- X^"t }*U fj\3F ph'73_cTj,$R}/rrd裣'1u~0Kj(euUket;&i*b\Z8W8ѢofʈFiZ!NY26c^dB_|5f*j`oxn=&Ko6:׼!@f{d*-T$ZkG=ZK&C)2b3;uhF}\`g0\=^+FΟdi>(Pzxc:Vt]$&ւ>;3s x~$|fWzUa*{ /a?{~<0c:#.۸vq2#W-raI64RJJ7 36f~/$ɡf 0-ѭ L-g\՚^dV$-uHd, 7uUϺ)xT4 ;epv8.;{{]%h@eV0i sC&MNx0#VEG+'!0b > jUS'MĠFj`[ L;jd:FiTx+Im{AK7!lT =ޘaVQ!?(O!"*W,od .Yn@[ć[8?Uz%S[?=p}e\ ;jU-HSN3:0'϶sԩT_>0iS|݆ L®Hh%*U`R'#VzE@ J4 ;|҂O^5 yc4WxVEY]vEՕPܭ5xnl7~, Z\D-C 3왼IFOhxSwy?$Q]Ǭ 6C\֨15Y%D)}&3Maɮ1^Rn%ñ|}h'OZ?ȒaNԺEG:_sb7眀KYRmfnLԅ͞H &?1lNbZxJ)|Zjh.{}t/5݅rpc(8#SwK\6YA!gYwJALΗ4!z6dx<t#:re)4il1f' f /PBUɤ{2}NKb2kſfPe4anhpכ>dcr/s5["Uu+Kml0@Z`|D!\i{a;[ yEmMܮ=蜆 sYJ1NR9[xiW۰g7t yC8 m^Ljm:AO}dH uL[F,%w{` \X} 9:ESLw֠F/fvD+p؜\[=ӆU q B89^־@lW,(Q&X%JiXf@)!j5;|:%L cW * aYYz<哀B{K~(!lu>e-@7iMVX9=>nQ6y^V<aedS%-G9)N6Y'aɌq*9r5 t;b9ó!~P~nESqĸ}LD&/ i7{tGPp+i3Ѱ-ޱ'Xaĩi2r"i{O]W䦥kd ",*&ysʡ9)K/0bvXT\^H)K}m o*B%e`!5Zb Q,yǷ]xP0e_+ev;:&BxiMܫS i#-HO_:mZ#T]tʨ>)w$lpDN kʼncW !֯xY-wZ8~Ó~], U0װVwp-Q'x B,A2|pu:5XyQO|Pvhk* :=J< X&#ym &i3mS>5'ܧ=0'\̒)ّJ Ҿ3ATv 11P<י@$$@a +8 i;D$\tH[|Mu^1$^Upc7 $Zx@Uu oԃy̛"/0l $1*n\a%V7thu` [nQ;Q5[n;E'q6Mpr-Y1"ߤeH v5Zjk `}X<˟֖ۀr1Q^ApO;cA͇c8b-Bc"Y-@h3rߧ̀^7\8:0 >n{v.T˹73%NjsIju_%2v&%"~T2d2*L0 (AѬ=%DN+ߎ%A: Nc킎t]V!W.ݛ(dg>jC.< =+ d4ɄUp`Wc%Qt @4 P=E67m!] O~2571SƮ N Z }/NX콊@leX2NI .`Ҫ_t6He2 WņB2a]X^bA W>ԆYjV $N..)녱U8Eϧ^brl/䵫sW %) ڟ eA|Is[s7`8Yج; wť, ;p^jv?#]Ker0. joFWqLu؋-a* J2l/"cɃaAlt Lڷ L@gm+*)dT-$ "{EIa>/JjTi3yt?*^T?_lF, |c`$tߧO9SA7}4rb{PGN3P-vϝ{b|X^s/bO)U/@V2fr4äLӬr :0xis/qS:;RE(M$h-0U@NQvsa5j]۬|ـ4#/YMJ@w] LP0o+}f=#B4~ل .g d׷_ܤ~ n+ (m'T-#bLJi.y(,9XGxH|4S[ BU> { {):fҚ3LFO ij}^y22ֱ_2*w'^;]wP(*gAOǭaZJ7+0Bj|<?T ,E(9NТD5D:XdOf)|Ӛ(O?|A<jsUJ0c cC1 {?p`?sUZ. vD 0gL[ܓ D>ZVpUGECcԡ's!A2 h?&[}[,DjeS)tdrHW.ΪR2Z 68R>@F4~\kGvj{ޑACTx7F7ߚ)NhGR;]([JigQ%SpN"Y%\{,s'ݔ#HLI8u-cG&iep+3 MMy]QOpl/\ZF_%bTx|ZxpJpV"B'u3FYr%$ɰHh@Šu6cnI i6ե{fӏ_#{~]Pq y.8ִ>f滰|3 GC9U&6/|f2JTN`=گY__`Dž%tm!7mآb{Lmd$r1x%(f~PKtgŢޮ,PBE;>)P4xv?ûUX!m';&ĩp~r欎[fdd!0ࠂ\ GdXxF{lvM [Z~tɽ>8и Q޳hqeC8Q9cJg36+G~0Zg528 2NRԳٸj\0\3Gj#X'YSN0k0s<6` -$U[n[!/ :!?g"8=Yia2@P.EY'O:3U\!Bqg& $&!14(iguFIGWL҇/֫z)v- 3SK :5[oR_h{i9, g9@#%jo?6xod/4+b8^g, փ{!xMo)* 'cZbB .??qX,C) # ~IS6L ?e2ftH-ٜ1궑$'=13яL,[ȴŎ}GLĭ:k9U';sU3Mԡ^{@ӄĘ\bR> 5Ύ2ԑQ,zcok܆SL{gJK5m2/hgau* `KigXџx1 :`5<'sCMB@*:f|ʏ}<(fB>,(CO纀5[G%a3Ny%gdR[IADP²m!=6%r_Z9^:cd?k_R:@B|Uж`g`k Q+ĨI `J?s#h6k%ߓU܏[չG-IãvzP^ij6&+ߗLނ BUa,3ŽAQ"$'HVL ߗo1 !WG){!hv]rdb+su;A%*/?Nfi_IɚUQs/wW<U6e{p؂*!WVVWY)Noה= "N%EzTO>` ɲL=/XPitw:$=ǫaPQKUj¿S"g,6%ή*AW"֭oq[IVHz*Yf/EG'v0+}l=v'1Oޅ4-`TG,o=?pd@Yw|À81#/?Wʂ䖬j_7r±11q$ٯXȅpQ͹L{5^7%tXTܯ\x5|'fZѤ(| r! >q=T ̤x:[U.VXy B[{ %J>2aKP} {&eCb%l[ [. Ka]y_}V[dsBjhO T|b 62g(w?ºܛ ܹUt4#g~ǻOAEzU%!t+0!*1i.ȝN*54kP]dkVC H{S`th *ףJ$W"gE-:Z"vZG6Yb uNƒǯz[JJ jxJ*◻[*I/o0Vku_Z<; qecl*X*m븁Փ=b+ ]Kf͐>pʲY>dIoE0OAg/lcOd[-+kPM ; +=|*$k/|7}; ~< ^o[Q&h\R .JۃuBm{IŔ>^ր 7/rɃ ŷ\jòX$$YPniXw(Y"A̯,@=D׃Fp"^ѵ,,_tQx|f{/x)KV_UiHtDKT/OWU$n B=Jo8fFS֨7f"# WO0_B+찌BTrT)l^ Ԟ7*v&1Ă%(}L 3]L{$ H{xKo6*f-o3gyAC $[#%޲+v7+`bƆR(i;:_m0ְ@mlE ՊqR{Q9v $  _CL!5S4/DվjDrݩ>h;![XmqLd 4sCc}h3o@ӇLN ;)I77;#.a¼Z-}RRgvi1RCZu-{{ bIT{9S*m!9I,x<ӠO ?{A#C2Sa[D18"4 $f5\nە6p#&QTɻgӫփz[y^OCS(vPmEpA|G3](HbO89޺t5|k. B(rvTHJ_!x䓫TXcvk]B &renW@,mŸpl+J'RC+U'o>,y"T'L^<;kS)SAjsؔ +)(/QL'~|gW  :1ߗae;0@ن\ GO;,Z;kBMʜujRUN-zϴ {bU^jr "s]>  a Tz(!P&Ѓ,kp]̙7S*A{*gY#.*߮n1)^VE=,Z-p>XNj&;tPm&Kl?Lԭ|uuEa[yɽ<$ ֻRMap ƻPٷ sn${mYCg68"~O ~jWZ>rLQz{d\MG7oApђ .2|8a$z&F/]u\6rG]UM^u~p?Gva!hxo_i1Χ̝Qeʇh?8+?4v!mYA Fk&`[SU7^D²Lۄu(` h@ $/瀏K-¯'_zmR&ZH 4&(˝Jd($&c~ug]<4^/w}AEzDdh,Z?0e1 &X !J adWyݴNq`cDc>Hp#|Zf$$q{=,S{(?T(OUV`MD_v-A" _Bkܠ/ OHL*xQ#caji1\? cxIQe|G16ǹ;B@u j{T*sá֎7t'?/?[ځ[%KH?/_S7FIONuҬ>.| FkCƃNtM;)3HDB,i}r,q13:s[CT kgqIvH޻hi-8baS䝵" :ꫮ;c}`s^F~޷E1. "7'Fm 22\6*thTk1`j/ru L*uVM1v1{mb?*.a1#f;Om [tC iM+OFt% ؠ9"/ȕ @%_p'dG ;Ttc2{u%5b%}$63ue[]|q? z QxxyERZwkӂ(kOHhAv7JO8?pZ\ꮪfF@G\='w33 Qx< T_TEc=| hV|D;\MNDx, ay)S+39%z@xB)'OKokͭ5 Rړ'LV^U$vZ]֙蟧0F lw UDސ>kw@o&.h`z<xQ~bEI01FrYy5炯l)jЧ ЌUۉg͓5j,H)70p!ל`dhaJ#o\9K}SẂT f,򰄀`pٖsY,7q I)0SՑ: OzE^R|)Kb` 翭Ҧh4Φ2(RHSASbkc82_v`wDLV'|?vg犽D V5 5t >e!r "$2~l-cPLNVɎܣBY < 9s8jUm oW륶!'n?B,"=?5XgY dᎡ+ʂ׺Ѹ(Ƶv/?oԕ0|Y4h2;ugL%6 o؝pj%ex`4x gl;aZvI\@bX '&1ѓ3Y|LwV#fDt:\ɺ8u_\-Vy^x} ?V\ttϹw;.$Œo4|a;$: /Ϭ2ǫV2!"B" X#xPtޯîIE׶ r[yofe]Vp%c Yj"%yig/v7r:)#'עoRsI #qiӱHiJ M ݻOnϑpN« $j+jHҌ>dJy@ʼ0<c$+~/EaݽBw;)58Vld~sxajd:2hA3mQ~ߙ!K,H.,:1O\Rl;ec; 7r's*,`=[hŠ[dPiմИ Sb% ]ozx+!NY Gے]2bIn(1u :P/>z*+5/]s vbeHY އR oq.O7taڭ c$6cr̆2MC~ϭ}'aA$do͕鏻féOV {,5;ͺsX ^=[\ٻ$1Y57nc%K%֦A_z3>h4X>{:R(PʯqGtyۙTQԼÀ9 )>Ķ8MۄE[%mu)SYs I,1S,R9sBVmc+Z'4g`FbTbQMT[N:{;Yq* VK@bT%/ %,baS>sL鈵jQ_rM`/9?Uk &!ge9+w5NN>tmXdv]s>mft՚86my[[3S35qpr`-Ez檃9Ilt6 =h~w[}Jzl/}~1Uy>~Uc0`l:09N!mltrAj]=C|0 Iw˦V = bWЁ,wYgTlcCEaWICZ>^$^dWJu4 lW2RKo2OR:GXXU>Ibo *%iW߼0$y BP`2Pv( Aң}(v 7r4ɳi8♾5F|G}w M'kSc%/NÈ뎋2}ù 9"D|u-l;UÉCk64c,b.TO{aDk|*T >EitZMBDjB!.b4F3þ^ 5\Y5K0L *y3;d]Ґ,r*iYõeZU˴CIg>~wFG\Lv4amסT3*=+Ać0ɂnp6OңVkVyeoyl][y\W2 DDkQ}\TE+3gF4)2}IşW{f>Gazy N&P}&$É?-x7 χ&ҽ՚a;JiEHYK˂'q&MtfAx&$d.ZӭME6!s1!e%(4}e~ s@F2VӴ뤳d*E\S^8AyN*JuZ7M*~5<n8]zWk$GI9P9P<0 KC\G&˒_T*ro8UVJxkK-(' t;Of]NpЛ;90)r[:cƾg1x'y,0%tD~AKV̮7Xj8YbV#fH@"BS8Y1ߏ߭]0RYR !=bB i=fǰ2?<Ƹ{ Z[.#[3{R),[820s:%]8OUPҒ"ui5LƫVu'pz]@7hYD0C޿;u >73a:*%'ҏL[m_y8e 竎eaq;Ğ,aE-Dd۲@HED@_zX\̄8ak"PFҟXTa}|u r-I'$~`#QHaڣkK1HqpYb*2gzn7Һ.Ue?˴q:[ k-GV} $zDM5W7RDb5֏>Om0>gXR]oS (*O-5{8ǫ$߭E/|XtHBqD&S%S0+vc,8{*MLoٱZ'#/T !bD_$ukpv3CFBk'bdyF;/asmjV%y?$>Ymbl7 3 c{ 9N{Hv=Lh#{&pg ,M510!hMWkƦ)FX|QTDM@4W:}V H""7|t9uM gc˱7|Ad#;u)]1&:3MxۀD+^ʦBy"`d,ȝwGqӯNc(LFu쇲`= >pXNKbzdP+?';@ڍãHMs}" Br$h)}}r3_'sxIXT-V;ӵFC``#I&j o|Y#' ;℡P;vԴ0Ud@'2R5THt3Ufb;k2dxpנx 6'^gv ,L 6C0/X޹*db!哗K/Җ(X3Adi2o⑬NyJmIo4/ɟh;ycR =wmø`ԝîm0r-"ńE^fV 0a`/`zWhX Fً9cx p#EۜN7ٕ}2<{Õ/O 82FX+E|\<@[j!'ia(UdMƆIz-F({ ̦1%mezuOFi/?2178Y _C(/#N﬷!ߋo (a Gp`r?b6WY:l88wYV=wt L}@z4b|d˵ Qs+ *>#RUDN£OU)f!\ \wHe񸻎5r}9d@sQQ,SǎdXM^q W]" 8@Yw4_G9l WM-*l":WbhsQҭZh[:Wg <"I)pʢi KH[yxzH|kgN;!rRU4DܹmP^o'S ,OFQ*!O/[mMdfo'ŕ 9{F%͕R7a:^jU܎YrяhWA㲟WM$.>GtD:~ݍ"cg#k08:d 󔖙05Watg ( < {#-9$njh[6g%NF_b"QBB:m5Mme_ˤUXP)jזSXrۣ6J%E@f-{xXⲫW&wQ/βT95ٰ-4.1txP 0'mb!h ݻ]GT fbR?JvUESQ|H;4/Q`ABDhw ^@Ww&iod0Q*E.║Ч2+_h6CVN~`/aHEcRվD!.xP78uT$.{B&;'/yl5͑Ļ1 pv9Bk5TgWv`rh& I:` s !he$]:JS6  w e D.jbf{k[s]yHi٬_|,_Yzd}^l݅rZ`)F׃8GD]Vجx791cCN l6mj7(QO K_r&SϾ{|}L\E 5JE$SZTΈ(V06 [ށ"~-"f_߷yGyǍ{CWKԍ_0L |-0G8 {:g.3Sb'iAAi܉ɖ&)s3Y{: 0Md5!+ tMT,P DxhaB>isReZAPJ=bѵIeS=]`Vq8@]bYvs WLZEc?s]Df; ɒfr߶UR'6/j"TF3)h4ioPG>(";j+}Q9%U"X'3oT,I!*&yP~ތ*,']3ftxι#*@\7y.-wVt dPhS~̧4c={ ENv{@:&6cHFMyw 9""7Y,%wiNތ-W lj!^FϘWB~BJCmڨT,8dݾ6F@jׅ>h\955 vad߅ZѴjSpZǝ_%.F$7 hBt#Kkjno)ϸަW#ZB,^*AHFj퍟$xG Ftz{Q*7i> \} zj'RpHO(KwnəA bP0~"^tF?~[: Sde67yP8TCyu5{ 6z=%"Q¯@o.P+ꓕLj'F,P(bX$\w ߧ1hT7 p]HmT{@v_f0}xn.ʖu38Y!H$@9~l] MF#a[{H1Q[cIc;iQEK NDH $fPz5մ`2^i ^-Լ v&RwIdž><=zj!ԏy~-& AP a|Z.]#V+xd 7 P7*!ڹiG\T\}߸kgNcu69ϭ=eq9w:s$wxZ]~ $=ܴ&rlK)'/CqYy.T`V&@(yR^ԠF(gXJ7QH:td}KnnZG&Y{R+ѿi %%&/R4|XE.0׏Ty@&,mD 8$f9Ӆp:&a*φ]D!5 JA#B|%.O-MUJI[KVGBe[,(ƚD= ^jԢE>qApSXrvSKٞ3f #N{N7!@m|p]kf9T) w*~Ưf>9Fkn 1+6Yjvꢤa"{H ߥ||)}@{y2 a fvr@e;f^C"nMQ]-(Pe tKE‡{h0/7i͹-JPE$Vkp̚q>aeM{" :5[i.V+x$`kGf7 CeD]['iB&5+9 y3|yi;stoHm8s1ТժGpLAy+ kѽ3˂~]uFz5[ςp77sǀ 9K7~D %n8<~jptոe )~L@J0S'|vwYsЬ+N,̸ι&1z_#+Htc&*|@2tp>f=>3M%ǂtsƶ Q_Sy1o>-)$_/"LԤY_(N.|+h N53eS Kʄfl;lO5D $>'%uBR҃]|\r !,[i&OҐlz!\"K,FO8ڌY,leA&+&lbc@ SA#тq,(s~S11ĵTug+K[5<]jhBk#o3/-rdGZL1<~$Ehjǘ5a٫P/ 8jRm+d/af(w06?' ωT&^^b>]^\SX.EШ8W=зxk'I$ E1ճxdx?<Hc@\X#_C}w➧{W*JŁ&EV-mGG1KڵݥIPy L;6GעÖwȘ$,I){r*Ȇbۭ(oNivǤ-*s(5 jգ#C}gƲ;ZSeDUaBTQOn- d`Bu҈ (M Pmghx\(ͺ_ϻ1,vra O'PȠP!Fȿ@^jɱk4GY "Ǒlxfu1G8;F F҄1'A7k4N9!8~ɥ|rG(H_r2| M%: YX4kIROg|Zjǒd{JSόlOCw_7CGTXɬ>Kzr&v~ 4'8D>#{ 'ݭUk叱Ri̳Q f gEsra߸r$MNş%ZW4O\^3^O`spgo֟\8= pBjxmc [fź52;4Uܒ$.f߮nk݄R7$=)cۻżlU1>s.D"h,oe 0fME ithviBZ6)$(9.Ckۙ? %GD8]{QۮA\9Qd1gʠqiv9JqYJ`0Z:kSe+t]S\9]|WՁlu^.ٯKa)qx[V1+lCa1ݔ]3T+=8GnRaG6cJ bGKCd8ULC~ۖ[&Vac4{ؙ/4wDSۃ6yWiNDt_o'X#QHgR&|$KIqoLMNDył}Եׇo_6l:pSf:V* tmJr[lTr aA5"Bmh*~_tAf˅@Q{k {D ;Q YǨɄ%#I_;'G/ h 4hFdZsZWy%4+t Z&nmzg޼ tRc*B󍅉#cP^oҮ}O<^5-)אrGr2|V9Bf[Owڡk(wt[S㕴]fIg,7^% {ΪW|gS}Y}vS"X~zCKxLFZS&GxzΉi/!GB$2!%LZG-:ds7j>RD[BD:؜hFi ޢnB5P0ޜY 6D;{pJ(U7 avV4%=K4m ꜸjciUFzߖԃVN}9F85;_9oq]_:J=グlD8~sOW] &1H Zd2qbÕ*m:Qjm,eaP'[6&fy]J@K{ΚmwAcs:}^0CfGSs1 kD#iaP[S^BNښLX+0:򼴀7#cEHe>C%>@*':Юo Z^K6Ǽ>n lJi;9dat4G%n61aFS.q`Io34$P Ux؈K=.u <~T͞w>>myMe8?VBugvŰt9 |yEꃆC3Ri O%E/La)I@ Wa2"/-W;P\~!w>K(qx/2BjNžC0[םdvsH56zkK=dfzkM)q5@DUlRd^͂!} #jLW!9uX׀r;vej?=,^_eI/AKHbm# S3x 7Y/m6?C8㫾1"#Вۢtq%lC2&Uxtşu)p]?n>l+3kc#YAl8` A[}qܡ7rZcD5%{/"׌ybTjNT56@A^8?X,Hg8 ꯣcV ‚$?![1`ծ=p 䌰XIB ~qe`x!1|u:l2Y:x+S'f?q c+ayuߝkwrE^W}b 6 j`փ{j~vyk֥dXLS`;\%K@hI(Z=?@]c骯Ks F0ͬRѶ>#|x_":IP[]au*tkS<"]R+'Jp<;T8a u֧,](̕I #{n*K/tE겲;/uG7{]shPi X6NT R{ݚ47mѱH_Mv}@./ps D< M6FHۣ2eXF`li7wXQ$әFaECkVсAKip`5c"[g QҬBU~iRf1D?F`ew3I"cշRI.w(8$=]bA]aAV\bJW:J/(,. >Y{}ГD^K?3YlU%B;2+yu"gL># l$HrQuѮ_хGxN\z|3h<̜9ȯniN[/S~ S0pى2Djoeʷ׶VǪQY2rllvIxp(:nJ7$X}=;kЖ3u3B8O,:U\UQB6i/zTUG009[&r}a.iJPg1жw2_(IXaVr8!yvn~>jGPў+mr/CMF-6oEHY DgXjEx(5H>:az G;0 lOOM!8.CGD=L|ce\x*H ܯDBX ZT^6k̄c y;u*q[79*.Qrzyjv{5YwT7fì}}[uC^=wT@h}mYod!XmNH_ kA"2l֬7T A[wchw}>#2!_Ve8hiCSxJ {=DO6 .!1͌ԢDw1ɳ Gg< 5GeUe]s*|H\$dqVwg:ᬒ\Ms-BoPUB唢`4|@0v*L3znۀʬ,dyeB-Stʑ2(:~˭ڱԘ7eQ(jm{KEgckfs`.`LOavHSh jY^e ZeFQw[4W{ 1kj`쳀|yPVT?  D+Gz K*Tyj#BspsNFJ UA\] ]i-4vKm"͆Rf-yRF*H%X& -P'% XvԱI&SfԷ]M:v-Lgc#USf'ɹTú'd&]KEαcF" " !ٷ璑9OV5)eDhHuzL!M(Pkm!RQr\43cлEiPHf FS- SxKXT>L<+m1sf켧P6HlOG㑹Ea*jvimnFܜV*JۄUp{?q_-otKDO5{e. ndJS07N;&'WBsIvRcXa* 2׀Z~08.BAƀ룜F Hq2\2W qR A*{L؃?H'E>&"KxZ 8톭W!)3!owfc&|On5.}PHՑeD,X`b5n>X!4R^ur&=O ˯ D&:D;Xxe\lTc̃- . Zvz) VO>-vÛ3+>1PPr%VRb1Xuz_6k^[}J"Ƈzeal53DT /IALd9: D#^=Tϑ[K?Šn.ַɳXI(ύ^cCnf"tjlDl2>/ *u[{>vbDjCDq 阼Lr5] g#G -h^j6*@h&N1%o/bnHP ̂5Yjh;证Qp]ZZ;<\׶wL5m[Iin"ڌ yxJ?|V/)d)6o9̃ayU^Y*uכ{*FrrA.[#p93 (z?"H 8."PNvc.{ͬG D}3Yi78E=S\s1՟kyiM=ቛՊ#[ fGq\K,C5n7P^9a=F\Kx]6>C]{D!WޥS}dkczf2_?(bɿuG?{ ‡ Mp p2h_i |;Og_لLO .GJ?:NUb8]DJ>9Ayo:p$\p' 9n[VZ|s3!v2yx~T*^WW_u4k6Z:N`0o\-˗ALXp<}w .=Ğ'M_59&+y\͒dE4k,j,۔JJ[ϭXij>?p K|aAwV:%|>]&uQח if~I 6[,^Uf⾭A]VCcBC]gHf!$6i=Ѽ>"Q ldx \)3#Eì3nnEY:X:Ǔ3PQzWu#\3'ueo*R< ʴ^\{C[̰q|X3b&V;أmɲOF0Ǔnٹ&m>Zz+df8]_Z qj=K҃w)l갪HpVRBie. <\-{B[3{<$c &DfK+6m:qZ )oܱ#(D{PwD{:٨TBvU\{i.z~HΆG4-#ks=p#?=mtgt l W:pع-3uxMpvX,*\$9'cXJ 쑆 }6&B'W*&7dT#A į&b j:$_2zf-ъsU% q]aLi#oZ\lIn\0zz,wB+i[AUt}% mm-?uy<ӸK~֯lہ9 oh_FT/Tc9:S>+J%a5^}C'K!bK3 ~4|9$3fsv736 G&(+wH__aD~[dIf-LtV!tEr9es1qr6k!DeȺ8ot]u.wi]NjT/9%RWG 4m L-."m:~ 4T/Khkp.Py33$B! 뽣UgA0̾@g3C^,]mpwqj*֜"1r)VDp@L&{#5 ɩ:tZv[eo3iٳF=KcTܜ2v@!oy-CX[HcVEL 6G!4Xjnʊ_ORo9/&H^*&iW/648jw}I_^Eq @񸍙~pfZ6=GŲBϭ#oF,oMˎWkzYvX~%_A)>^CNJM1Pط\l Wm#OU.U؛LH nfEIg6`kf`FO'K:>DWۃSeE[.鿰>x.5}oRYETu[';A7%{b0R.C8ՃUw0T6QՂu#hR:V+oaς`k)9=trbbZk*P@TMt|!WvNdD:rBEUcT% .A.`x(P%(Z@hcO($Up4ʧs[ l>;\BӴcd{y@x7TP4.Kl4!& y'umE@#UH))䘁 aM`BL,%**i-l`$@:^缇ԋ߯ Ts |D&f'5@FNlP`9ZG8~DQ`xtvwݙMWV}m/G j'lJ<Nk]u*JJ_^"0[󤭚 B!Iafn9AխU0P,iz |?d֝XdBYۚm2WǡVi?y/a,5?Z/ >4N3DfQWzvߧPd\X~N'FnHo:f?ItS?'HXv]! X׾ԲVPڵ:,`15af)t5]v)F K&avUIPG;:'6jƨr*,3nkVh=~N QXg=a` œ=Q*-Mj,4.}e_tVJ9‰)4.FědJ3LלۤMiBzVZ:<% R_, : &Tٌ٘Eo=p)DW˖8Iw@2w{rg :/wvDZ={GȇF9Der*VBL(g-S} c dxTVcK-q+[ @YͲE_gj`x F:[hp CIECtH\LǢjZ$LeMD//'W0hg)T_C ۲ #0Ր NaW {2h.op0=N/,$y/0voݐYg? |jl\qmk /xٔC\g0kRm[&bE%N\ u eN\qPuջItkgV\;q)B4#/O~х@\B], 4ҋ˓sbg&M&w--G`1xlk oߪE(Y( hZǾxR6u_ݟEdBD!Óx`^>?ޡL@T뻍/"!JIطxP/p/ƅѥ@O 5Gc$^Qc!?SauR氏kɛ5A![KsI&Sy)LRDG۲ދK:LIڗ9ZZI $lnsu8Y^6ACQc/!!jTNo4'#hs#l^; cJ۳$ރa"|Ӛ[Ԑ[,nj.M!+ pLMW}Zd-aUOMB#Xo'D r hdlN4eclւrJ|{ nzKbPe8tVh p Q~V|C%{׋}Pi_8R))&&ǩg_|gܡH]|JApIoˣ4u^:GU]yA=;:*ᆳb.a k |ZͮLj??%'zZFsLJF%Y kc9jh\u><q=Dg/^Jq} '-cL&F_XҲ&tAǴ.U];fbG'EUSRs/RHR"4 _8Vz&0@ЬD#5aW_5`/!&[\HysÅ5+S&Ta\|KRK)sE#op*;s 1*.EaBd2` [5!h k?v5~:WbV(`Ѩ,"wx(h ciLdq6hF(I7Tq .UN{Tp 5ۭp+-- ql=KuK}DzX>_&Va_M ?y!8Wqi2Z0yops'nQ2pފ2M% Eh&GsA:~KQ[90%շZ$ďN V:,(l7c-֯2%ILO;| ǣ10,qHqQ>:9.v,sk0o>ޑQRJ k6'|hb/>,'yxSCl<ʿn:.R `oItɍp5S@13 E,vjfW7}z߽v _8Q=n\~4>Aw=p!8Uy?7L׊Lh 4%XpY,Az{)": t%I= eQ&;W\M\J,npN'j9R S=ns47ZAXoNj &WE;P,$O9{pUb>,uvM|V~-qQJ²-2ixzܭ2KN56:4J/c"J#I`p;tWÙBrJpΩՍS ޲dф+PxG|֘%=_jք gՅbm¢83;'}JӢl83@U {vK烴yq c$0Vg\Vkx7Vyۿ"CS&Iw$;𞾫e̾sFgkxIN_^/"!軧0ƍj Z,*, D(arh,Vw,RcGS(5@ h@bӵʸk϶&~0vHu]1i3\Z]MSBl"MK7u*˩ҕՀI\5*x!1D=]gA0!1A+hŵM~uS~S0A$2h\3lS~&O}([LvsUV᫊6忒`  GBK"@V8O u--"m 79~O(FMeHNyR,Cp=E_4Z~t*V( "!Y|vnɊymbVgR}OȖW`ػGļY} 8_NXz oІh$nXw_Դ'iL.qZod n\x 6 {K=qX.5'HͬLQH.eVْ9!PbrVV94>Mq5g8ݍ'r|By~5GXu4xWW 0B;PhLr Wv+UgKGBHaF|յτ#uMm|o4Q>2.oΚ4If"3c7O4wBPy_"xY``{(BSK8x5>#.cr ^}48D9!)PKR! ]4䠞xoYHinҟL\1lmɞ>]r>/8ד|T1'DφsKg"w%>\*xrv2Mv7sh&"p4.AboM40 QX~J6hng2HF3;$U~NuVYЪ-fO& f헉 - pĔ@c?O| daǯ++8bY [z,zEg! ѨfV&x{LRm^^Y1E [?RX%kRF)D}\M; ƿ,fS:VzD޵- .J9gC!V'*&}WqDaet"xJ=PL 8w*)8VosGɕGl7~LU̪dXZF{ɩySHRdƲ=/eLK QK}D{ű xѰ_ڞ7ŢPS'6(Dxnd_3>^PEPxB֥2 CZo4/C%q*)$JF7c!m^ O“825%󟇂OɠhQ&]%mȪw'VjFPW*iȱ UV8!/h!]2VvSᚇWk&,(>$"oS]gNlgvQ%I^ ~6Gtr;-7s=O':g(ߥyJyy]l{O24n#Gv;MMT\MFF0f,Y{&H}nrŮ>OȿJ[U Cdñ*Θ׼UA(|oD+L|\Z\uFRxH{EtBT*6W{_j*H1:L{<~2^_( !*6/점Ԕy93#HNyK@rgj$ v=kA}-Ao"ŬOFW{өYXEgϷY0UKZνFǠ0Dk*XK^ !1`ؗPqƝStEæ/Z x=xVsmK(G-!b ЯWطi?)Yġ4+0(uڡРB@`~1H?2g H?W&JS$P5rl%V?\J,JQYl4ckG|p^ԾOv:A*Qq0 .[#I|cJ*,$Ҡi]ȅ[H)8>WaQWd䢧O9]ut*5_gZN_1&*J>K`[0^ 6>C&MEi[Lgrq0 %,V uDLMc?n+(qӐVhE̮ 3m GQ۸DwCH]ŗ&`['zh_Xz q\ȺEy'"ëNa876shXr+M)u-C> D]Ǒ*X}u1oT24!KbI𹴫k<;e0 $l#C=m]ЈVD!.)чL'EprRRB+}wO$aזBb ~."f !tݜySb{%>xg0BșU|Sa>x)-|9% 'y Pdīվzמm$g2t)9guV>3{ b٠֬3ptX;_Pgyeǂ+aV½R~ |]~#(HrJԜ9fq E)1#dXC^y6\Р'`lEMگ}4oةgdR0R{+УXR8Ψ-7zgI)(ɮiwa1tUC=]-x]vpkI,ůmpŁwUC0u:ZY\Rcp±@ʗ6&HP8{Zp Bo hc` /r';!IzVe{əJ2DB [ Rw#sh~aS $1B .P*QK]$RjZ\HovnKyr׮Fk=hѝ ]y[yYӢ(8? 4\+Ł_({1r،_M|<3 VC1-(Yf=*H{i>‰^ꌝ3Os&.Pǯ`f l#g6'[p;0 ?)W4a \w`4W5zomߦ],q6O 2`H/QO;VC}mR"-"ÌF]\҇"$ @|Tk<q6B'%e:c2ZP{#Q%Lnt/.-[J߆Pؒm%PB9oD +n Nפ`όg4;\ʱ2}F^' X|]/OG{fɛnbyQ-ɶKQ7HY90N&Ng6}/ظOxDuPrw0Z ҝjQ& -LfZ[TVժm  sn!l#7QX搾:o\mwZ~G1ۃK(4$\Fb=Ue;A?u@zZ P|ݏqUxsg N*L/#+FPfRyZe[v<\{nFskbęH͕+!"mI smd ]c3@PShPuo"6&# wYv;./ĸ 8B><5th _tѥIh>a=Dъ<_г6Y/^4y='%i`չ&gbGBP3!&t.5K.i.ֶYt]zGn=4?o* cE`Fx0Ux8%ZFU)SX RQ;P(Ft] BGdC#j.>Gm@ώ"fpF egݪ^%5T|)37:{eh3:&0 \dåRc7q >7=Tصix.OW k9`~R=${5J=Zf^-9 YXyʁsv_Zܕc9AåNFc5%'wvePV@8D?Jȓdlq#CfNu eRd"01x7(wOfs$ E~rr--~Č1if.. }JZeBߍs碴a 6 m;3[G{8 VW]K`1v4 6'|s(b?'d!7WgU-~o㧙 +sk\K~b7t(m.iJR.i^i6 cy)I}0 _X;64$Lcn++86&A+ DZ)bq|*ѷҾmeK6J:rey#;ãG1p NC%'n7iKwfyRǪ JFB )&E9z&t@qHr*64=2WIvMWzRzvEȍK]MgB@d/3g:׈.ͯ1[>ߕ!ܐAqm :9]; NMH=ouPw[mkْ %{K\gK onJ!N) bzwlMmm>4O؝Ҫ4@+E],,6_!^mxڏ ӡ(g, kĩ2L r61DU: .Ϋ^f~8ɸ}< Jr1S%M?e'tr{q.g^]y"-I_'B!wz4g3g.H N"(Á|s423k#;*s&C[qzE-P!EȆ)^*@ڳ䣜MyX2Lt yf)[fht*$#UiF[Wr RIҿ|M|ZRZBnq:n^27 @U :oj^+XRK9f;M bo(nąU\WD ]r҃UR?Ӎ ݎ~ׅLZhk;cb=щ$TC2~Qs:E_78:!g82EQ /'NJpx}Ϙ_nȿ.`o5LIJUkfHM7E܆:m}:ES!N" oj˥,aӲS<4^*UEU -6d|"]j?jaA_z\>',>~ܴ{#&i4”G8'b?c8d<9JXT2s^wn|O~􋼒&s:|^eβk:1!!k62K9@7X7߭n7X $ ZãBvU,S㗗 Zˬ7&5X94,{?D<  vJi@ 5M_Xp:zj;c'<ծ+Qw=PFC ep[l_) fo=߀E~+` i}v`gcwfP'(/SR6Ⱥd#(nRK qKl%+n34K&t?Զ)0fG?c}چH?p^Y9,zbXW"_1K*{HVfT1Ja`E&r?9,GoRy%+2G!7ϭ'˶'SV }1``Z9Ul=w,4'ՂeeݢunCI J3&QyCjtԸ2 QCL)7;@Ѯ 헽/EK]K҂CzymX>P_9Q_$O9B2-[ mwix@ծ%>W1A!fRTEnec~ o=w#!xauA!Ix3268n#0$܅ mf3$rV_AWфWYl[%\ߛ$˰uϵ k/|@E|9ӫ~Bag{SrMrKW ȃL~׈LWPӱߢ?6\~dҰBJ&b{rHT0[ i :]<_jwy+#(uq#.DJ3C@כxݼ #w6t#q2Q;<|T r2c 3A HG)0Bj0iЫb]߷-juGoOAg D 4:kY*MbUdG˖єFQ p>:҆MZAKk@JbRYy9dwM/6y`K!2|F}EEbsU{ӰjSjgIRi=Oc`ƾVp#-ي o<)38:5K}[#"#q'4t [TkH Bi?{KV`.˨nAKۧ8_>t$UKHıyjS9}>lD(iO,XB֎R/c{鏥D>|yF8MM?áb*in2~",ltO$up=`}Zzr_;zG uٓmIfoB5tʸO+Yj}K Ƥ$(?Hg"[xqx`*K8_]\ 0'Xqe<炮qwƬzmn]fW 6/:s(鋔QDx4}E;x_.՟5aVE{]QuXh/%Ona9xt֗*@_)ؗգ$dmzLGFI%n$=<\ (8K+$b(@eȼDC<(G~ ~|?8X.IsX:>C^ў YڲΰXDw9أ >|6$sx%9\R'8E1^Hx*k7Qɸ^\䱕.zIm9~}#W#d3Ow3cMy8ãB\Q,H^{^ǴNZK"iV[]"{#%㋮ߑ]@Rl3 شu? yɹMpip;_%zY&ICz~_8wtݭc{ӳn妏uyt\@ ɐStI(̏O &s}% rC -# U#*#SK/icgm(F;"g2_NR3?k:x3NHO$|#~oa`g6NLv+/(nJi> aZP{i06zgWQ7 nl!^"^w ( ׃5/tȏSTc4PûD??۸.P"&`w󨐾|Y8ÒMyH*"ͷ. (`j2:l]Bs1{[˥qb5 H@,}lБeAZٿO"3rb.O%|97§.!54})=̀/ W!2ix'_da6|N+/4+ Mܳ :Lƃc;2(2oYp.)86hb_bC7 ċ^3.B7 +/x{8tkeNL xR_F>bx^Ǒoߖ#\\E= lμvW)q #}tRDxݩ[1gu֟e.m9[ZJ]#;S+5eMMGˢف@0/k mjTBj6WV؆H ΂}NUϩ2CC5\!k&j:fUّ CډsO ,sCI"a9j hdi)OQ9'i <;zDN׻xdPo9B+3uW}۠G$CVW41)U)~z^'Sj7s恚wÌ}[xg=k.W.-Orzt;y<&|w`˦V_{TJg +孙=pYY,r;kTӗJ ELzF \meX <,n-sR7Wk|'J-ES >F)pPslI!J'!͒QK( Ŗ*TlT.AgԀ p IeTZ?\n~H|aoťZMn{PV"@b?eB&I q]PυQ#>N !)1]J:)~nlYZv2@VƆ^CU}qrdȻne@9 JUTpwM% } R(n\筼;Dpc$ܗTQj&dICaӝX| هZpG?v%lk+VaPCX7&UO~Yq43^G qBy+C«)%dlِTF c^bs9ͯ=+7(/tDAئr`S)tƏ pW8pqM BRۊ~9*y9NVzӂ;m):Ț12^cm8%o Bnl4pg#[iyǙbGۂ#r&-0b9 %Z#`M6@j|Ԧ.>50uTˏ p8g $j]Qam$1lvs)γH`MiFf,+q)< v|?S Xdm .0tIiu3-QcvJ A(>8ǪPApC+XF捆!96߮/oV5C~#(COTef }dOUOv%td L7.Uh_`M3 GIվ󉔘OVx:)`V* f$e׌[Vd;1Ա=؝^md5Fe ¥l%OvLӶ:K|.^=c  faPy™+!n\J:Lr>-i"uʹc;KJ7bo ^6+J qHe^ǪW 7&o39-|{dʔO\5Ҝ2O&'zy*g!*ůU ӃK:831^o2GJ@X5S=:t |Pv)(bj_iW}EAyj)d8z2ӦŮˡ7mwnGWuUiaeWuX4f@t;XXrP,]ԋc6C%|gWQ lƞs+ 5INFjIyoE4Q␽z0i~J_\p[<3]Gp`OXgc{,&s\Hd][ na4:mhg{[FXhۀ<}{I2 *T?8cͦ%ʷUpuet[>)Ξ{[ *3vymPguʋ30̓v'Yrlm#z,j ۾ijҏ`jO۩=pfRv+;N&?]G}}]J ϥ+$ap?U1(jPF Ol/w =/{Eq $[QCKe5"z,{s1̜ 셉z[s_}rd%Gר;rkow.>Խb w4ɑ0=!gJdS;|6"Z GbQCi CF0TŽ.ƷAy?[,."%t|W4!B 5;f3@vMRY4 gG(yoښV1Gf>``Stƃл/fJH .##5`1>6k2|e2v3ձLʳSs(0+V7JP4QO83fp"0o>R3kmM2ؠ-6}0Lg o1| A\Y'Y 5jtnQ16wXrɢ{3^$ u"1VjFBh+\-8x.]+rBT\UMdžuhN*s@ 9 B+Bm I*i0˃)xQIce&(Q?>jW } $NﱜID,=9 84 ".] =6l6|bDP 9Ӟ.90Jt)~2soH- jh1eCL)9 O\䯡C;Oޭ`|{}\ {Wx<`Q`k|OW:mHQ9 ait^W(M2InC |-^'%` ,|FfR'Pă]Nj=@0mQ+܀-׉<|PTUڂ"VG#ӛsoޯ#""A _S.\V,R R Sl>0!|j-dN>Gj0e@]0178Ue}c֭1HE4* k]ˢ`t:.8%Gn;<<H-lc.ҽUT,:{=8|q{x%\]6j J WÅ܏ش9àE4m Ie1Ϻ2jܔ;?dԊ?#_C>@39ֶH\M/M,T*s@wv[MpMsI-ZS:PJ$'1<㸦h@،}Xhnʰll%-i iRrnT|ן;%COD<$kT`Ŀ:\f1phR941ƭP>lF+v&* S9@2i*;k_-6v_Bw.y(dՎn-]sY`\B#%8*]AtHHfS,2vyW[g&l=d+܃sHk"_ =~/>$c ֍X_y&I -7gE5p"]G>։bYv١eu<P=sBe/\1PsԪRK־ %ٍ/KtKPNYM]G ,7G [h*tEXS?^OR̶t4C0 :A{ J7bRCd*!ِM/lt4)|D7CVlqפMa-]E ,3Yilo?$@a^~o:1:] 2xw/"OWU dfiqc|&¹WAdj\@@ rCZAlb=eR{EOU3Q6ISG=kQNX`Nu2l6UE|CcdLOKSKeOfuikOa !)C-{bo yƑߚA ‡CW*mc_NvٸV %hS%ܴ\&^WS `G&5(4ci Ӝ~kդ zn&TcYV;wllNR >J]`66RlH:j f=lw?WixkKϗUrGG`2*u<(;xrI,Z|GυÄ|3EA)5S|A,( )uwg|m*ל= X,aMQ:mr"/(9ø.z *\R6 u좜D q]zfnS9<[c)y<:zKw!: ¿Yčp ;kP+Gaj;UnBvp]mBV$H?$I eZp݀߂zC͑WBJn B?36 L\0| 1HDSɘoÿ!*_4"H@`^=4ߖ,  I p5pq{qON ڬYD` iU,.#wnXxo EV_À&a?G?O* X8"62OsCιݮXh kųdֈ )UrHl WP}Hpm""DRa;L]LOC%-2T<<"JDZh"ċ; HS:51O|ZR~[%:,K,wb ѻ#-7@QCL_[z3x+> ' wQq3[tQK^8rA]!D,`c)a73͉>Q j Cp|6*BT6>a18I~R6k]T2VY ;]s,j~(i!U 9 WMWhf ~LMW3 O6%ݞ#mA Hx[f>rآî](Xg!؎0# f;>=iܰ>kLJHfS}Osnh n疍7nfxr+M;~Q.™%ɜ2c@u_೥c./ IC<`Or-Wb]c)m&:Bv+/_!|&ga쇀C@c̏ a{P'xQWB1CgCKJf)`!+#Ù{n&9iP41p4Ly—Ju,ǝdRDŋye&te%2e)-FmߕUx*t $Uaq>fG9YD\]^FS_4Pvuq\KL$yv#F5C%z sB»h~`-@eq\/MjDf<(%̑V r_^<"< X#la{REUIB2XCē <L ô:EU 6}iaLU.FR#4BȲƽ*˓Y-_{3B21Q #^rFGy[i4mr`BpהIHfuHZa,o5*EќorCCpFY%NŌ C*` eI5(j11jAqc$Yt~af#oPusXB`cϏw("f sBZڹiCYXZ4b+D`)qvXm=Qr=HyÒ$Ӯ{S%oKN_LcE+H.$|W@`bΦfMYySVDdPxݲJ̊ F$<݌zW`[gYIvu؁;[dγ,[tjo?]YžY`v~o $% s;R.5#$8߽ ! aކO%H b&`IKWlӇJUD@ B7iSH3O=%6˥>IU7oE,e΁B&n_A~V'h*Uܗ"c{K|,T 9\w8F2)y |k;AB-Ko \Ʋ_AQ!AuBVA;8T련#]qB^Uv<22vj +duD0_9=|VSYʫ/e^J` ύ<>C[Y1^T6 Rl]h5&N>3}Ґ:mмilK3ԞzL״^@5zz<|N]`[ ,kxN77'pH $6O]*= 7jMǞy.\Z`R׫L/[ px`g,SA2L4Ы]mJP"A02_'#\j@sVH(\r.:O ^O0ct}/(.>hq1X!hsVjΰETN9nUB?b WBݐVl@0 PWS~4z&)ܨSMZl`|aSJfb̓a"PEp!v|,7Z?ƂLb*CH$DMTF;zJF!nkƌB]ZRY*i/U[ eT H|`ܳcF¾>6k-qe~Dsſt4YDI,>;z7$?s6g rwy@mKE7XyMg<`!2tvHB ǔ`FH(Q녞"@p8!jx:)?ތ-.ZE1Tދd>?:)3I 䵞|(_3P)ZWbM6ɷ'eƀwQT1I;JRc7[z2{ )y%]c4;,a4\<%YO\7ζS4 rҦg!q?2'Vf5Wm(| 4~J QCXUAD;ӈdn}lZ*;AvQl"Jb2ȣr8v%Twe9*f:]w0J2^isP{ _g1>q(\ EL[;c2zn)\ɣ^?S[V}aD43RJѫ!vo,UUQrCpiDviԫqե҈+E}b4yeI{kq*;lR* o%L逹I8+D2Yb|Twb}AV 3:JD#Mo%桧syRp?)}"L~i]=|0z܎Ɓ!C](m`3sq;ʅH[Fv( AzLM J7 PҺpMrX$( /ԾlWdH-*CbL&9j.;gOx>#NcZJi+h•Y / 7{[[CV rͻو6O }/*B"n #xPI(,= ;z"!#f\$?^ЗjajE(xn,f{|ʣixs6,& E7}C -?7t̮Uo6.qȣ&yU3"޷A6Ӛԩj"!d_lNdc؉>uiN|wL{B6P*O>vnAžc-i {wL*$'`*ӓCs\Z,c1wK֍-5&{œD!u急,ݯ0Hi e)HE!V_d lpŵk-CNf ;+av Bㆯ#E!3`tr\Q \Nfӵd[7kmt敨3`kU]xUMy0m/pQQNv`K#qdgш v|("&,A>@}Km1r'ir*&dܔD_'t+!hH? 6PאH0ߏ|Sy$#(Mu92@Un/eÉ3 ]=R qYst7\t͢*O_y&fOmh &`cGӣvodK4vcoj 6XCHC_7Cj&J?k22Ou{odQ&܃/ΞB?wM*ʰ`,G.+Ir,\ *3_>4 PfM}&5{"rk92t -;^Y\- t"Fcg縉U0WiIGsMVs*BgbGWFU\2ݳj=c݊P/g&|pnY*CpvV)KXŠDzp6;MPY34_!_G "Y9o n yI+tFuBM^b"Z?~; q8VrWv"@bD"%?-Bҁj5/jskFsV|Mp?&jIf2Ӽ9\* x4r;cd$M+TLJW Gʛ @&p#$kakK#}ybolE y錐Qp)F}BmWhhg8BnH'v>+S nR1o=ɶs㫎h\.[~uf7'AYSy1$#tb9!OR lBmQ]lll/D!WY:'TK:6bԞſљtCsHU}ETB(u 6.g\X7:ntq#Ɉ+@0^!Ѓ^!=K'ǎL!6hěqݬ*-dϐRB#R~֒ɕ8p>-H4}S':P >e&>1x3Q?)e%j &W?4+}l 4Ybf'of ~a1Ɨ7 `< 7R鷟GDr4-Fnw||Gyq)}5MO!~ݥE~!S)|3؇=TmV~?bJ!ρgK{]->Ybw%9t;ͽB%71&ni$2@%SS]j,C\:.zH"dU zY٨SrwSDA̅)aAWVwӌѻ]T jߚqKdsW1V;lSLo~h#gL/*gJ$1K<1Xs8xۥ.J~t]9g8'U.lb5C/TyT8 g%H:Q8|e񺖵}i7{z2dy0S U﬎ͷ޺o^s&hVŃ\6*jZF,􈣡{A3){םf›Ylȇ3'yJȫ8I\6u"_*LjAA CeTpl\&u4/&GD[ \g)zmx+aSD>t]vvS*crYRCvvr-CZ'Ӥ29lARuざiC6wCGo:b8al ߌq5 </q撤IR6*[Dv" =3#Uc(^] D" D=4sO|] ^I,6´#=fh 'b\FEų V%** *zĐtOQe5^-Jjȟ?H d!3uقf@L`zI}'i]. -^aU\axEgS;0XOD(Vu$Ri <:^%NLAʡ<٨"l@V~Ϲ,g l(fLzPnء3-Lv|4x {d"HӰn+кX,oM&.@踙^T(降;_; ݔ& 9el "`ۙ1*bgXqfP\\?2`cE%U{y2E]hJ 9Z=ֿFkKRZnp:T (,\ƅ ĈCHY=//=ˁx|JQRkB͍&.O;<2^2*-EgS+}~wvZ~a=}.+Pn;mW[debqk]a[Ʋւ8%EINf*H$ u!62 :f9Rs=8'6H ~ \+rlٜBwX6/&@&'J Wھ 0kWb{l'ˢGCK+757lmt )6S}!;w<{2Pm<ږ9Ōk@J^Mifۮgiצ?PMpZ(gblpw:J h3Iol=v:4\ݨ4Cڔ uv D)uSK{?Wu"lBKsJai`)\u0j)ߑHcN_W&qqDٌ.TZ d|8<4V`6Kun4bKr٦W{sOjiTB,K;3N n>NoCƢPCw;'ydAC8 ([~vq+-$N=bT-rz%4I|`E^QLbI75/Ka/'xp ފq'.qzyTb~j)KXta8uXq0*c: +x^Dݵ׊c:L9 LA=T 6B%e֦*f: xՒ85K?= [[O {Kf=_`X~v)%,7ԥtP;HwJx^ZƔ4)]u 9yKיۣJa[u5-|oR%1Ґh_>trSX -oE#*(b@Y$=o1Q [Ejᧈ nϒ%! WZaCL^,م/oG5Uk42xwRsU6XUGb_/͠ʰ5a9A ħV'oTz%J^MD<,Z,e~#H [Äcs~ȁr; i($(@@$#:Bb8V2Tϭ=63‡GGKb_d.-wcm62p 떥,tkmt C)As5Y G s%X6(NƲV@qw!Rgruy0h̵"E%0>P41Hj#$JH5Np+txVO|IZ^$IJb},Zm%0xciWl-GwY.*  T։jFf+d95;٤8N쿃:)>gɷ"6DJ,36<) {0tQ@~VhhTnDIL B68MM5koFug+pɠi79jczT .#tK˒+j.4wL"jrmoe]9Ϯxk!KTJ0B3NpY'FGE`GqLGB xCFf!Lu8èz7}̬Z(`s83ݥ8U\7=V4p6F꤀j8*8GG^.I96SK>Cf4dxxM:.`9EGpҠW)@mV! ])1t7T) p>*R}֗I%=m #K"2wIɥ=<㔂HZe䧊ty Dn^e쉱 9|LXl|GnÙ]z UIVI8k^ MC9/% * ~D/6iȡH"F AK=ԩ?G9kYڹc#PgU2.-GC Sm&xQf>c;)e1He+=*m|hh)ìI폰T*WfT1[6aUoK 7wos^炑#^Dl)SM=fбOT_u".Ǡ*Dp&ROmd=km 'Fa>Ą 4OZ-4|q,VLMEE4hIYjK)R98UW.#=}-?9hcS,.3 ^΁iJJ&ɥfOGtv3mV/3ҲoJZ /s} &n] vvBG.ϗc5#% jm? bj/$%YckU*;ФуA*qifRahl zgYs}T+XlD:ǠUf,/gMm5b=i2b|?r@;1eeLody$n -7!eS&fqO8Lg<膋~ BfVv;>{t#*!JTMb|k0m@-diŬ<8ۮTD `^g*N 4>ܸ= VeL':=cH[s{3C1u4М*([qi3vwH JY!yBae+N;Fv4zbYKOXn8&NU2;h ئV~kv/;r3mͲ$}B}"£&ڽSw}a_Hlddd$x*!swǠUr]oPW/`p!}-)ǵ3HxJ'ŵ=Ѹ@`,*&7T>"b3BiEH/DzQ m]EE/v/zdF %K$]LL0;FfvTN0tH@?w⥽lCdJN8' \UrrdƚVdt6Paԭ=!!4I-s@e}S*$Bl{ynig'2LZld}b5L<.`g#M^N$G;tR m]묘 Ϣ}(u {_$Vq3@P|tqTzoSm>l=}t1~Ld|(tюDbBIkÿFʬNjU]3O:1y.KIsݳ1˼jù4 7 ":5PX97aZ?l7Py888 Μb=78͑`]ӘgЮ)Z{brzq~Ѧ3%d5bENd 9ۼe^l m'T>@C禀>Ti&'5 ',Cw[~߆z՘VS'S$<36C\JY,l`PVV<~:g={4|Br:P$0 nӻ%P jb%v+kJ]Yäܱ X5O'|/Q;hVJʦ=zlT֗T ]Uk4A{#mrAivդFԹ9xU\N?L%"/K*rbZ:T$,|o{{2:7dRjZKXtDAc{/t]d$cCTWrCi/s/Zo=̤2îim2RւWZ'F{-wп>䇟%x)hV*|?XBژ" “#;Қߖ%| ]) .PwB(NS,-EHd=,{s"Ѵ7mYJ8 Y%yߴ[. فFؓIlV$脥(vb\N0$Xd8CVcLA=dP m0i>K7jAg{ @}i,!)%6m~)[33>Vn([0a1ګPJ/4B~nWJ(Wr%H\BfNhbrbA)=TON[LcAI$KA#E[w#@3OSn՚qKd G+8;~ P<-(+}>Tvg0.Tw K߰f,+sUiN#METG*UEω%X<ׇWYO1s.AS/oa:1Ars~؈2?ylKoaV=E`eHXuSoU+n*O'SM2ܕ:(8>QŞɇhEc̶eԡǤe`Jre3;6g*a9YjV5Y4眶nH{ԇ%PUN`)?۲|;|L͸_aCba2CM~eGiQxKSos)8a Gfy! Nˆ!ɓGD'w4 +H,^D'_ 4id}SByscW5hb &FtJGπVmg鹧L"}3 e|D:3 #hODN/J:55L3͠;1O^dRUOMs-D/|Vds*zn 0R7C+C ^f ?oTg,|ЙƲ#N2SؑU5Xܖ+2=ϺZ&+"FiK&jpəVaKR]Epsz7ʭ,&)[`!NiqXĒ[x lC.\\/R7JX}՛ pwz*y5kR;EBTh1"*A(V@9uM޵S#%X VIp^s&^+cNy^Zop:]c.R>aci4kݦ].Y,~g[Ct ( yl_MsYxZ_ʩӮ$w^%辗|aN?.qpYF>rVnIb >GVُ Yu[&m$VVgbQ0S|iz!9Iȇqx_iWT\VAC.ڜBI(sV~|>z:=,,  EwQGlgn:j$vָC4T%怯e!P[&UnxZ?9qk[`m,S?mU8(so`sFGD_s kƶt~f"BrMD"54+P9?MPvIӶmximKkVI>k棻l ׃ȖRk3cIm®9 ƮNPT:PQУEPÀ `ૈ,B. -~Hb#bD%ŇٗB'JJTWh+e˙cj:L6a(j.Ah0)gx_䩿Dd>zejEaF6 gzt0>oZʈE| ;4z!XJRpjK/c0\s!̬{֔,>x%MDH L7DˍAQֳ~#Mz Lvhq.(N9U(G%,W{$ֿ0t!Gq[tԧc4dg/ˮ KdϮg\a #lUO2 .U/˷-6읉r 5%]W>L ?5+MZ]ζ2 5uj z{?k&Sw5A|l[Y7d8[l~qY@٧W3cG "W3* e|.O p`h1V|Pyn@hּ1Ԙ_,dsX4e=.Q[ByV䆣>G؀u`K%W(IBok` $JJK]?0#H7TPHyJ?jIyƠ}M'>ڀRS5Q@k78ǫSzlK]kᤋ{X*_x[eqQI3(6yhOdߣT,qەłBTx<"=U0N'Ԙ_g.bG&&CmY`JhmAPm\xN  ^-tӟCB5jxgΏP5yhLWBhG*i 5%OwoO5tIҜr媮[9ŷyȽ-"c 5>Pj{+ib@K>}`RyxBUZ9ĽƱX!~9xtPI%FXI>FKDtaIsd gWL&g> {Ȝ"::}wDSt<-2>x^oXNU)lgN< =Ҷ:zƹVN_YLbp8 e;7)N E4Ҝ&HK}B ܦ CeܮFKv&(YS<::2v@cGl<;dsO{VoQ<ջI=SalSxO\9 [#B6.k<]5C^K۝!Oysa!ֹ}*nP\ցuJm8dk`[&yRIm|*Rv7M%)PťKp9.Pu7$,ddA a8Ϻ5t E rnoΆ-P"GH0́c/Vs+wif\pM]#&? 8RP>NJ`,#;SX=&rw59:t~OJOYmFB7_RtO4*ps{]ꒋQͻCk }Me();sVRA{IV}*lCñ.lQ9- rش?Ny`/G$+ p 7B 3PsнҨ_nq'=+ 0k0uPE˯a䄯jBa;p} =BIe3Qx>G Z肺[9 NM_jԚ|ړ-7GSѻZDZO)ݬ/uxZE 4:xT7LM̗j)f OHV Ut!+Ց+2:19Q/pjQMÄYCau ^O;3uB6.tx>W+T#m,R Q(r m)R}{ ptw@%] Di}sf!88*r6'GZL: UaFg^ɖCr.c v9!9y,:4Cao{C 2Y&[njzJM'2XG K*F2'1ySXaqe}]ۭ \-p)ݒ}&M^Ćf/ÿ%N(A?E6joP+]X(\:dJ)ldP^v +N_}>?isp99WzGʎxwQg`>( gamf^zlN-cM^ ĭciJgX92 hi(PgNMVJ #Oտ@$E.ҙlahN|q3= B\B[QJ!d 6#)"2~h~ũ/i8#v *!*RY<~ M x-TdslKh 8!;.q]g ч_~\{G>+56_)N SA`گh[SX*~viJt!aI9;96ozaiÅ-vf< \?.{qj.Bg Ebhv%;0>>3žbQ&PMQq>gg6 tCz.0?sgSJ69+3[0aC|;DEzʉ+?hQ֚蜟A+>١&~B6O4Sd[r̗KC]j|e%Q4tvg)icҎK XrVAw'_kb,"P2ļzd/}%&+^)A 9l }m@#qcib4ç{4Z&z;߭O / ٠PԆ\t9lϚ_ovLW|t` a$%aC&g]YrNS v%f;bHl 숡Taô%,]PA 9pyل:?><$ngy$I;f2 ̼$.R/#glЂ)yubѼA|k$|oGݱ?7P ZK2IV3u׹4'**,6eI빂H<}*t,ԍeh(̟ǝ3%luH_}PN5oҊ[L'$,onK!Xj HSD&s&@Ҟ J$qB}2ZER^r;^΢p^-b?ܴp3>%*nD/c] Ds:3ݨ/- ;GoTp?[L`!Gv R54@\N'R$[LA,kJZk=DžD[‹z:&CoXOv`C)֢j@à ZKfEeV6gT}M)8Ԫo5ES" .ԂLl,DRk?_ETsE;L!y졅w8̟dL˯dbw{ s V}V7KH"Fv.B3gL)=>kAZ2%βoLjLZ)$ f[͒D椧-rxۊ8,ֳ6$F20Iĸ*rQDWV1@&(rZ93t=MγRT4$[3LpvKfG$mxsA7۟֗@<3@7y) m讖O ta,3( |l5 択ju:p?y/|뒏Y7tHgJ 9}x*>KfZS΁n]Ow.FBߤT"C ͥt"uiDgjչ ɆwaU ! gsYdC&;(I6Qg7U$q9R{tL7*sϪ+ rk|a 3s[v,N۸e?EcIxfj )UQ8OGJQb TXbR˛A.YU:a ĹH6h?Vm)4!ϙѹPY%A++CZWpK^d3xVι %k6r9:Ge1Ykӿ44,񱰕BTljxza) cD7, _ }`$w 0AS9ז`JFTȫrCQ>w}u>Zb5ZO]wŒ&K_9'*oPTS)P<^C!@;b:N4p̡T4~\pm|yQOtD7R-_)'仁[$Y%g>TD ]6W' 0BN_'fIXtu@7% L(MW=`1)YV앒WD`s-2z`EJ(v,5քmr6 ̳+W;lܔd[X)Djpћ9@w`xK@ކCe`Uڤ.Sp=Ԥ+gtuuPHT1J)ߒ>VKɞr.2I.9-ZÃϘ6&*Ĵ~c *4tG9^T>1Xdg࿄6;=t6C2sDNu7Gyv74~n GDM ^66D8l)nX֚OqwCxH;-PLhz6JcXhuO:~60o5>`֗kv #_+:*ZEV⃌`R;iD.ct ۑWez5A9P'gƅcBbaVV&0 Y|/!VnW4|B%=gB!qFb̢TdU~d_Gps9>RVM,*Ʃ1~{+@f.-FUX= ?q Dc,ZŽS-֪H1veCmaHhqwa\ &2Z(޳U&tt΁HJX݇ l-/W ٰv j}*!, bv g}^O2y =M(1$˳"vLi$oZV߇i]67g'A+ um>^ep=e 0xX{a 'TdJx7 bb'єǩ AAX̲dŞȳ2ghxZ#`P݂I7k*Ӳ:샮EpSaUQM[oMu9~/[=U:v; ؏uBk|[{i0NZ@< Gٵ 8(eiꘜ|l`TqcB ܮk[͋SްJRVݘ<*j~ؘMR\^^ A\%ODˁ稟rwZoIdF@&C3t*X{6rKZ `AѫEmU2aX`8 hu@T PҀ \Q@fg]_vHc˭WyA#ڝE4Jhة!ڤ FZ/shOM׊Ձ^ { wfn֒UM蔧6@cp!U;5Fn2/sQ|c$ 論 㝨9?i cUh 'z&coKOтYp =gqE\M4iGd+^lԽs6W0wBDrAh񌁛|#HOg{bP-XFm*յ5Lc"f9_!VzD4=s/Xv]OOo1ʼgw}:T(WEq!cV:#x1] ug12H!ę˭5IM.VrԈun.^9or⒂eC;9\_I᩵p g<<I=  (uA-tR%F-8(4 mKȼIbʧoS/L<<,I W :)H@ͱEX;NB&aE 1̮}&KV849b6Y)A9@NQ, &aXb Ĵ9aJ#hJzY]W;D?L?Eq+ܧϯT's0%\SM4dj_z$![J MgG`DR_ƨl='i]sqh ^ZD !PKF}u r BxQsڤ?CɃ,"+%(d_-A﷫ѥS-|`յ/jǰW왉4=.qFfC4 wM+2pKPbI P8u(F ͙tnƚcv,'5%颼%x {:8a(nA};G$8bO[c°K#hR{V5:A]=,Xu®,!D!0/44$ }TFUt.@[ uV ߮SnQK{Ii.4&`SV8މ]Vk+߆?ɭ'H5GXCω TgԡWZvz~T>s͏YΚ g8C+eg؇ Ng^& VyYbhL;' > :&gWLd= lNh~)l"O*׈W 3Q ^%IT RrsQBiy`ە DuºDY05'Lrm0bI~I VbVma⏈c)мFC|J-of eV4L2_OJiLaj6AwwfV,` ?O  s}~\~AfEQ5EUն'`Ͽn[SBxD:z1ֳ{xCtXN.e 5&HAEɇ)yʋս;7eN([kDf'=)Ol"/^ZlMːlU G*G+w-^w%y( 7)Z1FF!rSVU Dp}Pz9&sh2S1mz.=Ҡv7FUh_g %]^#Gָ WIFD[SsܢT`"Ǧxd ~7BX)3^B+fRc5#c|U vXaܥb<@5*I [Ґ6b$k*mnRɈ 2og a"|&N7 6T4j5E%lJB>dK_7h YZ