PackageKit-1.2.4-150500.6.2.2<>,nf쨺p9|h}QŊXG}x,ߕlp%xH03oOI_bQQ5 /܃Jdk(c |EWՠ&Uw"J$.M48oBm*5tg@l͸}&OcfX8T]_'@r.Ծ[+0t* e>^~c <<ڻ %-ʡ@ZxroȚGI{iGs@~KԞp.U81GAn3ƞyg\%PdlEN9߾>O?d   Qpt $*2%% % <% %  u%  %!8%!%""%#d#$&(&8&r9(r:1r=n>v?~@ÆBÎFG%HĀ%I%X<YHZp[ŀ\Ř%],%^ȝbʌc5d˺e˿flu%vlw%xҨ%y<6z$(048kp|ԂCPackageKit1.2.4150500.6.2.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.f쨺h01-armsrv1SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af쨨f쨘f쨴f쨴f쨴f쨴f쨘f쨗f쨘f쨳f쨳f쨴f쨴f쨴f쨳f쨨f쨗aMf쨳f쨗aMaMf쨘f쨴aMaMaMaMaMf쨴aMf쨚f쨚f쨚f쨴f쨳f쨴339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d8b09dd9845cfb9c1acc342195bcb3e70726ccfee11366efea8676565c429e86cce1370d8651cccf359e55525255e2840f2b12f5dff09cae5612ffb7eff3dff9049ff3697af9ccfb2f7dfecd9aa260d9c8ec631a60d523eaef787f0ccacb1fdebc179e545854f491d131a3e0ccf89e4959d5b6e4ccadba22cf39d8fe6b3509c529debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a95c13605376ff0dbdb7f708c26a0df21ba691eedec2eda089901471b71d5547ec126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(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.17)(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.3eԔ@d@c1@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-moduleruckh01-armsrv1 1726785722  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 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:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=67508043f1e9c12c642fc70f5962dcefc8eebb2c, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a0d1f48580e3dbb3b4b32ab7e2dd20d44cba4844, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=94e6f62525d30de1cfd628fcd3141c1395e3f7cc, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=3a0046c9479a841e0a7460767ad96abd2a0083ff, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=261d9797aa09ad45d50c5b14e731a77c51f52eec, 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-150500.6.2.2.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRWj =%0Sa2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8a5ea196eed27c0a6b34425defe068bb55a28d4241db01e198d2dd14074e6551b?7zXZ !t/`]"k%eLMsc w&PjJjB7Ch<뵹yꓥfx(l .BQ3sqӒB?/:s?%Ȑ-e.TuX3GЇ E|!j?I:5_en8gv>YB~F┪.G+%y T.F𪦿b CDTj2SPfZ(y0Q*o_OR;@38$l7 ar) p D<+&rlc$ ia482ջa.3*q,ʂX& <`sF$(ƌZ*цiY]9- +Jd#v4n2 0,̴\#ߔ'ʵk+L!@X:#eeE{24Eq,@.׃D`>j^7j5=6V jdhky-yZ.W@v(,L#1/8:.0]uji<o\I5`hI6Fҁu ]R`.WE0T_,,V>6]s|dIu{ XFͯa2 3PkАRw /hV|;-(R_ܙGH<.s% QuPij98KъsT.5~YY%_Y /\_AY2X9@dkM-52NY3ZκӭgV N0f=$s*Mq媸g,UmQ{E93Qp,ηõ.r(yGFݢ0\rIJ~ &zo6-vY4jX`4k:Eo<@Ԕ5u:""hhYfq65h*Woc-{+!_iG> R7o|\xhg͋rX;il:_|eY+3|]{{W>Q, V,c_kxҕ]63iDlRSOM] OK/*Gz_2g'hmռӦܽ`m85Z8~}*aCX7HҢ87hJMO!8O svT]06]U?F' $qXtYlUI(3^㇪_=GIA!lXzࢣLa߆"bCHcV6[3dU1[d ,V𦌵=>@ºKh p.~Og=YHz ׃^iSx dʑ_/ I6 ,Zf΄rxpl)droY/oCd>$hŃd;OgXƹ4ߢs'/@\)P/t։"w(/Bvm@!߼ݣGJ@ӛ)vv;I,A,P{`ݲSk}^zϓlQcь/Vb~{xf,BM@P1DA7O~5ױ9=`V.cP);&+ _d K!%YVK$4%Uf[cd3%~G[PP,'(lb%U{46ϧ],`B>N':TQs;71ev$ Pj^PWΈgm@k{f58*Z<Ɍ3 %2KL#4hbJŹ Ȓd T_^U)fkXCkjr?_5=R-TwdJkF~&UiD* ͐rSޢ8)D{7k*OrR&gTR'[T,|d=ކ:(*TaOa[IM" >lOLAr2{Z-"#DUtŠI}~>b~p:$[L yh?C idOv<u͸4e"(Ev tv:z}kL&+n?4[Y0r%k),TVr@Zŀ$ jwkxP,-DNU o+ʹ~&0\b6TeRl>7A==nb]H X,=wDd Uoans ?# <`vo_?%s{]e 7LW2HΠ Ё[ M((3wm k"5|Or;!5 _aʩMM Lٛ9ӓZuITgޑ)\!v.Tt,ݨ;#ZV`a*έ -ɕ4kӉX& RavgϘLu؅ $4#]Z $4UXOW7:T.9Zf4QL@qx\rY'õGvg1\N`ſ]D܂J1s)ڙ_VEiѾSWHdBКA>*TǭvO,eC(~I[j{77.9ԏP'\bt!Of⛴IKCW)!2a1sAD-W֫aVqݮ/4a{] R3oq QeVwu;C .?Q7C&oS& ´Jdu. ;> 7%S49ΓG1s};dsR"*8\Intm)>ܝh6 x"V!L7 ۬鋷_&ǞH@kᰔ,N *m(F3m:~PKSczƖ94nKM*׆a]Lad\Rb>DrL'feЈ86?\ 3ٟD³ci ~i6o_]g= YE[uT({7q"ΌxK@C]1ףp}+ h 5v8* y!aq3#oj@Zs7Ըd)SAe$D,-0Tm5fQJEnI&[yr]0ԕ!y LTZ):8C%gtXQ pDRilw:TP(dX)mVHN?py@ykV#VrkD[p,{! MB.Q$O߭qGޗ|KB`_x\(l]X0PUΜʁ $s>F9>ז5WHȢLOH"0\1le9^}5YM,:mu]&"Q䃥t5MW4Dzd @&P*T21 D$| cz A٣͖:!Pgۦ`f)A=$YGea1q?ͩ__"UB'y*Y|ʗ2& 7&q*!A-1qu 7 D]? R-ߟzfjU%0}#tgӠƱ}2A>ȄH V-ֿ ^mM]l*c)!'(d%|`htG Hdb1KWSqD,,pYF M/^ rSSld`/r ,A3lQ|o",I"0@(* 6[*M b0kY;ޖT"Ό6 %^NJ{VnMޘo'ͽ*c\B1bB%K4R:+xS ߱,GN`)YwDӟ 9z\AIY Vѡ-f"qB, /c$a[=unzc|&Votۘ(VﳡXbzZ _ER \ Ov \ 3޳Gv!11ʻ6CGBD;^KL}msz2֞G] V\,א k(i+:pXyp^&p7,1/V;1* 5*}YoܶH. 2uB&-s.{+[6_ar .ƂG V:l;Wk OjY@T@w4ef$~¦&}(>.qTTEd[fzkVG_YcD7 CsMSdj;٤{2)d<`0 nqw^U\ *ꮥPͼ8^WsRP[5.vY܀sNѶ?{}bHS:1PڋqP C,Q:L: /WFx`b&9gCHyOtH"V2ա^)fX|5]:Gƪ'9ӹ4ȡ .Z2nڐǷ_NW dN6z>nj*|/دHKB2,߽ۉ+>-qXPf' JdoD^>,_a# x88swKO2NX7nAnkTBR CSp@9GK?oQir5G< h"R zݒ(6y=K1x ex?f#9Êz9x Q=첃aS]O5Nnه(.S'AR0jj@N fchaEx驼jQVRkz|kΜtNCaN~-NfhL>D96lHs-42ŒGGcVJܼ,v&n'9AjXv5}7I,0 x)$!3n(&˲|ϛ\[ *yr[].{^=48d Tat>`#|_|8=\php_'̳kr.9QƦr3a,^l{4\)nblĦ Hه w~\;d9}g~n"lH% Q|`wjY*Ria*?騮-KW-!3~E' +}* 7<~D҅bQ޷]) ɰbОt%f ^hٛWЮ Cf@*zܫ-Iʷ0_0hoK)ǕN^ fHaB_8iI<?L}nxLð- v}s·9'(IPƺ=vy͏0^3GuX[Q?# 5}w@(k[3:jo9)`̓LND>xuy1_LPYw[_(md{ *Hbҍ\PXA4LPR}Pnb)%N0AMfr5>b@ڶdT1.PcTɼ$r^P%@"^G^Rfx'5]!x 8Ԡ~6W Ha󨲃rkQl,Nr )'xJQ %(۝4,XMCs V!4?fXDiMUFDȱ į)\Gz\% Bx"t!`.)ݟy\q^k^oƼX> 9DV\=`8 ;xVP ܖYO2L%j-:rې@*Y}bygRPԤMٌ9'bE~{@Fñ`Dp1߸λ6v?EU3^w%I*Բtr@_}/nS]r{OT$P>Vڃդs#9#ku۰`aB.WQ+h.O{J9+-"*P 2 kP^0GB.H]x"E#;cu.+l4=ҳ4goq('N;znǢF;J KH 5mEplE_bRJ<=su-1B:_:൐;Lg%kۼlQh<jj;ưGE-񠩜}X.>Pܚzs)QaG#2ٵZN‡pP+cQORb0/ TfU8Y5 j^;7}MQ`]S F!;LG7,sی O.d g᭱Ɏ~Xy)μU@oZ36`SE+Sd6OaBgxl~ KM)Q/M/e)_*4`;"sV"^ [Æ`z6Z%#! cךl?*> ۄccS⋇~ҶTzZڵ;b()!PU\d!79n V:&qB%&h=6Sh?e*o=Ÿa-`͈,Q+s4_cDoMN#guBQRZ}hvts&͉ i_jS(a!p_Rlh:힫 `)k $PM4,贬"Ǯ(pަ PCǠ}~-O}e餳@Tم+ɗ V.jNg)Pk^vUԺxѶ}[ƒ}adDPXb%*0Td KaXftWpyR'^LRDIW'Ǻjy jǦ ,57YsF)FN8X BF%J5cQ<]I=Cx[RKwUrB/ܽEmI {쩙W.<,Ԣ̇,_V{+Obޏx4K;s+]'Axw Yp}\M s-bq`P_}E >t>n -ft``z%쳠 Jl|~d+:C&\=n*@$ ӼQ qy ht0dZ ҳC(S=зue4ر#^(k8JķC8~v}; 9~"|n Iîٷrm_Ȩ#S]d5n j1>ʧY % 蒮O&+9Hh^6fMJg,_)X3|=p3_IG<tqq\-Z„ϐK0 .00>"4-8]>`<jd-ky? Ҕ{VK͛ Fx8@Ҽk/pR,EBD:a^\A?y؀yOiIe8mzZ4i\9aComǍ/$sp 64[9^5 u!s8 <4!{T>I:]tטb~x/3c V_oT}=T+*e̘Ds٣eqy(6 `r$'[GCogDf V>3Q)3DÁg> Tdj)}bo9v/1VdT?7)D."2H3tvj9vOkwt7 4UPf$3;[RyA|v,ReCmۑ#'IafzqV683ƵiRM;_P.5cI$8M Jgr޺ۆ-8\?AO8Ԍ1ǝk3bQJYCa4=*Ӿ\_AFZۧ3m^HCn=g`:mu2fOiMIyۤA9=L1Zҿ|w5̆W NnP%)06HYVH ' HY+$`(I?kaigo`uisho;6PUUU z^-<}c4"8/zuHAJCfIy)]8gkf]U98 lSсfn>v/9D۴B|p{Ҵn.Guix=.8C dr#+ *;|M(.oae*=Y<1Xi.< 9aLb;kF^'~Vijq.Y!ɍZ#fCV.c\(,c8E7޶voHRk;J#ţω5dO- n +]8P"s<7 Y]4h]jKUb7 iqĊsw ѿuX2t`-6FOչȹ/Zus mouKR5)jMef#`%RFPF. )Fxh~}Czg/ojM ZOŏ.5 ~sT/-f#5Ko26ﭦVv-DFd\%ʒI)$x{>yKU9n XKA" C-AIb}B ^}@,$ ù5EYU Uo.23nT6ڧXz!%Mp9D`b+F&TN7޴Қ$(F O'f4 c@^jL(TpQF .БW-P_Hd.a4 N727e"璵yr2[5I#_7G1O'96/&X;D mspzם@C ګg΃r]uG/YϾN#ƪƷ .{=uRK06VGHd4VYX$:hǡ.n;KT{ۢQ>M-n@T\!3G=ȹjȯI&^xDݺXϩ\cU# 1zڢ j+^Q^f5+IkقΜwy(M2OPx|0/xY D .i5[a_Ys- }}YEUw rkجVݍ$[_d=F_7):PBZyW/HdrMf&Ѽto$)UCG4k ΃$=DSUMsqBs8ŎU^zYI֍F#c= 3r2~`߾SpT3 $':gTw'\m FH;~78_U!NQ[mKly 9CbVhPs@uMT6qT I> sH0gyljsZ yxDM"sh-8Y ^Tϊ,+.2}o?uЧ{81GDԙ9^Hxf68vFퟬ8a 2N;yB7 ]}ܗ?Â~ɨe[d$Y,jN ^CP5{iͣV@WfDsVCQ'txO!EgPdOdg`JIv% "." P7g`_Dt8'KCaH^,z*jQKHSȈ76+&kJ.=+Hrrb^DzҸIv w@hIU֚q)U:NGg/P}g]weyܰ,ݎޭuIxפz<X ̇8>at]O &F:EHD5w9~|mb771zËTaP??)"}!/CKn1ݯ9Gߌs"T6j>S\" ˩'89j/Xc@Hǵ6r~֑;+nEZu/}:e?"eY^!;BGj73&6uL}D= C`YL;{9.ôqvo)XZ%ۙCKT:ܟkŜoM]lW~ODa`??PP?:i.ҫ< zq;͊\0*)䚹vS-+3ۏ@TZTME{G*crd~f'YH܇pާՌXG2xbU{W6C TӉwM^ϰumDFyt9к;'кGWr 3#_MG^s9՜sTe700&kImhFZlX/|L%kΰ1'b*}CO]F_rC }?; 6KF~zG;a4B&h^wFerI5:04; ]N􇋯 mSO͹|Sj\aAy l). dƧV\.,.Er=gP9y%Y1.ӗ:OjV nd^),0g$6,0 ؆P.xT@CAb!|WN 5#5R8Q 6p!cwʷƪ|o`u1+)@qO y{f%"2b$ݰ"kEI.h@*Wy<`t\&ѯQlji⯺j5tG"L,0D Ʀ~ǥjp#gY5qUOlN-ȟ}KDdy[D_5ݓ^Eo@٨F鷢ɞKrQEΰ8vX0}ƣ~%/"kEN4ܘKVZm֨ ]2@C96Kn _ rN>f>?dJpCY 2"&!ʳUPTff]NY! Q CaI_/z%T8 )^tS]w+Z8UAXg2M ^~^fƉYninZsu>SQ?02%,u;GЈFƕ4?TH20%~nc9~'3cRf%[[IGl[O; dRRT31xQ{=X7/}~0C˷#bBRӈ]&tT7K70s?T}'P?IOU3[:6uGmlȮe(*Jd`FBD_Oe)vW|dmVkO[nxxwx bߕG}R uV8{4uݼԫ0MCnq/ܶaof!*>S~F(wAh/K6mx3<@A|}.̥p뷝 8UpՅ!3sdUD ژtH:eoXq VFwr359ܮ>%uB1DR;scGuT^@j@&f;{h |@Z>Rm-@ [Q؛KM I Vf<@>4B$LrO(7IJE2#| ܭ*wCYn: o0ݘTz}VC#/<*GBm54hwS 9 [bѩ8(z^Qfmp4F 9=zB+a O9:߱ _^Y@ Q &D]E#|+sqa̽gP(?2P;Fd u5Aa =Fn; sɩ/ |9YcmOvMeB+֐;Rgd$9r *Njy2y)pN4a^_u90z4([Y .r1wsYK-+UeMAGeU [9Q.pIV V{(0#ZYw1\VF?/c}YogGDv0V5&fq)EcPK!Meuhp.-5iJ-YY+Ib\ٓ2s[Iu!7e547 Az <ѭѐâߡ|' oVZS Rr^&Ə9w;y4)bGK[i75h -'zFVtH,zN;[ד CJ5斱>)$4F duT]Q*A1;F˱}+W%Cb&չV-Ep/ey |,vXD$qz[d@pR;CA`$iYC^~bѨq}.'۴&]qq#ZxO /`u9͋}Κc 175;j1ݪJI\am|$N5S5]Q\շlV_ЈmbV~؍|V!.o6i?:$b:ەUvBKeG8VruhLvt^ |SVV8 ?cՑ8LY_Pw_子&`Iq3ie+m7捳iJ*qn#A! *iFFEÌmPYBHaf^Ts{' fGr?iZR~塚3bW|-C4/L,ŝWt"ǐK}J"bDa ]:=]uF%r^ BM5i0d~&Seq!]t&I6e߮ݸj6*~ӜAQ d&AaEתc\g/LՇ'AȋZhyk30= a#bt@Eh%Lr|ߊuނ}W&7)Fo-<G 2GO]6}%q4R\'agӂݗ0V\KQÉ;JT9H# 8`17YW%27a̕K3,@!h] rT&_%Ǫ*zd2o-@qc( OZ1^aL;mhb!I+. ЂSdJ1JfnՔվ-Ld]oؔ|j:G(>H/m6qtY9!]! q=go"gDg {`=N.o]q@C:s'lX8=1l.k^/ v%wDӟO\:y#WK'DM' =ſY֮CAK~|L~.xi'RTg|gx =lxPt(l;wȶE؇;;Boviec+F08]X4@E>}T DzNGCQ&H=l[g$]٥֕l{kzpsRx$UN+R)rU2,뫦&Mz1kHguJRt&Ge; 16Ɗ :0GTRFA 67ЁcYpSSMcS.̾;^EXcaf([a'Le['x{:ՠE ʝ(w}4YdpEp~YZ]Xkb[fi0K9Q1 u(1y,~6/u6!25o$x] p8(Cp4(ЇQ^g&E18{ @qT;jN%VU3BPo65{٨aD$M{>{EDbWښ=zjD[E'O٢%^Hk=צY} [x|#̑%Em'/1bmwQ\ ىrx܋zݠN"go]F8rg&NI?-m`ir0xV0|lP )b܏b2W2wsH=wUyyYО$2`eJO52bUr/:ː=iyv[Hg(þ+y$mSD8S[5H&PxG_*K GL;Fi7d,ey*q '4ꑪ qM^=b#ٮ40#] d59{x%*G[* CαmMy`w8uj烙rp;w^cϺkؔӇ֠4Ael U3݈`LI`f4]v fUwukOF sUd/S_m=- 8|̅R'm`{YEX'OԄo"İjl^G]4>[AzJeX2mLu0@zΫ"[M<C;y;K#%3E"ǹ C̵F'gЎ,#q4 e|LM@ӑꦁlL`C2Ϋ(z{4] 74mu>aď%5A (֕H:%{S_ftp-iM̧g&#ӌվxO|%{5BY6%ta( O*(\WY1Ң~|0$HA&yפGbkĭz: T9Sa"P%6p/${OD/!YHd*N ]̲v@vNB$KAd `./\J}I?6]i9{X Sl̘hX9l2So/reI ;t^<ԐJ=KhDK6]d>$4NެkRXxdǪaS8uص=?J:cJUv%]ָHf%%6V)H#l% p??ީol_f!g@[PyZuaY_1ȾebKӎ]_YJ_;%eࡣ{D>7h3b|_3/}:x*Dz3s'o0NऍgUMPnRLL0z9ɰ)#;̏4EDi>>FA_5fivkl  RD;9c)Qj7ΛwJl|>.c2 ';H%bTpardr/}>XCsIzV !pt{d8^tbcɂ\(5fb}EN괢OJ)ݸΪ}`-|C`ނk u{89qlVc[ϐoMBr/z/Rfn]}ysD/Z.4AFCc4 XujlIX.\L3b$^sEidifGLZ{w5!e|d;RƻeH* YT[+-GHĞeDީkH |bm}yj0 jpwWH(\R1Ji12/pLE|/hw:'_atMGY~8vc[ IR`l"?[ Ɣu58/DK3__-Eg;dȚpB{+b4hTP1"w^ @֔^>);\m`1DTj19PDq(#(u=$,#2{ya Ohޔ mwc @7R &[&T߇84R?[ٖe7#@~iCvEj,Wx\X8"!pWgEw՘%to׫x #*pVfhn;@g`t0;syO`>&e)HAC}).\'*aV/3H<8dɭCel;ֆ{K]χr{Я4f;̂na9.x o^6P6)rtG"΍1OM:D5ⷉ*ur!~bZQ̛o(o2mL :Pۆ>?I՞*gd(0kw>:SEW.A `~zGm2BaJ|;,ttNjhOLǓf│8DwRP :BL}VחG.$̊[J|qPoZ`jjY62 !lwHM5gin:1}cn4I~#i+e%s5bk6A/$5JḙS4Nj#z̏wn=Ʃ?0.W^gh @u4I(=x&>;{ &xd~OmZ cWp{kUOBO Q]x`dfrme lz[C!ڡ%{ .v,{~^NNm<9'އegp &/Rg&g;y[Z9QƬ'ћ*fƽS x3v׀뽋lIDJ>D+LG{Zƞ ='ސQ{|zjV:g67Jr^P6Q!`%%D`v*\feom >%D`ŖD;QG~o>7DO=I*muOd4=l'B_hFyTP9@tןJ[ە(6c|,zB% ׳ݯuwB$}fV4 .d^re GE%Yhee M4T_SgKup76˲׊/St3L޹ .s/u1N -ߙ 2 G1 ug AZhn @G[ʷ,E˴<J{ڍY\{og4|(éx 4y8QF[{?ZoibЖ}!28޲6k%mj}$u'/w 9]ʵJKy|iu~k@pN*-ݗ~)3Jh4O`[ - 5L1NJak4MU#UE0o}Q,LR"JDJGSnPFPXzS!S'Q_ʔ|vEm& G;#ض,$hSqy) ɭD"s6&oܧ=*m  \h&4h)J;ieioO_]RZ70L1o pDGT>H2v?aV.X+>ډ N 2^V3J?Tfs1-f61h.EW5Mrߩ)ߺ.tUqm|CV6| |g坧1͐ޢ3{qW2$eH3پ'FxM; 碤ӿCsyήrcL\1 LHRjhes<ժJ22ÔU%޼@f-) jVqIJAq>Yy5mZ?KZ#jj(hYM-!]33* _Wfc߃e/` ~i<$JHgqsfLbたS V#"gWVv CrdE0:$ c̱6ϗϣlb,JAFsUMr=T B9V @sU,[٦*"9:7M}I !ښ ;p*sgT\mb fo)0iָK@JOY-UB,VٞaghO@_\3 5cs5y]r=U`2H7c N2 .:w[?QdX)&z68jx%p =C[w .c s472y)Pـ zkWq唧eX~E|tG˝ \t-zwM97o є$uqA:<L^}*.z|3 \W"kv sH(R8StPϓ00k/.䄜 p:7[wy -Lil-DkovյHr3\=.*V=Ud 3+0?6=n\\ ŝOG#'CMc̆x@Ayg\ҟӳ6*d[W=5V%vP Nv}aSxjSlkjpHʴauۈH]Ua6p@B.ns?!e:Z'{qk;l1kŗ\SbYd1 .:*>_-xFQJҗ|(:fQ(g&4rhQPxqTqקd_1dZFŢ ЋBXZOҵزG9H)Zx_Us.O>6tBC?%[ 6av3$wNHǦ[I ݠ;f,eV7Zb<f; 3$8G!n[qDcN#$>1 0b/k?JɆ}uď&} B s#ZDM ;[,_Py'_"/)w$-?C-O1 3gb]E/%Jf5c@,(ũz_~L 0.4y֛j6,u-۠];S&&䨙^Ii32GɎ3cL]pW<|WOI2bq6vwJC+<`Ox{ Az47N %?I5kBB9PrÁyXzKQ9 (SωȷY)@_ʫ<;BPjFJkiXq]:ЮO#F3 Gһ|rk>Kچ82jC²6#aovO.G[ i ^\ݛ{|JI$}3/9< 84ªl0d"c.D}Έe{Z-\,HKޝ؆گ#9k.{[qk_EA ?a~Ò2E48Ps%+ !w\/<5J|V!j+B@_-7q s&6GX,$*kr23!Q8Ag sQeyBDuXSȌށr ]E ,SW/,y~6^Mz(iLi+WR˻#JQ!>8Y^?tB=՗cVآ6pbcjE˜YŒҼwMONUgFM=! qܵhi_ԒdiKT`CH/=r+n!K(f36;WW˞v3˔ dzaO{`?~(xƺϽ=k]]2O}&ZG{,A 9 !@kŸ׹Zl(=^͢T~&'mE\r?N`,Qȭ[_dJ|uگ`Ju[DګSU3tyx%~G $ ?ތSՊ_I=t^vd_3Y'̹( 3TMW`,,?xcCs +T=)%:N|FbDZŔ%w'vnR𾆁hD[f VI I岙7Լȩ` 356M4%f(&< exH\|KBV(qϷ86^̜SGJ%WB'==m藣*7QO6|):ϷqD:pB4 SKĕ\>}ȝH޾kng F5{i:֒8QϪc..F*Xw:8>Jx󳘷6n+4#9WnmAxk-o HS"Ѝ]}y0^QG=K6VQ}ܦUB_8}lcr04>ni~VcSf3k[Kl#E1m$I|qՖMsHz5K׬z<BaD*o%wEKa Od[ӶX\O` +XA4P SJ32kI cV>ǕB5nR:@*v&[B| ^Bi轩A1=u95AT JT~s/>jY m*Lq ]ZSCos|C<#Za2j%Zh$S{>b!4Jҽ$E盧iWYΗw3?S ^fW<>qj5"/Tph"c9L۵dF=@4kӤw3Ԑd*$ݟhW sLxХsd9O9알zk(s-^E=`4{̎@w.0yȹq%A-.VGN!XGȖ=U<#z]JI_6(] DS'i6:9 adGdcX Lb`+2㕲(FvܪvvʪlQz<~bgWk2zJwUlU<]u]ؙGL}CoS,{$mbCvFst@ 2pA:${p #wHt*Kבf!a, '%EM{"'Pl:COYptV6rGIM(QM?hFnwcLΓת-(G[q|ʃ<6%v?M,ߣksh0y >ج. i(q6aa{j -՛ofخ PGoEm D}@kVUk&!K 2E+xBl =/k9@j(Xi+j^٩3Kav>>CۦB/O9zڌ/.=c8-k*RilixkVjX4 dl{ 5̰@q!5/X;fO}ywM6 t."eq}-uѳZ-EPtsvp'BzFCD/f2t|z 2oVû!R1ҮѮgf)R"|)C`[b+q[GNO).LL8\YE?A^bEy>U5~bUg1k8r!؂XT ?#c+D jkv! z>MUwɥ|Cⵅ\zf]gQl@]"Y!=$RVβ*?$8#,>|c7tuhrа za ȪJNj%,%yU> sbܗiVMim )3Ȥ5.$bK. gS;{? { L ȴ*l@cg#`g{%f0 ~ 9BcɀiW@WC7ISc=Ӥ}^c}bBѦNܸ1B'DCgpvw]Wl }ZK2pXVÆq2X:ØpΉ ashJ ]\0oQ=?%ǐYtʞC|-\& mh6\jz2i i(?Qh h9#{y~zO ׏ciJyje #SWG-bW0sر@A]/So7RêM& z z[Kjy%"yk2eWs2mOzL=0,M7H~r~@aZlBI/;56sFnG㾜=,Kz9b䐳mWёR,í|8 nt坚e9oj!f3UNӊ~ҹY$"e"Зs!Jc9R=)gY.yXΏ6YasqEs{tM V뱛w䑽oBs&dj5Ǖvo||uȷ ~nhʧ{T)PO1OvHs0!<"[.R|_6Rk@b$I;PӪ1 ˰yb"Nk,&|3Z9P&!Auh1*=+*񢉠,oV #R"!'p*|V{м[4uNMSu]`>Pnƙ UqFIoe-`r;~B>}饶 )˔^ &?{&}Abj3uh+IqwS^iۛJ! 7fy1 Pd#ĜZpeuj8T`;w襲#R}mmV5dիb^U6?_m7&sD ރk{o|FDNHKɰ+ bNa2ٱgD5mBlo)U2,ޟHA|h$k u1ҡj^L-ԝb, !p6 <mNwrOHSAN:=}ø 1v~(#?jL@ΣEpdC- sǶdV7P]'f7xc{){Qe"Oud"j&1)(uk'#bRX=;bc| r{|{wЃIMmH]?]iSˊzpߚsEzfS'6j03M3wuG;AO@F n7sBy2]Q?Sut!@LDYɫ\C`{R%yc],HPtpU%4҅d'sٺk\}A!!?\@UJgUBNeb`QC7d$+t]5YvW'ȅļEa&,^ĹCa1LoM;W Kznn(hx"|6U{{tطap@<%?R8t4x Y4ҶJQ+$qZ\d)ONĻ<%tX^9viGMOy$`c@'+Yee &ek4YqRh<=́3z0:#XNuei?'2Nf?zĪlxgD`:/2#xenHf'. F) ώ{%Gflo82Gd_ʹZ>@y/!Pʚ[qތ1}0fGЎ2X\#K]u-=w))| Eqd YpJd.;V/*tt@8?FI1E?9F^8uO <1@ )thl<ǒr_LFP{bndR5k ]}ja:/YqS/}lVD2^[!sdHvnǚjpd(Lw%ο盰Bt1S$K[OHzx9>;9HظX QeBphwp:aWuzteL,ƭǯ~Sb+WW\t#)u^X"U QqW$z$X_!àocc6ju"ler+̥?ۀ<pK(OZfq:[YG)U2 [8{扐;Q[&[H`\e@fhU Yq8 `ݱyk*쪀GJ15׹OZ(LxLq>[b<| )68B><4C$6_ V2ZD>vC0 S>}܋[$~mdu^Md$?n{ uE̋mGUNIvHQ}c =k~Q0B &ʟ d~d y йFnTKƿ 5c 8촲tchJp@5X^ؓs j8prӦҧ~y>ΫZ i .zvyYCсL .Y8Sr^zyUm v׫;be\JFQD gͮ \XSSlLa~ .ϬfԣzGkeg8qo}^o-q  -g>#i ARMҐ`=%VҚEVAi:T ݞcgSLhc "4l:;Dcr㳾S')"A|s}VGg홚U"%4I ;-BHh ݀#&´ zGվ+0=\](`4A NjeitԩEv>5.G9:2LTxT{0͗|Vtx2@,/t(ۺ8xƸ#8"c?59ޘ4qt 9é#W&  $*۱7lzGC`su< ށksYG·Z㧱4`L&UVTMpxzu0!lV?ѣW PJ/bVsȐ E' G9;ȓȆHM8dVf5u<#w_d:wZB2gt]kqJLQ2R`K 쏁ygb (i>4CBwYM# "GVm`^r &} F#`t2$ 6捍hq ;"(tѥXΒ:3UbX5%,R餤5'q/XtXC [{tҜ4$HD@OY4"}AQfJ(uF +׈9Uh~ГqRq.4Nr^D8bjmd:sjq&uEn*mCj e|zhPld-BY/JHmКdWl 8\?ncY%J ~"w-`dRoIWT ROdK"Jynqh`2WExCō#$bgo,o%LOg"++.2opHgiPZ/ _ 3`"fgᜳ(!1 ómm"o؟EI[UΛ™1fp n{_N3ঞ'QyѕsMv/WƔʞ?(mNp*yv>cWv5PDNw )2tqڎ Dγ~v/FM- KmXe[7 4n2O]i/ّei&JgU7;U.2Vؕw%iY OLp. Pȝ1+waHTG]K4piluقeZV8`Ԧ)ƒGW>otyA5@u{c+%Y-ʶ@g|^x;lU` k@PyqU)flYlMmA?ʱj[HS(DR١Dlă/Ʌך2H΂[vEkYo1|xg +%pQBTnWY0Yad%:ɑ5΁QN$šf&ww<mλ0~ݍL7twyZ0s 6*]ےwY訄Bɻ6R%/1]b_-^OH8܈d4ޔʅ ZU.ZASlWcF&°1}5g\#yhZw#CX̩N~&ڏhXl 2ܩ5i_dř}]\ޱ &$ߋ*>iWOͦDЃ=5@٪;Qړ6:&)V]"p2t#pM_Q+cr$:\?}.?*,2.x=eJ0bGuU.<|\jx- M!3r#΄;!Xdw?ɜj%3Clٍ^/ 5*خ.qNbakXl0Jś~QG[tY'h%mlΑLL(hzZ\d1  ƿ=eS->׃ly;y_G_nL7PJR;>:7@l$S5ZpY4dܿtGV ?,΋9LGxɔŬvQR F%D, mZKa[_9E=ՍbO) Gcʤd1WC kU/S8bCb\ חCzpɜiÛRO|.H8?ZE^XeP}EUXz okuF$h^[ꛟn,skn2_0lkX`Z3oiXX !TCoO֦cu4v7BٕQL7~.U`O'&A(OLi/C_LG%Jj0z0]"~ݗB\z&o SZRÐ41(l,CC˫Ә;{16DGe3C3ɓBZ]aqT谒12$`d ]+@Vs_DB&-ŭT|TP;!8ՆL5531Ec3mEb,*H6&y |xa+MRdwuڕ<br ><bb{ gXV)jM_ )o˒mopmsPyD&Jm_n˱?4ib+;Vqa,[#$f+TVIJ90HkG篈%<ɛK'e\2!j_M D³߶t J;urO98t0R!~Ejϵ z45ҝ_ZYzQsb&g'w1*z:^4@Rsʊ#>UaJoGZ2 }^`5Oh=zCTY^ѯ}(q\JGR'b34%0+HSP R?(%];WƤ߻e i}" 闎 Q4R<ƀoipkD+2N_\@||Eqp{p_ wl#m4i''g.y4Y{nA1Q 3ҽO{j\a`Oub5~!J{ 5{w+ɚrG qV$|rI[>5WiHM3%(HS/Fc㝓 :|MX!(A5,1R 'kL81PD5ٔV:s sr\lA eA@ec2O\ρixӝz}U L(y4/ڇu6"}OgNidÀyÞXۜ0!DMfR(ru?|.TžYF=MkMMsePNh$q~8H{ghƿŐ.-  g!F5^'*n~63[~/=14MM rnWk|t hȞ٤B}Qj + #nl]v[Mp`Y=}0 g#s;p BEkV+Xmy*4PFtF7}G WYl $[hyٞUo6U%TBWx>g)4L_ߠjs4E13C~C:+?hfsJ\9ryYn$%PR[} ^nH`'&}Z?^rA2w/ YV1;0ݬ*2$fL#"μP&EOr к#:O5}\ƭ!w 1Y= Bw?)1-OQV[h9'6$J=i߈Q?,I@7 (˪-(hSJ8*Sw] ߎ!;_%W~ޯ>TJ6"V'4Y'u@p60_J8*߲lCW`zvoK]A%߲\9s.]~{]ȍƌ\qVoz\&AdH]Y_M{ovQPuH8NɷS}GZg9W?D0c%L4jXz+jB = l\aApwPq kK(qP3L{QP XHX$- 0xڐ4 u-MѠ_lRЖR>8u1TzXV*87K)iJo?>hQ`ߧbK,^[Z:.'t.OkΝ/L4:,CS0oSQO``ۓ`mq `恡Iȟ=j;ZXѪ91k^nVo׮BAC$TўUt`n$DdZLĢOk~/Y`a|Lh*^0+C;k:@ۿ.F[,7|Ub!6 HM,G8jQ{kqM0^cH9^!wOK]Kהf `,6n1ӷы}c[L-}{.);OλsdHp0܉e ncP_s舯C9n DcΆI pP Fw*r+_U'm|*FWhzb\NadFL]. QhRQ(.ߢӦ(D4peUoF+ek>00Tw/{X$8[_8 inF,i$W&VeA܇愄Pȡk T#+Dy}f#";dzJgePk,ϭv0 _z#L-9s:Iז ܤ&" $f,E*SHF~βmMhu>K~YeRWr2ǩc7O#r&ZkKDzPm T<2є ^1B7w.,H Oq9wFJ;~KΩw?qKW<ţLIU4f%o(A9γ#q\ V<ۍi %E զzYŃHzo7<-shwnDLXPT#N$\md#{si 5Q]&Q{4ч{W@~ԓKڇ>,OT~-Äƨh3˛]mOۚnc}*q#}:Y ^V%s49Jj1R4mtKTf@^&F`dwykVU[} g˻u/KoY}l{| 6h2nHٰ¯IZ`Sl_~+Z Sw^Zw9{`@-Їst'DƱ y#Tns#]M? VU&zS:vYˌ^ClϢE}Mf+O^ hfc`q2P?~9̀ h+ZaI1O%N{"O'%*TD.r#Wr%k+.UJv)?믨Iw )V7zyxQ9u`&vtڣDk0|SPFbohr"{ױ/O!ěAC9tFbvtn8dL*ONKՊR26,G.)ĹD3p3,z*r|\]H2JE|{<{zH %eJޝۇ[Z%Ma8lsc:[2ŖʁYxcJ=F@kIt(~BH.-Q t (3=FjpL})B˚QӨ1ǴVF]%h_Sdv׿6KRS{ʜK:Clk <؅ Gia \|<X A8IEbxo5Z~jFl$:kڔeSr*BA֙6]#!v9  tvtXn*˛>-Di`N9G ]3Xٹ2,hNzP;qۓUhr*A(Qx# PjE0𴻀a茦&OFf_3E!.0{G.drD9T24ds!wo="xJN[S3Qi+}pz?'tqW&ƚYQ\+ʃN<'6➘ @+gMC( ړdZ}&XB9191[n}GaBi); o=m60BRkvlFJSlj':|]g+FW dsU2R~pi|XFʼs|㷍ic]7J'V[#B=|sI 7ee :Mʼt ` pt|x?{Vx@a }*RepDuS@Bn4mTjo#=&#j~jHvGw~P@V3") BJn1&m[6˺4Z>! n0+j!5P 'z\&&__ݠ8݀b]KF_SZfl3"q)$pD<[nĦ{y OY(͎V{JͿB>7im,c 8Eճ/Y1MꂥM.97F;,F!8Ī HA4#.alK9  P1idN*5rYNE k*MW 05 pV? [ 4yWE=Za"îu9T6 ,iKH;[~ e"^1Gy"K23);>+~qեr\pUc "LW]vFP켨1'{1$0u;|@lI$UE8hںr g[d҂> FDZzce[mk|~Y'73^Z0aΛ!2[2_COpjS iIYa.Z< O}EeaTvnը5#Xef@[We 4d܇p9ţ\h4b(XН>+8ofgLoG˘>|uȰ=w p <_5ʅj9n6v3y+jYf,bwXh|'F4/uo.0,#hXò`{nZޜɆB7IjY+UaG.n. ԯRr.&ief 9Dž/<ºߏM9H!ZxʬW @w`J<'q]OB2(k&Ǩ4CuidP JsR촂Ezh+J tҒ7@܌[XDcDoO^ qwMJ4oȀ}}FL"tنݚLu,ڄ^3xa/c@ JouybҼ*kw 1mZ}S l=&J@O3ֹ'0 ;>-.N(BeuD"3]#5+1lOk4Ԇ; (#,@5%r`PBi_V9R|AAWցYԞh_êAҊ{WO ajȭ(U!/k/ SZJr:}GEЎdPg{WfTejPc)oS4-?ueEu\%k(gP FFjuLCTlEբY+>RsuCkxyxFUpK̺;1({pV$M%5 rBiT4x9 ;iR${1Gj lw57䤾j";5]*{w̲#*7gOL~-ςV)U~W976amnmmuM΄Lw#.{]uED -oAښ ̧7NadD!0p7]RUQ) 5jֿdAl023Xr5m WgG~\~*1T5?*oҙP=o]@) lZ#ΣD3Ie:q :CWk>eڕLѓk3^(4<4X{h l/N5o]C7D+ Z<~<'n T2ЇIpIgMm ك !u$j];4AݵM$W@Y^_Od3LQX4KXߧԵlRrju\cG1uRL i(Taɠ5~:` Pij(].{"64_[5Ɨӭ3;P|lK)DSL5[wԻsg_DAX^K +zcݷq ˉHR{{5Ke9Kę \(OYؐG8:\#~Bj/wK xRJUuko1Qm4"o7-:"l`DH~+EŬ IK$:Oȕ/H0|4% izVgCLG^(.lJ}ieO=hv9(2ۉ1!Iϫ(Ep-W‘+C QDh^UC }VTbxI#^S&LQ-(c?!i(l".xցʼn#5S(,LW~: Tu1# 'ע(#7i bzh}$tpRPsP{Zr 䵒\F{rW%ϸ\1}*Y"ۄq-v c;,׈1EFeд-9A  oD#eGn($Dpq}Oěx_Y+|1]gIkLŤZlO8Z8]bۜBejEq?`T^ ݈xw옚?HSQpLR`$_,0_"014NC~\i]D7U+RB|3)ykOFʪ'7+^'?Hv[E9e/7iofYSu-/czeD{md|h3:'֮ {kv'2pb?ek&=pl7kC@W{Gp*<$ #G(Ԅ.&:I/Y[]B +d%zlDpdyTq)%>Дo+cͺ)?!괰z,Ӽ]xj$2S/uv#uG=*d5)ԏwNSgcH}}(sk:U9Ȼzҽأ-"U^М(&@AFTZam>55LELLxͽpFk\<#ʖc.].iDv;52W]YMU6cYӡrNME6-hH́G]8efz{Ł3}ԔT6G0UF"?,X\(Ⱦ]wK$5wK WwsVX[& 5o|0ߖl\63Зm3֨5po_{J-ib]4RQ"&/ٚ<u=貾0nq&]UT,)]>*Qz;ji\d7$bx؇"5̣vV2s\LMuz:F\[i0g(f;6 BȞsq PbCtC&[r(^[PwLU/l:WX5nv˚40D zygs,I/ Zl}!7o/ax7 u+bZ`u}N#oLXc1|n"ښzlJJ݊AV# Ts+e oٰbɡ3q!zlrxXAKue5MH5Ž5\f)SjY @+eMoz,&4 놺1픮geϰa34 T738٥{ ԑ9C_ր+u:I~#~o .}-60ǻȶAl RWgn-L=1ˆlH,Qј,,)i„ M:?$ҒM^6;uUcTcDwȋ@@yJsE8b@"9PyZ_Yo"RfbѦsd~eʦеE~'lcw o l\ʝefo!#ў"RvT(QXM!|߃Q3"?r$eEcֵ]q7Q+mn',c P)Bqb"KN@u̓HʙcN,"us|<2o!Kdf;+Š<A% wيO:WYYDVS35L̮Ê@&MFQBŏ;v Q6X=ml^p{52 m~?ΎK#@qҧ`K)t&Ɉg{*-]kv*rjtݒ] mW+&Cp-RZZq_L,EQ$PQќ!?|=a=z𖩤hd:g]Mf]`y7I}q0LcX$ɿrw;njBb9y72ZXegf?c qQ#.Xj3}He@?EN(%4[v$n\\͛j{L4bm|:D(b8MQn$U탦n($hOwׯ!E]]@ 9e)!dB]X=l}mr[+|;Q&E/຃<;:$VrُMե5}ilmvZss:o}#kB/5&v,lʇWrs ⴲX$}&{&^3zt7⃜O1Ez  V{5=xk3 V&qwE%⧼m^T"` K`b߽ ϛpf GjT0 a R Tgʪ;Rw.}p5QA_}O<@7EV1 !ZS꥞e#n't,`u >[LDs]՝Zs8lkQ><1F;g7P5̂(6ڡl;FftD@o$9id|I?J8ō8B摒N=wjG?!zIb<ݩ ü 'YϏlp\c @lFM~7kÅPfB!kIPyzsCZDh;0aۙ8J;lլ$\c6M 9CŔZ<,! [1svOF;-FfVn"WxPD _vm-n7x-!? 0w*B)\ݗ$Vb!DJRwk3ʗ0ldPm-%v43Jw~ #k~ 8l)L1Ȣ9FHcky06&R(#Ia f5؜}4#uZu$z|PoƏG=5a< "51ݕj3j!<Ҳn]G,ST7}`P`x޾g[E?f)d>B3k{q:Y p>9?@%ɓIl.4";ۣbewwR`0s2 -x0<43B~`5,[-E=v_4?ȼQkJx{;2 {\f!d;;,JGۺ2wx6|LgF 4+k鳈oh+SSuU#ْ͠0n P0QG>ZTX|cV6VVq&dʊW9C`:{tp_?u$ p(2hI014Qy Z;J%FE D}sXgwĉ0ZWJ$u(7&j+"#]gvz^kc8"!zx:,PܘZf'|Sxv(1QRJJVm`#c8uB}@;XJz`%WHj}ĩP`!J3㜓?K)*ӃGWDzӗ{ B]h}p&P`4y$+ fB.UMm.(r~ܠS0Z{f33^edUE;mE*0U8'h._ά<@{4$lb:[f>ǏXSZ;*ʷMSynn"cH0t HIm_Ҝ ٶ2Ӆ5k](IrFdӔb&ʥہs Xy {W8C`0ht:E*n+fOtx_ Oc qI -S\:}i󸔉-r[GI=3}LӀ:Pbu*˟Z>͡4ot"$#zzT" /5CFPO%YBӷ]o?AQ\X:SfYZUrOkiz>ڒQν.}ߥ?fo:L"XdG pOD[CZzOԐIvw-aI?_B uIxm""9dKyxe?C*Loq= Of(4mTX !m*`5ô 9v\V–.s7.︴ٌ;pMzSL WHBMt0HFSefo3ZP$PyƵe [Dz1څ (;j/md->HT{X8#Lha"ӕWC~sޕOfv'و1i#\+_0{K.] >:ՋJ75\B*tjyTD1R[˫i9篘or*yt(6W]a2]hNqlmHV"O"O {r5'.nreR=ЉQ?Hi=i۹@yIjMDw:Nv4'':z5ӍܓorE= eG[!pliwLaV.JINOjӺ0ߐc$NS,*#*B.]?gP"}Wg_"rԾ痐{ tuCC ϒ'"h6]A9ϫxLe p:Gq^]-)f;gs K3&ZJTj ">-D󬖋8_Eo?TYQfIdispX=kq ē=Ky&DzC_|gT^[YiCیXuר/* nECcSXޑݶ ]۾a`ƿ?c1rw lԙ^+Ƭ^.(X&Pv#[&u|v@Q]i Sp( r5f7u.gOd}^:4M *Z.\Łe,ẻؠ/ݰ*l0Mԓ ˧+ 6Q`¸ U紉=U˩L`G=?XJZ5%Ob}%hE#y-J+*c\GbA~d;cߊ¼c(`q^@j&`7C2=j<#TѺxD&)jW{]3jKP#U<)X>#8} mAQR:Бe7B7;#v'6 Nk=Yq ;?(!P[|yj ƼVI ~ˎg?5Ժ+2ß%dZhW\ m%J" "/i{O,%&!M3v>H%yL'Yq;?&MmI…ZebY\X$š9c"'&>~"'ψ*:]n\Z>TM*9>vihO1 BVE;^}=W*7mGYBOūj]oFބ^cCz3>,C"ڞ=RToBH_:"ҫ:jqRlGEf*[ll̠ꔧ(կ(Yt9=ᏕO^{d3PUL{䳜HQFDžVScE}'+M;|2s79- \3z`9)Lq[c~!ӧQ\$2XB[{_Iz*φ 9#}O9-7W}o=8 C 3b7-P |^ZY9N& =ppج- yգ]%lrN玴}蔖q}XSt&DRz%ȲۺAZmX6!O3Wh¥BFnx8H0c.~|tl0\7c ]>u_D=@o/l3($ ĺb| 1yI9F)ubg,N;5{_Cw>Qc繙19='CԺ7nH[8&qejc =Q!yzAl7T8L[ YZ857dᐆMm@&{e!]}J;(պ"uHE]j =Y yt&(Fŕ2 ]B,3Y_W:cF T:(%3P} 3;T>^ԮYҀB>)NWv5܈ {Qd;S(>,bo448kp}6* r ߗPPU;IG-ZT |І1HXHm NH!k1"o>*m %$6>9˭Jϙ.Z|[2/|Bti~ $աZHKy8x>#&w &6J[,+=ov!+(Oӵ oPq $򣕙-̘UX;|˯]_gӮrӞu)NZ2{6cDIPGXVꋂՕŵrKvx' M+W2k]JAiR/ zp v 0 VE 2hỔ)*Cm$M,0ktF 5w04,bO#3|/S0gl*+IґxB_Jw|RmMjwWgr1Z3bǑ-EGDc~'$R\ tJ!C5?T,v0 l[i:}ϙ";9nC5v3<LjU,xKΜA#|q$mrBCӖ8'ŏOa,ca*ǩ إRiJK\v=5L?.Zr)6%ϔ-7P"~x>5`,agf&Gc["Fizl!B @ACHP%<:mJE0sr&Zji A NoqR-rQg4` HL^ok ʚz'պ?%u%%.`3֮cOoڽiƝg3-&o/*dCS$%k^k=A>T2eR@?.`b:0=UqQY="Sjw<$; Wq2"5M[ψtNe5_szWO.d:@&ʢ=tlݞvqR?Xēu)k}Aehy<pu;R$,3-3]a0,Oe}脡hV3Ycq,¶(4FL7%m1 al2󍊎),Y;]=|JlE{0uߜhKo4vV@J{yZ o M쳷0-Pe9{ Z. ,莌!+*I[M (.6)ѽW-ZD-9/ *}ј6j7+c?͞[']@sMv-;ݶeP̓`%6Zо*k?|Db熿ռTd|%a*5V{9's"%$&1޾c"EkJ6"_5`$3p "?ޏ'|I /,oЇKioAAI{  >Rײw)`UH%{w6l: m?1=~3]ys3֘پ%8{Q/ZDÖ*徒7@GFߥPC̺cJ GZژ?<̋yZŽӇrxZ΄#,<[gvZil`a +mm޻Yl,_/&}ZjeUn[K4 |rkµ^uoM`e}j}UC'lCDͪRضՃ@4|Cbe+RhcA": cD2׫cN$0)oՕ)F ΚCOaT%t|u'# ^Uf*w`F1ɶ@@u_6-2(\ ?e YrC #G1 Y՚f`ڔv 37ΚdPxGv18BcbJ#12rfXζp6`ŝJix?_ ®7aLEF##~<`epui9Ki\*41e41}yeV4#:.{{sEڐYdbs7'G^(BcB C;l`%D0ͫo ThAdyu[J" )8k3Yﶲx>ҤɢvXCa&ޢt}~ le\_h> ounj_yBaJgTvb9oLpPw EQq@gt,O?JA^i9cR)+X'ۆKr%bo\t?b¦`I !l2&͚Š;}{@cQdwͰ/-֘l!pc7 f/xA_r;2$|N Nk&[Z^v.ɬkU 蹵oNӾ6E[{bmeyNplq)w%8VaTn; $X o|%b,+] #¸?8BW.COI4`'F Lפϗ:d 񗹄cb'nz+HPJ7z  {bG]MPD~KaZ6([_ BtWjJ οyW,(p| d3;cM׳ #A>kУ|yv,L kɣ)L}Tc;pwl6n%Ç7_|J埝W,kٟųqz ""M>Uj-`ֿ~|˩0C{)m>iO(p\پnϫN %OC\!H̓U1&eb?Iy&2,k:L'c>VWzxj ]T1Erxw<6'"m8EJďL `FJF2kU)h"j[jĽ(eɲf8 {]#pSXu,dA1I4鹤d‰(sR/Df+Z"8lB_cfpzI8{}Eĵ&vl6F(p[WnYZOz绬pW"1"{_V7t{oM/S,Ԧ%wj` ͻ#Z@(7Ǚ{( ^)jRd03jhrĕ䡍'tZtkfl^Xb,EƷupWx[X xÀ^)hd5/Y4ʵx^4lu&#Gqoch^awZu}ybqͪ4|oM]z0.U'=z!ڊRPrFH} a#~bne'Ccj7?Y-PB:I~Ց#}/OʢlBk!>Ҝ@ۊݞh}5P'C/{% _X]U{wAWɝql~^z<-80Su6L$hMe^m[hK8.)o ֝r,5ȄkgPUspvs S߲Mn](*kJV :\rRY&wvĭKn7"Ώ)P=<}Tm -lZ`zbi?k &3d5 5rh e0U^୰amH|tS[7'emnM lS"u922ːP/U)-v # ސsv1ưmZ/ͮUr$iD+^،+&R@b?v_*Ǧ61Ҵ*7c2=H,$sO:..ydy!zyW mֆNr~6N2LXV#>P] 5p;o=S8 ]դ` ޞ~Su 4ZJ#Щևs{C6\vpz3ָ\ PA >+\&@C3$Nn걡 (="6n7q| LI-zx4ݙe:L?J6f.͑afaTX[W-z@R 4K%pfߗ'ib O!$]τڬ܆Pـ74hgRE0K-'&٥-7Vڌ $=KfHR!}cCӱ6=%:[)^[g_-sVa)pfWam:d(0ttBj| 8 8<,ve/,_ @ ?+ٝ&0cA((\~Q/#0ld#T$V@uAE p.׋ZsFDn TAy&QFub$wH%!*_3̒bh_ڋ  %O7"w Z0gܧF#93Tl{GKX|#Dx/f ",.6YoQMRh"vj"aH2q:)"hB$`9n>i̎Kiq5fw6SyL ׄB1;U $L~ ]dQ2UNA#ië-oesvHRLveӔ|\#;]2Vug,&!"Wu8:;~(]Ub+gɐ Vtc)5pr.4<{ƺ%KfSؐJ@+ Za!fꜤPJ|&GD\ȕǯs{B9[@3png]rɲ_Hw;R~?GgWu%| L]:mBm!G43;Pz )]8MxMbׂ_5Og5nq=PucLRa6<|st^k(4)S`R `Ar^;FS\u[RgIU~.&YtPJm8 \~M;ƬRFYKn `q5P 5s#t?& UѝVrr{VndKq<*<kbX]{)W*>t!.:ĀA{ l+A4EF%VTwr =bnvv[ӄK6CƑcP8t&-~#E4Y${:Zjg2k hifX,?g)RÛS%OF.NCNK+{_SIYJY.la6V$J$B'mb-6OZ=Gyq\$2Ys~9|hݍRiT IܗQg,~!臧\UO}9Y|+X1)a35Mf2D$H/yùjkH< CC%qSNt5-~09:^>vS8u>QU_\' NB8;1Wٙ/F{Ŵ2OYx Nľ_]%م58,6-:?T1 06k=#H_5%2~zם/œHNN%@2 <.J]Uto'ԦA8k&}F _pAg*3 >j s ZUEEBG:dӡΥ,J ^9^F)@cG˧4)nW@ hGiqͰkhl;𤂓(sg5ybBKB2l &h`m)oI4.-ڜ;A%'Vky upqAJnd'6(#G5d_d>6 )2c9&Y2du ߶4+XN\9 :$0li[B}Q\8sFRjg"zrD3ֳr2][^+.##ꕝ7Q웼|I_Sfkc29B٩=נ/om)&%%+NfgoM=NSTv )rc FP$vPСemkc)"I Eij;z~tJqjB%jYA`$ q#뽂$w [ۡ'zǜۗ'#r.zS)- *!7xǍXExw,2c?:QM7(Ww`&Z+H3x< 9<^ZߕgM0ծ.?D3M].\yA/)UBքxcA8ΫrgsM+lj($2]!1ăep<>p,V.6'&nR6׉V%9AC>c4tQ흙V5n_]]~I<;hU  /!u#D-ҝ-Ei2) X]eȶPZ0^iXEyGpH&ه,N(Dܙ&Z\=UqgPfan>$ ݆?%W޸[G2xA = W~@* N^SSԁ4"$P _i!NPKJzEtTB?Ϣ,˲ݿ`#J<>Yk+YRCy;tM&u+^X\C{M,63p\cxQgH`MMDFǵ3˥W_Awj*U`qB"Yu/%ۃ @ Q& , S7Ygg9W:7σL#/ol㤌ܤܐvzFѱَ ^Jp3Ja/ܯl aQLf߿flӻF/AOD D bU6ߘ)ܜl\҂"C<TҪ,BNQ :WA[#jF}I: e?yΨөYѕ-G#*~ۚ?)FzasALNO:m }n L֟aƍr' OT(<+ mUc+2}_݋ <Cۗ~,t] 4>$wKO _+SD@ a%t +m*fm3g dA;8\#c_$7񟹱b=H97<+g |ߔEq~_pHSseyOGmq.,N.L Sv)ت{Uu(hqjXBgƭD1rvH}T/&V4)v ,`˔BFw $ZwQXGbA<6@|nR9ۧטv, 3lk(h's(6Kg+J+OP+SZ3(/ mNKqxVGb-Ԝu6(}Vj'N|I"dA^* e]5p&RvyDTmLw e@*E/sb4~BV81p(4lvd(܍L3SNj:'K !h{J"2ZPLʏR.07Xkݾ_0p@\>ȢvR~~†6i-&]>օ* 5wNvYī)Nu+WC-{V!;]VYż"_֋Ԗ^ut;QͫGuGNl^`f]"j'p1Lgv-,GyJJup.z֥z b;^IHd:^wpT@q$E_Sઊf_(Zʹ H o>۹Mh^)M 2fGGdȃk0=5Zܪ64o@kQ s_|j BŒ ^b,JV) ܚ9nCcu#̎mfC,CL@ ~xw`nGr(,"]nTۜ+4e˞^Gh )X516͔my/~xeјkY~c-_D"n.@KCևI)G?2v `9ko|1R8Y߅MPl1ծ:k 6"n5tgFsnG af 9\51\v翅k=a'tR< IEY7ڂBr%if ~zlYVxl/([y*Zr 7rǭ;K9JmxC5@G8 䲁U/[z[ w2aUԌye%}$D~}tl`1Xɑ(mg[;.Ķ2yo@?ބF'vO"in؉Lj/dR$b:q^e3H¬X c9_h;dto鎎Τ9R;Y*S>\کUՙ^Ku'@_fı6ة?~K|1D/5TD]H"}S Q/$A'LKĿG1)ES"JZI'{UN-~] ;q|B 4mog܍06V2x e5gzQOAfs8 [ԉĴ)D*4__xs_Pz.syyM1۞Uѩ ij",L|y^ߤ`ZDig~H p?yAXnԏ4,%_ttgy;+TqoUQE7^UQ x1UH#̢#5Bր2u}C:f*as s~_zҢHk7XZhV1gtb!j`iVpxm-(Fp %Nݲ7=@oueK Qb"ԗy~,PRab24 Qv ЖH= C /NͫL2UuRMŹ16iApx4Mp`*VVI雾+m2kC̟aVrmfpJ/ 7IӃA7`Z+$qL(c["l7Zm_9>xicnNa/'wd&+a,n#%mJj lFر[ODҵm,?2qwjq'Vv(u~"rQᑷ!tQvk_B*Fmͯ:z"u>eu䔇ݜp:PJ ﴄR~3k%gLmŢ *ں}~ / lEI1>71[)ZtG]>N>ƅam"|zFZͣ;Nk5 Bh (/ deuZJFm cžTTaxJ]9ƂlTUH)B(AtGN3gT)9}Pt"ϴ*!=qH*./J0z tHoU o)8#riWZF׫y2{KUIH< 83J$>BJEPyadz@#CVSɤ-tL4)@7k:ɼχw,!2d#9 wt ;ޙV$>Lal #[HB kxsFdbHf@03{{6vx%06M$Upc57d5߇9$q@㐧է`Rsn:bp`vV?5 =I僣L<8yM!޵dBI NިDVdg? X5Z f6v0==G8}_?#eseÿAqC6Z'ճ;TlioB쌬]>^.J:];!q!2 6_(A@ S!ds[|3H='?ra3LJVMdp"&/9})fd3rYw^|23I>/k(?_*:26W{Қ:Y-YIo!z$|ddCo񃒄~]N OAg"{x:RpB6 L({krc;ʊcG} 57ݾ&j6-;٬n +>, ,j]}bnV&M%\t,˙W.0b;!wrkBAPSe;WV;^Szi~A?KT8H)=iRCKVJ [о)`4"N1@8ζ-]+rJ/ 9ׂ}?lA9궼J As8, -nX[M)' bq$@ˇ;hsvH_S@=Ӳ׬A7`.ʤ̎F :ҋ ˔呯^$}6c?HMQpDL'+x Q ]SS4y\4& " t&~,znhA,MR"}R ur GkܥTح0Rަ\>Ss4z:Dѱh&{ 2[(y{ 2UHra.~?vN« 䙘 {b Zj)(,7W)jhMp@,njBg:8yJT+Jrlk>&2A/YL-C>C!2I|E̓2ylY0}B6vG>Ą.(8ns#\΅1%9 鞸[TU#3(4dr[Q^M:l^[td8̓OM`F[8GR͞"u>ר2>b-AHZJʇ1%c:Ao@nƺ]'dqfV=t #lzQ!M4s>F_~v?eNi\/b}4f5Z9'pmPyNnmGb]<+T_OWQ(}?z֊vUSh$V= lG!:,<11x$'Kq@?|\ijP:򷾷e=FrDsQƅ]8R?zZs]z8DUʟ$qeKOO~Ovk`Џע0αFxB]V.@ؖ6cZ' ;ўFA{q{ Jfk~PS)Fߝ́!M@{|̨~b&Q6 PSk.4hTy||/TNɯy6q1Ot293BF<#CT/ap}a`msor;OtF;xbQ9/DR"fswG/b uZ FZÈ#V V0NgLcoI,|wlFŮjEI=?FQ XF/DWk0(8'1Ѱ (\)akKIL4(_;ERJFoFMD7Yj\?`]95)f^i?rO-׺q|3"2&vLLb$f ÔOٸ]PۍMװjX% zY-`^`OySE QZ,F{?IK+d:}9Ny$b_ KEmz/zfO2VѽY`h .fsԳvy$<wTx㛨J:ׅ Q#bWDӷbG:3^=z.g=KԞ52'qMgv3VyoKFZxJ=ʽl2-b}Y =6`Zx.Uss))oLN*7K[r]SaC!&g~4#`(˶1IZԄҟB23 u}ugfT]5|V+gDr݂ *9b+_Snr9Y9"%DS{7YsbquE\ zJ$Q6U\`0X&p_/`;TQ7ٲ_ES1~9:=gAJ?g87u~r/#/W7pl\w0=E^XHݰC>1 J[I3f{J_㛠B+Ѷ7'Mq :0\{ejmRga9Ȗ,^ :.hV.=L~ҮWQܭ"d:| )r8`(}&.IqX^9h1\-D4+h\\8J-0k,Plǜ s|RnNOǪ'hu`啜Q% nYN[w|zנa vkxtSPfܼ!,}̺.}`P 3)kye5js\moAPmG{}*^T8evB],?bT[/.(IM*'2mQHqnw4k+ՄIڙ5n&m/pijb >;Gs7رNw1$~>#l-k*L~;~2~H 5xY #ύH5@oT&G'H\ ubfY5=x 0q~ġilfݦUx˵iI&..9V١S Oi74+#4ǸW8Js~,~[XȍlSrAhh6TR6uUDruĬ. #$^Gwh`<4Pb9)_wj*9y5ݩlB[`"fAYDS!B+$H$N\}dsSKL8v_j@u֯9){zI zYsx9[`*OYR5$'+da“IN~95PVp %5Q4}̒s} PoǁldL>WcTTKŝ $>1j`› `f<*"&}xNBa1XiP7%:WMTHC% Gk%s%ľ7!e!S?>xJJu4\j()HƥwK@LL`rXhV ?$~7_|SRUpL"ہگ٬@|'}TBxsZ8y{^<`! 0{[[:H0 =eFX"}qbZ%eYE6#UFqpg@2&NsuIA8"nNB1⸗݌g\ͲO9ÂDPMsZf\=p#c ǯW1j,{ >o&zI~Ac%J4|tc|ҷc>s@UG1B ~E=vw S8Nq>6T\s`SO>#:8ċߒ4j\f{,4o>[A'Ȉ"03D #s)Nn/&[8$.O ZNbDT?D5E2x3pU)F矯B !/e[JkDgxu$7B&WNAV޻%?8]2n&7y'ʋ&^JtSewYʟ/y_'- A-1_R"oQ*Cʘ=؍6A7eZûB ܕ\և-[ݙJ&'0!߯NtUa{20"Vk 2EnUDjDCPm| M'jghh%D*2ܯ\D02Jt{>sͦVҬIЬ̶Ӡ9 jհS!3ڏ D-N|[a]NĒI$w9mbN9}4g]:hBݠn:Eܶ)*"mGPU)PLH? (mEJM0&1('ݖ%31tg7BbY 2mHo".'dfLr7Q.fߺ;]mb3oz]dGE2^mUyܑ¼:d]Eq 39#XYmgvΓC?):Cn\Ha3;Nڷ3qMENBWKzV±$1de0o+H"|k=x|nqh8Ӕն!|u4$FhJ7Co]Q+!KUIqVxΏ/h/rP sͳ(t@aEşݣ[QU!~9UKk7@2vdȠJx\:vPsĢtǯP(QIdXb,5GdL?!YKir~`MW#󝱜A<ڎJa]aʎa{WJ"\1>̼gŽN4eϰ~4p Ex"R =}mIk\2!?x{cW-E*,*~]f?b@Oj.* $#O%€؄}N0{SAcL /]"Fn@k IdD9O#o+;ҩ0oET#l4?bZLC)~UIDW诘%JnApzK&%12֓/(X#T>ǂW=iC=}X5ȪTB6`B< 6@AG'9oZ ӢK=x>.4M9%Q U:w1zƧzFQ'*&qפ0ZrP;s}/]!^7G尥;gg_ⳜDO+ iչfg:AGDrw0l$e,*X+(%#7S: jXGt\Bp6&yqYgC57<ǽ.R|_N ?i.m@2cxo`?|^Zq!xdbG¨bqy; (j>)PZVUS WLKȊYq_0.!Awg(JXAҵ8ԎxD|X xP^WyVIxhu/4N(/c4uCfP^֪۔ȩjg63^ DOS9X&Ŷ( B\Bc,g2qh\οn(}0ЄӤ Fqƹǻḥ z0d#t /{M[cJ^e C[9Ƭ, $'N_vx7gZe#yAuezA>XF.鑊G":LNysI{mw|6W24.E:[ndWl"օOkHVt`AY62 õ?6|k @]8 ݕ7ٜ&PhuTpwJE̻ɟڽg"0qN.YįzĊ>_kNY2< ^JeS\ |-I&S\Y+ZB&]HC C/kTm~kG36o`Ӟ)K=&{IM0&"hhhe07|У٭. jc~$jlڅ%$Tw|c)M>rʽcMAmy] ™qtw ߫T'PU!h].\!~#StEoAt.SB ,˜޵t]9wL s joC-7r{kuߕ2Gq_JŻrP\ 뽯*o zHTۘ\3-qL=Yu>ʙԢR8q?Xit&P3zO5v}q-A?dZ!FM>YbO ڵ?JfKU\`< 3.e6 3>G*#ec[̾S$1R!J뀌PT6N*Wb:.sE95&dbZY bg=y:-%?=8onlej0hgOkû gƩɉWC)UW̰eް* {ǬiTU˦CK6NA4U( pZ DN!2)5,UHO?Ӹ8]K f6G~]3흒Zб z.&(89A=H+cQpeߦ6iͦRN''.Ad 0WP[eG !C{G})fLo_v$UbPLĩfn o7QsCRJɉO+=<^8\SdNj wȘLQY-DpTxMF0!huD8ڷ}_'IO.gg @mr $/c1z炛5ϔEwj-8Nڲ73 *V<筆>OT/{Gп'wjf)ˬVU.^ڣzSş8\߇sDN1(ol@_uGvX^KJW莎ʮ1Rgl VV HmErYG]cTAP_KǗF=$ԓ}t^gjt~JM?N |[Fk^bH|`k!Kڌ0G[]\`6Ia$3t]v|OJ)BNC^L$Gv؁̬}6 9/h~x~Ŝ[=ނ$ex'&9%iQBތAK$G<;>Ke~dX!rcAtfi5]V=#kDE¦]t;GYg23HX5]؄J[J@v!v_z;cE)Z @ϓc- V,_8$"]a:}:g*+Ҟ- -T״uOotq)+(KPІ5ΈL1/d$ݽYJjea,knt\qfOo#]sThG}*!{f.!K"Ckk%2oTiq z5m- CY"4 2+Ը:~GF kU8T1o#lx]2=rqsYT$L10[d+T[:õN ٷGD w]!d-XXQi1c)E"€S-?QB!mJ1H̛klhjD8Q3FpUejmW??щhT<[-ej<VV&V8@Y4DSmvA 46z6[Ql]َ#gӖS[GpغR^*d |4w  j++1Kjs O8,k"[$.t=c嗈MT[ǍSogbZB%&uI{cQ|q\}"+ xu=U&p=PAf[yH 'S_5rc46UZew΋# v=BjNBeX-a2ka3@vgnϿklv154ybL1[YE^.Ke]kYj3H=H!I7<^ 7*Zm+_xI/w"}D cfEYfz/|_#(ru ?[zI(ҁ5 RNl6'hӯ5"ַVTV6 gbT5 nÈԉ;ˍdAڏ|Z4g3PDNtUx,nuݶ4zإdi#Wr 65,zk3%v'v(6|R&0!AJ(QMB2O#;*­#ې+9w| 0KCcU4j;C}^*Rֈg1d"}t1: ԉ1<}0xpvtӯx6CJ9o?sV7*~‰Dӿ1M7w~| P\r}Ȓx ?XV4w:ϟZ/[}p@mqx ё%EMk}`;-yWR*Tۓp;[ e}C [ }}plIYSEjoxQђ \sxvi  sZZ/>uVj:f+QE ۃ)NSpm d9 > 1CuRRTՑ .lcfcF]_l6_+`0f#Hot2]&PO6 mW(ϼ^HE~Qƭ]VVB@ h:\z$vt,m΋+Oٷ|7Cz2OcQSSz K/+&sx ƨAb_'(lIT'_DDY]1;v2]  On!F cT5kVTx ߱ˆ?ULFa5BNL;/kȑXvt^>=;B$t ņ4`xeϻ.DKdٞ.i7;>~Ӹ&=k{t63zJ<-L S ?oCDcz~Mvf\4_/p%1yRooy2n! .xj OWw4j#SdzٞG9k`07n }sGh ם$sRHr}5HU9j(8Hǽ - ֊-<>gcd BIi<`_d<1ސ)`1ѿ W~&@z1ŠB̵.A䎱T鰞QBpʴHϴ $G"c:>K#oWL9ZnU+Fu@tTUQvsZ5!XpNRR yŴDͣyT07zz_Zl ˰!.(ɩ_+#,<go.vHRL)/'&A,{,6vL=:[ ManBU^OIs+rsyb GʁRw~ pٟ,^E}Ov SzoHX˂PZuú+Kz 3+) H$C Zi{Yۦ٦X)t(fp "jӽR j]i`U+"GY8"O:cЏ5E=.xl>FEXj8j*|X$q'Pn2)ef *Hyگ:pcIq'-5trU n Gmڪ1kpWo!:.`">!^>6 îfQ|,)NdjM^!YcwCvcc!yvFc$|C89b8,>_/@Wi"r3l4  )|PA?lOĖV9R4I]vrܚ3bvy?}e`J@WA{Cx23'fkԷ~] 貯%f W\׊v ]Rx_ySBZAm.bu{Avc˩';!aPlՖK{Xis%THy>z7Ƣ{8'ATuMJO+" C{Dq*lHƶ!` @e~lZs. aXaEJU`kW=hFL&jT@LCf\Xc"OՕ)0-p"4Wj= CJSAw H98AÍJE*aPϳ^M l72ipALAa| )t/rTLp2C|Z96B;ȷl f댲S(A/F+jl{Cx-c2K]zꭻ}^B_M;jaeƻ?l^"[,=*c"A~t4^nvDdn;/ PfpCx V.`vRI0in6Oj/Im#/M>vT̜Ї6Ahp>B;y9r^|H2f288؇rg*j:I{y{.-ͰKCK5۲],yq =k \G玾MJx "BOqqʦ.0]g%[{\I)Oo7|RA+pO,?z6]=ѡbtw R ^)c܇ѷ{]b갧`17XN @fފ7,5iM%yl*1ǩT*wW+<&5`̈Ut̠wbvYWPPxH5d%KrA5FUAj[kXE ~d g̋H'E"_6TQJ+a7} z/q@UZT`>?جG8!pS%6oZYf_O nA?ͳPgHЇ5@9 ZƁp?#P`oXoO'$B.ݼ=(씀D- ]~*lTiuq+O2Ԣdfli'2ZqV['5Qv \^W,ALb(I8(IӟjQ49](p/Ph{+Ƶ/e|,k)4M6\QgA|P-Op+yc:xY&t쨱<+Y0MaXܹz[8y9>R\nG1!|!@PHvU:w"Un7`N$~{rh-o-#nht`\)Leyv"@5-RoF]?J 0h6A`F&ڄ?Kl@35Z!k=  Lm^ !}!mQ7aW:6Dc^!!s3uլQ%CL J⋂!! Hr0~OI2t>d9Y$fR|Tb'Ui$QdKs3>͞LV6hز[hez E trM'hÖ%V+CL9%wœo (+v۹A 'ua6P8>gΪhf!<NJϼT=T崷t3MVs'G^h/U f}005I#)ZM  Ei93gK#Ew2}80@H$M lj饎upM!#658v`NZTψߙ)ӗ ؾ"tCqmݚ$@D{@5KoD!r0cʸے\Okx ": -_婴6)~݂-`#rҊz#ބ:{ |!sLLe Iq&뻉.HAa"qV/Wul)F$k" KRҔxDjrRoպxL 6DE˵$wQ]+V+n^N5z WC(UJqAzQ3;\q-[ғGoSPBE!%&~]c"w[މUzk/ɼ7K|@3I mÛex %=4%T.3Žr i?Zw!3ҥ'0R~g o6 %O[yGڬ6^)pTE #. u֗los]>إҔl0RΨ󳔱(IN[$++.20']l&G_f7,Ӫ :0OAEV(X|hIO_uʶVm*Nٴ֋ ֪ΧD[R}+`Irttn?'㻹5ُmD-^g.v>J+R|bbbVy/ڤ{S#r'qq.hNWr5y3Ռ=5!`B~Z!c-2pw( zi8P(ʚ{RhS[.Jke"9#9Qx |azl/9_P0bl{^+ HPYHtu_J_^1K| ڤצVf#RD97ktA]lŽ>wJQ4kkPբeI z"1vψOm< s1+:C~^}|7du*N^R"i. R Z1ݠ70P)>PeJV7ޓJBխ9 \-R SV4ApFi-O L9o~[]nCea7$!@m<^yy3r$CuB1TpC\LPdi@AVffbȒAuZ_#R@twշ_>Yu wZ4Yl uSI]u\c~DĄRB$]VB9+;eIϾg$H)zdvKU(Yע6X`^Y~j'mSWB[_ݠR3it~3l淋(u5+19^wfm,-]4frHv(Nm,<-,sk%e2O~Ǚ2qxry;Ti]* 3Ja5$ ʱDGM*>k^aV/2,[Sf0YM]>e0i/mefQ{W-UT/L|@כU=JKr!%t <2i\ %nJpDk(s(e8;hEoh` mO!!r!‹3[aNf`XS )`\/V Y;GPFҲCՓFp23ˣ_I{Td FA;[.>;"-WUnG3Ghޒ"I3o"qK rAg=l6ՄECLBءKm8 !_f)zeCD%+`VecN&4 X•(\=ܾ6Ib S@N9JK4J:2kT;U鉉0ЧkG ?j`5_ n<Co8H2ѸG)oi~# _+}Xluq%_r E16p[@l {j,mpsAk<Y^Dp}+ !9jnZH/ -)ݛM}b_^Аzc.T7aԪ#mť63c-\B $Ya/TѤU&"Ҷ,{K'P&4phi.|n 7zO,X1h vW.#0NUM3OVߔ &rL6 ڕ P[sA jVd]n CBwo*%MKYpb#RϥB |C\SA]_5$ Z>~0t=Ls5u`X?abWi؅NrR<@.^20eoNmLλqa'QCРwrJN'0dmA휛׶M}Z}2ښZz^eb4OGTxyE4q$b֌* }S! -H7 (?N# -v6?Ad1 3T:"&^uӇaS\t#:Eh*GmL3+N0_%R.Y[(x&pJrY㠄 fȔ$dUE u>dQ4"$Kcrʽ鯾'2z6q}^ᄊ-\'`?%| C{{~Qe*'̘r8_B28TS^Vg)]PU|+*tRP% ӮK?[n f A}AF 47;U2EL(qTBPk4S9 YlPn1CfA\VgET13$Rl\)G~ǭ8prҢYEiܬ;;8V=ieiVfvV4^~Iz} 8.Ev9r#F.Ϳ(`ͦvӦOӇ5R?AAƲRXܘ~Yiewc<(aFc-@ VK;]&V,)Xĸ-!cR,'͆v̓6pO٠C$Akrq~2Ȯ9/?+]OI! kLiłxlJ\ U'v <ar]u|9OʣEQƠeFצgҟfF)w/67|3r%rnкvڷ)Sqѕ UYnϲFULҴ݇/ u6e ~ y 8Dݶ!06>bAeߐ NB%JSo{|9HX>&=c?vR62RHDmW%8-?ݎ_רs deg@5t}Kcb 4y$L0!#/ !D$l,M` c!_;Ma/d۹_18vL{3og0l_تcEϤ訯/!:[+m^IhGaT;PbZſ)5κA& SmNՌ ^nXz!!c˧as+(߻zlFROo^>h-13 ?AzV`Q{CUy݆PSqbU0`6B}`v}k0 1U;#Vچ|)J (Ȏ,1ǐu,ofn~9}i\<QY,\V7v:cqӀ,hD䉌c fVXtq~p#zmta Ѳn _ .:\@*ӺzFH*B&XL8.aiT-[cg QҬBPe ,qƎN?3 Gl-Wu mH͑>ׄڋWL^D1\ѵ {'^\OZſ?ֿ}*ι.g@k'zdu0Dw.wāK#UrA(trM-rBk{dY^{`H]/<_hE|D~~&Sk`Y2,GFt+y`Zf_ǔl)' bQɞgT'oymɔbw(ԛSAk> L?d$ f+5z w`q ꘽152$7 _n JV.bLC"-~\[4̈`NIja) /7U.® [A-sY"߾̎-GQEXM͕yT\/G\1::ź#ڷ ۤ|cox[e3K;(hB0CoD @5`: "~Hp,%Dq<^qqD+pw&~P(!,Zǭ#W(8Q}y par143i$4Inb0<u_naKS5EsHpL@ 'Z0=9gjÖ_saVNz X9gOmb:ݘMe64kƜzg9cW|anOڳ}8I16G8~ x tڌn'= `5u y>2kjBdxk=C퍨2 ^4:G(寞]ܺxDLdڂ`-oYnOAWBpcID52TаFܠ,ű_;[|+{r~X i-bS45%) iA7&ݐiI3$ezaZgZ,MA&FgT =Rp|ӹ_ ʖ ֻH kEfoX!5l7Sܕ+Cv?}q4 DJ?_GZqb g/Nٜpw"_ %H)+4ݦC u6QLDY[bչRsT"GԈ< " eת֨γLBK˦#Ol!Z$#3vyt&=+ *5ߛ=fTelʞD-)-E}zmww69/!)f*u@*(5WJfO!$3h&iɉC2r4eI˻H h|*JXu Vg|mC#T 'q W$}0wt\֪diڞ@Uq <`Pj{mm55f-ս>Sػr1_ Fa!gi!gE4{;dMzUұJS}Ʌõy.& ]gR*M<ǛA;{FŇàCeTA5!uEK*/ْ.!&Dql|G AĦY*D*=P"WǶy>=eskC"h"q;(Ν#֨-053́ p5o\Br߲ܺ+eǝjr;M=%& !ϔԸxz7qmli\@";z%.:b3oH (UQ'\?ҥlM{ڃ& ٲ:\!fOiFc*EI]&zlȧkfgq̦&[*{x\Zq0IƮ}e=G@GѡUꟼ#I1<8>g/eW~ctLnFZϝ|Z3Q P^Npd e*`cK'!DЯ;2iVtknT,ŀF'YUѼV5c\xJPUfh%F@. GkY*Ɓ =M3I2;/>DuvB0Nŗf |KO+$3#Ȏ& _;+6[9.SL*2n8s82Ah~/&>' ǺFַO 7|ֈ.qi5ͣaBK~5jiTGwc@}aaʣA$ā#_g>F z$fdJLr ɨfT Uug=hyQ Kl $)!847Lrq {x|9mP:.2BeŸlT}W+:Sp8̞DfMJ5@Gy6mIlDi|{/KނABp?ÁTŷ)w_G5:%  }QMґ\۷ 9Kyo-T6*G:2Rnq ]| 3g",ꘫA) pO9kA)N {iYZO1MqVԂڊMadݽk-%snMvա:“*&Bsqm!$RVg'6^Y~b y95"9SN1ɺ lV]jYe?lx<!9!sz7ʒ9-}h>DU-ԟ9k,.2k-3n˝.aa ->ƿ(B|=}1YŪ?V1&G!mU0C:ͬ SYlk~Tar.V)n)=pϠJ'>;;ړˌ1՗:A-w,!Y`, ,wE~z8Ou.9s]0әUD𧘳@:Faox`2D[+~<@KO*FN[ފEsR}'/}#(4j0 gҹ6ɰZem9k{T$ ](Zu-7t˶cǠtr4azN|2a!$VCZ6Ps,뽩;F*d4$*mɚHy-˧Wt<ޥؗ8?։Mfe7t|{SΊ ٭"\B)h N_ZC@=X:sSɩhSWBӘP*8hȭ &Ӷq>@GaZ7EY<;<)r͇2ȫ iಋQ> IS9b?b,Ԍ, (Ic\`n@xv[/!OC@C0Pae $M)eH0,J@)GT6:@/6Q԰G &n0qLиR`zpD=aA9g$BF<ľpdn`O\(V7i ,ӳ,/g"4R:ʚq=:=0mVnh`vk1y鿮%i}#5ZObw8Ci>p M'N':γmR(MVw\̮ӚN7=參,sQ=o<F.y]L+:y-T)S<]<#蜙9Fp 4D؛仿j[f{ryQB'R;0295'~_0V4ۖ`'4ɃaX(axSQ  go٪`%As\H%釫//krm/!p9_cEg FU+<gUJ)ؔc.X'ڦ_c B[x6Ny&¡TI@fcsYEN% 9ٟۍ _{w^],̾~rSjlyfp}GV 7J =ݴ Y?P q vBuFlȹ%dEvh5o1Dan*/VDFa xk@Ms^@vAl&#f[9%W϶!cq>jAR%_[-Hy* P3qA؃Gz7T ޾nf{# "N??#˙7Ć.QT!7b~/SryaLRq T8uT3I@:LPN_^O(Z}*p9(a/I& HĠBn#{LnF*/-d'(&'d^Rӆ7I%8_0-*ayoZ|8-yIC~?/)jq:3~\k rp#s8W+׬K`uQ?"j_|P VG¨.zYˬd_OTtd0eTE'VlHܳnwLRq5% ebt5{~VSFKVzѐ n_)=҂=c{kÝJ{HT{2!wߣnא{H}縤*|vوxW>іH'g:S?cjH{$USuV.B/haqHJ.8|nvD?"z& *ԕcR'x:Z vnmKAQ5?+UճO[kCvv(TXJ@b坎9a=d@ 9LVamJ 0Y]XH˱}l/a׭0-)1SnLu'J<;uoԮNePʤ|?q_fiD~> |UK83|5 Q$G {xN,X  YZ