PackageKit-1.2.4-150400.3.13.1<>,RLe$p9|*U9k{쁌bA ѵ߫M0YV[ ZXL+e$N"%!DW90o5<֭ ^6l@:MY%2*;Q[!rS8 Ӽj6 ցq1ZP8o;*& K}.ʅx.9.FVGڤե6nRib2at2MiUU"LF;AOFTef+UEbt$f}k89$_;>#6+>OԔ?Ԅd  ! Rpt $*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҈%y3z ,08>ԀCPackageKit1.2.4150400.3.13.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.e$h03-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큤@AeeeeeeeeeeeeeeeeeaMeeaMaMeeaMaMaMaMaMeaMeeeeee339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d433ac3d8f1f32ded1510585e5ceb1c078619f1b72a8e8984845787c02b15a8d1042641e988d1f477d54ce2ac72c2403246336837a8407fb3361195e76b6cb078180ca161ced1a1c349b803efbff62838f595d3b24e371b369d28009e1fb1e5004c1c51a5328765fc5c92881df8d8fe0c9104adb697f9ed9c1abda7a543e427c99debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a6f7a8d68e819b333ebd4ae5bd72e43c8ecf4ba1cddf1920a436a2b4bbdc86bf8c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.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-moduleruckh03-ch2d 1709218340  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-PackageKit.SUSE_SLE-15-SP4_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]=ab0b5620cb57a0faf58716239996ffea9a27548b, 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]=7652e0f17a188794cad2b5c44946d949f76873d1, 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]=6d319a9d9f418f68159b17d07fa6c78dbb382289, 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]=8b761590af79bf10dfb8a0962567af4a7c0dd4ab, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f89848f3e194ce3717b939a43eac2052ab6e8f7, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.13.1.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 RRRfur(systemdPackageKit-backend-zyppsystemdutf-8adbdb30c1d7ff0a003c6ba18842cd180a20511a0f52d2d582e802ae579fe0b07?7zXZ !t/?]"k%aMscu/ޓs8KŶ%{ءkw݂\Bᱥ5b 搝'Hŷ3쵾"]}@vzpMė%@mz@>VrsS%t-jyPXc <+ [wis@r~s(JՑk\9 ڣסZ+d- '8Cwck]r0CCiub^hO 1S56uprANtyb5o<'t.k $.mB W̉Pg_UX4ñ) A;V\gқdm.{纴|K$Z׳/U$V"?P,WTa6'.<qy7<"!ykd)άyJ8+*q,v{ofK|V%򪂤 Ya;^h(Qŝ"N-x^prF9dS۰Aٸj*=]jqN;eE:~sb ZF=н*ԇ>[Ws6gDD>4{"nawi:GxI$ "(2jb~TY7E W-3\$K2sLP s>у$ltnk%hOhs8<7˵@CS/gckCyeN!E(oYq#4rc8XP{' WQt7x-VXdӎxDDHơAhrd6RҞי3nB4 #Lc`aOJ B3r=ZjXGnOHY8GJlXk@ p i'\ 6R]%%XB{ϊzG82ciT`7n佝B\Y)x[ٛ>k[κ:6db8v0GBs5rǥf<{=@ENnk vP/T0a9fѣE >֒2՟#NtXټw+]GLR$-nɭ {,  p|V ͍; |+0dӊ9feeJ#"sR!16Wz)-rek # '8ֆߐ&x݆;!jSyA 6rztŨOGdoXC3& :liun“sBH-ۆ\W6}m(:$m_o$M#O)␁g=π~jaMF>E}p> ೬,AӀShWDeD>>1L:;9mZצ?_"›P݋k㼫nI꟝sh1Ic}~26п-샖?2OyE>y!6uwVnQbnug)O ] $(HwrSb6Gs?.7N[9*NB#YK\+3oa b6/= +חeĿ,B ϟQPwD<4LһzWyw898lڍbzLPaW$䓟'4ъ*h60i< Li(|k7qƦk!A1z醶3vPז[*cFe78`3!H+(ܖHZЍ̚*Gn^lM&1! Uv+v!BfYEk_N E*EISQWr|9*\~`HP]:uC$*!倨L530Yxæo`lGQyA*'e>fY7>KCϻ`_Ve0ޝ>`>XØtF ?ηM֢B찋4š]UFhr% IVZc~nϧD#q`hG-]xg:s0Dz1B+Zñ.b#KGA#^7TO rCSRaYnϺK ڼ'*'7bCgv k<+l'bhq Gk;89R8MRQ.Saѐ{jE!̴-9DZ2P{m۾:{w8ϟfݚwkB7 `rF[@jT z5qMBT-K/GXԨD2ovl_[FTlfCȟ&(+t]W>Jw=5aOglsȅcrUsTg[]SOBr"ti7їhSg5$_4ݺgP`FNZVZ2Ȇc<'I&OnpM^.k za}`"X\nϽ6Dӓw$wdБQ9K5JIMMLԍcI>cUk(e5[uK א$9Neĥu84|!BhJEAFbwAm#ߌ\HL wWm2GT`*Sv7,Wz#U]y7.S:<i gJNF7@/~VDc8m}ZkžOҠ'} 60;mμt,l(>iScu_[ ")zYivQl#)m=: e|> F=]ЗSƒA/5@Z)d&dFDg}( l}Lz<knKn ɍ AI.] $x܀o6 t/Mn[# ~ZoL|Z 0INV msUtoQhu&\I+O~hފKTSmPȱa3ƶsdUaѸ'8"t%`nL@9 >5Ό )$;5y( Qԟ$Fضv+t\ N7r 䘾XF*XK^)lB3q~{v$0sϓruf#j"yC8û|Ȏi$4KmDQꌁ"Uı$dC7*%v;hֱ+-.2UXu\"!O<fyZ)'k9s:.ی1͆QcA-5c&ހ/?*ʰz'/Υµ%εuS>?-D.ʍf-E@Kv ժ0ƢHtt>M7nS:xhj@}E\+r:˟6OqV#D)ˑҿP8q%U-s.==$Ł`ٱ,~ڃCbmXqܲpo kcJfޙ MF{I&&) 6m&&: -ȏ d像5J`K`|HO ug&Hvv{;%wQJ5,푤n? 2kPfi3:M4ءqOK=o*O2Ր!Vc};mDJ\ t׀&S۱q]-&âJG uyb fq<#*rFl *GGR5+^{26K)@Ej_1|q^yo<R~ 7ٓ6*IWd)?ij${݉"}0z>z$QQWSŧE+rNJx rIv9VK8J)x ?ŲH3$h.S"ח?VFȺ ._hX [R;糱$GtBq^+4]WҩO[6M;~F|XwWW+75 \-u1WA ri]hE, 5ԃO_n6]Xb舦"maCY%f\[&ͰS'۷,NxG!d^jky±W@}%sCC(5oL"9 ts^F&T<ڐR5̳%F>)]­:sv^d{ i5cIQg4d; ~e EåTigfw*pw5/ ɓץV(* s\:.)K*Uos;A#:fS )L;VQX^s(!pbQ]:'Snv%mF(wIۻGl>umЛyAj=P*iuRMmevؑMj-Js%֒- }LܑAsh~ɇWR)c^Șך&h~}s Cw@֟KLy\"y鈳oVf;:쮙]sAȪ)cP[GgPKaF遶L#+d荃ǟr2 жuO% Bs:Tɖwu˳] e3'–mesONv#\px^9]k*Snr w'  JfDb4lT*53FXYg+W> @,A eۇR^ OZ.H~U.d}${ Cq늗B~Q^`Ht~;IJ/p0AȨ)LE'z2OI aVjkG@yہԜtZǸjXͥ8oL|}FRf;;s@A5rSXB˧ewGP ~3aݝřN*:НT‚-A1,՜&*Fן1T!eq_g렋Wd ]_tS_&XZ[툏^ֽϠ%.~#{}313U;C նr"#K&&n$R89YjlvwQVL35]'!z+bM 9Hv1҂YF7.:fө he9 qzk4 N:X+V DB _]z-3ǭa*=%/}c'N囪s8Xbw#v6*yq (f6ݒ4)Np!풵EWYfB}!rYÝNK(G`1" ODP3bf8d ~o)ҨlqhL#ΕȈ˺JJ+?mi5@U FiM)H e}sQR9By6fۄZvA,/U=^穼-7SxnKϨ[_F%q +{6h\ح e577I4kcS-DE2)9R' . 'L=-H+ҡ/9]c_fHP)[G-J #<3I\}_ńMɣ +:n+]baK}<"߂)S?Ppd%w+o3';&X 0 (ד`tȧyTH8K8be`WN,Ԙ5Atr?Ykae/Z6TwQ֙b.'*%Jz~1 ą_Ar_gh&p*xVJgLK%ʒRSBW~R"0)ثڴQq#ݪ`{W«'L"ǭB (=HG!iƩ Z5c ͲV*ڻkqI`8ML8j"/RBWʹ\7-FDf6ze|{A~7Lԁ=Չ9Y6SK !ôdpפ[ R\>R4}{`B$- >T+G`v+nMW#I\ށTg I|j094W5*4+]ru PH!},20 _R|-Q .wZYzJ!q4D :[Dh?ُӗͻ:x,Pj׏ܠ̅0LyĎ1uªo\(՛Ʊ+ °&`q5/_ T>nc򗠵ЅM$Fs!ɆpF tYc4R&d4]^2EjLչqj_TZH*68$<& a ׻X9(4िIDԇbè߮Xm"kٌItѻx/7:6<(3N)/niy0j|jj8Wx92ӎ(ט&.0+&frN` uG|kO%%52ؗ1癿 ^:_6m Pړ$}۟*9\xLz<*"H<*.!e )$;,dłݖ ]#] -ɴ!FZv(@dk$j 2pqPCckCT늎+c=}VϢCo#dTvG[uϵvD]HlYzveQZ(-Z a1C(+^(R ,[S4V]2Tf>K$Oo!|`9JQG ufY\c.C󿷉d ؗPTh2, xO7* Dl TJ%F>N/_Mno1>-~X'6f  e^`X|n۱~S|ٓ"ZL>'n8Ibsrĉ`TKuP<)*ГR&#\Sߦ;6.m'cf4IcG"6*n|h"-N_xUpcM2^~8u]>^d΃D}ej.оV( c@AŌ?*k3v|H/1gڤO,E:l'LE[(w=Ǝ=\3`ebpt=kכE׹^j ysoŞ.Wz! [#MFQuUGɃcɞ&&mM`.;gմD.+2XLt`ҚЈӁ8نFdX ӔKC}k9ef鰗#=EhNHl㽩yDe҇6M|#klN9[(r-O@cԬ*^eaF- T,::sFwwU̾mwoV:’][ݷ'=iu(~J ϗSuFu/*FY[ğ6 'y_O4Iꀍ&xpCJnxW3ٶ):Q3FKoV vq+ r .F#^k={)/R嚼^n{;EÅ جjfιI2m*qr "AnL}YII:.}/=Y9ڑ[Uq,ye0ZJǡs("Αҍ;M5+ 5WfWEg`#фoȀ+3zz^](EǸrzQ˻mCwBoXO#\x@>o'=SWf{bԹsq|t=ش"͘|G.5wpG?N0ǬGաN#59+Ea&lgMR;96xv|IV&ɰgL t0m^VSlV.*ZCWʒwk0 ±17{yfW&K'Yf&KiX*;: RW!SV0.9v ۜvo3)۲^R/zbF' &FSKPdG5Oho, ۀuhr$! }83}[C)7TERLFUcH#QE)&!$}ycCh24CYQ +FCc4MV=clxYW#蜈u`1% $!4HV2nH.+a"&u汴=r0-βX1tMAXDn)/ˀl#}c2 JMހ{X? p&<.BڴVZ3;dM,A4j:N_d|!r "-}9dC˰_ " /UwjUJSBL򗢕X g|f'%'`gz  jG x{*:o#lmߟ{K$r"-~P:,${eIp8% qht.b$֝dm.5S wyvPs'` oj3|w|}O٦ZzOUW";cIM,j9 ^;]1d 4"M{^jo#˳&$%B|ͷ:sk|eGtZ܌= ^LU4(#gݱ֋~W=A^&P+)#ED39N(! P|T t8g|m eN( C\o]S*{\PYn9|ܹIƯ9vKRp*/z*56CXoh-;%{i쩬یs-u xjeHC#Ԟ C6H#;rWD#ÍU֦υ:v}&Xdm_fa`,Hl0B*vԦӅ әfTjAT.<檸@ M{Gz\!;v)|6A ,#RlQ >mwiGJZ$4ߠPCv% #tYTNM_V{#pm3$-x~,Ǹd͔LʥK>X3WtĘ4;m`}}}fsS=y\{AЍ'< AF8v?VTrmk_6?]+cdp9_CUp[K$>|@Cn$o0H=2JjC5HmjSnADMwtU]!fFC"{:CI a,ݕ+Sn,u#Z2M67f;⣉O 9+2ىGDxBW\v ti36q9G/|`~&4>8^)=aB!X':r/k_Zll1`>y oD̺Niγ7%LK-JAHXIpCaOl̂ܬU)}=65/6Ϡ_ R~rnڌӾ0Er6W&cir(|:ԋRS8`6NO+5{-{-ZSn>¶gJĕE^ Nj2:Yj%|x/d@G2ߢb1Uς38#؛GzNWS",ja) tP)٣Eha:1mzc~"\hlK"O + ~8?c[T9@\f8:b=a$S<Cżޠ c`LvAYk iTeO.lK?C"~wBO _Y~g+w%^{q5h^G(|9X" \GSA2OuM&qp# TG%y}jgY:㈠ D&N'mV !i;x6/-HXdARtQh]a qFMWP0o= du@ì)Lģ(\,[>4hYibe/yA@PHGxZH(]0ҨYLfPLYL.y>gژM%$ #ס|*XεWg]OÔ޲% >] eLd3 %zsc㢅1P~0U>2`4v:!$5Cs/tч0!y TNj4׭9IG&#)H4q3QFZA=;Wl*81s3"/&$%Zl~( 2.2km3"`ïti™9 K̖ŗ#3#w5]/mq9B ) Ja|u}H\ dҼS#}D[nR9oɟi.L3vYCcF׾,LǓtPixڼr1N25l9{"ڐE#R 7r 0V*j}K\X[ "S2v(#LLJ7!{;Xw?9@f|%$u:p'No;m^KZЏBt|(RƛUMd"-SX's'4z4 Lr 7g{e#4AA; @hL3h#iv XB:`>&N6NќR+n+iΣx4V>^qV `u9b̧әMf%~?\ fRk[ e Uk ^,0xϒ>PG `P1/^gN;? Ac*Nۦ캉_޵p&$ğ =\ c?gV8q~P}i>,Ԝ> u*P-J?1B$WJGF_3!}7-%kE'dSFlMzZEpP$;^Wa ^$C lǒcwu#gOz BQ_>Uo#ù^b0}[VĆc ̍uTrn1ikE:9 6(gյ#u ZL;cS!F'x::ۏlLЊ4;P'F!7 om5:H扷&ͨ}.b Dm3nҢҚ]A@~-!uCќ{=Ԗe/z&Q}J|q3U(Ƈ!@)ȟHbTUv6ГM  xTYŹ@=Mn(K=GvK"8lVvmPD/hali!0$8qyL8_Iܖ,8:n &,N#{==K`bIʀ-۳l$݃G8!-@L] =c`-Z%: s c^{iZ NWKPYHMAߡތ"xdk5~ duu~](;@9N`$ <cD\`0>Ś>e̊vpAP5<]_qqؖg{+MoΏmU}E #'y[R aXY_~)ymFyPmH}Ts9T\jV. \lvoN̉Q9\zؼ)/$D`!yro0CȭSm(Sg^qJ"*kgOZϧ'`e 46t[BArgC#;Nͧ](oEfPm. N$~E J V$s&TaOx@J{*\"fدY_hފj|` {k[N'H;h!NI1&t>Mo_fzZ8OثI,BW 6ٚjkǼT L`x[h*JUVLFT㜾QuI,}_TU[v8S"\q_7jE.cc0إur\:Ձ26S.rǙXв>$ NmtG85]4yXQ{Zq3yFp T)ƽ)'I,[ƅϽf[zRrm2Sv(_ﶯC&|яf<|XReF-aImٟ# a%hÜgpI"B9?_eXDs}dWkv=iN9s<Y-E*51­o/&Du˙m{uϠyHp|7 Oo}o]rMŞZPP?~//&\D#%OvP໥TZe'sLG Wܕe=Cq {hE4N٭` G1{KfP8R5Nڟޖv9_v#;"{/"=} 4a ջOrsOJ&t:Vg6дd] hTZS˽AչbتA%ቭЬ@Z#5@KAIL⺰cU`\>^%{QxT,aur8a^t# -[MTAծ|e) ;_+29xm@I(Ѧzʟ`/I=؄q 8&V1*v%[)/5bp˪td!γuձoʈn -mx6H)y쑊0?ȓS.fjsJv.w:132aj<=RU7ſ.o˼O_$5$h:3H92BK;ȫH3ګF_@rh)@Ъ٭HV ¥BWN\{:o!PuA~үI|H OPs hF+WNLvd FtyS#/rd_!f4{VP[#LE#  94ɠ-.ZE~e@P인邝D97ü-7F'fZ.%vFb$S8LC_?֣ĦQ2d%+&٤E5S.vdQ$eBiNX?-xk>AB#i1#RVcE ,B˵J4Z!$Jq5lκ{[ /ewWx Ӹ66ΉN`Hb"}^nQL}ZDZdӉL޼auI9]hΜגpr^ ot6a-]h0,gq^sy; M^ /xUՋgJt> #F;;>=^,TِѩI<^}&'~.Gޤvt}NC3xI:nN HPxYGEAlj`f4.i61jqaղjÎ=ᤛ5Gy{0(քMW{Ec3͗d9̵C='@~"bc(]B+ܙ"f\rSPpV?G/r8o_B6tlB,b!2/ljyAEYrS&(ϱ`ذTgv9(G)مvGIuݱ.gpt $q5qɄ`@\9?nF2O"p2ᘥj$D3i`?$>6 i4mbOX;%HB!x́Y±Q Hq{`-Gp D) At%$܍e\2hec=& NIfΆ*!2Ϟv#PmCB~+4?+UrX ^f?tK"LqP/$y4SYy_ga#9 k wHIZ(-c$pYy\xqu_Z.'o 5EVʡs;DQ1eʻM/\͆KE;څo`خ(R:Kݢ&^UL>b$}WKrA~8'ēo8Z ^33Ȗゥ]L {45G`>/G~ԧKQ4") A f ǿ9WqN_@pjj!6UeӂRhtƓSRE~w{qUq{05ɼ(δM:28z W4%0MS߶euF aynoڜ; M3um p>0 GXx#WI3^b~fU`&嫆Tݛ!%#s(hڳ8ha hLţs\{sͪ:ɒ|D%ujvxzs7Q= >]•T`Of s h)GZgHҤTו>}n#a~w0k4l{U^D T9Z.~rj"2X9V=S|x!IERC!|`!@ή(2-x.VMF:(W#Q2p,hÙ0)ʃ?P1(Sy{:cr_{CbcDi+ٱڶYre,-3ǟOL͒W~yDz;oC BbW0p miF.b=zH(h)\$aS-x&߼ [ YëikԊ;iI:Tqê`H7VXeD>\RjA^U)+oܨjL-n?-!^}˕o% Q:aq"dJ۞lwl(k? !|CnI(2]305XX)qrAۜ 5鮬c iFtwZ$I(Q64zUFzMtrJdCQDN塦"T(9 &띉mcfU̗"E.9w{jjG3gy++Ęuc?fY=hm4R}SeiE†3zqe4'z,v D(AAߴ@3ti)IJ #rA \6XY:njFڈDVf zF9Fo^)K@if9ȖSMp|,cHE`J袬=Zv,3ePEH-oe21άo( $6#9."o}i1nv޹,( xU.@vG4 i2 uܼN1<19Ϗp(7W@"8$-F5@8T0]VЖ D52ntRWwKqD@&JIph"}؁EoyY_-U1{J%ĩG<L٨TJ!*< cU|sdUop7ˇob3fɵ{ kIY WzP$%G;7M6'gSTeN8 ٫/sQB\SSϝM*:M8Iz&mC5HZ4ef`cm+E:|>Ezz Ahjf{cbw\, 3z y~PieX=hb]t&BN?z$ZwX.m('OvɕѼ7eZ;Q)}K/ݝ̛QN`mvG&hzk%6ف\cͿYxpp~N- 4K'j]xf0u|OkNN}6ԁܟ PUD?5BgiN'ltӗ~ޘe ~@1FU_&}B ܂FNb!ܮ5iWu\yeB,XI[~ {ʞR>*Vζ@]ςl # rdϾPhD5t`ְ z;c8( I~|:wxYb]`aq]f߀LshB'`<ةw2Jm9&*is,}IҮ,/ ]$Grg; i皪wD0tBP_^ &o07k0`N& ӯ3v&-$FעU f.?2s Ȟ \b,+弄IyD6TA'FAC,Ξ`&]XOѬBg44T>"3yP`kcQ@}fZttlU=*~cuje[/HםPI:RJf Ϟ\q}~5Vw`?dVD?zc2[.0Dex|Oag[]b;|vTyxvwї`ޫqڰ 4nl@Ga/ љ3 $/{X4G; iU(cL Z]T 6'rD.mb4вTfufGW^4Ge ,/[ysPh{coJ2e?=o(湖.b'_I&J%ʈq&n |GD< u֬X,M @ܑMq43Y^(op $ca䎷v0)CFIC\v9vHՉŦA-YH^I61{t홄vcIMsE(ۘ}}h>$w_x vO0L^>GpUU{_+}z`|Ptb lv)TԺ,br>没Z#JJ}Ϸ, 7hJ"X.A[s0#Nx/qAƈ$;ί8uGA_g9h4J]3_+Qw5܁7̖?k!vy t537%52n"}K^H _3P\ڮͬBwi ?JEKK@QV2 A~{ RG岑?gT'΁\0/碔%5HmGksVFxQvD~q.؁sةNL>ڎ z9f]2r\C>ODj#{YBAV( a90I-+73n.Zl5-1@0nJr!ʫ BT J;_3ѩ%^! G_,-؏a=o>)U,r/QO?~®1y%C;'jo}$'(/ޜhoDyhDԌe؍2g~9n1l*ov YGa^*# r]cA&MB@VN b]spL?( i aVvҬ=;^*1J!w;qG$'@ذgX:t+#d)}N$V.0qHx8smApoGɜCG:LDYzuOXm 2h,4sSpiVy!Szޞ|0M G'P=8"Y{Bxxʢ> ҆yDPWZt87EDͳ@Վ9$|,Jn8X:D!ur0@6 ڛ[0)M(nv.1! mp (Δ3F>9ᨱIBTFӭ>X¶t\>Qg§J͚&as^Qk>NKK6ʐ kQk5kgHxj x'nm7GL=Ek6f$lA$Ǎ4P'Љޟ;64ҸY3TLrĚ}rzDgHQХ0CҵQu9G$ GG'(I[玉ER&v0_l-st" ֒NOj>SF6,h4mkͩςc͵5xkHR9,dV3=)gzyshN૟:Xp1T/ WExX{$so 󛴟l EQR+$MݽTMJݫ?@4j yCB\h?VP\8CtV+<0\93MP|Tp=ےAQ'QSKL,eS hxUC>n)b|cie 5ɂOji É%':7EJ&e׉{Ր?G$ X[RuT!@D<<<[#* ?%AyIa7!@Eг:IT;,E*.;i(҄g!jngtycz*FǪuw? pd**]q߄*r117}#@tt&iTvS\4Ӳ ^ZʴV]p<3|DC§#"Ƀ͚"m ހAc>zȘfڐp j08&:NWb EWXͪӪZUqh8 sX^>kUqXvmSјo8_5nݩ5h= ľ!{ A*4}sOG>gZH.B)"M+ZqR@!_1&mGf0x/JѽB2l#ldc/4?=GA*TW WL3D'?__F/ҡcx ({N|Fǟ^@Lp%xQڕ|azOo5Bs)&Fx3׊ 8B º1h1NzUt{M1h8ŨurC:Pj6IV鴜Q☀͌A*!!r _w4hϰWu‘'l{*EDE4VEQHM%9O^5s̃MX$ԁq"к< Іؕ/씮eZ#Gbp uq/byZ7qcYo2 kϤ#h&-f})!QJii⦪YV]8x 0ٱ17ӺE}Lc N BapGd.RݕZXWPAߢHNkw}?rp2tą r7cɹ3Cɏъ=U#.AKռkV6 B$_kK$Ē/BPm4Y1HLs iK å<~?Rs+grՍZSV5h-eSތe^qdv9\@sB?*.󭾘3b*Q!BkMC/!N]UEpj[`)5/ w /$ W4-AYI={AC#Ƿcb-Q"}-s|>iFs_~jU^)UpaץX8%ߌԐ~4x#zDќ= _oKPF6kx!+<͵"2a`6xsi~R$֮a賒2q@~Us2{_> L(auZ 2OY6qE3)(,^#/| 4OW8eF=hTS`urk$mN\z%ߐьN_&&x*oT*xR:x7h=|253nOV/hDsU1Do|Z \] `s?@ckMj!GO+2sr#X=65s1!lS /!XR3 MA@Q߷T2QeһFݎSXHy]#MT_ VQG&s[!NTN:5oM/0"bMSVD>+ )dA6%%`v8LSK^ ɼ2V(Gܐ~5I6KH=NOx ,O 3x==ʤ\u)+^{[\F :OP um !l o3Sjvq-qŪaPfcb3:;ls;Y'WHj"KaO!j&ӞR30P_dFâFrYֽ 0kxC+_&0׈+UЊ)3bϻĵlO`3Y5*6,~ͤRC𠜻Ĭ5yJШJUm<3s}ٍ?{7RQI$qjkp`Rg#U΄m|b/"pJ2P66TMN r ;PDm_HG@8S;CPtK81* /]N'B7xdȈ ~{M<\ #9*$+n1m[p3cUP'm2h:kO8_gn'~z6nr嫤 07=#(uqo[oH&1]yi̶Qۢ3~:.TPKy(v]-!pek`JS %W+  0u"ne pWFxHR7! ]i$QqR̨|j}$^y-AY~Ԕi Vҭft(yȽ5M9QS !`%J3Ũ,~>j7[=06D4c;bU-/XJL@۵ N0@(g}s6 6$b^-{a! NW<_/5lsn&MɱQu+xu(,: ?Gy yϰWop|׊(}|8E\*@4llHt!-̛œ_yH8^rS~[ - b$Pحn+\.ƊboP*.YՃӊ1kи9I%$ <LjCb1ƮhWJwr2 ] fDB/J,Z,!K/9*?%{̞e圅FPpP8"Vp9ΨBy?pez4z@- Vd]Lۊ<ROk悏 ,|o[b V^ŭ7"xu{uui(0c}̶ (R-LjM?HN8 YXRZ[ѥx[)cz:e=UB>9ZfF7pM}NKpE$\#G@ngȵ*ߔgQ2 U=k\ruRψ7ًjcZxN9Et7]O0jN>l8ha.6aT7 g53~02̲3F@I! ~YrE*㑇u8闪JmIŎ{!pGA(9Bʂ/Le%(s˧`TUn&*V-[B.4'|lDXJY:7Gr?\&yPi6 *9!}'P&:ϟzQ8- UEN-qZiZs~n{Ӗ>wXB[uOhI;K#i>Ѥun̒R .74W}嗑HjxCwXxX*gxfM*(ʠrϭwb"Sq+u]Yl&vVp0iOQx` ݸwWfOD5m.+gWD])/_ВҜrY͹[K>u2 ҥ%3!|A+İpTjs;N( *G8mAQņ Fx?Ym)1uڸx\ҟQ?|dx g_f'TbmoS'f0I]t%_e_ńIg+4VmH'LzUCN7yFqd]%7 )aB>6wj>Uqf (]c]|錧"j#-R7g uH f3_m?9q2f+D봓2{O}ec|2bz ) 3%NM䭓u Yc%E1 +-~̃} $d+'i%S@ :__ :1 γ@&ZS䀐 ?x)]Srw7 ]fp!o$'_Yϊ([udȢTs[D[8s=-jzɵW';pAHFb 93= 7=P BK={o )U1l<:6&,PJWV=Z3Ƕ2=Sk1E{"kAITcz{Ǜjf}琳Zv$ )P!:u^Uԛ>4qYUK>PYsW?ظJ'R4d|tZD*qsA_!Mf_9qif55{Nx7 +h4J׏%0_:'Zs)Qc/냇'`+c`j7Fb%#Sz"P(=OZ2Itqg@`a$.ðV:91~S@fMќ1a(OnRJM]Rnw%wTc%|-Zڲ@_ͷs;{t|| \kx: ,3;_ &Ïb뎭ol,jmKkwnTkﶲk4C3Ϻl~K*gAYvJzt'.!iɃΎ_ I1_|<77~52o}(.Cf扚O1ma0y].AWڥ˭Iۦzmb11ebS3GilW`Q+u/FTI\~ @ Pt{pU6ʘ!f:znƭWbW s6JδӇxU/(駖[^Zt"chLP#6Ȝ举 ue.,i  C$U \L4kslGT 8yp"/. oDG/y}?! 1y8(޼O-`ѩxWŸ\B~EaH?ji:q+ѩHف(t#_Y$.P3fO!6]V5~'pͥ 0${LjP gWT=z ʱC?*Ŋ1FZι>+Vz)i#S+yGZ3df(iܥ՘,HvL nH+l©0ceǧ&NoR )E"&&KY[[f^bIzOiRrv^#\䉻*&)J;OMS)'pwePxрg~ I9|c8v{>Uk#atJY"};-Y s6ztlgf#Kx? Nt_hQ>sdyQZ78t6 fE/SKי{:55v6G`~_p>jno#*6CkφǚiθB>ޥ}4"^BpvU:񙨙jqdZf6"-|1rt%  /H?w@ }kc ELcv_+j 2sٞajoMgMs+#+>wk7(y6G:C#kG(:%R4qa6ҰKT6cb= <3`b-K=R` "W@jAvU:ʉL>n 8eS2JPUnvFOVޑ6^?*,G'-V[c vM˥&7ߞBT7I9"KWN? KM: f)0#)0]Ln5k.J{~FIְR5%DoA aH8ڈV:Ů胉GkSp&$e 8Jârc~hϤ+f1~P5-YJy^ڥ8γ{,Dm{n@q>B'P\CYFߢR?缕]eg;PXq#:@]J\ K3n{u!^;jQΛ/ћV{A~yҁic5hp7݋AaJR57AJKPD5aXhΣλỈ3 n(DEʉzT/ttf5 dsM7'˾x ǬyM=Hf՜ )z k}֠q嚄Xյm2FE 9n-.-X:m[KMDPN>tSyQ";j~{&{7㥊Q+?0FGBj`="CX0a7"^(\yHQN5}7])`)Xx*74Vmw4<]i׾FgG椖"MwV (C!w., mFՃE ]w`R~ o1̻=x+qmĽ|)"Dri )o݉xhn1](e0ϢObEyCh[ٳS^GжP9XdMSk@ :7ֳق ~~P;E;Ãفp"VM4l(/ ַFnGemsz* |xn@ }i8'GϹY:(ӾL* c=YJU9EY) %˹ dž5QBF/ΚMU񾂸5^:1i"9`$C|>,d8_2#P<m]vXeL/Nb*7]swưi|ͤ氺hǖ.|FDj* X<pp{3w(R' &`gڛD2'؁_4Ma@qfM8m»teODgm'6|=WM1Wqt/9v##&aOMkn.diA!M(P:{P>oѪ:[ E\)e0i@jeq&'&#h$$[V ?I-6Y @EtK@@iSfk"3l=h>9Iաs!_th\'h,y}"V.,<\t K {+ecDyqY=b}DM7%E4$o$<ʑJf`˔(Жdjل4~=,@ykTHhmreQR}'hלѐiJ5'Ϙ֝؄c B:TMHӔ3cg(2}u.L(?4c#GϱJXRAuQ2&M,G5V{ f13+ lH/⢩q>)j}kboH<7 /vcMȲ:ϰ룳fVgk nLR.M:Bz~g) J[&kl I/!'P>ٜ"XV~7}=CK6$>~ՇE[n|^~">`ֲû(ӟRk.ĠG ])"XF mɳo;^CTꮉF %X[hNRB( F|?ꃤe0fb) (0XQO7ĴfDbr3|mZ,ָ@?;ΌDGإ9Sw+H3 G#P:h]5tSql]Y(\3!rƎ.ڿsnPd"o۝& i/HzQ L n=PD {GSre¾3hH"4FwTfȃVB=L?<{FT2HιX?d:4atf8p4PAa ms^(íagE` !j1Z7i U&pnso%3SAHY1R1ذ:0Ufr^ Ch`-'vN- V&)i ٌRNE-AKf2}c)[81^6p-±l~@"Q#C-岀;5ߖ'W¦۽`u{FU3"Pu}oMcR ` \Ib[Ph2I ,P27Zw%EXGo4%Nyp(=Pcڛ%coMh4ӥO/2"2PĴ,m EÝKpVR݂7W9 \y#g>+(֧`jWm|<权-j` I )=)g dmck_9.MϾPi6 ^c{*PLЁLWEDlΪ2H^'/row68z.u30Z=gJߝ{0ұ<h^IG#qlPf5qRoL/iϾwAVq]$e!͝uFm{%kQuCX&U\}#y.U+U6O4wfE J1Nʴ5z=o~<Π3ѕRlGٯB:]%F}?2J:̠O<'bevqS}Xl L$F Xad`5޵}4 蔹{GXJ$ۼVIg5t j9_:FT羭*,㌢ 𬄭һBwMaSr'+<>]Ztz^I.DKg s+dN]!J4&=]:1_fUe=HI9gUeq܇ vSIS4/beN×D1 gij%ɂM:p3aHt$tED-]A M!ܵڈu9A!6ӈ10SEhK":-5A4x-xNʀ} Js[*$g*f6-§CH,%-Atā3(IF9WBϘJ*ӣg[h؉ZI-| ټh:7'ƂŽ)ڛ |ÉB* ET4 t'#o-H,D ќB6sE2^{$ۣ& bْhcðnߏ:b"_TDLPFC֫6{m!Na;JʀJgKB!)eBmc҃tE{Rhڷ/.tVn4ݽZw"Ѥާw vP a}aTQ*~L# 5(n!5%/jLȠM?xjT=Fr^}^+$.e2n}chSBwݦ^ Pu2yR9%uYcH*Jgybُ*kwV*a "Rt]:=b_f!P}k9>JJK:lzVfFXT [r{ X+d`'.Xr"+لp>H-:J &zw|K"lF Z$28 3d@KK@HoE{quǃ|tCJuʣdScL$#6$& /#!) YoaF)hbFwCA!4Sp|Q Rl2"o8w-_ZjF@xsކ3-zcQs,kPgm IbuuٷO)%dp,9)$?nA@.0)ol2+ M-%ӮE `<-W$"Vo|¹mcE7<_f(:dK X#d(NҨ "/~wYߗP9iPaʡaC9<3;DLJԈɂ'S[*d Avv.B<ZZwi&u'}7[jT.iZRI+(cH&dПX"j`hwKz;`5ԨTZ=Ju*>3nP/X)h}~t޷1˹uKtv;\g/;,n:ob1ouțfͳ;aVvB/bZȾKN6‰C*=FnM8Ulq2+8; ]Ҭb$q(@Jܽ?jգ0n-/+-xɥa#_Ѭ^ѵ['cY8m>(%K)`SAVPjPk b'f[v2L Ֆ Hnə#l~M]qjYLצ5["<8Dc.k4a Y HxgDQѽ;2)J9+ aem.y 5Oˠ*CǪ /^8,^4m!猦b~5i9 Å"W?{P7;}uQ Dtq?H8= Mn P0--_\bX]\C+ nԌqXxsF_ipxCJK[ 왂i y9!:ꖟn9.&L/!_Sgw,(l0۳?QxC%F]b`m,lu&PhN*Db]^r. 2ynQ " du|ϗ%a׶a|R`" T(/!b)sC5͓YXa_€+T'YvOKm/֬F=Hv;^).\rSl_K 2<m~*==G\ZҲ0YX4:g""$.;W/1U Z 5NZ]ϼ-VR!.Ԣ(.59v؅Sq) kLdr*X. 8+ 7m|νEOψD#fwfCyD%Any%-cW1޼!tR~R0'd޴oY#aft oc{ɹ{2. !H<O5YEeܦTs GۋŻe4=9Ơu}? :OE9DF6< JWM飌(2!aliP jXN1$_Y;}I(Ԑk?9wExЄ>K1%vSb>rtrjwx_'fJFR/v^o1W홲d ? s 7`>;EaA\KθnN ~ցTV.ykg#|CQ }|es9JZ!+b˂ gދꑉW5}۔^ԜmB.+-z57>'鄒3k J +n88^V͐9CY@~.,7qZ؉HyrxS!`.>Hpͅ- DuFL2Zb(!#mUkJhLoehh%^iY +uQ*訹u2۲z0 NZXHZilwIGij<lEq t z' ;>O4D^[  jEpY<$G?oGYswܢ$!wk)KhbHH^f-؃fNSaЌz秆$8Cq52.(dPmX<($ ܞ@]9&+Йg:S}H(9E# "j8A]0( ~3߆z"0qB^]7 ey>J)@!OK;8y *֩,ff@rG!ٹ=,>tn $3D3 E5vp+*|=^EˆA2+WThYX;nͫ9zCAyj̀l} &S~2%5~sM%"fXq鰷Hm3s o|b7PBe[?0=![J;q"!Sqp›]&ƮW[N1 }(8r?Lnx1-Jvz.wvOA,Y|lfԻhV帿H&FՈ^\GςѠTq̔8qG{K:(/ ȹ;NȬ E)]xπC6b[pX*,8zgfW1>jp+e9"cʣ]#Q d8&4OUD?nM;ZxH``<4GѿlKߖ&o\ӎG4m|9&yJjYMoA+gU*~F-*Di7:0L}]KI)kM Ks޺fVJrFef.Ni3CXy a?_'[W:Fv"ݢ6>"ܑ߸^[J!`U2lV$AiRd"oܟ-ӎӴho/:ćw;!R\RJnHAx>.nOX?m%\hW҄(bC{/~k#q7^!n[ȵ06'yhm9(H-j/Ƅs\o wto=c|:Dn̺~z8^`쮝9; :h &B/9Z L hS}6X t ZtAMxK:A`GXQD,mIm@#Nc.GCYeEx;yy j Ӡ|r{ ݺ2zڞ.=;#!oϭIkӑl4 nuBCoR ,2߿ 9sUҡ@j\ ts'bdq i5Ul/XI}(01 0`08Zb{;Nxh8p3(rw'缅Vڲ6!93:c @f5Pn' [^-O,UE9%7QB(!9<FX\r*բuf ܚ sz@(Wƴ,J (6bg8IHJ^RZl2jKq\N瑏 QY *OEMXdl ;LïR?"<^hHԂ$2z$YU=4;zb1iA,x*{qn(:}GI= WC-I56 #3?OaR*0 MtYL P鑪A*%DŰ!`-> x^/׬OX.hHr|Q.[~ HD`'U$I?(4l:{Raɉ%13D| K6HL[1Ɩ; ԉW;h80o=uo:~ "Xtv;H((uqҖ]à9Aϴ8J! }wN>}߮Z3fHǯ<(/wSnqnX&8UǁOsif\Y|_zoǓTb_Fa+Xr^vI~ `g9-fU4s| 5Oy.J|qBxb̃sg2~4hX9g>"<m%di"G=sW93Z.k`I0)v!7*tyR{DfK{3N{ta=jgSSo7Q"}q5W쓵@|e>:nM`˩3ӛJ.#+}3ʧfi9V۬^{oni\nt ytd>QȔ Fڦٗ7Ld:l˞qOp暴d^IwIWCK h@#j}.ص+H^qԬWVubꦙ!g Nq4UE (1'N_͜ZxZ=jczLf6֋dx_ Ǚ^H~ܛZj݂HiOB5X#,P:b(41 5zD{_Fbrq>qd]eś Z;2)EY.$흴N[' feL.t:~t=(8!\D<- B)כD/ETfo|S,pn +tΜ!O89:) ?n`j.4Yo˱ eS_R=(j|PS'Y3MȱSޟ߃d@S؉"VEyMLJ \U ߡ#ɣ=|"Zw㘸YJh?Oiqn: '7ĪaA:J YBxQnXBH*!!0>nZ+,*#@ A-AY:S^]\4sDLDy9zQܴ{_1oK5wZwkX|:3ŭz*&œhޝ0-z /ϓȭaE"n^[ڗKaKtIUrdbBih!r$3"OKҬdjV#b/VǻMGu*NZb x?g4DTr~?^;hJҎ6fw缉J_VW/;MbSer۸TvVs1" OoDՆCx ,W3Sn=[Dꓞ@E##l ?b1)etX!rรCl2 Itƍ21(,j& bd _X?gе@UK@QJR393v\Ḟ,0PDш;e E@lxx&a xbJdQzd+$|d!"zYyBB 9g)W3xH%h!&tx]?K>2I)! . ц\SÏBIn9_2"bZ(<5,\tӎn'Ӿ{]ĝAٸ;wlWXUy(UwYS0xNRZRVUƙ߯:~ESebPLqy/@ƺI2 c0g/w W81(~k/XDә۞0/G(ú)RE<`dwҾ=Gfu<ƷNtD>Dr:;%4'=~]q,Zos48^;S #6wrYM\e{g{)i & L3JrBT̛ *U P'\#ME@|5_.]O :L葲s<26' c({Y=}Q\1v&Jd4sr9.zApj|<IYu` k o^r(Ǖqy=k*&ZV'%Wsm[˰ ZAoS|ƺ/wьh+n<>\ bKa (_b8 0ML^T$Λ# fʹ$HWd.<*;( {65 ?w +m<I 7dS:L%uGܑDLx`䖳̯r/Cg1>wlc[S)/~35q urOB>( PC0RD- ^*0OIk:i]e3*ĦdΓL]а_‹j*S{ 鑴1gХ6/wzOщ U¯J1Qqců8}XS+X*ae14s"$qIm_h ΉC6D _{)^iǘ+P o;9hߺA1HϟF.Ә<>sv+{l6E$̔05̏)}"ϒAB q[sX:`P nO?}tp].h,vh4*wv$lU<>_pFRЬtAb4*'(+e?F{NhS1D ,ftK]6_ JCkb<&0LɪcK+f@>9BRy4&6o4HM?VI,6!|o ȴ^~ !6s1{0iY/tW`[:o*BaoFA-~F$к()aU2ф=tnn>wEݶmp&/xyك#M*yHNf zmٛj+8;yszvYN;ȶ3ĎwB t)C@f`S `'A_`(*_ޣ wKƂtmZλ@$VѶG9`7~%++4r .l\ؗvL_c4#{  (/~.y\,f! H?ExYv^j eCV6-34zXGbN`O'V#H~:3kRE?[UKw AB`}_Ao(TE0šl_8/҈L@k%$""]ɯ{5@|)IU%X1&bOTyN)*Pf{4ucKEwPQ/֖=5d L 䎷.{(RX:gšm:H.uj ?D65^&x*^;ǑvTq:%CSwT2] \-I!ns/ZTk,qZoYy?w"&toG]M2l1@0Z:-C^Ù)yr@~uF/8@ūt(k*:Jj/0L~I ؜1pVȿl9C0MPw)A#c+c_B!ku5pm2oZA%L!GEh},QoIpp/襔p1ţ)hqv4 6e>嫜5#ȝaHY̾sc /Z.5pJBd,NO3"}7mk>s^t54Ry@ʓe)ݗӆetݦ\廞 ;r=N,~b`{˄`IŌ!8*䎇 };{(LchwoגPK*p PXyR';@bED@Ng ,/XUqY1|e~?bƱCIN; Ƽ 75 ~‡Y'bjN}Jn]aR<$_ cu ఈdxt`Un*'1JB?nB/?P'm?MFC*L}C\Q@?wL|t6Mk11S1?GÐfT؜x#J_%OTǰs7&iESѳ~0Gi$rJ  jT cq]#R.3d@T)|S|ʔ^ DFwTH _殪>kx1YWGHocY6vA/&wfGJÔɴWa K%DW8K+?\$%z ؟+MsOd?*!G}'ZybRc 7'Dwұ,VSV_w _yO^Rvbd@=J`5&&%[Pzl2+1[ՌP1{wm>ys)xK3aT1ҘQ\Tt".h#X-\8Ux5E RA-8tI/vɴ%3%ieVs..ͽq n&[Ҙ \r 6f)>̓i˘JFFefg24>kw?P9'_<=vq}A^M'BYQm)s6غbd4Y. VFuLKec-UJJ;ׯP~:XҟQ⾋5|eIx +a`0h1SzȂg67$~`F>Yτ'&y-C1To]_շ5K/%?7'1"PmWmܛrtc#:d>b$,3.z>N{|kC8pZ#-u=7(h g$7>Lxdc#OU6p \]}..@ MpFîJ<.աʟOqkas%GoSQD.[29Sj+A&VަN0# dPZSPBv\ _A:H@@ "zpD( VlawU`LO"5-}^{Q( PY@me]xmIft vS(ȼ@ʹFx/9MUlx¢.H[Of"׽ek=fT3BaȂHMBsY셼1Y?=f3N=DX,+}yPWcR.2qdwV_Y~"'^s]VB/ǒ7sLXȪpZ7(/_$8h/"!`v#nD=uj8*g U#IX̍>|tb< @kVx~C"ڙhˍ2增;Bؑ/u(Vh;g Jp#yDYXD(qk-"t󍃢U[/EMdLc{$rʢdMܞF*j}I[b ULp ӽfv|f 4%ŹU1z_ZA0G[ג@߇koTs57SJǵ44(C*϶Svl7 DUwP0m3KSL=GqvBrltHtQL_ ]b *~ԧUwQ4IaL2 0BSizm9|"Nr@ծ6n.Fp#m`bE6هjHwj@oN:zcgS?v[*Tܦ@ v,Vwqg'w?CA/}GX9_L1os*R. fvUBsv7о|C=ёɯ`UF-aIlA%g>eJ׶e570xOaU%f,"-4yO9.ZK w Cb?43 qV.jKL+ZɯTߏڃLG`UdWu[D?~5-)+` uv7c4'ȵ_nABWUi?gui4kDDZMr)&1W;A=qwvfK|@7/.oLą[F;g~N)lzdHt-䥥'ZK"FP!з&NL tnf9e)`_}\ο/8uzGϧ3diY*uV2&k0iӗ ݭ='`,5hB89-nlI@AՆH[ꘂ}4K8KEF=28 <])Dn]o6ܤXزq̐טƅ]F9 {қHfIJ,!o)4zJ#0?pJCtf#|`U݊Ge'CH,ODi'Չ $0)ӥB&!GʜZKd0VBs",yrb $lgܙ_8P/0iw#`93l|Vչk@1#ݫ[G)RX;!̃)\`8cQQ΢q}%ƳAoukI&;]!s8O .jp@h&SX+ BitC7o!GIGKPEÑ ;I> i\Oh{mfg!Øs.Rx=`HJ!Ġ^$R sYd>*4koSL`=J{@E$I&ӷИ7ekBK n>8=wac `T҈s0vվ_˵ߝꐐioeLgl)w] lg}bo.f56T {Z&axtqrz U6 ,|]#tY=䋇i{h&M$ u OVT/}Z<##lI˝;kSDߒ32Ke<'*cp?u1n++uig#~9tAg]bTGCh$[ug:OFiTY/s*M3J6O`N@mcViQT+`4Aal])Z2!aKH,1/"1gRk$40nH҄R[zLK< ;B렣ٕl̹xlg* * d3LNxmyu<ӕ̉24XjuIfؖ-.-)۬*(}_|3&!=|/~m; r: 2Nu,tq+d[%Q%KGJGhWMnv%"ս0űTS?]BV-d}П̂ s cJLİ8Z7G8];ǻխ喤1^gG?q7 BZIvC):P;.U*y*S-C4ސB+zY bȂ&Wf_y sp(;w#”G0ٰGsr3`}u Sn>@,,8wiF LaQۢ21ԟZEA"v%G瑣Y‚^׬6̘4,IW `|t5e筅o\B+ܽiQs1iƜG迟9˟;'#$nKyItN2-aRpc~s4 #ؽ 4x{Gs!ZqU Tl&6G 'q//sk{tܒ2#< ZxofqD)3^MFG /_𚱮诽P} q!n}vǙ3?NifD/-Ьy ʴ`'h6ͭ+!I"TT\UMe擛:L)%xɆ#\^]H(߽ź~ME 2uV<9|u-YqNdfO=~N9eW%Ay #ׅOËDfF0׉FaZbR_F8ۉJ7_ث>׊qKD2M{[8=*= j2QGw؄,=Wwz@BfY&C͕rlOHPB" ϜH wՋLGӄ`#OZؒxI=Eq?Ɖ1.ͭp1൯ 9`մD !LE#EL$ܙdj<3ˌ`?V'U;oi/nJ<WT[ngQ&s!@Ok]Y 4)IŻJW8VZ\y1߭'3a!aJYڂ,+MZ& 9k?\z$ $^QxZ*)޿΃pUGX略[ߏ,knczp7U7U*͓joUo9lx-d@|UιW3]3+a. I 0~QP[hu )R廆_=ja-->JݰA(%U0%+ɬF/~0SaM(NsP}_{4 ` }dgޒߞ[-G@f&A*eQ"x۪!+^Z:puNCXΕO?iγW'2hO@R-IgŖ{y;KSeU˺&@kmN}ć޳MFЏ >Rτ"VDo$6p :f ϰ)b ^!y{ $ꌯ_zuNR[Cpc13ːHr1&Ano?< 7R[ k]N{OQ.ecr. #ƆO*rBMϢ4c<-jT^mى]1j6Cnm/1+堹4\7927Cl1׺Pr-P3@+7OK;ᘅfpGuÒ,@n&"~W۝0_gtT=4&:#FL^m^ d JUxsͼHg1,8DZ#f;'G@8ttҋ|TJ`]T 84fXaPpW%קyC[~MV/Y'>ןrF-wN6*W';b_n -~!E{\s6=X xîhI@睚"CƻpCl5dH$Pڶ*H(cRJCȎxWLG EOj da´ّh*h'1`O:@: 8Q~iPc iZu4\$RmódeJXȦV5ʹɱ S[ϡy-G}͒}ud4H|t%xt/'u'wdvaM?4+ʼ^c8Le3@UVyVfvzl,弸xZӧn,BՉd_&Er˛v 5,΄F*#*.fS"ׁ]|9ZJϟ^ ]fj}ALme@E/x$oEXb(qCFX pvYRo]t'a*P-okg> }nkMPoqWƄXPvxO$p0(J{u0ah;'[cϾiN}!V*`|Rc5nb2@'?}'бɣQV,KA?xM{ŮD׷Wy4vvLr~yڠ.{J^ߌ jU<9fZxi%1[_zO 1å8g=k\W8~vQ<9DAX7cV7EguW҈2Aajlyf s)sn!HP LS)V ">U\O{1:Ī)~lcM^/4J%k $B~%S|B]=xگΜ9)| 8v|>7gbX76a܏ .l`h$nArɁ=OT꜆oah_GBqNIT;MYKy|+@Zat g7snj L CFc\<%ۇ5҅-?mDw4GràM' > Vx:-K5_c}C{_O>`n%lh9t@ЉŮY2zgL2[1bBl5kzfvA$3|lS`nR>;k6l*`}rjt&C^iHn>yL5wFŋ:`29ŋ1FZJ ~l_VER>A E+kHka9KM9۱SSUtHY1[tlB.APb@5ѕSyG2*2LmlGx]b 8 COM;EZƃ(DY1eO2TwԦo?]e#c<~*,~x&HOAPvwR~Iv6:;>0sƹNg{^V|yoNY,wVk3͈9U+ XIT`"%uQ^QcGY:*MKBJ!Pc^wkA|Ql}V"bUy7"3wfmc xC0sF(Aj )lgQn`%! 6 flpA< |B9[##`rh0弜E>^= KDWr#rӻ =HlPH K Za?M#%0*$~ýQo۝>2*φRkQ<IU&7*izȡ;_ G쭾WfMc7GjF`r^9nۏޙʢC p599$0{]E!c`͈Z 7:vL.3o-, 1h]d1ـw>+`b|nWZ?Fu\zο}uDo}X suf2{3SKwHd{d. «C5%!- >L\a.m8a#W\;F'Wr#S{MTH]+O}Izo&C82Ȟ-h2dJ 4YYb(>=IOMZv :'sZ0&BŹ/;ğjjVV(HIIkK}iɧt4xFg%AH},Ez*89މ6^~22,ʭRM&͌[؏ )Ls&&J#^͍Lm2DK[h,{7 O)^+T}P/N(݉Y4Y!vEtv}׶ L rO.i[m5s46B cchډ^>DwAt=(Sc|b5Li(ohz wE dgّٝ X=S@h]~ R,^TB 2 ł,SҔ}c$ /#>w^d5'7!'l<3I[O"Ho딻:|3Dq `[rySk*P]1 "2?.n+W I1x7N@zQXt%Ch$mWYϝldۣ%WO,qzF}Ah`|VSMvgӶx4ö+0b 3ą{^K>\Q8]a-Kj\.\2u3Ic``K*S痳RS|QLPyBjIKmhn F4IL!BgT\UMՎ0cW;.]Α<@_0+ՅM7؄API"eD=0)Msݏ &8aJPChIӝD|<}Bޟdv_7\h Uqܟ4e1j{GSAglƨ*%0Z_[:k"b ry gݠÝà,kX? 9 67Jښ9uDosˢ)G)5::3#XV$rN2GeOak"yy\zS13JV b6B,-&{.Ff,wj&gp^rݮrDNHD 5U$M4_J}܈O(5ŕ8T)ЎdU59eJ+Z%I] wu0&;]u(h{}ˆa65rHz"+LN9rj ʹiՔu5}Jrͻɭ ~'my'oI1`nU$kgyHjZ "|*)tڥ|H,&J`<ǞwU PĞЪ=QBD 4 89D%) 5O4oHy6;қv9 () )fw2JEYBz)Hĥ~yAr8]=zmc%)mz? #LT8IZ{Oo6Lk%MǞVU|?{a"iSF9+A?{%=*q:vl)t.A&;DfPz%7AlEdU~,|"z oRQpAU]А!g 2]"W>_N̗+uRk\d#T[="oeYHiĩud% _JN:!Jcju|%Bc *)dJ}<-e5T94\ ݊nwYC⩳ܡGΔQR3r$Mw;]o@ U [&Jѯ+nܕ>.}4Iڎ uK:ZrT\3};­6Om$TT}+&c!m6<eOS3{F,Vf9GY,9mGHr\,cG-l O-3RnrD@f;?1 #'԰-!6}gM #[yNmnh 1vPuhtNS,5l^2IHu `0^t>x v2X2&;I X33p pJ|M-K~T?MDz0&tjƎS{]j\SC0F˼. åe'c_eC.=C!N주k5.,A-5[> JI[zI~2D٢.eeLyQ%qx/Rc1&f\TZj; ʊV~V퐪^n1IwO.t`l~9pw},y飗L鄝|--2-do} ?I }amF3@d;87@kdS=e?VmHv8P+x6 IAغ+O13qA[U\(hϜ©>[(N˄G+[鍥 ;Vg-axKA[D%!W`kK ϨF % iQD J!4_0Ԍîyuޚ++V1"'YxP$$񚸴JW:VzyŅ5h#?J 20(B/w-o{%0wcuæNHG^\e()QNG+^*߁V(ϴȾJq0S$LeVά8F:} ]ؓ˄p64c]&ğ&B[ &Z5#\ \e6T7mƮR^aDY7OZO+=C #%J^X&OM-ו(Y I!_}_xN|g#d"wx}:#K4;`Wԑ1F2vvҍ pt.:ݴ\ʁ匝(ez0S!yN)hPu|ҙ6ao5,_FgՙZN'rwSX~\*8/B#<{P!$w ;GSap0~^)yϊUV8)YpHί/'=&hkd[ƳEKs,wHpHtOvP>Kw0 ;;L,,́ ??|`%jz"V[yA\hH&SQH[,QNUTc3۸{k;B)CFh1 02DA+ݲ3ޥ]/ʣzWq[)Űe_ѣzM 6[ii i HJ@C t]\)IB'x\eOaNQE𨬼Z,Y~@4|V+;\FN K Se&y_FC4[Aw\L3@f}ꠏin*)/OevY4hǶݓ rIDrx,Pd² QI; %XGLnm2zVLb9[NbogŽM{W/3nB*=ùo|wAw!z@Fhs81"DaF: +W 43@M/TZ']0V{ XFlth| <{ GWL ZH .2< z`v-%Akf«_N|ک D|,%['&%5CoDZZZ'\<{_֠ u&=_LB^E~;hdyڸy)~cێ&7Tғ -Hyxn ,~l[Yu.[8ã05S ËHҪ@Y? ܹŎ&{dU-_GjP*ACa3@霚i;uݽ0NdpLi3#Gi/tfJI@iwDPvx"d>/MLff扌W~ԉdQPՀP;cgr#胨IU?6,h짺[9E!WL& USFUId5sE|Qם*G&C{ERijpg[,߄uˆTKJ b]dVzwUoúϾbl.hBݼQDF߱hYطW-へ~α1AkDh4~a-2;3>j3TeVG#(St1*VsŴ$+PŊCPyMYOݺa#څ EuԖGOIv+{Ϻ=hh6=CI{Sāiet245/NQPb i{$WU2Xݙi! RLiP *Zn$HЬT$ {QWYܥݩX&(5<DZ倃Ir:NOZp2gk%Z ԪCAoiŋlՉxMub=o:oD"7Wɨ=#j_T c zzL™8`O+W2$jpluS)/vBP1!$ENJqf!u ǫAPj| ']"+ %Y@<V_G.~8#PpBEzI /u84MLdXFKVz(5 pwe@s}t1n̠7>-~'xf7Gz{`&_-&t'TbJwN:6o6w +R`=TjC b3ݐ1^XXt5>TC=1lKd}'w,G6\L))ҷ r%$;t鵣 <@ r~帞6̔ԣ8OP5iu |~) 6spIіx.Lb;3v$= Ret@0Q*[Xh(f޵:o_`&HNq o ~U $ֲ՗7IDxH8!T$M4ь/$[GDv;12t䃨A4PFOV\NW~!mS'B>CE5^y!yi)XE];[(_Lr,P- z0"4xrua?Ŏ#`B_1ݗ.q6TC[Mb@P^Yk9|$SSMk&c5l`16*F@nmk*׭?dž4ޘ!AnzZD^,r^'JU2#ꂶP2}dx$eJ#rώ4 L1@=u"d}@.KtLUb5m{?Ru, 5"._ߔ!c/;~ƹi0َY~L*F=1&)_9hhU^(舥~ ]љ)A[!77KW8;t_S0萆gH!nMKt쉜h4z4v5GZJAP0]TF#e21Hε,I_Ӆ/GO(f(\b4/Oָ ]!N[}*=Uqd{B$*UXq:-6ȅ ,\!!i㼎=́ YfEiuX_SPpk)#r|=d)4.Z3B0/7,+fF'þ9L@.yDKn Ÿι ~5ew ٲYQvFH ~ܣu{G jiسSV2-NA6ZŸگ|-4&]⢬kF] ^OCG0kg Ce7asj=@`D>=XIt]8촧VhG1s b)6ڋ{cCHi>] ѴlF57/ġ̻ (CILC)׈DՋ Vt]rx7&zXǏciMiy5Iw]=`*A~~ QIE`8]B]&{_TgHHWrztScmEzlmK!zeB?խ'?rAϭ~Wȟ˳Hu;t~&v1ȲY59]-s堤D|e?G!}Uh` hWR@4|ZCҦnđzWFRKͨ;1DU%qPC L @)D#{|H0g޲_* hx;*j)p#8d:Cǰq cZ%x-$[Һ<Qr MDݰ-;ώ̓7\dʹI1S|Sr&s"(A/Kf'kxB|$Y.؞Y تr۔Fl@S{FZ 5۸k,/{ji8r WZc+齿am2х.sxXhj]'SE!_֩Qa_-碭]}Hg\q4@vu fGKv]ϬRs^@bi.'# VBwCq`/!lxRH4X mVc5'LI!#b*OW v}6X%JSرV(̍a)D  %هFASLiY-[TF$t FӿVESDv2d殢Gם>.R[:wqW} dCįې],>֚$;(tN"9)?P6ӭV 䠫y08u1s)<-} [F秀Y*$('b|3MKNA2Up/z:X">w, s˚ahZ~mcy)GE(SdqFb6ެxKú8Gl̶dX&Q MFKz,l2z;4W.4fvږnM7„LШ2wr@PVhlmsQQ -ܴ%aLaXx׃H&X#Wrɽ˚[ - a^$s5h͛eu LNͳzuZ2絭WÏV%GQo{ZEM;R6<Q$^]q:?w_!(HTAV[hDžLA= Qne +Tl&mMo5ğyS@GrM!7%):5kHX騙tIr SY,Y3x?N7o`bZ@`7&| Rՠ^v(U검NL1r1;mqe㛖aC W؛n$O dN#" m k]TZQl5U ynOg7sp5z xqь3}k .6o('wFC`iՐcS(5^Uj5ՂHd+|xW~o*cS}v[(^X7"Ydf ;c & 0.G4DjM{f3H4꾲6+nA5X1=bAV1a,<) # PZrVWk7| & e"KV? p'fȭz!; u?7Wk+D$v'ZRW(w;ɖK ˘mȺnjTO)Z'98H'K}+Iqo.CɎyBExWeJ2oR ,"d:'|J@<hX /z!r-+6:c}QAC3!;5#$J5OǬC_m`q¢Ͱ?>1ۜ9$`6>p"+1eoy+^ 1>8 Ql+&iKqdFAPԳT Pxpk~<й#-mbS4O@rO܍&-WPnj\'`>,SV!<TM?*J2^oanAʱN E)(:TM's)T =v]~㛰+d/o.DM=nۨ0`4#K]/(HغB[.׭#lu{ ʷ6O?< ?6^ِ@Wv l.^W+oo}Z3M#@"rEpFWh4\KKpN(L@ sCqFɜWk?=]0NwEc'Dm_pa fI#̱mҪ c@N_=ڷ0[C_玎[XY^RqZq^j3̽bYq)ZVc74b`N@ĬIV jTx8OT{v q 0C&(@ZRfy gk<_ z̥FFx:V{OT;ok߾yq_UŽbRj=)9=>&.1%hh LƟE/!?-o0V4=yF$ ~,eu+m q͢Y iTL4!yGҷZQE9ԄHr nXv^|+)0oڭϬ;tUom>M c 3]CHLZ7:b^K_7}TK|qO6m%쯭RUK*Հ[/7ֈ)ėP.M?8t*|bx;MH3+tG@ )|DUۮY\:G:W(Y+)qN#>^Lǝ\l! vnǣEP~r)ҋ7.,"Hpk%C%N/s՟hQ5G. ӹO)ѳp,id1~Do>.l}8ZF !'_" uy5YW!_Z!ŏ'WuIcPCtMPst/A!E9h1L/;(=4A=x`)o 1v}t1mtnhsI2'ҶknE ʗn'(ciOĵ`ci1U: 8U~Vh䙔LZQקm4}xc81ۜ;483#;kSrXaf$H |SdWߣFصݹ+>d1? Ϡ^13 [(U$BnSVf~JsA㐜LݙkG-SeaJ{ <|,ĵIn]NKY@#p(qR V"ZkjvK$ yVSvK kSԂ2 -˳H=:b QtV:: 5@tHŅ?|]V=G8h( ~jJ\صO^ƫ2kI.'HzuZϗ?~8;OxcG(=sn+8+PXF2M2Ԃ nxG/̗4i0`#pU bm*j y ePGxUہz٣`x+(i/+z[ @V{,e~8I&d ˚ XBa ?&GtZ.0vCo# qG̅9{Ss7_ fv+=>F:8htMqɾt0βIDZšcb SGq%i8?ɳL# V?_B'BHҢhfҹ9e@^U@:0DB r(|#M c}K \ P|oz6͛`]I[O`o:qjқQ-d,pJ?`x3l:B A~d{rw[ ΃Zr=anALz}W<<-MrK@Ӡ&/kц`)(?EC&4z8X.5jCձ${mM4;4U{jD1|836.A7?*?Ӆ%| ȶLJ( #qn9ѽdCm ՓrjhׄA4.Uc6 ER|n wZZNػPx( *QZXȽڣ(wׄ2H VE.)N#A(Si~h$2.AN|QJKÃTeţqPv3oTSeImXUXv]-B}KS"e1F%";ٝzXu)M+nCP 7ebSؒ3Ee4.3wd8;*2( 2(Go:u³z}qﳊݒ1XƙP$͋}mCZb tYOvI y*{ [|Z 6 KU`WLp#jO[@Zۂ{Np0Ui Upv{BUGOy>FnG㜸b#MRMeoL}fgPCV6O^4԰ э=cTH= $T]ECcf$sVfC3nkVUpZibЩ%ӝuMYYnКCYwa4W+9вK'DqQk*Ekl9 !ׅ`A'P6(K:#XBL&8| D-Hq/\i$cVP|EYmԡ{h-{<|6fn*aBxEzotQs>Q1g|UsՄօ˨5mctua\u;ȍkVtW(}Z>2d'G]gomV{ߒr&LЊ͗M˳aHI ͈ @S6BmQЫ=vٳ;_mdR":sGxgbf<.͍8F%NMzU$5s9Z2x=yTY;my)҅[n4.YȠ6H1OzOq//Ckd==h>k(wBtQhGjf]y00x1۲aڕY|yr% 0B$p\Tlpgs҄tBqfjPùQ=د70H8;HeKUYFrnT¥bm1 !\>` Чnw>ߕ??^6!:CA_<8<&l$Vʑ^c78/_f! wҐIϺ7OY3v[@d 3˃|!͢Uy+l4=;I !G(4K'XJU6*+vneimJDMKD[SL_@H?(8)$udeX p4|`u~?[`\SjB*yT1SXN!~$LeC:K>sƴkFmc%14]=I'O9~Еm6 HmÇzzY&!d&o*p5| Qe'aW]ޜzjpfU!2RR::HowV@K u]0k/ڨdU66slTi8tg!v$`0j17 eC(( [^'Vp 'OaMkwqȺ~6뙶r TjwfLBUʼDwUɐYTl SO;q}x9^t[׃BpciƿϯYOg{w]͕P kBxs5aBDb Muƒô^%Fp*sD:ZlR%~knʨVW;P>bYUn-hE깑*[m$4 Pq4GEs,bۘXj ҶO{؁֫Rn2dJ"~󰍥*t 3ġCPH8ݪ[/WE1=Z9·{=QOFU_ȳ9#4"ƞ͎R}7mƬ'`fah-x{f\2&b z#oN},sb(T9Edn陼# M ԎhYy8.G⇂$ؽ8%׽ؠYz vm@f`b(Iᘪ5*rխM!_u=LUc"ؓPiGы\xn'W깃RgHu0A"=#5CѨ\7 ؍RtRh 4V. 9_Ox<ȿ_K_O1?s~4~ڸ.V="I'N4,fl[$J4sH_ t0 DLTBD;E"-z% [s,BU{ѫDYR9rOdXR{#ٴyML)Z>+#5f&DEYlH_׮L${"7P Q4?.gQ[wğKO>!<G\YdBܵi[I*GFcjvj1]Յ&~L;ԙݥ#<}o弙TO Tf'ntKt ҮG$2 }!1?iⶺ`&ԧޞ-y j;4頸kl+QҲ!tR4㲷eLXOp|n)wr{V8L^4j9B.T_ t&!f+ hreYg:d5Q?GXFHFlT>ꗸ<bDj;̬R&kW7}f[n?#sv4U`oM= CHI{կ.3/v0RR5g<#^tM #ɿKӹAX~!}9`X|"or/.Gupn=qA*Ms({'!d$m& (wn7 aQlq<_ +2xrli EtR"ЕJS,m+&hzH1#i]BảG`9Y!N3SkJ2>eg/ږq3hud5i-cyWAu5*Rc^B JCݒe^ST홆/å7oуJ Jfg8·2?0={'y oJBK78)<{@([y}Py픖4WCQ6tHzΫ͸vTe)~@iSG2Ǚד.O_s /X .? PS`i[<OW*S6^N\(=.5( W.x* `݁-c{&@)ST|H!崦<-rKIj6'Ҭ$d3[=>n}xk"nQ &}8΃Ɠ?h9IOBMkrZWܯ<j>TvUP'qU)OJ.3#dLLj'$m9?<Wݲq-_@T't*Q£BVW%9/Kvehr qb2<{,Μ|- Jaićn~#dw`U|0;c3/ovS~&,)n GW~#Da\LN{USa%G]Q+T.G$sgy-=k`y'W7s@ېa&w `HZ`$i6KpXBp237M`wpC-@<2(iO2(1\jd:i`ȖHͣ.fz^R2-qٹ~PM ?p`;|Kv6tJ㦿nIIef+ 6=|srG^l:` {fY|_|, 0GGj/[dp#\ )QGVHL9Nǵi1p1\mj_/js֪sN@yc+Pu,9u \}ܒvwlsҴ$~[K<"iV-_p;>AQiXc4dAMb_8YP^հmMlU󵴔h[*~3oD5Srjcf[X`}$bj' ( B<}:َvͧY8QD`M$(%GxA(/ yv(iN:m.y4hR?L?: AO)j` #~k}f祰 0O˖ox8C ) ֥) sDYmB3 o]N0cF٢7TPZ=`B6EB U"{ ";)L_r S2{v,jq_'37=)B5ez:_OH-_9wV$Cŷ$MZ2PϦlT՛@7)\ {/GJ ɵ ̦uM BSm:42 <( %C Jp&ޔP8הw4~,1cض" 0\LTN]Vvcg-AfV$ņ?^9!%9/CJW^f.aEēDr' u"M9B.%S36"?g$qqD.IH`k*>'A|sEgs[C;J+1P<4NW lq*1ՋB|xfLܩ"˒f(?Ϝa·^6T-&2gG{x`q<,z\K"M<^,EhjTX9Q_ 1CÏf Odx F5ВpP%AtiD+aP{Ȧ J7tU$ ;`0o< wcd.Mf>}*48_cIN[m͈_5 1Au,4pPMBX^"Zc^eAEqC.X9\!5c&[*NZ]Ź _8.I>%0A]?`$`FJSnlEPDby[w:sκHх&*r`^ʚMhp &'/ z%0A?gMOC ٩& vC4-|lbdSAI@ 7"'1.u'ǕJ:҆k8պ&]U&O<|Ҍyy&sc#*Ic9Rm# ؕm12Oi<]Kz*&հt]ߜJF *q(;#9&LR1G d-TYpҚ:IwthʱvքTwDPr=fȡ-̗+ipny$Ux1:P?٬Ǚ%4ֹzJJwNB_3[}XohVdzhP wA#Z?4i'Inۧz!_3,sKT2vql8D z !OaZsg9Iq#&Wp֎BM=HFrM+QM Y:1\ѕh6V Ruh+ZjNv)eRh A|UISf~Ź7^'|ɯEZtD_H74UO>+_SȤ)p{qu=pGǚvB\8^-2/P*%NvGC^Ki@UH&)A՛/|Aj+9;90·[7±ir ֻ_*b&dFۇb,AYo~s`n"YRžgR# zxخvQMMf= NDԯHɅw6#t&H@ˆz-E]bH?\"}}}FkTy xTr#$?JV[c#*whTowcSMM ,vܓFn`gԲ.Wg09ZuP5S,eU+-N R9 >QjoIJ~2yWˆ %SQhvN&vUg¼(J Ff41'l}1pbu8U\뷯AJG3dJuKϺA1IZsb ['8*qd: -QJ%:'mreOKS'£K@J`zU?R?fp)b<~uR3'*laDT_x}NpP ޼qV˰AMj>ұCPr",1f݀?m{~"eːZWqz6̉RWK@@3yNś: mԣ¨g~+tRq6f dL7LSQ "iH4iYi1\&㢶bƨ>Pp#B0awքg;#\pQ4_bVj]; ϯ0:I]mZwwCvU~6RoޓܶXŔ4B@..7_w| Q W]=@:#f˾ߩg$[t|d :kwXt`&С`D*yeL7ۏxYO-M{69"ۻ9ͺO aEme7:ONS:Nr uVt-wXpx2T6}CcىL- h׏wHj2GtjI}ha3A!Dk80eEF5l\|m6j=r}ek }"=!~0@ܷ--ښxEVAQ[v,7?t?\jaOhc+.x]`0N{xЊӈ[1KCM٘Bb_ؔ*|Xkf_lST{.БM 3Ρ|k0WQ!P_^a0زZzkp6M>ۄ _FUkYvS :30+ W}u6ʀ( U!|tǭ&b+y+%I@nד<[\̺ ]{F!CrŪE1w}SdygH2r02 3 R"0]i@>%(E5"|Ez|;МV[B@DCoϾuHV{Np*L%cGr`V@Wx>&-VEt^\`# 2c2RϰӰF=l/Rm6¥gsM,} ^\_zS;[H8"\ )xŗsJ)%Ia :x=t,X6Aa?qCw#qTk-¥}xah,elab /"~[^zkX]2Q "F5fpڒ8s}dz<ʛSqɶ5m=Xj\7-G`Q@^(l~J$x;~ˠojX,#PI;Nvq !Qj=dw?h%O*S˨"u lkg[28Yu=(Gx[-^zfCLr{ :+(Ni;{S ܁q;FsdOàdDUn+Ӱ+OfU$(& [35(jǻntwƖ(RɡҏȍH1sllJtDu(Z,V&9܏/Wװc7L&_͊,zdkRn,H% _a@(-4'/. &;Hb`-Gsn0#C"eڠwlhmB2+=W1)؍cBzU窀q9?t8Zzp?K7(wG _tZ2J n:kp#=^?wͦ]oPR w ,6(~*N/c>cxXaP'3_/FCDm a .WtRsdLczsv#cQ36NIf,$֪;ߍ+VP/|yJ_p[2wfeÍ*]fI}5&b {ٿl7`FdGiS݂Hr@lxlʥi@TNv^CLۯ , 9^H!+>Z˒ $ xX&/0{op{ A|sIG'oIjJ ,hDco8+ħKv$uť=SUh>WN.|mn«jX1DUgx[Qͱb{5cv3VxLnD)k)DJ0x9DX4P&ωO+ dF =\Gu.ٙSr@J+'"?j.Z*Xq/PuoP+q"eYb6puwWDt];8m=k˃tDJPFG/6琂$ Xe-4RknV{zmbKp0X~ğs'C,Dl^Q;ylO/0O1a6k\:&tiX "R;~Zӷ}~6UB ZvJQSNttkCvlY*;Tb| E/gHJŝN6D0:8H;̭,] <ͫ@Jt[̠D7#O%^6O:WmmxN!'ȩtO<+1^̇JWec W q?PW%ёwkx@n~'4pB t ca$8̤MSUmzȰCIF(N9B}~wWTt>r=_)zBEȻ?).-:]45(/$ㆻ-aj_l ߦ]{40Vbpa/ *wyV'";J=e1];*]}M[Ҷ[yqy].&A,⋙ex~+2%](4W"~ҹiDt2)Յw[\rSX8WO)zoWTgxwɌđ'XB[էݘ38aFj6=UKynŊ q{z:᷷9F#Eq6&.ĭ`-/aV\ݽ2(+Hi3kL`kg-2']=Т+u5SwhƖ㱗 hoJ^ "tOjJ6yHV%AJOhfCKfkMAPܯtR (Dv esÓRF͉7_SJIgxF:'kP>PuBP1qN 熔Cc~bCw v"3 ق;/)掍P&59vg`3#%\ͬPMU9{~w6 @+e^Uy#_J~"}!$Hwaݤ塾vH`&1ם+Y~ #gRnlF>{VCeu’A#m;@l˸J#0wMԄDOzUA򞋳wWJP r؈ <S|ZJhMG) 4)iѐ--t{T@aQRv^X=E7Jș93[JҹZ`{ "Uotzd)[LnB. WVri |IIdvUdmM3_|4);w`b%>!h4^1єRsR 2tN$T5V)Xm\KքT`)͝.zzH\z9彇͂~N4HzZzm+'wDɅI|9ne{l<Oӿ!t ~?p;D;ň|w)@Miy6k*H>.-;C4,bMR+!(XO#_'oNs^oJN ݄mo\iܻ=ڦp2Xr=8,deHf8;1z3heM5g3ƃ> [klm8xiKf}@A2IBw[b 'hK$7Nˀz]LǬ +!|lY;L+JJ,!r-zpF287$EيiË"Bo'CaLIfk={ɥkèTu5.vM2=3ŝ'=)OF/7%>ۧq[N 6Q"c9HP29(F)4g+!lS [nrDѽ"u?E_ŢBliV<|5pK<&W'ILىl֍ȟd|%ql lIL"9$J=/vo)ԡ7P7܀4X^ u[t C5׊A:TWtN@AU%FFx:0]w1H\Eu]Gc~5#QlMY\b22{Ċ iG.}oR܇Ҥh \\5BӽPܫ7rO9l5XDB.* Ч0w)GhCRQGyq>2J~qHD2FumHTBDtW~d!$[vIꐿ$CP{MXnGNނ {nF;=i{J d2)HΩ8$Aeq6qq@.ƚGj4?$2|U|tx:|'b lHV[J񈺾N$I,Ȧ$q%)oU.6l% Wzfud'I ñ<gZ8d]PI >(*xz.* ų YZ