PackageKit-1.2.4-150500.6.2.2<>,(ȉfxp9|3Eo`3yӱ!1<dVFiHxp.Qg1Ps<*~*&Rmr~[OVGG7nyۗXk/5c + .hJx#ez~)g<_JM.z:W]Lj#cl~4vH"@aH JcjX;PI` RSYD/vR&I#Foeo/XrUg!ww=>OT?Dd   Qpt $*0%% % <% %  u%  %!8%!%""%#d#$ &(&8&r9(r:1zr=>>F?N@VB^FâGø%HL%I%XYZ<[L\d%]%^ibXcdˆeˋfˎlːuˤ%v8wѤ%x8%y1zӐӠӤӬӰӴ@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.fxs390zp37PSUSE 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 || : fi3G7h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfGfffffffffffffcfcfffffgfcfGfaMfcfaMaMffhaMaMaMaMaMfhaMffffhfcfh339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d26598b284cd21f76b6ca882c125ecb70324e3994a95162bcde1c45d3444f6bc01ca452b5ab89b72ef8b59e8d9c6c7bfb3076e2245dc99c73fd4f501373b374ca6b39d32cd5183eeff864d1f2e0673a4fb2f499caf38f1b8772f1ba7058d9e5354ab1b0a3fa373b1b82f552e45941e7d4a0846bfa71c8540caf60ae8b071636759debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3aee79c1dbd1f8b359affd2367074fd71be024dcb601f44b968f2605aea5afb246c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.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-modulerucks390zp37 1726787448  !"#$%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_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]=cab0ff231128c3a50353c85e22bf1f6a8a36593c, 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]=4eea28a5e88a26e9ec21d3ba63463d77181cb2f2, 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]=ba86d336c9ca52368769db01c0a4febc32169173, 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]=f533467426f19446b6c79a6fd8e90798c8a4236e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=22f61c819f9596fa4436c856e9b08055d6130339, 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.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 RR` KduV&d systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-856b9323b46c38f776932c8a13ba527b1ce9e933c7e1fc12b32eaf23b900a1eba?7zXZ !t/I]"k%eLMsc~X> a3e4ob gg+2~AXH*h 14mI!ë@-ApAr&G|yĐ{֮Vc)d_sXQqTn.XP3m_ dsS`[ V4">\m(vrI~$2@%̝R@:#$KOzZ<$l"I}:ZHkIu-s{@ /e2#GLG'P[ Żg9dؒvyN˝]5cl ෬%Yl RڦM ܵ\^-tܲ=u$Jj1>u&"[tp >J:`۠CHc^CLUCМ"Zy5\/$- >̣hn|d~b]o8"==k=(ކb!bʅ`*ۋ@oW6zM ;u<*CQ+Hy7(QY|„{3Xx*,rD Qi&kC4S ͥ7wX b|K5\z[Mg控Ĥ#8qd mW$E>Q|0H(#bH@ (%g}?X٤˶1 cdxe.Օ\T%dLr B *Cѯry-Y%,VOpe<#f0AGHb„. XG@8oO!F`S &ns-hajJҨ7L80jWpBɀCs6;iU 7,Zg2k0~e c2׹O蝂plvԽ̖ozyW6>(&h7 Y/g|K 'Xڠ eOXځ, kZSd؋~m dmSvmTM]QЋ}‘mВ-0;˶^rɞ[n0sR鎴brwr怬>5HP^E|,(WBVZV:᩶UpeZr2J$J\~H*OmjT W mzduEZ36rp;g2s=KtGHpT2p~a}.>:aG+RKL_k<Ĕ*mQ, C2SRTGW;GN T t!8Im%42_Nto>x5iUL2! Inw:|=[Fy1-@sgKF:(QG_9s . QܙaFuQlmvӶ}̎ x`Cx]:'θ᳝ 7Vw.l*KܖF~jXtԾFmq:[J`?p70EF絘#֌Ek^f*?@'G9h;\'*XHu|?<K ~I쓓{W?;GcQLs-g86p ?X"~ |XMNvk9#zH/֘8 aA!\1FV?oMbr^X*@}/K'ېqZ%+4ɰ7iqwҦ%ஐ TH3͵C\&j̨-TJ]sWawvK I*ܬqJ+"@{[г:DҮ*G*B!z#gf%H0?4 .C$tb?3/XŜͮ6l߄h16@֔e_i-,U$1?JŲӱkַ7agvP& +(LzqAя#fج3/- mh!^[n6K fJwEctP4'B⠒qB-ar7c_AtM'-7wN?2Rȓsl>Wn6BFM#2X1` u 5 b6k Se:!ڸsz*=l]yHwJdk~23)<Xŵġ0)䜤/ pt&/yF~Y}sjo{oQ+["6Ku9Eݝ=pYWd>XW0M )%iRߞkgbϗM_HzƄGw"5ͥ[4ayUQظ_z 6I4/th[ڑ oST PJ M)`[<)mP5g?ߓ{H]"4ݏ~u38xD\jvIiDmyC+#~}i!*|`a03y:狐Zug5ĉΌ_ǸDs= ;Ԏ8R0P=>5>IYo^,}z:@#6lЙB^HO! 1SV=Gt~XT\0]7G#%`hP%1[4Hm_ʹcY! ۻjHB Eӊbzp Co淨x=%;W 7 Z'u|`. 2Ӹ߰)yӝITM| Bv[E0]tSĐXC02~-ww rw7s;%ѧ T/@.CzovMo811dP" 5(1~ -54[`BP@T8ryK#DKx3uD]y#A Y'I7_6NB )w^B Q=OĀ919^Uu-Azx(#ICfpH:nʣ/ W;(LZ,Tde&L~gC;eI`#\{ŏ?BJr( Yps1A,v~ [FqWB~{@vU+xmOs!1CkZUZg3j1:HRjx 114Ly: d[6Z /cu[7dsJX9G,QcFv2% hlS8bV!N#HށQ>@,Ѹz3%XO)M~܁+}+50u~5Yi$qOy-."\4ڬ s4~7B;޼4Z$@T JШKؽ.Ni#&}+!p,)vejwĀ/EўֳyJC[]abuɴlY?l!Zʋ>Bwtqsvui!5-c<١m@aR/(̅YN/5W׶!q _,CŵPmgM c4\'0qhCa!j6Pզ]BQ]yƙϑޒ @ WؖhbrڷfKk;vۊiz>.xw1$_a\D;qFa&9{#z q\105%sh7/STQZ;=rj:TCk*4 Ȧpr%Q(D!>9L땛t[4ܞD_g #*AODy @cn*8撿$ d><[ PH5É@\GZGJTHMMA{GH9MV֩|G- *ҌŽ\tg)-p 4Za?|jyfG:kQB9 4b)cT̻-A^ᣰȨ(qхis.i` $enCTXͷ+K! #%Y#?~}#fZ.pt`Q8f?`Rs_qKImr׮.yiC4fg23辚]3G5>ɖdqaGiCжbRP<}`OC ž%}Pxڞ0jÖ@Yɷ||$!ƶ:+,˫[Ts(QGg7QkEt%YcUgJI(FMɭ6Ë[A'Iq)YgZAxhB-4b;p24ޭǭpIg=Q(2-ܻh9]jyK`D6G70egfD *%R!7uR#eػ nhg)Kƪ{r)OS1;@+ Wuoy$N\1U}T{%IGLO L- ]-y s'R63zTZV!@z+`>8wt]On pUPBkbJSV`nlȋk':ͣ]);Rd9Ţ6M[Ъ-h&D]1˼lGmt0;EF1ׅ-ctق1`zݥVzDŽehd+?!ԓ#$ݾ%%'Hol!>ڨfZg/zq x;һ ݷi}ľMD+ZMBf3BEp ewH'Bo+[c 'I-.♥*]&;>țƽ]P KATԂ:` o$~ +ƙ8c[7-:hS) dɥuNm.o7ybz)pNܓ@ ./MTX.RYFsq*A?I 09W9!K#PfNNJqg*ln9:~70LQ7E^B4PTuyIp#5ls)}J-O%؀-[lIZ%k, jQ\$<W;ƕ'AF۰ٖN,ᷯU%D4;sJח(9b#Y>0s[qZW^zGI~p:E% Eh~3j곕V{!UtME UuGNˆ#P`?0jzZkY1uߊYW2I,ՙK>e嶝.GC<ѕ>: jU>*ޚZy[a }X .7ŠhrC),FFX49 [;Iν GƖ ve:WH˕JY>6T3frW-T9uýgAViC0gj++za#W &}A?9i'r:ڛ.2}fA1S]f.%(q͊/'{{O0erâ;͍˳Z QaaC͸tZ^eFW!v I ^e&a' 'HTc&A{C6{>%NɊ1VLz!+d7]"sf=K-Vg)1-c 1޲*5tE2 c"`rXTDz]t j/VݱȖ^c۰6wJH̯kU; L{Q~Sp=,E1g7Gv>ҝ# {p!"+hP 5Ƥ3a`^9SKҮGɥ,Z{5Qrҟro%cՎQ^J&=~e?/ڂ]1&E21+sc"m;+u'ɂRǘY2*哀z9i=9O CT9|ĝdw(wj(}-lo;hL鵙Q V|B柃g%p{ε1Q&2b(1[Q1B[3;SB?vvY9 {ZGZeʤ#߹ޕ*V~0ɣj`^1cE2+Ӈ4ҮiQ;-:h¿2Kw8C+ m t{GΆAWd782L~2brNK0aԃ юG^\[3E!}0zO{L. 5#OR$lbr''24CG#XYZY r&4QGO9:@g ǻQ^F#pvII:B6|*YqzŘ %8nӧL/\RD.?k;.QM{+PGQ%?]j͐XiZ"d(ZسPꜝ|78?%͗|0wv1زz=͢A3Vqq÷ $ '3L.=G_#;6f5n2O(l5$ zyo&~k=$Ҍ\q !:*~UZQB}k|xOH tǂtlE]/B8]OnZVkEv gDAKC3TbcazT =M*%M\3%sE.);Vֵ~f2kWD2}!]_ι0f)^E?c inH~G~jgaSa;j~>ZF rB|IsHK.}7<2Z|=ˌf6.x0'=]TЂ<÷zFa0\:=3* 2 .L2@p@ TNs{`N W̭| :ŋXguGZXy;*#QؽpB*<^]|+{*$N{FgO!3ZsZԦ* QW';Y.mi5 A5L<,c$;*Jgu$bUoB4 Yq uWhw"lC$ aJ~i1 ,`5,xn$ l4$P]qNL$&Ve:|X;Ad%15sMmIacD%ڔfJ tZpWNٶusfZ)D6EN(SQZLxp&9[QNez}Z-j*QNlAWsX@-.80c~zrU%F+!̆*j7xA'M %{' ,VaۧT|]𠶷=4E o3A`q!>hZѾ0l硟^Xh = dITaiXd: ysqnc&fkeim<Z͓9Q:&TnuGyў1>'6dd<'(_B\#ee"&;܌HZT w˹ Zy.ȌH~(@ 4o*b*eOڄK N8Y-j?>[uMq&_QßPsdl/RHA޲blxpҞ9 ◲GN<1`bZ+\X=F(a)ęg8,%h~@T;r o8"-U) ]kGZ Q`~jJ-^>17_K28 ѺchŮDxE&/N[@5h/0Ěl `R"[  g=f啁_ EU*)+䔽A{9!,æVjZ"iZPӇR2pIyߐS]|Jrp=HgJH#,E)0v!roA`lW!CrW7~흶 /<+C)@stɐBpby CzFe2Z25/z7؏7ų+-*5zrAV)aOKs\ġI2VZgaKNd5Bm>}&HSv\5`KZ{дuʹ,Á_3sTI,Mw9!w5nRiۤ@19`_w!UBt='#RJ~ubx"\>p$r Ash0Ûe4TMDqKU]FfNa*9Օ:rFY&0h)?l.fUÈGgFG33lJr8vr.7CsmjE M5Kx$\Z[&ä4̾[&9O+%RcY-Bd@x C 'ښR//v&l~k-tVŕ6a8ǭDG]XH>Vwe GxLt^1*t!Yf  l:JP#qӺVqjMI3u|d܊۔ /n BGҜi/-H^f%iE=m(uI-;EAz}"zE:b2/6FpexȖDn04V}G/i!@S! 8=nnprGRRqJlvS wNEf~O)(] B%+ {lHE{VHj ӕ9}Vm]rb;ѭUyWpZ ](5+,q|v* EMz٨ M2znz m:^;K@΢4צ.Ōrӱ~IPB-JWn fajRD$ jg[V~fTi$.&u|-T$v Ɏ P5=rV$CSM@Q?R*@fNf%لEJ%?_Rk|?ȑ#@ئ0s|&\Hmۃ'8wY;G Hp,o"V itϋٴ$$h&ZeSIܛz-aL7U-QMCC'E*/-ojس=܀rue׃ȯR` =-#SLPq_gBܴ~ZcOx{4B6q":`J́N5v5^>EB1tSox0>CGa[%cQ ȉ52E3!|m ^R7?2f|0::vlB6Sx-_0(g{Oz*?#?`?YViϝxG!"l-w˧$U4'nk 1ciY,0chw!w%dfk<] [*QzT6&IqîĶ܆PS;埭RqW6Nڊ[ZӞ ;px9t;9c U0)dџlccqfX):\ٛ1x-v[E*UC ,(wsi㢕 Yɝn%D'ܵ뿠'. ]4MC.ɘ-ʋMk/B%Nsx"쭬$]26Y HݽL44$,ѕd& \cL4o{'h@T =ṵ,;lHҲK+9A7@|vа_)oR$ťǚYh"Os]m=do/=VoyŸ8J GE/)CO|v h809"fYB#=!Pe>FC| G++w P2HtndT{K9@%MF5hh5/B#$,`IBEG`xKØ.E+ΎSN=,01X\|Cr&yduuJ߿QijLJҫf>sAH)+ң:VFtw3朡uf4]tt*;/{*LU:Wab_{5ןC5=X2vX1δp @,Zxa zl4/5}$T> Ҙ!PWo|۲H rAEb5໅[_{>?g<+ FI`)]sDRÚWQ]3iԤ:#8~ kr[}|!" u}܅] vj Pxc\]֪q$Os%`xjQ~7kλ? Du9Jj2U"27B1v~afe]JK:Ba&4%e&}1U:<8SMUC =4M Of[gX>0Yh(R7#):Ȣ%6c`'YoFH% IIp4Nr/:fdv=S+qa,OTZ>|kҸq0fpOno۝0Sg PdCAVe mRGaBArZ [0 Js\\!yzl{ ɟ`̙g%4|ʅ@,-Uan?φʆ);je+&U>+J|t,{+HQr'~[S f`:%ZW3!!;\B#P AekWfvjl5(wy.'ļ`QS|%#I7BY5;ʜ.9"_ӆ n5[y<=ILKi<O|n% Lϒ/uMNmeyfS"5]UxJ^% P-U;*1G>@6Տ}2npBF Z¯S6;-ٶ:#K7ES0fÆ(`|5d&BNo&P[e:*;Xl3K)F7#~vĨE5gA 5.X~Gjk\Q>(SwZFs-,bj7dQtk,?E o~WthRqulNn0HsJih~wC7" yvt+ҏf'Gd,M>3ڮ:vx&C9Ldj yvAnNWXGX<nkx wv&mY+4I5KbM ^h n#$T8Tjj]P7̬n#gp`5~5`]1dNkFbF5x( SO_C%Jw"UOĨ? I2ubD9-}=ˌ$0Xf5Ԭ0zG{WflFR/gPB$>ŀUƫӵƘTZT j!Q4T[b_HtMM 3ԯzao];&pެcma zd5Ij5MF(m"`ս&~q^4wl1( \\d-EQ/(7%%qL~Z0Dz)=$ljm1ϙf*[ѽK>Fhq_r}N*?h?.]MFyCȜH$TW|JJ?Z50)s]fE#~u\щB( ϫ"[K_f>]O\$ VKhnCΞpi]E@Ix^uY c+*\5O5َv\td\, 4_Nt< =CRlںsxԜBB*1z/ yTj?S( }<[WmߤBfE`rj9汶?#ʤ:vJiToXšhAmNpINKPiIaw0iQʮ T9xHUEq &iޏӆ)ب .} Z4ԇ@<ccƅ >\Ul魖ƶb &bQm]\a)QȲ K0 [ݖ犙fC `P~ UG f형D@IBVPWccvX?gY{R[WnU.Us1 rv鈝Bb}ϷZD9`B١J][g.Wd+ p1\|(8X9YDtebBG@1hHLŊ FI#sByZq5J;^ԓBzYT 鲑^nG9g?D+HI4uckꋸSC3(NAӿ0׌PZ@ 7v Ir+HxԘ"J>%& ^25.nsF]!+c9O(OA.LlQ&U"̞#'FO5_ >*6 ΉNcB_P/WQ=ӂH ٴNM& ܵ?^<ͧ(]:< Acqf{8]^9{C3!B1'ܮeI<3F:uv"EP$HOiMerQyyqFJ,U{3eP,XՆ>O)dMY yrSEݥ"t̸@f%\'b(TY 8]Ǿ 9bCऴ1cgME; M ̸(*%Mp9ĺ9zy7<)ƃL7[m@X3Sy茓#^lqNc_-M'j qA܉$\!'#9Vj-A^^ါlN8,}xXTlH N٦ 29Y(#{Dڿ~~c<])Ò>sZ;Cexf4zf￳=$X fZn!D hz0.LZ^1PZD] #kͤJ.7(b ,,P3G[[!_vsiT|1pr>Bdo B7>g*7 &j* *[XWV ^|كK̋KLal# K]τptg!Dv(v;`\fL Ó\!khLs:]*w xbOі~h8ſ%xU7C(b 7A_.^Yp-mGp*=h+gf7U%)yGM۳02 ?>aTEd\Ԕ}ӾqL(LZ F~-*cFL\?)s3]jy9F{yE2oYxz㮓4FzKkAl]AC-MY}<\Į[I6`X@y?*˵aBzO϶3BXxI4h_SQ XߤgF3:PO"ʨ Aΐiu~FWrAӥN Z d=TWy9-b8RFky8]I뼥ر+1 ڞ];gnX#5Fn/7HPh" ˴%f7&p@5hvKwTg K=C`5$z$MC 4s*t~ /rr(B3o;]#OpXXl<uT )>$ğ6Mn*mG4kןL 4qGd[cP0.'㐊SF x6WVx.c{*hQsAIdxP7o0uC zg-;IV63F,Xsó$["^W~֛s{̝n%|Kwˌ rKvM(=cBvWҨЄWeֵ o RbkouKry\󏡽4C`~zFP+%Cbu[tׅjC+}1n_HVCi.b[)i6{UTc{h 5a= 9p? P\S;xNa!;?t'TZ3Q4b2:1/(*8=7l%pe"brPk Rɼ` /k<<!!ӣ:@,}:f_C‹2<(Ԓ:H +wZ `6Cܢ]T9 6BkQppPo.7 6pBxd w.?T΍/8E˵-6!)0+͹CZt9f=:>$w\nkVmQHW^B~"c_-xJ71J47a$4ʕ)x4&RprFWc8JӠA(+EDpX dFqB:4}X!qЫ눁wqh U}&t,ۧi5.f'R/j;ojmmhQr$G8*@?o3B@Of[!Au^l?FOabV?A9Q2w+֜QN25aW@TLn/e,+:|,RƺZgQUb:cHNHXO{T #% &z|),Tfz]Rzn=z)}߿H_w7 }T@G/^fCC!|3 PŧK&~6B.>?ٸ#wӧlEBKAғCLž%gw7 ?2NUNE @Х1B5>\-dCRkPSmqؼi\Do2HOξ./ ViDJ<^ n'enfڊOHGMBƯuw!}-BMm TQyq8󈚔̾K4'aq.h].W Ia#.9㉭O{1b8Ò"%Ndq Dv1U^c,#,o9YɃJWrwjWUi#S2P:l VdvAjsD!*c49yH9?(N Ul^6usѨ2~Wߘxj5peO\Uni !Rp^&+Fz"\쭈_#>0d~HehTjz5-nseL01Atp_֪\?.g4eFƼ^`0V^ONEE& .⪅ӷmBg+b  P5R  gkn$ߟퟃ-y^ _$aHASl>]eNȷ D霺̼aO;-<|1_HgU,5li>Vk@RR>ͪx?i]'=|/@hξ :!eu֢*)-pAsH#_ !V.'3;SdڧHKxk(I":=Ys'ԑ%b 3cs[Nm'},w8bM6iJ1Wq[@JkB*޸A)[$ nY-$6u{9dܻ`fXw{N.'+CUq%y?1=WZpIk77=zxG&ѹ@A _XU贊ߩa(4L}F >&t_ z7p>C6 ]xtIe@ѯWeZ!~#b}r5U$%-T"gAs2:1(H}KH%(7} f$/O.0xKg:PB:shzvwՖR{;/{*zcbYUTܞ,D?Cz@r']ě`}'bT}KDbuE]Y`θ C^J2%a#|avæ6Yd$m"AL5]Qtn?2~V*cf3DmzY .' .4iM{t> ],$.jmwK.t#t[[~%}nYiR 9#n-ܳ #aWð7OREiV Bt\y tBV؜C+ p79I|>`2?7,M@(`G%lU5vChv`57IȪT-&ȡDc嚫)TG6~&tSzE0ᒁWD0rǑϞ 6X7+Į)2SM"DNu S v |uX9|I:H:F;rfոC$#gșZo;DP_áץ3:)?;X%,aVdZŎrx ΘN4'Qc"Kd)yPBLTs잣{*799:JKQ,f( OJY$(zԝ6 '穴TDah8@+xsU Ǿ%V~pZ?01'6`%SjZq [)wުA@6X4 1QvM 7JR(vG[$Wͽ )vʇ֞rv:$?D\Qh6:>'Yǎ2o{L '{PZT,/ͨpJG؀JsN|R2mz]y]&ʝ4ًmU:ly_]0q "L}OB `<$dq #vBo㢋B`gY3b AZ1 G SY'}DBO[Tf&H}:`+ 4&zݝm9f8˭QmO9JL,cZZ XtU/cIސ4ȻK5'OIF278XNUC^2yvS K G[DSP [=ᰞׇ4+re$, x<~naC(36{H6*fh+PFƙ+-;'EiO(0{=$McqᴤTVvvz/}q"{e.LY#sLYMX /;HƞVQ\f^uȞ3U2-M+!il0R.d:%PMXYϹ54%M#*+*63?iJz2k!y ?P՚:݃V+'SE,*4>+hϳN9H׈XTk-Qt,!! DOn8$ե Cף ܤ- zGg% 6+p=E*E5(2Y)+ L;b M::8],u3oPݭ ]'_^t@ =ܦ+\^ ҽRDJ0ڕ8IShϚ%PȵN$Vt #MAm 5E3dg/D~vƄHvW'gpbC;cԛmDpL8=fك[^pmp6>֋ EYTQOxw%ckrQ5O+tH>>nQ v{d(Gu+ߜj ]/,}_ r$:܌[fmi:r?BtgAhv|U1k(lvҁQC~1`Js0WAG)y" |UM=Z^'stbWȧ78`q_SrC\n hZVzIҶ4<>3{:{w}Yx^[9N8fj}\Bz WQ:tpp1}]7԰eI'CKڮu-NSO0Q}'%_ C]UQfط:3m2зK۪=RSJ ^[/=Dݮ5wu"- *@uXY| u$~S2^Nea$X#hMRSo29e8JM,܋v.U>ťČ_P7jˇ]Ɠ?{ךv6| ~>d*TƓn"\s,#C.unGI[WQ%K)VP CNd]ULq3թO=HւCiE_0l M 2G pSWf~C "_Jn3z ;f~ce(?\^6E8tWMu1د~Y WW|;@! ]lG G+?}Q奢VZt3 ZZCdg z@[$'N~$4z^`UL(%A*+RZ@Պ5hNk>i\p1/Y0іVnHRu0̌Ro_調Ԅ('ug:JKh>Q;|,TܷxC &"ǝ0dKerQ"UiȈixGzut Wd9(m /OÛffliA *˂G-kM7dD'ݛ_N22@|n2^mabXvY@7mGC~G@0ʲfyC1̊8đ@xHn#FKlz$E J$0I]N- T'lN%[Bᆼxe>/yֻNGc𝈢/zy:sĥ:R+:{UtYj "Ԅ%rŚ?})@g-gM;\;߲3XB4s50Rk!܋Rv pi7w6t.З960 [oo|L ,4 ;ˎy/Uq|X].ϑbF|oFoW~ r0}!qeZQLU^ꙺ^z)O7_RǣJϛo{eݕ1W$h9(ltW=~l'!{%29Xje(#J.杜txC]ւΈg*ײ ]_& (vXa*iYsjo#JE9DnIxln/o ÐBϙG,[ SJ&Uu3Z4R^.(Ms]rZS> NXyi7,CQ`)H FO*etr͓@O"'uEFD;~PXa%# ŅwRТA<'փXGs+5MG"F|F-{P^Z.gUugܙ#u;I$M_8Gp9p}Lc^Y$@fHy@0s\ *݇"+DIٌ3S䨗̝/uYc$ᾊN1p<9%@-JZ, nj̮I^JSw !gO,7'HnW;~Ǟ u$ 7 N.I/ fy% ^ >5>/%eŁؚ@5dސTf[θK\qyc iUnڎ[=VD8f)Dv#4 +[mh0wL}0YEdR! ىuEt Z-rX@OUf:n-ʺ][sZpˡu˰A7EIFn]9PX!>ҙ$~#*i N'xY|v&iQoդ9dUǬ+-a)GV+a[yо,@YLln(Ld!Р /@e%wQo`^[ j| z2X!p#bQ,Vsמ-hU`& xy99LiEX̤%)o*-3(G1/*8p 5 ?FsnYA(Pc[qه@DhͮoǶwގp\=767t3%s/70mEWXNzeOxX͋T$C,ޒQsD&}H;WݜMNO#x׌46xrJ!)7K ࣖQlk+hKq;ԍe:g(w3#x+7tYF@ {X4ۄ!#IW%&Q)=1ydaܩnvkM&FjJ'PuJĔG˵Ƭi`i,=܋8]quUJ"V5 cF_qDٗ-JX$!}A~eí̓cѽey;3gGkm!sArtyE`ս9#1^š**5y9Rg%O^a!rzx@s{7 [{?(#m`N.@MδpR:$*h] 6=mRw<ph74 p}foPG^3A p e{\w.Dm,kl7ہ.m)y$l~mNcpS+Go /3aZP(g9e K-7 {,nnRJ,.\-k`IFP-ߵmp?ٚ,9o0񶼘b57JLxDNgX;s%ʯh^Խ=P4=mWAxp2rhzϲTomٲGE-xFLRGX=Ztc9%>0_hbkTy}0 ɻYjۥknHtբSCy@BH~C,&xBb֕\? E <-%kJCzRdZfe="`^l D.01tU7:^ޙ ԍN*]2x}!J/L +P?ɠ3L~`Vƙv Ļv0@y2+F=ܥ21#JdrF-s veoMM]))Voh\* 쉼z+şebZt." o'*wHGևN;J/ɬ/y6CP̗:D!CH)rNJh~@ؿgHFJ=gE$c*g 6nTFZÎ$fBF~|S]wyqH.F_LPl^^0'+ 5kӭ!Ц]T!z-= JAvBX ['B=îN*cI`U6&C ϾtNKK@i=:V2(<ԧsm \ZNICb♗f_z?ȇSV&q x[ЫmO3`[WZ lkqGǃr‰cHdԮ0De3`|p8ywXVȴf1fvp~6$T}C"y'r)MM+ f4pl\V2\.0a-{#OZ{MBQ5^̊42EYX1aNw-7$El%']\kh]IPVIݐw;KxY)=igj/,=2:*G5((1!kXzH9i7y7U( SΧk9ߑ Ί}e2AyTKw5h5 XZ'a`5O!1*0NieW-LWwtkV ;,t+G³Ҿd"p{/8W!i(<-5X7""b+"{gK)"1ԨMa&ƾ4;{{!hˑ6 FV>ߢya"=Śc E`{JL*)NgJW/ &'tfDn [^94xFJ(0!L|N#As{Y XH Ca!V躘WNvљ\Qt0"X8Q9J:updJ0VF|g1 E=>ÑJ/E}NJC#\1la1+ 9Bww-~&"OlVZ^ZoX1z'yw)܂0-E|]bFMRdcD`p&N'Б3=,q-Uo*-M8O`L 6hDPmM_AT9}'#6xF7=[Z>xz][(sH<:>]Xz;9C#O9QM0!*G9v0B HT| A&m( 5܅j$!!];f ZН)ִ EQ2¦gBG1)gx`m f^㈕9*o-FkD:R85gǕV1lЁ'=0Oc!3;5cńNQHb RˬP=%{O^[0!$4~>^~>z--C<(-AJ(l:[p/5nR<- ֪'a_d3OGì^APx5je8i4D/}^usv͸XS%g|IO<ƥFH:qB(c)Jxv-fxrE1hXt|}C7 y;vXOH*=xܔt?4hs, pM,ׅnŒ'Ÿ!)ZH&):E rW#]A(/۠$|SFD,| YK^m&h}ڲ ȡMiǎl;͎,)890L/ ;]fj4g$#ŘY1Kpǡga89UHk_spW|`ث;tqJ/Ys+L;5|@F;Rf׬'Sn B!wA=^y4h#F- rH0~.OicrJI GKňJݓ;`t> ]ru?絕c7-1b+ֆfJ EWĨhE 2FfCD}|b;/߄_̨$BH35@d 9n#BU~U 77]6fwC3Rpl>Rswb9ȵ-zj$ ¡0Qpc|I@UJP}(DKva0Z/Fܮ>r]d?9eۗ"%L "}0`t`9)-y΅!!A59LF`'U~sAq#`I ZQx3jOI@&&T jt!^bT \xH,ԡ!8O4.;rS1`GJZcDe4HCɘIX?_N^:umb 2~/ۈWK+Er~cp R윑6wgiB9\PZLWL:wK2 AjE&Ea ?ZOp.ģl( fn0*rӚyV(Vf@UxA g}7NwN%mSɊe3?dppt ~OH 9S`цkC!!=yjbxJbPoQT:_Y=s'SVU|'IL0Sfxe* .fǍȞY++2)LͭzR `XdHꂾV?d~mxK Ok_(p._(`ە! c~.sS`/?/!? w>U*AcHei8d>uS0EԕARF~1((9z:͈Hր@[>-Q7GN` @t+MNkt7 )wt~K;yN/~PcLwtWG.v\|Q4(p 4% ZѤi|^ʦ-ꤥ1+Я8>d+L9d6A|M;al6ȒɔDF <4G.kn^(Wz/ޥlf͌jaCY~hNr!] G3bhljWBu3 #c}mSTf_9-t>J {c=Ntۤ(󍾓  u8#ca2F Eb{u% bBJOS(ҸdSvP6;+WSoN U,.Fy3ae#Ny%evECHS$cZUdC-(-ad e7^%]/p?A Sos0ݐ XKwPLiM]T%"CEѓa)KQm: qVd2G! xjn|RSj8-* fkSL)C,9~@&;IALӜ\W9*eFh_Ɂp6NM!oiN/iF %DB/C88ZW]ܻ2_a/,p qp\AV)|G/^?8F=DvS& 7F8#fL>=VeR>'ɕ:̧@7Wo{t)שׁQ!G4@svHr/p|b /ί"v(Zz EtI4%ulj#q[ױM V aO-s0Ljt}1ݻ:~Kn|BE:]4{{@`DO1Ǵ۵]~>?1_k/X@{ʸkL3طz)'i$T܈GmW, K4Me tF-&mC mpY|]%sC :HNV8A_jSy`?TmN tNQU9'Gd Q+~ʃUSY#v /^Q8d^Tj3<3 aKRS{Ίr|nsWaBTe/ .qLZDcڬGh0#* 2c.–ZAY6R`< 괌ܜ JLZ?,JC-FnpXF:*^2LT(h:te"(5ꆻ+-e0wz*;șQhMDb)^2!YW!qѥKR `_מ rPĶ*Cy|\_{_ H_LF2/^fdϺR!HGjy1n{zbXY!~ ZNlȖB a@(rI`*?:pcfR+}(SE z kle.'qn@:TkHpC7S;aD73i#%Sch4i֙ڈB>E i:LA]D1ҔEU(I“벜. .C`7KI, }²-qP$*Ok|Fc=-0^c}!ɩEϷ`.Ò@~šq$6mA8!BvCWE%13ɍW,7ߡ"j~¢Z 6^Xjɓf_ AF) |[o~{! BNs9Yt̨އ^Dh\ ڸ2T.j اY #!xO *7pF dxD!D(iU#\ 4b+ˌ-輟LO L,1"J/ZD۾rʯ gpK\\*(90oBE:K҇E r‡kB:x2&1r#h`ğbzRSr{ꃲ;}aDzYݜjzUJiK[T.)'<9 !BK:t0eM.gcJQ[ܲ0Ճ /=}UDҍ,].Oլi{GT?/#+@hۥO$0\H^43CX+)[M>3R !- 5׈R:V..hw1jz4ׯ`'Kp`tW9oԓBfǚ MޭZc!9"Z|PD@[e(W>C?{XoLY40dJhöp*|"J{:F9`7 5H<1.lqY9}7%H*L=;Z 6 mۿcF 7.f[7YS* 5zJH!_d&'Ϋ @]bR, tgC޶&*{ h?$}Lze39BdK#k#n`fpL5r%[SVWw&K܊yĉ`A>dVlڟLQh:Ś&\}7ޢ"<٤NJ*yHa~lp-#[ ֪t_7GE|>3 ѡ)7ܪ1NsQJJ8jMgMIki8u Zx'}iFL<ׄs>%(\[zf7`0^Ϲ!kug^q 73^iUTU85 ad>5.]td sr:[ٽލTQ$36.X;C1}B۰#rC#p}HYMCu: 'fw'ERmްHQǥ;k¶$Hf'.ι~Ύ E8|BR(hB7ց^ _{>#$. GR"; ͭD%ECsut . \P/} 䓨ţ'}jut\3m CSU:'PD9]fnWYԼDSŸ}A;+K%8`} O3]DAJ4E2G 1npD@QDp|ؕfg4{i`xA_ pڴUJ!nh &Q3{84 [q2' ŵD!xBRչaZsT!@Q'%VMߓ ZPk#3xVc)K;e~5Ee0†5 MI)ۛ% G )5&ƒPnSqz)L[L?DzPiMz~u74y!㤞jepvOԘhGy&L5j9=våûGTa]) gPtƾ tT!-{۸1| E#-nmXU}./Z@HZ+5>FrW rX``]$;8$uzzLl~DO'׊8ĸDF@ n WqSMY pӁD*C`U?R8CwP'4yS|nX$vm:."j-űHDAvy O5C~ \]6.j書w{J|ho1ە+a{(Ae.T>.'@lS3V)cK+oؗRS`|Ž&Tԩ\wM@$ ӹds uQ h53'"O" _'Ƿ/Ȍ{/GC$ĉ 4R#DދBoM*M//S5٧K|bT)X}1,#Jmg*.H/OK^gCBfQ,&յqbCw#Fgxklp\[*k\]yZqA2@,6C4 {vN1NgNXaxzEUu>ԕ(kcmMă_"aǷ aEsmyoàVJ/%XYy馘KjH̶k)mTTL 01}_foS93+HeiaV[Fbtx!=Y@^ dD J7!aAY%q5>~L.Cn 4; 1ĩ5&0X|O'pӀd$f!&1{NJܷ)iQ;Q%V]KUFv')DreFqkYJBcbZs%]mC)Džn֢Hy=SĊER1@Uv‡" =ն⩂؉>_V\t֧K-}|䃨ݣ I^`M%Tj y4 *pʑlt{g=^0adRopڲC+'" 7MjÝeQ\ĎߏJ @Nswv_,b$UB⳩p3lUx/*A#!ٓ !﫠4G,lA2.E4<`zZzTCK٘t BU]a-v@p=cb)y CVHݥzKTfF+#M/52V,"sHND>#uv Pem[;c<8i83e˓8Z=/ЅppKt/APqSa`8: .Z6YNeonGOzɮ')TOE:j_fc*VAfe :tkw ˆS7:6N[7N#;#[_#P\Wy>q=/)7?E5"15A8 WOos+@+MJiU]xK RlՌn mtu[Rkm9krb2Yi' W8np$=WEV0@$BEpP@}yp=2ƿٮ Y0D蹯C7=Y֊%Em lE.qow:QLިC:$rt.kBmYN9XX h@#y?~3Cxܨ^l)70RI Lq_E ^'+l*>N񹪁/,FsM8/Amv +b )y=OIle7T-%T^q&-(ݭzt'ێF+4O#+|b7^c b݇d]zĎwt:Ql˯ m}cxQd=WUF}`*1vd\?~o`! tG6Z^ E&|z$Ze*c)|zؙl0ς>͹FqxPj /z~%ZUmouAHoSou~ڠ+JrBPO^[7Ψ5N./ڳ~E 0D}ʲmA|Cqj^x3 SYg>;D1%Wƽt}%8EW GaAʫq詡BMq@+`X2K)9t(3ƒM֨|Ɏ%\>駆_z4Hvʺt=sL5Ujr&}9 !Z.;P=Zp^Q˷E1 rD9O|&vmxکO̳ɈQ^Peu'7 ִTqH= [JGS} =%k,@& FkIK8yĵfvT<gq: yw'84,x`ɉXu@oAn&Myft&fx('zlMGuz gDE~tjBbxZU'`X|$ΗGuH B:X66k$c9Z*S(ilACa`ymb^P<@}eu)dxnD1PyCbͷ^>1aס/ 4]@.5]BM{.{]wL[kq`,3%h4*ՊKw>cTM*l{ǻЇw2N_-Gkm9xD@CplZt.; J[ X^gSnv7G?+a;`;SSV'Xy1,A>5ڻ66 9cN]h@T_~ `۬Ԗ8~ne9I+(dvXbh:~R퀩Zy~e׶"g a"O(wŭ"Tʿ^'ZR@"C2 xt{f(\R?fֺC-iӄO|gR tӹ P JϹ#8!`xmQu` s$@[2OxQ6K&Q~#'go}_)Bt /LYy %z\&S}9_'ؗf*Lg>qޑ- MZT:T"5X34HUֱo+UTd*Ic)`Yk&\>woA 0- \ɐlr"Y `0w26'KA`X2 TH2ӑnqhd]j##&-zCr֕G fiQƱz+v*̌\[ 3mR"'TͻBÜpZ|y_2k0DHҦpV9,صxhU+Yo[Eֵ?>ZY)C721fL5YP7]3 J撵 PPBftOGJ )(h݉5 2%ARd8JGR7aK=&@.qeXj ^ZshKё`nȋy,_$ 2uGoUG5aHkmqZtGqɿǤ"Fb&I?Zy@~вrWPv0sz 86daۢ"JXW% ג^,iYB3klh:!eF= £c}ҐtlBj#E2D Y IyrېkK4[ST@pU ĵzpq[eBfxtun\ VG&ʏUJ% 4G#JX$2mj*8{}= J{~uY;Rwk((Z)*+[z{Ѣ&hddqCןlr>mE1giNI!=׍1 Aa|,Dz'&ha+@S0x7D.apFg"B0_&۠q$'Zn.SzA^=LJ7m~ipŎ P4r\07SUGҩ .hU:GұoIpW%">@@FScyRIJDFu` qf#!,~@t=LT7A;lje_V*IGMpA,p+ԗ1g%#T_xc22gʼ^JxT?L:ug a-Cu2qAEW>3<rE-|u6SP?Aޛ BG:ԩ@`QɽO4Gꘁd$'0ZSBT) v::Zڄ M3=#coF*~ÒO'`vJH[5mO^s.0[SVCRx V(}gSJTg9V+u2)rbwˠHĊb"bBN1ɴI8*,fHO-LZ_n~>R;z5DyS xqzCQ Gɵ_! 4_x(fŷK;~vO\79 HvoO{ѻ G+o\ȟo'킬8#?%r"T"HВǠk|I.MQ/w; 0^vO;//˲e-{l++W% v"פ/YIK-ar|iyՆE\:m$!K 9:u^XAڡa3ãNOqVE?Dp%֜q̶q)HEִ| /mw:\JDzx#Yw$tq} 5<.޺^:[S\IR^ܡ48o$]7K2A & ޖ&Aô 0&RYsմFEGRJNXA`\U^Cij|bQ|0 6_ޔ=L4kq%C 𥖤~+y4_Q?oT"+]Nn(#M<ӳru 5}dGwj6H!zHۺf;ʼ apՍ#5 "F4a\.Fp9h :H d9$EMhf8cVqV_ʤx;>k6'okGb*3܃Ԑ"'\l`fdwb1fX,i$@%kQtJ ؈rn=T5b 5SFɕ 3dP@HʋWd ʥCL<ݻ☴+SS%-7p} I-hc$Պke1}k+apWQp=\7 rjx3f."/JУ#X4>I]/½$4̾-M8vmcgsj^Z%1Ja^.@]vI6B./Tb3.05DKT$?@J.]/EpO+>PDsBOS7:P3{i4ŬZ0|NY=}N8p ^IpWG8ՅzOXAD7B E $?WZdqN f>{`|r݌&*oi^9-[Ovh]`:ʼe-n~v~i / ), ,s }烾_,e#Җ0VIBObSmfquGlGKcsث>#{MF:V |څd83 ͸gTg؞ @|Px Fć=mSZ] G=UaddfeCBZa:`L B 6n BxV\oc 5=L=5j/IUM$fEEnbԨ7.G]c|:q;FE "$pwUAʒٹ[3A$ReĘhiGAp[$^q? Shh&+Cb[RkGKuD[y{zYVj;sbI4Qw/:A~hs4 Nb DNa(F/1]٧(5H4@?hVpQp6\6}|8rՙX?ڗ~ںZ#08!oӖeɂ/ 2AeU Z c Fp<rᣉ[xMc[̈<)Mův*R5໖E,ǩӺu =R|4R&@qb39G.U+(Mӛs[P83Knij^32i+-v#\29Ÿ( 4Jㆻƾuv$gliI]J$F ,¦|_iz Ns[U⹉zvA!HfcgIU_yݟ #h,Ԟ[.;<E4rJ^RVs7KM'8,yıypyn:WA$Zazp4>\xl T5@n7G YF[vс䧸2GVhlEb mCu1]d7׮b~QMe "ceLx#GH63PiϦ.zZ/*z@wJ«XA @^i*10+$=(c*ܫUZ6I  "d=:@IeSaDQ.X׋2P(Bԇ I3wMg ddSyԧ@}BagɄs_ ge.<9Rk5}~67$pC09GR Xv_,qpaa G/([ ~: ݃|0֪!?cTRݸ0z.loGeci]g'6@:+4\5e=qFɵ6y l P&%I<Ԣ Bb\-TQǬ߶yWOYpLbCwBt31@)y-cix]pfu1̐VI g`y>.x*}-#л(mX 5wO#(flE2,-L|I/b(@^pdWm0Bŷ,layVpm>R_3u@&e I 99ۚEFW)_%y74՘_t˛Ť&G=(Yċܯ\Tfor>~:"d/=6KGG6͑}-q#=mܴ+ $OItMЪci|lpx,|@!xc_Vab0S+iZL݉6ytsevw|1]_?1hqm"D?6}HЛ+ `7gbw4&6 aI<s].V*Dkx#o (/P'dZ9ۨeSLIR!S!l)w-f|5=V3W@w&r($\#5&>E骜֔ h$bN #NfdzlvF.aAId16)O-Nwܾu6&2ʛ~6- #cؕuA?\h t9@- kq9_[3xHxr  p<|9JY.ũLQy $e ?7Fk Qՠ{ϻ1淅X>ܭQ2:40U~1WXHV̭Vx'~ho :Pwmd|LHpEX"(oL3̮ j\&nx\ް)藒Kt_ޖ5}-rp%V nCs\mrY\J0H` U@W^Y1|KS&wG ]bhBE/?*6eV.ztj/h/P#pLV]l4BQz`wPzdvP7z۫aZ3q;T=zA GK)r=Ĥi`GJuw֜<||NO;6'N`fwza[ݽuQZưIOlȧ<K{v|HtzosLTz i ½R05 Pq'cԂMF_C][ Ӫ<_\뤒]p}m. ZC?'ExUtN[+xF iWShyW>?!")( AAl}xBCCl'x%t Nf| '`i?o2B3{#৏onq x`fY?B"pmPfI4>*;8)ϫ%W;691CD,C%wKFm4b8P #|T=!XUk) &!u|qX5t15lsha%<iJ΂=Ӑ%F["t?( %N#vb/>Gt͍rsG/66~2/ªuOk8E!}Bu>nmʹl$Gun] ^kt2(q2v$o(P~Yӂ0G&\z;rvv$}&躲}n\LNxG 5iXQxV J>v6u9ņغ,GO@\=o;H}nѩP ?5vY =P8|`cnJd8C2 iP'J_" Xmҫ !z!suxR+Ɔ8e ;,gu7fCJwbLyEZʨt7&O>ʤH=G8ðtQ+Z~"uRoz,Ph94d:*\19pi "]A(P+V'1^?u68C݁_0xQHׁTm7E˶T] #[TLT|͝R7\GR dcۥ&KuXm5@RP2ҪȈ=F Z A9Zr/#U e5!I8ρ{]6.@דb_R= |H2tN>r+ 5{ۀ([N~Тh <ڍsF{AnAؗi"My#ȫR\u%flYSϣY>=}]9SH3~]#o{VcQs&nvǗ6gڗXJjJhp [/"cH+X B ~H:dA"ߊ7c?ʈ!fH74Rռ;4ibQɤ8LHilez&9mm+Q_E#[aѓrcrȿAѩ jMdjH'=˃wyi%+ Q`qGٱF:,cJ9 uBd/{c8RE qZ!bv>$d\1C -ƚڦž 2?kf7^5B6x5gh4/P GT Ԓ3U^d8!R)bޭ;;EӢ[S1qۯ[ 0Q-gK㵠SԪ"C ;Cpv\rc+7L|HuGIZHf;ح1);\2e J ^.=Jl08FG$y1'g"ԗF-hi5Dv{v[Ҕ6CJ{`矁yRXLRH$U,|:h1^ҵ,a"F#e;fUpLVe^ff^۵4>. ģTe_ԤCWI㼋y!ǰ3%LKz-B 5 $:-N E`v `ufD*Pt9٬{>Rk5̈́ .F"egZ!(S`Iah9^mV3YU\@Kp/*IDuebuvONF7NS$fp3 X%k[J?!UK:ik2b\(M3N3t4ݯ(~ :էX';csr~A""bb`b X.* AA69j{bumOoqf ˲ 6M{Sq~ۡtܺZ> H(Q IBCi /D"$6`w>tWK1bτr+v_|C:&sD!/{:?k4hPa7C[ Uw.h ;{['Fno ZmEζJ9%DTBmVnw'.n{Ⱥda/\Yi=WId¥ajYcGuA%5"^E:`ӈFd[g똕DV4CL ;?`WlAN #$ 7tAJNƂbE w4>0|fL=?U.12n|pdE:ώ<./ 0a8Mٵ7' zXHQzX0;ϟI<:SCϰAD@aUBi 3I/Fڀ>9ޮ ƘrV߽YM?.=7RRݛ:y|I#^t[6ϣaҼ֭&2u\Z/(ig#5"J'(eO 3 GQ-fj[,q=sRcuWGy#nxqB=қUlAZaD D-6LC.J>=b/lRBVXnj QyiȪF?/3. H1td-6r {/~_ ;,煱)QI``m3pWu H1)>{uv@!4)91'  #Lpbfha1Ds ͊jS ¼_bȪiAzM-QT:.Bo]5,)U&Xz.qE=Ng1 VLnˉìfs D7 "YB+;KZIF{޴_֌4f!PyV#ʝs ٫;Hw{avDC7T6O_ekLf>-H*$%Xo( :,ZUW׍!}ҭNS9]GC)83BUrE\SFb4Rz'xL&[J/ &:7j*f*H>yk &nwC~cbbu9& gL*[/&>)a(F$ xqӇ;7oSVZ*t1zW_/m?YG=<56mmރgVyM`Io0&Zݔa )f(4JLOQ$ģ6ѥVW"6!!nfٌ_rj$7VRVDuX-)[?\珝O_w&I;/I%ٙF?rI'+b"z)|ܻIKшUOp=ײn>Fb($ 4}Ul ٲ9ޛIq4ኌxâ ٪C)aٖMC# W| ~i`іAh;BzaHtqWPP^ׅ̰D<=†s]Oy-l5I②J**d0^[D8 =6ӦRܔ1 QL*zVD(O2=zI S-P'$4ŠB~ Pڙ]y`1 mA0aaV( q9>seGp m87gcH\3Kxnntz?4p7XQ۷mȿA+g [OpEE㉚;"A- Hb5jRŻ28;+(ܭm(FkW&F,%QixyYnS%r .h^P{HUR=uEE MLe#"dt̀ (FL 4\R+v籡G[WC_wU筟Y3ͳcm72$>rt2a'{Y֗lBtlXѥ $x5^o->@Mb`qbh)]o6g\!N@f#P Ru[%JhbVd^/4ЄV^`2b =sP|t|"3K X._L4UkNNJV&ht_N4Ȧgcvsz3w3 |΄[Jl7t.ѧMtCY"@䊃8 kGxxU|i韱PDlsŗ׻SZ\`t0K $wp${Vo86}㭗clx_ڼ\.>XQy)ͩdmHڊbN](KfOMfp^}O) WFz™ QWe0kVǠ0e 鞯Å ]YF<)ii&EZ2tp/?ۄӤioeqW8BV;H 2Mχ $ nb"\abX)blZqrn ) 8eQdQxFˏ)?S-ђDrлMJ@ \rnDmdeFPⵗ$qI÷`*Zo|G+_&RrUb¬ V Qôĩ/$HCZ66Bc)U?fp <,C/i;Xiy4B_T):P;w'՘K]@AKA9U]xu\}|kET:o Ձ+hfy{^ݏOZ-0O:CѾf -c)abkʜ*_,U=ʆ3҈0g ^٥ܳY@"9P> -^c1 (a?|.i-r i_E s.2m u ^Yt1L8rk=~8t}r1=_߽ݾ7QVV~ EG(NiVzM7cT!BNîsbրw:ǼɦdZ[o@-nCLSڢ4J] AX\a-BJ|Js/@ץ5yiBhq*@W;u~fhZLeIeWYX^lmقG2[W gBy*v5%C̳F՚ʻ~]n\%ǰ5Y?+Ѧǰ]n,7Ϯ%gJn|[؅Sܙ7F;$_q+kx/GUo\rI+}0P \t0_ѷ{V&"<6о/7fZH$u cL> tT(1hdxenH$0 Zp~V塪E)Z67۟FA-ץimgmhѣz9Fcq6C8Lp rQAPЗI4{Ljzln7](Իʮ"}m,EQ|yW5i7O^rV'Q c1:ȟDʠJ,˚raiۤemL6FԈ߯^Y5օÝ'M߻Ւ+|1f1R ([t{:Mz8DׅS "}^TF&Pxa!2wĘ]miՕKDazcU(#[ _ȮS zߔ@>5@a0#" AMmd"39Z!(#?Ժe5rbW`:h1 R9COJTVb4C;"6X¦U,`IW)ɪڨKޞR*_ub[&h/K7W+$0jBzt+L}]ܕyҺ=1s Jt G*4徭?sźyxjzk Xľv5D᚝|5S,:h[Mbsr),ck1_3L.0`Ѱ/ X|CCOb*n٘ہO_e3GXΔH P-۬wSBȻe2ެD%-&\. L+K'g؂RҀ[8ES<~fe_{ef(L[z?4m`干1JOaVϫwIs筭H//VtYeop`^ w \Ab#(V u~jwMdj}b܊~5HEG-ic;<Tj^I}ᭂ%_*зkt $vR}l{_ Etcg9©)/]\}GC]lc\Y0 <0gMFh{I&#to1 ԡn SeM7}m }0Yd݈0:婼RXɬEN Θu\TܐB~@ )Mb0D;ӊSw@W&GhA)p3v5ǽ_-aM8hhxs!#OV.wB6}DOD9Iȓ~%b,:Y{2Ϟa T3(id5x9Uwؤ._ԝ1R^Ř(SHRkre&dtIMٗ`ZM]!9l9ps3͍BQ$r:D^>E3(gVU|Tx}`|5=:׋#U kVr6{p(,:c) `m<[5 c6)ԉcتKQDdG|ķ t!Taa6;U` aX+q'.hSHc+.8r?o7+jȪG,$Q Ɛ"cQafݪVV4۶ &QDSxfX,i *C1E 5{Wu3#NA>&phax4HUFU1D0=D,~LR-M+b3Vj6{r:mP!o]Kp3 kfp.J)5-ʜkٓs+4%gO_˛h#Kj@(YIn `oNU+~w!KxXQuRe~CIf>lR fyD껂*iCx ~<)@[%ܝW`ҙCMxپqWTpsY3$5,u\\rͪ #J2Үbn,gיH=m QZH$͎+K% \u#Rr yܷsKx .ˇȧ=5Iuaǖ? g>$G>L8C)[A`] |_;VOS$I&W1pLH 27K⥜uZLjKKҰs>9 ,$ckK@8<#8k'T>Z/P6$g0EdEUIuuz ‚JlA ZC8*)1K#F؍r]NǼN6ۇ-'G胘)f5[D[Sɟr"^/_! 25Z@ QPw^t^ zJ37@*Tb0`$_A%d.iIWx+!r7 ۙ+#A5ThǓwXDŽ.f= 1 ̣ KPe):|2Ax0;R4HzSV/a- @m |-6P6V3\ hEG>>tykJI跏 ou#@1p|K M ٽ~r!7t+˕KMÐt$~3 TdD޾hӵop͋7xկQ2)HcƘl( {00CzQ j.M(dT$z cc̻BNʷT19"iGAwbgW>yK'@远kF=:'Mg;F`'W5$zc3vk>2$JF( B.?%eO;#1=-B\}Ec3fϔ֦js]-ƈ@s}].tIHM[{y. E#o"tK m[G*ډ)tN/8.[]cl_sPPb݁dE'iuBT0\kf@ypJ];sB?&c$%nx& P+Z@x&ㆈЩoT։m(c;$w{JÚ]#ˎ@Oe j>H'@Z]Kd{8vR.+AN;qcenƀsNE'^؜v )dT?L7I}M.>aҝr5?;x~tEt1Ig3"<9="<:ʸLw* C9Tx9x7ZTlfoAri&u31vBZTPW6^" %pX6հ~-Cƀ\W4:^VP<^M)R2x@oZߤ'g;< ۀ_YpnUaYLtdw鼹 P޹'ߧ!jh;F"V^TCknOPl #)J=(Z͑ 7<TI^~ kΚ>ULA&gLj Npz%qj*SiwbĠx߭9rO0$ذ0RXGk 2oM K`1GhBy^4c}F]!Ji &hcW;$1w2ϺZA`S%KQ}TV/yҳ~ uC65k - "-% 'WP逄е:r*peP]d&tn0_xgY6]"1Exw~Uv²z Ows3l0uiB(Bevf$Oq(}YB`z\V,UNUx@J).REs`63Q:i6 ~71cVDq SZƉl֣G;EI7.>8cn0PX <ΚD_JS,y /1UBs:|칍}1V'lGu֯\ We]%Ñ(Hl_EFG fO]ʕ~b| u>VR(ZZ=<,qNǓ.L`|@88]V3\t aVq)c"Sb-MIEm v6i6D3t_2~5^݆D7OnJ6˨Eucnڜs?x5 鼨_❰[8p2vHk:`6,pzdqwFz3| Ddڮ~S>M0JenJ[/+5Xt1w$0̞A\oYfGOpulj[ 8)\qnܤLܘ ˝O?^))yd1qV:fQu"T"Q-Gb3x23FPi.M,@m@8 ,'DbmAnx! |C:%TH$Nfa(XL?W;kL6XQeZ@rj[:]Ώk,'Q&vHNcw53IN(X)$ #ދw}4 nvЋw>ҕ>Bg'29&0lxMNx8_/Dm}(>5%h#E k5ӌQ-T:"#S>}&?-V Ԇ!߮2{Fz~bn]H6?Gg}JB?>iqަ'uT >B6 ^Q-c,@A hI';:OVo 0f|@\)D&H8'lqt,"wgNYNRB)?\YGIdY:?xХVq:c*0o({9̘08@Wn1o#Roa9uVe'Xh/*i7Al\|m̨X4\SP'<\? ,NRBDaC9ZrW>štbRI y18⟢Ns9zs-Wy6T;XJz}m!:+BQQiFh+>|̀ (U+W,qLD$(}OWZT[ez ~o2LvrSէj+p0֞(  }C?5SH8[0Z6Z"Nv4cNeݸP7UkYHwQ&adH 49(Yd9cy 6OdY+Yzڏu0]XDceiAd! ߁J_[±TOg<)QK6^x\C`?QT)`xeI1p~yk>U8T7ľ{){TĩrZJ>ޫg~UO9 QZ}ˬoOقg٘J:QgrCN:þO زsJZ=UD6SlM8lTV^Xl: `g,K; :# a5Q׻?HKRŊ% 7 )-K($݆xɂA)4abzbٛf&| FXSc߉M?q%G~Ăq2Y:`a[N=V1f 0?P B;V:)_ ?ʻz<I gkȜGǞzۉ=?* N&lm\ss 뱴ŲkeH~r$!B zGx?&Vh]Ad#T\f ]E6sg18G! ^Ɔs6,NA+Տ9S"d |kXJ*"MxH>ǿ[]vL4ڠ<|P/zAᦪO'8'z(zUղV` v<_gZbũX-IhnFmP%c3a?{ۤ) צ[*ȻGmc_dg R5#?3LPdd7IOd.?GԘ IPxyo*sF94q+9tcs%Ȇmـ8[L6ׂdg|[JI&D7|3 #`!(s{P׎)CXYޜȂxݔeYSbMREܔG J/sܤ:18U巺[>JrpKgUziIcٷ F#*u݊-[:yn×8M֣MKB.J"Z,JZ3Qn\9۴WZ>5FMCM/v\$/ؠ ٚMȐ3khގ_9R)p+T*9ȃ_Z;,€8 CS`W`O[/xS*̵04-%ئɭ/ZAdSېEOdo\:mteg`l3RLΜq.jEr}z_,\V| >v`${a`X6;x;xB?{S|Rul 'mȠ!4Vv<"Sb\+% H_odj(Yb' Vt[dFzyy@Li6+Igp5ψۖF]$Y 5^xe7_)C89LuAHcG{I8V(9U4|-;cݫGN7ԃph0=yo^u w^!b@UW5\f(??(pEHc. 9:O}}c'P BfS귫\v=RxGz{'$+=D{J0g\82`ejlWvtA}_C; 3 e6uaQD(V{ڥ@x폯lR oOR85* =J:4-_!C*&-h-nC?W$̎` v]Vohx|X)ɦ ]s$^4GŊwQzϚԽl8@. 94v>6;`()noro ݴ㎍F zhL')h,tYQVkN3Za}F%G}߸αՀ)T)[&V1a3 !Al$/zCr (%56c ԜNkg?݈*褬?a7Kq{釀 Y:X5!/ۋϾUE Uce-؀OIt{Sr4JsBnp5 (t%dޤrWa\ Uck! q>$ 8 ^13S?}aŢ "lܼSJw tiD*xn&if&Y&JAX\ `CLv5 y&Jt_Gީ.GGe5kuw,*-p:ltYj$%+φ?Sne5wL -ڽU\H5qO /$Rv^ %x;N@/.^KNUD9Aq/k9K;}(t6y!!uQh~c.ǽS=i{FvQ-o-o8: 0{Kwuy$^=fd[_&av "1h">g#\#EOfN9~? vKn<6qTQ7Z^Vj7k*s~wԐ9Z\-}i,x -=dFl~@A 㲌ʲQ®w" #u34Hl:u-cgϑuYRa?$x FlSd@z^!/Mot ͉aqm&ޘv"5>ShP2CZDQ(mj|eZ3MavGڻ>ᜯҥE +뽪Gq!_7)\$(_pK>hUxMӃ;6ҝJR=<)̍rEWP" UYG8&,0vrH6[)lBXg;c !?ů|.h*FzbE[Z,n@gYp[G 轄cTwqA_5߱baQ/n]{\ǜ/qjkp=KB&Fd*,'+A;U]<9BLݷyߊt!=%ܳxIcbm`$#j*|u2s>$99 \i O%Oy2pjCt vg@ tv>5O'OS+Kdٳd[ H*ڸ|i?uA6L Ԅzfk^_p[-"}=O 6[$Qo.@@|0W:5F\`d# sd0 S{m",_Gy)2XښTTJMASM2O  ?z >L??1Fc /uiNmʼTjE|PUy2SeCiS29Yx4[Gbɏ`tmnp9ȭ $bݨY٣sܙ223W^TͧP/Wo#9_#{ywSb_m=E}I*)O`4>t z0D zn)Nﯲ]sitߏbMMEd.u썃Tm5嵩Ԏl\;?Tѧ0?#t7Hٹi !XO:0 L:{T8B.t@V&l;RJ;qLPQ `TaAZXDkB}o$h>V9Rf4d@^Z;>vNR _$ (diwǣy]pK3֑>:Z/9bg.OL%,NMՊ69`;` ִCVLs.{ a?| Ur#7Y3[`enD;t_ B-]# an8C` ;.>ֽU9`2H ??sl S55K{8tG7bu`lP؇rIT \ CӛX,[aHGѝa+&y ԀK2,A?pt.& P-6*e; &pipd^=Vy2f[ '鄗RUG/uU{G ~>S 5EpdSnE%h DwmВaHV3G]ح+8 Z%gBvT ?5F]F*'[J*Rofc(zYK3Sn̟/0NÝpYUtyXYG37}3fQ&? z'kZ>W?GHl7}kʸzM$3,UzJrʛttHqA6ҜBAtn931aIGmj6$FQ5ugP|BqC4МtY@3h5f&7tW|]fiL(6Cj$҂(U$]#kB(KQԿ1OؗD}`Іdpr9>6t[ފ9ƌo^2N10o [C&Ċʓrӝgf} &s9bg]Hz?9_:n~rROmK^kjBqR7ޭ,p*."y UAVYt \64ݹoB-ľ]*^Ca!vs>ƶ혁E3%ŞݩvV [jݜtyX{ gx~5SN !u(+i~2kdJeWcCZ2ho%^>ĖQ>q\d"AI-0:5,N eUt 9;8c}FBw{$;fTnU?Ɗ$~lps?0b!؍̩ufAӆ "i,5p\# ~T+҉*Z}Mʁq W"?F#dakjr)ɩe9ekfb HGԮM%?1-ٝ&/w0:ME C;\P,PP &~SsHeO bE:%S/*-%lqXf7'2Mdy]6ďm]7N.܍zJnS*Zqol9:d~%R-g6\ԯQví5 ~>dpNB^UMFG+s@rRq*rdwY4XtKJ,eT$]XkN d,ޝ·|J{/u(r44*Mui@0MI]car1Kb#zhomG+TqJV 컸VX1X\-jL dbYj2[sPå~ ӎRl>FXl;s3zWAb8*tXa$hO쾭a̦nqEL`∨JVbR:W/Skit7GHh=5a&c :${aX0SRG ؏4K\֡ɵ#a/ =F]8jFX6'8 zB~,r@PCV]TkuA}=I+sP(I=%[0re,Ԁ%L^)*rOrv[S^G/ڀ^jDfWq__j\;ê|X=0 &XbB]<:R#w |g^uj']s @S? ,gs _뱓m%N_5~ki@9'%cFM4ݬ|u!!P$/]r FLf X*xtP6L-N0 f8UY/cY\3]£#ښU~uE]Bo= Hո o kF负U  вtpQ$9ϾS~P`*E}|$̏I7Vqu܃kK^Qp d/dV\l+Y$/TL7mn٠2osfTpeW v0i_1"qd@K+:o@SKC( I$*(%v !3K DLkCs@Lb{ :fz[mkNO&\?  *~I_d3[sI1d%ay읰\RIӛ[L`XgK鼲87BO|uCY]W+$oCJؔP/Au)\L4 `X/`fHk  ` YĻ.~8$F@ǩ|:cf-ҕ>d%KRCYIyeٜܴfb~ PRO |  sΙ| I F"])1UaX2Ei ӧx Hǔҧ(5Ef(@Jgf-6M, gҠ.*eeΝ}iZQ$H2"ZH Ī&Dx-+Dt‡̚ɫvARƏbmib!.zDLyyx&<`[ GM+յТ(p7Ž7[ΞYlJ'Ox~mޟP U*.CF LI:!YLjnd% >NK 5t_0>ɾVÙq@I,GЍ^Y;" 4 礕`>|;1\gbhW^ |<.3!V_}ڿxR0M|S٫R\EdOޖnne\ݽFbTŽ?2{g1=U=Pd"Oyh,aL jei&: Zp 6%q}]`ۉ3[qq-`Z|,2\l1s- iVQ$GrYw aBu _): \%04o'D*z>C)Qo hEbx:#ki;̫tb_߻,z8=%5,Q^*wvMƝaZ\ekO {0['+_ l*´]$=Q'}v 22|HBuƔ۔w15B tܽv= E)8'/d-ƊSi(5jf* ~˦ 1oX5( "go]=, vŸVߜg]P-I|kj .+Fd_ Z*۞kD:4YNv0ăb{l؀:m0:r]a^P3amx-yoMmJ<z >s͵C7&e>)i@@;9}퓴wXn1KF iNԕAa9*WnKa(A"Uk Ů)3II>MBoywhԄ6׎g "Nk=E gMLG8o> xs{̎"{8(rdvL4;6XPWb 0;(~ŖwZ7'8<Ex2Zzt ^ Z\GWVW4fp3OQ'#ƐGv!zeBY͗~6+@Ev^~V/ |s*P-˒=s@?\N9]lώEB*1}SE1C2#\JLݕm_*=KnTv2H\B捔E~@Fo>6\XO}/ O^zzj" "3c">lɋ!d(q)+MPi:vH 1%@1@,!Qs4ty\^_ (#]T48}6&-ݡsAI]Z~(둗U؁:0Ub9H˭sMhzx:uG~i<>,^79L1M)yk]jwJF;?&+K:(N*'F aFJY\g^C 귿1k'TgKO]?JTtt2[R38