PackageKit-1.2.4-150500.6.2.2<>,HhfZp9|X7P`p62C\<}]G;jeαYyBhjnhc`ab'|4:70x!},ڜwGj5S Y4Vk- 'W.0Y ㈟^8$ PaWˈ*S"NGtz 8'lt6Fq7W rCPJdFl7&P*c\9Nz~`r+̃&>OԌ?|d   Qpt $*2%% % <% %  u%  %!8%!%""%#d#$&m(&8&r9(tr:1Zr=>&?.@6B>FÂGØ%H,%I%XYZ[,\D%]%^Ib8cdfekfnlpu˄%vw%x҄%y,z$06xCPackageKit1.2.4150500.6.2.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fZnebbioloҨSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3@@ h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af4ffRfRfRfRffffPfPfRfRfRfPf4faMfPfaMaMffSaMaMaMaMaMfSaMffffSfPfS339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d19dcd05a6c1a9fb05a6566179da1f5a26155295bc7e8d5ddff6d998e8e2fee454ac3646b1da629b1b1a0638e90c3a68bce6546af47dd3dbadabc6996ddad0409af6f95545612214a9611fc3fb82ce9e8df833e431787e8b7655bc70e94a2fd7b48552ab282e953adfb1c3ea8c1241cf7087ca82a2eb725bddb686b62a12aa8a39debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a92b3c1c56fe803a6cd1ec71f4e4773842540fe2e0e610c2cdb105fa9010f1a4cc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(ppc-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucknebbiolo 1726787418  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4144f460af6bf428e0f6b6d7bb103d3036436593, 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]=6b60cf1c4644212669060c54ea9b96eac8b95532, 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]=5f19f3e4cf0284566d6379785b1cf9ebaaa67b5c, 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]=4920ce41c5884dbe26e5325ff2f5c982a9fdc60f, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=569a356cb57e65818712e99daa9bb9fd8ac1ffea, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150500.6.2.2.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory) $ RR R R R RRR R R RRRRR R R R R RRRRRRRR R R R RRR RRRPRR R R R RRrHTOq6JsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8f1c01650268f68e0e9748c29a051411606ec54ff33a9de99c32ed33f60cf937d?7zXZ !t/=p]"k%aMscu/Gw{GpRUl>n.I..lo=xnPݒ~Z/3 b3'md89YE#!PC5pws/"Nn3]!A>cЁizEɱKmW-lo~Q Kٲ%g2s尙0<|Hsit 'w O;񯊂߿)VBhhJ<[xnK1;DZ6Q'/yG2x.3g~_q;epsOϿUDhw$t~%qQmZώqlfӤd;!^\,8+J} +%RnC+!cp*U^^UPp]y|4B'^lV&)GncFb5F]b $SJaUƴ#e&g]Ixb4NRN?C"HRI Ϟ ^+EԛȐz䔇 VEm[V-ґ#)h˶Cd,AZ%sp߉+[EͭM$s]m ?Vc8Tbyj5KO)ɓj=VCc&{ݲ((*aCb8GJv f8֤s+Q'%<8(|HÚƌ~WёS'd:*cDNA|}/'?R,&kq?!_d֢yYI?5K+ΒvFŏWPɚ4Hk2}] &XWhl#1bA䡤gW&Ka SE%]Ijݱ*}Sa`M!p * fU%d6 2D-/I}ΰ ʯ"x?S~UZ4mB IrP+?^uO6煛Jk9 mh6yw15Q%"Ӆk:ZΊc[K'DsCQ lwK3e p 1NVb<37_{U-4/%W:`(d~Ak$ey!k{Ez#ø; u`pcSXK]7·>ݜ'ϻN \yD (:g{Dj]R޽޴Ӥ'(ywM8F /1KKoË-`sV5W}0m'Zzk6=8۬~\D OnSnrk:Ydߛw${Lf/SK#s77=Mmbǎzvvn#@Ў-q~;ٿ7͆ > @!BSHyIZX^K % @gc&Tr ̏Xd:-Q$gSux KנP/Y2˳h#\jakx=ӐÎ!5$\̜8@ago 5~ Ch2'",?boVeCΊ6(V"0)|Bw@57Ϗ_Z=QiѢ@1;֫5Gf#-vݲrkwZ$uX49٭G6@t0dIԁɁ[V/&YñH$3{&ӢS/sw0` 4rh `h:vWE_^sKÅI{h$ਥIR sXᏇe~0c|(:(^ؖp'F{jFj{_/JZ=Ō0&S{ѺWAf"vhFO дi.` $`_|0I&©z0Fz2;}˚X(ĺ]>WV& ZuW9ik*qOA0Ji~ȯB© *1hMɂj܈V-sU>e9xCoۮwl.7qhZ"AxCn(/TeZUiV Y]rMpp E'j pSdQnAF# eviWtTxsɴy˛R.~ ߃ڽ~a#jח~sRLAR]f-a=rm$Lݎ'@܏UXzur-K+-qӱ2ˑboVa.((%C| $h~Oʗ E7I T uxrfJ-kr|Z?@gZ|@S1Q @3ӆMѥ/y<>+VTb*D>K pzfdTvk21 mH9Ĺ}9o %q,%9>?`o-zÔ}x}%=I}A?1A_ mvZ?B!9Кŭx*[K=4ȮmA`䌟RQզKn62KL6V1~{2) ] {R@`(b]|#G$c`)sXd)e3;&rqjULn5 C6nPaLYFKAorʩF$$})o@N(üKឦd`=#UO쯾|Qg]D(U{F,\s6kS8Zs/bEgG04 _cm ʶ=ŀViݏ*pӂ6SyEtEn O+0Z̴YM,ɝpgXykn3ӞaQ7̂uINs/&HpH/^) Rx 5Lk7S57g w c]^m(wOdPޤ{Mg2*=BܣI7 QiF@xS>Y |Q1@&By9`z/cX(9NZGVfnD&.Fh2bi{pw=5EiXƺH;,3p"i5jc{7啣')~ЁXC)jYa;تX<*쉝) BQ"KVOQGMhQp~NDV u;_!([I9kCC'"Y*?|nAsj9!4?H6)Maښ6\(&/JOP2r_R1*"dK5j#C#3KknQ}aΕ`w!Rr)LWDkmXH>4 A" ;0ƛš1}!Si|sQ/ lQ+upf߂òzJw9U<%QEɩKF: ~%,C#-{y#MR]Dx1B#H\>^0(&h{,nB .|W|L6N39LrI$[:ÇJ]5\6`:Ŕ&aJLX)Tʜjiͩ#"`J'W"B 5&WKP Hܱo bdtVN\Eʢ5kZn(*/p 4h40GDqᥢ#5!RXyR Xx!R+(<Ȼ\%n- 4k4V(ҌRCy.yCƕ9?U([$ QAoFCM#r(1xe(yf #91nG)h*z5Pr}H o^aqCO/3;. _5Wdq7712{7NsynҺB.V71tIK{$~ceSLJM-N ulK}J˷gz^ 'm><3̳No4`5l2' U1:VzҪcMjMY >&B۱^- <[Ye0I[udJp5 Drv7~\0Mj!1]l% ^rKd}x ³@|o+R ĐRhu_n-4u $a3?i%mejjFuvoNDO4Bh T]A!MN"=Lۇa.b-*U}cӦ K/0 K م wͽ?m#omFԣƊV.]WGgakA@5K۳d̘Ԑ6`{_@u$aǷ~+dەn 7(7(o@wiz9*a)f.~W`^U^چGJ&ɥAj`Q{ܥkwWbPR:x%=TSv?F)qR:\ E7 L{(35[vF|t_/B1깂I*PtZ=9X\k3xYfaFk݃zEtewU?vsl̍ki8g+{g{vH,Yn[—ѻ*l MJٟځh궫InECH{(sٯ1߹ hlcԏ8etʛU<42Y|&м$j̲{ h@F* Kѥ) ]l妈:Mm{  XF;@D`hmڰk`w)a,>TfՃF~KP:[G5\i%?Y7V HJ([,QEКi̪QU.@kg`߂Ir&_ҝ}Rzr$F}W7!FG~=5?#ܺ몬fykYVAKӸ'nAzL$?Rw W;gT<~/}m~D C,-xI$M{- ?4qwßnoc5C`4vzġx-.s o S@UBMI= |;Ƶ1_Л檺i΅@}"*(_b;j~ovʵ[X0p0.@0i]M7 2$ :`rGgNo["TlՂ%f\G{b뱌f- VTEō䔨ڇ=/e&kj/p*nXT 5vM^/| #]aHr}K6G vJx9HcW|aglkěv^mb1ඝ J_tɋ} U C]0RG%voa1rh#ΪEίAQ};SV5ab;"SȄbcpWUIk|q`#3ȓ±<sdD?*t$C}!;E^(!C՟aAh+4O@p $,>jWᦺ7g8Cs|S`#F)MQUi-aVQTD2T5-_./K&I:Ƴl厨yEn z;wrfoN[-pU=?K҅$}J{E'AFB~9c^#5I^h,/s=xϻVyol$k\h8 GLc>PIŖLTIC/lmvDCRafj/h~W \9|сzroj[2bXrQ q1 KHن0(dg(ʻ'7\::SQ8QMT:E'=[;>Q!@nD!SF{9aJJ?ѪQp4fh(|A6Mt tůb|ZvmE%X\dYp4rZ e+"GgqD4 8Ul$fY"jFOu -z]hUV!>#{Gr=J(}mQP9p9x"S Us'Yw rRm:|doF w1&l#^#~[ VC~$%e0o>;6^a(Z. qЏBF\'uKt2LHS᫖%vcF>З>tZ|`>L TVuε:g% ^UwhZ;paq}[!_ ՄaPs׬}QskBI#oso~UW/0{l3P?suRG%6T02+ÄK,YkOhȏ(ZljSRUꠈ}stTN8E`Q.{ HO]=oxǸ %Nv%ThDpTnM.iIK0 3N8+8$%Dv΋"n(qc<&$󵴴CF?c2xE]9{I 6]frCpw/Q4)U[vm(x?#Z ʟ/H(!%ɬ &#[R˺7XS`+UD0mR85 ܫk(3z&&#p`X)bsT;Ο>gςexw #~WUan!6t17>g w ӫx*][ZCػ{~!kˢ;2/Yϭ?Vq!9/L]1-p'x%"Af$Sw;pv"0?o"mq!}D/~_HY|5U[ԃ7N J=5,LwرS*&PH|WUߚ ڃ!mڜIM'=Rdl*D_'"tp8i >䨼h%Ֆ*[q^Iy)#<мI4~d3錣4k/?ȜOԤֿhGn^ʶ*tm 2~ߓx ڥ2)МeRy\ЧFRwwk ~޹]QW8{5fü$SL( ]@{V̯,4oD6|CT#iP|*\اK2%aJٗNk#/^yIWʪ;EBKBy%/vÅ&]-z2iDǎx>Բj7;~厛ȷdH2tYYބ "+=ͼ#83wwE+x!yar "ѳͬ\,ٶ%J<`g~ۀnY"m9NJ]T/w,qX"?]ک9c.Nj';δɖ{"7z~y?t_ ByM;NT?覔K̽MLr=B.͹TCp;y-,R=CUaLr#Cž^`uy\ZI^c Sϩ&]_= '^չMu}\3~hdܓtb$@1(>efF69Z+"Z-)q- }=.pVHkw(=S\RQZ?l-"8Juz,$Z"fpv-T^ח3dnTzDCw7 p @A} ѷĈكeTRrL9.5<•%y21}}kmjOn5EwH`a&I~VgsyY[PxC 8_,Z1r=i nq(`,ٻָ.hxw?ca*=Ο!unWvE|U,s*tEߪ:CZJ}lю/Pwo=*]Xkbrq'f+v1pam!{%-pFw6%C !T8Bd=DgikXVPYZ}q;~7X`R )oUWي3j,dI~P0oNln,566Oඡ儛C#VN ۓ)\=;o(at$ Y["'03w~ajȳא8 XX& k/?1{캈R-5 #BoLS~AQݎѻ^vYQ+nQNR:b| U3Me8 aHb&P1٢ڟ±+Gv+xDg[| 3c5Tz;M2ݩ{5c#b ϦKU_ ;@`eY&>^X\,K_}TSj E4 ƴo+ڧ~zwMG"mtlIph *Bо꫓,sA4=z֢5ă&`}g;9E'&u@H#;m=DfBj!ۜMRc%e\hc4>X_'}VQe&KFtP!* p_uтcA ,M} FDtX=!R^o=x1L-.2{JƝ%-p$H!D|)K?ʃ~ ؠWe_4BۚT9ZD}mOA>Oh_&~^hrq抍7tdY(K> _iźOa|š9Pmy&w# 'cG~#;co9\m)4GDb0s#(%_UGEcl2S")G0⯪_xL(Y$!Ko~h*:PH~ewLdՂ#M Ԡ=%4.xtMCV%sSwܧn=@fq_}4eWp?MfcdY6H8aZwNX#L[E+kE.65<w{4K8 /1>AIH0P ቘ-4 #z5:5LzSיHP*L%S+-Jc~ROO\XrO4KziVOi'IJi"١׈CQFfvzZ K{fQrCTOԈ AUmҲ?zsJGDQ%2FtBeA௻Wgˮqr^ u7 c_4`+A# -H5ӊ@KK,CO m46fx՝fo>bj)2t*DrR~O6l|RvLp:5onx>?BM8JZϓ](8cN,iԫcr\1xG'HaB1r/ucm,I_e_@%7/W1 ,}_nM~* Qj@GZ T.iB> $dD"1T\XXenCv W; ֬> pJg84J~11m/'涠&X~0& - 9@DpA*rvbLA֑A-? g߄}m`AlcCOyM6 aޗ=߳/vM QQLUF|*[cmDϊcϢ)WrRQ݋n ~1*:JxO FK&GAL]n;|1l" iFI WyvҒWˮi^_` څ0҇Nq ¯aҀ_Π޳.4=dp4Q}Z![t&f0+1c㉱LFiBq>ւT'S~mҳ9 ?:5_ђ Oꚓ뭑ůX[$3 3x3?w -4Pk=Jk'J>WWIf"Q)Jgj)*)`V`}?Y8GnӒ?z|Je,>5 ~`O2Sޔc\LU]z fM:Ql,p%xp"FFtOo? ٶ!u㡽)&0#pk)1>a'h |ڏAkc6AT3_s=Vg)Rk>1HW md>" Dő81j w(x4>[i$:2w8@?4>rfWhLG;ALK ~aY ˉIK{pic5Ka tdŮaZ>a@iDz^5&hT`jT`'ȸ{ZBK "1j amD&v|ݙp WbG;hyB9a#Cp7PNUWHzֻ ]@|*/:h &PF7M´ yP{C;$?lc ^7@SꡡRN[M÷7߈h= ٶI|ח d;z@?e@5#(C+M4on.\ -)7Ԩf>E:ԚD4K{H\u~GȎx#Vr$dVQk {ѣA"E29s3t=^[Qw2\T-6bqS~ |{dR̡7!8k#WJ?[!bC62G< . qM'9| d B]K(MћW{33~&X(f+CM^Q.m=diO73l=ږv* x%I&HYm"B;hNo5ܷR;2ؕ/"e6\4 )kl~aL*SMd‹6jv -4;=_+5{V+z*#ZHEϪM4 ¬u2 |jY? %qؕ'q@M(`}v y(=xU b=ncf ӓW@As3 OYfdòc{HdQK=kN*#/X&̃ER49QUK61'f}]iw{TB=FL?נ ( z^RQ_/@_];jwGp炖+y' "lW7WI4mFRc8Qa="cB(/6d֠LeDŵFxVY(|hU%ܭK_O +iH;xjIS\<b 5SxII,9rLS `g~ x:߽X9*lʔV r-(Ì!>JG{f/rcXESes+5.WW>:@n @{;c,&u%LlMHj2 kwDIGEO%fV>e \aH}Aɬf5o}~%a9X0yV kp"gIDv̰cwƜ%= -s /IŨ8 3!~guTPU-Ǵ&D>ę'C7 %Ո7v5%%Q Ho3 . vqT0'-mRʋ8kՎ!W0_/['B. Ez  %M4>.FAx=ss6Yf0ĚCMW$FbƬd`FƐ8OeI.BS5 GS8̱RݤW.s4=RVٷ,F(= u^,("ɔ]A+p" ^&zA;ql=*$ЁEVUB ژilo}^gyo^>xN/4勅 $vǟ5 ZF}ۨJ8\b1"1V(ܻ]B#.@.uWHŠn)(=)ol#m56xH:tn%hZKu܉ H55gD4x:r>GTs#`ngΘ2[G4x\ɆCc'F6 ]{y4ƈHf?)*6fLV:*f^xD sT$,? jX 7<~vNt2%FI[^Ys>~Hnd(/g&H(S㖎t@<|X:/_yS'92^5`\pyw#+\Wh1%ZA2ί[4+ziG"OQsBC}\ZΩ a 856bB4thY;٧߆JǯOsHVahF:D5~JI 4]+HiDĿ}D,[UK N@ w\V·zF$(Y ^jDRj7,q.LutX J/Т)GE(߉\^m%FBn=JasFYNJF4"`۝9Jbw51Ys87K{a|b ۡ&b7"8Ok8t q|q9H5Djt˷ qnx>L1@T^SIp)ֆ 3 UHkO:hݷ9P[StqAO[+z[){wGMxz0WiJzS_OI0Qm/,8 E\6Q~(4ùxƝ*{WKI.pawsc0i*T`% {]WѭU3c5.>UMmJkZd }D+蘣Kν yAR*~\‡<$ <:<['o23v0˒-CQ  ! _|(%֫pefJcZuwQ)?XLG˴N j ,߫@u #AC){NeuܜxmP$,nƦEvg?PNpIKg*Hܯk QaE}\-dKg@S.G̠+ bY}x,GO0]I"YΝf! $ -?Sw)֧0)Q ĒzʬUv[_Eʫ`v6;߄GBbjf=k{L{vYo%Ѹ rYQJ^ֽ) DCW3Cf9U. ]S.#@.;qxJ{REʯ%ʩiꭝ>r8 kj<7ے$$V ^D{*PI[-tBH7ZN$+w \pOUPhlL*!%UWx 8`/S>[3NLC̃{Dn=YW06SͪDmU|wwI1?MTי>*~œRw6gPj=Pg< tc9/󗜿"q6(γ<fa2*%V^EjC mH% "[6JTf(#iIן@ Z q.4s~wKkx> 46K07_^'W^ 2fQBЂo@ Ӝ^9+*+_Eqmfqm.JKɿȁqe %Bl9g@y9~WK6 iU&2m0OtQ՟}DShTlʕn!Z0#hvÞ8h8">oA1/DhլQab,Z0xE{@F s|#uK=E6:UQfMڜ44ِ8H/DZNPDm܍53s,S!hiWUQGkE jtWPԺԣ~OM?I+!aƊˆ[n(' iIVLjB%%ub,ßܿր 5q1w׌YqHSعt'w8И`#ޅgdn߃=%So[x^Y)rRC%J7Ն'0-u#8wQx}95 se"qj=e?LME F?8Ʈ6(=(T3DY/B=hnG@¶de}k-l$lrQCFO.9L. jÞc"=?u*|9"d>;W=8Dt!$lwh Cj  {N,Jo3$9xE[N\TȵEh H"O,^!p⃢Yy'Aɛ9wο/˩ SG&\Bp&=F2Hc +<_[M< 6]+&\k3]̵CӊMB "32_I6ٿCC6!QE%Bq<ċBU"0":hhsI# [UU{EꠌV6^2Id8ol3d0J&\]dCbiɟo4j"@ OŹQi?|i?3{ Rʊ,f`V4 ޔJəNQ_fF>H&w}*m^;ihcUN*zgKYv"^k-$|UQ $ViЁA'BLVyݬ]H>](tTlCgIJBv  ~€GlWE떭Ukk`: w?մW%ጃUi^`-GVQS"} t4UXV%pō%L p cRoR`*#JD,/h|t4;if`ݭ7Q/r[苜;GY6Q^sRTZ̽׿:݂gEs2NpI ;@+A/B:[m1. ʯzR!6Kc0hBwK>}{* ݇%ȩջi|lz#ʔ%An[+P$Ggھ8BPIWX.3*=ً+A+WCӗdb ?L7ۡ$q\Ghq)SItf^3rSB,Yu#CuAL9"&:j*KhB^ϿQjB7bEwe*odj'Fu1/ db,d2~ 4u׽񧀛3{<'|-d b")xm A,EF{R+?{`7toe3&,.*6q*vG/,3 P17y~rhNKI KƧ]d LyPƥ[)ӓxyj":<}0)u3`5[`ޜ#j8B `*[,F;1 Zȍg Ej_ވy^&q/ńF*ys(3\:Y㑜 vIF8"伞NJOO#1ha4 R ̦?ЍnUt梃y$w'Ws}Dsc Crl?W" Gb"5ǒnp 0F.8. oazJd̄ZSKfAqBXٜa#B"_:v#WyZps@iEQG: ~`\d8 R-$)Q'赂5c %ډCgL ߅JdF=m!IdKMRY0S!KR2 `^{nQ@ OF& Z}d|V>ZHO|Za ~8Tk*¸{M%}!: rB+CLj߅0 Ԁ|#P0P$$!9ŰNד+DZ܊42} XwxNB KaXVBc/]aJR8 |)[&dH%rj_ujdv,?GsؾKTp-W0^aJK^?8k@fICSDپ6]/˄yNe[qU%e.LfSQ6a}ŧȺZ#*7ׯ(t@=ᅴ]DvL1OC|2>@Vu7ʍ|Wc"WOO =N#:=pmng3~ 496;D:HM֢B3-9,\f=<1̘KK=l_^ F>k/S-0١ Uk7e`"JűʑɛwYdX{Md❒dq+F$|z_5dr EB;UZiSҷ2ʰAnHK bGoB1BC$;{e?iJQo- 3riܨ,$'ۈ;jb0hi3G \_"{JП n.^]uNbB L:'4Ϡ.!oNNGdaE 'p Pp]:qPђ4(oyބ8Ψ濒4`Z'Z!zgZ\sKC?G6i"(QUDAm>/pҝԧD n[r`6.PTr%u-Y"'g0)9@q%4Ri8a_rz*Ŀ-L+oF4^'챪mCt`wx?ږױ}6*E@nǓwI纶4|&K]B }>L+y<_7نyĢ8{gX{{I.,IԜ in9qD99ws.XTT=6O^D,D)j::3`H*i>yM$lPpM|!X'œ4~U0 4 \W7#U,ZWp%]i4.p}8۞~hPN7nS9"i!3^uΕ0|5p1r*($n1g38_5 } ZJʃY_QFMKéy5Ѩ.ꫂAnzyS6=[G⸪𯇖MFEsGhHCz˾Sy`& ![O/ 7[|%k *<tyϣkaˉ7ܹ'dOQ[-l2X~z%㖥T9TJMi=N;McV6ۯڎnȥO3B%! y8gݾvhs׃s|‹_4TrLbѡ]zgl\oױ&=m#jVwh (27JƟ=lm>kL,Yж1.A/NSŰ7?%>HsPp5[u&NÖr(;MQY$Ep}G)|@xeba}FT##ްQձQ|e@s(t} r>ۄ*$ w#I~sm*&bz!C U5e^|r4T;QN1L՟M /ѭ!@Mk+;_D,!e;ƺgz7qtga-Nl1ݤ:0bGUyFlh$M>+xpt*^&%&,1z~=@+-ǝɍ!GK=|(zWR㰟N/p +ŷ 6w,f$[h%h9 T}rF]Hf0.OcKj>B%RSN^A> \jt}N{\s&=wXɏdO1cfEtG&tP> E@n1A^sb6B9/~vD@'Q}.w}vl)HkhGC* 5wXԈkDgC~\6oئ6lˁ>2"9جc^;:E:VsZ6>4m vey IOaN @ABzCvJT]בj:ufO.IKf#C$^~%N'i'a'q3P4 .veugU@dAso7~&4820jW>ry'lOHL=K hOG6v|4YFtӅ@ JR6hC%&W!&!B6^%a>6*q!0̮!;g#ܐ-! u=to⧢Y9ۀٗ#xX‡GىV%5C)59 !NN9ΊQ.[pK ,d⧴h,O^'k`Zke?[?`3H*nlKq\4&SyDb$ZL#qD^{eleJP" 4S׭+,i MYѫ(ъ{چӤ(]'e慿-Zʜb0[=yCe"Eq1|޺1$% J:iO${+[K@?^{K:z.bL#uT˼%+)aֲ ^j,}/+n+$%ES-Z#zL =*6bqp&y|h?2X@G3t!9[l39/Ѕth!h%%]~R/Rb X Byg'\),eB R};XpQ veu˕ 񡛷f"_'G=0PS RJG X B_BC}#bz#N2Es-%%iK^DI"y(e_ݸL=fֶ8LEdH^](!xLl"aiqi'Z:L>pzn^(c1r\N>h}Az(:\yU-n[ /[,]BV4uW[[YZQXbv:6` \ zENMkX q|Ì?F,R})$]HX!a["aC1:0:<0xU6&w+zv|go9_J#%BqEfns_=q jtРYvy~\o66  J,oYƏ:u{pkw$HB: ! `.gria MQX=0F. nD)P}MWBH۹%oI8[&Fݕ~\HSa 2hoR-а|pUz# :')>JWc(-kqG;]2iub`3 Z~J$dK{T#FY Oى w$KtP+˩}8k] SV^$c(LFTl0:J)| 7BXJ7t#SB)q[̏gD{;T2*t  i[2ݔsrݪA?];_ :Y&쫂fH`͍N{;T j+\i̴j?#5qm´rǞ =ZxbD(A8#q}K͕K4VO_ Gzf;1RjbzZYuL/Yh fQn@{2uPTt!"*d9ӰK̀눸י#pP6|?dGAvYEc>\qz;i kjuNr^2wWFc늁SCԸFE[]縴zB u$t}̰7T0^52}-e?ɯ0ņ})%)/qM%B{\FrvFMtI6*0'$+nzw@TSnM?x!KV}Q*3޳b(Lv2m]ɧcEnĂmnj Ʊ/K.#_ )7L6CvJAd}/2s QW@ݹZQsCg=(v$$BI`sAUEmn>$MDc+*uWa$:F^iu~Iqێ32P9Oy_4.D14:wwP,f:p^V&o"d=Y;TULC1LO%g$z1C)qo"6mH}!+Y]qZk; ":7 1rϚ4gSDĭoSDz!f2뚌6=z{#4 )> c[,9A!짝^1NXOd.fىrXz eI hk%F uɘ ?Y+8A'w!lSoW&k:ߐIHXQRQƒ\Zlj3!z7ZvSQ=gy̻ʇ>Ip ҼȼT.E,ڪGS\'M)RaϫjvijO"H= s˝"DY;C#F0@xЖL7RB$Cq]Z?ߗZM D+r-nriu)(mi}ES6fɒ11/i[5Ȁ*[!wcɑ;eR(3Uؗ0y:o%l[q tw`?jD2&.TgCMs[γ,gA4"Ԁ%$JU#(p+$5D~%Z-?ũnV`/J{',q6_<阍Wln {<-ǞK/6̊XP{@LUQkJ]N-W pMPc괮p~w~?t|"XE;:,э4rv|WUaCgIQۢ0iiSY}>wciy(_m0k T3nVCۂ;MRn^Cd9ѷ‚ؔɨl91*ĺ{HX=RfU}dcsNO9܁LfMG )@55T"T6m #o j84~,9~+˯mW:j|*EdT&sgb|W@ w5j kz52K>p&يxj3cyXyM5"NüZ HHub4U0'JX$UCzlmYd` &LX%No^::+)m#:WH!RgO+z˖ʣ-ՕXts{Y@Lr#N0|a5¶&k<˙Af -%{_;Ԇ"bg U=ٸGTxi*7 !mKF"6$/ &zK4~x.K!ҫx6WE#U%QއsEu$*/u+dP R!%!W4R!?T8XufYm9!\' 7-bUXȧr\dnDrǵ^dm:Qź8ܝ0V bj/Yl7 Zc&E y^󰌷_sU,J(۳}4 +ܻL"e9zwl4R^"d4+$(0 nL:O#炝%9Y?ӥKxL'Tʅp\C1nYi62#vE7.6}:Frhה:˛l]c =wJ?EEitL݉;TUe0| a)\҆4~!IՍNhxŎ7U/|I\:Z6 0<= fZKF>7=o0"F 'B޺dBQ-c"p2!ߢ 9Mvr9w\=$26 Ъ0j  t[aJOǍd.{˫eJ_Usi4x6=HB"_@K17_JiMsTqQbyٹbEyMp#u[1JoAO'B?` Z dRٟ3{8J[R 0%Prs8EH 3|Jr"vq_ q;0,o畵߻E闬a&#NzCiOHwS^zͲݝi_T6u>%v΅=RW>N .ʽW*\4k먑IpkM?D{,$iqMhϰ`ÞmNw؛iM2)Iɞ+ɡ]e6c̈́Dh!=E2$\8)_2EnIll୎$o=Uvjbn%<*wQB菿ocV‘26B-SijIl{Frl~ɦ$5` &FI"Y?E-~̭gP1uwE֦U"QSq4'1jY.KK%)ZsgXfQ{ʿqi;k T&۝a8I*P :a1hajТC( ߔ./Nk)9ݵ 3P^%> |rs5/ %P`t2TI@_ީq5  yWRQO_ rc}|$ 2\fܨ"Eax/1z }6eCkߎ$zwt_k=E̹ ѴҮ6eMdd7 bmP`JZ1.V-yg?p4u^SȾμӄŠ]!w{ [C [{DQ#qUp5u! XQF%~l`#ا95O`|X|u?gj![4/d^"a蛻x,Yu`!uN/-ߋ%5"΅IpR6mi"w"[2&H=[elU'+=9JY؏YJR bugȰu,G]ȶE*[`^oRM"b' !l4k~)ҷ)ߗY,ܕӊJVWЭ@Iq=z!}BTyF_kV/ j('F{/3au+Yb]5*D26l-+8~ñq[ G{FgU7 '!Y?8/,i]7F&OOQ},OsSݩ &9%#$\mLۼpukYΐG̲֟Bk1lH_*"m_ln(3OיhH WNcBX m!(-&\.ө ܝc ּpj?SC!ty%]ўO{I0+OF\G܁#\@kwde4 Xs\Ӎ=jz Mz,ulj) L#ס{ /9bd8 !5KUwpqr 1*lOZFCCPA־ :Z4k,q~ jc\ω=2!j'F/NpD?hjVdm @Cc>sQ@os\|i>Rg(}4CʂW;R78$R،vb>]>ǏQ)cDhSת3rnHҔH6F Z5ڈN91.`oEI%ܲeɐma4*7RdD˽-xH%{p˥Takl9&"y8S(ujQ1l.c,KJZ| S7+#HeƧf|]?݋r!/~qym@E/x0"j% .Pga-[Ьg3zº|߲|nbmlVoC.AUz1y~^%.pGn}(!Ȓ(9 ;>VZ#%p*sQ\9fiApx+zbu6z7mr/86Yh/4ByzxJGH~㚘V5Ψ, N OyE=*0bvgn}M|~z'-Yn׊bWhd,x]5tZb!~FĎ{A>uZwkqd?SևJ;B} iHYZ..Y& ݡv3aC-7lj`VPBRx=&5*P{p]p zcKd< 16)\3}|ĉw!c+ JgT'l!곘1nH}ƥzp]sFKtzuٖOH$sO߂59J#/ mWSA[~2LWDgb {h:2YmC6Gʇ\2&ŵ>WC8 G( A+[.\cHT Gp{Aǧi_n-j~/=>RO~+: @g\9戌*y+`j Z o8zA>"*_34Vҥ`%vEˎ詤,UK?˻3fMFؼ|@<dgVOXN%!dPK2 h=B_lG?jJl^@D$ +yD>%Bp{@f {CۑʣWM;fcggZb0֘Ma S5Q|`lܽOA1s޴ŃB) Fz?7IxgDϭ,RFchZL09vӆ[P~1<:tDK{mHjࢸQN`g ivӽç>8-!b!_uwvlJ>lKޅ,W'FY:9 ;uZ0D/fZ1QF_ʀ}^񈴯ERbxxZDERDQ"kG<"pC}19~ښVtSHmIAhaԁImYEv81X5B';lKiE 8jwx;4VgHw`HM@ѫL=PO!x'J k޴X]u[)X)w_Ҩe磫n.Iw[?ūR6Ť_({5iV?u%MZ{l%*s98Kk2fLZ:c[_pIX0,Vc!ZY% 4GNY3Ofw摢]??D_G(@*Β[2~K,Q]j)jZ Ia%>m8BjeƸЗx@I7 82g>Xhj[,TlЯ̐O+rW`C9֬Ug,յU&,R:3ȋZ,]SJLZ 5A= S/|cJRa#|uӂ~nXl\ HO!Q)z7!<% csPDדЀ q6I}PJ",y ÄֹvSXuϤܫ[p4#} U*Ax,Ws ܽVtֲ("W+|.vDgyȞJwM.6;NqU_-Du1jv,&+UUn+j35'Eitv:^M(&Kulo aOXnmS7!$HA2tMMp`v⥊3{+؟G0,_F}{gVHiQ-P[Sn+k+R8~N-?5 k7hCG8e\`#Dzʡͣ5(ʷwSڑ`hv=K>ia0B{f#7d mא) XFOv5_r̠wi jե52~Ef%ˮ>\0Izf3yB^w9ǯ\Y[{OeV^(eYwY ̇]M*Klk(am w6Iq!$ G`v'X@e`Ą Qk*:#704mS8̱RdG'q;|ё/[ɓ v`-YtڡzlY2v$~%$1q<$_8 EQ[1WsTΏO7TṂTa9'LT82xOTȎz$k͇oџbVIUJ670Nhsj=6&M?sh%QPq򔅮r[:x)kP,4ZNS槢{ AW*OTi~{"~$]NQ|Qkx@F*zl5;*(4]%TxUz;]60UIz.E58z=%-kY/e*Eľ9'ccO=a|uu^\&^X㸆م8^q{FKƃSe֏5zI;D2cdXVr" sHvWGаbS$P,4n[٫_"`Kt'r -D,#l8h\P@ǵo<$S4 ! X3AVl}KVb ޲/.^#`j',Ӧ9d~1W@>HU= =Zm^DcsdODRaD(lBc sTzِ⠢Q4qqzD6Ҭ84yNY~A=o$­(4of6g1O:%U^YF"uήF"ƕZ-$FKi1 $  @i */cc[$OTa@#ie.*J! 4`J!xy+_UH>P'0zܿ[ywQ1r^>!MMD*-*k(70#AH&Lk{hȈĶǔ+$*&]`mՙlHHsgP5y{fxh\۶54!E ⁎- 7gsӸCMY'=h>w3 \%>kWi k~-4б &*!]?yxCbfZzG֓u/A)V*UuѤm<=Vԟ-=7C0rDaӥ6(tus<ND6V! A^Fc߃ 37nPW:O?CFɁyqvZe#ZKA F4CCU$Q0} #,{u`DziF1gX 9F+-zGӷqqڍAɭe eETvQX2@mKBEl75}ND֬e@e`0{hy-{ˈ1.@L%Wӡ{!lwG h`l"J.sD,>1C@m7 xF b\\}`.ȿ zE: S)cQl$SP q_D}b۲6<4!7KyE!/WXp#u&֩\1>(Oʑ!r8 a|ke;O{oe|BGB5( pn@憘i5zC9ZMcKU'a.ǖirUtt_,^ @1n< CVuf64bAZv8'S( 봓4li YSsE\@E޶}fNse;m5_&'%iH fg*.2T/:t:hXF,-Wg&rf:UY6&WˊLI.l^ #wHבz =N$t+0BU|쪶lOF1I23FaMF0$LqĖ8OHSH# K4ХHru*ս!d Owi-2l^5 |mՉ[?v> Ȃ꺓2l:UIqzhQ'|ô4V dMYXP𾱎WW}B3=bEv?EY9?VG^N L2T%REe2^mpGZk%x୆=ؓ)j!BWuZEqHvpmH}<-$YU{)AJ3uJsw'5*yc#Y pL:4"ă>J1B!'zw|5 tPXՌƥ6 Ņ>h`yԪ5;-@^x ȼ}rZc5VsHk}Z,yn(v|P_ۙ BK 0%tuۨ tZ6Nz8OtC *32d?:xs,f@Fฉx"+Ff͛gef&z5^Q_+w8́~8FDzISɂԡVݑAG0-:--ٌd';=Y yK2h F4I)^;qiA#)dA\?ykDaaмK,Y RBpXQ3ef\<Q\c<2N}G!+HtD][vƕZN#8߁uM|TMf- !Ys yַY3 >?1H% ;C% u_׺{m0oeA;vûH@ E.֣dQR:Ho7٦j* XΗװ:*FCl!jѱj36,n`'JziʔrT~uQۇ Oqp-\k3> pF{B@PԱ\.` Ty [ذH}HU]p@}[?x~? PJompVK=!;˦A?>GQKyi0a)6Vb"< _I{wGI!jܻ(|cxhIw9yv<;D~0ښzy ?k"ђzwK劢Hiav y:cσް܅u~5@'@qU%C6'(ͤ*ǹJ,ږ`YJI^lR@l{"䉡&Se!ǐH5b%Q82: k ћvIchf#&\I?bg.A6uƎKĈ?g0pه3s *0ǘgz:и%ɘ{kgV+\N JKV’v/imQN~B8{gDdv{bC8(J6?1%6*ݫcIMgiLS(u8ښGr#ir&wiV'H_{0(Fr](wǞdX^VA ~U@5R지oKoapE&-ؼZ5KG+TD?;{81/dg)մ- @,F:]IQJxm/B2/JG;d&ը6uI9eȷX#EZVѢ@y ^-n(Xm˹ ßD9RXFQ9B\luUpF/Ǹ$JF$/;y! GFC}؊&Lr/18ax猡m)ivJCS{ؤ?L{׋V{bHy`TBڤB93P^\F6lɃIWCP ,9(MV\S0t^RvG@zjX cd{2~US_{0s\ށ!>^7J\ YuBN4f>`'Sc.OaJ˞ݙf3>"fo[r  ,$w=yf$I)Ƹ$uiDٝyپrx""cDIGf~515*MU(76<*tL >}o,}5M!}WL#a,.|.0(1;/XUV"N3<} kcqbkgjjz04~LHˣ{Hxie(}H 895ifԀ: r~hu3vޟeْF(nψ̨{$iUxW{6'Y (cʾrVj7!(6Sz;׆ܔш[Qϙ+^ޱH!fI T]I'b:[Hp9죅%f cbZYGvϡF4vzn.z«e-uZNl]b/,lO ͻNiɅ% Lh^FI(n5m}~ImkRg_܊u%MWZADҴrt.ϠY䡚T)˻lcxR*]~g2?U>uwYc yW!fNUn@Uߓo,U3yh@-./ۘXJ G'tT m&ClsSJkR^(J^s})ٶW%%$MF4$ĔĪװaX(X.'a)x #fIyf(,ė閟;; Bqfx;;M"Q+tVOiC,G5mcV|o00tpp-^t̄H f8RC.T$bT+b6p.LQ|!j?۳?{OL>g?m`)..˾ĵ& Ƒ%bBxjW:s곮smp5??½ BbwB*W6W!TDY͢\W2NfyGwzR@RQk=(w7m4]d L@=Re^6Fy } Qѓ/~m0Ɇc}1zۚ,,]FnV뫒ESwα8D2CAԻYRez匑 [X_9“GU2`o:rZRmZmwD'Wyq9| Z`A!H𞱺s-Jsp7kH{"gOo%.|z~j%f(:00U;[4,^%]Oy@-:&IgPpKןcn|ƿK {W i+{ɧQPTiKM\W.c}1>: E4/岭 Njw>Zl^*'S~!:8+11"c}jFaw"(E.^QQSWn4>n&lG]ȵbOvy!&iq~ôjgn tUT`dCr|D\A;7x(JRfMN (5*%ɁL ~-Q6fCN!Ӱ_}3DzlW^a!0sdlJ uw4Bz;[KZe۴3R?>Ωxh"s#Dl s=4fuv]9Vv٫΂C^z9Ә.eܬ$=R KEC>B8HJH7^V_哼YE$;'܆(}@ AG᪏M!zj H ff*.>7,_ޒSCE 8$~ t{GzFIew5|` #B}J_⊾khC" HӓOV܈ZuDV}yUˁmͱ#vlSNR"/:£[fbcO=5:K dE{>]0,{6&(yn)@Jx$߱^ WW-{5Murqֵ8u79xDefv67fF0K(BZ }Ql$m[M罺8+gk$3LL0էxs=2څ8aZL;Fn"]HN$u_ɇ"kՋd,|i:k죚NTz V0sAvC0ȁyU /uRCV)w8WyA(;PW4lԯ AovuE9 pJW}Yr4t9sRb)uV߃ŞeE5ۗ7B<Xt>ڕL Qd 6b\s B7LsXee䥵^%4'ox·DK=ƉokmŽ9/fZtWT|Eے8c gBn3^Ά\I$Oal;K)xGzXÚYf{rDc;.u),2=n%&s!޺DђW[~="b'P9QC ` ->Q\*f7.5UroIִ5u͓;o@FH;Ms> >972n Je zI6/QXөTInk'\g/FȚ {rC{7<$v= !ƙ._,Tm'Zv!_ut : se:DIzFS[Nx|[Oqbi-zasD߰IPWh,]8"嚈ٹ٣ \/nxT^BW–3VuA\2Gu5oxS@s?5"Pev?qTB^x]} 'Xn&jƘ|Lbr(/kSzpscxAdᴾb}v-t@ӫ$P%~(?!i Y{Ùf`h-{T|G^t@CketegVjZ%/Y#** ݝE*QcOBT lǞiE\nqw<\0LjZ7UϳLJAcmyqrWz6Bx,Nqy*1uSUp;=XO0IO0ʑ-{`0l>)ťuꉐaRս7w 7Zsƒq/,uokc)e +7 /Y2D/Zyyb [T`Z؅71<S/~y/׮yM E_zO%b nåV QaLcMli`jyh9MY.=Ѥ #D#s iahw X͈F:xhCEN/8*/t3/ikX5ˡiepk&p0Z˝?#י/-zXbMpb#^|Tt"Q.K=4AlUR& "bAn v\Ǐr@ޓ|ZAŒ[ [D`2na .zk҄&&k (0mvEyRQ+@bZ7q7gkҾ.SQ+ʊѧ'ئ0Wژ=\zf>M9;!cT'Y E 8ɸ\obgn3pA|8 %脴qaҰ9W sk /_ B ܘIllWJqjmԸaozʶv._mqԑ4m?h4oM<2KW S At .CU6R|h-C!@̍R`eZ' @N #g_ G1'4Cpi.?U{[e'w }iIL'q̦ԃh ,E1땑XT~[P;Yh0<P-39uP/Ny#Pư ].o 3s 0yciW0\5P&K NSd^\F/VEE[uKl}CۙA.Z!&vq>2( gQ GN굏t=ђk&^^"g‰<#1a vaY9 V;8wO:N-Aut#_92uI `eV$l;;& x<&3IoWW;v@Ӻ_*f@$s09cA$MA.oϦqE3͋ 7qw_y}op,NI,LLMGpxruǍpKnrE*5WWuš Pz@VDRH+^4IIc^w0z5̉wzdJ 59e&+g#0 8Hzؔo IEŻIkUlnNdedK5Uy%d= ۇ#i 4؃qUS HY|hBV{iB9:PċPaW^tZw=iWUy.n^R_B$P[˖$n@BUjnv\KBнq9!a*δt=˱t5. :(n0@EԑE畕{d4q0IƦW(J(8*t]cmޤ{ax%$-kQX3/%}. _!HJ6^z$s13˨2.f{vm3]6M C~_dP"\bc# vy]оf _VHU3nF3#sK'sG4Hp? 詇 ,3g~aBQ2Uu5 g#WpQqVar$O5k lTN;r^YϜEMkkqę>1TI0g᜛(YtA}oB)HPh|.+'Cp835#EnхEEY_fƒ [0VrG_bHBla Z5ȐP 󂡿\n 풪 d(rm4/{͛E?svD[x2a,25un!x^hR yPM+Bb1{;L^d9]@$w :֧Gi A7H&Qal7_h*)ߒ?GƆ0ڪftʁgNb;q.‹ ȅ}_ מTF$H~b011tg$/ xX#mhJ:e.΋{. 2qO^PQ2=`1.ꀎq@2׏Iq==I-e u׫%ږR~!ؾws2>+~iTapl'jEބR`^d@n/1KH;iM/`,ÂLcJPҀ{<FrH #¨87w$\u{&#{'hˢHPHo+TBoI50gmU>t i]{=U*k$JZ&cPU%5=qlX"ÓIL-q ඤICVbM7鳱K;UXx>.?w]rgmPg?jʧ4HtXorYIv#M2쀥r2mCPTĭȱki|UcZG_t *vg5/~O?M4dX=IϦgis:z7f&W`YLh]r0 Lڱ%6 IJ~93Yk3O"ea:겫nwʜb;ڻM%ZP~4O+a˕=ek_uhGq,ؘ#'9kWStfn3ӌ/7&tC"sysTJaѓdVǯ-!Fsj:$(4/4R)wY6I G,씄'Kp=9g#)QS=!ÅzznT3QY_-퐕oHoZSz sV{xI<[[1wZm5`>P YmYKe` *+*kh7c-"þ'!CX7VJE ¢ %7f2ずͤKl_6Ї4n, *w .*F&* p}PM?k(e|?ݜ3K| IXºy^kȦ)/EaA L{-&Qڬہ#KUFM7_K\ j lƲ<O}ZhA' / nAAamuXA/6#u0,'k2A ֓rQؠEePĝ k<^KZ_Bk" Y4O\6BfysbhYiM!ˎe AT pPN/RPѻ>`3pތ7.ڮ.Tq7qAώ/A7M\SEy-]0_6G&jȷax*6I(R[2HUm PJmo9B&6kTڤpR/@9՞˖Ŵy-NѤ"_^D򳍿 䖊7ORw!uC`+@zahg(D֝:cf.0Y/E겕o=2b #@{b0/ yOZ% 5tPI2Q4E,}+3tф+yp#֪|'lk) Zɟyz! * Jޯ}U"ރn5at% T2a,TX8 jpN?-bS(W6l'N}FT"#0 ;p5(h̢Dsct[b @1mw׹9ݼEA)NA^:JBkCI_m>#`yV$@Sa ?ޓ)[M5fuuZڦg2%6jJ#qPO%TK.S=Pۖ(H;, 5T%9:1&(NS79]9l~ gI3{aw[L&"A*d?)#_؛e^,PC0omO5 p &9{@{oQUGu|oTUw0:\xt[?uok07ZTjSTd6dmBftC%SCtE'w'̵&RV3ؼgƘH7_&b#}hXRBV[8WU\, O9Kx=pW0%t* J|pѨh .Y$oU!u:&[вй/Q8P*!-ÉK}GgZ[B1jPbxD>"nbV~2gEk$?Kl ܰyL韹BSBb]v82-R@ u$'!o۽Znm<4>-!ɹ`wYix%vX69'm4?~mEGv(=#{޼V2 U' Z?kMM-3H\t>|'  qHP4cE<ǿ0X1ׄf/,$G71v$qsxUϬTDdiz1W3fMGo:qV,Yyͣ,3h%LL0Y]{TJ[ U&Yɔi'ux-G4.c4ʲ߃T~6Bj43"Ix}+ur鲔LI`0=k$c_  {2%|UK7nY޼LcSHU,g,|N}*Ͼ㛞4$)q,^kBpN.ebH)W;y>Fue{;@2;2f75# y)t) eKq5.'rOuWQŐ'}.AXK|>LθC:0Me3$uz\dqH9{Wuw&LBG!V} s tbo^o|SPeK1o֮ .r"&nRJy=AB&O7"=DVTV !!+j6Z$7&:uE"s 0X$ mXNmouC= $πu /#"-XW. {ëgBncU"89z8y$G<>sk oDْ:C/uT+n 򷯯JPPJ[BxllJ*jTAG곥Ff磸h6]$,557;!#:0o \:Nvg5 I2ɫĎyy6NWi6|yhNcCν" Wq7'bk̠<* { ^3یRbwI?\bQ (E Ly- XJF6#`"'\T6]ZwEws֙p/Fu!MاnZ>Ĥ/q? BA:U)BYryѹ^A&*^r:;cHm-f$POl侹*'N|J(ƀX7<ǀ֗`I7FK6h]*3tav!Pgfɵk0'#9@UV?sC?w!Y S Ӻh/d!͠)DLnG1\Q׊AfQĩ5926i+}: k m g{Jr$5=/Zxf1̆Ӛ~(/*~٬o];D#C$C҈i]۟]$Y %̤85fd􂀐{9zu2 y/}g??)_l)O!&"="|&>GE ^s&M\ۿ=k,LbTPǛ`_\@]~|j9 /OT؝s03yH؂o#璸ܷ_^dzOsr 6Fh(tCub<5\=x$lgvx癌Й/;^u۵j,lkݬ`]fdsCDZt!TLgs&f&ꇍqWf,Ku2PH`+4x54# <*Š9^ {lth3^-U9NjP-@5NjLD !@t ]M={ƙ@}+ Di1Xk֭F$Z2 fa۵Bf+D-#vK`@ W.(K'C,#tVDOC"Rxf⬾{QMV;1 e ^#+5] ^ ka,WLYF(,lPubl]~DB'C*GJ m*pֶi01xn%ezf Z\2y)a ! ]' C~*CM+‹M|ѯ5I#}h$]HnajP\Th!iD{^U͢sEtv#ĺݏ *}a}X[lR)D@G;WgQ}G.82!g3Xe5>"%+7Gٗl-]6 N]C8kΔtF4@e0#:>@UQ3EF3aY$@{x <>ipƧzd@$a"WsETpar^RdU,ǧGIԝ}\%$0\<(#)3ݡLQ$P#CLK"xKkWcW [jF@22ꦔ+`onCEZe,<ֱtz 䲳bYIk?s DV2,d2 DtE󏩓ˊdzS$ ${ ED]ɘ+f \6ÝU#ԁϡH+**"O\d7Qv_N fm M"v&&2Ykְ6IH4'_P%GKh!Vk]{=!. S'Y/(2̽Z1xek]8Фij6&>SܛOE Vtc-1z-UC0L5 нz㴠 K/9#~4 A8E?]熊ľ?"'t>IvRax`4dƃM4cW0`Pͼec~vsc5BLxg?;Tڃb*У;}$j;0&__Vfhnm*RBDic=Pc֒'V9ig@DAlZP f(eREe_Tv( F+I>:JNkTW(ѵ:LV~+1úpBVlLj,H3[FxwzxG4t80Q+6,Քj:s,可ۑ5, -l{ro"%FM)5ADl9;pg[C hl WE]G[q h vK Ħ.Ay#I͘T,Zܦa(!h֘_fB]]8YľFl3[>~J(h{s(~ !(ܚ?tA7fVgv,eƒȫ"f%_a?urU#憆 zp^wu2-bg0PA2nᔌx(4~1dgʑ,f FnD2z~f"?Ri)'oeaVolh0寱\^xseT+no :ô;1;sݟ!mkh'w8sX,_B_}Π]*x g,Ք2g A5.𹅽VaUV Of?Cd!^p$4Ӧ p=[!Gp8ԁSV -e"}& '@bWVhbIKIwc?CZjG=?S W+ݵ^Y0 `w4˻I~wV,.L1Ă&-034`7؃]KZKYMhئ3S9r.HÆhn$4I6%Șh㫪"'0;h-^J ow mpP3M5W ʖg쯡 tؿ_߼s%>zzNx+r5a<<"n$@.q9l_^s3aY[nPXb*NA?Fh6t%.o3/ BƷ%3VFΊB5^f7] ~Olt=9g ,éMSE_do_AGꒇDΈvb3Nu%t:ş].黪eá ^v~~٪äul~iò%sbdp6|K}C`MezEfRUwfbm$~v֠%Ph:n8V# RKm'r|&AVDHawT_9N85:*U1vVedN:E2%C(h2iVqKqpquga-xq<(hMQ^&`*Sl_+o0tdXߟ&=J2&w^CkI[~u9{EVA,.rvg@5AMp:.8 aӰ_L7~󽮟z>tPe&D4DUhjW7컏&SvstjDq{9ς8,V`mIۡYEn#?^+a.؀)[ncO#~pO|/>S1@qȲVM鋅yūOLӪlmؕ]IH@frX;"{-u&>]8i#%k=YM[1X.V۵nw/WN`R TEF֝&{(YZiEUQ(1Юz!YIG6:Bp'wI8ӷQoQ 8RH !َftVG:}d\+lՖ5Zke>]ˍSg%6vV*qE [zS>RF̵39,ArӜ\~rӬa$"ݒ߱&gD<@XO7'un\B<3~'Ws|D؞xp4r1pֶ zdpJ\ fR9L&]ED_K=~A82ȬGkcy=1 ъNf!_$i/Mhr*;^.?i2gr\V|0{\ňEm@PᜍyfnXb!vs_ɷu'`Ծ [5Y-ugP9zԴ ʃQzwiszK Q@kfԦ\聋T7ex h[xGʗw hX6 Nx%τgF=`H dj2JE\% ߥ+BvgWpbON_;JEl|4pofd,oe# cSM5"x]#;+rQJZycy5W1RTڸ;5+ Z`*!"mT4Y^!Sa+ϮBpa,󄝥0VAT&`+)02 g; '#ܑ `=&0ȈRAXzÎ 3 gj\ Ka(;UW>)^kqLm4!sEfxuB_iU5^L ۮ^t˞ .R`Ӣnsn3 ;oOwWL:q܀i<` 2|O-a Vu1 vMM8 \}%Tk ?CeCr_@gtcRژFX֍8hW9|Uz? T`-&DLHv(7\K5C#h2QW]>J5`7U}\e%x폭B>Ц[C6Èjgy4Y GSDqm'rVƘ 8vE菰N2h^ޤ"tLsfdO|">(fs1Mu?eu lCzr~. G {P^v[h N>nFFJd4.V^Ġ~_`"Fxnhr,qSDZh,f%ͩ'F#c*,h}. ?NBq 25-W-(`o1fSjq:SfOb%`:o ¦$I !ωw5FŢ] mBװ%J׌A'Ȫ(ڿ=o%W'KY%\!;XJf:pMsʋ)>og5eKp}-" 6׏Jὺ .- !ʎz_Аj? KΆҵlhwّRTb' V`yTuivI,-?R<"~F0yl؅< JGq).oSON3a+ϼ}P%}y@N`*JV%n z9I|/0!Snp:W-f2yBD+A$fL|% _Ͱ<Sta]8e: 1XLG?|d@M sez|oa1! z iRKR;<?T2Gsc[37D&Jfv"gLMK밼ըNeͫq >9ߟWxgi&@8Sy(?AHwX29]N/@@\T*<%Ό% `lw g\oH4o1_}'34˕uYKܿP\֎ct@O1m.j"+44ZIH^ED__Wp qLQ#h;1+MNy郭G<>BUM@V2n13X$SQ?FbޗOb&~n>p㜑lxpyayrJ<ޭ|FrVx@a>عv6's[^ HI&9e5"YTGDSH.>CE WYS9n8/ 'f 9\_WM5ZuS=;;LX2U˛ft99< !+8e(*cji5a@k+Gp5Ej8Su$g Xq{EAM[eK36-#H!K|;W9T-`ŦbĬ4lG `bsfd!Tv|I9/:j:[V̿o܃?׉"$aKVR;[+5UI"JzjQ}ŧ5WA*!{bG51VPg}ІI-M$Tpk s`b!b:oNJ0L댮 ۛ.LOHr}mttɺ+&XcQ (^.?C\~3Yhq#yi)R/ ёլlKT0 qk|w(eQSVN^?DZȦtS7Bu+Ē8qqyҼXr;7,H֋?YNr~Wݰt؃ kGˤ햭orG^DWb*\=i1w"lիvW{;gHg4zA)0b@Q@ORy'.E謣DFP !4T9d'r nGMu=?~8Z;#t7]"B R/a$ FFkg)I:J8 NDxX&am](jQ*/AǻvN4ȷ̅co@80!,7yhVamΌ1`]J_s{ʰ9vBL%y/ěJnTY\"܌[9tDu`HUifY]Ɛt.hV|~/1[1.BuN6|` 魡8^ݝ$nIOb5wU_)7MuDRlֈ|]srNRA52Eg "Gہ @n';hOboHmb~`h|ؕ8-k;9U깙p;{vW9Zq4{0y…y_-(!1 :lT K}6pI鴆J^`$A89e[r9w G2 ,KK![z{pMGUw|⼕l5d;]IOsBڳT5{:.6!S`> C ,Yag(vq5OdI]/vTjAL/RrH@É-RAS[FI6i6WҾf\*Ө3iwo8刭_փp lX@32SMMD?x]OCpb8h+ae;gUВh记D68K()#/߲V0Tb{-Ah[3.?P`2j߲UyX$WW#)l?B6ml0H+nSL3mI%ndc[<(8^Ra6͗.1)DJMbsF ]cNXlKF[Fv\h^@g2a\אषO% Y"r㿛0s]y6G0sLKJ:"2[S""mEH*ȋ[}O,U Oy6$2N&# LFYd: b5,oݶ6);%Ff״5se} x ɯ$`{L`kOy>{Sz>Zǹ%( ȯG6l|(l;~]X_-4SMj>NY,1={L Q7$quK}/EҖ 'a7ԛq8RT\ 5OX ^ 2НsO~!PL0#=oDL ע t!udkJҸ83|H7e\Q&Q[3Z8?ܫyz(AZ6ZEt%{:oϱ!wd]F_.X|'uyGlSPGE `-r?O"R0M4:׏U܏Q~0<-?ZnSY*gڗ|e'7{}9<4̓GK=KH)i\8"2eͺxŬN B!GU$+n'Nk9i9gG~34p^Ga%u;ǼuEXP!S!4p(B#o.``~D6J:J bl+GoM[Unmձ=*El H)w ^1ཆ$-bupE wبhYsC8V4?m;H܍ WK6G2=r|D[{<29CXl{2X\NFr.(YTIVjUȂl3Jp|lTQʊcsB2=x'%$sW tM=pNfٌm'cI— rE;:_  -wHZG֤XeCt0=oD@p k {8 sHy1θSa-, =[Wߠ,9m5_94QW3Oc|e^r:itѩ62~*+j cLjUBYf% @5y?VH .ZcȾ+%aBp\l04\Id?qʾjl jj!3XX?:w^#HӢ>p&Ly#2D UȩPFJ#5z$FWj6u۪ߢ̦<ޘotU,|AnXS-=ۮB3hP3EBּ}Jrv2\BTBT$wc!t\()9bJt2߆oSm_-k~8UT7X%_^7T1&eDkyK ly3x׋saN~%̼VO/ɍ+Ur+l ,n2?1aGf=8iJ"ݛn}Y†x@9kfxD3,w8gI%bWMn$;f7E#:WyҊ9*]wB^L=gJa0/c);UUV訧']bM j65a%eKOmg-9r{YՐWG w"9|;|},,dA?q `˂ꨏ aƼD;u%@i}&J)g^5r rtA^ ; ?WEd"SEUG'ƀ(&N_%J9]ɩў)P2WiCqCŠ_pU\i0憠DI]ܵ7x]䨁ޞjyIKV`E֗K-C󻸬T_y@}J]7Յ =sJXTzoX\fA߬ܗ$%u/ :7]K!!oXw,њ_p+ OWi&e_*_GoaU Up1Fz(tBΣm *5,NT&PnWQ4vOqޠx`Nq<4#қ^C+XϲKʢ'UuD[/kE*ÝSc[~:v'Sm0"YT6r19Ɓyh ۱\;9ccg"Ї8?p#{ 4DgU_̗{(%ŅFvbq]hm0zy[euTԚ8ٶt# Vo=4`M~zr!u6AMP jAj$фÇ;;rƪ{ewp0&)!|4XcPQ^vEI"(N"\C`w&!,T>VnY-u"CK ׹T1+ۈ>cĮJhLXb7^fO4(Ϗ[a0K0z# ԗzHSBΫ QlLGrQq^wd:v1~/mHA ]̅l0a{wF燕8: ;.4exdZܖP'OIW}c8'%@y 6kc- uB{}^'CF2нA@pvpUb>=VN ۇ{nRC.yyioYt!A97ɗk T< 7I+DHЉUY^&!w(<ԶV^XXR)4DžA%L?z"ftIl_w`xOaa Z%e|~eR1$W`!.pn€ q4Z0@SC}2 tdrI@be`b{er tJN] 8V;47OG mc|-$~ 6J^n}:7%d]^N8{#Wq%ĈE4րG]DK5ّlx{Aٴg#xUu6`7y oo;WA}_f(ZaC̋5WWnf`]@p4/'zwq/ZMZ tggb^?SձoVƻ&?캤{~qki< !@:XbJTp iKs! cJ_G[s<8JA`s;4GYfεrwǔa)_WLU$h qz'RClr^Wd<4e? L})1қYDz9űN*U;adnXh•pS$֞`tFMoGl4@wV0 (--tvw=oJ&p@p%D3G.( !VJT:␿4s7l~C`9bRdzE.%uh$UN -G w Ň;jcSx"ge&^-="`%9?[aޱ`⫍*b SOF~ptEphE+B'W#џm)p[ zBIp~/R1[V& q9oBM.K9CQ])S9GDtQC`ɉ%цgRk`UXSROgˇٵK3ʰL3|%Rvc,!1 fQݓRRRz7ke"hR]\Dqk"bGkQ6z$;w{/y 6/B!T@lI7= x_ S Sw 2홇z^\Bc.:7<x_yۦl" $ܫ9Ӑ$9(ݎ"@ҿ|@OMX4 c*ɡٸ͂2+! ~mgHƲ/i/I@#\,[Qtj$8j@n=lW 71)@+5ёb9&A5EiyOTdq-&@.$ v4P|0h+>Ev'A-OlGxx `<^#~QHR/#Q:K$6X Z͊Ȼ$6_etaWњ7R 9u+S咏f#?MpkWdiNwkRC*?ʹPqTj|;ELDlӡMf] –N ) d äPzt*ϛJDq/-v&:\ lxm0Mg^nxD1c6 Tc[ R4X䞘20o,'̗)(j žZ POˡyN { RErAIE1Sa翳 (uMQ^-Vx.DqnB>ʿe !4b \ܲy4찼{͆3}6x<߸]-pБW_m>הjf''CI=]3R Gn]ktz I#3 $[H &vh9ْYI H_T7}NC vs3n9أg3YAfAv)D]QOAoс 䊔_ 1mz(<I31c1+dKcw%#9"Zb-!~=]Nʿhɩ`=FBTW~D">\SV (?dpJNc(xżi5]]S)~s4KѶWk:«da|j}FV#>%g̦AXy P5ybbj l1ʔB\&KBkx92ś.enB:hZaH<gB{(&,1=1)T0er=+]Q[S< hM%`Ea &Z=Xjhz.VwЁ/:߫3+a]`K]dw5nvřuh|^9(9rы1uyQ0|0}FGWO)c,BΉ>ERA0%mMȮ  =,Aޤq= nKeM%lEHvb[tߠǽ0f~uIe,LK^Sxu8"4ÕK,a1/jQf}Z0d mwEKHg]v~k=!D&v|'KL)rtx  _Q+M"t=Փ?ʌӨr戉-(,WYP.tD? ~LUݡk5ԕ JLg2wI(KfF;3x  VUjXrrP떙s[Vo}L/G̵#حe+ct!.pi7Pܐ| [K|Ndf62H0KU1-9֮zȲDgm]g:gZ~3[kvdzvx@QSyn`D:ɡRY%a]x7df>)o)~|2􄿟){fwduMQh0_Oկ"TzrMFAi~![e.lp΂˱JzC@i1,wIeBC4-CyOvDDTo$@:(:K4t ^_qΖ1egZzcY*֩P8:đ[]eȃBKyYKEגޅ @jXDb60g9HqtyP,5pEi6,kj0.KkXv'3wl(k_B'16p$:GOX膽&~cazWlHCN|^ ֜- ~YSQ~c04HYk.]Z6A40V,E౼`;ptj1ܙU22lXM;οTлbL]~L'7@i{T[#Vmj{$}ȋSۂ*<&`[nɧJx3}=„]Rx Q ]l`V"-F(2IwD?6Ja(C؃o|?n 8pOPϧ :[ꫪ8 H̓ b૧e(nmXҿ)-tHk)9́,tHgeY6/+* }6[,[HP9 ~NU5/%3R9ԙ?9@^uf6t-є4#7:/uXQA85-v1mM252а@69i11đch>0ILP+: eovyK-x*ޙxi~jB4`CM5n tM͖P"2DN0Y*:Dm"Ti$6Iclh&U-=Ԋ_OP3z!B!9$s9CEԔ<$B̷TE2gG@4TZ6†+Yo]ȺIqpE鞒+-v5`jĚbvdA4CLO}V ; '[5 @ɿ>Bg-K>uJq寓pEcߣ_ޝMNwZEuMaBzCv/i<.fղH^vДV8{y׹1BM6`jXSm0,2#0il`lJmD]5 9q'!&0U +%GSh'|<w|wY8,D3܉J k X:''sY=Ɋe:TGDI,Ϗ_쥰i%al >I3Da𸑮@1%GA޲@BE77w&.J9 +oJXƑgnW 2͉auUm&S (E(:Md V2.Ư m.6aYc'K  ʉM9U`XĬ%9 T;=L1?"'.KO0#67)i-PjCwx6 SfYB`)~B 2C1Iԍjjd/~4lAƻYw~B}r^W klOQU5c60@jTcj)& - ]c9[d>;t.;Ń]d]6ڄʒ2a ޡ$5!*(T>+Cp[%a+j*sk#Lpթpk$ FY-9ieIq$=ЈgM9$ ENP(V!.F^ɞ *1ͻzvƽEУB&YsD ㄧZ>Si|WuɎβI% NT AK:,*sk:[Io@TEnˀ˩[~K nmO#kT.rG[H>Ue}K`UProF-\iBkoC1^nrF.t=~T 8=1MR)],ۖʧU; ~w`~NI.Wy21"_rsBzv>RUSe@%o㒌ÏsHO3G22IbYdi# M-dhpyf/kQՎIqN= jf -Gs!Uoq$ qqs=lolTf@[u1SϦwyyr?HNM5.ycxkt2Sf82yjU0M0"J 9Y`19C{ DOQ?\g!*8fhdGk 4+C5o<$QO(txfV $*aS1X_ GЯ=Y1m+>.'.m.|$>I+ls8;ͨJ_hAe>7]U:^6VrFbVNTŝ{' $b¬a ZPi#v#҅ZL`y@vg4{F|jZ̶ҶL>iI}asNh*N&?ni dN40$V9UL_^K+‰)/` 'sa T/zR/gdIvۆ ?m Er:#oe^5[O1h)CThM)| 5eܨŲ>[k[tQ'R\@}b%EaO%@pl5e~gh[Pq^&~QkM]r>sƷSx!1C.~wHn 1 V;@Sƒ=CGOl5e4:mֈL1ybn6,?aN[>̴FYJVTy{TRX6O߲C\D_G‘`R\ "w2ſd=: 5(7`x(#0bJ^2V>6ZG ;OW^bMbkw5ǗOyo8s({oYc%_ZMLj]B vjzwfPJQU0TaZ}4n)dşk|n &oA~7ki_1A9?iz=/#8c$Km@1J#)|uczM׭jmDcnBQSVƕg_-7g2\@!WB3RE)~1 BIOtd)krVqSîMj o0]CQX7R^^+Wa;QdJR+T1?UekgZz|@}6b8/69>Mf5B%dK5yfr¿R2\kqٯm[x uQ{b̆X9;og>AdD'"%M~35sZf.!ː,CNpǀ?^E0yeX]ByS@vϜgRV?(yD 4_O7dyNފfEVi(?e5},"l:A?$lX{:x#zr҂S.Z{[ l\, (T &vг4=wka =nfUӕ~E賋Q|TAaL //j#񡪲c4Hݧs)}L#r^X:!d9,y9uL-jjMh,s-ް Lgd/\lYؼ!XfdwMA ʆ7`UWJ}.`+uz ;;!MSykeNU6$:ج^G\)/%t)^V̛jOCЉlo!!QKYשּׂ.N77?Җ//ISޚ%#jJ %q7}4]J}m^*ᥒ2% (r|+uU؀W,/(~-S%ƳmU/FaNYLtFxbeۮVD:e ?soKcr~Z1|r,Q 5_?RV4xC h32!6A Ui9*2 h z\Uz{[x rZ5w8~ZO&[4' [V̿"SCY2R δni S. y)2)qI6$ 8.% ju1S$MZIpޕqFT+S@! )c*\ B[NJMV8'|Q7{43_cXމM%8\peQ܈McIJiq{^lB~(I_P*W gtω2pqOSgP;2sa5e.sq#˪t1Ұ u 9&kc,hl&>n[5sqrw-:oĄz-1H:( ݬٛ+y O9 3iET,ډId!+0r*qL@|٩~Q8аJ/(~rC4}J{gAjiO߸t #ץTT异4wl?H^Z2-,WK%*uӉNHD"6LIx'̡  {@$`pḾ[K `j%cz?i%I]Ad»4Ot &}$r;)P Ԋ{)! ć0M,nc9dH(BV 8y>ۆ]n$]4:큒j6SE-:$b1ug+^eTe UKm_^͗&?(5@o8oE+E8 0 TGsq ge=ZLN"@Ԝ~"D)~U[Bdٯi'Q /Z7Sy&7ێwZbdI6tN XxEX}-.AMd4 FuP=BRܴ#U.=< =4|+^frCi;HURV9F kWnyG3׸0Nfa+aZe09 8 rAWzO#ػ1hI'Be#r ӰPHz3YaBƆ餈tEKZت$Y !1aNj8C1Gb}<-p ΠGH+3Pُ k<̳w-Y_ a 6_;+!Q?ɐdR>wW |(`TQ(pe!wd<6)L\,u\.gǕ\*f:(*_S0GM)ۏ! 0Lˀ s􇒤(N 61)Pi\=;6 K3͐qZFoJDD֙UGeАOF Xeۃ#m\%jX!ctySX t[E=p*ZCm@2rqEteDq|=;,x-$j@Mӹkq >3}'q[D|#u= F;[c"{}]\eQc<"XÛ(,P$a‚S~l߷tR !&-if %Fy{]6o@ ab9SH³tm X H'W,)A9nr  J,W,uPbvݥ:TER+rcm-tM1Nj81iw#-sdaD3fC3Ҩ49vzݲȟ?`ə&kSQۼEݮ{әSpP}^/B /X1ؽU'Îp̣VS?A袼II(澬PSYF>hn$H'B-iUQ7GˈԜ*OE V\u>s(4e;ddN21|Kc!XaD_m7ORQK%VվDoU['`ezh.bs1pQ8,)2K0! =Ϡ5yZU0i8*w"q4H8J;ӏn2^8^)p蚜.'W![`:<޿v5w E\yW5?K$ˣڊNw=?Cm'<#xeBmTvuX~_lgUR|H~YFRӾO ]Zf(_ Rut\Z,Lx87,\j̽vҾXiԒJ֢GP\02{D;TvK"=d9 үlpdӱY@eB9N#a2 Ǚ( ]T7FHuF9=57ZĹT30'T#Z(#ځ^H^E)BA]>!7%|o83ԯ]2/` ߉Dw9\I/ 2YVŲxbK/[bzLT2{w,cz*|b ֩f~ե(]s|aT~CRRr-HY*ВiF-,=>xzcZqbZ÷z=_*1?sCM׽{Q .[${۟!lP(ju P2A2Mnh!D Lٳ# uDy>"A8]~П=ZycS~J|'ܤSɊc^3211##Z} ~!sTIw#Q59;cu߼7hGՉØڛpL+9EÕ)n٪V}n֝hu 4IqxRՉ:e=u32d=UٴL'B ~ru٣E7| m +s.({:|{a%sE<[ (zN h[,{3tD#i*flJ,/2l%L.P[0m'D-}YQGIU{bQ'誈H!󠘋V12撁)Uwq?3,U5z7ehޑ#YZ)&Bxj=$.7a%S=lsOS1_c!~oxm(P;3-8el&Ғ ! W013zImBlv^**Ü|_\dƒc`VH1eKF`ݝRʻeE6XRMpKK,vh,+2Ʉ2ldc$̦e_¢_̷@VotAo@" o0[uⰊFPp-~ڜ} m +|<~]3}q+#m[\ 3"G:;𭜦İd:D֤iר>5j;Q82{VϩBE$t[qyQ BR&X/굁q$ Qc}wJR֒WA.jDk4 S9Rl+ɲ0wḣ5+aьZ NϓQR٘>Db.K^%ItA6uxלmnKZ<(&Ac#Up\~QGYS [F=bP,l3T>84 (7i *j'&!oz1{WSA5'mÒ1X/ V]Ȯrqmv~ZeNPf? L2ʘṀNmC+ySx̓IqGܤ@^I݀å$sFgw', < Cl)JqNZҀ6ADϴC<3eVM#ԡ XD&5E{BbML31T@R9PU[/S~?[%{A!>,HfJ@ ܙ1,U*%S-*0DGGi50܉ ^Y+IiXbaXw5~KSiϫI1vיag;&xnYK cSNn6b[JUFso0ks8gq gB9FdnuS;G\i(?=Gޞb/'ZVJ3Wo…u"*A\ /Ƣ 6YxɬZ0Tmx\ &C@@J]W6KRۢyuWڌ&4n24hrN+wʆ GGbHS(VQkB=Ji_gP񧥔I;UO\o;: sij8bt PA7.hY -"Ǎ@w'6P29uimC7ڧeʊ辤lҩ78C<,{ſѢg[X=+H-dṙmh3`lM2/;xVTQ0jm: # MM~@n!e3!]@ZޙKÕ:Fp ;%?ZĚ)HnS4l7T5&%di6kjnܩC3 x&3 jOd8N5mZ*8QęʈX E8EiBJƨY&8$3ALIq$ڤ}т@#Fا`eyCeN-[WU4BS7طG!nϔ"@sv۽*yHh9Xr&ҳG3q;bi0ı> X` ΐ(XGX"p+tZ۲^#QOx:gEṚx2m)B9爁@`J{6 KԠ8ѨPMO 8kRfS#5bzr{g ##ȴ!~^o X6B9{=¨rJCg+XBN7qwծtc <(ϥ?wq cnїNkpVM~g6qN3"@VZ {}j'Bԥ-?kMvL|'!,olǔU PHjm@5lUZg*0@D 8]tF5?)lO8XJ$s4@noG'c;,fCەٗ}l= |,䐧 $l(V́)lk0?g֔ڄӻhdBdr8PNVI>b}{#`*^-gn- Nh@LZsYPȈSyj Y]?ЪBaFĭ7~!JTLP 0NXd<`[g5)%ȅr: D^\غ$Jӗ<=85%u1 (VXr k 2S:ٹ}2sE\*M壓-4#,'Ԍᓌ t@$9^s-DrN673)AE* 4׌aEz-Q%d$G},ntA!,_PZmص裙'PAgW$yWkN]uYl–=14P~O3G싄ٺN4: NkQռ <l'lqv&ɿueoGR!mȩx]@  !ߔV'KcG9hR eY{&(2 G<ݑ=2Z!DKMCP?iom*@M2fb}: ' sb=.\ͤ!2D7ɰPTw]5CƱ`! ik؞A@醆-덦؜u>!,nZa?l)R$ѱ&U3 6d+U)[CBzűW6}A##TDq'푬{# (9,/y}THNaU%P= q&3wJL([g.b܄Et Whh.ԧ5qr tDmR'۱Jju fќLj*S*~ц Цj:y`\gN%.\w6>`|&PPjF JGYf` 0%7n`8s.1ZHkZpM{hBEl\a9E+yo s ]^c;E&SO0}ހԀ!۬\r5 >Bt1 歾h'oj^l6dI}afk@UoInl3 }yKJ=0<Xڴ".`*<WrX8=6B6U`Q` ,ȠHmj~E*_TA}Pc?/ĸM֧n̲nl-Nh:/ҁO5&d{fxhUhK'A'Vָ4[Ln)Y[m C\vKHH_yE){* VG§S9Hl!j%q)=Em>D.X~`_]#umY"En7<+ق^FOzmNUSie| 5*w \&Ąڋ@ܤ Om.(]Im4 <{rdJ47Mlx38տ@Ps/ aViD5evWT0I C[ikIL7Jb~?fMxp.Eys({0q;j\[艉bS}q:7FіY7ñ,am0pL*~;'\ 9M@ fy1^֙7c3<0Yk- z/NGMpCJ_~#EK=%ׁʴYKc Jm/_ߪ +M^-Ђ+0aAzV ٲ(Yo&Hc|(FhYS*YX b*+}J#S]I8z8|ӳ nv< tlj7^qJZ"5 $k#Uobstm2\So.AjHxf`ķ|Z-_RԴ &-VV;2D G[b-G9W0Gn=2 c.׬/@Iھd"S6e0E E ) !cWGȵRӀua[*g ɢݨ Y,b˩dLW=w rյ3l;/qi7p)Il5.?eip(WI5SNqǁzje]doL>6ɍ=;cXkNQdLXJ(E Vb_M_XMQ$NZ ϚPFisĚdKy㓘8#yNn7-u?Gy}L_ɣ.&4:٧{2Y]LwmnO.^`gp`/_%^{(~PP%)HI4?biFR (CąT7:۬gֹKBb]zh"ްWE>rЍxr%i DpO|4Sȏ&È*SrKdDBc uLl@)~]Fq15l!>dC`}ɛT}3> #M!.'M2U PZ݀|*Y7d@R$ζ ɌEG PcXweoHFD:0٬AP[w7KjVnz0b>:ȥ3,I;kjZ_ɣP2x͢Ñ(V,E%VɁ9Dݼ]f $`NT.2۫H}[/i} ܈:xxǧc*-"@EJ؞AJRFkK*׸Cz `IrqK"&wOpKlIq۾I17qsK6G$VBP_?)p{F{vVG}r;RrhW?\|l0Hf=^6u|~.LrktˌܴܨI#(DQnEw62–2Rjb|.K5t#фJ /;п꼛Bd ?mk=cY^eCK޷&!Nڲ> ,|zr+~Yn*+@*NSȘ4N)-(I^[k\$7QW<'9>˖Vr1T!ϊo*GR0X'\sZ : ޜH~զ4)G3Je 2EBJj89fbNc$U>IzA}ā;i#Zr/^ӈ. 64wq273 ># w45NƘ-0ц-+Aaזi܈$ZD `!]Ϫ]h8rM_`#^.zxڙ5o*K3ۈ~KB{jz=JM6nm=s>QN'`;1qnˇC'4 Ɯ 7 !xrW)XOO{$+nGYɁ|"L_aE8އhc*ssSn6VIU=2݁"_r"̼4Ta[/ϊsI B~GƾU ~9>g3z{,xWwZ&FkcxPsX:Dyl6!lp֧ s_ b;ϭ˔,-tVHmRbN2Vr" I@[D801tݺM,r `@7qł$k#Y%>*m1ňۿ[/x u8p뛌Z:TAdD^KăYBZ u")8Kt&l2PC|mGbMBBP/56q`͉`e/%V8#2?4[af]|덊|OX:AӞҧE1 ww2'0#[~ 5.u{0J\m$=+Ƀ }M0 񙋪w"B2˓v2H/aa[6v:$|5v4IwU__*pi/r4K豟:G3d͵d\D ҠHx~0_Ἄy 5Hq,2NtNgG:̰ۙ 3Aj -ѨxgG+J xQqE.!77|?7[(㯳RŌa čڋ8Id=ԴmJj|5:..nP=FïY3ԫxIH3>`dɼ܀SV 2jߐ]ZˑK k'@-Um9.g7`.wU8 +d@]_QǾJuAt.Sx7>YuU <*$ J$e7ʪ@F~Mlz`ɂ|[l?WeFa=Jy͒c(1K*nrԪEoQ Z;+TF) e-[EnzB.!^MįԢn6DzӔm`/D]tE T1$O^NR&oN匊aBCAvh$h%Qe/+ h)ZhUGֶ fEt15E""ƪI,XKj<Rh{Fp$B?WL^'8ߤhK9DxR-^@kC~Up5U4=|>I p;_$c\xӸl%+C?%Rq};cEf&N)W,5SڶNv [ Yb !ade7En^VЬ T1@ 4sc Re .4+G_Ar `>$ Oj5[sP;=Ott YtF#3T9Sc\>0ۢph>J:I),lp AȑCI1WW?lļysSlִt`Eb᜼?3Kk $[j YZ