PackageKit-1.2.4-150400.3.6.1<>,@c[ep9|/w:JRγSYbl&P(hW+,=Tz*oAP+jOCx elY\{_"e𝰤65kv`/ݳxZsr{atcAx`P0zA<dwIbace^_8q;}0TSG/ ]|;*61!ء,c@-=a}v]^Wr9Vl9B,D">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/E;]"k%aMscu/Gw{GpQ)1znEh6سf9bl̮wr" 4#{ssWQ(in66̜^d9Pq03_G3D1If<rHzO5{`LM%)/WM\8_lr*@k! $SR sefl(Pe^ Bգr@a(^IAH$ma4-f!b"UKm&1𼜛ED!!8sxJxlhzt5V+ 0,VgG0+f׵gՃy_ 'є-4-(*f{T*/~O9zpwM9)+Wrp WFj425; ~=-B{\f'ohc Ag}~*Ga& I`jȉj2s-erExýں5FzVd:UK7lgftV&"d]a4kڲ?mp97YYs;Fi}OI~ltlָ%RD>bTac] C{*U98)wWӘu`'t:CVG (w96ְ \17h2³'-C  w^fI6-O%}idl[~-rEC+\#* o鴣v/,3֗Gۦx/-Y>.1nsRMWXap7 —4oWB:!9^yILP. ~C8C%^V972+C/Ɉ_9փ% ucc9L0(lNԪιM3lou/nfؑ<̀۬&S [G3"0-rVa{\%1ȫL;Lk8d{"/p{PΚ?ot 2ax7 >6@bh"Y4OQ;[N }ER w tb·&O9E f1~ló+j+]msðsH:@5x˱fe[D,y2rMת|o;Uk $#Rozf[hًP['慛θOCG[ ]{@V#,J7he(SZ'Ƨ͏ĝ`=I9#>\Y>1Ϧ))uxW 4GokBnltt~r7d pv-Vt*F&n'HCҔV6[Ih0K/%e~o׽P1wTˏ<5Jz=p+^v^#c)+~gq^=}Od>X<(}0b"aUX x gSMMεQւ2(L^#˹, /s@ Z`K_ e`_c<ю0):gD)[ܻ;hֲgzMWĄ$v~YՆ.@"ufBg0dzxD2R*v)ck0[.Zc=״1EIGɈqȇp8 \*sA1q+dG:W lΊCj>Sѭ .PA*VIW^6ڱ[.4[w+(zxP.*u~4lAꍘ[XNĐH W8OShҀکQ9gx<6pj)gpi|(hǨq%8 1u8\ZXL)>JCǵ!4Pb8ߡADa2D?bímrb;òY2=E? o,AQ÷T:6 cKّ|<b 58Ot{FzU#m#c8y긙摷i$uYZ;i|Ŵþ:9~ X_;ɥ %x pv2`JeHLݭj8W eee>\ɪR|Y'K C.+_]B#BmxE4zDoc+nq5dp6p݃&wv5)ȱz%$c$ss:QwUG yEA> lgqv~ݯW2i`v\ЌrPq ZO <gYH~^^$euG|mn|`hpymWx~:#77xe(F m~ï>25tӄNfĬ X"!ޕ|"~`($_ya1E!K.G 6Ȑ4r%(&_촫9GS~k`pGIKΙ*r_EA7! f1/3n #F"[%6i"{rQM,H6ԁ&v( ;.eXĥ,0Iȥ;?rMO1oKtval>7PU-t\&ݺ6U~sWX4oCǩ5oM;,TWo 1%# |B.¼f'i@ JuB/yШL fiaՍOe|C|tʪa9I쇻Zg V=pրnX]ZKhl At_zd+xɶ+:TC:0'h<ܤbQ=pXvq/D+3f_vC~1!ظI^sgVc;p?gYp*.v]F E $NԵ,A"q-̉kps; ,dsm}{'Tt63I&mn l'MEQFE"9 iSuy$C@:}`Y57INv|bGbǺpA+cdCj j}b[A}"Ш+S>,&(inw7&A۪< DOk4S> 1:"Qz|ᦓ~A.k rrp/^(BuU(w[EШz@J+\onW;PrzDszvNXVUjӮЛp My#aҗ>xlJ`_$p5 _=;Ud.,GK.r{R ]tZBnǫmE22 OAz5V0]" 6?hBȘO']fqKg'#Ҩ[ZAg_ݓ/)7_uGBsR^P'}3gU[&,q1yx;Bne:%t霵 +81*&92|pG݋):$ zFzv啾'4Yå wН,[{P;֐ѢojªqORE^hw|ܮgB@ȫd!57 5*Qv7IشŔkr8 ele׼ԋS9H1r@msF|A;K1/a◤@]MnAGVOF+nν]`دP&#vs3a?duC\-cf{!ѥQ.1TGEi'Cȇ'QvwNaf/2`F |2#Lώ !@g2 ٷ:kK%4]af/}̌6Do)_+Eex_tbHΥasIQΖz R1Ҭn0)~jBbOIt+Q[!v_ qL I5~@=t*{ѓǑ244T#-'>Gzj~>>whT⨝:0/_0g%U2>lΈΒ,~ĥ?tDL;71JhbU |>ƨόF?iz&Cd9{̄/_ 2Rхbp3j17!'hDElPBIv!gN6IwVkV^'˗ f܇)*~Ǘ\<- Bme~篑EtVrNM"L5b([QT d} hKi`2 $Nqc17%2ӖYH".CўL"vﴓk 頖EIBsN|߆}8g$b/-{v*j5UR{!6FhF p] g2)N׉y.2PN{k>SGL^eu bQVVLUG 7t Յ)i IFUD{!mFN [q,]Sԧ;ޥSқUPD%2V5]z\# 3ab·? %] Au6*K[SɅ%PF&sddN2ZICDg 6FjI^Qe "=b,c K+Az"3r­w1H{ʧe>PKaiˊ+raylH*Q(q !,|1 m$c }*_~8zF*K7aʊ ۫(h tx8Ҙ,^ W 9}[8:"c RcLbu՘&U47hk- .i-?Ҏٚ~K*pZa7u276]?ci |>H+Ěц!VdOqcBҏqJ*i >ޏ%򵍸K8><^ŋu_wa"r{`s bmX r ÷ fo wՈnD1?yB3y|4d/߿< 4əlއY OF6տyJȷ QCW!~b] ,$ ]'?wg#',XoyV6mY~jG{3u=iDAF8MF2!y xMRxԋxsv]^b0{}iR Ȅd ?ԣkHClMN}34+lޚ6u qHlcI(ntRK˓AkHW_ߘ6y^QAgP9pel"LE _t_e|#5jMM/;WM'K2z}s#dim:8%So-.3IqaH{ -+#U#Ee"wt$棜!^-aGP}0C,2$O EFVnw~W:UA雧nBFP#ɤ8+3&a %t:)MCf/=x,1-HBBj"s'>mjXv28Yg@m `Krt$h=B(=l3BxRuza[{ew,VP\!D",M:St6 5f)(;p}q^z &-ɁIEi0ֺw| cK{%VhrTv럷hv9kmM`%LPuTB+Lz\ 'yܩ6ΐ&gq8/G7d@|X!R?N'4pz6䥢1.ʼn. }'[Psr+#Gߋ:ݚWRY% `L;ؠnæȶVӐ#3sަ۰> oɶv{.#s䣯Rlu, A?yEo'i_Y4F /\c/a._P@ܳxgjh~f\ep)Dm < ^M@ fz!RVnFsP>6>RE"Ev&a-W /ڧ #jjD]M5Z}c`fV|*} 2-U]p@>UUL-yw!ى E 6} ^_P])ԱmQ\ÿ,[T-j;n/umRbr?$]˟G4"T-E# u;y};ɡnګϻ5/8} ZtR0CCC4ef j\{[n1u3xv*!k=R3Ui!#o= O$kf/܀c㧕y'BR`Ud_´V!5zUN*Wv?!ޛᵢ [|N!ҕ~C^L X,߷ևgg nw}K SmI,n;N1(lA%*Zcރrҗ#We}XM\p, e릈qOOx52/x`kl/yNaxc4xA!H:.Ǎ76.`+0p\w+U(P< *p.!JT'~kF$"0$ $ƣb 3'o4Ve)7u\J=}yYj6kyS}$` V}4ef#RUD_XFLf` # t:{`(sf Hj.S 󘮛1ƪt'֎߼|R{Xޮ{bNdiRkXxl_%a~CRڢ`0 ~A%c%@ X'/*:6R #|ɼJu#ݑtEb ϶OxA#7HhIXwwքZz[1XevĞ1s|FNjT326ieΔorMX;T1;JiMbPۡw.\92p+eŧDވ: Z+QI_8 i:B]>&j@'d^/Hl٘#kZ\~ouX4;ۗ{螕R $]]I!,zd.h}8yU[O=\bWrI3=u6!}\nܢfvjeT,RO'Sִ4j*9NGq/$9;.4.+qD+3[Vخ}P>v%Y.u;. Тc`J*71USv.& 谼!"ׄǯhr[pip!Td.(N[X Iq%8m`JY8( x-moHa6ew?+i ܏U0 HYTܝ3\v*SnWSw>)A'!> .Ih%2V5#CD /T~>_ 5t~=i^pIj U#6`Uކe 96z+9JwGwnZ3h@؇)5+mNh,3(V]t-_13dIZ+CDE=yJzN-#YH;bRv^cJhLY1T;< ՚h*dŨF4"@&xFbn9nHV \:.5\zyg#!){O=g`KP@N,ׇT0x4UX-IPӶnV """}_1_JHA`k%4-^tBHw_osVR | v]6m3%}Z"R)A2-'`mtBO۩T`j[F +܊XxϢd 揱SO4xEehs<v TyMspo!xs3:rјo<9۞߾S ֬؊[DddH r\ȡ]A-AeCr'bOL^c̋b]v/qg^A ù bN M,4\Y3ǧiq^~ԣ˿U\ #4IOQٿ7Q9֏@zlxiB{Bfg ޛ}xbB5)c_.!Am=EDq!sLkB +dn2Q,I߭U0k2Z}0ymh$ 50uHӍ}'XH@NdwF>Ɵ+7R7YD&%{.tpYF) ؍zؘoc3Ě%Lr@J:QE;2\J 1&%\7H;"TQD}jaj9=`'~hr̾ ،BpG:ʽ=5qH RmYX%qF5@Gi'^Ҏ0CLv3t!3!_Ϊ{!UQ}unx92>M$e[UM;xqjV{Gt/c[u6e_*rNݘcR@!tٷ"_?%QY iMcV04[wQ0Lv49 ]r4̝HAC\w)@L-4WąӦm,sfYT1U`X0cu)_AROW?+!GxduqW@_SѵޏVACոtD%<+iNmߧ\u>|.Za:!w󂭅UFt/ɱA0UIdN؁#3/P2}۬geE?a YpeE${ msP/W`Nj㣸(\g镭ߥvo:/q{D>RLYXSi:חɚmGB1] 'bK~^lґ|}M{kٟkhSdgvV@mLRw/ 1v|"h1Ux˧VBAfzL'{  qWc{DCs?CMr( 2ȍy$(Ae[ H@ GJ X;)AAI@'#i 7-" H{<T5Z!Y(M>2*w–ӯʏiqwDߌR"+LM@=1dzFuRp=sSRSVj{ 3' U`k;"o3͍ e]`! iS,nO#n~7MrQf#((7MF;2MyaylΛ0kx@Q<üX&ltɣmM2noYQHh6PաO)Z_Nu+I'Di1OOY,J@( ֑O PCA+'<pG?v 7虦6pϴ`3x6C7^@K߂AC IaqS?lz FUlb|>/HV 8qI4JTVpɃ=,0Rs3̑|TkA숧B]ۍW~꛼aX~o;Ogig$6X\d\nC-cN|| OҲ-KQx*&SZ-=[$ʙ_Q9(>7_! r~ʾݜ+B2YAUloAd|k_SnZqExn!@<.^M) /l$y)3;_6r $v,˂~ݵX}w7>"]H|h:yFP{Q3lh3B.d `xY%9{bu 1|jP A =BR[x:i|;X#ykt|F5#;2"-xMVW 8;ޒz1[?(kf50sH%Ssɨi f(hݩ ˭ZfM`u!]҃*h3Y~#%JO-p@s.ΞPrw;}@'<:B6@i<`+L0:ٻEC0ʓgA0w?|לحAqNI[> %OR]O^cy-=UP6e$i&aĐ!4_>z SL_4"2ʨU s5Rн Me`(y x1{ͩ"*:J'V7To3x-9VjKh*C>@@'fc7I,N@ixHJl~OM2X؞"KxD,'J.g4~)\>V=j)/ƿ){L`Hi +E^Q맫B{%$ua*6].lX8Pg tevbכbŨڴ* e'-*l_RHA;I-YC}(ґF&ݥowm΂NMTjYma˒ZvhvR 0P<G."I\H}9!F1:N2pPhNF-[D ? R=֟r¢O) (lJjro:|0, n" ?5{taQYf|Lb5K{-Q"IDa^2\īK4gJvk\JV>cPSo4Ov/D|ݔljjց}5B$өkfs(hc e@nBF$a[4!KʂZh {ĝ-Hk'Ij ,C{P.LWwv(IpTYBæO=nj/2-_0"Vܻ7ER@~;ۭReq Fm2x{']NcUwgx V ~;8O)M9D7z` 2c}"MNJSW62mhi3kŸ<` i$++76 [[6_qd!Bx6(T] $0;Mh:[=#+ctxnwH52[j*PM]Y ըq:6i;G7ܗX(jty*<9t/9ݣHфL>QK{a!sII 8Vߵ){L?m4,_u@CiAm-nGLF¶BTYfɅ0J)Sd1bO>?#S-pQbOxʱjյᜉPdIPio?!-kjv 6Ҡ깓;q,+0,Wg4Nd@NUw9u]!}*~=* 60W+ڝ0[?C ؕv f!t} r"^ Ms *Zwq[tCzG=S4-MЋ~0fϝT=wS[{(3AjX߆č^\`~0ݏujɭFR_UAa"\aq3MU%a1zy`>[T-֧&g5 FK)[<\KT1]z53g ۉ׌!t1BM%!MBCDv*mmfsN9eJ61 ~ x߼T)/.qJR l/VK`S̥\@bG8*4^{fs@bU kqw"Ij`8~E n*8,ߢJw{- <*xê0|)eP1^z}U7x}tϧ~:oռ>l6hDj @/;]1zOe{pKƔduF.OSUaD9Έ}ұܻ4V (9GʰsgB%-)i; P`%a0d.F0AK'9fs ؤ3*e99(Ɗߔ;UWXRp `D KS|/YGj@$"05.9df9KKr?]cRN>y0- 6&{8:4 JEơ|  'X`]Rem` x+b-Cd lk]:D^'Xkbm"z3A mP8Y\B~,Ĺ. LeyyW˽,OHa߰ oٴ*u=Nʗf+\ԉ JM#BT!/~՘A$`*?iζّCVQFr#u;2 \VdZC^1jd"qO53H(<)c'-g.*RU&죃PފdZsK[PHLgs̏Z^vp>UAnͤOw_K #KBD]Au#wb8][W%RnK݆󺺏r @tBB5-UMZEa7y2t`^&qBS Z͞w=1@7Y!އdw3ldi+)Cr\pDLEaٴhO ax%.]%IzHX{3}1cQ\Sv' 5y61اDRMSQW@Hg٨ +͇t$+&)t % RAFh~7qG 领n?GWc;w\Wl b 7]g1dzS:]Ù ~N)$/ 07$g1۴,sPe&ʫ N2L]Vo+9Gbcc(BX0cgyD*M@[M?^x{?~h0w^W0_t'3>ap3%B  hN]R7v{YZihm)Yz'&ӞӪ`#^ډsX0O-NaY턀Bϙػ 2Mͫe=``lXoTw)W _2d^Va- O@>\K.6;8LNe/LR#?)_ZGrMKwvSvH} K析8\?a $߷m1!F4 8 rB7>|Cpeyo b4NL Օ3E ?rQ%GIW֗>ءO5C\AbwyTOB1\3C? k5+j` ,t|Xj8ͯ+A i(u|Z 2{.m]P j\!c[94@{=v &/'i] -S|$B4cqqrR/k7-m2 bttd)$@Y~IiP!}_3@fwrj㮖 MƃeqD"3` ўIEN}tWOj f8%"7E:La+J8z܏Ju/%EI8g4iHEB,T [lOխ}u9n g7fhYP9HՎW1~7cNJ帥6ġm?,#V ;152p6Ux?p4D5jA2th= Dx銪K=o^F/Pi5+Bq7MMt6fn%5K^ߝyߛhL"h̵n>)43@ jm?4[tkge@T6F> Lw{GqE/ЉSQ bC>}*RY桀wxK\. 6KڻF{bjk|&Q82L*)EQEȚb1­*Rq%S#E8MZdf3<%%& tCˡIT;E9X6XA{fccrs9:mrQxF1Tpz߰J~QU4F jZsم 0-w`:CAKF Ⱥ-W?{B\Gsv^;5>pڤ#(ȶ<[_ut'.'ȱTe!m w-ίht@ ҮןGHY'Vjduwjr1~y GXÖo&f=0VVTRħ'#OxaQRoMj Jq_o:  )| x|Q:H3)8Appy>ۭ wWǰkV-L7g H*!!7@[:ec'b֕)*}Zl;$LfjlGo IjeE(|xRYo^MDZmT G9 h3c $ϯ|@0#Fz47-$? 8f'Lwϵ{&*gA'7u֪at!II!o?0i3">Tˇ;?R5F?A:T{EӽCرnp0"Ig pz49 |ܕOIk8na >Nu7n8i4Rt!9~)a|.^<vH5"'G=iB Ejƻ>]iϑlۻ[(;@% OtJȥOp~olt@~ƤBphדi ߦ.!|mj+rSD$| IsM*~/'jL-UBTŎdq\N\Np>01P5#އ(ww l|hiY?XEM"^?Ԗ)B;hr*1v6IB?G qUTETM<%sldUKS!^E_Oz6D%7P f8F !9>+ơΛ,9ػ6ԒƸ 4O2 C텱,v߂*.2Ã8lv15'<0^\sfn>y%$ ,\ƨ)*IT[ֻ)LBkJ7YqQEv8y!Q3i:gaݼŃD~*OĨá8"G_p6#: U`-|a.v{s=B0Yv:+HP^VjHTJ%'YHRq=q~2%?VΎa_C[x6cj%x1d>О@HG跷}hE(ǫL2!VXH/\&iٓṚd!8s;a*5VB;Xv'ANb;jmP^|fsY_2{XJKN? 8\#z~ui:'Z |I=oc68Qڇۃ|(k}miE`khڦ #AxbJZoҷ@/<㩖@zL{E=0}H5|dZr0 GezSp@P\Q͠GQ'[Wp_@si#OTN ̭D8- \vHUo"UV–8cJC XL>¦ѹѬk ,4\L-ߎ]j=e):NH-j;YBv1n6etk\L1^<Ъ{S:^HV>ԄX`Fo@**U>a ts;8=-bɺ;!H M;9ԋnU;hY'%0bB,gYmJ*3o@64?E8 M `Nroe_8Kw WɧGju $ĄX$4ughk]7P=jSpq lj?ɔ@sG{va0J vqy1CA`l3yHKRc>n @9Ee±M,BRRۆ8v.:Ł&f H,Q()oX({ώC C+#um[WSȥuK%9{4SEy2ښ*{; 0j]A Wml[ّdE;_qϲ*Znއ[_w>>LS|RCM->YLCޜ^?۰cYWU&GN:ǭJwq4((BdtӘ\g`bG%B8$_*5gv{9ƯKʹ kO@K,R'#y=G6HCKI$5܎{C\z}E%S4!LboSHuzG`Dp,]3/Tf:v/SxqrW`~583 eرh{`R?aqk )Yj˿k辤G *uݤv=u`B>vuXMe4 T34_)&eKJ&`nIxZU*mF>R ^-1 ೮S1+}6EnhH; ̻ {f-NӖ&T85/|KXoGm:Y SQ6| 4,f-J&@.58;LCpLVc~M߼1r <'NOT_Ug_ }OrO=D鴜߰3OR'YED¬LDO )m.͖[%O2ț0o*U8Q2=tU.ƨKcZ LNJ>Tp[ET:*FGZ_h&6NOJ q'a뉲Hezpol7+qeJ,-'!% 1'Ul&,b>&n) ^(^EG@#fro yڵ6_#2@#iKa[HV]5JgR5&[|˺`OYZY?|ERY!"%`͒V'vۂDMnIo;v62ߝ@5 9nʘ h/k6@нcO 84e^y})>Ԡ@4`ԂcFz8B8{Dgҁܝ&K SơMx^PXk3+DyfnwZ/]jIdqK֟EZ1.:Rw~OĨH G`2}ꮙDB°:*HQ;Dɏֿdw B|`~Gِs`xHsCg{+n3Hqy88p^ȍ;wI۫R{?c[KcQyK66Iޱ#L4(tke>Xt ~\}Q{xjH %WW&Rr#-K *DM}Q$q(תf<#F3#7ChE/A,c3k%Kj^7~Ɵ~wN} T)yJ("`\W "[`MH?{ –H;t^i~AHl]PQuI "K/?8X/.Q+L쎕`ҟ)eGftJM%p(}^OJ2nբbF[V {pъKӔE!T4&}V`;B`rE%k9Yeaم| *Gvݷٿ,ǂ#LD1[s 'u!V7Þi:vuEr2?M&|U~K'1Tr`a@ZbEO*#f&_1 [Pdw$Ho6zXjOhK}~'8~z4YhCK:h?BeL:Ϭ]PV NX&\&MN:˾eiWklVE0!dxz._2/F *rGJr^Ro. ĩP7η =Izgآv·ݫ8r7)HRc,zS4|y$7Zs і}2khs⮳ּP?`LOl ucM6"~ /4bqff]pϮ$Dn p*5we_9='r@WO e1zWqg ^8.ŞRyEK =$ y܃qdz~B噗]I> ؕuMWEw1frVlG0&TbB{̍W{SVWhg0@`Imb&(0)jjkڜ*éVFĠnA y^ULutuhuO;xCtv S%&7$ HΖ)/ g-Au&N;~.̥g2 $j-"Sf\Z h=Cfо)OP}rC @$-שWނK]erF1pGf.B]ޡnx$`y!k@G"Q&̵tX-3UHnI\6m3V̯׉! d2 SRDʍyaAf~V ERheup+(ʱ) 7ش2ŽҌppwrz 2HL܄p6Vƚb&;M *{OcE%Fp[1uMwϣ6'Qc@P **͈HlhmT틮W{xJ.3$<Y?Xoߨ1 rs[Ug"h$nkP4^ p$zq8DNhnXdP kƙ|q`B[/iA299BW۪4Я{bD@S`lHǟdFe /2Fb"rq1kBV\ogұ^3-$u,2pEYV`^3[݉<)Vp|㑿fA5TLƾgcKK81xoXD-y\)nH aISB"/fb?5at#DMS;7Kr+gHRueO@ț;"SiAzBY/dSeWv'7-g 02Ϟ-B(e)j/Jtz5lg^Nih,zc5+ۑ"U`)iTvX~#the‰R F7ED OX4p~r 9=qِb`} _ ߩH:IQc.,4RVC()V7ᅦ3#/:RACݴH$PWJ( 0y8ZB*Pg߾ЇN+o뚍42}@Rk*E4 }& WUL8GJOo_2F!}E̴jR&WWxC\\RN0K <z&n>p)+}9zFk} Bf=pFq8 *}ūa;>)wTی@{TZ 㓃KŷY)2&#tvgwanx}[o2$<~>BeZH#%p8σ|'XܸqDu*Qbh5&f|ъkR˪"p)Y:sރ޴[X lMy'fCKVl&Z[_C8zBsuS[`Chm|~bk\U]V- 'vZ@dnl=P}:d B~S:϶GRF6p?|S/yֵ| RInȰ=[|KCE3I”ћf9gi!>JyyٓgP}5 V%'@ty ";}W3nq}Ph?IwZr$+q %N 5qA{LB$S_\⧽g+(mσ78[jsXVrgNvAUz7p+^7Zu=HG,*gNrާu*OBSN<)VOA~8RH:Nk|&@BjMr8/x*о(qD"cIJbL!MCCeYnc;C7fč{@$s5PYu&qjWe鉥ޖ\U2\S)ዲwsQ^sPYr@.AşۿaB7VVDD@^0hj|⡉oM'ѐ@דlla^Q>#ѣ0* /g*Vfg1S>Ddv̰N\b.Kg&[~d+DDNy|ƤEC߃eܭLZ4O>m$3++5~0X9m3?k\Ph%S0[㏳Z(Of%nܼ,KɵĨh+G_A1Y_r`o {̆"3F\^?b7>g?d[* .%' BM4n(3i;k?55ZYGt`N =Jl/E+Ju|vǞ$1{p8mEYnjuX'L%8 VAn]fܣoCDhיqh~@[8jx%oʶ,P"R<, Mj%oCf@Ohxg.;C"ᚶgWsX>k!̰?BaYX O CJI>:tT<$ es7]ː#M a.l_{_%V=ik1[@ e:HIeRȓh tӢ:X "a;ku> Ȕ-מ2W2N;F]͏.GeqMTP˥KA6K<ί.y(LϯBL$7'dC-EfA`Zֿ+2I~=}rQcX.V3FQ"z{L>P>A|L.Pxt;ޘN}iiBm߈T%QNa#k*@7]`ݱj-!L̏҄<978lI鈾SJcp&;~5|GRN}fV,p-mc̀X2MA ,UeJ('loNitJsL^4{ w΋}ϫ[3e1 k:Ƚs-1/^Z(VzXIS{̸dۺ;&uTgɯccqq"k"_~VEs#,,[PpngVA"}|Wr~?A|6uBK I y*ځyEI_?ǟ;8Ңw5zheGГ4MЗ@j4R\fw6[_4|Nǫ":TOI iI<)!ibSfǛ}.RJ;]t= uT૔go~"t;Cf-_f[?(jzjÞTE0M wHZvyVж)&NYN< v@Uy•а~_fZ.](PpR{Z7jg9jUgeW!R~_C Bg]q%UwҖcB&`&:_5V?-̵]uTb3#tJ۩r.\CR||e"#b-A@,W|e1x(I!tN+6 ȕr,+˦X-MpZge+7y6Mt" Olc΃YFe{Qm,v_g"-;H)5]mJ~f<9D, Y6´E˞99 ~}j_*\)Yc#p =\O4.$;k==YnBC,}fTt_pYG2e|N3c7y$2i}4}HÕGO/cwm$F9 C:)FOstzGlVA}>ݗXWFG&XŪec>ҿmw$߭GR\}=gmؘ8'֨4s$_%zhKU~(}[Blhg~41ɤAr!PL9r2yQu&`Qh%_wU5 đb"f2_"gZn6'|~f^quK!>~{~ˣ Qbt ` HA7CCTjrtU~H|e1 @Ҟ[F8Gp3Eodzs55\odAw|f^PwYDqbj֘W2'Ew_iXM!釲@٭bXh%n8tzY+Dw 4yyb‰V ~0BHlWծe)fxf| DY:z2I"=&~ f` v3.T=o{z _[߲9h8w;|*W6g䏅,@ yf\_ 3>2i)]>6 :~?="y!0X]㕖KdSHS֧C)6l.-DEޞ@~;0hݺߗU:ƒ\nꈎ! C12%/BKG㉠Mng_I⡼J5jƢL sHҘ0^W,y}FFZM2 W' @X5ʘeV.)kKŧ6 ڙ*kc% 9IHM X0IM@PKl?XN}?X(kj/3I0pҦgY' jsZ&gZ8nshF.7 ~6hMاa 8p/Htp>?7*5(׍+CWbplVwZbYNQNX tXA;M2xdM`9LH2#}=4km+(^6VfhևMMO3K5c&%Ea'.4&+sGC_AH.{2/:!:~1\ %DaA޼.Q(ǨfI8 oF]h˙@ugq5~׫ƨpPR'w5ޒ0u $3Wt ms<l~,ŶhT nuJI>W1u4x‚,/YCb4XTe^ܴUc/_$JD@*r\o/:asnZ"ef:gSs^ 46[_;vCtd$[^c?F;ul~Hb?LcrD= mn]hAq0HL bh6hT9P@t#\`@_ _lK!q5&myI|jQc&\-ؐjx'VjzWrfAf/렒x$7Ǹa4\I0~z:2 bM~]owq'􉾮2"uF3 MFɵL7P:'4S7{'Rf]i|_@+n)"@a$xաp1"?gMz$P?P3#:_#otn["}y&L##w2`r 9*+ >+iђbjMߐD^f<iSX!b>_ m"%/<}R JE/G]%èfɵםsBgV6^tCF'ZHh9;DӠxws(כFf{)@ԃ^(b##T W`%/ OQ@-)n4zcRvZ/D:`ŲX!jXNIKJ F &)qphir!!uV&uJv4˜GTU+`-%ݡ`SubUoۖv>_{asmxזؚkZ`V]rUzB}P-f{Ćkv(O^ [pwBTpi+{iAL$S{me"*+K I?.BW*Q"\lejq231@P:P4 "S`V b H#dGjY>QzjLHNY20OgWlrDQw8b $n/%+ʸ ,8NyFmSîvr{xG _PDZ2` Ȼ'Vx'Zp݋1*6ztj]AcHÙ[P+/Q"t%YQؗQ^cCG֗=TΉј+(IYqnHqO c )A>HC{?&E0޼+r~'~̒L%J vlO-^,;TG”1z6DAAb}%߃!@>=@h:(%%pd˦m$Uv84)R\y&\%y=Ļ1X/H0>{/a7(?lAL9-"uꍿ],/]fЎsE+[Ȱ4X[CB.Eb`C,$w P :l`9&݌:M eyr ˧{YR37]gx`Ms8jگwؕ(DKLIʦuExwgהdNȚz~X;< ܾݲ6-}㸲/e 2p4<˥tK( âv-5 $z#"_տ[ |wpx<7jh9JSU•鮮-ΛV, v𲣭꨷WLsZL){[V{Ğq=jnhhq\Xx1ߓ =N=NLvOS5d <~엍 2hL(6vB(jPcX!Z$j 3Z$=`<PF8m&3OhٌXtHQןd DOpzed4W ә[Ĥ(`5zAp\<#_Pp1gnEA+(>Ȝ3GFݒ}ŦKf? 1;g:Pp/~mbޡt5T2K: \{69fߙQS:qC8 +qU8C^FB2@ duL5 ttv(^x'cVb\ĜBg3oO8?^(.nWrO&7] +-/_KBpǕKn/Q:. ] աI7W;o..X#b=MJ CB/Pd#_ 3ؚ5_rbm\ȥS4s v̽Gٻ;ە2*`FF@Aӂ~QW2teGEJH}dz4-pA"ǷLf GfSZwluA+y4=woz;̍W:UOZK 3 &s\ v ucinDZfgGNh=)DҲҪȎDTzwBw–Ρ[RPA,w97,&poA $~| jN魨VQ Fr!>{>Xp!_9Q9iI _~,K=nHqͳL#TqohYA!G؆R 4`i(q8)k^ܿ=IF  Y,ȕ;&#ӭ.CdCC0xBӔnU>=LhW/,>9IbWSeXB^DRSRk}#⌻PdW]یURܢ3(czlXBznTSXq`5;$n^kzRcƙpD>^·j1(ަ_WawV/H {*KܝC$z`|PrWyq1w|ړ9,]s^4\Ah /=T4JKX5\]rھ]!@{P}i5?[t3DmUػJ7: Qzo4qMD%9bS$8}U\Ui0[ ϢwX<;Qotw2uEŌHYLVG&;58Q.D#d A;:X?cȱʄ/!"j2Z"Tzs8ignZ*%RDG.PYsbw?\fBYQc0WN?poS=(ޅ̕2Lmz?͙w͞[Iա >nt$ DhpYZ%|)]º$'S'TLl h] rӤI2^ bc*^(w2V!^zt.ku|.oҖYFʀٚPuNjnݿV*wjŜRaǡ[`U ,ZFYC!d7 jl}@'U\#{/9JY@/>緟x)e\ܤ݋p0A"2&y3_-h ;з!V*L6<ӈ-[b14U OJ'NힵR1tIBФpMXX5;ϱF w.5DϽ= B񢌁cK[]v%\>Pj:+#}= >ALplv@x[=lu9gܓ<ET:>Qw0ӎ[!b!SbQnM]:7x& VY*,~Gsj-rˆ#[#dA?:-X8Sn͸т/f23 ~3@;YMJM\IT^wmOA[-NU6,Kiv V}C4|# A3OE/.fCII6\'Az6UR3e4Y\bADww0=Olv5@D/ b)cReP"8xT'ki: DS4|dS.E>i)43HmQpp7:DiO,ʻAZ}2&gˬʞz%-/?$|S og{k}_Mu18+_i9 J(Scçӓ q~1V'd42a#l7qc ̬+}F5^1.7;3}h&UXN7uwe #%0GV{˳DOyg2epZQ6pͼ21j6Q;[@]XİuR[! ~RQAA۷[lifrpS8(!JSwwŦ yѥ[‘Nۜ?y%M^Q!,͈OgtofP֢飼尌H>x{V!e}wy`h+HPo>8B{xb{/Mj0F#q7,m\ݷUrӡ#; d=Ya`RH CFP?NC^ j ?:+f̪/9^Pr7A5A_\* \G.:%%{NdK05v:e nKhtSj͓"jM26\Z"+BN8W}:c$!T]quEOBocXr_VXʳӋ9''=~@,~p2w-zͨ.%`>BWʎ-ðu1eQRvq*&Ot"av?dWM泔Dq[A͢j].G4bOo*?Pk$eYXwю`hO{ ]*1It2J"o3a]ҏ.<$4mj)#1cρO-c\"9O*<?ߎ6֞ qh*XB"w!qe,tSI%G \oI<\#EEaEyq>fI 5€KBdf S']+)Q&a7Y5_2dK!81vq:\pRy7`;0 QqL[8axZhL *5xO26y 3C{,ffK\fpcBv8x!cx82=;a{Oֹ _cE(as֞^7ϖ/bavPU>XM[ш֮3chC\l$™~\;̲{&{ahdx$[(9XXY~-6؂ n0֛oWqޥtuFD۹~Y?TU2MlTϚ*3JGǗ)T ]ZA99+߰P  qބ>eM6'VT׃Ƈߖ, j{Ec_یDC=JUXZu.4/p9xLTF& j\]H'v'?{I:SsKG5T8mca}4~P"]>QFgq6.pe.5*a^7p_VnnH$VZʡPg& bXo'c=>cH%'߫mkg#ZqD$&< / g|ZQK1 ă/-&]C| NWM6<5H̒+DBEC?3 8~{Gͱ?7<&ۨc8[Zg47tl%&F툵c$qHM샊tq8Vz2+wOV۴/WB:Ӻ27ڬ\yp`7Z W;\MrpGNȓ7WPNؤwa`[CMe>`_/ך.t0\8W#S4e7<+BONϜh ߻|=0F7Ž`#N[_^ ӝl`{O &/&$fńFsbl.{i0q4@e|E>^̖dWV=3Ђh0b5C Wzfy!6{c@+iSґZfݳ՚p7 ԕmGt"ځ_}s? WwU2iN!Kf[ z.U܌9ED߹as!$M(+ҐK8-J $x2<0ߖa"7KKN$%"r>e0@%灛co1#N 8^TkhGv65f3hOͫOM5\>~86 ~VhB+ ^ $wXh1,qZv:/n[ P w_zmT/mIiY!v/wn1,# cGss~mU %)+`S/`13@ LKY;6!W  | *8Pu?D Ig0@?eFDߎ z 4,d29YɘS6bRa LXg %a= YuTvip-f%6w6\){V!0,r|"atU lKI` iLK1X ZKv~Ը'Hlt ;3@W1N0zz0Eucl:=3y tBOh#i\YoPj\.#Fj6Bc}{j泰ά?~pإG)8Eڪ]d@uB]&3,|GC^@Z Gkvхy\jPp̼O^N_KֻSc_?~#9=q@w)T!cO7:›uÞp@R3j{5P(XH?X\0NHPJ?Qt^І(JWFΫ`uv_vtOeu$ǩu!v P[@;bc21qa+SV zY_剑<(,vJ:uzV7>O-A(PdE,SM~lR`=7yLKrޯrmnRׂ`nq8&@{}H>-+MB,"$Iڣ`qnN^} #Kl_K6KGT%*esa9"H%w/IC] =|m`;> KfUt5c󝂥zP1Y)QiϺuZM/3 'ɖ#'MbMIdUTO&!} 0ThVl񡈕g"]O!#fG ğ\񚯁@,p?7ǜ\qV/xDES%Q9d7{: 9*/`'CD`?P"ڇ+*p7t-w {#_gT~}>g_Yq8q6t_#| 86 ,-Ǔc|<2y۞΢\Hh;/%UY$td"gjE>8x'u{(A$}_'󣯭e)t]'&a/Ǖ@TrYx2gӏWZ.QT59NQZ4H~ "_HaDtLLJuCq<{@ Y$qS I{FP&p[e~ܝ9=Ψ RNt&{bۄo NWs I"-Q& S1'g9iBq )rߟUIk-NV]_EPDDSx"%otBOn?\j2K&Ib[!c{ lX;-I#7>="WS h"eI㡌6.)Xw ~ueFaS• 眢4yRˬ;R },J6(\]<Ǹخ2acY#/YHfyḧ́"Ǜ; i3t>-L'ܿq@6Ҫ *!`dAAMx @LQrEæDOQu6@v|˦]`W}9U4kl섛 nl(ՊXX#T9 3Iǯ$ճ=9u .$'M=`䀭I84Q#0;bb$Yb]Fzb}~7?Q_bmsoWI&%H) ^[Y#سQ|`; }-V*RQ[cuC7NY-zoЉ=T)b\\`Q ȁ|K[8kB sL NQɷ'Vh'yk+rbM}Y  H{;"{SA`u!Vb * S|

c}Į벶=z;CK0eNyyZ"7;tC[~bAAD=qJD2s| VLh"Я'jפ*MkqVLU8,LmUv9CaJE/ȱ>Rs-ieMnPݦzM EQhV9*+K%kEfT@ӫhU귛!B7㼫phF;wďW Eū,ƠWS0D&kZvt6OOCA'VCC>egfܤLv;w<%265s[n7Q3`q  иzV'Zc,82a8bjtnu5u?{.iVcg W""]VEI.6~#S;¶jP\21 &$oL@|vd"⾷顋SQMyˈfrL~2/է @Y/Q0rIۛ .4I#2H92TBe?%4Pg!zihXQNUoo`AKĒ1g!RDi: \J fkat,"y#+7س ԙfB;~m2'ƀOw}z?y(g˩Y{+̱z6 ,BYLhK65C H$rwqYTS[ Kf.<@l#G{zMP3Py8<,uUIURT*n[Bj+xb'mg\)w3n}"_ƬI0NY0 h2eå>ݰ&˧k./c<٣wsEf:*o@\n߉`C*BOhω[Tv䫙sSGrWx|s =@Y vp~tGh.n:loذ^YFE& XCn7W;)$zШ1e Xġ, >랳YLHeJ+"wE|X靻9R%;~Jr({a\ \H3k]XEXn#ji\tYnTzscI-b>('}%HKeC+fFsuz'4 ,O86\?) NܣeX<_V NA-<9&s&U:9KH}De U%ki@}3cmt 1&:p\Kn-H։,}{sa'e:!0QN%c&Hg2Sy1JQ y|,G@6M\~{qvy1b)O@4/( (x{( $IN #EJzU 0 ";ec}#U?Mf+`CB` )')?f ^ufr7?>yS w޴|زi+[drr.xF"名,< /ƞ4e8wHݿ$/n}a AbX, ʪqG[앵^&vl}+O I,ԌRW\0Qp;~&.d{/ "ApR;KMb#oIRD_r"Nч/'g*xU3<Y}zK0gl_[UBRnSP6}EnECG+(/8rH!1KrH`í%XF S-_ -ʁ7B\^$o#vog1|m^g;[}=< ^gRj*b@~Y#l9l3\cddFc$a@|@O,cHdj"yA7j\|=m\[ uЫs3NGm}f' ^WȲ ts1# ukwDgnf7UM4hO^U$ eƶfaQh㞃nW'p~oJ۷w;iH=2/N5[SLuʯ1 2!2 hBv!K : 1)~sju " O|RzFy6v{JxnzN {$pT+hjM 3YqmrYC jGCJ7"+qnM4s̿L42liƮ;GLF65U5^7/niY-Qf~3^'ʔJ8P Hl)| 9@VJ C((Z35ma$Q%CeРػ$tG܋K=G\ ^Ȏgd/A=^u:#vi)uX`2˩5l6G\K/lf"vQL&od8XړvɵE`WlE)=2;k0x1~X4A33{Ҏx 8 d9%(\"⛉l뛂Ӎo2+)cĐuHcvf"/.P_3)y„s./rLX֚#_@F"̞k2qe^H  ޏt VCa>/WE>`}]U'`u@T@*i.^s:]>x!%4]@6b{$jQBOC+RS;eߥB"E?H8pЄvQ0kEx J|C.Zad4uv#9G_@Jsv;EK `~Xm @sk+ڐVOt(K_Hl7F@1n^ZUOrNyvJHв.!QLR)4SuʯFF|YmԳ|WF}kfN]ZCvWo7(9A5xBimR%9^SV=gN_ny6akj UqCJߑsW0vV+b:LzP -lbanDHq'chD=(X\*qx],D:M0MZ2ة6 ΍"P4q7u3q [Hjd!ʇ?nY`b=2ejڱU҆!*C.΅ɹ .YZ6/{佯O ӕ3ss%voV?;xE{Fa j s' ͈5zb^TG;cs8JuT" ^+C&_]:ff(tEa åעZ9 y4M7d]d퓌U98oWzgُQ^I6$D# Q n!. @:cm&e?r۲bL@~f~PI*'n۳m<㜴fdZVΠenط2r\~(de`e+R;1] YW Bayhoޚ φ v|QYW-MV"odH:$bZD]Y?^O*1mҺы#b" oSS#Ϯ;d!GJ̒Q̊(7.XxO"쒙(In=*΄r?غΫJi9^'rg P| ~!(y^+[x45@N|j[U-zb_uSXbq&F/v"t$ȎOݦӲZ 5ʁ u@ҁrZus=|E 81Z>|uҽr5D_og4R\!P^quCϺD܎x͖&9UI|Oqę7=II%G!l:7|tY+y0' neIm|½:l58 @q70jdʖnӉ>*5Xl Yэ=isOd^\1!F Ocĭ:ѽT1O%ޠ*{x vZ @Xuj6`p"o<ex"' cLON:q9v«A-\+a79E :E5ЏE[t5FuVȻճES ]l'$a+a>G] |@HEwU8#\3cCݪVz\\DJչ:|g y]_ xWn {z@붹'Sj%N;&%<$tQT07*b]FA'Y/X>VH]K 5M;%(_:~uډ  agy((Qoגo^R?nE qA/Ťl'q#'WVʑ"DNժ2A4YPL@ѷp{(8osWcG[&DGp20ht8%;}vנz&"W+*rkΡ: B_3.'J+s5Ry  iJRi(Pp !ecRXH;8#R4d {+*Lk٠ZYfMY~rnI#d`ʋrRj|Ly>k\ڍx:1MqvT$rP6xVe%H]~o߀ OArϫHl ]WOA,x -+&G܈RsL_S70$dzsW] <ս?仐PbcmQ摨b^O%'5ߘp ~7jeZH- 3k{,{M;0zAFvu'B(Pn~pd]+n*x\n =cК;I]cl9iN-E5S *c, ]xgqo6ECuY,ylu(^{񞌪=r6KGxpdѭ'6R`jDUt3}'s)h Ma]]ĉ$%jM耇F$.qSeܪw=#t_>oJ"8M oz Wj퓨w:Nϫ%,_TDTcVbɈaxȖvwaL6HM ʤ_,Kzm ΕR=^(x jRC頨H(^qE 'KWGfaY M;!ԃ=rfpttpcgml;gNWP,|AB ׅ^1ʤ`}gvjoQ~ȡF&ktMֻkZ_Kp'O,ƨ_<pizͫc_z/ցbֺVu8SځfXp`n3઴%^d* ʈ79ތ)ES[Qb!\?˜jeThclqwtxl@g6ށOF-)5]G\LCla~= ~}gdM@.DHLO3UZ;A6)qJ _/X!{UG֡E pPN\~œM Bo A<;{t ^KC-w3$;~=׋+4r& g[{IMN,Bcjp=5LnWk9!C@Qā{j},ct ^);*}Hcv/K|mW2F4V9=756^pXυ-z͊)BPMJu1|=Aؐp#Y f<EB,T#7]/ânם*(ZtQ){I.м'+ݼ)'Ejϫ=*SS8E7w !fׯ`ϐn;^8~'H8ȥ֘$BCWs{~(/,itD!>\o>qOCVkF" Aa":յ@D29 jk5(x>wj?CP`蔙1 6+QSdvO%:QO`%T^$NNġk#g]) rR_Xe; "'돺D%t{k .+Vkm Ÿo s~n==` V$BHwƫBVK],.'6jnY,>?U8uM{!-uKD`HXyO6&EYSqVK/ *)xR4ԫZuA`\dC* ^aB0i%+k_[-"f^lo0OE0ZCI^cKfijnLn`r!q~7DҏX<p&:Ji Ħ)64l !<۶Y1. voyi@mz'Ѹs. (3ZO j8ZmCWM.J7w/v?LѲBN* ah0ڕX@%c9+U 'gΉbMb@Pǥ2,5qt[+tk{,2 m&JxAI Vֽ#v~sRrIYެu!H ܬGHN U"͖僳?^n eaO#Ǩ8mnV &|eݶVbA\.]E u BAVOEK Zly2&}*z`Q\{Oi&5J.^tKZÛ >?}&'sinfj;Q=@&;\l5Iu%iqʕ9rn &%b%GԔXSpRRT* `P< h$8h?(w+s'f8Ik9yyqϝ!FIrɷlD_~뗳MQJedDKߌl!6D Zx9p%JNB D@no-6T դkcNuMD{0uT.{(A@0tx~njE7g ڝ"ftCpZn_A_-.] "Ԓ8̹2rtٵ`.!po*v#}x̴1|2QlW!\IR@|@QymydK= m/I| MɉEKFLQj}"/Vb/9kJΧu1`E!E&@n0R1vC?n^#Q x4+I=ή4VDd:*?"Y~٬[z5.Dix-un(B B\O@_{Ea{8";Lʉ&3~ipNw@Ej'f㬆 n0hC5nMtst}j \GfpL3}ӊ;b#/BdxKz`֝\a됤xڞ/LgX TE\`" G8N^^,N֙3p("_&382k`rY­%Ir?&IQKմ P:%*?٤b o&dh֦c?R v/CASs8ŌiY-[*nw6[PFSFYA JI^w鶟lK5&tAv?ڳ~IP!W&?f0"Bd%۳|D_I?C$$ST}RQ\:D*G2$|h5SսiE6hq,^Vt|%؏xkg5cv sT5wGE#ae 1 ?ݙx*<Ɠ)1fx +;  *Nr(#OVS=sX麅"/ϘhW 9pj%J׼e(q:-G.ypY!%E̯&RpJ`c25lzpD[{hn^3إ "x:i%5ɽ X'_h{ XLNRCoa<)}d0-Bn{_S°̈́^_` k N4j h CfL EJ3m~*:e[֜G956n5 Pg^UKhyw M V$yPԦYonYYyjoٓ0d:=RIv&Q?xCn Tn KݑOZǯPR.0sQ~? " !/x{@vN7׭Jv‰rrDs35Vq\pI 6:'+ ҵy@+*Or`ۏu}hNv=Zm|!Z-Pշ Gfh1%ko{$X4C,Q- ,+7K4_*|)f(d,zSBA(q_d\8 an_ڊrL})} h ]LWh Atj9H%߂0Z118U2Yo?'A9&U K rf1$.;o{ 021#RZN-/)"!p"?1~--򡾑KhMѫx HKuYz 7;zd3%1K\,&xC4KNrE+Hcb>pΆkp1/k C(VgO)l I˂Ʒf#? JpPz"h+*Y Zxs72EoKs^l^]ZI( D+_3;ӖOͅH19dC-Ca/N4( [ipՒVۏFZuAe)F c#=4&fjpCx+"N̳B Qtn)'y^&ȪHtb>j\Ar W!ƈWfLU-wx/T,ԑ+Gx s]!ݛt="M68Vw2|Ǟ37;F8l9QX2AܑQ5vH\0nO:+2@k~?rWIsl덅92v¬*@n |L q@U7E!ӫFFfI w֖&[#d(ۖe,ԧ]/5fV`XlNߨ:)+H cx @d}pU9g1bNPg[&i&+P&ʌ  _>s c[g 8OwyʱeԘ?u^d)+kq?} HHہ'M|Z xڗr& sS`ɐKPXDN kvEn;VQgt w! MX *}ѼSXIwJ?ˠ|kPGw2~RRhf#Y让Z@`*ƚ9,Y;JO gV$]+X>,fg`0m.zaHx~yvB~]oi ƣBgKL64GSi"XbQ&hbOͿDc@^E;Y+IY)V.XK{# G lc0] Tc.1›]  q;اqjl>:V2iQk=oR<)nY:Gء8I7`'TGu5j#s-v #tn`ţ-ReDz|:ު&c~]oֳ8֧IܥM,C`5dgsjHWiH메kev#뤣DqCJZ+oȭF<|q++z䤹UQ6$0qg>ŨX;`G]9=^Q& Mm%y9ZrCDWUd b3Um߱'m&mbQcizia聥\ V:; :~ G,bFG-Z&%*YBj: L7aBw>@6]C}d0xkN}}Zu(o9AmS3)QD2o/[KbX: ':7fte r;>; ,:kڕcyX-Fe<`Pi_l`&gsSLfSĠ 9 *I-uH}#~ M67MȷT' A'`OGwH[%=:"Q@yWS8IK^l [_jR4 t-P x|svM*rGʼdD{N%-p?U4@wERRBq)9&Ztgծ @G nc|2FV{u/eo8Xcɑw+d*Ngޙa{a}R.2rdc W G |`^g쩻FKzWI@n^3d(#R\3y#)j㑻OŹ9t a@(L8W|Z@gZӫ DQ8vj +07+vzUx Oz?($:dkpVG%`}ӕ,_Ӂ=\9{nraw*|G@8)q'Elgj۬~mWO3ar?$xǵs 3d/(]JNqp]_t5u ͨ7Xon ,A4Ƅ ;)Ln"گR1.5+\x@^"Ldޒ\@`5THrW; Kn1!KBc&d[埯U ?o Lβbx C~YUz&eyLAwb[ T+ŗ񦤩ʚ+Z/!%*ܫ=߿}Cgp;0Y\e;2TU&zدرt~@'틤=/,hi,R0 o*Uힹ3PρԖn NvE( 41F~0mz~4RdPaz\DNM)As #BqP]wi%Wz8q=.Upĥ/_<01y?46 f+ʌ@OБ[*˰rN*'B X:Fpu|xftbbH_r l rIfM$t\0*i'hePVp/w1#Ive5'7\iw_v)hQ@%w;X~R@91]On1*)Gk$)ĩ/3~8 eqLÚJeK^HdHLї17Nq;[+ԡJ<V:[&Z!Y(%R~5,kˆF:'Ih6 VYqSLGg S2Lbk͵:H6n.Zwɍ'>жZ&4fyTqkAhq SygcHdYnI9d>ORm VLo P'nڢjd-~Tn*}L$CFf8Ҷ|IPc/P^l Yl.YMخgOfV. VN@Ic|mc4$j*ۆ ;d}=L皟C]A< &G- $\ljq^9@ܗDx.҇!(griF-LIwe3e퐳NYxplY'72C"[_uQbf>8]a 񖄥 5 b0\~?2gU=Fx~paU:`>%C@$f N^XizO]&L&S/-) Zo6SpfK6cN"U&үwddtRu@Z%zAS7^aJHy הƔ5"Iz{FPh߯eQqIy?)ޣkowJU\,;ܦv4b.]!`J[:.ayǎ,eir' 11:y߇j`K?CfSI(Z7otJR5`q$/+$1`")6k4<0f^)p2,W:55F/|,- ,["1E$L2GL"ߍ2[NgD"Rͱn^o!ŻSM@wX4bRBkzmᰛUJ5_q$:4nV3q4ѹBgE\(\D\b:KiIK_f ng9P16%gnM N4XTI"6)ȡhI#[k%UPs0Q_%«-(=YSZjBlkrs‘hJEu c!:ifE@π=yJU_B^r|}_hIDV% |dYyVlJ70HD]GB ޱ\Q!mh@ryE8mM]PWht^KV0l>P1ڋGjXA_hĚöocwegfSv@uAP@ێ* ^`*JA:>{qiUky@;g52 d8%>p5TD5=EᓒN5ٜ~8uFaeŖE$x1 5~3f/د -Jf<01} јUпD"j涙 4m~ 9sDz;Sjś|Oy49>䮄XƣlG=o8` {8f/\8&-. y Sk"s6\ 55/;L8\gdtT;5 D{yRrjlEVKMF-7](.^:'6%F}oI< %zkfVۮb=ύwVnv,(ĝCF+a'op紧y C_Ї#^"pM:1=L=31 c>{V]LoxovN>:X䎩 ۋ|$*=Y_+cD)[e`cOrj(_7 )@N_UѪgHs>_>l{N5k LbIM,G@*ȮYʘoM,Aaw꺅` !ׂ֮\5:k%C쳼UbL)465rg\)8 Iglfb3*O } 7y%h\xK8׼9> Yr*Uw.wax;[PA +K?·A\ABGF1? P0T@EbZ1exj vPk7iطWo-CI'l#{݅1 _xdI(R ha㣩!RC$봜KX/ : Dcyxe)ke0z, N8x(,tlJ@n, X;0PIp_ spߧJ@ÔgWhI<{ʦ}Z4B?'Vᩴ/$V,O@qTN-)'@FmU!ˤEuÍnm-S w0@ʁ R;dآvI.ܯdG{~T=uʚ][?TBp٠#(qk%m*"~dp mN:[3—r*":=5{a4o lt񸈔dloK/W{ؚR4ԍ yatM &~WCwi$fl \QVfMjfޥ|n|ܶ|F{`xb]O+ot`<#BG.%Çᰐ_dgDzeɜdCN6uC7xi+M*P(ǫpMA.vX07\q3N{MsȦFJ,v %&LKQK+VrϋQ]FQ(q4`p+xu^(n 1!be0ҥm^ ppL=L]ؼt|}"h-!X[ B{[@>~ud70LӵB>qVq ȯJas3Py~HҘX$L릵]8u҈գb's,"JwGg0օvp[؛9Wu:,gΔhץm.һb n!޹fѿ{ 掆?+cqӧirsа ߠ+ҽT1FdSPQpu+X wJ0/rOazFֆ*xGN 9z[K r [t Yzfm}USx'blcV]Fbl\SW|]Wf=n"8UCYѬºX]`P!v@;Ҫ(&D޿QG1 X~UM-wK$3x{bьٷhXMQL{.GU^R|&WRG:^\.^*sFRĵaw7V_#X&^Eg _Uݞ;&;7rN=1^-#.C6# \St"5LAJXQ֤/L:0rZ\H?UEhK `X$gʶBYKNPc=ҳTT ,߃ԷNIN`HKhPT0i:`0t[h_~~G+Uvʯ^. !x;ǥ/hBLg׊w9ݮvCƧHrkؗN %O)~ൗrAbNP.kJo}mvDo+"+l^I<ם Fr^spEaFlG̝7WE^Q#O-\gsAᮭkQGo6peRp4eԶɯI8b ɠ ;q8|ܩO!笳pXޢ4V#aXRǨcO`cKTdy| E ~3iU~q0+asڂ5asx'{)LzB07lH;^EleV P` 4}rLi#Uy 1cxW*(OG&sFF]N+h݉r;fgI*l7"1D'B 03D@#‡=Xfjs }nEK,mQ~xn]|c TJS ='4-CR܋}jBmOJ'6A?0!e3h&d*-^t}".?xՒ|aRnUϯ', t!_,A(xs>~ i0X ZsR[ *-Xs쵸r![B=)JȩV4Ns) Fr+:{+V\G 7co@YF!{g:`*8_4wԂ4Vń ' dH,b嬐/4rK{/ P.d/3>R~Nǯ*;Wo pn[K ]úQEB֜la,)7N[0`!92P}Q9,CXo"a^ss&T5 f,]WBe [j5c:޾2K;qM6%-H ̫ll:&[:u佳`nKͪB;ʺuXK׬~fvfOH ܬ@=NIqOu!lh؁"!`z AR8d[$$gscs*/+&A%ayQ.3OI/;7¬i;L7P$f"Ak=NXP"O]jZ9Qټ90oJ!W老{?)륭0أ4ݲK*xrl4&՗n&D1:1GH Q*v{sJ*d{{wOmG…@'ThZ-¶L=m.]΄m$"frE+Ͻkg [\ f|}SbcأrqӁ%#D& ~ˏwxߤqw k*&":|HZ/eѩ_OΨRF~VG+~TP%(4)9!N]JK!h]^$ 1'_S𿪪EE$q\-\aV%o|g'l[.6Wݠ$?X=0vt+ta/~m _U8y~~k +į~F5|eÔ8ܬ_dg`v@(:,"DVhnrA1y[9S QlCf 1EY'}L5!_)ښ#WMjכm#'^aE<{qa% %y"姯ǩae;V[MeU!,yRZe= ڻ|X8ٻ9[e~Y˃饖{&_RJ&kE?"Y-])9*Q[L*hE8A`ǎ 5|Nu算l,N`#]Bgi(c#WTGo4.HW_2Rlt2gtωM Z^fUqO`(<+-YuPezg@VjDFF0J[MӢU3 !gݐTK}/( WqR&4?~凤bb~bx o˶3պ %cjdt_-PšN3\h\xwVu,+?seqVX=uiR-+m=B(?EC҄\1V=`E: > ~\L4SK&yBKR6|w ZGV.?,Q:̺PŻ!;527#Z?9s4q s\|N)е-( ' Psm՝8 -tp5?ڔOwuKB5;/ΗGⵧ [u=;gwUm$еQE E<鰈dvтF0Bg2ơrۇQf]ƲSHfNc<"awS'Nʤg"NoeixڻA;39$GƮVO N\Js`qդR ֋14ZzTR,: )o`>~9` []85+*\rbDS3ǍXK{OIkO1?R$r!2Kw@ ٺr%Hu!든UY{$t9YpJ:&J%D\/Lfj[Ռ[?).NvB~L[݉^̬ a:q#>+Ҥ_F6ee=ΕӶ>ߕL_pyPpb8< _[WDZpXBbz?S+5L7+J&TZ5 Y-F&mC6`74qt$^Bt谽]:xT)u7OW~.Na®JTxj :o#ܥz6 #`fx$UzM&G^VdRjgp޺<[Rs QitQwj#ZuRnppaT'ˀiE5hHBe3!ԔLkiJ,b=~$}y0.ÿ^G2BI'3@uJ @Ll7 Mްۮ^=""&!HX]]tjJ( \j0汫!!]u1do'vWi6Koh;-4BMλ~R@[bƤR3|U紺k½,1"+/zq: $96kw\um uXwrM% (%!R XWQ`. $Z%˜CIT4"}(j5\k,gڂ $'V?鎽\ (6l0\lDzZtBI5IзGeS$bH")D(5 f(QIC[/xk>rÅ]ǛnfhBMm(e:y8Qf'}'^v,fh97e%}4ڎLNO^2 FbqQd_:\wKu,/&=c3BohK/rVڕ&EՉHz+Bm!D.9Em\,q5pH$uW% *J2Eg+5+$.[ <Z.Ʒ·^n6 ͺ#3f1d/)Q 婿Xe0PAq.SqXϡbzfЇg`H-uKժoA($}`L }^5yQ+ e+lKƧ DG)GZE+K@ɵ5uah<](َfsƊ(B1x(WI{gU>X تתv6MCs9Hu[с֮apHoC3>c:|s<&HB3+JPxæw;O͓\FA\H)k-T*~(ie{2.Mu%\| c, 9؈H A5(ӧݑ2Yh0ZC䵝2w,t N E: J1T遒n,Xe{>Z%1-}Wl\=#]ov喝/xJޓp̹uHYvj\pƸΉ9)Vd,py%XܫyXy?II 3}Rho=/SG8rg}IP#~D A8CLs~ G9 _j V+z='#.j09)!wNT;sgGL,ljAg`a6Z?mo"] }7uYxOóPDkvx0-{|&iʤT`bN=4{N bzI{[ '.sM_G4Qh~UX*jS_#)&4?O J:,buCNԧ&.놴FWԴ Hj+nc%slï@aDK1/>(Qo@K[k±ki-RQwb$,NT͗;$%.(7B*J hEShOn`k<_~[=;f,xhhQ"w/aEZWzYGrXU'".:1 I9tJ@"ڡIpQbf\z&&ݵuS^.4crM f gjOIZR/PnLd[~CQ^WR=THrEy#~z'뢚j=O ǾCh2/@VauybN,k*!%~f`L@w$BEvz>I,!Z{rz _&'PQ?dMD_#hnr> ۖCYƾfxƾB@bw!^#'U@'2RDHW]EN%^b'lf.&F˺N+/hjK "3bmkLhWV K+3B]pd~/UkA]M$#L=GrI2 \PS}ӝ"qJ KlW7~]S C^dfRBoWz1 {`d:pKݟp?(i1J5,\&DxHC= lhr=f.p"LZxLԦx 2rVr اx6"hث10p׼508;Jy "zŴ)+G!z`'S O;A\ K</'#0Uh+&2(kh¼u|L1ݭx"¢SF(IUZx?~yg'Cw>@mn+ ]!1,IL6  i N!EOO)u Zmw' Ժw0U!wvA+}q.p-+l* f+wh9OD:| NéOE4pc{,VF*&50/6A C?`O\Tr %ǔ? Հ21}!ƸV^b;;;E2H2>B^}%ٵ’4ݱ6o^`>h: P'$mHoVGV ]D);IXoA&vD>ս_&o5)`~eڎJ~%$Χ0W}(mfܵm%Z"$.hNⲯmU ߒGZGTB|l|[VlRX@l3eTj嚞4_۝_:Kw5x2pof x$|{B}H 5SGd8v4X S̃"g-':ɣx=Ƭ "?51fRN6ȣN6o%yߑOCVT6hc?Ŷ:O!VزC_U$p%$2W_~檦)2sIA5FV _|z@ϱlͳiM9af Pa&+B+ChNJg `ge\bW>F(X9OGs8sPiZ"-o%e2IBFEHmhTD%J2Pv6'if)}Nf \ <7|r6 $MX{lE~ SY4^4a[rJI|m:%zG[ݞJK ,Ǣb\LoEu%¿8L KK;"Xbߞ,loP0uo# ߑݨ{թ`BZ=>4[*Ә:;ycO7)vw=+xēUoPh׵~É3_.3^ڰ[|ic- njhQgnkAcf( 1,$Ń]17 d' mY^cSuqބaH ̕ڳJ'T8:],g7z8BPcr$HnЌ`#jǵkTwp%$0gI$cz Rv&3c̃N3aD%ި@=*bF EU%Bda A )5<Jp Wx >v¾>Uh Q9Ki?.(y8XD*u GySª?$_ %؟m&\.sK wlov eUͪ_ܦ:gR2:bfeU[Ldm.2sGݨ@9{inENI'I%6=93/ӳ;RT`#]4sY&ךq.ˁ/2B 4/@)MљJߞ4ဨ%<}MaeF-*Xf"[ v.1k,ɯ9,p=@X1u"@nl;KWI;^ "ZP^[bhSKY^OD \W7tƲ}!c~%x-ʙJ [D|Hė7쀉(ܵ7᧗:G"$3dl.̊CH+eshSNj1^YMr*Q* LP289E#$:mWb6lq+#@$?2? JvxPʼBHKbYc=̡030{ nTn7V{se sXMJX͢X}ʷXFE+٣`I >F%m&X.V'*.ÿ DZe%<@'1dnŇŊoQ9A$D­/`Biu#ux!0e5+ah,'$V[ؒXapJ:ņP%wNUcXncv>ʧ c]9U qG9Hrh_.S`a eF-jF6~- gu6H2Rfo%r'auHG #< ]=u VN6(0JjZ5v1326BE[U,"6-q~Oc+cd(.@4GN#߂phq&Ti nrYJ.:s.+BnM-A2!UV6oedL-sM}N~Z vd9B)IvTگ{MK,l47gBvڬgjC]#tZsਜb0JPW!!fBD#R}֞c00ExrQnaQZ 0_sXlLD ņ=;ۇ,Ú~~ ]\!w%3,I.PbH[Dj H-Om \*F67rN/Ed;aFۅxmEKNKpk}#ӵ-?Yi7r+NL5ZH&h7L6漚g"":+?!fzg6%E酤=#JFx%Yz7U.ER A=0!POP7>0) f~CRr¿ Da\C)N L-Z5^nEe=]79HӁ:?Ҡ{ *Fٯʓ\`FHz8?mym;:,}y{Fi 8]y֏-]r &#: >HTgK2a]\#(_:B%/\8;U4$/:i0ɀD  Ta`KDj{ 6k]褃Za K3/ѳ嚠LJΪ /8,juˮ7Ay䳜U{/=Revyᝅ#IRUch9Jm/|lݟm㮄FL6ҷC&Nxf*{0$?uR(H鿵" Lh$H}uQ[o<+"1SIUdQM5q}ܥ}Rxxѽ0 ȍcUYt؍q>"/'_&ͯj'qeS b7{Lt}n'e]V[l\e cMYq{-v)%#7\r~9 As,Xھ TDsP$W_ jFBd[8cf)fЂ xK'Y0Z$tȇE6x2?]lzx!0c'P+V/s.BSׄ̈́oi]z 'u|W۩fx~dnՈ',B>6DjOVz Ԭ);m`,,=?&#Sg").T ӊsώI훱o4i[u${N5w|fv/b#d҅U7 tCSk2wLk譵>^i }bhH?;KΊzBP,/D۰lĤ߯FyJ)gJMmhӺnۍpJ P*aϼt ^R')/rҲ$$" V;H|H|.β ~9 #%4.eg"A3m̕&d]@GDnok1?ǭ-8XU eK#Ɵ +T{2R}1پ~3Oe.=6{>#XdD":'H~0C `TcΧEkpP_]y:oɨuPR@ĥ3F &pz|PPw 1XoMH^E$h@Q. 9^$ޑyb)QL9m hry@*r.HL>cpctAEw L9ڻxQ0$1K7#}U] *՞L,.k F\zI6aNn'q{OJzyt 6WrYUe&G} ͆f4Nj4`SN`aF :掐r b/!A%)~1m]*N`ڗt*kڄ r c‚>; X.T'yQʕ$o?4zmQtz_Lh(dA$أ6Uw5k7gԍ^RA3:zraޜ3¢3@DUd `aPʥ$B6i(}g60_J_ycwEmM)rJz`%_Bbtn%~N. °2[~v`eWO2R8[-.T|2:TͲ1-=ņ#ܣƆX22Txrp,6_HP;9G3HjAMC}?6ݓ+~XOߪ^NNΞ}WJd /F-epI+ݴ25Ԥˏ>E#c =^^8۱OUR@/A-ٟy(GR-?(b;' #@)M?;m\ 4rҷ=$Pf5 $[T֜4r~b9pn~cO5 ǀ. / th~ /^hkf9 EǷl,y^J xw1@v<MT#KkKNL-dm@;L;,^d^e{Y͆'RAv$V (jM[ ~sȿvzm{纍6Jck!o\*$=^K|FJ|@Aw>iX~eJkJ#ƭeoս"$*k@M[)W*=6ddmgϯF0wY4VbR\=a 3F8mo6~bwv Ć{Ӵ"D𐁁[9 SnGdy.p>>f:,GpLf2&DxZdѱKW q a51%`;M\}{,hf Lt'HB>qWfƊ}\kI8K1n}LIx=M=@b4S).QqvJa2>p%D^֕~4Ѯpʀn/9~&_t≙[Ap4yOGY.˜;w;-D.-3 BX&QyFfl`?bȁyN~WI(vUMt%i)\=IJ յF9Ĺ1!T<@O~YͦLM:uDGY%wH:L81PIQ~&F#D{c8樮CRg%Ga:Fř2XM >٭է3ϡp6I7ŏb6\ٚT)ՇEUA#̺ñN2dQc%Ω R@jIR g).ȭy珨"pH }u'qU s-Sa?Y`}uiyTeX,yeؓx;:fӰ%RN1A򉡑\dX2c:&eƥṷr9撶 feۆgatJ<hSv]M4Nd6 f1%6/q>Y \n1W|'+lk-ե`XucEB7>*P5y@*I7(n&x-nSZVڻع(uto8.n0nd%J`WHb%ؓȸjޝR'|cDl ],41ֵMXwzywoIo~4Yl dV>c23d78YcNqQpfXTҴW7ΦZ9Mj]aRVy 薖&g}OӋڽ9s֑Y&Uj##s'Tbnq]&>wAU\,* 6Wtk}KթwtO1 F}afw >H/8b<Pѫc>T6!eiowal^&<(ƫIAF1Yj$AA=dLm'-=Hă,&IK+::z4H@҂4rF/"o6#*}9&2%YhI|.D$v'K˿9kNL񄒄mmg ,-dP^: VYE!zW5hq" ,_lVDȃ,`g9T(:vYjW 7'/+F(:ڹ'5U_CCPR06N'_< #+F]>=p~6&mo%.KC6&QDŽgF͵.PGֶ!nE ?FA n"KE9K})y6lΕX9g g^ ÌМBS78&Z.d'95ܧKwŁOAvpuw%NpYG/ +0[1D  UܞS) |$_V <޽j 0ty7f&t3ro}/% aiu__⫣gBe_E;Żٝ$%]~h UȰ`UgL\Gߕcu*0<38} ݴk1o-GKq2Dk9D؏!~E%';}ϛC e!vWb@{8E(]{VykhhrΈi@ N10c] s$V ɽ l.QQVdUi'4bڵPkL/}'5,8dlYb3ú'-m8P|26֨fə:Fe ?бk;+Ih9?׶"vտCт`Qj(浒2U~dWO S"sHN|^=tJ!|P$"QK);@nb=Ɣ n~ (/9@0_-ҡ|bJk\x`{h{R=J ӳG(k_2c xm+ޚM d!Y5ay ,,e1˪yhe.N9u2֍5ΟaL> )ެ|y[d?0(O*xϦZLoEOx`R3*N&qD W$3#d8>!AeEj61Am̬ZUP}.ٵZqY2ͥeh' Aaorh]ڽRNB}C(3%N, psbm{zJ*}Ks.8R+\Oլr)= ^{֧}L2wVD4ҺfU3$_ĝFC(Z9 J*+IsO!0UԤ(Άp4y0'%|^CE ր{br9KmtZ^nk>v+ԍɶ4Ld9uĄd1] 3I+gzS,Ь\慭e1u@gʧ tYGi;rQ5=W>`/i,o879پmᬺgR 3D g) ۟o t;-+GMEl#m y>J2Qt*ng,j<3/zsb(mbѓ 5,䋜~o68a\N|jٓ;vtX޲;IUғ c!~<߁qĺ77%-1)"*DaNބǚNC'e\e>q;hȈe2b{WAR 4x5Xس-;sB(K2+Fgr!tV++ʋ Ae8n YZ