PackageKit-1.2.8-150600.4.2.7<>,fjp9|9iX='N!"M brMt R!ZT14dwp%EПar*oq_ = YtIGύ󂊒`O?|d   Qpt $*2&& & D& &  &  &!&"F&##,&#$D$'[('8'w9)xw:2w=ҭ>ҵ?ҽ@BFG(&H&IX&XԀYԔZ[\&]Հ&^b#cdQeVfYl[up&vw&xH&y:z$06xCPackageKit1.2.8150600.4.2.7Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fjh04-armsrv2 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 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 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-moduleruckh04-armsrv2 1718283217  !"#$%&1.2.8-150600.4.2.71.2.8-150600.4.2.7 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33664/SUSE_SLE-15-SP6_Update/6456ce62b27b73b316fbde7c73b0c98d-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5aarch64-suse-linux     directoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e062a19cc7a08ae0c343a3259d70613ea5f27c95, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=76fb1d91482addcc6a1e1172069b6fb8898b8c9d, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c3dab763ed47f7bd126f7bea61976a1a0a528a5c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=977684bbb087026f4b81e9c1bfbcd92a1684fb89, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=455c0e5ee826fc92f5d9a881e6d24c78fc97acec, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.2.7.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory) /8  RR R RRRR RRRR R RRRR RRRR R R R RRRR RRRRRRR R R R RRRR RRRRRRPR RRRRR RRPP7o1A ǥf0systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8fa3e33cca824c0da74bd3a2483a1b9b6c3f78db60f9e3e149b01ef08062fa97e?7zXZ !t/>i]"k%&˦n99Q Z~aۏ[)c%n`)t$lt\>5z _n'gN﹄DٞI9Cf)J3PI@皌j : f6wھf2]^77׊:oedB5]YZդ1I=-- ^)6nX"l6]| {Þ,fX“qaD):^GY}On! ο=ǷLƹOI^3Ds…/82]Ln ncPPqߍ Us_#Qv(RC 5]vw킏 ڽ_Û75lFo8hkOhΩQPDp5GEV'K"h-@g6k ~;#~(=~G_rJxޭƞ=KҖ{y7$ATbJ+&iPKR "@ڽ S#,XKa&!Oh^W`6g;JRED E,7y~TءLk6ԛ4@i2{Ļ쀍N7 9W绶G{mylNKoAegI؅%N@43mWyx5E8ZgUD":4&g\`*kpKc5Z&D:Ju6{gs[G L_uOlBY{cfuZ̙8it:ge&侖@eN Z&g [lz<ʄF{-x>A p5_5= p873`vHpbt_f"Vܰ`Nbh#~1#)fqٗP5Jk8JITjgsI<=p&:(" 3o5.e͋g CzlXˉ#sNPUPyBx:DY%NwZ /:E<9!>!py@m\.|U\*vgۊK|Pq؂@nfV % {2iTvw²ש#UMpR7P~xWkSyJ1tE8`Н!Gr6e_z84SH鯦nX3 oRY}4 Pw{kS"س5a{xaTԬ| YM!_i,:[-39KjkE"S@QCS& .BPʐC%BΞZc<}i*BK'-r>K/+P G\bYä2y "!1Jo5ȵ܇Ӆ wHY#_J!&0PjH=]D #vy#? =(I폹Ha%M7a%=py" d\0@{.h#"f*}:`xLUe_Yʅ[pdc?GgZA]8-1rqp2o!a<`񀂗A' |xj9*uo|3t_7v7]Uv!rLm>Hn:n!yr2*&:.F$#M@SHh[@fG7olSREa!],\n1W\;r "Il(\~8-f!hcae $Ԧb;}^t|E5f4 ck[yu-GqnTl!< |N$YPy'<`2%RݏX<t1K P. @|gs~;c#$IO$ h,V ;ߤv?}Й@>ڟ0wD`K;u ~T %]P b_^-REvOC8p܍)L@ 'QB쯿H@ GZ%|pk;=M_3 4L ӗF#!nۓp#Z{,7W}k+KI`ct**]EHs$C;o@dy;]>ʒm7|h}ٹc>=>~n*뷴TXʁss~F:;v5YƜЦjYd'#\la£6d_3t +טCĝX4.τ$#35:항w !on[/(ÑQQ&x̓G8 LbV|b!AaȠ 3Ri;|m0E;(3wVՀ^zg9F? bӕsvx#s#SBh*@>X-0Y>fnIIqkg=Z!묑 6=_I"9xE^fv{tsy9n(?CZ6%cRnҮ(,c>1aCj VB>wi#Oa"٪].|[T>_]mkL֖.~ѐ^~8_HPB*q^a 3zhC.P82GY(_Ѷѝ5^+Og6=2$ecؕݑejIZ>~/VVhP/GcF$yxl]%ϝkh•W܍.^57H˿n>C>dj&/Y粯,C)'T;D8MWĊՐ};`셢QCW_V-yk2Ml}Ma:c1_#Rd?Ä1h;ͫpir*2CͥeS'#YBD.X<6 ׺GVM_;jtcťmҌc >FR^v=cK2 v }nVRʯ[ ϧP41d}:!?lKK(>lcUED%- ͫP\ø'v]J΀9KD?׋dT\8'Mp: OY7F ;jr`.U\u=2*ITT: }9c"A crN֓##KЯʻï⾇GGb3S5MR~ݨ i%a Y\1'VUzO/l FK5'mBFdD[IvWo@.kV6.a?kW,~_Qb0-P\.e6}n^J$|82PRid7V)R'J?U-95$[W7QgE:"9 MQ==l9+ك؊ԤaHbQҥJ 'xr). 9c]r\7% ;5m9XÔz*& 0Ωer`BF"u\9lA B/8AW1 $za7mMKcta31-:H XO)9 t7"}#вȈD֡[+^Y=B1I{6_8naܥ:7] S쵗rt!/! |7 ̣h+g-R)\C4T4rJt 8Q]|uy);mشyB/*K8qp̲p|k+`hRm~s;E"6C(oij|ޚ:4x烄/87-*8j1 f4Sމ<(e=ɈE[@ņ!֚ẏE $?$@b.<7ܑ?JOHAiĽ:oj25Y uv7!|kOt D1:a몵Ë~}APSoc*\+1RwnRŽEΚv)B/eXB&d7 v0D->ekQIGYӬ%XxG:^ |ХysYÙ*bSF;f-s&[Wh )6"C itաg0 VBcX.+u &s[ =DB(K0=cYpi) \-|Ml @SW#ɭmiϥ  ޠ$0RH);:2HС*dI ;Fwy0^jcr1(ji~ܰL.wW3a Fobjd8tS?x lZXqkOv䇦1/+rcPY6TZ MJ`İ̮.(Jj/"2epЈA<]m7QҲ?̦-_CXm<yh)TžNGKWqZ6خc䡇gǩ e "0޳Ǖqi@OP94!(3Wð#Zk}Q p/4RHRi)7Š:)QB.#AGXO3CБλ"U_D[J]`psX3HQhne@o Oe6nȱZ8w |cmId/OBqnйmh2US{>㫼.X Qâ g Hh.gVHSBS6= 5%a E*}]LΪ }Rt!07ii6^& -"C{ֿ[~\CNxﳪ끄5 nqL0*(i%gf~#CcXմ!"dHr#%oŐqZ%$1 ~دqa2!cEIcs XpB8y~=iIx!R4 Q'-O8(슩3[ #pxLtlNF"{ NT "G TA1 U-[YJeg@Y+L!]09762Ն pp욅ЄAC'Eglv~k cE9;uFM ;J0"nEstՐINUH5{ 9תDžM6Gj&OղMEA 1Lgb,Ey~ З,F ؐ6a\#'plӸŎRA[a4eqrg tmf,e=^gǻAi¿1vخg'~䌇I]ņk.3ԆݨX`_'dfhềw+3,[(=SF[+Te)f )P%=Oluɏ?rT-4\G#ډH3LV" A1ubAm.G(._FA;>;n5Ɓ`uG2!wZ^ep>_pV%{l}6X[;wW- 8+mカRHCf۞wuRR[tϜd~xu {9u:jv'^'N@ 7qX}N:Ԁa*Ye68UޔE/bGQbњ]嬴.Wp)*yjd~ɧds)L[,p+5^.q̃_x^J,gÀWzKS9譝KJtW-פ;$0ꖶPU<dȩ68>|-ב/n=.Ʉ8v 5˩7e&j<Ϣ]>/8K? nLirгP'MևHJL#vIk;Vs#yڶF J'vuǂd(ӕ>7Emz?SN`7 cYhh/7-M끘o^e-9y9MZᯂCb'Iz'̚) ?d|xWsw-;x@#*eT`&#')3D#̖!keRl-xxGE ܘkrNq ƭ% >Wa$77xA 7M !wkp&bcUzP (}˝ HƬ '٧8Θz M UYxӲ&*{,[9S4c'jƃFQ0WK{݄^^X# ^3@ZP;π+fhM2B.xEˋ ڧ5q_WcʗKIû{ZRmg kW`iX58p:dH=$Gy_Łh@)1WjwmT~7C#gb z g!Z"C?ڴ}PsERy$ԡGew"ƛ;.p9->Sh3e 1h!|qIU(0GytXOieg:LΚٙp Gk-P:O ]60yEh0 :'Kbz2ы<{_B▃K 4ǓPAKѝƼ\LI 2GDnV*uKuՠvQ%.QO9SlҩMIYh]V˄d+(̏P`ġA#d|i t n(de5t:Z^,5uS7,,sdim_@3#{-Pu alaFOG5B۹<̍ip޼0;6 /;ջ 7T7HXŁo #/`uX*CZ?ܾmC*Pm`b=ڴw?a/eKg<~LUWU3?M{*4 [V_w')}\b?(ҠXH~Z]IQPY9g$-l珩Sznfģiݭք1'.}KtBM_w׮dV*bQ*i.$hmƚ|Xr"x匓y.CE/V`weu3Mх=4a󧝲)Ai^O !8 =YС[?h '#P]e-=wC@do^'fc 'ch՛y͠S.2Ze.h:+"0ȼ>C{BW">/=S%vaj"Y}{prɓ9{5cc*]Vu:f^sfl$kA4]0lf7b (?m-46(3$Vu·K@5PGG#79׆rWgmcKA%Gn {@':zjxNti3;rC bW4.qH4'TL=Y)و}OK2BD-+t2Om3z? :zZ\ҔPpʊ%2I6N&F@ĞnFDCT<^=<=N:ch1k,;$28%;Ɲ42XgYg.Q38 "t~$9@+SrG}HP?p."ч%elen3 4M3? z;8L''4fz3(`+:pVﶖ+SMiCi^*՞@l<ԩ߿JY Y$e7iFeP/!6!_YTKpCfFҩrܨ ~Ľ? pgǰ[;}ڨugM 6Й/kztEٷ Wpfsp ]c߁_"Z5Xcq)ZqkLr2dc[H} ?<^u cf}54-\-FA(.gbE*oP["-'dGZ"դϸd؝&UؽVR-G44)n3vC\RRi02 .rl! ΝVJ20`oy-ҙ++>.rݾ߀IdOJ#~fE϶Wϑ) hz Tx`I(:CqG'4$d5 VonT>90Z7K0VF$_M1eӪFyHtuk$ O;5x].knѕom|/l1Mw^npQkf~|XEqׄwAclof:.u!eLg.&C;2x!ΔHߓݽF蝆i>|A~\\~;ou7!UA=@ VNj8Xsנv<^1$^"8l uybj@ZnTjeNF$fk"DQ!َ>NN+IJzPe3>,[n|f!4<|NKJ3Q`Hl9Y[EJ0j>kkA\v?rx #$i!#I=껐 DD\P2{@ޯQH^L'X[KS5;HkNtH3$GqRnavsO^ eVvJw!HfKD3BMYIL8)&_U]az?ׂ/rVs9*8i0Ӓ?:gV]1Dx'Hg^1|bƘ 7δs-\£fCOPvGۉ*|%dz\ZjRVa h'#I eMۥCOUdTTm9TÖp]eRH$;T8GeaGқQ vHi~g*6^x&qſy0^KiXK:iW{Y)^^jr kͿ#)~N$OW̊@#*|!hW Yq6I7QUYEp('>B; ,*60;䚪 aF?+n 8Aixp;N1w0]!($N  xQ4G؈ CDXrbJ~$W|e5Pbן`)dW)F*>`>M:[C0nmCmY^6xh^5פּ,q`/G? !GJR JKiaj0 `(7 t0Ѐl*<T 5.h=az9툇z$JxȴoQi)c*7 GbIK=%pK3A">lraGF $GOBP>PMzcl%̼!{O8w$1WL.M|p&O,7۟"5Y(E!̆3Pmc6E_˙3.ZuJRb EV|uZ@NjΖbJՔPF%J\?!xOXqd@d75?" + ?0]bH&'UQ$Ho2hm\E0+P$5g7 afw:Fz\Y\jC3g[D|PaYFJdC'wiobfAJ%/""8{K/i<<{Ѵ#>6ʣpBPYSjY@b+TΟx@|OrD 4l_(V,ƁU& [}bSCYJq&!{W ?'yŽZϩcɶeqG}]^f 8a+-4+Kj?{qStymTIɧXCp- wL :vbk 0o{zJJXMYkcNM2bυtP1dA')#>Wڼrap^o.HH0eY \,թw0ID->-v|cnX*{5AsLBWx8Am.@s30#K+"ُgjg41vxcrbЂ, U ʲA8 wi b9‡ͪK̈́S$Q յi~{@ 'd'H'aQs)!!$ZM"xZg=c$vhJ'/.yAP0X ~=.`yj(ޑG=7짻[Ut'y< Ӳ;ȀYY>T0͌gtۡNLR׆ﻛ1_&tP2S䁼6RT:LpMyWʌ(G:YNBZ90f㬧-$NLZHJ'%<;xXT='Ὡ~} l[[RB16lbTZT&qA**#׫dQʐ :CH3vMJEQd(xYh+Ԓ⌨ǜ(tFG'I&eH>JUs}F2ڊ+O,p "yzJC| o˕s䌨VXog7hld[, (H--B@1S&5WNui_RTaq#Ys?X-Z:˛t{H5T C*]`M"cMU*3 k+7Πu ZǏSu-hdM4Cz7Tр Ԩw'ئ_ĺRa殗~z=⣞-T"^[%S}f~pnÖpLI\-@(oUٳӒbLQ ۡ!L%0W rg-݀_Z507P#KrVUǭG&8d]o6p, @sNaaHMa_J-eXO'1Uμ}2jQJ-* bkHh}j*ّn'6 O+;u_:F+v߄KK:j=A[4o9̸X9Fv`'Y<䖯 0ݷv-L5ˠ>I]}aeVEr ҭ!ɫweQ7hq`p#SaJ9c :t }c ʓ-V*P|JФO8babU[6e $#PG47js-Rwe:)}0Lh@lAg`CjlLKzC 3Hz^oUW$e}kblo6](T#BTqoE=J{3˒̭f{Z+"wE/7ʎv Ƶ!T2H`` r+Z@"gKMA7"@X 흊*"mAVZ#fD'1qYO*ܧ-YsRQl `h۞Օ%G*D$43I@4+q.-մCTZ7<[3ErF^6_Et^'|Q[m{(lb T8:?FI)hr~Mzfxm>aڶg ml ݻKTd㔦%՝zÇ|\$†_x#8l|r)*z{pƈXz,QE:x ܜ:%tsK]-1o󂷂Zlo_Пх6iZ* NI]ǿ[}c_I)o ii |%H @ЦMЋ4˯KHz[cJIXҥuHҝ3*b2{ IldtW}d1#df_췵4cg{.᰽fhζǗPC_΄ZI͓v~RBĠ/f#IHy-jƖtv'C3׹ݏ,y@$}*!^,n1f}U^Ah2ͼ*.%Z!n5ZB*ܯF@ *PHt;L!V=( [&]ٟyҹ |3r&Ʊ/SvcSW|w88%nr*=xPk7&(_wxZlk;ٍ4w(~0[b䎛eDtqU$;(>'9bUeҖU 4qun[:-drid9sMkYJLzCIq׻f2:T8v__ YC1F, +~M @aFUiɸJ b##rcpՙ94W*t,[Ny1i0k uCS{ b G#qwLi ӱ|ͭ ~$dLOP>- ց^Az((EXܲKoKQPy\DǥR(G)4' Ke#$p;5+kƍ={ޭ2Tn~xI*VD=W$ʔ'_am:D N^4O5Q;nu;F *m5 L{@1n$Ioq _wٿ,?t%GlV0 fL+JI2&<{B$AsB*dpR $#x~k,A>xGlF] \,!tǑOf뎜V(u+Tg{^.-uѺ4pl#z~~͖s1Ug.֞#'uEX 46%qL@ʓ^H]]KxnuE9K'AlF9άO'37 |1/FmOd ̮@"Qf[X@3E`F6 ~{1B 8'(i* OnIl4pl~df6`, n~M0grDҖqPO׊h$ -kdm%`Ԭub]î vy6`e&XU,  xu5"mƕJm#ЗXE)_ݥ*JNȕG6$yӴS6my^tseQs""?<>jYJ /8xNa啽Ěg{@n纈 03· [x/xeLT;QK P/]^-2`Õ~tg '~FX28*I5ήPX/g1'd m#7@|0gBZ\[CDbt_ DP+@?Gu9љKe<}q%>a೬0Ka;q㭅m%~/=[wo.$[$:.ȘY6TU\j׸Yz" [Ԉ;M=#cU@S_ XGJٛn2cﴛđƏsOcQЁ `W J1~]< !?jm $bn#cEȇ7eXs!W4pZPttb=7|*\T\ 3jѱr$2䞉vRTs H e{Bq*_d!k+G-Wm=31g+$IѮT1)lJؙWݪK e;ajadN8KƌJ=Ge .u.Dm?M;Z_ݳrm `H[ilQ,xΎp땿|i B<z6[M_ ތ /7bICӆeQ(h#Y1*LKHyPFqH7l9$nmT˨89PLyoR|ûT*+kGjM7S zTu;;3| dNT&*<גhCm5w *{j#${KICKWvϤ=aKXU208'`ԭrw'*`P0Z.gKh 셼w,H^z0kcbb,^8\Wo^nZ+CM>*T+|NMeeF) P3n-qO1Ȫ4i2 rQ0? H$\Ҁ ;!>= }Qs)Hx3ÆȲ@Sp R JV_JugHJtcEKˣI5"jӜ҃8 <;װ㕋|ρ9GUn2+O ^Rs8$ zi]LQGQnxȩTIIk#8+/zɽZx aS42lndb B$L$53L dYht{^R8?M:p*!)M?0KҸ (ύ L-zpC:vnHъ1H\}š@C_$^pDBhuڻ\Ld8%jxhRl^)tZ)'T5S"WQAlkqDP.2fFEvɉŵzi/6}ib9$(Xغ 8:{qp+VRibp_} 1El¿CLSlP4#rڕVS ̚bSj験fTUSRբVTg㰧&]4?=BQև9SCP16_#GuЎFjS)(XK}喲wH7naisE%VhTQ ;2.9[-n{- y|榉la 'ףnI`YV K2Pmx${_:BDNbnBFUډ JwW(]rى^G*PC.0>|zDܗeGc+l (z.gK~Hj=|,-gYY_Tĺ3+p/ Гk9AF[.[h &|8TKG&ӥncd%wk6vshCE^2݀^ŧ~hOSnT j︕}tUb}bE_rI^̓9t=8V+OP:+W eirB~-^47e=Ջ@<%ϓ~ALd' E+b`|:Pꭏ a.t#Yɚ-GmfZZO"Rl}fir*"/!I{_Pj +ڝ5h[T I" urځ%p%IIC]5g>WP(k!hR]c=ec'л枛$2{DQXE${ $oHۙU+ZZscRc깁,|ch6d+ӏbI]Vze/*vpV. "( gؗ=ݔH>;A%9(H~6mJq&9ZAK̷@( In\.tdYlH\!0>x$Ur%efDg唽$o8%:<[7b"W;]*#⊉lw|_k'|tqxwCǼ(Nzr4v,#F}P*dW`u]%ZEtC2 |![7\ZyjqY|SȫM!ܩ'\;~"Xs`Ǵ&d"hٳCG)]7ζ?FhBGdQ̆wU!vRrɍSYi/$83VWP|i@{@I>DPvVF2XLΗz]GmG\4¨ ;͊"NEd]yϨ5řq<P3EhxՋ0Yq/Er6[觱!. `WBjn37HUJ!00N60!wc Մ}HCWX[:62۟@t c^O`oEiӺLϟEf4G>âfr%/˭ر wr| "o 9`6 QY6n}窂5ft׌T6hvǢX!Tg(Ÿnߥj`I[ZU27D2B DC~7?,p$o{ R8=e_ؔ?8im?x}2TsᲪٜ^RطYuÃ!cwޣ7"}OS@KKv/͓h+Y].{  O>SqTNJP.Y9 D {`G$|hf`!wd.9T28cht:GhAb9<',͘N$ձ͉BXV4۫-ۯ˻0hX2/1. *qtcCӔ*!+Gf UcZbfdvԤ jϾh.i~hlFa5Nch{gCyX|{ ~ P1<յlw_ -3DEcԑIŨe܏Aۑr`g~uam}H,1O]7I5}׊⌷ۅ0ۭKrSieQsWwy0ӇK&oXE7Ό7+cڦ#xmΓ e|(>x䅕 [!jFZDNI?! $U?bKg\Noi+v[qKuUNM*B?A`hvixfD>ity] $)4ӯj&"0c84USZ oIH4A &OݯY[JŁȠWAyNPji&BBś1`t @% & }YMU=_z+X+4YJ>i/s녨J<Ї3/GTCi^hA1Pt˱x>_}iýlͣc'Y<̮ ]\OC/P+VXwasbZ`(aÀ*Q3܏ay36V7TmuoXDv~k f3Ph'P0*==BۉĻ4r I'aiP= $qLۮ xJ#ax  nr\kNSI sRͿ k|R8d^ T\%G695Ǽ3\ϕn̜ɯ0b;b`(hE{_=KL&%}\g_6ɌcP̅p6ʖE4=u9!Ԥ?ղQ'|Nhj@g":c]B_`Nb?ᰓi|^)s}A\9 &eɦV{ON[W?ᄇy`9Ftr]x2'nCq [B$o?slHYbD_t U.* P?j6!'d|ݥS^K6}n(ݪST ;MoZ޻Fqʈ0$+bg><6mfSR *7jI˵݈2yl X=d$!,w Ag1-2cH{(:"PLĀHڏX-WLB%hn+adb,i~G_i2tp&^]eL}\SYBj+"aXH/t4`*T1N*nȿiG2E- EtE˅W2W0L?jIS5|;Vb ˪hoɵ/<dOe 'Z%bjeqW)@PB'22Yb+\ _<(N}KsewB#QhT5Y Ѯ>bwo*t)b.?wheEORfC܉43,ӂ=-%P4]е1R ܙ#Bأܽ,uU as ЯN\4 ˭Vu/_{k~È_/Jyթ HHa)__9{gH@|Mcfw`g/TLE!GЕ/** *˶Qv?ހe~v2.EWs;KА:5&.FLvb4ꢪӎ i)9<`K픧79 cCӎyrlkO9=~KX?Nolm .qtI&aN࠺}d8OXwKTie7f@ (]IHkAIPO/z=CxdEQAѡ͕.hه^DyK8ae? f-A>{='HRB`on%޹| Z]]Uz!DqQ^ZȈ?zƖ։-u)m[)Rօ' *'ѕg񊾜2g WR}ICF}B fEC7ĺ"TK]!?d`\UtLLh>7NR➾h܊3 ~pZ)wDʈ*Pl(z>0ӵJAKf(Hn18ݶ¶4fr/D]w\8V.瑍  P2\983=xC U+ I.j}fgs%DoŢ뇑=_e/'TwZIuTN~'p aY 5x!#<8p&>]hp[:Xr2#u\G6,c)Ó+1֙09QZ]{2eի+<yldc2[z9!wz;¨,rPTv`YH]T-<>-y{[7 mp}kFG+tUcÒ2W6:R(TPh'vMj}xHbM_/EqW5|0/3_WCj6=_aF>5!drH ȂBRg3P?JB.G;/ Ūg(yaBױidoK\5 Ei!oOm}Q@׆Sзr涐੄*Sr:Uvď9KS%X/R:8Q `n 59.Ej1g,~Sh>|?u^!JFk?i a*/ce팧au3秞A@^P5[%_k/7mCe8"]+x>޴ǟ曬 CEs4fSVeߪ· ]K>go(4٠ _lMQmyqym!\I=nsܶ)&)_=8 rdMSG/[R wtm#_@XisV ]vܦjD&c7H%P⨓3SZ? c8V*.ԩݑFK8cbɚ$ɺJ׏IZ3rGU t$m9%!{Yq9 ЩD&ND ʺnEr_0:P_!ʱH3H.1>gkD:z'&Ep\1DuOQ0AƤ=4'J[^DCM  -*iǞd.K-U*}8;ULWeṿF5H%Lqt0kKP|a⦋`,ARH+d-YauӠT.ӵPv48N^4,ԇ끜LѾڤx~,]{Մ%R{+m[>uk@.^"k(Bǁ1BWp}SRYC<Ѫ]mm4xXB7%Unu]rUv#ݱ46ׅd-5V8C. s=V/|rz?nq*8\2R\hw4e}U[<;$ю'[*qYL~DDQ,_NƟYb-5iItLikjnGS'_FѸh?S?f[d]E|:屧נӃoy$^'+`0>R?v*&izx% ':F'}$eXOC?n3 |S{W7h ^ѢzۛKPo|SZI"4GIr`X%TzykO&f /\22zbrE2F)hF&Fl}$7C`ܺK. -]d+bYiO=; *s kaⒹFNg~.䱨Pc <F+b4 $vwzuIڠ&ݯd#Pv.( '2ۨQ@w9#>`AXDwYf_!ua[̧ Y'Gl)\KP~es*8x'xYZpᣨTIMiYq]cEh ~e7EK 薶ahg5j'_T>ېtj4!rwY(p^Ttn'8=^BtVM[Qmu^S9;$ RjP=Ҝm]j[iY| |?_|H@TJf_A~oEwE9GJ Je>l6f ]<1CKn@\3Dԍjoc)"( 5|E"!˰Z 9Z >~-ˠC}lz^txA֌AC)rwM'?}ٙ>\ܷ du6q: |=)0I.9M=ytZͰA|.aqFs~68 ntB쇈^8GG]BjU6rlW!dHg'x&tEo:0}<{m  ȇׁCDSˮ+.;_kvٴ- 4O,s/;/YO{OBakDuY;6o,yX|VU1XOI_!t\Y|v:8'RL(VoŌ1XSrm W^|k-+,6ݭ.S-uTg`}xQ ĀuqyFp ?h-g. Xv5ϡW}a93@p^?Ҕӌ=%P26Ң! ߫Vtuve{frF:1tKן%YHEEݾ bkǨ 1b, [ ^HU"ǓAx4iqwTҒJ%=@]1udN軂z\CL5WR4l۠d>4Voe:-D[hrouFA\Ֆ3+# CĠ5Z+  s߄BXQ ]1)ɑbFG3(dvK60-Kmin_tP0BF 㐚wy^v*h,:-ɕx<?ՋA#ፋk20b;s3f /^.K=k /h6zt=L?<"멙.?ѣXN:jL_6T>)¶N,JmAGr~7ۈ/`ug>U .e C*JõC{YBjS-QM/ސ+`PϯM6!]]`txZ6F}M1"LcBŁt߿EzM%hqq,'MH ~ .%5Z%՜n(x)f}4~YP Nͽ|!U-_ 3/wQcgO"$']N="{q yJum?577Rrž7@5[ŀ ΊzeqaB4ҝIXjeˑU$T,* q)]yW?%t6R5'6h>(=9TǹQ"6/܃ "#ZLĻQ)P1W!h O`ԡϗzOqNH/ Lr}?ԝ(U̩i ͑y[ǐeUq.s|X-9'Ɋ[}芨.GV g%y8#@\ ʖx՟tE:dq$PQZ-h`*ąL-`hIJ@e]Cle:)6;2q"Ĺ|+iߝ2|=}CnZY~4,ȔHg> FZhC\+ɛ]|:w<݅ Du݂bl?d{:fUHg+'\C~L0utzgVf5J(PV/s2@2sSC]>"Ma" !?4ͅdpWtPW Ȏ=9mu],Mk.,GPZ68Yum^v& Us= bC_<ْ)[s8S G"STe$WW7h"p$i>96M;|$1+X6&}H |{L l4j竆U$%GmP\FBdWI^xͥB)-bdI`‚tF\#3vY/qF4'O:枌Oal3^q1tRmvXkTU Q%S@BC.19ޤ/ח2XLLP[g]0Xz @x}lkulڎ\Hx,CF"L |Ѻ݆̣?Ưd8tew~>~i;U"d>uAoVlԺD_,X=Ժ,S'msd&FsPٛ?c#r'4 5d嬰@]X ֔B:o KOx(PNz2KJQL(Z}YfgD; KֽhKa{ICg'Zk#w !)Z[ɒ;g^YGfkN/!Q hkfPx%\_ѳXJ Ӵ|`n9:Y :6l '5^WP[oPٹ3}ڳt~ j2s k"sUL3Xw]pppOA3~B:/𫑩a.UMOP|-{ڵ_{t@&6U m1dΗ:u^p,UyN%Q_ X0 Jv5kئcF37%%" *;ŞP7!5kzd?bAP1ߜnG'oXt>.|EsuDyR03 @[uvS)I ȓ8ˋk}$T =5"upJP={|*Rzw`D@xٮ /^&J=Y ͥ똚LS|D+HdoNÛC0.7#0k.qW^Clpd;i@Vw! ouɤ$4 ٯkQ NԶ^`x%vp@'#{㖕ca6Yy;~nAk4AGbi_+2uCNB\Y,^l-~PYC,|:?H1q ԄN.R2%Sk֢.Krq] gBFԃTTdKr3„5KZtH#SB_37U7]5Tag<@ i/l2{~ɱ~FC(UZB(3M:>]A'@` qan[@ ߗVUvsY(U!rh'ކϛ؍RcI"B $f58A6*")^S@x5J9h"hHYƎmj<8qɹd|ciZ%3DjyH/ύ>##t]ˠƭz$ 'j)-4_X$/v G X9OpvVE#NhR>cʹilB,@{nAAcJ˸QngCAy?mݶ_+zu^|+3"wvKփnBYz}/ͿʷyS1x 8QWWt?c'8q}cLzb||8!kD+W#{"l Qµ\M7f M>i b\NJ|lҁ6 .iSUQl(RIOtxc)MZDK҇n\ %W H|А#:BWo󨈆V KӄXKdTi!6}GrpRW_[}5u&SUM}Wh}6dGXm6淬Z%P^f3@d#c(d׏r1ZF.&n+>,䴮刁Kd{K`fl:N۪}3,M ="^aŽZQݯ`_^|b)#]$m"xfT c&:V1Rc_NV(hzzŖ((ri#cf%^}n5SkY-DT: I@MG_kz^-iHLO(:YR]V`<9j?z u !mgػ)uJ~MYn~saҊb.0`c]25oTO?x-{ꔟׯߴ)FVv8@N"Xj,G.TvVSR7qeưuWB  /&HTBj6)8ڢ㏵)|L{LU^]4;45<Ꮥ2p$NHk%DiՠKX_t9N=o'ړ _KA$Q69IM5QvCohGWʐ4FBAtB[ !9|Kɷ,9Q+%ϙMw׶~c?-gJI9̝`CLI 5s?xl(#G/ 1A̜9ЙiozDZ .`3j'%,%25h Of~Z1~dP+hơCsMDx#FV!k sf3(QX=뤠,YohΎfD1Vd铪U0qi͒3w(o/JkT(277 ǒ@Cۥ"Ò=䖕cJ1 N32^6ܴ5Pya5;ߨ.>{lLh/pԔ Ip-mzx+K:_̯a3\7ucmCo$9P0~7P3@?&˻GPD%NT8Fh\w/E^Ds*ou8{R4`XYa ӒǫAZ;2ۅM,]"ԭX1?&ԖH1jCJbq>;Idcqk.;R馹 T 5 aIcY9ʥ,|h+1;(!63 -]A.wNYEāQlR[Qv'Wwv#U^d~[|'b{s]\ ]LߏmX&G?4d'Y!9m8niC$1sTbpkHvTg `ďÓE?]}c+^xK@(ncLR)o'wn3[v3[VNRGFN\q6%I`g?ygܴ・-D9JĠP)g4GSd#5muP;B0TO!:,#>xJ,={OI {a?}.`?=e̿{NJTt!x_uǹ >ݗ; t?=Y?!V"!c(;#]ӣ U>M5J5t˕NL%`((,<r<;Yffj|Pw\_srg C'?89{ǰ5lH̻bdm5ͿAʿ]=)BpUT ݂x|ejF9d1{ZuX: e8< c,~SfP iRd5ah ,~ űUWK~ ]C-q;G"ۻ(;#tN8,%VG $ڇMK Qj 9 v$8tg*\֢%)K>0iKL|R%OKz2Bz-f , &pe6|:g KK*NNL=5N #l8*SMrRls9aK3wl;'%n4x w+&G L2 ؠ|T #^lluȳn'F__)*e!5Ae$vu/]Pqc!6"U(٣L`lȃOk9~t E |0ͤL X<_)h ɓU-GF9XMuaRXUӾ"^QYv{#S9W_%Š"Bl웳*)^vB L-EMG.]EdJQU۳|{R>\.]O0zNP:`3"Q>Ѻzsv^6gխOz{z`sT^w8/pڊ2{'/+PM?eHD˝H\/:f~Uy. :9+R ƒh`(sՙ)`×5*iZ^ֳJ9~#9[V'Hs[WaeM1$2 ;:2!3J!ƺL}H(^ӴSN+]q!J73N]bL= q_x۔G3dbt$߲о.HRHBx(miTcp6=z oJuFd pqY@ Ai*u?K ɿ,(lJX2G~gg Ó'!+vl՟qU"`b&E //ȾHˤՠaS0PN<]=VoT;% DDHh3Q/#[ WxHƄs_(˝Ɵ-Nˤwj((lHb;1M VQ N'?t?+ 'S+Gծ?Njpg+6/%L Zkx}o5Ϸ}Ijn ۚ @qgEZ'!@x3XΦ +_lrP ;F#Py"fj${geRPdO4n<ބ i$n*Xޔ܍Ui"Ш^/'\ XLmX%ENdddU[DZap8QgB!*0m |2F^6ߧ+7(~.V"Y&,"Hm7|Qbݐ:SЉiv(U4OID3"cb`[un~d^Y|`ޔc Q?:ς(-w@!.O~cz1d sR>]烻ӭ~kRpnģ WK)n\mkd(gsJK8d:4ؠ\ZJ? Y9wD $lKP#*-Hlǘa%BCi-z Q׉>vЅ(-MNkf󵢣P00(u ~?f ,PċoY>gVӌ2%DD`_ujNjYH9v;ǵ.W^3,m(LBehy a7 LZd3\ l*7q_B^6]{h D"PUHj>]?i D[Ia8?-춛a@[Iśy]眻 ( h9G7r˝F7˯GKT\RY@F "Cn(k9$t&450f!v^YA) dQȨk:~>0SmNQ%Ͻiƪ*ӕHU?QcV3ƅ;iг8p Xӎ:'d]3Y!u^v1P[]aԔ$ Sq"hQ㋹*^(7p~8Uw!v߮MsDLJ*QLZ"YiYʣ$,S 9gB`eՖpĜ{;(_0Av_eh&: QҽP%-3:0s%~3HW N]䷞V)ZG6\GecgHCcg ֓lmS r(Mg&B}7 ۼ"92m \o\[2Tt|v +.d8$O))FXsCA F4۔%p``I'KeX`ˬdPp$^;2 MM䙈]=vmi%BZ1f?7 sao ,5J!L`#%Ndǟ*j,| y0F8cP'1GⅰIL@R'cl4aTE<%kt_h =gI]ZEŝ0Xz2`ܵc'l9UHCa(wdyO4_C-u> U ũ2er=xYߣkq?i0Õa| GߏǗ'ƮPc*BN6I3|ƶ#p4EzhK-i?Yģ3 mh@IJB,s v iXI聃Bkji -Al.SQsӅзs'1A]p0)gRyf {9o)}{R[Ҿ-glX*l%hpy/e%KW&֝RMxy"xR^g37AyLmn"Mi%qS gJE9ɏkLr:=*EOs`bK ;f13T}wg\䔊Tt^bpNkü!هNl'Ŷg 9ݘ5a% GZs,Se[TL/V^hE紴Vj51}U`ҡB%9!qaDpQE9YPm#g?BZ S",twP!4/f5N)2c=?nB`:G]~h(qт7»?X(JڏKWs{+cQlһRk9֊Ɋrǰrw <Q5*oⷠpYŠ_Bu>$?V\ ʫ;eHz| 1~3];8Rt8>1u܆ԼQ7mRq |ZTKQD c"8;D(t[`vȺz=G X f& jV1t0DW;zL 8L,A˔~37)xڙBbHgfA-mX1"錱[RD'a[0jO+@iT[T+~B0ۄJ~H1?jfD{`)V"U?OGj..0'([]v( ;lnP֊Ԟ YvT$ԣ-cDd4妰^#Pq;Gg[b|JO5_@I;\OvÑ6@Wß%jk@;bLWzXF|0-#)x# E앀;QmEYV,hϾ  ({#}C7q;9FN-uE |An0]OĜVlMs@pW;Sy}yw,%}bIl6Yℝ9 \%WafC~cZ==X **l}c ]0Vej„  @W$! ޙZZia5UOə?A?~id f}[+!.]{=h#qg`dVL1M>0%?ź8*`bJO"ݟ *3ÇA鄄.>$A)=]8wuU$pQrL_Y2uX+1Q?T&W|1]sYxIu~*hꝜ*̅9Ltxq7Bzq\%c`]yHkk oԿ'ys"Y'ޑeZyCI Icv-7jfo5߬ gŏ2װq6$YUH"-i "Y%ݍ3T2o-znALM^g4m?65;h*.nHj6Q=p> ΰiQqz|l:,X2g'*@޿8T$| wMI6<*Y'9V=qW z/5o<s00T|ʸI@ Ј]eab,^8T{XQ Fl٬l;Ҧֻ(9'+4gHy:RHMV. ,ltjI"ۇř XW=diUBVb,el/ДFGZMINU}@Ri6IkHR =17\Nk g7Vl'r-UxF{ Ţin{OgF'3 ѝ'8^U'Uo)h7rz%13z;3G@ mc^䘪J_N¤g M<hW(,A@h ?p6FP1- ҃y;vadWԲd=oSR,C>ѹnEkQ2x< tzIy 0JX:=cj<@(yd0qV|2',3Bzυeꔺ40)]=/ ){~׃κ 6Z\`|)?TW[ʀ{47 AH)DRx=Y?/*u" ڷ]C3aa{.w%,Dܫ?]Wl99~MZ3{D-Cp:*ճ:r-'+ 2+t0ȋenQ 7IrhtG8Fj 2X.?71ѸMOyֿ͆gլ5 /slD]DM9e3ޢ?=zWV>YaWRYcX[Hhޭ-qqV{G2J9%ֺ9H?Mk/;M4;6$|t@h\qĽn؏6dqV;^K3A?Lzm[QȠ/Il qWGp% 1ɐ^PoWw N=L#H6RهB>G`9ާFT NRjGT^TC:6 N-cMVt@.|G"ww3' /b`ɽ*3c6/: [#Dc<)U_˘4|չ#bLD T-vdte:i_~[Qc,=c]?ܔ7?[9 csA3U$>1WKu)e׵"5"(EMOXTITynPۂ@c:sqgX(C$ \  Cm-9èS1Me8,겸b&'g:xqp!r)%em>Ҥ$a"Sٷ/¡} ZAl _,fC:#{XҩcYN/^sûwk4gKvɔvsUgW0ߗw+Gc&*aKЮQ?B.ہ/TKڤP9ʳ8ɇG zgAъ/ V"ރFo<cD SiBqOgBVEؾt5 rbDԚ,":_ɧe.0_=$g}9-n]~lmb,s?f]qFA"Us#ڝu+#q7d _ep9"0b<mQ^c\<șrDo~yEjsޞӅ:JQh+'sgLDU g@F1Z1cb?R5$UOx7iK-ܼk$>- (_ae$[Py"I B벭-K?( *έؔOU5h=1Ξ38EXtLQ;T `=3 '@pkʉ2&0 62y}"’pO}I6j`aeUjM_$>sŸ1߶{ap^erP!`X(%P#K[qWs* ?%1Hu2NkxIJ#]с@BSٍ] Z|e*2 7Ʈ%;z*Vu׫kb)Whg|^u^4 zUK/zFGo5AcnK鰯 }V.DPs:f<Rs4r&bsC,rFV~P!f:$V9 L<עlŵR$a&= i 8c TŸ-x!dž2nXJ{rWNuJc$b.X?ip{|Zt(fisz-G>294J9:P.]!ٲ̛P"1h.EdGPW5?L4rEKH8!("pbӷ֋dw쨩AKfCކch<х$ t%>_5|ӻ\?#֎o 2J)tTqχj1^:tES[:I+2G@Bg#ΟF#ZWڮ$g-QhT [l/0+EiSKA.?h0'p1j b1!pԸ!xWm@wwBRn_dXk7x]z=qohd4Hlv֨rr9}xH XaL9erC] Wc:P䔉auq":Rcw zp<|u\b/ y5?TZ#R"uF[ B{=Mͻ>i [SDx A'sԦ;VJ+"+39"Ykb7POCդ諑OaZ+^@8@˳RSΑ ޥ|#p|D}B$j_~W}󮯫C誈}xrŠd5|ݿPX*e{0^k.X6ZL¿oqN*BjլF[O2~nbQ*;D.fjl${XZ K |weaSqx3,MG_ATtSյJ9DRP@X5ɼwL'"_;^:ed3bO子6{lƙ_篶; PDnPQyoS@W&+yOTdz,jWrBnt ڥ l&XG5olb[7 ] ([^7 4y9uGi&[s9G_Qa'{.p$8K}VnntY77ƠYW.zŎEόTTFjOOpV2L֝O* fKGW[f~ڙ?I458,Iuga Wbd`kV殘v]p'Onf:\u7u.PldTQ(}T1T 6CZlBFꬃк=lIKgF@Nr7N#C{Z u,\2#G3X-ӨaNUG%qӧSpiDl}9DngjcPH@ʺܺ_Js+pOdVy^R,A V8f r4{vtr1-!t yNaF@Rh85LM-G6Swq^TY%ml^։ O.HUFY" $]9AhOB mWVHj&34*"sdz򳿣\J~a"z@0cٓhڳc75Z>r+Φ3bjy~aoGkEpq)lk(R}{?+ybnbWXӔUZ&%n wvF&-r@,'VW Zpfتum )CmJ!R8WVђ\ED FK4!# 5w^ !L9k z_9w_j]rAꧺYí6KdecK؎ W ~Ϻ#O5^l"Gm?.LLSb G0 /2>͇%Ӵޟ$ZFQ0ٹͿ{zT/j|5pz~GD1x`IЧkx}Xv~՚3;?r.˗*7EO1uDy 1hV'M*.Wn4w16PRAFLj[`A}G1t{Ŷo)JhXsn.|7cIydy/L:[_L+|:]R0F196#x\G/njl6*E 2&|9.YwɘᯊsCLiO埁؟t[{#tA|=l|o2-ȧRF'Ƣ"`@` QNzIr_6cl;yaF `͓'C{L(RQ`Z@E}h(3*UOv$/fX+ 2 UwSC#Z$Oj?A%3>ˊ Z'8~pƁZ]@C3/&cmh60.ozLrnFN4])@qry=îZR9!FJ*ᯓLxɹY{|R&[pN؝~qaSa JZ^'av#\IA!.YLu&I k/AI珹y K -/~Pj_wF 3 !y XW(+ EXƭ[?&V ahgfh2uZJ oo<n"I$^wx+7TJ˶)k2h8w4ڵ6;bT:Z<Ӑ>x _zˑ>v Nh)x-}um}&_,<h"=4)?+fV~/~FiT29ń>ZmU'^Q`0|X 9ElS!ti]X֍U]ζa@s=&{y"NzaztUgV9*&=wJVwa\M1K.!e-hzI&ޚޓDn e[:R2>rWǩ_=R\f(eK tИ6:~G*̇AA=:QTQ߿F-_̈́l20 jD\@PogJ}XE]^q:yJEJ7t]f]yHb.j4jP)&6GQ1ݫQΰW3|Mri^h9APXNZ fwߺN OCp%[Ś<\.r^P>k~\vP/CՏsk4[h y/CQ[K?r~| w{{}eHߝi4k"A$8c$=ǐ+r2ͮ7675ꌣ fM5X0߿!geTD1*RvxMHDQCS(W'=%܍XlgAl1ƾfCwE|79iN(< =H&ww lx*kB`}d Vy$mKy3#iMR! ?>j; *(?.^?@ůWG2?Vͤ͸4 /A --1Vj!\P`!Bxa O5}h16Xx|ie-s?$2ThycH *-L|*J-gEΊsD0B[M'1zvobM)z^ `'uсDp 0& hSKvUc  t#nNz_ U#syȈY(p/jx,$pZ( D 2][5D.+ F=Rz;46z,dLp>1UIz|b~d#e}"Tk]3AVW0 ?izAV`2C)09ěe$3 Wѣg*/yTVO=uX f$ŻqwY^oH^kmo0Lߘڃ5a/掤q2UT9n? TE"AjvY`#LwA6IL ۑј29w࡜cKYj3دGy4e[SJ  [&8JoE5;~'{w>H^#w@3A]Ѱ"m _dg R'H79{1zQ/>%M_DB܇$|eU6?3 7lw}A^f0u.xnLg *hؕծE4a9tnQtU3InhDݱQvVpA)F:֞M|?r9?a"je݀TX)ȅ upGSSi'I &7z+S!5wC "$qh=oYWр8C3s2UEb-%;+MnϷ$mNϭTkHߢks6~9e>wc}DjzflpJIܾ~ql?:l8 3w.G!e#h sstG:7CᏃ&]!ϘR8%P b{džz}): LJLG˳#pG1\?C:3y2"M(zGࡿ9\SkI, 诒8=KØ'"xB%ACح:q;ډA5\MOolX5v*rLL\EF ZKM,SN-(J5A )Is15m`IN"^q܎e!OtQ\tÈR^+t$ql8q053 _D)㊁qd3hjQ . B>{$H=4L:!sK imlUv^7d7; \,=qHVɚ)[ދNzZ`Hݐ\Iz"z+ߍ^ 8[6>jdLt?q$Ŋ^-iZu7_%ħqL8u)bإ)`|'p+X'9T,](ӛHv?^"cb Sj$țAx?*"p_jU-MDk| b@OeƵń!e 5)J=W}5+J-߿>~_lz~Ɵ0ȓiWfQQc1(jʕ26G%$3.r˅t}O U{>.^%V&gn@/HN7Ǟo<`<7s9"Oawۼ`\%+xWAD-]qCé4 E@M9``MK ~`1sȑs}J({%u~6`_4\* ?oq!qɲՀ="3B!(ug4=M \^ͿYS- "9Z3\dBbtXT ŢҤE6iE&xhRo+GםG*]՚#'t uXAڽ'14wyzn#8kFTʗj -IYcY1~ ;Lsˮ*6]Ƚ4Ho RvQ6Q"@`%*]b1/(q,IqbxzBfHz#aft(8üo u4آIђ*"s@ z#5Px[ѫ{RBr睍#UoT` -}E']\[!h^WR(ʯD o`3E1 ϵaraљY%PK jO:O& 4)*-" s@(N$os  PYckxy*YVk^\2{h6^./ F4!tb<3@j;kƷӼO$="AJty֦˖e`<*rR M]|)—:T5q弑zLSksdPX_ mgjҥ | (o<6JtM VY U+diaYLӪttwNS*(9}nr>/.ʐL(㟵hec!=%0OVZ_J12p/v$ ƌmIGd X&'zSfFXlML;s8(kޟ.f 2rzwPpXJ'x2д*vx`/.꩑{OsH84"E'x8E6`iuS(#>o}\F`.N32$ >hQg7(_Ҍ}KݤB1ڑV&WK\wGLl8|TwEQV^13GqV@:&x-7-Ev-2b}g7k& "Ȗ#Q+Q y1ڭʴDm77:$.$jG|Ɂ;XEJCDs*Nx/X{6³2@"T^B2("mP`rg3BU|O]Q%Vq>S(\Ჺ',Lޥg7ir}΅\DӴA'bS/֐cK_ѦV)nɢ!!/rZv/Gԭb:ڮ-[w˄w?f&OW2DjuUigskf\vj+#saM'cjh,}ߔE*b]P揉I)A=6WY U).K.DG\$rFczTadžn_!|bMzs-q#x|^buf/JubXBD2){ @{gzShd>02"H'#[ ~|K҆&T?J(qAI>cUgyy$3c5!3E} tpޫ!Xtq xFi[UϨc8rԩ̦YovmVqq=qtC&:@w҇먏Ha3Ett8xNeV@~'?we[ۥHq(9-^d0!Z>ɿ w$g2t@*~ X&R'[T D*."eo*;hxR+zo-Eu%(a30l#ɽ]m]B_^]hg1vVsg욶ӱT7̕3?fnh h0cQQvڿ H5`$`0H5v L.߭?\j,%N4ES4hb_YIQ[>Dl皬2'Rna>m+N6!TkZ&|+]Y~n*]<|RSscf][@Pl}qG K9Li~T];2HHb$(6xE>; PZi.'2^_"+!4w?G6z D !728,ÔhC/+yEf(5"`zAmAu@ow)$(,y3Ýb O a*m5V6*,\!9ꮼG% iojls?OIwn`إC,"׈,r~]c6Y5&Ll58*- vNf:+5Oimz&L>}cZ~Y&6DL&1v-e|&j(\*&j4ߟ9l|7Ţ?]J^-S{9Ϲ9֭ڡΏۣ/yU@3Yt ;>Xhqe2Rd xv W_ VrJ ̸\{Zr֟@旌gs9B[ ?lBnQ4Ӥ3X:ӠF=4yh@J/fYAW5`$oRE3?~x>81~@'ⶾ'e|GM!f1B~_k8Tuţh~M\fg'az4\!u .vjCߐMw$= tzL *78 #a3ZV;7~g>it{^k|"' $#/mn'up D`>>q܁sFN@-ZPV63X-m=ڥ'9⃖NqB uIW$*KE ?Fqs;b/zl gnXMkT)bi,}-ӶLeg.pZǜ5I%G%aYS4.]c?=-XzwEjGo!?ռgڃKu. or εuUmZx6Pޘye"+Vl4!tZ3IsNHk bP8cmE [e (g=h L ?nI ,fN'h<_+ɩgy.2d [݄LhM,ͮf&M .x%MvӍNlsLl'aLg._هxŰ_V*ZWѤ;_roհYV$r(&u7&v#u?K`>2/H7~FƵ̿znHC Ut -{Ű/ (U@g9P$EĎ9 H D'" {P>+H]t t)Q# ܔtX!*L@Fbc%t{=nCU 6 ]DR,xy/R2Bahƙ,4"N(U­3de/p<`."G@@G9y*+, F@2ǚs/ذnd6鷻Y@=`F9|(pH2ch0Wx"xH,4;CǕ+ȱ5%w5.aiA&`j`_y>:u٠TWMS,<wM؈3W-a>#X16c",8#)(5h>qjbv0#99)_k<;'?=J*^鶹;onAou4/hpXYY lxɤ8(aw]YSc$F+ 4S(@v{oQtvO_,UDnjZ9zAzgוu P8 - C2XG'f՝\Sν337TA%o dz;5aR6Mj^c 3P {h }6{ohZK>"{r=9[׷.hǨ[Mejo(?-ā4_y{&ġlXq.=XW!;&|n |KQ1[jR곰0hL/;'L  LU%pYUC{/6y G!~J}%\?.R>y!z Gs'¡\rc@n9qpBZ̦T'xfcYpX rp+*;bVj%+;2B.-J [;)|mqq C0ZBuSy,b\l)S[X^XAԏ fN)p8qU0d}cCfN꫍Oig^NauSlXT a4a !XY1Mⴲ3{ZEE1S<> ~m×[bW #QuƊqg[j4%xÜ>Rd W`[b )`Ci:+ye/<}Z"8f)h6_HBS_J#y~Nt0(5%L_H'ɐI 5zH|mZ+SwoWƵZL_VarB!4_ڵٽO>&G!g2qϡzi[ 3Z`| C:bX|lXZ⽘}~3oywJT `T# -gn+~hYdAb|@Jޓ^^2f_ˇ2`&J/1he0+g''tkI*#Q*FzK! |QO\xsD B'YT@'@ܽfbZMɉ`IUs/ޚqGw–ΉV@3ڥWh uD['e'PP'*QѷoaQN!֦In 4TMAq0|8i c"슚:QVfQ-c:sGvtp\< _T3#T玿5[}cRj4e]O٥^DڿA6F LC|oum,GK<Z_́AmIjn!ޭ}!b2R\wsգx=Jfͣk[PƩ);A]\5vQJب\еm2Ij0'D hdQ"ppb_lʡNǼ!U,̺GyF|Ryl^1cTPmi ԇ&NTDPwb((tUu0Sݠ!leg X7pU Vg#oƴ\Y݅t(:a8{3ГZ 1-rAP kdMF ~zΌ|`v&j.?$x/@LB9a콽6 ^%_|MسgVSh!%j4 e0i).0|'z?f$XiZC՚FL;7_BDmZs=A\$疩<>*f$ f'! Jv;;Ke`b{֗ (8Y#{ʎuV0H%rn/ݮVq~?ɜnvX1*o8i =>b}1 2ʐ&JqYtT,6,y(maiazRw^^I?hCϢmhfsJFfHS8RT۞7Ox=Bƞh?־MǩECa(muԑ=0s7"(KU˄8R[yk~$G3?sq7s?|azqyJ2uc]e)5/u;z8=7- nPZ_u*^)?P8byךb!Z3"؁x>et&=4> \m|g}Q9OAc]LdMՏRD(QIJY M*d[쬄RY q!j,IجT68_٩8{m:M>rM /pagÇnٌR_}B }(I8GmpTD ϖZ 碐V1 {6}){  R%2*T=@0OdBK^G<4]ql"z]pD#sDfi ,SW1pxYc@`pJIPh2L!^U%'X--51NOU4މw0B8UY,'ՙu3E߀N,T]J|V2 띉?d6S*SF(m3 ӨiEdf;^' %F wu- xĿD dz*R">OX`8wX DUTldMx 5U|ЇIlÜ Tz!ʕmкاaWІ;Li!/ 17m@(fBmA8Էetes㲠;&ٹ<mE/tȒC|$[ƨu V&z4;^6Epw9KyþyQ`^OkI 6m'0J3,C%qK$Rt>iq"AUb($R7^,91Z˴H|L`qf|ɻZ`]Kx_0ŷh L`d۝| ,t(=#@w6:=K؊廝iٜ42F?DFK@)*GQYGX)C 0.@5ED V _ߞh5j4TԾ Z8ѬIfn;3Ec)r|2ؾx49iGx8 V-/VWv8X|,rx䎖f{[TM:Q 4U2 Y*$o[i^^։hGg K)X!G65Tb?&ءv40B21Ewt1s%!=}x [&ns|0DD-!=)Qd"H,FDU^$llQG 8J7_5;k3$9.nWzUCHqEev*}qȕFXfWC$CE9A$B': K.#{驟;_-7(U40sO5 Rc{ N|Q?8B_LJMZhxAUv,Sh<^npkuBa0B|չE&tON7(U8@ /N84%ja: F["W[ y|$^>m}9'4yᶰSF?[= Q~ ]-@Z4S'Z;>$ a @4szS~=JRuWW43TӧBH2% YogsX\V&+ ai/4yS5IkA/lSń3iT&Wu}Cc3ͭ}gDpfL2y!5a/* |-"nJŧ%X0Kgb.e`x~T LD9va+tϻ9DN8%P ٠"9ơpxhWti`3 ܫ_<% ֦Ziz^rvٌ/Lw|ݩpf8@456T>UA$Kw+`:uea2Gs(N!dzeYޖfD?2Q/13v_Xf; )2'BCRA1{!XZ~BN!S.D?,((ZT ~9*gq8( C\4yR‹;B!&3Ss?⇊xtϽPgS&NX(=KSqcwd,/8h7ydDfJn^+|=XIrQd/jjѝAឃ^a盍j CorM)i2239ca]C Ҧ]6\9 B7AbEV0Ne0, )G g^ԩ #쵬Rrȇd2iVk֋d9 :$_y/ZSQ=))/tiO`/U_-gmi$_#o4.6o&g _,[e|վbt1dptTʒC@GzB{_">y]LbQśO ={Z?L;it8L)E.UJP=6XYݓ I닽Gzzq;@}8O/e۫qx{(zwX -Lmԣ+)ړ6xx2y-DG5Bg&^*3"@o*"5&p:7۴an? 6TTWY̫c+V_ϗ[2l\9w؀Z>~xR ,ߦl iCL H2^eӸ{([D?l~<OMլ3Z{@lO\JxuuhN䙤ֲQ3֡.e /vc fr0Tэqwij:ekYcg N_6t 6D\WkAYLQxF( I;]:AEUe^ .`1lͣF{vEwhCFRƾX/ ~d k)o/)c3lPnؔ=}`nRt*1HoYU؀#]zhg,mhGˢe]5B_BNկwGjӭezg@;晞^u IM7d\l]';,8_咃3Lϯ? e 4#w \0깆Y0Iv9]' I3`̞|yAf;h4Ht`#1c9zu}Gqe/\Mje(r,:@VbdE#R7X_#%28SAt=Rw e ئ˦D?i7V NC yOgy<+ PL {m[Ʒ>- ;~5MpoY ?(6clHC__j]%"ۏ =E1E)7GhyCza_ݽ;% ?ab0{!!)[>12eUj]1iF,o 9Pk~@䊃2OgjAS9qw&M%1w#$K_j鿑_4hLW\Z*ـ!6 &Er1=vHVo 4!7SPYtWɶ=lL;AD_66#晱}}e!u# T ܏d#p$ǜq;6<>IWt#HtT-[s8^Ful |1}>b9]jNxl RשlzIPp0/Gx{KuB:=-Y`s T~kkh`J [L}L୙;!7|)Z:qKRzȈϐFM(Q_IN꯻HI ]0JS|S?k5X1FI@d"T:D!Z[c OEGQg֮':ԗX3dS Y$YYK$.W~o/) ?0An]09n T?j](u,^rcާ*a0GG3F]`f ~ц{ыS 5pZl3$[?eyҩVŇ`~R eˆ35LʶA'Ώ6X#Q%s6:lR¶n+8tmhX!,f+HC' Bv¬@E;jyx֌cJz*Gj &Z\ڞa]V12&z*UPV%9[ z;N߀Ps3չƷ쥙Yݱ}_[G/V8ju_j*CS$T|5?s|1`GpmH87D/kqԤˊCn񏅓8& ,qs4鈫up{#s.A/)KKi=S+([ k3cE9Z>w,6[  Nvcwbb W^~XmZtClX!++ EUc&5 *xMלյиØ&ĺmf)WkDب}&=ȉʀEXG\ |kK :bSh`w iZ'R zfdܡJXR5ǚ\zj%Ջa^Iab>aGih{@ :pXj82+䋣W"W,Z>v9p?y\ Fv9B5)UzX3ymZƒg&9kszYMVBgkys֒_|Z U!ˇ¯h75ʻO 67mȊ5渇k.-صz\[ӵ9.s3)Y::~ٖ h]<ҩtD+6o?5+?8_x>CAdBtj\} qpNv,BF+Ȏz,ël'J?f*˓f%`#YSYO""][]~͍ULo\ OD\}CVg#-T@}DxԅYEipڮZJEKK·uW`? So*Sl{$|krMݬRYh@.+,4`mi !1"hLhFORSM~(Gт(K 谥C K&cJ&KD,.NOzFY'jN\UC2qg#I1/߿SP,5zASި Bo'| J8ꇖBU1.'O DY)Nw7 4[`S F".dQ28d#fp3ĵx{RnNg$Y.PS9&̀Ŵm{{)8^f7:_sQi\6$&: j  ^[Wl1,93BVL_C`]djX86x=4y/y0nOlʥ#˖wo'Jꭉ/Gi>[lr28t& hmeXH{?bm^ŋˊj> Ykjgĺl%^MسwZ\5X8=ҼwU6l-AghK閝$Sn$|`#ohxU;ѫUV'ujx~%EDCKt78Ȣ%AOX Q{Da wJ#HOFL2 [=S}>lR%KĿETPo+-_0sC7z%:zѱB'1,2HfDg?%[eM=)h :9j|vbQ]K; -ǫR&0~f/c>KU3 V_w)xE[NF)w{M41끷Eߚ}j,; B/>~)Rbz%؈cj:Vc1gRC5;' ԠDkp(_BUBH yu5QYsBm ˢЎ<~%DBLE=,[9g~X !ttL[fb@wb7=68fgxYfh𕨠AƆS%  tdU|qaI;eAi˜?e{l<)FH" |Rgx<5TUPs0XMܥԨG$@vdq֊V!Ӳ~j ܸL`֯?on9Zsaʭ?=DuPX}ewo@{ۿ{p>ɾ|(޼JY9(i~5?Lt02IO-1nusB3:2 Ŭ~_HoH?ttIMrj۞ΞjW2$YZ<.?rU+~eF {GՀ7N+]f # 'BygnZ#f Y߁̼.Š8) |+1g3A+5 }4>T^cG _j>ЖnEJ_9^D0d*:UIݬC%CE<ז́/nM^ric&vlL-?*v~f#n(%=FV`]a ۂ]r#`I1ܧ?z􈦸`F{bc]oTIL^OƊ_# Q7{4\cJ` g^ qO-ihǡ5Jqح|mh{N93Я@C\pn-V-j+Kh(U8pӞ%Bz TX2~'5`0߯\t2kF[PhOv(u/zb2RǍ.-Ͽ o"a)[c+RMWCU{dVci`pM}-bxv^>!$'}BXr=Q~"}<$&^d9 yN*@.ݟSjx\:U!e,uc{8Ev'`W>Z(6Ff@Lk!kuZmVcҲU^lD<)-Z w 9-T'zT_Sl:B@LE63wn㋂J+ϱf?:j'5SFlI6 yMj RS( Ã##}X^!NzaڐRLOCGЫH}cvc(P2݆K>8Ps+Mx?R02Q;9Y2e\@w%&U7@+L,4yqJ  2S\:ns=N&XoFXӈYb<#N6lyg⬏c fZַ= P =[+PDbWU9lz3,Ϊngw3i 8̀QZA(~Bds]y ˜Z3)z BP̽aR G ";_fd6~ӷf#.P56 =|w5%(#y:QLЪ4ʂHhDR޷2縎Qs"Sg~L¸r7dUgDs?Txj3ۅg?B]:( bZ@:F4E}ч_jqBx81Az\;4s)}QWq& [>H* &LGՈ|O@m$0@E K|sߗbwe:!ڈsyB9U4CGIT.@p\crf`A P=oLddQd_j`e ~WV/Ӄ*ۚE 6˝qWAlE쳛_3Њ0qx$(L= hSwzZRTtV8 (xXq4;ǣ= "Sy }jM8?m8-=P|OLCHQ U˹oOxQn9u[k!]D~87ymiRxGr%W|(㹷"I@UyˢG}ؕZ[SRA_V lv$3j 7ÛvZnxPkzvq}7ʁ#蠃w4|(]UĜ9KxuBt@̴,E)yNl0o4h!n'r2\ +6Qb)K/ :ߘ!s{FJE&_v\zŹX=s <^JS.^өC';P2U٘b^[LYJpu4aV p׬v6:5vV1íH'{Mo9P%rYhrk[$qSթ5WF't&4$iKDG5 DK,JوqU `/iK ۦ4K xP_D=F!)[&ҴJ#+a?&z\Hv[b<؋\n5_!P~fW mT3I4B8 iIEtZmc`A׌ZJW[!SB&KjEmh591!y&h&ax'^u+\y!ΆY4y"<8JϠ_I9:ODo ̓Ӓ+,5C=r9`Fȋ v_4+H4JC[d"M j@4N2b(xFh?[ X>n豢J Ti/-xk?RwLliu.VS~* Ƚ=Sfq+G5ນRf+F_L#Spܡ3 @>q qYiz2NJ#/'w.\l0jdeц) FxJcP0r #=^k&|py/B2HY #V'Kq %czl/3Fo[GEx>a֣4yWaΘSS&Eo"j#+X3d"ҨWr" cg_뛾~tbpn冈WZ%y=zI]-2w͔4œg肈1AA8Ɲ}Dt=+؎57^ vRs,\ 4ߒ5hJaJW'(,R@(nmHqaO1+lFM]nAy{[B!^s?OOe1X]kN,b#$p&C+:4PI P]p,}ʽ7BXR^E8Y9=H@(&% *37K }Ic%zIn=h^U v6ϧɃuՒ]6R.Yտa~vr).?BjEY5?Ӗ4E :Y~"c05Yyf-vc;Iԇ.DimUVQ#o{<;f{M8͂T/%Sl iUpbWo_A3_v*AsKrLвQ8pښ-6u dn3M>Rby ]K\D_A$I=Q![䫯t.y׏Wln*\gL ͫMYǀaM[~E|+r!ntü!{S~z};qgj41uq4^3aTdUPW)oʹ2"Ɩvqyk ¹]XA8ב(FSmtY7(hfI?6w/U 'n!.&CgK 1~Tlϣ2x\ וla- $|߆E9zA"bM](rW.DGH#u_L3n&7fd#\ } g~%3lW6ERclh)z\pVSޛ11m3iVe}PyU5Zl|}xSu';Rv'u.9d\8~2؛jF3xjTaNnlı#, *rF Ӗ.#s@JYB/18ҶThT{ sCنx̩`FH3ү0 Ta\Y;?FcOHm5o:.SuerIx3w+’dm')r'6o'HuONPFaﳖ>~ȴ1]\&F alfAҳO濓[@ذΫtY`e)V|2;)H+DvbwɌ3[ MKO/a$q%W%ʼnW;/ҔufOT&JʏvBX@v-*j2`jIz3' a@geFcGbU.%lg9ex8]zS&Ӡ gc+n2˸Rڟ؝hzo| ywS֬za?@3dlI٫`Fe#w$Ng )V f+Nי ZarrRr83}]?{Y h4/(g: C f9Z@{oArDpw2gWϊ-D #`)馼}SSdl_WV]rԆ(ec.nZEz10l 5?_^=3jY*nK9||AJ̫WECH?W5|焑sr&fV#8mƇTOyl7?:]O &A*v4೵*kpGLm^sMuD^R;n·ݷ?x >$JpD >O˹5ˆb Ktt;LҐ}O84"6(o=GUo#ئJ`GXw6,I5Z.Ėdۣesf)?f KsәJ>6פ1~8qr-XXjPu7lL׼|_iK#H+VaѶtF86fFi ؍ Pi؉-ah\mӿ2r!9VrIoܶl ˚VuuJh;Neaq~Py5KV%L Ht}A -kt O7Ԁ= 4Z2D|eɧzwH@q$l2Ӱ2b|$Gux^niNYnznmQsu=4 e"ع*f߾Zu, .lأ]>&~ vOzfJj#D 4mƜ5H NvwڟK' nQ|m1/4K0)C=ȔFF 4<ð}9 E44bI#IOop|R /Ã]ZZ伊 7~Hd3e&l+X\씯7E| BuYgFXoqd[eŠ]6/+gK&Ag!XsDٵKp9_M cSt`g<`N[&ViG .YPHEZ<{Y#<͘@R1|'(8?#"z+L vXhEf:j9Ro&Pu[Yp둆!)#cQܿ }ެp,4vև*oUM^f"1'`$l*o 69r\boQmј=)76|O}EAC'ʸNoӈ5 _+HH2nwbbxL #. 7v G$vuAjNR^cV\1 PrN߅0^,,s9KsA"M nKtWP@9:Ih-mhhBQƈ6cĸpn]. =(s4o> );0&a&bbrL5b4Gos?Z_(M6 0 Ԟ@YnZ!|^ ;F."Aʦ}y^*[9ߙF`&##s]vHjvE&մD:=*w&OyUS1>,$l|!>*5h|L9$5[j9+ m=SQ@+hz޾6y,KHe^GPީ8h?|X5\`,PR(Q:$G\6=Kx(2{y. I *nѾ(,.f_1i;SQP0;W7 }bu7 Ơʑhj>3$Xzvb)nKĊq(V ownAY$N+_vǦLvh.B|r؃BhnYC#>7,YOBhkxz{b煽ZeVvM*>޷^=m tS"5]vzAZkz~O~ 97^u$&Ƴ><ƛ|Tʊy KѼmqc+kt= }/cB>4xxwʶ#>5WAf4DC.U \0F.&~pR^!NQ."5nl"Nഃ\< 2vRm\OfC;cb٢ wg|Ңij5qyM0j5xVV=v":Pxר8@V.%FsW0ai8gA]Y`Tj`q_>{Y3.dž㖼aD7c%A돲QZo.cTdJ4\d{9`tw$DnG6ݬE!3;SO]w v"P;zx@7В:8LN{*]vX*ɯv!81+n%p%+oddӴ-g~Z6VCi!IWןo{&I iA8}@CP &%!,{gZsSE;Z}{ߴi8 w~oH'V2v@px+1_T kqq*.jWqCͤ!yr*;r˒/_^{p`{UW?0Qb=-eηl‡k9 Զ8'Ihd,23Od=k~`[(u|By46ir \C?=ݶ?tKªK敕'F!1dw*O2Sjy3OP Mwmƃ\[*''SSC ϒR5;I6 zcVC[UQz^`>r"-8E8mBJ_l+G=|q;+,ތ˷F-\"+߇F'2x HT灜=x2qdfGyA3kν&)3Q ȁwVbʿ:ĸJJ*k,. ~Ovra{rGTho0(xHV:x_J;F.(.;8H|aFMC`=kOVtp>zQ!,{.zfLD`XY1Ѻ4 AqvLKlùK D&Ċt,[Lz #㩭.0 I@Oi}#\ûsEJjgX16Y= ÛD*Zd~G(Ά5nL;dR$;"фz(Kt2sXڂ wU׭;= "Y̖'ǝE[2E(AAG>i'[S;UpηHf7߀;oұQ=k0-,. '\X:M#eY+kI$ c`RQeÂXw ~ o4#T2g `:Iҭ9uboDhDFQ1ޅNq H_h_Cu}-w=v\nDa*ǿћ& WY t10q;E/"7  ΐܦù&.*l#.h@rpOjZOμ\6WFxPGW"[ҽacw&j&oTѳ漫.uW gS('h4fT1`spj$^y$g:@>^\P޽-5u>yAuI*mh!LB$;l(G[{q2L`קyf6_Һc7=dc" G|nByKTl D%äF9Y|3+{7)ŶD:,! n;d5ylWxH`c6FꤴTʗ޺, Q3qh{/0j9F@4~C;,xh"ת4Q. ֭}}EĽi#Tփ#%͠#ht#jꂒ' j>uwPn\ XprpF'Fʤ3`tևW͟Ȁgve&En-/൳&J >=:xT! F 7ɇ.cX&̐hBod I||Ub?P3$5\\>YA^UGjhȂuo<~-M>‰ ۄ)]N:r86eΤ8ˡܳU}u r,3r˗wXҐ1*9IuJ\biT%=fa\/L7j]#.WRAw6a\ |S.!!rSz[\7(:)Y3KoR<@K@ŻvQFv<~@/W;g8G7ͷxtQaHNrc\GlO{2nGzӍV]V| GKx} g˟K a0DĪS3l ؆j7R;S| @VÍGO+:яγ(4pl룭%E/`<J|RfƔ92.Ǫ1p9HNA|bLyQ:TFTQ%Y]th.luU(ސg%O$7SلF,tSIE dv[L[MJ \ARW!r^gy.N~x&p7dti<1̏K0drWW@;K€ ֩L,IJ[t4u]"f^l$\OnL68{r<:_Ck.7\y~ö !_"֝*T.8vbbϻpV0+| dCLa062ax9$%F(ar1 c@UVMelWT|zX$ّ5wnQCzW92?8y}=d:;F7G*J jxʡ|uU<:9]$:Q+2^ߎ6u/@NNGQ*/$vt 9@n AL" K%ک4DjL>|!LS`b `)wi8gYӿP.PaԔSF +:ŋgIS?sCzmK$24bc;\`(ݥJ^-MxWzLϰ8F|`+B9U8\Z^kW{Xz%ݶb㤨iڋrmr@TBdߌY :uF7T2Ş&z!Mz~.Taov$I("NT\Gwe,O"JMgW*0\ cIjHNo%SXI#<"HB-0.<3w5+zT)YOU4|{CY/pk BS/Thp&,{d"s6D~ta`z f 2lȟ2[5Dh[ ^#ٺϬsՌ{ͱXc6IGsfl !bN|l:œ+FJդ6<(9 78k*NDS`S9RT3=m{пֻ;b+suq3PUQOC eآa6/j a =}7[< E|"U69$Ү$+ d3!BX?&IWjLV 6W<Д*22]E=zIS] iZ,$}{q -u`ө:d^j05piIE.%JKZ7җn¯(m~AWOn{т1PB<;/-X?>bNp;Jy4!eŵ]qʺR3)k=Tߏ+97>&C?2(RFe=m*"P薖p :e\|YcD:fˍ/=MbROt- ikŬܻcS;4ʴ oO6QcSD־𔌊j|hn^cHs1*оSV` Q zYfQm7ҭMz9 Xsyu hƳ^x㴬]cؕC;/.]{ "9I1Wo|--?y\YjV=p=%2p|oZʱE ݰk3_T>Lr!GŐ, e 7= `Ν;&u_.r I/f@s+MpT1ݠs7΋V &!,}.9ԸH:0IW35nLwo~6M~^BsJs1~*L2_uYM+畨xvuO݄kW- #t@4j0aybM J3ϘI,$<lmmm#o9g>.XG:r8BuxYߌ0)_e-˘c/Fݹ2:!(,)]hȡYSdÁ…ogbΨ}$L" ~ߢEf24B >o-X Q g{KFd[J1H Llf)sm"~W((N|{1?YtSc/;ڇ7*nRK8Nᤸa:*Ai&Ol\6>[qI>8Dl|^WTK^NtJuII9AiR J&摭!R }6YL/M<7^X˄W$w ͞Y?2p[SO\ 'NA7u'&2j#װ`:]K5S1X5![gRlmyb\6OpK'`1e(/$* ~SRcOpreU35y Ò5e܋ }hNͤdv4g Q],mkr(%9Iِ-$"Kt``&lo zfN'n&OdiU~VW,ѵ]Lf`6{YܾT-HxZHE| wG:I\2JKi ]:)Ԥ|J@o/p`K mv,S.YAC@zm4Gɇ"=?¬ e-&MF w@a[ ܺvcJ&G/3љn0(D".H G[+h2lD@yxFyl{Ku tH^Gz! a:'Olqg5F6Z^FKgVyR$xN2k$4sgg9p 6k1M[m3.LGcmX },'s/o.GyMs7@}h%[+ϡĨ҄.4Oah>Va-ˑVKRs-cOZg <ءҁ _ M lt¼}ts|Q0A F6w#*67m ^'zPnx+tU?no|U;W!Qt0 5ⱄE`, Z1EV#F (3 baҬZl4 yFLE9)M)Inܯ~OLf CV ob U*ZIlD%rNpv)hj%ZF& *n|KbH<3"ԈbAoeZdVe岯 i@W]/\ PYz7b$~uZS9$wǎWQ\S+/ $9fOtbOFjISN93 .1o x$пh+i&vPk=~~feXjR:GeRsrl x3[U";2ס#_I!%eH!k#K,IX,v SxkN$,j%K'a(ɣ:7ÿ.~oCuzI!ȩ :ݱ8LZסv@k S0A]HkXY BМ7k<Α7yJ%Җ<&L)ۊ)]-յ=AutzB85,*TDUangİ9M,CJ_zuLɀ7j O$JU]pD5m*qUM`L(1~Bŝ1!E20ƓcFxhFWynsG0t#ф&p?h[z7y;#}iBg{OE9 yKPUhm4/FPtxd\(sO%.pU[j+zXt=8a:1ERlBɟ7ObĪ&/ÛD-BZǮ%IcoIL&^Hb ܼ3Ce1Yq5aDs5lERx/z-wYQe5 t*B(H(ZnSX%ϊ=pgWmWpr>߰vJf].OUH/K1|XfOf#aŊ9n9͢:)1'S=/HGd?ƒwSk̲N?#Ȍl&M!w?Q8Dͪ߾`M雱G,hGߕ3k_ n7V4bo۲.+.0-(Q L3æ>i~^5>OZz^ĶpWC'u&Ps3Fq͏j1%򔯶bW s|k[l&m&D AE4/Iz`/x ]&d[ PGu:>Fnx`TXu =|mYck'"Q%#hަM/ȑ~2̦ݣV>{7y簪QNrY1 'r%Dz6 -6$qh6Jtc=D lr|\'Nb;8}k;;1g;}+lVtVsSRVwwQ|%'A+Zzs/HF"L,wyt M|m.g~.ppºlr-X̮y7 =$J3{_,AR?æ%%ʆ# uSs)%FwONe])@mHLO~˚lIJ>&%\Gve.uxD\U,-#kҟI(OC%,ڟ*UjNI9~=˸\$ 6x* e-LOJSi#q~8NKvQ)uY( JxoxB+v$)iV(/dR;*  kSI[a.6]2n= ʘϧҧa@] ʇLAг`ᗛ]USW5鎑r!D')Գk4:ʜ /GRֆh:,+qUsx>\]lcb'LqV/[/2"~ُ|'gr%y7*.جdtu"JTuC5fL(v}V&,$^>duwT衩q{-Z 2s$g)%kN@~)N@Mtt+34+g}N'cch݇>p 6R+a[:W [s#4sVRdhN;R}xa7?O=D94NSqn7j jOk樁ZD2Bd,K`<6:)od8K1eGXO,8n<'HOhW7cb9v>M{sPdCpAxߟt?d]X_wNSk& !r/dՖ;:|6tR[զQWXyP>oobA u +t- UϪ 3ak5b^`D'Xr#i'P4vxXej##QH/Jr)YǍI[؄,0v7y(*JQȀO ZDu2nMN~+/i[+MN}mdJ583HDFƎ+@ 1KY0 ^QǏ> !![qʛ PPQzGh܃ɣ80yI 鑨Pa[MM@zs ܄r 8zwsh{^f|}wEӹ`6Tڠg'IT܃晭l\iĐrcL@e 24~ئ}3yEӑ-$,ts3׫|xcV K]eܴrT^ݳ!/<7I*C /,6w-"X^4*V tSpJΙH}NsY+yހOdm][gJ CZ8Lf>gM pxQlM.rRڷ{ZQz۱(Tr($+1הd! @ fLBhpsTUNu Ǧ[qP.'m*:e]_AL[\̖$esKD-̨!Qo @\EMoM)Ue'kzK=ꕧuؤ Q|tNE&Dɟ8 ڨAl R<Ut hAI nݴ*SIrcɢRnQ!aLv6A:mːͪ3b^k"Vcơ3 vT]nN=ᵹʚK>s(UmCք̾x t iz2d |w5i D8C04kKwP0nmwۄxU<܈³1beUpZ?M)rr|PγSwD0ckWW'%m֦ #ujEw<:c!žߦ*av*5)c/ *zK2KOȌUӻU_P=AtyH X O2%b q=cʡ`!#+hRijO#0AHMwI0 ;2p$2Q.A_e=ŨE%eٞ`E' :+e$,cԭlDUk ?0 RqLo8}hx cz·Y*i4T&Nۥ_fyi!fIpf}z#dw zshA}ɫ9y[ iꄎi asU/&͑D}ڙhJcv4|Zl՚W'lgn]F)ej .p>5f1x/,z-zX$&|j5#e|p'ݑΩXX7%!; >~}34]z䥳vBW<4 MXjO{y~ckŕ4_8 a'l r9ĸ%R$7]'G\&q0GO XŷIy"ܩ>C: а^nQ( uq8ױЂPFs3Js:-GjWu@ʑ秃]yz#(`bֺ;p3d?/R  E"FLun~qМ<;)؍!*+ÇP., tZzKj~%6f,`q03xE&jeՇa s%JÓ8ΰbBX@*g8ٖFSnVdNv/2g-W8*X4-֞qghB&Eq ke.MM"3h޽i{$׈Xixa WH̏ QNŸ6brvrt@tarqz@7ln6K%$tP O?ၟY,!wF7lX@q(uG З0 _ 2uڷ xh\Y]/d uyfi1tXoAz^<1ƅH@K-De5ǯpEQ&.m6鞬9$o,>hř=2烥X=Zg$~/G,%AW!eQ2 3r$wg6>n%A<5'˒% |>e{a!~S9/tX!c&6$)) ;ކ\m=2Lr\3;3l.V>s\3`t8F-9iG6^d,"wAgCe/z Bi osOIs]Jz WF;3# 2(tI.:D'RɳiBJy/V#<n6E%dZGo~o.gc KSSNOW<=6ɓ/T3f?a$Ӡg DObVrfKG}#> USyC>0{ɜ 7=XbW&"tx`dT6 K둌?[?@5w9`r!YJa' lo\&I]R`@Pi$f!gÚ0Xua*37xgq__&IPE;$/hX&VW-"XG;}8Qٚ1 u ZtAH0LQGԎ :K2SfW֕;R3uY(oLh-,S+L▷l%I$8I*R+rRrAhU<{^,R%Uu H<g7}~З"l)uTQ3laS__s}T^dz*y:VR$X\R_D'(5$ZgX} ~nR4K|mPb"C[m4,P!c~VFlEإ[ϪW|\7~~Bq|g՞ۂSiz>O5:ME(²I N c_2emz-Y2zIJp4x\X 8XacA;0ZQ #;n R ztGNyG~ ?ك\kJЭuDNdj0Ca!nriAM˗] c`:Z&V$OJ!6O4~[b^$ :5$@IZ AҁNox9Q!:þNq;HFWӰ%tZ ͏:(ٓjxa)Z4ӳq7O;*|*.p7><vANl8Pʟ.8ۑ2!(D.Dt?ފv]%e1R}T{+IAq/Vσ*eH~H-eFtO3_+i~ѱ<.Epl?~q+Ru+/U8șFڛl^:n(HISF:OߦFC~ؠ#Fw͏sc,ŚOZgT44:RHMl#!kWI+$>[B.F JE;qll|c"E@!66KzWo3H%Yy/="mzy4:QidG;ΚG1\ HPc`túM H Rc8RFT&EqrWOѿunk#SϚH3s"0DY. IFtHQjk|XI: ga&=V.K9Z,1iWrQbJplÐwEEϊH mjB0.x{mlSSڗc`DF. <'N) IDu B7b"7?Q1 L=Xwbm֯n6ON}L(YZta#y ^No{j#b{_^~ju{n NLTt9XᩯпIAWA0?v)2FtTRNSLK9Ahz5+ݶv߈hAPjHy! zT  "OȤ.scqX{4V޵ H0iZdGz w7i7 㤀ڸ*?읶"yR¬$\]pr ]{!)U(A}h0eXX5f2t l|QT"1 |2"u< j"u?U:w5"]pL??ڝ:b"9D&`ɂU/XX 8,<%$U > ʄuR-Trq=A͋k֋(ǯF;(@;N8:ҍҐu^G7H*&1ݣ/|lɜZ{Bl*F`=d zX[Drt0B$ïej[aY/1U;tJkIUD=}h;eE<=G>3S-xP،*xm9q OyE"4zHxijM7 *TR('_ b|yaɾ/ߡ_\{Vڌ |2X(kշ8^N1Qnv Bע]P8f8*Bg6 yf?HCIJ ȒEZb_{g>sveӛ#zK|6/ 8# բ8IEʂxo{}UL-:DQB9 Z wĸ2 7ʵÐ$:|}4|FuU)ÞhG0i}%-qy&[TB5" ;o9W_UFc2d=uXPTykZ4ФJo؂Nԁ@0e𜌃jM">,K+(YE䮒5MJ̔R{n޻NzAq ob M^&51wָ(xZ]Eg yd.]ϛ AMqw*1Xv&hsE .^~¨t/G+nAA5`ܬ_6R} ){?:UQb"oF׶? Z^4C 3K47ÈWlX\1>TI/GsEL>Nx8nH T^K{(`) ϰ^B+hgG1b#f駧n{t 614rcqǃ5<<'l|\״1.njS-L*+Lh>V&I-nuL?gY+ɕX3.MQCPƿV&džn61RYC`$YC.T t.v;yr^~mJ [+fi6j Mif>1ѝ&ta3x+ԾLr/`&+& >ρCurb36 t U&6W,P Wy AHT@QZ`\fjI4>R>H W>k#z OYW'T , C(7R rմfD2(HjpޓA]%o!eG֓gi&5DpTJv;i,ȵjEKKKnF\1B'Lz\FU0](_a.{ܲp^68V*C)ÀFY/ T4H\[OX#W乗93%w%!ugm)_E0DL9VZP":`e-#k6 8O u 2,Zn|4[3h뤫FWcX[S [D-JBnM3wUDM}aK) ,#\@xi1lGm|! Ɗ%LP>/cR; ~xoT^T ؗ ͆,P:( &0'6QuDؚcN_|K\,_H1l$krZ `Bws^"&K}%2Ce6|HѾRjEz:\9MΪ>O.7Eƨ Sko!V36\P"0J[TΰP1~%k5. fOHv &oP;q2=;TYۃ"(}sbeC$9 P1۞]fJD[ чP>y̭iFgQ |Ƕ葖YeSY ܡvUqrƳoEmB4_PaǡaF`WUfSb:Cd slWcJGo2cVNx;\v-rreF1kq668u-AGQpҧ W7ZIxQ,2f!hU7$*x~VC:TѲM;7\h ){ji0XAG{{Q.)"%D4c7B#f^檒 #"lTD ca32^1b%#,( BЌ64xiIS` enosIGTPު^Fe-m`:7Am(f.WR`,'_:ㆷY#D(OA*o7-¦h6# ȣU|qe$nrj|Er{Lrv5]Vp;T>fuIqmN??cYB}p?%wCu륀ϔm ^QtkW%yHrjI<"|+au!c?_'10[zO9b򓅫 `G̘'⊅`\kBRZ/L|c`7%@F%[*DXGj.[JbE';4ܺpOPy$h2LL +0I`%6O̒PeGdR7o2">;RhOr46/.0E}*F km6a<U Qli Teqڏ8RC#'hqbs2{kH&M hsR c6ih8&'(vX_aeP[@[j^?5VBv-aNI7mJlJݰ_1L4NR^^O0[,Ku/Kۖٹr`m65ޞچJKG;Z901v/&Vi?E@{G}EG' l.tc~'EjSQ<`zKt9/?XM"hlVr!w,Z`Nau"YI.z `cfE-n-$F‚L p=eΊZ`; AJ[Z)Zh5ןS4UeS K(TE>]~,u:dEP}j=>Z(sGIع:R8ߔs2*@ T!/@$\%Ң~KeAزtm#Re6=.۝ZYf}8m*veoz9f_pRjw8hS>yqy"?u!Uh3d'Z+/2w*M=b?)fIv[r[ k#ؗWޑ Md3rqEJg=Ҁ'|@ HWN%AUrT_E7괳$S{VMLQ\§Q8t槇B̋0M!f N|ņ,DaXp:e7g]-q~.mГ@O,oSpIe}8M5{qky [.B,:A?! #}8m̡mIݖ&{Ȳv|88_wi~b!q6bfSs\/(Be'eICu5GFXH;k&.'TިmQT ,}Ds~\v'K$-|e=%oWAzPN a3`Vf]=xRivw}Ĕ)o,IH{҆ZYdqXdJTGY9# Gq7#PVVtL6 'R>oR'dB1sn_:&0e1iÍЁ{d5(4xv;(s"v6΋-B+ 4R4 PzμhG0:)g݌ * r?jnjSrkqdt$d546kCnRj( {2V94uzz]!lӼٖ~wNj?۩Ukz3+Չ5L"(ȶ&1_ejA^wsM{@|̳Pf:Du/da.7v/r=P8KWoy<#^"@u佧n# 9!lu]׀Dd?a<|wnIvw m-A>YKc}6Dt5IR(e$"æm[T*f;n>4.kj9HC_lŵ+Ql!"vURrY$K->ļP􀨸?z:*bu.+ ;[QO QYP@5ҭ"m|(u|m{5hpyiNbZPFͷ傧׫/fIJfśi^3zLxd`j=ŧ+;fG1?^G •ְ*;$5WmOKc /7x+ _=N8vdz3|sn3"˓Hq[ΉlkHgτ!k,k2$NޖXbظ"H`(Ú&|Qce|jRdD\&<*᪗6u'Z;NR}j',ZhܵI /D{Qv7ݕ .ʎ^-@wsQ$NuR#B;4)ǣHB&wvls u{6<ӊEVytQ!IAWO2=z+6+oۏUDYqV }kp[b'-NRnTx/t&NA?Z}HMom7H7y&;6y{l478!YD$) 7;|L9w_V~t,ս'#2*ԕd9Rgz`qLg?8ʈh*k݇vδXِ70+3P~ C;;HNFJISE`GZMkPJϺ]ʿPBjN Ț(>_3q7\/@+>&j`Lq|.XvIÓf_`\Xbٶq&&]%MҷKčZ6V7>i-p!|ܪB`թD̵NQJq&x%5UqI蕠Fpm G YZ