flatpak-1.14.5-150500.3.9.1<>,f/}p9|WKƹVPfE:IBqL J<,Ow`Lpwu1jl[IILJfN;d$a3zf1-4"N_Y6]ӂ{C0m߁ID?4d   J %FX n~ L'x)x *x +x -hx H`x HxJxMxOpOxQtQ@R@Y@(ZN8ZX9\:h =%>-?5@=BEFMGdxHDxI$xXYZ[ \(x]x^|6b_cdefluxvwxxxyz0Cflatpak1.14.5150500.3.9.1OSTree based application bundles managementflatpak is a system for building, distributing and running sandboxed desktop applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for more information.f/}nebbioloSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Packageshttps://flatpak.github.io/linuxppc64le 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 flatpak-system-helper.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 update-system-flatpaks.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 update-system-flatpaks.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 flatpak-system-helper.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 update-system-flatpaks.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 update-system-flatpaks.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 # Remove any empty repo directory, which is seen as invalid by flatpak. After that, create a skeleton repository using "flatpak remotes". if [ -e "/var/lib/flatpak/repo" ] && [ -z "$(ls -A /var/lib/flatpak/repo)" ]; then rm -r /var/lib/flatpak/repo fi /usr/bin/flatpak remotes 1> /dev/null [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/flatpak.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 flatpak-system-helper.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 flatpak-system-helper.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 update-system-flatpaks.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 update-system-flatpaks.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 update-system-flatpaks.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 update-system-flatpaks.timer ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in flatpak-system-helper.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart flatpak-system-helper.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in update-system-flatpaks.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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart update-system-flatpaks.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in update-system-flatpaks.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 || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart update-system-flatpaks.timer ) || : fi fi?!p!h!p 0XDNI22 XwNyg5Az 'Uk2#8*v`X~S  /pv [<]+ P)j be -(G{ ^ J I"AA큤큤A큤AA큤A큤AA큤A큤AAA큤@f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}cvxuf/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}f/}3af7a32a1396884bac9c560f9dc7b458fd871564001e9319318d7a09516a441a5c4214acad4315709bc386fea26f8f360987b2d2b33d37c653253690491441c3316cbf820908e29438e9e14b41c1ff86ce6d0f06acac2ca8750f20eb1b58cfdebf3b46e0ed3341a5835f0cac972278733b80e09534b41715cd637967f617ad5d79414eed9be94dd7e79531367a87e970eb4d473730977c0229fede637fea761d605a4a9a09ec7968957c57e6bd641c296a32528cd4fe9fa6a2080128c7ab76b164d544b73f08d93fbd97c61ca42328245ab163c5e0e70f9b67d4e99416e251d21a660732cd2ae3a797cec9010dc4a094639774cb85b17bd9373cdda87dbddad96fb08e61f4ad29cde161f9883188fdda545d1fc3c2b9d0ee194c86665a6449670bb869432de99daa07a86d87513cd0384240c5e5f8f4d855705bb2a2d2b3ac28cd635ca63fe66a530f20c9695b5781e68aa82d386471da229c0d1e3ad870f605d3f65d6a34d7e5992df19fc497879e4309ecde36729a55126d4dff3208f5368a1c49115bc6cb0f1dd59a40aa532d3363784a7f7f01511321131180d41704241f34dd0d1dd2fdd1035c8826918f520edb140c00fe5574fba7edb328f2d41d164b6accc166fd5910f5668353b92b0f811344a1fbda3816cb48512134a07ee82dab0a1855ebddf9201a66612aa30a965c1c539e4a80a69dc80a59df59486f6c1c2b1f88cf537732b16e718a22a205e2b76c60495d10523c078e3078ff07baed75939083cf611d778ae36361926e6e51f32e0a2bffca792be966a4630745bafd45f61daa8eb835f63f570ad9817f863370d012933780bcae40575ca28808139493a8f319d1ee6afbfdbebb3d014ae7c9ece5d9adec2374437903c4ddba0826614ccc2dde0eff3b4ded202428e2e25b2bb1ac9f58ef50425123bc6d60e543d07e99f8359cdb0186b9d2deb8dac556838d71d210c72287dac7845f10afdfe29e397408c52e8b25527e59416503ea4cdfb64729ad37121f08dcdbb3b466c0d93a548b580d31acace7005748d3ecd1d976870ee02a16e0c3bc7c7b8b5e9ec331ecf18c14b42cb6d6cf93f5f2505e70cd301914c920e99fae92f1ea02724ccb38b67e1d4f7db68294aedbc1891e2aa2db7f761fa95fe77b73e6c4d593ccbaa648baa4acfc13d88dc7fafdc6eb7c0702cb66a687aecc4f7f3d099ec7c37a695b1a752b827726c79b2296692deb548ddb8022b885b37b0a29fe22f3fdcb88cae84b28ecbc4d775bd494b40328658ae7069bfa32b07000aa482e4a77fbcf769ecaf64925dadae3b4eb15cd908bd8c31f5ea95e3ed2c9d4dca815ca2304b8cf45f306d31c6eab9fd603ed570019e44044905b723f5e2348bc8e62f4491096dbcb2d5e4c0191a1dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe5511270b7a0d3ddedc1e42a7914c1c31acffabc14bcbea6533f29c4ccffd5c2275816578128d1c9bcc6e7777bf83158b0000992ea0668940ae55f7a3d18dba921fb972a7000e9c54465151a775e9aa307d085ebdb94c26c6abffa1f041366aa868033a8fe4ad13020fcde428792a9135ecd798da488c6672e7c07294c9065c3acfa8bda072c687b4b2451e803832ecada4d849a5c10b4f4b2839098da9637fa8a1fc30808aa930f825d4599d2b04617767b195bf4a24720bfcda3a1c395e7006a156e026102708528172c0d60cec898f7f74f51515f110e1780efd5602dfd1cfafd2738165c732ad0951923bddb54df973f7fdc0ce7536f0267afac861ac2bc1faccd7477a18b1bfdcce81a0bbf4460e24caff80c2524b718681aeaa3dd8633439f8f14ad9d71ebd5f490cdbe3ef78c71497ea91ef889a7419de6f0f93cf93d2d6fcc57d3d2792edf3f6dfcfcc95acc6e18cdfcb69a7307adddb17cf2f05e034190b813ef8f1b808bbbf6667fdf97fba15acc6c103ff9c0fe9ad794b360fe098b333ddb10457a42b1d5faa85d67d858ddfeb0f5831c5bdf4c28c40874bc5876e5180d5d2cf60d1af8fa278d36b4ff1af3e646aed25aa9d2eebef9e7f50674396137f80e76c759959d91c9c2811cdba2393c9ca459f58315736080f5c335818b731525cbfe1321d5e48e5956bbfc55440f9e5fe4407a61e3dd20b5f8f8b3b171e081d9da60ad8d4852e11b1a1060b8c256fcd99264492a86615f63be479d401ffb8e773411d80a2da908505e7df084917d91e35c7fb03d235be770ad5c47172333c90bdbde0776f50d752695009deaf1c078e85903ce536e66cd5a7173f6bbc74952f2d14b9c1d4f5deb6579fcb83f277bb357df1494fedb4d49601c70f67c9c0532a0ccb46dfc3028e278b4c9ab788795def4b063bb1bbbacb69681ec136e91b5368aefe410a0d6b642a4d0bcbaf49ff7c3183317a7153b6f4099be08a50f8104de93f0416baa42f798774a6e521a02b465b4caf193a9a1750fa647273f0702f6d152c803d5bba947a9c3a145219bfa68c7fde87e0f87efb7d318b66d78f0cb54874d35b7e4b05062eddb01fead381c43615500140287ba1b8a19a4eb68a77c8552f9463c2138a414c568790bee07f1bc6e1eb83c9280834619fe776c29ea9ffaab33bafac81f01752f0e25c8133eb3a65365858d9952cc0f065854b093914838636b75024fb3bc604983e36daed5d249d5caf8adb76c1e0f0cfcd2bc7a07fb26d38252e89c23057702722ee27e20fd57fd0a5fe7f3e0a7df92e114c93ec5d5abb9e7539c62d4aa0d9093d1807c8713bacb3a5894cc449fc342d172469f0f025c0fdf2d643fe7a648228a009648a74921cebfeb30800456b749a517b5a6157e80f22f1aa0b34c25201095188cbcad2fe0a6964ce3f999d15c3a14a3fa01cb60f023e9e1e57cdef6d95b0d812ea8e9ad37361583f9c2f835cf1b28d17d61b20bdce2078d548117369bfa240c6f757648bffb7bb51b2224c8baa1d8e4f2045944c6fff56a9b9039e414341cb3bc5f1f55edc9179a640f2648553d53fe4ee1f3c04b9621f23dcdadd3e3df0608bd916ca290e0f5e4486833e4c3a49bddd8dbf898ce5a0217f331c6260379b30fc87933512d5a0e6644dad279058ec722974f0711e3f78ecfc75b23180fe2903dd6a67b8564f70f9b4932eab3695af9a98a57647f9a0d116bcfbf216bcd8fac5d03bf0994ca9557f482c0e2898cb898bcd3cf1bbffc0a3c83c4d49d6965d3cc1360cc5a4c670b9d54505115265eb53ea16f374485910ad15f01ea1153addff89443006f98ca06c45bb47903a235dfd420483372e18c1945ad9c0825b6465867b5d542fa4f5c84e5150b3785f1595e0991000c49bd10090d65a430051f2ad013315e909725a91d8208f4c410728f2819bb0bf28c1ac3c2e1d9930758da2ea031f1dfdf02044bb505afa1f0bf1e47ea8c85c2954dddb75b1a024ba6e89b1f27eaedd483761b5449fc14b296be96dca38a4f971f318935297f674befee34318e1ad9c2be10eb3c3582560d9e700edb4abcff474d4762aa36cccdd54b1775d4c1134d05e819fe7a85ffe9d6e8a41c8bd994ea4362f71d408282ca59eee335d8346308fc7a66098948d34ed9bd24a3d42a311b1e5b2e5a83b5196031fc1e838b9c8865af374f48586d1c8cc551af34073a30dea6d476858a12a25bbfeabbc8af6c94afd9e415f712cea77623cc25736b1ed1c253e04f55f71457a2038aea3f0fa9aa1eae7a2be1f0b5becaad6abb16785fa301f571a670c96a1f9784263aaa53d95749d3ce8e0207a1d001fda59d7af3050cddfe7da0e17cbc8c0862cd1ebc4f269f16f9e5489b099891b1e27e6905cb08efa0172355032eb0ddede0c32153aed8035fc74cea690f9a19166fa79f35aee9ed3b70e6d8220d1601bd4ec7482c5f2615f6b580e217b243cdf913921b9a0e5a3f2eec2f50b055f6534ceb9828cbb423f9fc9a5e743dcfff375a186d4389c290e72033a678cb3e8b84376c2493fea44c0c217fefd2244aefb3e2603f48b601eedc44816db425d60192638c8b3486cff63fa4366a379a4f68cc141a6c4456ca20b82cbaa2d1418990a5f8a698252530f458f24182678491c263b028710e2479c807fb4ec1d29ca8f896cbaff9fa1a343834d8809a2828c37772473a472313a3d2147c77818b85695582f704780fd592f85dc35cae3b614b01918bf8a5dac2b1d11c00469d4a917e91ff15841a3645ef29b5a9278c8a6611be6b9aecfa7405dd9aab5bab64a5c1ff9998f5c1b78bfccbe318b370eca48ab2e92465e9497aa2a59ac2c02b6908a2ddf8bf759ad2c207a493c3137d174c72f91f3c289e1f943b39870fbf578f178384cd5792ad36a680f52f2a3f8f587e9b99d41a932278301d792e79ef0ae5b96eefd58fd85ebbe3127e47415e8462a797c94eea958d56cfaa06583567de80cb45b82e3fd401ea24b7270fe3548bc4b2be827cfb3c2dfb9bf482a466d4f06ce2921e80b73dbe557b5046e89cbd077be2fec056d75acc02930648e5e05b6cbb69fb6bd9df6bbe3ed30a1ecf02fd04eea599bde948b608392bf3e25a929c8298b1d40bc722e1286b7f864a5a276f331c6cd9b20892a2e2b3562a63b23dd00f4ae7a062a9d67c5960ed617039ed79b98e14c16da64b49c5909b8d8d0e3a6d37662c12af2f74f081f4c26d026619816723d13c568a18b877ba028508c2fc3acd0491289532dd4fa81cd6bbc18790ff0859d86dc2fadec97a341c4ebae9c1139ce3ee1a3d7089e33e299ddf829a6302e855c005931a1f703c64696b86c423fb2851e225fbafservice@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootflatpak-1.14.5-150500.3.9.1.src.rpmconfig(flatpak)flatpakflatpak(ppc-64)xdg-app @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     /bin/sh/bin/sh/bin/sh/bin/sh/bin/shbubblewrapconfig(flatpak)libXau.so.6()(64bit)libappstream.so.4()(64bit)libarchive.so.13()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.27)(64bit)libc.so.6(GLIBC_2.28)(64bit)libcurl.so.4()(64bit)libdconf.so.1()(64bit)libflatpak0libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libgdk_pixbuf-2.0.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgpgme.so.11()(64bit)libgpgme.so.11(GPGME_1.0)(64bit)libgpgme.so.11(GPGME_1.1)(64bit)libjson-glib-1.0.so.0()(64bit)libjson-glib-1.0.so.0(libjson-glib-1.0.so.0)(64bit)libostree-1.so.1()(64bit)libostree-1.so.1(LIBOSTREE_2016.14)(64bit)libostree-1.so.1(LIBOSTREE_2016.3)(64bit)libostree-1.so.1(LIBOSTREE_2016.4)(64bit)libostree-1.so.1(LIBOSTREE_2016.5)(64bit)libostree-1.so.1(LIBOSTREE_2016.6)(64bit)libostree-1.so.1(LIBOSTREE_2016.7)(64bit)libostree-1.so.1(LIBOSTREE_2016.8)(64bit)libostree-1.so.1(LIBOSTREE_2017.10)(64bit)libostree-1.so.1(LIBOSTREE_2017.12)(64bit)libostree-1.so.1(LIBOSTREE_2017.15)(64bit)libostree-1.so.1(LIBOSTREE_2017.2)(64bit)libostree-1.so.1(LIBOSTREE_2017.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.6)(64bit)libostree-1.so.1(LIBOSTREE_2018.9)(64bit)libostree-1.so.1(LIBOSTREE_2019.4)(64bit)libostree-1.so.1(LIBOSTREE_2020.8)(64bit)libpolkit-agent-1.so.0()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libseccomp.so.2()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxml2.so.2(LIBXML2_2.6.0)(64bit)libzstd.so.1()(64bit)ostreerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)user(flatpak)xdg-dbus-proxyxdg-desktop-portal0.5.01.14.5-150500.3.9.11.14.52020.83.0.4-14.6.0-14.0-15.2-10.1.00.104.14.3f@e~@e@dJccwscp@cc bVbb0b@bbOaaaaf@aa@a`2a&0`̊`̊``H`@` a@``__k_إ@_@_A_=@_X@_c^^@^x^^^I.^E:@^2@^,-^@^ ^@]]@]*]]#0@]]@]:\t@\\@\ֹ@\O\@\d\N\I\I[@[[@[[;@[[qr[U@[4[#@ZnZ1@ZZ$ZxG@Z= 2.77.0, and with GLib 2.76.0 (GLib 2.76.1 or later silences these warnings) - Bypass page cache for backend requests in revokefs, fixing installation errors with libostree 2023.4 - Show AppStream metadata in flatpak remote-info as intended (regression in 1.9.1) - Don't let Flatpak apps inherit VK_DRIVER_FILES or VK_ICD_FILENAMES from the host system, which would be wrong for the sandbox - Fix build failure with prereleases of libappstream 0.17.x - Forward-compatibility with libappstream 1.0 - Fix a memory leak - Fix compiler warnings - Make the tests fail more comprehensibly if a required tool is missing - Clean up /var/tmp/flatpak-cache-* directories on boot - Don't force GIO_USE_VFS=local for programs launched via flatpak-spawn - Clarify documentation for D-Bus name ownership + Internal changes: - CI improvements- Update to version 1.14.4 (bsc#1209410, bsc#1209411): + Security fixes: - Escape special characters when displaying permissions and metadata, preventing malicious apps from manipulating the appearance of the permissions list using crafted metadata (CVE-2023-28101). - If a Flatpak app is run on a Linux virtual console (tty1, tty2, etc.), don't allow copy/paste via the TIOCLINUX ioctl (CVE-2023-28100). Note that this is specific to virtual consoles: Flatpak is not vulnerable to this if run from a graphical terminal emulator such as xterm, gnome-terminal or Konsole. + Other bug fixes: - Translation update: pl - Changes from version 1.14.3: + Bug fixes: - When splitting an upgrade into two steps (download without installing, and then upgrade without allowing further downloads) like GNOME Software does, if an app is marked EOL and superseded by a replacement, don't remove the superseded app in the first step, which would result in the replacement incorrectly not being installed - Fix a crash when --socket=gpg-agent is used - Fix a crash when listing apps if one of them is broken or misconfigured - If an app has invalid syntax in its overrides or metadata, mention the filename in the error message - Unset $GDK_BACKEND for apps, ensuring GTK apps with - -socket=fallback-x11 can work - Never try to export a parent of reserved directories as a - -filesystem, for example /run, which would prevent the app from starting - Never try to export a --filesystem below /run/flatpak or /run/host, which could similarly prevent the app from starting - The above change also fixes apps not starting if a - -filesystem is a symlink to the root directory - Show a warning when the --filesystem exists but cannot be shared with the sandbox - Changes from version 1.14.2: + Bug fixes: - Display the intended messages for `flatpak repair` - Exporting an app to an existing repository on a CIFS filesystem now works as intended - Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib apps when set to a path on the host - Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps under Wayland when this variable is set to a path not available in the sandbox - Unset $KRB5CCNAME for apps - When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the profile script is sourced more than once + Internal changes: - The INFO log level is now treated the same as the DEBUG log level by `flatpak -v`, to make backports from 1.15.x simpler- Fix the "Requires" version of bubblewrap to be the same as "BuildRequires" (>= 0.5.0). - Use a macro to define the versions required of bubblewrap, ostree and xdg_dbus_proxy to avoid having the same issue in the future again.- Update to version 1.14.1: + New features: Add a httpbackend variable to flatpak.pc, allowing dependent projects like GNOME Software to detect whether they are compatible with libflatpak. + Bugs fixed: - Terminate the flatpak-session-helper and flatpak-portal services when the session ends, so that applications will not inherit outdated Wayland and X11 socket addresses. - When using fish shell, don't overwrite a previously-set XDG_DATA_DIRS. - Don't try to enable HTTP 2 if linked to a libcurl version that doesn't support it. - Stop systemd reporting the session-helper as failed when terminated by a signal. - Fix a warning when listing a document with no permissions. - Fix compilation with GLib 2.66.x (as used in Debian 11). - Fix compilation with GLib 2.58.x (as used in Debian 10). - Fix a compiler warning on 32-bit architectures. - If an app update is blocked by parental controls policies, clean up the temporary deploy directory. - Fix Autotools build with versions of gpgme that no longer provide gpgme-config(1). - When building with Autotools, be more consistent about applying compiler warning flags. - Unset $TEMP, $TEMPDIR and $TMP for apps, the same as $TMPDIR. - Treat /efi the same as /boot/efi. - Make generated files more reproducible. + Updated translations.- Add and recommend a package flatpak-remote-flathub which adds the Flathub repository (boo#1186315)- Drop pkgconfig(libsoup-2.4) BuildRequires: rely on the curl backend. Following this, pass --with-curl to configure. - Add pkgconfig(libxml-2.0) BuildRequires, exsisting dependency, previously pulled in by libsoup.- Update to version 1.14.0: + Improved support for sideloading. + Allow sub-sandboxes to own MPRIS names on the session bus. + Commands that accept "--user" will now also take "-u" as an alias for that. + The CLI now properly informs the user of which apps are (indirectly) using end-of-life runtime extensions in end-of-life info messages. + The CLI now takes into account operations in the pending transaction when printing end-of-life messages. + The uninstall command now asks for confirmation before removing in-use runtimes or runtime extensions. + A "--socket=gpg-agent" option is now recognized by "flatpak run" and related commands. + Curl supported as default HTTP backend. + Uses Fuse 3. + Implement support for rewriting dynamic launchers when an app is renamed. + Add --include-sdk/debug options to install command to install SDK/debuginfo along with a ref. + defense in depth against arbitrary file deletion by flatpak-system-helper when using very old libostree (boo#1202639). + Updated translations. - Replace pkgconfig(fuse) BuildRequires with pkgconfig(fuse3): Follow upstreams port to fuse3. - Add pkgconfig(libcurl) BuildRequires: enable the new HTTP backend. - Drop gtk-doc BuildRequires and no longer pass --enable-gtk-doc to configure: no longer supported. - Drop libtool BuildRequires: no need to bootstrap the tarball. - Replace pkgconfig(appstream-glib) BuildRequires with pkgconfig(appstream): match what configure checks for. - Add pkgconfig(gdk-pixbuf-2.0): verified dependency that was implicitly included by appstream-glib before.- variant-schema-compiler requires the Python module pyparsing- Correct Supplements for flatpak-zsh-completion boo#1201113 - package LICENSE file in every package - make flatpak-zsh-completion and system-user-flatpak noarch - add update-system-flatpaks timer that updates installed flatpaks daily if enabled- Update to version 1.12.7: + allow networked access to X11 and PulseAudio services if that is configured, and the application has network access + Absolute paths in WAYLAND_DISPLAY now work + Allow apps that were built with Flatpak 1.13.x to export AppStream metadata in share/metainfo + Most commands now work if /var/lib/flatpak exists but /var/lib/flatpak/repo does not, and will automatically populate the repo directory if possible + Consistently pass relative subpaths to libostree, working around a bug in libostree < 2021.6 when used with GLib >= 2.71 + Fix some memory leaks in GVariant data processing- Update to version 1.12.6: + Fix a bug that sometimes caused repo corruption in case downloads are interrupted or canceled, necessitating a "flatpak repair" to recover + More reliably detect the GTK theme + Fix history command unit test in some edge cases + Updated translations.- drop apparently unused libdwarf buildrequires- Update to version 1.12.5: + Detect and remove left-over data from /var/lib/flatpak/appstream + Fix display bugs in flatpak history + Don't set up an unnecessary polkit agent for flatpak history + Don't propagate GStreamer-related environment variables into sandbox + Updated translations.- Update to 1.12.4: + reverting non-backwards-compatible behaviour changes in the solution previously chosen for CVE-2022-21682 (boo#1194611) Fix will be in flatpak-builder 1.2.2. + Clarify documentation of --nofilesystem + Improve unit test coverage around --filesystem and - -nofilesystem + Restore compatibility with older appstream-glib versions, fixing a regression in 1.12.3- Update to 1.12.3: + CVE-2021-43860: a malicious repository could have sent invalid application metadata in a way that hides some of the app permissions displayed during installation (boo#1194610) + CVE-2022-21682: flatpak-builder could allow - -mirror-screenshots-url commands to create directories outside of the build directory (boo#1194611) + Extra-data downloading now properly handles compressed content-encodings which fixes checksum verification + Note: In some corner case server setups this may require the extra-data checksum to be changed + Avoid unnecessary policy-kit dialog due to auto-pinning when installing runtimes + Better handling of updates of extensions that exist in multiple repositories + Fixed (initial) installation apps with renamed ids + Fixed regression in updates from no-enumerate remotes + We now verify checksums of summary caches, to better handle local file corruption + Improved cli output for non-terminal targets + Flatpak run --session-bus now works + Fix build with PyParsing >= 3.0.4 + Fixed "Since" annotations on FlatpakTransaction signals + bash auto completion now doesn't complete on command name aliases + Minor improvements to the search command + Minor improvements to the list command + Minor improvements to the repair command + Add more tests + Updated translations. - Drop support-new-pyparsing.patch: Fixed upstream.- Add patch support-new-pyparsing.patch: * Support pyparsing >= 3.0.4.- Update to 1.12.2: + Install translations referenced by LANG, LANGUAGE or LC_ALL + Fix error handling for the syscalls that are blocked when not using --devel + Improve diagnostic messages when seccomp rules cannot be applied + Updated translations.- Update to version 1.12.1: + The security fix in the 1.12.0 release failed when used with some older versions of libseccomp (that don't know about the new syscalls).- Update to version 1.12.0: + This is the first stable release in the 1.12.x series. The major changes in this series is the support for better control of sub-sandboxes, as used by the steam flatpak. + In addition, this release fixes a security vulnerability in the portal support. Some recently added syscalls were not blocked by the seccomp rules which allowed the application to create sub-sandboxes which can confuse the sandboxing verification mechanisms of the portal. This has been fixed by extending the seccomp rules (boo#1191507, CVE-2021-41133) + Some test fixes + Support for specifying the flatpak binary to use during exports + Install translations for all languages in the locale, not just the ones in LC_MESSAGES. + Fix progress reporting in flatpak fsck + Handle cases where /var/tmp is a symlink + Expose /etc/gai.conf to the sandbox + Fix the parental control checks for root + Handle missing /etc/ld.so.cache (musl) + Updated translations- Update to version 1.11.3. * Bug fixes: * Don't inherit an unusual $XDG_RUNTIME_DIR setting into the sandbox, fixing a regression introduced when CVE-2021-21261 was fixed in 1.8.5 and 1.10.0 * Update the included copy of bubblewrap (flatpak-bwrap) to 0.5.0 * Better diagnostics when a --bind or other bind-mount fails * Create non-directories with safer permissions * Allow mounting an non-directory over an existing non-directory * Silence kernel messages for our bind-mounts * Improve ability to bind-mount directories on case-insensitive filesystems * Don't ask user which remote to download from if there is only one option * Internal changes: * Improve test coverage * Spelling fixes * Translation updates: Brazilian Portuguese, Russian, Spanish, Ukrainian- Add now working CONFIG parameter to sysusers generator- Update to version 1.11.2: + Bug fixes: - Fix logic error when migrating AppStream XML - Improve error-checking - Fix various memory and file descriptor leaks, in particular with flatpak-spawn --env=... - Fix fd confusion in flatpak-spawn --env=... --forward-fd=..., which caused "Steam Linux Runtime" containers to fail to start - Avoid a crash when looking up summary for a ref without an arch - Improve handling of refs belonging to more than one architecture, e.g. for cross-compilation - Don't abort uninstall if deploy metadata is missing - Don't fail transaction if searching for dependencies fails in one remote - Fix test failure when running tests as root - Improve error message for 'sudo flatpak run' + Internal changes: - Improve printf format string validation - Improve test coverage - Reduce risk of accidentally hard-coding x86 in the tests- Update to version 1.11.1: + New features: - All instances of the same app-ID share their /tmp directory - All instances of the same app-ID share their $XDG_RUNTIME_DIR - Instances of the same app-ID can optionally share their /dev/shm directory (enabled by a new --allow flag, - -allow=per-app-dev-shm) - Allow a subsandbox to have a different /usr and/or /app. - Steam will use this to launch games with its own container runtime as /usr (the "Steam Linux Runtime" mechanism). - enter: Improve support for TUI programs like gdb - build-update-repo: Add a higher-performance reimplementation of ostree prune specialized for archive-mode repositories + Bug fixes: - Fix deploys of local remotes in system-helper - Fix test failures on non-x86_64 systems - Fix two intermittent test failures - Make polkit queries non-interactive when operating in non-interactive mode - Use a local main-context when using libsoup in a thread - create-usb: Skip copying extra-data flatpaks - OCI: Switch to pax-format tar archives - history: Handle transaction log entries with empty REF field - portal: Fix flatpak-spawn --clear-env on OSs where flatpak is not on the fallback PATH, such as NixOS - Fix various issues detected by scan-build + Internal changes: - Use GNU bison to build parse-datetime.y - Add information about security support and security vulnerability reporting (see SECURITY.md) - Move all git submodules into subprojects/ directory - Several sockets are now created in /run/flatpak in the sandbox, with symbolic links in $XDG_RUNTIME_DIR- Update to version 1.10.2: + This is a security update which fixes a potential attack where a flatpak application could use custom formated .desktop files to gain access to files on the host system. + Fix memory leaks + Some test fixes + Documentation updates + G_BEGIN/END_DECLS added to library headders for c++ use + Fix for X11 cookies on OpenSUSE + Spawn portal better handles non-utf8 filenames- Flatpak only requires glib 2.44, not 2.60 - Update ostree version required to 2020.8- Update to version 1.10.1: + Fix flatpak build on systems with setuid bwrap + Fix some compiler warnings + Fix crash on updating apps with no deploy data + Updated translations. - Remove deprecated texinfo packaging macros. - Switch to upstream release tarball.- Update to version 1.10.0: + The major new feature in this series compared to 1.8 is the support for the new repo format which should make updates faster and download less data. + The systemd generator snippets now call flatpak - -print-updated-env in place of a bunch of shell for better login performance. + The .profile snippets now disable GVfs when calling flatpak to avoid spawning a gvfs daemon when logging in via ssh. + Build fixes for GCC 11. + Flatpak now finds the pulseaudio sockets better in uncommon configurations. + Sandboxes with network access it now also has access to the systemd-resolved socket to do dns lookups. + Flatpak supports unsetting env vars in the sandbox using - -unset-env, and --env=FOO= now sets FOO to the empty string instead of unsetting it. + Similarly the spawn portal has an option to unset an env var. + The spawn portal now has an option to share the pid namespace with the sub-sandbox.- Update to version 1.8.5 (CVE-2021-21261): + This is a security update that fixes a sandbox escape where a malicious application can execute code outside the sandbox by controlling the environment of the "flatpak run" command when spawning a sub-sandbox (boo#1180996)- Update to version 1.8.4: + Fix support for ppc64.- Move flatpak-bisect and flatpak-coredumpctl to devel subpackage, allow to remove python3 dependency on main package.- Enable LTO (boo#1133124) as gobject-introspection works fine with LTO.- Update to version 1.8.3: + Fixed progress reporting for OCI and extra-data. + The in-memory summary cache is more efficient. + Fixed authentication getting stuck in a loop in some cases. + Fixed authentication error reporting. + We now extract OCI info for runtimes as well as apps. + Fixed crash if anonymous authentication fails and -y is specified. + flatpak info now only looks at the specified installation if one is specified. + Better error reporting for server HTTP errors during download. + Uninstall now removes applications before the runtime it depends on. + Fixed test-suite to pass with the latest OSTree version. + Fixed dbus environment variables in flatpak enter. + Avoid updating metadata from the remote when uninstalling. + Fixed error message handling in various places. + FlatpakTransaction now verifies all passed in refs to avoid. + potential issues with invalid names. + Updated translations.- Update to version 1.8.2: + Added validation of collection id settings for remotes. + Fix seccomp filters on s390. + Robustness fixes to the spawn portal. + Fix support for masking update in the system installation. + Better support for distros with uncommon models of merged /usr. + Cache responses from localed/AccountService. + Fix hangs in cases where xdg-dbus-proxy fails to start. + Fix double-free in cups socket detection. + OCI authenticator now doesn't ask for auth in case of http errors.- Fix invalid usage of %{_libexecdir} to reference systemd directories.- Update to version 1.8.1: * Avoid calling authenticator in update if ref didn't change * Don't fail transaction if ref is already installed (after transaction start) * Fix flatpak run handling of userns in the --device=all case * Fix handling of extensions from different remotes * Fix flatpak run --no-session-bus * Updated translations - Update to version 1.8.0: * FlatpakTransaction has a new signal "install-authenticator" which clients can handle to install authenticators needed for the transaction. This is done in the CLI commands. * We now always expose the host timezone data, allowing us the expose the host /etc/localtime in a way that works better, fixing several apps that had timezone issues. * Fix flatpak enter which didn't work in some cases. * We now ship a systemd unit (not installed by default) to automatically detect plugged in usb sticks with sideload repos. * By default we no longer install the gdm env.d file, as the systemd generators work better. * create-usb now exports partial commits by default * Fix handling of docker media types in oci remotes * Fix subjects in remote-info --log output - Remove source file used to generate a flatpak user on the system since it's now included by upstream: * system-user-flatpak.conf- Fixes for %_libexecdir changing to /usr/libexec- Update to version 1.6.4: + This release backports some of the OCI authenticator fixes from the 1.7 series, and should now be able to host flatpak images on e.g. docker hub. + Other changes: - Fix a use-after free in libflatpak. - Don't list p2p downgrades in list of available updates.- Create a skeleton flatpak repo using "flatpak remotes" instead of a manually created directory (bsc#1172316, bsc#1169619, bsc#1170416).- When SLE uses GNOME desktop environment, GNOME Software is automatically started to provide key update features. During the startup, it setups flatpak repository so that related features can function properly. In a system environment of no flatpak repository has ever been setup before, this triggers "org.freedesktop.Flatpak.modify-repo" polkit action. Therefore in systems which use a restrictive security policy (eg. SLES) for the aforementioned policy action, a polkit authentication dialog will pop up without any user interaction for the first time login. This is not user friendly. This submission creates /var/lib/flatpak/repo at package installation to avoid such a confusing authentication pop-up, at nearly 0 cost of security compromise (bsc#1169619, bsc#1170416).- Require bubblewrap 0.4.1- Update to version 1.6.3: + The main change in this version is a fix for a regression in the progress calculation for applications using extra-data. Additionally the bundled version of bubblewrap is updated to 0.4.1 which fixes a security issue in some cases. See GHSA-j2qp-rvxj-43vj for details. + Don't break if users primary gid is not in the nsswitch database + Fix crash in flatpak repair if no remotes are configured + Some updates to the oci authenticator + Retry downloads of extra data + Updated translations.- Drop obsolete _servicedata file.- Update to version 1.6.2: + Due to a combination of some behaviour in flatpak and recent versions of ostree we at some point lost the use of deltas for the initial install case, instead always falling back to a full ostree operation which is a lot less efficient for pulls with many small files like a runtime. This caused some very slow installs from e.g. flathub, so it's recommended to update to this version to get better install performance. + We now correctly handle TMPDIR env var overrides when bwrap is setuid + Disallow running "flatpak run" under sudo (as it doesn't work and causes issues) + Fix build with older versions of glib + Minor documentation updates + Updated translations.- Update to version 1.6.1: + This is a (mild) security update. Flatpak 1.6.0 added the ability for an application to request it to be updated, as long as the new version doesn't require new permissions. Unfortunately in some special cases, if an app had access to the home directory, but not the rest of the filesystem it would still allow a self-update where the new version could access some files outside the home directory. + New permission --device=shm giving access to host /dev/shm, as needed for jack. + Generated correct download size in build-commit-from + sub-sandbox now allows the child to share the gpu of the caller has full device access + Fix crash with disabled remotes + Fix builds with older versions of glib + Updated translations.- No longer recommend -lang: supplements are in use- Update dependencies required by flatpak 1.6.0 . - Require xdg-dbus-proxy instead of building the (outdated) builtin version.- Change %_prefix/lib to %_libexecdir: Makefile installs the file explicitly into libexecdir. Let's be ready in case this path is going to change.- Co-own /usr/lib/systemd/user-environment-generators. We don't want to forcibly pull in systemd into the buildroot just to own this directory.- Update to version 1.6.0: + This is the first stable release in the 1.6 series, main changes since 1.4 is the support for protected content and improvements in the self-sandboxing support. + There is one change in the support for OCI remotes, we now only support the use of labels, not annotations, as labels work with more registries. This means pre-existing OCI flatpak registries (like fedora) may need some changes. + New permissions --socket=cups for direct cups access. + Fix some leaks. + Fix reporting of progress with latest version of ostree. + New no-interaction flag for authenticators. + Support for auto-installing authenticators from a flatpak remote. + Warn less about unset XDG_DATA_DIRS. + Don't poll for updates in the portal when on a metered connection. - Modernize spec with current macros.- Package empty /etc/flatpak/remotes.d.- Add pkgconfig(libsystemd) BuildRequires (boo#1157126). - Drop systemd_requires: strictly speaking, we do not require systemd.- Update to version 1.4.3: + Fix crash in revokefs. + Handle 'versions' extension key (in addition to 'version') when checking for local extensions, which was causing us to uninstall some actually used extensions with uninstall - -unused. + The 'required-flatpak' metadata key now supports listing multiple versions to support backported features. + Fix crash with older versions of polkit. + Fix installation of bundles. + Fix crash on deploy error. + Support building bundles of apps installed from a remote. + OCI: Fix handling of locally cached icons. + Fix crash when listing unconfigured remotes. + Ignore differences in trailing slashes for repo uris.- Add system-user-flatpak.conf: generate a flatpak user for the system helper (boo#1137537).- Update to version 1.4.2: * Support extra_data in extensions. * Handle double slashes ("//") in XDG_DATA_DIRS. * Fix detection of local related refs. - jsc#SLE-7171- Add a _dbusconfigdir variable in the spec file so we install the flatpak-system-helper config file in a location actually read by dbus, which didn't support having config files in /usr/share until 1.9.18 (first introduced in SLE15). - Remove the systemd environment generator if building with systemd < 233 which doesn't support environment generators. - Rename the libflapak-doc.xml file which has a typo in the name upstream. - BuildRequire libgpgme-devel, not libqgpgme-devel which is not really needed.- Update to version 1.4.1: + There was an accidental ABI break in libflatpak in 1.4.0 compared to the 1.2.x ABI which caused crashes in apps like gnome-software. + This has been fixed in this release so it is now ABI compatible with 1.2.x, but NOT compatible with 1.4.0. It is recommended that all distributions that shipped 1.4.0 update to 1.4.1 and rebuild all dependencies of libflatpak. + Make ABI compatible with 1.2.x. + Fix some potential crashes. + Fix some corner case where it was impossible to remove a remote. + Restore support for file: uris in the RuntimeRepo key in flatpakref files. + Updated translations.- Update to version 1.4.0: + This is the new stable series, ending the 1.3.x series. The major changes since the 1.2.x is the improved I/O use for system-installed applications, and the new format for pre-configured remotes.- Replace systemd-gtk BuildRequires with pkgconfig(systemd): make the build cheaper by not having to wait for the 'real' systemd package to have built, but allow to use systemd-mini. The change in the stack causing this was polkit dropping its hard dep on systemd.- Add systemd-gtk BuildRequires: Needed now after changes elsewhere in the stack.- Disable LTO (boo#1133124).- Update to verson 1.2.4 (CVE-2019-10063): + It has been discovered that the previous fix for CVE-2017-5226, which uses seccomp to prevent sandboxed apps from using the (dangerous) TIOCSTI ioctl was only incomplete on 64bit arches. This is now fixed (boo#1130637, gh#flatpak/flatpak#2782). + seccomp: Only compare the low 32bit of the TIOCSTI ioctl args. + Support multiple nvidia cards on the machine + Fix support for systems where XDG_RUNTIME_DIR is /var/run which is a symlink like gentoo. + Fix potential crash when updating apps. + flatpak list --arch now works correctly again. + Updated translations.- Update to version 1.2.3: + Don't expose /proc in apply_extra script sandbox. The CVE-2019-5736 runc vulnerability is about using /proc/self/exe to modify the host side binary from the sandbox. This mostly does not affect flatpak since the flatpak sandbox is not run with root permissions. However, there is one case (running the apply_extra script for system installs) where this happens, so this release contains a fix for that. - Update to version 1.2.2: + Reverted green checkbox as they caused table alignment issues + Fix a division by zero if the terminal reports a zero terminal width (which happens in the flathub build environment). - Update to version 1.2.1: + Ensure flatpak builds with older versions of glib and appstream-glib. + build-commit-from: Fix the new --extra-id option. + build-export: Allow disabling the sandboxing of the icon validator and do so during the tests. + profile: Don't break if debug logging is enabled. + Better handling of the appdata release attribute. + Don't install polkit agent when not needed, avoiding some unnecessary log lines in some cases. + Fix the output of the sandboxed icon validator not being visible. + builld-init: Allow specifying a full ref for the sdk, which is used to select the branch name when checking sdk extensions. + Make the ok checks in the output green- Update to version 1.2.0: + Ensure DeployCollectionID works in flatpakrepo files in all cases. + Don't error out with empty installations in uninstall. + Add helper that validates icon files during export. + Don't allow root to modify the (non-root) per-user flatpak installation, as this risks causing problems later. + Remove some incorrect warnings from flatpak repair. + Allow multiple name segments after prefix when exporting files. + Allow specification of ellipsization in --colums options. + Handle dates as well as timestamps in appdata + Fixed a bug where flatpak remote-delete removed too many refs. + Now we use raw terminal mode during a transaction to a avoid problems with input during the operation causing problems with escape sequences. + Generate a fontconfig directory remapping snippet as will be needed for newer versions of fontconfig. + Support --extra-collection-id in build-commit-from to bind the commit to multiple collection ids. This is work in progress in ostree. - Add pkgconfig(dconf) BuildRequires: New dependency.- Update to version 1.0.6: + This release fixes an issue that lets system-wide installed applications create setuid root files inside their app dir (somewhere in /var/lib/flatpak/app). Setuid support is disabled inside flatpaks, so such files are only a risk if the user runs them manually outside flatpak. Installing a flatpak system-wide needs root access, so this isn't a privilege elevation for non-root users. + The permissions of the files created by the apply_extra script is canonicalized and the script itself is run without any capabilities. + Better matching of existing remotes when the local and remote configuration differs wrt collection ids. + New flatpakrepo DeployCollectionID replaces CollectionID, doing the same thing. It is recommended to use this instead because older versions of flatpak has bugs in the support of collection ids, and this key will only be respected in versions where it works. + The X11 socket is now mounted read-only.- Mark flatpak.sh as %config and move the systemhelper dbus config file under /usr - Remove the flatpak-rpmlintrc file that is no longer needed.- Make polkit_rules_usability.patch effective by adding a 60- prefix to the rules file. This will cause it to be executed before the polkit-default-privs are executed (bsc#984817).- Update to version 1.0.5: + Make the /etc -> /usr/etc bind-mounts read-only. + Make various app-specific configuration files read-only. + flatpak is more picky about remote names to avoid problems with storing weird names in the ostree config. + A segfault in libflatpak handling of bundles was fixed. + Updated translations + Fixed a regression in flatpak run that caused problems running user-installed apps when the system installation was broken. + Implicity grant MPRIS2 permissions - Changes from version 1.0.4: + Flatpak 0.99.1 removed the inheritance of permissions from the runtime due to concerns with dynamic app permissions. Due to popular requests, this version re-introduces such inheritance, but does it instead at build time. This solved the issues with dynamic permissions while still allowing runtimes to have default permissions. Apps can disable this by passing - -no-inherit-permissions to build-finish. + The sandbox now always includes a /etc/timezone file, following the (old) debian standard for this. This is needed, because the more modern way of exposing the timezone name by having /etc/localtime be a symlink into /usr/share/zoneinfo doesn't work when exposing the host timezone. + All apps now have automatic permissions to own their own app id as a subname of org.mpris.MediaPlayer2. + We now properly re-load remote state in FlatpakTransaction if the metadata was updated for the remote. + The signature of the FlatpakTransaction::operation-done signal was wrong in the header and has now been corrected to the signature that is actually emitted. + A crash was fixed when reading invalid .flatpakref files. + A crash during updates when a local ref was unexpectedly missing was fixed. + An error case on uninstalling was incorrectly returning success even thought there was an error. + flatpak_installation_modify_remote did not correctly save the nodeps state. + flatpak_installation_load_app_overrides() was improperly returning freed memory. + The tarball now ships with an icon (flatpak.png).- Add rpmlintrc to ignore files being installed under /etc not marked as %config (since they're not).- Don't run "flatpak remote-list --system" on %post anymore since it's not needed nowadays. Also let /var/lib/flatpak be created on demand since writing to /var should be avoided for transactional updates (boo#1111385, fate#325524).- Update to version 1.0.3: + run: You can now use --system to run an app that otherwise would run the user version. + New permission --allow=canbus that filters out access to AF_CAN sockets. + lib: New install flags FLATPAK_INSTALL_FLAGS_NO_TRIGGERS and new function flatpak_installation_run_triggers() + lib: Better error reporting, including some new error values that replace the generic FAILED. + uninstall --unused: Improve handling of which .Locale extensions are used + run: Make flatpak run on systems where $XDG_RUNTIME_DIR contains a symlink beneath /var (commonly /var/run -> /run). + Don't export any desktop/dbus/mimetype files in subdirectories. + build-init: We now record the base ref (if used) in the metadata. Nothing uses this atm, but it can be used by tools. + We now respect the upstream ostree.deploy-collection-id instead of the flatpak-specific xa.collection-id metadata key to decide whether to switch to collection ids for a remote. This is useful, because if you use the new one, only new clients (that support it better) will use it. + create-usb: Fix assertion failure in some error cases + create-usb: Always create archive-z2 repos + create-usb: Don't create unnecessary summary in repo + permissions: Avoid errors if there is no permissions table + repo: Fix flatpak repo sometimes using the wrong ostree-metadata ref. + Avoid fsync when updating $installation/.changed. + Add the missing appstream2 ref to the xa.cache metadata + The test-suite got some modifications to make it easier to maintain. + Documentation updates + Translation updates - Changges from version 1.0.2: + The dbus proxy is now available in a separate git module, xdg-dbus-portal, which is imported into flatpak as a submodule. It is possible to build flatpak against the system xdg-dbus-portal instead, but this is not currently very useful as no other applications yet depend on xdg-dbus-portal. + Build regressions with older versions of glib have been fixed. + Flatpak ps now also tracks the pid the main process inside the sandbox. + Added flatpak override --reset to reset overrides for an app. + Added flatpak override --show to show overrides for an app. + flatpak install now automatically pick user or system based on the remote name given (unless the remote exists in both). + flatpak uninstall --unused now does not remove SDKs if some installed app refers to them. + Fixed bug where flatpak uninstall --unused prompted for uninstall twice. + Set IO class on the system helper to "idle", which should cause background updates to affect the system less. + Fixed regression in flatpak uninstall --no-related. + Better handling of empty collection ids in flatpak bundles. + Cleaned up some error messages. + Various documentation fixes and cleanups. + Updated translations. - Changes from version 1.0.1: + This fixes various build and test failures that were detected when packaging 1.0, as well as translations and doc udpates. It also has some minor features, including a new subcommand "flatpak ps" to list the running flatpak instances for your user. + Print application tags in the prompt when installing/updating. + Make sure we don't accidentally leak the host /proc into the sandbox. + Translation updates. + Added a "flatpak ps" command that lists running flatpak instances. + Improve error reporting when exporting documents. + Improve detection of dynamic p2p remotes. + Build fixes for older versions of glib. + Fix threading issue in the OCI support that was causing the installed tests to sometimes fail. + Fix OCI AppStream support on 32bit architectures. + Fix utf8 issue in the dbus API description. + Some install fixes to make installed tests work + Make the tests work with python3 (as well as python2) + Improve introspection annotations in libflatpak + Improve libflatpak API docs- Update to version 1.0.0: + Flatpak 1.0 marks a significant improvement in performance and reliability, and includes a big collection of bug fixes. 1.0 also includes a collection of new features.- Update to version 0.99.3: + Fixed case where system install would sometimes fail due to the system-helper idle exiting. + Support installing flatpakref files in FlatpakTransaction, including a new signal add-new-remote for when remotes might be added. + Added some new FlatpakError codes. + We now support .flatpakrepo files with no gpg signatures. + Fix crash in system-helper when updating appstream. + New command create-usb which can be used to prepare an repo for offline updates. + Fix some non-handled cases of the CLI not working when /var/lib/flatpak doesn't exist. + Fix crash when running with a gid that is not in /etc/groups. + Add new permission-* commands to interact with the permissions store from the portals. + Include appdata in OCI bundle.- polkit_rules_usability.patch: Improve usability by allowing members of the group 'wheel' to bypass polkit authentication checks when locally logged in (bnc#984817). This adds a few polkit actions to the rules that are not covered by upstream, because they are set to 'yes' for active users by default. On SUSE we require 'auth_admin' for regular users, however.- Update to version 0.99.2: + Updated translations. - Changes from version 0.99.1: + This is the first pre-release before flatpak 1.0. This is considered feature-complete and no features or major changes before 1.0 are expected, only bugfixes. + Flatpak install/update/uninstall now lists all the operations that it will do and asks for confirmation before starting. + In the above confirmation the permissions (new permissions for updates) are shown for all applications. + P2P updates are more efficient. + system-wide installation uses less fsync calls so installation should be faster. + New ssh agent permissions allows granting an app ssh access.- Update to version 0.11.8.3: + Fix a 25 second timeout on startup if using p11-kit < 0.23.10. + Minor change in dbus proxy default filter, now broadcasts are not accepted from portals. - Changes from version 0.11.8.2: + Fix crash when building some apps. + Allow multiple appstream components per app. + Fix handling of gl drivers in uninstall --unused. + Don't prompt if nothing changed in uninstall --unused. + Updated translations. - Changes from version 0.11.8.1: + Fixed regression running apps with --own=* permissions. - Changes from version 0.11.8: + Flatpak uninstall now accepts --all to remove everything and - -unused to remove unused runtimes. + New command "flatpak repair" allows checking and repairing a flatpak installation. + New permission --allow=bluetooth allows use of AF_BLUETOOTH sockets. + If p11-kit-server is installed on the host, this is now used to forward the host certificate trust store to the sandboxed app. + Flatpak uninstall now does not allow you to remove a runtime if some installed app requires it. + Now tab-completion for zsh is offered. + New installations of flatpak now defaults to bare-user-only repos, which means that it works with filesystems that don't support xattrs. + New flatpak info options: --show-location, --show-runtime, - -show-sdk. + New flatpak remote-info options: --show-runtime, --show-sdk + p2p operations now work when offline. + Work around hanging on app startup on blocking autofs mounts. + Various optimizations make installation and updates faster. + Multiple extension versions matches when auto-downloading extensions are respected now. + Commands like "flatpak info/list/remotes/seach" now work properly if /var/lib/flatpak doesn't exist. - Add subpackage flatpak-zsh-completion to follow upstream zsh tab-completion addition.- Update to version 0.11.7: * Fix regression in installing .flatpak bundles - Changes in version 0.11.6: * Further work on the export filename regression, now also fixes the same issue as in 0.11.5 but in flatpak build-finish. * Fix segfault when installing from .flatpakref in gnome-software * Build yacc parser from source. * Don't tab-complete Sources/Locale/Debug extension by default. * Fix tests on debian. - Changes in version 0.11.5: * Fix a regression which caused installation of epiphany and other apps that export multiple .service files to fail. * Fix appstream updates in p2p mode. * Don't distribute generated gdbus code with tarball. * Add documentation for the flatpak portal - Changes in version 0.11.4: * flatpak remove is now an alias for flatpak uninstall. * flatpak uninstall now picks system or user automatically if not specified * New appstream branch format which is more efficient to distribute, the old is still generated for backwards compat. * Appstream data now contains compatible arches (for applications that doesn't exist for the primary arch). For example, an i386-only app is now listed in the x86-64 appstream. * The flatpak version is included in the user agent when downloading. * The Flatpak-Ref http header is set to the currently installing ref when downloading. * New argument --timestamp in build-commit-from. * When updating many apps we now only prune the local repo when all updates are done, making multi-app updates faster. * flatpak build now always allows multiarch use. * flatpak build now mounts app extensions during build. * flatpak build-init now supports --extension to add extension points earlier than build-finish. Also build-finish now supports --remove-extension. * New flatpak portal allows applications to sandbox themselves and restart a newer version of themselves. * New flatpak run options: --no-a11y-bus, --no-documents-portal. * Initial support for end-of-life:ing applications. * New option X-Flatpak-RunOptions in exported desktop/files allow you to specify no-a11y-bus and no-documents-portal. * Support for tagged extension points, which is useful if you want to use the same extension id (but maybe different versions) multiple times in an app. * We now export .service files for names that the app is allowed to own on the session bus. * libflatpak got new methods for listing remotes by type. * libflatpak now has support in FlatpakRemoteRef for getting remote metadata such as end-of-life, download size, metadata etc. * There was some internal restructuring on how installs/updates are done which should improve performance and maintainability. - Changes in version 0.11.3: * Fix "open with" and flatpak run --file-forwarding crash * Fix build with glibc 2.27 - Changes in version 0.11.2: * Remove fuse dependency, since we don't ship document portal anymore * Fix various issues with /home being a symlink to /var/home (atomic) * Allow downgrades when using collection ids * Search on all supported architectures - Changes in version 0.11.1: * Remove document portal and permission store * Add --socket=fallback-x11 permission * Fix dbus proxy vulnerability in authentication phase * Allow personality syscall in devel mode * commit-from: Migrate static deltas with commit * Add "network" storage type for installations * Add flatpak info --show-permissions * Add flatpak info --file-access * search: Update appstream (if stale) before searching * Make libflatpak work when /var/lib/flatpak is empty * build-bundle: Add --from-commit option * Allow appstream ids that don't end in .desktop * Make permission handling ignore unknown permissions for forwards compatibility * Removed incorrect error message in update --appdata when there was no updates * Fix handling of abort in the duplicate remote prompt * Fix division by zero in progress calculation * Fix flatpak remote-info --show-metadata * Fixed crash when installing some flatpak bundle files * Fix installation of telegram * remote-ls -u only considers app from the origin remote * Fix assertion error in extra-data progress reporting * Report nicer errors when trying to downgrade as non-root * pulseaudio: Try to find pulseaudio socket better * Fixed some warnings reported by coverity * Cleaned up code by splitting up some large source files- Do not build document portal anymore, rely on xdg-desktop-portal/-gtk instead. Add corresponding dependency. - Build with --with-system-bubblewrap and Add corresponding build and runtime dependency. - Remove --with-dwarf-header configure flag, it no longer exists.- Modernize spec-file by calling spec-cleaner- Update to version 0.10.4: * allow personality syscall in devel mode * configure: Fix copy_file_range detection * Add --disable-document-portal configure option * lib: Make gnome-software work with an empty /var/lib/flatpak * dir: Emit an error on non-root downgrade attempts * common/dir: Skip progress reporting while setting up extra-data * doc: Fix docs for --update-appstream * flatpak remote-ls -u: only consider apps from the current remote * extract_appstream: allow component IDs not to end in .desktop * common/dir: Fix a memory leak- Update to version 0.10.3: + Fix vulnerability in dbus proxy. + Fix incorrect error message in update --appstream. + Ignore unknown permission requests. + remote-info: Fix --show-metadata behavior. + common: Fix division by zero when calculate progress. + common/dir: Add a missing OstreeAsyncProgress default key. + lib/installation: Fix install/update_full() subpaths annotation. + app: Fix "multiple installations" prompt. + common/dir: Use an actual function for autoptr support without P2P. + Update Polish translation.- Update to version 0.10.2.1: + Fixed crash when installing some flatpak bundle files + Fix installation of telegram + Fixed some warnings reported by coverity + Some leaks fixed + Fixed typo in error message- Update to version 0.10.2: + flatpak update now updates from both system and user installations by default. + flatpak update is less noisy when updating appstream info. + All the remote-* commands now by default automatically decide to use --user or --system based on the given remote name. + flatpak remote-ls with no remote lists the content of all remotes. + Fixed regression that made xdg-user-dirs and theme selection for kde apps break. + flatpak override with no argument now overrides globally, i.e. for all apps. + flatpak override now supports --nofilesystem properly. For example flatpak override --nofilesystem=~/.ssh hides the ssh dir for all apps, even those who have homedir access. + flatpak install now takes a --reinstall argument which uninstalls a previously installed version if necessary. This is very useful when you want to install a new version from a different source. + flatpak install now allows you to pass an absolute pathname as remote name, which will create a temporary remote and install from that. The remote will be removed when the app is uninstalled. This is very useful during development and testing. + Flatpak now creates CLI wrappers for all installed apps, so if you add /var/lib/flatpak/exports/bin or ~/.local/share/flatpak/exports/bin to your PATH you can easily start flatpak apps by their application id.- Update to version 0.10.1: + New command "flatpak remote-info" shows information about applications in a remote. In particular the --log operation shows the history and can be used in combination with flatpak update --commit=XYZ to roll back to a previous version. + New command "flatpak search" which allows you to search the appstream data from the commandline. + flatpak update now updates appstream data for all configured remotes, which is important for search to work. + Allow automatic installation of gtk themes matching the active theme. + Handle the case when /etc/resolv.conf is a symlink. + /usr an /etc are now expose in /run/host in the app if the app has full filesystem access. + flatpak remote-add now works as a user when /var/lib/flatpak is empty, allowing flatpak to work on stateless systems. + Add support for flatpak build --log-session/system-bus, similar to what flatpak run already does. + flatpak build --readonly runs with the target directory (normally /app) mounted read-only. + Fall back to LD_LIBRARY_PATH if a runtime doesn't have /usr/bin/ldconfig. + Updated the support for OCI remotes. This is work in progress and still disabled by default though. + Updated translations. - Add pkgconfig(appstream-glib) BuildRequires: New dependency.- Update to version 0.10.0: + Added the flatpak config option which can set the language settings. + Fix issue where sometimes ld.so.conf were not generated. + /dev/mali0 is added to --device=dri. + Work around ostree static delta issues in some cases. - Changes from version 0.9.99: + Requires ostree 2017.12 for important pull stability fix. + New libflatpak API: flatpak_dir_cleanup_undeployed_refs, flatpak_installation_prune_local_repo, flatpak_installation_remove_local_ref_sync, flatpak_installation_cleanup_local_refs_sync. + build: FLATPAK_ID and FLATPAK_ARCH are now set in the environment when building. + update: Don't fail the entire update if some remote fails to update its metadata. + run: /.flatpak-info now lists exact commits and extensions in use. + run: We now use a per-app ld.so.cache file whenn running. This should speed things up, and allows ldconfig to report the correct results. + The verbose mode was changed into two levels, use -vv to show the more detailed info, which currently only contains the full bubblewrap argument lists. + run: Some common problematic host environment variables are now unset in the sandbox (PYTHONPATH, PERLLIB, PERL5LIB and XCURSOR_PATH). + run: Fixed failure when a higher prio extensions depended on a lower prio one. + run: The extension ld path order is now: app extensions, app, runtime extension, runtime. This was previously incorrect in that the app could override app extensions. + Extensions are now not downloaded if a matching unmaintained extension is already installed. + Preemptive changes to handle new bubblewrap change which doesn't user /newroot. + document portal: Disable debug spew that was accidentally enabled. + build-finish: New --extension-priority option. + run: Fix regression in --persist in 0.9.98. + run: Use sealed memfds (instead of just temporary files) when passing data to bubblewrap. + Updated translations. - Changes from version 0.9.98.2: + Fix permission denied when using the system-helper. - Changes from version 0.9.98.1: + run: Fix homedir access if the app has --filesystem=host access. + build-update: Fix appstream update in case one arch didn't change. + Updated translations. - Changes from version 0.9.98: + libflatpak now correctly finds metadata for subset installations (like locale data). + flatpak build now supports --appdir which exposes the per-app directory in the user homedir. This is useful when testing builds. + The host fontconfig caches are exposed to the sandbox, next to the fonts in /run/host. This will (pending fontconfig work) allow sharing host fontconfig caches, allowing much faster initial startup for flatpak apps. + flatpak install now supports --no-pull. + Added new extension property "locale-subset", which makes the extension point act like a locale extension (i.e. only install the subset configured by the locale). + flatpak remote-add --oci is disabled for now, as this is not up to date with the latest OCI work, and we don't want to break existing deployments if this has to change when this lands. + Parallel installation/updates are now safe because we take a filesystem lock whenever we prune the local ostree repo. + Flatpak run now works when important paths like $HOME, etc, are symlinks. + The ostree min-free-space property is is set to zero by default for the flatpak repos. This was causing a lot of problems for people, but the feature is still there if you manually enable it. + Updated translations. + Require ostree 2017.12.- Drop the SLE12 / Leap42 conditional definition for _userunitdir.- Update to version 0.9.12: + Fixed a regression in extra-data installation. + Don't expose the a11y bus in flatpak build.- Update to version 0.9.11: + You can now show all outstanding updates with: flatpak remote-ls --updates. + The dbus filter "org.name.*" now means all subnames of org.name, not just the first level. This matches how dbus arg0namespace works, and how the comming dbus container support will work. + Fixed segfault on update. + Better commandline tab completion. + Flatpak now exposes host icons readonly as /run/host/share/icons to the sandbox. + Updated translations.- Update to version 0.9.10: + Fix regression in dbus proxy that causes some apps to not work in 0.9.9. - Changes from version 0.9.9: + flatpak-builder was split out into its own module: https://github.com/flatpak/flatpak-builder + When downloading to a temporary directory for later install to the system repo we now write to /var/tmp instead of $HOME. This is more likely to be the same filesystem as /var/lib/flatpak, and thus will not run into issues with e.g. filesystem full. + We now get the default language list from AccountService if possible. + A regression that made --devel crash was fixed. + New feature for flatpakrefs, SuggestRemoteName=remotename will cause flatpak to ask if you want to create a generic (not app specific) remote for the repo url. + flatpak build now does not die with the parent by default, you have to pass --die-with-parent. This was done because die-with-parent uses PR_SET_PDEATHSIG which does not work well if the parent is threaded, like e.g. gnome-software is. + We now always re-set the personality in the sandboxed process in order to avoid inheriting weird settings. + We now share a single dbus proxy instance for all proxies for a sandbox. dbus-proxy now properly disallows old-style eavesdropping. + We now support accessibility by starting a customized dbus proxy for the a11y bus. - Drop flatpak-builder sub-package, it is now it's own project.- Update summaries.- Drop flatpak-rpmlintrc: no longer needed.- Update to version 0.9.8: + Core: - Experimental support for peer2peer installation, enable with - -enable-p2p. - Add default language setting to flatpak config. Defaults to all locales for system installs and the users locale for per-user installs. - build-update-repo: Now always keeps the two latest deltas around to avoid race conditions with outstanding downloads at the time or running the update. - Support loading extra data from local lookaside cache. + Flatpak-builder: - Set terminal title to the currently building module - Added ability to specify http url for sources mirror with - -extra-sources-url. - --install-deps-from=REMOTE installs the dependencies needed for the manifest. - New option --delete-build-dirs to always delete build directories, even on a failed build. - New property "add-extension" makes it nicer to create extension points.- Update to version 0.9.7: + app/repo: Factor out common GVariant operation. + build: - Include config.h using CPPFLAGS. - Check for system extensions before any other C compiling. - Only run each instance of gdbus-codegen once. - Re-run gdbus-codegen if the Makefile changes. + builder: - Allow building modules with no sources if buildsystem=simple. - Use build-args during cleanup. - Rearrange args to do_export() to make mandatory ones obvious. - When bundling git sources, reuse cache. + common: - Use bulk OstreeAsyncProgress API for setting keys. - Split out self and repo arguments for a static function. + common/dir: - Factor out common code for getting repo metadata. - Factor out common code to get and load the summary file. - Factor out body of update_remote_configuration_for_summary(). + dbus-proxy: - Make miscellaneous globals static. - Don't clear dbus_address twice. + docs: Remove --version from flatpak-build docs. + flatpak_dir_read_latest: Return NULL, not FALSE on error. + tests: - Add TEST_SKIP_CLEANUP env var for skipping test cleanup. - Add base-64 GPG keys to libtest declarations. + .gitignore: Ignore all generated man pages. + One more try at not distributing gdbus-codegen-generated sources. + Update Ukrainian translation. + Fix example. + Add nullable annotations for progress callbacks. + Update pofiles. - Changes from version 0.9.6: + builder: - Allow .pyc files without .py. - Add inherit-extensions features. - Better handling of default-branch. - Add ExtensionOf group to created extensions (Debug/Locale). + builder: Inherit parent version for inherited extension. + build-export: Canonicalize file permissions. + builder-options: Fix setting CPPFLAGS. + ci: - mv .redhat-ci.yml → .papr.yml. - Rework to be based on FAH + priv container. - Build ostree from git master. + dir: - Fix a minor memory leak. - Ensure we return on pull error to avoid error-overwrites. - Ensure ~/.local/share/flatpak is 0700. + doc: Remove duplicate list entry from flatpak-remote.xml. + export: Record flatpak version in default commit version. + info: Make --show-metadata machine parseable. + install: Manually save summary[.sig] in cache repo. + ls-remote: Drop unused variable. + run: Fix use-after-free in case you were exporting the same path twice. + testlibrary: Call g_assert_no_error first. + tests: - Add tests for no world writable dirs & no setuid files. - Increase timeouts waiting for file notification. + utils: Fix minor formatting issue in gtk-doc comment. + xdp-fuse: Add parentheses to clarify precedence in a conditional. + xdp-main: Fix a typo in a comparison. + Don't distribute gdbus-codegen-generated source in tarballs. + Update Czech translation. + Use new libostree APIs to reject world-writable/suid content. + Default to bare-user-only repo. + Unless forced via FLATPAK_OSTREE_REPO_MODE user bare-user for cache repo. + Force the cache repo to use the bare-user mode. + Re-create the cache repo if it is not bare-user. + Manually copy summary for update and appdata too. + Update pofiles.- Add flatpak-rpmlintrc as source while we wait for boo#1012961 to be resolved. Once this happens, feel free to nuke all traces of this change.- Update to version 0.9.5: + Fix installation of test-keyring2 + Don't error out when updating metadata for disabled remotes + export: Store the app id in the X-Flatpak key + run: Handle file paths when forwarding uris + Automatically use a separate builddir with Meson + documents: paths in the apps dir ar always accessible + builder: Don't warn for unknown properties starting with x- + document portal: Fix race condition when unmounting old version + document store: Document as-needed functionality of AddFull + extra-data: Print exit status if apply_extra_data script fails + run: Add debug sprew for all bwrap arguments + build-update-repo: Remove unwanted deltas before updating summary + list: Don't list .Locale and .Debug by default (override with - a) + remote-ls: Don't show Locale/Debug and secondary arches by default. + list/remote-ls: Also ignore .Sources by default + Handle app ids with dashes when ignoring locale/debug. + dbus-portal: Fix return value type of filtered NameHasOwner + builder: Add --export-only feature + run: Allow regular files for --filesystem=xdg-config/path + run: Allow --filesystem=xdg-*/subdir:ro + build-commit-from: Don't copy old xa.ref in metadata - Changes from version 0.9.4: + Improve display of partial extension sizes + flatpak-run.c: valid locations, not types + Ensure commits are available when checking for extra-data + libglnx: Bump to latest master, use new file copy API + Document some environment variables (#754) + Revise the flatpak repo command slightly + repo command: use FlatpakTablePrinter + table printer: Introduce a cell struct + table printer: Support column alignment + repo: Improve formatting of size columns + table printer: Support column titles + table printer: Only show titles on ttys + repo: Set column titles + table printer: move to its own source files + Add an API to get the summary of a remote + Make flatpak remote-ls show more details + scripts: Fix flatpak-bisect log + Add the possibility of installing/updating without static deltas + Add a helper for formatted output + Use the new output helper + Add table printer api for number columns + table printer: Use localeconv for decimal point + repo: Use the new number column support + remote-ls: Improve the output + list: Improve output formatting + remotes: Improve output formatting + Improve info output + Fix compiler warnings + Don't use escape sequences unless on a tty + info: Preserve the previous output format + Update the man page a bit + info: Use flatpak_fancy_output + Add macros for common ANSI tty escape codes + info/list: Move subpath list to info + Fix man page typo + Don't crash if there's more titles than columns + Unset TMPDIR in the sandbox + Generate fd-passing arguments for document portal + Include the generated document portal code in common + Implement file forwarding for flatpak_run_app + Enable file forwarding in flatpak run + Document the --file-forwarding option + Handle %f when exporting desktop files + Handle %u as well for file forwarding + Enable file forwarding for %u as well + Handle document portal absence + Don't get the doc mount path twice + run: Handle forwarding uris better + run: Use flatpak_has_path_prefix instead of hand rolling + run: Properly handle canonicalization in file exports + run: Clean up the exports handling code + run: Only forward as document if the target app can't see the file + builder: Fix ldflags support + build: Fix fallout from the TMPDIR unset + remote-ls: Fix up the column titles + run: Handle the case where /tmp on the host is a symlink + Update to bubblewrap 0.1.8 for die-with-parent + build: Kill sandbox when flatpak build dies + Expose host /etc/hosts and /etc/host.conf + install: Make already-installed a warning, not an error + Move caches to ~/.cache + tests: Fix race condition in tmp webserver + Use clearer terminology in docs about extensions + info: Print some more information + Fix tests by setting XDG_CACHE_HOME + install: Handle no-static-delta in --user installs too + common: Remove unused flatpak_dir_install_or_update + remote-modify: Never update explicitly set values + common: Add flatpak_dir_update_remote_configuration_for_summary + common: Store the summary signature in the cache too + common: Drop verbose log of using cached summary + remote-modify: Don't modify if no arguments are specified + remote-modify: Implement --update-metadata as a system-helper method + transaction: Always update metadata for remotes on update/install + update: Split update into check_for_update and update + Optimize flatpak_variant_bsearch_str + Use flatpak_variant_bsearch_str to lookup in summary cache + Optimize flatpak_summary_match_subrefs + remote-add/modify: Break out gpg loading code to helper + update_remote_configuration_for_summary: Never use system-helper + Add support for adding new gpg keys via signed summary + install: Fix automatic metadata update + Support build-update-repo --redirect-url= + Add a missing return + Drop an unused variable + repo: Print out redirect url too + Make it possible to unset values in update-repo + Update docs for build-update-repo + Document is-set keys in repo config + Add a marker to rewritten desktop files + tests: Make it possible to create multiple test repos + tests: Allow overriding GPG args + tests: Add a second gpg keyring + tests: Add new test-repo.sh with initial GPG tests + tests: Add tests for --redirect-url and new GPG key + tests: run test-repo.sh with system repo too + repo: Print out gpg key hash too + Don't use gdbus-codegen autoptr generation + common: Break out the flatpak progress calculator to a helper method. + Improve error wording + Remove unused variables + Remove an unused autoptr definition + Add workaround to flatpak_repo_collect_sizes for uncommited objects + export: Add install/download size and metadata to commit + build-update-repo: Use the size/metadata info in the commit object + builder: Use mkdtemp for initial git/bzr checkout + builder: Allow specifying the git commit if the branch is a tag + fix clang warning + update-metadata: silently ignore for non-signed system-helper case + remote-add: Use the new system-helper for initial metadata update + remote-ls: Don't rely on active symlink value, use deploy data + deploy: Uncouple active link from checksum + deploy: Append the subdirs to the checkout dir + update: flatpak update --subpath= means all subpaths + update: If resused ostree repo fails, blow it away and create new + update: Fix update for partial commits with system-helper + deploy: Verify that xa.metadata in the commit matches the deployed file + install: Limit the exported file to a whitelist + Disable exported search providers by default + exports: Fix up exporting of dbus service files + Rewrite exported mimetype files + Document flatpakrepo format extensions + Document flatpakref format extensions + dir: Report progress more frequently + Require latest flatpak (2017.5) + builder: Take "buildsystem" into consideration for cache freshness + builder: Add a install-rule to allow customized install + run: Fix race condition in app identification + Improve progress report calculation + Use the nicer progress reporting for the CLI too + Require ostree 2017.6 for the new progress APIs + progress: Use the new atomic progress API + progress: Simplify the progress calculations + progress: Tweak metadata part of download + progress: Don't report ??? in the bar while estimating + Remove unused variable + Bump libglnx, port to new tmpfile API + Update to latest libglnx with tmpfile error fix + Update to a libglnx that has GLnxTmpfiles fixed + builder: Better debug output from the rofiles-fuse code + builder: More GLnxTmpfile fixes + OCI: Properly initialize all used progress fields + builder: Fix segfault if appstream-compose fails + complete: Don't read outside string + Add version property to all dbus interfaces + document-portal: Add AddFull() operation + document-portal: Bump version to 2 due to new AddFull method + builder: Make c/cxx/ldflags not override env + builder: Update doc for latest cflags vs env var change + builder: Add CPPFLAGS similar to the existing flags + Update to latest libglnx and use the new GLnxTmpFile API + Remove unused variable + Add some hints when icons are not found + Correct mountpoint handling + Small documentation improvements + common: Expose FlatpakExports + common: Add flatpak_find_current_ref helper + run: Use new flatpak_find_current_ref helper. + common: Add flatpak_context_load_for_app helper + document-portal: Lock just once in AddFull for many paths + document-portal: Add XDP_ADD_FLAGS_AS_NEEDED_BY_APP to AddFull + lib: Add flatpak_installation_update_appstream_full_sync with progress + Remove unused variables + lib: Fix update checking + builder: Add support for screenshot mirroring + Use the CLI progress for update --appstream too + export: Always set a xa.ref commit metadata + progress: Update at 300msec on the CLI + deploy: Ensure xa.ref, if set, is correct + Dist test-keyring2 dir - Changes from version 0.9.3: + builder-manifest: Rename localized icon fields as well + build-update-repo: g_warning doesn't need newlines in the message + docs: Add flatpak make-current to the list of commands + doc: Align build commands with --help + docs: Add a / to all mentions of installations.d + doc: Add a manpage for the repo config format + docs: Add a man page for installation files + Fix --help output for --installation + doc: Include all man pages in html + appstream: Don't strip .desktop extension if thats the actual id + flatpak-builder: bundle module sources as runtime + Bundle sources: add support for bzr + Bundle sources: add support to bundle patches as well + Bundle sources: add flag --bundle-sources to control the bundling + Bundle sources: the path is always sources + Bundle sources: allow use case to mix local and online sources + Bundle sources: rename option to --extra-sources=DIR + Bundle sources: use git clone --shared for local sources checkout + Bundle sources: bundle the manifest + Bundle source: use C-style comments + Bundle sources: initialize app_dir_path later + Bundle sources, git_get_mirror_dir: able to pass NULL for is_local + Bundle sources, bzr: set error when repo can not be found + Bundle sources: bundling has to happen before the extracting + Improve html generation + Add some structure to the generated html + Fix a typo in a comment + run: Handle non-default WAYLAND_DISPLAY + Drop useless options from flatpak info + Avoid confusing behavior of flatpak info + Add more useful options to flatpak info + Add a --show-extensions option to flatpak info + Fix the testsuite + flatpak info: Show more information for extensions + flatpak info: Properly handle unmaintained extensions + Fix a compiler warning + builder-module: add "bootstrap.sh" to autogen_names + Add a repo command + Document flatpak repo command + Quiet compiler warnings + Don't fail the build if rofiles-fuse is not available + Make it a warning + docs: Fix a typo + Document build-extension + More metadata docs + build: Ensure we add the default dbus permissions + builder: handle module-relative paths for json includes + builder: Load source files from the directory of the module + build: Always set personality to linux32 when cross-building + builder: Print warnings for unknown properties + Report full version in http user agent + builder: Ignore --extra-data in flatpak-builder --run + docs: Mention that rename-icon should not have an extension + build-update-repo: Add internal function to create a single delta + build-update-repo: Spawn subprocesses when generating deltas + builder: Use module-relative paths for archive sources too + builder: Take build-commands into consideration for rebuild + docs: Typo fix: "flatpack-builder" -> "flatpak-builder" + builder: Use flatpak_mkdir_p instead of query + mkdir + common: Add flatpak_build_file[_va] helper + builder: Add builder_context_find_in_sources_dirs + builder: Use context_find_in_sources_dirs to simplify code + Extend flatpak-builder test + builder: Make git patch apply verbose by default + Don't bundle inline (data:) URIs + builder: Drop the storing of local files to data: uris + fixup! common: Add flatpak_build_file[_va] helper + builder: Convert bundle sources to cached stage + builder: Change how we handle pre-existing git sources + builder: Update bzr bundling + export: Always make directories accessible + builder: Strip trailing whitespace in git submodule urls + builder: Add progress reporing while downloading + builder: Fix up unused variable warnings from clang - Changes from version 0.9.2: + Fix typo + Revert "Fix typo" + builder: Remove all SDK extension from the platform + Re-fix typo + builder: Handle absolute paths in command + builder: Add --default-branch=BRANCH + build-export: Export all files with canonical permissions + document more metadata keys + Fix pofiles typo + Bump libglnx, use new glnx_throw(), fix callers + Import ostree's compiler warnings, fix up callers + Fix build if libdwarf dir missing + Correctly find system unmaintained extensions + Stop using ostree trivial-httpd + Drop -Werror for aggregate-returns + Add forgotten file + Removed a commented string + builder: Add a hint about --force-clean + test-webserver.sh: Remove accidental debug spew + tests: Don't leak SimpleHTTPServers + Add new API to the docs + OCI: Verify that loaded OCI blobs have the correct checksum + builder: Don't pass --require-version along to build + Add flatpak_oci_registry_get_uri + FlatpakDir: Break out helper flatpak_dir_lookup_ref_from_summary + oci: Break out get_digest_subpath helper function + OCI: fstat in local_open_file helper + OCI: Add flatpak_oci_registry_mirror_blob + OCI: Add flatpak_archive_read_open_fd_with_checksum + OCI: flatpak_pull_from_oci - verify manifest ref + OCI: Verify layer checksum while applying + OCI: Support OCI with system-helper by mirroring OCI repo + update: Don't check for update short-circuit if we're not pulling + OCI: Add flatpak_oci_sign_data + OCI: Add support for strict and mandatory json properties + OCI: Add json format for atomic-based signatures + OCI: Support signing build-bundld --oci output + OCI: Verify signatures + OCI: Fix signature checks on updates + OCI: Use gpg signatures in tests-oci.sh + utils: Prepare for libostree 2017.4 defining autocleanups + Split the manifest file docs off + CI: Add gpgme-devel to CI build environment + Fix ostree autoptr checks for git master + Fix unused variable errors reported by clang + builder: make appstream-compose failure fatal + dbus-proxy: Make Buffer refcounted + dbus-proxy: Fix use-after free in header parsing + dbus: proxy fix leak in get_arg0_string + dbus-proxy: Fix leak of get_arg0_string return value + dbus-proxy: Fix leak in setup phase + system-helper: Fix check for downgrade + update: Only allow downgrades if a commit is explicitly specified + Handle uris better when detecting .flatpak[repo,ref] suffix + Use ostree's BARE_USER_ONLY flag (#674) + Build with large file support + Use correct format string for guint64 on 32-bit + builder: Add disable-fsckobjects to git sources + builder: Add commit property to git source + builder: Support sdk-extensions also for apps + Updated translations. - Add libqgpgme-devel BuildRequires: New dependency.- Update to version 0.9.1: + The flatpak-builder build cache now uses the rofiles-fuse ostree feature. + The cflags and cxxflags module properties now work by appending, rather that replacing, when there are multiple values specified. + Do not invalidate build cache when the installed version of the SDK changed by default. Use --rebuild-on-sdk-change to force rebuild otherwise. + The build cache is now per-arch. + New buildsystem "cmake-ninja" which works like "cmake", but builds using ninja. + New buildsystem "simple" which just runs a set of shell commands specified in the "build-commands" property. + flatpak-builder now has build-runtime and build-extension properties that makes it easier to build runtimes and extensions. + FLATPAK_DEST is set in the build environment to the installation destination. + flatpak-builder now supports --from-git=URL which pulls the json manifest and related files directly from a git repo. + modules have a new no-make-install property which skips the make install step. + Modules and sources have only-arches and skip-arches properties, which lets you enable/disable them based on the build architecture. + build-options has a new property ldflags, which is similar to cflags and cxxflags. + flatpak build (and thus flatpak-builder --run) now supports dbus proxies when needed. + All git repos are cloned with fsckObjects=true, which means we verify that the repos are valid. + New flatpak-builder argument --build-shell=MODULE extracts and prepares the sources for a specified module and then starts a build sandbox inside it. + build-export: Now supports --timestamp=ISO-8601-TIMESTAMP, which allows you to create reproducible commits. + The OCI support has been updated to the latest version of the OCI image specification format. + There is a new flatpak-bisect script that can be used to bisect flatpak applications, looking for regressions. + flatpak list got a revamp. It now shows more information, and shows both apps and runtimes by default. + flatpak remote-list was renamed flatpak remotes in order to minimize confusion with flatpak remote-ls. The old name is deprecated but still works.- Update to version 0.8.7: + This is a minor security update, matching the behaviour on master where we avoid ever creating setuid files or world-writable directories. However, the fix is more localized and does not require a new ostree. + After pulling from a remote, always verify that the staged new files and directories have safe permissions. + Ensure ~/.local/share/flatpak is not readable to other users, to avoid anyone ever seeing possibly world-writeable directories therein. + Fix double-setting a error in case of errors when pulling. + Fix timeout in testcase.- Update to version 0.8.6: + TMPDIR is now unset in the sandbox, if set on the host. Each sandbox has a personal /tmp that is used. + Flatpak run now works if /tmp is a symlink on the host. + /etc/hosts and /etc/hosts.conf from the host are now exposed in the sandbox in addition to /etc/resolv.conf. + flatpak now stores the app id in the X-Flatpak key when exporting a desktop file. + Exports are now whitelisted, and the only thing you can export are: desktop files, icons, dbus services. This is somewhat different from the 0.9.x series, where als mime definitions, and gnome-shell search providers are allowed. + Fixed minor race condition in portal application identification. + Support WAYLAND_DISPLAY environment var. + dbus-portal: Fix handling of NameHasOwner. + run: Allow regular files for --filesystem=xdg-config/path. + run: Allow --filesystem=xdg-config/subdir:ro (previously it needed to be writable). + Support for updating to new gpg keys and url when using flatpak remote-modify --update-metadata. This is a manual operation in 0.8.x but is automatic in the 0.9.x series.- Update to version 0.8.5: + Fixed a use-after-free and some leaks in the dbus-proxy. This is not currently believed to be exploitable, but the proxy is a security boundary, so we still recommend to update. + Regular updates now never allow updates to an older version than what is currently installed (unless you explicitly specify an old commit id). This closes a hole where a MITM attacker can force clients to downgrade to an earlier (gpg-signed) version of the application. + The automatic detection of --from in flatpak install now detects flatpakref extensions even in URIs that end in a query string such as https://git.gnome.org/browse/gnome-apps-nightly/plain/gedit.flatpakref?h=stable + The detection of "unmaintained" system extensions was broken, and in some cases these extensions were not found. This now always works. + Flatpak now builds with latest OSTree. This required some fixing for multiple definitions of the g_auto* macros as OSTree now exports those. + We no longer rely on ostree trivial-httpd for the tests, because this is optional in later versions of ostree. Instead we use the python SimpleHTTPServer. + The minimum glib version has been corrected to 2.44. + The minumum automake version has been increased to 1.13.4 because some older version didn't work.- Update to version 0.8.4: + Fix no-systemd-user warning (it doesn't affect sandboxing anymore). + run: propagate wildcard xauth entries to app bundle. + Don't remove origin remotes if some other ref uses it. + Fix repeated download of locates on update. + update: Don't update related refs from different remote. + Initialize g_autofree string to NULL, not to crash when early returning. + document portal: Disable spice_read as it seems broken. + Return the container from flatpak_get_system_installations(). + Don't include newlines in error messages. + utils: Fix list_unmtainained_refs. + Avoid possible null dereference. + utils: Fix flatpak_bundle_load typo. + list: Don't check error twice. + list-remotes: Handle remotes with no url specified. + run: Handle error when enumerating /etc. + zero-mtime: Handle error when enumerating directory. + Fix error check when loading configuration. + Support runtime-less extra-data. + flatpak_list_extensions: Break out code into helper. + extensions: Support multiple versions. + Append flatpak data dirs if XDG_DATA_DIRS is already set (gh#flatpak/flatpak#611). + appstream: Don't add runtime to flatpak bundle tag for runtimes. + Split extra-data setup and fetch. + Improve progress calculation. + profile: Don't add flatpak to XDG_DATA_DIRS if its already there. + Updated translations. - Drop flatpak-propagate-xauth-wildcard.patch: fixed upstream.- Update to version 0.8.3: + In addition to the regular list of bugfixes this stable release include backports of the updated OpenGL support from master. This, in combination with the work in the runtime allows flatpak to work out of the box with out-of-tree OpenGL drivers, including the nvidia driver. + Additionally, due to some complicated issues wrt ptrace and user namespaces this version disables the use of user namespaces if bubblewrap is setuid, as it cause problems for the way flatpak portals identifies applications. + Better handling of errors for extra-data. + Handle extra-data properly for runtimes (as well as apps). + Respect required version for runtimes (as well as apps). + flatpak list: Don't break if some local ref is not deployed. + builder: - Look for appstream data in /app/share/metadata also. - Fix buildsystem=cmake builds. + Add progress reporting to extra-data download. + Fix uid/gid for directories in document portal. + Updated translations.- Add flatpak-propagate-xauth-wildcard.patch which ensures applications have the right to communicate with the X server. (gh#flatpak/flatpak#569).- Update to version 0.8.2: + This is a bugfix and security update: - Some of the bind-mounts that flatpak sets up were not read-only as they should have. This includes: extensions, system fonts, resolv.conf, localtime and machine-id. Many of these are typically only writable by root, but some, like the user-specific fonts and user-installed extensions could be modified from the sandbox. + Other fixes: - There are new configure options for where to install dbus configuration. - Broken symlinks in the root directory no longer break flatpak run. - flatpak run with HOME in /var now works. - dri access now also handles mali devices. - install handles --arch when installing flatpakrefs. - system-helper activation fixed on systemd-less setups. - dbus-proxy now works without /run. - During installation, failing to update a dependency is now not fatal. - /etc is now fully writable when building runtimes. - --filesystem=xdg-config/foo now sets up the bind-mount from the host dir even when not using :create.- Update to version 0.8.1: + This is a bugfix and security update (CVE-2017-5226): - Flatpak now uses seccomp to disallow the TIOCSTI ioctl in the sandbox, which works around the possibility to inject text on the controlling tty (CVE-2017-5226). - This was previously fixed in bubblewrap in 0.1.6, but that change has now been reverted as it introduced other problems for flatpak. + Update bundled bubblewrap to 0.1.7. + Fix writing new file with O_EXCL in the document portal. + Allow appstream data that doesn't have .desktop in the component id, such as data for runtimes. + Drop json-glib dependency from 1.2 to 1.0. + Builder: Fail if unable to read included file. + OCI: Ensure exported layers are readable by everyone. + Fix extra-data download in gnome-software. + Fix update-mime-database trigger when installing via the system helper. + Updating an app by installing a newer bundle now works again. + Make /var/tmp not be on a tmpfs (it is now in ~/.var/app/$appid/cache/tmp). + Updated documentation. + Updated translations.- Update to version 0.8.0: + This is the first release in a new series of stable releases called 0.8.x. New features will be added to 0.9.x, and only bugfixes will be backported to 0.8.x. The featureset of this release is a good base to target if you're creating flatpaks that should be widely usable. + This release technically requires only OSTree 2016.14, and it build fine with this, but we recommend using OSTree 2016.15, because of the change in how it verifies the checksums of commits in delta files. + Flatpakrepo files now support a RuntimeRepo= key which points to a flatpakrepo file. This means the user don't have to manually configure a remote for the runtime, just reply to the prompt to automatically do this when installing the app. + We now support dependencies when installing bundles. This includes required runtimes, related refs, and the equivalent of RuntimeRepo. + The support for OCI in flatpak has been updated to the latest OCI spec version, and support has been added to directly install flatpak applications from an OCI image. + In flatpak install, the --from and --bundle options are now optional if the argument has the correct suffix (.flatpakref and .flatpak). + Flatpak install now supports -y to let you avoid interactive prompts. + build-finish: - We now export mime type files with the right name. - New --require-version option let you specify a particular version of flatpak, and older version of flatpak will not install or update to the new version. + build-sign: Allow signing all apps by omitting the id. + Fix regression in the document portal when adding named files. + build-import-bundle now signs the commit if you specify a gpg key. + Flatpak now reads configuration from /etc/flatpak/installations.d which lets you support multiple system-level installation paths. These can be accessed with new --installation=... arguments to most of the commands. + flatpak-builder: - Support --jobs=N to limit parallel builds. - Patch source got new options property that lets you pass arguments to patch. - New generic "buildsystem: type" option that replace the (now deprecated) "cmake: true" option. This supports "autotools", "cmake" and "meson".- Update to version 0.6.14: + Update bundled bubblewrap to 0.1.4 which has some nice bugfixes. + Requires OSTree 2016.14, which allows us to drop some old workarounds. + When installing an application system-wide, don't consider dependencies that are installed for the user only. + Flatpak install --from now tries to re-use existing remotes to avoid creating unnecessary origin remotes. + Using --filesystem=$dir when $dir is a symlink-to-directory now works. + Using --filesystem=$file to expose unix sockets to the app is now allowed. + By default all the directories in ~/.var/app (except the app), as well as ~/.local/share/flatpak are hidden in the sandbox. + New option --filesystem=$dir:create which will create the destination if it did not previously exist. + --filesystem= now supports for xdg-[config|cache|data]. This allows you access to the host versions of these xdg dirs. Additionally if you use these with a subdirectory, like: - -filesystem=xdg-config/subdir then that subdirectory on the host will be shared with the per-app instance of the xdg-dir. + Builder now correctly handles app-ids that have dashes in them. Previously this generated invalid ids for the debuginfo and locale extensions. + The experimental OCI file format support was changed from creating an OCI container to creating an OCI image. + Fix regression where "flatpak update --appstream remotename" broke.- Require flatpak by flatpak-devel: xdg-desktop-portal expects to find org.freedesktop.portal.Documents.xml, which is part of flatpak. It's fair to assume everything to be present when pulling in the -devel package.- Update to version 0.6.13: + The command line arguments for install/update/uninstall changed. + Application runtime depencenies are checked/downloaded. + remote-add and install --from now supports uris. + flatpak run can now launch a runtime directly. + Updated bubblewrap to 0.1.3 (CVE-2016-8659). + Support for defining the default branch per remote. + remote-add/modify: --update-metadata pulls current title and default branch from remote summary file. + Applications can now list a set of URIs that will be downloaded with the application. + flatpak-builder: Support --finish-only and - -allow-missing-runtimes. + flatpak-builder: Support app layering. + dbus proxy: The filtering has been tightened up. + build-finish: Now exports icons for themes other than hicolor too. + There is support in the app metadata for generic policies. + Support for extensions directories.- Update to version 0.6.12: + Partial revert in application id rules. Application ids can now only have dashes in the last element. This allows apps to export files such as org.my.App-extra.desktop which was used by the libreoffice builds. + By default the kernel keyring is not accessable, as it is not containable. + Some robustness fixes for build-commit-from. + Better error messages. + flatpak update --appstream now updates for all remotes. + Made flatpak enter work, and you can now use any pid in the sandbox. However, it requires root permissions. + Support for --device=kvm for /dev/kvm access. + Support for --allow=multiarch to support non-primary arch support. For example running i686 code in an x86_64 app. + Add new default-branch setting for the remote configuration. - Changes from version 0.6.11: + Dashes are now allowed in application ids. However, to still work with symbolic icon names, they may not end with "-symbolic". + HostCommand now handles ptys correctly. + Various documentation updates. + New FLATPAK_CHECK_VERSION macro in libflatpak. + HostCommand now returns the real PID rather than a fake one. + Fix regression in flatpak update --appstream. + Fix regression installing bundles without origin urls. + New flatpak-builder option --show-deps lists all the files the manifest depends on.- Update to version 0.6.10: + Dropped requirement for systemd --user. The way we detect if an process we're talking to is sandboxed, and what application id it has doesn't use cgroups anymore, which means that the dependency on systemd in the user session is now optional. This also means the --no-desktop argument is not needed any more. (It is still accepted but does nothing.) + Initial support has been added for .flatpakref files. These are simple key value files similar to .flatpakrepo files, however they specify an application to install in addition to the repo information. For example, gedit can be installed by downloading https://sdk.gnome.org/gedit.flatpakref and running: flatpak install --from gedit.flatpakref There is also library support for this so it can be added to graphical installers (such as gnome-software). + Requires OSTree 2016.10. The change in how OSTree handles mtimes in checkouts that was introduced in 2016.7 has been reverted, and the required changes in Flatpak has been made. This means that flatpak now depends on OSTree 2016.10. + Requires Bubblewrap 0.1.2 for builds using the system bubblewrap. Builds using the included copy need no changes. + The $XDG_RUNTIME_DIR/flatpak-info file has added information about the running application, and is now also securely available for a running application from the host as "/proc/$fd/root/.flatpak-info". This is what is used to identify remote apps instead of the cgroup info. + A new run permission --allow=devel has been added. An application with this permission is allowed to use ptrace and perf. This was previously only available during "flatpak build" and "flatpak run -d". This is useful if you're packaging e.g. an IDE. + When an application is updated or removed a /app/.updated or /app/.removed file is created for running instances. This can be used by applications to trigger e.g. a restart for the new version. + A new dbus request "HostCommand" has been added to org.freedesktop.Flatpak. This lets you run any command on the host, and is therefore clearly not sandboxed, so access to this should be limited. However, it is very useful if you're using flatpak mainly as a distribution mechanism, for a non-sandboxed application. + flatpak-builder now supports running from inside a flatpak, by auto-detecting this and using the HostCommand service to run recursive flatpaks. + Consecutive calls to flatpak build-update-repo has been speed up. + The document portal now allows sandboxed applications to create references to files in /app and /usr (in the app/runtime). + The update process now doesn't stop at the first failure.- Update to version 0.6.9: + Dropped dependency on libgsystem. + Allow passing partial refs whenever a CLI command takes an app or runtime name. + New command build-commit-from creates a new commit based on the contents of another commit (optionally from another local repo). + The sandbox now contains $XDG_RUNTIME_DIR/app/$APPID from the host (and the directory is created if needed). + update: Better output, and faster for the no updates case. + build-export: Don't make most validation errors fail, instead just print a warning. + builder: - Support local path references for git sources. - Better handling of recursive git submodules. - Fixed issues with the .pyc mtime rewriting. - Handle symbolic icons for rename-icon. - Add --stop-at=$module to do partial builds. - Add --sandbox flag to disable the build from escaping from the sandbox via build-args. + Updated translations. - Drop pkgconfig(libgsystem) BuildRequires following upstream.- Update to version 0.6.8: + Requires OSTree 2016.7, allowing to enable use of static delta for system downloads again. + Support --no-desktop which allows you to run a flatpak app outside a desktop, with some loss of functionallity (for example, there will be no systemd --user scope created for the app).. + More documentation. + Memory leak fixes. + Initial support for rpms as flatpak-builder archive sources. + Start work on translating the CLI. + Install systemd config snippet to set the right XDG_DATA_DIRS path. + Support --arch in flatpak list. + Support access() in the document portal. + Validate exported desktop files.- Change /usr/bin/tar Requires to /bin/tar: this has never been moved to /usr/bin.- Update to version 0.6.7: + Expand the flatpak run --devel docs. + Add an option for journal sockets. + Document new socket option. + Fix builddir option type in flatpak-builder documentation. + document portal: don't reply to GetMountPoint() until ready. + Downgrade failure to get document portal from warning to message. + tests: don't treat helper scripts as though they were tests. + Run tests with a private XDG_RUNTIME_DIR. + Add BWRAP and --with-system-bubblewrap configure arguments. + test-basic: do not fail in non-English locales. + Update to latest libglnx with lock release fix. + fix warning. + Fix leak in flatpak-installed-ref. + utils: Add flatpak_spawnv() helper. + builder: Add "use-git" option for patch source type. + Make journal always available in the sandbox. + builder: Report errors to stderr, not stdout. + tests: Add test for "use-git" patch application. + tests/test-builder.sh: Re-silence flatpak-builder. + tests: Test install/updates with static deltas. + extensions: Minor cleanup. + Add tests for extensions. + extensions: Always create a tmpfs for subdirectory extensions. + common: Remove unused functions. + utils: Add flatpak_get_current_locale_subpaths(). + utils: Add flatpak_summary_match_subrefs. + builder: Strip "." from locale names too. + FlatpakDir: Add flatpak_dir_find_remote/local_related. + Add flatpak_dir_install_or_update. + Install/update/uninstall related refs. + builder: Set the new extension properties. + Bump version number since last release. + Document the metadata format. + lib: Support listing related refs. + Add some code I used to test the new related refs code. + doc/flatpak-metadata: Add some extra clarifications. + Update NEWS. + Require ostree 2016.6. + builder: Clear mtime to 1, not 0, to match what new ostree does. + Remove unused variables.- Update to version 0.6.6: + lib: Add flatpak_get_supported_arches. + Add flatpak --supported-arches. + common: Make some internal functions static. + update: Always look at all existing apps when updating. + Disable static deltas for system-helper updates. + Make finding refs handle multi-arch. + make-current: Use find_installed_ref(). + remote-ls: Better multiarch support. - Changes from 0.6.5: + Documentation improvements + builder: Check that the specified command exists after build is done. + builder: Fix up mtime in headers for python precompiled files. + builder: Allow submodules and including modules from other json files. + system-helper builds are optional (--disable-system-helper). + system-helper: Support installing from local remotes and bundles. + Improved support for --subpath installs, including libflatpak support. + Improved command line completion. - Create /var/lib/flatpak directory, own it and ensure system wide repo exists when installing / updating flatpak package. - Add pkgconfig(libarchive) >= 2.8.0 and gtk-doc to BuildRequires. - Replace libelf-devel for pkgconfig(libelf) BuildRequires. - Bump ostree minimal requirements to 2016.5.- Version update to 0.6.4: + Rename to flatpack + New homepage and download url + Various fixes- Update to version 0.5.2: + The way locale extensions work has changed. Now we build a single extension for all locales, but we allow you to specify a subset of it during installation and update time using the - -subpath commandline flag. The main reason for this is that the many extensions didn't scale, both in technical terms (large ostree summary file size), but also in terms of the UI listing hundreds of uninteresting things. + We no longer use sizes in the commit objects to get installed and download size, instead we store some extra metadata in the summary file. This allows us to get much faster access to these, as with recent ostree versions we can cache the summary file. + New command xdg-app build-sign that lets you sign a commit at any time. + New argument xdg-app build --force-clean that removes pre-existing build dirs. + xdg-app run now uses the "current" version as the default if you specify no branch or arch. It used to default to the "master" branch. This will default to the last installed version, but can be changed with xdg-app make-current. + Added config-opts to the build-options in xdg-app-builder. This allows you to extend the configure flags in an arch dependent way. + Documentation updates.- Update to version 0.5.1: + xdg-app-builder: Don't export if --build-only specified. + Prefer non-subdir extensions over subdir ones.. + builder: Build single every-locale extension. + Extract icons for all appstream components. + Document xdg-app-build-bundle. + Align contents of xdg-app.1 with xdg-app --help. + Don't check that the name is a branch. + Add xdg-app info to docs. + builder: Use the right field for the platform cache checksum. + builder: Checksum metadata-platform contents for cache too. + builder: Actually respect the defined branch. + Fix indentation. + Support endianness markers in bundle files. + seccomp: Always try to do the socket filtering, but don't fail if not supported. + seccomp: Allow running the target arch. + doc: Minor reshuffling. + XdgAppInstallation: Fix a doc typo. + version information: Add documentaiton. + XdgAppError: Add documentation. + XdgAppInstallation: Add documentation. + XdgAppRef: Add documentation. + XdgAppInstalledRef: Add documentation. + XdgAppRemoteRef: Add documentation. + XdgAppRemote: Add documentation. + docs: Pick up the version number automatically. + docs: No need for a deprecated index. + docs: Exclude more private headers. + docs: Fix a typo. + docs: Hide class structs. + doc: Add xdg_app_installation_install_bundle. + More class hiding. + docs: Document XdgProgressCallback. + helper: Use 64bit capset/capget versions. + Release 0.5.1.- Update to version 0.5.0: + Change xdg_app_bundle_ref_get_appdata to xdg_app_bundle_ref_get_appstream. + Update test-lib.c with the appstream api change. + lib: Fix a tiny leak. + lib: Add xdg_app_bundle_ref_get_origin(). + Search for dwarf.h in configure. + Post release version bump. + Force /bin/sh as a shell. + Ensure that the .ref file is always replaced. + Get the new glnx_fd_close. + Reimplement fuse backend. + Now newlines needed in g_debug calls. + Don't enumerate noenumerate remotes. + document portal: Avoid some deadlock. + fuse: Store basename in dir so we don't have to keep looking it up. + Flesh out document portal tests. + xdg-app-buildeR: Remove unnecessary spew. + No need for newlines in g_debug messages. + Never use gvfs in the session helper. + Avoid warning about refing null GVariant. + Add change notification for the permissions store. + Don't unnecessarily grow the buffer when loading files. + Enabling gpg means require both signed commits and summaries. + Update summary after generating deltas. + Bump version to 0.5.0. + Update NEWS. + Add major_version to binary age.- Update to version 0.4.13: + Fix xml printing of nodes with no children. + Set xdg-app as the log domain. + docs: Add docs for shell sources. + Add a file header to bundles. + builder: Add builder_get_debuginfo_file_references. + builder: Build runtimes in /run/build-runtime. + builder: Add sources referenced from debuginfo into Debug runtime. + Make /run/build and /run/build-runtime symlinks to the right place. + build-bundle: Add metadata file as metadata element. + Fix typos in header. + common: Break out bundle loader to helper utility. + Remove unused variable. + lib: Add XdgAppBundleRef. + bundles: Verify that the header metadata matches the deployed one at install. + common: Move part of bundle install to helper functions. + Remove origin repos on uninstall. + Add test scripts that create trivial a runtime and app. + Add make-test-bundles.sh. + bundles: Don't lock during pull. + lib: Add xdg_app_installation_install_bundle. + Fix some compiler warning (unused vars). + Allow specifying subdir of xdg dir, like: - -filesytem=xdg-download/subdir. + Support --filesystem=xdg-run/foo. + common: Break out xml appstream rewriting to helper functions. + Add appdata to test apps. + common: Add xdg_app_read_stream helper. + common: Add and use xdg_app_appstream_xml_root_to_data. + build-bundle: Extract appdata and icons into metadata. + lib: Add XdgAppBundleRef api to get appdata and icons. + build-update-repo: Add --generate-static-deltas option. + lib: Add xdg_app_bundle_ref_get_installed_size(). + Update version to 0.4.13. - Add libdwarf-devel BuildRequires: new dependency.- Update to version 0.4.12: + Update exports on uninstall too. + Pass location of exports to triggers as arg1. + Add option to disable sandbox triggers. + Update exports on uninstall via library too. + builder: Put all builds in a .xdg-app-builder/build subdir. + helper: If stdout is a tty, mount tty as /dev/console. + When rewriting Exec lines, don't use full bindir. + Revert "When rewriting Exec lines, don't use full bindir". + Allow overriding XDG_APP_BINDIR using make vars. + Work around race when doing first initial appstream checkout. + info: Fix support for system installed runtimes (typo). + Make system repo bare-user too, to avoid any chance of creating setuid bits. + helper: drop caps in launcher. + builder: Report errors if eu_strip fails. + lib: Return GBytes from xdg_app_installed_ref_load_metadata(). + lib: Add xdg_app_installation_get_path. + builder: Always create unversioned symlinks while building modules. + builder: Add build_context_get_build_dir(). + builder: Move CFLAGS/CXXFLAGS handling into BuilderOptions. + builder: Add support for --run to start a command in the build dir. + builder: Support local archives with path property. + build-init: Support --tag=FOO. + builder: Support tags. + deploy: Add metadata tags to exported desktop files. + appstream: Add runtime, sdk and tags to appstream xml. + Add xdg_app_installation_get_remote_by_name. + Remove all appstream checkouts and mirrored refs when deleting remote. + common: Add XDG_APP_CP_FLAGS_MOVE support. + Add docs for appstream-compose option. + builder: Support separating out locale data. + Move migrate_locales to builder-utils.c. + Migrate locales after importing parent runtime. + Add support for separated locales when creating platforms. + Always create /etc/passwd,group,resolve.conf,machine-id when deploying. + Fix use after free. + helper: Put monitor path in /run/host instead of /run/user/$uid. + When deploying, always make /etc/resolve.conf a symlink into the monitor dir. + Release 0.4.12.- Update to version 0.4.11: + install: Fix assertion on runtime install + Release 0.4.11- Update to version 0.4.10: + Fix some g_propagate_error typos + builder: Avoid reusing set GError + Make sure we export files during install + Updated for release- Update to version 0.4.9: + install: Only set current for apps, not for runtimes + builder: Add shell source + helper: Make ~/.local/share/xdg-app writable again (if you have homedir access) + builder: Use non-parallel-make option instead of looking at .NONPARALLEL + Add xdg-app info command + builder: Store exact sdk commit id in the build cache and manifest + lib: Fix crash during uninstall + install-app: Actually look for apps, not runtimes + common: Always resolve active symlink when looking up deploy dir + Add app-path to the xdg-app-info in the sandbox + app-utils: typo + Don't export app-info files + builder: Use predictable names for build dirs + Make arches canonical + Bump version to 0.4.9- Update to version 0.4.8: + update-repo: Escape text when writing xml + docs: Fix gtk-doc documentation + helper: Make user namespace support vs setuid a runtime, not build-time option + Require some way to set cgroup for apps (currently systemd - -user) + Avoid gtk-doc warnings: multiple ID for constraint linkend + Complete documentation for XdgAppInstallation + Document the structs in libxdg-app + Fix some misc. gtk-doc warnings + lib: Add some missing docs + lib: Fix up doc details + Make xauth use optional + Finish the optional xauth work + Fix include order to build with older libsoup versions + helper: Update the error messages to not refer to - -disable-userns + utils: Fix nul termination of xdg_app_spawn output + builder: Skip checking out disabled submodules + builder: Style fixes + Build top-level directory before building documentation + Hide non-public symbols from libglnx and libxdgapp-common + Rename xdg-app-session.service to the recommended name + Add systemd user units corresponding to the D-Bus session services + .gitignore: ignore tests and their results + test-doc-portal: split out global setup/teardown into functions + test-doc-portal: skip all tests if no FUSE + Consistently call g_assert_no_error before other assertions + Move XDG_APP_SYSTEMDIR to /var/lib/xdg-app or similar + Support a proxy on the system bus similar to the one on the session bus + Disable gtkdoc-check by default for now + Distribute .service.in files in tarballs + Remove unset variable from EXTRA_DIST + Update tests' dependencies for commit 2f38ec65 + Release 0.4.8- Update to version 0.4.7: + libglnx: Update to get glib 2.44 build fix + lib: Change how listing installed refs work + lib: Return GPtrArray from xdg_app_remote_list_refs_sync + lib: Always use "branch" not "version" in API + apps: Use "branch", not "version" when talking about app branches + lib: get_current => get_is_current + lib: Move fetch_metadata_sync from RemoteRef to Remote + lib: Move app launching to XdgAppInstallation + lib: Move all sync operations from XdgAppRemote to XdgAppInstallation + lib: Make list_remotes return a GPtrArray + lib: Add xdg_app_ref_format_ref + lib: Add xdg_app_installation_list_installed_refs_for_update + common: Add xdg_app_strcmp0_ptr and use it in all g_ptr_array_sort calls + ls-remote: Support showing remote commit ids + list-*: Show active commit ids + app: Limit commit id output to 12 chars + app: Use space, not tab to delimit columns + app: Support --no-pull and --no-deploy in the install and update commands + common: Add xdg_app_dir_read_latest helper + lib: Expose latest_commit on installed app and let you use it + lib: Always initialize the repo on Installation creation + lib: Add cancellable to Installation constructors + apps: Make it more obvious that system repo is default + list-remotes: Default to list only system remotes + install-bundle: Make the repo title shorter + lib/app: Add support for repo priorities + builder: Add --disable-updates + XdgAppDir: Touch .changes file each time something changes + lib: Add xdg_app_installation_create_monitor + XdgAppDir: Remove leftover spew + build-finish: Add --no-exports + build-export: Add --runtime commit support + build-export: Look in the right keyfile group when exporting runtimes + add-remote: Fix typo in prio handling + add-remote: Fix typo in no-enumerate handling + build-export: FLAGS_GENERATE_SIZES when commiting + builder: Print all files removed by cleanup + builder: Use libelf to detect elf files + builder: Add support for separating out debuginfo + builder: Break out helpers for path matching + builder: Pass down keep-build-dirs via BuildContext + builder: Pass down global cleanups via BuildContext + builder: Match debuginfo files against regular cleanup patterns + builder: Clean up how the commit filters work + common: Move path_match_prefix to common + export: Support --exclude + builder: Create metadata.debuginfo if debug info exists + export: Allow custom source for "files" and "metadata" + run: Fix support for app extensions + builder: Add support for exporting with --repo=foo + export: Add docs for the new command line arguments + build-finish: Don't leave empty directories in the exports dir + helper: Print nicer error messages when user namespaces don't work. + run: Be more flexible with --runtime option, and add - -runtime-version + helper: Add missing arguments to usage output + helper: Allow specifying initial cwd + build: Add --bind-mount and --build-dir arguments + builder: Run builds in /run/build/$modulename + helper: Align help output + builder: Add option to enable ccache use in build + builder: Pass --body, --subject and --gpg-sign to build-export + builder: Don't break if ccache not enabled. + builder: Add some more spew when exporting + builder: Fix handling of builddir + install: Fix printing of NULL in already-installed error message + builder: Fix up cleanup matching + builder: Add support for rename-appdata-file option + build-finish: Export appdata files + builder: Change the way the cache is indexed + xdg-app: Deprecate install/update/uninstall-app/runtime + xdg-app: Update the command names and make nicer usage output + docs: Update for the new command names + Merge list-apps and list-runtimes into single list command + remote-ls: Regularize --runtime and --app user + completion: Update to the new cli commands + builder: Also apply cleanup to changes in usr + XdgAppDir: Add helper to fetch the size info for a commit + lib: xdg_app_installation_fetch_remote_size_sync + builder: Add some spew when downloading files + Better handling of the title in the summary + common: Add XdgAppTempDir which cleans up temporary directories + build-repo-update: Update appdata branch using appdata-builder + xdg_app_installation_list_remote_refs_sync: Don't crash on weird refs + build-update-repo: Add --appdata update option + XdgAppDir: Document some args to xdg_app_dir_fetch_sizes + lib: Add xdg_app_installation_update_appdata_sync + builder: Don't delete the APPDIR directory + docs: Add missing full stops in xdg-app-builder manpage + cache: Remove target directory before checking out cache + build-export: Add --include option + builder: Correctly handling non-existing app dir when applying cache + builder: Allow building runtime sdks (based on existing sdk) + Builder: Support commiting a platform + builder: Fix random crash due to uninitialized memory + cache: Don't fail to create cache if parent dir is not created + The plural of appdata is appstream + Add support to gpg sign summaries and appstream + builder: Handle modules with invalid refname characters in the cache + override: Fix error if override file doesn't already exist + build-update-repo: Add --prune and --prune-depth options + override: Fix warning + Remove unused variables + Fix possible read of uninitialized variable + builder: Fix error with va_start use + builder: Remove leftover debug spew + lib: Add getter for installed size on InstalledRef + lib: Add xdg_app_remote_get_appstream_dir + build-finish: Fix exports + lib: update_appstream - work around main context issue + update-appstream: Don't fail badly if remote has not appstream branch + lib: Allow passing NULL for remote name in update_appstream + appstream: Don't try to remove old appstream if it doesn't exist + Revert "lib: Allow passing NULL for remote name in update_appstream" + builder: Put debuginfo in the right place for runtimes + common: Add xdg_app_list_extensions util + run: Use the new xdg_app_list_extensions helper + build-init: Add --sdk-extension + builder: Support sdk-extensions + builder: Add platform-extensions + appstream: Add timestamp which is updated each time the appstream is pulled + lib: Add xdg_app_ref_parse + build-finish: Export app-info, not appdata + build-update-repo: Update the appstream using a GMarkup parser on the app-info files + utils: Extract the xml helpers + build: When using a writable /usr, don't use runtime extensions + xdg-app-utils: Add autocleanup for GZlib* + common: Add xdg_app_cp_a + build-init: Don't copy uid/gid when initializing a writable sdk + common: fix handling of no_chown in xdg_app_cp_a + build-init: Also use the new cp_a for sdk extensions + build-export: Never export files you can't read + builder: Add some spew before build-init + builder: Add spew when commiting to cache + XdgAppDir: Make sure we always constole end status lines that we start + dir: Properly finish OstreeAsyncProgress objects + lib: Properly finishe OstreeAsyncProgress objects + update: Make both branch and name optional + Move the GZlib* autoptr backport to libglnx + builder: support using appstream-compose to create appstream files + Always build libxmlapp + update-appstream: Fix crash in case there are no 128x128 icons + Update NEWS for release + Bump version to 0.4.7 - Add libelf-devel BuildRequires: new dependency. - Split out new packages: libxdg-app0, typelib-1_0-XdgApp-1_0 and a -devel package.- Update to version 0.4.6: + utils: Add xdg_app_supports_bundles + add build-bundle command + Add install-bundle command + Add completion for bundle ops + Drop dump-runtime command for now + Always make it possible to talk to the built in portals + Add xdg-app.pc file with variable for interfaces_dir + lib: Export xdg_app_context_set_session_bus_policy + deploy: Explicitly pull from the origin + Add autoptr cleanup backport for SoupUri + Handle PWD env var correctly when spawning apps/builds + build: Set fs access before applying args so you can override it + Add xdg-app-builder + builder: Add --build-only argument + xdg-app-builder: Update docs + Correct license, we're LGPL 2+, not 3+ + Remove unused helper function + xdg-app run: Fix support for --filesystem=~/dir + Support defining read-only filesystem access + portals: Only give blanket access to session-*.scope systemd cgroup + Create xdg-app-info file in user runtime dir with effective state + Add standard errors needed for portal + Rename lib/ to common/ in preparation for public xdg-app library + builder: Add support for cmake and forced builddir + builder: Add more headers around the spew for each new module + builder: builddir != srcdir was broken becasue we never created the buildir + builder: Fix typo in cmake support + Remove leftover semicolon + builder: Add submodule support for git sources + builder: Add post-install script support + builder: Add docs for post-install + Add script source type + builder: Support building from a subdirectory of the sources + Remove stray semicolons + xdg-app-utils: Correct SoupUri -> SoupURI typo. + builder: Build with "make", not "make all" + Update libglnx for new backports + Fix some warnings + builder: Fix build with g_autoptr backports + builder: Consider the build_option when checksumming + builder: Add support for copy-icon option + builder: Error out if rename_error is set but not found + builder: Don't use ":" in uri-as-filename + Docs: Fix some tiny typos + document portal: Add AddNamed method for host-side use + builder: Merge spawn helpers to single base helper + ls-remote: Remove unnecessary code + Initial version of libxdg-app + build: Fix include path for builddir != srcdir + build: Switch to olddir after autoreconf + builder: Be a bit more verbose when pulling VCS + builder: Prune old branches when updating mirror + Add introspection check + XdgAppDir: Add some helpers for handling remotes + list/ls-remotes: Use the new remote helpers + lib: Use the new remote helpers + Add introspection support to libxdg-app + Add xdg_app_dir_fetch_remote_title and remote old custom summary fetcher + Annotate transfer rules for ambiguous return values + Add no-enumerate flag to remote and set if for bundle origin remotes + lib: Make getters for XdgAppRemote return copies of strings for options + helper: Allow exec on the tmpfs. + lib: Add XdgAppRemoteRef subclass + Generate the API reference for libxdg-app + Add XdgAppRemoteRef do docs + XdgAppDeploy: Fix wrong types in finalizer + common: Move typedef to separate header to avoid circular deps + Remove unused variable + Move most of builtins-run to xdg_app_run_app helper + common: Clean up xdg_app_run_app() + helper: Mount dconf run dir writable, as dconf needs this. + xdg_app_run_app: Handle error == NULL + lib: Add xdg_app_installed_ref_launch() + lib: Add remote_name to XdgAppRemoteRef + lib: Rename xdg_app_remote_list_refs to xdg_app_remote_list_refs_sync + lib: Add some more debug spew to test-lib + lib: xdg_app_remote_fetch_ref_sync + lib: Always load installed ref metadata each time + lib: Add XdgAppDir to RemoteRef private + lib: Fix declaration of xdg_app_installed_ref_load_metadata + lib: Add xdg_app_remote_ref_fetch_metadata_sync helper + lib: Minor indentation cleanups + lib: Add xdg_app_installation_load_app_overrides() + common: Make it explicit that XdgAppError are portal errors + builder: Allow git uris to be relative to the base directory + common: Make XdgAppDir soup session initilization threadsafe + builder: Make the builder manifest objects serializable to json + builder: Break out download_uri helper function in SourceFile + builder: Allow optionally specifying remote file sources + builder: Use SoupRequest to simplify download helpers + builder: Support data: uri for files + builder: Support specifying revision in bzr sources + builder: Support specifying commit ids as git branches + Builder: Add a resolved version of the manifest to the built app + builder: Add --keep-build-dirs option + builder: Remove accidental leftover spew + builder: After fetching the mirrored git repo, set back the right origin + completion: Fix completion of apps/runtimes in a remote + completion: Fix completion for xdg-app run + builder: Fix build with old glib + lib: Fix build with older glib + builder: Fix typo in patch applying + lib: Better fix for old glib + app: Fix warning if building with --disable-userns + lib: Fix compiler warning in test app + common: Fix compiler warning when built with --disable-userns + XdgAppDir: Add set_origin helper function + Bump libglnx to latest version + lib: Add xdg_app_installation_install + app: Clean up leftover removes after updates too + lib: Add xdg_app_installation_update + Fix unused variable warnings + helper: Properly unescape strings + lib: Add xdg_app_dir_undeploy_all and xdg_app_dir_remove_ref helpers + common: Add xdg_app_compose_ref helper + Use xdg_app_compose_ref helper + lib: Add xdg_app_installation_uninstall + common: Add and use xdg_app_dir_deploy_update() + lib: Add custom GError codes + lib: Use the new installed/not-installed custom GErrors + Add lock file for each xdg-app dir. + builder: Allow specifying custom prefix + build-init: Allow writable sdk + builder: Support writable-sdk option + builder: Don't fsync on cache checkouts + builder: Store the cache in BARE_USER mode + lib: Fix return value type warnings + Bump version to 0.4.6 + Add missing EXTRA_DIST to pass distcheck + builder: Add cleanup-command property + Add --enable-libxdgapp configure flag and disable lib by default + Update NEWS for 0.4.6 - Add gobject-introspection-devel and pkgconfig(json-glib-1.0) BuildRequires: new dependencies.- Update to version 0.4.5: + build-export: Add support for signing build + docs: Fix whitespace issues + helper: Correctly zero terminate symlink targets + helper: Also copy extra symlinks from / + Always regenerate summary after export-build + document-portal: Fix warning + uninstall: Don't fail if there is no origin + utils: Add xdg_app_decompose_ref() + Always remove all leftover app/runtime traces on uninstall + Correct capitalization on dbus interface filename + Install dbus introspection files + Move dbus invocation peer app detection to lib/ + build-export: add human readable format to "Content Bytes Written" + helper: give xdg-app process access to /dev/ptmx + helper: match whitespace to other options + helper: unblock SIGCHILD before execvp() of child + Create custom /etc/passwd and /etc/group with minimal content + Update to 0.4.5- Update to version 0.4.4: + build: Fix srcdir != builddir from git + build-export: Strip out uid/gid and xattrs + fuse: Disable entry cache to work around race condition + helper: Handle existing mounts with escaped characters + Propagate Xauthority details to the sandbox if X11 is enabled - Add pkgconfig(xau) to BuildRequires.- Update to version 0.4.3: + Accept -d as --show-details in all commands that support it + Fix regression is dbus proxy + utils: Add xdg_app_fail + Add --nofilesystem commandline arg + Make usage_error return FALSE + Add xdg-app dump-runtime command + cleanup: Remove trivial use of goto out + cleanup: Remove unused variables + cleanup: Simplify code using xdg_app_fail + Make sure we build against older ostree (without gpg import)- Update to version 0.4.2: + run: When creating /etc symlinks, don't make symlinks to symlinks + xdg-app build: Support extensions + run: Fix handling of which filesystems you can access + remove some unused code + run: Add /var/config and /var/data to sandbox + add-remote: Allow specifying local pathname instead of uri + Make seccomp optional + Update to libglnx for new autocleanup backports + Add xdg-app enter command + Move table printer to xdg-app-utils.c + list-remotes: Add support for listing both user and system remotes + list-apps/runtimes: User table printer + bash_completion: Properly list apps when completing "run"- Own %{_datadir}/dbus-1 and subfolder for openSUSE Tumbleweed.- Update to version 0.4.1: + run: Allow perf and ptrace in debug and build mode. + Mount nvidia device nodes in sandbox if dri allowed + tests: Use check_PROGRAMS as the primary + fuse: Supply mode when creating files + Support version= in extension metadata + Update NEWS and version to 0.4.1- Update to version 0.4.0: + Import xdg-document-portal from github repo + Add GetMountPoint method for document portal + Automatically start and mount document portal in sandbox + document-portal: *always* use the by-app location + Don't list empty names in opendir + Change dbus name of session helper to org.freedesktop.XdgApp + Rename dbus file to org.freedesktop.XdgApp + Move gvdb to lib/ + gvdb: Add gvdb_table_get_content + Initial version of XdgAppDb + Initial tests of the db + Add XdgAppError + Initial version of permission store + Make document portal use the new permission store + Switch document portal to use strings for document ids + Document portal: Store paths, not uris + Drop the xdp specific errors and use the xdg-app ones + Remove ununsed variables reported by clang + dbus-proxy: Fix flags arg passed to g_socket_receive_message + dbus-proxy: Fix incorrect check of name policy + dbus-proxy: Avoid clang warning + Fix type of return + Fix error check of policy parsing + Fix const marking of string arrays. + utils: Add AUTOLOCK macro + autogen: Fix git submodules + Update libglnx, use its copy of backports + Use g_auto(GStrv) instead of glnx_strfreev + helper: Add perf and ptrace to seccomp blacklist + Markup AUTOLOCK with unused to avoid warnings + fuse: Make filesystem multithreaded + Add xdg_app_mkstempat + Store and verify parent dir dev/ino and pass O_PATH fds + Add xdg-app export-file to export files with the document portal + Add debug output for release + fuse: Always open files with O_NOFOLLOW + document-portals: Support unique documents + document-portal: Use xdg_app_is_valid_name() to validate app names + export-files: Allow specifying app permissions + document-portal: Actually respect WRITE permissions + Add check-valgrind target + db: Fix leak + export-file: Fix leak + Add minimal document portal tests + fuse: Unmount previous fuse instance if ENOTCONN + fuse: Add daemonizing switch + test-doc-portal: Launch the portal manually + fuse: Properly invalidate inodes and entries + fuse: Raise entry cache times now that we invalidate + fuse: Add some more debug spew + document-portal: Allow dbus owner replacing + document portal: Move locking explicitly into portal handlers + export-file: Print the full document pathname + document portal: Correctly handle recursive documents + fuse: Drop DOC_DIR_INO_CLASS + test-doc-portal: Fix unique boolean arg + fuse: Add some more debug spew + test-doc-portal: Work around GTestDbus env unsetting + test-doc-portal: Add recursive file export test + XdgAppContext: Properly handle masking things from parent context + run: Correctly report errors talking to document portal + document portal: Fix crashes when dbus activated + run: Never propagate DISPLAY if X socket not requested + run: Read per-app override metadata file + build-finish: Don't export hidden or backup files + XdgAppContext: Always initialize bitfields + run: Support system overrides as well as per-user + create dirs with 755, not 777 + Add new override builtin to override app permissions + lib: Handle libsoup now having built-in autocleanup support + add modify-remote command + list-remotes: Add more details to remotes list + Fix unused label warning + Add XdgAppChainInputStream based on ostree version + add/modify-remote: Support importing trusted gpg keys + list-remotes: Separate columns with tab + docs: Update remote related docs + list-remotes: Use --show-details instead of --details + Rename repo-contents to ls-remote + Update docs for new/changes interface + bash completion: Update to match the lastest options + bump version to 0.4.0 + Updated NEWS for release + document portal: Add support for transient documents + Fix distcheck issues - Drop 0001-Finish-switch-to-glibc-s-xattr.patch: fixed upstream. - Add pkgconfig(fuse) BuildRequires: new dependency.- Update to version 0.3.6: + helper: Fix typo in the socket-family blacklist. + run: Make users fonts appear in /run/host/user-fonts. + helper: Disable socket filters on x86. + Write user-dirs.dirs under app's XDG_CONFIG_HOME. + helper: Mount extra dirs/files only after all other mounts are up. + helper: Add all possible architectures to seccomp filter. + Restructure directories and build. + Add NEWS file. + If home is accessible, make user-dirs.dir visible in custom config dir. + Bump version to 0.3.6.- Update to version 0.3.5: + update: Don't remove existing deployment if there was no updates + Bump version to 0.3.2 + helper: Keep any existing old mount flags when remounting + helper: Remove noremount hack now that we keep old mount flags + helper: No need for a tmpfs on /dev these days + configure: Add checks for docbook xsl/dtd + Bump version to 0.3.3 + Avoid unnecessary escapes in desktop file exports + Bump version to 0.3.4 + xdg-app.sh: /usr/local/share is also in the default XDG_DATA_DIRS + Add xdg-app.env file for gdm + profile: Don't override pre-existing XDG_DATA_DIRS env vars + Bump version to 0.3.5- Update to version 0.3.1: + helper: Clean up launched command line + Bump version to 0.3.1- Update to version 0.3+git.20150602.d781e27: + Add a README + Make symlinks lib64 -> usr/lib64, etc if those exist in the runtime + Fix debug message format string + dbus proxy in progress + Parse dbus headers + Add some minimal policy on send/receive + Flesh out filtering + DBusProxy: Add non-filtering mode + Add wildcard policies + Better handling of fd passing + dbus-proxy: Add some test policy + Break out dbus proxy implementation to separate file + Make xdg-dbus-proxy talk command line args and install it + Only print headers when logging + Allow runtime and apps to override environment variables + Don't clear the [Vars] group in build-finish command and improve error reporting + Ignore errors in add_env_overrides() + Actually unset the env variable when the value is empty + Report error when --var option is missing '=' + Close any unexpectedly inherited fds in helper monitor and init. + xdg-dbus-proxy: Add support for syncing via fd + Fix path generation when recursively exporting a directory + xdg-app-helper: Add -S fd support + xdg-app run: use a dbus proxy if needed + Clean up filtering and allow all messages from bus to client + xdg-app-proxy: Only allow replies from the bus that we requested + xdg-app-proxy: Only allow pending replies from client + xdg-app-proxy: Large rewrite of docs comment + xdg-app-proxy: Don't filter unicast signals + proxy: Don't forward method returns and errors with no reply_serial + proxy: Ensure that we SEE from peers we've gotten messages from + proxy: unlink socket on exit + proxy: Free some members on finalize + proxy: Send initial AddMatch and GetNameOwner to handle policy + proxy: Remove unneeded code for old name tracking + Update docs wrt new ownership tracking code. + proxy: Fully support policies for wildcarded names + proxy: Update docs + Some typo fixes + Add missing space + proxy: Fix double-free of socket control messages + XdgAppDir: Add XdgAppDeploy helper object + Add xdg_app_find_deploy_for_ref + builtins-run: Use XdgAppDeploy + Move setting of env vars from helper to launcher + build: Use an strv for envp instead of a GPtrArray + Add xdg_app_run_apply_env_vars() helper + build: Apply runtime env vars + builtin-run: Switch over to same env helpers + More special casing of LD_LIBRARY_PATH + Support filtering of session bus + metadata: Rename [Vars] to [Environment Vars] + build-init: Don't fail if /var/run already exists + xdg-app build: Bind mount host resolv.conf during builds + Only warn if removing old commits fail + Bump version to 0.2 + Fix a typo + Fix build with old glib + helper: Bind mount /sys subset + Add a simple profile.d snippet for XDG_DATA_DIRS + proxy: Minor cleanup for first byte case + proxy: Properly detect authentication end + proxy: Always read all incomming socket messages on each mainloop callback + proxy: Always send all possible queued messages in main callback + build: Fix srcdir != builddir from git + Bump version to 0.2.1 + Change /self to /app + Add new XdgAppContext helper object + Convert all builtins to the new metadata/arg formats using XdgAppContext + Make extra_dirs and lock_dirs dynammic + helper: Add support for read/write extra dirs + Add support for persistent homedirectory dirs + helper: If old CWD is not mapped, use $HOME + helper: Add support for moving files into sandbox + Context: Finish support for filesystems + run: Remove hardcoded GI_TYPELIB_PATH + helper: Remove backwars compat /self symlink + Update docs for new run command line options + helper: Fix errors caused by create_file() return value change + build: Always allow host fs access + build: Remove duplicated helper arguments + Bump version to 0.3.0 + run: Fix typo that broke env var support + helper: Only call get[ug]id() once at the start + helper: Drop setuid and use user namespaces + helper: Minor cleanup of uid/gid handling + helper: Optionally add back setuid support + Add xdg_app_dir_get_origin() helper + Use xdg_app_dir_get_origin helper + Show source repo when listing apps and runtimes + Show version when listing apps and runtimes + Make /var/cache persistent (in app-data cache dir) + helper: Fix thinko due to create_file() return type change + helper: Make all helper functions static + Use seccomp to limit allowed syscalls + helper: Make ~/.local/share/xdg-app read-only in sandbox + helper: Don't fail if ~/.local/share/xdg-app does not exist + run: If session helper not available, bind-mount /etc/resolv.conf - Add pkgconfig(libseccomp) BuildRequires: new dependency.- Add ostree Requires: xdg-app can't start without its presence.- Update to version 0.1+git.20150407.fc8db2b: + Add COPYING to reflect license headers + Pass name into build-init and store in metadata + build-finish: Only export files with app-id prefix + Switch to using glibc xattrs. + Remove dead code in xdg-app-builtins-build-finish.c. + Remove dead code xdg-app-builtins-build-init.c. + Remove dead code xdg-app-dir.c. + xdg-app-builtins-list.c: Cleanup comma separator code - Add 0001-Finish-switch-to-glibc-s-xattr.patch: complete port of libgnx to xattr.- Update to version 0.0.1~20150323: + Mount system fonts in /run/host/fonts + deploy: Split the file rewriting and prefix checkout out from the exporting + Move update_exports out of deploy/undeploy + Remove old code handling per-app data + Add xdg_app_dir_list_refs[_for_name] helpers + builtins-list: Use the new helper to list refs + uninstal: Fix the cleanup of empty dirs + Track which branch of an app is current + Add make-app-current + Make sure we initialize variables that auto-cleanup + xdg-app-dir: Move exports to update_exports + Import libglnx + Convert to g_autoptr + Use cleanup macros from libglnx + Switch to GLnxDirFd + Use glnx_set_error_from_errno + Use g_steal_pointer + Check for libattr header + fixup g_steal_pointer use + Fix dist + Require ostree 2015.3 + helper: Manually apply bind flags recursively + Bump version to 0.1 + Fix build on older glib + Add copyright headers- Update to version 0.0.1~20150305: + Fix warning in add-remote if no summary. + Look for libcap pkg-config file for cflags to ensure we have the headers. + Revert "Look for libcap pkg-config file for cflags to ensure we have the headers". + Check for sys/capability.h via AC_CHECK_HEADER instead. + Run each app in a custom systemd user scope (if available). + xdg-app-helper: Flesh out usage output. + xdg-app-helper: Sort the command line parsing. + Mount /run/media if mount-host-fs. + Add metadata option to limit DRI access.- Initial package./bin/sh/bin/sh/bin/sh/bin/shxdg-appnebbiolo 1714388422  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxcsdadeenesfrglhihrhuidplptptrorusksvtrukzhzh1.14.5-150500.3.9.11.14.5-150500.3.9.11.14.5-150500.3.9.11.14.51.14.5   !"#$%&'()*+,-./011111111111111111111111111111111111111111111122222345flatpakremotes.dflatpak.shflatpakflatpak-oci-authenticatorflatpak-portalflatpak-session-helperflatpak-system-helperflatpak-validate-iconrevokefs-fuse60-flatpak-system-onlyflatpak-system-helper.serviceupdate-system-flatpaks.serviceupdate-system-flatpaks.timeruser-environment-generators60-flatpakflatpak-oci-authenticator.serviceflatpak-portal.serviceflatpak-session-helper.serviceflatpak.confrcflatpak-system-helperflatpakdbus-1interfacesorg.freedesktop.Flatpak.Authenticator.xmlorg.freedesktop.Flatpak.xmlorg.freedesktop.portal.Flatpak.xmlservicesorg.flatpak.Authenticator.Oci.serviceorg.freedesktop.Flatpak.serviceorg.freedesktop.portal.Flatpak.serviceorg.freedesktop.Flatpak.SystemHelper.serviceorg.freedesktop.Flatpak.SystemHelper.conffishvendor_completions.dflatpak.fishvendor_conf.dflatpak.fishflatpaktriggersdesktop-database.triggergtk-icon-cache.triggermime-database.triggerflatpakCOPYINGflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak.moflatpak-build-bundle.1.gzflatpak-build-commit-from.1.gzflatpak-build-export.1.gzflatpak-build-finish.1.gzflatpak-build-import-bundle.1.gzflatpak-build-init.1.gzflatpak-build-sign.1.gzflatpak-build-update-repo.1.gzflatpak-build.1.gzflatpak-config.1.gzflatpak-create-usb.1.gzflatpak-document-export.1.gzflatpak-document-info.1.gzflatpak-document-unexport.1.gzflatpak-documents.1.gzflatpak-enter.1.gzflatpak-history.1.gzflatpak-info.1.gzflatpak-install.1.gzflatpak-kill.1.gzflatpak-list.1.gzflatpak-make-current.1.gzflatpak-mask.1.gzflatpak-override.1.gzflatpak-permission-remove.1.gzflatpak-permission-reset.1.gzflatpak-permission-set.1.gzflatpak-permission-show.1.gzflatpak-permissions.1.gzflatpak-pin.1.gzflatpak-ps.1.gzflatpak-remote-add.1.gzflatpak-remote-delete.1.gzflatpak-remote-info.1.gzflatpak-remote-ls.1.gzflatpak-remote-modify.1.gzflatpak-remotes.1.gzflatpak-repair.1.gzflatpak-repo.1.gzflatpak-run.1.gzflatpak-search.1.gzflatpak-spawn.1.gzflatpak-uninstall.1.gzflatpak-update.1.gzflatpak.1.gzflatpak-flatpakref.5.gzflatpak-flatpakrepo.5.gzflatpak-installation.5.gzflatpak-metadata.5.gzflatpak-remote.5.gzorg.freedesktop.Flatpak.policy60-org.freedesktop.Flatpak.rulesflatpak/etc//etc/flatpak//etc/profile.d//usr/bin//usr/lib//usr/lib/systemd/system-environment-generators//usr/lib/systemd/system//usr/lib/systemd//usr/lib/systemd/user-environment-generators//usr/lib/systemd/user//usr/lib/tmpfiles.d//usr/sbin//usr/share/bash-completion/completions//usr/share//usr/share/dbus-1//usr/share/dbus-1/interfaces//usr/share/dbus-1/services//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share//usr/share/fish//usr/share/fish/vendor_completions.d//usr/share/fish/vendor_conf.d//usr/share/flatpak//usr/share/flatpak/triggers//usr/share/licenses//usr/share/licenses/flatpak//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/en_GB/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/gl/LC_MESSAGES//usr/share/locale/hi/LC_MESSAGES//usr/share/locale/hr/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/locale/id/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/pt/LC_MESSAGES//usr/share/locale/pt_BR/LC_MESSAGES//usr/share/locale/ro/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sk/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/tr/LC_MESSAGES//usr/share/locale/uk/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/locale/zh_TW/LC_MESSAGES//usr/share/man/man1//usr/share/man/man5//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//var/lib/-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:33593/SUSE_SLE-15-SP5_Update/c77706eda95ccb1c9238cee99a6f8e15-flatpak.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linux       directoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5f8feb1c66a74df7ed1d8e06cbdc9ec4d0ae150a, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=779b7df5e39c97f67f14f93fbcf50d77b067e67b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=81127c1490dedbec1eb1b816566ac9768b87bed4, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a415c89fd74216b9160a53b9fb83b025fe06c25b, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=00394f3b52cd11e2b15dc1ac99740513710a299f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=70e6c69129d894e262a7269f3212b6aab4acf45f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e17a9d8e9ae76d46b6ccd177c47ccf043888487a, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executableexported SGML document, ASCII textexported SGML document, UTF-8 Unicode textXML 1.0 document, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode text-U}-(( )R6R5R0RRRR3R#R,R+R!R*R%RR"R'R$R(RRR&R R)R R R RR R7RRRR1RR-R.RR2RR4RRRR/R R3R6R5R0RRRR#R$R&R,R!R*RR"R'R(RRR R)R R R R R7RRRR1RRR2RR4RRRR/R R3R6R5R0RRRR#R$R&R,R!R*RR"R'R(RRR R)R R R R R7RRRR1RRR2RR4RRRR/R R0R R R RRRR/R R3R6R5R0RRRR#R$R&R,R!R*RR"R'R(RRR R)R R R R R7RRRR1RR.RR2RR4RRRR/R R0R RRRR/R R0R R RRRR/R RRRRRf}zeϺ6jZutf-8c501f10aed1e2dd4080425006a5d1601bce15867616deaceb10b8df74823f090?p7zXZ !t/n]"k%r.PZE"^%+8N2ևQxv94@ rO8hQ{B 9# H!X(P/?"1sk/}/yج.-@7H]uƫb?ox E7|̄MΆq ⦝nKm<fvSzŋRpSYitSrM˂h4-ѱxNKuT?-kֻQ@E+D!MOV:=،ձ*>m@㌙D\ή^7G:G#;O^pOՋ8X+8PӒ$]jr 򔴣Fh~T m!TtvG_WBgC]`2;*չ!o'#wV.CZ  DMz+3< ?G2u0P̹_\pOŘӎ׷YYAͼrow f2Uc _X8WZnO)ǭwEvl9Ҿ91n1;񷈛wLuaK6ڦ>qHh>Rl|&tXF1 <SXTf݇F[8U,$tlbdz ]K8~/v S~"(.Q;]rACsX[I/Dq o7HUaf D%Ʉ ֋3vrZtj@Q#\pG :++nFV6 Q<$~^dP%a(Ԉ@_?v8 ä^ߟ4 W":aqOqrp G4tw$@j^ijCuu1(46W  %[,]g" XF mG~VWMxD5\A|^ [ 1#fH[*|P^WbWIq^<6?ghﻓmm/CJP8BG$ ([ZC^5c]==wcݯ/ R%u`j _铱6'||/Fy7|Oo D3(90!D˙DoC~$#] m^C_uXE2~![pjb.J@:.:ޣNlrQgQ),Ә?cq[(SB{ܩΡUG `Ņ-М@;/RcDK@z2jks֍SE>ݗ-\ES<葀#g?n[ʺ.K`8,7oG8u7i@- 'Y4 E)貪[.Yb:)*nz CA~F˅wWxz6*4Ska7/a3ĭ BP<}ADtUa72Է&;GF`ȖGd?(1!@,[m`D2MId'_RQup{aH+ (?%۶deM&bwCB l=u='h)_LkjN3H'E=L`3S1ǯ~lA7I4oл<^/DR, \' >ydHcONDpFh1 T!LV]́\S`G: L{;{EQFY?ë鹹KShK4oʄp!8W12{Kq8F8Sl[@"%D;pW -[^/v\eĨ,3ugMz*_{͛l)ћ_u1߹IG(#[.L뤑h?:r7 C؄Z8OcYLbڿeʪe 29<=My\臿^߮XU70*1Dca(876q8 Ìd{ +N)h *0NX"?:0궫/< =ZS#+ρG&Oz%J ꒻)}jcNS `?3M:(*yaiW;G'{}"^ȗS'-U ]ESZ ^a)șO0gC9)G"+ =[_2އHwrCDpE4:'`S;N%%-!)q)o?Z"ƔIL0G`Z|zHWy[e']%OERCi:ėث dj8ԾRcJM +DΚA6:$G 3Ey&cYV G/>DjRBG;66l?0;>5c}XTX7%֋Fc9qrkZl1m`WbB"r(Rij|܆aA5 fXFEQɞJ&~$5icgF|Wxr(ca~8JXmE~o6vzwj "q!r N<3qiжiiϸrkEwEc)*-_-]w2C2$I%$fß48=0oS @fR}F >rf2F~*;L'%2,lϊ:Mzp=5cTv`Sɑav^*OP"i"I?s>i!`d2ġ7:_bSqd5.eXMgԭ.CiT`{+IVN *@K qQ/m}q*җ)A-ϐ6eAp_ֹ5LE0C,bw{Qc0*mF9N</ ^ [y()4GPpqݔ+[brF]KG4>ih߅@GY؟G)MR.X ~O|J}R:h/_~'j>[Xlc8{$ظ\Z\[dڵU^WRe~Ʋ d 3ȤrG KH#B'/0$R/-p`1% Ev";QZQE}w1nFQ?G_1 `]Ŵ7_T}jK׫ZM%)a[9T 'pi07lr93cZ?~$ת@p| `,ptvٲϼn焯 ތs :yvw"px]BD3ϹgN1a"s[f j}'{l :ruu ՘qTz܀oNH0-v5K/V8;Dg#3 [DdF lԩ9)ِd{"K8A $^Sqr33< &o2X dbHMt: $|\IDE`b>qm"1&DZ6J*8Tzrp6$LI,=:9Dy A#|Ws@c_fƥrOb\{ Em\Y( 4bm4@Ed2ga=k􎑩m2K q:&=6G 8n4,mክ媁ɄoMjcB"Fkh)pxWx6w7z N` ؞@;qzÈ*C ,QnTPs;.50ѣ`J)ȢgJ+9)m Z-fq`^g+?TwE /ptۂT*jdp>=ܓFkZP @ h!FB> Grmrj6N oȮ l p9_"'uO ?(F]ˇ\ũͩ|9U>Q#4DO%bQ//T]{gXnTۃGz<㒷vBk7:1%A@sKUb\^XM䘠g5=^O V?dv}Ljy@ۜ4!l l+7D胟2&]:Q'lQ~ʧsIA!TtJSYyoS3ی6*n@Oc0zvwkSXlUt%4R:BfȓVEW[t|/b0P&G_N) 23欕1y(d:ȁ?4g Z)$ӏ\%:ӖM`tP[r61Y.hZ[%j,|sS!x?86)%9`Q{+ tS;,/XB9K_0oqCFN ji:m͡^mNH"C_3e\x'0q+E@F`٧nLV{WM]c. }}XPv*iѰ1dwK:uOߋ~`#\UA >$q+DD8:t1I[hBWVzO:".  sE8LO*!6'*Q;4BMh:l7!_@ &,yst<< E)Bb jcsQ$L&f1.j_ q}^61;2]_eğm0k5YI xZ_gm:ja'7W2.y論'I8A=1XX;tQLۢWeލGyud^[5^J|1szK.7QLɚŃT]K.En=8'*WAdC(W~-BnFѤj]0qKU:ulIdN$hb@s3@vAh|/0-||OW^7yFD›. |o8qRa@̙dЦf[?1l5Ӡ>}[ [Ce*W=9JN ZWKm)HNF;3J0@{sh\jbbUfL,U gw͜[Q^5؀J&#Ck\0|[6+Aj\S@7`}43aJm|gS 3't,ʘQ旫*6->C5âX} =u]sĨ;ǶӸȏ`[I#~i,$cdפ#ii&(fF_nJ7)AΙ*gܦQ.oa>Z؀E'pڅ|QvQ>7bVR%X ǾiM!BBo`J񷈔.;*zvw f(?<63[y`L#5raC|a`R3=.#:r d' $TޮL\IMӠ-1})R'[OJJ[= (CXF°/AБ Qq_8w7[GD(gJO ı[*xd~#I*)\rVa,2q1S&N`e̬F%"N/ S l/T5/FwE4'MH_H.(`twSId|-{#梙94 p"̗B+dFTcM0e,e٩)%G<]k'N\̎Mitj]%&qTzrd fp7 Ϟz[fIQN {6cӲ-G-4`&DJ 1KS}Ӓ'MX"ֲJ-.{[Q,%,s&[(܇fRI}? H~%2*BlV^frf/D0Dg5OE6(m"4 jhmJiم9*۩k'pmslJr¶rl"x$tgd_r^ISo=K[3g.` 矨hn5Q_ 3VDkϊ 2c9Z>RR3`>ϧ|tT6qvUӣE@C$Xs-=ɸFb)ƤyQHw 87KP`'dL`3 '*:G]{eIm }U dһ"|<2M4\`@zXe& Z]ChJCgB‹4@׺~Y([>eA| uᾕtipV1$i(2d- \_0oʚ#5@` ,k -\U zo3u20ޭ>AyE^hBhT7lI;&N̘gd혳CG<]맊aMiP**w8VDž3?%w3dylxx /?k6Y)11>$5}drtl|ז<> ܦ2I3F~*2J q QA͍=}}Ra &~,4"`0a?:;6؅Tɕf]"3 s{!^-yNפ6uɿ>"̐Qqk#1]]جMdq"R]k8Wݶ@ *W7Yzh<BU|o*4Y+]TVN{y5vU{ގsdEVmϬXdU7|7oċ AO \Ur}gRv! pG프8K!j+t$98s'aeN]ݥ[++NԶ"4gݝF5XCKķ2.H&zSȋV֣˯2NO9|7e|dfD$Qh8hǺQd@4 ڠ2/L% \rʄIYqN,r>UE4pUp̐`1D? P)l;v N7t _2l4,GL,Z]d@Pg^Li;wC{rw4<#=NGՅvXʕ)׳`9k+NӰ/iY4M%Tn^=܏U:V1\͵K8f *[}Hhux@/|a[]CJW J2K䣐WlibxAdٚ*/O 7QBޣQg_C[1(]L!9!{3TG AQea\e!{Fpv j ?xġۨ-Mmĭ!eMo"4 6юY)[^'0dG% jFjЉ_EJ;J s6]`$d2ifVL;Ҝn9զʒ1"؃k'l(.|L E8pR 3<8G^*ـ\ &*jL]G919Rm{.VEIT_MRpc׽RMbCyq׀0ذ7>NY@pi0|%*c4>54ߒw|; m'+.q-P2c@$Rpi^#eF?D{?%f =A(T,Q4:9~VֳN +`O@ȉ̝,d:">Y4Up`5hXE_V69Gի?Px`s m%U,7db.O{Z*2(z~fI ս`t8azוS2^l&66d3΋w鉁< ")+k#:5+P}J~guY!,.&yk kNZbz;e-lШp%IwL>5VCïg'TBOYbO~`}+YS"=ι`RվP<qUr"p-x-几$"3XH_N E"J~Uk[wMսnTEnZhܩ[}4uJ{:jo\ gqȁ F`F+Unv<1ϜLַ})J.nhbtJtE~ܭȃ0.;>VrГ9өލqZD0;5,'ȟU,Ч! Uwx4x`VdlSq݄i4J. ?˷'e[=5)c謉Qct{ĕ(To>KKcXw3']KZisKQ;UN%P$4o1*֚-JAbgDr{a e51r&Y*0jܠQEQ>dH(IW^-b4ؑtr?Du 4Mzt ȟsǔidiG;$5 j̴+mS&?h*sVlB_@S@yO tpճj+'dhC髕1aޛ]TBDխh3B}LJ(0vMFz9o|9 qzO^ lIPrR,~]r+`xG2&$ ':~|NJgA@bj$(JiKXu{:RՏ|G/q溉CoʀxgUAV}@͢ri */]ܹj6X@f[3u<ۑK!jYaum((MiD;Sբ@F i+"S0ZLE $|F64&2ouxF/T2B8g*RuZ)hUy+E1*?QGahY֙4ɾwcf.}8F}ÁwfX9"j4*~R|s5/gb=j*ج8O>\*i+ 1gO/CUtJ%χ:cOq%86ŦcvZc!#oa1uDFN?ŖSV,z˯)C*"jT%*zLd>xjqJ$.ۜaRe+#(ff)zrb &Zp]wޓU/("$:;g`f@d<"C_͐"XWLt]`0'3&JX^rU0vNۙ7#[O} ǵ$h$H Jnгϼ-*74O ٽP+eA%SN,vp*B.BZIEJGT|8fZ@*k{f }\GTʕ!V0FĠ+Mud(|Yg̕9-AɉL:s ?9 yz4mP3`J|43'Kn92*2 G:nE0YԀ>ṷDIaƷ6Z٥p2;L/׶HJ۶$f+'jU=-z `<=ƹWd2^NligFf4 ["t)AL}^bStȣFe$$UM$C?z$.eVN I F_!wA*uDJbvueKv$Fjͷ3j *b_ AIj:-GFz&\Dn{t,p{z83;@R[G-ѓ.:_A) ZPHk$8 J|ߜ-#:`Kdk|[j+@%I)O l_Sӊ⼗}"s'C*I[YHmH׋hE]*5gi:NrnKJ_Ό(hEBkKI0gFq`sҩzVM^V YW"H=c ?6k@bri?6e5zɸe0#˯vK3-]B'.̡p2crQ綠%hnهK%։a`o0}06uOQ"`NckwW~$9UM.s2eʹ2JHU4Dw96v!|; OWJ9,2=$>}++2+&WKQg ׄ45T΢'݆J=O$cbYrA%Ԛrǥ*}%m Ng ;iS ,3jl3AR,AٙV7t0yNohױp p? .vV\U-h "_5_OduNO5%]my1TvGjψWBB?E4>1wP*%D$WhYeQqW(wRY0*z7X.!8:hX2lD}x>>2ELSsj (U44D;P3I~n5Yɡd% !C&ܔ “rҲBhЌ ]%aiX X4 7$ {k~4ߙJW%ˑ ?v=M*5io4= [ͽ*Xexs(Y2=BHTӃΉ>[8PT?~@=:lS*b%}Az'1zjbdo(iq3nP E6?moͪ5YPDY"nI\rUjo`}3]XTvMTp, 4pm~k);ݟc!k1CVИm16/4' S̤J=,.78!u%[0u9{>H{&Wy!ΛS%ʥ_.n ۱tM-Ѧ]|iSU)qv=G=#}h|&CqЁP/mC;x(UMbSևRES<=ZzvYs!.k^;yk[뭬C(\;wzcq[m6kėJY+=5h ']t)VGu9V jZP4Tײ~.GPpyN䓉%X"!-(me֚W|h G1:pa;b42b! I# תʯ᥀FXoN>6#˸H֩}.XRR bC}>Pj ]Sg޺W<>“қT5նYTs,$[xAMjqێp5C- ^WD:t~a v ssyd"%S0>ȹ@iڜ3;إU9wEe,,,w@7zN/1!"^HmElMʣ<< ɤqS AxL3EkC R˾**\iO4L|J95@zb'l߅oC(,|#׻hb#ӈֶ4?asmxgsIJ ׎zqs3dk;$UOojBHR?rO;_\BtܹݡIS]es3zpK!FSt@)Z$AT}aLl2$ ؅SdcJL\w2TQ5W<>7iQG MpYe4[=] \wrx MLݡ84,p?eO͵wV /FƏP[slVf$S֦U.xFWh 6uCt2A[k7g[<[G^ֲ=RtDڷu]5jy[$@Vm"E#Yk5A&{a>ZbAeCŝrؤJTHSwx}\-<ަ͔EZ#tA5Eih Sj8~jt) QA=LNk9cmHH]\v2qSy/Y[t.h9?h$[ O]"?PA#MX9<3d} ?o,_VfL_9ϩB?sf8:?AJ7=% 4D.#:>ܘ((o/Ҩ5/FFy>#MVQU|@U 䆕 It \kWy麢M S x2S &i])Y< w O;A,%`@Aһqyg(qӷpq5_#֫ h*y}\(V*3ݢ$P1Ku^H#ys)([TlqsۚPV)\=ip~(|?i̋4451 5{.vYI1k@%祄,at!eGt N֯P;Zo-Oy[< S9u~>ր76ǀ #°  Aί%U8p#$ǘHQ UyST >#F`R x f܂#1=Menj۪b{;-uf_F1Z3g/RKߧ1 Νivk!,łe}Oe,L߽r?N[dZ|ֻC_s#nX;L+t$g1O.aZ2[[<v7Jzp7Q0}Կ{d;-/W݁"Η8ns湑g^bmn+'G+-$cYSλkdH _ Y[A:o!t@5VOm +2UbXcl^LTa;x~ gXZ)ڥ>luSa qea=rwӉ!pQ85i1GBm%sPOFf&mXyD2k 3Q:R2nP.$+jU~aj kн-to/Z}()\Afّ?Lo+p׻oLc,LM}XlQEzz̲mȁJ y@M"9 $(vEe:uw^ v%i_8h?D&Ԇ`P\Āyw'МgQ2 }?gUt&!?6/ͨ5t@2TCxS;9TP2 ƋvJ<,PObJ)eIr7i:69&=~1j7ȹ(zyM?@#S,񀇫k~uUh-l Mʭ _R9dE@9";?MjO2j3H<_wa)1*b ]Ņ?X˨[]s NF1&\BQ3qzz>ѷIX}F7j{LzNz)RBt9#~l Xa+ LU= GBW\D^R#.9 / YP/6Tr6 n"C%uUI˱f%QjլLS^gg48|*OX_TӳB %9{!bPLI Qh$U=a1o (U *~%3M~rGe bـJH(nPhF إ Yp|ygoAKCz 1l꣖CV?e Fg5e O DY̬p]C D'R݈ ܮ {~va{=fCռCJ/wQ2wL2u~X{/^PA㮫TrA`d˨,bE7(lw20'9(Vb{8۩Ȕ\QVCMpha;sJy'@N%\ ޘ^*s^Nc[ΌvTƒ-3 \2^T&ccRl\tCz?LJӫ6CĂ:m~Կ*85RĨ)sKV#?t/|\_Ad7Wй*sԃ cwqz]"y}og 3j˥ ${NZ<-$w"~(%T|UeK4*:˗fw.Oś"Cr\1Al?qgJԀv)uˆa a<&7ISGpތJ%w:1)xMY^)DL/5gq9_!8_cH|hB =w)CRpyn cB,.x7=*;OL"=Yz-KG#c4+G:a]bF<X>E>O'A~TuurmJ<0;5>;jՍim dͬxƊpKmmV F_*P}fD\g:`$A(W!^Y88;oҷ%8%{By^ˀeWF*܁·+Jv<Ҍulz.2% bO(^4T}#\V&eImiiFmh5(-5?>Q+%6^O$ r / ԛ*QFS]Uaz"ͯh$K>ړ㍇LkP\_ϧd.h*n0?榛;1{{H<ݕBLq'TY HQa=@T93-lKg6LZӹ!\g5?͎v ے{kE O^!P5qʱS,u@Qf(?V"q2kyƻF%5x.~#vS`l|1qrYN/ؔ-ӮPq}gH.܂RP9sO=\a}%(qsⅅnwV(]&-r-wdF sfK e/2gk H} Y dΠTQ%aTy-ϜU  r+@jxG't[T Nc??ϔI#6CWAZFvL<LZN!'[qKR㦁⃣c׍:"St屍`ўui`܌x`B g4]!Q}t%15_MtЦaYR(|G>=cIoys-Sz Ҕ aB9.V tr~DDãk'ߨfvI,0Cj΀5D ;:W#Eq5L24u8B'<< Z-w]2O΍u]ڦ[3[TDPr4aL0QZ0+u!U]P3rE'a_t5q6P^To(hxs z ">=sn鹜,wSX#|L CA{H=x>& uhdbPXJ%uh@)@["xr4ʓ3R!ڟ53Zfx2O40f>47`,ܿcK.s'h{T>I# ,\@1BD2m3DxΘo S:$c$ 7!$q-g fiy<廠su*KlZXm]pĂJSATtТŶZH]%~\kw '~hy9x~"؊y_dT'"h7>-!Hjou$+X4?y (Rg5@ZN˲[1:e  條'? ZRLoYOw^d/!R $H{Q_9oջ~ŘN4\k&3:ttsU99!w_37GC_g U[H/ uOILQiud]y`ڤ1%߸MtRAb/1\7qAR`_߼;SdS͒OI^,nPKO1 OˊqdTϛYvƨ[]Hga#O{ 9"NXmlVE>͡ZYi-hlﲠlˏ[UH/ ;τ3UT8b^MrOޠDh|6FSJa$a "LK4sDW}dF3QJ:5-5B_b3zc Ph4d&vu6 VV%%YR5wıȥ2"_|\lXy=EΆ.ip$OV02P~V5۝HbL*}=f\uTU@ ?t.H'`#0"M(zW9z!51֏|SC"fFѷ)PBNw]=Lӫ.D o1e˪ズeC" tHY68'cg\ 8geD*E'0CJzeDb,,Q;n^|`|1plDaMgޥyA׮|j ؤyj9\gXmkFGM'm&R݃w 4Pwz;PKh]xaGP pQ:+ [Ѧb7|Ȇ# A)NEգ^.W>[H plN Oל)hwʬfr_@R$y51r5Wř+U"dWXȄ]pcSb&"diq'D\L'k>):"Waw%{4X$cUX\;lIO5+@iʉ L[;tzHDLO 3f0x󞄵dB8/ÌϊGս\3CÒo?@KEQNٕu~5VˍxFٰv|9/v^DaSb y~YY4Yc9 }"9Zp8&@g?oVv6R: >߾ 0p0S5y!lw{KugȲ9U҉;8EG޵og>ڒHףsO;-T&n(jnQ9Rxv4yZXu>k_\`3e*\nɜ'Hſ",a/E=iDb5SDܒ0mz:bVy)ҟ%yO{ÃM25o~7ObCmSR.Ђ:dHzx8ˋg=[!7 w$uO‚(b~P)o*A{=_ 6 >dAs|z_"缤1{SfcLc3醃? ƆvOKT46,[!uu)<ψ  _ue9ynq/VRYT?1eʏm'%)BrF13:&]YDD:KyTיxg\lK=Ĺ!W|y!WC.9j3<) J x!c.hفNil qMA)d{WKÑ&؄NeHg‘[eMV͎RyuOa.ȌQZe% ~Vϼa夿e2őmUbl ܈W$v-€H9$T"Ȗ q\>gV> ΞKy ݦ#| sw<2fٹo4M{!t=Hȫ{ZCrqe@ =*B LHD|X*[@%B3*BqϒS(Va@#$KMP@/3UYDN"*/  }Eg{,P^(ddhˬPEx˝NpWԴ3ыO9 η,-4FWDA 5E$8hkI[tMZx=-{9IϘͅf2B<2""m=1z~c\J㪹󗒫g$›B S"oF,Wb1vJ\Pޞ\]"jWtMin* ['|;R7aTh-9mL \gUUwH Ahof 3CPtu_Ssh@ lGOGM7{ z0J}>͚9Cqr7}Bk 4aܨ"sY-4gR>6%`) |"?>D )H'H#a7e^E0F8ڒ)ae|<z8L^#c/qpl=܎`1ަ&*%{cj!pi?+s0am鞳$B'+,BYX+sPi{h}U(Pa턍ofbfN.ua^W|]z -ː`E3Z4Šg9-%"(D4/iqcτ_)bdʹS%Lv\z=_@cq,n~a.'CUw B U*[-SgEz$HSEzɏTJ a¹%=_+_"(>YHkq57GpBXO%4=JP gpZ*_ 77/c*˿Cҙp[ig'|wȠ=dY B> An1~= IkEئu,=/(8nmY/l_w@ Am#ݳW֩S$':[HL 0葈E#)\ũN-`ȀP #4њ`e-u]vhהYEQn~SCy-18v[B)yBnN& !{ %MxK&YІ뗠8Ҥ!.f-5E`E{ݩ%E6kT(s@7 ܖ{!ؑx?#&,Pw/ |!a7KN/W4c^YJ'٧Yd{+<:봣S5A-=<̇$/ȪRjKt\hxƜ+df lAk~V&E߄-lSUxP[7݊uU ny_#! ,Y*f \ qGMpfK`iԪincprm\e'R ҕ(CV+'.&BcL@' u=ek%yJTS4_; te=ys9f09-4*xqRtl_)) :f*ߩ.6@S\tC#nAcRM:6n6yA1e+J|p.us=2XI57:n~Nm> 0UG Cs-L\ $Đ@[n2N>pݼFgJw-|C? Y+9Z dlƧ7jvvϐ=[Av> ѣ anF8` gE& j} v@%|?}JPhVB6yϧckt! '@6*, DKYcCv>hǢ8lP=<UФ,tb. )ͱzH8#QN{lcي1_CC]>';y,R<PZP)=*yVaLDqlo f>D)5;`{z-kݱ"R8rp6F0l1>SNp`t~ ~.3o!!PRL㵫y}9~ n 58<y@&sCJ0 غ\F5o-|Ͱ6`_5ؕdn;$;QY:Σ`!dIԿ01qxhh  ;lͨ" ėBȟu*F]|rJ&ӊ֫t뛒Ikcnb=}E-k3ZBLcխnhѺH%6ۚʒwZބ_g8De{AG!o[Ku?8ءcZW4Cj-4:}LG%|)Rӂ$"2cV'Ncq:dHr"ziT N3sÝfVrEArx+ (Cib㝛=`nXrěMI&ݒG櫠zUθ"Q^p3BMĵ\)hf60ظ`B/2d p06fTL~X܁u/6Dw=Ek(khj"-{FA-y<YP[7_Yd;HChk'٪N |4:D_pE̵OcX P귺2v 5G]?$`!=s(&.O۲ $ T+؞d)O]DrjCZɅ֪vJIx̑UOBFǖXeЇ7Ķjǒ*%s2qD7Egfw_sBRZ.F[1'/;Tp5NkɌlP /Q|y$4m:NIl$Tj\ W8IPܺgHR.':{@6Kuq"4a+MYz"/x,Y@25d<=.{ԝ,3 ~VP)Dw3#I(WaYot./!6H# 4fZ~{rWbc4Ie(Y:]"!=x[9W[TK`n+8kk_/{z~7:=[ޟ5Y{.kBV 8GG6,~`O(@la)0l #7/P5mz}|z33G/GR%, "wzf73P;9*ׁ,Gb˝NǔEecfSrCErί%k:'1/@TpY#zo"]0hy=x/`kُ^]/d?HRj_bX- |i`<ބG>@?c$pN?A_M88>Pم/B,wLebmWᾷ_).Ir'1:^*Opdx!fqq]&ɫPe}:6Pl.#=a n* D_^#],5 0=4^"ji\+10faq%|~;щ/mP($ ==Ѓz@u'UpfWE~ n?Eg@$ z8 .p 8DDxHj墎B{)OyY;<$M;z^]Q ,K| ,΢P C>y#p8vHÿ'݌lC1' 4s w䈸jm(>*%DFpMHzNOQL%tOSXHb!C|߄M6x6{BI!*F}T-=J>|J. σzN<Ǜ/ndWlWK7xY  ~l;mnmz'O"M#H k]7f( VhAq$ĝ04|6 rh_g*e+ƸZ`q@ƨáReo4L!R `N~-9Q}X7[3y%kb$SĊi3O-7/5.W(m3cqu{Cd\|߉pwxh1;DƔ>wd\Rts\Vf7u!I8=u2tʍ6+{> hy^bmRմFedU(0D|H{wͺ*sVKqxoW! Kz2Kd%a5>Fh*G3eϿFmU02a8 @,>2SR-1@M¯<LrɴFװҪDx*h[V]<%u^0vɬwӒwTXA;_|(=9Tͅt{t9 xJj9$*Dl1%ZdA,Jtdw1ˑAt*|y|x Dm`FЇtlw 0n}jGD2xzKܧH|iG)&b \Uoߠx'r$XhZT4)787O ’pZt:; 7QW{Uu;y37'ͿxH-y3Se:I%ēyҤcn%V\[3nwSɇYOC#`}𪦖03L: Q`b.Ljz+]&_H? Z(.Q&=CoN,2Xu^ 1 n{7rq) ci2<|t(u bTgd7hi H$1뺢 T|z,Pôs+txUDB{m6}ޒD7$E(ly2 ~A&`<#Y05v\JK/"7׎F7zao\&O+eoX3Pݺ|jS!CʠT(" ҊqVLd6[Y%Ү:B^vN%EaaU_ߊ1s3*-8FP$a:bQO8rZ(Y/ LE/]-X@&C^zy6ɼbrB1| -DOMя I> ,hwK#pFXZ6i UQOu孄XAs&^e'0BD0 ˑYpEtST-hx 0'R_J=IӔRsƞJՃD8s$SvZ]jrJڶ.2MF/zL/&j",!g̸\}p$ 9be_H)b8bW3=pB=gh;k犱c}ƻP*iĄRom!H1q5.VЋte5},+Z߆hDI-7&#d--P>.ʷ `', lL!,EE8VyQ0SOEK>ͳu@c0ioGj0f7} y嬢[kBwʼnd $)Tjb<>[/.Wz_39fI|HKЌVGLz@(B^Fsnh-enEXX)QO$W(ܣ?a=w6 DӰϳ#R7G<`_cotQπU.KIϝU ZBw,7 + X + hPf?R'3)S2b|DVƎ/a4}[3* bgX:X5寖e SVSQTEޝzI `sD8WK>5"'mشDn-T}L^_XmRT!LL8rΖ44Ki=q%ݰo/odիK%zY9[fηMսm[_+c| A%x{^cm_S70oav;lL ?MtLFf}D⛢B!ʖ?O't*'B‰2׀դ3zMųr@^dq]1,ĘzoBe.SceZ|h/Ͼn"_<5߇]v g9('tşd~A9 (?B>NA7<$v,p۲ Aĝ ̔Jl@ R1WyYb, :ӊ+U =]T[芎!'Ih[,a oX Qρ:`?Y:XV 0xLZC4e!,7Zg>x0zH:qUJz"M6HI a IdYy7oxdnZٕn"qm,\xԒ;%Þ*i  )KO.[cXG_"=4pI5 }}Z?*QE,3_*R2=[n_S6 ݙ#vaqAtP{^RR6=mù3`o7fʨ$/}dukc|Uc?/eS`dq`j^v NI?=ڟ>#7EwB5Ot aI P~5hY> &pmUY.Wה}mvv^1ȜpR;ȱyUqq_6zbb\HVˌ}PAJ ݟKSC_)~4Xir3qNVxŽs|)X*klv?OmHDթ(HK0Mp}ňemsoJMyCZ Xg mIvxȩ1)Ӊ3\O@!اϲjX: :8c3eabk; {ӥ" W/f`U{7#}+̏Xw򧃘ЀDF^FURwku-UՀo) je Zs(Ʌrooi"EK|hC7fA3*zhC /OyD9 XǁL (40׭0ygteDiiIĽ& @>&i1 ?m NZɽ>]D^,|.G!H[}\֐8 8"~%hNWwS4{psU+a+6[9zPƄ DS x֗ڣt:{^ c ]"`>HpEep$/ẈV:R4hu.F59G㝑%R2?ۄr rB8z6ky_{Vjy6cI^rQ/=xC`KN4CO쮪l<eޒ^K,^6Wwo. CX7.IO4E{de>'p9T;/~y7-lG@7jؒaHⴽǩT;z4Q2.غC؈4R,ڭ!P|mk]۪kl[9!t+( ,# Tqe>MB.Jw }bhe GvdB>QK Y7}b%j=U4|]۬-ԠdxxNZt޾o if#XDr.vFƱ9EN;֖@~^V&_X';m3ˁnIyI\GyDb t WJUOw_;)L$P7Wr_&d3'9Qyh}jpq"}_~jt݊x)2 =QMSckC{5 .Rv'Wn4䀌 R@i5R>.! :At..| jIsة꜡-uW }^>=)ɬⲲcޛ<.*ԎNRLg6:XSpa/^2k~WJIXP$6Qx*1w毭(>d_$"&s;`]ir9GbArhς-e]UT1^g;if} Q N>s 4H#;vS€Mβ=Ŋ(fMR W\!$O;{h98G{[ ORrC 2_AXd@L  )`ԪFv7:ޡ1ΙJoV/l VyWy8`b/3atax|> bLJ)-jtr aH MPӐ/d3ge@=E ajA<,gŷn 8G>Dr%LN| F=#tT֓]@Z=k{MƦB?cMaɻaz=԰j1n,9;6',8ۄa a_-x;xgЅ5%ܭq>PS2YB~!=ícF$+Q XT/`7 زIB9hFu9 *E6h0tz z]ЁafF- CDVFxU3Hd>b[-l З!o!HhC+ ~laJk MF0z$CB6 &TEnbĬ01ǭR5B z^h fU6$7 UD"‡zd~m1I(_cVpoF|"glauї$Y?kyɝ^1Ԃ ͩ Wj5P6~n=o$6,8('BFw8 :Btq~E SトP[/,Hh{(nGi0NUϿhH[\p"Μ^Y偀 c$}f">ug ii},&D=!?=:GΌ0y͕̽(&gKhM{~d\, ?s]w`aX&Xae7|~ɀ8Xpd`t#qo!":ѣˑQÿW3޵rmf~ǻ/9-P& BF yk6*8e0lu7*%,)uii &3H:-\1p4`d/sg瑭m"'6`bIstڛ؁]?8t>AF@=(: JF1Z X0qYKģ OHĊG6ʂE?z|_G\\ JfrK(ӻ@Tܼ)z1^nb -q!g.m8Lߎ{Gqq |n&D()D"_Ԩ==B^s?;< n|9>c[P yfggԤt]GT.ߨ94~qKz0i/VxO e9/E>k)CJCmN-B=OZX0\6piOzBPR=1XbJXFi>ӣ'= 1ƣ|aN|\+`i&>əӲF] c9}圇0v}a\'R]W&|xf-ǥaPN tl[,Q7jh$W| z>)&d}].]\׎nw<_\\Xa9gw-iWLo)GLumCL3HM,ؾo6*zbkbX7ϖ`I=J11w1?a%h=< 1JO'B-NXï $={dTZlZǎU|К~7_Ty,ṄX@Lc%mZ#gCϨb2S W{i]м|HXUmaaÿD9Ŝǝu%VbLw-mvM$?iª.| |2OۉTۑ KZ"t+u!Z` ?PA?b]𵔷Um~Jrd>f4afD0+(A,Bʌ=Zf+o4xrXp"(>IɃ Sq@mSo݊A˺_E:.UrQRf )\h*DУxSxXof:Nj#Сx )Ov͊ wUh(haXs%%aІI|QzE{>pm=X~%Sz;UKׇ6p"y桁Q>g,4c `k,N \pfO^၇g.օzY^Y"uyXfHj0\ÊAP*`"] )5q\Dn|[1)0;hR:@(צX-RߗRP' (-ipS``!|K֡]s<]~*cr'Y޿˒,*n$ } =٪*#Kdà/OR,әKj(8EB2ctO}EJWcX?挒Yo$J 9e|S$yk%"Vit !a\,Me{"QEx ndGh ?3hW3ʕLpUcp0u.o=l.rny47`@lJ E.I(f$({⸤S גQ@PZ̥v}e>į Tg\}y4Cz`,u*B]9\%-*/L1ع8<\hHtl loI*Ê6Juo\Q 7?Iz[C;UWyd+ί96Ǔu2H +U8 ޝCFb\(_*: |@M.;Nh8lMM=zP^t;8mcz)Ujk9ڜFK;7O7$҆EHM#f1ւ_ ؠCQ Qu}x(8ơdHvE۰~)p.弦ݤ НeCUĊdZppnBj1l_+{\ |aU0Qe4Ph, ɬ kj%A:'OU)Z2pr'E} qR\\AnpL+%24i iPL'E(g~-k\1 W+c>WB2M/9Q)zAo WMZo(76@.oL? γV +XAP ͌zP:L˘(w"80)O&dF|.0tdCtIL5aC!\!5*!|'!nZHutp&TmD~;ԅ̄WMGL!c(e}BLjm[l,N ʽs7c]#^W48  A՛A 3m#aDxA-ܱĸo2t,͑;;SPGWXsJh1+6/rޢ~ͫUL6tTn7hoX/dZ}7~VTd$ed]֢"QBfEkݷ3r[ۨ,]߄ȵ\)WN`*Z0֛-[]Rr$E lƷ08,7 yf M<#ąM qYkkZo<;[lUR.Ύ?Q7m:ћzuÞ=Bt Sk"y"Lñnlrg O0l6M%r.,]lZN\.\W TwЄQ/ o#Mg\oQ檼4я(TEJjcmSTL>~D :$K4?aUcEˬQ܇p:Ӄ5Ce1B~sd+:12xԬu  @ib`][V(.ҹU[aq5:r{D# Kvt#X3J4SKψ1+%TVbǽy)Y gVUS_b8f@XVɏ9۝ɚ>C':00s@ޮ1H9Xn9*<Ծ!g TR^4*7\{}ZEhid8n4/ܶI;z"oOS 6 \@Px:D7pŢb-$uU0X8SD:tT%Y` *cexdWi n8Uo</GW|V$wAUG9𞨹4} ]+8t@$rgp4}C$+`Zy6a*SL15B;W>5d*ěK)7Ʃ,ڛ j^6xKO % yIVnq7ܷzܤ5\qC).@Y-PDŽ5)@ۓ/@Ua mmMΖ?c5(~{<^]=ۈ~LڱvsoGp=WX|:Q+1 pOX#@Ŵ , ;L}fŘ Q8#p6Wa \Op@ o^ieMPn((_A820Z9 +| `13{M5ъZU=+uOQG0xU!U.W^(p%{rKЊ7ɦihjdF ^()gXf> Pdӧ+rH ]z:oHTQp>p<2mn}6_`$b (jHiSV\!A%ۂ;ln{WUS.*DU . ?S RF[XtHcDշi }}^]pHŎ`Z ! E{ ` ?F( 5k~]*pUFXy,b?ӷ`ZF q&)<'s1F|! j@s5CKHL(db`=`2,jw~8_sh({06Dn GF}xVDu3n4nnKt-~0]pQڸO>|QOΧY * f 6zf_ٵ2Sգ>[W>'9i\TY> ~K$[OEKT7WH#}7<@5֓#M_&#~YiTeEQfo7$jyϤ zO>rpF>`2,=) g9 `@X)\/)(DO%%}[};eDnkyI}kG'0P #74B8*t>"Dݫ6[O^.v)Zm"-d$^޹s i2hj[F-,c2zJnB6ؑE3ɴO=VҼr4}M:ca#>P"~0n \q[xI4ntyF1 dc8xLpO߭NGj21^ .;[|Tg`,}rL Pg <[*lJ1Nmih$,6RO^ga^k33\4֌Nac6$H6VE4ek3cFlYӿB\"M J X{0l筇`A6kr&a3]>wK(0Vx_MǛ>t ^Ua~'b߁qWrn-ܰC!jNC X.GI!h~vTVW| DU>HB; 9JRk (^(SE:c{JN8w轕rV;8ZHG;xacۥHxaUᡑiZ*|Ztf\Ӹ<09AH;7n=9djqB@5 !s >2#̴@ӿVU0X) "ڐxT㼮 ,J.2(lzXezO 8&1$bOr:S9k2Ʉk qst> h9PV_mvwh::˓:5(;q[æD ~87nK~a\/ff6&gOxYV7Ĩɲn%oh$=LU[ elw:W4 wh\u]{w(9 8r>I_ EG8^IXmǔ0Fj^ADؑ\wQL3G4l\_|[Q#Y >-)r\xZ\i?u.;Vm흾F_gDڧ/E&@dI8j8IH}%Bص!+S1 ].]":gWAX[?O؁[#; M rdei[qT[?Jbk˞xSU/mt@F* -S<ѿ0;ڈ(c]]ۻ*~b% ²`PB@jޛnDLԭ+H+GE-4Z6bŞb)Wsc} [~3"֮dRɁ| 7jb:C\GdD…܇1C/A죆{ +A92pxFXuVXD[Rw|uT@Vih,P1ƝER63¿qn1ail59hXaѵɌPtGJDћP\`w7yE96[lvy[T]Ӕ/7SeV)w}KT@2\s{cDM_2\r![Gg3eNmMl);e)Bkq%xq> M=>L$ ZT р׸Y RX5nѕ5~n6*e6)?,$:A+0 ۆƕ;/ R|; Ub3V0QLo ר =!nY-Rgtw$狈'/uAh ulي1MR>:>3k|gଡ}\% DT|DW*AR&`䕌UX`6yG`4Zn)l}7,A,{}BM^9]8C>>yQKA[o6ܲH@dkA2B]1ݭ^ͼuF#D S*Cg6iܶuz}5oײI VXoԣS˺͗i\(+]7P5xПŒBmU0bS%ӊߏOohq1(+HI?>|]qώyE6xh,z,̹AF(2>tjhC7dԈRĕ`lNZ0[L`cW/(`  _ -sDeCE~Dd }:V Bͫt!*Q(VH=x%crk77Oa~82 +xUԊuhz%6% gsMߝoN'|%^4}Hq{<'q,!!x~*P"ܧx+MrW9]|ho:FdI66ƒAJ *jG)˨q;H+Z^œJo "m*4xh UR\F0SCi|;y)0#}/!fTU>Nõ-5*b>zt_bE`)'1aК枨aD :Ȉ:HRlŠrPDq_ ~ *Jr$#cWO1:3"WqYY0"ΖAQـީW˔@L,k7/.w[ܛ9Vb k'#Q Wl m fC;pT,JjR+ޚk2D`DgrVbl#068*r`_e!ri 1*WЫ GA UDGֲ [>Ρ跞`_͓5Cşj1sN&ՈH O[^s(@Wm `pUK/۸}WVw+: jAVľTz߅g #8ӵK0 A/è\OG:I/YWݸ?,eH n~d%XoEڡ7I5z:`yY=3gw'4(wхΙ#=;$> 閳U' py_ (PfK+a>\ {#|aqGi V_YKe@sޡe2 rXyv0ȩ=.W`X <: 5~(NwaPf]fd 1u{:G_pK S-YX(*$Q M4A_0)Ry`kFiKJix[Yܓ-OG>w/v-FjU4C|JQ7T`G-vFB5IxxXRk:W'7|G\'HD2: cEUC+&jpRAT D' n1' v땮%|+TB9Z0e쳐>,Bqx!Ҷ˜|>?xFŶ@beQm#b}{ ""xotdKF8b`㻥b,R3.4RWt!~P:wB+eCuٞL.Rwᐗb4$[c&-@` EY5(߂beM1X+ysMک#k>i7޸!)ԅݭ"67#H5gg7Z}1-:\y:7.60,NTnn;yǹ>lGwd^Pz*dؐAU|0s,66"$M:6~%jHWxɼ@l'{O$Io/:hѬFǬO5-#Gw2O:X8-p[ ;NxfN՛i(_y'`\Q2 /J6 w0b^FqGfɉ ZL]:i&Qږv+~mλa;mxTK$~Gz93Gq+F̗^2]-&hkRޕMManFG6ԓ|cUPVʆ5ua S1a'@"bo+;JB& ZOc"8Ju"R=OȘ)7BSm"717BHz@| S+C|hiuҟ9Cl@1)}7bB"WIuXc{ށ5fZ]OjzٟR^M& PPrt[w¨GM"啹E_ZR01*o)Q4*|*ڵW2jzoa{N 8T}&~ +csH&`ڌՁ˴~je>1_Lv'z3 P7=tiNweoyYgp HsH$AXaHR*N6ޝSKyӠ5?$']sI9?J\mUecQwrba@4gjX+p)"' S.Sk qD"O+O0@4*Iuy̧tǗC^L\{BTHhVL{"ºN@Ljh-Z8g6w649\m e^[wwlG87Ӓ^|z>j|zSԎ77{?Rn#l旦]Q-B ra21S4I;J"][nؑȷln oK!=r> *5*2!'1pQ\@jddD1OlhRcbZi@j̞ AwP'C^|._7}f'6 ;DBS"O6فE'Fܫ8[e3 2|2sW~̩Yc%Ƙh}O{k4&Oa8a[Ag"߃&7Q-O!o4T\y{K$- .&ޔIJVeVImԁyBsw~uP^5Q񍟯iZl_cn&?O!N* K|} R<&ad+8WYIS bsU{ًm^nHdnS)TG'n'Dsom\o',"K6IVr{%zo>he٣mJ*ԁGxsĀ?|7G]Sv پw( 1XdIM{F\M!%tMfPꂅL ME>=No_ιB'o(wlp[ɻwNqKc6j)jz֏-4Eɚ7a#9wN&G1XK[)eTs Am49f(8%9t b2$Vs;\2h}p'1QqG~JI7:m/6H?2|-2%?,Y%xLUqi \|jvz +9"9 K<1 0kNwLpQ>񇷵av1:S7?[b5|oLyo64w2‰lHW1qO1/r*Y3-Gc%XQ)9]vqVث^4^.l(me»_850B sq^Op(} pX0Ҝ{1^.2[I-UWnn+XI(Z- Kn`Nifl4qՔ271[0OԴ ja@%ldG>|X^C`9 {V1)7MEMm8k 0EA=,Z7cgf5e}WwiAn}jN=]{H^A}/ (i5#~ڽD<]86 5|2^rVtֺ$ @J?Uw!(i~|Fh~ɥ06s^, mLʂڊk=<ƟgpNE !bNxFӶ$R\(R#=Uk<,zQ|cL8J<b#10C][!A$wK?( &YpJ{CLH8}>Q 7~!őc[KJ&PMRFf.O- |uJ~Ķ,);!%q%ØxD`&4PL#{]6 DRE o>h?e}y+:;$%lG_?wYˠA(IpzjX%;!fAJcD 1d>?yF(!N /[NiU'@X[Uam*d`+|jDm+iQ%R4%NƳLH.uYgz3PY 9 IlzJrkD$ ,k@#R$Q gS}SSl暄N853k;d;g146k8Vi:WGBM)W d(bxL8F0 `I+Ge شUja9x>C~2Z$M$ y۬ ~Muӟ^hBU@sC_UzO iK$YuԄăIK5E|FFCX|"XRwT!ZQC$1wSU J};; [G-/鼐yg1s83_@|NcÜ] ^2-r3Gq=΅LA87wպ {^+ U2!t$ȈsVhV{3G%!U}mFb|DNLNk'w!d1El?AQ㗟 `ru=**Bgu;Izj:h*j>=.$,0nӷrܗ  ºT-N>s-.d/`4v| g$6?!l#~ķ$:n>HWc + >,)BR{JaȽ&-Ch!h 2Z؎>I21ᐱ˪mQP~S&5i:5x%i|W0W(xbj;#5[ZgP"Xe@B9l6 K^hEY/˃0Ek&_7[| eY3lp=|>SZǦIN'iyM n&Dld(\dIc?\2+ Uħ+n[l34Qbg|ʩNR"d!j9ʝDIrnɟ҂(rsDO?QH/JutWJEV/Zs_rCSNƝ,`[O pSfV 598DOHkVmpj2)>16g@ (,c. B5GTx=KN̂xXJ67}~Є]\c|U@H7fR`A^#avgn+|+I(_GT#P(BGۣd#&ia~d߮j59 DD-z;ͼ|lMf|7ƈa8`,9 aJV޸7ۀ*dTXPM@ bLSL̪$ݖE_Z:}ҔB#;"J0<ܶgv0ٖI;Ģ4|SS-H9i`0H.2;_Bs`%)ƀTԺPo(M:ۋKJw\Rژlc)uދ(sIYMFEIXjҨ'unq?fρ &My8q~bG.ZӰÎ-fU>eT3{D`%8Y(\(6I>b:G";ɅB.;i6Ez4kkxRF9fK? #389j3Jm8SBY.ȆsTV1/8Z)KpaK&У19Ju)B* YUmXV HaMhK3 IQ=7>Szߖ&q4 8~ii{qW&F#vKU %`M! ϒ%hzU(lAT^39HR0l4Vㅚ3UpĴho~Nzt[XO`4'E3[ynh'*5')>Zig,XM`+-g& 2e0Y#UPu±&w, <7c+i"8(=+ \"F۶X.nL]beob4C'^Ȍ|&w >t$V5IVQÆ,1 6ĸvlsUW"-%}E1l7q 3%>tK$hh{sq$2?r:a>Q-ıs=:jSV0^#oc"V4@izes&?fXk%I^7},f2E7ijZ~._q%\B&5/ܟhNXԔH4ʂ 32X?H2 dUri5/,K``~ etn"l:!d{wX  jzc>r~v+uQ Q1@&)l@whW4!՗70>/neItTN'gci>H G@j8x sq"}'2Y#& e`ĤQQIM,_@c#YB}N?PEu3:%skx!?Zɦ.W]IICn4{sҁWĕ2EJ\kȽU(C# G$</1v78>.0Y <uD!ʤJ k#cO[jP .|ȅk(LYt*mxJk.K[% @k.ںy`4;<)b- N~Ie/ w]+Ej9Y V9c4=@^UN0MȢh:S + d0+?Ȟ5s)Nq;If.$E`h5t>wXnG襎\(yޅmZpJF,\YWg5(Gqvץ8&L!2I3zOM T7Ϩ'5v"&~W t@Zj} ljq*ܐF ؞[Ρt}dRK\Ȍ ۿ>4arrXŨ0[Қ)%ےfTƫx}fy/GAS.'Cl a}1*xߗAO}t痌KNN.8,@ u쳆+)z[r\A("[2!WD^"g;ZӆP?U햍Mໟ]dE s.b.@o5ryd`(dp<2SL_ddĵU*|65 70nHix=˴xI:.V aCk8ߐΏh\V㷚y瀛]DUy!`Z]hcE bp;TPo;]+i8o$e)A) "ӳ:o s# KLgyMO`5Mi`c4XLGI!'/2:ܸ_ʮTAuSC. jO``7u8ZHuSV̪ܭEh|6 HiF;AL ={o4ԑ%ZS('m`IchBLrgȒ0{y\#oi|1jF9/\ӿiU q}{pUn^W|UK#)J_`F?02c#"oQz&;%A߳4L!h1m-ޅp7q"%>$&Ƈ:jAr\)?x}UPu r|+pT; _2}3uέ{O]1ޣgːOv-BHP:; 1H|Nmr5Vşs01({%\"աO#+B".e b(n6CI`8PڐUU(b?MT.3 IiuIk~Ѯ{K9>lHњ`+mm]uP%GV(2an0>QlW7ر- XT6;k b&L481;괸*?9+\7 7֪; RCJ_$b|W}1P⌘U8rrn,CNCg auVs|CI>"y w! 3J?%Ԅ~@*.3W"N6MӖ_WmW pȆ^0Sָ.Ǿ=V/j/2uC Ɉzyj6FA":n|pW㴷U|6ksດ|'d3,KvnI+ 7$.=!9 Ln:%))X[,Ȃ;V8-S Lz堷);DC51HF.,P7V$Ga jLgtc߮|<ӡԞ.%Os)anW-n,fft"jH]`ہu|M o_ d]+Ј?4p0{=jwtM}<{3Aw iwuh-0iՐѠ u@i8I|˶nh/ xovǮ aUAeVɐ%nsƤ?ħDӤ 㡛D{O}|EʐR (X;J7#8=Yt;g R4gd69+yS`&ӵ< sfDatMm"քvj@ eMgDL:%U3YkMU(nVqax̡I"Ǻ'D9csgJ!3!N DZD\Y?{yo3JQHDyӵѻ=#,UGplM*%bu)rbJ^i!?b_3.+TϧQHP;'}J(Eix PgǑ>a}2K eWcfuMXIW qN w4\; H:AMoH+O%Boa!+çiS};fұrˉIڑ:H&6o/7:\?ps|CyHwpzFB.ݽlXkm2)DkwT \ lYw5AsΓϾQQ!K%Zm9uX(Cn! ,/lr\(BPln uvřƍBhph0J-_n*UzxZ0 v)vԒqCcdݧ|[[_z)T;ku}l4TaXP̔s^x~rSDT7o#anZ:]rd:Z1',=Awm\Qĺ$m[9Ȱ[kE}Lm^Iobȹ(pk8#pcvíG% 0VI[LK Fȇ) +ZVN-e?;ÇfGšp@(6{E~F3nKSC_Տ vDCb`c! 9ر,YQI En{#a M"!˕}7s9B~~ZUڟF"͎kV$֬]1xb I2BIfGU(W\1N-D1qfvQy 5(ht :Eh&ѭmJrXpo$YP\QJ#O*9ecϵpݿu9s08j/#6 %$Vml$Փ !b`H f8g`]ZMг]EJ$W?wY;YB#S{>4 .l ka-xf˅%Ok 3y[u! 9rsuU7ͣ!&]6-!U^ [,3Hun]R < kPŽC u^Ow?Hs&C 3ܖFRhC$RM0,H#++iA`T3Yi^WnUWPN0C[``T Y ]d C%lqsSh ,`CQ$J=9P:Kñ:&26#DdVx7Q:rf0X|:P•TZ-Yw$=6̻jGkUE(tZUn4kEm]e[zYK2qDTDTQLQUrgh "(nNgѾvZҰ>NeFƔ@FFYU 8JVҍgt7B9xIeӫ2Dć %JiNiΙY*S\r.R\407(Pƍ;Wo_CV[[ܯwr$$vŠ)D)ŒRR 臾,5P>E~]wZ%0? 0Dd;=- $$D$D BP"=P* yOW1B"TQv)B*~a!#n3/+{M{w_o?O}=CBٴ'9m:Nb QS/8Jޔc?8eޯiЬaY꿇}/b?R>ߏwzNMftOs!ɣӾ}ϒֻ6&rQG,@p/+;nwsj/Ck٩ Χ'h3E1ea~=NoG3i?M?Sk_X$R]>aeyzݏP(B++?d ddBi% ΠX^)8q:r%\Wp֣t|>3E=8Mç{L} omk>1e*Ndo7{_JDr:ԯwV閟 *A"!zDAokE2?o}}tZ,>V#<]M?aco:1/[i|T}]͵v}Z]wjgnS*Wl2?.qm%.Ă#E:T hQ鿦]u@o8wkC16i7j<s)AbWL/Ł䔚,i\s,0fWdk4toUYó~׸t*Gh7trLδajd60 ϵ=}Y?:To#M/=a6'OS`(G΁|{pCa՗,SkBj$ VA>_`Y6'ڣ"4yfO;1h|燉֞̕MGY EbLg"} g4hjz#Z}+4ݰ믾 90+a`v K22x"6Kh)VinS@y+j;,:ܣgFJP!ԙ%d(<d<2ܔkq.<9/FצZzm- 3R{Aʽ5]50)4G*hَ{h[FwC{z;iyvY9~Eҵ7^gwtԈ *zn'smn,⇶8vн{t9z oDz3h34>?IVPK<8l(8/ n#A{ ,_? CN^UOþ m?oNg'4z,"XwgǼ 44ԇGtӆY{Iϑ(vMd)՝Jgv>uv|}z-p4%3?[?;InHQ`ؾ65"Aы{= ߑk }4~DNz[ IoQx*;}J|O}5|NEVoG]Ns }gm^dmޯ~'Ckm?\z91u9ӎtcLlhDf / |W)}댟_lrm3Wuܾt{0wFG{14~em_;]d~5QU#SDžd9z=f|E_ӘSfT$$Zz47[xY[tn%}v?s*fsGGY<(Ѳ Ou7-]j. i<9ww36Zls]8"g\e4csvݥm"}{pE=*1Cz> \Զ6)`CnKtyɶ~o^m:^۳sD=׵^=.f}.~P:o;gW[z<2V5ӽp6KzytWϲ.b˰V_މ([gٛ5u5܄Sf;Xwvˇq !y.DW*fV*̍b&EK_7Mn+qƃ4RS3q=&c]y[.=6 N^%~Þ7!|)޴e>n #*OwrOst 0fgt0uv~O ~g$Vٱa v?U\ηU7_A{Ql#gE* ;K,Fߟi}eF}UBkn<}ӽt}i7<;P9'w>@"S7 LZx}V}΋M,dR'.7}օd)U| Х7#ǚu=yvNۨ~Vϳf3§׾3Bǽ` 3tު sFx-rͩHKO56/SblJsluzo!˵Z^c-iL|>9ٚMjOۑ>TVa8<%ǧ6bʾ_.O^~ ~a)mj.yd~yA6" QUSAOs.?mu>y>Os<߽WߣL bo"8~M\T>/@~ !FFpS϶sW{uϲ}o%񽿞9<$~x[/^PVd,->ŋUq1C) !iJCȊLXpU jiϼ-g8N vi!J%֔c"s7*Kj&k4Nq}_k"?_VD}F$p @3AV'0>z&/Ůix<?nޗSF 9wwLB#_U'riѴs!\;(APtO B BZӶ('ց܅r>_CA-io,?_>9rcp֤sy,,iN;'" ar٢}. 8˂" */}:z_//Q}ϥu{G;z?z۬m:`BʹZR0@UD@-^3;?bKO{>;>ß?A=tnp_'GuW#4"i&O7?;?a$ 7cl\?JARߏU߻@‰+̙QXK! '8En)GQEfx(UYkkٹȶ2/!vʤ \PnX>Sqe(8j#?B4'̑*f\!!JFe1԰/=p#q#HiQAЋY@dhwLtP#C袋>4SƁz<WT j,;b4- aBXŢHmVN콢'SV9j3-D2D*8Ϊ֥NTsLCGORQWJ,9Ǘ/S4c~q7ʄX+&m~p(ih>"M[Id*[Y-t x ׭ 9ilE ozp^ є#C;"9QW DNPڂía.C8g^ 8F@(KK\EvF$2t}Ei>m"1|sܔ)҈b@$q(eT:QNy>S%E8?N"qX _JԄZ'> lij( n t,D]?G]\qܯ>+u=UwP}|CЯL[}0,ǷՓ=8sQ ^?0uBZ|Jb C_x$?5JL2Dۇt?V}zf>/BX2\(?I;  #EDN*%D'AuoӸ Ȋ$M|ʀ`Hʾl[l}~y[?u2$ZVbum(V/ &}T789lb CA}z訨 U*vI M9e4kz<X[~?c[sVϿU{ٚ]m _Kw|yNi npV7A پKCu<KR,hsa37RYjmʤԗb'̈́*p -a묟J=sue+*7J ."#Au s.i}AQ].48_j&WZx߸xl 6]POM4 Q*2&=伌t-ZypԍkJ . շ4Ƈ{Jo˸wjʚ4޳v¬w]gXkCoVՖYbh%um0z%kO1N%|Tߜ)WWd|bի /o,@>WjR7z_8pRb/s*œ*4+=K?o =}Js5ϣR2zT9 e?}c<=1{m7"B.\ ,"Wγʼn]^"d~(+ۻzgFZ[g~s >FɏC ?'|}4 KIE]N.+Դ|r?2Ou2 @fXЂ(/{MKzN΍ݘ$S]iMA -8aJuDw+tox>(7=@ hZ|5nLf6(eUǾsj. ίݎQ9-]vGy_=[ Tm^,0ގ u?5eNE*]3{+GJ.]cM+]$F¢k*%s2ф@)e#'21w>.cX/:0̀D)uH!`QbW~d}xeF^%#Bmw\ZY~+&F."ˡɹk7{<iDtFߟ/a& d\wM`4kW qGGG1_o.tzӏsA)CKyoTMMz $]7PN:QEZAql=jϖ?4(Ы=e?:iòLJ4 ;K@aʱ!(A4/$TA25gs[c^I~E]~\ ^t@?OM鄺~+/Ture*9KOKƍokk@{a<ĥN+rd$s̤Z]tЬ$Q6PIGPh5gO|xnXoWUoh6w[nĤ]cSϛ^"7;3SQ|6B=?:ŧ]~]!lsvT]ͻxW@Qp]CISÖ`z_xUVXfVqdZm$!E$ I; "XExF #h!ޠjS?ŭaߓ(|L%Tȣw(x*lRyiXR @/wSK_gƟqzmCPh:*`((G}@?U]"}~G"DxkP9W?oOiq@~("~0@Q0 !*{ŀ/yT@P}T>E@(tQ7G ?OUޤ, ^hY K#cJ?-BQ @ }pp=,1c u~ aɋ+сۯRQbHq G^Ju/Ϳ@5"0W9B;o߯W#'Y}("JXEӣ7WV:X7\sR)mx*ǎwoKrtvN-Vk UKjp},#@$ su`WQ@vf' ffGRש7 gR! d^00LPa7{X8I|xo=]:H5 ÿՙW{IyHr7EDL ӎP/q ɥyQJh" ͒al`@Blx,Hk##af5v]PCOj:I) ?9x_+ޣdy~EPC"3#9I>?pQC3wPHݾgRC.P'!T먝WV+ýU-W|bhۯWs9Y_q[*%(C9iym+ln|5i?E_1 S ( aZKT#$  M])JB, U5YN"" )C<8͛*]xlkW'$+MEMx*jF[Jŏm 39erM6c"10x+ :Z}t,AC~H>D(m L:cl6f*Byv,bEOrh@CE~//wx>{P &PmA ??>sgI$?FBGԪXHEؤOqot04f`A>ًQCdߔ>jOD|q䜇#vX..7&Ò]k0hBY\uRtaֻAc.vvT)_r< H~3>+ 'ƜvlR\cqZHFmu$>vy` >Z> ƯN˺{s7F/J}c7x ϳ@-ULE8"*aŁߝQ>#n?uיp}qQLci#ePq$/Xi/XPMRĊdE8S@Tƾ3)Eҩ#?hLZ{>vb"!\"|T?ʟYJD7a_e/5N[kù+0d31gƤb-g„`yu"X5 soQ ."p9C.kѠ}'n=Es{Y{ϯ~6 kfB5. u:Pe$7YOo?mߵ7Ļ۔ Yw@j f ` WqXeQ^mн2SNJUT:o0f&EꬶmD1.SYWeפ6ug^""j@DW" DCtd2 E-G"0B/Hͬ}1盛3olP\AU+47tWwɃ=ObGgo/rVř"opiw<•ZD,ͫz3=3}zMƜa׻Z4L / ݱLrx^c|O|-P[$ \]Wv_^L U7_Ѐ@Dˆn!SUXMŝG[e|GA?2?x\uo,+?e:$8}xNs8R%dzIuGaxGEEŽ  ޞcń PnMA/j Xmb -:v<ÕĆc[N_ٻMr" E{~pb_IvOK喖 S.~&B갮_}t( NU;=7IM4A$I^5RwA6@x+E"xyRx?tr^ހ/lW-]A>TQ^_ˆT͵ ES}*Z8ٺ <@"}]r~ PBQ=[ >x|~sAq/1ҳR xvq"*R*>GTUlTm6$8~5l>8 Er *yOni$ AFAv`7As ^d'n{? 8ӭ~"gȠ.Ȉ I @ ں RZ0+Iֱ~G$Q"*g>k?<ѣ߸Nny=E d_`!QTI S;d9 `P(9a)O]>36$#WL@rZ SjPZ:CwN7c$R58"WWaq4aW}֒7۹ \aw6ͣھaTBҧKcıeXXׇG7ђm%"}[2n# _t2QZHBA'IÊzĢ:DlT!]ϧ44τ2E÷eLL|!n­FPm40tߍEIxY>abM KҒkR+yב|%=$f=cNZm"dя ()PoWmxޯo|2u/%\v-]sm:oY#B񦽏3si;7ES3wd7gjtNllB׭ 6Ϫp3'<_[AMm -KJUl܌11=>1O cS^Agn)[4utqWUG$';&>8s|{q9p q|LF0M3J+`8RUĦ2$H!xPn}xǁ-}I K?*pY05M#(@ܙͧPo#vmS\K)G` 9q I`|Q'9UpF)3 A"Z|}-Pe4]]zJ/x~Q\Uчg۶lō &2(9VBO؀qkk(R3;L )UP뵋h%Rf#NWhv'`J~KuniAM~g:GF iu]!n&<ܹd @PjYR*;C]2^:k)17W^`?|ߘΔ\JiV˝b\];9گqZ!ڶ\JŻ=bsΜZs@'r HF$Fa".*aP s"e X~,o40MnToO&\^6= y1qD=@<mX3Ǟ|)Cfi_Umen3$~dd2Lܶ"͐$aS@>gٷ> x15A"<0<~+)ڈgWH&NXЇh0n!1DOWɧ~l!q߅xlxu\&^=\;QSc0nL2џkL z΋~ֽ: $rE*=Wfߍf֥L\e=zV =F)%՞X#Q2/y}qh/)$KC@ڗi>zSo?殼[q:+jĺvhҝ}QXH`BtDYiE cw7T?uObNtCSr?by$SIv5gǽ+'Wu\/Oh.ls8NjcA t0ОN4̣D+hЀtϲיHHXZא@W^UX0.jIݷv }WLٸ{-w=svjn4q/ﮚO]|yl܉虄xaEAwW7é~j,rqO%:>9? ^./ DTW䵒a('b(vy6txfp bj"gyy}-#K\ Ac=L[e=G496?v%RK-ׄ%hVˑc>->KAͣF}Zvʙɐfuuu_Fj s®sؖqk]XG{oV{әԴێFYb.dЈ&q]Yr5R}6z(E/"5½ K 2ިrF)\#{v%{eØ"r:c"|yWpQO{ .62*%fFkL+dB#vQS]x? |ɖ$`>qiq;,-/˩+ (>|wNz m|P @%l@<ywd>$ g_YDڴPր".T7joCEK0 Yj[g><OH"|TOkA( H"3dh[`f:WmhۍgХLv__EEtv<^M{H|L5K̫ :>U7QTPmiCKov@&&|4ifDIxUAT_ZojO/OzxXKFF{5nEI j"DյZ.BvfcKޫH]>ul Kuj݃6 Y~!]9:vFuzUj%bG.{l⟩$X6qiݢcxЉO  DkbX>t`:e|A@< FFeȒwUuюhS4B 3/~($/r>imG#mV_SqƁ?+xK4b1GRu/Ʌʘ-RHFeY@1D/~>j#M9[ʹ=;>ۛ\y"<_ktV31K!]!`z)E^^. -vF.ӄ5׎|:aq+qR85S_Й"9NLUPTY.@΂p*ŃSaITWٕuRyu$а,jڲ8obÄ6RgdD-T&uOMuEYk!E\uGPJs5##ZXJE Fˆ8ݠ"h9jz%y UJ M ,OfHMKĶ{L<x.k,Ȅ0;G&*"S40RѺ`6Kطdhy0x~)<P`e_,ݚd_$qE? `s;Y̜jV~J,ig0gY-- 'oX0@ mLe U r}3D8PC^ $Ĥz e^pI_(FVBvwhVnz뜕j̳o~K1yNmE$\Y=Ǜ8WsTk1n`\)Qˈ.b(W/Uqvܞgj:Q$m=Ns/X YJq`(*sA /ݧ__[_?ʕ[k(1Nj۱V^ 8{.=%jÏ|KA{|g??MtYUG}v\!_xw B>Af>9p<^C7WPurm1]<Ym8|柵v[]J6/Քb*OQUK^@H c&u0|&%k1rdj#.",bXDzd۵6rތ겲!#xmc|  -i,ٶtߣ˲x8Ne&0Z@P4 abEƒJ\rHbFd#i6Z2;gB/:hRD6 !t▭}lm]Sj(S SλqnGmJiLm[vg ,?#˙.oϥiH '@qE &\l]\_H퉷*I4oTVU$7KLF@<d {W1S }ߞy8EvP wP:r"| B!O m#"y$nѾ'QN'Ҁ-dwDz7@! "C[E֜d,a{?'b|p|sC!BIn/p&s}m^&7{=phF8zx DD4yz]/C8ԁ}m+w8b( !"5Gi[,L/;S=Cg*貜U<񠡥 h#!h047+c sv){ױg~;hh{rU ,9sgQ߻׫nw~Vv:(r2ͧn$V-Dofcцv%oO=P  }kl+[ϳ1^3łKr] @US.Љ& R`?Gzc;lrsX -ƗCs˃obvNѡ2^『O/i&Z=L 4f FP}zƗ]SXkAok{oϿ^ץpv*W}%pO=e gn~fvEEW xBYs3N3ݗewwIQ͙ 3#W-;OotK[z4-o/(O|Z}. ɐ+(<[nى6yV=|lu1\dP1!^bR8Wc ʎτvS#;9==pyv'ؖLލ8P[Uއ'2x4^;g ,?.N圄Ɋc_|<9* &vp8o.*68t;MB>Z1æ+\p+AqYeF KoѨost3/ ,ÿm?PӶpk>PW٠sx9P4b Z)/=W6HKM?Pu㻳k KbYQ5uƃ\gTѢkmITumt‡ZVw.`cUOT޾qX:0A rޑvQgk3y&4 j~| I{,XJxBNz5D=͙5vx>a2VYgܳ~e՛! [mo1%.rJ8<{?ѽs (Q%eܳYهLfW6!&߀Lav2;Z?'G,NF. %2MUY,U\&X0UĔ[^>ݘ 0D#" 3f/)qy!gxq !(w 6 s4޾`[}!LWh=|Ea5ur& K dwsa3}dw%nZYaӥ:TvLku6Vӣt^:-yWCw8Hw}*EʵMY<~qUL̩ۃ?}gL,ǂP"i@,$c!ޣmsmau͑Z Td:ȁQ R%OD8W zQ+TMz X<O/=b"ę]N6V7O{CZ[H}ZX40c`hDZp}^ηtE 4mָvỡh˿f\[3 +:VPK]]*ƵFc ]06{~H7E>I'/NdP{e!+v㦿gjk$֕gw}mumDzKzY,&OQpqlGF ?S ij5;s"otO$CCmEoξm}<-"*.dayVjhp &Sꨡ9*UҖ\r:"{ _+_3 Sۮ^.[ς~3o<6j׾檌;'GXNfbuӌLg&}^>#x_핵{=Kq<i)jw+${j.j WP9᫆2gZe؞:~W'Mm}kbO\iw162_kx7W{C>{Ke6=zړa"H_f#6y?TYG ;ԉQʁlqv(Z:_irD-'hFu]l֧UWpKdCO)[+{lnjZB <gaCWï|.>ڡ}yd&v%n&z WҮ$Cdc-,0J я-˫,W:;_~kzMc;.}[:}#31ewȉ~Dӳwc+b^h8'3Ők1MM3-˃hJuobZK59O0t~8eW:l2m&_UXyYc)\,-$ULwQC:ߛr-sPuglIo?m.a;+~.嚸UEn4[._8+t_%fK4tZJ#DX58k{O?Jad`?UQ@;DB?) O0y~8" R[&~^`WH_VBп!| >r*wԥs~R%2&vP:PW}Y'Cufݷ]j_=Ӥ>|(k*%e)99R_X:S%az&Ƥ,mWtD<7C;Gu[c4b]MMȉP #a52 Bre h?oi`GRA Z 6}C1 t!`SjpJUg=OcpB=Ɵ)-g=:A4"Krl1 2#H4vGMֶ֖a)hl^Є ]>ϳpmx27'#ʖ ! p$#'D3%"4)qNɩ X X$+(f xR0֌Ҧ@]i] @ u7Aソu1j˟O73[JoN hsb\ıD}5ڒ*z#GGf9X/tgpʗ @; FD|/mI 5qԣ<}"CZߠ6lyVlnpdi,#6lABy,1TkFƽyx~Dբʔ}}=K6qT?crZ⇥J;-]5h@5?C}:nuv!tfc.g. E%3B  )s3>yt7O17m'I1I| 5esѐL*CZ]C=4=t!fT<:'`#y._obyF.sPȀ بv@u!T:Itn7q_ ѠA3b/߆=v`ns!j7 qw{=fӮ a}q9ogKKz;w7&0|6P Fe?LqyʱT y}i^=y=vxMvՋ%G`Z˜d20` WyޒXubjJ#÷O~UvxFkଧ8gQff2*{*#ײu_k"B,lL.yvhGw0@I"peǝqgpS  WJrDPȐ!@vGMF_Mpkt׵Rxɩy)GCw S M;[ֲ@`,|&֢&4ƍ,dgB\L[ Ee/qX:Rf榭+H{ڶfว^Uj=NhkېaF$WV!$3 mFwk3w'^Er 9&kFrǯU\K5F,bHH P*YP! TL6&L)4լi ȀDӀ`>0fmkhƊN |-x^jbܫ' f-*9N0Pri>9$<f .ճ @laz&}>*&yK`^JZgذs-660GJvU%1J"RYH4`?g7P9>wvx. %2T g}nRZKSCOtYRw*hcLp'.^"Ld(Q!1X:MGI$Y/lP;Ӽ1džqQ)fL1J8+?o5Zm>M21xkG"ձX(ep&=_) :qO.De3 f!rzJ?2~uDZYgitlEɈr4SaҨyPT",-`=DR6H?tw7^^e|~PF%ÉcH%5{^?pq| 2uiNF& CT lhMebD]G^x鏿>qD}NKjlS)}~/͜@2RfB*wg'->2V "- b[9F#Wl :E@A@?tn?u蛏5@`,!dKBtWB,Lỉj-s5|wi5CK`2dH<HsѿnϪ~͆}UhVnvovl3J$  qѬ" L *_k31QMp}&R`['I%,a|yQNO D xxE#BUbkbIa^|>Z>NP/!%޵Cg 'IS JTôb~xPaz X"`EN뚲iUO#CXԡOYn/jZlh¼v'u}R%8_-oߎ"JTyk5 s5:k  ?ݔKWc2%0F/'P=?/>u!kQY2e?Ѽ\7 tI'n_5pgɝiq_tȴfF*R#qZ@rO?&3<"8cWbjPAZE%,K\u(rR+PNo Jhԡ0[F6~ofkW4W5vŔd>/ lIHd񗶿WD*7mTP@"@!(%`8H!`DJ%q_F[T 8֕=r7*LyKFUp" g%0 5>/ q9\c;-;r,W'>:1}su7;y]Ů>(r%c0CxqwhE ǒ#܍̃ N<ɢח3)XOa0TO40U3ɕíFMO]rp#Ȍ,JaHvdMBMϛ2 ,)3If258aק>$J&/񶛪ނ iQ5E,7v+p=\L_tVh,3mo3{)2$~܊ac>KLlI> YW}*1ӯr|(]QV_i)S7G4'2྽ m2lՆ%:]tUc!J3% mǞ<o;E#Yrwþ[!8Ȼ$3mHS=*Tl4E%g;7pqTUVSQ |!BNoc+hZ2umP8uןYѢgey0* `/ ϨY{!E/325x{+Ĝ\;R=p/u," % Ővxa^=) q-.Ԗ@Zi$Ehv̢ja 5FB]gsdޔ'{x=DAG (Trfuc\M6Z1']:d6rЉȆЮ2QC׌m +( eԗ+=2~ 89b>& q+8ےF8q6OE5b|/iHp=? qUą:LK$QA$$Y86sp Ӊr +F&"NNVM*`_cu/q`==[iA TzOyc 6X0*AA* b( @z ;;ɻ6Ru*m 1,c)XD78sCb1 K+,.$ rp+E5).6bbvHe \ӻ{+7q_"F}/'$_aZzB mwrؤ#ò 34 hYW+c0n!1|.fkKk!SsvpT})Hw@I \(_GaH޿$! [2@cԜL Ip#`7,J,/m}uMdsxc+sK[ L*ҩ؂m #A\AW}lFi@!uQ~QS6BcwUD $mu΀Kp?uU8 Yb*9{wjhh zΞ]a eѰu6,pUOv~[;hW]pcYAzh!4 ;_ě+Q}>ըJ+) һٰ*`}? ,}Ďgԑ T? mjId*/7-Ta}w5:QIÏY*em&5킮Yh|F652wR|l|ٞ:h]kkG);Q7)7-s̱'ĉw~+Wg;*BkD.Lβ]G30{5=V\y˲Oꑰ967B. aDNԺ2%˟o=AŻ/Ȫ t\$DlOhޤ}ǍqKE*2}^82)mc}"׻^?,{O!骫L4u6# Eq$j67[H}u6!]ڝO֑Q3)C1\EOQԦF#p{V)5x[Wс~/I?mQCBPQ5IKR(HX>YRΞ-g͛kFL:?_;8e{+)7 {Y=jaU6C'aZu19_Ja1No n|U%xQSF棨sS{Ιfbzבa_;2~`i@Hh(4WM$9gॱ%+Sʣ<~F~6^ BtLOO驦G0{%0n\7"/9v m%*  nȚJI`HFxitry_zc7ۭ377G,i &R}L?XL[mfsF~wT[H4^u}5nH<`ZsCǟ_i D.20O[?^l]Uk;OscoñO h̵{|3q9 HPV `XBg< Z0Z!V*;!Cf0 ?bd8b`m`9 E~e"'G}۵6Y/[@l?w-c҃M%xmP X4~JA&: y zuӵt }!h4^K.YwaE}²%bf Ut+ H)$2{ouvоY\#g .YŴ~p/ HqnV` 6{i iu(=,O>U`4p!h=RVAꘑXSQ t7֮,!\U Q,mcVÉ\2*@^\ qOn@I&[2 =Ӱ@ѪhVR"A #/~*^ųoI^)d,r,`S&y+;Rk9f]堨q+1ʖ}huz~oyeC5W:N˻BJe:XL?e͐'TҹH?`|~ڦY4=yDۯ{|k@#sL)9zܷt>Ucu1KuSFgUz'J-C}2m* X!dY7xg@m87lu->Sy_pR%(*$Z|k\iRr@ ulfveٮY{{}\{YvcXysٱǡ&!w'+ 5pҲ amY j„\Iuh怵:ɂ cdKKkNiޯ~RsKFꝅ-_9]˃)| ;NfDY؉ @ТiiFⵝvrWhפ;'BD3vf.@itYEܻLe V:jOSF|lxs=W:bM+lOnDX%)i ʊΥ=M8 աrD4-s^ӟpS+縊YyvZYۺb)PJ76D(atش,]#v|I>ξrN-u gDFfY+1sz~T(wT`>.gB2j8czIV&]ny`ɮ|T-bд}L*qYq\`~n ɞ z,3?8G`f=~zݴz":F4x<|93'_\7b{F]@x F~# E ~u8=^G_HZJ2(o \i -O_D%bao!f?B @Bx2)"|0P4$x3 h ߘ沾@F<>v&8Cq|HL :ШYBJFh1V'Kоoާ_d nVvʘIX>Q/Ka5Ψ}rLs|PBNGȊԓ:3,?^AB$7w FʫsF3 ljج$XO;LǀjBR6-HරAZQAx(bL ,!޺ucA'z!W.ʋe6r\^F+X %"#u` IYl6D՘; ΗqkFhML|/qp[@LxT>KWz=ܳ`+FihXZN^Ƶ. Z0vlRRKVC_JBˀA~)In C=:ٷ |ٽ ~qZdEd F $__<߫[ JLw屵L=au a)9>V>Cj >U939 Ew`E/`Y,ˊu XPW-E6?DI5ӚGLT3i͝UEϬjOҘS_/6nD8+6;Il[W*TNH +źE˥AKw۷QLnnw\rw͢vy~|CB ,bߐ4 K`16#Oz/!i}|m2|ϩwHj3:0-4SPW3pc~iS%FqHYx)3λ>dӌ й(lp4BaƵb-0L :Ĉ'd@[XБ.w "KdDd"ޏG*6n6S}hRVc<UJNx_NHz:=`%\ZBM/ C)r ,2Dž(o;mD9tjzym0mX]{wI:lnA}\,.i׬  l5 J"&Zo&<jx Oa͟cIF`  VÁ>xhb*֩O>}WSMVcEc(tj>MDUYm']zm v%R6SCBcWo1-`EtbQ(D>tZEO 0>|{iޠfhH6C nmD(l}ǿq2' ~m2\.~[8LUsc`i^* +R}y{LW]TSպ}Z8Z?,ӮW@?A#Up>-woQD+`j@=BH98H3rM(gu>cZkY,EA`<2"!4"Q?I"$*U6qDcɛ/!&L@\m^?>Rꠎo5+[V턗+^̡`1`"#D*U"(*EUEbb2B1#3a8hycn.ۯǁUk4TKNS%\Dg E&A&`{xS?V!Lg6Wa]B^ 'b<+ܤN>-p|?%^@%/gZ~nӌ;kps_:2ȫyW0d$F "bEb*AX(0DEDH@0eR)QIJkScgfs[ۯI5_{o tRd]7uZ{ӱ Chث힂w#u(W>4^>Ht4쾳}? #ߦZ-w+y07?G+Du}G:.Tʔԩ3`*8@NZ?[ak]oBJ ߐ>-,3m`~LTJP$1&Ǜ0v6Axwg1ʗ d/JE+[eϛo0#]0" W! d M_-{7[+ #-ŸO>>WrŃIC4ws2f5F$ѽ.]'NYl4W2ff [ޞ97fv^gొD ~! eg(:Q; F}RgZ9bCczG7լW<&XуH gcYGo"/AxECyXWߋ^N풏FuPo*B_nY?~xx"^Ö{ͼx5.o)EIIPPY"#waYt=d7W/h~aay:N)ϧ^eRB tD@ssg_n-Yx+)QM7E NFV灢'Tгte ˝w Sw||klxT:2438:b.B`*<- a{Sy _߼H`5tf9HrX_rU@og!bOi-,?'% [h9/c7Α!8A=y [p}zb#ajU)-o\r֪I p?<@55[(RYQ,F8]@ŀyH[{CpQRZg `cÊN.S[+dP1ddu["x;*>FuXD֭Uxj%RX0\00ָdcơqZ`CTm%)(@ʹ5Ap '8"<>' =_Ye4юPʕi2 aw1~ZPX[z_Nma՝dV$#&a(6KLEm 3 d(Laj1hbr;ceT(32ĉ QH-@GiL1X6< SzWc[#poAJjjH"[C|kf$zW;醭ѡCW-a8)gko| SA|%Ce֧)($áýqYXGَ"Mb9<M#=^O{ȱcu\ZK<8vQᑸ"(h96rd|-} d 5Q{,T{CPL?fpZEة bK%{ ! 8 E D.s3D˰+~RGׂ]uf˝XҰkcrFqpͧ!v퐬nlv,y'#'ϋ4G}FI^k*"ֱ8"'aVuBdDx(̮#`n鹋| .SN)ZSp Kpڕf2ȮuT  iyn~t*n L6p֬kc^]X*k3lʹ˻mdl{^C94U`QCI/{pV z`O>uS\d)TzPBf=@NRxRlB$xGQ2pеR(HpT&'mbd씽q)0b ]+uj`r 5 8fFY%lIBȕZGՍ؏@mB;!G/mu*E*-5,Å{k&* [_]׶BhCŇ6jmZaj@Y1Loh jYA%N->g|j}-UM/a3p1c[th[ȢbHdB7&=$"xZRq cDa=$ŝ٠qO_g3(+~(4%l@# 8vlCmpl79uy,y"Ƈ(frjRwzf5`}WJ%U>t[W.506LT6 gfm `/U CRfVB[~]ҷU ]K!fy\8ھ_S;f;/}|w(^˫MRӛ q%`H93 . e">=(nf$g &kCncs"M|id]'ݵuё5NKxVmA-̵\׵fzcA/,פlG2EK mW}u!w94ҭ8K5Pn)Cbʸ+a6ntsv1į89V5wc֋<5?4XJ6oER[p}ݽʢoS]ZjkZ]{$cU_*#?xJȳ X¢P%h^n޳ ,7(~TAd@%d(0fZKeMU5qF[pQ_JsBF3=/ruգ&o%D?D%}h׶lX)"&{q1u[^p]w{JL6$)d V dԽ9˴UGg>0mQ͊ѧэwH1U;]8ꛭM>b!uZRεܷ zigq{tt|~,F$a~:kEAYreN"niKʚŹ/AkڭQND{>_i*3ܪU"4dM淋G av9:ud‘O b"' Bz>fyLTA{Jx!ݼRwٟӺΆ &>Bc3+XVeͪEh;]ި-U}p{6>XQ$FQdd  $_!\>G 3%(ʚY:(]<'}?J]/hjecAN~m Ol! SuvL1,6$ S?W~>q&4UdD*oݽ?t1q'tjUJ.XJZ+bd! P M 3"R;ve@AsпkjF-UL TLiM(ab @_E;ǘ;ѝ?ҿOfڳXC2ox Q^rj㩥f CG L>Ёc?EVD7qm>ړWʸ9r˂ix* I%_}.` ^>Vn$ift ae7@pF'ܗ/?j8iV.44snSJq!KE^BkCj-HJ+ h XcՇ|jaJi;hC.:mT{$ lnũM hRF=}_7$5Y-2QBTkm܂AaIrP@[F'qcS,; >F(0YJJ3$!? (|83R-@tHE yU@q֮koɏ _0?x3!N>zWE,Se~kZq!;Ȓ 3CR,lp*lqb^>6odefP>֨O@6b+YXAy*@zƝVL''ϔcGޱPT{h-Pj:-!e2$QD'WрbsdF:(%@g@ $jb%IpՌ Haf21k?}-BMb81 ;Pѓ8z=$.i!||%j'S r%S3?vMȰfbf&8`f|ͣ ےy݈-/˟2,K*ݐ O<]w v mB8"BfB-Z׬SZɆ5lT{"Q*z$Drej|ڔVŢᙽVvxﶘa*Q {F xh1CC|\-i|gT,ʦc<5 Bi?yż" ݱ"w\|uK^X"ȩ[[N/ظ`E5HC,UUc&Q5uMRq:qIWq=8LUĻEns_jPhn.{Tep7 [qSqFT 2>KX1FC:_U^NIQlQ.=U4Z4iXa4L!Yov0ז  \0DgjPoQgW=k:1Fm`JKuD0JQ(^49t[F*`=L`" L 56FNq7NegH:M ƛEel_%^(op 9`u`Z$L3ICϰZ+%S-d+݄ ݩ P%`v&g")(;fS8oK)Ue}&?p<:CZEs?ao[\fb2ZbSɮNO uxIL4$)b!&(m@dv>9#vy?Ɂn^=M>baCi̵U|P2I߃:}పi>Dj HJwnVRm՚Iq˹+qrg,#*Bwj(r'&yl޴.Ivؑ˕:}mWe:O J 6 c'CtM|0Wr\Ty{ ]VpU`AoFm!LG;K=C9?M P 0ŃIY M=1Gn XÉ(X!aTCUNށ6EC֋x:=!/Grٚ;=D 8l~&dq@aҩf.xk [iLJhkOT;wujg,gqr0"A8ȍ^mfʌG^.*YR9uLk!KßDo-Q_\(MxvwV,QS|tR=wEi^5BY,]A;ij/THH؛TQQȪAncR\k^6M[ Xf{-Q}moEtVQ16S2el7UMTF[ժEW %ZC"pr7[\tov`oQp%AP}+:)dQF"t`0l0Bf[_?}*-Zhν}sVjwnˠ M-Kɏj\Kծjb)Z|}; ]5F%OcgkizJ z//uyKVNYG g(w7V3Kj].jrҚ}VMٳ:l"΁wtf* n|*( UdD+n7PN"mg1&݋mkyڰTYh_Z:X7vI}ƅBrͼ ATޑ@S`2[RZ'lη{z{po× 9kWJԸxw1]]11;ny,;*NC>1jam/lxaI-'~rȠ.ψ~9OcK6y)&52۔>ժfkTu"НC oUf*fZ˦q-](rY\h 9*dah컍\D'S)DQmX6؈ZzL2"h_[#{WXr5kr}YN(Y/6sXצp7|2LjگӍkq˃J!B >#DyߵT5cwa AߟO!1bV hW8Y[6O[?A G?>=ׇ AC)G)M#qiEQ`/ ##@L셃I!"\xeMw=h/5rN$9;]7s݉f,*سbօgf9:\Hqz%0t9]&Hh]/<~®Nn;͘-Ft)qQj^=*;*UkXʃ)L- $hCGBBԕ_"'}+;v<\jǞ{9$2$!Ub( b$DI! !sr#G:ݙ¿smsطpގwwZwis}c_[I~G|2T6|?KP̖s8<-<'}W2iC̩tyט3t6hHn.Ln lGSIzPagBju1J2Kf.˭_ 'H? 3ץjS_p.c^_Wb)񹑁$7${_g8A剖ش׳w{OT94}qcqO_I HyzAwhT//cSoCdHEdT^.1YE= ˚.cqJ1~ׁw+UF@AcML9+=a/ DDf@'⤞Rjd7gWi$uj{nD|z-M^Lڨ2&i#/"ba*e21F ƯC9^/5DH$HV,ETUR|fUQMHC%I%%Ō` m,YDTTEbnmi(FO_*ZSZީv//4 էtsttAO@ 816(NxB\J$*5 ?bsכ~ˎGq&r->sqped级+O $zд?1k׃4 Aig`~0A523kp4vz=j7eB7Ѩ#j([t|]#wa:ڶi4G4"ʃ`a4fI禲-.*,n5;ܘ٘)o{0AH_TH79&FWLWЩGC rDXc_.k?up_cSKrMT!̴E X x#_zMп2ʑMFY.E]m+]&#:~ߖK{J3ItA(M]]hSR?2-ŮGGWqѯ 1$m4J⣐#Ʋ…? "J |VXoy\8K@S e;H;9^"RVj\iylQQP\(.ƞuj6\p!{n\,].7>赌U\[-2DC5zthuY׃d]WfP٣E̹wF87`¯zӇ]2˿PGoI3\ƯI t:qqҼmoUNgU]*)FQA&I P]!T|ҀBtGqq痃 <,,ECO_|_C~!LcdLt2e:dX;/$9R`!؊$0rɨ8ÝIdPi?*#!FF\:PgŞ7"; :p$sa y 뺰DM1^j >6.'y *ՍѦɄOxٵn=y5䇚"DŞ֬H7}vQwEtbÚѫGRMTX!(v\?P?yvY X0Gbnvdz7%'9[Vw?1K3_%pjS%RFAZJWW[bʥDl޾6NKWYFxbtC?iͯ m84YwrGn173´Q ٩Ei/HSd=y{wiVT}P6|1.퇊Ͳ:WqAL%h;;GVyOrǏ  #,EUԖ*33@0@!ʦ֠ӯ| $ *d]d5% 262`f sO+3;-[6=K$1 Q닇W[=\PP}US+TmAC{xC)BrHAH`&3Wy3,QCqɧiNbiN./)}y 0_[}Q,ATb*TEEX`,TATUEbF,V*QQ ,F @DT EEO>(:ɐ=P)>Om}<[rX\#AmyW<|K>bV*g{z ;OKӆaid!MRde>OjlOG?T>!Qq+/D/8mύ(<$u~a( Nd{kcA~j}qePMrKY*gvn6S6k}7MW̴S9rɍ_`x`mO|/,߫؍keuw̵Z8]O,;}634,ƶ_ߴ\+ȶ&ޜ?}kSy2Jv}x7n?!NPzkX˚_$9?ֿ;vUX#V UDQETDbEA *( ,PXEV""bX* 目G>0=jW+n<Sa i@8;=F(uxFqI\լֈgo^b,-#YLJ\TOl.x[p4,&D]%ooKf~Xۉer\muza) O-5noh"+jAۍe|LIF@{Tֿޗ4u >hY Ȯ +>HeI}c(xCwgG(Кi< 5Rj :$+1{qN㸁ŀfՋnjؕ7owG2!3iRAGݛ6֗Khقٽ:5燁1]wŬ?&@'f8p׫R]s8rm!ňjO5۳Š'3TMa<Ӧ[m˝SKK=(L~w6H$%37u$+2 q4)Ő {C\J36mro'<8[VslyvDE}& *jR@x%ѿI[Ztc?w. Vc6@̊D ;RԎw|+@@O4|?/te %,T`YҞu>`~a;3/i]NUd6 !v&qA vˎT4^ ύv 0uTs1&"k[1 Ooٰ:16?x>Bx9Za%ӃG9$iKb;`q緯#Xf=Bu"qaňOxK<]m9g:OG6Tكs[~A"m"_1:b(W"4ЭbK̀0؋,0o䬸n-h)ǪY=UǰobS pÛ`oQ eXƴ1&u+&]p7)Cq߳8M"<XOio1ֵ95!XX3ER/V[PM3QYdDb|f TΑ@Vƹ}2)t&,̈hE9B~'8WX<<얧[1R vWDjbsQsŅ"#)DF`cE'-+<K#[NG?i f +uO XQLUb;XMmKtT>N#@5՚/Sjlãwf%KttRiwre1AR pWnQKT$+mB)$Iu(U..]gm-0k˼787nd@^fwQ~ <7X"kbK}2ҌR|ΌSׯ*h{Ð^#6Tʃ XY1Yln!9L gs5Uݟu82T&fYd!T̄8k.6G *߬ a2(`e5(>cR*B%+9vM lRϐ `Qh['k(V=H J5_tI. e9nY_٭a)L#}L2]IoM22T{pB:1uvׯSV#՘^M]p-3N yl:`J䦐 А>VW^+ 5XVb -WzFFrH u[׵-pP)~ueK[9΍T:Ωqȍy}J(2_1HZ<[?Sl#KЗв57B ćML#$V jgk<ʧ NeXb6BD &5`ԍHiaMPaJkU,h8Ԑ ߠJ?6iXF}?պ R,cm.V\.oϚM燞0ړ4*|;4MyTx(F{*BŷMzYFν@ x?{ U O|jaf3敷C<;-xm,?M2},s3X禝v`Bp[֒kCƗǶxuT!k}^:,ޕ\ckn=D4WH@4K2c\8:Y-og;֠rsSh[ )zL'ScN\Q(sc8+ӵeS#+7@H~ 8flx%Yro?j}wi~pJ7z[?"9v^+No.mĥ}v恄D$$.7l1ۣT#3}USm,_|D̬s v',JDBDXD=,FF;sQMA%ՂQΚƳu+#Py15_o;S82l@)l)0`^;Ax T8}+n5r7աT gݻiY|&+”8%~vQeAq,˹ފEU'H7ퟧ8"n1DC@O𽑗g] ~+}:ٚQ+v~bPkik1U8 @[KռC6k%BT蓪3h=%CZ8@|խ4~OEK.o8'qԇGq}˪~s~МhkHG w 3;ʹn#WkBq%^X|cR Y)2T+񥤛^+70}>&I>6~טT"&p4C<8 6cgJ6=dE|@&JC_eTJ-&*nɘY38'Qb=W =U ]?L߅P6u=.@ k5&ٲFc2k!jBHB OġWYKV<(. a=WJ+)=CI3_) HF#.dy Yr+F<ȄL5:HP$SV RЮT&кEkЅc ee|ȫ7k)EQVwuu?X$8m˻$V=Ep9zx<U SIO[*٢ eʯh!mnBH8  BWeW?=7@vupt$HE3#;٘}ݠEtZV}?=UWz=JNtRz5 fRRb,tѼO"6~_o=k+IV> %ة%@P'dӕ|CIA!?RX)uhe9^@v\.XԺa:D+%_c+#ӎDž5ornn*Tg6)i=쵗Œ wؠp6clfzۅ(aӡqG+( xf]/hqhڴMm4`? X Tv҈t1gYˈtu'Sx-m8ӯLF@:8OaĠsוb>@5̶~vy}W][p@! B24"*(bbovǕ LGYp`'iPAmP 2PW3~PNVӭLYDp3w $؁aX,i@ATc.c?ՙ"HFbD<򨩐x4^)A+O ftkz vO4 l0[|TJ!3}׭`8δw)d5Qj=F->(cU9:'+ pZY29u/qAxޙ9qA ʝ f_$lRtw^_>P0Q0v H3E ?jm={~m[w#/DuެB룝k&ǁ]㨆9<4+hp&6dp^.H3U"Eʙ9I0WlDdqwRנ*Y=&nr&|816@A|;İ)8:fJxcNR`)IWbգ4 ct!V1Kq|BgSN y4sX((p`n4#;Ս }ѐ\#kdԜSgSZ;!dV)umm ̸nJ%[DPl#Lވ~ <$ڴU#Y2|Nbhǽ͐uR]>iF['NT6bMbAhkJG "VQI%ofO\]YK!啵T?*`$A/o_eQݔRyl!D7i_%)@,tg]TBUʩ_IOzfPdQbŶܷeeM8*!8$:cK5uqëYoYl97.$fE-f}Пԑ~\]T,DA^fŬvJ2t/3 $39cgsԽju D@.an'I.)5e``UJ츔;oPۮc33y5_>WzHS.r\>.Pj"kal(swYzWD%k![Tq.QH{|ջSKX4u~U.*Hra 1!`NfoSNmp(؊ˑzaFZla Im&2%lqc< jV coX}# >RB]dwxvy%m+xiN9" dai"E.]j4(USjt%f>SQz0*ʦ/=CI}Ix$n.8~.5w.冦6[0 `}P Cy$c3s'VZQ'UZoo%L ]YCrS9XgiSkP.vn.d4;c8!}؍[ M yFBء!K6&*p4*qqRkR lc+|o_fn2noX54ieKn 6ZU,&r{.O4~VVv Vۅ^K1*x5&U,{m}Zr`}~9ק'\t -O?vVګ;w܏Uyߍ^n`}os9\?ɰy*5xi-\m==Zo2T`UT o &&CL4?wLFy?Qatt W>oŇ3aIl_:R@hs̙cwp ^kz?ك30l3JS3#* UEb0QE "1!Y$dC'G}P ԉp- D!)?\?A~z EPdPV#,bēi߉ C$_腵^Ttqr{, I)ngɒѿEzkٝ/!c'7e{m-wDcYA+m"5IL6GUG#GP[{jњ?UJմ,hb[5V[=H?O@B3h0 @𽟭û//}NXE[`"FcPuQ C AY2A%KӮ)OJddH " N763 cN4TB@AdG"W< m|tE{}8׋K!LJ=s^7{^e*5?QgWc,M˰fmJk>پX3]4׵,,n7>E%I f8-nNe gc53"^0զp5Ԉ"8 'e^qoFW":9}Y|$ 쎿 طVyт.k34hQt)nGzL˻G^)! cbRa1 $BV흻P;z=\:_N={ N`cѣXUI[B6agqFR%i.坊D;Z%&JzXǜ m P3@"ߖ4_RԦV2|2Үc 6[%Q CjO.l+ql)#7IG˨@LD`[[+X_<ոV 4g-66ա|վ(EKӲG܈|Oĸseݩe)FaD9܀0nWYn6R8#fhBgR>sEI,9x@b=Sy mT<=,yHJp=,\/j.ln`Ak"@ (@(A,*Q޺槛[-ѷ6QE0:$EH-r8Ȃ_w"mJHzTbr§v;O3_/}pnx䌷9sCplvbX>bJyoV0lwuUx^4 SD 95sZJΝc9 lXd̴Ej222QnCblC6ȰB3:k)'НŌ .u8>o"K.Ҵ 8\b6}1f.̪/i-qDdѣ{ 3<,_e#엽w7·ye= N:| WŻfj瞿$5C&=,YOcgU> IGi=Vjt>@:Xx+[ Nnw2{v$\ }](+ UPTILZөN )L0D7x;3m^;蜈 C=VD$-%NrKDdj*^0fY=E{oDy}Ugu⛊ TÁ~z)eѡ sThs<-QBcOX2 OұUݯ?0n~S+Zۿ3m(+#lԿ%lz< ~?c4~WUmܸQ^_Y;@#Q)6ԱCǑ2bFwDwz S3 *~*q1zd]{D羆>:[ g$wy*Q @*Mòz^d ud`A]FNAp[=l}35;y_>c.n[4vm;p|C0@mk(Qqğ:fe ր>ڶﳿzsH\IIqvqlg7T2/P5( "}{8iJ5GFy_QJrT|=p1B 񼹀9VƊ^Xjph' Lφh )u`ℝd !Z~ E^8 fimq,\͢g⾮*Aӈ5u&!?r`ST5rȶ|#2IRQi1%9[}o`kVX45KJ=RrAdY \ *:2h_+Q H!&0$ĄQ[uAjIq ?369qPs:o}JShzV>lE(h5SCGn߃~mGHb/[`ʢ"LZk .qflpb>|7ns*3 ͘};-?"(_Ͷcyq)[ˌ5yi{YQAcwۻs;uiD|%\kU!qS$ `(֦A8 Q-綖X(#;/7jgxZ=B1"Bw\]잵8عWCEбGfAaqs%{>O-;6Ҥ_Tc~C ;+-GJc3%s"bHʍĦ2Im{;CK݆ק\6%K5CcN&+| Jeߤ0UMdBZKX.e]재tFCUPX5aCzσ퉌ÖK 4q{H@nBp!qlcJWŷL=CKn[ йʢUi0yl>>~\&D å#,w2)$ &{ RU4L'&@x.Cbqї5PGO6y~Gq0<đ ] E$WHb* ȤcDQFDQDOdQ $JgQi5j%̿< HHAeH} 3>럛iƵD f 6PE$&MNM%KKwyN8] <{S&RB zfw^L)Pɵ)3Xhms*T.'s@Z76EZ1yʿIQMo Qp2 VL3^[?i®9tQ|-Eipd)VhJTgyܯtq@Z\ b fíQѕ!ߤrO Uy}gfĢ6J]ɓj__GvtxOLMK B3FboXW) > s+WWWAs혙HтQ=CR":㠙F5_tjDkSGަ~5Rjy|׽bOG%ԡ؂_ڠ0Β \(ϘYKw'_7b7ʿ:;&Ȯ0"ЀPP̾Ϩ|2shfdNS4qϽmWHߙekopNş=Y8tDYm6:-:vB8"Auɫz2ǯcYCґ'V^Bƚ xxB޹^5Vm{.M"ߢ $vˁκ:<>݋ѷKv)Y[=ƺ JsogXy4c^ --1PI>Rμuc.L⑍*>{#⃿k, Q\0d,ƤZ:FyjIͨx5VKڝt=UnjAl ֺY)&&E[Rڂ! (Q˯MQ/UmH:y%Het.0"T[k!Qbs8Ir:m#ΆղChoO{~ԋUebYlMh)L{ZW%ohA(sݜeq=~b: pA!gsn\(d{M5g+K3ݫAf$ݦwWON" F$b̦\Qqb`f2.$a @[MZٱ4PCXZٜP`Nd^' &iaôCH ST+n&t;wdH\NK=/qZ|h.{cr[qQ"|W|k:ؖwc̀ 02GCB$;bNAإk^iVc}Q72b.] (SF`v I]ܛW?'j%3>Y2 [ F)~f'n^[+~,%@5fqhoZ]!Rij pmH,m!CC(1C"b-"q&nEhk(9ݳdӘpda~oC]v$6PV`G䑑؂tT: ;әѵoԬ1!~5{DpwUl8{s!CvF[M* >y(oB<=D]e[[>chT)s\)ĵ5k~^?M4?4Mu\$W(R 4:u¡pRUqqDp̲.Lx@.9d41J⠥PA@ pfieTduTs7cWqq+[n [q!dC{Ĺ9^EQEf Ic*MD''Jq*Ec[T'^ETNJhꉾx܋WU n'cyFŞ&dC=c5[ug*Ey BhÀM>n}lQfjVZ!\OhZڰ8Nc$ޑv,r!*ԁquӈ-;*-˨EH'vQ<I "'?ӑFVVq`)uE l |ÌePJ(ܿ^IRřƆyF_-|mޔv]^Wv0}HWQcN$w]U8eB٭AfRQN3 @@-D"aҀ{5L&[]auq)V0v`'v3vmV# BL#fho 3:WEu3%ޜ0^IS[sUc*OYHX4!A@@b('xwDdfݻ%*9-EP}WWJw#['R-p ƥw-;hx*]Ԙ}U:sdJ>住Gu wtQA&z/rtpi٧A%yĢ)&M@UÆLd3f%D@ufA.Jǭ%~ ݹPր5(NԳ? ;UH>LsRb+sY9Sz:8+cMr~$Q*y8}}( U, 0s4I~VtS (?rWW\~1R$ 4I>n*gءϦך}]P[.:ŒgGi]߹#cmd(Uz[طm#++G\wcl!mo4*fugs0cRP ieH)˧RCj5](df ҳWcڥx3_qj2ejIj*#W~^Qbbk"$BC߬*!aTʲB$.>z44kOVv}Wjd$h",y5. 9xHfa$̉G] M! {ؙ>-U)Ff`yj\?ّL0m7A~IQ ɇ 'HnԂ9I]J0wgJ!*OC* w~ k&ki%kz UFmEA 8,$  s`ʤŊ( =/%a#K 4G[zSبTC;; b<$F+pρvenX2(vqġC NoԇI|)+YAar1*$4z}u.;#ЉO<[Z-cN2R2\B_$>۷z~״}<=ooᔇ0UJ'ސx\vf|`)V"h5 Hڄ@jZFC?CnH?ۡs I-W^+dـTx0N[*7rcoE۴իN؟h{8facb!t&zꋏ-O1R.W.ֶ;zQb@F I`7N0G\ۼscE[&ʼny-ڮ[G}\aŕLhf _qcrV:j(T}.? 4,qBn7k^i]:X`M7bR9cM9i&PY mN2-> 8pfӄ ^ lxpHdDAeė4{ CB̫]bm7Puj< $6{j,%c6s 9ՠt)Τv Kt BwXL*fPxs.,)=A]+J5R1Ia@?YQs5 ~ߡޜҒ{%Ĝ&\MCQb[DR@I?"Sz)w|l0jz@Dׁd M0˼!Y7݌*o>F3IZ 64h_}\3çņ-*jdiִΗZ5ne.*,H3-2=7.OS}b֪r,rl<֤۾x:W;qBIⱪŊ'Fzhfzۅ@ )s"G{pMyi! WYT˩?cGO]kQ׽e &$2@ QA&:oE,EEpXw9xyw2$8f8e +#㸝0 [QjKiCF4DѤ& 8Rx.vo?C,"tG$4K.`92 ɜa xߟ_'KРGx~0hz-ΠiIܻQ_o|U:ucTK Ft$aql`䀐o\sЄp/8?Y5/ֲH>m~43z:m@) 5)2'gK{_ H*P֢C$0@3?07NN92mX UShal/(}!.1Mb2 RH"StP¼iN?ˍ) i(}cަJJ)!~E<ȵ}EcBF" LeE=20xyxPL A}`*X@|8Lu}}&ۙIQg\0p:EN9hC9DΩVU$3@j~u[a++X:mHdSwn4^#|%p /-T QIeѿ1+ixytF0 Ix=)jeML 0x2d֢65x6 %7  ^tzE)]/>w5v[4vA6.ِ2hnim`cҝyt >*B4m՛ z7T 왰$wDʋ!IqHh&zRH#6v$ǸwE mNC =f_*0h &pCB7k:0dc "壘ؚžlӢ 2e'KVlb^π،A&1ǹzyIW# "'1{F̢cMy5}i.I$, 0YJץHO'LőVˤXt,i}{|oQD ykTC@&a, : k8Vɓ^Ҫ8"[\+ip'O6;,Pdo*E+')C4i '>,iJs-Ev6T&0U|۴*}u̝GJtS*f Йܔk)٢ t0l]WmVSzZR[dƌݶYYϑ2х#-)eXNM;]8GH;075DFWeL`h""M~v2286Yp8]t-M\T¢{hj m rr2)|R0ev R}w=/&'r8]ƠC0m8<}m]KUpc9~[;m̻ f m^^ ^cx_ SgII!G~L=kYWQAo쵮l%o7Z\GZhכЄyG# )IG ̡ ӝ.ѝ+&"-:]}6pO2?_S{ ig{m P :'xĉI2TMz(K1 H>;*I,A/:ak OvCt*\*FzF7ubȣnk-sd_ZMoܺ NϷQ^5I~(DXѩk g~ўqM6̈́߶%2ty,a%ѢLh!F,&u%:%<%ԲU6R'&KbB3姿wJ"7ӔA"MRilq=LzPy vax9ԆWAw,( @ܾ́ Ӧape - y5>!} ~?e;Xw ԥ'ij8p_0ۍ5 ;%F3p|솲A;=ؒ tД0Rթ5g@3KY6LJSA Pt#R' !ǘ Sg靑>OH?|耲޿o4Q9J>`C;~ίGUꝓ%aYa~ q5p-h .l;why dΞEhq 24( blhPwy6]G *Ff6X!UdB~z8zf"`]7PX'Fr1オK1n!\ , I| V3x֔1 ??;7.+$HlAmHn&#!{v%EoU`$ 7cԚbZ]QNRI&ULH,4,I"r~ _n* ٤bܞµc)3SƽmM6淐ڂƁ~j!D:yO: ({c;2+ <* tw힣 ?[gָ{\sencL ٪QXt"(ģeÝ\}_[ڶ~7oZ*^i,3&@ZŅo9vżGZJ dǣzP1q3%/cmp>jn㣗>2,G`K ,b#ߕG:v9<y_8 BΟ#9G`,ICAHR|qHB!Εndî@D5``vu-c[BwԒBP^V5v )PI-Z[wdAx^2YiHBpPuv+gF[!D1 /"6fK1QYfaCjO>="$i5:36lTohLubB#9V,`'T#m{jLAkZ^--)a`<2L4P(<7R[u z3TC+opȼK:`ϩ)xtm{>,%(u0m#rڵy㨝?z շ C,)X(kF q 0U1CO>=.ByS(mfF%el 7'.BrQltf=U53WRtҁD.}dE  ,Ē"ΠTaφcKxg3%V?LEmμpX=FU(Vr}CQIǎݼuh/9g7}Ơ@4-vPEjsthzb;]!4A)*,(΢/=-RJNכj~g}*.}lO{iα^|FFΕӮ<8"Hncn%snpmnǦnߑHl͵}>ش`a|W͖2)&V,_&k[vm0L/t?,Rȁjy^WؿQH5q4Wk+r>ƞA=E @PQ>~xU U{Us>©v4ȿ?!B _vm6%v娠aTO^5~L,ZhTHe-zbg>BvH}q>iuB+'WݖG?;364Z,5hWZrY3I|ݺuNw\?i^=QM7;A{l/jmG;]BcnsTv$}oY˶->sɗ5ڧilV 0 C6܎Ttp0>j%tALyg8:m&izP}37SC: a5*A+g]_P0]~C|YǔA-#-P߱"0#|66aZ*ctq2ڔt^7t:5~4|TDw@ю/@|= (oJ30+s}ɆaFQc{X6(ilO7Z)EGJaV\*dտ5~L?n8&`XbQ'֧gR2>s ؕIu_3yC^!Y PO'?X,>[; A?I-ƨQ-ŕ! LwXU.^}{;/>S+9-'u#C'NZ}u&5"Cձktʄϙg;;4qŏ_ʙ(q<5v@Qxl+@"C"}DY1lVrɱ`mB ޓjMk"ZMrƊ=B,g,{kZw.ðFhO@mbU[ Hp<t6% Vp`[X $䘣k{S6 K5ke2f3g* ӹFl.^G>PBiH f$ݿJصyF1XΪg< Dq-Gxyh\xr:;ˈE0xR3ZLIZ1Fkr="[]8JMP#smw>vj]ѣRPKE}]|x}w`lcrwL uI ˩z˷*5wX5TP{?Za`! #3{w*,NTdHffds󦿕aLM- PLʝsl5vR  31 8px=i3TgqCdJ$B@Aj ֕Wm?Gc~oa#;Rd񼙊t`ܐb8_MN>Gvj(IK[sv;5c@.3uMQ6l #,0Dj⦓q_?wY(udx|Dl:Gt.u+NcЍ 擩/N n?N<{JcfMMZ'}y2 i6"°:*TCM_Ղ( !T37K˼ɭ-@4$$m"S|) ! Be3Mup$ぢ @T,$4Lvt&*]q$:Tti22B#$2c4 -3&mn{Esd$,k yǩ^J|o ՛H ɅDpRPh@Q Tµq/5m˯砕S1M^GjF$5lTb<El7-HB^( ͼ?K磱q+hxԊF>CQxWE/5=d0wvK4>󲛻- U~PvǚC͟M_/ecs--Œ@Â9E"#u̐ ՝$\ټu*ancϱK3krPZ|{1 vh=[*xtT[܌ lX9!i-_zsV:no?78 $s#T:6BlhN7r&zrb5괖<y;Q ʫZy8!"GBF.} Iɿ۟XNfw㎴}@.m(%ʑa! ͱ5lZ0q _2Ne^ zZ^[֪ɺlmųt臲(V[b4r 47FbQO~`"pu#h4E: I1L簊jA~w+:` @%ůj2 cmx^1Rh>zaF s-E:Dڌ 1IQ9 l-qs.( [V Ev6k^h666ȞXHEO\+]%VfCA*@QJ!%NۋE3$ZWaج`A=d~lp:!)$x+KC"4 vc_>QA"CI"NDQDZ 4$3[Z!$0mCضLhY)dR7h/ yP07arX>.c?-ŐӘ6Fl }zNPZ߶TH-2C^B8*ɣa`џ:?v C Uk'€0BDB}c t%[/㈨oImR"9=H*FM\xiqcg#m"2 FT˒~ÎwNMX_+wyUj¬?J[ )p Q@n$Iƽ,[c>c֯zs[jm~ǚ7JjObũD;S 7G.Mv92 c d`ٿxVv+y +gCY RU\D'k7-~mN*(F530o⩹õԜk٨.YEeP/VF$< PӾ2S/q/"=h1s7>z[AAY疆> MA݂gE9;lHh;ύTs! ҐGll|U6p [Y5хM_Qr9VƯ*^ as#D E!!nHs![K˔ؾ { _ވ+͚UL0Q\ǂ0Ħƚ&,3.C~0jh m``2xfxQQxfo7 aFVUDE-K3=ΚU7` !ay|ECZ+ sិnFR:SY($[Hڻfx* Hpi/,s@s1y~oQ ,B#[s.A-ZI*Bl zOL՚;,M4;TCQnoGC{LJ6 x4,F`lVݍl;UֵvX>bv3cj6?o#5zfq609f:sx5Z;Yewhj GB*u) lbJ mwgN;W=Ww(pKY]~=G %)Q!r!B6ABrJcN2t6~Pw5L=5Ùk9[@/XT~Q@HgQ ,`p/ޖqf:nbL,|K5N4ϑ+DI(dϷƍE|mT@z<=_ZʶLiVbGUeC#ֹx,c]tv1D)y RLC 6˗J9"a5tO' 4;v;Tg㺓 ]dVrBr5wB}w淧ɯKk3

:t<9_Z$j ssQ<&= \Rf8NZ!A\ʈ &טZ4\MevsYʃTRY@U4vY>2G2Ku50Nr͓X,YkkARH}]cF{Z2fdB:n1(pT#LY{Sc{c41uN]Ps#hd uSi٣l\V"*FF=t Eygv e[[ٮ3Kt^Hv9Q1$ɍ. XbDs"O'ЌP! 9OUT"fGR%i54j>JC]Mw +gvijP8| 86yExaKAzsOq-&`N}nf *!B7ȷF76aEC=f,) S .әDAָ">!ŬP38)My eB1[5[FF Op躴h.*dOzT ^nSng;!q,algQrY `FX>M!`uq|jogG"ǡ7Qujc?3C'>(͔5pbFη.׮E >y68r71ˍal%T/:)p#IZ}򭢗8m 0(|vgdSmն#xkžՌYN'9+HV"-YA- Qc|U?3٪ -@~q.kctxrfS:_rݾ8.v&{^k՛yo,9=I/%e| ᕭpS_{M"z/B]\f_sj2lus!Uq#{MLhIoV8m[&i!Nuq5PiwjQvwrv+u\=n4kcJ[01v^TY,fabM^4>Xc=6qʯ a8o6jOw^]'T/ a"aږ郀xD'vsP_^]`/p'xf9o4c|5Rr# 63F[Aa.zE?ÖˤBk#mkq0z0+23?b,mé!{[5Y):n\EI'm2>I£7+Գn im78߯hwsQqp,u+RSl\ƪL0xEsjfN!mF{vnGF7 Klnl%Œ|-T0EF $eqɀDCeO?*Ǽ?w13Y\;풉WB~ 6 ?V/*\CRɧUō3{>SL(cOz+^yhD J#CnHtqNoVҀVɻɩ% l;ƙw%tV[Q jҷnmm/sb cd=Ap"9Jl|DV7{- }< 1eMewMz `J>_&< ypWcY3¢s}+ND: HF~/H>ZБd#yAlw~ oAċA\/߬k6n `pl9i=E )lwĖ~D5MY#64!9/sYv'Adѕu,Spn>hg5xp ڜ-yhJƵխK:ZFX+ǒIImdK@];4W&}㾺.91^W*IG.K[X徉[jyC^l+= 5~ŧSuSO$dgi5{kepצ )@ޤgVe-Xi%^Nޞxy4@ iۖۊ][`b7x';se{!+P3RQ8= Rk3,ɱ|跚Ȃ:WMǖ3R>idGV%D4[7i_j糽 UVq{*7~-y<*Pϱ.nnn<8D-F6ͽ/KT'TxPoo-fy7:ؗT+)^g`:~ߠq:Av^? t簐Gi,}2^m6p\|uzž}ql*/1q5rɿ}%/LVZڧ!p+hW}8s&Dڰ "oǬbB\vs;ƻ 90@+/F>\OaR4G{e5+ެZ3⛈mLw7T݊D a\L;5l!% i6[*N{pX$?PL Z?ѻ_u;پ::bG=L 5#[haȋ`VP"Qd׫ SRo ![O/{m~3<v>j{qx{CԪ&_ .? m+ܦD 5rƴ OKFl #bmMJ K0=uӶKOMjl4RdJV>UxY%ȹjxu7:/ ߄ JlFST,!p3&AiޕOb<@9I]qn'荺v| %s0 47oO/ cJk{ J>ܢw;V}p.$hɭNS xuT>O춵z?C Vg]fåCk'=i^"#?ωdM+! s85>p%Ҳh? \N yzɋ%`YUpٍ9pđUBP;01wʗyspY%D !AXVf+DVƯe“ ILF.`}FǾG^ ~[8tpu>YV7OowtU b6z8ٍ+eƺ RVo}gl_Z?!mZd.X)HLh(8^V?t%VϮFEk JArl*;q?'Ee_5q6b=N TB\mG{.ˇXUsVTV˃>@/1rw =t\TwV~R2uu+O*2ƲDo$ic||a[A@Ҭ9Id 5՘[p3F )zZ{P7s S.j|Uq>kDEl%K2Uc2F}RyY *7A`hCi}h$wϓ=gAjz^M;(gY.>)HaF)ef-;l)h임*b̄H1DE6!҅HR·2~W槑L"ŬTWpȻ֔ZܲX2N&X-h;tX+c yLnf::2X5pj+}毰`6VWR3=]+S8٥o h&M&RI.sDX3_`hʻWBݕ׮n)CKaD7"ODXL .?kǙm:_ hD 3 f{5S4h1Ӫ {zJaD .fh||b7&ꐻ6Mwu>{JQsXV򥹍5ƮE_? GǻȈW.^O+dʽӽz)Hsx;rASH&.&PѬG|Rv!wW}H~i%T8ҾaG%+9(g,p'scK7(H{[[{]|bi) q!R̬ڸґ Et#2&uJ.m- &s7)=Cl|I:y\y.nqڽu60nhKAњ)l.ZNSK2tڿ+_>ABٟAVm7¾f7EVY%V:-§h~#'2hٖ(S}}>f| .\lGk-=cqNnqYaz.[ֳ*q?; ]E{>?4:F~v3}njqw``Q#rԍa^|m}ЃaV~ |V ej vڷ]]5>ssVk.@J!H|]Pb"Uo"|6R΢¶@Bd`9F o.1cPT QьӇw`]X75,W.]g.v[qV3̕\ðn\DwqE^Ru tSW];ӏgpOG=hO5x=RoDDCή2΃#i`.,ְZ+ePC|3y ?-0}T8(;,Mvt9mtp"cCZq>6BtW*=e{z/)A}_L6=6smjo^&쒶w`SnwlHM^0x=@*媖jfMqN(ͥJ5:3j4\ނ8턚yff$Y&D9/L]@x 4P(-כik0֐_{EX|}=/sʑezv}^q#]- ?qxیwWaIu]߁6 UJkJ:3T%XJ]Z2wZJ Lpn;^@1K$\ K2SwD؀,CL\}>a=_*XV_aBQHa ; 2r np> p[N չ!" }C3kW2ׄ4v~hɈT!T̒"$Kٲ=6ˤSFHj›f N#90hf]d5ea kAFpW_y=12_IIZE~ʌϏkZ!I_ *t2=j:5Zȡ_ !UX1 -P,Ԥ0%X7lRE`JH) 1a 2H,^(v S-GMA0*->LEː_w8[9t' ,X)߆g\I/}lTUad3€YV v%a(E ` HXE"H,'k؇SbiE &!9͡"S~ źE2™Ȧ_: QM3ma} aA򵂒oV'||Ra]}sа?}σHŲz&̈Rԅ{A}5`\J HW\Ipf 656wRR+&ıecKG];Z>6j1\}E z](a?ֵkU*=jƌWt_G[mVo,fRxHI׹:?IQ=,EI? ,DDETQSwsc}?UyL$8~ ~" =ؼt [/\06M T@`.d@JL$MKƽea#ьVxsoޮ)h=/bv'gGJ{m͜2l~?Pi!\=۬ f))H3T| 2E ݯ%5_ȝRһ7뿈8E#Y Vr:@2@O/aG(9tIqEEs#FOO}jk! =^jM3?Vn >bjB$ _IGk6y> : ms?˯D$#@K.YI%(iZuv>| |qHj@Kr &FTMWU &1{5a54վ`ykFcbsY +>vtdyޝ+=Rzh^#ʀȰ}0Wdd{^~=Ϝ~'~[UnSY%pUhd1(YW#*=&q8L K"x7m?Ƀ 1ۿaCDRV>R_B~r'vzCAM>[dy 2[Bzz(F|i\ 2#QH77?wFGlsx'۫$ PJ5)A+lgY:*4_y.o=^daEmlb0I |@ W=[G3 x\;Od,ޅ6 A1s,lThbPXIГFEZ" QBR DI4w9/'Oncaө;X&ױ"ug{,ºН[!,RV%0즙JuH3M)BÑh0c_ٔk=]Z֨?ln(\#2 Gg/!Jϩ:- QX]wV"-jIϨԆ]KQ]KgHd_ˆ!Y-810|آGe2 )"*v#3"0HE Ҹ49'+?~W7v~oΣzY퇯O\GwlzD"ߺAe[.>c SHT֚Lg˧/ӓ0?}uHdcg~[ӥ4_A[|쓩mu !uHAp6 c!lb"7#!v=B> m^E#?oSwU3ğ33`&uX \.  go]CZ3>N9pYN%h:0bfbj:T_Ghmܜ/}j1U(xrvќX @'RAl}ʶ &MQl3 BaƏ&2l^bf$QYs3E֣ d_ά奯$X$#(AYy[>='V-XZ;>#Hy X')>rq>B+ 7$\y;ti+hMwPEmRѵxh*O}j͝ek6[o7.zE ?:mne渙tyKprͮa#},f~ yW\{ 󈈼(3+9(K.S\1gph?l@uD|=I^6zS#kc\v\la߳DŽnF攗ؐS[=XXآrRZZZ S,[2⩭F[͠<0ݣ$ݸShAgWU)FkVJ U56ྱ tmD>0C!0ߨN,a = ]XB?b,ɚnuQԖڨbڭ/pMk :3߯]NCZ)2a_rRtD2^ 6JF;",6]qrub<"jޢXM^;-v] fp|KB0Gaץҭ (O&D$2 w"%I_E(F-T pj 3" wn < be|c[&F*.o_X2am,u\zҠG%mw)"CT Ț M2P ɔouK꽲z߯x)Ck}9Tz1 H(Mhz OVԯ` 0:dq8:Tox|ep(k){9)'|ϪI;B((ŏS6n7fܼnX[_\qpUjĠpۀr!M(vB2<(KRS@^/-`S*m*7>~ 4[͒gX(6ad;3f?^eܨȘ)h}kZ$DA"!hkY6(8V8G'b@Di }rNstSdFC3z`j=8@ 2ŀvt_ۊ_ϼ?AM#j@ *VJ: /'|;m?3\ t1ϛc,[.&2# 2pxCƭ"l~nw7SC[ˆytMC6 c[ .>ρzд4 :Nj{hp[Ke z%#<ފet8Gf8نVfq΂Aѣ*cݫXCrܡm9`>.4 Hyܻ80˥=!ڍ@g,M7G.:H Yw'֙;dp葙7(BsByVY< c~T˨@Vɀ+ˍY)m 6|(-~~gБ{!)B<uvL>lcZ=V2jXWgl=:3w<:};k:w] I[){՞-so4JXhy(EM"EXfj. 6ǁ׊~w@~ᏅRD/7rǘ艢(=nq6&#P|jزm7bo8$}IY U7rI \-޻isы$!z!1ёGo:Ёi"P'M1B-'M/5%YڙQ_CUHc;^C]AK#:R"֘]xe88?z(+Xʄ?kQ̄'Q]Fa&7Y;C5Qιo`M7%@װuwV}.\b6v`)s &}EY~ pI &$>ToZ\<S|~ ⯺Ʌa,X5 ǀ +YE= [3&dB* cqنg0ZV`o w9jW B /FDig,M~zTJzRfSP  ^:W$_2ؼ0Ȥ;r\SWxw)LB|d)/4JT;8'ap;(lLʾ`WɳK^/z-qKo֭JUmpۑ\N{z@GXZ|#7`41$%*FJwI ޡM8='A!LUxͫl?7qI&w鸈):J `tӡz(D)}~}1ѳ~&Zf8D3ĘrlCCv} 0F?o{~~q)JW;G}#_6C.a= cm1OVɯ2!f.Z(Ŋ*Q 1`IUiAcTTtY,TT54j2`uw*nK("kYS 2HlPBKEE :r:J̲U*5ǻrʪ)70UZSm Ke b*.m r D:Yiemh4Qm $.ƋjZ֖aQQTN0̢[WE0[۩PջI*cR:鞭1DAT qTX "UDHDQV2pC,2E—5e!X,P b" A_hԦ;bZ%A`"\b,Uf #UT(T5MaQFF0"oFDHԪ*ѝ2E4- -FZ7(&ִdXQ,UdTI$Pr+ V@+ DcZ#hN?qmAPlD(v?GZ7S/P;K_>o+?*i.J9:>ˣ2t 0F kBElhNAfG:;j!KcqUQD ^rR)H.^YTuKhonq \Dy=G|8EIFaVYRfR`2&AG-cf́?Z3yA/\Gbeq34%kU+\{z6XHPd.H%V ȂBTwh@`䬊XV TTbF11D-U1PQŌ~__xX{s~Ogc+qdOm+4&֊ +m̪n%UTej6~oI>~~5.mqp1<Ǫty,C(0F`0  #`ž_6t6l W=*ejr`x ÕB8II\1f~7,&.~F <}z7M - Oہ׺gI5mX^yrnMDRI"E!Ӂ)@y~͌;kS) $"H ȩ;Gξ۠>o߿KU moX}Rf !v\Ե**ԕAb{h>Otpִ-(+72  k)M$=\ih$.\,q$YYZC̈E F1D@d,x -yFeOe-t!B--AXnʝF4P%SHE"B3-r,>C(~YGӘcGi"22TX !miW&J -G%A\JVUeB[/7ceP#2\ѵ1^ZDIP[!YFJ]Ь=+ + fVyrZQE!XH ,lhaf5`"`$H+ADQ$R#"EB,F,QXlX(Xa2E)J3 -JP-VR FdA"[!6[FE$$ `EH,)d4)噙^GtiӞdvOfڋU! c `I[JJVBV T*)Ee R[ Q"$m%%I#,B`*d*IDi* F"A(@XV KIF T+djִiBETKh,Jԍj JHB R% ń D(;rdRPb+TeEc l6*EEV6A %mF VV%Y ЅK-@PP1*`bj ]kI]bV"-HYPAYb,F)ZT"`[KPcIbY"Q$JU1U[bBȩDXh V Vb1Q%PU !F ***6R" "lJ,*,-`" ; IJPHm`5z4Ϟoj-8J "G,T:+ Lb%A !Q@$D@$"VV( RE!AEJ,*H$H H , *Ȣ` QPJ92YR`~lӧ2crvJp$~ z *w VZmƪ/(QOC!Z 9 p_9PJ,Ebݚo]pIR(+fۇ5lՔc͙L3*m+,8pAi aAcDN*1L`8,]&ڦEո\n[Me2鮘j)٫Jȡb"rݼr.R m1m1̭|UM5f[\bt:(Z8h-Bٷ A?08dIƥJHVfRNu e윲ELn~i9}tk Og1t铝PxM+]e]9Ӎf' ӉiK]gi7ۦhSPPUf3bbn{0I$RfKDo>.BDAfy]\͵]atն˻N5|qZ<Ɏf k3Z-^뼯ȷ9Njtj4N 6CWV񪱈"esLWcYE2Y'tthSylqZJbi- :Lo6W:'q$Erb$c OڹyNɲҶasW*[k{`Cwaqw]ޘ;7J9_dazifəhnRTb`B0do׻v?cj,-4W6t+Ņ[M<_MZB@o0 %߮qρ_󠁴\Ekݰ=SkU.RH&I[S*L\7T6)L5Ay6F**kxFHqcut3r0:/wtv#gLNvo0L]2RRtʰd\V6&(.j#ثBR|{tL dM9Xaz@ٞn$rN$RCNAlG{~XGle|S?KIcIs>B hDʊO9Xc"0Lod، ] m$f6(:Huf N??i/ 7D. G 8d`Ans?_z;}lOHd9`ה|)bX0y1'G帆'S3 :TJ;%>[67P|N5&LSѧ/_`Tʊk&6h{|hqۉB,[L4,pCϯ=@X14O`)g«9ҐxR[^DO%M jU,w_WOZ?t}%%C0B`ΎºhUvQ`oņEva8_^Zʄ:Zj#}i`g,Zif;o},kD0O[5 -WCZխ|lauUg>׼W/Ve}a}oniEj2ָW sZE,07z̽߶5bp?HɾlbNKCVv}TdĹ0qV$%tGQk&q l`a%heg:3C{VZ)nN'|UWڠi0ra:H[3J3`(ηR2nSwH`ƈM-wZީ)28Λ=XS*VAAd@QLgFDg"(f9[70Zk*㰊rd [A=kOqbB: k\ACdEmFIk=o0IeWiR--zN?ACv6-Fg~/YblʧGUY( [oclFkD8L'hx=\G"kxvp0Φ^QFh=1oNG'3fbKEf6{/Kƶ@mӤJwbFdq LWiomߊ ෠vp*sТĹf=# m.#7+["D7/{*𗑗C]HD~xu ]T!L[JgAaU8;^Uw$ ׷п0V3:p|LvgCw>9SGl̔f4#cE\_Zb[Q;G*|Z1Aҵ×tp9+ am^wl97mjtG!_T\oUB{լՌ}.5kst _Nw^OL\+w,"Ҿ+pkW]f3mE蚋% cPQs҈].kRt?nSXOk܉gd2ZXwwyJ:t[(Y93W5Y6}ۍ^y_Eq_E]jTV_;!eU!{AN-m~y 7]4-jP7%{ {-%oT7Mjeө+ɳ"23"ʷoya98UGgbο[ؿݻMzdkײ? MU;DC0e^Y \Cy"VU#nR鐘ufec%{|:Cz[?*\kO,q Avl!X"l6,7h3%~žMhm4Nzq/|'T'z|ٳnQ9ϳ1>@\|FlǍ}̭Eߔ䠟6 zOc>hqV$:0,49}%Fx+-uCqa>oRq=D8l[O` 촎bO/:2={XFƇijIF&-q0џBD=0o"3+T17iq+cT :W]UVZF}*l(l迶sk@޺ \8z4|ݷ:_"Hо>$YJtgPH7V. K3N64bsu#M\eѢ[BH}IXn SŔK)J`$̥ral4M#g6wuk6/YfEQ':-d`0;>)!1_z*|-KwUJ>s'Iͫrp-/ =ƹ%6sY 4bSfä p@̆`6woy*A8Hw@w3ΰos{аL"9->Rx35ygU?"l]*(f&7,AiYFvڑ*O:wBfa|~Y w7c>7Tmgn6`h, ِFux.T\B$f{&5֋cqE[KO{_4@V7eEP6?Rty6T+[U, ʅuk Fο bXc]ݕ=PÔa$4j O1["U<]7*{F3jIJ kT3b-ǤQ~ǺwV4˱9!rOAFQfCuAn@}>,y9aCpo*)@7R1!zg;ćbٴtz"o@<ŭWy= eob qCxko=q;`20r`9Tgܥ2Z:rwX,5z (P/p1īN\ NG6=Tnjo#R6ݭtۿiŝgvTs2%*q2C *M3{&ZoT`ڬ_B/13WX}پ=M "!l!4G=7CFxmu3h*76ygl۶%d?S&rє1M-;)DO.r`GWÇQjn[bKҎ)B F 0Z Hb 6˃)ƪ80^Wbm[xc4`am&-7D[(k%] ѧQRTUWXuIbм*RvHƘ>O`~ף ‹,]A o  C0կSbЖ\ƖբdEB1,ɒ3O^@md۴ZIR0A;Iqv9>InyNIeIļoCX]s,m6IM~Isů3; Fq5`h*W"?*Wei;E+qiij&]-Dڐl5_}2FNk ]%bn^ ;G}RvM4w^?N7AOz D~P@3.mz軄qm%,{0+{ce@8=(23B5hq5sF|^٠:H ijVNe]?vZ¥=}ŭ"IڡBq!P1]ӯ-o/`q^$sӷMEڹ|qyʦ;mI!RX+#?t [Z,(=EMh6`=i0)bqnC @E3S(Q+RX3p dۜosS?)zu.6T\+nvkw[CBIW;$oE +j/Up.SqV4C۽JeԫIM"oS~3-N+=G[*<=P*Gy\0D /P,LJɃgs+VìO yj7:{]?/]=]Ń 3C̓,3euR(r]m-livA^f G2'p䓐q5qwό_cYwc=Yk,eN(4sj)((h!&fy9J밇!;2%q?m3mę&M),蚹u쎟&-7vS3O׭}YwpO8ql*:8lV}3ify݈n+"Ӫ́: aI: ([Ib=]oWsئIt8{ yb>|lTs3e5ިWֻŕR11"U[M[i#NCs,31:rTrUr1qN]9SQ3VTƺ:1։H謐#=NK[ms½Z7'/;qߋ]vט݅]n^ t)¿>AsgN7Vz3yU54ОFuҺ5t8?.pvrs7o+?b[_=bp~ 6g1\=Խ{[u ܵ_\YX '+&snXT+3g:gklݝڎE!bڣ_8Z_{kk_"i1USb3cfOS˳KɽԯLn-ނLsBJ)4p6}LX:Y8+]E[kp~ ^gmx90,8Xmimk4]6_H(HiБλ9}ʟfêx`Db?cNfmKj|{٫+ig2; `+S" %c/ !.8lۓRbSjZ5 W27AHgP9\ ZFUt4XbS[: V#^LzSgmuf-T .͍۹]l#PqkeD 1r&hWo7*5k;u,c2aZD@ŧۮȍF&6ƆUy.Se2@[F}G ?6NT o\-;H0-ǁ;];^\ X$%Wa7ԷϲD~xL&^rX,2urjk "S']ưm{aAKMx;ȂiZUچY |^]kkb* muuSi HJO*nj ذ@*3m|*P SoWxk =^۠_'vpx51_t~-[ZS[ohz r,e3gď"hn2zH)^. Ȝ13>v m=Am^ ˍm φD L72x@J8* <6FA#ff`G ~rh|/v|  8i/5~=? ?Uϻ_ăn>io@CLa$0ࡒUXT ch[PwG#9qF >%6JA)u)u7r —_hf UpU 癞ejbY\Us`P:" *FLr&u$ߣsTF h,Ga\!L-?bW,33en.~,w/)^Gqt}40~ۖSN ,T uլADTs!%J Q]+ębroZ. ř1vT.,MY?C_&~h_R?Y( GiZsWZzLyYw,Π+g%P g7o[`t$(|m[[c\ i`/a$i/.fm|' P}||3jmBO ^e.wފY?0Л:hKE#d$Hv/:*Y2s.IR% wV|>lۿS-+[oӧ=?\qI*VX÷TFo MhF"ޱѕ=j0O3]\Ij,W‘X$c>RR7gԵ0G61qh30. <~;]iyKH|SKz@Ͻ* L4#t.x^'Ѳ#o~N7nz$/NWBp# .R03R86E\R>ѱ+O rxۜ6lZ bۼh6o ;l5S†t So.Bvpq ~ ##ujmb}|( An%̻*z!]TYtP[;Gp š.$ӵ/5K:ʡ}NfCma 'U3}6|MwOK0wY:We™Ϭ 3⷇Q(/~VTe^a˕E}p̈́鏟/\uق jYrV31.-beXEc.Z-Z`o.aqU p=6Wj{-[96P?n>]֢+ٮ"4~NJ<0}c K}{W^@@gx8 ]`,ѹ*w5Of^b,TL5҂^B&K263FYίY4Sϻ@.-*g]OೠgJ!`!3|;d_"Gc {of/xz[z5> 0a6S;X-}>?8f!r0PoYNKW/~'1i$=WfgԲrk}_΢~$CN1:@BIפbZA/0zbtJ{i^.DWdXb) !HW3:, pCh2Y/rqloH~GSVܐ2y/|}{$nܟ$~A V&iFDPċw?/mf|H]5z`:ryN8ܙaZe#jR({g(rǂ&M2F%#mA#k_2Աg:{aM~ltlgVRڈǜ1hr̫Xk|[A/V7=A;i2KԄ7JkZp^7EkЦʘdk+e>3 A:Yo6b>jD<Κ]nd 'KYk6>sۏhG! 9?v_'~q}4>[*5Sa@ F$y>p{wΝDZAᡐ5&f?!#9uhX"|A,1A1W]֝"%.#<$6# /0t[]-hHődX/{Db2*(*;0!~II\:1?ӥt_uP d ]4qA fGϮ%:!L]3əUJ!}kZ:x߈v>rz /n|3"L ./{E$+8 2xOӁqp Տ iF ;ѵӯ}S0ҌsE6f{S߀`na QxѧS#m,!]KM#Z}܄B{?&Fp:N&G>EW} !272騗`tW"WICZz-,71z0SGhv|LI}`+i嬓x'v!Y0"( O\rutz8`2a㛻MgA5Êrh4Z) ?+$7Wh jA@6@N|jt㈹B_}{<3o*L&3M-tרP?:Y:ԞQ'8"xʐd3^J(_TǬşZ8>k=݋suY3CLL}-e %bQ HRb`Og}yΜP.j[>ӏg@e>'3d~\= EB0 .*y)?}Lz[6h~ӥo,3z礁0M_4SA^]x\!ZV+L{џZfϟ@݌ߣnaBBLBåd>}FA$VX Em $_Z#! {ƐJZEN Ƹx+ \R0kc5uV]nŔ#kRkۙޓܟǒ淀N/K 5kniŭ¥ "xo|Z% 9Pc~ Adɂy\*7Ko͠.ޫ?}ao>!o(@*Kn!zJi͕u]K,u)Ryl ϭ\1Aןd T׻obhhA-X:}^.\4Rt%b؎}UZ)1Hg`[îBA^\ 0̄)(B,jՓ>:N)tBEuZc%g2Ԏ0;yc rG!%OL L` .! U}muE>vk!]Tk*aV<@B#:yӹHF" # ȤV:CɌ Fe ) Fʾ?7,n42#l* 21XHŎJC'HXeF0FHvD4[.uw5(v`T;zcva* 2XjHi1,&0l`0a\p/ZO`g&L\!v@'Mq !X)"f׭@=>CH^fz,qfjz\PdùedH4_Ʋ7YaF=;Kd>kMXRT6<^K2c/851>O2y?t#KGҚ5_X(8dUӶTM""W@_:Yg~n_n/J,?flD ./G['Mss(;RjXX`ʵů21ïOc))YѐџCT. ߐ^mYu!lRImǂ S{u,%Adja WbQSH"0q`Ƴړ(Xi2ΉB%ҷ tز-LI K3/|}:E8w9VmKU>jn:tQ_;)ַxx8Qck냈)Cȥ?8h=FÒ8ۉ<=J@8jYS3Ԃ:H%C(sO vI)8|įs9~/j7¸06#㥧 @}eE]81h*f hi nePXN)M3ЀIUi`Ma5H>-q?RE T"Nc kL=BaYY@[PB䒡IR (w0,$9d` Ha VDJ,JE `h4 76iՆj5 4Qݐp=EQEHU@FR,"$X)&!APUĆecL!_]Leb PP;Imboޢ,"1l-W׳<%p##7]>i䐞dZB!oI}"-Enk8F%!Ƨ,FAEam{,#HQbb"܁`e5_x$q-#I#\PeC, `BOM)ܼ?ħ eT9z{堈vP-UEVF8aM7CQXCy%a^~H#gW զG"I2ǰ` h[Pp,"B;G3BnH$iO,:wMLf5" нˠ1+w@,D7@f(}tG8ș1W,`2H`ZIQ`)R((bH&%H)2 N1#LJ*IYR$YHc ńO'Ir#$TIp7m~MTsHS^\]53 &5R&XKX(*üJHU-W* {̕,T/J BVB HC's=azu H;2)HRbA?4z?w'4DEc5ޯ at2"_atCoJx1oYHQS8TxokB]q,p045a6HZ`S aIyCظ0?ip^x C|݁x,8rT<]!0$O† r4)ǗS#9k3[fKUei%OJW{FŜ` |XCڞƏJ>POJK eIC15z6-׉-gZdr汛s; wPሌ7Bʌ*KO}}k6lA$F@ "D{5qyGUŽ?+30d$lrnGPu6(GyU_ӴRI{7sV<䫀WMaaƨDhNuMP\ uFǓVS!jM8-@a `s3=4 _Vup`eM @m T! 2kB:2Xk\P{W,"D ìzFS:rVD XP~w@X,H%Aݵt&˃Ьwuu#<W>㬮ȯoowfMrLēBL`x" z; <0dGI`1v`hB|fͅ¯`!PMt4 '$žW?!Vd 5=_t،ơ?2'x=4ԇ=4Ҟc R0*(5wc0 h6˔ 4 :`%gUmD8p5"ddBuIkm_ytk Kp,`4F0!w&&['@c|I%F|ZloҌti`Y< `uyuR0ٺ N,nW@>Zyj~N=3AoX3##Ό qZywd*-Q+VƦ`o×[Iٙ2=ĆmFqKU61qݚodD khW&ZTX/KvBB҄vRDA|-&2E`TŌ~-<8&`: FXR{e\ɞWi(Ϭ\s+mgk0RQ*u-bC9փwuwι]f uVTFO`ͨ3e-L=aY'01WU/=k嘚M3_ł t-fY b((< wuw:if03 pO|3ݎ`+_Vq@1a}kgSlނ ci":Jp0&#adBȶr/% $(uM%>V=&Xa#6-tcBHu’-Auuh?}Ecֆ2_/râ9^6Zy cOd8rS!:FvM4g ֙x0̗gkYjI8t)Qm@H4"(Xj(l6!`OPWCWjG^' Ri&Fw`vQaYu+l6ӣЙqJF^[M߯NOџO31&\/<74SP1hY\-Kfe0a|ԝ58Hk̶ LPIS](y9k(DR"J@23EyX%5ACh!yb>-({n5q |:a4}冇~Iu2-Se>~+O +,Q1;5X lYYc?;&I%z(^8{EҶ&<nh̰nbNN]@F^T:E%9ڥɕ uаTqYl֨ni+E]v w; >9c'q*!Mh;}[+`sM(Uv&^`[e&'# 3QJ>/V[:iQ"Ϯ3`}P;hIme0+%浚Q&0 }_'{03X>̀X8>_5{|~KMpl!Ϙò)OrK^\:*aL{,OHΔn,{h.^73]ܜ,Pzs5w3R'3@K8 %hh 37wp{a a5+vsy#}'[V{y`]<7ƯUeQG2I&|ݜN-ޖ3_7f8 i&VU$M a*%|Dh]e|׫ Paƙ22T":v:P; HԼ WUv2hƣT@)I,~ma]pq=]ʉ6it:C񬽾wo;Vt@g᳋L|1T\|#Q:hoy]]>qYmF\ZTx*r€)]@v,TQjl31p=4\g8fgƋ;v}*HzBHR 2y!^lr>V|TgG?FD`y8!w&EIL9#4B9qfؤH-,AE Ð"!CW׈Xy'j x,򛬷S6]fEᓎxtn5} 6jUPV=.5aZ/!>d"$x~ON[{՘гmm׋VB8Nc\ؿ3" -S\0FD`T@&q@t2!ݑaA %U1&og7#"$-3 ;6= @7_^d} * [">XfW( NCO#z~ia!9vJNp=s-~g;Dᰍi%{K2f ZZT K6t .vC8!LD@(eWJJB~h֎GIXEو=:9MQ:^_DΜd[w*.Z]lPx`Q,K`n 7s1up뫝S4 q$ӆ"Z6)R{_~7Yf1x#@}Gqy#^b| Yp32;.ty9;Fpbs٥UfObWx2 0)hfp!Xg5?_gx; !#Qڼߙ>d?y`1kZ8sy=s3t2L)u zlT1O;{n1$<`kv1%'C׿xxw(8L Ǻ`.Sn>v7.M}t/ЕQCmu9nTyܽj%*.c,#[d( }t^"Y(bYCn&@`@yzlhg'rk-֫ Iփ.n#mP@v *0w]xts Z+5гZaC H!ɒN|x! "m@d;GvX7 AW@te!/cDRZ3-hoL#), c;֠>6eD {Z8&"'OCf.XJ5$GmأLaR4u eIQk& VF"c?+tBP;{TƑzp9J#64I-": 1c_2M\yOTmChPa2]IzoWQom (g bZ0{Z6ebTvT ޵I2Em'jizJN \ 6-)s;>SӦʤ+0Û'' I>Q 6̜岭g fՑHL@wj%qW(gFcK&* 5 1b Ѿ7c=#hN="Äg*F&٬V&Q//zǪ$8F_XYw \بZ/zw}q[M\"Q{^_{5Nu;g: u=n XPVk  |xG(Zтsd+$ р99i uUI!whګulG>!Ћ^j]6[?bP.%CwTbR3u"h-˨tv={~ ں/f>: % jμ䍻N jgFC_ߠAdB]eU@ kwAt 5Pgz>j+Cn#p,(G]!r>M :ML1U԰բ=1 bk SrڐJSAmUdZ V0(ϙ:pq;?^<~vf?m#,N",9^gOPkW\AxG';{2f@ > m+ڀo O{n~ܠ,wY/JAQ,\ M3055έiR>c=g{XjJ 6A\nCoqaG*TMO2^,W#>S)ͺM+X]& I/bd+U"D`~A$̰إ**Օ]z*C "F!>(d:.' 1?=,:*!J:/n4(^%-BZϾTݱ%~V"Ȯ >\&d|@_>H< Gb΋ \gޛ4t2ӾѤ݅?D9[O[^.mf dF/n~5H~0 j1]A@5[^&*%x6폺͆{2Y9y{?R!i+3dѥKzF>!>فI*3w¾MpLV+~ _ v5F4B3E ]@-r,_cdQ>bAb 'HHz H_w>-s:${\\˜ʚX]?diq#$CoG֬j9(Aް Qaz"$3Z]D8"ƚ$ SDˆ eJ4r5UnaHd֩:J UW AS#نrb%&"7Hv1DC U5+yܠTIAE_jn4Gy<#{sc,E8=An ہe,ZeE?o2#mNIqQؓH2rz2<om~+K61RdV΅T\29[#pS7EYf(o) 2J۲7*B&HG}f| {8 /!R&Ї~S\R֥+@ŖffgϷ8gW|޽7\z /k'Ozw;zfݾrlu'RB";UkL"f7%vhրGunL+nlJH}(Pz@w6ӽU{Z1yvkko*oqwþG{#bvL@75!QsjtϏ{wzgW}V]뻻OuJ@wvrzYzk:Rx>W]O =q]| >]>>Ovj}oIǻ׺ϳ*kYn(yh/ݞyޢG"7zW=ݳoOwٟck{!D \}uLJ*$P4BGcޜFjP{ﭶ3695G7J0ckny׫qm|t p}nw:ݾN4Dd&d@4LLdѦ#F@=0&@@&&ii)И'#P6*~$ޤaOLSS򞧪{I`Ѣ~ 4 @L@ =&b4"zmLil=mMMLLLOLЃ)44Mfd2laQ"a O&4M4I'A=M=iѨ&hhQ~`bfL6i&@?R4d H4iM21 '(iO %Ĭ T4hp[&ui`##6#&&:ی-.Q=/ku54(0hF#@dQtq]'Ozx96Sk?rh&.j0j&d%:]jV-IKNgAIҪx"E$g0Yju.*H]H5#0͐lf-y ]F7f_HW,uė (¸/&gNO ai= \}1*a,iX3ӛ* g,88zqtK+ln@@niK%5*eaMhV`HF%Q^XKd-\YD(O2LN1"O[qBڦTӉ}2f儜teus* ABFjJApI3 uY28*d]E`13ZӼ/`T^Fa"l˒4+h/pQ|ZnN3|g@ɓ:fl 8>fsDeѿdy2Zۿi"V3>q5£mf2*UK2<ƢsyD)+>?:\o4g{ wF(Bgd#rcC %5'3V[ZH0q&0+jZ F1LF& &>s\iSorrq~X_'-5ӛ*3TB]WȢ3ELXYgUHQ $Q1Y"+->| ļeb_9b 1U(af_nfR/s z@̂cp!@WT/'c39} BqQgLd_9 sR  F< b QG4X_ Ӭ*ߧd?eIhuyZ &uMpBw`շAʣE~ta$]3Nxm\=L> bܧy'p> p šr`.*D$}@|f(NCh}9ؚr c*S8+KNwG05ʰ-&"HI3d^7';9;N;P2GY&($*rw;ϺX&qr铷~إn/缗aۄE%>'"AIJ`@4kg$ʽ[ &02[y֍Y:uMB aA;M5g s-ċM9]FF OJ.!JŇ}ŁULBZ # f@jV \`6!FDHifL11kxɼ-ȿXa<]oOSnΈd .WXV$`TE p:Έc|>C3{ >zSr׾#4BF0"|ҘTGQW4ۆ;LIzx AE )yv"C)n'%~qk r;ڗtϔa/#0drtؑYAOcye*_nn"<C ܛ4 !n$BuHa0"qMف)eRH)ҭ}_[ݮ: iıVC@}L+ K&k:csuHtxm b °ʛQbB@RJ5@'a+|}32 1‘᱀;ˏp #{k<PGMm$FPA逰EwyQJ0%V\,̪|I՛g"+*YM󔇙[VFdPX3BJFvkYЉRWArK1+@@3jt)`8,tx@ m`p#<(HQ\X"cYe*#5mQ,69 :d#0gئWT&er+KMsQvMi<ܕngh'/y< XqoD87:M+)Boǁ/2Vz,8,5/לu.'?&@% @O| >_Dh*Яpp[lȡM zien=%7 $1 Hf)WҮfȰM&TF+"i j *'K0§6 k7SChӅ#4OFm MULJFd슠4j@sgh2fZ  N-^P thZXcR3{[)]sOḩ,TUٷ]LAdbrsof᪜~kƼn7tmȚw:y"rD(\U%5BGmº_+ʾA8Wnfq?wkleL`R78GcGz>6Kz[KXJXzΦӗfٕh2s:YqDkb.W+ d_k 6@:1D g3 95JvMaoBy1ߖeVPr.B[GA3;!?Lևo!I$6nܮ|l&6ݯty,o'Sz@@곺G_hW:.¸}+_n#wȟpSVqaFY̾q3\7v2TEإiil: }|_;D[]ѣBDV?Q0P@$,QC<*} 0F $c"%6LT$`Hd`K&EEF0Uh"}*CLTiїv@PVAdHDAE *L4RH"D7i L1J0*k%3h2""p'xɹ&m]&: MQDpsYEdl0ad$ۮUq[BQT;QBQ"Adabl6EUĝ<S ȀdCH EAdXQ"ŀ,_P)!yf57-tg]OMFTH5G?o6wW!wɤp@$^wU8?aՆ E; S&jȴ2zQm&ۜu$/(T j;pU(0 @D dΔaSs3;_CC!ʷ f~IEk'_a;mbfnجmoaH5~ͭ>B{[`23]@eM[N PR|)f?+AprꃏVm^ {/|< Ui0tZڙoqa!, !L`Dc4sNs{Iw!/;'AAQۻ++f~5-e89(UXIhtLP[fbMFCGm y-ߧe3hZ#:\9(f."r^|ح|yRZK0Qd<(LFBn ,C&RQ^J`fe# &X񉽅IܻW};H ϩ}c5<dD|4"]<_Լr~2cB|\*P.}Te]rMzkD4wzQ9[<{.Tp2 1*6.`@S|eʯFIJř[lz}ROabeR۠Ffm7PK̡hHfzQj/B %Tٻ>GD@҈j'rY-pcC)i'V.0sw?pk4fP  }7 ǕB:+p7Hܳ「O[.Ṕ 9 Jy_[ī}`a=E O /e@HS8HvTX!e͞ NG^wƷtq˵7BIrd2f&kDABsQTv+!a9"]#)DPez3sTGT g⚔Y͗njV}2M 5T#e3)&\ տ=lz(9J.ox30u((XU8 ɪhl[ ̙szxWLA-)qDwpHFmAjQ_+7 2X !0a*rA X0JP&P26l>d? tI pn3y3Fjij*k% tS X͡Z*J )@~G4{^ $]k8zH ߻hmb=}=1A\I>I9m@QZʪ*E(EibL ᾁcn7,̣Y8&bHa T8Z J,nFEZ6hD`ip’eOeEb(ХVcssa V$ɲ#J R UDՂ É9,3,]1L[ f9  ,7Db*1 vWf@g(bI0PݘS ,PPlh(E ,V F+R*(1F6f1Ŋ c42 )B#4AD1-ʬ`[grKj ;%t\A9&S bE&6abb ,qv0 8)ˍv"3nVRUsRQڋƇCwbfBa! 0_A@{Krt1soUхś!TeA vPFvA] RX0^9{8Eevg5jzN݆=',ztQ9rCTx+fdgƈԄ 656B"?cgS&;Ca~x~ckɉMY C)|mӴ̹MrLA!8l|5 0- au2uX=d>C JCpiGĤ;>jMlOa^evbs=Ie-"I+'g#_㙔#L7a~}?ڶ3Y=6[#<JS [~r8{pY+Ffe}<_,FռH\[qk:A S'!dl~:hfARkҢf,>;K'!˩6E慈-ID|7ѱ{j2st}S cװD_vӦCZ M{{"Ph(O!CtL`m_a eRr- "e9(v䆎^" YPH3)*) FeTeAVDJMm 2@PtEP *2Y'&Qv =)]rn{r~6V`#}?z:TrazBǯ~iҶ/U`" 1Pf$R~qda8!EEu樑9fjAdQtcÁQDVXbqm>yv %-V}}9E% `ͦyEц1~cDcK/MMZAk\EnYA(0Hh3Lcn.dSm"$|Yr@f-ZmvKiP!&b8[=sbAyN @p@T3fX\ۀce.j^Yrmzq3}@EOq0^Opȉf *{CPe߰S䟷XoBNh+@dJ G20.J[7;C5O*!kG$;Nt짖6Bq͍33( 2;Zb)K@84~4M"2\~ hi¼S7GD6հB!@,0>x2Tv8$^ϸ;GTgv%p{7f-Æz5PR-nZW`{~wr5t;攇kCigpqL 0ڊ -g\4Y6,0a q!K y%}o_޼}z!O05 Zui~?2Ao2`h薨Lu@V:\L!PĊddoZ"P9Z1\^=j+ \Yiɳۥ8"+\ocxby]xH 0U”ijL/WhO7߯>?vVb?aG Zm\5"^`ؽc5jE 3!b;, Դ7-{Q38f赉`5DֹHp_c o*"(B$cN"J,8#ݨDk W)њx fK by0K`]`|yjoϽv4nk&00nQEUʀ()@+!@B WR1T@$@I8Zpc`Q;^vT$ԸD.yu'L wŦ>wxO4nr UfbvMœbkj9%/'Ʃ9p4٥KCp]Bȃ( x8)M\m8g0dTUF*tN\9,y& Vb4]v8OIDEhZn.(mhmbk\Nm 3;Ņ0tC(gKN:_nzPa(ݬj,eڇ[;K/:if6G^{!.#` Quʙc8cy4zv;' 6Е(&d%Nrư?d@Bd(~Ԣ3~w<9U  [pÕ;~&.<pg%G"jrؘVT fP B њ-Qwqah/ :w-곈?mUJm`&1Bd\dcwI5PrZ|ӡs!8uDgtIq;ᛏ(" PDKp,np5ViE(B" -a_ Q(nH'ss^5jd  b]-P4a"Ty)`kM۔K Q]w^?\.npS"d B IJ X c@ٞ|`;mX! hHyg!`䦩uLbAlS%**ISBf1қkhq#:D<9pu،aU7kZ1]FGyvbxྖrȴc9uɱi%bs4re[qD6%&F"jh,EEj*-i`چ tɁTт -nUNT8!O/N0 2"Ic Hw%F[FaHP;/l,AktPP%$`%v0,bos!-wsf@>z {؏U K8.HaUOn6&95Chh! ʂ֟Rʼ~&-IAwp"TA'G燿Hh!\¥π XS8B@Dn…J*UđR^4̵#a}ϽbsTQA Ւml=;AW_2DU>bP&J.CE1Eҕ5h1*JljpfFdffF TO}SȻ`g'h9OyEP̂ =kdKLE乘yPaa&pf` Π:9-s, 3@#0 LAziHz4Ҋj/izPR萱lq"@" Yt\5VLǻҰ9*2 ՈCSiFnE gtޘqroGw|@T}] ?iOqCy!{-=߰ WA}}'`֨;g2[ZdT (^0v]xXnϰ ^wn.e/{,POL r3 N+_U /#XAɪ^8rz*d x E h6/nG g"<*s5AE9q暚mriL8*6ohUMдPP}ώx{IG`=mbk# x* IpS6 -0v#E{:7gly4I'221 )"&mP%UULύAVJM*`(+;W4rbsHT; 3O< :H:jl"@{Wrv@67l^ tCtf¨\,>mOT3ʅCrJ1Ɛآ8aiO5 ̘LA63mAF[n #Zuo.VkY h˹B͋w/@&R xL@G+\RQ:vk 5v3(zb{کGwB,2!B'e7&:#Eb!P3Dkf]ck@8Q'?UxUߓPns(7[ ŒZs+dÿ8 mHa(d*-0w}!h ea24{⧖?ـ9O@{R8:SnA0`sV< ,(v8`kg\+nkb*0TٝsgcS>kl)Yr<%wAрu , ;rY7ewY5(V8Dc}Q`6dC =ciPVHBYepɍSzR(ZT=a k'._' 3^!3 DQ6Αdz=憀UPD#p7_ΙCɃT lq: u 8f75 %B3ƴQވ˧aog7fiC"#cAlNZF+Q SPAq`<2,mQX)wP76ɢ9]M[>vO~b~ V8A[Y(IL&%#"5(s0[6tB{.@SMpDpX QX.]!W* LP-A`lJoPsw * Õ@ ߧ^а|,fi֯mzaPɊzv-ͣΒX6u|,^CuXu(::)B@'9njΛD7VM02PB ӭACﶪ (5bUmzo†~k B P+ p =7@ cQ /}jl֬'LP$Pk1bkVictE0DZq fE!]`U)f{"P(~ 1l1rK-̀T!1 詰8X"WvÄ.\L?ƒ#2 MA 4K.|F4]MJĸ*{(B'HdBpQ}3Vܡ&j BHR@n: QgږnXy2(Qʢ`7nl0B#"#tdXrL\} E[*28-cmK%laTF" "ø?z G.Kw2-H( Jfi`߼3ƨ+\Y ȄTW2ȇT@!)m>^@Y.nWZ7s} J'\Y{î$4-9ڦk@ nRjNز\ {E#D7>>p2LtTnٌGO2H1G GSB*3]3n /}6(e`ZAC֏C;UIk.Y\PԠRS)m*ZjVOlXjop_b*y.87z.*D+3VQx:URڍ\13ni7SD=ɲSg%,h]vUS :cWTZOuzY8ӋٸLR=*d"=]%=Vį||ĜDd@1l8&`Tvv|Of B 5]Rǀ& "1j &6i E ؂:X"UvA--ATYg[AUlDYTATBAAIAE@BAFjt -[%Ul쯵׀2 ntv q#;v\@ wL(&|dёs2vpѶpXsL6 ALRs1 K\ C asަp { Ի\8W&*֘V| unсQJRm!T40(neX$J-f\I]ؐ$! 2!I %DwI04)2vﱀ=Q2 LDN"&6  A *+қXBPT.jXÔ0frEIP$<2\!H ـ"QA pT6޲ XtR+"(*db,nv A/TC$PA}4AWv8 (@5TEpWvj.PD=H2Gl`I53':ޗ4&.1ZBH٭H c zCAEd-@d0!AR&:DCD*(27ĐB?Eu~u!$ވ@vh"C%B9`@4Y'C3P'l!ME>Y<X3^̀+Q,YEMh(QH ,"ȲA(5+$C$~>xtU  POhy8v|0~['_j{L&=^L.iWG0 .ev~}Pf| Gn/8 "( ^#Ig&PTB{FBhۻB>:A|uƳT=:YWC=kK> L!_+?ƣ=c?'b< )f^=\cӈr` q+1>;1wO[=Ds6w]@׭PRO9#Wpl9EW+%U?":3!Q+HЅ0s'3M=kDW=6!{GvnUA R!j[i3G4. Mpfr$ p)k.ԂI7;'L~;[ˏu&^M\&`tJ:qٜ]3"ʆ"R-:TsK{vc-AfwL x|3.})%ȝQo!BLN27?nr2gJVZaFEt7(!(%N6nl5G:j5h͐ %EV`PmQq4y4,=\GFDG%T >qJhٍ͖uvTFDz ~ 1Dd_f8jgQOҁ?Znͅ-ͧs A<z@P6.šUvU8 MknշC˘5@csP"f(HuC''kCA̾VǺ2 Wl[K]/3͸J"|!*`uPc(ZDŵ 5UVQ`ܧK; 4ϧ&44ĄY\7}t h)_ӭ?$cѷKn6N 7'F3\T_ԛ>V҅ZHI$!Ou8(D]y`=FFe ia˒s|aP* D9aJ @-qͻ4=iqwcT< ,SaD I\Z5603pc -9hV=xz`` GFYC 5Vt"yW[U<q[thqt˗iDkO`X}<զL:jto.-`ykJ5b}@Í1F/0!!SLM@I'NntJyYh.6Κla ;,]۝mr)컈7.ݪ8o_.";-L<$`=FnLްrl۵];Ö'u0v-dQBp^+q]”qv*¼P21š ʡZ0::Ӊ{ӷd(>iMcj$MY=T.*Ub+`Bx*K+FO>vbL2(u{EX*ɓC p:*"`<~$n l3WAm/oQL>xƗv$d!MxoN61؀"'U Sw3HT'P06"8SU >4MqfC"TD$~!PO&i?l kTiC.wm`PσwuQ }|,)ܓ)q9kZ[fg8yMh HE`AI>W!Wx6^ICG8>Gr;0Dt Y-]fPU.*πpJ D5gC'3(?kZR(YJm2)Rh'i9<(sPhY)@z[t\m ;qpXhfv5hc I (/UeuƗ(=)3)ȗpM 4.·q"mdy2|4?\jt r$@}GQӴ$9 ,. ~=q8mwfdŮnsY,7AAďv(J,d04wC3H8o =awj&M*gMn"bP B,( P,BAE$$R *H( H "HH# + )SQ&k35 uZƏ\*G7^oEV?EsHwK'|plVq:/ &a%bWgQ Atq˂}[R Qp#ƨIP~#Os؇A!bU@UTB ańYB Hbb ""R*(R*@UXȪ,P@X1Y(E" X H)@FH#R PREFR,YV# ,UK"2#^h>wCP7@ކkYC4ZzPo`%}8 LȈ )@EoEj`""|QT pT] 4m !j"(('Ј()f( rLU q|H  8 ADDAAE>YE+ˆ*qEQ>Ax3\(F*@R GQu`(-"E͂\X$6`3Y{cE[qSC@ W}fHZp\.AKTAQxv*Ƞqr  0 VN<"j ^$<ȫB)  `"+ dIjMl*Nϟ&%3aϛrr+!`&1aEn0 FK!L4 1~">ٯP6?ʼnk_l\HzӄMCNa B3U1(%`7}*#phAXc_|84`o]9\x}Hx8h qC Fd8ñ >!~Q_z2g{f  7w(~O)cY 6 J bf:_^og9qh\sj= `M=/~thc޵DŸb#)ֆ-?9( !i=N\:RHS8]Ow0>iD А?6'l~ فH6k|J*pwLzUhh[|~d稪r3y:Ʊ6<%ir{W7Q nRgwS6UIPLD^=JbŒ11tsZ_1-C@{8 uqV,5CpٷxyBxtO혾U\.>B=ؖGU a+_2 T2&=_|t2͵JV:Bf\ O~!" *W/`XU #)y<,;MBEyGx80V}= QryjGض?wCzdžAUUTPq-:kE-Z+xe~nrAe2푅x_[~\f  exc?Ʃ|nlӏf:?9@pL}RIց'~>`DɔwXz5儱eǶ3ݏ߽M{Ǫ,3s_O0-]MI̠U`DJ_pF0V&&l>)zmp!MA*.qpnfQ/JJۺ|rwBqY7j"+.^q #]WVI2#.YFW 9Gp-}0Fp^ݍ b>?n;s v5%h딤I Jč\?E< GdU~ߑZ% FgWOcbf``B; _83 Аc2 4 as_6SfHXٻΣJ8ͿZy/,A V@21DHSKg?t9݄<@z ߕĀv@ِA-̮ا_sj>dWŌi~~?$qwvIuSwQgp0g\`#K]%ŌUUYt`Qaw1Jw҂<+#vaCQW$AM\Azc16c##41o(~ၿ| u:uC$W)>'P?Lu'ש[ 3=Oyɻ&@@f}V|)@GWV'4-/k5]s+]:PDdYj xJF$/X5EШb-D:|ٳ$ѯ[2(Zh`TuG0gf2=܌f:7g_)wmA~;| &F.U6ZN,D!/#i'ywc#c,/23=9 ?'5$sX"w(C3FT(Gn_5 iJLfi3;ZRb|־<1LKd-VuK9 NPZʄYB~Ҡ/f4sץ+Pqm0 " W slTzý?}( 0)ǥ/dwqAv,8> )߳,B˩=7,{ڎOr 1Mbv%1k|Fʻ1~fFF  P>mꌷ=dԳ7&~ tRA"As*A NeBS1UҢwX+coacKb5#H`n dehtLg_͘!˿bo:3##ks!lqQ{ x֦v007r-tMi+{}fyuוs BJJ69H} 9c+نZQ$VpV^XXMnC~>MА:zZZEf|nb3QW$F: gjFBZe|wER%.@iK:OnNt(P6聗d [EC49]rꙣrL-.04lbr_aQ<0Ç+`x}iv~i/7NUk|WЇ=RGQ}.vRI& T~!hî+FdMk(s]/v=1/U1j 7EC[@~y+H.oP"0EN—VAf?tǹfՎ4Z?\x0ē1)'sb(6zܣmq?Y/C%#Z4lN-5U$/CͱdZr|agF`V{pǕL&D 8 9~3LZ6uo+,AiT Kbœы84YlSTE_vSϭ3|)._[W >[QP|eKK4[rq[3a\Gt~WSBmfձZ-ܣ%Uh u# ㏋.Pv`,<1*|U'>8rqiߙVK0jbfGr(DFp_r` k|!~9>KTpzlN=\‡C_\%q˛=$xNͬqJhrfdS@X3!Z?an3/FHKgT bJ$ b,TThusc Jw!vu;Ju7۳>wаLmkfaM5P/y( Ak|pτ m*ˏHYفFdf "À<~oq2J`>XO sJ*t{nEX*HjtZ{p̜ޛM`,Kh졋nOƞ`b8(:0pfCc:-)뢚>ɇw;]`cqf`.$^x^X uF/cj??h,M[J_aɘ/,".*v{$ F`̉@TК=%*!v™"̕?\P.,0EsFa12d`4A'_)*hcCW- #eg~6KCz׽amgЗ[=FcEnM^q!o^HK5I`lxWEsC~w%\`̄MSBlSq|k"dx޻vx| ]p󟕻%f)[|qV5.ŗv`/xHQ3P&rk% ܹո<MphdmQPVs9ErSЌ{赎I`àpO7m#M>گ]?#8p|V"\E d HyApާv;TKQ^2pʼnJb3,<΃{/qUi9![5^E;XGodcue?5ı0@ܦoUOl;<SFI\Q+_Ml-ψg~$]]dprvhv M1eiFlU!$2r%R~Ȥ.bNai D()ؿ N%zzlq-kL~+@FF]ZxN7GƏQᶎ ֮M;u晚ܡ- Z4J)h2;[HQDܞ7Usϗ"+8 wP1z"`N֏SF ]Cp@Xx(KNa/o0j{IHD*2VT&5ySyAǢU)JO6)/%p Ɠ$K*iU6 ]̛sagޞx/N/vw|gZ:PqN^n21roZH|ɏl%z: ޫDZaW "|*sOrt ( gaOf .ck`k'AιZ[ I1%fO%+=4*FZaj| c8Na~?,OOއ]w%ܹB{em a>μc5a':{:*7[4kWqah˲^8wo%2P^]1 3t'&8KL6ԲrRMm|~,YDVJe=xkn lG`K>3j2D+X2\B@+)!k)Oz:RVei>vN~JWU{ްy S<.e~NJ}uTk!4өq)INrP擴l\1R#PyJ# U7W͒u(7gHNf,٫|4G@ϽM6XhlqTTt8[Aa7Z\޺.%TȢw.QnikSُ&*͵e!` Sf0ެW9U//fe'sYm{GѶUE٢ jEet%Z҉핪AewJ?FV|FV6^*g>4Ln ^TeB)F}ԺrfGҳ\Q5xQ*S)33e5^^mOg#&;./m:Oṱ? OyH3s΅9y;mW1onL} ~am$/zo]<2xpMV^\P͟YԊCMq:=6^6? v_6{ 4V:920Z2cp76-yh|-R2"u%kCN ~n}h5fC]6y;8:>%Î6[ n|m/3{$b1/asXe-᰿Äم`k3nn*>낪/ѿ߰S:v˶\W yT=z/sN"gǾi3&.z<#zEJI1w^iO0d|Fo A1b}?椈>J[ 9>*PPTCYyYZ'ؤ>rQ^T:Z/TܟQ<?r*_K_~>E(cEDO( =8Q@W@ tA<ȟ 21ǃmi/懳[օ=/g//7o-_j_tu8~UrJ*K.t]ŀ ڠ)hJm2@ =0? - ]1DF' ΜU+ 4 2J_LA"hN |KdNu=+-vu}}5Op;SZh~ (аX mpS$ X}A~MpSDhshDM|CX?1ACχ/wC+@P@0e$dDp+q]|?_U?Dž8yI[ ͝<|fzfd##!m?=pd, gLry/&^uyx1J i /3h~'{W@ƪT3dNvGp!UzPwէ |07߭C0|=Qtd|$Ac tQeh!k > q'\ɸllC I?㗤h`{0^̇ j7!5(0D!Vѧh)Xj D PR-:/ =;AL| g!XMWy]Q thf@ n 4:8C1 btؼZFTFU6uh}jdB{jR B-H tGW(uC?dj< E3yèI ($H?V]6PQ`{KV"1TcNAɈ 4$ĪϹ>qPU]'b[$|Ǎt<K$dXhh~{cѱvt׆`KY(g-$<ٯԷɂFV\Q(MĢ$P3bD }i"D(ddu*#&D@Wzlu*(2f'b4=;YW6vSYT_p" Kz[5L:ife**kVޜB}ō #4A@ $Ahd! W毓AkdtFÁf' 2-ےޥe7L ֚pn+{MȾ2t%= >*5fmH.T>#Ϡ/x<~+Ip ? uR⨦4P:(8OuDD 01N|9e@s/ק7XN,u2B?q(:9@O %ϱQt5❄Sf{u]DUjL?4$㡖t&vўa8Gˮ<;QD栝5"?fUH@aN89 >?m Ҫ,'^'aaH;( Ȱ,a 4ȀQXZJe6)85[ 2Ù`'b?& LR=7MXj ?4\%#s_; ؑcs?8*GrPvƔ.G t=ZaJ%+ {G ϽP@ߐIl cLr?SpbUO1|b;@|ʂkmnzY T@c*V_SP zxPłU׀=a|r{0vA -Oi0QHSk53(f-O@RPc(|y>hhqČ&bBJeckz T2& Z/ֽ!Vk9K}l# +u,5J.F/㪛Y>On +>1Ì!KT|[ȫwA.=>QpDgr*Sh[fd oѹ$ 5f\]3&[mFk`]6>cPS1Iq ;% ,^VIUWϗ|Q&Ny_Y8Fi35X~pյjxsfT9!~;=z l޺s-(U >y@U(Ш9Kf,ۗ01*9Ɏ8[}sԅ> tkavSc&)z NHYx4 -G9YFtF=e:G1@;zesFf /%u I*Se7zZI/7PmO Κ/sNх3Jz>m^6jtTw2}ỷ%7jY&`B1HmO!qSbEÊo\vĿFE+z!Oؚ]$d?aijKhbD$3N4[MX`Eqh2V *.}z??iCբk aBH"gDI$=*Q0<u:4q>SS(v`<HH:ƨPD;v]_o 綪_AZ~Wo:8Co,.vqj٪kw@*l̓y4z<`iN %j\U\~%O:Odm]rv[s9WbݲΣܶis(!4Kؙ`kOBOi)4k&Kϡ?WG>|V)}'}aN:C2hny@z`dSj ͳi|U_[G,!w%:͙!,ϔM۶XRl;#33#{ 0cT&»'IKs:>39,fv"Lj a!=7=uic>)b%4;'# 5-e|ojY/YL{]4ŖQ(ڏUX~5)W*\*x9F[@WtL7 +hjec;i/qtTMNU/H(b|?9AdUMi-?\4:QI\׋A`JJd2SylI˼k [|,?-A#,jP>d +v`[0c".(shM&'i&#[o (!!O쑷}]-@Et!uIcM.FFU\zwdzhU땕²I-@ZU ϵh' q?P>Gʀ!\_C`>A6JO-O1n0{VeBm2o"8EmB P_GA(] ( 6*_pĀox׺i-{”Ee|f#-Pp8tQT<(szR)DFu6z"JimESyS"(Js^NM\3vA;\Y7X/+ {k]{Sȵr1}^ۿ[s}U j5`1{*~&˓ڥ g~?pgTΦf8?lVXAt3jp eYR Y,bcȧw EPs5s;}S3P2 !?L#ȑ'*Ga(I[f/~p6Jd q(:D;y\Y0?26Z>r/üD\+U5]`0 xbRJ$чk^M퉼&s^eɫ<+d : h%!Mk)f:g 4ucll>mc"Q?Dᙃ,-óW"(bwR`iTB={\Q& =C@إ'!x }rO 󑱏El%~Ɍzg#13Pq)]w+llpCG˯T.DF~ۆ!Ӗ# qagMudӪhF۲Fu¨n5WZMM.hJIC >p!h2˟fWt d<&7 >9sԜWL<5Xnzt|&h@H0gBoוӕ9ja.k ^F =;Qi{M8غ/B!x{xbKUƛZv|ч9/!d ږU <0QqZZ t; 5@!:C@[XBv9p-зi7ͷbo*%:w ꞥ.ƌe $,BV$Hn`̰0ck'(9 @ B2@F*ڐe mWJ峸u ~șD~ L,Ų^-hZE?~KjA p` D Wp83+ +k* {c&~8 r)̀x> zϚ zhFuk7SV<9QC\vLP5%8v?ٻDZ؇֞[VG|> _]΀UnEK s(ȣ#,J ]eŀy-BrEqSA6DG6 mp E1hB5U?'q[fƊ;A?$| *nk'\ (E5` &/tycx֘=Lx:~/2(QL5(x q0 kX,bfԹ7[%to l(u{>E)l{`6 Y7 91S&(0t2=;`+N!u|Ga aSOx1QŠT[P\>y8)|>saL܂^!$=Mi~@H>|7hqlOx,Tٔ9zaUUUfdR ~fPW܃M]АǿH_%i"A0A"0(fYbۙdLqN#W@?U}ˡ̊>?s9' *su^xA7szkOR݀ۂ@`d(z.:7gu=Uu@"t*C΁Ozy]psqYǪ)N6$J[4 E9]%WCcݳ87=&6;[[;ƣƲv)K&6OЪNYfl>y i }?»q7VvҖq~hx!gz/MmOy.l@^d?oƼ9v<^~mɾ<:Fu3F+S[&0V^D#1 ʩ{GJ |d}Ə݈3sƟ1Rq%6ze~酂QS]֗BB׮,j.LrYP|Q|w2`rBYWjn/yùVA1Q ţHm&1{]Pfq$t!hGN9 fPAtNv'Ljw#DpE2wm&o7trEe ӓ`6<-EI/w=߁f 5) kvʭ~Q{zr FT^N{yqG=DmrUeXvU;80<H|QC`!: Ϸk:ͽFSm{Ik ,Zk`ew;!'}6zDD>vʨ)3@0Ǿ>Ƃ t@LBe\s8-rndN8"4RJGeh`JԏO㜫s DQYTD,@ j,9WsXW?/QO豕{m0]B{em,U>pv+x3S n/~n!b kX0n1P4:9BMuJZ ).U,ak9+rz;']U8qB%uؾ_Mm x`?Jsqu8\K4kFut,"~Lכ@O3FnҒMVM7l`/DS̓|O'I'ҝ7eF5pO_{{݇yjݩ@VnTt:)pQj:]MkIryV2cxy_/bƈ;j H=E B@32fs}g`]i+7ݓγb8Zml<4 QBSv=q?wg~'p>`b͛'o>y"MqT/B+tӇír"cBxH"F|%ꟈpIk ~Kݿ+ZO]|݋m4IneZgN5k.iQ!rȁjD.a[SvonѯKNn"NxuGSA=mJ,Ȉ 14zF]?Xrá$j$ᖟgm_VyxMoAןm.geOM MvoQR:J6K 겪Ag5>*yX]ի݋kzl0Uln?}vZM`YQ*=dr" 0lZӔ8c9K+yC4^gtn-Mg>_Ш)8SY۴qߥY`+~UNq3InItd!A$ P/?S/LDx$ ΂-m<8 '\9-Fr' ;߉) }nD4fG>2:|fi :āۢUbDo<<L,-0 yPeJ0y¶q˷Jo+i|#s&yR xr*CKj9a.މ|ex}]򹱐#E?WPFM9`G>K3\M&fY{2Nsj;@ap*h(/ YP]GeAf6RPB73ź=]v #FqXb)N $```H ϑ1 90Y9% }~rU }KΔ"nG}{a4<9DP aӗɀ m;ejW5=?/t6RaC-t>?L Դޚinfp ~Ҧ8ȈX@<_}9G>O2;J6i"OR(ؿq5b8&ER, ٫VI==-ѱfqps}r2ad$w7/=ToB#pRjC zh>iD40ۑ1̌Ict=|s}*>nu;~<\/Ts'1̀p0+ ̓ HR9g7BgsgX=mYŻ03B:N `:$:9F-ADˆLEǗYv5 r!ea|ws E(e@bkNb_êw{?ѐKU\@+oN RĹfYl] Zl׎:5n1 ,y[' ĭ쫥r߰l.ulkP.?S-a]k!CseBm'nvzzKI'MPE@ C `h? M ZI]jIJ]0oFky{[>XpEzܒ'A"V4ݱ2bb95#m=bEAhQ5r(GMFf٥-S^D#jOD2A,L_ZT4>:.kbo xY_ G^.55|MZ\ zJ Pռ+*hPɅ.ՄI2Zܳn-.uA>.s*xBD^؏G%힯g6*Sǚ/AH ]pnrgOq{i|OFmxt3ganϟ ocSQl YՊĽzbͧq;4 W]9ۜW4+>0Sjpb5eu*{j??;@y,z,SvslGwq^EsNjZx DoN!W)ʊGOx{1IŠ(at|a^w) ; [qwQ}*K  J=x_|R8@Ta|*' *=>Gc`w38x~E3oPDu>^fONA"-&4Qa>D ?0Ό^Ź9!>,9v&l/Nwo=Ĉ*jЌ}MM.EߩM( mn58HKN$\\8*q/ 5*cէI˄ca $E"$D'CX/{lƒ xUF:k6&0 $Xk . n^}|\9#a 7e\ #)Zأ8w3 [NvU&㱒;GDm=ox᫊gRr01dr5ҹh+I[v:7Ci_Pvr46z]O;=}qaܧfW7jSPO uzn}chƛ9Cyf>Jn 0g8 UVSe0 0?!.d@et;}#_T R./B k`#'[ذ7a1`X-v3ϛтke\,:Qga<=00)Z<:i#Sn+V;҂JL,]7.>24׀Mن}ˈǺ3ܘ9o)|]ŅjB @$0}5#/#lΌCű]R1 =p*kQb@rX1L|- n\x+cs_Q /O/8WZ*2ɀW a/;J{Ѭt]BA]<Ɉ`-@'Ё<}[ntXp@"A6NV]@3vC`8 M O/A8PM;Uo ˛qt^ow[1 dsIy@ `UjM$%$[߇p4r':kG}z&Uv {``)dFSxXRZs]K.g|S@ޛ=OGʳ]sxU b$=vv`(6Ԩi1d#AFl0\3".k*@t}- # HPOsd$o9EԔQتՙ!42$ rA{2ԛR^\ޫj_x'J8{\~1x}OgT5MmoFGTnn_ӓRyz^wψq%>XdQZ_" K}z%O{S~bZH ].[g2xOk'P"?b 2 <)JƒdIt"iaE %1IV}T20S !Bd?x_3G<ٰu(E$Ssڈm'z3)N6-!STQSD\g),GU,qWbբԕx, Z֩jw_1̊O(!׏ыbPQЃШȺJ<Ww_ʃ|ppG?]ɢ!Iv=4.2&ZS?S@y{")tϭtOL\}lҠ 6`V{?ZyH YH`n\0hM,2YujW.mwj̊Q>`. ڳD,)2^}w_Be|C^a5.]dUc3F: bl3dŮ9[q8;fO3j[8OqGH~MSeSvttɤj9V@t& 1Opm7пjɘؐgez2^z5ȒyuK'౛sR4]&bx"ʐ3OU=,We6s\X)jU>d':E|ac!N^r"2@a" 3.S٥(-T1J2!q$Yƥ{Ԝ.E;y ڼf? xuYo2x?޳am8^4gom"@%[F, U5=U)\Vv5ڜ{ͿTOl/n~vyG.~F3-m}l` enFCn\_Gi1܏1eW "57„B"#:!]A{Ll͟ M)ٲˍFm"f 8U*Hnĩha 0ьˮ Q`ܷ:Jk:A45Ao% & *5ה6ŹO1 ^ȓ9\UP&niU \HDSUǩeI'+f19U@hC˱O7\oD p@&!PfC̒ N{9݉jZJ gy+JNALKq7 :4(]M1$I\h,%)e VX6-;ͱ~OLV(ń5dKߧ?AʱCKP0+$g8*ɬUavk@%3Xd<^B*nBt^0PKB\ɇ!N{V@rFlW>`ykpzqJy#th:^ѬArԘg_H;h'+3r,k{\-Ge`ᅧe vZNk3P;a?*bu\hY^fTvgѴySA|zk8Pcw ڬ^ 5 /ҜIVc G;KMaֲeE͘Eb"О` +|}KU`| ]Ѕ3I dw /odD;ny?򫾟u3k_bUUeL&)eqj"q͹9. RMMÂHƫ_~jnA1\W3Rqѹ7S漨f UV:L@tF=)]"*%CDEVd=K$:g߻*#. SqԀWq=|],BB6w,=B=u*"3O3Rcqk}￈980p,'.55]nqT8@,tMyk}=\? ^B~޲#&j>uz#a-x(c'Px"}f7[cТŖu g7|戯lB=2 \=l ^R+`HI24 %RhT@JgM 3.ˇ)Mi  Bx(|zmXpfJl|{Ҏ;2n<ऌ6e0(˺OUr%I)umPX@5\oS X$̀?$!>Y1F2*ApR[X`G1(_ vU}k8"1#dD(e=뙝 СGV .ރ__7ROƍ<>Po FfY{!=3/s.HȳW4~/(Ȉ r)@pm(NႯ `*qj]E*HEd->KWÚف2 @ (k=N/Q'ڔ%~E5Ǖb1wKSec*|"}/޻OϹpQ.CI11(%Td,2&kKAG|?#Eӌާ ufw7KR@ ^Wۨ/fz%-Aq'  w*`|X;J؜ xBLQ-o(tKT槥7}Uvg ]~l=lJ^rAz.pG~>jYymx/zMdp*rJN3韗\ָaYPC"0x@4B$29ԨDBGӲ c71"jET. 2}IO>>1nM15/g{Q+v?o#X_>uwP֒F"4", 0Hwm(~.[1k1@َݻ!$ 6(sy]?pl|( L ήMAV^ODV5AE$"MVb sZenN'ꎱYLFn }2l{,#q|v{3g(egW*}[,Xȭ@\cCLS4ֱ\| K YUGhyAngL8FmKf<3Y`£0E&||hcw;2_,r=;-&!fccf B̹sPhJH'g~V^|ܴ@baݔf@>RjN.ƟXg}4J)NɣQޣlgÚHPd,IA.H,P`9Isr"*i&d{MA{!5`lpBg^5[Wܦ dC;*Kvߚǻёf hG{]~Q04ۛ3-A M a#HD6,\.oO{\jV[ẒA_I vt%3!!DЊkg#hh;[6l?8Yjѝ1k"G$<DMQB/LPw3O l)6磔Q7xdsRu {"hK!Vh )S*UX vpڸBi }3 ;(f Eo 6{tylX*B _* ;j @]g\.,Ύ͑7SݹiLskkz"\Y($HSEWH2]H.g묭fͻ |ܩ%'؟!-njƞ6tt`D4pQܮ2X}ϵnjZ؅( Ml2,I0 d¯{~0Gжzm(ѪxP`C%nLg.bG>1nF.וL^4&E0|$|GPeP8;Z>4W<_@nm<XR ^r_:t'hpJ C B24h,p  ɐLߓx/'yF QkqJŽUNgpTuC0!==1+zgj~]Z}eHUP!$c ;$컮)h7<+weNKY]h`}o۵~7rŻeHm[pƳ7ǣ$0{o7W UG4z$\;vg>c:,"H#+dmh PVc0ab(˭gڳD,Θ1[!̡m,R UQhTUUD? t7rw46|IBa TEHb#~1Z ԕq4'.eW1NDYADS(jztw*gʦ:AVy?6"_#H^58A>25T]nԧ f~ @:Rٖ7~ 02+}>bP_< 34.A1,C~l$\ J{HiI"^d͡&؉|wjD3E,y/>ۨUF*F_S#HOt~.ش`t4Wu 0}qV-_1O{f;f>F:uݮ* Y4tMRĜPffBX`HP233YɓȿAK 蝟"Mϙ͚nzN(Y S{_[g6O0]&]hMA"i쟢WhI βP+,+޽dD}"w־}%DĚu$ɗܿāX Q3"ωx&h?dgu|zfI|e}ڎ[Ư5Oi&Г1V!xDj\g1 *;A%~OM&y3f)AV"?Ku Π_q8gWƚhO|)K#& T).TQJ黜ظOWz1^ǐ߫fŃv]ԪM{{m˿b'fCr?X$ :#n[x*T;nbV.͌[4`#0 1Cv'|MNv{lw7pH"0$.`u;mN6m$ 36fՊVz+$@vШl(g6 +㉸0Li1= /@6{ҟx 9直REZ{SGHZMŘq,`2~v\ 97L>9\d)2%Ʀ51L<4!$kkW\(W^痠 Ky€( zM E"^oiL}Wks=}=Ͱ;*W^ jDKfbuTd "_O;7m]{Yj5F5 ݅x ;{(ḾXP8.ߖ0C}J/ٰ=yյ J!׬+o Ft w٦(9տnlsG@ wߕ}ڹS$AbTKŮ I3HIv3TY0!jU") 7D?UZY,Ɏg:?6/XF&R̲u_d!2A$7*Į`3C)[Oc͡oצ @ `py%(Iޤ7uPo>z ~:mxim\ MX''d+d LL+\G^"e&㊿"b@ۿ 6fmFo/lɭ;L޾uQ1j.!aN廕 (֟Gkʇ9}3PsQL\^?c?AmrSuGߛ,f҅:6lv\%(H bz⫫qX_||s1Z[]t)!j WIOҥH=LqBp#|<'s.s6I]g7(SR԰p/] :Å:Tu/]=4紓g힔 w7SHX1\ k6MGV~Ǯե2V7 'IVX(bzߙB{WT7w߼JSLղ{>H]ҟ9ɘztZ~~7!OS6y;1sQFS#9[c4u>$?+(nՔ]^G/L5ĎPiC1 .G!L1"%RpK&,Tf3L%#G\pB|O(Ә*gA;@G,BI) _EZ i4 {='w*шwSʥ?8F@փl)KgQO紓j @ :z ӲD엇g1)iF/y'zBs8%"g,k^6.S[FooڅtB֎{ E3ωя+rʌ (@x<U-)MY\1i4A_`RP!Stua p:릷XaD {.A^p`((a}p&S" ]4\A`S淚9b%跚H3oWw=$‹aT?fU!;Yt2``A#Yvgw:0roZt\;8(6ʠ>N1崹c'ԀZtIye(ĐPhcCü88-v>| hdFn.E"tA h"jU(PZ>ݣk:momoW2kͪV әzK k׿ l(VyTw}nkr ̊"^HeՑxR3=.No$kT8Z> 0KSDDJ2!⫤6eF5f<͙Z]=]PA/޻6P>_uE-3](c5g[W~{Cʑ cv֘O_W TE\׊\Oj C˻s3<>l:K zl1i;ahkxP1/> @5d=o%>Iɣ$zɯi:ziT9|'Ә_Nv%wKyKnbH,HׇlW^؍mdA<ِcD@ 4ԙtkj +-(}0AY+3˵v >k]`t#\~*Kn{Z0JE{q1~'Xs׺QK%!G,J -rW: ͏&^…Oy eki2 EVUEU"`(*Q""2, ň"#ETbŊ,Pb*AAQXEQD'S~o1ޙev;<~q> \"C}hΟJu$Zd5oug?ͩnZj~XUD >3qJ|@uHW~EE=luWX0X f7_:Ƚn~sL+vu{ˍg{bTºF~ص"]*,[|68pKeɎ;Zˆǹrdi=h60*>=_e7O3pdqC"Z/16K^/ѿiتZVZa{Gdf); ~Eƃ./_ 8L.1UOjձp]Qht#MJm_V:̌eϵ`, cc2y.ӮbM|Ș{*[tt<(#AjEʅdO1Qܞ3DtŸ !ȽvXF}{Ay("Sp?lz:uzT\HIr'b-Aww8eo`4NTfd0fLL{7'͖([?ql_M9S% t$A0/*~ Y2 Ftg z3ir|e)qZ"c23 5kE0TN3rXyݖƈ}%9ʉȌ9FjU N]6PhzIqUrgAxusM WQWnJse3"1aGWO.dkŞIض`S (B Wt)aEsPa- U2NHpp``ΞwP& bc>\a%o88{;teŽi,ז&}`6ԧ߷8tI-{63ݸHiP=ox*4r 6 |u#{ocqχcsͱtO'E䁏 dNj{S $v;7ky{ Xd0Cjd I ndCHs31B0O➐ڵ@*=αVnbASp*?j4:1k%! ) Hrxox _6;hSP>ŕ2333LfO=qOxFPb4  )2Drc3s`-QS"v> 4k)bwY#̴;0Wj%.-0Y', 7.@ۗ1~,"e%A$5CRbkgE+Ц-\GhBuB5)M@t=I?[.߷P^d'=҂=8.Rp 4y@E 8$( Rt%w}3K;Q3W jc04C_?WOM5i,>_2R}iG"JP434Ƙ˫3S|[fNtCiP &Kl4iRb%`Ք8"VTM4C\`4G7"Q-+mhib m"z?x]~&Kމ :A3+h# DiTGc.Użzp]471ZFrÐ:]b ^ym34!uAa`\s? Rv.~5X֣֒6K]Cދ,Mav< QI؇?E\"ڼOx3 dxn@j9b;l&$$0PQom-M_P?k }|ۈc1scOE3ŸtB7징uPu4L7jSPhg8A2 "q{ixYڪ0)o(*IB#V/^rk}Ob:[9pa3]x ,VT @ "np7wzQԒ́@T]6y+Rl)@?Hg!;6sEAy!p@Ihk jjt7\u9$ʈ9791BMx3IJBɄSMt zmb;0@e"k',$ًՄ|q@utZU$dU4b='e,Cew_@#ڌnj}-QrohD"A1/ rܱ *@?cAU)ȔsVگu> ^?Z# ݈S<6W]eR-ڼ%AF/J{yD.~Uw4U㜻w+P"+]BPQ RFv)]$]Bf9zNqA|w2̶IU7K:= iAR eN/a'Ԟ z"᠈DB Ռ/_8c>'()geZ ! UŦ$>nv~o (a3Z 6ݠ4bz;MֺA) D@=4VV: @Vd8DՄ0фAӷ\q`H)$?fTXJPO/L=,F,p (FHp;#w$}۶_z/YnC%eV>lOk VM T}puaf*4Hof$XRmS?4o$1@gc*>% 3 {tƩ B2&fF1\=WNߖޓA;l}4J@?| 0,<.WE 9xTj qyPq GH0v X"U8K)KĻAQ!m+8]4v^-92X~Vb:&`\)u;2L+4B!PBDo}kY)ߺ$z(2bxo:f09FU*#Pq.ލ¼K]B.,j,WCH]}SgFK |[n?ϥ[p x|"q{[FaryuΙK_οCp0d+o\kΙNPbu/uRK@NoqD2 * z5C)rl`)b bqe LJ=BJŐ|dg?d&9`@X)L>ު0)DhX@~Ai37Z?j[Ưwt2mdÊ2$NGߨm|^@A {o %~V|ypMof"{Ă!ݘ X(mvq;6xxu+̈v]FX#;@Q *ĒQ: F$Hf|0`!,& fɭW[Gѩ+_v}#BzU]:1s]`p~/YjEiuPNº!L9-NUv!aO ֦yOşUv1'd[JٲŔbX[()JҨb J&pDjAv.|f&ҘT{=2fC$O7X5aKR4 Hg[fZWua$B,wޭܿa<6,.'tO&5lCp< ׇoHNDY%rRg5 H姗)X0RJ՜- kؼ /4$L|Re_nn )Wϩq_S|~2iJj``^>deʰӑ?pUE`w\dkpߜ%ĠsxtX "!WWhb//tTj TtOӓZn-Ӆ͌7t_ eur\mQ1͇5+ռ'aw/8Huq fh3n7 V.D/y-'}k-%'s%m"֋EέgRТ4FȲN0%t68|LYg^{6<3[e ;(sW(ݥ_"ap]pDY~ɞ8LL|?DFH/ R d9^{L ^;4:Aov c<|NtL 3: Nv% dHL3źl,gx׀59Ҿ Bgyg7dNk&?g;7/@FD*?.K_i*j*ŊUOK‚ ]f2 k理܆3}!L/"4}#ʣ<}i"-airFDMTxWg44йD8wo_>-\<.FYIp?cKٞn8dKMT33ҁ>oy3ŃWLF|i̪ ^+AfG(Ef-NN?r[mu79DwCLs}rUD}mq~T  p*vdFfX<圿x42GJ[iXAw~>h;bPb9̕D>HͣMT 90&fV_ItޒfH<\ 8uTT&ؖ|䆓-*Q%V/r0϶zOcATCԉlCzZ)IΓy<)BP,Ew4λo$:9I?WWe4Kº`&7MjKrS~u׌xjfWMĉzs+ h9^(F) M)5 dP|i1,<%pcVP`M0OW4o1c֘۸-ΘM˨.[WoqSiaR x"/_(Ee?PHfd ! aIF1:BQ)-"CA*/loFDR2i30 {ߒCpCʝ ddP=R^kUR|rj\'" OQH7DҨTDFي2-jm7n Κo[YL3MfZ".PGI:śRzh9xM!YOܧufCȰDM;Zk/?h {-Ah+YP1=.}M,YR&AA`ZA ]ѱ^E =<2򃦷y:(>0#:/ րC*O$9S%  vnB1DmB1_NW&^I$CBC^*) wI .58wqdZ8?A,|N 0`&n fXJm"Ajy#Z ں ѾE6~( _^Uek >#@{Z-@PD¬;_#~_vH= IݘP@(iB hwmjʥ5& R 7ʒApv%+²T{dpKRNO:IAe cSUH"6 ߠ𘘴#pcU5v)OPE}F7jR G"0:;/L\gPa)m2FZ U5&; 2£I@e돪8q"`~jWڜ=) =YkL:~jIZ-iơ,f FnܾZh|6ޖ*'vṈf5 J=p͓Z;N4p:DI-޿M|CrȮK=UPHq s@d܉V/iP .׷iZQNec9ӊ68(eXw 7~$/q~U# 2WqRHq6?c=-ߩN̗ziZFSQcRY- V*V*YkEQ"qCehܕNﳑ kubeJĢr |]C\>E$;}b& W{-*'^^yUFּPč[Axq3I͚ИBxl),!Gn^+{xuɘԧB6aE<-7ihiG;^/9w 1Ξ8 *CɥWV!ͅ=sIoU!:hpŀoṱdù(ϽoCdz]!ұ i2+kfDMgzK]a_5gpv幄^/U{+õ/pכs0M Y[s]<>-\Wo8]ܮ3!p@#4}E l}&Q٨>q,㕮M}ŚcFÞmjVׇڮmӫP|i}wfriXRm.ZqkruC)%v|ݖ[ mh_]A1nO/: 3aҺ1Mv!Qoÿq:LqڤW3'QcysO2j2f Z%3ä닝qDM%?yp1`>e@t=`,Գuэ]N6ݞZmj&1ac=2{!Xh=BW/L|'yn3&jjjUqw{PJ_צӹ J,Kb>-C53Hm'Rr.(3 1/vlXx!>VInp+v뾬zJiHuj`[ }M*>rgJ`6J5\;p+,>(9ljĭI]9z6[Lij89{UżzjvM^ѥ}t0[Tm5@XΡXb,gBY*JW9\-fh+r]V̯x-5i>Vq['Xg_L|mfώ#,-R[)K}ԗp@fW5S)=sƶmTy/* .TiljMe ]D5%/ 0b߃$n߄[[RXAEH&)0:h09Ŝ:t,]iu\<.)oG vMHaYU;:tVڼ+Bt:o)a 0j};O=^{[|&pp`3A:E3ƾ^=mɄV{ܳ vhpUD5Ѕlku2!2 \;s/ƹ2-?BȂ>G):{^7eۈv}6 X0T"bv:ʛPOsx~fO>ـ6,߰O|ss, 9PGƹ\ugd!^?OBy E!0!\ j{sX9`f>*G;o/ьMJSUZJnތ{'BRW +kr}H  cm]?m$Nkj @I3HUi-UIЏcS —Qذ^@ۅmdۤ업=o wݝrj&,=F_i!HkOkj՛SwWdMՂ"Rh^\G74ެ_R8yۤIy̪֧iNJVU%U n^vBh*C" X:"P CTw=_L} }͓0}dt \y-LxhS 'է4}qht~b*Ј0*WZf?)zXhU۔\']L ӭvkNJ{khlX3:[gc]4|lr&e y0iE!~2>>㝂sGK(| ,DrO"g ^39¯`,9;١hO߲N4GsHg fzL9+—f|%ǖͷ J^M4//J/]Ďl;;,fƸv]|~aTV75%pԧjyE'^3\!+?;3@5,`N{|=K%iZ08~(=&GvdqŞ-ÁL#blOm?$$3. W㒉,bָK17eSI[g :';FMA %/gp!錢=1?z%67#YߚZr&>*o5mr=-_a\8;/@b5!UāF́G2V ϓߕ0nL@]C.('WńLo+I߽s}m57Q2EYQAzdFFD{VZL.}*U~zr-ʔS3A$l8{ BVM٭RIt Kh~SѸ /)%3zw߉3#Q&;@ P&YۉUa@<+J0,+vf~mgn'h<81`" ap8BtDaj&u6_OCd8QDu!i(l@\[P .o)AWa&<ξqVYCaHɴϮ6?52qy)_"/~w^bMݍ9Zl3 (q@S*]K͊K@(|3ox?kx8!?~ ֵ#k S$pdE̞ GV*aVB&,]I\{,ocs{|qe8Eml0Fn:S*7 (Ʃd#޻!(D.Wpfo/ dHǝ =Wմ}/>>V55/|G #k,H7豒꺗gMҳ?V*8j,v_؋We0h@o,6pޢAYCO& ԰hR`ʁ]B"&r}#dԣujA †/ _܈}k8JQR4cUJ*u;cY)/D?i?(᱖h x9!dOɦ5cD}k gq`g (K$*h& yRPҍtd[7ȇIa ^q&L*6"i]BN-dLru+;nRMӐ-D*8wGC+KJj`rqUd4~gYu7V>>= 93]X\?aѷsqJ?wSP+T*"b6Sq.B)WCH&uLcTOxȥ,"2)m3)g\zZ99F!z٩Y!!# >n xIG(]_U?6 {zGvatNiN>m@ˍF5 ]LNCl=TaRx[)pALJDՀE1A9i[OZ;6,VG>#s.tN5B"'1w>-eԯk szq 7_^U%_K]{7n_|KZ ;+:/p}fKLl<)-zesk׬|\A׻IC]"^IIelGD@feO3("+ 1PCUpnyTq.B)0 }VY!@͟(U`sFCꓐ29[rMoCϹNo@m{@q!l TڱzG<|ȼ{IDOwi{@ O=sKiS揊8?PR&]9^h i\*Wpmi4Kۺ}0Lo&$u ~V[*oq׆tZí/Mzm5+:V S6_J uԸ6=NS2gZ* o\W/ӑ>m"/d..2ޭpVkp({X k&vpTCN=%GmH1ܲ8I;*n6$lZIރyM%.[v2M?MC+GfIF^y^Nh: K Vtd(0 _ټG9ً,\]3W.<=z(ζZG kKVťBqD[Z@2mSt=Mf?J@6!7Pԃ0½6-[`ovB(i@Xϱ#cЖe㠕4&|OA۵?qsvKs8SM3[(FA\sن3~wr{7ytb@,w\_]tnwnp LlP Z@OM7Syn{70 `_Ie@e56ck0@m8a ,ќ1$BNH'h>7i.dx|P?߻!ly}trjEOL2x L Κ;|J^HC%^喐񡢅ÞC,q.OZhр}l-J2Pq u5?u#Ԥd`g>9ʴ=+ߴMaz6+PE4S"f| O&p6h1. r&{ HAkB-zVݣgg'v5b.9Ma/Ab"mfvrgoN 2GQSira~tf5eHwBOd$bPz7c(l$-h'+az3/yX+:)awߎ(6ꎿ701 PK^Xѝ A%tc30!*66ڗY&8' C%m:`pŀYƒ4vGeP(F;E_fD*3Z6EbfQhR)DgzOq!] xBcf%вx'rl]}yVzaX[H L2>BSI_Ѳ'"Ԧ> 1PEZnkf^y ߼ث}[075pc*2KZVMh]w'}.m L>Qmku!xY߯jSsdY5sA"q7c:A1oyǜd#֝Ol#uvWdLih 30)V)9Ir^G#soIFުpU+4S36Znj? Iz:3]商ru*ܕDLէ2P32$TR>"[4u vLf&:XKݻmP:öD :}kaUJ=a;-`meޠ^-/ɓb0ֱ#uhq6 X k *e%/;#ך~#Bp&͊" R]^Կ/B/75;KjdžBq1$c4EbXwCC"^Fɂ}#(R3lTCa;34ܵF3ۯ^0vLYǭ?|k_(xCDǖϧýv_$8tϼ(.5unR;g %(N[4M?{8\dEeNS8PN.%x DzYjZ/?b٧'$ryG\^1젫߹8Z3tuW|4boȤ_Kr`v@LSĖ<3*gy+6:3JnE@qßE to UQ})GG%Y7RX"C=ktQ֦ NJef+?i=AըH q2TU3%.=R _>/zom+=97K]33^t" x~sT377{gK@0?|T$&Ħ%Q BcxwYI agˇ j}+/Wβm+R$dPXœfyP(0Balu\P#R|e*Kأ<4NgGFk GAܭ1a WQ^Fо =3| ZuiӴ&Yнl aS;:xػ0PHzZc8/A&\꫑N]e]29L#jR;VG ׼8tK])cys r!ȁɰ//!~=T«֥Y)Nd3a$_TnZ2{/@"<| i򌘗f#AMBO@xWet-A3 r:?yDĘb"l ӺZ|9e=,󵥦\S%_IGka1g./UA,NIw0LcQEo"sP|64ç(}(rq - B0<Ɛ \(p[sia+J;k#)qT4Lu"Oxe‹{KXQ= zZXI`f);G b])Z4l5nJW:}T/{ 1c+:O@ Q])5|[, 9@K Hlc@~ a0@_ωm|cpļbbA 9[T>-IߛFobsq7G\׃J#4O+XT?kp:n><(ec:_\xCY lW߷'~ 4zg~aRg)/KV;vF@)^Le3~h@Vٞi] ԃD.ϣcrjDk_NjQ7 aGЋoEW'.?{3!\S5@dpLػapIfu5Jz2FwHЧ,ϻvKW{ 9jPQGϬ%ښBCIKd4xVv3 ŷf;yufΨޮv0Z4CAka:MPǯ ps4mXkOGXY;+W=26=Ug-{E18YSX͛ NnjKE\$t#jB0]3LMŹ`_ !ޅH\Ňy츘afJ[?$, ڝNtX ,9P&Ky8"v"U5~&Qy69K;BYs0gfxI7 ZNP^5v QUnh 0WQiQuI`)74;Q_+g_,/MxϬ hsT846-pd).[7Q^<] ݏ[@Șa_"{ K3[̪OJI^~ɝ^sQ/2f)۴wRCb~rR%Yߦh6ܪ\#.2qHy.u,H;5{qΓ"V$( |j%S؋f&7]_?Ryg0-b_"eN/Btz8լZfP^"plE +T^V2J:"F<V%eG#^݂A}G{#+Kd@TZ'-?T+h*>st+p}~V&v UlPvӉe_a2Yg6\#7U\Eth*hK} [{uY6E2&] rmjيĺC{X:T’.ʑ~PFcK.+Z1]$ 8-F{OO2@a+ oڞldxaQޠR/!A 7 gQ#g f HL%rUyV-WuL.k8l\8nJbH{fN]XgefUNaJ/'LQ_0[(kJ ޏ~^3skUn3U3߳W4Z=xr?Odsbɣ(;x+LTYguWsɎ:9ɂ7w\5I3Ѐlzg(b<&P²svHԳN~,G`;8TF}gE:l:bWXVb0\l 5ߐ'6 *T`[*mCK&Q6W?I;#Inj) BX@cf"Yq,Oq#JUSR\ڹI#gԶ-G#>NXଶ H\n&dAzt}Z]d r#~4F}86~j2 O+\Yo."E1Q{,pL{c:OtT/ /Wğl~"ҬX^b vwa#f`j%OJF˧bF<(/]h*"L*BgS'+>2\^(-}MWڲ 1xkX`u:= :ԏwPæ2,O:|u~:)P?l u?\R/W)m2!h`FytO,&flo/4@D2p=l^LbӾwx#pM8C{^4Ť$u;@ᄃq l&' >Ow2+@@ٔI}/n&lM3tm0%V6ܴ& m8oց%}}#+H$,2 E@N)K3uߎ6̮_uBIVĈńgB"״z|*,5w8~qp(RW y;}W>aB~$%3THRާ]÷ɓܫg[o%}nK ybA,z9e"&%nSkMR&-ۮQO߉} sʿb6"9dKiѳ m4Y;vTuS9(]GkfZT{4_ %*9kf1p[[Hjvi $]]N^:*/~SqS!8Z4kdʞ4M c@lt§WU)'Bn>f@-'ˏp CN ,bE_Q/L&uLqf!n/x( $WDy!`Dg\=R@ax֟~J *ͧPD }k60Z vht \aըyB.o,/7O~5I1% =>PBQϚVE: EtR*w`Y< @x,z' og `y q,~tiXfԤI/!z<rfww VJ 2EV1CYe``d}ÅDYLGW0+ipAnVPlVBh^kTϖ_#g=LGP a}8\pQ t4]k?b%tDeT౧9J-v(qiέE:<<0u91c7EUS{>&f۸8]3^ePDzg*VR-?dc%1wϥ0DI[)~.)] + Wqat ޳NHb@|H+6^V;fG{:`\Bhׯ0MG?J"Ǖ2Q>R/bx`wOxȀ;Z2-mWcGk]{QK#P%GvN̠]F  C"Ah^jJ kڊ+"Jw'P <.bzE-Qߺ H ?lr`R6h QdT[3‡; kR݆zS2q i,(#<0nY$ 'bCJEZϮлfBF:ֻ[wה_6ee¾D a3{OAY&GDMr ^:a=#W2͎e~PV^G|\}G#_ ;?dd3B^WѶH>g;T }"$?Pc#d0js,&;ߧ<›ZDhš |4m+#=C^)XxO60$Lq7DY_M8o:؛4o& i54Pm誖 MpYn"8Q*1d5sA7˨k Ie@F\ϤIaH?/"4Iձy{,te<**)DsQokǗ>& w}JZg1={ dLJx=vW\"~"QsӬNjGp(r0X@6+E %G6\7%h 4w*[ y+yoѣ*tBwCj.Z10_RLI :a'H=[/by4Ȫz%dv?AsRJ>hHCuM~ %$L)yb&Ry.u(Ado蔹>+EdIx_2TyLޫ<w䚰ռkov{gFR+!u3}pıI\J{֮&<Tt 1>D"d)_QA@?c'L>f jv@ Sa^tdAY%jP2 [9f b1#20;-0lKfk*, zw>s>`ertcѧD3gbX8s2fCn kw 6|yG+5%g?6bW!8gޮX>@n8+ۯ R@8+xɰ(A8 חC6~Kmv7ŵ<7rG= NP)Ho,m`9ˠHvR0]V(e]¶1 vkW ?g<$[^#Vŗxh6޻\;j&u]mO}i,2B\3$# yA7g\U^ $I[zG^A@Afڌ)x4SG xUrm52ElϟuU]zgB0LoL{͞C%s/H}v/ܙaG_ͺy-yǯYiϠn! iH2tTqH:O HO-YS]L 2?pugM7VW(Hܖy; N?¢,% LboMoFTCl T=/u*D ecҮg@;/{;AЇ}aBxC"adq6F87af %mUwۃ$$XWʃLa0=~?B_D\(n>Q fo'9),?S!| ֖{!{Me[#r3-I$EhQ{r=cO#2>I;v)+)ҪĊ\ sׂ碃~&f$3:G-X)2oM)Qry0)䤰x?]ײw|kp_1gh!wȢVG3-nQVSY#Rc;J($6Y+MF_a%$M4j8#O#&m#C<(4 B79U_ndZ=hs yR]mˠjՑ]daWcU+]ߙBw_]%HPm#*]x'rMrWIsv?~@V8ۢmSz*~/g9hv: =#ʣ̈́B!i搓i"x^V>hgeXu{$ܒ})>a)B=o)ݙRh+0 ]6I5" lTX50GE] cN,Qiy]5_t 0ͿhmfhͲ0|gFF9GK >8Uɐ񋽭ZGM@ᨄj[`kF-BUZ9ٶrXI'OOx|R DzU3X2Jp)5MGSLu/M.0,-!zƕ,|o:H0 (/BL|v$o(nIㄲ.x3o!agռsYs-ePGҧ&ݛ,CJaz[v[#gKmLDz1$}߉Sk Zz"=}X|e75cV%̪|FμK !̃ ~%oy)˷bo<1kḁV~!*ќ~(^{ܞ8lwa=uT]WIܔȞ;%,K*=n"j`P* wθJCJp$Ҫ_s'qT~ q!ˆ`APe0QeR풎A_{ #Dh`X Ġ&^!a>@1 *cl`K1T0:~-㳦#Pě] NCaVW{,Rm>O9'<)ﲰ[[^R56hfS)k&qZMq{X]~N1Z{A"S20K+ MuTK!Oj aw}Ku7}iMގ[AI7^E!VOe0^BZ͖?пqyi Y'߶#Dk="?d.ZO]{Ȋ8cQg!% =a&FMR{r L9 `Uׅf?JU/:"L=}Z-[=o-f&;T3TTOhu6$~T[cU@ 0r:%0K iX0&r#2뢨֟=$"Q]} fA,(-Ԫ(X^"`M9N^sļH.8@#J6,Qzw@!ʏ\W)Q62=+-(sQn98C/뤦Wh<5G~T9\g]LTC@%?5Ӧ)tOQߞ̮唥=!@C%*跡biV%7 T RXbLU-jd{ܩ,!50nt7tYWxY+&RtIks\*ԿN縁91Ƌ?N 1.ЋH W-Mk}b0ȳ= E.P&!oT .J #̗.S7WGUD R%MM 5>u4io!&bϤxNE8$HA x(j1*e.~I6sK?){nJ 0="$u-#p,1<:[QvucRLDS?mzǀܛF_66 ٙ#}2΢w dt>K*v?d6zK,kpz^L?GWH"]T2.+;/]_fPt+S8n82b@=ӂ{!/c^MI4.V/*ey\0;^z'xQKCm^Q U&)5jei]F &Qx"G?S nY;"UnIzu ؼYkuj'TMSlvAnPW!% 8b+T(:i"J׳=*_U(^/ZCKԂ|,gF(g)g+/->GOJQ % UT*KxqSUN ;w43½14xAFv~*9sm. 姺:UiAPG6H.3\Q@57%4gKC*l[yK;=jQ=FWop]3[ıKuzvql^T}I-SCz2Mt'Z r ڣ{T1oJޱK*cli&2[ &7M聒u4Pwo,}[ dT=<~THܱ86lg"b|_zrRψjFawqH(}T :U4_Zmy/L .)Ǿs.cnӢ(\±r&7>H>'.PdmVR?몝\6Yg 1V.AF4nV8Ì ECzO(bZU"FP=~1Nd^m(>晧%jfPZ3Ŗa6l% YI`!q%\],z'3 ZbꑺUX@Q$@m7MjlPuhwi|3y⵬hwK)&a R]ջ-=oqu*]/*sFO6sLÑFPsN#q dH xDz1fz3sIXriq)ZZc. );[,-Ұ0MH~<}'@穗V`L68Ix,$38}E —n30N8!oE 9Zz,L&'B?@x(x/}N,SzCVi⽝+ZK <[ Q( EXۣ9-r@ ]ўb46iզ=٥W4m~WB$1: 7F|O}:$t3+ *^ !ՖGP'\ߠLĸx gc`M ARU/g5)t}M}H#op"W jdxY@(䪑uVJ#D[:f_ آݷ7/C @w.|֐_ WvM/Db=2d Fag=gf`mu!᎚VBXb<*ƲҚ^kN}{zP}t2n9|Gɱ,Lq/+TXZEZ5&/zQ/'T4-{eFp`M EzV g*RQ F/ItΙJu-]F~͕4lid7 DuǏ.i di@S+<VЁVb >EKeZD$=3_d<&hGuV#<9wSg߉oRgW [xJPǢ~FmAAevB}4Sr%&>qn@EIz ΰs IxAvR7лU>q08FQqtfA2J( 0`WB[Y0D"݋) +4D{a$I4_Wp\`ӑ(vY'x* (ѣ3@y,͸{(ͩk@ iI[IjH2$IPv6w}0YkD:H9Ac%VIslT^֎H֕yMq S`7\ZzĶl3Pq];/xmK7?,[5[837{@_m_)@TȚ-׬n45c%sK/= *ib ȝXk@բt#v4V֎n\oتr]?TsQ 4.Wρ#ۤ>-xziQ䬇5ҌЫR  6-#oÛ712]~cn}/}U>Mȋ{}.wz9'Iq t|~0B}^OӮ qő?&eg=Wfe'P?檱_#gi҇Mt{8',{:=Jg+ꗳXoҫr@xJ0c>Hج ܂oKz"K s{4vNh>ϣˆ>6 sfA歠X1UAӭ̤D7C+%-p+=Q&I'D~urkK)BhVc_{mH@j|8 Fvq\Z~} ߈@b[K^5קCȊShNJ*,ՇڒBuՒ|My_ 61.-ígm/GFdK돰GX14%W6D(nN ;:M0Hi>[ͩlC3~U٣{s^pD6db\0 t8+h'kͣ#03$ `E̐7aΆV:lfl7tԦbx0r/\J ' m}CSO50@e\Y%~p;Շڤ壗A|(YMx(z,}{1 -b &< UwrycKv?u,j d,*tVu4-\#] GdW;*qg 6"^m^Bm6S x["^ۘ7aGxGGoGHࡄ1' n-^& uK!P ~ȼ?>a"'hUmJǤdz/"3Rj9@Vo '̰bBT-y+dV/U'aBVAȁ2׻ˎY+cI>L3:z@ad,cs(yA^ BÙw֝c;ȯB>g59cӊj \)(N8*^=Y:V|v)g1]ovf- OYƛy8>I–qajozj weعH~,ot}=6heeO?* S.Hy^C\k vU'u XpŊZiULdXCiA4[|J#,_XLMM/ ǣkXz46s+ #`ԑ[S(S)A />=:+:B@p0ECC$-Re?z串ML7ӎdX|%MY2]{rv"0'‘ȏ"`wt)6EME'Kb_zh>0R z & W_6E7ECO.Tlf-f}䃣58a9 6\Fap2džye-z٩)W=F. -Є57 c˂]=yfjЗ\ř[41*Z#l_&ȭ[fco]lxH\r M;gK pƴo,#@Q gKDK3@&xvV1| TǹƍSY`DGA& þS llSfNΕ 1ogb?yhiYM yHUpDC f%f,0KcONDUOl #nʲ^b +1^0ߌMňltvo w~s^* 3nɾ&#g5z`>ncԤ(% +RCP!;Ht~ k~ ꘱6 dJ^ E!^sLLIa(*Мf-ebȣ=D L;+'|ٰ$xk.}O^Z%Lk*4[0B5 +nZAY3C|Ҽ5DC!|]k$XZGh`LGnB7r7J`Qm{'`lE~Tʇş~E1c Tꡜ+d0 ď<gS3c,vʎW( s'o(3ssw##TPޟ_V7[=Œ! f}NQx}DS۸PψO/{Ƥ^,5~cE𕨫T:I^BR[#EP.0ȗ""~P~,蒜JKe9 NR=}!y8Aϋ-<H$af&T4w9ꛔ0Dke,GM()wEjn#Q%cQ_))VĆxzyޫ !ic x31w8YMazxxP솖lic,%u9?bjfE N9vN&n}87ΛSuI`_1~%Gm3%H̯1| m<[ϒGځq1-G}slۺ1Q_0Sm}W d bydoquYsM|#`$4r=L6HCzOo]G"fcr⼮\@X6|3Na֊VbIJnL5(vxgӟ5?&Gv W#tBuɜWpQBjpXpzv,6][*M̵FQ}O/~&ΔT|^>Q@mI70/!8c@`;;(\̤qpL@#ÓY|"w4wş2qzb-Kv ޞ2ۙ㰇.s8QlGXmY望%|2ډፃg9s>cs)"8 KYGMj l.fX-Kه?U*S7?XvsS*+'=$<]KKTvNzז¹-PRk8XnX3dλ;'fˌ9, uz쓮}g=h; S-ۻ ZBa,YބƎ&.s9'% uU{ceD So 0NNl¯A UE9"j_t ν'-gZ^:R}w, R)hE{Ascubo`rkjﷄW p#f:4( ٥O5AL{| =d͌G>6PwEOaIZ2avmG;4,e-2N<\!ozp +$m ?;s{{ۆK}f98 o0M_A~sw%Im3`^6LGGF!h#M.l &'_Nxu1<"4FRV¶ 1Gkc ?5ja.nvc5Y"яObʐs{WD$ 2%ALa㑥 7*1RS:Vp\*8}dLf'n,X+w)> .STGV1$g#gsmޥAǿ?6J3!Cz+4fh--a#˗&/ٚ[wlѧ"NfԚX.Yz; k Ebc>w"ȥ^Ó.pyDDIvTW`wWwD,{EdЧ]>~eBM }0ښQg t$yk>:93vSt< H:Jb ] W+hO,s7NW6۫Myȝ/+!җSu47li|czޜ=?G] 46#I ?Gwi&LBE&\/9GghŴe+"5]#7 [1q8"gw,8&;å)aPO)g/`QY3'(K~stl{rB2B{P$Z喑J 56^2 >'o󧰀Hm 0p+>>{\~,*8pM K~ӷ~Eti@*_^1{/G.‚xd'g2M*ILgroڻ(.K1dJƩAEK sTWʍs\c!,WݪTr"d+ngQs˻|!IugJƍ-MŽ@ w#6|~uԧUv"8D2rm|zV*2#,WE۲Cy@a~6ez9OD(rHjd!#xj5ĻY6/SF$tTT|BϭcL-B zIK@VзtQξ8-@f3ppeӯgt=BO=n1f OdAZHd˄SŕբP_@9 %y8! .ȭHF9u;M1)Q[[f"QXX_p<E'/qa{_l7) ߾ڷ?.6Ws%=Bf+gco6̖0RҬRg5KdF y:V bݳ 6 Wnt$X@ƹS f-XJ`F"v_ywn/D#WCCdz4I"i h,%.&L-HrBuAȕEuI_ $)W /۷EAϚQ3K#$Y3n""U=$w>$ N:}E!> +3|gMY(]zv%;lWgAR' pc֩8:j9ĩ#dgYw4\>B;_ZH9t{R^N.䊥~d(Jhxq$ el($/߂dhy5!?;2"k_~ti=fQn@__aI| ph|9JNԫ  D]g(\ uLĦV^Дv͑f~Jk0Ӂ.җ%sn`3CTZ"MċEY|lC/Y857R1'1A~mYT^3KMC&hTTT 䲆KAõԣ$|HaQf5=v8fx/8o+nVVJ&8~gbioᠫEz~D[);^a=Wc"؝UVXr0UEl^:Q&}&ۯ;6%(E ⶙QJlN1۸e~lU{5<@e} ؁IztHm2ZHm -C heCA k$bqaTS׈R!R Dzj?0TP>$n|$\da}0`'̼W'] k,p*"΂C\'Vu,Tw>|Csom* -ZO(h-'h] #~^ qSu[JPx`DjAU`CX髿 ;RGZjyfBQ7!_^W*+2nǃsPML.B@+LcjDnU{A N!+S),{[I{" *O6sUX,Yr_JCU您B ^ ~d`>دtJ~SL!U#*ȽTR?GgܩK!VV}߹Y::D5+YzC]e\3zXwje^ od.-qDf^C4aS1V' E/S'ܞmK1kyBÔY1bCE?v+u.ClT*6<J r스+L\Zh^E`^ǖ+ |1ԍ@] Q s=zX7Qx?att\Ad=R"X5zQ I-hDb=M}?I+ XO΅G_)l>F{ =6|zeT4+u ˘#矯InT |3cx*=\b*Z]eMXSWzIjm(LH]:@HP#n/ ׾`X\02;&6d[9R$`p׬i :=.ԗag"Sj +Te,'yTjVQ(GOq5P*6o>%fŃyccCmh<ߠ koTܵ8 MZgNC)߁&,*>?@v] MtuX%zDB-,g(gy"%a+ k$vWeU43aIunO\ڽ[;-[y:dk^_Z+Jhi'uƽ/nN2n:X%Oҗ2b]U&n0EX(-^y"Nѷ9y/' ɢݘH:U/>ɁLN鉛v'mǓĀJV%QʁlL„Hj<(Yi̍$\=7i ɉfcKg0M9p}9`jES3ѣt? ;6YPKG(rP<|6էk6MήbS QR!﹫xВUf\l.rXo< zRkkwWb7Q!lHlqWZJZuXQ#wƒ]#;Ó] oeF D 2g{c|Es X$o`{|b)aJ\,z²13ò 8N,A8/n+ %bl Eepoh#ϓE]2g;!jڐ$74١B#8;ƂBl]ZrhDq]a}^U;IO2<'¶n)pX1M.<hKPB}ҍD+ҭ5=Y:@.e*;ݺh"б.EHFď3]>{Ϩ?0C%j0:M4s>ȺW݆~QpvZ+zp 8?򆏻HY RBmBӊ2iɖ?T ^Y*V"0ñn%r@l/6 itH Nx jϫ"Jv#$%  fyh-tl^H5@%g~0kV0W3G:ElK94az:67܌-g˰ hA\9;",L+V B][bf ՚5K#k(e[nHmeP`a1^(x"=z !吧Fڙ>$7bԠvwwᘰpz"8 3}hCin1>))Eq%t?s˂ t[M=natX0pqS&:/9YƳtfB1Iݝ.FN8VpkeT^K\#$E6C[Ks[˶5ğCkoeCz cN fg`Y/iae家`V/'h)CLҭ= DHMP\H}6P)CHqV&# 5l-.5:_3i *B; ˍ^5{ FS@q}/O,ЌjN+Wrh~dYI.oZ3%)r"`M=]3ǜ>06pʜEp4+/s|yuH7-$ ߠ52?X1as}:&ӭOKC̓(Wky0:5R9M{c=AN(' lXS=YD n;6B$b$[r 0v~p:>ktO4Qq3efE6&dU% 7yc}[CWl-W ؂I-[ -g~Џ ^}[(Y9YsFPU _^p|zk0qN FM? '~qo$ؑ4H)IS> AR0l"l ־é6pRV?\Jh dU[קc$OMR+z{3K 6/nx{d?D2,RqB5:^}Sθj!xMzwRL,_Y9GgmgiKfĞf}]:#xrC^rnʉS ؀l!>`V@)H9U1=ב7ڹD#HK{y3Jy{ؾ' iyp2BV֣Yj,AzB' 9B}y__@\?E,Uga+h lׁh~l xbdF{hнKhUmx, W^\Ѻ ގ0h2 L>HrY*>:D,ЂLtmGuWN|;] Frxھ9į1pkC=~V#M '%1b\&PQFLGAz*rGIYUꚤVhA[T[FЭv#_JG@?̟m=B)e𝌾8=̳;JΚBc0M"\֞ K4/ur;'~k RUB6T1IV(= mL˿LrA:N"[Gc}-1"9鎉rHk!l_[%k|WĚX?Ʀz̎ڔFAmf}i4v*[lihR%T1XUd>Du)!?V *fWtL:yW%gEƕ2̢d%|>BYDnMգe>m)󉺹Xx "FUfS%]߻uVϼ7TBjruW ~z9V.#5I=?;U6ЦiMQih+j^䘷2}8~0,o==Xy?:dـ2;~=5.E$[KM?ai®;HAœNPMPg\GOˉ}$B৛̙[;#(Ⱦ r>x,1(: ܨaP#ޕ?2#so 7|Z(bw4oVwIqѤU wP>L$i4A"@!L>: Qi +֜ЙC=ǮʶTvTX6}Tr뀃%ӧoEA2{iZT&:9߂k`.pgZ@n'ő b@&t)٧*mho39m %Ŋo*G$"wQH!\Mg $F18ǯ~M~1Ղ:K)_2ǣ 즇kHCcca/Њ).lm$=YS`@P-+@LHʉ)~QٹjAs :yJ%ȭm w]#SE2u;HItnNzU%LFD.td ' U09n^ȴMOؤoۤR a:|B؎~8gמk\@[fe.}a7ǻE>G3W- o!;7ä0VTȮ i fXmrsdq`):/yq?Y:#X~. **,n%߭?]5C9ͮ%)SaQt*|uC28 MKex#_Y¥O |8kwKXlxk&#Z\ܤ PF ZPdƳÉ;p+PR+MiUwZqE›λxh5zNYh(wMq%Vbj_bz_u j K?>2ZL1i =Ra$sdɫo‹.{VǖhgKGwU@a DT 18ŤÁ1*90_]Mvn ?X7a8;t݀Q|wͨUd+,y͇NXRX>pb ǿNCFi`ߎ{n.+;A;)kr soo#ىjc^H_ 7ƽgm_[u]u0%Ws9˞܇irб-Z)kk-;Q#T|@ױG) PK] n8K%t1kwm WJ Z=fOTiq8˄ IvkprC/,:VzuyʷQO ɬ )?U55?W۹,OCR_ | }~P2!o\_MA?֯bۡ^M{~{._K򠈰=]6"% X3E)o?q ž<XEWV"W[Ǯ̞YW{lԵ}'X6jYZCn]Wa@,qI]/P6U+݇+dT4Bc2+A+͵ E蚖Ft ao+ܩembD21>^WO4'CN94Th᧦UVT}4ћNv[(}gvTe; OIL;sWl~ [bJޣS8GYfp#-!k7M0A5 P'u5W ^_ȱeC.w!p -iU`&7G^ZGE<5|w uU)t;$x٬ c(U)dCjia `hJ5Nv>6Z GJ1w 3_t KHq%M[H0_oBMF'rgE E*eGX#lEkcW(R0 e5{na,]!B,::+7І@t_0c)`|wEOGӕ {ԂS)])ꥇVk L2|J)|k3KHKU N&@\|ɿs6@Ajq麆ήhX«)&LcJ7|" _!0c 若vc(a&/AnFC2 +Z/h12O ̝Djh}Bώzb9״>: |;. F7)hI6+)7\.Jً^ס5zC䣊3֝,EE֧ 5L[3hg5@@`?v;b?'{ ;nE1(" ə:%F sL? 寳F?r\ ~}QVqz}X<{HCNAD#͐ZrrrOoh2%gd`aAL`ڳ1DL+KpЭ3A|:`sU8jmssSbѱZl)!esn#kxJyLG1%kYL>fc(cT;;5:z@ZuI)C] ?2HQk}h4il"ÞԞY bz~>f+zPW{}p]y=t G$aզM(3P!veLVsپTnz5Ù+B- >Q S$ g TNA>T"+%'cԙ/Q>eu!6x V S_Sޟʏ+??5)x[&{ksĥ3V)qmA KaZ4fba{O܁BR<:t;,hg2\]P3ʼ Nl)VM_^ҝAD@|^Εy"Iܝl7D 9si>1 MTo(|ՙ 1 u0MΖ;.z&3w*%%7 ){4#NиȿhB+)g:,c*L~,O˦!-E@p&N$R wgFn9i 5xRB4(5ZúsAwvsc\5Ŝ4Yv]&hDC8%a iMm`c#vh}hp/@_o@i4?yOfdZe)?F8"Ѝ$a <{y*SԪ|=JiVG꡽pҾ+ K!Ǵe-Ájx *wA(j\_*X n~0*~h~xp91[ZP %y^Rnἠ^"oHsS ̈;<͖uiVgVCd;Z,pGR+pj)_UP2zO dny'@yZ+jJP+=L~NL! U~ Y3%i}4oB ,/6T.HW"ദ_=tQ6C[wW%XӎO)"%C|`sj@Cˈ&*]CL ُR1/"=ksTnNpxR͊9{crZKc4j7k|'hB@J(1' MEPfJrd[d[K?ed3=$B@)u&Egn~%RhftbWUcup3)剶%ZS4MUJ * 2cVR`"FςGbFLGzZ[UPDϋ`ް&(o8Ů%[ŝ#l~ ^;,b{,I|>\ aSjMULƿۢY K~3d>v ˈ<{ "ݏ;a+YdU&|1jv\{u~x,z@Pق^y 7"ebre5ltq Ȍ'ɉ_IJPG^(istBϦƲ9ٹ4?UR&n`U>uK afaflX<a~q?W>t|3Dyb/*AB$=bsbI_rK))*g u_*[ M :Lyv裺OL_qzFbVΪG`xqnɸSDJ+ϜȄ6֕CHR=^ -v ~ zg MraRv8hاM4l3k(l#& AJKSh9P\%op9Nmޤ8ιѕ*.$M/a5VHO^SS 0\! A-mO^qJ콝4YM @_J,$S>0nd{aKõ}baq~ :JKJ,a'\P8Xl 8,8'r>^_=Ln_X?͡^y:@8CTE8Y'iGtYma*z_9EX) ciÐvW4b,*vA,?^W h-̝/;ʮX'9R7)/'hD ǁK P[zgWk|r*,;I 5Iܖ .w`S.Mr;eb`i6>t뙺xȘ;cA?,Tr $XVƔ-'/oKpМ~I0C6~FAL>J{GO^Z.1<68PM3@Į߶m`E#IݹbLteE/ouxā(@xM(^R ƧrOZ{c$Nj\"gڑجE'㇖gjYZN2.L=E{%nA]Jat@wX^vK$Cә1P3.;A]Ԉ렑 p c$ `iv߿o7bO}$umVv*ӏغHz+_0"gqK3m V"3znCFx)il` mM"OhE伉G^+~h~>)Tl "VqۦNg^ҎāZpQd[mKW*t>7m5? #sK[ӓ(qk ?{@C߲J/]Nҍ`[+kb %wڎS.5z}IHjNBkr`y{cD)YauׯFǃJ?:dwx}Fk/W",ZX$H'C% e*$b8O67iR/7 /u]צNdbF'7ޟd(g+4GaCD^ ~"&kXWRq|x#1thXY h_ɰ- }$,hfсd C $AL'1C®%TUU QpY@$;ʼndM8C1H<+EzYqBJR&_0W QlbHl-RDKx>$`!1z]~7QIiRsPT#іDeFg2zmhZԥ%h]8r4S?9{mp+t%if~ܤ^K/b3GT.md51$;it k 6W5}zw@BE b%Sdl8Nw) udv/c}?ù0z2gOad# ]q#|1a CՕdXc}=&zݑ9;!EĽ=i٠nݥOڀ#L\s}†k 'IИp !w^^ximaztrj_̀@.SҶwM%uP!׃K1—ԿPa$/|Ğ"n7(ZMcv0/m[ ڃpAÉA=Cc*8%2(sω:(ߤƝƌHaG3Dr9/2kjp=.i7D{66Xex!!>b@*8C[U=fx^S< ·ni㏵4[C_o\zp+%ג yG#јO*blgƥG U_ܧ &JOaAe7ƼIr;ØN*m5>y.ӺBWOy(R !쾼ٽ+aFTks\*h Er'DĽPS%}yR6Wlmx†>dSE 9)]*@U#$k1$Xc`$~R?9Bv5q/Kcʢi snN'4wA3*aD=-4AO (AtoQ32/HvJek#ROeOo nMpw=('ph.!yUslD %!iŬ)a TD|>*|R \FpuUlY fpVW8^bn4:M[}[Aò4!zsJW%\$u`|5~|yũ` V?"=@ߋYhhI%  Na; M1XrZ|Woa4i 〒Ki(=\Wq\ ?62@0FMYt \ !V'١#Dn u7D XlNb.b}}R2#V:4^E蚗ehDVC2U/D/q}AZ1<OD-\b|nF&0i<wOAPvͬo{RNs$>BDI{ -ֵl~E,T=qmmtlۿs߾3̘1;5Orj75,x_FCVr~tH*꽆KQR?dPyW݂͒L5݉I۵pDz%l?|Z9,%tINJe"oA LCA!fޑ+x=Zk_)N̾V+$[ǩ`B/hۃFP&hp _ϧsH:p}+21tJwH۾Q]΍j׼fi )d'>J*!uP TVn3>xy1^(2pɟU T}M`n]?'P3kBqPu7PS5[~ ˗bMҴUGXYBb<:]LtcRƕ(`;GIpw _9=;h}Rn bmqw:H߯}EZ*rC9u}ђk߂`H9Q珩 ı#CM5׬po} $X4:(AJ9f:˗YD@έϿ_:/uϢ~v"{s43,.I_bJwFn ?z}œ\VBUpr+~SA|TlFL?|)ŝXq#a1REgx k”ee1IjE)6ߥɶOjDiUloc`BTj7MXX$iO]7L"tl )SquQ[kR5XRID5fӧ1?NX됀!F=fe%cHk,\^QzW6.ZnNUB~CL`Jdz.@BY51uHU®'tx֬,Gh-A?SzG' T E#HGt!q.I6ަ1VwV"C ',/&kP=DX,S9=4RS18]aIX*q%f9%Zc%mPwۅ3 )A$x~!D޳qd$mgE!eo}N nXޝep ijWDMFݑ,WFYN/' ]wpIČhk2~AӐ!G,&LDHBfgfZ?c(_,r3fB-GWͬԷW4 6 jлlkva&NШU~+0bܹE ͨ+E]X+:uqAlWʿubQ&A\ 4=j5gR6rVhT 1)9Q>~|3| &"4f}A Q[lb9`8<VZ ̩nkŇ%3 Eډg;qt<2it)tBĥ4o\ΩUq$"F= GBF L1Q==a#;tlAx!͇#AK,^1O6bh2hUWe5, nW#I""Մٮ ;6-Sd9k -:Lפp:WdBl˙XiXf _V q,nK<D*R‡#KO}9nӋ ??rac2 @dT3T@I.!n6jzBE>HW# ;;iZ?.~}@Cq@;FP+9Xth\0و6=ځ9܏>;e']~GtRoA2f6ͦU"^Jf#h*$󯃮UNmR7x \iMVy6UJyH@]3أTKסyhI`3{\c}I6Rq|O|> [|v%J} p|%+i1jZ 9۠*D:,I^/4`qCXބvq0h8_:}q[尺j+'eb{+%Ի 2OV +bhUwK( b/bƌ}Xyfp%;;ybJ~}?H,GJY"k[2ا\wqLamr\#Ɔ#ٹv4 2mE(!'!A\~@UQ,Dr[/~ZZNX/GdmuLFZJ8/!@&7p(}AtHҵ q)ߎ}BOͩ3,2m82Lr3Zk9čARy<$Č ½b*Bmڐ4 ōt_>197C{BM+MӒ R–*댚$. z{!+N~ڍfhs%/V5!V8TT:s̼T՛]{@ڠa-[{UC?&4eG8k?E@ oSDC:߆_K+*qUݴ^V& q89;uq] EMP91љQw->gFo./oO:[QVjNM,GniUFiY:QQmD] UtJ먎ΑkSB%r65}BdH䚩gAaYle"|<viGh5N"l|Əh;K Z5PprSC dabg#ғz^vK=/šN0qm$guaN `O_aA@wEnsCK;ƛfn /$1 c lIދJ>|+jEIY`™H;^.B$^MMwka%Wx1o"ۉ!hޖInMTq,Kqܢpzh [YWCЩ ZNJ2scr7.U,6󊝾R)+sӛx BjSrYp4#4Fh yȸoK麜|$XwF(M ;L3#r q L7_BG@q)$L"\Z8(b=Z'<n;M_MiH͖1=)$FCe^-B ,iФ~ cA.(S A6Sz>A~/i/fOM f~@ks9x9>,6kBUiɍen>n71|eFM*I={UR zmAGAF";Y Sh2vIi#^MΑRg;^WdҊ=,f(;jco_GC׹vD׋[Rad~.h#( {u@F3;Knmi>nr#xBsl!w*}sD 69 sgza ;sWvԞxwmoz-kg5ˮS/[M`*n^BE0s%~S9Q d74]k^%'ID?W$Y(9yO날g P w|OC'o iZaŵd(6'˒a5\<~[1t{:ڷ(O!%5Kiyu;- 0k*8Y@vmd; f0Lt6t kΡ"ճtFB7?Βv_o;&ڀ)L>ۅ7ў+[lSg ʃpi ANHynj~J"vܳ~ڸr&qkME$$w$pZ ~Z]v5hV @ 8nN.gP]Ҭ~qu􇸌Sz<loEl]*XShP pKL $A֟XZV #6 Vc!18i윷3A7WŝCB2Vͺ]~1+yE_nݛ֥Ti~ՠZ@}@UW0\9yz>D2L/0.e`Y&OiCQ %V5M`)y 1kj&"npz{[&)O ѕ+ |{rOe!y@3\B KHpۚ`s &SFڨ,QaW!2a|S@2G@GL]e5DNl_׺_ҳx((gv2*\Ʌq8(m$U(g}`)~:˫xsͥǩPw\<[X:@ʠ >ӧQI]QNHGWF~6mSmq>Wf[M}^1O"m6BY E0][FܥE1HeMbsH mN F'i)a'N^뙻 ?d皒I\\+1~ƠIAnX;8WCá*(.;|- ̘YzFZNu5{01K ߒf b")ޗ`ҹ@;fy w̿S<ϺhM74yD:Sۊ[|2mvuWaBͮ䊑ս3*T`$P{*np9,`R۟-9Mʵr:}-I9:~"2D m.=keTWJ#hdC^9|EǓ$a"NJś^5 |c-8^g 5*o+ٖ ٙ{gg;%)E/2v$;Fk:4̦h&q%G€Txv*87=$5ٚ$'ׅYy3s5&G {:)Fr͗Q͏~ooDUfZ]Q?< ݁x6f+fz_]HN_cU,PCRK9ONbQuٌY֒? ±n"GJv- eTj]@ cs&^9ܘ`y,!g^ GSBB"i\e7`F]ds*hw֝ ^|HXq(o7\)OK-II*C\ئ1z^X0¿7QĠQ)o:A]\ 9\2( %΢.Pa˩䡯B;)R\MڡڅlZ|ˡƷ\X8PE\)B s3j?eP.D"P*& aP*5,g4Efc]ѶRX 0finj{Ue}Hqg1ⱑaCCT+Z_9\d 5UNIN0Uy{?mɌ5[Iݺ^aR:<]ZT})ܫ/>- v5g,D%_T&эa`< /cQV*4vpGV^f[p h=9ww<w\ڊDx%9B*4F0͏|2˸b8{;[N@zih&h#5|G*3HIu7V q&3GD%=S|.Bo[g]="s!|$^sClȃn7pST:NeSRs_$:lUy&VA2ovlZ{^&u>ħ/&f\IJEC &NH/V~C',cKLH@MúoИ~uc}KN_D2%=+:t-1"'ω/з4Ahf _@XU'̲: p J)ųi$Yea<-q q`xe,QQ[bLܛdV(-N;*:et0,9YXb@RXKSkcy8(鈫p6Ru'U YtSsЧ޾-̯ݩԼ MUgzss^y#؉HxM~ g[n&%' t i{_o*SarVw{ ez5G _Z"<`u$ 1 ޺?YNHd*>C@(itE™UJWw,~ڒ"l^ЏK|o7@ (]R iUl Wx"s<\%y3P !o"V{QhQ>P>aaf_] U]p lp}~OܼhulFf h?ϊZ@ebΏpfэXe!azl*ζgljo гhlu foWʬg7P]#JսU%oYKH&굆ޙS$D\S CI*TAQU&7VXnA%7?sh'rI%LZo1t_ѶpDM!92~$ݡHOrN"DO_JQԵ2ˮr 8P=͎ W/q &%cSǀ3hiq1˯;_㱲r'Jy usg<+DBG#?˷6"NlY(%)D /$Z=EЁQT8HElHDw3Boj%{} "K@8,%PG̒A?mdc^`UlOw(Kٱ:"9LŏS- CVպ3ZQeZH*7cJ`O`SߌxCBcF*_tKZRnE7Y"HP9V7) gF}_JֿnOs=1u^jbE=䫅K>,ܔ';ǴPGdN9ipӖbń1ۉ_9/UԜ;zNԾB@eD,q{CHn]tXҎ/(RA -q\5+5}e)gw,t$TbX)B\riHFC*Il/oFZq]PV9Q O(We|NDozӤG)^oC${$=fSW]Ɵ'JL+jbi㇄`VzzXJƲ>̨[՜aCqX#diIb&^.QO9L*IEOc3;QߎҸ}P} F$Ep& %1v 1j'>Dwi!D?`^je%_n̖mS{SLTf5/n:ico$@n *w j8-qwn*KB^=J,? i̭l8l6^SʘƩ>}3V*tcd2(^s>Ig?JQle[a#_#Z91p8mjX,v:۪y?EKQذpbJBg%ŮЉ[ʖUYL82C`=46)*-fK׭T{6M ?FSO}Y7ȲNzgɦت+^ճgi]4}ş~K;H!yA 7`˯ EwŸ 9f*J9Yaa$ܯj[l&1i{S xH^Mme_#Iu{GT{[B >gc}Fg; :S!rs'>W5--fɅt3[Jkp@T!ucL>{.mF*tof{]F530}1F<3~){MKJѥ1GLh/oo*R\/H(_Y_B(xo]cM w f *ir]I>u:7k1 ȿ1kB^|pccREެtgv *)F*P֞aT[E+B]2GuD\JK>Q+긊$W$_ M@+uI.87#5!21 U. -"Z_eȉqC\D˫[\ͱOiR7z?%[ mg1(WI? .6JLm>8}AS9Ѳ { +dWkXFQ'gf Ϝ0zPɌE.aF:Ar,.G 7N7HG=3`sZfAM=(qqfa<6>m7p#I##),r~ `BrpuYaO5m֋ xRާ,`ܗHƛ5c!A5ŏwR񔚵3>m/Ոx~E4U!0XQVʯDKAW; )$w92ҍS}ݤ?lyvkgzoz"u0Uf^xxIp-M$mE #0'|.<[؏QT{`zWO/ǂյIj%R],bEy:⦁k 6vfqMG*sK E3Ѐ6z{^ #~)C'N[-U~7} 8OSJdtU#C6] ɩpQLWJ}pirV 9|m;<'afLA 1aԉnTPZEJ>/p恿\LXת^_DfNR!ԦTxmIF)K}7 d( dn2g5eq{0j_ F?!*_PKtkiLimuX:QnΛp&{5*s#BGwwUޏB~vOh Yoкk n9LGZCyzX͖*x&x w䮶{4WQhYiYkM ̚d=U*;hMv ZCC}<`קse@<S=R07,1'.Y#g?ߛ"?VvǡP/c1`okm:Qp%U֖R֘Wr%KJ.1UL(&ȫNTGV@evjଃiA 0[Ѩ{1< -ddP;)V+ ^Fv3R"}i8@ѿZl `@>J@[.ScQs'iE# nXS9=;(۸gQb5o)VA}6) o*Gz5&RK)084bF/"mմY͎ǰ$=usUmO iۨKN4tV~r bD}.sא-N 9L5tkQPpc*_{U-7 KѰ"6{͈ B 5ncI:0ɫgXɴα!\G'zf),X\*z{D' D20 R醇V4ֽzVkKq)yRw{! pua0-@6b9vA^.@Z3:vx0OswD?,gr\#.y+6k `_F0SHVe=QXE9-1tҘ!J-h]_KMƇdP 5fv-]ZJ%<ڢqv>BhZa6`G8(Tv[;^AjкBQu"=M>"!֪,;ޕU1GL-BLTGMͽѺeG]Rsw>u,,){G *(J%˅Saٌn+:XS[92)% k+p' EY5R?H#9Z A(hJqXD~KZIڦKnݭR$1CQe,<Eceّ&MaJp[@3 ,nE#xP"kk|v}c6 ^0*2Ұ/~ͭuVڎZӧ& o 8בQYg֌5`tK>vByJE)H%웰?89)-˨RX;gp/nuD rp/9ו!qUf  B+ ˃ê63Ν2#\9YJx)m܅n‹]%bo҅J[^!G̪yU-ѯ;Q8qjZ{vӕ _-F @Mfd3M(7hP"0x4&w @z7b`_> ' wʏF1Pw)ylB %:wKgRMNJZxzQl  9#r FqUAPO: A"~ŨG-`6^# yW$ݞdro ~a2ޮL,]wW}%ٲobiyRpg'ؙ6+ū2ޭVM+Y-bsF.9]1REJ4:c+,RџUR0!GϩIg fPžZWκz4Vng'!Mgm1Yt%_9#b/ZB:[~$MuA@6R x P˳-/6|HisFuk:puM^lLQKfifE%)B#` j'FSaK4w2Ƹ JY K=7E=g_'fLޫh#3!Vo$f;$B:huNG{NWb|,[#ҕk|y' f渔Om8˻d(3`~|bD1p765/{=01,Qșo2^F5v}A>լ[D0DzA$@x$>t=cD}_2tp`wzG~\GY"ZZ5:~תQwuЕ$L>#E' l]twr`9z*3Ĩ621< ^&ס5s3$$uWA VpFXnG//|^d@=䷐fD; i RړY޿U^i(Lz &_okV5Ө/"?N$c* #(}G} hu_6p6/0v6AQ.(q`!;G_5([{sPrCITvp[Ǟ똼̉ I+l_ mW?^P|ZPEi3AZ>W!n,/*D>7bxɲ8/lX\Ij 3^}Db0,vyO~wM8qz&ɛ!Bڗ7nQOGhLwsɖ-6Š_"m yD*9΅@j?)\*f,fwbzg[miRI@Us)u(|[Q4w,@A ~!ZY& &2/1d8zM anHTɏz-0iK$ؖBLO|▃omx"e4&_˶.c_mĔ!#b.")84ф5[fwѠ{J˰?wueSO/jje(G{җb\|~I^`'̈́:'l*1Ut8I&^:?nx b(  gXpғ#ݗl\hJ#\02zvX^/R 4зvkko(H%"{kTpTqU2mGA6ӱ ^CjfyW;ֲ,.Bk0>Z~Kf}Y1u"jG'Oz&ԕx# &o?c4v.$^͚uo6a|N7@6C_ mQ_P)yqş4daJjLrGZ0ތ8}9#,Ra/un_ɟ\vCD~BoY"6dAJ./!=,GИ|j}e$|j 5zB>ʛJX[|Cu"1 ^ѽ$zu%f6)>癭2u`:Nvtyu2CgEQ]Uj j H*ES/-ayyt.&tzQ^ НR@QUUCZ0,%7 S*}0Nju}rplP;% Dr6Z̿h[D@CC)5ص6/ ?a ;Xv*i/MFSa'(>2ƚY]qHz"#S5*᜞Y+fjź& DC& 6C̢z|^vDqU\*ρ|cܽ5Hɲp5tb'k/dlw/E!vBnv+c:q ;T<6z w{R&3@.{fbJ+ XġۃRo9!0h(:reO'R6U"-M0^HMի/|DL awj7hv[CS[|ysNL.Ufl<[~$<0Us@% KJe3N>tʪz\*n|[ t{BϝG7Nz~QQ%S\)ו 9MT^(U &䛉_:=Qঠʎ{dE'vx@+4E )Xӿ z{!d>;QQcpn ~h|]|Xʇ(H1%2gҍhipk谙˙~[QÁBYgrǓDB"Vsk~bQn}IN~W<{M8L0ZXw̴n?;M#E_O+|TicR ٨$(hΠso.?kN6/"O;aX祝A9{ej"oFgGơS%`hmWs-b|?M178AXm lO~pD?sОhVnHlC9} 4r↽6ٖݙG):xe\?貽)v"nƄ/)iW}?ܱx\G[+=xtH'RfEء M>03}w#ցJx_NW-p:5vC}>>w{!G@33T\.t7OGOp ̧B4CB5W3kUI1;) UhYЧջ=:wW[\c;?U"%r R"3i^l !cbHY.whD$?渊7qC \P̎c8,+2'\5 _aug/X :ђ&L[*sd7C%_)ygϖ[AMDu1zw =}RdBCa sָ"sbdgotk;-nJƱFTф ,AZ#6F#KPtFkå~@ s>g,Gb/Ah.5"|Ղv KHJf jU~.F{<ݢ,Rl y> \p AwUth3ttǖbk]%jM"vyB?(ҫgl TOI*"2Jf.ڭ W1wq2 5K9]/q{i6ְ%<6Bf:t@ sًS`.-`cohVqVhE)jVF=kvM!h7UMNakF>.A$g֯HPz@3\%SyٝQz4b=Z5Ȯsq]QTƮATTڎx[-XwCzoNaf.&Foj-A{:nh2?#C`8%)`AHTe+Kbҽ);ga=$^O0ZCܦ-SD_F |=*U,M=]06NJ Nh!!fo~/\cQɝG] 9,c}bKKl1αAc` w,Hvȳ7mq~ّZ*q5lqk^{$"k|)k> t[B5%oXeUdH#ʎoѫUrqI2 h}'u;cиC_-+=Vy2-ވz*;OtK 0~ P6 n>P2X3)w,%d`#iƎlX||m5[, o]XXaG aY䗲k`jv3;pfo赿(maGSFE\A#! QnJߤj?cCi%M2Q \BQ3$Z!`xl[/TV 0P]n*f<:H.MZ[ DOx nsb0دuNQVˋi^wj^?w%ۑ\ ~3xSVx;q)"ҋ vJ Y |x*O*=')pUm;r~Nte5TEoY)Wb7+ENG:_7YR}L.&[+!,4ZrvuLODX"(].f 5:Y뭋W6+DU6e|~^=H(H֚ŠZTN07gMs}O~k,>!YL8]B:3"ɺ)?*b?RT<oQQ$WcHPJ`#3K@IjD},E3](pv?ߺbG5!1}jYˉvF *Q]j0IXwjXTB/(w8Ⲇ5_6v3HP+U0SuϠp })ɀѰH֤Cz6iݏþhĨRf-f+r.r,l-0ӝHj&eA͟sȲ@3=GT,{d[-ܚ`E0Hy:7V,Ym[d{&n>$=<HNy"G=pR ?.D?4sU"@{ge$xS ŵ(sm4+X>^R29éI GoQL91fF_|܌OׯC_) ; a6e 9p>{~\p0'Q|q^CnO0{ؾb"QȹrzauOA""n赱׬;Faa! 7߭eEJsa|_Le&F 7S=m!ql rnhffHF_ |] <Ǎy<%;nLGWQ(&. C,փĮ=RKhRAW/ø mwM\R'n+( [ps @kkc՗Y-Nfb w9u.pSto$ 1I҇h f15 Ą(V%sA액SQ,ERLjn˒G?4}|I+b~?X`C: 07eÝH~$$:2N&%E ̔ǡ ԏ؎;Qb-6^>bU4" Ư \?&+(Mc6fLu^M @ ~wo*%_aTSϡ@*Ō*d?(Q.AKL5_<4ytg4wÕiE`yyAйd:9Mկ(=K\gwqkZC8^[lJ\V.'=-)1גX24%3\pɥhN"bĿʟ]T2":I5 `o=]/y.WKw5VGy*01/SY``Zq"Zhˎ$YȴAhdw6Z7!8JT -bwK6n >82Ȓ#)8qR$koC^웶ҩjWkMdǬ#T7]&|ݫC[@ʖC ƈkG9{DO#jn5 U֧o1El/[0f7t_-sn9|3.4bȎ,T165wx-LA`PK/-1sN  Zc=AN:83<+@(9](@qjS^ ,|) eg)DK\kih,&jk֓!]p)6L܏g]^T"1 .F*% tZ3 ЫRX+y-w7Y3:o `>wm@ h,GR3bhL`1RՍ1`v*!_wE,pYg|4?U2w<:Uy jZH_Ө df*r ԨjGMo={+1TUc:90Km~\x JN>AF>8S~A9Q9˦5LxS,E+(˶vK)M0az3gFtw>[Ae.`Uh|lut! -^osKY>xMhQb1J{ _C%i| h\[M=wMYqd`+. a:RiLz8]B\ǣ@oxE$HSt}HWP0 FâH\%r_"#,8nd7Q5zͦi48Pjn3]kzKC0!7V™yaB{րώFd8{JxzL1`dϵ8M\Gū"whq* 6ǘXvRz3kU~=x1 ;,9cA8o3?6:A~dM^4𻞡^&LфN$*DW1I!;ԓ x!3bVtպ`ND>'d">{8r ,؍Ζ볌k?oR$<'9h7MR]6/]wM Iߣ  zj,?TM #Zy6˕顒Km3D4|ayʆTKkgDn5n8C<=zCoew#;~zۜ|H'ڽ`=Pt4:}vP ?H9mm*[A;R {0V? dVf}F 5/ i<˹|FSՇqjH7uy b^*#ghpѪ)^LpzNM/$\db-шvS]꿗X+$f<2O1aɬ (1EiI'GEh-^C6R`qs U4Rem&k=M˭6-EJP wn(ju܏Jc $BAʦ,2sW0|vLbٜbl@leoh={h#HnP0޻B6d [@1;#^QNQU3F}VG=;-"˿ Ӯu6g'El}p+zBF!._ Q ZM9?u<\v]^>ի<5ԊB6&rToʪ;ҙ&ǾIdDR-Yb$`pAY(dWԕ8jxNl˫Q%t솢3nDo:W׵f&N6jLdF A64]#2 ӋB\t ̤\VP n:ߛ|!}AЛTո[|[MCLͿ-pɽɉ8ƶ6O!'\N]ѻ,L8,>ô\l_Iu7*{.KU0Dit?ôK(ݛk7XА@6gP3]_uQ1d;txTVL-y%:ޟP} xzُݧ@uc'a8S9$T-墰[iz, }䃪koj8E11,p%O8!Wvru'ujbFQ̍~x1GD7`Zhol7,kXi6#gp-Ϝ#RVso 7LSDiX&]=:?)ۤĦ\]׫Fn|W:lZcQ4x( sD2RʃqЉ쳿qCm){! R5(K1?eΕNmV_ } Y󇜑 TA 91{m}J ғtwd>"n 0PTH/kU C?&ܭpF) x, a# 4w)aM76+1rkhp32D .}N1(6y6} ظX)r2:Ztv̍%0v0*Z`!ݨf{P`KmqoD^v4Eq%&lI揹:s^ %&RUd"s4ߨLKט;v<;1s ^^34SGZV{Cyk~t}u2iBܽ,oQm ys:)-w{2ܣH疌[^7 ^KT17!Z7FvA )n_(=X?w' uFnS$ç9QPVdpyWl9Om}2D;%sybM%ι&@Z[ yl՘7@qY84.3N_FdCmdh1R hʗD[O C)y.{]E&SC9_A!撥>M3xUȇTגF3zn$eO >I.r* =2O)[0vskPo-nQW ]SweĿ-޻p$̏խ˖42TA>SoV,A  #+t)gYIF"Xܑ_)ML=^vP - ׸ :Yz+^FlJۿ^Ւ#Ŋl6KyJ)t{K^)͹.ILl_e/JCNB:@_s4.v=wQfAh|oS{T8ob6Tn40]ŵtRS68B5H '?e~yT.Hb/w,A9M>^T|-NVb=JLɧJ&/ S-ѦQ5V@<`}A݄K]tW-X /߿xŕ[:ܽK /D..X&sƉ,n7)jX8I']!ykH5T /vdݯr1ij#fweGvڈGmOIG @k3?j `#= @E9KvkN౪Qu.=jg1Qe L~$ׄ ߊp͇+it|z7k\2 ufl2u!U|>&1 \zXz2˧7Hk ! ˉSc%T6& q^-wzyǘr'H/1Ƕ4Ćߴ; _0qݟ7ͧ]"(P9X >?&~*X/8uw하@e7mbFiн9XX'NXN"'$6@jRdrlJkbv}{x7RF;a zc{gOukhP @o}%kTP3É9 v)R\2gi'=і`*̓g0O˞|  D3$Z١&+D W p+@W!jO-,9U@j;yk`hJ^A6;&%,Ϟ`x6lNHg`N}/:49qOt?ᐎDֶkp !\ps>*źL!&|Zc9_O` i=Μ͈$+ P-LLsV*8CnDR/./1Vy{}ۘLyUK_˧2)]+*aP#'w Փ}؂EZ=Ub 9A6%cCndЀH|ά+|7e5 6@J׺RkVp-&*rMLl.:BGM+nhx8YdߓI2d߫vP8OO|܋B|gjD9V{m@.-cw"i>4R%S;eW2ibcEP먽j'<\Fv01F0TҖ6^s gpzAkk: Z,;[i(/xk4dpu[J7̯XwV#o!'ύs`wE]eBHLc+C(A*qu=s ^j_eqC*xB~foC$u77E: *ؔDN|t&Irǎ7߄j<\tD^{g}|>[ U}:`B-&2 J=zT3~d݈[K[Wr|Q;経e8臞~8K,'s!xp#k42<:rӮ)DJ=|'ahlc{nНvpHս!jZ\3͵* cA׉EpΑf!%P]N F klʂ7W H P&`bAI%(b4S|EyI]ܭ1H.]NlxIKA:ވ(.C҃}>(MKO=IqS-t^W=\|Nt{K;wl?')JS/AɤQ ֪ * ¨kgR*1Bv̄'oWxk e-~yK\d%4ZDaO0U 2wε*=0B3&G-H<5$\3at1Y }L5hxy[9v s~Tifm殈jizA`_yiDFy{Aܗ; ^|'5ճΡyAm+rKb{`^&;BnCkɁW*cGC@lj4bK TɔUw/r:KADl?>2lu;\,[toQ77sL6>@{>ԯ 2$P&|{vş]^z:0#ȤB;AyEA<}R2VW;%@akv-!Ftcdp7s|Nk;+F݊o!v>ҋr5A"yga\(.响NQ&)՗ a&Lg=Bh'IL΋}B`Nf*˨+뇷19xL{tZ} [mZF0w=-~ɁxI3+TPC,sڂ{z$W#>3q0n}`X?~kN/ 该暨3 ;iԀD$)[PYvS-~;vnq arάp JǑU \_8qAg o&Y]wV_ntsv5==إ0K$֍ˍ ck;ŢW0#pO*%L)rW KÊYʢaQWb`Y 9udKFA-~z7CS& ގ,kQ1Zq~r'rQ\ad,`z_6/#Ibo[,~zv=Л"\)+Jm%д4O# sRfgv5tK0|8a:@ GE;xkT(iJ<7~PYE?\~ڰ6)9bA-ǔFel)ra'ŃtUxh$[GM$4l[4L\PNw+nkud?9Od[ zWj 'jCppSUwRLRO. z[dly:q?.hDI=[K4,zAj5j#b]giz١prWٻɈB0) **VtFTx^8N">VM{#[J°I)T-LÃėfon}@W؃mI{yBa_0#T\Aؚn ^7rPzwPd^6I[(|{(n .:*\~O~HcyeJV=:J{=_bmzrEƬvEa}5ϰ&N~ )4]%.g(Q'XZ<6; F/o!gr!-ýs5Ί3eW )zʢk"u #X^EkldENlNC-Lb<]ddimL݌A7#-]會M9V rN `V|fUT )bR!Et] Z㘠LLL`> pH\EFD݊'$ Bk O>;yȼ9L:J-4X}{HΐW*&V @zj- MTB j쭯"GXH]]^fP4=Ѓ0 vrql?0F?{7%E-n\GhO+rJwؔobN73Pށrԛ0ZTZipյwx=;0m-*d2 r!i![DYΙw7qN+ wpg[L g_>j6N+1A{]I+"LPm.aq*~CODMyjm9 $ C12^zKEZP)4S_ )å50>JzDiaeoJģ3,mZC8}E{{ўtɀo2{5JhMOky$@bм:v#mt s, |>$tCbz>i8_kÁ't5EIyv1d24m3#2GAJ\F$^ 3o*62&T_^ 8QeD| [sRΔ%Uj79n<@mI/ôr:}+ŅD^*buƤN?<+H$7@ڊ+'mAd=nUg`yu$<\<( r?2w7 m,q;:n@KNas%jY#ŃP1CP*UWxԡ:"I j6܆ѷXh%`I㔠nn@k1‰x/`l CTk+ .GNkgN)E|PGe2UEʰs>$̞G[w.ATG:>`#CF K!^MO!tu[b@NS,Tx}ׄ, Q@lڪjMq.ԆB1U)&dvP: ,[7iūa SM_!`mLN*'t @0UN[Xp[!g.ӒLg">ò6a&_ydlI~tjbe9E4~/SVUK<#4p=lPVjNNjer| T.'D|JLmX@+"ׇ0$: by?<ݾt ȫKui$ЁG\2>oH"!~H~e3kпu>nCN@ž!GDbdHXR⟷--Ԁ\D\u_eXmGW Rx_5vvejFðDp]i*höaSӐI-*<&4=>:enףgm3Sk? +D~*),1R i3dkr 2 H[V`$`1B:ϹF?@w4)EJjS%,3e:wU%Oo&[e3֫Q-N[BbU:?Ou?wTWWl@Φ힜7Tani]ܞw~%)1Aw)ɩլ ?6r 'jI³|[{ f#U L4Z;Qn# bT6/ͦ31_UIQaMv oEW۱ )zS ;΋b ilR?ud( vѷ pAƲ 24) dK59;@:3s1JK6f8lPl1_) 3V=A4$S7H&㛎˗*nBY#88ڔH~85ArJ!PQ2Y k̜YM*?iE1 36C?j웭kÃ7NaV҇ Qox ]-eѯ ~.dmijFcAR6+p+y XKıQC^+h Lpuc^#'[@Ow)(5d($0j+S;LnIԓIVxpJ _gqFxAC7r5bwR`>Z'UѤcJ9 jS~1WK|{~xڽ|mb+ rHVl Xs.wk2>5'ĪLu~J$@dn0EC9v;_MZ]S'TG/:F>H%;Vn9PEQc O#׼:%a]94cjzUw pp6V`\_pltS{Mvi}-WH!DX}Jrր;$V6_$ߌϯ~ <#؎N 3Dk#w$6Ky򏰃F9I"OXBc4 ݶͳV/GQ5_h:oa BDn$}1`l cR| xy`LR (,֒l9mt(=4߅^^2}cxT?af%U0Xқ A.EN˰Y= el` 6 ̲}OxSzmA:q4߀u?_ptBjM{ԓ<|e0u`N5+ś0T- /pO]Rxȹ>ǑI׷ߊ5/u p3AK>.Y4;)x`Ӣj;bxR뤈ުWPL<$u)` fɢـwq{idsS:pwr2 (묽-sCP71+(Vc`*ӓVrkcU/gm؄I-4쪄75>vI.qpG ;zfUqbI&#Z+z6괡'U%ѥ=+\U/ףuҍVyCK+cAjrv``EʛK {D7h`hd%]&kט+/m}@_hXc>gd;u;[eWߌ]II-xU-0nbA?SBވ*?CǛSxcn^>MI2s7h EXab۶mɸ|RΓO)V`> rOKQls{+PKh. Eeجi1ŷgf0E`!jħ;_zm#YJ]Q_˔' 0z&%b}3(Z:!QG[,ؼV]8ibu\)<"b-j5"ɦ_W =#h%%x$n0%;v Rɇ=@PfRnz:?JH_]AXCt9v➅U91R? }ϋaD1}%8 \({&0enؖ?wҍ>jrW3X >߼IB?63xY'ebhO\/Lh 0z8~Nj~fj)\. x!$eh.uV%~`c5͈A ץ(2UN[:.=v1_I%tF_1y3r6h8?MMN 4lW-)!w)ĥA)qIlGK!-O b ¤b"T<#!zaЇ?T6w$)IF7n:Vܽa9vV/ EcI\).D/ɥyx7IxJCIGґ+a3tֿ%+ivȧs 67a3zH xלL.a҂rf5_n^]og6D3{n3^oL1ȣ7RF=(#VV$X7 6mʤw Hm⳶ᄙ4kթN1Ӌm$?bUD*!<@3˴ݼªCXZr? b4y{WDSqd%ATktY%LO mt#x2 ɀ78#MG`8}7g"$Ile!"A'&V0 d5B HX81&i-2?8pu=F3i[,l"?Kڸ/S>CAU21djILJ!hI5Tu'o~c*clQSk]oڿ\|EK/ |WiHHa \ AD/Svm-LDK g+Qtc-"<]Dߠ 3R nD#KVyYy\vHVt`Gj<) ȣPX6,OXt) =H6r9{p&Vwk'ւރӠ-j:hE*C f8?ap[Kȅ6~.h-~<GurscmS:~0S).jaM|!f@׌GY y2Pql5 D̷Nɘ=~Rt~&biv{KgG 1!\kh1/e#@u{z5J.=7z9::Ъ$U7!:>lG(B8O ų?4}н7Bdwa^}V];ЙV_n(ێju([$d1M,a𪥢Ha0wC6f ?QճSC<ׂ~q0oҹ؝wp ys)V#tE~i}Co~ր@},@ nmUljw \m}@C_o>o{- *&PgV/^x x&|l|t˳(]Z] @zfz[}D(zx%-ZٌY1i[̷V{g`+d>79=H'aHEe-&k\1d8i" z%Jcr%V˻$fu*@ ]{GaB.LS!vOcrf`Rg9+H6D@i4b 01D||̓K5[(BҸtBe|#W ?ދ%aFR J[Hl]W4ynk re%N,@_ {_GU)%`6"& vIOdl?QhWՐH4OlD!uy_!CGnѶfͬd(ѧ+ [O!F0F〚]䩨{[0&ʾAl\{R5 gP(ngj p q]yF&}g/&qZL. D{1Ŝ:Y~ 'e_وp%jK"J㼉g uc7VP4R2F>}⎨i%y'mnVjư20kx a< Rk- ZD{(7܍R9wyTj^)[S\x\/,4usPy]Q~g7N3=i5 G7m2ujE.QKh[-'I-*9iz``\`¼R C./s c}?w ^o3zNY!U)EB>e3> 9E䍫H ֙/3QO~go5[K7ga7`~Y2#a-^ DM>F'N~¼('Wϟ]1w*Z DB,^tlf40̍z+zM.>J; Jd*@Ŋ磄a;μqޥSF{Ÿ/+aq.,ҽfTv(,ebfJٝ`[9NJ6+o#M/&#&}x>kbOM"NtcV' 4|$-{_1Σw1<0@S^ؓ TTsy@Z2h[ ~>و+èkp~U6~V@7_V|^"־$;>Գ0t" Ć6!~H )IUevJù^ ^>Z)Uy -9:й\59L^fX~/B<,A\\S{x yl(7|QTn}!BK3}])ʂR)%CR!hcP,r#{' N=:P~ъθ5yL$v}B F%$*DrWͤW]#]b<*S똓ixn FT#UmNٯΟ 8ı4ʄ3%m}6ԢY#8Rֹ};VF]ٍy*Yhڷ zuXHKH}(YJheW7{ h `/%#Oᚏ/8b9RPb!()uj!z8mu&m6~g.?'hfn\C .'Fǽ8q!uHTЛX$yƢ0eYQ;u~&Wlc̓hh;}"Y-p'`S$c/Ewbe*Tx#XZui<[)T ĠP#q9La@c1̪oŁD1搨qK˾%E\sxcbGRbnCE "oᇯ~0:.%zU~1WAuwjZp[} k-MMِ=͗؈(t:ˮn[. `)&H4Uwv=>T''%(}ٯ_XbJhC@zQe)h\\J{*)C_:"'чtM.lv/ )B։ p r4V/q ynM[>*oD2u|(=DNsY»NuTmr?YBc, hX S=tƟV2޼4a$-H.y6hq3zw3?lsUMmAd=4mntzCeo< hnUxmHQ?E?:s:cPª#T!MCױ7Xu#'!mZGW<֢Mz:l溨~UPC40m[)vJLEPߊ%"l%I4,L:ɳ]jrhb^y(αA e,bˈƸYݥ%DY돿]ٯ|(lt̽YR -]ƣ@4F _jCL财C1݂p)]w &^ s2u!1K V/)q?Dԯ4$/mm}gfM |xk%0f|}KS\JpB&5F X_>jCAZ|Cn^3Pu. X0 #.;o{ o6NfLi"ڿ]o#aK E'w?Q/cu㩲9FpJČa/-gS.E$f V$-Ԏ`G/} 7:J"6lgr 5?/ 4㋔܎ۥn7! DqjN)ڪ@9*ǺA^Qrl2~c3_UiGqۊ*D\XJͨsCN6bG<)߈Pr`r+)N6NI Ep oVN2Opfl;P6XW.ESUXO<{y>}e"4ӘB׽O01(JV/`JHپs0xx/qas-&A'VQ7~䕊 +wF ʄU82,!=gwr[ Jl?e{}*z3vmT>JN#hXKR/4z6s^M26)tU=l!yb(c.<Ɲ#;t.yŕS< ,pJn0r S-kL|荆f++`4@LeUA@y,1]>6"ٓbE~ $)R/˕?bAҚ &v=_h =U:A}1d-.c,ޝta)'t3 eg=BUY Y(?wb fw[7: -B- ǩēGmpнυ)VWffő3k!ouc~d)-(ikQNowxSndTRރDq7.^( M2Os"lڒ2y譨H%?rJ"D]wںrH3T9:"w5CCCr^>s5AY1y/Bж.s0y#@;Ai1DȌ""jޤzN I7ٲH\b((74hiS[_%6]Is_G^@{ KfiI]<(S'xU}bOO4TFzVZw5,e{X mM>_=I&k oN;znZӪo1x?(a)Ã9T[O3 HYdZ6 PB}s/FUdU>k4@h4u>+_6} z} }3-d?;4\0A}\`5{):͉TީSE-'jνNp7A 4`&l59}mg|*)y z4eKF /xhH囅fIvHTcVG]@Jǚv՛Bڂ~7\GDATEH䨱 `X]BFkcS{ uߪB8&X hь2#A9MTS~,~B@@z3yϑv귅>wULJn1+;a M#P-ljOiԢAOf_|NaΗ%ln4@twv9OA%-c]HF(N[Y*1X94̍%屌uBZ&p_v- rAPFj][hr5xWU K0-'hq D^uljNunT>l("F̚aˈ,hUhd\إ$F?]e[yt@_v`%%f N@X-_cjO5IǪbReu'.Ezamn,,l h|ЌMgŧfvE). }`Ƽd;WT{ &ڬUX(O> TxX`G*WI>42Ńi֗$Uk%yTtQ;`xKt#'n2\FPBo>U^?dNJ٬))¯iq-U9E|M1i۝;v\k;,h!hد[ێl^Fk2MDbѓ"zRD2>.tdigⰗ\D">!0!i7n1cu;8ݭ;h|~DTv#`aE8 FKSA/({sBho5;ķ1CI9εNК! hLLOwgW &c7" V؈$\ٞAJgVA B[{ jm*!f&g{Xdv 1kԔcʼn*[3ex]+au|+bn$-yC7"| n5,ul ܸFT7O\-:.Zzpk:bUVߨ7=. 0.I7bx-`/qޤO-zh9H#t eҋۼmF,Ewh( 絀O`z$D wIR!3?]aabni1&9Î'n6=j qnTZiQΞ/(= v GcMޗzڇ d/ l0x٦h8 7^ %B8X8!\,GUX.j D yP"Cf*$ѥ- pyD[EʦBjsmktW|O6h 09;C,DĥDySf*CvsL1ך .qY~ ʒeB['ATN~s͛3"$q YZ