PackageKit-1.2.8-150600.4.8.2<>,Lgp9|}?bp1O<: ,mX;vJVJJ5O,uÈr^ [py;r*ͳ `,MѥF ɸ zb;!8K4EGM1LƠ?mIajp1x55Ø$.hd#^~ŭM18h 5>*Ws7!VWҌd5m]BSƟ%-qUۈA:<}4ߣ<Eqd>O?d   Qpt $*1&& & D& &  &  &!&"F&##,&#$@$'I('8'x9)hx:2x=`>h?p@xBӀFG&Hp&I&X0YDZp[Հ\՘&]0&^bc|def l u &vܸwH&x&yx7zTdhptxCPackageKit1.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.gh03-ch2baSUSE 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-moduleruckh03-ch2b 1728284398  !"#$%&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_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]=3392bd54c00789b4615fe8c5786571f02e6a188c, 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]=c3786f3434dcca45fe9c1d66e3fa9339494cc37c, 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]=ecabd3bfe22113c60dd29b34189a0926240b4a20, 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]=5f025c3973a80ad9cbd740173effbd2d6c6d4565, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3fca0c933cd72df0c1c9acfa08f21a85be22422, 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.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 RPPy&R systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-880ab6a1b8178af980cbbc73f66c9aa83bd1ef08febda4bae3cf4eab657412686?7zXZ !t/F]"k%MscbY8`.87h s>pos?a5bb<^DjGmΫV:;S6,Z-j$V OVˏ4JW%,-EukReJGunø ?:(./\z+OoLp.(q-2Ɯj Yvw)7q6'bbӋ8NrA~΍S}G}5cnE줖)/U%F;${ZSRH]&'VW*ZLHEi]`qUd$UPDXmk8sGˠI*`wB6#MiC@0B&tSoĖ0|xf)QNK4ZVv)t\.5mqҪśRmmGmІ촡323#{}tgUHA[_͊ήM_8^1(quR=o’ifpDkqظO@feVu' Vh~r\Pc]Ev+.b6k9"5\/~E 6LF&Ԩɴ޾X"]2mXms2&1X 5^Q@9"H+8.^ퟤo>ܫ3 /Z~-A|=eQm<+/h! PLT0|B&:\b6`z Gm|@ڐ vj{$P8@E# YK;*7 27,_mxRrHwikd$l06xzT S ieoKڸk_gft?H/"R&_#Fp0ǡ 1>$wpT<@"1E G(ӟ|2 ѱɠ?`(NM'7%OMe77A`^8d{Ǘ?$'-t=!S<F]h NmbFޣJa@oU5NM{D)qs`leYk2U7 *'meLގDl` Qp `1nDyW8ueൣ`,,eȏ`ir*?.Ke47Wgع3U Q=x 6hLdG:.*t {AX`}&,o"Z~kuDL|ѭvIܩpWCQ@&ux=ACiS#a=q@]6 z3_t5"@Ga)vE s 1wNLNe(1 |* sa A(b7? ?`#c t JsF2Лf֨PXh:]xK gͩ.+ᨁc"#j OBR]ȏM_ƹ$z2FAݤ0 yXg"jn3=qSh5聼թw{2#qχ) l{΁~ϔ2}[^/ & YcwwlYoΜ3*b,1 v؎&J.qd7iE"ruŢ5to1魧&ަO]sO,;2ÅY"\Gz_oe-86qv6h`@ǹ{qrͮϕDwǸ"5mf΄ 5nb| K6BLˋ#Ky(5ؖh6BXF{e촰\Ay"V ؀ю@++^xI;>vAjA'l!NY ЮCc23HL 4qA,p~KQmέ Gpj\A/H@czp ({L I!p`(ܦvH 5Kah]#Öfv2#1=ͥii322OdA\w1m$_⚭^X`0'`DYw]d@35ΓGOs`D53vD`3OŒO_Y1&v"gzC"5u 7@iȼxR:BMPjHcHo]GjXlwf|N *,P/LU"'2 sRw9a I8%~ 'sm[.jBɑݻ@Ɯ*e=^Q 8.5y"#q!،:ehˆEW%L%{T<՛d7Vk8Njr:T&jn;7c78$$CȠ ?r__|tV v("L{o 7pD& "wsM-Ӭ8*]C6#L`{@}U(+vx'O o̜ wn;TuiI~H5+I>[`m+ WOoBL^ j!֙0 W& ZI䭛Ѩi>S"0saЯDX`ًSP'5hHya ED (4q"K 8K<#~-Q Y!{4>Enʟ܅c9qr6.!G¸XE!R9KF:kf!~*ScК&K|$,byw]?j=H!:);tBAlEiؿD|| FDêF{7^q׈`? ՝cVnat%9gSu VvmE6Sjr=2_D c7=BГZ¼sv%P aڹmpCJx-{, MO4}(eFk9~:ziB9?"l1" P'{2%׃a:R~&XԪMrEWWfoT7fS|6V je ~QR)l ~3Ҳ(m#7Q*¯_aF6T@HE 3x[2|A3G;˛~_UOS|2d8^B-(OS5jnH:,u-5q#ŠӹO,`}DRӕ͑L֎@5$*֞Yt 3c$gG>jHM(c-mo5tq|ߌ6Bh0k&}x_5f[zD.-8&ŧN|QDYŕV;5* 6j2*SSPI;t2)+g *2WAbG ֬N+4^bB}t/ݩF"J6/riE'( sChyu[RӤF nE֯]`!S( Vߞe75s(Rvٟ v }PaYSә1;g(42Pz wL, l=8ζ[[#g@/k_Q?V nOw?ARW1]s>@AYYЂ XZaPwG[o xA#g9E݁ͭ/h= P@vE msl!!wZ溏[uk<ύylK3\ V$uM/r꒗Ggq{|\h\f>[ nŨvI6"/POf . Ӄ9f7BB]]\ <>OX|kf-(G@YUn|Dو^aq%Ncw V|XHqV)_ l4`[Xfn-4?N)C4&]""^56O@SnRMl<;}i[CqUPD5c5kya)ny,vΌ[k# '6@U o*kbSZGsAOH 4OKDszdX]"l,_d[_JvQ__F F>BI~ uގ?f,43lQyt~RY--l0ҟ>XAjB>lčV; ֊<31 8]]s[Y} 57p7[,-0P\֑TQA{sLw5)g 2dW LC?KeKA]nh Gqס`봐]OՍǤ. ǩ$ԭmcBiSɧ[qޢ{[~NNe# \;g]Kp.QM̈́ǬcڽW9TXGPNMie. cFxcEYrJbCy]yYq[|_ rCʋZC.O?!w?%1R4Pzo.Oy% QFMTz8VZX~gn٩=:ِTǐi{F7sh`tY 5un2xA@7-_3Uu|MG|#e7_NDt ҘDtT_1 K\/m)"k&BCH) J9j8zp%NdzJrtl!D߫)}[??G|A}6:tȨ7c,A AnWofBynHm(4u)~{ mU/tewb4P`sXvׅ t4)̋ܝMLkalйؗ&}&LBoVO{BZҡenj1_E)'an)ktJKHiNT :,E"1cs1I?޶Qt!fȄ+[pB*veWY'?8ߎ2vYK`OxaSRVo)`znƖ0X$6Y? g_owC| ӄC60슍Eq!) % !hX\cB$;@utOsǏru]-8U /ۮ3Wϰ>u7gPE-J%~j na?!͗iv4LF\}Ag+alU.CNIe?1-$GH?u b7/m M dزS&f_V)ݛV~9i.jC:*$ ҄DŽì?1#W̓viqR=i*Fc2".O/8kZ2ğ1{JD]Ŗ!\%H/tqeQMu8x)Y^.˅"QLW\DZ N.Qŧ>MVLSNaN.*!l+QU1輋[gc/+ _A7U>D} *yyl:~>"nϼ.X} <ImpC6Ql0X =.yCR]YzrBj>;ƓÇWeQ,T4DpammCrZ”sĜM5I\jv|_1Ki #+1;%Os*g3-e2gH_cpH}#lNao.f@{᰻`G%S QUg+PT|FwEс,S"H(K 6ң?yXzYp~MJF闌 )s  (=h1%1RNBϭ6O$BwjD(sŒF(&cEeCv?`̻$(wRS @obH4NHY3^|VX| w+TA cpn揁ԯk3{F _~I*dtK {wp+wYntUrɅF6r: \tGnaU4_r砖W$I4j[lW\n<8Kh7"K3,/u+C_iɃ)PQX:ʪej%b%zO O3UX §D,HNI#v3!LHu$<AHi~'7T R$<&)Z-wR+P1syi> CNy(F}LM3(tN{ѻoє .%VO:Ir^,k@1Ys[Ԇ䱶j5_D!&MJ!fLd!nٮyR2`l 4](bK@CDȬi H]!K*DNGlgL'~0򑓪K ޛUA6|x~"e50U3ӎ —6/&գX⨥#89tqk,/r*9 ya# @0;#P]Г:i3p-)~}UX-?mq _' FxO< x9(YR#O”^) Nmu8Ӽ[zSGXgM(V̺剡g'nΪ׍$V@ACf@M?^8^dY}T( V"cl=C鲞gERK3[^D*p$'BțQe\s1;k X9v&džSx"&v(:s*n j*,"r`L%fG;X[̻1X|u2,ZݱMC[x-IEwn|C3w¿uhyN<9 ^*mz-h1NT#TX%R1ܩN+Do+[K) 0jXfyLsZ@0a>4=fLGĚ{&杋L3fi /i00adR̎p ӔՉ vh]{!=Y[ߋ(n?y'kV-Н':Q83pG25d {7e*kI9zU[ąBɟ٠JJs(Nϳ}k;[q Ry\Ǹ{g= Hc# h_[ܑeު#`pN\X և*y񦚀 }ݫE`{a?D8##8eMңcB[AM\WDe1|.XBC?waF+(ϼ_zւWVzt @*9vL+[)Ž-E4rOJ+b]NJ˦ ,hK(^ 7S:qm)]3.K࡯]P{uXj>$-Z’٨[^0uƧIo补Ϗ DZƯE ͯy3R2|3򺭓DP4;6SC=!% X}C=`D.8Чӄ5l@*?̇}CD[&e oiXLz(ȓ={)Q>f0LU@G>CS"~=;"Fi˛Q4샱ED̰? P$EABȰ&_q)?rȧH.3Eɚvس+s ?#jTj?BǤ$D${^8A0Ό <%@wB[()>(ڴPŘ&pfc|$/% JFЈ1TP+t2kYEcTFC!]y!Sty\ ODvȱ?5mkД a#}d؁z`*|&NB>*I{u B"@h_KԵj2(|'oGKO͎m+rz>pdשIF*n86'mudEC #$9Kumr)G V/jRE`HdὋ]?T%20bᐐ Uf/.eNPGO"߲*YYInSwɫ?|9 J<= 57aYH3XD@ ;]6aIzs0 &"7~Zn<@-OރYrkK WIӀ-AP@}fM^%s) $>U^VT$wUXn"]Cz:'G*T\,%"e1<li,|Pse ĉNyp㿓RebR3kt<}D@e4hWZ[ 0'(Sި]hcS7T mA16{<1[D)=ɽ͙~b#ōGWo0x@!m=" )hJe>jvؙl! *kUY̌!$G Mm}ر.Yd7]BqW ŝ/Xt+WlX2L .ۻ4gD+ w[&ԟ*֖TG};MC بc]D&E,͛swe@qOnt$IDZQMBp#]u%ǚ{NIˆ6ch+:ξ+/pDO:/][ۇ*\h'#^V8z#0¬ଥhRB͖(VnaO w<Ɩ% Av.=/Wj/rKjGi|ad1%nnL*+(Gzz|OST^;`Ic*ˆ[n|3m!<=U{U25ɝ ]kI;^C}]6oWFH=+VV] /R'MC$:Wi1+8,?'ʯ^}+H:흟 =%gh<\Fe33ާTJacY9j2Ik3b)hn6kfpvFFn#c|~'1D39`d3[,~Sjf] K2ba@kdrG3gjǤ]Lx3vؚj äIIS&)#ޠ\ pp˘]c <)}|oЇW b(,ܥ))ըY6* W=Z=Jh7fgx:vq/ $ Fku2cN>Qps}%7訑u } <&ȔzʘG#Ƥߵm>T-\ڗ.e){]>J_ݳwL6*{.u5sV0oEl~iQZiUrANos s \Ǭp/(XdΘ+wq~mΑ3$Y8I4} 2 tQ "#BF(s,.Mͽ^υ5egITܠ\g4O+2Ex-g4lm#9ٺ 5;z@pL dnbeqL:S/6LIh='8ܓ Bgf}TYQ\e}Xd!񱉀Kx!'Nk}"XHZ M24K9bh\MY?J]&pUx"t,q5g^w6/ {_v'fzKVW~?09k@ ZKkڶlع@hq5jSdYng7O'nq-43\^kS6HSUHK>lG'm#v)4DN^빯Mj,.]>HC;2"mo_ gK bRrP6Oi7P{$Ymzej9CK(dpe :؎q4 `"_0u~B&&+9 ՘VbF-tWhqq7f۾ KŪJA~ɳb3h^fϙq\^im7SFe*d okek -?$[\5o׍!uA^8Ö4yBm.&$r~$X}@=Q'd6.ӌ=w#MjakGb\euc \=kzĭ-2wWk"w]66ml~Ӳ(aApHPg mƊ,= 1_:PHك[h>neq1BnӁY#}Jm[ $Խ';;^G(X ߶hX"L\#n(MlgP}n2귋a0J˵0f%tyR>nFn.7٘Pn'*_RSw2g4cw݅3w_]H&Υ#{4&1|Ve] uJWG6ȊTf.d}ЅN !U3`jDc5]EV{*Gj =*is#kY(#W flzdS/>IrV&Rp`l1罂+kJoufN t&UOGOFۈnro}+ohfFC9X |o_j)W[1%.%KcDV噰5~\9iuLnF/ky7LL%?}q4Pcй>D3!*1KuݑaB᤿B$0tviÜt6:2hM4(d}I7t UZGpWf PrV|^laY'MN T.EܙK^Z|㍃֘zTF?:(L2Y+hz_5v1IrEQn_|2̬f4"]bgaF&Sfa9Sj.@fwC+g'W@wCRpA[E-WYB6Vakjomc,*<#}3 ^ ?cK;AHAf\U0&j!L/: .bC) ݲ0KD܈M. gDqU1% Gԏ~=5\a(c[xm/ ^MhVSM5=KA{vua7 ЖSafk TU#YϡgCfE텝K|k˸. < _A2uE5JWI}* È~bGQXE`3-l䢚 XsY8Ns~U&! brǨKTH&3 *dޔ~):0:pt)ʇ IsD|Xll=x ("AB=$TH LuW"/%a$%VP: t:Ui;X.pFqZ M6:{''Ci.؀caBɐ9K&ޡϧWB|8Y#C:dV"# YMfX`̕Wޣ7gpe.KP[l98,IPXO;ƁNt]4.Fug[PE%3 <¯VW\g5kT׍锕wD['ӎ :nMe']Q?`TvO"n~BK[ֽ r@,*Cnv鷪=a >"J^F|e&kcGBz3h8"yu-%L3my!_EH n0?BO#(>ryDSkG!(V8ˇф.%;&7eBK>Hd 8uN Ҵ6cFĹT.KQyΏų|6&7ɣRi"عk'j}E*xy[2'KG&dv[#g&l ZߑIUF@iuZp p}XAYϤƄ-ۻM)@4N (NU%T9T/Z> #•L@^/T^GԈu H،QݩUt:0КZ$Jhɡ wq(UD@*B#`uVk j) K&ڧ7fSS䃅\^dᆀeZo$.yUiEoNj.w(eY~ Vvqyoc=d+^EKeIccds -t35&ymhpRێq9l=VU2ɔucf z "ws7U5_*f8MPnB,Xv%:\+i< (36CX3E/4ڪ{zTSi;.\؟hry& t -7h''yJ28tډ>ϒ!%e!(Q|D @U&=EGO%UaL "& %%|6xXb?cŘH{rk4bƞ?*5ZE~;F*Qrp8ǐ^p(@׃[c;d<˟3.K16a)8TCgd\]/v&xWzXFU+ܬF/m)-0Ae'm "%їj2Ӧ:5*bЭAؑ u!~`UCڵ́`cŻIS#KnhPgϼ6hn6ʩ^ZgGSRWLQTG_`']o3/>Yʌ^JA8RwIO(%F5VJv3{kL'4(x5#]D8: ҹ3FGr`\Ir9۩%eq +å-l!F0*D"4>hB5yfCuwRp h^w([;uՖ>|#\1;QuvmIɲAmRO曏;dA4h|avbxߊNig؍ƊWV 鶽{@Q>D>2 xsIPOv~#̘ߢC $>]c#dύvn؋ 8Ze٩U.C<_~:i.)w4upȆ HcZJ2tXed༖b0!mYOM~\Ź9Vl[uEV dEe|[d,aEkYpf \/%i#e\(I58#seU^_EjƮߜ(s bϛF !qi(m< K ȽmĽKU%ZHŮ'[-b8,%W jvkr*?xlZ5r7 ü=ߏ>&OB3aҌ~YxU~NtnG ȷUկH0\Xpl0 f^ @ߕT;_sҿ+p1JR}oB>!d%&JXk Tͦ͒ T_J._ UB޺NAeؒǂ۫^ 8$6-ʙ;h(LYgN!dysY $fvTe% &+"JYc!떘:!;Μ!Ӕf 8A+_fc%D@TUՊZ5]ED ^>S_ Vr S0mP!(- A(1 ?IƉncW톺/.u#Eq)9Bh>af$YB_ `'Hr2k\3k ˙vEVREB Ǫ7+kf7yr\kf>%]f۬GΡx`ՈD0`+-ʐaMh+֠nޟ5("ol&9@י'~'H|C̬umc]^0,X*\'hxhvM;1cf8phc0*XZS^cƳ0f}EjK@ej#}~K7_D= {t Kw1E+\s8Ѷ1.3YGƚ3fxsR,ێiі|ZI GM"M@\['PUAh5YYKVފ ۶4EcDr~'l |M,v-N=[/D\3Fy/% /d)F/ƤՅrٻiW*Lڧ5.C O+Phӄ )L5r+e[v""^|.cI!ϨhL:e!_I7E$Y! ifpMk0*Pç#s+ {)Ҁ|=7H3w\\Un8b4O^(ܗfiǣw5--:搥rnT@!ET:{*9:f$@"\ [k #huI"72 ŜqI!+4|&+Qde~6`uhЉX+h?ժHd 5 =c@gR{Yrj\IH|eBi{.(( 9 ;~-9؁+g?t\sn(m^\:JE[{[`]'j2DVě'ʺ:gnwp =ί `w`NdI QmF]zRx4>HҎ >=S-sN](Ap{MS} 9Z:73L?c))0hUt1ˎ nυ3 Кcu&< (>mp?&oC`$ڔfuEiƵEVix1bbFz* ֏~Y\V}?cuWT?2qR4_+qE-̃XdϠLз >S'oVػA>(oFqpC*;)4_jmzne7Y:]xĪޢ_xVvilG x|_>VۇYa[!4}q!ڃ:XrŗzIEӠ А@![*hp X-lݙ%ۦ53'6lT &3tܡkb36;*._wv@IwWk(aoL v9ߔGכ̘Q9[Y-~وrCv3FG3kU~]'S2}w^g3 H KPѝoAet\\U z8 ~+8ĥQuPOȆV%Tó5JO{}M/!iksnڐ4U+*ئghzC |g,7V|xGnIUwuYBPX:Yx]rS3$ J/>9(\Ac (y=r[bq+^iJ\ F4O {ӷmhR('GXO/uF؀pA&`ӊB h xeQC1"[7q=-N9. n!:Jg!-2^x}+tꙫ#O7pL`(1^5a+:񉅨DPIeOHyTh.Y%)gͲ!+'òPt6,N8(wiݿMVZޗNI&kd }J D¤? :C u{Oj\ѩck)-{Ƚrd;(v]3':L8"b8}6ػR#X2%v=.O(RոsQBrefsSG^ bR҉zSX e(c⒏6\)JPt^ǞC=Ԉ[:6NP=A:|Iy9Wka@㨗n А+ uVy, D'OzHf@rlf/FRy^`T]?0V(y/7t k@qZ܎u$HhCM?Ӗ:eFjk>asn.f>@|(.VC'f)=r). řeCW.wȶwаnl$4clE8w2Y5a8pSoF^ݠ5an bx~34fn,փt V&v+ %/|KaAm&VMϿ6!&ZqzIo or-ťPT΁Дe2$)Utzڪ`u+mr UlNZn-P"H7к'v+35*td9]%SʄƒP%" N}XTۻ&ôXOb웩a,"ݔ*ۻXEM&wȒꬵVGx}:0`qǜ3L(.!=b92~X:z?^q9ګ.z7[oor1?Ć; 5XNvԑh!!U.BG3-F zG %ޗVtc<~S0 i530Qtu]J=ޛOvB# )QT H텮dٓmy+ؾ&^QQw04f1"Tu;qZ*+, NR/'>+L66Y'mv_7h}LUնG\3y9ljބ$#@:_hYo(ژPxNK\ghY'CKu%c2y3kh*Q)%.G \0V) "M;j#220lLm6gus:uЪc{OPx&r; Qj:@ &W 'DQ i44',uhHVwtZd(WOի_+LL( O[,}"=Ҝ6+ޙ^y",Ds/PpvŚ%kحqBTK G5Q0mRr-2gk(st(ZDuzLRa_47~Nm1s ?#feQ>+(s Pz͗vԔٟ!݊u&8< s0HfN/ɦ zxUYҪ Bg1#+ڛJ'm-ofo3C2Q.^hĝ~$ܕhvAׇ J@35E>]fbʠ[ d)pmW8rduj-Yy9ݙilpkN~$ mYЬ֥~٣AoYZgoY@{JtۆA,\AUPau-F,@WKD(ܝ1[z w?3g8Aǜܛj>]"6keM 0; QoԌ(Ҕ}gk8 {t"xcQZ\n5OyɲV*ɟjC{[#dmG`P$<'ےt7doUhfp;0gB{:D.E/teWTE#/)1) am/b;3)*5. 2*(&ۈ<2!]h*!+2nJ۟p\Q E12e9URׇ˖P+u^?8⏊f@ܓċk MCCsӨQl-QYTYЗipy'uB柛\x[p0Fn_9sD0[M}'^C{)j2Q R tHl5s qY}܀REKm|tؕ U84(>^ oݲtDp GOk(%UbJՓ]VC'P!gqΥ]+Y|Z ҫgW[%>s`㽽v8C/Op܌%ZZKQ)>{0k#0]ʎw?[Y<ExīDW,0wKXP'3G!5,q2B藵*qF3}BF\Fhg 1zhc+i&R'tn<ӟ9y՛Uᡨ΄u?{ay{0H4$Rr䋓.eL`Yn{yj uv) ꧳2ےf-`8^=CDX-]lDu]r\l6?ږAZ4"\ yo2$/=ylp곛X?(\|:z j``O&ᆎCڝsM۫/x2G@)hZgFT׿- +# s cɩ|5MBѶkjvZ2=0Kkm\b3+bHN*?A5皉ܑ8¶yAgX&+I+tjoq$z^}b;>loWID%b!z p$ ؁+%N$XrUfbK}zWF* 6U9t<ܰ^ֵ`}Pp˜&2K"?!$<e3xf):Eaw7|PElV 97!>g-_R0vtpH<A:/eI ϠS+0yGb\ K"Mhɹgl֒s_0"ܮ!"2Ms,}[_flZfXŁFb NM+ӕ?pxsyg ǩ&s<~tiM 3 @n Ӷ47q7*F xKpYk= cpFN\RNw~2^[f~" _ [CIi pxziKja{!=|]iX]#!y:z ̊ \1PTv4z+~;}.+꟒ryGMls~:Ϡ;4Ѩ2D@G\4V\^M*/K?@" 4x10tMO\/.+Sf(cV*o&Lr)-umZ{ k&'+ԛ՞0P<<A>+pwޥgrlBV fV]})z~/")uap)"~Đymc _7 F%<8jREplQ…"qT{|7ĉk=9# m]q!^=e{TDY@S|>{|ך)v1Ԉˬ yiX4oy1TW!P`x˖PX ^Zsl/RǶ=>-6攀!7HΓ{߿#7!AIq{#K٭s] $XStҐ1- d_V)(!6񧼛ڐDN:9BXIkHW5]HYv9B| R 9h?g]Ӱiix.ƾ*))@Ё<7O3J SJ[}K8{74ܽz{K=#* Yz˓xuo^kEt`'ԎXd1v(<+SOp8C7*G#y@ ڎK%U}8Q<n.M*}Cm#wZh@iP@PWb\4rkFƬ5/xj; AqW ]Y }Ղ40Va/[ɮj{Q)K!GzR#Xb7EKe!Š{O=('x'*T@kA,UTcțj߹[[rrLl I 1?!za+֧(A ;.J=ϵ 5t}*1u.mFP 6(ڞ x̨qK"1P>˧0b>jbMp%եn4e4. 6s6AmĽL/aFCiwj<,k/^oF})msT@j[]Fy,~p;wEL8/Qz)U+]jn/Y/E+b\QS5)MY`@Vn_:{n ]\3TӃ눘aPVbhwIO/\ O~_QoT&v99*ێЎ dܛ vJU4oV=n3VT)@LGRY|ז1($ p342hHvec]Q)޸< y)7B@^epWn<챺aXr[i \&KE84Bu,ho~@nNhLJ-ʙTlďy#whoMy(+3/'-C'] dqNQ|?g_~EpYDc*P3wQwWd(ӨlרB8Rq@ztyUطb.7ː\A*ԯł2,L#v MPܼ0AF^mϏցtiHQ`4ߜɯgj2g.DepaS9] b=lOK `i>f(Yr% 1 r]$_ 4$vs]ZH\=yVbQNUPi? w|@eNy6c/?-@D q#.=6'z.34БN5cr6{dt@`#èT'Zmq¢fuҪvZk2[[O\%|= PTZ}i,sqbV+AM$|Dߤ07LEm7;}1Wp$#/@k S"`rfk!r.yɁP VY2lVv!XT $ F.62ECcX&q,/)o_=WIXJ0K(b&n9lO9q͑=a^*@f0SӼ3 k>.+m+ 5 p~@ºU(H{PLFq_cgXعNp|q˘tL_yxR3W|ne҄&j-|b+ID1B ThIFNJd30u?f@º,I+~౸zPwWY$O"UvT5T9/f ƣfQWpᴑNM|Wڟxg[ ܷ;1K־2ۭGšmISR ᰜjynU12e#QZ9#QvX v/{[E#Fz_82oEE na*yD*0L_=_>"@@B{!j-?2$tHl?Kl6y3Ux$L݂6ʩJ(Nh)ъ'pD9ʌNsqL=;K ¯7LvI=o* `% 0)Q?)|lv2nRka G$O๏cH.8rv=̲e\zCT-_iIcinu,r+hVe sDOLnГ^pV[C.(}kSW3hbuN)L'&5NTe6h\~@*e<Ȏ"u0x폆>J.yQ+65 >Q?$Hp搤9i'+/0:*1V:*h;rh,!o҆ȒmOXvQ_iC"AS&K䙹uVly! ́@p. <:4ӌ-Y.76(`WVEAgG_,2ԃ1es~yՀYKuG0uȣSa&?3:b_Q6j^0㷃\^Pؘ)-SrAq'&"3(*-#{9i&'h&>^Dfo/C"rTuWfu D |6!h#d*⊣1E>̪wDۉ'GQsKC,~9m1*:2vL@aPANHz{-?zM,y쀠mr&3ˋϊp?.ISތfg96N"ۧ{o֒b 9/k5j@cxw'ȋJn%D; jo(x{pgVU̓8; = ܐTٵ`I e}wˈ!5d.Z 6P`jk35?ɘl( XΜjϖv >9{6= /bv>ka"jܠ)R~2=1[᝱|_$L2"tNpI" ES :D'whFFa` tꓶ|*_3 O8Qobg Xe58oځk-Fb=OF".__B:(F3_Rc#R!oԽ=RA2e9E}PW:ȴl=d贵Q9 m`*w꥖D׷b!M+t-V 8+Ɂ~+}؂}μs]s%5EO?91{RwkY| ZJ bOx;c0{k}!/@[Xiw ,17Z`hP7Y'M1y &?>;,؛7 hSJ~/0N1$$Zn4aIu6j| $ٳSC2d*/0ldunV +!۔)k.*AqmX?`\ '˥Kȱ=vrp80A,̬+/o]oʒ |w(hM'!VC U似fDP:T_m7IR3ez:@mnwi?%v"U#EKR=<Ǵ68Q uFFaz <`ۮLɿt,{20ňHW\H"a= `n vYljfܸC6- )x9Bm\[^R~3|2IDs$O^/6C3c  &mz+wf\(̤XKqOe4꿶m "c,9D{7!4 :lxZ8'VqST7PeRoշA29:q{Ah'9*֍ʥdN ,Tt=,1GB-]àGCmdžV!8~6D_p1n" $>W,\Qx9P`k]WA-imJ{ ͯqרwp5 Ƙ=ks4輨d͜)8iԧ4rHl> \|h@RFwkR6kh(/K}Vk_ȑ)`#R+kA>!S fp[j/ =&e[-o?u`x>64#!o㊦(%B=!u׏4,X$KH6Mij||=G%)*<淉ihΦ'",>w撈/fDGUnMljpM+1ܥX٭wz^#vnnߔqf[LǦBwWQcРDح&VJ]S"d%ǵ5lk L;YΠyE~k/kr62Y|%a ~hsωb>3YX6d0:ItMbms=G5n.)K߳{rc~',SF@Zwq˿E>G1$l0bm]$6iXE](h Άvi'ҸMc[/Sr\|7<-1jwY^q ? T ULnם'G&LЪ6Dw\戅>c&$_7}dlҜ<'IҐ;yQrf$wW!qbROJ vZk[V3e ,\tujnѮzcͳe_l?_`I诤0ɳ\ch Y%j7xpm`,h/Bnj`5M|Hp;"G P+gBۧQ@;4:2F=7 {0Xw"cq-I2\5+i={!DvUM߅ ;,62H.U<2SxQh$D%uH&+jx'kZkjz}Z|򈔢2פ1; dZ̐yBXY%_&ޮ@僡{8g*5^L̤aGCc%ʛ(1g9&LM[6U1uMP?"p۠3B#U궰q#mo_4IR@9vFo=!/4 '\zyY2r: C(z쎘g,00pfC>klrYWI99 MCFSy=)2KdD윌$D63tf}H-/ո7 O 4y+{z#;m^3_A~ ny^VKqI~HYH(w6f vĝ'xLZQ͠S5:p CFr(z|vg&#Ic^fc* 2QSNW#@S6E/fG\7Pۄ2Z` T &_~z<$uMS q P֩x$gŸ]Ի&9⑒Tq,LekCC͉,{yo CVê9獀qe~p뼴 moM m0=Yv'lXLX{Ed@N.LݗV}@,ǭv)ht*\Lm(ʖ%.3a1qkbbee0 |jW65BnfTLGWwMZy_r4|x48>?2[Q1pQUhnF:l'&wA ™^^SaL(^3ҟEjx 8)ҟA5kP8X?gp" t2vL'.]I9`fy ڒRT6ə i,Et`iA!x4N+'5C'B\[j#aavl3K Gr3ԓoO?YN,vD7) =.e\ SKgDCl&|\9&8D {W\thUP{ZeW;Z13elC22<}vr:e# )U8O:lF(JEܜ_Mn3A5:]L?hԢ)`T;8GIW=󰛥1i6jK_ydPSJ "7?W`̔f&,z`(z"-NjYM^^kK2k<Xa{Fo(*k8tYMΓEm^/H|[?HlDvV  ک0-֥|ݍj 7gנ%}味M]};Et]O`HQ+fO[\hpyFhm?Y55g.- >a^[ r3=#p׸2g֧k5b+C ZvjU L KWǽY ,W-*M8IW=&BnH>"Z:z&r^Dz EWNQnULbDbEjeA::%BRb^.fⷭ5T6n؟1r#c$ c4"E?]j&agVEҦ-_\EQB~ƮPLzQO5 ߯=g$K=<]B_11DJ;DfL4TZR|K^q^ed!/$W®NîX%g@(0fG#ge:D⯣I, %&琷xOŦeUωϧ=tLW\pk1աk0>W &H)$E6f,xF#2,Ѫ FLO,ZhpՑ qǶdᖍzL.S"5`ݷ<CAO0\c&K,^u@$uhrP#$$\23,spa-/}|V%KuX+ {PcU*uQރx BJWק4yԏယ5!YfϰBV5k-O;y4jVmԴ!Nr-z.(nS2 e)b;aEm̙-ڮm}7b*|4/*˧QP>ww K%[|i>mBHU\7v>Wh襶Uk*lńu|jʜ͇+72CJ4Ѫ=ؕ"!Oņvlى 7AM 7mF)̯ |RP1)]SzU+tB]Ũ8@Q9|L@lGc<]ۿZghDSEmT}JxJI$dEI"F(y%CIuR ͒Ə(|Ҳ)i'ڊlkhf d'ӴKٓ"y$5NF&'[fPPk|HwT78d06#|>H:o_~x6C{(hgyT  јl,= 1Z$f˱&\~ q#}XH2 R Z Mٍ_ڛ X;Lfz ]3-pjeey“/ض"cT9fH=w9e;lP twgո},tNj"qI6$)ꙺŗb+Zkﱢ`ixEQ F}e*=xio.u{Ӷ7&7 2ǰ?nr{ 0l] Н_8j:>uO@1 z:;x6} r#--Mpu@Ze%WnOhƚlP*/(sdNGZ6:)Q{νfM7v*' xi`n: ԅdQh/#M6\v2j39W{_ :ۓf85r﬌ :'LvDDv=+r|Ȅǿoрc` Ceb#*\)`Y#?A;^hzm|G ЁL<%l|ߛ}WKvp0Qg FSZL ؤo} Ep;PaFfeOFc.k-o[녀])^{*j0k @[>r<,ڈTG U'919Q1\J}v NǕYľ6)Uyd]ASpn)DCoe|yZ iL71G)%,lU6L4.R.o1"Kű~/ |N| O.C7Z<>uȉl.+\/۩y+hn+Lbtx~&{4oP<;u'p;l{벆ЀFkv4 ,Ik e\QAfXe@D}9[uk7PafX.eK E*Op"R?GS׽+h豱1Ӿ~b7srKa[3?ߢ`Jxfa55ltc$^60 S^3ͱ FD[:S&&R9_qw=`NLwO\0<֗b}5W%l dtf}loTQ+3e1[ΪZNۓb}iUvd?T%"0{A3q *k,0kYgT(% /Ӯ|lU$l|SD \( ܥnY sEɋN[;OXŸ&G؟_B׀>Q{,1E"YмQYLihѶZh]Q2eQ*Xt$k~&o9BScYv$>Wc,%$m[TF"w` GB"o89"%r-?ЄAsT_y;DDT8H[pPy'>2vHB$2J1oCXqÀ1%< gucܥ:EYl6@Wzs\1iM_h#5ԓ0pQz">][ĂHkזN6gbQ\aʪrԍ8^{g5FQ$F(A!D^d^$|-icV-Vz򀣖u/ ) 8}B|xIT(YȶOL2 N?x1Eh >ƽ!] _my-.tv;)=ڞ[Y Ѝdk0XٰZ~ Skp ]M0WKH/xpZJaoA>dBf_ -KRJ kMIvgl'nv=N87fh mՏaJfI,}5V5.{"NڞcJ{}?hV_EjL _C;֚<~DlxaQPfE`~A8K'H{h1t3Z+YPk[(f4I$($N3N. >| 6~wcTP ɟu{o%AE'A]$P)\Y~Y|H`HC@?tr@viri$ey=Ckj6jgzR  ԝt~}KFA4D 42HJ,'ZT8M}6-% ջx/TE 0=p&,(Jp%cÑf.^I"/ |^e&,Ӱ@7HwRJh"/a ݹK~U Hk]?&ŭb!F).HH,5]\Y?k,#+X[!&l駐!$5feҶOoU9wtԓj16^}nClfL0Bx&t){Wl<՚*0Ө-:dKRq w*7xy+ W qp[dǚSK0&n %}d [ @a*4$p߶;UszLpJ@(^ }iz؏\D3P(|Ӱ'*J'阚#K]5o4˂V,7,Sj#Sfo[!ut`(j.ȗ4d~~@Ǿ{ATyVF&[ X?m'R01wY"'_QojebnPq i}Ev#ɩiFm$?w-ڎ JK_I[+S3].[01/)ai2=ݿe 3?;P.G `r In_Zv¼y- cVMO$/[DWbyPG} XFҺ=zPx.gBpme!BۨoLVUHg Uq?8FV(6 3}fֈנ @j{1 iNW 9:"+0!8?/ 1};0(CACI`ڙsfTqi>6L U_r"yk* ݠYcoP$~ !{& QpI*ܶGRV[Z8AlG 0c}:0`sH;ZpD!]:}RTsER7|$;0Nt}]m<{JՌG'm&]]]>>1iq%04`R`R'pMS!Z>iq^\3?[-&lRA+o0`Wz\9EiaNn*iP\6F+TCruAy˺r2+@=tƅnm:pK^`ׂgh[J&8??OCG`$}mcYm`9ICzj:?>Vm)d><2}= Ut%YvYb''~3 [#Lѳz`ȥH9/M ^IV0֏ |wL)OC2=t-e6?w=2DkGVј:k$aa|٥؁Rx>҂IZ>a;_fjݵzse׹( Y?珢RT1' cY c$ŋX.duko{(tvv*#])5<}^?E>u nn;EŘ &k8&zvB[ ~~}f`w̓͛@gHsm&s 'ŏ9a:ni1_i.Ø@E"Λ:bM$Eמ) ~- e:%ЮW˫ &t Yx O yt;ӲZTQ䲟N(F؛pv7z/}fwVI*.l;_ :u :g=IEri!?$/qn@7SE#,Sǧ`^g|}HAƹr+!sZRܷ(w Ly;߻rbYfaŇ\M.anD3O,};%ڏ)\L )|se ݸ{'ua{[<с6Խ%> M(= {{CnX!,>EHI|=G˩k b'Ǔ&AqLuTUUЮU Ҍؼ0J-6 :t'CjoZi1 ^c7*9򖻳#Jr+ (M|Un\冹^+-#1qûW^JZQ99ЗôMj@$] !MVǜvn+V&tj8IDM4y5NxYO0](33%y_eKhȲ٣qq(c~˭~d@WP~ƽʮdX0ePPPS(]EpOUv"R$v/Og/r8Fa%u8I(SPQ"p|]cUr\VymUZ+i< 16OZt)H$i{uXVa,X1rzx`0[YTG1Ή]g 0]:T,&sMqC(F- 9Zmd :@fI6SjZƓ qXOrMŪW :s zkVjtQ #^ߗlgx? 1LӦ;D(1_uJmh6bm^0*H[$х )Y͞4pAaGzЈT P LA8 lUk݅ՙsXmDU|y,d :!DPLoh=ԑ'Ӎ7k6)+&< /%rM@tW!NKV!3uAPh $E4ի0E$23(S >/FKUX)aDxg^ܺ}+ݞ||I)K}D6cN neI:!T8΅#kRʹJư.fgBY`8d|i,sdtLW8ɎBGeˎs"3\L|⋈0[5-,0i$"0H‘Hs<.eZ"] ч*6q&_=RrڭBLH\IlU`daQ@`O\1QBU\fPK9x/֘@e9`Sݗ3*&fu;K έdsΉgZ7d0ji}M qnډ~hN$Scm%ǣ:` #XʰQ?FV@VZ5?gktMhb`&L4גzm1tRLmQìܷ_GuHye9.3ȲxQ%sA3YrqԆq|l^͞:qt7x؎)xF>e +tBUT?L){ )(ׁG{kP)zw: }BFP`ZSa#Q=h3rd+( W7|zr}x19Ծt k0P8+.9Oh BeYUu4e}YәcQZʪrQTsfW'`uzd7x1L":, H] l_[@Ti-u2>W u:h|n#qٜ{Vꑒ7Ɇʒ@ =H01!D@TbnȠ"tjiw\u}+>e֐#IY;L^WO3 @\@$U%5#X8;#~b#ߨ{-;Tg4q./zSҡt\\VUo pS2,8F1<blaDCy:dvr4'q(Iؙ+"9@+y:iրN}pa'\[䒄H`Q{ .B=d8nXMN/MW7˞acJA}@ ܸ*m/H"xBl-y)0r:} 4x@YXS+%"V&)eO]Zg&O[vp.ozhNl^!fm.g/ O?y8eH"h1qqϰ;A?H7SPL7t~=AqcK:l*ظaϓ蕷64)==X!ZCQyUOZ[2K='6i|Hd5]Rg}$gV@Tz|i- qS҅6d37ڠ}? `۵r t"eiw HnW|Ɨ s7|ɨ)<LegEB~D:TBml8]?|Y K8]gٺc䙗`F{!ȱH-ClTu5@nO4?r4 DzmSF3 e?w'7* ;vQ]|_L&5bc]x=;yӵs$ saǥ$>ZibXq rӤt% |H9msZkxvˬc?|YYg'sUb!U\Q%4bW?F|E00.{Sz>0o{.:?촹~VϞz?qRLPFBaDzZ6IMifڂ7[GX\-DUĉ9w~QR u<_Amc\NPPyW>]UN.HaPVN+\mlP[G8ٱ؟b|:c\<6Qj (r؛=o Jx||D6SR%;:W,vMp'yۣۛyߠBn-&QAT{pet5fm0O+{GBbd SuMm!rE{^ᥩ,vQL] 7OO#^r6;ҁW!nB'\^@hV83S/u@ovʿL룳~2a\pq$H\?b,϶ݧ- EweAg Z0''4CCmf@s~(W0W򠎲꒷J$v%ӗj 0N2KƝ$ ,b7 {6LСLz14|ϝg)REјmyV3~c~i!.2, xr$xkD8巛JeCҀ´m%9*höɐGy0 *E'={#ke+~NfЛ ;*+8ѠbwPc]:>㹇P XfKbܝ*c4NYRX(Ĺۺ6-DTlVjߒ.nyq`%Z7mf!p'7F@czJ9)-?~ 󩯱9U;eۼkـΩv gcb 4~>f,HɁG-楿9oBhFiycE6ai"SZ3KSʉsmk)14G@kc4SĜv߫Pw<04'"Յ oQi=JC]Cj.O$`\`צL 1Et@@3́;}z[RNM fc7Y jXU˟$1cq..bRGDΥJ4gB[%%u,Aa(@V(sHß1jRBmx = R*yq ):o{,]uիcDqC:Azmm/؈ srIPzޮG$hu"4MG Ӹff]A4'Ԡ߸}o[ڻx[R>goLC+z/[ʕYgp 2Hr}j chj1q]KZLS4ź;:,!:~4 {xV.߀Z\rtFu*2R{Q٦f@dexsȐ<ndBևn!_9\FX<9Ḋ3KQCU:ґ8N粀Q'#{V"UZe]. ^nY%M]PQ0. 4 '3/7ˡŅ4$᳤5=*k3Bl!KqRlE.{;@7'("9xK܏ 17Ǩ#'qs7d[Ūt:6:l[}Twrf<07[k*Fߛ##5OOS] W)L_R^~i,3kr~Ѭ @(BPd3hAOٴh9Ôr樥EMrv"=Xv8>3x@^4'!z1( b =O;K4ZO悬T0Q: 0tv]`nN2[3pNcFxkLcgh>dJw1..y=zG.k3wQI);5bJNffUٶ\\a:*Z='n:aB)iM&XWW]+fbtf0p)i[@\g8ƀQ̄@L̓qkysg#:h҉m7M0uo=]=̎8H?3I&FIcLT$ y3!x*@7py_۩8`BKG tZRoJ:L)_sgZ0ci%Oa5Y)0(pYmN?6dM4T{c"R0T FE5S;D!6_1p43x<:ޣaxzh|Jg?;}nkJ_qUlӖ-@fȥT˨dk @38;rCOlmŮ"0I˾|n#=iԯm#!ަ1Ͽ~Y#*36c{ ř]!e_B\TwyLݕR sz" f^nt7m#qm'l$gd=ݣ5kgQ*6Ǧ#P:U&=V4"e<"uyCSOɬ$v[P(Ʊ@Y&4LuJZۑ_Xy9ӔK7zDNR~2t%bEMFx+ ~Nμ;DCC4c_Jo' ZJA`v8GVÖ#k`oW6ºCbg Z6rr5^98@{J> D{DE柎֛*nSJ2Mh g|vѝWBy{7{upuIE)d+h#mz;<\=vM5BX\f6%54FgR$]$]R]&gB€15TzFHIiZ+~%xMqз} 7s^]3*6X q88!~Bw3cR:2YP V}]%m%~ŪB)'r7 ج'O<5 bΩ:nvWJ!Fu Ǽs.,mDX飫^fnp)6|_(_L23IeN9n.p%\ǐtNʸǨbXqEtrm\mOU| 8E%4j%eKg]6DT*0TONE‡8OhaQ_:q'WHr޳|~(lpݦGs鐇luB%JN v ] B7K Bq!Ek,i!et0 A ׏4=n|b mz>uW26)k$hxؾ.h0bId^`x% Z#me)v$,UHauOiՆHnZ#!ᨻ`/__L/R oswGW*Ih(?2*/Rr2ZHNcވ.v` QrW9 b*U:t|wN"d3O?N%lSB|i](?Oj(&g?/TKu_Jyc(?q#+i Q}1Ŋ҇>66^6_bo]v́YE\/DH^`k2q3ϡ$Rw ͈'^vD+΃[b.oP3T*#&/y[hj 1KD}Bm,?uic/?Jwk \ǵ",5juxgY5"A|%AP/kpu'UfhDS1;kJLƈ4 u#6}z!垆Qd Hݿ bښ[7*PvښɚF6WN%tY >ˈeZY8Z֛GT2 "Gg\r #Y4'P/J?BJqGJJ DR+hс՜L/:BkIɠZeٚ#fT_QzB!C.HJ%kd/[;)Zt]tg[Ѿ#^?8LѮMZ3j=ݡ<1(ch01>UMI+(pxz*2r?ls/ KĪzau=gWUno8FqOݪHr0Axٍ#hhlY 7?ndE)0VVs}H4u|4썖BvXŒ g(9=r(㳅"f~Bjd,dLMσ3ojƜfDLj/oK d)q*8DžVW=>GFd$fFa'FtGt$eaEK4r¹`knr΋͚c~m]%~@6mŸO(V>5G{2(ƓсIyI U.&K_-u{ 6c?StQ%):v؈}$H`N"9&=\L$c89)1g3rl dnFY[d^>1B M;ub)r.ܐ9zm`S~HyM^k{ oz>bZRA[~`` 5"GS+z5ztA*Cx {^n'tʽ BoRq0HuO Τs8)d!`O^^kY<4껁~oi܃l_HaVt<2}hGfB Bq"1~!OJ}û&I+-tB.-EXQۄJ2'U`0N AhwO?iƗ. ]F&WI#:<BmoPf^x4 Y2+՗M+܄h=uwZ^a3;!>[y (jl z\\L tzIzsl$8%l`Z8M$z\(W讨$ n'b$u2%F??<ڌ3!C'"?d#8M7̛UCgK{&KZo Î'HP7}\2Ejb6t/J5O<&&UW7K‡%w7?Pk 9$vxYW8fgHQͱ6X`8px53]aC0)q7vܨúZR2 &NX7?|ph5lV7'Eb)sLLB~a4&;Юo.[ bE)ueʐ؃.lˋM*6URB_Ɩg^IIOudXC"yr-M< lzhetN/dCv|0b*nz=%Vj:nn3-$+mEơ  86 QF 闁ZzmMOaD!`M_uثG0SZnm*O-ʳQ<x~5{~F/ˎfU %7NBuGk3YEY7EO= xK,0]vs`D0|&`C.́n j I%Gpg-uTd=酤8RcĨJ!_@ݰѦ,{fm-z/f~k%䧌G;sn 5KkTnWg_,Sc}$*A wv93qfڏ J]k)bܻy/X'yS2JV r=ЍZӉLn>ArtZm7.MAt~knUq,-Ov|T7J%pe&Y>LjQۙX=Qa[% |Y8;LUR|MkHA!{8"k5R|OG$k?}ok cgKL nos6~_Q4 {dxɹJpZe*~q=jzS0Dl1(MLs8Z#ݷ~.@6u s k]SScg+ [ ANJj΄=6t`YAaLau=Iv9U]핮 3YXXUe.s&VaT R?X Td y1#m& -T}x!ܚ?Bo"Ey?<:'q" _j0&wM-d,zC-҄a"K\@bBOН'ʕZEMmp)o V=W LSV-d%Tcm~fgz&|VRqu66b߀(N,'<#61i60K ƅåp68KYQ$>\X^m>,J]7Y.ǰV4- \s qS7ҁdj@VT2\;"F-`jΓcW偮T0348|1wj-S޾!1$!4z>t0ir(?"i<ǧU=ӥQB!.xPAKʬG b.,щ{;>~doPS8{Irg/ǡkoɯҍo֫vXHA Hkg&Vy0;|d@%-]%un ŧz&N6!L<¿-br^uh• hε%No>gxľSf$kBCWB9eErjVQ}lykΕbw F?dgHLj}O,c)$d'1M"k 떁 u^jjz9- wǻG&ݧ%V6!̞q ΊFKeVUlˑ;W":S8 PxIT!@u#וz;k*g %Bݺk,5*$23hzYR9{1?1y@FA<4dQxSt>ĝO896/mD㑂64: Ga]Kӽu֬"1euo&Q05Te$^-,d׺K=+k1Mxٹ_:13zu cAGBĽBFr[Y3bs}%`D"=,,S`;d⊪07In"qĩ鰫7ެ&x-~KXd1|A1l,+qz7 gS"<O~1`0t^H>o-_kܿE馕<< ZttN^pԙcxY;W;xGVQ^:yKO%$ %G!:8kEB`u(o66&'a-1":ķyrs&QVb{8cU|t֘ZU6@7R=2xK^vhcKY@ԙ \*Ʊ28^Pr|B>pE WCC$g)xςNvRM~ K\-}[XjՇ"a s;O]e,p#'q%9;sgDb&weoDx hEqXYU.\Л {w%\ `ĚK>&n&)BY.ib %B苞T!.ɬ2w#3DX?`Ip[IC/W>mg%$ș 60 IZBL"oQ ~QI#I z=<9Ǭ?K{aA}(bAgj 4N+Q?*$TXD1U1h9'+. @GlnqNm,!8@?Fu?4vBuJ:>;y);:3+EYx h? 8F0?zpAD-%T ƸoiyVyT)n\E.DeT|aMq"aZ@^FSaoS3%;Ƴ!Ai`I#jߏcJa K C5saWy!Tʽԯ!eE"Si / B0]mtō4l| A[VK t% +'%*./yࡓxsQ#:/+#rڹG9Q@ ha'I/=xQ " OzqĵFDwZ>WZ.osCUx~ x`)8ua2(B 1(q8ChNlSWoh=p AGH= O@ JKd$!{YLPn[:; eѣeY2#,dzґa魬Vޝ 95_S8-IF|tQe!oWg1 dtZ *("2lC|3s*ߩwenk@L"A~n {0ן h;+*7p1#FjbFdqH$LjlfXzkhK"-8IJaY ;gd,1+e'6+9 ږҤckjGpdl_ C2|yJmLH졷+f'vUq(٭z}]}lf7Iuʄy N`sѥDa8>ՅXAQ>]ix左if;JFՍ7ٟ1-0m(VZ{`j; §} yd;awׯoĿ5 ,AyؿSLXC86SGv-GAnl6 ugF7;1;PyJӴ)zjyO6êk=/|/=Vz}/5*0VRVkSۼk67ӂ8N'"7@|Y6_6Q)@ٖ] NzL>Jan^`x%hpngF{uä9h&/Ҽ4ңQth(FͧbCt* SU29=q?$!h/vdryE $ V*rmd(z"l, vSSwl,F'tL>\IL`z1 XoR5L^ddE0/wb9(9^(;Mu ']PAT*WCTl[2~j:lPFWNǺP,^뭞RdP=W\td-ɐZ$dmO\xg.6G1m3݌dꖼZfFK7[Y@y?|6l>?{@fpE4]9F%[iL⛘7LOen=#=b!q-rDHtc꯱ܨ~->˃!lCIB,2Q.9s`eL°Ҷ3XzGN> n|1"`dqՄNeixQ1h\LM?S)w[my0]; EeS+{ʯclhǑm*M) PV7n#2QFצ(~IIEA/ moЮx _v_9X DGFi.I)DK(K8\1X;ͧx]6|:jϭ[fe]`sqm  yۛTie"4`KvR^'u&L7K9j^!)6{Mى9>XUNB">na ӕKO9kuw\u 0e=˧NWv]I?J2L7({4RT;x27ٺ[^D!b٫!e&U-`גL'ҞAIxοYb"-n^)c <v@M=ҸLTE;I _pZzI8]ԟU8 ˋ]vѤv D?%+Jw2t$AfHTV BOBAв׷c_*\hQWy;4e&Ǫ\(+ m[ʡABՈP算~!eE:4|˒9 #,\F1zVߑ4$-@K aK ؞ )+z#t[qw}z\"M9-2w5;PEk;^$$EdjgHt7Xg(MjcT8N a H"Eof}{{<@:T^ӝdO3Fo==v L_V5wiygL}%kt<6:VhYv3b0[9nb'y]꤭LJ-fb'6"8` 5$ך&>ws oM3HeOȳuݸ,aA]͡NYQ1coyZh(AB(My#,+ ;(6:xXp;~`$q Kz4μxQlDspuhgMR2$DP$,I3֪ DRdLs̻3m8͚mRP0C&:&^}g%oɪR#f/ cÞ>:i]IoHZ=Ccm2 ]+x(N}\evEE 9h쨄9sMJɂGG_ITq#LxY<+Pg *)10/\C ŀmBWzRd#/tN'zs`9|gb? fr` 2p-Vf\G}Eu&;Нl/@ mj&jϒyzqV,MCU`˗^(5"X޵]`k3LBx#I=&!E! էn>L$nfpsTQ5D/|0nI8/EY\2dOoK)megI=HԒL{ݩ#WvY!7ҧwYz_S6I+;:Y"vBO&\Wx6UOW}d. M[I{!4*JJ0/؃tP`Ƀ;Jg&NmOOb(QQsvbjiW֢P0fT\B n0:= inQ,*+ m޽/G~q[5`*ɲ㻚sEyѪ]֌쯣U{*WyhG}3"&%ZR/"fNIsfCPGN/{=nqv>-+[,ށa&aZ-X:s,g9b9 &D̛xȁ}3s9*,} %~i=%bOp/ZBǡ碵M̳S\H,jE MZҢGUH9.5a`_MyBP]_~GGSe;˂qdyќ d1,Wywzizf Sw d0@?J~W f"B rQiF pdzm$_ I8!oM :|^ nCb/t SOkx=#޾tuiGjhS>b8ƖlWa[mŦM'i09qeF\&_8s#e0 'InS6cv$iJLٌ)ӦP0?b22/ElϮYf^#]le,1 Bڷfu ߿J*'us.'ZU7ݬ lޖ q?gh;Φ4>>| s0[/: X<0=#8\ڎxȽtldrH&]F:v𱘽5O~y t+0Ո >ZzdiJgmVQ8eʹ˧LQa D.'ׁU VGvvm8=&)\l`>_I9 WҊy(gf YZUr("5HYR6ׂd*(&~: XsXp @5 maFF{c9aSʧ&'޵^IF믓0Y֊jRĆͺO\47~TMP3\t̂z.F+T lHN yJ|Ux}AZ,qjTvi}nF>`%W`p-ll;"/Q/- 2|ê|]CrzA*: ":S9Z>P>scOdʯ=5sҦlgҽLO^s"'cϻH7vIYo3kp dE7;׍ K<)ʕLu 4NJ2i=y:[i A 6$W*Ͱ9<_WX8dt>(@w2( wGۗ8xj^MZt%)"Ӷ~9);$.t2TLxsLl=-Aߺd=xc7< Xk ؎;Nb%gGY@\vt~51x)s: dJlwDz]ׁe -JV0Ƽrt8㡄+7gGe\4e Q!iB qm^G}G,L[ MYۢCOa ~&"]ʤ5)iٔ.rYNi4Eb9]O*efrM g+GޜrBMe&CEʮ̖V GUmcF~8Unf=we )U,_'.o~~mCHIdEq2pHC& c3yKO\" TlWӵ0AHt5'Xz-.!Z7Y+Wm@7-,f{cTE#c$% 3)B ޏ=4p^etZi!Mt_ۉewha4e dٹI>i tZ8}tQ"0?AW@8: I^GRURkaPJ61=*&ö[}_z(T[(O_@Ek?1<Ԭx??8Q(aKL  b.\qCOOzSKO[|"ϣw8~~ky7pcsB6zR5`Q)+0^W 7iAU+/9TQZ=BWwzI#Q<&D8&,BwH?XQJ0٥ h-,I8GUg7Hv%ą4/3wD=gRc'X 4dӢ#M'+X]Bf~/;5{_<~z+fXN#>k!W'C7&.uuDQ"xe'h; 3J* fy@tSw kgv™u&'.Q'%:Q6[3CNDBnHTG<͋LQ& l&yc.jSNP*-F5^ /B*;r=o2W9,J#g։e:+!sɘr^aF zY^cTh#>&H ɧס/ ϒMё[5-_~cLIc2b.p`,Q* R'6c`L&a+.NZ\{K4C7Q^y0Ba]m$A֣:Uq-i -τ;Ǩ'`X6cgk?r b&2f4TR&:eѩ I\ˁ9c:S!x.%CGIGХց]I<3!Q]{aS pf,&GC욥l hSFf+7&UFUc1!ދJv`@1sĄ[w86)(#3;vUzGCjOBB_ E 20@~~< |K+pdd&cf<<&kb )\7,UB{&~e'[@m`ɢnIձ6!81 i˿tW`3d&c7mљNSiՄ#v F<ś },](,mUv63I//W~@ m@Rj[Uu+6ZY@YgN}-A{'&?0'o(#@8&;ymEW@ FSDc> Q[n3IImٙ)_I#"YreyaI!)FޚQP=eۣGU]Lf/xs׳Ss>Y6c4_r~.HW,{_kImk~%%#\9 n!:esdNp7A 2M]DV.P7#PHoTĽsJS*a?]0߳!s Q,m;OLk(0&>9gs83;=5㔦oN<)m89gΣ_=|2Mw&*MSWXW^.|ۂ7Qb+Pvk$t)qlaN}"|DҾz5d2PQ?4X;׶C0Ͷ q^ƟP3\NH(YoM"K ac~"i fZP4PBұ|Z=zf/;h V t! OYyvJDaY^{^ЁTG >p/ߘ|% [kMK VjBv* F _12OX $̨ pJ@Ԉ-ߛ1BOt"ަI>&v[g%r%ULvз`Ev VE QCY1>xQ(hg,~B1쵊h8$*b%o3$r~>@LR]2~R (rwBGݞ|'%W6"2k ص*Gry>'YPNq XEW.Lb/yXI5xyFnXDL0we ~JN44?̓+IUDP.4DZ7Blj}< w5pfY]&.ItòǗܛE`vz~tsuY^^=!pvEsPCG)(BͦҼtyP[{.~4׬\nzuJzw^g|1Ap hI휒0 b(z1fsfďZјg'xޙrĿ7Ev`lC0ꠥWq|-);pkʴ둊0Oʘ^ڑz{$5'21)ˣQOi C8 R-ܐk1R3{jG}bSj.lƻ1 u,:[q`|*4|<+gUƵ_˜RCI $4/̚%fi@FtvEsi*{?V]u3{$.I.WTI;9(Bge)4KuS&?MWH!}7/vMc`&0Y—5xwDٳ$\=NLO˫J1혞dȆi_5@cJ֐:p]Qc(3Jvhi!p}t PwXw9.Y %.@QDnNM2EɅ@p4åq}G#4'.[; iQ$ .#^~OEHQ?զcǖ:+tz/{6<n{ɚX$ ">7K'3Yo[3#)ܲBSx~ &{G鹈`~X!uhvL ƯMrW}HǜyZ` !#Btph#6_oAE@{u5T EXsIгr~i©,!  &3D]lmzxm1-IGqM6猤1z/=Fx4C=nB c^ nI:&vC1My\+lc,ũB,킏B(\脞^K%un?5͌4wB]̐_脆ahq2 W'V5&ZWOZjI. *u[n^l\JUaԱg5@IL&A^-Wk$=tCZJx;:l |ֳlS}P2, N;+-;T M% Fu6 UoQ9MB %f5ok`^HEyIJǧ"d#վ ;(xK5šƀ-pWū:} Z8mv:pPTVtV9D20bB=3|~HFf5>zݤ k Z+|$^kp ߽' Z|VCZ]·W\٢y:&v_WY%Ć12ye;[^X]̌lj;v pwx̳\*B3Wkװ[Fci&Rf V$k7mcB쭕Ԓou>)ҵ^VCk6*pBˢ{54͔J6jrHMӎ | 2QhYa#w{oUy*K!.X0o%.^['w\|!b C=[;J rRP]2XgccRC[gh{?Y y3ΣEtyl 2pk*Autv)>Î#:7Qsy8IJ~Ch3g \L`q[&.ȒרJ+ b<*  Quڣ48Ea?7*4Wn=z$~{f^!>BZ/ YI>Or ([s_6era7*)ߡKx'uطQۼo>\b6%rug CX 0kWpHAʕEt%Y#B ϶п#l`^Vj1)hF rVKNgn]U*<,.tXAq~.OV+JD& öHn3(aSertvA;wc=2+DU=-МwvOXayR~V]~1|_XN T2.o#)#djtW.0qOHZgY|D{Dgl^LdTl5 z$ZXj:d%Vw7fם FFgd0o3:p.0  " Nb|v.7Y|weCaQ Wc ]Z/5@a*g%+eO!ϳa{dxt0 o%u10xHm:A&ze*iɚ{%Y pbcMm--X5 ?w4nQ Ŭvn]q‘#UeXcbN9bao*;''i&iJ fIy-pFSrNj蔳i/7L[P=2^lŢ#=_z #zؑ`6 *Usץ%@;K<_nفD@l%߉::PYVc5'-d]',IdnpDF~vTEH"{}1ډ_!ۢStӍ }#nYG.Bw^w +hs h|'?oaMӬtJPYl\: ޓR K#{gfD1 D_9x_" ̷.} eÎio1cCyT,KyD4YXXyبg%.iK&Z2e#O"KU~ӃZH/PrTgq'qJs_裁} 9 ( bۭOR6 QHb;*nQ k]dTL`:Z6%xEg APvyӬ)ӳцS=^ StʩI|oJ>R1>}WÂI4SdHCс `x2͋PI0ٝPJ "঎{ZAV+ybOC\xㆅpҕ&=x֤WDfK4~"öjhhIz1(h 3!7F۱OaL{9hUgf`WumkGX *ws&E\Jc((xfl@FLB#9w=U d-Xe'b"/?Qb+9jbr} MJ͗Շ|m]X+ XG*Ub|Vl*!mqɂJ+ZըdPm|o 'T̘haS K ) P? \_ѶA\mF Alu1Sf0"ov%ezH~ w`Lka8L8_MS xxjA/-铍:2Z{i0r~6D)7.q\45fjIk Мd UQ8tnB?j,^jT(}ȘW d@BiIaG܊h;ѻ2uJJ#tfu\r=̛LhϏ}5kTF"7sӔ,2 ҙ͐[|(ȍgNI^@ ͚}9;r\Hˀ,*~4#-yE63kp@nIi:&:Qs?ilj۹uE(/vC]񤷬=`럳jXf!-[)„.Gs$.X?ߨ&R "!$%JgEDqܥX(ڑ.scak UQ K* "E'oI.X^sB8Jmךq~ig,yC%: L\rcFeQ]S[mF2q{j\8mWwEMq ^#s[_N>ifǐ.p(XUIJHTFf2=gg((sSAz;2h.`[ k''ZDX[_z:dF\JSOțhsJ*U{_kmĂ{ġ":9%Ue0$+4hIxOEel}T9x[R`~Y0wӭ &:yA.}:ŽAAU8Ŕ{Ne :jJ>c0iABt50Sō]Z]b\¬'{m$0'%˿z ?JZ#04h4 NeÛڲ yrGJw3&Jdk.dwxQMz[bh=ȴ":Jf۷pV%"qO2yc(rf }舥'a؃5!*R/:|!RdDGT ˺cж7e2-WYD37WJjh15arA6O;e?*IF]?AP.GI 52FƢ! N@^?:3)ЫBv*'Z<#TzysP,  zϻQ*8]-B3%gI&BVf~*'x[M9ehJN_c^DuyI+y*f7H%dcҢZ) ~(e(>|p .):U@dF"LK!P!K;vld~+P\*'P(݅C0Z}:>>9n14bWAPGR/i)6u[dE2XE@Ym}ncd WpȢ?;8(ur'&w+xl ʫ3}(qYڌ|kbZ/6d:IW_(gA$»aDMZP ȝ{РJ)AZtG+u-+a'&m{ۮ`A%{;Zh d JPcpJteW&]@o@s,VB_#H6T$RD[~3%L9 O5sױp6ۡm՞^FW%L&?:[:y~'4 Mj5RZO:`` } ^jyp[x93X/rӫ CwXPDI2nFv(B=tJg[&'r8<ϩcASỺF@-+ܛ[Y/a ϋ~ڙoȝ&`ֹ;><}>@_N_[pb)e;=tuxĈ-I kY*o*,VDR ɑk2 !+*S'Xga#Ք!(EꤧFi`~ħ"m_Gc/5L:4Y2@MGRf9 u[ 1Ys!ϸ{(nƝf F.قal!6d͡+mm8+#݌EӅz܂`3ik`7-J4)l 80a"_Aφ%Et&KuZ0-5TʟYW9[Qlɀ>n'z د^f Y9YSZr]U|I+{6 |Ŀ,'x`tb%}Ssz<꽎`劄Q2ȣH8I]14rNń>=ޠ'{Z͟Gw`u@]zG?DW3 ӆI <*;܁K:KBE9L.K&|O1(O*v۾N~=N_0Qg\i璕T}#뒁`w* ml`߇i BĖQ |Vt\w-²x8eӏŏw\k.?wxBh1XEk:m=:&:83ʻ,-mC ϛWcl&lX C(I !!b)zd+B ޼һD~n9yk$QzYp p`=PS&D_铜2pTVU[moɺ N.^E ;f>?KtlR5%"l&䠥`G,"|؉:Z Gk>OuqiM7IY ˎ d%2_cm!(cy M&+_'e[cp϶WSVoikT9P5R戌e#'&h{ D̟h꠮͆RO`{>0pcG,wl)Oв -W²CXbMO3:ЎSk JQ%E/>kJv{'LʍϗRKsרr\?aD` 9 rVC\,eOa(bs]zRB?Xt}؅lw}/>!vZ,.Cv?/揻4[)؊(ւCs-N^ U}&%EK3~/w19\z7}{[S33B AsY{rL_d2-)Aښɯnw;s…ԦilaNVڝfRG׀#˦"pEፘʏG0c63pn XjH:+<0/ЈWj=qwتn8H|4eI=\dI?3fQJͭ%_B/H+M[7QOw)uMFYYka`G뷴ay w[ikKhר[`dX3duܽ/0E7YyHG'E`k`vk,}z&W)wpdOuRE ŏI ʬ?2ce -ؓx[}v)^v2Ebun⠯,`},UpNp%$V?!іq+G@2 ݫ%)v#ڀ "^ʹ 9N[ nLYY*~1a0S9cMThLsyx9+\&@?ɷLZQx'Εgoɵχ!p|tڏnFA.NIW_h"y?V^%in$4{OCDqbɸ@U3K sZ] 5!zGsm_U4pNuiC 1H1 DS*dM WS %&n6D4`փlJz¿w^$ X@ i%ZKcp8ppb205bdҲٷ]щĄ3:RHQ&$(gn\A^K"n<1+w !c`OO? (Si~wT{Nuc^F_@>[V_D8;o2m*C<}ON6B4XEl '"U8qe;>aKĿa f@+1I_J1Pn| (&HUҶ֙# \r/+N\1ֳd?u {>y :P-5r|yU{UFro/@橍|巄%ځ؋D%퐰Ju)pfԗ9I| SImQqR} U(`M꼈jBz:8wX'=}g 2rB.5P)$nr%iAi=#~c4(Ne%jw9[C0oG~jKzM\KXwzEt(y쮓W)39PMr/X ދkB,`^7T,,%%Z*J>Pūs} ̩.;W");6y=Ypj,ױ!_0.وntJB6Y_bٛꌔ;tHa2 ~Ӣ@SydӦ4bd p1 :ub4!h~5dݯ` B98kJ>6d.dWr_Ll9^`|Y /m.<t$l?oùs'F=_*5cfE5` GxI[]7ɋWnt?œ Wy r+/- ֶ7XWl%t-iVSå-Q=ɾAVpV Z[b$HiەqKOnB.M.C~wC;$[Q 1[ǠFz&DC; &w=lFFw*j  :k)_5&(2+{lhw(?8٣G0O g+z2PɩUŮm[ki< vɔQ g \4{+nb1-Ѻ"fkgcb qFu9R lJ f޻^b=ίM('@b7Wyv-g`)O)|\)_9 <<ڎ0CZ Jd&7Yaq[gdM~׹f F}iQC}ZvDa)+#=.Y`T!FWaoroXhǚliD.ȏ>967]߇AE{v׫$OCג\A "ͥn!9c* ~pW!m'Xȑe_TH4eOR>أY꒝ <~RIfٜ`\w|O_ ?o|t?0p Fa"J(RCXpKZVIn7"Gx񬐖Ό8ޯkpL?l*JUgNR{w<|k.W~bDB+:jT\qN⦨}b#dXꌥ11<|3mMצ XF v /0Bo$t LT39:r;&0y5qU\0 uJ"j,Μ?oXӢEw48(V,f]3k|o6G,@[nCgC!|0W@*NaTLӋGMbWl.`9a8vp_F ?%Q׳*w?4a.[_&22}lu!hv(ܮ~r|Wj>d8DxR񙵉`a ˺|i=?o]P [>l f,j\ _s&,lsΝFuSA 5 o/"Uڷ;@peVhZ"}5$k܀0n۴ay RroCU݈;´Ig@|䬧ϗi!ܹe)cqIҳ Gs?p!v"GC{t! g1#01C3KһIK[1&vt9~+ˏn%;nnݶ;nΠ[Zt}˛ 5Z0hFfnWjvh.[#@{<Ӱn~5D?+6v >+UlzpMehG%4&X*v*)BN0i0d8'$up""j:R )H,!溦Mapy%EC F偪wI JyN,Rx+yW{֦_C HtIF"Q'ɵzǗ}ī^.-;Nckj#@(.I$駐bV?m$Dㄽ^;MgT g+]w4ʢTm89QGlr.ܟtNɄ `:jு0<..BQX Pdן*^9O_Ŧ]zəĞsQKPˢIې=B3ۓSJG6iA ugA;Ab 9%6[-|hvvwk`*PrPb{d 0<\[m'1  J~ޡ f W<5l-VE`ѱyZ"uVռx1x厏!yWSS֕ru}[`ݣhjVOG#|c6ظZ)`(AtՠV)?yr苷79_&q+󠤁ndu?K*3sqj* 6 T7g|  EΔau Tn_f +hp>%q&T$ݡlZ[b)Ƃ~ƁܲU<*.).§5@_Ҿ=L#:qaDTg?M(ϝd6Ovaraej -uH7&峕)f9]*V|Փs!Únx 0n"AAŧ Xzm /M.3QLO8O:ݑ6k! l8klj`q\1]~o)- *fG({?T)P ߣ0oRfR"ƫݰjvPA;EF`|7V5+tFEiVY qи] Bq) TӪD6Q&TKкZMLC<莤F;Z+($8ۣ>l[)%NșkŠGd[۫p}%'kuJM G  _M]k~0OQ٢:iCeKG )7E$:]w'gg;Al &05$n{5pbRӷɎKZȁ1kI:stG|p,h1O]W38r 2e=3b-5{ Id[r+:05+bte~w(^:-_o.}]^fǗEgTk\I E0j3jn)N@`R gM_ŌiUz-c_85ė֔k0M2!vP˰hdNٕBm0k+czj-d }HP9X_ze@ KoWzSJ愫}C2-jᢾ8GKh [Uԝ0db{7p{%_mu6Fs2Z8F}!||<9FZ?oQZ?V}f7O(=}e^7uu%'N(u3-h_Ft"gV4qcGS@ZNp_1'jL7ts6ȯ>[2Ayx`~ ;[D' !Ԏmɡ3HLPy2A48v0Ewp~ed1unj'9j7z7|{uCPUigI)?BߜnXIGZ7 RWLt)< H '!YHp/"myi*ҼO7u0(Ϻ$t'1t* 1¼)xP1hZ%x>yXѽ1S6ʍ {⿲٠bs=Pf) [OoVMBQZvqq0wV>]٥ZS&vGX]no{o_'J^ùz7H@o|dzc$#[oDM@:㵬7"@5Om*1O&>|8dN)g!bb Ve/-ZT65u~;͑DŽL졡 \]4C,'[ [r3 P=sv+]scxTG6eQ-ө|WbIG0 ]93UT6~Ľo:[E֏jvn5ݗkIloB-k`#:IQFVxKIPLq7]@N]f3<-7kKxM1萏1~pG('n; q(`dɹ$; t-U\9TQ~qZ>>k V'@8stz0D;Tlr"~Z6ۓiٛ(89R$"_JS}7sU˜Il4ƭҀ?D'Mh}=pD21+ug̍Έ 5GXk5VienG<0g{EQ V`&fgI4xQ]H~mZp+_0U[7g98y6D%Ar<=03\Wc1wwƇ8&me*1<D!Ýv=9nk_cq CcQzDk^U4XdF@K3³Ơbtr6.Ͷ촿R0< [h>H?|YT̂n>i~\w8>! & >K2ӡb| $ke)m@<1~K+>;aYym`|(%o:z  Pڝ'RW]<ĪczN)lf+YhF.1 ( v"L CL조2"R --MJ Z" /I qnjt9SΧmgڗTd<8.b\21r!.B s8 fBnbkch#v(,FVye3Q %&Y~Lc^=oŘ}u4 1Y`ڴ zQ2ʴ =C6![掎c;2Uɠ;Y"w-|nBA''ӨΔz(tDŽE7C\ط Q^υ}d+#4{N R73T= L.f(`2џaR,R~^SZ[ԧ_X`@a)oTD˓ (ۓ.ىY,,PY7{dUk󜍧vt«CO/m'_3]{1Z8gyǘXe٢+.vdCi,єO"#F . Dd}%QW]LLK",ׇJ-VI- 6d%r점HȜn(6OwdɉOFX>..b/pyNN8= q}FeAT2~{G$Ybuii )MP/'"ًk&B8 )SX*e=4z]`ۨ  ^+%:K&QJx϶ܵq;S kXѭ[ǝ7nfv&3UJVRw&N_2эIA)Y6Go#ܟN4z=:Г qE|^ yδV򠾗 I+jUnC`qá؉OXȨ%aWbn7> e"KVP4\/ʀt.-S/@EK}7Y⺪d}Yш?{ -v|Ӛq3\>%0+ (X"h̜ Ϸiha14C`qR:mǦ"v@cǘW$Ad-k%]?m n30+ @xa0GMogz4rFpuK#."K"q_P48esΏ:&܀]Y[^B j|2v WSW?^d:/NdqsKAi UJaĜ0Cx!y};iud+ gL0Ń.-BҐڐ4ZFv`椬dA] /9h`hZ Ngհs*9F! W:c>!ѽE ䷼N~V] |-*7ŠkA_. ;|`B $`EXK?+.%/[U19dgb@}DT9w@ r":ʀim Es-&ܚl暉NX[pԗ֧g8[S!:U7Pnl*:A;J!&!Ms)t(ua8Md|y.,P]7K(%a|d%2J1;KC[Q;w4/ؐ埋u+n[}_ΎW;bS4U+;&OF-i'tї~pn)KveŪN[p}9 R]tq~_*1Ju=<iJBC $'4Qt: Bed 8RM'ED{!\V8BI*s1Ms"r9/Lo8[3Y8,cz: %}=qWڥXRpJi?5 shC:B>ݭnD36&gYĨi4#KBhcw(y1^т `Y4|~8Ke0d3fS^NBF[{_Vd;A7:Pp&ỗ5]Nu%qDBԴLW f|gF6F VRܾ!E9[3/s2 ;ͣkj" ~Sr|fkRFgٝet/!Pc&1Xoep!#NrՎ1(5![nA(e(Hpu-b9 $ eBEn呫`>2"~p)f޽w- vz/S}QްґfDqy @bwҬ6$dYl=yX V(z( _cXf;Z1amۏhњ^?a<}n]]%澔rԙ%QTE+A^{=ͧ#J8/D wO Q "H!i iBF?[1>E> zu 1, )X=;;ҡAf<?n?L(1i͵X+m#I'9$1<eK-7*(c6Rn`)ɜ1~%$ 9&{/:+'LP^Tq [d^t-69&*hNph]25W@AζNN%hP'7)P;V kU`M]%8wZer)/_O$Quǟ' E^$>7NhL돀IM ΁@ewDNQAm.P1Mu_̔<>ڡ8C!Iȹ˧?:cC;#~:%ƙWhy&"K( xct:2j@X)P >8PEd- hz~KPN$|FhcNp:c )Pѽ=tJq>My{c58qBzB\nòEvBYkKhvZ·Nb {Kbi1Ðt `d74+o,˴.04t4pّO.B/N9 f;)ƮJLnsg;sw Lf#cnq1 LOFSKX.˓\s?&5wB'7,\CA?*6%"/akPWMWQYnld~[RdKO`odڧxnE[Xayf2^-)ls 'PQa-'hu"ݮ*U+u>5N +脺{ۈȚtQIE)|#ѓQT:p.v99ɼ%ݵ#8ȂE9;wP ?hL嗯6Wa/}z/Mh*1E@h+U zK@] r<1VʀA)'%0$?Īȗ4Pv(0dfƂd,Wt|Йmyzo+? )C;aH 4)ԧ˭wSN%W*( ?+cg@ozI<Ü:ד贏%.sn92dkM' ~R-,'DzHy6P|rP M-:Vu)gvQ/_.DO b^n \WQG 8z%bLs@ Hݫ_*˄8]GRȞ8&g'(;3tVJig+0DW\$uo!|L*Qmeb8P6~Gr"+-%M\3zi 9E3s<io+%~1% bG_Oʨ^i@iKZgst6u.4uXԀkZGyoH$q4 utnJ$F§SF4f7P% D /f}`:ۖ$kEk0)oE5Id{bf uapЪMUk+l-`0*3x27V,6Yl縭@g%  7\#<eÁy*!N@ &P%&AtL$gir V9C8L$8t *]0,7RW1(wfȝd1Z: r_z$ $sfD֦hzI+%ܒ]P9^= /t<{pmw//`qd\Bz|׷ڤrk_STt\ğCƩFCQLhTK{^DmJq=UH{RzÇy5Bw#kx#{Do93|EYIҚQE߲(^9Ͻ= 5~h|ۛ\jv<>l=^*URpYSDG/U-YCa#`5[_Xd?nE8[+YL 旃:Up8͟sd jbiu-H|HCLUӎ.x}tfQ ƑYG;>|O; &l@EԊJRMPr-ɣҺ5̄0 CvS{U WF41 T]4K30k*m?QC/Bt44d!noX7I &܃Q Hrò&&ަtêVOeH ,'!^|(LN`5v%@"b ڶ6(I7N+}7*D^}÷VcN1@4U>>DZ`Rs 2EfTw\ ,>KeLiT˪V8]f'v0gtNE@@bqS7"9ư)sg2Uuj!|12tj<(9vw7x@@W-e3nd7hPY"99,n=Ժ3ʎn4;kK1-4&RUP: @"B kd =Ox*A!JIV4ra5:vk[/ԦHF KJGė%j΃_7* g ggTW@~a'Z7O+ץ&#`s*)g[] #yq,G}0eə[YHo$H+'E<BFB4B1P7ip#|r1J*}6[I>m(U'zEIkZ4X|!QɪnRؐ-!{EBFUiIC4 s\_;΢6i) h1`9\O4X{>g9$5~Ϥ[+vˇ+SZ*TqI+۴7v(ۋݸXY{ E_dTJ1p?X0fXqCôa.h0Kp}0JB4ƪ|4zx4`Z=է.tBfqe3+I_!o-@ ^$5|O𢿧'Y.+~ kA 8x%]w,o-h5?";.ӉQV׽Qn8P!PI}rf$-*Ӑ㋠DD5P l+nG-DvOq{U,I4/}p$Nx8s_c<9Bi$ģE Z?FR P/CcBl//"$9oӃ ߢj4矅ոo`;,jSF$f_mu\:w].#S#`'اA'N7gӞi,7NA5[OK9j3SSTx ]v-ȭsvRbqSy L)AVN&i~ĵV]'rI/7 2tJ1n?`_J*_IwPZx^m g6mShۡ8m1 !~2x1؇VhE)|ޑ?`b#JGgi8 aWކ= E˅;aؐBs OR]Vb']9'U0Nx*c ccM%ي-ʑ ~-( Y=j 2qY0$ "@gb+rZeug 6TfR,U!oClMYTQV *P1bLg⟍:!LU3(GȜ^dBӉstx)q+rM|7҇vEn:^yX;=9:ɦcNm(tbQ V]ЃBK~8TTDhD{giAƺ2gcv ?] -OS><_p&HiV#kM.vM(Dj e"vR+`O@4Qݳ۟ymk;Oy>7_od3H XwyLiLA/@\(-zĥ|ug˖?^hD|7DD(6ɼ@eQF=%FLIyhXGZ{=);`n!Z?|'0)X1N!IuA,oHDkG5@֑͞BuQlFlX yCi&3ߋoe|Y))cFڜ!Dj^9%~&Ʊ!:ن4݈p˹:] gZeB`.bZ8ЧU-THve }QG(RJ]4֘{["lov5C@Z3&FbNm!oʙg|[lnibesu;JNOMQ3",dtp,fe2{> :磨ڻ n8J`?VC;u^}łCTxaĎ< y&n ; XmM c)O-BA$8siVW4$2$((~NF2B3f'XҬU>-PjӮ*<[8LH6igܜ&daHO)Є!9:2zmlذQY^V=Wtl_!HȉZCVaoTbv\x*~u襴\2my4 2zZ-ovhr lML|c֬6e8'&E1/%ZMꎾcğ.j/D4b_dˉ=))YhAzu3g&Iy uzTzŮ0>ix0i8>xAm!{vڨWqK"1ӵ5,\>Rl Z}1$+0/ MNhana+A<#^\2"K+ ꊢGh#ܐz<.Jo|68n£R?<!dԨp A,Չ^FgQ=H-2oՎ1ʙPJtw$qX(2Wm#^[_=揑c*5I@">OʂȽPZE g?əEa]B ܏F<.:qևCmWč[ʴiT0G17vyYԭ,8(VlMy(ޥpgPh4]\,+""Sf ;e+i9,MUgQ(XqPQs]Nv3i-:kk5D|Oft&sq,91^J^rM C%rj$A@,.=s8ef3qɁ y<-IgOl44۱Eع<~GZ黎B~[,n\L.S8_DV7=7$-gRkNO"I% z3_v #%dt2LJ{t-fN!9 P1&B D|Pl++Q).pk2ۡmr$/]wЅ(Y2(LY82y0u\0ߵzii2hpb,ڳx:ً==ف |Eyj_Ij 7X(rm]v(tOCgW١0WPtՊ d>^&)_\7n텒{͉`&8obQ\V!s GwY;cyOuޫC G<7;Hn𹞞{hʓm֏+.ΤOR_ H݀K[0Kw; #HQ!/ǁK*'|oQY+q٘qt-{>T-Ȋ}~ԧǶ:" !۔ )F!MDAE^#Y=x7Nl-I)i8%9Xz<[;kP\K4 *t%K&=.Q/oP'Ͷ~ ;~yL,]u8 7VҫWB-?a4?+ж誖txq^)}vG>O-ŦXh+5-fn Εzt@zѭhY}Sb0-)ȧغ̪vŲ*QDX s5aLZV{ȯ,|;~gSnǎFh6?1)<PolaCB̹ՂPXə]yn ;W>[q.A/70Af?0\.R*onlר=׫@]t8ńS!Fr 4rb<;}㛄Wt}7h <vCz!LT}ZUSR'Y2XH{ ":!3oTG9O^g% #+4bHd>-vrsV'ؑ)R/B˗4n˃{Buz 4{w~}CY>$Szx}X;F d_&[CXr8xKIz/3b FX:B.' ,{ɧZ"i5M6CMe!2аKm GlCkz,'WW2L4,*]5Z>tu2[ס“EWhciNeġ]}8.l PAAq4O(-ڦ%O>[qyR5M2y_{Fi*̤`1Qƣe{^: !IIg)+ͥZ%fw`)!.f)_Јgpݼ&OdYnw e2" IgGajJPHP@;c*]@X`hգ"8ظv܄]oY+ 2oSW\\Bm2%Lj%Y$1Th!>}86Qko5Zaf΂THEбU,Qgis|7 ucFЧ|2𩐞`q VsFJ$(!Vmdhe0MU h |RP&ΰjky;l :>{* x6ӹyOvXv߽Q[j(YsW8Q4sqɭ+EÚ ׮U[a\ 17DuIrl\]leVTL^XyPnY1ZBRKuFz\h3q-h cz{([yS醙zawJ3fEiB!UX"(º.ȽMft1F[ ̈́<JA"rטW dzE[X&8Oa7ak O:9f?/9Tys75iYa'?I]Z4h?Ƙ,{ "oS47>+s]bʑmn ;7$R*\d[{C5Y ?`ͪRF6.l}^`())XNe d ~5p.nUQȸ^ў:*"`yB' 8P\Rt[is-mT@9q\)SsaK}m./OiE,I z٣3Xg̥6Alza.M;#"5P˷ݵ$wB<鑺*HZrd)'ͣS_*I@Z:q\0(Z a1zjNGquR=R[.?oQŹGQM͟W"*ٌhMZ=Dg j-^o ȠԊa|r _W@رܩ ,{ed"bp00&n< zY P-nlvh2M9.0Ko z#M|&taPWu֑rpoP[ʋGwn7-ZZFJzҊ`G'gUhOmf_?#æ*#Y7~"FE2l+V0%9S4ÝkXGBRci|T !FJԖZm33QzjyaH} j޲YO$A09#7NkW1Q[.L (/ !!G`38u-&e: ToSeA 't904H8z]y͂g*](iR|F3,)Ԡb67* ]b IkDaQ雷'qJfKǥ~8g5zz;.9QK^VRI$!> Nb\^t3\ms~6mݣ2B-UB\{J 憌Ѵz!Jh9|0w/[~Q4Osamؔ!^B=*5;v{b1>w3o+N=, G`cvl}c)W8s+Og;AjMeMz6ƋC2c0|ΰ߿wT9(ðdzPsչITqYU/|9B<\JN=@4@JйY V2Gs E*1ߦxU ̶G4&zaTX(\wa]LW/b<2HQހLVrjMTc}_!Mdv_Ћm[?Q 2boWnA 4D"3֑k]DWku> GiE-8Sٲx^B<7U}е-zѳ&$3)'QVo(ewQf6gaR Ci!%TaKbW׽$̀O v*"i tڡMAjM֋E0yv>\"B]AE 31p \dW.d-bB1JCT Y$1\ϖhWKC([fUOY ѧCB햷,P!-v r-xد.O0Edgh8:=A5HI5N;d@zeQM!K=y[@yue3-C5I^ZG J"T" \]tCp$DˌDڗksޱ:`R dM q'[鱙 tڌtNK$x:DVFt_$D< ~%>[38Ll+Bā}'6CH\@钖}!fGUzXAv%YGfuRMpwHnMؐ&~ҟE0tZcfQ AԜ&|\]ʅiw$N2(fau]5᱀H0?cy")‰JRnQ+2ӑQgChFQNдm)ӍE6')h~cqvo9Uh(RmE4Us_fg[7|a7}.T6g8oCc' Hiі*, Ҭ1ԫ9;-kq6Đ( V=VAGIv cc .pȩxY/%/lf:R`j^/Ј[ȧ!AǤ /B׊H5TIa먔v1) ^{F$GfPbkG(fSo_3vVrJeyJ0QG蚃צgwT9-Z'`Ӡ1Bi"(<.O|J%ͱRu#DF6AWi\xR>" K_dNBIR!:wf(+`,TkbY!del|gWp}^1AƎ6:_E/ ! C\.7g3>lTЏj#'wKBb0t㤣1b &]šZdt\؈%H8_DSHNςj=w_BE E2+qڪˋbd6iM}˳SBOP ')^@ WŽQb#AEӻ)"RHt4gp-$xRdjThC>o :+sX"^Vxљ2z jL> ~ HH@ ѻ,?4괰s$jx7D*Q6jυn8 Ҋ5y rNBxN!Y{%c)w~Е?/o>G! F=\DK?L&jlxcK GCUAǏݝ !Ps O`hԔ֗Z=ݙD_vk>,\IiTvе FB)?#,M§@4rPFj 1p}oFbB~71ŸY@a$9JXÍQ<΁ȥjtLĎh<)E5hXd`Vخ\*9P5鳎ڊK}T,\lQM=]+G >ZbvieugQgaC9K#IJ cPqIg79@ԡLQ&FaSaVvrc8 JEz[753.')cL}G_iF^IIBpq,]뤸E"KU˭*+ŗk `P˧jb ܉l{[(E&Է :AibTX0q4AIrV:&:-ZO+OE{PKXx)0-1 %P|aη_?Dn=EApb1[[ \Nb!C/]5>ORG>Ɯ_RԙdWnDm+)RbGrd2b̝Q>OKm4B_Q-2DŁdgҹ,7+\z6(ebf%}ktɧ7K\[|C5͠Zr@nBsUuap8#kBSN:MMVײY:Ώ a~^%G'O