PackageKit-1.2.4-150500.6.2.2<>,xfZp9|P'Y<;g ݁7?1u i栙@$~^ڼxr2FNNeg=7ccEd3*)i\?sIJU8늮: oS&g[VR"p0fzo۫@ :r@JFu`^Qw\T=^4& Pqgu=[Pr(g&/?܆.) ;;{SkL>OԌ?|d   Qpt $*2%% % <% %  u%  %!8%!%""%#d#$&m(&8&r9(tr:1Zr=>&?.@6B>FÂGØ%H,%I%XYZ[,\D%]%^Ib8cdfekfnlpu˄%vw%x҄%y,z$06xCPackageKit1.2.4150500.6.2.2Simple 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.fZnebbioloҨ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 -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3@@ h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af4ffRfRfRfRffffPfPfRfRfRfPf4faMfPfaMaMffSaMaMaMaMaMfSaMffffSfPfS339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d19dcd05a6c1a9fb05a6566179da1f5a26155295bc7e8d5ddff6d998e8e2fee454ac3646b1da629b1b1a0638e90c3a68bce6546af47dd3dbadabc6996ddad0409af6f95545612214a9611fc3fb82ce9e8df833e431787e8b7655bc70e94a2fd7b48552ab282e953adfb1c3ea8c1241cf7087ca82a2eb725bddb686b62a12aa8a39debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a92b3c1c56fe803a6cd1ec71f4e4773842540fe2e0e610c2cdb105fa9010f1a4cc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(ppc-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucknebbiolo 1726787418  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 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:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_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]=4144f460af6bf428e0f6b6d7bb103d3036436593, 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]=6b60cf1c4644212669060c54ea9b96eac8b95532, 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]=5f19f3e4cf0284566d6379785b1cf9ebaaa67b5c, 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]=4920ce41c5884dbe26e5325ff2f5c982a9fdc60f, 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]=569a356cb57e65818712e99daa9bb9fd8ac1ffea, 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-150500.6.2.2.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 RRrHTOq6JsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8f1c01650268f68e0e9748c29a051411606ec54ff33a9de99c32ed33f60cf937d?7zXZ !t/X]"k%eLMsc w&PGTͨ5L?gL9Y UBaSV/3.[qǙ!\ߘ :g!<^ ZKfZ@RL~RQs^L%XRL~&fSS1Vy i_ LARoagݯXtjc&s9̚ V;t`bQw-yCX_;XM#(p6c%2`Z'hKzca9LkH=!Wb}YuΜgo w qo #y?EI=}pu d8[)n﬐/c 4\3ڙYܪ}JJA0]d%pX7FƅX! ""Cyg26mZq[)medZ[ ߶7S:d~|D$^SƧ_12k$y.6"{)!cF+Z 1g2=lu`|`AA$s~n#Z0aU 4շSXN> "P!9n(ti4GY3YX6Z1Jl_>-췢#K6ᅯ|u.bSм@\&OTnBѠ;'po73=b!PJ ђ*c; 9v`b.Ce?-m_vHp' {cR_jNK2}Nat ߊ(^(r.0ռҾ,ם`~=HYV*"auўɧ ?"/6ʁvvvF~#VC?ke3rʏB<(j,sJ+7cmiwZ3d>$p @>QN&pwޕ" >]/\yW}G ^@V3e"GvB*hOeBP iH%d-6 M5ئ~.x2c޸G ',a < )lg/ 6"$Wpk==\aa_@q`;qRhRFSz#V6hk=EM\ vh>2~5s>1=Ց MSÓ`LhDd~-,BKfЍPR[îMeg6jh 2+ Rg^#=ۄ02w:lB.Ȕ2wNb J{IzieGj; Sb̘>i6w^x2izAFi͑D E >ѓي[! ^KnV-S޸\ B968;JW,ɪ\BG)o(=W9Y9w4Bk.b-{|wی_>1w/:U W[U,rx2 #w{l'j?$}+yʏ6G~h) QxuiEvo @&-E߹E 'LVm7Vߜ6@T8vI*]w]Ƌs ǛYP(b?J]k-<pv=[$XUTzQw& c)9X-zK6f,2& "uo%>\xm966Z390~KLyӿ{Ю jz@|v-yl;XD'+Ω^- }VvݭBG~~pMٹrV.,ҩC/rhi4^/*%E/ҢWeۼIq:9@1vո0af٫ /.軎(ĂCeVu`98V 팉FiN ],Fj2 nV4߻\V9B6Ԩ_G6]Sb֋?3HF/p ~u [Lx/"1iMHVk&l4Β*=EᏦMh7 VO< z;r(ON[jb$iSޛB`-6j>gųТI<8bFh[-?t78kϜHjndV`Nz5@k|'> ByL7Op/믜"^G u/&"T]ME_b18`*0FpWPC^)wV9&I%EM99Y"]Zo|<&N4;hL6:c? ԏ(5De8TO=2_X4OˋYC ?3!̾4WݒK-3Y 1=ZPlffuv]YH;Z.yFzF ()(XFIߩ] 5R@`V$Ζ$Nm|%\y:ѼNM 3@#n/7 ]K&"rp¹ Ey\ '߫v_]{Y1%b]hQD~4"+K9e2f(20ZX'+h(tS ^86,ꏸחZ&(Jgkq6KAcۘ5Y#1\(qGSXk}DTn ^$$)>WN}䟕CW¥5e{O? }kٗuAK2;DYU1\V Z٪h ;n/W_N&N$7\dzrw&XS ܃ʻm vY >"%_ 鑟M7=Cm1_fP]Sb7+MQ<hRٴoA7 O뒗lnArJGs,9*Y9b=o [<3* iBD|H \q9Xσ85o3ӈ7̏?Y/0M_aFUOl>1E֖K9G,&hы{Zwb޴K28.ɤ3<Y[3M|(*7dlEGl&7,`'c3YRꋩ3D:fW+DJtԘ P; ZΆ r2uo03pq-!?EXy Ӫt Uc}!f9[QW%W*0e+&M no,\y[bfr's쬐Ocy[PۀkMҮ\~ rXeU{og42EysO_kK7 SWܭ}uȟe^MJTg42qHe;Ke1Fє).F#+8Z[#/c\fj5an\Mϒ`/r"x"sGts1}xCwz: -{c_#jzrx$m\.CȮ̍ :0eI\͘#dr37(DS]KjfP+6ۍYF]խeF_=efGs-mF׃pyDLoVj};yddIaV,oŰwe/Oğ.J˘C>-hjzp[Jfq6Ax>+:4OX(ëu 4vWK:XqNEz)~| ]mUy.YGիoU}Ozݹu_J !oW9Orh*;#$W+' N a _#/d}'2uL=PbY)g?L8h/B"PmW*vYoA?>t8γm} >~+RU"_b/IW_Ggge?N ĪӠ3Mn{R]0R 8}޼ xh'XQcg +/EsQƻ|j )俏{5}L"H8<+r򱙌gϿe)7p(hhZ;+8J%V*"̹SNa}sg;w'UBGyxjovE 359PQ@.o$t3tb N/Pxv``oE1;%!n0c2@,xKĤZx`\D+炤7U\+-eàE0mm9 Hk ׄKXosKg4#X;5ǻ,;}" &;\cs MSD*(fk62dWMhx}/IQ5~VۍqfRcͤQ-@gYB%A`+@6iId96 kvB rRz"%:5wOQ񞗻y2pԟ dp?{i&=!D[L tti5&$*u[$^sԘY!p1\bVr݌rH#FT&K-n1_Dr="v_yNVڹS%4 k=7 ?t';Ak+Oǀ=[loL9 c8 !fa-W%1~BWmOe,yYpm$%i43?o2iT\m9Ug﹇ wL&TMіO{QsL t<ˮLgsTJoBl<_EUCAmY.ş)= ֡c(faS0("B*[8ѣYˑ9-ПWBdꁍG~ AARxmuT)hP?_b] 0ޙ65L4'NÅnt593rO6R[ R]sv}K[ tC^19tpM`q=@{sM,¿)PKQf}W# :DKLy]"ycryU[ nZ5>}\ z{K߁D4a|I~n}4-lHFyZ'T"EX$@[?-m&8:@^rzaQѝyA7YV~cVW5qcY)T1$}5^Z>m_ '1W/5MDJb$R* ,ֱ< 0ۑ !AnS4N;meP$S"e]XUu8A=gp('1'o{JaQLq M$nhT]+9-B9跍ZA2bjt,drCE۠ v\ l)1@Y* mTj_$ Sz0?"xbFo0WU,ŠUJpɕ}\_xAG.L[3;(N Ok^Сy2 aE( g,as!z&}}A2`ka7ޫZq%HedhYUU%޶~&ԚPs\qZ6sS^'+35i`ZJ3p"y5lEc52p|iv3nȝTٰ3p='\"ljGF~խAXSGvmBLKTNF ^(MVTh2[,q9k"_7eYgSĘ0( >syi(&`8>٧i-'If Qi,֣M)%#:2 IatSP؟3=`9u0TysՏْDy`o(  RfIky.5RhU6;قu,QNKh~uo&^ Ǥ..O >TWUtvz#Z 4 ?RG8+WqE2 ]bm0B 龓B m:IV^õ2 ^S%.&.Y}J>b!kͰ:FxT6FpEr>EFdh8 L-3s3܅)MaF<$e0Y#f™)*oz m48=HGr'I)~]1vRIJCɰFJ @a? 9%洖3ڂr373 8vNinzE`һ_}%~}Sb#oZE iKw[+7&OMX<_" V!CKez9Yԥ)os<~@bQ4L…̍`ڣ ܈H0cEUN9ƒWp'X 9]^ 8ZbSQ;_J.H?~J{Χ,YuXWA8\^7$ y8Yv%猢! G *2].]m_6@=8mA _T|ϗs?[t{R )DmJ{:Ub~|>EGP[[Gv0hQQ88D WK.\y,"*ȏ{`J]J0qUoSB݂5Gi&\9`e+}RSW bn$bu}mb]K @ ԢXUJzimbfĻ @a&n[:H9'Ad|$ًP7#36%XV|5(uI{*'- r*~&Q!DfqSκ.J/X- fU BvκlI*]DI!9(ʲ cHCZW1Yg~#qRgdl3Vl]zCaf&+eVUӢS!&OKG֪Ѓʍ ~zZesyE^w=lj)C&Q!G@_P6{w#aiNܿa mWƓ ^C 1~|,[.У7t8Rd lmd 9߿G.y-B7O04kr>\(b3 5N~?soܶ0KIgHLB+5|eO?LדN}Q)%viV\fd0ѹ-Xrb4L>5 ƅspV^Zs劒^?86)i#f 5[_m@j8\|g$P"55RjHxfQDzo:w;MZ$ȸ|)8,˞i*CYr(Y (cnV $wЮ\U]ȓ+4OHA4eǺbaL(Xr!}(@XV;3 1/އ4Tv_)U8 ZãZLPO6YDY3lG`͔.E?ħ*MMhhjSTZUR稜(wQrTeJ[8xoTWJ 3bXdJTE?[p+cSS )<*\pmO vRAA9AzYmio~`p %{u;6M3 SMF:?9䪃{!*(bDKah `D(mNt1gHnF-?^2|_Ts*lz`Dk Xl{R?4f5Ǒd9^j+D؉s2Op7 %xmPQjӡvxnFh@:xᭌKu9{߱ERI`O \+;s϶aƷW^V{S}ޥ.GtWo6hf4F"R(aMe`m\K|2f356&(7PβK.y3 c(AhC(C!>ȗKUV3Vl^{; <%Puqz/$͌/'w| Й@`c!qY .>ml_+Wq ;)|ݜ$9gz9Va[D݉7dcA4J5FV݌> \)5g܆~m] 0S H?[EZIL@7H:diDchb@mWGM!㢋 HUᢨ*E~$OGHrAE/2EyZL井̺tVYp`74gJ_] ˼ѧ Cƶ2w dy7Z$Z(g; UϡE?LQWޮj(g 8cIz8%9)h'irK>+"]kYK=Q̉HAtSi^ϳf|? 9@ 60̿gkXTu Pf*{ @&ލw<7*(t/O>+ 򃆴I:N`tUR6g0p]]}f]c8e6@CJվcwk %x"mE+4ZL.(]xd雃sV5~Dmׅ>!6w|m"Sm`^eW&A㞳]œ=Oiu0z=yZ'묵 ٧߄6p Mӷ euV,Xyﵘ\TGbԂ뵐ܑ븟FVԱYD @{ 9=IT :WّIaBRZdREN.* \_R"lS.X9|mNUx5f "|n+ QD\(GZFy7YFenpb|E:}lz]|H-ò:풡x9doF]]Hڝ0<ۿKx0 nB% >`YC߻4 d }&QnB^YbJp:o_ 3@X ިAT(? H"5yleJjIẉ& P5[D"#ZBZVU>YyBcoxzB1P"FSIf`CTIlԯ:S*kk\S7"V-'0֒I?=d8IkӖ)NDDH4UӼW= tm+H d E imP DJϽlf$$ NΒ05Rq[.#R0b"ʿ! EY1r69|@ q0᳜| Av[8khV/ŴA6mVHB.JI #W)GD˵O|сg6$sQЇHFPK!%} ^M_%*Q=@/LQuMĂfcU@ X8J>g7o-*Ko!w xK= 4S_y: V.rr؞~Lrt nvQJhCz-=&󽯩cHq}cƐw,zc#ْ\5A M!맊{HúVYf[ƒ;U>m8mADz H]Gwޡp3:HkQKS P_qQK#B;{VOPia*LXUuoA*d▛?4‘F~{ 2O!/S K& 8"rF5P³ybb` 7]-"л _AJ{&FĵS0a8~!MV%hRlIeSGv%@c8W )h0Z]Ǝ4/V 2SwA3y+0f -PlhFԬ&S/Bf:0gSm t剂5< k#/"x2sr _=*f{RD7.$\a|1# 6L’9vBp(uu;aTu0b9r'ƵWh3IEof [U*Ӂ P*FCn|@1y}g<"l|q.P㌈ iCIFzۏ/YJmiy_T.BݯYR| <]?W!.| `Í"ANyy,u̻;Px͙UQXsQ.J1'LR ͐Hf6p _q,1ώ]n7C0&]V嗞<@Z]8g瀨i@6UŵЏ]We&ǻV3[(uk:1>d\yA6Ym?#&(c8P;!XF}ElglD'f|(9:PT.X_X8 'M%{KjCEtTY&(gK Svhb`[GY_l)EOVFe(7{X*~(TPl?cvouC";./pEI58ro {X,PHœ' n8c*w$9:gAAd)}Dak ׀G5qe9`Q*M9mX\Y۱F%]!d*PCoVY֪]vQ`_ N%th)훙\WUPa{?}!;nDkԃ.niҜF&:jP= F'-Sj`gomSzYXGl1T8#uXD@ǚfuCfPdr/w|r{m2~jķ ;WS !rM(7[WVzӱi" Xϼɐi1> 4%LJβ}&C4CxҔҜ >ׄ/gpAZ{[NRZیB#KmȒ*N+ӭׄ*V0LFEj\N/5!/oO 4o9 P0-O^7S3W$W'懞D %.!wTQTj9c6/NJx_='=XVR~?uGzr콏+5>{.OyHOHO|NJ׆O3Uo2Sm1yot?wJg{OE&kUVP'K{ 7G=޻vUA􍱊$^C`n8›$+U\ЪAoRXa{{dwpʯ0f\V]wh.=ٛo^:D8B]a)$awxE G)g Xzq0o(ile4f$v'wxPnH=ɺUƲ՘,+ނDm(xnva*6̢LD͡37[\YQB1[@7ӥ౧; g8 &%K5f38jTw9)Íl KIyRj_KXϗչ[9v$Ppi{Vl15s d!#kk31QIM pJp~$;g?6Wޙ]^C^V~0)\q 㐗4j]]u#BH7;T#>mx\=bows{J*[y@jhH9ǕN|̄My;X)z(>N ]2Y]K l.#'qb&|9Rq|2r|6I<}*g(T j.Y4I)ՏCޖ~PZ9@5W^,n"" _;h."dY)~5G'!N4{d_tVH9t?!|^thJja! L -)\ޠE~Rv\Lt}s>vN\.F4 6,cz'9f@[l7/|HO$L %]"op5q%&SoyF}WFY;r< ډV=FqǼ0/DZ~cz+۹;DY~&<гaW7Ƅnoy7 +x;yԦmAJ-g#V(rƭڿfRChpB%V>y@ޜdb$iɗY ^ b.e 5d a Ӊ$zeSڛP^h |,ߎQ'|Օy=-]^aAz}Qse}a7K~t¥j(p[`^tB?lsuBpN']Z teR}{PNLD>,A&Y>4HMŃQ)M_#h-if[څDT{gs<J#˜PG?5֨vrغ9M ĂQ_Xf}# { 2 < Y[:ݧ^M?:z+aOinrōjn!F<؞3kI:ib#4bft" hQ?hx3񇷿. z7TZ֟ܒt( 搦2TIC%oN4%w=xKr #& m Y9fلELO/ф>˫ =ʆ _5çv2Lx6u'/H$ _XX~j8Ӷ*nQr,7biLP 33QX sKn, w4-FT';|h[G9 C|7`m@Z^3Fc8(,ѣ6-xLq1؇*9cو5DyzjT@ G> ΂ C,5$ԲbcI6+NdP/#FbVY %f/';㚬qMi 5?$Lua:qeg T߻9VXnq7pŧv3C'<^_tX}3G<I U2ԴuLܨG{'::`TʑНxmg^ }ʑ &ǵ BYN dlwi䢯Ql߾4#YcqXx.ZLJljsWVnϨ$ f@ WH#G磜8HE5# V.n@(ŗf@1 m>|=h f+k8IK'UOuk;y;ܮD.N]PM7#m%Qfg`!{|l޶ʔw I2 oT4ģ(IEJ6<+N;I#~Q)ѿnjM!Gu,V#娗\@_J5{K!ʆ/DUׇ sgVk<LFYΐδAO MEWmMX$ZƁ7}G*:wǙk~m61 `Ac8 bPSYoLL iTLkZξ vi{E 5t9 p@ܛh G2#ӺV7F /X.vLs7 Hԩuj`tHYVELuVAqղg m՘Bwq?T=~\nHk+ڭg}{;&♾Kʿn@m6_ p,%y# Ol\>TSN}~}pĦ/9m̪ısx U^1+毄 kxi2pר '&om AjD~7ʵPxPuw_\ S3#0efsLAuHuG145C"}Yqf% ah'UEyZ}\!n*TFkϏ腓 G$e" =36;+ж+Ls)=zsh Me)jAoy r@mofآ1W2rW41a !L15r+M~aoMs*8odW'~r h3>-{zf]?<{Kuۺ|&W5nB D v-Arv ʞoq;,[?i ?m-c=v\|-dٵ=t4 5`QVNfqg"/7Iw3lpŞ oZ=7\w* N<NZ8 OZG,QaKL&]Ov|IIL9-xs.9R];=F=@li/т偧Uj tx,+hu8J\ɴo M7_Bg!ayuQʑsTsz52ʰ5ҸjP<L)C讇s/6@Çg;+8(bC+P{|giݎݹބh͊Gw0Q;iKz"mؕm8Rk6~9PTn"@S +E"ށh;4G[E" iΌ6d,D7Tk39?H{6eV@4 &n՚mH.%E~ye!hPr554 jT%Qv x\Sʑj2Mť5gޓGyߤ]xqZ&¸ uMY@jp៎O1[<)\EvGL7Och1fPxN)^w{ۊF- 6s pɅL,(V7\'0Uo9ytRKj-,sbvSj;K c!%-πNeo =FWjyhmo. R󛚮@?)S0zLA$B!!k36@kq.ǵ1gx-\tw QJQBI(Sǥ*KQ |:mhl!=zČ.Uj) qShcA(, b=Z9)߈(!\r Zݹ T2ee8+zZn _ *Mm/i_|]luT )񗙸Jԟ :c0)!ϰϑrKug75>{?L"%3Uu,P٧u n gqd0+E6ˌو9G/.'a!x:we|Oϯ{;\Ǘ/O4^qvn.-AE{0e"/`4ABӏTkۨp+p^1}:yq-ѕNgKELh'`bd)R7 ~^1 D>t`Ws\'0kl/0v*&5v`3D_o[j\ 6 +'lEtif}"$69 vg2Hf LlPgבIM3b'nĆaJ.;],*eYx~v%D BL3ɲ/:0C"ѳ]E #2qwR[Y]\@YxgMڒ, v.lТqVV0GYcoB Yu'Aì4D3S11R0p? j 4j`70pwQjHx@8"Hy$3͈(,H&RX 2q}4SH 7VKL9Ov_kc*Nw`+eSK=\ךBZpy/0>-XMCQwxUBoe~T7X 9v81y*VlC OcoٓkQܐq|T햇"ڳ OW8s48WH %S &~ 5 4~4^v@282Z-##B [!x.wn&sO5y }Ym ]]m 2ܼ&c[_/<"&rr|œy9 R\4ms.{>t&\ rb Sգ$*ug7]QwhbgLs(dbЁrp^ڊ*f<-<t/HA)u-*QdGς.DcQE%!YW9@m{?Uj=yW 5 ĜrC0 avoKZVS:qҭGi g$th+W1iFDIP9]$)TB~F4!~VLUZV=_c ޳ɪmݻ]/JFdBXY~w*mzp@ZUzmvײ# (0)rֺȼWd ][4C.176Gв+eCR%ಌR8T.] K˃ꢅQ{@PS^0\zs!Kb! !..8KSTBL[~TM0>9d;bf_V$`4=ёT6ʮU<>^h?0k /tSy=b&hV%qnqMFp^^aӸH4Q=Y,kxK4 o2O/BXy˯у{^Xݚzc+6M!o#VL -%<|09릒:Ix).B\(L_"6W/$xk_DVt̑.%SwOmitX0zr}W™}yY5uZ,k*{LWRwnJ`2\%$H˥@+bs]R[=,g?,P}l`DwfzTl_[$وvVk9r2 R',Hx7cJ5+靄*9.&p!bNî, lϥ?&{C;m""ALC%cPbgIT\U&;< mW7f:gV?u4xswfbJ@7bzՏ`KL"XΓ8-nJZa/8K=bGI UQY]`F1%*O] RU#gtZ~h{;vb#y`)^rߔ|awsqčC& ~c1fE189y|- m7r03˓W6 m5jᕭ= g0 pNx`dR"8Pr:~ Q@ iH=8陴;2qyoY 3Yl8m?vI)6 NLy R''ZSzc^`cϻ/?L:j6M&&J(ljoy䬺 E\Tfc{|v~nJQ\ .WS/{ۃZ %8 8g2WyW"^YT^ ɲPvU,̀zp[c]tNL0Nm!}}Lؠ/'@&18,4oڭR{Qe R.)k؆!򤍄G6\ U;(3W"a#6;CRHSa930n]vO(C$񎬝S[(_OU^BgB2Ӵ=3D/BoJXD8ݤS\J2yQzETfMH"pZ=?M L0x-撟,tV!2kT=X\dyTN p9VfB{iruϻ:0)0";hWj8hT|K"O d͖:Q۸ x@oߋRq?>3cH8>y>ax>Ƒ3 ~9̲| lE=C JbBA5 ƆhޤT5Q~Hp͆.Ou,/Ư4}Ճ<0BGWRJ8Z]b_=SGɶ~bDlJv3I_'cj\H+FIC<[&+Z<ώdr`K?`1տh(^՗uopS!mҹ\bfZeAHose>X'gؚ #M.DkgÝT* /oK&X'4Dߜ˵ ijˏ+J 5Hr 'kSb\DNRh}5rt4{Slh*ycouGUCk&^hދ96FJkTr*a<%{?b$vh,+6FuΡ ^>Ck Ǘ qrPJ (<X Rm3D٭Kؚ ןehq? g`wp >&EEvƎWSOVh /^33lxaQFnT+k>r[jP8NJ N=c"f Ȣ@Ҥ08EJGH<@_0oKeCET巈%YNkZ)*u|!9 qЀ#:c֘qyn{y>Ys%*!oPҮ9Ei]gAuKO`:᭹XÁ5 DĔܕNIȨ5Rt+Dx(\`@ b5iZѿp S70ó@9K_% <f;9p鏛ݑ@.d\E3LY8GB)rO 0准cspM }'BoMol;0kJ܇Rohf: ^iN*GGBH) <>}م ?z)Z_6P&Yu8WAt\.զ|}KJ~#'$iþŰs$Kuw͒;*Q9U=-):j5t" ">kʭ+Qޮz t+D79 0P/;~<ˆuUtbP pbn_4- /䨓, YCz zoG@aln()2Á3͛Tc/郌qyuGA1Jz?| 8Y(,sӯǛk ?]2gW$謒zwM h.mV𞝟 >"sEMHU/Ju`)@nM ;=òV/sT(>Pڐ uO87\s %zP|U7Ȃ'14hGN+sCid˶p%MÉ '; . *BmI˪GcEݜu_YUg%/u'@-Pe"A/jf^ڤx6aE^H9gz}6bMN챫4':8xJDt {~2wXU58ld^m>tغ>"1op9P!OXb1O.p2 +Vݭ%KL5V"m:$+j#\AySBؓ]Y;[@΍"e< qk.|<y;=b^U<緧iK•ہ_ALoJvlm[23ɚ1.}ᔂa{"ykhKJ!#M&Kz?3`iH>`_;;\DzOTөׄaMB#^\ @{,Ӯ2 7}Z8) 椭U}W+.Q?HѫR/>>W_ۇuK2U?gVrت{wH33z҇lʢ ҄jbifƫ{(IbN_`LGÏdS&%Z:> Nd\bQk'6CDe[>Q\sm(&C&xb~c2oi"qfB1)$F@qBaN9] ~P<7:O+j]7'2P[iݗGu "g8iB9~`ؙ&CfS6'&"#3[xf`e '6y_g(й31Yo@ @,(=a b%062R;mVg*a S>mWdP$<̼6ʫb^W>98U)g֬ZZ h#EWPW3?X|*^x@1AB9(Wo2-EPr`8_yݻ6%cnEV~\ 4ݬvΣKҹx|FT7/VƣI˳X[\T]юTLEqK l%r^xc2m!f = tJ4ĝR|бvۈ2(LaTsAUoYYe~{C^!xH@Bb#0y]0M޻loǀBVzt|7̓g`9\_[2Ʒϛ`dmGur,6uL$CzfoGe4@j 3 U-!셪 8',6 &%8o^?.|PN#v oxsz0Pg(3;w7 D*}`8%:})0ZBtyL{?V'8S LKBY|nq1Nrk< Sy} wC{A]߮DѵCY8&˼:nW%`+:ٱleo:>5#[Ǐ=n1FP0j}% dy]aꀽ 711^|:tg6Ssv8ZlH^߰ƺ>`z_l=kLj`<-RU`,CSx-ءZy@PIu!˶it}'ͺy´Z ԁ:Wtc̨͎a1=GT_] h6Xp0I_{"R0$ qw'Q.LkeOUaOdX;dY1̷RC. m4jC2Z˙mz(D[.:[[:wԙ9*r>;&ᗣVhw$ P?01R\J&_ EGZǘEQ4> 5JxV\p{27j9NCVX?UoR h/VqS CZ5(\_C5yhFY~ԥ91pI+!yY ] >fIbuMcB ˦%Q;Gr(oEwDCթk;QyG|lw{p~3_Da4w!|~~ٌ20ǰA ]Z:}xˆ@QW̝aGxyu4g6"0)g}h6; f _%[WKOrj4%+`6.7ࡒs0li*Ln nNFG|bQi1s w.S<:(!tN_Ncʼn6SUR}E[ lJ:ub-7Tr+A/ciX[Bn&ӼyRTr&O{.8@L4T8*aDxଠ iXuS0 ;Y ~Z-PZ P6d~}6pT3#CԘ1ќ^FEFԎOYVsE?+҇UEyvEZr( jƴQ\+2`u| @e" _={6W "&ՊI!ٵce4ǟ 4IŞˮvL~ωNkK-x%,"v':$!p t'MF^@P2[tZj 1u %Y (m/coyS*ЈԽUp2-TERb*>_Rq4$ L#d,S¤$lڿAp9C*!wwzHZ.E_?\dwԞ?A'`׹iN"_GǚO,H0SQBZ&0شȵy1.k֌?#2aF/*%Тn]BK( 8ZkSP)Nk^*nc|V#Gc9 VxiYT_KXx~6qvC)B)Zt ?›=d/(0~Z[ V$y&/7b-l<9v~9C!,zE z 7i<04;ET UJlQ+S{ nޯq7@X3tQK=TiL[<#.j[ؓQ>޳Edf0bOa\mѺS\EOu`~tQ1̢ufmxW#"yҠk)*gm],pY[!hZZ㾪@Al]e4EXTBeP?DjWGS.XCPۇZG5ױ;# b~?9[|x~S0|A|#fua+ o4Uߏ.g(q I*6 @!cmJk-\Wbc?nlQVPD t\dh<6S`=`Al Z}53r·Nf-NPfNR={a}՞|x0%5Ur"c&wvt?ǬE խc0kv oAe{epR LBѐѮ `[.{ *6PJP^ I1M4l Lj~!M)[*/6q|!8emxrR;e{*h(~Uh$<YVp 9[L)=CѢ3I;O Tgi:Suw`3dPd@^i 9W hZD9:8' /8} ls!&23 2 jL|DiCϳـP*2 gLs{M>dA}ojinǼ6hG'! r(i=r\_71s6B_2l2x^))>悖" 1_5>S&w%CV}N0ZYNW$tGߟCϟ89b^9wL@ KD8?۔ |~=nN)H}G!FQY1+&#NO&wZbϾV&r;1|g!ݘù-WF{OC[0#PsW{P*%^KTz5F lW&w%w#/; NB'"' ݋\DFCA(R"=I'cfÒf-&t6%uE G/VB0ROʹlENJƏ 4֕#l tp9" sQ~լ:ƒj04Ou(`Ýc E4'̈́˹M1V⻾ɘ9lyWpOcP,<ۤn9D bx|M*0j|).B=` wQ685FH%P_tmWĞȫk,aůoe/ɨ4$Ǫ8jıQs%{cρ/Q= #?W2CWsY2Ge@'Sw]*]Fkdw)/@woi;M%NVջ}0b": N||KFy |K7/K_30y%{% 9.IӖE'8ab3pX &{&8qt'Ib?[eoWYDR/a| 3 t$zkg⊿yy nR.UU~BVNgkSݏz@bޚEРSDOy\{#]iaQ"B݊Ω+CB7st촡<:`NsHUYieaS$`,ak; éV i _kh:H򜼏w>];@jatOuL9-(d < r~X=?T4\bOq.GTS#^hSד}*έoF7 gL4.C@}G@߅cg ^ 查8x7Οj\vIY-qb-qdp;`][yD"m?hO'ܨRXg]V9kcHUsqsѿ;|;ż].3ޱ3H5vduH>_M֥zJTr2krX&eblQ8y,S\ %| [d#!V=`tNeU%x%{`}Cet(YTa kYOxОpb;+k.M4]jn=_M ѿ]X `MC~\iq ȲUߏ>>U[L~Bg_]^|jAe5 x P 6N­⮿<πgPPhvλF,JC`{׳yOݶ C* L;ey&?mZܷRLSSto{)cQqkPO;W}eY.^E^p&ݢܯ_3g((oU4=s^ь/5Tr{[ JdB~ 8㕸d/]1*†)4wj0FŅRϠqb"C!7:YvXtSf3H&aʈn[J5.M,]ܐ=>-Ƙg IYǠD5jnǺg-:MTGjW-{BY&j-"dssQ (pɑ# %xLԚ Plw] b;o;QM"{ Iyj-ĕQ"2^My\G Fq"*%%H.і7m>4xg 5>G_k!.ߝ`ߣSMPⳓ)wp/4QKhλIKE}M`bkP7d|%Hz3*t ƶ^CͬU<5$,gY:M_B,\ǚB4wBcZ% џJg)C2p_2iHJnmL5}Zj+ 6,g:GلW"OQ),%gy_~D[ BL]}`?+WSP #c=݀'$4!`Ң3+˽'紺+}B"ڴG'WlZs-rzXh)@t-ӭytKjm*fd=;tR}.i))EZXicgWf{\Bols$S +PBAn ⤿w~X1uJ@i/tpxHu+֒<nQgi0fEÊ|`4PW<]DZY{,9tV3T_޴hQAYYXwaB'ZV&^lR* 2n]n(;ɬڵ|TqAzSCm&K]Z(o˓?.F3q@dNEL|lh`zOa #非c4BGuIK'1񩵄IF}!^ '0R.j%.9n j휾꙲^b a|ljcW )@?C&^̒}mD㝟m3Ou)zrqqHb1Lfl!R8נ#?Dc-&[ҪG Uhew"`r)s+dXyJLg=~k /s4/aWl1:D7 Ei4 nG0) YЋYk tPe<^[&TGt4aM?_jo pB8x\>cQ==^ P*%k,I; #Pi$T,}ԙ%4;䘶S1bE>ux_klF0 :bBq~SF2BO-84J Tr+L``;XVD{9d|RBi)9_d:;`粔^bx eiWӛͻ r:|7R&X¦8͌D7VpcF"Dފ{(H'}IB@9JM&HJvOU 1ܐa8) lIאn4+ טG&rޫAj)/BnbBy:MlDvAo9WCV [n ҙuA0C5x &v~0%)PsPȡM@@%z\")g&-fLP6K( BC_窹z[~2_ š-LH!Gׇ>mI-癅:a7viŊMk# TzԷ'작DLdղTO֌S WM%n{ eɸTJRq8ʩ_xJaDUbp [덍Ck ϶9l O d mdEAX"L$N/{5ռKB7}bOs6nz+:z[Lfԙ1cFJD(6Ym| Lhp6JLR= j08} Wש}3p?KT+P^I/jyLdB=l1B1{Q,P#ucG6 <50!SKED^,nB;E[B&:NKK)>NDt u;c駩ePŝi.:3$+`dEBWzyenۢ r!4+z^đTuƁXE5?_c"`q`MO(tajgtB޵Ĉ^CWZv֭'Vz>nI%e\\tb#/r5 kCPJaHc3mǂT/=K|6D|Mp;FҰAf!OmU^SYh{݁T S'P{\^jo+W\;~j0.n!/uדXWy ϥcS]JDPw!4bvveEpy\;JE~ ՎJM^}+1 S0JZvu;Z5cY,rsԙM~n&'ܘu^E55 "$Wô--z1JH$uV9+<<3(<-g'ZK*Y~ #K*t#9 0lUж;V ]%8@L8j:\&skYYR*6rԸD1)TdWQG(%QJ,/v ki?AةACd*Q9DvЄƖL(|,in$^M*W0FRj$(kxYH .RƖ?EIߵfO `0J_t5FX<Qm S۬r {YK?R)PѶcTW^?M PR|޿!Jfv"*fG;<\i؆J/@{1<` z|<yY4@;Qgysl:W1R@]"X MP{G@7%2TO^RH'(ŧCf[}<8%<-s|Q EÙ 7e 8l/ske$ȫ/STCᐱ;Z}SRh*AIJn.qM<(ߩxSkEgx花ϚpiBOq> ƒ¡Lx5`}q)Cts.Jdcŝ+:{-,$uږ@~͞JdȫWtн[&fRXk_`YG$|~UYlaFg3 p v*\ralȬ1D9_ppmZFP%)̵[xKE`6-MNÚO%#Ҽӯ4{64p. ԏwW7ul؃^^0NS1A~pl|l2JY$LdH.61wnG-xlMOq|KE>{b8~^$=DI5}v B?-p5y K绋߃^+8B ܥdш+ٯg(V 叻S\;hu)۶?z7W ,vF<ڇ.]2fM*3K~H. PEdU.ײV;@\^ 1b1)uci7g-u[_dT7ޅw@AąQ/-Kޒ-гuܲnđs8fټHD˜L0aV3@N@1%(.zͫY Bd.KʭZ钾__N1Qv167̟ޝ)  kL2 ÔЪ$+nwW_xRÍ *in)+/:XRUh+uG9$J⼭441]=6I7&Ā P.f!W?܂)`ݺDy]zKmURQ;p+B`8T9Xz f8h~p E?_HOӀ׉1@y~\rLVK1 jZmsq:C\3otg-ؚKzxVftåbiE|xy7q ᶨTFL؀MI9DCFB#4ҽz[v.pƒ_DrƁ,!y!>dw^^yF'0N[>/g_C؆R P0Ƽ͵){%9df~v t|ko,cB2T"EfiqlQ v+5j4!w|֜m偵CIcDLqf7CL̂=\e󗝪OK>>ҲXFsd 0 OЮq(;O=!Dx/"ǀl(\λHmŖWX5ñ ]E|^z^X|068C3؍LyKS)KV8,-@ '>KOFr]#H.?5=;LϗS6=(( Ib쉖)4)SsMGtdW9EBJ$_qf.IÀa#]Ia"6h9DU/C#4zvQ<AE RAE5^r< 9Np"*3vS>c›IIJ@4v7gKaka+{ѮfR/<%\cK^T ¬1@H9|?!A/Xʿ3Yf"FRc"NL޹*;E:h 8g&7~zSrS7Zx<SXƄMg-|#`*=OF22̀A=93ax%ww|9rRZ#,R>+#fhOϴ䲖!1Z9Qu.\<~|pϤS w?56. ^oOw*?83_0"Ύ݇lJ)}<;-xwD֨:_=FNԗsÿz.r82N6!w8+[ ΃UdlE Gm'efdC3h.@ʠ wV/gJ|!X#lB,:!0dt^gIW8pVݠ9i Ljl@s$u8ǻ^pJ̮\,ՇaS) yT`M5>"RynhCԳy86s$k ;Gr0<2i{e6(I7lcq3H]Op萹(Ӓ]H^^y)}[A!7sן=Lgq'bB#>G0 r[%[,D{!?<$0( Kx#QU7bdvHbPVLxЦ=W+W~&cLFzS0CΗD2eV3I''uյL;;qڀo@ f6FY(8&|VJfO8;J^<얇oҠe6?swqCxx؝,Hw ߑ/V/CsL`?yy2jN| aYk`a?iJF[~mM?;e dg+!uRSi,#O1xk_Bؗ&MS=X!Aۼom' J(A!bRX 3amwu" )AU<:L=06q_M9HX ѝx1x-4 ==Gp?P$mVҁ)TP|nG"a@53  c<_EM<RIE[F|E\x?izZNd+$*+_Pd׹=Aʖp2Pa,=κBf93ʽOQO<dtxZ16}#l:ME^WP<"AOP#z"듖`K-`}#P䙪%6S2zŗ\ or.e= Ty{=uⷋX {DR:25]fNy-䃳k/S_BXT4$;2kvY\M,E`"3Vȷ:ZHF?X*b {ͼ'ALY"c BۓeX&{w*nYDۢne[fys;Ӂ|`B&#[Y޻BkN8(fY!3al4B-!Gmw 3F,s6Oߠ=gdE4f sCV#W]rp 򦬴.y;;RYmкR7?UN),C4u nGpeղi>cybiN_j~{&3^k]RS9imsC-9+5 3,Xg}He~e9OPmD/tdz?j17K]tzz10<CtEr#^vc]@Vg4Gnq2t>`vR$]F~wV܅!mQ H>58}Urm#̴^/M{Q1۠Awҵd%JNɢp9gX$7ccI˨@:dlǂF`_'N_Mg5#sUz칼~,@ 굓%LRlJZ>H ~3^H0vQCS\Q[MYj$H_9OL[MUqI&Ȫa@ʌG7dꒃfOV)oqE|pՂf6?t;q#'@7P(^ Mut(TrȦpnL޽}xEN5md Җ墝6O^>~$톟t~MZhP~-~UHDURJv ?"ӭNb:_N#zhH+kry.ooV@1Ot?ZsPMJl{/x nJATn>q`R,T 4F_?7 2s5 ?Hj Bf )ʻѩO1DNP}%TS|m{wj`X+t^xI4\a,ߕԖiJ.^30~߿l0qR 2;06OgVuD݅-ioVGt -fcj˛u)4hMyȨM<&.p0wې턵r<~e>Xu.7o0WwO_q>11i3RHv?KBlXX6z]?͏ 3w5bD>F8}8;FnJmf~r[UE}'z@L"w5&م)fMoazB0;~>MW `a qBþg>8Fd~hsS ם U xc"ZBԓVCBM۹j$LA 'z ^P jgFBssPFQsC .^4U:R1~'wgJqcaQSL>,׬xB5ƾxF$WXk.M;d˩(}T> wiçuom>XJ Gd`GڵΣ*+A}<4is=Fo)~4T.\qX~X dZZ٘¦6=zvБeա[?b?%i9:Sb(LE&:_|(ut:Ő|`4 kuoc+x~vK莴;HjFCW _of"u]l]buźƤ-Hޮta0^0T;А٬/ NDZδс v85 +H<XGzqll6Sʯ ~I3p9= e:.d&3t O[uDz:[SzۏɮlP5ճָT~Ъ# )efl0mxuʢUd3-n>v.3p6e#bo>.+/N&WvJ^f@+$ZcehTGw} 5fD8S$oFc,X |`"o¸Beru̙Y!{Kv݈% iG'؏; V_E^:#cTb' %5 :lsFNáfWM,(R6NGǝNk)ry{D4.&0"YRFJgO,<Ջ%;*,\hʼnDB!#!%iNNvA0+N9DZBc9ॾiJheAOWtBRxf!2 \Uט]v?WjDd]mgd8Po -^y 񍀏+wԊhx?" MRHK/}pHJq&=rmkU.cz$/ΐҎۃ,y~F @IVfò`;*SSE\\AH!eMs4L.y ^rxU|VGvqYG6(9Sѿ85{_tuc[ hIX7,F t5=B=d.He2T){_ins ګr\OadWh&pG;XI|45 t A2|Yj,Hb-[؝mV]\ِw.Z`L]彡Su`I A/]~.'s3^4hA׌*F~wFvde/{IP/[1㫋7 Ds?ݷ|q"qĥM_T"+ =T;03$@{X8qTO~f{=rb5 #MP>/ט'R%_x[1g~}ƨB:Kze E޷Ir:/=i@* R2[0::wP#v)4i/|h[==؄$'LAvXz62$seݦo$JJ.=ncyxqh䶄 bG*i5c#v :sn  9%,zt=Ay\4ƒTR9C.F3:^sQHs/אbcAF\0ƎITEEv O725 D[6rXF\A LfMƖ=]Dv lpdî\ۛQP7Ih̊_{hS-ʺ,=u13 ;PS$2FTm}}5u(fDk ~0JWn]Q>Zg"uJwn4feVbGY8vJ<^)/Zo"^ t_XQ? ]UݵH >]>%ⲟ5"ޓG yGY^֖+Eo*p^ؔUSR7gL: [MTǝfRovniވ[BE$'S͍rCO_.0 ]I}m$ݸ7SKcp,wgk͖IdKƉ:Mw6ƄSدOVFv lf&Yݲ=Qc ` c28kާK<. h`j|wfa.OiL^J~u͋EQ:Ϡ*LJۍ$f`r|!y5K{31*XD"+d9  U7wvu+-{d)A;B̴ԑuOtWT5_* aQTi/A@i*[~1i[T)x- :9I0dykzkkoB ov`|8yP_Dt{Dsº4(ym~ߣ%dS~xB*DE7F WtH[gu3tٔ><=Dwj=@b3@ -͗oكԧ[ rNx=%U!8DxFEI=ԏH;6CC%{s`^mM[3Jd ǹ beh 9xbkk4SÏ7,MtN}fZs{T -f ԵTɽ* ^FO 9 l҃nrC]Tľ~ڙ/rqj]'uA:JRCl=ztohZQ>kY+~ YPK6Sogp)yכP!8qQA5r+%FV o?Iӈх#^ ޾!1g, I~R%"aߺ;dQ.A),dyU%DHx? f]FX̸6d%Pt~m6!@{K^y-zӦ36LI e&mJmZ0X+0 A{ó/d8ȹaf顆h#}H]bi~F"{rZǚHnqzlN{Q  n}eBghI $ia*@wbj{1è\GAeQ׷rljal9\@uU#1}\]r)i5bG"m4]6LF"dF*[6x7Pxe5}R}ذsZ*` `+ .c(bbخs G+#Tp侘"8nIy 8_.}&yy}kCkodDpe1wr9ꩾ0Td\yi%Exq綣P\^'/!x'!UJ4x>uxuvt֩ڵhb;Sk)FJ:KA0Rw2CqhG0w?0䁡JVkwc#B\J&ɇMDOn3o@hSPZJ},K;{P |qA@u, 3i?yy&fBIP#}W%~Ry}|*I߷o0}'Wb-2G4lyґy%G%Yqwf뒹5@1 )jhFߦ? EUz|Sͽ} 7hԥ޹ꎍ+\!SnT8? =݂wnbJtQ˄9-c;r\ibIطf|ĢݷnQѧ}*A%m񮭘ڑ~l`tX< ^RShk' O\R/7"_ *?w %f,ל4/o᠉(x%Sb5#`yErǧ.uMD5,,.@O@y^OI}/ޒE،2lҞ-ة|U3}Q[@ϿHC 1>HN#A#@= N=&Ipg % `Uߞ 96y]-ԧ[1?*b/9j燢4ޤ'`b;We݇Mƕt-B)c4lInЪLsRJ 9fR9۹ d S*] Uacp;X:H4dBYӑ1c {R(I5k}EZ&Fu?FtL)%5#J2h"~,K$A rcc4ut1bEg$Zy^k~|Q & Whd"jўIZNIyPs|yfWU2? :wNan7x[JP#:yf"X-L`pqb5L{A-/Wm?a!:>9hD2حR执0oOVeh=]LP%jա[ʗJϖ^Ļ+=p= (fc>ZRwZu;q9.d9Ɛ7(JVTG 0ے'7f? O5<_UuyvgWYdd(39jXvPk/OHS7w{ ;6]l3 *t2!IeBdyff_ifXo6A8ۉBg{`0:짌 )Dc]w= 4-0JV +!oTp^:}ri68ZQf$2JUN 0smA|3YP |aPU9mmZ/x̵QPv~`Oѐ-zo\EEb3^ꚾP$zzF_ߵ*9 )n]͡{@b^myn=Xs" =W/I$f0\+-jx^Un͸b@[ @*]D0lF ^Oˮ; x>H(bӢ5'I#n+Apۙ0Ǽ\D{kl-sho\..8S-yE,q?QXTXĉz.ֿ2C`Cwv:+H} ~u*T.r $n4ָlpfxu@G!RǍfջpNd[]4MMQ2=F d9cv` >rI~"kbE~lPEZWg[ʲӀn_*xGqn!GyZ% J:5 ˚# [{w=ZK!hX"D_R_0Zs,J#VAmRQԖSE3pfN]UAZi.t gzY*pj 1E.]m:kyDSF^9K5L{B!C6 6ʇĭhbM4;r}7/i$edž $rm9ZXP`c0o6PLõ (e~g)`L PÀ(Waț8 LOapv^( ]>N;<sv:+g͎(k뻙iԅ2jYȏxi危xM84}$m|yKwh0) )Sȣ֠kb"işGb+M U5lY] @Iʳ{g1ےm-3T3P?y`# F(IUbf 9]4Z CoS!bi;j(8-0gr,;t1cLjV#]S63g mz%7\ -C:)>S7Qy7{/dZѴ qˏ~s4nq1QEgi-]H? ZVDu6bw{#>`O{syO?<NkhŹ'gvӝkꝽx*z4(C쪶>ҬUi-ɑ .5 Yhe!_tO4'Tj}h34|~c= Npnr41=4/ e]Es *cN7θ!{m[nb.GhJޕLjF/UAρueBSH~h@i)=Eg.BaWdV84Tb,4ROb7'_0DV-f=Qټ0RWq6Q.8"9B#g9x۲qrvL@=\^Tt%^ϕ0@>g]~\CEdír%E7gs`t{A);ؓA* nU;x&gx̪a蠢ċJ?ˊ) q^w5ĺSmơÉ R" ޟf&K@pHj#N !&pHtGK _8m#;O9(u7}USj.Chٴs`L(\][kGPHr0[͔M>~ +KDܺĘ8]-}{Ʌppw*# |#a*ږ2!MrEX$q Y&0hڽ~8|pBP NeMh#0L\\|@n 'jÁ2$QCf U<{mDr}mRk*t8_x쑄F9ɭoSIoB諺zǔ ca3'66IZZWPJQTn WUL~Ks{cr=%U*kTKv1(@k\-!bC2*8 6ɑix'>HAey~r$տ$ҥi+uЖN,H+$O+ky*Mt濖$H.T 1wM :C'KƯ F~Nt9V8gd*5I!!՘os{GRX\\-hM D<v;Dbeu}od=#{`"&8>c14r>QH!<(O\8'4uqLq>Z\mAyz+Fڌ̊ q]=M0^MXR@O Y/`@'ׂΔa>b&3-oTQ +_Gz '~,rWcꀧKR Z7C◯cf 5LtD1r5Oخ喲 JˣW1mƱ߀ڶHh BFWi"/f|[ԙչT=*ܿ&9'hRsIyP'}s*#1Puߤ@ iQSӽXq O:7 <\܅NC2p(rW=7kk Zhn2}~-9&ķ r#A !$b He#gǒRSRE,ƟYuk бԀWʻI Vs%MQT=;[LB=I>oX 0'bS %[=Z#'"E}^YOUӰX %#qhT1t.!($7643/3puloCgPqrb)$fvUs[*z0~o^ */WlĜl\F/|E #T>:*+ XG4όOG2h*9j%s(͝e}OѮY tWH+g]+ޮYɟ^&>pUA_LVW z"OE-O/ٸnrGm8ԲXa29V:GVȤ/۶+sǶ|QLFMck"J7nQaYXD;k2IH"~lKY<)X E̫Q0O7&Z"~EKX6W%iܘpz(uЉUj9$ð셎LW '4M0fc#wˈpj:.R9wS6OW4lLV3OjaGdpw,RV&•P/J9W:k%5KcnP6 us 3Wvrb&Uj%|܂@~b4f7(Pxcve,w E9¶v7)2o8?@S؁Gk9|vTi qPfU 49&ӿ6޻yҲU6fYRj7WVfg b]rÎn5? sx#߶32hVU qYڊlcۥ 6 ]dޑb+\g0")Moi~) 5.?ng\#ڪtӡ/˞ZZ_6Qbz-W*»eWQ, ىPeq΃N)Iϕ2MϾg mZMm53H{±HJGa16mVT O׀) ]%y(g R+w=Jٲ͕l!:~PwbG) 03h6+Ѽ4 pοU@-Ӄʱƫ V%ۍc^lϒc肺 _;Qv]Sd!'gW:$:PǍʰxO {H6^hs@l- `c)I #{fn%iϛlRVDiJ~yrhɶS/~]&V<.v+O{GÀh5z6}/2&Xs&E" \7Bq6@py{WgrE0_6܏``p6v9Gg~~cc:SuC?`(o;}=QS _{F Xp8qhTo%hX0ѹ^5krJ[V/~#lmoSb|s(42mB/ Y'L5]`obN^Ͷ#n]ڏ` iitt؞{AF5 M,HE`rpӦ%s$aJ ;<[:nqi=,`= n0}r0x1Zq'蠸9w&*Biy:UCqe#u;j-nסϛW }JԭX3]Ox%>z:{şwsCnUG\eV]>~kXnn5Rd+Gk&mL;$Ox#'ه.7O$D7lݹTL׾6%50CI!c*dgSPTj9u }Ȉ)S+ PreCֹ߬ュĆjeQaýu1|d')yeҁ\^ʥ VJ,tDՓnOMzi3R빂~~u`UN00c1q~N[N^ф9DC_Sc]o7&_H!ʄA-׸)Me|XN~3B4'1r9b<օ|boQ1dwSMrʧщa؜XYo]drly8n#&}#9?bzZh]C޲;/m^gKi <{tuUDnL2:4Օb1o5݉v!4UnkVgXG50YUgaV\}ϋ}vs<& tmxl +BR GuWfnyT;')ѹ͈2f YQRڞ[gL2xkF_t25ku2cͳ2.>1eG+̠4ć^V ! ~ k^LP|m l6m>c`CZb}%ZؑDj}txFnI5&H=ޙUWDWWm+($u7ђXiQ6Q^\f%'r+1BQB>nc;3P%eڶ2{hkm4fasMH(c!Dۨ(t?h.edX/(,[g#CC}>g@)!H :c ^Pi :\ Wtˤ@8.]*6;z%8 yv DyE[ٸaFf]'nv3<{K_Hªğ6tpm^^|l Y"Rq=ȼ:8ƌ7SRmͲ\dtpb|[.7aD%h<`|ykXMB˶b*g,bLˆw_tSsk(@V3u$4LnT+9r1̛tAËkAXK] S}IJiF6*5FLWn'` L1`x`X${ rj犸GÌFZ-8b 7@Մ< :aMU@FI3 FhyZ$V?gjWdU"!Nt:#=68yECx 㬞9\b&L_TaTlnOqBK2KsnqEe-"BZWB3f>@K*~>˵13Srv^*m;f(h3GXx1imM΋fC0, a|*Lw+T5̾Y3h])7RɆlp0V_GA̰cX}iGJB㸾Ѕ YdR,_+PDEv)yfN5|yk7$amGx :J`Ufٲfn፤ m6 xbUgSGB]Ҳ"۲+8PGL~Ǧv_~&5 %SK8KLUZ&VV\\-0cQllm(xu892d\(׬ Wxv![. ౯"91??~/J:qA򮪣VYl;Wbz1~J|+0} TnW&~h}nq0.2ֈQC8Rz -L(tuoǬ>To4ۣHh6sxH b]ǭ`z0dxSl)vNT]OHFg1QIu '~0PA_otE _ h[Xxg|isf3UL/@J|d;8zZPSY)dC.zvסC8~Tܙ5P7/yz`&V^<"jl;vo|JD6\I/iR+LąQui$}8֥G\_ĭQ$2AJؿ(,r/ϑPK*Y㲥PX)c"ͷνhT< ;e I@%LVWaBpmMcCmW4R#N2ܧ F\ ,?RMZ' bo Ca`DJ]g^.hLritq ^<2G_`DC!- -N8W[ڼm#R0Ǿ RxqKJBiRHePJ`y1krD#=̈Bu.+P:%/3tєϢ% awgJw|V0q`wq_פ!/I#'MS䁱nu-ӹeq 93/e-i^b2QA;MyDv.٤B] /4X_FKP5U^M ZF:eQ)ڻ5r w7'zf ƾBT߼-=>Y&Ƹe9JxP/@|@u*qOaH_9L9m{փk /dX]ODӫRXmB &W4vxOjcU4BP? ph9eGFb>MT(ӱWWX;рw3v|?I%s4+Ř"IF֤gޒq7'(zVJJt$3U[EA?Q 3s]JtvVI(QIJ^&&p"cyיz\6x$Q.F[LMäDgjfKIug0AԘp2it<*KT$7y )ԡQآ4=.\hp!`I7^ДWܴWS-9v<6Rڅpv'Sَc ~|Aaϯ%R F jso>&O֧+%~_C&;DiuCgxIdeѸX >hjC-|~N3&1K޳1fK/ jhP2ÈIJOՕފj\ɵy/4Ti~r[ȎJM6z Q m\'eJٻxdU3Va,x;uߤ9LB@i :3?/܆,Uj'ux <8M6 { 7f6КRv#~;0*> ߆5 _hP#Gv`6*#m/$bc|z!qiٟ$Ju[Bq>(9(в2$;* ~aM26Xl[JUW%;F43͑ UNNڷfVY qLA[WfCZSZӵZR-<&K`+ԍ H}@_^]0}Lֱ}JJW/&nt5[hГ_f8FvbKH)j|!S/W? +wK_i}{:1hSs>łxJ"\f۫gk2f6owV<ɝcb"8mܶ8怐 -#ӽ%#cUԌ4["!F[ Fԙ6A#?)ݬ|_TE5\+ :۾2&Fg״dPEde-z:I:kg`paEǙ̹ < ֺ:w Z+8!V=ȹ L h=7(/'+¶kOqS@ũ@.l283 | ҧEK. ~^~ᶾj)i9]-Ǝ4ocO*9L0`oԞD=I:*L,0u 'IG((Ha"Z^*G(Q0i5k %KF:`=0&Np _wȉ, 7qhċ?A =XO:^=%BO HKQ?OGҪڦ]?tFwD821wUYe ;Vp{F,HK=#v-~B'Sy&?RLSn}/qU&z P|z<-HO`q3@a" AƱ*o|H#C"- eݺqq^gr4{ pq~܅=3Ӯ;y.k.?wF 4O*@G5煴Hit}zA@v T9I"&̢)lOk G\^%\|3/nUE 8ٗpREnd7C}>3(; )"e;&)&v#YTK ,p̰6Hd`H5پpt?֩Z?DZ,?6bjD`/=H23TE}|*]*_)T9jD^EQ[Xgj݈_7jYdɷB H)Yp'*u"9tV%5Oӕ3 ٚmpI~ Wp`w ϯ) қ`槠~DBSQ&˴'2*ٗZz] $|Â&ˍ@dEW4:@n:Mh*%n O0+ ǴK 0n? +p$wL 6"7M+ Mz,GiحAJ$ Wk~%p]8BKaJY14$Jb\4^[׊@H.Zh \M&t-VUrpf2Ω-~rSM3g_Ջ5tK2Zvz F! "WW~ú*ڝn։d€үFxGdE] ?C\}έ(B!b aA[bR'9$\`gc\~x4eZx^D{CSq?U肩*C@X)DzgZ;WUĨD&EMԭGňA8gFjk6q~0h).z!ij3&;~dA8sWN4'eV2E=Vi`?4y76` ܂Q=LCk״M%&:Zyq1dEȅEl'; % o7g FSq0(3 Z˼xEc%M2eK̳ hY[j NsB2Y]3"+ p`>Oi̫t=2t|d#,NF^eӣFMk lx"/Œ fv4]e^{2dKU8&skA$.^a&R 8H7jɦ Й[)8LJLjVbw2=pLv{3ʛ7?n =|!>)1M ηGhJ[ Ty^h+\!ɛDk5$̝9;hq"s!xG.BGh"ldb(u6QaF:z*З^qf˚7`Grf_U;h7WnvaJScƴ)Y 'r3!Cu2H HriRpU ȒW%{H|k-DdfI'UJb %&RJVanB z3=oÖ,:/ۗte0 Q[6`·c7B_;) peid+-|FjaHPZ$ƣ,m37}P:qć>ZĄvhCOZN[MIiI+֮}7Hvf@<~H5SlUV~'L1k\("놙ĥ 8N)oڳRG7<mH*+Tq|ž?)UT;yoz“>:XhUC|ՑeE0bOxz;H )HCI@ MpFB͈"z&2]ׅv.G@y_bK*>d}[ #𴙤C\=K'y3,|.?^*Fԙ;ԁ-6Q%n/^7=gj>r ,v@vVd}Mx_f?== )cL}┢mazGa/^G%3Ջ9 Cc|\jv!`TN^kHxg}7ŗ܀jRvB*ٱx-|dx4o,dq5FpOM8xPJ}BKhGiV,M:a5oc쥬@ͯL𨧐Ǚ0L_.E'wk O-0jErHڇ(Mc# =`ۄYԇ؅~Oh䷲ܡ$$E"msƽ6gMAgrwC#-ʟxYf\;A(\? P:=P\xNim1 ͑ iB adbpLHXZp"SeZykSe }jrdT@F ?L)݃/ZF63rXTua2dK׏"e2P>`;!UFڶFLCZ~~#[tNX:]gR>Ӧ 9BɊ˒q)!$L!e$X,L\y4yaN@wO_j}/d M-wy⋂uߝnhʗ" MR'|?:׀6a*nR_hN {$1;չ? yQ1݆#P׭aV(;Ykkby ءg@mJpXqm ɾ}ܶtkiԏLPfh*`<)WvQR+`ஂ3~[8nM$E|/m1|B 8Cz'P:t|ÞGi 7eS/lPT?Dj\"CROx2:bވ-Z]fdY#QI2MT}rGlO]9#BNUDBN癠3?H#ʠæ=j`-|`5Dhe1&ŌLf@#j$LGh. kgRJ%95h@wuG~ :6˫v5R+kĻT{[f ZD{;ݛ+l*zS8V(-ppFV:'쥐%'Pboww@vC e1|TߠǘkQ&NakowB.i$~p% wfJoTE]#&jIW1izSa! K9Nuٙf=Jqa LL,)Y~W:btcΣn+w1}b!Q ca ]w!kn“p;t! Wj7SflQpr9mZ( K{E8M.Q}֊v3IC;g;޹rYwVنKp?iTED2%'523oXmSQs$7FTF$,3y;mV::7|s>K9.~^ooD@̿kgW& +B\>繉ҖvhCKe(#7M҅X[ҡ!Ak~!*J=ARB,lRurL[s$*HO3~v`YrD#7 yJh .%w0bUOcO;Z6QZׅxy"hW0Xqu}.~WXyHx _o;bӯ0`K,ecv̀M|Km!]'<"7hF:*(mŸM;35A =f51t>.tk*l;K^_*{"T$E0o^fTS 6 =ӌCt":̲;y ba6XՇP Jv ٳgæ?;阶S'!zݗ,*[24$F~yNM@)BxPSBחmʁP]U1 (Mx=bL˝Zpc=3 7N'":؊a{I@OlQ~d8xcP"෦'lc7UJMJW4dIؤje00g2~2"ӿ Q.^%+WTBz~ifh8KT=YuO-U`(nȈJL۪st$[6^ɷ{i8GǴ##\v rWޅwS37`e T"' M2oa ŴnGq0~EPh~a_7\:_CP˻OgH1ɶd[S}Ǽ|Dzwre](E8S]%L]-\ =:8]*4 S|;tVbʶ $ n݂2֡!BΨ1 *XP)SC\G`k_}Y +C]ҘK|+Y#}ɟc [,Qrk4eyh Ƃն YZ