PackageKit-1.2.4-150500.6.2.2<>, fxp9| z>ZțaЍŴVS^|UYqJAjwx2 aRqmCzWJ et6o?7TI*MQu,t,n,>!iY%8Q)lmyuRd9Z@gvEf:R"J쩱FXkl--dn4]^[{|n q?TFߊ` GucG `ٷS,a{ Ja-V>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/o ]"k%&˦n99Q Z~g hϖVo: >F8|wri1ᕮ] -~oI: -.tl%N!ޟeyr,2a@NUzRpL̨wa? 2#p^#`Ϫ8-J19G DPnfE&?z8>]CBW.Wb;_*#6vfbh3BK@L7SxrIiPyA]''мSF)h 9F/(Dׇꎯ 㫸=9?W7R+T Z, %)3(kckoUhf;fۑ;)_* bo>)͈IoIl5/эm~g6M<8㽗 %;.f?q)89nf9c̤\%Z.ُ|S%umuܕ^Te7{u pgIvr~*k[v'{w*^wx9r n%-cƆ9`08fsvΝڊrK/+Pr"`[w1/w^3/]Y|635Z^ﮮzb uB ]\]Oayu>K\I/" 4b y3K u.S9EX}=K%o^= ?X&S%&g#eԴBHg8A*-1BU<7=cJf QS=`P te[F%IF"]h*}_~d#"/=kFD&n+Э6PX ZYe95__r{]Z*70(*!_`>2JH]?VqyiT#jnl06{>zbTB 9pygXY{  CHW?UaKhIRG91fL#|A6J5GH84B41`3|NgR;ֆTp  m)} >5\~&ۅõXt!#Iλ|%tn:tCeOBN}=lI?=2%(N58^ mya+~(DJ¸)H//@(4DY:_p;N7̗ՈgIu s`eL(R;衈 X(@_`%:sLr A X)Σv_\J-2@ @`s #yQ`A'23q)W몫Ez:v53p*P60tIG qmuv HUۓwp}GBhۄⴊ xC0tލR9ғ|-5Fգ`}AL$vyԣ}_c }k3$tЙ$(j܍lME: Ct 8-Wv;̤G4!IguBPz'%4bI[66_G:^4I[Ҥ2J7fPf"qYQAҲ)bhn+mliq:ZHfnL=ɒeU!1 "1PEP͑V?a-M:ҙ)dﱑȩ8rQ)Lm qX+Nr t0Y4b\3eSg#6d=4 2%A!ODWA,tD&7~Fﶅ89w+R;ĥ3 9qoucG;1xy˳as/ lzyzgIVLIϚ%R5o$4h]{4*PN43n5֫$3lDyKAMK7(䮨 >E{l*;+ -bc%oOpb-M Gtѿ YB'4Ԭ*pKIicK|iLKoQ𾾞b~igQ)3n]BY("r[6+sA)r5e`}hIS!ts~)N.wTФG.!~#ϥqQGsY[鶋%rX{o1 "ˡ/}t0kj=D}h%&t;+Y^-qeBƀ+58T{0s0gF)ӭI)t~h'r@r77JlXbꌹ%v|A Ȱu2:)>t /QblXۅ'a/[̬: {q|>sV d.&cyWfI'W8XDgR1,*#LT 2 Q2 v[C,Ͼ[|~l [Y+vRz jy\[buX2{e9S9UzsS>&y_ Z fdT.˯vJ ag~tL//Ta۴ tC|Fr{g)SOJ+T„Z5!},$j4|uPW [ Ỡe%vpJKT u@1"܃9T9Z)bJ[W]wn ܇iؚ1;C/ٵ#Gĕ)w+9BF&w$QjݗhBՒYL7KsK3! ?;T?i=řzfe~h[|~_~?!f1Ybjo67mw(92sğ'~ Et1M Ua6FDU`A U>1`kzL"@vIrTʌ(nL;zsDyMq Lka(Mc4mſ;z_e1\d!`95 5^(]*d0 Ĕ2ײGHH>=Y+N5q; &+(542!+=#8\ls7jJfÍDH0Y+'[~+u*'aV¾|u"xړeg{FNsdv<9OƲxp&>{Ӯ8,vϾ::~ &Ƿ,KѼpSz@$oАTlr+tRH[Y#nAAUZUUy /H ]*( .*ʹ" peuQ]Cx32bX+!:[wDoUr<_ }ŃIHO[$3Xqy|IWH욯䪭'fb~ J;B '(Nm"Y={?0YVaBbo!HC <*2|ejjWk`Ҭ#jCLCT) b1Ѿ ڥ;H[dp]U$$E7 EVIj{B!C[|4 8tpFs.>ѼCBBs>la D_P+{[jtM{QxU/4tfҥz U娷Z R{ub[H,z/"?AtzMt :[.a_l *٘K60[-WGv*%siJ4 4xpeٞWGcȫ)ʈrZb 72m"[hTcX~ӗe۔vOb|3EOM!~j(9E/h>-ž xص2FR9}qP;qY^X#FkVsӿ b;6d~˒ff:YvNuvϞ~ РkkRGOݪ}PKRj[2]|Rkܫ{y?fjJi\ao? @%}>UVD#=8$-qiEr ;>d:3(Y"nOFljkw laص6}ۑT0 -1Di2蒚T9 5Wsh8-)A|f\D_(ZAh 7 Anu%pS:׵m;xgP6G!ŋjלODV vW'b*2U}Va,7V_wb܍pm']uNy<{=RW߷gVIџ:8|[fNZ`HDO+?eB[Pr16Oyt6tE:w" =^L{-NYl|紷wQtgS~eb4w~ #vpc/VCJYe/<{l/9wƆ^H'pM.c~YcJFrXWJHS5l_"[-w,\Zad:ֆ$D~_#7#m; qߵWVd`Wp./J1NX)'F+&;ض)dm7`%޲p &^k{5ŕ7ɆtP,=@:rYʜQ,2-.a}껐Ǎ(5 ձ]Xmf2!JU$-fhBlI,Vw3xKSYUOGĩofW-gAZ[5_U,zjq:̖n2WTF|mF;YM?j!?=9Ci Vڍ`Ҙhu֚Y!|uBQ҆V28J?=e%ԎedIb]"If֭ , ]v^q;02&J&>ac_N]H43$x6E[E>aX hc|w8(W)_It ={!g*~re7(9XjWLDݓdDiw3Y͈\A?-7U4RcT[45ڷƖho[5t,nYp|Bk 75!sܓ:<׽ pqeԽh$䲸q6N怔VM.|-ո}kSV9XF3v+aaa/?jƮR̪h1w\ގ>HRMw6*rx2X 'YIaa9)ZX5eH~$`#}K I* Uqմ1_sKƯk7%RYW\(@G4C4pINEf:|Cl>P13 i˵_ZGq/LcpF RsT" cTaZ]t&&+:9 bD EHb`Z =bZ2Qqz_u|`(vfXPLxK *oU9}ӕPkw1<~ܦ/0‚)W%BtCmyc뗩rjՏڕzxN?jItΜw/S'E)Ӑ&<8$45ۧYXZz WU>!z^]c&4''" +αA^3$S6 `#=˿7ވb3:;\p-ڳ@JuJa}zLA"ijOdrX&nI3*mlb+Aclvy NQu ǟw1/w-(%j,n^# F(; l~,ڋŲ>|)o^ʹXKY ~RZ,2UTĐ= rAE) Y@Đ̊ - :1RWjo <<ۦ+Ƿϗ@-m-=9<%3&I# a61=чK4~'w8Hzq ;SR3SN R~ɰ@*8j/E&<;+I 5{qHL]:MFӎ+ $dk."Nd:u=%;H+J8殥Ci(3@b(Pw),?"o gV7ˁvQ2sk:KkK;PjC1(o`lQ~Iw h(<֖MGdS ;K>CHw%V?ݝu{2rZȐ7ѱ33B7R+% >)ϰf^s|{\rLLbPVT,xnI_Gp1:bi+>AZ քvKF ղ 9 4neA sw5{*اYa棃? /t?5'WmْNI{B5lRϵvvs6#Sp23>.at HV u`,R:N8N26b~!&^^fB:qѵhrk4osiI QɝF\ؗS: 1$!뼬2xxF?HՑT/EƄvhtW"ڭkDY61K~3[dvT0c h˒{vpx_ ҳbHٗ.#mǚÜ~"b:NPJw9(_44m Hg3(68[yAMKv*vg}nwb]B94rS62'nL.H]w@e+7T?J [?(2lNcY-Y$HX@\c]w"y_$ x3=k/4};dr_ fI؉RT\mq}y†a5_a[J"UM NhUlZ~"+G7+9V"oX*皃OT~}zmhE+gzhUrQC.>~=YSk9n9{Icןв]q@oq:Ѩg#ds{[;Pdj/Fm?^eY IdM~1ũ"K״o碖>" Fq}ˬ+ Gu+IsD,M L dX]/$7pW "76^hit'\[yI*P\ '^,Sj >i(|O' ;~+i[eNl+.CBwll<"x4\]2:"i9c@3?O+,<{k*Ao_UBȧ@9+YitS͏8Ie[_Se<:w~a;)MGm&dMj2]*ZrkWZO0c a ,ceTw$-qr=prӑpW]}QmTH.R [x\|Mh=b;-dXNѿS@=*ē ^Ot&x9mVTR|ɝ-iRQbʼn0UzRwq6(CO[y̬:Qs2ĽlzQMט3f"T\*տ{gmϡݕCil 6'8QWqy<S G9>W%> Zb9A&9+B=řټvzX'IE&*o;ױioxjfOs/ W3}~jo`=j!c+k^wJ@OҾxw ]bX{ Tmd]v:rYc& +pGr[R;D 'a8ze6 ;(ہײ>qh8" ;y } \R؄8mG^q,+&eyFd76xɝ[ƓiwuD.z(B2au8kw#\Ѿqx}4!:^,J. z'%vrP oO օ})XCz):[v *>|֝uF=pcF|f11/= ŸUߖ ̓/sM]L55h#$;ߴix6%A \JJ tFinv4(,~H HB%~ο\i\ Ы>dڶ0{Cqtzb|nN6a!a*(4Oj靂LBJ=}DUnHg,=Bd_6P7 iqB;`)[UO,ZԼ_7\a.Bk<8@gފ)u_JpV(We2~V K($5>1,=G&} 3P*fͤMji[AQy-}4a %)m&Z]kY_!"ަ XBZҾܝdd/oiGZ-!0.L >Yk=juҞv/15Nnj|"Z:ߙ Ť 3Q-@!65E|l漮Gf6MA0 %>\9~>*J4N(]?%m۰KgGඛ_ѱЍ}"Oݠ`|*S__0;.}o͂}C"pNc/ H3`.=7bbirB|($=%<]de4?ܪ`.ԹQ' {]5x|}@hNgEJ.)逛F#ve?FRBMRpPpe"5}."xNz rJI(ۀxi axs8 ]X$ r"܌cqOY: 3Зj첀tQɊW&hfdr,M9xH 2hVGeo?m/#&h UKpT 7,%F:Yr(i0&n-<W`, >0[$}'ށ׌֯ Qh {LB uiY-v5[0Gy:nv!mHYm!(]Cb<"|X!N9xJ4*%nGP$e-Q6°,4&2fجp|ko!O,~?՜hxO跀f.;?%KʷYKg?pud֦?aaHP56BCq{\^+ |f<zpE4$*cڋh@=Y0[b~L9\Un ǔH5t##q@+#MQ <X@4J3{[Wn[j=u!%NŅ9c1ޢ/F\*,rb XPN\₺v):-a[vJ/X4Ýe6r{4Tl:Sd~'ߠa[zx!nho.FVR]rp}xeâ'cA7<ܒELK}Q¯Yx>OMb# r *8iIy5 FrX1Y^b` L.8. LR047?Z/*3}/ntD@Vd _;fZTH?[͞ȗ[GQgexp AD/R2w̻(b(s..' HP؂o,#O='Cu'hn/6[f~h;i%{ Z o0i4O@V?y`-w}=jS\@6r~ z0oAٴ\:^G`է`QnlE #ψ'G8RʹNZaϮm/vڣBʀQ^xyٜs>:Siu*|9WY =wj"+jF*PȼDa*BssbX*})CZZ*zF,/z)6FX[l^mTt;; 2+R+ruk ZbUGǒV l2$E"tnWk%BgT&4PR*Iqq=0?W0~a5e^I1]jyh]%fy] r4&rjEMõ ښ߀rq6j3S7$!sf7% rY"x{L]rm$14Y@|KrTBt>ܳXyw3/X>TE"*c%G6 U|Rmnj.ΚnzSkL(rafu7$sN(H"*b,2 eiq $I@:w j:%ebcos& } UE6xޠ^Es|{`k~L/% /ǚhsj5o112Ss1@% mJ5ժx +(/[h3n !#Fr)÷+gQY "id)uA^`;n~ Ġ\:D_7> }2_ U].mqKtZ _nҎ=4Q(t]fu|PR 9@e[<%yWMGEUj-Ե+30j}! *q &GdH|ad--6W؈RDz2Q]/l#ePl4'N$;V? Y,>wy;U>-[_7Hꌱy@90b D1L}hӔkdpm6L]]VA,evjdOȱXS?^p+l2 0ff3.%rX5nqcy18 /Q~LFǣD݆evk {_+3KK&QiwfDO,r B𘴵'&pGOwEf3L/yd7#n zOSX*}JvL%ʮևAcR̯ёZ#vHcK:Pcy+YVnۋ#| (U\_fP-OpuP^ڱ~kv n#30xk9EIQ̢ 'L=ܞ>)cc;5̋]6RNW겕9M^̏  x.=~/~LFzFlJk j=w8OSS3|fSIz+16%ȋT> l-1]W^W,9zFs?[P @{aVU~ O-oi!t5/3*''Tlxܦ괼ɦn|CmXSg6\NKf%]!TݐĉYQThD ̛j~ZTS`"NaI_zRM%32>;1j"z1)2<|{(~/3ȝr:rʼn#tMxݫ Yr@OkuϹd:H6%yW}xDUE5ȴ5[ss#ȡ S"NR͌m-/(Xg4<RƒSOpc 2Fd#?iD'B-$qҞFh93[Q.g>'~[BQÐpZY42YxJ./+li-1wYO$.cu9+e+,Pl˦ϷW?G[Z _d9sN,)϶$8r%-잾r"0ݵ O!f }iElq$e@<G[; ui̷v)Y lV.j ~n l% 䋕\uk(䏠s'tt>K>lS9Lэ+ׄQ?@2/yzSHY ~l組xüzX,&(.-^fc1"oQMvAaY.1]zēƐ k>;]Ck99.מaHk/o;<if*H" qNp[AA88c0T>[ /-ԉ&l2IQf(=f{ hX04qQĸZeOI 7z֓=$Cp Dr٦M@(Lq@[}%JFVJǪqٕ 1fxLҸLL@DT-C`ely<0 v=,$]B;>Q`*oˤSz5 KwPpR :wPobIW*c?6WhOD `WL"ߑKM8J4CHT|^L +Oګ{'VٛDcᢶ5אk%SNNW6W\h̹S{@ߛKG!  HRܑ;ɾM7Z^ٗ*bVcxnrϜw3Ca oJ .bG/|\*{4$>j%s rYSoOM Od#iқTNG`U`B6>W)bH8Em9*TlT4Aݚ#zH|bc9sD}=* qb?bsճϑC^'Ff9vwX1š]-a6jH۵߫Y׭"/3}<؆h &~wyR;QF?$Q^\.|b̄"c=MU~:6sǒNl^l;iEOװŸ <%,q*+]蕉 OXnxnG]jK]1d鹳eoIi!2?  /_{㚓( 6/ ק4M:#؎ bP.Ad_|&^WQylƊr>2]}yӂ&s+j}e+|@V[%7JNT{afwӄpt;s8S:=e75],,t@ER`w+W/Ql9tN&=s* RF4Y>>s 3UNaV]VpԫӽJy:;THm'APtX9*I3H!|>ګeКSb\S{Xϻs-QOS#v0 5 I~}sWJuGr#3j^ 'x3@v/¼P.U/N?)e> Oaq YvD[HOxxw=%# 戰K絕H>' O)pP(6wPr 9`8UHy%HR:]rtprb}9׍&&tvík@H>`gė਑-iDGGU] TYKic%'?ISQtP4Q[#E>סQAޞ5[7h< yeS6}}YIG)eG?D\eűrҖJ&_Ի;A 9DxS0kggLJ ۓ&;N_vF"vVTin2{N"/XG#m]$P5 f8@2 kY_a>b #W8 ~avMuÿ']\#GMsRp>C&fV>S}E?XPg] T &QrLjΩ].Xv.ݻC&P5 0vf6$P\׿@55/ :E,Ui=ZʳMtlNlDr /1zRy,qєPb@bsTJy ￉.#I0DZ ;=$@LM5 h5L7y8|}<0@1Mj:\nۭ+c n֪9gRKB_}brjG]LE%ZDH#Dna,PU[93G7\wr/ v[6Ѱgdg3z~/NX%L:lοܨ:בGY7|᜙r ݪ:wpI%T'nC-hOiPN Fp3X ;v7Y+1Bm?|͞ߎ쬒x_zNC~A&0>dB[9Xu,y)ʁFzg^ mI.nLFgK?N8yԼ5ylqcvsQ[/[gDaZF-0ahsgSk%!iiexJJ1ԏKϞ7-=ZtLATrNTÙ=EZ+񱷽w['oW& 4 rBSP^0{osƦw&7ت5f-VlM+fhl $?U@,m6/ԝ Jb3,h> 2a7(PJQ6Rq[+l"ы>1|hvr6z<ާ<]'NOd=Abqmi pOgW [^U@hT˗ Ia 62r!+ѝRAJ;%8ɒ@n}Z>p}t6\;[-ɚ^~ UjErV]t^t@fĽL Gs 'Wen0ED?o֌1Bnӎ%J8`ĀЧ _LYdp'Z Z'L湣ܴHNjn_]IwO)e<o b@pYjP ;)?wqdxNĴ;&b! vv|:0z}1DH_ |T+~oJCZ#?MKr\$ìдaN&u!c]?l+nwz*=sEii+SZ1%N҄s1q+) PYo&:w q T2_\JfA||'0?weYT#Aq7\f5(e?zEk% rHZ ѷ\X'շC݋ʺ砉@WyeAUh'mW!ޫ`j3`rX0=j xudCIBk1 !?zNnXb`ۥ(Lxxcr؟h[-jدBHHT| TsZ4oH|8uI~!_cOGKq8, <Ї5~-( E*E8-]{WTsд/ŝTBY؉hH\/&O m~[d qKb:vLWI)N˳empfq 5w[A%=>+Im%CA-AWU-~7{Y޺iVaBd3`$82@|O-cI}=)=%!_ .MS9G$nieu7[*!+8y0BT֢π$V gQ]_3M \Ni9 r'đ!w ܄w Y7s k&ڲW4G:؂$ C3ܿaL&Vһt lApP}:բe U%4ևxD:bZoƕ:Ўn詰Yӝ)s^A$#ܠ3h|~5 F/f='2ryq}1h/_UV>_ׄQ5ӈeGPFLDu׭^ZNN;$D=knI{Ih ;yE0֢8z=\."̤Odjbɺxd3$q.R}!KdI~5j]|9=f%[-7>9H_/6@s=W< z"ƿQ@~.hsU 03.Sp u> Gd귚]j'#fҮK3#h(iKvCilܥL]_YYpKpYUC"),^BԂD)0wNyX sRc ™4qAB\sGti_CH5A-UY`&3udMr&7e- oaW~[ۙs}&6o+~|QՅ(B ѾaM;$_򢵡nhAHј첊G˩}Jڊep5̏љy@*^gs-]yw?# >> ;|"·5e?.TDzؾVq,5*1B#9yx@kYd&-p1ߙ5(e&}}QfKWΡRE. V Hj t!B6(̫^ퟤdw0YY1%]BǕbٔg^<;&[f+h::^Ys}ʵP?F=$rYPj_z(UPźIA.3K( &Рd%\BFW2AOq #W|J$q^^ڐ'n0zĒ˞b- fܠe.$ 붊% Hx ͧR@nٖ cj] AgLsV 6!$T\ut d0M13Cy!9TچY8;帧{I¨(门̈U.TRY.)zg aUgvۙU0@?V$jywHvBW|.f+(C/3^J^LPƫN;Kfk˲_LpT[CuUj ((dvܥ<%aA5$ShmjR>9!RK`9[V6s"3Ybi֍ckS6D{YTZ`gW~ɻ2'wm/CM]kіUc8LzxW\nOU"\)|Q4e^N^, P!:KGɼJ/\1d&h׃7N1eHw-ڷ<=oD5v(G3\"v;c%Si# +BQ24a8_ 0|3i`Dydk!2sR|ܯLm "BS%rW.2\7[`yROl/n^>sē{DQHօ>H%>1r3/<8ϼfo $;zL۬߶pzӯu+6:z[2׾LzS ӛ1h<]pK Uض4,zk t UDwC4tJWr0jg=6^ZyJ!<@NլoT09cfGtRDr=ڞ*DvׇwKX@WW2{TީH3vndHp k"t"l&Qr!+{J_hS"5q8?ID?ia;)3lg p!fctN,}h@J({_xP&Tן ѡ%>לJ%SКǼaM{U`u7C)=Rqا _#j1_tmo>Im%u:y "ʻN몯@$UCwJՑK 76VhPr7-Ȏ(c=ē;6)BD\ZRLX 6%%C۾yKduT~볦!-b1I_9ᔍM%ą}NĚ.zŌ,b3qaD V}>@!<УRڱ2/KBigc*8EQvU68/dͷqcOk@DL,>+ wx.eZL]˓%0ڏ:[[#?\W3ZO߼` uq,@?ée0jzg~Ei{<<_YpQ(a׮+mn H|'A:d ƫ>+Fj[4/ީqtsy:&@]i[vaXs+c@ʎY9$>q%=VgY9i)CfŤX)j{XZ0;n2MM$sz K֤HA QvQ?Q*7J4'>~A8]OQ"[p8qCh@ٌ^K89[A[$Kơ|WIyo۰[p?5]]T3:$; * Tj.]u-O^0qo3.gCg>62iԟkbbgN7Z*V!z%ht*ߔȹIK$ Uh_S 洬u5֓qm"$kiJ Wcu$M_ qڇ*`O]A?: d8EJ_E!NZK a'[k8?EԎd![}ǿ3pb0Ƒg02Q(sZ0#_˪i{:A??B; g9tJGcPp{<y.e?jDn`zGs`-6C FիF<8 *B:,lHm%POJp\H` n [Ƈ4"vս:Wgק:CgIKb%l:9 둘nr ^fb8P:RH5u1%ZO)E85G#Un7]p9*] UI^Y{C9![4yH!l,8$QsDAWs8Riu{iؙk9/??_^6ᵮ(?|OnKiå*:n]g lG9ր6b]r ǍM2gB(->Rw^y)eVOoEpv,M:' T"H=RОV8c%1+בDŽi'żb;2exKΓPݔF`3\͹g/Q7OѤe;S.)H9pD9Pj䨋t>"3P jsNr-m&&ү`ciӡV]17q_4(,% Al">`i[g"kL@%|4 6~aEۉ9 Ud~[A#CCCJȃ:$w\&6".²{})fbD1Sp=歱.+gD.W*)aoȄ<|;#9qL1zQM>@ O :a/z5V2Nqz:=<:DZD]Lvߜw ׁ+FrGNdOᰚĬ V+U+^\DZD'Ix[I:rx6tzoU8M"!DifXцlP>yReˠ= f8|OE97g^}S:U"v(i&I{RE4Ny4}W=BbC?SؑWF /*ը, /TV/A8@]ta@ ӡ.9 'A2Gԑ U[~vqeRnZO.ɜv0%amLL/(Ȫpǽi&XC]T 2\.^ao?P"wNԖ'XKٶf̧ȬG'`zAٵA0VcR5qF=/62N( !{"mmsE-(#H&+`Uuۍ c.2M U&'@F@~ym"Mu!3`+BM瘬 ?/pX(ugs?<%6UMeth 5R }"h>e(oiO"pF=JrP.X=&Esۦy-;q,6n%67jO_ ߉Ifs9{.P!=Aɇ2^$Τ$lJd6"l*s88kr{6rr'ߕA>go9+&ܧV񹁗y?8,K%3l%"h#r$F> ;26xn1z6Sd;j˿PI_W=Tet] 7Ɋ.O{r8h0HC -HoØD;7/ ぽ|UvęN|tU9?HUҲtWCr[F3c8Ųƻ{GZ7??,Yqz–"ſI%(JxxвSg'?MH?ϼ! GR Xtps~a Dhm,ryGE#Ӷ&є@'?5iKɤPw*@bs灍;Q2(Zmucx G"S6 _9f؛M P_HS*.ZwNx ɓ2QzQOXY]gr0j^+aw&O d=]]97}9P{2Y(E^_Ƿk %L=nvhFsqdr&EHu۽lWʎP<׫eiU~ &%ȋm _D `yuxpa''n%gGk$r?ZsT,d{GVG9i۔*R7k^4014pПU25/$o9 {FgL+0/DoR$3֠2X03~%ʄ9NrJaaJOܑkŅۯ!!0;y4ӓDž%xk> 3KN4i# Y H$-](«Tw*ɹ%epV}԰yHv+[?z-9KLqf=`EwN'aۅZ?Y7e. 3拟Ayex"lp0*0Cl FdQ,pq|~!V6l~!|W]c5YӖD˜31]ć93:L7\ߧ;E,wd0jkBf\ߌ-_W`M|X=ZKFa[C۳F刃hiZHU݊ϧ홨 /:keg٣?BX#Er-(6HI YW]@,TK/F504fCr!Aka-:İ,AN*)N+!Q(Tl#uNH⪔~5/?42d:d)S$Òx^FK4|y m Ftᔘ_^JGxM"UeCq5=B N dq4k?U4GIø8Is ɱE7Tu sE; L>&n H+BACb#uDKjDg T WAp@/=7Iօ06B?&ƜE[Qy'ftWX8U8itkVG6xZe3s {edNB]XFJrahYA7QbخCGs>pg_h"'ɿ/uZiR;:U6WF$S>a`-[4_ĉ#niK},-x38S?s]EE@ I2F 3W*rY; CxӃ|HtOK 5FrWv G Gq'n!Ѫt@@cu<5/޷QYIڎ "n=ۥ^*dP:l^#毆 o6319yDld`VT.q\6,dH_odӘS"4Wqܯ6G'dD2ayKBQ#2^zܜj24/a Tmvk{\"`RE¯u0ׁ[cJPmaC8x̩C/K-f}|\CNz?@Ʒ#30.Ec9HwZ|Ep^LSڕ-ezHq7Ӹʘ7s&^iq(`uB Dɾۉ!( Ο^\\Af}e;8ϲG5љlКön`mfybO9&Ik :%i4(-( .Z iϊ_)'%J?gg2xYc9n# PN2oIf#ֿK.sq]n8w"²V~lЇȟT^PE^<FƘt&Ӽ'|JpmȞjs9ן۽lU.yy6p!? Ō'`ĩGqjǛO 6߃!K"1ȓa)ײavGq`qMFep*>Y؈ |3 $϶\^_E>5*N~ >C c;V^xȫrH@Em 0FGQU}6xF/6OOV6'h 2fᎠZzp=' D懢#`I55ւ,=,+C+`F՞Yy6=E3'v16mM"BԬy;qaW=?R3P񓹠qF'PX柰c0/`r!$ukI %JhcH8W&Ije a"-nr<^{\(XuW=бNK:CfUS-ȱ cx ^#7oRWŎz /όr;]Z&vl&>0J!bE??e;l;Х)+HJ}eaqb{ac3D[ʻWWHn,i֔}S |b8Qnq6(-=;@1ĔMU <}wKԔS jeﶆM_Bce6yme9IXč]o X;Fzs$\p%uH 3.+R2t8,V#5wͦRQ.aߥQg0KL"D{@_0GyΣKX0F!uvbp/ȢlZp>jrԻkM ^!xO^ng(>nuSC*дugd0٢3)"SK]0w VR[MƩ\o`q V֫Y(ޓ{ڟ N_gR-QHgj Ko@nɜ_}j{,ML4Xt.QNJAC&43.nbސT-x.#B /#a clO/HJcD'R!FP9I}^ʹJJK8sPB#`RVY}9O"JKcRE9 . *rq0/#"Nt 0ŶY6)ud9Y-fЌ!=l=ᘑrfi wC^&U41ޒLlCpmc~sc'W!wyŧQ(5M" ɶ L! h4;ԜS|D -#zCՏ"Ry5mMԏĊX.2\|i\uo'R Uwl )6 ]>Dl^P;P^'xxy~RQg.3ZK!?t賧DEg f`)!$@[wFRR|s/.ַOmJ2*W(QL;(+Xcosfd9@ޘ`k(,ţrtj{5ժX0;5ZqKk=b5.+>A0E6j}Ah&U@ghWB|tr@vU%e<ޡ@ScKX#5_Gw l=ryr>~!N:'Z~(wTT * ă^fXe!-?GZQdQODBIʑ){eT-h781V`"IF% Կ)=ԆcXrty*(zkDߋ]%22(1m'$i@8biA!hݏ n^ǟ: )Yq֫i(>s.6~ATb1c !lL Fg6s6NSu~co (b.@T&}nf%~k1_x;wIEI>}JxAx[ fɔ-^F a_x?w%_I@0R{M6:aC30坓MeT+՚@Ũp:YU7hr.(B rڪk/66{/Ij$Q"bg@RPbntj "w-ϷV$ޖ.tEf-D- I%4)Ziz= \DDd9,Q5D5!Ү)t ;K3h16Xca ̯C|գ[BHGSpyiQQ|&{)b:|l",[*E6n|2v|K:昌eW&NaooE&eI]7,XD .v˿ɠIIǑ)}f>ׅV6:U^/G;:`zWXY 7'LKmݸ:r S8?gWWjSG[H*,2zfVqE뀘&ڡV:+u \dgvȲ?ZZ)\bT+Nn 6y 0rvߝ 涭cc*!tkl+zvo:0/qW:_ςqN|,xt4QAɢy[YR^ as"n!u~Vד SFW[YԤo2mf!?@=}DÚ,AtBl-Ԝ6b_sO'o˃QDhv\!FSۼQ?xaQz4 67gt~]0㯯/OOXfvRIփNݱg Hu%Zn[Z )IG% )I]j(F(z 5ʓ=fRdkUQx#)isEw1˹saI\U>i+$40'| S-W7UtxSČuvаH98 yŃCdۺR[=g<-̵mVNHf۠sNi06@E'#{im>P996Zà];I'橽IrpоP}M*B,\p3k=;Xݱ+=3Q; R%p1 _3[/"B]K [ؒB]=yn$w Up #b CblL$Q w =է80P,*CAMl#opoV1Mc֦1HP )f̦|=psNO~T)na^NfK`B#MK_H醐0U?OI ;ru)6W`^WZ{Tvտ pHe fJnOrR9FFB0#Pqv Rn7$ Lcք}I|e v{=1~ר1͏˶,FYBqz3͖)4/gW)mrGٲ?tʒ<,7>{Ph}hggZmv5 k.85m .N(s 9e]\?x7N\^DlոA&|<2P%* dǿߑᏸGKd]ꔽ9@=A_uG|HV}fλYZJ f~琭RdIr|P>N?' \|@1r+߽5!GHxɽ6$3N&q~ߛ@T5Uf|uFg?VvpHOǿsjnc)IgNSYs.K"*c1gbb:#T|XyX{V{dnѳ+]ZG fǥu.sʳ`fmZLDhoxB/Gh0ϼy o&'>qlݛbX]4:,Uu7oG׍ǥm|rCMd[RXmLl/55lMV &N vb;sqsNw#@zthz_82ĴCƕgb{Ybͬvc:E=ٜGoVuFE J:"3W AԈ ܊̧0#A:Xtns2wͷ!k8nF'N_& 'ӘFOz)t }{ձ۱>u `SVq7bfBKxzҘ>lM_p޾¯_T\6fhcRWvژ4`~6nj^^mANpPI'WHMMckH֢[5GfXy9[S 0[:͓9w%}=.cYVb:2nFK.W. Wb4W9JBBh!+3 N46Vps!XD =5ԤLrp9# l,L{#J;S>2bͣ{sf߽cn"'ţ$삾崬T[U &Yl׋=}ps)ߩz,Esi1U1 H'=a4m.רP̆ο2VEh;?qT1dK@SI[Ҵ󛾐F =.:kL,kfg@_˚s$|H.槊wMr>|]-)[r;BN-$y^²sfy9\̱hE1\c팵S-{C, dQ"&E_Oۊ2G[įV&̼؍6ZJjбTOK<<&6H\C<^nV*{jqy&n&J]P'xdmHd68EC#~ʔa/G"ڍ撘xupF}rQ U|]h/<0\ײ2>/|SL#ƣAWϨ"B'Hښ&veymQkwyף.Rt\ H ٟd#SoTy\j뭉bݡqbv}LyH.kG ږXG/!-!ڂOE/깳kn eڜ4U>~LAn bSĀ`bgCgit#zu;dHֽb?5B0Up7]­zx!"^j; .ib# ͩ7QB#0u&2JpHx0 # X<+nYU~:2Ϩ*Aս_ V;JnqWkhq"_#ȈK}VMct(ga5԰Xt;BXk~Z0oZ̏{ʝ#ف>FOϥF!k8%,z%MWhM!j3D<-%y.8tmU0IS9pMTϡCix^׽ֆ®Scӽ =2 vC@A;6AϤ;q%L8pubmó_S$n Y5L_gҒcp MXiFʈ'hCui"6b*4H)6]N틉+ё]@)i5!c|1z'jOc9l~TC՛Cjj2&sYXuԮָZsӭ-l&g'lgp4|(.n/:{U:6i@Tķ1A@]p4"Z+J6?5fԒZVavCn{; \ m=Ղڦ\y cPu;Z:vn:}=hI>_jxcןPE֒~1W6Kj6ci'ƵKºCo UKGrnl~P{[b h}hcE|쾷{ ҅eNbH܄j6FJ6 d*m؉$.8A}0O7 vT&`m#XR2go{s;dP@}aQTs(P|Ú#@?01n hCb,]?hqF12TG蜏zl]=rʧ_flA-׳Sa.^v?YM#Pݹ18jr<)fz+ϼ>)v7mي[Eu<6&W5j;?)-eSk!}hWgO!5g ؾq`BUL响CsfTqjE-\*ai *Ý:13Y4C>fO0mqhQxJO\mٛ؅j >ߤV Ab{*V;ʏWl`{(eqʤfx[;ZH}^:e e<\Ozׅdgl`PnIj'_g\/\ԽWg\DS_&m;ŬaO"+Y R|LeTdu簬GL||Z@TH]q'.MorrwԦLW^Y.!6\Qň=q~Ġ51ϑfHTNj}{V3{VRiU5nT un_Y-WhpPftG#)E=,6 DhpSTPPԣ@(dCa`KؑIU(~ b<uw"{Ł${Yל1F46@nhbh<9GȞ$[AAH1+⓮RMWĉ 1$2E|DYOWX89SMD4_͗ϩ7Y[]S:WÎ-N^Ey_qSZO2xϰ*Q6_A b6~%8L mP"=?u\E(D&@O)a 5a_U2=T-4Vn+Lo.XTXl^E3:4be6;4 ^qIx`v:Gwqu' ptĩ"rqW?N'»zEgI{Z̜2.҄^F `JSX*3 gkySlj/ԓs*d+=XG̹Cs~DCrg9B-w8_n<tITps=˜@&v*+[1} rsx/wVOTz*Ҁp^h]+2l3+:UK5^2SlExgzDlAIQM))˴1A0c*3f8ОUz8{NMm)I(h8G > y?9Lj*}Iokk#T5TONJI~=YV.CCJⷂlqOmhqW *`Ⱦ4,{7,U"8`GiOÐlfa}뗈(~eK\(+J1Fw{/leb2Jj8զ[(R8s7C e˫Fel'|NIoP8Z=bĈ^CM.2{--e{ 6Jw`-50'9 Wj0PBqJL l[3W<++XJ:uyNG;`:8=Po[Ux߳PmHJGBu?ODP;x Jcd1\zNRp0>&=&ƩIYxA?,vF&G9ÖѦ$iAtesC: )1 U/lLʯ*+H&B&(҅#ҭN:L"9@t6B'>߈˹4 F׻^y4-9EƆ> \%q8-9_OH\6L[ŏB$~l7eiNeoti)w$jNPid֐O=KH]7U|HunŠ()-3w6;|0 %o4F] -ꈐBJ5A+֙COh)DMX8G'DϠ^jeܟ*xYG $d$iB=\F`\2c{PIgW[D{U$ d{,7FT30o*f)(orPNzPaZ y8qZsij^~CȏV;Uz䤰Cfyǔ͚CiOs9xH*fKf@ (rB_V;=KGD/l7)SZ!B UQqLѴ{ ;{>͐(7~$Eor/\W:DڑOH' !*46U[#!:YGOe;v7p֐0BIk]<1 !B3o"EHT5:÷֢"nD.\cDҤNI|;g~4*Bo<2۷d!_ދ8,:3< +"pK,d[FkwxL8=oSH} #Fo8(MyG?1גk^l l8^,V&;2*ww g}U+ZAVSWT_ꎍ8c@7*}|)X3±}arftG԰3I|R( kKRк7" ?a- Q_RXU8H둮.>d*zDWQR5H2k/gܘ[X.%{0N]{5 Ve\P!H 't(gU:͆^Y XS}# u&T/_v)-l$r)Y.Y#?4NʷqZUɱL ;ߖcd+cVOq+E-ȶQ,gǠ L.RZuhF'`^~ɰ23[=q'zUӤ wn!}̾&cяdd'Zv d{ G`q4 ^GX\A ևEC6kXsq-5G#gAt͍E*k%!PTPUI:oXF;mRZqV뮞˖1!d+?gOF2/>Wfy݋i|`GPIJLvNeUgmoSxjvB`0w'?5>wpLURj)uD[ ʭABD%]3r=E^pضF <Ϯҵ$Rk!LL4ig6>$Kro]ƍ`03Urm}Q;aXX0FDzaLwB:9_(˹Zpș5n6J}ܼ7QjU #z%;-,Bpߡ m|2RD,3B9@}^,@9sG[|n~);2kUi( Sd\3ը̶f|v}p|߭AfӦ?B%FhyZCy<%87#^X.ncķUe,[σu孬X^,R^wfF(>Oo~>.F却h6ؒziDyZިn˅^R[8䩍'zX*̘D(:?|QlΕ&}sI"NτD /=};P)Z_X v |T F?NKټP8sB)щh1LsɑG5~04R=kϝ.g\^ O3A5m ꠙV( BziTP7Yн*ra`#tEOƠgj`D~ߛ> ~z,&ś&q::]Ɠ_2ZVYl.5#n9Iyk5'`1ŏ2.|?;EP_J%ԹC}½ŌCOXc|qvK_XI[O_Ty#2yZRJ,G.bT$5F~"ϓB9ꞿGҪn&Y||֐:4HY)vzVsI$}kdC:[`(:vϫD1< L{:QDL'g>f߮P*0uDYظl[OGY fPSc>A iE QO\V]-( 8YOevrHNױ'IA|CWٝ<p!+QTCd`㫋G Ѧi-o+G4\Ht#}(dhU)tһuŅ,)7I%1 {)8(kln6'CK٣mwy {cj+4xsvʗ+nLncOPtl#F-sl:tpi1j~N XO?h\")[#)3BMNc;LF.< gWH\'|:p^Y+"p"Cx +x{0-僔w2O (8}A#,a?wZ 2>$/It۰&COrNXu}+ &R #]\פf<4هsaZ*?[Gmݸ; 윺`jD6S*O6'<~iFO_ts-r#^951-xq*J;SD5-r}%J:L*<^.q?nOM1#K~4zva;x[1r(D jN 2y-IO!Y^F`vx[ 1}b\41Ǟ>ˋ 鰼#ڵ׎ hX 55v.o̾_If֐^Zw8-rCi.6ƬYڧ6f Yqkz KP]HEfĢI`l/Ɯ0# 0\u ".GX#_qǂYQ]2kZ\F8gSIR"*a3DݺJ~2WH]kߞlJVcJ,ho' wyr6ȧ!H`L4>3uԁ@TrL/P[?ʈ2/7eЖizQ \$8ⱼ)Ӏb}:F>+ 0$ o>fasiem:*`AhfFՎ_4դ; Qw%_!z:,u\4ԁZv*$.Yٴcq6~Pjmvqz"2.[qbG@)6N s2mz?'_gB$-p6o{ 6I-:aԳysOʱ %eWi4R_"ᇸ-'sG۴4AK2>K󔮰&F5x2oőTFiV;y~7WBxI]U/9g, *bݬRl&H nY:BeG;OQ+uFUa<5QnF.'F8Ӏx-> 4$drFlyyKoQ}ȓ eS lHˆtuLHqV[S805@=l|:#1+fVrnR5V%=֞ T0+ lRD0aa+{jh&VI$p _,Vcʖ"U_4NW䗅trWS**0U_U:RpUpVaڟR 呧r @0x_%+B``7 uh`N"Ň)Hho4No+M3׹OLDhz @<|{JݻEm͍6d`C&*'VyeTٗN.m5xa٤mUlEWd ٨}g G;Oŀ\=  %h=AlcTmNWHWO?`D;egu`1r@"mh֓J6J` -{G7c\6YA \2h]ǗB ٻ`.R$;03*.f 16Z?ZR4F*Đp;ݲ"7 $JBmZ̏ g3jce?C wt!WA,՟ZE]˨&5({A<4OI箈oIqJ$|ykp$DMvNDB8DD叾NвۜdzmW=}R ,ubh֥i1Cm_2k30n5VI^&lJ'5 }6h셸MX<Ph| k_POrlV.lZsJq[ {6 AZ8S~q~Kx(V#IG#,GAu|ţi"1X %#I3?Ջ`L7(lCO-W*Upd#3lnP(#IGD'3/Ҿacܰ V$ںj /Տ!4`,Թ FYFoqKai*E@I4ڳ <?ٴQ |NlIMq%]X߷Otj BzJ$AwHAn3V^-BqSsr"=)Z#B] *’$xPp~461Xhm)%WsҚNWRHy[ėI-Lv|H7ЙUWΠD*  rHdX2D=r% URkt@gboq&L^!Aa ٩X6(oK[cWwWN;W'U ?X$9AC=6p Ne |]wĒ~08^=Lm4eǨ{Е!+n*o-RuEOnTiꫳvM:u@bc)F oj I^IݙwዺO}άΠ2>[&zhʔk(6{@%&?@O+Io`'YG+|J6/_BVLU! ]'^ o aDNÊTHibb:βn" iS !t{jܳuyH*G,bʓ3S9F-Z(Ց-a{ qr+Fv@Q`Cɢg(k'[=FvR=[/6"HA=S{FuS߽qUULȠ\٧!. p D6q\F0`(8M!!+WhFf]CY2K//hw{;G*HiD}̧ :BNJD#;=Hm/DjS4BĀ!K CV_!;l7+;qt>FB…R0);x:4:g ͥnq9n W9{U(O3{/S7e932.@@ⰰE+`I(Gf2--2a\_ڟspo+ׄ&PlM#;ՓGӃCoRrBJ)vm<Ug뤔![kѢVݏQpX0MM 9Z s^Y&n{:>"T=~-8yC:վU]F( S ]%W ,8*DؿpX o'j{~BEHG{~T4IWv }+?3I"FDQ%qIksIs7y3"l rdڝ'~O!aC0uB v@75fQ$BԪdj8:O~akP|3sllE&y1(]ЃMPモϯZ(fgWڍwޥ".MJq?la!Pψ̜!]$s8,WXG&I: ktM0=lOCDPXZ1*cd0bZFgh$wR SkX#ޣftK@=ґMCQV&ش.Nxx(7R&{#OS %|x1c5L!Ӑ/aD(ϳ"a1~)#9x#Mn\a;q?1d+3崼Gc#]~u Ys_\m=P8$_ *36zҦ%FJlA ?GG+:&ߴf(ōsې qhJR)#ƽd~r/5N:O5n.+9ʕ=X 0*蕂Y@kcM&F6(NwYu1z <) wh L%Vԡ&PɤͺSs8D4/1G?yVF 7fkъ;SóF ]ۇ4 ^q@ Rtgҭ\5oH``j~Y>jU._ado2]'!JrHO6\5Lk6i_j5eWsA6y@Fs:t&;~Ti+xiH8pd)'azP W¡ΒKtz-̡W*zbE]>+G)%بT.帪= {VMc+ r`T2\qf>-CBKa(R4N8{7 mnj` [\&r7kWy˻4bbm]"ZCrL.m؎W,- 'yFA¬'J&A֭(X,Gs3Lf?Sx\$!,xݩBO]4;gdM0@" I@ 8GycfT,й*+>>MH+ӕ~@DI`Bʅ&з'=]&=Y]9c1{#L6 CJ=uviXi}&/XGJpTA#,1pn>roHbMD{2Y14j)F74OJ T8oĪ&J6r:)bHf+^-RȋmgiCnQp3K#3ہJ/`]V'I5Pvh d~s "#mK2Qt\ vMYq5]Kr׫ :W̥<!2c k Ȣⷁxr8 8`#7q[2p̻ێ?+V܌cyc#R8"U4<,y^e_b46WMMIvC|$ws2"u t4pw{֮5qc@(9e8þW]G ϙע?6mGNJZ&^K+Nt~6kv xk:um,}DBQiumc:} Yb#< k \^d O;T ǷH蓞ta@gKAc+κ=C4^YOm.Q}Qzhk.@Z~k C:9SzB٢$*`̳֘Ra6ȏp| ?j +;gK#ЉL`rlSViIH?c&P~b..Ҟz1',Hr'],v2' Gj$7%"}FAE&;;C]D|^+hiFZX5*1dז6"mw!s{  MQmJ\D'̞1Wĥu!EP.~k~o#<76Qn-n.v 3\ǘSbxs7aW *e~. AJi] `aB\pZv6([x[)uz-Oݯ@v$mJΠutVA'eCz8';i{eaGLR2'4q& kIw(b0YH.@` dRa4~k{{{nOȬjQOQvH685cj1vM?](=?T`ɢM${( }tIeہTwfV!=,iEpWh /,GE {k n% 8ATqҽ)rd cYaqAb_ᵺ&! {`ޫf)^6i6p _ nMOckBTϏ%(naNf_T_?%HOy"vvHAAן*Ng |`B;!SoI B {,$`jPiEnch֬fԚބj'HJBWHL"ifvs;( 6lf! ܱ ]P|?\9 $|Ҋ;" X3gR"ϔdw]4+93kΊ+Hĭ'on htr9VoƸN3}8%o5VRAͱ̓꺑u#?Ħ3Pv. ?Qo@;0)P`JP7OYC2"|:̴Yr潄tO{v]dj5q:ˡϫ(UaCLP;{d­N@hϔ9vV—MvN>]ݲ 4mb֤< n{߭\{bxܓՠHK Z|T3&HzK{.T49bNڶ0&{i3)K"Qb yM@֖3!9N>PV B~SE4DK4,{IƟO1 R󚑰sǮFqBMH Oisa{-naEi;4 JkH'3n\;E֌The@md:[^ ^-rW̗nS$:55U M"-Ǜ2}ح;2V'.S'HZn{9TX<H`G){~kp;78CA- eFvsE2[P2ƌ+)ZZNn;@ª`9 t>XKJ>H&+y9CsbyjsQm\(_p42-9/3aΕ=KPZʥF pY0x_"FmƵO Ӵwa}wa.I%ɦ$+rHCO4N:ʟ,)T1 ˩O @pY Ź#qWA-tv1Aj_?j͈x 2pzWޯq x{ظtkHxUf2xe-w+tL}^m}' 7u$uD.^Inc,g M /0(sFT# e }3-y/pFl:>zkжO87 [UeywiXpJsX%e=\`j1" ^/W2_<=ZҀĨ)0&~Y|aذrh0Z  > Nb&'<3y6 %pcݷ\WJ(5?:f(1;|Ǹ֨R~yHK2l`.hy(Civ= cdG9ڮTfv1ujU8^ۡR"qX]f[tYZsWr'?+q{J`cyh:x~-/؉L&Q \:(e(7X|zD B&Fs[O)~@9pu5)zˆ&zǢ.O[D"fyfjâ.&$}hhֆrY賥p@Yq4za5b ;&rkdx ,ć4G!ٕqnsKl)yRmMl.$;K%O!o֫,^67oAaElcVFkC_\Cꟛ7P0]x~= @mu*LF/^H;k8 p0eMvy!QQz l< 6e=bO!ǿdv՗V,cG4.[|\JX?.zMH^EgW3uI_;/./~8ml3D>mJ jO:#E{@2PbR>-{@VZX`[lNrQ|vxI,+3mdj"v΀.%-)SX&ʓ9Yz3lzbmݷbiz[] 6SpC/ zFQ [l̆v0j@Olj*R*{fe徘e݆DԄj Pf1-ch 2:6߸3&E7Cֵ<"DJ[܄'X^y>WDV:#~3@T? Mocw{it}R`b i-"%w}SUeaFKz] A1THx8bffQ>rI) Yn! '$2NjJ@[eT Ajf̸p2) 8c)V#8 CKpk7W<\XLA}h-g ]?@4 I_`40 n frÞc(U*oxd8]ÂV(J (ҿK[lnR߾/3_y=eliZ&p}г(nLgs*K;*ŌMHEW*VXٚ;tJMOĚj#{`Nɦ$PF0 wT`ț&ߌB*;0Xf/kK>Gqr74Fa/hm䠳hwuvF8lb_ A5B ^\ lJk.zέ \)U@/~ewN@6` :W`B*eM1sHv+M1QIMTUzXyQ{m ,YEӰY6R!`,e-SEb+>nȥq!F" WX,_za3aDыVO"+:=yr0 A\F{%h1Kd~!w^H36@84 XICGѠ.܌J.ôг&Z({Ң5ҹOD=V;Y9Ad9,"1V`raJ0۞:O^߰Sbi= L &r: Z!*W]Q]=ө|Qŏ< );B/5>%OB E{8\*ߍ^WCV'.yUK n"{.CI\gM=MzaPxJi֫ǕV̙^Az(bGMa$tcB&ɾGJ^Ŗu!tasESUuQ;[rdq,xzkߵ3#7oM1l*B^XmF\Kj$'ۚPQlzG;H|ITmI{ KS?q޼A6^XF5ΣzB(>g}T:##3|f-ڿ[?&jLCv IXd <[v{~v"MyP5i ceoǤD‚WK;jɯQg'6 T.cbe1堼s Сa0t5opy/BI=^Ny3he4a1٭""8kI\{Y 4`#$AݴE+Q_Q5@!;Jw7G~ڱ#Z᰿tҍc77Bpybbokޏ"[ )td0mw0ωX&GԶ Iz1/!ĵC=΃5+^꩏AM ԯ3|{UVb12 {R&zhnZ@3$^mi\'\m }].iR~Xnnߤ7oҎE>DX$%"r̲>t<촣ͱ [/Rr45Z >PJ\7 E\YXI_!]wc>qN vW̟Z]4[սv]ⵢ9GF7tĖAWprڊz?Cjzbיئ{Y`ǍѮnU*z,|B 63iFfw *C?]Bk,4 7Ϣ7yPs݆ W:4<L~ LXr7j蝂*ZO!/HSv^Y_N|ѹўC@)ŒH总Wō#Pb֫ܺ£'k<B QJ{^ቡ$~Q϶g!pxX1?C]o :UvNdJo{>.ꔠ`|jBC:B݅PyH9kEkפqC`80@ r=fiC*6j:Kl<{5m,##C*. P۩M SU E3.(pp€FX٧k.Ns>Eq(FiS*;Nj;KcfDI1ڋԪ&TL2EO4غaNM5$4CzU|DkjLI,7.A@[@Հu=@ zmWf>ȁi\EFC-?U 4Yo9;J#ǰOlROۅu*QʸoҼoh S);B T&/9ru&g[=;ą1=Y,x׮d54dLm0:gkF(Q}5TyВ t 8(_u y RҒ4z,nT4M싼$g/d KtGA~gF‡-dùԚ4fKoHE7F( EHibvT+n-]PE{o9s鸘h`2w9u*!>Wx#\-/ HWyr&b Q?R^H0F9nIof~p<P/1fLJ_h|G0[ =l8Rkq6sMjAgIwXTg7KO܄Kg¬ 1ksgh 7쯕˞],D:Y~VsV? wB/g.1~J•zSXyՈ\JYLK8fbC*akW";Q9z`d w%WPQ>nAD83j_X(~@CTWcXY@3Z!p ^pO_wP2ʒ/@\W\)1W2 vߊ >Zƿ]ηxfKGho{yb/ކ56NKrt̿ oq8(E:hHjwS:j[zb9;vGcnΥdQp6qz~Gi;.W-߭X)m+D6L}R`::sqCY⦾+oxI;&,Qsgo b-xp6kR@l;|ʳtz)fH»ߎ-  Y}k"|rNmNjqф}!)@?1;ƖnAHw^b+AȪh [}*+ և"-D?j?[IZ',Dlڃ7s~y4uxvYm4x`ݮuG|̃*!y8a ;_V{j8u5<H7vۭZYb!LjÂQw"M]ÛϵC^_4;>f Hg[fxP@ ~؆NlرȤ=h_3vgXu,b - Qw87%a=SQatK&Ow tk;]rc gG`[*k VaNu [L8bLNƥ]/k<׶]%\t>(cl !+]7HRd\8%&\Xʹ9'izIDZǸu7WX^. |:%XS,?KЯ>?FE%DKpcga4 01nRtVbNUE/a]U$x;Lrʪw Ho<=+PL皟 Iåq/K)R) 5PC9B0VuA?p8a1Tvl +$(A!cM@v,k;bje.Aa\9+$RdZx@3TJ !үكq*`m35zi7C],S8Y,pW\O!2| ]gT(1 ศÅ# OW> x'.yÿw_*p`g<lbqm16*ԃ4#{SB,{$p*Ė?X7ǛKDg`1T% >ʜ:ۮM|knyEﯱP+p zn>v _ɹeX#`;}:1QH,^>TI2+JU\SD2|vЄFJ6,[Aޗ1,>2۶&Ig>RHE[89 Ww~ݩ OnAC|u0w[d| z I)KZk'8.c Qo2v$Lw_ML޳N[f";IĬZCl=b؆_)I"<%K\YEUjOBX3XwJ Ca^@uf7J}|XJ 6{{)?gpݿI>mP8/A.tĜZ8Jx`?n^,qxc-XK/0) }+IdG QYP :Y\*(?џ'Qf!4I+d1D~4I*( ({Ua(_*.Q?w52ϓ`+v5MD%8*z7 S'|]x|W0EI [ K"=K$4nW~ԏNpIl3tI $*+]NkXyVt-}onu-Zr;TyM\6bïX V%Uɧ` (5 pY&=vʭqfz@'ݷ$=RDq{:j/BY.|@~pll^C +K =X` ){wsotNUG_:Z=V+ 8LbED:xtJ"R6UBĬӂ҅4('{!5}ힱ=0)c7[x1g "O&돫nd WBTۡ8zbS7g6OVO2`2 Pݎ (X~yؔ,6A SVEsĽUMйx'5=Q=MA˟Ija!ـqgM ࿟@<6.K5 ?u#_;H$Y{;OSKq sY >$3z]vd۟z, ?81W` -{YX#%d_9 !:JjJic&^5n+óKR8{塓T-_(m8N3|W0kӑs'_=p+PCWBRbf}R=v)z(W-S 2oy2G)}+wwͱzxEElb+5Ap)@A\Х =ܠl7HTݹްϷ#j 0aГ(d .LŎsڐN-藬iHj_0z/nx!b質}1!&R/*7 " ]"V^'0-AgTH#4D: DbYJaJ C$(^G>?0bv/iapܒ?%ES`IوL}opVNAq!c|\h<  g+I B(VX2h_B4ek-_y§=^(D p]7FgAXQl>Vxzb lY@80q$i,ꕸǼ>;jivoF~Z"{2m\1|@_jS7J^@i} D¼ 1xFG3cr2&T|W{4UH@[t 34^ԒiĂqsS#'?=>E}M__;%[ ҾK #=N#֎ѥ:<"8әD⸕67 HLڋ=FW){|Ҏ 筟bfH9꘰a0D(p g) Yy?dǰސ! |[&&ר*%waA䴳f[ CI%$Ir-Bx4L.,E/+/wrlw )L(+iM.قb"2g> +]ٚ>:!Q)1"E3rRD0 F$w  BzN"!))9U?թuazVw _O!B[#&~+7]Ȕk/OL<~ rgY&(!}|F-0v-o-phL^hYaLrNFd+4*d/mqq\PĐR`_eЯj^tf D }Z@?Δv,_&OZWdn3WWy_*i9L}jg~B;2^7>z2@4cn[Xgs*IxQ?? P`_6ؚ&} >;pVP֩bq9oLHT`,6[Y ?q=($DdW-gP(u0P ~*Q.fҨP10áZTHAvwhx9d'Zcɇ-k˒jeQk85 'A+8Guwe+?J,c5~އpҮYFu)'HZqBVިI H%?LF=Mm~|fmq6 b0T&ғC\sacqyj!)C`w1hx%rJ[W&t;Kp<Tnzq:*tu#(廏\&,gQ|tsr ?_ R WR6$PwNO$ҏ(R#%iLհ@&"U7i )=D@a٧~)V91KkJ忀U74߹wJ{@e37 + ̚>3Q\g9!^`~LhC_g`-vY3t^cxGrIn:/ 9ߊV6QEUP$8Eqg(Nբoy!!zH)j_׈u p+C.ɕ1FLZxܣ»\6O\C|~Ô b:~");0缵t(T#{1Yƨ`Uჿb4$ WF>& R31r;.a] <^J g _$d 0@s_̂'$m 604t]>r|~ni錴Ooa#fLtk&Ы@o9 `njiWU><Ŀm}L%{"M"[284, Lc'=qп&xkT'QNqXa4v@mҬSh`´ un5_ljF3"LB{J o6 5JZ#w8_PISOOdW_ n-Ȇ̿aLae|sԟ2p:~L!h˗I9dw(%IܡT;DЧl!EkU `pYul嬭LBg)հʌ04|MbZT85!֖?4>E*jKح Y?yCdt~_Ky#Q:l~2 ;sS oi Ǜ(l70'$\n9(eŤn#pg]Q!s yvJ.6)RrrH+RH~#f=W3 YℂFL?mgbg?W!4[*hZQaE|rQ5L?>qV ]c"~Ppp,Ho=(i5˹u{Wk\!oꇫg%ԇ 뒬pRp`IWz/Z/-RX/XFopk"}{E6( /|ť')stګNÅcžle#Q [&W>2lJj(|b <~ BOb9e%&OSZ]4 rz]TjW:c"ϲNt ӱd>NKjFlSE~Re(PL87ܜ\$Bp>*.$ ۘ>h UuygM2ֈ)rd1na>tLoMg #8it ^5%>bA,s:%070*/շ\hka4 F;Aٛxg-OoL< 󭊻L%CJm:4Q jo6 `%H̻~AȊUvSTd4[-]A頧68^jVsLNu, =E5JRE#n RﭕU;TFnX"p䅑HU!hC\!>GG=GDLv"|+5_T@YQMre]-V+Uj%PwGN)S-|Q{8<R̳[Y%i/m:a֌0;l( L"UGEžQXoEic>w묖fQaj8Lj;{n>)xGF#¥\{4+RycARحcM@=®drB4Ku5f.%l| & YIu9ϣ$^s_{2_bqe%:ޥݠNv9po5 n^wMV68 7r~P좓o"-rk`7o d9B1`F*e"Bnל{Wٝp׷*{uDe75ito#^=$+(:wJ?/8Mj*OYaƎժKEt>n;I**ul21IhD9ooF2Ń&FoQ٘\d$g_9\&W"ԓ?/Xx[9/+R\JZL?Z\-~beTLJPRe.啿|3ǰ?2'!v_@;2c{u j_Q %Y,`O\+z9d8ɇ(ýhCuaS7Jw(tJC2}Σlz} {+2jf;*H:I!YF \&RDfL \ /_ԈsRw0D [ފ!#WC~ (fT5oX2rT9 ]]G|:9 [Wv@ -OCS oR0BСpA֘kuC҆0#$%>ڡwr}̌f^k`!PX*5ߛB29T^\ՋQLj ^M^i#2*gvC4W2 `@g-׌V⥣MbX8{FوiMMyKmJ*?6E.`ܤB $Gv[MZ"hHf2hO96\ж^WX5w5Si,tK۳ߑŞ҇1}a{geCco0O %$`xg*M%~GB9sN#O5?UyB`K&\91x n +4G|BlEv>w3QH<̟ľZLxR~JKz 6c*$r:VJ6 rwKȏ&p)ȗ peUWdI`Uz VV?Il|--RC'cSYz96W ^7ha+kc1w$Pg@ h՛:U.p|*%_[zKB׈A*,v0ϘU=Wc'&1`C.,bdݥ{Z藿e7{ LUhmU)*7=@ h_+Үw 4CT4ڕDG< A3Mǖ/.7[lٕKnRA+'(uB}jMRtZa 2yJ"38:W|V6z3wexr2xq$k?7e PWD(RO~.&hQ"16[)K.5Ȝop48n)("*" I)/CwʼyKZfR?L> hOdaE)6*LCHCt ox?Oۅi,-Ru} rj2NUNJ/8톖Yn. 7+"fET!c8\MIzlW˞3 ɛeJu:`^+H.*XH;-B&k݈ܹoՇz\ʢ wX[f1u[Ul0d-~$KM?KWzMy9a [{-Ε8C.P~vq @H|5ss%gtttx_ :b7P8zִ 5HJyx=@A`{J}Z,߯%px>x K;#a;tuV@^x:*`H^ ͬүh f, V_ULe¿ϻܪRiUAMo 3[i&M% 'rmT6Umt)y3x&ANx,}dP#s/38ybavm5B<ۓ0kV2ԑ vrE2acw_g#TU6~l`Tnrü_xt2yI.I!?ocⅨ_'u͠t V煊OO4 < s=#Uҽ!wTx{ %VYs2 PgӋ-js_3c=W+5J0B4g%憐9!P"},9OPPK;59"ٔBі j63"6p 2x |qb7ܥmxy2(UɃΙYysEIĕ&AX݆- N|u~΢ԕCMCs,NXY+I鬅>+@pl Hs$ny|NZqT`HӭpT n&G$mHE|AcExt%3x3NÈsDFZON3?^Jae:Zcyw.Sh "ߤk21K^?=r95 Kbu@:80z ӯg u3ͅ.|PV]xniө_f|Īq ތY`cLvbY#{@jw"΢Qӂbݯ'~_qFZ?1eYs_hpcB=0e.)9~ls۔b_ CY6/9#LX-g9{45m9ٱ |8bUQݯf';u1;5ˤAk!)\  qXu!Tw4 s,jԄUE0f)p96<@w#q)r~)B)f*I~zFTH-b|Q6AzS'?SDx<(ySiӣ+0ހ3:L?兠2~Gո:SˡKOQچn;a]6KLHD)9"!V0RʧG=x]4mӷ?3X=׹j=R9C_ondM/y@e `s%K5Q=*cIl\!68XEI ,mؕ e4bΰn#Ǹٸ̀mAƲhMJ="ym< q)|Ox*wKV' &_Pb` 5Rf\#GW:uՁ^˼~fMpIr c7l di  |@>Pu8;7]IZǀz|1ɾquBZ|0 5qhD _d/}h;f>GrX7π!\)^(i@vei\A͓:\`<.5 @Hbc*SKE6 VVK^yw.=?2x7{ "՛sE4&`IǫZUT $kTW4&ƒfU&41[ka(~rGمj~˒Q/ %nXږMB+]aA];`KB G 2kx)K9ĀwbIQ1͍hDpsaL9?P31lgr"xKtן.ƻ`,LLAխY]-HפE+?P`ûx3zľhJS2@k ss,1y4Tk|2Rex |ӽЉp"6G+`$q(f 3˥݃:?G8O< PH/eMY|mdGn4H-|o[v_9)}_p>I(%k]'Uߐj4ix0oi##?g__-o gm rmG8PLCPס̠#j*a/kacKכpÖ+P*.36<yVӄU^@)59'`'qZX);nnүDk4Fu /Rbu6TҘ?>aFt3"n#PQ/arfa߅tҾ![DГH1rdPj%Q{qbtC^`?ujcwO`wLj"ic>\ UU?x2x!'hRV=&y __9VlKdlhyWHsu{@Ұ`m*#.W%T@N5fTJ媺@5B6-xQ/NW7gM o_jDFb?~CWkOBH' K,z旞B^} 1A;+vDZ(PK'D x: YZ