PackageKit-1.2.4-150400.3.6.1<>,2c[ep9||1\c/b3R>kփTn?ljSUyv2F61nЀW헾g#5 ,%鍒NnU<21[[;n𔏩kq[/gJD0^A/ܩcQ=w[#оB\SG5T泳8 y5IQa F5|ZB͐_(B_zSۏIʳ> 8B#q!~^pةQ$]P_;={>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/d-]"k%ngMsc!K\ɶZvDoqN Ꮘ+vhF;陦ۏ?TkU#V$A0"[X;|Yq=!!!A:mUt y}uJW@)`Ԏ,$L,|{9 171QЈ_,;w Z-QrE{2ݩ¡o|L.س{}gcr h+<`.Ya9+Z+9&ԓx`Uv|~2eӨSjI)U8B`ؼ>-̯MG)o]֗.|vi=~ QoLf,̉ .NKNODեyϋ>$ EAY]߁s0/2Oɿi>ukQ32׻v<L&i)Q럏YBx#儱mQUF CqeQt >s_3Sg}f5<O_ԭ-bT7ϲXe8Pvo fFq"s,#VhOrL}6Je:bYp  VK]X3깟I+iN,%j[ 2U5?OI cJ-P耟v><  ?S(6I-2.3#[:]8["kaV/eSB'Q ak5@L@rϮS_{CT"GfEHs>!{aQ1dXVd?Ot}XO FK1Lmۏf䢖[4:S\5+ > nƳƞ_"z&Bv='oI .NePUVIwR\0l5'=d @|g2=9ڦpi}^+G 99F Oj F`8oξuWQ'5͋n^! S%: ^_4Ô˦;섆!BX!IwBg9W.1z||%B\]xnҳAoc~ Q5N̤Gǚ$ 5UzX } B[qq`t̓uq(mTfFW%CT)_MRW $OY]]w/ۇΞj>šf0O|IE4^'- (rŪkF,϶<<Ĉ܋C?dr˜n 2g&~,Et)Z/A -[|,U,0E3c@21TCeʢUE(:5 mrOC1*mp +pwJ9 V)0vI{"\þGpd5-yE%zmi6Oc]~jb?ِ 0rPj]'̒wl,HX jfKT0B>>5JV3B/ !pÍ۠cϜS+N.vL& G`BY/m'^I1AugG7zd{dud?B5%O(c2ő ?=dpڰє{rv J/9Dv h%2-Ŧj)ZW*d䁏M$ D- Gh#vgA혤$!%E~ \bpԓ*ۧIl@Ed? v9Pf/ݚTsQC|#_uިJ+bs!nU H"O)m{fQlF <؂6vNJZ6ꄚDڼ>V,p1lYQqou=o <i˜%*ϫM"`4!:BjmD_{yLw$-WrLe zB^:Zs ݪk;#3] }BT[u>fL Հrh;7V0'Qj"t(_ƪ&lCinʆ=62(bo40xCdWNA0*Hr Y%rJzp$||!=)[rQQ}cA52>L\~3wߥRq7"`.VC?{r\4ά=ׅV`Q{}&v<ٶvڗ/5 у^3B+S[m~3. Ue\ݟQ͢vwhr_|((?ZUhz~GM,{O wݿ`~Q:0s@}X9uwshv*;7>hi@*N89#"4 ݇xzw0.m&=x|(4`0 @T>s[[5 mI](.?r3 S0|* ZO.y#~-l(zPM T`[Rlt v=$F:4g %oj8\*sr@EKٞuE5dA1qηMҸҀi-pq0g4DZEFP];7VԎ,ωm]zY @ve=t,jJ;ǀ\'wsM%:2jw3@|wg)|,&#:<{(7JgY)?y՞ګ.ǜc@]P)O m* ~.sE3C߱ ?o|UO(` x6V Ѻi5W_}%s u' xR`İPӴ:ŽJC\`ͅ~i0qH}>ԍr,lȡLmC8#BWVfzszVHdEFX\DLָ^ nPsF[YN>s%)mhVIKxk&jjhp v.Nr%} \ 4!ΫY HRbvmlS/ljȋC `> BilNdFT5^Z5jeliO),yxr,nX~4G11j`h:(o .UHd6w&+`!15'sM~:*ԪZGIL$rLjgU2^)2θo5DžM0͘S/ h+ϸ6ũt , -]dS0^ޮ*M"jn'iT"[<|+!ux|L:sY Hk#HaAm54#3rJŝy`A)>ʸh,dp _B7ÿ 4s)]i0 `9e7a= /)DCjsEHLFYў/a"=xF0&sk YQJ T3!ElA@;+v|;̱.94|yP4аѲt)TY7I0eBG&E x|YyPhN# 'tb֮qd6s$&uaxP^mu0/C{b'KԼ{*Bݤ#7x2]Saozdz;B c_ֲIjl)HN_Dԝ:֌3o-P7tC#3XY 2Ӝ͔1 (]""rxVVA43JjZKM_M+&R^g_ C k0݃=钎oHGXq!_î[R0X&ڬBFdi䐚K7xt<-˰*v+R8tpDF>%>ydN7leiʿ3"pC;%= )YMV%~RDVk88*CdQUXwUWm.2 󣋜X1Nkݚ`sG3Pe#m9!`9{# :M7ʭb5/ $sh.M 0c)u_4^ʍ.a%̫96JinC%lZ$ж}]<`2+Yit&˧^l ?N*c"0$yylvScA)cOFQ2Щ֜d=A䦚romfzImuv06JC-xNxQ-e@1PMDkʐ/˧wdȓ;kƑ>h̫@R w1Zxu's3/0dk̺ ^[ _И ^v# ݹ7RKJ PΆC~,ŵ@C5|DX%.[Bj-ij3| CdTDiS/#:6J_y[j$E=N!,5G (tLSMs{_vg\#`C6l et3':eT<&[I47qš_2K"-˭|LZcj D^VD{~.`cIO uSMv6h U'>;`j1-M!0w7t̰ 7:pb!sxXCbr a ~23H‡mPe+JV۵((ڝ̐f,&Q|75Pt(^>̭6|Ott*͊Z5{}7q|x#>tKi2IO:#}Qe+i2QR&bRO]2rAnpZ*4;!'2X;AR(s!?ߌ̏ztF,2.>p4By0Uxwُ$tH0ߍqJZfFgp=|B[/?Rhf=8[r*y ENqxl9܏5de4x .U#;-v7^0Li@ HRp'?uCn烯 (w,#hݗ?_ボ y68¾ : vxhxh;wOQE.,@#ZEvd[680S+y.uxP ?֠lVpAb}AUWcO¸MLMyu4g2S 'Q' ,#ުn!qhzB?6)7QYӟK`*Lgd|Y;ډdRT`[ȢrtM:$r;ԓ-%V Bcd-P s%PP1ب4_Z~j~[gE@tYL[7nҡ()Q'J8huv͖2(a nGSޖ>snqȆo+/O4ùa-wfj)DH-jʛ:sa¥;(R$̤&JGGt+fB2%I&OϬ~vdr)y(baC9:rOH#lf606fY1 ,;T'x|Q[Yw`TǴbY}s. L {NV r`EsJڨ Yp=xc-`/@A׻#RzjNΟhԕ[M@t%cLR8Qb޴EF 7>XFC=~u[3(c{)5śrz{̤uz`=p:mϥpzؾ pϼ|C ‚t0A!c'jP%fN6B屺.C$r$&$O:}r/}'m7.}oV][q"U+&/PV7"ktYoi+~64s8} U+]$1 4rERljlMl udȜݍC[ᤀesM  L/|]OR#I JՑBc(&CL lP?ԩ~ar 2b|~V/'V y5B/p{W}EKE.Y0:Rls6 qWMKnv0/fv}XĂVذc3 Ios6d UO6>&7ƕ^D(ܔRkr+D"؟!L^yÍ$#H޿v)Yio5VPO!u~$Cd &]/󬟟˅jYJ*;l#Ʊzԓ!%{M?YB{̷W[GTⒹrH HGx=0/]t QZȣ"T?MV-ӳ݂ KbdB]i]80 ^V_pua449Ţ sth7=oףX4톱d1Ώdn=οvh vls쇂;xbYZHi#8H&EjV(Lֵd# čS6gŻTs4|݊m_ȤQs? l$@])FT_g@e`9LW(s|6zi}+zkЁ,j2:0}Vdi]Fڣ1r _ŪP|s)YȦ*#~vn㥰QPVOX?jKeDףIVٲBO$+DRc%Jq|A8X4QB[V嘀#K IOetU͈]eo>aJN_- Li dS5hH+"*H Uz dxf k !:k(X7sKAt}G[;1Sb{7]`yTH|C9B\›3>(Kov xeNEXt`Er ď4]im8V0;O23=)kX[ҳDġ쬫O$ %Ҽ~dj FoToWЊQG<, H: 7R#eFeh&/wQ|=܈L%*")l3̾dMŻeW3 vZ#%)kc#&lrt@ޟblXtH"xqGfA;X2oQ77_~(m'ekQ*1!= e MWL30mJV~b_>>iO2|HN=r # Aw5|$jXezܞI6B*׆X x4JqMC)e͎LՋ,+r.xn)"VlR\wzy Gc?K}ذ0[c=>>e,22=U! 'vII;vs~s \Ůbi|O{˻4xa)$"%EP'fXs#4[ 9d4.Cш~l3ZcPNk?V82+W aU x'}k BB}CjNncf]S+Lk0TP~I%֜cD#|F F_jsw0N Ҟ*\edHe6b ߨ dPO2n湿lङ˳UMx56"ɼڌ ٽNڱ”OYD ӯ{($P fY&>gj@yq+-7@O:t v?o^^ʜNba<)3y)~F;NyRN,r/ DgߒX6Mpc.Ui/6%%nYfЛkbeY28uFV6.r#I6ѻG8b;Q{]IuQu),_?vBqMj=] mlo~&i,h*K Tm< 贮y?Oa+Y^4dvկt3?ۯ8 $^4G3"t9uM-Ӵxexܒ T4'DHiMDvΥcy(F_"ǒ 7K[YcS$Z8KTN=$YTY.1hI^82g Ծ ,fpDkǾp=z#M${4lY,[!Ox9XN:}cTq-=Z~Y-tߚ58hQ0bm] ^T̺AAmKkzh%BpUU}+K7D7*I'v" 6]4YZ-`hM C#{uwX(DƉOгog{_q& q{'T8h66-]=%(lɫHC+Bxr_*[j z8Pc2_Hs| ׭sbh %qى|W\PGR8DT >e  9|v6!xޠHCuCR${-0P3PKgV~0ZȹaԄ5_c7k3EQIOV,-Ɏ6 dflFe05&W _,zNʋ‹ ԗs@EpKp/ޝ3̆!R&j?q(6 iֈ 38eVlDTǫoN~$ diNoa;{xi]s:glw $>Kc0`Ay`So4PeJ$yv f@A*<{q#h=r*`GA,* s'!zT2y?)@G= 4Zv^tq|VNtj]MQu4Z_ P嚫4@a3iFvShܘWA\!ҎUQq%/0J#H F*p:cB{KtC)طGom7B5 IB>UɰC^n\^AxC2,_4?f R2cwEr 7BbȂ:uǂ0vLd S. a gELEoA+gV^Px2H#8߅r||-x ;>7X5W°um+av$j4!`Y5(}i G$ IU\&hsP(zkо[~Y?/Un.FvQJJ "' RMĉ$@m#H=.>@Q1H I9,V9>M\4P#y&A˜cR?vV5C,cL8C˕E hWeTeWI2xgh?Vj-M=E3ՉjY<{@.YX @?eN]|~[pv8BE[]'A0';1$'b&Fy~e@U]K xIz kct} (\# ܆hҰg gCT]T-|NpDR1MWJsRJg lZ61-x #x|& _dG;Z;[tɏ. rˤ%wU<.A)[e2r0kMÎkjXSxĶCD`B&a;P ʣ9C|ٵP[éN _uiX"(1l",|4>w0喐S`ء(gChlgБXG=Ž+AeBugV1-[pz-R<43s/\,b*e?LtSD$'{nI[;q wҪ;$ut AttERp/A .|O|ri*hbWvJDiz WEGVqjZ9PUj}&NvyϕP&9Sd =iM<< ݤ,uMhj1DgƌPc(YpaD am =;Qp:oBT2DvHG.N.wy irw)V7&BUݫ{!,l*k8HwZ΋f+mShVA_1> x5i#>Wb^d#{女 R2m:0aF&Q|r1dNøv<=MSP28O2"*Ős \q'ֈE*Z+=uF"6NhtE$-M4[(i~|g<J <ʲcJPԳ.Y4ʅW[% >n)ڎ8lCI߽Ev\龩gsO\cW#/I5e;JQ3(%pƨCQNkKЮn% y7.&%42甩Q۰Y֑Z4Y\-8]KH,3;! CnvR5Tt )':~FuXC͉4KCc ,p!3@ ][htt5 V,%GHQ-V Ok: tN)|CcBZ_3Ɋ%f/Q=H AY. 4 UBN=# kc[1;>oW *[XC0oC0"rg8&lPHM [/?^} Ȝ|?ޡsJNs2Ƹ B=SO$/fy3؎c/j*t#oˠՍw1vQ8pj{ߠkW[10$ph>7!0 wV;İ.E*oتjYO-%3_Û&&IP+O L٥ hqo,(0qoMS|]ua;(1%_ឈ3zZ ,n! Ď)l/2n:=ѓoC萋`jjr:O!wi5U(lЈNTwN-{4wr, , Q`M&`l_zE!t[@.UWF VI_ '{Yn/ Q|k8B9mtϧhQP;t^=RGsO于34( Ly^U곗/]? Khx&haxr )D~uqgMq'!@u{5wD$vhOM}~=;+޸X`j݌*Q+ omsNӈ ѹ;aƊ#ǖw͢c;3{UooyceB}M|{^ yix'#ǂ>9¿1gi3;zp*_:ܰ ue̊W^<W)Cf gB]6ϘaGS;NQF 9*Żs{lxiѦ$Z=Q5 @ۙ*J_GkT?Tbۀ5|7~&*sjy_[UGwF[NR8M_)Yӈ4P9ܱ eS`#?de˫_3f%|̵V^FPd4B3`?/g4K 8:@H3 Y;X,#lYT[&*+&XD/D,4c`}7gBiMd|F$7.М4BN\fD讂:0~BE?5N^oB K4y;-[^-nJ&ynGeq=GI[ppWmH9i0pSitr` j˔!SHN+njzX%xB]CʔAc 24m&p?`S,%N ff{,LCT|ʡiZ䷋A?5[ֈtA} Nk +Xn(Z<59Mn]9-y?t]47f7fKoA5^VE^1D ڏxߜv{uKM^!ƚUF)eX4>Z#ڦ 莼ӱ>)8+75YZ8T\ _ڪfCr.Eo{LK$&r g^4l_- q&C5EJ[ey!>.mљ`${'KSmÌaAo8xw`  GWRBx^*Uy|qe7Bb}K_pl9dpcEo6؎w`EdxBXX~q'dZXy_C0"IC+~BYjxx,՚))m̏1~!յ^0(,:R T8zR FSRvu06 oZ+GBs,a.cg;xpFrkWg;?wBd)gT_:۔Q_RUL  Щ+wU'bX)um04ϗȏ}R*KWcMa eM# q Ӽ{N&)"d sफ़4ݟ{[<]^ѵ* 7iG))yU+kG,#\%u5bŹuQO.e!mK|R+fbhۑ"b!mzoǗVd{]`ɅJ u҄KA]4 |Bgp/a +' h@dmc#rJALr mʣX1-tmihUL<]򯸦;:[, xeڑ F̚mȃo^ֱ(@^ylR_jW170 u"v:I+|2Fpя)$g)UɵhޓNU?ì0=tt2udaOT wIj6[pqh6}.;٩xsw XQ?PL8LrL7Kx{Աri$&TojGo==ZET&hIcMTtxU9HU44/ƢdhM|q7(vi"kaȅ,At%O:OR =e9lߕgL\pwAdo 53DO&tGM%,\vy47O-W#DTX{[mdم&[ %FwnoBlT۠ iم(L0aR;L[ZO>U4 2A)n͍vϡ:dK|r #=?D j+a#DLh.f!w~J`7$||'j$\%oŠF+=OڷJo/gmZL’PsCz@g)GymGDS%&Ls ph\cjo(DF/ZkԱ%nK:G.*DQQĆr!цﰩߑqFkuS?P9&hbE2Mش rEUN+ >zy{t?<]Lk&2F/ҙ׽ffD[^SlaY}%,޽g/-en>Y!-Ka٬ZhNJoy7jrRaݎ 3a};Bf⯯w\ZYs=+ܜƤְaC@=,J 0 -IGK:=l-l]`EN ydUS9l2\Gwoˡ bߨX N$xm&43aCD15ۀa3mȡei,ImK@}ߠJ̤?q$,6//)zĦӏhlPԿBNr/~RVRQP?D+Uh.A"rLL{iAw{c9p$y)S($sx &%X RI(nUSqRY h(*(CN rg?-n.%5(..cP/K Vty2\,!>eyaqZi yٱ/ۭX\ =]C| WEx@ٜ*QEm]#x{e`?2حI@Eb1c#$#s/*'?ە4 F?х2 .X-:Xj_aE¿-; D_ҴV[h't;b+1&vpC. ہgb}OAXLIG (|V຿P?(8", IXZg{4al)13o|0^A/OFrPO3^XŽ2^L5ngKүܲ\0տ9/_[l@b2)x'yLGUbF#}xPٍ1"YuoZ?9"\h֩* 1/UAh~YAUL냧Hg/.X)>?DzF1RlY\4!%ɑ ro.{X>+j/Z`+ց4d`vwؿ5-K)>ło${ꇊ̤.AKncɩW܊py!\d wu]~$]:!%.ݤƒ?a?XJ߭p!./K-WE= &˚nSnf0 uւzu=vaqU:b*}etJp/흹piot Zza<ݎXhEMI'| !sӻJ=`1}U#:Ilxa.-̢rn!_~-~dRh'|2@$Ö7?Kd'3p(؋ѡԞ ӟ!ya]=^Gye>5 FK]hzXN3G^KI_ׂaWNOTd];HdUzB?{uviZ)gCXWJ,lCL){Xޜ^niwB%Si Stq}Lv{vK7h/ƟD EQQWLytAQn۸O'}!%<E܌NL=mI{;8BңݩsN"pykۦQ=-3ܷ $h Ldc uX%[Kƕ42Lg{~i;OߞM^7sϷ?/{YdNb^{% >7͈ucS W )]c+1XRM3 $TFX= s~_2$']srJ_Bi/S [.^YYoSle32XҤ=q hpV:c-K |EvK_B&xc>O 415_Ӌ#p4f2t kZ3@ԧ <0B5l;dz[!-~Dp@A~ $`Yq&A\VmZ1-b˄'Zm[BQ<&F 0@HҤpgM:DΕ~Y󤎢XП8cY ]K6lH@ų ^g%ܿYSV&ef-^k.Qg#$0iJjdϊWQF=yV{<u-q8޵ C2p"$q"^i iefrѯ'!Sa^pNq7>q<ۡ0$*yT|F0L*  ψ'娎  yt9w-$)PN]H^xlV'7I۲P\ײ',+-p9}F ɀk[c3Qp׌"ׁ۫VeKk`2X"50SnNwL -|j}GeYkHY5bs9h97UUG.JJkzp@Q8P<kY֡1-d o8km@[ZpH|Ρ 9{)pP{hK4FU'Gst+YWGIT}"LU`/ctB1Y'}2-Q.ȑJhjv e &c+Q3d +jqU@%K 3[zWb1c}b;^X(דW6(A?$/7ڇwݾ/R(A_T".2ҳ%ؘ8|I7YsK9gqq K-U@W ]xuURZ_~a;m4vK+^{vv .:$ћx/h3XEj"[?,p$Vh šo_ ]d?^ fOPu q<`yz XM{trk =q gj9 y{Z[2L?u_DybEKɁ!tP)7SV?47ބzf"\)97 x)W@ ApJ>ֲB8^=qYk>KP-V3UΪ-ϸ~Aq1*\s*A}܊#J;IJŃ -s3E~pq JbOc#!z MǠ@FF~\0O0.T~qw59!Wl܆{{F UT#DTԪFo9g-aψ VdA׷#v[FMyý,5SqG]s+3QyKSUO'dDAGh$TፖF{mr+׃Om LPԒz/!rCMwK'yVoFI׺D;pGҤ.K!t~C>RO|AV.{HL,Ѥ@Aڥ􁩫&ӏwA2k>A!*Ӛwpe8iCUu\O,@DR_G;jjoīv oy-me*'tDy=}*ӡIU8Nq Y/΍kYmNU8"}^ j7u)E?FC'`@"IH>Vad]j2 ̒̋o[pB *&M+7=e߄_jRJ=CLrֵmBtc&'pd 5bέ8ɔ4OV2qB+H?hI*8Q**HKJOlK.EvENSy?!#5".Z1u6A=|ڿFHg&&6Ww~v5juy P~ yR?3YRc>׭豕ib_g(oH]_vkԕ^JBp|dyT#| ;Z!xN̙?z_b'>Q6{SgǗHW&m-b(>uL跪j3{^ $١r${D`s7B/M2E\+nt(؁Y6`TkIT!kL Dfi4nAنZP*:>g9N6?ɣc"?c'C*'"maP>ʨx,exuqՂ3+#"tU>)h'z^9RKj$@hE|u+ɓr_Յsal w~z&f|}(ޯ0u&]nr삖 0T'Kt .ϑPy;DIv tW] vfi䡺P:%q#~ u 6`KplC!Ve3.<~Y{#eҜR ,[0\?{vMW4BGK|C:%(UWQYL:rt{J@2Crxhnp.i!haM:hZC=Ixqg_6iɶt쨄 8l gbŘޡ=džHoUPIQAV{F#^|Я$2 ť츘b!܏Xcp {uvW#gʿL'ˊk| n@ \"]>PueSPg6ّA_Ydx4w`Xq}I$cU x4iVo:l ˌN$,+$ is6mS'I s($?D#h6T]QT F݉P@o-ͭT 8 Յ\8sHraYc:Ώ6.' Q)2w:ݟfWdJz]L}N0gB1J"7}( .yrA014yYUHA B)zg6;jТx^3֭Y6f4:EGUi⩨ R4a[s/ lds\!2?OӃK)o*<ܪJ'Ldٺ JG_tGAdny 22DDssk|:7eV"cV>4w}NmCzFn҇I系hN PUŌ;1\ՈEU%l#aF &*G?#5%mk8,ʀָ܏f)|h~zӚ&*HIU˸Lm lY90edܟZg(׎O=t0@\_0@umڊ6͞w3t}[``)GM49*M ܭn;V3p gc1-6[RC<4yܰb+ɞ^t ݶ#Li 1wwsN \,{M•ޥԳ T4p_VG=|OH;NQ CxG%)$Js,T<&Nb(6CcA)Kv~lDG$cO %oe1f^^blRY[g0#˾4ϧ?`z 2֐C@Y`C%%3\X4ȦL[W;OtqZ| z=kZqάf56*mֈx .xݻ{˓*f8M6pQ:K*XЦ0_(ÐvhZz%~)Ǿzt-$]tȶVv$]ѸyqƜsfQ.]eE<7>e͆amW|颥aW{9s=ο@%W M2Ɏ7y @Rc6ėA1]aβ}?vFj[ž~ϡNqT9N~gM>LMyw+ANv:mSq=ˣ#.~Sn%%Fk*ݑ3I`A2h>(<աWa;J+"Qt};˜^4:~~MfnH"S)B%>:smBayP&^1HVJ_Rs(թYb ؏W3:T @+ `R/oB^°пM\ƥȍY'+b)`P`ePV!PT+?2/ ق|&z9'ț$?юdٻSp6]}XOcX_!ʗ*eA^Mfm$ 4]!+jV O.jL&n"S8zM47j,/zopcٹL8l_#;ܼ;b BA;xKX\¿]qRWi'Gd!!=ֻǀZ|M>_ FeRU4DQ)ǵ~ _ a$8a,.'؁ZFhi*`qM"Qٔ{A|B)Jjxq.'u.gqΉJ7ԃ`M|cn&`|yDr E뮉-x+˯z/>Jk&mwѩВ}D'`R#nQ[0JMC"iǐzߊOHJyc֥¹Q$p ^p{ިChת4W1nQ>*[vg%c.""FBty|+;"fws 'T~\sۘxv< kôb! 6]`(2[Vo?py .DZ/ 7k#xO4^ {~jqC0hԠ.jF_8'@0MRm^8 $|OGJsOMt[R}Kj>VSgtA|I8?)dTQ(:)4?6!C}{.90Ms=N9ZH'_n --q'\yC26>cYZH>WKͧiNhaW~IOWPTM5D*fQZc6V876]'(0/7Ny V G.ʲJ^ K ޲:o|'uy,/v;SK0@yƍX-ryD|֚4YysLbUk٣P5+?cqLsjdpavvfNH|8OI:QE z"M|ڒOӀDNMu@*_̆.%yNGϋII}S=ˆP3Y+B]fv]Rx HMu} >+^#)ϐ`!+Bm+80Gdq%\ʗ$L6Zt}W}MbO2鞒L(%b'8 *< w24v+a h* u=k>̢héY_q0;;!2꣰>%|$bfWsC/퇪]Mll }ֺ I)~d^F`FRfxoIQ_|P Pz3{gkոs!J~ut1ǰ/bj䯘 d Uŷ =j{;gçPKN/ʤ?dHhw )^G]誮w1 -ܞ% (%%B;Ţj6 vM .Gdyd^r{\cVw֝#(LLiW" tהƺJY0qg%u#/C6#E}t2\&ɼ;Ŏ;-sVϒBdnz]CאA) 㿧l2péDI4ءJW"Av`yYn Pٶ Ϛh)$ˑG^,7gH Umh=\娯hSڭ5dm,RS|\4 0 *SYP {'rbKj{K\b%Ғ$JTFkFVm3K9{k^ B7}@`칰nHGwwzEgߐpnnّ+`9ĎhіZIoBQiJ}0A9w7y<'&LV=5(P!Go׶g9AMx6MOR\vg`n4a8Lp\Ie3HȣWO fnC$ʳn+DP&s)y"*H\*V 9.;db\0a5: 0\` @_JH.S@>: 1$RZ8vRXo 1_5MɞU,C, Nέ)2}(:a J4b/Jx!onzB5_joכ! -q9iRaŕZ*]JmS%tМ%,Z~ʠd3H'V!>Ea]KhkGes%f8`gX}7cz֭s)hqg%せEDh}Q%Zz Vy/ }BC@1P%'FP;6.H/Ǚ4W$͂ 5{5k%u=20yBdty~Hyg0 GZ0}:Cs(yl˓sğB QܓKQG?df"/7%:mU˽m0J";8 >2{6,˽V [l%b2KC=jix$t.5Bk_IS~H~9ia?;|/YDcx^0T\a޶[~f(`,ʊK @ybMi PמŴ@{Y *c'L~._1s99ie &{;\ZpΌu Dׁ^9MHJ>Nb;hM) 8:0FG |X^tcCgP1 & }e9; Zs*B_&k9iRHPOp2<:?ZY. (oCޣVCc,Ɨe1%ւJB?Z疟F o?At+m#e ^AE-vkPv]?${e(GKV? %0VUvh9L2pIהgԾyfh᭼ų {sp'N8M}?v!&~z%~{ 1f06? |X*BtU/'&!(' 5M 4ɛMStiUŗ^>iw #+@c\o:0zD*uDS]ybp5Ɓlv ϐpq@cUgm;i} ٰ^%7Ov:\ ([CZEH wVT &({&QˤB;c/MAu"IN(6;#IK @@V..<=|P}4T+6~_u,&@hNrwۖsˢǩ7[o{9cinv͈̈#@R"l?D8лn'MZK_Ѩ~ vZ(~Ը =”1$)X7$h9U$_rk0d7;Tg^(a,.\yYX ։F[ f>5U*u/{q9>N= Ռ%"_a@bDy&r7ĺۍ ދ\9zAb e8m3[s xѽ<;Wn4Z^wKDVn5F%catqb}nܪܬ8ﰹn ļeL ikY# FCɨhd夤"nVrr/ً$9`z{ნiu"L)Vgq+T.ID_a'/qb/qhE7E#\݁fk&S8ЭsWhUJ@m7Sɞs?G3uMR9mB1םi&bmmBZ +,T[kZ]F!z4|AwǃH,X| ՅR>> x`N2 )_) >e62L 9^KwTG Q(J ?JzcTO6:ر0ne*ǰ5;xL,3"^^ߚ vh B4^.z N'ŵiz*5g Uᐭ =$'l/0p~aG(p7UG0\j39 >p6(bvk$r`I;Ŵ ) ]@>@=w eR8tXt{jjdx;Apᎌe'{_PzOk0Y~YU]%7.ҟd֔[SR$/V?$<ξ 0"c(./#wvdC߷3 λz=q`,8=m6 *|{ O/S7,@<c5zkGYzDYŻ ^}ϻ\U (zd9Km2+eWTeߎAޚ[>E^8aUr &"l{ Y<&՘NH'ɷsuUݳ~!_O!r|a:ƥ<zVwD$?\Drr2Ŋ׉aOSe@[ c1^ H &sLjTKAS3uz L!k+wf^e'!Qb2f¿ҟ'Q)A N?gS29Ie~{AdʍW ;=or5Vl8Y`&\a'z޻NQ4yɡ/I7G*yW oj5)L X+'rP4* űM f5KpZTvowmfZp-g}.x,N4uۃ6Iͻ>ėϡkg?RxY,b}v}8tJJ%c #| 6; dY'+ouIfI+ oe;`^SFt(sxpsX̘]irLD0P\7}k}ЂFh|"f$Ry]Yj6~5OcMWHc{F t?*IGǏxhw9*<Q!38bv$d?YȃVuw"#n_c/3w%-Xфr%חqWD,E9MXt?uғw.9 =٠-VrCv $ eʕ5P]Ou@8dd|pYoc;S t!>; ;'O[&8.wKLjY9{ q$^ħLS62?_7і?l- mF,&q6=בy*uٷ_Ah;n~rJ!@mjR Dm 415Pɬ[1$Vbx+%oʁr;C8 }brLg:m2ԒIgm8YB M)(!R*w. \doJϡyTZ ŭw_.ZsFNyMq-=w=lE=(ߓr! {RCN_uӄYu;_+FS'18 sl|fɚ ,? ^Q9rwD$E0ɡ]X5/n+,ڇLU"YaM|UweB)o<*o[ɚIqnT-culKRJ!=A38xsz oT"g#I(>@,Q _ 3'3 qUN6H*\vDս]$_ptb?rñq\2t`6wp}R}"CS^vW2_?H# MUmnL“Ϋ:u6dQ 鳳 75l77o'2HSP8uIkA,PNt\J}ōI&њ*]`zI |x؅d-k۰.ڀb+2\U2A/aR7YyZ+D`HyteL CKa]1L@w|Wx֡l[:wdeLctLƋNwZޗAf xbƋEbH72"LKs7LjGwO{+9IcYXC%o)[ϾixOaL4:T :P_Ujm8r(zy2 &b6@a$,"/ }fL%6OJ6xF%*Bې0׃nBCyN6T0Fa??$} ?y/RB!p'KF%m< b):UgkN s[Npo pے<kMFnB3#dTIV\W($1ѹHIy6C1OZDʏZ/K+`čeĠ%A#r09X-֪r& f-}W.6l Z)K^es+MDga9`x/bW~ܑx| #9 o}KsUptdw Slt=&Jo^327Fq"`nVUihEyN,xFLLX"Wu˙[bg8CR9˟gf^^Xv͔cIIƮÂ,:B>b N>_(o{$Cz:a!ڕA D$PfbyH>%q ՛yDc˄N~⮁Plm]Ӑ/ S4Ni,-%in4@hnxً=#?mBZɕ^Q+N7D:k>h0 cbEYOGՉ&}03 a_ɜ-ƨY{'ikVsrtMAW HcsaBc¿w\=;+9H3Go% rR޸ȶmWL& p_CF$ ńlcw'fXjwx @w3טkL}JRċɗZQ?| 6h>I8X>Vf$s]0nG fN(y&Ns1Lt>]zc<БZj㦓%rr"p`4ˢ(B sUsÌMvTYΠ*eu ݿ&\TuLJiT6kjxn@]Ͳ?(&|Xaf[¬+\!|zKjLjX&gY.8DH|/`jRF+UInCG7nkl!:/܎⢧6??l0t =19X7 _oĥIht"}A#vMԔMzq&Y|P- Ġ͘葉֔&on<11B #fxv =5 ;6+(KK 9ƶBe^xٗF,FZe?8Q,=eRr%S_.] m7.Ti`lYS8Uñ/?L`d5?Ѹ^#T I*1?%'+nYm3ΚrI|.]*ZȏzrQ Ek;#VZ=7Am?Lj+[[K4^7eo;)CPs_],쇢Wq1!J|E8/])YJͣr΋XNt@TBFon܆gjѸ]w @J2>G|m 7N/3!ONeUΈ>Mg:1 Z漣":]K`FG c'R#e7p@`wZH^[Qlj"_ÃX7_(QIts9IGnğ6g7b>SlH "ּ0wW>L3V.GRd/XYC?񥴲GGq]ͺ2ݰKCτ8b $Jm8$r5r|;.1;"#J5`E?AGP$.<;mm{tV>4l8*dZ})QTbKAn,o/[˙5nz⥼/6.=[u+=axy*pݩ65_<@Ov&"@q":bb,~32z)bV:ޔI fɅSAKS#k5&Z5fGoV58>q>J06"5i9MsSW3O_rv i-' S^_kŰr*A".tOQ-GK+1$sV'@PZEvd:ܣE齶AHڟ]|<]*f%yלF ]\Yz(Dvt Vq_#NKtч =+^#r%&d6NԃkTt^4:/}܎P-讌<]WeVz\e,ǘfEM*+$$tjyh~RaN1/K׭>Fh % S"klwdnT)QKD[ZO,Pio * mΒc&wg2XtTla- _m:KwbM`T!m: kjLIP¯ƣֈ%[}ݢ,ӃFgZ.a | <6VUGT5WV؀K!gɎyץNz302dݴJ zxp[hnob;NV_t2ϰ(*aNOV:wtڣfX$aWvq J J+ʚ{Utwh;8=̋GDuq {%fP*ӕLBWkժ^PoL3*n&SwHݥ9Yp;[߆|, )*jQv8^jln 3胊e]5/[ݸK,v8G?Bu~ kd=a#VByr jrT}yǿ]k!9TOs>,CvK"2"SK *a4PqZAn_\e䫓*̍EV5vg[ ?V%3…@KRu7A.9r؎ϰ9X~1ƊOhhb1BU¹j+bpC{(wJrp eC gv"@& Σa ff.nw#VdY XP>rdQ$}QSNC|`ʘ5NvNwPHw>bjT:l(djF~Hqe e~g3p qon,%:%_z18^c$&5òkIHO"-KH'9 PX[c ύk]唉bawp6ߔ80#vF0J'!^ھu:8ye#pRG5#پvꀽƒT[PGhbkġ[n%|yhVͰMcl כxo4q܁sB61m2!L>9?=4@exO=~d-f؈9=1 nseQ"+ =W[,B+͸vx+"O @#{_LL傰4w$3I^*jgF)!|XElo@L**/fܳ<GU8K9L9",0 a #_t*G.fg|a>ɍfnoHz[zDaaU&M2iI,Ep2<}sH9OZ ⹣hrЙrHuzYAlDC#7 鈄]8X%K\H,;3+Ъˌ'n;U]bT^Q) ^4<1&›?X&  7p%B=sIohx,9J+sUl $&ؚr`[oBUsӂMaKʞ͎W[)8;n]P c4*̽Z ;5 }rxE;)d{{>< #[VvU  r1#^Y\$]9 ]$AШk1'AcPK ɮ0m{!:qyqwء}/  `{(R3Kvi9Q53GcԥWւ;P#oBU&3aR:˟>U!oՄ2(IBf\pe']Gr%ñ3Vޮ`G 2ldO GG1Č}y1b vjq{2r ܵ_ ?go'KʘOk)KzMtc5)JUtyHΰX7\Ii̯3Ʋ#:gk-,/eVday45XTzN>kB7e-mO}>VY"Q){ <\zG2qO-w=t"pS܎ ~E,wTKJRxBARގ(Oho۫"a'퓆"@x? bV`T}eb±휗pL\Ɯ=9 u\PA/IRD,h+|;R&|`\oUA2Da )uht unFaf ]5itRܐNa~0C74ꑁ"dHp~ƹZ5vb(@ql1?X pבgXv tTfs'rJZx΋g?\"('jlڽQ+RN 6e]/ 4KcAlbrpi#}(X#mVW>F"0Gx)ⵁDyf2oyu( [S~P0@mw3eՌ`7lzhN6[6͈X2}UHz}4Fg<"OfPBdJJd, <*49 M9\*T:5o*,ZBT5cȷ;b@i˥/(<R Z(@Q"p#Za$b(NW _ld@UsȡQ˝VZ Fl$oQj0@ϝГJaF[2fZ;95 *PU""x'/7N'$GbjFћdT@+)|@O37/f0ْ/}87.mV;j;OY-dx4%T ~tb`  6Mn+y+*Sn :ǝ4u= R8< ]·$M҇3)a9WYo7$f*3[(\ ;NqZ4qAviţ#rS%`jyJ[γ8S @ G`־ 汀2&^WOt9]_voO34wp􈔿t-h[bwYP:)ڌ<ÙədclTm@ i0'Th=CzVN 0w 5K@nfTxSn ; [ $Ќ֦[ S]tSԯ?];pɐ.WgF$codJ(T3ǩ~y{ǻUo",x ]Q,uaY)m⥔L IcuC}kώ%Yk21<R'kqOiZ*KGQ=n,φ mf_>ؑ͋z Aթ%Mć{K穔,G lRtV֑Î fKYܓ!N*]6X00I)PS`f&F AC|p1$LJ?xtѻ;ph6;, %Zx{p[T֋@KZ'!u' iOn̒}L ÈY$#;$e7)d6x>fA^z3A,u [ ~KNnP~|v˜ޤZWc"rEٔ/pqe 1/a ~TGPVr6m mz=Oo]!i4@!Xo.͛_U _Ք|z9T؅ygৈ$3(8,)ϡ]NN bd%Ągfh_q1m54cuPS/'P\M\g԰?Gx)mzuՅfu8dH\QG;dl(LRʅ쟵x(e0uJÝʏ"f]:<˶xoѠ`as\ahkd伤Dg2y}`=wo˙LP3'Er&JWs,eپMW8Ri>ԶV)OW7Xaƙ`uF=AٿUm{$֒nشZV-HB[" ,j#՟jY7rpFF?a.#!wH}X!)15!bLvb Le  +|s3Xlk 8x"g>:΀;訴C_MEehk;(V* rBkQCD#8ZrH=](GQi=T"jn>˛6i .R\3^f jwؚa1d2dtÙte%35SE +p}z|{$r\>%<'rLPc;ي>M(Vo *^?9ƻ~d&,.6Ji0vTA{M ĸ9[ʴ抏ɵ徎:5ZpiR8);|dC9\/Tc2EŠ@RuYjbkq@X_@aޗUhE$u1덙K-0Wx<:gh5xQK]?;5.QǍ%[(8v aҮ V3Y-]# Esl; Qw@O?7Hlz\[F Wr*<'cІۣ6 lQ.Oˋy©8M874/cR.)EKn;fN$tJ}' JR?}H8`/*7{#c7}bo Frx~.d(&^qQ,B"lsCRS ӻ|z3#Fo̫TK.M1N- _4\nѹXJ{Z fUFEJ7 %Q 3ƖЀgFɆfDXq֬̅׶^~aݎDH lѓ}z%OE9'xukɕUz g!>jSEB4t ڭ'jJ+tkZ5t`8hK7<`(#,Ԍ'ѣ!,rTEUF̰qp_-_hM1.E c}> :?>p ȼKL]Ejm2!yWb\?D#:qR",7LPj](i(/:2e~Udx] ҄Z>évl{ nM-1E2,M,d۞3,,S QM[49n҈f NbS{H sv0.a`/A== !Ro Aw+:$oN#S*P%gYO ɍH+ֿ1kŐ,hGGh밍p'eR֊eV|Pf*;jG$N'hDѯ9ЀaAv/ZgU+P&Ɖ?lZW"S-a%4c>nf C5ρvh2 _@QVb;P J%4illj8 aD[2 hXa36U G໶ Ed N/EF,0`pN;74l: S}@ CgOvylyL:bu]6ܻɗ5P4ׄJi"B2z ̈́~$ziԗ9j3hR#fFM|56QqkSQeL]f\ qln7p*80y8H--Jvfh`Ƌ9~ C+yhGʟpMo_^?{O~ɲ2X-<=G&>\v~~q'5*QE&x?-`|0S/^ J~J<6@7Ydtعj*ϻ3Q)}5(4!Wfm߿VWW~TWqه h˗%CWQMbmEp"ʦۘh؇a"@?ӫfL@}7IeoWI;%;>VaO#hƱW~{!jzeUyjn#onUyS4w\oW_{ԑ}g|פ[l#̲-gj CF5Sk|VQ=H汇m>~{qWWzDu'~2|MGTSڝ~]DUPXJNO`$A@aAchQЌ{"5h1J."}!DŒSE GRxۖHÝ|_Z5:`PAb`I]{M#O>I}8Y=.q 1vQN5(yA~Ozl )QM;|<Fnx:,#wQ]˚1T`]@3jb lZC7t>*h&`{ YNݽew :<(k؜'*SsmJj%(S2=sl9q)6рcb~}8nV`=~7XTa*G=H78Ds"=&C $ҮUڌv2L2>*^G~~F9)]]f_3MU kːO z'l7.% 8qrŠblvݗ]eJヾX7ai:s;D,GL^ Qnv~r.܅')2lqC7l|3tA lAd%Bsa \Vxh텄FyL/LjCJOŷXe*^&% $8:Ꜧxh= ۆ*NM]Xz?i}@Tge%s`k*o[I 2xdTd dx!$5SZ#:dЬ21̩ mNwR 5.[{d9aGҝ[]S\l%V9 N:!14pti/ITY)Ǐ\VC讲q|8ι~ˏ6 +c1}h`g9 *GIt[voOOKDUI ,^ahqnn0-9[U/oSO\`;OK CZe%F`ODO6S-Y TgԢ|HlF4U_3n U*̈2d./Gz j%Xg\[Gu#I?$&A1jB2]'VTCw-l^:y)*GF5[8=m쿻g Ki\FG?-txӯVt(I'vy~ 6ٹ&!j6zǽkb 哝a+Llj:)F*B" SLan ̰ywd*wfC6LmeCFTTf]7G%Nun5tUaG=|hԥB+cbS(599ŔbCLC6)E]@!?] /xTIyGɔ,3OƝ/VVc;U˅FkJprxM#א,o(Գ{am2~hZt|,j"D:*<9qJ "S̀Q1[=V4B }.OVf;}l-WE& N ,[8Xɥ{El֎)5u;ͬ1O3EȃG{lYj I͟y04W{bT76),B>.4> r bwGt/)̑&WF#pS*|}=-o θnV@>1B9ʡHA *b9XȀH3K\pQUsb~ <|a.d=ʵd!`0dQ%\X`Mk\n/{O&aڛ}<`S4^XҴ0>ūGgIO|jmC jeIV8[]!V=Q˕)i k^?jnAXߝ EqJש(>fB0+ 15n]f1A`%ASDAǼj΁ٰWGMїAJ;b&+EnXqv2܁9m_Y{nmd MHh$[l Vj6]d#8~'л2еV05]z pN:'0؞ +E?}[By+"ה▀c=5A4T y~Z"gע`D3gxYی0 Eu^[BלU%uu.j`=f,B? ĢmUI, Ecg^QRpE|!aA bv, M/>sqfչk3L !f|ጅƉЂAnHҧӄouZ|rpk6VlU]C('u"d~<֙Ѐ x^Qw/xm4%KEOFY/+{uŻ۶A O@anWep-+kXQߋCSA(^ySz^[-:S=6䏪h'-+!N.RHwvKt^n_G{C~Ē!t0sT[Qg]I`4g`搷cԣGT<ްk%Z cȩkD-?b;g!D/5O ZJ}#Q:h{ǰJX= O/ k ۛBynx4p?L ;B7ց36DY,!'z1^&xDz"qNףYmscqO>,6mTW4Ms+:`ˀeeeOK[m"SY:TIUXMp3! KekOHF KH S> 𾝿cyy@C,< Zhɐr50/횻FC o~JgriykON=$#P6LkytwI#j$[CW7onu+F}#W+vHc FE$ sj# m uldX <'@;#U5E4sR3X^gF  dvʼ.fw-lյZ]e8%u OF*VAp_a`?ҘOl4kIw+VgVúb:/%FqM+6nJ)k_,).} Xf7TIU+3eon~WOUT2Oa>"#v k/[PݲPT `>r).AbMVtjK5g|,JP%L<ek,,h4Ptz-~'K'9۩$ySg"[s1ă2э"D\ _1FY)A&+ZXLzԉTpkb.gW3}]Nb*^TMX|ksC.X>*pбu rJuÒEv~uИ\6!; ս5M3OO|wzAOT;&H4jxIyA咖@cRN, tiDCtgiPi`F?S pg}Ub`I/7*1mu6f(2<" @UX : \ 2{$kw+=\Piԟɰ=)'"2xu-ZH㩮:!Cks:1rp6k - @ l%"4ףr |7@>roE`vIlv~#ja`U-0 =$"삥  Md\&0 &99 T[. 559!+q6k(Ov!v^10m{ R$ v^u0q (ESٕ_m"4Asɕ730IuYHh^H`U[8*]bNawݥaZw,Jkż?\82Lԭ!]1ʕM]عht4 5}2 85#{C%mS3G R\݆e!8cyh.˶{_*!S#qai;djw|8ƺY5YýrO!9Ǭ(h8Yyޫڗ#煏nrCFEnVS,o*7Yy JDjԾ/GolZ%LOi5[h{,3ʅzj!>nF!p,q8w D1Ú8jZp:<]'uӻ{2sH[#__ v&LyOUlIڟƈ0sNĎ/z[e)n2 Вs#d :׫ h hmGOxa) umF9ɻU|sҷ<}kifb/Fj;>cNK%};IQJJO! !ruWxIHf}َ/hYЃ1e)/ܪ`֖"s!ؗH \$8^Tr1uS.8+$rA;yfc"S2MC۲a^ʤS+Q(5 jCN Or} rB5=eߴxJs h4AF ;/[mvZ-nmϰؼN7 #1S))#ׂz C7k!1k:t^|nxܥR<1/Oۿ1`4Z٨]25W4;/(vߕF r )Rg*t$*7-:l~+#g㤶kgڳl;z-l>F>=А6v`zIij&D%ebZ׷w&(̩0P1~%PO4){Nq:QNKdڠ?1+*NZMVDbHy.G+\Hi@ti$([+g ߲N_`Qc65W:̏kLKSMSBbxpo)|dZ)qbmΙu@(قIv 32}wX^A552w* m-~XS[ɮ|S~}OazXkSkd.fkoUbʙ>Vw~fJ/8t1T?p"QvzQjiϘ;_r| C~BO, l^NSvJ?〄@9Gҿ6@S<"lu}h 5_P>fHlH~I,4HcOTEJzQPJNl}v2$yJ)7G&Ԕb;FI;+ ~႟%w1TZoUHyBm~C^=L}-8-18!g 򆇦^A RE2p*`_i:Z`jsCƻ@0fjlk^0FU/dCɖ^L79>jM}+2 ;c_a,eޥpCa%sB~Dky tWL2[g>ը Iv5^? ədlmX/Rd7a /RGA.n/g#CHB,'VC:L68džs?w,ك'a* {ȧzyRJEeACγ)>{d"W+ẎȞlٗnԉg&ԏELBd~-7$?W+HI̔6ϝzo"zzyA qr,/t" 8q}ʯBse7.E )k鍽G (pɯo)yBHn<昫OCV g&6Y:7-HI>һ{Prl֒<0L)O.0~C1 ƽRׄA;=WCWB>Ǡ1o!!/`z@v + 0~ik6q%T1jTҷ%|evéjڐ kDI;a+ϕsϢM^Px1JO~fz`QF7Kk:AA&㱼 /> >zxn {˂tµBs1KMmN0!1ℚ*,_䔺ھ3A#!@Oh,*D=Z6֮C"ؼua[n7ݬlf%fǒ5 MҢܑ!+Ww6ϨTIP+;|N!\-_E7Dc#AsC /6b3>c+tJwVii{T K`π/2ɻݏ[A aWIۛ|_]~hG'f~}Dzph;q/uRz $Ie'-֌V-1 4Ol,Zza)LBE q鮒KSv ;o6\)~8ihǒ5tjQgW^C_)xB|HT&ތb]I2=-ڛ˄PM&"a^Ц>=<϶<8[=ѫΏձ/HA qsFwͤOC#XZ .hcFXP)S ,!'N=wՍLjE BEvc]HtXg5)Gi5!;<@Pq$Ћ 5bXp8f; o+*OYy8[w;؁%[؜I}_iޠ D-?CI) (}]4>`WԹ/$O>;w@"=DA܈pZ. ?_HY^&[ f~OB+xT!j!@3'Xs\UoV69( &,pSBD{BmBTZsj(2 N;ws=>:^ٟ-洭=sz$xLڑbKYr,<@K 1; GcS D HAMI^p#4_Vrj@d l $rP;׍ONȧdf ꑵ`8xGqΨ=eiVy>Pu}>rO-kt~X폟ӂ]ao| VR43BeB\z .JY% ߴON&#Ϊ yKHmS^\,o|yN))2KwDaFB:+Nͯ99BMO|r&.vUel gXTD*=vJ+05PY nw62~ںE%|7RgD>#{f]JhřJ(*j8$Mzsh%x# ;o>9xOXHcJkvIYz}InT~l".0֑2$M& -qӖ sGwnCs/Tv{+hsI.9,c0bZh֠A>>C4#KS徑&ސU) ckЗKW1܂ خM|n2EׁAp 9u<82?JpR|5GMyLbk$MУE(Ý+KRSlA B` R4* ;e`U׃OD@o#&oC`db`f.~+0楄K7,x-~26bb@Xc$æ`9Sd.4xc=H1iRp߽$ ~R;j`\VoM >ukyciV`v~>^',ߔ 7aq̒f7Y}M)6&jl-*=d ]u=:h\K/Prko+t:Jn Xz̟'[H?,vngc{.(-b'6[X@50MCBi0|1ySirl0φUj ogւ{CV.EwO, x3ynZuH WK%4 .żV~½M:5yܿ[eqM:DIeVυJ>)b?j{U#_?3mu~IT:TT&}"SUn,U[s,m,rdPvmp.tm=qS>1G@Bz܋=:?瘰(WjӈFXUApb'5x\z{coYk{ 1lQ\GY&_=ݽqFt[A!G 062t{1zcცZh[B%k+_X&tW>g)L K3":yTꕻ D+UQ&9+Q _hE , :gz,7oi+nSrʪL EۑƠ̰㤢zxKJmŇFQW#"ge7o6R~n ]g1lN莥_;K\H]1AS˲}4wywjL |ɍJ(WD:4t*c؞ppSCV \_ZL!ٍ3/!BH{ T::S`7j& q Q`30%v3[Hנwy=6Sq1kf U fR=*pJjqy[m{]"0p2zymĻz[Pٹ 楅N ܑD1 9g"vt {n)70&2kNŏak.| | yѦ(^2Hb6oJ:%`8.uE,iu`=y9ωjNBnwqy7ۇ%1d̛v-:.]HtBB WtΌX1M"ٸaIꍧ>0DYbGN[95BDwnN+z#VqtAόRo6Yqyr23MS.͚ZȤz{{|All_fQ*5{ۮ(=Ǯu2|B8/zĈ n${ZNsx:' >4ƶe"'r G2֝b rP5kH5HL{wXap qw^XQp3kʤ#ilTh=QΩ~S ώ ]r/2"NХDs 41h=5čm!.7=B{4Szvmbf)34 ,kçAN'/v~$H'C*OL PW;f+byRk3B Ӛ ())jH7kh,QYO'b7P,8cb1ۛDSd|D=_ja;~peK[нv/z1dԱ[ H%V*egvqCai! Gt y;BJ*ZiWk!FA--R3~O-fاioYS]}e(q4ZAiؓgd'.~ga{8F:GHl{}τW~ad'rV4Ɂڬhѕ`t׻`*~p؁pD<SPʭJ>ųM.0 Ҵ ɳT3uQiٔ;C&5={3wNj6di]q "+U3Y8`n V2pp).GE7 숂?79YzbiJ+'aV&D8D3jYЃE]!-u`,{fh\{v*o7sv|ǩO9D Cʡ#w mam3?fIǒXL$70JIOj 7X{+ b\dOK)gpa{~YAj<Bd7; 6LN/aS `.*@ ^t5#TwI p&ȳ"fe \c{ WCʏW8C6~S]OVaD(&r. hgu=@4Ue=/x#6 Юv*G+O8ZS8viMCsW|fo Yb`T*\ Ck-ӺPS*dSt{Hc6aWeBi+]N7g\MLHfحo~ G-UM~52ըa"NqΣ6CŇ VV"9 aYfTKaх۲tω #"v;gl֨1m&Vǁ:\-hy_ΎMqP }o9ҲkMU_-/wjkÒʦS) Ez )S tixG/ п8vPWAoA5PڴZ)YR@Jl!no0?gJdh( y(,XDˋD/_zyr GW?GXicI~I_M S!zBLAzwW%.\ĕZe*bV-IpbծUV][^ˉ |_4bG\\}X 2^UΒ*WkญZ$騂2+=U<"*{厺$A‰Q9n1fJĬY qnױ=1%Xr2tF"`f^F CƗFQ2(Nc Iz:ؘ=C6|]X[΋>]BCQBd*nf-8niîr(a4MHBF*_=J^n"P/wـ79bRd9lk_dȀU0S[%.K/徭8FLض%Aő3r˺,PӋ,q|c7 dOeb9t2Qֳ~dIP&w ($El׆n99NՁP$K2 Ŝ2 gVmeZSNg ?TLL2=TI2HXDQl()!1\owBpF!pNo9^+I-qI*T(q ie5|+man`N\=K9{x(|{`D`nlSW 't~Za%Nޗ+N_{bt{yd~2O1jS#aC0s|*Tx-&F7X Ek ~SG1]64qcU>#d()慽/ vS_0] {OX(vD t/m/ԉaǟCQo@.4:^+JI/0k>l{+u(g0CopAn"Bl8yLwjϷgrp@v7^A-E! ۡg#'L 82LCEuHg5X@J\RFt`. @ Sޝpwsп- l=б곕pE.F{#`}IuFS&5;Zm_feYKP~TV'<[UH$Rd[͆0b{Whs3ŀP!Hyks =dCXy"wrhme6;'%hJZ !.tg R2'F ekx0 X>5ePfm053Vo w19p~dOR~U"215F/ xב kS >I⥪={ږ>둟=N#Ja x͗5X܂`QG nEIV?QTZҍ7]0{l;3. | tk$jsmJظM2-|5;%.p)ojO tRFMqeJZ%)&nw޸KYa@ Q+w s/WYe;F95Z˫B3':bDvOŁdDZKpz7%qXsLswe2Gfz uK=)u' x,E!0 \A`v''2antfІyƼoZ$?b>I) 2.acc{qg@ǽj%j}emD | zBpfHT lj3w\6XW&׆6E cP93S <&UM{8iHP{G2`å%s`64؇~NI%ӯ(%cT (u wܬtjC%K_d3^C.p<4퇸gӡmaɝ?SwOP A,xr?||tq(ap~DsiiҬaZw'Ud*6`[u]/LJ(I!^R ;")dDE"o[Uow:\bnY}d>\d Qɨk^9tsq/Y'59šs`9ooG@G콯Y36pL5O/1$ԧ BcIWnN'*(MMu**jXEA<7ћ^SɖqNΣ~Z aJafTD%4ΕЂtoŽd o7;3m:rtYhG=.*H,vŒ z!mYř&_``lV:IfA0?،Q[2My)d[:~ٞHPv_ )~H5*_,Qa7t ཤ)]@ DȘ9z 9FzJ6T&(_Ux)}Siа-j'EYf ޛ1XZxv@%ȇS"R]9BWq ϥ4fN6x-]7?aUUUjݽ>^ (1WTZC)GJk}S&7x)]O[}JO'iNKiW/G@fY*R)>wj tZQ&\G0!ɤm,Zc.o ei 'OgO (ҏ(#*?QWs2u$7.SV!xp l'R$lknpM¤g jMvU|CsdwHcy>fPcR񬄪pM$hJhTid4R?> Re7 V+ȧS w0){+A Q_U<][S ^*cݏYx>=DKJ~|Qo*Lv4@=./;/F́d6tT~^\^ yc0CLA*& 9"v-R.بk(3 p׈d$=O4 jg.aM/eqKYSm;*Ʌ3g_$ƀ_z*F0&bgYu"]:T$fGrJqbRYyz6{'BY`e]_&@" ϲ6.gEFh]4ߒ56(iv /^ -M២FsciVWc5`hZc[8 {udU~:ִ ubVZp 9tF%dcw)%`l}t~w60 ;O޴fsfS /v@ g$!lÝ냔Q yJm?rRR(֌[nBHI?!~_81'8 .!%۠& )b=U!BƇ_iTcCՂٟ C]=7a c;z!H򖡅;wjșF]Rr9TE@nڦ/|p5]ugNK;T(tRx'}pCg}oOԓ_T®Y;)0d+ 9b KOr&l1=G5(ACu5 wz\ˠӍ"̅;Kn Sx6buWK\T-Q:/ђ2FB׈axN2ޅ %`H9ʠ o2"O¬{_V̑9}%CH%L` 2rܠy*^G %ו:?}mm]-ϒq7HGuƺ O}U1|̰J{DC&hjW+-#ppK{I,\2:Owܢ鬵YaÝ ַTFn?{`X_1TPeL>dGٗiL%(-wKբΛ0;LlfL]'nrtĐǑ]fT@<ĭIVS,ѥ=V"} '6]VTRX!NvcEYQyeOڕ_<*viv@I{3#ۈu .B"}Ŗ#,*Әh! .'rͿ %K,ct As=HVL%I}^#@КG1 2ī|Og29F%Xrۡ 4 eqUʻr8{e\kA[@B.weg56?nVP_-6\OfZ }F )⅔F@9ʧ:+[xAg`EJ(s1{1L7(pc,TG?G%ʒ[M(DJSow]ɁoKEM)OzJIEl*w 2*"&$F.[Y#iW 1YKMt@ tz `wn-t@pFJ]˔&=.fM>Lj1&Ƈ۬Q=#:o|g-ZـzjgK6p7uCTpk~_Ň!Mge9HFTI Ed\twfb+ (G| yD_䩳*˳a. <^ };ڶ De??xWD+ G1" 'ttӔC. aq ;KBhً|lv ef?-:V }e"/(ؙfSdہV `Jv+96i:ƍ4fPklE #@&gwgwg;>PyTfSQ0FH_iYF2`_3,_rAaw9 I9r)wQwR67Z8Xe3Xxqc719"Eչ[ZT-Pk<@x\_M#^0]R7_WA۸7lQ7 ƃ-Jz`X9Wk",:}|ν`DK!aKGS1}Gzؙ4`^0o8Ed}(O76,mѵbktA2ןGy^d p͍09fSkz JֶF;߼Pgk#+"kev[$E$,luecol*k .M7dH; Dx Bt1lC)" xÛ yrFPh.*MF&؆: |KqZrY_2 zA#`q̺0NX*8G6C-SRhXWvfa7ɄSKG9K 8d%҉mc\x8UgU ~Bx|jY5N?2dzO:6\돔ԓ0Gt xu,á[~k3B wh𳮛#|~M)9s[cI0i TK*j XMpi.ch9vNȜ吨s5 7{i0/Uit4Hl2GUK[.V u ,s(͹&ӤzZSaFj[NP^LB —9@Zfx\^@cƳ}y͢;vA>D= .cTjQc7Z$W HG%OF@=2Yw¦R!˚q:UM "]kM2zYuZd?IIjU$ꥄ$6H Wr񞹒ZIWƛ$BFbV .¤4<7_I X?CR'{Ks͗+Ú@C`("E︭|0 e(NC 1scrI!\ąeN|+6))Ә7 o9;U/f[@*OU` D_]X!5gB:$P>`7$X{L|KǸh 5jnB yZIVAr.FfoKҞRӨ )EC 氫]BًD[ʩw?η"a'&g{x#fs0pWJR}ƓL;mԌDN&gοeCqLڮdLw^\E8h'Ɉp1>+IyWi ?!TȺvC$[[nڒب sq Beʉ⟗@6δۦz<<5PnpN)iL͇&_ſnQcxĹ' :9 (MzkmiyGb,6Fculj M3LSmc 3_\KY\|% +f1辰@G~x:cQmMQ-a/UH4t;&̤ )F$1iх,R&%8%pm!oUTR3msfۢ_K%q$;Ou^ oyʳ}UΤr f%8A ʼnˍ2\:m&xmTF| ߩ%uv"n Ǡ45!.H,Ԙ{%,<Hv|z768- >hl,Zˋ%kCwoBf0fc <1|Jf6hO!'-m*-FNJCU8?O݁GƲ%$i^!*S)~ۈE]j1&a ,!qVCå"# TPiMtut^eLކbjU7s藯Fb490~ 7pְK:1Fx TV7mQ-Dp6UI[H9Y[a!pAUAܥ%ݕϖ8+Ӟ-β؛!]]Q`,&-ΘԱ#aJ];3 9kZp{"Ȅ!zIݞ=Ena9qo>4˞q%N| ݩɕC.mZbe[NVE\4SvQʅk3A|ֈx97Bu! *&f Ut'ƨIfk. =\0_S.E +D^Eŏ޲ f RnϙfѷK/G6hŒʊ;McUO.nxqGI1֋+1> (I7,PZعg7@3_fgw32e!&D_?7ޓ(~ZW (Ͱq'Qn>s2j.HښG6xC #"d['ϯƞ -F%fktSxbim(W,LwaAQVJҥ1/P?Xv~uC ܯX.@>_>1hE28*3gqgna*oB1T>Nk(!QE6=P50YGsOaZby`b{1Wج6P޶? u!"iez5s%Ha*b᰹a ] }`Oc8u?IdQ!cAJI#la*ڡ'_ej8]d%ͷJ-cyI͸=8MFF9{"(Z8r\j%gV,Qu#Xtz,jCԋ1FQNjR:o6#NQ`wU!]vFiz] gވ5Kɕ|F|vhD>=p)W;]}tԈ28v.0|(|kPpmhSY.8Q7Cu aG+7uɕ"}})HggBe\E*F[j[O\wDV L;om0cĶl\q3)T')EQ:o#-8XHЕ^Lnzҥ* 88˼󮮩V᫛7˝mjH-zX R{=WRQ 8>&qv0Yf?\(ʣJ톲aQ\O8ѱoݒʳiˎ$~epeEsΠ@{-[hJyan@B"1;do,b/Fub̂8)GqUs{ޗЎgX6AI &UuQ7 ҁ#ѵnr^X 9\[65 civVXs^ K2p_e1J,'kw3cU8J`s$mЃ~ܽ#UQ(<%& { uaGuAO" XTgԚ (kպoZNV;Mt7k5H!&'ٽvݞd2ʌ(PyUҘO2yG'ݱ&& Pv͚C$npR3],5\&E^CccLa}fBR ݕP^Rk--{i<.U[vxW`1 Uۧn瞮A&mp~g@uMxmgaj|-|P|MA䉒~# bG҉WkS\$xHÍ'7阑wvr:06q_{al l  2(0Xdn:&Fc LʨNݦ_ј)PL>)W$=xk٤$`[Ezr$f=c둏/t`bs˧' Gj @g@F @?Ʒ,#"0xHѧasV@X@`A g8GxB])R=b:"$4e o[N#'ivys͢pf`ϦۀKGB !=5il-RƧ},P 9} 9-d"msz%R3xۛ-Mr,m8?~*#@Wc5 ވqߙN{1D8ū а]y5j*a5"$ 4f:ub̶X W0#YC`tTs8BG=u%H`(&-/Fʃ_ 9k>9ۖX8GB3JC0PH[IuXg) txx Uu@W5õ߆ߦMns[kXn|.vX3 :B"0;ߟbn,kKY=(`a<$neclVT'c qA$ B~m)zXqGBc:} dC8N7K/'x2FFg[A̢Sm$#R͇ZCwZL.X)OfJoBA\q旅KAE@5dgoi6z[ H W+HQ_Gldyq$/GC|M3uRFbNO(ݠ3"D7Tˡ(K8z[i5ߒ ;иӗ_p&J-澛3%NB*q TwAB2,mm|b+^C$6hR6%HO/VfC/ enס!x^q3x>OLa:tW]`kOM!CTȩa[f iZR⟛} O|9^% ?>h0_edzsяndFun+rҔn,ګ[0AA6~l|Y?7?Xa4!N+UPߛmNZ$کL6yIhfbggCrpjhho( GonFҶ+ԕ2ֆ*Ϛ3׆0PRe97c62n 4: juՇ-ʖFF ^"~MEld7i7D0 58FwQ-}!旇'~{Vna rKŜ` -3_q;~󧪑(znyK7u٬QӬi!Gw}KDj @fa ߐ; N _VAt08c›W7)g Uq t%躪 Ilϵ=O,MH[&½rDJ!QP}9ꌐB^ͼq R\*:"a$(c `58dK N1x7f~;vi-%q$ٟgPCۤ8 +bM$0;WW&|v 6>f kme](w9KIӃd4cb'(uLiY<%U)ki/ϱL_}߲ _8V(%.˕@ڰK~:6 GH)}S@GZ RwD]9`>ySڽK/הz 1yv8>ӧtBhgd(咬t hn䲏PpS%+PLy9Hz袐)N$`T6RptlS:k5"Zd =ƛq3)bθ9)^y(JWȗퟱH潗$UP78Q2*$-<QF{Cd %,MXwΡQH|kh7cgFZPtxq内*N;u}z.b_DθKUke1*a\SuPm?PqV0vXB& ,JC,Aignqg`VH7<4g'G6K% {O4 3=Rgq| 3! kXZԆZOta|@vc=dQ!(o7EfP)B~FP<GwySuyryVx݇6L5c)x$0.k5:ӝ4 O;Qq8Mv$]ɡæ#^%* phm,SG+ѥPd Jt3NÂC9qc+qW7qt6~L]mNݥ' LGbN磵NTYv1k;E"~<=6 FP\iq(k=?IEZjE 0o>L)wzF]ہ qdQw?Uf~~Ok4[/]HUEczy-/c)i$\Rmr"PFN:HvfE^wDʊGk;:];IBD$Qw([ΪǺVr%LYɳRFnA ,)8t FOY:pNJin q*)L]s&2`8N{;2D!)\`<ͪ?\ o7?E7ʶCjjH~ZOP{V09Mh:%8uM.xfCea¦|oeTk0n3pYZ%P7e%I4 *h _ v}T 0L(p.ѾPڮ ?:A/Fb;j+# BAh7[^K >Z`v}eu.!J|Gt0Eȍa멲zjU<UcB/A D4k  q+Dx[A&v4sP3gհS`÷=P艟HЯ'QA{V@0s- @tHmR.Y#'U-~ eXXloKZі[dk}F_Z~jÎl^W6Dh6s|."bL/̶6AhZYCG٢fb-fjcCb?#,] cw͛@E.*w1#ijH b`f{ Qyl\8d 4 ,hANp[*Y9K$X.mFdjW';5DHЌO(r8`MT=жo tFMz%M,mvxyz (y;g&P {xUda ƺ3./IT*We"ykA'=>L[83;I5_G ٠$4 WXi1„}.T U#U. o z it]h7I*a|apLjxa;g{͟芢R"9٩7N;^Co""7Ffٟy1[-[{-uH?swn0Zx:#>EA-Ś8Ž~r/^.G.' +hEg(3n)GEJ->_Y3$Mgnu7}0< g/N1]enDAg{C.X̫r pRq\G>Dl%!j oCa1]1&S0O]MD죆s0 _n7Q 9H4*+Ȕ=GS=08)OE 1ĩZx1ByX!$-#W)g2~˵`ؙ7LԼG*Sʆ){2"%¸iWb~u#kBY3 L5lSR(N!2RPU)2stfHCw1W,0tVy0 f>n2<ŗ(2z! #7 =Ɠ7Cz>>pƆ^FY1ɛ B,:xPw/saÂxv:(녎4Mͧd[:jnZ`6\QFR];H_*ol۲k뗌ɠ 1TG1 ^uN%k-L̈SM敷rp&BϾH4Mv/8UP0uv*',;+ՂN #qP.U0C-wGy 2ǨfV 5kTY}IYsu^'~nrF\ȣ+dz<(ӈ D=6*l8tk5Kp 5s u)FLO@x_=M-A;ԴlV:d/z:d=T\[C1wҪ҂NRuR)3غ;)ȳ23T'_Qz^͛eu||hd-̻!ȤC+.CŴNP(YV)ltc< xBǎ_AJ~FOZH v[bZJ;&:6R3̙ pF%)6ZYƶϛr߾l<.z7q@ "u€VQ^[ 4{* `p%,gLve~ {X7LB3b` -o|"[`7tV:!b6WT@Cu!0 5KD$\^AJf jDd} 5osRL,kGx5{8ok!;Bac:Ma;K Ƞ@UWuA׋Ԇ(PEtd^0qR``ȨJL5#_\E* Ejptذvv#>H9wib nR蚎ٵbyR<&r  Yn YZ