PackageKit-1.2.4-150400.3.17.10<>,fjp9|#B]-͟8G'A kq3zLt)ۈng,_Ryk)$j;VmVNmcc%>鋊@x891iGH wc(H}xb w*=0P>:*5dqRNOoۢ m..k/o@+Tv't'ΘX;I Nϟ0ogꮞ#FOoX2W /UY{Gw+R@}K}<&{A;3>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/St]"k%eLMsc w&PGTͨ5L?gLQH 'y?9EYag.Z(BhrM!jkx,P)*^RˣtnV'NX9,s0yMV_i2(,OGw1v`bKHvw}HXЫ/o͞| W|ړhz(vu@$wbk̥b3}aPzm?A;ru ܜ.Hj&QC SA)lG 27gٶnfh\o6RR5^Е'6  6h.]Q>ק٭)UCfX6g.f.1A0.x _!H7juD̛AGZr*4TИ'9FH ?\om5d pPMr'"0۳Q3KgILgIED"nT'~cf :A@LԱ}WW9+_T 9h%vQ0.˳]9%`ky0,ȓb8Xu`d_W/L{4)Q^J3"3\:#>Erʊp;gjD\P -z‚Bs+?|G>loT2|Um le@2~M!7yڽ0ĭ?ykFޓ=+H&< xZD c~ʒ>G( ,/0q.#2螄 >_%J}װSkU1A#`OYCyg6|lO1 'g8_LQ~7XE5_8N8/1fuq5$ )87JF`ωV >НB d6Eh5Mӥ2ꦚ;O;Pi15$E+KIErR>ؚIXiNoc])ص#|_t2+m{$|l%?4c%8[DjÈ8E1=yoִwUegnFm `(\:v09‰x|A|Ľ#}='.t$1, EԟlaM&j.y_w#t#&L(Ugv$W%?VٖԲR61nP,X3/ԫY+^Ce0tĩ7c0ۥ+҄T8OiHUΌvLC<D]CT mR8Q {D:֛NS1&E@b%<ž{^w%0`I],Qj4ʠ^`%7>57x*QDL .y0Dm5nDiwdY\W?-^IE ]ksR|+9rT4oci|JvW>Z#.T8%Оf_3>RJ))FDL9\=oX}_PօXZe&f&5^G`thLjc0KL]/o8 yz[kѲf&cLaPY#NTi#dž2@ݴRU!x͐lA=/͜l-t>mU3 PΖvޜž{T3k2Li`&n8-Ձ}(iuOiT[ `Be,)#C/SdJ3,x @IL3█~nPJu7 6LY ot*|ipxuGA{\bOEl~NU 0OO]/ m8yh1DƆMߌsGd\y5?ʎ%EXb8[Εr;qCѰVƜÎD.ӫ&u?7=`0VK٫h2ƹ\OfGsI7{5 l.fߘ3ʬ6?0'v-` p#7+0nIR[I*{?`@[S6wېyLŨEޠ⸷G%NaO̐gnNXT ؁( 5̹k;U2gx dZi4c&\ЮUYŦB /}SsS7Y{cOOUY'> aΪ0-ÿb'h"}hf0=2O|~ہUlq LjdD#M=#cNM,a]{3A-:8~9-`n8`+ka jl٣TWz(&W9a^FUףqH5#ufar; ̉ U T-rfU۠F: 3d/}b/R6Cvf+nrDg4xci> gBRg.R8f˔)*:>{N; q7)/u@`B **o+GCn+zUHqQ()9u{$iy[5/f`3[{]^o3p4oͭ-ך%2'~Z VVLU{"]Dȴa:_,ƦnAlӽ3UXHN^ZoUz> `jkt0S:؄>ť%{{衟[c)DZEcAf[ *7̕ E5vw# YbqͺC(Nf3FƐ {S7@riS1!wOnݖBMwΪa;vh]m:!J. MkWTzw9%ɷrg ր]₄bvj^ƔlQhn`[Q4?ʕ(mbv.Mi\Ò/ @¨9b"quI@pÇGAق8+ xu #N&28No1N;Sܢ Poq&6\ț"2\KE] l=T`.' 63ݪ룶j6!8tS@%M hl\s1|)^8]k  t"L8/%(k+(pT< |G[1>uJN]t\r/n(Fɉ>`;`v %. V{D;űL|-]߾Ĵ,xF1"ShF j:hGXlG:Ï|8,ה xDJPNs/&06 M0;'CI qZ[d5KM /2,=^2~;e]z86lX#υJ=+\քҁ"> Z&޻ í7^ JoQؚavva3\+_WXRG!KԝF'Ii J\L~G`NjlB;UE*|yn Qqvt$fo*i2tR5řUtgIӟz_M=]AʾI3V~>8*4)aLʭR3p:#w7oec@:(~0ݘܔ5ܪz@Z:L[ngJT[y;cŌ* T2O%ܘ_J>ǠЖUXE([E#8t rK M#nC!G۶6G}8Ƨ 2|Vh6.pѯHt/SLmRf r jjg[&^pL 'e'u;mKFM,7U$<[WŹβgFىRfp31'ښ%MǖIn%P.jnl[SW`vpf2YrR$?ʁD+J0)d"0!/<7&9. \J߂_BCm~;oIȏo9oމᄏᳩjdkuY8ް>Or#+Up9S-W6E@28紾Q% ) )'cZJG0z{o .r}`?w_P@1nyGX<c<$BuSמ~',%:hCq$ў,yckB,ݳQm%%n]N dݚzn.PZ녰JV'(DH^*^^vPNS0h_ bnAyE (1}Vbzwj NJ)]΁P ΅$\u'g:T#D}.6#0=Iד ߬keM={O>*w!"}tdfb;'-qL)Ch,x5 گTo_1Q E*!ńrj漝/"/>趣! N@ tmYI~YZHNF@+-OIZk/=Za_,CV2xމ z~$#\y)D/1^D }GP;6Cb׉-KÐ-ho1n,[|{4 #qzBW7qƒu/ zzXraAUu!6̹@zx?B&À{͂d %lbʛrn?plS>»e'"ʞT0hZl F.xc;~U 7P fo}OXJdXz+/4,j W(mK^r Qb TM=ev<~žr/&<<3Cm>Ĺܯ+)+cj伃6E@5,댁G?geEWZ$ Dsq{Pe 2 K}IzD;yq{:q- ]]HUpq ~]MDįuWChVl-9"_kws~8|^FtA6G"Z7Xޓqnj%J%xq'#+ɵ}Nlw[B:}m+˽Dl5) T+ s|dzmT]]o &~ ZѲ (EJ܂aprpn߂6ωE?!0#FWt,V8t"( p00ڳ3I^# 9{1̹h"Ϟu/* {Jz6\|<AMP[A!Z~@K7fvq0~JBEoj?z ߑlऱo֝V4u q8N#9k 3"tMM'&?2 uCv̗h=)h݂ebTt®5?7 ކ8-&#~%%Ƿ0 zd+51QUNgӋQҐ\df0Xq/T.9M3]+7CiZ!_qCՖʒˬ˴z큋U1fC첂/[N4dqT2nB8 xetxHhC48:ݞjɽ*{T=ڞ˿vy~56]?c1L RvLu^WDU < f;M <¼cB \qW8?PUFw؉Z> a[~y?bI^JQ1\w{~"7IEY|15݈`)֬>~,r۷ɋhN$ Bw1 y#fm?>5Pip 9_."BKcwuAnL!QC䘎l,AOM y=-qg)DhƎ֗h -rh cMyy0=ulŎQxM@<ٮL;vxPfSYͥ\vpwqvmハa7 YÓRO0;l͙j>-((qӑ/{MJ1I ?d7@\j߾<wL*R7k֑7Zht\h"MmR@ jڻnlu 3"d6ؙTIv&%m{d5WE2Lч6VYM L ^A=8:g6=X\"]0(a771l[+|DnMl)tO νYvC$]r0̤=l EPK2.9G)W]܍ SI/U,Ű+q[5. Hɢõj"v=%!M#4ٹW1^z`uu} c_K@f7KtkZf47c{y h0ۈc!-eve[ YCQn.n'fvx-i‹*t^>4j3οl\v7:rM7 u*fxX+m4lưp:U9-dyF$@ضϹErט2#j4YZq̭3 8]wԑV|  ALf#%S^l®8nơX (qn(%0>EFO' z{2[  ]Mtë!}BmЀnnJ{\ls=%ֹ3)rXHˆ9uJlQ^ni0=hMIطȷX'>]Sst[ؾe(֬8VBi![/I" nKLf pMZU}f@#n z>Pr` $f\n\Э901oT٫(5|' E>xMq{ ﳉsAb09kkmv+ECi ]GPVVǣb~:)[XwDz~LsQBj>R۬ˋ0ʰ|eMv`My]M̥:i\p{&f ,{^*hc1C Yb\ŭC(\|p\$.6Y=C+R5!6jR=y*+x%-UПAر2vWZMh< ^Moe!^ f8&/ WKtCG=R- k%vo&{; FKm$Ӫ?XrIfaoOO:kJ?ol{"ϟ2Yм 4{+DPUhשCXD1&o}B\ tZA,c|I+N:;="SBtW%)# G^[Pf~4~4hWF7Ye.:_o: D`ψMRcL+7Rp@#1Q(`1m7̉ Ҵ;-Kno̵)2pсN FlJ󖁐k~IDwjCeD?{Z訩E7d7c{|…"6@ 9徶f"̾gU RJ-/v 3}, Q'(8'"X)0Ucg bQ]9^V.wr#M ~6h'G¸3X {d>5T`/03 "Q~U] :r"XFW &.V"~(2p8ݤ1if%; yLs2R8e~0 __,0 tvou>6+2$fOX >Gm[bf\}5lJz^ZNeX?R4Ds Ӽsr(m1LOZjZD.xiǞc^d9i+䮱*}?-;8NٴVo,=V*hߧr|\Wnrd\Rrj'* S >'u[Di^Uf]nK;q~?&86s 1=+Yg 0)G%_vaB Û k}wIK&] vz|41jƜwU윇_EJ5]4j3m<9-5N}njAФ>c/(YBJXrpb?*s?XF?1]`ղQt 빁7+g2v_[Ș8<"{=Y=/Ӆ!2k8&4ei:v+gH!ۏ[!(cNL3!p|73Vx(gUj8vɍ!nM/(vdøS[‰EsDv>6WlZͩU}wk֒:[ȵd%TA  7Z_0*!0)kOIP)z>j(@HZWOXT#$6U9|"b1+}L #@c#ЦTRo Y/ڽ, y ~0;"|7zR \#gy%8KOJp&1]1\t"s\b6C;!;19Ru҉@KR7kL ]4(adTvw[?ѴbaٗK]8qk-.j-U:z%< OOCYL|%I I'hr9JwP( gׄ>ҹ4IeϜդZ͠RߜrJC~^t$ő ?/ZPaoF:'d:ǝp};"WzG` Z.]GTݺ,2>PVz[k.#> d8=gFνB+$blBTb!@&v r#63E㮓7>wZ!O*=.cmfN ¹⚉GBSuƦ33]Dk0b? B5{4CB/:S_ޓe67R ٫C\r +Dj{r6YK_6wiUSCJ"l8e~ܜ79ϗKE_MK-FX7U8C(9t*K #C9bݗʂ62Dʬw Zr4e+賣x_B}֢λDHR,X1g">=J!ͷ0iH%*bw< =5hj18cW.Ș?!rpsG,`zϚ~`f9{tւuP>}(K?_LNo>H@[Uz(a3ۖJ#mm2 ?*!%(\k!"%gQZ- (^bovE wڄdue2! ~)Ap}ZÔy蟀9T#PrUmOzvu3b v#rf<D<31+1m_]1=L|irk mWffcWiK.Lѝb0 lAgmhѫ}oL(D٫v%k?H[c'#_hz\b?ᆜ*xEA۱ J]c{i>wHEA[?/؅[B$3vp53@h'S Nu;cWU_p~+1Ց(Tgn|"O)9| @ %w)ȯx [)x6׃< -ѸZgm|VBİDG6zUp2D7}$GzPOq$wE! Lp5'=:S;ߥ9_z?!"!O; Zt fq>Jww}&kJLܻۢ@/PlT:Zgڢ6BV^L+g0SnTl[ fJӅ␔OHt~,%͹v֫B?84Q7I:rq82>?E<^#|+4Q[ ~d($\oOd}3Js,Kx䗺#@t$o #./dubi(S8qZ?B/{E>[+ڣm5:/'b`wv3|lQoهwp.L3rl5"_5IkcnңJ,3׳kq0xHG}ϘiLuh ֍: m|*Me^ 4/U^A_c~?wNsł8MOTcE2ٓ!b" ~]6%Vb:]dm. >"$;X8Ia/JyDq\m[@:<_tN`x|n+uTQN^GQ@z{Ro}Bff=b/r]agC{J4ÂcY+ $]݃~l/' V(NGdMn"Q/UX'-`t_s\u5wX&GuR((ү~AdZe76c}h Zʃ:|k@k t,:{ęЙ]+ se_vFHXdwf _I !c|_ MeZ,U͓| IS/ya3 k%qc4`̙l%d;RADž5 _~"{1Λ}9ɻoӛu&bi͈kE7km 4⼓1 d~7y]uyD4,vЬJɺnl7F |<*d悙K^@ E:P.{} TIl{^ 7`NZ*')bhme.uYU<ˏ,N[{>tqp:[ϻVo}b3A@!ZNp fHh .[Amc>ٴs,QԐh})*A ndA0,N)zFP[iEꈳ߄h3Kt?IB:PdOa]$ Duj9Ab{dF5h}Ҁ67W^ s~Ig4}—uV:I&Ɋ%9:X,՘[$ GeOwN~XR.X=u[GQ p\!>@`*>RPy"3>0Xm*د-:+ȇz,lI:fGQVjO_bU1lq3= f x5k]Z.E~F9TͦleF!iukkY:4`Y8z)=fCC|*+c{c#i2,%f^_>%]^qݿ/NTwߙSRa=2U{;b!sڽ4,Duq}(nƨԵt"f,@ &ŷaT3;v?(?zVb~\ {<P(ԳWM꿀q]"mZf1.ۄ ct }a"1r JiYȄ]oK¬iְעT;4de3{0ㆣ`OyyJ)_IJ~c`fK|KӬ@>ˡe,MH~k>FE7+QǾ/[%0>j ^  Lκۤ5OGe5n7!{% >p  ̀HYϿM4 ;'傐se1?_1u 3)7oBjRUˀI16ʾ 3QA}dMNΖ`|谒':f;?%P@Yo6fy*iTfCJCXXTbJ"39x`) yڠωzc wn~u~̰eU;~&{k[up@{&;LOy;iC( w, kd6A3?5XA eܸT٨.? .bhwJd;Ef X P[Oy'ExNB"F^Kk C6p3T4@|旓!;6=ɦӨ%GɄķm6.T 'B~YN\q4PgldbfLMoAإlU_ٯk-+վ.R0ceE玅 .''bS4@8ŏ7RR?~Ga %L T++ӓ#^!R)b vMw-fߓ)-P$F4 :i`>]E p7:r#^ Kq%ɵY_KH1 L痽BH?I06JEU'gd\96 ^Ձdg Mia`91|qDAx.d*YgPӮDjXy{k#20"n>S#Bu. lZD]>.!fꋧ|uA K/,d>3IkNp>"F+H ]5O ;_߁c&BvJm0@}PHiH !7XC+XW Ix6pg_j .7aA9c=rAb<})G1ˬ_K^aKIVo39VUjwUxyw&P :X~: NM *EҴ~82,_aA"-H6^\4{&\h,Ȧ ̃{yn|gC?E0)\Tv+ۇCڻM A@RYyvsp(N5ɛ2ΗyFe> % e. x2XhJ`upT%-!0L3n 5ԏ)ٷE ܸ"l./SΞbW=oƢ:7'o0DpH8\k,?ԀLG· CE9gIec qD8Kᣠ~\ ki!*~o;_qu+CD7 i}+-ęF])zkSL8Bڊ((JOB:kLiʈ/6NC="U,zS^~Seh.#aLN\捩Y25~ 0.vE&:G3WУ)sulUŨLZq@|?XSm7X1F~'d=4Z'4`^X=Q .L`M<X ж5-y i3$d߾hSz&p s?z˗}/#҃~!No, Wc!A7$WD3L G5ƏlpSXKB&eɭDP bSHKl/ ;q ۊD"6ΜppgHt%!hEPbF4,/Iy H%MBZaqp/ ǐ0n90)#A; /Nb i8,z>7I%\CF? 5_^uW;J8L^.%Y_9'ڿk`j|x%P 8#5ȖY=N:;3?QrQmoCDhaCrm< Ƚ{qf>H#r#kqZ~0ߎiϷó4?},`.)Z-$|+ Oɱd27Nv!-6\6W*'jÁh1Oq%!S.+5/Žs#]̥ 5` 394~'V,m"啠vZ|9fV&=̄3 B9篸@:l:C7a W7ua AR7gzd0͵> M3}n+sS d upda8N e`6Ou(!e[!ީ4а3IBHF[3d}L4 Y]p ESs_xu/ :ө_}KTHh 0~+9suHߦX~ .}gxJzmԁMUs z1@zPƳ;2XsIy$Pv"eBpLl/.R9  eP:BCqà ΑМN3"b$>` /׉7@<&WDʦhl=*p׿ \ x$W CY81*Ki5a@(G ^i=>Pwƈi|׍Ecb';!rW@K( uXbHy.;^['DzC"8m0wy~wT^ ʀȜׂd߀'`Ky#DoNׁU}!\.yʑjZC1χ4u t 3bö\7h`L傫;U_DyptІp^D3Xט%j2Nu:R!_KߖmhQx<H(6Dy:fe^ >wToȃ'w.Oa?0~}4$:qL^Cg8Fkŵx[aAʨyheoΌkNJX- qZ"RdG!B~˚msYhJ, i W&"Gίv\ZK:vh5sib6r-'C2ޏ'(u) hz[Akižn@UW]c;4TYS暩j] 2k(^G$ׁEXa) ǥY>8a_+K`VR^wfbuMbٶо#lgTϮ7/y;{LC`|@ֳG9ίsu/C! C>O1d$6 e_!wd)'YFZp*хV ׯ5-*/CmA ,@"u2*r$hnS q2RPƖI.] G[4؅YFM@mT mvE4LzEz>飣f3^a*@'{/|JVC} s辘;.omz' ãqw4NoK HȢ׏J5 R0v3ĐG ȼCU~_lBDP[JC#Q%,_رIJuR z B퇀xpWE^,:IE]Kc3rh\=!d@F6_Xӹ]"Uɰ|"" Zo$vQߏTW2Mdxq) B֊VbeYL26QJj+dlrެЈm8gY+8Pet3A((!.~Kšk7O\ae#W:P瓁h,&t~6[` )ಧKs~G}gø"{ Lߔ˲$uCiorg?16k?pupfzWwNj e =?R0"k9G̍F3M}.v ,W29"Gwr3yTߡ0#gC.9'r@s YM)F%;?z\g`yria鶒ͷlHXpd#1k=IO&pk/d>h Ey&3p|o(SLg8vsވzhfRnxfgH,ձgR!n 9v{J[J ޛ"zgȸev@+W7]f0._pa\JwɣE3a.tș?0;Ͱe"G,ߝW֕y%@[ВVrTډrCȹnfpғЙ-o|%Ѵħ;qly"0N3q~,]&p^HDF`)6BYE?  $o1y\f.4(PS'Ѓ`%Tr0M+|D/o?Rx39Ӯ5u"NֳI x3}C ZsvlEǶki%0;R5au2@NX!BNs$43`9d))l:E[ T10(.%# ~"$VC` >%/ݠA\q夔8'aL(W8PV:C(Oj9Goc}Nu@@OU| οkUwgfsHɓ=3i I[dQ|斻x˅H;;iԳ4m111ZaG$i9B9F rPQw'idkm1ӮwA},,vc'btQՍ)R$FMV,B32*¾Zs%lxo} |߻z 9MJDXvu{7;xT{(V+ ^,v KQ$mNbz.N:H1r-[.W^638]Oyb+ȵ2vSB)#ma*J*jq2j\r`lMb>L'Řo*jn?d;<ũSDF *bEIP4V)E '­lX)9W~Pe:o0Ǩ4{MT+eR)[9M&oE߸S%GH{7ˁ4@6|(2#fBZbcM_j׀= ">Iw<^{[K[aa8MA+X$܏^xmbK| F$fDٽdv-PvM֎/pڋ)*+P'8ݼDk90(2Q6Cݑ@7*䎵dk@jתjQary .bT`h1Ҵ@+sIoUIx[ɡ7W=6l)u (OszXx 6.oH78ePom`[X zU蝏릳HXQ1%!{? %IBMCHeT3lM?#_ji )eH"Hyl=yo̖7W< ~`1! >oLi"qו=9١wKiNv].iwY¹[+^ߎIRJ#ԵP5q Sڗ|K=z}p}m*;}ew߰Dwz8Uo 8|D-r`3gF o}e֙*\V ӕFnm:'TU%js !0G >vK0|dq dE?Uu8:ֱRQzŐ?hxqqOU}%[eTqu[bmpV\AA$<֩P'(T~%u=$ WHu2.x`؝X?lDLɍ}dODǏ9vQeҥXC(G: I|XgjZH 6dz N`Q{nؽǶ_t/|%\b }wd[u,.Dkda|љwޚ;LVǓ}?i_I:?oz*hlO[*pK]-9@9B-re{mrd%~Q Y%X: mXmxNm&V޹K9i%hhwNEL$[7 S$O̦\ݳhmAPEZ *0pc^wS3J&蕄}EհBsۜ3+ȉ/R>w¾,c1V-Fu OOy4K80sbQvbNr:sKr28Fz\d]c!G2X\5?ˏZ0uun$ݾ:@T{QtStIǺ+؁XHGP8׭Fdl qGSŃÌn2)>,[J/{}mfsc~i,rE ZapȨw\wsSWt-%[viБ;ْ a9$ikۚkl-.J^]ͷP1'Կ4!LB$SkΧgTnu>UBԨ{y`w"}5!N~xt]&!D.lU &YACSI=k[ҒFܮRmeQT}䷎̧dmck ݾX'IhqQ_"Kb"t-C=#,D_e?= S;⮴}lix8]J D ehX'5R-`͠=\g jkz [+j{7u 69aL9!k8(zi&W]%DF·tk.t,2,3{U|-ow1bɚMHzu0u D ^alMXo6?D)w']D/[{Q_݈Vh?{B!WimQfS)cR-nAszq\'d/gW\[}>c0kQ,/Њ7k26}}e\z2?78Ҧ&4+(# CeJ bItK< cOS 4vC!ܙF)R8X -_J .g>P&9rCő&Bn%|pϔ1$/wGG0wf,(CgRb}\uZoATr >;B nt DJ%`oED{6S}vG?Z33ơ&:7vE3A:(]>`ݙ7݊P1?dEipr9S|T\*[%p4Z=SnΦq!z!B[$NښصF,jTtgp g4U@M\s7'빑F }(YB$BEf4oBm"#4x֩l6&d@i"Xg'")VlCyD#zyXjC˅+8ZaDƄS *Dz IrEڏ/@AA703.ĴN (4*qGJ 5|D`g2yjJo@`l 3(h鱒h:V^ ]9BeH|6#?*SK=+?)5k}Pq>L2dŏy  > `FXȈ[0PӌZu{%j^tT\F-XsSd@k"+)a9If]f #|UohFHUF aۑ_} ]cbgrQU:9fv/axm5MBрIo-T B)-cvǦ>Ij^x{]ਛLH ZvġFP9bvA]L>$g Q`w11ڕG~d1;fu\q~dL"ztT7Ȯ੸C#,g~Z㨭L, #[%V}­،T;)AsAKPFWgAz9-Hw}$"ЎBuWZJe%Zz\QmX#2?(b 5/>%7˘m&(2^=pL>YlJINH&BkJ+񿄼xpʢGUKRQOM%e&vHAJk#Xd0.jd.BJsXg_[a Q(U !/uj20QНPx*_yĝdwHU9s#&ؽie]os+;0㟎v厤I[>ho)l p눚 #/RzB.rlNɄl3=vЯn_ YKYx-T~I"`2[aKϥXQI%Mck^;Xr\B=݋|=\]4ə811kZm[()G6lKdVltݚuL'%+VVAI=p\_Hn%!rM,As#'gh<[*3\\$ɾ o}!Q* XQu#̾HwҲxÿ]TX硒(hqjbv{j,^j+D AGH+&9s([3Oڻ:ӱ}"l즥&#_:7Y%1oQ?ӂ:ѩ*ټ&*yF#4"vIy S!s/ϐ}~OD+?Qu-k`[%Xs}}])k҄$mZ3ز]|?A <_y|\F Vې6xR;  =Ej7C<"l3e٧}ahʮCcZ62yԹZ!16 bUjjKXZQg -rixNS0G$wcS=i'#1,>NkBn'Ѹ^KټO L{Ӆ ./n+ddX.⯘(NށXQ'~É2HaMX%Q3֐+px |a*>/1u)4U)q#j!rbpWME-iNpGA wMJM{2^lE}?䗍?c0)Suȣ (do%ӗQ[D}-?Bc$gmb؈|X6QxhHnc!+wڮiq 7Ӳ<̒svܤ Z k' NU1B2W8lܭd=?aZ-=?Uh=WزdqكqKǟvPH̘։yo:0*,% hj:2-ZUA_'.$Iyn>W/{y&&/YVˤweYtױYPUŀN;)ٟ 'ٓ)p?*qsITC8$h_+]||HJ粊,g8Jew`8U" _/[;ģKlÜB߮Rbg,\;4k9PRZlambE]lYϧ0"XEڷp?c/G&qdG^[,r51B04{? 0DI9/i$B&Q =TH[fJhauC%I˜PE?N1oQ &cr*jǵ~qv\+"M(-kd9D ~ o=@&9-Ayfbt\_VDa-l]$\4{(!( gZmȧ 'Cye4(ߗf3ͿJOi=¯8#PDmjދN;F*jm¨&0*p CZ@uDAG>P/e P | m;@¼wHF䛶 >(S*3J?~uy*rGT-. j0+%߶fO<4P3, ?T^kَ.AGOlK4Mi_mv5$HE5%^43hBOTal ҉n5?nW(:}&AK i VM3U[ɭы-LE`.&.QT˺0eFDA{NrՆroҥY89t,Poψ$ F!5 ]g %P S+F'$FWsh!aL&C`Vn6ZHA^i`hQKyyeK(zK U{ x$hƦ6ܽܝeG'O.$ؖ;|UL`趟{&0W7zPXd6–.XD,6~ʦIfl dBȺfUֵf,~7Khsݒ0wMVmXUGT&9lwkwM 9nВ0M8"sOT)<38e8`H&SLbm{3tw߹u6z+ˬ77#O+/zE^~; dzzA[֖-(2 Mr(H}o!jgZp랢)%SS IĦF=hi^۹iKaW. ׃fR 0QҘ8 hlK9zB'E2Mk 2O#7qL_=VZ5w.iڵW08 /%C}3!\ h)ch,֞$Ԙe|YcR|ޑrMR_O[>ru^FX X%A?$J)!N}.Xd:\:L7ҙ#SzֱB`Sk#~bvuuC6CwLa#_!M[>!(wDfc4<$f|#v%ka):4f^-:p~OmaZ"+:J?򑕨R5|xw*o\+"챖+;R72MoY:Mwhmuvi]ijϹ$$ CИY 13w}ExҭwZ6,˾}0 R#g4E/_^@!K|DX3tȟ&%֨پB mTB8^M.gPRޘɋXٲnSUVg9JnC(Z\ş:hQ3kb2q׿RYgۚ6rtU􂵪z,0V_%gC E?iкg:[UzEq 3TÄKZ) 6'45x,9] W~&vi7щШۆ8﯆/_]VMHy .xEm)P ϻ:)5f0@A "ETQ%cL }pae9]fg>C4=uR#+,Pi6T >Er֑& ;p> {\GliW*{Xlri4oMaKg%-Xr>}lOtdé@^nqd8÷X8AZ{e ߓ=>(dl_A=c% HC)Y_AG-Z fcK \Xa$˴P,%S7G3z K.R:hWc\`gYmML0Gc9|ݠ_Gv$FORicC4+wxeB=Ub6LRkQv_@ 5Lk2PV<;t;ҍP$*|q3SϠ'`__0g4ړ*ԊUP ҆'Ρ{J'JYʓ[0vn]?rP䝜n[D&ת󲨢.dMnY\y &vK,:q ǜ ſ15c'5G8iyl~Ǣ|_#ށjW[րk`a.}$O`TOHƱʆⳒ"^ɾ`y<iӦ(i}zبp4=ZS!uc?,}|7\qeԪ|GԢ KncF(NKBskYO;r7B!JZ(ZK6̫BG?PUG_VǣM @Wtޝ>P3~B'ҩr|t=ޥ'rveI bHP\>'n&U +Đ(HUՠ\?8=c#>'+#,x!H"0H- ΎT隑/Tmp*c4HtWV99\`kD0AaHJ@!8]_%ǒET6y+? ǔO41QT& eOVîrF>GM/>?Γg2/֣1$7N y!OJ"``3@NunW` l.3%$$hr屍(sfWEi<:/aa'+ebx>u(DwkwİG%:l꙳ ov)xӄKIDmJqЧ"[OJꇭ,893W*}){ = ͙) hWW6cShk(!uU)Dt[iCB3:-@(nx4G2HzR]$TSp(@7F 8X7h{yT0eʪǏh"=":KԘ*X؟8F$d46roO7~dlM- w0|)\vlWλE<޻{>`mt 4w/W]{E0fy=BXM2MmDh&_R}_ Q[Ni([ʽzw* DžLLܑLG;J$"Rpjyd5o)?KNqޭa`PD :+*PK)b;X)+OUCB)|[ 2!:F{^lC 2<-,`2nYDh%֋,"x"EfIFl*5*=|)5IQSrT<;ӫ r-D4& ӫXbEJV0 ޯ'r CuAQ}9Ѡؽ _7TRF1qX9+[i]8J S'k]/&hTc=$>@au+P9- G"dݞyxVwWQof-'ė.B pjvKȨjϯ=`9Ʊ5K4}01NeO~OR~͐t4hM[+r9PjY j:O1K#"*]1kl Nɽwq'1m9'~V1oH|2^σ.jxCEǖΜv9q2q k"џLƲA&]kJrÑzI^=s"ՐMsek$qLHAc^MP|?pi| %gebL튉)-8O)Udz0CM.Jb Ew)cz [ O| ggX̶X ک1vo&2ovi}ҏ菴X]G=H;4< ';SF>^b[x"U'fm/l 0kZPc,[ Ya+,iyMg -{ug/DZLxL` X\JiSof'${vV[f>mvRنu$FRLLɗ8oWgMIJ! rh_":SϗWas>3`v4.l+;nlg;xY8w;#l1^θZNN:eVM}_M2$۩V]5Q,1mlx2Ub+\H.qqşЄ!룑j)Ow~*FC{xPAp-1ԓjT=ctA5pѲCp'ʜת}WWqtOy~o~bti׫=VV~M܊e wФ$r4oW}TGjSӥ`lq: Ea =ixg"󃕋\F(nH,3*랡La˝|F1uگnGIÓjUS _mt=ۀNzMJ+2*e6'>dc'x bx!8˅Jre uGtXUV];TGfZ/ +. Ik]!Pd\L4/EspM_Ym*a:U23bM|/ORz#19D_Cݻ2gC_ 2UKL-@ؤֈ3{ #p RʦYBԙ6 q8 WC^臎S=}cn>Vɕ,f%y >tX{A!0,5GvvPֵ3EJ0= Db,g3 R$ïvRJוe-c/8EG Ҽq|C,{-Ƨ[Z^8Z3~>Wt fbP$W%0*W|5ݵ]ކOƅ=Vx]GSɮbKne"N+ZwX)u0PZqa|ϫR`7e>>kl kizwȻ:t1W~/2&A2ºNtv{ 1['Ei 4|eq ΰ;q UG3wJn` Jz3B0@صIu1+$T +n)zUbj #ݕO'juG]1 'i$a` 12~00 7CŠBc"ud rwu^ ڳwl Y!.{^ R&6+#=L YWiTe|:X.DnDpK== |,yā50ڡUl(GVQ ܷ}ar]\@aܼfY^L}$eAQX{Mr|7kR~" ,(eΦ)P ..QI̻<hvbݶ:M2AU_ iXMI(BSw5m51c}/01!2‡-W;2ΊMUMeWjuXJQml.> ׽#b'&Cgx^D -)PDZԯV.߶T(nBl1ώ[>&Q37,: 5 3ǭ-rrLӼ2c'y󳇂jF*J5.eW@)uDٶ]dҋ-{lLzu;FU S9;C <4su롇߮N#Hޖ׭ZCS D/=/}^ՕǓ 1w$if&0ϞsR]%뉸@ x:PbX`H$_60av"ؖ7K&0l!-=E7WoF< &b`FfBg3?*⪜x@~H*7)E+?t$džAt|oV{:)(??:1 s 'TO|xNȈltGy>)}ȭIc"rߒ} xi:ZC(c/_ BZؙ>Q0te ʗm EFU¿\ztMK[2HmNwƼ `80bՅWO8_ ٙWEw3^I +p,[~=~{ [ǭZAϪR%7u恲'KksLc7 cЈ-zvֺe .@iSvVN0ng&1n']$.ֹdwGJNƼmr 9~ |ң LٮZaB9,Xp9D~w_*O* 5nZnsr!;M%m'@#?f;8ƎVF.5q0Op&\msd`E.0,on2rܛ0a #)2JF#C**tx2Jp1-kt=+_C./Y\J枷ӐcȔ <װFFrhEmbgXxa$D *vu3T}_{OHrJ-U|",},}Z@Ð;6t|ta, #kX(z{{X@D"2s!/#L!ִDW1H󸅘:%8|5&3I6[?Tȍ/)<`nbbj9O:BME0]C[?yA8o#`a"{kc[ĨNSB* ).dg$H3!ĚX@?ᅣp](CTrX J< Sf0%(8⁳3*ٗX8%WE,<-;PT+Ҁ/?DWڀ .[VO!޷ٶ}'->3^꩓{OV6y,cbO{T$ȩm<U"omTyu lU|*V*ub+u`?~Ok9 OD4.TJ6TNۈӲ6g|^#.7ݬnkz(+#69j"CjDl'04⯠]"=>ӟZ1j)MaQKgn.j,u08=l#+"[ub5l_>66hp2ʠ4=M~N9Wf3> :DŽx*r/2 ͑@7\ 8OK*z|>ڪlob~#./8 .IaO&1\5i Pm  7k5(n͝(9$.@LCG%g3!'+:ˁcN\ ,Mex0#mc:źaθ\H4.jΓk 67vozw֟?Hbљ&c懆!_X\Zqի[7AD+EpN)Oh$;w/Dfg7U*`@%fښbz/1rPhJ=h^Ǵ4~&XcG8dW9'&P=8ԚGuoE]*BI^ y1j=pXV::6Ƌ =q#5s98rFOPvsVuK/i\?GFhw(_:hݨ5]SH@-X):5`Bc:-488ժ6·6Œ6u?d_At0_$]K[ #1,v]GZ9.7pXk$YɸJr`nDĈĭmd;v ZFfIXnNyKP,r"4FPf3Red h sUG[2(GK6rU/|p$-hf<ԏGIq&= ' ץ"8LJ|>̾{a@vڑњ7 2 zH%„Reݘ.xz=)ҥ]pU|5g"q4B7MqC* ϲkP^t{1M>i&j4;ߚ*v]aӕ^.B>: tU\g`4xݷo׎?d}%s14‰iO+jQj2arS/>a DGalYD' ?,.ձzcSz9ɢnYI'gayhp"DR&8|Ԍ6|hZB70>e3|( E{>:>k8SnC޹P.T_CuiЅkAվ>3a t?1пShڡ;બh/e V?)a9CXu GX$4xcc'7۟"Q) 1M[RU}9S0Q5)3,!5A{ph %DIH'(Bޓ;ޡ݊rs]zSHμ'h If_rsIWۄ[t'7'~sSxJTKQ 3Lx2|* Eg(ހ1/#9G! Ʈ4Yd(ı}/B_s5JcG3j`-yD(?YDb#4Դ HHEpEƙ O#e 6 ,^ 6{98L\=>Ĝs;ϣ_)Ҵ'(Ux?SK5)H_$2=UD֟džǺOTHʸ@7j 3E9:XpNG,K%Be@*8bZ375+bΖϑ{ATOPֹm2$7/pDK+[H-ox$.Z:}Q#$C1]n{-DAU@GCLi(yX;J4*]_˹ oC{.Zq s߯8~JZ\͓/E/}:+E n#7hQs` 2qbA0yvNƁnCBwGm+%Z8cy*.!Cy&pEA5d@}1c#dS>ŕ_]GgvA[H}'Ʋ[\RǮ|no64;c:PMk%_z&P&;ɼos@TJ1}Iu=rɞILRc5ﵮQ]L mhv^rE?ϻbZEu4zL{1^pcoC6:=_0'r>0UO$oM -a)%Fa(%&:ڔ ,;]k#яͶLOR?jcS"ĺR[OD,>TaV^+7WkMeo:Qe[Y x);PvaN#Y9-鳯%m[q򫄙ý0b?-#6u!c#dQ0f5:ڡ݄1U >:a%62\;7w9WQAխ6M}'O;>#TL qlyn]~3b0}'Tkn%lȄ43hLR 0XrӛN])íotCߺ~|ݽ:U_wڊ4G jUyo;;ƅ`*9~(H3o I@KEO`ʹ\\gI ?8F+5_^=$΀V5L&@:1zא'}:[v`T&< RVP,Ztc 9;4*zz 3`ݬzLBQ7~FC/<>;АJ]ZLƨ3_#],̯C%[&}?QEvc,# (@չUqmxCzh`+ho|<_E]Py{'LrF1*]f DH1 CǺtct#9xX#c p%1}gG rWiw;8FxeNA:3 C^X7"T%7m -vB}g"^~@\r^ -=ͬx~GCĄЫHIM9&`&6?d5 a~۾TڬZelQy,!F1WأZ[FyH1*aR0OR}AH-NRg)wV 0cnxmf=I Dk? [9N/8v+I+bDA*rl%OǷ}'Ԕ:'[~R1]XDJ`2ڐSřs2kv{¿7zY(cTAT߁.ar ށpȃdD^7"0YHn[L5PVH=u5y)9 I@oZ$.`@oCvݣ}ss-Oɠ0hF8! XddWE%~բ+~^kk8R3?EYB6*gOh,>%~ x8|.&JHrTX?j#NjNT:+{ew$ߓҩI{Q26W?v#Ea 0'7ذg,nog/g-|3bI&=8#p]A%]]+Vk=VɆ##]?fܚzR@ ENg  nzgZY/^5>STsU~q=/Żӈk՘ho'>ntͨEar]u4zVxMht bJ:t>Z eUDVzX0舐n-n4n۫(Qȴ/Cĥ.&A-}L ʿ3! җ𐝌g :yn=0Ђ6i`ov[ͶgN(jHȄެ8#8 Po"{B7wMɪ∉db:;!FCu¤r\ T#oPn}*Iy /+}ә+.}c B\1;Z7(pͲΉ p|R8of#,U6R} p? `> ZD4!,:*7Ϧ oV6=&;JjʙY_*]&cG=b!?̲7 RLᑄJNb.}ϖCbp/9[S5dn!yv.b8ڪ]bW\V^@~wܱNh_y.Q:ٱ^\-tw&m1Mfao}3&C}}"2mg>"+WgI;'!a08 B8# =Y$6yf &4BNSU ?g|ed5YLDF|cȧ0S0iJ6ve.SA"b8w:_:snvΕ .GL]rgX{[S'%xgprB3>h:MZAɣ.?0K(UAؐUN2 8J>**pjS5 Ve]7;yLpRbQ_יtV$,T6u4Ѽ&X m#;uSrx%CD%>9\VA8 l_<.B'2Z^5@"Ng@ }=/6T!cA#G%=J'z^;a/[2)iNZjg2TL&³?i\cEI[EARľ]MCH:}*p2x$)O|#X'&jg$1P6$#~bvne /TҀ248:k_ I=p`1_KU;[ z jCv`mx$b Z w`Wr^n;69+1;7_y$ CEHwV.,’0vtU컎lb%)ykdRYHLEݼjW8ao(MdAȃ;2a \.SZyt1-P^h?-W>aʖ/HA@h`C}*:(B*xJuQ u33Qbn|nD0 De~C@Xu+_?^9"l:{+¢ LF1̬ :윦HY 0#Ҫ~Êm)764<א}ߐ&+- fR-3pzQ#ǥE v pSJ(DJMؾ ʽQ:Lx}nLް"VO@@F50޼L ԉ]爃}dD*$[ͨjs ;uzKG1^V@-T55<2nj_GݚR[Btsh( |ԣ)G<е8Ft&iVv2IИJAђw(]Ę<Z8I3% C ;(,PL͝YN>( ka}!kƟb_[0(FT="vV=s|)9)\Լq XS&Z^ƈ]Q侺Vo2TXfJX>@hό<,[BSem X0υ]yHLp¢վ OGEFǠC|]EWHY!@pt.Іm'*,'l =gW,C{qѓ()+:}]tKC~: WVK-b90ܐ}aYi~ZwoMb^"uZ%)g͑&JǤ)md1k~7^3-}N5 xg C:_3!rVzz{htDm% RXEe\aN-Ӗ|e%N<΋+pؤ/-j-ԇ!˫O+9McG콚$7P:?8m=?tiĉIn.g '#%BTKY(ӲUm1D)T74d ˿~J]81_a:Kpm ]>uET'F;;$dHrD_-;~&'T @꠸vu&DYNt)INfa ESNŻhu̥ $EZ|U duȜ{C/0sE [ϜZ2Mͣ8b%0ʕYF9[Q6Re'9DڕW_h ^џ,&ޭdHgX/e}pc*;4 v*kOݾg79>&9-`l!jF$MX ".X3;Qr;e9`Sy&U[~ A+EzdFo"&}נÓz鲇'j)y5s-nÒc7*H's6;6d'?p'K'J1|.lXW`]<].;FvqeB_޷qOCak\&s>|x>NU'>< 6+]#oEt%ƛ0X;$0!xq )/unl!awt8S2HV`s5k2`] l/z-; 35Q.$<6A9 ~L_9A+ 'a](UX!l)ۣ̿ک2cC7.nj%OG4i%%rnӋ 07M'Y܀rH/rnd OVޙ]f926`%^%MBer-IEX09mimTyHk'jIr߅eS\N#\Jb)!a.$ěDMĨ4Y\wzܨfdպJ"ATdgjR7$g<'v~$K*D!cDrC\g{1Xm;I! R G{Qm/ t %Uc#ǟQMPFQR7#<=aL`[2]0'vm76X{AQVY[TL#d^xf!K &~w{ep0G6UH'Jdr'aMb68JEfi\ˑ&wm\ãSn'Gs>y=3*X^l*/'M^eu +$Blʫ11 寴H6+mϘr2u""y]RDEr^jAJ*̑^8ӌvk#/W~J"Q'VZ'lA6}hŠ7O#Oxc-a澆 *}v B$")N ҈d%=XɊZ/r (=/'9fL|-&nU2++4󞀌t~˲qAT{]@X@˟=2*EBtnh4 Mqk%"(;&4:tfr^`sɜ!AmOև~,ÃG+?wXcF(;ȖxN1l5J]g9#`46_# P|| {! MΓq`x4Qf^ҭjKTþ9bBᗿ| ٭j5Hc VNj{ =icY/?cJa[ g 7nYܸ?ڈ C#/5jOF멦q {g#/2>(S3rqx=DS sr-3{*i$[.ۯ>d}9cK٩|%f4 8. 8W>^2f*kȞppx?B7gB4z84 _2ø1RE<9 C28Tc*:㒊ǥȢOMdԨwzdoJr`4Oܻ;IΟ\Ѓƒ?Măj Zv.퉄C,PdTyfN! l0#:f6 ` N,GXwg+w ^|{!yJ Uc?sߪխǭyCSJ(|)jյ\zedGUs^@;f7Ur ^pbk6o߁vմt#oB gu<d,8d9gW!NHaN44xn+>"b_ʉXJ$ʻSlMމ8:M8?~ ~ŪKJ"["ƉDh!B۾ ϗ,zV! x YX8N|G+*w`V7=rˮ'MnCz/V2&QwWIY&ǐݿrz=7n eI.QP?ʹa2FzV^CKN.Z,_]dn$lYei2lR]_Ӫ?Wi^XqjBEnQ QݴIU-q8c wR2;Xu\^s-S<cK0\2/,A@=>ț,~ُvP6]m\h,#[d<kI/zK+ɨuR=bNL.XㄅE1ܟ fG/\.FT4ncJTzs,:P^D^o gE͓λPp\Uغp<mZ1媃':6i3de*5n$uel:t9./߇y,DEr+4g[(H_*ȝ>q y@ݙ! tLސ[s[+/unDWшBH-Qw|ƆNz &5Mn|}I8^.1쒺 :Fr&b0bx`95{-c] I M;f[5hPMm,Ѭd7 q[bO393>\aH_a$T+9 Faκ/ő!g$[Ab1J!)XAF܈. F,:|+E}Ī7M1>;l5950]U6|'(ʇ+=&Zj!Gʕnh# IkbJt)(?{xNKA~>jc_o_+'O8ӧy&#Nj2g,i;1m ZəNoC=fצsI-k5.6B* GُU)wS 6 r994LsEfΡl0KN.9[Z$e/X'Ȩ$Ez=lJ߃@{5_b蝐i:}.8 }gc.I#΄Ljւ%\fKaE o"w)cuyR[*¢`9gnLKjg=xX 2?nA?j1|?X tٿ/g}>o:Oب˗&j8ns#&&n[;쾄ql͈;tj( pbjt$L YƜ;Vl~akbmQiӓz'cgc2 E<-QB4 )B,H,Y~1i05qA'._0hZ#Xܬւp|Gv2뵌`_!~DaX}:QeW9z 𦂦. VWd`cOK ӂG{Db )} úU<fj`zrS?uJQ(0G+KDձ6Gs䜜Vftno,YGKq R]'r?'TP#_4F0: l*|[d48%M]+'w"W B7CT??ppOk Hrgj ?Y'eS|%I㝜BƔW=.u"A)cqZOAPa*Zk7QV#l$Pϯ!(RoS|K.>z q|;iom" oc/˾\S#IA'RpԀ;\/f/n$k5w1:Fb hB:+i{f@k|.AX;_Dh[Rh R*h5 =F74{<ɤzR^_bl u hT9|? )&nTw_]NJ uӊߗ6yJdj¤e,n_Nj{qy?"*o3gh΢rfF|i iq*XHetI%?T6y1>+7w#r񩭀K\? ޅ^t|?~Aݕ^)1n9N8mj&9ȽZ7x㥼naA*d!grW Tkg]2ǃ9ݪ0*1ЪEw>$)E`PSKި`=p]`'ci V}y/jξBIe3,]4]KT!r2n7㷴™ Bs-4 tK"AOZ8SP?y?:,*k ًmWɸO`8: g['RLXVu*]ZbXOĶ-lcA )ѫiKYONjȆ0Mqq `ۓ P2e5>GMGlW '('}`|z^6_bk􅲒R)8 2ę9pf+}HX T#!PViQ'-~S`>u?[h]VAGk̪˿UYZOb(gڴ3w 2@|l?DRN ߞFDo×a֒If\빛FeFT+UgHkkzBQ`c*&Z&Z5s"(ڤ2o˓@]~a}N;@@ߤhfP@s#?ʗQ5P R5 hTqj' )\Ҏ@Ĺ=ܻ!:g +ijt"e5Vɹ nUÍfox.~d~0[LŐ^]<ߦ|nկfTDݔ}nŽ۠q}ҏd ,-6`2*u$u3NIs&1"~:ҨfelHCgd4Ǿs;=f/H ZorA'?ţ:5](kSTgu2a]R&0.^z/ ~h.ῌTdPuF}EY< \CG>{N%:{PF|:y8ږ`m˙m՝Ȱ ?&=d#zVO~Incً}FQP$ CI`P66,`feJI]-w[7"j (3͡׀'F@SOf7LhS679,ӊvk71+=% rf!r$1daz_|ADpɨHtGܔa?%`MOi1J;}{!b:"|nQ{]NJsB`\T|J.3vGjT,@Yd%jqqy[猇 >Lke^qMQ_8!oKZ3,\^c]֩f6>P>(s( >v2,ŖwRb#y1jmOʵ6گw%kwCe~^z6=?YzTVW! e 蠖2/+asR *S>L|gۛyWxVv!K`2+AH|Iz"te3 jHXA 0J?;}K(="I~Ruк5W)Ð5CG]) Mw#Dp?D*TaTX'ָ5GH^)RhԦq:-SEDn$r;H!7Vbu-vL"K!WW0,_vIjCv\tPd0%{-'YZ],D ^Z:f†:V9!H)urKS#s%$ST`d&E"=YO o^=ڰ ZDSU㾜HvH/4kRa+BMt0F4b, C7k`BRe^y G# N@Ml3B(:V~77n~ G:DZ.BQά9IѣˮN{ߟ mցl1#ȀiY~d8j {,%Ͼ$=L̛WXaCq^q5WDux}cBĭWƖ '?Pw_+r@RKl#~#`?>ԅhsC_. Y+kp*7)B?t+&>fω2#yknw_9}].N|NŸjs h8+ˈ3")뮲,E? s<ۀP<Vhx{G,-ObCOͦF~Se bo9,`+xC-4&a|ȓ16H&tp./|G1v`d,8ɘ)QCGƾa9 SUۼ|ZFMX3^%Eٟ+rWB&M 7+m啺Uɞ{sB*ЏϤ˃C`̥"{ Ԃy:olUd5|DD:TL A9JXϊfh]Ķќyؙ(rho3LMI>Ig/Jo4bJ|}$r/6X?k׾d RhJSE{ho䥑ZcSx2ȏg9]=v: }+{U8Gلo`qG ezF8eNń;dP=-T/ n_//Y &k {x>zMmwE#`\ XX0/E ʩj}WE9B}e44nǛPL"IE1AmP̂ڑg7DZ$n_fw؄Tŗ59FPUք\Vat |O@a2NnR 6}BH5ޯ0Y(O[4M16{I<&}P_ƎP1; R^^0OyWswc\fU~GLJ[x) #/i<4m*:o)uP H~ Ν㗳Q+Qh;JvvJv g1p QZ;* u Q_t\2s#qR'yl"VƈV> @xdF̍~ vBŀh=-}';d˥';\Xr-S ,P B鐣hYw e| ]ͩN? hO ݦLMzH#O2@v^&#}%MB7dB=9E)Pp@IO.#k|]kd<ĬkS6=3G*Vp/c® b@M^$rqWMPY^0L Q6ϖ#̈́pWǖ6#ym{gBӗ:dž3]T2}5(#6 E@#F4Q! 4, yX/G0xE6>*F[FD'w_R~N>?R4HZ3?rM#du.V?0O. TqyMl6`G5'm2eI+1 I#9O߂a~;*iw`ΒVϐl \ )?W Wt/*-ȩ DAwJrfc=@%J21K÷4\) 8xφ3ͮ%b"̋;qaaz(nBIHEC?^5B&-EڭRS=Ȓ~Oպ m4;`DL@y6;Wrff;ûBxW[_Y!HhDw>z|*SEd,m5O xR^yb?ɵ(\>;}x1 E0 Ƌq8J^ ; i? $pz3nl/+:-,H)(E,@?>:X1=ٚ-9[2)*]U\>#&h6+λ&PlŎ&^z`b!&'>rBF{e j7f*2]{BL3.SD4t9e}826[a^ī+丆c#[d8 VNX'".2~"ma@sC)Z,,#Lf&՚h1.)P5F'\faA8W8iQkX'ZAY`AGDi ^k&2cX.b#0Fm&.s@y4ԗ_θi#,TAolp Qv#\qH@-xp}j6NZ.f"$dNp+haV!!?E!YyRP2p?yә6T;KFĴ/a%9;PPA ? u&U#lV"v31ޥJ[Bӆdq8pz`{= JAUj>8+<]rH~sB2_MBtZyiz,ظNuᬪn' srėg6~ ١#8dJTnB(W5`|fԂbP .~_pɐ 񸠽)ҭt^ ̣! lwZQG xmUwcz]Yxަ#s: x I>Œy5DؿK SO1mgP3K~F޻^sH |(AzbL;4f Gt`06OEԿQc!sl Jc[|.jWZMufs/-AŮ]5`AM优azYI~qVݡԈH K ʦXhj4O뤺0҈Igtwt-45S?ɤBKR KU{ @oi16kϊq3N R%v먣䯣vI2's1elWM ?VZgЏs7Wm J/Ӑ{4\X3;ȠY'f͙%&Mb[ՈDMBȸn-4S,N 1/qf;c]P5RC#<سi>`06]Xn(Y[N֞bgfL&Cir\{*B4qIsIqglq+3Gc\K?0Œ#|̒QbGyu`~(( f}/%Za njL4F0}2Vԭ:D5%aU1Mh\ SS7nSlpm*fjؗ|RE#{_LiiHjc-A2Q쯹)bjv,C LMeqAr!t1f(U }Xb|Z>v%o6*cR`ϱ5My Ɲ;C UX劤jxbZ;#[̜z;iB|Y)Z_hj5c&O"drn{5#`P.Im0aUb<~c yDZS">vwGV? pt +.cmۣz? ٷok\_4| Piͦ偙?[{NQ$ V4Kjuy$twI\5q]STM'xuve.ϓ\0 Y PvJ8DHܲT󀝢t7LR1=9V8K Sklxl0*hM-r٩ sR=JPS-<3`` jZ'tty%xe2 ).߫ q6lTD5-;j˜ggJW`RYDIM{ĭ!_{$},̬a@SFxp T|hJ ^M/GR/![:ъG~Lz4[ΕC~h{̱)g)+ѢxPt1孯R-X ȝ·[+iu9]ԭ>̧FobtУ2EO)$Wvi. BWK_F;řL!Hwe`8dŶ`G@H=؀vJQWM 2/-"xt,궘A# /vmuCYzP=tVŧ]+Fxغ5Y=&U/(xb-ʰP; =e;į$QMTDvIFjK̜PjGiNGX\v&{BnJX{.3S_ #6Sww'b&`@ZfC1hP֍xTV$NM#mٯV^ x|2}iQ4qXT=G%{^xۡnt-O˗i=w!@,A.FK ~\0oSB9+^f*ٺ)mF [ʺ\Y8dJXhh3YriDUDo HR[ܱ_Bn(<<\lGmyN(m򭙌(:0za<,ҙW1%pkwL=]yQWBVaQ&x{4];O"` ʽ4C6gԱΐ6EPCRn(#m17txz4QHr1$O䶓USͮqi1{옹0y~zMN:cXQ|8pDMK;(_49?CI}B?\t4Ld'+3'J,F؏9$ڛBV4"mj ֚˶<_&K喰2ynRd6͓c)c C~"Bp p΀8pT0}zfsb4z^;/EDX&.ȥ&qč #Ux2v.dThQb%]ּRD$b"jkH+wq2F[u,$8f !}ZDq*aBH3z,aF:~L`= Wc^w-_'7ġ?mDJHşxf "%Ț'MiSyƄZd 4r~h**o D?XGAwPԅLhb)^KkluV}4aۄ͏u₢@kPWENz+?5&+R #=W.M!!c瘆EuNJRWB+OD{UEg=z}Q7M_)wsU4 f }2],# B4˩.#2ocb4 ĜJĔE7WΜ=syKb ϭ"2 iwh2p৹4`G+^*=2-ϚɑGֹ5Z)c9 EV7٧D-S.`d@ZQeH2ϋ*J*yr/de.KPUQLqGk^aEMܠ 7L)B8ҥT=k-Tv epqB=&oĶ [AZYW# 1Jr?!_UfD0l;R;&GdG]5W zTDDy- iE襬řDK`_Z n ;pHNJlE' :+S:K+}w_fSl`H8&ɱ]Cv^? ge"&mpDs[gC{WΙ27 C1QIǙ?D)פOzU~0iby-higl<%5 vƖ_wj k9Wgp HL9>'1#5eKW {x,;^CPOY2  ɐsDPߚv;W\ *WQ8{M%]&^o&1} cCq'"shJF(#/ûh|US~QR(enq!|%@@06Y>r``|@x=[MSE 9mNJ)|nSN(P -Jg&ԑ2԰^Lt0˒[ yq^ҁ&sMV["j[(ѢQ@Zͭ V~mA[ǙOTWưM+:|bGC2]^c5F!{7lZp2h +w3Ի!ѨRR)Ry+YΠ2CzPps *0uoöY=+xl`G8Bm UE]v- `ΐ}*p=ߠ:Iq"|BLmbэ.X+[>PvoK@mQUIlhd0(\c1N֌26خ NI9:ɶ}P~ )Ζd )$l#+4Eh42,\WGM\˿Ovo{d/_JYʶB5h N(ZIEQ|80tίw39L#e3񍢭%t 0_Nu 0́J iݬO9qHVL0'vToSЃҕ'0o6;GF/K8 cNgJCM=O^ٿEʎmsWy8~:ytIjcy(1)TqTf8|bMӀ: d!œj?"0s0ҡdLnmgIrq!&IEņ},n{ښ&bv-}@5_~ L=7+|HO. nsG۹׼#z-@ԜΦnۙx,k%8$sKͥCKz{@bZؤ(G3.CǴEw]7qV5D+v)=u?pw~r]XM/ Tfx4@3`ԷvqPÖ0@7:K^q2k fF7$ ^@U H$:ihe|&ܒߺS"$)0ٷPg-!xO6wcYBP@Qk$ 3L씇̶kw?ӠEz,0BL{HL'j8@U\W0|t](|BU`@j07-"!X2qMՈw\ y@.kK91tHGESLPT2f3>srם=\hqζQLV/g/F!|y~WCwfF~U`$RV S SO #e54_C++Y>3HܮbulOBJNJWK3'Kg/iaj7P` w,}+OߕH_l~Lf R^)e3|HŞ.K "ܭCQ8QhRz Q^$[j ڂW׹iPFW ]pSPخ(c>w!ǧOI!yFRiΤ-`"ByP|UlNFQ/ղَۖʳ!SHGt{#dJ;nfQ f<0 ?c(#ޑݶ Ξ%__m1A?%X- ,T& .W,/KFy1i}C< ]%b2Ž0'KL5椠pG@v7\IqcO$vؤ;(!-GlQgKU`5jql?|AL8Wa<0Vd#DeDv1ӌf37thQ*c%k0 nf/ɱԄcH}X&1\ʦA@MQT1'pztl(1|]PxaIm%e|WЦ+㕊.f$5zD )IFVxt‘ۿ#xC% n–Ornuga3p{WtI8α6S*,_޳] ilz7,WF.Ɯ$?'[o.憞гdjZ>n=npP^ja+4~`FږF!o3567X)Xt٨͑6b#YU՜D;cLTL#V DZx'̣p75rsәtPli貛)n&$&XԱCVT"d89~~W|"*XAB7Қmt, kꊃL' m EYv/">k^I v| >ĭĀKL} Y,Qm~Y<Ԯ $Op8j+z7#8v$8-vj}Mglx@Ӗ%mc-uV&l`ܢ;/[\ ޞuj̻|3$-Bv{Wz&G\UK %Z:G&&I>=4ƾ1?d%Wg}ҳFub~E3tOrS5,K1Y N7\ 3p(]@*M%-E&B zɔ>ߘ$QyKCob'/;br{$(0BDj~Thr4xGI/ :эXH :XH!g5ϳ2h n"V2^Dm?`F{*R~˲[0Ffǔ7•̏@Imh4*z3S_K(-=2ΐRsc^~ܖpUA1 =>,}-}YtQbG`" /dzVy * "rȺXO(^ ,q/-rĠ݀mN',j/ig`t?s`LKW"sKԁ剴}+mSH8!8\$N-gᝓ៧@(RxN| lv.M21s4+36_<^@n~oI95[[@JjVGw޴Iɇ'МTfm1Z3d#ZHa-pr}>c{3MR퍴[XduΩ=_Q6J*0={EBI.%4'~F oBFI}0jaj$4Y"^@.Q%JMnz5Zho=;*J˙YmB9s|.[yAH%>_aMZ|V>2k?%3]1hh"]~L@ >^sX2mynqYv0籽jQl۲@-ӊpLef]$a1eA  J^T^Del;0cf<5||BY<9U,hMǯ u+Q~9r LIJ++@L =z:O8sh6v_ӾdVPZ  t"6XʵY (׀*LKՅܴEֻ#) ]X,<}V%?16ko1p]5 wysP 0As .1I }N<2cs0xD[23.pDǜ#[Mj"=L03ZNp+ %&DR42GgRgj!p/k^/o&_tN>6Ů\_b#2!^@吆[+Ɋ⎸9h<Y^~rG#Lϳxɟ㿮ǰx0Ӯ+zs0^`Dkra^ױq>eͽ,J tф66:l %ڋ-/_RvreN!wMu_1sGV"kӞWΜyb2h {YUOq{qޜ,U;u[DJ跩|H;c޸ .+¨w erL3Vۄs#EE%" [`4@JvFlR*.f,*E7ےKu@2j}JZBWx91t\a6OL%w*R΂i,oX:zT""_M,9!]uhou jU@*+3jxo\:'28V*BZ E:ᓉS巾'AMn2`sor:A'Jq.Y2+L6yxu<;9v/(qo q0X.P̅'~ ΑQ T/3ʈ o *!D&?H A GGI/:I]zp|TZo#p a!Kg}{հ9;胼`,~GØ/c QejOu|JjfN+[>jQ6cQ"ã%HcZu*lX|`vz6 Sʋ<£d[8fG|ⱬ.!2Vb2\g,Q|t{oY ?:~ٷJv՛1XmЕ0X"fQL.oի{)qǙٟ1,$V͍èhi'2ƿ,sif4[H&QB~%zSnX/PU Gѓ$)iLe:&<_ŜZ7)Z!l8 p&2Baݝ.GF06H܇OT;trـ8 %֖/$IpIl:pV@` P-ۂ퍥C'WZ&s#IaNeHCN/, [o{vvV^c<%Sdh 4DDS )ky]6cGtRZ^ur='^q){qW>1l+"A2G azh.0ۛKSA3y^)gK L*ӣ?PpWmm@358 [ R/(O n؎wq}1TNʖ~f8/=^JI;N~G#LK72aEUgG Fv!ۥ{&Bն>)+9yD!F`aD8;Bj=]UϙkA!L|&oĂDf& `GT2߻ `m"?UMڙ_eW wL} d_/n*Ɠ3ԴQZ-/ D~>ev$;k_66.1`B6#9~xd +~`Ι:+/EԼ3ѯ6[86h`{*fžٚ?Yy36,T agkeU* #_/vl XWC}F*;%vxoGz*?_ԥxM+&M.le,7_,#le1AP`WV@ bVESi|ylؖYG^K ]h>=HJxZ?=Wl7y7?t nOf ,Qx!9҉A8XkґI!Z5%.{3ٍnbLg 0&xȤ&aZ(k%pD0=:V ]نJsii~7ŻQo.mCcFk[g?9֧ rǝ2́I`󴴳! ӶI֔-6(0EXa&d EVd) ՓubP4[$*jsAs4qs{!C{ sz)&-H [sz$Hu=7" wϥڦ 6HYHxHP6B3VuH bW'>(R<4FvUlMram;ӄK 'JamʝI=!K( WқX卹j?U҇@TRK#bD>[!7G$vkٸgP}oA 0EӶ](^tc^?Phtm&[qil-=ofPټv ±Qdvߘ32X yypj/N#|sv=p79é0F^ʅI0Kiҙ(IW`/DJO f䟿dˇrzuEvCbLuWEޓV˦ 0y9CiVz@]:ѳGƆ I+ HVG& ڊ 9,G6 /{+樂xI#1؝05)"q5ȑR) .Î 6}vxOXGۮEKW c.''$kQ19xwBPLYӗa]T6Ø?T9V$ >P_yL Aa!%\!LYsX +ZY5Kvnr} .ѥv*E러9*ȐrLW=y"%U1bt+vv̠bsm)bT\WBܚ(g`yVnpw"ZbHsh{PLhf#Id/GO-l zS&/əv}BgsIF;p"vvr,?^Y?Re1ueU_O""`:GCc>G@c[>=C~bJD@e5j[x @e?-DXrauXK/ ˆi7B312r4Mm^Hl9LC++>p%RYǣ*N"[>\7pjjB_Dl\յILV\[)ōyw''qK 0È]tE!+ .\Wagt7ƍ>؆ٯ0"M^Ԕd ;%BܢJIAM>4Y47>m3ax 9xա_lt,lٹWj16^^pK)nd^mi>LQY.>س?v%һ"Fp 82R@oUq1e2*hcmE4cqG LN^'' Ikibؒ4?2;x}Et(xtf Iss202 J̟߀PIH,4R͓+tbM33g߇ĄR]kyhX/6Sއb>VP1g>µyֺa><#L qC,#pX9gfL%iYK` w1P;ӕ;cbKy0ȭ:7il%'-cwUx;@lV?dáΏ2*UԖi`K푧a#s3yTW* EY%qm: bנDa|]_inMtX܊LPaGe1öy{+Dժ:xMAi˾_|KcRݐD0}pWUk-u 5-bX% x[Xq˖l1p!g[L; {҉v\nԂ Gn^`y^=}*HW}Hq0Ɯ96 !"sSZk*J H5]5O mfJo~) RШN ٣pwX$h'*e oerV~|#qfh?QRzU SDϬ i}'f[}KzN}*neWNr =}G1` hLKo&|iXVE/4>]%F )HQ #JPx^|pr+ٜ4xUu⛵y< Jj_0(kW99"O=mwpT YZ