PackageKit-1.2.4-150400.3.17.10<>,Afjp9|lpMO5aU~>Ƶl28tclVyo%f@-5 ۗg" usF.&'Qq2ϳ@,#"*Gf~J1OtpwCfƈqD( e>O԰?Ԡd  " Spt $*1%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1r=f>n?v@~BÆFG%Ht%I%X0Y<Zh[x\Ő%]$%^ȕbʄc-d˲e˷f˺l˼u%vdw%xҌ%y 3z CHTZԜCPackageKit1.2.4150400.3.17.10Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fjh01-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 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 || : fi3JxF(h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfjfjxfjfjfjfjfjxfjwfjxfjfjfjfjfjfjfjfjwaMfjfjwaMaMfjxfjaMaMaMaMaMfjaMfjzfjzfjzfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d1ed6fbcbebc9da06e4833f47b288cffc6edc05540a84a854556db0fe898cfe0f37cf11c162ca4577169c7e915f0792521f3d477d3acc8959c466caa57040625a8317b46f9520956bd0afd796c4d617b12e677e67972f2caef2e79e8f71c90e1717d991b7913ea07d5224d230a0607faa8331ce255673e3d8a7733f78397fcf789debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a3b51bdcf0aafb35695ee674b929f565750b1b374fb9b6e20915be95c387df271c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(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.2.5)(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-moduleruckh01-ch2d 1718283957  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=775019dcded0604ee789a945e0cd83dcd4d5f6f5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f7a5092219c32658a547309f6358df976e3690f8, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=adbe7259ded2a789de08bec5583eaa749f696e4a, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=059974cb7c2e8bde037bf212fbd27990c0b3ec3b, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8c686d227f8f8740883951a5537b3e028167c52, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.17.10.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RRv&z^J !`jsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-872a2c531d18942cf57da463139a3066373e9e3b49aab39a025a04ee0f791d90d?7zXZ !t/E]"k%ngMsc!K\(}xd  Fv:)?w!x\eG+뮰mu$딃HCî$aɠIBSF'QW8Jg۬ )La 9; m6BEUYkV0箝ĂmpXdl7%jU\pigZ%Zg? +X8oy))GM(t>i%Kx}5H-5K.7('ą" .Xm-.gp "ba*in$tȌ>X\UźM4 a o'#-Ԟc8Ɗa%6"ܝ5BN5-}א+kڂ5P*~_ǢbHxkW_Ơ? \?4:d8\UJXap%6k7f\=Eq}t!e>#o¿ ;*oYtZԱ-mFQ |`:| %Q5(nN ?}D/uo//~&ZhsmQW x i[nMC!/{Nz+M. D%kZE&I@LTm` .GڮM] 8`mܚk{b!bf'cπE}dw2}Sږ\zԝCq&c0OV- o9Kepnb䀞G<+jw?;O{FwZK fWx`DèÀ'Frؚ Q+;>+^rbZ`QY6f#/9X:])V@aIJZ8uJ 3$UXO^hQ/omcwq]?"s$IJK.%v<A(spxd v' #[dAFm ٟ'r vK6дQ> q!ɄvVb˾=DAh/ G*0q|v*qFףg?@,r r5+}ciЀ CkV U\ۥCf|)F 9`% W:0(G-:I=lq C3wĞnqmB pX%w$lwS-Xgy @!ub7BFǢ(~+xwepBRE6t{b]7#~Eߴ9:r5up@-o.YIJyQ1$#qm6:] 2GDxugvz\q|s,ڠT"acܓt.]U /oguk%c y%@2 3jBsp'J,% E{zÁ1|:Zn#`|[VgUWo@ᐣM0gA}#f*tЏEu뒟Iu42ji`0禰7FᷖQ:iyY@XN1.#(v"BF} AXO:qFh̷`I3DazPV2O !F%Ԕn]೙*>pFXt./伎TG9E8lY7[f>N56rw7X6;ǿW&?]>5%Pimez?xVtr{nuNʁ_I~Ζ!-GmN-l6? LډZ!'y(9*q|,g,NwkLs?#os*O.бW/#hRdytܼ+-_(_'t7( ,8hLL.h^Y(z>bj <*!Ҫ4]yF_pdw$?MGLUZVJ &'~*\pk ny _yvEn&}A|Ȁ:Ws Y ?JV=*0GF{ d/vżwbߔW:^y+3L.h8rggtQ` +j{>kYwF) #ܑBG^$%:8Uhmujm"&Mo?8t/]/@"* iQ“<7LK+7AXklfy,†l$Rlm<q;RR`ibp%l`7[,Jٗ_+оE@ "͏b5Yc|PN}U2y: Jz. EApeom6d|Gd ヺ0s 8(`٢l a[=$m?IT ݔ[4Y鞥am;k{i (l@Jn0N]i3JW_f0#pdeKjd5 ΂yHPU]w6Rf\0Fє7RnxXφ{Fy ِ~le|KmŒ8g4{Iqp$|Kmցrx]?o068 oE??Z`m:t}FzdJ },H&.@EQz/iDsF)0փwwƔ)(r=jawV5*ݏW=Yawi}2r٤igx_ E"E`y(< hy#fs ȓJck #"o-KKQ1H!99߮ 5"}Wz`w6~j{\2ߺg&6:l |7z`^+) MɻG5ߐA SJK@7pj!{-BA17ca mh%5 ;U(ȂMn-'Tsn<m2|ɂD$\/cR[ (̈ZmiD=%8F0W6?eo]a,d?ai>uh7@]Tk JHTg";ʍڎ̒U)c3n7.AnK|N$ ~"4mDv'd-Kxg!5T9/ƙ!v@PU$=)l[˴6۹T``~bAkMsh3(y-)ܑMyYD>UC$G]k%w@Oxp&8S=Iז!  3޴xxvqMFU}aF z^ $\|h$WjjߐHJKp$-;ɊI0|IArl 4rB PaB-pwSoՑ93ޏvE̊"p:( h,)c~}9nע7{nU%6|ny)ϧE*({I ;=G% 'K`d?Dƚ #-D TU,*i4{AybBɮk﬑tzW &5ԳX5Hѻ=0˜`tdH)?( Yc8{JZPm'VKm-~-G= !7|lBe?cN ҸiYPD=r$1v ! qjFuy>t y XVAGq(+N/~B7۪rnuM.AgCI1peyuO<i@\O\#555}ft=FT|+-|ojZ{UT:BzǦ\ū *A5rEbj% rھJd Qv gTe0k[/_Bi^q#$QVbN8"BaŽOL* A"AfǞEr(Ζc?|9L53;' $@aƂ980OCQewgڨŶtP>ceq할LMˆne~w, ş 3_AM:0ۡL%W݃! I][ew2 :q7g_Ft zh=zR=ᄛc ¡Lj8@ ,ɆQHuQP>FN])\KsT%lV xKsHJ%k ZWbB)笤؍mtK4m#ɕg̩J `W[| ƓA2qPRkŦ :dNД!*Z()n.I ЪeeAump&x#xzNaO59ش%L$X%#lBqVNR.|#P,qӼt pM0]$ I:rk%4 N A$Z[S q:j?N\fBv* *`@r &Ca +\KPci𭩩3#PG9Kz3A]; c T]g] blРEh{++Ẅ́ 1 Nv$خh@2$d!hP 2Ն0m\֋Lmt;\Ѓd'qqp gknfElV FO97%Vz.lم-.%yx36 $eks> |]8m<4@V9'dUB-BBv7X" ;?yK3?;%lG5To @ |݅`)ƊIA #abt﹜Z_ybU@XF2oERBJSHYx#dp]ÉdR{Bn3GJl T}EG;ONֻP{<#\sAu3PdKi܀#M #SۂHH =8?ШbdV8{Űѹp_WFOJLȦI\,kWoG_*ղニv\hX_vfydLP>bMҕlS9y 3Ujɜ`-.ڻJ?},zDq]T2e mM~A5o?S?8ez3)xcKW[^h?%F:ρJ.DQXm~%S95Ry&u{uHŖ)aAS::)dcoXza| ,SuV1[kM™m N>u ?')5Rr#!CӸNwB3~*^&sZ^)Raڝ5ڧS. ɂtZ2 D{^ 6F a_Ji )jI*,\Wx991%6u0;eOx%6lh:DutRY_jH5e#l R{f_(ڸG\64_+gXՎC)ڰ{dINPrwWAX\J*^gxZm:S_Rb]ֳ 'k`pk6>܁A~z5l+_7Ԅ.5?)]3l=:3;%@p 35~?'wq=9O-  X8̖řl{vҹ>KlnL$S;w>=I]U=uD{+Č:kJZeX.gƤ/{,dW/h#$=q BLL{AVv􎴗jT/,<`VǞ6u_稁,n{;;7TmW@9Mowuddk>C'"O$nOAxLq24[7sDo'4 Y{Hf9[~@DY^7*?o3]E/h'71;^g!' A cI8rZ]}?&]d8: @ |<3c*^'v;o8G0u>"Gޘ_OE-;rlx|)\1 j4\g dhT8a@xs3Ssk#c?6=wE/N $x6G"sjQ U-N+8&mĈT2ԊkB_Uʌ4J C5^yhAJSEçpFDŌ>874 -[24̖jjL )iE-r $3*V> SиCK1];M)= O ixOhyrn+0\mu)wQ-lO24 &?e<.Ӝ^tvM;ѽǘokAITY҅ED6vhG!\I<j977E04IoP4.̈Xzy yՎG?{tX@3aiу6TE` N# HWBn&dq&x5Cz+GŒ献_Cqǂ XLɫЮJޯ_!,7gO5 AY!a9ŗw }^;`hxFwy\L3P+TQ|Werl@o26!ar!H+[-1@s rssm]Q"D\2M兮Pay|`<`B/ZP|ʤww>z F3}]ovyPz LE3y훍R?)4w?=;WR޲tn\}ܮW=ɎV&_`NUAQ(+SW&*LpFN}dۯe;rݧU琌ﱺ&g^x M_̄@9N|picLG]2@6av a?v#뢎a(`&LLvyanąs7bѫ;)džs0T Vqa?QJ8 ٞ9GxPW#zO1NR,U,VfBsWْT}?'D v_/>hB0c@Hi,6G:.r]v-r'dEYݶsROXWM' hd$҃Mqelꯐd1,.5h&w:<ſnGj/M9ܠRsL~V%Tz!ӧKDC^><%R\egrĽ$a?teID0&XD!<6ITw)BCOJU^5RՖBȾ&&Zedqdn DmX`V#A%3LYW@mӿ 7=F@QDc$EΆ 2*D-]h7Q]9Q(Kz #r^w)k7kp>{1T9 D$>b&Еm/1%P'Ī&'Ͱ AMe[ͮ5#[ K$>mesUQ?, I|@W3 Nw͋WdvWEo8^ݴ .L* W! 8N8{*L4X xՐ,7[ˆ%UYxϒIq|a-P|O: <]o TRok0seZ vWf-]>+Nҳ)rhOn?53Ȩ W]AQA\{Zv*!xFMbYr6Dlo~''YK[;:ֿ6t٣)!P"TcfPʑLpPUЗZ#nѮ@_4zy[F4vNÌ{jĬvȓAv3a{qmЧ;uM M`v`BŨL'CB%fc^%]jhC/mP1':FA9ٲ`cP0 RGepf3rFSdA39 mw3R;sȍvgzN<]Vbοߪ!|.`(ԁ#嘂mW.);V40?->/QRWC-aDO1 - 2aQY hNUxMp) 8 XDumA"@] 4ַcVUcͅ\IlTCAp}gB8-"kJ|sv%UQJ0k1迮a u%҇ut2`b)?[urڰ`.;&+vt?mZѰsHAPI=_M{vAOhB¡׃"NY^bi _ih`$| d3'n2Nf{Uc -rStBə{(MF z." rvԋjdF'csc׺!W\X5 '8@d*?4.jPBݯD2p@> B*(<ߦyiޣZe58&&\׽O.-`َQ(yZi)7;-5tk s,$RdUkDq( 3Tu5ku2)۶yNNpYk"WJkge;s2k<3x\t{v`Y;eozĆE 87t[T{>N>& \,~2yDG3b=5bw3(t>uI >b2عx3#ZK)ZnPU+3;Tq @c &[/,'o{\>+anp"SvJR 43M'<̯ZrS2\l_ '3 NJ_-BS]&WAp#} H#Ve4bÌPQ ?R`ub@9<䆭Q/8B J^j ɟGip쑔 `]vDwY>hF$XzE\5 `t$IL%# .IXqyge'`'<=QѨEP@,W~5W>ށM7u=T~$'_ Է׵*w8+wGV}d`(|1QJ@"uKYoJ] xf9zPk 'q ެ_[p)tSͦ*M ZveLuȈ ]ÖʨDS~*K*׀A> 99RVGbSd 31Qw*K쫿J ]iRy}}JIg-Xn[]P9\< q`WQflt(Y*xӊ <wlH+j>8q~(JMm x0HBo[ CoN]luY=1cbk4(CfZLU!ZI8.VH:ֽPW9fR+zIcV&8 ɀ-hKxb|]Vx|A:=Zm|Kj"x @i"4|1gqm V%g' 2-RG36͹X4x~1h1]%2>d?gL#dz}I\2H+4WJrOTs0Y#r?/}\m35WP˵Uyrx&֝U&u(~q穳 %4Y{6kqkHx$O?USe a62@xH-$H}pre^QqDi[V TyLاQu4۟L T/|NXm78,e/ó1`O9_[uN0p/{9;[`,b"Q+r*v;V.J-dmynɄ' sٚX6ȱ5R bTBA$x{L"lЏH.gs "IkWp5R3wJ:8sO87n2v5U1T?@ &xRD 'n tK&6w-M=OCRFCOA6dez 04 VBYРObp[q϶VY&`parqLʓMN%&F\Ax}asȏŁVćeR2 }VRTL.V|_M&s  I6}"KMLv!Y(_qi30}m6 C)TFh,eB+[[7iBQoC|ZU}xشDF:5̂sadOmË7 띀yŘ<((a밸}CL[mRكvxS֐ >R,1uኍQEIlMBgL+Ѭs Yz@&G ׻0H׭SAHl& 5'$ӦU,cUu3g_P~|_ɳXhƆb,yCfT["J o]nG2ʃJe]P1eDQ[ `2G-CST !,*VPa9M]Ca~@4F/((!GMTi<|Ki:)O5)Kpp͉LQ_I5ͱ)G` Fb#cfZ) l$Ţ M<F7R n@WQȐ-*͋/猪ͩ(bCkMX+~k0C1}3h"*eR gt}6٨>TgM@ gChZG.Vpq)P 5k0H6!송eUdX9L|\gXY:I*?DX7o!9^muiܘ' aw]^]%~D96}(dp_D@)m?jİ)fj8H+ Yb `V+;<؁=EEcd)?NT_R9Z3pT#%$u,ZƣyFJpVv1|ݡ"/=Z ^w lq"dHl:s,˗o'] ;A4?LUs8RPElv*77g^rwhN8Y݈}>i68=DLU3ģ"[IԧMOԆ7+CMyu-DМ/fy@';`h`vL( |!MHNf !vhVWiŋA0[8~ ̄?[ݔ\oA%zU(O2gB4T_rI+U'kr5f:OP%aҫ.AMˏ.tsjZKk]PBa ,X v* 7+:FiP6N,eDb/gYmb0@l? GL-_X+-Q hQu=p?[c87JNh26߉ŰEؑACqhV y &uy$)>ZfXG FNԿ7 ,ʭހWPaa5cÆNHE,CS˝uY$Զ%^vE$x@; }/oHM猳_k }㜢,w?QDi/WIȉQaY܉MSy杸Ο^@̨'ԱX[ o)7dWd[\TQ]lA)5m (Oou4O}A[cVS}eAï|: 6U n#}z>@N|åM*nY]E`Byad[Ɲ2f6ΐGޯ%MMr^rX}@ GpT|ov"[n. Br{ޜ/ PЕwSgk#,6,m" #Sr=M.s'`VW\D_jD:.XnH[࿂_:$U̎ DӐ%U]8A:I"*[Nj؏'NRF[y>-vR$0 M8n&dB$ykztz-:H P!be*9Q,D$m56vtjC"ewZj% ) 1EyJhq>퍋h}Y1`㶐:W wWE YffKd*P5n@6ʬSi+Ƒ8:Y3i^>(V~|WIuNk&kbѨ7A6#kI[鈙>ͧfN܅ ZNˍpVw菍N кq]c3.@<ڠiddU.R7獣s}w6C\8 M~O( e(y=Z8~5 dm㕮$l('PNt-ijV*:"2/2䕑B U7YԬ6<#|C1?. ޜ-B,X J̬( r "t!e|"I ͑Po)_ԎJi:>^ Rf n=MQۑ 5s*&AX 3A{1k }]HPSԿ8J ӲK* D˩ZbIZh96fEЫ", %Zd@\>Nwaau2l/ȝS|c\&r"ѫ_t Kw{r58;Y`j }p^/ &4W  PdΜ'r+P")Oe7i*.?f[7 m j'dVP*"G ٰohn*yN)\^XlQ 昜"/Ҭ^lc턤PΆ ݊D8b!nsI{T VMsT罘?(KhŻ;/$.@ \Am>Zek~CT_)4V%wrVWk$Y7cե&ʣ% 饐H,3I{CI SPF )τOIIY.4$#/CϦV^7J9OQۗ7QsӒ/N# @rM9rǎ&ѾA2Kۍy5LJ}wp NdB~:Pӊʙ8௎|t p`jr_% `bHB9A;@kbS}vh>x9hւ`d^D4G'@k7Qyy@4yZ-l;vacDdȠczfn3hkFd(0DZ+g7 2[٤ڛ4y#fAY-8G+gAdצy*kHƧ5겮fDҧe-4]Na&ȎeEI[>K T$ބ |inxaN%[ffΞKЮ]F}nٻ]ʼnUo"74jr,_&0{Kܼƿ٨5u}4*t~sӌ0x)!9JN³ ڽ=4(G X{:H,}з *b];mfWߵѓY!X?M|'d]juH9}ӇJ*ʄTf"52_O.(=jbt ]Ӡ^5#O{eS#9lP}YFmaTkǡ8 ?1R`*~҇?8#?HC*TTeO+"}cd?WW` &FwF7l pWSUgө7PJ 6 wsW~nvh>9Bpo,L+5R2k^C 0-Ukz5@-ԃ=yew'@ Oc~5BlIaQ5.( ᡦ5j@z ln6(*(95LN4E:堈>ȹ=i<`MFI^r.ۜ<R[T\!431n Ҭ._*[)JI3XIeM$1X }H?f TqH :jsedNPg/v7,?['\֐in*>ЧQbL^w%@?uu\L brdJ(\ 80şy"x/Ix{ݻ h)BzG(OwnЬuCX(8wJ޶f+@ض'ሥCFGĵO&\M|P)FףRm0 ΗasW'~w6$jKxZ7q ᝢVŐSl KֆSbm-gڮorQAR^j4+pgT*m'#To< H#> y%Y21al[%>9u1U,In.jE;8g3lt!v-Ĩ):(^2+LvssX}FZޣyNy03d-ْT{F( ={K d²? Eȣ` M'>Rb؀dOnnncPQwLUL'_(MI۸%Ԍ;S)1&R̬l}f=zAQeЫ ~] *4@yj62B:䥟t$Ɋ Y@u( bh @Kx}Do=6 1 H7Zv|MyB{/38Dگ99' ~'JB ClFNdKc/_!Zdb]݋2p)MEW$D@P5ZNkGY1?HXR9껻jT#B֏-/cz]y"1Neއx- gPmԌYB}uGmBM- \Vm«J)vm[Ě쎠q̝"wjMlm TAtTJF j,.9.]B)Jr'w$z3+EEzƟ x3+7%8i>v,e"-r:ȼdx-~'EYu@tCF%7}K4=|3%ϔm\bކH/p{``;!w۰*kJ0XY{K4֦٬zqv p3`T޼ rR~jeZ7~.2:eUOTeTugMBnj]qpj<;7 +2[FD8w! ;e6IOvBއϯnEY P6{RzRx 0{]F#}\jJgN3~DϚBf v r KE^uȦ|nq PN`5ׁ}Ccn7*;?lo G{1JqSeINflڢ2aO<29.mТhuM VZH[Y@a$.a5 =*?U=.vn$ =FT04ؒdYsu!ŭLeuI1DmUF3$ob;䒹< Rh<~ص{Щ]zܵom݃%]~ӝ7 L'f^5Kbgt\2wz+A.l]ȫE6zf!OR iW{9t;* 8i f [K-TbZ s75*@.%JgdX`'X Ȃݟn,q%`GTHc Nc4lFra+ԙ'akdJ:GϔH*=R囑RMds⺙0 UV :FVPvkv#ډ\ 88 f]GKZ"L<I o>d&`h[,Q{i,>?վَ-0B9 $ωZBxe>ULDl+5A炃q|ji\z"1rF%>8ΚeζzZ5| A潌0zZ ^yq}oOe#a hrnL/<pd*RW8W^虀P78c}L'ӀEQnN<^UMJsgO!KZK[ ˠ-)fJ@|S6P=]frJ/-U6$,h(Cj vk7a+yxU(f $&_>)m"{%AyTڪP~ꈙ3 Z"q3+ firr#{q xD 7yfam̟@9I,mPGDUc>xcK&'v' Mjze~Ex?A ;[B좿Tbqwף վ>?/3=Z(nHrnKs%$ }gvnkz mGt[%7*n~? v yg]zxMM7o o}#j&7s5iWE9'ʟ;,>wGn/5"Mhݿ0Q o)I6eY\kEY?خЇ1\P]݌6'|7Bx5FRSF^6^7 tX#,lFb{Cl&].~˚.@b4}`+vl:0'g<{KrZ8{Jky$(SPZlHhLIX2?8( b+ն=Z 3sE 9X^Ht/U`);:.>`;,um,kQbSdzzkS`(ĥٻ}BL[qk>A饧4k("ę΃u߈g`@39RnlfkޯS$p!u@MkwJ:Xx<E)2z͑}rw8sj,s+= 9,7Ϳ?\D9nĕD`=C|?^cވ}pB H'% e3MqQ/R1'd"8aFKꉡZ:h4~a rb_Bz$@slt1$F8Gbm234Q]'=eI֚|9 0k7= 3;2fD!M\b $XKѹƤXυ-G}Zfi|cFiB2h/#MLԋL]U[5.oi<%P2)٨edUȸpa3#Z(6(Ss0#FC2wG>=R*a?@ؿq6S5Gg0?2TZ)- za>=U1+ڇ_乴/ٺ7ʡ/i>Ƚ[qGC?O?!S=.7ϽG졠GTzؼ}q}]Xu0iM4Od*8d)?aD*AS>Kxt|(7]Us4639EaiL RI`J΀0͒_-C><*ŵ4@tIGNn9)&  n(C,-sR-<Cr&*eӪpa "ʹ*8ey3dLp0IƉcʞ3_/uT4DԜV5OFy#W?=.^.~C*NI TooISStrBƒ36T#>oSyRlRwQw7x%BhS72`;6܎Dᆏ[=E Ht0(Nǫ_#-;Nn ǾչW#@zC: s-LM6^ ȾS]|јHp֗>& )/=b!ﮖIcN&Ve/؃nsVx">1`-bB[JiWNu] +&Rz>-@L@1J' n:w\snn3DŽ?e!R6I1_ zqZ ^_BĊ\GNFcWA)^A \,v 4W/]QL"vs˂YPȴ}@2zL]=ئ?lܫ!@Nإ!Yv OjzxydrӞ'v2DﲋSk=`jCcix=iI |\5BKE\d΀|fd %¡D2^]la%,ʙcU&aް&+{.59*4Kbش튗^ʹ\!Nҷ!; $ ^<Ccs,D]E/ L2MHvG{q/wg2Kfa5[,+ƣervS)W-C.xؽֿTtj4YNǁϓզc?h2}(=ةQX]L4FvH`U/-!w /TU/VN xnR3!.pܡCf"=avp85}RZC U3{9nf8SDNTv`H;uF)\Mn_)ɰ^&jm,}%B,0jlR ņq i$aL{Ƥhwa7({pk+wDåji?r/M_5Cֻ B옗WMZQRT9}V پH>Y/Km[US].DpQK!')]% B΍uYȉ9oV< [vv%~-$$k4"8L{ څ wtwRM#aP<]js#n'_Eu/k)Rũ{_՝e%q̚XJR5^E׃s֘ZCĦ^4l<`f8\Օ\(GC2.MnQr%qq$U"4ZCN MrCR[nPY[*+|l/)TO h7'n0КAFZD%ĜmA4.ja=<~ !qȲ˯c\@auJS}:g_0*H<$xM&KoG|3@5;@jh9o/VE2~ղ CYT!yu(su1@YCiݨ{i]˱YNuSD9iq7gx+m0TAkY/aX(1dT[v ;7kY|Y{T9CbTkzۀFpI(jZU۵8m]u7j96j`m~ HAH@%|`E0INKDq|/=0Jj7~;/ 7۝&X1Yq^?q fg5qzuXDWR`7": ;빕8H^B2թ3Tül&]B_~B.KLPO[EcP$j)#4f:$&^eejk[XlcQYx"a<8yl"탑%fx1n`þJ8,5,(G6##kŹsg`Zg>s] ' =-#l?2H>5Z6kG3>}(Y|ukĎuk;T&/0 )p^L>a L@~Uzy6MTa)٭ST1饈HwWyS}1Þ`v +ӭͲҥ1kG5. %^X0S=.*ӶuQCΒt @Џ{U'rd1{yP i7p&p zxcX(X"~9]PQ(̵mgQ䒼\- R7\W(4 C֚.jVgncj,|f P,m:~dudc`“15?˜֬~}bDDpRҩ*l[YtԬo1/5@8 &0ME=b>JZ86xiE./ӥ D?ec7Hqj,C)5]>rMaEaJR"/]uPW1_b2jV)$rDB~aI*C,Duv `3n>,( ؽd5гux ]E%d5;ЈYVB'L€65, D6niizRb(#UQ&g k">uq֠G8=-20,.2&gJr/G#BWGDD3L^ C`fnU١ 3 D"#Zm=s/#BkZB "*zX *@H Θ(Uw0c)#xL*3 ϴy;O`^6X4 HGeT&q aFQeŠ w+2t̯G0h+n]PC iuM i=(zE(%_=:GC;^lӸͻ0HS_}CUx5l=ǖƍJSB> &*JDD^I>g(f5bhC\wˎ$! kxK!I*nUQçZVKkƥ.վ>Y_SS̜0媫hCWR\*MrMkN>*I]kk.킺 B_[]ԙBH*%}mYhl>j18;ɑȪ0G86x|XLګ"_R4jsy@!/ ;3©_Gd 8}'G|mլ 9rYUN|юw2T=ZFpoCj+PVh{X0g- @Bh6xױQ'exVtqkǻ_iTXyZ8 61A? z?K (^TkBt`+.#Wn|mh_aI^r_Hъr sK YDͼdxJ5i1AJ;HUkW {[ Ҽz 1lYF3OU+}7@ `[Y\+Æ+RoAzn[[݋pZYgnXmޏ\NR^gDsR/)~x987~T_yѼ~v]N)딷Bq*~j ԜsjX+"9aJ[5bQZ/EdؗqB 2rzB%z3υ:npL0{tވXEǜGe,kԌpvv8 1AB/K}l8I2 rɾїO98繗:-涴OE|7.x@ƪq%|ll% ?/3gV! q`(lH7S ! %C1 HiżM~Ҳ,6qxƸS] ZaxХ!Hf*L9.f4E LPn:wKcScoӟ$ e)`f!Z_W{uϾ2!8p%c1^w#:?]\O zѓ-AK_>BR}Wr.p1u"*y`DnIIk88|(.YQBPIbVPCn4 25lwsSWi&P+JvMxڼ;Jmv{O|ux]$tw+}De!Ô 2_8J/h[F-Mjz1myM&$JcI|nzLfwD=%G_ₘ< jCsZ0σŁdV6˲Q]!7腠% KW17sAm|0muZRBq_u P(. 0Al v]ͼU#|ǘv[UZ?Hާ'[%:3@ʉbY,3Vp_wcm%be7Iߏ֙1 NpcSPxx?s5OtE)!XlUÀ1D|Y{[!(b,&W6ȂD6`9I  NA%+W>sX b3" fQs!0I :s 7" KT~o$ج,ܠ'^hpjc S8Dy\=nah8xgPXCjX',جUyCA變{.D)⮝*S6u e-FAeVa1YGJ`?g&>p^d_ #*"I4Ou 3{rv|ˇa4 bK*}ګ΁d;fg I77!(TنoǹdrÊ_GOKL|A[F ]J-k#<2jK.=aUbqܺz5̬~Neurձ`4#%g gEh LwQEԼQ#Ka:ѭHLͦV4q4q]Uim{WlvoA>uFpX-=IR2^~4#n98.w{.C79BŁE(#0:т &aёL@:vU9`R؛:7JIVX܄"6l8Ov%&~E8!Z}C-с㴳*:;^,F"KhPl|3aa()s/_LNİGRƬr~i(xiy0et#ӛ,6o"( |or3⪔r6ʻM?fqYTs /׾w7"﹒xE1y >~@=4Uz57|֢&~'1Z`Ahky8g$~ߎ Od)`Vwk(k9+AuәhR@sPh(LeO&k'V(DW]ۊ^nlC02`?mb~\{6pמɵbABLWvhAKˣ~"uU֎`iSoA?هJsm٪“/O(Hd5 ъ^, VfQWCN#,Б4*v $:}8#]ܿ+#n|xzjn\ظ-sWN}U˷:vyGٚa\*+`vEo(0[:f>pp_O]gio>ebwy?FQ\h]ftᕣ^g,xm/acѢra4,@` hgX` ϊ% |dgY ~oD_H딿~Њ `Р} $~C&1$I07hЎ-o0E@'2\Nq9 i%{/ތ GV 7kU;C]ABgO(G /R,fO&f2H/0+0BJAO|W3^|652+9 A-zX2foJ~)?v m~-yCMl{:T m~˺Fj#bF9byTA ,hud嫠g;J=~G46N4XAWFw Nd&O'Jݘooǥ*aU;)%`2?(&`>K B,hY38*z_sM@B^rTg2*/(*fE|Y{rz:TC%5,5~Pv Dvk&4^4Ay2|4մ\ׯ,Lmj*ƔZ7)b +OtXI_F?B:$ҴuC)w ɘwY}oI.0h3[z=gRMOAH!͙Dɰr g %1ә@4Y5G^~H5 $/9K`@'wb_% ni޺1.ʧ×y@3Glj Y<|غÏhS蘀E5:rN6oAu3.-2Ĥo8 <*b2G[ݨTz֚Mw\᫨Sp70˜9kWvkSWyA}؁@ӜN0/}/7CZbn#[~Q1/L@98ӏ#ʖԞqi$B @`mxe'E1YrGq<}BVp<= SX #< H!+H=NAԨ'.3`k5E +ǭX0Dܲw9b(Qܫ A $[6AǵkMRq~ƽ=B XVvZWtxTB3: gsǵnB\';jԾ΀D( TB9 NlnbB7Gȩ*t-ؤl9]I!iGr[B ]!}IKr<)Qn뙻 Q#ӯUX}AW+=ÝEfɱAz$[t~T83_ЄZZfĶ`da/uĝԂ"~ }( 2sr=TS`ܖ9j:U)O&ɱBh3ʼn\YR$M& }*XSuNG% ?bF"пˆ}H޸$mcN _5 'vSEv T e!P83r=TϞɨy=e];i DG⬦;*k|X%[w<*a]X| z͊.t]wum,htؘρM_|Kce!\C5I>R>Xq6|1(`KA: A pFs{JlBI %W5Wx0IQ}׽t8%˖?ę%)[oh,%}OO2& QiL| Y]:·37*"gnhN]LzUJ=ԶnBl)=)CfCCT=EvF>_ )vQ/X;Cb~F-v,-X~;#b i|!-FVN-75`|{4&ly_Ñ@cOvޙrg8@eoB0 nszx9s\"T&"{]KNn[ݨa Qs+Pm3 5lzd HӭDqv04QG: fSteOgN\7L4C\h1% ɚDA PԀؙ~8o. [`0H<⻔իɲ ".g3e̛~8f06͜hڪG3)Oqs7fNV]9U"ye'3ޫn&'13pM1"6ox}}:ڌne&|rb zz[st[֏JĸCy6%7-VD/`}'-R=m7}k):SaS6!xɀ]`H!znb~tYb5, -KsWN{"weaȝ3vJ( S/tϩ\7 c.іX`=RZm?byThQ.1k)߾ ާ=OaDF"a1U-ιӌ.r79':zzUOaaIULC/cl= &pf P_aXupL6N|[CF D _dxII`$⋲O "3='v>e(BrnO\'1Ҧ^9fU92˔o`4̘WKbV`dRᙷ} ٫UӼWٵT{!cZ{YV:3K)L(ʌ+^`J!ZmNMq z f̜zW-"9)?6dʢ3Pzg.}tѦV%12RXgmy?0n*'ǰ<F֓r ;&(>P=3"okK*v!n@_WΔuv;աl'Ax؊̿C1&4vǻ)$RIN˂wbBZGh; e:r Æ:!H!ZR~"}wb7H i-{fph#2m_Y_7Xp~xe-J&7J($t/%ƺcg&7nG=)9pTC (#- wOۈ2@jIKQ*ybT 8w<yt@SG MCx`M<=J%ה`(pVVk:;gɣ&C!;WbKK˺s KDL`Z35~٫* 9 FUӭ#s/n'vK1{'Z"ģ*8Єjw8j56Y9 #|Q :j6%> ƚ{#vEd:CA+՝`ۃiҀ(bTp5ʢl2%b`E៓ y!w-&>[Ͽ6Dqxtx A43ĕέگ |{?AB sAi" %+VwMl5p6 "oR:WD-N7$A7ӝPNdYJV+9fgqk9X8Ƴ^""P 8 .#/?Q 5=>'$3gZ'k^wA%YRa^ȼWMolGj]OoUB1@3|9E__Q "G`Xzio0J2Ӕ<` WPS,2z]Y,t+yߑ#eB_1a/O?<&?.iʣI# Mh'U|\a=uMY QNTҐ@H sbq ѹ0>nU`#jiݳ±n̝z ivOKU5_ =Kw%? mS0<ꈽ;_F (򓻼A77Bs8i+ XXhG= ڍ-Lubl]x]~GZO {䊏̑CoS쨴% Ƭ!,tN?tzPns'@-Q eI7] pa0T!h}xa'>rznU{j HA1Q,n%2.J֪C}LrnĿ6Ƒ)& /μhǒuOZ.f։C&2N{9Ft'ʺtlfB/YG4M푞pNjHvoyҜY?` -ؙVyƚDއ[+֦UxNv,{l ן+,9CF  7H,s,.c>BqkMĆP-oy߽5^zi힫=7 #u~R| `vFԨAGHQ $z/O59UrۍvxHΆmؼ Fu#)) 9Y Lc}}؎_'I` P_zu>'WG;.g:7JmwQn(OdK_И`&*S8$ɞ\ >V8(E)M3]l%'[1De&v ElFf-|@-o&&ڠ=21D*qCTWLFJ\7 <.|zl{S{wH#zrn2ɺ0Hrs4 Ҋ{W*&)0 n*E/Ǔ6|W?  Ziwq`UXbR\7O(~vV!OzqI NXFbn ЕC2ѱ;kܶ秨qy: $(oL@apRyJTu[02(W]-TTe f^%\`pazn-(7,(ʒ$T8!<"=^^2F;1krDZxaG -56b*[}N1rXy \#N樢s I' : Qiz]\ڼLo4#r´Ԑe?bPSAzaQǵ]IIGxÞꌬ\b8 Ku5LF 72ᩉCm WݰSkXS2&U@}–!sah=Z_773,:?C9X 0fp6rspyÕecEqѐEC.Ɵd38Ysܹ"u=ddq^׫e=Z91 -/G?բ0 6y'Pw_[A k1md`']MqЅya3GƝ˻` N` |ʖ'@N(g@-=jh5T67o,TpUBݭ*w)(2 gj_Y7#ykFM{ us:e>Kc3> P  'G8b{`Ԍ`#O~N/s9a`H쭔Kv+lim=֞2R̲e-HghrXA>>j5t~R:('RF֧gIùk'tC'vO@*u*k f7&n+S~\8yϊa+ 5@FE3iL6L κigvA&-ݚL+UgUɨU [}o@$iZwo=Dk׿K?%T ?r[<=-XS˪+Rm3eZ={l=Pxo 7GǶm܀R  RIN8)&, bގ۪Dds>6ѷgY:Gotpv?& Nu$N͙'^}`dKjF L0y^.x#xKs6UܲECy bɔ?zbvǷ-'$/D wkY}h}D ^]U. FTIVMM&[\>2^NB^a0 ]&kaTAv!0GoA3I//?WuqLD5:[`8V&q2hLKOb9ijڧ#jHfAKm7Br2`9?}VeX,I+Y0pD2öKd n#ZG֊ mejntxpW c!F·颩{cةϱ>yɷ;#KvcAX`'ӷad>1",QYiOpӜ^$p`ܷ:Aeȗ41Ka(W,GcU" XQDM9vYD͛6 p͜=X9=Dp[_Yo;-g\zA4qQhGR0`p&(d{r)ND,UOr: Q!^7?FP>ҍ+PDh6wumL[=h/괇8$>Ғ\X3`?whNAX]ф|!:&4PunX|QGW_,Pڋv 5"pOÅ:=DD3VN@ zzFYIu Ka-SP Zp4(,5sq#td`Bꟿ;={<Ԫ{Q-=*K|E4TW[nghN̈XD׬N>Hm"cL0M,P92;ȭyLr- 7VUǼ)0oKz- 뵀_ƺ= 64x;w|2mLM_Nl8,3N?H# !iplO!-<s~J>xLǛ|2 -‰`GD}~U֘5 $AgT KV5Ll+NU>uЬَORnJ>Ak$ ŬҤ8.xdOw#qr30e&ބ|` xMf@ͽ:ʖv0RYؒdIy?>,X}=#wER^Ž2O i{-m/LNd Yn,dݬBIuXC-72> lkB~&6]o-tZR*:SBIY6L"m3+V$xM_JWsbH*ɶqF<*tOXc!HѶ6Z)X.|^M[iD4i6},ΣK6Z8_U_#5c$y7Q0;_?:+Q $?%üa;dp/ޱz}3fD0vҞ9<%2c똱cϏ(29v{㖚bD>_ f7A"ٰJ :T75E|#k̔26==t-Jd؉_j8n ǦelY|unxԄ$REUGc38k;̽_:m>q r,1bu0.D&ێ2nWVAEGnYCP"BBvDw)]~H.se2|\#;*^+,å~ҫ-T\5iSkЅr4tALPaHIzaaaCׂZsₖO@oM+-'~1=Q9ϫ"k sKu7-/L i7~^~2'QޱוC]d?:qq%ai QHS P8 |yNA&I.R*"Ty,qT99r {&6Hzat($Hȡ6wY 6[ՄQܳyqFτ ^VSDg/&.'t͐ᇖ5h80~pF9w+ܳb~˥"T_-L vqRE$=?}&YΘ5bSsCzoSi3J oW V,P PF>IٞaRPvjV\oX.E6qLip}ËKd` ߗRL坋J^B>X+3R:&=UCSxZո`鮘L\[bHECXʹ/$HQHؑa,'%< wKQľUSfhqVF Ӛ<{ ea D!ЊlIE[lg)oM`Z*ߒ NUU&le-ѳCBT*8wbrODG)'\TF,`/4WkKT:gAZ4߄7W~ pby;d,DT!Z12mv/+l;CNE#g)>&kD_̩2\oɧ4ţ7) bG)S#7 gf/(wFA6(Z+B>vG 1ad6 \4rvela$>5#j;ygr¶$px/6VY rRYH;~a$Z6 aWf~HdjCEWn^HwЛNQr"M5عVwnzI-#ј݆rټZt[70=H+$θjѢr|Ŧ?bL2=9h )h؊5ĝ>D8]BE.hDi Fs Od_}ugVaуW8=}5͇3CL+й;@JyX=E\xX*Y ^ق6#y덧1HZLU^C*ͳC\GE2#4U{ KN,1x*Mlɍ[gm;<~b5՘rk\A PѫcK),Xi^mFeNL8,EWDZmw2,fe%lfPϤeUL`qܹ/#J?]b'(KM&GoL4d%% J%$4o@-X=3/Ɖ jw"C6T ЉD|B> fZ:ri]iu N0^<2u%n! l rˮ˗aPmbvTbU!ci} fZYb)!'\7kݒ4Ai)| =aZ-c*m}tXh[\sDU~iP_z2gD,Pttm's{h3k8 }=ҨxH;< PxynrCn<+]߹u/{YyүS+ +j4]5«~rl`ƿ+/7|'Lc P`)l2%ϭU-N;p(7QԠL@*ELnbU~@\m.7 *.Q4J0̃I $*]6q2~"li z9&z=&{ͩ $ C?"cP'pE n 8o!LVRugʘϦק+E}H˺He(+C-!c'h8x%[W>,4h#40(4mTL1B& : 3u)R6Ob*+.%Eg2gozoVfκ{!Td$ y񎣱EO,7%I?Tp 3HݘnMϢWΣ|- (zRogpo8{. -wce8=0C| ;dMVӪϯSo6T 7o쪎K;Po & ;5X9 f+uq6 8ʯ`ԓ:N7,hXhE5l놫WΖ]]8tҋe89xHuVЂ#%J}ⶶ9xr@=t ~Bnoq|5["fBt0S c(.V9E:]I(DxSHzc)n_PY*!l7}A #2'FIaYu,iSqB'AIǐoIv6$ +rb`"-/Sjj]qPW)V4i:x^/Y8Rǎt;jfFBց_!f*Evʹ%4ݍ%>Bٖ9r6 頢p%үuҤQ$Cda&_~v UK랻Ղ}es4Qftyhn*XxNs|f S6dlW ]tKUp&/up@֎ t|l7 K%A瀪s j镦"0WB,h1ӴEAX. V$!s ". x@Z/mkf5-/ؗ 5d̎tHxrRb)!*ߗ<&D.,u;5H\K e~`0-#6 JHĨRi'G!hM6`Ǵo`)7஁2v!zdžZY KÒ^j\x Umf vAhJdZf:spЅPFԄ@^CZQ8ÔhG}.Y3_69 NI)})2NUTFSnJdU2O+N&=q .[E) T]pAg_zfިq8eT -+qLk11VPhaNzBũ揣p@lQݻ0.hoxŽvX/rW"SkHٻJrEQ!\Xflo]pF; AuhCE/ b&<lvI:_ΰi֙U :ɦ]]OgXYg$)iYɽ) oWF$ǚlz{ذy}|eB|Yu ~Li(dQ$H'F X[JT4 òf(-pdK#!z#&450jG굄Vہ'-~?(O##Egm¾;{xGnޮr~JXWW$Tenڂ1 1l{gWQ9>1fC7M\Tk粞{|Q`ZB_OcӹpŕЂ*@LGN 551״^.7(ci)Iѫ6ڝNt|88ƀ ]'VSۙO':Nvu8 1`70cc0d`EҠ),)@oFޑk`cߌ|2r*%TkA@x1fD'R/B⪥FiYjZC^<.|̰ Kl .%1#)#,b -stduiu\ncQkh&I?-jSޗ+|ӓJ/ Q&p(,+ Th%}ȳ\ =6n#'_Y0ScX+嬨N|05mĬb_#eڸ{p%kLl[Q~nxN?:hͶNNN> 'yeX*(>f{ n\s=̦ۜrMtsOKR*_a$lNFBw.5:cSrduVN鑚g:*aQspQ #M.<f,qMP`n]k!6+%CCC17|#,my4_ɾ!lsűt#}_lO9ݿFdTr躦zN'xy(N|J<#oHZmo?评>,҆a\%rYy ނXiTy%)C#^ av17P{0ˎ<_<,PO nxtw-wRCELK4 ƨ篜4/ֆ^A8j;~o1: br99e09}z+x\4RL-vBi&8/@_2Hq.N#~Gy/Uhtfԇ$?  [vz>KN ga?/A ^WL#<'+A`{~xܾd`iLV:WQ %tzZi `9vV{ W@W"c/6Hz܎:n3N7.*_]y_S8x(>ƜpI8"i SL{dܪkJpCiFѦ th@5-h DE"5fjyHr|2x%)O]ZkRx^gɔN}"J){_8<+dP]hXn|+Z7g_ #gr}'Pr^>rNjj(ww((/P ]ϋm[8KADO"z" ;|Rv/k݇#>irF:M(QR/3%=um,ͫo4_ |}vT +}WNXHKY tdn0;udՓY)-j.&CHhj^;k!3/>r$$Q{U!v9+a7 7F&~tzE>mQNƱY@΂1V=7$ ]1<;)㟄ƙ?_5:B >@p-T1QCjIO%ٷ8Tbv8(&vjY^a ]4 ,nʎ)r@)O5}"S|r"jnLf[sJcZ!bqׯ++H5zN7Z <0;\LJ×uiͣ#H4^6rJ2R,oʘm;.3BMj,wdQ9> %,Y3;ӼE&g?v#6hWa[8'چܯԉF LDaaPyBRUC)_biĪ+ۆV N"T5YR,ZUe-Z{B[>t cjkIьHzK>ZL݄֟/kEPNmwɭz p.ڷQ[t] ѝ: .w;ˌ`m]ܼ6PӟKHy%̒MO-BfomT@VNa 574>V@C4n!5!Y~;daD*ЍQ.P(mS~`%[^ubu xx_+1Sipܨ\ kN`L@o9}CVh\-PŲR:0}̥3٫fbQUz@-6?jN6I%d"H ;Ϸ*[Jx?x|8|F-qC`XzsI(2xDON ,X_ъ!΋k:gs{$aXړt o4CA+o9ןFԌ/9sچ`k4u:"ʟ~JW"|lH $sK2'T  bS63}4ʳq4-80o-"4pQvYX QU4jI\\!5>DNXPWS{fF3`}; Ft7bAq 4'7`sg7컧iXyujC,8i 1Y%8g-ꎂ/ *̃$o?pf™ B[-JסxteOdQ ۗ/5)F>i ?͞P`Aks\utrU E:L ׭F$bap/G[LS@V۞&vK9wcתu78G(<-sʗrc6ȏB5b0)}~:6l Z,4ZZ!&=A ~w`JzjnB=Նg%Qw $|q(+T0D|sL^軠87"ycL -7^s.<3=f*s&Y'C?B̵lP\G, i5'S#I?VJneJo7*#CD8w rxo%"j+_6gxU=p1U8*&|ǻp (8GmW6AejX>%48 ' < Hu6au#BawO&l(6qCtSlZIBw!Ԭ?^ΥWj aG/DJrTΪNObȀHf3b8t1{C8(AzLEaw Nhۮ+hyۜ@-hYvwRS=xfZ̥VTd-d~4<-/D|ř7tDP)qn tGu(ҏ10\O P"#,zngڭ< ^; xߘ:GNes'~ }Qq%#4k [= L[SŹ7.)lMA %;9ZBv^D g_+#%rq*:ĒIeDdt?Qa$ڠ(jR2{\W=2 La尢H*JMDrDު1I%GNJ`bIS FY.Uɦ*ÃӍ.wQ=Z&d'w(j ʣ.4B)hз{_5[ nMafQk1۱X0l˰liҒ$N6ǢZ&\BO8,ZnBA ?ͣSe6mƷJpp#5u,mr\A.!*@ۗY ăA@иI쨺MTz*T%)ߺӭPͽW'`&tb2~>I2NPU?<)u4>$b2i W;/ F]hd!HW]a'DDPx!+-P}a_fWq'W)z^b4c( pQq.bcjS?>G{Nj=F<*saGC=Ɨ+`c?(eC{Ls =))QsmKsS"M4Y5ϔ ]ܝaf=Xk$}YWW?L7vd5!Pɿ>S~ԩ0L <&hѩTɾ\1v* sCy{ux[i7(LVś|i4HRHN3D֓5!Zo2Bz_\;ph[Tϟ F F#H-x,w܃Уi?Ciwx1 }z>MAZ=B/D?A,8=@=o@v=n>dAN 'DKtfCDGAEB;}wvXa*K_nbd {}zH4̦C f^|>hw\VN-JF!5PrN_N{Uz]%#kBacX^19YS&_`mZȈ4L "u-b Xrjfx4l/N:FX0 -Egy=bk0L gsXɶ6 5 $l툇ŪH%&ּPtqd?-Q^JFD0/rHHRd ~}O7DdEuMmzbiUA?_hUz@}cfz6/{MG*<4|-5q7Kѝ ls Ƨyp)>*-`%E}x+Ћ1"y/VuSTJ GrJJNO꼆|p]G5!OhIs-y SꨰHq+|رwwLb"$cBUh#WG]cB{ă ] 4cY_LZGY\>,q,UrvVruG׆;,4{3=.W2&@4Yk4"2"Kn>fЅvIPcd,8ߞ1NN6팋 !i.ҧD>ݎh?xE[n^;7t]cVl?XsC\/U`RDMZ8<;]nJ͊{"K}\)XKcxp |t(D4=׍rb:A tg&25w)yٷH%s|#Y!gZHX#&3q搽Ao(gEIGQG1 nq-wϓ|#lFׄzTƭ /3oQ ~7ߋ,尥儦iW*cCf=cDD ?pmn<<@eVN m7jbwr{GASL6dPˇ !)O =P[L5u۴/|8:;{{-n<7KGad1K?G|t; c(KmלI7Z A#ۓb҉Ø ctWSџ?dȇ{1}m}7g#r^Yז6<=yg@{7G*Qqű9QSdP/]=<DwzֹH2 q{]Ԍ&7L(3WM2MIL kn Fhƥdg}xރDѓ*iGk`CMoN($Hr%ɟYz7}#"S^cr=1e^U;^,.F8r(R~ƢPW",-5Ξ/#AcL&Rk Vmn@; IR".qm-b쎨X1i~Vܱ,e|YljmCXޕ'΄m{uy+hiXm'7^Z~0ϪwU'lgnGMJk@ 0f~4ML2~S{5!XM,6c, `>dA<(wgF]",+Y[Y?k0J..5T&$N}M,aDP (W1R8Vᡄ?܎kD:qZFolMt[qk{>[ȩp1~ Def񪙕3ڕ]SR~xYHqu uzmrn@O~a%w?"Qx)SvCD[2MuIZ4Ky *OMQ`A^r؂/Hr;\G>+GE8sR+4D[' )~!~7k!]W3_)|rm_kb{ϸ7:M1GծZ1U=K1[߾ȹZt5N1=>~S\Urwi^F׆0dxf.NFl7mW-1x7-k2* w#]3?,'F(r+[Xō8]bw0kV{VB`3,,2${D+t !-qN[ $-Ͻ*jtchN,{Ji}H+ Wٯ in̓] 3w[НUIX*k՗{lwT $Q 3 eOXew EƣWCo:DKx2n2gaŊ ?v4g5Ny8t=樰L 8uVt CDSvFTTuJ,!a*R3Duw53D_f*~ށs%IJg+#xpj2H0i"9'}|1 *2mqHHޱK4ӎi4`>gx!@h9z /?#Ե(3-%!? jާ="v,lGAEIzau:P]]d5._Hp#qŝZ.ơK-n}u4k|ODMf!:G gOJf ›&y9\͸tf#NkɞlчsyI3l(/\S@5avؓ oROl>.[\ѣp\J& =&OKOcn 4|n5>p4\e_4=Z-i@8<%폣n;K q6/+`כXӔV&3ΐE1 wA[^2N-e = !+8 ey@`c˖ɾn¢V/.uF]]%n6i@e8@l3]wx뮘D aq9 4KEP]5g."[Y]lFq8d(W5Fa FJ=Q>:ʨs&烺[7?YȯUZwwHvXlQ Niӝ|yfa(w=J5WHTB&ֈ%Q-Yp_ʶm?kMnv oջPxDa[F텽6P4v݇tDAN 8xI޼( 6#pw)]bQ U;~A%}D;ٯjAp^xF"$oΣUP2Xc~e;Sɘđ7>Wr<*CQ|qꥥ %%ΰeeeq"x' vO1<]u<%g;q aρ塰A19DL_EIocBlWŞoV/R~̓ZIi:E9gþ87K1nP՟@D,0Pjr8#]j)˘ &gcA藢iDZ4,$3 י;f/vQZaovԐjʶ0[6΋S%?ªXQ2"}'XO|㢹 tnqG]+ժ"Oa[H;!bt1?yj|~W|4O+E;:rYDm)+b2],$ '>N>._AVѥ%V|v=[C^SLDEfˁ ȴiM!yoY}qkxe7XBNr^lܐ;PH^GhpO׷SgKŧGv4.͋NӅ?,6 MYd7 ?""e~[]3lHjcD`js·h jxjeĕldB}I;mh]8!{y~vk-#ƅeW \h72l\zaqr.Vi1p*B ʽ3뉢RwУHeg%*=Go5zޠ]xdkD%\bؗg$Ak-M,s*Si8PHag̘c~~D7tp4(z,+rgeOd"J&Ѳ>C+4!p0ͷ! BS1Ҙ $/  i\oS/Ya{zٺlTˏMsڪ*/Z8;7efs+7kyLwfʅ!MHV*EZx s29 ŸÎ?cZҚ,fϞ-o')w+kaPX|r)"WFUp,o˻ղSq,I5<r)}g[to k@RWLkP2O"lfoswĬʅ~^.&moyAAөm77'>"7'di)B_%x29Ppa/(nW|U딘շf;<^ɜ=t~*8tǾjjȔAmasP24hNGO֬?n_Xi `߻U˛NY}#oR`o8~XϋZO7i&8+h$Dy|wTDw-"/t<ڽX\_K/mJNk3¢/6KaqE6i.MssU>02NW<,&,^]ǹu:zT`no. yԺ̾oG3dpO]=]p?,V€ & --kЫSyH#Nn` $^Vhv@k#h7 +; OU?4ãRp\(8K-Vܕ2C?}4Uߔr$TJ'@G UeՈF ~2JigɈSkd0gix]v)TcSN.!|YiTfM\{(2Q˴OmK$_g'-RLà +oTqٔS\%EM`S;[> 紛trS{QL(sq,Am-cZn:ٺ-bF!=LZnn7|4/Pqjo&ptUdvV@T -[V7銱Ug֜40 +ՉTx0y:2r׃Pw[9lOCp8ۤ”Wo&F𐿡^袑BSy _gyy1" 9[c5Zb;6AJɱÚc 1NZ!I xSR7qSA>Di<ӊE) !WE/*C^'TT))1v$e>\V8YhefPkHڛbJ{א2F5~4%$xAϚ{R%A2h^&uDc2Rg1.xvaZTRhN]}m;i\Рڻz̵LT(N( 8sAQ-fYi{[ז Eh6][#A_)վɩGZ#$=Y(|!g;s V4y2v`OƱg8ܜk'7^ijj,SdDuY|d{C`f`^#7&7нvв(f6$_vб`!0vK6yI oxr l`$5w7]~dza3n)r ?#~}k3Js{rOB 2 4&Y>嶅 I91!ڽچ aІM$ !'uUD\(-NtE4qu8Vh}߲愥#V+ 8Rl6X˟cFՖ VMvvo$[ĆyԩdU}U'>kSٴCԕ{Dui}q"W5눦Xr%e:[aj+Bmo g4q# GRGE] .rYkRyMFlr  |xl#kv@v-_ߺXs~Q ě?B3"@ڞ[1.Zskg} r#1ek"RKikcu}o*}vWr79})IͣcCh5Oa:)rJVmpԁI"8e}nc0' fֶ?aAs~dг~ovc.}2)uRP0 cOx%T;b-t]+l a.?ȸ0+1WJzG'(>S\Mb5ns8\(V!107[@M XnqB;cɈ" k>9jk %T$,\:uG=sGxXL'AYn ߈bZa QjA4I!p;q n w^e'w\Zu|Z#6LgxY-`_=`\̥f&,$78zƿgiF"&%6 Vm=wBZ1&, ˏŕn!K4; *Yr%?8^osB yҝWʾeeT ԋcJ2G*b*fLql}A80g˰;Py( =8]YVZ*ZQ_ ! ̵#R !H8hɰKjmx}$̹cӾ&QѴv O~ncu‰/9UduLO/wܯ%NnÀhE&=lV0&^)QVxYZ$:V/X in1CWjE Gdŝ,@92; H1TqވulVz&e[ A*Zsw"Vӱ#EVEQP\4@ t$=8QV>|6V]6qL<Ոةo+U5]k j&O9[:z 8F@z 9\΄oaf4'i 6q5#'#'z_+{?~ɥ~533Ji' r'uO*!f/.⬛HRtqpfցN #6̡&I;=2QwH53zԽA5Ljh,YlIMPA1b|uʽsBF)Y1B<4wՔ LRvgӋD_-2XXySR԰it'0;1<n,Qhq(1BRQc_k!x$It>zk8 F.W-b|*ԫ梛ՊyDMT$zՠkiƒk &!ۧ $.pr(CQ5/m;u t 4]Ca5hβPwO^ tql)f깧뀗nW4&:榱ls[ꄧJtPK Ү2N1w}л  A0vO?.EHG 'K:L1p?p-=E*[gA y0v$T+HMOXSm6,54N`"Y:g^B #x PQOۘ{RJ!HTMO3qMYg_ ů5ЂɁ%hI>P[zP,-KQ~@"8QzYeheBjhW6qndjx>eŅmJ_7d !<ܫM1Ff KAϧݿz(s}5X'!?muEw ƦyY,+&83g ɥv $w\ҌB=il L"ة|bWzTQ.1*yv zx0T8bSZw^SU`wg'.ӗƠ{ ̽LBV($m.P3Nwt' t8yY<n1zh ͣ&XIՇqf%MNh"<{Pee4:\j)U tʣe U!g_2tkS+hI>p5g ]L0vnN},$"aCc$[qۛҍsXNuL҆J&;D5PX̳׸Lue!bE fYXuqM|O*C@"d a5v5=R>R`ΊF.)v1"*},T;6z!9%VވZʩ5:3\;BoRȋ h5u_Qf8`A=pgR*(a &a(:nj<2NʇJ~E'b}iF=Q t{K.MZGHJLq$ySp;YBhrRuw߱@Ka8J|Zw0,B*o3$KmPjf! 18Yl*Xi:Q+}sz3*L|%%CrX' =8=KHKxp OkgIA1{Cv>PJ }Y/w3Ў+.eoK N@BS7|$kOY"x zu?6Y@ K@Q]V|#FE˛snQVnT\ޡe5w9ܰ6uDu~j QێQWw#+-CUM1q6 $Th~rWiYe3<|Jp.džZI]dFTp _;NuRiSXj#!{+sHFhBqFq{'o~ n- d;pksENzvYtt<0*ΙM>5fO!|*l}+{GYu(;ޡ9:\c}Fr}B1`Mz%l6kkTZ«WN$m%IKR梬emz҉3(2s-Uw[˃g/tG7jŝkA[8w(9(޼p>5y#:ɧ#W7J\d,+Ih|o#z*1cN~,ypuUM=48q_B3l_lgf$Ѣ{h`RׂXs0U>[U5#7n8̒lN+Dq([#+WW}.䋡uE!R&'f3`K~El jo'0ȷPHkne8"_OSqKmr܄1ֺR?Vg0Y( !0(|MpY0%_F@M`]nYGj^3Zon|.T U݌ 9A&D:WS o#ndʼnA컾iۅ;NԳZo1R:BU+zzN ';?^̍b9nÖ i3y dgSmA/?iDG\,|GLܐ\S4C~}_FIKORԬRN5;ȿNIwAY5LΛ%kU >_XÌ5oOyd?2r0sUbK$,63?FլW"lK< ݪld_.1tUk?M&ףo|~w>v +lQ7+rwHyWAE/QY#Pڑ JHg~Y|fˤk!5i&>]^]:ێu..A纭 E";]_," ‚P Ȣ: dBwZ+冡V)T'\_AT)0܍^m5Y 8ฉƍԛ\7řGD$9¼Ե*{6?m}CdŽ"l#NM@xS UPCݱ3tu1EdGǢ]]9$<6bp֊1:[ux*`/!%ǎ%ޟvht}| ]檈#oܽ@kP|s,a*eo"m]!UcPqBL`ovkI؟#Oh#;8ak⦠Ýۿ"z49Cvr'CpR!2{Htt91?d_yǠ0Dx)~L;s Y~aZmݦyҶYCvGJARP._pFutZN5OVh=ZR;PiD 'PmV([?it)>]GLGq#qqn6JgKMuqKèа6VBb Q>"[㵷<>y8TBhi:԰Q8znށ\OՀsl~s.[4mcäC(FyhDl[!0-z;w?) ~rC펼q.'u\˕f7%T]Jfk'h iޚ+w}tV kqtDv)ig=t6<"^CRj8 3怒x|p~W8)=M:&Alv2`wD0M߭7bck9$k'!.pT7:bңks|\+Ӛª!z9"u4?/3F]I;_VMe |o&[,YOrwlzXǧCӓ1HRoش4,.Vg&1?} ISzZZM]LhzBPy \AF8 3p cW% ~Q8m1]gI`"o)6VkM9D(b~?s6?DaaSCXV!=i}l@c((V%CЏP{˶lJǐsזIJXz/5 d%DukǬ" -G/K5b5X4Aq3Bio" Qg%צ~@Bwu kU!X鷡`*du]0k.g&#г:n/rd_ꂘ>4d )SONB\j FMeti:x DΧ=IU!}gH)Y/ 4% ~t,{lGEjanKO X({}I2NEPvSZUztp)ʻECc vl/)ٸ;A*%φ~ߐG|e"0(E] HT\׿5nd,o`.5Q{N7a۩-yk#3)(V&_~bcfbS À ݩcpNCb[|mÃ0Ʀ_cS3 ?&!>]|л :ٷ}4-ɞ\ϷOQ_)$aݦPtAܥOLDb9InxVH#]܂E0';,]4ɚʹl(07CIp\.xsC[q`U@L_ Ap+֭#T ߨTz{3/XOJ4U@AgLշ8^7#j Y*(߳ƛ5_[jNUSZn.SE/p@\ͯkHaIu$r&dgS5Lu!(SV!R:&0 Vr <M ޱђ񊝱Z1`ki(7릀G$nE&4^ݹqȋ-=e=jvأMQCBXOkJ`oE; ==lCYr3n}EE=a΁tF**2>4ԗC#߻\VV:xHM?$V:O9=ok=Cf>Mnan#nxҌ(9n5WTjRƓe^ڔAкDӞ% >Q1!W=5)?R<H/΢l"U1-'jiMI ~7=Is.sN("sžEN˗Hu̡k^ f%o]/3b .9U;f(K88SwE.&YGGLї#3*W*SP{x baܵurJJT]c蘾=jp@.¹R1GmJOԙ"G8X".jd:PgFsѼ ~0TjZŒћJI=F$vӡZY?A'.l)ap`jyɰѷ4B >͘iRGn8wF@K6@|7vbOմk[O xuMңcRiP m5mwX+RTImxbL3E15)0+G:e\:h;y (ܺ|^ .UF,a+3Ҕ|(H6HI3)>- d5֠d[KҜ,:DC1\#n#.c?z^C"+x%4D1,6tM Nho92H#a&tpV7@hP[6ЬQ7wi^a(V ?ƭgh[ `h 8w%T= je#`lzdQV> g1N+&~CBX7ogB@m%,_Q9'`4Qn]C g}oGʻUb[lXB6rGh;MA,rؘcnY]RǣQY 0:Oڸ]b# ӶRx5bc[W !DriDv nΖKdM a^:cR.0/i'ε8 IޡKN6e)b1NfÄϏPw> nɻIڦR(8ONy(Eֻ!&!,5 7m\Px(Eyqw qCD[ X2͙y_DȤ^= YmLOHwFLh:>"Hl)4f4ʖZ2hѶA@\uUpD ;) |p"5#*B{%TuC mewAC"ԇKk ]谄rQ:~<^$0qcaW!!A}doAQJ O"eaB>j/[U8Vt׌ ՋŤjUd*v!s\\rɦ`[i dM'=O!W!{[dCWƗEɍ8Ӏ`RYVlATtM~}Re j/dm/5uN:2Joa!NRN5לUI? P>>r߼/lu}EzBfXLh]~GPbYѼĎ ꈧ2얿lEBtө01Z};$'#&=t׿3߮ynS@k۟IYijX{4F { ª[,7uz@;Y:1ag& -@ti4>bfKK܁ .m`۬y4&9T(,{|ZR3QFoCIO(Sqw&ķ̓) 0C>j߾$m̒ݳigAh&5L,͊9Y|a?/2rwgJ?q2z 4XYFҍF$")(RR ٺQU; Y%kG Ge\D3]bbLvmX$?h!HWz/9!@[V L?=:1'}uܣ`>_Y+L]4po\8J>m"cZ}lRHYYR,k&Vz1o)/hR٨@C*ڀLBކ9ڿ*  ܉3t򝶢Z|\9 ~o :f٩`7]W`6`f3߾˯@O|*-DW:+S0 {[0zb_p%T֗Ճʟ+ 6df^aP״Nh?:ClOЛ0 چ B)Wf][Ԥߏi3gY-yy -|)gh"<1fJԂ]tP^vwz¶Bw-@ofco^\&ϙ K﫴bxTCcgCtġBhI d6+ۍaCGefLA2N3;]N)1i6V{CK&'2GTZ`>Ro^K@kI!# ߜM^a$4D=+vdI<[ɭyr Ah܉J5ZJ #t+ eجGN9̙__Ghb!F#Dǩ- 3bYrN1^GmpAMlr vF۷QNb!aRO`t 5)&M!s;E'H`H -m漧,I"]u2йX~?qpՆQäւ=@~z=/DCHJ ۛ 0[4z5Cn4$EYbnP8~H4"~@  % Lk\$N)PN]BRg`u '-!Hv 4%Ռ!:f|9̶;eC\v*DMQO tc* ^"Û, Y{/ɪF{> ԎEEQZ'v"]&kg P*(ۢXWp J_RYAڲOӬww=X;7E*nY])wl!}$ݜzK]F loȑFfC7`r?5Tc&v ?+uvk0yy2o[~3)X=qDwP+h61BV3T nS0H_X* ^C$XgaH+0YXM07A#Ҩ Dɓ'kou9iQ0rPUe_$΁HQ1P{_h$ ]4qe,  D$3"f}4nl>HAzHX>A>O"K|&!ʶH*R]_[:j[ܨtpp_heekwVuq/{36QJ]8 }ChWqR&_d,m]Fu&,Z~>‚c6=# 5.xJ)bO(P-E Znء-C1!&ߊMP&(-)]4?;!0AqϪUf-(j!4 ǟVKPIbWZ۔S89us;lHGiCL_r#i#IfpyU_LC ;R+D.jki)a':'-_ePyc_[h&!5uǂ`p1|D<_~ZBXj7)bk1q ˋ S^~ߩ_4V^I:sfz,`%r!/Pn:r@Y ny y.ɐ|8z8 +QRn V"lߨkϜBn+|G(v!,B!0h'ɓ| A _WYA\f?K[臰ܩql sMR \`q'dYq$[1(-#@]z")jsqϙ/aeSAŏ R''4$Pg, 8F~lrIA.xcjI!s9 Y\]#Ksh=qX&Y*@2{uelzOu|@DQ:}uI{9쁳 ~\82 ؄`=4ohgDɀ3( =bF"5g_cpSRztO޾4 J+jH#$Xb3Ip8"Wl]H S] ў?<2}c~!,iH"aАx=B.)&f:nx{x3ȑ1p V4 E0T1ڬR3K{ Nv5ʾB/D{m@ăM9D; Rݒzw|;cbȂFIoPfpM N"qF)J ͘)-Zy\1zmhEÇ.ΌjP5 w!}eY24 (`ne. MApSn>GymfDc2\ItVU=&Sv5rs ;ՆT\ Tgꋒb[n%D1@?@s@]BE*m|E|D6@}&ҕzs l :+97KWٮg n_w,O?E{s :}dмE W8&GRl#rN&2XVr9W+FXQ[!nFF?iENS=f}e-/61ф,eq|TX.fNmF#) YR..\zoEB{BtkEfI*AJV,"6#lL le_U pV0 /:p*M[__&e ɜ|czbFdZ- ylױŘpli]ݓ6SXT`xDԾ#g#yiE@; FGıaJ5H4k`_AW+ʤ=΢ T : j:ghxs{L`mQ΂ǔK=ٻ춀ȓ-17U alt,j6s_p~䯩 4Fʮѡ~0QJ3Φc>o -) ?O{NNL %V-|b~xxy.e~> \Of{#3;DpK+HՋ9Y=X΅Ⱦ$yUߧtlE|Ay7HI c#Y]GK]xq]& O 3 =GZ'*Un\}ɣm™` DYo&% CoM̨Jd3`+2W_z8VR )Xnx&j:普I0 &,Y0Na+$Ixm~'G+LsvUƶ_JZMe]{^b[G"łdl*BU6en;.e9:Yl~EA fп ~i술j#3tEb%no hH8QQ*s̄߸FKk@}yh]d.Kui8DŽjahdw9IBRNpȑH~=Zyߊ- On iQkyj $zʌem6c{F ϗY=Nn*d׍cH.$zQ!'X]hBkct쮴6lS ˡ V)J|Vl1?aE.?L]RΥlljU vG9n:ˬ]#nk&"[ÁTFn6 v@h#25rC-c)c0Qv/Z/3)adFw5,W{8lw&A^4$lGt8aU֩CtexT&] 21N]AyC 9#/ lxJxm z[A3Wq6)q+4hgN.ZgU%*>.8# Zpmd"H15,y"dly2dkz+&+_zzu1m>锕~9,AI Ibbn){!)&Q6 F*CIoʛ#!~kPgΙkV]'RO9*؋!6%eoΚp5auaF cg3= f`ji|]?-8F~eB3ȠY|I+o8Bʵ!҅kNgX~;.|'>/TL_R|:lzibb,ւiHN1cUի46;}y^4[7܈ [N hk˩ͥ!Oyc G$LuE:lφ#శPA+~|㤖mdӂVN l7<: YPrߙx{Tk5a a]ѩ)*"ckp"3yYu6 Q@Xx%1E:$%k]a FoW Z{ْ/˨Gbo~WcX4-3И'5W2 Sd͚E>2hD(&n}T(^gؚ3dNBcF51YkIqbEl]Y|qWdތhD4#6j<}Dvw7G4B1 kधFܡw%قC0>*Џ<3 &qO9;[@ pC¯;#s@I=׷@z,Lfgr~hѾcA}9g #+ J+?{Or@뫔tИqFfblVe~hK4 7GʓvӏqA~x?&v\Cطc6^ =h^(QSC*3dòqC3S.}P|%b[}.1uL$56N4oQ습L6ZTiK `M|27,;m7Ǯ-#8@]eBa|Ȗރ~-Wz:۩ Xa ԊaqLtyUZ;󰭩u,g#r5#{oiOA%Ap?@0@[pg*ׅ9BYJ;x':{ RbD:;dJkַO%fdjTsVbx{‪B/}/m':{9`>kU HKl/Jp=וYAK(pyHOzţc.K4纥VGi8ETh?u3RMR'QjS |D Ġ<%Q:Q*:y%K0 t ܞӟ[vO]54CT$ 7eЗqz|§iSi XL"My};¯$wE'єl79vUDk;)/f=BG-ŢjtGz*A'h1YYG#;KG?cA" %4~x7"vM";1t^ 1<5N_9:iHٚ!PZ32o#$ ;D2ݲ>|rdNkZMUO4hN o6M)Xul$)N,]ӣ([xshH00жe#T<1H<O1߶= qD|i;hLj*pm(R*}(R\h) SƥHX~,vTn &M Ƃc(9靵]-?#̏oQ?YUyB6H:KHԌQ. Á7bKjK4WçqҭgurU*4JQdXgVߘ.,Ț6H;"\Xi r>\0A\B(6Cr/w5TaӚZIړ˥ff5spojRθfI!L6[x kꁨ㋀Nu*y }hy4bU =jHE^g_6J6-\>JC+J~C᣾*ނb4by u]>UX0 53M $n:! _Q zv-;Ƭ%e-ll޴l>tG3y䟡bA6h@::jJ'a/u1Ƙ[NFLK-׍,:;: q: v/Cr\E]h({YIלE ]n6&4.lk& 6@p$UnH^#j32`(lj>V[*)g !ۧxJ3jE%",0OH=N6fa'@eOMJk"W}+i.ڰ/|d ԅ̯‡ μo*4noڶ0\݉y@T쁓H-*Q 0OzՄSЍĺ|߀,.BmԒ.W]R!e͏pŒ>R³\>-Cux=KfbYTXHUmͼ2E`05Dz]odRx2\,U%$_+Ok +cpR s~uZ)њU-P,kpk88EwoRn]dAe/r}y};KϐrbV7'G$>Wv)(T~+BtHe3P Hfer7فuRKQ7լLKX|E 0s8(صs.Qi;sm]0 s(ߧCTiePiǟ'[d|破t@T.\_}+:]硔s,nTw7dmZ)dm!ogFBgL]JYi.)W3W`UkdSRSa{dq1m9%`LZ_o]'1J Ӂ^Sebw&Fw9:+BMU'*$qN[y&8X\pg(e+pb4Pk j@7O"; @-bXɿd_/A >O_,@|D̗mW,;xSڸ|="6nHSydR[H1s y$IJRb0뀄v:&.xUS1f!A{ GGe~rKU krBoLSJcQo{3tVG5t2YP qrŝPW7+rVthZC{G$rv9@Z |S>U@@pjME~y-OWmMbN L7vÂL|fMt8LUo.gH~.ψ$NB}Ԯ{CR׋HhX bUl A:8Y(Iѐ5p,|+GQV}Oo6~IK# u.Y-r5YZa&E;IqPI[fSˑbU1b՗W56@NUP{T-kxl~ .j\Uo]KS ^{eƷԼχEq:e+; (.+8䢦+skCJ9.8Fww|$^ ]ĥdFL^V)q7!%{Vc +XXAKU)37 qEo7@fɐǩa`t`,,ySi4*.,\CZǗia(32QಕVj T jJ>\5Fg;St 3L@/&bNwr$|IxbZa29<-Dg` cKک|/:gt u 娋XT2MHlij+_ش1S:ǑS!.%p}uLf[%LTnVx.->Q~_TLTDv=]m uJvޱa 0R+q==ȑAQQ$qq>E6~];+JT[ObZXnװT"k/D#iWCNljܜ's<Cӣa( /{e#:lcZGk'+aRJh2MA+9PO#pyRifJ"9*A#%铼/^zB޿.񼴴*{\'/_056lػ &w7-=3~<LOYux'lgܿ Ĺ/cv'tR7fD~-W1h҉K90Q񰨁k 1汢|9r$`F(6H_ *#M1g6Lj"&Q >ʱ^pj!^]Qa8^XW&*悬EX"x8YD_qSž´]PbFԔ˗he$n±g-=%R@!_f9DdwvaEIhsMGjnoJ \f9:a`nCȝ$?JF#3U:c T2(; |[xPS#1|\W;@l([AȘhNntGHyH~ w>&|#bݔ*%7n$K &K*1K$sЎ? ֒%y8rмuB{ԫr38[sA#84XOmK eɴ a B/)mUl5 QLU,80'\^&rpwJDa밂1l_U-,*#+iW^pr8}iL7^u9®ZbBC岨vmIe6F̉T\Z4C7S\4@W{,=@GnWED5m P ū%-TQN>2s7l?U*4\)+? |Riy(G8K+.?K%}Hl-> N6D]|wO45l.Lu³wsX"6GZNNB.ǶQm@CVހP+(Cr+O!7i{b8W!Iw]ZTBzVnG}*ioD{! gpAE9|sNIx̳0ūx*a4\dM`TNj6PڜL>{R @I_pI?m, eA%LHxxv:(n_& 8 La4/'?[TQy;S!f8 pʂnYޖ(TϹik˯E6cxj!F -.OscP!&"G | ;6&^zP棦ГRB[<~15&CSς r;g7Ov}N/R`nZ]}# K+2*- I5vOlsA VYeTCoF!>glD7Y>wΚOF{N')'JȬkxv:d|^L"|hՌPTL-Fdcђƃ1~qQff=oLX0ك~+hLHK'MnlVvSRQ+Sbٜ޴fe+^I~-B.H7N bԂIi*Λ@$ TbX& '/[}24yuz!4"1&C}YL۝Ѻ3mՊ-!??~qaM4EJ',R/n OxB$UmKC9 %⚜Z=):PH8K h:6YWA`T$GoHYIA@fr {;!.bIldOʦl97GoLy> Lhvpو(Z 7G YZ