PackageKit-1.2.4-150400.3.13.1<>,!de$p9|Y?[_-]> zR beԚ#8T^ݧ~cƩi=?BZ@lN>@&|٭r/7/ NhMS%du]sg_! laGp]UȲ eh?06燸7F]8}Țawno`y\ѥi=W'nyLuJYL\ TM:]Lw301J]>OԔ?Ԅd  ! Rpt $*1%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1r=f>n?v@~BÆFG%Ht%I%X0Y<Zh[x\Ő%]$%^ȕbʄc-d˲e˷f˺l˼u%vdw%x҈%y3z ,08>ԀCPackageKit1.2.4150400.3.13.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.e$h03-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 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 || : fi3JxF(h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AeeeeeeeeeeeeeeeeeaMeeaMaMeeaMaMaMaMaMeaMeeeeee339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d433ac3d8f1f32ded1510585e5ceb1c078619f1b72a8e8984845787c02b15a8d1042641e988d1f477d54ce2ac72c2403246336837a8407fb3361195e76b6cb078180ca161ced1a1c349b803efbff62838f595d3b24e371b369d28009e1fb1e5004c1c51a5328765fc5c92881df8d8fe0c9104adb697f9ed9c1abda7a543e427c99debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a6f7a8d68e819b333ebd4ae5bd72e43c8ecf4ba1cddf1920a436a2b4bbdc86bf8c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(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.2.5)(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-moduleruckh03-ch2d 1709218340  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab0b5620cb57a0faf58716239996ffea9a27548b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7652e0f17a188794cad2b5c44946d949f76873d1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d319a9d9f418f68159b17d07fa6c78dbb382289, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8b761590af79bf10dfb8a0962567af4a7c0dd4ab, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f89848f3e194ce3717b939a43eac2052ab6e8f7, 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.13.1.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RRRfur(systemdPackageKit-backend-zyppsystemdutf-8adbdb30c1d7ff0a003c6ba18842cd180a20511a0f52d2d582e802ae579fe0b07?7zXZ !t/82]"k%&˦n99Q Z~g hϖU)р&Wxd5Csk]8+HCH)hz-\0Yd~NO0yuÚ66Ȟ.} Qj^3ޑOf(׶]HU§3ʾޥ~!Uorx ge+dHEOtk$_e[~ZPQ{rxOiZ`.>ٜn˜.g ʹynӫtjgv]nf9nH޸Rjo*]†2p&V3!e%V6%bX&4 i.1?󨸟j(?)O$u ~:HrU\دE3 >\\tj~q8g}^ S쟋؃udj$!aeL3w ARiC8m1c?8ծSΓczAr*KOa@j2ovN!E(uP7ċp! {MWự0ƲD\MnTVE4o{T +TAOL"…~? amŌ]WG65TSBWΝ}~&q\9c.i2^h/_gR"+sqȘBpGxXZ䱙Hcz+(+ b`IEV%$vvBtҬuvŤ#6RS4"\-!}6=I͌ JNZ h@ z \QGj1{K(GhQwD5ш6yR>>$UhM`~e^b;yeU+_KZQDk*ٴx.aAԥ$ G iT ]JḢ^; Ķ`V,&_m4A~:Kqr>pY,z=]krO)]mF/m3bp tT2:Z >~V+gIx]XυCIhĶDS!A|95toDKpAȎ2ݷ /~nNC+1sI@$-YЖ&|l7u|3حe[0iT:,)BB>Ј+yw<í{$$$"ੴ 5-W\AJ1[/{4A?)jKo`H͌ 1'Z /PR8 ^3 ؚZIZ_ݽhbnDty4B2a1ӌ 4Ddƴs ce*Z[Tg&y U`-,}qMD>[9Հ((tOKA*h71SQ fABq㸺9rl֑t ^s];;.w@Uf0Ɖ; 9!Q;LG*]gE(䚙cj.`lICa2ape;_ .=| FrZhg~<"{%C*Y~qRC'\ڷ)=qx@t]H5adl@ ig-s ;4"QXBUb:\EI,(:"F m Q{4an}s{rh<P3r+B_("yh%t'Z5–Ӡ"JKBM}O* ֶNN_-'Bm87gq$<欃F@'{'.B}ߍ19۫3H0nلU07K!=4퓶0 O{UNh,qA] g$HiqJ7T[J-F]ΈgOݠ2khFGߍ.ᵳB.ޙϙ`cQU0^0:C ~iZ{Icbu)f{Km[G @3Hx]Ga=DQZDp#זhƗ ܃(&70a?|qhˆ륧k*ٟ|CmPqEfX8? 7n9GG;#%iWC9IVKQLy~5q;$s!ssY1΍',h{콷VKu7,n>NR^/1eY6t!ra͐MpDM1"\G>I$2ԥÄ`XK~zk!7 Zl.?cn J8:?6x+`@& \x ?ez LV-V Q i"[ qͣx#bLlS~b6d. 2I}NKM!@t>~k3HZ6I'6>Iy 2U!l* CQꍣ€hF^+=<-5Δ5c,p[[+,@돘dק}|FZu[,(FvƲHj<ŠwF0D{ M@zd< *,'ezi6 Tnl48$3+&JX7…ւӫXlz̶p )݉ VSii9118vZB_;W M0AQ^=EvƷaK2,徽8^1HNWaE45gfw뉋RHDU4A%ϩ* +{xcrHZU0rՂ'=#1Uٕ};O/{4_p !s۾ \4Li,VoIF 0. Dy^eeaV%pCB.,4$U`)*4>hX7"/_ ҕHGGϫ/ѯeO9vN ֒_+Ã]& Dg p6pw&Bg9QB)$BGC]*nxp0_-g5a˦~̉#D{5ɘZٕB&/,A!i."*Hy+aPAh0su1DJ9< Dw9[ױѳLD@t)svjHY O\>RP(e\yKj:0)*H=L(FAq2 &G*IXm&* (ȫ".]Jowp:7iэI7ւbFDG/$38k_Iy䛙$+G>@_[ k[~ZWR z#ԸE@lf0ouݧ!-rVgo$s(, )aYH qd:~Ls! F*"@-n)lB*C _?/ؔIXgl# *./) 64#b` az&L9x. ^P9[u3(> P{Ww9`FRV4 $'-(0nW$3 MUlqdia ͔O=%:m7,|>qr?" d($9j񖁮꨷'Yפ UwNGot S%A/{51/zEp/K>9-b|*]; o*)Wk[47cKq??B N6,;1rq>)8ѓc2$L$}]%[˹@1J26pꝫ$V }) w18M-ݐ?ԭKGk] 'y?]n9fc-5N*ķ%_f#4 Ak"QtNT,[7ͬ^pVJ?x `T | .etJ#X2߳=|]1{$mP /w:]J)k‘p/*t@iZP:a`*-I%dXeEŒ׀e(\C֙yk=*HinCK*3ȇXx>`Q}^ڠQ# xNvMpV<;fG<#f037;m ~`x5BaJ+ Pt`w4ceX_;9!,^&&)R!gG9FƝ Rxf5!δH_뎤9of']D m>Cd;aqO4P_hx~l%ͶFc5kh^9$R2.IԘ'&:]*:U ;ŧ~('bP#@>Qg]qWǞF,sӛSYNUx%jA;/;`H}4n\w醇C |.^ЇiP{z9WVW +=HOC4?vg}޲b M8KYؗd&4TrN.D4 &<8[:Rj=n'f 5* 1ubvp|CetʑI RmW0} /DyZ5u|1*` `Y74T*+<$K<30mCD=\>2YDYZ+ #k+U㚨 X?L]Scaif!/wJ~Ź-&e.6^L3ߵX?bbo")KzH5j{fYfJYe~eoK m.|^j$HHz{`#db:EaUAϟ8{$oAV>c-{H"B+F}3| rS%uϐɩՍo΅uC_1u7ʨ́Γ bFoZ0Oњ ͧ?`{ud:igϩ80❲қ2`^y1%vnEF ˇlMkFX@Öb0Li.YKw. 1ZEˀKxH{ XuNSy(->u:yfSFw1# z\553onqNb:%܂5u-TߓDq]kㄗ1051U1ߤVfsHz&䡉VySR,ËS*eastY1q~hp>2"ා|{XJ2njFIKH؀rzUaN9'=DYYK/ªe*[,Q69ۨ]}Jg Zn~]Y1B>(֛eZ8#S>΢ڠhxyة HkwOuq_r (Ҹo MG9Ƣ- t6oAȤ!VKЪ q, r*Hb֓ȍ@止|L('mp R 4ǹ:3;ˎP }};c+*9kE+7$fCK2iCt)jWo0MVe=:,/Y+Z][zc{0ITÎ7| +Nie=M'tLcu cv{4lo.f| ذVmnXm㧄$߲՛xl>{?2Bvq+ Վ8?XGvq\lgͳQ+JKW kMP7bfAg;iUײͥO$" T!x߲Z}I|Yi(xL5k(8-#OH6srŠ[&#YiFt;EͿ5\@ƞT6qS믪dƒ$-uHk{pj-щ=גGi iA[žI.ʯٗjNl_W7kr Pwko2 \GPnd!# G>knpy!@_?蒏77MvfZCCUV&7UZ8-grVez~B{^gҀLnR]l5>Z|׼+gxI:q3 ^q-Ep2rM4[5`Wfk´D]Ϫ84DoTa*&lryBcᜬЀGī Ka:'h> x@z>-]-,oHnL7bui(fkWkYf[ T0@O>h@KUK5R[ruXQ~SmV9=^dno_֖ E/vgQ!m%ⱝsD9}{=||:g'n)_ympJ@meOSߙ:@rV13ɏ9-.ĮJ;6 ?JyX}R j 0O7ו=8G*Qza͑qdC2ऌظ?(f.q,f~63/Vop/ބ̵=ٯ˕ף/eEF ee删?pƌPE3[[l)A}B4's  *a&"Oۚ* ,d4X V<ڂ.s -܈/r`)a5'; JVhZќO;$X?=N#9ScG7S{"Ap @GQεSWSޝ&fQEҖ,Sc4D!5׹+re3^D9 F';|]A 05ٔm\p tp&gY0-V!,Xb_}Y7hTp,?q7޸zNE`X  n\q:5iP 7jIeqV+= 5ByZl]椆Ce+і_)YBsG+ixd>h x32)/#PŘD^C r)9Hi@5b5ߚvmgķj )L!$Kײ&4NB(FyV}q:ҖF4A+ó#Vg-G_b_n rdt|&/:S׷E4^_K45x;zAn;I~8oZv܈I'p"j֡f=.KeWٱ(Ǎ1X,J `;WoUqL~DHu K67O5ܗTgpAT 1p]X\E#HapRDzo6pcS㡾\JrL_9$@:1-O,8(rnH2݆XX`3t*C!> j܉lkn8 9MCbM"ym3vA1e[N p1G;v۷(V߁Y߇Hv^u5 G׽L~FfZ' O ia&0RAK 6õ'{i_jWOظg'Ďd9K\ 5- H޲A|6:]`NuJH}(椴⪆ u&!Nom⬨Pw$3&ԐSr;ઝ T׳G0E&#`КUZ_(LI J]9A-O=R(] K9jr'өԬ;ZrcpE61=>7;7t!S5%\5w6,=EӅ@ZYrYcEIegDŽw0n4ހFȝP Z3Y)%r|X1~*,n  !7t{ _ *g[d 1vYHyݰ$:8)MiVgI t/ZhכWZ# #46"~#\}1즏)0iOyI)2eǢ!cN !x;AB8ťM۸XXa8VOuˌJ!t_A͞fы $\g}s,B?@͟z v%tiWQ/U^lP 3=U4qLz )90(\7;031iߤFaT߃-sV<1w3Ð\+BFÃר3 "ዕB.]}RZNo,5q/?j]\BApk=zQӈe?;{#+ˠ zr ? o?'P3as^13fKi+;6!uj\+R+>XL_Joi~ krG>Fu܃кֹ_ 'mb`<ͻ -,LcO?W 4ԁ08rg>|X7quL, 5iuDᣜD}# jV&Rk@ [b|/$mbuPѴ5pW?uvDUuG\>Sj oNxSأ?x-=$,߰D*8HtQ, =/ǂUP-MbO?ߩ)CTjU)rpJY6%= !Z&2 +?u),?8Fy=$Wb75êrhA(8zD6%-DV~;{ʳy|29sl b`tWHc2ű+ *T4-K/7&Z3௩5#{A~{Ǭ GEGNYuU(c{=az&!Y sWf ix2 RN͇Cx?;ʠGR.=VNx{W&dQhO.@ͫEA )b,g&S!QUiq|ep$KVPS>cKW=Ex}o8 dNZ{N1v>uF{joW.,j F{np ^љ%s6j,=AŸԓm&izJQC8 "aPK+=(LxPKOP/r8|~:}7|aS\@s!WK Z%gQ$nm 'uh l4l.vSi*bCDz2] (̣|ۉqnVZoٚ>?7֥j@ )&S醦Ix2d+^I/F ~iǍ1[ Und}m?XaS[kS).6vxۛ!—Evl8<)e_gP f `4=@^G7TEDT׈=r`[ 8gǓ؜P6"G^!j[KrfJgi#\NΒq,)vށTdIU?sOK)ve[ bs:;? G1<~ĄMUyZ-PO# 5fGoMCjf499c`mdl,|4"zXuZgmeL2@!#~6L\Ul6t"}gs>KLh0fNS|,=.)y($琏c8mwLj:pQ@m?`e7x)g( 85%&zV~(G`yɃo^p6g_J8K1GTfsvERQ^#MCu!}F\"4bkZtc/7‹k8Z^Z`2@z]bpAXRVy–咓o=R{K&Cɠ_XSu6:ZgHW~^( ;Y.?C8PmAU0Gk1U-|N Rs`+n3dja ssM}XɢtTV'74;>@ۋ7 RHHM\l3xx(4>D-f-շxj/.Pոtkd¦vz&@~0?p1v> .Zz0AYd(z.ZzP0H9R<+ :|PȦ"0 /g;jF4|E>ѕ*ζkkeu٩یXiufBM@H[Bҩcф<;K/ϨN390A?rzZOl4q~`jkPmEm(<l+#\t$ ţjeACIi{fIuHm~t] )1>c,_k{;a-e9_|TKS!l-y1SB&l0$L֬LgÆvG_'Xqvʋ^&RלYfVJ{USbQD!ir-vkik'$]E#H3YAGְR:J9*7JO.87_;+KH7DŜfryA-㜳5b]ۭ&a6t`R$`EL ۵W-gWA~^ y}pH@w<7c~2~8G g`4#\Tm$ O\{*!-pNxkRr.$⻉@߶Dn)0;v@3o9:yl4$r]G7ƮdgeC2$wf҆`}astW UPQZyo>'D ;[X+z]ØKf}Hu- Zjȅ"ۜ6_ڂw~AuS%©Vf٣WPu:^U=0[ǧu㈁R!nwȉ\찂>V29 *H >FeM",4@O6g*lPL]HLWFK<ɯ ?B=E_=AwQB"3AȊ <;J E.e%vϫxe;jlc%sU^O[,bxԦ`M :0'Oa !91T_U_laW ΢#.зaYA͈6,AΎT; s^ޞjƑrk:[9f4Dݹ˂J4gmWbpN$Ĕ"v=]lűMfzZt S95ѻ~CL)Hf4EiSAx{p?8p5~l=\4>Q(6Cۊ93L({BS7xk՛ }-݅0.5`"TŃ9FBE%VPnrce%_ai氿ċAy) 69^s> BgHȩO ̟q_o~^Vvǁ5C͂Uu]a_|`D fifN:?#dt:Eљ֭rXu3p,Z].q} Sq)wP÷̡szq*8zWIa PωoKp7QG_?8J }[9`p$i,2 JijY0NFCB̹IPz%~2+x4W p^ϥCiϢLdh_Z.[쁑a@OIl]҄'OjZB7SS#7ٶsNY3Ǯ]gH*K_L]L2#=]W+;HJ4׮z>`Y0ipxF n}Ƅy5t:"4Enlʈ)ۊB't.n X32y=5\rl^0parXk0~k 'z/H,%-if1NۍC=j8ˋ2n,+KU+ڮU2{kR!R Vyp!:PC(V:YG:r`|4 {kcbER?,tk>qRz=zIdM^#HвVZj:El'[pb`m6|•*{Upx~_ի ojqw˻WЄ.ІҤ\I "X9z{g|){m[rІkZ涳ē\%`V+ VcX\pWdԎ\͓arbwz:G8/뿳`IybܭOdIMbn?c:=rjK^[FQ1QT{9V.H3.q8C'rնoVCjRbcN[|Mw/d y!bjg!)jd1?}xЃ| 4 6ocKϰ\皝l9J 'lɬC@\z6Ē^z_:[vlmm#|.Ʉ,/llSϝ3p,C3LRvt0㣊^'Չ,d%",EMR迵ڙ?Ө@EiP.vJص`hߖБAzgTg2]6{6Ҙ\KٵY1&ZNM%#D: 1gomTMY*Ch{<$su91gҵ%Tv㽹- ŧSJkc8X~˓tr-$@:aYF ~uAV?Kq kS ?i%͟z YUqi .nF(ȃT7>[i8MC_V$I 5~yI!pXU=5P鬱?d#ۙ)w@WѰ j&FR)$XI`vʼs{9!k/("7t//؊Zߋ8w G$'?{zS ]F^ ‚ۜpR*U{΋ j|:^w_ o}UCz{\{0Ʌ?]ZV;)/'&X#m^A [[T*yIps@z PQ(VtEdp6R>H#]=:` ++k~-T mhp#{v~ń:< SR%iqRe%!rf3ߜL7תJuP(u@&TJnRi}6zߢqfYUjU_mtXuBDĴNjDt~`Te߾2ni ;3tRΎ8mݚXdbVہ%߲<|Geʈv Dv۠qM@\43l+f;XB.ټ#͈^xfbi"q-]ҿ~Wrϧ E1w&cdʪo]w[Bzxۦx̼3񯬄Vgź.z-^m*3tvԎ#RmD] '2Xiu{)ŸVns\Cv<ŬD Xwy:ʣA9d7@B_+ʑA Sv?e5S&~N0&QroAzD$RWtApa wٶ\!EJD+J{ n*A֍T h%2 T=TSsJeRrW7pê.zMSw)XWF|W_Xni)#Fn|csEs$p~͛M;d&rX8. &Jtz@ ā~70'}]ƼR [)Ukcw#erMt8x$sx 25.;*S"lq?dpawca_gJQgEG+g;NY{ӫmj}2?.c:ώ CmA#,tw\툋QwU;ʿc$|5km(Ӷ'Z{op0Qy>Fso7e&6 2Yjp''lv b3d$TxcRP_iv SlOdڐy7^E=Z.K%V:Ճrԣ=ɈC37'YCS$& Bn6~upE9ժą1? g}GYp;a6#G tiZ4T}/ KAxhG$Q^rj~9"/=ok6:w  KKLP ۽And'G!3j]v7@׷xSGN +|Ϥ{6(pR^2GHr| @OÛMp pӰ,cXYVY+]$ܳ7@KV1h zd[qyg~vYF- #F+o߭ZZ}$?mg{;ؠCA+cΏ"w*0J YБlҒC*;.عYO7VKM׺81vkY2G35z$C,^,4&ϗqLrΡG͗௝\0FmJN/:Ur:ȔzgWaHՇza4R΍-oQ5 {2j֖YW),JaG|5?ڗ *<ߴ #5 ŀ }Tơ*㦪S҉W4ze~%Rz:W"|_lcR'N~1%`|PmÔq! JaYc]pY_XN09^j S ZbCLژRw3Ա&_/F7-[D{>6Q'5ɪtS."(NSO <S\ɏoU@?=ZO%ImkfBҪxR2K%GQ4\'d! !Qm!(ibLjG5W]I&yw0?vy -BiO+(ϼ{d5hͣ ͣ_*4Ƕrΰ' l=23*6;O9|G2vppM7+5 oF*TjzESʻ&Q񚇠ػOOWpDž@@_\W^ys JdBmi{ay/@ǫ :]1a8 )X8~QCg6G/AxO0ĥeiMUa1)M}s;P mb& Cj[`YثߌV.lAkއ!8ukU qL;aXF1ޛy!| QWQImr }Qim'jn?UtjGgC㔋f{hk]? )E/ ?@ P&_D Dm.f^.EEשfnABnulf| l2 =x˒|⻡gJYԾjwFcdeݣs܉,1Fwݺ"Jq8뛊$F|@)ₔʼnvC55FgGQ+2G?q.2?z" G'ъ8 v4VxS$0X:qTyޜ|V²A=!5R_EGl a?ۉ-y:2a@rc>?Vkݷ8H?Fs.M!T~BU e Wآ&*gC' GFXAdhڋ4?z ~WxF"¼NḵBR~5mm xWQ0J YEeED[L4#> ^h:WlvjMR,KʨuNhG  Z}:J-4Dž 9Ҕu= ehnPf՘ "KgDmvlt_PoۣZ. sB(i!ijG=ByhWOv?䰸)KzWCcJhv|j`Rr]ԓ9K\:\]WDCҦRn~kϕIQR;t` fFO7\ f3\4~tz7Ʀkz*,`Ww "uT,A.fnBNMNʂ' ^N-J;TfJ]n#9O`^,wЌ] XFƚ2iXʯ1LQޞO?W>n;E`k巩́;^rʌ6Fr0bLBe.m_C@ĶT[-V e)BMjFV)60\zcY\Y8|b zy.lٓPIC3qxIj[M pMొ[K &l+\NX9Q|vRw~)vTRan۱[46sJjQH`ʐ!5:3V-b801gbY+!h4ea7-wIPWj qRĆt9棤b$s@qz+o[d7j+Wb[6"U6计?mozB2ѽ´$횾d0'h! ?z뷓( >;D^1Pʬ KEq4 erc(ڹg!d! .ݸyŒ~}it&gPzΠ3{n,1s<5`o°"gYvtp|tk23Kg>gpTÜόp>Z*#X μ\y:vG\x OZ'$<ŷŠHBo<Y1)IXS]Yd.H;r VM0SP>,F:|)4Unq0L15r)k(Ҵo͒r2dUq&7px@m8d'] ӓ5u@&>^L@QTBՕz}e&7U:)25 ЎS`/@DXDĿ6oU# (x |s' h햪|o U/mqq6{v:!}ƽeYf̯R vX|@b+{Qf3.ggWQ>4(IMO>U\`?`n~9ٻݎ3yY z>ѡCyOF=]0V] آH)x݄v't~Jxf4BYT۩d܅p[V9>"ܹd[QZxoKVF©p)8xf BE  ^tjK|PĢ|xCSd{q hBg&2[$:)6Ǩ^)Xj@G!gv@'O EG$|%b{W=LϐF_M-#Cz:#j_AU!8Nl'L'2VAhcx:gf5S; NgaϰtNrz5TI mwgs''y%2''6 1%).Zէ2}jW#HQn&Gsx?ܒmk&VS&&ZU7omF+}('bn#jR.ee[˳[eTz07렏"C#-:ax%ȅ xU*8UI"KݽS|vɎ_l!*:`2ív?'73ǩF<fCM<(VҼ[ f 3)٪ Ƅ](3>iB<҃-jE z x?]CG]M_Jpo"R1H <[2TʩCev,Ud4ל7텰لɛ]A9h/U&7Phcs~!+'53Ohpt[>j 1.i^"u ej,@5}5>&q9}z>Oxr;xD MhK|JEJ7y[LK7Ze@)!Ej(Wŕ/ޏa¨!Dma̚wH܏y~z˺{pEP@ӡl!-]$:3V t*jIVXJoMrOr|hYhqxr˸ E1a|}$r7r/ DQ]\+}xg&eJ|vSR2`AߠO8\X:3"pcoUj/W@$%-Vmt"ʢ^b4+g-x(%<=yqˉhZK1㭽2! ay>c>y]pZQu.pLEžu71#`?M,h]Qn̝U?xl-ڇx=T" ܒբ  iʮˮ>ʸ_,* Y!$:=[ P~MCkZ3yiF`[y1шdeiFUcbmH<2Ww\  {}B!u[u H'XfީTk&Ēm(cm:U1_ !+Ly^`mՇ}JSm4L5|xńH`޵(A>MQ63@O4[I8vdtΆ43^*LvEoyRsu48RpJ^_G:jt:s//% P%脚4:?)J {-,EU$M0J̣`"*#G.Wŀҧ j c&gL 5R|o;߬mXܰUpӧ;?e);httP1z''I蹯wP܀|]0 NiZffg6gP:/Ȇ,DIُ1Y㨼i.gGKAX<$vHĿnDR4Mƒ%3/L+0kpF?BFhrg$Lqz*UkYﮤzZ0;m;iR[Ui \Ut;Ysc'\UwЊ>4x:RkȢy2,R7Q@7t3YƱOJ0%)K8z#QEX(IIo ~s_{1Ժ-2~D"JBr6LPji>;"Gu_`6gwDQGG^18?6{+<I'䩍2eST{k`9zjpS)3+׮yB3εBy+ /vr~㽔jSz Ae ٹ-uFsI- ݈Ϥ7A6~N*ڭ$/~^ jS&UKm 9ynzEDђY.=:9_E~VN[l<[:w{P>LYݞ-(* BV't?x5ZD0B=JB,fKس.9-0z ?uuevupjApAM+<>YxBxBvmUWv^ɦa0 l5gbG!RDR'aE9^]q8"tOy(ђr%xno 4b9XjGٶp>ٶֲa #lnw&bm؟&F1,+bEΟe㮵[tBp>AOfAN'N_ÑdEycmA9TO)v3Fg5Ԓy E_䦡uD8`6zdNF5恕EUś9xLt=IkВ85s~T/፡;hX?V'Zn%U!pd㰜gmp"eʄ:M`i?3x)m6za ;" Χqnp G?Ksʆ?pICpkBF<.t t^CM0N]C҆Mx 3n^o/"19 IFM6߫ ]ZG:>leT:z׮0S-hhC)ymKfA!(qs8H.mJ~ <>PJJ2Cgh<aFnZP@˙)md?UXg&C(b8P~]^y}+a5i 9:ZIl;x I٪y}񜧨9]}j[?0͠pD-M4=%A޷wSH= 燹w>LL<ىV(;oq$>D.3yfUo:2 )Ƿ+fyq\:VA.L01ݥQ6^!vLzNj?X?dܬ~F@I&.ͬU9 sh#o4Ȳ$p݅HpQ-8ﷆ"T;aZ#U))I[Z[m]m漏*S!>QB)͠&2D3 ,, ;20&fY3YUnxO6O0 * >XpDaz^^N<\5")}sH5ڄ.Srdi{Gd9-l U{AOLh^uK31 6zڝ r}=Nȟ03HէU2VJD>t1inhՙF-8pZ Jߒ+p-CW?Smo BoQĝ:3P vS8@Y-q pV?qI\2sb3ixkJj/tVdH^,u6KQ01 ؖG֍@}k21֭;e!P?}{8K;nkVy@7-mWЖM=poA(zœ"\M^h'U;eB&VѴϣigj-q\3Vb6ˁ,4j>o~9A|7F66b[1rcPZt9O3uS J"b^ Mƃ 7dU!Fr#EkB3*CD)gEpI(5ݠ\4Q8ڲ`= [3Ě^sNKFAS ,CH`e\;p/_cˮ3oW8F=Oo ok˨*e1 =* 6Ff3>H1J|&GBw^F|y3^}[fbLwD!"ɏ',)PErXR/w$J~!{ ~|2 cak^S0gs3O,Ra H/Q "Vk{M=#ďܐNC c{ҟ3\-;Ѭc{?,OhctY[bgw}s@*&/Fg[xx0R`;k0 +I)%CWWGE&HjL~vլq柹a 풩}b\<#EpǪ>-Vf_p>#*u+0J%uSfVAJ0ʺUXUX/5M\]o) lZ8z»SDXBK^Q[A4߹:}0'}HӊATA1kPc-Khc?[`u@l"hDG風|CJ G 52I"/fޛ)0{8:cv@8)N }{S4ڭB,XTofR@iEzB5*V{{.PK^+a!CgOz[J&JOGJ(i=%Q:<<o"4!gc/$R%^|'綢"M=c:_h>;:x+#گg%mke% 7bc 0J :a'۪kbC6'XhRq]b@VE!0ˆ8,MWx(IJ2H=T8Y#5?2C1rmۃ}f.A?jq&WZd@VݺC*[׫x]Ǝa uhRCGB8+cR|MgP=$V% "݋,t,m[l ܋>@*CXO ]H!j8Ly0DM(PS^?%쁝>#/s @ء~+l!|Ո d gn.C/B,Id<)1AHϻ2U0Cy/܈m7b_ا7>4[`|7avlL!Uc?Gy[IjB.;m tW c-^M3Qmo}1C#*t L;B'?< x0j="!- Al;mlXO[ML+)(k&FZK$)[^+W7Oz3G ӏʦi48Nw`Gt;EinpW",_@];  YW.[z;0~h+Ly$cT_n=C1#B$=JWNʥSS,NqZ  g#wn2*RoCY1bAtΩc@?7;¦V_>+6ͼC%DTD*1ؑAIہ23 -e>KTicVJFHZCϯaBs#?IǭgHdC#ɕHk\ Wh>Ҳ ;~$5]uR@c` -WrJ*X`^+`sߊ-p&ryTHkh,eK^'׈oPSB妋?<֎ 6U T@ÃW?k;? ڵy4'0u`3pζ2TOg {A.bv2k未6)$N]QSټ Uc .^G7p&"Fpd-ʂM#pDC ]%dZ8Ϥ*aXqYm郋4 ~9pEzea,FDVP+%vaHncZTmS*F5P_tH kJ2 b=aJL-WaK^;SgBTBt&mO{<:x yP|s_ִ>!E<:? SeХ9vJTJR'0^OnTWdEM,t_ Q)?lNukVL73g>F()-0U[mJ'k4l{IЎŚ D?F +9b]mjY7BD+;s, ["~v&D]ZK USPj>GzZ{]|;Nji}j5X[Z 3\7Xi Z(]rLe^Tm$@a7좱y%/F1wՒb7}2 H(@:OuU8#]ay_ֈp4c;r,vP+tEUqd'nS@̘B-1љJ5)89 OA}Pҋۃf'1!EXz ᷨ <}$Q5.ͫ( ܰeCn/Hpdvmn&!$݂[e2W2,opoX|E7̥ q'*t63hYjcgLrenFj!"Ku?,Wd8[`I !c{Mz;('MB,_< B<,`.B^NL-^\.[ph Ɋ`peu\IP'3^6ȋ[~^RI!-莅 oFG; 6_)1>JRӾ}i郳aW({.yQ 2d،"6ȱTZ<"pa=j(G51.ċe"Fnh 0}Bh&WܮTYAI|Tom8ܨ_j>BJkHpٜ%E nR0C:=a-I u%$#DHu QK8>n !tcehpS ªz|}/Eۖ6_<@Z/ӼxQ*+ cҢt-VI YC!L#VM,a5U, z pvTf@*sB8Z"ۮӳ\."q+f'޺.OM#u ԫJ#*x[%Y\g|3;ufLZD" UؖtK~R)CaC[ai}ZFN6Vkٛ{cS&v0W@Yֽb5.0|,Ǚm{73^F gjTB|'(G.:Q< i F3s_#,d6,,| ğ9^9LGWoJ[6zsVSW̆YPy߲ $ͿUG1@Cn+7/7փXR*fU҉Aי{#p짾Lz0apbEsxVqw| o v3q$=3ErސB$݂؟iG}ث;]21IvQuN~BQAFChS[]ݍtvϾ0`{C!'~K&my:DW_qHrU$ɓW|z A̛ѓym!T9xn 43Mn?ndjP^aGIט$vTkȫmܸ>ccXuȴ"vW0ۢ,T@,}X?::JT%L@Dz&t{;V<RZsνΈe)ʹ$iRtFY |ɬ@42iﶼ4bF#c0ݾ#h %KMTY>^ݿ>9l=\8/V".g`ΓA{"f{S$8aർ! 9fcL݄FfDY <{8Y-z<CN9%'3.;k;áؿp_dgbc2c!!;jlA=-b*ۇi t衾l~H8ށ 4UnUk[jY*1Ix3^ʰ,=Lg9-'!J.ܓu4/gT/@ȍ<9 Ѿ!⼆KuZYG5'Gzr ͰJ.y|ɫo+MGP 7=RɷjV 'ޤ` 2&<5#SVŹ-rѹ#]hr.ID&GPSz1c#\/k$tΟRłbJ-p^h~Me6uK}R=Kߢ ƏZywҌAvbW/`nv@.g|s;' B|9K5Z)v x/"h ;jxw`iP?'|%WVdV"3jC+TE$QC)4D5DvjjHW<-`o>U.Êfynfly(HG]E2bcf'u&p*Jd*qx︯&o;n [QN!/~x#~:@Y&<.ǫL4dI'쓔Y?EN5^$4KDPXwc  #[ L'7M:A9Dá^A}^BBޕ*0GIE* ZUKӯѱ 9i\Hish*4QU}Y0w9|})cyK:.?a162]<g&c*(BO4 ݴ"Gu3ߝFE!9Q1@iDf07].֪`de:޷I;5_R3O\8]t%e4pV"}IGn\lh,z6DEP 4u]ԢKQIE! gTsL!%eR^i+;a |Hp$[Bx3+` ςDH-"ߨg\4&bU2`04ٌHO Ze"cPJg^)G!X{#}R 8Mjɑ;⁑U q=zJvTgܽ,]9 fJL 뇷ʲ:)x2{@ہG-.c^tf.:>2^XԿx5eQ< O hHq\k!Fn(ϗFRðCcl !hC-kI9e.е$a[Š@oDL6x6AT<&!ZяҤK{죰eIꓮ17Yǖo鄃w/m@) kYτ2$+˩xΌ2= ˿sZ}ys( 8t"de DM˕ɺG3ݺiNIHMQOtS\mڃ@ [yS%h4%+v{XFiiAt##H|r-|I(w([s~ue2WCM (s{~b$BB 1DrH1CuHB7懰)CIc'oA*,$xp&h&p;g͍^q<e=sW`@)LŔ IOfc+av<:4ٴgw|3rCWyUvr6Ra۵rOQ"JͪU-OUq=Hu+>_lϬzb BL'^D 8U=3C)26ܧ(7v3xsZw!&$h?Us8t HH\(,8)n^&&{OA}w…CD,m;O m2Y;#cѰzӦB++1ăw&t0hGX] /k`tmh?ʪڭ J7l2E~1 ܾ|8DUe4E Y꾄лB X厸 h5Bs+chPhؙp:=d8d٤I1hꪻQjZfGE9} ܧjm;Q[Lz[+ jXO?D-hj "B1 t%c.KWήq6}ӳ$Sgi>i^碇uLq-DEh\'L?FiV^UK;WVZ3fu- 3KA>8uf+F^!K͡HʊI~Z%[CWֶ9-JDeD5 {:6,kjS ;G)g|Y {|~"[p{!~2gxuWYt\LuM0GwQ}J `ٽz6(H]mcoj6*`+BwK5Os=h/;b S{BWF٘rw{Ҥ-8+M6O<ئ>VmKR?- k6-ZNoT[k ?d֔g塲(x?,Gc"$ݕpuڶ=4F%LtuJ{IlRx#һԽ$eGd,o[ѿ? }5gXFލïON&XmX,y)E—LH\*8 B32*sgVr Ьw \Kf[ܪ UJy2bhjDk>s ]nM]fkdԮ瑠L.\U+jhRft^|f 2XCTgԄZo?_fJ׼7:7q\DChqӖiθ ޅp6pjZ^u_ߡQԐ ~)|ôBL4:- Y1C,..'Otٺ&&Xr-m]T|PB[jRH{ieǥm񔣤l}NGq6piD{ άtpH!&Mk3rD@K9m /_Eԁ8Q.Q-X?7*!:3z'g,z3]X)l:PcK3r^ W=]cu 2 \ Z@DŽ7S0BĜ;5s38GPg+ )ٟ8"Q>|Bq`VD\@l70$k%!F-g ʺ#USP>RsBXpq&~gq{΋\䎫$Ľn :v!R w6$5LL^uDꪯU-c2*2l'84yee9ч46߿_7Ie!CZ*D֒BMTvgAj gŠ}NطymާaXp6_ReetY~15Yh+u&@[z rj %K;9S 3a} Yn+[AF\PfkVYZ?a8{f'[q~o/*BtW. =AXo)h9[Xˏk=li\DH94Vl 6yu"pYXhSuN'Gs#Z|C&|p@@h8-z ˰v9ӱBf p;ڥ3u4VPB*~{+mҽXwx# 㔷Ufj5utK:Ryi᭕ x}77nr\4{lHb,][M߻2 YC:]i6$-''VsZDˉ&~SmE-arڲ>Z6FH17xJyS.7xHOef}[^CS}#=\?Q?&\݊#JeZHR#n^g!T4q$@Y Z(>5@ǒ ?K5@Dg6nSºg16 9q$._:hdɧ`dW|r f"?=cx!KnQrءXi팩*>QL,hr\c oQƙBBvh?ϏKzWqQ'Oc 272sRK=I2xC_ Β-mآyd;$/{ڰujo9Wv@7Ul`2O^L- rnjBsGe۠G]K$a Ki2DNuYS (EhJ=ևW9*hD0UM49|*Un1VTCu>Ef~W8ܨJţꙥ'wzJ -8g66*2A;-ɀtYpc1k(4X;ҐuO:@2ALs$ΊJiLtR21VyV$ B-puhQ{][&#7JFrZ,*䢸B;'4Jb¸ѹXc@/Ϫn&M(Sݝ\jza6-|;'HJ+,1,ytW t5yNtzX^2Mތʏʎ'g hQT5wC`!u>EπwYNX22xpw]w<=zi$p%dMzZ8q1T0w9ӖD%хd Ic ɍ sIN#[d|QٛU$=7VxWt5,q,| jMDw8ya3wS13/ CIR˱Hn,Ԏ)sRggw~Zt|fVN9<,=L֦X Iȷ8 707"U6wo;c-9`'z̉\N)!D(o `O$K̜`VIz7o0ph|XkQjg:D6?[<SO~ega3)p̚/0dmTJMLhsM*ro4x8-F4NJ\aT`^Mxcܬ9;݁@0ΪageY Q!\]Ml2c+-]'ί\Rv XeF֝ AYgwUq^ 47NhSgܲ]볋#@y9z4t= r*c PT6n\Zn! 5ƺ=JcÝ2yc,ie8h?e:%ꕶH_tQta(.h^2Vݪ"L`qu8^VQˀc\R@~jzwJpg6hq$a /S".tAzqjd"p49 4fiqM-86`o+C T#wZk^ p|?׬pH)F|_޷bz k<88-oG~m}q †'-X. #H,, wiT`qƦ]Ƅޢjd96J+^Q'q~(!XvhѱL VXz`y'*`V|7Ja1O:)JߔTtAOOX2\q٨%B -Qґt!`pwc‰F=jG>;]t[gcc-K}kyRgc~ 8oe;{EU 55p8G)z6@m ,m o$zu!;{Sl< %p2uk"77EDI*5rʧA$Κ^a-t͈Zf({JDmT!`_CŸBѰ۫6_`QGFX?aڳB2Pjb@]IoWbJ#C3o[Ҭ m%Vƌ@Q^XyŜSX isʞu,TAG R (Z_=T1"9ʒ۪=gZ2K- @R^=Ov̠}<>|YϤOg^x ČhikA ]>ʲ]9jp6]Rrh֩aĖ9DA 2 ZyLƃ3&3/bꍣYM] Ζi Sp ӷi蛥7x~~d0lP+>v dYДZ)X&<).;g ZtxŹ\X]x-];T|<gIzH8AewxS\'4nykG|?e?mg3]ss6Fo? {ͤg*)0CO.L =W XlvA3'5A;lO$n_@g<_ U|0%xQɢ;1iQCP=Ӈ*ɏ̻@hn. oX,0ˬONUIo l(M V4a]P 7lR1˰|N ^Nx QU+3 OYbJ|Z/7c₟)2[?0 isj\S@W[XkvNЃorJ~{y>S;VJd9M_Cx*Xw|*q2h8>w@\EŬ&5\隇Vj42qu{A\l)\9\;/[[*\a/8gissO}Q/$U =opZcs2<& b ( LST4=%t|n,/yd#ちr;AZAm[)sdcE p zr ׁW<֘u!~$<[O JgXyH7ۑ30O@AFJ_m1ت"Ԫ w@緶;̄70wnq*NY Uڵح|js湆O3W To'^Kj _w/#,5ef :ќw,f Jzir-6V-@YSr?N⁞ جk^rQcC?3ꀊǿđ`l6-Ԇ=U If̸btrqUۣ ̖M'2/.9=q!4Y^d &7_Grx50fmqȐx7U`_о xrʔ,!IE-B(FqݟB}@w.׮wđ3z^#TO wJW0NsŚ*k NlɦyX I)g )\&}}Iӊ@.ɓaF-F!#lf*׋N͋.Ujk#?Q.B ^ght?1<7lUp: T%2rKHHk!de跃Šq9JO[ SE:5Y@E}0m9~Z^.,P* azpʾR#i8|ms3BuG=5+L̀5ge"ec!/w߃`E\u V9LDiYR$םJx|eMD)iр D>ƱA"_QޮJp/0Ac s`_nNT&f(֥9(lKDTks!:V:n}ō.S# "1 J]|!,ҩ5(?'.>:Vmc3W9Xڲ< ZZ Y?~*`#ۡMV hTˈ}ay {U@ͣ叓o8OӎjW=NlSX䡌7oT[;-6AE[nYOup:qQu- B5I6^YB1@ ^a5+e6X֏S(>_N$+,u<2y6܏[7^RKDO&d1=ЫѪ>> 9-t&Y 9(@~|w<_)+\@qZ?^Ֆ@Nۧ@AjM2͕Ľ%>Ŝch?W-d#omHh}ՠT=0kWʡtӹXpǟu QAvtSVf$wun+bصgʒSAF`JGk@') $Pʒ>UN_d!V~;=pqt;-w@#P WbP5SyZtOx*˞zRh9\Upq#F1z1^:FT SGgT)^U e[EmhUj_ J>k ŤEDE|~#d @;Hx!ɚ}|=N3^ybdxuZ;qp؅l7 Am9M8Mg;f>Gs8N”PGɃ* < YN,Zj /{ vxE<#>`XˆsGxgs@IN-?-ړŃHHN0޻S?  Z!;aIXs5djF.=qը7!O{瞟Mq Eǵ5E2xEU6叩\ð*TVo;OHqrܠl"rଭp+g3%B"~LhjE P؀aRjG#)E`=#< V.ɼC\]l !e~5%_8u3@SPM̔;_]I jr#1){懥0Qgo:[; a86PFVa Niu {pG@fP ZOֲ+cYcKgֈv|ifTVh-\0]>?gHF+eEk(;.$Y3abQ/[Y- b1WIaBx7ޑMD$\d)Xb8U97)U/" =L 2ܪnQ0UĒ.T؅AϒnMRTT^Z,ʸPGDLe+P':`%"7[Ȍ@hMmʇ\7e*<{#U:U$<Ćb;ߥav_mgO0 G ϚسA2dcJ]#вZH%A}S<)|c114rژ40BLhM*($7GPa#!:P.ałw vjծyE$ Lla?ӎO|+vZjeۙzޞ|^h!Wc7 g.w9Bu?eKA15',1n#^ W ZBuv* 7>ȨݾbѰ4-IaneXފ@Cvk$UcfIA@SW/zׄ(1)}oMF> ?jAD(lx%5)D+OkFQĐ'zv~Nkv0&}>?aa_ $j|LК2fGw*I1=Oy|V<,GljC`%RCc[>eH%ϋCgH_!=)1vݻ*X"$ޭ@E?A1ШsˬL@Űrݲ]Zd7*p;CR>ȊQ9屙)1G ELِJ%va]]3PL#K絎)^eSmf jR:qT~!Yז5_ Cp{;Gգ5i$%,R8՞[A9zbfF_6R!CiJqQ[~5 2WReD zN]~vfJMjZtdR ̰b(At/=e*FD}F時m.?iBB^?'(y% b3^ zԱ@6e|@Œ2$2116{~74hm,.~+X}NXFQkt5*SJFO/؈η`14޼ @? Mۏ%(h 9[##a &T.67ԛu8L8$4 k \.(%h:J#c^+ľ)FCLtԇ^ZR9ԮxT)Ssb[ *Uf,k'2aFH'( Cwz+  D&u-q4CkxN ̈>Po$Yؕ"}OqGd$nl?>,96'^V&40@_XXBfE*r s%1^}??eB Hz ֆsuCUi0L6ˀGx {` wqb|]pꕞ5Hb4"EHG>S.H$U7X-ia80aGDGn*S>'<ȼi_0[Db3a0A,uGN ٰ(rп۩B<C}mbpњe`Y?^%RdFX5Dس?tUB:(=[ʇCJ=A{v0WyiRˬЇSI_[@Bh&c:5)A`NQ^{s$_-p3Z =[\(Q~=QM(۩7?\%x| 䤒tc8 H ߗ4>H?(] ةO=3%QԐ@jDTҴ ^ xS!5; R9<.}@Iq Ҵ5IBH ߨןjb%  xPs>bL ͂DӃzXJf)O-;a߿oP:4K*7|= hZ(-B;Յ$(vEkI@iT93^\"H:jښA< %xM1A6sR;2X)?+TVb.!әTb=> tm|bry[c^FIVSO'H kD=X>|@B#+j f}M#Q "B,o1R3<5ߘ7(;XU bE+A?{1| ;(TŮ tK46>;s ppS:ߎLn|G~orp/E C&k-Őo˦lm3,w#.ߺK@Nnhk:D)~@H?vrXuQxbL&<?Y>gf%D.r0$͒蚎}|oy(@EYTh )!f!i32cd#F{*u#9Z5{D.s>XD2/wr0JEx6P!TؾvRuF{2Ї XHQwśBFP&@̷W"$\zi~>rޫi cq MwuGr-tĹP˛C!J&{`>7TCɆbyRv)֋Vҡ7oNFvg>_E[TW凨޽ :MaN8( GXr$AWwb;e5ڛ>No7]xK .MU=eF\l-p6"۞-cGGBo/=(<~EHDA0st,}qGW)|=D2</ٸ萸¥Jt6McAjZx:%K_k҅1hùFbTLJ B|nc7CJ!!Ԧ؏ VUS="*/5^ChemW=hTHY.5^]4ŒC=A2&X%a$6-$03fSt:%^]/뾫!/j)ַ#*IɽqcaOg $UV7+@Ysfïsf޹C*`'XVW6RbMu+6ɉ2qAInJTKww.t,Jv^ܹBfMe F {NV89Lb(I) BKCCt\s3>+J_5m&@i .岋s>H3[C:=83?,qp%z;GɛvpE8MG=C7?ֆYlxFKU͊WpTtAy bxH~$1`h;^q9=.;BCi醼"M VY}?_65oJ<7Ț^;<½n sMP=Jz@OϿ^Gy- -`d3lAz}.^"}7{],!a5C\.O:YDr2S4m W&C77P}]&MZe,sK7-~>I&eVD%&#:Kn弌|r@??l@#K] (!u,ھu@J^pbF T۳K͐}+u4=o-sA I3%n̴&ws=0zXV (Ü&)`v{us2曩䴸[09b*c GM(؋eLR9ԉɨb8.sSu%$#j?<^hH;A'W7E[,8₽W*Ck"va&vMYU3{XJr%jPyEو9=pG r@,ǖp0^=APd.+{Ѝ͢y2r(LHX(u4^tz$^+!^-La jn舓WI'h 004T>WZΐ"#.H\; Ҍ$f7J4 YH]w^ 4[LJFj;ơY ެ\ \MS98 ]@r_4A>R;~NmFaoތ1+9UuuA-z⿢||t<*ގHEx]J0U2t(!V J#Efu3.Br^`V sd fS* ?V~a%'p/  u"Y 7sa@o kpЛxeKQ;HG+/<=F:8s/|ܵSak]A'8*ZD۽gl9NÔsF!&e a8,1 8".7J~~ϒBd~F?{bwɂ"#=z?%`=9M*LToY(l6s2=hU;m5t[2)esb=a*Oπ s/Xa+u ;o͆zݷYSEв,nVS{ة~01ln4%Y +u_{I(\Y:'ovM :ϵ~gLqgU2*yA_]&@8ө_Ju>UHg40+}Kd_|6Nf :zҠQB& F =Uo ,N:^F3 {Į%& 3qebَtD2#݋^``\ph t,IXH=G#I/(#;ıIj K$FVƦ#wzg} 瀯3MSs}5ddOBX"+o@ .7v'pv0j ?sG[*\_:AyabrcH psmF:է_1hrOy 3a-V@g1 A $)xxVdld[X΃l<:L4\x=7u&k(}RLԵ`>Y!VHjкI;.o>!#vYA#J G~JnNjuf;[33 J5 +ETYeù£1`xU][%$̉X$dN#rcdٌ@/&`ħxfczT2if d>f,fyLe(f<eK*urе;rJd-VCNt‹/m m5C!G20+'3UfRW%Ȗ(qbISZ1h_Mv2CU@[ riǒ~fg蔝C]$d $&x&$ySDqn{g+m02SEO pZC`(,gW2E&`x&:~ԅtK?g'_qpEQ{7wԻ`^t,޻}-gH; Fh/gLl%ZDK!f0sLN4LuI2[Ku ̮=!|{$4f'AgkB~r#x͖Xz(Ow4oo/DXp!ۮ˃daA%|>$]H URCn|VntwX'~.; nҵkfeps.D[n ߤFarM}b?ʵ$CZY?yPd{ KWM>@%4˕ǍEY9Cvȝ2U_@#jbdZ4s'uL&nnJrkh_zp/; y%OPo ͆ ѽ«G o:xkO$E0Oc.-)k{xwcPQ ;:Fv{ Wr ,PYWrpm.[ؕR7U&S=bWieQ-3$U=9as5m.K8E@"T}76`8Dݗ X:V=V]5$V8,)jROT˜f'RJuPkƊE#n/#'.j҂HF*`o`ŗjwLSH[oԻs s\3wgVR <2CO`5C}Q'e;=e>J%'9bΫ}o\8C|gW2iQQKejiB͆EKס9 :hT:dI𐵑ta$}y?X#TO\pY fw sUu7EOMtg?dBZ#Wg]džP6j$L]ER['˙%"@A?H\|~gKɜMǂ=L]@  *r}r #Ǧa tKVqRTƸ/GN<10o m;f5c[Bi㘠oQ7|Z btF)wۉ L $D1 @{3k~E1j[//m"[B˭ GT$z Ф\Vaw{Kc|z88Ԕ@tvD aEy`Mg(%6?pi~fÍϗW :2:dd , O7:N*KNM.ޘn;ٵ+U|GYYeP"Pĭ![ U??3kYodhM5RN~XS,].9 Auu[ 1pT#k.=Zj|NOUm%zRӔ[vKU (v`5nq/p>l}`0K8Q-]Z-wj 40;X:Ib SB; Ƞg:^u=tcO\%v$"3ՠLD "+Vt3_0Wx7#97On0.x&3pjM0xxoK*:1]UuO}jݪlEptsaU.%qk7[yxg}JGEhcz-($jbp{J~ :_MIجEzqHe|;fNwX kRՊN`+:y~nCgҔ Ҽ3$o"=K?zt-AD?c'싲X[JaeX# u,dfQPX}%b?) 1 T:Eڌ9RwE 0Dt=e$T@Gqؓd36!Fa~= հ`vZ/:+.n"HmGaUdj>⨖zGP;0|hZ4_ZxVڄ;2t g(9XoŠ(3]76ZMsu߉[Zߟ]Z|+ #/HZ%lPsϷu(i< 0.65+@"KĈփFNRj_86G| XrAcaOKȭ2\R)}8iUl/Zsk۫T/x}v@BܘE^9#z;< [PO X= 9&JX9sOG_;7S(E6h=s8JBhBݑ:kDǶZ璨XWU|ԗKeC8LJN\dRP6F%Vt3@ק{ӛU\ڤDW0gDA߬  *:NWaA--l , @V_A@(P_ѭ yfZ? %wXh9Mt|?l5GtDAqY*z ]o )*ag Dutd >FN9M9Oh4-%@ <݆`4c=E`P&gpPF_)WE/ER$ ϢP:d/iPh)IOiKr\gjpˋZ*J @wЉ^>rC:! 巵 ݓTM_?7n]c; 7k062K EA۶27̊2RJD+Ϙ']q#ZQ@[$P!4l/k$'t"&Q~%35nFϒ|툋DŢ`QT/O'Ň!& Sr5r= |ܪ&&A9 MdW&(P<-+ᗇKVK;<ȠbaZçVԛ<ׂ!xUA6UXY$ ]ޑ@>1 W 뽛*D<;vx'L;jot ԛSG62Hۉu&+҈oY! "x4f cT_RRKB #7zWgDcZD{LKG 2d779X'IB/DEʮ/5vjKG>-$htUtʛ z$T)Ս cgۅ JqR_T4/3b:AUZbrp [ħd2 G?M<٥Mҵa=%ؕ82nv<Z*$ [g憚n*ԃqMgGڡѱ}0& 6UEOd?^ӶM9%vqs`Q{R%6C~ DC̓6T,ey|&,IX"x-OÎ*Yř O6Yܦ|B1/?yi:;$B͊K~XbPmϷV$'~cp'ʓpԅ4mv2F =&E#֮,@Xӆ8NSκ/K n^0$릔Y@Q~aÏWÄμ5iX5e H8<'%]5b%4@UB\mU.y@F O<= } V@⤄TB83/u|&p4(csI vVb Z@/Z2Mo>sSNA#.-,qNj8v:7o1:JsǫGjO`"OAcbe`6ů]Y ]{wӰ)0\v鷠qc Фctle5hҮz-% ׅtO7B:-0,Jm|v>C{ΑxjUqaǁ8e)+q N] fYg ڴU-yLM"u>y#xq2=%PE?h!Y^<2/2edmt#[ٗ9'4$ 鍩1YEYL0+ۓ|u7%&Mr$EVRmИvP3<ti0sNIxUZFRpEڡłţ$FO'8 #%#uK l2/kgt|TY DL._ _DX&u|H(PD_bT)@j t!P>uO M382$ \Xk&eBlo`OkLl 0]hϔmQdnS-}ANNDS#Fg3}3p-ƴ7(-5YY=>0DRݺnpL/F"eOw1^d{A?~dJϳrd+֔.jl݁9K .#T9aPt`[É85Cd.7P; [Zgfqq^amd;g㤐"!ԈX~~CN{/df0F~dӂ``C͋9Rc~q--޾8%u!7O}\&E{@.;43P>Nx.SƸ r,C4 &A͡.L.!u^0L!)W)Cc*Fzڪ9,wK{fBqcP沫hXO]C |n"W4Վw(gw 5~sˎ׀5l c Y3Ez*#HXI44Te%߅4 z4>e>U^v"8٬Y)Y&)dnն;4 ow(Df59R.S]sX4E ;U|$hk=~̢hŮs~i?f=FWb<&G$K]*7;d{B^TqT gxf)ӿ.`|/gX8H`>)3B?1rXЫt޿9vnߢ?®Jwr"; 3\]@3JJG?EHJݑI.* a!y;[*줝O65P Ku2oRRJ4 f8g[A9-ΗQ6"F";c țeM??pM7FlC]Ǵzn8ml `[~݆uC3Ye#]֬۬SC"&D10ī!c\BK|0U{}Fع}΍ow8!.2OܭT?u6,SJĐ֤'r&` T恎+ca!"VD:8nf߽Y걿R&4Zܞ@/P}cMz11p=Hw*-sm[zkGr.kݕsA҂Z2,1yO.W X+2^skǮQz`3?i.saxu?o,c(<ѧJXC隉,ji g_(c_iNR(^3_Qq(%2p~V {x %~.# I5n*r~l<5:,n A<ǠʑTK,zbq~iKۄ&?b +)i2:u*qV7ej[R M4#֣ĤeJؿP33 pHo&N)Gk!VBQx>dGP:ӶaE)2V8ށ4~jSQ4 U޽+СA||>W)XM Oyv8ZdWL 9n7`)G`Id}b0'[<4dz8 \!Ziza$K| A\}ki`_`szZK:%e2E0g9} 3z*Zv3xet6+s8.Žm}r|0d7*ف1 ZeJD r2RwI oMQ#!(kn3m%<}/W/sGa %K4P&xIMIPE*x e k+~fN!dO"-?J򦻵?vrWY,bω+dɏO kl_{^ x܉`GMTA;^Q"LJ"61}2|[ zذ|Nk=VY:ۗcTXi*åin"}gN* aT&`"$9 ϝYaΈC;zV?ёBUÉH`GPnt^Ciy\p8DA~QHtLo_qfR 'u܇mLy]1my;DUIڿ7FU_5S556k.sҟQg,RJzx#D089^ F}SهI=[ VQE@P/qvW!Lג_6"2ubX۠L\:I';x,2( uW8O.O=(q0>U;}iNOOVR 5ӡO$#[L}N]$'*I"|KMWuˎzp#*VrR R-p 7t~֫o9/zv`.@slnM]3ZH,5C>S,"Ks+!=%iFx|ٿA 7*5M$a()v Z,rVqIoC✐68칱| 4fW4~F!co-Y^+aM3#BڪJu3XpZR=  j іw^cW猵jܦ/eUS߻;K Mm^Qcx#த1jdpV9iԙj4{u0Ugp-b̰/l 0̛t0f|flpԦ@9q0ҾD4FTR;nj2Љ#WsH%Y#/3 h˫PF+?Qr H29ZIF0]HXfQ+a{ЛkZ5@^ՠT xV=~SLL qziw{e,j1|hMr LxkO&^yd(>C NV:dsJpSwV?Y݊9Ҟ3JJUT]vGɉlF0mA .Fˆ큽^l˞; $Q>3k ¬("~D & 02qo0ic#9)K$_w &5x zoLjSG!tbڦsp@-I6@{a]dCnQglhM$vm ?S!դApRd\ >4#pq{I_\Hk R`fx";jZY ?j/DRD=r<\p!7)*PGWK6:MȊ< }f%vkMOGY#ySͰК] Ubpv!e:5WXH[oЀf `ܷr+w|hGѸ~gb^.A¥;?C)1zڕk:6R#w>,u߉rۃjVpN:e2u;k^ P4"gh)581yNY%q0ɐaJ1cAtIf+)jS1?; U.!֡SyrC{H qƶ+cquSr瀣 Y,]& 9:|E{+EJKiaAF[LeTPb{:2,ۙz*_FgFk[=v aA1}]-;;Sb ntl2f" wff!TBټ@cDh[^Nlܼz[vT{̜g$H^tko }[-07ݕmʊy:wATB1+4T\=a4y ]9M;r̯4j?M[>$#j'Mwf69+T0\?gL_]J%r`V/)#8&ύC:@ՒUq /݋λ321 Q8YB-[dEGdP-WƹL# k>Bg(T'aOSP6=y?5s^t`urA3,=ZxnYCB$uht0{Yvy 8KM@@׿kY[M&lЊ>YtyX"Hc_u\T?] }:&gi1gOEK7tsxڸtH|vtY&p^i8<_c* *&XR* l)a![|ʼS&{Q޾4NC-':_. F$R"ёiJM!- 3\Jp+EŃj'Y$Lg• uqua yr&U4t}k]L%XDjBB(Կ|(ؕΪOX8'Y'R.ޟmoE[dոȤfCD.Mth/B {T ߯H ċ2=~m`0' 2iI ognhM0h6@x{ycjf–އm[Y~!uҝZ#.D@ džW-,z8|.E*u"r7pP¾Tgøq>/UUbwn2lBR2  ]FCU}1DjdƮ7gѽGd${ ~{#CŤZOjuucuf(5@K=6(è7%XtvV+w;7>dȹQw}fcFI.}w.؂k+D '!xxJ*M \4L|&(jr2kw7gpLnQ^ڰU8璂pgo|Dw" %vE~>+zwDPVoE~7V_,\Fa!wiJ1D w8YBLZ {-˽ c& y>}LI6K<⊄zqV1 "f 2,GzP.5V\`/oIk* 󻨖#VRfm4ꐃlV䢂b.r9y[Yn1L8wn5D7oZ _CV]tL5\6!~K'.*1MI6ʍƊ &@}L4;M@WӰ26*CqK!*Bkj9GKG32d54T1\U 1jw)'͒gN%HJiB5eL_?X.?w'a3|ij5Ii*J3+r]$fңWj]\; pEכn5L6K&C!o؁bl#d{eOq#Ҍ$Wm-[w{Vl90{?ݵ )U$q? $u,Q8atTw71]Op {f )iO7/7qYP,Tf"ftb,?CG:UPmT@^ؤR-Nddv^ȅ}7TbCkx^MK?h*VT#4Tč?{Qwpդ{\؉Vw%4 ):UDo"A㉎@;h(3NUh pNaX㞔"" Y&12.?ə1.삝12 /y-@dx,%C ֘CU;%G*YptX6RJbf_͈Š&;pf~M>6r^:'H4OlzsD`D`($R-^HowXd %pY޼)`WG Isi\sg Au~81V.^mhVαmPʸI-x`k,1L?Z`-=#J 8pȯJѡ\cKM r"M cˇPP:T 7 K_ ձ/>j/&p2A)|=%KT_o &Mg $ ={qq+hmQq3RŜgtL.j /2+AFFLlw}iS^b77l~6GFI|emYB˘Hv!Znoț^A`dž ݆95oIT%AUn~-kyoygĪ"a:OPw<>Nw4/N06ok_ )ƨ;Ѣ0]tNzJ*;ke= F|Z"4 {$rwRg~lyvw"̷ $zێ͹ h yɒ t9iQAuG#3NrMܤj*v!2K6zTr6gZW2j! Փ9ϚCNuSXI>g4C&UՌOgVdm(-59 ڭ~|ʠZ佫KF+ ̠xM>zyGoJ }2Ҳڌ=.UYPi[ !ؓqYtS3e]ƔEݩnQ:B׏qtЌ 3xX 3y r62u{CA.6[ B-[ 3FD9>> ǂd#?v7pHl]bX& p9"HylwX\\G, ڂ7Wƻ#F;]`LAEhU*HӢf"`}4P)Nͷ9U2СJ`I3vBU⢿ :{)*2 q2XbA}Dls*9j &WS {`Px1v 7`< ńx@ saE?MbW$9 }ɛ3Il=!|ד=_;Qp<o j e9YsX5ɾ8я ,i"AFMɍƜ@ lDC*X"ɆƾVMLƛFe-[㔶 ՎBq&/3ԾCJ]_}; ;3ql3}o6H Rbp$1IƩV\љK_|'i7X>FA3hMt"^q}u"~Zdu% $ُ6}*xڦ",h#3;{`r!nڜP{(zlUm {?A5 T0^H4ؤ6Y-Rjj-9@rX-uܿ&Z۫;=vf+7Ibg)ud ٠lMa`{i"Eݮ"/,=7I"k. QdvԀ0!۠X-q<ᬭ$];)ūypٓR_Zvw@)8DLāT:kCB=wxdb:x5dJc?^iXO⒱= SI\ f0쬵 ~vv Nek$b!~Cj3}ezng knu~JBOGҰM$^@bb ۵ p!/6^MSO$X{ **yhuq]2ӋAs]3gxaQ/02k\x=vl!`F#?8yT} <&QNzFlNKWR[l'f@F1yt KhM_t9-Ty*B>)JNkDZM &Lcq!4˄ѫ (W2cI)KV$Vv>%.^5Q蹝`q謖 MQ5}BC&+ǔK͋kF _%捯KĢX،}5Zjah'N%hVG-|je5X {AO ib2K@t-pk/4i͏sw2~M㌒#aJ XW|qɑ9'{6mQ3J{t97*5yWܝ1߻ |b- 7n;SYjYAݶݑ`^_Ck y$RC"c_N7}jNܖ!SG*羝C}u> >gj x7.Me=n1@6 Ȏ徘3 GOlKMMO'\n6j2&{;E>X\%dAX57gU q%FyhȚbù_%A9LVx坩2ƀ|/n1j )"=%]cbُܭVc#;5?c݀荝adiAI[e:uMP8^K6Z58A1X/m삖2^?S+-; [GYײCBp@ ~޲; NY+$Hp+~M>OxCP$Iyy:53<,%|1G}U&FYg5Ύc6do) ːXU)'np= 2E0#"K~/L7R3Ǻfq*k3WQ^FW^O9vsy_tm*xeknp7v[ن,bQx i< ͌9!2opj3|Ğ{|EiVPu8pWoh1ܫ]JJn4-lo.m`)I tmm _8JjG>,.*91&)ִϮGhn^͜}Xlp&=őIaؚ[GO }Iah7@) wGmXNw *q kF#ր Q&d\ )]Fm h^ VRc>!V de^9DWN&N٪I㲖8,o-!kehRW D6 +7'g_S_]7˓`_brzIsߖ⚐?~,6D?hL-xZ痂nnϥb ,Q@yŪd i5Jһ%Ͽʺyy[p\6qku( 4fU2 '"^C~c ;Oa$ƃd etY/ Cı>Q_u8,|d8Z-DaV2fqy9\rq8YnuodTZD[EϽ  iWC?+(;/RߦMtvUb p2Na9gIw)VŞ!C 8_7E"M ; j{ѻӃ#w7Y߉mA}CwAT*c*ѷUTBFlk:`fvr 肢ZRqfX"IaɛV*KqrMC)3'g4N̖H0?R%Ut2m봋 [&b6˩i5$zru:jWq} M9 I^s7B4*Qria+?j kVf%tY(IZ( G {{gVXCEc:LL Q>$_5ng˗7`:|tݘwA>"'[\CdIfS:гdJj5}mʾsu@y@b.r}qxS8\-opC`"Tå$ &: ݯU.ZŶ l$*n-@]E|Ȕ /\Jb 0j)- 48ac%-D3 gGK^QjL"`6?cy4gD;]f7rZud{̚?YkjVT5vzBmWXN4qBƈ.) ;|/|~Ynd[<崭x:߼'s4CHfOz 1zTFԁ v@Icgvˆ E YZ