PackageKit-1.2.8-150600.4.8.2<>,4gp9|/y1xy!@ ֑J/L oZ}y(͜%eFXzH"-rkde6iTʂD\qhO?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/<]"k%LMscbY8_wgS\ wQ= .N_MQ- )AE4)3\[)aH o$,sկcr?BB $9ʏbV1Xˠ9.kqROB֑Dbᖅ$mU0̓_9RFUc#2םؚ4ܭ[#zl0A[;!Hodog=+uK1Q<`_Իc"x >gn㝉n|54xG^񧝊^6"$[8RבI6ˉfE1[w2Xd[K="U]uɌ1DV:׿3 4JOMGL@CaP͓i{R,k:f9~B %@ w7 OxUnf6jHu*,HI;`6 G]~ #SW(k&ܮ iV|]v|TcA7#1bwglrAаCVoDIϦ +1wQhpYw@,hpMe/q뚟:WPQ<P"?֩GdO 8EX2>?l7[LMJrF Z{)a^I턖D?U4&t+YX 7YhBቛ;_-  "ӞIןZ^J$pL +d#dg^%=j"㓱w,4AYo\qc/h \y|JѢɱy\霛,x\eN~e n[.ˢJ##^GW$\a_Fh~Xb4wB${U}qo^L΢S-Lvl8† q> ,+Cgpf0]،s;j"0cV/+8)ՈtsAZY:}lnjQoBk}o Di׏9bGz4 y즉sSr2e/cH/ÓTD95Gѱ=1*J ) rN}xJ~Ke ϱ_*BuO(K>v ?p՗0OA]!v[HUGRcLgXgO>䥎p|!@&q.׾d9 TBԕy?؆7pv;+gwb9PZQ[As}_{r4{B i^7W "m+쬱 ȁ?L4*nQ\Z!66\H=Z~ŔZV # )k@UkiЮ`80Z{}<vtqZa?~NMWBVśo!5Te(zlT,٧uI^Owtl'x$jxAd^K^ER'W`ǝaQ,>8q˶TUlhIhz}dvRADNǕnk='0"~# 0= ^]i)L&#ն5.ՙz= Kww\L瑕yL< {熎 k~% !׿T9 JN'> rg(PqT4R""'̢m QşUgb]Op&`0b ߼为|!jqs"E+3- A&EzO6Zy``6^6*6h{'n>Sַ@GobȌ.o\qQm0^5)KB3 zcPCet)mev'lf<*eyBi69yJE~9VW')sJz95G[R(P5&F6:F_Dq4mF]fiwWn.ū;64al39o\s6l$x3tX5(9{^)4jIc,zT̉9GLu't}[PfԤ[~`"_9[ןE.5p[*o-$恶Q 4oeRr2 jx8af^@0 cD 3/u;Y`vҬ+yX4.ϟ=oAdiۺ {Py 4Vq,Ҷ瓟ߙga Quc~XHs$Y~诀dPћTLZ[bP*P bT8R'bJvJvSlGQn40LsZ+A8/Z#zϺ |5Tfm<-^d,,hLff+3@8mc-!lG}LJzЛT_.-vQ$;uA'NrVr.!쳈*Wj8@ T$ϐ\pU׊~z!fBmq\׋ϬV Ai sy2l-)]ktaXnodbC,?it .Z[b`հ;&OiM~Čn^)`l*ӶHt֧&1ȨOD o+XAAPm?4}Y,@_Zgiހ@r`DuЂ,9|C{%' wOD~%1J[dFN{ba/zd!v.o7r~HY^v}w#H'JEаH J#qyd5aسowC;=,b(2/"g9'Pnj(GF NƑ1,ZVLJźO2r"3GIfYp4[mM(MM2GT_rz<qs< %K(2 ; m.,\p4j/~훖 |0[ 8L€3r65lqsm:Æg\J.o>rbz|N(o}ȰDz إIh:8^K_sS 9pهnXڪ݄u݄}',notcB!2؍Y'}׊t?Wl}r4'uf比W}#NU.po|e/J`o 8O&2 >*&3CBn~ކFOaϳK$%NP,ЄzLhn \ 6a׌5dlzYzMvޖx.=l__^k%TV 8"xoRrOX>9Pўq~Bwv&PڕGM543 U7u]&)-D9.n0O?EVѪt{XrHEħc))^BKMnjXk1_ 2S(wb4^kTdޔW. vCR cr>s賑6 ǟ^#ܙbci2Sg4hl Lvܔha< O,Z4ʌʒID>0ZՕ&p@LT;'|mQH*)Z!&UB(#}w2CX82*cZ簂m?&vsj2}?ͱxI[^7?lJF2dX2ԱL*i1{'@ño& Q ʐn^=ٛEa=y {wt3:W+e %oo{="UUSkA<ոiSq ̥=KEMZN0gs$a$]hY{'yA87#^n)3h}c$S` &-~b@ ̬pL>'w6iQ0YP V O0OϋRi rѨqGY]>,߾M۱idߗr8V򩈋M|լBkna N;NԵ%bN;BIԑ@v_6{ʦvXb)QyҭmZ<) P4 9xTSN;by)kvX8{͇/_eb}Hۖ ?FV cz$Gj)-X-{*_&` j3^jè}8-gxU֦-3HbS~I?(w6IzmAmWR0[smO'nTW茸lY- n vPۨu>1vFR45sAU7o T:DSܶu/ؤyA' WLDjR}HK ׮s6ç P!՟;R?r114N#! ~O!'9E X+kU>r#g3`%_d;2uV   /=9L$чK"lm6kPq"?Lܣ lᕢj >Me$Feqpt,ЧA 7[+[ s )!Š(u2W S"Yy{"^ȝR*QgK'.F[).Wp r k17JW H: ]-Vze T}27qC-oƠ0PIَ*X{4b 7'eM Vu֢N2ߐ~⼵pQcbZ0V0._6ooglxK[4sp 7 @NM0avnn\9,J4&`K Crǹg7&@Κ1 |LSamՓ@_KؿD竂qJfc߯4R< Y L:8$Z \o'N[(RSDG:lN?wp^zո<;2~JDم9H5I\}mr,Vx%YX 3. BMz4" Ƌd@_y=-'/dZkfl/T V~R--{z Á@;VHop_7a|۾ 9Zۀݚ,ADgZURB28"2co1*y|wHdўW۝gCLfo* Nzk(=MTcdϷ&j^Uw9F w@5~l&-c0ew3ҧh17nׁlflb4&#-CdSu h'UBp\LhV׻jo\ó?ED JutL4ҧFSuœiނqR+l|2SiI ˓ *=S%X{ӝ؅6i; | |FWQg?Wڿ4ˢ =ӢVMyOpf26yuwVn[3 4XC3X>Ư(jLIYDn3Xd+ Vܐ2ιj~}$]^"s!(tgao2M |r8"W'cP~3=ze=|n#&DX GHYShN3nrs0/ @||s˜4#]x}0.i2H,PxLj"1d^;t,pzX]>x}LU)'Rf2Exxf.0C2'sY IdNkà99#qfM> @h0ٟ2~R3FoJr@lXۥ2]Pb~|'2S(i0CYG))*\g Qj\KQu#er~`A[ʴUadkŞGΗQftte#X_aH`  lݨjC/})0_T|[sWB|_T U̩3JsXoemkuk-ĵRA3סk0>QC&B1Ŷ^gd!5(TSṗ.3P*i@V=]@fQT Xzl9ֈTiP)1Q,UTӫ#[,Ň];`~2 E/Ebm w1$8pWqPp9NB aNB2;.ŕn`ouR4@ŭܗje¸ :#mtsn E7w>ʃ6:K s>i|AYIe>lذ]i(S\^] ԼT "e\ޘa3]"*[6!ey慚]1Vpp@hoA3^3%\\gc? aA9a"WƏlqA qEΡbȤIgIh O}9z| MooܻmEj=n#r7ijG9A%#,Ϫds|;Lkpۭ%KdmN+S@C,{ 9o/޽y~e*L+R(MQEn>'ʡu>?wJbd996[H=c4w)UلNZHpH=h -^$$yCZ0z|:zr3WB"dW!7uiUzI,\Y7j^\0ߦlP񁧰!|?E m(]֤ .8􃯽\KoBiA cBC[F)1SZK{.{ (;mlc00JF܊Z@2GPt'mI@M՜}RYۤҹ7*Fhtfd6)J:?S=^yW‹ߎ'/yưFչn+c՗m4_7&Lj3 ? 2eΡ:v?M7GMDJGxS;XqN@K%톞wW̋;u@Nj$s={t$:kQ9}YT(7B" @&}sI-Ϫs&tYzyGp"D!T uy?" ޯJsAei|+4 j-~_Ebq7CqFͮUiTn/v Y2FD)+MJ9U3O2Y'-}wwFKk s$8U=HpyNYIh4 .o w[WѡD[>< jW2W Y_wfc^Os`2VP굟0.p# M.8pmo$|-|+鸢v7;lIΑlE-v$JyVuw7aÔٽ>yhB="2&؉wG9bLN>Jw\):)1%cB{+70]\@SRsďAYe]zӷC~y N^ mp S*)&44 kRm998|q/Wp2n# t \B<}דU 5' ,p ˃4lèPx[s)C;&%l;) isO<8YZ6?<`A6h㲏~+]a7[vNنcO2p >H~Yy{RZeFk+UN;٦X*j =t4\9+9>3|Y JPt6au"+q}G~x8J~mKV7?~apIHdR*MJPJFL'#pI$`'FdS0s3gi|#fCve)j)NiՃ+d!Rp^݃Dj:4N>hh+F~sUI0`8--L(/1^ #AF\)&5&]&`=V(L=5i61'3}/zQz}؝xpځ 7zݦ+& hĔNt A O6$:Kˁ hO2D?෿+5c-&81n8[ 1XrrzF 0b,EsVN&TpTa@ PNz;`kS8.xE&]d cSM2? MFK+)PdHm?/˴pGJ8&<#yVОqetl$SS`=G97 e$&L7:\&z08ڥɈ :<հ1 PwH{!Eъ܀j4ׂah~Cq?a][} gY.ߓOZ|6AW-mOsϯ[35}"Bua9rsrM[{GRO:=tDh WSZJ-Cgjڃ ɕ/m_.@gsZ>ѣTPf,FF^h CSÍ R=\WrbrA4GT}Qg1 /-D CN[>%Y18)y <8WgJ MsKO!́MNQ#+L퍸"8UNI]љ8g|xWMb']3P)K45yG-ۉc*K_yE%9}|OmS& .؄^K[1*[;7ШLl]Baijsi-}M <ZK FK 4Ubb VǭIYO[fOъLH+y&-h3,̀@ߔ9QQl@ }S'_P@@`1$wvK`-?/,^V1Y0_lӨ$J6! m\/ӦV%`! &OF5gS &ϹPPl8Ef{!Yʿ_Ek3AdW]f⤮`HpUVLH2nVMJ 7!i) ?L"t瑩A0`{smI"; Esmv)-eڒAxFTB*= pοaf=ϗ011ǚ'zpRшյT\n&=t}%e"QMLQkvN͚a,{Ԥ^ENV<$}g\sbeˢ7uVrṄѸSٺX)X!YNWu21}XL^8~]mfxƙlj^A;ƾ|18,W45lPE\Avhj8&cPۅˆ"G,-Dd?\4%|5G[ eE&mށ+'&h_ڢLJjJiD„OZiAl&.HT8!eGH^qФrN,>2?F\3gdz%(ewti G~N)z0ceg}Ο>9AGQhcxiϟBYF!rbKXijNo'kYr6Wt*0:&`4TGScV0wqY+J:4j R3iT -X~5H4#hN'9|< 㝔4$)m s~&0?_ɦ jc߬2eeYQC-CP}upq{K foמ[`JD(TGj \p~gB%֨vnCrZ@Z aGt >UJ tϕ^߰sogouRRE2v9@ayw|W~fޢv{s;R?6< Ú-ǒX![K-ҧ(f׍ a׹Ch~M Hj7'@T}!*T_0o,e)" @wyk7į{ykc},;U'E]A'ylc:VXB`紧?)ӇI"v.4}Q7]|xQ%Fr Gmbta f_0 J!5`J7'c3M@p&նJȃJR;xm{ߟTk >q3J4nm\хHd`f.*& WrYm;Ұb!xz"&U5ވ`GA|U]%V]T:ŇڢW8fjf!M1auXyQ: Hz</1^"2D8iz,*+\/~`Y}EN qc/Tz(}#cOGuoRgp +"ЀOb* eO3up t$fPgbbQSC`r>bzw*Ń"fNEmؾ-78wL٫2qU>k0 w}rÏ,oHȒbF_i@\$ҲdrȻ𳆦l-pH9 ,mf 2-p.x? !8:"7D ;3?dF&&EM4\Snڃ*#75 0Bgvt,[(hn1a ޏ8*|MID <~%~=#z֞׆dnS""|4>_ }D, };.t5UmNkKaw}Dq+(YYy{'ӋwsP?y9>LB =i ;AЬy߱1 p_@#o~)U9 *Lo dM.3D̉ nҭaGžF&pW3!}wdE'e4u5Yxzi@z|A>LbYE\Ol\tIHCxoDT%~{]oހUV;k `<;|WQUhm/Sfx(q9-Qʼnݲ[*h`KCk"'\W@+`?Ng2ӻ7hn ?'%J+HC6=6ץ̗40h9Hۀ!Lr2dgD>o%؇{`ҙ ;.fYl&TT0n_(+/\xWL1y6~Ľ*̍ܔ/ 5uXSx=N8<akxʾ.B)|bS Tٙ|RXbn*jƻəxryeN#60~G[wd@M!D 9MgZ{w.`~d  r|鰹ig#: G-!  Ǵ0`AL XI]Z9.H׹lq|2S{3b~n8bVU{<A+<基pYTu >o>`2rQqF˼d8^6 74^ 3`T8C4 ~}1U+b S;ƈMHLbaM 5"ɘm`MEn]^<+Y6SP{ ?lx9Ci;۪։;h) s4jK!#ZR7-WyHsO`;iFw sfNomzAvbfJ@L_:Tǀ8m(Z u?bCdk x򂦴,{, !mFE:a 4,S m%i-S.cPБ^Oː` ӵRLTʻ0RDVpGCjAJxѣ_UnQ:"!]h LI\sl~9x;z&6u2y؎ED^R9'k)z c{QG ??&RQrt/Hf5Y :7"-s>U5PgVGo赟i*QR ᑌ_TyxC^ խwv:C ϶Cd]_C&iy({te]*J4n&񘜤ĞX즣h# o1r"а7h?S4^Yυ)Y!~6„5Y b>N@h~wWz8{fvb`6Ska}X!.EׂU?qjD 6Tg*T^`?0GɥUVVлIO`z'_ 1Yݒ1OCJH;NAHX }Bt6|)evY* }ĕS'h~R uroq8"$c-!y9;4U:0]B!**!Qƻ8;H$ϵ#R][G%=aR:8zLlFp"Ҿn2Vbhs4RVVLa kII<À&:Q&VpX>+U#%[-vV,˲Ӝ(ܭO+18ǃk!F]^5ը%'zVE=[<=Q˵B~fgZ拝jWŃ{yh߷(!],i7OQc 7V Wӂӷ͍ Wz鰥{ߦ{95|l:dˠnCQ:2d5 (bS*:3O ?tQ7nn?Хz-0JZ44L>d d[Q\abrnւwϢm]\& a`4!\5ZaYpf np!͜k\ļqŸ$9<a讛ںo]QyF~ ޹l>L._vWQGT ›=GLte| m ۵.αQ|%(+3"Pj" U ,iI) 84e>oy7(dFxJ^љ:p **q\!kvTU2II 3rN3 g< &R mq-N}+2Ȥ*>rg[.']Oga#տ `Lk!x4`Tx]$+Jn>ssl |:y3<t >͖"1r]ɂ=GW4ިs1c5`֒6E*J)+%C2Ҍnq4{i<(J8mgW3YWlW#C2ئ"c_Њ N6'M?7E(")1#uio>wq(%TL-hQ=t8a", C6o$9~sEn̒Dz!as5c(3}^O{'OpЇg 㴚BO"5Vݜ>f()'nPWqK2uk}C!*y)mG+>͎O7̇lXs88G$Ibv6OtJvϬ&5lF}l?3y>{-пwKL8US+O7R,brΈD{%-V⮝PVNWU{V~}YDc;-J]`XGbՔwb T#s"wdK;ÃuM/*l KG.'+ryg0xt[:&q=Z )K%Ew<3rYz?\'^RYw/':-_ZQtIQ# NT+%z\ǹ;m+G50.lXC-:˜b$=jH:s'YZ@B mR)mst3 6$։r }}. .*1 ^ÐZLjrRPjt Dje!VU4,jdLt2`g Z'u غñXcI׌ {͌Et_wQ7wZe5MS - "hT>p2ȉx?hރA ݵ\$zS]>)U<`MU }| ҅ls_rK`Gތ(#BI"F+[x.(Y2 \~CPk;׆G+"K觗ٚ.qR3ml$`]M)U:ҥ3?d+~l5P&fW]=~X@ Ғ(Wʀx~$yfW_h+~FYjm0N~:ʼnRWMQÝK)-/fL xAa= 2e /8  LG1޵;*u־HYb>m*Gf=nBh?3ȸ )f4lɐ (;lyj烺^%[4b-8^9)@Bar阤XGj<hxֱ@U m"݊[{MZ0#~lJf <5,Z.P%p[<3b]> Eֹ˭Bƹ.Y17u3:Khe_} ,h`3Jp{r.~q$NggR?t>Z(vy=߀W9!}t;03)gL6@I7΅LC1;aI dd1 NqVE !wi#/H NR8'ͪ)p~#og4B_$IJW%|9flHЧ>ʭTzRR \:f\)ᚼF]oAE9&d^|EN`MZȏDMQK؁se7Inak|G idMd(io)~GjI.[?[ vtz~*u'DL+GQnQ[t]&C <ٕ) h'!)\FB%ޤ9 &[]6⛝sTg"F.d>3sTZC Ay;^ٺ#FX'п#&]x8z|DV7v=;8u~[sov:|`뤣k@] #,ѡY92,ɅBOW"A8Q 3s0רM'xZ_u9]߂_}1nZD ̥P,Ɣ̼!U {ԞbOA&fA2_`&7,pc9y UJM oC>*S1(Xr_& uϡEhs $(ܔ;"ujAl$ IKT*J7=arzXE!"ގ!V1yn8YjEvve _9!5X 7)|L69f&e93+`& J(NuCPbQwJזI,rzY& 7?+Sa$1*}-{OmOQW8u2BhpRj4|Ae҄3ϛ"Xbo)K~JQyx/4 ux%¤zz(ѝiP% `F2 rώYuTacԄA$4ZlGdqwX P#+5=I=ZcQ/+5j{Y:d m2+N/XZA)W wZ1!t %Q/QtW+ƅ31ыrNJo0NѸzp4b,e:=uXFD:ywޢf^Xg^7J7ۘPɭƦltL {:$g&JpyrpzW+a(o>0C\sZֈjZ!6~1j$ ]^~ qe89-lצl& 9w>-:PW%wVͷ..j1=zp3GyE;:wl1Ki$((\M<߮{uEiEC /5; M~CKCKG"<-GI@ڬ[p~ulMs0/%4EIrl({b!Ėd J@K+Zm<yَ=P}P,r-"K k z % ~H81"=u޻<Vfa `XBWOȽl4Suή[ ,Y/{ _[B!vZbQ Kב.H7,uJUKr6v;ɹBOtdxo\CQ$!{ў&f{T$?lL0gxE6 Knk EmWyJҹcH³!V}yiF 9ym٨UμB[ #s9FZi-1qV| RHTph'{߳C]^ZJpbm+&l2+'ՖlKB+ rÄlF%=mi4QrN&T ]+OAX~;`zLg 1̨Dy>qZp-TY.4!b +*( K$ Iq%$\b犗teJ} y`/\>9?&2R\D>A d%BkaWDh_݌J`{;m8RJ0t>7䧢[w_&q%l.Chcsɩ; =)@ ",az]4< ox74TW\X*b$=lw$,s-^J OI(Z bzyfE .hJ;Klt [Jx'wddQ%z JSluoqH$mڣ!4bEYĢ='JQ?lY-+Xyvrc[ND #?s% V;ME\KnMFB&ɔŅCҍY)JS$+5T AӐ::š!̸lunMYDw:@Fn$[,_a5ـf~ Cct{x!ndIa}RWGZJYq3n&Ө GO+FI@Nއi#h[v |vzץAs F'ksTD+'ǎ:(Mis)G|lV!@\-aZv8\PAi,'Ӷ(PŶ#hVGضunmUS]~PD<f~8$`L YsYXI)8sD%L|m=%&57>8"&ìQx(Wg !+MAN'yx骨7 yXZwhYOږ3S[Va!rށX+{Ǖ'!# GdC `pOLZƞr^%i*Uû]4wU6fYTCHz󩝹ëԹrɰU@!RłZ+{ɿa_F t냶S:\Ռ9a#-vN`R*9iġa4/aj' ?4,x'P>=/R*q<*.9_5PjPx% 꾉 m7⤄4Tާm) Elr1.~Nֹ$$i'hv$pEn&̵=ܜ0@{R~2RfO5/ _yIz+.)eE\Y ۑ *< 2p)GYJ$S*;pƚ`L(%;~_.ۡ*4K@:~]3tX ^E#]GH+3(X@^`{ Q6z=i?7D9iWZ q.H jci?!% >wĈ0,'I*V(c孭$Jo⑱r յkغn\&tX:"jyNZ\YmKT,1XH2ehgc̎S SO5?G81/< U|/2ۧ9Bҝd]wR/" G @<^}ogyEe0wyP=b}1v M>8塓_BABxAí"l8y]sYșw7Æ` agE| lm(*\ҏuγa mm=-fV@pSВ(Y#SEp+!SȪ4FbKl>Qeoθҕ%݌y= ~H 2n|Nw#Ԩ&û=#b"fli@H{{hڜ yϑ2_[V|QOYcT!sC YWvl R7<. %&6˿zﳄGdp1Z0gCrREܣPJ}xiI{HJu&:+l1ﯴF0W}D8YmY!dYD'I؎o6mhAqـk kC$7#~gJo=x+EyM5q:-{ 8b^2.nyV\ ,v@1?ǹpN@PZpcӬ}ȠT_\+:Ӹ)ªql5KZr l ,I*/}fvjʡ;p:ZUו¶ݡ[9 ()Ȝ_80Qh+qeӨj9)08y4vaQkĢQX];2ƞ|*[Sj(xeiG#Fij8ۿ7\kS̒omFAm "hOg!U5%(}p;a*'E?`6/;O"8֤K12"pKBi7PH>@oϋ4 zU(YokR֒9Xî/) @HCVi*ur~Bc\lO;qAP,!<rii@m!k߃=ɒ'2F4*: ÙŏdJBcХ]fҢw&M|Ȑ2y!RMƞ9PC)so:VYq]97 Yb6W}YgaYs"yu GMgR]w}^O g(TܛV/I4ya Oxĉ I&UGZr]W(lLq]LMJ ^ef1 sk$iSIY*əC΃I3uhyr*F"Q_>V+~r 8H@+;&p K%xF#D3I θz4M)y",Э)a_k~;9hxQ&(ѻKp'~ Wxqqsh^=C\@^̧htlˤy߈(jgIxO ,ߑ-^_M[Qjbq ^i?+!yڜ0"]j:b&@77d}BHZ+-"-Zk!HS"elFW]50PW qÊjyId(OEV vÓ]!ǔAC-EQҠ'c4YLkb9!cP'\ J,Ӊ<2PQ*k6s8@Rq;@DQnFnTϪ:7՝P6%~1bd4d5w( 7fp?HQ,_; l֕ £zj)e/d'n!Vr ȃJXZɴ:^0oSBX6 ߢhP2tF4uMtX]ofǃL2N7¶SX3>hZóz=+,91Nw^5}ۋ~C,O~mnR^3ZF2umR7 04Jo:y8xX8Dy]lY9-,Uxe{pWzQ7¶4|h%BcY~m!I |Ow=0 ϫu9Buj9`3D Uh: mfpa',Ysʛi~fFo'q8;FsNKx;SblJL? ~^FȢԋq #wViߞ?%_|IG8_F,>Uzf}GW Q|"T^ w͂ʼWgN;UxWT"{c!\<&C'9I{z[ ^y  ] .Gߙ|ʐ~dj[_[Y ?I&$êjt|ZDKazSLk60F /ekFΑ0#F%ߕ^R#Cpi8>+WL$*{ LaJgv_~|fʿ45^lkЙ,J ZeDރtΨ*6^S8QBU Y:0F~r%{a)'±9fA!&EaV.:EB7}&sbGTlg_<kAYBwTSeYgƼ Wq0 ON3Hgݛ31;1uis`51?2la y|2iQ>x-,e_ԒJW̬yaS;;l*l]6tm2%%C$5u_3 41?ak XRªNPҎHЯfoѩnƲb]_pV1ށ%n81" !xqkv!\VEG+zx8 쏮 (IBsK'[ہ 3`)8G]vSg4|Ё=M.Qgh%:OKN# Rb -4%5b!*9e9 jF~.򢥍jy^A 7dNaf}ts[F$XmGѮk*Zh‰,н^<[-khiЗ=>1 .5P)ya x`参m .Fu1yn=uo9iЂf.w@1=#iUZ_Z|vu1& vUAvh)8"G+6U9Yfd3k_mWoHW*嬌©3ƙL6yFONl )?T&[#_Ԭ6l&`l)%j>q˛&#YJ0]>SVN6O1\*hb2oob>Y"Peg_ځl|wae:w`:AQ|}OLo7PKP)=+@dK_fx՚xpsb<XWMLPCcУfck;&RsA= TXs@|AL̆bnޛ3g7"9b4iԵh+8LppހB;;'OA:tQ?$8 jNqX؁^XCQHalS^hu98߈`ZzthL2lPTC_95/rAa5r* l(?H UʏcjavRQgAW2\F,jno[IF}DVPp@m8|,sfSyCP$xĿO-C!hlȃ"m,;yv۩"Vj5P@ҩ涪2Y(Cr#qu_'p,ɌdЬvh{?GkE3ZE8sH%sLMݫ!`9F&"s)'tq&"^(4 uV>*^, vA>XuH!nj>Dw*u'0()<$)}'Z'ɰSQ( x"YE(o""2KgU*E&i%aׅ.9@+2K׭ Lo']f5g@z02bL^qj w g7N}-x5M]ܵʧwPCa5S|y-WNnشo"ii `bCj VSg}#bCwXN]R*`wI;:Sl" @^a*:p >eRQr7"9LrWذf=)v K\gYMI7wk@ΰ94$U*N`sc&JTJ 83"ipBicD0y<-(J-iʓQVYSbkL%Q Xχe:ΧϢE65kHxޱm)B(|qT( Ry7 Nn2 8,Nް |8lH{ƝSXYY%:-XR׉Y5숺E:tx4 _AڝR6κJ ^sQVW&W l`*W#.DžHݒhc:d doicLQ<˛%y:Ot 3ZVX&r S1\ {MbC4 c"j!Pn`}c "Ukp"g13h=w/"ee | 膍Kt.u'|mnՋ烵y%imG6 Vz-@ mV}=6@)H~b`AIV M>%yaUwU3hˏVCh ,ڟ]QW*T_WL̟JbZݱUcߜZ Lg堄&mi3?Y龔,!^V}L, ٸ^: _3M^߶d’9JN4H `lZq Gj ȺBBu.IZn\av InЋt٫HwkEͯ:BZ"Ӭo8g;/mr&{W\q앧4jKkN4eA]am'" K˷QRPm~u %Y wg%euȦwf] 0pW#K SL!^!W;SAKf6ӡ1 MV>yBoE*B9VSH:4!|[ YݸW3! ѵWJ=ӥ=hd;tt>!7z$&7ӁR8@׃0aEJɹ7C|p /6؆PR~$mjW. xXA7MRTn,۸ v1 gd{_[ۉR<.a>t"a0<& kA)&>Z8ww0Z)0JnB Qڜ$܋T'U`J&剫ɁJ[s ĭb@D2TJtV>8R`u`ZOG>5ڬ|FϪ1P?}?Mg^Ɖ,am' ({nvhku24h6Hʙ ̟XZ >&E3 ./?h,𰩹ljl*IGl@~Cw=ѷNݍix, ,v-G d̘Ơv7FPZ۳vL^g[\HDG-;'\aegjC_UH˲dq]ITѝ=n@8-7QiB0YirS(knHx΀KXU?J1@\4XsAHQ߂/|IOѬ ]LH=4~G݀~kY2aFT^ƷihqtVaG.k}kiT68~tF LB7O[PWA\*=5qtilr [nNŚ33t# w. ]T||懿Zeܒ(96.HjD7k!#\(`UE=?fC(N8ܧP$d~f_B⸮= 'U0. ] S*@%2olecdh퀫#QJZc"*F,("2 .(Lq1rR~*M{cI:׫ﯱ@={mi܏o$`P!v)i5XlPGDqPN 4ϱ*ϸhׯ!](Q?{YU, )D DzX@'|h*m2~ iAシ"w9iBC=찰0zxpH3 axXe[ilr7Ul2^ݼ۵2m6Csyh/o,|ݷ 'YVnP %q£^<+& )R)K6uL`(?]ZCݶ+cd1.D 㘌6Gtzo@2"!t?(J?=}3VF<4ٱ}:kRMH[lW*] y(+C̏)эd*K$5+.Ÿ䶇w#AG]>33asޡM;uOg){ؤq+\odmt5]UolG9>rDlZ'I<{FsOBp3쐜=Πx6[mw,ʃnov0΂*ڵ܀u2L)4Ҙ:8t$ւY][l. -+^-@Jq h=a[;X#:_4/Hb>fD6AER:bzBDZϋۣ$IAڊN.U#=5_A(f?z@Ez cJً9&X:fM\:ȻagƩ׼\mG \6!kԆ߈1X8F'EMDAj EE_cgTFzL Jxy?=G8Zag Z@H/BUs ]q4lGH@PIityt>fr\ Zą+1)҄ShX&q"Vm5q/׫+:L!>q0q 09;w̺YhZ ;(Y:|O̻cin25Bn!%kjH0׆E>`Sj\D&1+ L~76,>5ֶM 1O}澸aY5˕0[-k_B;ڋR 5-WceQ+YeӍY[C0HU_&Xk K 8ם\u#7}EYz-6%-7V3h-wL1/:"ءtU_oG[|0Kҳ(z }BDgYh`NA#Q}`!u"7#t05mujo2.J*jhK<4Ss48^a0_צ{v /ϲ%xI!ԙ18mCW4P&ĭvzxFs>MTC[-ݘ( PC?kXqc%B@^褮z`2*'H>vgly}(S\g=n}*=( SR>JZ@|\U>u4d#00uMU?p6.+YkaL_83n9Uug*DS)%ۜCUc k^B`&!r,[svfҮ, & Y=NuN ,HS/f̻`׉MR-&TuWɯؔ0 v%W)zs^.ؔ*=nDrFOG‡R̔n-9% YF-gMfM@D6Vm9WݜGd _po*iI6$O_]WӤkoF@"' (ə8$8yz!> ti*QsFmFŜ(Gi%pĂlj 6/Rn,FHPjsէ"_ea9A( hJoސ94D݆!Fi{.wJJ İ$ݜ8:_rh!w۪)pa(6]oYM7heRU=bɘ^N٢X@֕ڝ PX-3w~}{BƬGw[]t K{ K_R7XTj`U.Iq:.#4BE/7%{/qo\6@=h8 &Tح~P3R S)&v]>Yc[lv+;khzI& (Eˎ8TϱS)F8Gs7NGxמ 72VPi_[ ?j1c~C~qoԅ {{ߴuDjS:Ahv:La^93\RӅ* QrSZYiM-Lm4E/'pΫ&hsHRU_p `צb WFʯs>mtDCTA+*6-;#t^BX%*Ri˜#<4[k~C HۯL #Wy?lF C8M-+})u7M=?1]5b'γ;G2%_lO/~cZ{Z~(zM8N, )&>\R֨I?pr4AA Q lTn!D^ClIK SA:K>"]Y s׻(." % u{wj6\e=flnHP9{ЯfncN2n{gIȆC̭d`8 # 2~ɑߔޮ3j"vs##5 +y!]-51t+H2!@_ejPhi߿kY@xT%73mPu8ʰk\}%0̮t!@ mn@Os]A߷T%TUf;XbHK~yZCZ#< u X2aA}gZ88bv- {/Fp}-n"dJ<ʟ jTfBU=@%\jYk f ;8ej='Jƈ7Pu\" i^AB`BmhN(1E#fCu' n:a <ȏw%pZa(H ȩ[+ɔ'n$Sj&%=v)kku6"<yʨhWw!S՘ G)Ӛm=dbL5nZsyTj5uD(Jo@_X7&oj)#+Ir(#z*+k;-әʫaY>`} `4l N="h؜r6bLEW)` qD=x!4,19hwf\|(GMZ$AEOX&~9RYBW{< @ ӺßY߬?5:Wmdhi OF4+|5Vqkq\ȫdA5A&țefҨ |kouXM~P)fw`YF&:SX (e:'|^YBخy.nnWv4=T ӗɷ9"< `XGҲY!{xUxUYL''q-yy},/2 4蘑ş}57Zu"،'8œ-sO xY|Z 6S" oQɽ3WqGjY=~WO+D]k7NqTsM.|~W:qg_ծ"[+#mkE!ȅ3]d!ӑ) 5VO*M~rd1mj/7|P'ίQ<صkz! 3@ܶWXj)#pޯT=*O$ u`J5{ UKieveDmh -Ic瞞NiDk2w C%r\ǡ  #ZSGSI"FtC@bz v/ʇe}!1QUh݊^nkXU'-2g(s).[m(4&/kDOEU4=VDӋ^͜k=! )"یtmڥPl Asx 6'mz_a3 !]!=ġd\ĴdHSP,h_ 'wKFSKuθvI]ZicvlK8Oɋu.7tK#l:Z[fZ}Tv ŸouV7[mER$654剽3tf,CXI2k!Wv.ZMZ6͛*e*i*8SzBu?8UOͱY"CNOQT,Os-T=rvotJ,7~Ζyr; ZrD` oyB6;X^w|97 _H!1}O\Ug*?kJU)sC0J$̈9pY‘S}YF߷GyȇZ熗YO @*KtL'I$ Xr)قn `IM&\l6SZB8,>Ū\? cv|eKǸ%JIZJR?.ꮁֻCn=C!-_!K ŭt5sF/ZƤ!VS6 |&j\["/)dǁw^F,V8g:Ttl})P׭t2ϗ7FCY-@O@/@Dkaqh/q(jU.xgL%]Cʆz2달a}}>Em8kˑ>IPZ`&9ac{?~a⺡&:(kSUIqs}/eEN*!c(: Me GHivޛn2FG/0[)E-M!U[oZ46zUGƬV~ Kئe'0~Gb&8|H׺LD1 Aϋ}4z [>0P׿fŔ*b~1Oc:aiX m)).DPDa4ԷK0,4r%3٭yC4SX!Ò tOν;5K_(;j4Y*QI#Mn#!O I"}0=fl̀e S^>~%06а 4ugS5⎥J {} ?w'nxf ˻¾HuBWae{× q˔1qGLmUb MYAZ}8p/'o)ݹV4rDvQ ˴vTcsJ`Ii8ѽTP.#;3.v($:jdm~*\o"F ^Ú482u(TB/'D]ipS{?,{4-gV3tr{9I!ʨZFzE)f2BVN)a6py,X%l#tPaY1^1N q,hW8J1dԒ/*PeI @㏦qYAj\oF >-cqþ:zԵLЙȰn& b: 4 *1,,aS7,G2GiJ3OSPd8ߏ(;* e%P~5<*rbs)&6^a)_6'R!f:@, !e! qFBUV\ǵF^F}BɯОn|6d[I3)[k&.*$տ'?WN`Ckn/ wJ rPZɯzfɦwJrNQ?[dk+DetK6kⱜ+JtGթ//`N.;8-,b3aR*ƪ=@h͔߀E fQ=e"= gN^"ZLįȵ +եΔ1RtPciь8;Pi,@ /4ìT7q].Vy/!?UG_3ID lv%)1&rV]r#Tح-k0#i< #Ξ7rRmV"kvB szt!)#ϸE& mZR?+[,sTQ dR Ad`R| s߅<@9kVxun?#*\ͣef_ND\8>+5gnp]oHB V^:іffZڏKKƢ#ӋV2%ӻ-yar$2m6ý~84Ƨ[ԽOIvȷ8J(m#d%z }nȉvnPf2a-o޶n:CܫBZ_8,&Z#|&~Q*@0DEC`̱A_Ba8̙B"N%%U9s^YĹsEiV'5}2gjxq7";P~X÷I2c!E?ꪹo9Bt3چ-z7;(,z|R:$L`]&R>" Pm5ɭTYϽ\K* yÏ<5&nRpPűD\tvݟ*SӔ$m^[]^"]w/ͺ`qp LR1 g2n4[ch6kbKAdc$LnR\ٕ@x  Y#8V uo%TQi7/ ܼ`1')r9I.ޛtjYPm;9׉Ok4-ҵF\{B+XVvĀ@" 7̠y"2=A:'ザ2h҈g! O}9O+'xO|1-9>yfv ^^+'̖n8ǡ)ٟءgn-R-pcޣA|XٝN|^Kmf'\x@Z~Eq}i /*Ƿ F`DŽkisRq6 j \5NGL`"Ǜ{1à|C/չkcPꫵֱd`JS>QRS%kP]}z'7 Ü 5-L͛BvHSUFņe:Tǃ!pm) h0t7r{)q60tPZn  x#^zZW/VE3UëfK[9`޲ž:81I@5xi(:DdN$ǡctZgxÄA415ix_ єruRa)RM4=Dph7d $au4w)MK; /IȱyHN 3.ocO5z</bB/JϢ,f+[JRL->T2g2L7|2ot\\ɩzcPE2N_ \/\);CՈE Dوmkw>Sܝvl)FCk(7!K=6&La'ܯ,lT$Y(wM} vhB-Mcݓ_D(ޟR1%_ u֮\SA]=KooR+Q?q^D Xt8%3SrĞ aɊV,p5rU38"N,N_Lĩ]Q#_e[)E3EQ_ #S壁/CK\n1^EmPtPf}ƌ#l~ԩMQMD4 ͵3\=Aj5aFTȈXC$Lj ܱpjP ;=NY{Z͖S/~*m<.,UlZ"KaFS=Cy\9Hp;JڸB_I1µϚX{y.Α@;a)b/R~ݝWKi[PGw~WFÞ0<Y {S%"^;o#OKOhQ^zp^Y !*Eb5dT Vzquy `F ۸"ђ+,0j p^5u-I;H.}l"Q>ma0Tf7!$LsضP<]a-S/puS?_(y!qdU)W}^;b"i(Q\mՍQA{d"8vVUC۽k\9H=̻~_6P$݂ʉ+|"W#~A/ֳ>kթ흪ehCk!7E}WQHdB{+:EhD4HL[ɠȹžG$qǑXvཌྷ4IGی?]Qt]dYx٣Pq̜.Uu#ShQ偉'-fMRONM@{OUqI= "V5 '7INȨ"vy=8S¤ZۨQ@<12TU=cQ=Cq#$l!EQ,eߢD-+Aaanb5|~sYRC.9INQGd7ѷaO;Bmպ2y30_xʟ+|M[S"Ύ~XÓC`L㎛iY~U|_F?HaFCUk=_ T tYT .~7e.%**QE#& 4T5'ßo!Aμ9ۆo~l(ZJbqbB6iuP1j-Dz ?ڃl4ڢ*% CS&ق3,hY8,WϥK6G??5=@j-.WRPt`Q iB_k3%FXg8;%e<13n]Zm Tadz 3PniSLe>8w$;2<:.p~|HWqk饐( >#)m`=_&~7}QE+[Qe! =u7VMݖ BaܢWیCu#ï>hϮ4F!ՒumE& G gۏA xr f U<{K:JRIݗX`ddgy2m>)s@W|\9]S?͒v>MYxbT,'م0@X&J%gP~@u|l5ܚarzA[oCپPdb'.5=D-6/%a-B iT6DC75H/(aIS3PԦ@b0>:<e`SY~QіpҰ7wڽGmjUłv$HR%ڑX' wGMjb8 J #D-9ϐt$?c ; w#}|H =bt0_ЕTY:Wh/V84׼rw[@ԕ3a@[1ɭ.v>t)箜3/Ϧ0tg&^W8bF`2xj%wy_E)ΩoqX>\2me&l3DžH>yZ^Ń |FYIWd1[bՠ9V,qƼH}C:ctVLh>49&٥_>GD((t1l+;4SD"0PhFJ̔"993%oZ}aPo #P/j "kWkd_[q=?N^GMbɊ4m(xdHRXxOnl-ǫyЎP:YڗA@%׾6> 18f`OXz6+: "=s j5'¥eQ2*x>缑 T'į-JGGn3$]*'_cr)I ڡ3+">i>1go_l@ִǙBb̍?&";QA{M@Fǰ~&WF" ݆]wBGYptBMZ9]F-%5h9q%y1(ZÞl eK񭅀)kj.-\O*PP> 5.TSibCCN*& Ifc!=èQխ4(0Ld\0T9A 0fEOekKF^r.oFDj:;<ˆ-Dtc12./>-h.M^pm )' (YR}1_e!m%vHΜغtH=;8X;ʛ0Z Mu9H,%@M,]w8.up̤&@̭lpqNWr*i)2=$p蹪<2)҇yH2U\-% 3A9:R)]˷.gz@,M?uVV ojE}ީpvOWaWlzTs2%kQ+40Hq C~SG6^+uRҸzɴ>QwϩK.N;8姅qN];(op5r+9Q>4;⻣vXss~XUZ/81>ҷ}}fߔ9cb&RYr>0:  ^ڥv2rK1 1)"+Oļ͏02QM"1~UG6v}>a'fP'wqu?ZZ<;򬤾U#ha$Mݥbv$i6!]Q\YUK.%3X=Y)HC3}뺸t)yP& ao77dH)O-xhmvNԑ+8ܯ{~ uHuuPthjy/z;u/.yr: 'M_9nT8տ|&9Z 7LX.ol ^jǹŸ,>l vEUxEm.~H3^/qKӃZ׊EP [h0[e/* B5@w"8n!9>ERx^`[Cא뀱\F 6C F1L4n (-{Y{_}R6b iݷ0\G2S?)W2m :,קPv]E4!2väioo/UCewo-~]{dÏ+oF*mE.LomV!j() 0l59#Csfa>J(#|pBiIK;,.;nV!`e&kh >t^Kr_N"gsѮls5eIJBN7.q^MFY G7 nx<%SҦ LK~@W-ZZAJ_rycF}֬o^(^h^W>۴8n2"%sN˜91}pZrJCP Gq#1Uk!EJ#rhIne]ex]{37V鏫zN6NQy>~Bt9o5紵-&m s6NQhJnLňbx6G!zc*m/X*GUؕL5noO #J>,wwpªT>£^u `_-I/iS+ >]/gŀYNEfuyCmrL^+ OW{Q`K5ᾃZPK8wɓ{w pnu|_[ ?t> }FtgEP5.x \l_g3,a (޳V9+MR>3N ?lRu::E/IWbWL^P)V8y)|cM>ԟ[k܌\AyR"]'πͺP=m~$sL0T ܃t=Q$sg,:]ߞfz 왦.?7]sRBxfݻ8Pɺ{U޹`*FI[T'pW%%u=^^_LHK!!Xvpʓ$|~=ldщ~H ZWOKY"\}_ n8Ы؞R2U AQó$ )&7SLj59=Εf cV^svxq9?ǽE  s3rq`Q8[-D7:y)o-LpxfM?;9YP)q8)<:&̎F12kb͍bF4ɋ 'wo Xڢ{}ȣ< H;峫R%og9qC_-P/ka{ܟnsH v-z }D)7S 9SŸlDDyj) 6f&spGzf8qo9`2>c,,Ts c^;\Zѝ$[fEbN&1${>հq3 sPf~I-j>ڈe\#25l"& K qvFZ\HSckgANfQ [GĎ*5uu)*: nňlm6*ˡ"Qkș3L-oVӺ$JL^"p_= xZ_s05<.>߭"]drsij&Go|@Ze7(RNmbBS`?b2e'gͣnK kҏ71ET ]tt6 HӰT\͂,\w0f].B)dOf{ÞM(O+}ѝrꒄ :Td_x~=YrUss>dW+8*# >}`ÕKadrS둁 JpPH mn ;_ym~ZHs^K4[~DL9b k?-m*C#)|[4`MWE X;/ iZ3gʒQzy '.Tߐb#^[`x^r,󈚸" 0K~[Km0a >u hX(S$vZ2ݍ>cRIziAҠO[6ii9H6rؿ,jpA>_3DVPU*)LnK-vuäP~:ʢ "5@74zT"t*] HMbƤ2o|eyc$>-mx-4 cW>EVs#6Jmhz4[GjD8 m)Um9Wr{JZsKn (NuGm/~Z~^"Bjl3@HtxڴKJzY!>j$f|49edђ X,6NkiRe Y{'t3eeJ5lz L!QVp-8# &?s-9N$v76hĨ ?,!S>LȧK)hsIkG+>Dȿd"ˈv7^zv?V2ڐ7K/ÆtJaC/vaFAPnXZ5^AVL6oQK9i!%C,u `, rtnNՙ1P񿍲O`r!HM e6o1'] c1l1Zm͵L.`A Q yDl;"Fc<[ +l(;FZR 'x2kE{Z mI?ZG$Oc+u"w.E&fo;؜UK=ň3n 2RmoU'_9;awa2E}}ui>LO0qqǔ`~JCzV3ЭyHƲA>grI[n!~lp؝ӈ "\9zVY>py?HPuQB< Gq1HcWR>v{Xcc_m~;oRg2^P5@.K Yw'2LH.Y$-g5H1Ds,Ii‹>%Z;$}#sa9(|t̹l:,@C%wnv / 4;"jkG܁20]#  ]Tխc>R iŽt/]iۘ cLiC9*-c>4:\@gNs.P'a#ngLڤOL?[ FxW,D6@  CƋ/Hf^ O}zh4f2iU3r|‡%$ܸ1o(:tЏw(z|KɊq᱇ˋjI*cn;Fa| {<4PM4гNl<#nR+=x'{ʋ`3m^wQM٠<x.\@dBׇkH֬!McK#W&aoAdC0E+X$9PT)[LJW|( #X֋пnЭ&9Nw?'O: ;:ٻ,J[D~ zRcsPvXyp|jU Kyf媝qS5z .f._Mj~Dn+~w^. )u5iq.k2T2$w,"}|PBQmAZa!ml r;#yA<ي~td1Vڑ KKN58hoT};Td9ΪddvZD O+E7u8C]莛fA)-=(҄'ȖF[.ܥ&=fZCMVݴ՝6xT5\#5OrֵuIg)=m̂w37r@B1*$P8&yZu& $%.& * rfHz GCa^PzӽZ|Sh"҅W= ŒT?vsfJ יy}YrH4+JF:agpZh7|poPJCǽcwWiy.F1jRb͜O‘kgf6G-D@D 'TNOu@=7tآ),'%}Q+L-YU])Hyaڷ+SJu>\n3 )_9(ɖQXYCNaDB$ΐn9vG}ޭ9xH~9r"Qs8VHi jLa֪nHUjWs:; oJb\:4̝S8^ٮLθK/~2S 8n"ӎ^x\tG9eC넕eĥ:D]KW!hA1Gˏ4*=n#fڨ~Vx>Rz$<,)<.q:QeyLu#0*h. %-ShEvu"3isP2X|t"4'XK(dTĻ^^f ^K@oT$Ԟ&&^etVfHÕCSƴ:6:7hBShnrf|Hn:cѥ>&E0J+N7=A _#L=I\ϣDiΌ$WDN_GVl`F&ͯ[c׀${E0]ûFǘ=aFE?^n Zo/ PP ҇@Y29% Kp ')vbL|͵]~YdA-/X0Q#p-8>n,}7s%rws@ն+T7Bˬ=zLm5pϽ{?Q<gwHskBLe7}bv(s "yBSEWL`<ZRxl!^;ރ_>v'L|ТhhAeݿ?@rwJ֧EǾ;{.ljԣ8nUl6O8c?i=ʕ0D:~ za:U rxO< ER &8$uQyPz1>H(]q?5c4fb9gMJhuvOeq@?@v(@/0t&8*Nsva`/N@Sn(wLҞtrd9PIP k= tϞ7}ںtr4|j^;;,Lw}4Qx" N~YGUFwKrW Y/lJ^_(ߢ R:0ḧ]C3ctH21:.xW}S3pAkL/ 8PZ|GKElYufƇM(\gAYx!+ܢ84UL?ty)yWQg솑.1xB Q?ILϩ^&2DVܩ ^{BU \"º`j'FjR}\OX<A&hySKZy,n*#YL{YF*/ulѵe]xDEVoܮt]QM5i^~V?S9~F!ŌƦG6C.26VŊ) L`EH.p Rkѕ27N,*4lZTO[X"[N$LUƓ-$$׽]kÐy[Ttcyk dC]8HyDā4+W@[l"TP{%ּ#gt.DuR8ԲԳ߂ ɝtw/b+^y %XEU"NH48ȓEVo|R?EriВP}"tw w+mC? Y%Vk+3F9 a}!F®St>kRiVӒ^1npfnKNSaP# D^u,qBr3\{C@MG"͚wRWy-| @'b*O:k:~xlQV|Κ9b'X l@2%ˏZ|&Fơ~i%`F('^B#A.잮HerۊͿQ+6"R,>@jm QT2_+<ŞTs~Ì~ OAKF$)<7+ѯ?Ky62.x߽/j" 0$( |0Rh_3n!PQPJ)02һΧ[p8NЄyU!M#L~b_m=z`3Fj#LDZV\ݦpW2&j#_֖*9OOI%.Zz0;u>}$ǪSXj!ۑ@Bv?T11ʩ[m'm+.KL! ISO8CjNjI&O% fM3r5.v LձUwt鰆5R_6`9C?ǚ=c>,1$ 'JFZ|nZ7҉IuO'řM>ƙɔ%p)]{=X=_ s1eHwB$a>STZݫdڝY ɣ4#DBE CWx 㝠=:ښ_d tncDIHY|9WLʲU-ӀTf\zA )!rMW:q,GR5KL3ċ]93$@ fc!`lCJ' Dk\R[(`2,X.|'ZL'ŅilvZ2R N\e#ԗ 0ЬLzx$Aj&/8`>?I& 'iФ6j}.a֡1ߛWI^قS2"6n wHRF uY(E n#.nkmdCLw=wt ֜g GDf6VyT*m V8L^pk/4 R&#{M*sY"Ibd:FL]?м#TUc~r'D~ wD;rqʟؙ!4*n^M̵sݡkȤ_Z`uX0"{Nf,;b- -vÒ_K4k).Jdz6{ ѱo0C,yh 1~<+$.l Xt4Hѣ K ZyE c@f*Bp1ap޿ͧPVHԘ ?t>hn'+#aE6OwM>H`͟1<OvBH Kϩ"_is06NhE~ .z M,tPzrSOj@j6Zp?omx@xp9i$pěL"ȯVf61)%1\d aV2:Y)CA43{GZFlz !J,vM5B8h/;YΚȆ1)#~ld!Xsf/3 JYu k5ndGBF6-,›2 Qۘg+S/(ZZ-2P;KuV%=O%Ok8Pt*X) 0/C=`q+20otkrL;I9uxOqM5D1aCe#Gx|Jأ?" ]>ӔTNwF솮?|%פf%;+bRqoj$Hv̓#9k_^jq|30ԁ"0"ewCx Xeg nhiJ˔ޟ쵇>9 poK1OZzf;+a;$l/Jx3Pz\ͥ6?-)FI47z`%[7][Jw`wUi]n-~\W{7yUYxxo;9fqCޮ] p]Zy~h`S )sB2RJ_ "a7 ?걶5F  4ӠʛK tj+qL˩'4AscۈSfBjyɪ5,Ღ2ҳx@(@o{揸FǿFkksUdž-B4[i^fO00S9~rMW4<4޽?k%Xs:@[&2] \~Dƚ$tmJ).~IRa/%n sIl-ϞS$Fokp{^4Hw=y2{5b.vZ>7]0/PesGG#,XGS ='$&Eyתi^sdžͱnPOy}FSIߊ(QA -;dq(ZoiZ UdQeuŞ3QagJ(sק:-Pֽ@f%[cEEhrYQ&%PR* TX'΃4.*u-,bN *N J k~c|y]|gZq ʼnhz_ܠ#=['Tx9Rwm'mR:k*CSD|,@$+Cnzz6T"[TP))#= 1)vnU8Q E)#8c>26%\4DÅϥ7EwЏ0!6s/jlM=:>xhRUavB010VoهL+k.'1b|t*(GQݖF5I< +!@=;̺!|eїo<`w)C> EEZ+$=[_DC`8 ~W4.djV@1AF Mn 4Z$HC车}iu :q5U.+JaP*Ҋ g'ֆ2:!of@]6JKkuWLLǚQW!-Ҽ:11ϳ MfA6[o'U_C  I)u\4cDԏ_Ox¡ z_+xClߏ)($A? (Tp9\vVV̐u~Lhl 9,'$i0&];>bˉ#1;{˴ "Ov$S0[aJ>3"3p/%Ql|/  cI%_{Ϻ/g/B37Kdr0Շ;zW$I INᨸ UNGґXV|X7Ii&*M[!m=4"N~4ʉ+Q+mEOFEz Ig[.J3Pm$x~ On>\fs) Ҏlw!8#]gJڼQI$s}q+Nl36[*79 =RA7<2Lr ~v"}6 *J-9k8׶OO;rYbXBPDUս=ȳ,(LUc"V}-/K9N \^=ym40TԆL~q'zX!U竓3] Ba29(fPvD9kЭ%w `QcW/$';Q7Op6Fi.ǰ{ԟ--qUA:EAMvMf8':wD#թ ǾuTn@N#0FÊ{0)\.}f?v`Xtt3;'\ ǰM 9%*",V6ZD&mտ. m;PB,"9*uմhJTӼ8<i0 2SP_2Wҝ.`y)@WtT[c&URNdNjrC0LHf։˱+1_(u)wѩv3tn3 !['sXյ~ſ!*ƜJQwLg>QH^Asx,;TDDҜ0*>*F_ ;ܧy2&BڀJ EO3R 5#Ʊ~>5L£6F=h&{y&X?hWş&|-4$šj9I/A G(iqPDtZY;\3sw2lTLIM'vL>%f!Rs!M2ÀBga(x4ymӽԒ5z:_<t&u+NX%Ltvv־BjyG7tT#ff#o1}o@ %i""/E'nƾq]IkJmcr;?܏#UV}j@ ?^cޞQ67*lR8v}?{ 힨e?P7BW52e"RjH.zʫJ?*Zq<B&WK \N5>bYt_gnϔGAJ:k}cKS%&I&]`ņ R$|lC @Q*7CLB%{>pU ߰E;'5w;틓#Z W7q {(  ) BDrs (1}W Ipkd`x" ml;ZIϬ#]_HB+*APeN2XRWF Q(IЙܰ \Pt(V;?)tj)Tui4- paA2HQ`>h5{.>C-\˪ϾBi%rzbhuM܀j1B/ZTx}K7n"m.tsL=15\| %AleX,LS4"R:pН z0JsΛ]4}l^C?hJ%ѻS7F{Kۑo bQy ʃ@T1ryI*8hD> Qj4 tj̺Cm8&}6j@l Tkg[^@tȑ [6UFU*/jȱ2s5C8~x?[9l&cH˖$;SɴyC%T>//Y7!P݇%#60;v)Roǎ>흺et"Iaג&$; aRV.j}c8faMaE䈜GTg)ϴNӌg#cuz.`ɼN߭gWU_fŕiA/Xy۱[WO.og˕c6397ekuu@|cO N"s"MZNP(iEK}^]^²݊T+v~ s ˬ@)=+'wx!u==&^'foi{c%F !V~nzue Pp\)m%"p,t '%0D;bСFdWN<.(^f?Cߘ9>&[eA<B~pe XOl'3߽Ye"3YȲ䵅*h$L[߭D ge GTm X2>*<`fj J5.&^fpV<(ôVd{\U alav+ p;l NQeR4/3}d!D1-H8L#p!ˊNU_03 Eba=t/A\6 zdNkHΟ.иR6U (ÚՔ ~8`'ӟ_fYqcńA!Gu87ױ[9r訴Ϻ K!5꿇^PW6\LΦTw84cPrhj=Cx"C><5#t\r3BXx&v:[e2M*4T) 3 wח~L=F))lGg ZΕ&da?-h 0p &dQԁ7Ԛ'Nnb]](8YB;B7f bFg6R^@0<_trů&8NG0 O&9 $O1ydz XU d+ -kd=<8q04r^nkw@''ˎ*oľxZƗS??M(hfE3E&3 7|_(o5 +w3X~Iu1ϡI 3ؚi B.=^'Уif ן #Y($nBzn7sDJp{n֚cj7n5/(5Rtx?{!Sy% E;25١F,uZYVT&R,z{MuӃȩ~Rېߩ8Kkx!gܱN\^Xjr:Hj)^cl݀P\IT99-Fh$A+_ _sc8Ă (fcA.ܽioc= 'Sg:l b3zHU]iUٓs,f=I]Q1Z+KEĒ6JhG8w66, ; #9(b_vk}k_Ɨ#h,dcwMƋ(hZ@guCņn[C)PmHbuRrZn 綣Gdy=׻$%t qnczVptT^ 舆a2wV%|M5r!6L[`y196 ܂œ 1#Lo6'TeUTVllEIz r6fW tgݠXoY6,bIqh&*]qe ˍs:nC9[Z18%F۔ܠ-QdZɋ28w~Fk%`E[ecߎrJɩ^^0%JǚO3^ej X\`7gfsJq]G-vr89qA {eYY6(yG~6Fon*3i‚)"эXXxsxn AngG:yV(HP7.*E\)k^xYgH՗9e!cC:1ߐ4t(\HJPNz l?qz_#Q3\,BqLaE^_0(e#(PL]@\EsD<|$nj+^N.VX*ڮkiv[4/O)yEs8mq:F:Q u^-P:a'=֎38 X_LOK/of*}؅>9.$2|j_yXcC~K+,9ٯV& :_G*3KO,U᪪bD-69+XXR̗A ټ_2 Cr ]]px0Ó{3RZ/cz%*$vAaB2"E3kyx'YVi )s}z72iцV`0 /ӝZcL9ÌGc΄.؈ 'Tf3,Xܶ2TxH u݆aN痱tG*K-;R/׹sSʳڽ<#?i<VS`_ZfThǔ'i27#lz(:PZ:.J!c@`gpYlg:, r%$]Q\8F.śȅ-`s5U'E۪{Q )+Ŀh{Zk?>NUՁRMa!);!!UhAZrrx%M3w 8pzym <'OJt0]s)/5c tGZ^}27'6 \6魟ZbTu} PIMu oH0fTg }7鼰t͌pDn(BXFz?Dz0.n"I]ob>yg ,jRPlJGmKz,&E6X.֠^G{Whyv oa;tҖ^ÌP5-ܱl"nbM~q2PDU]6%?LԮoanﰋQ-&#MN<ṏ?AVXGJq&n xVo4fn\d'G,HDTBCt ݃C UTWpr&fL&tRrz~O (Mq(42 }߄]|G5吣ޕF]dc#ըSdx֞^ J KIO',Mu$La<(ȱyv0jo#h:(I5'3y_KjY; 5}/K&olUlz9YdB'[ո LC > *#2 ICǖnK/gJ3@e6q,jS(:>BBiZ7,#$W3W-Vc 3 "-$~yͲ>k ȂT2zf߯&h_d1u"-Y``2!r)%y^HTnZXGtzJBFs[ Ialy8Aπ+v,{&4}7eqI'}ٕ<8A(z4d#5;(bJs̠<㴅 0 NSdō_~QΕQvJIB2M|"QyfUcA#¾? ^%LGj^VBDºjcr*Clp58R,-;dQF[, 7x̚rp@0b;nT:Y639MSx8<\hN0 U={$>Ŷ(+ IV.go/3 G5%ܨ++!=| bgB놎NTv-.JK$YxJ5vEOt0+X;;B/'qtL..;;Ā8;IKАDS#%`%Є.{Djկ95ˑx8s@EbtM*#PzzBx dÄKNfj`sCÅKY/Cn #ڊvHd6ORAc3gVcÊBh)ƔT~Hg+]XUy^ir3oC˔%4ipl󓑎Vnؙ#ecjǂDd;#ΙcMfSjH!6YJ5A _*؎K<@c~H;BiklXƑڛ ,K3"gʒt[gI~2[A6yFvEʜ{99Y,=4c49vmB^"6FP2bB? @Bȓ"< P[ɲ|vBS UAВ+EN휶9tɼF%OytF7| G8ubKMl9$m'(;/V{EEOU.UlʤPpg7^I:\?Bb6b4=rf.pɂSTRKƑ֗=& q$b:7K%\mǪ=ˠcOFͱv-BvTܙ_ù/*[Lk9_wI~?}}%BXa3&0NϦP5z_t٠`W8U!FS7R:?/y@h#'Wʝ³5i1e@߅ CԽ>Z?B%AXz{\ceZ @Y7!9հH=z-#bLUv@^mj5+βދAhľ]mvTXmmϻu,𮀗'MrӜk^.HUY?!ԳDabpC +N#J$9GDȇáY@\i^yz_~fhv4Lc &}p)?Uع6 y3WJ7Gj+D"j<hŠhf:f/jGƪ;qQ^Wz$ao rƖ .&@{Yx=& ,)H$٥AYP; j;fi@CssC!lg$-(R8ͷ !I,[}~o@&>EFm{w3fP*3T|M&;՜ C ?Зk/k/m,(v7EF]c.%ߓ^ú#b߭^ҩo7i\8@T!Ը=iZIfȳjuX%CE{܆GkB[ Uͯ+H ^ t..X@SYD<\zՂؒ=ưD;lH)gcU*^]s'.ԪIK2?_udX`xJzs3FvR2>|[ EJСkG'J8V OIiq˗W_ 8Moz4lcxAMaACݥ'D&B"J",iஆT5hZ3`%~;odw{G_N(Pd Y^ϩcldp#hHpX?}, sf782>P ͼw%tx>eN"Ꮈ:_{9=3q[0嵜xC82$A}PY h\0QH-(up]nb'tI4>19 FrjώU^sy%R 5LrW4PYU=nxlȎ߾yd4Idi"+R#rnƄANBWqռJõ/ѫ97IۨH6xj 48'VMF"e+'L ֓A dP(ϝms\\hr!PaĦoSrJ:ĩXÉ * b8i 1T:Y,@ dD>s#$ZJ)FnĥnDoxkNG=Xvv'/&*Z%=Tus>#DϹ9/7AU֬!v5i&*U-!XEXUErUx=19pF֍oUd\ #bvAQ i (q4`~͠ ۝ 3,'sѕfIW@0up)6ZΘ2ÌY1}Yk}5}.'Ӳ䝚N{ǘG41>7:Z}꿒~h6<8=ϧu=suDTtgUdwLS7p H#]FoQfZ{m'L3Me`3N{E_Ay4X1Tjn&}N_>$7 z. ~l^ h$=U5|nOG$o 1 +ܨ7jnəDc $G\PE=~P{0" A|*;"ʷˡ^ *;O-6@*d߱Ӎ*[nZ[N}+Ɓt,`m #!ch׺eMH7}t2;>ie, o6YTuuS}4m9I) y +,l6L9t~хF <ߎ"bNYiMfWҨԺQn$ 5v"Ȩ;3>vn6O7WV8|Tuzc PMQ./V K@Ŀ R'~bl{zؤb0yQ!8hK,[D ݂PEiJ,pw5d~k@h/TD&OkRx84ZVjE@abskIhq0s^0Ls^n&7VI@z,vwʏo͛tѮY n`-t'IQS1fX^^ZC Ɋnc_ 6{;rN%糏nVO9@#3oqQNX듚 ?|̼5*{pZIoɫaւF&HȩOU+ý u蕚X,HO5邢'k.-` \lI08d}̜!‘\?,5֮ȰR;i+AD 8`(..'F;@jcY($5Q$'ȥi,rgZ!EB;e /52ѯ 2f9 V-~De<'u٢qopTy@ ݕPX7;lsl+(Y '8[Og?!&gA{Y.^V@ءyߕ/C۬jj_~#U!2o@EsB:OK=?pNUѠ"Қ<"_ꙂAr& Ч Gg3}|;فƹ;, _^_aX$H(Z\}V9ߒeS/SMw 5>YSdsHf,O8IH&SC9 5˖ Pv[b$u Ƭ4ސ UE{a:Y?ߙ 42wm7f*3T[&V!fL)  Q8fw8?: Z;Dդ_Oݎ[ A%_@8jN6.@[IuaW?O 'sE\hf㴍ӆllʦ!OTjtWȦV/Jg|#:Ng*WH0RQ׃>c{Ϲ&urѢxGB:έnpk4HLAMǦ(~R3F'y]:I[aD1D%h~ם.,z` SX4\ e7YȍݘltBaŀ u ymPrjn1Q|9=V%xq ybOqvU#qKYc}O=WCe\} bh+~|HFoN1hЦ´-oEz۩Eqߍxڹonk!*VOJoԧK<$6t?͛R6[(sbvۡPl#{d@$7Nhzh |O|۞NY<1NTK!xTt Hi8)@€T N }')0O ?ȣD~}D?0<:b sqYs/#8ʁ.;/8]4yY3n[sQCAqS[1[[ K 8 Yc4d0 Kw:بeTZ+6W] M5R){$7Lp<%z$aYjğr3Q~Ưx ZHqhTځ~9hiţG1vaS_ԵmPNf(iCm1>PHЙ#|8]롦6SߴAibL"fS’G'g*m8IA(WLc-GGԸ?{d8êGO>pZlP$1CN ay-"”U PL"Om86_'rȽدa}ϽPa~զjn=^`1*/'yˇI0GJ["a I\*N&h~ou %Z'P* jUOYx#Cdu@ rWUX=f$9ˆ#^ՉN|4]r^3.LSZ2nm8r-نEL!v|<ז}?# BfdsThaOqg&7k38Y3YڕN4s+Qv6'4C h0Y,0q:L焈/o,Oީy# Op$x64 ՃHoOyWhhu9ŭtufSqh;ƒX+VVtvrƳ>3ac-?+'UO6c%z'w&-_ 9 #)aR[/sOv{!k ȠEWXk=$eqJ9^M# p1/Q̂ ׳0 C=lJ淚u^J\uY? ʂ nVa-DNTs_wM'aL;e1nm'G}s+b 1@B̪!QĶ̄Z+iK];Ļ^?Ox {2S[ZKͽgB1M$w.%"X;Md&Uz'P45f|@ 64O8xƊYX+hr`H2 "_ƱOcg׽iH4}+z+vKUq=Iu#}VBC(5$~cMm,}>d^tRԚᰀrt| 0d7h$%!.6 *lsBBi$CnJl(eL`PH.Ms_fnN&B\$~W%WɱrN&tP} XK2h.ATPb<3 =UCW3zRK̔\YOc깓.-"LQ>NA&D;}F*o Vs:i 棞&&gHI 䓮1/5(DB ,ZM#\J@)Fׇݴ~j'6QQI)Q_@LOW%d!_EoLiT)\e]U7&6Hk/}ئ>><X/sD,bj-Cdd[S$-pw@bJyfH#׭mI⪥nM͆G@,w'ct̽/!\uTv ϖ!HшøiN+˦YCzޖUd]NIV>p"PY"u07" [\^UNmg ~Qp^2dd0nPO.kS}gRu|K=V~d*EW%hP2aEl2䫒Bbiwd2tAmXJMkd )SwxVMl StEٶF),'~7 xw)CSb'GXz(b⌔TDF0J.?'@Eg>rޛ>2jߘ)mNMGkc $c5j<}#)eVlsK tj>tlhAx2ڑ RUf bp+;cN^Р7!'>C k_ڈp~)zH1zi;v S,{nVU(!g@x7溡s`?^cj:SoE1@ˆgy"|m7x؇V>h[, .q>385+~BqB$hqiZYXsrMÊ"DaF2F|H"CzEWRΫ`@#9Kre)T40\s *stu߁sMDBQ߳rn&|a:gFAѼ6ЂP1>]p.9n=%7^2ګmЖYJ@+i!pDcIW ~ϛB4xO(=X2 `Y;~2y?KD88%v5[= V},=rUsN,/FgVHHcԛ8pa$Y˘?,ήCؙ,֮Y=D NH]w7[-ѼǑ!a2fן>{u`]5$Bu?Ź4JR9}CݬY{sDD`9Znd3d/7Yl(613yFgS5N|ʵ?}} ]J?vs8h?Gl'iBXFĩ6P:B؟AQ7cZ# VFmPm:R\maJٮ|'Wc`M-Wm.z? Ӕd+0bRPdI`ݞntg[9(mӐb?V$2 v֯5rߜ=?WgvZ| UeI$c"屔gmz."2 Mc)lw3kHBdQX4ĜkNM_l)v%Pɵ^bM=):Z`|HFZdCEH3UhOW2@k?- w}O}q{wTGpx!sCu>X`K@Wk]So]`c|5@OqV"qU MO[;:d_򬽅aSsUBbx.Y{$IßCvܾ-Q4:N *.F32"-&LwgKr뉖Ts 'Nkp|jו&wBbo޽2 ʚPin#(+q۝P12u]ϐBl%@Z>J̽/ pwشmrNJ?1$;m5 }e~L LrL XHW:lV|C+= p#X \@E`>^xg՟~{¡VOkPU&iȄ|}ڑ%}h0geSRot[%ً'sz }`^s 8K7%@IX3* lvl5M7FG tWX2KBX x0t~x_.ƾ1c0<7I.["e3nfAy^+@F qMNx䈑3+=̺(8BIN]zfs>c|mKpjI¯ %GZOnF|}p@PwM|FUPw C ]09kV(" 覡NtQ㔉i|N|"`hX#vr鱣s>iW7zi8m2QA'9DP< 5LGgkӴA1~+YnySɹH3m㦵@k[.m*TJy/kN)3 RKdhUw0y G[wٯH52\=:񷴵5"ޅ~5c{KyR'/h?(! GZm#I^$/tJ!|sG`@!;>L;[t ̘)dAq.! _' ;a鱋՟qFP՘%l~_L/K[6_`䛾*O_r`ۡ4dX4 \D5%GH3C޺ϷC*2qI 6r̵I`ٺ<]կ]}Y!b%<M} `{8$LvLdRN2A[_];M~!V˚2މPvcu°N{9(8D߱deSbIM%[tA=Z<  Cs#SZ%y;ܪ$ꐋD}fi-|shK:50"# sSV]~yYН@OFA)u8Z.M) I#|tm5$Sa} ] ?Թ95#'^.)?ì{~l5 tJ]Dc/maz[g=Iј]aꙀjݒ{Q["t@BdT7t`[~w:{"sj3іKLT>0_r=袐wWC1̪* 1{H>`W*m/V73k*쟃GxBV wߥ `ӡxDԚt u4 JQԸ.(@fX!h50QW_j WĚ.*T"DH g]up{mW=]  rV=af;јb" J96bptBk̍ݠuSܣ[OёTBU?~2M:,5$ #z/kQa;w~1$>xs?ac085Ml}Tܨ[|qp 0_N{4kt=U_hޱ `Qxo$TN~%U}}&觪)=c_Ij[="2XFX7 5<Y3(Yf[R|PYtmh\޴}L@E 1\h] UWiezL aKscyp^'=Ѣ@hs6o=RDS6AK6% tYUd,f3 љeפgR!Oy2?_Mò6İՆPkvcRQ?ث&CAĬ[i|'H+碴 ;wty(V3DbC n )_|PE?Aze4+?'aH;Yq Br ƉR>Z~)ᮼJ/=|2G4+(v`F_ ] zX\ݲo CyQr \žCES+tۿE̚C82H7BIkA־JxbGЮdA[*jcRvf(*cf)%|Ìyt1 {[y_dzؔu&A:i8ުGŠ ح{*ڊYT2-UԮR{.1qٱƑ:`;9zHk*AEAW,KOmB q&=֢=|v#>y`YhPYeD[dw]ÿ# y݀%5#r;9g\~G۶dˤeU!8J}t41JM.D32=L1]vԑ+ lSnhMp "ŵ.U6n7=M'u1 P/T}%%< %әG+YsᄋN1 aUij萰k`18`7#"EZrjjxĮUp-eu. ޟc }_ h7#}PIV4JeQh7a{H- ZۑZPr_[m4;˸B.mW/|ob,.O;GJ)܃⭥i)^Kb{ m^c8-H tR8̿[ ;Vt_Q7~SӒQ~Yer Ȁ}j觛,-rE*ag!L4k;BDetyc w-wr\<_(C`\I`&"6EF׼uN6NI:YhpS\B7"2ܚt΢ڌA{vyw5\#_B@>iTPGNr?L|Q7/B=[ۊ@*M`2Y|:㶽醪>sv"8ˎĤmoW>9&mgI%-DzޅMinfΓGO9<9RY:a1y2?Hդ9Μe2un< L P |7pTwi39G4}+:9FR!Pe 6D$6Igi T;%6 4KE..iVTu H'1tMhz'ͅo(>-I84ԗ |"4>Mrfx\DeMT"- k+N{1mx^@}~&:ǪS+Xz7zxk9"].nґb{Q B*8:"ׇeWdS}rUEg =Xl1:4vm7V5bJ2|/+Hc@RETE^Htj|>0R#OL*X3c{]jh&iEJz/r?XG<=,qـM%D 8!W(R N ;YMS;d{H%>Qty9-Kۜ0e.4uzLh|udJX Aʖp>\ݭT YS؛u}y).Nt0]2o&R9|u 6Rr[,v<˿䬃V0!_086fjOngH(F"H׷VBcWKT8LԷ," t@O]aL'C[YB-mX*U &) 46: 24ǘ5PP GO('+cAhal2i)Nes\P=Rʗ=Ѕ'di&,#p[vQgEs+nVĞXQ5>8;剋̓f\ؚ\f>$AyAtVא]+"3ϗ=aGwm:ZI];&TE>N@m\䭓%+G>U l*.noLI.Lx~*z1$DSl[Yt Fb|""%)l;5#QOw`t YA\.ҡ,lOT*^H6h`c(%1yž*@gg yX rg #jc_AzCe{Ի2w40, QY >@ITy`/GS/ŊF%Ǩ!ީTgjW2ꄠur=7u픀lvz+`(6,#eq yJJ[$@hb zu⅛jU=o S/BNP"TǬV&@:[;uFI.Km]؂Eǖ &pkб4agکh L>i%s"'u@\^g.!Y( U$.XcSqC>]:n"z~&"G̡0؞P7&7iWc>)Icuei9)U?241]cl73, 6Ҙ . 3㾂^!h@ '-[0%v(p*s/ʻ?gD|ߦj#KGsTUvW aɢ}fv9Mg.6;a o,;Zz&4r2LK`1v& 3GhHNek]Ž IQhhkǼN%'J?OjRm+44 5yK‹ojG{ ܼ lJ*/<$@D '3?=>/-7G# :;yVjc\ c# L]w,@;rv}ٵQܲdדַ`x32̴q0M;0dSZC%Y01`l0 (+[8#i'PF:#puYfB~o,2w̓`gb꘤vKuUܝ$!<GF ̜a'X5}n\cu7@ũB4Dpamv1jFhOMlsK;~Z2&n)8h >U)}Yp":1Rm f4-NaTEW_()doϬ˴3.h[z}lPo?[\9l fq.Azxοʔ;tEŏeQkEejy`cXWM[}JT(."ǔn-"ROK2D2ěDCh:4^_ >N򉥬}GTC@ugBTo>Q ؓ5F48vD@Ń/E'kl\ڑH4^T*͹`\[Hjy5)Y34G\Ubv jvi"xJr^J͘!%<>t X<M[[rԒG3>xJoچL e=6mX7Q 1JIGRq RG:tdx@w4bj劅5qi0(fqΒL|뙽o^{L:a=(E8;dŏ$ Gq_?`KhyP!YYCGdS|ݒRzVǓcswkND\bK+NP IBtson"ϯ-SK6CbNKrmlm_-uJckvZop;q_zzX [ &I+|w]НMm%=O'F#:xL.tMo9ݳejh _q \Æ7`k7Fk?DF_!@;!yRwϗIqN ڽ:p=Ihy뛴ӝoq uIdiDUIq^h-/NG1]O@\!BvW}5x5Fu<e1R3g?& w`_ܧU []wl7Sۅ'_c~4(E :-' [|u2$@bV)韵X];ݱ׫_( +'ԡ|# =A‰i*t٪ M\cH"3ނ7,QodC39,f'T7@ YY.f683pQDy.&ʹTn#BLoh&fib#KGmr2/%{C#lc$qY>a?7U8K~>!n~vccM^?j|IܮU5t{m1~沝94@!/ -H_<lk~!0Y#~"W݅WbߓZa2K/BM4.IaG|p3׹(|Ѵ|HI%o*2VXڮ)͎fe>(Bm g >c;Q$8;uΣB",rٹC:^Y_g)Q3^F ė"4Ƈk(Żx7uQF~$Brhx.&?&i(q\ IhXWq[f&HpV,aKHQTr% ZzZcPd4ȊcPA|d6 MJ>7ymvqIHIN(x㡱@K`)ƣ#H4 uo'CT{ϯus )` 5}gITw>咘Z2<}"y^1|e׈C(QvfVsv|I9GpQRW'`_)vtgӢ ~Poij}tLJ,SNƦbj Z(ΜzzO=ɮ9(NX`=P`E\ną@?"؉"ywD[;!JQq}͒h /ϕģn3jQF}wixȧ9Sڎ#44'Rb:h8)}FBeb ̓UΑ@K5YIThnz4vy+_Z|@*^ 5O87yeP3)Y+TktIG 2Әfzplϋ-.t_!mٝflxSnb a>3%jcNl!g@,r\p<@Jº g/r r-0y7^ФIbç%cᰈ(jqULm׍sJi #ShʷB ^7˘Tj죲+X;8& ͟it웥&&?QX@{½_1.رٿU F&N L-tBeT*OKE]xޭg$Ǣ0= 鬒DX  ҦQ"p̖q4<>،L˦a{xa?S`i6䖀%G'#8ƶs/^;5Ȯ retmboSȺP:Gw{pyu &XebQwFcLó;&v$YŦt`g=v/wz-jg\8MO'B>OC NTL(`sqRi{șcٺl;.o|BX(Xlĺ"xM/ [zrNܾ jǿ7b'XB]G-M<'=zmVU\i@khdX_s+g 3p)'Q~Ϟ`[{ b|xGaGqn^xiᐺ. nL7pkrmB):I>|);1l vݭbTx 7njm5E/:0С,ghL}ϚʿqM`xݱA!@=C quCq^}'/sQ2e; de?V< VՊ&gb 1vI#/>&WGyU_zp*SM^09Eўb=R-*` =k wtqiBX`1oB8zK`]_U=uv`i)sۯ Eɵ dxc+nEgd@oґsSp{o\AfF@ 79⍥ʠٜ9b@v` vw5q4v |wY0w#Mj#ڊ@"G9m1!3n=_{I cM^&Rc[9A2)؝W?]R]}^o;;v]&fZ ؇/m6#懎jEm)11 TJV@ &[v0%# >)Hߘ#e G9_ '۞jbnLXrManU_eRuϞ{#~QN?dmzBQ[0X]{vl>88^4'̱@'.eWd8R=ghszd / X}A=s*@4_?W,$v8mcxiX|J=sy;O[ IO~{lbXg&K8Uzv)q \'8R=~ Iʾ3CDFVEbm*.Y*[,+sL% xJki!Ր&,N> TŏmrUYZZ^4dFhBd6eT뽠FP۰JL.R-mo^)=e"9g(\WŊjT"s7ŨVcDބX2ǕUiAmWZ-A<#';/`|g e ǵ>;Vw gLs6|R՝bV) Z8AFʵw.cAWl]YXo"c=z?l)e*xwѢT ]mUueD,Dz(צ0S -oLx4ġBz4>a 4nū˨IȚ[jVq"o'`-7#1"_ <|0rF|DLp[AS,BWRPr_ìke|.-ꖨe?WjZ]_bc;lf/e(zNF 1@Yg.vy;c ڵ?֟ 2MaY|6 ,?x9ޑc.s{njEvi`nhVHR}znT4%KR(H@4u**B"CŗEp }%̶έN2uf{-^ZnpOI6RR;S{cgm%JkZpm[h>,ӔkT13yX/Xrr VWP+@o2/R'7nSʖ+SzLێ?9K\k/\r,%ӥ>p< ]ۏ h E`ڨȥƂ7$B>C}ǠWI}Oj@pswx-,)c*?a/o PϖF吕~~!p=Wm86uAwz> [h>48Ty<=:NJH:A60'n64B-N~w Oz_bSfQ-H7إeA/6])2ޱWXz bc_ 4>Q~gIy0W%ݒY0R >T=, e"s)Zzp[c Ba[a;";׈Vsj|E+.5@fEU:`8,oZEȜ<ߕ.JDr̓.nqaf8zaJ52\]L$Tc }Մ 9 KD޾A1Tb`E_ ~^bfG øMOMm6sOA JDLpA;sCLu~!N2sPXZl/~H?@S{W!H~v$@{; *С@pr{9L1!߇Ā7wQQ kt#ͺuR#-0RBɲěOvgoGY 7.n  l-4o ⚿hu5U K|[F̨᷃op ^Kolpr`wb'FMX)i;0 K ,?D%\D4K20l4.{02Cʟ}@t˳S6Bxu H(W35HN(I2k&B̒ 8WAjP5N($% N tv3o^7Ke¶t81¹Zpb p)Ԛߨ'_X,1qjoW~8ӛ "a1H /yJݺ,?\\Ýipن P{&}-.qhٸ>dٓ覷]&xtA*Y K$V|Reߺ#(5aJd1|ҭ15iooAphEcsR5~۟z`l3Oq38y?F門ȓ *^̽6ͭTf|o'nE;4FWr"Yhz yojδlpid4{PYӤAh905EA 7;jRqA$B` ~GùI`:$_jnD,smᇆFv"Yy`E z`7!e1}k$'|Zy&U 2z,'èk>\ӿ WD6u#/vxΓ/ExVF ̒JozI`6XG&LȀkӚNHVH\LBQO~8?)l..Nnғ3R](1̴x0׊6GKht-g>_bvџ.a(ʧ2=f_0--Wr}**<[ήb>H4ܮkbh JEEGA#0'BhT39j&|Yo%@$]ɕa=@G0%[4X\( ]N=U,Zʡ)O/?|!kespp)ߚUr22؎rLqM힋ig5L^Pɉ./:; kzw]>/O| /U:6(|('~ʜ8"QMn1*~?O 7"hv:*?UT7 ֍Ci(=fp2-u&ˌS(_)z!loX+ޟȲ0 WtziƥvڈK_E6b&0Nv5.}Z?O[|*u/K\^ E{Ծ,vf)edDEN$/17R]] =U_yB;ڪ}J0!cwՌմ6 3DDzqVFxacLd0e<hx1tRmp?ek@RwӞ In5B룦/| l=!ŲU`ͤ޸41w՟%D}:y ?H|8*/ rlٓqA[]c9Unk"$A0XHI^irlgB@_3Tg?xoW3HvO3dwr!h JьY&zЮ /?-D:7hqbtSADӺV>rZfYGW88+w"]}hJj $!ބqN['hIT0~ mU?Lڲ{TRλ/2_`yX+,x. s57'p{%Ol.h} >\I0pmj=L6:FvMJ;%GKfmĽsCCF 4S60e|uD3k*ӚB!{ݤ~-džTqO?$ _DqFEK#_;'J/ltݧ*1~sn[D=Ғzb\_0T 3įOv‘5"fDew{వt{ӇdO2rfwX#BFBQ   L="yUPSA.ef*f%`l]uWi0LFlh Es*]Kjcp{pznSFU$fkUo{!# !u1١]/|[԰žED0=>BiWYnHܼu*s{:]ُ nOQbHc0*'-Ceh{)h4:~6?GZf~]s9`KSd*a&!͢/'˴5 Ugo-wQ.|SmeACҾJ cIjb!Ӻ$DsM\pI[G,tntHolGhbLc}76 -ʇ.W3ob8,(CŘu~Y^۩@<\ec.Y.[#W(gl0W FDiŭN`kh^(P9_2t7[]v֨O_xwRtK}cI7j1:5ZȣEeٱ@>Ht)Ά%2Oj}Oo7ϵ/]/ w(&_S"nű(GL~rqA5Ba_zMr6GPX|Ή>Λ͜kuXfuK ,],\PbXM[0kx+NL'3|mFŨ@+ɳͺ( ţ1if6o+I"EtX *džnJ3qX1 +B1OU yz,o}tei ~Q2KwQrPVr:ȰUx:#;pI!hLW4!/΁K2eDէ:ֶہYՙ r5Mexy}8%wvK_jwd37s_ح19xr om|vj Sy :6a*d@gq՞z1M2z1 W֞%~܆b^ &ɩ|tk*'L|+u0>|>So}Ё6zgƂ\Eف3Rp2$cǟ{6v.+K(/fkou 0ĈNTeg-G45ߢnvX(uȊ_&*nPQGcv "]rG$ zd U1ҝg}Akmne vd~yLؖ1${yyq(DK!n^UU2Q3)DtBwrj Nvd[uvD ?u ic{=K~aEF'~~_l3Rga[zt/?LtICERH!ZON|nH">av ;sH^ al9M0Xf8̕79cjq(;! l7[@O4TiM8T”#$SP:fͶ2ki;A  _SK~j^Jg8FtYw+qև^J}z&zuhU"6xy(st {_'Oo(Vs[t|Ok\̽.dR<KowʎN/i5cNqyi%e98/N6}V\V>g=3?:Ud*#);OdmQޟJ}2xW! w 5qױT``4%.5.hbO 5X5W /bSAX L}Eru5Cb.S}i.YrR:ܙkѣå/~就 "Qq .^jM[ m m:ܘAeW<@ޓ5U0]ṕg?摥!E,V:u 3+20d#l@ C@ҿS M7:Yscv\!6cR-jD[h.ON](> XAiҕҨ2]@cxUAhI[.PQOS|iэ,1B,g ,`%pFVFg\ם-tc囨NdϙB_SPz~5o,Eo Q*OȮ~ՙWpBaG"ĂdpA>x|vk؆ KvȘ wcxhQ >/e$H_FR!fhJgPڶO⍻16,3BOLǭqů.:-Sdg^5﯃$s\Z%q-P3kk W"ȀG@Lt(#(b\2jvrl3b:s`OF7VmKGφ3ͅ1F2 Q~. K࿻ҤoN8{蕟a6L`C+n@_X6|| G P,m;sJ&E7SWl.-ek";;bQKo c>9säH&9l)cnHOý=l֟9"] c6׳61}9V`o:$+ t1S΍BI! h Ž[/mJ~>֜UPumHw}6 8:}`TQH[!2^?t3McjoI=#ZOw>)|0̊FG LzsFrCQa!yt͇C{f&Y1f+0K5Sq6Ua%؃>ʓpF??)0s<>vM;ೇv}:$5x6vaE oToBlYHYs8+\3,훟M]:d?AޓMVd;^]6sX7pR,t)@}i'ч@IUi1DƾF*}SFŤT޳ym2q6x3tU)_̟.۹Q4O}+rr8€1__2vc g qPRseAڼ0;8:PoQvN:?06 %J^AY0=M ?D[2wnE5)-DذV[0;ͩKb e`Z2RS4o*`Aqr,?U‡q;E WHt<bDD.d`γ!q^ji7)/Ov5`#,">Z Ab"k$1:&vШg;*qYh;bZA&fuL҉aAz =!ĝ@9RNXP=NH`}c%1/Q9FGo׸qfc9ǽ$YjٺA)Zm oC:rw .p:I%\DS,qҩhq!L (j1Hfg{Ms2wʊF Qȭ먭yCcH zY,CDkpWJ֊ ʟ!xR](iTKC]pU,s3* ;7WX}rDb wc`ǰ0VQBb ].gw )7sE*&P9sgїH%nzr|x4!;!$Q( UZUr|E=y\¶9 i{-z#9Ѓ*zG?Ѧp y0]Nv^fеbFWkg ᜕ ֤#>"q3N p8aGB{5%pM0`@=w4g2uCDSMw8Jr\`d|72($#ͧFd߶*R;'%=ڮ8Јr0)~awM1Y!0:hgx*V#<qx'e(c'/0p@vMCn) j HkQJh=>r/{;9 ~} ѹ}8I[7VOUz9L>]sqehl&c ([XIN 2[3/n]}7uo-yJ%ri#dc|N ,| 3b%HgW8lhp_ C'-o; uv>Rz5Ț(hfinM ܸ mN{"Lz]I<# P9ogGDY;h%Cī#wMIqo~e6elnI&n MeUTt,iA8%m7YV6h֚9wxpK,Q+I/Yx'jԧ yVjyCؾ Uδ0PYm3(̛T_Z^y[+J<]NP9*F@[x6պ s}:x[MV rz> ///qvZe5SQL4!|s(z٥m\۪\~Ptz>!c1) 3V/ñh3Ŋ̜[9,sQDl}['oe"y(.Ҽdo'¨i)ĒtdeU$UudJ8K\J-p'tRBr-OǰcXPaԏ38YxJwБ5@4Z@I)*Np J[ UFTTN3jTg/ wxҔ!?m3]iGU! $?*c4P:Q﫳]A։(HÂkEFAxo|{RE4I,|(]u8qۣ}ɪ=rNpSYaE#,zƫQ _'|o/Kc"LyTHɣ4B/<9L57*$^K|otwS^)tfҚNvWӝ700pW7$sogoey~J_!sCp;#gzXJ,B:ZM @` %-T%b- RY0`kٖs#w,vw u.t}^%c4_CȠu-!TƴO[M58 Iw"Hw"hV{b5tz!@24ʑ1d8+H`7j[P39?z]Bq,)v5tQҧNc 1 sF0ءp=P2aξB`oR&kƥz29rB Q{ YZ