PackageKit-1.2.8-150600.4.2.7<>,pfjqp9|SYnvrG+OG FVotC ]́o"9_NǘҘoH=#o ,L)šfGPqVౙh"G | <ov bjr?І?:wLwxhmJزnXS8 8L kk`}|VgR^e'B .7 9-IEIAA_N4\>OT?Dd   Qpt $*1&& & D& &  &  &!&"F&##,&#$@$'I('8'w9)dw:2w=ҙ>ҡ?ҩ@ұBҹFG&HӬ&ID&XlYԀZԬ[Լ\&]l&^bcڸd=eBfElGu\&vw&x&y7z@CPackageKit1.2.8150600.4.2.7Simple 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.fjqh01-ch3aaSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fiȈHi` 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-moduleruckh01-ch3a 1718283889  !"#$%&1.2.8-150600.4.2.71.2.8-150600.4.2.7 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:33664/SUSE_SLE-15-SP6_Update/6456ce62b27b73b316fbde7c73b0c98d-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5x86_64-suse-linux     directoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bfc9832788c3cf900db38be10d7f7bdc5eb3fff4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4e64727bf89e0314ac90b14cc10d6c6de33a1b6d, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=65f79738497afd396e734ebd832d8f0e28bc99e1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=969d7aae48d3e9d94c713dcf8ecfd837557e6676, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c9937d1711bb3715ec39f2574ec97be094dc28e2, 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.2.7.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory)-5 R R RRRRR RR R RRRRR RRR R R R RRRRR RRRRRR R R R RRRRR RRRRRPR RRRRR RPPL9oH+systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-89d4c92706d8bf4f6b048d6c146ed472f482af6c504d7737b3e33a3bd245dea20?7zXZ !t/F]"k%R MscbY8_wgCnڊ2! K ,4$:JqKx] d,7[]+L}G%HnبKU]Nf8sC|xӒƾwco/cp7!"=O LX,ui%%iHd&Lj-dz2l))FMy~OٽP~o}Q-I3#6P@E {ʪ< ~l3kܯ4=P0rź,7߭ W9p\T#kBח:B@)lI\ \'D%|H;N,}J[WpA0 7-eˆӝZ\D  njccs/J'oEtnIM-A:Pmf{L> s$h4 gu%-C3a "78_w+hfW# ߚNe ::ש.Vm%u"T Cb:O=5mw |_u% I,D,ӟI DVn% # !{,.H6l%n ?:a}(͋8S‘#;۾x8w"/cmm=t,yQ){1VU很NIj1oW/Β2;ͩǰNX<YgAXf8 $=1{5{N 4D4VAPS>RB*ų՗^Ϩ^/36!o9mI[IWaL?s>/KQ+iinfmcJk*;vvdV[Ulak mnN3e -;B\;D26\aY{I׳"񠏑b`]ѕxBUdݳ1#ɹ#Zy*ח^b7]xVaϵVK=p4tTuL,(fԌh9@|kMm.9@Qֈvz8{ .!&BwDCHY$[NHٞxpᢽ(fz"iW^ᥴ7<0XEce6+32Jb'vmx_JѥEՀ7ULmQM8c-DLek5N#TC$NLeȋ<۟B?+F4ܵX2ɼo8p Ja6c>C)3 Fѽ@;1#[H\#Ao(-p[xdg1_n~@p4O b]>cxҬ3 Ͼ2v(0mV;'5|<2HN|ʖd-%cw0]'u^1j/&UX"TAE k7KvOMkJw.G>=mkbճZmU[1W5\UIrZjNt r!?ر KcO-DfOeJ]ߴ)>H)΅4˕v"d(L3>cV˛GqpT85[4?suo$/}[+ж9>2f%O,4: hIu7O.\ER3vك|ZɥGy[缥)νNC 8YC!*,6޳6ǣ h8ӡb4Xxk#v\K7AzInF"j6eX(%f~R qvFW׶$G0gt7 !ֿMn;HsGEObLǩEɋ3iKD1& 0# ]>1ms:Л7R`C5}n}a+fv|c}naԉtVO>b{;j =xq[J9S^vR <G ?(B,"wUB]c,kxp]T,0QM:qs r{LEx. ݱfb$%<6tlYXlj\4Hӣbt^CՈ_>,G,vA4v3Lr#aJ(Es5=pRdE?Q`h!{`lLO|b}7H@h)H[{t+^"Zb#eQ #;Im/Q3u|c'npeǬ&JpM Я>y L @V-'JHґ۪\uy9] ڬ!KDl&/#:'KDꚱ õZʍykz`1Ne ʤukH+/9;Ւήa~x{ࠦNzVㅟ L{A} سK8iEw? 6Y&Ww|7hE| PrAI3fۈr܈I}r>5@|Jisߟܼ.aJ?BZ ӌz=R3Ƶ :?4iccSUxj! -戫YAF= 6ƚ Z\X,C1g1/pK@-QMr}F2`E]쭿E-N 61>Y팖z8bs0~#4Pez6?':?ol[DM ^OZ{CڜJ>R6Aʙjz&3)IPga?aŮX@2. g2GI¥yvtABG-nOs[TQlv1Sk yϬ(-pUc7W]Id.cRlC?,+W\JJA>K *oG?Gűi<: o7e;_2/Đ^iPby],>MDZtCƢѡb'[!f$`& '$>_mv2jDN>M0goqt [` *.'Cs4X1pV錾pv }f1wPk-YQ{Y4QǡIbpc׋/B:P|Iny`Cѷ%䷅nq{_5 vE%:T#wveE9~k6axI$=`bqߐ)T)O39],a. ZL^`%iQF` ٍANhNJ^q<;$Ld cw!prUHYɋހwY+r\ԨȲqVZ_FtzZ Yb9+Z}Ԗfun3*`8RezQ}FJ`ҵmW26`9@ w |K"21}J8zdY'S$-7O}p>Zti-L*DfNvG*:ͯb -Eæp.tٚ,Lt!bq~~a_«VyN$-DhBHaSq}I9[!E‡;L \u8wlkX<=^ڝ=,X!SjiadR% ǞV'9uEńA:َ6̶01]ͥM ŋoѵ<Z[DI9HKC~kP~[dsݦx%XE> k7,[N-YKp)Y0wPّ GI gcϰ}s<- ;G9٣"$%ڂHUMqU4u}"Sg1hs^U4ODYD/&.0J*d*ԟn>k.pg/ס~igUI. ˦h7!]o חTy& '>˟͏zGIp(CL%@Bd1, s9DHB~*/fk~ﷰ RJ}o}GJ NFZ,n{ / g$}q 6YZW<2;#54vk>=ʞJͰp C+9xe;M@8N)y@Dz\?(:3`IӚk K**Ѐ_(Ep0g=+mW$!~@"Ih'}ŗ1-< oLM&R\Z.3A礐 ʝIa1NϏ#Pn-zhgEB3N/ebP:EgtyR-4xuͩFNܣ?c:@@f*@ Ym2C"W+&nz4&9;x"1A YC`t-9$9]L~9! &K]̿Vyq[̘!#_bc_تHX%Ppu =%(K,Dfnup Nj{?Qܚ (>kjj臌%b.CH_yKh ѭpyR|[)4UvfUVfevC7 !IOR4C &|pC}s#@UV+bh= o,g|t0Zy@B8h/%=5杉NTc8p?^,Uu" dpZUK^S!fZhP_S4WlIZI=~xMDA RBs#A^ $Jon`u tVU??!ӣF`$TEZ/ N$ie5 ?N%0~Ԓ]/ %{WZtBzA:7sXkVK+iH!2oa!~-2a}*N`^!Rb~ k6a%D?N 9v sCwCcA곈||l* "f-X$0lnyPגd~J^`g_0(KL1 S-;s-=78|sѥ,C(GM>mmX5ϴ)!q;| `r=g9*A/,AD-Ƌ+T3]!R` O`exS,M$*͏L\|yd= (G!\{) 6Zփq~˿#RWOgŢ"D5+K)=SJ'dT| f=¬!~Z6r!Ҧ^[$ݜ5Vߓzz2(tG rFd ;@)>^uhkZ$:rsbjJ:0cʳus)bi.SZPeVS-3 ҰNiGt6Ш<dg(1 xo9\ߌ1*65mVSU9[Ā2m. eQUs^,pۄ2QME s/#!d42kuiD] It6lU;0Qr-1 8r-7Xc aXL*'+u1IMWUI?@u.'bosi`On>L76o9:}2=&YЎU6@}ֆ[ I >5^tznlg >G3 !m<(6L=V}A||tAS^G̋q?!L9Th_m_2CJ[I"M]iia!߇oQLWdMm-RW!?8v!>96 >2 ¥ƙ? !je6HaeJ3Ka8a1*7+fKr ļ7gg@Y*w Ա59 RRZTX#dƄ{nI_YCK@LBE{:欠qh&HuS8造d&5OTONL f%f(Wq4=lsS27T4=֧^QU].;3.g[^e/Ѵ_K\N$ 47#,|xc E¯ og%O*ZG@+ۿYmΛퟝYK hgCxs havMO,m9 Wm!z U2ǟtI QvI|Z͞3̍>:֧93Q6K#ԉ S|@q`$"抆1+8NKw8k3%{~Nt ĵLCrA_K'*S^ISRV޷[{}|#%\A/7d n%̞6ӊjz(^twbMz3 vPM~9,䧤s%XY9F+S[4%6ߊuY +E7X6>(q,0Z: H_LoHt.Zw#n.=~3Wt8 6k  >ǷF7YWJD]ez.bk(;DG@?K:iEk. | U3M+*l՞N8 KSUmmn{]S!X^fLM!r=1ZOZ'&ʈݍ 6Y1FqĘH.td[P[T_!lrJ})0: 5頼|b48n&k |5z[;,}d/MFjJeƥ*ϙ;n"ҁhΝ.K@",#e(vjtX!׊X Je9>Z" ܐ2넶Tǹgiˏ ԵbǑLj2T@ٲcC!uYFt6:h!N擉4^쳇hvj֤x(?bZ"Cc_',gGjzR54%_`@됶 ~٤w8V*ӿR7`CH%`az04zDL%}6*5W#UPEqo+SI!.ɬl]e1#y9阅[!&ӣݔDj"A9!\=֙VLhTJl06KGVɊv['FC5!-j䪘G϶X?+)fFkF~k,۞`lïf|u*jF˕=HWH>ˆ߭ ]7M&eK71 d4kQ)j{RzVxɼgNXŚn!iCP+Y !vGQL}G`|ϸdX` ݦ~,@ͿCv(?h΅3~~j⯳H@u|jT-7(i<,瀌%O l7֐-1&|tcP_Xi60h1`n>SfRf]vL; 3~j.3r^*~'+63aNl.[uh ءgqS}l[ %?Rän\eq2MIUGm#ĭW.gW,y$FDÀmq"rb;A)40:Dǧ6 4[j?1 jXޛ3 F* L9ҕ4Mo.LJRU(6 X>WJ5D.뿞ӵVPm=ȟwt,VQjMżd  xE 3]%:F(1.8ҿa թwLjT4p]{ f8 [TeT,}J؆]/YC&CHw010 "11 T6X.pϗ)::y^3S)eR`̗͞?+f?< rfܺWgUE=@ @FVo";?'[HE|^xNvC]3:=lœjp0Ĥ1|ro)Ş @(I78"70K\@ `93s2撖Ƒg l(u_=d?1 o=#S p7h/9mLcS S8HR؅mG¨ڷz oZ ʯdR_WbˌSI>oy&$iI)5&AD/7z= 8D&#HXPǓHI~ȹLT;F*.jFgAˊg(/Tiފ&սg-30To`q``c.Q]57[ā&sH,[eUSљFe\b& ܙZգak})dz⢥"o^md*&0l$71ePYQ,j1$2;^3-U?lבq;rǎ7} wC&ܒ 5o```ǻo> R;年V˱Q ChsjY1Q: V9hF=z*g6'UI8u3HNjhzzNap )|^P+!XE>wr YtE9G^߬&a2(ޙ yHώ$ d;?lUb=^OWA ʾ_("Ky_hezVp>B5Dͪ~+8uzpԅ/ PP=RTi-):;\mS.iWQEok p]%;> wLj41s{{B*i>j!Qj@cxEv`lfդ\V@|fDH+ʞ7aN*90,z̄ 3Hb ҃c Pqɋ>kϝ)QkAG!7G)kHLFz_jUt8#LO E[Ï=kns\$|--?zDP nBGsEh6#إf6KRڷf2j۟0{yU?QvoA߃?n~0 OLrL3CKs5G[oK7|]+EI2ݰ(3:7 kӺ'BM -,%gFVx;S m"eODزE֓0Sw.{<XڍqE=*;>F[ĮW/eqԳg1#ܷ}u'ISi ޹" X!xO]56-q.*8:dB4T $`pk-&^ >Ow;pj)-'%ROϢBի<6.G6wts977"ob[>Ý:78PVqߺBB=W?P <FV[,Y X罓ȱܪN/C=VQe#xݺ.d+XfeY<~\M_^w-K`֌8+X{D2rh6^nVT5CZ:C者EIBP{;>örM:[( 9/Ug`t^+Z~I[:IxVX^+xzџzY+v*"KbM"Ę%opMƩF5i;bHv5v.^hBox, w(W&ǔG-;5ю1FR@egrr%4mL 6L6ćeЩm!UK DOz~ܩ;МcT-u&"al"S't~0hU5 e`Y_2χ٩Vab~Xpt A`&r ]RkRx)"=(O>A?m}QBJ^aǎ c:hEBrx80J_z3PI}/X9L]mdmv,i9u8*;イ% |ٽ^4Bn=n|m?keDJL6LE(+#v| ZC~m";ry VB"GwA)ҍO1GujeݑŖl% ќ0ٕ7DU<&}6cIk[({ܨӉTÊd}Fsҝ%tfwze-jGD,[Ql5s-X93-TnE|=Pn4C0XX Y+n y u3!j`ܝ@ 2 B=Rﳨ@fԞc IK 6#SѽP<-q!_z%3@%-@'Nrp9Cxl(`w(: RY EP^c?fI$zI*,^^طXR*J8'[{9Aq[HѾ(zֺG[TOgGpj-0d;*I}Im؆Zc忁~}GbYBQu/!}XkOZv. ({xQi6~(($m*,vɆO>9vqsr=s/RW.}֠ 6'^4&)6t͋iL u_59T d=y]nvi;egpk,BIYTXdJwU{㭔q{0iNOJ8MEp4]aM] ; Bҫɱ8iTޱ,$MT):UVRyX쐟_e 6Uz ˒KŶ4ggZӗo..]IHi֨>%H;8W|_!ѲE7*+B7 ފ ;,\IIs21S{}1 *rk.q\U9*M@b| h •X2OHKDSҌ4c59X$V>gá0,x}n[=__WĪ.K@>`]~y[ypx z?.2^=v_BD&K !{47B͑z"^B63F 4or-%""1# ox)L+(5] CZTIrۯ Z  &^-ft%HETV\X="ՉSR:QO($ Q-,w 9J1k焐Q;gB˚дwV"4? z_X8/RieofaM "|CձOuzړ>M';3p6Ivo%Tͤc]n$DS` Қ&BNV+oVJLع9 H r^v3%ωՌeb3|El5jz<(Z% aU@W-q=< Ld'šߓʆ10lrTͶeOL*T| ٔn(X0q0bCֆ&io/4ݤbTrΡ-d׋_C]E"=M*|pJKcx)6I8(>m=˸8Lck0S( IOqʡ>|%u^ʧ|kV1jز?T9YS-|,p݆5ah}h,X%)§01aP ]&cٱX3ZQN̈! s24ڔ\V4:(#cy:8jTUB*Кfͬ("- .s~mJKzcPє~\v D<_rm?#,mj| 3BU$EhF v |hOܐZ,(X VacC>͟b<8΀fwc%?Bˏ$H䡓eC(=<@r¹Qx#qCB8D }N.usjn$a Oc(/|]d);OE[\T $TQCψB7cI 3[ &Y^/ /tuQ_?r3@#=sc(dNkІu YtRLP$lLdHoJHtD*mi.TKvV{,.~ g\}>ErZ!IE|Ӫ(m}I )>Rv9@䒧!򡗀,H !DXXuҦ 3'an]w̗oqy6ƶvZyڵn9at.B~>3b5&V-qGS;C,rv>z.=uKH$tҁ(]t͝+nN`(.=pHte; j9\=36MuF5_nnjX+͊# LIV$ZoYUo -װOP☑ϴ\tt7x߳{R Ou`&? [keRX̞UJm ; +r`k+\ۘm`OʳSϵA 6Czk-b`B+Uy\ϔa^;^ϐ`$;O+i"7kVI+H;I_e@i\\*K`h?q:Kޱ] ; ZNǗ`!(0F9rb!Dj59i)&ZU0HO95#d&-!\#"x7ysT;jXLcɩYRbR{(Q1lIt0Fj$qaG5Tk{Ȯ+Nu%Lvo:@)_R8tUk!etps .,]z#Aܻ{3%(Je8[LγCG}gAǾ#žNک;jQ]M("Twum󹁁MݺB!҅.O $1Q(򀕪-![vdMk|DZ{>>,Q1rl/1I0VY~NbBN_[pz9"\"CWiZU5 nFgt!p8Lu Xc B~.rn gsKO1;M̦wǹuy`ݰxTK _A%,WedB<{gF `I;<웡a&i|j=T*TYu|B1 kL$8gz+vmy%5{Z߯7+Y(^Vffjmg4Vن bב@z(s*" 6}UXu$ Db`AHË[;,Y٨2`"r(H3ZpBfrS?D!OZ8gEz'~Lr 2wY'Y{SqEzrb*H!v\$/\29y}`Ka3e3.B&U+u8A?ywGk0$?ZCؒ}v<4NCԩ91G" w%[sGTY֛}B6JDOa֯bNn7g[x }D :[ ,Jtq18,K˃@a/;BśrNp&W3u'p^Jۭ='8&SZ:ۘwV< 8ITVMRD\r/ed+4џ}K[z?5XeKV_D%O2uS8)o9/'-j1׶`|!@7qHf 0-ܗTYXK$-T1Km'Zy^$hS2nHKI4X a}=a_rdC͔RnSiZ+)i'vvm\n56 {$j{pL(l6yكe.=κH.;[I΋Qtd [q-}*$P u1l݌$fS8-_zt1[ VSYi <՗6]JJ|NKth.'=fqaeq?mx}fq}+24ij1LZR?mQ8Wȃ/yT:@L&:o]>LWG\+ē*#di @ *N bW\$gDb[~Y!ucAZCOP1x_뇓FcDVw' vD(AGiĈ\ȡS[ZHg".MC"*+Qع)Ky6FøJ7i~: 3dw C6';7s&x;ҢعeM(&'ҭ QVSGwgfB֚dS[*lQo.ת_͵߼'fuʺ&qkAj.[9*N32w ~O%OAڲ nӅC!N([Mdgv"UuJ3gSwC dI$/&R @#[S2ubQoGk] h$s9/؆}N4!&ij+D>>O շ$E *=@_6#bpy-2,/$-pؘ2שap}X0}*{v2t+G)bD#BZ,~+D~2P&G6BCɩc{,Be||Cʌ`C`ӻ#61 0|5 '@NoF:|,ظ#ՠ3\5 ],H,R"ΘØU+tg~DGդe/%(esٹ?2D.b6'5ŠM=T¦ WC _X nRނ'06:GwnR\r"iNcǤf㠪" 5 dMK6ǰdf=Yzzd Z}H*!C! A6@̠D?3.$JUߛ[;t[I㥞F^Ӄ@jt}Hz{ݣ ptI R@ 0`tK(a+H$B6 5Po|3UxUydz/–mjw O!Ss3%bDr o?]S :^O7#}lp鮈SM"M~R:}P4E,?>i61?Z=@;nenIѸ~em`{j WJBC1I&Ĩ?CgQ j zo0:Φ2Dc\#Ub0xy/yQ%o ݅n,e  c zV'5O|P+p|IX^=K"v 6:m4rzn;\@L[^~UUC|i9͹'R-6zTPlƔg&."Juw{[cm88 DR:}^xp @*&שqLW/-ּ@p=+~GY ^z#. ]r٠4V,Oיbg@ TyNOFIdǮ] 󈴳WDPN:Z9¶"XKO6/J*A(h: -q*CmeCnyƜÑ9l4ٟRL.hG\HW6eA*s#%gZc%2)ȅ.4uW!2_a:uW܍ly_N~gYmG }AO0OGaHw?˯Lo Ҥi+tDhIŦĐ[w78M63Ϥ>LwQ#<|쩔Kϥ8M܂͡-QMy< J@.qPy.)koG(c6i]q+<ʘ9sb_Mb⺍4u U#,ы:N5c Jˉ_g̕~T E͸3f;渖߶rQ) 7}\Y34?/n[̬QF30FH)n"ߗL@EEA{B?xd; }sGP\ $(8X<<| D0h.p4Ja)38pH AxyZt'Y.eüuq.paC{刿e813,ۨ﹄,<]_MF[] #$dXǞw'Hy?pI#Vxc,-Mn'O'nHC0AV6C쑲A|qرF_.\j/`[RۺMZNnq|8 ,'˩o{K4!tVmD~_ qWiT=h޷xh.gġYv ꠨[G7K 2~vx"'];-W"BYS./Wڭ!>&Zzs}wq` bgJ+b/Lψ#Rq$ML F3Yz`R2r3CB*u^'82fO`C-| Nk!I$WZgs/Z@'=?ΔMRauǡ(G 7SLCuuyJR}s{ˈl%UZX1p=c鿝Ct>O8q)g1BF^r(3Kb Ñ#r,&s:1 {,sXd,iMۼ>B+[/Dvk:V? Ot#XTG]Y6˦fԤ!(z#+EZq1z=w}I+5ˀ:v#o`yyM#iR5ګH;hq=A+8Xf/iXpJdM0+僱֘F:woڵ󸅥:YsO@^ɴl%~ &V% Ҳu& rzDE"& ')y}%̠,J3vy3DU4TLl: xXGSBTUVhEwL1ԦcqV6ʧ59be)y˴"vLoہqz?jlX.&B뫫H}27ʖwN\%~߳pE P֠6 b32M TX/sC2 ͬ6;{S,Jq=h$Na8x=`hɀ҃և\B}s]JowM~}dϱ=Mv}CQ $*4 ̾zo#}F4=+jKp)QBۜ G3>Km!ZM9DjHoʨˉuOVPS8]'Yp=H߅QՆ3['tkiW/l1Ɨ;R(܍[(z0igTx G⬲E%r*4Ӥcfa7U<3=O?U} TomF@j.? #Hz`-l&HBO-"iMGlyY-mCwV/ WV*[nvh?y.Y1jE$."3wQ6Oe~F% z Ӛ?/Bkx3bcLk|c180{coNAv~%ÿDBۺU;jUi#n 5mMߏrMpܽ7MXK2iY@cX9?iG)≠BaŢG|ë=6%E?5%#M| MXA YԴ!PcFWB~j;E;JS:%ɩ Q ̑/$3#:@2BbO\~)VqĚ˨px3'sV U 1('R/"j$!B=GH)T_8M&pLD%[Iv9XPge-UJHz!1{#վͬIRnj5Iy8,fIjSR#%R/7sXUգ̩Aa2"?;̷yB7Ǫpÿ2ϰfyKɿє8y뉯؂hL[=yB.n!f28]5Mҍ%`X[+>z$ot|d-e}'!JWĜwS)UPͬuRB8'8p+G@&ɉ@][|ԅ:UܲG/a,EI%'p~# 6sY& ߒoYչ~:z<5$6,\|asWc9:KF >ih^5ءT*އҒ *;ī_;[),[W!lOVdJxzF\}o9mO{ݜY@X Z#bǛȋQ >4v/lNtdWVNrQho'rPhјL#pƌ`nz e:wgw^f:孲{XSܫ^N`1i&d^S;BTqI,~ST|)ttS"f%wSz ZTYpU|p-;alNrߺ)L%'hA4yl2(8 S6уz#ʈs*2g;lqnArQ3sP$ ]0/Pʹ[ [zy.AO+Wt?wjCGQ9y?3lcۊHW?-z{f!@ *BA=W=]5ZNJt/(x46a«dY{B"EG&RoK^ŲAEe]ޢ@ 8(\Lel2w E\@u/;?͙+Xg.}<0&SfY /%M}OA< |Ξ}M@FT7jKCt#V&KEc7zޒJŻ胕g@ T_fZ9-l< ~x$]jRwŗ7e[uv]L.٪K8VCO!sFdL]LUQdO۠))N;.^ibǻ@<9/z~U''$(- ʑkfgϣ7S ^0od{˔`T9)AӴ?uN`ʼnipS?GvahƮj}jL&ƺ%VI?Η@نv2 D&j'Y2Li#VJb Xt0"08hᔩ|zi {@EeS:A;99k`o% &P$9Ut@❏>j{u MsnվΦ(F+psA5/4NxgFMDh&eU]&=0 lIԒTջ[~c&eve^f*H@`AHς*ֶ~=xw{5S/=[kWdōp2`ǰ#rG>o4!Xi 5B>^8!R+H 7/t4i}=+&(/҈FGs~ścJиd}jkA0L0xrtvs\J#<>8^CwK=,[߄Ver=TQC8N/| gQu'fu6 ΜnG)-G₷٭956n8Dqܡ EMѻ5'D+~ol'|U67"У K?6r(`#!dʉ?wtyzg [ 6:-2#?XE(]*fl@^G=DbߠHUxsἘִ]sm/`93+.bݾo!g6dM5>`>\)RU|+-E9GAc{=Sdu_#IbxО>j ^$1H 6Gf^shjw[o~"x:>yD<4 wFq 4qe #jC3~S &vo_zq–UoZa웵o7CœBJ+$nsw.$(B`mna魃砱%=(0tElxy!Fb4x1d#Ov7۝DDe'EXa5? 21DܐHt*'hcX`l]\_l LE1@"W \#ՠR/)Y@|exv+wn3qw^P5 gɧ,s'`lG4 ڴ '_!2QQٛ+r^6E5M pqE{eK e(S!+W`'(vKL3~c- A *ڶhqANC]1h#ye}kin)!1oȧ hpm{LCŵ4@^&8.8k#i8 ,|!Mߓ >g{'.IWDA3Ӽd|P/,[sVg~q&к(ӽ4h< 1QIVqMVZ%J.s X/}| 箁4-e.J+U`4R>0B9+M=<`?C{!ǀQ(b~׃*߼V)r|k[]jy*KAIIeSdi?vT2VBk $vf\\%jq]e vZtIR谼'B1}O٩-EJlQӷ&mяtPKLdu5b6}=Y-Xt:RV/ncF}a|.%+9pU ^DMHD=X]$GJ\~ѧ K:wOW䜫|A{rWj2q6vʇ1DHf߱U:ēj<@>} [,sg*/DjY>.٤%āWspQՁ0qLۆ|=>3nbz՟Ѣ@)0biȾzAS`:%$P |)̇D=K2O;@Y;'mDʣ N^a*#P7x< DŽ R5!!eMa [_փ8VbF>2?Tb}Yl .y Kt&cJTEv՚,# ޕ_ϺfTe* fIM 먩t<|٦ `5r)Op lr\RYғlݫgE&pEObTg_EZ2HV4dA?+ TXgf|Tiqf뽼`@B@kw)"䪖v{Wg0 6iLjy& $fo)O.fό-n'*+C5Բ+y:A\͛aw B黺8#<'&C˿ c(XSC2_R<7vh rBFc儆zWǞhň3Zzy77KWxCjLk{݂ڣ5*Y*TOf]ͫÑ2pUSc|N*P; $.ǀUߚ@>Aa=Vx> um;h3W)~K~[N!m FD?Hb*RcO# q!q_/NnX[ ٻnq "mO֠o zI+Ҫt fȋo:߫.B[ኵ=Ԟwå 9\,,'SWM$,E'|R@<}ڶgk9`ֹm7Xa3 ?̿3Z.u/t#]2?x%+k:į4p6kImgvWl%|y3p~2 ,=z _GlC+1ڪs4HkxwR+lCz7j>1U?oЪ(G 1CSJ`19 ^\ırlPnvhՁa.v5 us.8w$EAr"uz0;уe3Og'Q*˒OZE2Ø u;k+F˽;pvfK55 9>\ahU7۴z9$ n$KbfDxt:%++TG/YhŤ I?[sIn &RDYw"38s)VbG:MYNџ&s7)3dト7d3Dpz; fQ5 0:gP}t*ߍfJ56=i }kp{d:f|@;V_ %uq"lSDxʣ) FZl:pr{M?"{~ρB&f~iT!S" 鸯wHF6 Ec6,TiN)" N0؝ \!ab[bX ދ7Cs"!f:#k4U<8c6|,͙WDN }U]H}g-e{ oh%euIӄ QUl>䊪0ѕ|Py"RT {'"{7l&3WjM,S̊u|3ʓ;cUA_)KUa,Íag`1Е:x+w0ח0CJ\aM3K f;f˳_sW(+ɹ;Q]А&rTCη_&z՛ _)Hp84'U۴UOD c0N::zouȾډ.qm.~x7JO/M|g֐=1ˉ7@t Wwɕ41ER: +g9g3QE-k!TPMFm]+֗E6Z thj4Q7u7؟ѰFɖԫvg XLb)0x>-" dWeLGn)D%\UˣX$j0][,o$~IOIۙK( ߂a G]Ǝp1{!:| Xm@ 6g}Dy#:m\,eRB^cXȪ|y\l!h(iH'=S_t&sDfFGmJ`gZ4_  rF b!Q5<6>_5 BS j젣4Cj|{FL^ [Ȭ, Jo~^>R4~ #O/@eI9'b cs&aF |X۬v0U^}yh{M]WT^KRɅ`Vx4Y~E&~ػd쳑ZBeqbCkubu^_>W6 ,]1KN56PC\WC7ΆVBY#}jH#9,hrfIwK{`'=s q0=IcNM ch|䊭1c@l<S8:mB4 ޮh.u]Co^_@Pr H6nzS?3Ѓf!˿v04dW%5C+JZG1HkG)o1z?ݿ`Wts9e+P)eThpI7@(P0;^wrg"QD}SAUJ|&)}9 tN |D"Tvl"dY -2GwT"xr}h ɐo#, 2jc 9R4J6o_o:YC9Ɗ(~uddh I( 43)=_]5%Nt+j/Ao.SXwq!;W8-M| r-н:#>w[ X:d\et(U0۠*Wv1:)(RI0EY ,K,KC-x.<929Ĺ;ٮ[L8.¥(Z_\Y_kXÅSYgmۓ 24;ЖS'T=d2 ufR<̐dd% @ Q֗Z]?nkиcu^V}2KU~@> .)x,ڑ&z7o"|l^?գ2 J|wDa|; ƛ1pk6XQϬY088 jgZӀ+Awb- DC|~QF?M5<ԒPGHG- W#3,nYeKF&7槕!/ggڅ@L]Qin@Of1}x>…O 4夀ܞ튛hܲfu m <$I7p26 qbX9VH.n[)7\^cMqҕ>0[ڗJ[+upTz/UFÁ/ (hnk3(+ EU=5Pim|55d^e\Gx5 izrMN:)"×k%.vj)=N)Z~MКP g6/3lG[ B %ǒ:M"Ȩv0#L9&"=ey ,gecImt)o1Ĕޱy %#!'%+tr!j@71ⶳJ鋹G8 d/؛Da/?C8nᏒw9JxklB3sKc[M}9(|.Ջ<_4 c9v;]lh#.| ϯgaH+ 9ol{6Y*օp#GݳǛSOpbmsH}j7dlJGp!}'ə=H7ߠ77nVz5CN: O*DiKpNs7 ş]37~@LLp#"' K6.@k˲ m"3S%@5*j|!*$ͺT;AXHڗe7IžL^kݮ{)̴T 3䫦}S@lm,нefe{TYk>70([c h R>|dCWWcm~q ܲJ5o"!p#H@}qyrb;LAh\ϢfrCMۯx}HVw>&h-U [a<@ [v]TU!9IcS+%<{B~˝PA rnG:ٜk|P`ᅯ8նE5P|lpXoQ "}$2O,^ufC'Ң Ϲ|D4 2}.c3>vƪ 䪫ߵ.<5bdX,KAAFL`˷$-F6+=Lr} X;?O) ˀ0O!EJ86JRQV%VDm7e%lc8m_w#.˲- Zh d"(A[65TYNs/3[օO?~ӝ] +) ˅?BL H3%.R~Y<7hF=ME @#2q!HV -,_l(RͽwzVdj쏃K("46TJ:g](/.&=GM$jk?{O[d0[CNJž}Xhl΀#(+4uj'=/ηv|c7!7p,XF;L Do$, jݘ1.؀lʗw˻mC^%QڨZ/3X\zL@̘}/lQЖvY0ҷ!|̑xTb4v9n'.A ~sY?ZK6Sv.]5t[m fzզC.TΏxj6vI8 3 q$%I'Lq(Ҩb$`֜'xsOkz ph" 73ܧ27fH.#ZkNOYɕ%ƒۍL6Km"9eih#9m&U{Awy#̙2|dvA ނ)Jei v_yɮZ[= d sKy^A ؆sޱ6g0Vоf7_`YxX`>I,T6A.>+tx96'&I@lMѷ'+I@{cNryUD3ýjUV!}kNPpCaZ:A&c= 0\b!pGf8ϘnL:l} Z֒vO׺8V9jɭU`Uͱ,a굿QI%Vj]I=%Ϛ_ F&dM?Kp*l+} UX>R 1ͻzSc XYmn~C.HE%߹qmuj3x헨,!_ӭ9cB7ЭzLp\K\ZA`M~|o>)D:4IN/o(iurP ^O-=3 8 %G SP6욓2RP~fa~ˢEBeh}1qcmpt1l" Phz^hEcW3 ]1u\Cutdz% ݇\8HOL9JZ$"0.rs*"IdVb*ub8俚-Ys5S:[{e$5l} 6zHADSiI[ɶ0L᧕$NbM>);j" U`\Y0Iʹֹ::K24k%+6Y~4*gд<ͭ G74^ ti1 'P "rNlZm{CYj_:%"]' wSrRKbDJ9 z( [^3OT[ҍY6HܴrPr w|UI5ST?5>w A3˞WD*c%4ZTk3flqhDHLހy(0+])d82${U7"2Kgj#CyЉffv`˱^\柧Iib~xJ^KXLink47#JIjfoJ6¾l 탺kSGl__1hc7&}} EaDq!{>Kr('-iB"1qCqt7 ʧeX0HT.(&R8HkƊw7ibDUi|\*`. @e̞ҩ؏br>_Ī_P,j|gjhu;DҨ4M'9>m|1;$!TZ*].j9Oj@ȅ4Z1ĸ܋O)[!݂g6apI{q3^H%ΤVaJ%;sK4r/}wY!?7d{ o0>;~Yb Ӆf{ -P|&miÐLjI# R'ŻğOsֹm:m̛sْ9>9㑜ɂdLjqaHn|Ɂ$ih8w>n-F!d቉uܦPxT3u2P)X9Y.\g ĻZ*c; E(p=_o4|55edGς75Dwis1B (zku7O\QC.bt,߽pA\ww+iB/{w搮MDMe Y/|9~ ՗-c"~igD]6j@?l]=s@y;Bh"4Jxx1"+t`ɸű1:4GЪ\D%nC9 .>I^I%s<@ShO~*s, ?m>j?b\՝?Ž GçC?Sqeا0G gaMQ!f $E^ d(PsvjSUd^"M?~N_aDcqs97K60WmȎ c/FW"ye7&)z h]]Z5 Ru~9_-Q'!bm]iwLNlY`f-!mٛ?U)YWb0ʙݣ&eTkjΛ_W'8)!fʊ.D>LȎ0(L mh2;PWI~WZ2ʫ:i_$7 +$tkӘnKFc"dpԹvoVG3s0IF'xQדe8m |sMQ TԜO +TW޿|6qxӕW|0/ƅ+DTA=rzFmz S^Qgί 9.a|_u7BqL1dW.|+x~l/+a=Gg4nfv8=o@ T9b,a]"t.=yx$@#6yUmI3i׸4Yg5Or3vtsU0aa]ٔF;”βUo;ߊK^ō~brNd MF/t` ӿDzA;svN 'N((ZRxeyxÒnd߄S&,`uu @Bi \1-Ɠ FD UCE6 jۢ-A|^<:Qt0 Q䡀/@MoZ#%ˁKC24 A-!sMQ" *Z!J5&บss )Jȼ +X Brdsng@GlI\9oO^^^1A08C^7.(6~'EpdsS1N= ~;O.y҇NG 7\[;@2=YbY@o˯k }O-d߯k;2M4ϥF8@b- rv`5*0q\oJUR"^kυlKh]0>)+m@4'/?#8GRh-nNz^XnAtoKy`~-9vx_Rh#.o!4ĝuh>[9Dpz(2@r>"a$u--7f|\6MZ051fsu.JU]1"cxUٕd];3DP, l8~mu4d{AF@a?1LO3N3G=CM}EOa$V{@eAn:Q-d#yT;=m*qj~!?9VxY~ɝAu>]R,ֱ5h摪(z7; _R)68O Y/rrh,bj7mӠ\Jq{x27fľ8Ŵ$@d*',GA]oؓXiWS }> l3[\N]Mcq s#qr\0kgr=7HPƲbd5JnGp:8Zh=}\ ZvGT}t ]X('3=#}'S>pA(JEtOd+j[}Y>< Ir-~>N Dݧ| zZ Ga &ZY⿣:\|5Ӹ"H)~fn1+b&_B_4 FBtlb^?^[[&FO$Clt^iq<+%4giemjT4r$j,1B[-iަ[%ZQ[#I-{gN{r?pu;oVQ6-Ii_[x%ɌdPf `G*5B@wSwO9F?)wž |(BWdR,Y *2PLhe|{Uap" HoV_eDrIp ك^a-7p|lGꂠ01T7 ҃H?1y$|̨;p ހVy; +ڠy!qD=` Bn0*wK6Y`:nK rpx7X56F`ۀqPMh r970'j ?/2l|+al6jJ*%Tӈi :$?])wmP֭WHiq9\nׇv!jȑk=&IA&LAK:)TMkѤ @ aJA S]ԃom&q_Rt$);vjHAl#Q/fMx~z8ЫPS4ݶATFƖY-*f?awoέ6/Pzq4}AHPR1ʊ+D*~à]ߤm!#}'BU[Ct5Sm!&$lDK"iB5VVs懰ي /r_Q`>'P!z_#_wRxR60(&y4U5vaZ 7:ɓM$'MhTڎ@>[D y5˦=!T|򐂴o ޵^5WskJax#d*N? ۢ쭠#V0١p^ΓjP!|5[DAJdxSo}NF򼒓y. ;M]oI|R!~Q%ʶT>~V4:6Q2&_Z63u>,ؓ'Q[̀J `B)=S DCh3OoKgH @d9 2;i=mșZtmݬew.2Hw_o.;5"Ii5WUIAM n!Ur4,4Ax`xۥQSE 񊡜B1}T:s ΐ~X,/p.ʫjCGL*iC %w2#bt*=܁E.U܆?%K-ǴLթx\$XYXF,xsSdF 2;7u` G_˖O )22<adW+]Y~/JaB˘il1џx[79LQHM7uhs,*'yADW?ۧmdj+>PV S=ٱTz4c&-}=ڧlh NJaP_ajA B'X$4&W}j]8TNl8f4hl7l~ŕO+5Ƭ+կՏ j׸ _ɢ o$J϶q+2-D]D  <_OJH!{ɲ^>eqK[M ώV{{®_ )ݕ8BBu3U1**th-^sI0k:#h F(;d(sy0\pq JpQu#1s */cu$s@R%lt2ZW I_˗jeBlRUEr,teǍQ37ԎF->,+r"o} I񓔺NbW{Qڛ5(ϒ#շNlLL]BRio_ωl}R^'#%>Y^-W[ֶS/+R GZ4;O'r(l^H$4jX{z=dE @|_T2bTbކN#~J tѕL2 $"9⻹]HϬ倢 _@6gyZ:)\ʐ>m2ҮR,KZGqk8L29BiFYags|b*<ōײLD3 7m׉즘;P@߈ ~MBKA?34ُpLZ(;5{L $b@asHt{4|54FSsh"\COםXM $|Ѥ1fr8bΪ\fĻW7`NI`Qxbi!\z\Z'g١QsM)[kbkMfw, 5T{ YD*Ts1HZjw\O[SzƸNP=BL)ޚCZ^PSIfz*cOpnklU)(( %@"g=h-qԡ.c{#惃]wAtg>^Y=U7Մkg0ք6nrl>\(Uڞj;9U!Ӟkil+典rU/UXь3LdfkgO`@GTFh|KG\ Xv;vmҲql\/27Qw%:r|zVjnޢyg',Hu''ǴlL V 4Ci{roG"rw$tiD~ A8큙@IM.5VAG1Avao7!3\e|Ouʪ@/--@W'x<۵)>[n,`8/!ZsMNϼf| 9;$DI0Vi y$tJ$n0Ms?Ym6U5";Qή+8 `eE= ؾ~Nʑ>Mki'N ISЙ|xgBR?l,-REڈ(bŚ訒-%0pĚޖRtrGJӠ~v˄$# Q[òBlҵ t.0Ђ1bxs|mG ┮8z"y:s~@,iP0G22omp dUֲ lP bDy/wȶ*c@ٛ#dd(UC1AWC9aBICa3f?T'*9L0#yֱBxKC*doؙ@[vc]fA/2UH_A\:ZQN[ESxyDպlg򬁙C{o*.sԗ7Gf/9]}[y.:iTGHfRvӼv?K[Ў/@Yp!h#Z6 h5amP01.3*/Bj*&h ob|zvG/*9`~oĽ@S-k  ݏj'#LA6YR{{*0~7g}bAc*3 >Mۙ`z_[?4lp&Le%E᛺;,(~UhVadB 5 _xmi/:unm9@leߛ^4p0i‘0b/G7d,Pᓨ"439|oV_̓tNJ&SG>Ih7\)'iGm 0b{QNt \و0@-};R۫jP8ՋU7٨P9 rf,1I]lGႫh>&ԙؙ& !zBkTe7PFiի/0XDixcWm)P_AiKt*D0sE6saO3"+2*af韙+#RJ|tW&^Ud)c ^,iiP@B$|X`q?2P(' *TzDz4^j)aԎb{ xعEVBgEkUIn}o:ue5 %G4r: KֱŸ;iGҵۇ5Sȣ3 uEˉ:ygZb2qM3G$W |5Ѣ$ho9*=ll)?{sHc Sgpt]ؚ:q? ţv`iuÜ ofUXYJ oJ"'2y?N f$XY rfatYb<.%B=f l񔏘R#G7W1253Z&(.=rM^ئ CXvoTcMvlP4^ {\.֣8X83X,g BZwM{1ؿ7auz]ImnQw#߄';j׹kƂ?WV jE4T]3M 0ͥ5Q5!M"QSXUn|n$ e#_ERQQ=8,BlHN1|Bߧ EAY-? |ʒrr D?K |L|)(6Hi|&O[;XqJXůZԐ Hh;1ulxE^LePN݊;C+9p]:# %uzu8|0M]S1D_hHY#+4&SM%cv'* B123 }E5WضBRh1dxS7 hV($n0LFM-)xq]n 0l2'~>mI4>SSh9|>JuWҌY:P IR* 6k@ '9Sr,)oF'+mμbY :99NE=Wd#-j.D=磡@P"= a`, sRw L}0D'l\hpx(@ZL!lFQ&%]4PzG]WTrhkaH/(hFPoo>Ҷ{>l/*Zy 1?346T,,͛H~|Rh}'1јɐT0+G<;7^:Z*oJ$WQ5S'z4S,N |N[0љO/!~ljv7@6ʄZ׀$wOS|ښ|Y:/{x[ PaKkUrZ/ hZ:hSu^5I̍F'B$ܝ avB d@+g޻_c^4?,бģn+=`%'ӵ &o 3r :q 8RN (|Ndd`x)$[j>M RVINK3F*X+/wUAȬCF4 ܀.M,–}9`>Wp&9'^7c*ijzWE8na!ݚ/L?,?ơId ak4Ga+)fV勷:Ѝg8sPD%wOٕ|:Fzw(-hlOFGhn:o GR@nzqJsӻvLO7RfIn92 ;`1)~p^ƙB};БUb_NBZ4&e.8 ߨnqɵ+״1LxCy$؞LL::ǩw;\Gs/gf͓_iᨽEP\Ndӳ0PDGսYX=5>.o_)z61i>)YE\%"C R^f:^MtCbiA߁V'+$gD!RQ~@S=4 ~ -Z\n,pfIOzB~i]̿; }/SIuS~ (t;,jg(CLI6(§WZ1X;pj8{2k$,I@Wz_~D)3/6,T@SHs-dڦL;~ 6FdK{=ƿE"O%lpRp|KqbKu[3קW0U!?W@pe]⛔k[|i̹hOIoatm[⎔k@~.u;hcd{E@t%eI@8^~U1=Q^'&cVP_7&kj&4J(ѝq%șȏߖ$q"s 3xpjwAKz/hr/~(qF+WI [Ru~ NxawGCUYx{AA^dw{ YYll-Y.D["e2?EUmQ[7P|Exd-J"NOM`Ty (YX_*;x1t`s+LvAjOa7igoPaI8v&kgA,/ms IA$\ 8HӋsVʘB"ڐoLPxT<KMɭIs,jw:xK_z׭szF +y>!D7lc-LLO5fNp^G⪲]֤46}yV3(Kݣv7<5Q5/w&Īg|FqMPmez{/~핌1d yoe!!2ENMs`@]r.iL6#`G@'049R~Pr\[ֹ4['o/&n X9OHkvP'sQͮ+t )^=jf(y@"c<8 w.rB $.eSyPxBN+⹮4@lK{\#,4X$ l-,J1l)Aܟ!`drnPD+Y=SlP҉R{.Q5q.^#xmIl",.U"2KzxÌgi{3cx߷;uZ@.G-1+Z]qk!K5_)Szz 5SN幣$hf9Ioob{"rt@j;irdQB]с9UN+ѷ$W72Z0w d E^ϙȹn''jyFOJ~9UW >!?MTJ3xdG[ͺ/Km4Ls?O` tŗZ=_cpCMBe!o_A۴9h`i&TÒ\Kع&&Gf">=!a! X#'|BIx[!qS,= ^P·s}ݙzv0vź2^\@o_{# |SwK|v *83n0v;?.G#j+ηNBw<"F/x2Qku_Amd d9+KQ1y2@%N6nuJK9է,G{Ԉq'| Uq |#?),8om̙--Qyzݜ"U圭?[N̐Pj&UX\Z ) C9*#bc{dҀǾ ww43ɣc */H9;D I5?|l_qcGT=8SE L@.=^  g*'J4UH/4Xg"AN3M-ِV:﬚Qe=|ex0QٍQ0*N4K@ c6oBev򯉲s(lp$7'Xr/4ź wяIs}#W gJYw1V*ZAЗMjGS!m\ s|@YBѻH4Jk~{)8|%f#P (Hiu_N}Fnb(rrugg ҡ?o}"Q%I4Q!fpRzq+qYW據 Ѡ'ͣLHbG0[q^@]. s +l7]?752y-Z³A" Mshr&J4h+$iFLF^!F3w!4IOS+"vx0Fǖ%cIR'A)IA2̚G;^;ݶ"`Bi50ُ".g%?#C&+Q62"1wvFIAx:+ǶRP(-q,=+e# ڴN{WPM<*u$xT {~O-XeV֦vbKrަ=Kj:X.V8W FϻƟNPP_YUVN' Mn3^6^P-!:*zYj'rl^g܁,kOv` ,? nK$`͊P0ΝӋ|;ҮKQ^IǂLhU` \=8.Fzz,^G6ף_zy`1Ge͝FzۥKx}vB3쾪 O{2zj ACx=s>nVr`x_Sï\^t d#$L{{* \M+!_OJHPs'4WZ2:#"~z!֟_B3 <5iJ~5MekJ;Ӷ8:܅ $OOÙˢ-gܐuɞRT1L -a~naVe. ~l@V};[oB?2JVʕĄxy74j*NiR5W4QIֆ+E|R)DӛP3s3U AE ΢+K(G$-BU~UpW:94ǥ-\UnTוNΌY q~Jץ,u (&C"s:!'p% 9@NThtSM}_wIF4l+R[bOW1oV"ŐbT6#"fGąfWo!(1uw\6.e`.G%Sc\Z/X 5b""& j:+LuwE[{0/~Vܻɍ6;(Xm+ׂ}kFJd£|K PB\iq`O1[o($hL&W?GWDa_*ʇJ2'sMQu h尚%9VgLQH4Oɑx %oe]?fJDR w&]{p/u&/{wG2h%YWHD]ޢ<񅛤XsT\ 2T drXFnBc$ܑ&($^ZA[6?;\avG*LBZQĘfYKAceX*3!.ϡ- #`Z#1xfLg)&oKnQ@^Jc 2; pJ`cB4&DiG> Eۚ O*6ۃvAYmd>J99`&*ly_v=HMF@Α:,&|ġ́/!^wWlr>xwç {7>BiF ? {\3,vOb2Ug/jSW4bb0MNOj({ӲBTedcd:'Y󙒍Hh [`4#9=>K\;<mBLRN*Bd=TFkQO'p|s 5х7m(QB9u~GcXY{sz]KT/2a.~qi|oUKPv1,M8@q0hs/@4eYғ+}QʌKQ(c>g`O+@^!iNƗ8wSJ/#U_ x!4L)< x=hh&ģ0և.xX趟bvMN>[te0nj_"hmͩ&v?ӼRFx6i -"̗ wDO8b^85rz )Coz]e9ꂙTۀ^"(QiuF,* 0tf1x&::5,RU K/ۄ>߷#EW3JT Ⱦ99H{=[ydi4.a>ꃄ;nnĦ,ݞH1wgy"Ht/9>#d(Us/8م0h4f_氤 R0chX[}]?i:80?yۧ_8q4n.kr_n<;&5VL> qGAy3qLjR >vf lt !2~3m ?׿ K]=a'*YR΋ZN3H+R5­G1;02/]dA(䥦:ml@XP%2ua7C!w>c rKD^T7Y |"rNI]Yme/-?3tO?T?-μP[ 4v98$SvTa芁ȈsCJ6*O dHalUވKZ5&Y031 wcY$E<8bo0 ED&D+K)^Hu TCM24I(qrcUSzǕ~9]! e/GPبBw44KSpֵlhsCvi追vOfq#6WiVa4<ޑ$029Fr=dL~:⫄=E୺!*Ul \gI!QztDž0.:4uv)u@ohD#޼{֕Hm .7.9ט>5!e*qJuNP{ t2ٽ1ߒD聁<"H6.|"[6m*E_T(,j-PA%DnRόj`A&C!g7gΆb#'>xJ[Qhgx1mZPoJΑq?Sl/ܶV-Bt8?eȀ߻qV)_ @ έC=>/YɒdlŹijޒ}d]Y?FXfnv&P2Q!l:bc53'j[^A؅0@:QuZ5VDнQ9nΠON:c,-~MD{_]Xy -o_ 7.e7D0l-_}W_be T [{JĂKG9Y]QzPeŠ02=br޽ٙݏ+\3:;߶h$xq 6( Zf 1C~_/Т "o@{V Qg杖<ڸ# {@4i#m09du%,:0Xp?tkU3Q8n|[hddћT=ψs=b _\LT|.J#=6{ka7S<~М(XGJ 5B-9#+!ۂ_7|b4ECixWw#Ǒ#3f4Z12bj) u0i8RC+# }~*6mHxErCd?iъ+v4qhi{XǂK@K-< ١NHGsx57>J5`%i[ 6/W4V\K\`M"tAs9Vw5o4Ĩ7}VZuPd\]w zgR`:zId٢'Ϲ倣Q@o{׃C!.^"c5'zbj~SRI@|,RU$)>83 ];HuSm`VɾL r!vpc̀L؊6տE-N,;:vwHŘN (?ƌa?-kSu~WozA$aGyh ~ux)%qʝÆHT<4pDb_" [ٻ3;eWT(٧SRyc 0elK/|B£R+_ sc\[8eІEjR21)bg$0Tm(:ޝ-'GwDܜ5")(߷DQ[E\HS"켂#xYSB'=`4 -ЮO{(RtU@ҝ0 -"wVN[S\ų-& lInT̀{"g$P$w&lN@A^*SR!x_FƐ'GT=ߩs/9m 䂂_aU-Ejˉ޻v[I;7Y=YL f(X-msm ^}Ue,eLV8"[MP?k۫~ HdDu_mu Y@Ak4* yrHҫ2@:W|S,IԾ~37`"XL02[J@>z-WDPkfȿXy!;Zŗ&Et8|p<!5[ĥ ǭ5 LuP 2rq愐ns#g t :vZjI7;YJωˠx.*6-N2oi+ hI}V2=̜ qiiG׫ltwȆݢ 2+Yظq$g8y[y^OyKDc/ ެYE{QsZ/&XR='-䴆5߱_"qH%ۼ-ynHiAF꼆6bx k b%©= _tT oB_*M^bx ы`v?9v~\Tq%6\9X]qS2nJ匈I.Hi~y,\̢0M 1x}Շ|=|t.-m㎈XdzM6} ~c<LrZ@?&DoZ>BIGY '6\=߰uAD'8 '~ٮL O*$83RS2 Ɣq;W7zIJ6P0eF컳ښy.9~>Sג7s^KU[U4 s&@@m0FǕn~rڤukM&? %3N WI!|\|N /J|dhOU|4/[+da束~+7DG3.x9Vܑ')ȷʷ02J 5*NV%TNvajԃ;7%mV2"#<} #no4%/p0鵉^hk0v /!F\!ۧ=O0Uedш>ͫTYj bWFڏb|_?~gn@UC]7٢d NB|3fFzթbI0إ\'QfkG,aɹ@$2W'AŰ\}F 3'NJ{~-98Z%&Kjtiy( (.jǴ9c֠p$?Nojqŗʯ:c `T(O*~hGʢA f}(+^<+ $~ g;ElP^ZGǟ199#nJN!4efTK?ڦ[/-:;1\4G3_gD kٰ}t:HÌ\a556h"ȹRRcL}' ̔ .) .KvG~(ku(gdZ Q\BG%1Ny0UHW"YnAjp6Du-AP_9WM?n b2B#SfoI?Qb_s:4{~ dJw8ݖEJJdZ(u}# h""V`uEßOM| } bǚP{ UNGhk \:\(sHY:cqa$IQ1fd&}2rx~q)AЭAܵZS K!D2E ,ֲ >UM%{u6ꍨJcЛ;UQ{4PSiIsxHv{T|!2+*ښϷ _-*(Iv ܃]MW^ѷ'LBҵa]#44t>kR˴sfPn ŭl=)N6b5rshq8`c¨Lu-p5ܹ: &yI}AqУoLLeg.Ǜgњ'6$_<>PٖjKB|; dvbbrSPofٚħ 0ľih "ۘL8l;ɤuJ%X<,ZGM;KNu0oOW#8p~W\c@ny~?q.IK[Ϣd'!Ɂk؞ERj`1@yq=zs @&Y_+k4^'2b B3Xײ ʂG 2I!"h[$HP 0x”? ;@HUR7x:Ipg|ǹ}/$C;:B,) [ q8i=%)a)5@:Αc儬&LJ.)Ҁ J@R0PW*5Vd̶mкZ{ Mo<L13UEc vz{Wt]֟^Pub$QE]a6ϫZfk E8rWya Cgd唬xN%7w{om51z|-C[Ծ2/϶Q̒|q܂-(P'ھQBzL3Xrn>tG=NA,mwׄP3h<4JN}rNoN#)*@ ĹTPyHmzu])Y 6ձQI0 x6>WYz|Fu[њ 懍PǠS,a61kڽkMxFmDÛp@2;86N^ {c2GRbYXK-DX GL1ά[&r{zn+Ei6]ꅶ'l_k~0QXO+2cBAry ꥯp%ב0c`kHR,\rΑ0 77APdndhQpb߃)Je"ٍ>3&xR JI* oHjvM% IBIr5u;֛W )b~[ZbR|\%^*m cL= 5_b@m a\P6 CCf@T T0!)2A`O/^#\\Y+:,o.ojn"@`b,Jb5,Ϛ4. @}^чIoH;"_EU H7 n pL 8~S~iAR7+Ǒ% m 5dl >Ȭ7HL~YNߗw0c?>WbKaDB0z9ygN͛R%2}ڶOnM]MO˸D:+;fnX T3h.B$/^:гQftWq6;]%O]=dQ>egQU{8Ϥl%fYoFS2(m 7Ǟ[N|oF#q/`A/uKڢn69giF0?ƖjwrmzSB!.VxB\tmZX*6~xrT:"γz7Z sFAf t`q|Kޏ5%~.fsg5y}o!eN_.4FhbGl1wak#f:ÏKEvD"UQr uo59xڴ"G~ QY/a~9]cZo2 =*$ q IZ'/;bbBʁ%7(c;_O&yS/:{j~1س'Xl9,ݏSFZoH}hDQHDȟ9_qV:(A9F\k~ܯ~n5c+MPn9z9O}EBd'C4R&ں(١$[~"l[{}}J{ؐy=\zWdՙ1kD:YReIRLŎ+{/F{tI&vm `T[4Fu9' *I(uckd[1;@s~n8:CiCzY)3xv x> K:Nd8m @ʃ"Ϝm7gԘo9|Z J* a\dEjCtf_c M`iBlߝ0K59&Lfh)yW$:=rV/qzCguXc1@ᯑNcOMbz^Hcry&S@,;l#NzL 6% ߔ~ G`RG^%fK"eU9-Skp kz&b95{'ߡwW·h9=Ont RNtW{8,Ve=C$ ޶˒L\:BYEvf5-"[eTW$-\}\qyNqmH)%#'I1Mm컘X=Sfp܍zP O]!7}ڄ[g 8 # -E ,}@pޞ e6 L~P ;i^4q,jd:@]K$g6"gW$=?uK ]4 ̦[؁t'sZ/rDY mS+l:xfv*G,P]g: MMJ^ O5EB$u2'ڝ#[I fg`Mm]ZSa)a"|X -!O&H^E:ky@eq@H{[p9s.Ph^xQS< E@2i]]w1_mrJ‡Sv"7&Zյ#:<ZDX2O2!I|| F"f{PfFBPe5n!8vڴcJ3|b}#'^w`Z>BtOZS_nn!j ϙJhxRrl( io0)R|mݞ{WdL G8%2߿OZ&,7eQw-lM#띶 0Nl4AN[iShMC)|m bhe*/R7Գ0j96A}8\EoGv'$hԫF|)Gz Q~#ݡU+ݸtk+wQ`R86#Q! L`t ;D K{&(N'%0֥ {C ;bJp!hYJL<zC0./(Ю~5[\d, <  &NG,r I/s?zl}%ϭAz$~ Hnίs~tٴP@XRfRkQ rrdU+?҄_|@umw]}r*(wH#0k F!9=j}TzWbm|]LĩH9W>CWNgVXV劣"rXY]9{,Z)G򰏮^'裲*yμ` Ug_Rl妺iEqZu[4~ k_{U 610`1Ք\b' Htш94Ge,!gLB]jDzۤ1 >a };<:< f T@rH)[R EM/Cʿ..0Undl1wt\ `( Wy2 ܶs3+hZ7fTIn(c2I 06)H\%]uKpC}~ɎIVrK`A;|yAy+Х"pJu(wUk1MA)Z`$'ؠ u'}cH:~6?diZVҍur41,*u6<6O^6d#~ ix U~ gжPON 'FCr }<`nhEsU[JN_p3QALg&db ̧k5)8,X:vy[:2Og ͌/zVU({]Im>d K{X޶#%}<JP* yYsEf@!la -GnXQ}ʫ39xγ* G k/_%&رm_ts+Qy]A~<N9vg&ɴiFyxܟՂa\^zY˫وl5x-K & ?v#JzBھqU~d|bi*V%WdTD=nWA}ieqv.QYƚFd\~ p@ 90 X+??hd!Z-NٴR_['UP^Cl99r`2"ăK[Bf&X1!LS9ɕ`1ڗJtOg;Y7 _a)9ښ7D-+>tQv-| l G:LRp+ %#jgs ~wKnd۹jpxnT.w6Jߗm9沆E_:/g./p8oćVB{W0 @>qJ $AŬV߆ +RJ nc(@p#hIL6a?-_nPp 朙9F@ \):5䝓8y7A m2?z+g¿I텏&#+ĽM[bd3}$©7~Eգ) x2Y9A6P–CL9Wf=x}3*po7ꇐ FÕ(wg:o [R2tۥMօB7ZHB۳DεZ\'be}e\4X?cߦZ׿ q vE4T3ۘch IMe06xnF3WPY*51ۍ,kCtLYoy{/?P*eS?Qw|-'|wbrk5 ,crj)䳔`tІM{"PXKD/$Bl,1*ӯߢ \/NDa?:^7AI'h!?cys[H%)4ŒhWٌ"M 8x[f x2#nn 鞙[2o*/Әk$<%ҧ^\`e`4S1, $Kl'`h$B Qq auDnZ.݅b~\s6d^(MqSMJF:jȩ7Ղ ^v+NF['mV39a2 2%|1V6 4 -1 !uj"W#%ZQ- CHˎKB9٤yx]d/y/(}Ic,1ϯr["_Gr@=xE7KGj5?jke$JQ)FA V{7!bZ'lc2?"+z6&~ ~^@u@|wK Qx,;L[ jѷc~;%k#Bx!Ӳ }TyzJ4ROq Iy}H6+rRRH=薈uuJUj\S z`(N +tI8Ca#P8BuRLIΑ1uݝHoU:HgqK6ȭw#GZ$y4s8\ o v{pc_MԠ4bz{?;=`w͎oJ 2th)H|gk6&p}I;fXnW[yO@Z|f`ys(6Q+72<@;ذ;R´?GmL _2FޣbG;~7%"Q0K x@$HN5PJdY<05"wa;s&g(p=8ǠP!5LZhx$B而;!rS2 9k܀iL@ 7"᙭j-&/Y=h&I𬊁iߝ5~Uްqΐ)͉f 8{zh\8~R>7nIJPѣ陒9u3k](䅪%Bfz.!q%DEO0Z`T6~ n+δޢ8Mt(x@r{ -;f~fyu@ؼ3#s~UD>REP YjKu'fjVe(^ҜwzsPV?P%6KHUAaKt Q ܐ)kJ/4 IL~/;ߪ^=;PdN"oY;%0ȕ $+!%yC^E_;){,S}N r /Wz3Hl@dAQs7_r2S :CUcjROH˺ڌFVZsMҔ?\, yk39.7!o]>byJ)r? S u-["I$mk\\uxǴB |m)r٢sh&5*d^ GV %9?pδM_ ¡޽279iLaf3SI=Fj4vB NRw&@k,Eݲ_ՏRN%Mcmf( C Ch/߈%Cv2ENj8Gs `C*4֤&^ HJ;cȆY]Ӛq?MLP%+>7bGOM^{bHnEmD`yd-,ꇅs`s5O40Ů#n #ԭcX~^hWɱO~Mѕ:e]O:"_rL8>UqPoA[,oN3PN$yʘxzκ=q!랷:>6G&"Evd=~6#ހ,:=2a ѽ={!ky'<-8au7}=\>;^5-:OpΘS9ݞ].#NV+ᔜR./I-T F_輾^U T,UGbb6LͽkLt'[R&ٚF7!' bݩ0Y5H;Vr #R!>Ͳ(ȄRx7 EcDO}^Z o>j;=$޷hMW[gah9>Y <]-Gl3+EPi kfR@[\XUbYs%֙ʏNFuLm6g0q_Jk5b532ƁV"WYe@_$r8ѕ[kv{n#K EnglKy^~sV>X B3H]nO" 2SLRψ H)frKe~(*ʆ%"u(x7xʡV1*l:n^ß*!5E/(.寀 26_ә!R?>A_amt;yo/Z82TQ-+4.vc}mv*"Ül%l)6p^Ū.Fcԕ߄o{ z͍/*pk[c2p7_3u( dÞi2S\Z#r=z^_L,OfQCVq>VMTSK2PYxݝsI5K63ϙvU@||VoS$AgG5HXQPKR&NlҚ=Mp=V?-1C&.BmOHKxe0Xܼ^D4ֿtl6"mKjE"_Ql0 Eߦ%>GYP.VF`A/ƿ?3nHy_QA X{h+E0DĢ}+;;hZzVѭki. lpIFj Xnf L:8WD630 a+W$ s9)D\5e~XJꙬJr˺fXJʣwB0RZމk^>\cJzrx7vZ 51V`-kFD:8tέ{[땈ֈ/#y@!i2`-Іdh1_H|0 FN~m%mRt R.aD.׭CӋ`/ܚ4dӸ ѫ#Yآ=CT!e@N}&= [>I18b( tzk]/fkUʫL9 [~aB3+R<1LEWjcZ;·4JF=dRq+#d?/cܹYn7{Fݔkp <it9"D?M"neo; ^IE]`SNp~)79C\$!ѯʺ]{i~!f~ jeRȬІQr q:Wg $6RjL*l/݂_t1Q^oUV&5ioU$zv~n0si|U (Zq=u&\g!!;5{y4eP[ho4o:l̬:a z|mQa-jgf.J;zDN~%!+aJ8TJACWҷ9[Qls80?eq Ȍ ]rc* E aG?gQ+EUbT:¡I$(;7/Rl.8c ɲizƍuIIx9(ԃ`~eWA-<7eK+*0$ۍɷu⨺r<*sNjd? 38~ c R Ai()VF\\ەҶ]SWH.hdZx3!c X|l?/luk1U5/+<b&JQMLBҬӫC)ezs4={P+jB}DLs歠Ɩُӆ 9~΀<0/Olj<H9v 䑾]mѽlzF5K=y`^e\# Hy+N  s^@+LS]+[˖눏Uw-lh%WjRc"I In9`3~s`vZ8LS%FLJ3kJpl,)}xYU(DB{]ܻGXu=ٱ/vI_5؂sɔt గ7k"  0^{IG$HO'@ /} nՔ30Ҿ&* “*g)i(?~փOIw GR#Qùz릌:-]+%iB31ַ*z1kfZ#YR.}ycTXlj>Aj5v@a?̷X;'aB?r\q| ϔ a{0/ElPk(bD}sHٟ_cC=ds,RҝL] ݍ4(ߏd4pيN_ g+.i@M  $ԇ2^of0 )8Ʌ@HLjZRin:ނ].j;wY'K?Wd3 !%~:cGŲs 7@ts8`(7IW9+Ea;VlS`!?X rsUXoڈ\TIqL xi+8~4mOCu۰( +L50NLweuD$: >yrR_`ݹ.V($Z`.S7KR~?O5.$6,϶A'i-(jAEkL^5ς iJ1vS Degw'L+"1?'֡,;m0 JtϙHUQ90$eTþ߄W&RuPEU߭:yxӬo#v`J{ٸq]'+xU+{tFs`4ɑا$UWx3cNG'~ "l8|8 BLߞЃxeMfDCxN7? AszR٘XP93eysUb}(QLN'=n c -ݾe2`&,٨+b unp=T{Q?C0=ȭm7Ė9{)T!wMEy0Bԫhdӌ,0PZ)}iW0X)c54r\+^9U6VfN)#Ae\;,hI\kFQfɃ?(4~rh=DҀmΥFWAQ`Ba/+ S"2-.k|P_=H @|z<{*$H s) Qw'׳z]-'+a1;͎t3W=B;Boc% ]#@H-}VngP02*nhZ|?}KfXw\/ڛw7mPgF!B§]o Ɋ Y^ bXKFXzl[5fW҈I&}˻p8V%GY {)$ kH &&UYyFnF+y/fcG#h 6Ms~;)A%LG>ApYw/U *v꼄)K'N-:O4) Lf"$ n)cyp5tr,2/DNƕǡ'ua ERLٟrV([nHJUfMS_ՠs]$lQ=Ez)oӢ4G_|z5XeC:.|m!Ň%xaϊyNDҜ)TceF),,oT9e "L䰧CKVЧ;f:PP ќY9-N$6[d@9R5-=Frf3GԡWY?&.9w.*Iyb=7Zjs}QGA_T~&2JIM*Y N6 .x79(cW5"bوIn7<1־xnio)ZR$.V' %!lSf̿㼚J]"8CW>2u_ivb⒦'A*ۧ.HO(W|Kg=6xrjN0cq0HZ'j ô).a=kH^lP`?-R 뷯S\kr0yG.soJ56>qRRVA4׬~3#DykT/BeS괣wV~gp3P43QIOF tp nGЃ_9B{{5h#4q$rIg?.!m#tħ\Q Z/G7Bt0L%OxDBY=j#1J:A&m \}q-62?(͒duD^m铧$=~'2W > |1ۗ@zѠqoCV Q6{.Jԯx)5M˵W`]N Rv @ <ڜ!?TuQTH,0,^8Y.d eJ^'U >2AۆiKUu/zɌ9$4| cq1f4<@munVg1c\-ENͭS {v]oC*Dh\F-ЯĺIMxFkUH+ʉE:L2⣸L 5ƌL0}#N %U:q$( Ejlz5>E6~W4o#wdl͚0-4k,_aYh>MtFV#W`vΛ~;60=#ړKh2\/Q_$]ՋH|F1aV$ .1P_u}. Uu\]rd\7+2a'lJGkh<#kE!\)C(rcDۆ7/JKs+ ўzJ5o=:1go/.zJ`ԟ B>> ŁCa$^rʺفhX,]EMԠDmvt0,\kٯ蜱&c K=(2jƖoW^o euM{ ^.s('kUpɟ{Y.E$j`4QPa0ʵz越$ s1|@Ei{59 EkaoAjf% (g^`5 ҩ5O,p*n͇ny9ha1;,Bhc; iL,^ߴz.QDgշ*ߚzik@mZɫ'&@|.#ݮi=i6\ D眕x{M˷=${,lƄ`C$б]p6u dRdʢFuM Cq(\l-r[q2JTZo4sf_A%J!\$pe0^wgz X&?ު{#䢫І2o^U!(U[اTc-(wm@N' :8i]Uِm8l)vGcDRxM5CB{Ď(D 5^'eĿiLXP8j)~\u9ZplO"S &[ةƬڰ\-j}v"l\fR CCM]+˄F/L"_*ht-ycUK8G[fEZ@i>.VfAL0k\Xg ၔ5ь-D#MSF ،NᩳM`eEi>ձIK :` ] CԿY58&D4p}(rcOgrc U+ yF+ĸn4ѯH2`~RKdh/XT~ }y8a'҆3nJ`poO` W| F!wd!kBڰ)!Zf\l0=\«\AG@2^w4 @J+?ӣ6\6t7ǛVB777 EU-BkVZ&wXn6ӕUfZ%/{n$J4yp|l4AъX5vᐺ&[V38"@sLߣVi Y+[𿡈g2$~ŃEh̴[xq߯D. UYu&D"Y>Fդw=iBpdU8r"QTL#73{<|Ю#5ggJǠs5YưCDM_G}~U !\xM:}N9D}T`tbg.3#-RrGX\.+g۾iQZ/.6PJuB9E34r.,.Z+<ɉפjJQS/qw:)\؊Y.kS(r=4߬hcD|ao?҈BYhA!/,bOfcm_ {淫I@J>g6a4XU !V6FFl~vWK߂*>nƪ _  |}Ѐ *pH>SpBykmN`; b2O f n0GCveazo31"\W%X+ Kq->W/ *3X%&8X#ǵ],=2PCv( ;4YE6/+!BDN`XQ7M!ޭ́&6X|]Aȍ9"4@*%}Gf~seƴ%vfn%[E:}ْܲ{;K~Ga-w.[E:[L>S0vZ@xivgO2\zBl|4Z г<9+2l=("5` Xm3&ozIFiִc}k9jV$խ^:5|%Ó1~6e2]}Om"n=V~&g aHVƻ?]O_:c-'Ї \գO2؟x#\&Q5f lC/I <]m4?߶<>Vc2`&}j/71 d ?&Ac ^ / lg02c34 |uK+:o35~Ӆ¾tzŴ)X =: oso|] EcbI[෺%?TS{-b/xz_ko2nS-̒jbc|93sPrf?46K^=jۛDlLg۔**XMAt}Z +R7ؿ'Ar8< %73m~0W֯L;s` _.ΰXx{ {OMH&FFZ+:ʍ-Ȑڰh_$ \x ڹlﯔY(/_7חa%\ꑯg"mή|8$ı/i}Vժ}P?F"r VA<.u%&NuGt8ZU*镢s nn = O<(*/mx\dbh@6'tRgF!;8\cřu4>!ӡ3Rڲe=:=H`tY ެ`҈7U )L0ɩ}qUW  N+.y\Iy1Z'L=5)TduX=HڒrsocnlSF Av7*>5ʮ+mB /nƮɔoh˛xA-e$Np n2B.H|ھjz??|Ͽ0㔭: 6Oy}=:>.HiABGhGHsE Nlv 3 *Jc^NL?{@mڏ}Xxjw1~24B,?@WC8xhc!P4*?ǰ<:?acm80Lw?6PPkWBX.\P*\"Ʒ㴳sຝDn}?D8Ee.Uެ3%Y?I ; +m;rj2e@hBHknΰu m?ҍ>Bmٿjfwo2K̡57C'aEAۋqH^jp x5~QT=d C H11(ŏwmmvt",ϊqN1()t+{ b'EQBgi?R+Ngӳ}ŧd# >&}/NLW ~*"e^/K"4)@ y/M cTW.dJZ;CÒ5X]EqG4%S aj p2"B/9)f& I즌hȡO*-66ʮSq2.CC.siǡ.]jqg6ҏ)+lp=.GpEOu-|U g[>Of1}¶=&zrL='2tk-T4Tܞz ,m.T7ǻ Tk*k4&QD:M"RF)Fj? \@`FV=YX?ʄρ)oO 1|tkk߁ZsER *36yőZ@*s HWڃ 䓆1 +!WD[Q!B}\N YMզG,"z6ByΨ φme gL*njq􏥈TٷRW״^ȇjMndf3ӻg&]\ɜ ^&cxƠP$p3%6@ +8yw;G26)hYw4ܚU#&,Qh,^P_᫹1HfTb*l4m;2uKc4B/Ҽhx+n+A8{{1T/׃<x 2?*ϑ2&s_.E^K\ Jhd^a׷OŁ)O=h%$1SsU\U`ָo.ؿm ZwC:h/I2hE4kњ_ߞ@8sL{(Su6E~ױ#je4եO44QF!Ӥ~@#{r '̃9 *}nuЏh=u[Ht }4pL`ge+lo IE2 }o;omZ99'xb+$%Aw/Ӝ6Y"&N;lh33Vخ&*`WE/Eegj.L j"Sg\ntS'ץ\%ŋ~0jU`)Í2~K"F'%]d<:ǯp_Ϳעy"2hTޘ櫹P()w?I \1g^t+N.S*3R+ǻ>'9x^k$n qv5봫i~-\pWStnC#]^Ci-'.0awݦ oo0קfĞ q 񍺂 g[he<# w6&1'Z2hU]h8YsV ytЬB ϺHLYuw  8C$U{ X#s \HF1SY~ TL-%h$giO¨; B4̃9pP y;l] dyd`DmX4Z ص=ej~XjRyM^3Z&bkhia3⧥6/˞l}QpgA,C6X`bH.,gθ*ptExjژщ?byWʹp>Vy_I48:,㾲l+EnX(l~ԔCHnI2-lZ1ԑS ywh,s;Sl7<1VoNᄑhϟ L0OvEUALvi/`kwͻ+!ǚD2Yh-!Llޟl6D#4CqI u-#YtQ;t)I`,vTKZ'"PA†V_EqZ@s`VTmmwѩܞjMz1),A8,NJ׻1?ft9x˗xl[_yE $)h&~YA?Z&ÂiZ}.SRd 0[ҜÍ]-;;co!>yؐ:҆%aj# MQn|e[}4 B%ch,ԎME`:L,t4eZK GREب/'<@dS&i'1/ͷ5Hd0.nSEOg//D9pu^Ο[n~  3Ջo!\QNCE|^EٓjSZ;r3ty׈LQ!Fbf8Rਖ਼\cعJ#s'NjƿzNwQCBe +q+i='qc+ZI$\W;~=T‹qT9bVr)%PHQ]DWZE% Rg[$_T[yl,;gRitӃ R7y/;Qd߅wCrR|\ #"MU-1*eq!@(ڑ.e/JqԂ $r>^Y&sR5wCjs&{=Q%-!/j48&Ij83-@}׺8Ԋ5yU2*?҇-v/tB,hE 40 ş2a=*¾e~ *WZ)x;o+ ʹ~<]^!o{[Z4;&=uISV]`+܋\D𒯲"9c~~wMox W"oSHE4h &Wç7: |ȵ8h6k%_xЎ!eNfQ F (Le>L^|3cF>5l3+kUoPՃސ{wCXU)R.vdr@O⚖0n t<kN#*t96r0\'xNuZڿܯH(/"r/&k6%"ˈ8? >RU4l,zK'UُSS fL̈́#3)U +-> /eG+qTTW(2I?>&F)r1f01 3OD>OTy߮m<"ε/j-s^GE9+P}ٚ@jws ?խ#.#ȤԨZW_ߵk "j/$qͻYŤl3J&y Q8Ù45?J*,xf㉝X6CnƼtLD-\T e[T0ɔr͙b? %GWSop?AuԢ5/o_+> i'bAK8碱I TJbJn' ^) 쬊Oj0or s#b;)ȅ6Y&ur(-o/Wk8~`t5kiXϐ$ pkٓ<~%y'ȧd6A9mmroa@9r 6T!@ťY'nQmWXvжPoL:3R&mj;AN;>8V /rl/n<&ÇK[&1^d.րDhߛ#ic*neiO 2|D)*7W&JZ2~ h|HN|)};]4m?,ѥ=:pKԁ ;^%9oUdr{tVh?lIPQT–UVJ:7yF+@T eHD 6{|BXڢvm8fN63U`zBeҸg72ٕsg.>(m#LQIE@ !^Yhg!ĶxjV[l>~d35h8z8Dw"QWGOl.5o'` {8 vc MPO7%J^oyäꔊilv=ZHTJ{W5H↛2wX@Wy bMVH䱻٘٣1PVj}wxu|;țgD[ǘh$"p1%cA0cFz6~[ mz>0ǁ +Qؕ3=LT G( \]8(Ntërɝv蝔sc5gbP&kQ!ٟsxfEA)4uvdhdܸ]{rK(e|LN=y ,\?mOb !聖 @[ 9f$.`EEXDzg42PeΗ5 BVPh_alhKd[znÒ/A:pUR@ӨTP/t 43sU>^kCQ a 2;s+ JM3RLE Gb܄ {Û5Lwu$zY`d2lJ=YbU*J({#ϽGdT1b˻$R $\dO ΌƠJUpa$lNzEm_jC 0RzL3>0հ~6/>|OGYgLzoٝP}$oh,Q kSS}!ޟU 2 p:(8֬G+]j7'; ?Co‘08(Vӥ!q gΌึt-T<ck_:^w 2V~04 U7Dl;y`ú2lNM]m'hm(LmgeagT tB$: 9cEoTX+LP~GU|>݁țbPH_rȫVRo߈NF]czz3 ys8s˙_=Ѹ+eF|M*LS׌! :RcYOW USm G!Mwн{B>gES' {(9݄MS .Vdtv搎`ta8F |KO#qj|/\\+VdN=2r`-dUu(' F{S5OY_R5xȈSkc#Ys_hH9z#oGɾafZzE7RxXLoݫ n_}CMAtʯ6rjY=cђYp0I܄ NVs> 4 iInJʣȵfhf/ ,M=SYh-'YȱX?[ p--s4+CBv,m&waBU7xkAjN2ٓ4;΅mo _ MAL&(}ƅJ|>wX Hg|\~&z!4IѲ3Nxv{ٗ.#M(:W58IS/j%/45RWCEQSGwo=S; W$+؉+${I;|(  4eZg`om~̐Ҳa(yJb"^UF{GsM48%d/w 8R_`9'D5ŕ{+!\tG*ކX m1b=mmh׵ 3<^nk2u2qQD 2A(Z>iS}%:Vy;3B Zŀ)ruY/y[дFA/y1j 93V!Ԗ z:#ƴ>U3ecݙ$\c#-Q!!q{~ L6B"Qy,;?U[ƚ _W^>\ "<׽3A}IΆ^_T FVEXBSo")җdq=z\s ;ngh6^l3Ԭ›Ec娭-AT85>YuBRB@ACGˍS*Ӫ^ÐcNG;gxnj>DğUwel>+Kuo{S7P72AvtbUE~(fnb+y!o(V9PP&bm"|jh@n>"` 2b*SFt39Eg䮇9BO@xskb9܅6:V,-{3mt8P`w.dPF®F|$DKGh&ۅwB=jM%d~JSI-: [@2!dE8 `8{U:_Iؓb/Nxi!z E[$8lJȳbI0-93~оW۪"[8!TicA~+1M4px=*H}Fyb;r.X]a?;Cpj~;#!(7G<:|s53`J9'PVUD|uMsXMҨL9 -JD$uƍ$(t- $AaCKk47dN0 >+hL+34?c]M.c6u/=l>9%7\ƋM'N!Z3ՎJWA1ĭ4S=éޟn(%ƋF8l3P7^v%Fyvrsb R7 ?p;e5CV"8qѓ[sBTfTwWA&O(\hQB}&z^~ļy!rTŒqGӶ'1p&h7oLP҂39bKt)0-zz|UGA1t>݌xn,ى=跜=OFGo[WԇnRh$~B-+\npk*ϑ oWa6]g)]94h&iXJ\vk[ jȵ(6X ֊G=Tdbj!tʱ6|7Nx;Cԅ;*VATo\eP[4 m9Yw}@ū!ٞY4>\2$dHnMaxT_=A\Y};`'"~>L-Gn@-8Кi)~ vmRVʸ$wɣ磤Aʹ B!GEj"eZmM9O) -m|3n li^YDPMN$"=JS]H+GY=r}UſRhck7e8F.Nwwo``犲fxY;P"`PPo/:A"P 3إ4B4i'Im1KZF~M9{Y\r]7ݤ5# D_ҽjjӠxwDޙ?dkeY]l>M A^a 5/OR ]k]PWp p3ͣٳ_Aq)LǢk5i̵`R,^?o0Xl=ypuqZ}5G5κ9=D,y/LW!?{Xw]'/a615 Cn_V]9T.+:6 "VZ=/MXfO:ȼ*PY,QcV h ;,7Y&-{ĝ^ɻbF'~!Z͉NѸCTp'nr9ڛIDMu;Y"?O.+㢍!Hz9YWTń$;a{l¾܇,CFs!UKG{ "w+wag9x0Ҕ%{Wa02 EH~Ea/-eizGґ #[MsdbW{z 4=˕^LeF{pBomu~! (7 qŜg$:|ݰ bs3䣲d,8b\ZXJ`[@QzFʓ&lU J{$0+j|CtUܾkCxU+Q=US;9wwl,2LYzvQ*(LU %F_=k+^ /P0W$tY/}Kr~yW ֥U?kBEOm6Mgc*,)Vbfqd^RR} 7(LlrAnN:jL‹݌{,@ƈ4Q{/^5O A(Kʼnb`ch76S~ {ռ[6pFR0d 2S# ^Ź+ [UN݃؋u~+)H_2@FF_6y5ԫF7>{C{ n(mct5@:m|@ SB>J+XYgYo}^wK\ .C3c.UN? "r|#6V+byQtOO.H#~j3Nr8uz`p]Ĉz}q1 n\6`DNɚe2\+%dn?m؋\-r4˛x԰vOj0aA&׵1 \ x lQjĿxL3kUDAXCv$@Fnc5(RF\U闱VSFVJ~M߀wgf@L3է%UcʗBeD/QrYa; @:c4ldüiaKY&zMaH4n3%s\q}D%@CCIN~\hsj4sەo;#C?. ~qn`fX,H>oZ8JOI%Fּ4b`K؍7ҹ@@Rr1Xq(thPAma,*~lYk"4x8W a"@[4Ui)͡nHFU#A7^w6C@̻+܀2Ze 0 +rvhGiba Req\ s`q<rs9-kBis"[0WӋ(>`*sor7Eĸ_znL=A =rb^Q89kl[_<qsIcMiG q˺k!T>z^'\0d7ףؙwPdcNT !a@S]ԭSYa,eK  ׇ'D,V{Ѭ):m ZR2־:^Ѱ@$CGȇ}.cvl](~aF tTȺ%G ԍw[S?,;Ra=3ЭG*q;uyisӖ[MZ̮>DŽE@TJ|Zϊ]^ 5o sWP"!`zIZrgQԈ{F3v"]aC:>6ᣅ+Xб tl{vz)ěI=f̸-?*(28mk."_)9 dEMˈGCO3ρ?o!%%'vzk"p6s%:Ze"Cޏvr#9{jRu|@HϡdBfYǜgjv|V65JLᾋ^ 'x8zW{֥U?'{Xi׳3*Z,Fl2Yq KL(UUTCƭݞ_.-6'pKwv]Q/eVҀWg RU=.dܻ^s6Zї|W"wLh5PdJ!߾)lc.ۇp;g.>= #]gٱ %jb YZ