PackageKit-1.2.4-150400.3.17.10<>,fjp9|Fgp斮w?'L%ؼo/k/QDj0,Ȍ8M 'zNniC'rRP--MpP7Q% Ж'kɐ%eV6H"l1dYvWyPtiY!ɳ}J45Ac|pZUq-Cv) j36ϱ:&>\pʉ6Vg =YGEz\ҰLdO&\(iWn'7]YKvB` I#9yYHn :>OԔ?Ԅd  " Spt $*2%% % <% %  u%  %!8%!%""%#h#$ &q(&8&r9(xr:1^r=">*?2@:BBFÆGÜ%H0%I%XYZ$[4\L%]%^Qb@cdnesfvlxuˌ%v w%xҌ%y ,z',8>ԀCPackageKit1.2.4150400.3.17.10Simple 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.fjxinomavro0SUSE 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  ph  X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjfjaMfjfjaMaMfjfjaMaMaMaMaMfjaMfjfjfjfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d024cf6d459f4ef32a8aee1448503ed41875528fbe2c1605b1937be4da0bd0bf6d361033b8887e3143aeb77b59cc439109a78965ddf670aaa5a820c7fc60a0900a9b7b41ec681cb54f0a09b9510273db9b9f52f745029752b364340a27d4fbef47b98891646a1903bde3c82d3c40d3705b485831c16fb226a6612cdaad0beb52f9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a6a484c192c4b63eaef32f73afb561de8fdcbef12c559778a6ffe9dcb333e7b26c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.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-moduleruckxinomavro 1718283498  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 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:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=10596cf5a6bde8af874b686ab62bd743e803fc23, 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]=728ad08940ceb322d2c82d7ea0996d5e89db0052, 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]=ddff05a47d5c2ef8a099630aefb37b2821b5abc6, 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]=304806d49d22df69aae727d2a6e71cadf9512a53, 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]=3c3d7154290cc911e7e68e68323675f553baa6ee, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.17.10.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory) $ RR R R R RRR R R RRRRR R R R R RRRRRRRR R R R RRR RRRPRR R R R RR o¯. neNsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8ce433f27076205c18bab98b28167bdc55273ae8b7184936d13f518d71badd345?7zXZ !t/c]"k%&˦n99Q Z~g hϖV=ʁ&$\ ՌV Um ]B 9qmE ޛ0榕a.\ԇ9ꗎE=?1p'v]M6+J Wt9w U `olyY- t#ó}<윜UgD-`}|6u'X<ےbYAzOYFnmwt<8=DD2^3!B4 h5&kgN93M9))Є f`<2rn5IQJc[I% ,'P.[oHe3FqDPEI`hO1Tm$L#dҹd1I:gd\冽tQZGh2jIakx} 7H63Jv>e .z,5h1:XcH"X3 uzY/CRNgĉ` ´uile:(lC/*LY;H?SdaBU=g* mSdȳ^o p+ CV˜AO-n;[үL{{Ҡ*P/v}sE"wn/%e US<QU/G }o:Nk :Ž::E yUoF_"-Y;FdpM< +ai~>vӗ2]bZ -QsG)0Wi`#>TxoOLGK:|J 3#RoqC?_Uk>n<++Em5VJZ:u"Z%:76T}4-}=&=AIXHC(x!1_dFsˋzXu' VJ$M$6mT>K*qaH$^K3'xg7KHJxf|X8Vy%X \jt%G: =#R:-%E^8a4Ntcmw`JN ;qp j]VRC0;u;onJ PpyݘOwT0ǍAqy%֤XQe,eZWmAd2R=oظT ;;8AJ${P:D&8Z+,O:pB1m|/[BG)|ĭ#=]T,R e1Y9:Y@;3T"Ibuo sî-'W9.val?P$A߱upeJ w'{~nu>3V8G`^wzꎷM㍀,]asJwB`(oAͿ wIʄ ΟAtj+vSs*׮57̏FϣL)WpWYi2lrLU;Y= ğZ%d/8a(_]i"DFё8$~0˰A_.-:0U(3|G |qHi|5{DWl'9jsj>j?'s,̳ tT\! YQ!XǴT~8VzS uX.9UyFke KVP&LMZ]vԗ&ArN2j0R}ssϧjsQG lwumEXT8 R݉{!mp VwH"ǃ3]IYy(!Pbrtr\vg <9׏$Ww DW!e0S֘׾:40D5sU2u6ڮ6ag np [l3d:*Wqu7B̃>!3l3/eB}HǥT8eѠL5~F:hvC VAܾ(G5S8`X>C쾪A0~\mXݯ0` UId䂓~])~"&VJumbb93KsHzKVѝɁ6>n.fJNW5JIZql$cRchGR?=h+[KƖ8ަ~R ;uRTL1D|-Hl%) gp6⪟}ʄ("7a2%&NN@#>reNj^@ v_@cK L`kȼjב]Q=Y՟ ;b!Kg\!R`m4L_ آ|;lP3jL06Ea(_vqdi` o4-ј2`u% F׃Lm;R0ÝN< d&C4{ۧkbQ|E53fkƮXF=55#cJyJ͈$, M!KoroD]u Fc?U1ٍVɠb}F)@M wh/3saԔSk|i@h) N/(!Bcc$2Cosz-}>840ꙬZjtU5z>C>A: oO+Oa{Z\D\FDv4jFVSAӕ83'jA*=:eZ|TFlX'טwE?ȉ-EgzS/|D9iablyY&b5\5lm-O訖 R[7,86n!)àMòAۂG>ˁ[˭o)&wjd%S&9*%^l2%!D:U`M gUm-o#}V$7K5vY'G{1ў>𮖪,~(bI\Ƒ3+ރq\ƢA1!:,"+Τ<Y`)`f/W>o?c3qd J'EfZzO& ?q^Otu>wX!nJϪWќ/4qDi_LX)U6:~gXI+ٷa69ek1j*~ofg&CsE3/ttlJ/p{7zPllȫdT{&yc:z{cfx]IGx91QuWǽ[U:ÉN;mH(V#$~3יm-X[^{ucsfVέSӪV-0|GF.gsI ryXY#8[p7W?yiz6UW{( i ỰIâ´[~ Xܮ^wD(XW츉zE39y[`NqJg i?4Zw^>HiIav,壴~[zʄ +C5h 9Z X(1m:'J?{3 5Pf#@oBolgX@`R̭c XC1'ZB'UZk'$Iٹėk(X #V-+~BC e;wDJK.o[.L7ˎT U}օvЉy&K) E[r]!(5Y''g2qdП+ӻWΜ_MҞ%N.&z  {o /Է$ D1re/q]Ja롆CEY)/,d">gb(8KI?A#LmȘ~%BQĶ.7St 0,ܴE!GDJLLL_75ZP9g3rU(#3RXk~_9<5_8uF0@|\{r}+CpDU'8A$UT b/)"3A`` 5@ ]C;}'s ~?DlÄY>Y0vQo( S‰퓞жA^ ^AW_Ens)H!^lU ,ϵ^ Ź6C2,bd[_07O_85S/BǕܒ8whB̔ڨ9OS7.:RWH`񐄀BvOp%"Th n%t!g&t\whzY/K}hL=7nCm wX{_4np+9}X8Qo/b! T3WzߢT6Mע wN Z  -{⮝o>Fp^U' 4Zwu ȟ_;E#FWW4m'IsQL:iž@.*Ӗ2V= >&4~ ŀ [-5i%}j8?b^frSS87SrGkp< "ve23Ѝ@ZGg~Z9?)XЀɁ]w "ү-Z*ޯ2nvgAcv_J~:>M2[ŸhcNM}e, 8tq?C}pc#?V "lu^ ۏF @8(0*f}ButO⑱݈ZHz$€) ?8;}Sa%tw޺A{YD3Gínv_ 'e](jhQUSBC, MvZ(h6tYS_nȂa[MY%kȼb7ʀ!S@uod%eU4l^f.J0C/WDtY1"Dvoo:Mo KU<݃hѐ'IWV{ZwArdȤY/EIevQè2^=%B^4 D4[mb%@JY-f8IdGmiIqŮ9>tSZjB(+1f^O2#?4|܎OK W4T$" e^u 4m.G5Q$^Ԩ67ܕj/HZ4{h~)$6t6eCf.`izS 'l˖ǜ\c<}|8֔ ŞD! f}'$eU6b>fby6tKpag?^[c >5q&OFG&:8LN볬_nVCC'C}lַ1' Z߀'|hѽJ͵o@w[95Lv@q}!akSҥ#qN=(Й*c0KqCl\%XC+dd L֞̋0ꚬ ViNs/cS"i6|l0I/O^Ƌzc䧡Յ3R,do]s_(&8 (߯꯯H}xwA+f^H8 n|78zؘl Μ30ru:7Uܜ':~N~K!9.4Q̱w~m߃ͺYQ VgF7E} Bey-襧Tוk:: lJlȺDj=mOWƳ+ Z hlV7%y(^&hdxj80@G)?ķlAӭ^1Ch܅!W] KU~(pע n'ݶ$tGgW]uEѤgΞd(2酗Ryag=7G<Υs:H2B%3sw!fWƆ}lq 1yxuH.&>Rk, ^lEuPÓNŠVVJmxr|E3$?rL߲9ClLƕ?lD r] Y |/SQ/4#lN~Ekj7'9q/3Q~=iq2&{nBQUm?CaCn"-7]*>x2NHWҲPE1\cGd&)ˋ眻vgd x*]gp!z?:>o`3q8WR%iRȈ&Ձ6͢8G΋93<^. 1ꪫ:Ixe|ƽQM=kwPDhHHnO|E&xx#;' , ؾ܁p骛sXjpH WKJ&r,]-=ӷhj;(@` c#@ŷM9gb(݊Q55|6{01:/1ha{~m!+ +p#Nl߮ WwJ{|Ho(D WY#iІ|G9ަ+K^WPi@BdNFw+\%32|uVR,pe!$.o/!똴,购x%k8'rƱRICɠR2`tb2S9LPDӱzaTK$\B5 yժw.f:le^q5h<>2BБ";YXq)cTJ3ĚMR++%6"HS4hz l:b)8e,E@;n:['JIP? IeEt+_:/'kMP^%uէ Ci^ݵ * rtI{ ;AeM ~b I1ۀ0FPfo+Ȧl!VAtw!Pά%?Ź^h]\K6.h V \I(Ymx i=zzG|=}F})7*qz8q!gqfMD 1hj S F*OeUP6e0^-YzKdߪ!EŏM;OFD-'Z5?^P+p)U"aVgd w4p̷:aVZa߂0#xh$)I=, !ˢ(/}JfW7J8It$L\judM坲8kU}?'CdfaE{ݖwaǟQ͛΄. 8֬"C iY츾ygܤ47gR/q ]Q\/B=3Y>V֋eH[,&1 6E{PC@gc|s..vIs-L)QH 4EK^vbQֆw] ,`[!5S\iTxLz@+ //qCk˶rtDi[6&iʥE '&仺JtXඐ}"Qe\4J*_y+sn(KǕ 5Q8=Γ#M>#n#!b>wX sE":ТsH*lYz:h/;_t0w)%uV6G+7KE~YR94cm?8 LHf1PJF3kΡ\hp>Ci2sSR |7zX{V SJPgd< dKX=VvK)SJmw(䖅 8aRx"D,tBgU0^I7WCg7BWxS$|EB|7=\6~Ci{dpN,еMQQߏ*ۄ= Z~Ԭ;-W1)Ӹ5}r6`$@egJ5WٲwKQ!H{jcj8$'1LjfU[k|~Dώzp8b?^3&1 -X1w#Rߎr#C8: ?A@[T[Z>F琠 ffUl7 c |> F}i6IAͤ㪭d40Uܯ[iEa 6LUЩ>1BW6\,%Z Z7]1;b+ *Nokh7V1T&d^Vu0>'I` "AqХpU/B={ztAFV4]qSwi|BW>u(&=Kq++IE,H[HqxR:<25Ax٩G: -2EJЇfZЫA2D^uF;#;ytgŔvhw P?d22=Oٓ͝M5ht3y\UwRup`.,` g9F+$,sF2+$a;p߀UDүtSe_Ĥ NSpo2D0a*p 4hqpRH օ>VfZ'\ QE .9㱁k\?xr8clήf sBn-յt GU-bLrg⺪4X%PI#6p2Hͫy7n#J?|4蹽XM! =T-P>ׯ$|ΰqpPk- Qd5k-Tz PN)G烫ys=n yj.12) .S@?6X[6BYIS>ͩ8R|Q 6+Sv9g۱o+H2SC[EEFF #%Y~ A_32e*LgҲЇ6_ҕVFA lOYS$ ?5[l4m>XJN%%pV홢߽Y}7#\# MZ K^cEr>"k(ZgԄӔ16Fw϶J5O/Hϲ$ `0** sڅi%T:0p޽j{+&Rȿ19&e951J p?1s,i),_3I~Kz(4`~Wd hc]\LԵ^ˁi,To9SZ}X:QG7VH%^r>\ҪxIE8T>aZ񲬛9]:8q(3v}UKT""]`8ϸz NLMC QnܔhT\08𪃕;߹oHsjTpR)~ؔSboeL;a8at)3"FCcR Qث5j3bhzF8X5ja".JeV鹣dS6XH1t۶Uyh?4$nAZ_\ĔKϐYd[Kw 1L5~TWJ$&ٞ l_:_qvR &oJ!t,(ʘh+4Tʡ_j gn4-Sʾ:yװWBSʔ$GSJXtKlANO;j'7"D:dM <~y 1K p)g;GelGl7L` [ýrFZz{ C(2j"ܰ^㗗b{C %/U2C_aZ^w,&hM3/WmIQmMZĪlM6ߗ+&rV 68jSgvƐf>Ӷ6.im(cUGrGi+1u 5( VBo>D1^Yͭùut>2Q<KKA̠;la,~2+(MsǴ2ZmTer*y6NtՓVo.WFv1 -&1 A!S^RQ;XvZqVy0I.! \qPN%P &x&"~ى̱ W &rܬEIؼs4;;x2dW|kAddXcxuv !y䃄(aِÜG:T;9Ъ}b ݩӁh- (^Vn-s+?Jn"[j6&gXN7o_|5.{r^:Co!U914 H3"-rT |UZ 0*T}40 kPc{8̸ ?/_)djs *6&F!ci'Pd]M<̘?N}8K8;ZR)ϾV"%/`,S"[h, 55fKClJZϬoь_0k}rŏma qI]xqB5\Y{3X3B͔ [ݣ 93mPY1ycycC=9<$z ݀lX,3}b7\@UgF=[\EEdJciUz;tD侈S12^M?Ƨ/bS,^3y)q”pk>f1n1kcJlkw2bM ͐琎7>ػ7| BM~M ƶo຺k+ܯdW4N&h5q /D33iII$8{8PQ+a/Nm#R4)u#…o4r2l%deJޞa9]dz"bէa VpJuxC4`LH΋DGi& .D__8XS۴2IYLgU4؆3$Uol*Is|gp3iyGGVVsZ`;"=@ |L lS ,֍`SԘM o$v [ e@>O @GsI[q>z#ަIE) k!8lTaGkQjf0"'L۱}?Pʦ3@֞8ۿGd|7ah!` .ldqMhY|ߥ/gD(rÜМ,D)a 2>(]|6̏zR25Z+xGBNXe/vJS\D}U᝚l hxJr!sύ-`yuJ-"zZ@FhNb}N~[<ԔzQ S<+ׄ[y8-e'Mx΃MZ¬xDC06aqGQ__=PWS#5ܐ}%k)$&ܟq}˃! 0zˊER mv7PDz *n68zs+ OzYZj@&95\[ccDZe&ވ?5 *nӔ94]%-2ȴNj5dO9)|M"f%dvݐ)\IDg(Qg`k9Bvr )rᕩ67lFktjS]e{E}xe1::mdr|>\Wp#a^8Bv-4Aco+gfp=GvLga/v+CL:g::ΧĠy5+Eoy)j%Xudc Dug2I/{t=XMm_` K:$O2]Jj\7ћ?JMeaRլ%tf&'.|}O.)]G$*/pIgzo~I'[ B)#e.SIȎn_.p5Ծؾ zQmQ^fSOpf" Vt!EGx$F%`ٌHw%DRƭHjkW/E8$q%DA!r{ a%./ SVm~0c`"5?do! InӟMI?krLĠca"3q Zg/դ?Y钰H76bn|@+ 3#\åVdkiz-[,#Qtcq:> R|Py]O#ygeS(Wl(dT>njF#CߠugϵͤOؼ[CjXسݭ;1|e@|(StKvgRס?#eɂƨhwp^Jw)g.bCY C;jmcr}VA̯e^"aJ$]hxFE 1o9m3ԹaZةңΘŖGRVo! U@sXN,r<Ҥ Yn5Uv]:0eEŵ@} px)ٿuK};/.ᦊ;0֋!$P4)U}mly'ݬx'kp_t%.Qm> ;l^iqvH!!9ɢrA g}>֣hW^N I%jtA\ ѭ%w]#ݥ7Yf&هyfQOu`͊e1P D#h0$ Ƭf;%0A gIlY(B[f-&ut'LN.K(%ّvy9skyD,UbD/tw  C>e;{\zC%Ұ:.OFSA8x:H5h9wy)P 'ChpB5mA6[i dAQ wP@"9@;#ZsU啣m]~h1YJ_Tad_9PɾDw/_ԴA{WR .Pkֱ El O 94Yژ++X|+@=@D7?rS)q)b5Ֆ(gEjx6)Iւ)cc!#~](^.z"o83,F GkowrEܡ͸d 0so7\rnsKE-Tb%w[ԫ\F;~*'єૐ͏Ə;7}TFTq ay3 zzlAxYV<~YPEyQ]_s6\r-&lg:r>P[r45&"^+i98'?w%rGZ Ucߜ_c3+XI'_@$ :4eee~`+9Ѻ}f*xwXZziqq{^3̀,JP2n,. oȝ/:1~gq!S=0FB_k^I0?Z)kp^٫B{d_Mx<*ď8QiZH;̰)א̇=^{{:E]dJqFRv V6-͋klUߠC)[;B \nb]s1@zO2M'I'jQe(\ 8X=H)@^mnI̘=+2$j.giS#^(cC2_KQ;MUoĨuQ3 )lLo*gk`$At#99pckx;/SL^h6|?p^)W|suy`pEL3jH1*Vy $΅pPhȋE>Շ;*p~~Cd&5.: iUYؑB7"vP5δlnPL8Q)E{ԅ_ dqq#"rz ո鹒J+|C#; s:gἒz**9d|)KI)(㨧m\ЉiZ._0lSc(>SqwFBZ? ^}7R0V(Gn,k"'3IVHE 1q,퇘pژ^ UŮ;={hF `"ʫ-{6&2A{PjBec ̢o;;Rc6>9Q2o,7 :5~Ű*cV]ttDfk$-kԖX@vLz29dGp9aL=V:=OݭS3Nי@KAot]#x-xHvt&6U4c {n9b*0Au-vϮ:VAF2&h.KÛɶlv c ʲ)X<7x:K /@Mw7($[5F܊ϳz8Ar?_!vnvOxL}ҳ..9|yq9eDrW*|Z3;4i&hfz,&{ ^K{֧] 1"58ڧkjYE=%Zc?oq]"Uv"s[n4\±~'!,QNb^|lQ 9ٺ'e$nMHCyH>MUIjgb_ GPx!ponuƋXx >KCPcDj_^mRJb0L(Z5 F>y?[X:~p1YhݨSYV@!ڳ|LυMOw~,^;w4-xTY?lkfpZyeog.ڴBe [SV&0p 1o{oj u u]Cu,, YV K_=IVŗYAkEzxRdsl;!i5jI`0JX1NB>G` (#T{xȰT+"ưX(TˌiŐ-9/cY:CGt$}"IݞcV0O`U|ۿצ G$ >Y68ne`<^͗n 9 t, X_"!,]w24pp lC*n X9YmAA4@M^Ζ0D  {emֆONJ6O92Ya?98_T`n@/6bݛ|,.= $J˰dn-ȏ䦳 8)V:s}۴=D;THNNH  f< E&]r@[CRqX"}dC0BnCm69kCSf+XuXa랚 uKhEGχg hXi,MN*_Nz/3a aD0Ĩ\~%^D>D}^LT`,%/5٘0놄z r\,q ;$c(MV/?('u"{[Bf9Gz(Z,F%Q5{n:+_"o!  J{]p+̞)&/Wp3 K#*$lMvQlX3t*Â_aBS 3ؗfKQKz%|-`FnZ^ݭKOsPLǜs p\Cp#OO}R1Ǧ֦e*3^?|BWbVsK%z9?ސiwHXe):͍3ɪ\CË.9Ҷxwdc9.+/ BB7+dՎtc>8m:{[ ?7d;,J#*h[Jە׀7 +hheQ!>$h;Ƃ`dcʜT1X"lL =[L>K-kdR4s֜:пf<4_\:]ްҧav^ ;BH$pV[GjH0DGO&_/6*"q+\h^+?Ņ'o #t&&;<.=*wmzQqa٩㙉bKuP@94gnH:'ߵ3cbû9.؜M:Ur ̚]{Ssum gpY\m$15vd%(L q,e),皷20v[.ZL#,φ@1q4z7G-^jF~5\?%fz[=N(8)yC Gȁ4dN_golujc~D..>ďH6*c{<ѕ18 5Il&R},^E" W*'=ܯn{NL=$52=,e/+i^Xſ; [9Uԗ8o'z".#fMDXyPӓQ 8] sGwx|"X[7NQ\ʞ^8mi"^~hZ\QeiU}z')(Lu=Y-RAP5C4ioSkma'7 lF_+6iϐv{#WRYI+(k;N < 0KqrJ<5TGce6p?iq'6!Іc"!fR}$ d¯Zt@.n<iרۯ=k\c,a$)VT}ҋ[؍'Y$n*$a,]tW?8\"W5&:H?լcxef> IL Sl͡-2~o)@ht.Ɗ^X$ VdbN6|V\\C=\m;S"C_08ˌDs׃>$SN?(Ѡ~Xk{R{e4xŃ!:@ ɷ#`*rD.c[FnшTF>$oKHbx7(Q.LiU e^$Ed#6CUIkCkcN0qKRכ1v~m/kjlllG  i_im$߲'טlHA+jKjXX\ogٕ33[ -uXeش 5H`ȕJRuH %sF!|R9{=QYn/XW ya7.xɟw2^Ȳn켍SspkKFzhyFJF@cΩ3=P&Wm5ɯl,|(Ck -yܫmu@iMiUV&IĜ hlVv~2`1: о_=R4ǍE3OqKzf~>bG, ]EvlxeBWٺC:B]jk BY`nZ.hVD$8|h C6^h֥i>7w:1P[A#ܻ~ascEwZ6N{s|-:F) ߹!ca޷ȿFJ9 P{^1T "6UK/{1``S-OlFq ׭\bc-A=w&InJ$)]~!Cy{2^aT븱24'~~[3z‚Pw:;D7q Bh0{$2Vt};)eaiDh򄗠Q~N_Ip܈hCEN̅v}r9/Mfj;Jnk/"k,xZ1$IUF 5Ǒ nYyRv82MvA=<-lBk ( zCŪ0oBv9#TEن=FQofBxeqrˆu+FY$xUp1$YĈ7[xӔ!x [*D[{\`m#Jϼl|瀞Cz\+>1* 5'elM&&`4ӑrjrjGVrZ-u@=8G3Ml}rګI<;3@CvoRl},tZzs?|Lt^5a-&Ni8f `"F[ic#bPevv8x:te'V3ׯe&KIZHQ[!OoIa\4FLΡ%0i\O\|:CN-WL(N{xc˝ *:be)® 4.88HJKFVyhZn*IJ%ۉc5ZPo>S[K,5sjBb>:E^^Ӊs4nqy=3yʵXHו9|&88q1c:_Oɉ +\#ao =}Aor"|*y=$q9Ǒ%l fl7k>S(2D&C^1m55*tzyHR ׸?:|J6bWG(m{SB#D>3O\LbbފZ'}y\_.؊*!q56-2C!1(5-xY]ԳJh;m\a"Ł)L1jf5AP(w%м1r_3HAm{7R[a (Jl.SP6ce6" {9ʢˬp<|>ꋉHM[%5o.*w-ҭ$7 D5̵rE#@`a+Y@K}M#]GN(;t$3Q'i{'0]ox74a=)\dva hKthV!z3\R1!UB?l+Z.<`X|&5N&<̙jҫ]0 wyd;P@ pE -VC 70]4cvyiBm 77W.F@l @a4 `W =?MWTjML cd}zF`sܡpJשw'a U7Y?Rz䏴sҧp4~u$Bj@bځ{D N<> _߳u#$D&+'1eA%JiŶةҷjł L\u6wnPP;ʍQ 0'v]pvm>[We:}dЅ+H ib0k!RA7Ss%A8NDJEO7$IQ"owbwrjA߂Fo6ZE'N Q9[܊Tj]'fa97 rbUK_.S=3ܓ!q gld̓*m @`%IaVnqJыRU|nnB{-@[>}ÌLǪSŠ]Ro!n͓V"Iu{ =U5ac ʼnӡWI$wc@Lq.1'(]ExGG67xOɻ+V22``" & Ư-̯BhA Ih@qB02FG\ìlM^7oԭ*'nh;ʁS äV$# zև{g֐FR5c)s1h{3EXUK>@ z; ڴ]M9δ~x)T1i}<*{"08L#DmKs2L %J7QҾ;rS9U]jU;Um;T˴yB_o |V1)ky z8:lrO $TKήDlJzK5FtKNYZ5,VUh©>V0'í;IR.Db<1wqJ*o6]F@X0l).#Zx&yC5ڦO.~!XҀ&`;ğIe wh/_T^| hW pT??=[7=e=^l:Kl~zdv~mlDhѿ)7< 4Án{yjx3b ;ŨH>Pvh*Qۺ_]+1xb;fXGu؅ǤB}.0;?0f42gš~~?@rS   *m!9E99go'ީ ';s)ۦk!Y$шڞ u',t N "Ύ%K4J)j&"k搛md-0;;WCl6!%x`ߩhe5 duM⭝JCXɛMls\¥6ulWfZ]?׃vE: ^^\h&Ebf;67AV}8}}.OTTҀ(mxV{ee( k89|-A &- 0x'Bi%pE_ك <Zkbۯr)8{eF73('ѾV'] =s(Tͳ[5_!=q?+ J2u_+2Z&KEfLVǸO1Үy9"<>8B'qܼcp~G7>1^'d{n O1O%4]؏I}/J]<~ОpǥCU`S,obkia+ӭ\$Uo{p \="]{ g@M_/YłӵJ!w€Okϳ.rWc\M/B懌%DdHPaɶXXeYצKuBS( 9` 9CAsDePtC.Eb8ٔ: &=q{梍G2DhBۨXs :xcW,Inj؇?ٕ~\G u((%mAѕ0lrR)HL2tLi_Aޡ=I9Þ<4.x) 0fLHJ;yFO1M!lOh#;=whc d`үJ @4DSP 9C Q^Fι5cL*8-: mwjՙO;C5J [v zK UinVR>BOQ}ŐGB~1?ͳ 1^U m@9xGڜ܂=PZhX[r6-嵑maWC p1*-,Mc9xE`m܎貕8tlƇ37 ~Z`@3S|kU5XQ8dTNw2_/09+ Bx7L16 Blgke۠2H-D/zz7{-'qZ[cwͬ-@@l+ c.HELyXF $w!LcM 1Q*r7g/,+SC /#pAZrZ>.Me{q!alSkPiLG S/M_/K܈f~Hfʜ qC;I%'I,:7PRp+O *0u{K|p/gN@eHp`r]85A7@L;HﻯUzsmInph0C^0& n -?ڽ(}%VHMڋxL{6ʹa$A*ô3-d;\S y'y/f ri!Qeev4y*n6f6X!BzsTcޗrYpM%tV"cHO 8w%17G$vd`BQ{.(L Cƚ" Rg~%-*%Es`Y#.oannJЖ/B 58fTP#FHԖ~ I#W /쾐M&Z.͇8HpM}J Z~c_-tYSiiìv&y>v^X gB& E"\]ix\.i#W^*݈CF_ԼdL-Ɣb*J-uv9 )eMqR"^+ƙsY\c.[Z~h`$(ƨܣ \)Yn ]GqAe]G6*J\ҠX-Pg yWzJۗ=p|T-zVe!\5h﹇D\'?#02Vc_[,N (&-XS1%ۢPvFfWW_Jat8f&Xj,Da"MZ|[Qqg ,9d(`V~Me` :|bv S^.9r!9Ru*pN1"vvvdJQU͍kMdQ[sPS^IRuIXW~>ҌHZ6?QgI\L?8x"Y$,W̑Mto+oVEaa~]i Z*E#Nz(LwkY99J/g%U ã)V#1 +>C\YY!{ѩYv' ri~ħ{K8./!_hb +3Sțc 99o!|Țz c"ai Cԟ,:Gx>m}9;`iW+"bdkw5*@"FۛRÇĸ8JZoj^e#Ixne|?lk+puJҵ^ͽyd){fHʍ-z"Fmy.͇M3R ̃d50p=rԩ.,˪mY+qo?.k-2͊Hgh P$]Alj<⏥ %F3KtMıjT8%$)_Uhe-)pV AUTΡОCGʅjPΠk!~/1b BCH\̾.j){vIN &Sb\.&Jvod66'M 7EEb.C0A~ Bc&SKQor>c4<FnTQpaLaSr,RX58ꚍt4u 7wBږUJ/T;|&_S[*`YӵdA"+b"t4SqgTp럻BN>M>J+RwqhIK}TJN+ r\4ՒShpq~xlG*T\-]y |ɎQ„yy* cB[MTC{ zn5#@cJ8UUD|j Qč>lkIKGNɹt耖Ü"cRL?$L FOV`1CmCN*^U=ұ͊%|\T)$D ykf#nJƋJyi5Z" q7MhoD:"%f z-`,;S44;[4/w%^Es&<ފ"̦t-V/8)(dA@d5+ RjH/4\DK_T%o.m MO;?. :0+\9JK:(LEzIE6UAyjjƢ&J>"j& \A z2%)p4G6S1X-`T=(͝7 GJWt&7<>Z4$u3ܬbЪnԇ&d:l_ Z|o$h=b6QUF?`Ш$mʹ FNWK\U>KUKrrnT |idt--8n2Y)jcJc{DyM'nu  }Վct`EgFUPe<D7X)^s-tNao?|IoiYa"~nɘ7}fч@*Dq۲#tSJK2jnpgun6ot}d[d\9VC9]utIK΀ojiM?Ji&vZ T6.~F9I;!qY'8ou}|I~Oq^ I&%M/bΞרp8Á*ȫK@-, !fEXGMK5Jg#G*;,N] m<9a@zO=ئQYU޹X9{|s ,m']eaLf.9z(2s7$*Pl1fXîS RdG ) o#PЬτ< &j^,KcӪ_&fLifx̲oL` +\:ˤ"(\,;e~IZړRp[hB@-1 jcʼn70/},# W|N.#EaBY%TrSRr?QFԋ&0 s?N>']D^E7vb q+O_)4;_E e&_/FIV1py *dUPGat(}၍7/%vLhxd8ƃC y8C ku&0ڊԝB?$0*(%J&= s]1y6@Em6L޾Y(By e@1=,.=V[;h&rѬ``:RGg "O*@j!bH7R|r(SÍŘ$z׼ZNl`Ws9z+C,+ AQ8MH4"KI4(tc}t l.pw%;YI;;z1V'o5"SH#Zjw?%@?7ϖS.[aæ`Ic{ wF[L͝3Cz2-78w~%k@͇h`*eX0?j܍"k劫^U #>P_bMЦ}W4oʪ^z8EuOTn syY?4!IZC=3YK.0î&u >-͞f'f6{[ 6g@y-W65љҚ z0zV2ɍbZM?ұsji*xd %oJ$}๑A9MeễmWUVJT˳Ju^*$;<)c'ͪ.P3n*FLF4黎=*^RVM]ʼ+e7m6(p~NDCҵbmgM4A].wD Tc %oC٠y%ky '$sNtÃ2"Qʂ_.Ho]B)Gˤ| %uYGSObG6TRˈ{ڂ<`WOE/<_uB^h,]ICRh{LYWN] pEZ^oAvZmN.1*Ҙ_rqf)W=]䩘bo4v !~ˡ);Bw]K #4Y5@@ѹo_nUfm!fNP/n NXQqMJ$xɡ#/փ:eJ\KQ8L+^hS?QoQ}O+C(SIдQ]+֊{zwS* ]7k=dKM "7-f1VUlKoo H2^i=j.nۈ #"X5hOd$ A6auaDMXuymEvygKRqtQ|68n)"f~|g Rf9-VͫbG~#7zabUp"$ s GGl; <fZ <+iX3_FXޔ.ddMhx/tHV-\)(=xYƙ4Fn.KC2Cj[=FDϱA⯷#U=Cj 3wLtC3=x UX;,cCtNN5HhdAK^d7PeG%Jm@'KV24 +wvحG3n, ":ODe_jjW3kU#VO3M4bQ``.'8UbRFr],ɋp$E*' yP.|gܤ](>][T$=zbI\C|X̉'YXq+/X 8Xv[Xds!]jE6ʚUtҬ@{8a+/1ʽDTG:97W AƏ1h2 !"McnTNj` a 3LN޻ h䅪s:@or+{tCj8&ݲ`Mj.":<1+8セM~,'}hfV,k2;밗<(3^dH+{[i4$dǃٞvmDF2xͥGc쨰nB҆~ɔVI[լ;v{10&UCAɶ& z{L1vz8wFҗapǦ CqVhc$'?8\f?˔/DN/:v::>ؓfTm3eS;=1VȤ?=t94(BcQ/uδ;Klu(ؑކ;6.NU%Am钭V4`$N-E+,{^JT "jQLiޤ4hƈ @A6xY*64EDS inЂo)g M+-nc$Bh%m 0|BJ=H]z_^Y_]4 `Mz6y}'8r{NU,]{6E1gBb1,ِe#{/~T+kjBf-G.15*^"0;Qf^*D16fk]Az;$)fL6lMy6f/m=l_ -V|1$g(S1o?]@q$Kfv/j &s)0xJƽJ)ljzbUZs<2Zfi_c~8&ACO*yݽk)ɨ|aIݛ#oo1VDɴXW/CސYCDFg}a vTߖMǏM<;zgJ/pprLD;E4 9?ۡ9u-Vu4:}25z"E Y = ]ޣ;6~ $02 WcO8jG  L28LXdORX#:**\*^i?d.X,фc V9`8Ǫz>Xݩ ݝAhif˄(ʬ';$-!b?v%`{}XG? Ni!&Os\}~TymLN2~ׯ2,)?Z[1Sr1ʛ^މrllIQR(^C9h a&ujS3r-z<['%|SE5+WƸm.yj1XCKbڏb< ā.aQqJP513譃=_SCy!51ba\:ukT'n2 r ,/hi?NJFb邸Lڴ HvzAPdW?>Qʿtڑy\ݾ`҄gKeϐ SvQl-pQ3Ebl@k}1. N{!UHȋڵ- !p¨ګ@_۷ -`tmv4Nk:%;pΙL9Ǩ96-;B"㗞m֑u~X:o\4'DHlX5WO/kOߦr3E-]*X"r~])݉K<ψsOpoUZ'a5d|@2!hNnEЅ`0.+=!Z;B ^Sc lVSnn:4@*̗LqS6E?k[!?YWQRFf"tO=3XfwPHAnr@vByR]/Y˛ h^- AȔ4vNN)ܳO_S702yu@}rkDU^B'il*ͬ?rGHgcz K#75>ʰ `=mjUF%αbuԣz|ʤ; 3`e.^Zwg#QS5)M1v^Jzƛ{MrxvcE ܠ8ޥ@"{)ɧU$ m J## hMN&(  %;ˤq}<9/R-mg"jvS[iSLh΃h-Dõ7m2;zu QM{wBG*ᗯBHݾRN$b7M߈;;p*wYPE}=z [}@Q;G.ݒşp,G}yXiR ~Ab]Kj7PE6U ك$>C6`5aFpB N.l#w pt=2VMT nճXK<,EަԻɀnuO!}d9u`cN:1Cy< -)4,,``wf]eτF? dW`7"AKENJiXr" H7scW .)c;(ӒFҚb HG}SPFdfҊZv5_,d$8C$c) Ѕ9BL_`YYy@4U(ÌU$r0-֫J//n,-;% 31V Q}b# qSz{@Cõ[gsG-( k1 P }k8=}SK"Tqn[-?ouj|Vn/S~ʭxڑ2OeSUgSh؄qS VudK 67 ̬A$%U6'OGEc`^<O!P,.NWV^OT05U]C׏tu[NʌSg |G Pһ{0a+E3xZbrz<*̅Z4H ӡpAAMLiZ^HTc@t(B6`Mnh=l>&v:je8lqcV=dA Zzk\xCFf9)C.-ԕ9S-1H YrFp ҬԢچVN(uFӭlpScDN w}:u'%Z 60koDRi8{;\W^ ځ:L[9h]֙͌lUn]uM$' 27r_c $WO}cs RۆdckYM;&4FV4L#x\Ma~U 8i3- (3-!`/Jqbп)&4`ڊU :_]M/x8/܀F#Y=_!WLR3y]_y<{^BU`9 },hܐB.y l|+aVz ;Ա6 Sz J&.8>~vr;%䕳"l@a\IW5vt>g˝mhgÿ́:#`ʜ]N5@UU( KÿnJ;G6Í93d{+Ij1y#߲ ;j)?gEL(_I%%ݤ-sQx*I[؀5bйs%Ƀ_Fso+5""fCIRوd?:`he`_L2уL_pD:XbiѸdRw$Ait#a{O4 5-QsZ׆T|, KX;'LIp<>)T"m9X8T=!kkg %KmN3%, I:TBp۸r zSȈ+:9ϮqegdhguM/ !˷^ %5q&:朝^ݝ9 P&7&OxrIvExKBj޻8?N W[+@ D_s6q1Y9%[1쾗>%C<%fVۗROE$I"WN%YElݖpffr9'Q%7ٵJ*sIgNJG2]!ջe3p}{vwG! 2DF2ez{L#"߆?5ݷ4 `l NBoID5PS9rQL-hnQ%騾u#iVe.q5'd?AE~## ߚsy@]oRL_6q|f+PEJ+ mYQ jO/=[3-0r2 %|] ߩ(O7z?}5&)ȟt38GYbO iW̙,pLyc/CW*(;OV4vWjs+~jJؽ*z8hfJk^xag2vL8!H7U&(XC率p^dD{m[f7 f?/{l]J043I> aԓ%ح3n<͌O5oZ(Z\:[!CswC",>nTx2O ۚX ] H2ꄋ'_AU6B܊%>f4p` MF*'6"^.LoJM㜏|vbdKѷ| T:tJŒ[hL"88ߙ 5 e Po #YT2W{nԅ/l9v*Ud8A %TS's{E ש;ЎVB]ـWGy > L؂ոfHeǰq8<[' Fw^\ vbn 101-9G#k~'H|vW&heCy^`'I~ 9B@€QO2%ʅY€>c'We"5,#;ʁK`+BؔG7{pP;bivTO98ƽ[gh\"71C0-vhR?Ѣ=3[И)~T:FM}]С\4cJ'Q(;tO>%^agoB쏬Ic^0rt /hQ+O1`M -4OE>3p*8#&çϮ;Q.V,%^ O#eI, ",^Rq@9zq^OSFR[@F}߅/m!\\Rg]Bp0S< h36h PachФڔ5M\7ߑ'^a eTW1I6d lW4!VshL aw/XoRKE9OS,M`̫w1E >r7hmu3/_F8B.0'V6ǥk_HɏU. cM*sjAFALWq \ :l %vFC]?&<m*uU꣈dú%ghE=Y]BEM)K_LXW^WJ!NdP?[AjUY:L0ʫQAۗy *i/i'3nLYpygܿJ}P;r#뛎_gݴ0>sd.he_nTzi@rە<@I4 Q`/ L}PIqVOHLXWR7髜۠ NzqIܩ v5;Kpy/~zvASc:ra=w,tW`_XNj x[B 11Q0(rI59yŎlft(GkVFCO6wJ-1evy*8$9n t[F3+?JE)av9tqs\oQo$~hiN!Y~6 w DaJ$'܍=U:HuC%i?k8TSMLJ6!.>Cbu2^-L Ydsbb{QT5"Wq˦`8{ _p +ox2HX]@r=qEf#:`R1D,9IB Į[G_ k^^̐uvaIKa\(H E'RC.j/]W9O]:mTR@q\Gѐh(?̆8~Z MOg3ܕ~&꒯V sӉĀs \f6>xf]->遈nFMhʏݼtb@[=*|F޾kV4C%b7.X'7_5]OT-vd-A6xN7L$(x`BْuJNgmq,GKt>>>ơM# ۝П?=o|;M$ YiķhFͰvݔ#j.xsמj[~IBSq-*j0ng wܞ{iSU{:'IHVs~W\>=)TXXMe'RzZp.RzlWsح 5`#SϜr,[j!L#sm_8|O. sT+-PCƒY/]a;#Pnx#(9 ^y _a٢ 2T24\Jmsb?<ρ(';c ` wxO2uyC&Zֈ<} 9~yDlVhSAuz!xc wdIWZt7>84A[O{Xڣ\tQB` A+UXfJ3cOdY1`B}R% 9e˷|ؙ1ow~@P(.=정B65_m'k--q+UMQڭ9~vyen^/<%ֵw"T QDسng3vBoq] i}u=[oIt_-K"׆n/e̪3>sU 1$vt_e*t >.kz wiDGEDuB]᥋,Qg_TCEBr5[%-׀5xGw_?y%nfbfS- *bȀ˨m4@{ _!#>@d76)` %.| (yq$Xf0$ $W׊T.7 @R.\#+Rji#6{ 1pK):& 20!Azua6O7kq*orcKE^ω//ڝyj5v29ik8ix\Qo1GQ*Z[>mDSEiVInn).E`GG:[ou ;nΦ.xscM]6Veu̐T{7e~j(}3 o&c$g"bZ yHլpHpϬ6×:{Ҟ߅}aIu1+y.m~A")F?Ш79^E ᶏH'ˮɴܻ-Ca-U~#XE-fY ŹAa.Xj`|MdPkϟ3_3qsҎ.=FS'[V'߾ktDeͰP맄 )7*P:2~zKR÷%EmM-[0Qu(~UMwsAD: ̓ka,7{Rߡ37.T_qQ Se0~#ܹ{cU_OI [PclM0p޷y+UO1X-jbRC/-&)X?OXrR8$%  jcyU-0NJW8yQvHڂh(7|}"|?sfIX}!<$_P7\(r6䍙~*Kޫz4S喆 |o[8J3e|KI?s5~TuͶ,Z8|0}lQ=T5O^л2D. KJG.gaqp >t1ʔ8ψ'-T*=B9!%J; E#/d1c Z}̙xtc5, :Mi=$;sNv=gծAMQشԨ.Hl_U#%Gj{6=~s3pôu뷅̉}V*q 'd:$dRcˏtK5W(&=3Z;}T3x鍕73[Dˏ'.bWVl[Sd6ʞ;Q\rsT޻)VrJ^RqIjrsD> cAW JۈZY|QOG"7l+`z1j`T j]ˢP!`E⬨8 HE(a@K퐡=G76!Ag﫿!?(6r@k*`,Ir9tw[&B\˹aW˅QmAznUK;L꨸KUb#cx&$lo`>/}/;s$VUЕm (ZC BMcv1& 8vL/{ S9eH 4ƚg9c"^4i_*ˣ9J `,Hʥq5ڵ(r|J j8Ds X#+I_rk-낕ΜP 26Mc: K,JLp2Fr{l3.OnE[WL ,tΨ ? lGu!;Ps(WXӮHA\f$ra⃶$|†>e;(>3*^lǵf}P ?jGЫdO[p5gC :F@,*8hpQݝ,rf%&$gFcnwuzWzFZ>< F0u?a`G UP ]K75] #]CF6&Wo~ I_.wԴa&\"~D$tf-Q jNk{+P ߅.n[PL xWc\|^ȓNsVcYk^e-7n S7s@xpm`ı7(g'zDUQuq5 ,2P֎"R&7EYm Ew[tB-OI>9J떽pĊ{)=3e+ry+\ɛzBE OE18A lIjDaRu8whAww_9sC٭ˈ2L&6".%窚{YZ9j2n3vMʅu $t#7 u$|4 Dc贓9Rl 'Lҟ#<"?0,i\~Ex+ZOZ}, sϊjkN"ba*6U*'Q#7zo̱!9hEIƨX hbhocyIw7xɆq&d[w; o&տ~oY)O%bIIfvҀMhg;ኹȴJp{U&=X/ A:Vjk=*~))?'/䒋y2>Ȕ  Ƽ:^l?K cigWpTraﺬd&בlL2&J%~hՄ@p$nmTõAm7Gٌn$xd#"W 3eK ϯax0w),f @7iU;jd( w>Z`o9peJ@,Cs~:o.ǎH:O`;I;7r)7ծOgLf>y(yc} շޢ݅bevsc4)<]:ZMk/^B7,"8%3{Nq75 ;}b+D_’x/sϣLѐMĿw>$g\p<]R2G$dƥ͆[Pwb 84PkR4xMGnQ7ݿBDhO/{e}!۱h'Q0<:JK-&HtuRD%HmѮEK%svgqf YR"W|tH, aB܁S3Vg(q̽z<>`5" +٠9r*)#L-b |Uw~t@ؗ'*\1!<;%8M-<%M6b(+Q;fD+~YC2(؁_Dg`Ȑ;#zKF(w boZv2[} 8 :=A"Fb,3ݡԮPJ}#4]7V,yD1{G13ZB^d452Df`'7/ F|5V VC[5Ðd?Ў0PObRCz 1 lI4]CMNUMح$mB~ YzEnRD@Ohdxt?)FC(u/3Wܬв>J%TTw\ng\]xy7Ue!S0;EDgɆP[S+%ḷ80q=UKuP].߉bYƭ"&3Y SQz1F_qv9iP{Ҋ1FGyᣪHU)4}BԞట1K'@!!BIN*6E@*!PadՍ\XPUwr]`4wlmk{h|~=p^X3v2Vԗr}z9 mW.8T fR`O-h,3k/8fF)ߩWjXUW(?/A .umvHR;PĶ}вօVՄRv˯_ SrKZ^4֊SE >%4GB[B؁*fK&8%'_GK5PShdkwcy4"ǡh-5PV  OXP;=:H rvLhiFƌ*- d]XÍ=no~9Yw{+ jaE7$ -Ld઻' L{Մi ALk+G1k]nKphUq;-Щ>@pP؋8S:xkwi[D^ϗgڰvwذYs% \{dZF3LV;o,#Q&A:#nݣ&M p%4eW "}Jŭ?ZȏNC?N!ӧIVUI$# &HgOǪ!nM.>JcqǜJs7?j捒ƁMH}5=~ԯ&,8sבi$`_YL2Dw!M̲D7{>oxr}]Jӂޗ.I-.6i읦VPC4@5mS2ɪȌ]mVHN`a"6,X2TDCMas=.j}ӈ_jߨNLNVW0povt%`<j|\Wjsh19j/>n(4LVcLUĝ2'N Tx؀P)0}nErwܼnsZV>kc!#OƢMY_\z5(~۸cUKLڅgIJCbvPdx/jŧ{њ[A ~Ǣh&`&pӺ!EMn2pLdN("юY_(Ed`s3GL>_r7I^F&(H@г`zqIelOCKlUwv+y߿tԕI ]C&ëj :Z;3 #r/O(V mG} KKJpƯ@d-{ce*M :y[mcS$'gE䖒e(lrO ZݘE M5Xf#^(]s33@D{u-c ?<Δw7^K8m*`֌,hu+V1Kʪ(I]*"w:ՂѪ,Iuyݗ&|]%q!_h.7YMoIx5]IQWV)J/Ks.*v p CQ-1#mӊڌ#v%\xOȇ5}JgAk=JsӀ\tWCFʒ4Ā4xGh(洠aaMx`+Y")>/.:eaky:B?d6&rѪڏÓE7GjAOuA2|$ꝟ$k[N!uwj &i~K, Tȸ(wy*[8%UTUN!PDB $w6;AvƮ.}*LTy{O›Ho mԳkݳxGUiFFϨcR pBSnRI3`v_wO} @IS X=yz-Kϼǟk7B.%*1ιu6,o (~h͋RZ(2ٍbsҐIr\5l(ԆÂ` >5d;1 L'n3Qͫ J2ըC4t3η?ʷfP$f;bzXKۑߜ[k eHAJ ?a\ΥE~'[3S,tQq4HY!~Owj !ˊW}^LV_x}電ȓ2(!$*չ[T˺1ri\lߴ!(K\AOj 1k, \KZd`9_u)(:_[vLag]ÉEۜLǒ4T)U[Rxשʹ7ri1nbЬ3s f`Jd-3]Cqxg5Z+iy@:eճ}ё4jգUB.&C^]c@ՅC[\w.zϥe 9&>@yU-(c9/}Dh֛kyӱ9-5[>[E1pGu; P)jj/Ps=Ia E-H@,kAZkQg~d eŕ05Lt K>l[oɫE}:S_>>A\Qqbl\VmdYJv48%c47DMt¥VaFPm.ʷyfαO lflXvXJ)B7 zcmUc@={1mMl#tڭʱfǾgD.Ζ]p`*]jg$p9;[|deSKЁqB-ŝQ?}h܄NX4rG=I:H]w=mޏ.P%*)1 G6X>0w֦@p38uMNԣ y+FΜH ]4y^~%Hq"anTMU !MH˶eHkkA2ǁY+/[dsa~v[b[RMP:0RTCyL\5x\hne5#^!#,s=8Y;+I_,fyo,1GcyUwJ]ѫLҪW^BH.jBx⸩yA˖&J,Y|Qm WjTq I(?rCZɔnHNO4kn)k*@G8DX<){3(+b{f20}2e3Y=~@ϸ;>`΀\5^3Rg8`ܵ~TS{8!Ü|]_ 9M.o"6k+3" ) ֐:˕V ' R24:ef%E!5h_ :ۏOris9JHm{PAo < bmc@==_]WiB"\S[}z"ໄ19\"U;̲+o=&3s(H/vP `#;xJ:6%p?U2q!sTRz;eF9#E8$z`L@l| (afk`=e̝NJS aY6~xԽ vr%1\)ئiV snw~[ ^Zc~s4EaE ւ#B&–iٺq\= zz,,ߕo*.;PHOϗAhj:@!Kwqwh |5΂He {50 Ot5RhexJ 9hq.s&ldz8HS)k] |17PXm$ݽ"PN\1ض? @ ڇJ JU5&?w-©ǡz%RŨX 6|Lt{H Xhdp|8RR tTEu>rի]~f1<Y·)E%^T x094z#1@gjtp¥&zDmH 'F0EYͫi,*^Z4!4>O%c WGL~U0C|! sjS. oVzf2!&/D/YEׄJd5&K^ՙ8V+q]CހسeЉ\r\#xO`}%b*9c`N(вyldӭ׼z[0(# ^#SW:427QߍFZlɶk|1`̀RTOŀ!IKv:$$9C:qlg1&v78YL8XHˏ.ao%\ y|+9MH}UoxoXxU[Nj !Vh( [3-j =wR?VK<0Wya|ۧwe"I!S6(XϲgU:BSB }Fc+#G'l0J}wظָdƶgo3<Lֶ|܃ɿ"LlTc:cz6n$׬C0؏`/2GlHHUdSeBƧr ӢKU{Igh58V ӂ\,OƂjJOAMgܜ6*sXEͧA 3%T%&_t &,]j2{/-F1%eesggNכCJr^p Φ%[肜լx93jk@' .ӗܬvU6C/d?<`~sw݄‹~ď: <ھ>X7jwc?05pc`ZO/}MN$ښ;5AvƔUq}!hBxvUx8?ck7+K }et4 GM\]1? I ^(ZP17!!2Pa[Lc]*mhP)ۭ/ALf%aXNBA,yT?oH4 ( {RF)vM9Mܫ\Uj y4#q`˸kfÎPD8ձf%N[܊xX0,;Z9*Xt (7yblgSa@*DbWB"|V,c9c%bor2 .iPۇ ^IB ea^*I{t Szb8ṕܶxSB 镫&5z~aqB/v&Ks kA6,;;dUX0xo:Z 1 7[,]ly)_62߯ݳFI  ϵa* |me#?ד9Q2GWѹyŬz /eTdAHq_$䮘φ ՙ\D?D 'f{:f6a:,*M }dU٠L6L ;bExke2gu}WwO/^eV4U^B0<ۋ5tFJ \zbaTwF;kU'3_9}eNpZ`m'H>܉EĆWz~PZ'Sz3ህrku],G;fn4RK\=Ɖ>ve8;șYYOc""ާAWI81h[Q?htv+#%uP<L1aR1f\{;`מps eJ!N#9-Z38~9yu3Z(|ۺXP7-[WDzC}y'KCP!kҎ99c'{/ji~_>n$coe0fՀqQ?3?Q*1KHO"/dLi^ }kB2 R&O[V;jZ<5|53.  Lzݣu`*CϞ1femlҤ@(. h} j> l'[W)556ѴаUjT%}ݦ$%J][L LFؿ<8VpT+ݎ\aZmr(.w&Vb}Hǀ=tON[$xX$ݔWWo (Wuϛ_ӺF{6L ,w.éDXk$- baÊ=M= "c(~qnmP8)KVfZ%ǭ9f4Nn'axKoރ/YX:*S&[E NN /QRfPDJr{gkgwU2wrܤh#\" gCg6jt ^o\$/,(|]CȤ%ʀ(2J)T8Xo|1?*.;^V%]P7KޮKL0A#}*S%TN ݉EPoȸAr)I4!'%17 ?\?㾘dP|*g+o~1ksZta+yk.%xpXͱG\ρ%* I86XوU8շ]:IhֻH|˸cU~R.<tX"GƅRP@̅T2 )1s_q=1O)CXUMahsB~0u.uu:yMw Lur?S_ U9(t:j=H 4U~oz?<8}}Ħ`ij =њk ~RB}{sq'gT> n3TIRU<ڞr0fv3] aEQJdFkYpZµ}TTS?E׮JݓTLW` É}cb,<=iNSpX8͐-h uRЋ4}"6~gftrZk!YFWCnXILDx+lkK˭܃5fb"^m%d X/1OH5,]T.J%,"6c &0^oB:fiOEOzJXLj~=N"5B6cf&"j$0w%E)iTa|W 8 < ɉnJ&=)L1t-no.p:BҔ/A'/"FƠ^i/~ݔ6dQ;xM/n$GWύV ǽ6ʋXqբՔ[AOjq[E%QPlwEckt6Z|÷t*&8Lf~J xFr[KJ rE 2t$:ٿ&Ń"Y=80Z߲z fsÍz5i* iNڇ_GWˀCyhfP[US |ׂ=Xl^}8!UC.`ȯz 3ۡr*Odaޕ= J3|MщS Âp FW1բ1b`D}\Wd-v-J w7okQJǃm%~!o+RD@fsinV7&B8&qZH7ڇGۂz"%1-Ǟbd7vv?OuΜĭ % 7m*cID9w׹U9W1\uSL?sU8O$b h=Yr߁حF(%~Cc7ᧄ^7u;9;eO.)Tp &q/oDDM}E:'32墐T2lJ:GLpxZVXAUמW;E!Wy5[pBQI:9 ۛLN+teQT$f+@ nܼ0rvv<hb_3)|&5 9Y?~o&n5saHМra23)BjQhdBpEQ|Tܸ̞sQԲu6 Gmyn9Y0Ņ ~)Ĵ"mԔ l<hPoov>qbKo>(96 {Pz ;t:d}4VcTs~pX;ϕ[yǐ=0fNW\yxo/as,n:Ef}TY#x[fҪj<Ϯ``{65u6014dBĹn"eǶi㌛QvqRs4.D>."LW+\,s#Xmdf r)%-J+[Np=jd w ol~mQ n )(e3DLmQƶ''[@=놏f]6oqzFJ{yl=yב iXBk1h_ (.b>AÌö/,5I?U>m>Nxzf Ao9Vsa/0?\3XcۨFm]<$+k}Y5։ cU\N @(F&o:jՈ )GtcRJIzqfClu Ud=t+5Sqvr^5<4ѿ{3_ҮK0 "6w&e=5LwmE.^*N#7h2y*bxc7 ߯.|ԥK&(o+.P26{v$'( I85e(26oz݊k9U`xgVo[0ڢ s,.,;qnKBiN!AǛ7մd-aعU2ɡ`VIwZhY*~ƾ-:aKlҴjt Gtl-|z!aKtF(,^w.֞=>>fd|3HM`'dqP{GxH9 ʡj>OapŰuw`6 #tyL!SX^BEp;WRh$S=R#d- @Y39*Ug -;٥Z|Nc~dvBq{]-~cl}=nŭ\)6>A<(uhK!ki"H|ےc𥹎:>[ّ h#꿱v[p(-ιoccLpTZ*vm.+'n<Wdշ'UQrF cNi[|妖*r3OQOءزUE`Ij;_/)AH"֯Dز\RV&V] CÛM/c;:$YrFuZw+!#cB}͌K^M4j Cu8_a}xy4Ű\MF]?udM |a3IS̤ C1w7O-θw-<%nH kvYU3®y5)K*aINWBqmaX\2. 磽ιxbV.<{@$J#P< V˥ݴf?4PDS1([tv}YHEC[8B9E9> Ux?:+qu7FgV[sdj99C@P4d@8OЁheG}K?(2YW%wkC^b6X#&Lj rkۼ?8;wva/^As.L" C\d;z L,ܜaPr5$-IA"\]޷@&ѧOuS4 $i^S=NwpkUG|7E ‚%݆]b<,+Q`ORs`Ґ"jtg)bW:իO/^HWθ(ZרA{vChx731/aa~HZ~A>n:@Ap=ۄ4R)9_+{$ZL.(*`x p-UH̛?LL؟Dݰq@*D ށQ]cfstdW+ϊ,|Wܶz): ЋU&sR6tY;b׬~<2 tZ yVA ; TNžC-#Ƶz) p9*י@ o &;#@ƄOmG( 8N YUN fA.lǤ$IjBo{JYXȁ5A#xuC } 2x+ =.`Ԥ0$>FM^ 'I&&0z#:UE8 R䆾P:M@z0UWu'B:~J#~-":~3qܿ֍>V]5;D)"յ#d&# W8蓺"Y>?"dL"򝘮iQ0A>}-s݆*:U|H q Ѿm'?$K J\Sz̟O %;bpLo͐"OLjs\[3{Fa9oG+XGP꠻,֓=64yiq>}GjH aVߑ嬰نT*QȲbRBBJ%r'[BehmXߦ4NWY2(n;YGHqzSc%D|RCxs#Ѡ"p('ilJMto(ڭA<]e]ұFF(eAX&#˒tO+fok[msw烾ۭ5jQ663]KF\=_~ipa0SHVQ?V)A I‡dI@eQE)6tQLyED|𳩞T +CȶUHR=-Et BuT\qM,T8x&lP;;ǂDOm M3#Ea<;痔V$C)v5.tz ]hdߙ~ßq'a3{^_Y0KD弉)8IZ7Jdptژ٘f)>I3$P2Ze&Y֪>\/30_u ]5{qwL{yQ`^>hպ7hIס\]K~ @UިxcO~́2-ixAB̲H[]㷨X貰H2ې;FOϘyBz` &ף MTJoX &^;Aݕ8["ǔ֟ UЍipx+O+yX68ew;w$bFBwZnZ/|jSu_KÕdIݑ#P@' pWUNgJ_wĶA(%cHLX8Â&zxyê̆k v*-Q1=4.bE䙶jUth3VFF\oBfu:-p:Hh,}rV77A|k!<t][IDakv(P?MC Q j@w :xBހMUW*1E4Uh0gK/Ƶ#/(GuwA&C0 !7_@|L`͑.e C43z:1σkj@"fQUV4_>js!:bʂ\=N &'Uv(<{(]nb劊1ZULfȲ*XreVP 0m12w id=Ŀp|1;gPt|t1+J WT]cg>^S+n:!y|vF51HG5O'] ,MFMP[ľ~~o򫸲)Z--?ϯlyvDž(t-ijoCX1`==X