PackageKit-1.2.4-150400.3.15.4<>,4Pf p9|( $#2aeaƭ<V58I텭=vx"?^\zeCrk(7#~^fŭ0*RDbfR8EҞT|<=#.I8Jyd*ɭG&RN6cPS\5'Lg_y;eibTa`QX gĸL0f!=BO\?Ld  ! Rpt $*0%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1~r=B>J?R@ZBbFæGü%HP%I%X YZD[T\l%]%^qb`c dˎe˓f˖l˘uˬ%v@wѬ%x@%y1zӘӨӬӴӸӼHCPackageKit1.2.4150400.3.15.4Simple 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 s390zl35N(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af f fffff f f fffffff f aMff aMaMf faMaMaMaMaMfaMf f f fff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267df17ce080dfca9e73290ed188b822bc92445b25332595767d9f2c5c0ef2b451777259ac52b0ae3dc048dfb4de473e6fbf49a485a41d143ad413b846e7d2afd21d2ac5b51112946f99a97d5f9d764ca71d14c8ce57fd3b4cc245e6404162e94b67bc4c48f6d932d356d842408d646c8838d59800c7a0e601f4c81d47ba976d19779debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a29d8be5af23853555268566a3b396a92b23b93b539a18e4980615db8a37c442bc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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-modulerucks390zl35 1713245705  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 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:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c3201b880022624c4ba5cec891975de78a313a1f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=00e3bc94e210c7b3f10a2c7b19325b526df7c805, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=662fda9e359c5baa8799a1b046e75f1df982360c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6cb6dce8a820c216d94d9a431d836d950f508761, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfb8ebeb492f00a97e65fa72f1a3b6dfacf33364, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.15.4.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RRw/"i[systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8d290d081d7865c1ffbada08aea83d8ab255006436e4ad2b0ac8b578fd1913402?7zXZ !t/L-]"k%ngMsc!K\Bne#ʹ*Cף!yhM{UElda˵ao}̄\mZ|X& ᰓ}y%M-;OS{Dvw> v8JPoquOPLDG*.B?YwށcS Зj5t)n! ]ᅏM!..jD(9xdJ[8w\RIX4wv+k?ҍںKE>.fݜ C:LAzhTTcMaG}S$$3XhAMNy@´ {tcBS{Dh  곶CM-NK: 6@xoUE}1XNN,+KS0FS 7j}J4_уPf̒4#.ۂ%=~ܣ@g RJZ}6-u&2>W1%vz\+Gg{ʢT?;Uj J\uc%7Q8pK!.6VݞdvA﫚4UZ - 8\!~,E_0{&U,zAj[-2Z1yG;ED Ph8<6{yq - 5㡷s\ nqˣ~ڣ b dsvl* AZJF>=^9JW(( iR鐪哉 K}ggUAܓFo zT)gxhTxFH]rTMfg̠,VKN5揿Sn 55.A[Coh)7F S@d4Kc{ei^WV&.":_vsW]AR ["M |gCYc޲#h4mN: n%Rg;ŋ%g+u#[+;ɮC lN=ߖI} 3_)>o?oe-gZ$c2d΂}] 5~2HjXNcj/˩3i8xvчBX[4ʨKjc(捃FeY̭ ݍL='Z iр2?*:̦6;㖬q SkؾiX"ǯDYUB*{ ,k1,=3 {#t c}ĢÿJRnfMp2 0fA6_%KeXQ8CGg:_l0TמԘ~ϕF @̸C* + l{Ni8{ ;d (svcdYw |6@Ŋ03El?aԔRYTЗ05(}Y4{tܖdk39{,VO/]n{YpN.60Sf06CQ 7^UeCq(lbB1VY9"^FTx^T\XD4Q̉*k#O7+\ޢ)šUU(*h.VJo-/$X]O ~ʋe [Ւr~)r59m \!/U`,-Z&a_q`wHHܔp&&}UםbPO٢E蕓2C*SBXJ'ەiHƤPq&4TqNe3ܮhy:iݘB-QE@g }Kf /|' pc. q 5OIMH|(ĵ++k \nق#8_!6dJbW4>/@mDKMVJm7V`EFYy?} )E3줜u4$ ޅi\?"|E@ޖAhʱϝ5buAX,#AC޾U qyvdߑAf1V *=Ăx j}Ѧ?[=yGgǮAM8h;ULT|Iqw(µ|[&8*^0;@k} xCr+n<#H] DH ;>84edqC˄TmtDW4kL9wf]74"ΡŐbk+I 40x^eޣuOЧ2gx\/IR8k0=풧4LY޷s0T "lA%?|{wk+LRzay70}uaQmpP^}Uis Qb57u,:DhV93vld/o o/Pcx˱(JGf:OKr6,F?B$%ys}clYX5V]o@a9;KpT6`ny:ݽOpTWT]GxfAat_T_On>qP$V=+(7ܕ @- -9I,2s]xN(N"![IW'<ډSݵ {i8f*\qJjdC7j,~Gx"~SG IsڣIHzƿ7x.,Ɋu\SO^HP[tVO8۬m{e>QwAt_+:́]jҎ"պ -5zs$q)kY "9i! W`L>PhiHWGBq:c/DKW"m8G~L;MR=%SO"eOwh\0~pBԈ"XPLn _s-[MPOB[IܷJ-2ʛ&m( _V#@;5ƿpS Gy\sa9TɆ0uW^ UGBgx?ڐp|Oޓ9ReBxtgCχ~u)$:$E X=O~O15f[JMJ,ƅU$@x U áE&+Z$5RwPΩF*ɸ_#^֙@݂3?G0]ɉwoXyUݖ:B\:=vXq)aqP=IHp=>"2S.,{3f ,٣k̞ٔzQ?ߖ>V-iX2b2'pM;/>,IBa|[Bʼ:F?/o7 oq@V Қ}d~G25c>XLT tv RgAkGGb[pӡ- YGYvT`NNh&:lh .gJ,q2]<>/{ؒJye.ݪe;lh:[#Q鋧z^>}\u}߱e Z{3-u({"s3ť}DV1o.4ĉ0$-(9[T^BejF.#9cyfZbvZhXV.8Njl.߈XlΘZ%^Է"pci ‰IuCoNq՘ O$]].'Jaz`}~Cx{{5li wZ\>ulᢞ2% V~pH{:𣬑GTǂm֟|jڸUOWG O@0d" FZxYհPOmf %Պ} < ""e Ēs"=hPLyzDSTTB6ĘY\D`j{ Ÿ7O3a)hXO  W [O@ ': Aoh)ffx'ϊz}gSfpV`sδE;WcIXUjrq?dJUiN[&y[leF'CTWpcיּ;TTBWU<yYpGHz? ͸&#vV*iKu J4XEgxB pd!368JQ $R^,L] ݕ2@tI` $=U {'ZIFȳ. \y7 y\9S+RpI[]MA1M>OHlJj52Kہun(P+nm7dĔG횪guq4t7 -x c/tb7۲8-bn)Ɇu5ΙA*Oُ 2 6W{W1axN5Qкl52> pBzhąAoy!tydi>o3Fu .S[]qӚ/D u^ۥpfD;V5JHNnP9,\8]iCjz=ec -"W^>GcKŽeAu&6ĩjJ*!jGQ5 ˯7ݷU4Q:X#lojμ\)! TNY=<> UGɁCX~K Fʭ&9 Xg}E}4{Txg EEKE<}(t )}fhϧm"1>N۝L j+Q߆l6aݰ}j%~B2gc5 '& ic2ۈ|{,uԠAR>Ѐ.湞p&d"$2eV1d[m:4nIy%r饢owb&R 9 ^5C^,5ع() UA5/c 6m6J#Yg-@~EqM\$qSD0USb7}"iP]'i M#5]fn[}_iӚo\B#dT |"y:aѱK YѴCuU8JX܏oDFe3im$S )@ɋ`Y[)N9z`9'ɧ,ܢyC{eO̹Aj(\٤+U=*5%cΣWdٝWn-y9 #Kfx:JF?*⣋"W .ÛAgrdvQy`ANVWF{:IuvЮ a`Kt>d K|"nT':/_LN&-GW^DȭR.@'Eaa^n4S%'tA} *6RU1Z >xX#`!q2n5 3m~_u Ps$Z#bQIjE)wB(N)/4fpJzmΝbxT:|G3sC~^[#Ov8H,L` LyZ/oaW)F 椶%<uҀkysϥhwYQԸ ?/)ɇ1-VdVi?Hj;&U)2.}(GC BEb+; YdN۝WDG#R*HdNkE>řCvՐ>}wob~'C>u#ݎuC6|g;x0/aK f%v*W`cNv cK#rEl1=7T2:qycy瞕)'}.Y)؉͇t0!÷kWj>މLMkDr!m+!c3r USqYFy:8pZ8CZ<4XCW6)5̌J#s@r}(z/|JH܋G/f;q~o!tm9w $7ہ܉_ P-C](de#6it l%ȕ-Lԑ\ B #}(ҋy&{olx4-}ΔIiznQG@xoUԹt-ܖ ͅZv^<PH,P>Lt nz 0Dp1Ӵ %FO@&`݈:tf*3$8%2x?0L?`~ 'k S&rE` ;.@ԡcʩvƼӒK|X,;k>: }U4Ȣ1#)5< @ii,:ZRR:)g t+" R )_[_샻^M{hI05ZOPgi+ɏ K1;]1etG(4hǚtK: -˭SܽO6wb|޾J(DOĶ=b[ h-Tu&u9Tx @핫 r;YSUpn('ty#˺8,fyR%Cx'Dn?dT,:=6S)n' t\ԬzyRG Nun;9FT]Sb\X3s}zUM XA)~Gߛc뺨݌3gS>$ z0uZ =5/IcuPf.JI3J*pwD)МOF_a@̼[FLDC{[ :  Ćmb]עOi5z@ x~?_]Eo’8hV&*elS  SJAwĞpR-G\^¨&~0uI,HZO剴bC S^ufz2>.t-Ba\{Юth`&dNsJy-1o`,g&nzxA,^RA٫a.W.?EW0Vol3{7[d񏠢1dJ)z;^q]c)+ ۫≖\@Aq܋Q|b5(jOʙ9f씇5xEWo/"=~Zu3 Y 2&&~?S}r GB3&q E_M:Dwp@E@(Fȶ*uD576R$)J鮶&@L0zu`:,0NpOuZ0"/=|eng1D3eLH|ћN?Nٳbar`V{r!;> B!f90`69֟ͼѼaR蒚:ׯvϦ1ӂPOĽJ(Hʢܤ =էԻ;s2l;XZ Ei-ּ=r(?6*)XG ӑM,7.pU9wIL{@\ؾ3Bv7K(%HT5七'sR)_0t 5zy$,YU#;%VK3x8rT'"arΧnW((13 u> #S$s(\ɷC&+y%`@(TTz |LkLq +`ӳ \t`_Q*@eG6¨VR}p*k!owt߻,tߘ^:ÜJDPE~_0ZeHze6|"k z!Q.°=zfn_MOxXHdo:K}:Ti3e~T{@'O3g/9Tju/pBD}A{w47t| LwgM?e,{Q3n졣hf^P M2A:sh\_Fu.T|3A sS|b1ÃG<̭t`f.< m,]>9 4e_fKJGPXO&&)P#Ȕa:9iA=T#6'U6>C'5[V1g} iRf;c5^s CwL:-čpqH$J @*@3!Sa7(iw꽣z8GgJ1WLJcZӺ8/GA i${ptϨ'Wٞv ,dX24rm欉?vpzGtOxkL{eJ]!29 0Abٛ,C|/Q3`z.dtf_E'|48V5[U Ͻ CRi"i}C +Ʃ !5[X1S*oCܤNY8^McrUWƿEVߣYmW8' 9)(['ХzD5(z_U*,b+6Poք琯߰ E@E Ip_XrBLtjk38 I@LNMqwzR'_*KoTtwv~jvn ~?0]7l-6ZJУW WB N|GQG>sCvr[PZ9[s b҃ODgEbQ&bxaP6@̇[e tT6;R&*p hJ,EFK{v,@٪b0o잌O_Ky7 R+YεQ@-K"™ 9>+ፃg2e߂p4ׇ{pu?bjMYܐR^M2*̊(폎Y/@v%?9H>E lZb+SIPq)̫?3^Bu,CnH7xjC]1Z\Vv9%{Hw3Mڧ覑͆L؀?c)kա{299,m֥Mh'3dJލ}p S78i}yxBċH+O&ӎ@:(2Wn= Za% ] | D8GVa,s[#U/]:C@ta[4ׄ^ 7sUu^[~w ݵ#ݿf q߿}?< :CK,f~8&IƁWLZ\ra7Q&iIe)Mܝ:5 D[ 5i8N=%gGl_ P2v9^]U:[vu^6|cKլc֯Nx+ِ5&(~+bIwmHz:w0BLl! ;o1&CLO}iڥsP}$9&^\;oV<ԿYWhUȠ#h04 kO;>{~\#Dc:DK%hl`e^b2gME\kGm\QU0, Jin@\_e ""A+|rי^a=HcqFVYd Q189DڳLM)0]mB gp]| 6Lq$X?=;張Wƙ;_&.oo$D&=fLn N%zX 6vRw&ۖyFM`- 02ũv 4ߎ_x*3JGjD-nGQP8PVLrͷåH ,IPBgjMBZGTA[ᄿSdkSoĴϿ֥ M6I :IGeuilNd^$` 콸 c5bWI5eN 0||}Y0N+zAo5σԛ9O3!{(7$"> Oc-"L]:Bs;}gV?}Mwq(l/xG,W`(Wȳ`dKn|}gZxZH3`heM @vXA n?I[xwٔ.%nyLבO@~y;K|,t4A'/ ~2Y!m C5Kmo_Fp]YA?qt t9gG['1 n1X Hzq=&Qf]"SsfhtTyÇ+**;<.nĻ<\=u^y㻴u!K4CiП3=]f@z9C`YKaߎܦي9n,~7V{Tc~Ϫ'џ,ngت^48Kݏ![do,$8I%bCu]MIqW}a{*d1D7OnnFI9SK$W^} N.}[ԟsnJ&L/bl1Ql^idi2:Jv𚧩4_F^L k6JNf.$6 +d#wINuUq޿=C)MWIpl=z0upUK12>7I$caOFm(ͭ-DFm-upRz++c/ʇA%1dU Ud=x w5LIBdWuzu ی|ן\ŀC/'jhq/Dt@ٳ߫YZy!%DT6NdE](2K= A\G{v?Qg=68<"pCi@`7*kTFN\|^̹xώcfN8א}@o:ϱ1{F1%n[wj<KU X s#:TEߔ#쨴\ƔY4pc DiYFtښUJb5WL[Y.ڧٕmdIG[}N(o'O2RKe;.~ nGPwq~N"nS`WM\O]len'+]V +/b_/ LPlڎ @nTyQLtKLbRB? ĺqS5udNъ+)o 9}$9˧Bn3aFNn-/CtZ1엺ޓ9uYuT.MFU(6GɄ(W>^2ۗkv&Sj֢RtCjwm$v9?"Ewe\&] >[ u㙾7?_Tb>nkXVW.}뇾]4k-7'Ǯ bN:d) ^y;}?9"}ɟ.XDxsb[*g=I{9QFr%Bʇ4eG*׋N: 9}'qhG[Z{C_2jCEBs =m-VE|7lfJ):e=(8. . <wH3\\k~xG2`׽42,렾sk*Xh}=_诫ltscf!aRlnQ:qI2j t@DO?v2H\>0MV͚'%&)7TY+DB6NTw]&Oq-6 `Qk# TTnjHT[S GH4%.B<- ԋ3 =PrR6 Ƹ@NR)eG=՞ۏ0; Sg!v چNO /lWPcP|`̢%Ӊ29Ay\&H_dϏ}-O+l*M)PB@2AJaZ(?x0Lv߆jz'2#mOuzsjkyS%LRHhx$gH,u!Vf%]grx qL; V~4Z :Zܯ5Sԧݠ̐}|M 3_wB^XlSAT^(K{| r-ܭc*W!T) J&CMYlya_V-ZO 2->tI3 /ukM3hΉ N?H)!n9$'cMܘC-w("^[<9 |oH&uEn6j=d9 pd$&σ!=wkhW$mΜj$rDd/ٓ,&<{.%h^RqEu]οu|#<-G4My%n_ ԹZ6dj>JɡIcf\q CS]CbB:4_X 4b0~FqZ7Ƨi;X&( !] `?Xg!wƒP{.(aTestOjvN_g E.Dzլfp"!׭gQ:X!A*,hyT+(bf|חÕsÊKUlٖk$9&{V5T^b4O(_'5sj$Bg%9VD:^% Snriy[E-$;D?Pu Sp5&:,!7M6C6Q[A(vCb&Hid^(36]'"}:^J0F|(q&-0xO|ğDut0Y ùf`KWН\:&mk@Yݱg09Q{@ãy5V>kQyoWZ= ĔʝԶ$$G&XC C*-(LgU>ou CUzE%T@@~dSKuO u|f]UlEO$P J92{|cX/+<3TvQ8@-$oGk!MA֢x#jՙoL3x~R/M)":ӌ9'ˀٵbtC!B:}ZXN/v Y ($ŤwfRY/6 qV2ȴZPPr}x>LMfЃvC.ÛjŸ %aWWyX]OQZ|_Yז &2Q,H|lLJQGjKɩ}35nbD6˳u@AHb0ᗵ#'T>Lp"i%N$L4}qD?ޛG7?PͲ9lѯm7 b%oS&j0B-Q.X S>(<*pPםS Ut:UNDc2px-~ glppwiXF[/1g]5Hosj[a 0?g~8@9/q;QXezrU$)skG=X,QnO(mXh 'rgwsN$qS{v27DO1Cof[d+N0ɷC-ILAT' sE8׷ґ/茞%^$#*_$n^b~M*~gZV40?E~LL'd\qds@ q,M⌝"g^wyP8UƠ%r-َuSrǨP8=<+ /O7cpR #?{J`Ջè8Bgf"9^Ɨ$e~.V~g=VR(-rNU U-̄2̙Ԩ~ Q$ q^IwVQZJC}'D '.ߥyMklt!l ۂq;$>kCTul&(˟^nOL͠H-`a=?wxE|FYBx`17-վũOB=kX^ռ]yS4g㝸; 1 Bcwknur3j[1.8yF>M$">|Y;5CZ ru s1t#\al^?ꜿJ@[WGYiip8c?]FlzXX#J?,ּmр9|>WE^iRz~"J,Ãu Zt,I%2HDSoGhGfA!L7AJQ` \`1LX-2`yԸL($l0i y2`sk8Vng<(龯 X A"y'Yf%A^?A1!xSM1qE IxHVW: v[C~Kԇ(q./{V':g$46q|б%%^{飳5r`W=I"5^7dΣya,YؾeL f ʷ\aY}n@weǦi+:{)v;  ma{{G X\c%"cZ*)y!ݏD4Xko|!1h$% O9=5eK h{swMt̲5]b'K+*`kLٵB+b?;d MѱLɧt'"(S5 Ru^_?¨AQ˭.4 f?ju^k^lfVcٓlր:k-,O QhzOoB(K s1IF'Α55x);)ӰhC5dدS_?Dil"WڳaOBb{F( $GĻi%ƐN~FI䤀VU)}->w/0G;rGuE5}5~n/ߊ(Cg#* `X {{/~'O/honcqF!?8`{)i/mS_z嵆p%^ub8>MckYAg1g͑#m89އ4 bZ7|vbVnss.]K7ꆡOEx )?ZڮwϞva=rg(vt$O ,8OD>ԲHBIxf72s#azʡNQY|TGexfh `|,|Rœ@5󰡣]o%*mUh:qʘ'zqd[@Nc`0Ia^x~,n_n!anKRwqtvH,' F6 YF.@K:J1m^\"9FjPOMG!C]팄*=X#lERY4-f;{=tYɿWwVLAXT ]oK24fv }7E&zk,B i%c^[EqbC.!8.y#B߃{hwHd-oZOI:cY5] VPU9DYkī4pe3j7Zkl5VB׌ /ǀf4;/;6+3A&.O8nfE8Aɸ|oǯ#9 %H 7wGzV,+]i@[Wi AA `FfOO3awsO%%Q$;>\4'cedEXڸ*]MWoN?d.P-)7uEr!\HcEf4ؙeSsOw]9ccdHE(2U23 2!g̲_W DٔDPAU'In:ؔ"Bl~!n6 G\.b BKTfnPCqdUu#[<&Zm eIIiE̐l&K!8Cx]`?P-̦JOůc;$}uܨՋby;Kg?'m C@S-CY=@ZwԹ𔷨\}J|0k5 ]$"#)4,yc,?Gw?@yZ֭_oDʝ1Z$T,j"^|*Ӌ)֋{w z6DKfN'&sn$aⵂLe8u`PÇBe, WkgۿD8&]Vk?,Ho4ڇj"ʦTՒ eJi\c팉==s.t0SOTЄ? Δ?k{ۨ6k}\pLjģ*-}@d^ >Y׷U iBv~9FL! edqJa] #秊LWua{^77~"3LTQ=Θ04=MOXUƣgA~otGѠ$-13d0x{)Gqem#ߔ{#B)o8NЏ6e9ke&䴇K*"]P*sS V4.I:t! W1k?iJ0d-D 70 ݭCbD?OA>shÅet"YVF!NSZ4L@*/M|7k)wRTy҅4 .IW[ߛMJun_Ra`)rt^f|>o>yG0(0VoH'9|.i3{Yyk &yfR71|Q)_<SbOe6Cy3' #ŋk=,mЩDS]-gk mTTf? $ YI%۔TjvZ~k+juZivsUj>8y7@&NS)T䰇İQ{-_`=fT$P)k?+8 1{ `(H4XRR=+ƉRpLݺt]nhI+}c01lt|ż.%II %G a4s?O\ q>|-M-qB:uz5HI4N{ԹhTcPEvJp- _[5+6F蟐EKI$@iNp܃:mu6]*Ec d_5iى2#n;wϲUR̘b^Ѯs@ŀ: Z ȣP]M<'W iWmUD tNl L ,sMUW % ¦!CEtYN@WgUsE&)#Zʁ$5LD`&v5g9p5g7r:KX)I)8݆,D,9eENwyCQ@>'Q|`gsevt@jJ68m.r,t}%vZ`aʛQqmP~kLŇXJv߻W:xMr DsZ5p3jG+)bl53JWU%B}CKcy 5tHÂ5e%ݓ[U+=`5sV{CL3 CpPӢ+ڐf]GDr ۆ?މڽȒDR /k }9VUcW/l/]) 8*t=ȹ/,5Ƽ0-uB⯉ JY49[q<3;N GLf'b68xvM;Td/Fd[ UesH v#zC@$(aek!_5i5ˊ^ WX >se\֫ES_V5 Qo& BvϊVG ]Fm7 46TmZ,M:\y*8 h2&20!*ߨI1ԅ}fp+_DѳVp8'@QL|~1{\ΨVEBfH_`nNp;e1wфo3,jD!-B%"'oY=Fz=է{MUw6qK3c͒q3<E($$#$5gTb :ڄ/#V1OR2ʫu bOfSQj$s4? aMI)qǡx4 g&oqCh%`Sc{gX ޜ{O̭NfmaB! V Ϣ@l.nM|[(Nf晪ď\]O:*ܩKe -ڴ`؏>)[1V >$@x!He'VEKAV+Bf.N JϜ)iZUk0(阃ZjPâtH5qrch^D ]7u\w@ kd_:ݽ̶iߞr@ŵ6՜ r l%TgΊpa\u-1Ft9.u+GLɠp|ܷ,f'v푀moýP<ۺe9r\S>h)!{5"&%FRBf _f2>h c `(.WΜ|E`2%V6ՠ#|`+$\4*L*QAkaґ)k=Y,^ ŋ|;K!l $&pGBj3+76@^-%{HÉo9aɊ M-T_؄}B~`TlX>ʱ(ꢝi\5:RN!j̓UR mWe~^0^3&5ju=JK+I^ S)hͪ\@^ |kon!??V^9JBڕ3![9.vDSEµƠ(  2q(b9ZpLQ],S|j7-% k(Di6:#v+9z'8yG"_rY'mu(;homP<Ǜpu]Kq>.4}!U;l2`vENCEp{qɪml44Lo{E G@ .8Z9J+hz 5Ee./@QO~C:/ C[}J'&0LY3J7/.C3GIbSYik'LX@” 6k.Zq`Fe-:+" >/ʪ08kc ;e߹k ֤"ޟU ?c5{qX=5A(IQ]$Kd~omkgED"w妋d}@7O( ImL`%끟?yzE)D8Plt(:{tE^ e)|^ya5+zVdƛy Ig"ko|% )'Dz5]H:22^@d 0*bD W/⫂YOG8:3 sc2<(z=8jDEыYrkxX3.nvDzCq80k^Rž&j+4״ͪ1x/GuPX0u8Tv(BW%5<Ig2WR'|a|yKԚ{މ W;3ox+D(33P\/!է*8N/T>>^gh8͋r%3 z.72~ۙ푅gBI ,"UxYGz:se-;p V;C^Y`ƃE %a{4q, ODDU? ٽoJwosNp50#@a2ce|q5| <2|E<7VYH=;x }U IoPmXX1_E& s 0Y~[@E}=cBSOqpj)Оdq %TSK&eR{1}L`i9)E[i€rYgRBo<8YJ-Fo}CNK\МKΎ$lXY y샋)SO-J(sYKQ-^T1=Xm>iH|_1.į<:Y`7ۛMן-٥fkZK~?V FA{ˤ]L^:$ R{c-y0(XŦvY_z.@ق歱dm+H]pe#UOيQ(m.)>[MՂj ԗbPSQDVֺsۤOO)ЖYcHp%byv`*ӑ3eL{ȰR`snŚD.ta:?t]4sNHVFJr@S8?Zj,"0G0 P6elO`ˡn3o[F#G RYrr^_&#Jm>KOc.<'pl4 hG~ܤ_ QaV]3 R^,KڞH2)7AdN)x>:]"{Ciϡ٠hA'Fh +Nʬ7sv:7n;[x\8OВ0fɹW1yV']_ڲ_P,kpɈ|/]EwZ@v yJ$&CMB>LtVpYYc4stݽ37Ie,\Sq͋,fƦ)+j: 8m@T#}Y6YEm۾wU3 iu3txbP( EqȋR_:*g)/4npL<{\ݑ=_FHu/(i=*&YƽRM!S.l3yA!AS1gbx,t~lDh2^VMH"{lU8z;ĭ'<~??"& _G -F{t([w~!^~g]O*豹2$0E-cQW.ns7*Ҫ4AX|IP2}/(^P3C@r𴵩X=uS;? A+` iR0E@.LǷ) > 1VD(+z)cϼɧa ͬ, tE9[15*L3(2^,ۙc-i32mBbnJ=:KmE|WLI EqeF&C+nHUe~oqY MUnɉW88b:n6šEw>لL[|')5%W! Qpt4u'=-+F&L.h'ƒo97L xՓ;mLӣZѮ03Z?7{Rht:FSʮ\ T   PA@*&'g]ٞ9?J֛0<9T #LMa8CY) 59 *[ `rUAbi/Hݻѫ2DS?Ն\ey nTOX%I:G6X-|ߜh79:ϫ@LLר[mvxΦ~)?}ȳ?HЊЖ/}.P7]τ zsF#j帩ܼ"ޙ9k#wS['1:ۚw| ;p'Q}<-n$h-78 {C*&9 vW<>?BfѢ_\+J^Qt*Q\#7g$ ܨo{妡 C6(5pFrXm?@rZVҺiE_:xG,(4ZGd9)9i6NؼZܲ_z<T}anT25 mؖhK m 4bOk/- S9E˟.Q,408/h!cCO~1yl[e2 C#n\OtFKi0^WQ2u^:/Bvwu!O3>rR6G*U;Ś&ș^;W9 ,R387"Y!le߃afhrR%nT'2u1:7=zZ_A5a9E3iDHK!^f#?>#$&tDZ |2|kE ClC%"UKAj#5h$D!{M;q:CwX0ta?N16TGę"MOu+`3*/ F@V p wHv0ȩS@!_ܳ)f`5EXW`@ _؃fnb%5~)r +E6~O뻌[ 0Oǡ g[>%8R< ~.d"Zķz \^>/oZNp󠆈)!Sb^i>N܂}0ȄRJnb6=k!0ʋ0^x:,OcDVvz-!*6±l|wi@9Y8h.^Ӵ3-p,pMic+LoI@5@ԋGIF5gQ&wU;Rlh@.XqbW%iNX\*{6[UFaR`h[-t Β̇7_D%94ӛpj/h1@YYÙO Qd|>4D"IC|_) D`b v$oZ13߃⼽3UhXw#]TkJas՛Y!{n' $OqMkw[+0&}9tjbH8IVRulTҲ$ @5܋yFK譛8XL am$!d/fPmf No3T ݻ.#PF)7L!Q` o[Qɀ"k+:ʉ 92er_-AO=X74uT([JٝkpA0 &tv lSI_he{_V|ipؑOy)Z\F?;65 ʹ݊ 0+WU^1'toE´i21 ˪ۋ7Ord8򫠑}O#f[Dܴ{a/$ `PBS/l2J&p ,oj+Ft4}1a}!La5"kFD<] >t5L&Cɿ :"[b,*s~Hj"_G.:UQutHa;6`uxztY?1Cہs i7b/Y=cbKfv:͸]K@>|m X/"yl#V4Q_ ^5y '8/KE ]y"ymc?`_.fE뮐MyO5N8\t+ޛiZ?Dib :id̍Og6N]xBiĂx-3ZöߺVQLz  *T~_!Տc2 ;H 3gc -˄DŃ1N7!U[{%T<sul⫏8%2QtZ Dc݂3ʹk84cEzh~=?G)l)4~>Lp]Ko7d 2r1&޽8=_ M LhaJibno5sk BEB_yܸɅo;<yCբ0 Pp&uFF + 3uW(X;]@IX52dLbAH5xփ#2'EØķeɚöuz`x@nTÆqJ?P,zIP'&hil5Q%'p>2nܙy=!F\6~&)Xe*ΠJVƮGF=?r=Xo3@a``3c`h2 A)G~XGh"ԯ#93 ˹mIh(}IpRދ5Fo͉Kn-/NB" R.P, RLCP⻗\sX6fQP+Q#>iXtЮ-ٽ b^i9ƔЩ=7b^-b{g!T; ZnpB1FNۘ}~m]W2DSh$Zθ"Quw8Ѝ \*'uøAtlduFXzǁT j;k4_*[8O+S@n$!V0,Ehd|jsp=߰ϻUFlo5\#Lxh_EIt sa% ߺ0B+H "M/Q䙕/p/ne}&LnY#~ް^Me $1~gi,NkAU 7 "G)#>(Iѹ &#ǹYC$U#2Ջjױ}ߡbX6nO5y8\8o%1"t"f9TQerW&d 2Um?a(>FG6tsfm dpݬ^`CJ* MOūVxLȃσ:goS-/^k ⥃rsez,J(^rSK 3 W,c*{ic"!)fx,P)=V6͛a,;c0G/WM JG&%w-B1e}(-@/N^}ZjTz˞yi#zQ>6C% kr0 0]W%" Dp=pղf{tk#{\ -}kUϳew? 6~̮}n"ЭӬ`$•={^Q*,醪Q!g(i)j`D]?S$i9r2'&Y&AA6mUqw]~8(4] ]in=5s.)|+ۤwzL:ZtbBvq=I,rd C87}hޑ89dC-T׏64Ђ"oY{Aobi'PCO6;_ _T3C}1 ._K_⌷;(SH3MFIFj-1lTYgޕDūwNnU҉ޫZ웜ayrAuԂF'\ny+B]yݢ_R*gV:ΐhK+Ac<]Bb OH!x$dk#Tm  iکtRi}ph +P2`5_$U#zOD;v?f>6g-y:M~Q&v=I**}4bĜ8paX{_;ZhK@Y2k%؆it.Mx,HOi1ձ=s=yxa}Lo> hwǭQa2 77*ci\C|a3C W9[SKťsbov{CRLפyNPzI~ԅt1c8)Pf֊D2Btޤ/}X!ף:' rL5i 6Lm3.;-f[D07U1EM+$N|u[@!puNUJ]NwKDRu޾qЄW؊JWE{$x{<W/iB-K9nŌoc qXҕ)ٙKZMYu\J}B\16V9Fr,UalrhZ9J7(~B5A2_DrT o[sZIh`=:KW~ayB'H|+CٱVG؟fEfԋZ[.>s!oV5̺sTGGsoV!;RNX^ Qn#}7?}{RW[iO߯zZ upz6~/wkpmD"3p`/* N3L@NNR q+7Τ[&_DSBqX𸴹^r!se-.͝WTLkq D3{/K2I'ݘI!E}I-e^ǖţ=Gd;MfWgOLMOSƩTxT=tnrEM^֤1EH2_A{:JA0d{RǨ5C$zI?2+:;62+ӈ!Irx{0@{ӭpHY[O}Y&[&7 ۉ2`]Ȧf=!2 YNX^WHQp@$[>V( -+RHM.a(Sn`PD$'뷁?LClI,_V6A1#ɠ'2}>J$ý!5(t;T2rDo3JKn-M3O ,УUSy?v!ZF+ea^h@?L9- @R.LCNJQ;3tzM%(_V*L ДmQ=ڸRe@g2x+0.dl4Z>C;W= ~k+6'RYncD%E|${xC> hJD)[.t6‘0%6ˍ%ؐԂS 8 NRvJnuZ_rF#,Dr 6v77kg 퐆8 _lڢ[|}נ \38ᚥU:H.xL_ѹO;2f*TD/L""uц6l3Ks1ұ{Хu~PgyEJK u"ʹq,s}:Z!`ײońCtFׄjֱ,^ZIz+TΨ/G:jݐDLgڣtJZi\OHEMlx, ) LfJЂ10< lFJܢI tī痽a\j3lvBM~|CudAPA"lN! `oJp{j|:NQ%d%0rs=psyWC|ц=9|u`PK̑QMRE W\\_߬autN+aϳ7^S{䣢yM1{d7菎")J#^ bg0ݺ>%e5)U 0Zn(~扜FhU υXg} KIpW1bc93Z)=C |FrFa"ccg"3^MznXUDaO<#՘zMll{%XvZNB4ıfZ s`"UeyGE>^#1 ~^G'{aj 88GHL_qG;O WԌ[4pB/`;>V@, )/!Vmb"(/3"恀!86̛K#GAKg 5g8<)HR ] Ƞ˻Ǚq|3tu,Ɵ0X~K]b#? h(|9}U Iɀ7lL`O+_gp?bb_1ߓ]-Lka90~$bCIH~|R(޲T"L9Y\T $  F!*!t`e:9ٜ~u&K]1]|+|;u=ܘ?/Y'NATB+Ӄ\ƖADԫƂV( `t h< -Pֱs~oBA=奘ιWSX gnVr+ƲD^C2a ЭmAuOEqJ)ٻ1Yq` u1XZ ::¯/U6E[]{>3=Z[vKwL\W:eCIOGsscV˨!\&`߷$[ZGeVIO,b/|76gUHh\崸9CTH[G*:?KR=--v!~(*S_:5ܮsdK$}lѥ8x@ːۿyݢѕZVOW*QvvQf?L J6pEgE)FZ1)PDɌ`s>3Wݸ2\nd|5wzQd 12ogXU岰+D+x,}EY>f'8^ĥWkx`qcӾEIX?~~Qo<P !2>Qr-6'~<;!vb;n|Sȧ#敝mod="77U`wRi%\ɫVj sGaAÆxeO喚 'k9m.Q3?hZ—^A%N+1yAUMm"XN?,XZ_,Y>\@/8g3 H)K *yUyyIhۻz9gNӛ@%\TQ=0ocF,U4JjjغK6F( Jz◰Hyѧ-C>Ex*P(HʠKB(DK1Q;nhpO?&@Xz'NV͋T9tOe?kYzdN%{(v~Fi` %Zo<5]^[ԠFt! e|bq 'XPZcӑf|}V`瑍;!mł!q['0-ʰ[@L%%m`Boמ\!f<,~1$4:ZOPH_zu tC`<7mӋ::[?P_яh ;^qh椲4f_V?9Rcd3cbHc>-)a[nᄢ ʤ⠡Yk飵D{gpM6y΢\":!p ,ux"\| p`A'5 ;n˿tGsYک "Sp~iɥl|t^j1h ;Ǔvi]Ē?ƈH8ܘ4E (mܦ3m{+޿pF7CI\ba#/0Qn,?JϾw hZ#dw47aVf w5sJdʁӛl" TG 9Z q{Dwkڊ/mQ.G&*աߺ:MH);2QWd̏"[;-C݁aoW8U񡡒hFE٢s8jO(ŀ\TH^"9>dG2ӓb5PPw<ُpaQ_Wf8Z &PDQ%G hSZd>v8)tLI^=hJFORȨM z^1H&M'}wTjca"c1t (v8QC_aK8xt6b.GIJݍ Gvј8سܚni&ȬyU/NWQT7B2*Q~a{ؓж|&_J'1!OmuLޣ8~v- lC.UkL~>;IKtAQeA#sƾ'cDD& (g|.rB=YV*&Ļ#W||qoH&ǯ;FSևkK86%AtqLȮ6*`F,CYkgME$[\\ Wfd9\i[w=P!}ucI})^:Jckl:v }Zi$;%m-P)1( rax,ǃ(]N9ɑ"t-Mv|VᏣEů@h)؊FG80L77po8Y Va_JFeosX^\_ƙl!{qa p(0$v*Jdubybe^ш8@H M\5u%ᣳZNałO]~d'#+3pzaZkQ П`r(N~hX'dѦOð-f`D!#HNHRm8(%Qi}r]Z5DqmGS շO8V5)T$28pN.cZ@KEV}4yS?*u޶EE× d.ʄ|էJ)/V ڲ бDP7gܙZIz;:jtZ#*2W̧%R#?=&q ī߮,`cf G0^"O;/6H47W\r}<ЀO8PYk$aoCIKRٴ =R\oEA"W=V;: IU醇oj5|^CؓKNS/."RSĘG#JP!⥄7eҦDzu7e^'7Hf$1+H[=NY\E03)D{ q6/XNYG #)ohmGk.P[ 4-@g@[[NY479|>3'l-y{OiG?೻HDǗh (n^blk#]!F0G@0Q&~B6 XF6$[e)yK%&"7fyhEnv;vU {Gj E;#Y8s3&g),Dbjb?l8TnUuycˬ6$4JE!{YUQ|Є&ȃ@t8jd1RV_#ŠDh $%Sf%dl['6lT|xLz @ܓQ 5G] ]q{h `8(;Hj<6ssȣxf$霜zwZnH=O]?6@1=~߱osA[@ng{@(qR"Gw&s04)N[ }uKUgd􂀄َXthMf t}U ή. GPA.'fXͭvT+Q9 <ȷMv:2a7 u;DG@Q ;\G'VTs*63/ I FU޳so26տm a'jD,rp􃟐t%XQ i3sU tV,6,8=3?yBN#9K?=@8x<S"5Nkj~p&Q{H+Fe_ nOב$`IN"urEuzz~N2-e]{ ̠̾օL#%jߓ3j(Xu?Qe;4ҮG~JHxm.EvZ`C' $<:,T~AN$ƒwܓ/QK}H'1un'|tM--4.ȪmY6< b#s-Z`چ }`h`!_|FYK=;\ ߩ%pNs%3ehj-cO.d;i2ͷ[7ˋXNxrXt<"]pG߇)"i/bqBnx67^Xk3J>[ E$ϟՌ_38r<Ԃb C({}ĺ٩(2#uKV0a'yqBֽ|Jvxf׋`,?XtfZm5m6oyK2'k& }nqZ Yz O56yWkϭ?O&`Tf_-L\;\%3În5Qyp8RL ~ӂȱ dg&$|ڷ<14F]7O+ٱG5ƛ ñ*ӪiRU:FL;t #A %wQ*YSgZf8'Fsq˻FZ͕0@5F5 A||j{ Y6[ iH.ɾ _}8>N /-bi+/׀B;[$=e8[ڌ T  {|+}ƉޚXg)U>%/oBp6)M eR|@K [maPC`i`A!" :7fٝ!]?.}}LVMl&Tz`HTܼ 2Ww=9T#ƺ ĭ:^ʫ9ލ>j;&0Q] ?B綌}:.: F 8w\PB;ψ.Quegg0R y!P!O˰+/^v&HToF[GH-2`dͰ= `oױz38Wڔ&V#8Qԏ {Vsdo;wEa?3'x@sCeXT(s}qϻE@v8sJ'f !S7\htC•7[pɞɐb]J(C6y\4Ɇq˧Bޚ(^by"n\GH@,3AЭ|YԶmn3K:SUm'J<$!z7t^:ѴF\_LD:,w"i'sa9G 辩\_rb:v*?ftqRPGMֻ~$Ty|\c,Spo3:8R±7F"v79{6d잎) _㸹8V7l_Br@AB8_2m j=  Lw%"gafe}Aq`[>E )И(dIEb0)3={Yj:SrRĚxz,WR穌P~hG?SQ YZgfɶʪUEFMkq 49'@vmv{3}ߢFo0cW0-2?m@ #yMаuϗ#kTcOdX62Фq]Qj)zo}?S H]n'y^{5VutH!CNɊJEiDĺ֣ǎiβqLS ]4q!s\_'uEVGљixՈW`'mt\Z%[DAńHpVH\o!sg&cN HY#bJXoU׮]`^҂c`\}[jOK7_7?o%ABvJ`Q+aFdw6oCl#2Y.39u9bn/JWxA3S-.ϮD) )\J@]"ű@CaYm.fvZ8f!p"z~Pn[0Dեg,]6UPF+ ;z>j㈮d5U/ l,P3PXx`Vz-Y=gRfc̅<<,%~6:pX\H*8R&Gd{`o1|l|}wmt.`>q~uYc3H.jҦHv'=oq|/NwFՕ;zೌFZn0'&(Rܬ؛٘#I)fj.!T 3'ō7 m|(e&cdr,ǶF#Iu8D"|d}Y~11z<>c*fW@ccz+nY%胜4.䗙;4a,P<ƜvPm~q@q J#tG6A<4(Ɯ_R|0vy7 -:hBDXShBMU,pv ePKCD*f4ômd 8@s-La C-Jm~vu`U#.'[k6yx3rfRhq6Otr^J1a%fU_Fj #KgAu}l;Cė'Sf/v\\&ђ;Nq*NH~hōv:ˢHL%R=5KqS9ΰ&kiIN.1VgR $\ٻv4G8r'[NOͪzeh}mnxWyqђ|y{Ii63S:[A>^펯,8e N9}ZGbg jMprM4&2ZD<ޔMfUW<PSb4r߃?Bo'oZ*jFfu9rV2ꃵf5mŞY\AG5K۴kB!\F\Z)DW aC U{+#J@5 +@e[Rp͉:,4Sa) '>&f#]xT}TTG%Д/(Y@ B<Ћ& ybQ2gq4TQJB_ ?}[,oʚFw>Sh0"$/̢Ʉ@ ƨv/(繏h[gnʱR+i+bHY*)4ҕ}Yu 9ٯeZ裏޺/S<|S(ыt1N7jɎcgO@^4z % /ܷzc4ݫ|ge&w]|>M _-5PS5Zk'+XTCmWAh*Nkœ\dOHy e!?8L!mRrN;Vt$m8gf7t(Wo7lplht EOsGo:ng[C%2Lwlׯ8,0_N:tu*LlI0^K7JHydyîQ|Hc([/s'&Em~5T8e{jTmOp g [2LˋWz 9 GEia< v?>1kE*~H(@;Ť.ńD(+hZq<㰜,Ax #-qd2#;y{l}LRӜʺAY2 c܆RNr Ԉ[ʮ̯͒op~-hB(i"aō.?Pj^*Ţ);#qF~g'g]e!/m:*ƺ5]i)f'f<=)B Ix%@dZf' [j-D ?/-2:m5?33~? ڭr[>bmkdj5x#Ҿ"םLZ|i%䓫ӯƗ^Xn"o6J;"nKR/͟[{1o22KC&&a7E٧W|`u1`X}~q_Nֳ鄷'~3dҜC#PĖP_%Cڼ $=GTI8O7 F@I%}^w|R+ekVf ut#0V"L \<Jfx XAeZyMȡN+ӧgt}BUK Q6<l0)yT 9 zO=% [A_7aNU`ư*Le;qZH< tȸ}E &ksT~L ժpFs'wlF0xEhcӀ>² sӢι^%Jx#͑2!VIPeGl3TՁL禂p_DI: } >u.hzTSA_(jb-*ڨtǀLFj0u(J% `ljdq'U?5gZ\05=.+ozcDy^Ȗiu^.Үm@8B`>Dt~\h uuMe ˬ K>{UA~c݉U\6_ZlH=PT=,3xd w"@4% 4bctMOeb8cΆy<wsJYb;g#g\'B>>FuPщ haIa%"7tbU-ۂtȋ< 9sgRb^3t@Վ0(x jw2>@nG#z>aJ?̹5*To[^i= / 5s *49%JK;>bO Ё jhݹ ~@*pFŇE[ "8Q}q#uvL+*gO2^tFl$ x%P40˃eѵITjւNJa!LpR.R+72řHh=#MIm eބ3r#Qs1JSt:Gڝ qctU]VחFt–Cy`Ø/5<btZ'f"kvkc ښ | ̠`O2# k$|A';Y9M'wRß,]t[ IdAc]7w~-h<PJ@ R|S'i4ET:h0t,v!35vCNRvs4±1]Y5Q!RUr `15 pX57`/\ژ01@[X(>]jӀnʡvCr9}Zd]G~ 4=\ٯhf}-]iGz? f{׽ٟ!O-sJs_8p92vj+iqxxTk[ [`-Lt|8ϰƌZ!Є1`Ru ۅXeX(zTꑳqAM3ȶB~On3 { We!I ?Mè4ytP@#/W-;Y :Lݯ ˘l6@ɿ=1.׸ \48Gu/!/lB.pȭ_TyQglAh\e,#2ͨz-Mg(5uǐ(PG^.Cf&`z E6kA;?",,Y'0cW}1tPꟵܬQȏOS!+Q*aĢ-#-͊nc>|VXȏVdFp2<<~?\YDď 5;֧GC]-:M(r'ݽI hDip_b󶃴kzgP0ݪĝ9 K$v&>FECtչ|"[/uri+G 9Rc@L(7 '!>vƷYA1f07$cp|#B tNU|O=ޱmjI>+ S<[n?=0\;;ֳ*ǖ2ձD}=#/S#iƎDgԖO3M4Ězn9N)o C>~}~v.|QZI[P6Xn;$|$+ף Ấ@^*G.Uѩ/Fc>B{8ƙsYqC,}n3R&}!9NG6Uk>ڍ:D܅1ujzB ͤ'W*zopq$yy[ y<>y+)zȉ򺲜60DkN}®,NhlhK[Շ.6l}]ǩpYT=ëA*-ce1]7LAY;4Hm?"8jklo\T\k=ni}YvIRXΣ&lg> _`)N$%B  BR -)H ݘ(m!~}3/H֟麿`8-wxǑs(ډKđݻ2]KtRUnE\.u UW`UuΘ" Y]`Y2cIUj)ӀDHD&ٌ73pNPxU+HrWHSelܱħ03Ì:wZc:ݢ@VBUyM*RMѻGlǪS .ԕmb-jvȚG5g*K<[l&-9\U.}347+)G. "#Ae_CfNzjK֦B& h˵*@72B{uЬD!mʈ'#JKFc[+`b(?GG!c 5N*FݵQH07Äf \Y-Ӯ' aزԕA4؅as'ƈW^LYēQgsEB4 NyY^J$f0]Xpv(F] ?&GZԑgyxӚ6.iӈf:`vۧ 7|*Dh(|xE3|ǴuG{sM 9pq+i8,i \;r ȫ9 e Pϋj%U_}yA>ÿ=_4suUojq4}v U&hQ@hNGȧ Zv}9lzEN%r [, +:ps5,`0'[BklkSw֠ ?ٺ^/owFք"pw{J9 6"1|끑#pgu4_(-IJvl7[ '#:ox!31qk:1u6%'KXdf 3\`:@#,2Y٤øqa[~m!yjsW i$ϱRmBCu$ ai #L$WVzT@ȯ*KH]q젟f ogi 1g{w/ydH`Z| Co q3Nn:~I4ݭ\؜GV*uif8<`Aiidc$Ȋ0+=<2 Q   NDug`E2x]Lqe"g:t?W8/pQ^miYV?03'VzF8."^/pԶ?낱(|KlN=Ӳw8]jE`#?l[j2x*ƯAeGi.y1q>{Rz:y|R{Na#} ~#M@d?qlbh@K&>72*[kpC 'sjQwSmkQIk18ѱډGK'%㴰ڇ0n5p?` ?J>y//Jp,uAsڟ6Zdωrkm{*Tk90\Vƕԏx7FdTdWo}DP)׀;|&&p\Qj٣zhWSkD3@#X0U*Q'HEweC&QVY:*aR33IqNK<Šb`%( c_4yRtBTuW@^Jae [*#0XU< G }_ ?Q$kQ3%&)_pR!'|V4?=GA=(twP5=CԥsŢq+~Ƅ p\$+*o H.3A5K?D7>牲xvIcTp9@tȻX` HERZ|70'(&߼ꝱaă=Ъ`.ju)6ӅeNb~nuXN)#xTï}WRQ [[AmIG`vRLB3b%UɆsdMvmE[oߖj@,Zt'Y[FnSet43Gk D dn^42Sy75P;SS 2@U ]d9?iR.ǽȉ9x䷕B kc^#GԴ^9hX$?@ 5Ɋ'6в+1U@ e+G(' il)(QOpK(3igD{nij5.IwI"f5 'U&y*r3}:ߪoHR5{z;n&wGcH#Yy!5T~kr Yڣ.,nIacВ/sU^6AY[Nhu_HQNǴwU$=*5o[h 8* F VgF4僲o dvܟAB|cWOCn' :VcB4G񵆏k%RX_ VO2tyGq Xq?ṗ^0XigDV|Y(c߆S9 ڬJnj4re@PHtZX"r 5AȰفZd^Oi@W5:({O!T#NW{MUAdm-u0jzc Zg"C 5Y> wIjFo5IRب/' tgA{^ F`7׽7ϳ"#Xix].n {$H. W`'zd\` RtFjuuOW)A;l_s*]|?O1&G);16>U %t<7Χoq*  qY]` Xڬeҭr:)B1po/aSn[ Z6J Sr~ҿW6nOQR.#o7#Ki|p+ـ.:e>B+3-bZ605o3s7nBǂFf\R}ַpˣ <w~3-WkM{:]GMPq uN+9[aXG`D+S=WG]:%}I[Z1v$P|L0Ad%_=9.Ie.?ؚhhE@DDgJ+ykw+әZA³</!S6 䳩oQ,0R%EDȡBѵ.09rM#@_zmʴ>BRB YpQ.nn/puVy6xʁ8"vrm/AWcT$^ы~g%Whs)rL-gIsrүa7aHvՕ""#uS dž3_06> EZBъ78NӼ68X0 yy@g>;YO4NЈPK 6_2>QVr~89PAw!/p)Cȸ(~I?+wP||pw% ggjQ =dFW2_ O?ƵTmH V5x^QnfXRE;,!&Qjv|⌱&%n8e[zw!vaY6*Z/+q\V*~x&RH=cޭ; 6w&de>k{íꤣz\e[ɴVnդ~A!^59m uBtyh4$mD?#эL&&=GOfb2tuVw#VIԇp(f׫uxe:K~t=Epq1hkͬz[z;b(!>rT`$]LLR۵S}b0υ -d(,e>"PphussHj0؃з47&l}:lOtF92[恆ղ8X P.Z4cUzc9S&2QOjE[y* F@6֥y-ީzk(1mpv@VX1jg5?h?RI!c4LdFæi)PG\tW;̂-G@1cY(HCiarӟM|g;> ƣEHz´B#Q:4Oc[zUmmgU~tc74k|>}Bj70 zaN7F!Z!)m;%Q NLWN9H)vQHx8&b;x!}yY cA)ub~y%'JRH'xrĻQZz[OU'7>[|vZ@;JG˻ j+im"uǧ>p՞0mE:6EsP]D_IL|P_:8'bZu>`e1:yj_FUhn=';E]W8.telXkqM;7KWq謆FuOkNp^p۰WצyͽOx9V]]40p/lY]o,>uި`oo=~oq>D_S0G:6RN_匷<;$q߶BGCo* ;bz6zrc?w#jDt*I-H&]K>D[< C%?Rnт[ q1Vi9?!jc8#wT[$9q4dMG}*$|q`&bc(dJϮ*[_:><$ΊO5,tه 4K*Un7O49`M/zŸcoJ[8^H^QD0`tNDVL@.tl]`.#(pYpqD-٣Gob(QsR$p̔t׈RW[Hԧh!x/A*g/`i!~)Y.A')WI$t?>2lAtA& PWÇ0NXŷvXhdV3f\`Im"/1YEƛh6f{S7uFu*櫗$$Dhuq Ը"*A4+HjRNVJew9ٚjV2ݡ;N2ЈG܎u눆ANy4K=aJz-N\{B萹٭L\8ّ$J[`V ΧOKo<7z~< ct p"!5%*X(,,brΈt"b}LUɄ25E9CР7DU'ʟ8^.gDLŏlZ>k8jB\l?M9Iu GYoND\ł0 gM)։VK 1rma)hb8|9jL`܂aBm8az}s)Y#q(pct!N=y(k5Q\h,MBq"s(UӡgJ^7RBN g⺱X> 3>MO.JjLnmf6v3}H0(daȽ|AӥS.|kYDAO[6H9C Hgw|\CORՓ2X^R߇ɟx "ֈ{/eɬFͽGL2C:f:O1^Qmk#91{y{ߑ\z.n^QcŻmt#Qt_Ohs-D_4f͘y~5Zb'E)jT +xU9M3uVJM0 Bs=_\|ݯtg£}- XE!b8VWepZ)GP6kyX`s+24']՜Q4FpiLvյC5Xp mR85gT>Ҿ#]OB7^.+T]rjew..giprPzh0׺$?|~E_*Z# 2lh; /aQ@e)Z;: Z22[Y5t2DJk WDJy?!jh$ }JdI^$rRJWr eG$-:)y; >W P2`|+M ն?EvP PZ@{E ĥ(4K]ʁ;@pR :;FҷMm/o=m✪5 :#qBslq3+aל\NŊ^o>aܴꃧx0)couȮIq\|u0H;XЀ+yh^ߘf(eӏUw4YI ztajnSh^6ƾ\0eT),Ƨvj2$ O渍`SDԻ-N@ȹm, f$ikw-`y/W9~4'18&\-Xr!tʃʪyArx\ H.}Np4pX@`.6ĒsX-{G!qN՛su}5> yw\i%`F?$%3kLa"VSn  @R$#٠pfe$ڹ,si嫀p)#<*BX0K+*.yg>7ÌÊQɛ(2v>n~}sFC;#NX#-p@?1$-SVCe;D{#B x~sU C^uLM\fѾ>/ H`Vk@SC<"̀ ڛl\/OبVVxܳxLh *R=&8J\p'd@(u/Zts Ⱦ6%0C%brUk4Auvpt8sK:)u{\EsqLlUYv)qwYיϽ0uEĬ(i\՛kg-t~ H6-Й]h;k##>yύWG~**M=oG-GD=xnSEGN Jw$"5'!ES.2xYQoJBQjnj 4{H!La /"Md9j/ZUQ] ?BR ~vע!=P/-̙C~Ѥ99ݠX^4R*H)oˌ.AG|lwu`/m?cVFNw^ vQ>=_2 tF/0f2v Awt6%*d/_BY1G-N%!'OtA൓0Qu|u N vN}Yk<[2ap͑4dz~or %59Duq0tnAL9[:=㓹?jJav_!Hr;bcKizˈƓ627s+7V3 s{&m :{%{Ikcﹲ*~&#zV0\Vck@87A(K GbapV>mn{PӫZ4iU$Mrt*tQ<3x`ЛMV=p$]Z {teḼ#̦{rگ g%O(o1@C =?QLU>LT#BB${\yKKrIРmhn6Lu[wHQ㚫pӎ>"5ڿ2%G +_`;|EKRJzeSN.;J5@~ i{vqb^mf3ӧH\!r7 g197O]'Ş\iĦeU- f]\.DztƦ3t)a=`hr{C Ͱ/O&}'s er"#I9n~j}k ]@+\]yf{Ĺ+Ty6mu6I;Ltf9;fʹ]-KlX2/VJ8JcNMI6m2m'O+G9&!(W<kcT)?3slO˿1[C1*Abq`j+F~6mGi)M3]4]jɓ_x#[atdjSKe!(/>nۆ^\m jBy=O)3K4TTNv7Udax:k&!OJT~㨨4s%9#ce l(|}Ech rԓ[(PabT6qq1uY jLK!AگFcF3I]^K̊dzHy{w]>\ō>X޻^CI#r(ڞ6Ox, $÷Ippx!wFlc&6J-ҨIYr]/(NW3ZHWQ`,延0@*mféEH*gHoj,s7@|2X x&y(TL{9ꩾ #iXM Hݝ\\x1AVn)C}:We<.8ӼZPZ2Nh/dcp|"iJlUweu,(<`:XWpX~07 1\S'w-ȴUOƽ;A i:֔Nu[g]=bF-ȳ]^qdߘ߆thvaTbP3k&w:r( 4$i@;;+筌Av!@/F{A^tV3)MӊgiFg|z^ai^ꮄ(t:{c ŨÆf,bfT`\:7Kwz= UW0{0R 9'O=-[a[~Pw>D,v34%׈Q4_5_DOtMwT4y_4 B B*B٥~` PBڬ#oW u^ݿ!lEZN ;b蘼S.ܠZުԞ>u4t5\j,wmBj>PO͎ij TxbdX Մ=CgÖj\ sʩB]0E&lA0+_~-nwf3!eWH ج"m2i-bf2)Q)Ӑλ J73h` ߓ!z`(Ccihor=O Fz煍=Lh@dfi`ݎS$UcXu ,#7Ce5g]%p9IJY-{u>+Vg^;*KAĶq\a+JD㢅y=jS.8qxvMٟHAÄ[sQ:{: 䯪hyC<)no-gIqޖP#Psi#1 )@U$vm>U]{DHGpnch!j8 g0ᄲiIcWh@X,^=η<ҭ?u6'_R  \&}II)ˢ6?%{μ3D9>Bh#jzaCHRzX- "LAAS3jܱ]M;C&\+dFE8Z#Mal`tjQ]78oYJ!YT^gunfSl%0ْ 2WJn4sEoxRd4Ԙlx@7dӯ $cҭqĩaH1 t=GΗ+SgPҺu_%I(k?EjU ,#We+5/~eG )' o*NK=g#ycQHԚ6 LF~c dD {A_HSwZj5osp7WtA0G09,/ՍH Y`sq1IhȮpXtgKWC`kjB(i\MLmApN:ߢΥlԥk\bchI}zUM(/ 1;OdCFL' J(?A^}ƭ0D!E;b()wgj>ǰϦD_[0Hw-(̵x]ۣA4Syr28~Ykh'o0, BAr,](I=c~Kh5M.L &ўS{f78gDJ,]O X !7ܻ}C {Ym5 OHG_Dt*'wI}k[ʾ71])BcON˚F&뢖ђ|@<#5w+lD("qB JlAlf+cKmM "W%8?n +ݾo/Abl j=wLXvVw2F]iffaRFWIMH|]Cnm,HoxCڶW HGwhL<ߕM3H9K~Jդxn1JS\ V J5d!2A/+HN5vN`wKDNl~u_-ჟ>Wg&/|(<6W;I;Zw-,Ω6ތ`" ^EoҊ6M*yRD)*|9*N>""~4^]w$[{[$-P8U4>:r$ ?=?JqL1r=73?cB%kE+ g8Qe9 >7!0[2ES2%^1Ïs+%^hIe3u4b+|2 9MI%lוwo!z^{`J72G x\vdF} =ՠLTʚZ &&O "5M*aޡ¶k ;КrqPC~V'Nf[g-Tإ{R:D JfZU_$"g&0*Sc ㆥ;&wv/gay& Wժb xu9TګT(|FWi_ rԃ<(8XӿVB l̦ĠJ9͵Q\ V=]f3g+W??dwOtf@JLe(ݕkz<OB3E 6PPe$J^Ρá!:ڮ?ǺGGd\ >"%'ZIgآ{0ЬXN ĹOmúSaUO&Zcv7JL' 颤H\C= jIatwvh$g޴B9OAF5q\{%i0Ƭ(5)~" !Vޡq>{#tܴPiY+ّs/:vϷ%4syT#}ƈIv"As}^"Me 5LX 1_Vk%l]P R9C&X;PR3MH%S N'!)$mSM&U C`_KxƢ `31Q2D# ąGuo7q֤0. Z!:jt<\&&qO:PRRgKiH-e>`6${ Fpv''I5eNZA6AB.ZZ#Վ }FTv}2həWuC@_a!4D,?@0b>'k6F' $Dqt̀G-P{H:L (^Iw&drHμm PȃUd扳.6c~rkе?&=k܈ZsbNKnX֣ A2ẵLwzb&fw˜:_R9#g&3]V RzJIj>y지cw (!"Xy?)Ø .ɤW&$4!749ц?XSh<lK]p0/OmߵKЊT+k@*q vG,dK`AGC vv՟ZtTY`d8҆ t[lw͹_,-ƬĖm1I%/T| Ή'+M~~͏j p@Oq4xw¬&`LW(u"&m_F"4aJ,=dz{Q?x==B<WJf ?yyGϯ;X?Zߨ846XM>xwO5ջXT ''XJdaL$Be(5쫥w8{3I3=,Zt>RL'?gXXb|LinjW= 3Z= $E O{oY}L;D'ɈWnXhP~'طi@_4,bNb",Ҳ T/h9N bs qet5es1пp&5Et*Q2a>w8PGR]ґ˹/ޥGfo9# z-hcHu '@3's- }_S '*tiI K{N nVdo_?mDi׽'B P;#cW3NfV_e9hpiXq2ُgo`h<=MawUtYؿVfD1ٰ{]VtHSBY\$ï[U]1עԃyv*3V ](H7jt{ȱ.jqҬL65zl-·)e_IIvxj*?q.{mz\/Qghf3Z,qM,0^wxME)Eo y jPfiqE#hai!4 Lv)i/_AL'dxLA ݻ?n P,Rc\_T&*Ё9ɟSJnb4s߆ޝs'$4Ѿ#uu*-M': Rdp%Y52Σ $ +(+-ݞԬhPE =tY0lrۄPT2^ǂ cI0r 3^5&.AWZ 94ys[p{B?r_Րnn]w3X#;*)Hk5M?kX@\yC=B\/:/ ;j% WDZVgxEm9Hx{ŻM?刂CGWJ2~0x2dke@,HWRn/@e=$9&3ldkxH- ęߨ[Ca_p1*F54 gPTl5,apc5p \,P-6) .F8+r}(|W++M/ٹjE3>`<~1Hm{uWۗ1EFeb_˗Uk\xd7FLΑ҂~>Z- q.=+ 9|r!|?+\BU~>/3늃F؊c?z͓gvB zCglE[IR5鿪s$WS|~-H'O\_ s6[!0S|Em3,| Xia̗2LMEt$rmɍ~ȝ7VgҽJ!fN4o"3Au,] zK[*sfF ~7X~ ;bIBRZ,b2p&b|YQ:V.סd(e߲y`RGҕlI k ks68%%_*O)! R0[M g8zcӀxUme0ٽ|1ǚ{&z9>_OUo~DF8X$H-|)zQڄZOv1 jBia87cg̷hi]=eidMe!hY `{w)BߢR_U\$'vw0Cƛٱh+[I6^]cuظ.KYl.ZnϾ,dHT)HH2DO y *͜: ح$qciYwKb'keLW>Z"n؏Kf/7!7 DhhS83U>C>|/$#a _1XS \Q{*?'15U;uJ}{fӵ5Z/I]c7ة?{~^͞e8~aRjuVhf8z꿤uW)k"=%N]s>mաZhPŚ潙З'_g0w&QFT¤cs9o@ T6CN~p?c'ax!.4ί1:æ= zC^P{5%=$8>ޝ/$\M,!2eكA:kF5+ o31aؕv4xx@H<|jhj$(fXSE0XΚg`ݴC^Hcvt".n2nD'.<F>[ۤo.gR dB';ŮRV҈Vr=~s~e>c{OueU[R;Bu2ЃgⷋA Ao.7.fl3-9VquYҀ{nĈ-|rJ[p3eD.8qNo71ڰ xA&~q6NSR3srq b揿\]EY,vr+wM pA85ͭRIϫ$Q_qG&CF#(n@O{3K{O(v=&M WU.egUdǾ6U\5ȳ԰+}?r~x1+xrz4u?&vؿ{TGEY_0\(k.Xe8)0;xEX2=K-Dh89c #ZL"/_3ġFee]ߤ U:U3Q,\nDԄ:+&?&n6ٌaR!̸e8ql$;D_uM~➤}TZLIg+Ky`ld@ )]\6Jĭ-v3RPp/igqFnވ-2b=Fy Oˮth8lm҅s`]Oل uL3zqOEc-e`<8cIJ~TCe܌jM-M/_y~xP"+U 7to+naYǶHGX[ N{Lgս sAc%琉Y}^mY)4O3&J&kk .\B)Z;&Q.5ttU)ŭ=!Fk!]7ց#v' xC3Ld&g=mU}_lf\-ܫ/R.]O=-=Q\j=,G 4*r+`;EHN` T0pldJB ,sY ccJ߰uEqâѤ+EǓZа*\*e`GO:ە'u,l3zAKjk[p*"cq}ad8&!tdZU ŀ(uuo51gPq;A+рtNc]A0rz]R9seX$֥Ƚ~,m+dR6zYųsۼ8F͊9.dkР߰Z=&K6Xy*K/f<#Mcߔi 33R!:',k'H"@DfsiHxy&+l2< ݚ)63`,cgd˰?QH=*r:uSf(/8 bk,zWʦiق3[v) ?hʥ%52;As 2hH`$ij;3H·¡A<+#9.`}\aj#rsgpr9Ӧk#@:{,NpV &7Dm1s~*Rf쀄̝Eni%,mU˲srbq;1bC"ôdg.6xٺy:pl",NikP D̩Oeҥro;ڃ{z^/bNQzS_.CKJ-Ec'rBENj}OLnDE1ùPky(gE>Pf*ݟ(l풽ntP7 DPU)6nHJVyUׁҵ~7m.#>rYa>QTEl?\X][fQ SqtSI;,vZKjND St]v*ic}v5|L0V/94E\ gvŸ6y{4g~g =Lkbr8WM#lt:+~F ,-"YՇqMҧkduHw?ӷd9q|搱w3+AEHA 3۳'G-OUOsh!R:z]b>2=s0OE&mRcj?q 7=\}sr#~؊6G0]&~byN\=Hgw<FYW:hcG<2~ b"K½`pRg(’6ń_WJ BٽXH(̀aͽG5jBQGd_ܝz:HPu+rd T!{hj \̹l>K10.5}< Iu#7xO5~6ێWl;ljy #nUҔYHYs1{8$l_=_d.#rc^KCn'6L6ebF%ЦKof: }hek[ΠI+5Yo3 Vbp8}?Z⯌HG 5vq=QD V 4}`6CY J>7UkܬUkh]1H|y mM2?;!04PU8T"LC2~|JuzWӉkˡÛ|sbV>p1EzOl>f2CclAC_kN)pqd\vV8WDaXt]X4!CJ꽀ݢ ebv䡅A IG@'c49ec̘G’[l@$gp1[pPv~KnIpuL`?p8l:(BR} m[\!܏hQ?]CGh'M;UDYmל}rA!͈ 24HV[{Κ- K[&!Mj~nR{WPIX>R~Zp>o(3=qH4P܆>dS״+e!mGI:wgQ=|fvJU|M,{[JJ;pL5a01ؘejɰ€)W,raL>foJSiD_xFo`v%'7p"g;$^+cq 9GS$]o~k+_|T(m! z /MVgqb;DMI'6y#u;Pk\~iE)e3u+xU9t*@y&Yd0(U}%=aKۊG^[F[]~0, ohmBm OIYK"ZVn{Cʔ_PjxذgvLO=%%1Fs_EN8..zrq={(Soww8R"gRd\8VjWčB ̙|`NƨQE !8s%e^;ʀvx2A`kO+`UE3yq@))>.*9$)% h%ILig F\sGSΌµ V-O}($`=ȅhra+]fѪwK?XQZ_xt4aH-ڟ>Խ 2xB8%zHxuI!7>͂ dҌ?FF<{*1Yabh]3>z+oxY2)|GR_`4RϏ-u r[a݈liM 1dەںBlܢ!g$yY@TkDyXx<,$]IGNz,  O z;"Bkq{nv#K,C&\wK{#Bmjp%lR"?q/2 w'}x.zR(PBZEivpa3Ty[{t9$[Pp Od ,җO oG]e=_atC/ԃ?"q dpO0btFr,x.uLUDxb'AaF`:RH]xKk/L޽aI8A{2%d҉FY@1Vibܧ2jX *3SQa݁nHdJ(FjN nJpDWywS,3QRe6G|oR H]Ch 91$DDE ,-m' ݳ/ !ۭDssPS]VttW%XPa d;@Ύ1=Y7/`t\"*UGSK.I DMn_l|Q8x3 3l w;׽\ ¿jhwqLޤђ9jM`,M܌|㻳O/NYբzDm7+-@*qktWW݊pI hHRêiM&2}xmn*=,Q +3 kF7P"31`[Ҍ;,5,Bԛz>D{^X3"EJHsBg_*x"̭_(h{-2O>&V}u/M|W4ٙ u|mzU P2R(LwDzJ9Q6:Ϣ"BW&^y|aٞǁn7iVW\ AXBIL t`yqyMZt^ +ϯ6 z7Y-daKLk)7pv_0fEP]]"N/Qtlue݅=W8T'i <6j2T[̴\_CͳgHa?&\sN]^T (0`%G~7㼷-G=JOw3\PB2-enצ k8{ы5Kǣ F,e)Ҷ7S|nLG ̡}hj]X4OS FҴ*tWo-cr.O2F=;Ɵt2-RM=kx@klR.Klelq+넟-R6"-Z}f-ݑ[$2mћfi50Y?w'?[d (6!@U Mk痯/藭yu+ѦB6eNHqϱ~0Bu7B(,^\@R=!ndtj9q5[ŋ0Ӆtn]>f_YQK$Td!X`9ӥUpO8:AXe>܌צ7)~R^F:\2ߐNjUl# (vo$=axļ}R!SwSu'Pt['^7 u6}'Y`̼~6!4֥+k,[ 2Stq1+0)b>&Wu4[Td?.( /3djeIIe5 M+gG}8}Wf4;l7&`t bɖ z> Am$gd4q*τU̇dlKW潎j?@T/wh,nz9_ =─@ g,!ț*Q7{.c >X 3;+iJ -sdRpmX3@8up:HAz*؍ *P$smΈ 4aF5EAKDf9']xMR"J:P+1N^ A>t. Eع-)#V5tI6AS%Tf_Z n BG!$q9c|AD8l4(nzy1FrMž8*h,2m<`iz$iBe]-b`B9l!GŔS0vچDO\h'[&Od/eC>dY* \އ(jMDlN+vP/p'>|ĥA˶X*qZT_S;BFϖ9m>ATzGVC0mmPyYQc_a5P;)sx'ܙ:_^cKc JY}\-QLӚ̢)aF牸ܯ"Xmt<_sR6{Ȑ-%ǰ#=ZZ񷏜?C}2#d{=yCgf wDS,,Ԯ"sE9Zŕqmu aµ `Z0»&5讀?z6B|G@ckDR};E0ȟ/\bLj\WylI{3$< kng1gC N=ydNGQ+/>^.Ui(a -3hZz2H1 \%hp:͠vQtJ2ۂ(զd;It.X@-tE6 *Nc0NHvl3Ere4v9܄aV|)Sj 196^\'$Hm@2MR}Oܠ~X"J"\cjNjv}Uk/ru%?IRf㖝;Z.R4_gJ睄*81̪'TNz<c iݷ|Z},֌mfwZ:Ki[*׏&-4_ S^5CG,7T m{^`r}F%6cOWPޥgI>NtzXʵ0&oxægyoN:v7ݺY  Iܪfj6=;J_ݖk$U[9ɓE#ajvI[1b۫ZKca%U/xʺ“%$Y-!Jʾ84fK_]rGftsɾ] Vݏpm:pnGĩU"Z=FbEk AhV3 _j){PH(!Q (@yFI4ڤ_`Q]>9]VB™Q@2yGB\~ՒOєS( 0R;12wN[ɄO 1!ڵyA8ZETÂMS Ȓj^/snJqEܭuHb }bpo/!֓^ d /[t3TI#gC%ۢ%їyгp88QlDC&u6Xkauz7>tOV\Bѣ#'6@2[@'Le3NRtXX&-" ݈N'`+uo{^Kz{ÿڋT҆fiK)"PrxPqD40Q>5\}re5]!$V: 8!:I0t6ٚ2tTR("fYdi6k b߾gӌ[4L+-)ŠH}=PM]ۛ=zqcVPʙr%^v9dSIJDokRHtdU!ݢm.nԅ`Ɲ}?Da-w)&h1˲| 9![$s dr<}q(A3#e ~+bY]RzV8d8~ H%uǷfO_Kѣ$}+\&!)\lOp`H8x˙<&RFbzQꔛb/Wi}ǽxo"W9>9fĒsl ΐaxW`@>'|7!J0ɀ#)V1sKVϱo#QpmdC#5}eVW\.OΡ]mMO_$/MF ARh/p C"j\Pq15*QxdChhAAg7 %})J4b +|8C3#C" x Å.$s uWX"k2屢`%LqULqycPX( ?OHJc1H|e?"cDzuG}Jr#A4ޘ3h"T!Zlzj~oW5nϱHtB%쟝zDNs$"a^ᓤ!7O 0Jl* olA7 TВ8 < 聩W)́ך\d) jfQdk2+O(#9RVmO8/&\U?u?B;˒,5Y>\>~ 'tOC1G7cv{D:%ƥF$ { Lx|H Fh^dY֓:Pݬ3JIIKJbzG0O?G ` )}">!]#%岫2{Kwಀu|]d_HXɱ^ө]~^O|V؍`f&u$⣨b4ъ`;#)iTix,9*u88B!djo&NW3m׮?$c v hΫ?>ds<=^HX(+YJݎ )uW |S'?7F@] lP3,x(i;x;/0%ʢs4t3ә f,RDm丕utdcAӉzUFh]GY0>L1>XPچh*Ȅf aeKϋ޵Vew {VoT$F}/ RHM*cB\U2sl] U^%t_0.w1$.H/HG.RT!:@fH, fkraA)x<(@ RkS,',w#p^y]ۉ! 8]m2}3J}<’Ura4m 7#z ?BSی7#ʠZRw(ݖ*Wں8i|U]i6ZĮ>GJ<ڰӰ]n]o.7;Mr-3@Du iw ͹2 ~vpksxh5עI^P c^Fy "+~rvaE%rơgՠτYiC2BE!WE͔ 轝R|-'eaݶ4\d] 5jp5k7`F8 \o1GY U:V ? 03e)F8;  0Z,DyOJ 7ZR@ت1E\;f8ZdL᢫D )NMy/ $}} oduA7u;*c Ŭ9c)gonH߸ٞVD8kl"'{ÞS`B'Wd_k4剑B*cl 5!h??nӧieX7[ﹺb:Tnb`(xcȴʁcUN1Nظe@@KS_s/C u0NhLdS(DO|iFZq?:>=37a0XS6)|B7g-}GFD/[ 'w 蠳b 츅l 1nOT]c4X>+e@`yJM#:`GЭO@=Nm-Z&๬ 2vND+/ /a3tC-+~ĸHH7z_.H) a&Jr9|V}c "/{u,ёX#^+?Y(`{?L>jIm\eB`=.>\;gVԝ#i9Ix48Ca6srrk`X`̻4N̹_ \#k 2UM@;q:i4[ %Z:{(ZgUähx|UHXM]c'uh1ȡ+gT6#n/N7(S9pָ_#Z03˹@MNnA>A~t$ fҀ