PackageKit-1.2.4-150400.3.17.10<>,Ttfjp9|o='[>'+ `0F#Rttԃ!<6Ae^[w8v/g=Zփ;7 ws!B5f_(l4 on(<8vW' BtXJv"h!̶͔k3@}Mt|D2HԔdIc]%s] < b릐>Np`eQ1zTl {C`12>r̗gv3Cȉ<1 FY>O԰?Ԡd  " Spt $*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Ҍ%y 3z CHTZԜCPackageKit1.2.4150400.3.17.10Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fjh01-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큤@AfjfjxfjfjfjfjfjxfjwfjxfjfjfjfjfjfjfjfjwaMfjfjwaMaMfjxfjaMaMaMaMaMfjaMfjzfjzfjzfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d1ed6fbcbebc9da06e4833f47b288cffc6edc05540a84a854556db0fe898cfe0f37cf11c162ca4577169c7e915f0792521f3d477d3acc8959c466caa57040625a8317b46f9520956bd0afd796c4d617b12e677e67972f2caef2e79e8f71c90e1717d991b7913ea07d5224d230a0607faa8331ce255673e3d8a7733f78397fcf789debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a3b51bdcf0aafb35695ee674b929f565750b1b374fb9b6e20915be95c387df271c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.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-moduleruckh01-ch2d 1718283957  !"#$%1.2.4-150400.3.17.101.2.4-150400.3.17.10 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33664/SUSE_SLE-15-SP4_Update/0fc9300de871778ef5b6106a183ca2ef-PackageKit.SUSE_SLE-15-SP4_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]=775019dcded0604ee789a945e0cd83dcd4d5f6f5, 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]=f7a5092219c32658a547309f6358df976e3690f8, 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]=adbe7259ded2a789de08bec5583eaa749f696e4a, 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]=059974cb7c2e8bde037bf212fbd27990c0b3ec3b, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c8c686d227f8f8740883951a5537b3e028167c52, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.17.10.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 RRv&z^J !`jsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-872a2c531d18942cf57da463139a3066373e9e3b49aab39a025a04ee0f791d90d?7zXZ !t/3}]"k%aMscu/ޓs8K1Wڤc Zg-[HHJ;DY9F# 6| D]eK%cUl)wCѷE7 l"$mR*OpyX 5 ەTȮ9Ņ5ޞHY~'<+Got-0 謍LWg!(r ։m=}Z{,d )ȻaYX-c.7V/46詚']LWxU 2I0 ={a94{e|ͦfS:T?gsUr\Z`*nG%@ٛ' Œ$1Rd#~-NӪР[bS?_W QGr@ L+8G#y4;kK*6.-9Dɻh+C+/9y.n R[!6@o:w)/3N|H:_H Rcxzc ,X <@-{p@KEsfU-5` :¼ƫ-{_ 1^*Ź˸}iky{ṣm} i閜UC=M\(t+sLx̠ܩ~;VVO%S` tX3"m^() \ݢ}Ϥb>y2G…u Ƞxn[$mY>#K`xN9hLR񧀂(U1*Vj0v{[HT uoUv [d&"y;MMuW5fj2d#[*˴&XB-Ȓ+ (R0T_{ Yb'&.I@i3G΍UJ II~Z'QղyCc dv(P#90t9D66тr14Hظ"C% S1ܡYQ$B{@A$k|(=\J\ ]?hYdEd2q+yk=ef!k.Q-YK%U~(Gk`3뼲g VsT[zތ9n`bW<̫[`71/tkj9D_?ieо]Jq 'm:,#S/oʫ6@"vQt,i#&=al'[p16BI},|VR B`^w/VwVܟ:r_”WX4n(o,|su?ECMZeJ{| %FCz?p"6ax#x_e1Q ?eIL@7Q_{dQ­5@ȩ] umTK\I2F REDG+!y6`v:Ex0)^r2"]ÚY$R^2.tѦ\|։9C]nf1dsՌ2q;!q:ԝX;4;,W"fp Ň~hJfj*?K|aDyn))m7WuN8$&E|n\wBE~vQ&< QlgS]}ow^E%kE r1)9Ӟ/o0h0j q=}悘MG#[VzaQ5u ơ[70k=%=| B=Ч8D[/Ж\.hG-D16XDO/S*7/b)f,&zj٥/mԝ-U_|ea5 ,|#W?/<ooފT9YzU2TtN65NԹPRUL>rRwY;㣦b`0й/).aBSL4(]d+Tw]6cJb5I ;0:M3WV>f8kġ7HW'"?GJ'?n=%Y5n4װ<$YZAXcU+5eg .[q`9zk,,Bp. %81NM(aqx[ʳ|Zԩ=Д5-m/×DXBj0fꊰqgȎ`W-೗s,f0?Ȉ!<9\flDi=UªÁ<8^?m!|%F.Oo׬9j ) h:=CfqO¾uVPiL0N5u|%ZLh? /Uᥴȭc:cUe("3[DA OYqOQy[ {׬Tm[7"@$ F5Ic@hC3n Bf")̑s `eaP'?ްV锌݇ucwq6QDvqWU)Ѽ:>C&6Nq|l/r~GFt}#aa&Wx{nf^g-RRr EӘ<"oA݌Zߚ\1hPlW,kфuH&@1ffzv̮mTI*߸RWK Hw?6rGLW9!*ǩ)F+ܓk2ԽX3*$u}=r8r%VX!@aS[q^p7H^\.K%;,n+gBO ai1?BqjfQf##S]oV> x/Y@w@akV YnMřv=c| @A=l^+CG5]팔DbsKF~:~ÚŵoHS$߻g%La-m9W~Z7g YFЈyDN$ɔhPLe߶k4WuV437LN|?s[i-AP0#V_AVCJZ'w4|SM;'(N:sY KXK ӹ?Ƚ_AAh$L]y-_L+ˮd_>i0bV!$CA~N\'~ivJĦ%oɫn\#bLԨ]fh 6x4~ZLhX))?h;5:_ɾ Hh}4*V7L,Qԕu3/e:\x_:.aGMH΃|eʼnKXcnU% _e}d|7 u:}$]Hqx¼ Ob7`L{֎Q~6~g

3`.ƉV|ZwΘ73@CUTeSy%T~qT5ˢ|ɱPK$]Kq%V2rhۦ1&! j%Ukd3ܠ][I^8幯fncCاZpt){&,ϔ !4Bg9ONLPk9gN¶VClnbf}7LlsfT/*(p*Iv,B !ZO`#UDk挚=7cޤ۞ pVkx2¤]of+p.ыQ9wo8b,@t-LEkCIrz(kam[`GeF+ ntX' iB!Iu@Atb>{~GpIVm`6[j2bٿ=9=Pi "NS8Ct2l}fA5>B |xUM{s[揸uhBwf,aE4QJWWO``vt{mr>IĬ1Xu}qЖ"3tU&0b-J4<4@\0g dp>3p4rHqp J~]C3){a]| )@YLn޷Tz G14+M|M| ļ"-CB_90OJ^I4|c2z#LPxXD]zJ=g0fMKZ0o}`O<}5a&嵵oɂM,N^P"|Uγ]oL~=OOf[MV M1ߖvIuF7_!HAUOV :2oDK u6AFtPFL ?j"S׼m<-$zH8"RF?f/*z,td.H(*=XRS`ҡV$EzA=2ݑ-'nIgo;P+H oR OzyK3‚@;M^?y/ޒ=Iwy ddA3??[伧J7PUJQcbf%5>^ .BWm:9CmZ2ymΤ>vGbPœã-L؝v2z} *Y!iaԽ=96P BlP*qeݪF?rWh Ȉ{ѭذj` 8!ҷ2X2|HR};1]FQ*nOwK(%`[xNja4хe_%e;y  [wMk@b%"2wZ'z2CE=ПϚkWm(U1E}vaWz)Fkۍs-CB4CH{6gL뚼DP;Zz1`fSbNڐ?Kk&$X*:8.Cp#޺ ڿ8C#cֵT3֙{6o Kw^1y ^׆in&GPh'H jTbφlr+.6=nDMy,5L{]%vtKH4.oq{UUwb^"XW+bk<^ @j?;@3XKn%&eRtMmQ}ƣ <*eigr 61@:Yz(UKcV ͽA@LȚn'ݸhoDn `GX>KA 0sfFZ<-'p f;Qu"7AHtb=(]X|ϹAiz4CjT 3kфPĞsWS)”̅Vl]o#y>ʸ8SJ qkbXR|H-{Zp2>WON<#A9'n>WHA蚿VDA\2`ArˮL|z[:71Ŀ؆N؂%6{G!9؁4H!rg )BAGFI/E.0.LvI'269(ì?oėyG7>q\wST20w2nYF {CcٽǴgq٫: .e"^ܹ+9 =-)%4@[YHaa5},=\^OU&k{s[$)\ OL(GcI_ͷd2D|fȟ"埮c~=+iZ-)Lz|Ɨ$CF 0jf|hP6&@ݪ<#)pV4$?j2,+~=E**?:$hKHQwSYTˆ "E+i3yj;Hr`O.̖-dA Qh?[dFN{֮^f*Q8U0;MP+)PTzoqry,$ϪC W={9՗6q 扛X~Kt6B3%=nFL؞.zTA~SR3ETU3ѼLrHnIh".alo`nG9)1k>(= N 8l +6%^SIc:ީ'[\b#L<\Ptu/%]NmajMk_9@p~i9b/ɮ%?pLyqu *1F@[:Q \H x6eq^Ql=քaI@~e*l]AŒ"Z_!2!^E(E5@"WgsG6D.HmO`;};k`SqIv FW^YFr/G Op:>f%wzB^},lqr\ :]dZŒNB7?J|sk BU^4iXgb'/ФGcB¦HQt,}+щzXidV?.LJ8F4ьt\JjqDa3g( ގ&D[9eRlVrJ*bu^(:Ŧt( > 84 'R?#QUSScly0Է}$K lYe1;ġ s-\YdDt}^)p.=a-مIK0gplv5GwReʐӲJz?@{б* vWxju7;B@7j(:g 1f:6+)Kt@lVq݊le섔Wϛ*(ϋj~R#Km^y$VUʏR5wp] V{#C?32 |)ǐ^RiZyilMI0ˈ0(3)I|]-Dֱ:4=e2tX( yPH!ntovD&@of˖51}uXmCۺ9l|{o-yP Z/O'0-czdPضRCޱ 5R.aF&ˬ.-. o[$3iH(wy#mFq:$ho/)&Tu4%bICl/NȪM٪,i(COo <żbK(ZlcqINͬA!Vi(u* ET&դ,IsT50EkQ#|­3Ω~-f`IIIto-̨lu- $C?[̠-,,mٞ;6i') \̎ )ý~t4 xl^fxeT۝a6A^oKz7jO.!;".JF"4Aj[`_YDlBM/W>˫[@HoҵPQV_jH3lh9)Χ&%[$ )eE<[k$^ibt쥞k_*QagO= (Ҏ3 UmMtg}(!vn]EH!GPɄˍ#l\Rcmf)""4 U@19#4JuAt;F40>pX-q$&H@Gu)zg@ly^cü'-E Kô{iAm)~#dsq3IӋui-?1KUP0 g>05>T]@Dx/rd ;Sh/Et)"$k/Wvt4!bLaJ2J:k2kI>`wxOF?>sK%#OZMH6lj1 NKus_cuOWee/„)wM]-ntJ#=.ʞ k{py,f僑z 5v`xĉA0s/_ӽTT+tPXsہk*œSAAS%vb*%-Ypz"jiMք}Ӭtp9$]!(tH{iÝcҼ |!{aGmBa95ήe_ے6Ŋo'ƥR=UQҰuq0:o)ADV1o-3KxE7ԟYAroF/D73E~҄_5 (E/1}\ Vf{zjeE;׊0 ``o\OIBc\hzSж^}  v e+:;d_D"tj2SeH*,VE|'aP>Tu(HchC _ōqLjJسq_`d5O2zbzi`>|ᅲyLv葝I.=327ވd܊[J8{%uC |]D(ˁǜ/a-ZuF|_Pq8 C)2պ״t*,fM(oe݂s#J?dMBj*ŬO5sB\AfX=K;=t3wN4D5A*¾P X`$k ~ .Zll؅RP4qv!Rwk-aČ̣̃T=!ñ5(\OVaTj`+]]1ěl֗ [gH-)egw*91sJ˞SOu F,m7&q6'J&Q &d~T8M vB?i> {֮,3TW>ھ}r(ޮx{r,&oՌQVr`f<)]X\4irWU$D.cٮVyȲ`n]G)X!9jj͕aY ԇbW8]3\%?$o.C6 FnxA;K)ڮ02sk~ɦٷ*ɔ ܔ͙ٝ@w!M:qQU/AWGn=|&?mU9FXo9vnlqhq.~$^/]X ƞGmԀVIЋt\0NTV8Q;ޢ8 k?+Y.?ˋ6GyClR^Se1ɰhxS^>̷tR]32 t2X}y%}q$th?X[a}ݛcc-گeuI#jTd aaYu!/0%&ExΙ|={ccu6Jqt3Fj>Ӽb?ϕ LbC)|F Оo6Dhhײ&9`:u1 ; ',[N8)&[ }*Dt5ߔWh=אXU78fj&BOZxbh^ 7^dE:X.utLr8[Q.N \Od8}'h=S(TL@Df*+:cL.q\ FMq`mb_@6}OH 'wdqlH^O W"*!򢋶ÆY (Tcy&ěE hĶQ?ꔝNB6>6w0_`%ȎȨ]5]z~c ;Hf`dq($s pګB&~yC O1F3iJ7xFk|ef?UƐͫS)+5ROlt )zՉ0Ar DI40tpd+ FW w58eZj]pmLK#1 ",FHH AVC"I$iwir>nqVufϼzX7db]LE뇣L@s wrߝKTn%7 D YOOZr;9rNxy}2YЯ<:)ۤxPw&ILZcs4WH#"2.h3F\9OS8@^pdxƵs`%g)rq5agpm({WDqg{qa!Q,X^FH9j_/ҪӲH:xv6%bƠ6$Z"Pl 1Ce B5-NG syEFgC+"payRF=@jyH #Vs#Dl?T.DËuWiq 62fpsMSZ)SiOϒUg 'OO#+a8_a*$;b_K՘ It!~QtG:]3fχ~ta8i~IHk1P@Q\5Fsr Qc L[_:_t݀BmH(6V&EAդt1RDN'pd:hL㹶Vt#+:Q^JŜS5oS0UT#ok䤽=V2d7|QtzAlm[ԅD jUBz-g\1<"% +0XF%:xOy M5-=%wDIa/"vC,H9 Pk- %+ 7{o͡g3MYI9)*\acو^L%܂F-wՀ)qL x>5ǦiYQ\?)iuJB³`84}_`йNMaUwl;UY]/KW!j1MiŚjR@RB9r*4E&H1Qf[gW,Cx^RŵLS6~u[:);b?+~*M^V"S8/X GU3@ lU¾rqiϑl2KXpA37d*xHb򼻙? G$E={;` ȐTa+ZuhJSü؃oڢ׿Zžnv1cylW+؜$q}ˣ2O;΢sv0/[W0 Bxq,&/H+v"hC v[ʆF*YtEui]K j_*sD.M ƱO4C!flg7{ץ"$uƑ&*U0R: 7+T{ByXch8oƳ7L m`v8rŵ\_ ]9rK1e k2hO4vXx9[ dmZ`<31U6TZG,8Xl4bN]0/#s}:B7h)urktZREcoBy8f3\EuvlZA,A ž+xf)%\GvdXV{7 [J;lUGCj4뽁7A]ZF#r1SdDCN*pUq XNdRgΆiwpi!BK4U) 6 IOtɑg;jZ}+@⾼5jRئZ9M^miΐQx̀\kz ^ޔ ۜsCVҢD)ﮭsE]5)QΣyy]9I5cnv/pHG&lNt4H7M G&82THLje3O'՛4yUp|w~Z,"g}/Ra//nz!; CxZɈVk7Cxuly^ukI"vFpu^[(/&j@܅ GK▓ yx2MH@3aa4X +?? PHy@" $\C5eov{$XYY}(hta9֓#Ȅr$\x#t_+A v8|q>plBy[F:Rn!HWD3'#,C~c,"@4Vv0v,ma|I6hlZ*h抔NcgQ R Rx{4E*XYf3P&iSI^&?Zq{8N%$QA+qpE=۝B)nt$ypI dխq)Qێ*%@"D s?ШPmme]\lb=ݼUKxp<ھԄXcRW^aP%0tXsIWc‹5zcE̓2"Ϛ<2e_:T1^=Ţ|ة l E)Mg ~E4B뗚և:+1Py<^.2ݨ >x ˮ49ecX+` `*z*'MK۔t cƕܫ^ aN o.㶩QTڤ.q(kyGM޽o#q;ȑf3Tay;%4#"LvtHvH1 qV8Y|NIV{mj} Ư+T̿`VaJ.HT+2?u "Rj g3p$rUT 1&KfYJ HK2Ajo6ˉC@5wkEZfGy-4q-$l [N2]n"vN(6~;q>Y--? V[ŬgcMY)DDq' {d !/93Ev߂Y/r/ w/A`.X4y0i$_E#@ThB3VVӘfD\ 7V)**AV'{mttnߖ Tt߶L Ak5HP ,'U1O=L%gzK3hI^n>B€/Lu@xm`0:!0G Im>ڞ)f>>Ɗ4, ָk$_[) ZVO91 iO4#'RNj}?  Kl" uα3ی]uģ\sgub?A0X0Rg'57?I6kx#. 2$)j]>dD?.3B~(0FR8||U-`4"P^A޸R⡁`}2%{hۏ6+#N<]b&o۳rܪo"oө$ҹ̣<DeEcR B\!\1X!n,mI,KYt]E# t3D 8`K)Ћ]ð)L˨ TD,zoϣF)BVTo-N'4n0nD|8>vй3R+Ϧ'm0@Y{A`LX7(];SMcyG4<t:{=G03뾆=WF6>?cCUU'}| n:xt˫e#+'F+a#:YTakNض1:63_R.՟ '>r!.CnPMsߎ)ۍ&LrZl]sHiB5\ ӷ+V*v,&?S=~7=ws r:X׈;agS](o@GwH*z򎫘?֤塨 8N.gk1!? +~€%ʙ^ ,&?%ز8%16_zmA\= &]g?pYvYDͿVID_zu+\rMۺM4ǝ2(~7TIFuO&/ԅ(,QL/6dzР޹ V&D+c)J׊) 7Q+Ӥ*=G2V-qZ30@_VS :2t  B%2>.  -pQbyİ]g;1e(~Рmt:k9"?au13gG0;sn}r'BDҘHcҀ5/(&RQk4#`J nyEm!կt*p8#TNhKCԈlo= bMj(lvͻRP4?lGlds}(>||JՁ ԵMi~橏]\1`5vxRDz{E|~Lĥ_ FY:y#ӞFZ@LRDbqh 1YHI}: R,:IJrKkPpO;eO2fX 2[[ːvLM^*+ZPw/c~O/i.#*Hr.䛬lXِ3^W!h]/qclrۃG_b;_O34O >)=er*@^JjflmW}+>J6ՏUMĨMLd?ʹ$_q~Sgp݁OhB?$%t{Ns:Ց]ih`E ".z JQu|qIG4"]X"M`ZXS)g>sxifR"JZ*{ݝ†u eh*h:)ܩ[x跶 b+yhNGݛ2=rrdpwqgӤ}Q7@a-0گ(_']#/^b^O y+_UbU3"SfH*OQ? {NËGJT{MB1f$aߐ+JO"f ֨?4! r\i@ȕ}(܋3Ho1@F>k& 1Nק߷Ļ(gXrʉ'v yh ϹsxLskT!ov3n`^/C ppEoi6h2m&Fd+[kzFOHL>ӭx.+ux:\v0ӕNTłQDkj?BԝVv zC`z ^UHq4MDֳm,GbC NywE:> ˲p'\Xj#{)餟>KlQl $|AR;?@=7TΩEpC@&9 qu:j)qB8ݒ@V w*aG\S3Pn ?%璾}*@yzs࿑WR?('D# q-k51'@ږ=DLb0;);KTFA{o>Ml:'+Xiyh;:HORA@fk?ǻ(:TnïR4Ngݫ&Ԩ HijIm!+|򸵳ˡ6sis4ʧ]i%w(/ %`6 ,7?N~6pH0lz歶̆J6}ݳ0"}x^3g*Q |i8uLTbWȈƴT.'ӧ~Vh]2"~@ȓrm{,u[)?|hݩzWE]GܻfXQbF,ċ#TQ*KA$ёY,N>Jh}Oݸ9c7Vq\ˊ&SzSyj)a=& q08î A,8 % cUS5^y㡚%)<΃r>V4y_b9[pԿ MA h J;B撠T?ֈ5K%"+p_Jx(d1ڧl}P;7 (0xzB۪6bz/#1a[ ʤU0~!MVyP0`}}"&0/sHek@fdYLYN} E,P _dB-A4xan2ViF29|Yوg\|O ]Em5锶jò+&(6KseĽcGeR8zV8iHeْqUY`0)/7?>dl ђ s-KCS׈|Oy prg$|HsĐf.BGCN泂G&3}]ުEvVp8#.Ӫ$QTEŠscIẓpJoe-KI*e zƓ@Jǒ4/%n$H<4 /s)5z6.pf 2nVA[Ԋ_Ҹ ,}Kδw4ZPo䬔(6TZDD^DY!k-ʙI8ϊ<:t.6v~A y~̞0Hp,<%DYo:7WpB_qMas|R^GY\akAsN ~Y߫ USbxxbmh~BT%\S8"F#WF>_X ̶m(!7RixRA?Q;gz"MM:R5j }TTw7N<캠OF[a!)SI7WǬE] o/9Զjtd; uz2I\4 N3b PZkpI-@Cx؏3K)TCs(Na1f2m!t`~t52 x-@d謹I߆2rU3 Ü .ΐd׭\yJ<{dt?Nf0݁"XXYcim?0ydcX3.(63xqu}XU?t-2AC$qյ( /wgM@C*eY>__!y1XRE!Rㄉ$k(ә Bq9nfNKUez{3}s>t[}Atʱ:Vzrv`tbW>a>Cn@x t裏[bMOA;Â9\iqW<9!CBPs+׿h3]҆YZ`CenawjGwH87Sx[{93-QECp_"'JKy^0CGMQ}b`y(R;oN5.o8K- ;sh;s(ƛ&H,oNK|B@Y [ $1tfRQCer:6MQ M<^H[\r"D@ux7|jS—]+o$k4I`A];9Cv$)r<ѩՂ 8Y=+9ھO ft],81l %8uX\MOT;)ݎPl7.:mS;/]z  NE}P\2`?IGJ󏎥=;ËS6IL!K9N#ydn͸O>NZszlۜsɂ_Ȥz72D*rrg+嗤qAM6@#ƒ>*50N>c>< jytbz$sf ڝB="㞃o^d}F@ZKBqBE|v \U$r0đ 3z2FJ53B39~ { 0ܫ H76i#I`ًHH8f}{F(oK;F>njؒ ]9*twίV4(vh/ԠflGf>7֝& )da4Yo&{!1\E"],=*א)MtH_eRyR{q]&(v!~!p;Tj'ސѥ{u{%c 9ײ}B-Uj櫃Bc%m:F^PudG~~Z/n2D fTSߕuΒ7Kx,#ͰRA 5K;R&*Gh>SH?_VW9?ߗ`}d]0LQgq?`6ԱsTG,PUhò qߏC1 q=7fg낍һV(zSR1ڢoG$I30rNXCr wMG^=6:NY0K@6b(l ^yTqI:6 hnXU0"w .X _gaF0* ;UEX#drb[Y,Ų#k <˰ y?%{hU6O}66prÒYR `% `Kwj[:6?#d\Kqr g8L@CO- B%ol6D7UG+9;;旦uVIVaȄs-+=&ǯ be[PK%~a">n)m&r(zu܅JȫwJzςuYjp] F\U~dHeZ' 4"gu "hgrUMRjMLH N:Ec5Xr@ʡk9I+NTjcoÊ#!9j'̾0 k/C(/o/s) Iv Ԭvߦ&8@Oc$QRA/0⑹˜R#MpE48xz'Z(iH5'Fqtg($* ݒt3;CE w_j agڿLaƌ* ǩS^Է5uL0Xz=d:Ϧo e ^7<|qa)bTzTI=d P_:#W#*o< K>X~&c9ڕP`^h;;qf~DT iKXqaOSkd-we8əjӿ-<^2ߊIl-$kE;5#$iTc8PS/rtX$Iml "S`Wk!ژ d>W i¥FM; [@" rZ)s &`aHڋhݎ AECd? "*? >cȯms6Sx97qA4#`'E$\t}k6OaٴI!((p{RLIN0[@Y:̍{ exwߺ!'ƸR6:c(=vo YXGӬ]N R; *asy6N_n8ԦANr҉Fj1Sr+d}a%@os\ `&O5O#\F4sv44Pa -.[x btá]FrlBw=bs[&:;ܞw)O]/wc[#-_[{LFC(V6-x1mHo)"558! /WLfkH`5tƯ! FRYRi+f@˙l\dHmd4a_b yb%UO|| !t :(|DMc5.Z wGMFg35'뷉ȕ‹FWwph~՜.ភ_XU:H{3?S~"o WHFe#讐ӥ ciM@2zJ2sľ*oMFLuo䥄}eCJ3Ivw,r/a'XN!^tD@1v1o7IO* ͭӯ >Ќ&&7$,Ur@Y Qw1,( 4$"$q>GIRRz8L6± J|\z- 3D26# W"I];5#nHL|2*gPsS># 52,%[?Wm;AӌO_V]$( / nŵqqC%i kNcH{R2g$NcALR^ EmG )Eze9%{úۭD:57D5Ie>Ԙ[ޔyF 3bW5P]$ֳ"lCtzh_Zo40mۢ! "./imnEyL5]*pI[f(S9̸k[eaxjR;J ^f\E΃4ryA 贝YvЕdi2og dLh"5mʇ+ &זKWa^R ')[a*DJ>]zMƠU>M"8rUDz--8{+y-Bq1LRmSHݕWsl;4dJ[董%P}X\x­№ ZZ]dZrbj5&G^= ;$ FyAgK?Ayv_VK0U9a\9r;  W2sB s+ &kUUYb28(\:SCҭ!/k`ǽZ95Xs ǏMϟ7Dv5CVە N"^YWwƢH8%DiWO6mhG:GvFu꫿ iPeFĒM(l'8fns;-:35eEt0͕CH*'DiCXԑ\n18/WCaa&n'3-ڄ$RMp˷ UEʡ̳ /e83zcѦga[A@qim,vz"[آۣ V![BbvG۞Ϙ B1Iqihw[jQ Gp% 8( ]δ~<uA^Kpd+e+]+^*!*1p1c~oz'4=sUk1)`?|@&d0"S-/~&#B0@^YS _;$QuMT$LY {z^'cYDY8$ ?ם{7nk"0c1C3`s5>Z*|kgxyc h~,,rcr&02G])oX,mCtⲄBPZQDe"cQ u{6˷B[H> >Og6hP$ljX݂7kOtf`,EQeu4l5Yx.SO Qgʘ-ކI\#~ȕ}0BL\UP16GI{bUA=pRo.=DQ/ƥ=Lo|E.9?1iAM%,zUR7xHVcsc^#(.[pF &%A~yD_ )b"̳+;@'2!Tb,KD;m(~D(s \[W8X XXtwn Cv6 VS?BxIӨ_ 18>X3hyrU.w8rCRu]@9:Ͻ 8=LiԞYCK{蘾fg%?a_CkM4錳Dۺq[?I;}Pئz_hߜ5SJ4ZxBJ=6Cgs/I넣.[L.tSJzZ ֶ;jownz2&7m'IRI 4j `*oKy,_DܓHXӧsK?$3]m&e}"́7* (/̃UԕX){KΆ8Kk/v`i: yp?vS ȄaF+YX!Zz%棝J>.yxm٪:uNc|rٳ=ܷ(K˼}~K4ע06{Pu^K6Ғbܸ{6j{^#/>1A lj!Lc4y:6ϯ&^WJYa0iZtTwk ̰$ěɟrOalzD%P0 vOI^ igY9;SELIvNI֘3^bUr IН<@$Hg!vqDQ}`ZigK(RDs) rѳ-aeim%i'y^DҌ;*j`?Z +mfkhqc_cӄV6s0(Vcz "b; S|+^|$>"֯+ ]wIAD3Wއ=-<حm`?ĄTfcԍ܄P>]"MAP c0w:YҒ#5kM"ff(ɝ(ue>7̟M,֜"X Ċ;~ 2eF0sÛGhor*d).bhՂd]wn `RB_HJN xҺ2 D Љ%Xx5FzM9 w`6 j~_~rdھfy]E@W1_֫_,Qep6yS 7m>6sZg wHfҡ}&OWOy]S_u"ahz ٯ"_dmm-X$ ' ץZ`2fa*(e 2P]_T>CE{rj\YM{O;6Z"O%bj*;i0, u J7jBSB%jTK$L[juҨʯn981h^p=]-|.Y[U9hsgEcfrKϯ0_l0D6Q"W( r2zşO8ѐBI>A}d&~ rhv rBlC. r4 /eQhE 瞨&T!q֭{QB'W}fy`E:Pr,oz*Y>6rb]db,XأkV,и9 Xj1]3OPԪ8@/Hݫ6@oeACH#~M/A'Sr a؋=R[=e`"ؠ.- > o~Q]cD}{܄|9i13r9~#ʿ!f<Ză2LD <ŷL|S 6aj8sAa$(Fd^e*p>+ ܚQ2lP:6,/>Z._.y)dN=[4w$R !S)KJ*gPhO7h؜QԺ5Kn'[c2kILen1Dڍ{@acCp!<%)2C75X7w_F# ;m1C.Cēv9oe/n8 o+-#zObAj5D]j\l@ G`O(ծsn B4JBĘ5^eo/J3;n>*N6'? i15kVGN /+@2m(x#jQLgfDtO`u\u +AA;]6Y@;qF/ hd̫Ğ{M7+-t yNݟ8 KYrк:#p!Yd vrUNHSjJǖ2˝'%,r*S7+m莁,‹a_7MK~BbۙQ|ڏE5v)mMxR8Sv7zSn&pv*EoVeQp SsCCV}PJܯV[gs>ǡ0oLKGK 8iY_1(~?iS?Ċc Y2A%r W8w5,ضIlOnp.f:a9c]5hwъ\IoY/N =~V 3Q\GwaACk? ^9}8A`am h4wHNE^^kLg,`o`ש!3ޖqa gIA_gJ0ɰE6*7H o5nEݵw|o?%.Y aQ+票q.Jm^0e=BM 3lB5|t& ~)lc>YC,:D0CӁnw~?mڃg7LnAdf6rx {LϿ 7+C LCYYYnA7:\bI{Y~Nkp^ q]! D\գJ+w:LEJ!̡qq^  j x׬+&~"6o:i \%5ʺ2}ٔ!΅RݸMUsB1[n×Zxw7ZTOB~|ց ŒPov*v(gsM*^1 L^KĒQ-` T㞭R,lҡjJ~χo~8x(Ē!!OEGڞoRA1]PƠOZ7FD"U+ S`F]QzS[G}Tx+i0O\ S,z\/}hv=zTwS_Ok @OI05;80iRTw9|ȫ`:KjmU3Gp6N9My8q8W\@ET'j]+7 ԟ$}p"~H"\K+`Gx;+ ιPH3%]C|@֑#ܴ}86!`o/ *zېąՠ eɤE^eߓr⎳mw.=9HQ) Ƣ'WY j5)|,g^_ꯚ qڛ|,,$B7J첸& $+madWط"|M4wh_mVx; o4MS/J/ C_9R/x/5ZQ8*Q`~VQ0i"fM`y@m_ 6!`v bK_Od.߷ZU:R3d $JD=jWl?B> X2a51^,];֪,xɭmN j u@_&K`1fʖnL)!q}A_.@]ݪ:VQc CLvO'=ko#k[)~vHt{Ul[QXHV͡F[jwY957 󣮠+:t9dQiMah<ʸ n'吋ʊ;nܩy3.eeXBr"R=3ߨd0y)\l3T8OKa1-ThX*dZJXt}֝Zz!+ ;}YvNM}te➡I+d.yfps nO*<)uf(K>u[ymm؁vV0rrA[-Q, Dw!ɓ)1΋r䚍;W_IZ:2 Pnw54xiԪQ7HtW9KA Ďv) sa8ܞ2Pz4t=vZ'@yvEK}vEmk*p1;(S7U쿦w`-!H>V ;xJ;~8? E0w%@=X-,DIu24g_0s -EՄ}9O&6g!ǫhDzp`~0K̒G~–fsfs ZA0ԘļY[^,ccodW2<|`W^}9TY&(JLZi,׷n6}XnySaz;Ƭ-v6#+c)1f#5.5HF$MD0q(Ӫ-X@:p][l%H:fa e1_=&`@LRE5ψ.|A'R Q't7,Zwym),/n[YoTnlQ(}_+ku{;oh{$ IKag)7`s8GPJiDZTz2'\Z 3%=$S@̃kfXKV w ^7IZ09W']vqim m99B5ӖZwf%=U8z5riYdʼ`o^ViZ:' VW&tNaC5'.%28JDZoaMTeLis|*z$U'o*ޫv(1D#d* {t君I1;Uƨ'>^gMWg2(w)Y0Af.Ix{׉w+IgDTr\.I͏ym<݉#M!qN̴J%,˞qW} ,++m~[^}FcH^W&45kB $ʓt.W̠ \ FYZ3ٶ)1  Q؆Ď/6{DX#܎;H/>2op`Կ~T𩈤l>"lbH`oc'+߇}ռHA5x*V^)):}of')C‘ u틛tNLx~9N/LX1Aaޢo@1?(2Y %Ӓ 1xxz:%ϣ5׻EZUMӇΌ@+@|$DArjRM_ʎ. tO Jfj"BXqKm2Con}F#zP'Pg) ? RG=?@6L!u.KB-wɓF,݁mԜ,#qiJZ"'f ~H0{ +jCopgKK7vmzt~onҦBm\,Q 4\D@]ns`t]q3؉2t99ԩX!JF!OgE+!5b>9?Gՙze$qp?p) w׹Nx/#MKND}@8$$:y|h6}.'>vX81ly٨lëxux='PrK{-EB|[7K/6̇6= cU[)Xrb5Sɴ"*O o :0.)k*.ߟK knf2 Vƚ"E>Jŵ$YlͽlYALMB^oa;{4Y-} 0A_R }'ʎa6cJBNc;–~6d"E9u~eVP4H )jm"xUg^J}(e>q^yC=-v}`<}!NE5 )OK㕌/R_rU~)]bBzGGْU^ʼ=|I^D|#+ɑ7g;tE?N#JFB<2x[T ; n9fU>WTb E}@PdWfwQZE/bSNfD3.:ৎ]2;i)Px>8ϊ[ѐ?QU-Vj}٫u`kߠCwy%+@RBop84pCBMdvy)5s³7V $fIhTr骞gixBŇ3o'F~؃o%j8KPbѢC* Tns!|Oɘ8ڊC˞tȸBu;gd*r03lѤKދv*yU WR}>AZnC'P)ncQS u6'-18ٲQ.O?iĔ&|Os$7MJvϴLX^ܖL~srNmW 0߾e4~NG 2)yuAU@`O8#s?טsҩŸt$3JOS4ve7ih5^ׅzMFm ԅ4rseu:Zf1HKp_7~OFwlX,GfLkKN-^ٺ_J߼5HxDn.% WMo ^@?pb%6;Rg%~[ k0-T''hsri:5kH8B9܃[SJ= kcnnd"(&5<']=D$_RP&?%0[aHNp+]~4#{G"ralNeݻ{t*Yܷ̅Crr5mz]Ү5Pp N 8*;fKOxhTg1\G*.~ՖۈgW4))zZwfnʦܮWH,P)&Ok %,/?иVҦR|&ƆGFsrfDȼ2hRFxݛ`/0j~@2/H 3,)BK Aq4b׻bOvqVQ[cakcyV}v#1fC_HEgD^jȱ iwaڔ=q冐fbyѨoDAg&ԯc(型7#h,l7^0cP맸&-ݘ[)yFl׳s ؍jͭFQ{r,>ftpF7?3 qbBRIoŀfX8*SUS}z)%#ʾ~8Xu8(R G@h>͗\tĈB6DpRâN =R4_IBxe3?YM .v v㡵 ٽBEA'tޢScδ}sS/lD!Ғ157WZQx1lK\+ͬJI_[~ɇǙǤ{ɪYұ^5ND*__f^}M ke0ЍH ܽ fЋi\%%-ۺ=`s{4p][ZutET0!>s^e!ܚsr%xDD17pvj̈́RIy*$ [!Y"1*4I.|^V:1j-=.IH<_)1y: d$jf`~P [aD34+L޻TԙA B\[a/õ>QRNl8Y)3a-a~8bAaܹ}H.~SV"^,?$ {xXe ˲ǀAHnʩ IW\61"zb?/6]alT Y |k-xʷV}ƒն GQ~,2R<+JFX:W|w|"\5 [=P<$47W-a*/`uW0BbV@AΗŦ;J$$ 55hc"\V Rb75aBZyVt!5HA&;GuAcTRs}4t ~J_FpXh~l0T/؝ G{8<9ު Se:t" rF':OI5~:Bvcl`h%7eQmq@S`I0\a3XGa%l՝}S6Փ 5/UPC֔77'i^(XYrRxE  }p 6Wqt(' T5_L ))2/sFDczz ~bF )i {sm\*Ne X'umD:Jt53W$eݓxT fJ9C!`啭8f)!p8wsC,k?b`$y UȪ1d>;cV\)o\U.?xkd',7أ_]_(qfmU+=>.ȪUfs}$KML@Yya!.%+;*0fY;md r7+&F T3\!> 3YND3eȂau~h֭>(} BZϕ;p< PGc[?,G8ogy'-Sf}]Fw>9mŖ08YB D 5ݾ䘔 qM;m9&`0X`ZeK.fhpL(k v}U1|804|] ;j@ ~Ƞql$$:-(Eԭ2ٵ,_25G@qsR{ 5':v"RfCV]OѮVK'0,nd@nm),ߔ g#'f*k7{Jaak^=a& F3(!zZ<-1># ; ,y2~A nX.<!grv4`XvOxl) CʙgT.l3n" Gi7koy4Q FApfk^#&W Q璏 :c/բnB֬`|˵R#~xGh6u1~OaKх+ f}>g.c4%pI[T/=}8Kb6@gaѭ&DKefsK bB([a92hNNYD\<v&" ,B0f-nQ#QhEރj3kRšܥ6Ԉ*vYXi»t&ެ&̕K;ٖW~+QYYp8{f\٪4zi9^x:ROdYLIQLPpCM3US<>vvFM]Gǥ@M,@0pF1KQn& Sp 6W9+&">?MӃ3dwޯ6R .0UEȵ<9qJ rbmW`}S8շdr L\},$(C|(Z 9t1]A8̣qQIB1vUlzN&| r@n[#K׌y?v=\gp%er`/FE.: S;z(SI8Dz0q{=PВӚm( 忚mǺc7m6-sAJW$/ȅ_W\V,G 6/pcr`>KNbq9I{ 9?cvn/о^EFGX]3&Em.ڮ&@9>T8". 3 qd`Lh(U|M1QoC>qsCb!݄GSx\NV\g8^VFd1%k0}Ar7_"MDAeH5U>hfJϥ-Yиo~i- )r(ħT"Qi}e/o/)m/O:H)I^ś!G /?MDC:|e*Αfޢյ(wB%!A}3QCiTF;X_ zYHaت !?QWrd ͽG/goo=ls%O?JשּWҗ֤_IIՉD~{'MqSJ,)^@W }x9O9uPjAl 8>=۳5/ÆnrRpbc;x4(*ܟ$`험ӌgRC+~z{YWm3 Y+Fm80y=iCz=]|a|)YQu_PxR DA]jQ܌ h xb1}j$*~ Q"-UnHaQUll2ɪ^DCozqQuEqH iO5B[a85^ :Q`bQrOﭖ- VĝM5$ JZe9 垰 J:a$`V1862ѿHhatIe|dYg?5鱶zrq?~Zg׃3 zE޼gЇ'ԋQҩ&4`uLTкΎ$H^uRRB9.}AA^ >ĂyQ$MqO^\{^X Ӧ; w|gmLp78$ %P {vߤi5_ӔS=ihc1 y#xnSv*=c&IbhuA:Y'W/wrL T)]8pS ⩴9[Gՙe}2*zgWuFq|/X)^LY WMKn4' [EXضD.HI/0@ұ{5ʕisLc/…J;xg.M)2(ӥM8˯M<2U zj|%CSI.S _E\di#%a-y\.0BQ ?nԑQ52n@F%QLPUOZTF" K}r4,EH(G>v CBS;yoU4ЩVJ/kYMMVIRmJNUzfzTuR eT[7w_(תbbR//s}ʏ1e{Bպ_1עsP8&'0dSҿRa8ƤNj%_39^曲\ð&ΰb$j|ڛab1Fle IĭїULDY1 ƒ5FMJij=WBqT |zxJ\ f-f}f:+OsU.[mf;lV}2i>+H'_荽#E*WgQ哳[Rw!sz2+\NHbUVfX"yvKQa ,#m:KJ,Tdbdmi'﭂X F6hX*;"8VGlIv2fU8ɕὲB %yPJvXT2s VPJE) 1;6)ǃ6pnC0%:"Ӵ{`SmuRos!8&x8[>DέO#c8PUn x3]&ƱSF/m$"*#u('3{*@hn-j IK^&BS8P$f챦}bbXU]UO~1nQF(H}f~+)qݐ$%~QVZ,aj,~k~d5pZ-fI5s%O#O~4m\.WŁNvcSõ8&^P-ky>˦cSxK76AΓq(myP|LGl[M|)w;MnQ]  G.Nieu'DZrڑ؍#߲֨|*$cO=ų!>]."&>oF3?&[Hc 5SCv6~G8oxlO`fܱ6ƨ#Hn@w$>{vȝFZ3R,u"]aMn={#瓣N'Ei}{Ҫ)"s˸J\%b+XQ3ML۱& gh+0qk\NI+-`M9#/$q}Lژn?6@f@g4`YV}kR^cޏBx?K~&b+e9 Z{4B,^ gͦ{QˆD*.q7ʃ_`RRka XxC*xy}\ Iwd8Us!m,ݢG?S˗E38$@'ʮv8h.b2\9Zjd8 zF =.~Z5潢 "/=3x'7S%l_+*E9NqM5)ѩ]2fiXu]p8j|SXpY>LvN+ Yq˭u,Eft̊1h?/^$Ib4ЂM2fa<@@pΞg,`Uȶce'W N=\O{f*^33bUJJ)'^bP 5Ԍsi-bOHcC5Y^Y,0o9M^rhGt؅-QB{9XЂ 9.d@őhwz\^!TZhto Y>&Ѩ(=+7[Gԣ4Kou5PTO%;$5 $JdĹ 4ȓ2+D1=) ;Q&lBĔ4Uy Z-;+ME^o9_~m/*K nq;¢_LX▛!\;-A+T#-EPw 3/Dj94Jk] @vǩ2tJݶ3;T vGl4ߠxҚ;qj {.+(Ro%{Ag+k x͞Je ۘTY>HX#Õhx)XJr3'FTKG#.^BV Aj\Ni!Iz?Vq&^J/]Qg (Z114<;P?_UFpHl{>9{7 ʋXFF+Va (,J;jhIzv ط9)Xo.ډIGcb3).j%\ZF30(^ {aH3JD࿰.m{E)+&Yv?wM==25zz▁AG<52Ps*~>nZի}M B.KV.8$|zX4D [CΔV9pP"'\F,ij(#7W^R3[Q{[N_9R(#8swv$N(ІWMnqJ֤_I|f1L(ﮥw g\r.f#KKoe{ㆿǺNyȏ)+n|"QO9汲x_tU% KՉA@#74d/;v zEG52i!Rz6݋Ι)М1y5ML \u5 "A$^FJ~a[hMvșadBt״vgUuٓs^ V!ʍk Nh n*ăc".R'[_hf ;& l -̋{ZB O2W+!f3hg+̷]f0Ƨ, #E{j $MBœioc^.z^2ޡIY lᙰ /`NVGɊM_ql%;왼^Or8G^G9ʮqE,_ckJcz8Q\&r R09NY2N?lDb>:H,I_G?uưm.ަoIF8&,vf>, ljcfP]c_(+Xma%W<8*iےO9+eɳ6:Hˬ㯎3]&r#i{T72}$c^ ֮*/ͩ;3-FUm0Llmf2f7bCiuy[PѪ)`M:Y VD79=[$ ;DJ~"`mF G #3yO~sԏդb'>j33ɚ?>yIUQ \zOZ?ICZ#Y蹢n˜7Sl ^ dd7vE@eB]-*x+ fUѪ[3x#4X.WRa &5T} ޖ2&h7^OtG@Uڬ-j%1Aj[DpL22l_]SZ8 iRbmkbȊs3ý;qazcya)0EULpD >c t ҍE]rl26*sU|$ZrN-ߋfRXEYz cjٛn= |JuEf(̑α0?ڹ, $ZWMiI+e#}ۋa풂s(0aJ { RLR6gll 5ߜ+"tgu.fTM;`%/˛r06ی.5N_0LD3B6V,J@&aA\˯xH\7@h*ąՃxbRZ`AԜx[O rk9m#XyVX;Pa,1 y z"1_kCKXGPuZW-͋F>t %Ю[W,@%Qdfl 29!Ҝd9YףsYTO^ {QRn$6Q3D;`!՜nbh?s߉ TlPxYt|C"DqO,`SIJh,PS G;AÿKç?n>zB \ANk71,0o;GҼLW(@l'hHƳ&\ w~mgud%>/z5C2CzYX8} j\+Hu jt{ա}U.wrкQ~|;تW?( k ?Ŋ!6f|Sq(A v){V` {N|zLi14Ϧɞ0;O$<(P\f6f4rH$m9B\k^ct='mkaĥ}(ܐLRU`kKtŧ.@A#@<|B#m |nWN%ctgumH ,w"1~P`-aCrn{BM~ %#xUכՁES{r6BZ&}&5%HWń x* `f;;E6M*4`#oK v{/LfXb㟄\]N0rpmfI8}FyPS NK_Ǣrm<Td!8os+ĦTΌ~AԅpKǧ]TBp+c&} 1lb^dH3+rE 6kyǩjXh: dr8GSqyN-婅@ПtqXbz8ZT}\r%tˡCG}/DYLnc S$e~BVL.5Qʙ\%Ug{m j/}44VzXlVAz>AŀRPM˫FDjWGa8@*.l~[Yf5}WY-Vqԉ&tCHAB-ɕGgFO:w%#8C^L0 ب/v_TNcB嚠'04ͥ [UBR)D0Ty9*N-tn ++̷dwoqz0Mp} iY^٤M۴zsr>j(͋o6n;:U,-ihn/|>d|9)UFV)q#xWQ 2b5C>03\[c/d7>{"= cvU[ DjCDD49B|>,rc<9o2^ɞM[` (МFp{iӊMzYIYe{mfQ;{OZ6zExfbS֡zFUn+ "%Io|w:r!Z~ȑ\q-ֳqs6[n]#{U<" 3@&f k@B(Q蛿VPzO$;Thinpepܦ߂4q&3P -.~Q:Q"m&];3U{[״X"0|̡o̽.*z8fp: 31 /ߒqѰaMopL|"X1rG)Tͮ~GNaYMjzj6o veY+jjuu- fjoqx\PS(kQ~W;RY׉R&W /u?eswv²-%ddA {([yx'5bFK#Ο W%fz0besxGgt\) Xb$G\6ve%aK5fMsc섋(VzM&/܈91VA=4te xK Pp}<=,Jƥ~@QKa;IqY;"v`^Cm%hfRK@f OobNj &C_}TNvKӠC6# f% >*L*q8O%nq )iP+~i[|-)h)0TL4{hFLr%^1} W8&5N>}f]cNBcUJ6--,E +DrPnM0*gSoWddNZd7?yui$xJvR5 1&荦+-t$Ӆ<-sEݩGxPmHNIl>= Xq(ErIГOMn gj o.\ C+9/`mD^dx%95󳑠zіMh\@JE ^m4)GCmwj0/ /"J" ZA`֏8>%H;$3AqP i:1jgY:?a-Ѡ ¨[S,[^#L =eDRuEV zǯT}NL7'yyًҧ'A&d,,NrŃLUjݶJ*=*o+~R6o;]nV&^t~+Xl&G5^\Y?.oCxѯ>Sz| 2OuY!6YURM0LqItpv!ܐ_ۂzw"u$~6-fdŋe(!^/޴"Í3~eZ^!ʹ&afn[xr s| N2@yT^GJJUm5&.+?)2ĕVxƱkm{"u**f-݆O ڡI~!UMLqYb^c@g_ʶ#Vf P崴,@<2Us踤۹uhv1Y]q)'#u唅D[.7 mV*Ogl;)һw,qQ$[2Їy>9 'B;ч)|Ҷ& %mK>)6:qtbn^=#bH;"g?@ý-܀bI zмT'rJhRM1sTG@꘏OGwamt>XĊ]0H$-?GMR9p:_n?86ēZ~9iT%kU.)ӐJ)zNe wF㰝t>7W$[ƄI OG>yY0} >~/Ó6[}*fX# hk VN[U5$-P嫲8X4l[%M؂bS"QӖǖ%{fNqÀpx FB"],QĎ[vҜGV=5⥬Xh`lS}ϭ䱜0*QU3mOM UnA24xQڋKs׌TGƬkrp_Lwgsκ)O%g\:y(+恗ɯ~ ZZ7ص#5XζrB%OƯk} JozJW,. 76E$KV%zj^˗ |w;妖0H۫ŭL®љAL/9 [ߤN}~[pëK:<`eEEo ʏLm(Q3c*?LUONē%WM FNN浄 3 K(Pfѹ ?BJJ{r-8lCaSU6 5pf|i 7~.H_Kc\=)e$WO6J5[NEveGAtAMEဂE7JMCpoQwI|ֲΡ7r.֯X'z|6[ӯL ՙt0=v2~.$ "1|7IM+*x+=..9FhGl@rcHJG&;Ao8jr=`Μ҉g#,h{S98$vp0!ȂvxQ)ט3Q.AWWKku0/` B ŇR7t8g@3dS ~vd)uǟE@>;|Rpg-hwSSK~/{2d4 EU$HhWF{暎j  ̋j[I؋TGMXV$"! 3zJzyfԾ(# 9'\ )e\#* Z.]İoQISE=DЯ7 BodP@$ӜsC.ҾHJȜSITpQ^e7r8^#9CTě+v?wq}V#{=VT Nt 㓰ldBC|~.[k ,~]pv\C;gLH[O&qyoTpCȃ\ dY .AT`` rWfEx[%Vsҥ^bOߑ>?ЬNr\3ãQ[#Y!KZ+ȧX}! \KnA2h˯Z['ɒ >[0<ǷIІsb}JTxF$/g *wLs!Ef>۽v#I%TFgcgFFps-)/P&MH IXZ}GD,+_OH`!jnzV? }a:\w/[$Dӱ'Q ㅖse#v((L@I~]'hf:!eL Gɧ.X]gp8q R]XZ!L%Ϳ1G7d*e_btZ)odn+p Q,w +~ S7  s O9k(f,c02?弐+:zجwnZ7J:];g(69@bB4Dh0Kyq>5$d9Bei?%+Pnpκv ʨRRwzG8мzolN9V(pa֌,P]%&NqDohBZ l~VIrַe*g̾H0@eˌm Gڧ!'Ƙ6>i[h{8p8q6knګyܤ;-ak`U-ǣgOE+IHh̃f"t^ېӔV V @od!n+-B0/]IyWd0P1or]/(56TnS]5FIzϮ̪9(@G3B\o{gF,qO};5ܯm}Vr4UmB1uݷ"e͑) $Ԙq*@8nW=Hw~DiH>8`gP_oQCa&x[A}[B-Ni?RkuiZ:5z- ɇ6ƿ`u+=$kvnm*Qe0[Mb[΍tT[&ngB˅-S-7׭7󹾴b4/H;z/srz=B.͚vUbj<Ӓ͂Ip PEa;9^ͳr#$u!P''h#PXnz#g3ΐ'"cC&Z,I,?Ƙ,5?9ƛL/4FoR.x PڤxeiaY52_!(5MY8ȥ+Y sO2!WiiC՝ǼxPzX7*f;Rl'M3a`>q&)yE͔~>xqp_zR820A}̀'=ḓSEo}sOcS/8d+_o:FV׻U͞)&+R([(NM2z8Xp60VaMjca)?kKؓZ<Jݙ :4qlf~}["+? c>5A\jk4ZY#cbo/ƎŁvO'&K'6nG ) ߱,=BٲAgJ"=LN?`Qͷſ*H*jͳs]GT%s~}ҳP~V4t{Lt!+cN %L?w{B`;_$eff>lxs:@ի xnu7pGua;q&ZEb<"7 bel1o&+8KB.z㙰4{A*vza6 Y2kA=W7<7V,qp Kcx>0ݥ̪~ WzF0\̵ V18$8/;U(VNK^B&d-U3bH*֯{HeZUlO~tXzk.O~Mzj տtn2UԛDu迃@{cZrD<W2Z'tR?L h υ!'(/0!e.XT~FftTNJ (V$P+ B_#3a p B̌?eS*ZvUnSY@.VmAjKL+#L):5Jc<㝼َ_5>Wpw|qtO4cWvdP18*Wagm{8#R"ueW L3n@{Y]\yndc C.KƼBd2C^.v/bX|ά\TΡ*O􈂟j! dxȚ9V0x;rچC꘎4 ¬*NV&T$vq}?~ Z, P͢JrF vY'3!'ɱ;\clR>@/ZeFu,Р:p(=.GX+0M_t4*c50W]3wk<(Wk|{LqI 79!jtn֊0t+X,p3Q:tLӑ'(6>8\P3!JB)tת-ZFҗaxòdxPרH ~ R=:Y`u[XoD/HhP̿,S"LQN(F,/IǺC+TCıFkeH4i_uŘ~GcF^# įT3q1;1#OV\@\h.x(SF$j6ָΦ%[2cbd.j8к%TfPuR̃e9sA @N Aa4 H* mȦReb1@ Me:_z/p pD+tiIGAZC< 0lÔUS$YX6]ّcl| ioq^H'I[*\N?v.pqP" kO.q=ieOTѷB*>!^#u6^,a,D|kFmqpejkԋ)SQOI}L@5q3%Fx0 ͆iw! RDz|̯9̞Yn𜌜I̢[1STmd(ef 06G)BZѱn].J=b)1ݢYD;.[JAr]G`h̏:cd,TP@|E|yxk]yk:!?pܣIMl)qSF+#F{2fTН-8+|u0vXB x'#ecD_*.yΞY)ߊH#}:%i~۫O Q>VvJɰtt.[=.cV&Aݪ$c>Ѣ;z։>=TER"y϶vuNҴ*zȨɚ l4>1du- WFu[idky+^Á? 0EMws! RtMDY@QF`9AAwʺp[*=c5N<"=V}Mң mL-A&āTt *{EL<^mpԣTFwRi,u`W{kU&,y5oI2ͺ-k’Ҁ{7 %HΉ7|DoΕ.$Zw> oFX2q잁!x,?h8-h; %tf"Q^-rIx]US|R,-\ l`2#.UJp ;Bf{!tBؖ_H"z0UӋZ+};%-&/MN*Հodm"AV*Q$FXTwUဪ' dtEQJOG0WbMV dzм#T4q2]OGCSo'2$ ޷@̩fvaf +(|qIN*bPt 6 vQ>Ic:bk6SRܳY~d (+(QXQ+ mSF֯1 Vº0Jlg*zuȎuޖ2"qњt1Kҹ U&+-/VC\LOz=sqfc3\SR5^Yh(A WZ 5@eʟ"eYT{]`gcg@'b8@zK#oLU(pH>,@Kvьt\z $:R\8nxo;߹gB$B<;bt̢\绺$w5anFM=娀)5!r}X[FێӕZ V7JS-ȊY={(5HszA|t/fV?-g1V)F@5'-瞹x"- I[Tn-}k#xY۴[q1) Q#&qJu?Byq74/хyi۞yp"^Me$<*!*LMrxHҞ;úH\]oJANwbzyS2;PlW8!My[:)fgz'7Dŧٰ=۳gOdefDuE[{:Di~erH7-6qQiRxCq*7ןX| ,\6.rbwCҹoD۳\='2疤<:;RQ*v(qv~त⶘1W˘$Wx<ῤЅBk7 8+RvXbcU;j*wP$f9zEefkDߜWLf"Y9WR64>3^D;3 B.~PU}E`['-!~7 ԅQk<;u#a].ە.?7Dܧ/j򁱉̯3_e]Iv5EUcRqj\N6[xv'%zTnmyc)ntO\:]kQt: 6HءO>`"D&"c*1!+m *z? \r9w`tIEe q+F=ͭY0 "M v<붺`ٝoKX$Nxv-:l]8 WiZr4C%7Y:[PZ\S \d%ˁ+\QnR:92S v3CoW=Zm@xlsR.d@cN%tgveph|@@l],X 6禒JD+1a/Kb&%acāH)J%NtĤȉR g EFW%^9 SQrMU8qmy vQkKJ]/-͍5J`|9Wp"tmeh.r/&4a Ts?(Vk-> [j7bB&֣;Fzl|2>+n=AѻrAf>=H\9Fgޡ3iM|Jet6$gU_z۷>{tNc  &1%a;_xW7G&o ]~)-95kaX]PuK \$kaw0.?o6jhl CSÅ{ 1[C6.;Fۥ=% YWn9D뎰zjl*jo> $oX? =roIY8Fb)$ӈäi1aT 䔨PPTx?h%t<+U߇6?jA=,@QO0N[~h[;Sr:֏8溪Р;~#Y {H4d %\bo y*eWE>^MT BJwt0B:};_j8TW7ޭ=͍z5 O,|''Wz׮W3ba&_ng)_ jzk˓Ix&7׼qy9 \pm>o9 f`dnVT ĩPM/ƦF'zmTDV27I']Q@GjfC|uJ|$/2\tg@(q "i0X[W{os4|xY^Ju\旕dJ0SFT!ipu^U7\j[$ǃEekM9p%\ ir} ~ Wd81Jm5C+>UlIZٽ3=צg2 X6޻>r+V4fP{9EN (ֽh\dtD_NC'XQղ+te/bt./ąJ58Y3=YKDȊs:DK3I N_Ԝ35Y hB@X]YX )~{'Z@qZst?_76:VW>߳}2Gp&l/ȃo(U<艃p"cɥ#94i}/`g<_r{αi.qtN59KK%,7L"e ݫpgZ1O#/;<w=7Jk8U@\|900eh%+ LoYs03w&X k'BM^WGr=|/&=Pu#H!\.Ka/6~bsqk_6Hk>M9N˺L,:%48w L[.ȃVKulH~e2hf?>i@rH _DD4abW5pVp̸T:JAdh:Cѵ <-x"Kbld]7UX:{U8{o3>nG\:5xM}'0=ne`'paZVظ' &5=V3ڈpZ'2l:/NJuy~`jڍ̶3F-u MOc9w9WB~<φl׫L{+oxɤzr NQٴƑ>ֈVF<k1[zPu"r˜*tQ 0K."z.dw "@^@0y=&=YK[`CgwvԓއMRKXcfYN-M"8kUG6" irbPw1x%pu})םޯbbɑ')aW7(1 Uݤ_Y-lfM'0[@x:g[C tBԠkr?!? [v HԹZ uNP̒Q-|o2V.o4J(Gq!.f Bh/&ֲZ}d=Rd >|;i'Ukc7CҞ.g+2m`Gps*bvԩ '{K|" _`MB0 ՚ҾCފsii-{R1nt3Y\g,#;=7Ϫ2ɏ zD982!=K~Ձ",oh\H.qx^Crʩ׻hH?I4Bےܐ,p7DYMźD/gnAUʧ"`\V+SMlx $ޗY"L,B'31hM =[@m50(SNyd6c-p{(AV 1ѕԛ)kat- UQ yK2%gXLX$URN D4溁Sh}-ߖ ߸Qx>aݞ tܯ8@p>eچkQ=<]E^X`fcRo ㏡ִlpB'U%zhބVIJn~,o=CE_m{tL1ԫnRcjzl{ou>5 M1JK٣lvhlzGƐReRZsB1R7R9]}> GւSIOZN|{Qֹq0P4 Ssmtw22;ܱ%7;1+ֆ D=/CNm h7)ǐ24-\BMkصdvԥ-k956)A[PJ3 ̝U:0dΧZK^RYhnwg`3|k t4HŎŠ2r2՟Pf"Z#17!Bb jZzM~PMyL(YFpڈ%W+3~нejJ:"ʟ\j~G2%4$fi=|_pѦ.k3!afiD N~=8(oJCeԵVQԟ5fnYP vhc`=]B L;:+ fÄ{-YΪ% DPs ajd0 I,tR+I{ժ4˗~ͦooUX<8d<#zq8x̭~8%)^##p79gOPv DZWY BXnMM3tKR(A1 gS (*W&3-)\ғ<  n/doswe8:NjәA~ PD#_i:O'v_VmJ1|Ջq ,9 "3x2ߚlrVf xZa-Gyؾ-U+`M{E/{2-8-8ꢜ4 8};7NFBL7[ߒ -B\uf%ubw~}_Xwpm',}NϹ O.3aot(us2|A34sx ҅j5[-w>HqG߮Z-(դ׉׭*'ZSrq!1}BDQJM?j0]cSb750k'чfxkH[]nA@dL_Q+9$P7T 'Bn2xUa%^*֢2`2HE8zI@3s6 P;25-ϥ+s‰80lcW䅊W)zW肪sʆ5 .;-bL;ŖGm=nq]ʉ5j-08Fs$ >d}9EyL^' Zg"OU*5[RgkQ!=, PUry=_yO>fz p#rBԈ ^C#4GfI B[ 7p`QϫӗYTb`F3M"f X,݌ςE`lG\ [ȸF +t4V1 j۽#NJuVR6>WM54pЪ_֙B2to}_-*y&&m;T\T ǧ.eH)lWrw W)FSm $mmOZhs 'Qgm1ҒTr\;  U]_fƀw$*9ri̅a 'ih|_Ѱh,~)33C%aГN&<_|r7'${GB6yZWƃi9ѯ YGnsgĐ%fL-d6U&'#AyiZWqHxS~<ƁU> p_GwgZF־It- 7ʜtQr .)Nn!br]Q]89K1E[satv0< ce\ )Ss@-MR?PɏBsj5~MqO43!qSvk~qG=zd7X9EC~R@e=$i#R'6TziW5 OSҙ̶餍R@zg\o)5k/ \Dm 8R)V(ΞW觤.45>,IM;&X*l{Zފퟟ$鉴-03`;%A&Ȉ YoWєgQȯUSpob.W]A0ķ00[==tV&q`Oq϶}[I??(K69ڋ4c.yoļPy5[?tI.QuY0O{kl/z[$_,Ń=-LNƜ;~,~v$@Oۭ+Jn9T0µ•Upgt ,%qXg >m8΄?|6igB2 ]ͣ|7,Xd?e'dW( v@nW;w.0Zկ5DsadJҝ3?:# 2s?*bƂD *}QLBdM˩´:W%nca:X?$\\PJT*xw4u҄S:\d63#Lzwb7jDip 7h O.=ī*n NN{<9)a匿42;*pfٽ9Za޹{XW` I腙OS }]p1m J4Dc۾uϑ7~OM¡H#t3U1ͦdokxZEEs7$%@fO$GYƝN98FTsTU-Lw 84$NXG|24_C4Xrɞ0sl2fhW-͉~)UEgZV1b4t\:x6Ɩ\BMp:@}a`wa*?a& Qz2 ek,_X-v4/6VfoV@2l[s}vBv)J)dP6vV/WI7b\ 0@ˌ#um4 Jak:rhw4J':\R"F?o Cp(;/E]}FTwGJW0LL3]$C%q0{ݝ[u oRԗ`dH^TSB zQz{Ap]q/:O*A`#pVaQˬ5iEIL7+‡n,N"Jw"=u6po3*m?3dadf%0ݽ͡ @nVS 硴IW9LCY*%7]sPpVb|cG^g9h׹X!Tס|X~25燢5sU<9Q'd)ivYz%%&d 3ŷv-a${r۲k?BDpnHTaHLd|UwMos3QqDz7̷ķc _kfsWXm8i %[a)̙4KL U:`a``P^s%#&`:ڠBXL~ʐ;#HblA9)OIn5իN1#tg)!bdG#fn|6g${Tb>h(raRQ?fԚ=41jƲJo ;M%?>dTs{2dXdO(IBǎ:ӟ FDTU>0WQKFOv#VUFR+3 6mb?x&)GUD >tA{^fPJk2su͆pPϗk#O[8.r$}QAkjL9$Q#wy9|@$4>~H*4Ig0K9d^lQg7N·ቼg-vGbs%'K i[>׋HHPJ\Tf([Y˛MA{E}ޖ&"Iݣo`;%On^Mq5KwX daVDf d/'!ĞxeQA}um4FfI{!|>p*܋jЌ?)yㅡjc֩Sܗ_T O`۰DzEXr$Pih=xbkSS}^1b u{?҉m#+YP^8̀$'3c"Q“ ڊFMżcMaαYu\WYTyq7tUyvm{jYf߽7-&_WP$M`&6n RzPߛ!w0{2 i;%*F7ӊ"r7!nþGhlEV~1zR2(Զ"V{>6MH;"5e>7by/ fTtESa)6 pᕯG7SMe]ġANayq }f@fK;+zx5+Tz @rVgDᾂ"dȉPi*:`%%| )ow_R 6V3؜#ICמMB4V7A]ry><#pVg*ax8=id8rb?L"@:SPaDAIsLB2fzaMϖ&C08\agI:}zW M-JX:<|Րwa%k4hOr/psZ+׀LBCD42f1.c;JL->T{q7ԢQs8 ~wx*#6ѓ)XȪ to#>5k$..'{¨OMfno߱:nTH|uǽ@~ڙ &:a.<Rߵ&dcš8*aT0o]fygYj\O$I7|(ph9?T۬=8.2zP!3 H߶?߄_ͳa1cn 'f,im6$e`ݤS&0[5tL> KC6L-tk%Tbad2-a( 3..ɖ ľT9 .CX&dA{X?=ʟNW [4_5 [t~>Әb/KNk7/163Ʀ`fzF蓱8ݍ,q4Lr2FNKu6.-y ՚`r~ɢUzHw*TWy<}A]rת*|ĐIT]T=IUN*sV([ zmo';P[}#[$b-[0 Kާ-*[{W"`sVkk޼aS:zy ;T# V5&# Zþ%6a!JArP!6Q\#ʁ84M.gU"~";,y@BG8ҩ76kn|h#,%!_\6{ީjnyJԓ &t g݈=AaTQ[H"%%5p{ 9J9z$}v%{c1{C<;,ʶ)k,7(QNVn<*U?bc<&ǓwI7$`~Dw#*)Og);Hl+6K)yS8[C@YJLQ>| P&O&w4Cjܝqª|D:'uu;q]Ea\eDpA3>yghY6ku_,|hL2 .^-.:W3Qܿ|&CdATbTpY Ӏ/q̏GمFV<kulT͸#4U~{[8.(7$ѓdpp`L K&c&O"Njj8~ WN9q\,>^a~~8tdfZQzQli)4[4Q: <}] mn .u.郪[~;i C*í̥؋0&p [bi$ocELu> cbГdw&d !fW.{ou ;l^ci܊CNW>i]ʫ6ȐWؓd2OLƘj =HU|nV UEL\[|C?0@1F% ;Z tO9!+ZF\tDJ[/)-k5kd/Ej:@=]m,%ܦل|KZ.ƸlZl 9όo }sMHo}s9;;iYu/V-2;ݥwkJ~v|E3?H)^AH;"wg.аb'UM໊bc>.4,j?29x}󞯺m58U52`uvŖ@ij$dGgd6psP {kD"ԯT(Mxvwyue*'ϧ;x2qv_Q;-u`t7 @2CBsrs+E$kihq&i PЫ*'AXź$of)V6̙;q+jg+_דGYZ7LF4酊`NzՅ˻PIIQ;|H{T%tt6sq\#_t%e,Q/enqj3 8;p8 :Io / $)ņ#w'Ck\*U4Zx2_&Ӕ9D9]oFn޶?_tł>G)mAK vX֪·[*:`K}A뎠1!,Zصw #>pY_7f႐à%:I.dMx㬕+9`]T~ ؒ (0=Rx~`~p];0Yyf*ϪJ'"_>iت # oM E^& W@f[E3J展ű)dDQ!ymYt{e2_u9棿?gѢqtʼnظ?G.wM{c*VC>X*8N4/ 9͖H[xf]anoFNb.Mөrѹ3 NG݇Y;D֭'y +f]#r nN r bs|Wd¹Vx+o$T7^{$FYi;lbIyQB~ H.,xLZ GYs#FtA'V,詳Gi9OV} 4ritQgЙic4$4A>4`t@ĝzu~)UUt6/ԜqQކ^D1Gfw&UjC ҂lN' E+0kzA\c ?^U!wGnOly.^|Ԍu9=^6#qj U%h-d& _#ϓDM[3erYOH*. }ۙFcA YUgߖPs:R!vl].eSi td7cd U4}8k`.8v^hyV4Eh0$ΦqlWlx}[*~8xWP[*D5ٌ `32=&$JA8ESl~2MTigGKx{ߣbDVEYuK۷bȅem}UStyBmcgu&~xysU+[0H9[Z"LaJK*o9}Y xI~X'8RHV`[T{$6B0iAj8?#^qw[_ނ/̹ ـf۴09,9*::VRp"Ū‡Kr];Aw>% 5 A?QXU6irpY4*KA'YG/$c;s6u[Gh.ê0O'w7YQ"m6˴^%$ݾ>nPKՂYf+8Jo;v# G(BbmW$'b 6x%o~HTB VjEO=6ͱ],q{F#/xkPC}`k+5[|SVpՓ%G NcĝiJ?- o3:Ṟ)E ۨ筼;leH ը#GXgktF́$vT  껙4g< ) R{ZiR8L.`} o$;Z1~_X$+ǶJ=r} ȼn*xK]9T #/&ۮjKQ~jhoWt$~?^g\- .GHܨc&ɞUKB-yW+~J6hb7I2C#foZxz }Q$r.GX0~8`[l3K$:+6J<3=)NLjgS. ix{ҦA pDOS­@ ״#wcnrVɔ%t;Hc{:qlvfk< a‹T)AhYLWUa3}׳U>uS1',zTǏ L(Ŋoq K8|(K`aȏ 틋BX@x5D4u :3y@/ Dfh*bccTkIy*4秅Ͼ`}Xl-Zʇn82iڤ8 cznz21Q 9σ7fA։kԘ%n,&@w׾AA}T$s0#Nnа+PF1MMj9QNbO.2-c"ՂP7mNp?~ukB@4DEq<$$p@Ύ7d:a{S,ep< =֗PSzwW8am!S ( T?o0EUj3G@YX!#;~4*Ȥ(h; Քd"z۴ZhS~yWDC_|T87D"IgxAqP{q43V?;-ƎY|R`aQ >UYrSHYiGl6ּȹ?lÓ .\Tt} 2KQ~EU+vDCU|Θq[hTԁ8Ю`r1'9\o@"Mg*GP0m҈xI=k޲I/ziT$Ƅ?U f+q a+鲫aY앨578W[(n\X}i8We[Q*ZU55m]ΎDs,%~}ұ7 !֩D<ŭW A;tx6§R9s+3vպ ԉݑS5Yyit*1)-fyJ5[όSb\ 1mao[ĕ{=]N&i{%`$dkelc#6JMX1|+3py'FHRi;qLO'8vB'=n otԯ*ɕ(d)w =Biq)vћD*Бq?z%tʱwCE;Ls/eƝŲJO!['ʫįuYZPh{f?o鯳9E,˔j!y~N1>A9۝acr+0)fnE  Mטq8giힵ]?B|³F짎,\WF>ƿdYfY׌{V$:.k`תs@lS<;D%=ú16RSMUe1)+J|rܳڹpO5k{G/Sug{uCYf2.8,3D^co7 XSxMT٥^Q%Mp"%Wvr%LjǘV&蚎KC+wL'u4Gx6tT*Lw|-z2Tz'i rϖI&Q/|M`}^Ja=%҃AR]d|!r I.AAG$ቫJ-2FA`Nntd}pȝ`1MP2WZi nXt{`J z9 {LYfP_Pdg1S{gQgGeka2MbdVFNԝμ0@\~%ƀ9c-ex6v{>Ŀ+RPN)HPq,U%UHtZӨ+CS#œaT,#^?nm՚.m?<|NI9= x <'6\Ӥ/:JMtAGqe ?)&%ATª3 i}Dg-wHHطn g*]\q8Gt-d6ЄT ĺ,4贓r Pwhwv {^1 !ulmØcı%o\[@$ʚM]P bECX.ZNF1@