PackageKit-1.2.4-150500.6.2.2<>,xf쨺p9|KƟ9DQ>wpp# v:sfl*@I%CM xfpOBsNB% !䦤C7hB2 Fs>֥ɲRXQd~1̂_ ONOM Ռ z1Hd}YcJ\ k]w1b`d<@*-"ްڤ{I'ϡ7gG,# +Vsa ' 1hOb*&AlaWUszB:R*Ͷ@Ǭ>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/N]"k%eLMsc~X> lE =;?6х2C"f466Q羣>۷7qaSMCPrXhL6qg1n[tȕs,SJ0qqK~*o3Nw izxب|],i,B$ꚪ|~bZ+씋򽨰+ЀҿD철Qh{J։K:.ϐ wlbI7lZBS*ReAs7xa)rW2e7hR}yà KJRϡpFN{:iY^3s^[["@keY)E3*FN Z}<8{^muwjoau* }L4@~ g$|w,@Տ؝zuQwKzr۱WF>-@U~b#NQK}d:m` 4{ hu2lQYhjRB/2L aFQY)};2T= a0'#Urc$=KXiy3]Y@v=ft?vY?0HoAF5SAxgs)j%3Q0*(5b2 NVao~|/>pRxX-?thsN9|i-u_F3n5çzIMҳ)2^# V{’I_#&U}ո0'[$5|V9ʻ$8nh#I=Nm/HC>oThEQ㍆ _3Fx˽E_ge 1i.O7O?3Zk$TJ3|K1xRWzTxLZЦEV$:"Nq}Ã1B_ ܇B38qly4vON{ڔEp~fiw:<确1SP+{!kvod^xoo*?h<1P/{?϶<` iO+/M*رa$9mb 3l"]P ͌H>--ن0I,_6>o,tX/Gzi8z?toz[!Dc.߅ @߹mrD>)f4b~ ;,ʋkTԧ "?K(,JBʻ:3o("7aSW:y);u 8wɬ;'\42E;3ܠV_5PጄCok꘺I^-o! dU5?zR f^-qPP|fNFqN  DdE,} d͛#%W}rBM9=cٿi>&1sڈ'9hRg]KcwM$\VW_:Q Ҁd95W7+=3w,pLY1..GltЋ.ƯBn U ~+.C0uLt 6#vc41Cbbk;_|a||_NQi+giBU 54vd6*o -Uy:3xRZx*K̊r%RHo C›,j'YaLc1EˍءUcTFwSB#;Xpj2N)rf\[< {M\GQt'SJ\}ߓ=2&blbF\\yn~ʨfm>ȶ1b}J۩سk%_>C wURFͦ=Rmy- # ե{C %9;QTS60-CC`5`e⨯&ATig-ou,:8ybb^y]'WQE-^P_˭{Zo Hal؋D`mN--J)Gr XiIpv.>|t 9K(_[qd_U? ~yKA ӟ"HpJO.٤d%Xq]nSB7VqЃr`m)^l'R#;ɶ+`Lͣ"5ɕw˼: X/y8AnpȺzr?ڻ3k]E_LN]<|F6L=a 0ɭWZ?vƩ1'JxM㴯#Cm=QJCb>y{c|Ҏb&z)3'IjwLHj34ug%6xP[[q̧[ Go$_4{H.NF+ c:& "  ؞N7~M& T](RVYv~։*6پ\MȆ|ۈxx8 X̎bx:)bȵ8n^pU[Cyv9+4.\UO%dzU^˥ 1<Ȕβԉy4>@LNmҫʡWho(av crCz/aðJ #:Xa M)>ay> 3p SV? V#[<>A]]ON6*%]H, {b+LMlЗi((%eW2M8 _뼮 0JW'z' =}[ 2g@pp ?hi d|ь<X֗n-B jzjj}er?%ϐ_U+1.)Z"ׯ/=k@$VvA4R~`D`vzfW`[5S;>5Beb:dd>?c&f,ާMC[2Q>]&9lx%9;qmä]1)[jVZ@7Ao Z5ЯF izH#0tJ{٧)#hltMeBQօvܨbP.MȭyAm'ܰ.xav4TnDp hSkCh mouIgbOVدQ n4O/|#>W|s\Q F5C2a 89Jf׵wp=T-k*m0T9lSR7c#68źbگ4` Oq9fLmq-R0*# #ovg;GNN`Bo^qnTzq*]XTĚ]o}ͻOa Zx+ch5^Ny˅(Ky̡DU}T1/V(9ǃ@F T s.H'RKJ[yeUb.YZZ03kAj Gb;Eޛ LUZwNnf'GU?$H`qf5Ē}U1TdelT΅͓ ][6VyxDž,(}%^Z 'i ﵄j:-'x(tJQHfOTܱ~C hN;?tp 1õ.]A2qvY/ٙՍ'F&- !c_zA]xm 5B^Kj},\Μ>wywh]9vs\Ƥ%1(bGkFJUpln\|EuƂ {Yi&fy}Z~Q'7򾨔lBa:k7c#:35d;WM@sDO\U7kxjh/躍Q \d93@MrB@\[oas=:scߧPMCAznZb7t !!^_n9r=/{wQ&.mjL\̌k8to4W8Y&&-,|Z+pšϐqt.m}4IM΅v&o:Ȅ?tfLU:]ĩKfҔZjP9|{ ~׶,c] ^bTry,HSzyC2N֝XJQH-v HPʞwMb59$%տOcF"x-H d`ќє#Jv؃ $i ^"gҜ^v5pdjnm0IEfjCN4ӍO/p\&9Vk!xT3;@sY+ZH^{YzMde(6?\X= !mc:LcUBjgK H9m=7<{2\}q `Pl>tE-U;ne3Sjr@&%bn_iJfҦMFKӇ]{(X ~33 ML`nHk|L38mH쏞g^4Lu^Ae΋r{t9}#p +\B\"JMEꇂoC?Þn5 { ҭI醠W3h ~\H&_5q\d&*E# %3T>KT$mDYHߟ.eZ_wkG O8cA]G.{K~%<-(DM9DÍIC/ԶyveEBVr2) HSs7˒q -㘪`EO5+~Ob XGG9h91|oQRlz,CC8&.I~^c?z"8F}n^Iw>K?ۉkk*U/ɳX،DK`s}> \*/pBx uiW/[16XSo1\|K13vYIm: ^oN8L%Q(^w5»B1@@}$Y%BPmX?qe78> ZV7!DTsKp;) '}`mjaX:.)W.:h}f]I*a\]@2|脸~|9U=2uHHϋQ?jR|7, ƘoWrpM!--X)[3/cShۧQ{XoK:493B}Fm 4gnԬIsxlb>P"ʋs~q~֖A3\r gr#< wD-af">7}sw1ZNĚQFz'mΝd1sS}H N?*SuЫ_߶y.Mt$p+9͗\Ni9̴V80WSLZ_~:5hOb}hBcԐ֭Pҫ_ i,6Ͷ4&o9\5UXȋ>h}\ t҅_vTK/cFe JlDdN/N/ǡڹ6.0D,76CVj0 >l`QD2dFoU2 .[kH^ũD#LXf(VK e;hY[zxpZ r$?QkDOY3\@<";h[<}b.rW 5[C]`dT%2;!ɑcJ5zOWc?nt+oY\?nz'("Ō\7(?)v Ny((OUظ?Wt/tR7m;k:c+vNW6ˌX;B't " Jv8`E:t$O xV\O . D6D#\O|_Evk ~b>3hNvQb6/IJ.+r`CyVMC̄aw|(2Ι4D(ΓOz^G/4bBb&pB< oV*lр+婻8 jitGU~Ώ)r ͭmYwο]KDp|˓I; uY I!x{%dR~ivts+ciD+rO @6"$\[0ALik 7̏adf x ^ A<&I'b? ٟh gjg$389(-Sd|{@e%TɰeG}$vPsϩoJ Ĺ9f9-Lع"KKV;!A ;H!\]G8LGW RpgUXu*O7 $$$_T~ܐmNm(ٍho9J1[:nEj.Af?&H6rU~.DWmV"Ab>y4[m].[R_{|Yŵlr1 c 49v#Pz6O3(~[!v:'$tΐi 'v? ;2XM\0B=pVrBg11/Q/?s㌾ʭ9(=˔逸vZz/;J}A5F97IG BLϨ|tIUZ)D`y 1VV!eY e cXI*}!sk1"ක$Mu;nRpg$nJ˝SN2!fo&ѻ8z"V0线-'~UͿc,Ƚě|HFf\٣`Q{VRgWUXVhcM }7+17kNX?cI~tPHdJ4; ̢).h `}_ 3/:kM\0ur8G_қmrSCm KTm5+*^̿dn/M@z`tD|y$"nV3Z0 . "퉥o-codg-B yUlhnaV&gXrU_0D%'YTG{V=?Y qP0;eݫ1iV[.I9v.k{_ %-SBQX($hR`Rӿh*VIo 6;` `!1UĞʃDpT^w:)@%)qЪ`L!U9}N|\Bԓ22,υj8k`Se*+VMgYU4lz~'"ּ+Y d[uG?cqul 'V2ꩃkev\p@.hy[ѢMwMm;I%}9G=/O#ȓr jLiYRiMS)ڊ~İ)AtA-{' U'&(E;rLE?u hśŁ9Y.3D~RxQf!ZH_O*ؖk'L0CS7Amӗf#}3MO%;8-jyep5zT#c"ޯL^5)Os;\JAmb~k69{;$ uWYgT~3wlTv.#a{YbpN}iے]kZLrB3)=QtL% 3D]SS Q7u̓:wFEPs~gh,g*5#>u;/[؆}|zu96rvxО:6:Unꈴ?ذ~l S&ATn?Rj 'Y 'B:9c2+#h7HҦF0I&GO|kO D:DP!A@%S[N3Lyh].NO(Y-V۷}@Xz=WGksHڢ:؅HM } ?YHƿJteV YK"`'M }W[c $c  K O-&%F@y\W*IɌRX FyWwT p $E*U!yPHƠF SZ0R:='! RG)Gы3iMhǼ}%&4R#z2sg%ʨ9NG*cCtP [U௃ԥh32ޤ~ʾWCnN23X\=,hcsg==BR/jÄj@sȽb Ս' 'b8jйE0]Fa2שPn4>(2[D`sm׃fWn1 irӶ2AzygP!?lI"aW>7>R4ukEwr D^o^)@zuR}S? #`ڈ4|s_ckH6Ȼ\6>ڧfۚo{VMD dY$W^}Q%˛@73oIpo$=Q}i-ʀkM9jBE>dW" 舌Q;. Ods"tPg=906/Me(/Nw;5eW(;l8vbvMa btVSzb@4̅HUUv AGB-&D]vCxdА*5RC7ŒDf{~@VҖ&sYKWO.a{[B ^ۤ$ub$Bed#q5 D}cdQvWiɗcżRmrM};%FIA΁<,?⒛Bx%Lk PA;.5qcJ-|q\ئ霯IJȨy'A*"p'6x'E!K3|ц~aH=+tg֩i9c*?1tCM ]4 mDlu?yJҙ­6А4^gp/Tc t^!ESfwRftG_(]Aq>[1l(>*!m`!MYnVHtjfp“$vOD{X\K wu('s`ZZbLmHod6hs7cA]wgolH # O mt03b]3TwKU%&JX6IC[@yoA O7J@2pdq5J!# θ~zf;{/ɰ񥘵Vbp`u6$-.( HX8/+)3 ]0;|U3޿~Jc,e#} d6Zd'g2߃>4) \e3/!ِ^ -MBZVFa}Cm2(W Z@(̭ "A䩂.ս/2²ݬĎ Z$hJF9MnKvg;xJaJ{`m޷% 쪷&y=~eNJKE$s|:w~`1$3W{5GGw̤:t0UwʤmC9D?i{Iw5/RXΫьABYџe p!.0j թ $v8ِlݘ(uCAԘܿ31Irk)Qbj[F'/φ"TIvHJFltGW%mi&o ">/D~2?+bѠS .kSІj~:F9=ԋ=Yy(b8!^0tzS@@Ï:X 2U :Ғ澞d.,iT<3ٵݐkpT;0ZU1,V/ ћK7kTC&*l` ,c!}SF50ML{k%iII%ebe拈@)>.cf&!$A0MNvdQ\^H#ι(qKq?8PG ǰZI霔c0uaP}=|%GO\O| D,.'HςO_\JHߺa yb2u ,VBCr-arU(5ІDe'Z!ݍxվdv^SB^-!A;~͹_0nUR6 ~z9{/ <#o_(1a|.OfɮӲM&6CX7MϿ3-AH삝lՍevި46QW '-oJ2YG\p^-u$7#Ag~GK\ 0a,rR]/K؝` 5"HagJ͔BPݟ\߭Ig tb"Ȫ$|gE̯З`C0V YC'W9I`8H5"3%+8Ǐg~o=2JTVE U9t1 df47uGJ^UċENOњ,I ixV8';#y>#X9LJٜFaouo&I )OhS&M$wL~0(Jez/ ;YBJ|Q2Dˆcu,Y?k|+twf;]SA~t <҃أ#6]zqƦ`?%Wm Րڦ1;#GatdaLjJS:ڜg ]N!lV/ޖVݍ^$9?LvDFNTjJ41I;A}m9ALUV+`djDEiPɕR\!ƈ;'qb[7ćՇ bĿ$o: &ZZB;+JŢK@?^B^|u#RE,ZsA.7X⾶4@#Nj>`_RpQԄxwKɹ á83cA178[Pބfrz[m2V#*CD]rɔ_AԃwӅ`2 W^0G3qK].;un],,n3d*N8Y88pX]x/|+< L![,3 v9vg@^r= ED#dP bO`x[ky Wb>C]+"2t>aoH\~d)~ϭE@"(%O&N94mrtUv\[7R VQ^ބmj&76B.sN$#\&jmF !fgwe.]"R3gK UB:ɕŲr̗12JAHCGfӫ:vqoq;Nw,k*m`:QW$"%B|.Z;oM4c4?Ɵ0u+{ F6 gxB G+̷ߎJгtq&Q^Yx%v0K #xn ٬Z@(?N̾WO{; *Dzԃ-ɟY dYcip|&)J WX~nRrP31h;Kb>A~:b,>uV,61 ߢ`=c/Z_yn)Ǧ *Ĺ79\R.+Y *^hW* ů4"5҄,5-B9+ pOؽcX$tjX.;4j3kM[QoWv7~U{Hܐ aE(#ǚQf뷞aF?X1jU%aꀁL+^֛ J@eX5tZloDq"iu{>~|إ#Kh\v[ %z9=Eexv83ɧ鼑1L797A%lYZOx&ʉ^KNPeonX:;:5*s'\ RF>a,nuu[,_B]ڡCIh/.4 oz؅}&E{ hƾR#D(H y=9V=^+-[wg؃60ׄSc@ݫ5r'7.j#'ZJ'CtաC &q&VX=Wm|M;[O/4?#/rM|zָUWu2β=~=0,N `"˳Ӝvf][^7] \VMTV/f臼Kf<|X;Ss $i(#3ߞ( 8-)UG&;X.Xg=y8vͻS@ى"=qV@5 OBǜ|?5|x-Oo.> ȩ`Z/Hrz-UĆ e+L9"='-)QJSY{%do_:@EHm 5؛]Z_l/VҮ e'bU i;;yLI'K`ZXw]T1j[wjìWbP[X 5D ۻ{K TP]<Ji+ R|dlAfF%FV?ʫ_;ܛdS@/?XX8#BB!D3~/8[9 :u`dg?'΁ *izd3v9-Xbwkڲտ/6P*U??N% |~MN2VqHg-_P,dM8gw4ԗ}Zx0* ~, U%!Qغ u;1 F xMP]{f0&Y-{Ñ B7Oq96#YɆIܿ* d:a|2:h4tp},\`.ʪ{,g^(`o Hͨo"E. ⣴zOZÄ-~y7PK,Ы4:h,nzs-uqOϖnY%a@t ؁8@EIG)&/̏@Bk.L͒]] ElI6gqrc2d Q[# 6-<]eU4__MءQ$F'O@q 8*P .KK/(W18 =^6]qN;}_k l94+5mu>DP"z ]z̲4Wr˼{J7I vg $AgsdTdC4Ds/B_R~#'}~L bfk*޹+p~/2|S#JPUcTSY !*#mtOYuHM..i.%*^A֣e#{_U 䨉YYA8Q%Nh Nly笠p4tIfXxP!Ol¶'pTW+}-k(>a"U{[)$),a*uC$"=AEN1ȳ:Đ-!@9ʵ^\6ҟ'Z7>y.We-UF 6 zTRH}'#W[@V:7ືpJc,[|"0k *'ȁ4`i==5GxKo ی) sCYR('S,1] +qSdU4efWo:+PEaW+󕛿q0`?aTyÛqzO6CޏsGPPIWd RLVЊu`@`r{^gׇ+r|w l(P&ILۍO-2 Ur3KR _"]/1'!tܲ28CoW΄/g̐g|UѾDz'%`?-|1I˸Q@7M"vܩ @drih!CB |S{k3yÛkyxX+ <Tm ifjUתRf 87k³LnCf銻-Ri|>e'"2& Ɨ޷Oؑ%5JRa' Ts04ݯ zDGK&{bSCڮN+9ҚL Ty'^,GKMd\ҌwI_#Į.}DHѹ0+",G'pA'4 ⨒%-*V\'BMƤ{ 6?RsYV\QV#fжۭ^tIQ37w:լ˖(|{N$h=G*&l~%zjbÛ+ ? 53M,?L_FЎWtŇ]d Olr[MXUbN&89( 2э7BbAY\8@ p#@iߊk: k+DqR+M.xvx3/!.XJr?w{dT0tmN4:q-3Պڙ@R#o0c-mgԁZHVFh~$QܱqْQ^gU\IZO*5i.uƜ,'mRݝjyZbX^sMg)FQ]!3"HMT{5?9D-2: u%p93g mvm)ňD]v 3%m4Z 疉ךU]My(o:_{WJmWۓij5@A,Ss;9Yg=򴥋J4; '$ ҠdDG'W_ T8=7ͼAԶq$BM2TسG#U:'K,~ 4˰8>qզ昀;宦_WbBzY?YK5M@P2h=?`.ωO3$!^{[15տ0jf Js)ǚeJBpw/rNJT 1 l-W3 {1.Hl!Dln&_F27uX2Ћ"vG7P҈/(9Q㉶?j}^3sJs%u֛}@P[F[Q$#! .ɗ?wvt_+r#(7It?l0¾[Hgz8sB3P5c,Pg g >V+S(rv5_\1-A9~]6Ts칟I$|]-=̨2頑y:Pxi+d*7}?4rOgi'B [y /9A,+ک;ڝWQILXovSf7yfOݮq&_"YR%Q]:Ke3]GS = `[$5b|%ݠڎx%jhϡA^@^O|Q(mh >EC"|/bAHsLIhF!r{&F2mU\:vE[q ZW`6$mkuauBTp[!m2i`f[Wk1j^y׀_%22%!JA"Cc–O&Ĩ6f]0μ\"2zDA yIα6󻽃@o][g#!uƒ_R!}n*Garu@ξWO)k#Z@(ӝ"$n*jdPؚ"|L=fK1`Y^fayQ _Q.t'55rH'H0/9vD[Woݏ8".w2?"XғY E[L4qL% t dJ kQy% ˧s1wP5k^UPZa}67[;t0+oV`}N{Գ:Єb`!f10< 'l'[*ճ诗J2èd]y8U#h)p8酫1@^}~ w C| .[ ;(q(zR*`Ozfǵx [|,2 C{rzˤa֏o&\u>HBg&z65b'alh3rL59ݭ GaFl~\8"^8V>1ޯsQR?8l-h'Q2uiiOkJ;a6R 9l"9 㗌Ej~P:gU~v*MQny GrEЭqѺQ!$ PD," tǭ\-sO''OՏalUȍFopY_m^=ֲZB#2ѹcvm4!|\\x^v&âjWmhe*YdL1>5m~g*~q {Z ,tڝ\I, C\+#ޞfTygRJD@tRG1QN]>@Խ,UqċDA oh6'QraNnA m7 NGv5wr,__9Vҗhbz|b"¶b D:bhՖ蹧. HN<,<)@{ziY(MuIaf'ۨWF88I%#E =#=EWF!5i&yTЯןf`*F(#yhyй>` ݛ^enzYo87s *6 j[S`Edj,'-NK+jo] 5P4 ` T;:@ux Ԅ $tװFG66)^wBLJJv 1zxFzu6b{QϜ Hh^ֱHkel9Bl eTqo1PNk罴Ipɻ[)4?YG}Xqj 魂 рس7U=~Ta Je -Y{ r.:MhR ݒG@|73>\( 9ߞ8 a:O_ibπMn!͵f!X3g ꕁ༬+rΙfdUܫ L-$D> }sKҿYέӮғ-KB6+[Fb?ҷiaknPQJ ' NP#^[l I}ZYU $%ƪ95V9U&XQY7)j@%7pKGyBMQbE30oOKP&*00V=UcCzMӢꭀ]w23:GX<B[X!N'%t$pP5E߁2q,N!ů>v[$6ƇnFX=kE{7j qu\ֹ1܏+Ɍ+zgskJ|Q4! sCVs":Տ` MOv0d>fpw\~La'bTss1cF; !&Bv3z1i vJY,9TAg1d\87LFgVf$yG ,HH{%dvZCw6PSjՂܬ촫-*s[0 "Z>L%ga8{MJ xԼQxt5Ӑ̋OՁwmPA5֚,$~`ݦ p;vLyq0!r2ޙ}ωKו0ua: [_ڼS=% B s7:x>}䠙ɂSkƿ NSHmI D}|EhDV`s`*^Vavզx HZ>ERB2ey:IgxN'fO$h &R /Dc_*ޱS\!n% C2uY˃ψ'ݜXHP%EQ"N P~)dU-icgfp/քv 1d*pbd8 bU~}DNc|5&M(ظ-y+}exęb2sL$< g@K8}HQZJ?4~FtCV. _ ' (Y1 _t\[`OB) : +-*Hq ? B|+ʬQUO4weo)lR%$6{O/J@א@N۩孃ī_2H;ߤ-coqO.|]rl/E-# FrnRz#5XW?wI6u܌3~Q9 5fz9 ТVƀ_yBIUSgmv([T*MKH *נE#1 ElsWjW6$Hld2]l}d.n}' {!望n踮 rU3_y9w2:Tl xeL-gMew^o* q69X9gl&(4%,+RVHTe%v~0n$W 650F<W0>'Et8#"mz(j:)8 st~rOA$M#ӟK(j[}X*7p7\eE {(Юޓ{(sR< :z.r硩z4M{ 7/E2¥;: ux>"( vw EE]b#}uځli8pܣ z)ZnC`8t?U0:T`D{8t4dٳGꦓ\k#}cZj;EPa CEZң+E)q˸dн@.7hu5SnZW}bvzXO!#oPSC;Bؘ <^go?$pAG,4V d^ӻ Cf8JDEcw`(ÚBFt;#ZC{BZBBȅU {xE~dOpCf 懄d*a34 ׏Uw F\fxeQCVs=Hڔ26O-+Ipه|6ߪm8PDۗ(@ e8k')C ab4ux&r,Zj;Oc8!q-W+[g[ʡ5IJF T%Fl2ޚM/5wr3ʼnH9ia;nЮf g^.| Px 8K+),E1/qѬc5uwʖL>j׋ߩV+G4ߩKp!qI>޿ѿٍfGABv[47齂|\I,I"u2Ir\@ف1WYeqRk"2QIM[RZع';+-=q8)I Ls,y j1c0۬B2d[6sSܬHR9G=SrR~Nix .! lpI>IVrD^VwطE43*Ċo'] ~0XXKT?73xZ.LH 7ԯu|*= ` )U4M%];R:lVJNES6z|m>ς/ 1O D|.^Te6[w-vYbLC0Wc![r(MR^{$HΕo"l1(p8Y i,uCw,QhB(.GW7yp:Q.~I7kQ_35?ެU"V oN f}Gi?4erYC/8)Pb^M'Ռ&,kl{hN.E|f NmV(ZhY} 'Sv\kߣ[Z/ Oȝ.unR`ˉroJm$qV4DRv}oC`3 %o"^u3$p|?Ti0W^lm *o Nb䪅e!=1 Ϣ9&ji}`I4~ xXZ 0Ν;㟫p<j`V+pHt,|] * 0l@&/!ɾh{ZhrS -?aq;l퉷YVH8 /&$v~$Oc׋wZwn.3cwC&boAS[ٮ88{׻jN+xjR]j{s<5daUW!yY`~3Q]zRk~eYO c.7e;LB"&]8ڍQv+[) 1#夏奧[Z!xMM&LUehEU|x >GUY8Иh@,],*خ|5(\|w)+}#(n9< WȀ7&,+XI=*d!ة" b16pZqVϡҴK=QQj]r/g<6NR>Sh=l#&B oժ߇ _T|K HCƻ%2 _Z=չc}mVC$('mw 򦸴d |xw5 ݨ(NNsZ%@θt+(KIQ<^SY C-XxDI_>1abUXX)$>˫aNr")K6\ %~*9^@]Qmn8VMWR߆ 3R ~Vi,ë2Jg<}QdO>>oڻ;MhBP. t=攄Tm`bf~ewW (A-! qNφBvC")? ,}+l.;ڮn*HYs,걳2[G~qHV`i! ;X*4FpTg4c yO5v V 5 Skϕb'ռ[R}ɚ)Ntp _۾5.# >\ EM/۩3AΈf^wH{b#c-2rQ9#:sE~j¨9Fj,g#Le>Hdeix`#F5"!Xg;z[zzf@c*HJ^ņJ„H&E5O&N&KjЯ=?k<0f?$~Y"Vt3yѢbF ׉K.<;Q%Kݟ@CrHC&=|jLQw7OoحFĊgeDJM hnŠ4B:DEKIDv޼h'߉݌Hͤ-y R^ʎEٶM Ey% :r8p#ki ;ĺsth=!;) wS9 8='d=_**Գca>8 OѨ7LS/N*feKJ9äY0=}[(k&X 4Gi[>i?HWP֑I/fyY+QL9z 1gI-nO'!5ncp%p-XqBy z 6^1~A)sa.%kPaK?/eH{z oɾDR"m1(4VݡGhlV1% |CRƏL "! {k[IM! =29 0MAgS"aWf,UVI%yv]U=s#H? \4+MmVQȌ!1XKA(ΐ`y/u1^8dXj5r&RFhٺ}Pы!+1.mah.jbiY}/N, D\Y];R}R8Gx͊]3Bax2x_~jFTKn$0*etr4+Ej=0͐?;I~yOMhǪ G(rAWG_Qƛ}1?aRbgNSrݙ!Z@LiVN;)'޵K3HAbGm-m H12m㤧iG?BR[.+]O6iD;+Dt" l<,Eԑ̆M(Ԉm .vm; *F`>wRUGRWWLGHI#"#N*j5\eґEÒO锚>:ƖT|+-B;Fqf_z&*!'N5})+4KГt[XpFL>6.lZZf3#Zv ҤLcKLK_qKyLp~l[xBy ]a$6w9 Eq[9;):1r˩]շ"Ji_11-0VlS ,]4 ڞBjHC.fMy6޾xhk֣p3bFXq > jab>`+@i}X;UlHǝjN%71.$  zeiGǺo ;i|3%4f׃z/&d?DL%f}0\[H_ǐg2 tj^*r"!XҤebk C..\m|#^ ?Uhܒ4cS r qo[PY~OX!뗺|60njD՛A(C& п?^Op?D% }U҈H?4{Yxïd'>Dܣn$+%uZcyQ%q՗V=QRpp/,?nV$ɵ~,77OJImF `Nx:y,Qڂ7F0\&cڬǿh- D{@lzL@ܗV=~/qeіyG%ay'jS-jqvZV;䙲%[r/fm\F*1ن~{A=;*7VqN2xU50%^D g/AG{u)'v8Ebtc2Ӈ"q%gP%:RM}=gs-aq򈡳+>\DxL*ZmD` -m:m'%M#: Cݪk@6HUz?΋%{[4˷NPL*lyB2vyAS ?gnmױE]/;QȾ' rEHUl5P#>zC} ’: =r!}n/y ,bJtJ,vK/Ȣ" Э/*HT Z$u d2 oEaobYtΥ2|y12Dkwnef0/Ʊ';}_݅J%}H7M -5,e eY|끤PQ }e[(w=YDՠ4s$M϶sT{S%1UAƤ#/\``}Aw]o)`aGZU_K #VBL#) q>Zߵ؋ӛ!]D.JAY )!\1h(K3'< R^χ5jZVǺJTI#daˆE׫X*L HC9"nTr#\5c[MKH*>/[kP^0gOB t;e*qsܗZ|o>SAmLA|d1|a@҆IȊi?fB{t#8<0dp5( %w\!u?&V+Ȃ_'/# kJ͏3z7Q,3Ccj#UO")IʢcN캷'h66` |q(NS8Y`LgLag YwgI+ߦ9q! yq#l*[x)jP:K]UB|YR>6ޢNas%#U6ԇ|}Bb+K662XA/3!~>L%9iX&Ė2J q) @ĦiG5]Tng 3 XWAΈi'ec*CfiHȣ"&3|t}Y`_*g6ӪtN9EG%n (H^wWg6eoʸ$0aJ@b_@Ǡ#JFɛ -+Fl@^l>7+I9*? q 'kϿVHLu "kC^fYR'ezgțI)b?po)7_kCZˁa16@;O.:YE X #URO+3v7D7Bb`V5ޒA/_M{sޝZ\tz>Ol6hƨ{{gެOnI,(i`%Ҥ}wV -HICzsc42m͌@Ǯ$ih~t %bǦ t_Ria Qګcm,Ug[i:&4XWD'*I4HO @ҤZ骤lj9,&H{4hSƒL3KwV#+5ikGS-_EI2gJ%H!UGAδϤ?U.BG1Q EdqnÛu0$!Q) aɹR` Ece@_59 dsή/(š4y]2>xpR?HuR"/zjЪDMƗ柷 |<р2" gg $od ŮS{Ŵ;K@0%8FK̓?(B$֍҃wLꢑxl9?)4:RF^!jUTlaڦKΩt\j] qYX TzrE!X8a'2|ݵZ&Jtv[ 8DT6Wd^NdaP~r~͞tmK"#c!ay_ﻧ.Ag\#p1(=!*[C0 ZgH-p&*]OmckBU8R{U M&9Q)彯pt?&pNF1zsaE(SE)s %Fhf‹Eh_ 7h΄N_hiDG ,L]VD2} Pj{Q2̜aB;ݓn,i<¶/*zuI{alqYt3Υ$:N݀@GtW0/rVټDqQ=6f4þmYHQW,ebj7[TNC^O)NOHyQُ 0Nvp4Q&LEH5B7l54j詊@#*8%9 !y8c p7󱴜%Z_9jM䲜mCUk*ghwFjFp i9J,#EalIw ?W'o,t"*o}ٰ;' Mܾ}h5Ic曲(]l ē (,=l"LKDXN*^W"{jΤ^l{#T'+rQ>C뙾D|s|\DM|g? p@g7S0]L-[Z ۗY=B{qqnbYĀ.͏}#P/x> Gh+@}Bf=({HZ`u<51 ϨT:4)NF iGΛǗ THsXU&ZKEPP/@eJ\y| ϋѳFZ%PRXOGc/k,f*̓cm'ȈL}C8 ?;H25:iQ X2TX/X^Ş]IxR<|}NMzx=E-65wS1ϲ6Om+Ϟs^Dg|S+qlutJ`n2&6C YҪ 2.춉V{Y0~mq T> nnAq x@(c,W vj `tw%rn^RYM~EOxНຏ rDT M2m'zVtlce&.T2@$-PY@ ,翶Lnt!2!6W۵s P*ʟdo9T8KW*BC+fH"pHӑY!CxTŭ]Xbmp\g {W3U@;g\b¨o|&<1e9<:ؤ?{h4yO6aU+1c*JK`vE?<̄Slvjdcc &W&.bq_G NNSp#_M5$GZ]8v(͝4Tl6B@m#4zaɁ+tr*;I3]\iZ=aQZNvr^X%d:0q8Xn^.{ (P謅4x*k}5+|]?)yArgLS %p/=g?9[Uϑ>Ԁxe㵱ɸ}h{|P"L t|VuXRzgek%eݕ&Bjy OWEb0Ê_F(e'' fZ|!(@M#+p^)о w !1N+˲Jyk\UD&4YԓuTa_?-G|m[e jn[jꭸmu uYzam&'1~Js^_#S-lϤW9[=, = B:q:=ؿ >0Vἤcvt|RpGX= /Ѽ"n7L-3ek a8gu95\ 2X 2ݽSv0*ÑLW&0/Q- *9zKDLb; 9H D;v\gR*b1L]oY7ۏVWWN5W,oG6>dMt >LVcΑXw)sj_T גMavɮp ꣠KRЕM^Gsř$;q 2V*oH){SNMeCk @qr*U Գ8wYP;1&Ajzjvxñ>VI_: c1BYU~K/"מ.HVo@Ɇx bmS_6i+2I!ͭP.FY[Bx|oH( WBRU<9@jt2kfQ"Z@"̷"ڨ CymB8,JnWhCTlD|`3r>'?7E. Fpri?1g1Rq09'Jf$ B_"_[ns-$@ #gɹ~\>yEnS^)A*B!H$AGb\2fC M[Q'tu mKvPc]0@?1!DoRE!w?GN^kfqKS.V3NPbli;=Dc4Q>U_+ ف<'G C(l"b< &:_{r(:n{"d_W?VeDB'B&nPS(2;,rvdir";t~MjN!&fzڨC)P UY #`Z?Fα~`[$ 6)qS)U+ɛz!D:ǰ͆*"TB\ϛdÆK2GU0KVbXd{?[t"{1@LZ`g 2nAY>\T@bLzOyfSX%u hR#!}&mLHJV[.d$O~gk?儦v,JZr~?nά/Bf0f_>fN)g"*|Ij{gdryt` z{H}ZYo;_2-cQpTT1R&a>?r沞F]cmQ; Y+)%F*"9|]v99n gF(ۿ ѐEIB".ӒU2kg@!snB#GjNU昵KCDոNE`ύWtNeHa4R{t~!Uwi5l\.>OʵqR]#[Fc'F]mq4gMhďaHUPTC0B b/X՝7$B7UA]˦%Oo :xE"C,V}&E3l lY?q Eęe1)ֆ\x @wxA5-*<,QhQ+cQY-~OFqĆ"j[6jsm}y\lQEfL{zSR 2k0K5| 2W^,3_ozr_r\7bj\G򭌿p~:iX%yv5'=hh(yn9Eƈ g>y|H5g>!~<17~px_;ޡ$'$ּvWyYƾv<8g$t0jDGfF _krge|Vģ.:aeKG@`8CDsGk[!5DV%6p+Kg}orFCbV\ssh7M#rM10(_"M7.Ryh.Z&7z^lѨpӔ(%3~q:بp[ iE A/SkGMvQ̇9v_-Rma\ی y:d \|x!!(i[ :PwnԳIBZ}~['.#ϵa ܐ9Y#eæld<aWm22neZ-x>j: yƆPfLaT7e U8v|a !,*{dBX4F^JlK:s4z3+S@`&@FUjVz<>F-hOp nBr<Vkn ]U7W38D<|"I]x|`)d d1H}8D:8ye/DH㷬 =L|]ƩGq=:1lߺNf `Ԛ$rOKPR0DkzϽ?!w.US2>gGȍ~Bײf"/X­sA3K@G,)QW~X"N$̕>53 7^EۄAZ |/Cx!> Tx:X7S+ i3`#{8af:\K#Va54G"|4XsPLV)DQz&kN=#U9]`*V[ 5+QUK ҀNr>L3 9(q@PY<5_>&]ϛRM13d: '0˷nw7o$H=rVE-t h EMN`0dpۅF)_:Zy_.Ȑ'zdlpD&Xm4Q&e]jU!(F'ы)OV~z j2w>aѓ4QT&0B;XϙW>mD[Ȭ0ϕ5,VLkl)ntڄ]K~)5\ۙƆ"=W1=u!b[S w` nf>^:IIwGBj~?(c@R R ^L`EyئhGLdKňZVw;d05**dq@N q:2LO8r'e*m -)lky (޴phULrzJ {Bda:aQK\R]- |܈C{ 7Y"귌׬n|-(Gse)FPC܋mȑ@V  @:5/2锩\x~ˢx9p;^oyQIHk Ϛp`-VNzSoV=D8l>FWDzDZ%,*K=[U~ |'RƔt7 vs /q]J>8^aט'^?&}vIb1؂z%Z%{e di<ݼkЙDIHla* lN5pb"U`3Ӯ$q'ڧNڽ5 >wzx0sOV|VQ <!q]hIWjzmid2K9w]::-SQ3z It#aHR;ٖgDU )eJLXI-WhfQSXd]#։EIj'E!|jb摋jYv I4"?4J+0!g8w;E,ZkMm]a>Ze'$2;vne&p1wN`3uǾwVZʹu6m`[{,@W,!BVhY٬@Ʊ{Bh.7b?1#d|_^xw:#ZdO{;)9}mⳓzLt8PBB#V8 M 3 3.qcJl.DN3^l,LW4=E5.A_$qBY=A@ OKO9/W4yX6TjO?.rq~` v)e5>6OC.Pm0V,K],'`,5`u&-sOOŴbwps ^D i|~Ⳋ5m%VtapF "{݊!]x= 5Lvw!t.ζ~t=!#N)%sV2:2C5E=i^JQCb9V&-<ce ^Gp6^*l*|6Npucc6L.벶Sʩ\y-w;io$7Jw10RlEU$],HK7‘116D&w7wU))Y) CPzJܣ[ڈɞUэpEG=ҡ* (*FQ0=LtB`)5 NpnzH1S +1YfA7d7YjX\ %PK`2I6y#-.杀^0X9^G?!ޠC:ঀQ#ڸL~mLu*9m wIGD\`#^N5.ˋºMIE((afN;i ]5< Nؿn0Eϻwx@x0Ÿ OE>kɲ{P!3Wj㜶YoQ3 L-L*W()ƍHW+7f牗s,v LogqJwFbjҮ:MCݳ(Ir#!p_ CrqȯmPe3V W/N Bfql-{aC|93<$>4lj,O/:Ezh'8`8'B䓆rŞ.ɇR9l٦` ,u;ix 0fBhE"]oRؐ+ e]q $o8}j4L\g튠.."0h) g%͉/$0 ܮ#~2EdBd#rdecL| .xX,ʱC<qwgO#:cJgaG|{I}nKNb:Lj[\f4b;]!>bhʃUlFb0pءh@_,Z `J2,{(`fio&W=iL79x]5F %!e$F+fd-rܛzG9Dxu2]?xT3lIgCyZJ Ω*x+_''C jiZ>sƇiOH6тZkoU HPOv3BHo6MH֌2#'c %[ GL1EM64zX_x0_Y)Ÿ4jcⳆܿ!7uPbAU{ 89ja@y nɘ}ѱ/zRd+e( O!fz(]jk~ULf6̗>_GH:),' =%v |r1qvn&?>6"b2//LqNu!;7Ur}*\jW ЎHzv]} Zk7pp]O&/JfpA4 q{J҆h% GZZR9~W€akќ.3PX/ӿQyty p|IlJUUpxy)|I=+NK:c".cׂ2CXqu?/zǎ6u8mŸnM%]kl8㢃ř>"݉̈́YˡzʉԥY$H<'G޺`([# WDkZ6Swpo\`qWJВR^;yÒ Jl b=+]/Ŋ~$ѰDPݠڞ~bg%`Z8J2m&=!ZH6r#_# 5w`.M9W0!\ܮ^dL6ͰHG8>#N\$RZbrZ +h'+2QV d/Y|KBs3qճo#C_ ewvit⎿:t;N(tn u5E&D`m3CsФk)c_$kcts!r yX#_K4q5{JT钽Zera;IQMk/^<>1=P8¥JZ̀ ]1[ ~|pŠ+cb) aL`HBh%ɧ2fh)<) //[yEvU9k;~OZi+T_r[H7LZyeKGsgvpzl@OհÛxzGk7QJ W5У!2LӃS%/ܷ@!sfJ`lG>H_ m5קnEf~D2C( NQE>CDY=^BĘh4WZ"ެVqԚM:߅6A͛21)$;mvqvq.YR,9~ ["M< tpox(V )k=ru92FhjA.NfeyqD2x=4Įq׿j iH h>H7Τ>8JJ, c͎[7 qPPN.)UÝKa(?GnWYKսK!8Ife~i ݌o!74BhR4 ҈ (H4J!~ۃCe:6$Ӈ0OIY*2Ə<k{7S a/&U<1aۜl/Od i6ԏ6m_a WEdQ-KP09PJdj?c3Am^* y)߰ 9 i X jCXrr"Nx6 '/A7v746U }~ݳ7ME=-=^1oD%/!k쩾lBkGnv@.~s;ɲkެ:sMH\tp$&BA(rڟig*$RX)H~$`}7*|qһFŅbʯ"wҮ6g틓Hi?}Ă*AkV4bbjz3׃cI5A4Em AGJ3n0 }tO\$`Sh?Yiq-b5%L.XN*~$!gѫlbQ=)tMi\dH[CyB7B?ަ _J(j\gay|I]{oOl_R4>ae)q]-K{DXUhǖ҈V^)x 04aRb%G{{=P@~Mm%K?JRh Dk6LpS}gq*֖3%"q7thKdKX@ /pMx<,M#g/8a> VI71$0?iW ]~ޫ;^W)zjp9<-1F8Nh3Kf0_-ibou?+EE516?/u*^{5>U"0:Reon({ISlvw׭g#伺)tt 㕃>Ď{Ǡk<=Jr{6 D3r5 vAܡLK/W[.wz= BwCݝ@M#汵kU_m7WHT o!h<#&T۳>I\%3%7֌df'wXCxYX/ƶ24Uiqq{#b׮(,./K8O<ɺZ@ՕӚC\d-j(-=G<SKi"TET3V"9mj"˿ne>/kd5׷H88(v=mˊnYRO.6*ZyxojtlH#~F$dPyIPQ ?seSŤ,WiuGC^J Զg$A{f\5}T+qO[Oɘޥ`HY{Co6 #W)| ~ATMU^z+e&cuQ;1\-2MISSQ)1abzu|-AZB4uM>XMQE1;o2"]G7jŠht9YyIL$Y-(f8+˽ĵ ESW$.jR!uh=4,y2,caz?T=/-y$~fIO +)+@|kCg!J}^+^S:c=y??qJԳ1heTezD)+A7 #Æ`1uv"Jܮꮇa~$ lzڒKC84-^,az(妄LM'/<^nՠKn"gl|aA9ʡ^1g8k>eː\XsgUf8J+Ϋ&@ 0³Y߽ M9*\ lIDw$5+ Jx=N*? ̕3M$i#BӼaN$^/Lr.@`oiȳ^NSYVƝ2f3/&M~=E2hbYb7s߃DžX|ڃw@̀SĤT6"C+ G&NĚ#6QKL۸{tw㻇q#ZId?! ##H,Rg|!"l7ݶ:p̓bۍ5яrUz! G8տ1m8&wa 3}hSswˑϮ1I[gАח*z@dQ~%P[Gjt@h*12X a+ۗ-6`\;q(=}C'pch,tY++>?u#k{6[-8>I.u6ʘ)fg}:32͵A\.D2W,0wJU4Ԝs12D-JT͍Jn^Q~Pd)Orkme*-ݱ`f9 4ϟisn`TwZ FOhK- C29 uDz-E~}z 1ǶyԌkzY!rM)YHJsO)j8k˿?> .LY6'y zOʬoyռO/ga^}F6V3d%Oˈ5\5:d^{r 1Na$G+Ǽ뿻GHiF3q^„`s:BS-$?"f%c!<<6B`e%J@R1F`j֧!h:,A)%?ۊǏ`C`\j,=-iZ[,B0DKTjt'@uyӽPmuy/ "=U'{!Gw@}l*o2C> RwcL[L^ЫU*XKOm{u) SVe{ Ky) jػv|brD$竳,55YD%Q1YFn2qvT#7 9r QPuhz_!ԱCZ w~f%xHNR0<0[㺓LZXh퐧3lCsM84Ƃ: x`^d;GIvj"z`[j QJ5gLe KC׾9LAS7آ, 8<@>Ma|X4jv TJ1!`xF]Kš^mRh]%c9Z2yW5(rߧXx&0=:1;z/>;Ls\MD"ϮR/"ӁLijmbA((~ :* ~NH=C'8t)ʯ"CQEa lTg{:jɼR"18NxVmHߌ{4 OBZ|LdBZσN!]t̄:ߟ3P3/BSm]Cp"O_aitOh4Jk$7u+x i7f?K0]NG!xyFW _)S=?u 7׽0XUMr0c$om~>odIJ$Č1_ `ſB ̻$Җ #\uq Խŀ±Y:m4a?Bb ~3;hB]͏ ]3t0sr̝C]ߠ7Щ_Is8-WwWڰ'0 ǫ /1ya?6@[CπuPP/r4;~bt+<O4"7f[uR_3_ ȚA aDGB>" =52/2s>~#@,v:uRdGT84=/,yכ%0TvV14ހȇ҇|^Q~I(lҷь@g6S7i8J1CSٚt4g$'[$S}AK;p#~:W^$}*AEZėJ(> 9Ga2ڏ稳󐿪:"U,B;DH}n$&J(C*(1 bvX1n70!}zÎYQLuyCBg/zvFdw\;@(| ߛ aGu5vlHlr蹨[?>j@ɼye#8{bݨz_{36D(&^lT|E/1k%!ɡZg']M;yFUMp2}2E;-]B7'gwAz ?A%M9 4M)+ #kYwA+WT!V^_X%z;6p=U<28 u#R*'o:$<א&mP gK+OJ$C)Uz+)^ !"f9y42Ɋnʀȕ­EPC]P1X?2 f [:FEr"@ {f8&Egt"Lx)JGULWH,wzu%0;n>18:NF__q2Sewĺ%3ke< -JsIȾlLjw_R4MU't&hnI)]~=o\$Y@r3QBP`P*:CExJr=cp٬L]WP4[ZFq36>1Q>f@X(x7ͫC _YBU4T?Xf*4~ix唓nxˢHJqLsw^,AgоYZ_CF_lzZ=\MUAFr}p|RNȽJq:P]SVrOIă*]qj"R.u 1x9/k1KU:a#߫h8vѿhE7g *.ÛDn4@dQ-vyY;_|;wYT?S#zeM~&[QvUcVF`bjdX[m.L-r{oJաZ/ 'qn96 fNoЋzFGG_|8hpf6;Su#dȣ1DmKɡ*_JNh~ýfX%N1P=UaѦ-Ѕ.H2 9Ҋ  ƎaPLiʋzVNq$Sf;]8ICELxD>,y#D"&-ͭEԔpVA\凼^ܦUM ieL Q=aiG{Ww?CtsU25oPErN.zyc.wMؗQK &ԪFҌ"dG1ćSJdxm@{{K'q@Ўk H?7LgŴ"`ܯ/ 3{SFգw8F;9ZrK ;NbnPkcj(BK@DusDjB8P7eNOD-aE@vGa/c1YBѻsARr1wb\h2d4 gj]f@7^<ڦ$ÛOmuJ˭-L4(8-fo`8=yG )JW<]ժc fmsb*,Ŵj_e۴HfgR3= q}7Һȸv7,ދ63Ki%`RػSQ쫒0x[{ -R9v8pXw HPgR20%ݷ*3AyaXX^wX@ͮCTyYWHuZ̧5-m8wV =[{K~wnс:Yj#G'Ȧ*D~49e'_:TL9:ZawZЃܴaÂF3vM 헪MzI?/f-J<'p H-EBMG6rA;|t SA ;LĎu?>Ǵ%  \xָOT =4c 3Wo U ~X{}hǓ7X" e{E CΎXsc^> OBC4>v|jz \Xkn/6%;oA#$|6Voo*Qľ@`Lp{_)RQJ K=/\KOW`>Y I_XG64z76x<hXC'׿K?Pӛڛza QQ# TxT$hCUQ\|l:SY:k/P\czC2gP[dwPa4Q|-l]bJﱲ"$F(1'0~0w{V?՚+G9VWǿp@ާ1VY@w^[yMugEO-"KnŽSCBg];QkqCGxXYJ YR@% "҉ >y\ep$ ABrqЉO|gD|N<- ׸SݩRIB?Gomm}nmۻ27/%y t~@qB^ޖ2j3$! :D:I bL՘waRo!y8%BOۢÛʆ$Jl"Ad1|`Ѥ, #I_BVO =##cBsʇN;X{`Sl[a N>v름4j)5u*0&@8^!PMG2[>[=5E6 Q =q/{"dMɕ$(18­*Pr Ob8E5suD(kOeSddsjݢq^wrh2(P "?#1O>:A/f6Fe*S:4X֐uwHdLG@S:L[j^%Ű%6 A6Jܧ$UQh6ܡ,#ɶg2jh. #yDܛWN5ōtEiNE3n+>USsQ?Q)&dhj稏!<9< a7ԉժ81{mGgQrͥ52%-!r_X"ϳ]Ne[B1W{vB1pa߾񴈎T-;ۋHPԪuo,vt%|tY-MkH8ֱIh[iXK}>DKbt `VbaQg9mFW[QBc+nlgx4A37&ùS:Pv+ d?Ɖ)튯 bEnj߭^P޴6ILp":M  Em2a{'^b2]ND5xO; BH)M$AYFԊHae=?p 2^8:S1uŘ̞XGiv9)@( "\6 DCl4֜RM; (Wh3 Qh*J8n"Yk[C?l/4{דz S"aYr6B,9Lss}k|/7TKM`ƏavgB`l4!,<y,n֦{;]1$W Jg|e(a<42ͷl{ ^Yu] P .zRވϸ`\g~z{J{a_@N{!_5 2$:{ j?S YQ:+o&3*&i?S=P52&ӀD} K>7 |cw1 !'\U|ȶ(NQY&J |_&_0p*Nws +n 7K(mҕi݇q1xE;8#\# "?%A8L)_1)?ZE+ #seBbw>C[L$l9UPqexs!_38wNx?# 6*r5|-LĖB]6H2>p q) Sô3KR&7N8)Te1=./#g9rR;*DoWrd9ְI,d!`ՑwXcKbZt"ڮ{ՙ3K='BΨ9O̚SK@Q&@8POv_-×;T;13;~L@KgծBU,yH7 ɱW#loGyZF|/;{XC= t-sUz44D*f UD&ȗ0}SrVFHMު!a}j7,i LUuFN72XT_}#˪}7"0! #[3J7EAK:GNv6zXbلDG#+ fmeI=WYcw" $Aخpk̶7$o]hc(|`sM@Z? j=XGXtjtUإسT /Hc?Tws0 BKG{B} :,]qJ掰^zWZm΄C hI[d=¨UV:@3 UH҉&C/QOlٺ3b'Ario~RRZla_zA'ҌAhъ|S a?M{uvL}x؊&>OsL! ۼ%g!+G3 $-xjePHT_vv =_NL.h{ _4Km¶Iuغ{s6=~$)и8{Vj]{Kmd6N'/Q)3>)V35S#UJ20lNT`Fssܤ N'HW[%vmr$@=rN2& T|qnWf#6CT)ai^Cb|lH\܇|yn[&%a`#v,"RSfd8`}cAy6%UF]8 9f3cC>iuMb_Q;ꛐG:T.SAZ\;E!۠ړ'>/֗4ҒF0V7[e{c fZ%%oJ3]I1l w0K&_ a5.r;,%N0m9}&u=K(Eab ~ ivۅ'tԢD}&Q}H8Kh#%0͐+R8ڔSB/粬yzM xIzGI}w1s?Jyd݅m*9h *M46jѭYNV$>6滉;OX4Pz[&ߠb{o XL:ULLb+қ&$ޒ 3i5pUj &zZ̉R}.ޫ©_5ܤfXwj(} qLY[3 ]k^0QG︔,'150Te)/om;R57 +i*+jA1*+?uv/ߤH4@f;[=5 ɜhN@sY7*3U^vfScPmjO r7*j3TpWR7l`Y_ +Yml݌/PIJYwύͰA52lw?+|)p<wbm]}gۊW&8NZ 9X`u'nuA#(&s . a}zXsMb|< S@[{?M{^`rʑs=ufW5/cx.t8!R&?%献AЉ) b.48v<>i)ŖUIX`@t]I^9b;q7%9|5W= ~| ͐zy^R3+ Oy˜j<(i %.vPK:s1IbE-^36%YY@@Sv7AS8I߽!=s6 ~j`D]8}lxb{Fwt#6 s-Yĭ#8;$|1.~*RelU-ZDv(!|OOY+3i@MPJP!b+EUڱ[,[n~NLZVlQf-ҼyXwwƦ8)#bLKьO0"ư~АDPPNjWOB%Y靥l70ٮ [zBTvlWOQh>d h<.5#zƒ {J>:x#eu[k>0h k'HD ]' :xPT" T'b@\巘8YL^IbZOmY?;Hlr Xa0ȌKU7dJ{k ho6x1Y4' K% : >3-=5Bd`;'*޾)'s7-vi<4u`H)%Kɻi \Pf SGo>XϋbD F*RGy,՜2<0 CуR`_zLd=  iCIb#E}٤ ̌ rm=/+HitebwfD XY%HT _ NLWܛ9֯BԨ3-!2er anJָ=cPʋaj1uH}I"3eGRߢ'iv Cvf<ΈE4vq/B.SP~)AqSk)H@'5p'N-KyE+QSV5>yrԂ%6 |Mќnte4oRnf,GKjKHs{.J(idhɡlܼ*T2ݣ>Q'b 򵭛ABƢ<kʦ5~N²q fӡ! V@j,VS^t/'`-3t'Ee Ĭ:fb\*{B|\̮ndVG5sFx9Rq' caN< E#3hi.+7JmA`UYDf77iMca͟qlO&!# TJ6) 3V>Y] R,W; %KktP] d.Llyn%l`EyHa۲(m)HlSpI)ab= Ѕ5&'O23Es"5 B}yk 4ohr ngMT~D@ZP>2w5toM&,dS5~Me'^$"@ݸL:$&sOf̛­y$+R X('ͳL'y ky&?{>v$F/ka\F)Gamk懰dưOqi7 nA6Q\`R1lIBw [ץEk8,No PyquS"mڸ7.=yW-R \?#[A(Qwࣖ=-gvDx&/xVE^?,^;ܮ5JlF+P;(\ . mH;zrXĠW3MU9i"t`W gE# ^:VLJЫFl?-R؋jz}Qɵ#Y1Zuⰱv8Bj| Uz7;"5dň= ;a`Iz}*h_Quo5:izrhe/ϤuLK0N҈>m7IϵEOZu cP[0P 7Ep%gljo@_ZQ3,΂]x&4d4m1ٽ~03[YcK* ym[1#e'Qr{YǓj:) ]1@+#my:3Sn.*dzƤեm`_y3P*fUFc%HcH(a("#:=4UpB QRuGq؎FR#fAz 2j7hqT(YL+Qv FhDCi$P3;qZGsP{. 1$k)tXCbM/J<5Dɢpp1SQcn۠\GJ#A奷|XKyT7H݋&} UZQ[ S#}2DֈAToU0VNrAz4$ufx?9 fU k?sۉWzAͽo{V"ZAɮO܋u%RKj.=T^U<^Z9/#n\8gU ޹1 w+1H#HqadQh,X2}BnTѣaa&jZ?ðKMqH,32Si4׹6bϺ{^Ǜ+T/AsiKipI7ckg [ o>czf\`υ ]}O@|ICU7Ѱ3Zèw\^AރxǶ<@<릌_õo1FDQ4 O 47vP 0GND;RF}mdwGIx]̾^0[a*(^©wyN>։2NSݸ]O~@~.&+Z0AC/\dQÃcYLw лjzry'2_zdKan^V黓] cNr@+6Czӹ㡩V= Orn|#X dV.JTd, +[L2޻DzZvv D7psuIBcgX]Ö),6QIS[&JqmWȕ <_u^eqxYG"t#قWP_T-DnC~0sg)~_2Rs-LQiݯ~Z*֩m*q~BJ8z?bRE;>|IZBךXeS\t[`%f,HBKL08?5bԿQp?ܻW+yXBӚ`j(0X號glu8ʏ! q"4uÞZiF_bpEh_-K7=#HN@HNчj +?@{{fPnp[]ThAG<<7oѐΘ:`h;RjS"mܳP?A)B .A鞂 #֦l@N%S+4Azo%}Њh3c+qvD0q%؂uLH ;L!*| w%bރu$2#SZjm{&"&zزiO#h i6ޜlGdc$Km騋wOM%;8UGCu  8\^HH: {(3hm^c@HM PbρS(1>U Jv.D}[bڥY/MmOҺ#̟)LŹ;啌T-MΖD06m)Tgxw a2E sn ژ=jx֬Gi%NrU.,_>(ޖlKfa!Tc ? ͹&啮;FvulG?H)Q'- XtM՞BOPGćyٷgcq -1/͐9￿<+Dt]3niwv 2tWIru(& ; Ԉk@0c8'Zu)}p] ;MmT߿]f>`I`n`a!DGlAƧ褅R9Ӳ>WfC Y叩{cKXilWţ9Jע@P>IgIf?2Vq;SfvgpFI$<;"gSu/w)N!(#Ͻ [>J?-{^PduO6B"`TClFrl"d> ,µk t|?XxLrLTjS6 tw (u,ӷmND<~,@38>o\Va<}ь.zh!B[XIYnp7wKĈYU@t eӣ*XsQSuzG6z3N;Y-_x I@[ 米B \$tFg q賴n`)=q$B* \Є-E4O5q !𞿺Zj!EUboZ'ǁBixZ^NE[^S$)]F*zl~.IMM%PyBǘ |pW@EWdG,i4o#]W?1%E#ޣW/g)w'J$TGx}3U?\dL2d[+o1`5Qu6@PDq'uzn{C:sK%·M\d, حQr CrSF1sFWO?Uτ;k"ZvK t`6|/Uw˧y$~nf.CYt|at{ WMݙ9J43Ά#UE^jK |ZՕԤ[C;_ors2c<|x}k6MdT79ė0p:},`u/MU;0_%Y" V4GLw=;jia`u]@a +/\ !Wdݓ A1 t( [-AZگE@5puyf ANwϼG0OM73=ghcEyDh21Lxa9WLK*u+d)^ ^bRMdHG9/5ZoTa_FQ9gbKcv+ X9:ɛm 3q ̯#-(5#;ne9R'm7mٚqր$gvu%7TOx=?2XbJe{bx0TRp̯mZl|k#,;ɳ _2mגyb+p=<3b nvJ4ZlE d]  xpGW K˟," f.ewɷ1,aܭ̄i ‡l +.s \Szױk^e_ݽãu凱< xxdz,׋Y_|ivGiE53ۧi_TeB*6㴺J\NvW۳_Tfx9JI6)%+x0h;'bmJVel31Us~U`jO)/ Y;^Z蒓{tK)@gwwڀJR`OяO@|ĭHgOD]b5:0獘:Was:%#$ )ij 2 0Ȳ@J1 >bM "cL.n"2dZg>RncvOHնX5}S[!Y/ݠ]9+Z:eC.;mdVytybژҞ̿HcHA/`t D=b.2Ű`ɵii63!cij5rgmm`/-\\9eE,R{%ghQiFGvȁ{|u72/_r \.la[*^Mکgưry۱U{xKp*kc'e>ד@tW<~:/jcy ߣ~Ql$N\aL{[ rEqT/˯ 2.^ílACLͥf{FPd"$:Gj苿 5Z(ͣ3;.6=1C86iǨ${2]TD!ѠVȎ`ѮzV}3֐͗9֔(-}74k_/0]yoop=Q[qG^țO4]XW'";opGNEuX>~E7gڛE< 4M}`$ '{j'Ž<#c̥LE}4MRO lTڂ,Fh1-ry p+ W,MԟpZLH3'!`[!V ڸ&]`/VV)Q5v sX.%IǝkRϠL]0Pw0g, Y#A9`6,v8IFFEq/f@SYeRmH'/YMϞk]?[Ÿ"}, soR[A}ܲ?/zN{Dsxbwm絨FhgO>(Pl6XWPRohDy&_ul@ nw`ekOV=D+Q@*qΉ)_mi S6^NPT`0{ZG x2gOC͞,b4g+QJCEd6}> romSlDt )D25.&j9ZhY"E:>zΑ P漬.c KH7ao>l;.P4'3[;)ao 5 f}gK4F8ӂ ٗBޅy̠E\nӀwTOg3 ~'o"zF/jpTPCLYWtAuji$ae-%o J#RȡLPW.FX}X('"C߮5P]R˗݁M3cns0R_"Mj䍜GYW/µnݬMS.q50HΰTӛyNqCv{ "/i]$#/?vˍY9)1y@kqV@krs5)m >_F2k@?yGYn*Fn|oJc .M,5a/݁6\5.7Tu |vDnu45-F7Z6ܣUa]3j#jӮ.uzW|&HZƤQ?l_s|G lN-2~RBaNGH'eW3'nP}tXpdytdqPf`QDXq6*'<@`/:~i*7 ٩*'Ňb/5zijf9ROEC4Hcwctm^ϋ7ӎב{K/AZBN2O"Pxa̹H2@ۚiNShcvH8 nʺN*|c-G:^gSM!`^b7/?*۠YX^^ d#VQcco^t=8:}ȺRf{u:`:E Aa= nw7sP'n=&@G!w$ ʵ~ ?,,Z8ɢ* r976 -n +WgFUg;!/ g(-hKny?A֊-׊ITTq>*1OFy.G% {R0KB X|4>\[Kʅkj7՞Kŭ6P&Dgo5N: {4ׂnohӲOnyj=~2XU?}|dq  j.X%ApQ>osQDz@s4KF:W *"HWwiAv"v;ѣGkQ !O0~# cx*P[Oe {p 0|}F:c02mGRs[t vM$1ϒ2#wIT+^wE\԰-j |wNGuة!'*J#칮+;dS+?j&p @M>/\<<~O(p Kj7x4)xp|pʑue %V / !jH}/mrKG{H!O^0\ߔ&;{<Pm-36'n.(~Uy:N c (3CQBfECjkc >sm(ebE hc} :]x_QT2Tz?wĎ #}Yrƾ{aͻ}=VX`AB+f|@Kطn JGQuW&LL 9-Wb?na0ƷObY5q_ouWl0OKO *\pOv%̳q #,@3b6Dn$R?tvDV'O{, l?MĆ4@6܄Q"?;SڻWq?B_`T/5C\tlUI.heAW6%R 'm߬PlWX5 lӝer"ۛ׬XJ9ᦼ ^JДaB'UϚ,ؓ` d,6Q MRyU&YU6F sиY /n"(+$?#?NH vx-o ^0X%!,J4J:}ʦ\RcduH,, $)؅)bE%1B-mV5!_!ȝeXcJgx3c(̠Zj>s{:d(ܐJv :K)@ uMF,9<4qNm iip<)Qtcakjk~AY&V)ǮL,O` ]glS"Zg5u\q1ٓ٬B_7^K?gؖlp SZ2Es}OPu+%c#|c73ZX.^\89r_c-\RIᶀFX(KGpmQ'٭D2nowd'eY(tQ#954ἅ{} n6z2` @[kEʴ1sYB_toz`V)#Vl#rM4 0Y\Ůr%9p>D^p<}Bk_]Qw5zO/ 82 ;d_>ڝJ۴zX Ob&dAypXC5~W}} k#`ƢJ-1z}W_Eb[~orrC!NeflёQ׺T vli^֣435ʛl&!hd uCA#/9-,1IJOG#7)"F8lJpޠpv?%|f[L̰IY<,#1tXYSF$ tBr_][q[J@FP5 rt!us B,SlInjPYW\nByťE+*bDguJ!|ZQ%fdfdN$o?;{l&O뇩\U@¥a౼&D_HZj3|́k"ZwLWr֘R%E@q=lsn> ޔ7dBef9OJCuOp5_4o1˂lPJ]zgs!0 #Hs3ʌj ڕ~v(0%tn,x1@t+B91BDūL٘گP/IVބQAf>VP>ppk߻:9&&&BN-)-u8^NRۙ#'eAT[MAÃVlQ\eE,KPg M [l[1ְÊ b,~/%]o~7x0%ODU*{.n.i`ce{'\,Tn4No"$H$t~` g =0d$"s촿c{*g`@יtAL1k „DwY"4=YuЃ3WTK5)SS֘BD>v)71X'+!432⭸tZ:@Ɇ3 C$qm_!Y E81_JZt~xG̓V UuNY;gHGGޚLzTC Mmg$*kuӏ-G9~ņOsAvCA\[%z#>R<ӓ jfvyԑ jRc EKoY;LRZCЍvsTr8z V@CG*+P40NĬ8 Wa'CN<+fzpGO[Fݹ] ?!\ׅex kꕭbh⏷l^`Az `)2+&1L7* 㲘A]Ɩ8biTQzl h>=;t0ܬl}i$E߁Ehլmr9Ll \d x*IoL<8)̌Y_k1FbhW˔Z0n_S$38!&T>ɩ4Wء bӈ!/ɆM V8:#}&5!یvYAZyq% qRNIOj l}"'awS F`.HjKiGF]% `JQzQ7B7>l|vDXǀ\C[gXQ03| +Z,E>tv)c ǷNNVDIvLx^{?ˁ!eUn7X/PP*Bi*4/|+ѣ9!Wi-npM d>^FҤcwz#I -5) A]K{b9֍Ya?5nE ƃHO<,}SaV!6uڌ%?ҁ`QM :=^FZR{Uj U;SGdSOr/P5|<%f1בĨmR@ɜ"nM/p9`- yp+uJz|2H#ձ腥Bˠ-fҥReM_q$yŨ_Du:+aXdؙobC50J 0 IfW573Hg*HtM ̯זG ~Z'@&q'B{KdX\hCqdC/ p5 ܌fKemLfZAij{ᰖt_baS.]s&VapCboh{l$A*ĊZmcJbv],/*ldz?wUc{/ ,S3&_d(\IYu^^∐qU:cAgwTEٙz )Qc]Р+PfQ;ܥ:H(L"藏Om_ ȻE;HIXF hȨ{?Pn_.;u6b*z6?[t J#\{ekrؖL -00'ށc=QD/{;*ꤰ+dGb'eJ=: o\S4p Iu0%ZHD)C4V0F{;O s ,PqA\}|Ci]Ux1埤Ȅ5&|ʂeي=8vצ]pGc#nF+\6\[따3%ᙋLB=@b0GX'@,.` n|여6%eBW\Jr0Ry'  5nzu- 8YFE` Ѕ(wc2+/Tiv!m~ކ `,Ҕ/eNpZcIi!M̍vXzrS`^CEێ7w׈]BH' [͎KD:g~*[>g,ݥhVL ej ` |$Y=#jSxGm'Wm_Jש#q=C{>}4 xPsg3PDLlWt-ʹn7]ijh3\YV-XWJ t}3w,tVuKX؍2QA"WN4&uT'h ]ι8"m2ɬh"`LK>LCAj6s.G`p={ϫM3ɀ'0{N&O+d5RaH1rG92ss)]kQ>[:K$;;4,YnL\~ԅi@ RJ(V$.hWS-?_H0'בKb|mז!qTcVU-K F*j:* i_+pqY?CpbӴM\l#G ? kSstaComI]jlgA2IE<{Q3c0UJQ|*Țmފ4_tqxW (.Y U.R3aPzu15,J ,P/jgѷ!1RY].(wcz7:7+ıq@(7xvP+H`Xp; tlw3.oM6>%kP77#a;MǧGp,Feܽ(pu6nc*aLyhwHE𵒨kBDp bpN=?+)jC_غ?H8%j|"tiE3r袲_`gBWhi/A4}9)imܢpRQZxDFsjqO yjMM2?uWGDg!.(5uHMܓdL.-?fZ"""Jo.tz90À 4ӸʭY4fuH ~q&^S~:;L(B8yy%L,夾0/Bc~ |tkxwvP>z!%p=M1-㝣_NԸ(N1B7E&<,KKXAjJY*WjSL]Cq[᡼Q~^G$+oۯ8TH"Op^bCH ? 0`0Rƃk5XʬkH"z6+\g\ٙaqbJizX;8YsH*z_کb}u%[5]\QSh֖4R}&FU\ٻrj>!xkgp4$h:ǚ/`"B)^X !99HaNZA@y0 i' SŻH<,%X%0z(t h.n+/Ґ4My/C^c07bp4 ~ bI QrQ6z vg Y5:UJ<5$ZpJ=%w)piLj '&8A [RXt0B8_c%!g]cAOQۯfǾnCFRxrq9RΰEׄ4,  "( =5Y\Aڗa(XPei>GlQl"IqPs^AX@0vD70WlsTnf(}-J7)~~ߡ=&74Df#;S;Q1 mfSxy>hAPjjSsW'2\ݡ|7 N|K,̘SOuN)l5ܱs'f},9f%?-3\en}GA? uZM4*p\꯰)MH{"|S\9t_0`ΐCe55[^KtZpܩ=.\ﻝ~Is{j^Sh UQuX7I'BQhS*$#hGՍet`b^|&}u k. yJg~6#p|bq[Ni[@a ;d2"4nNaFUpaN5'3TF]nрZ8wE{I\8iz7H%Lg`U~ n OPbV2#_&P-L< pMU)LyvTb?L{@" U[V^L,us,^-;XFҜfWYE {<W*)K> 0G3#>ϋLg߈edi5Md>_<{b'edEUf`F ^쿗H@OD"+Ch&Mzhӓmk=/Ǻ3ڕ>9^fWOVin)42|6(āYF pފ~LABu~ W/)}stDC)5rֶR76+]ι|`&&7Wm45!2gy" O2#w!hUs9A; _B/ ar3+S^ؗhK-,vI88DatO@Gyk{|A ;;R` JyPv#8CvcU5t%I1 R"h)_Z|>5FTՒqWUhUqZo=EU>GSNJfGs2uf6\QX%~:lxt'FMLr)'~#<0nx {{@Ճi`V+ BCc!6exXj_}h-Dt˺dcD̬S"Ϯ^RGɴW9_o VS\l@i%lXP7| Ο|8™x7<X[,Qm)Z9Ⱦ|T62kY:qF )ḳ^}Xjgh?O0O^q * *?;%1>aTc|.Z 3 ?MÌ8>= Ujn6ς-eˠ/p+}H:g`2^ $F)2㭡U$lOcJ YhM(l+8if}zavLz{]CԛQOh@qz G.t B|K2'htź]D3[ąʋ> sb:-h;\2 GJ@"Z$1Vzњ؃('Y-{B::a(r z"N,.1&7۵G%57F3==D{V |Op}h crO.qn妎&_E  BAtb%MQ ˔N{n4=빐'=aOpzLߤGݣ Y-8/%^ȓq)j8ZbNk֘7{4JB7vt)x` LA@?̇:Aq}@Ad},+ʻ6޳G:vqw}ɝǹP#yjZkPW0elɳ#aG8LOK=dY6|e ̪ʈ 4 Jbc< Y~ "Ip-=(ڥm}q}JO.I !b R]gP\[Dh)&6~qH>{DIJ`A88dG ũ}:K4î]/!:K]VZpd!5 4-Xd*&{vZ Z%YP=ߢ B;(ʸ8LHD1St?W5uFkzz[nF'KXѷHZ!8wZoߺ]`Y 3Razt*4TZƘtOЦoyc)UoSҢ5pz",ɼ6o$0c_>ߏ\UKʦ7\J&)G%(_iY$Q暛k>!MSqcG<itsgR;赁 >ffyPW#iQ ɿ!'+ A~sl$®g,PL mZIST)6١>mF(`Tk6zd*'<|KbE&.mAY+6 2%;VzDoSo@V/&v)rH 㓵E"&Ž}UbcLD+Hx$e.uFܖ f:Ci)o6In>Ș d E;$vE[K5  #YyY$bA6vO RBI|fOotf: ͓J%!2]M3^H^A#ųi_hX0MJ{}beoMɖRªq~/i <œj=Eʗ ;w~󠙄K =7#g .z{%E+">(nlV)xV"HB7iWl,GC\dFy6W3sVT4-E~ljSe/)7倐yQ`1nM'u~BWT=|G)0 .*li])°K'fy4[-fvfqc~r.VI?^1,?`yZSS,GGckp)4Jz3#)S9 L{R\8V^a;88GQL)AAJ=t`IB1i9lk ]o_Ri+7 ]tH[W^3E/-;(ѵds;۔s˼mh+ f.Fk*&Az b(l̛`t`l۾L[76YQ,I~V܍k"*ԗSrv\ d U0+aZl]V]-FUE~ջ:Ԙ:i?wZ8Tyjkd8hpX"s뉗a]+uL؄Zi)< 0ڷxwsekYB;`?iYx N#UbZ>5-ío @3A0*nR#(ZYzrj ߭&/"L+RmMᝑd@=> HxaDG񍣯9-fh4װlQdtaW4,43ySoi/`|~Fl{> ͞A݄C(آ:IkA!N.AVLyx꾏SO{]3@}/u.Vx,\/]02J7 nik:; aYsh5I|M^}v# #(c<1K1OpN? 7іyaLc0mb}:s !SQ|¾iB.axlab(cr>ep΂Yg cw֠e#3t mٮWYxC@`hh^14J V' dfJW&xNpZX:׿&D[s'Zk;cC"%/pn&0\}ط2l)KA.wুA{`q%??% 9ީ^fljYrmnj8ii{l񭨩X5`%-!'x29-Sc #\OfN6 a2_abs7/ࣳh+DJ]=iv|#- cq.'h۱ ټ9F9a Ng{C^O]ǘt {i4$ oVie^Od(`8(h={^LbnEh^ g;gWru-P\_0l-L?Cӓ"?f4ʴ?4 &{|I7sL0 37%EFC97@mm dxr֚Pftt4b :rП²ϼaFq#Iax2a;K@uL5*mmXPPcRk4U9('\.ºRJƗt dMk4砫:^ZZ+&ψT܌ٔtø®9Um]Q*?+w XvkpqX( Un[[< $fh߄xh>pjfL(Kx'doC(dѩ?{j((2`ko\(o n`QLVK«9t 0AO#X@@lPR(UJ- -Hˉ' f" ENۖ6/Hc]J wWb(nnB#' g;lAX ^NNE w3{T ͺ x.Bkg{:LGQ,‹ x[%|g;K8ˇWMa,@;/.v ~+Kh;u6{mip\PRכAST={B%ulhN~t^1N4~s5s1:Cn Q8\BnU\ f` 9RN} e/;-xpYpi|][U~';$>oHAGp!=en[ `hrxg\lmGR;GA1v#}uZ>ari?]'Q #Т5Ʈ^#oULul UIgۺEy R.#rr~+eڡr4Z"+`r}؁S`G[85̚CICgB#huz㿽niX?\勨>G 8 k1:"1[&TGJ0#L?@\0Q#]L C_GhO9PZͶX?؆ JƼGsZjwW7LQP4f;N}.L$Ao Ę_<6{v} aaÿAC0)R o!Ħ9' tZT:]Mts@܍c3T4dظ>8Xj>8U#J[8&p shpK5`"+ϩQU+K<4pʟ8q-Qz`~>8%LAY\ AQm4P ފu-̚cL36[}{۪s!t=#2@[̭vKx Z` #\&sxgu\ǹE 2sMJ5BjXQsT6 bёkz͛M^&&n)9wUT̽YR^UV2y>Fpdyf2Xf\PLitqqrIәO{Wvkzh*:=Ke V5`ʝ2kuY6`/A&JˢYPqCj`s9G/RI$)d Pݏ`w S`IZGQUZܡuUfcL?w~jn@ ?KL+ma4TuOY;b#CњM;ﯼۘ$Ě!݂lenEL{u3i".AA ZH}?P#SՕqR:SSt "u=ǥ`rVy!H DKh`xIK(bGoA&։h͟5+REGN<*hˏE!ƛ6HOBn|NJGA+"O,MU1h=G86yV+p+SeΌ $GËZ!s!w A Z~N4amCnY4mUJriɋME_\]&}>Imv?>k\R_P <2-i' RV=iLĬ%؃L? !mx3:ƸfB3Dd xH X?8egIK&Y6="ߐl{ub6tyLh*/G^#nW%\njŚl;,F4 ;+MJʦ+}Ty*  I=~7صE`Q^mфKm ReA[f4`3* "嗇4FԜ6BZ_'ɬe>|@glC$0zm=uH_Sj9t ܢ<-O! Sҵ̝p9TUKq7EWjo.5[١݂)2hFǨoۈk$ ϸ ^X G40̓mb7oUk癊k!ܗ!ON/>Tm|dv?ч̖6pW-2uHS<<2mn5UwP`-(B2|O5+?k(ZtwemKO%k T3J4 ?W?ZCy 4c) . #>Ojƿ:-Cྡo3W_#$g )q<$HNܮY (`#of%B91{bcZ{ c狻:|ʷA}~_07C?S/}c60CVԖ0}IecGWqb+U4%A$^e~̿ Y 8ff1v- wv-5ʅhª9/Y)dtj7IIyOn_AKbJ3hF侠h^xșyx+HI^߆SC ]N#DlH0euRBnmr+)Y-FJKvIp̚8<(8+[S l$hzܐ.'/>)mh$aI9ShΟ+;'d0i! }w7_E'9b>"A$ZR;(/ÇQ3E| 7PbD]K6k.{`&Xps7t r9=ɚJS|̜9-qCNHYƄ N?>I=KEg%c;g}'?rM1l,iU,E)6+VxX` r( VR$.yuL:8.vzoD8TxzoФ|#!8Xԕ3IrO40NQNsc5; S?kŹD~6P-'t"5j ,j\u&"ԒӽaV%ɧzaf 2/_S hj|2L1_K5EhQ:{ ͒j6G^sͩyJmVi\nD$參:^la]& 7SMVJRq4WI.`EA}XPsD).8XxUv&I k ^QmR_}7 f&I l@e.oU~ܬܽdMhR 99g.8jkBpBiÎ} rsG4$MG8dK+W>~6Khʂ b/z[j N4嘔l\PU y+P%󸙿 `j K@D@LW1]#%U<S KT MV᱙~|0i\ ;i:h}[㺉v.ufu*iJV~q1_V{UgxECA%}?}6t\`vAŔ&kzZ0 bi%bNyKXG%,S)%T*L7ށ&p&"GwN9&@y{V3_CN萟lR902I0}ڥɋ2G(Z̿_kQR+mf.[ 9-alRTi$2+bЂd1%),$!!9cgk2.9SV>ɹ4 wII9k\9zr[5 ^;s%L,P.mX;*Y?;z&ZL8qqqR}ju)dӻ XDV|,JYe|O) ~ P[O&VU~fv J-@1h:} Wx*Z@~qxXz?MuJ%H ݝ;P0hN/`ϠNk(@&ŕVUFgc WR{W IXAd|WLj-l=k Z4^,xS'v6s8S`8C@@XDR`m_dVpMX0p߿ʡMbW VBB%ƕhJ~%_á.8= ڶV> yXLl7Y;kJ;p*zz(Zq _C=[#Rysy;>K|U lTr5SkDb+h jRIUs3mH2*+Уl4ZKz<]̩ YG]Ĉ\3f1 {O)537͏xAIہ.'ofaR4j淚oB"uU, [bzBƾEԫ7V){;b]h3!"G߻gbkhN'@"jȣ Qb2;,E0Y ǺڶW0%ס?TJ/B^&.H,%QԹb 7y('Uop-/B)7huݫ\N9%n2wd6, RP^#>ޗ[ /xxP0y έ x/F?4z~tb(vŭ;=uiǦ$c)&3츎rhDz=kK2űZTCrSl5Ԩ;fa,8Fx}d\`wh֍!ps浻 SGس$'|fH_'WF57 ]xˬQGV y6&5;u8"~sHd$'kgH( 9">Gx)ip%TZ?tĨRC䏂_*-:Yd`fY s6u觰PMņ'k}#%. F2Xm,ʶrE=~Ɵ,=IrRrxp%SكOD|jۛ*tU=S4c(d9XR7m7$FMQ&6rk"Vs-^T J^*1Oq_r^O 79ZovMwgnSP\b }*S.jZ!*wQʑtv#hubrOXUЏb[m؀xojkZ'7@x`u`r ٪K´Rǂ{PD۲H?p%/hGʯSg81p'C뚛F ]]bfs-PW5m.U=5JqxӎKk?*%LB*[wZcUcOq3* K(W9z3puAW/ UYᣤOu[Zy Y<$^F@&4͎rbuPCa^ݐNQtM ']Ͱ %b%B(D9uiW \ 3$Wo}Zt=XdpVmPC%tӌo}p!j[D#H((7= H ۷r~i$= ZB_hI~-+Q5\"tWaTğHrqKV37⭏Tde~H IwO2Eɍ'z]᪨PdƇ9&9epޤyu@M("m؛؜[bmvG|壯=[ jI_ݮI՟N,QԽ+[,@B2x,h=NqT(\cdY5VAuzQ^^|L0aY^Z=%(z@Io|x8οG%0+ Rv"@( CJ?{`,ێ٧ n~̷G>ň7 rM ;b k'pyG $w!]^cqPviu4s㳬N%`?ٗל('ϒHdz{;+Zwx:S+5+!(LA`3,Up+VmY (ᄀTZ iۡ裂` {h*k֛IbG'o}[@&r((J_\x(9%$e60(G\Y>mRwY_om^*t;2 i 0ߊEۘy)qU@Kۢb-;F/˧Gq|]>3(+^:E| YÂ>M 1R$;Qه+Dwe3V$ש[X2ŐMZT |ZHRĤ:'GW8}9L*AJp<J% L,VmJz>C~E <550&Lv)r(A];l%qMӪ{w'+XXidD9+ˮgay7ho)S}թMՃX\\|MaB/Xhr<˥ fU|fnO0nϳP=HƠ0gEd+GflAŘ 5- [|]9Cs3Ӆ覸BG+WxIIrW) ¤ `\F Z]B6$/! pazirYӳ.v{!gy\ o ʪ~$Wi+phX |:c _[O;L>o I58+ z@1Fg vU.<n<&~c1/Tz(iTcD8*Ktzտtd0eTb-̍O@x(HqX-"ICx nr"Th:"٤~Y%eǍ<3 ~-: *lΈ&Y۬~bE[XLp5yGQ;BRֺiռ Y[A]\T[A@lyC vWaoxlFE05=2tvwX*zC nw#%Z6no*}?C*nNΙs&B$(0"DdN5:Mk_DDqe 48܁$jz>&ɻ"WRS]^uFyZZ2݊,ȿme&K$U'۠)2I Ws!-ډy * B YJc<-ǒ'^j &X;>\cFdJ)3t5!T; !n4b˛@P &u vN `7qDOV74]M6'$`rbx9IJqIRۣcs^MC< \w p3k]{[=8/q7$vs v5NtHBׁO[W 0 p&#Xam):8cAye _`Wd';*9,[ :Zy[3Ԍyd6kmZ1FbL`(% Z_ \wW֒ Մu[tqz5N OW{3܏0%0a u,Ă?Hcg<\sD"-r狗q?@JOZP婩/xT "0@O{0e%Yee#h-u.S<ٍ宐/0@:QY `!lFL̬F"Wwh5@, YjUpE yq8pαב))<]e>-i-zZNHpy @;^3^K Uk~#y; h"W\5g~pB% 4&iB]2AlJ}:1ly鈵| g|LW̢n>>G&˲:Oڂ(QsSG Y[0M(NYبH ]0a~hg7ٻv^0H !sދh5%z6)cB%3 lTZy.~>go(`)>(Ⅱ5 9p]=H:Ğo٘\:g%3^f}E `Я {u,+(2z]BOޓ>Z*k~'4ϾGՄ}c*%K(`ꖂElɅb]LKgoᘔN b#-Ą<(vZ+_.1£2 ت IWU JJk|P\!d&ENJQa_q85H_$7M9)UvikP bbׄmEw7j,X5njoT~@e7{{\7'OnѺŎdj皼_3 @q~;_L84YͥYe,+$8p{c3ZH,xd&.ʩ?k0Z> (/ޓyQw~_ 'G/1'8eF( PM#)3j]9XHtpQHCE|/Ē:F? P.VD :gMy;zWNLi8XԜ$Ĥq,5G5vvmp,%:NSw(/Q.+-qDnvQE=v/Ə7Gm8`hl2|[1&5u`e2{Q:ޤxiNAMjqANNsz?DҎ8Wy9u#Y"8 KfD9b/;\@AUĀܗ&} ̅c΢p\뜔n5Csڪ7c";oj}o$m$a5"@. JdYv]C-myz]W |ٴyJ 4 Ⱦ!kd+[^ƱΠ/V~ @(pPnN#T0~3k1q&hh(͐muU1U`ӏGqׂ/B1ƵxKu.ᩓgix~.崆vu^ f'*.4Gq AC2K-5¡ht]'%ffA-ZذOdq`f"8:L!xgc3٥'/K,p+8WeJyOfI>彦3l0+lT9BV,ǣN-%$P✳`ptE6\sK#.M*^@IrC쿆D>v3+B|A&Cn]c ]_Y9x,Y@wHNvIerY)nQ.k{_y)]HM[YWi083Dܖ m)l5Hr{is"dLMOH֩|S7њ`t'vmńLӂ5L`8vWHSB8}%=y6Q,PtεܨbЩ͞gFHè"(?=%]ki B}`'{F|n8 rnjϮϣxetSw߈(-pgLBqév[*tw-\Ͽ%xX?nIqgRd[[apƾ+pIsf1hlFi!ոD#{v?-Ηl I󷆡(;h,)g;\y0\!dH-b͇3RpcKGAJF΅==P.>hxan6Al U r\G}7OPݯD",|lvȤmybW ܋"l>j*R{ yge@]WG"*( 10ܵi{]a^!chn.3e n}isr5%SU\TޜK lRCfG¼IkcUw[_If? ?Tmr嵮4`LFGz+gAS&%4Ko艺 ߅e(Brs &vV#2+كi֯;M]Q]p¤ǵV42^̛}'{[b=vՌбrJ "|S c7\u6Dr,zz*>DL0yx] G]DN!)NC\dJ'έ1@$1umŤwjMҊ@+쭻Tl,Ŵb@\f6634l&+FlVl!<[O@Y߈ ,pam8 @K*vZqѴ?z[uU'.>~?!@1 =dm xVjOw7g;f*uIϺs~u$sZzY W?ҩYfL(okO+l6nm 3nϝ߬PMQPG7b3c^VE" 'O@\aJ2P f%3FR +O?E4bkZq=+˚B3;7 P? ͥ{6ГPbݏi5?|~zN wA_`jt B>6]@ԇGSڋZ3#$|lhQRz9Wcuz%v]4 /ynhk[)-;HӔ S0l}ٰxu xG'?{(sƴ'#|r&ԳSM5RqڢT^j'jh;t VFз PR >^ W?mM&uP׃`bAMyLZ@'B=E/K`gvi#WT겇t36Ee hJ_<36S(hc䝪[ ' &0l.\IQKX E! %1<F(8i62AkE2=G OJ;a򽙹9!2k5Cv.WJr\`k FHV,eFD A'Zc%|=8NJ%K QMzS8HtKF[M a_gkq4a /L`aMh}`YH5ڬ$j Qu49FF%8Y+p9$9qD1iwH@e|^:D/ռaZ!P.͎a28ۤհu`VcVȠV18}BgDEu#W=5&d-1}]X mk`śQ+N sܭ] !0jƟ[ztN!@^H`-I!-Ǫ|^Pny)1*ҊqZ64{Wʥk;V0ۘf.r3r^EU Aܞ`S*qx[ʣkMU98Co|qV3edMTOno7 UeXol߰qg:Ov) {䑌# &Y%;%-*%GԱP:9rAdL };fY3\GVB}&*7&N,hfɘJ s}yuRV@-7٭41&L[]Q[5D+ZO0}Ik oy~fSa|8MˬN2A؇@Zyf[E uQUZ~@S>ThmH;pߖU)_5\%w3)gF TV!ǹ5V=Nl 6Ykܦ^J"bɯV 8G Ύ60TH?J@E&Xo0:9CHC' Ɩ Eeop-ALYwhs$.mmJ[Ӑ *k!FCx /} `Z"Y&3k Q]V=Qzml(ľJBy(y< %U.НԑvuKbU~%uKwknj E .aqayV| h z641јpNga\75;bM״->3 i{FhKq܀k_%y0|Cvn$Nsm#vp]k`sUhf{6& ,s3-zzP9╥$;j"GM:Ip_8{֧Z &7d`Ho[ 4!:$ted+GY66DVnx:LQQEf`I2/D&FhvD<#[;b2:x&]"%>(8= Tw@N5 G~PЬwd4<"-1QJr`:iBM/.}j(W QA$F%>8]N(Qyk}c)@QjA R`ydQBwlG}4>Iܐ$γU:bjs7ЄӪR#Sq! zDэ):_d}L4eujM16n*@ 9܁:y u £ĬPc\olD$%Lnv̑kZ;ßnÈh9bEAl/$M$[Z%DK$O8fvjIOe͋A~a28YOU5(xmW,bX& W<Н `8s.U -ՇSRTDD'IkH~wRkm!.ipxd P_u65HfESZbk[FUbFXg&s"ڌvfO^(])ZL^ox5^Ux2KXu8N&>Z$N{`HQE ;8V€HL#eƏ,dJO]B)~ G> ^B/hJ#tHw kGO}lbraX)* 5tX/p}MY\(/A7~1IʈCY7G6!)e44/fFrŕϡ8WSDTonzJmAF̹@Sϳ7>_zٍOזz. NW줜wl*ovԆd9}J*noJ-&ɗ6ՙX+|;,, [9m4%Of%-_C=SZMԕmoh3ފK) >Cv7zq;M!s 2U!|RIq>fvV|}ODcxn E~#K:爧s%={V'v ܴJZwNU(*N6;RC8$6ʧt8ke?}9DgEl|~EФ=M;m03arav,h*66 &q MsL5Bt0 TX Č,“!5VF/s#wYN4% k#|e:5$x$fN&ڑ66B窹Tuu:*Kr"AY,HI;Xt/*L2YM`mI(vhOXKF ;sŚ F0OuI ,m/D56QcݴÄn %Gd;F5=*TH.rk1Sa8CŶ YZ