PackageKit-1.2.8-150600.4.2.7<>,rfjp9|;4zaKKL-x tlՏ鈊k7X?8ÎpNU?Q7Q}=#_ |i)7lFx UŽCØoUk3@ ¤z5bXRU*~eV ħа;1Gm&>R{[{ߢ PEjEQwːN41Xu:Tî[eQlǒ`auo"#!|Je905T&65 >Ht rm>O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dw9)@w:2w=u>}?҅@ҍBҕFG&Hӈ&I &XHY\ZԈ[Ԙ\԰&]H&^bcڔdef!l#u4&vw8&x&yh5z<LPX\`CPackageKit1.2.8150600.4.2.7Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fjs390zp31SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fiWGظ X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucks390zp31 1718285265  !"#$%&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_Updatedrpmxz5s390x-suse-linux     directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fa11caa3522a475e2405e2fc1f538f180febb580, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=fcec8a2f43f5a9510db6c00c89df8023ed43dbc7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=033cb125e93b67d278a6d40c6cf7a09c23bf64dc, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7483d071b0276be2b9df4477340fe30bd32296f5, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=626a9e0c1b71fade7b053c8568fd875afe6c5757, 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.s390x/var/lib/PackageKit/transactions.db' (No such file or directory)+3 R R RRR RR RR R RRR RR RR R R RRRR RR RRR R R RRRRRR RR RRRRRPR RRR RR RPP ]/9$fsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-80840afda79a2ef81128143bc67d946403bb01bd188232ef1c36cfa3d9cdb5de9?7zXZ !t/:]"k%&˦n99Q Z~aۏ[)c%n`/\&#lvnuhM+_eI+^H6QA7-! y.EHi.{([!BvRN؄JXB){tB,X27jV)ʣȵfnRd"Qɖ2&?ScfM8a0O6!-{A}u@Uy/TYn6VK2aVk~<[>6yz]B ?q§^5xRV5Gm>c%OBN"+Q՟Iğ8~hccȍ!ТJ5I8b|YP~'Y%ˀ~Ne@aPn,FV N/B&Bzv/N- 1{5sz5I-jN_C *DF0NmdA~2}GFd;qB~#jc+_ehVZQ ] Q~D΍I%b32qs{9_? ȶaXՆGn51i |vkvFBwiuwZΕBܔn`ull e-I1K{&H^l~]65,I~+B,+s_7i ZMx/5-? 8u~ C^m^9P.?p:Rݣi uB$:x8Wl&x=&tm}6dDUySmoqdg#Bl`,2LI/:Hs0M=cv ܁$r@#;B;8PݥMv9nV(_P CVI7' +GC55,gUjLfgtH:yBy8Je]No 1Om+gGɑ:Y:?e! TD:kgƳ*Nw2S혈>A+Q ksa OPvJWjL@ "-2~0`M$7ZZ8PPLtp+-gF GT@腨+ %KMw_GbwՐm:AAVGwh+ȄdqPZRrjM,$Bq,O2Ry':'Z;D=I@|76#{>NG}gW.a^kW{Bvy~`%j;Ktr=d/t d_ ډATn`cWY^M`gBPIM{>v:*f]v45 4VIg? Mjs6zR܂iCLahf!~}=x؜AJ'7f@"hP8@/!Ava h+W&/*e3?p֞2(%g9,5f HY/TQFӡWV)?.I 3> ȩ4B='ضb,)W\,; po4dRD**#$7'bTդjN)v`f%qEfǝț4 gX yȇfipտ}J-/\~v;<|ڀޑBt}wHGH\d&[qhiGDRR:*J# N4\Za55ۃ64a[ͶRgRe+Kk;"wfC2-?0PO:IԚu|P ["$inN*QD?]<{/,xW=gv+lg/D 2V O=]u5I șMn1Jv "rihH ӡqIlJ,+[% j_@kLFqmj9lu fdKmDt=镬׫U-JDQJU4, 27čAbHN>n YUD:% 3"J^"řma+-QgoA#Hs(ejXG'،= OZGSFL%iگǙx;Ȋnɝ,3CC=c~yOU$h*C Xc_$,Jz fOWΡ׀)n`rx\Lwn$Id5"yqˍDEd()i&KTMRD5UنR6ӋImu2)7#]_>w:̿h$n$F>3JE~w #3{-: 6-;#|zAMx0fBHPzRj W5v?L[rY;NeX[|;9`!la3{8AֿfFĶ 峷7 =RjZK_ek$[ycoűS4bD.X`D"Yګ^si(/b['ϷXcVƲ}蜆WK4%p^UQf x~ +ѭC٦"CGx环':6C5ib4-\!I @i~Dbr=. EǛ @/F鞛'laj% dm1,FѭUČ M:M.AzT!QcfGâga(5'[JMMG^9Q=8ET}jpd=5@keDG&c,C ii %Xi FuXTQ(O4]BcFf^{Jozw^rA]FAm1>Z dm8c&s*C@BGnZ]nrZp1EBWsZa+Ră|BkQet[q<8/ȔG|B%=*>P2sA]fM6N.μ=E8".RȻW 䵮>PsɪL 1I fnS΄#xΗzzAL<,y#Tx8r;jIOUD Ī)_v!m3c <}S؏cHq4?a㪞aDhF+̥퐝B'W "XV{xŇDѯmg6DwĨ~~ XeLD4UĝiĤ#]뢟u.ƷNKPV4-{if\ڌ7I`H64vJJ%xJAHc"Ȃ4H5Fꑿ=A:BOv~;#av3"jalH$n7Ơu$e]WVI ʞ6""l|D~M0⼘<BrpOq?&iYFm fZtCfQ d/8(eBT"V'[Hhɞp>f!@d3)dq=o'$0Fߝˮgq-4e҂iZqx IYA؛ @2)}o<\ʬ},וc%i|fB`kM5%̿s 讽0 .@"A\dkl"4 )&V}llܫaf%n 4Õc(8Q@}0U|ߣ/e'SUIއw+wuMҳ#ɶ/-nrk%(1>` dwnRBPlTL-Jw3M6 O1x1&(Q{sab,}AiV7P f0B\IBc 1X8ʍj\OjMw8?{g3y9cUL>C`}ig{CRƧOI`Z%M 6L֙ $"G7óxR4X8f)t{U TG CmY 99r\lr9hxܷIV>9Wzt~+|(yJ}bLz(fb5g"xۄ'7D,Y/bhZ:|LFuè;QPV-'k1Y')z6cqsEyZX2sum} ؝s2o?[ӛ)#"ZWVЈƼ|u2lr7x* ^ʿB%1W*xLaa2Qs.kr<4sgn?xgLR ]9͜򱯊Uzx L5Ia(N@sWXƆ(WHfB*ozڒP x|TKU*,,D+# AzڤL+oBGPa&._u)) nmYc]@F:ck],6UJ }Vhc*,bBarV:zxXkP@mS04G>%+{-&5E HңCZ`#5fe /](!ZHV(;d=һ/'=1bCr3é(/c(1| nfMLRvR0VB{/tۧ+5Rv[kM..e1MĻ)hm%ؤ*[ MގT{DAn⇑k>134*Jo|IyԨߤ:eM_RM0Hh/ 9icY!A)F4?> -ХUP؉U{u@)e8~ݶ0uojA;QY7F>]@,SBS)pm/w]x8\ '.ǨmX94M?"EBkISz'/.uzMVQG 68ߺziտgfdkcW22La}kHTukF*/6m:C7(@ȏٲ?=J,ٿg>?5qQ%kDRdC*v \l2;/d^Co"&AKs_G#%6WYмxzOCQgf$iFԏX ,HŇX=#ϪKPN y^P\1ژg|RXBiEbPp0'dWIRC)biRx"} bsK0]mӹKa2@<1nLs˸~3n'w.Y7֚ M+iFP-PwMNv}J\<: ųP24N=d%t!AcǦ 0Xr'Z0Ō$9uK;^r,mK\V / ړ4;XU.nC3%B b!EnlP[QeρۢJA{mC vwI#Tl{ol= :^0gR6h!#1>XN&ET 7LZEW|vcPvsTt1zЇ)DZ$qx)5ُq) _xjg;*05fʰ-t砼;|# g@ցweDw&c"(b y6ԷJj)xJ!xa{6uekN㼭w0Y'XYl9w6U=:!*u, mƴ9UzucjO1W>Ae"PӘ? @Z_gI1t)R_Q?WF"U;x3(~6v0f9 @\%ѝ*[/ {o墳DFX?^s{ 5O4a}˯ʳ~!p0pwa3}NjD6H3dDz.ө_,G.PH?&3O8Nj{9昦r<>w'3Og9GXmND/4qY: j=ԝ=Pd\䖗K7$S@p1drЁZ{g@ܢ^E;C\!3WY>F+^_ ypOuJFJnZ<bsIDͯnHu {A[h$s GA'Ս)mSc6w/Xo= e'8JB`Sũqvݰ[_pJI.z8-{̉MNe T0znsSy(y{p9<~z#jS0 {([9c#Hg:.bЍk)"dς(?Q?QmBnYZc(EXn{ٝ;S,ˬ =30`iaQEKK;O?vsVK „C*0 1\waJR{=zq5r@HF)-g¡vlxz#NIkdyPPOPً;D9z Ŧ]eG>y.0:|}h%Ns◪5:/Cw]GA3agfe /QRcwY*Ò|Ho6#U^n\{wjŧ7:"]z:\꤃\{J!#Q{p R(( ˏ5K$%""αv ʩV3¨ɫ?J ZI`;1.P2;Wm'z%:e{po몢Yo4Ç=*YRtv@^#RIc8lGbAR%''k~J%@7tqS2\'.|T7k\@^OG$J Rw[#ز>sJT )0xc }1Hmx$rǁцY!WP^0tˠF!I=̀ݭm*?;^'^&uaR{Nin_Z7($^=%iCm=6=EA(+5[җͮ1#|Q۬8oN7BT4Q{߹w-fNΝkؙ0Kp < /Uj ԝa@ WYbS$Ts5&7,4é0َ5?Hg(C*<*3pνFF Ϫ,1`?#L7#vEw(Vԓ$"ݰ7;=Q{Fy[9/n9 > Jj9 aLNDGχl+b yUU2Xl2 ٷKީG(]v87j6\^~O@  BmT+f$].e'o:'DO5C9!_ۨzK`pG!}<3Ǯ$ܧk9fr~+#UG߼4ăJȭ& h @~ c| s"H(K.}9G+K/E]&68L'#gEa2 _`FW` P\ZO'~5kFܜ|Q$ RlLQϷ3Lr'hН·Iڞ)kdW/g_اo,^46k,yEρBM%g ;C4N~*;β:C}ytk0 WX´§As3 \;|]0vڃhv_DR*CSU܌P]Uekc*BwX:dI4(Kޕ9K̉rp|'3 ^M1[扃}&Z'fwPf¤_ߡ2M9=XM-GXտ@?m7r8A891S4n Ac+YT-1z"R l=5a3&Οt|X!,DO;P@x(Ѻ-,]^41P77:K]X,c?3+XG@g3Ï ~>W8c!d$mzH}tW~A9f$#!ʮ˞ⰎCԇզp ' Fz91qzL26D$\5b"Jm^g<frZaܫ9Pc8^Yd$qQ3u\&!^19z!2{ ՘;a-cgL,c_HGĢ?Ǎ'5fmZ85N#PELV |t!#бΏ#&o#J_4np‡3KlP$hHfk05 n:ᨯ~*?>>B ^"" _3H'QX ݚMIo#)y&࠿F%z{V$Zz R+-_C9'S2XY/ZҤ+Y@)~pY4L,gnO ":>  )wN],/ߖSeٙPh܀_ⵧm8}&RfSVhJxJXs'F `:+O'R㣓(|z}r/SZs`ڌ+uU4i}rueN#]SC2~PGJٳWH.s Z: #@'Bd{ȝ`Lvn5p9/LTݘ%爝mK1Ss~?*am_Fd$kLxcM  b!oeBhf}t*y k4ފ+ޔ6a.7Ht2+I 0:uR%Y) TʅK(,a:Sf<E)yD4gʟIؤ~M@rcIL/hP#^Fl^4TV\DS}-;Vvp0Xp.'CR D/H"dV-~HI%6=G-_k`WTt..3H|=V˞zyA hC`anο-mge[rJ>"_-}0vj %/I1iMq&%Ruˊ̅If44[[U.\jfdh.TMO2vpfE)r}_2&U{SoS?Opw2aӃМ8in%Bsi TCS̍*ZXjȪ Ǣ]kKRhCP|"AzY*o8!lh1P2a&A6z1dgr]W cvEV1WǾ."j'e0v!?=Nc-,}prMo >NXfyj:u_L*ڨs41Q<_I򑖱1Cl[JN*g h(ޞ>5(ox.$b@#w:AJ&{Ө>IFvT:p'e`f9z-Ě.pڡ^t|{4CQ3MkuGrD_َQG`yY{ -66Oorsm9*ۂ'Y6Ml )p%stH&siL*fHݍE(~6%9ii z$gͥN-}QI2?긄*VyIDM<&!XIƵz!Tw)MPPafNpv2#fW߂}:rYx I'L7BG{CVGщӧB]*b7kyG VANbȺ$)2 ƫt}lbyQFLBԏ7t k4ϊ=M]*c38?&>nY&x'r\N}I1(uiI8. T홈7JɿB T3 ƔN,^ESkKz|ӰNd?7\͉ kjr]/MVJk1D8eg6C[`-)oy%B%gvs !10bƷ5AE(KifGCA^HqC1530uW`&.^aq5Pds:gzM-!PZs5?MݤjB, QkUbVPob3k $jriE !xGHldEH߭Tx q_*(pWKNO5 ߘi&1s!K&\#(OnW]Wf!η0x#xr.ZxB9/q N ِ>o7mDF.8Ic8 yF VԼPT],9KC>w w~B}Y͛{U ݂YO3]po$)ƞgJv `B#}0w{?fe<떋zc xlWSx:h1˪$F02qPR/P+LrEi2Nρҳ`|%KcKδry1M*o\LKKQLu%1גElY_rP}x1]h?h8YI13kDჟg}x=[T37}xQg i %4uYyň?cL>IxK $ӿ4'+DCY1H ^ y;ˎaph[hvGR`U|w،Rܗ )-eGT'<7\Ϭ0SvO|4PUw#o+cY X|$8T,4 >/†)q01+E͎!S׀2n+Na2C׃#&X' fL:[Z&|-o-/-K#V!d?{?Ӂ"nw. Lez PJ~PBD/A מbVqMEjXq~R%&Lj'ܹl?&iJT$+8Tz$ ̥X yKމlY6G۴njtD_y(^b @z tJG ~JnjU?RV'Y`8ˏPCk5@iè4b:̪C*7.ɫ@1v6$1,o}`ٲYy؆ַbk-.9DWI2)[Ҝo$4ϓLr9qCz5 s鼊vٺʐXYԾ~/F6qҪ^y(hKxhp90f-dzN^ЍxCf])T3/ƢϾxK~\LC5^czS:mh]et 4$îgܸ "% Z3׻_;F4>Zfx%"-Ssu_.e(ӱY2#~! mf>H_&D,@$|Zn0VO6.8RL Lbw_e "  ڇAXԚIy/IG̖1K3 F-(+jgK7ε6#YFJ,>WP=\ } ۲,^_Q*}<=0Y؁ͯcږ*AϾMFhhz؞qS= U5+f=@(ADٝVyMrWtg;sTG]^ :wEЈ5~'h+P2vD3wM$U$ePҿkRj9&wX(1 yHlP6Rܺ28{tюgmij]i!Lfi n>٭1L감^b¼UQgË@\Xj,xyH"b}>D&ZˇDJN@b,ʞ v3a"i)$na1nPp]HrdE40'u"dD4MtK'Q1lSTeG= s~UeJ 9bfB 1&>ٚ8dy·SLG//reFh)yOǜjO*$TEdzwdEWfdP/ AvMDg[C]azb q} F8@ףDL7C2뷬6=5S-8PEae]ˀJ'I;eT(GD$rטe!gQ4hI6#& VGȥRKN\6>>[dR"h^n |WZF+7FU }kL<Mਓ{Kj6`e%dEбYg{5]{N3݊yi}% p7(H TvƴשH94m η7yƸgpZb2C=.<'âp[myYOԲA+4N \ "dbYJVm}R$WaX;=LgMf@M_<d(Dl' yUi'mpp/!7$E'Gfjv[ɨ&Ȏ鋸'ـ%@,6^qIn:-sjNjv. 7(5$j9\bLԣ]}JMҠW|)D_&nF'm}zvΔ+4!!F uv;!:|a05 (2gz!?hWKd:O=lsnu",()NrDz#S0Z]d\:De蜑HNQǪ#U~cz`w(gt1mlDZsOwL'D @jZ+{fmY?fGqCK@Q([?-H-Le OKTx@.9qQ]'o `/\AR/f kZZC(8u[lg{tM~u.,ZR_RBtdgy8Se8*bQ_P-@3Ѭ#1\]w+H[ԡtg2iyƽ3ۿF,*+ NC6 ]! F!ܠa9J>@Z&wPxmÿT ۬#@-orWw)}뾇(*_R/N_0(@خ7),?c`ow3Gr(?.xU_vUΣgR{ V|.:IGY#Ф176cCXe=d ̲ |Ђ:Y2S`nmڒBkM?n,TFe! Ze\q;UE^_ppXDwWDO; &Xǃ\ō[Ɔo$ FήQLjQx!P]@.jj5G4d`/l aɔޓy*W%.w3m\ rh,{(Cv3,+ Z{xݯ&ھմo}uh9l$Pvl;ҺH C]\w7MYG\^Q>MEY[/\r3,f[㣁-?nGXAL'l 7o_8![ϿF,_W*p8AIV{צ?ʋU,:oPcEvˬ~aGį'  H[}Y-CSORǣrY*#M- q!"Z?kr;yZJ`S'CSbtȰp?YvP4ee>2ε gzImjT1d/YNRnT6 z/֗XՅMa"`ot[L|V54v):4$/j9TY9ƮDM&E8^ Up@8LZK+<DtA;^{̋ T!H=cbVvPT?nl;;6B v|ۺ+jV%";JT= f$qROj'$oq CH'GIiޗ zۉ&OOnm :]UfF Zu9J1I(_? VӄU1ƨ,3q_=lgWg:~ӕZ_YΕaPRUD[Md M#}:L,QW]^Nc`3|3Rz깎A{8&umŃ G7LJV6VӃ})~lCls IC) ne+ګre{ڌaJ١PK˭>pJr)Xa HSU.T7K ldDdn3 )zq42yi;Z%W7`p#0ߊ{=&6*;w|BY(M(@4)QHC1WFӦֺ/j<~ nVXoH'JӊfjE7dH0$(U5P 4BN `.K92X Ŋ=, h?&/?iK&m3Ӈn*t)0ldb7b>S_} ~F$֗S I, C]@Q 0jRwA6GVo6 W71`/njA`nIgaP?`H᳟oom_'.)H)K _[ ^d-j()^5嘯 s?8j܀J$pq!I.h]b\1ݡzBrf{Oڥ87LmcaUu$o+3`XJL$m\zB (Ahx;+j)o\UCDۦtz\ẃIHDE(U>&e"[ˉiGAYFـ>PPG~6=tʣž%"Fst:cziSqIGdeʘh2j$&_ O\>ojf񛟫S#u._*E7e'nU\h*RO(~D4\)_anzUA|0y+Zb "h겋#=v<#I͖w (NM('zou/aҺǃ_k|Ҕ|\a)%Gxh=OV0 F (5\Sٞ5 k; c; D}w0>^P# wv[b#lZzb" C r']Aг;lFIVGŒ_qm#{@c͑O/ M_P~X|z2l,X, D_W5P )'qe(tz멐dx#'x oo2ퟥQ^:~~opO~`̨owk! GߓΛ&ف_ v1834ͅuTWƄum1/O(PBܫb9tN^~'t,6Or̰aPJU<E=%l .r8܋(Q0n)2SC>0R3 *K1c7->PN2o NK*H"lfo%J#t QqB4 :a*~ d#V.sf2%ܒ^-H?S\N ;?}YSEYBd%C+\5MLea& AIDPudG4 P&imHQLk:fr7P? mdKK#pnêN+ z V#;ސ#yX̿aS<-#&$L:}<=mar/3N((+U;,B]J xwҙK 7xµ6C%} jOT=7(T>Ec Ėp+ŐID-k!|u[`29|_mVں=xܾ,9hPj\*3"Z3 +F $ (\M#bJQjЊ?ꏱҏlNEf Wj뤃Qy9d=shD\+|7i A:\Yp沌,bq۸NvUGrJ xjb;7{:p8Z2v {':qDdn=5ݹM[ȷLJBg8~G^ZJ|ӮvS$=b7X>3E~"lNU,X/+F`v{QS;L]0B?ݤ3)a;RcZzff<Us[ vCB^XKb,T nOV B X _A 2$xj/u]u|sR&Q7\L?4EB?Bn"[$ht³eUIB1{xߜ,bH"Rye$>lܿ?v/hXoEEj&'g{k^n "Ҷ5h_dh(#ŻU%x_mL`BΤE1#ZT1^nezx;9Y=~_Nu@k0~㽛J_Uᖧg9],V_K;Ֆ)5=Ĺj4̤6*FY^0ÍNTbfKJZ/q,B^ jy+I-2$b0m[1~qBe eԊ[R-p-*ι%@ܮ.i'YB79EAg&Vr%M3J!c L٣ٺ Aal{^c[JlR 9OyNΈ8eX3E;c:<”|kr`&gٳHXf[SrO,pK>j[Wh:\q9?3(>SX؄M@h%#ILhV=ڶ$ d ~ P9r*0N $)!% IH]Jbz&~.'u1KRPp֎ jYeBk)ŊKԌ<ȸ.ף_. ǯCׯ, LVԻڿْ y6Aw*&%E7!\/WE9'\.n 28-..DÉfxjv461@E`QxiTm5YZKԽ|dđ*P!Oc}Bż 2,~t`V~5DS0Q+/f4 ٔ"j?rkz P- IM~zW9!H5JBF:3Haՙ~Ԅl8{`GIxij\L>Ql}8]=6v'_\rjO\,eSJ\˾ݞ#7Ṕ0$,R~W8J$ Z~`ot9V~,El'@>Հ~%u!Ӗrl_Ez0rzKv(جp 71%`y.nm=1'n嵺a(z/y;"zZ.i F:ՃDy9n_Geq!iP zVt뭜.8i:FK"W2`I!Lļz?<ѶEؕ4K//{yī_4oE u@$7W gGDJ8/YE)nYT,,B? {&?IVǣؘg w"]<ǿrL9j9^uEsY_x Prf`߼HHI:w  0LJЃ[pLi)°D&ӖS~%sm6f )6u>TSz1r] J(cQͳP`aƳv=mfх'DHx Q Ϗ/G?1$5K.kkmt6Bt,Pi(M U乯'B1yU˞r} G'`ɫ'׍et0Ft ' rH8F8o[!zDQ]jX ]I&ptv'ң?[M̯S|N+,b@ wXugd5DCH.P{$#'5X,5ˉ374g֡f*L_).;Gt[ٹbY~zzaNiڗŗ}uwoؕZ4BuK(- PrNQ#)8u:je_E!LvCV "AH I$7߈սs#?s|{h$z"􌨥j̘7j =.v5 U5Mr .&Y/I@^JRhv@掴=h4H[B./(L3lGz f1 OwR3Wk=鉎JϪ&1cuՏnn"Gn7>yܙYA5 4*R SOHiF zK;z\7t|: {E:l$4=R̞_{"]VXWŨa&I-GI@8|Iէɴan8@-ɺ4Sf$dJ2ע'󓑽S5H6BVlt܂V F}o[6xQtErg~ ѻoØ{; w!JeݽzD,r\ &rj s73RMyr{iW_]1hrxd_RGJTb6~\6DݳcTH_FI<)UdhV(9 cKU&uX[`> rg4O_V .̢=uڀHU Rj4D]LB=J/֞ j#1"\w_ 7 @uo2sm܎ykA.f BS=!c1N& 095cI 5߶~@̃tOxl1,'" (WJ/)azk3X/~(֛*{E+ d"E^ guT H pՆb^ɁWc񛶷{K65&Gj Я) MסbAia@nPq7 ]nQؚHoλ_Vz5KkX! d 2FxNǬj3ȸr1,\ӛ| W/e̝B4P*PZdϫкEM!<)ƱSPo5] hس؁ܺ eJQ |F0*]Eݵ}HuogA4mU>9+cS(^P;+r'K8$Gԝض R u9OU@W w.6Jq OKIH5c'N@?>a<)Gղ%fAVt_\]Ӽ4ꅄ͖jH Koy)wIU\3jq\Ome'y ʜߑ{'#FLG22{0yGǢM+y:&>1ępu-~ak17nn q8]H Da^Xܷ*&-ڡu.IRd2HkH$_"Ӹ_) a$ ?qʣ1:pt^]3T]zTC<kf=;PU+8h'c20Ч ?`l@ ӥ/apv8͇0[kncVu"*_sijr4}F5#l|V~\Xk2b&L 04!L~ؽ6m v巸,H{?+آءg7?M4}!ڊ>ܴgV5Y:+_I_7so =؟jXAѪ>Ͻű4 p!(l&8;&<8 NhjuB3PdR;O袢OE<%Vns,ż%O6P<`H BJD4DߎBdAUC~vk)`2&2hSTJz6"-%-z&'DrE cvT8ML8v7!;ٗsyY/]@OߎH Ź@C -@Gb ={} sx (-PADmD38ϚAa9o2i*v\[TF iOf:"$|̐l"ɥ3y&~y`o`leylv6ubgͳVn)isAA깋|K rkբ~$Jbn#YK掂05mŁ`҉~FJUvS²BuUwI\@D,Wb&Q޷tB$Gipo'H_Efvڤ8RY*X>ΰ 㮺S]'/s=T &ZF/G~@&ٯ;uu 7Ƽ,Kb~9bףԭzlldyQ% geCxӬ71Ko2_ݶI<%HHay0gƠ/mDCytcQ{ 1vuNd")'u#+/Bc3C}ᇀ+ T32]"^on~q=ˈ` ApPGRS5\$ZXe8iGVC_IS|T~J {,q0R9g .~cu?W6KAN!pT䷾,H#]GÛ&'~Ƥcyg ejEX3'9A,>J L}NX@|%3RN>NZ^{œ; y۰4y`;NKMR!]C ѻp2ƥykJÏ&afppߎta F9I6BY|{Zw' ŪHe *XNp":| L&H~rŗO0iC 71MR- NGOncs[kVv<2J(G3v *H1. ~0k.~;bT1IK=cbUwB˗KOˆ0XIR & h `=?lo EWci7},Fυo2%ۢQܮK TuF%ܐAț}VӖf+vLJtB^Hse4z2;U8~E:"1svl106d! -?MzE.Eδ1믺Yz@8(d9iש@e̓c+fI\z|7)F26Ww!P3?:ʡ+}}[U\?vf B  q/nlU$]Wbf:GMzKI@V;oB ЋCb>>.^ͤg 1$_Rms:9x"aU[` U9`Y_/q%lД7.F”#Hä'#.$7YAd觛?>Ԉ-ӑ s:`M RH0": ?6MB$RP UeQ_nmCO7A8$\t13pgO3'൜`"fxr%((KVx j!3-Ⱦ9_t<DZI4k.ۀ">JڦLMzy6g;dY+E'"Hl!˛B1FN;5A elk;ӔI% m8m'g7Ѷ~Pd?և].dtgDknNPγ{Ԡ+Kـozwh>z,R;%"k kR8(ϣzGpk~ԕȿ下],LZJ R`{3a(<)u^Kp׹eI7ƣ^ boqy~Q}&uW*%98\zwkK8 '{hv_ n]*FfBy v/P5OS@LҜwԴ{ P YCT.tUPG倛ޣ'w_mhPM嶑'l%A,zLޭ7@Z)4ꊩ]5)TȹDd܍@ȏ( " _ebI7gۆczdĎcFT Z\OjkA0EE~C?%@l.YJiPyIYg;Ҹ"v=YfdOZ 6Ι49+6n`oB^(*Yӌ.elG=F0 gFRdπ%w"-|q/%*sȆ7W/>'2pА^Oxڃ7XP@Ʌ|a? ;𞖓e@u"UϞ5 ,e.,}6&N?Q/pMьLl堃xK$3]N|zRo* ˆ,M_*Q3j&+`Fa*f~RP"0%0MsT=Y$CN*@1j"7|Z kZ e$aMoळ\Pp8p$kiQT !G=>쐥6<ʍ]K}KtƄ]Թ RmgZsտ%ocA5?PDZ/{%y4^|cO= =͍o0)|l؝sfn|{+y)&EU҄ӻܠ0^ne]10:yy?ԑ#=mHIj];Zט6KݢG"E2 ?.( rcz3I&:Iv5B7^6M֮$]]@Gq@Ub>$"KiC k=q ފ_w\'ޱvY?M>>&S^uGWp'j֦kYW4["zszmr$)%j ɹս -5̽ן0 NI<4>_H,c(&C QN}zDcKU-h\D(;|S>'ΐ0))b/f*>ʆsFOl?lአ*~qSeDx X+G0+ŵ^c7c.Q$7c wE[ߞ8@眑i.'La\i)xPu#&>7K-- $ E8yO8Q$%<(VKZE{ɋo( vje=UnWG.Wr}1gAsQ}VYXJL[TDQ}[-l܊0{ǣ0d44&v )-ij *L ysUTQqSU7ck&1 z!¶EEkA }o[񨃠t=g}8Qpz8X0Rfnm@JQO<>S! k~h;j$F>b/{_mSmUOߘk*NN@GUkmuP_@F+xpk窳&Ͷ־4aP"s["laF,pUSiRKkm$1C&rdG"`t)"w"N;he(6EZXz36^Xb1t*a$\[*2+icAL?k|HބɟYgo_,)ЅܒP^;Y{Oj_6X|IXKf=cx6D2crR[ue:/HӋ&vj{֯$R4M" @y%7<ة-F],@!n$P|TѸ7 aX1ԔJiQpŬ"?V/Z5e~~ ufWƵ-2RP3Ь]GDO؝cap3wYT=k\`#-q]eL!pZ\hdH4 TQM LxBHSͺ81&ځ.Vwhq~c6I&l-ЀMʌz}4`W%CX8&,BXgO!I`IuJ&[3_j(5z|VeT !&,qZܣX~~"#0LHU˻i/=I υA4-)*Xs}j||x\_su:d'Da5Bnf&k Vbf7Uk,ĭBhS pvyj؂胒W^Y}"RʇR0wbn`F)aiHv}.FV_JJ0 I@ 6[ݑL!6! 4_=-TO0"-f5) t"O{k kЩ7(yE<):w'`(|s}]h}ov^S(]3aЎ]]3m"&ayfXC0Yb!~%*/DЫm)w4$ `Tj_DZ_䀏$HT9͓΀#`=`>fw`JOlF\Q\څ =HǑExx7ADo2&:x¤ S̹V.`% wޥvC&74Z|?4v|z s y6\Sm1{&A ሂkbJ$uhCb^L/$^T+<65G06>7,Tլa- g5~ݹ/ ;N mTҬ$߸_t%K=N_27$ehmeϺq5ƯdW)$'&2$\(Zf7 --+Wm_W4WɾLv{`}o^xk҂MGzڵXt u nlcM7Pm[=#)[2[:v:=Xx/?HeMG4!}3m_uFp6 Sy:YONULQ|t=,(n,NKH ,쪯=[@/١(ʫ8ε *y],&/F:yNpA.x6/^8̬zKBc!uˊ}ghI\0ۉcAnCqne *WGgjb)GT=و؞6c.t6ށ^|x{w\@c;ncc_ @k+K۶ `eQ-՘7#k>-G'~.*TU49:#܆ g%_چ?~uw M{2̧Jˬ RCX %ߖDVK4'xTKQ;ts?'է]LOT@ oNO7#ZLbd<7 L 9{`ɶ`7ѩ pT$ ɿ65-}= չݜjUv՛ł/*N>I0~e+m;&-EZrh :+V(޼9Z`EF~ޗD ߄~.jt6eG= ș)AB "\n}Z@pts\aN75k܈P1] N߻(<&dWZnqs%$n]mTP9!Co8nXxC^ rHU rms4 aM%u  C5>y]˼ٺ#9]㳩@ / >o L'2 "TY%=EJ]"Lc܊ziE5Q'A0/-y넥+aBRbrdknc#9ӖTk6za3rLT]<]Yn=Ŗq0B\;TYUIz\;f=N\6Iw#J.h @TYPsu}49Ӏ 5_k"ΜXIGg \3ð(VC['w HGgdT}39;-ev1&+\/~Lg:/Ԩ?an"0^u+_ YBGg.l5SX2fuD%fo ;>B/ MR}aއA)kbgLsg좟tyc/DHġ?5'kqGjKWc}M5#ꈹPp5`\3ټ4kvRf Y0[{,Mլu\:?I GzMC*XRfzIa9@s$C^Ϭ-VaRvXGQ'ȧ=L$ 2Q )\8:"0!0\,&v'+FbT@Z;blN۪%<*`JA-ܣR^=ʤ0h7(B.bIǹT[7NU%ƻ`3Kѥ Ih&HifÆQq κ^+!`hCTOP\RwDâ$\z e л-zIޫ|h!YNs7"Η=F=UAc]l|b&l;or+%nQzkr & ^?8 jz5:M-[^T4W&gK./ 4:y}SI'Rɓ×[}#mĚ^؞/j~Lfӆn-8T$@4tYECr).o%ː Q _у>8U ?OfMLw b*됤8TAczSqgqĕB5-ADsJ؞w$HĵY]*NQy}>c=U5DveSq@,oQh*~ed%2Q.а<霮8-C3/imcwN~qX/)f)"sk&&bQ̨ib%z>t_"/.H4Pfg5#)~xiwpB͇*FitѮ_%~+[ ;ʹz'x $ 3ּc̬vFGJMU/=d!+PfJ_a-9FRKSDAds,@So!=Vd,`Kt7qTU\V'jo.|Ӭq|7tAx% @ɔk/C!;tN?j⚙謃H8-Nb^Սn^R;b)AAzt]U _@eNI̿\^Zw;kK-]T[66Do!5PڦXJp0uF'shlɌo(кSS06u0E ^H׋G@Y[+bEi/? <`<(l5'VN7%rI'"4$Q -5>kZU *潊Ԝ:|ns@č6tc#;^⺳/z倢̅|(@', KsA\XXщ~t=H\Z X0T2d"G8>"m'2ݕ L0|)"]1۩d&UmPEh ;e76GSAYfT ;Xc*fٴ$O&`p+⪙YS]_>,tQH!火nI Ct g|~Ot(RB(01OLEg,DARȐTƑز^~ x`[IwZ*dnl([@H6yk_W59ڊ5& }҂%"cϛu\lTBik!Xwϡu fУ^Bn$maݔS;xGUg߆FϪj?Q8?iml(?YB-NN061wpDs4"xmQ=(ŎA2oH+k ,yS2yO!٨~P*4ƅg=% m`6P..+s(5>Pt.oJB5b7wVđ` LD{h.OƼK9ؒm-+B`}jƩ{%d*=*JInٹñz mɠQ< Bc@ife9[sd+DhA{GYFM)O2xjsZS۞UfB~09P&O-&ZIcpuNGm` !~Mx v]Z .Q;-[mC)FiC/>aI'C]d M ޳+ &q v (`97F m'-\`;v֥ y.3+t^$<-^t='E Gx'74|$[Q]7Cl> 4wXyO3њm_=pƚՇʂBqwȹO?o䷽۝ݧp? *rZg,O_Ge#*_GӃmb [uHSQj Bi9OXY.'4bY(tI^ ͶwtJC٨af}rIA^vY%ېd{* f ٘5#t7?8Ή;k;.AA5PfχYH]z2(_sԟ?7pУ!.fNxɎm^ lԶuc| pVMKGI$EϏ}GzrV> t%h{Y75skmvܪjap''$&D[gY؞ Z?F]yeNF> 'GߐH"1isP)yiXZkUJﵢd Po"I:VԄ@*LY1HU3=.r?Ϧ)>pFm Px}'xWT1w6b~Oғmuo C8MYp[%$;ɋ>/WaZs󝪌v?mڲEJ9.4'c߼F   MIlL2Dinq9r,Dpm-i'o-gek:[.3*z ( a-,r}>M͈YQ879Kj;xoIhpqC5ó.]qTSR) BH,x[G`~$:j(6r]ޑW"BKg-vfQԀa?AnL IO%~\ ً1]~k*EB\q0W)'b@/ |A)MBULՑn|3^^$:KG)Ǣ%yM{]Ry$fwáݞϽy%'.'\ rEaȤ{ TT2>i+2*BFiYiTNtȄÙf2@+SmڿGPDV1J:Қ:)C]M+$D5avM?#$v@Vfj%oJtd@DFA}s;77"収+"vz;Qyl|ok!ָ^O~ENr2Ԅty h6hq 8H#!RE~XU5[~z]ׂPX7"FKvf%\d׮mpBQ{{1Ɗ-|+ !S% [ʊ؝5)ЏXaٝ\R";Fܑ2mK.eCA[F{"]\ȳC~>g!: kyf[i.sV̙=5S0 r!k :y~2rp.J?k⏎{ALrˇ{;, [sBc"*eB(_/s ^q9C9׾VW [g kwkJo@({|Q8-3(r^g/.VT?lc>ZA1\6-ƘR)e ct4}=[.dQ'*\y(.t4@}o7^wwH1|O #7?:¦3jaVTҔ4h_ DW KǼC60+.]] }F}HF\;ʂ:pށZ}9On? ͍#F ¥|RNZ;kɳmV@ UЭI#?.?Cfo.qQ}kK[6]i[7:Tu:6>Pw.,;'i@ݝ'g;ܾ7\\Lύ&STsŗLV^BWMYԍ}Z2mqQG4"ُK##௽ڈɺeBp4;SsMrgp%b+^a@uZ.J^~%tLBVs  =B,:v,e=0yI)ٛ9·fsf+}z*$RnUMxGGd-dL_6 ׅ QH6p|'YdÇom~xʏ*^bsHx8SKGlrHR[[ %ބ2;{Dw].= E/6W;d|Ϛ`Ghor]ߏR +_ȈffHpvg$B^)S6AbQ.8PIM,_`Q4xzJ7q~t)9)#")e EM8ҼEw"c~VBC*?J\ie~ph+ O9"xkR CWG=0 9TeRt4 Dآh8Etn6 D3MXM34QYޜ3@÷z?J$ 8լ `chhap F]jpuy\<ՔG5~.<:;;^cp vA/!tyh&PA !/D{L`l8~8꺰@6ZXe=)Pǂ  monFt~tTԐG;D,KDHX{kiV%\ Gn.8Kx~z_6t 4]ʯ +lo_[j0q7E;7 A_?I tNifiW Q섀SVuK.`k?N_He nwtzQY~i.AD򎳽1ln6_3N[xRN-,E-%Wf9Ҫ-xPp,mk%ɔsږ}4p@;o:dž'*F++~$mܐWs$=~j\m߁q8ﶹ~Z%h,n1}A1"#%d޺˅Kj=#&#:IblK*as">c+Bx_ͺGl6\e5P LC~@1GVi1`_fjGk8몛}`ͺױ`o I\țqEfU5 U(b3pBetؤ_a{f=s qT{Td]C_- @&@D ;5@:(3>cj "Ody֫n7|#BS349wz[[n,a!\AAqiw?cX]qUVVPÎ DW>-$M9_$`J`Qٔ3wW,8 5zulf>PVJl+iq夲&'q^rZÊ14|F&dy#z%cJ#r\ӈ>ֺo">DF|>$?r&Ij:cE*z+Tڻ1"z֨9ΐ3[ylO; }2NۙPlבT/@z>.a̙[-kos*ARcz9eLQ>'̚7&^&=#J;/"k^Վ>kN#1eGT"{bWEjk!cwZW{e A<جN}?@zfp|-b ıHsP|%\/DS42Ż)i-G?ݹL4qȶE֖A CXLX|XD>SҼ8S/udH[ZުxIqůYK(&p9 eJsLm^Q}?=g:1gM-_\\{&M]q{]eЬ8eӈ01Yz")f{@Aeau긫QL`POb1>t)^DҲKџmh~tsJV@8 jљh"- xV{TQ 6ٛ0-bLJ3Ir3볰Ԑc^5P8R:!'Ѫ-*xN$i@Eט\VcHJ;z`XEsTv riH bo}¦߾G~=xȓvfcH4ؤ4muZA)W,\YiV9 ȻU-pEQ,&2q|š{Ǵ.l ct>ƼFxDEW2"Yr @b@f|͒& gSʑ\qSH|pQl +[ᗵhn}WcCqS,,s4%!f7 cn[P !냫PCw Rdpp^*7^\l6~Q U`ADxhw/1ch'Olγ̓7 z^$NuQC L1LRA4:vxl67k)鴕t&!$4p _Rxi86?GMSw}VCjƃ(J3%Wc!t5qM'h-uywoho:﫭^ bY.R aR<̹nCE֮F je<e+=%sCO{ˈځ;nZ} R1 x }LWo MGBȅ\5q8kEFEz q w/ :P/ \3:1G5u]&n=7BKX)ꭄ9@m*XVpm*ʧ8 1ٺN5@ 8o&df +Ig"MГ&@Ma4Ժw:X7vqK1R+Ն{֟QVYJ)+\T  'rzG[k#hV'O2vml? I!!3ڱ.4,,,hڔA\֨"~ oJw+)Rm16ŻGbX$(fS Fo DD ZY/E-]c $X.hQԯZ2 CMR|Ey~Ș  ]Q~ _}̹Qc"s# :죠 (3ZPU'ƛΪ͕Yx-Ο"C c<]u,mRq{4b~w@V[~q-PGax❡7A $-`F)bȑiIDzu}VIyoo ~.%8!/$كPNHc;֖$[loɚ7sSB2$I'KKwaVpa8=Nm- 6/n|^+-} /˃Iwܶ.po2?m,fScZGfG*(>KZos`6(Kӽ5r9cOլm.Rcr-rgk#LȍvO1FVQ(^s3)T\ :N4_=[3TI%r D|}z>;ZN4/Ok#(_b_U̱YK2=w\'-Q uZ}}J~!f"Y'pK OD3,4Q~SENJ෗Kw5U&.} 2ImA2ߌ~g}(Ur9Wsf9a>J$¿^cA16nltAcK[V4X~ t4`ϝ1P!A:+gb{-j-9mHеW5y<9`6DSSFoI%.o5,s3 ~/Lה~KЎ/zõd^QuwaĥTֻbYerɒ{PɃSOrE ˺Sfȡ,&Tm;Fp/mH-1'3sƊ+ۛ7g}Tʦ_܍KCg]Y`2r-9AL ~z7vDKPұR4`#G"K !,ϭW!uǾ49&Nƪ?fL)wY_ <.s2: =k%a" 6. ku >4gZ8+fBSb:F<&WIM[1-rR gsߩ 6JZdp3B&F^aM#<kwF4p:m,"@'yF| y{';G\uZoj׋Jӓf^v-``|e5WKRBJ aeI崘@b"l8'|=9(M|+$P]I =yWAlX%]Q2̤yWZ.s a;$F/!? î~Lf |ց"h/:Z W.v9i7Wݮ4Xb>AVLtfB=D{6c5mPViV"d[uC יYE6#!kW7KϡC(Je?N)5,d|7Oo@tti$z+J Ô؄TzpK>~MǾ4/pU~BA<-,X++3~=j%iBtͧHSfo ]DL +B D4*Q|D꒼6*4֛LS!<\.U& g.ʪ!GcƁ20UH->ܾ5C.e}0`@SaM{|\xFQ='=3Q"zulie@;)pCc $!j UoXS:oMV~@?he8Yh7.):|l_+$oSO9R̍xB²qmgtdBx2ȨDg^R$zii9#;vwD^W %)G7KkaS /rى>@M 搹iہu9JX3yS۳6U6L4P-r,b7cˇֻ^vu )\\31XQk/sTABR M'T4 P\S p\AHߛjە1aܥֹ"#G7 ^mk 7d:82(|<>c}NB_r^0V’;LD:!Y`jj]tp,Nx{L~~halko*Do|>[l=x`ϽOlgxc"P\W]t`*@wPΒ{]Or9Np+{^rmPс`f/ەu͞un҉ا9 zCIqUjT@w2Xm ~\>7YT=+n$rWW C`&ms Xskp)tӊ噿=QTr}*5}] z+Dk]C=s !xMisH44cծJ5<.GnI/;?>('˛L8xƏx)m9;G GVuyҭV^~o;")-|@ԅa ]r0P]=p`ĥ#Z})q'➚}߈}p% %^u`Ƶ2o&}Mb9.LVXr`an&:ء7ʜ< >{ExwLal$'sNoV؃Bs*X/yy.~UF d_d8O'w+,YN¡;8շmњ%NDȚQ2ʦb^2p$ &j쾻O6qa IQT[`ҥ1Bk1GbKCi-I&-1$=8-DmPfhR\z Q#n~i^ 0 ՞?>i7 O/8\ǰ(lzI^x`Ec") l B^s=s/(eժR ?Qw3Ȩhg.b$oE,޶\vRVߖԌnfƅKbE;ų.w%ZOĤ浇<_ৠq^(V V)޴L=61,nzC5O^DP68.n)6 , VN\V͆XkS~20Ğ!$klv1S,[G?ve2|vM^fYp5&m GpPn]W>D`c Ô]ԍ:O҆gJ|U8SB֕~%LUN@=-SF52}Ik4i=E% V-42b5/\Rwǜ$*=Ϗ~XN3N[4+ϓC즥lxlfCvmX -HJMbz+hnT+@igP=s.ѝ;JtL4<۞qZ%$Kmgԣtgk19,Bfz #3_yzK{.wsp޿$(?qЪYX]_9L Ά2;w L*V-ɴE#?4\NBPW<[)_q;cX&y10|R+?>ѓ4*[Y-Z$M]'{=ܸ2?~c.|jrx1̔Ju9 ¦1#X27B؏,wvx]UbvY+&슗-bKL| )or`ˋـIJ=2:6q[JWNV@GNڀB,sGH0 "qR "B\ X/~)0,.9gkd޵B An!FwjZtw4l('5$o<@л wR4` Q/zkMUzu.IU泖 &DҀ;53ϐ{: üNiу)y.$gm'u·3ȧM_% &ZM2XFA> '% _{7u,]f-+E Ik|;{$ Rz X? x+Gyy9M2< 2ٹo]%NCAQZ:$ᐯ+X֐ Go{RU}hض#O5<'m!otFϼ AJoD%ITY?S7:'~Y2 k &x$mf`ۿ1V~O`t^u}n$mݞ *~PVyֳ{)iђS?xg <’ wXRD {v*MxJ!/Nk5ۚz蹚XevivE,N,䥀Q\"iF o?3oɒ ^,i&fel1I+ֱk$g÷:aJI `%=$aFD'zbYex>d gq-5YAĦo8(! 'I!xWl!jڋ 7cho5g2Eh A=m'13l!`] Idf=qؘ)wې[66ʡkVIv0 R'k/[+k9FLkNfSMOjezPc0훱.F`h!Xnb| {K'vߎuZ6uc LHX23JYCFc,شeo4NFs1+˒kx<#[0UF+JǙ.$5LAأEÑ0v-gw ]Drxq*G8~7#9n"zv}>m Κ|9_?eFNÍ vaD|0.3dG>i_BѩGq9(B J9 qbLk<۾~j3KqMT(8(~c.9ᄿȃ/*`S{2u$ O=ʮ^PICs#KWJARo(؍K۬B[]M9lSju`*qMƮILÙ%=0 ' C=W|\'b;OrY<>+ˡJz; *\_@ՙ~:{"%.?\T}پgE[k-[iZAU w;]a_jʘS7zVܵm32&D͊uu0R 9}Q+_~< gf~%+ܢHs"]WGN1qq6p9mgD4<۵9V 4_}KjqULN )beSsyxwQC'r}{(uiAH{1ʕZ֪N藂-eBȣCSl;Wx{ho _34˿ 1_mȱf>Y Z1)PL%CjeBdSNJHD#jWa0 !4U^0r94 u$ ԛ/dCC8Ay+/J`+4<2 :~tS[Ô@[KvWgxZ&܉T[F=yU)f퉰_2~$rcTCJ]D: sX@<%] ?za,CR>,+)ziE^+4D"3ݚQМv($ faGRT͎9ڪE[$9jF5+4:d<%&/|q?woqcC)rY2X@+);- YL8.B[k>j7[ͣm9-D+2y r|*V1πݝ7 --}gZ0U7~ _lEhR&Yvu_p9R/2kxѻf38X jorW{N~ gRp .oazKÃ3UW?(X^6KBg'ٛ7G0<f%Kի ug^.6.aD-4Z(?6W?xUpHu̫^:AXiV =^Ij[G\YvdRAp]\<j(=Q:&3ŎE*@x=vy#`XntƂ6=KÉO*ƄCԋgkUN$?0`r 0ҵ{;_,S ̛+J11UQe]/0x:eTNy~eԤȧ2?[+!~xS4R.d39(_o?S"v0ӸGd@!k EwGWRK'VFwQ4]BךzEhuJ=#8ׅy$ Vr׀ۭdsW `np *`ԣnSj%AzD?~'$GTHS|ib}jGZ3L{ 2%Yssyv}^c/%hv-f 9OucVv4<+ U/[dݝ c5ticQ aX ^oE-sUnMhS3nmK,BJ]t ʥԜZ]L D"ώ%8 $M}\nO:ZwH;PP2+l/4c9tGÝf G6r-3QG,ڊ&=0+e_"LxV :ž%͛ b)r>,_ v< +gDMВ<4.X4 Qv;W0 iRh]!':ͼX]υ$%y(?&OWH"L}fl!̱"FMBr;Kki#_"Pمʗ4 t4r0gz/&r1yqR 9a%pcw-J]JC&T?ѣde??L2K3 ݮ O ,b(V,飛9"[hhk $Euz8C$p ? uz`ڊvi撤%0kkE=梵ZDx;X{y<[g}HEkxw&Z.eޕM]W=]ڪЧ{qDk~v&嗪)Y G}";U(pҍ899v1Hl|E8_(wग़C&[c&Rԇ' 1rWT#)lɉsqHPz(yKixj}ExUo,x%u;@UP<-A]ӣ\SVOj̻]e轓?>Xq5b&>Ԡ}K|J]J6P %I͝P6ˮ0שPI^XGVgZ!gƮ,ж-{Џ͠/5q x$YBuD^{Gw~?Ts=x7>"z <9fZrvjHnT? *Ym+qp9 Ij=O^ ez/;]9b \rnͦtCV~Rb 0ǽ3~!mo[::Dx>v2s H$]hJq} rHVPM* BЏf q6QGpH1py5\0b29Ksi`FS=ORG~$Uh5;FIH&Тsq%GCLCF *bsߌd{ON΅o\_3 Fm}Br5hT'BKn~_9Y-Ų2fpPpV]M-˓-UW1$4<WRMaZsdL{Y(^'%goyw.ՅYp Hlpp΃xkԄ?4F..ҘEܭb8z%exZ\VPqA\Qt U$kgIf-0Y`zyJ{d᪭rcZ`"48XKKӿ[$p`D+C>}0|R-|Oa@^zTr4G<-\WF.ܜL[127f?hڀX<#R3aufOZw.t}!;qӥ?$ȧz!A(-ZpRGDX.rv ٠x0 OءRYؖ)5R8RbEs ׉rщ3[*4q9_pZ\!Q(b 5/yLHBޖ I"b-z|.әyfȀnsLd&L6f j9= @ +E;^JxL\VD%(BQ?/iG!Dx1X:Csl3+R _)D-ؤgx趣l6M ?S6ٱTKDowⰪq!(&eK_IU..wU(%:5'ɺJv!mqV,< C1df) h>W ]$9sFp /ӦU jc !vnu-n84۝VOԷOz1db9B%Z̕}Fն.\PmHP6%aRA7߯S燰TZx;/ &"2HN%'6W&\dz}L@)n5ԳD9Ioۯ~ъ ehX|?M|82Sd`gc h^|P[ps vDX١p3! H!_M-`Ga׎6]B _]7\ ̹݂!Kڣs+v-"VII p9|}[kyM261w+emэAx_j -އ#ӊ=*|<'`* }4~ʐJS Ou4b@#$ޭ9AOLA5ĸh]e]j[2ʗ?χZ@C=L2,sp# OfKV=tyÊ\yתpWЮKE2}=b|%A8mA,e0w u{uXKe}6ZrAfoSt&͋C_oВ\DH4loqpC!o u b U _{sid\RD;S\߿HhNJɫ wk}G, 5 5ӔQfG*- ke8HY8j;BVN`Χƀ.2OH>)y L{o@tʕs-/_EϷuĚWcۇ9@nhvn"5*b/r5}ʝV\JIHqmkqR|,晕r#B-EΩNa2r@= |)f_s @kkKKS4Ҏޛ+3;8T;b2UcN8H=qd/x ` 0zbUZV+YKTùo JV7vOgdgV˛[i8e|SwWSpU /6Q^=*B<{ #.o65-B=Ho^`RXE%B5\skngԙgO~> _`mNͬi5,r%}yI*.7wBz\ YT]\1]t:H,+20r;lH/YFM~am= Bv@3yP++,v?|&([wWQ'E 1٤AfxAOVd1C= F]\AۅtWG #Mx:}szՅ=%m{SdسUGxk£cj;& # JyVD3fMd̎AS`I3E*Dl/߇@"Md.m̟ Fg ߛEx B%Ų"-<1hz _v\+T,\%xuڋ%U+Bd&?,Y-=Hψ)}ґV]$$=E}s:Jo8` ?& >K9B|!=P!WVެst>Ԍ(msq k@v ޭ tCj^!ě#w:bFb GzP=0yZ֝qdz& K8#6Of tiAgշS ;\xzFi{Y$-g=AVflDu!VnS~Nk4N$̽)UuB >;~w6}Պ`6竮JbrCfد\SNy`d93yقWEU"]>${~92)҈ [ƆP3mf:\v Pڇ9P1ٓX%@z Hچ̴і0~W܈xP+gPzp*Tq+95=UĬ,0yc-Mg'o?oH:ha\mHxyt׷nAEZ[# *XL.9G<=>WIE3H٢ D,*4#܎N'u5i-Q}$/n.~ &*39OJ[#a_Me {sKנ'=NAw:ҵѤ+M Iu/oh='7ʤ?pb>װGWK>8熾f͍Z (qcEHifDL%.%8t_} 7N_-X4 R\Onr饼ot¢ i÷ C@+BP՘yi.ga&1Ƴ۝<`GX&y/4n23pM[YgIٌ1F}$fNVǓ|+yıH5&J*G2X?X_k!&×'\^T) W\vT$7 l΅鏇yԌ!Ps3xo('pQ$r+/x7 F7T=>Ncp֔^u"LAUtYL `X3<ڂ g݋Xۚ72鑩cUv.R9)DFhb;Mxee@/`|4[c ;iCz(<v.+h}څcVq}[QgTIň8TH3,93Z)if(9+.c*O^b]9)F^?go#s‹o1z ̣TXڞ$*`U;)(i,OSB)A\>Pq2HheE50(pQgu|AAm^j ͮ`\D' R3'I.ǁ!XOhuT^1^rEùQ4[`b"wWCp=VPm8-&5RV|8Tjl=Cs98e/d!m[7ׁ|L૿Ŀ4x>L{A>S@iNB6 &W%ې'A&EҸ8zW!^AyL!:_ƳeM SDf3WX$1#s ƢS0VŠJu?)w?.; ;&ǰ w{xK0Ӻ axJ)Un*aQ!V JrN|iF~I$]3/v&={TG?p,,[sI&@]\aѻtXH8P$T"32eŎEY[? (nx[ۦ?G!,lD"َeid3}Mնeʭ1,l} ]cQ.K1.d7OQ?knKvMށYԞ~.cTNJ 87F:`d k2~Å>ΠyrgUYL ,"Na )=+rJz®G;hL/^h<'豬nκ·N_6w=,H`);ɣʙ T4?rFض} 1{ ,񣊂ݘ!23ѩZJo֭4-a䩑R q; onD 4BۘO* 5Vh=X.~sx"aE- &ۮ ^`]"oL '8G_}Q&ꉙCptVnNA1H|UZjܾś=O OӣP^Mᘴ"t<ރ3}߮ۙ}$Tɻ*]Μpq Jqmk)$CCZOaYumTY~1l0_W}}ɤ A3M,ea͌uή[å~lw(x~" 6V2PlܑU~jVإѣU{{ࢼ fRv"rLp-4~^U>ӡ@i6}ё^VH3<,i6[h/1 *pe4g=Fny6:JVE̻}J^bc&dveol8-EUzOId3'#wU7>WH-,ePq<̖@dP8ee{)&ēzfr4SSܷ{v!;sG(v5bEk {䪿SSiB|]:'mjv /j:wK<#BuO/VCwb߯'6TLBC g箂4w Pʝpq=} qO `&Mi (_Zt[/jq"tXLM k1o&(=J~L`#|;;.H+I>  qb׿LҚ?Kz67C9*[+sh\S{T&e 8(KO7R@\!NeLratweW׈{Ѩ!S=Q'8Lɘ! /dbߠʴ~yz+d]nVO g*sԻ!Wл!?=C;:1u k4/ z"K%lwU TtXD'NIrvA%U͗ b`~`q-L; I3!+=u<-zmkG%.V6 y7n̍.4_j.Dd+E.3SI=F婤Ϛ <dęg.Ej$W敏nK0L;}@FB xƆ{(*}K:[o7aho՚2$MGq5sp*(&'/͟b=X׍4aWIK^].Rm4NɬoJCaA}N˵^Z#d lN;ҶfK(o ~] 7ɯt[c}juqϟ XaE2 kwiڛ ԳO XiIwtz AOu?`4awmk۲C& r0SƜ=_:׸<6o<N%]97Qf%KS שSѠrdتPg}8rʑ5|yiJk8̮ŲKcmgɏeє{ $H,E\rC4aQxdX~㒏W]^څ?6Ck΃W/]+5(ZSw3?rjzV]2/]%w0ςn$K0az) !!u^gwDe2fk+FC$'B֡@ JwDv͈c\`r@.ZDns] Slr  ^cGTe<%T?[V 拤AOf.88/ɳ1tYpca`0T;DlU;C2J,usa-2_duF2Z+E7T0Q}!oURQj*j\ބy 'f٠l %=mz>'/~y*>w-3(0f>/^pPFmᆉ:XP/ q,_cY(q$A)+$b0=~Ҧx\JG`HWkr(H)^v)X5 4I:9ă?' طxm(-_f=fP2\O+j##A(sWKHv+Q$kLܲ&Nb%-4]-p0Զ-AD֚uZ/M0<7}<,ڹO $TB0 I'H?-g64! 7^E=8:x+0a87,$WOO -(@w?6Lj)hh [m-` tο1P R/]'EZ&mK=?ˁG?tef->p],7蟦-L']0_hej݌F?M},nRiAl2ӑţ˽[څӲ֊ZGg)q=,Jզ8ػyTRݽ"v[Wjwҳ1o&Bu&.Kk?cYS$7*yMCR_1\/w&8|yR9%u+STPoow?X3;.T|64";ˮ<[ЈتRj)]iOhWO.֕0 S8wbp.fC) 'rXpt('Q#'yT]SߗNggsLP ~gdbs!5Pc> `/aj^.謈Q0U";-*Acڛ324qg,[,jŪ!>Qas ?@yv4 UԦT T[ab=p\Χ-àȦ'R5q]}x yit f 6q%ߍg@_ .ǫdI KhF?!7@)8%$_\80 $Z7cG?Q;aRC [rZ )+g1p,ϧQR\ VwjQXzq3X$jFvع m`gFp`Ә똺pe$[l Сnh?s@EӂP;N}`[m8U!-MCHc-ԓ[+ջFe~ *eR=#p],q7Ǚq@fBU/VQ:Wn+X<ϻ>Xϫ c=dꏇKQG7jlz3Jk=c}q%i}h<W];}cq:d/<ձ6K|؀52W^֜2N#AMQˋk2-4~o!ogĉħj*hj|b4"VT6Px$65"~5[?eRYW20ʣ/H.`um]:iS#%9[&XFtHlyܔ1y bV~jc桐vp+ݛ΂)&ub^wFr=Ed"=W1Z>K(ʜ'bf@,S}Y(Myg<&5TG緟8Y ˃)'zγ!3A;M{6k>A!o9clGoɁF3KwTLun̨QT +)+l^f*ѡbt7X![Y#G]lӿß`M h#Wdujz'_8031snnE`ĮQ_!"; 40_!ϒDŎ7]'ݞgLH@(phꁘIu+=ߍ!Qr(@ @ui@-\K|C4TWRw;(f?S* 5cI}#H0yRp"3^VcL1j6a70]&l~-HE$3z_tV~Ȉt?DUty9SK&;R5:O]qL-7DԁL u=Wpy YN^pȿmTZwM3A/5aRx'$J=}S[SsR7 QQ6>wXl-f?&$!be bس{PZEKq[)m/YMbcr@@p-$b 02ۇq0HY/'"q ShiQ3 9sXjC<79{ adivv]s)/H]W|PƋYɋ@>3+ y|=bzp~ud\ :-\qKۚ$mƵ/*=]>GtGqsSmCo2_׋2Z2T~'"-4* _jlKe|]6n Lq̷[2,'"A&t ToxYw9n7gdy\`$!:gw1TSYh%-T `)|WhtLq} ?hf{<[Ckl ;]|mg^jf߃XS P܉D}j.\sGjn9X8 MgNSI.$o.#^}졈Bzޖa!w}vCFAgBg\x8]F-7E+'e9)+ WߩLݏ.)VsEI } _+7ZL>szEteg YwB1KT9G@U*PJlFWb{frsqM䁄øyŦѰnuxqÐԗ'k 0 0pmJЗOJw"Pyߊu[4NFsnO*T׃9 ə\%p=GI_ iBԃ+٧v/ O,,Dt:;y2nT ҈%}m0AtTZac\"s9EPqu0kx̛ؔo BN3zvZjgpοqMk8iLvR]V1ڪ?b~aձ &`T~! C̰&xVxճL,~=Fؽ&]oN]b Z/ezsJϼ&P._ ]IQmU`8yN`ZZKu WϲլbXgbWmyk+D-X}Pl yDS'cƘl wyh/ +ªzqlCua(K=pqG"5L & 8[+C#)Rn_3 W-|SH,F0uVBt%ܭcLW'F;.nnnLiWhT%1\ t-]: w+k;RFx7c5W0RPK+B׮J%̷] x)JPuޓng/D:#Ƿ~#YLp_=Z l+9=pa 3Lik}"lITa|gE|Q" cD:s闳x7kUNyEAd{=`y% @Mp"'Y ~XKi<)L?Y q)CП;Uj{#4d͹eҗdj]\Vs-/!11>*g:S„uwΗL[&{Ll)41T2ؘ|g~c:?!{\#t Ҽo0lFO~j>9 NVX~dY8=譂=`iv%œKf7UhsN]SטƀaSϱlc[L35QT^4ف^]x4CRM )X ˓OHOW< ìA=Y.$YJ-RKzU:cPeF"qG׵SR)/[ʺ # mN;*3T6~‚)jXף97HTG껒ssNҠG^ᏻP>-IԘE'mfUQݶx= oO a97CK*;\Fv?ͨLM=ҡ#,oحf[to:&/O1>$Dx>QۃY:7mhC<hI9=9`  0T)lጻ->֌ƒԙ+sQb mp4=!:UqC8y9-Y3TxJn,kk0=Lf+T3QDf%PTfB*o&:!J !EfL|:YQN?Ph{]?",'EdGM,+ <Ru.b\Ag66y!f3@v ~8I!2Aܐ@( Ww:+w^Sv BIȻ $a&,qaf2isWH%'B?M wE#'Jm/r&⇢gNa&L3X\L5Y.-h^8 }S]"  (&$ZP䆤{r[tl_u&0r )t?ݯOL*柏dՏ=ΐ wFdjR[Al 54eqGWVҩgC2 $n"vn >Ғ kJ0\}o?j֑CҠyu/=0:%~SKMp`VY.fQځP붏J1*JMT/ٿˌ<֋ťӁU/_7$Q{(*%-7l(Z.2>DG6R\ ;ÓǕ}J-wcra 8m//_esR (r$l.FˢT}RjKTD?}X,gK!A쫙؟\YڿV6WR`Oq :*N*j6 Aq"*?&p|3ov`YR/WEM W6S=f}pq <4 ;OD{ST#PX6@o\<*_2ΤD_u8xE?a0ebw #(}%v?Z(}mo2U5\uϓ^j0Ak,tTyd7 0Jj)b ]"tFNVZI).CvᛀIdH]%),6 a\[9rt?1T% vb?8GsW}ǎ<^9p+ zdTpȺA&tfVE=MV6$0A1֍~YiڜJ!qWkjwPSb*`I,&J6]@^xȴn0OEr+0q^&rZpB* q T~.^9L/vԩCO(7 NOE3E6+Z-2/֣P{.vgC^!ݢ$㮣6c#e)J۫Bڦ_'٫V =,q^gN!桄D #x'i 4_˓l+{a!g}ƚ+o!Cք-M\~orO,DEN TU c08^\~E9*]D)54:_YxkqAـQ( K!Kr[:㷎Q$2vƦE"#ΐkA\X.h5`d*ST FpUz&^?O֔%A )\ /&ܖk'LK@Yz{?ƍxj`#mϧ8z^C]*ΝbzKKSx@Ev^*y\tA$C]g7}8dRڠwdu>9{ |˭&bO7R/Cd(FdޣThVw&31@ COm$0 ҁy:k`-ZD xUhWH?n}Ft7KvrDu ;͒I9&bCtaa:cAzJYOnM1${p͆E ѷ`KmR@>3Sgܧ+ ޭ^Dz7g14_-(ps18Gytl\1˕{JpmB$_?x sVN~iiGX$%{ߩF h2/=J&[Lfj6F?YWT=G9AQ1q('$|P7N2דљ( +5#*-ZML4A~f]c\fj!kəcM> il=M(tiMr_è*Mtݱ1|"DR8 ]LXyYz2FrYI O.pN#hTwv:>,8gW\7[>~ ()$ԻsDe gg /S(,ӑ' ά~L2cI\?SOLjV.rZcy.E4o[3u0gO ߷RQԈc#*>@!-MBDK-~c̽do w8Ltj첗L:F8m-sDc+\ƽS +EEmbrt֦jy难ƺun!N6h@@~,0 $E|t>Qq8hau}d.Rpޏk ݞAt\siJDd;p }J_Eq p-|VA?YlROWbm$v]L{*TCḧ́:=^X#PAŠJI-BjIc"ǫpM$=1: ,W( O!x{i2 Yy[I{?N{\~RKrI!3ʫSQE?TjA*ăM #hQhr|X"\S`T<[g K-+؊~ en2k#E n3Fԁԅ)-:GS/GȎhlIfv2Ý`Oʃðg&6Mp鄎ojWM/ێ>90 @(6?Xg qM/P 7 JgM^~Eo%iԦ>7m ZG+(b@yHJuv٩nkӞ,%fOb,f^eXlm\S3&Y+Od*jhIAk luc jNˇCL.(Ϊ Ůmy^ xmg$#kP&&\V !}pυ=+ M.w֏ᡕOiVg%# WqحIk )ݓh0+cIi 7Ir Z4|J_UwFg0H$LUZsUpgFZ&<qՇ}t3<"[)D%VĬr?h;{>1Lwaj{|ނpjRb/ {~3!O_W$7?QK k ze}|9 N_Pxq 2H r Ii8Kw`r6pJ'No=-SN XrUBl up/Ag &8UԔݏ䝏&ĠaeDK b86#ӌ^T42!b'A`F¯^k[mHF_wHR83q'["r$j5yؒfT`Hז'QP5c4Ƭ 1ίqqX}]8tzg-Փ/Y~/zkGiGd!Q[,$-wO^g$򏯏%|v ft}Ȣpкx#+E^Í@ iA^k\%;pj&j+N74)_^OV\c],ypҘB!VC%uN<:2#b*u9CDz! ђ05A7_@w}8f~qZ`M@ x^R|9tbՔWgg˕By|;!e|5*2պJ)ѝx@餉xԤ!K363Ԕ5^9֏fM"$Le|]̣)zr6fW%h`dMO vsSlg J`ӽ$bǗ/TJ%O{pbYQ쪳/J2x BVK#sTrēCN6iH:Nyݙ0t0j?OfrE^vyHsW[,׹by[ 拗&CwSb&iV q]dA[q#d\q5ȏ3u)e)8c-tD-b=()t4^jl򞻗^wĤ(o6A'?jfI"nm*ֳd2zt ]%m萶nzubW_W5oihrJ8-:+&H:ܘ& O,OⶮoMD>[_C~LֿQe+Эx<\͠㩦>0:ԡb R>DCr 2A ?>ϸ X+N6X}ܠ֊/ "l*G0K]nEĹļ< 4 K 1ýUZ2h79 FMgׅÍK QoVR0&3O-^/Ҟk (ې9ů'I"ڏ7^W+x4oYc{UQ͉VC ]T Cu%RV{]) gRbӔ0Z"?)[܊8O  =h54@hZ؞~!_If$e__3S+'ȸSiϴT멫{秗I !DIO]Yi d%3zB>N,r&ġl'Drr'-q )(?^Dev<Äsʹ7Aar@'wE t]Jrߪ}akw6#QU;1JJ?,#hHer]ȽpNçLj !hēj_ӟF[3j64 <9Tm 4!߲>5 =Kz Mey;$-dFa#Ɔ[tԧ) }d >Vܾb-_G4_eA)OTܥF ÄȎ05s-@cpR&لhYw@S&=%x4&VG6%̥z!u0-^#r9˒]=2.06%ewN:[+>kE95qܹܣuWy#1 Ytztj}hk=n?|[ ֩:N.$rqNZ.2ӄ\EKNrI&[{_0Ĭ(+\譼%GFL灓; mݮEiXwt)B0@T|*o+<رuyr=2ۂd{㎥32BvIG|kHCty]Pa| pZB)_FGzӐHEF9eag* wǢa>G4Pͷ8 !QI q &GmʲLr[4!? jȨ79ևkQgu@(yעfJK^2eZ2<9щ Lg 9*z7 T- 9#AR{'~;?%x*d`!5h?oNxHUx5%pY w(l WΊ ,#\b8-itr*xYPhե AP]hJfX6AԖ94qUKmd|'/Z@{EUH7nɘɮQz7M=+:ta&XSqOAľ.VSu3z@ L=S۫wXyJ喙74>y ΞeAav&'?d%tF!xW?K'2c~r{j=_h믦ҡ& 5UBO9e`>i7TQ(&;V) xBmBfQ 1"34_up`;()& *!%1б3,xu5> 0516[GYT+b[*r7/&e+dJ2$ٺoF+1F5wmƨ,3̾*qCXb_z!͕$ q0ƫE/?tVrden-6U8Sﬧ]x/Xm2mM;?8K+B~dt˥QE`o yF󫕢P[&! JdKo6Mp^)C40j X⠽I)s0B)KU?ZQ"EMf&hlʱa&&d5&Mle!> ?,kz煀;]C; z,Uwrx=)5;B^;Iv7wk\~'4n#Pf'cShkʐ0Z>"O;N5` :kb|zrM#^*{7UI]I_B*h÷vϋ^nr'_]dޝ1@2(^s 9 5^.[%`],(} r:4&wc3a&e۵峋D@4#ՁOZԈ 5~g[b|5 KHи;v ;f 'qU2UYŞe{x~kRf ($7k>8.4\~^an$zן2Kbaek_I9|mWVN눁mb}RǞ \CN5T~.ܸ9.FLNYsGK *J9d~NCѠ؃x^ Y[Cxh3R=d)Kaq˝#KyK9tw 5,$;OzO셏& PmտV2r3D|6[򿡎|&'&ݦAPU%*sr#G ]wЛYQv?o}fūdng=QM8 1199X_ %T:Hi"J.eA4[J|JzeF <@( :̣+ _|3x}ZIae? ZO)l@%yU_uVYcVș ?/7ӁhPw:_O6-nr<ٿB.dIC*GEB6H8Z;SWS>t%_JV\L&93BFL i4m惇v0 4!ൺT㟶J!J8n?0jlÏ#Wxpը'e;9v^4#tT,y˲J/KA=6>LYwѶ  M`~~Wǰ鏣3)io!K)NڟNBq͛t~;FwҖyJtg[lGß v 6:ظQ\N8 %yKGa!a(TC'6aTC!OIy6,R6DRL—ݿ:j >nwNFTz~"]mJrO#LS9mQ)"QOhocU+Ų[y y&PF@ȘFJ׼#Bf{=7@L /Lհ uOJ_OLC_؅{Nّ?>WuD"/7ջ@?\qNlDªji(^k5?[i:"8?\?5 ܶ]2J xS#V?zJX w}/Qל&xwwj% ( V`N -3@x|^}_-:N5&+|:/SA'xi?1d&, cg !%ͯ@,fftvTpظoyMgO ^q<>ʁ M&0}cG_hdXդQf=[^ߘrrS["]nELgk1P< B^ۧ{*۾AGn>iDs9 f?D`#bW2`̖3 /q֓//!n?Ao+ Mwl1,UJ\d4K@{u~2W c^DsOY+^jNgo) YXmHrVtChzU#a goJhhhaD/' Αf x+S~ t,U܎#v2`h[]FUvW?J]} JbBG},Il`A$۳p"_ڤt ~οǣtv_$Hn2Vuu&ވ4vg5СCMO |ČG!gf[\g@d Psqܢ̩Ċ,:cְ:AJ`{f Og@%sܻW6h; @8Aq :8/\4#r<tkGc+cFfV֛X~Dda!Qx|T<^LQIֆ>iИ k6 rȒ+ۋM-Zkװ,Q \F4+mx[_%ͽ?7r*z=7Qk7~~]/97|`H{'C!y fniK#`uK=ɹm,@#x1NHXx w[ΒnMY!AZ\wNEZ[A@`25qӄwy>,qi/a;cTyQ1N %_IVHz/׬|hA?wjWԏk1ؤa C;0Z` Y8m?=ҽ ȟk(2|Y01Wn)=_awKgDVwe<5֞ZIJP bV"bU8, 0Wc'g6<٪"fZ.BLeԒ:$4=}DAô߿rxa ׃MB5F:e #gH(G @h[wzXQq5)gz3㱏C߽C.'nRߞφxC_ƚIkoְ~! [H yNԩ-VN<T\2ߤ>Y(D'*_^߀.SIL{EXb0I}AKò-1#RPkkK.!(5,#7rJ*g@pz]kkBQ򸦯c)HC#qE'e[x^wS?e~Z:vi@Qkx{ylwmS[(*BoBP7Nid=![Q9&TVIuCqSҰi8sa%_l|Q@B^"Dw IuH.^^-y?CwaշBZ(}F+W&PW{Ca2q`@CV.cVn|2UEeNCcجz܅ IL/xPB0QyRzXPEJY؝FyXS{JFsF6~KWxúzye O>AM:Pw">[%zWmF{O9-~ӭ9Ls k6zoITqMR\qN6)5TJn6kT'mxgʒЕV&#T ޗ*VzAcs4|646糮]lrx\2]Op"Yw.v$>ȿ"op<1zO˷5%7i=m:yhC_yܮ#I_$~#ѬJ]sM %{wrd&ہY+kpl rk>&]=AįL)o&c-pNY@aMwc>]:r$ZRb2Q5rS3~  ś>loFDҬq٢6puinjg)!L$xl1$*m::O\(K"0\}zֺȈ܉ovr** MfRj آ"FUV{cq⚖u2|{F fKk g 1{28LxUGCE{OƃA$0Jo0=ER}:N(:6|0E?+RէuS/lmj On[Ϩ:JNNvVQNo܇3!h2\N-?oVK'm^}8淹4?&|ېn\ :qUτ.نĈN;єK.x&:;n:(}&.7ak!|^tQD\VjQ,)#CxO@ɇ紡=N ]GQ3BlqG|*rw- .ZVbߵ>3wt Vkޓfpqb(q>\+" ~?ZTD x.c\f<4)tmOcxc-ɚ%AB`:D=&Ge SC졑'LJ}{ e3  _8nʂTH(f'#F=jE_p7fַ=2L>{<[2Ii=N7F=GL /yYQ=*B Mx-oFAQ݋o+2Pz͟'BYop3f)ƕ5Ua+<>_U 0Ux~t;9|X㏿zJ=,$mL(!/y5ĂU gL0H-&4SF?B# _e6EN_q6rҔ5AG 4^2~NNBJp_CR@aSԮO=ergѢwNJD) wq~e!=A%˲ (/ySdŌR<IauYbR/(;,g>Frlm^eC5`baɀJ~XYB::+r2e E(힘6dvfWȀPC@+GQm(2|. k Yha 71Uh_Vr7JH9;*R-!V=pxz#{?tUq;*91)"y\ZaE Lq[f^ ø(K2&q%GbR;r ̭HL2/34'(A&ߤ>߻1wVEu!dXʼn bh"pElm|ލ?z>р2tËS+a  E9okdbZ#~ (!K?N4}+&[2ȶkϽ otU~Ũ[HKw؏-i`J%1yk 1Ig`GiM]qcaKIPh1Kq`r[Zt*ҫ8IX ;lQi ? PUMkT _ :-)`R7IOEoKaJXI_ңpę ݷ8R/fF𼌮i'Ȍ&cDn{~T`_{RC$&ðL=|ݳE8]UF@ EXʓ9 (m(ہ~=b=EZ1-@9WPU%h&I=N LYrt겸ƉIVn!&|g/K崃Re*\r!9IXy=Q"%6Wh߃ӷEWtnQg~jWjOVu Op#w;ʫR=N7Bj?g)>]5PZ_$)%G4] #50TgY/:󨮟 (U }`WC R G{4-.0ȇ>!Rgep8Ao[+\L;#SSEVѬ7b"Fm}V@AW h)B"4M[{^a>gݸi~p 2*5H Y&W}VC7p-u1 ;Bs) z)j ZTaj3CR{$Q;nsJ!nEC&u fMseGGm)֋ɢSBlfBi9nq%j+ЕsNJ 3tHʹ8jT`u"&}s'/UIv$@>d;xH4u]8k)^Ŀ>QUp41k E疴 ӗ#gw?tq?c6Flsy@y6;t*\^ȥƈ,4R֊ RZpO; *nu2($g:aETB6KvxBS\b=In4~#468;*Sj/}RPd|rͳ2>{o g$l$pbjDYӍNIrJ}&ʤA=o.?9NȔ7&fb> dɕه^ c+ [$e;ЌcEDEO qG5qoƪ-p1*ǺP~<:,gzQ @wɿ(9D51)#}7f IYcA"@Ϗ!#ّ9{-ZCAerThIhF(b* -]q{+%oumH/S^-rMw{B f$K~$TU4&Hhʷ.J.R i~}PðL5I`Gsėoj47*? _mcc`-'\qI<yʬ&6sFw6{d}Db }^\mpWJ2nV:NVRjASUR/U}ƀqtހQrVﱜjȵTUl {gVT kq_+Rʋx~ҙ]T!kU7o $Qp/-1ɮ{+alpoQiLL  2 ލKK . ?*4S& /+ԕ j'm{6uiVrj@5bG>/͸a^#!xޖaS: ,rhu?h\ƽZsrN+}I%l+WSmL4I~=)iҧu ^a@uͻK<b챻5Z#'61/C5VN7%vZP`vʊ2Wz {f sHNBn^~爆rSe/|,hq!'hWT.;Č۱9e3c8|3j j2e$,imP"$PZY|+1&nϽ Jiw۹E B),[\I//Y14vcԚ'e92HO^Foӧ$yMq5~}uj5N&Êɦb1U3Nԕ V]d.ݜu uf%߼ JN #ǪIәX tE!Yў'v`XWpTMoDԿNpŀ9g+WlL{L/CXڸ4$Y[LZ}+.d 1pc\ؗ8Y}{# !ěi*T&\̷H[pZ%¢VùE5\zv%&v؜'=^r{iwt$&nGi">f Rq!ɾ|$y )\ݳs8?O {N*1n3||E*כtZے{S[Fuu{}<:@e//)?ϏغQna;P &8O??c#7"\k 䈵HGf yߔX1#!(^Edd1[̤vaԃjMTtS<\7J^A4R5Ja5&"QWDķ-m F: =X!=S@yO,@"'':w/J<2/ơ L"-cG pmG։BY֧OK$9<)8Wa2}y\HR]㓨}X3=IyN` )U/ƙV[\C0D׋|_XuaLyǨM;ي,2P76 6O