PackageKit-1.2.4-150400.3.15.4<>,nfp9|,Oc',4.t`T(o}a̚(F[<nh-E-E(&JW{oLe3r .-ֿDYFΗ`W|%wYL&6xD *~L^m@lQVzt:;`Ue]Oɞ^1cyr#^\D /1lC(OZ *՟a) , -{꭛ğYMGWE`>P$u jdmo,23tY>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<@sxԄԊCPackageKit1.2.4150400.3.15.4Simple 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.fh04-armsrv1SUSE 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큤@AfffOfffffOfNfOfffffffffNaMffNaMaMfOfaMaMaMaMaMfaMfRfRfRfff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dab707595755f1852cc238bc6ca04ee40cf2648e70d161bb1619d20737f152e64ab8c9dfd7eac9a0576987e941af21a04d8454b1092a698cde0d42fc34bf164858edcafa60db7ef79945a92a7c3fda4f8a123a3bfe4f1e6e07127df0fc4ab56c92228ff670dd487f60a9cb9840defa498c92fec652718029bdedce06a58fff83b9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a77ae9462b05522e6dec41c2a362d66fa680d81aec7b05ab00cc1379645cd829ec126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh04-armsrv1 1713246110  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 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:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-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]=bde42a3ce57ce179b43b805f52d3ee996ea6045e, 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]=4e7756a16cae11215cc0e99c86a8047ea4f1f249, 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]=76c2d2a452e2dfec22eafa1bc4b4852c50d48d85, 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]=f78142914e07adca37698375d52008d52208dae7, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f2681239bd35bf497d8452fbd9cdd1312c8764d, 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.15.4.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 RRRGK!psystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8aa27845b923b0967cc42374fa26c1d72674babb82e155f9528de48e5b899b531?7zXZ !t/`(]"k%eLMsc w&PjJjB7Ch<*^"ʺ+Qs uHDOO 7iC"ϬH)H[3n$T.oѮB,,m""`#٠('fr c"!4KJtȌd Pc g _2JeBt?]c~G2+cߥA<+"&`J ā 1X%/ z-sB8F]ft/K`K@a #㈆񝲷eMugCsϩ ͸ <Ոd'4$Dl`/\HҺ>R~ j0^ RCױeftoٿ*ZSmIZcDA]ܕUtj:a7 !i}r)g+boad.[Kz .頖OtELP9Z@=92q~c=z8c>q0$FdvNH#~~]Y)RկjҜXqDD Qdhx(S% [)Z2:{y|#'<*rZLCTjB?b|MC$ӔuHW&qm < ## ɞ/خӁX4E`YÚMvv7tA;=]yD[t,a+8[[0¬Q+ƇȽCjp$e BۙN& Y-gN`t87 ņՇuNJܓʿ˛{R*Gn VbveI~+KR]FXTAP/1FE _ ۠a;܇n1D\Fg[>5<~*H%HDdtvVO^,no/mB#X<7#d5O4tM@-Ps-fm?Ȍ> x00!LJԺ9l6eH|ݹV}ܨ@~(x${ -˯-2ڙA'`m<S|!~ԗJgl6ed;=Uv B3G_^z T\4r 'bIun|eSE:@m[DBAZ4W͆i2Z׊6m9~HMD3ܩǶ6[ʝK Ń--{A fKuə /[LD80v6bH=i8sqa.ө6-@.m[5aoVDu71tc]y(ghTc|^D9Sf2.cC]TAZzFޭ}\)^19_[2J4(Jaa*&9*_+ֻzpZn:\=beNUwI+fv?L=)ke1 7:vwZ9Z9;}V|V=ju+9(Pn%ӅMq쯶Xj~h/(2&R7@*g$R6(E6̑[uA0e;cUy5tդ08ض"3vӳl0S*<@b&7ҷ ]6h~D4zȏ 3PD.] 00ڷaWntmJy!* E6s $&uN_ElN0qpWҰ4׼ɝ~_Y<_0ܡ|=RREJ2) qw$17J'z5FbBH)K;3\:rՖY7Uًt~0 `ACZ2F[3ښ򥔲GPo;x\ pTWBSA~m8g$T--?Rl.Az$Ы48@O'18wu-KPKnwd79_!K3l+iH¼؊!BGR|709v:CÐ/P}senÐw7o}ͺ|Kך\/ܴ̏% \!N_ЂҝN?3"ջ3_J^מUCpC,qc?ބNrmsq̳;ӴgT0VdHAȬl|lC +;LwSn#"Өg0֕5zlbJS&-? cW۔)a]=g^)CnƨEvl#=1jw; cwA $\:v;E=_`BT\awIVXw#fcղ(6:)%ÌdREh7Gb4ɠʏ.vAL@UO%Y"){!/,Lnx+Rc|T6$S|(C|'`8%V+Kjͻz}DnFh9Z(:dCց1!9%ZӲaJn\%$lZPTT݄l-C@sdMZ֘J> DjrRg.tLdob= Jlu2뙃{0Zê55zܛt|)l1nWht`LeWlxWͲ2GXpOKd% ҩo 3ccѩGܶ']jCN+S.uE3ߏw.t :Jp@hjR%&NU}ބ?l,р_S!ud#9qegz-:P'wR9*.\>w ) a5cHKqSUb5r|ܗ>W11ËL5~f_gaPka1`t+]Esacc+6owO171דܱ=5vXLh䅧b/lkIN(E⺪tЫU`<ɛσmVm#FCoCr0p֟ o>gu/)AYR0I/rͯTB.O2w"n%}RypC;#yw=$/yաS8.+ lz ;!HE  \jSJrQixR}_(VxcNw+(Q+4 냘/a1s:Nٮџ]cc?2/Dݛ`YeV<}P6i1 mAluNM*q{F^OB>h*rjSK]F+)?iR4Ϛ\z7Xs~FM!0yÂTu8{0DDo 10 M#AO@fgW^oh.tHp̩E ue?!pJ0?t^lPZm^ ; 9#ɂF~Ø^!`sx`l&l"8BRN՛ZPaDї[FY:Kļ\`{s|0E`yPRdGG/=9²wlFSt$1oQ*4/\02qg2Ju%?K0="Zͪk\BԻɔ#{>;!H w8rZ5>?ZA- jRM&~]*~/2c7dzB!HOHP!qNݤt(|vHCbW#Ubc}k//^Z`BL@nikJom`dru&!yY^Ċw5"N10SmdߍMthRoAqޣYG-ѻN:(A(,g#eD.A#8%36-61~v" "?=t-t%YBӗNA4Wa2ʶ&$%s7m 'j}EvS:ldU/-ĽIτEdGZ1g06Hg&kMjp,SF{/ZMɿ b q3l89_]B>00ZW0W9Q_ztdlJ̃`z개h%øk糑ƭ@uR,ɭɬjfnU+zEzBDv?,'Zml| WYAqSLŒB(IqW ݋|O<.`}sV3e7qBHδJ#7n ~H27A|+B+ˆ;X̖f3:@t?i9pY=r'0o?>w:׵374N;uVU`˓ ѽ L! K:X3q`8;d p&V70;ZQgDK #x_#u^264וj E҉ ;Ԛѭ%L>3u}5Ljf_~I9,C+%2]o*om5uVE -V2//o͌yxųazݹ:+J()w |0KHgx%UU ڍ jl 3"&;ٚ)XŌ(w0RD rWwb|UF6'uyalp /&9,SaH"Ҵ*oX!5惤}mm0:dfaCdRkk~=]dDz@pŷ0N7Q {Iݧ9%" 0@R+WTf洹E37sq-Z/! p'q㴐젭ģF<"WOmԆ33W}71FA̻l}3RRNGB2W[-$oTy!5:hME衦zݶ2n):;!izx3I !2)&wR٣Stj.|(ě|.GG. i Dqs/O6Y^H&B t4Id@Wm~jb]yo=0ʳ"GM)6+rͤ]JsB[K)3:nRG vUXZii0g"V'Vl[ul]nG N{ƒD;hכ02-{`ehjy\gA[|JREmkcEU1 Ӵ]eQTx[jZfs-/dHrJMC鑛bkj`w.{{1s{"+FpQ+iA6[cdzF-aʾ>4~ckU^n_5&fJ]wܶ]͂)xɡ. ~^P,5\Ub,z~Kh±%^=hś{]g8"M,aǖX&gL:O [G#]У~g8ڒ 5gSV)ËK:3vW4I&ithT* nGNoh<ơßSE;'kX% Qdn}Yc0P Et@mPm]fx,6-ܸG?RTOvi'?fazϋqVEϭw,+TBK+@+/<5&ZmK$GMƁ)Q%g 5t:/UD{dҖֿAWn,9%k$ܝ0fz YK+vÕzA[NgpѲ|=2TFm@4\ltLLV|媳Vɵg9(O (m\!2(qOמB׷s^)K>Q#%X~\ꃏV;A:'xlzCچZYNZ3@Z>_Ύ4z'eq)sHq8 ]WƦ2@#UIxH!X>O@f\!N+.עUOsڑax`EV/Gkyӕx+Ee>:d(Ɏ^/0+E`> 1.-S/0IuJYmZ 9ڧ(} W`Aٻťd<6@jRIv|< F^SB,;zFe1|)pXP pc{`*™.*r™}·;ulaLZmGdg$ ڐ0VdoۭN.NT?L5MND.g}(a}}i@%薰}vpP4 =BHJ'\X:?u)\aEVVU٥wQ #j;Q :b5%Ρ&j+G4*JTay34Zn_aoŸV\ڋtW7l*HV% S692 \l{a Ke~n H7*8at5b$Iz#+J`֚tYPH-J:zɺhğ1sp L &kCCSiF80ىm`Fp@s~z* ̎4NR,"C$av*Bw;Fh &1$#=B^G ƙwf8q,=o*AN@RϘcLS_ϹɇFQkZ*sUEgC%4S%h mxc6BXt2$P=޿%&.zFNxjd?|;%[>ă-4:R$ÝtK8fRQI݊ sa!1&\](\C*jWDC(l}>Omgd@\竭>2)#\'2 'hM{g C>yoS%m WS1[9x l6Vf*T'_UA;i]brSR8 OSr#nRls aJ oE&GK(V5xʏ"Ȫ {+.ֺE>Lf܁]į]E86cj͡6`^6)\om<=mPל1;95(Pm .9Z_ե+h_[-2ucf%"Jg+c^jk>0~Kzz+qAEIH^m^E#X[໺퐵ZɖC0~ JFוy'I1_Lu[zb/\Iԓ ?J6jP>9I+^kh'(3Px@.,Nϖ]v@Kpws7DڑWQ'F8.-T3U$l3oıY8thv~@\{U5TvơI/ g骎]Go;VaD4fluRTKz: 8t!3?:}}p.[+%ac'精J /oO(S毰J`Cᆴo+ hK/syjYkH nrԾym_b hh޹EڜԔ4ٝ*]iᰐGWۖՉ=14N6UeSaH?rTo]" K&rʺYJf.voik60>v7*ZA =]s I,]:80A&yB&WF;\(s 4W]`t G^R%J@4NMgеx] s# qL,KGSJdƱIRcN';Je p}tE a>ݱk7r0p '(6}`w(ū0o >~" syu˚ Uw;Au 4xIroOtC=E5sin6\ L;tֈ<،Oi9wf[tj* k/UZ: VtK3ɶ#$MKI;+|Rި t &L acq)x m-&-JhNjιn՚Q"MRf%-f+[#nFa=Ţ(}x?P τ1lM%>oˈ>鯞R0ooyLn:lE)WfVĀ? _9oj3qx+*.NG",ֺiۋS=5Y,[͌9ٔ&@ Q,)7S@YY h8w9e>iTE :&^ao!wVP)c0ꈈsz|'ٺl\./|Ns?biyr5 5Km"M!NCa E݁3'ӬHsG,/d"կm/ӑ/ޙo6К:%祎HU?DY\fzC~)8蠞7xT9Zvf;wncVn&s])$]iPca36'5o뱊FႴN =vZ_~GS Ε V{qA9H1ӹkGx$lw4&bF@G؄PCV@UbI);$ 3丅$Q 6yR{Hl ApZ1 3:DҋPZbB7h 5#6iO@rd^sPbyx|;|ԇ8X̜AUIi_sp ߿GKE6?l-Gďqh,ڇ[deW(j2^ T-7.0H|mme&-JvMw>wI#+8轖dA .hZqo\!yn"P5_º#gFp  Éu_MxaE٭J38Y_E38h!;go5x(:GPBr  ,'eqV8žԯ)?v~J/Fs>p˘oMڡʐ2ƽA!N@}b MXЄ6[\7L]Xw!2a,m5~k<A *fsϯ1!4W%Rә&To ?r"WuOvĘ @PXm*J~\%EQt}x?!f\=ADz+:^՟ykU;n|:_Z)RvYskB9Q,fyu_W cp> @K"v!EJZwN;b[܍* o[y|MV/I6o͋Tky N=LQykaӣkK& [fIj&!R=sd$w=gi| {;k?YTD 'xr! u)'}ˤ͟PN^M8s?}Ț>N6ؒS`<=+_]IW ,*1`!fGvRwے"B|1Uɍj'i4(1Sh3i,.;f#@o=\J6~tYmvl;< @myT@XIR%6GlŖu >O0:7qE?b;N#{8a$׹Zf~2YV#bnFU"! Ft@K<vkt-woYw}hf])-Lne0h Npo4Ua"xϏC/b"zS+9\- #CBO"#N J#ZJ]fy~h+:ۘq>17`̻MedY.oݶ Kg.,!2'ꑰ_XGrKSM$J9̀_]۹VPDt1zeWY+z17QbAn8Rџ,Ha –kTVw~ g>d=4d@[#U<1o&*@^y$!BI~(W,-O*s&ݪsU"ۿp K@u5}R.L35dt+)ę7^;6oM_CsksFr@8Օ_cOo lU[Y=KUAeަ%0a\}ߌtYx^]ТMړ17&Ů-c%2b񛁷,ίzXPv)?-F@EuW:ޣW)C"i$~b:90(%g\5J{39] P )$a7WOxHoHytėF76 Cy-"Q{fT2̒e8*Tr&|@½/vSbдՈ=#jG͜ 3Hv`'ofV`qGpxOaqbTꌮO&wE_K(9w2ߡDPѺ WYc (-(LRӵToni5OJ4$Ƕ ["0;.\ U=p2'H"+PGuEUK9SrA[#+QAԺCf'.#_ߧ[F Lќ^ۖe;_uJfk|LǦΰ/v 1ТFݠx6:h+Vh=ZXK? ph V-0qE\n^Q HzPB3 r:0׭*n##OCeuttd3fZwv3I>|lJ 8(%V%̰Of1mMpu\؏ 랏@Mx55PކJ;s6D %MpQ6۸CSXZ4&H+Us1$J?},G/=vY _y Pz}[3R ;rw*gx%급~aӪXmV٫ QdD7"bJXX 9{^ɛ{KBȡis1݉YO<1_E8/qBE ܈T ǦRw|컊J K} fXh9_7?qǠ[܀DWi9-t'wਢ~m&)V,͏Ac\@ `kQ|爵#ZwD }AjV0 ȺYk]OS@*Ɂu_Ω7Ū͝5ޭ@̼x]\YB3_qBb)] @"4v*0OuO)+Jz\YS>^/*V(.TDoL%[h;j:/#2 Z!(1yI)(Vabb pCMF="| =#g]??C뻟{O07U<ĺƤvt=ɁBɴ>9QV^@;ۆv+8yO^HJ)YG%j::l/yMҔ#3W s !O%6ζg[ﰎ* E0D1QO l-];a?AdžS-qFgf?`%1ijP RWt @#$e-!WQٓC| !Yȡ$M\!_B~Oc ude,=9"ɯG3D[pM+ 'o,s*.}Bf/N N e@QǏJ ڨl$X^L| (o1Hٽ!G=\WƟ?ʬ.*hX.,7 RE-U 6Q!>q$-20 <=>b׹bmdH+6_5ɖ@$,ܪ?n٢g'׬ i6Y߬Cbq"xA'Pw?t%w Ln닭 ]ϺzKL3r! p]=\D^TM׍^㥰ZP$WKΊj@+L4r|"8c4-;3}j"$}:+21߸Hc %( n b?{11/\X6zî„i=Y'#/?6fruڞ:-t:UlDyJ9&6Hm{] ܡ*p*Iޡq)8λ8Z؃+6dzTI&P\Pa ib+٥GR[*7B樮K1؃KM^+W!Pw> @\V>i6`hOOsluln|KBB28Ӎ;GDބ>>UVl#;A/oO>H19GI9 \f9M`0}6ԏuWQ"qz; UZIVx<2"IEF fR&*/k`I(@\9ѰvFgÂ0᬴+>Gې929Y~3K d@Z:4O5Wh,fÕݭ0 %}"Эo=W\}b93E?2\r79cGORh5!2P<rQd#Һ<.z_L:D'F#c !q*z=R]?h,V8ELwq,Y_gVDIr:ᷔ{j$l+a(,'N$O%;*7?̂$ +Ld6?A nT nmH[W'j')4E+f?2ӆp!SQPÂ~rd'Z` :%xk1s7ٶ 9V_!:jtirDW_ MG s;ʎP-NZ pZ]ʵ\S] ǻ]͏34*ɖB#3-w+`>cb_VU,5hۡ :bYN p/솫(z" z5eyY^!FɱZ ,%x}BYnyenN]HsY=րQ.asL*5# ?Pr({ű43܌QA˂@CdQYDDےt C& LJ`Of<fDɌ')Eq~RiD\PMH ¥Bj|!^.&d2c;vZ$12(AdB)řaDd\^8󳖭1! ")5c^Ojjׇd;yYYpMn;ەgiQ봜B>mu+d%$/2X`Ưvj_Ijݚ'}y;)jmMEZtoҘ^>؟xp50k4)(P; NxT'/L,MT/-1&Y*Yp덬(|%o]]=+ `IֹAS ӖفkzO6*漷aWWuտ9/N tD5 E&%a,2'~Zt.ֹ٘&=$_<CN­ ް,IkJ>rj#\~߷P F}) guE9X`MaP27g9CI"F1.E@'rN7'UzfPA?+#މta!7Cp#Ms7G|=_2zXjyAQ\otirBSwlt+V(޺8H3) _zVr;́Z.*z;|" to1/"-Oeǎ8-+rA ya5nX4Ny}=M+ӌQdC0i s`.x[zyOqZk`mg u_NNXOK <{w0(j&@'q|9z%]14B.C-U5地N3%LUM%i-7l. )d qK?=gݖ&fy(Õ-ppT#Ufȑ ׾Յ s%-NK4~o^e/ؓi@RGLxB0ryM> lA-6~-cΆU;{jg ~?'TcqOݙ_ص%V!&y%ycVrZ3n ?l h_j 9lA[ [mo``sfYg+P|vr٤)F_5kJ8OV˜t=8r Z{ZFrz*I㠺ƀ٦亹4+Udy׫ Xh6q.PA֎n>%[@RMZU!yTp])n)(}!Lxֈ]eW;"V!ROEN}@qV 8-5,pd HkSV]m sϙwEKYYтP`Jc96͊KhGFTR.T0 O@*P: /FIe?NIPuG$7in9,uB)4q=w Ƌ)|w?T|SqtEA.iݭwzro/uiODb$5)0AvrS+了c}Riv抯{?-*wc䜥?nh]t)dԒ$ !$M>i=,yZ]P7TI@@X.N4˩-33*Ma+c/%gBv|(CWɵʭ BZi_[`1I6*й@r/6.{Q%1gFp8PHoSPLp%.NOٲmHED !:_tM0[fa ܑ͜VSjCepjEq?sd(Dix?x2 sxچ0!.ò9bs]%O~N6Yv:syD0]pó媄guxbp4π:ht#yHiXt"P+QQϴ|u>[ +߈KJyMYT(rǂr<&WLw8G7 A߹I.SPqb\KCtGT\7"W6IE6) 8AruP~[CbqH^t-ȽGDøCty>%c p@J!Pn()"z\j6tA91)fn^ 8Wx%*50cMoAr i SVMYe+֔1]Sn&$2MoV; f<s2}UhX3'*WI$0=l-Pe-=Zlw4'xIP|Wn3iJy (* \caDJX*Vr%9UA9^PBdl}Bdl*xy`.5-,K8 !v1 iBY#७=K@'W&T 4\C X%a]缱@lw;DЋD9|=Xwf$b(KnpN$ώ??9^Atz}~XQα5ݽCK=5&緹FUb,L,)I&E7G UږkhYqv_Mi"V/ \Ѐ'SLj* k.Ƶ2A anq\VCբ`If.qD5]=6x5y]#lC`d濘i4WC~^?N8!ˌMA\ =]-q(ۂڹ[st/(yԅh}w 7˦I3̡0J+b; qe5CuC蚗+{h87X f <`H2iҾ$RPd2Tүn> :{zDi\~ r50VʅfO/eg}Xޕ28r~_BUeD 7dV0P[DIT\C'xO~!9TwVN!ypP374n "&;"f_Ej YpޝY9v7q&:SXsm{,5  <5}!-H>ت<:&li |`m44 13y [!+`gri/6?WTWTx+W;ƚܹqA.IrP(@XFV'KHW(ǻߟgO@_iBe}Rvo_8փk|gq|I |O ) E7t^D2}rXCM0jo{EG"<.pDa򄦩/Z2SZ6<#'b KutRHPbxPL(+ts~+=2˙-o:;mIYHӾfo(,AT= `x"9(,.E)&ISx]FgW`3wwFfjf8z3Dc}1 ekh)+*xR.4S~ȊӷA=m*D>1㰵4hӻ

