PackageKit-1.2.4-150400.3.6.1<>,c[ep9|bRHX-B͔{.6=  BvԞ'‹7 #Ev)=5u 䠆 Ȁ;bNi:PmL2ohhR4}Uo?]cl`5Y<]Z@[X()iY[%eK,jG_hè\O$Uҭ3ZnV1OnC3$ ` }<+7J4?R|Rn>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/a]"k%&˦n99Q Z~g hϖU)р&k ͔uaoX#FV1Zb h'.& hː%0k 2=Ϡڤ-i h(HwT9i3,M,9)$o@&6op4+G`},8% WmvFCG{Q4jUhmыSO R"%. ~DP"m^N4p27y8~( aOS*PR" Q[ny}gn*)%9 ӍiY;h|Ei]gК BEP(<=H(O%PH .RK}ۇ 8(SF0aU靉+$>;K scce*Cra/F8tcI_;{#1A?GYޯ B.LDQb_z[R:vp@}8ά=fMnVRPpAGծ5`pj$dgzD`>h 23a w H b  c"Ho"(ku0SH (UpЏ45~b?OGY|] g x9%vWC{&C),+O'rCdQ$J`"ӭX.}_8Bx4gcc.daDXRՄshB= C:=b ś׬M^5h}.3 +sﴱTs M52l')!9z=)KSgjb_ifèSmg`AA꺨r8ÿZ惸Yzi{k/ qFI=&tʛK1"Dv+H%?l~fLM$zx/ o'EqfNgt݂fZ&m9S 9kBş EMD?z"@W`[Fe Jٗ'+r_:~8$v?Ir,ԯ'EnS2-Ⱦ ;@O^C VkRys]VΈ$У\N^ g3+,9K{z* 6"+u=( |0`Z[ ]Bg]$? \}Sw7)qMȮ E9 ^ϝMaPDZ\s ` N}0Omj*$'cI\J? I ǒ Eý jԀhuNi.rQE'SCJum:BK3#J}9Dn>ΡЪ.Z#"7fBjo>i&佾eD,>|Uӗ޳ѨzXid΢8O0\aZBu9ax1(r<b[wÞӃsݞ!sȟA@=ВEg[T-mQ2I y0u ͥ9ԽGԅmN\9MhvRNj uC99yL:nͫSJ@zz^9x}4g!53i᳸%lISM{A.[vרMV \>no?#OXhM6<3Zm"io8KF?A%[(#[!+PP[ c<(zcew;_y9LǐM] qt-!C*E-+ö:ODGUu_MښW%͝M!y*a7!s#5y([+xf*P 9HyJ< y8s$Q,._=afNœySZ.7+K_JCp7GţѮnϛQټ** tCDg9@̬OYABt{&mwWM UFgcftlبIm%Yx"s9Τ-}x%#FAh.St6;: qp<6Zt^XҬ u\-}-ceza7f!i_<M ZMQGɈes͙$N3$fr!™?.ABNkt+|DYlCR?!iq/fO;yyϞl.Mh$ KH\$CX'3aNan[TYfCف)ODař O?/wa/%|g>P<#A| $/0e 'LjOo5>ƎogDQwH#:x1r9U6<#96:q BLA80lI^~~pFk|+tub_f0Ӆbt+Aa;%p~T;p Mr"`[X;dx ޚԷ! p#SB߲nUTqmCEF ξYX緡YUt)=vCh ГWZhGT4ްt▝3Wϟs6 +y9+&Ĕ H :k8أ@9M:,z/&Ů~LU\7H@N<YzuI|W=d{qTDd oDNÌÛ AyPQH^h7Yd菄aO}Ztp56GH *K-."3{>Oc}vG>Y-"3kℊ2&#-#rX"Cgoapqrk@< n%c%&6y xO$'̾ۢ2{lCrOu{ ЃV9rQ&U[F|V m\r9-K 䃜K5p d?7w  Zd3o-gك3ZIKIz}} {e!a"EL r@oVdƿb,Cw!EUQį;X;\T2s7 |g8,뉗H~czOj R~ d0R4#-[;͘QPB()/.mW* \9,rjm &brWi†la0@فzd,1]2maJ]?9Qw/:=]e< dTee/(6hHRJ~lֈVewY8RT\|9ƛK=A@6q1,k }wqңXuoIoh[;ؾ}gi)ɔBACmmW-ݪ$h^#VT~)fO-oԼ;7Q|?èJd.BMS|&jq̕tVݴAT%xi5Q)3h]F-L%R~aR:͸T6[.d$fG+cw弙vC&tPiT)dw:?m("h1|솧cWrVǸT< xꋋK=y.E|A3Dѧ)HPƎNun$Raq;km`#SfQw.$%Qq1|wxwՖ@[_ 4U+U,}Y~x2u %l<-4XFJax]PN8b]`7x/{YͲ`emB|A.SYF[>k$, -HZא^p*R`Ifۉ  w_ ~:e+Z}]cW]HjJbK, t-kskɉ>um`4v*2u<Ni{agg$תQ$k1 ixMIRT٧g?<ѝhMqwM7 [;!loh"+ m]wE4,-IDk l>MV (C5@̜@>7*|7E!m>ﻏI2Eb[2+ zh~6 )sSqP\&z7`0Cc=H$Jvyئ/Dh9J!3 ORU\H~wL|g=i>99c*ftllAUirT9˱}Lu>GL}y:%SU_2%1) tf3٘(PLKI|PŖHcZT~Y <ώ~BE|.$_U8PZm |qNlk4A"` żzIN# gy7 ?_5Coj&eSF4!i*_lCu5$4_Ԃ^mD$^aCN,cѷDji_SvWh/cOUA}d}#&^T=K xj$GH?vX2@ ByQܡ +Lm2"lSxǓ^Ђ1.ҁԇ{LW_̟J 63(}2:ux5[E6(C|Fٿ,DR.-u"Q3Y. 1_NU=f)HXm?BrH|vep37+glZFA"EvXI]8%*t=bcN:x=bF}=N,Zz$Z8Wz2pYE=ÀWEqfc -K`aeW:a1J1ub_c05B'':jC~+F4z{:jVvbڲ׹. vMZeA:0 :m܇RH:6%t O``Zu~8,f*=g뢢qYK{&$҃Yo:$@4n*)8<&™';XlE="' g{d=C\¤QဥTq`A9F}ª ->ӣ6sRA:LHs~2*VƞR{"bm rަ?k\f'`@;SֵPڳ^^XczXn_}8Dy+Nc6F_dujɚ]69 7!&ďmolF >G0"V{Y<,C 0rIj$r'|>pMK/^߼Sc2zj{ϧ0Y5Т=t M60EY  + ?vxK$z,[yw1$ nEkl7{;lZGzaĞHu3b˜2XNֱTڜi2`m[2AmYk5NԥO_UQh1XOo6KuNJM7Z{+g:ź?C,O1$Tiicll9N]YKPvx&p^9 P7?KeE*I૏/컻|gG 15/3O?Wl^(xr jqW:mSUrjTߚsM t2V[Nv>5tHO^D#F`ͺLэO زH Zww'C9P5)a&y̧ܸwU!2~v|; 3`zn;W&u_lG !P\-GNݨU ,B -w4K `s{>eD}>}f~(nv[$?Y<ɖt ݿM:] ,ZAhDJބ5d齪 oW[=m }MN6P*c.ʜ s (|PE54XjbPzCGugJ#ܒ0R&Ae#MpZBj+HLTQB02Y9S{ a ,R3L&onsDv\M1(fItsΪ\[=lsSQM~EO4ƒZss zJ+ `DD*eFx3y:n@JH`v5bY\ ́*h `c9A>uA=+:~hbjZNjJ`[#<|k\",<9&XDESof{_X QdQVܬꮥj#E1U̜li5 m)UrZ/ k/j!8ԤH +OɇWL$\4Ev7Jsvz͜29P86ޱyy].ҠAڲ9դёKf``竤9D,g mk]o8 Sypa)Ls+ESs>.hvpbe*9(k_cpV|烥H{Q[~G >tj8,&6`8{!Ҏ0 W&"N.O' |XE1)ۯ􁙦H|3ɉg*pfH$\ݻ|$Ϯ(49,rஹ|Rwpc,I. nh5nXۑx=]-|E204o6bLZ$TE(߆^iG( :LͳF9aH8 sg2 [ԫX( U;p$? youe$AU,1)Yoy[ ~EڌN(ߴy6q;,@ slצX[a^vܷ]F{$Q%1q7ɃupN!6 O[6 Xc ,;96H}L^$BYuǙݩ'tSDGN hRuO^{8xQ'Oޑk> a͐m`vu2  1?38=Jw,6ߛE"[܃&f9-c9wI1|P|5R1_MGRѕPYΎƬTDBZ#2]u\r|MY۵e@L nkP_:ٷsU-cF#>̾-55)d g9+r|Ohukg+>Յ#Ӑ"}I|L>N־@Wܟv6T8+Xv˰"\r ,,V>hu1֎wh`XbS.:q~HrttSSۅY8$ қQ߱-z|;@PՍC/#%QTMQF9́md|q.nY:"Dy{fMҔ>*ad$ M^\b8v3v01$ST$ʥ9[ՙ 5ڍٔPc#(wL Iy6rݽ@1"Y"A/I-?K-snn"CE@SG"N Z\ʅ["&U*E wfI(/A,HIYo{⌳RI[N$$IasaRшwBb_ړVgzP;l<3>k5CŤ İщ-z<@Ahm 8r{ d0eaԨ GPO`fDR䥯M[>AԘ hLA$s5q%~x/K@tbD{CC/ p2h"Xh7IB}:Q*liјtf-z2O~|xvoEdƮL?MfDO9MXMu5#7zhў U!ym"eG݋k*]*ū*Bw'ǗP`-L!Єk(~ߴ(zXJRX?lpEARvi ݏvhklkSl®ph4Ső&1Gn -~8Н\WA!w` XvӶH\V9” +I0i)Ő@& >k$ɹ׃ 9'SL 1*_!FZ xR/GxoKplTyzd y*v#ϷC>P^܌RՀM8^ ն^z +2z HNAQ'5CV9ohUuȰ`#jJCq4le98O 4 Q|1>K6KPw1)-9[G!}ۿ06F2u^#Jh|z,.e^ Mх +6d OZ=JgPz-Q\Qj+О, g`u0FptF.)rSǑء4N;^k$6~7v6[͌-$04=[@&_Zg XTۊĞ=rHמU0NC(.8N~zwNHK7]u։lqL!DFI󗨥z\}tC i]H963)ʉTyFևbsm4vu;hdB2ĩ{p\@g;$:N[`vM!3')*ןX|u=VRmnݣs cI-Eq }'Is:3,"uᣌoq^`,DMZa`| %$f'1K|u\D"qo.x\fnr^hv!E5ϚC?%1;NCt&-`G7 ~FYߟs]oO1Z%Ƞy9 aO52^DƜ3q)xap:+$+eH[ߔt?ئ`(ͩpNr&ub'KRӆg^G!s +ll -; v6%È'AD:@SG;ȐhD'#S"Lur~Ǟ0iȽ%>znm?hZ#K~2OPM!U1Fc>"(}/d*DфLT)yoyFnjkqMo"GlM10"'[Tkm+CB#وI9MU*krqbω忍5X}f,\{ts޴LK5TM`ݮrR.8e,6ghF GӤ $.t0t̉0,6=WM9AԳ78XhyOCg"Cg/-&$ыm`e[\cC MyA}^giXoD>2z#L@Y,X1~ML2q9ʴ>h[ vNƾzV?]4pW|qo]Itj= +Z:Dj rN.ȲSˬ^u%}!o]ĥ|ɆCl5R2ũە5WzB\idHݥG[aA&"U_f7;9BFnp"5:t,G7؂l{#V̇hh̺6{vQ3"`pI,Tz')YMf=A":^S!4 ;am~]2&0 RQ5=RA+..uاWKW2F\L$DP3AjuaX}1g |,_uSij+H+,:ǑbMM'Ьw()}zێyFyQkE hEgA81j:|^U%:-)'wfɋfF Oj ㆕ "QC ]qp?SdtRroǃR u(05`]7ɋYs=\_8?jB;dWz"$PKr,voMuxSFVG ͖!aŶ]xV68~mT$.~C  U~C{@f*ܧХ@iR|E I/U *,d[V>?%rEEjp~q[BZi}%`P]??&mTT( $-WCjʚ-sMA Pe%b -y樊O%cݺ8t0;Vj$RuA ;^=a}`1eČ^C)W2Y:Ӯüv_*,u @֖ stχ9pPIbq()OdY}] ϥ8QXaam߳0iPb+`fvULNz9P&-0F06W fHģel[Yxţ"Zl= aT'tC3mH=S! i^2$v'U!lX@vuTGMxt悪29ku+Ds,qб}Xp_/*c# F0㾖^(gkhe0F $ xEBsOJGE90QN ~OӒ}d,;zYE'<4 탊Q {z[tg7oނ!ԍ9-es|'`3?6u~{ZIp,=>ORWwrGć]WTմ^muQMʻ'jscADIDi˫Cȉ_9/C64P^8O on$+їv_ CX>2(9?&3ӛrrJG^cZ,Rmy.V}5_HL8Eb12DcX_zdJ?\w)Cٴ98'w 5Ţ_V3ra(eߠ `C2kM.]eY0 f l;P9qGy)3 ¿GOK n7zfrD֯)5%s`)YDfkobf6rF)Wm'$ KBt4"N1o-c60は\rLц-?,Yls n3Al/\ _@XefCFeRo6`ʰ|`Vaԣ&F`eiPž0u_iwqd&3hyhU .\+F?tͅu\hNljB0ADH9)Ҥ?$jXP"4|=pX0|93{!& 9+-՝6}[ɝoZ격ki-OfsgKL?l|/ MoKÞ9CF~PEFUvV~P=Bu6qlᢒ{:QY-Y)('LdFcb^SN/EsKHw?kJޛp9i%O7ғ"q@nN%r4'C璗{ɞ(]G ;%nri_ˆ-s)\CZbI\Q q #Ff%^bx#Y!!UeN yVv$M1 S,n™̔pw ǹPzF/) K_E9΀6g+鑟rpdoQS&8Ի :S }s1vO*"MCo6u=IX(̌,T" o!E~ezP `P{, Y~AR=dgR=<#{[Mk?Td"@Os f~WFyF wEAXdO'S,),(hLc0"t)o:jd2_j-4|_?Q[W龨,rXq\ZQ,_7p'mEؿV`vw22IyL+adFCt=?q,O;V`ꃋlQW^&+kdPߟj\8?`y8SfĻe0QWv!UōD#Cʓ!ǡ3u\Z}+W(+Pڬe:/юn%Ӈ_JU#总WX9QB*i>`>jBbe N"<0d?;w&Eh8Μ2IVNvML뼵>cLFS(UbhH2xjD"iY7"I煉U VUv JBL e ϛܚ49gH\aDEjp4ã,K?Qc [0?rOm;[=D`i QZ}jw7{&(`= {bsSUD>QOV3.cv!dL^mNꡇfIU_VVՏEJS[TI=k0{[UAZ!t zR4[ >Opz! /|ʇݩl+roт=SZM8^ŗӁPw<)k%De@L>.S\l.0Z6ħ̱iαBVNeT]u/ $\dUςRAt>"JdQ<1Y kooQImnͣ;]ej9S  37\ zqsT7XY2T{5wDpR4rŃ_ P2OzxeI(I$z;a$F3Q!süǭ~T_=[A 7Xq1)V3ĸ0'7\.̴xG_:/*ti5ZsHkl&J 6!MDNQa2:3>˿ wiʣ jO~ř.A x!TBGjFVҧ[G|nskws7NoFj٩j, ? f59_ʚV)Xr3 <>[ZZ}m9jW!GhXqv߻ ~,w5y_Vs&-5(0Oվx^PܴY-QH 1hGH*adQvE)H()2,1~"swEWFz=OzwWe뽒& gOV"k×j=bB7EHv9~7jTR;-Ƴ81St2B:v{mw J3L5Fq#3Jb;CHz\Lktc#~9<( HV㓘lPh %%fSc}xwl drsHx3Q*suMz4؂0$Ff^XVod);^uZu LC= D/H oN^+Mj˛w\ldk#GŞ2 <E6l: ҈ MO.> iRy6?DH>7zo6L %Ǜ/ ā]X+pN?9:TW>="WZxaR|1EWwįF`+q Zhmk20&"טoUfAUp] HD&=hA"uCh4i%IJlm&LzQmߣځ¼irߗy`.v˂B5, gM)_ONS_L:=Tm5Ա|Ņw(+3JlBJ%%@hRhbOeI9]'?I3G+e/@T&;^#VO+F0 /5Nn;hTd +02 w$MUPEB VKl;Nˀ&ΥôfJʫ2pByTa<ѧy~{G,+[UZwU OS.=QkD`ǾF""k_7C0. Q@~h3y:-vR1p ȒfmOsڱ7z!%< 5b@8dKj@ܧKX.X{XLBJ!(NtDQsp~OACydj&@*l9, ebǶ,9*\:dF8*¯%V/ŊlH4sf$d4XV(ٌVWr!+l>Z¤יQsfHpgL-) @+a$j/YsW/=uG7QۻLi#VWw42E""E+[l?l y Mǽqvw_U)=䭣^?sclKu#=zbf=;4IR) (YR~ӷNJ\t}uhr 9 X;љH v',mM@@Q|=,^^ }L qU8JhcwG+ZZdܝ yq{9!c5"Oat/i 7CER,ܩd Xe/ku'giaI& r#|n1-Pj5cqMlaտ0Q$C D djYȨS.W}T|"hV!Nx3ք'K͗k5)[^d\`shROw`8da/PH>![?d?;ն緯z :%Z.?/Zt3!a1]öY,JᢉOp qmgô!u=gDLy5H&i7F]pX?X XoL=Kz+u@\-Ww0;uuSEel_T/"bn-%U9Ò KZPtdҧ u&궢i,#k ~DPd9{3b/vk8ADbpo;sqU(%\"HMꊃrxLgEU'?3B'TNڥK%GM:)cpOe}[li8d6k)t7-]fG&!o 5-դ]JzMOWs.\V_B}YYJ,I3%>M@}2NTl>B`Ǭe=ݟ@JvX|ӃF+>K9j"1F|ȉt0I*Go3eCU/}ͳhO.e.Om:mM᭺wpÕ~NV,Ѝ'fnpCAT E;3eNZ]^lQ$ᳲД"V4rd\(>CrۏU $Ҳ΂Qo)iXƁ~OP;H袣Ya,(2NfNױ h>`n\L~8o; :ZQl=}mɳ}C\vgWFٛΗVC K. w[!_2 3${DϪ{ZMVVvLd[/yG$,Oڨ/3EњH2םK'Gr~C6xbv(B)MϤ XvIg6g * y7 GO.unTX2kM g%DQ26oLB/Ri﴾՟(~Bp7_5 ~,KqyBDf!i?WnǠ]r~;K]/zp ;М+/sQ9JVϐ" wlUd Adÿ[^IQi; S#4sڢ{rJ'ٻ=ɽFp/HJl ^ ٜ Ŝ>н$g{Re1䠛cQAl5ϐY. .BwD9z%^8f^HA8=Ŀ۾؍z3JӸ~$\ڠmY u0T.4hyY%L#UڦTBc>~K7ڈfF#3yIb6*&K_֥{4(LQgjdNVw,TEla&8:/J;u+=xWSFa W2SZ >%hĤdXaS=h4lm.S2u[l_< $M~0I1+#JY1kը{^1P_l TYb:!)fPdX.J?6 ܔmekLQ$ޜaAՄvyx$In+e,gku+ ԋr XAQNXb$0u-#Ϗ[̻ iHgxyF>M N`I_mPdCXd>x]SI SSXm&n=Y}՗O䰍,x꘹ǻ-SP)mgv o$onJ ߼~lH7RZUƷ Ӷ[u^Tz%!W\|C"w.!E $j;Qbzkߺ%(&TjZ)^L*U*pfqsjt9!UToi HiƸy0)`Qڲ[ƀu 労ťň#'|-d0"{u۸l=RI7'O Png8<'7qb4@?佖ItPjp3R1>fuzI =Sk.Fy$c`-BcOGtzwBDooyEA* pcb/s ST7mwvc"?^*g_MG&Pes ̻Xl6'K@ap@SPbw@v_rBPw#vmA=ZKxTnG?:qrgMַIݲF=_d`I]0847|/8DQG2/u) E,RVIB@bz #!kj28+̡գs6UL"% ]61ʯ$uM\fSD@y;.[6<ՄV, ޱíR1 *e6w-S=UaMo'N3g`#dۺqO]&[P3Aʶ- .!:Ǹ*!H2`(Eb* NxշFq$Y%i=PSV]bq|_q  ˫ &ZoeR<0hV\kwQyş 4ype/S :hwdPLJ#-:)(34hBrtzüj*Lr<4@zz|U˼xC_DS8ӽ%W:g?pXs@3nკbpng5J4E7m{9Y^'Ѭ _AQnM[*̀cd2知pi`dMyo)!`; AzÇb li3p-G̽@=RXsæփ}yĘ7qҟzH oχ2g;r;xd (h)` f[N"BY^' SnmNl]x2K3&a8'#iT S8zGkwYE.f!ݮ$ahdg]O4(̅HL3p!)WDF4DN g=mun/Mm8m'in- E"VvM] M;MOJX /TJZ!*/%ahy5өab^9]}"P6Tڵc@y(˦3I Ćt;OpIZ{!VKriqດ9@b.JmpUfs%+ vi'^RH%k kzv6Q'ςx?vPu{I5b/g-KDvg "{2_KY'oIy ~n|!'<{YT%@b޿ghբ\V+sT{w}]ZeNvL1oq>byL`A p8aʦo{ fWA~FR*-YR#̧ RG1ӛY"bT\l0{Ƌ6wujA(9 i4+ |8 zKRЇ01d룆ХJ*ؤt2h#׶:aS66̱U`1F`@x4?| qC1~ҝ_&|؟*@wTjV/AOw\ nªvɊ (+d!=:6[ TսѰ~׾=pٕQ_".hR7> siɠv bIwԶ$aV[Ey>Wo[v,qYwlwce`$ĒW6#"mBR&rq2ZBn2*K*]T-qaEI6ebKڑ5iY\g Tђ@W_\pW=+TULJz 8- }.-8R_v L]pBpgxM%,q>yqS)g wU[´][4ݓ Wgr/4B6Ii\"4vQd-fH`2J+b-,,0: ْ|m4ЎALF y,{~ֈD< KYU2&*QyA"m-xN%/D ͥ\ oCrF2W+5xcؙ3%i6=s^ _q&C1{P 8~$<\ a`{KB Tb]{6(R]x.F]?,4d>lezxt \f[ !3m/uj0ࠈ\ea lJTVs'2PS{5e^chwJa?%{5p1F&=IfHY sxq$D?D!HFYm{'R,RV zP8\dhI9x-zumzOxk"{5y̭jr}?1gVP'K 7ڱ|Ndq qFG䝵n|͒ЇAsHG5fc,\-SjKTb% vBuy(1W<@XYiu=Ar;1!-y)o/R DJčWrRCZNz>Q*3UڋlT@ۺB+!H~J˿?TGhd9#-i)eK/P;l<,e/Y~rΑ`0D]| r!E(*Տи6/M9\R4ȹQo&7%~ O BYM)/i\$?J&_ x@Α%G_[QӘ[ F녍r :Gћ`ؘēP;mk(2ӟ/*uZA"PoU{c[T<4XB?- ^հ! jA}sZ۽5z^JpUq5vmS_dmgP@_(!4Z ꭾúasͼ/[7T%~z n$X*T?onTn^FY{'}F:ifh$+ap%d^@?r"|Um EKIf,1V^vn4 䱷zߌ5~6F xoxeLF"]p!yfTrTNJ $VLMS*Z $ˀ:fPH*J2#l®O,RȻネfI@-hy&fm^zmg T @^\2,O CamRd\<~ pûh#zv ^f 5L#>3|/Ow;cI!Tc,Kb|)L!Acѱv2nMTAmU#lty?A,vNf{NE];4Ӛjf?.oʚ ֽ9$Md}x\׻f?EeU"Ca4 g#Ir qQ-ʚJ4x:Hcv>>.w<;ŚVL4N)Ty~HA Τ8ћf~dWD/՛P,W=gC 5~hK\uXuEuR!'D3v8Rw D&Lu6/H)2Ư@PR7>\Xpo|C @ذT8ي"`t_FREGߺ(3t~@ Ǵ I61fb·&ԠЅ'0[ 2;Ps|6lV  u*hl3>5Skh>SIX:dϺCr6Wr6 Ѽˉs7'bh#PM1gU/w׳P`#I_vߟZ7[4q03tlܣCB)IvF-OP8BLUtJOQhsc2Bx"Zm۶. KXbk󴬍qjk̘eIw B tdmN&4!]Dav>Λ)MtW^Ǔ"{_>d_|E!0N14>m[OT$/PQ/kz4A &Ihe9H-z&@x=Z1J s3ril[G{:?2Yxڄ =Xro37&.,|kA|;{{28Qv w"lК\E -K[4Dk*5<ŊN#){p.׽sd"΋+ ,:JuK2, ]1$Bgstq %ZvKz3X®{:AےMM u9a(q=_H2fenTu w9x ɰW/5J8P ed .A=m 1~z~QtbB ӫkT=%4г,[J-Y*8iU; 7ǍG¸try?=^^K4h;&OХMӞWP_ wzHd|f<'XBXGb A >~A".\v xgg4y_'o U\0F^ kթZx8l$q 30O11Id1/CKspw@66~MЀD)`l8 f5RhJoۑ׻! u}9Py)Kkl_J.7ҀEjEu\ZD/;Zj:10"z#lDյ`ed[<@yo<x$]Jȹ׺ãu"ygqK]{ )#v n>%! 'XZ#@}4~4B|Q9G_ )XeS?B_Fqeuj¦L &W.2J~xQAQl^R3<&b1#Fj,EDZyuS߲|l=Qdnxhs^j\UN2-e0R"^& bVoxU YLۓ:/^8 BZX-\gILQv*$$9r?w}]0N@zvM΢b79;L-PW âWӊt| :w  (U @_- (t2 5][s B3H@]~ v":.ʆYih` OVV=}0;E4Dw#LMti~xlc&6Y" & {G^.j|ebEiejˊ `@$+ +#.v%TO]ʽ{[7~\ɠmԖ<ӛ$.09?X>RcJiMZh;_eۈ @Y7G qz j|boJ6m /(<&-Rn,+sHrzhm@O2rD3<( jjɻ.4\Vmi_7 E1UEW:1SšG<,4=갌$ݚW2CwƟA}_UHsC`\j[&Cys@oN@6]cZk$y1ib LLϜС&TJ&YxbUJњh{9/sR\Q|ICcvؚ q̜Ey7rpW'&fnPL % RwgC9B&C%NvԚDE64: 3O5WNB-#ΘQ}33lE?ۗKszMf?3!n|'?UwGt qˮ&+Sv/n<#Zn OZz(UX誂34]Or:4QE=k\n 8Ȇ:ؼm(dF`#v @kckytk{C\?p`Y{1ܕ>Z΅,Jތ1<|² VM sRH15lXp|iHYŬ_. `Iڭ]٫iebt;W`3*f{r7cȃU6ʂFP+S״‰BQRW?'ՠYݹ-H>"  nzHC^k*aDozc8JbP|uD\\(`R;#? ٌê}s4̃xߗr!(;jM44TN?\p t+j+!֡PjRҞe^}S5XSՌ8ա5KBdRϛ{vT>Rkeq~Qs. skֱCx+:kzګn酝_Xbjob"o͏Vy:^`ߜw,ژ(Af >B]٘ǀ }TiK
  • 1ՌӵNO%A3̣FۈއxUHBHox8Rn#p?G̼C?FxT-,kݍXWx8ŎY o? }d Xi7Ks, #h +L9U{w_/ ?yk]tGmlu4RE8BѶIFO-^ OqMnɣhj+umemڞ"vLk%3t./=|Jj:9aBRKhmn_Y\1jOmJC\־ʎ{p<;8Ojw! %=/M(Rٌ>Xha$uQb*H@De&uQN"y{B 'gKpWB7=-X*#yG~O`G6EI՛<${TIhZ68i [~ę90l}#Ռ F/#8\JL 36JIژC$.lGH(e*/,~L!0k]"˾Bò-Ge=h@sh"jA1;jQ(d>fW P07䵡R],|tHlՖrkfSV.lR^Lj%xhhzsé#*Qɣ~(2Ts:56)f (MM?Yl*Aq)ސ{W슑*I]5! cWpiOygK\ǚOKi%`?N$m(]^\N| hUyS 02:*`4·->$Pf*Y UzXyyBW?OgE (_3TAXDDNHrA2Μ@U"avEsHvnmx9"_=*>ϭk<OCMy"} U3 Oƹm7X"ubEfyٶq@q ,x;?lm#h5w8bj6Ȧrcj/2f}\ޱY&>kO2U1|SZrқ 7`ak7 yHiNFg:8`tXOYޮp%fl?t<ژKEN+-X{ʼts.mwޥ#V|˃HZ4 e٠hbϢ*(pU fSBI{>ČKq_q]gy?'|YH$9A:-FvR8 ɰUSK;IiG~nkіb$|'b!;U%HBV& ~xH9FI7jwoDU]q@|¬m,@X~ `k &PCb Vc]ưn~,Qoԝ)W oS4eWgiJg|.GdUFdR G) )T-n  5AYO_I-r&ƩܸگsGc7{A6F8]P 7[ 3LJ8.nAqJ@V5SafSBi]dbYd^jiJ]RэV;rrK6Żi9.eFi/k N)mܝ8 N'e*Ö8q~+yqg8!B#f&CQkl42¯6! o%P*!:IܜDBԸ A)59cgFW9ͱ_W'}Q,>0}œ\Q[u ]Vu87IUuk&_3bɽKROoH=.ޕIrq']ue S|諺#?Pg݄R2m,vjsN96;(lX[?D bӗ|% 9A$]EMKNC2jPsm ,*C'ML"W,+]%{R#'Jf"3뵦&< ƻ19$%8v.u&3W'/ߧ18q4ؿiԾly>_ ?}QsY0ݲ%= f>(j(#|a3} #*(K\wo=,9Mnz+04(‹1+*ITu ♒i=W[?"q?x&- 29=Z7 -BE>y󱘷TFO24blbc3s/݊%m9zfla;2r$1j0J$c7FԤ 2nN9CkN&/N5ec]^fe:^E-ee[g}fY'r>Yڣ^-O^MKީCSSb֮Iõ&6:;~xW{t+iq7Riޑd =MKZyH3%tu+oU$*}J5I5lEԾ %od-qz]WK/$D-cc ZT\Vhϼy/T,+Pjrm[OÔ29hy66u0ph~=5dcϖ-7Тi]D"ICKWiEƭ\&T$1/1Ф=N?':>ҥ ,K RdM rP$:QLO8{V2t`Y]Tsbnv^p;9 )tRKoۇOn4ABt S{(c#;p1J#a/ Zx9"9W]@=EJj OW*ZnAp]OWIdPARqٯwn&Iehffy4زI mMV2KP;mMzର|nrsB- \B,kp_ˎ @IEƪ/bc LD+&9+DS w%ћu̍7lbkU{8RCtxٻ$ʑ '!ÔVe?D1 74j,;,+D9w|HRɕnISZmKbye;I.n}eJ;0%ّ} -H-{ߵk%gu>6,U>!ˉ$14 B40(8ɂXo`1ΨH5k0_y81#`-۲HX5rw ƚeKG3fs &ѵPZAM\r+>bU'ҴP_Now̻=m[ls)~r#>p٠RhDfLj=MCL{َ3B~gK;4~0.u=aä>Tq{#Z.a8۩1?FAFc6ey)rъè (^4MsWȬ+L Oq1Cڮ۶ZIO6ZgӒϯ1i0giiy,KY/-"N16U+:<ۜP!.yvD1|5*ߜ=~m cUE!u?Y๐̤-ac \9Lk5HhK2)?\Z1Hu(Q?!#PTPH}Ua;b@^;G;[~rz9 'Y}y}&~|. i\ AM$_Tt{s˲["g%;# Cj~gM Pr?j=PPkS YօKuDzxKg&rih-V'Ӈ6!0`-juCXoxzmn9K$;*MƸβjv( .fKQr)74vH }*loW(dUS\\#S=M]D~=lB)Dw_Zi#fn>D(vaƹ,O%R~6 ND@elrsq6EZU%T;k]=n:@B)YL`'YbbE MJ|W%ڷl׎w*쬜MhKpf9lq+Gq/ЫH 93݉7 Mo $ϕo68O [3NO6vW,&GX]eu}yݺ`s =u^ 6S@_j@r-YNkq!% ,i,g c>e`<<YW4OuLcnf\ړdZ øZyS y42zޙ]1'h vb[YPhD#O@ID\97*Ô&XW̬&#ZL+5vk|χ, d0F߫ 9>f!y_;-a}5arPC̅Sm (\vʝv[0R蜱}в`f^|CGpNȯO\Uy7z} T;5DEGQ} .uEL|^WHNٜ Y~ƓG}ͦЈVw `u9[̮tOc5sCO5~|*78ԓ&pB5[>Kcѹ .ߜ I;,Y?ܕXx/ xYPgiأK9i$!hT֓@-ldQU2crS>G bE$YָD|(^ Z(lr|>kvmh'jt|:NmowgX}׻ R Cl/3H#^yCB0Ebjd.G$ʁ:PLcdn0҄@ЕM.@St w;/Dꥱ|4ħ<`Nio|isz+dou_oBE A'flJ-a~J^$`]O/I1΄n&njm4D@iRtou Xs'nD_jBV!GGI,;FP(*{8Ά~GS}+jW;Z(h_\,e6)I`GmJmZc<8"X~pduA3ϽkPOZ3OCǑ蘰u'LV<˶΁8-2veUJ<t PbR @Xȁ i6?(qxveNjEzswL y.Ѳhd_@88>#T2v%S#B-H | wV;EJ8뵨zBUl kU5i/ R#+]EX(Te0)̏b6.SOzA`~I8 c nO8 BK>d0 S3m{jmڹwXE[!!ƱUؕ =nHLoAqنDNTS |Q nZuV>krƐ;hU,`ChkBb^DlGBdG{Lyf6łgfjQXq$<7CP06'{.=O|VT%lHG5L:kzW+NmKXѥ{ͤ0"Tp虤36P}ٟ hg9SF AG`Z骑tV/IZE0Ub8}F vbjs BUa<[5Y#ɇ@JʇwvqB[\]W`{z]i˵&?PYko(}o ,9zS FrE]ԫk {kg؍ojV]P:# gK` YMWnYAW|-qHp;I93 vhFQx ` gECӵƯ=(xC2C3m^BR= ,%K[!zD^BS %1c3o- =. t 6~^RՑ R8bb6c?:btLPt]]D-dw'Ai*@5L@ghi6Q²T3SD,<m R4 ~McF L٥3TY%reE?g gWUKKD~=X. ؂ڞɽGYSIϭ5V]Ec/qa>9LO;f̹V!ww5쵞lU==iǵxZ.^#UP.d]Ih)o(lfhmWe|0_ա89vլp,.a~v }E%Va=[S3D *ضi1MS՝`el- 6$kKkKZ}U^E]{-3@=ak=f#pzo?`{ y(ԙfAŜN Do ,\z1qϥ j !z׷%Z q|A-Pxd##$l4Z'jz/Ik¿UcF7噾}X #% S+QE`GxÔ;{ RmvT Wh^F.b X Zu%Rqa9cN.Fgc쁭IؑdW t\'߻uPܹ9Cf Fc[%lglQ1}FS@>uI$+MrTװ/NjDYcƆj z6o:Jo{5⼸<װ ,X*>cO @*Ɋ܆o.AOg 2ZNSr!onGedn)~:oڍ-sSn~=5.qL{L +5J[ʓʇ+8 k(~#%Fuj,Yph{ŵٍ_X_qA8Ƃ ނ):=vTZξfrH|A z?U/ܚfJNsAS U =:Mdh^]NfY-gnwd6ڟi%kp "7km1FأV< *SIjWB6582{JN23ـc=^{mOHIdwϘdx"+ȳR+! AnRHE'm)yV< ~ŖDBT}zn5qYW=7W{]7{kcEgü ލjxW?4H=Ipy0F4ZֆٵqHSGk`/]CsjTcw>Lim< nL7k+'k?W>RIaGIAd`- h@`4yHO-̕O"wCW0؉-Z X$ţc^#-6!XsK|<|X `VpC) T,R֠"`g@tp-ET¿$ѭτuDZ/_p*N]M@$5l$Ҿ|#pf׭~=FpMl|;xgnh@'Y[ǖ89x3HhxAqLig%%tÛz~ h`$>? zЮS@C#/ZŎUh}"TͧIX%h.J">|'^~="^o}rP&W>&\%defmT4ʎx NfÈ{] YOK Khg*BbbY2W)i!e)y ԇk RW+]%ŀ{4§$)΢}{,y9I4[V,=+ѐKrSuwk5_d.^PKbQotX=0DhFxEuOqFrKܛ!]CUhLyꃚZ!=!U޾Gryzv|U:c֧ұF؝>P7Ki`r JxbP6RLnL]ʃJG~D{ZeZ+L !qOڬ5#.Gfl|"rsH|M` ACIŻ].xٴ/ GۘD$-In/B<1;p~1{87aqJ)~Tb&Nv?_Dot(Ax(%^^P\Y>FE!kW)ϨȚfAzft+XҫJl 8Kc_|KUph_V&X"zde1L]8u((&oSŋ׎Z̞{|o|28Bʸħҳ\ Il00G樄MMѿWlvoPb!=uJ:[c#uc;Qܜ*~ /p鲓 MΊr y$fcq[ Ĭk`L,s.ڃؑ˽ٷp)wœ5rF$-DPnVGtEEHԑCeL^eNx$o:.tc>^g l' fpY%lh{$< /(zSy4hEgAF:xu<Yւn3jD&md.ZJg9$פJsjVci ^9)A<1V bLBM=n 0@JF qXZ"&94񬎁 6O`ZoHSfʰwHmL vM{^b1`cj73XKNhcJjpj1θ ܿ."Z墲;\GvhiKWC/kfbe"xА~1yO9׬|Ll2"^Y๮e; H j&F&H=q_,m̈́ m]"bbg9-p VNw (1ߵU6 ``"n2cYr4.x&j)Z}@C],w/sw+󧉂B~TDQS(Џ6}ȇV1/}ftEXqtmKl[Q:Z[[RPdi{mCr*Qһ"5@NQPXumT/$o#34WB<چu@ՑV بlY?*m͂C$\E<[ć0:. GT]A9tO23B29xBhOЎ4B'Cn^7'V(HǪ՗A2ǀ*Lf5r+ IKxFs4 +}2}.E'`~Ld"ZO:[SLIZӍcasx8^#ڲOK'ۡ>3t֒v|gojjnsU9a`W]p f+<E%ldy1CмoGW8oh_O库H,FH% w(ŁC./^e7OLb $bH)5I쪊集:#6PRhCGdk E|I/75k-L n @ćO%x#k_ܾp(L-WZZ Yp<61_EzANu'"y atnG i/o9f5֮Ɋ^❗RRW)b4 j {s6˓ O(I ~H L@̔L"v?P P }T&Mڀ#P6Rt }0GBR 샣#4Ek 4>4)A g>j:?bS 'ͮMW_]v~c1l0wǥe&33'z߫X]eVOHIi;__Oˏo+9,|D'q HߦMN7 3|[Ü65y=\U~8|FdAQtDS,;4IBxCIcN|N]sڔYr<~xEn#V+<^rlFR6@Ws Ç13:"vq<ǖSؕE}v/ZUj =rA ԍG{Ù+"5ڦ#koUyEngx+W4b+wk4ZД~33bE 2r{g`p=Ikta*%?_ &H-[I]EP#~U`sѴi_pqy.٨-Xv%Wv\iaKK|o@3E{piKGG{Mi/nD# }q{Cm5`g{ F AU0۸'ɡg)<&b}\A{\6ǼO !## v {73ǂR+3F<ó_a%H.aqB/P$kE`JGݰM6RS*Hb\StQCun䗣ۯ v[iOj6f V)'C$v;*zN7'o;It9LIk r^JOwDfFs\Ή%SJmA68' &x,ep'/FZkCvLsO4Xc>&GB =iYx#~ ʃ8*B~KJR1K҉U6s\F2ulg(?8a횵e+J(?Ge"Gx([&?"TM (ۭ~e{L5-ɷڻdV?Ljtz4r{MU% F! 0Co̴u?eV?{PӅy6tGlh{jX<e1QH8_aCoz0D~eq0u1<\J盱O}oy6Ƽg@S[;aW*CJ_\/aErM;e)Wk/OlaY'WohA!8e#6D6ӣ r#I6 jyg7fýE ]rdd>cThyAuH7 M,Bn^Cތͭ-j hrG?=K‚ia'e=Y#jlp!#wʩytR_J7!H$W40a, jd6cȐV?NgwybK\݃%Psv`PLy|jO]a8ս ɝȮ1v0T"74 ViOfqplZL%F~śhEzȲ!8i!,W 4iyQd%|CF i =P̽ B-ƫl'-Z32TYe|=Cb\p[)ؾuw$d 𔦀mcRI%&N?u,fˬƷ1?m%7jQ3'ICm"zm[u:kaRM@]xXni;dF.9UWf5&Y )%}g?@.ePƜ{A)g?C~p!Gf6 e6Nٴ5|縈nnzxLFtgQk@aߓZ97P: ,G#l&4E%}qhZ_YۦrRFoEw #B5\BÁy}J!rT'q?1-ssI7f3jY ̉{ԅQ;. 6jq%h. 'm`'AmQ;V$)i^3| ʼnE bZr wJ:yO Oa7|FӯH]SfIanzd곒.$i]S [U0pDN8_5 ;UX9+Et-J oq(LK]b"+,I)i;Bl6 NsGd{fgOK;,~gr x Bԫ% gMBz$-"#M4\ɁW_Iю}pq[H;7𯅂.{k2SF܄ҍ3yijWq >xOp2U(1o+<%pٶO#6v2 , SسۂYF E)Y5%+&̅ В }c2`SxyuYe4.ִ|xJkd#$)_|[ t3cR?Qb=?J?eoR̘3<-/>ٗ8UaAQ0sgg3<:hEKϓgUlYi{ ()/vqcz7@lg䬣[ 'ҥSV21)Yhm,klwg.W×٤-tHG+m/ yzj7x{[uLfZlpEĦZK\|&KLrອRA'Zf;6_9Ã5^[ͯٯ=f<' t[m cH_zoy6²PO'h"n!ivl*[8OZ?h5U*>9ETQJǧ \~*xdyC*˜12q_`kI3ۙIЛw҇Lj0"fKް%|Չ18^# J6 { j-kGs yZ91ۑ|WLϦ =npE֛T3PexpN+p/PIk7NCDhY54-@jӊ+N+&X}9=fTTzbvp{̪)[?<ܙ]n©Nĉʎ7=TIIީT0kX(;70`Pi|,k+`:;I*P57f?wyi(.R]}QnM ǯ~ZՓg:D =В+ ${cFa#^-F)w@tqj©UL lr9xj{b8y}0~A}_iϡc N=`BuZ{ehl&y\R͡B 6')| hP.2:h?h Ut%kP'SO{Juit_9b4& E_v0pv]pib\@X%P$\“cduQi^8ՙ2>xV+SoQ~@Hm~"0Q!Ć#} UbvZquI$QgЈҖDk 4nC60#"Q_o3ګW6ڀ1ЌS\ֳP3Qcݸ4cH0vI WHW՘⊉)U#|TYS刔 e36.N9V`7xi솅ZkO?Z&aF}V^]6=؉b=GV.NS6c'U Z͠rOW;~R;Q!I NJx5D %@$E%n 6Y~|9\֩j 4gnǠxlNB%HE*ΞZsL+GI91#67Y `X7fePIirBv1 M@ ZQM4b>Mny S"P|K}=ںWgy2q.UYm8&SG.ogN4N6W.}w^؄Ţp3 2,oL1Խ*p)*'8_v4A}AiFz/:{:Ѵҩ=â#;S:$}iAs󥜙Q<6b[|&d!J͓rI(?N1x1pI80NZ*yH ҈Epf%OSڌ35-O ;)&c3xwE3y6 ?E4 `6憛cK&@|Fbņ] g6V@Hc8bQ5i6vOI (麻@1E-%M(>҅l}%p黭rċuΝ)YrLM ha[{gN@nȷ7l}"\vj2á:f5u+\JK# LՉW4Xk] \}z´,4YD6WTuߴfb}6^!9_i1^"%pKoq3R*#8xi_Qxp'{ lJθsC3DŽ=5LcvlpmQh̝ L9jY']PMҺy/)gV`ZթQ<勃:1;tcpL ~h:}A%{原R)c_I})K8f"=+ŪMA( i SҾUDuSaѩoPSF3P Lѫ=)txQudTxI h%+M]n̒?gf-Sr|ĚOf ZXY/wwdyv1N^OQ*h&bqi H^C®A\,xN!T@6NNAx.9S km@CMۇDdH{`JiObw@@؂آ1yl<{( aٸu`ET#3yuCHh Yx)a^ؠms?G"Mz˸H}`yi%70:jZz懂H z3FHnnBpg$f"> @f,TD엫u Gw>es5;9p8 TcfqWO`GKp`R!/g19b2XT؅bj?urS@ Z ݂EK5#Fkmsլ ,pmWM=] U_qK/q+"֩H;@#!*iCCdW,.7Ty5,В*gY~}V,Nkή;}З^0`SS=NbTk;XvH'?B6-P6mF6^._b*埃.yǏF|U7Kq+pZdz 9X^4\]M;OI@ Hf'67{DFb)Sמ)aHH] p!J͹ny =KfӉؚWn%R3P")TU *;Q+f n%LWD_G̜7 8f@tF4NО>G*/ޙHkO`npubl̮ǎIniL *OBcP67(y{޸T'58choPv&&t KiQa';Jto<ӎpΝ P@L=@KE5$\[xчy\aB4p&K4pku14j4U)8!mXf:Vvō 5jz|IkҲ!ԅBxQ#S'[,b`:Ҋ򍵿ˇ'~Do 1xWwkբbOvdd)X>/ r.e3}F[lQw0ے<αω4 31'm{-PΊ5v.'YR1p(!TB T%`9˾6TC kX3 ٦BuN<"|JJU*޺ztIx8TQ r98DB?I~=V=afgO@ g걪bU;:]4(*MC3O\,ĥQsGlUsk=E%Od^M 28ٗ\ʋ;z0XL*M+n ` jGW4IR&aG. Uuy.#J{;OI3Ry>DPt+} E6ٻFTe3ـ*E"Mž;lfpۣ酔+f܌oIF#^rs#^U)ix|}~x!w[SXoÅX!T>5nyBeHȳÊ+3O-(GhG7{nZvEد[E?߷6h@$E,YF'm*Fv'4&?ktB?_뭜Q \ļxg$v"x[&џ#J_w+$YXM+=32hT<ľ%逖dJQ\H wx+yzq7)K:x~ _3խ~(twm۝C6n:w6Ɇ_ {t^20Ybri俕"Zjqʞ>Q `xO-R-h⺁d <(aj|O98XQ; H"!dx@wb6悕#p`[fr1s,-WPdEk}G$rdcg]ZʸDDb& cUk[tرe\4 iCj[PKE%)%ޝ`p`Neo6/!굇Wj݉k4ݷ:gީqԑ=ɘo eքb*./wd+z`[d |B^>|AxY|HA/>HR3ߟoS{jތ];pNh6FׅF]f:n<#B./Ih~TjȩqPiRr d羇@L4G&bgn,g[cjsbpN=T9܆GE1<7EZ09PI311,t9#MxUlbqkE ?:)Aq՛gWivF9tFe`,/(akEiu"U@DR[ǫ]kHmV[hX<ΰ'ZtfIQ+"0X܊Ydq7S"p^bG޼`\-)a1ZU N0vDduKswtX ƨҬ0A!M+=f7ؠMl'fx)4q 3Zh]wv?n1w}1L͐WZj+5%Qg`鞬`'_&Hcsъ2;#!ԕ]yx,Pv'a_+@P^X /hI<"-/@0cDᵘ ;Ϡj4<ͼD z( 9zuYCƒzRtm$K6u/nmBIZYi=FFa{l 4ωp39J5yĦr;&eŲe4/Ej(nk21Iծ~GqيfmH] l)e_tZ0 07I֪ 1,aXhx'h;2p, *4h8bڟ^U(Z,y?s9ͼSUi@c" (>&L{I%.V R] džk{k ]Ue@6Eb1?#WH٭!C>6"(Y!PZ+9aٯaؠf,E<(RQ8hC|pcϏP+)OqYVD]b.{#)cA!/spj2yad58Yf55{$Ur94S2f#4ᱸpċ2-+eg =&^L<U> ^G%F9-=^𝵵}P1S>j\˜#s?0wBзkBJOxF{p/Pl˸k!zg^J%T%j5H}+@ҷ5$id?0i;5vA_IWr>O#Yo4=ߩIQYD,aquwS(_%UrNN4  Fһʹ!_ڤ?Fi hg7¡<~7BSvC7zQ›O.|g'X]qC^v(P -94"Cb*?K0:.r@_{2b׹otr,cH8ֵ&WԜ$N3מFyz8la`NEܽ_=CocGoy6Ka4PɮCh&85Pk*<bw꺅q_v-e_~0KNIHh17@Ob3$.jq[RĒͣQ D<"vY_@9Y>w>pi*0YZ&õ!T˟^Y1}eYr5s5Mq|%`kS}4+^sMxI%\R/+pbm{#|my𬦛yr/ ~n' +W-\xʘNI f \Y/ӳ4UoE/Ez[*Ys7O4$x5HqzR)y:bc Ji5 gd~-Ms(#h`h!oR}f})$ ydk-Dɵ_F{e]lILoz y"m+a*1 ;_RUcR=ySS֮Lͮ&Y8" ,(#y|,v٥z9iCd /kIM< u3/:+QI@,Im5(Gcj{==h 8oKtjSSv9N?r+j7CG9wSmn4ZQrkqAQEQ:2&辇@$ 0=mV-۝)r\mH̏)+A !#t2C$mM}8ULlqG&fq z˃6,ݍ鋯r cډq 'ǘfmQMg!l ygK]bsK :=T6t:@WEݖmO0X}3b솳ٚUYHSC+qBilrG(_Vk)ݪM\~ oyan~zyX'`Ћe8n~P]խB(T.UH 8ShW#5jJ" #󌤬=ڷS1MݬGt5^w4c xp&C-o)SEYjn{8ҟ+q6(GC!^>h!JGf3)Bq;fު^hOqHͬFF6P2m fܫ=7׀WU$zԍ0o h3?wBtUhhi4ahTR=!j.^Yҕ%B)qYR nY4 (ep1*& Wdk$>7dպswQ !U 2`l b`%]=h`B: QHe4Z}3"K6yIl_($E" r$/e#N{.cJgq#A*H S4QW)*aхH!>Fo %)1Yhȵ#KFե;Z?.qS1| +YvR'AK!Q=}N|P /S@ѱsS 5v(^XM^8![Q鈵'j"\hz\^Y7X qO9M[R1gFnz̘RSӉ–M93w fmk?G}*cL,(6y)%fZ@s=ԏ[?%I{`4Owݥy8#* AXg#1Q:O4їZ~vU:$,N'Uo5zm&^c~fޭLqz&YrO[`g7/luW%YA6uK|ѭ72uJYf6TQlVDž!|7țO 1WFk"hBrf3Ny& ]!șs^Sv޿gӄI}.įAZb##WX?^={$?u*Bh%,izpkS٦ԺZrx= ےQ8a>~%ƣ$rFcB 4MgZC\9Nx_q!$T.~4ٚfM3AA(zyW履GlUtWyD0{ ԭ *gڞMZI˳oQks+ƾ/a-7ǎnN cE'{͕>bQ-ƤՐևhc[ v YH8_V?pҋ> 쮲&^&.-biz?)`HoJ} mtllFs疡-Ʀ}}2Zv*W]i;QO܀2`[{.(vˍ Ab} xj뷨W y$7ך(A1=46` d5>9/Se`j[u&z&Rf;lגDdK1ې}0Ci! @>JD-C'٤uΒ95;g@Z zH m|jj!a7.\'(aYĔȥU\{F}X9RpH'a-$rc VE sխ`9ZW ^4~;5bﯼ]ϖ J@U𴐴tcEJΙ;v`3 /ŘN"ƨf@D[rwap'Z~HxÒA^E!HaV 6[ 5]UR&Is4~16"Id6g^_t|ZO(흵]6&{|z&t{8kr}0ǒfR6…E/h^lgq&1wi*w SsSG>]d$EET|ڍޕR2JH `GMhQT c\D-3-$OF?6igΖb$&A9${-~  ØAvIDĢgR}CMT"hU&*9B_B֥GP9-v^DcqYqƀC1QZ\ -.HHPr8 :' y=ټN z?fe"oh@^8kH E;c 7`$,,tO&q@_. P 2O+8N.P3{!=3yQR윋 :Zdކ_T+YW(r1p,K~m:1 ?ɻ۳܄mqX[&g* Ƞu@A0uR. {[[3BC'ؤ(,ڈbjbڤu N/ ϙW=;*N m§~J Y{>f9h,tz J5U 9M\!*@68|xEۈ;߼S1ډB"zB&;Zi~jw ko+h; gyIC Ot)p[7`aǤ(>e C֍x܄YBR,sKsel:4ӵ >v|͡|GgSrBR[ћe{H+:r؈c1`ÞZ$JCg.^4tPrp:@ɲs%Vr'nWH$<5q ,=ɝ Ɂ0 =m`,eZt. J| ;xuNDlCsm0pqxk̓} )bH"WKS0pXx."XwZypi~y|B VRF9Pq.)v6E6BL6-I{+(qa[9X<]q« 4Fl`u*) ūXv?t7c*<;Ͻ'(+W5*1շLjGpp^O1 Yz =BM"wbDz&mb@ޤno.tVY*`+!r6-C)GHE%]:CMN#[}@5#7z%Y2!ai]x>Y64i'kR86Ɨ.esW(}g(3̮W,a}2,^XyqڎثF "M:R?bT%?Qusۋ*z  x/ ER2[`Bh&U[&'봣K4xZE^: g$+˲ڪ?IFY GznBGK]qC m)\kw LXr9ߧRWrn%#|FhEQv7mBjQT~%AU>[U]PC!C\AHKĵ+B| 18:b8 !k9 DT$Cr_Ļ]*~=H%|V1hiaIȋ3 qL@xxŢM_sw)ULv[%خ\8|\X |S2yܰF9ɠ͵(KXf@#_#+Mtl0qZi_]sk>Af5&@lW_lE>;7J[vD $̙ ǬIXW{2Yˀ?XwzQtI#2AGr53װHf5-/lv,#*2 -BIoM#}Tp5.иU.{_SA8:mi.xa m dʚs\0=0ЭDH5.8VZu(w^ld"PmkOh6y_Nٽ.횅Btb89sR1g` -VHPuvz, }(*IYվ Fb=D瞭4{`1_e`Ϻ>OS &M7<'& /l^NI?yt1e'0˳ɘWyMZ`d$)QųO~neư_A=]fE[9fB~7[[BCF9ig1iPWL#W $֓ۨE, ̷`\V`g=ڸ6t%DFbϴ\uJu@^} LN({8GN=Jc'tO3jXœ4 gtڈNFׯ`&r *,;̮MxV- aG,hu%MYt7۬?^r 8:0}pd\T'JMfk-{$#kBƿT)UBG+d(P㋳/_g|Wd|ПQ!YwL(>^~M;*1/G?+3WdGeF.:qCwKvPqY]ʢV[W咥 *vq 6*clY:9يϏƠw ?Wny'2UH>43a33`92$<fZczrxdw]9%E1F^w_4SBxkyaM9#a&B6}rk{8SÂnuOŮ 3!ԝ'xEDA\=] Gsd~*G'-DR2JK!F!iAr|5sR&1yWUގMPwnJTߓII rI7`,X'OTk^$*օE1(u+]j5.ܜ Y!@ZQ˄`Bq,*M,ߐ_(`5-wA ($r7 7ȅ;)d 2&w-omY|z~Yy>1OIIt R>*@YIUdĻ!HE $_ktn-8B¢xMbdC4b(KHkD1ܧ.U+6_KOÂ#`W񿞇\=z׬iL 41SZ-=Uo;kQQMGqg" RjFdith&ֳ:wL:溙'-b2yChg\pA :1Y/+%G18D[G:Xm!DPvԬ>c[gT~(<,ʾ e`B~07NAsziRcR }f8 [A9^֦s;kV桔t /KN}J7tp/ !d@ k҃&r ߯@&Mgj2 "]Z%ghӑ PRD =u!t|>P.v @ɨπ䅱A#6zV]Ҵrd:|LwvzI49ܒ(DQ#1EQ#ó:$hn{_ lZ& 5Jk`2J\gEcC+kzQLr+l/MO{J .a<:It&u࣪^W8"_7mBRĄv!Ƌl 9(-ۧi5%WxH-j{9 Htx DY%QZ};Zw8kF_Gxa@.z 8ᜎO7hт$7  PVVOtJȊifGqů5U:];cZv:g ()T3/Qm{Pf Gy42]LևՍ5*tKdRF3{ Fx+-S}ǵ7)4z?`ӌ< ˠ rEJNle$Κ԰x\Ino)YϢ+@AA91ҌӔ%&n.<[Ȉ-]{i5ފ(u,eOcDǛH$3_A,n^>ۀ->+qa8`FYEx8,2fT)n YZ