PackageKit-1.2.8-150600.4.8.2<>,q@g p9|13RˮF^]ͪկ+"W_WeQ0<0T 4}DRrЎɲVդ6_srv!Y6by۞{92VA L6[2 !28Z,ѥJ$ċ z[nү^o\ 5F~k~{n3l0_!H{ ҖY`AWSt byW L^yj~)ӑ"C >O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dx9)Dx:2x=<>D?L@TB\FӠGӴ&HL&I&X Y ZL[\\t&] &^إbگcXdeflu&vܐw&x&y,5z $W\hnCPackageKit1.2.8150600.4.8.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.g s390zp33SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x 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 || : fiWGظ X hVw3 7]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-modulerucks390zp33 1728284685  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-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.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//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/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//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:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux     directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ad61d5982c331d55360694c3472348465ce73b6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=97b4343b847b8af85003847d084e7ed2df71e7e1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6f409ae2a32161ed67ea8e46f956c350167e43f7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7a34edd3f36266025be73458ba47c46729303239, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=532af2e9e10bbade5bc46c2afd261ee3fa543ce0, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 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.8-150600.4.8.2.s390x/var/lib/PackageKit/transactions.db' (No such file or directory)+3 R R RRR RR RR R RRR RR RR R R RRRR RR RRR R R RRRRRR RR RRRRRPR RRR RR RPPjg|靣BCM2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-83f0b4c52844cadfc3900356f0207eba9d3aa79ed9b23521040c6ba20d81f5b03?7zXZ !t/j]"k%MscbY8`.87h sGZyqDnH0 ]Ɵ2l%._[e&-=&|@_Ti sB<;/H/G7M`g~ LYR 4T_h@ [3|E팼l(׫ b覀^֭Ͳc6i1d76LCV0ӈd4J߃ON`GՒJۻ""VHk%l GU-'.遦%3;GIjڃYbfEQgƭwDG``9f}UKj45a-ٕ}YXv &l@׸BzܙMT E*5 tݞ!Fg !gD]@UHBn %fT_Ah̦tqp=&j{YƇi?Be0믢PFпw~A5gb cp2MHPԡTe[MyM|5_Ѱb;]5֭<Ht4P6NJLS+wtku^ te}T1hQ;%8u֙dqf.[yb,7)6V8d"#_j MŠ }n2T$6l 迿޻*D Ҋv0"D|ra% i^`M6Z 11=B!sgz5O ?-.';D>iK%Wsa|j..=%5>H{O,OsJPja;A}5d3=Bb[:?=-ʸˋŗK!*Q^Z9s Wɫwu" +v,JTYWFCD =.g͂, 4agΰ~fڙe]@~QJe]QBZ]ei$8Y$~j=]ӎgÌ"=;9t%INc(:/?} B05H?_ e82]uUX710g/6;'"#S-GI].Vg*.!!H5:A,=7`rWlVî}N#uf%B9 l%3GF`D _2GlF)ph?=#?6b~a`,O'PA|, SF\2 lrZ 3T_Fs,&U} %q jd]C-.}MhQO k"&p *[Uy[Ms1Iet+ϐn)i k{bgg0Z@78pt{B-1_QN_'s;M6T)E5B×ZT'Mu 2uY5QSɢ~BiVuߏ/y  Cgh_T(YRmјmOФ쀗l?'1h ^Lt^".ir<_]#[C,y<0ic•6˼s˛P3pl";5[~+g A:F T⦵,fP鈐riR+t:ձl \ĔJ m#6]0\篬v }G ֦애C&q{μBƧĖDtAS`[F ]>GhkVL>w Pa(W|We+f>.TGMƣ)# 17'u;uc61o%lAT#saꠁ{E{Gn +MHǼ؜xNZMB6s0x5+X^Kepeg$m}W$WwaM햣!iIKyU6w+Jnl~\R-H6E-\@67dEC\w˜α^@G޽F~?.̯޺kFɧ˶0e=RY9 ꎍ*S#x{𓎳X7&*(uJ`,Fpy6u:ߐ~$FrdS $i҅nk~>boz! HM _C\zRK+doHH7pJzx2V%'F["`-9?GE!VT鼒 ,Vl8S>֕\2V4bM :|҆Y'["s(|=QҶq;n6퓪,' :Tϒg:/S_#kpt~рzm{rrc_Cq.ʃ=J5 ӯΨuoP\N pS=G,sB} ^44tM2Xb>њEO3ܫ{.1[j*5x~b:w+<.% e0EzLʾ(7Ŗ>C6=+:Ñ,!{_ }hp T=!QW&= ůħyXN%}k7yh!sqn-QczD, 5Qhm Ÿ;xØm~W Bm̞ %T Q~? Ea ZP:3؛rg% - fz+٭VT0[+D0q$$1uikB!!!J1yD1Ju)?۷4y6'P lG=K Q7nP\rw@umퟜvGPcKf>l*{a>= p;q^䃐:b`|7za<3[;8%dI+ƮES); tXyv7֦4H9DLkˬb&[=Ѫ_-}H V`wԿ:SvlA&\I{ it)DPXAjRóC?WbE+P^a{>rpa1NO@жP^0s^/ӧЯfР.xyZ99|aZ#uU0n4\?l Q ~di^UTqĎ搴ɓЩ8 P^H@(3I{yS`w ]ճG{"Xp\w+IcaчF3S`FbpHsPzTYǪsE[/ pU_\SiVB(b,FjhNTva Ua=5G7З[hcP ]>M'LӡPׇ%,C9M4-nE 7R= г,Nm w ܺtG󨗾u mOYiĥp4AʧEIuUO`qmMB9˱]B'^:L_T6iFOXK~BClXۺˉ18yxnX?up4$J7_R-f̾Em3 ?5#a=e4K;p#trÅ2/q(DRdUpeN*'nooAi*j:7Jbgh~wR̊XL"YA"R胗k {KIoL&fìaANPleb=REs!' gk"77oڟuVc!( kĿEg&\2)ʪq 0G8Y儚 U &g1[AgB] yKd7Re 4kx[F,>fXNjς_I}̇f&?&O*҈6ꁲ$Aa1B#bjj K 9w<9qn/^p섀MM.i,oN$B- 6 !Xw^`eBa'_wIGɕ;4&4X`&Ƀ<9ajµE9 t$VVy?3z ?R{bWAJS5E k#FL7o^%1;!52 o a,; l$urծ&Rcjl{inoL;NmT0Rx9$mڈS*J9F%6tfIɂ\8xnݡr?+Isv",_y5~]ͤg6a8TijaKq sI98hcy4S)6/_i0 Q8lX-tm(ruF-iB^ѨR(g9bd#{T5r I=ͶlKjj@{ڍwLuȲEi]=9n֧ጙAsGOlth 01fXB˂)͆&U)ԅ‹]#!F;5E?|K 'XV0_bn/]+pcoܟW N ٴzƸy,8$&T?`^h#i`}qpwJ-X e8M;N*Y>y<4,Sbzoݎo7iɓY=}BO<I3[v*g%1;UG@'>$fRx 92 QPzjWc IRTnA6yfl!#;;Eų]1&qgT:QP/8ug3/.pEtpף '7^sʒ^r>̼4|~a3p*ޜ—cr׃%]D Avs懓Sr$&bp>BQrNZk; >p':@<:h,M C@Ã677~9ΚxhKRpAYŲy>,%c.J熬`0 X;;({z> ~=MVߒ'.fn1`k;j3-Ok|5~m!U7~sbbo7B"C<6ӭ@Jz(nqǮBq,j`&ĥUNg";rYDMP qr3Ochk.:cܞ/A>. M[ѓBCZs X:j LQTRV`}48F; ~ 90gd!,zy,Mi2"JvIj(;<(cV=NynGuL~|;Hpڈ2ooYw˽?7"NΟeDۜ?7^EP7wyj-  R..Pl‘1D򇇕 :KmWS`p YF=yPsOnjUNMl}3e~Qܵ؝/tˮs* A%Ĵ8\ L%Y$1W_b '6E}1D̚J $o-'lH2{s%O_w_WJ״ yUe:0ܶ BUڤ`JqxQvB-{&pVb/QsPF\Q~)Uޥ(W >?gʝ'3GoIڕ9.ݞMxus\#ģT^10Up"ORv+7˛" :RoEfER㲸Us?&ŀ=sr,k_+o0a HMp8 M!9ΧaVIC><!Ub'(͟&J,^zHI5USogI@.!6)@59 hDWC 6QU2gxCl;ݯi4&;PN-p$ b,_uyHF2)9fVd?Ќ +c(ԕ z8j.I\Od_fDR r:}4{70/33 ZU0H 3i|]1uQbzB7ŪPt5^ƖQ,2aR0fjsJo-fcˮu89iP!gaaqr˳;fzT|뫱>1)C9֏@E_T(IrdX+7Q77?i)~P4]Cݯ&("RuZC!yÎӬ ޛ~#f,7݄RlAS | &tQ/CG\u1ʢ>xjci֪`)ApKFaSR#cqBNkC y=x"T|uc1X'뻾uxQ (sԿ<iu΋-8 פ^ τ"FQ=;&la~G`O[ZxFA@mد5:^GiizǴ^Ҿ D܅OkC'Ʉ-|˱ 5ZH L@V>TsW< .#'O/Z8|mKޠ0Y$jT_?)q03'R.=]d(ǥ$$sa]WmrLȩ֮uᰱكzQa:c=u\:FԞz5'i<4 5 }> cF>dQH{f˱4(:T\0`}lJ8rҏ99hv⠬f:}/mqwٱxxQ\pTM4S I,d0 ȊV5QALR[eknX_&(WKՎq#fnh)~yUlg!{s;:ƥ$If[#5Dg B7jb0uz\} uq ~Zr?A'bob者b{êRopYdhj|uDbC^%bJA+5΍k:y!DӼ LJ\"wp_#Ŝ\r娝eKw3qƩ'*tO%hyyah{ 6*0鴹6-]wȝVYOTBF>i7PZ7s2<JXAhl[sz1. %V@gb6lB#?b~WZя['y)rAG=jLu5ƎP}9}=76~,zpǓ|pUfCqJRS3LBO}zCWC#:cTU~|!&- jmI=꒩}`GC+B;KU_W~5~$8ޫCU~8' $lTRrcG<ާpN;% G)3B)"HQ弰6ˢm1bT4WH͉81eHKpND|nSlwr_wCxkVz/5WsڻWXUMU\]b1* L>~W~! |7$b*WUx}vn`ͼnu/hЍM!Y~CZ ?' ^lyo a6' x kŠ wY) 4m5]mMj윇)p Bx\@tT@N#|]<0䚗/:SGqH<к|mJjW=kd39g_C(Ok%%'K(v:c&%ָmc췮x霺R?ԢZXrݛB@Pu'QzPVj;Ķ@(]%;v"=\S#e.NȶÔ;6 ͗a87[ԨeFm]'fe 49VYAM&Oe*Ck2V)M5 DԚ---)bhc Y˾s^ivT@Zmd5os=h+YcQ>i7I'}u7KhԸPMî,jb 9?`0RGY0kQ>maz*8';ψdp$8ʷ0̷OJ8/phizOF~WXth)ʗi4 ĄxSI3t?qo_\MC#*[ i.W 3RZad!o,sh(aVy{i6A*Li%1?9Q6F|L4R\3Ƣ?y>|PYTHP2>'r)[}Ff -wrv@D$+2.[ftoq:x&ť ,켞 rۣ^Qpm4}H,iJJ9w:\~rD塨b)¥"`ˁLMgEVsLzw[s_y\'vh)_eL-c<Ҟ_F|t;> &8ՄȍV6L04j~[XmPvpaM_|qPȭTQwJt_h㽷[?.ҎlOQr$uMQłr7$ءnmssvrE$oӪ!2G ]ۨz J^"k-D]ʄBM<ѶVoLy(L~ ]QfԴXr83 8RFRR\>\'@/f;)*fgZb?'9ی4^\ %V Y@ twQX8O8bZ@,˸dw>|YF1$xK~7DR `N88}$O=aZ`+[mQQ/Oo(O0UJ= x5{ۓ˘!V6bNm>ˬh<`} _LdeOe2+u~qWò_MFG99B"> qUX o뢘%&3+H+CƛQ}8ii)̴=`N]|'ŕjOh H1Y=fGS7=Uy6 Ȓ3^EfED wCOɑGe20C5{m 5`긌Bm\BN5KU8!'.i܆@PZCi =޳& p(|eF* - ?]s, $\ۇJsx]Z35{HPfjZKu7.zym#|5X;dQW*s!grppCVc([wG=iQnjoo&}SXBh q~h*@wے< y!ܬyM C_)R mοCw *۲~77uGsjjD@i-#"d .@Vt A?<"*wwӫ~i5p7Qsu@S Ys}Wߣ{z]ڤPS|9™>2q^Q c @#7^$y@N5#!ERtJ=}dU#d +"*,җp\Ovv_uך@o$ (ʭ%U*m5(t I1ap]ٔKpj̿hWpV_p\f0ey%ĺo,Ėb%E,աb[GƒpNzd٠B1p)I{1 éq-#lU& '00SrA>\F`OϘ0!ggfoir44dQz܇ "Y Z2G3..vx)>$^ qz9* bحcôAʡ@UL:]qur5iFU{4l`Ntc1t<ĂzpxH,W >#_{d 99akCGNP3m Q%Ԃ QIU u&595TڔAީgj-uL8WҚЗ/…CcV2){=`)Ťǃ-|',`>马7]"T$ڴs?W5zh -z^⺶Z,㮎zz2SN[>ep3&Q\ uE4w\zCTqLɜQ nlw.P`S\h\НL¼ j%*`6 lbR'[ײC)e=,ٻ L5wЍ -*NĐ ?M7 SYaXW?fesrme}&&`IWZ7:8XPr1cc \ೃy7'%;P]xCUJn;F+Og՞l[4.l'(cmreYA|iQ *w'Fr yL,D O2MQv^f `667 a/tMčcj؋3,5Ua>񲰗~H/5,и' \B's~]yzƻ:t ~# I$` 9dū s҇6ҫlei;9ߪ&X<֎ɨu?112S2j M=W7œ]~t8o^Nf[hi>o}ڂ`[~z/9:I LH л~o\=diL%A{¼/4ׁstxg?Qq;m~9nt^;K;#4 Wny\{D̳`jI|\l]ICэ+cXc;X:۠x+u&8{7q]Gc4&B\~9~e3X@FE"rnis' &&k* 3,MG-@ VIf| c+s Ll}`FRޡj u(# :Z,g4Eo5?qw oSF+ld*XG=?5[eޚwO$]nj&e>VJ90i,ۧTӢ[IZ)V ֵ[׌TB?K3tE@\J]E4VޢF6qf|]' @{ FU۴v0/.*W"[21BZlס‰{>5#3,pf'Fu[I>EEC$O5ng ]=&v\;iT2Z@7LMQ3 ϊ'Tg}`,ҩ~aNJ8Q[ qipx2,H剭t12G' wy·xwuE&E?,p2?Vm sDGA.U.6JXd Sc5sݤvgsLbt2p!%JF:%HR%⽮AcBreNIaqh@E / å a3$&-n:I K9?>նXJNz&A:MoZ#fBNp^ge9٠C#_F\qvI4'dItn ^_w9&ԥwtW3NcS`ۭa#8>Rc.AmKrg +HmEA'}!W %19Ⴭ4z<"+~V<("o6Je 쀃s=Os[NjϺ0n|tCsΘg\/ XzT?j+H RHنr\_%%sGX1Bv=Lou1nA־(R(/Rn=OjjA ˶+0{V6D!}! K/B7lzAgAlƥ$ 1DK#osɜ$|QwˈXi{^0yA#( oy:u`Z/G*vqq y *#C6GtUe? /[jtjOx~<ꕁ2>+O64kxpX*B!ej,ZR} }eC%`5xѝZlZZ;dPpCM)u4A<>55iqOe}ޕaŋ! M=TFdeYx*}cWϘ>?ⲣ3@Оp#C xoxNJh, q?('G Ob(}wo"G@:zp 5 yEPn?)TW?a~P(F'_bӸ;\XzZU= SKpy͖^`TlH['nKp@?$Oak 0i3*"BQj\׋bCsw8cJ;ĝq;*bKöw{xߠ$+sMNgϤ- `uj,=F1]z]9!AGȆ__JD'oq _'3?sJ6DՂ RZY9[pYM 1KrIH WR-RN94e}>fvǪ: @^r &Dl8tRX3nN]v!aTX,)Eͨ :UAy2 b0+-;_) P~]x0.Pд4vk\!{8av<+I]_omHcj2Ge ֨-smj7gR@*/"H,-O] iB&&I{,FfPijw9(Xz:3(@IH AE<&c;kۗRf\5.x^oKn,Tqqa&\帠r'q9rْU#P7s, bo@c~S` z5\2EbA#ZmVk)ۅ X t~i OҎ{FП[|s׈Y SԦ/G{YF(.zsE75X&^/;~d20sM:(nCF|Q ZCGMv% |I֍4GCRK>%B5k.u$E3޹O)5fwG;7'wAMMTZa(N٤K?go2:fU{Pq>&2-r{Y_$WS%,5Qa ߴ'‹tpK5`TeʽgFCGU/ϴQq]-/ lNW LX4)(7QU Lg1);@sJxzde`UosPXZ gl e~NlP%Xkts}9P\ {mC薸h2,uJ7'ٹߨpD8 XtvOj.:':9I~yh簠t.eBS4}|j Ɵ[_paP:zЩuDL8,4das-NtxH'KfCzg]w66 #'T1ONŐugThk i6_@Avj!L4} ݇nSv_gmH&i/Ջ=o3%ٖC7NLCZՅD&\ NI;!:$R(φ~ u`0'@w%"3-]0jw* 0/Sik, Ǣk, a \&w(j-^,3[5jt$0nGgdq;F@m47)/Yɼ[QT>fp^ rł8Q|mW_cs Mg 5&,a^P}nٽkۋUiR-z,e#tDVPTY|a ,gXW>L^QVCC9#K z&?]";2 &b\#ow>W l*|{VErE$irmQ M$kwo Z|TONx&P"pvLN_H/r{Z?QËKVõ_걕պŜ;?0-^f ͎~&p]I+%@V57y(Dbk@5;=q"n&s *]X|rM#"2~p-&'w췜5S핸;O{6|q!" ){ι0s5իPZ F#`RTǯ[9nD}S3fD1 6Y3gl.CmF/j:gIK@J.wc#>v|}o=sMP)ࠈA PFνفWo6=JsKGa.jg|);V|7W^1X~q@:9K^Gg R' ߽n3 $γփƕ9,A ']VBM&[Fwᵒ5œB4xEÝf _~QJj%ӬJJEn%)=Z}%T}EpK&Tc,D*Oa.KoHB'5A/EDJ&y\𫹼t*2 !/´/HG6٤6iK1tNb ]dƟyms!%5_aԂ Z&4ߟUӭYM}HU.h[~DzU-'ed|K=_^@@[s?gjg("$M;\5OIsS?L5z"jഹ2)|38Czzh|#r5zpM8u r"l3C"'( 9:B?YjdFr {~%D)noBٌ$U[c_2=Lg݅.9M8dBW!ɽ}3[&į|XkR=JKkRLYY,HL_iO|0ɾqK%:P1TU!"8ԥ;&\c緵KԹn}h紑UA`4&]PB{6m]ae@|.VjJ Nٯ!-/-GMiN\9 MD7^WwvF)뀾'棒t#gvxCDF+Ug{:)>Eݓ½o]UVS*! lF vN^ZcLDaٔ i9/)s:ۧN h>~}4}]\صoBGq1`?ե(3>[V뷝3Sx^]ao_,6]ͬ ێ- Z|*4 -DŽc`2cbx{3o_p(VoP`fMa:I J5ZK.بh`WVzQ@D6(a<Jɏ0cy:0Ƅ0k h3RJ7' Cic0>3$}:=Y"5Ū^t .R&7:<ػ8kj܈ą;o-PX$g0H89@1%Dh2΂k^ ނL`>Gx݌)=8]H} pe86߰H/ew`@j:02r;.["k,7琚T#SMr&)l( y0+ӉZ6Q C:W{SWjXEEyFTv-(L P]hqU/^F@?\OF37-D rry [gm]#mhYs{3| F}1]>V*YO,|Rs덉0Uq@n{u- g Š&0f؝@.J˜_ (26es QG 6lO+{LI B%7U/ƾR@CwxӡrO3̔H|/O/ 2Sz#E%+@7hNs<8 gbE)q i!\#al(|vUh[ǦOW61CBxky'V΢ΐ47)w^4oWjx hsay0%?ȳ)}VAEQGōr)W|[F[%{i]djj6g$(C#ccbrbzګ[?(w)zRJoLIl{bɯ|̫3aTgsW?)[_~hB< B(dȭO"qKY9-bC펩6LJ$i [ k.f#~ uS>[ `G-`B o `{NGiJM 6Lix ؀J @ìiU[f"7i\̌Է{j+DZ(3>0]#3=]8D0/+<Ϣn( FzV[u {ExAS<]rӛMrj%9'5%^M߀[E58fFGEsd?rtI:o&K?LwTT32A`"YŇ/9 3S Os{)fxmq;=!mD]ʀ *QauCSҥ:ɥ‘Ho3%/i㪕#$|y:V45Z|lx>8wư1IT׌:B8v[Nf:ݣ_/QrвtYLXwn6WT/c,t|0Z .ߦ/t؜m١xQLI~̛3g~\/pmI4@X#Bdž 6*I04Q ߄R,5ݶ<5m>0iFLc , !`wPVJ]1ϫB )d<\O,ni/\>{!-uEz zD*Tj  ̵]l(LY>o@m.v ;:׽f^-<[Ljm7egɤ:sPp۱tE-m F'ng0)@[ ,4(ޖ:<_=e+P'[f_z& RG ƾ n9Fl#tQ!r5,%[$bSxp:^p%i)0UWq1nqv6S(.Dʑ0o׾g`*;末-(ާU=>!p%L58^oc˶#O|osGܗ>奈O>jx2QH~- -tKyB K47OT6A u<@xM_Ej.p8 ZD+^jN fHb|;תKq0b_V˪`d@_.F;7z!/\$#_\]hZa&=q&;̴yʥ+5L,?ΤA ,2 {A ߧo: KWٔ2QR0>!!x(ePW|X_M ?3%]ڥpls=mcr7*`Kv_1Q5bRn.YVH<Ƣ CTyLղD[vxrjbѲ<9=-ñH?yT+mkB@_eq^W},䵟 MUUZnynśVЛ!?jgWqi2($^[kG3W}W)T&qLYM%b+&N]J֐ ݪAF0\ Sw?n6NKIBq(GV-r8k qA_:}~Fx p**|JwS)fd9ągo.sf..8@V_@řwQЭ  goY뜉慅;JT) dr~cO ֬L U_aT3axx)9wߍ̿gU4Pb$KSs68~!k`Q~OK.tń>Z+Oi.ǂ|RQ/xpgʸ3ZHk "t36l-Ok6tq>pHli {^62VTcW!hsBlax :G0s&J*HN Β,ŒA.2c%ai$#+AR/]65 co){n|ɥA"j{0:pH+2 Y'oM}6(ɮ,ܑ4# vu}M^VS$/E4M֗T^}+[JͿ;w؈c Vف$WԿSEZJ\:~;sjZp#vqp;"FN P^K#XUT4yi i9-a4hpk7/Ňc9@Y*s(%i>7E&z6bPnb֓*My2hT#T/:hII{XmT=I'1gtڍW|̔,h,rUTSoB i,`BSq)xZ~U bMsG j$rhRQL1Rm3EN RGYZ)9Ues%-x ~}[f~1 \)]],?)UeIs/{Ͱ^w_%k K&f|柅2d\DM-,(7)hzjP>$NG*]qu`ǒ{ac" $[M 02">KbrՃLA 8Ѱ5V1E%V dz? il֡8ܠ"_ aSTj#~:#^cmgWB l̶8O[0ʈ'hclouʒ{zU0vwfkJ@K43`=n+ 2`ر#$_Νߡ7@}D.Ip-/NNAP5Y91ye3!Ǐ+ӯ'蹝yJ]U$LŰ3*uEt-|Mn:H5 fN>c]Bor5`Ojb [xstї 4gՑ^ %部6We_H_<-"SރwUN/dIehF++R8٣1:{ىlZBv#}(RU#s Vb-ƌ2c`ϠMų&`]n;  Fƣ ޶yFBZ6P3Ummm\"[cO߆Fa@m}{,Q %͹@ ABnYW9k3i76`N^Rii9i¥yՁf*і샡9oq1(I7Fu03UgϘsIKv/eJ3̟WqU\,Ê~F.cٹ^ Xuick!a0xiGV!bF.je+>q\U@ p5D0 ?ǭC$頕%Jnw$DuRNk'f :S'| uwBbiK_8x5o 89 W>Ӿv4`rKնdfmXqq) YWwg|,gFu=scvLkKCg/E\y6+UύdQҺx>>G3å}LjNzz0YtnBd H ^/hџ>~~3,wš9~X4atyi,#GQa|^\^cN E? &7P/^ -tv( ޿YKv29Į.6T+7݂PZՖڙk}pǞ$aGci)qA?@ L<:޺ YE#?\,/Bw7cKAC~%8P.&;q 3,px- ;2XPPыTA+A7a7td_4.ø ش<*z$ RWYY/Z W=&&^D|qMMA7-W %{oFTL'[rm (䴺?*_#Tn* # sb,$Dr0PT@yR?)voBUIpr @(ʌ݄FOWjiyd@dPF*LxAP\4zct&09HwEpZ!ʑw2݈s z>Q_7Q:?/"rn,I c cW#$GXyE +o>W@{4t!=iQc.I4b?)fzzfd*iLnL {6:#\E3R𵨰n% J '兮~Ϸb[tvKnk\)5eyhZV%1,G:hd,΋. ͍qڒƟ(}n>:❶Bd:Ap\/@`b=Sr?] ,GK^,]MҖD/\Fw*[+0 ז_k%=?,F|'] X΃dTsôK}6W;aNƯF j$p9㡙-UhhLZ<%U<8ͮۙYLto]-,~@ib~ud V/Vggн b?'迢BTmt`w ㉑G>4 ,Y2)s326B}ll):5"2pujR~Sg IX1)" "eڣin{Qk+u `RQK^zrl3]WtuxR12u&bhAZ;I}  xIO]824$LV'>7<[RN;u%%yxK}ci4n~AlJ>zKO OȆ/nlάfqvbTJ1 k y+L𦧽AI(WuWnjsn 2C̃Lo}2: %u޺NJC1߆nm Ajvg|5Vp.f;I KApoCq@'igE(jS ;޷5/`H[g};=1B os-E(q|N)1e@R$%rnL־xwVA{z#' I'$J{ =YoF~vQ=pQK2<WBdub}O=AĵA]ȷzSb+<֛:;tVD LIzWUl1tV"lec;ӈ5yBq&@n?gY>rIkS y( _k$Ԕr:͘_Nj]haBeKam#7YQe Rlߍ˖?ln%ǘ;h:DڷŜQb`Y=a 4h3ERu-JݳX ̫˳]4;hP[1b lmu"A b.^⬒]"GK#@n<˯Yu&f!'S X뻴elDq4 43]Ě*Ik"׶N̓W\4 (xG8pU{^Ahh 1:a$u2U OONoBF׶<=qσ;U4[!ps_Ă  ow% L뽈H.d䕺\= =Ip1Mv^j5r T%W)b8jm_P;2v.ȩej}{mO}C>7v^c :;x-Lƿ4{7,{sk- IcV w[Tk #|*LWd{?˞BR(_y BkJiӏ)pz {P]!F4ߍ1ȉfM4MH3V-q{ 4wuǚj6nkQdEn$Ǣ_9;LNk(Ȗ'H l~(JN@n΀ An#zǣsE$lޒ |KRI>~WS=MBL;:GupgD8P0I8 q٨^ԌD+l4Lܞ_\^T1w8 6}ýU6a{{kMJIIжuH/99y#-n@\ˆ"!b">\ܺ'#Ž6j$?}sdCU6Y d]AӖ$3oj joQ2M-;-0y`/*ʇ^ 9RAWp`+Doa}/8غSHህFra ٖ^i%JK ׹7]BS4 9/i{C; gtG4i?ڼ!Uf$ ?Mx:H/HܦF{U(22srPDxC:aiF~kX ]YѠcY -Xŵ"uBmXBHՖo{#WncTo/kl_B:%HW?"j)|d aU*!M܏TߕWJ&O7Bs r ?Siׇ]Q$_GJcٯ/2BF /as|SyPġ מ;0XAc BsZߋtI)%㉕ 3.OũNJNGW·IRn%7 *yRp@CUA:;0c=X7䤮[hws+Հ "Ev",Fc󡺯94iYH0ٵ-S!1(!yescozK* ;)#JuDQ}oǖ~*eN ޮGuði1 "r.a {ibcj^+5&D4t˲16.*ZkwN0/d|H&-jjE5Ýq,DVhLWPSWf.ѩz6Wíz\MQŬw[ 0Y\DR~UCh ;XZ9F14jReӀaB$;?[B IZI`~lV06BtV {ހC0BbsB S\g)KeCCeOLtMq+W Gw^,L Kġt|;"cC 0ʑ?KVݞӌ$2Pdΰr|}oIE|o-ZFD <6gg<"PD|ߐ7L|q8Z$YQYDH5S3sϛY/7̀.OXVu=utH~_b:PЯHptn,P AlAM] بzSzҏNKߕfx)ePNrދ<')>eə=Kfkj~ޙzi=TFkuKʹR0v0*/֍ ~G:A#B6~"8X(%AW{&W@"tQ\rl"1 $+}WzXZ&jޔuD(aC.t$LN|/ќ#TUYHKs94ޏ b!qۑsِr%5z9L&5Rl5Xkř[9 x[!Ƙr8F-LDOG>ZͳC1~r]7Y`g7 FI8ЕO46%0cCLB!G/v"LhԖPmliYeףA^SmzBJ[zvOS ل dwG[%n(K 23rHAhjU>Rz6V7t@V7I;"9'tI1U]:WW>4.}v:.)8*b3}!fO8 -#>=fc;بEK"٤܋JHߗlJ` ^>Evakc/ ~hObZd}ےCKr%ʟPnCzC+ !> AyjɎy4łÊն -SuằޣZ`קTãhrõ0 Nn K}Oa: (ʼn_UYZL,U6){[ZߒTr;ՊZoҦȆ7{fv{/ٺ ݔ`f@]҆`ˆd-s:0,Mnh9O: T%I?ZX45~Vh7= G> Q" d%m.L.g!AUȣ=bm(@n +)ly|#v Nw~[d">|A."".LJC2 N}LD\udr}{\\l!v԰&λmT1nL990fЁgۿ|l%} !a'"ko3)UKQxQDgO4 &۹Bg[bwl?P_ fmmjl>yp"9 j?Ig)OY/EPKd 4sR*̦m]^ طef 6nNg.͗-liQWذ  fFb AYyoE7X +xJ#*;hv 0!/>ܯ]Yy8R鑩I/D!IϜl 3PO$jSq:{bmD\洞;szӘsRyGvno ֺؼЎ@o+MyZR9FpPʓ!:YM!K8xfbVJ@ў| 7n5G/JBD<(K`d@RV#!wI yC4XugHC18.'>8AS˞L?MO:f. zKMm+Kǩ jV,χ+W\_K0UGn @"=$賄i : vIGu,J|ۛ!5 zQIEiH){GEW=OBfD!ܨzO:WĒ)CLE.\$}DgQ炿ԝ%T F%Y|{Mɪud~RZ1)KJӻя(ƃ@K * ݙ"Ll0 C]vx*iN=oص.ZCR=9 v -7 eQO nOιk,8_{,9_Giq&B$]|6.mSFA *ubzJY;ާZ7>s]rRXØqHގ\Lc!g w'<]FӔKXlia>@ÂWT}-1d|Mߠht~}7ȯ~5fiTq,%DޠVʢ)`KGYڗKN}[0nF6;+9>7^Dc)JL>PFm Xŷ Sʆ4 ?eĄ.59*5ʹwtm(n0 A0Q: LJNiLdc5\cP ')_':'Ё̣`I͜z .$4  .|9y8o +zIL$餮㾺7E/x̓Y7Akc,փ_ \ O+fRL(bYO/SR`%Fꃔk1R{2xIzpfr' VxcȽɒcrPPD۲^)v|2VTar7ِcRnrp2DliaK5XCO*`J ۸L%>;ZbrNU2&~6_cOvF8O(Tn [DhAx/B֦~h#rtVfEgoq1C% :ӊ L \Z麟 3 m*iL;m<C-B`_j½r/at9;%? n:.bĩpv4o IDh ȃI 3 ޤp+ -+E q;bXŇh9< ԤψWswq8KfHI"vf@& :B d2݀"8ۻayp,85NΞoL$q*f%=Tx/4'ha%))vT\j=4G`T3;\%NR1o`x, FkLmzNsxM3mB24`i"w=1g}7Dhm%+6q32A2nt~o-?p +EB^>";JC4gT\Zsߕ%NiG݊ecUwZjϯo*}A ЗUkbݘ p_Rd<ʰZ^'|7oßeLGK}Yw O5zl;LTV1TS7dnG%Lso[=J) M,ZTGx͈W|a(n6כ{J4["Z4veqC3#LT X% ;WlՋ:M-'?G84Q1.+[]Z+Ǘr`hC8}gQ_dQ361$E֡ڔLa8t78!x]Tr*u8_nW4Xg!yQp;_%86$A3Ӝ]%~VM.[1'"OB# ~KG2Vx+G;cAUv|y}6XS!5oI`Ѡ' !>)VՓ3<ٍ|6Kg jK|S\HgT$K ko/lh'jzNYj;+N,b &6UBw21<UJ'1}Ť(}ѿeytfנWD*W@2PӶ\1qQvii%mU%~#(Kp ,ѧ&=c 1rhPJ\whjw(D>HcDדTW9P+Z0Waefmྔ]l0ɠ_k+ gbH`ǚ~8"3\'6%%'Q;ʗS~T ەf#T?6h@zM\ú[''\gc}~3{$$;Qń%%Z%5to] 黂tb.DgTy 4~Vm}Ԟ"mcyfs4ֲl x*q9hўR@m6jѾB%n/ص0bLVm5}4UT`@'XXs (mUQ~'P,亨?aѶ|~ }m ID5EM4ĥ ;+.<$ iw݀i= jBA'&: C ͞+4M.Xq~A GCN-S# 瞂+`Q 9tdZfkXG0U ug(]J+akcۂ"ЇȄTԴ8 GQMwY$\߼}SN2e}) 8պ)Fxl+k{{@ug{& 0RPjc8=:4PvqAZ9dgU8 X!|'0f;:$/;^']BF%[fiIܫIqYZa$ lM4Ɖv9ziZN&lsQ_t=u% odÉT;*PT4ןWsQ\֬/QWU&grβٚYWق8 URmjHy Xd$ OgeX,E@=#&A]tۺbux *hRrNom#߼R LSB >@vՊZ* C:c)8üZƥOCp'62R[(EXsC˪÷jN^z>fʬE&Pͣ?z=Lݨ)h î?HBpHqӰYVgSx};F|`AgmEᅽ&"d>w==IG1Km`&߮ڳ VS- fLM;B$vF\Jբ_:>..p]oRh/32q~du 6~vKeꏛhS]/nl 8ObQ搟c_Ut/xf_am"/.wcرR V˿XR6Ig2*<5P)Gw LߑW8 3IR'n4i. ;.f+Sq4:w`p}5?i6̨PB癉_&"~Ъ聖Ey2nx% {I(rT]SΟn&M`qپ\H \82,m#<\ z:;c0PxVOO XGh+L&sw4\nTf$L(]6"ܭy\)T&&sTPzDŕ\JGk6W ~FE> )W"Nel bKPaү75lKL.apQEy`z )ia ")nP}윲`M,z&+OX=>WkZ}< 8=& i8RAۣQz60;^қow7)[k.DPc:̼sӃ_2mĩ*ܝY;=‡: lZ=Td0A~Nv?;zI" d7PȮOFŏ)jq>"\Ge#(a5bi(ܘۇ=}6R/:.b+d"p~u".Ϫ`i/lQntg xY?1[Ehz\#+(hm=/s[kMAS 2,ժeKd![b b|ajH^l:s f3L4]s^m*[5QBډ|8tr%L/6܉XBTp ^NNe v'ϒn$ ڼV6P=iA &qΉN^v]=g(7Fd:.AQ&Bk%%$ ژ\dS8&x?vG3qE3$܆^!꣑ĩ:rWbጲ8DŽA*84601ӼtHY\|FޔA{P 4?-i̳L0XIq F_ή.4Ox0D6܀?1I1ߵ`ƢL*0͘l4"ڋlpvs9\hԓ^ SZ (Z jՇ]aJEK@`˨.p>99(*cُ84iQhbY/S7ݲ>-E "q< @mЦ}D5 IS2+WDU_d:݆%4Ub9Vw=E6 #@N*VAW[5rej>I*/ذUw=a|+eܶ2b-mO0]eEE=CQ g',{r9^5C[')uMrA.(k*wzPU°廤#i~4k2jؖӷke\ct b"7C=U˷'>uɜova Vg.N+*O]KqWWVK8lä́vڋ2LߝFvC\'jгpﮘ[ˑ2xX %s ʒhfd왃pi 2h&j߈%b<`%3m;m=>2K&:nWRwg7%HA"V^keuJ8DFc`.I!M8R,9^>A "縷 C)j6I1F,$WOa,Z rX1irtL ï{̄{N%@60^:";RJ}i'RhsBZԾ>3H c* g4n.Zl[:dT⎎sAr5203VP!]n?)RA`V?'L/fDEDNQv&0#<Ԡ\˺BzKӐ7m"_nnBq|z:ԉnG }0}D?{AUCog7֪Q㮋ՓAr]R}PierlNUwC4?OMSPhU%5 ^xTx+wBlU`:CĞs K Azn҄\ȚcQE唅U.{G2&q]yrdVZ 3Qf/RL'Za8 a>o +A^'RVW2ܮѲcrF9oSt,TV2?2@iEW "P2Єsw=t-(ձ2QOc,\Ɉ~4?CZgTBCH3MHr:M(N) /H2Q9iC^nPyI8|o-r'snJ{`Gsm<TTςr^X"mw{֓THQ=iot`agv -`ܓpHLinIPOSgJa`B4xo.(Tg„| 0 yWL,&޷yD \?ܷL_IUi%%G6erXLy-9B `C ӎ,.ȾVf87y$l dyjUZXMv /+ ?XV!0; ܘS.s^iY/ׅ7$ t2 {&Eٷ)9@$/ۓ4n ?MN/¸a" 2NiS7Ӟzr LQfYl욄-GKJY[R)l 8[{8 JgYN:0hthSbꡢ[Aqi_jQ9뗖CtӖ0/Vs=_\5޳%{V2PrS]gq h#C*Jj-#Sǐl^5".^mj2i, c@֖yÜiq*Uw̻\`QI֗sI8%B&xjT U}ugÙ9 %ȩ->px'u!!z`r#5am,?VC Sw(هZdFuc!(Hnp%ωJHyp'7 ƠHؤ;iR|/YmTIz3Ә$< !C,‹2 jȰ4FP`xeY*Ml!h`\ĀDZˀL^,k8㛡3}ƶ8 jvP4:5`+g&zg;P!vJ;B:Q y,l,Cv4]Q^%kmX?dQT{\#_0(M^"зO%Krn(rdG&Ϛ&BYO.äw ehic.0_ 4vhCL8iդF ӑKFJj:w٣bpC 2MfiJ8:о{!gԳnQ R5tWNd49R Aj[~<iHX 9fxR?U6{3.N I< u"QO^|>"ާKٲ?͈ Q /bμىXD4p]Ǹcwݤ I 2׍v1wA/O,xP*f(QL{xĠnAi"~>'lᬩC3.Bp MkVMag O-">qvG"݆tF0qʣ/{`GcS޹.a *Wsx.&w冃癀Xvd܉`teH% :<~E45pLdwJ\k`S|Kxij4s:=*E?,JhwZ_K$|5hq7kD~sKx  {B-0h[7_c v@1Z|.8q--!Vͷk#nt0#lIop ~ m\],?UY5[r73fj(`,^_$W`IoeD&;:R2{Q%rxX& B+a~f{ʠ̲IAOO6Iɔi 11Eeߞe*-BF?#)-"-"I/0f{3KN]8H R(rۏҸ\Zd)*ֿb'|zצmCyyT m%'}a͠ Unsww1 ɴEFm4ˬ7@߻&u ǃ8Y ]bQW!j(V RϗE_ep*c&F7 {MK4}[(q,#m/BYn|i:BݛMwuU;Ph5ȇN֎a!.Mh8b{T ֶ=8<@}̀X:c>y܇sn7%o< RUr /y^O{q_7,ف"2:vm s7Us2Y0\3zkb!]j&1K s1gՑ?{Uo8hrgnw5./'`~wÚ<;7ڬmdDZ>p#kCg?6Hu|s <1R\ ۚK>Xs-gՔ|&Ifb|a+K m\5=D͑_:T='[2VP} 3S m&(Y+Ӽ#ډQƀ^nqUo=֋L-1"DhMpC"7=kk c_){|*o;sB$Bjf\S{ .<D^s͆HAj 'LwzR8 =d/@ʅ UtCA{qNH+taa_@]R Q ԺCkzJҰ1qM1 RE ýoi1bNq͂ƹ Fx-? H Gʕ sch e |Ɣ|})(9/!sLP}+? ?diߵ31`$䚉AѰ*6lSj::&ClH' 2Ϙ-[ǢOn^TN/;MZw/",Skﺣ]f97q7]Gl`4k$4=`x ~] Ϫ{^(/cYяfGmjݺxR]$u=WSZL4.s04 @¤*QGḥP%_MPR`q\JD10]|ӮnAKLǡ# [e _&ۃhǬݖ@9] X%g vNl3OIwh WTG2 HU1O9(l~5GT cis''ioT«"Uy+wTY^u'ۻ_71YL(R\zB  %DKש@VULRxٛ^Hn tuWaN]S5}bwmĕxu~9*{bS3ɚ Oǵd7%DSBoCc@OM/$t~͝[[yXzbk %7!s6aRZZ60YG2RAiU4ߥvK?}Ł'N+- gO'VӒ - Q6WuC ֓I a10$#YA/7a!H3X_5bˀN`+M2IVX :3-f9бPLqMjGXVﵖW2D mGBDhn"W_Mމn% ,\ĦXv]|KXi8zX5t/PdBC0sZ ?$?c@#\߁~h6]T^CZ_t <=jj A(1ƇӜ?U((QŒD!D5@b?sp6~1iءa" ߹):[FL{5M̸tI"W&FJ;"[#%&2N >gb d'; F p-7l`! BhAZ%u ꏸ_J@QaC֦צ @zK%ඹ`w҃+3 ƒG_no v"8ea u6(""xljjeБFF&hNf0}gݎqÒm]_]vϖjtǩ<GyT[Q1?<}1&L\&܃%*<罟qZ*1x_{#gٴȲQ!hc8%vÜzio3pЏN\7ߐ9 KIT}% 5zSpjЊCRlD-wImjZ[9`7KKT"*Q"R0"C'vby xHf=fRHnvk% PA;K>Yd] !)RWw Yo&<1PzAo"<8g!?.x /FWaثU#yQK1 !ߛX@D_7!.@uH*ʁ)k!07+uSC }7v131T(Ouo{smQRГPY nwO7mPE(z͗`)yCs1֔$: &2"]'`j V*'/+j['1u|ġ^EL!͛6#uMn>YlR} d)+Q@mK_9>cq~gM?Qs9Qy@&"0P'1)/aϪVArU>)) cvI!,86CS/T~p8C³%.9xuMzC/sH+>+^$;㿲i?a"iR.ps_`elŹC $T+<-"0SbS[!al`Z T^NT  ">^, O M i*;7pPN)n<:ZIU[I>i0)U:ףNQl5Fڠ.{p@֏$/|g·u7J ^\ 9*,#MU@TQm;, &v ,O!=`kr(5eC*ϕ9!$U8U%e '?C.a; DLTȓa~w P&B u~?=P .Q=|@9| 1^^HЕy`ه\(ښuOq|Ͱfѿ,5\<Ō[%+̓VhYKtf4~nDЦI1M|seE__\x<R6RSB߳=>{nop3+v `1Ke2"$XkVXENG ,0T$+Iʩr$灛6YK hw)ƞKEp8-/V*kӣ;w06o@( b>y1b`aH/YK2A?(\TǏ8 qfe+\w(%QDjO ;rP&9ú0ȵ/[#^p9'=ov}jyVuo\.∂\3ʌA*a")9e_1z9`MѾԔ&0̈́BӗPd|)-A>2=qr\.샪s3ᑱcBv u&U=ܸ΁#!p+k^'. I$Rm~!J9N:jMMδ"-p92¡zz#1# i:i!|.]5 L\ZAa=-E,@aA^U g!] RjCDۛ\Q!ا. P+a(~5eiltITX23jW$^}SxCfi8nj4e<XIWjLD{HFW"R&n a5oA9iS״]nq.a0O˜y~&jW3p;܍3Qd 8m1ypmFYI08LV:C>e @z@r`ޚ]txil1ԜR!ӖXڡA/-;OL  ۣL>\s|MP:YdN)NY>z14kYYyK oJCro,]Cjgp&B9ȒHEW-1{s,X>Lw{f"= UA3u:IwWT\{[  )9/iʦW&Z@sT#&: s aO2G$}mg #!q%S6~ ě֭m.b0-d Oe<)i i(`WyLr}`]Q<0ר?]ipL ; h۝G 1ؿ4kZ VS{7piǽxC~=~L5 K_繍)*STMVVeP)xA v"b_\Xlb0}bWic~zӅN23&+/ӡi@^]9\c4SqL'25ƞ.Ay5*ASgT{+R38GZc2Wu0M$ 2%J{:%rpCJЀfSS \ݬD(űs??T}Qm⡊_) ELցe] mƠOT5%~jL^)+P&-[D5)ǺVaak(s]EU;FY''qZ$TՐ͟un%0?u@QpTMuI"BZTH)gÍDq#$fBlhPЅa؊ŏ˄UC:œx51zl@`t}4{ukhTDo͝6E^,uEeJ?"Ce庅Fc:ĺC@#zGvJL7P: x)7NVBz#O#k7@<$`Y.\~?gBJXfhxse˜R}nJ'pn|ň̗[hԴQJB8+PQ(Bx+ֱSL1Xw\:Z=s!{fΨHt횧cI>T ) q6~P;qCݚ$EZhfĒI'-JxUܴ|1}W, ]90}F;ޞ@~ȦR97241"`ȨPC{*>}5879ox]YU/? yAQy? 4:Nnƾ؞T3f:ꏟ#T m¢cX6I􄎈 #R5&XzSz EǍFFGpgHz{걃x)ms)Q6s8\ajꅦr|V+"-?Iӆ{<1BsWFW`VqX @ CW.I&tI43T`Bd# m骢VwX TvXp 1 dtG|=T!^MpNU ],"" K:8,/oɃt5i/"0!kqG% 8zn ~ۼg)VDU!JIy%Pͭ3گ.:Ҳ'$-aTN"R'oчX&@UΣDH🟹g-Q]S{Q[2J6İnm+/M0L08UiP#d$HӜ S}@V5E3]tpeT|Gz}^;/ns [vzFټa ɠE iD:՛rzNb !G?}Ăgs<*wF8L4#p3{ӾW]:u;;C4&mycIMd2G?z9!1YBKs>B`/7FR#}e: #$ώ)|ɣٷJ>'[U>/ۡ&/SN{i? u aO j@V;R\VfدK5nRh(tĩ2 X^J߅f  FQ&') +">4cgR&8b+ۯCJ(í𖹵Lz PSMj2Dh*Q_Q V?vK/ôɱ][ .Y yhHJ"hΞUEc>ȉkL$"* (?ɚɒ,ZTbt', QDFjʽZvx)63A,vޝmµYcBn8]l}<v:bG^|^Yʊ,o0ZW~)berc;BrjQku |툋hRRV?Km*]-=(xBvq@(UԝMT |G$0ڞ15t\~ZK-+2|dg Wh|yI |1nͶd@5@#fV72a1BSE-ٮp5 ~6BPM!_RcS7K$aT<|=LjMkV֯ ,!"~춵gEvxkc_Be0I׌25#Y=dvL34a_ o^Ƞjij rPD:.b(2LD-ּXߪdes>.2hB,)^cmus>?5?JgR,7F!4M[$o;qOeC B U4J1פOTuXnhO}[= k<2A,oʨ,->I[hoÔ`?᲋f-ԗͫiV;̜OL0VbG^}0,x[W&ހVzX2lmS.F])&Ӧ|ق'vPya5@H9 $e?p -6:eQN;>$ZIa0ۀE`wIbׂ)jwfk.v,\M(|;~Z+;yׁN ѐxvdw kC`jݔskm <ө&p=?uz}9Cz9X7^%q#EmWjY*KV3I'.w9c, e꿧8f)A `itL*ItF߀;TqhոFA>oQ\p\KGDR"߯"k5h",$n/Ԟ6ۮ&S|mNsPѨ}j/|c*3'˄okYpsUQ"z y> d7 ߚUgBn93f(uI.-VX .PCȺ:&gS*hHN&Oc.j ת =d9S(x.I8}c?lcZwF]!q1ky^GEUx]*қv̆ n)rҁsj$o S̟&Is\S 妺WLee򒞫 wn/ ['. ?(`C'P=%J4q/0,)(1vp7OIYZgG ɰ:XiBL駜"”d|9<^59~ [/mgebgO0q<j5(aF% \q@n BVҶTCҳ]WNTʽU"1nV9=;wLp/""?T N߳gDB6I BT9MiR7!dZL/ڟȚ2=rY -yT@:`9yRx fS?ADĂ !STN'Yb?ap3fY ~O;&5(xa袱M'`Jԉ-Zy֫9 !U FgpM?Àѳr-dMWK$CcEr\loKRtnU={c!k-?>2dzk9Km(8a jVw$fPZ K}r Oa&PQ͎pGn[Ÿvb]W0\g|sDYe\r+N/\٪]̍k /XWvN} K9 0^*Z)xg^6]eBN5.@TIi)Zjy9ZZ@񚒤2cFA;}o_yt7ey*'O~~ZBl`4S+I;GI[\bH:m= yz͔ J:p~>`"1އ7,~mZ3G[;:߇zpY\P"~G`[S!yz5iL)SOT=R#ŘzD썸o2ׅD-ikP{-LM<"ќjO=9ƚ(2l^S81sN֎wFZFjjebaӧﶺzJ,\˨:"!HFmgk}*NI*%x>lF J{u@FϏV֕oyU`B*e02v!]IW;8="/4+^R!cXĎʓoJe ,Rm$qr|[kW2/${ #+̞c(CٻgR]#y@Iz] -5{Ns ܖEs[[|뺘FVgjJ6E?d[G#?mW%N4T-s1n#C% 4A}}X]E@K߼ͺiFl.OO._G̯4Mv^i!%&-"zUږS[zl v3QR2jU^&EΪ:q*DF=NV*;/@?ppp .;>.F-4@'faСG%_aRh#3g f#NF' E]惦y /qeBc7u6ȂE=b$G-2Xc}^˪P&inc1SaӖ;mK<)t"P {G|kXi/^@2nDR21i/@`E^'c)qovwIWr%m{@7B-M0K$أmBCebnP1O|ε#H<6i9~䀩_U/\ԥp $t4=r}nGRƙQ )WV/*If4QRxqQZגJuSJu"as}U"{_ȾwrÚXrr2ԶM_tbE4~̨6g(L|;'H7=IT h_bBuKi & )4b_ũw/1 cHs}[j׌:$gfꕿVRRG E![B\_m _}4M5 FϚ&IpQpnTR4Xx7_P3[?lr!01O+mdտ Nu=ƼA`۷?iQP ˝Z(ntq\z꼦HbMQ"AQᖆ0ip!Wh۞;w4o̭uh$$]<ϵi1,.#uSFG{q}q%FH1v Q'zSK(*m UڄLԇDsg@6U1/R7F"Ea0TA KtA/S!9k(b:k#DUTYrv+a?gRܠ浛7JA-ORÄPG wp"|𺳨6gĐ*ˆ3AL[ť9Es3>ph:ukAχ sȧpJ ɗГ+=U;UM#;t/Q#!% mSvזF[8Rצ[ b;sj fod]ʨvtK_Q}պ_Vr:SruR =&άc[~J,0sqЩ~ͳ@VjBQĽkrUi#wƐDWZwS ro!?,2+ ~ R8_H=K64v%pbJخI4|w~v(iQccOeصbOUDVY?Ή;1~衜Bn𡴗U5UxT/6 SK{@ʕAYQ 1(g~6h НAcͶG3PzyϢ!1HZn+ #&201SnwP$l_К|p\|#h3HwI1#iwbFR(MTnE=E=KN`(,*4`,}{]Zpq~nd$gs6IiU!`<*ō^,:|DPΗOj4Zg_SQ[;GF5!qswķaJOW reca1ީ1=M۴5X}PiɠLnv$X+pMayl* ZDg8 [O0:z+,?;uQEƙ²vT|)Ѝ3p:hdV3? ) "NT;K gLbM* =uZ8J]?b`yp ZǦ]W7(O(N2pq+7@oRq #}9.P0ʌX ڰGKQ85R0<ީkzsR[k$]azDI5"'9^Z(*ǃF,S$_/4:C A,x uhhD-+z0~c~1YxUh$ZcH3։/Ѡ `"Tuѡ-ftnydA(յɪ4M3=ZLhgXΖs#Oz~7FZl~>|L)hUV>;#I[ř8gEܻ A# {_.LDԹAx^Y`M-j!IJ~zpx?”;zZsd>4(v{iBy?R_asͶҟ{GoB,%,wQhY / tZ%|3 o1AK4,xV QR0n"_6٤CFjXMtLI{3EM!oA[1s šbSrgNP&r uDZO[#ǾⰽEQW* 4Cu1Sre"fzX$Dca@q]E|-t'#cXPakJZ fYZ\|t?rZvB0m-:#ڴd=&dtL~ouJR/gPm36p犘HQYσR/*}ye&\Qlxjj)j%C:Là ͜GՌ2L9;jul#YhV+q']f$,wO7_2n$QBwM+txE]N[|Z~b%wd!d{22e I"^Fࢀ\AU M FI%eks0UW 0q_ΏKndh[o73k{=uzm%qO[a[0SX^mX^_A\{ M|3B: J 45Ӭ6< +_n']v$Qzovߊ;!ٲt;!o "CRį~+03&o*?ʜb/aB$1ԋc0?J^r @蒨}[kq./|:.eqt"n#L:b;4D3϶_S|Oe5[zݝG[Uo);tG,JA7Ζ|F7Hg Lq9u`]Tsç eX@9{g[al@|Sq:/:.6GКw~M+Q.HK(*?1&y] Xy [M)Jb;N+=X4DZ G0H}sK_t58@3(tr LN1J z.cUcAZy\FFA6%SGdl@ Id{}KOMrkdeerLJʭ%Qx#pKeQ $ZƤ/ۃKrKu{/uH<_ǴQCѯJjc)BSUk_Sk({P*+[j7=MjB#\^DKpH4_γ 3]x:rcEY|xjRO{ TY#h8Wzc0#% %4CkFj+9`b?2>t!LsUc0} 8ųrDQw\c*?d#6zt1KmJ IJ+6d{EH*b)JYdUce&hj8ţP&r SXY PwUDȲd?Ō1S$ן0~s ZhI_TYz4rG (\%: Q.{pTv)wv:2MV 2-,,\dt?%:s0zQGFKubC.0&zx A}`Dpjdx6޽ t|6:.3x,]|VtȐΤdvOyw4d4%#:d ?ū? ^mv\ !ue^ȁ O^X1]^09s@2!3mO\UeI癀`4ͻ}%blF4 Rږ!-xEM S܂/zpk/o# !R D ;{3=X(H>A{9ⴌQPb"2b֐s0gQK]CBb‰a;%ϊTp/rv/--7/ڮT:gjw ԙ_UqѠ 5i"7t6$D[jcF.Rq[<Bvw ǍcgV%?:gKhm1ѿsɍ7;w4gD[=' *y[}*ׇ4[/>gN涹K_\|HtO4Z[>V Rq6ՆȀ-sEQ=iPm:m- h_L'yYF + bRbT+^]E>k~пɸ cC t,Xcʊ'nfnp4k2Dw3`%$ lR lc{`Τ ـNR͔ ZУJ?DŽl*231^"6-`w"2Y!έ:(ȫTxX8b_"x * <|pw9ҩ ^]Am ;Jк&3whnA GعdCZbk :OYhF6Zփ$Ș;s [="fʂ3CdGݜ8wPvOrsNVbCQ%r?Z2h rnE[ H ogP<}J@,y-_VNj9:GGwKB|; vzٮ┎2n Zrf?^O󃴲^_r#Ea!Po~{ل=Nk7(]7iYHtLr_ AoȎc/(5>By^W{Vt9 xdO=hVv5[n垗z "\k)B-?(% jH|#!ڱBzͻu.;xM=(ˠ C,T.tٚYxi:wxI92;R(?y:YRUڕCPOMOK}]96Ad0KJcFu^b x#{0! ٺ ve"3q+)Ѕ TI 7mUø_T3 o|x}Nx/:SK5A&>#0i j#!H4|KhK4 *^ir*4*Zb k6a;T"^]o#*ojgu~I`cv>!?9~LZbuX˲3ewokKpz0ƢM,sO~ߪ9ҰM|5 |6ౄ%D60CrtA|AѢsu%idh;eu=]hڜr% V?du[wC$۰4Sj?%/o|)ʖ$W&.Q*:MZ,p $01yP;jcgEss. dYKZ8s E}-#} ̜ԄMQF2x-[?+ {P[ƾ8nA v4}? tm{ {&_4"Ә:4u+2EYmK9n^dI&F)4.v,]q1CU!J#9GΪț5B=cLy{eKp# %"7;ʸ1Q #SiP7mI0"虚 Z̍ KIN:0";|HlBP^rͶZݠ>lXؠCKxuS $Bw~AIzoeRtOq\?8a$Dz0\ZhL7w>|U6+2+EWp> L g6qu&|}*돗0Ew+*dh$Ze%tМHsgKAsRԠfYU RYҋـ[t^e68P@GsBz&)eg4~.X!֙k[I[Rss.8PDNx_/a+#'d(f8;3D:i ]ҥB8WPŽV#=h4qYV2/CMV0ac GlJjE%+uI+ SZGT$~DO0lwJFux~Go |yZV:lW]p╊#cB90圳7(Pq R%as~-Y0=C_4vHpluS 3ެs7}'7hbv;/U 1&zpR~y?&xT$GeY}&W[PDzJ -v0R nf[>(!KoJ&%S@Ur)՛&mA8{ YE1I$*3`?C2^O _o(L[otWg~x88qTa[Ksۏ=\(1cuGg/͖`p G CqK2>OO*}L(mOX xNR7m%PT0ǒ4ކ쭵㾾SGg vvۋ npA\C7J""5hx6⭳p6]q&n&9 (UbaYu>=$Ĥ=Ȣ Xa]56:y*93t%;VCw4N_ )1ШcbFMV5XIKbh={_1YvX?ItX[2z 3~Y^U8+lu&.1leS:rĮO$7DZm1oyeC*O3+'r T謮 _FA5g, \.8-5Exr&8h16@I*v60Ē t U/[PE#r$}Ĉf]Zbq-NhܤxYKo,+6ǟC[=fx-}mu6߇N 'T_48tlQ uЉR*:@oien76v?]@\oJ w=S3ρ-A~*r> VgF=lMa$yYg3ֻrśˋ o(ςMtٶMJ^ īڽ^[(78uWrȇ bCN;:\F}कƐAgmfP9@ثKi@8׋(`{msx-*e]OIvx)HLWoM*]Tjꈡ42Mx8 jw*l77'GBEna'Q)S:iLVbeBRXH1]#dCwy*gC=iK$G_B*T7 UǴPL읝){O6 EUҳ|.3 2)>Q ,i/W*&-KMX(f]=#Kp͸;b=f]›l֢GB%;0j?>KT* AԟY!Б A:bzHdujً{m#~'Rwy3t(0rbL7AUMԵ`P㦦L.ŇgXyqtH)8O2G]}R 9lmo^Yll-.L>y(xͳ)[&54e('ӹMm&, .``ޡImWt \ ^V>LRfOIJru,Rck{ lCN="{dju&*#%1+'Wwc ۻ_JAE6`:y2mRK33„IIGNP};CRwQ0?TDʄR弙P|2Z_KÆkaŒWV$,[wdkq|ڡr_;"שᚂ)GP<ԁ/fP ^.,AOK~.S(e#92IJSvZ~_kטZ 7E,m ҒՋwVFu3W- mz%AjIYϠRg#gʶSw07Nͦ|G,na7 >i.% gNk9ԉGj0rB߫Pj<ƨ}s &HAq;dkOȐ)~Q<?zI+MD:,Ý#YX 2=RW՘$_vM"=z\LUiKL(Ktl4um`؍[G:ۆذ7/!RtXm*麗i9n<pk5יugdk6QB.L\7_.= ~hMPHkh+1(!7U7^͐!&uP[q+wJ|׊ǃ XJ[ͫg#T7ؒcJpz~=j'Օo#,`HXf`,Zڞ*]zѝ 2d397Yɑ9ĠqR,1-{3I=E#r`#r&JPSVPprRG B|A/~o, CHnFaiI S9#3%Kw ]D 7LO(78+of9d3Ret `OJQkpVd;D'5S[yo VqZfGV  q^g|]Ġ5 'kcC[YMk/vTsG o6h'riD⍏C*by э|7]k{ho)?6~ymD" )1V1M DR( dBi^^'* 2.*.G9MV +KN-4‚זuo䖲8hpIܣ&+b0LTYDqajx^a3^ o#9 Ҵ*uj *91^j7& GФڅ'~4o'wv.]\ܺrOeWCRwS\\mꋆd}]5{3fxdkAF̹.g舾x5 JL\u آm$6fr/H+0bؙZ ǧM~h0a'S9>zmwL 8MMeH=;jyP6b~u=h[ryM-oS^Jz9넖r5:><ɼsTF+4(;Ya狲|~Idڋ[L?ʋ:uӾI_Si.KTcBRa٥ےUL-9, .fCP](}wLyHL?j=swdF&<Ų^X>׆^D Fk p3w18Uc)0{ ǭ+񌳶/Winlt\lYy/ EM*s$//%O9?Q9XE\3v95@ʒW7LcZ~Vճކȉ*.c{ū^)]+_I[&?gFzWеXQ@ZwSEQ,7JXj>WC౐ Ew^%A֏EPe Մ,)),|9FUQ̛LB$ha)8J -I e=6աDDC6ЙabZ٧4Îg}.-PWއ@(3x*E^>g-څo܉q9άgaU'|fP%(=$jaDN(6k_*rq%϶).4%Ip s,8e?3c^'7fg.}+7]IȎq_QfCdwXdi >gQ-ԅcJZY<>.=ADn^AB>R* () ìh__ 8c?ktd_9Nh΋@끍#") IT~>*4Qv@ؖ^f>R+ '0MҎ|WW8R=p{{3z-]-HE/*׎-m 5cέnӗpآJ EOMIǹ2p0m/Q1INUu¹]la(+k:nRņ  0Z)"ҷy@MkKE/AP@`#vD*>X4qy̖Tr9?KY&yihݒc{(ʖNWm5ء.J_#lǤ6\ *үtLlCxx YMօgHw,RyGD2 QDSf8)%}I7Y; a,ՈKZ|h< ^q= LQj*[u@\2ˆ OBr%UPѷA&WQk~=q#NA]=rCO |ΐ~/||$mg[LڄY,E 2Ipʂx\ Z;#";yض^ZC63v^`&E~0%DjGWnqіs5EVYP[L󅎧hg|7xM$; u3J ͘jGK[( vQ4jR=J }X}䅿*'fddxܨ!O6k#mň\?]?ޤ&#|Esp}aUOh&vݕJIPg guFsSS=(-[g4;BM01@!L_:Z ^Nۈ욿~$flTRۘͣM]lϒ|,/%}M"AהTavt2LL7#n!W%r}ρY9q>M<+.;}#?_q&a@wF{}- :U)̸]ܩ`>>㺿Pnj)(.KF-~N@"0z 8JGı9AG?ڈJiԯNM]ɢa$yƏt6 PJL >W"\QtjUv4>])F,5'3Bx:Lz0 ^0kZG0nS"ο\؍fP{}wiZ|49+ת/t2 x3\db)R2TBdWnvcjr^ORqyj_̢z&a LT,~7 Z -EQ0 c̭_ TJ~qvС>fެPWZD~*--F2#vC^0[3.S@ytESgt*I+Hx$HH#^xp:86s?{oc}s[zxx* N37D+i 9ƮM{eeSbh2!TY^>;Hj8Jp "|8E{y#vE ໃ]mY*S݅R5#kbĸA r6TkieVetK}ƖK r*-%Ҁ%BI+(tvjq\۟M<"dXiK[H#lERD:2/&xqR_~sX݈#|zOB!hf/B;H9Ҳ1CzV r eH3$.>jJ>P@Q֏W icj Gr4!6-gl\"jʇÒI5< 0"ۋdU-(N JSaYd=gWAL|<\0$|>e}D`|_6e'LK-(m,v_P4q#V{Uv KB2cdOf̡s#/}~j}ՐA(ki+bۺ J8N+}%򴜯`e2ae$KeRK[ 'W5mזZ(A?ښi#~gXÃw$Qf"tTa{*]#m? Or{*$i6\ޥ"X=U A-&m$3+Mi߆\g8e6 r62pn_]~F(̋f O8cQ+cM,4u A-鶽ydo (Al >[y.S0EQE$>hf":CHedIA8p^L7ۛ!a9t-+,n.\#29}; dfYA8Z!2w Wk.©pAE(:BÜuc&S# Q26@UW!;#U>>5\^=zJPH~ѼHh>h{?Mĩ8(8'}':C}j/#C}$Vtj>NU4wꉇ R< P6Uf (oZ|/NݶeFV]"z'c2896[ r*i3^-IFZhs(7]S,mKwxˎ]Y?dqJ: : j?/_C{FTY(*R|3-Juu֒#HWJ7XZd-$SF-$?KԘc7PpC5xD3FvzY2"> |>\n$;QK*mjXbYQY/VuO޸EndySiV2`}2'抻k, <4|Hb:^=`'w|6E/ܕ{'5^⫥'<]Zn#Rţ" f?HZ9$a.\WBicx+!ȼj-Gfj +1vMQ4"L_ d= UGuԧ1ӇY@-LA}>r3/*4k28Rz7_ "<2DG]KrѸߴgU[ oaq^Dc:S5@%^  @-BLƸ(c_<= kOޥ@qNG(:y~#k+J džw[Nˬ0 + {:P]J(}Xk8 ?"qZ`=%6Xvl񲎗F ÍZVG-$([v)u3XͪJ${r`ëuJjKU$:گqpT0kj BŭZ.Hbv@K䳩r^{DZ*k t|%_˖[0{ý==qԣR]&Io'7$,]k:: l)ĊrΡOvQRYļ'lI=M2]UC1M A敬S]hAGqr _sC,JuGGG 'xyRug*9"lmc */bCd|/usH}ԁj#9Lb? FIڸp,>k:_(‚ ?v:^3rSҡ, 4{MǢ 3̡ϱKC\3NL6O/:DUAa) ~Ї5 o Z )\9SeҀtfZsC;5-lC2j&Nce8?UF( `9ij^`yb6iOy^C;OwNGl(Rf82f|Jj:7PWM' \p#5zwR+ưuTkz{콒K0qMPqew}?wiD(#sn\2vKdN TPd_ŮM;,.,4T(Jm#,jNzFj"7 wFyĚfjrOT|(2S+;ŇpS!PP:RoQt ū#<ђ(K nQ+86DhUpۘi= qº|".OƽE([d*c['ր 2{4\i|XoHY}/m @Q vgx .eĒ <-/Aq Eof~0i8rUZo- OCX|%#"=Q?+8#;9vm 1RH je|+zN?Y7^NN_`#%)W d^&-$BJB e( ]t=c+qwg&80z+#oq9ϭ(,wk EM3@=zG@Y;ݗ6śR:aˊRQIg $LlP㦣6tU׃p.WYscpsz_EJ3)xEؙDY|q߿7DQ)8 ;p=/ obZ-р$%reMogasZA3E,`XT;gJ6ͅbRY]+L7۫fNn-j,TLL@7Pji*WoGY8ڨ< $m?Ujkrl,ry[I+v|#ʏW\zx5TLk{f6 Δ|;?$jlπS3b'\#.{v,DZ!uhd=Lxbȉ4S156_PzL rp,bjɏ±2-B(/3CVz"y2g-_\%4֬r@JgyS Lt}X &VNS(=n==Wé7J0射g!j׸b. +nem M:uɚ8\הriCqٕL +mGY4IWզ$.#7\*vg dL8iv3؝MBϱtHZ_K)v< TM /)ᜊ :MLGexkTv. %9lelMy} yY]awsIbTA@R)iix f]ν`"XGK9^pV&-8ԧB\P|x_^ j)o:/wu3°z91lIFitK90<,CXcaIV R 1.j%a@#~Q_ŋҖQts+ei#cutMVэJ89E_^פm'b٠nOI;N{ 8k)L @nFW$KV&YTܩ&]_֡F^o Һ .-|xߌ:qc&0n`aăjk<)e ?+kkqˠzE{(xfkK(x: } , #{=inнkQ(|6S$6P}yr֑CM w5 4 Û`6vvxpP5rHۿs=K/ %r4%$kc3v3GY\18+ xOAeLG܁`k׍] Cė-$d\Qi: aż$_6]ܵ#%)DqjB5׃Y= H-ލ)B֕1{l]7TTxkjIUWw"0$?)5o.&[Bkg-ux"v*bjvy7r(/(hB`ߤkѲvmvWجlOPESr"6ZBnGF:td eJG`s@dR5Z'$ x qMw0ĎݦLN7Ez}î|eudQ%+vW^,]ϡ“{gb{a H[vt[(k54yΦ[he3B/0[J\z 3W.$pDqdku^,#dN᭦IHNHw{R:?(mỉ@wk=  pұ4.-, ֱ/3D %HtɳC +!F`\|/AF;3vSSh)JiZ1U #R ~DS(k9bNQip^yeNl05?Ɓ#KS :Y˦h >fNRt>)i;O:ʝ/;4\u(~XU#V:iڱff\ޜ-mn;) iTS~ V6+_{YɗZ=*uc 6oC:f YS-f%8=9BPL*Q#OWa$QYjx$yPChQ_\ZI9Fn/YRo @nB {m &fSv@PjUqQJ}m(4>lO1 HL_uy0TV71: |`ԘfnUHR^ vMmƚ\L+@+gZ:(lҬE2S̒2WaM慣9\Ir I_iMu3G6qLx29Y',Alq2#֒ob7r0 (v oT/#uXGזTB+<)6B/=sFf~[}#JOvH}lSHhkɖd>}2-.hD`'>C`/MXLw5cø%N5$E QJY?X>Q:- @PW_6't*hd;sYʑq!sP =ڿn0$Uv)/Щ,rgZj(4[]!([Z)|V{' %6&_dp+6[C\CT5[yJ- "Y;C_6 ׿d4cZt$> 97Z7[z-80bL!]fgX&P]jPz 4^!MW H&*o16?Â*ݏx-adM1`> N(Q9M ?UQυ`3]YlLv&OAk[S= KL HoARmvK_K %zJG/d70JgVp:d E3ՖPr֕ |Aa`4OX8W!%쾪S@+U?i"$ T/C.;zzn`sW 7vxPq[nɣ2hj4ଵЛF=$K{d@:x;)8Pb>wI\]ϷZAc߫Q~4Et;xCEV84EU'ߋlٚl ջˠ2.gb5:y%w@CN}WBg2CϋnRo? >6\Y7$H^ݭ^6ܓaoslT2Nc>?jhUߙRYEvq㧇-'.mS9LT:ޒdho#eARρF=7b:[~Y]"3hZӉFk:tX˷Y$Q;৺@4ꄔ.jHRO"'g:[JHЄ{P4%ҢBhj}iͲ6Bқ&9 j c g謝3'ea4~}{csAƼʫq]7 Z&3Vs?.be=܌xL-HiI趡1MtoZs1ٟO<{:n4RD,SɡfiKlG6 5IAAz7:d^n!4OtTE#2֢8Yhҁt(8MDklz!5`v{h10v4g#;"P/A-RuHU~%ދC!IUS-U6uЙǞflU(_\,t'݃2T`vV]g|Bv8{!2(?+~nOXQ'&]K8S2u{ xL%:2ۗ>vNwijK`N8F@!_)SbĨHj 5U]˲GƝbL96G1dL,q"LFVq;OfXNjC%'0.Ҕ%@//SaIYpSo,.2Nő6}3q|4饩3ϺQ,\Oy3a˸pf-PRy9`4CH!ZlūL<ց)hЦ"cr)+i]y(#R} >5^z BhxLrKJ Uj }v >0,J(9U*t[:(b?$VFbՂ&O#hSIĕSb_dq \No5фyl g KوsbxMP"@ߡ>fꕋ˃FF ,F޸pfc҇W< )ww:4zDvƨ?z nb_  5_ Y=pg,Yٚ4f@ITLUi@!=Y5'|v#GV薛|voN3o1zwP N1GKZÍ R#p]F^?PК4C6$X'e`K';fb5s NOS<ѿ E,kTӓnh@v M$%3gl- +O?OBV jyBl_wuisX(`afz*}b.yߘ_K8W+^}+ E n>3ZSn x)M쥋t>G|:j H J%A m!.t{t+=Xycw [m&,L},B M[O5fk$jbx70~nu8z:t&pb쥲ݻ٢ޱo:x:"i O$OkZMӬ [ayphkEj4-u2z|>:π+۟Tp| 6$uJ{ =tTo)] j/EAkI;fc:̝{i3ÊhZv/Ǯ}N"9dNzL7.yD2lp\To{|DChLZTiuDx{e@1edgD 4"%r9Od[_1lMnF\MlkkcG䢃 NJ2w{KࣲtƵ/Ubcn3^:!rpl'ܢ*B".x%D4Ga^|$Ž9w@=iE(V MM`%ʯFy} B|J6YB8c%30XI#M.38E'A)TVxl`yqP8_@U~Tr)E GQ6q xYe}6yMcHBy=ܷ9-%Rڢ6 <@hҳ5S-ks8:*Y4ClϱQ4L >!ۘ**Gw߰42ܸn GBLZ;:.G#T1j~h3+FC~oSp5dy9,4fCYN1􍆬^yYV\7b]]G {+`;6X/HHIILM0% 2T/,yI~ɜ44ӟFGUbrȩǕ@jVj58\,)O 45XSqq5l<RۋRNn9K%m)7xy#mlms]uST_8s EWR/ŝ:$*$4Y'َjškuzMeοw?*1t8frNG+L#m#ur\atp'hP5J(GYUL<ؕ6_@xn=DnUY>Ї;nUGQJVݔ)KAw -KE}p jx/=FOcGC$2ŷ)fʦp >:9AA\ a#_K^M-G}c}НI ^PԘ;GThZ_S]@6޻N}JB.0a~Fq׮_@˅e o}:u#$'")[0J(O 8\3ٟ7ު&[up Eǽt𰐽H"EV0-t$CcNiBEyǖ]j9j{҃*¢fCfR )#L ExFp ` hG`P!Д,x!Y)E^IL I,C0ܽf-q UJA^lA~9>zOщ]E1ovKx&ce +2tBV9k"}V-no@5d#@ GjDT3u]QY\Y|p܎I5TUc苙4k `ԁku 4 Ah]g1VɴTڅGw\q,a&Ο1ܓ Bdc`)/u06ɪKb:3;:{RI"E9LDjBx[rHLy0!ޫi *ybSfD-#BkYgg6W!RE*5VK.^OBs`hr{sE0Mqa7Ϋ l{\jh7tYTE# Vo!dͧ;8O›xrm<޶.{ً{̒-`pdRwtWGFvO{Yvw,(j͵Pz( \'hdP qdrt]MͰ,3VGCNK[ ~?#Oj5 uAމ}@% ٍs(<ƗAr'<'̄>V =v7N߱j6k׊uvn ܺE7=k34{4Fqщ" C؉Y/8x=oQ.DF `Օ*RhB7ԥW(fK3~;CVLhP[xnnMߌ7L!HG K/;X} ϡ.σf>O98jpGnmEtÓcg|C"oj}ݶX5N(?bjҏ7yR56ZX͗+״*Q,eh_SzjI `h>{6Yp+͌-z1 ~PYdp.+}Z #4$Q8[ﮪhTnh`||\O*,{jOrm!ݽ+ka҈ s Twԡ9 jfaզ|/ŽAmلNPIQr턏(֐*U"!;^ã&yE+8mW'/jDlҩ1ҙ0@}J(vUGs~y,9=J݉msL;|pO_=4;0@D" A8j,[%v=ZᕶWYOQd:AnUP+z]"kXJa{J>&(J{V)O=IzA/ptQ.}潖Dyj䃋 F|{ ONdhVk".bTd@{O/)@8kohdcePv(kбBe)[+E=Ʋhh4oj}1zPj3y 23?z)|X>x˧ 6пfoZ8RwvCqh#:L"GfT26_@kQvj7PK!@ywevjN,3|nĸN`bs)5lB鶓"I YLj4Mw]])IuSs7!1<eqwSڦKLu"`1&4<RYK9vQ2[3U)|G$:S#2W1zB/Gv PݟkѦ_.OJo|˓Ƿ䎵B) m1|XTW^P$ _ʂ9΄ʷ:g_:iһvQ!~}]Xz]SNa'BnIAUjktS jvɵJeS>+T>M7q 3?!e(#^Fs(HZuz"26sP6~RN̥T`tJ&Z YkԦD?oxMز:˔d6=܇isoۆciz;=?~'2*^h`6˒E{+g(bTw:N3$Kr &wuo l`>*sHp@_es֒e})gDSDiuY-!M#KhvP%O{sN,^/܄;{^v_=/[1aYn$OJ)°7#mty5 aZ B'bRI>8 YG bBV.o '埥ۺCZ)Ĵ,_x*5D\o_1L]js8.ᡴo?@Q4N5;ڊ0r1yQxȧ;=4wMw*)洖2biAݳqDc?AIa_7hywk 7g4ؖ+ p0b!yľduP* q|t ;ٓmEe%sΡz1߆R[ umxW\~U9||XU "#Mt+[ .4 j<X\-IH ̒U ḷ%Y)/mp$S#[@0Fեi E)';Srd{& 7Lqt8sxb_-Et9t40Iy_ O􃜚(*y io/TUH,e؅,nI[,/hd̞-i3zJ9'*ӓmWe= Mm2q?a̐2VG{RɏgWlj]s?{ֈk~?6 Uߎ֓u ϖ5N&wY{/.ѷR c^:?R}EJ! |@7ы8:V$Z2V&f鼟oEQ/;?}p3O=Њ}F[Esj( ]O fe UumNO|O]!V6QfEc^n --K ajrQx]ܬ}naBW3|L7tSOڴOufNGf&mIȶ~4,<@ǩtנ5Źh N&vB8C뀖lQ.!=*+A<E_&؞b`O2Kuh&ʓ"$2B8ӶkD@'`z2@ 8ī%K@&¨@.)p/-OdhQĝֳ +f٫VBG}T!}1GVWB ~TRrWعMbye<:c,A!VZm{v:`dn׉k?ߓDZҺ +2iz*s-RٿXT#Une p"淣M@Ȫ3:cIc`瑴/ZBYag6ZgSWA-mݶ)FLXӼv7-c#v*+N o_l:E`!eX_Ci)8 t'˃1>>~w:de:,XPlq +_Q4<ǀ"73gif/ڗYRLTL /ضs V}( z"hmr95?q"KOQY@[h|` y{;^e,4̄[{m(B%&8ݾηg[ZP3]-Ko􇀜$]+ܣG9~p ]qoPb| j5_b(r.RH6w~(9葅SUʒ`# 4ㄿUHyB2LW>8H3Ϻ!!G7GV%'BJ^ltd`~Hy oa g \uMrqԌ}c؆!OCHZ%]jvs릞٬ʩkg;G~k]Rf~)BpnpdOcg; A[ NĊG7-Wk,s9 .|`MqY`cDo#:gTWLT[4 +9:tq]"'lNe@aȫ*:+wZopmYհP܂[+g-.ꗷ>z6mqۋg}f:\wnun!y=%bo9]4|oB8g S1Hʵ>S⒕W38hu?Y 6sAP*L_"[B -u8ǿ.MrKzQH@ -uVhUԯy~~l+R23IoλEMrT]% #RR* %!썡8|x ynyz/s Hz =@ l ʊSuƪv'/~)NDɐ}LNS%Iv|\e6gDgګqE<8C_l{~+O yvRo'U}%Kn L[OIX@xVS>r5*k#ߐZponfֺT(U9'w,#'X뺽e]t@sD9 Iӷds<`欤'bOA-> Ly^+g܄bIkX"|;-e4yrߓ>?"v,B9#RZ0=Ls &%y:%A9.X[N͞;cnٔ#hB~.T{{e)F"y,b,{ȭ|WLJ|zmÌڭ'PjIx"0JzȬ^ wȽ #hqQJ52p1iY.k7̈ل_^iwڨ1*(4H&bD/K&[h{ay5a6>cwu$qBMr3oYPt5[3zK]CqL؅}z]4Bt5!7Cf^yėگ44%|^aRk/\Wi '3& 0R1t9UN_74!G=G5bih$[z=f_;H)~4J/5(y͖Y^`N7S@V6Џ owpԅ Ӏt'&D3?(B; G@ƂL)*$?^6YUG;PDnEsA@qzx C(̿):KBᘡs̓@1<[ :[cȫˋ`=n>NNkiwłRo ^.Tb= R1TP7*TVfjfҿ"oHDP'o_\+N3c?CSW˱g2Ւ"U !Ax7,-G*ύ ؟!>_4S:WG(Ndt!{;InDh `'zrՄkݰǺ,}4-qH3gs+m)CES7Ԋb^Y>4ĆĊ\aUO3| ыDؒYt6}mLkO4gu4km^]%|'+N7KhA,y ?` ݈cτ墵_?}N @p4X{QNs@7^03Bƨٿ XFjt7-.4xf(T/|6U_'OGgI: äa$փIⷑ..PҜ__r (O? JwڴGjaX˾K,q55BXZĻ/֖'? ɽ@& At&cz̼ή歙7oD3zeu-TMX*"՘pZI0O;o#D:xHlntfRɹZXC,I!a`׎Լ  YZ