PackageKit-1.2.4-150400.3.6.1<>,68c[ep9|Q8nn*!#5t&br%)e!\u exq-9Vh^abkKK@udKICsWYhPj;j+j~kb¢`iXBkݘg%1"cWY,(x*`U*^9V i;hXJf@ʮ&c:4~/j\'6u790ֶi6CA|!~%5pN)@)CU2dWv*y6WQn>O?d   Qpt $*2%% % 8% %  q%  %!4%!%""%#`#$&i(&8&p9(hp:1p=>?@BFG$%H¸%IL%XtYÀZè[ø\%]d%^bcmdeflu%vʤw|%x%yѤ,zTdhptxҘҜҤҪCPackageKit1.2.4150400.3.6.1Simple 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.c[emourvedre SUSE 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 "/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 "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3  hh  X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[dc[dc[e c[e c[e c[e c[dc[dc[dc[e c[e c[e c[e c[e c[e c[dc[daMc[e aMaMaMc[dc[e aMaMaMaMaMc[e aMc[dc[dc[dc[e c[e c[e 339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dd3ecdf647ed7443ea989766bb328d96a517260108c57fbee644bd0aa80af71c988e00ce89b1d1e4338f0081bf334204087b3f88e6797737c6b66d4c30ffec0e98a0c563b824555944bf827995ad2e83bf849dd3fd2704bf73f134650a427fa559f0eba8848dc39b1ab3e959db2e506d5cb782d14249bfe48c0318c52a57644979debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3ae406772c912b886bfb00dd748c5ab9503c4dc60c6b9404cbcc7ab9b4a179a497c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.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.3c1@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-moduleruckmourvedre 1666934037  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 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:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-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]=4303a2692359a372787f694ec3cd132b896504dd, 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]=b4379ce30c29fe1297ecb620ba80d7ce4ebedc58, 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]=32f78345a8c1945da4c56be85eb5c67ad7bf5502, 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]=9ab42bc69b46e49dff6bf36ddc96738802cd7b92, 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]=e6b079757ff8fe318a81ea9c359ba9b32b806a6c, 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.6.1.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 ,;΃+̳systemdPackageKit-backend-zyppsystemdutf-8328f87d3768b00be5a1d7d99807054bef815a8039ff0728044d003a4744c4e62?7zXZ !t/I]"k%eLMsc~X> W6[*"R/pʡ :yKZkxrYKWD <, A8F"L]M+ywQWcD`jǃ1d; .pۧ}AGD-?kl=0|aPr$3~r=>xF'~PH`] ¨O( \thGBʞ-ВoD-1 EuD<OᲳ1jU@bHɺ#mgvKR&=ux;pT1tw DB[ }PJ X |Εc.SN5 xL)j<ʍj-}i|B /(qoOK~u8nD"H=Ë+m1AsP^Hz:\8<[{96uHIk<4{V@:Ql(}C o +5,101Zy)mW*6%69JaKrR;*W(IvE&{ ^k6~4`| bbTVzh)WTC]~:)zD~D^ܤop݆FL_Kޤ {|zې?q!2 f3CW'_v>.(\0IZh+&Tw]Yz[6LVe}n%N6Ġ`]12οCA=f3hд/-8\긅*Y2渻 &b ac kl<_`((q(wRp'&]WAc!_x)r%r*{NR8s j[Z8x(ią.c6m\Xkҩm;sn,L:VO<^w]X ){ Cxsu\v`6%SfŜu/8*w)9>,*TQ9Z޵@)\<~`NouZҰC]ӦbhMW$]k2T@N2F'^FsVPAU6^z q;`SJ NNyé9&D QBRӎ]aXd(D=Ao?m61uOؙ.^mqSPⰜխ:x^-%[? WrVM7ֲK18ਰg{x-n v,]j0%z?`9ꚠQg/}C}fb:bWJzw;Oy9l$\NӞ팳>M2QV b'Dn58 7투f:{g+~ u;q~7ϩӠg'o 15i!K{0€9B0,Ak".k%0u+9%56t֨k$@BS艆1iPߊ\?ȐR݌ I0Ωi)!֤?4ґ7;(( ~n<m:u:V1sH55>kt$K A pD-+Ą?xcy܄c_ҳ2D:4J&M#7)V Tbx>jc*41OɗL `oz3晳=<u**eGsNv(~+6+B)`E9-I=Q+`H>P[eC\.\xD`e&OL:~2#}~a!~B.rl+ZxYU(٘I甘Hbi 6%H"cV1z]AO6%/2+f{ !bv`P17BL.e=Ib ۏ%SWwX !PE$i`W@Ӭ XŨ6!,(OWSˊֽLX-I*\goo` *Ⱥ!;B*>2^)7>Y2/5 %y;,@nrY*SyC&,l8Hn0ꮽRJy̹h`VS6٣0*I6Ʊwpf@(S/LJ.Ux!x7" Qz0<ϒ ]$'*Z]|ПQրoȇ7#fUEF5VܦA?…!oz#w aԗ Hd! 2ן:/SVُO~^`~<~'$lwnbمƀ^jXoyclHݍXk>,vmbZ3R"|RjG'S%ę^7g8RA cpƄqtQ"8Mt3*"ㆭX-gqH<},detŒF!( .p閁TH ph`IUK2.|8g(R<嘂8BW aVY]T9}[3pԹ= t6OHquO!LrK2/__X,XjT/5Wq|%erU\ZY;ĕyrݟޅi"xt,Y V ?v8h޸rOuEɺ)l7pd(?q0j00m< QmMc1".[a FʀVqE*Dt .6=[.Vñwen͉ev޺)S8KPԽr688G+"gJ[ UƂS9H54:iL疯R1j6,߮7 -։5(BFL*x .Qt#iF|#ZYŬȀ0Vy H%VS^LW םL6<38}JFBȁ7;' E٦5mx1^+'>ŽƇ])M?'Vo8 JyEq7I#XFё5 }:C~'9@+K|H6vp(b(2 -,9_)W;|3eMT\b=8AWYb0KՍr^?c3 m(~*b9$0aN&M>t_WҭE`S Z$B[_f2t9xT5mEjŪx>MNL % 6\af50F4ZYlWW,Fr7P/2~C72xkdha],Q`N?mFL#)e_00o_QL]|Ʃ4^X A\@t\N,h{LhT\^102:q! 0Åu8rSTo1ro3mzuid@4\>_K({Y:B8a8K9z%zm@bQtp+ Iw`'GAL#ztyy򴉅T]ٮ2{t t5U uk_h8u˓ `& Wn}*a7EɄ*Gc\S XѫOrW \I 0HjĴ흆N;}w~s1OS)Jgqge"eo~AI)OK8裵I5uqG]HD^ǫEಔVKuvhаo먡Nk1.%KZw>cpRU!=T MLeOZ^+ܐ9iŽQA=ӅXjK+F╾^ ,<0ME-OUOgr:N(  ٷKfPddkELv)WBm|Fm~r)@wEm^51ѳ2 .?a2: r{e~ϏՂ LuP"9UhdCIo$..e1Ž({߄*+Axȗ rM)<^2`! 4kqS2 QeV]k 4^u1A g_u}Vl.PqQ4\qlWRp)ZIɻÿWZO/I,u#!0)>t˻@ijvz=}aoTqA=fV <5YT"-"j-mktQ`CJdxZs͐b'7 A,`Țݾ a#e6xKDyDVOvL :UEC (YkLn} q&+A"=\FϵK \E'Fn~?\ M\m`N1^I6JE1h=4 ~nLky "5=8GvP32r8vOr$և6wd'' Ke`9xU|ЮM-xȃ@HpC'rœCH((RGv<1* wَ DY4!ٲHO'ԩ8ohػ'K n+@؊F-K9 E[~lS~h6:ts4ŦzÉޚgsdo>.T(v}q۱VEV5Bh%% !|#Ed3>GnB=LWQ)m_/ ,H`_W8ij`WL o_m#Ga{O  %OUgR5ji)_Xfn]~0 ݽ^ lJm*FVIkAblĭ݈96`@mW~@pȵ.cU5Y(S: nmvP;JLh?F4E~N['Z@0>F Tw |Ϣ#ݜ3O0c]\rg(z*YOZrW"OEN ,n3J~ %@.%l>B8ss+&"ccں:;zՆcP6w&( {X_t uه] Lxn=˖bDT32G=guv ߬h =_anpp^,Z߫) /@yA Ż. }gP{)jW'5+>@3(\`ޭ ?Fg-$m3\iQ|Ӓ𼀾SHaM>q3B ԼwǢ3_!K+IV(7(=ڔCv2Fe"}TZumX`?̖ h:xCݕa@7 Qbya>* nFBJWibT[ FfŰքw;41+nvͧdͳ$T&bKפTg5~ NhfU왊)Hjh/^*^fe1; zIG98ʝ+(kpyRԴYb%R X!)VJJeZտeG{mr̢sp=&!5Ґ5D]ѨB`cu`z6B/!2?;lD~ };p[,)8[u-s OeH1lr-iäc`g(Z*b 1s˺T,i.uqf]{Jv/?]0KϛtV$۷PKxGח\Mkwm/b8ʦْ|6]U@xj1NjM-9타 R c|w &o%%B W8qN֒a~e̞/\Z\D5Nw__"`"!P~ /(}W,\ ^=H^J~$U3x3_5j@Q!J,w5AV`wC ~h"vnFO6^?`Lc,jqx : v'$Y+*{k]X|:#nhfÝDǡ [ܓzhlBpr2zgD'A"1fp^K(BGQɃ6r6T=ӡ##r@Y VW4k11FDO8`-?"Tsp{}ԾĞ=QBD!D^voD -Uur[BȡE яÉM0[+tW筎{42 Ϝ;?ȧ_dfYE?yKTjCVKׇ+jWtl+^t] ҫ[AM4Y3)aIbvWe!e yxm FZoЦOXp5as25'a N)fFͲdTģ*e>Wܙp8E"Py'?x9f3F٣#.L\T\(UJê\]Eɳ&eDR@YJ}osEs3^ld6LNAXγq`-=Y;!h>MZAwTvAAS xn/Qzۃ]bZU^ Ӿe#9 Q`z47pyrYޒV`*vBIe0Kg&.7C1w4F;]L:B+0?uL@zG<"> 9x-JFI-NZcw-U*8S̢aWlᴰJ]{jdG0Rǟ\|1HCYǬ0CP0"_Y3]F)27]K"y9pԃd5JXCB6/L)d틅a><45sHg>'fʣΗvC>URQȉ؇t! .vdks܊)|x<dM4rpqI̴Kx:QYdu vEf|'[&0ʗL=ezX ~(3.'jk-{nATڛ7.ݏh~1K 0XG"2f:aY܅ơ4pXDؿ-]MOԞèbY:A/Jcp!R [ػTbV1i?#,ƓU!3ήϡYC`/ eȲM׌~m1 ASП軵P`h߶Eah,Й]jE| /E#NBS^xGcoJ<*='j/ 3s0&T\ar:jxdB8v1^F'(T;j%lJ^WzreZE HĪ/J BE;$ tHҴ(Pt X+Vv>XݬlC1YgLl藠-v*F"V  z`gD&۽l1MIDKJ J9EEn|#pCTA1زb&L'&OR 16Ə¢.尮`5~=1AE:lV5~6ˉeꎱ}*@ }~<8zϜvX14վN>٣KiB[o[)Pfzk$B_0ikj/ƙgXX OOD"#L4 X/|=>=))\37 ݊4Ҷ|#d)csVi- 1t0#qCW 'T!ѹp1ն@e?I" 1*xv ?G*f8f!;Z"ӛFzmS/?882lLcR+ VYz^1gCo0D kVI(6eQ,'ˮ`t'CǴHm3,RŊ[&;)~HNd7f_g~_SҠtze$p gPNf!"R/W%acwc>EZ0/2VKAŠf4S](Զ΅%K{hOH?07}ffcS? ˢZ8-%C1"T.N`Ljk덳*rP**YH 7qL,=Gh Zϼ_"R }X5h@kԚdwƢBgtB*uOʽ/ֵ`j(>{fK+#WȺv0+Eو0/'`VΫVHJGDOF9$7leO{mo8+ f] ʵQJ1 lKmٵG6jX|B/q 5^1߯iI2ʪ~%n܅0+ KߎPă(X*biΒVqp,PO2ڻWKKWJ w޺#hhi@ Ps(&u,{dYa7u9_#b{]ڽYIi$c*p`EWb]{yp%mW fr kn2ig}R,_;-{kZTL8\OoU%bTyyV[PHhAnLW寧c x ~F.5kHR7wdfrxELecSf{I3ךH5Yx~y)i1E1%飫X$~A0]h]<ݟ0+t,f,+xIBAÅf ǚr> ҈G<pE"aVq,(SYR`yݸ\*iQ.i<j,:﷋r@(DXH2gkXag{3Xj.!)yVZKh}k\k]t`ut $43}lЭk/Eg-D95a7ytr}؞zκh~5gK.#AN&t3z_)9:13g\n@MFn1oi=O] ^> Z܃zRD`!Wڄ9# b(q!+|p9涮e՘?s<%37G1?grwD)ùPHW@"5vm=q[1{PA`I-fR\.@wK0'¸ώ]mbʊK1- "ZP>MJ{BoPFg\H]UX,?篤8̨b*O4 ?]Y{JG2ך^?8gudJz=ӯ!?sٷ4]?l5w Yh|Gmz‹H†Ŧe1-` = }KĕeL0d.޺18Tк: RĘqU,|A 6"{=o$ /%m-^CWSNjmp?%ZnHЕcAsFxwqzI %3GL aR:T#M? f=.aO9𖤏Kb_1μ:*)^RW})y^ɕ`' 5qA@ UljrWS> ? Tc;qi ._Ѷ%\DaSۛ?C4:\馇 -"\[#SQn˽ǘճy#;+el)FM }̺֜2&k|#LOMpP[ReBsʺ 3 kf +pYO᠅zܞ *J?8\E @U9P]r~P]:#,D0zi}'\VvocLH\d@{G ҋPϹ ݿ;  v'tP]PHN~5σ(btL tdM y{N,_A~k\4}s0{}tZb9adLևO:"|Z" U)~,R$(QM\kge'KF3޷Qq|W`*.JF {HXVUzGɀmbĝXT w|E|8/B$f}L}9Rl8a"5>zY]aIPE芧|+;je">W,LgaZ۪9LT\X|zC"B9%\Wl>Ȩ%| ?uSZ9;LK7$Ҝ@(q~!#N,^Ȝ/d_ :Q.揨M$ʓ{$l88|[:0!&(=O=-msZ_f I'$E?GV7в-&jD6.6jl)FWߐؚ462$ yf'>'%Nd"b^ԣX3IICr&JJqa>AҸڎ)uɆ$Wş{WfiC) iN0Py+wԔLœX: P8^};Uivir[ j3> [dwDΏn!xX+3p}cLGFƕoEhhF& yyV 5u,~yLDRt{?tX.L3_8'Jo3+IVI( n2t:}-01ئ3eC|PyDYcofLנb@ØΖRd[CEōIj._)LePĆڿk*jtGv\L0’|!ſo*Ws=}xx0Sg]AN1AБ+D C?;N'|у{H\ :͒\^.A C9@ǏܶDDbs+zb=j\ ~=w؁詍8YOؚn4!-1!HpJ4Gf"6uER`ê/`z-{gOOEɰ6UOHb"EZ_'ũx`Q*7RW Vҕ'{ j?:xƒ%eLUFK[0]{&f"`aM/\v٬a\xO꿰g|.Fuڍr*GPit0&rv wgs9;+RVԾpgx wLqJ),rJhߝBd\LѷހTF]d  ů"ڶLQ(1c P׭¯9Lif*;SHQCq"&Нm|uu]Pd@X>@dq.m\Y+ڂ9^l*St[ [C}tn >8 rT;YHIz'4-@&MrSBO8ϳyā~d 1_*y ^-/I;ʖ]7iʎL-ΑI03я= 2Яs O]]߿HadS@LVn,Wq (v}*}P?rׁz:F>kzDK)@d;mM0iZ H [@|U[5C(Ǚ!2â-hU`,D'vW^p|WH2r;n>=Xj?sN7鰻$6#Df lV,בv6d`TK:eU:6z$)coF;C͵\/T;V9c!jcdB(+9 ]~;Ɩ S0HX2eDJ(_SAS{ug>+t˞?kM9:iG. TpJ eZbbE&ȼEm,B3/wO39wt* o;vu.wBF(s)t;+NBfЏ*,7xӢݒ#*<㷉: Kӹo-MG:q{.ݖRA[M/x*yY䕱iC@_HT<N9Fڵ4 ύԉqSL@+r.yyԂ^:tQU? ưܸyJ~u EBf$ā[6[PRY4@OuDe|c{ [mġ]r)Kbo/Z\q W(SxzgоD\1 e| '΍Ӆ 4ܶvnp2gI*lc<*؅͜5 &̔5ԘC„rw9zT^\'dvRxoו{ͳ>+6Ϲf[árPƒCuݕ˗Ծxy3?7P}26qd4G>{˽>|<=jOͻ^BI' ~}f~Xr.(ܓT&9#RE bf4Thf4ʤ`叆 5`i\ν3 $՘I K(,g,zGyi`|Y!5?QԀ)}dHJtr=*WJw8A.#Tcfd[*Fcf~UcR9zQx!I{lFW㭊(Zhn)'s@:xMUBCrp@[谻z1ޚԫc7;nEZ)ee|z;gAxeOQO*I)%+jDs&BTHF1HeJ9Cm1ƏEM%]zb!]wdTnDݍS5djbt#hǕ%aQUK£VIjz;A%qgJ)0o!Du]YTExB\SW.]?eP)+a֪~Ffp@rtٕ{)և Bt ?j)k&<$0aNF/E'nHt]A#}}t nܟ:ZD.*JݓLY|'sjݠ)[To[3 SwvulOq#EG0G'n|OOCa]e`2dgxȮXĜbL9F"d^";+<[ZϾW}u#tbp?'dRVoMn_,JF**#œ@ᔫm*]`>Qmj-g8]HrjI^y@ oz }nYe#hd^1_ =f |y:F-L` :;0pGpd `a~ӓ}ӆ5dR5U@QL?$T63cv !M馓'fe.5\|@uOn.m0UMJ}6+_-\KŊMzl9qWGEDŽ/YPT+ī%aQkȺ:H_n c1ʳz%YÔWLC !עoK\d?_̒L= L%|ӻ&_CkCt8L; >{حОU R3 pu >j u 'G[QYBw paĒk ; fs]E .":ېD=H:elq?ɕMs#>H{ׇ'ǰ\yK\x߲Q~I8za"Vc&JMukU3_ϊϰRu@DT%ۄkuQ^+kJ>3G,;QAd%gҺ:_;|5-ԛt.fQ)AƊpSS"94o"E|, V>0KD?îr>v` Yxm9k¤uK\iyþx@=-pMQsd|l%걧𒵱(4'؅Vx E+0x$x6V%5^&̭.˱/ԂfK? lٻ8vS)fNGFx-_uBi&݃G;8ʐ#3p:(rEuA j{f`r/lqR S#!CIr3fɇڕY?ǭ0k՟`lU0W5o* *&H$#}wa 0AWr.QtQA&yPoTa'jKyH\pC!h8JYuj7ف׃ihٙ.XJ݇?Qo5vGQ_ 7 Wv%y$UT ujzX1vO?Lv%n.ÄP1+G-{2yV4 bZ"9كN. [OvRf)iuKfyCRd{сH #%mKWNN'5+zޜsnI\^P σtE, 儘ٮB,Ww?8"pjR|EF?=9vdߐcU*pwS#?9^WN=hVs{kJh3l}`. U*"IaܬKBH케SDVCH[' ʫZ.3_ = pvZ}REPI-qUdWXpY(۝0y}3s ޺WkqY61#5 ʆ>Z+PZ_G|LL>d"w"?c/בi>W8zf)RrQס4KL]X5D^yqՅ-K;]u<,wjS"tyBϭxl#`OU8O>{/RDHkt 6gLjP_5騙z/ojW6Oz;rߒi*m*bLz2s.-;KE8ح>4sp!u]e)g{J3ۄ]TxpIci#EWh)qa=߾@IweJw;D;6:Fדu~DV`G+%-~ \P3Itm>TZh<@w(h [:r-Au*) Ӗ^:s$УdH&xZT|E2kWmy5l ;Fnz%;V71{dCk(e.kKy4CMIT>h0@IֈaKґBDwIwSuMW޴i'1p͠҂|`P#ew"LO+=`:no L8&KaW3ԑ^b@DžؤNR59-W-^񼇽;5ZcG)$^veA(h#X!A]Wc8/E4q`!}dՀQ]'MzPnN8~Bq:z'T N>oB32N'\oAu#d%GˢRJ]s}zB2J@xdY̓*3{m7l4(oxM^f樍5E{pSJ~!Fղ0G^i7c-Bq "(!ޜeU ө*:.rFt ԛzIbr ^2;^tp7iG$xl7qcA-[єF(+Ln xws&_=D/=q~ܔxd iD,I˫jvxeQ}ҍʍ lVs߻Bi(.0Oi'9J'f4\є9x'ZY=c-!G÷[5(s.R"qx-v(O3@ ̃,5_\t!B(8)BL"U߻_Mݿ9L] K=ItJuҭ; Zc#c- 4@lZ)o^O'4qb`Ѓ?QD,o@A=%I?ޜ[a D*>̯70Ec^ZI7žĠzhQOPckG RjAB8kȌhx4nx?]˲Wm'|f^z,U!I=L[E>'N^LDi^2 n@"2(=IIfK.[; #*w :&nu(eʒ6[oLsLZBz{Yzk-pdV =ƈ ԑSw4J+:,إqظp~}p.~pDٯ B)ą{n}BօFكxnqmkRu5(bt) 4 R 9B`E輠瘨>V5zz!&ǢY`&$*8g$RfG||9c(%9_=.#ji0 'h TBkqE\Cq7(VKgH(vke@ >#/T[.CA܍R{${O"r7-M t_Vp_,jpjdlf >ǸDcV)&ԜNdy ³f ]Y3ӃbDd]F0l! 44/KoT9){AP/jLcŻpqC״NY7~!6yy1 :)]3 %u,k=+UYM"7e0J –z`GYdhՐ g\ɢOh* uguw_{~`?R9J/=l0;JҌa%_sQAwax!ί^5n cs苘`h0s %T$䀘ׄehET-Aj”^%EsL~t~cIHP4Th=!}mh >&MGF[6f ]f@VПQereC:?X[CQ-pTo [!޶ rqsSniHa\bD!AvU*5ý0vpVuRbA?? 0{:<[M;= sf2V)0mpq6ێسByql b~`i?djI%Uwi&N fsAjef;\#󞑅Hħ+|ƆPO1XNGRWju `C!}h,.C@~RNpGdnPhGoL0hc5Ur)nuO6N%/Y!f Br 60Au(1\=eJ5yq,SEI 8_b(]u0Ku sŞ {hT=_Jtrf.~y@+ tg{wM 6R"'1TO׹W_ÚkGhi5H/,]V#{rX2kү\ I\݋8JDDj'ZKN2@h7i\jy|jv(MQ\id^Zm_,Ba +ϧ<0,dvE!DOW@NH2:8kӪ>[p}keDGIOX`)ϥ@܁23~rD(_*0g`9cb_=l#$=b ׵GBiS 9-aUQLcx,QwerJl– ygZ /{Ԟ$p^ .&净B䙄 ϕH #giá)RSeZҬv{: 23hj(j9,n6ad`O?cjJj",,pv>Xe(*ȞH%$CSKa0q D BkXr|ąNH1G' k;=@$,: inl&W'Kib l> l|$ 秲@ y쩾_6 _;hH]%8+a\w %ɬ@ ]8n,Bc^ vIN&9sl#\雍&[~ϳ}Nx>B [~K\U%RF,?yt$xNcT#gdrM^oKDӇe?YѲ`mKG{4,r&8aâ?4E xbZf'09r\`'grNV3C"1qdA}8"VcGbM\<2jfe}|YξĊIap59CZyA!@GiJ@ F*?1pTt 'S^^:j[Gdʦڸ`|y3 W/(OZ͏?M 4ÌP"Hs4GP YOk]VNAO ڀK^v?KU&U_ .{!Oo#sGXCggY܉[ 5ːxP״b[de3C@F6fxyҹQ2ʈz4G]j9/o"݅- u;RfPMM7Q9,dG)k+0`u,2&'SS8mrp|F;TB}+oz'%z??0$W^}15R>9V 5 eg\ęQ%IOS15Ok)mJ>ԁ]wըG"hZ~I@1 i)P}"p`F?[r7 +/ @=QX7;Ln9|ad" nP~]'CkvIvJCvQ[c OdvcOQ= GP*pt#_]fB%`E?Z}S';/`(oް>- 8!2&KJaB}h?9(E0[g!^K$*fJ0cbeeB8W?E$;Ax3Q1fBx\+V5C0s6'whm* 逞cqO8Sp9mCShyđ8Z M:b#l~C#&ze2DR>UXq&Raq8"ଏt)FAZrOwE\ G\\2IO^KRR~ iFړ5RsUb xb-;45;r-z,sE,EL0Ғ&/oVgS)Pk5jC.wn]ݞ3*W(N@1/VTHU8+$[ooo9"VǴWS2}@*(j*Pg+hNSͿEIڷyR&qg:CĞXMk+z׽ʣwܛ9=4fՑG%WtįIB=;I ^&Oy[>݆9<;\8sb3m~G[בS}a2-{nK`alKu=}E*ԭP۫H.x +infvGZ &nH%۰- ڭ;|Yu.âƥ"ȖbXacXTtTP6rac(!^LT moP6khovk18,&]3kVwG=IJ˳ftrQSnԚH=fQSW!gF׍ߞS#s?wOlr&Uj[e;y`t?uԸ3 5(M钩3.bg l"1 )[trr&܍d䊋='Ϗ R ׹';eCgnۀI4]/n$V1J Ӫfs`QE4D_E~bٱnJFS7qGM(ޥ߉:PB'."4k1d{lbx |WhAg`u ^7#&+YI*@MC %I7B=jX"|zvP]Gk-bcx[c1sx9aPޕ0O֟Ї@okW+'xۛxB[C^㾋\cYAnVX=}}Ew? W4!i늟L례CEh.L{L`Ab^ә/p~xT5<y0 7FzX.=O@ 럏 z[ EiI~XtyR?=, gqMCQtF6`VwG3 Kʦ!+4 !oo@ ry5eY|d՝cH}׫lXjn!8C#XCAQ)E:;u0:7*iTz8Ey<@Xu9ȿ1j۰֋l+0F`՝f0Sg'voDqvЫ41\ /+CāPv^`ZaMBS{iW̻O2,2OM2X2iM- 'jщA hߝ.u=j[$7Ձ ޴-GUQ21 <: B ލ9 Չƶj=V>'뭼R yQDTR֭h+S[́)MdS:.X e+;Mu(r3ayU];mspp4o"^xiT &24: @l1EǤ4~O[\8\Zw[wOio;Cw>1q,A< "1@_E|u(nf;nea>t˔90Z,p85 {5N[y1J_EJw@#.O2<`FKu<բC|_.%YY> CU̯sNamEBy^<vv@ @qJ1r8)/ƭV`&`qcTA(Qfz)]Yya6AP{[j;y< |p&ɛz捏Jt ?Mw q]}m"ԙ$R{5_)"Ȍ"LPxRs7nTjZ㛹@}З!{fsm;GEvp?4|&füUC$цiIJ 6dVZou e_fO3qC:+;(Ih̊+cJyXVuFEBp:R&8>( M}~&siJ4UXΰ_>xR Jwl-b4"STUSiŞϟaZS䠠_S$ ͤw!-lk¾&T=7<{.hoJ2b8|@ӧJ?h>h$V5mC}j)K|RtK7.LX'Tjq<&𾡬4paW(m0?h \Vr[o@ @ќ/?Y2`D oko7'Mg@ &qGIY⼙|ųV t!Px1`y)CFU=s&cٱ1ְϛB+qQl{#hbB\)t(Bap{wN&uTkV"0mx2Mk&V y8G:ʸj 3$* )}š>ZMHQ ~3B9 jTnX:]cvzsDhCq Y,#0"M񛞩M : M5<$]O1tbLā"7z`7 X]{k q=b BkX漮TK:f2 ͈1&|KoUeɗD^(CC5D.9mυRA1. #%m!_H >hA9 94ٙ/@#' (ǠB&e+En&>8E6T,h~2qpkm2(x~+/`) /!Nvyr-AY6W>2ww J=bO62ʟ ATcޏ%..uJg$sޡ|ڢdA3%dC@p Ww1hjm{m| ae-DG)9Mad&cϕEʨS?S*+D~.' *[\zxl~Uظ~cmg_^2NxlY-? ǩB$*sMƚtgmW('=B6U NШvw>;59(Xt%_G>Ssp&\%f{Y9nwlZTZ<#N vPRnħI)_?Ks ibDZK|5x8؅د d-cO3–QӇC U/h2ko)3)[HXaIcq uC7OU4onjL}0 uրO˹ { xp@2E 8 ɾ+Ğ @:fWq7?wi_q!Jʲ]娪uϊo=MAZuEoБ&goEjz̜p>8&,^C'tWQ4NmR8q@D/0+'֘g5JTR._N¥Îdud)~vew3+3h|7ϥ[g~I|[f_}ABue_RzƝ9Ҕ˄oek ٚa³³d4,MT  aueX'?,0VZ\ _2E@ie7hao<_ǜB?+XRUĄ+m`83z5B{2G\Q?QIy)Օqqar4k^R pBΔޞv6h BkY YV.S3$sZwpOw` ?B N?kw-,$ vuAlg+$DU 4lR2j@RuRyGkhG'j_uIPW 1.rdQ4wʏ"cx!]mCn(c U/+ ӵUC39מdƂ.ɂG[&N~Tjh*p4q8+ظior2W]Zԅd:h1||{*9z1i4ah*cկ~.Һi:@ANՠ[q)/9}8mY-ܕ `&3~(MVmOpTq#QrD`:hvuVSD 2r6C\q%Ҽ] ㊁\so:rEo˸A|pіW͋Cڨp-6S!^9&8U $]x:ѻIP~nUQY闖ׯI|8U^,w_ ԃr` YK߃A_8E0F}[Hv^Y}LO1+uu1452q[|z-('îx- }{΀M%d-(lSK4ͭ4/ k&j3yphhIWa !y׊DC*CrI*"!Eߨw9Cr'q^'f}¬Z8E_Ӭw{ q^;$xYe⫑G v^~N 8 E eљu$YGq8jV/Ʊ?}P$/¼f[R`ރmDV:b 6f6Cꧩ[ps&=W**V:  `:UK"m}mh? 4EnX15Zpp{]|Ynpl5S1? :P?!ۮ.L<1#Q+L"&}yQLQxu^@6.#DzӃhE/0ppaZFW],3?E]рE!M=u\Ն6nrh3Ӈ1sXSuVX+Zs_ "S9]PH-Cb+PLQ^4~vB5j8.(q7 skqQ(q$J:])")_b9"\ȐXFg{ 1ijT➘ ҢFCnu}< -AhTPb6+FH l~(=8q3:-}Q/_~y\Z}{k'yc7d㗠v!. &\rOMuՒzg"!d,=B°87*r!д]?,=-1 (5ݿ'_-]XpXΏZe^O)m c lA##WK<6%qFmyqS: ]H\CSIR ߇W1a3leRNj ѕӎ^. ,_?B<aK' !#xEN>R?}cک~PB&|SN5{2򌰞Czȣl-y9c 82/0ʢ?x)2 ¶UVO&o8j Wuunմl3/aτSO*nT*aG{ЙYW\b"7еrCH5`1+ϣo:l]ڢ7 C*]P4I0q$H.&A7 #5Hߨo.Iz|5cpZro!WgBR!5!&1\Ny.@}$axeLI[+@J_7# /IzuqkR=܃trYӲK 4!ƛysL PFX[uq{ꧥ\cQ"Mr+/D _0Z={k.GW9ӿ kk?ȸa}IQ1W#SeNU;x0^Bބ2,Z+h MڎЙ%mߧv~{`ѻ+<¦?ZGC&)5|_\!n!4CU8)YOﭽiMv"Y:'}^<Eҳ ;5>'Ҙe-8!=I WWzVN_VyE 0X%p=[4sS}B%c5?'{j4ZbDח+0ݬ6Vt6ޥ}V/ţ'(K3=maEYZF9;?1`Fٮ<&2 ߲8Ih9 kHvq$qt@11-GKH p츸!ۡTܚ~]2{I{Р} Sxrhjn) B͒LXuҘe^4}c ^?QV '@L}mȩHLIFՃe8zݴЗ6;ZbƱ* Q ~𰸦<nDYt l ~V]cQ$Y:vG8B;]W|zȌsEpb>9|'u|Ĩ3ϫl- !X@-fJZd+?*^fǿyR@û!> tϫ-y] :y'6c`|X^\Ն: #RсU!UF뮵(Ҟp)H0@5R2vC+,aWz&{&HZOo9J7UMz$B?ۯ>~jiL&{p1BTGD(,N(.׮2QU-cex `|*0hgLMJiF tV/DLXF\_n/=1ab/ģBZZ؊9va/!1(C=/D+2 LD隺\.KE೗4i\i9j[&2%JX:fjt@y%ZG9b? 4'-Q=.+ UVr!G"z+{vZN&v@]/w2 cjck+*ЏiӕQ8mI[`N5Lӽh:\W>``٫TBeF`fI#Ր_=P%J:RP77Pܩoۻorz_9vѪbC ]݂\|G'S"D`Aw _ g>eu[|%rUH\`f7JqBTzjL~_`<;nm^ى>x#&P|1 }UN4ŇW#_T[+7!E81ps 6 6 , ,0f Hݜkʋ r9/ۧ1#ANM~{>oW$[-y[#m~3ѕKTeX:Zq#qPHab mlE(HJSx冸>h)cOCQ瘮:퇄(륨7Zd *r\1pP @B.VP]-P#{,Y%mk#s@☣!@]7r%Ku҃>렾*-IIz6h[!e='f0X&47V47 ֚'w=( ϙΉbɞda Q98jB{$gOy/!!LMc !P^qGE (&C©>q.ދۮI LgI\EHrҺx<4jcv7lIt#6E'5F8S˵U8S@*@y-[|S{se'.,0C s{l.0iK>;Sa`zY\}7XYϰLFgD\ SiJy@vX4dp;z1&柪\f4^~{~cK1{@˚xGT- /$q{%o{Uià>jSKF=l~n-%T`~&^V 5>CLU@HAJx+<8bViZx}%i]h'=h[gbu(:V3:\W6H 6CN,&3r0p~!O+ZEqMio_J*@Ȩю 0K:(*D07x]mx_/ t4<&>D1I92;:F_V׸|rFGHEԭ]R>0җY7j| gZ}Jvn{%A;%O\](k)jUVPK2bٷ(F9pKMpˮpJQHJb/6F*HͨW>[>vGڬ#a.b(s-hGnj5"暓dC{Дhf2USn}n'Ft|k43Mj'el=fOOWV#r޳B=f0#e%yx Щu՞5o@7^HЈ;cSJ%RJVkB}jZъ: I !g<2qՆtIG/xo|8ctB+/f"̬6(t%S%Ve82' xp 8PI#&úyUʱ#aRD#m*®46d,SSmAR@3OshtD^$t 6w?s;.g4X'pl2 16&̿q|rcntN m]hwk3Z&$e*d0hnۗ:)2ٯcquOx- y+`W{ؑ;(*qKhzUk&ƹQW rr6%wͷtU|+􊿾'BqfJzdM8MϚ لR;&Jф5pL 1H[R~E-drTNb.ֻJU^@NƠqDZ1z!b3{ JWoׅZ zbrSl;֩B9^*ϒ][v;n\41.vbL҄Ne3_4:7,8> ÿ=Iw߬i͵p.c5u1ΈM_vkZܱ4ܥmtIod?59YF~"hLjJ9_ҁSc+8"قd/rJh'X_|^>nCwLkߠNJԽQS,NCi($tf#2Cy49۞ewOpIEBS@kQKWSE ֿt`H]s}0LW±X+0WP;"țW?s!\-A=lm/2P3 p^hdS85]hd0'YlQ6HFd7jlϳP~6d kM3]9Uzm#YsGSRVL/ xæ@f:iҕJvգ}ԑ8oi0<>;CcQ/G*n/Q4߅6< d F:h6[jtbNPΗ&H05|{SA^ 1$ u> Vd~XTCS?ld|y3U)ERV{i2u#[{pE4wdF Ȝ:2was2;cLJ<+yɍ6a!J)еgoӷJ׭X]ΏXƸxWڗYlP}z0; C~;o,d}{%p!ӹ=;_x s{Gi= ܶo>-ǔL G yF #a̐b {U"~DLcڿ}_oa 8`Q[9.yXiem)6*o/2#z2jJ +U%ui~(j?W"|1E_͖8NK@2.K|_YE7'bB!@?M[~0ٔC"97qdw8<];)@99MŊ n .l#l!bwb4q;ѯf/C̑'? Ɯ ~="ER&@6ȸ}+3^E\P :({S7d92u]t l _@z oFkz,_~݄ۼ-R0߰t$y?)|' +?"kMe&~\ }WЌ^R~8. ~\t) nӜ0g[VWm6RurSKrFK9aeW,iSzHxY`hU * rRƕQMTn#.t:'}K`r'qIaEJy3SlyqZu/Mh=Ps'ǔԙХ/ qS)wC\qE\#GElk1g$Dw{pসU$Θn̢ꆺ^/6DU+U,b5$BJsnq}zJ+Aƴۓӧ z;|f˛B4ь55)Cby;]q[KL)C2AI)VϰӉr?R^V|PK2rPdֻQ ¦?K1,+ǒw$m&$hU!ൌð`*[8guHX\o:OiʨSJ3zQAיisﻂU]7}pS%HFtzdf$I_uMʰR#72~Ftf{%;7p2^u0F엻 `qbl\eT2R+26Qυ5g/Sx!71pD8BTT )j w2ƩEV19FS2ZMw`R,OPc:7Ɨ]ƜT#Yȍ< `Dsۅ|_& ۨz"j\rR4޼-q;q CQ07G!!_ .[}2tT ( D[K{ ='S:Wqz 7c'r=E(cr<ϨqNq17lS 񠆗ol(̇T!@? 9#.WD;AWF"es.8Gµqf)<%ɺ0U 0"?MVryQ!EScT?ˎh\RZWm w2#b7 v[ۻI0?n{HWCAѳUT-E\?B#\-Az 4 7&󽍅`Nm=2c+[~s)3[TB0c%G^Cmq2QcB?>V'v7ssU1ܶ#;@ ءBC Ե$=aSVb1(nu:l_jYu]Fʒ}$wC$r#9J:0y@lsk۝Gl)Ÿ2/`˙AP9E$WKah b;tkEk^.ñ dC8FCƾI8P\OHI+i&Oλ蕌|5붇BqnR:(] /2Zxd2 ōKS4|zď=Ҏ֋Jɍf&>bbԚL(e<6 1Ϟؙ7a-*"٭Prx"MHp 7=Ԙ zz }-#s;$[uU8ukFl6 P=9λ;å#2i HB5J uE;ErzH=~}G:͈u.7 ^^|sUOqؖfI͞E~S6}֔a9~6T *[\5'"'kO3C=~[:T}RSݰ稑,`:n ]rlrc>VSz$/ü2rXNHH=NR@MuWxueO4[;Ia+=K{/D]iuFj9Hg,O-~rOۋD7aHkʲf+y)9Jndv+jTJ #,_K0IN=X Rku Hvi& ZUp%R'X.^Q  `,&LWsw f B fo-9dT=-!5/h/֒=EdXqUn΀gcWH. Yak.GT{fH. @j 1o8лI‡]Hn%U]; R`PH-J#/D_ Vr6T0> 2I-^ND$qd#FuȖD@'ȓ}#hL`8lGYf“mk*:%]H7m7 v2f.B9:Ր|" c nbY^ʨQ7=)g"(LHEE@f3~ g°rIV.A&1G21G1-?i.ֈGB`kFmNl2w6)/&c( )H">"=􀺥 z+i QfUXW#L yud'^_qP|R{SwL6>tﲩ)i4Ow;Tم)óRfe݄w= kcYþ&"~|M.G} zvdVO'# ɁX|Q؇ ,^R&돝a ƥM-k.}1cQv~`'c Ⱦ07 e!dfu^3T)| .CM%|7d?=(*.VLgtkwe| =ءyISU}c>89~q@χ{f@7+'&L\,<{^W*Lp6E5&Sެ2@bMN,啪Q8*vBHc@Egxk:QR|?v2ڥxCPc913P\mg۹ZGv6J؟,;<Ty(މTݔ2.p᤭ֹPJneV/՟iIOקӐAIXC'qMF2OϿ$:Guο eq3KК+OK{lxj]zۃ{օ{ ]άʘ{ 6 U^L'ʮVUpZo-R8SZpJv5UoׁAF:1x616͜u^Dc, GH9i4$B )}LZ=}nOV+ _U'cO>̑&BZDžXhu<ĞYG:wta:6NyLD~zPy*#/A$-g9o:^QG(Xtd]2#r E]Ҹ[90њv?mYvy4vۊx3%JNGdku,٥2Ҏ/LгZ bJL'6|BF/IqUwzqzkT4 KބPՆ4R H̓uR^DdkXAxp 9F>/}SH 4b&riGUAnKjRjvh1Mv ۰ϗM|iV~"<9FK!8",rvkd9Fn"ɩa?c׀ʨ) =TڿZ[8!df*M w=i^euͼ$܇%Əouv+ ߲LW(әc*~3P~;^IϹB$1R6ҁk{oGt31I܆M:0ڿC1JF}ema -r]p7x՛y\;jp=1z{{!W7G5+c8`Pg{.=d3M3q`AGkkAӁgOn6(ĨEW{f#uH W7/p3n(ˊlz+C&o  R\R ,i9 `,x]kdK29;3 q_Os.a cU/y&5 VTF/)AK0(栣ޜsspXLgM-1 |UHxYBАpqQ/5Cbnݿ߹:-UY俞wķl˳w]{&*~meB߄ 0{\ݞofts y#6JSPQbYڎ#ʦ njiB&ꯪ}VEQsOGlp [:.w 953]xᙁ ƋΌK{w }0_X[*:r-$;%)|yhqͬa5{Az Zrnm&OY8m_Ҟ1ԺYNqw+90<ģ"27&E7 ni'rðHJN ד9lD _K>k9+ACV0"SCL8p"\\ۧPz_`KBl8HRQ!jzο|Jy-sLw;c)6;+FGh{.9և9)~k"zsg!w~]7a:#Һ(n[h~ěn- WH2F6l ɺOKTn#us>@F Ŋ+˗7B{9.=98o f#RuZPġ]n #)Xr'0*H?58X ͇)jHOg#4s5 ;I ӍuUXݰ`]}./'p,4vxV`nui>Eq]"Jk!M7!ϓ6)p4p JCBC^ikbL.#.Yoa?x13r NCQA +WkE|QxgJ&߅ޤ Xڶ>|?]* *E`D}Hv1LCp,ƭUR.87V;'`]!~XlW/%.zPƷӈ G ;H..v⒳|?iYYl8H7m˥5Ѽگ1Exkۯab/!@,y y[5W)_6wJ^ga;q{8ُ1sDA$ΊCoYPQDX'x*HbAj sr76@  /<>@vJ^?6fp[cåv{qr_ۦ.ɾqqPĐԞ|#HhJΫ2հ-BCf xWr:k5\>=Gpk(Xf<ӁoU)lqYMԐ{]wj]eRhy p4ǚG 'ooE9Y@%-q9fݜa4fV/x9nK3=>\^.VBu_Zn\8GLu@Jb؊ ew8^Ag1a{<dyaxaX#ndK+őM54(hI8o¸:YO,KV^jgϬnbeU(CuWty?HPzs)mp ܨ:#4X`'i tYO|!c`iT`0o8v\]|iyY .^`l!ƼWh)`k6db)Ųv wkQV/փ@lO{.4K,'~ːr1V`I 8^ 7:}R}v=Ђ X`FERtv }G8Q $-bP?;S= ؗb-N(xR|s-(jxkh/f}=ji0ӊN/2t!bʵ硗A[QY"h.Ft@ rQ ư^8xMڄv5Z2(fsS9-& pu ƿcT㒿s`t8b ZL *:UC”wx ڻ3rt c6BԆa j /: ,">rVPw9 E¹/m) e[+?'zL*@~UplнRm]JTVbU N{W*qؑG%+q*b2N;Y*| ;sO>xĒQB!Ś% ??)Mv]R@OhQ?盵{du({uN5!ƸռM cXA+HţYxjأ!aYVfOa!_c`uWz9~ Y-p$ Ae=ZnWw|B5[KPA!XݟdMVY@_%$ta[ KO]oN`CUݩʩqӴ'kuVaEa%P.LJ]FF8]`\DkTX$[nfn洯ڬhtpe/Iמ2qoaL&49%BhSPĺUUM}7d5lw j: >¶ jH^sOR>tùy}8$ ^lp{ޭiyاؖƂgJqFv s/&[`hOU T#ه rL+ڒWt5x5y Ή|Lą!n(QU}pքNߕ?$U 8<y9grh1,%`"vuh#%pUe]Ů }.)ߩMk=aI PMdVS2R eE D4o_3uWf٠DA($|R4?4b޴K2DtJd.DECF"`Ji>Gw^\$ƽ8ϘĈQ'[w ȗ|Ab/Jd[*EOmmB+#Mڦ7H|^kJBVO%jS_Rz:ɽGseR`&pX$:wV>$KIYG;w pft94G6߮xD9Q!XaZEn~L܍ -uE %+O2 nžnNɅDGBMGwhz#y~Jxo^S˼u}9l7ή2fZXg@J΄Xҝ,n6Ha8h,Y^Fɏ~]l> U @MEe@> 3j`w:ݢ\6^5ke~"!lNGˠ@O矔+;aQ(AAW "e0A]ww4Lf.֛>zLİ?lTO!Qv+8^@M@F 5ϸc*_[6^1=@+YrEy% ␙}f5+_n;w4t$?hFyGV?0Rx ɭ[cJcR= QYB#υ(z٩@t뚵'#:.$Ǽ{<yv˵wClG o4pY*!ě 6ˀe%Qbr/Ebq\? K)->񿝎ACUVJSu|IkRD,oTK$2zXUg }Pʦ10Sm_RPb͔r@f\*8,8x( %odG}&=88hY,hF43}G:R)lv/, 󫘄 [.#Kŧ9|"mExJ&Po%dK}V;E<2wFd._ IT8eVFJq} `fihMa2Die,D#Orp2_f^x{MUǣ/NY֔ 7HC2jS>vY%Hf?Sco"G).\# D/zL`^։^y"W^S׌,8-O::$: I}ae? eyl5m@ˊym;Q{XE#?fH-A~nԢ>;+{:>^LI0w}&CSNjJ+5'b`D>F) 5QS@WfǜXd$eg؄ sܶZ*-#Dcï S~\2Q.$тݮ+"xNMn`;Z`vx=9C$Ŀ %J P+W?*@ӃƢʱt)hBgZvk'z$ۄ3Yzc @ [ "HO\@/ %Q=1/+^Nj6 ?{oC ͗1l30bfoXc E.:܅&dj+ 5 e%ؐ]S6LdD%b5zx^L_"^[}/GL HB@64$2-}NiENap)m QB[ lqY;VX[M -H"-v)) 6qRXRmkS֒ۢBk9;dxsH qdVzmRR]qrsu]KsY6i_3hϭ([z]X%PTfüOKE 16sr\˒b{W"N:J;"Vuށ9fs_aS?ޣ  ^(ʂ#5 bo!?nU"7"oڸƑ>&܈We?~iUVp#,.yvl`Rӯ"_4xZ3 W{>l{bqMߣsrKi7茞K'x"T͡4p y+*cLQXaJ`z]-Rm"&bR#OKK;9A)ZNcWFNC=ڶqؚ4.ϺUug;L$D6S^ %H#J+P_s{#k^g|կ7*&*Ve+ߨ|ɠ9vq}.#]Z"u}I8V e7ft6z ?JlfVO.&ޢ`Y E._3.U`ijªF?Fm=F"l^ߦ?3 U$"@>]=s9MYC` q:V ]xV vAOKWR`iEN92QI! jN~UBb"jkZHNw=q1 Js-|'b`Yi|2p&ћtYt= f(w62>_XkF$uO9%NA8ԡфEKxH,533\ /$΁*/`5~n$X|{X49uSZ.~_@ȺJH@9b6c6t4&)RHoċ8D#wve(Bf ߄0Lu^J1/#qc̴f'g$0)}FW+יk% WG6ؗM⽄d S,}h"?#U\ʼnb%ȓ4? 'N2b9q4$t;H|䑚UxJ<ވ>:eA $cqjPjW)V+ꆗp=Jܾ+87fZ\' ;#~qXX' 8 co,'boKm5;>Ow]Mwh0hCxӡhr5(|5Y!숚0 h۝8X֧j0gd~ 'IpdZ>cC x{A-pkO#]k,yP0C) T!eQSmn:+#wYwIM@R׺&nrz {(r1#@Ź-Ԃrh@.]528;5O.H҅ŅP ޞ\r0 Vm f1 #iW 7!5kN2lS;ST%CEO<*,OnUѥfr07< Co0$z؞K)"=[c!5m.7QK%UEd|Ir:o%tZW*nYy=7Y[S76?YόM2ByIK9?8T{Dr1MXlVOu.d\wS?#yndʼn?4V6q ˫>j܀p4EGr5`G h&n{Q =n{6`Q@yiv3e،PO5Q1n?VE{|?4ݬE陋GJMMʈAiN/3Kg :Rn- *H .SYUu1?[J25JNq{eZI äQ"&UuRmcER=E7/cP\֖^dPO Eޛ 2E7 keIH"Ci0VFRp֛KZfbQ i|s"eG9DW$%N<ɼȿgl}!1IF*/z ;k'h@*q-wј?'l=+#4.sNya9.jPsJA㡆 dGqI+9UP㤁d%rev3,ɫc@P]sjgv.}8o͗7ɒnTU?6 gY5o%[>3:3uRCg)n+Y7%|#U= 93Ili#'- k^4 Koyx]}ZZE{_{v ^c g;@X87 @cR*2Mսl9/=} emI7glUn?-UDBr;^ôɼ7v ꉁ#}%0(7< ȪaT@EM- *%z"RDaaXTW<cxQEjgw;N(+-Iӧ Xfvڀn}!D]ipQ-u#ӌč0;S ɋ_F,~T%m"zq3#  kT~ HdL0{QEҞ1\"lKRW3]l G|Eʹa L-`FF&0C wFrC+R70ŔMi$JVv0heP>Ѻl!Mq^ik#V YB,? JoNS$;dmS/Lb%C! ]?YХ áCk(ԉDRO0ov'B 9%AjUH9a:E3iK.A"Q~gdI?%Ý̥Nʍq^ ,/Kq#Wvo6cOr-_ 6jxVFk7}]+/_?CitpR;ĝ#684d#K:|U6t'gqvqh aCG:fL OtŻ4½ ߖ?jDh`\FY.^Jtl!힧DS0,䥒Hz02F}<wD5t7] @yURƽ L HkEGp[E,Rm}vamK~[VMSv/+"K$1ݡV2uFkWm*I[(L D CWXK6s٠^.79)3*2ޞ"o&4:n=bFʜɫq_4$h2PwZ^AīՐw579*~>]R\}b ׊!b@Fß1C6v?FBv>\zH2DģōKHM$oE lnV`6tLŚ@G2!$\&!%m 3躭%[ΝM/j-VHľn u<= >psQ#!ؕçJ6T!n8܄Pay8΃˜7:m G;$~`n\|D~wF@*5BHZ!$o_i(̝ؓ6+꺺lM"EF!ԤwMe~të1F݌I7bH͋|ŋADxd^*VK}->yёo!"-_+ Ҕ Uٴ=I=ͱG{{Rk{hfQ4mqljm@ƒ!IQrNHςҢ?bY\w%%tLUTUmp[gކo)u>D@ so"B7Gvha5$\el;eG9ȑ F7~3w஀I/s;K~#U"o:Ƶ59d˕$l[F,9uȼ_OxD$[89`I6U2a,W\V+F;ćh){^tM=Hq޼ތ}X.k4˭h#:͈wV1.Q:#uF^ Y8䁷) OXWۘMłsB4"*!#79l? u/ Դ g -XuU!L!DI'< i v_8H0}8[:TCp߅!P2𻅡L+Is8 /:hVN '[kW 82(:0Lr!V^v(ÈZz L+U(' h3DžaW"RL?d{m? 㖟bsW5^X%tf Tﭥצ`N> $?&ZҳB>B;ꋢ ĬGZ-u3bO D C4rjH׳2r:~ i;ǿn(!8֠Qb,.L6:sψDdeP`#|zjR*Y&+(vD􇊍OGwŃ hnR2-'m1 -.e{XaO/SP;8f"Gӗ3UXzd7q?4<"h=ǡhfSqvRوv H]<+ Ȓ#Ղ=3D pysey/NGꮒ _uX8U}o|??%2 p}EJ~]S_@'jS : Nnj;s虤K?j;\C1\2  ?(\6޷'w&-tbYAxk`6h&e%)'"Fa0`v:=:XI1&$^+to_G lFw%vB喲[Ws$=:CGaZ@2Ohpq#*2u%4:'#@!\wݤɽ{1Dwm'{{9kO`wsh5ølSxk?e)v%CJ8:e֚ T"JrbĉC;E\snJ ǰC̞#g'PZd^"{x'jWjXΉ-mw򳺇 f21`*&!e^“ Y[ȼ#d `-UU˴ %KqiGrƧ I{|J2,c[]Tz^soA9۫1;햽"ms/jHH{Ŋ') ;*bT8K.ok6,o h=?I2*R0tR4 7et| $]RZ# À+ 8K[dh:&RlzkC^ZR/m5}Vh?Dg~8c?`9~CKstU^PJHW V2Br#(gINc!:k@q 4 [CDv6,&xdP ʨ~>O5 y3lKu dZPE!Ey& uZz$mǸ=j`tM ٤'"詺t(R.g5ŸmIgnjH&{ +o4"`T6F5dsl 31њSxxKg> fCCO/X H"zvųB"ң"C-.%}F=RP"7a 1OT'aol>҆Mqj\CI#xqD1A>^eYAJ5Oԟ*.LpǥȠ~|WBcK~\SK 8yYgwFo>vfIc}3_GNd]z]Ɓ з-KFrk/zlGW3_׊T+*dzO#k;fez}! V|:3FEiQN.SQJӮ!*Fη쬝a΢Ogx\ڱE `i瓝3cSsbfh_'ʏ(ElDn? 3ﯖG LckPżmL\/<8|y}5+DmV'r}=8TOM\V="S`3+ D?Jݽxa,IIZr!@SIJ,O~/q%9+H;jaTAs֧z낻 X1D~\ 5EwF$s OksW'F/ /ܪh9ﺶ(̿aql8z/yf LG>UoxTu?茾o!IUA p3 Np3eNoհCN;Ŋ,Re5l9y2J6Xnx*IŪmE_#Sf˿MyZوϥl^t7jybKcѸ+9Gt ECK5b޴!pā9(C\zJ(^oK2*lU+qXǝ#N-B^^6#+ /^JXg/ :GP7) ÏnKt bc|,kMa?r>SZQ ' o58,ew9&%tHz+.KcwgR&| W88< t"}r;/>ŝA>ۮbJfS˛KG0)KvD5 #U?"] h΂HnӚOLwL3ʍз*7FhÚ8 z8Hn`7x2pӉN:qi?\ԣ8KxQ=GٮH)t{bp8jr@H}ְ3N+|}FԴEX@1mЏcӿR-P~U4\[ȧ^c6.N?0L9صDa#/{$CXnbӓ s iYM/oXaBw_1 D&(JO̮lHTqo(s+%)TjEKTIB̷o \ kT٤*8?P{')^Edg3YOz37NzQj b;_Ȩy"Ag$d]7E"{x✇hY 2`w!C#rQiM2pÎR]]*ޢE;2lkk޳ɵ>8n= )K*u]|``Ѯ2np NS"Wew$dV@˘--$ Z4d p k\ATWE[ gBItCl{~^3Ge=.#(3omƋiW%y© 5΀n?)xmiR܍6d' Z^qZ>S%,kδJY? yv"=`їo}(AEeKLbtn۟?md-@" T)ZgMG|qM@9Pǜvb>NWO>jٖI.18Gɤo-RfT@S}@wKBW[2Z#aHJJUu_X6q%n٦# wWt$ZOUJW{"6 \l608<--oP.f04G EYǭh /Be# Gg%ڽfK5ĵ _$̨Px̻mR7ðV=޾A̵cYّSs"9ιh֎e桍('9Q9;[1Yox{^YGT"b7.VuJeԦD{HVodM1@w݂^}I)<"&_b5>x DEBX6SOԚ*Elt|,omUiq_O ׊U]mk^AC> {~wUxQ:aS5dʇ`0& M:_d{tPJ{nj;:Q , v $V';FN8FPZg\ OeVdj$_NH]u&%Z2~"bQ2 \¿giPIJ2ᒿ2 xӉEl˽pĐVN2 r,^'),ō+E^AtCb)30n+7am>~zw[[tnჭtpOҧG,41eIv&c[? ] TS[M'iurK+o,bdŝB %?{qkQ-HEקފL|ܮWe1A/ϕ%)/ CJ5GИ@ Ej_'W¥hAI{!hT8  0Qc"LI.2e@~-'2b4tEM{<9|_+7Xv&+֪ ktUq)32zS7oyw^zxK}@+o(g4HSW:zuw!J 3O,~R1_K27g:4ܙ -؊8TѶgw+uF͇:On 8fZIRI Y9vTMwrɀ niR$[ ,7h-+yYs¡|\5A!,S=o趶ojb=irB*\Gm9`2Dӣ4>X`O:6յNX4^=-9dte'C6@^^9U33?փJ_J5HF0l&f`U|E 㤜~B}l\,A-+qd{Z P\uZh ,{,woO V/Gr}JԠO2aÔMzo( XG\BݰۇD ,bdKϢ'?K/"?@h2 R'ًGGՍצUSW&9rvVQ˙jT>9?E-AJEjkʦR* GLP%qt>`|.GlI_&Xٴ_꾩#'a)2;>>Lxz ׇo?Lk˓O%[yӼ]A kE 6=^Art^A@D7dZ)ȕHC=GȚȋ ,3_tP$rgsn)XVΌ'72om E.2+^y\M%嚛rUmXHS_[겡9XnF̱OɖIFF1E3g[XBtY#EfJ2dn1 R5bj~BS7ΗfMEH؃KʥGnV<*fz"K֦ 7xεu9z]$p! $^x [wxZS^ *n\s;aZhVjua*|7%0ߓȝ1:XH A\ ~|-oYlL s0[lO!j>䁌"b7b*(*L7e?Vy_DK TDО#A &6[}P*y[i 91,,:-Z@Ȏy荮v0pFkSO/E/;叅h9mT)!H`nUP^VyL  'Bɷ[7?S1ju3)U9L%)RϨk:*Ne M)V5QS y۩ia 10T~,ExG&K^~v#RQlr8 4@ika9s׃l.SDbMW#?aB0hoބQ=-DaFRl gTi ď|iטLK񐁦g{g?Ycx@i8q5͂!uk2vKz0T r X~G`Cn gtR1l3qrC,\zh3/ |877#M,{*.^Զ͆m&]Jβuw3Qt\^t`_7FD13JBaSm"D)ŠqMvrD&pokKc vIQ¦N wڿ@.[S dc A\xݨϷҾ׻_s4/YP5 ጘ; #7@sgL6òa8Q^YB#z'Mnh4+r__!01͈P|Pj bF7[q!} G"C/!y^&~ԌПJ oAȭ\_є.] dN =ni\0V2i%@藢w0O̚B=_wx() i/TBh!iB lX=(.7T̐췋xf)gG\l,|)yOg}LvׁOWs}޷Ew {=8! +ejtvɐv"? &v |׊MںZAߊ3<7=|= c"ۇTwD2P`,@޷ˮA I 2# F/!f )wF9o4293:Vy]X'9;,Џd((iEA6${c fAy90I G1,7>,*rt(k<eY/K 齈͂{/zJ!{E/|뷛YnϦŰmȼK͋&WMb8zEK{')Y& ,lеG7^A۟y~J"SOi ޑ[{tey$dۨHfr[+#pMųۇR^C^A?I4iϲewIЙl P$>\lXIa1٢Y~)"?*++q|#?<#,C+xJ70R*a B@[{jNh8 Tt+CPڑ`'um9Fqcf2Ӣ㴑xcį^.OQ9$X^=+>PdY2m).=1GV_"B7jƄb~|܈vH1s`s=fjH$u1!w}x iVdTe7cpӥ_,".BfW=B@u^Y_3bMTu|>B ?ͦ]A':djtk1i<uW2ڨVψN<ݲk n9hќ~V QLszCO,ͦ 5&Xg3gWlTU<5@w0M5t9_7oCډ {trjMtx[j*7FU,ݍwޣRU'ʈ3u BYT(m/Ӳ}k|'qTRf`nMOeOyM\jLW2yiy tOft Fo؞ [!}T]'zfwAּ調h \GƗӤۄ%#0"GhﮝU3QgW3(/<5l!7I^C 1 Kq2 W7EVhޅ|U />MB&OZ~;PL>^1( uzY A1B=afw#O*S7eL+ꎹd6u®b@nB-g!`-{U7 :%5Rlg@T'$T" ·%K,19Pّj+hT>#ZTyxtd=7-Ò髁χz}@=lv6H3pABn~ Le4w[щr֓9q^ l$K{r֑&7\eAY݁|:3 ͦZ%8̼BM7D+ tv""Cͱ6$T\t:g>;[DhOS 72lpݤĔq%ƺ ~J" V}*s u5磪cq؞[}lqR k&H_eyܻj2<[nzXbg&Ӑ1W=[P!o?WħL)G{ $WD3w@ 㤤77j[1vO;caDst}[x'2PtWiXUSG{. oAJL|"|>?" JT<>rVRu@c$oN0w~%É5!V(ց77H8 v[9zpVXCY2jw'ೝ9"VyR>}Z\.P>HInMU|58y&po#ö2S9lbtW~"G^@Qp~/ːC ў7 B q,Z ":Dmtǧ$r݋ 5tGQsZ=V54/ZL.񲚃'j֎'D_r6{3JpSW1Uv ^mh#(Bu3 S\ z /}iAӈQkJ;R(\,b>ȪuKBB'Q]5ph&[AH~8F5 a]axOڸbe `r3C}gW/O?*UO-* = a"Q]F2A#\gr8R+"\ ˫=0 0Pm2cݮ ?\h Z`}19Sm w4,?gĦ*:3$>Srud.Ƒӎ$ Sw9`6<(F,&>0Q{"],P\e*Qt}ЧǖSwHAXU{ |PBwI*/T?Sl61sE YȐW8*Do7Yl~ԯM8F nb^:؊rRg(kkHh _) WZYeZ;sƏqnel2MgWc2Ef7~6KKBhKrM}:)09 ``F蕙)۽5ۖ4enh>$yrg/oC's8\l bVGxV_wzF #F c1o y~RRi‡ϔ۽3?`g`WkV2 'hmP0pOR7k]Z`ZT#5RGå뽩2dYt7|&*Թn+RR"˜_n~o""^Y'i}%Ҏ58* I3mᲰmNQۃ$j(o1 ܬ~˧oO)\ W帔Pӱ`LIyЩ#bϋ"^r*oRޗ"ttɫ*IRpԣZKL1xƶ } [W˚ ҹ(/wS2su AJ\~LL:%.\"1LhA!]¤+9 (bIP@^\)*c&aאO_?HS<Z/X$ K|'a6p02ꩭ<:)qPÒ}VJI{lEwDc8yz.w,x$YEvLC`'ȏXV1q[Up]DT: -%2 b m$rbPB;ɡ.Dw&+id-WX h͒|Z5::,Σ!F/$:+57;F3yep{ZY&ܽ68mb $;x~+$sQdV\q$)k,Z[oz} Hb$@&a)&Y;kHB3ż_1w/V׈d XFcy0mom-; TVg7s!GT9|(~&F2(F4H1&*o =bx~UF=~*Iڥ¿V&S`R4Pp<Tt%`s]zE9B$4ehD~9`0jOL ݟ!KgW>dͤ,9Xz_ rWO`𔋸97+&E> !1f=#4Ir;z'Eu pἻۑc6K ]AM3:k'VP^&QM=m]EۛvFԠqoՐv4miRc4OW؞My\'dw̨g.$.pEv> R~Mv Hbcli,!_{Ky ^?~ˣ$DKl%tϲΐֺ$)^ %o&iU1:k }ZQ#feDQ_0RTpXf ]u5PC檕]TQ ؘv_HlI\#p#ϯ~®x-i]Y_% ׶7amgLIœX3-dkW'=f+=N ,1nET 3gxQ;_G읔p4i;LŎ)[@S)nw%=@L<{*q? @;Twi-'bZ4O Z b7xj Ry.F- HxclUrH'Дc@B߰| PkĥP^}9nڱP)G%Kk]kdAF?]%fMJMєfz]!{f+*'OC/۪mi!:e3;p"[_ޜ!~@Q *|^6K! Z>6 ,@m- |KPDZw`BV\yu,@C2wCn#z2F2t#+ۄ@EU.N}HPfԞ|lQG۩WRGG8C*]C|4 ]R=.bIq1<>̥֟mRԤV݂ vmM  mQnk}og2%T>hp? }^Δ a* Hz &+1OYQkwEa QF+7CBԮsn_HVq0 I+;HNԌIN;5kGӶBxgC1sU0mA6T荜 kܵԒ JZp A-R ~#{Zima;rk B1p_G>׿^dwc~$S̲:2"pUn1{ZnZ`ʻvc Bdq^cTJ}[B,Dcg`5S%_h䵧sqpp?% 뻧_H˼}t+X۱UУP]rg2WZ8z]56z/k+B^:NI2U *pl]1XENˆ+wI^Wca5)\{O!5hx&BU,yM_(N4[(XHW\'8|td18QMy-!qeѨLtT/DW_w|%r!N,˅V $x&nut׵ﺽ ҽiЍ{JJXCL޲e'F{6E ftYl$ngbѼ|+\:BXjPgII6Z2hvE>)K΃fHv.>צ>B/M ,Qu\Ҕ",K8NA@3V<n~8b0YC_rR@HGmּ/\CUք"4THnz%H5F.>Cv]禗LWgRu)D6Sj)#Jz[亂cZkY2] %Q.Ҳ #uEF?GʠPwnZjZ쁚\? 26m,hES\+y# &6RM/#b!s}P?5B|G5:Ul] Yq=gd ҼCMfB?2X,g.]ձb*5u)eedRǛc^ō!71yJ%'[imZ"8Xm#FL9ְOȩl+n$xzINP-BuK}P ,d/xy3u9 ]vox^.N)Imbh\jJd K/[u:1Qm@ը&q-_$جa@wޟGSџBʓzϐ%QC y @odYZ.GBդ]c,@Oj폛-PZtﻋC^ mIpg)p堆'|xw?T!}W^1c?/li@`"rX]&]oVw]us)<] '՗ J[W*O KeEv7=hm$d*UE/]'ו<:K08XehDw]^>xW? [hwF8'fsRZՙF%h8iuݠ]ҏ*Hu81euBJSp6(t{fqrU=+ϢAü B` | ,᲻nxP3, U)NQXRgqA|?U{D(8v#A=^CG"I}Qk ٵge?44nF b:HC foV7_)2$4KHNj/R7HEN/ÑAxvvxKpp3= 5)Qlj !k2EIi8"w.$P꫻`QTk=|P$sÂhYfQttY+RyɈ,7=YwvGxEL :XnTbobg*hqv눣]L6å̲3RN˸ʼaֿ/:r\cPk鐙"POĿWҮ/G.C!ļ1 bRo2_'^ӕM>a| A>Q2:r}%Z|Elx4V g{I]EB2lx"tW鄉(x7+Uy[RzPIk9CbPA7_;;Ko ~og "J8t=_tCΔ)J J5SQ$~թ,FؽzFGNz@ ĮsmHVsa1 jq[oS&W긡|%orwb .ԵpTyך9.LǟTk}1'~|ސ~Ȍ\gyJ5J؆ps0YZE*ҳta)]fS͔t-eadsx 36P2Z#+tCTFWrMC7BG>; _,i9WY.BQM2!DWjRvw1[f$TZ=. O- ,]Ƽw#BK'ldB$rzᾘ[7yYm0l&6kܤLS;Da˸MoOZwj~O>mE"7HxkQfw7xloloGD nq4JrMw. +nQL:η/E{/ b1zgkfޑ! o8ցw9̷$V;tP0A/ĚbL2&4}@t ٿ^8wIEF̠MP%PC AXL~JǕ2bM#j,SJ yGHVrsI4ȣQ w_M\c'Ru/bf-?_dИ.3;Z-͂G l"݅z#@hL%k6-\ rynAEĚpCF_+xn"wEzbG [3(?j=5!"' ̊4Р E+n\sgF`]s[i\XLZ0촡batbb-g|MlH0"OĎX,] :v  ojFeyz[rr`|.Lέ T X"Lh^W#O U( 1(֑*rY*:i`N*Am9 KKv(˵Dq3d;.h4VHƒBB";KCF( 5Z5 N(ro0I(7EօNfZVBpltH9k+ %^ az1֌;6@@!@$uW嬘b'4K`ycW\D8e6TFy墨ua":w+6ΘLvxaO\ m݃A04SdQ f 8 ^b|uܝ^w^ 3P0وь5\Nn;cZIĻAntk]֮ډ CAQ^t !zH&te )tfyb{%P7B4}9v[jIX\:~G} <9Gkލe+BvbŦAtG҉{O8? EQ;{z wPEnZ/GuH^-jnDvnY>WyL_-DTOm3\ \KF3JAMvCZsۇ΁oݙ6b7j XŞ?&rR4A@[}gh3pk@YN,9}{*]#k:3HzDɸLx_&I|R>kPE_=ABNœ=AfܵBA O>}Pc ݱL:u@SB%?X$naK_d*@) ckA5fO C{.BhXn1$Q0,$StIE̹U\DmQw ΆT䘺]ȼǣ{_27h1 Ko`TBl&iS h)1l3S<*a̾--=1|ȘoQs&Y>mB%=W:>DtbNmଟ d&xhߢLa|B@Ӫ^=;~o% S.ubۓv~nv,_I5+ 7glW-Uϋ 8g$pt*/alq;[wVui>֌)[Am=~t aɭVJ3+ ~%fnԙ6!@_-EJ$%NƨխXZu 9_`EI' )̪'RiĨV-?wrz&ĎeVJ^ηVr(p @J@U[>B@i,bh+Ų.𞸪{i z[Y|. k, aF>+Utv;` ,4w?In%3;#?T}*Y9pqU3=l`ֻd Y~0PX~,zX(E@ౖ-1nf]) 2qOxvQn g*=ܢ13;W+[@uqhČs5v@L4#F;F/ x.nF0r@U~X6p5 ʥF&HSΚs:B| 6-5=Q!SnLG3r&BM'ƛ`3Oy5u(^1&R'N0-΍]ZoLQV Dl@-B4X!Os L[No8 )l\{jH$2]]2d1!_] ξsErC_`/M Lá=no^4?*1XD?dӚܶO~G8Дi_rT\ceaFgC|g?;ԣX7  $ o> g cUnYyC\e>ŹK_U7煀|mU%jh (+w][r4ԣqH]`{pó11%N˶6kOh" *I-I_r)fhYjgjgocJo6xܖa`5F\a&F&f)£{79vm"kɋGJG142W{?ۓ!-`ΜMb{BQi A:eYEO#ڇ;?A AF/0%l`o 0YbJ.Dz͵5-(ZbrJZG2"85Byյ̫@1pX ES4x`II.a"K-(3]M:G|0M`etzbcUL:j/kʀv/j2n;҄'ה-NZܳJCe'Dc+C&K4jm:RzF_y04#)/Jz.! .j̳*G5NmLp6Ԙkb-JZ('O'bRZAeAسGF]'H`o,8!F!=J(/dڴfF~ ܊hN⊥zT#:@d T=~N?xB'Ds8)|JRe&cP>~5Q/X>a1%ıV¿i.y;gY|ɰa1Jyם־_: ?sB0 (Hͻ& |#?cSZϤ,:o<'OD@o\~8B%0Y~eҙsG2@нZ/-6Nzu)7H4M7J@0UdaZ 4p!PRd:漞/d e$w& tz'AeQ"A`dpXNHᔍ8)8da=̷C:|gt9[9/4|wf ~.r ј9*`TH0ZڽdN1>r9C_}@q70$ꐶqc8CE./2{!hOx6ӳ,}($) iQZ 6=Dyn|>ћf݀4K3qT"(NE)6#ؒp rUtkc&rxɁ֬j DWٻyXK_({R. kT=K 6!tPnea F6@j1 đ^9).YiUv95<–:B&=n,Z"X2rd LHH'+#Qq?ok/bBgkgLˬ#s'Jj*EB~d;,vx58p-o0P:[o5K%2% ѵC)A =L=O\wqz1oGqjY")hC4I_bL҄i6]bN@>:xJRYRY!+;mFԔ-S2, m<= )vu~_{|G0Vr;>_TUXƽc2Uw+w "m!e>LfW@[4_0K$~;.t!Px>17h ء@= 4{|Pm"f,ha7"+VV2U.ب\ߠeF>8s|θf$Re5"A{Uݹ]@/v>p~xOs"{0M~Q+HWU;PăbV"eY!IJB PVPg jO.Oӛ!W_ ޻?)rfш2s#/u˳2^,m+|!)*u:'нʚk;E@ UsQf.4hcÝ,b];} K{ڂ IوޞtXWIguk7g=M$u[n{7ܑ͹FQr]+EfS sAa? TVʽ:2dHI5P\,$u^$}&W6Z76DlQvMm藣.>КDtP-X?݅,e>!RWg=ܝ+GFIq>S_ٽ]HGYHPݎ"QC-TƕmT|z0bbc=~  Sd$ި"L8}&_ {JꮐQi`W xqҷT"Wmpz g7fL痞n@fɳmxT~p zY5m:VvyUԒ~O ^96L}>hcZ5wH)N1v)>3I"W`/ <\0q4&ѺDCl%<ѪK X7~-x7=.e["aiVӪF/-Rσ/9!go =UD| Ch[FߗhR١&VBpFvkeKH }tO $w;xbXSM@lآFhH[J1"yFi-{9P'EWhլ 6u`@ul ?+b5] f?#W̔}'6@-RNdkغUDPg]Sx:cH_.!4L1QMIءP cқU xn.R9B\gitcY Gp%^ve39vT(C s Im\ϒΡVLc*0q,58Mz%= Ag~Lo ׹x'4d9)@mͯcϻbONJP\I߯xuL[+׳bƈ᫑}ۋ:j]RQem~%rE8Cw4WbCAK/?AW(8-i7p}Xk 'yXJCƣ$:avĭyOLeߝG)gUCc4K}%.y)0XFJmIWHx0mm]trC>"5M ~E.d/򔗨84kp\$\LjcNc"ﵮ#n} zɮ} X{X9;7?]$.ek ׿k!ldG85A!PA 5f5b2<׭PǗn}ЄC}#ڈ3Wv5523PoFRTLI(\w=5< E܊V/zraz&sm?`{-O]}_JO:/ > YZ