PackageKit-1.2.4-150500.6.2.2<>,2 fZp9|4lXtO2ýİQYYZu,b1.tFl7hqF=}ݶH%.MSr2wE6ma]-19Bnɵ/'[d{"vB50E-4@]%e~T%;6cǠI 2N%5W6 ¥dANZX3I\-C^c;N)D*[o~{ @֟5pWzXZp>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/K]"k%eLMsc~X> W6[*"R/pʡ :j㊺oXnߘnVW*#=m";B*DwGj1J9w+Yg4 &oDDfK*}BMD'ȈOCZ& 3muN%Ey] D}]8'VS]--.z( )嘃|86kR ϧ؞l 7q@?DOEX!;$ ~dyi;PHI%8iYzVf KQٛ%C%{,%Jp@/sz<"gthi~Q wAdkl&Cq @B&{po/̹0 aO+t:</V!D gdͿuǎC@a^!h[]sJN>$xίΔߙ#brRF.$'PN_Z <*2Ѧ>[a(GSut?,Q?k.U les5V${D2/I3ywaE-TĒCSOGs1 2simqd_~qI7gy5vcټ<3#Zh=V~rt9R d-x[D02tHWvڗ |k;-"Ġ CۼdIT7'#ςvCdX ha2% lu#V' LV$Z4sWMƏfWBUkA:ᔿK|(s~z}^cL pQŮ>Zlg tƬwZcEp'c :Kf)d9bJR^}1˗hR72-/'pfk;Wy66 o?mJxrP!Ǔ;QG!VDZG)oQth *?#"c`(VrvF ԼR(11Q-4^lٴ*  x1 cyDMSJmXb\O\D{ z-fUh;H4QNԚav3ba.72ܕuE'FG!>cwz;o怌3TRĩwoȢu3yzWjvJW-\^~RA|DK@g/W1c.M,[_Jy_-0z{zݴ*JoDer Ƥ[ū+?mb=^eV'\\*|% BWp6a{ vΨy>sU=wdn w-@@q(IaaM nYjMKb-Wuv&ʽ 4olIu&}I&V>H#!$;ߪ< 'wf޻]Ҳ/9 ˽#6"9\IL{&xPiaG.[ G{Y⹴(m EnxE.l@6] 9kذ'R;5@:( k'a"5wtu`K^0S@tJ6XfFH㇈RϹ{[]\ו*)v0?&}Lćmھ+c=1%==U{?']?Ic΃ӭ Xw RQEFY^SV &YpVWuUdw:~d5ϟUBNn*)Cu:@FM V`>ɴq'!GU:sYXzIc[GQ?S2-^\qՠ_]w:eU47ş wUfEiƂmO/&o`-{{~ʨJxHi:xKX$j'&-t% \Ue. p6ilku =Z2@䓯rTum 4E=I 6=` 8)IOSͮLNC-s;q][*.WTϕ߂I73fAP3p2q )'S^ݗXҨ}müHva,YqebwM 0~g#eҙt{y uНz5dPZ!qr| ԋ;*W5vPk0 #pnw%͛Erd4_ƥwlF-= F\_$Z4?^b̲f3SIGbd*&Êy<.#ݢeU 8C3TM?i2'> rc(U-%H{,xB.=IB܀@Jl{z^b86uUx/Mwh/TLD|]s JZ6iW"X45&Wk2E:5KEx2;;b7bv#%ü͂ǿ:~I&\Nx! JXuH-9.h2DzTʡu%Aϴ^-0/\=dne4y\DwlK.[556(Qϊ1`0:wSbyn =Ʌ8|3 ]N&7u) .TORta@~e"C[J'T J3RiO~NM!RA i;]眭O`2yFe%I^x%?{ϡ}A? m O߃Ndv瑤!#W'ek|7hc tmz|OF|uVC!e=wR*PNKiJ$jpG31`_}07*9H=P%'@*! M$Xs{!TQvh9Ԛs6zо;/hto$է;!LTmHE8~%[k>G/ޣw]`_3!N˥ M0x9.,ul8Az*@2of4`E~U/٤ d>h0@͆C)m){£cvbV-UYRMㅾdSL?,*G1\9-Dgw:Zd(>~{Fs2[f(Uu&ƫ 6+RV~k7۵J ]Fb"r_E#sk,](%_mb{%~jT)=NW];h]&nWFۯgσFaWiVrt߇3%KhƤp o!BuzvRwЄܕǾ.ʿ5f$v oHťq3u Et.@ nNH,LpzɧrDP6Z[p8GzKfi^ ~PKPKSKeS<-x>!JxZC?[Ġe#R^9U)ܮ(pB kXMiCJHvYKw!~34]qmzjcusY7!GUBMM jQr]B|;zsQY]3a/)ͤi@vYZ,O46ND3SC ~䖷HC&3GEs8#>b-BSoW1 %d_[yJ0{F ?收2ks2U} ЋW=筝j~Τ$0H|f=v)zk28uoV)WL1,ia^9mp&0&8uVIn:Oă9t=iܼuٯJ.gBC R lDoek>rH/@}ESD39A`͵f; "7MPQj| +7+iO~B$w )M.@@%D) Ta**t"/7W9HC6/beq"wڒɄb)}ҍJA oƠAMob lHh^8o?c'IH e 5)(Sd $AE1jʽΨ= lHCQ!=QMZjo 8癫?ݏH}VZ*޲Vvz[T[c"± ?7R sYʋFW|vU}1%5ˤbmVB C7ϋ6_{3.$xSFަbߌM5p;k߶F8G|,%m3sCI}#n%,^ 瘣\3j;>۱6(b z8HhI7yD@vdx~b@K^`(4yp͌G  )' crA¡Av6M{z2ky{βKS?u3H_)vp&wbaEܑ`]ْI+&ڄ˂`i[ ۸V$?nV735.)?2I rk`#YRgzu?ާO0@Y[eܰ=':fH1~q>0";h`L >|c p(( H" p'c|ivx= uŤb^%T aWAXp>/˯#gc(bz9ZzzS'/GS5U(# ,Ie`$Q>d4 kvr6%{& 3j94giΣhZuF%Ei(Xy,< 6 kwY$,`?NZē#<[~%7M4CrD r+ds7\+_T =tϠIYm@bѝm uO^B&sȈ/4/ĤڟKmkF+Oi2rVm!.nL'Jf$wģMR!S{Z KqBZX+1pk]u9Tf3H=lr5"@!ddQV\̲w ʖj/\17Я.YDye9+ ^_֡pUKfi<>* <rX`B&TAQQ/d;!Ness9q w$5KFݠ|3:1xp@)^ҪJO(*+9Mv]D󗃜π{d Mj :>dν b/Tڰ2e"|f@PUA *T֡'])5;jb2l/3)w6bI8yM$9I(/hH.|=rFyHtqfCb@mpgRfH"<^ @Y9o?4sQhޕihQ%ᡐWBD^.^P;EZB**ӑS E2-L< o6}܆ɵݛ(+ ɴ5x2!ߧr²-f\wuȒN/LT%_0u*}J0>ʥ->IfzIaˇѷ3`S@n>V{/Ae´+9xn"p+m)َt*m5FN3%phtCGMto3f&RZZJ_lwb~OP<"v^r'D$A1$~R"Z_fMaI0JhU+z />l{e sl |H24tW!l+4Af)eк\xH˻%4Z#p~I 27i>VǑ*r-!`hyo^s7wbñx#MM@,kD S~ J43^`N73ڙQP?Y Z̏e;]nɎzLD"ua=.FlR Ϝ8iShXFr`BSJ/ N堻P }&LBfp$ܐML?/sr$NxL tYspF$M Q 2UL\8%S )ܔcc(ƅo'ZNӍ.m^d8G |3j;%dRmW͢46I FGA9 V5,{8[Mۀ5!:tYvFqVb?x" 8r]S,6VUPբ AAffrEdv`ĒOܘ m˵m}Rjp@aL>φ$r 8vVKV j1t|l,_)(k7Pd"iDfF±9/+ ?ktk@x/6}Ѥ`G?lzR4AZ%dzmʞuud[0)toaNeΊ`v1e~^R*:<'{+w4ԅQ_ (@[P{w'Ux[GHnJ/| 5%W/EbRߤ# |C xs.h!fG5ft_: Rd#}̄f:ʢwS?+\ƛ.P7w]'# =@JZ1iid-}cRgEs綾mGY^ROI?{ΡwNyC5jkb,36 I֫'J# ѬHl0`˅-&R7z}a0㯀.{@1҂ai$vKxP; z:VYp*S]ѻqVR5 Wx0@YZ;#GLolerƶ:t$ÏOf-7eXH$p?@a.V+8(SnwڤB"\S{3"&L0|fh: te;#W2 ĕo<109'Q iS #|7䬳CRBmI춬LGblgfrbX~c;Z@n3z}xѬCXy,KXQÙN>y鬾RI JbLUUQtQ`KI+~hE ܃l5KMC"1H6pvI8BZYͰdD*4r:@CflME.nIhS^P[>/tw]-=4G~ Nڟ$2;pѓB[匟l B=ڶbmCI0S$= Q(.zCl LeK,PBA"6qU@:+QM b76cao>靬S{[~OCtH 9r5-e;|2= I/};  ?~\5WnxAFqe%2ﵜ!U3p/fO 혭l%nkb){{wJ̄LQs3oB P+#bWaq&J2YWx2 ~S=y,n]NwCi%+5bWCeH\~o,I:E/twϱ]ꓴd;P*xHCiԀæQA㑘rlԇ, ,-ٽ*-p z3y;.Jf-q,%택!dIt$0^?V0\695U5U'EPI( # k9V3H7LxݨѼ}-+]6S Q , O&rZ'pÁ,K$-44O?bKOKJNӉ|iBEQ. XՅ,Wn'}?\PZ 4 t)[bIce) ?E ],*;} ),{KPcMŤ/__ziDAvGH}.o2 {f(:S Xz !0{@>{gBI;:KlM ܜIT(R{-TFk,`7M,ɂ:sT!Ys<-0XKMm5" WlCEMT= !c4̐):Malq {Gz'|P4M#<|{Glvno.}㷓xĜTtU4fy q1j(q ]g\6'g܎א46ZpMh+|λ7-z=#W~Vna]r ]fc.BA lH7t*mVtoQi:bIl2&9[ežMcDwzOIc#OvB/NGT71@C[>~cSKNT;"T r @usXS۲Xm ǜHj)D{K#V!+k:7a#uv|>t! cLH`D@RԺxXW[M3"ܼVkRi +gFE[I42ց[|%Љ3?A@x ISZ ou'/ ?1t McPv{ mꝥh@bAznӚY/;IqPjaY񥭄*-zFpK գV=tGsXpQ;Յ'|˗@;O{acR ~}VϤ!~H#brmܮ\'ӺNW7QJ<B 4%T'l& s\7 ſ}6ۑnbVlB)2{;nG' .糒 !7tb*}'`%p;ǖI$/1 W`R`GvF\)YTJo(!:R!tpA_xA!ɋ]+^vG}~}/d=yZq z&+DG < vږ)ү S4CФΗ9.) oȡ❸3ҿ\=ViK(;09S8^ EZ UXm~ROe9R {Է!r` P90r`b zqwo?I멖p=ʏYWy EJJ0TvgM#m eɥ5iFHiSȸrUKkD*SjAte"h66e[QIjN e%AÅ2q S/: .Z6t_ 1I= xEW~1q4Ƅ,vD[F}WwwYYQ"8J6loe2r@ V#du.&E3ʀPԣ&+G5wCtXG)ȕkoMK! gҘsĩIUulJS˯c,AIqԑ8_[ c3T4Z&>J' @\R͠`ƚTO~M?qxq:',wz7TBB%ϝ6\z;?8X+TC&d<dB4"kIJץ b[1/J$P2,&I6t@z6m0Cа?j5wȿ2 -X߷WM4 )_7~Ne*2P3~1ZR4`MM㡪^Lo5$ *,N{C-pKŠyKG\I ,ek  !Z9WI0?i]徯t+19%LI.;˛m o kL r`.'vrT}7pڧqQ҇Cҭ9uؑ{dU-JnVJ(;.쁥KgHK\翣u?w{ '҅'y?.@x=eL2 uIb`ڟjַ]ٝM)-yrcMZaHc$nK > vvv'%ndĜQ~7I S+b}h6s>N 4c6~СU* ZFk^W8l'I8(biISޏdѬEc )%HHq1[9OP ra2/l22@O B{)[̈́C^eO>)꼤[|2 7_߻N'́gq4J#`B/ri{nt7TdZCׯOC{>SJ˱si4O>tX(/1`ZOy|K6#Ry͐o޿wغ&8[ZEma}8v.Zn783d  YY%~B@` `μQ-kfnmvxP"+άA)fZB#ς8=ٌծ}!iYw7 _&)q&03֟4`K 4!(NI^9(h2" Z4u7V7-S;L7VX{]`T!3kne ?ˁ}]mƣVuQ VS 5J6U|Ix;d Y7XӚ;7S3Y|D=`PSy P͸&()haƮ ٖ_v1jXsFy>Pt#s*?fɟ*YTCs>7uyd;ngqBytȌLzڣP%iCC4 .wk=>5PcҦMK(= J ZƷ!cZR3ܐdXTIw3 e%+9ע,cKA/[p'sS(iAVK*x]=14lwi2@Ob5[ c2euÃLg) 1aHE8jcR 9RTfi:g׬_dTF_Y[6I[҅|c6/O]`'E~usPx'^`dsY/b@tHf|4Pq0;T,W{ "V,67K`JԪTR(t&{yhuݠK_Ɯ"vx~T'E:yu)=Vo5] (ZX%Ieau1O\ƲZ't{)Yϑφ)@Pb,B% ZP[}]+Ujv . Pٍ]0Ӡ7c_H.Bi_4<"Dqa{ۋ~z75\66n2*~1" iA@QXv./ھRlTG;7ȌBp Pje/ _"&8KOۣ[#U8PM',VoLPvrjV <)|$ҩ:A>! !=\E1C) Sc½7uG5Z]d4G4!:[.;s82Fj^}ϳĞcrR'h泠8<&UQ zEؠ@ؗBGeT3) DX$48K yfB C:Rg}WxW*sr ӮH`Vz:I]Z {NyP ?I]Uo9pƑk~m<78rTMVE:V*G>s̔tYl SԲ3/Ss hd1w ө@rZ=62#qm2 ݚ aU,3(jYO&'![ MÃm@]?} WTX)3kF$WI^!5&4-֮0`釧P}#˨ǩUS-N[,$lu?y쑽PudV-$0n*LR;]JI-u)Ig5x\[>O;l?} LRHeb"R1HAiy3pzr^u&1x8bEKm5ްM Kj~EF-HdBtYnYJή 3L'2G? R fO}̘K 3L#X|6Uf 8 ;~DV6Z9\$Amsj\9s* yUsOC(EHʊgeaZE1>w#d<"L+qE3Vܩfs9M82+5E/(\W. UV3B'd><}g?+4 Yo117gKsfӴmNkrmU>[Jɢpfazl/u:Y.! WD|})n7FK•lbQ.}H M#4\ϋ>aF5ϗFt1F,Tnh}.#3֔ePN>:]%UYN` + Jbm&{Zj,Ԉo+2)^/{ .0;E+7:FHn#.uy(s_  5lkk¹~l,s-M6ȋۆA(x UV}h2 N@|A*%lKJU_"sg-2 H\*q,)-'UF+ XR)TL3ڠ$=N(: |q O5h?T%jopth,AJ{ ,[ ~3GȑGcϦ[&jcjyJy W4\fiÀjnԹVc܈/gE8GI+dF܊]ߑjgfBȡyQ&u}uhAqDeepiDTfpe Ov`-*flA횞`@ @ v胰k)}43+@8qv Ǩ]{(->0֜u#}2}y\+ll(MQgvWj&thtVL ̀A]~lND>ă]87;c̶_ "=8]NרL;n\o}[Rbts~Z[deCBkAoFZcϜ3bH !\%GGrvmH;C=WO-~$D+ h sSd1*?m ,h߹v/Kzu^}+*z#O˅"8$J/fVkMm(4p^5ʔ(.IjMBpεC[+@>PT{3K؜a%' `1>dRjXTΦ2IZ#.'D}_$gKs1DK쓇F^Ddm)>tVf3$#;bg>dі2DwK@q~dH#f(QfY -[:]w멳|#13vh0g ]b Ȓ GlX(qya4 9z69l\.!HȬrab dY<: -7O@,JoZ!J8] ~JRf $mn9+=ߵhr!Ǿ*iJK0.Rk3~W.m@#Rr hke\=V'*C_.qNᝐ曳hjzN+{(kLe,?OeQiqIli@la+p=ϙ(~"ׂi.5v4gu۰{L"AtGxjֲaKlPLNUpPJCHn ~ד<*w^rtEX&P59 -/cP ,h@K+³~{1:%+r"mSfY(m ZF*7|fH[2Q(_A1͇XV1K} Ot3Y~,Y1/VraMVgG*~~%حr <|I"05_ tn$ #Z7ZR A* 1hHseX=PS,IuWLeDT qGT5gq901,ǀ:gGN]|>1m_ lU8At|8҈]6=XKfIQ,Zfgg~N E phA\ 4/T1>ݛ'ogto }F0#¶A/@:7ԯ ~Q|L;y%ϓ1E>ipUX"5JJ7Fw\߈?_5L.wQNy'H4-[n$U%}W8UiH!j;ZTƙRm@nְjcLM_DOiGW5kUNN2孥PՆJźTZlC0R?Z"wtz# )WE[6=<8|&dps =GmXUqki@2gN'q_?ѧKyΘN⁸V4v,zxe)敶vNY Dggxh&VaYw_ zSnj|Xej` _}D r+.QZma] ziA=zioe- ƅ0]~-:Wş4}8Bek|6UmBE Vˆ6sWAD :{ч,nZh ':>m$ׄSScc;3[*tz#&)`4|yb"Int/ K/Ns3GʞӐF_T( )@;:"u@[HImؽRp>O^a4)&B\"\5=8ZV\PmvTɧ2IO.~ܐsߦU zӮ|l3x ɲ('+OÊ] Ư\NO oacC1VboEeyd$IVp(Ĺ4A !ҀD R2ak|DT vc@J] >GrvUS.J-^&i1ZJ-ˆ"D]N[MڵsmvưnjwsK}ҡ=Mh=}> 1݃m8ɋZMpk!_4R2wH,\Jo,m]pƽviɖHHҰ $h>qJa uN[R r Z#܋pՆc :W4s~qФaSRdH蠨fl.-^Ib=ufWZ,q).SU\^ƴIM[. Goz$ђ\1+bX4<\eiSM|epcTRƂ9 2PtDU;."lkg<㡒g~ ly8Y=bJY葼`Y $2, Tl&WŨԽЎ8b_⛩h;y'7k ZcD nGzpCɭ^*ѫ |ql?R|m7ح "ct3;̺]=N|AXzJuQ裖Q(osH8u?7yd#f'QǪ n/`芵g Q)ѝ@ ; =N@u'ǜ5ۼ(ʆǝC\D:^|Ҍ"*(tU*\)O39NBV <|ܰuial((~op65vX%Hd ڋ^O^}6; Cl>j]ӷ^cCp `鋡ADWG^Ԏ< mYWv\d%ٳֻ)##ѕ5L0NOLZ]v4 kh.N!z]-*!LS%ѕNJGPobd{ }O!5LcqO?9; {:GOZ`- K:w4Lin̵n`4di+P<}e[<&Jj4V.NS*8N]5ż,6rLb㄂Jw&f랂H:;VVH@N9ᠧG {F G؝+.pMI]ͿG_㺟IB(Ӑɴ-5ޥ0pϗsTD©=e# ris` UCh@.rAvE#Dґ EYdL}Lo6گI9vTQ<5ش O o>1b|b0m~jrtb/ig.,|Jꆵet=A7OwQ9]~,H6eSC6.!`:ױ0k%ɡix;7]c_bmy+>Ilw 45m.@!Eƞ͢6gguG4v-`Cʃ8t|5KV6P0Qq?9 ?Zv$42"|y;26 yj}PM05.7BB+[X"ECto}&oN;&i3;Dj $Z9u`%SEeg̜!_"Fo^*:KQp꼯($}CEs,܅-:6^TB=jAJ:d^ &Xi*cPxEyEOhFG*;ŵvv>*4U o!M1֙26Nvv0'#`ߛxlV5yca\jFG<]hWC:t8AH[ ܢ{ݵiKxqfC(Ҵ^{Z 6@c%e:]u:S9vf+ҥuXͺDo'GYjǦ`!BY 76Ɣ20 _u`:ۏ%z5{w+W~MX5{Lnʍ@DkFxH&/pTnI܀ p  檫'3> oߧ8lHQ9åNGYCJ5էG%oo}KC8;'s%$}~4#uT!e^P.FIy*./ "wu٩qTUL5l<}&ӜV&f.MuS{2+]U(d8K\ yщ|&$4yA9Amp7+,_D`+.ukmoH\0,*…ݝሟU1̛ѓ[2ZjT 4ʤ~B"тI`ן--L9&Z5|GYd vPm0 { 1%k媒+4ju x0{rJqC _K*3NE_?-MNH-W#v4EJFC5pnn\}Utѿ磯F^ǸLluĊɰGxB;,FK!_)8aD |K!^4R \JϏК4w( l& X"a!rtQ($spaddçB)Fo6ٟzЪ*q[lr|HP+ODWbqЫ\v`"ʛf_(q^3wKf' t6Hx˲SM(ހZ7k;:0d߼aP5% fwf=L\·?uR ޤ97AK"/۷bIW4.(gv>_)SL}u#Re8p5{_%]NMǃ0u b  ְc>bX Hr>nl&@cxEi coM0$Qv@Iz+Ni܃G߁B?4 _{$8^pVp R \Ϙ[!/Aoiv]ǃ`ws*K}"5 XCwTUI{tP܊Uh`eè9:2av:lY#蔉C r33GF_ےE 571R"ڒP -G@5n~>;%_sx -x[@قu\L/F;UJb^+{2&rL+'NǦd巇>'.< 8̰.ny5ӵSaYXi.=;4AG֫9+ @Aq$ACG H~0W>ciEEǞ/N<,5X| n7>.An 6d6"罫Ā.J^e_D.BEyT_iOEJ sP: ;Ol4A+%0ُ=qG9:_O5#(25tuO!C}wPJ=YUP+bsag,ӯD$:QGTXd1| CÃ0o F*ڔ+ӏU 9‚sgEee .;C',A/ u,g6y 5Ϙ҅ JQrʥQ)2W obR!X%3ҳN̎r!T8J7_ߦEpt-`Oψ_IcX12F̟h0W+n*>3?[)DJy. MWoZ]̉`:v7Byg d2} 68Am= =~^XY 7=L-_"+Yx3@!8yq] Zˡo,9uÍ6B<* ZVMl&R@V WzŋnƼ,p7 ,ہf-"{ߣ5`ir :=#ɭtgGd&}cEV1vj+.-B3f-!?#ߨ X=:8Bf$PꪙY0AdG͋{P5,2ct?e=xKFo$ټw%N|:D+PԤ0` ^P{#5 , 9M]M1yWFew=;RYD=th^lo|$n?Xa~MUK΢kt.'m_ 7CMݭd$sij.^y}r WtdΠWB ":z3Bū$9e2pv.߂ܓu 2iF0)q0_cƶfѸMQjF4s4` kl\ f'8E[{r] N[}BOEkd߯cS7a%S‘tҟoh~e|x"JTvR*'mm1_jW JdR ^pԭER4EU5px?/e1^0hyPiTW%ԼҸZX(p03z)DvaDEٹ&8ܼ)Jl `p2@ lmMY>tS3#&]QkZGsnǖQd8@퀪.&BܢIjq{[-v(񲙰gn5٫ЦB+172\t%p?fe0, tBr=`%N%lNqP&T;:̃irnL o!D`4l߫͏I\8F=d֐5f6k{9ﳜ; !!*}Ő]Sb<(>%;HЈ^h6oClإ ;Ev*2H00Ɍ0܁^8 |Fg9eľ)\#kIG~X) !w]RV& o ]*əSH LYKCmQ6X ._5 gYACcpF8I"@N:p٠M7 ]zL:8(K8Hŋ,P9MݰC!)Gds$jj𾛙,?9Q>r=rtuӡ"h|a=uL_8uKв)lQH)nJF9ldm]kRo&YLFbZbث6uweCqeƯ- }1N΂FI,\G\xag}pB0Zy/ICAs Z y`* =٪ƜB*\ i7Gَ"<T%"*bÕzc9gF>鿫7W#il8)  8FM$YyUD@~h7\)~Dr(ܐAFnN];|6ZP gE@H1{P)O`ӈ>l2$] BPuh|xuVr(Np5c.us]{)Vb~-fYSRa /`N8U2c`ݠ*Ǻ(]T=>fw\(1T:*-u}VDiAc6:=acL Ŝ!43<69Vu/ 0]2XدLzLK"M49:[13P?XTkO'ԲG;"@څTi˅0H[IrtHQLI xLI]%^Y BJW*4?[LA[vN;;8N|,&^w__!'49Z B#,pТ^=:fFFVu*/9&`F+~w0#Dl5jjOd~[F%[#-pg=31YYQ epZ->3D9[PC"{"Ǣz0TR*3Q [.\X֏ZX"ڿr..yU%kIfI!^qcj~z^5p0#e4 Y #W:9Hfѯh-t[~KSPmfץV vw{Dh4LVd(O=XS4$jwDL$6y@5b1 ?P=Ӿy uqM HC+MÃg5 i!4HY&h6?967Ս|Њŕhh+ы\g#%Rtruus,> 6$_6oD7~Hb%e3@_*\/nA?.zW?oX{ 5`b~+r6r6r*yO[{JY"wֆZb}Fϳ=U/"%7uċ3cidvY\<Rv"6櫣'h:U`Tc"|(@*Š[N&^fRà]ͳs^=(*6Z[ B7("T Z;{E0Mj7Fkuͪl$Sה4Dƻ&8#P-tҡ>-\ydLcCqA]BZbc(u&B@ ژwZmV5#B~D% fW4{Šu:$Q".H&zMxǏ x;Ti@a}i -[aO akZD7D.W%4 @{ ٽYxYO\kooToݜ T2U[b=.fi&tv!~ux.x޳Ma@nTzhaHyrY<_qiѵH_Ti,4}|%㴿V0B '5kȊX~'M9NR\{GG)44y_ѢcӺjVrf )rQa(eQSu(dG4Ǭ#PO43E/z5V ((8f%O2T ld;]t;Ϭ+0 sbdm)¿CNqf͇R2t))ӋYVٙq|)G=lc)ՖI}rs@;zPHvk Dsb' (*M%U aF0YoPmraÀfsۃ B56cPOmz'pncL>^;<&{iY6k,E=N]}ƞ[bc `YRqGky=# Z!ϣh:8g{O/q3c= ."m?>:@!NFDp$ٹ'DEU e1k. sx]Y \9BĀ=N{_-?T(%I)מL|awX!΢Kݣ<ըUhlΞ Rs@&%k,tׯUV``S>QRai-$)KI P080,S>t E-4U  BT4{(IV.fM}0)Gv"ЏdYN%E{FE1@C P2)bzZ p+ x2|^)+(`r{|X\u Hp6 C51-~Kz󺒞 37q;֎)LOdN4aLL) &=|lSIޑ"4aOux$D7"Ko_զN/oSPjMRmf֡'@Ub.Ŋgեq8CN(*o(Embqt*pYE"gx)o a;ٌX5)ey`12}oiSĮ#WUXJ|L 7cWcqa*3x" WC^eD|WNN'pֱ{=k<+6r W*ҕWYxch m/DU-n[s=U3-n;o rCG vwZ?bBCyiq,7| )e؟lo}:GT mNdSP:k"醙B`n ES5p > 8q-fuDSc~q8K ŔJLZƤg{~I]4M )OeņH+/[T[pOd ߴT~iv_&ܝ\zI}5:4}ɶr"%PH"7q`qE`1a M*#9啡a'q\CÕxv꿾؍TjTsU3hhkC<HŁ=ӠeXqt@:dJ@'Kk :g/ˉG2ܒY~Q!E4EQ;(<߷3;C*̀e\A =E=d<F864|ȅUZF%E~_P]Om\R@op}h@yBw5Hi3), vHB-C+}u'o}ӡxΊKCchIpWГw23" L5^RC6Oų,:UD]RD_S3=4N QK3.-8"U= rvV%@oJާ7#Z*J4NxkADϗya]"v([(NyS TyZJ"PDH'ٙKp8 2T>/Ibϛ/p ȣz ׀8Ë0RH,oR|86+N`zhljdXK3D3}jU\a(07b- A|m^ Uc GO85IPՁ߄C uGR͓G}Pm"(B:'g׉*&:)]=383_G72q5{JֳBgu2Oz2^Dnd0'Н7<&]/Q: ۗعCx^uaYRܵ▮t;BЗ`GVWꠦ3j`)OJ<@\>꬇vSh58U59\|,3; Ð3"6JIhmL*'[G^#\=B\";?q솛퍼nZz))KbxTt70דnw|ZԕV~# Ou<3Ůڗe7®Tõ52x%s)n h*}X\c*'^ţ<84x qWlɹ)@"U4|FKFu.zDt n XPĴT,q*^߻aUny˯SǸr#UrvҰ꼿F5wȼCQ@#Kc Qm,sHBl:YMXg:Iߒ6& yiB͌:Wj`J a:[Y dA\zs|_d iO|[۾ [6U2,MSÎ~*-^&%$`B .%.1}Wdd8tVWg'x:8H9b E)n]z$ \Jr츉\$OyZF.*'IAޞ #5 \i&ϛ}'g3Ef[8? :d .ciTp 4Η?MZ9w N+:\qXmPط2An<)e|Z{XqGHg+2( rc t#؎%F+a:.U,_2J \ <#pc99/Um~}ȵfH+~PG_VBC)&BDK(&:O3{O8IIsۗ01R}Et_EEɢM^{>Fby=h;d QS^-+iIfk$QJ a6Ld&m75 4/n~Q+6f:l>ɑ*!^\_ eA5Iu7No n>MМJWo*J7LzmY/CE ÁIڿR&GXX<[|w0ᠹ8KSw XP&<~)[aSіvVe`_,04;M=f^V#7I7& IeaH|(ɎԾnL𾻵_}c&VN<VguQ)M-{˯1p4} KPntR@KLjGsΉb]$99ăJQa*. .W"۩jhY:cu [ Nx_ z"^8ALGw˸AKǎ$piL?|~Bւ?/WcjS8RrLFվa5LxHѵpw!ş;z]c8wy a/$6N"=%ִO$װê0(&; YUɷpٹ'A#n2VmeMS|EW̾f4STDV6}2(k>ы1^wߪ:M=Ă?6tOaL9e%%khX=J,<?[Q&.[V'EE{3j $ ~B.[ d+\UqӸ2{Q*tI=Ѡ{~|m!jTɵN ƭs]]7qOI u1Pc_@px2yyÕ2AgY5q&+_hmtEs $xR.n_j( s}nk" ȩeYO{6f_w`vG$M¡#I|,9vJ " J pSbC(B9{wEzVa"49[mݯ_jvg&m.5ߚܕex"6X } X/"ha*]$%:jHj`&߫1fof[rK6ZQ沙)C8/VCk)0J)f)w>~1F&X >j"Mqq"*vVv(YX%yUaKMch =^2o?)9ByZ"fD+s:Y&'z^QZ Np0ܷMގLTS8Cʯ",Ȁi_߯\t@ťֿܰjR2/x@)O$yts9f>#kEd5:re`.oeﵢ2 r%z&b~4Ls(bcLaik w1<ۂAXie,UJ x(DXlO]m1R{Viͱ{$"@SV`\x%50bFCE\':V46ՓQ *f#P]Cz zJ7 0=Fkib*flVۦ!En^tiSg40{ߤÆ3wb-o'A~UxSeK!ŜcnZ~jx|}j:Oj ixsIl?bIS _J3NZ$s8f28Rㅥw\5k(6EW^`8pM%vC#OEքt'A<(;-7XNPkˤ@{r^EVKk :=I@/ )Cg+1IxeWdxx/#k~],8>P'‘g < vF'2h=[} %ݜ'rNΗ7L#D7bF-[lJ~~zw$|"XRb/,ՖH 4=WkUikbSpO12P971U^GC]4!1S^Kڃ8Mp)kkim~Y]fœ(H%]=A@1̡vVoL%HI*e|rb䏪.gشx"oOx->ScSҟTD"!1ZB jN Fj5m٠뺬w^3%v0 ~?JOw2aQl(q L'-8Mx)K@kiKr ISjB4)}p$O8C"1gAR k,-̸Ne`;GM`~8I;{nz 퓅CMPk;f4-L)/v%GE:9!W9g'73\Hփ_K--F<C[itMq9q ws% >RA3"Ζdy d'mk|` s" "{Ò.oh2(£sՓ h8]k|*>.^1}15@;N rtD_1,C' :#.&?( 9]v^*>{򀛚j/\.ku~.)kp PЁL?؇h(cl mDYáHތa$ ܋~ -9ҵx[{eCR`њg52p%]>n?ave}+o2sܷ1 TxGή7eh ӳ9('*YiH',biz⠻8<P1XEd43LJX)s KߏMW>JIJM$gNSh=zMrF`ǟ[?@ B AiSUoY=n 6𤋮>Yy(<"Bn顪߿xVZ[P c(&٦|zeDԆC<ϾGy3v06#Wʯut^bpFݔ;g/CE댁| ~LD6}A-FQ1o9_8#hb+?WG)WHvl47aR+hG}Q7fO v? BZ\dϕx]mf!OwWz<`7.H\WH%4sV*M¶WD]$XAI}H1~J]huY}u҂Oc-^g8NeέI 0:'Ylu ::OGIGcz`,0 䆊t[w}=tiKP ̯3Rw(A zJQ0IM&/K.u_:nNO_ve;#t&6,^噅W7F0:dХF8p/3w+[y{]>]M4. #kjb*}B181By6K4S-ue !2 ˤ=!s +VKGhbeyʤ10geŬ{<h^cr)}44,Μ9o3īGx#knRm5DזX3N>9ʃT mHWob2/.LHŸ1da8odYe SH|AlZ)iFN7fy|(؃x-eFؙ`+Pwܗ2HSʫ2ǧyl)J-(C< |R Bԓ)۟h[$`6&["a_C䀘(F` $QgEHla"eG\/3QuN^eL*?5on"F5= , FX-b湅!% x\C%k32 ⿍YxfRٴͨ^(VLn$mYÂEԭ }s(5v Wfm^S.m$jQ` {דNQCk5N0ϲy?Ժ~>g JdǦ+05p"lˆ6GV$'iros5uP\Yha5Fh Ob-qGÏAR4b*/Cخ4})Hm7ZiL"a\aAJ{Y#ٺҨO{+Xw',wI- -u%c6ftn/_{ur{:jUde*E͛" :V+5Fr gJ) ppplP7#ύ odɣpK,(E9;q h A^Di;̘STN;Z F;Q}\L IzR$m\?ISp-̖Kaw;Doʯ#su^m* kඎ_P-o!Gyj ܨr>`*REB&Tr+o lUdΏ5uqgжH/\op1g|e+ڬ-,z%{ sBɦ˴zQG|,5ڀ\269#.b&@CERmvv7jZG[l:)V'\rkAKJYGk ^$DQPBA Mq.tDK=%b1y+f, X3woa#VDk[IDZouLܒ} Od%<O$Ba,ڈGlJ?f)?ّ4W[Hݔ.Y5k @{SwQ8cw_PS{)0Mզfd\1h(o7kTm4b@CH 9E6(p3S=HAcEv'ղ6+$*'p#&ov?P6\M{ϑɵ@iϫC٪% o2xYۚ6$E}_䳯xQJc=A$jHD=bÈ_,1ycƝCL4x;vO '֟ʜrs/O\@0&-[#c5)pDC ʶk T:iX:y/v{gC8!nO*¼8ć՜״m0 =uXKKUC= =!͛eJO{`j dK,u1J[E2]l&,Z}4 1$d;K2xt,eFE,`ƽ%BMΈf{`ޒjT}7:\o6KW;%\vmɠ~bJH,a6=7"mK_^Q8UgoESBxn@ZM ዬpKeOmM-yBcЫH,k6 vَ~ X/ԛVW'$V'U<"5%MC].W?AH},AіfXD]kW1?,NfdMq!K[K"yJ4KR,}`Ȯonւ2mtuWWI \˛%z9^P@g׽(3JMѫ^3-C{\w9IɍтofD,cTN7g(u! Hz">c2\mH jU٨(вhqs<ĺȸ@R@D~E'>4}1 KbS꼧ٖ{#*4>D2mpC;>F kVMA0 #|aj-M!ilF+-RQ)X)1G_i\ U Bt8]Q;~s )ʎsD_/E+JX`7X`)6a[H+HS(e0_EΔTؤ2gu8JП o74} @T[w-XɔC+Y;n-0E%/`?T!b hmf{3ċWB ZuAFг\Y`q_:KXm ?F Oa逡W<_ c B-0ldǺj>(6S+P."jq:4N*H8[Y=_ZǙS<,toH9ڿg9cyokUy=21U[o{K;Gaid =. GP;}T\ S a'ˤw#J96G흃M5`ԭg"+U!_k\MзP1|;(LO=}_{{8N|1X5L~!ԅVbS@3S6SI3Z-&H "Łb[v^4> gq:!Z ZdcBmVwTJ쓕_GN-u>@ ŋ?M}d[S Ch8okLx2t2%KA_%-'(%TmeC*+Ҡ5I7wZ@b:\ʩxN 8jyq3/]3k'$`5L.(8sZ#|cv\D1º0ac yDso¦Kl14sWihOg"# ig4=8|j rʃFLGGqDWƶ],: -h)ξlf1|thSg>Cf'DLTl#<Ŗc "#{Ѧ5w~5DlURLxJ$0gL$?P'-mAfY'W:=ZZ)~v[@?VNv K =!w5PSv)ToO{X4iш֒TXmnVΝHG '5Kjh7~̺UҎȌߪno헉] iV]t{DF.o7Q]E[LC%x:a$  dOҧIC,q0*^"VgBrYu/+ح(GF7ąw<1/bN&?g'[ۖpiؼ) jX' opyj_ړ4VsĊEj;k)|+aq3PEf5t3a7IJ@Υ/I09]U/oǡ~"8 э10 "nYF:h}ׄ/$ڣ7fq?QtkzF-"ۯ'p [WJ̔wQd9ʹ8Q^vjC_~:Mˍ*;WPJ9g1ތեMg`h[n۾W箷=Vb2 z/Lh$u''pIǑJk#]'/fg$?σ]ꈉx<7__ TҤ]hGw2z sCo@Pi$L;˩caҜzÑ5LԄ L,_vi5Gj?RE(taLLpґٲϟJ;c>\`8[Kه\$&Um8PTͨ ƶE֤W&냍s(1+I%zf.սF[-V#_.Lt}tFpPH/%nJeA"j'3獋ݲ^&?Jy5Rgf X`_D$17rAA ]Vke\.[Kl ]cZ2!klIdzg8 =- HJ 22ܾj$ U4X=vZƩ{swW {<iug|%$6\&d>RPU)"GnSX-a3XM; ٲDJebOu`nrav"מ*~c)S Xlw4v~4*3`<3gCE4D_0GV;]0eyWD^CʗvB8SWt2ƹxm'!%{$ZpjLcBm!% T=C n`xus@תŋh@MiA*a.j #c#Pjz,arya~voͮ*8[A Lm&lqlsMduqTqm)'w=Os'J?CRjWJ#v1 {ovoe,A׫^ aH'GAdROUӨ述e7uzmpQ#kdL W]C چ$[GU~ E_RkA.!KwIx缾54fs(aLa,Qj殤#JLt)B]R`/Hv Tr atCƥ1( -K0%Nzl- Yu(}ýoZ_Ըl +@{FfbB0UOF|5?}-Qĵbs_NJCGo A&Ly'sc,eHa6F`?*һ.Y L{EAnU3WXSǗZQatRV;AD(wB8<7(u!|x>mj=(q=Hgx`R7Kx1>O[qd qא"RCN+o횹NUoLQRu-=T3UU5qn Q| V/wkAΎ1X@(VoELu/6p!i*ļ@\;TW|aNz.&hx=,Ammݳռt/7ά*уoHx)l }eM |ZJDTMԌT>͠_N]WA1Pm[tcNUphܷE{C) .riѡ@ dx3g5}6MzcLpse+dh59kcU0T#rĪ7?-DܽRC *\nğd[w#&nkf` 1)cَ>RM}Ŧ:tT)‡W]dtx>" h&Vk9^*{ff!H b=1&HecJ2V(R Yײ(Wi5r*y3NCk,+"3KY$b-e]q5fxn9S[HCɧ#.Db- rEFD'CYm]a :cH1"3 \=D}hu(`5c>Qq I߀F8̿GYc!QwU} Y9<ܜE6%0-}2-'RaďHa:k7ZϜ[!%(9`H9P#nmyONQRPNSnáU^`xrb;vi0FԽ:H :l6%2@Rr6Y 8ͼ$͒J^?7\Oo`"%6lYfD9<\s6KEKFѡ(wy"Sd.#x zA/\L)r9%bh<`ZaSьj8ы|{?:lAH%t&!+~Ր5dTC.k7-M#$NVl2כ{&9>W\L Kr-ժ8Qw}͕7.̈́.7"V?ע|]/bUݵ vc <:REzZv&1d\}bf0(5"h̎ѲC}|- V.7PL_qKʙdz&1hPeyIojOb[u!pFTy"7,3JBxu95 ,.׀ Z = =7Rl8+B|sq/ظ*b:u+W: l11 3?mYU?<1) ? M$t ]I9vLAӜ֠^Z24Alp$:k Gߜ81ořZ {9Ӓ-XIMUд2@c1՗fq ܝk T ΆВ)[t-X/m9V !>]Ki2y43CUf_;/p urJ IU4Hdk5Tt4%zLu:f ;ZK}L%oLʊ``N5&k (/] ookh잙Ȩ[ lpA">-LXޢzBȳtR#(ox8-LeN;lʌ%&c덆8ao{x%{SBaX:;*b3{VAFҲ8xSu3|Ceh0 rrSRf*i+} H W32,( P3^SC޽OSO߱ Z[z>B@N6-@`*Y;,18K.ϧ CjT &D2Ah٬V _{łB3;`޵:A:͆{z'St, eT}fV{7@oj6HЙ(-5*q|V;Kb67ޏbsD - 31녘?(l2۪ .ba3>҈aመ,'RE,xF2Y=߫"aE㽤(q]H{j![nj[U Bk_YZhtVx pg{<.ҝ,V_ʬxE 0U= f\>$n-K>feC!lPYkf 7Xl=R{~p8/! M!/F*=QȻdKN9xNՃ?Vd D~3 :<:Jl""8r;{דw&h`Ṯ Q5 G|BIX5=}4y.4}3!ձ;H0>()!5ÊpsOֲvʐ b4ovA!*U%t$Kz*Y$9l4-v} _|r#y"QE'^uOȶ lt&P}u';G@C',$OR.:ȪRڤ;w]q]=wzkʈ2ӖwP%C 2*X 7y˵/lH%/ K\e|cTWrKy-$--v6rՎ5p1HcQ[SC#mb ?">_LPYxëj8Jm$Qr)kT@zvG|CCv 0×5[R7< SqB,eɧl.h/V;Sg'MK^O?#YM$6n4bVu>pgI0FKX]6&HSf^0,5Pac`1 pCjY+OlL;f[밍ݔu;\b,|+k#&H.⇷|>ԩ+~==.2hb`׈wtmPXP=_' sIsC|i2.w>C0&9&nѿէiHFLхyޜ>8WgrƑ[5>fP-B}$hoLMb)'vkjI&쏶 7e<4i1]yi#)^\%Ƙ%ʟ*0=%ʩ)S%z8IvԳ!+AƊ SupCg4Tsϐ15+bv_gDV>jz 7b"2s|F 7p ?3Q{;MTM+1ƨȧGZQ*X!:Tp*=7z:DSh&V|F"bg,6&FOK|T^?C[F-/A j_ l6WyʩոĘl/܇0Ep=uHsU\i~R n2RC R$wo?1,0{۹ -^v\52)]uF#YuԾ2` 7(oq6 3sCg $lKa>@}s COJ֒:?Q5;Lf)Т&T'У}v:E=F?V˸Jaҡ;dP qqwjA+ud9.D.^-2 {ͭDHi} s7[ YebWHqݝsmk_ J#Y@;:XT;bB:G׮`~||/q]޿挞p&Ft8'3 /=<{qaT!qDB/,fh`,|}QpRr}Ѳ6V?\2琾B']e+g n`dcic:6%#]$办٫ߜrpQCG50RP5 (Hy*D>%Ř> B^"Z gFac%rJf\Xۘq]xYI 'G(?nŜK@,FY{XZhSM>4cŌ|lOУ( ,&qze+ta/_֒jwaHvxվ:kgpsEYpqs ͌+  @}۞}jy%Ju^."#Z^1ݝ&"( 7XwLWuP;HLo{ˬ=vߚ聒Qʏ΍h~7/l(.h)-bd!9T3>=q JN9)悻Dk筴6!)g>1יHWYj=bvB~o -ۍKzM1zӛJF~:e `xDf}ߎVbb3*(b-f2D|,kIFnbxz!x))2".3!w]#Un@C%dzv(;stc\7S>V~'8>&9q(K%\[0]>l2VÆ_!0B3Oq`E?i;b.<0'?fu܌0q."MHV ]s4ccK˄7*[DŽ=p.T>9DOٓv`OZ>sgˎuX6,"\!b\aD1OrB|cC{w/5pU\__^SQ~T:Mv%}7M$X2(^oaE-4FPSuU>AL4}'\p9/o &Rh}9D.wI3kN5^ب(o}Z eUYA2ST-#o9]Wo!@=Y5?Hȶ7P;dZ.X2Q"4=1}f4~ߧm*TEȤ  yoɎUb b)Dwfh+q'2;&K?)N,KPI8]7 Z\0;l[o' [ueEn_D r\);"jEJ.xk\_(c@̾rDGx] )[ ŶwBbEƠç_5;5 |QpCuavy͊rD^GHP4AaV r/.m%k% Sz?t4#w.7ƧV.#C=_=>BoÊI*|tjIcKC1OTIWrA= 2O07+s{Ǹڡݍ:8{!c3E DYDjSv67P[VdyM f0ӏW*q!A1}LIS]I|'VB'<中K+tޒc~.Rp*^{|Y: C4@mˌ5"]Qz**jsi]=VއP*5L(Z5. yjR+(_$& zN.I_ tȬMTw:: E7DE8g:f3 A}Fu ila3gIXH ΝwI4?s#.uWpΡ7Y`MB[Aj,e1LE i*AL x0)=TΑF*!"FRp33~G+e}iς˘Pt^ܙ!AY3\1av4TlAnNLBS?/>l ش6PB|{g@^p4a[)1lM0vzUem[wVֵMBHͳvԬЛn[xk.3gˑ9Ovr&έzs6iE9LfX3,^iFSd6Ԓ م/~zi' EI7:?d?t0ϩu(C8j1QY Vb[ﭿ]9qTG\gYDUW?~s-jV[=~(PzޖI-<Q7ri<梄[T,gtW4{s'ɒ8&C]}Bu%4+$:|nygw*l?ϱr_bI18/:n*fE BUR/&V{x5wI+h3-Y"UNi>Me7u06I(x?C45%Ѣ3o* ڦ5XP:Ze~[4ռ4 C4V sW!]Δ hEksfݓG=35E#Ar" 1{^x^J=}l!Ty#~`ݝIq{kF߸&SilE^id|[ͨn<ƀjk@U#Ҩ+dmaN R>GXc/e뚥7$nW?< "}^}Pwxf\r6ϝ`X7 2=~g`9-eOn+VC^ # 7' X/.u!&\ɡ'] |,gjB7 =c2PcHST5^ Ke@7EI^w~5x;Wy΀kB #4: KC[:$ॢnEzo#h۶x#,d5 *يP`|ןeh&ȣc}ǟjp\I.t%c)A]Fț 8[z2);͕r5 CA d F,Ib&Gm>(eBWD.\',e#EVu_H5<0^Jյe;?xqAB& S`Vz-1CX{eJ0q4B` @}?.ƲެPVlYJ$NU}-3~Sѷ>qSu)Mʇ5 b8'RB1RFZƪ؟*Jr bZ!!ΗWwj| V_?IkL5f{TBTk MAM_S8lF"0|<g wnA3✲.^2dswk/oWj|]#틵?\$}F#nѻ& Y{(p4JKbv.dn~*-tO/kuPErB@pTwoȄgW&r xu0FbHS)`[9I뺹 |Uz~kkd-W=3l<3a Қblbd" y Q3=EmeyXYPYP=郏hpyoZ*qQ eu 3hk' .ל0Wϐh <ʧ[XJ4`1E%î cdqQxGMpFeeʈlA0W®`18C9ZxNg *My eWdh!Ʋq3;@_¤1ÁIh8= a:OX44+'Lʃڤ*8, ^V:+]'PiE3@&L| = } DbU01{c\`:1|QT~t<-h8>RB1 c?gmWP\ bBdcםUOo9{qfjfMirա/=&<>y @^n *9 =`kb%\8X؏)KK-\VY0|@۰&RѠa{Wꁜ&(&L*GY %)R(i4v7{#{Z/c Gl8^qn%PZcy'J;d@p1SuDn0^ .v=Y#1BÏIn%`=Z_/pGKK ]W,pFK5/ |P$Yetһm93*^ ɆNHE)U8DV8Gl X!Ym~h69[%rjH)t_hA^7]X?Li/#6'" k,}"- 67cdԩxhzLBJ9<[EiiV?/!LT>:zwY'$5ĥ!Ke6RH#Z4& moݠ0ĉ+psq@b rذ IBd&EpEZD˷|Bfز >CPq c/˾"%8!nqm%DW5 GL0i0q8- Tΰ(eR4\T[9;Fjh^ "`ZnUnB'4eI̯CU=[\m|#F uy(i?lfSo[vrqhvtePHI.8w%fpG}-*eȎ9%I +fĽm~d}q,Q_8ߺSUX_~j>B48<-MK:~uQʌocgJ] NyZC7\FvP&ϷV.CVGFxDXJ)Ÿbz}x lB<@+$MCDZezr+7EɛPwKQ?.>Z$kb$?cBى4n ^Z v{t *(r~5nJչcOnPWB2I^%ӄG5YNK4XL_^OV 4霓D|Ӑ@D"NU,CFQ%u6ɯV9zSN )[?v.aQ&YS5E<|5qDQYH[))|Fa j * l*]z^4qdѡ"O3v#,P![zښFuzZ %lgμ1Q:;.WEL 3Ih{>S(8̋:B z\3]5ΝpگL|$2;U(V4-kgVÑZ9k'R? 0NBQBZvFa$ϱ52V=mo27RT=v*x LzL9IG*stx>h'nk||jg| ]]eX;lK^k INӬ\k"ux}|(FRQI[QC6U*j lOe / 5@RqdՉ1Ro<_{;Iد lk;PzHJtJ`j^Qu'L5F}Kv>6<ʮ z,I 18uŐEQ7bLjSrt?8WDVb K P٘@SUX%8_ZnueH"jB5ɨqǍV7 [`$ `q,ǵ!4U]˚O5mygIDsP4xkOv녡VC$UL8W $ˣ?cDΗ{{Ga>!Ί?hd鼐z{-g!-LSL[lQoLKTE}n#8-n.nQ#,ާxW/&DOL *ydd`7ʕʂ^<>Jg~{nTx0`)Te _\loq,g}Ǽ2`p;9Y5gkjMh7pzCRCkp{ط=3PY]@^f<iu+h9Ԝ9Y_),Ǥ nK4gM-P+1T-a!T&ǯ,oZpC]Bٌ-Aep1 2;puXUTI v=*Ɍ\]EݚEenoBe-b{u?0f$ I5Ü,hJVڎ_7t]nUrY)oהMmr+ox3Rg\7 'Il(T-W^ExQMAIRA"p-Ǔ]r#+l vr CD1Z鬩  6  LLWVbMJun2ߐKd\pd_&ufZ9uvM+rYW/!-r8Tnvv} l~ly3O~{|MdG[Xk`y"nBQ]帄Kq#{ UztI{|8ˮ10g ib7\{8dks>RLC o *_,TPFI_y|rl hP)3Bm HmXc%aƫO;u7{NX/@M~;&D^!Z<6 H-.Q\DŽBW6lH4XNń߿XIJ17Dv!$_71_[`#PqAue~ JD0PsŁEq&̽.AphMk:U@,2 dbˬ5z/3.SJIiNA[J^e=t ,uN8 4Ixo dcH] hW!` 6b&Q6 qKZxY$7+tc﹪^e\Dt\,=OmV%rcOOωͧ;9*oóYE_|`:m8/u!!H:Wj"ߦ_<{] 3/ex֮ ^!}s45n ]f5{!UlEW|UƧJk'{SDArP ظC6T3uinJ|JIl}Z9=^tV]'a_?ܵJ I[)espA#st- ,٠\{@׃gwA^ ITК(+k̓z9.ߗ0NU.׺SPEBm9_n&|gLpAU]C\8">ń;ezQ侦Zyz!8;aίMьL_m3L<L1B *+P++aj6\^*%Uk/hPsjض_-)-u\w-^}j P|/fOqԀ74:ȶ`oByC:(ɖ} ެgHf5@s~*uJs5;pk$]/?Pfv |VYʼ x9qТY] Uhc9m#Q/[%NͧF}?Vq4bFmlo@c4sbĸ`\oLɺesL4sѿ5SuOΗ00'^B&[#ݥ~,m[\oQM7ॻ}CF 68Eį cJAhODރmb_ݞDRIwR9AIܯ6ų!,C-zo/H~YJeH~ً׉mm(.F2ALx}2B|8:0,h"I߿x-aG?fAVa&8Ƀ=k-Ffmqk}~mgɌa)w8oѰ |wcA C&uqΕ#!m*34va?am˛_D|ECo'o_`(8bYlh|c E7]kvoҠw ,Ғ"l;  ̑p^1pSLk>=ԩ0!.t AIa6 k+0"wcТE_ŬAm&kR=Ms֚w;׫fS2εjyžm "@A1J4u|Lb.qIpht.R}׆_,\XošI*}әb ZVTΰ\ &jڏ\> l ˲Xb0gH^9,@ 0ZN{IE2p`ar M2 Iw#I{Z&dȬ2j%SR!YSy M_^д)F|ģlLg3JVf⑸Yעzi/xj/neRj#[>g;%xfDU֐CNWS]aU#KnLDy5_o|kƧSӷe{*W$lOR ' 0 '؈4Cw y}Ҍ}iBgc3u8k P%Ø=`&vMWܲ6{ EXAl7k1RPByxr Viضܯ5ɺ42ƮQo6V#NCeXTq(i9C~G*d3d}F{\K3=Ύ!CEu%2`aG5GxAl ;!n@zr"~wM|q[C^nϷnʛ( e'2߄Xl# \en+,di'*'8G)NUV_*`ByzaG`qO{ymkҬ#])s;yR [T$QfDLv-@w`va%Z,O=.lektX EO,0x8*Fl-NjV{ Fߥ.xXW/J,26 ύpi*rMUK s~x515县1~肫^թIY5mnWaqY'Z«* MRdi6Ax!qM-R+ K-ϝDFXAY.P8]V!F< xBk`rQIm+oP^-4|K K_?[@Qowڞ=>;x_JNrA%ꏌ2i6 vlDře.7Q 4pc غ ]y.r^oq<'Ͱl[=pޝ+$ctC[yC͂ Oڵ\]"']ZC~ݢN|[צIN\5Ҋ |o30MMΠfK~? Q`neԯ;!XmddlT+aIdA#"l5wk2ך4e附K4x|ҧDa*>焼mfxItye؝{ds.c֎=VJY^t+y]ClY콘=~l Htj%؀c@ rl̡yHI)wq9'{{h>_pGPDp ߨ_}%Vs~{ tiu+Nce9!бS=)8 q5O])_'@9rM81/ *xYq/G{+|c=4fd&AP*aNs&MxyBڴjKƿeu!tt3oN@c۴Z3-oo+M4#I!Vr-+©g9LE#ƕ8V6|N,iۧ0_xV{ OiOh{4{NT4ݱq՝x2}<&0neiOH⍼I  _VhXÌ R*H!&s"DjpĪQQmPCoezi8'?"8QT8E.5C12Ɍ\2,V,aޮ('/KP$V6 l]"o)*מo_k}ʨo"M2;ZiqQ&,*(O}NDagYӗ]eRg|af$eT6/&4Qh?<1B90PΩ斖8Kƣ==3UwF:vc8ch@MD"0%6ciڈ,Bv7)_&;G_7 741>0wub%ܛ6+]%,h(Sh+&tzb7-GY$8&.͎b~1}!Ρ?HG9{|~ṔS>',s<_ uzer`,EDJ7jhkYy(A50ZjMkd|Tz7[5Sq̝x ^(6+/𷡺%,jCsnu#ӻMҝYYsT&q-1 썲0 'SSE">Y=P(|VU\.$3_x fX. (mU ɼv%b,yF$6' 8gWXYi*Sc~0|B]hivFukKg1u 곏4;ȿoiFx8rOrG*!|[,G/354Bki?nzSVa0$G9;k:{pp,@D&4{лTO!3iv> k\~X>Gg7␱wzG]wyUV ? V=AU٢u\KgiLт5 R&ݒppA_w)a%w7 ..7̵mf<\? "Tc_ ,m'̕b 5`^uFY+%qs9 45Ò4n[oi<oiz]:y0hLJ9S**@S}(Fl$^QU%a2|D2d')z?*U{'ؾy~E=ψ>k0tqO(:4y9s,{.Zc_e\Z)T"Jr%(6B@Ayz@(_.'inm' 7}gag!4-38yPmlz|(3s]sjX{ 1:?F6]gYdvh.^Zg #2 a 'mRf햜4.zKLeɋ 6ҼgFOo V,m ^; n.")SM~xF,VBx{j8ւ EȷZ2|\RfžTQelO vQyDUuTAk`!ҾYoKkIO;6(xlR-t]%CJd 3nX)b^#*ɜ8(MZZpԽ(T;o4҇7wq r+Y2NRx#8ǗQRjF9 |N=4A Xi fV,B8bLJԍQ)LЋYB:C:n-Bɟ:(o䢲|(K~6PkMA usLxU2,æ% ro_nՊct~@ڟ;X9۳ill*YAayn4<-:}ܸȔtUMtl~|/,aRy.{~Q\@)GƃPF؄aH*7A{f HjvgmrjT|2cb&4veR:*=Zu#׎mنym_{c kH6A,0~ ٞN-_eGj95ǖ#Ҟ>[:F`Z'&mk'Vit/M%"]v D^#_b][+! Ń&߾}Hܸs Ix_>q5@#/Rgv #3=jۏ'>++`~׋$XҐ%BKE;TX (5oLMTyy+5V/S{b Kx)ao`fPJ)"\K睹GKvj+Nr^O:.gZءxۗVOYX`ܩ=^e}<o$YO"# LIEϷdaf6j4zPb A5JxUfLLD)&R ~nچ4+>}<K3[ҩ{OrߟmeyVǁk#VC* +I^= ko(Z}pE2[/o/m f\-TxT ŵ]؍Ffm3-<ӵ( ~wp9uqߩyJ`r-~e`^2*%e&1[|3]([iUv_NiuЗ))gf q{E 0S$>2U4Qw!$iXVNn5l Vdqtba̼RIEq,ýEҍ e/yM6y}M}wxj=,2QT{et-}bd&ׅ(?5I'!9F"6 0HPN+=Mts;NQ-wƳ]UNEPC$BWYs`^ALmek`*mMXylb,lhp}7 S7) r_;+V)_ox飠he+^d@ڡ yađ7v_N=*Ɇ(n4^u1U0q\9P!)Hhaw~)?k\8Hv&͝ [uS>p@ʑ|,[gKlZH/R&X[ک2`;[5sH?=@,QR%8j&8E 5}{]w oAOrg-vxi.S+zS$wV"= BY]K2rJB7ł?n*oHƗ&;Y* ?^B:A?̬|eIyuz'jΩd4zzYrܡ9 _&QNN"qq$Kq'nD:wa]/ T6o<# NbR+})4F$]o1'0h}HM"N%aЮKr~[.AaS!@sImջoF%owx¹&ΆR2$>K]RrW&f[e֗CvV;U)8r+.n^MGE3sr]Bͥ*І HW݃z0my/CjɁop=̓ٯluRr PZFCqV$x&,>G'K/b8D!EqOՕ,GK% B3"ZX̃]21<¡TG;`ʎ,Dq*HNGI*m{A*3'oQc8ï(u]SͶlf#QN T+^`m5B9t9>aycөͳ յZ% E"p7L8 ސ,$4~̗h/# Fl]缠Sd.p*Ӳ"2f,ob]+]pz_4P* {YL+rˏ :}m%|cP?Ͷט}|$)(Wq'҂&Ҧό@-!ć.Z$K=NÈ]B^RCo/ fv',VklHςTR;_0~骒bsoVj-J|AML?g[fLjnrM\uIUnۊHW @.q\(3]F籃 ^ъ)'w7(xqˆoBOı(À'Q`r&˵y DiYt$ye ;JpCDS`BPy:yC9%m? AnRIQMf΃|)_e$T"ޟAtjqH`II_of Y}5dkr#3 ^gCjoH9n `vUx Ȝ9p)V7GtHG[#靿{IZ>K Kk7Mʰ捋!iY";f)x!sbOж1`6LI67qzO"$_3I#,;~rS ؉NN>|_1փIJo\Y"E&MLmWm0`'KG;'Cȹ(Naoܢo+W{ɦH%\LL >;> NY\0SW([`#&}tb× KA6ŭJ*#0ꩱp+;gVj_g*Ϡ, c:'h-y+N (!΅izw[Ͼ ֡bx@åWנ"# *.cו9TX܋Ohqu%2Zu2Þ1V:EQ A/}$5CR ׿< nʃ>2>X8WT/9VHylJENinF @}ᣄ Ѐ5Sf*"i0! 0ANuvBXb鱃 _wzL7-94e>'=v!8- s*ɗ.:un%sCty< B2XD856c'E(N_}Eu lKX?bAN&3g G5&iN|8W^ZQ3aC (A82Md׮v;]8y~6i )l;?2Q-;QɎ/1 ùpS;,zC˥GsaP t#C1>dj;18*u `uhgrв;60ydqz> N5w$D\ݠ}%MɿY'k'@BKj *|͞LHᚊ!Y)Kw*xKՔk#|aH9l *FVr-/eK+m'Lۋߝ™dKFO ŗRPY}htR\@H^ricG#ۤ+mTqJ4p ;N.m]\%O$sRof΃iRW-Tvg9׏Uˏׇignʨ0-9fŤLvYF[5 GF$zqSحl|LV(m,e{\3`W+` PTyZ8@,Ȯ^Ye%Ȋ4]\\^fOGڪKZ2&0Gj[˲(&d!*Os5[mUQ /)Y 7٘x9pex45נ:% $3*޶f_δQzbЎdR\t$A}n܃]JZ>%G:(! G 3 kG8wѳX`y ko'cjIUp6>c0Rͭ4?(#" rz@0[<97Lzy)#@:ոޙKq~Qnv?>.0"#O!'g t%SQ#{j:+: 9fxd)=H9{{T1L<w>)l푤~q\NF|u!!/ anHF( HFn/o5fBg*5g 7y DH0<kq!皑8Ǻ].k^;& .s6wPp^>EފiBagZF`t MS\t)Do &Х#n0kq_@oCDuvQ]\d'36]]N*g/}oı$8A|_ɧ8D^')ܫR,NW\L{ۀX 4$6*n$KUU` .7@GqZ~Ef7LТQ<5l2NdM['<ZJͨQհ}'ee 鋓ΤNtd&t:1?EHy!lUĐGu?VԛX2Hz:@BCC1C+^ik~P qQkwWNK a;a8Ɓ FӖI=jM-n;,.)v-dI_\2KRp4ґ%80MTKb?k՟>胊nBs5[ DZ;JPzCH4 ?Yv #DVLHěNnygQmQR0oNɃ oq ha\z9[\N:SI+?.!>ALqS{ -`{9xT6|`̤ !ΊS)i-POf:L_(뜩W#c h16 ?kW)>*͟nye[[+-~Y*[N[ 'b ?*kp$<nKR;8rc4I,Ͳ Ld exj!R ̀:RH ؙru)#eqsE3v. *ШTN]]-!jAhOϊ=`ZI?OiD6n&eOLfRF & Nvl_+ERn~\(sHӣ\:A9SV̺s>]r }8)OCgT-5Z)6pq⿖\AۆK.@ 2ZԸqDgH6s WdKQGw*4NxluVAu.e3Υ'yvU@i,f\ W.0|Ha #C Gz 5ݘ*)>iȍ]1빲4po'Se=f=rklj!}ҦQ*-.j42^)w[ۉn[ʧxL_BuwW6byՈ^§`x)mq! 2!~0!\"@i:ZMM]G'&l$ʶh1n36DJe%{ub Flۼ9> 'j;Èc(IDB׳xs n yKMm 4jC.|['>y,7֕15pJM8\C V7VB"DŖn0?sQ LfPhFT02_f歀J t^n",}xqFGHiHukS#t\SdMrN1osG {BlEL,q#ob'Q#54V[T^#yk7~8"p4ڕfHe\y## |DyŷpC罳v4 j+%Ɣg-嗟4 oiH\ ݚ:hR ].gUb !4dvv W?APjH+k LDit3B "D碰n knxe)ޭHK?j7L*Uhxv>cIS+1|&mGkSJG`^"6JzV @f77{5-ͯ{%a=1g9qN8J5fqF ++#*Gz#?Qh%)IB)GM[>R  V^͗x2HuBko?&.K#?.Uq<!#秴4>؟3`ܤp{?w>uQބ/crOȑ#:]9BMbH`ѹPaqɰ--qi+f?S$}`|PJ;F KqW~e:¬f艈a..Ǜn\+WNNXDuڭaVEdjtvRs:'! u$vz 8qӳ\9sV~ᔖ]l2z̵_vMڃrG1Ǐ@ȕH|)CW#xTlf֜&l=اLSFyUHz (U75N~FhWQ&6]#}yx_U+bcpWͭLX˻@i gWۋE/*JH?\k`LCks8Q5d}h}-gFl_ݷ׸0 ښ4Ӑ_9]Y`KN`gp jn˻uZԤC/[]#bC2ɗfS9Pw1[z?OtX&+W_\;L߆Ȁ3ө#cBZ:"w!G( '0Nv-fkh{\{iv9w%iX~xf򎒻fez~  +,D3w+0Zǵ[]}3LԽd$ynT+y({Xoc2aQ\ƀ?!/g ŒJzJB:"{)dnNݫ@M12q~XȮJo^?v0Ѣ 5L/0ֈ[S0(EvTmbSf$֟dF6(LO7Wz1 L#=N'$o2u GYțy mA2\ -1Erab˔~L{pHJDG!t[}=ߢabUt^v|E1A-*V58G|=", ekb:&n}ާ:uymN63:PmCe[]#]#GZ 1qru[5e,A ?ٶN1?{UQ[pYƤp%Q<'U1I?| `L e!o ܋-QǥZf# 慤 ߍXbq%r<`b&6y%_9Xu99>SD̳=TFɐ;sKs:sc~+ 0).wƂE-ʂӷR%5,UCvBPlˠ5T.ؽJxazKTn:9Ai.T*xn3F.&iBtsw7ʖT2bY\GQCoj&ۙ&Y=Kګ'1)ro9$Fc+s(D6I^;Eޠʇ/ *`PK`2 aw-3Ӷ=xwߝtr'hV n5tWjsמ6]AleGO` |j$I.?yi%c-k}7SI):z*L0+u.]{Ry[}Ҹ=ȐwiX㳧u^0n$^P%>=VJhI.cሒ}tw˟ kiHJ(fM)Dsua4!* STöQ 6>%N?2x_F-w4W@)64VqXgen *_dY=)Em;ޒ6$ Ć ]30 LpMDG38 {; ڽ)BOqhS%1 ޒo),?j@/!#ٺBi#.Λ OLEJiDq:#tIN޵90a3!(_|ڛQSn+$S@f_42 -3U ,2St?-[y0ZT׶s^P3^҅j)-VZ.Y,ت;w,3oaB@te %CͫC?!μ} R\z,{_7̜2>9P]+zv;߾g8A$uLb{QOɭ@呝`۩AƉ86NTkN)N[ ,ǒ|ZKQf*ܬ1z0?/^;v6"҃юWy\zVMBY{33:婢d u\)?xttQ@۫tN.'_p3s,?iU$aE!u$<DG`bn;TŷPbFN9.4u<1Ր-Ad:8Xp`6K^QUxʗ7$Ad FHxHy cnÆ"P ОMP9!J}/`DUc "$X};'0x'gXuY\i= DYVH=oQ#*}MQ[p,I&X> 'iw]%ϊM 4 } ׄqa'n`렢WJ*wNZےhq'im>[O0O^tj&"}#o#N6E55H~r/C:a2օp>U`RѠJ$njYmY  jܮN=yz<9$*IT`+gyN__5|+AqY $sI1z1 DҢ һ`ĀxuNx/qe@{Pک7,M<5I}ehhQ倇(04O=7j;(^gC*;>pN];TEF @ &9F7o.]<Jzv{#QsLd%F 7 3Aw0uY%Uz7\unis\яYyA-)kn!U$n3u`܃"j_UD'jpn]/&iΙMr0qd/<}R"ONoN]o)+Cg eaR,_mx HT8FRTNb.>;8iC(5`Aq胯֖Z{i~Z