PackageKit-1.2.4-150400.3.13.1<>,@|e$p9|<'^v/LMlXז|(ΞVi 80o~t`QChٷWez N%Cr5,8J ٝ!kNEkim]f<5™L2Iz ^qGntX$̈́9SܧʞMÔ[B~ڪn͛M-$ѳ cCn8Y,i6ۺ>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/L]"k%ngMsc!K\(}xd  Fv:)ji]Y&%OE2(45sjXU *$JB>˼Ԁ p}?a c\+GAEQW˅6/cF>C&a0P m7\p÷2$v_A®6'-P&[ -74x O_{_:;ѠGgMpc|ߡ%Oс=a;rfYךؗi&#$GȀMRhb"-K>b,Ȁô}K3]8em!֠|}z)ZtdI`GFKYn./Fd O5rjd0*.;mR@9X 64?KH.<@K0󄇉JYG^ױD°\!tCI1hKMdIp`UJ էߥ( " {'y"tֽjG T@'QSOgE,ٛB}? vfh3PZP٤pQ^Ӗjǯ[Yh\_?#X]xƗquEfgwW5@`sgD-UTT? sBR1_3P]7,c4}3&s-jt9 laA2+Fh.`$2v׶? Zcj*uyG1GoIPVHC^79n^_nk&zkN} Ѻ&0F1zRmǑ؟6rklۙf)ADm`9 {pQu`-eSgˢ[By'ed_{$ ٥7$G7Z7`ƈ|sGöZ?28 mKW|ٮ9ʨ]-{SJFaӘ ˰([z+HƢY7'1gek_,ᙺFǫ#ds%=PrtX3-`6v{'|Φl(Oi&3oNR0c]ݦ*pɉ.#+~DHEdzp/K*(-\ӥIpykoԪf%C~jW;K.v:-Yp1'hi`MYJ.֕HH$C/5oO$\لxzSXJKq\ Gkm5 y],Dt(ɀ53-2\WԧGc=+ pW5yY0xDRҁ3`Ab>WgbaRH9#aO !￵d n7 j&=˜K-"@CkLjclZaզ@QB x*+/g™=3зJtQ ;p HC?V3vLqDJrBo!~{>!TACΆ92,y_W0À_7rڙ" ?˸ݩ.yTv/r4#3%e~3Pm.tG ak^8fsfx̾,k.z)`s_e,ep g>F*787_t֜it fh YA>o;:lj ܌N.c1n̘c 5!PWb[#FC6 4޶_1%VP6Ze2%_Z ?A%+؈a[YD%-Ma6tMWVqtSsKņMTXv uD {sل;OffF9N+gI͎NXW%o7[lShT)]LIgmH~.^zz:,}Gj(x'\:҃1L#/75TAg//h!>^<xī+_3H L 65̇ؤ* 6@|_%U@$ t[|EC=)9Da+hڷ,NР@"C0(*MK JBchB)Y0w{`E+ݠZۿ?$V%zikRGTJ8PY? 7K.ƃ[)$hG$:'Ln֒oX D~zKL"}|Z;4P @~Ar3Y뛢0`:A:@K,CP(T0ӽ"'@lِկc GR&1jG{-`|L&v9|\ JDa1sߊm) بgws$}.^Q` EzHy2T(̘3sU}XhlyX'F[54}J:sN\z^Q(bT[DuE f$h X5ٱw=#r&avdSa>uyמiM'xߖ'2O(~Rjc!NC};oꧥI-\:S,;Z)&Q M2]$9Pfx_ 켿y_L3(S7b+1a]t] 9 C :;J2c)`o8Cp"/0SPDzHD7P13lϞkJF/GU%ӭ*.n)[SʭR&)ɭx"?mo[J8ŘSy s,Fi@cp&rT ^"gww+#4nh%\%AsQh|jr" 9Ҹ^Vpêb ˦a:21#;g";Alʶ7aal7*Krzt:1'- 9=(gId. j\67)vO ^p067l8ntt_NF+ 9BJ6̠,LJkڼSG5RpMVm 3UgD}nӻ}o+n zka4JR=t|Qj.1uqQ M[/=1(첳yY.'/]oX;DjMTMpe}#U1oi}Ia,RvӖ/9n4=5Mi&SMtZswcj]2i760!e(p{E ; %4;%C%l%pOA> Yon5rzrLEZL*ҖaWް{g.wT͚Qz[jT%[Ce(` &D*m k_C MIد {YdQqP1B=_?$k1 F˳nONZ.ox=W6@DH[̱z'N๕:S2d^ pw RGG &qЪV96fVjmJBñj^ARp)S{C׾mb<-]8N9-H/&]wcgZeL=گTZ!:jD:r &+}V"E՜lw9e7fNa-1C4roy+#LEZs'Q%}<+\CFau,YrKQb'IcL'kqglb1xN<\6|x+uEBAIMP5)43lOsNSZ~%A:H7G[H2[!ZC88OrGQyfrv> ,Կ al>YC(SGri Vޯޫڤ͛D5;("X1;v#޸ ]ҿY6 [D(O.9,J+9y"M_EoMM6_InN ɷA@ߞ%<! bFc8dnҗ\F9) ?82$矩MhY) &' Ra|}?WEz]3xWeP$,$ . ѰO#;i@r3\[GHr&RdOVV~J=l{>φsy` " F8~p;fna Ƿ\d(F~0q|=:cf"}@ҳ9CO 0ۍ4@xV) ȬZC>K޺ox)\1=EXBfTI=Uz!b]7.0d}{I(,9C7%PECF@X>^͊htX'+gY ߆uj$p4V2mA$dVq%dE'mP?>Uq͠wntV(O^OQ۴Q&??pB "h(/nTԫ¥g (koJ$^Y?C_&~<(zf#VT7>yzx3B- 8 3/+h O?lìDqwlUdHnʹIC[V_bdQp YDegM} [ߴ bTO8u郌xD̩9d[:l{ongO0˶TӬhv>=2$;ͷXUT{9^;ic-Ⱑn|l?Sҏ*o|K$Ti'PLMs[rD!jj5՘ή>3L(,-5KsQh\Ƥci݅dk ރd!>!ˏwX:PD$+K נ'_ 􏞴F^AGG7m+niYc:{I}2IՑ<,_ JSK"HJZJJ?@ a@/pmƇ *H~6sBJKzd Z ;H~gpzhMz?#]{E;ءܴQiťzHJf=ؤ sٕHb!Bg5׋| jFN sxl#DrIRvx;@aVAšR\ϊR<{iKc20Cn}dUN{Wq}Gx&sRT 9<N$,w2Ծ8տ5\ YsU$p޻͵h6=WEC#']05zآ6saƭʴ賈ut o՛[KƱPSh '? 9O`1Kv26j7"*dQ:;9 8%t ~0uA@8jPaRq@r2A!0MWchD&ZFgVE*mx֊Nʁ0kSj: Z=Qu`Ļ2jF`kI5wIX!n8}c] 2V_2 *Jmk|XI-P9yZt}lbBUHLpUb .d P-ʵ 7| 娇xXdU&Mx' F?-'u(Ϸ!V)#n dG/cHt+_^`=#"/gyDƤKn"#=Ș]@z_= v f\/:qE,ۮQ j)mdWSs[K[ƝRJO! ŔEwKc*}!-ֈe~_XgK&z:{Ρ@>O7r) PKO6Vv7udf<{F8aUKF‡I`e]hjT'm? !'JpYw(iql!H4A8[|Vma "Dwܙc΁DppΟZ4e䫳͑jv hݷ'(Jkx,GGO%흾Y /+( aAEɴwEn3A*8KoZ;*}sFںwN* N䐿M8Jׅ%Ѽwћ2 JHHdh-%P;+FKy"8!-Rb$Zv*pˍ[>2YxjsPV` wX:+ i췐&z32GSZ qVl{|] <ܲDKSB;(V*JM%%okkD\k?Io fH=I$$H Æ04Ke'R!{8dTYe|0B&WpUԂJi CZ/rcr#G|Rf. AwhzaqzpT(@=nTԄyz= εeA@`5ZL&ҳ϶` |?u am%(CG[p1j1 Au-rà(jurފ Ex"^Y4]tX >Zt]`^9kN[buIOl!XdWI7vWGܬR/Me5`Ӷ4x=ܣ٢Ix:PY_0lUGV*"i|mjnCo$2O*u+VkͥzRt2V#v@_uHB;[QZG>ӂ 6 %TIphFpT 8^ }k9ܰn-ς$8j-A5˰rQ\"jP/bA_/7 ؂38)cv!qvyYvXR\l{P+W|%"ޏ#şCMa:K$,/࿷-|a|``{-]OEo}AszLzꃺEd)Z#O!.LN&IZn|?^ ^$u qL(;L/O&r*fA[W,0T$u5ä#;*>b9f'} <1PPcd&}'/_Hgk-X vKYw4s3R}7޵~M7:',`'@c5rQv+@nք#9%ܑ(>GK@`GfĵG FKl?IZ @p&YbS3 C:L+$>׭z?%zw{LW~ (JY#lJóF4̋T+EV8Wi#ioYZ@zIrDSkS^5o!%K}R(@sˊDZ3WSŢoCuXс^= v||Dxeqә9h T=?$ovlLO+ޓqƐC8&fg:4aJ'aT. *єZwK؀EPykP]!Z~6}w>=3B-I: VtI <ﻆq ul[.)ӀvWO <6LХCU*aN/ \`CUUOO7y8m.Z8 B; b=߮C90QS[HРG;~IC `ZbkS_ ̧C-aly11(THС-@:Vb.xD&@NbqwqNv(E&~$ UvYpi&D.'V:SdJsO׏ Gq\%Pκ볱kq$4zt~*VFL2.Ep\O&OIݬ֪wgbe w2.ayC9e*SNds1X5xH`^;ΏB?%k M &Px?D.!iUXY3{o X,je=2;pBZZ.ūU?b&I޵8JowUN vDZ|_=EHJBNBiH V&Z@]6!Q6m>J8y8!zU 0akҲ6ullGj' (>C_ ⺠=vb>Kԧ+%/uăa\;d2pGkgƯ>$h`WO)GRIjw(_eȎrQ@ rmo Q;0 D#S565*6]i-ImL^o,t\ a5Im*l,L&I,f)[ ntX;q]:%/atZ(EHaG#DR (.֌{UCv+"H^>ݕvTw8a/b23.kj6"P- :q4s\"/; e܁X$%E<@nRO*r68ՕFy9֒8ϑB;Ѐalpцʔ $_bS)iҊ(kg~q=ŷƝ^A .q{aVsjFs \~KV%hnkTfr;0Wc6_!sfnӸ~,GUT)W ܇@ߝJI$nxbI;t8'`H GQ~hS?z5{%=: 3n9cܡS͈M4;g=G -U7 |;ڊ ZuэqWxKDoAk6 * 0 fjlttKWC`F`tD6w%G>Ӊ1qq heFjY0F'afETRռA{Vo+|qbڏd{[fQ~kڭ2{Iltm3E:$*'ɦ |AO$[U-jc[V(-_( V5BY[ __ސ|=JYUIPlv:ʴu pږn4z$3t#k *u7cbtM)b%ecO}hl{Ԫww3gj~g,]E7OG2'HJ@LxOB 7puGm$JBğX\oޚ24(ᙍI4!)B0r5;-`gö1;P|TuǼэbo"*wZE` . &J :/zqUIƥכe - U;!RrxP0:hyyݰIj|@Q`EIE*+N5vܨᆶ'cI!ogJQ=P~ldA[ (3Bʢ_0G{+\g К!М d($T :T3i/|uGX L%BNlB* = 2(VhOqLRN`(tZ=tpX5>F$yK_3Rk*ebv&գa/ [ "Y"y260xP4e95ޏ$DЫtfsUiX<@v2?tkVGdO/<1o%7ۃb'OXyԼ59}9} ky;C#5in"E}pY~p\۞О9etCoJ֯n?1{x-W@^Ұ_݉1ny=l(8m1L+ pj|'zQZD%$%3$*N1q/2=ҼD?& ce1u?l/7RCj@!c}+ez#sB#CnϠ\3-K¥uXa!I`_V0()v7!nOAv]ArO&{UR|N|'|"fĚMy^ !&1Ml }F 0P INU쌥ڤ8)L#Ky g8r} )y1͙L(h3mȔZuu$vs#kH[7%{'15ZO)A_V.4UzMTtS57-6Bcn?xaT! :e}2[(vӴW"Y#d“<~_9G0riwV(}eUX$pUP]\(mb;׉7Lk`w)^:gOxzḛmcoͫolFڀ-](ؘ# į% LQD?F pH{<9PjyR孉.cF6cqoPd?=v=@*X0:ĈR+8],Z!FDT5 dN\GηyC"Lz a»_RȝXhC:Y ]q{H8'`I0ֶdtD ԏAlV?SyuKڲr`hga||;'=b[hCH L 8T,K%͟FaByjy* >:*n-u20iq`UxEq}ea_ `.N@gCmf|'EU kz\ 4Rert+e*~M 4{,+{@e?fƇݿ 7IuU2D  fpԕQhzb-]1X]9λ 2 WNͤR$4b.G'] ;e7LD0;e.1cdR, 5Zf8h6 ^% aa@A=(]Ya8E2r/VB=3X7Q|~_LLl1cSO͞8+g2b\^qs{+k n)PS4ĵF\nR@?A,yWj9#uDj#x$‘Җ}(*A #ÆeL70 5U@,]H3Ε[HV &Y?T9@]W`Xz+$j”ۋ<"v wk`ZpH4>@4i@9qPl4$=j i(^G+Vi5T9gޑ&{gpV0t RGoV˳KnܦU?_NXVfMNyPϿ,b_WUO~KWwhu%:"eUʽ1hҼPdZ)2Q.-eƃ)vTw\5!pilE6QGm\!un>ߗӎSĺc[!u߻zjGȵD>BÖ;7iq&9EvsXBR\83Λ#C:/&͒t\_3;fH4}J?6@nMMT#87w)ui4=Y0RU+_m­T^*DDb)[( s'/XBpFq hƂԓ$P&j2Xa;nnnW&ֹcL4/t  2@jZ%hJބ6l K{-hvbA^ 3E"<`AJ޵TI.fXgF pbL9ǻ#˝f$3Da^5X-WY2Ys] 'tvi_5Cη{xn+9i73lb ol BLVif.h0_ReثMہބ5N?9vmt@tO#o^rMhîiӮހLvfr^/Q8ΉEp 0(|3Jڷv{" ?JI|)eaٱjG3r!+˓ݼH5IfzA'B0D,.[ތ){zbY s&&v\[ZsmhNUв:HJڏfh'^~ȁe$f!DaX=fk! kNIg ^w!ʂKA=⺀7 Tgz`?mi7j1ba Ya;n-^qDW0hsNMl-dl6ԍ4 ;B=P̵~M+oلQ7K22:[3W B6kOԱYx5czL5U5O 6ֱwZn{N!dfM 5yyе[ ^eSpD(#8.xF '2kE.WP)5N9UWtdH6yT`mM:@UJKti< OP7Av[  Cs@[SY g ꊢp>@Q)t "VA=nduȐ ڬۙZ?LاZh فO0]H+_I^.[V W/`؅vgr.$ $ 6_# ڞdl2;dTZj*9NVzD?SۮFi׊v[6U78կeL9 ʸjMb ޢHx,/ET^ؗR?..d?zl,\9UAw\z(Ҽ8Ve_:]鶲*CӢF $q5Yt,ubhC(V9l=mB&K{a};P]3a@'EOG eMC7Y%3ъ qf(}F ߃SxkoZTg+śa,>PIUhp܈v,] /Ve0gLG4k\O ȷį@up xQ*C 4mp>KWsZk4ލSyZ"Iž:&wߑXޤY&y&FRwYXNJ_Icx|o -y:o t2: }_LT-`j?N yJP?Bshܩŭ[h L2|QhXX\VGeaq&NQDf˄eQBb H-Xr~k]^A=qVt 툻 h5% Ѻu('TRU 5 \mRg_a[_ME;9团c_ H ! DŽH^t8&}+oPg%\S%ὕbr?vI*Km_!?ގ'MEx"=$FZ͎O꿷:Uuϛnq&F)|Cdg[ W XCLs3(E/ ː`X-f9eu)F†1Eor$r<:vUt퓚lޥV5kB! ~$DǪamQGn iC^΃ $/ʠ.4a # M^M2| ]bp5q;Tx&f&ksb+'g?i; г K {"_ @W u~F9 S&t ʏ8FNl ;9~4)ʱ*n^`\ dɘ[ FΟq`}/a3LieDHh+w)(b; TՎ3|?} > ݪix +one>yH.J,Q#k&~;(l&rۏwQFTP+ HHZF D2ɘ2cv!R$Q­GżwUپ,un噝{^rl.Ol4ƦKѲEXɂ.㱣Vo;BnEA7FshKe"6+F+ޤ5_ @ܚ]2N}O 6C=m#1Nkw(f\X<;h=3AC߳%^z# JUIkM#m Z5Y.yRk9? HRWGUE*pkZ$-q~ wb1߱Mnc[g- XiESy$τolA ! L{|gK,vTv"t+=5_R(LMyaLkon(eo$[.eӏNg(ehN<_{/3\HTf*.Z`rKWw*'IaSfE6) {N|YoPi^p +i/49m0/鋏\~܎v  XCxo /싒I4r7JqQV9ˮP-S/$Zs (/H1Yr;4>PO;?fgaj .Ď)˞kQ*l$ Ut7K[e5x/<8ɐ[Hڰ)>n$bZ*xr~jς M kXiSB3D*qJ 106Er|WHr 7D!6t̝O{5x8U)8Ap`RORA8op&=cӢNVN^\sS*'LZFEtKIp! OrS2(-F4iLH?$i QlWy f:=$cK O'=XR~,3Br&?1()Koے:'s }PƝ:z:;rcam ϯ4ofk a YW\̣쯥0rVer V'_AҐPn(ðT j_.bW^|aMʄ2M'ȩ$=rY,ަba'i~NIhɻBJTM%$k>]KlhG!m0 QU<IIQ+(=.ʍSpcJxkpn۹cHdJ ?p4"{f*A &,6QxRb3F:~\Wacrhx..LxY H,F Ny> D:*z{'X')k'Wcv|mJRsM,\ͪ2aר V3"HmwfO8p"K7T"$|vQ*c.5Ě$愰Z#xCQ-ƉQeZcv\ flyK:$:dK)cѧ/JA(YVF)3*ѾȸS lQx)QWdEqYsf"dyx!V`2485]r 7Ӟ8YCAәznԧX3^K$D7j5H/~u!"QIZ'׎Nog"Ci[K@bߌ>0+*zƂ F՚F{@j jX5|8f::ע'(ȿ;tyeWAYNk~RF>$bh 3[kaGܖkAv%Ip-"Ѓ'kZ,H.o!n~(^Lgpԉbޢ NF TvgL|oo~ۣgSBB~0 k'4Cϴ^д\/<(.[)2`>z&]I2 4nQB/16C=نuk0h Epc>yLL2Rc ҃x'7-,Kfx`bǘ70]X./U ^B<5-VB^\Ս OxUE/ pՍW0oaϝy/⷏i̟ި!kR.(WFnv\g#NgrHZj?NHj*P'ZZy5!EPhlp^@ۢ]L#:Vp6:K S½}u_LзjZPB@'Iո  xƘT(L 0DqdYH6gxKA.1E26B),29(ٻ3&t VVHKqtȜݜ4-,Ãf;7HJ2&jɑ.fX|*G TbY}c.~9ŒgZo7G.{_petT䖤[PW$]-$mƂiKwYq),٢`RLͷ3N`85JvY-+oOP)@4H,:UD\A 7AԊ<8cTH~؝ ߵjL}&bl (m-$t舉3HV}ԣ^{J.l X:4 n"'f@9k qfɲa!Z,7\5So}rmS݄Da<|lWz U)PCR-2 19yhlyp@G/ ^rByC![ܮr^ -n_kωSd0ju'w2iuzn`!<aᲂYnIs)7-c.h 6Q<9WCWR ~Ecg٭_&\8J|P 37&v(q|q4Q2Ej!Xz!yVD+Xy+kא+̄ꌐ'h%nfs{`P'Ԋ,Q7nK{7rGJ?Aj6:vZ7h^[᮷'FMFQAM f }cFymHE>d}:842=oa[_$XAㅩvIKJ^)|4c[~]HG-L.c qwI;4!&I@믛0:]keD}`0]gv0tgݲ_K%7o;f\ r`|6La'Ow ٩~'_0z Xoe%\VGQqǢ)=U uҽvoQA#s #OVF]szx i r0 {0o=r`V\ᄲ{e ?EmJC[Jzp׉(K;g*`\42>l-Af/6,нJ< ^^@e)Tn1&zo~5m2S8CðF.b๣ 8mY R~F4[bJ.~K4BGi}nY#SYІށўS7ۇEݿ#lr s"T.p!-v䳀W孖Kf3u˺~GVsJ@<<}HҸ3{3s#3|C!kNf:zX*Ѐl$$4L)N{^N-A!hr`icu91E\c(6Cm[m oXy}Z'MVCHzm30qo,h_QwTwȸ{ kFN"8BFa GY:E]kd3LNb|NM,'EL̅8b\hĄ-*(_D!@Am%fr^bTͲ7TH+4tGHm7_~iZ~i/t!0}Ŷ,###v͡" D`YK]ȫ̸T>JmC#D THeYϱRy4uo.Y8rf&Ymz 2-M]ߟnμ ()aDs=֑Ο4+,kd-Zvd:z֣ɧXY$$MުMնc_jh5 7(\]"E21(a bk:׎D~(lg"-ծ.(Xݐ-ϖԎR|l炪92y^n41|N, `Pfçˠqð_kUUwc8oO0ѦF{Үj oyIKi.Oڹ3^Ӊ3n*a$ij%~]s"tH[6u;%h_;Vp {~=*z{lN (u+,[ @OrRk ^7͞pc\kcJ io;:%9PD#ӣ#EwMOyW îsÙ(Lvjam2Sá4g&ȀI׌Y݅s="}^QΨ~L2/jK 2 NR3hwߟCʇQe?}Hp4у2n@ q/[,:q60)Xg*t3N$WxQHפ~h)4TS[]c=!X m\sO ĸBW\d˹{M`;M+yr^]Mff:WupϮ-WZظؿMS%%%LH<exN5`CZںiX$W.JE1G݃$ԅdkJZQGDַ"%juD ]BBrpLQXƱJۋخ[Am[dI{`E1mI&vHAOR9UziYqU) cM$i$(Ļ`&uVu贞Uʫ\SǣweE/3}[[k{"o 4VM3(50+KVgHNBxSS!xNsu3L# 3h/(FI0C2-y£kz5iU$24dr 8p5alu~1kG'7l'E7xpשG&i[KqԊ1D(~ݳDF=lvq9PBod!u[eDiaPtˆԐ}mKGXżY!}ժdlh$Qq^;8;JC@u UU_{vz5$[5?spJZAe֭A.R8!&הpaЂ~;L+ZoiDVy }U'۸&xa7o 3A>;K'm +K+ɽ ??RpED 3.yَ_x˴k,ԡQ|6&v=M Y>&mAcFJh`6!!2SX"3rㆈ-I1AYn$8/O_/>.:V3,đUՆ&q~;^V.4(cR8kI'19@"ԃgytD/U'3׻۪tц0ꋡO~C\9;Ϭ vQ"[/#7/'مe]B0>?0 'vm_CѪH}:ОC Ww Jyx.3h8'>As]|Q5 mP*#V})đ !tm?jv?$ucQse_kytSLDC(wIַ4y8+Frk:_NIu=j]ׄW2Wk2D`H-g"%#aycBRW"!G PXEh3^oYfqǵ(IEwD^hU(hn;n)%Ql8XJW8Irm"ˊ+[e#㴇VFzw6ЩϹg{G vdt1kO`xf soH% x39sm=gꭁ&EL A,K^%܌usSǶnzg׿ZrR!aԮq,Mz9)R,% @znp G̋v9u˝Ť^Ę&iڢ> Lǚ7@w{|1txM qULt""|jz_OE%ƕzU0j=e9nGͼ=Ur'@o~[Wb\M:w TID #M1] vҁX_RSB8> ~L%Qd=ļKTw"9d3};Y1Jp/s;l5]!2o7, }p`h)L~#I%M׺eݓp B5 LXdXjV EKf~I:l i](K+ ȒT9~(u62J?,"{D7ɦTٟnDȣ4!;T*t*b)a8ױCT_Go IVLQ] 8+(8K0vs6Y:#/h1[N?Mw9 RqLT*steV貺$< b`y㘲%MwI^.jKOLmsef }PbtCKy0DRn5 B>~|#61:?~!ߝZz2_?)g_ .jLLWbZ~HzanEK\O0Y1_|7\zu(Fխ=Q`oSYzZvRk.]۔cXCM*1uyoԨzybzAɝi@RO T"HyD|RZk3J,x剐rSI5ϙ&w^{[dk!ŀoz MW%C-ЪkTH7y[$`kfFM \&K )KwLN?ˁю7+ 2/C@ڮd(O8{Q$'أtKjs I{Nx5kY̓88{Ĕ$bdX0p42РFκ5ܤ!>"43i: |G.AF]½Jj_~ 7!O[/|B1ќ{w5acT%%sKZצ7vkEBvU+SsR^PGF GY^h9} ;3OFʄ<v p2#M\B->/<i33՚OQQAS%U}դ4|-5KB5  $*'Ddt~dbF9e{ֈx'2`2cv; \[^.wv~QsvwZgmb"XYAQn&GKINQOCz[hȼZ3( < jycτ̋V(:sNͻt{CnѨ{M0=hAPݟj姎 tۜ{l`ĢaGOQnBcu/b=%g%+Ol.5t1b)KñBkh {<ҘE=x p̗Qd xaMuua]ю6KZZ4KK~ hN{ŗjv\6=KQeXltɐ4ƚ͡WT6bk})B.Bg_}.\=AA~IPE Ƅe/n;?.]hPR7t | 5.قdgԃz@P|iBYd k9.(S|7cB.$pBWKEC!|*8Cs{-wx4d۲,2,hqFۂA]]"_\;_{ {g|k2fuil^ݱb?l"Ų=Y=X*[k:Ɯ .Y}@a,4g8b OƁqQ2l3l߶f :lFz2u3n$x)I"¿//z/?gzƀO$.wCpJzneGRpXqӬ-a(ou_傄h38d,'؁v^w3k3%hfD,8.'L-_*GӇyeEQ@Cf\7?ic\$|=ήT׹b[{4i+'UE@VsABCl-=|WȿE.87Bu'Vc5]5]&5$Xڞ܀ ꨦ'V!9"n6$8!=G^e fXY5s׋VcȚVJjEعCszdzqk0?3dC~n<5&&=.0N$( V[=.HkX@p2#_C`wu = \PB:zv)8紘x)JrPExxē"?B֗0|ߪQS>p1 #(,y zX|+3~:s Ʉ0Km ,#% &PDg`+n? 1n.n"v@U-2д:槞>Msޟh@X5w>=F.2^>ոlxIv!DH כj4P- U-1|Y̹ؒWKHW.(J  ?Hh;(M G \=R| >\36.rHbbNE @띘 ,p6AO.TuUs = {lE\:_@"r2b'B /zKDXZT \W<<Mڠ l.#?ka-'VH|!!*nv%(> TAkQpe2rEl{7Ň, YePTЇ]O=1˯Q}+a%Y_/#'c"y7!#&jT4ܘrі3G5f_]Pm;u5A!(uQYQRLo5u㶃/gjb|8ov[4E& E ~5metڏ|b/9˯d> >#B^[qF]s"]b 8SeіЧ??!6Rr02[@(9#ͅBM#Lp.{g?]e™UC fẄ́d]~Y;kTc ,rLKOu36CL׏>kK.G `IN0f3Trˎ^:ϝNӄnflf!ޛ+;}xm1]#'9H2y%^Γ u1_i(2C`QIL6^.>s}:oz>SB/pџ07y Yl<|VaEZ*x>Ƅm ַT[_y0/.$qCFsXz&n -M, |,sʼ}{~h;k(Erޯ-mbM&XwP73_|M#̓XP8P8h`g`k 3'hR~AkdҬNHZU&E(the jjr- ^Ko_QǤWm~ꠘl?؞RBO9B#D54gMZLAJIEP~2&)_)ۭ8ha1N儷S(ioJN t }>dKJ d v2h_^QMMNjQr ZشLvz'2V.R$- ` tAJWdMy CF"'V } ȹ%Hìzp{ـVZ)W φ L@DIG,U-ʣ*(,.tAq)G{M9ܤԉaMc`yd3J3rlk Wޕ.霶) bKc0d.@{_I);QyWz=~G8gىZ>]'y+5p_+u) `Cڹ |qOЌxӪFj`S|+̼& KИ=t8V(Cp@ ш|ΤDrjC*(<FVW.9ho\$%D)׌ g ɧjv;MdPuR7ס˪L}p\B ҰtEUШ@+ȭX>χ:"jM^%N_ ZC@$Hу;f .XUqNvUA{2P=^|&* Ah(^M̀e&B>\Q=9βGV2fPW7̙7 s)A=qMk":D Lۡ7{xesZobsy ƿo De I*6_? LE lsޢ^uX*؉U7항=sa1Ab=D/ xf.2NH`hIdk-U%e(]2kҾq}E*{dht諔 ؑ,[51(_{hҊvm0oOн ݶr 9V;T^*b@Ȝ^4:&ֹRnֈTΊΈ0t'az)2{]9RJ`;W@Zŀ}0.?BDWKkhW弨q=}.xJ [O-j~xn~-\0WfPr|FGg39,hxqtDJvơ]'z&e vv0SZC~J=S:5Q'"l Ÿe.#sRMk0>pB#ge0*txq K=Xjli' Ic.m1$3Q:Cv l@;vw1R=/r{ ]eb{oELN+Jū̆& &<,Mǻqn0e1@G p,43D^I"'RHFMa;﹑O$>7q<s{W fr +.Ah׫X@|9J%Y@NQp-ܴm aB|qAu{(q:Al;|& XG|ߚ8*YZVٿ@i" qc~tvC\" < YXmilҀ;AԂN`;Nloly@!YFxɬ#*obUAHv\f!Cό^\.!.*z5UnU5v|ʓ\Q?S-',4_!ōD;QT6#>#Rk+,u=ɳ]柲luc~ƽOWy? *XGYΦ k[lYh9^2''5O_zB+QX} \"0ÜHף%D}?> qAy?YOzk?qʠ =͘htq!s7᭔% Oy: t5;/)P+H&25{?˞"xgUi@ E$q 6IFvRֵ03JBˤ!r[&(-Րd!'<׍ ϶^ZTmaK`B T넓(J)$8;"[on.TGr/K"/q– :YE(,d1sfetM.4PzxT+C,ldba5pO_ɘOM\FAr!L8γ}۷X=Rլ}u[sJfr-$\ج5p7&TFM2gj7K%jX,Sh>MVi|Cw`qn82̦mIؚTwnF81Ӄt#. e2vx0RFOF:ܩHG``efnۗcV[A*=P=vmGAJ~x'}B.麪nic#\LЇ]D.N[r>^o~$NZ<`!ԯa+7t#roB߭%K2Y? Lnn,hGȑ{b,Ǎq[yڃ ;IJ 6h6+$l "Zgs'kPGHώgJun71߽W>{Z'PlVcY[E{Fw`}'mv!!JW B.Iwx;e^SCʍPbe TbxUQVgiM g%TXEqkېgo*eS?)3F ,8]L[m^˛x2]wQ7N7H1)A1 (}\$3*`D[=^>t 4>6WcQ~W(4;nqS1F2=ǁK\gvh qvKV&$q&Z0Z$)wy(ғFSc;l*|ɑ]2 H?c*&xH>!tacf F")yh_]'g,l .Xj@v-?Z<'ԙX@-٭9/e6~Œ|YGol)+*b̚ XdiZG&[^ϙ&&Vf"آ. $΄8W!I0%?Fq1E[a['ٵ^*N\sI DZͬ.rTJ֍G0Ƚ$5S=o{{C u ڄՇynDos⍛A9<,HG똔ؓ۟_ݪδ(b"ggLhx37빺9oS y0"RJ)5phN, 9Nfא=a[&Ų[)(֢`=s5׹UZVoD#`pAr~!.f^r۹y{4x:.:X4A/2JϚ}V_/o#] ibNꚅlgՎñ&|g"_Hh\ ؛m*nZCa0xa5u.yJِ>÷l>ߗ; C5^霾RJACdbXtl19~4&BXLn.-pO[҅yr@E;/r2)A*j).;\%nDe?NHK%{5Ѕ]MQ{Unȥ8~F P`k3G5ib~]Ap<@;6A5pҍJ%|{%6}1U;Tv4_&$)`!ݫS; q N:jg*cLeySSc\+1u '݈D xp.|:C273uꠦ "SϹ"5fd[*$C{bz0{wխ}7VD3]4q!0i0PaڪSQ͎j d%Z.#ҭڷ s^D i76B9򪗰>bdr"^Xcə}rR5A7L{YV)[/~Ix>`1y ͍ٞE! y°.]{Bd*' HXeBʳh n=BEOKeBׂՒY" _*5Ir%'t9- 뚬I?Ќ" 9MW(vKkbie!Hy"F ƅFbRu:qvHH\-9Ű"Elw].s e?=nJWo?O_CuZQ@nq[n}|UfpH^n+)4VQ.X)I=z$/|ZoFmF$\ )K6W5>KW2Vav{)(Z"`$4Ӽ=CW:8Clvoq_X ٠ ň~ǮQkbۖk^ͥT^Πx>(@DH_l8<Z$b8(AiҜ|uK2N;.Lh%sOm܊@" @_u|"%JfǽVV9Zsu}7gq ӈH.y%0٠LNQ/V="|#-? mJqolz)I$V' Kɘ5zmT1VDElfDdo 4 7sJZ@( )4 ^̤;Y~RklYTW za|y*N* 9}7j(J{3/Mч+z^e4k" G^+X\Wϛ׷T)Xz#k{l5u6'rL ;q(íX-cb𪧃m@\̻ m.-87g.# ix6L.Y|xӁ]mAIJ=??Əj̴,MV>^ ⌮,ev[;/7)ks!CMǏ.eTwjsv{FޗQrXr6Y/{fFŇh]vkϺuE ^X Bd>5>-55/Zn !)D$uJx (J|*eߠS/}ey;Q -opD!<3R.|?ct7r_ nYgAn9nYopL'6V>,^(O[p֟`rf[7ytItr. dž=vT_uXV:kH>?'aeQ몼 Ub S$6S f!s`0{XͭB'n(hS!70UTkIi [ⳠekjUC(R$ei+Lgݳ.PٳW?p)V-ӧSߙS]sǏ'},9M67h<%[Ar?[Ca7n94ݣ(pJR ?Gp̀I8 k6 |$Ğ?͛hKspjC- zD Уf LFuX(QbBNj'뽔*HWh1Mk} 1$ idʲk o ڨg'ur\ o`D qG/~ ap[a&.J k(Ov$b%y[Xݹ򊟮H7{jjG|"J J;|īO (lHTtvmYV;*tC,HulCzFꪼi{p7\O[~{P襣06ӯ{Z"zѥ\N ^HTB v-|K3 N>c9,Zˍʣ(:ׂEVWb1=9!{;Ьk-o|߾I`w/ $kt]>Τf혩Y{gR;2UOXT;]d2BHE@zœk\5I^-"x?׽۫I@~L[Rm%SǘLLp|rk"\zM8a~&44(W,F笾;|u?.T")]]zf_Q `i;Q+K.Zb($:0*$cئ"fx=Q6Mϑ$[S@G7nQ| ǰnŧ@dN|Lr宾X "7$râs`t?I ȄvVldl RRM4sQ_{DKr'w}hRl(̖_~+GN(#bdž4z2R"aK7dKۮ"Θ])\)ܱzҬ5"Ю5Λ@. l0[匓'+ί%_wnє㲘 \NdjOu1vQ|W s׷v= .OE'r44fq<7SK,lHfPyDZ2,q!SzRgopoթJBD R[dlC{2 VY74BnQd=+"^jy+;7avٙY{+b"*Zdof\:}t=H:a$I ÿEB ~.V4b5HqV&+vUsJnm*UX1bFB2+u,#de\8'NzpljS%ޔ&yJV\Ì?ȼg w'蔻Z D+-[(- cyֹU<xCo6Ep[P ?.w/+>M0>4gRse#D4wP{zS%;goJFPڹ 91 +9쑶4Ǥݷ6Dn›Hgqw !Hƴ+F*h囕(^Eiܮ_[:ˍ)5K_ƖCaTWD)~Iݽ:n˯mQ%C;df28@ l^xr{f,9}E{!3Bϧ}l}w2RDbW~ 2-)bo6gx"*lFv }caHm<:!z$gށ7 Գ?{Pn8}h2M0[IV36VkS6+y<M > ӺcW|<|eK$dDIDŽv~Vx=͓SC}G 5|onH{Mk0 (lZ$A6 7%μ#ϛ`SF3 WuEUu_##{|bx =ߴRhՇI_0KkfikX+CÊ䒄#e$dx-FGmC%1{\TLWՓZg6(Ew}W>-wۀћ3)(rL[Bd55"5,6ǭTw$X̂ć!9 ?=v\ :r!EsLǪMYsbiy"O=tV'#suY]v(Ca m)f>o/&׿7O ?yhȞngJAۖ[kr[kF!iDT#PFr3wu'.f"\d|[_v=7~(SȩcV`ȆfE cIwWY1Ablٔ~ ~.[2Ie' l;lWTLѾ@0ڢࢃ~a0x([8\Vg̛f˅ع#`po#TyL;ʚ RRGɧ,q͵;?\恈C!wǢrCsK F29ʛAU'1C9\A:m7|Kͷ1N|ޝ&pNv#`6VC"ZDO;xO>4Bcs۩dZ\&mlv&[ȉI^CI$g>G@bՁZ/cfTyaYn͍?_iAlSbf5JNga# '>fY0]W}@GJ^f]8ěH/7U0ލww0"d/6SVmQAruOw7XE E (JB2:hn6'f*q-&r|6 r B9'YEj݃B&I߇GJBM/Tf wOq_vSu$kqMhO6a 6g α%Ub$'0Rx؃tuU>XzY\9CVY±\Skiqx@ONIo ږ^VSk|;V ,,X>$O, xmq5ܜpեVT.+\)w+a$=LdㆠU Ac. UzԆOLkYkØ5LHra,6v>,{BeZ|džiZG4T!|*DFGzF0^JA|Q1^BG 8Â:m|ǝz].2x܏b vKL-(CI̿ +9QQvoܾ5Q2sLLC| E>7C=2E^MB݃5?V!<'[&0b =pdQ2jՒۭ̹d < i])΋o4&TdFYM E_y],<\H\hew_VP4Y%')m!3ǣ0"V$~p^jTz!=eBN  j- Z > j4QFW뇺gpRL ǑpMj"*&| +OȠ_xN+{{\3@ uA)<$jMq#ЅĉE/Ț&؋qTQYN_A:lB ]tRD 7s!&/"YA3yfαxìgm#Д( w54AIٝrE<\*THl*:z_(B^Y[5R7tnTe::,w#`ĪO`f[ߚbc؆ q$EAdAt)- F^ BzWID[~$៲6u*˂J2=h ~^ߗAM"p;lih7 fTIϲH\|W)˅t-rn#vxWlW气`;?:*'@_"ٔxN53J3JzmU$r`}5 HTUf Iy8:$1awOJkhsCJ/R Uxb[(qpAlב]0"AHw,ڭ&j؅Co%gdv-Q @!ĆLEJ>F/h U﮷Z/ٵsW3&yC/ԺgZZӝO`*_K>_z.ߟoRϊÜd BLU`B$%W',P!X\ƃ0ߞӜZiw#Ԅ>zrV `/eaRW y GX巗3S+)|V =pHڡ 7n×C9 ;" }u ?pdNKyw?<?G kIlMQS]w$gCR=V1-aQs6&Q;;Arr` 9aH-E/x4۰w$u#6 ʋC8+{R*vL 6o pwQ*:\mfr.:aq/DbaUQN ~#0u{<ˏ]u p2"mgtCD8k0Oy+HK)f^SE/~hk-{lKbxU\*$|T!{Ojv2*g'~b.}PZ~ljB"M 5V0n% fn(Q?>[̿/1;%9Ea&>u{#qpXm t3~!v>1h>m-Ms6C[RUR@eS/S:M6(ݽ\Ic}wlT>v=gB6b} o T&$n&{ix&OtZ_!kץWIC9V>.O:M9J`vA7cW&kA;uu*ƺd|d5G[?znfץqPWZOZ%5:/KWn}.X9j[&>L=өZtwzQZü)}+@\J_/h6  KkiOۃKr|ܲ{b st\XU3_9nl>1 uE~hhsYS, ifM D/)d0Co8c0.'}}8֓[yR" 'zݙ  $`B)q7¾ȕUQYYυ0ꢍ4&.XnX#CFJ[Z""'jG&,Y%D0g!ACwW1VuJ4J#d,og@!<&$"Z BAhhl:5RC$ߍHm Oz+:n"pUMƓҹ׬>ut+9 fhl\kϮQa-7 `DQ*` ' ?ޖqX<8xcKTUaİښ4ˎ0YEBoXj 2UtB *.`%)WC}7EbȈ+o/1E>}ָVoYvDgb:iIL>R6u9 8]R w#}˩+ft@ fnM'؝*6"%~klj5kBWF/n}VT;Oqc|\6 ?n`|yRJ29RtaS r_P+;O<HB"5 Tꨦ$\MDZk(4Ỳ#MCgh/JP K|E켖lPŴ"C97i `!UHXRVXЅ XJYC%Q < ۛ^|gY=#(3w*4Q4^ceauT6_(v^ZwM .|ķG3dv~8qBTKSLE߈+n/lU̝ -RbZ}^6x "P.[P[:2R̸f=@z8Ƃ*bLryB$__;j ;k93=!;֝쐩FK7u/),qr$?'C# Ŋ( ^Gjz0G 3u=|ZK<+&%_< 3ؚI$GX(W, ӂfBQ O븐'%4O$i䆿Wx3&Ycà Z3aYa Jҿ/OabnD[fk͑F ZrreVx(91a2(bڞcx x]39TM91?vX(# 3h<|G.\#f4uT "hmT~d(/1.J~ײOuA}048ff]WFEċAS({ #5Y-كVȏ.l)R<6c1[]zETE\r{C7b)Sl & õF/y0~ukB|@Ų>+}@%!-jW## Gan4F2#NP1ps'Ɨ(,ֹM#'t,c< ~ *C%6êyk= $ iOX&MbA͟yڇE h|+EIywԶfJg${ )Wtf#,7yTPV9V)Ǜ1.?cl=L(\.-t'鸗oe/o )PiQ=D^=(OFXϘFΐ w/* _eQqYyEґ(--$FBߠFJإ`XpL۝WLJ;sQ^&ܾPU@!'4ޯNʗ8ܠWk7 jl 2}(Amf4neRÃ}@R^I!ebBI?kr1-;ss.:|le5!…˩NNO^TGN7lW^} "/"9w%Yn= 6K|R/ Ŕ{C(+k}ZCn3x~,|s SH "~LffN_+|U¯W-~?\9*eͳ UDؚrk;!G/ qW pL?"Ps+4"/*iQQG#Ξ` iqXo}.G ա cXr*ي(q:8 X_ 7S7alv~tU 5xVazM%vKn锑zop ֕]o[$EHkWjK^^S)Ie:eA-pf<Λm`ע\BNb6Cpd7Ƹq3kPS^R 숱N2`GUqT>qL|]ԭ$_\VQ ;?D= I8Nk[_Cp1;*Y%؍-2|qa(tٽ olŧqif{o ݮ/w('P_f[?gbpEg!utFb˔7/Wݢ^DH81 nj=ɼ4FtlzBK,YVKIIܑ q:˛ܯ:FCVDXQ{&px&Fn!2MO  > \L?J"Ґ]}pUgrlh+(}Rݽr ZKgf2}Uc2>ֿYVgnVDRϞؼs*h53sW4!6UgT͵:Z#fWjF}~n-s0Bǽq+gpVGjPgEC9J^ Upe@[|Ot gL!%%Ip}k.1!x,NtT2x3m@_QzrSe-ړBK>5teX[ieK>lxuX*]Ps4k!)Z2*KvNZ * <:*- .LsUvV\bY)ѨC~IZ kLbOSZ8YKvq8#,pSA ~) ^owpw a}";vQ殟|;$"R,)Terk!}R,ol5_8q1c,et($I,u[?g!Z+?LP= tI{|x]Wa&N"03mBWr?Px޵%S LC,/| ^NoBa%SC#3m'y6b0hue")\ ~{c*ts(ґpTSugŁb"H Q &`W!H$bD:] %> It,"7$X)ܜkjkJ_wIᇬK_d.!H|h ,"?>fS3~aO<74b˦EVj"h_%,J75c?s^|oɑ ~͓ſ =G$G 3Tюً:uBYv x?DVsQwUZWЛ8̾m֊ܯCdK@k:KWuE% ٜÕo;Za!o cx^DvF00id*٨^ax Dfx%in18E>qM # ?/mg_"BJ6t8kw&:wrg"$$v@+uӣ5.@T3vcaV8뛟uW|E0Q}/GюCq9v-GF:EڧV2]9Ϭz㑼e>PQovF9^Wޜ5GسxrW(Zl]lGE|l,M͂VsK޹d Վ<7)"p:s3N 4.a*xli6r2ZPMU;HAo^Nȃ >gLQ?*kVk~uߡ4T qn[MirFִ^)OQjh rKFn.:R#T˞za.ll-hKCWK؉eힽ(D݄.NA:;z?)P'|Dz@e5)yM u tT.eVG&EWA# [8c(EJI: r9{'+Q4C647zTZ [bI<E*+bCM?^+rb_ VNf*4PU?}1:^=qxޑXC襆m`9X axސOnRʙ@l^ƞK>Gc|!N5F1Jj W@Tr2.݃U!C-Հ=u$vk֚Bd{|3ٞG^H^N.S_AaTEJ6GcMfn}l{d/\@eHtV2U` ha082G-49PҸ06sV߭6 z4h\ cUVR@ѐ Z:^VP->cv,l'"7%2/ FQo놻CZ!Gc/O 'Un\iw,֗:tᛪFNݜ6rƘr'YZ.8īe|+=_dMo6.[  9J_᠆IUlދ)Z9^ւ(bCfwY;0z.D!D ̞ :OOҼ!Lݨx;0R\_tX#(aژ>bkw¹7 ܞ_h\_dךĉ#3Ž7gŸ Fn3U3Vx#oGC;k\Pknقu&\:nV ]LNrEΠ!t.EeBH&'Isg;H^,k8҄;8KBͦ;-+1wP$%G,0_]y1cV{y=J[QTx#;[tC'tBYji%u4aY[Y83Fй9['n;V^m(Q`<bkOjTi$]"T=v9t}@L6U}؛',<}\. ?vfVgF/T#d' *l+Dĺm,!W8Tjpd?mKœ屃zJ#YhPiI EDmU}=zՆ-");A%T+~( -%DӂfQuHN0lυtK %{&О%uW [% YUQ!Dt 9wT=naAOo38Qܞ)A!ugCp|=^9/zH}/фG; ?wR(i\9Q˄?eDǍp(Ƌ*pL0tcU9 ܫrԣQ40tGN)Rϧ:@]԰\lR53AHzVu;CijϹ*k$2A wMr_Ϥ]v3o8`  ZgYڵR|X^ s%&5K.Fo=?7NUۻe5à 0lQ2/݊?o`ar 4`Arp)ˍ.g`ⲍ:i|lPؤzW (&nnXp$ {eMh[2[j#1 CpʢUTFIYQ!!w-H-Or#ΪMKVfM-`#NK2.9``+5}һ_ , q=znC_,obَ3!W6/B .N)Y)|j6ʬwG݂Csf(+ v 2'.$M˰=bd^2އ"Efd4iJɱt\b'Qr&sa~>fʻq)56ɘh(huN2Fn<&?&HECm-m(˕$LSQ^) V+: &bF]$i) ̥dcR_Z^1@ q7|WY-XBn eߟM[5KUP.j@6`tdLVnfPz@ 7|ZQyN]yjF'Mhz(>W^힗2E~Tc {"-F\UUy_^#uO0H{& ko _Dvځڞ>4-{9xz/%YWޤGCE| Ee[n aơYQ"gTSѵ|28RnߒOIM%TWUИ9[-lbNء1MK!Aog-|Wij<I Fz ӲELeAsnco3A cI%evUgfO"ߘ2#T: җ6_.@܈2hR4d ``lܔd<.$.\,`~c.)!|.jا)HSY#ig%sRv= *:B)frij%e 'ɮB KDbMsϔOnH0eWo#r  K&o^ΚRE ӈm~,-y$586{>l-CȻ5m ɶ ~.Ōy%Xt;`J2,„ջֿ֎fTX'H4vu9oRرƴ i:9vwly8W pEbt@)DAiizQ,{#2umPe<$yc2}Dީ(";zB\k#bMY`oLiuka NQ4h9tW.O̐d"ޠyw$Uʍ_!Gg\ P|V=7?X~=Tbt{=,YoPnTea-tElEDwgM* {"\7VrLk3%y4glIj*T怺:\Ip\Hԡ63iiUʈQ ^[L! @HyYUog#卟 x ,<#8yrqx) 9唬ˊnbsS':~*`ڸWƲ_⥟C6f޲F CC\ P'Gr?^ҕ-]Dl'D&ktN|{qz!3=Z|}yOI!rKy UR|Dty%w3mtF{܍)%֜z#zlP^Vi6ݟ=@Es>bΉ<6`'v[Gi_&ָnh;$X"g^itO\5ޤX 9#OeiA\Ν\9uAu$-!(5 y:0 z&Мǜi`ZPaT6I. ޶˨ tylh/>,35HjV,b)b%ؽ暑96[4pf+MatRn.W4Or-mTx"0j"}nKU EFg+;*άoӚ$1Q,1 \w咷rtibJ }Vʼno?_ YGAgvU=Jn^tk@%xu8PV.^RQު=)r>?[6Ѱb r6ڵj}~TtZHTד(c.G&*%$'\fAC4[?PDOlXX.,dGfInRC5qfɒsE F9TqR&ϮzeY#&XJeM6.<_G#r9O`O0{eyr H|1mоB>c1&9탓 s^CR"X\& q=gH v.՘fѲBEa(jYë̿'zƻ؞ROUtR") $욶X{Y[ӘT 4՚+,PPԿv-P2AE+88"٪qqz~>MgxU`A\,6*zƯ_]?m$!8,dx>cp Eyo[*,BͷcӺĸm˗8liQǟ[*^/θ,oC~sFxDc#qw$95Ra>QhLrۆ9X+nW(QXTꥹxR%5& Tt0fk_i9n%1f0l֎,P?<˯o+u2"eTHK^^9~SG25QZ (ȧ6 'Ysy("0 7P I.9䲨UɌ}_橝h:v Юr#?ӳbSigK7PfF,23vL^V srr7c ]>BSna\G5~zЏ.a~ !Z|+8S@FL x$Ab'LJ.%BWC35 ϻ3*P 8A.id8&xQǎ@X~,/U^LI|#F8#,YYVP߷?Etohdޚ/PIcӀHg |zecqBs.k_R?`ڒ-Ѷ'ǖ(dq2o$1v Dտzƒ1cm̳I!J&i"9"ØN0+_@kJ' y#T1Dxfױ-x|OA śaCfd8hSIq ۱e^0ȱ!4M>㛥d ́:+f7RDvxtRЈ۬Vba%[^=R!y%M'5 Bx Q9"Չ.E#Yt~!_p툏;ke̜pkJJ6GṰd ¡Z/laϭ2 iQ5ض?SV}ӫagi"^ſxGJ^,ȕ2vα4X3G! P4[u;%JLr.4LŜC,>9 PAm TCd9 Ų! \lX=|Rf0= 4o̅ЇyL $q'Za1Yf.r2@C:M.bEHN<9xZkta^+ـl4/F.tc~n/(aqIʄ!\VmBohm}NjpXSu~7ʨ<[@`tk\"9=ujnXfn7RFDh!] {*QMљԦʤX9|o{EVqOUO.t<#{GH!ؘZtl'0$2S>vU[5qurL50[UgpPi)KewHRΉTSަ=N21 >]~o݀Hvi' Al|k`+ Iיq*k \!+?Q7V]JRBEwh>k2IpH >[fYtz#~Y),WS?\3s"ǪQ Сvz94a_,07̏KA}_v ⧣ lG8{z4Sa|-]( umy˱Q9SiږkrE='#i婰ê.T "Df@vn bjgHI !w†M,.5*d9;tꈠMn5' Dc7p.S) SIx:-9<FH-gaPKLtEpG>$V᥏jAbGlu_8mȲQ,W\o2{jA䵕շSATe&ug^I Ѯ"$N!(NMP8+zmYxQ?| k'j*Km=Nt[-II\θxPzmGbSՎk_$e?=, gϛld (Tu$VH9zfg(? oĀ+I 4$duF{SG} 苝CoE ud}hyN~TBT y7<NC9b'a{Us{S%\tx=0vcN Iu !G!93NEJ^*bXb~Wjq$$iܸ@MJU;^xj n C\h?&*9r& v8ݳTm' 81U<w08d(yR 5r1}HSMI/s#δ$9ApԢwg*R,z2Q[xuވ2{ǟ<·3dMķ]?m눐?ǵ;0{!Z|7͋o]GtTy*L#{:gWdȞ۾m&+>WAc7ZJgUS-o[][}Ogf+ ]⪢&OH "jҎzdN;f̮%`Y~ڦNm )wjyz?NOT$Qs'N/|>J`Wx"Mf(eȐ<fyx^te%p򤬵bBS}"34TesgsGÍ+GWb+kT-7'* d053Ō6,wed'1*40xƇXQ[Nu' x`6<`e T$(߼mA0GcJ$Md_Fri)?[.+|iE;ؕnL,Gu|b?&qDCKVi(w'b--.1r:{@43apA? zc➧lypc5ñ`Hz+߉Gf#]ƍI!4Ā\Tpٴ⫒% #[r9W0"mj6r!*523*" Ng NSL;:(l^[K=Y]^/m @춐)%dwM/Av̩D!PjDW9 OhYm^JKĴ _]͗ҘϐP?L]֨< aD!R<+JPlS꧋HaZP9$cٰs,/%bIZXc02~3nvgs9F[>WA-{_'kge;+a- R(zzzgWr.~V=y?i.2%:Vjx{ׯ^ NTIMiz4XjnKO*OT~cGXۮq"Mn#% [߬-<,b\Uzġ"ggޮ҄*gYَ[K2u.&;"HVJh 2:J>:R6ً쌉OvǛtE'Ñhd( R<u$u#D%ݫ_ɐ4$yA,gS-)K-V6BXr+Gn;DuD# #2v*27@Uxݱࢣ_>9Z*xѣ^p[~tN|InXrQ=)4yKGTw]Ef:t(oR4J/qGtd#Ņ@'Gv@Cr͇ UUňF5ɨGj6wZG*[rtʊjUIn=b_tߌ`BGԤaRT+'l.p>aFWdj9JF(3|*L@3r| ,C¦f>*c ]O"-gUݬ͒؀~Cjrmedm*ݧi~%-6rc2P,uDŽ u0U.o`VRРI+ S&O}15ocԌ]~!ꀼl^S,'tH,`~p䴐n'e8?3SӇHm(c։d 'uzI\><D}PKzk2 P!|U$.xhl߿"l]#8|hkb%goA^/>OS9Wi"q>fŕ\ 1S'5D)YϲCl5ct%\hQ2'i2y)ѩiGwvb1~h/!\IHqX}6 'ڧy򺟖,5Q"C vZyE waގ@ayCHac8" ~\xO 8e#2)g#0Ft[Q͖` |-Q W{Yvqr0#T3"5ߝ̊40 z6IwqEQm6Fn9I"bK[V`9zOKn!_`]Ql~̞x>UꚬlҗߟQА,'+ަD+9\;/ݒ ?izA/,lSO^nGA>A;[+3W|E[zT;Wa疺w1wH1k'lTyf,)7dưqѦ0æ[}W%(vCAL;GAR*)=Pjg bڟvCQW7l,@l@٦N5poߵj[uǕ&+XVJn0%dB\R "@z$W<@u Ty)״/hnL =9Ni#$C⓵}qc"UBTӐw"LJZ}\2XR˃qaA:.4)Իb]Z3R=l.hi t3Ejzm ܔ# Yc2NT`n_TMhM;[aVC=ƦZ+;l%<<ֲ1e<-{'эOachB[[= yf=S[6EJ)ZKlGGcC*_E lᓀwUb tm "0 ǃkh3aEk371zcZ-5ȫyvM2w?BiR./|CrڀC2)|uz3 |Yέ"bkbyvA+o&e} ӳi!7@FhLZ.eP&QƔ aP}SF.֎{bJ/ D9I^S!~i3#[=c=uC{6#W%qJ$8uo5~|͎%0uMӺhoDOoWulx_u;rA]=y7mq; jiSaq^}}!+{+ *0J*kybMV[8RoPuH̥NG r8Pr_5ho9 ,>C\6TMkT͕3!ij!:l/?"xv;}[|OG7 TY?@ wJ]FHoY͏_8{y!<&'xϛ݉bHT 4Goګs4/>X4HSeV||±\.Fae[~<lɬ;7N翙 (_rlFq3cZTD!&' R߫+T1~\S< Yoyx=(B Jͮ'^+cn~eT`bnBQ;\,`Z &ȥSq~;{{ 0!ì<;}*S<;4oZ%}r;| 4۷u/G4mWHzP,ؖh>zoR0BINbM|ruMҺTVwNAg+>H"{7+^4"ИaDcӾ׺1 {FUϥb f=8G`1^kqyfDTg1ߥd,y4\;Z'l/NU7|O@ac64{p\+x}xmT2,F|'DWV"<=V++JbeBǢL}zfn0ާ2eзi|Ak~W^O̗ٱm!*՟ZPivyebpdUn@4axWA:>[eJq}5v)!iSRkSOV= #<״숞&;ge42D5lF}P{=U8d[ l>Z? 2g |5%Dxj0Di֒N}=.-$9K8.4r9pMC!ß*,5x/$3 $'pQ8⑈6A,9C-[*Q嵔ş\| ,Hk< Kۛ~=hWxb)%)+/1RɛB, ~R8lF1SY}%FW.,fg-7V( JYQNP̖ ĵ{J( t>d}u-`.R]B.^F( %2 qo_=AГz7tAl@#wy\+D[crlI_a&Y3/ᆨmQZEJ۶YoUhG$PՎrFoܔufFLc^GR$`8HWѴeun@KX޶!A㛤"c6쭥(%(HD`NY] hL'T 핅źw+!"IYӛ4!BJiqWx<_HJ'2{Gr[ζՔ ԼjE7X?Dfj,V8a1y74?' O4nx=KFV,gt2/: 4,a31Ol 3n.x3Y&{悵B1#!==L5!g 08Jj!y[uk"hgigET#89@8ND]U7m};D)m$!ٜ1:+o5Gl̆a<߂;,U{sn_Cru5Ta[ٖ0kn-FOSrcOnjE/nM9E$_?4WH2>pJd.E?$1O Xw QI_*t) *Y靪H=b(}3Rtk6O4O~ 9ӶM"Z^B[<NKp3G@ZN \%37S虫ӊ9g/&] X&HKi5V6.4E%)3wV\)5[]g^o|BmE/vE0\a;s,sFjOQfn\DD8F>AJ?L| Q_Ǟ\zH;c?܇_b<#*!2bh-/ԔE"5-ތoh.6A4dz 6ƂuC*E!WFKIoLK_&<igz!$7) +J֩XUO»N})zΨk97 x*D+\:`<4SAcj꾎X Kf. H/`P:0M"d\KN$l&Y緲f-7lx b/i^eO=쓶DiN:wZPoNw쓸Ytm2k+ җW`yW l'ֻN3nBˉ !{6a}xzgt)VKd`-\GD3.In.WCjr .P# !sN+~_8%m5C?ƩчANHRߏ2.z\^ EMp >Bќ8I4a]Aʟrw E @?<;}CJ" ^f]/y7|1T#NAR/wVOu"Įt\aqFԙd- TV ͼ6(ū}EoIk쳎ByA8G*Aր+ vkɭpc̯[x@Np:|U-%9ɜ"ɼd =kRA:#jaـSP)H+uvqv/ /i]" NTSg# 3(r)TRS~c՗(;oڲSźWrO XM ju٤S{:y4 .`qϘme`n5"&/[ xGvmN;{񲯔w%%=N*HG "Pj >AMnd q˫d%+|!In?{`vy.Ml}j/[qo$v)׉CɰbkDnLy9'w(ٳl=L7*4YxR`WDM{7M~+)}:c3U~:X.@Y`r˼؄o){O8|.Băł(#.5?yamy JzP( Bhr}Re2FصR֘50D]и7zVlޕ *1jwe[)aKAphl:6 %rhI~%ʥv?%a+?zN0C}RcD(7+kQ4x8!ŋ% f;HT]%(:YٸJfmJf&Е}!o3Z==Dh:q0w~2<_擻 |2a:ߪ{o-KAPlvfc^ 1 JWI@^ 0Wvm_ RY_YA`6Cv(tO5[4nq*zq8|:@eV<f1o(}SF"^u&`td7fmxTVSW Q.;g})qٱQkR;C/Z;IC^s3d}HSv6sem Hz߱lEܛa(>27R^ gfE1$)*FzF,c}dZn 5B ڷ䔈 QK9M)n=Y`[gٟȐHqqIY`j#6:P紐Px C=-^Z!mwm g˿v?6<"+$ZBnmܯOϲZ Zt$ĄJ ˇ81}kCQ8 ^1I`G+3iΗuxCG3) ,Ko~Ԙx:Ma>ϏRkwv:奫Rdh>{l~ص=I|"zw=VS:aY[24RkTb /(0 q߉oNa.aagSJ. ={39]DQLb^tx +^`,_`}6G@VT%)7`n 7-$fJUx)4q G{DU[-!_++NޗLw?+[/%p ˸\3۞naGܼIXQ"})NsMf-@9yV==ߘ3M*UɊP"vJlSY^AQ$zQY%}v?'>u6UJycN>0R~Ւ)qN Z&в+!P80If\^Ձ=#4q3WF@X:uy4z ~ph-@VwЮ\XCXi%5c풼*Tv ^тaəi &Ch kx"WU;ceGv)ir)oѲߛwERZS;Wm\돻}o M8%)ɿ[ˬJۜuoYiJK+YST`>Eѹ0$B(ygOd ` \]!::JY4(/j>Eݖxǀ8DNJE )?RIf]6BoYȤL_~v4 *P~cwcPR{f]X&H T+wBE7~S.eS_ B#଀MY7W)nO/Vxf Mȿb~F_i!]}Q7|ڒzYs (1ʄ)ǟ>ypaJ.)QQ4lI"&Zth|NAK!x dlTd'%kJA_6 K:QНWMeʼʡd{㬳ޔ4uñ/`jm9pCpǑ➀Lzl,L H :g!zHL|O'ު~y+yZGg,P5-v?R?ЛBqډ9ܘKNJdr 32bJ>(jl;ܽzFR9B-͆]`= ~b+]M;^~S:g_%\ai4IAņ1_} o^ viAX3do#S]d2Oկ8̠-֊t uT>; Q`k6g)#j|%DMz~)*xbo+o~2?Xf!JM,4! qJw&0\Nd?M ^7˽WnV_Yoqeԍ~6{Ɖ&Ƀr43?ŧXp-噑Z[%j~GbfXJp%02qeC fY*e2#<:12hȅ%Tӂq,EYm̸63īn%}x[ֱ[: nWLQ8Kޫn62>ҜݹNJ}FN Lgez+sTY,'9K8~;1ņE#銪8(*'p<CB.(ޔOtf4ʄ%>$^Zg.r8ۯBi<`> +P+&A*OQ\1zR?RteՐȴFBQi@A?@#v^f)n@ 9CRujuۆK&l 3(+4q }KӀ(TC#l PXl%N%$x$ RVsכ;di6 .>4gK0PAh${$6 2~%',)u~. i#vstwӽ(cPX])4H@[N<K' .쟳yQT:CS[eYd@,67nP-Ť>XdTqqf|4xa}yM@H# vrZ*,96BUA!ܰ ,rJU,(WdƀESkvϬ;dطWcrQ54{nwtu(nSs3L' ~gVխS-Bogx488&qEOX=/ZmY+)FA1JYQ]ʈ9*ƙT$@6;[yp=k (+&gG#'&"RqYr {!v2۪qepk$^ԟᩃp|C{Xʐ6*wF E_m1B]K5%(QNAkkK"DU+@xL`"G"75n!9@=Gń) Cbta\v Ulۇ*r/]mЫAh[ AiEF1Vm \B_]IKRengOF Z]@LrkT5?aDDC-׷2d KST f% 1OS8HAك,-G#u' u:&U@6?|lڟ[^{^qc߭W%pwFK/]猵cvŊgsaj[,5Y%Ӎ$%/AT닏"E'%l9s= =T8MY6lϖcci(bk[TzE @fJ/KٗBLC@%d+o\|r( Ì>) TOqgfRheտk| #Aݰf\Z'&L?Zl@阶7HFtc^ܸ%aECA;->e"s9e7l~2h՞d~?mo/|rV^hk)Nfufh_pCJHuĩ6ٷؕPM-\Mn {2y'Pƙ/1e(0쓱b u2|Amtz`)|GXZ"q9j.@7O\l&\} 9h_h/#-v0% ܱ*'2eM|5\q pI^]UzInu\>K9#p)&t/ . ʎ6.x9&]R< Je5L6 2=r%DTzTqyHibXMa8}5Z*Œ!;*WTyt߂/Ї=I֓SMTy^h9)PbZz(C%hF-L/\ёaKO9'dAw}l I-@_GeB/!W MxO:)#\IҨσN'ȔHG¤g薛t D^*P2Q6dh%jɁ'ۊA;7ffkc&^4[CF{7x ]8`#@J_Z4 wAvƱK/ ,KH,fkZ42ж!鄻oGTL;MTLE)v}cTW^ؠ?Ot:l̓ Ck q$XKP3HVT5D5u̸_"Fwam'w^RЦ?1s9-FD]&A{>%ƽ'2ڲځO33rg&u@ќ79Y?aȺо<΃H~wbNe[ynYC|](C١"\Dͭ@gfOH |'XuIQ;?XՏ&v2&t#i7ifi"HY䉆K~_hM1bRY%˶T{?).N}!$9/<n^AfDb @LD{iaat!=,6<_ܑK@?clAi>Yzf(b~Zx$md]Nr|_=LB&!KPE%_.J-DXffɈPg 2t1-vrHJ%5Acj2 XLG^iAf]NOṵM#]Q;u|y@dl6lQ2y%"EXZ?%O #7@o<\O†&pNnɄ(H @iϕȻ7L1bok։?^'s|NIH͑&YK):\ju;Do$zuiʂz3,,6 Mc/?wpߛE{y*艞TKG1s؊j%$g{G?䘔4h\w l:;"xM3!aG6|(u6ë[WJ`a/Fq(7h`D LխClGǍZ/| {5j׽0Q@='T,DKї:@Nt۴>=f)vg25wdq[ꆰc d-Str7wZP/Ơfbj)RT(*1y7Ъ7^HQ팶Hf i$ VD=3@C?قU `jlj{hR* V2ymwzz4 ;Ev&.Mw[Wc (U}$閹GO+0'01>ÒKџ/b ۼOnO+tχOz2S%A#X+b#֑1Ϳt+w]wC:ZRvP ̽-+RF._x؆l#nܨWqvXy/ AC,ٰ%Ug&w-/!%L/eYlsC"3GzRN4Nհ4tOV7UdED p0 0y-Z΀ʅq3%d 3;ܫBշ>mYt2$2:p׻"tE,= x+ۛy |"e2>k}ERUfB.ڝaE1G1WΪ=S8Vu4}pb)h]#^%9@֝gK.Jv(8jfyQ i`\%kwU>m1J(Ԫо9ljHx=&4LlPv#+X9Rc3=ai TT״^[|uaQOOXN~H?BJqej 掝@Ox iN+>955ӿy$ l~N"tG"TZObYIL='ˑQ*:*2ĵ+dߗ=iZufl!It [(]&oQXԧj 1ŷ?feTpQO :H >~LਕRt@]e- .B#Λ"lUm#Ha^&S g]AR|z[AHRw-P?cBЦk-ZfŻDzJˏl*7T1K7Z>J2(`C%ᤛ ԣ A]r0`YVeOe! А0/ \s.>$9|E/[ţ9W= i\ۋìUpJ6 (ez뤕@lbXyar# 氙 vL[_r-J][dOUI$QeZ0vj ^iVPLr9*["MP "^˕{$GH5 _3} t]+;K+jZ1꿊/'`i#Jhz~W{%e9r8D"|Va<$P\6#v;jPٚSPJJEZZL㈨EO"իoCi]DOP?P#^a(x5 ǻ)(.s%1΃-@w}wm72 .V3Zt6eAQɸU @,kY 68rgx Pxe @pک*xϱڛX,V;f<=Kv;r 9pdF9 ZZZ'n4%:,,?jb#lN%+-$_Em>]xsK,<&(*dnQɛqPE)$ j(#<+\PJ|ػk.sk̡gYjb  ubB}rw\6wI29NahyHY*ʼn2=IVZaKr ]̑ݺ2žW7^x:}A:3VƬŃ%+l9CJ;mAsݿcx 'sTzD6@ޯ+hz8{uK3Q$҃ VoZbD/^zS4vkX#0({tۆ%$R6J8sV\6!%gnd?ۊȰ*EWÈFO,G,L|b|pOfׅ^1AhJC#$b) sc]-A(,TDYk樲Ofq";c!bz`M>ޡ^/9f:he+iiAs[F :R9Y6RD”"jjڒE~{ -K 9{wzj,؛2Ɛ<`?2vC@\A?$)S~ҍٞ5n{e >-QѓkVYDB )d/NS%/3FIH՚Ԭ붾rmRZ?mŒ[DQ~@l NQUSHK$=l97Q=PLght0;n)jyl#OSq駙)´]/,3y'G|_,_ AO5;Hn[E-xlCs]CYr몏j$ēGO|1r}>1 p6HMUk$nN`ud( QcxQB- ߇F<ĀL͙s鋺v)(]t3f xwcAu5drq[ Ϗ }407ةNU؆TTBH딭ɗ6$)vW^Lvt ɼrrmc䘠67:>],ﳃߓN)ݡN-q}ԍ0-05#YcAԄ"{-{LGBFa 4dJW/{YÍfOág٩ASX[v%QZ@a_wOm$Eqk>E2i+JD?uĺAP .:Q\BV4bX)}}x{țSE&mhcV0&\5yr)/ lwEb mmCYTXV1H@AdZ5Mkr#oo5`wh|{'"-zEu챈;J2Ty%vu<eǛ,k9p$G`1 ]O`RړsOx*׮Q݈Vrz3mL}U9[nX jAWɄ@ f'%̇8Sz1,z-P~wN brW,3i)䞀d_atϋ!5[uB떒@{<]"^D&$|Og`VNhB p]1,Ј h)oKwd%6Xd o`655Wa6/HG:YnvHHB,$b,;,TV l *У陂H~&-&֫8 c #Đ"`OB P]ێN-7f3?Z!7%C1Pu$ups@sƶ981pR]2"7`!h,E{Pj3&0gQW|hCC,AL]Mlk &u5v"JIT6G]l[kҧ(9 opo5'֚dZMk]8TM\+&69>p3jo^t*?<x~CYf& z]Exjj\:E}m3nq*g(v;tU+t_2אZw7j[W"$W _qq6 ?JfI8Y*DW5$[%v #asz1 3gk ]E+0] ~ij7Vih4 s9$6k :;8=IHssgLFs?9ZE=OFUN#ۖ~|r b"9=-1i7+2nKf/R= l7'e='}o Vv\z _-n{th"$=Vw@(l_ȻY1Oxd>Zt`eBwm^.Hߧ~|;7Gd&iU{Ƞ. iMm+C2Ń&1i׋DE/*#<2)/>r̢:CƹG%?Ehɝİ2n?Kp!ɋ%_UrbꡯlPo5VPkÁኬ#Č4"9 nSB'S{U ئ-B8-(@v: ԈM&q"ofp&jW[}aDOAʩDtmS%M\Xv._n*u;/#TJ$&zTӚh>ߔ8j_ğzL+#;SǣUߍ#J`q04FfA͞<%SZkz'BjďOwB@L4qҟx$uC|sdHyB6J P |#P8_yl`$'zeLWe`hǚ ./qn[|>mg̽zS.fb _F+7Sb%e&<.KSH>\Z໻y[:`Ki}9,)˖:w Ә#' B kMع))l:0{˿b \Kv[u%qb L4یjK!]mD ij xVƈH߹`4eh4D' B:V'ZJZ[UsgTwՋT `BEˢ@$lNY$|CT4fYy8(AmǗ )3-1В6'$ bym='Qvu!GdJ]̼Q7ϡ.cr+rv/I&r3}W">BcJlZֲS4v[ =6ݜOTpc R"#Εr XaW a =GK?ܡ~ ה`^ +&-s3" 0&.8Ɋy֭!eJ8U1012?•Jl0]1 r WQړx<R$q$5X% Ito% Bũy!>zB(4 &򚓡ӪTӮ4~]czs'vĉQCX#7~!N`HdLOÙ3{ {Ȱ*&`Y\XTZȦU˦5%-4MbÜrPZH '?5d>;k.Vh?PQYOvgTb8#+/ɊC 1#[aRFIh2զ2Lt?>4w-#p`ڙً!ؿx-gqFiY~kZԂ[5V4]č^G:`^i\nY) N>h,Lp8^q?P1KɥGJ\NWix墦x'@e_໗nGiwA4䵀;tu5tjd>aK˶Lj꟱{!`#R%xtI;D:*Q{ۀź2r)gFDx1t,^ e b1T] ET9?^ѫ6:hGBa4tVo!,*񤂹 `H"RsxF<$'