PackageKit-1.2.4-150400.3.15.4<>,fp9|E S^f~YVƬDӲmN2/gi4D6RdZ7YCa}sd>]1̣~74+=_ sm3##cU ¨ԕQt{%y?~<*~T<[) R#ڗQWUQOmf(-4GK gOHj~x#Mwj#ed [llaw]]U}>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/X]"k%r,Msc3.9ll.ȁU5gSmfsGy،w(ܹ3o 5NfG1.a(ֆ)=tteˬ8~έpsYPl|D!6UI|jZ=";}37B%1ɣy`%a9;DU=1S6{6G/1y:dIaCQvPxx(7v(o ppl+TT::CXr}$A:8?`xzzZApya+1jIw.q]w;Uߦ3g0T(tK_o`2wʍ̇iJ*)u78ׄ76:>Kmp@oW (i}ɦwD4\A.CtmFMrُl{='"Wn@T#0Fd2ߨb'soG_A/)UV"m c@!9ƹ$""Ug󵁝E;4WJ-J{Q8{0FBs]f p)ܱ7~<\ndr0`hu,R-o8XCRB)OCOa%4%9/7ܹF׶ wBɗ8ͤ߭vfކo /51T\2 =ȄTTO>#KA |e]Ẅ">[ e?Az6?CS]G>{nU"=oq[A:E^:ѹ|]sYJo .d*(OqTJwPZqVz@T(.۩2C۶؆St8U Q> QVH,#}LNOBnkJ?f-:m X3LkBt8|=.b`ByQ8q"5=Ob w͛Bj) ujb<;q?Ub? TϿgm.nS;16#[<ҡvcфR*fujE|K!9AHe7%pr6?CZ ("qob6j*s2/3#J*B?'\<j\vvcJD.4:g$tI~ /?߬BA;C0F'{L[DkR'{&tA%:X"ԖBR CqMOg FZITZs ŀmsg಍eϖdڣY-usmԫK 0_RȄΐ5GJ: p-/.Q\ Bm@"j§G BBU?~-<]-ɕP>3oY,9A͏#vNpX1%[,U*tJf Jl)% DjEGPGc߁M߳ TIgfLeu]h >|Yhs 5GWNfiVL%=k#]',Ƀ XpQPM?A ]!$Jh50xKܓ:.8!<ܐD @7ڃS X H3pi*;=_vdK/~Ɉ|ةx0\AY{_yji͸E@z94܊Ζ!?) b9.ʛÁ>%>亁2km]5}_'I]eIeT8ư*FX~4WLNҒ O]x3N-}oR>ڗH;?b-l+zC^b-r?'o|cz8jy92N0Dp]&*E~!oHEƢG=^|T(^KW]Ά j_`Q['DRDKÄ>EY 6K ZBS.H h?t`q-M8caD .n֞o46O4 $xBٴhRExrDC|7$8,VPɴ ~>j~gOBnN ܘHm}#_E^YïpihcPӓLJ|[b;U-ТzɆF +k`Z&xkd1۵b^qd4!.W*2R. U+@}x!` W_НIׂM];X~><6%PUdj2WǷobpEp/^r* {ѴEw;Hu E}CeOyEJ7 qc0}_.*B Vif}ѯt R\JG@N=ĤOb#n3W|dj.< J'S7Sy\&RjqT+ٵC.i~ E&SqD\z^hE]Аn C-^.[%M[@` 0mHCeq߽DEfҌDd,<~R˘tu,cu.9dm|bkl.ΓPmLZE ddPBׯ2>Vz!{ܐA`_DThlۏA@Z؄B/'+Wd,Dg,,zhwjLLlCnHsAr8;4i"pe$9ctCvfкr2DdG{* G3lكSn|来* hυEN~ܶ]"DjG^/}hǍ84SQ'*m$[{4R72lvK0n¼0zFp)| \]+]=2Ԓweau7Ak5ɷ0z;)Ksq`h^W9TUaȪeW%@#{KgEM#vu!{Hvq'GjV-eXN:~`yӤ@Ūw'Xflws-VMI48UoLr*nS$ z{wѽ<=Ei_go"W^.ay꤭7b'$61QovݫBYSʬR18%R)C4CDz)a\㉅uwA't(tctIS縛$1pUi.td[,>(lV6-%Kq#%y.;uӣ_mNсWE6z& .b__qg1GJ]^ld=gDge8ix8gvSSd< }h`#GT&ў c`rP0u+q jp  U~Üňyy"j:[zJ>kƁ}Grf( _be{SN̞4{s(q 1q|7HGC6 mbb%-Y&Qfq5<2vM+A:Lu˺7!&, ' UнԥqN8>{ f`i̖@'„")w _$GLi;L7 :?~Rsώg Oњ $Gjṛ%~X'b-DS*3;ͦCDb3N$tBGk@5 mhlz>l,Ct+Csy\A[&`G=Vi~Hc{VpZgMsDf%5+uFeE&LU*ʛ4|⟦y,FoVMDWAa55Pƈ %khE?ؐ( HWJ1\Raal>(>ۂK' K`aµ3 }mW'1ODy[gV MM@ޓn]R䱧kir9\8xv^^De33yUUn9 XƈFUѢmKXX͔vI7PPzJxhԹHlJܭ{b[;'_ZFXܛe2lû~^cuW` Xu3JSŤ?01ZbCj,|fa1[%r O!& oSmq-W~EE \/\MJnׅ˪9ct@˹.2s0?RH3v bv:ު#gEVۥ4moz 4a)$7W5ns;'3gw=߯6`[Y$B[Bnti}V[hP) m($  {8*s^Ǧ߳.iVtm KXw!U}O.3wB>de «OczhqqRK&=w dےFϵLE .6Ń߷2"_PX@C}Aj,7`bd;%kyKp9pH?JOemg<}B)ܡeNW^}L߳xhr70V.*{?xtN7`voC]P3\0i/awi.'ԇLt }ah%dhJOEڂw3x_#mBN1[NVBy.Cmg@z~e̷:Ld1AmD[ψ]hugה&)% .TGXK(ꍢrm['w%p8:GV2>qT*Ԙ\y_y0R7f!J"HOjnڣC=oD‘B4/ |kI0ޠ:C郀x],O:I{EYRs/UzlcP]iRuNA|p+rGs7"K;bwMnazJ@<5a:~'r>&H=xpnA7TZc|!>¹jvذzl\yE{K74cER9*k,ڧob;pYn;$t] ުˮlJGt d@~"LanbT,NVo+ ΡƼf#S{tpm䪔 7VJ DŽ̯˸Mh Siퟺ@h *\mǡn FzLÖxK{6iX:`'oP .;˳$їZpF5'-a| 1\6ɯL  <y83R<Nd>xG|:/^dDrOeyq/ ,Vwjoyh$pz#عώ)/Y#e:Cځr/(u(shQ=zn/Gkc' K]A@9GGoQy,vX%v$QHw|6/9lP6鯩]ADlfVf{k5TD1j9jNavQ :: g>o>Rh8 w\fAz~ M1o{/|#5LL"G磱:#At>XUK.Z ӤhrQ&2V%֝<gz^ lzE1Y>uF5&u yl>q7jE,:8Gczh醏Sl.c7*X Vsۭm'60ly5iIU*{!GMa_ć"=y߾A?>ɜ~oy k OX\If.' W)| n`^|!\DoWCwRYk\EtB|s'깞R4mmVL`W) (vs Ot(VG+Re DI U ^0GTln@s82"c;]kKdke*ݘd\ڋ8Iy琭͋c..9sxusG `uդlhaR:SrYXML v!Q⼾myҥRE)?u,i{nG"EF-|SIJLM(-{IjW?r@w&r]%,@7fu3.Ez01j?(We 9D 7a31`L͏e)4|~?K{Aq&~V|^tFktn-YU0ݑ-֘EG|! SsY& +26t 1Y5CϮԽMgf[F]N͑kYd O!ȫ(>\fqUxtҶJ7)/=azo&ze{3)S|e0<4¶Fv¶.g_qhV@NMw%&ϒȩ5k4qH`{5MU)uυµE5) )'IIEܐ80Â8bBiv!lz+DYcf+{ T%mT^Gj .Hg:9z h9lJ[ǞQHPع&dm!#D̚K$E">rrISORX>;Ol+So'}79i66~k06,ڈ!y .jknq')iEek[e4H?$r>˽08> _Eu3JR%17U9?*GxxHG y4I}=dŭ+5ݺ4O%s79]Z'/[>OxL͝_P^>? M3ߚG79&D}9ocn|U;'$fgU+z@pYxNɑ;FqHvUs< sL@OlǙꍣY(]JWv;^h hSͦr~wi{@`2HKI࣌jS'd' y޲}rL1TnaH0&%"[p|55\PwL  fsOj* )zՀ\qUQ b*h$CYZ"C_𠅜Ylf)c^]11k̓xPA''M:Ky+125<wj"OrbqyNÎ4&Ⱥ!A@(5Ȯ tX,FHvOaqZMM7Ťi [UƲN%xj/'5Eq}\c;<r|v & ) qJڂqkE4uv\ab`5O)66T3[HSR ]q2P:MИo/>ZլoZBCI`Do2\unDT$;[Q p=1#o>Z 23K6}Yҋ!n`>CI0 7X`ѬraHutVщp7boL 0[kpr Z a)T6ٜJ:-+a`$z:N\bR*X]U\J +Za:gDx J:FHP/p,NDݲ`:ߠdzFz1Å#񦂚`4Az>v8'Ap r6_$fuv-,Ǥ k [iC.G,<ʆ{=|RᤦVHb9s2smqeMCC a`7=;Yqp銔,54hQ٦@E"y ;{u㜭IOhQ f>a9do[ɴ BRK]|OzӍ|:ڢS\&'կ2u>繛sy |k7b,3>RVpbYXp =2] Z=(FA))b{w\VNҤ0!@ٗ2~Skbpmʵ wahgRi>]g"LmBp.lsa?ު{, x>WnŲ۾d.;.[H4gM[^jJmDUp )ZyOo^3Ļ;B kVr;GqjAu[B6 ̦BՀJNGX`Gb mƱ^fcSpc.a7$6xaOVb *'$J w\1/4I&5TJ3D>ֽyRY/]DX)Dw4aeWp;Tq7_gN7ٱ f6g%OˋMI8`0x,pX. p z0dd $(m^%BRx{w 'sYfwXµ}WW 0PdG7Z`]A\,7Ff~<`p0TP$1*MBye_uǷjuU$*ە`pTbt:ByvZǍpuŨ\t$\$0sH!DZFzG vxzlmzd<}3=*AQkWDDGصBcuZHF!KWsjg3oڢb*%" K:؋FJ>n>)]-Sz14*j>SOjR=fJ8 5٤mCbŐk>89(N|_aľS.zb8z"u>Sa_u릘ngh.KAN[JBK 2 O/8c9$~\fZW?Y:6%MU3F RPm =of7ӈW W6>v5͟\GRIu,wm܈>{Cr= 8fc+yf 89 nث!}jkJ2rVoK#0S|Weq4 y*IüԌ1:"5X>ӗꂜ6b|/I(4h+Aw_Fhf̛a~R!3T83#P~Y3@H1N@=$  _f=i 5LH+:J*ؿ^F児?q4$+tZ>Ե`pgmIyt9v1ǥU_TW:V`tt֍hݷhϙW2IQ|` 805x(2h| (ν\I@ۿ e|o Zdk͘*s/ AR&e_yGpLh[%Q2<p\F(;JT'Nc@A\Yv٢ ^Cx@OşM?lӏNc""G}@Ax6C뷇Ә֏ M,W[lz Qk;[lFrՉ\QOcԲtHPQHțAQ1Xutq"Lb]*!f )??yH`4IķCvl~TixǗ+ dgS#;7m FMCD,ؓgY7dvU_ՂfE%s:Lk7nT;Sv]hhc3N9=Y53٩0#e\q{fu*^wq}y/A5G#κ2*oX ki>đVy_ )_:' s4j͜>-xgV x񩻟s mO \#SN΢~SCDBr<4At=r{}C|9~u&YM DYH\]ֳ9tQ-z<#Ц>|6=e*ϸ浬3671̊?J^(uGogD };e1:V.^Hk)PvӐ9mӨ =m:^`~Ր j*ifj''zDls rE-^=iX#\gp- |-/pȞZa6Cq"s'}pѬYvn;T tq0ۗ;ݘ1M(MsCsrP2F a# I[ͺ>HZO1Y_f8YSn`S-ŊIvk7ǎ o)I4č),4l@rU?E6}e%2ֳHߡ+ĝM%-dּ:ޫÐM݈X3SM[{1ܽn̥Y+b"ҥDl 'Q Phr`sfM * ?K-{WTw߻V{J1Vhqw$.l(on丹Le<3 & DH _o;,+z8p8/5T=7VNUt>an"g2r_s2V; Sm)H"cWM_l&0^%#gVh?yXAτ14s =E8uwVEXXD$k+Tտ?nxbB+x^+vV2WpLMnbv4lps-I [vXY}#Ƿw. RO۳PIt J( ,`~@_<~a: t[5Eisj,(Ӓ+ [ _@?ЖeQPO8ɞ1*ʳ"232B3 n|Rh:oQk ,Uǥ6.}Yttr=Z OG實e?J* s305Qx2C3??ߤŲ}#0J1/FrTү,tuN=npSfE 4N5/`y[bB6S :on>%GGˆμţ8kV/0)PlJ`q,;Kd0|Nt/F.dQ*Hpه嬛'𫬺Kbh4TF&몕)&-gOy)I pZ$hъlVqb9S1xb|2'5Q g|_odV ]xP`DM3 *Y`+O *hAMz܍F(lkϳHy]zC=wXo|uZx~LUN,|r|DS֚Z1h,B2e!C&-,>(Yٴ24cG<|ݏR<pu"< <J# ;!IIaKi=szi$P "@ |.(Hdݛ|/mߺB }+i䔥Q? L@YV`o?M]Pnd!]jڌorJ6k =BrGxS l oj+ o\P05ИЍQsAhgr`8!vD8/tM">"mbgGdRcJug`\1/Mq9n{ BYxiju1W[[$~r;׷x g]Աty&ׯU}z)ie͖ܐNi}v]"ԏ|e5jT]~>MN/g_m2ʔ߭=>#̟DZj@E -)7;romU] ~mQ;'5>>{Gry07ξ).rZ22"tr0r~ljEke4ou-/骈[;Qa561v[Y)9 hmmZcUAQcs=m^j%-_.|rm1't:F} x<Фp Jo4˟}a)Y ^%|[j䩢0qcí,yML/) ?'iXo75UtME+?6:1C;ݰE_ o}}2u.o.tٯhs;}oO]Qu70< {6GE#sd zG`-FKY޿.4CΉx[WX]՛~k>3.`4@dK/ .}4M"Ǫ5*S:cv6X ZR S`wlg=Wl 6&k.LH#%u#;^QUV3DhK\ ιù?-3 ?)>v_ȁ.J Y))KSݏ-oAI}ھHlg= ?Egv O{L2fs8zT08c;ҭ~gC$ U(>¾M5O:eܦ*z_XʛbVOFPt &m} &Da@̃0 {RDXç14:UDَi³u1fEe3R@ *`(w+]3,d4+ ?|)LCȒG5fyDٛz̔X3+nN\x. Zx0PlJ_U #>Bw[HJk@Ę7覐 $JlD/mu* _$~@ZaiڿrJ#öI$CB+W eMNakKi|yX603z5JW[HOXvfP}P2qQ.(/%^!KM7 o3T`T1E-=Y-$)R3*iI?Ly"ETw]Ոލg8_zzStQN3G:8CH&IFƥKg6) vrX2VPIMs_ H׫)9os+? s3)mcU\JB(ŶH*\,4Tڝ{?5[x6_qY4⯼zh|+d~wY#q2khG28)% !<lak7ybÁ/9G5aAbcuv,%iWW$w^?;0`[ fUG6݁I,*is1LT<T#٠$6fd^u}v>~T逷؆='$'9`楁^2*Kq^~^ |/x9@ :\:06 /KP9H4Εv=+N뀅@HO=۪Iɣ*2 ]a[Zɦ|hy8Qq,<4TXwfSmSweVn uƂ8,v*jSIRHtPF;Bx)+kEsV8{taF.--;@fB3"Sw|ލ@\lT:BL7gVgUZ\kt'5G8HҍPA"JY{h]BdϱU6UL'i 3w\蹕{VrW{ 8^CcW9%AW 9>x,p ^CCaE 'd0$YM5?9+K).Wj,X_wHn:a i~Ҿ{v"مN`_QD0/ KUV_R 6i&hm;_ %74%tmDLb`UBlHvllRső 1~ܫ0Js5 i֦(Ɛm4=Z$J*#B; 9dd*mqP;o#d%AI2~mrb&ܨ3_!XI{xBfue]nURQkYSTI~)7 CHlbFGٚneE} ,s_Ś斣=Bd4+/rKl4LD~0`snnWs-~MVZA%7@7?b/֨!Hq]*gMeݳY:pYumHL% 'DFOX3mxrl.B ?&eп"衕_]cgǾeeOZ{o}5P}('( pwoELM}d 000K?IQ/}0S%lo3Hg-]Xז"8-?MܘE~¼B=mN;D9GԯjZ<*n3km)ZWi``XO3Չ9ń8PY& BLhO[yoTъNI=/3ն^`{ !,'3yRzBk*_B s}|pdB:Źɯ_WmԮ!3lzX$/a@{^qG/r@Sr۾oPx+I-mzr6Qɞl9V1\orYtWWC{}!9IT1ds^j CA Osup=pH@fb"Wғm}.UP<יi&O)P.uQtتJbҕq*뭞9˰z=yYGDEJe˖sxҷ(Z1%l>OO_l 6bاBV#&ӹGox-i-:b>F^=䔊T VEƜv=i1=/Y~GLm$É va(cP5mI|¬kf`6GLCġh٬Gmn0mtLȴ٫BQNw#M>Rn&y=X:;fa"E~ձt*S Wn7B @'M'>嫋d&%vHo~,pE.S$Y-/Jp{q&s fٟ@Ȝ, :ZA ;rPgA %5(! Xc.B,|WL+Ug%KØX`Zk kƭVVc  o IC8Mr{򕧜S~^[ 4pfsMޝXZ atr!?BJY h 0펉 ΐl[#ۛ6Cr Bs-755-H=S7v)⿿"6N~J0' ;9@!3m~CbL| @1..sO1CE&ʴU^0 QbW>61ex9a蜿cR 'Q*JY ?`I,>,>RVj/MxyP`u;3P~dB%ە*nHڷ+cm0%JV1$ YYU+wrt YjaUл^RPaAxv{1 #,~HV.v%xӽ`tavŪ {(]xc_ 8 N^WF;W9VGlT6~/=UPƲlfBéA(³,D~k'`,6NP k5J5r fJNQwِ.~X§ќiًę  3’Nݦmm.T@_b-]TΦEAsa_?(J";X63]HFou:(o5zZ?/ ZBwkBc8s >n<<'h]*e4-[z+_)(;W~t&+ _| }G>xM%4T5ļetj@ @/q ;j0Wu*Dm0B_S'ra`!5)ffB"W. Pƭ Ut2e !ou{ sDO[ gAe\@W'2kU@m TmpUUǰNӚv(QW|H滋QBfvG{b9c! B $vMa|]7.7:u*h+Kr0E1.,0kQH8~.C|.CoDHI @DHqh7g:*J nSFYp>&|T/X`p?69a_/}IEVKtH 'D4c>TyJgr곹N?'IOitfy: `pJǗ% ڈ)d5b%6sP,wqӟ~q/nw%ڱ@Y$G!%&>&ۥjRR ׽ S/޶ _JOzO)BsYEޟG,ؕP-k OWmN%_2`nIn qɀK~Kw5iZh}{o[T"8о!>*E;)R^^Rp BffbSIEFt+ӄm<߮'t"V^ oD bY($xC,7uPK`JeҀm!ߋ=ጲ!~uv* ۴YEp%%0"Esmپ$:NF@_{S]# Ѱ /hn?=@%)㒰12(-c{OdΙ?)τ7x(1D:H'E?Ej&9B{"c(xg?>P`͊IoEP[4bq[ eu]£3C)qha |E7wbqm(:lsjDg%:bXp*|_GRg6E?I93KMWFއ(Ʋ ;I>Zcbѳ6ץx&.y+^K*e![_$K4/3q#`=r }z3 phƩȍ#f첶WltDOoeDG#5C"(RТx#iVM얫RR;UEth!H~L$28801ƈ}Ez$h*IkJkp$;M%mK:'5e5}Fuϧ ^ :qGңKf~7ZNL]i0Gg|$ܺa&J IKL8_eNpx⵪lLc̖#p,PI|DU=]DqOMT=`ڀ|5}~7-˳# sOܰ.|}PV%@y(x{ЄDWB]y,;)KftAObui9?@7\C-'As[rח5T}LU>&%(J7/i$πӳ3?=N6k^C'᭄|r;sF<'Z>މ(-T+ȯ1+BE%CF=PIq>;s2Y .Pe ~sM="ry¯lm'e} ZpH@^z|dm5wRu$NV*BC؇̸\K'DmH]*7+҇W30 v{∯G#xӗոh_@CRa4rgxv`b4# z6&&Web))ͩKW0S]JWyxv9:~E-y=M^RV'2Y^̚Qa-H GT} j3ߔH}w~(d(~}%R^:t_>H\zKV*"#t'-oaŗdCiQY*xDKv hf|b& & A߯@[8Go _M_Fki{ZЭ4ᣯ&jSW ü1K,=(^L o˴:NU.M|z':jݶ'̮JǛO0 EeA ĈBYR`#o.֯–yO֘N.$K`Yײh6@5ڮ2yb\KEUNTx6BGb)%XP+f3V<. c4!z=CI舫@F i!kcO,_M[>i0nO~;kGg:=8lLQeO[u\.?:, ǰ1G'+L(UoOOʃе|,W1-砗M1xI C|36eڮ ҅𮼿Ti*.(}U9FmrefNr<-kEKfo,e|vs}7Z='4,W-bX|f?/0KpI4{W\aU8ԧP~q?䏣7wp]{GEݹEv!)}.?%{2ր<(k UkՃ *]O斎9w oQmpLcF oO^f6SǫnSTFuUybU;jV[*g̍FbSrHÓ?mܠG m=*ھ)w-%OEKLHx| GphWmF&[ B5tX#G"2c- 5F _&Ki:fO)l 7HDckuw_Cأ; QWi ЍtqJ k Ř hw( %~my%H+̄'d7D야6V eGOy2Rfpi -!8KZӋ#kF" AQKܕMv*~aԖM|ǰ5knM)6]sD]F5,>U̺/2c3JKٝ/AkTY4L1\ dtsռ|Ι ;0٠Q?HO} n/l=3KE'28=|x68hooH cSb315%ZwĀiԵ* E=@췼Za4SM ^"\> X`&K!t$p1uj 1^"Rߦi{JJdr,bv^`4wn YK\4Pӆ9\VU- O|yZRpߙՈNf,V*NGsQ_棕Wc:fĬCXu7JnHpz*ל[Le,pZB>aY6/J& @XDeM/DiF˞[lj!bmLRkX cafLTV4_F>NX'N4[Rs/y)9M zlvki$1yDA?9H㡘 `!"C`Fw~dP7R2-G+PQC&xc5"jG3" %yo'}:uɒaƉ ?!x$5]ϧy7[Q6IvLv&qKM-Yܧ`J8PIzD+ ʮj鉩߼--&n-@aj? T9U3vh#87*5-H~I&!;"* aI !g9\W2;ۏ7\wpGWI.AH&>΁_z*_ۜX+k?F S͂ HTtէК^?2+Ny4NRW\kec iω|y9{ !pnj|ّp 3$,KC@+SĤ^5%)lsLͼfchL#$CS?nřQݐ})CeąT&pxic1Rbz4ʼnIb^a9Θ4Z{ii2NZuu`,=,Vy2{ I ?bc_{ kSQCv-Qۇ[x |S'e.'<` /ZyXx1G\ʂ)?s4YFa,: wd&J廉knf#?ɘ[_?zaRŞj%{Ye^̷]VUXl5)@F 2rBv-5{|jW哸#i ptpN53iB]dKx/=SD5A&LUDOz;]x_`4 j$n]4Dla6)V>0^{!7EƟ.e/v|;]jX߁RA aӾMw8`K@_`V;t6oHuTk* Ri&&nT |*P#@\,<2B1Yތ:elLGgɅӻuȺZ+e;s,Rb~cMg!Cpl^15w,yJ| 5cBbkVm㵣xÎ@MPBMQHx2$ cn†. .LT"Nf^. W9heЍ$ _ sTsw ڥ|fT9\_C;_z|_ 䛊4w5ÂDD\&v|g߈& = ED-\1^/dQ-UPȿHnͨf@ .vm P`<-S^$Ɣ3\~ _A_igYfrI.b;3iIAגm D=% ' va1 6NᓔI8=c{~:"vG(5QHH:!De9_ŊbS8YKًD5#q q/ؑʞ^pZT֎BQmǩ?FJf+06^Vn0xezfwe64\I-2AR[S0i3f5| ¼}D0DBQjݴ\49(,X)nF4`Waj]rF^̟sFs rfl G=t8oբY]᧯Ù?r8]Jt .$H iP%O& ' 42ʼށ?I|/:L_: P:z^)DH呅9H 3tAT#$(%Bꐝްb~7nNmG M㇢\UU֭j!›23vSږJ [8@6(fI'KG-ͱKQi;&k 9"vsbr)(c @*el)>i/.2c)Kw-%-XSt''.>xGg4,A0`ԅ]gj"M7he:"]T1dQ@9O/c 7R ]רxZACaao$N\z7WDлPNϦ]m %iʽME x78iZCɥ~2o&}_gI41w"P]VT+aE>JOXsn'q: ְ?{ǁ(w,ƸmRn5gůb4K>씤:xaq N^qfM5O "X#vJX^}EJ3!qަqF y49Wj&r5*dT nRmS 1b(p+C|8fe2< e#nУ)+%Mtiï`~5nRa>]j7DS3a%0Ϩ5횑%]0uE8t$C2FĪM{~DjEUR s pzAttdmEF~l0@jX34;a3h20nPIlx۬oQYcgFp˯ 5 juy?<]Px8xrw ƴ]7 ^4OQ°N1SҪ 3O̡LT"ԬV鼻 UIb>3?Ehh, 2",Hny] ;޹n[j<6 e4\ O*˂P:ם`DO2>p)8 *:"t!R8s9-TZ-_gyD70gضw?c=l\s=0|{<$xAf5L?y@3C#HKS1VB,d9WgMl >NTq ]-ՕOr ^$'x^"Q{q@Oq<>uO4 QHةHץR.ѻ>Ȳ:`ń_` Ά!UqdRay<\EiU?9$kX{+TȘMJG[ss;ȵ 0\hI˃w34XG`7d˸e+GT [W5 eyQ'b `j5*Q!Qdn+ Qb9? j+(yMiF@ein_4O>]KUvK(p PmZ,|s-  }8v4I,A/lB/|\c'WJ6~Ɍ&`R&8j !YT1[Tm粧)+ .:FmS_xs#Xv2.lW(Sc-ULj<U5LJ~lJ'ܸ<t$໫rHCAwv^[:B@O쳔M|nO濎>w?5x|` , $DocvuI0߻ԥiX*~i\&B=4tG+Q9'sW$[Zj$Wg|;QnA=OG0 Dl`S; wO@3cgIU=ېF2[}Ypx4*~IB}* $Nx2y>ͽ*C6N@M^SgY>hʹA5lt?C.ĵ%ݘ [0ރU F]Mu5'죈oi7h5g-Zr-;QUq6*LKM(IYD4 ؚ,;1(Й-ק֋pO>'mo|ُ}yzzn odXX͌{bmA &WT4U89Ce<,Sci,sci,vjDլqmYSzS5‰8LT/2vq%GWWI69WS~oY.n*<\v.ު'!G>1V1hm=xB@ &wT$&$K6EUN_,qH1Oe,!g+PC]D2>:HQ(g.ѭiW~\RGP_\2S俸0'IHgt+(c8nVSI8ߨM>"W06T (Ng{M2"reH.$g]*rͮ!)}C޿]&U >H{%NLK"@ Q}_P+!l1W^#_ +W>bUX͖22~ Rߣ(4 2w=CD(6j+BMligip4rAc@.M7UN)|jI¿l%]8XR^fڜ5O#6Lf;lKBIw34l.CEnc?l`+Јj1y*KNLL?z(ǨE<J@U߯\hX y:!#Sޛ29]lxnX8!u [Ee5.<r^hY|^FK]J)Kkٍ! T5:nۛd(OʧAwQd"CT.ٔq ?-aHH:-;J^c9cF똀& g#R/2dz_Kncv5iӟ;#LkUOv.Dzb>g͸?E{q5V_@bn;H㗣 MurSc8/ů(l pN-5iE7WVsU|A֘k:~-=CfyP1M"ŻMDN9C䃘cL |bqr`mXm v᭟mD?ŀy*:ʉ-$Qruau4pqnr}BPMv4D}n /,A\plr 'nou\PbթNGa!:x<Y"x@xT*F۲>bJmE.E*#ʥNk2آ|ޑ\ 54#"%t|kP3j/neXrOp\2Y^Bp_UWSaÐY>NxpFD(<'8Qc:6b/E wd&BYRm% ㉼w}BkaY Z7=_-cqq@HI֣jEQ/|RUOM9ä>O)[ L_K_u># +ƚsthTMx&*_wג;!A!dNiR0T02f  29;1/-%aiR"S w²6"~͕JUfٯ{%u7Iƴz{GE q{*팷>6FPVۃ=)?H. sƣn $ ?[87f81Q޴s&1<\rfnႢ]S+,N)<TXW>HdL58c; ~B~ +=i0$cRFyp!+,/>jMQ:c6?.v<ouB[=wpa3a[ɷHisQVv090d?q 6ތC?pbVNlH(':E!6Eab;{~8~ 'y9Zz//d>q3Fbʻ%݊C. JnO@YkP[j~0rvGsy)ч bJ0~! o.'Vpϒ􎑱QϐSՆ74sVg ZՋFt*"u6OoMʚJX+| Q%|#X@y];W1 bMfA5#|~|8wͽ#-u@RkG̢6/MjR2KM)av|V5N.(]f<~*(1dԠM3fAQDqtqH8ur]#hNTZEHBY\Xش_CB_h D5_LuݐtRBG~w~ UI&dE>_PTc`eM6 :Kpw![ QaHsMˉxv=ud<JcHۛ$x~ /SˉB|/dt,DXQaƘ7R~?nToz࢖ƁE)k`u ~@՗~/_HF[Bc(bžt퀔z "!zKaSHTvxDvxyf> |$BزRQ,'s`<|XC9 ufh+F"PE+WH;9tl$y8 SHM%%a5*Ր[ݏU{sЮJBV\ȸqOX[!2S?Kt;xkDkɧC#KMN m.jor-mS$t8V:w\Øa_fQϵu?eTcjəa*isBYq+Үp(ebV*:'IEƹW (IJ|BIꏇi iq]-5){-E=6 6@/n=AG8ÂaAY1͂^ܫ7m܉wUSN:՞|,kr *SWHybA1ugnxj6p$p[2ix}lcq $K_? ndhuJ1jN S36z?R^ mW)yڙ6RƍF 'U<KbC :PrD-VxHѧ PDp$c%]$-/3-c>Lh CRGgUo~#@#!d~mrד- [q.<Q\"u}ROa(r4%$F'O^3p^v|s`ʕq?%/U*6iaic`rǼWn]t½5L7YIFa͎ i鸬+↰Mq@̿[Rh mĭeLW?Xƃ}!LDNC%-;lm_*GD'L& F+>K-gK[NҒa=aZw*T ՔL6@yn }}A(bN~Tgn)~ *7|}vX r xq/2 v@{ӅdUL1L89T3JR0q9PW&ZOWI8^_p(I 1:ᚔₓ&C G7G~Mg \֮`(.(k #; 3+%֧uXE f:uTyUݙm=+8 (.*£'LT<*I:lWg{\B&j5:` ?\D`vi9b$,EHn1${&f#vB}aUx\ 1$H@ ]g@$8;R9-OZm|w[{>7/%eA ꏠW c9\yyg[%K&hqȭ]8!.82ۻmvi$߱:ŮU}NhO2ͱ0ڍ~TzF43' VF;LF3g#Fitʷ9dT4^5aHО]Sfkڀg"/oB&?Րv4 JmO<; ,UVV传]S@UvHZڢ=x-F* {yTL]hRpi>)<غAa*jDWLv?YY-_\DbjbMO'35FxH$9ḀUC/Xy^k ,) 0oJDIUh[W ^F=>$DhIsXK`HmK_L I Wc65r }ޯ:a:d ~tT~38QIA#i~]/ nvNkm# LJB!ȸIS Ӽ 25o:!K\X-y\-LiP~ z`W3p*#RӤy,L-qRH 6d@#7p&Bh/y>3}șEo,}_(`O 7mWbL@@uWnA|rUvXE~Tb%{14&akC+YG;<'?{0zBLchj[hx(_? n8Lf޳z prwB5qۀXx@V"/jOq.Hſ}Q*/`B1CkIiҧYHՃ-~v ;d`$ig׮|=5umBѝ&\a%<[gO.y~zeQmo\K}ț_^aFAz&|ޠ鉟/TүefNL&K0k> [aHo(\w܀vg;Sc3&kkxp]O#=h0ʩ}f5lyƍl%UoUN`ud&:>6h èBj p yV4'6銉) S7OL1JBHp4]OG`JskśjReU?Uw_D~t?9\ Ux@ItmR,q^@C4Txn`M-|^>PV쨇 BDOx SP N;?ڮk#wFb7(,<{YnXRm;~:xC(YUu^b>=wA]'Dv1XۃcG2Ǫ@tTI.D ln;"әUyݰv^|/DI{,A"C16XHB ח18}Yf):w{Ʀ,_|=|1em~)Օ@paH6z}*+}! ~> R<y<-OVod=6]liZHY(Ok |s d-PSG_'.s3ʊ-Wph- lV\ {X$(<w8rNH8NjѼ7\l:ٳQgbg94 β4a i:+ R)&Ҁ CؠɊI'~ifT&!mNR\0/'!m&xc3 !1B#M_L;[/jk<N>܋<.wuC¸Y,K^*~3$E*sfi˖EVu<適<"&Nߥ+O]G(vtP}oضDr6Vp7Hft{̸(MK1F$T=,(aQ2s,(&wǼVIǍ}.ytW,j`0c 'K&Ih޶VT"YQYyTM`x㼵N6G 䝦lNEN4s\¶)1V}A 'Ӳ 2ijܺ/$Wa)(м9$99xI+f8=r˷sѫIW}fK @ b’1#Iu'O~R,V~ax Kע' fܦ<՚iya^CKkb8eA,e}O]`ްjZ2u&?C]-W޳x]#Q$pڄlL sC3o:l g5#ar ¸8 `=#+W?9MFC?DF%v_*&;ܑ x YX*%VVʾk_PǕA0OpH){.pT}ԵZ( -fG^mi>PKT; ;bPp+hH_^ik2eTb7݅}?(%#KνŠI.=("BymP05m5l0 9ѯ; whTi/M9gMt&{ʐv s}%eL&sY!~ `&Kf3cW(JoYPtW?EIRD㺃lr9QCX5"|`{J {,oq!˷u|o LjɟJ<˥!*+'USc/<ܜ m䩮 H.,??DZm@Gn{S4Ahb+^ICb>}+ 3 T, \GU ˇfd~~_D<[,R]M Ņ7A_ycjyh-|d-޽_ 9PWxUeFUfyΩEYfQvd"tl7*WօzQ25&_dcΗ!MmxX^afS$N6"WzpARc^GR~nW^(2bۑ#R!U~vH9rgrM'f4;y۪U#yڦ-<;]`sPEס=`y?5X|X7O z ,b:x!嫾W[muJSi_|C*#}Xݭڐ9=(2Se' ?$fűÅ~>ÁrNj_ ΁-W%d}gn#iIvq)7[wզг4ɻ^ݻl㳭&HyzCs5i37J\"QtU w?8l5pXAZpa*[>a9W+ /UKǙTPYn| 4k}c<7!+ov_Q|NBg|C}yX FiL9շHׄ'B*dnd,=Ӣ>2.5:8eӒZ׾${ٞrIJq颍[>qs3rfLzنh97=r o\{C,,/cڿFh '2{6_UeqlL8~ctʍ8xT 8 er}7"jw1 "ՙK[1o_]a?e[0@ )uN2wH"!y0MKy]_v)oOz͌׫'lin yU7/'=`Z[>ΣYv!GAӈ0PZlb;G2OQ\X!~EE'CNsEPQ\}]XE6JK/Ԥqے$k@j|,!*_cxD(5(5$OowWFzP+rfkC^n(#1N[t2>fldmG`h4iᄲ'(ڝ$t?z)5SЈ*cvԄ8%b2RfT19LS=eE6 tb_F BIw4_5COxvVS7F>^KbvΎ1J=j~(JhQvVJbY1n:ѕ4^f~oR:i_3THOr9`_yJ`BdZz8}pc5 x}/mUʿ69AUƯs uAD@owMm˃gYr6ddt6Mq?],dFG:G.e ,TC9ߞ%E˥ '+y2n&^?U>nGAծj%A2RA}Y~_ʒ ɍ ?Bl'o!حYϞFܐ)b_;CL`7yI}a-b39|UV h ^)<̕ jxHot Ao2|YqNMQ58QqlA\@h m* -sK+\z-Zc)lJҺAV ePh|w e#/tp}̛+=o=Xli| w!T/pȉ /T&DMd V;o=!ķ:/(61АȖzGN5zz&Ty}7\(#k%JP'nCt3u`aKWyn22iƋx+j.aQ1jp _2;"b ^y-ք5w*,HSu3F0Mb}ZC' U@b+P)UPCT04 OQfE8xD6] :mT{K̝& smS!wcMz./-uC6xmY6=UNi@ Wd+x<$YULW )/SQŒlj!_i5+L}$"pZn,=KH`6 ܠpgh7{?~7a.ڻ45pZijfvžl!%N I$+\T;8{kn1$z?{=G]peo&,͒ݴ"<6$P-SoqJL(']7̹r$P: ;r]ŌC&Vxռ!8ϐm^`j)iIs}k%L)`"%&O3;sv:`\"Gn5 E)AJ@h`sfc(ד}DjzKC&&CmXpY"6 !`Q9s%DXQTG~0anjbU?SUн/#0k9ސF &)4_ɂ @pX1B5GlD<a:JN'/1Z%@,(X2kx+}/IA(95 d 74"e*m동ȵRmDr0OR}TR6}FHg;iHg{L nBNO4'[Vm'u֎Td?)4$ٷH7f$UM9 n5AAŠȀU %ػCh2q%x1Iz.b4t^ ;"c&_ zsݾfL-7-7r-ij<-!ՄsϮڡ VJ%RF+HgP2*-_-۴a!E>›ST'*{,@8e)SO~BqzNl"BN޹_%iHq V TISe$m5bX X|Q*u]urC>% 7wPB X;oCoKUʝBkj9m!iRs /r^[ܠ/=w 5{R&7ItP[Ezt5Sl[ϏCvt4~!l?!r{n:׉rKF Su uQ=HVY~8Rdǯ ھKupdr&=_[2Aᢪj @=CJC򟸜ꓘI'o{jly'GK q-KECmo甏|$@h3c`Na"\ih''nubiKm.&K\0i,*lr]$K:f #1S[";:oUb/;d$(}ǍzL kYtMJMz…ŞZ܊`l?`OZFroBRI|^Tko`JQǩ6bEBδh\49_dYMv= Ӹےʼnn4~o'䡑$]\Wa.W3P]{_9mX(?mOjFp}0+#R0Ķ0̌FyYr7lhHkO&n &y&\O+(P0.V(s 04uZPS෸!9οbmH@N.H.rÓ/w mm7҃aMf$لnΨsa 3O{U%6t=&; +~VNI׳ 0\DU5VAIp,{H\Jg_::H,b$v(n5wpK(=7w Ů\N>ŗ<5e|wY 7:/ S\ft?k&kiX۫Ns&ǝb˅1tSC^e|Tvs>+H/d]Mb*X3hޚOyx̴R5aYI0EU_f]zfw~(|G_`lcؤovtP#E5LwឺH3sD| HEBFr^2 Q GdR}oX X#ϷB["OP+0('%{g_w:ݯ'Չey"c.'</IZ@Ҫ?1kW: u}3+!xxS6~qh-(Ug妛W&{Ly>S| PхbpߢsaDaSNB9^8+_s'%Y7SHwXZ:4"mM( BٓɧFa蓠t a);yx&{zͧ.v[cC *)QXϵ1C)5Ӑl# (/"pð64T48{ Z]UW&?ςQE nhЁR3wH{池;EXfnk>(}փ۽jłcwҳ㹑MJIkw5RKmhZU״n*XHc1.@zd% #05`nv͂O"(0;A*|w|NʍvT2'|K8`_qiPynPٙ~l0 GiXx6W6GRY(jktg+)VHFPLR"΂hs*zkztK*4g+ 蒰ܰhd7mɑOׯn^=yӝmd`Dǩ4s9o w[o_ƾ)u%{ y u-l! Ҟ>Bށ@!FԸ8؈2?wrPp'ҮdjҗgnSGoQ9*PScv_vL3]l C}:&"۰%ⱸxԞU:(Ј{ICʹXdd훲f/+14_ޏU]Ufоs`d8lH R)%X;}d3,-IfQ8jhFgح}E]՗bī ݆:"å@M-V&_}6A?X+7*jysBzy+SoU{Y)m;{z#kI0!@ܷ."%'x<^u`1Mδ&C]m`0)z[)$0xx$ld"4 1!\}`=hx4^.Fb$Fbz#c@ԏ11_7g`ZZ!kmM&`8 aibF-9B ԥJH};Ύ]^eA !S8 3@o&:+џv:zmCLsקTQT\l W퇍OǫؐlwpsDpz.ozi=.2~}B-阺ޞlrH'޴VD?&bDD=;-vHGcl2,T8$5ܸ*q q: ]#(9n\g[!57~gKb(DžY> qŤQk.~1D#%Haͅm K U}==ڠ5z$@BFMTq ml#?}e&ˡT<>~]5ne |挓]ϓ$\9SfR6Bv}z0{{&+0.:-Cd.sHATz9C8D/ӼBsBWtYjϻۏM*{1v@I<(̠E#[cBסd ;AD,ءDʲw. f ]" |:М|^DH j:;E?>ʜ6Jq5s ڀF\%3{F Eh>ӂ\nt}5L9f$0Tf:18# H(Ԁ P\êi9C`yYYxZڄ,0 ~=GgCCňv 4.8 GkLoS`D}j"]crܢNm'd6JGޣ/C:_iڂO!Vi>%(t ~X³B E(ֳ!n[bkYћ|nOmhjWwĦpɃi 2𼚙̩V[&MmneVhP,c"ZM XT_r)ϑ<|bdKudXߧI|CDrǔ ơHsסЮQ'ҹjxshhĽʧZ7 YoIOD7kXz,d`otAO߼5~.tlHsCE@P^XU\.@y+ LT7y? ]g#E΢p 39 ]!v )=?_!P8Q;Z1&5{'gSđ<; ܯ8/<ᖢثĭY!$ KՁ_8Oۯ>ՌOyR\^gu:|L`ΫQ# ب9:HFg-y.cdbZGZaL=%G䃢8jDtqZ|fޑa;o4ep3 M>T [mHkYAφFf{I$Mm=%E xL@^uЋj2MVq ,Ǚ/;WU}G> +Of_cB2# }ӷ[: ȰCR.訵:u"*9HAB&eZa nD2F9 Kuv׾=nlEBoO2rh4INa~]s3}Y"I% 81X&~sABkmqUNKuW>LIFt@mDո.0`{^of`]Qn/|ʗX-5h:y1ՅRS\gwuw6vdZNt=,_esp!An0g!i}.#FtaY77r BtҫUvLIE6gvMӱ~ݱOI=l q2( usMǽ =ѹf^TyF_ i\ slg]-mEX3))5w s z _FBkXnf$saQ@*E:7jՏXiS Q1HQ6/;LWјb g ?{Hi,V#|4jm9~ :A3w _q{ _46̓G?ᨙiz8L =o"qR`V5PJo{qKӵ1!!?a8jѩ~ge73TM,2b=G:Ws$[{ԥz 5Is2! 4i_}-zݘ-e ^s^邧KvHX6jvQbL#51&Q'7/u:U( ̱/L܍DTq='e&-VC$BaM&{ IQ;']tA>Z\FQo s?qVBH|qG7ݳl&G0""۠YY$FB&󗶣m]Zf$!$s?Kjo 蜨:l9lJ̪nSQPspkЋ\K` AW,Zė&6((рuDSշX Zt!NCii;h/ɚxVSKso4p q4&S >Jk뽋o.nI~=JG%\E o1Cr jٝ[ސ8⦟2Ʉ"H~=bFoM"Z)֐^s~,hP@FY2 26}Y zr=?1#3Eq x&*o+SdDv x%r3Q.yw +&(j%oWVuP)s]^cM͓K٦۠eڻkl:>aT0'7/{jЮѠIS 4NAp&jD?:8*|"̳Sތ}+j&kUǎ2 ` h>%JHsT1_8pϤ8Bc;IᶉM}zW/t7~xS15ar.o7Uh7~3V8)7Bt Vk Eqw6XCa軆$=U Je d@h̦P4HuXӻb>?QcJ8}6H MZ 8ldTug+_\mf#*:[AW "I3p>:61<RCt']~koqbXgnַA-U]8x_Jt -H %MΐpcWe'w<r9DC2 g"mTMgq(FՒyezͫxubYrՎzɌ O'ԥ'v-_Uhyը}elH[MW\`&Z!v9L;Y0g{BwsZ})|"7%dO'k\7JBDÝC1mKɴ*7}.Jh,x]D3"GQ]p"y:RC߉`{-c'sr kYTp $E^53Ziqphځ;y#+ԫ,\PBjxɼ ZmjEZ-bMi{1\ٲbuD#)ʹ%1? 9x W]~Ofx T.{]PlE9`O'Bǣ(|lA驀X҇?zLqe,jw{,W32P9 ^U9?2≐CVaK.ڵRƙoIufa6HftQxU(b/xg(~uv>CHgǛq ews tф@Jy#wMA}SdokSoԹxcH#^&N|>~htKF0z͗"޳MP,nlϛm;AU,e!zZ"%)mUnv A"_$V1qKRtpj=C}K>ḯn.e)Ebo{ _4`Ż+㳬.S7 C.ʆG|d5h0i=/WQbrR=C}s_(kxek`` 6Ds܄[[ex34)RAǩ{|ơbT,19&go`(O}* XbڇeR| %->d "x%3'iuTE^iS@]!zmL܄hHdϩrz wG-Ml_祍NX\.ި~ GXfh=e~DXO|wXpS*痃 .!jobɀؕPH#B.Pv Ru+b ݔsDB,A6:U_{۬;C[iVDRc䆕6ZV^i<(%ߵ"@;KWP\q[3". `n; φQz7CO࠰dET~to.bdzY $F|@gvY/w L ?y'KZwxGtD;E䫓APpFD6BAWg<@جuqfղr.&7uj3Dc:QoX|w~̷lٝu*ahx}<++23rY$FJKjC]׷a=BxZP0~ ,)9u'6Z\o=\)?\ӍdmyFQzXR1 ΀4vl>\duz߾ %8˵}.bdѻ2ck.sQJ9amaX7v3 CG'uUs7,94կ>F4<~oIaw3ҍ)$K{G])';ͥ7X\Z2AOUk2%ze2hh??n! KI3qȸpM9-;w̽mӱo"[ '~o/jch6|Ȥ-/oū:5\º+RwX0|\C%{"IA׺ O>D:z팯^&|6FYnS%ۇ2Qb+-y%AcYޒB sʍOΣ u2w%q"~QWV:gWO%*4ۣlE4t˱ 58lq`%V#r-ztjlf},X>]'%(vFX|~;WTbѣQn%R[B$&nKFW,|Ck9D\*F  ?EÝ^?.sI/8hߎTH"@\,{:[ͬ`#VE(xO˞\@r`g߫ؼċaEbht_KҾ-?36+ṰCN< @mv":)5g"25ԗ3e`/R\-EuhdBr^l4;m6Y:nn~,4#KRz^rd\m4y:ra= /MSuD`27b0L"Ub2  'އu1 ӛ .2[ x9\aKf ׎_m7$;-KJ.ho"iKn5c}n0|'Ct"gqAٲ8}K;7/`qU:D̖[HM ]6*` ̅$ oEc&8QT绌FAuIzQi%8?hNx24.1G'"r}!z™e? RΜ.)E0wڈ?;Tu  .Yeï^33}NO?uQԷC>Rg^`W/yvYKG7x|ixǪ=+K4'W^ \8bl% zk^˥6^&]2f?Nޱps |a?~ҙed6V*%TP[K܁BJUV,j^y1[ MRJ3 Vׂ^v.Vj[K)DU!$?(ǧY-Kl4}q_Ed?(L1vteH8)venV *D8{2P1>;wJ)76_ːD'&uphX@r E`aqMWAczʀH-w`XП}/&.ATӃNb$fK dxL\@KВAء'Ӷ^ZrȉRo6.Xe6\ϩRA{aZ~z_jkv,?|lCP雔ìW@iM5ͩR>[]&|[m؛4ucǺj 2_QJ'dalPudLi"gw(dwF¢F۸ dplk]ln;Q^,3'>d3:v?_tyPV+]n.ݞӊ!!ƒfK! b<47 &n3=x$}¨' 0|~P$g$wX0LI`<;Y샷$tڛZ6 ~֎߱'r4~Xsfީk~t;^eP7‰̭f-Jw7$쫄k¸AB2+`_8>iq&VM8ϤaFmr29l^)VzOCSs0kwDN/ˉEe=HU3v Y<x(3LŤ?:c@ۆ?)n4Of*C)`3ƐF˶,J2shP蟔ib˸P ڑj;Ƌ\Jv(ȭ珩 G+i.Iʏ^w0&vǪHé~R0n҉yþw!_ Mu6o)*?>|lW3`.Z@×`UힱU#P[; /&w'wq-3MX}%q9~43yIEGCF ZEQ׺z}uOIe܋Kc(NMfLnӹ-Z<|v߷\6"mnU@akgr_F)`mܝJ8\APL _2"q ȞBED9\&a9٦$'~;6nf}O'3 $.3fgQ%VM&T%] m\fvp]nTXacwN[ǟb. @`&O|PJQẲ.&xxjΆ8o]}r۝o&_f %;vC=ve_w+>-}ʥ 7&ҍQٳE[w7Fj5x3kӃ*K젝Z<wP l4Kv:uLy Ti XϞ'^w&Lzh_w.oZBd-g;61F/\>B=<6\>Cͫ[{GYB|D],\f%I']Az﹢n;$|#X?^ЊSMD `|?H0Fzihif%6SYXEZ,B!}/0TnGG+Olz)0{"ZqS9>_GI"؛˱{×H@˩-I( o䝺FKv, ONqEjiKD` Y[!C~shzCoOc8̛ VEFdՎgABŸ7WQ-ȏUx-` got!E$yxϫ) Tu,D+Y0':稽&jmi~,K6( 9ΆvKyXBbfWq_3Oln_%6UՋL7{RS1Uhha=f2YoU\Z %+H%ZP~+/a7 Y D2vʑCo{4,{luɮx:]k)ޝ63fǢKG?nGOd֝  9~͇;WTg/u:4}}$ծJU[_29QK1XXW~>!2j";ч._}7 e[ xP_f`lN{<G46oxaS Xz]kjNÎYMzT[ÖafnX޻1bY7dGB%n4'BNԀ5|[@BȏMݺ33z)?;G7e[EUAeQዴ >6ӚqwhcVQ4 |y}jC 9n'*ژOxC^űD=툔H< +~Xo3s#VAk4a;s?{_G6ffr2>#zZ560d,bO;U)z߱[{"<|Xb%%B5FU$1P Drų ;McGG@Q "%/ GuyR!Po7Be3tWX -Kԕ-nf@f13<}W rqLUd3 b[43#m!0,e "0""2SDt"Y.ZCL_3rw %urȰOeev y.#6y\UD~y p*0 &ybI J* 2`9as[iq*+R M@2 4N׷*"`&V໼CǮ=$UߕPQUNfr9 zƿ 0  5db+BL%bET,Jh:+DBOA"38) *'L#j~aZSO36[^d ؕl+K. 'Q[\QxChZݔ-s;Z]׻(ߑE&gQI,?23-V *ҠT:V`K4, .*~^-c>4O#U?M%zߺD%Ja2CG ф\yW45& kI^$bN0޾LS Fo@ <7BDE]QތQGbꟲ%"mH* uʋ?}YqmJxCnh K~uCYs~8kܓr35Ǥ\hdwm+i{}q*GhŌ[#t<~^!<I=C̢N#xZ"Ղݧ2481ѹ*bJ3 qxܣIMl)^ꓪ%tNoz{)p7$ǵAD|]"`|S`v| ۊݮңh% ۠?D`xG.S"#%GžQ2ppT$ʿj߮8&hWr})%G-ͬ?35t:Dk~e DqVϿDILϷܳ(\ l~2l~\Ug YL; 2D"!І.3p5b4;ZV3>98 TcoD0&Hݞq~{/<̵N8IlB?|B)*o`A睺RMD QOEƷ $Q2҉?2kt,; rJ=߇"[$7퀔/BW{c"̹O1rk3\;od Z)Xw啣Ϊ2Ky0o )nI+ \Dypr1 F)9r.ac+6op]UT(#ɴG!?6$Jea$gBC/`%Y~en@pUQ(4}'`>juxRxi6sJWIx}b%#.]\٦\&%2T E@ 7&!}8F`$sc{ O^ Hf =9۞ hJ 1mr΁]qn$wʄGSo^iט kHT㦅\ ɴ+LDžZן+jXOS,]j]gp`OSg# &Tq|M]fҮ2S)yQ`>f_gVZɵ su0Ȝ( _S&'z@bU. ;.Hʕ](Yhx[DŪg+H^"DZW_G,pX-TʉHm'ޤ W>1l|J-44̧&w[Do:xT:XK̄=/N . JhY#R*\/N~{"%8~`' ic54LJ Xu` #|'%P@8j..B2Zqޒڄ2WB,oP\kw#}"Z{BP:)&g)MK?hC.M^WgQr{ӔP=0^[-w|: /!&`DH vK^`"1 !rҴU}r"Z|YJӧ#(rϲp63 Wv+&Nɴɀ?\x@iU5s{a燘c?\,ts*Z<(> oj̘-46/u*n#g~Ktn:.;_j?og_&@oo3B Xq]Ҙ4@$-2`KrYK$bş8?%s e &k};#+,8UQ.w Г}ںC{Uí=[tٳ#8O!.˨[ S;D˻ dcl=l|B}MU2fb$vLbBX0ep\gG&tyWwZt#4 A!;~=}\:9DBW bXBEn0 |KVy,K]b٬"^o*s <#%U[:'62^!㢘 Ċ@e*Y\ΙWZEgj] G R32ج#'WDž_V{  LEdRRU72;+0U,x3x;W)~@{xólH (0bS\ªc.b.?ȿ년Ҕ/}vsrnǢKAeG6a#è-mfq®vB>\|iy2Rph9$ L!xƒ4:crm;|4i׏m`TR8{2~8P86_)΃Cm8cQ]'y<'#-c;DRDޚV![$GXr\y\yt>7^n[$Ū :*$U=62 a]PU ľ@67`~Ih̻wD-K7\%3 &r7H-ŦmFl |;mH[JuYVs.'EK* +[nyp"WĐD9(IG 7Vq+qCPB ReЫ7G迪(Iy[2EyVTyWv} V7l{Q49 Ʉ?WM:Pm`\U7UE KUT5hL4(fFCq4C6z#|ߩ;<|ǡQ=5 gTU:d{r-VOi_~v>WM56f~-̱Ѯ.\n3ciz7v?t;D}jm͵@5ҟD>`M ;6!dL Ɖ} 7;QaJJĵaqv4m8 ɵTb:= j!56wn9@>zw"6l#jU^Y뭦@'l$x*ҵg[cf-R5We`~aDSj' %n1{Y4㤅ʒx2Q oB!*~ƕB:bYQ;CUrs 2`cq wTa9U=^N3zjE.J)a ]2սi㑮}pv_P k+~; _a- =bo\rS=Jy nDHG8E<~<.g&RT[+#7J;Ry@6Y39 ^4S+s+JyL@I wAH[ec턅JH+j Yhi~''GpYVۢTP-QJ6/vU_#Y\`2UnC7w՟rY<EH/߬ֈsU6CAM`@󲖔 vs>b1KJڝ0+8`g>DT1.8'{_khe3td/SVn;f5.je06ˋ5z A;hW|0]neM VW`" 4ٌ͑ys e*li.3b;hzM1Ci&@f9S*nmlX)Vhfhs0CןKh'1QP7gwCS%>3HCUtI` @o k+LyJC~Azi/X>&_S5"A20gkێ D[ȳ+_7ޙP(i! JfS֠PZb96!ieONߦ;0OB Q>d"=u u%< * DY&Ԓx!;XI֥gƹ ":uC ̉N9)|(9?jw5o/kd ["B2D/Sx ŸWUQzX!G L~2`1S9)#fx:ki[pՊl#.qem ?MFDubaς>0H$,ʹHdW@m,R6\8~7fA%.KZ@p:RP%>\)T Nt"b|ގ}O+7s] ׉f6W݅0 P_ ,l.- IFJ7p0n[W#Yp`_^ >{pZ"E 700z0~ V;8Bm w%,KTJc{xNa!bF?r-K4mAݕ=V :ۉ2?=,s}as@)k`QzxOڝݙ(= +B%^:8/'TІnh XB{K{Vf)T>8I{ tbnɪ^1))7_޳@KC,A)jMXnW1KMzB} cu/b1\DM$n ؽV,oq4 dH2keR6oWv(GW%_^ nanM5kV?"?T6 :TtO3llED}>ByHַxV0}5]ɑfHdg $P2SNJ7aYV.ʥNbi>4'i*\ǾcB'^D!l^+9{‹mG%n5V͹ 蟧R7<䜵9Am#^2,ߔf/},B%ٝ'+D4TWl}ln'.d7(14H̬(@ G{3kx|(<֕`{AEDY~%ē˼:$qϸ$y0ڙwP>⻝5#eOL \7P{ NLEF%g`Ō8c>WU kR2l k&RK%jh3CklHrǴf]]*hHyo.zu2iBQgjj݇RMtzhm~Kn. 1@vU%|fŎ~IHV A`k@-#b$K((/O^2ؒb~o`Ә rz5Uz)R.oCtlJ8֯fcx j&\7*Hщ,:̑AONDԽEo=Qއo$dwl~4,dj>2S0zՍ}:G#`eXop{fqmqMءkxxBj1 i흶3:C9i^ Y%=PHL`I~t'k*k {BG/Xɿ`g6sGw_V:B=WJj ϊuMAf筄$;:gOXFSXOg,_$Uðvc _ͭKs|6Qye|剄r;Uq1-n2nmSUL n{ [n覃.'vP' ̌Nw~r"1ڣ!%_-]L6xr-{LT /928u1y&maUKsNކ|Η~>ucԔ3Xj ߾.a-`%[˝6 ;bZy$>lhDx hiSY|t°_+ <]y:/ۢ4Hdf5 /,>P$`9p"7]kƝ#C!m!x*nIyxw_Wܫ`5W+.>KGc7Hۛ,vyNgzF;ϼh+m(>pѦYXiUfqWzٗ\+~t3} g/BS?-bIb7>Ghx#䑷dg*ގNN:#RPu]7JmE/1 CH?V7]xArTu9S/F8cdSr^i~MAm͐` D{IȬ$UH]Uừ!͞}XRҳmb+7Sjsm ËNUHUF`g$v)h <=dޛnnʷ|3 ;QBd.m*#Rj",F.їq@~˻u0)rMLOD3K=&M֍r kV>' 6[,m~ ܦڼI]Fh /4t%bRagjU?s#2d>rrK +2H@wo[Fx*$Ra8걲|m= '.5!G7Lhp@q4oAlP̸h DϿ}~?5DJ( k|^uw,T٥Wc/ K>ukCiD%a]pHR҅];HV JRmMJO 4y箻Z\7AlsD1*9o%*S@+@^{@Li'+L޵R`g8ԋD3 遫FվH+U3ޠa1ϭvq8b3n+`ܿWq)u^\A2 Yu3O*EbOu1LöSY{ H K;ܨEeE,Y'%zƻ%ܝh ΗTzBF%Z`MLngA{S8`7Z;҅"W!l)l 5~X\bPͬ,fD0sgk}3NF/=u*]ӓgbR['3f:aq^H=!U3 9Lwd2:>)a$>隈å!FpL]Vx ջ sXXP./8OOޡ:!zVF}J$;ɟ#_D*vjvC{"M4PCƀ %*Vnr3(!aV̓W;UW4,4% qϨ@]㓉pey)9$$=5dtʫ}z<qI,NզN73|AtrWx ^ի/e?r?%&Khjm;f1i=pk޸"Vj 6SyZ/$aEw2ƐIz6&'yS#`Z$AtHk~ui'Yb"Y:LDE;nwVȓ.!?0>]f? C M6 CpO:y^Ka $>=+1vs%0Ci}Ҹ(<|yɤ.R|mznLI?Kh8mAʡhwq m y Ub@!} ?=3A".U`0s36yCXaG+`tl1BL@ZϊjavofEuJZm' - r-Hs >죸0hmr#dn96Mb̶yjvZI!-e~: Xux@Dvo0u pR\B3#qX#Pn"ylVuP =ii<|O﷡zoZ |=j-رԾkCtZЛ"h',9 EJ~S&[Lbt#-MM-Af(ݾy3Ԇ cJѠ٧fړͿ/). nʪ}nyEIi#@v8奁ROMƼ"9I]+z7YsM={rQZ89brYVa %Nݽ-,7?ASLJN:sTK)R.Ƙ|Lk XJD=P~Az2_;_ފ|"DMePhѪ_qD)|GO; %E@[,,x?C8rc>,)NC*nA1.lx6;t:+>SnfBz}C㜶P l b-MIUy`U+E(BaEd8';ꤒOĐ ߫㥅'oZ P=8W6Yi&zDњhj_ ]ȵ*gd3/Y$7q(6u7?x.YA=::C>1o%Y V%Lrlӵ40Gޔ{TЀ":!8!nMZ$8*N:n*z2N [8ZPB*[a$_Ԯf k>C!7@k%bnS9뀉T~SGݔ4$ 9GzߨB*f\>9N˕GNxG]AQ>|2d6V;~4rӯu8;G&h'w+pQ,07nJ0'CQ|, Vc>.V̼SNOsv#s8:Sٳ:Dՠ@`[|fqBi^V2D. _HĽEyƊP$}Ro؝hʡQEre?N@{Wcຬnu6rFXE2: )zT*'w0XpNR %n ^E i9㒵]^$#15d!%,dQ-#ʗvF$G+ EX(^v\z;v U$,ߢ6|!vFʤIcZuPE=dp&]5߷am[R-}t'ԥy;QD;щg}1 z2n`~+iJqs4O_*|w:G<K@l`gyHn*3%uDC?zCl+x e0 [X\P 5Hꄽ@={gyHX j4 |<­w# 6e`쥚~?/wZdo{6I{H(l1Ni#+ЖV aᛱy |V-`񶝧KüH!vπ1=XMs~F 91'Шv_Rŷs2?Z*(3jN8H[ @Ddz.o{DZ\]t )˪F,~r *F/h3 .^=TsUpsH B!Y7@sŃqS8:ݵM`%} +_3<8\?YQd'EC'ZƙD07Bn޼R&$>daPJ^.e%l*hĴ K.{g!!$ƚw w4<W8{(BP+ϱתZ͉sa:sye`~cLox^ߤ$QrA d".u΢B\YS1!R Brf~zVb[F\7#tZ|tZNLh,ɥiN3ѪSk1s\ g6-lIȕ|n Fhzɯ̈,VZJ_ׂT&G@/U0akпNwn5nCim^7dd#cc, `./' v3ӏ iQ9g".Lt`ޅɸ!_* 6>H8ox꜈/^AH`Gм|Z?.+/ErGu߮6k*']/4saK^D*R}n!}!8e53!6~;HVTJD?- @8f/nx]M#M b^mc2{:BdH}=IU"½(Qy=D#۰Zif6Va r,DxZ#:-K[,Ά|5jK`YN&Xzϫa鯿.zW3}%ȫp6a>{ H:sez4PɌ,])UPpf=\”[!uS(Ԟ+ɒH+Χه ۸_vomb`7aWc XA8 q$)&`AV<gd[g [,[:f@UOSl& KP7+&U^ \C~'~Kv6ȋ]'}Oē? @`:`>5g-.IAz\zyv秥d>(u}p%M$2 =d3kUh^r&|<8ww}\RrrR `͠$jJY<`fiM'xTec6|zZE;!50e ![eUhvՅ$b>Q7گ`8UKU#69JgD÷2l ' ۦS1Pyu{4'\3 Ap{ƶI{Ґԃh hcӈq2oltY5^Vً%;S<G4.Z ob &PL0pdCeX/8' '5|vqf݈׷'EDJtӨ2AՅ{&z7/:ՍZ]~!MvH`׉5_uOjݱ)w4R-Z yQ.ooTmdt=.+d@۩s8S`͒`vY5-ui|SZ(I,jFVtr𚺍gS[I/ NӓE|u v>\DϹ!R3BcG`#3Ҷ6ֶR>*:1a=/ajYX]"AyYx Zn jj!x(i MIqrklI,&o%soaWO`ݪ )J|^j73ײ^nAe*Pg2tQ|,G{+j#4.*FofN·%P"Q-QE$|pz,3I9:1V'h˓Ԡrǧ.yКȰ*:^lw^? YF)B|4܌F86_r)YTJ]b.Z' -x2k(mH>0nWR2\?lJdBW>>H&>!CvMJ'כC4Y:fdh(O/>;)VVJYB~7LR |f;53 ŮDe=mqfŴPmH\l^mȼ7qxWAYE/R ֹx?U:zdL )N0D];: mb Ymlmo厒t +@MN; >/[ázBԬ4et5-.9w3D%34BƎ+h`%:l",Mb5nwG4 &}cJMeͯi|=:nCL*EE䌻BQMBLM`w1ƙ} 'f~_⤞hΞ7CQ!dL6@rN*}I6_BvU)+5V}ڶMsDkw9KX}r4z=إ?JBUϢa݋5zRa(E'+)8<UQtbXOD 3"1t erWDb9@*;pŷ|=זRÈr<\W:?PEe205Drh/:w(5Jh<2[ۙ<<5jGD0HM gU,U}qhog_ɘps^'YPn %DKtZ &̬CC($T G'2UMVFh`X界FTmd0:ǽb<O,%?N˗s]rhDȳD}i Bt`?`.ƞ^/'^/Ng~:[%#IFY8,tn#&MhϢt ۟h]֊DC*` sKaq`Ak0NmIMOb\a O7A,rauUKx|hΉA' Ffv!{܍ym;ed"k=4|seOd"3PSq{O/"} ?YxX"Y:P_΍@~t?SSSD-}ttm"{xI0Gv<~ IE% <$ex4[E&Kj}]e|(!(Wxt٨0x-ef\_yEjn*I}bG,xZً[c DIIVӧtuBGCf0}>Ǚ !e7w (zm y9Ab8ͅ 4\}}/ͶI]0t$_j0:Ljk2?27e*B U5IrǪ={8Sjw7MQVK)i\{EV Ns#dpTs TUޘq3pF1ȫ=PmRm+4dN +o[@"/X0an4-3U@0'B@Mc“.NCxH,~]щJwSՑ/O}V20m>3|}xM>w^nJ%k?z &؟!qm١yռ?d%ׁK nG ֛XdֵޫtpRDu_q Wt'l,o$xWBiaBzʒf/-ʿz]8pn:--Hm+r&eZ Etcxyp} [Syn+4ʬ*9ۥ 9d1"!H rt|! ?831M\yEC]f֠-+[Q[^G;b$s9k  F/Vg<@5\#ͭR1WThbZ+U/n^Tvk c^վQ5l|M/>qqͦkfF0C)[1WiWrȝӬǃt0zt|e^ZjyюQ4B&&R4Cj pXY{6YHʥY/xB6#x#KQ[o(FC.Cv'AEO ls۪PH>KE0b.0F PAZ:Y0}ZdPh'u(=O[=C'}NmCzAxt_1/>J|$U6!5?=f}&Ͱl酠֖ 96`<ۺ!x8MmcTmQ^\rUn۞K Qb:X_/⬞ŗ:a y9*[za,ƟӸb &IX[\j1HCe6c ZDO%>inU^ސ^),Aq^j,l؀ [b둵A6hI7I džn}iQPɵ&߼a__\K55A$Ѩ 2` N_ )8Vl 3E0}y-o> q9MG62}T_<]Ӝ^Gv ֭<{qchο)8د*܅җt1㋨a3gNRdJ5Og00 EI8sdMG%/1ݻ"zr;rQl$aߗX oBm`gܝ EAE*H56Xl1$NZVH^RA[Y =j`yֿq 1ƛ0H5D5XͲ7w=oOZXVk&BʱclK8+z*U>Db*R7DK xh.(k馘dC604Vg&4U~ЋRZg-H5fILL_D$,'q{k10T)^I1 <@}?){oDafz}juMKzTa('Hm*dHRWc*;=^иgb^e yl9  ?O'=cF{\A(w&*ho8oخǟ?!_a7^ 魮W3y/$KM +@"&3G7G  !Cxr($~H *M""yI \np(Z,35E*o%uqW]j4uT ?Eș-GTbm<1T B{np`%1M?HfӟpW|V#93j"KAXOIY!TLzRr&g",4Ix\dtzvH;II(}B)(|y Qi}0$qλpէz?~UIz82`^'ܗ@+rl鼃 ɺgU{>k1y@]1aWSV4 S"ukP)Iy@Be/ȏ }jiC*)$58DY!NAM#knl>|X 'tMW5x ]5TRNAܸHT 筕>xAޫ[U6-mE#VXiQSlo"vtX6-`^!JOZUT TT8P(GcHׄIAH9 yD7|~e 3dYC\DZ;Ouϟ#;9A K W7qsPMP*VY jojGХQ\\<<Hy͞2AjWDa"(bxXc):k$μ~c#*+<Kfeeuo_J`RC/0˃/_ ml +PڜxIT (N euQ 1Qef?\ {݅-j>(=*tHtC'6`{ziQeAʓ[:$S:=JEOaq10cN{ S ax|R: V#DiWQpO (0v-uKyQ, $[ +\*Z-ІZFB7!F&Qkz~iO:|uN# / =A3B;C)VpZ GW PBH%igKk]yhC>gs"&)ގ0UM=[E bwC,N&Tj-{ImP׌9&YO7cBv@!q RK[?\!6=e0"8xX,S jG}l$2\H6/PA{?c~x~`C=,Ll%K;E[x>#eu)>h䎯H{8%?8 i1,'9Qm$;;'ո'F"ڊ~$1JZ>'9-hXE{ !E9PkEV~*Z#EvO\#=Dְԗ"l܊s,NuP)D&M$q2zmbRu&4Йv6~߭*@'_W_;1G6mcoK;mj~nzs8K~6gL:ؾp pyG'53\JZΕX> }x5)Yf Gߗ#喵ա E [ٟ zAzC\ fk,߅W#KHG׬?'3GesFJ#*م5n{s$JKN9c a@:# T_e yw2 Jo1t }Wl-ʺ[DVm%^>3ȾSն0oJO} (g\t*c+F e;PWEH@m !pꁁ׬0V=Emuj>v;JKqظ= d/# kβ=fUWJ T')W0s=c]hsE,<5ux{# SC向%9抒rZQJEK>xnLJ8Z )/kKD-C3QaPqÆ'q O=١5 &EIRVcTVs  s6ql$t/Q$u|y# /( s!SPL<:AS?L^ 9;HhtbhzbOָn vY7?R}ˢN8Vfͽh &mBs&adK'/)گRZYԊj f0Mzn.;$4jYbL%sY!8L2/o_(U)'M.th͉2 #QUe8,;McSIncǕa7cFX1q( RJyڄCESV/ggv9sRz `fXlPNE*e M<2'9ƭdu2:Sj_erju1PzbyvC=ݠT0-K}v_A꘹+ =U(ac@۽~*, QDr|v1 s fg!QB3=]8!ix1iN`\ɷck D%ƒr0%Gxs2ލx$ps1c#X|hnAPuDȒyFE'jd ]㨧;>G91)L.FwȤĴdWPuv EX#]">ֹ.ϲ8Ę$-q&L}-f~걲K>*ꠕ*/;FTYޚ>cAϨMԹz ٌD3K,$XK m5,,[Wz\_6`P9Pa2[/BκF ԥA qʵ ^0D eLmVੱ l"E Cץ2p]Ēм[wvɫ6:3]Q$0듪NN}gP>,Y a8w.5_&gNPB$T?(l;WahC'p{;m=Jt W;:AbE9(ζq7fZ$1$A^Յz =ER -_2k^XfZ:zq*` 7aC!o;JIp篤E׃~8J5mކ ɜ *ש OUSR@JTϪ޹a I i11ASuXTCNJr]F@GߺhlD_Vg?NbuVLv9T1g0z:@ ))U=o RylhЯ, Grm:Ĕ[xTS,Qsʦ 9hCBln]N3][Ֆq3p{t'Bg7pح%+m¥)e1)|TZJkU}t₡->{<r}H9ya,ɢɟ1R(6y Zn"[(H9^˯6R 7o+p7dx gJ aa*P7́AhU} ]20$~MV YZ-逈}z=h--9Ov>Dݤ,Pfl7R99۹aqb]mUBUj`Mag/߭&~wk䃃[%57xMn\ k<}-.v^z9Ugb>3z±[;L:&P$[Mԧ0)ơTdvZԺh< ve$)+ah8$MBzTԢN7uA`$BA")% v́Ԉ0FZkȵ]CdnFa?L-{oC6-o`1TsxHhjc 00y2ж71PC/uJ>oUo>JxG({TVREĥ c\Y0(T_KSM,Vs`TA"Bx!DUͼ2_>oѯe!L"$ฏ\tie667DM]"f}^xUC,LκpB*0wQuWGLR) S /枀kgI1]TnD^1 b1CzI.8VN9)ncZӯAA08Pec[^Sg>K mkWqa2 ~l1H,8bmM0h.t( zxwI2ax;S_wr?ќ\pi$!hSSvGGI'`YQ?+0/$UYE6ho9!,ɦͤ %V] 8 ^ݛ# /S_Pj+Mv vT[*{bW __{W{QⲂ\: 캊ED,$iO$Ǚl5o\:)%OQ 8WZYl伷~FcjD N ]&R,ҏ^~hʎH3 9nHVViJ5bD6z9f._hGQu%bN{2_^"36Zm !D2%_BS~ח8xW.jGh"axB9XדkT8u"G0!tS8.r[d-LH\Zl bbiNOhuٿaSfeyQ[աVxr;A#'WEm܍sed z"|]/}J݆s\d.?R^Zzk mހ5aKq| XE^͔MX|bl8u{]"1݂P_( Jo j6RP5"e(;PyU=}3A-E޿`= /CXxX6bw>*ښAfcr 6L`~8EWw/7zR'-oS)ӑ8yJȪ}9;$7EJegB!*`Big܉,ڜܸ"\g)f ?}SG .8Af+)y:>lJ|/*C GqUl7b`nk*KJZ^PQd6Wlh'хBB߀ fˈж5:8`Si9Tĵf}RdԒvϧ@o2RqزAt|ֶ/-'|`(wQ6͖(hŁ*/TPo4DA2 P;/3I7Δl\GHM~ުa`g^F>;OY< KQk>?vkRĸ8u07#?ZftuzD1ߎZ;oGGzj[? u]8]@Ai+"խH}Z/ii.Il 50&hv`!Wjp@\qD:, C7svJ~FA_W| !Hh(Ytǎ2LAvVI/:|;:7@' v+^K`B^_+V֐t@;Hf+QL H.e&Jް+B{۠o&0&?'cVb@mYH%OQHFgჇ\ugS>__H\r8G"Hnb]ןO- .{'s` ͍\ɔh>9jC ͋M+ZU/eb6sQV ѸI:RT׾5Vw8Ŕ!*L,0B,C:rA7-$i}gBAj%ǢgDcp͝as !-$w^Z[4f`YG;d8StlTݩz][mM2iԲCƬ.ݪcœ tެΔm}0-,d/Q,hawp4=KY(xEpW}7Lj/ъy23lt+1b 6I-xy>fq fs7Ţ@8R`^#:x&#M!Gp^>o֗.g;eN~u(0LI _5kB-m*#ZA%mZ‚TND@ݥXtBi-Yh(NvpO dh/B젡 zlP(}\[kwlqZVՐ\|!|Jbd:)Rwɯ킆A jGs>"w[[;)O dZGM{L9P]\aZR,"P>{[xb-."WC]>S`N%,?\45qs7ˎ /+ 󵝺rjMF~GSGoݡ3,)EqXDGF=#QF073[<(NqVy^i/^vi8JFE1$=b/2j.m7Fﬣ*Ӊ/;D< lRtZ(1.^Qѓl'ÿ?3v߾ /3Qm0u S<ʮTj,AQV B/lK _=4Ϻt741DlŇ?ɯ-"f}Gd?X#6/0D@g0<7^Ħ0f]BL3 E U!n6P:pN9Xfn."l3A(JvEµl_,K[^,v:5 !pQ_5$U=sj,X ^rjg%s޷T#-ᨚEs^A +.7}%yzZ5A\~G*Uowc Y.Z-B7RM]=8_kV(e+EKΠd ƿc zҌǑM?Y ls^]~eev[6 ;S?CF $)l`ݹ]S'0A|п"5 HCXPJ|'q "#uҍ 6 ) 79~Lx.g FvOɝFLOB 7@=ʁKYa1|8۟ |qH`z} ekw<@r @F rqJHЋ1ڪ̣޳6+,){_o礫)~,Z1Y,ʓ~>E>{eZbA7ԺC:SJ/zUjIhƾXى[hpo5L!廿ao}W<#-[@$l a)Q0:$Wwh,}J8Ug[Hu;ބ  LjI-pb[1vYձr!.1DXɘ[Rsч졬:M2ppJo/'XT4.|F򠳟&bLVcJS΍]?j&_dCݼ6nZSZYdj#vR>("].7ddm ٳZ:˾Z>^9PPZ(H7|%I qyRʣnMSҿKY{6/II D P {1 8~K4F,QI@ѦKcܴ .|;s68 ;B,L{'vΥ>K8I; !O(.΃!'_Y > {n ۷ _jՔJI/AT,TxWh ~ uyawvqMf1ĦtoOV%jΗeE߆ Vw\,xYDCL1 L)S ^Q|L) . |q&La-5,]O6cb'vcW ]Yc>Xmgr*2|/ kQ)뺉 $W@ yq㈯e @q.|L׆%ZXRzmK,tfW].cjWCM#{mY)iD^@$ꢸbx~|"ۥXpEdO+M f{m[rB۽Ss|ҷi4`S9x-"z8'ፁ#4bnY[AYC( !`1grۄd~w݂HQ;ȹ@Qsbn_qSv/s@ `eqK|!ֹJxOvYW!>ʵ 6Ÿr?8I+Px:' O'~xRƝ5ZcTy=)T!`h̦yca5b2צh6gCqPrT*g ~:fPz?أC5v`2Viـb˖|v?g@)>W2*FTN~`5=lij:ϯK;j+(F% ;̵0>yЄq8^x&a@F[*F*)+2elr޷{eA sB-oZj~VKߌ#+QelXӒCEIfͻxvCd:Z;pkl )'$Mjyn.BGUy"M!_D'p$*J 9ib)OxHUY~?Wk9xDvNtK)hE^ $D0Y{\o.NP 1a55QYo)|:h)9.)>rwM0Z&g#!:s$a +ɲSGs-tK, #@!DSr:FJCO0-r.۴[:I'P2p#ߐkL85H:'rb \L7 w!dK4niY9/K|{T;=bijAP_bl=$]&)e ZSKs"*ZZϲrhF#\KkʬEmZutZTJ^)+ʴ+"E?}:l_K*x%fltl|=-ԙ#k98tœ3p|sEh3%@h/-W{N>:4<s+UXUkU~ГŚ+g#ޮ|d Ղ,{KenxFNo!. S*hf5KSӈ:v6 R>4~Tl` S u4y$;/ʡ,Mz*[^Cidز\r FK/Hg0yt `,ٽN+&3JwF#X$*]67' < w sSɅ( V>k.ᾨ{`/nL S9EMHQ2 rJKǑR/ VU:2@D*YFȶc=<]&$-/ ;\@-O'Z> wL/{tr 4=x\tVIG̵ ٸ{7t*[m-4.,9I,/R:g3Okl1'5ՀCy~xw'E~M PU)14+r:ibx|M)-vϮ_9~>n uE+ ٯL C4%D a4B݅,Y;L(cZ#6PzĬ*k۬KL&QiӥGKNV\-c]Cy@XFC+c""2SH"6yɏܱX/~` rFjer.$ 2 l7"mD'a'EcSރZ$n4ޘ5**Ћ!nĮ75Qmwۡ5LQQeq-0k*.'Mz|M'hVT$7f!ӷjnC~"96A8JҶk"OHG Pq3:ʤg1} 5gKUE~rXH+tC$ltz@Dc!.{jb]ƀ"pEAԦI*!Ds;& 3RTR%53c֩TT\obKd,s:>WnQd繏j\ɮׄ N63 % [[^H&1ŰWq[1<;03nSm8NDJ^}H{i KXORup\bn~B@<-ۛ6H:}0AouoaQv708v@w鳆"Bc&! /l_> !Ak$ ;mz} OXԘm-[x.%/.QyҁvoqP9s{Ȱ ԌvaNԥp CLWvmq1mG1{23B cD<㘋= 1$җkE?Zl6+!v UMKJ{f .QDZncbR_.F(ez[aS-u1]ԕYw68Ok {Vt/s]!L-νO[ /VW@>3]0K:_x=Ͱ_$pU\p2;oT+/%kk2ٸzjלF٫T!B?Cl+wg&H0hLɮ̄#xĕ)b &siGbm4J0e핟ϽSZA-NV˼RɆZCi!-].B4|'w0GxW ¾_| T )ov1.` hN0񣾻'm0 t.=ӥ RdfRfox <3?%a0k{(ţoیEIi7\X1=ng>SÏG8oZCFϑqMb%041|ļVȜ`+d~] [klX$*lTbMu..@Ǽ.1:}Α]Era* |6Xi,(k?~>KMqc\>wftҜn'=(6vn)y)%(X,\´C'ĐGO*tu:P\_p(F#]5pG8G6% 11fYD;],29Aro;s!g:bK)1%~1B/֜vkp*L8_0E`*BSאmM)hy_$}fM.5>ܧ@ Ht߂2Gk N\@ }IhN9/+V08%UXؙ8[.f0>s-)8u|!qtaK8RPrN$ߞuYJE ~%^TL(Tn~7fQ(*}xА"6!QIXᝮ5Sqrُ"jΣT?=d no.c]tb4Tx/כ@I0iN:ku>]bcFWfOIA("ߵ6wbb3'w扄wGnd5j*~{JR,(v͚vL f/+Df[J&|E XUxɤ.%3!he[&r<{.R>%H0bxJ.k xugXv%+`\;$ QH#bN^1KӶ=@h?k <'W(Hp*k8FKǥ,[As,M*)ylʱBڰ5y)}']i<|?2j8KVPQaDK'4"Ȫ֣14D_R);-c"ne VY. /a+N׏Ynh ^R @7Ų0L͞c\':GQXxq.#_0&:Xx[{WA8ewCѼCib%5j+\ fgST5CPїh H7;D=z7< n3OFzFB6AWsƋJV*;/xy j͙}-x[\w 9\fdYu6Bŝ2n9SP5𰒆)g єCK[αC*zi oяSv¤iR:iEr sR2yC4\d\zڸ}?6ϔSgj261X;TfrfARao;v{ngmh%. U0HYU7Jc3QǷo2R^}T*/P4O** AE#h%b s⹄&8eopZð^- 7Ƚ:nSyο]=WTtj^90sO؁-H*Mf;XAȉZ g(SwIέ9|v }?DzᑣQ/YNFKo":\!9;d]SdߢlH)CV^h; \JGan,NSUn|6{KĕuH~!U3昐4p:2:=n*_O>@bXxb'ojt;yޠ3tg&R }606oׇ={q GX;Y #H윱h p{DLl ŊgX,'u^M,u?МW #8#ޮ!$Po9|)N19THe*n3ڇ!u,,,W uW(i[ [/E/v7kA8 u`a|l H;!ޫSg }MaFh*IiT#I~R"12)/y-iS +1Xt,u?삎BsQH,h6J6Ku ,KO}:+npdj~,X.)!Ju=AEsRz5T߲rob^kr!,{RX/:ri|pm,fEGqa iS#Pg2v;"1~+0ՍÅhX+.ovNCyẙcyWzA!s On<׍ψ) GBR :^쐎"p C7`y!SdCD'̬wDCG=NؖF&O]ҝ cHd>74%\"x=i"gXR+S~N xuM#v8D-+ҴzY@ u$ g.p~m}ȵ-MdZ*lN%A$@&rM&7L$ljQ%Tpᜒ@Nt2Y_6~=/JN"Ni`=o ;j(*Fգ ki!iV:u@^@bѓjQA_f^/*Fpr-AJ>d }k$8ZgpN|_Z544(3Bm .рVQ+*nMQ wHzQrA*jKׯJKWҩT]W֦x*I7p V1v׮;È! =g)־QUڇ@4$=,):{/ʊbշ^а;Z&i\D֟Q+h%ArEwHՋdLl0AO 0s듲Y:r'jRѷ0 mߏN8M^_mO [`B%[Y5 e .< *A0K@vihLjxV{CF|7mcZNɵ3-ظ㧪-BgFqoLN[Ӵ^6hc8AeBN=8GY(,[9?,XzF%Ԉ:[{KP}ώ9iu>kc l6b/yݶE{t*1oەD^ (MlXtKBUNRtlcn܉}s'jCY;Wo\^3e I3% E8EIú'cBrWiUrNϥd]4K|< iv=Da42Q>%!~<}=:Hf2.VdpU\3Jw`QqmYŏz_("x-DMI)ZB"wv$^A"dudD4d.W,p%IĒ2'*gS\GL]SY$ÙmVOmWs}psq>ˑ:2zLcLKb9.7^n/]4e~]5pfb*p+G .XƧEY M!aVT#f3kȀ?餵fEjoߍxWLAlUL"lj"XkD݆`x;My'Vr~_U'73]ϜHA㡤LG^隀oIb*DBaŒ\xFR c*B̎PgOpc4|`T "$`Ѽ,Rn7!VT@ bIAn#_$/oa򱡧s{ȡGThb9츯kڅ@+P/sFC )JPLRl l/ݦc N&C Y8OB~enbn4ڲ!zLy*d;sKmy%&(AhwIZ|/-77 <+X8:$V&@tL~C!lϠu;D7ŦƔ/yphl QGWI94ETz޻ȹ6"XEq$Hxk\ v,53_y'6r Ma–,xK+殫q.m ݿpLt_` A*XC:/PK}9 * ݰAYmyt` 9:FtlGv:h}lU~.9uw@Xvb~jIGcpSnb ;%0Bnt[M$+IYw07əu.tĎoj poQg; mgx}l$aWt4z 6ڻW}%1C+x _/H NxDP윬1i :);q 瘩P0V6$<%Tk!ZZ(ǁ9{ n~ %Ⱝ;ݕV8˒8uknQڦXf'x˥'"&٭|}bASW[,?o>TzZ:WTi$MO<(`Q3'. V+LX*Kv(a,^jHr^*E{6hyFYP>;yӞaL4fb?ԜT{70idh=MA;Gn gs~bݤW`iŀȤٸԒpbqj&;i>=Ǻ.43i0B܅ɴP)Wd7\lg \7Kvi~&Q߯˫ienbTP#k` 2/u &z:5}]:!,]R.eLCϿ~^?@A³+i_bwrllHOL [ #G$9Y%ʝ̄%OQ۴Ɲ匿,-)|jzgMܴOwJHO .H#&ϩ@_Q΄~9(T~esF?6Kmptѯi:e?ٴׅ  /D\ϥ  x}JB 錵^!sy໵S^$=~,XKK;W&OzTg'ex'ev~Kqٮ)0 ۪ŰޯPpƌaOmBRIgo[(Ru"f< z11g>)POyi\hdǮkTϬ0ۿkC:MGn+):LMbv~]Z^IvKsF\_ⷑs꧗~/N+~-r}0 GA6L +XKz I2C[:9gI輹 L?vu M'*¢{MuCjjP?Ӓ(i~p:1ND Bd7 !G=vTO=-j/ӂNBnޡ S<:vC\#:7B^Rg3V^+܈\a:džžW-2Ɠ1!senC8H뺪r0}g|8t/oEĔre>79z1+P {U% iL7Wwst=1{VY3t\ot("pF>7C "K@|Sn偊P>˘fbȅDF Df*:U(%a% -}j 仃}_$?NLXmO,&DLꟘc*aƼ(6 z Pϔ-6^ 7wZAv)梐Fb#b8C<0شojmӲ`S揸V΂腤Y̥-UM $'>5~pp#k2X%pQ*Ř/m2z*vEF z#,Ŋ|?W*d wiH&Meg90Bxr.Qjaiś3-evfI?wmzV ՂB#(H.PLҙ=['e] RdO>|\40XqzQɪ@@4b $C-`02956g&EU%)NxACe+W!fnz#!*ޏg=]K}Г)ď@f+gW"upxȉ26z2-t[ypdd 69ԮxWF^dǂ-$h^Mv@s?+\Z`MU9z Q5Pyq'ujfWY%dj}juiHYRaD+^ Y"xB7lܺAZwoGaq><}؁psĔ򴣝kKm}bMzό1|1} $N58i-YbbY!ZTݠLBCRne:FC;=\jGߔja^ ?V=5\F.dߥǜIoL9.0P$6x uM_U/L yY|3 yw AY߈2[[d/WFخ-2J|*j_%]'&>h Og[!rFײS~ eWcƪ#\sCR;,#J`H< !xlgoKN -Op$X_IzpWjTa+x@Fw~`#kx{PDL;[qVb*-{:ZtΧ;VΫ(+g J o\f@ -;I0 |{ BKhmv!Il7"/U-ڠ71arbC.ɔWK_4\fqw!J[Ti 6NAjC.SW`N 2 |htTWjHfRĥnLguj?x[ەo4RF/|K[ߞϘ!*Ң4TZHZ]ݙA :RL$v vFcwCجU).n WכqdjU!کSq{D7\A,4MUԴG7V*^E,om;aKn 4?IJ`yJc9# GX"4>e~/MH4DqTLeW)F} 6s ;QTgiU>2𑦙8is^oS`<ԋ-/ҚΪΓ́htĢVGTA~'(P%HiΫZ8_]΀nѭDK(/)m7rdïv=t~ اT^(Qc̢zq«كAEP)_ѐ9 YZ