PackageKit-1.2.4-150400.3.6.1<>,Kc[ep9|$eOg.Meb1t*XQDHpL 6 K7dcQN6S24tᜒ } +t/n36Ղz2k`ZeM|=!ГM ACsOPU+O?d   Qpt|  &- %% % 4% %  m%  %!0%!%""%#\#$&(&8&p9(p:1^p=>?@B FOGd%H%IÌ%XôYZ[\%]Ĥ%^bcɭd2e7f:l<uP%vwt%x%yќ3zhx|҄҈ҌҬҰҸҾCPackageKit1.2.4150400.3.6.1Simple 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.c[esheep738SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm "/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 "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi30JF@h X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[dc[dc[ezc[ezc[ezc[ezc[dc[dc[dc[exc[exc[ezc[ezc[ezc[exc[dc[daMc[exaMaMaMc[dc[e{aMaMaMaMaMc[e{aMc[dc[dc[dc[e{c[exc[e{339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d2a5ed419f5d77a360f16e493c70aabd25b3e5ed3dd8bac4e7eb44743d7c3b73994b03f4385ad6fe036d6198ecdecd97da99693876a0eca26c6147547b9dd9727a41feb20663a33e665b1ca72211392d99878d420fa4c75261b967f8ea29299fd5be1ffe4d4b07acce6a8597cc0d94e933452aded8f9a2f546f042af9196bcda39debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3af83e26b830e618256db26e2106641069013b02677e8b67365da482eae7d1582bc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]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-modulerucksheep73 1666934149  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-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.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//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/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//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:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7795e367f4cf36f951ef1c8cd30fd293b68f33c3, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4e57d91087012567d672a406cbb81678bd42da95, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=dde8d14235253c57f7c4461fc5414e27d97b5485, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cf4afc3258fe276e2c66fd7ee636ada2af80afcb, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=73fb61a9c829ff1ba784fd799577b277679488a4, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML 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.4-150400.3.6.1.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RR?_mY<systemdPackageKit-backend-zyppsystemdutf-88d0e3c16a6bd8f362aa59ca1b5022e99e600900a5b105aaadc747fd4c52f9c83?7zXZ !t/Bd]"k%aMscu/ޓs8Kʼn8u0$z|R 9c[8([r;{۵ șZ\?w hb ==M+pɨOc{`sF)7ƀ}_`Ms~[ 7Z'e).@s;/?2?1=~JD3(DDz˹0Ff}L{E۸ޥC9 e l)ElNgʅd^BҠ%^ o`b2լ͠ߘj`[`wf\63N+eJc!؟3R;鸢O= ..FQQ|QT@%xz6Z~a,+U^9;:Ksok&jw& 4|L^űW9xh S5X}WCKcyD!/ޘRY_SHۖ^;}|*,IUCF/ !$y(PDzg=I?q3NЩ$ܸG.%~5zo7U8zR-ǣXv>H:7MPƑuA7->]ab"w6sb5({/ڻK\p1IقXS.vM]25Sȗ/-u l:pO`|:w Mhz lGnZK`TUSW _nӶxraк 6pkx7;1bOOz-@0muVI{gD\6(4QȺv ;7?[0\74QhU%oF]W"zB!Yy!\?Of#6`3bț@|[Smj?zYtt݂2T}fr)D"4O7:V![<^v! tPۭ@s5n?!)ZÌ~ 裒9][z  }@-T0az|uJK_pSsb5iD;xk?p86^\(S~Zhy].,eD6D^d\B2tAEfnv_{qVOW?b3FQ}W‘蔧7'PoHAIn,?׸6p4Ľ N`WD0w2"0Haߑ/ZGJ|l(^Kѵ0RzXKW`.έC_WD Y*'Wۯh=KgE2N(lVhpPV\Ud QbF28[ hۍY#lHߣ dh"i?}U\5KTʛV>sR9{{/5S( $+ sU=S#6qh H^PW(nLgE|ɡC`aeWXgY.PzRE-%2o3BK'F+gK35aδf_ ܙ#:L*Tf'(tl IٳP煑^:p~Tb2Y_kʟd0K\7Ǝ',NIc5skl"-F`M7H76:Zݏby@__K]^-KWfͦ_0jIW( HmP8MoAƊ>oZoԼ4h(+L4]=`) 9'` t&JyS,%쵃΃ċS33c:Xm؍ () "i3⣽yY^9vs-.t1e.ؐ4e;Hj1J{A޼+gJC8.MЗ g[>G֜k|xeGI>9N£Zwՠ=㫆@x`4?VթG+GEo[A2`i an?V]^wr \PU:ݨCe ̬7#5яy..l~|8vqUq8ݪfj ɮÁK/a< YFzx,BOkYg弩yxpcX:iv^\[ʣn<7V^Rp63"ku(G};**uϒn*JV""[ om<=!Q[?˴u £ 'zIH_G`+lIF_rֱckXҌ!*^SUgn[5 Sǁ %bv14:2)n6VZψ}}¦~i^)±4J`׆n^V8'@De$s!8lkv N(KK+Uï~B$MHSF4`2Eivk-dxq=[To@iăǝX+k Pb>b؃,"{$8qE\ƜLN*#KF)G^ƔDOݹ<:i Q!6`L/:qRQPơL[?>"{ Oۅ䈤PEN !}`GY5~XQf*F;}]VBO&`᠑KG1B%2zR_FOR)aqV_;YNMr =?N-}^:hmJ㼟+G)ʠ/F 45aALurx>X\[{'\xv8*{N6(ؗv'*D<:Y0!,y%{g=+o*il۳B;bl N$̌۲4tCJo%= 9E7> ^wSJqܣJcOpFD[5Lgzb{Rn*o{OߦE^&Gm̈pIS~fV&Qu/x.m:ԮnF:2o9n\qGw+8td|cCX.r \@8I4ɽg}8 3CxTq,3K6>hv .QT&##@"*(8AOǎŘ^7Yfk z7% Jؔ'`҇ykJ(b7]Kty2wX,Zq!#&p6WX/iʅ.&ߦE/wq,D[U'Z] U 0'k+g"DZiLB)@CKNVJ)FS>/2,gMX1Jz."j"bٗRí:GȷxZ$ҁ@A>Nj"Np5 8qR$r3C`ko uP7rqtv4"1(?!Z!7Rc0$DzHW]j D^ap܋lүN9LqL.mKtuKd7 ʎ KЧH5߰iꔑjoG}ٸ3sQ|ffb?C*%w/*wof=$NF )/`ԍ[K<@^fP3NzN~#un`DJ!Mش˛NfZw4݄ĭ'bTaH|[ڂ$,Ƽ?dr|`sW?fx0tbw2P7Z(s^IE6.E;`ZGd!O'_V7=jHKҸu+{p{J/"4[|dС`V>EGk+:j12—IOOn|W/W}7ߘ!6̂_"vٽ?*1mz烜ϝ}HC۰OSW#;[,ULPB$),3 D׾.V װɜ:,-+mTmWDTī,Jkڮ7o֡D'>TQX(N)`?$K6}dRj}Mͥ6D'褀]h}͠->m%s~ j,;FA~iYqȰكv ~OQjVD,$#K,@HK4TV [fOcaosc)^ 'z׫" iynXFSf.u^DT%~Wg"ehRܶ>|'6ČRW<)맫'S̶薙h!ʟuNrΎҩ$#2[ojTK]koZ,Ï8lmV,/|KV?_i$"ɱ{-޸&ktrxPܝ1qpaAOsA7+ Y"rmZ+g.;םpps)z[&Ef@7lRi{vk-DYwYjˡ ~˯ܓw_xAqFNHX l 5 Z7 ά^Z;Ut); qa"2FeÔQ Dm B-^-hߚIfuvs9uF=|"lcwa_.Ky6 |-ogQnK rD/ykK\KB)k8򧣐v>AocZ*υX˸"`pi#; ZS Ҍt )$ΒSm -byCGTs[o3y4{qj|͔7Wlhe aHEnt m]\mM>̈́Ad[&6/1[. z!^E-JL+ܥ, 'f&~vNQ;b;;e;6lz&&`wG ݟ]D;Ȫmd1$2H0?x48 TdTNV,]>D) ZwG54ߗ>}$jZdZ^ONEzHo:YBؙ #m'x 4ҕʉu 'EϩޣfN`GԫOO޺Id:WJW-kpfl>Hx(Ȉs@]Ux|j-(:tڰc%0ag'1~3W e(ɻXa zGCIϲY;AZɨ`3N_`0`rw\ >H.xoj򜑉 $ܤI;8U3f쯽c>K#WD饒dBk_`񜚘$8Owp3MQ¤ӻ^M oF[nJ6*{syt2ʷRÆ z)]W!`X'U. {bjOgHQX*p6Q=;g X?$~XFcP;_ en`.ԨP+7H``s7m6J>%<;֟ڂI{>W kq S V=eHKh0>ʋPUb:{&>?ȩ̀b֧!'^VmT<vQݽݓA6pY|~[l7Ɲ6F,-^w@hWG`~㽫Bx-^ȶrO?a䏰*voOC*La_v'j4OTd1 Ӈ1Wh qa õ _# s Țft47VLdgzl_uyㆼ|tfgȔ`~so7[}w7oé5P "/mr 4Seނ [;Eizk =<RD@9){s(놿MZ % a'{HI%˔aZ(@N3waޓT n?p\Y#1XE~JC1t}M2)*̈́R~{P&Bƣ G(!,jsw{tfgLAq%nx'3@ 2p^5S :ݰN*}s+_Ulv<*y$3A2eTVR1 J4i 9ΗZd~9=VzKj i&'O{#b0eta ϬO`ҿo^z5@}C:qy<5 )v9zdW0@2uʚT^Dr-=PB$Ӆהܔ9%Uz__U 8оZ\bs<c慩T.v\6HIow8 / *DXsymVv/]-p-o *"FZElH; lq Utwa\HQN~_ffZz? eAZn+=%JYdBk\l75 4{intyiz Y4HF_cS'v`r[nV,ElpRm/FYmQ57dM%a$2פE:O-FS R"wjnB:T^lЦ/ A}nGM6,ډy>=AZՉˌ$N*|M4 DU,&yAqoZ]mV0qlsR!o <;HJՊ_c+%ݧCokiX?l"3V=vI){<}w3r)=*a#pac=I:֗F?xK׫@`OW`6bV|>=g P߯.f0E $t5sA :ćq+^|Ɵ!H< p_h; ,AV1!AiZ e2k3NNUSG F9 bR1@H"G>geCDѤ*.9g݌ d73KLG}&o(@#EI%Eo _q2%K84A2pѮՑ)Xp{H$ v-uDJI[gf@QFY5&|H`gl:Vd3Ybj˱5'QG$̓; tg 8~#O7mUeq~|B!}Ai$79 WZrɴ7슴Xm*)KʎÄ(MR^N!a9EtJqG1Rr*tŦBFCry{N܏\ MKyh]^E8S2WhUكOAnKn[M1{@BC\I0P `0;z GG;qL [$>hAI`#p өbO`oncHRgW:Li2+2{pL2C"fs[Ptc&ʽxv"t~Jk9cqMj ʭ;`60XPQcDv71WMuzؓWi9@߿-  <nAvT8El ]o UH|dxn3q\ lD#N3I`˴d5̝$zd˫pBXDuY$uu5 y`܉tԶ3oG&-2A"(hK[vs.GIuZ([jU}!FAn}XJ7weNϊ*tIֈ*3+GV0)6maUHTSmfД> -@䵰new|cO Rpk.352$b6yCq|&g5nh@*p(N=S;_7hup[=2`z5E<Ѽ ˹4 _ڸbmqj[+*d8)ۖʰZ5"ph5/49"9 kpʇ Yޒ.%v_-xe?ɦV'*l[JbZOHA& +L\V8Sad2]Vję%<ԱYج[? Ӵb首"<JߣvlpXON0)yhݍ2[n.CH3rf0BIЍҦP#@$SXme;CP\-͸ {KA۹5vI"E>c;Xiuѵ돉mĄiH;f*s**\9&yn,6Ck, h-ﰱ):UN֜,~[¸!Lt A5T `>bgdՒ-.K9 ! TjMc}39v^o$Ѳ{H5SJUtGcO?I?-lUN/`Bmˬ0]0Jt0xR3oMn(-v9SؕE7;;cȳE$SDˋO"55 \wT'C}*cyXY iJJ?8.F-7o8ŷߎתF X9()1tt"_~A۾N$xٻ}S?^G gHUdԱ7 mJ YI_8ŕ鐡M GiRHÚz+:^rqR O<%=cH@]F&Dя*#u3-f:'C˕T.֎W,c[?t`AEwbJ V:RQ]OռK%pL'[#-4n6Ě\} GeO vI占F <,bI;p77Z(p( t֘9D~xsX@%S0ih@<0rgvjI3"-jne谣(^i9lbqEN-p*@T3EX:Xv(b&8^ɧf6)mׁtmH) S*tѾg):&=^Jڄ/7YΊ;͕JV81OK^I/be]38:OXen!N9;:"iNUFqy)˒QG%TA~NHdX9/ÆCE37%rLfcȁ aQ4hIjJ()`qpۀg5MB0,oQx]׀?! #u'9a[®($.Nw k(zCX²$o r6:g1B ?i҃—MeC3n"z(uVcߑS֝ W_=M> LrxDžZ\X $c mS$XspU_# |fK"|YdN8*yoJWOӇ8R楐X 231 ͺG8nR.k;=;f˱Z`߬U/X$cR*V et7.Xu4Jn<!bԢ)9y6ߟڔZBb9@ܦY^ q_D;I "0fI1:=WyI֪Me͵P~Q]u <䦗$Y)Xf&-}/RsmƓ(|^1 8Um>AExJw}29*JHa?h" 7pծ\znR_t-˞Su{,@ qW{DuwyX^֣xbWh.[*>2Wq] 2 b݂W*JT-_>UL|(qFOv̺,|iSTyKʖQCbYHKf"^Ziw};OjnrJCpLs"FDyRǛKSZ:܇GڞZ Clkp <]0C,{7JErqxZ1}&c=YXR7|rvnM<sz{ ]~ vv,(C5_6s/;1YÝnȩ\!I|)T@ :' K c_ S&%ԑl-_hO`)|݆c g9\Z2/Q@@~Ix4.(,FmnýWV{_FNÀ[7ľT!pQ\n3zrBP9EoLv[ҏM N9XI5HAK0zJ6h裱ixWM 9[d=GoX}!T+z~4A͏6+8˘>d͕A ByK^hƋ PkS]'q0X;GM&ЃP;"]Xсb +% R齱qYd}3ʈZ`ux`@DCWJ\ٻ(Zz4nV)<+C1I>vTO<M,AUlC%(áO65]uYV wS'vŧ~T(Sm,%kΰ{PEҜc.J9hsuSddV ENefvyʴT9˟6˰u>cd#g}_ ;0mF J !Q>Sk Ylv | )slw`~)K=X ߢ.oAmGAt1eQ50vQ 3Fvb}2 ъ`, wc EU!guZL)6I.>2/RA2ߊ]A**̘"\,%2mQ9Lj(0}躂CV%Z?3q]ADy\+NO=a][z5k#BKQ!zŔqYXhK6$\0kO0rL1iN%%v [LVsj=L i+92p*%22"şloHC/Uk ]uڛ6t٭l;189&.y̅(?Tv\xG^@qlJi/9%~8׻2`e~DO8߅&Ggo2躐:DPY^ܩ9b!9O. zX,lK<{T ";!+'dp|%Pɉ3D8jL'ܮ<3$um{8?jm w[ +GxwOw"x2'MQ-#&b;iTiLL%g@: mq+t? hA*Z;l6T%-qL&`^" Ny p$ϕ{R3>oQOX\c%BEShhXd~%Hk"S3vo2{IP ^عC+HƗ?"(%}'\>lUpvgQ (mD[Mf6٩nSҟ!8yΡHb6 cB)%5kj4ӏ52MŪ*)ަEmH%{˳r`Ǿ0``~!  '(pq+AlI%~{^Zl?d!꜋Fu4 sG>0ALdKg )K$sAOɼǍr"n ]s}_m- .Ip)OCs1fa΢ ir3pFoեJ+ֈS |P` ! ;ؾwx/> JAG8rG!k ]6^F(϶TQZt]<1TEՌš(>I:>ئkoձ0|Un:AN8ʸ5d9 r~_1d\X]->"5hPyFW%K0k0-"^P(hmf,/;CDn\gKĩj! ; Qe@~x>p*\gu1$orM)C)ua=$Aذ~6@ A+pu%%!+ VxUIlLp7uAiFBl%*TS/wvbt§@]u/LFç=KXs^nfl4G,,|Bh{bz]'x=1[mp^<ϭDT~*Qt~cΑ j=ҧ3#{.1 T82v1M LL!*)`L!8ʚzՓ/6OHqo-HDO7 Aה%>Md}Ou6CX`Z;>OveixUCmY{x%e资W&C`v/gSG32;gk*neC0.}l |3z]TZ~Or^B&;\DMEdj)CypS{ȉl}l F &3@W"{[S7u.EsX&„='ETC(((3~ |j^P%T$ -; pD%@z]5|CxKY+&"a!D4fh /~gck9i܎p H X픨W}#G\(X/#@L$Ԫ虦xJ&B6 hҝXs,h]сƍybJ1Y1{])']_zzM4TNh{ܣNV?{y?3#+'^L38%jq@Iu-Ո =+2edt`1Rd_'G&/S\A] <7HMBweNi,'+C+ݺ>g+< \T@* m˄))DW@ ,a2Lp?q9zse> ʱ15򀈕RZQ"})NT|0y58.1)V N>5yx0tOt+1_yZX*A T/lz[hƑ&,?Xt-ٸ˼ ,k$wWߥoS"|ߣ-s'7=eg''9čRϑ uBJF_MYuB`D[=_9`Nj;}c4wx]8x]-D) WV&|Vi^WC؋*)6sq֛i˛\YaKzLjioPV\3v?9?5tw/A{5Ϗ~پݹ|#~]}WKWL>j=wRܹyƮI>nN<%ogH2s.+*G85tOq"s%𴝊BHHҟCs‡EM]@RE TԄd_邗*`E ل7gLr}]Ǜ#IPϡAP%0MFܲ2&)F\RCgBGo-b]I2Fp) +*|+/|<Ŷ h gɪcKJX/!wo99lٟ %<9xemnUX{2=f[FT-Ǵ¦F8otEEһf{"w7r2/QtBq>/c 3]ӭ |UjM񍉖F4QzmpZWƵm/Kar}w7$=nKbb wkʩR:7:'3r$DtXCd'dSmD;: 4 cK6"v>PR=+ Ȕ/LbGnCS/#؅7#IXp|dbfRo+HV8 [3l\m:heM3 uM! ,MF{{T|3 i@3yAB/a|;D~dȉ~v4zH{s ,XEƤ'ha̶2<L ^glĹjTk:>@C悊rvQ?i#䱕{z7ڋnі(HiQd &UAׄ?,ky7 `7.c|ut3H*x^#M@|pq"_6,4z-GX.Brc6G<_16xA7YiLtA,]m ADӇ mG ajŻ`av4,AbBZ| n<jLV7M5;#zouGdg>ud  -[:4L /΂<6b= ExшTjH7=C⶿CGӨ`V!MHXRIM+6H2n!lF@Ne>DC׉߫MV]DVi2|u ^ d{U@ZaQi݁8Yweنϴ)`PPvM.2åCz"( D^,{G珱RJsoh r_WZv|>^a3@n)7<ɡ q$w/ *'Z\;̩4+e!,4̨SfGH5 fH1QYFpN{Q`*mhz)PUR9G!2% "}6;."(y!\;HĩfUea=?>vY{q>I?LhWL{qL$" ?;g_WMojs [\O-_`NWsHFimrXjս;h!̬$q=fzyqҕNBOus|5_-9I^rbF5<MM,ܐM=FEMdyamy [ѡM&.qXF*քrr sҋBl6ᘻ|Vn:z!g^J(=:?jd={ja+ &6 G4D~5^PGj??IY5~ l`18[S#gط"j÷Cua1\W]y*ռ?\^'R֍p/krpqWboD4p9|Ih'Eŭigsah)SEY/dl#R[#U fk.ؽӪKE?эICK4P"e8j۷(WDi)ݳh,0\֒3:{}y2%pӞε 07?[t5ňIjX ovޯUUG^}ܑ=DRCӅ/QH࣎2"̳pE$x1+v>? .e[1xUM}wm]Ty*XSۓT$A8S8V"hP_`"MǼ@1Os%Ğs }*%|$S|(NzL3]bthȆو7XQui& q]Îl[!<hEtJխ 6D}ޟZ }xKuadC#¦Ÿp1a LKlH^K7O`Rx @ ů^R۔E C8jɅ:/JRJx4@Xo!<5[ lWgё4.Bnk%,գ"w<'"z\UvtTINIٔʰqUk$\` 'LӖ "+x_,;,Gzcx槰QOis+sx6Ek9\WMᲗ+}ԁB/; U17gU K+TlW(AuGv`c^Dȍӟ h5XiQ3G+H@`uG`Ej=fѠ~];P`-M&)[bd xC m݌.dʍRKl44< P%,Z=e usW o( هsl 0 Z-WJ$FcVΊ,@|4&a36 .wl5-CSaQGA!Qt੶ 0 A5dsTa\ϔ ;yUFxV{* Λ"! iftOx?) J^WNz}?ك\GW"GuA_ 2ݫSӖ @LM%T06իrPGqthzpF4 nezS'x'w=;Aۣ4e$m/ڢBI z4_A_T] /qز+짜B^܏5`C7E{~э'67̄A9^%9Lۼ~@ַWbaOlb}l{G;ՠ.SOV,_%00eP}R-MQͣt[? q(icWo!yN[,o6G$lXsB4L& C|3៨MaÙel~roՉ<NLyO0c"'cݽX_u`_WzN{n>%!:W b o8.;(Spuhkh{T|ve+IDS6vc,2pmZxgNj8yhAر){lfdz`eYsZl1LisqHi`Y־Tv\cPd|7eB=oL5K茯ޮ(t*pʢ:<8l(,63 (P~.M\NTlc</Fem ; dyF R49hta{COџUn$[TX&A*qf^.:vzYoDiZ·?F@xy&;$'ً'X'"h))_^s 8)Vy]W翝BnɨE_ɢPIi#u36@H^OWţHٜΏ~444g[|U*9(psʣ7-]@m6RTy@j]\}cLzRb^D5HeX!i'?2d}5|X+[K(= +C#xVc|PpY7頛23gb/1:;?ˀBnܟ`߸Uif.p'qyA+Yv"ڞ)B%>?}!+Y%1vGu$9m!oBݞ %R*iX1u[aOV5Ćioi03)vT7egd܆@g,{w˩}Yh1r_Z L[KÇOK P›ZW>xT qk:Wj;aQkPN` !\ QS_ -ek0N<]Us+j5Z[S/#3_Zl3 ̛q@{@(ciKgH,(|ŰHkd&酶!/&vXU !xŀnÔw|? z¹g!!0[ë-*sQ(K1{7b? @LHTkw A'ziV^y^hͳ?CG X]vq`r`G>5C&ŅqəJdjd¿_7WKp+T/^U?٦.eр T{?40mhBiLޔF8`=EڮNB ˃.EaFaHTĵi{\}sf2gbrOmOy şISԍ7iXJDS7϶=NdVERY'R}ٽU|VTeiMj IAdL٨; 1D5׃Hp;=*?C$Z6ʘ40/)* y p/`E%dqQ`a:!P. t(w+kntt)D m2Co$ݒʚP\1%\=o7b=/G9n}'ޣ)ܓSGв|5ꌐĹ*Bf}c8߹./L Vg ˏX;'bh["=k" OQe!@GFRR=hj &'E@lAnwE e4;g˂ W,Txni$h|+σ. 4J Tң\XAԀң&qE56:Գiİ@hw@;Yj h|j﵆t96p))Y#{~E=[C㋜#@h]]AiW=\kq/0iU_whNpfӽpf _q f{lE2DO6uZCvf;4PLzB9$ Sq}'#rm ټnXm+ d󀞧x`v)/Ѹ:FIƃx- ZUR_iN`czwM|D,b- 4`/Ob~l$Z>yJLfzJ .8Yٻ!1Ne,nZKWY4E袍.<:콞dwN'/n!SƆrS[mrGY9A(@cIڦ[uͭ&9uI'M&E߼*GqJ`%}җ@ĕr6ŸG1f?F;ke3瘄Sfmpb~Ck mg^;n!h[,WPS#Z')'zk$gEIrd#3P^(R? Q0ղsLڋFFN 7"|#QWYTcoR,v`ԥ[ iLgNc7~4+&oҩTVLjM R(ד \ l˴#%=SQiKIqH]wQn2wژ]J>!^lRUJ;$_E롪E# KVÊp:җ  #IX9=wi~ɨNʜ|>ʹ)jwE7#@CO(<3`! mv/QBFwh6x*ZwVQۡ$D|%n,p>V!+cTEY Qv״&n({V^{W/فF"cG9S1*3ڃ<`8}*)+Ec+=uE@9K%"blznx  w/De'Lf'0/i=Q/>7o'\t+ZFvMص8{ Ї7zM&(I<1/ăC w͊;`R-ˢ77%ï,<7VO_pH)ӿ))9;MuМDAPáS YN.T]6qB! 1Pޠ o41:7O AZj\F-hS̙^b\'᷶BڈR9VIN& '!iҝa Qg1z=aWL>ɮ)t)nw 2C`&Ny@x$%ژv> )v4(O%e5v7f%ߺtfͻ"zfeirz&ee`R> ?TMUSRaZ;8Brt 5.}x]f4R؝DS]ji\P:|+\IomZ`,3-a)e[pun /i4p* amO%1)_,A{Ny%5MlYPgx {"u]0Glr\l8ws9#]A v'͉.$r/v"R5M]\o;yGH ͅۏ՜(8whQچzV[&~eJ8𞡃u8ʗ(G;ǝvL͛ r21+{U[*mi߄ѢX6u0 Qnf)ܹ{Q지atj/V<(q 8\U:&8 㘊k?e\]9JIm*$_.r۸NVXuq ݠI|h,/eiE~A D6)T *WNn;tlեm(.M r2'ʙ+դYiisoeŠ4D(7^˝W{P[ЬY7VK&Kʩm|RalOʃD{4w9}a`ȇDRe\*A<5xQ|D8U_;NTrp:g ]$bM9X71*=o]R5N=9 !bɝ :WtX3!gdm0?\Y.Q*?{yM_]bvAfoC޸EXyc!֎0Xum+_@=>7&U[8eD K>WjjPo؜ۨvOT(C MLjX!Q5͕@2aJm[(P2VuZ,}FoV9 oɊ-t fqiV..mQZkWPFAj]ƟY)S]V?`QQ/"ABU=#eNRe( -钾4XwDLHC|s`:} V +e~7XOL_ %L]R,bG6Hݨ$ 乆i15wT6G֩o0ku6̂.[X[.tNSfj_ф\a 9ky-hX`J$3AM%ۯU et(Dj4:"gO* yǯS%ʯfIfTXQB8&CXs뢄cCNJSU-n8Ot& \7eo&<ę.d:R!7";+$|d\JbHc7V34ƒYt6WD+/}-jpgZ0R]ЉYv+Is-32鏠z/ӑ@M#9Ǫ5Ql0Caђ =Nץp#+}?u(w}&Y~P`J,nS/]Q>i4X!W{b]  )x"@0nҲM˖݇0x :L"0IJBPuI$kA~5my.Zp{ aVx{MC.BQuϾk$oQ <BinpDjcol.HAx_(x߱Řn:q2+* ࣂ&?^morƲoΝ 1P)n3l|Qan%$~#Hfɗpm?$+ %Uթ:CV !q*r,Mzt_i6'ƨ5f:6hT?ʸfv<=Omt@«SWR{d"\rzy\,zn^\oٝօT&hB5ObNNq׉<1X4v85'6R. c-7᱃3a*E_$3jm:efCM1iSUr4ė>?I.!DXyGm4b@Dnx-l&*)Vn[azG:x&ze^-l|cu M^v|$zbFt~$/y:J!m;]! CSU' v*DUQ^er?iÙ#+P{S[SՂS:vRe?LӻF+ץ'Q,;wAGmA>glԚ1E18`'cf%(FrI4QBƂFLLJx&E+M@=n"8I-N~q8lwMQ2Tu!ScC^MŸ!M7}ZT5@ZBJ׮ͻq=5=Tj5(iȊFȬ<1m#{ OBR}QwD>pEA;C!h3ľ5 \.AT((xe{tɎ8lˈ[d9H:W#2$kSS4M1]v8sį;'fMU߫52<I[~Uؚ FqLy^X%`3%XqW%YűG4מV}[Ss\OVg1oMb`Ws& nq`NsM5Ԥ,y5IwE>凵h85_m17 Lg5<}[L+މ=t4,9pbZf&WȾXSa+D&*Z &wIJ69OΑՋH@~-r^Սt%t6a ڝV>C-#}C%ȃN `$PAfB9) $_1ښYXw q_ r?31nƜ$51@W28'LYմ-SAΒ=`aTJ3T;Rvݎ14Gd)q^0ʽq1@ X3lJ4:G[$Zǀ8:ոq/?xqj oQ|tmSnI.}eT(UtdIlWAf#%`|—۽bJm^Y29K -< GlSXw`^/nGw4xVrb cp~(g iX[Xe\g;dq[iO / Dc# Z=_b%`kQMa%r:hR,@Y7|M |`Kpwn_m/wlQռ>J3K[Kb!=(Gg!,(~+ԕGl,x=_ȱqW|WܵCt댌pZZ9I1_oSTtե=;m'=Up !d];csK]KˇV62ǡ?>hj| gvfC:yԇ $i'Ɂ1[lD) r<.0jE4aV~oMijŝQXP3/1;!2[LbOb!@8`[,h7KjLj5)*k7)iF8jJ hN:I;%<&kkB#B7 h-fDgB;J_ΓUqJ,>}E9X˅kk9!'O2p]!7V&AL@^nՕFhɰe# ;CR&UE! 5u8xP-νcڌwt{Jte(floJKG8LW:[ JF3woa2Maj#;wN9քɹS{}K^ KU6\Hf2XQr::(og4"=q jgdg(n hp/4ޔꇑS0vJ 'N_Q| ,J'AdN$_Sz硫lyuhCeS׎!c W,Wջ}׫w Lg+tlF,U8 >ʗ;qΕT ::#8*D zuӌ(浤 BsWޅ{dzZW[x1l9 *36D ֞@jka:%ь(E˲:neoBCmUO/D;' Ynk"PI)dFG[΃p=a <CkmSEOp;\)?}Yb#oV7euw!n#˰?G .GC%3 t%{f-qbߋN y#M j]0133v%8k|@.,oF|K/fSC W\PsTucu0rˉ$8}N;Q W9 :IGGNZL1p=onEp7Pzm!ߞ~6^SN+j\SqI+;5h ;/NÐӐ>]TI:Pyi;71a˫AǏ drmx߹/DԑGVʇAsL#NmFnHE_Q 6U'ē?1XTbѯ O]`0^eW)؞l\dĬ8S~~L%ePG6>yZ^^RDaNƥ=s`:/Z5ʲi7ܧ^DMuΆYo p<% 'rgM9]bm/kܖpCҰQOVљz=7₣zs0 +lN(bLt_v>IaVЙr`Kي?=betVI<6w"wwɯaE +Y%_oPڳ4 "{ky7(H&|f( 9B/< a" Q|%M YX]lS.xYKړKu %z%{ C*]W6XtO'ys vgg$rE&$x]&q5` ם\SNtUCސ}PF&QcYwpw4V l9X\@UXURh7tJ&$!*[`JK2_8IJ A-Yʿ 1]wO=( hAr8Ns'-  Hr;xCAr9oC ,(S3>R#3n1B"] 8lzq|s=lLrРy­l#3&!\.bmtY/#+"<5%ޜ-`Rv!Pl9}As(L99 pDvTܧɟb ^dc U٘PMCU]E!iDMHnx,$U?sBp!lu|#۞ }? X,N5NXYk WϘH?i:l-(֣J[qVj`G0vh-kR۴ۤM )xdHNCVyF>j ćŁ3i?|UaF2.۟hХp=M ?L2N3Ҝ5`؃OVV\'zi}D5g=HHdPs>v-y WDPI>8l,cCںv*!3k n>ZfhBZ~ u%z> s)6Zղ򉉁%hwn#-'QM\ߕ GZ=<ͰsNI e\u9J͜ԁ="`r~R*9(DEW*^ƍlo:=SpHY,Z̶{,+%VMWTe3[$&络U$9*Gwڍ>wh7L"7)mJk8>u|}NC> bkA"@ Q"N#罏KvBP1lssoY(/n1; Oo) dx-h7na9arxv8IvKR (m6!^Nc ݓr89+ri&F=(o4DzcQDzV-[Jju:w2F8Gev) te*{;Q k)&ܷ#/:)֧HHmB0Հ^jш;9ԾA_7ɌB$;u?QD3X2Mt"N9WI,ƥyx?Y!UġM68i4A=((z*)}UW[KwL1M)jd\3шeBU@ؕ4!T+Arm5R)ߋ* _Eں"zH'Ich= ^@)?! hH5 )L0A]p]pTM1~~)҇`AUexo_gC?۹oCYWة' Ivc1")A#|H)TsIs͹r.i#tٶ<}jɷMG2Jo|)9m#VN_,W<0iԱG}{3mY߻9!@A6&c=yviT;nEbnσPoiii$jhOu`Bz+0;#Qh(̨0[ 8y9$(tw- D'|RM O7F2E57ԓ_є`uߪd2,63cZYӐIN%ej JvP8cș*ް{b%<89~hjWafnDЌ\[9a[~ &`Yb~Ϗ No`o}袻82Sb7EznhmUjeGl0@R%UT^}y憴`{@"8TFc"avq޼Fzl &KҢoO9Sv=v<*.K'3gM{$b*BK؞0r Vp`I# C#=;./&^ E5@4 1=F. QHCYh^iƮAȒcnvyRZ@V׆BMXM0 u}ZOzz d]|- a~ ,ӲقJ`C&uЍtO8#we% A@kO4Te_v*z8$pa汞{2fn #4;1Ht>% ʮpΈ(HdG`ȎЙ ;5Pn-7}NN"!ʦN')O5ޱ.=ErS@a13S{|̏;DI)[ԛd\g㝯: {&Ӊ;3+U?=@{K1mg ۓp|@Sw]{ oJ3gj)Ps?ESOiͧqݛ$d1R,;qP,qO|[)msfnZ+d2SQ7qJnNf  q@2}Y|2b4wmZ|V/흑d\bH0}Di}KK4&Ŗ}?0 \waOт1H?۪C&L.̂f R;.AU|F:H>k@;5fw+'RŒUD >:j1>.AwDFnW ?5XDK龈"ü6T=~H]e5A7^F@f뗞 P8nDɈ|n]+ϴ*z~5DW˙!pWCVbҎWGY GE]7&"Dw븟i~~c$V)5q='[0Qg^ęTRNlG6o얍C Y8##NP{I`V,|>l ^L>S04jJ&7[(mR325#fXHv16~o2 w)jP}h _[\J`I耆|&iN^?&b?FTbkhmM%.,|mO_ 8FU“jEJ G[[0ԅ+%-֪Dbg\ŠudRǛlå0zo^Pe= )kbw)}jWu4m| (Wph]`<LjĻ7:N!pHɜ dJۼ|`HHG쾟 ϣqDJ\Sl$EM WHɟi܏jPA.53"72Wf>v.P$69qȔ>97V<{_Iǵ{!Cs|}}k?}we|stU1-W7\?1jb'\c7S]/]2q >= C1OV Q Ol">"6S9إ2"xqӢb}3Տq?z@g4XئF$%>l#;~4wf[\oxd'x#ƚRR` ."s\5@£n>:_U #]eсyQ /ɌA$אx{XF=A٘%$Z3ŝy_yq ʵ?xu . >xXĜ}^eGm\ q$mCg{#˲b.e7U&ɗQ;{C{-{Zj?!%*@~r,?*@49|w¨ްuvXYR|*>uv~Zs*%S\vtq:Sp4>IN "$l{7< |D E7s/ظGEh4Z@,<Š:bh@5VO&ݞU@"r_`Aa3=Ό7lUd<._I+VR$`Jvſo,Gז T EsoprNNdN4v`㡿W8it5a+.csO>C:rh zskGs_ת)3uU$v-.>ax%cЯymNൄU[/B! P \gM~3o8ڣ_L+opoDlIO~7ګ*{*c&.u,fl(eg7$Z-lK" { "'Y.w &a ےM URG/nz#t,.:E=&(%v6poCŞY/p_AƁo͒oQԺF(iB:ĚS}l2-p`)\St%pX Q:Mj#{ǩ'j(9*MJnrߺ m4C5iof~?Z  5/{h!3ZoQZ+yXz1vY8sð~yζ-d{auav Oh͂oeQ׉xr&S% l͞r2:[2(r==!f7HQ95UnlfapVʰ%:W<Ġy\Zm^#sn5V:ֺ`K'LȃwSYf:~4&&q&e`$̎\U;Ys$')7Hdr5h}*87Rl8`ڄȂ ~ Md(W?P fp4/n|7;rgfugHNn5C yJ,o2^=;=z\&7y6;rV;5^NF=Um`j8P~"=a@C98@Gu ɪvX(wa/"qtL"5'*GőhV7tC#7ly.c+`3Rxs3BjG]^PC5# ћ^OGPcx@ x:ѯbiA yl%Gbiz`Wn,TYsWT#Sf̼_f*9Ke-MOztcڛ $QJ@`щ-?[Ǩ%:OEku8B'^m{"EkXT8ZX"w˪9N W!{R^xI2e|:bOj `o yMlIEa[\K_4w ݲFY|Q\%EK@7SMMHNT+GNϥ2CfXMoOp7I3iu' aF#fUw7p,UY钀F(j>?K\x9 ~F] v<2 eqDPiQxh GsWUQ0^)Yx::B+_p|0%愐 r[ Js+zUgm祤񉑒 b<~€$5R-3GbttƗ6xG2[0eܨʾ ^U}$,'C~Eij(9d13~Y]%.ҡjGиnSJ$C1HD);$ozT].P/q6qɬvCFk +3{#<} sU=Qڡ8qv7-ATViQWx̎$!ĻG멌eAL.}>V_p}.g!!@rq#Ӂ zYlCď}a(j:EkX}Np2_FiD b",)=^EGX|1bj7}Sm-ЩI|fQN/#gФK$(Ե!ϐ4/^ Ja@SEm-3U8]j Նq5]IȬ!O 3G@|F0k k!|OJ>.%ڇP*b%6 k$]D p!u<Y E7i^ f" /M՚yLIGpn3~oƀL ULyӛ%,r?t~=v,UmطvzKFd&2|Ar!7Vr\?ٔ^@B:c64 @uQV Bܔ7oY6F?yfm!H&E* /g=\Nh PAs@.Qմ ;OJO34y KfHe=T^7ϲHճj0n8׼+ }xUIp>8ژ)KS&ؚ*~pR쨬$oyŊ+.U28.Ϝ쮦nOn,lH D@l:bpƓj<)8+.TTOh\/0 7bm(cq9QȧUde0 * ~g)JC*'M=ʿ\7Y>a%Ff FFUP{, >p|kPQ^0U@IZEI/.mJw+聀Ua鉭n񀐳SmG OD~(c #1TaҤj9L+~_Xj#Hxt)&2C~^QEd{mxcuCUz`9Q² V7rIu";QH,|RYsC>>9d{0G%/r0Ha0rlӉSB$G:/*7lAp0'ALe^̇ 0'\/Դ)JRu>fv5.d\{":VgTΫ 5k&%F8UoS#KIAnG()zj7.5 wp ]2 wU[ٻ 촀,Ó5c"- 8i;=b}iң)拔g0+̧S")d>M17 lhF#TcAF> $EAho?16c ?~p-i\ Wt\)7+f 64054ӾDF?렝Du{_5~blDy)rX}H?iV CwJ#vE7zmXƌ gKM/<` ͖ՋݥҙzVhnpu{KȴF,zлaH_~a'u'\,_߲v.3*c^n(>g{?,KNa~mC'P1SqNdv܉ {c{5$H"d&WC9-EOK_nɸvۿ>\NFlՃs0^ԿmO;2E###F^ v}v_>9/{(X%Ԋ vԷҌal6R m˳àe"[ɷw6ҏ!V CsJ?]]Ukں>vŢ \;PR:E6ǟhBA%FEPS} ],=t9\C=(VvX->ՌKI#@gхf Pq۬#:T6K.W_M$UG.(ՠL޺NI ;ɱp !}E\ӏ c:UQg/2K(n]_DšyAePr9ϝɌ'UUq}nr\U,\LqqS ]wC/2 ?S*0۠kat U)GظɭZvS9{GWc71SU,v8n~sykԍ #WMi%E[*MPIrS溪+FxE /CJ/Aϲ >\`AT eI`ԧL $K:e65ܬó0 F80"Khgs@@H):bOڸGB e[ͧi5]mnc@{ymSuX=}_|DC9Iy,Jǝ8Oqlqd)ߋiVx%앵 |de1_[cC샀]1]S=Od_6dvo噄K+DK%{`7s>zy-wm!k<>@U&fyUÙ柱44` {fqN)!+y;';?Tbb5Բr99pWbz_A[vSXI>0tn*3߈QQŨTd|\eWt#9i"E sN0DaQ;Q!?qI ?VD Ѭuckq!`.dt ?mwh}0GH(xfkk]ye̝T7W76z}!JlkdԨVy n^qN'‚5QK 8A!66Ok+̜)Uzz49lenD73DVF;s1m ]T tn UFno߉UDVh(em#"w$a468?B@ILYCWxʦ-i.h] Qu ZJ1@ buF]j#NTYՀ+xh3(vz:~P;,J1oIdU&Gl~+)!2=ϣ L+@U! ^Fnj|Kge ;y7XP}8,s2ZFH,f$((rnU$,: ZeoubVUc,f91NMeD@Pi3u@doE񍬤=_wtH+?їxOG2m2Kϸ-H=qm=-'MЏq[,5.LyyvWiLJS@bv6mrbi^#2}>v 4 ` #^BM(=A)0.wAuD_U֡n-%1/?־ Q _ 6r:1v{$){8}k>j\H_S!yS>Q?r7}z6_y Ҩt0GqI<5Y)G!k791+-W;oheP{%YO,b@SW<ΪPp,CT*iѰyU!9?տ}Iw? h@Ĥ_e)'g6[0b|WP9qfzbNڪ3ayd՗-#(MٺJft39\lqp!Ra<'Eb6G7+r^aGuDm" I|>OlF/|+{k1hi=:~@qXZK?In"v 7$d, EI*Np#={h ͅne< Yi77)1CST0k)[Wv[~P{bt{v"ƴUVtNKү/7Kp"j G#DP&@pHq/kmO[޻|UQr(Q|!1@A4':bq6:M ʴ+:gx kЩR2Wdtt}nIZ:?zSk7֑.F-K41$ͻ2[8<M6Ů7?a*DVF|ӌe[M~:bFXǧVOR=:68kX<ωD@R=45;O'1K1D.!qڷ9ZԂ@o٫w9֌(-!R<.>uK>ZA 4s{X;RZ55RiŻ|l`pGMVoh >*MrVƬ E:^/5J=at)Tz \V+}zIo =ӔY RG [ ^ cݏ#_*K2|9$U "s 0j~@0͔=5<ܭֿ~l]qߟDVH}QNDBVVl f !ÆX-+ZǕT#n%Tp4խqߒKs_9S+p?Ÿ,V-PXpMlbMH,Czt:Lty=CkQ3Uq =-1ޓeHjj.n6o;Kl!5'UDc='7ҨU>0.=Ҡdq1[h;9e3Ӭj ~<4ĭb'QdZ8+”iWʊ'6XP2"K6ٛغR ԾZC7wI](d%]& i#H|i߲*m9LROʴu2 {J(:4cUןkL2jEHO?5)s?yX{/ Z*hK s-H CƓ+kH7J?:#-929gSN>5L2vLOҲȘ=(i+|s՜^U{Å XJiǫإ>/z2,A`A 2jFx 2޿̴K =S{Ҥ,5iaHMmkzَoޘ3ִL/E P,Neo'k캖}<+ÛPxlڈC%^6y=~Y ]ʈKf!"߼ }x:( pFs Q5oWTCwAسK3/zޡ/܃Pk'T(qo#_g8Hi]ٻLdZax@r )YDwS?p)d|J>LvX1 ieTYɶIK{I19B@At T4qPzVIӨYMdSٴfDpR6~zz1bbV?>XnB^pdp:q V7*3xWVKalyr1,b#/ӝOtA+e @Ϡ aP) x`%gN)5Pb`0QV.Zf,kz[ flƅؑ'`Z~Pm TOOt*&e6(`ʈrasLuDRlMT{>J`Vl>Tf,Lw dچJfÎTD!W<NSY6<ņޜ;nYj>Bm?ǝ{ڮtZ8Ԉ#$z#Oxۏdpl?% h1X{L='U[Bk'IQuk]-l0)P*wfVEM ?wHJՠ՟{PB}|L&SHĚM;(Sdu@Gyq9(B4}'uv,?.7ձl=eKm]30_F=|dzD9~fkrkژ/xk#zIg 9r5)Ru}c &C W&_8r^Ufs> n 'XÝDYt1Ycm ϑtGlRlY,>)+A*YdiCkX< ~VG.πenGB^"D[2ïImipjh%Wx,iL¥x=rɣuHN%9)|?haʅ}|izCab*w2T`b9ZTLLTu8*ʍ90ͦO}yBÂPX8F8Ո[.[{v,X'ĥ>0-m‹ȝI̚H)C>%RJtsph tQoV|+F' vdOg"S},`l蚢/J]qW`9?&e-˽9$KLrF-?O|~Zfu#&?D*Ps C1p1 O5%[ džk\ȤTrz0mZ$>)Kh( ] iQWf˹S_O*G4b"zvbr$SDL5qkY:g0eHg^f3,橔&bQ/@u.w1h[%@mkm]L[6MpQ/D.3^,H B, ye=31|HS$kO< E^pZB3Uid꫉5 Ϝ{zF[ ZP,PDާS-5ep ,kM9d=ן _v90~mSMUGk\]dlҔaO:[\+Ab|p_~@i-zrL\ڿdpW&!+ ه:Dd !؝XE~{O֗ϛ+8L 9GXl%}t/4S"V|!7ɈyO7[S@%!3vE bc/G-[giY}AWAR͋'*5Up}!#K\E4[”ԏjm}o8eB +N&U/;KsS TMgI\åg50]6INe>NKWe,ӕ%~zP?@t*Lr68vѲkc|-Te0j?q^ dBI @a@ࢗй.|-Iu8(&?_ǡH".* OTvx~ˉOH(υ_tF$OFO,%}Yqbzc•<'rH+ad]uS"v0>ul=GҗY&Ըߡ'u|M&+Q'z`(NB-g'Sw :b,?R8lpdDIٮP$ w䣡U#T)cTqej)cncO6[#E Vku};՚ڱYTG4ez9xf54pT(p BT{&K+.h FXAݛ%q'#%*nO Bw!/kctNfwd!$o#U)N<ЈuAˋ)c}Xvc"6c.D픮M ț8ܛy׮3@"3}Wm,T[-Cx iT\upH46ns_L"[\SY, ,_2mwd&>Lۮyd&ɼH%7B؏I( 2<<1jͬTN*ޣʔE:s8UeoZ*\khר'C&" \\υ4+uCࣈ7N+lϿ  aO*%I :m5GdNMr3֭C1Afe!B5"/D'HdVDح)0lx'³cݤ聆S&A7>nѴqyV]]`.887]=eXJ#_H#юicSFu-dydۉJ!k&Y?߆ԭCq+#r a/f=p'Ɪ& Bl,G]#vͼ'۩oRCLZ'>,OAo"%l^wսm.nB2GRS#z\q.xqTZ!jIZߖ>R2f]Sp޹ONٕ3XM,*͉ [寤"޿Qc:tF|} '3P-Ӑ<)`>]="?\ ܵg8z3ܛ{v\\tT2ƕU \{5l \mK{;+F-=UsО"h-PH6i ۷rr @QҤ(6| &|.45j8UVsi~)5մ`a%?`n|rL$i,0|Ŧ> u,7FDx 9>'naK, [jhe p`-NZ_%u}m{ggJ;1?zkU_ i0$u5ae3QJ1!]l>3TqƷ Sdx[AnԘpZ1ݓR@CFKuʗC7č)xDZ>gbȁ;H{_Sػwkt<_bᰭ⢶F`=@F@lQoT?eS٭* ` hgF2 ӃOhT.j4"fC{CU0 ;.e dBQBϫ7(6t=_hbtU&H**8~?֥%%¿*Үч'g(JYA=nLjkˋʑY70=_O+ؐ\$"^T(עG<wFUoH:B3>a6>! ])ʤxZ}11A=iCΦ"6K ;1,S4`V\so0v'Rt hcQZ8sc̕'{H (mȜ%kf[RgM6X12PyFХMP(yK@r~m1N s%=oB|ȑ9MGm%}պVܶrdy9bWآl\,1kYR=X]_~^qy?8'(/dpdxPEs hNٍ~|ih-9Xs^<6KrN <3Jzv=$X}hb$[s cGCuY}3$.Izi;߯L\] $^CbKBM(⪝lBW0C3-%2HOZ 7z#&/>4Ó@n՘Kg|j}ap>i(kyUX:t-@djmr %coaNU&em[ }Kh4 )nhbgu=QLapΏb9i'+hp!SJ*aa9\zvoj[Ί9'UsE@JS/iuKlbJq͗ͪF/f/O,Y!z4̊gV&w1N9%<g)B(Iu@$;!&uLRuB#F$qh3jA;?# SJyS0q619IgsoU_T1suIJm_հcJ?YNhf 7E"[ٮ<KD3 '$!fktr?B R / 'a h3̐1c\{{r(AKHSk^˓SO[{ 6Æ0.bCmCWbR?IzI(OfDؑ§ }ۃS0(*tam}" (M?`z$VB`3ĕ MўPT!4KZ9 YR7([.Z!r |tn>u&4ًBލYcHJ@p}=3klG{I *0縄 Fy-ՎёԺyZ8l!1)Ef q  ,~ Mp" Q)(+Tz09QR-CoY0eo f=HcOTAftk^RDp%~ _P }MeN5 | "@?ُ@s7MMS#&F?㶍rp<'P\*\1$uT: , bH, "oĶM^ Z)2]owÞ\&x1@ q֪^Biq~:L>⬩pk0ɢV%zg7v* q/yKv#K@àkC>-g^~] :od=MAQ%Qc =z_Je$Ԯvz}Q$L L:fOvv/fC`M^J߮=|"=4?o71Q=7$CKIt#Ko?+qLXh m I  =))ƶ&?=zҕMT`ݼsՀ+=P-"2 G*#4BړkA܈ÜoK"Y Vb8+W?G'!| U\4WP 极%. 8Fe}ֽ+r=ZbQ㰟+7+1Ƣet# *@HgwԂFp:bޗl[ad IYMֲ g'BU]-ة IaG3.őE5: 1Xe68J Ræ Up@UH ,Nz CM@wxJ`\sϕ#(w" ޙcgIFWjgXhag4 Ԙ<g~*CEGP2(7%gM41 FI<眊H3):*IO_o)^vPj[Y:΄bD# YP,nvCsAqHCUO)\ SK(UߴI %˗^y_) P8&pX A+INa-ߥ>{W݌f4 hN6)@a㬫S󧱎=k눻2ٺ"FjUH}ty6W'߅v3 3t3Q iS?ٜNwרqri^" |>֍N40qH^`I)ۑ@v-js`S[騲 X; 8d7!h4?=)㲵<nU2#NO/îral? fwPi.GGZqsQ~CيMy&k{d?}~q&t# uC ;AA1=V,fPѨ_?g;0b =mdq'ts:>RBzuT7$!xu#XwSBmբ&]^Grٮ_ v5h {vK_cϾ!%5%9;]/*yvV1\d;[~9`ĕ.=(77v<N~z d?,/Yȱo.(penju-/-N6U7u6B=FI0=Mw7^GۮQXπI?&PUG$G{('Fx52VyrBn*#{/Y!tbi& IfɅ(8;RvοhP҉ЀXI,S*ͮ $:"!eĎ6uIad/ltUgN;9١ޚE"GA{[sob0 [n׷_I&!DcȪ񨢶Y +?B+`i:ԏI4%4 aܸ~ig*K$(pP:7gG̀/.vI.S9_FJƔc&{ɀ%fcz^~Mj3Dh^:frp95E~0^/E]%IJ7nm= A)GƜ\Ŗx: tY>װMX' CuX8VqZ"Ja͔U} ̤g8i۠\)L`.O_k;%nOՈ;^.r]MR6aݻY k*վq v‘_՗Pl9 [].BDaY t k5;! ?Vߠ ~K J/o)΢Sx">֯ytgu?G8DÅvR<Ǣ&Hc3@GC+K?}A\f$E+bCGV 6Or@Ңo:{BZ>Z0:CxA[R!~U_ό*G"NFlJhHYd#Jpσ2ݠ&0T3丫r,HII %/PpO9.ڊ9& Gqu6d!Sy-Wp!)=XղlVgh"e@^9dʗ=\_z~[5܁soLw=ԳC62SY0 {&吖 ~bspMީ֐(p]%2"":@ A}l'N92eSkQ}\Wr_ViW0P?xbHDѭ;nz̏Ćj@༟J=,'Ʃz~O,yyBP|$t gk$z{&7j?%XiV<}@֌?°ē?%('t}b}2|XP^!g_EF؜7&+w^֩u)˻ҟ',DP?D|j-Q(o~%{6Mٍql~tCfm1c rv _>ԑF^r%Z;-QʕMt胑&9*`Uz$/oK_0=Q4wȤFLOIq]@ SxbUE@8VVip'1F+g]3%I~dRydҬ* *y(ш^ ㆋR.Qmq( lLY=IY(4_pc#d̝edS;yo5%a5s^z ܄;<|Pay 1Q%6)/y`Agbp#k1aӑc@$-Yiَɑ8 Yޯ~?" M~-~jy}jT۽վkīD/?{*|Wqxj#F)mA9 k&rJY#!7BynivCQ9iΗ>~6ռdiк ӓ6J!oʰ6ܴ7136=.bw-)gbWQ9YECeÙY]Lȸ?T_V1?ۭnl!1V覟}}$ϯuC-;jtK 'WhKii|G% ]*!eɑmϯu Mׯ#"E(bYZ,rWlvQ?lvdtg׿#%X0WDza.% k9_&hIO=}T{.D"ioL3t&ۂ)gfh*Tz`3) rjbSG<<*(CLkD&0pfZXHDDh=҆Z-0!~x]awRG*5V-X}vVGw'eAAu/l: 5=8TY˕vܰ,Oƾ.DWb}~7nه]KN?6(6]GtJ/WMW4ӳz5d+ԭs`Ϧ yN)$چ@zՆGqOuU\ M Yͯppن7 JgM-ãHsTwLfq!?Q Kہdr9[5e6cՃSֹ )f3COzF&3Nre #6~P,* B}:(>6eG㉙TaE4 G _X(5U  r.a& `Q≠:ou@Yۮxi@z#TH :f挊ۚmuw5UVq> P6s .C, 3rր提 wQ/ϯT[b X/'"ox 40^Qd8dY.vir\# áT<`_N%q81mH]pQ)h֪;sSMJl _!75CCdUtC Dxx;Ub˖jfYlѷ' k̶d^;Y ݋>벚~ELg=}u@w e[T[>.B)[o@9ŕz ~lb`*hlޛEP8uwR6n,#VjZGo E!Su/\^@(kW|L2(IK*YP4u)S_;m UVm{f5MV[7PsP3OfCimFv.ҭ̎>)ˎ;u_謁u<){H!Qʱ2Et[?2z"!,)ӣR nueq^#hz>x'V5D'Cu \$s=L/e>hGNaTT,{mMoz&[ cC/{& w h'"Prl*~љkʠR'Lק{deG,i#VOI[`FC)_\VGDϊőX?sJ O4h06̅Q\i:]d=Al!T2\^$h( Â샂@7> O!l1Džw* ~|*VbL24\2/ց6`Ah&\8BU6xd:̺oթ(nbӕ o6c=ɸWH[–tMeLO(܊MI\ ~žSR&q\boG#fV*=|KCH.dS۵ 鄮jf%V- 0 EJ~__ |M8J;M#ok%ʤlsǾn-'b:\,MV|f;[\ǶpOt=auqlv$T5[IQ='p6=˩iMY;I5"ˠ_7. {hAq ~KkåxSaQx зCd|#.ׄ/(}Sj]m # qm M2ג=34?գ|3Թ#),܆PN@p{i/Wd^`w_o*捰dGgrm|ZY=hJ0ޅ6Wg bdkaec5тlj{ ``U< &^) 2f'*ǘzҽ[ CwAO`(¦g\?"{W!=9<$}7*; TJ*!҂n *ѥ( 2*f럁1a|n**!A. h͹‘[pP9cw3xv|bK|*3?<;ʥ`(:֐G-[0n9t5AĹ)-,Fټ kSS&{it:Th^wxH`\N,Չ7DB_93u_ {(Zz/h9+z:fZqcA7G,.Okgly=bt&Mm:LhT{}W1w*IJ GsGq&sjN桽:+$y)y1Wf8*D"2>Vr-:]0έ'j::vr|R`%#)F/?tOf#֓o/قXew fh(8:CS}v|$l‡zy<1Rl I)D3iNNfa99 ;@F*c;EdzW<+ (nHN>F$BXKoMv],2cżԣ.my5%wcdIkaۄF=Qe32]l2@#7Af\ec{U4:EDWS{h?;i1rΓC!raQaaBwUB&NI{u,MlR_MxAeò):1|Ҵ&~~b yaf_w}]hX *fANa Wu_O&%*:~k1tdeƬ{):*0;Of2٧΄.(!6QF:4LVDg2mUk!y:mf&*Xhl6SPi[KbpH>jtPÏ~FCnaqlS ݲ{XeR5`aORgdAx*.{:n4.v_R($eUE=c?%޿kD*"w!{Ǣ1Q=0t!+TaC?,a\r:Fw8.ϴ3u*$F5Hk* ݓh[ԹZ-؛i7۲h\҅]^BqTQi5 $UϺ6zZa4:NAȷVmJ{nJH ]GXɱզ{Mu(Nƨ^$S㴱:oVA;h.ouǿr$5[c\/']xU; oCLY∧-8Yv #3uA 3n&&#z$ ^j%z$o @"-CYaoBb2ET#l:u)հB?O ղ%0Xe_#8}C<OehH \zt=JDǵ)'SjJ q-p{DfK"ksh=¾\e Rɳhv/|C_NL7ƌm&|e @Sj\r -eNIg3/aE"O{~gB<H ZOx/}\+/*inJͅPҰDct GTk6`L5*J  1%S3zOWeeʓlP j-4=+U,=wV0,V'LDa JN#yV5`<^/ YMY\Sxۂ6lmY>z1a_l#*eU&" Lb_n>gitCʀv3R [y" = ~z,Ȍv*lFiYLQ#R!2=t侭mn%WH3a"a8b)q+F7v[56\Q}t ql$V&Q|*i09([<[mTefy4˿5*\A$Aė&hABR -]q0J-Lx |w'@t/)-|߈4zN}_B/ |bMϒkߡ A׬<>?"2e]Q%\Cbz2ZM27|@۹gШv"㖵FH4==@5ķp6*[^t./Z{oVѷA7Â&7ם„~&ϻ[%GrE J ڦ5ec ~0s=uړ3gҞ%z]"^u-t)Epn>,xz ^zGU'7 eW a:fbamq2ww"9z-NjY'WΏŁ)UG.u~_'O;D,pUˡ`>v zZ!amḽv𒡴28.xg.43iSR /02跲څ7,e[aUA,L\C(Ry-}#$?5r0M[r1p'bon C=!X.*xe󱡏cԜKoF5rjg%Ip3[25 wfeKS&$B%N-rMϚGYH>X*ҷ9;u!Nd} 1KfSmAzr<ŀAPY4~KNet{{ `vs}&@n`h&-'vH):3IeUcF2ۤ§جw_͵j=-Hk];\kIF艭wbc\Ar@:ytڠ_4JʰCoA}42$G8`ʮbxjv3,RYP  ߒ\_Κy\>njo4K.4ە|,)R'B˄_XYy!cᐕoC|'UE~- $HC!p7 O뙻-5sSi=N g5ºTcm>4/ܣ,^w/|Kk6@[r{>@I/HF~n>Dچ s\EԢM6?Nmg!xH(@5X7G|S0(2C`9}'S,fUMTQ*RX7e]PRFN1\%R da<kA@,NϷqiV/_ȺiAs7<=3uZ sPu|l-vT4q?ͯ\Hv4K\?Akwr?zn]9띍GDS))ūuEUݹ.fz7-(n?K򥭲7ymbߠ uNDMqA阔\VaQ}7 0䤒{݅@QI?4H,M@cHR '7jcn-&"3DJIyZ#gF$"f-6($Rޟz<刲F5`g"V9/.\[Mq"p&ЌUC&t0ATlMlp`d?,zFqtK (H+*i$ԨpMW˿t2 A6Zs{ϛ(Yjtn iO5Lux٣)OrJ7 CU˃f[+R@վsF i߭ Ovb H=NGyUVP!FgƲֆfd$8]; ¨P%;))5gSɎ{~;E '/D]P\ +t@\=XZ %!wr.cj3^Fx5UH^s%{)?Q5$+Z, \KW8/F$țF?ʎ3_AG`V?BQPKHA8EZbEl@{Y+gٻұ~rLZAH3uR?^xbfvR2Q&T[SS5/UYك9YKG ?M~S(_`3! $mPP_J̿$x!WmnqT)P&wWF>sʏ1z9 o."KҗM-̕m4%,0KP-Қ0_:iHZ'Hp_ʑ4Q-G5Nu23?V,ThcyC`MbԐy-aI=Q}oQqd4l50|T7nkqo/tZD>*Cs;4gϊ|˜a }ِ!G3AϭގufJbM 'ϘS\SGn~ @em5UyGRUa}DK5SP'ch~\83})oF`59u.ӟ eߜZ*c(w>oex)D7Zlh! x(+JvsHޢH/\4o}ŁS!}!e&~ЖgL'2`TWc|2cAWT>a>{ȟFAtʹ89=py7o/Uw>*b'&~׽N%\Rv/I2Fhʢ}¹ eSPmf b$BºBѹuxL d55P8ߒ߯N\HZ ͅώL/SkwV# BGwӉ]/{n`T=[֟6%2G-d*kshw#[!LH&jYXƆHi"}}MyYPfVLZ]=JD1?[ȼJp|svSQq2P +wP,_CxK8uL@s +{ǜperLMDWH Wi"wr'oMTe3<ݫwvGj mi\F ^'j h9/Ay éӃ3dQjoͦ9;8}dZu.1p[zBS]w4';Zճ#xh.Z]"ȩ!Rj.K-hZDIfDؽRo$] ̜4G5`/ʨ(OşmL {¦.&(?JpEzLQj 5):d(@+ {j)Y:_P %~6RU+|.Ø+DٺǸda}l+CMϯR Ҡ[9W:** iak퓔EVÇ0r0YyM%֦w Ro%HZ֫`ct3TA0rEqq] nEjQz$-RSQ OLM, 86vMXG0*sMrL`cc&=Bd`0/o16~ڠ(ܥ¾3ȶQ4$,>S1-Z0k:"rUYhPh7V݅ qDh&.xꂥqvLyva)י uXKF&Cw&QrqNM"n(aٰh֛ف#KgW!T&*l U}0 {_VX㳲`М'{qzz-ᰤ#l Ei/rS6:n \4ɠ#jZ%'$Nj󬿮tE#Qt @8`Q6xi,` ]W7ߗ]p9A{~*}B@EAZ+G=CbH5Ddb/Wضϣ*Պw`MH+oxF*)3FY6T˹ZXޖfgUf@o>UwͨUdבNhn v4F=k 5>Z 1dXh7^ +zfU& 'Z UPts س}+3"N30^E;W+la2&ASZĒU,&mِ6yq 6{v}D$Jk3F0URƐc迋@w||A't/Ӷ8r̍ u '噳fmi ፀ/'qp33X5|DLpk.FXmzr)f26aϠmJ/q S8Fy y-ç%n uz,"oW0b.)WU+A?ysF jrp~_f'(>mrCv 8j C`R`F$,c_94۸r0֬dPҌ´LP~yPِHu}j{bi J@x NcK!UGnc 4r{AvT4ڼja SWy˲U yq$6&1/6P@Z_' v6V3D <ڐn*O\3fbx?f=}HM*@_;uC͵fş)XȨB+ˉcQkʡRa|(!k՜{+S'YSᜲ.4gc/=B7;y 9@c&C+'SaCpB)邾Hw$}Sl4A3K׾e`!v:J#mYhljH76Po\7qv^  _6 H%E:AS&ѽ9yfYmu `' %m?7#f$-ףnhӏnÐnXic@2̣I,EC",}ijAi%k 3_3sKh)8x N\]w6<* r{T`At1P`\@?Yshߺ*}NGH<,W=tR> Q;‰%`Эoam kN~p"q1#Ag'tn'w_t D &1{Fv]W:̑Տ &Z1 4?0-GO9b2':@h};miԛBRP w;jr:?f+7On3 &25`O2f> P⓮{d Ԛ T>[S@FcbvТY%rcFv_=!3~ Wͣ&y3Sq@<M^ꞝX_N! Z?2^ď]3퟼ d*!&RɫVmubXK`-aQF5vboU~!v..}hW# Gept nmf$_0TwYiS.h᧑]%a|3!0z!26Dp{YL kP{v#Bq@;B&Э|!]]hCdƐˌ",nS+)@ۊb힐yj^ LX)͊;N.L8@I @Tx,;4=/'aaq4;'7YdD wJskԎ+#Ni-,*2b2.hep0og Eiz49W^˚b;aG>wE G~A7pSHKc~fdwmVb7Fٸ tAo1*C׿lKcK GU/~< 'ڬr/b՜qpp;h ; JZzzPsJ@NϷ;q;mRb@WC/^?᫤`V`.Xeȸ.COKsAze ^ë`쭥UgNfɑ+rru<^P(wV tܥFBoB{MGV<U()@6G-Z 31Q0S(7/#U=n+>*Rx_<\=VhL05i s66d_'75|!0!CǰJQ75KqaҾV> =×O0T+yS:zBg I!>k)ԸVXYd!4b_H@,K(q_B&rÅ֌e?2+^ ` 9,KRF!AAHO4@f@Em% q+428#S}p敪猐)7b~z] fa?!߸mvʺ^p4$SY;m+@c-;ӝ9yO]K٤\}<˗ k(f)/ G,$FLnx~Q.fJҕk#Fcѳpo<]tQvh @wֱet)߽ZZ|UD3Z,Pmhų a灣TM%ھ4NWw/ IcZҸI_Ny*gxVe eGϧݠf-k9?M>XQDFģ@FYBcҌ+ȀnzCVWf\I?ϴ1;PE }:j|󐧻,' k͹`T3lЖ 8J +Ht[۰uvՄj TZbX쌯Yލ9xwH! .ҧƉSXᒱCxvU oM1C{ &ë*u*NCI8MBzrطvyhW3. ?Y?;G s.olPV<`=hmA"a%8oCUm;bO_7S4qsᨦꏂvwnr(b, +;Y&OhrV-QyBũGb!A*UDm-of!+ 7f,lr!Pᲁh[aQ*;0a$TG=5vO7Xs 7_QΌ="PҟUVNubP̧:3%h,tw?Gc_w%V$,Zz/xԼLuBuỳ2KګsV>_V)@(z=I !1C84 ܇@6c+Rńژˢ? $y!3#|PZm\;85aM.Lr1}kE&q4I|aw*x6- KE쀌{|)("î s`B)}7(7/b܈0#mMΪ`Wp9 BJa>`" Dvʅ1'0p$`wQFكJN;UhH%TZpܱZ~$C&?!i}iAP_l5[O0{һ4AOzmKy/;S\ !C\Hnο H1[RU֋S6 6=OнppR:qfyr{mvr5 z`/Zț7d{h+z^s)iEV%;O4Ɲ l!x5-lOc, fx(ה[*>Kp2K!}gU cJ=*u f:j=޴-'ϑ;Fʸa+|jxY<Ez[Wd[6}Cjhk&CEv+gN8bUs_'6oӒUiuΞ W* >()e.xCN#_< \aFςդ:Iq`c︘|Fr:KwgwuL"w߫N}HA"xY5U.q' MJx}?5Ap.; 3P^pw^2WZQuOt}c@ BO0f8`O 4Yi cJ\d Zx˷=SN}סQ:X!cjrmS՗3Q9 fZ M\ƾ`1ǭ}YͼC`jf7ƛ/7Q5Z"J\uڗo&Np|׭hdik tl; |_;)3khԪӌf@vcVP&Jں:grLC= q?j _vkzԼ AOb}bdn>2vtQupu^ P;w@ lmGu߻̺# klIݵxCa0]p؟=J鎹9RF4V ArWg e/8]O{6wn'Br?ݗS >%$Y9pVIohM MCzC|*pFitQ$TsnxVRԤ"#>Uݠo^31/8e̓^eNH[z\N A8.+C)Tљs[]#R\"+wf(oYH"b?_ZᧄD=K+x'G":+9/. 0"~('He)~ɕp m)ѐ@H $>}L^CS>QyT:bmVdjW_h(A?-Y>uqJ‰aKq>^tNȭ@|~&-W-6˘^>DR'"gO?ƈyVPu{ `kmbN ۔=ߺd'G9"')@L[qS"|DR?"jl~bq0 Y\<"%J0]++.H?4>ZV`8ꏣ`bd:L;K5_1s$<+>ׄOVk =Tؤ./zdrD9I>t2]#v_U2 OiYj4z>lll̫Ա39p(DV0d--gVZ"i7ei7;)դ0^yAPUֿg =G4%z0(8l,q_mm%{=;,0zC3\#fakXw]j7E驕Y~9m@p#*kNK=JXM^_m# 5[L ]tslf|m0Z=\ȇH<l[hԃMP3PTU,ٚƛXF"&4 'TrC7{wc0ёd4̋畋̄N"W~]NDaLN]\3(8nax30A̸#Zhv_hjIwDVB}ܰQ멮|`Qׇ,fX'qz ++8bpT%z:F;0ElO늮,^tiPL-- =[!0ܧۦG8@Ʋ'|H {{& 1]U)_b+8&A6NQIlJK=dY{գsy'[,r 3PtnɈ|Zw5Fx>s I>a>H=d y/]E,;sM4K-V|o)g*Қ'}CǕao78-Myt%Rp6SGpg:Kks]{QR;,m."xUؿ?Atݸa tړF%9q)ٓ#ؠX DmY\O Rf$F*I[݆"R2#A18*6)fm3VFMp)m\)` >/:L bkqdwJc -s$4Ӳ6F/-;NAIxH~N0^}ZVµ/Xqtڑ~P!&x6F< z&O!BB˖3Eq*3W wAqƴ>V)Cw§=(mj\^lFo">Ӕ&+,D,q%44H W:]萙 5"%`(E $E`KfxNeo~8 ٕrpTOq2 ^DF 'ޝ0Th!s ze߆,6T:غ}Ȃ?C=PيeZ&%$ -pїsh5s:d-Ẍ́3YS>#)Q.Y_p=$M8Դju* ̝s*q]ƿQgzk 嬅jLOXL[㲛%>ӈe)"vOpu'VC*Z]*r+ؿE!MMR4‘W޲U0G "`\2, ifwW];8JtPt܀ymioXj\Ru4J^jjm(F\Zc]rP^q x9ԄR ki!irGE]HZtٛRU~QF$$N.ldC`j"LNUMLrx:*_!zy+tQCSa2ּ"1",}vJovhIy>P[~ޝ.2\]%'P3@,z@RW HAGO *Ff:@EVF1ubNT>+7oO|jغKE)گc[\ u@Z~rԬh)`|']5b }s[auj O_~ftzr6:vr@H(~5rz,ڛ}сW0 piֵ{w a1p1z1FSͤ*v1GA^>)a9R&|5˼ݤRu80&Pˢs~-f|`W\7Ql]F jNûӴ*ýc%;A%+p3Hg1XUͣy݊ї2,#6|S*F':+Ұ'Q5E]av"Sמ*&8.ʑBv'N>W~bV'u I lK~r EßͳT)jUZQ'*Z|v"knVqo5;Ok(G ]j/QI2ݿ@j"m9WfV@E]k/y^lJ/iq3| KsGvCjR. iMVպ'XPl㋼_}]/QJqڤK楏g!Z=FU7Ᾰ)Be΢g־El!@䑶!-%{V.-o "WPb,Nv{wܯ/zRMH eL VGP+ WesP>Dc ؾ vf׿Ѯ~[*W܎C9vzeܣL:D>M݊߱m*%'FcyNoi&q-dt?KAHʦ~}P%('1.S S,0]Ah%N+߈[YHcEZUKnuzl" b-U^6Sef3nnW(n曽, βTYz&X4 HCUB:}u\yi-*#~>1z2GhPYlzu)E"G~Q$6v^q.ZD/|*7jE}JǗ"q윘^,WTOzb4 D2Ri%Y[q?t\&^kդd$zKp'́Eܗ'7\q9^OHFW+ٱs}xW?.%39-ZM;r#vx^*呩YIh+psmĆ һkޅkx9RCug)Gz &1d%u: kh?ip'Ho]I|G=yRuTj eG}ݾ\FDR!hÕ:%7WǢh׬#$  i}$g>Oˁs~oƾX'-Íl(>UfVnf!FsQYH^G0Mȟs70v=26ݎq:|ؠS>G7&B1X X3%f>P"vՈ;yH_pUya1nG*$Ul.-D 3-n>N@Vf͙*WZQW"z˞RWjs/^}e5-XJ G8YXЖ@t'&Z@jʋ:<5_ʃ3AʮGq2CP ɻ).&D8HML¦l]?0ХPU18p-A~ i`ϸ5GUҲ &^WńLA(ZzXԣ8j֒mk+%Kgb{_׈%SVHq؛czՀ9`f[jS4r򀼅<`<ߎ$r2W4+3> Jv{Rx0KUr*^xW ˸۸ bViR0FG7PlɇpmiVmpKN*Z̬ŬU `ۅ=:Yш3Y;a:"4LyQ0̔OD >mr6U 2rNFWZa(>|P<`fXܤh_kߖQ[%4"'t/mIr#]uNNE 3"(o] HGuj s1I]& sڊ#Z+*)3fФzuz9'D7 햵}_/a]{JNL¿P=4p~Ęeک*Pc(ә@9z QVa!Fx*ߚ ѯpY.’:o]1=d^JQ. V ,cv|d~sJa*}O=8=VºT邏u gYk<˒ѕ%Qr(cfn!cwZsiIC+͉_hVG@WH (=\GybT<˼Kq5Pagp40Yz=-R,G9-ZֻhaEoK# Koe,^,6wRRa43iA㭀c鲇@%15bl;鐇]}Z Fj8*e]S`\I"AVxK}W9uYyb zl*nOeWK* ǒ0vRwo@F(s mTWk?d4 H 5SQZ~OUG@К,u{K.XP?EO= ?8>Ͼv?=eU7#RT@:^9Q_,13oJ;َsDaj; u5Ӥ#Bˋ^鲾SjX Bh҆Ǣzj8"y{\nPM˭{͊(# GV:nַo1;P*TR+,η>O\'9|$g"Mz}|D&.,T!P>N7P(8fM~؆7opr6S7j( e5N"Д x Kgח2"BFD8*Q%¢tl5]{]dA#iۣiF3"XyI`[`N&t5*qZOuDLZFc]$" `ww@1'!d̙rnsD95e%v4Ώ`-ʝ xrW1695[U Ȧg9F0!F`Z-AN{+`uszo Do"m-wz& F4^gH@;!td#M /Z7ݗ֊#4+U#v|KY[`~(Gx6)3@(C"$ GtAn{!5~|cqJP ~%sXAIj oRBdH9n˩ňr?:ViV*Ug+2Y \t|K)"Veݼa U//m$ œ?>%o0{q:2dExDzh*'P!?){G)=XS~Ua%s?&4;@shʺ]Zqfoqú'OnJE{ݾb-&f~lU -|/ta_F *LT񾥝~@!TaL`goiaMWꥇ,q^K Mj.O ۵I?.\5u| Ȳ=qi݌awa#a)!}gT7i xTN+L\:1 Sk7C,yuԁd) QQ:rRg-" } 8=SdK.B?Frm`<I޷?`߯Sl`c` )XY5cqx&4~ɜ`l_>1q.k;Ƨ3# ,uUgz"6Ҁm>Dc2Y^c95 _<@p ;@U 4ԞI12R=|gՖ',im~s=mHw73?"5c f]j<}ȃq`+LàbomT=1s|"]VxvAIfB`Ucһ LХo\JC)f4M:b[fd{)A^E=j}3/NJ8x]3 qYabf+A;tc=ilDn([d41;1mrӞSV y{I'*Ҧ!!:ZŰyX ۠-da+ct\dqZXIҔGb\N-GSn;j|G?5_=jY=ڳWnML]C[CJ +M~=-} z|vӾ =tC!< $p9ʙƒ[ナ =_ ]"ʈ<е(yی8#` ^~B8![ZC{զW|¸ڹAIW/9!2Gg[άxc#~+]\ybZ +OZ?]3NiڌV[l\\Zm ٱ:N3~ |Dꆶi87'E{c83&uZ#{|>%7UA 1%[`5wj2rdg} >qfɔU-8Ueޯꍍ@ը|}Lck!LDdƔ2KI\ɌK7c=L+l8:SdSظxOoŗNd6TH{SRTʼnEb;c7}` nHSC夷{'opl-Eiڭ9բ+ȬG3bMӍpYe5кEumkSqQ>ɝ;eomc;+6,3._ cX1#뒆v4~7-69T=UYE Ȑ#, WƬٸ9IY9wej8fjH=;Eɓ>ΡY}KqCdxfN 2Kؚ൭ĐLryk%*Kw^2Լ Y.3١FMq!:C+3Qg1N͞zS `q78(2pDqZRFN3٥huɞѝ5IXi+C?_g6ɡGv'%lCI\xPʒq˂%K~V]Y*0{lQwqOJ_\%dO _\+ ɬE|ˌН~s$-m6z%LTȚ R3"$%UJ4w9oY~QLCx3)|3eBjo0E|znKSĩj˪F3jI+ v4V?%1%12A9>wd?qvi^z0<_x-Kz(BlֻjdX$ ]'!|LFƋf$WB^78!d)䰬Nz*oڰfNCw'a%t Y*)Úr'q|YsED KZ!I&Zi]D2+TFzM,iLHppvp;| ȠX=zZH$cRh Ƿn6bF*sk'[qV࠸ofiO{)BL0kܪIL(#)5 %5ZOVJxSm_ &(ZpdD}6_jxoV[?sVzzatu2 !zuT}DJVH&ikn*{@Jݩ?ҘaibuހRaiLz$܎I*T:]ò^.S&Ю Ь@1=f:4CfK'Vv D,rͫh(I5g°~j\EL~'!$S5,0w+aKL4F)YWSm./O#X-v/)|{rAUdy1E1wHNCzV4xpÃzQ$J:RdPm:NSjP ?=8=O]qbXRCx3|f6PkԠ},5HlzQ!м$֞pE,{c57]v؍1f!@a{3>?g&32Ql9_I"N2g Ћ#ΈS U!KwHM DWG DH~* %^qxN@wicHg/֜@˒#0>!jI6Cp!'`؟ o`r 6ߝ1s{]X`\l6 A3Ń.ѭs?S]p{Ekv;2b+[K2yPVzؿaZWu)Cvy~ʓ"$0@o2-N@A;\t" 셝&~uGhr&6z!Zpy#,x` tM䲍p>.8JtLZ̈E l(e/%(,AFG)W:XiB :^]\,,WN3v!]Q$F8FX]%\Ӛzvpw^O e]틅? scfm{g}W#vm="vI@эKA#uh.| nZ>oDm FIU6lQաR.K a8N wL?/2]j]o0iB=%?y##>eD֔}.ðږuȘ4]?}&"Yk>v (5GeS,{LqkZ6x fӕWkpz1mKphO! v;y}T?[ğ'>^8)bicDŽaw/-^yP p`a%Ϳ7Z WNG9Ob՟~HC 4'Gc, ,5]ōRMsADZN&֦'@zFdB+q|r(HŶE]] =RX|ąʿZ ,m`ŝ zJ\S3hPS|5ۣq0[PQvs6ϮS]nl_ѹ{:4D xIt֚"h^Pw ue {^e76 rN(y1odl9g2Ӌ\aТ"A= ZJ E4HR%|X:F3'0Y:cr9ȯl6PQ^hՀAD3+.lRםW}o -R`7dF9/&Q<sfGngq]=V*H;8LG1Pd]ag+~i8.jwgR.9(E0YvJoJ0q!H uUEN\?&+N.ϛk3su3˃K fc[)j|9t\)p\ 7^}Zݥap̵bȨ|Ȃr|h)zyP% u03&D-@v5$4l+xt`oݢ>J5UzY[e]gyF3cQh- Mi\s! B "YA;C͎Dx}K1; X OUW T54kV@фǥU9-em  YZ