PackageKit-1.2.4-150400.3.17.10<>,E`fjp9| pwtG^ (v9_B{*"dW/CԅRIp_ vpԙ{ nUK^{;ř@H "OQD1H%Rv<@9%'4T) #2iU%^ %qatQoI2  %Kyx&P/pzįτ\6Tr-cLngjpaKlSnVa_՞S,Ye<@#4yi>OԔ?Ԅd  " Spt $*2%% % <% %  u%  %!8%!%""%#h#$ &q(&8&r9(xr:1^r=">*?2@:BBFÆGÜ%H0%I%XYZ$[4\L%]%^Qb@cdnesfvlxuˌ%v w%xҌ%y ,z',8>ԀCPackageKit1.2.4150400.3.17.10Simple 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.fjxinomavro0SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le 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 || : fi3  ph  X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjaMfjfjaMaMfjfjaMaMaMaMaMfjaMfjfjfjfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d024cf6d459f4ef32a8aee1448503ed41875528fbe2c1605b1937be4da0bd0bf6d361033b8887e3143aeb77b59cc439109a78965ddf670aaa5a820c7fc60a0900a9b7b41ec681cb54f0a09b9510273db9b9f52f745029752b364340a27d4fbef47b98891646a1903bde3c82d3c40d3705b485831c16fb226a6612cdaad0beb52f9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a6a484c192c4b63eaef32f73afb561de8fdcbef12c559778a6ffe9dcb333e7b26c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.src.rpmPackageKitPackageKit(ppc-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckxinomavro 1718283498  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 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:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=10596cf5a6bde8af874b686ab62bd743e803fc23, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=728ad08940ceb322d2c82d7ea0996d5e89db0052, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ddff05a47d5c2ef8a099630aefb37b2821b5abc6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=304806d49d22df69aae727d2a6e71cadf9512a53, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=3c3d7154290cc911e7e68e68323675f553baa6ee, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.17.10.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory) $ RR R R R RRR R R RRRRR R R R R RRRRRRRR R R R RRR RRRPRR R R R RR o¯. neNsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8ce433f27076205c18bab98b28167bdc55273ae8b7184936d13f518d71badd345?7zXZ !t/CT]"k%aMscu/Gw{GpTnn@Cߪ7s`5zS7rI~2AMrD$M1lvMZ~X֘hZ,0YLet(q rN4h&[ۘ&J$gH*d.]J㱆h_opқlf7D,碥O+*\{KW=(C02@zo ^ψY%QR;؀uncD*6=En2d4 ' 8_X3g"iooP,~:塜ƗL ,܃(oe\AT]CajAo\;K˶A`±q7~T4UB(&ɫ}xoHye/kC(P c_IɤC3͵ksclOhvH@pp}j BXK10Ȋ-T_?U<apl>#[YJ^@5aA@pbW𠃥XQ+AGcWm!bzdwPlNyvѶpؔyô\YgaDߍ2?hzD{t JpNjt,Mi,L<8NI\ Ⱥt ?I!^]цnho#k/~;` \%XorvSAbݭ?OO NIv#xbf3X*O,x}y}>FXr7`VvŖZ"n\B|%P;9w\rQl*8z&tFg{J<l*:ZHBaErPC%2hNϹ++wu9m =H$%~_=S-#||l8J#J<5C'ГFג쥦!b_R)PEɒsUV&QWdfU)Y21~_xRh&ܦex /KP0 ?}r|[Ud5l 5b+kLq>ҎF @V^ -DLJV="0Ptn ޺h{Zs[o3+jˮFWIeU(mVkW=\g`F&s\/hw9'g;+]?5*[hRw鿖}֓U}d$*LW`WI[#qx4xz#.|n4;kexfmܱM% @ƑLHxEک)N|YvSՄt4")LOg~tcШƁb_c } Ź!V:F|jªZ WQCm{HK$43jV mZ sܳT7,ז#oP@+];JMwMY PqVv!چ+@ yDp- 2":L}v؁k! ue.iCԆMYR`[[-O(x"UWlm'ӉWZGU'^)G> -ApF@~v+ FVYd;EKȪʳYNDݍfH]% .:h> 4c:7p9(>VN RC1Wu = ;ِE?"MQ_cXJ/Ng\& oh2:D) |=y@ -cשi܎ADvCzn@e+ KODgLB'D>{`TBhiT. 񰏯Vy"riԝ{uH!Bw~UK-'Do! :n| bnG炙yZ%oJؐnï+LʉKSkݯ@ Pz?.W+IkR(Ai{ҽ҂(1_ T?WA?F-l v誼 !%('`{5m~zXgd^Wc)mJQqzx22 \𙧫^c7OAyoζ(SUI.,b6!Ď=>|kS'@7*`GA{PXF{Љla Hؼwh$iJO,`VS;K_\3,a< Xe-H-SW«JaCnGoKHhJO.qrjRx۸:2Q+H%P` 9rLtVuf#F[B$䑈(Y$@F`~igjwh2]MvtAk8uw6Л!+1eUyJûr'k֓7sd̔I[?ޒ)Ƹ6w@=޲2b>NS o;h_Gt:} g`cpׯjfbA=fkЄsX^:fAϑ۴|L7w=fL-8(ڟTlH˪~>X[9.mA0[Q-5}EKqf9F=XT3߇-\' ;NSYe1-.dAL@5xk6L<7 W.g~j`'y~-CrD^Ofc6Z_='\ߡpX 1/tg.|&[~:`{\7fl&%S\v(GIo氇|9HD_>,f3Df r"4r|P|f κ UV9f' C~i6 RJׅ65T[#҇6}BIe`<$&k  (I;b t!Q5p`gtS@91 7 t0jz; !"?#Oj2*fTA@yak͹\KI!.Q,mA}zR>j<V;8. lww'0|g .|"OkaM*,^Uf&[nWyw/-o|U˺HG߉uYe~%5e/ֻGGQ>%4 +Y^J8<֦fI!E2Nhq|nP]eo;!EzO:嶈.d 1Flt)~gi3+ȟ Q5LG!Km4Pi$'5 tb.-qn&gzd8XSc-p$<Ӌ p{5N`hCm\ہ8D#89kt#)zXR9 +`p%a$k`q:d bFeN[_GDݶ0H.x_/6'0t=D:! PXmA T9`1؜Gf*1H]9%xZڷ~H8Ocvz3"[,E놭j]`4kI?*\D)"Ō@,GM#;:2LAFvֈ iF#Ƈ3[h6Y,w$*ݙ,7J٣*#YvmCs0۾Úyb2W\`jtߺ' GHCBDSwB]nHGbG ~PWEzWKz JG_oJtq/ qA=dAʑ! Ve1K7W-`h S@)_!x1@kcà&~+毷=sʵN.NtJޒɎU7nnkk=[WFmY1qRn{"p$bvi~'X_l`;^ $yzn;Q3i>bd+)d=(8,pc!ctxzn؄۸ÜS3f tVe h%촪+q|Fx# y?93AtU#en}K!ټAeNdeՊ)Yy?Ȧ;! #bJ1h%VȖT=tW_^PuξmZ[XZZRDݷEq@t00$ r~qCiN *d 9ZdO:,Û3')}*lddgz3ao=}`)}uN,!&Pc^b\[eH|b y8Y=qinAeRM>':6=фdRS<Jβݻ3D!!Y]cʿWI 4ئ]WT.ڞy+ W.NNL(4WR!Ѝ}YǪ6-7+M7dX[uBǗ%TKL!IUVsF??"yz&$l+:ScfwT iȇ~'_V(!0CA4PDKPz̡^8+JP 1; ]gp~be](.Pwexzg2 z6<-@',fVN$bY )AW7&(]ʇ۟@>]hH 1'W[$]hgZjC02>D}N _jA1#+n+&uv \q3e"v[?M+lz""#~` eVg{(\Rh@+:nquf:cq.Q2t| D_|=T!p]2-&t|vH-݉u|Cl{ʃ:d9ܢEfȜXsj4#ݍ9Pۖwhyn H.QQBõIsԉ̠B|EũB,T V6m-[`!b^W%|&329fsI֊E4i6ICJ[3wz专)R Lř-'q~霃 g{o߮TvjSL/QAb`_20gJsԂ"i.]EfrZh]JN73q͑㫇5L\AuzK:0ǮJI*߿{Fғmݢ8 ^0t9%[ۡux ޼yS3 5>ICEAՖ:RXT<C{´"M5VaW#Hndlfndp%]2@UL.c(,FZ̰c-UX_g_;lҝTD7dwlmpar+@.HKjUUU2rG7ʑ9ᮃ9[(F„_w&\3X<2!FI:\"aTe6~S,ޓYj"wRYzJ#=5|zKx@UUjw2Lɾ⠅/[fN|Phsen~(V?[-S~Ĥ=Ø<[*zVf9s_/!^ZnERC]gk_aT XwL,<0zzˎ}EedRgNܑAFCN[SݢK~xtgURFtCXC7B)adK(jX$Qk7 e^(<FZ4.Q[x>UY4#@{Ͽ=z9Pr&n^ +UJ;Y#i?9Ր /hnt],) 30@2`vy-M/d|F"KN0+ e*I9Jcf 1/샲bN |13W|-rUE=r XJjR,L>/͟ 5ʃ!.EZo=`Nۡj,}ָL;\ĬHrܼdxrW@h-3vbn0ReҠ^m^G"74ϧ𵉖SY|Z tD3[Wa?9DY ? S>ID6x"~+Nevq` 7Vt@,"gDH_qd2M8T3Zv> |&-KU¢_8Ӛ6+ByD$†%\ݔP/y2lo:ӂuQ#ÿ}rɧJ*isYwVsX[U#FnX`V>*cTNQ?_z6gyۤW2=TvF}U{1 hWY*虩PfNz#)lO 1e7޵_8 # ԦNk4o?r[L\$2Rkm{ In䡚=6; ս>EՓ 1n !/6`r}t ^%btGŪ /`#4J;Y5hVeT,|_pudmfiKUdk;S5!mYmew/lPl}nN\>90\J ȡh ,sT6CpO91!PPӺ LE^ڙޓ_h<N-a-0$-wd'^7h}"tbΐwCx<]Lj}&Z+qN4nE0(Jt8.k{u\& /ey\G IbNNlW !=8`$ +&\̱+TgP>jh\Z{Q[{ /Ձvv˘_q5FS U2 ASQ2NcJQ?mW,T.g–a(낚vHKT#d,gs8:>[(f,5HT8X'uJM@P\A"ӭ>F+ocpG^}v\&k. q6(N:{!&8JFSs4qtJG?'OH  z5`TPAnh]JsAّDɕ[-;Ӧ|tresx|}^~7rbU͕Svl  Dr0yi7EU8z1VH:?|M^|4TMWC*aFX}B7&KVgB66"é[2&j=yO(x_G(*A6}'c~Yo XAKDEbmz%X %E=eQ!+aHTr=Ћwk[8OP/R7Cf:NYBA \k@Frh^ Y:3$i.aZVFB3BmΚux_s`,dA{ϻF)= si[ Oo?lVDBC8B/ r6oh%z[!|NQbză"ܗ2I[tMTW0 #HR&jX{W(  Jb'#QlME-'u?F+;*: kFMmi أnnW ,m$l glvyJ>"*(cǴF^ Ӌ{q_ +i_i8+eb4I:ZPPbsqȺCfXQaM뿄'|Āw:ĖB=R [ |&G{* W!_Ґ/ YH8Z$Ja"Bij~"Lu㮪flU<ċW,TQM3ʱ$^uvмVO6 #f|n5ƒw-PkoḘJ&`餞Hx&R_|*hlbEQRxks8@b`GxQ2%Zhf/Pz^/䜍h[hmJ$nU:3Xax(XnwEHU}PDi-U5UĎW*r?̦W]7ҳhS^`ӱ߈2Gg(N`3O{^DVD6]1.mpV-To遧T}0<MۙΦh/ԍ4aO؛_A\v2ƻ@ צX;Ь0{C*Px>B6Dq7ŗ4#1`Z;P'ʳ5Fjd!7dq{8<N"&VÓaNZE5Su s<&%d XwC3˛0е8 R8"#n?d薴/9$oM>QK܈/p&9e^a'&iX<ąD-y  |P2dyJuMANCP?^O n;wJ ?U8/< DNA\_"첁69d.80r8@ rS#ȍ(`/cAEY&K]*“s(\f:zC**vb{1^c}A5TCT9u8la 5!h?B`?l5u^D3Jua{D- |׵<EЛ t!Г7JqQUEoehy"i }eXp\"{m?Zs,ZOn2Y~\5YSywe\ާ%ޟFkf5@0&$1W[ y+NHBXP@ϸx3}AwO Jw Yvtk$@ 8#MŽi[3ִBɨ+qXe(&=4_.'f)cnu[|,{wW=-Ķ>,m߁!h(pfN^g%h= ͧ;;a(^ 4׋ Aԉ}w~<\s[2.I/`W[MթAJVS5OqCNeX2_G/BI>dIc98ܙ N!@͠O])Q-[(ArxN0K :LW/-o޾T \%.à8bYxYyHGV mDŽSY}u2: {R)jj݈ >(K.O+:hWMAlI?/ QӦi j/:7b1c\ BXzlP<} +n"*Cs)4:L_EXV!8lxa`M[t8} )>kK&HmuN遻"mR3^P-*+&ܩlN+e?Lo^`Ws}5OXx%Mrs9"Ӵlir"pݘwaT '|m(I5iWz7iCp͛`sL ^ozxЇW \n> o}K BsH9eS *Q Ծ̹ { FJܽ5DvasjHJ Y]**H1ܼo˭BVՌk;Y~*G?ӡY[/+QM=#X֯ elqUv Nw_VqhW_kr7}X,&ᆵ yvϑBTVs\)S0"gMv<"c]3sD)gW Ft׸3$ٍVu՚D~OؖAfR_?Z.IVFfZ4%V=6rn!u۬5W2aY+9R`J>-LtNڜ41tIE1,,f9xޡ"yJ`h%t֪K>ac0y8MeF'G W櫔rUקc,ңAY rG>1-dތ q[= Wq_xA˳=jJ}0?3Z Qj8 /kO๩aYtInRo'vGfi(''dkpm %!v>J!6c*bopru"G JnOdW 4X3X;q dDmiqu9YT"҇< ,`u$8ݲ#Hy?:bI]^e}PٌtL﨨SP2uvq /syu&jX>tb գE(y^ Z񅦭g{;\з"&Pzuԡz1~,7(Y~;&"Ʋ,r*VB է 4& zNw%4~~ga4+IW\B9- X!HX¿-u]"$"vcN#vñBy#,ƴ1[. gFHbn-.oe"+wv neȜl 1WJ=gӴ vn*{%YTх>tkK>\y#S%46\Ce 5v#y hJI61iIci,7//'U\$M(IۆI|@ǍA2dY!TZ_vύO:5~m'A`5cz.7W ?PL^H1]ub_ȵUYy2/G_=0Ik3;P`_W1ŁtrJJ 6enB>6f'.TvaT<xx,îdNfHITevQ5E=-5QWD{<_S6|hz4KjR˅|srQ_,AK_ ZBa^vh+n J/ "OQ0X0ɠ1hxImǩoRTȒ79f;񶉪!<Аr,Wگ_ƸeweN&5#Mb~U'u'o!܆FtlJ˔&U\-/+c`gB;K{qCK0cWk߸exZrrՙ|!M$ =:T+k{{!I_{mmqܩKEwbbB]rt[j@W҄U3ݬ$l=G>Ha>[d8.`AT_ݵI$l.ʢ@0͈忩"`rNJt!6hzrټj ?p@_Mg6aH;UԾfWn8(A+7Q7>-H*s Dd螀@c'ӕE7$-ވջPBA%~Ÿž$ǀ.|ðˊU@=cx$?p~MTsN,+m2dne>#ևoԮ.^"_}}n/Et_~T{nl)x˃ 1s*xI t{]R/Y[ 2FĂ Mv&x &r3 &!q5Q$B>\ a*䁍,^[Hgc>c]s# TdQ[ĦbM3,UMOFS#X *1*7|~?=1]t@̓af lRuE)!ZNG^uuhI1MI[SZg;ˑ؞S G,b;Z U}^N|pJΟ=B>~TOM`XyZ=NC!}FRg3G+Ƽ : b3ԼLFcXBj#Q7V(hm<}[m91怤)ě?RޭqQ [$M+Ɔ^ԳFs/ a'| „PDki%*93{ 5,xcJPdH_4UJ&gBx rUmŲBFc-O 0 Iyki(p3c?$d\v?Ы{qμI9}(iZl9݆ W?F?j̛BdrRp}ņ\8xc}27G Ų1ƽ5lck;| km4$uoa0yH?ԪD@c|-gS5;lCaCƊ$;* (x\ӔͶe3ƺ7[gUm|UdN;n?nf&Aft^,O#F) 6z6pOVFmsVL>%b"@N+yͻ%&q$OHWBTYI#U"f.p)`PSr\[a)x]%[ς?e6♾C`vdgs3ȉ5HUB ]"@BNHZ=ыj& We|@YѠULDNf^OLpCe C u&/`:uTV\{,|آ^N!.Qv;?15 %_b('+U⌘֠MIڒSb93jqs,8bTyeީ%,&Ȋj.sܤpl c <šT1|y4K`,Kg"\JQ:%FQu:ЯGmM<(z#f Md6xG`3h刭E*O *p)m\m{ cq8ohM/6w.Q8)Q+TRqu#V%FtY@ءP_5l YHmzV"v dU 08P,OU ;Iq(=6*oF4NY5IX=([zS;j\|tӢb-;9ZEjix-VgD}2o稡$-"V}N9Z0;efoDVr c5؆UtzLozeԀZP/&xH)u5?vޛAf5)E^ς/=KwhL$`c@.nQ@fH۵xI3٦7W^5 ģ'v8[v8Aa懂4K#σu4[χXdJ`ٯ o>Y_tZdTE"r,1/Fz-yP)Xr缜 jo>1W*MӸ 뵾<tRoP֞%>ٝwbCb"&hzõ {4; @%pI&[g@0s)Gt{ᩈOIDxS[$}R )`Ulllo &?MQ?^]m9vc Moc6QTt dm=;75>O  EIB?@znіݟ h#ͣWdow#;8!߻tۖp `!2tǪ+} D6]  ᆜ)AQ93`U~x76E'0ZGM%Ai/~~GP2.W*EM5t*nue^,IWtz!CAX#|큣@dfr(I@>H4M%IWK8m7Â0?Co.9Q;!ܵX#bfM)vc8EˏucG3˕䕣_.>1`QaY⪖3ܪ3WOt[lrXI&<\y~]g Po{;Dz/f]Q'{:e z圔 |ǹHφZx(r[s U'[ <Y XF29"F7W15 =[sLc{ت t o.,T< ]*=K1n AS_hs`TP~08L L=4 W1 AX: $O$pH!}os6ᰭCWi? X]*.6 5A,Dɟ ynO_ج qtLߌ=7[as-:o'2-0(yQѫc|9q1.n% (cJa´u]t) h7ak5%@|}H&FgGMDRZIW$nVCl S(e R7l[{ndAHjsΊ3'nn*n9B{3ìW^Rc#C>k02Demқ{ :B*N+F{n4GMxvFY/ _>'S7w&{v˿ҏ3 תq(+6#T|td=? !ץȗH749|dߠ!UotE?F|WA7J9Gw#VO^D)%TtC&K~-=E`}w -Ӂ&)2NgYC҃(+ӽv&?=cZUƻWPRbn[h̙sK^]_KH)|lp #1W!G-P]W i< 3ףI:B)B7.h䐜᱄6+ͣv Oן 9rXk<~>j_a, {)†ɌJDADǦr22<ݡi*+Waۚa$jބ*ueGdH! J:m^o"Qmq}ېk!5/ VFs;+n|O?=n}lRgE(ݖFq6r3(!7(Ғ˘$1K]T*QtsO\9t&48b}&*26GɭF{[Y}/֊`l7oZlF|6NQZA*+Vt&bsPtt]*156?BZ+P8 \/ B^Zg!d_JhhT''6wESV pɣ㬯`*?9-?# p`@QM9<6Z11BhRxmј{9&`R@meʵvQ;ΜFЏTP"6ׂ |to~u`rLT 3B$:MM#5(BIkmW|=M`Zh(lS_eFC5`uz fC' 54&LƯWʫH"<:DM4YU?bF2 eކ4q4- Uri,D(!c0'e1r![/ 1aScM)CkvS7@"S,*5X:AZd﷒c2;?ۭT.ЃEz*CTWj,F2.e;d,VְX =*"{W [`,>T\R_;KV41P {aPup4yRZ7Oy9X _N&[td 꿩,w?_nMu@^:t|bщ=@ɻF^Ϙn*u)y)'G81rЪ%'%_AxD' l4M F٪Wz}M`V~oXw`eRd^LwCaXǟsʹt-{\v=\19ق~l# \!)$@&pj?~ّ5CXd{jUGWJ}]%eŷJ炨?O=QҥXW4+>qZhc$ Oȕ<3-)^c_~~0$@$6oc0 ͒WqO xm PJViJ@Ti\%YܾtN_ӿt CYc%,#OR8؄ XPp^%AsF^|a'}2WQvwyAիGoF+e) 8z "6b}bTO\gY#?4C91eyQsq@$mG=n~BwAe RMQnKUlAdkw/>gMɀ4I1& 73Q׃0ī6 V|@YV,p0|F0iMRB "2p\)P'D(mmN,E KrS$LY |$ PBSaߦB uj_m]t\/eų M>Yi\>O^z{(Ǚʦ=q:`ik}( 'k;hQKnf (9,VC C&ÂD?e 1bFێsG΅߄fU,bEEU`b4׬tyo>ެ/6!Mۊ6HEɂ\q7]$ qc;Wͬ e'9Y"ץ,˶"XW&Vg O`<`1.a.b, c±TJߣ_U,DŽ=&e¬.M٭vh |{*vPG[D# x+Nf% 97Qr"kt%2=#v@2Fpxn:= cT3ߊ5.#Zvi8s~*89pjS[)|cj!h{'*wLM!R+ڝqRPDKP+IeZ bM4 2GMԠ-ߪ`*h]G_۳(rvrx:rø4ähJgZ8&Pƚg]˻F;UNP4u"{v<>sǮ_X nEi7?ht#wb:HݜEu,mfSh|/Wޤ<VQ$,YWwA# [՝7dy;j^]ؐ '"S ŗ&X U$Y&L# c&*u)8\T+rpA`c7K1&c- P ^]@Iw1 -1E_|t`Us1Ax@O9Qt ׇ *Hi_xUrݐQcQySJxOsMLc>,ry9dǘjo Ac 0K@.(RBlyLԆĞfAm+35Zl9x\g3Z W À; 8tK?D"2ro8K)*M +[y%ƕ=JHe;*H-C+iOC&&lnzk0eߗ!%?/1ǒ*z;Cc'@:KIc:і<28BMߝJVUa!y>#֧- x:PgQU2vY2 \V ki65? Dž}{63Π` fulQOSk6cHq Zk$KU72`e PiT4gHnl=Rz>쯑FxcǁZVG|#0b&_3: 5 g6Ҡ߃&jRxGVƺ;%+&"wzۮR$U.JL7=\Zn:Lt v<2,=sͲ (TĥXJB:9><7؟}nCx& ܎!9ƌMฃߗ3P$cY3mF1"cRC!| 9b [7c *o'ê8a3Y9B3 H@[׈Idf5v)(T5oYڠgUvkW-ފ5o1Y&)s_zNDZ >+o`FK8?Fjbwut w=ZrRX30`F,ThCe3}Sr^u$̄R-!mP5?htjW'G%l*ܾ@Kk&?.:giBf0/-8'4xG?A ɽ^~ckd-IA<7$4He<[sXfq^~d҄0pbzZQ@wfݜzo]١@5z+Ұu5B[1!%ѱ%u@N;O8ʒ<,qOOWFX8 rzذP㺻.4uz,Dn(ooJ] "4}fk9=H3.EAfi9ET_) $͸ #ڢ8IJ?LR #@[w)-ZZml ݭofϻ_ZlJ1!CƄOF%0F;RZ ߔhFǶ/y%`J[O92JC6f1X4d^ fP) >+>{s94/@g&Efi*ʧxY\g4C} Ad%NzJmD[AE )Ԧd,_ҽ./n嚕T ְ SYRމJ@!\vp):+܃4{zsQrDjd:7 tuAc#wjI;tו*;()u-jl&-r+s6FU\߀lKu_nx+Qgm!:Ƽeu0q=S٥8GCX6;['*yHcPr)0}.5\]!7WE[pr΍YB#FF*+*숏ݐIm鷵v |琐 ]F =kL tO8xth ?!7r+V*0G.$p"Q=[0_b0Qhj{0uwږOiPe)U?.2"*ǧ-QƁLB~RB?sogb!2eº~{?Iںrr\rs *_J8WVs[l̙:uФV@.\cAPIb:}TR&F«όUDw û%,xML[]TMNUC3\M> ECT'mi@,,>,H3_289/VG r&~9e`j`G ty-8_YiSr/`^L8qJ/[k"T6I&;ȷvrJP7"tZZr[6[l$FW np_Ze;g0+w'Pύ>k-8TȐ rcF"JEUFg(t=1d6KV tu'B*ևc0 Z CwafK\_樈3Ccq^JmU-bc0!k%!NGa𜬓߳bIՉJ;ԈmǼBѷ2x5knEh]3S207X}F @%v$ص5q+;D%Drխ\ոjV*A_f{v^m((x?Ъ1zө o7RТ0a ׂUbP*AMg*3bbs _fjuEYE} % ̀>5֬Tjd־*>T=wnĠxփytVb7wl֖ra1a?Yo;U:#{j+s(Q`>4R>)&0930<[M&հU+C}ahzċ#}Ob[Lz(e>[<,b(#PD:S<'[a DVc VqGmvFMԿ3w{}# !_s~3i_Kcsr.B&8d涒1]!!DyI2kf!ǿ֙5v85'U89_8b((=u/QxY NA$CdP-DM/ӽY_Q]8x7P'uoq==` [{#DUѲlYR"UPh_=D|,{R.݅;&6 =llNQמ,K_B$KqaF~ hG@!+&@oe'H$Ot0NGj -|)XO 3|YF~ka~t*<\?F2Qg2ɞWîӉk<)xQ1gգoUzy3Wf_>tI)|-j*7H)j+\y.q&C;i!@s@bm& U F!m0hm;Äؓb4֥Ve=~mX4BЙ`LFէ}Ub6WjEvR< rzBR6չKLd :ڄ%o ExěR Խ-IW2=5bZoMQ S`²eetwT_*IKW/ QlY(r;/IO, D%;8_dpV_2<[!i'afC?0RE]iӦ3e.rn=-4t  n8ʡ(^[p9!A1%(JqˈrxmB ͥ%i!Bs9Ј];:I+b 1&2"5*TP?K *4W+x oozKk 6{N]Lժ8`g2aY H2AɻܖewEUX!whY/qPTWoDl$E=MPzx֏˩3dÖOˢcn~IV8ο"؊#Uʙ4f|Dkl~ ,Gt `r4È۬i^,pNCITuhGFsD֯3{SIe;&#F6QI Rk7Cv_ ׺r|K"[yJ%h|/,\0N'!~w]ۚw #@؟Rւj@`B)DLp+&9Á-,]q2 ύ+Ƭ@[jٶ[ܰ{=xDɔjO&):)c:_g0QUKEQl&r6ƙlQe89]k|:׭e`y_{XCq6>[F:}_S}O7 J/xUt&LJgFME;;uo>o$a-JAC%12Cr~wļ?"-a ,Ô>#y-cמּ(󼐸,F-,T'8ЬlOmF pB,A;kkёdB+\_iaT<{p0Iv[4BQ$`D37CW6QN">-ݾ2ٽ/=DX؃2p\S(WfFq k!y [X@?MFnˡmFw sWaF"5 rSӰa; ˈrD`ׁm?JrǕ`R]wϾAOWPn0 =JF}'#i4.9#4~I~-awk n㹲P]OyK٨:47@h{):$҂+ݓZ%Ǻ :)B'ƶ/|5Κ vDusƮgQRLS]TFOw XXNLP8p0r]Zr{*yw*y#x\Td2r<˾iٷc&==vpX-M!{"϶M2IZ.ȴP&l5p=|<ԸjLey-'ѹ#-?*FoBp'pW[6|P) +0X̩kA]r/ -㈗KW$H_ #*oxyONnk(6ɮ6O0'F%`oHlvd<z5:Qv5 ~aRC.-_~$@<}Fxni/os d =MY:i]8~:͎T,xGd=3%u( d۝6r3a`8;fl .Tv)s (umq6rr?=dNMh0q ZZWUy˔&XD4}Ug1i 4KL(P!wG"UC9Gz{6>_y.#C񦇾0b@s(L߃QgmndA?b1B Ci`VB!RbK0 b{<aӇ0"1bf,%lP]s-7|~qĬn˚웑P"sm7<'r5Vy@71 1D6Ӵ{hg 4u0SB;!e7\S 6ōcAIߦe7B\9>D` P|~\8iSh:1Ll3͓ۗpb d\;fKt_eNNҚjMoM0kK0ftGkHė>Xxzz=sǤ>BbKɣ߰B_Ww X\\cv̠ĮN O O@b&W.igXKU=VA5v>6 __~1qFE5k,qٮ;2UJ ';J^0}h,FP[S](2 lEs$R%,ESWrHer<}_`nSpq@?|H#WV8lm|,p?V|1b^%G;&$m#9[CfL?`s=͡8>[Ƿ"ߎ>O}KC|; [a`Q; ?5mҎ8j#ɎNC<)PT_w^e"?sqħw)ΐ smi7X\?M@[EЃ:9{蓙Dtwvj]؊x`#l8pI]%7f!0opl4_<|/n@_:?@tKA^w,=tX)_jxLK(tN*Ui;^.kҖ_+@nw|ͥWo٩h'1\gGpfq2cRmؙ!g\0{Z=.`Q1k!e87אpn&^* ,wyIkȩFJN1|NH2#zܡku %E|>u<@X:Y DB9J ^639j,zDZ;22ܸAy9{t1ز\#mi֨q7ҁ"_JhF{psyx6rh(a3I,u,i?*/#?y:%E\͏("x>&=b:4{F myi&|&#<:v^E'8;ocٚĖE&Pm~%2`Ze+ |H@cud]]+JáIKJ5MGa?n阢dM'zW\YpUV[v0Aϙs+ mX5 ^Z_枱t1 ~ԛ|-PҔdx߰eH$60M;;ǜclp-wNۉI#ÝUۇՑl3d={c̼LYiVHJ.wZsX٢#U\N{n~S{ʄz#)ڄpYɻ/{ןܿ]~l߳(XNP}29VHW2}<};BQQ .W]r=c-qMEH+4!J!V6*?~N"'ƙDgc/>(~$bL)60g꿕r5&/k,!Hؕ@D;D; X~#(}{G #(DQvؖG2X(xDyR:D0tK<~|;{-8wRJ$'`fZ46uSONA0J=з6]@:r&U$#OVc .^;TtjГE/<)Jr`BzKM (t3Vt3$o-weQ"ƙKlTB3 ̹Ϋ!Dz[J w 5qʫڥhRVt i[ZEI/6*ilcK+zWQ2v]\eO2VPR ʈR& < P{C&):_ATDiⰮ|dux. 05篹TxzW שR~1J`!tޥ( X_hka)NLGH_"y3bY,T&(J l~:E}{WY6zЋo$s:~gG[,n}>T0V\3]oi01n9&yG!P }+E )`)ݾ`H3e_c㋜3n_\(ޕHe,JLؚXw&OAS /w.o8ykAuۿNv? eQoY9#ᎶbjCI`EmFو$ ]PObRqA z]B/ޢc%w'\ g.KV1ם!T׻ϼ[Du]OdzSCs'J0L!x1d!I9 }K6nlrxbɘ@tY?H0c=H0xuS^Z`E 3h֛-6C_A~6<^TeX8URS?7F6ԆUk΋зOyPOQ(fҽe V1,AZNIۅe:/Vt=-gaD}2hЌsQ5ͺ}K,znto^W Mه:J0gN LG77Һy jc֏A= fvBv`VOdtif,[ XĿ7ª^YWĐXO쑳Gh&=u }rL̹:{R4bUnQ )x2{ 1Ec3Vw>\`f9+ďaKLJ&Oڢ!|nEZ){ O9>i~\lT2>:n+ Ղcjk9vc !NZ{y.Z>_PspX:czqwm*I韀%83pׇcSl MpAWʺ74 ?/Po NmŐBdP O^ +G~̮.fãPT( -D?jew@ZsQ=yOr gJ>.gm t53~kc Cl}ϋt"/o 4+o7uO7 wBwX԰<_ *3w|\1Euް0[bNJL0ҴlywSO1ޯܙ6K 1;G**1}?n~H>Eྡwr_T "g4 =~d oĥ0B~?\_k! 6 cS0~J1 DC]|Ip7wCVH'lNxsB$w@'PMk''&ƞ7s'DFpm}URWBn6ϋR9T̖󩿞ωhM4^rKjB"?vl!ede'zgHB'=/:׾DS3 O6Ō^!y)ئ i9 mF̀x \R,aL5s|޵Uٰng*𔦷F[z3'V7NjKi]E*ߦ#ϢTY GU3'$VS̼'՚]AW'Ҭ(K;A 0n6;Աp !L"xٸcG;h{TV"5UzwUQj9JH%fѸ Ox xbWO Ot):\QPa4ӸSTr iCQ@;0Syg"Y8%!J9jG_5Il~${1'QY=XԱ Z9H܊уRͬԋ͜t|rjOCh ҄pꦆ,d Q;= xm1zʮAY6o u7fщh)Uӌ4aP~ح7QH~Xd|b +]0G =X+x8bdv,\ .Wtµm hQkd눋a+Bm '\F^p(7 zb} Wq0O9IDF(ĉ7`EJC <[D )5 G+5tw^s;H 9 Hb+ȔpGK-71.܆1(t J#qLISJgǻ7L*BŇߖ xL=}AK/-;si@j_pCNg8 cs tkq#4Y/$Q9XbUSn{Ð7c7.seGФ0w{,Q,Ak5y ~ΎOLڏ[-׺|>@1=$> KddwӉuJ Tʰv7[:./?3\po|Ɣf/O 5-}~0ת@Ȣ.m~壉䯅l° %J @Bg{TvlհbrLVi`7ʄ>t+@sb_ףyw؇5M 5?wx.XWE5F'TeO.Fl%#G e>2)1ȨHϳk*)GfCe'gŽNFTbМq^On"M^]JZmnӺick5Щ} X2i櫵EzY).K|饘rǤ!øfNlA~RU1fG?H!ltI~/9™z`<@(VDgErժװmH5|% T/Nk6w~fu &%Ux 6/_;\*h|KvgsCU пป*ImpW`TBrunkuW_N]BE|vM@:nGÃ#|$JA,jgÏ*\'4m?)aTל@lw>Xgs@ 'JWT{O䏴Kd7Oj&VB\ CW1!Ro&BUS)}`b޾1x}&nOvΔI1q8FL;Z ΄ 3[(;$X`°U?MBӵH0)y<{V>-]`KTӌO||B>X@͝ 7wv` |z94N7 .sK;#:(ǠXϙ^ll]Rxy'Q'TkY9\DdRKlu#@ N/iY_hlDdm/&T:T0smx(-S0B;;\b}ϸlM}`spk_G+Pz0ڃ;訅, E*3ipڞc 5O.-5f V|)%.]g4kG 5N@o~K* ނpqsUqT2LPSKBoZ&9_yG rdnTn!8AAB"$u;zYaƒ1[P;C}<47ŵ_w,/sg߫0GsbYbk#tpb ጬ7*,"gB ZoUy߀Xell167-jꯋ#>e,#$dZT{٩fļ L< (GKD-8OűP՜A9 u7.$ %E)+%sicFВ@db8Z8Dtu4Ҳi?2e).m_ Ẋ>= 96W(hZb~+o:}y7ֲD<1`|7D@hNR/Y_L~p)*B߱ l\+ySy0ZđQb4%VHB>߇ >jIy=S ʝR fiܴLMzS%pEk -pIJbTΎl:Ǡa?DŽH٤|R d,&wmm/)o&<ӻtk v)#@|O2ۮ&9$kE^1mx (Y]d+ImW4Uj䒁ocK@}[]B8aҦ~Lj\Wd~p , x "9\3%"h;G>bd]-.=Azs6Zn̰JHI3,%N\U4L#SZ662LXeEݬ0GS@XwQY~ qx~&ؗdqvĊn-Bh`""TJ<*&pTWa A_qʠ*eڕlę2K o_h5`F4sc=p.K} '-`H[@MŮA]ihW,ά9#%<#Zr;:ұE`>,) =z*ѷK6db&=홟pXrm5AiS7j[WOrz@ڦXѕ/ڈ>LU^xTB /CVj`.f8/6;'8)Yf7LwJ*vD+rS]Pzo/y^9~ې̖􀚧cD ("[TԂy±3H>]),Gr.m U7azsfj`v~cJq'N]bl5Z`H wT4:NC>VMʁH.T#,{`rB^:b/^ãuDw{}hMvF ź1rѓg*@&sXz_ 2Cchb7rZ@0ē GjϕΛIVGr-X0"Ms^za7Pݙo|9E+?iW։&ES MPU]` lw[ؽƕRSHBT z/sm誆Ԓ,27 1یRԦRK\i~h ~ Z'Wz{ 3pbGAo%=|2x~L/r.)KTGdə&(7ڇ^zb*9`^M7HGVI?Z:X; acj3i2ЍA\Xk@Xh,'/>|z7 ouHBkH_.!P})+xM eѝjHvINl.J`kXM`4s!e#c:˛r7To$H&3Oi%f?`n/XjD쒋nD2i%gO2&X{ͣB=lpEW 14m*iy4B׋:y5DZo7Cфl׷7Z]/L!$O%)Lƀ7|])V"4HɟzցiƴAYVU]ZpHeٙpu8@כg {^E|#Ǡ󐄿rId*t[z=AeJy'zS \;Z/=ɛk, ԮhH;RmR&_pc2iԇ@v- ? 2z~L6̠gz-QN χUCuW "Iq(\臶ҹNI}TNl̸.v9ˊ$(RY')M`GL?}c5e/ oK94Ңx^mK%V5xY_yY}|&Uea<,V S%*H~W'줬G:7bvp΂2>m @$?^=xQ˄WA'-#yzT|7_懊 #n۟Z Z,~7[z7rRi+Coq Q(.~W"{ځ%5oY쉌.!n@J!;%NFϵoO6qg2x -}>5.T1_81—/D1kNyqYQbU*V3z`J=#?Zδ*2xnĞm}ݽ&>S S屸i]H pҾv3߶}">X.׌OlɶLEޛq UQ2]kCVLs1B0 r YP~1իQE=ddg9q&uTѕ^!@7gqX0KŹz>У ,)Z#˳N|` IL1" fb@V4NS*kL÷shFU_ b jМjaĶpik5?/Mɧ(#Яp(s}rc"uw;л'h`&}=gȾBakS= (Q|uI)1h:舿S(JJ<"fV#bÉE;YWf~d_> VjM?u,ovʌI3RP/- 8L폚v',%hPJK`9"V2+Wѩ!9q]|}I姝>izI r K"A ؖg6CWv=_16HxBLsXg/i[z /if;ljK|؜*kGӚyXh w•hɢհEaJD>$UN50MϢۑ_n+B6ǩ;?KL! "%Y9wWv{p_5%C!C jA:hX\V{_WJ=6^Cb`H߉tMRzb = ӷo[ VvX|G<{A {J9҉T,P5R@<. < aJzt=}#\ |kBPk!DhT=Y6 $e2௩z']GD )WDt;`*׍LU%qPKk6. a|X#sh?P , '!'߽ bV4֪H0lAҳ/4%OSȦC@g!Xr>u>posËI1v'a/ 8)EkHa 42^ oL9Q1sSR.\ I nj}<ZR3w _6,Ȕz)PR=Y!b(yU>NuO؂%+R׏M/I}wi:y Ȕ_GjNyDBpAg%`H?Cs6+m-(#\tE|N ATKH#z䮟4xG9u:ؿn9!9pGL qt2( ͥs |Ҽ6DZ `A@YRǞ_<@-^2sdOdwLLPHj;VXW$FIjzN|iW.&ч]B*_@+6)kD mq' ьfQLv!eN<2mǗeiTT!Sܘzhi_#2a$i6z/o.n- "Ŀ<92ɮ:Ԁ ^6M:h3WރC]0Ak 0nJNQ<]2? ,RrB4%҆VJs;hؘ2mR qxx\B|.cSb& ?g:1v$b]K1s؆ Ih٨RҲ1nZ($Xx.PPc[=nt{@Fz>Lfvn^p_~8L6v6HNCx}Ess*%Q"%>S2N\'jm6%򓨼lA 83SGTtk1e.㉛mY7! ˫G^Ɗ6` IM*tېFC:)פSleQ-DI+GY;`G=w am4l2>쮆 ڐD0ٰ`=`Z|R<8O~Twe-݆my]JాPi1: y|ƕ w!zf_0Ӛs-SN3::R`DrYP#%U؛hu4&U4xP#֩~[Vٗ*2ULRWe*2g85FT -u1 ѫX' |gD[ϋbqL H~;c &8_(\(Z_ f'"X+ ōɵ0{M;O? 4A]_>"NӬ LPEޗH[VR}ğÖ= * LxTLXM(,R\-ݞ74no*Y`[%TVOZ \r֟M/ead,rĚth6MR^ٌ7u!ZVDIZ6`cp\2̃:>K=9F4ߣD~gL?BuʰK/|{w6CR /O{yڤdh 4ђ`&_(62HY})h\Y)X8ah9DŽ}U9>sTCb#@t#K܇׷q _ݡki 0BF eQNdMdO <}߹2J_4FqNzSó/PbX8{z}z5^ng0j/K/FȝW |9#_bK}1ivpEQAnw ,y r;X+mJZK VR9D{p"egk!kl<2p6BS!`.5G`iP6Wک@0 t;Pm>*iLp= ް:7I̹K0w?L—Llqf\L.CfV6Ah԰W@b2hT2[,kvX-fDn6WZG$,oI8FB)4Y@de s/D(GF* ݏ#;և$~(,.ۦ}*b6Dd톟$H}r>,U re׀lb2x`B;XeD]9\7Cnl8 os혌Mȁ(o1D93n%7^)i// ,MOTR t+-wQi3rZOD")?G 1lٴ~#qMp,>Qĵ)q-I@hPV tذH{פfJ*t&)_@Zg~Ƭxatvo۹z3W>(汿= q SM̕$F2&jx~bJn'LPR9!'‰4V[A Z)ot䜔/=Xn _\M gW[!$i_ #M/1 k4UAiu6Fugo:ӋYYޥJJO<¹@Â8k\՗YBƒ.KW&o~^ \<]N uEt&z׺Í9S a3omXޏ! 5Bi!F Kv5 G_6j&v]LMY.0ṌGD|fX1n#CNQbШ;3܌i!hPUcv#'jQh aW/ڻt|ǁ,* r`3H1K8Q5.B*9\C zM}%egp)^0nb'],$zErbŖx)D`=o-J>Yk (Rhts? ~_M3\Oq2B @S4/;v}RRI ~ 91Q>F*)u8%4 76 %=*v 2ti+eJmz8gUcp{:}NY+*\*9Φl9g2eo֮n %1 hEiz_~Fأ2V= ,Q6'pVoLRlP}~@VdM4^ @v\z {"QљK$/O5OI{ z<7׽jP,y\d9io]=h @4B`:msԼPkɚ*j1 N嬕zDiMa|$qK_֖5N!sC _%̛ ,pK ᚑZo[xƉSz#* U[}!PPF'],V3ʉfBNz?Ӵw++ڐ7Ԑ&JZtd9 `Mخ6['#aH/Mgi܀.vl >z TWN }Uȭu( (v`$zFʪQm%iKcѳlw]h7%(FD@umEL*M3ߠg!6 )fy NkVj^cJmvfTV9 6CxL[ ML K)m(]F<1җq:TcQg ;CHюӮ{_>Q),Ƌ\XPk[ːzͱpUiFi#Rܮ X1&H:`H\L*u;b@4@,D_i3u?!Ps_*O㱗j^iup:m<4zuyᣈJMIq-Z 9 f֫d"Qqky#Ix18*(ML]n/0̀g7=x&[zDISM·2yVV\)=y[QbP@᲎[1k$";E_46iQ}߂NT5e7$~agGl* &[bK |0*¶snC}R| bk_hK/y"L&r.mMB[8a$uykRR损 y:uWf7ne?SͱrQzUq3@}zg~ '9= v ct^ܜU~}ՏjTiaj\&JCXB^|=8+&53c&:$~ f#J f@oEc}G9e{Ηy nʰ8=wGYd(]q\Z]ȪX)F[ѓW/J7Mrhzfډ{aO>t~w:ƣ0zUT@s€뇘G&f:CIKaAXvދj}G&ѳ {?;[~̈́,ObމGÙC]"OhX<ʔCjӏi}8#0OFhOd1`7YF{VrTDo=iJUəM6:,/,I'Cc@\ e&"듆伨Չ9H=@}YVxS5?+:5b/J@zxRqpHճ<$S9{b^q\:'%/>@Asz~̓nPLuW&4EӆʆӇW'֓>'f['5'/sKal(n\A*e<Xl)#R_n4!yB ZzbK:{C`ԉv UW[:PDMTDHOw * DRu a'{.DIJ ~[Teuje"H!w׹E&nQ2 HT$O2RILPl> faE]l>>-LAh4םW1Rq[DaxEb9֢҇SB8~>"{`g!DTC;޾,bG2B z=_Ŀ` 2p'M溬iTAO 7PH: q[siKxcn+4>Hw1G ?{vaX8,9B1ʑޘD.KA^ ;Hd㎴YU<$;ʳԳul#޴|pf(kmI&[-׼Đ0 $YXL5vx=:?Lv`?вV++BbކU@m:v6xdk lLmlg.PL+3p2͌xo ,i.HZn)q "mwMo]oŪ/F0Ubˏ[^³->Qkml4 ۄip޺j)wvO;&E!ټ+)--|w-ABL8;QXP}qUc*wXdz/ځ`K.Dhe2 #eD H0 9y1r/gR _1@ ˕6m]qXa$6f)A5b- a6Ĥ,KRH <i*jFωiϳ;85$è(Rv`gb6 JQBnC 7niL./IyܗTk)Q>f;ŠP2^S\c }Z"dV8B[_% jR P LB}KDU.8,awnb ^';=\|*l^/C|CIHBtnR[>Wp@m3x zf20<(z*ňڨܻ,nI$"̸Q.zAE+Q?LXYFbp'=stNEqŐ#'Vh} ݊Naߘr4n ˤZ7g!WB7-ӕ6B= >5D'O>/=uý VNÁjVx^gp%i(H:qc~vѺO77 ^Ho"CRV.Ҷqj !4l )wDBҨIkgr’%@?!^qӵ/7*e< [yo:Y0a?9wZc7o7Uaf 9W6'bE`7ySXheȌۇ]4`\M*LS\yJPrG!=s&, UFRn؆7df$0cu%vl&ꇞ6/}T8&Al [/ 3M @J A&Zƽd n8+J rTJM[xRUS'w(ڍ<.PW(3zM 8[ pF5`>5]E'+ϲt$;c΀ !1{s85bkA ;&Īp%z7 5t{hiG!Y' TEu1ɘ@vE{x(io5Jvl65:(Qb\ K k*++F>U!P5'1<}UM[_{1EZ{m@g3~!&B@#"hJv)id=$G iP nx'2yOXnj*K C4{^?W9ɫSP&Nyu'k=w\L ;bctAM*_l6<>"k}d ^Z}iBD>̃;ok+K#) 9ҳqw.Fgfia\q=$1~n:2FɂΚdCC}1/߬v۠̓LՈOLG;>[Y`z1U Tg"{+"AXoNocZԐڛ7fEtPuw#9H݀4Hzf`ZZ$ZmD #f~R>wř@2O3Oaq?lٍ,.EhJ  \sùݗkY*WI8)Uy&ZPV!6 7qGґ Lq9B8> S*͎R[1g/yoiM υe{! (3j%4Hvk.hkQč>Ɵri&2eD5b 'NuLKhe Jy:pǪE`E"˥PVnT9ǁ]|eOotIߜ@]]-/GF3RJo$ ʧ9#(l8`T72) NKՔ"V;^E*gm7`Rg@J7擕` 2 ;QrlS/ [OXr)>v@ZN8A{mH̨a4K/gQugHb#$XV #FdI.jW2i68![9x LxĀWߞřӶo **AOܰrS[]]ʐ})+.6_`"lRw㝆hڎ%Ӿ}jPր"wA" ;a:>WXFy :Դy >zHe(,_O%TPBP ^Tջ/2㋌#Avd~mri~ch>^b!۶c PDm"Yp`sԀL&7Hxޅ3~c D`+ 'OgmfEX+|0b\ZL]><~Ld6B7meR$Bg8@v4{[e՛ Rh͚2gz]݆ 'G%|{<Us5Lu(CPAeV^BiȂ#dXz}rT~3 8E8+ xj@sW]H|+pV`S;44["4hP`w(ΰ0Y=9uND#Had)S%lC)t<C"8,"9L $_2SF_,½na]'P+2ף~m^,\0f{ЉW,YB0) ¦;t[T÷_}7ґd+u叾4`pXb8B"쳚Y6|˼ܮd39*̅4ul{2W$wQ %>n~c@Zxńs#]j юM" Y3R`p[|∼]'a:DaY>B"r`hni1b.RΧgF]HUV8k;ߖ'tJ̔d*);cZU,ݽz]e8=e>餞 h`C g8>g(aG*8k; !f\@(cŊ:z_Œ_]!4g2aD{6s"p9?Ы b(7l݁{pdTHs43gጧdV*:<$逓O=W.\[CߨH03YlŐf|aR)r&Bsn@?ʸ>@&^LJZ(u3̔u-9Kŋ)Ǚyo M1q2̰JDGE?jiA-' 59oE`-qّl,!YO\|3y/gq]Vg;qOt- . [I: gQ}K厳p\~_0U]srG.}x*M7dyߍjV5 Ԫ֪׬#U[.oQatQ]DYٗIePVIx댢k q#ICv}tTD{OINM!*ZisБk7*_@e5AfԖ\:S"xucBJ58\a-F -A1לgH^ZrbuVi J{w5:%r6z:ئ1fl_ك4>3W|pmLG.9dcפgaj ӯ%h,;}ª;q 8܀BU977DKDu:PXTi&MJMDGq]FL3^-g 3Kk~cjTɺ䪩3Tk)R >2=JiwXys8XOk<%c./7ehoC Qig[)M;힖t,I *2N Qu }j?ZTlR7=&m!f"  Z]iK4]0Kš(GBSLO\:T2U¸E\Dz?@ڭbo'Zq£?Ih'LOd >l`Sq_QS [y{bHƫALu"rrO=s1c i[(qO| a^C&Xgmgfq)dX`4A+Ԋڬm_}{,娑Ghh+Ը9dP9s&ǓJ^tՐ _rrUvn^]vL-Sv- # q-єXMp [E%*^ #fcx%wU攬.ԩZE J*<˪h=ζ?oU&AQva œ6p@$0I`r 1reGL (XxLJ+n X֤s侭 ?H㍡ ,H+~0 U3t[nn"x*ƃ=#/21JȮI T* 0ǒ6^_Vh\g9Ln}&2eh6mdv9r<93 E׫ԣ۶b@j<W(w+ _e"nCrf`7gL$Ѽ"1' +~`%GpM k`4X-TRFiC|r~O5w=PGڻ۾9~*y2%^"X+.QK[->!҆\J4ٮ+ POEM'sиXa!#-z'I jXn AF^jppF 2B[j9 F+Hf(>BEէM%s0D?2rO  L} <96z߹7zczQSMXPc&Y?Hk1!ʼ Xok`hǾv>q֡^Xr3wernϽdauK~"c͛S` 3yu./ /*N5hXСj le!V8mտnY?8OնRnTP".pQVwng2ҊşB WBׇ² NcNH(Tisu=S znÿл. NAfmvrlbIe&1/́-r_r1A Ù[ԭˠD&<Qyƚ(SvnA=\CO{y)G}iTBYޛ֞u÷-KOW90~7?_*UG.=kPq+)1~?ތ#0/hIi%(YߩMt1ש}gd](֊]6j#N mЯ7 :u046⇘4!ɷ>~p/L˖)Z>dA7un* jyah0>?}FDǗcNq Qt"P" D (Sɟ5Dnh,m{Q憎j?3j{!cgs LV\\ۗoЌZ?V* 4h6ͅYNC- h\UA`UDaӺ"JM;-WFF>vEC;y͟)n͡m$٢|3 "a_6h7#J*WY.f)w1࠼_ӊQ$diV)Hw6K$~?7I^yd8n>mk̸Mr(_4r)TW76v˥&WW&eBIor?z%"TkaUI^Aq-N6WR%|/ );^'>HPtY٥nA DA=2ļ6З3=Ĉ>-XX׍ROX"[l^(aDD9/و WU w-/uՇ]? $~(FW6OY 44YFF";7Z{1;#ZQÙwC*g/t)x-˪QYf,D;&߽0͞C|Y2乗ċx]6+F]2JLoͿHĐE18FgGi{UNGjvOpI~c{d[};~շ\I MLvuE]qxϷPNdv!ЂYXgfH [H麭+vb9LYe{Fg==kG+BD/h@hrٸrpEk3&co@lUm^pnqaQ3La =y[s"r_H>O W^Ng*n7#u_|0Ds^ JQq>@%KoZ!vOFtq()7 g\N _y_(r&@Aclx P}k8Or3)vJLyv,q⪫$ಱQLSݞXh`nH@\RQ)ӻaj>`"'j7`j;<~~WOt%U "WӶ ;X@q4Am:, ^ )f^ HdBZ~yfsWpDHm' ݐG\Cyy  ʳ3"Q,^w1@%D2"zYʄĢm.P؞#t1iĨR*iP7HѴZfGšx.Ϙ J0ؤ{X@k{>9LJ=L?,ޓcd{Ϲѭ[:3YH+mWM ƙ98=|E.`ϊ6)ϜǑCr; zǼm迹]ԭWs:xl,z.az!/7ynG{NY&Ss2z^0#D)' .аglKc;^vݠL+ʴVfգԙnˑ9zK4:@^ Mu2"Ѽ0SmXra ǧľR@x@ _}irqSn`T.DgUO_"G4ęAW]12<-QIscn/fFKdYچ sV:e2pzMiiyZ|gPVT*k]) p/qTDB4=R ʜJwkotWdbq۴;r\:U'־CV lSxN {a gQv-kZƎdAv&hgnx&#";uW:Y_v>ww~\N+f54 iƸ;nH=?[ 27Tܒ bǛ@:|歜A!Ê voAh>[r<@}ep]?sZ8 ͚7c:.p3YF;A^td`{>@U<~8we`!um~;DBUHi*E8Ii1|*:.Z(`x@o]+ bL\!V[Pe-|Ħ&h=$Π{R0 MŦg:j`kJ*wݟ_g@m焋-=[/qM%˯0qrjct?2nҩ>Uu>alCAĝ˾8|)7jv% iiKE)5C\/( sQ xˠGo;1li.[kI壺kxNfX i1ԎHLtǠ {%_@*CzX$GAw 7e/I$}_aH 0׬ Yv|+ ~w`ӹx7oߞ.;o\P暛@N4?؁ e&pZ[ܮpbDLPD /N*w*8~RYp5}ρ¢6r4#r8V>ԩ52,qƂ}eͽS LX0P]d"nލeCNk8sK!BZ4yq+M1 W&cʴg)Pf eѱ=ĜOU5kڶ8 A nawX5:s߅u'gʂd:)Fpvᓡ+5V1a--[;T␓DV[,پ~x*,{tɗ75˩q}T ɟ>TC \QGǎ=EژHayH 3bC"qe!EgvY7_♺Vv%Ny7`GmRb'LkܵohG\p?GK;NP`XGmpE զWP諿=EQo ]&757x˙6H1I .P|.,zz$To{fV16w  Kb.+ Wj71XKBXRN WQNL&KYƥVP'_>'():aEJ-W,y} ؙˢdJ&; O_u>7ěQQ*2$/f1󹇶cD uV.3&p} N:#oݷD7x *ʯ80- nقmU0B6N_;;wdc?\b]X_%JLd#`;Dz <5&rWBoae:rYOxiK++g̒XHBu/> {r^<:;8\&yјeUBelG"CÃs3#ZhUxCt=;N:y@4|*7 \Y̨w5Pw>(*BɖZ\_ɯ. n|cР h *dU 7M}n# \ֵ w E,\7*45]gOEP[@;x3CI@V D-/ F(*sc{aJ>2$1U U+n% q W<"-~EVyRvpe7`{C+ٵ;2Q),FBY@JW >"Fz`. z֞0ny̤;E=oYp׆[a b :{)n\ᬂ_->`bܹOJLRD@x[X4{%mHx҉j "-:!G DP*kX1h,6U*gtu\ydp6 _YvS-Hr`dV-)hiq'U1$Gvr_/9 8YZ^pڵ!DZx%9<ڴ2¡A:<8 PVy,y+S+7#+x"&yڨ'i7~Y"5ioUes{9[`m]t5P0Y4X&t;{ TПNCپc0αTvIbLO[|Uw" )u&/HO|qEpavr7 iɌXRaA+=:T:`}bOCػ%I#]ZQhO&Up׫e>9̪$}t?zŠzgT~!o%6AhUwe+Ax(4-:ͼvWPHOk/9Fk<>@S׸{6_ -6Vң?zlxzZz~RgX&_ڂqd*{RЊ(R'w.n2~z4NK9R#-: TLIL T}4T)g Gm6}Q]H9zp=m])nbxc {=idF2L~8< ;c mÝAQ.w$7n^T|ÊM%3q"?1l _]lP i.SZucMem+ "BaLRl='l 2 ~77aюo 9hk I ,N3ZIQ{&_ƒ.o Fv-ȷ][&3y/صh2g=+c}7b1 "61ցHSτϲA/["6Id(ʲ gF#B>«d+J*pr%uԊa޽+!3pK~ ߛ i`ih +ȳ_MD,1/ux[J' B(XF≪Fd ^}Or3?W GAfvh-Q^gf34_5,֡ȕ?r" HfdV ҧ&@Ϋ=b`~}p9`IрRvs#Ӻ=}9X%?TLF 9@ҝY~?p8g-P5nZU);&$EinNrpM~tuq_aI,3daTb*YYr4V84'\E,? zV@ouE^ή;BR,4v"'R|ivWc.-6pUvSrZH񣖝fS<$jXUoK2]_ S{ )kU`J?2M%$ߊCuL;}F7mN+FiY9pdv(恀SιԹ'3 FM_c#@JK BſYx֑D>gm(K S{KW#)oe:Ws=Õ z5HWKX+uL-,>>^+7-ưwrPKv=*ߓa͞Ӷ1bdb5W7ŀ!?V* Ƨ)$Vj?-SυZ r].m"uEv'ƿ-SDݍ!>@wQyHP>ByhjN 胣;M{˩XpO}`d2t1F{<+/^i (|\aI,f WL`Q=hxf/Mj;Crvzie;12؋3=챯x3et>.KE{eșO2(7s_Cp;ƀ>#jN446RWLz=;H3Qt}}:n):H,Ha @Câ>h "/KlXh[ w0&u׻l._*ǹD1SwZW$ 6!sM)^)?I2EQBΥʬns$Tm[*ߘR-&_d%:yInLU.{@F2-jE |At >k"lwt:7hrfUyO7rg2mḐqMSѨCVsohB0"NI{ӗ8-!\j7%ap1*[% Dką,) H5%⾉XZ.@!ڦC0dQ6,^`­㩜p߿W*VDfI^@CnU(^(\7k;zhXvYi[깰(RdK=y)y+۵`yk,O3\2W GVusb5μ},L)TiCc"2l3$YJ py0exH$IFCE% 7\?qiDO0ưXr팼8bGCTed pql\~}DwxDIV$V0zN{p#E:oAu$ hVQiԖ#@IKSU zEt2gMɋ#dUvY}MdbX7}% 2mq>EDXch} 7:\xh kn-~_.@,ܭnd  *@}]P %$ʟ>j3eJsAz}`&7:~~vYfўK:f.%X~@x}JޥI0qGXv\HeZMyS0WRfy:dL,})&<%UO{W6EQVr*YX/һ4ߪ40Ndֽ'ʉ|.xV?(Ix1qrC[/K5֤XMj1QEQBu'^VoxR8SF̷‹3Z"yD 4@%STM@GNcݓ+Z&a xs.i,,!= > 2&-9QusI~i\+Nd~ t%Cp41Xe)uoy!1Շ/aW: p֚"<ǞQ5zYgo%,LK+Űv j.-X9E7v6J)St%p\eWNYR'x׾#E/э!r3rhp+6*l{w`pyVCLkmˉns v3 -m\ǯ(/շfbL:`%'6"akw]Xu}B l]wi -R?*`Ѿ8Y H`'$QJAM}$:Zuܤ7b5qvHA,4VU̟Al-"!-~R\Vc}6,U="]Ar T144\"FBIr&Ihl h[()g_Jo/M-GMb&  B K6;R{l6n#y_WB_nb1fN+J/Z\ [Rզ# Jϥ#MQ{_.1ٷ;8Bŀv Mt@Ιʘ+t_NɳP`Ei]}O˅̰ XU0p_qEDr:Vqtɗ*쑮 1 : v"\׾6jY+-#36s]O0…:Sv.fI׵H0B徸s0 nɳ^diO=3'Z훑twkiJxFi/9ҼJtYGhXiNHDDk:iutb$Wu2lШv J,kj`GE.HzDU$86Y}SsЕ. :*h--9# ] b6ʠS6#T=a)or|r)MѲ9X#Nx7H~~i$8YFŬ*o/vSKMoGeh$}6HRҪ| `W6.Q;DљlO2֞b8202 5N(,I-iL@fez~O}ШT\9 utpȧ[F'z"NufFθQf]77H9b*>K -ܽ󙴌:yͦ=|`+Ti6c4y5yKw' ^wׁ#.뱴N 鑎s[>ؕ׏=_,ʮ8z#S5`kSjpƔ??8x^ЙK1_~I'ս0U.=9wD+ƙUz},t!1Ȝ 9JR3{v@ױZj(݄'4P8#3rڰ64Wx 1<+Zu[F"OCZKSŗۦo@70e]_ YjMAH 08%Kv\'GzݯgU9AlDq@dBdp1-pRffkZ% :@>P2g44NT=G }$«z6}cgؖfo]/˘ģ@ƶ9L Z,zE*;E&P_"wMƳG&.J\gjAFoМ qUk76hC4Jє!}@߀ ͔0#4<,1(Iò09|`ĊI- X Mj\HǍ3p8~l3vVDBxnn6ʹ0?6H72I+љs9 $fTlZzɝY6FلQSDCӖ~S?߼[ۢ,gZ4WuoJ_B_ O xcm"=]jr/Q/C>8Xq:ޒit>I:~E\x!E:&wԿ"yW` $̝#n =񝁅4NF:q%c:TgK@YCnGS`-d=;G5, D5J[6b86ɄV H3*ݎ#5qxߺs[ZKտVPR".q.'H`]aMvf> Fo?n*xP >d_5ukD IpV(W{$ r<>`ƶ߮ND,@rucpX+eC(LvNzjvQ"Cg Z%GyGA!:RP`.9՜_a{ꍆJ1:q8t,m,`jky$;[efyl@~cJG܉϶ߊw[i'?db/wyۛ䍋ȾSxРlm1H'aԓIJe&>K:x> ^@t89rYߤǷl:u7PȹxhĭepQub&s)Qs *dVCi2e>tf5F lS7C3M08Kխ,;dže=*N8 OCRn\N5 7`g:PTTHNLE-|k4MA0EƎܯlG)R#_rsw|Y׮eM&-:EI5$ (PN3/ irو.'Ӵw(Xj>bv$}1-0po14.t37i75#ҺWR/ፊ."cWdGg|05}㫤ðMϋL(X+]AYMWq {O*hmNfGsyzˡH O64֝WC*K栂7C~'HFj-s~"SuZZi9]-y[:'l73)p'BT#yۚ?czb}R~л +{l̈{`yqSyZqE(C"9']F%G4ID_rA|5Vz((9m|A^'r=`꾏UkW/[h ita5{Dfc7D@Ѿ2B%RDV2p*CrG Kn(?T,Yz%ȔX+S抢_: MQK֒lBzըmw^.ЫQ4ϊJJs#+t La͍)vQblkDgh}<-Xr>V헆y}7$sі<:zQ8ޥS\n@IsE4:-/zKx>qyt7,Pvu~v mN@Vgy/kl\ AHQ;dpšx/MQfA55Pps=. d(j/*t'$M`e; r g btzGt(y!7ঋϷާF됪'pbbk0[e,;:Z ><8y'W^\I64,?ps'nômu̬zu(9ъfqJ1Ze\>wltv4dkIV{w>;]?Rt$,rKSrVQB :#\31rz*~ " LFCs^jorcK>*p$}eT~u7FEU܌kAsvM:MfL/NcaYjf`#Ñdqm;|YV̢;gW ^MR7_j  \"]|/f/i4ǞViMGIh]RJnWvo8V245 Ϧ(N&}ɫK+]Xp0@BI$Bv?(baOղ!7A5dyM!#>.}{"Ir.ƍuځas8[wmۺ!d,<3ѳz adT)X|B>.%D0w]ա,>ARjQU}awwuז>hЇ&:얩*|} ww.[t}L~z!_)Ry[E{E妒s:vAN:G~sV7}EbqZOH4)iuqk2*8u93s?p(e/H77񅹑3uXKRܪ3ɀ*c! ҇O[6w1%hLYv?}4}С׊T(|diDy?W VT[:9[sln2Z1& [&#› Z52 A"_5ϼBw{r,m \H U/|xrayQjqG9Rp>D~htH~ee@z$ա̽.1e}Mv,I=}Bd:g2ꣴAJ"ִ^@ }-}cR)v0P[+4"0$Q@A.[fDRhR͹Q}ahIϓ/YMe) 8X gC9Po*A=/ƙr wU 0Ut>HRML@WY~(XFC/XҦ/7l脞Uvӭ,/~:j,7 %ز3xr ʷg6CJ}(FDOp՟ZK賃ɫ=VԳ6 ^mGT3bޤRECd /wܚWKzmqHvՉƨ*Cj]t߼TKN;:KQXWsFV[? I!'x0u2p%f5LVS K-FFzwSα R{SL<'js t!Q¸Poy ?R6#{Փ=` i5$CW150lGc\q`MvA!@~j;yBHLw.6P =CCHmG B_nhyKMVr>tbP&O,5q6Spw^ < 4_[JC2ZkGm{[U}cQmܚau ȓUͬXj58f2#S8Eq۵2U+pM9`!v~׉7"*.m ߃1~='ŇDϨ`t97$6%6LA"qCƔIV.]3OKZ)AWS GJv)~O$#kH||M*Hv/N{<5o\r+q6}C`njHhS2 d+QöF&@jz*2~-Ǟ?$Z<vu-(FpJ7`$#/CxU>wkx7̈́eVK?T1/ **xJbrqYtO6 Yc @4Nݎ=WqYФ1D-ӿ;\~N;`)$SliKV58\PĊArД tY>|siex>ty쌝#1vGȂc]Ѯ)܋,F]vq,jж,k sʶK> T,ӓo["j;pLҝFԤb<Rh(CQ7dcK7f;-^+H~9c4r9o zȬ\ޛr!`Sj'A%1d8.kZa\"|e4IU[.q&@GM͐1:Cd2zE5EqaoBncg#-D06隂B](dK{C:ϡdl(HjrS*N9a!+nԳ %} ;uvud<1 b->CR 8 KL!ջ@~CXg1Aby7h[!Mܠ {xnOQ&aL>sv:wM.h< zjBQ<ͷ)K$q3v keY|?:{pF~dȔgN;enaOݼ{e(7,25NY+kQH`v-t{E)RYleLĮtHRNsEV?8lyrO]fGY??34)W=~=HYy H:5fC%A>'Rڔ~=C79NB7uIxuecvn_/ΫTH ҏTG J;SBJ_0!)y(̉Gk%@!TKNm{ݺ/xJzǡCT\QbYMD[gKV < B ^0|vTJ{QtT%b/JO0zckZFkoQ6cP<vHY2-h5:n˗1YLbi), ]jqjaܔ{  _h"E؂ͥ`C%ljFU+rWKlX Xu<] /&N3BqCm I$m |qN _x`65L`@==~f /,_SorTbltN ~ |9$5Ul"W֡hX otmPUF:(<ߊ$*g/`3.}j4Ծ `$QNfniei%R?Kn([HYڢwHY/mD+> jA:/4I!"Z40M"Ѱ. DBvHh J!:-!x"E+w0?gw<:Z:gt-1WIdH@$ :sa^. [4!/0;l3{k1a%Ei'ff@lrj<prEꁚL4>p9]hwj_ֲŽ X:HH*lBH'Gp-׃{-|,2,'D.0В(`D%!h.Ꞽ.13XçK= {FU&?8N[{J{&~w J7p X=me@81LDBGM||1 0?ZR?.^Mo ̿u{?;}1Oo{X!!H~\D4>4P5&s;DA5fFYo_},z:m=x.X\?pq};z$!/0Պ3U?'te*p \a( 2ljEPPS,I|QrE |(Ŝ8L5 |9:tũ}]yt; NYQMk\͊" k1Jzm. 3Dd(mnj @lK=cF3Sw)wbk&`!#HAU `sv'K&lݘڼG-g_cʾ{fkXf$mU&V'e6 W٨D#9{BWm:R l3Z\^4l$FAAg$rr8t!4iG\ǃu{FJ>^9l08\I'h\PE  ؂cb$i?.Ql>Gxw~n5*ujxKT +O32Q[V28?8WUj[&Z'S 27bR^U=M:6ZYؙkj2\\'ŗP$nӏ{[u7Hz' qg'$~>ήEXR'b|~U4_*_vuc;3 bW8wmD=4πIzʔTZߒW}h/7b\hZ/Rېc Fs0Qmi!8e֌5Xhgձ#RM V})X79ж ̸"JdU Q1%$:sɩFfo"z9XDFqlӋd.RvlVbP8k6m((:WhЁNH'σl*9f8}|`;t.1wn\FZaeD|x3~xEƂ&s>VZn:OqA%DkuQEuȥc,6X6o =68x 2)'B9-rzQa_3s)Vbu3Dl( ^K]cG=d5UW2鼥5D5ܐ;u2LXh(D0… [7-7 C3 8:0H5GxK}k@D9 YsS,I IPKXnV[P$o氌X'& cB"P)j!aJB RCۄ\h&sd9)u0vgqo ߍYK ~}THaN#uPZ?jA<5+[$@W V[6xoYX-ܠyfVdTĝCb-w_YJyޫV1Ͼq nn;$@Lf1s HYܿ+/LfEfVGh*h|^R?F=6:qA0~G0 B6lL[ͺp54.~Bʭ=☦̨ 7?9Hbs4rrJiH NX8/bFW{w:w)0OTJEGMj%ۑbA1_5bmdG5 /`AHt T`<2MpѬvCm׻=/ q_2gPewJ$6=#jF2Ъ#!uAvox,͛=mL* >̕Pt.ݕQ(Ӳ<ʤ!-9sً iVP Jôt2B'>m.S*,2,) ,ΏLqJ $K rTN!!g~ ai'<ַ9,rYi6i ArgOyz;ES phXUQK|FM5p*V'+~3@WL1DWq snWn;2X&E^O帅*HpdL`*ˇ%~iJcLm.a)VX?$x p?>1+GT\E~p8N := A(5ǃ4vEҩ"nƪxr\9GoA긂 #9LU9,x9:Z@`a\&(A#t,"lPV+ RDŤsnb5odJ1w'9f as+&ֆKRJ@I,Y(&K?oH9ƮlcL1E!Tum" +ys\h7̡3Ɵ^X#a|Xdm飘b#vba›>H$6\͌NMGK ~Oٮ"$+ xᣝ\ άPxqx'<93:7AdǺ G$Duis'ՄaKͧȩb#k4&;t?`aRx)- N9zT8#[G",9 ^niQs0$H_ /?].B)S w&zRrXq>2a^yB2;@1=#ƌ/0 `'yyiv(=x'Pr:hR/^@'&jӷx W++U ̟S3?R)3':X b~ιU i'NN*]mZ\]e}ņ")Y5z b;m:ab@gs|0E,^aqEzh!`hd&! ,#O%,lgr gzNS랬<(%>[k-4o~SVclgTWpي1.&"vz"%5VԺ|th >('^ tXd&h3F^B:y:Zn՘pX{`>,[5 -p"vA eO%n˥ڏn3|YH? '3C' ׳z<}3&o(L3Kid6ĉuS#'ϡJ;L9O.."6D3 zEdF a14I4i?Op «ME<|YƔ Ah- YZ