J[Xz(]8穔_5sߜޟ6ԉ?` Eh(lIu=f

KX1K /EA3%KXcA%w ;% 0F/}ɷ|:`'. .V/OwV`'|tXY[M a |:N+rD"s©<6hVU6}Vq0|F#og=¬{]WBm|9̹x?"c\zeԥG-XP 3F{(WQgo3nMCcN% .qZCx;t*Uyc{Ka`ʤ 3MJc8U ONgGu_h܇"$h$@hΘ} ^הs_݋WRI4Dž@wpl^XTWIL#952,h|H$1T#8~F9̚e<`|R5ۼSZy`$3c8z5ɲ҃}.yu]W[));s-ծgX|(E7m\8f&5EuY,aREo$Nlz*=ŋ(6-1a]mOHTmNѪ#LprS;ғԣ>Wƀ{j)L 6pa;!H/^|[0% ©J|@jR"^sK- 0l^0K6唓*g~.%>'o~]؝*ٛSX3/\W\bLiPfSKMcO/osjM:`STzU> 20Oe6 _`4dS@:b<"BՏFhA{Hje BxD6Gpm!{8'^SMsz:BL^[0Tm#-i,poQà]Zh*ħ«ۘ}N)Q9F.Z$ָ`9 1;vzy-WgvR-1zwhUıBM0, @z8`N_/ ]S *2)2VjF 7 t+cYoKG5/d%Pq[`o{-o&噾Ãb)4@.e|]."XSໝ;s;8RE*nvr7}& !vp9:ؙ%8o<ӏp$Εw^LAsߥY2{7 ~sI"l$R;m3?X2&<ED?zu\[m~EQF(Du^Pv74J],Gg/nZN'SW1yk:@JH$&)D]@BRM\9(! Ey!E<'7e' o_+|aQ8u*<5.oK1{DS2@n5d(Nо{(nWv])Â,ˑ|D.LwPO9 e{>q,giƠ׸m k\XJeckFoX#[ -FPW;#[EؗFX=69k&O}ER3rZz ?n˿"m1۸)6S|Uc]:Sǡ];^A)rن+rǵAp-8V6B.;Yx25^}2%לt#m[#;Ү|hG# H)I5`KAN?D5A,7&9a -6&u@_bZ3^#B&R{Y\>Ĩ`ƲgNL)NDZ(,E%:)uPOeis񢶑>N[@T#e=qC42zYEd'HKej-n lA?W s0Omie}8z=IH-kڙ{NY&}ĖP3HK!0 VG_)<ўCHpR_89Z  0,IEWj':ux'T`&=Fs4! d*h{F'1}k 6׍>{4_rӕASE0F#:0ݺPCA+8J tPeM;!h}ht֡78Jt@)|ffjkM ߆ъU0vX| ޫfDXz+- ճߪɍOn? c!KBoxu[V@% +.r#Rfg}-jЈ_Sjo!x#f2c7R:™-n+o. l1$rn14|;IXB94DF_ աxe!-]MG޼7qz<4bsp:^^x<~#,o/X$K)}֓[R3vYEG? 9 7=(_)fnQsމ0lI ]AʥE 6o2yC+fC7]R:6n suj Xm1kv!T]־*P>uK\yaۏ-P~MbrTIì eJPEGԡ&uKT V'tpZ!<ߑ3.f[eUokdm 8\">9qe_g%Z #g͡]K4Ki=),,t5YSqAMCwi)Œ{d`{^iUCp[w߂.:WK TuYYB,ݵzż at؄45FpU72gr9j44R5/ .mr㥳s#6 W4(DsM^<2m_CM/V8%񯐢9u7[kUag+!wt)o4*A#n|Ner?0挶xzV&@&jrB3uPG3Ma]fE"||q!}h"pRn;vF$GrW&@%Q@7ZGX$ ؿKH6_b&zui#0z.ۻڀ4`" En/Xb2$IL/9Ws5̐q#&j uY׾z(V2j+-O4@ivjix6Bs.p*4~u6s$x#i|ꊿNP.̴AE|D9kl*#_PhP(i0<=흙;/a}p{7D{[kE]=M pG,P .#]JGxթČo S_EYI ߪewͫuTM CFci/ZѪ=!,/Vz cJMznț' ٸLfx>і:tw]Te2bþ~: g{;ݞzS>SVM=;2b1\po'lK~cup!3wY.a_ۡXya,qgtIֈǥ!N1]̚b̎{cmdN9$?$`V"_Lr$7⻠㽷Y+`iMT4ڢ0{YCn*]jY+ wGaUCR@mBk"dwA+ eN+rQVNK8eB/3+$ȥ=%z읫yJQ*rHmQrw Z}ڱk.&fpkH?;4NRblh;~RGhafMm~#D-|zN |QnqvT2FENgVf(Cg&'E(Cg͒[:iѼ$g\4$LBؠ32|5ac%!Zg^xdu9:'aY^޹zb(*}ڍUI4hͥ`} 8 ĂT:+6]as/[jy@xdKFmH_Mʏu-j =Um~ePS,Fё>O+%߼/ jJL,|){yg_:s}>r3@ɤoh&P,lnzY'}xf Vu}v#"3m.̑g_ ГGD7վ"'-2rڔ8'ү@1 Xw&nN y:?ӱM2ۺٿ,}e/2^L(-\͗#D>=Ua+54|q6n<҄Lr wژ=CHuQ8-@`.DC]M`l䧚3Uh(Cl✸½;726[,TfyU{v~ 늿.VBwȐhN wSx\o1澷2nJonх*|&HdLyeM&EX^<)XNQtVOj2] DjD7ϋ28j<1O$aQƾs]w]$OGQp`4U$LCz@K$RjP-?By\WTVÂRLd66ˠ* ]E؎h *sE/Qxt7lIuޅJzsnjtgJ$juIFS%2⒇"= 2$ !:CfP %6Nٷ`suI"F5c8Z&V[lΑX`{/m i/Ns-I2fiT؍4OTsݣRP  tfErhI3|YXm\v4Ѵc%d~[<ƚ)ڔ;Vvs5#]h]~1>ICIqڗH!=wCyDZc2`Scb2ƨm$OcpU |zu)Px߾jX ֙{2bl(Vta((ϩ};"]hZqe1P6lx.ܸÍm-Ri9s\sC] Wy$Ցo>]>ʘ&:?.1hӝ4l7C˜tG3]~ĸӺviݧaw'g}+= 4 0>~٭ M2 !XYF=[aX%`+4jýGTt`mjw}KECnW|!jsvѸt N+_F I\:yﺫe$aI[՗zHWqK#T7:9pϸSJQ*\}OH[>yX30}ňZt *u?wAVpqSz|ˊ42Tf t4'4> Z_Rw)>32w\'E//3q83vK/! Jj7r}8Nz69g:6)5+L8CzY`ҭI\a :mX͖ql[@2}I0ԅ>^ v᎐m)+Ji.92/־ (`sR̲@SY-~׸!Ǣ,~&^$I%DU*q<<&:4Y%.hXpX ;7閽JIA\*d/[,!pek"U=o! 躊) \SOŃ[% #*QQJ~n ٷo.w^R6 O ×IPT!qRb$ɿ܂u1raӀcn8D}+eKI*:vU߁ EmP̠ڄ״+bĔ\a(bn#{Ӡ^ }MtU׍ӌoY&,t#BTOn}GYS\E)++q6AKyM&c3J6˴& G}58%:]z L?k sp<]1anS.9+3zn$mzB{z |cpۅzGQ'bn^'MOSD-G  Q-4T po$ᡶ)M`őYdS<#,Dj6ulQ6]:DoiS67߶Em?2+y7*e8f qfc=0D yj\;OA0Zt~Z։ 0rٲ+|w?Hp'tMLr1gBLF#]A:l֟GZkG6 ^ b ~eåd}Ӕ=xTwT & !^Y3Xхd DvOМ"-=f2̽/1X.  ? (j hPT}j ܌S{{0~JFpG[+]peJʼcכϑBwl'/J36]NBz&0:cPwfWF) z"fCmj}* %!fo %xr)EjtCSvfZNC1SAw=mB%Em|/2!'-c青^[Rl*}O里V? a{)aѽOV&BHFF(LF3 jyEV).w8rÌ !fc$Z;Uس3做q' O|Ϸ0fԫԮ5xlu "i c{LX&TY֐OH, +SE dKOw]\y%݇.A̸bC8$[QULEF(ICL(xAwxzSE7Aʆ.UA rEqAlZ=M!Zc2jhsaNqClvA+Wе]b)2(f^&{{-^7E>MFWުm\\p྆QYE@9սHvk KUUw.#EbKmȊdz0|%UKEq?9w, ߛHˍA`nW8'ѣW4$J [@e#[~Uh?a! T0YϢ/ _ :U:".ew 5XEねZĄzɼ*SpgvNO!oQ rKg,*E.:J iv|[=87P 7|-qⱍErU2+ fpY96UymnelSDX*]Hy*C&ht^#1oMnwj[au17jyu[~|$x5qc &-tbI0HL6}Rs!>% ]q8M9qC@֕Z TN[@يF :]hR(C~?pg7c hS1..c%zIzDS& _^n)O9q!p@łNj >Kڊ,FflMvԊZm>L}/>7tH>c{'tq?e401P9P^TJI#I%E1~ j7v6T?uVTvL*Oe4_/e WOYƲ|WMfFa|{Vw %_ C=ZhJˀq#ztfۄ[?M-B-'Xt\< m{I2ʔ0mGT^&Dz}-xG^c/3iH\"2MDs> ד2Ta>_܎u*5&a.} ݯu(5v5}Kt#NYAdTZq!W3>:zEZP4V`>Q}_1"7@.JA93@$6Qc~cF9ejƠ/V q7KI(ZG 1p{QMnJlF \!bDͿp@Ik_uxz <81BREFb蠶+]䆷&`$h] 9(x1a6DyR;UKL_MP7R@\i{J=ud?WWG!7s82p2!K1zCkaAJlX ! i*NRBXic-|GHNF{js V[ң&GޕFy+@htOxsT pv#0d?BZΙ9_iXg ǃ:8y(l)-lt\gSĎ}tb~xOt9z[ V"mۍ7h^Djg/9惯-ĩkIIVjCǣ#0'^ӡkGGp@i.yV+Nax4"<|m !c^5`:إM} L,j8uz>5 >4 0v9 ^IZ+CAhdý\4QM43[}X9~N 'l FXcN<0 n9RDxЌg--n'2Vпw%\C } }\8   cn3x&- a;f9hs 5QUطqm8}."K\E0/c"r2N~Ӎa*c(76Qlsw<'wٓXS}֨sY1GScTM 7`>!*x`Vß9"yQ![xK pױ|0Үwkb2Xq!Ul9Luc*Ej]3$N0[/^XB@]AJIIFĬ`+3сϤ@q2@Sk էgmBn+J* (zy<3jdewSe oux$bTOVT QӘdYu& &w==>yz~wbA9 =y/Ƕ_ڂ)&2Aj 4se\SzbZ9Xs:Us8J:86M/E 5nM#;'MC{,r%1GK h1Ϊ$X4Nn#&|Q)ǑVu/4Aҵk,<'TK4 W4uF ݉gs Bi_tf$Fz5Ы{ uѬthnӏ&rY !E3JVd~NFV&sT xv`15 M>삗>BI>CL\mTб¡>+nN;XXP C갱訠AĿa9p hI(M혡NFq?ɔh<(uZ%g&Xo%qK|W c%.Vc M1[@ 0dޖRjhιo4U2HIA#{u5ҵ['"d>O9J̀'dbd6q$ylۘӖJK 5D87P57 2wIeXdόuhjA~ gL!U A|.g4<_AAa +Y@;HKspd(',Z:g>z4*%(rGʥ=˨< $z9u!fhH}^ݩ> <_+~Ad.o37YU|3*iJs$:$%Bl'~HEYBom!: `th^?S{ yG۴Xs?:n8!po&[\58Hg1 7ț#,ȍ']nBۃK`qy0uCbE:}hNHǢv;N?mYS͜hWL칾1Y+O~u!WEz4Zc@ˠ=UEYNzøNǨi %$>^zIY.t)Kof4G(/T~{ r]X]x耘TALT^9@SczOd|Sy'#~Tq ߅&;?hCZWw_֜0e\͌8:8|K.Dp>DXt>,b=p u8l `h ӫO(Z`VXtP v]l~%0aӜ8Ludw;kbM5a)R7 v.TigEǏ2E?UO~ F@!y@E1T9xĊCmDeZ'HݨD6) WxQ* ԉTtpzR[k/-4iA7zH( EDmdٵ7sx z]Zutވ *z+ x/!$ !V7LĀr".ԺXeLiO.e қuK;r|q?\vUE\Y'}QOT2nA_ռCzmRN=io!JJX`Sh=KOƩTLߜΝցd1}{)Mch7ZTtW79f d4YP)!251=3)NGF?saxjb.23-~{=h%` c 5!K{'*Ȯ!H?t8[73o'r !,7aeh3_+3t`DlʠógfG&sl vI)l(K[b'$a(oe^na¥ 8O[yl=KWjFiO:1x^z]<:2wRAKg;vFyDuޕQQϽih0>bV Wb2f1׉mLǓfjxƷp*qI j|IRyF n*E<. V6X˩ @"OwV7{ޓsg3L 3yptGnτt-_}2$a U ~d^V /Q OSG"6Q:RbV^kkގ*d"K075g"Z"FW*ŘP|vodv&S7megB8GqϹ82:umM+u?CY\vcy5r%ƧWF_l~C<-Cw#MTXR!;vy^^4'tSi5膮QeB?alx DJ\l@|oF[/xؙU3siu gZӡ蟌9gBE%2L[NՓajS=NX"Č(f=ib '/T0 m2BLm>px"S4*&cJ`rd,ּ# Vc&P :p#~A2,gE`G~QPS"@iH".?1<0ob&=_wm"$Կ|\.t ²+=q)6+/.Q'IJ4=r,8vw15Qe&n_A=s+HZNf $U[!uƩgјo ,SGܘɢ.Γ,N՛>sCI28C-ljz˃Ǥ\9zѯ*,{nm_A[!2 J9 g՝ 8b.PBl Jb=&&'h0t$E(XE:ѩL^ NeR̕U-k ?aWPkwԢwYoFH!8a ncq2Ax\[o\:$O~}ܪ=wknK,@%>BMpyn=Kۑ>7TꮠM~S'P//SwsЂ?19At'mJ!Z"9ˣDN ueC"eց%6bumobh3mK %hDW<*O!`gRydSz^V\]0ҷ2Ff,-m2 ϮUi݉ B@SQQ#/Ekفw;!EZchVٟ_^!lF*K? ҎaZH ^@&;VjSQF`t&v m<]CS'n\x=~gi0XO<-'3Gn>S3I T$ 6PP2 9ES7:"i4+*οs/GsUԦ0caU\̀oi]#@#g*E#, K'f7\o-X$$V"L.&']mp׮e =XyMVleT e񊌰%rwmGB䒅:_ 5 pպ/Id!Wb}_&8rVhsrxheH<>ˡV'4k.eSr. &~(jϠ8{pRGWՉn1xwH+rY`Ubi`aǛ9qEٕy%K*uNG[w VbfX t1Hmvq(<֭u TͣlfC0=ۍJojY1XRvdţɝYV( !+Nj an.9YCt+P]So YW2Sk 2z$D̛LC4SrfGSYȇJpO݇ʣGnnzyHR}DYo/F eHxֆhl%){꼾#Moޏ}/Nc/>C DCtuVEyE貗n*:=Qg(Lj#YDTZ%ͨksQEk;д>b}r}T9:B]F\9 A)=.Uj?a̦R'9ȶ U/DՊCw.KˁU`N<V#cPGwc$sj$<+  j$[>2su Kqe9I;xa jA&|XKic3X߈hU6K^l)$< MM 4F_),ic\8AJ]Yl*nNT2~<b)c aYAn`z?;.@i8\i51qEQ6s^gh8Y' Ar]Վ<N" m!+"ʤ=r9; n<:[\Qv #P(V4E2K;m>k k+RcDy^c{c+6xT$BעAG M$,oq?B29-])F1]G>fJư9;p{)˯eY+4sZ9D$eF$I`K~dp4 SVV̀8`)M&QU4zf vFN*5N^ R/֊߇AE%y =2%kG.W"j0oUb h<6m]+$Ein$[%w9zED~;MR.,&}gy MW]J|.f mgWRT1NTWYsc*cpf"{>_*^5&_ kq[DxK'`ɳ`Y`_FJh~Rbw|;b)~.s8.7` /Kꄓl{CSm(&'B+)p|g7h3 'J -\gfnw/➳KAڝ̒HeӺYUf FCp;oof:gkm;ٓ<p2[hd b7۞(};n-axl83WяI\Vн]հP?y6=s5'\np]V?W;63J.vpf(G:R^DEHw|yeCOݛq;[xKhxjH\r2Vypj;O(Mtp3ab{L3BKy&'ΨZzB7ϱ(Q{սG015W5kჀ}cypYۈ=✼Q ']&(cBt,ک@儧#pmqX$zb.(fy<B}w)f!l`X7 I:*Wy:*ԱzzWkS%v%VJ% 6r9\ZTL{w:K&.&"2/={nRh#.8xC7 QZǩ\F|?(+DgI) |؊M0vrPJ: b\z_8 I }&ۃ#} hlVd78Bs#־m~3:-[ GANf$Z>r ~)1F^@Na"׸یR`?%EE؊MMf+87oB};f-We 'PbS04EZ5OX%1$bhb7] 8Z.֛Y -.k~BB`XPMد_=uR3`ͅ^-械j zeb}%}~`4f)&k((d)Rst׫#g0Gs42n<%Rt-&NG0K7=e(;%݌t1Q>(ڝo}s`_Jm!׫ "]cWGA3BR ^}tP zbWBLHgJF;n:6&HZ,B'ҝ*ZI:}FWq =zvugz-f@XOprJh*% LݤN;O}ѯ{$Bl Ҝ2;b0 JopͤRY}Io JkUe!P+y6'4(8J(l(\4 VSC{Ykc ձIY2ُl"~N9brS$PHvHp3#w's(D>qT39̇L bh| |1- x`Dv!i%ˤ(2]&}if^AlSbبnJUb$*'RoO?eCD*nPAɵB*93Qś5ԹFсzjr>:j&lq&s~/~om0[Ms.gEt43 ]Xx4<%!%FSpXV<[qFF) {XI^X>~WB0?A98Aζ84Ŭ_B+]54q- =C'/Q2KYE#wG~JVYO.L޸ם?\;I:s@O{{Yd5JnV}#Nx/Rry ]a^?8Y3_pH緾c2$Ng+@!-sa̳OcYQ) ܩ V~舟H'Rb{KNs~R8,zœB  dNt$d{9U|G+4בObzwodWCnZ3z#ܻb1⻥ͅb JE $0ȃf"#n*F0ѷqWp/ZV鳚9plokB\1+؝fk**b +mKdM _@P_+M@g)'ىv#i:q}+b(aWD VK,c43fŢvJ?!ST=@ 逡[ :WЏYU7W؏%8okZQ}ljXx &epxB!@l;fC˔3ńdv$Bϴ? ꁖX&í*KRdd)$\R0KSmW2O-'5v@SCbi`{j 9s pG zLQ'C3]/蹤iy3nE`bk`F/. ?I(Q۵i@`.C$,}v+!|/>T>&,w70ҬA?88+l 9:H6أ8ĒtuEuʨB6/)#3ӨhLtpbX'PG Gr2]SeWL“f0dXGDz%C4zb}[߈;>yKQ#Y:_)Vۯ3xlGif be+Q:KFlMIdĖ&wެ>r07$vhM&YwICXA̾`CgT,K# mf:?v=ġ!K帒eVzTs|{8&֟!J6OCV<~r>>쀖3H2VOfm`b}mʨTBm8*;)$kQp/FSݬK9,,g0PIobz ZlQXч(y:65{-[#zeD-^@Z="#n?8)@e"zN3hӸS,yHE U;T[fzsInG?i+?HI1P `1$IR?> $bbSXNV ᔠFWPHHOt@mC"<,wE,D^xY\|C󖬰 Hd3`YÑ4ԩ%R*dBo.?ra]g#4ͣo`Qe=3;1"]N-J;XXTLRK zW߼R6ҦKQNEnY$BxIS}TiVM:v5dyDO6F#e`[LXu9s_0Iԙ1k@N+`*pc? kvL m pcN8L>!72a^¯SumVh=fE]7$8.0!-=s"2Ȗ6uD&pTo!jW sIHXpb>\-U Ǯ) ׏.D ~lw,` =3BFNCΙ[+B[& ę7U-N uIpM|ǽ"9 ξV i3b+ a *2jj^D;u)Q"klj1N}AtSUw5Su jܧw-2Y2΋*}>vy#Lq*ˊ > dFSzNĄ|;&SjW56Ig*imˍ*(}pu Wp[fʝXYMOvo0C}H9!<=h!rv̈́,҇h@n7 9ݻ:mkbr IIlp+f牮唠p7;O9NhiO(ږ$\"j9l Ⱥk>% ZC4HID d[ BNߺGFPT(ߓ'Nja,Wi|FB"&\ͨ4n5lv{^Ds#VuyCWAmr"^EKjw+χX92,?+mp3_3TIT#qS2gu`=Ct1H.3_+58?v!ϡO\pyI1HiC@c;ȇҥ> ry6ػSIԣN!q]ɝ&}J֙ ݁&ج;]8iL#BH3hOjd1G3G]o3*`o"o}an|;"VcU ,~F;IPbamv㚞fIC|1]`plt K4b1 D{jv :=iQ1CRG *2f\l9u?AJRG75u"G_d`m>3[(kC痴 *b!U'  ɅR_~"(/'u.s|D* D7^z^h\iI$x"->z^ޡF2$PxhP1U<Щ<u6NÚLBCg^8REeqw9l*hF4IASQZZqo /UDeFMqÕg5TX*"zIE:~> Ga"bWU  jNyO8R+䶈562g+;?WJj;&w7M59W"N."7x$N>\? |#R//U[Tw kT ;.s?`–(S- _ۀ.2(t<.:(hk3%B T@eEOgZ01%]s t,㊨P,{JQ.D ,Tz͡ X!4AFSf83d1k৤.$@mun;Jt/ިNul" ,LyEWuuizsr+=)%HhE d[!&{(I ^}daF$ PixBsșF/WE?~fųǠ?WDU) ;Ŝ?~"*B[Bwc OUx5I*ԈMY<2bMO"^*ߒLnLJMY\:x0.{5dXЂNjrL`z q9 j`nB5٘sA dspLkv)vAx#xs(!d=Q_3{xU4!`X:~7p)C\DYm6R'*f3DH>6[m8ü9%uWyé{XE^]~*AdS570eq^<|#iF!+ݥ fj۠ eU ?(E̹t?Bo J,!H F%5f4Fso!H'jfdeGd *a'⽸⭡qf$NV|!B}N1 hhcrFii[(]dIgeE K#_JQ&1EMТaأ1;^ ߈,/ tRҜuP.f^XRgRvt*]Ed N%f!G=z=|s]c`R6Y*&3 7[C3Fvz.$+7C`ZnĀ f0:g3,yAG )c8o06b+SMZ㽢헀 V(Ӻ ɔ: vCtLi0 rLcOy=Pr2tv(_[m$y<:t(zIW(^i.!*s]AE&ε]+@|": E\r nLE尷qdL9u6|D@o #ѣR:l gvu>2RbE*ܑ W+[ n ^o[LgZ#3pJW4GR:~fbN"N%U,wS4\GmyӨ3&"4cgon_ MF|k<>E KD. 2OG}(CjM,MD`E_;7 ,KO~k90 Zh&DZƍV҇PG4_}'FekƦ2݉k՝/fxB_١_a ji?[%x-?)5ԙH}%m'7e)LERZZB 6ϷO?N)~ '#Eff60@,1D5 [b#S{FЦ V ~ōس7tRS"*}k*ʁCQ+6ڇ~IIIyzdiy$PL:*K`hė ˢh4kdqy4U5]MMUH(1+-e<4k"pb1;nѨA2M" ?w)&fT_N:fX{]<M)8U1N*Rm~`KK`nc~u鑑DV &K\o%i~/ o3f7W(ۥ9݄f^=ďfu3ڳⷬpUTmJɾhgB>L3kg.v2̒Z][ݶx2Zň0X60N&;vQUJ>>]xDRT^qԜ 8w9 0eɛT5[\GIj̶`RE8d-X7.Iΐwa~ߘzYB;A:L(l*.I"/6R{ P JBeErjeʟgähx",:&Z*,O/LN r5 ԜI9TMo~A_)N{M!yibzJMS H{фl|XJ`C%nbC@&h ~V94i$^m6P Yvp vʇ/9}bptjrW*HBmm;]YR^/]c H3ci2N%:{B5B;!<{V!dw¸wkbCi;X?cBsN}D{]Xw ^r|c̺39G>;Ib>X_" 54OBϻaeL69LEsҰxen'gj=(u$g}N G'qF< 5(-׎ܨ.{{9~[M(;SpV/|(a\.)e  ̍yQ^:+39 $黄Ac|'o]?e.SZ'OQDH#s~\=Z/W2!bvPDދifJfL[{\/w:v3qf(I=\UrB{X}  {Ϸ|f1!~7:.ҝ> KD gCI|M rrr gSuLG#lNkz_ Stf$VyOY&COtU -&&=({qtj*(I N`4/FB*csL=GlYt7'7PɀM1WYWkʋJoyIGsÈ5"pr^ 0Lki/8坴J΢h)p~HЄhTf@B|iH-(>3viv:( bY`\ũYPTHP5c̗DUgu F}ouliLs#[;N|v8Bh"@R{{a^;W<eCWpb^:(r ,Hvc^9 0dpr~fC"WYGM].bhn -h\_a+^x0?nxHѮh$$H%Ƶ2ߺ Ԛyk~)flPE@n8$⫈hCW ҝX?, + p]i+1 ixo@U[B~+Ö 6n ~?}E&iz112# S@06W:fEN lt(1dU]CzSc 8 ުtL9$vvuz8g*r۵E`tj۾~~-#p^i)|$%mKVUe]-KB*{BMuvPm).+"[wU_<9Z܂~Ʌ֣L1`WP$^ 9bΤֈ^,d~Y?aΞQ$Bk]Tѽ6RJ .M;r( MT;߀ʬz۟'/Iw>5z(zDLY 8.Won~H!._VmIK\Miʝ_*_A2E.ڧմjM`N0s%x D5b(5^/Jۉ  sbȅo^nn/L:PDNj0huo !!twfL"L9 0DoO}"jw)`6hcI'xLZ0\8bJV#TÄ y"V`wr=>VOl9DG/GNZ^= wN"JG{kζر8/پ,jY0-3nFel#{:_b9=:Olcա]nўa"L5J=Щs‚؈%mB(|&r=[7ui6dh _FΣ`"c-:/+WR3!N, S~&. =fOXBhڬ_P_q~|8-{7FZN_$p4F˚ `V?-]o"SX&|5S N}5rW9"W;z@^rOG6TJŊ:A,xٵ_ȄhT~0\ȯ(C \wsIgkWE;WGRibxutl ͊!ZTj˅2s=(ѧC|a!YޅHlIyMy 嚙qT?vJ~x&&ԅe5݇',(iH!)[ȶPe"~*h*,b7so8T:P5E[tЬxVWL֎yiJ+lkf"MJ@ֱ% ֳݗtQLLuzZr-dҝH`#+VZW^Gnnk$>ȿ4Ig1sh( R@MT0 snˤi,-jk}+x 0\BIQO !k%~qZyG9Ck,4oH9c e^㷖97JAqNG- eX(jD=߼@̔ >+9o'nF5;#2(=U!"NjY~oWkY,遧R˼Aݳc1_sw}$b-ݜ%K.:GyjMG $F- ߑC=O Wb`CTT"(w9d)A.J ? l:  ~ 9=אOG<^ʁT==Zd: PPs^N\?SqI}2ƨ<`;d`W1"|@?g(2t 5U<-d/ljgԼ`Xw0h硉wQפ2d@u>߿ fǠ _EuiwNm)B U6~ڊX hTds{OTeW?+b$C&] ݊;emnv=?s:462Oh2n QO,+狏=Ǹx_l4SQz"'?@-BM`MDziݨ=?>cDy)_J}td9e IrGG5'\;Ӛ+ O!O^H> q"UV˝;7]&f]Yj*ΒX':|p믖㻢KIbTހFQθzYޔū31;? 7nlPX[ Hh .j>[t1>op (F4V ߋ,#Iŋ^Evni^@,BL`EhHyDؒWx8 _q3? Wސzݫd R?zfja[>xiqi-cd֮/H槤WL|\sIh_wR0LgMtko \;ߣ6(+wqU} x7]ex%y]pjw]0eμޯ t衙R}jCQLM#83qK>mlv3Lŭt s&2xef&Bf&n*,'7uST#҈˴Av7/{{<ނS)AԌ_z< #Ͽrs!:.a ޯY?l9*\"gΝ8aiWDn]&QY*=%zX3AQ鸞P+ξ@="0+ިZ'i/xN<4n  %"ξo&&LQ16{v Iяo"H1pE=k{rl1ktUBvXɘ +2њ"Id2XQGL /b%`l,)"]89(Iڕ5KD#Q* Ez\2Tq &(ɵj}co@WC8`\v? (9N:uV={[!P5^wkT0OBK);Ō)p}n9|H,_=E)(%RbS#̀zԶe5{㇦py<!$yk105X>r&4놧 <q">Iq),smzNL+MAbuSFK&ak9;̒U9:7KAԾ|a3cV,#diלݩѶ") $4hBKi˩kF-sl $1aMwhFeR2*=ɢ.uIdKVBؓ)@@d1ةYdVyX%M_7Xo\Z><^Qٵ`^ v?P*ci ёl[R!R] RhUjz d1"Nc)JjEʴ 픣v]hJ _" FڤҰ%ɇ;H/|l)H)Bpގa&2]k7{8~qQ,s=J5d6; KN, YvИJd&Sc^}Z0ñYяR (X :yDf!;IDuה܁rF+7[A0kR{V.tΥl5Q 3H|TeXE<]60H8h V.4f(DI٢gT5ł$_ eCmt ";G+ 2Y_?S P27J1ofHu* ]gC յT(l6=:, Jo!> լ3R6_sںK qh8 h8=ː[džTp~q@όLzĠܓY>Slζ'l;`[\KrU:t%N%d4 SV^$(z0Z.0IkiTN_n_G'(f,4Nf^%NA; [kYc4(kVo)׮F9H*3Ry/s:;>HjQ9v{zH1[k\J>8a_`Q_8x\]J6=,>C6׹W(7mL>c7nH*9Rs>4!n8֤y:,}gAkX@q[ ;NO%,HGN<.k緐7))(_% )9`tv.Ș5~^EA⵭ƾ2-jw&tIN0&mx|-P@ap$:[P8_Nm^0H?aY~q9nfbnGX5bkJS -.5gƵ4UݳOm1<>#2j6=-T?=VـAɘ' O5wR:{'(r ѪI(,r6]e29x&EAAx2D{@wױ0|qg$^Y~jN { !{7:fTt1kWy&aC߸ïqȷh|fcѤяZ]թ,dԃt8]аayjFD̎MbKBGO{Ǫ UjH 1.dͮNՂ'"(ͭj-g'῎-qH3\!(,9f&9i,C`A~ yNmNbs*$w#Lr%7=-\ɜ1T|ɒ0ZOY=Kk | ͳڷt,IYubG5` O>THО )IbTz>ǖOxߊ7/0TqzLF pFԔniaI@啷TsΧie`Ͷ-AG[Hq7đgM=£"0g/VVT.YE͒ & .˅ y KƷ:@ aPT419WM>I- QHP i7?;KRg JHLCN{hJp[Jh =j*u&e9x-= πيRG~L:fʅ/†Ճ|;h9X hID"dLĽKG˿Ot{ 3,1%ޭL ؘ%Ys;(wiaJMV'%7y1)TV@S5,@ſ[;* y@wUH ]̅M[kE Ż 쾬;[z>zmdB N~$x bNo8Tnl񥀭Gc4f<3-"׺DpS&lj&{9ڷ"AkTWBypw$ |ϣ`PcNYѿ''fI\ޮgP~_|4r[mҜBTlE},Z' Hg{cs@ͿQM2OpvY;6UkuU7]g .IC+ 9_XkQXo6 Hh≠п~W=n'#VPzAt"ykrs2X7˹a"tUH*@SXaT6%iC 0 V8_L"RN`Ԯ~*Q8Zb'Ⴇ##)-B 4fyނl|E u/u%f`mt$DN:a5Zkp1W^BkzLQWɛʌDd(_ /QR7ux==6OEx#Hˮ1[-Z %eILJ{Р3xf̳}hքj 3į7VH$ ZN5Qh,ƅ~!) gԨۈ@ߺ\'WV 2&~C 9L[]ߵ=0YNYES˭8B,qjbHj{)yt !bY79cOҿ3UM` }ngsl*ÿPGWb$֊w{A5to~23 դ kR@*EXv–D,4m>a(ق9-W&VDّ?U DI$^L:PE9 ħ魌rpޢ`Bԣy|f GG:}-SxHQk0ӢJwȺ $§ÛeHꪓy_L3Fn\24́k]?fP Q!ͤ#^=35bqhmȫl'$ LU{RV4,}^.[jF-8a|Nk <ogh6ee5zX׆6Ⅳ&!vu:Arsr#@$ޠ1'(.1ӗ7R?voe<5 o5QP {]{b ~"jz0]z:HeQ}r4x҅ Cf~q2\Y,v.5IB|kkN[qtĊw0)Jwnqw\t~ j[~up 䔳>U),CҫG.Yv}a(PDOEVUpVlgF,jA!1hCI'd$!:4 `)bc<%C옳wF-˿msl$]=` l+q婔+r#>\K/ 8Ok& h Z&:Y^>ղoy-8^*>3 kSdWNScF:*m ,hGec$"@|OϡxMWbfC|.G含GշC(iJSW?$e:L84%h@YA^֏֔UW+#RW!@ QID`Mݰ}IRU/^b25@~p]9&@@ɴd2*:/ /:{ Qy^ ؕHnf>Jc-XtYK' wqWȩZ-:Tؓ@̓{}Fu G NeZ;7ۖxLeKƧH15FXr~BSARE UxiAIcKWuXd?ՍLF=Ɩ}1rKKJZ]{>>iad5-) 6T_cq2Աs++FF~0Rh]&+oDqk@f#W]Y43ElN`+-}Ll%-emgAHPdB16&yLݢ0^p{RZSu QM!)6!5} ڄZ{#tcrm v'{r}JX57*g' {ooȰ$L٦v--|BO̜ cRTy>+C2@ *w2j!2zF%\M NE7[| cu4@i~ZNtלb7@糳]ԁW~8+!T,1;t#8¾C*ٔRDxupkA#Znv +;v dXФR.j͚RGH[ i~LKiE@5,u"{X0{<ЋD3\&Hț/W)7T2GJyG"|>9ɳwØj s=2y5Bdv@#e9ѨqG$,"@=[n9'2dX#$_IBa 0i5;uiw" %K2r(ih}bm+SKDjuMszZ;`r` Ec8z9bX>𓒷Yw|fOk{/nzӧ[tiz`樺,.鴟T͚ =  Eк /?3 8H&/qYi;R}LRkPo+jfax`<|V; ^Ǘ pCҚz*Ecp[ϻn=~T9%ٍ U@|el>JrY O}5iqMHMm⟴}'WjQ'V\~b6S$^_W#\۰_=g1$ pw ӗT-\J2)EO CbW"*&m} 5nXqpgtpa WvH ',TOÄVֻ)*#.@xt=.nF>~Y9BS<ë3{QS*^WQZ4ә?0! ŇlX篪ѡK5h&* 5s1^9>^+bA'A [e7YMKhgܞ)SmDO!W+ō;+Ǽ^ BH(^i2IRnJ N/w24 0n4,@RJM9)'[H2bQNԖ{R@ w+JG5F18IlVw|W2rI"*YJ0\0.B\y@ub#'FNY {T=%0yBIWgGT5Cߢ#(BAq8cwSlo.3D"~i:B2Ua"kx3V$(h2 >+pZ)E-GtBlqEu@Xh 791fvx3M۹5 f@%\uw)pcD{ ]i35BAMEC+(kV)Ӣ{U=FЏjB*Vajb U, ĝ $aTjostS01tQ[ ?Y(ŭF0g?G>VK͋Ncj o)+$^UEVk4zӊLҷ\BrB7'=>G?(DLPĄ#n_+ s:(a}IS!o/Y,ZaD^=*U2*  _ˑ2Q?pߊpGdRB N %'tPؤ 3  MHoxjŠ0S *7oXiH㊮~bP9>p ~w۴K-1WHdνTxY rHjVW̱"o[9c!(HbU./aȷ4Y nLxEMy56iTMM]?"̟4 H=)&vA3&5We}5>7ky퐔vy?po`_+yP@$Ty$oyZ>9řxҶ|ZH)bG>7slt%APs*%{Lx>8ˁ`'7?ltl%Srd25y Kb:4qD8PM uڀj2*-z"aEg.2#l^F̛K~~IDIx}<]&¤h. Zj67.y"4AA{"&* b "y3´BI' ə5m $:_M;2Zd8g]Šp߹ȏSO=Wu(ިܱUO"J H"jɜAD65-a\Pp@IV׍40R=5' W=@Jv-5~&j |"NӒ,װsȘ%nKrv~~7 "$FZ _Fk:M|d-V ٝu5)ǵxM~.w)deU|:>4hh뚑-A֘Uūh˺Q?[ `rDT-bsV>5;L7uЀlkUT!<⡬7]. aUNzLE]*°8cdOK'9ؾرrqG ? gYQ參 Bu0.byIiBk,QK#0EċO'H -0q=.[L۬uS⟗o_hP!@GJ=ɖ'Blu iXxd;r`{$]2y(&ŸxG%:֪)ِÙTT#dz3sMntG7<J?4~=H+4=iN"6ui"دPzHe+et"ݞluEAGv,ҩ+VG$c(MO<@W?R7%R=򀬙7W& Q\+650N]kch? ZS )dn9]5}9@n3yT`4X&}ɇh`Y;]֫Vb%t'f` s H[֦RqKO`Mܞ&m?'|r(/t eoC ?.n>}'n,b^{) B=l3mAǢQilVeD8w=3Rv!f +$aL!LXjLÖE#ҿvT/8If=i}} k'uꈁBa&8p5[њ`@Fw=ayfXįÜV΅?td[z|LbO؋&X>XlN tH* nU10N|kd=>HԻew!ui OEG΅${CΩj\vk#؇QЛΜB})3m;9dRiG?EXicJ0Lvx> KNCǹ,BS{;mM65yG5 nԣ|%t'5%?Pv.aOb).p{Æ2Q1,>+N.rc`}T20il7do!~{h]ٴG%Epz)}wn "p]VMTVagDaKu$z ۾^PFd6|hXw_sq4;XB OcAr|2ä ^"3Od+Z~kx\&aO5"@k5lmr g&4o[MP?qȮK}+(LoGrS_DbInmM*B3 MLI i=eXqh6Z "..=P5ih7 e 3%||XhJ4Kh F1:-y#3&M#AՙUKqRRT}Ǥ2 *X (Qgu)P{>Y "d$ .\leeބXR!oP\=N--w=kJdJ: t]ȋ#=ٓ*&37JUXO!  ALʅk#@7굽X `K.^pP\g|?VE6yOݗaێ3#dVI QeY'psRELy+.%zmr9KI{ƾY >bX7(ޝ A!@ӐMUpWA0,\Z^ ;A,!]G22a. yGw#|MR$AkH79U+sp\/CVƗEƕ^ {$?HW~fu>"΂,[ 8uV+gQ뜘?ѺΕԚ zI)&3-KA_D@CT9KMi:ْۜKy2|nnGͤ~#}[&IPܠoL`Άd"s3 sѱd$=A9@3kb3aVpi>p>-e_`w۠ʛ@R_JeR\ .7CY[ߊ H*Dz9 'WV8jyghҭ"J]lg6Zy=N7Ǵm-b"h,[O5hJjdƿk0|9$+eau1#WLKM;ǿ\bz&Ta t4aVF  턌lQ,y`R]|+q7¼5Iu]& 㩵 WӮzI_uhƦ.7EWXLLaeC3LT[n9{"|mxn<ޭb t?3*>yCMZSgV3wu-pYƗ?H-œ$ T7Q=K\T'$a%l p Xvn{ә!\l*.+LtCFkJa_3Um8EIO50@/d$;kcqm]bwJƅID^IOu|! U#np8$`EeKT 7Ա$>VZAl]bУL0W#}5 %=`aR*.-WJ!@9^s=r/N𖣻}ŤJR'h3t:w-r%ROs L]Grzu;YXCddrdm];}|}QI/A#Mɺ紋88T/rhs5Jhs _nUGVW㰽!z&McoZmk\r&QS-.R>(-; zzɴYR/QrűRn͒i )yЍ޼Ή0'Ѹ tĥ?f՟gvtfwpAP; .GҸTwQ;$6' 6m_`tiB}.9DRdXNQ),f+C_sNH89WYʼn=s$-mD-FgYԈ2''Esd?XcA3sc0`Hۓc+0[p^h#"qaр|V꽓9T44L^kP%zKg| yL៰XonM{Vog4&p߰}EΪbb!'܃[G TқK(3EhKX.2&w} Ai>UlPBߨK0's,k^w-‘޼3+^hpxs9j=hp|V\ShbN 8ot/Ĕ)xdW1/6"sx:~L$%RQ*, !} ˒>SȧF^ fz+:ÍLFC_!K^ ynrjrڵ* +oLK=6,_׫`po$1q;bX?{`\]_,[d{sF_'6d:6Q dcs-cԎHw`^`˯hC;SnF'YJTӕr>Gi[d3z +~hZl~i99+WIN B!f3~1< 6zxEsx_;ku_R`"vE4'.u 1+"$.i}9TEn"Є3ZqYm^W1m߳bX4oB J7 Y`iH&oWqmKCᑥ0}+r6xE. V^:ט23ocuwД*S Wuxr#˙Cr|Q8^6~{ifqD-l암JH6``M!bOHQBu>ҡZ,t FK_6 gߜ^^^̟G/RVVXZl{j}3*nā@n[m (f檕*- ozCVa>lL ?FRI䚹Y:%ZS{8q\fs8@.עN?M鷺N9 qHcx)Dq5W L@}? rwjJPBnxíL3d˺ܹVN:LZC4`Q>]B#AIbYx|>[cLfm]9i*ȄUZe+wR(QDeV|<>mNSP d"X$V@?sU;#S1[Z v''1PWCS?- nzᖹJC HSb7n*\!;xħ@^`E:; ~W#=^@oK2zga!q"f!Q@@)lӵ 2@7v TJ}0^8/HgKHu6JrLJX! K ԣDa UL1q[˹E6Md\@8+~~HԝV *PF/Di3I,cReR%g5uY$ 7+U7A醔>ŢH[|t~# _  w]%/}xA<;(o|j?b_eyBCF.1NnbiEBbxq`9d!E o=sҭE0D ,i*aF"sJoQoe?8ͳbnB\-$gtѡƲXXq,0嘿T' 4e+e"%]m27C"@P<]ȑ}M~e&[>+;O2*9WtM9]gg[5H%({JS\#S§34Jzj|mCFVI|t;8MJxDf((:?y;";q&ذ|g:S+X3jۡBP78L,!$NL+t4ɥ9_88w@<'勿Z7}6= 5EmO]U{pDjģ>V엣72s>f@k:-c$v`hLE%\NânM8&bzt+# }xҐp<:r&.E5=HE ؄[ qP7h^ ۮ ĥ4, OWt8^l$ T;QMdIB $@CU&K XLKLXR, ܅(GԶcp{KdMj^' ġ椂lfÞkռhe%I9L`!Ky͂éneGtu47bznTjS<%IJYE/|,pyrgʒj8^Z Tʨ%ʣ N"tf8r'K d~gh;DٟtEϗ]GU6뮊npMr;9 msZ;$ ދ?N ?0+mi_wz _4 ItcٕF[#ƘЎu"R~!0J-O'/ʚ62`gtXLz2y&"G#mo؞pv lh\2OB}z) s$hw2t?]09X>YOm6N#G˙iX9|d.< O=$tW% yD5 nJq069^~<-OۋS~q2܈Ҵ55qW.shEN1g4Mtq0_`ZK/_Ԏ=oEmBiLs; J kZ8  ǛG ?OJo8 Q[Y8) oxFԟ3;'H=]N3f4]TZŞBtD2P4BD =ĝ/h(~{(d Lܙ5ZBJ6j͝Y$ZaD;v~5R#zH֟k"gjpjQbŽ7{>8xCbe%Uzp9.r{*ö[,(ue:Xb<#nai Kğ ^;LK)d juŤR''66O-hsTk`^Ʃ%[}B#mmrԏ3Ivf>L'J `^%1E~$M9v24SNC֘\=mQӴ)mgȶgҢ`g1\W%Դ(a`5 ="{0qBgZ1Kw?>wmҲI#8ƅ/2!+"ZAJ= .w;(sj,-Q j7f&'F=V`kKu|4"Q `ukf- C Cwfa! ;譢 hPMl3L}A8ʘ HM)cdUgLOe[g&9c LrE"B\Q,Y7cGcoO"EY|h bYngoCtDyjE;:=orbueaI㬍btwzMɒ}AjMy&T"hwMaRJMa!VjtDiw;^@3#sqi9}0-ӫNrʑq} knH4/U @Ytǚp{$Ҡj;|,"qbkr&Drx&&ĕ,hUn40ƤE KคuwC;c`N匰j YU %:pѭũYWϪIArto b"0%~h3)o>;lG^624*jL]Wh$3=uۖW5סNAYA 56dW+"Yt}p"K \^?R'cI#mb}&#aZuO TTx Mn{l}A ΞccdY?Dl"\Q8͇N0 ?Ӻ/,6"2nRq9557kLL}ӛLwjRǮm2pB-&W][,ʽE_+I;xM{f] (#+ӻI( PE4t01ͶmѼEKQX9Q]V׶D"pZ\Av{ nZBp2(>A$ 5q~+C`J"HF6Rx0fOJM̻Wui\$Kj㈥$2`*pI3x~Q[jz^S>Q|J0mw̤7@v-sMαF(9xPÉe|;3ҺCܫpԇВ|?m>2WөG&XX%Q# nc؀+>}0@|wtV纇̛ǃLYWd17y^6 ;RTN&N9Nu$d% BlIxgBe l/ٱ31^BQ%tSp-ʛT4x^epij̠2xQ4uׅx(bL*` -k# &CrcN%eplLm7e9*9(,<]+!m;W]6׼d}m\5oP<z3' &Io?d8jl+EO&MGW+zQ3Ӛ^ ~IP[*ˀ6jE?aH14> ()")⠅TkAV+ZP=F ˘wh-9)UhXs!;al둧h}Ɍ >I:"l@(*rG]CR'-Кbjw,JA?)dVOU~#)HT3aͣ ELU,mc RQ|@~&&HΧ2ga?Э!#>ZsWu}eu̳\6v僓5hIN0hQjxwԘxLw9G?ūrЛ#6fHu RSFn G ⢬@G*hOltpy ܎f +~W`<%3%8_@BSqch\6BxeKj)5 h<\pb@j*̿*)~9sbF-tcvC31{%| 4MF8rL>&E:w. ǘd0xCB>'.RxK<_w*sVi =}HX0W.k᥮%fQ`n!t Q)[FhAw5쀢#m[ٸXXC`c.4 aB>⟨Mi?2$$x11:0Yߘ*Inhw.7+88-mӠ:}X x}ؾ[M2&d9$4EIx*.[HL]բO|S06.SRgGz/hke2u!wMy{L>Q{9uNUM ˑYk"4VOy,q[5H{x rάVUICԼb^ ]oME(:0TOUvUxqPY;w%STҐ :<0|eTĊ&B[ EX-+"2g.IILp^r*0x*9iǂECi8N9`8ȻQ-oElF)6laJ% w7iՄB n ˻'Nn7\:jT(:PQ: "Qb`?T1Y{r)kv[/ NJml^1g{{fږOGĭOCG1QBI/ R'Y᧲(a?sJ["5޲#PCr+ 2L6p3fgGv0# KX2PdJ8 IG|+8?f+;%(6 Yb I@L%ٳ<.PϨٕq'b>tNCtҲGYfaR!?blј uҿKB 5(r,Q)N D @+_t_(mG+穟돦pJ`SH]GfŔwިhbfN!2ŹW|:)FML%mg/DE/)xC?:@$L=gD]J gן-Z\XpH`scQ u^кY/K ɐ$NuwqW T>6?8xVCv=r%$aֻsRОDAw֢Vmr&*9L_:qb/6)(#J0g^,f[J[OO3uEh'H-Os.ts Y`e"͂DםG%_lBB9OkPxU$ %F,:~I zY'D-_{he1Q n4reQYfvUېlI&|,vS^˔"CS{)۸ViPG5nAJi.5'9,VA @Ś {gjq\Yi.[gmS1\bBQR ?«4Tl#WfH)mFp/4[-T#l|,Nd8>,‡iKgoJۥHK60l1ۆD~Dzspol+ d#v.h1//JC"}zphpLP>3f2 ֱ;c:as-!DUA]*nw[D31 #D|3:A*φRʋyZ7>?~8n8Y#ݺ&+ W6fMAӛ3XzD!0%/(|9XB2J([ Hm@" 65K(GusrEBoNN.۟ F;;&⎉)dU1zֽ&sk.tФ*e^ƶB4#aaf5Z!pUA/UYOrZլ8pMKy@.:Q1\c uƖo,+7Sתb}7.,W߰^^h4 "RWOP)t|q͘YKi4X9#ڈ|R2_ ZۉiٰtH2ٜWCSh^h{ y}= Z:s,4<,ell[LjeJ7}ј .!+٩DDVX7޶zx,;g+0"p0*هC6qOiubvT b RB[)WIxrgH&UM \{( ۴7hjEumKddN!YUThX@ ;|8XMotU͑x?;n]rP>u-fN`"[҇,K-J"5O7e8C~xoT(e^hGD-6Mz?4_BJ^ŋ?dK`JfcRB[{1| F!W)}G~^[W>1R^76KğhNo+Q|a diJ ]C\>;fѼaWmZH|AIq% ɟpA25"PS:஭esN1A̬ٙ^41*pt@`j7frVsojELgJ:x"FA=#N9HR+މ _vtS9ߣ6%+EZpUX(-X0{ R2Z|lJ];f$yKw >CE[겼fϹ6eە#){?6Xg=]iHƇ.e~t#pY#8fHt\" f=;}8CװHO81n񌓾c1=4m5'`Eg˹x`b1{Y-uqAGԢ΂% vfd{k~ Mic{LtMJt̔OF"AWP84P]]+",*J/FhC;LqIcM{@Ϳ soz͒T $>#P~&xZ n#y%y3:}z!A|VSt#elS\{_D ):r(z6S\i]= ʳ%RB\0 0bNӧ%c2_u'Uۄa9DYroт5 1~!6 VL񡉻Yi=S;JSr' M5(goܺ ˲0rop n6J4\F接KzV2&_M!d!z͖㎄x|&mb^.g𚍼k22(ي?"2[hg 9eB%{dR_;&p/һ_Nh3מM.o6t8$q.k_Tь\@k0k G~iZtѤ@^NPPAϢ-4eD][u<Ȇf"S"aODFZC Hmb`LlD Y>|9$ux8PI2ނ)bŻJb,Tܵ_~7Y8+wĹOԳ4J]7 Bҳ{TtAWpn$eAQnqgrM 5؞͹$׫*ojƺj{ft7 l\82dұwu74EC.4,GLcyWC4f!xf,RCs/>-ك&NC4]U2,U7$"yFn`^M r.=.PM[U7}zl'O\Oew`!u{pY~Z%TTc;ԈO:(׎ƉB)qv:պ|NT;'&ΥfC?j H7mG1vmLf3q)HB;jCp?&=a-D~*< I lVf!:Ne`7i |_cLȥ7 O_ hk ,ۻE= kIn>Ϧ3R*A@rPJ3Xvu<~ j*[9h?.k?% j8CoԐEʯR~A`a!_ `ȍvRC  s4"?= 5"4̗ Cb%"&|"yB rnyVoagh(~|Q61X`"uoEX<|d]ȃȰД *Ay-cv!۞Rma;~oN>`ܘNa@ C0|,e5ޏ?&Yfкb.#`VX.>` RÇqm:^Qe ]-$o̤DlZ݌`͢iV>'M)QШC͘E)^ Em`# $/GK F4t%*R0{=0u 5"Pˉw+H឴; Ϲ&{p%=g_F O ĈlEVv5wڿ\^c`(Hrt@)M-wӽvuY"IjyW79t?Z! ɉYZđ7S=l zr\Fě ?Hs&;F i9!]Hm|w( .pഃƲ[U'/\5rl&ʡ#.. b-UQ>-Wg^I0-+K?ֲ*qO$AsOcVgFBEG Wm+ X-<#4bL3Ӫ13BCME08)m`ULC5|y{~C~!7۷@QX'# ƍ1ys"R}dFBfdaYY?R',Ow7 ~A5$cH?a4f~Dpԝi3WF)yǯ*m0R$jk:x_#OIz vel^!0}f2/cj\ .ڻhSG}-Iar~|mK]R1iI%Y餈gǗð#u0jUCŔDsE=6:˩;0;t՗:bt'0"1,PآHj`:IW ` }:O:%`,ELZv%Yv_gե{VV>fX/ /]̯YsVZC> ^I ߉&'@~t!ت@Li=YkYRMXVčeZZU=a'sZ<@l*("F + 89m5_9DlJ٠&08`!DsX5!ٸcsõ * #{̈́-8lݡbS[ Ƣ׆uy/~&vqh y05Է՗ 5O mhh;K?2{1qH:VLH6vU I9̲0%WSuUڦi`rf=E"8o۫Rpd&(\G&dZc !ObK2U# %p)FVFKR{d\-u5Wzd2[[C,>1#PNz{-T~W;o&OvfXVwmLW(r96ŽzV7 }Ï㊜$dLXg-yTse8J,C5;M;mŭk\o9lWAVS,07S!2>1gf4"Rn(-~Bn,Ǒ ʮo8vKT$}AchhW)3p' ;U^r;M7E92I|jNa2 p0e?kЇ|Fտ2d`Kώum%0*,ar<HN{#\cRe+n:\A$>('#\{bѩkfvNʎQfnmXj\?4ejni pJeuPa 妔i9?QJJ=v'(n I!0SdFGPRUjT M-w8ufך jqdC `Ѵ$g,t AEJeBhE{^%)c/crͦɑYLr[bAвߴ;Dz_VyߦOqb]'ո][*(@og,ËˀToǸYDy!Ow[?(\/UxŬ]5":^ZmA2o>}-q?]sԝ8=S\GIC+utw6z.؟G 5\H\Z2S‰v:$vkӦl j00$CSU([ 2?vNyb»dg3+Gz<4{Ǿ8~ Wΰy)5b/&.Wb=(1j =a r͕@Plr"WkΌT\Ңu^B2HK!_r#< N"W'vfA4MlH*^ j?=z o _9Ƽ,> /T`phy;^q]QvޗVHD9Ć{1iEX^XMb&Sgph݆7LBt?'6w>{dl?+.֬Y0y4Ox T_QB͙Ͷ-@IOSdB%(FMv]Y:hňOj_J'7"Kzvc,u\ħW3ln3]ZQ6 ev^;0qO#:o-Xm~8},מoe1T7]24HW扫Nf%Zp=:AS*T4aXD ar!jPZN;q ګyp(^tA8o.Ё1v!tוAb[X{6.lW%YNN9FaK)2>[Ѕ l3c֭¸1Ls\ |@0>K^2T%*yyZ@Ah K¸Ҥ]i~6!/DV2TPqčG QqC.!`B!\E")X˛ud7OrqԿf9aMU,/ B5dhe;sĢBQWP0"XU_^po d/ha!YS ω̞ӹeDe'yi2ǭ%*d0*͒E lv>_`. g-{ ?X V?ޯ%>!L h 0ԂCcUSIM=ƶzޤ<0qB>ä)+ ҞB b:r'2QJ#Yi!GRG8Dþru=T  53=*#\$l!;.-|g*C <3W%_ 2Yn7Anj^WϓvC;o z0d@+ΥB$+Y$_O7xtJ/#>u"|mhR|:D9W8>;@F 4)s9ġ=I釰T@i=\=!LP 0s (()#EZz?^imjMIZ ~)[Lșs{3n B}WQdBgEvJF_%]ÍC>DrMSOE QZfaR 0"Y(֒ǘ&# Gc ji ;ͫD3@ȡd^U(rb?Fye>17|XO];*'5b돣DPPt[b nۉYSٞ[5\ɿK =xnU4U ,tAy;[߽[ ~Qޏ+r!@`N5eLl-$+04(%"-UEFgj *Ś^hz9LXJۤdSQSaPuQ4?` ]xSj[;se 46ѝZE"- Z$R2ҘPʑkHB5OB2c )sېDŽL3Ve?;H!p}|{[v. l 3I*l@6|Y5eK_resRȚ\mvA ޤ15+j*s.C$lzDYu)ɺ<3V A F~ecG){AB;L^f,;&NUۖxA~qN:rQՅzGFYÕ^ü`vb<(ȊjQn֍ǙXy vv4*R[Q_R(k6MNs)Diq\@0(ڳ̌*UJ"ccxgB5PZα쫐OM5fHMA!5(^F~Wogu5i}\,^A ITq:Laq4 B61)F- X%e_Nֶq&ehwb@V.>(p^G}D +BĠXF}.>yl| .nnH7#{\iTH NX."!ȜG+*I 5;md6*Zv*C cBsQۮY2XC s1{aIX"L  DyNl鲪I )[÷g>0HxȐW.+;zn= T#3U ah8<#\p,s[܂atĶZ&?:en_=-^nrʷC0**v8 Y{Bɍ8cĪOrw{h5Q:w{G;ң,:"@c9B<:Gz /\}݊O8,)EZ *eyQ܎@%;;9TPNLI)lpgҘʹA.(e-l+I_N-=ʝXɍ@O|szLlzu+ B}u6tR[%lQ o;P{czЁ`<$Jt %5DrUQNhU$qtM<-n@6f??B`A$6Yo`?[80Ix]w7-jpZsk:GF} :Dua"HdTbAu(TZ ;WT 2AD~; OCû[ B`*ɐte62@MC&XD .qP=dl>g7KŠ~WUΪD$^D,WR"Q 'V=`#7,yINj??_ary!KQ,-+z[8<8j^wVzCqU9)@$;AF+ð)VQ<O8Upϭ儰Lf8O5NF.zi|obxb퓛Yɫ}y^-42E?=z\Sq* 6:8ll ?gYɮ'>j,?hEu)kں `S2el/kS(W7e.> 5~@zob? cO -^deK2)MOoR2Əĺu_뒜:xV"?mae:ހK=⃉&|j9chu5fUρ]،8(b[Lt6 >7amByn/~j|IN&)TD^ _j05(Pķ!;]/PﴖM-KU%!o֩TA7ړ\w_j}'%iCg`~yBưLxPuU @M h|8GrHg"Bm2RSfI?dE%1#Vi]$AmO^[QZGr:B$ o jjQX_sOC}?&_FGE4^bԷR9`xP63j G>LziЍ'ϮǤ43up|:xӡOvR>spoÛ3*ߧ$n%q5tξ#7DtORy"bȅ? 714O_]M,J5ES94-6*{ QOp @&h,rSv07@X'-PN*Ɍ-dG MqUl }C}=u#_ʆBM"9a;򸇷2!OX$\~xtwX?=M$ ߽[GtK_k(K"o ީMycx+ю9ZN%̓~~(vD2tky|J2E&d9ψ*YDfgqSV"qOE ľc˭:qm.g*m[287 yjS|sc7+xqnNޘhB}N՞,.d (pOr HZCVH30mH v_խbR|bB ׺Ǘ_hqgr@ZaނHK?}8G<Ǧ%[.~{`1.2נl,Z2Wյ d7R[  ;&);RO~O.gJhSكyѩbA>OݨZ8/Kf3. R[_BSX lFc\vQN:,Rf@Č7ozڋaȭ~jKYYݩcFY=_;A[ w,h毙tܺ-J Erq{y20"7] Oї_%B|o 04q2̽_ -!'5LjsS4-YM 5\izc hRF n?*>O!x22C>@)ާNuIpCJ.Z4ܱwS78mB~̝*yVt])!z;W }SaQfRoAӨZ@qÌH Ake͗{[d%k5`baL3d!z;ؑWk`~^ %_am]O-(n^g%8g>m)6ԃ"!?=İ_9@mt>n*@/QKQ$@{!hJ-"QC8Ĝ0f vS,P4V.Sf N51='g5W̍GeE]PN5 D +n|WWx-:1_"Hތ ^xuL5-`>v_ .졃#J=Im;{I._ g6-p쏅Qy?LBvHfr$ԇ)#SKWqYqdb^t!۬V*n(L1O;< 5/ 8EdZڑqa@ǎ@\M470uh[PX`B!̸|r-:fѐ^~^8hw/D m fx{ĈH 92J>p18M7PU{*q<;6ɕxLY),W=v]$R\+Cfw/tHv5'Z3P Ebb!{m8}({!D:LAQMYȦ>ݵ%:osʱQ@ &hb\\Fu-cn+K=eG35xZϪdAe]$?W /^7p,ؘ {2F[$z_yft7"jߏI, !*OpL80;|_O4LO [E$Bʘw pU>r5zڼ─XyqG#R,[[ 2@U%k KNHN oGWq̐7"=dѠ{tf *RMjd1u!_ӘVy 4vlli(Lx'Oulw(VY|/:f zVhP-].CBRjՀˁVNA ޶Z݇ޙ du?v_: YXrSґJTS$]7~dt S+]Lԁ*j1hd[kө`/m/[tXMzLK \U%O?)hx-ƌaH~C/^yweww߄U8>M jq,F MKlsE=\vKl;iy\v9 LU\T-vR %>{)A',!'olݫ(_0Cu7ޖ;0,0xk,+B2_DO>1 ^9ah.w=%)?\\k`O ʥ+tiG,Kl{oQ?{vֵ+Uy)9$)δGj9jJ>F\ƞ)Z‚0TPB?$:Ї鷅k>U"^yãyj(P룪2ݡ֒b. ~+$_iM!E)2 j_僬rM' i; x'Ѝz Od0P`4'љ <`0} xtrep|s 9q3r$EN.*ɧ$iW8YwI bZ/"4Hu$Z*@lo}* xLOYߊ3}̀EJ2]yrXڱsiMFt(rd~5} 㦄㨨;me;Hj~"42m7P:v~Wb D,U`CX 82y(d%~Cnct`~2\ B?YJ\4_Y_(S) 7"[='Ζ*&oY~m?ffE`fHum0<r!cpgfl5uX+'&u v!+1bXt* O^vxԗmz,!D̪UeNbRkA".:) F[Yg7;<Қnq0ğœTq9hO'W~O3yʧ]S_b۽4-Nqt/uvÞl)8<yUkyRMPR'%τ,xYs'KU*Npqiq)m ЄfIh(ҵhY˙y՚\v;ByTsOvT*GF']⭨H/8QѕX_z  0C F"֙?Q!),m 9A*3d4!){?!~Yj%ߋ+V>8{,Ds㨣PՒ17<^o$<]wC(#;ZMR&mms`PJynφE4lDyC)-zp&Lu͙y\B-WAu_"O;-;%gN4Ԫz`Q@RvFCtfܓD>=~~=O}UB9mw1\dW!O[H%&;CXswWy;PhݭYP>1YHq`j| lK*#iHS ܓF~`IУʉWg8E0{OdTKAR*StNNyܺ6v~⋢S*^0B sۡPn07a 򕜖9pP[Egk%` Z*bgX4  G5$', g`lW훙ЗsiiҢ>}?J ,R&"pD\(f^Қhc.$mn c imF_iNrAZ뉶><ÐY*l}X7K\Jv9d=6דsxy>ʽ<2 {w(P.rkp_^6tapʰ[Mx>UޗgU"]Mez30"DF0M+Qx֐31.ah,ҩTO'2 fڥȢ|V}'9>|qA-U;qmܶDۂI QBհefYQ\$SLBϲ}֕uA;ҙ 0=JkSݷd%%@B`48h .}d*ުi?}#Q^φ4 ){Ve9j?uֽnQ=G<alC n zACwIP9.6 G#90h<aszq-N7Sp߿VPEWX=H\Q)&^D=.aka5룝' a `S=JaW<:%Gzϥ96d;4>Dת԰K5Qc>Wl+t&lhJtSQ&3saHCvm9y3#h3ڞou7렚MnjTƪT_bh8n$:-P|lɍQVU&tY wKJz{^FCƻjh@ڛDaL_#_zOΧ),eҞg,W17-veF)n7iTZ )@l1[Q&svFnv*I6p2, aV$9׻[0wRAP2ˆP ;Y|VecM+F$ T8.(E߳ƪji/B M`Zg\G6abOU\z&恲i(n=N,ͶhR&(X$TɉFMs mε#N`h17оUh0\p%(N;x0qRK]G0^"6=Xh$E᝹K`5&13>EƜoL0CN.X[~>c5@fְ v(ڣNLl8F `,($ܮThW6R ϮZNvě`q8gKHrXllgR۝;Ây&|ތ3kk"b ԋ}&!,z?=yLELMj<9]c^ -_՜ށ\ ڟLE)"1J85sR&#W13^Ctz/& ?4m} +fqQ sEP>A~y*"YWyYmC  '%ޣw5hJdOVm/GD.Yy#lIGXr^PU/sG%1@IYd:JBF2`)IB p ^FGel v޶ YZ