PackageKit-1.2.4-150400.3.17.10<>,lfjp9|wJ!oE3LB$cMK۰:&$_wc0 ߟ7秓ʸ5LB11tV9rwy @:U%al\mĄDK5H׾bg'],Үr(s7fx؅2ow6\-\#nQ\`S)'@S6fG*])á?t YbVkpdvv#2.2!#j ƠϘ6["yS->O\?Ld  " Spt $*0%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1~r=B>J?R@ZBbFæGü%HP%I%X YZD[T\l%]%^qb`c dˎe˓f˖l˘uˬ%v@wѬ%x@%y1zӘӨӬӴӸӼHCPackageKit1.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.fjs390zp38N(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x 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 || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfjsfjAfjfjfjfjfjAfj?fjAfjfjfjfjfjfjfjsfj?aMfjfj?aMaMfjAfjaMaMaMaMaMfjaMfjHfjHfjGfjfjfj339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d408435e6b51bf3a2f007e8d2fa475ed97835ac6d93b2ae75e3cf090c0b75643f95c6ab574ad6d21b569b2bd99143cf64f5eb41bb55cd98c35b993fdaabeb74fb7ab3424eb47004991eb6ccc7a9902c47e811266eb353669e398c54ba239e6e50151c3bbf169ff9f08320265568d356b15af8a6646cf12659b9cd0155a82656d49debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a40c107e7bcbdb6ae9d65d50fae8acbb2c891fc0f73026062a620a0c86c95c00ac126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.17.10.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)(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-modulerucks390zp38 1718285824  !"#$%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_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5ab070fa1f11d800c94e13aaf01c1965555e48a9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=75f09be657fafe3e92b6428dfbee2ffa9f1e9762, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=d4be6a4a3c76106b864dafdda7cea879a3c7d43e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=080e3e4443b458e2b76d10b541addf74ec1ea607, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=471eefd4192128c8efa4652e1f6b6e4f01f79a40, 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.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RR7>,RsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8aad8825e2a55e465d1db3c4b4a8b6a3f7e6ed0d4f6e11e9389b5aa3dedb9a9fb?7zXZ !t/9"]"k%eLMsc w&PM4nM3jzj)*Rßc&fj{P5^}6@d ?܌*"i%u$Qѹhi-m;uHGwqX Wr]8LU[y S,z/šȆ# V#y7|+ސAN-lCO(0BͼR>Wy$%;$cWQb5PkGTժ}^"~}Q+K rqR)1嘭g7+j-KAp F[hH8bnwះr{F|ALF)";|$ݠSƠ*H U"9 G#zmi8{6bF-1!LSXL.ţT%`|yF'EqbrLC+R*&|LuЭ{$t[ 8c8>$|M\nJ!/dQ y;.a ţZܔ_:i83W-BEzϡnhS:B71׊Tᩊlg lpgP$ﷳm/8h|Eoo0rd.ɢejD9) {cxMg=ʏ4R'2SWw|ң=- xxuN!J%if>;%gw(ܚ7˛C<7W!SҒe7 56Rݭxok`Ck-1$<o}zXS c}Zd{` iʂЮ=(OB9vc &nE%E&v ag[F"جF "~Y<Pv L߮>Ԁ $}ŧW`Ar&Ԣ1!vIwګ f&*+;6vCyq,˃QЉV.x1v8&#X{tNgG ze?y;>!?׶VEMϿh*lڌ$]-0:SVaz6vh0Uԧ="5;#uIӫYfh măC Y=eUwA59 kBX :ڻBk&j]eqA$IU^FRS&%̝LvV0k{RlٓyKI6=COHnIGi`+2RgW4'vV>*SZ~ݥ >`Tnq xTmLBF)Yf1='6&f? I:H&Y P](Q0n&vHe7zau-H<&^+H3³J;kV\㝯V#N<\KD< X7Q$`bHN̴bpvkS5R`UskiH8Ně~֥[;MGCU]g3aj1M[] $tEބ:mbo1rqg,.O˘rKcMY&FVو>p/A,D-*hz4[g"M;ƿgpމDeQPaOvtmsLȅ)&mG?!{nx|ġz1fd݄;TӾC4"NA:@PlN\C|_!j^Z Z;>EHG1bV8 Q.S!6Pcqo5-Bz*A([7 }۹WXDž~q;luɉ찶HTlCy FwLp!B_:N{$;Yi{fF_~v V/Ig[oW\c֍O=9bzoϕ2+a&kΩf^Y(rKn>=#K+jRE^>^ &\yn#[3IvCwYnNBRЂ>N4W,n[$3`cJɟ[\>֧_Wt&^i+C>;ݪ|_b>@SdŦHW*i`Dy5пz,3͵ !^2*Nya/X\Xa#r7&>ͯlV37w= f3Ac HT)3xٟÜKÚ8хbxѣxXװ~" ifKKpXA)sF (cRʭ dՏlmI܇F!ˁ0JLzˑt(R}Ky^5BDcA).AZE &kxv ~Ǧ/Č#v_B 'a91b%6˗dfՈ!wk;2)J8v%(Vfi(];E1&1~7xUm}XUR%)6.2wqQ>.-c& \#ؖԊ =ōp)P\t bՄޑ)*AGLͥi|gX˦!=cEMɓl;ЮW6>/'U5taN4 dp& "FAiߡDI>)w(= kq$=(fluV.%yn4LpMSHU ,SP(~6l 6^6mSEV2E.i3Z(J8JfXF{2&9i*X%jVstTfLnۭ{;5=5:Do}/`5B5Ke9y8\1sMJ; [ES\.׾#©yy:f011$Iְwxq#̕dǟx֎ˆbVEc\gM8Q:* A9JuHy)+SfSrx2d@P.C ?GZop{9|>P8PȎ-d61`ofBX~׬Ɛ[t}\ok}iN4V0xv)7яuv0 >$'5 G>O{D44AZOT3yoJ,̏ =|=jmg4d%4c\x*Dy|V|n i)94iUJTEu6b]H \~ìeϦĚ~C&) ʆb6jFoOLȚoAg-AP35?( *'0~rifFdft;2HW捘yW 9l NR ЭXBıNG<.LѪ {MUEiwV\7~0^ V+bV$7i$ZC/ءKFy_/ԵIw/jowdȤG(LM+7%HPA285rV%bu)9ȡ /VnxX~ #煤a^f 95fK*1DYAeĩѓ{ dtX.:l޸İ.(%V~}Z n TvFcL5/ຣ8>3Rvib@C0(9 g-(ib9nTG!c-, xfřgPkn^(>'JcK삥b0$T̘n{TnN$zWfcC[|z<μ+ Kv2e(u7ڟ bۖc5D%[T[ ,5(p# 'Q@(ܽ?#t"a\n QCvyȻ4ZjWXL?^3qᾥ Iu@%`TD(Kg,t(?pI}783mN&0z5z7ǾS<"1HNEĕX1J 48|?}[2I~ D2\ҔњtAnKS q_4s) Q@!J1ot/3b-Qai L`77Ro\|X*b-l,;e}ZG",iPVs`ٴcg.'h^޾)+-[1BK^SP {S̖*k'nҒG N%~G͟r/n TykB)s/fķa,Lj /23;]aGR4_,@`:8Z( wӖ|X`ʭQϐri31kj殁&CaHѨ|'~ܼw )Zt܌03/Ss]B`_q1~k@NKy- U֌ YCp=j[ۓ\ZLC{3:OKr`heD吏2C [>gtz6cMKhNy?lg?v؈ס N JP_x(֣X*Fi0W*gO/gfIbD`Xm^kOUӧjS"rPbdq.8CY(wW/w>sD/ݤ;}*3b E?'נּ|aSY^&;Siyz!WR^UFȤoUQf@"%*(I!4dsLVkx#bm' |I@s뀸.:1myK*N8'"ŠQظܰ nn%WGXiKé?B$CrRq@Yi؝>O-.dNx˴zR[W(EWD(`oeZ!mƭEw-Qn~/smF1Q 9AcY˵Hy.͍8\:YzmXGJ s[6\n(qj6Q.]S\-!ҐjHXTPb٘!wJ_8e6F(C=aސ'n^VS1eߨg59dznOաj+*Q/ t7%C}3-l=`KPi Hg8/{n/۸Flѣ̆ju&%k,fg^OuG90ie9ABS髤6`Oup4˜3Y*_f M4RE_kT]&ͺrEyT"2ԝؕmV͡=`" 7_ gœoǔ! lJj#dSb;@{nhV|.rٚ_ fW\ݸtaPB7(ÈZF˳#ll(8K@fS5k|~Bt*'ND,2X &H>- +ɬ2L@ 3nclU QV8pwFJU^bJR 6.O^BOkb::p*g^lFeB?w,8\2 ` |&v3 rOԚ`nȒu|~jj .^Zޣ:3hc6ir6(}βnS4hg`6Lr&Sf.̗Nv9Jz3=f[=G [`wy2oϓs/.!\/9*ULCNV(F=ץ5Vi8gx361D,dLP}: ,1.ayo?X? X5-,U`=un*Q뷝V8q"J/1K{`Epv.'[Ե SAMH["~ԧ(PqB\A5 g '`,}QS!_ޔJkТ>5j:.=y11{RG$(ۊcnt1vdYE#ܗ.kdij>.cģ6b˛(x%aPgߓow,=|TjPiNy !g LBSJ?䤝 TNlZHfmd@)sgNͱnKdZhfW_QIG$R_e~94|Ĺ!ʍu(NE#laLj0@F&݌ yL9BP&=iG×2U' H[ ۠B,5R\xvǡbL;`&`hY~1;Ic#s:? }gN=wcͽ \C hKXi^b )zB_h"E'ܖ$33WVWб*Pw+E vZ]r98Y,]PĒܧ^mzJJi\tB %?fĉ`26.j#,9r(i;jߞwq< _e}k n1x1.G1ܱ-jk+7i}Am$JG7Td՘O=#z] {-YuV|V̸[/+!x1hU=zsP ʌ3jtEj_>Im/zYQ(M|~+2ġ kAǖ+\\*z羴$1&76T{ p!Op_DmCADA5}%y%X3R3(nꐰ8W$1o/hd߁El4eιS{A# ޓ㲅_~ȗ7<3dsuuCux` XLI@,]LOcGrSP7:R;'#pl.;ZwVL51nchu!>Z цT/'Nz+5cA iAB\KyYH)c'5ou:>IqSplu㚎8r:f1bN8%:&V23͇y1 lZ1V˗~7ݘZg b& P̎kMem`q{,7 rU\5]\r(Z_~)~]w.8GU,2ҕ0Eǁ 0_˩j?v(O6^F ѳ"z~nq?b`G@Ob<ͦ\kWs\Ll-*ILK8cRA{X#ޟ~j8]再,dկ\=QTc3џ\`A-ICOA-S4(>eeXlv)̂Z'&mIr#Fwl  U'߬z0"4M99 ';"}Ti5)#QͶB L4ax7B>;(\>(jkMPFX2Y}yq:#*m5Y3~6Di$گZ JȚ(mToKobix SEu`NMXp9s{[']MbtzPps# j+?RO.| _7y{ӳNc"PHCul Ȭp|0pd/!Mo e :_4ܑ"G^mq"|UHFȤDn;pa+Eӂe3sN+nU^C:Β#S:Zіe5 E< "SpǦs3LxOoWqPV&NNnL$0EƉvjXn+2>)bs lÏx]$H/ ҕO?ˊrV =S'DMur ?LتEn_Ry,)\-DͰRQ͎ JuO:nO>'ץ܉+go3J'"Ӫݰ؛OUc/ R4l{2P ߆_E@@ ut> @5b?`}D}/Mt¶%sc6P?bRf^FSb@}m&h^^*ԶGgR7 :u<@$k`MYBg]qc~P3~QYYkll5KȫXCE,5@n dp!SZG,)] fȇ#ebct&CMvŹ`V>mEʱ!]5Bc@Ï#*`*52N!CC3߱ٔ6]_jk,#h-vw&&y*sb($SW DΒ#S“dJL72q"'I*rfK ‰;є>`ەZi44wF:(NLRRPYLxUgb0/ >xl$1R9.cMV ?o^ $q1t*YϪeWH?O2$߱( 5BUa!nEV D2AQH-Ln63XW6^TɅ$Y&Ѩ7?(; idUxNWHg dFΕpCāmo$(6.IMӖː^w= ] O^ssڑv_)&3Q{nw&hr؄UD)OLJg{uE;]>X=ϝ&y2:Ux8C;QдP@> Z*Y֓F+rX:J\Ōڞ׋3jWA^b? سڄsGp 0ĠB nee; M|/_c2 < 17'>r._+#8@Iv]UAq,-H۽j0^Obڀӂ <\,VZoиpMㄫVT1F"([2-j!&Mޖ(lDEj68A=#ېW)[̉C?H!zrA!'vZ>3;]$,*F_/z5#=cF6ls%ȯi˓W]:0r$[ ey|ɑ/'=m(, (_"aꀩ-BώɏOo%9f[ ۬|0w$[Gc2}e q@U9'L)vOH.{]Ȼ ߣO#XwAR?zr_ن;p̯rhb/ɧBͬOO,R']DIKW%m&"=;e9ED*+ \ vܱYoG叝F,FΫoݰᱸ+rip&q7 \]4ud#0ƕEy%fڷuv8ݞ=Ů>&LӖkakl}"Bi2|Nl+ʴ)heRPr@kX|:"+%]s1M:RǔNSD.&+XxK&Rېp9&;rH{lC3{lƶ% Rqm,14/IbxJ^<˙ZuMʵ+E 0W">KYwNu`TWذ}w6NQ?q=<Ɍ2 z3L't=]{l:E1e7Ywv%ckBU,5U@V ҁoD;K0e>J \#T 7&*@8YwoX?GJjGK'V0Iv$m(irhyx-GyC0T!#@ C% T*l-hm>g | _`FGjS s@Z+U:ʄe}cLR7!2})'==C@OЕ?9ЊHOD(}yG5WcL8%3kMf` x4YHhL< E#B- O|-E͟Fʂ?J7|p)q%2jKvp}Q[X.pusR6ՌVV !T |lD`] >mx[.*O酆h͢`y.T;Otһ/gf`IV'{lD7^y = vNXɀ$< Axנ`;w4F ̡Ɲ@WOnP/5UHM{W&) >QYef]?#-L=@ʞ`osDu^0 &}-_=\mym=Q2cE {&Q찐5UêH7NjU|bˋEO*4 D˷Rti RH&.2ZE-Y'qMokn_o.y=|=$ڪ5={ڄ>(fu=8SIwB2Z]4&?$-w լ,]5'gj^/ĭs DBd+U*Ÿ̢_ p< 5ԅw51cf!6SĽQ1P#3`LLf;].8J-.t#ɵYa?9:͝ƾ_'U5ñ3ͻ#~}_vj4 >kN<+HrC-"#Cwuk\dr%/V!NWV:),ҡx?e OF|8FԑDs\w5)!3zYYz$%޺\Ʊ[B:;eUWCvqfΎc}@/ =O uۘ[˔nA N"z=a| Bn@=驷An2:šSj, "ݹJ ƸteVTޯ;Seo3w۩8u찦`"90f~8+@؄JbQ$xC=S+zl<}ƕ)(C%103XlAZ;HI)qƅ(SO9偱l#kEL[|]PpUk% j>WO}BE6J'wh~,[l,je.BDž,ۜmӲuY=/BU Ċjh!. G`i"=D Y;<lG)r"y(ڂ{ 1Ů|K+4?`7O#mm&lM‰hPfLG~ZR%Ip<#ӗ><8V-Y J 0c۔I.ILScb 4M:W[VД&V Ij na5EXv-0b]*QB(wׂ 7nUЗNwX,Y#@&J[e, MP_v/K)'+?TMUH6dC\< *~uÑROkK@˚;xX5S.2 8G$fr6trAN?j+ ȵ?6c1:?aZ],I@]Le۹%)@425_[bR\ÐXY0k-ߴ=,*tq;d]d(]BĪANtTƀ]2靖S&2D {p릈&,X1VYaDh-֦紪:@.OI6iv +5O&Y(ďnʻ<%{R/}ظfr }3wI%Z5ܗ~w-} uWUXRv;qh~rkvgx4?ئO>0IK 9M5a5*L #Cy @i % =HQoi4`$z/0O;-oW? |tŘCəڧSZ.ۣ5~8iRm Sd^!ĊY@2c<$ xL,ʱxՍo^hlvvJ a%W_6:'xZ : aoWrW!zVxEDt2_pŖ+|S@7x,zmj{ENVY ,F)XV:~|s3t⛟[\0XNFWII͸=o%҂W&Nӱ7RG`3=) ؔfaĖNcƋAvQ{W6W9+7 "FpXNC P>Lf^vUBm2} KK3'7H<=٧_$aET膖vf^8L.=V[f*=Cܒ,exB/Fcxr[y6ũ@M&@xQcA,F ]%p"hg :1n\A)+F$Ԃ'S]^s1 Mer*zpM+_!RYT7 _'ʇO%hxVx u ۮa-hӗeTxE+r"ׇ? e/Va!Ldd,'D(1JjbyF$goRa=>kq0Vst:m9K _61<9͸onAO8.k,n7%iS/qۗ^O`܏}L<:$F8`!Lnh@Z[{V I:In??hGÀqZ_i3:Xs)甶xp-O1<9-qw* - kF 9~):o \'5Kjd7+=u#I<&DI8fU+=4FLF@=DCaN3 ]KiQaP9t9lCl}b'?6Ow=/ 5utghg j!Hނ)E'x/KȉL9ʸt~(n2ٽ]7ЀB1I"~*|GOAQS{e?L9c<\mmؒ7iBKnc/1޹ :lF/d TqLcj3O+H{+X6/)c%#a+QHbY`HmýPZ^}D;t{Sz ?>fW ֍G)Y vFm ~ G[|Ӵ u{bl;oI#V u`sSqU`JCDg? jo;喤*&5ѿƗoQs"[zv~ t"d z@n_ݽYIs6P-8g<`8Ɔ,MĬ`·HmwWaDLT>Q   E)AYnpf]0*1uY?9<< S <3C YFj'JPyiW1M]lxhB Gp fQ:ZWC6 : I@q@hZsLάkAtbr/ҤxT/OqUZmc3^_:WurӀ!"d:gS]z vG~.cȍޕK-Ib*H;=ŜK#$I;{ կ[,C^;m0-ݮ!X`s2pxUhQ]Q{*F⪭"diLZs3}Oa5XVi9ti)Iý6GNp_Ca8SXEI"{YylE"?_ 5 "f,Xf!R|D>iAoFG]Xu]->0?][cBJ0R6fSiO+2Aio#y} ]Ϗ݀BըsוY]LBHbၵ] E(BJ?dd&V`yC^8&x^\YT uʼ</N9#W3-``|IrYO%xv'R SD.(f]erȬXD8;eE5:-@%BbQlg6P/ 8+e)k};• ^ߥ,kJ:~gNNp[#5ނR{ Ҥ߁{yG8@,Y<;d_X؉֯b*SA ,s5I ,7̓Ԓ~93dPfZ&z @鎒8_@†;C/[h{mnϬGñTLد0RF?~ VaUAR܋4˺*.//}HP~ekEn9룝/Po9TrXzڏ |@-s>L27 /[$E',plb$4KF4Yѭ^1ZrǮ pֱƭXIo-ḇmY:r^mf`jri[?Rל$]eUkf9@&kR꬚S Кy HvlFfҽ$?^_L01F4! Q+ &aHZ}u)~YM mQ[Qu.wJ,f/P_2y[?`8|bS;R`]ZH[{&(|Ns>Y#ćb̻^(c OIZ(=2e'-`XBdjFd).T~ ,~RoPǻ9[u2`>tZ\D 5 Jeo8޶YN9tG;@ܥeExg\'8 +PڑRW+_\jLiIsC?gl*^~D`l86. _VD3^Yhz7^0xow/H8\{+!BC ^dX1 \5^,toFڭ)rDcG{GRb MG UϝYHc:;~cPd$]ⶢ?n1j(␊,-kKZzƒ3IE&渚zχd.,y>z J';ABۑā+O7࢒0MK{эs' uNP]oC4XrX>i\|'OXw{ fo(j0 pk A$WIm]By5}ɬժcTGfXvb~Oӂ6?zf[{"KƽM&Mq]"UuE?c|K\dTw7 j A)k߽˷.ᡌqD}rz,Y~3!}V}!ʣRvbBM#ip  H\Az)Gw~ Ӧ;^53v Y|,d/@mO繊ΥYh]Ae#/H jw&;=6߀~Y/CFނ\ǧ6ǰ-n Z3UΝUYE 6ul-z `nԒ -%ٝBvOsi/ 25U q׎D粹Zk78))}n]4iصa27sq&b юe>kjkI YֻpfaGjxL㻢M5r-(rVݬqH 1.]A0ᬂXIsy!Ty7!#jݮvoa \v#a 9 Qc17KνEU2rxڈ gcTJlyg |HgU HX[+D#ڮ MRJ.""yd#O\Y?0óՇ]jp<$|*uGݓ`+{m2{pOQ]oA"IVc kceߣ C F/!E>E! _RC7g *+VF:421tpqa?kJfxbJXP%RݤƬ\˞)oCtoDqJdk]4r)0SpF_zYY̫'.px|.ġiW/^``MkY:EIsҠS-rZS"IQ xuF[ePJO=а~6i4- uzHfkDP=Y9Ѿa)9՟kӇs#69\3VTGcVaKK(TSUܫal4tbl,ٌ@';0 "20P lP3]֧,R+AJr޴}Tz*z?-YgA"QsC>;0xcu/*%"[<8"}A}`$lwhxozK|%ͶU#wN&$}x8/)'`Lς恛DYJε?#r '@O QsVZ(n|b)U؅MDw3Ӻ+;@IiV>\ehtz"fS,!8}a|$ȋف,KEQ % lHhM9gk6ˇ3l3jꍴl+$_:D(?@“]aJ5Fem:VbIòQhuE }+5K!;r, Q)ٓ\%UӖB):q3tJ/.;xɝ֨?._}?w%*P6+4+ܢp0UT /Er&2CZ;V\/0&6Qǯ;uZb4 ײ = iM`Zڂ4>(-{GBnҹuer# ;W4U4/$o b' # w!cUV?S($t|>[h7Mh6"#X2 rF*_EPrHMBZ1~mcdF[%;˴xKr.w̏7V4q,M 6>[<[f3rXUʳP^gelXiwf9,xOzi>^ d2H0vבms/11Zq. D3 Z"U_I @wRws}4v_zVͰut BqK`>x`50[wjfXEː5%Q4t." V%/Q(tlLkģK|V e:}۪μJ0MJiΰ|k`Pk 2v>aA8nNd@( h8au_;85Vp-X2UWz`(ؒ7=S@g6qZ @IclFEw~!GcӜXTYi>':3NisM0y[n@Lѽ WerVh#&2.|SĒ_lM;mY hxG}qNzd' ?rF|eD# |}2WaUd%>ɪu|R-x"Oi%@Eʑ״%[7>nM+C(HTp'=5Kq<{_!Wss#"{oɪnoZ5i½l`1mIn`mꍵDK k_\Bo]f7EmJJ fY{C-=ѵ1߄gvjēaMj4Ew`@1 +r bi!Ʋuk\v@9wf1{bR>AEh,dOLBB=?Z^$T]Kh@]5B|7z3`v́LQP造ύe:#3K̴+ -kzn>rxNڌޤ;w9glpMl+cth&#պR9 } 'Pfܒ*;`q#l^P16f%FIт$qYvӯSpha~X4WsntP~a3Kd7|BnToS]yoj|kH.c epWK@tƔ? aP~[G,I.}# V%5D.@u +DAz=ťşl%)6US)~FB;U )ALӪ:(9wUX}?^}(b+sdnisk#XRգgS`&B{=8EҢcxEqʂzSb6l:uШ!`w1(,AɯSuyFՄX˫‘M ?d})2e7 E85ـjqׯ3} j-~qۖ-W=g(C"UΊ& }۩=׾' @NJ%Q걂E,C{5h/OϛS8q a&B^Xf4b.=BI=Uyᕷ4/ ha2~8/E + }|D&3V҃);zk>!5# Y0z;++'ՠTZ[Wډ4",m|qcVDD}a|eUSAμT@&O2}(EYAF}:?Y2c^G& jTWI\mv8$FWQ?9MvUJǬBn'@4B?}c*A˽\qY:ÖsF!Q9Q(thl̗*d9?0ӓkl]VcX};@!#Y cRd!S/~dzg=5Lʻ؊¨/v|]Fdbo=|h$֟WXP=9>fh.#ir-O^[:3_OPPG^h'iTF *As[_iRټ^Xz!<gaIUO:/េs,bY[؜(YQ mX55 ɚG;ȓ N9+=E"ѐֻ;&UًĈ%۞S,ϭ,7qwC(3Oali(XH; ~2=R2t)+/hQO07֒c 쯈?tj!:_|+^ct79iJ_#nRXFabX!}db"0N82[C'RWW<  l^]1wN!*iTC8_x9rYiGUWf*|gwp7+ ~xo@z=r!1e.lćX˥DxF2K[xr{=%-LꁚDa̎%ݻ̫=jV.599݉lξ%G33rkm{2aWŋ׼`J3%E-8pzu: w)Xw.0 %9WoZadY uQ;NO~y[d+;_I@NrHnkkukӁ+#WR%[Laש`` \.:U;י6'0g@S{!M S?Iް~ddQ׀f#aSB[,aMWt^cu8ީ$0e_fyE\փv=iQ:![ ~,77/OSv)-,]x:ZXk(T#HlC'Ef\XiHP`8\ՒF*,q #=ԘQlDbr'}SCo,`'hP:~hb Nz^ߗh,ݜ9 1ϲ65^ Lorx EJy#rAӊM$76ZJ2 Ao`q󭟄oRejωsެ O_9q4нojWԂV-fxŒK/L l7<3; ,R%Q E kVb= fA]=ɧ]8'LCb8[o5 klfiŒ=ZP>u&TLaMb@]4.t]Wy$L 9 yNig}D&9>2Q$^݊c3)ZP'==I7K7N% BoВpʨb0jW(LFnC?/AzC;8b's'r0uQc ] MAy?a&rF<~WS+\fG;suAm싋Km/m7J51hӥ/-]eA6B@UB)ĀU'tjiI5VgI:Dr^eNP^P$:䋾6扑ߨCNߝ%s{Ӡ$Sx1iʸq v|&#"cZ+kriLN҂{_sUE-I"kYb6y*%h23]GR3)ۥ}kWFޠ#`3j_(PBJFs2Jƪ@vl K*؉3=l'@<~uh*R,vr&!\hpwgxM,&!qUTY|jRP1YK gO$6.Ng8|^b,}0k~~(:d#}Eԗ8WXY܈z?i&Cb"|춳GGER0,Z ASX,UҐMq#$=E!5%԰mx I@rܠj?_)Mm4@.#G}ycXnoנc[eޢAu fw(BPkb9 "F<"[ 6Y$Mܑ(rӶ4$UVCwG률jhGl!8jk8,-SM`',)D<R[Wb-xBjA (B+. L e"ĨhJDOr_~ᣆ pnzΟ~(3V-uعjE ~y  6EvB 74  vf}gl:58Evp>FDdAгDl8YH>4U|=J'ĊW]/qI[2! JB@8Ur{LIp͝!@aJ΁4K5X(ot.u0Yɥ*[vhV%ne' 4y 糞c~ #!Zyo#_d|L6,'o}pb\?h]'5ڡI@Y#,5G(MqW#:Z6bR&=&pƞ$O89RZ meT•wSyCN?u;i =s۽.ErBZ~sE']A%`kOKO {oZyu4€ ]- Pax}*>In\)w-M7X0CNUup:æ?!;d3[KqG=6gU[a8bpjĹRf~49!xM(~wT≀nÒPIǽ46Ʋs/z*x4]~ȕ4$rMQSEl hˉHQ0O-0E1a  TÁLk>֣E,#RL3BQ=: Mu`5 ux{)2HH)mLZ1T3uN ˚f^{N0"m=J!;VO?[7Π6u4hrϯ>2=KBH!}{iv! f%uflzvƆC4ZO E;{Y..i-JJ:1HZ}KHh`OxGc(Yll[we},Wl'8Fds@?}͘ʗWk{yXxߩM ?{6 a a948C!u$~2f.F&̆mл8 be2L~+uCG[TH9GT?He^+ޒX@#,dF%Y+_9kK.U@>B"I<3-sxK Rd `tloP >2l 5]('[  k(&l8"o0>LԘ y 5VSK[MFÑJ`[^ANB|<ԙqzy*r;ZQ^S5RMI@hXu~A +᱖~.c3 X.3A. QbT﷏-h z]tm=z=!\c/^$#|*Us9-Ge]^0KY~ln` Vu3lH ݌8|$S޾ }Mj-DA2`aƧhٜvK !}Y{)hǍMLsHv9>׍?6_DU^ Rs%g]"]X27`m -.y9Duv[ָ*YJD<nl餗UJ{&0$ ?>#=ݴ/Ac;v`}tH߿&2ph>%%T{47D" bQ(E",\X۞Of7b5v繮R. [Dnn.]rSaK|T(wQo͓֫UDJ8Ư(6JoDP#JgiS}]X1h|0i.kʬZ l m]ȥdTL-X!8бCi96!x}R'j2pJ{f{ep۩(ЊW9JXP!3ȡZrjV0+t(ͱz_{_!ξff[.%XR+i;yjkI"tt')}ʢ>Wdt n:8`KW %-Ղ'Hv:> !&D* raCU[u2~:{^ a52>`(:16?O#w gp"hY߸hU!!v :4o7^ʥ~i1w47H|N*h>^'Vcߔ!@8S ֊_1}ԊEA&1c[8- bQU9>IR>+9Z&}ba*AsaĆ'q z8w\1fw0@P&N?M. \ 8CiGƎhSYbG&N o9H:yFYyZ-67y!xHgl~i"dyCdx-AS zV6R*(JWHݕ\zFxIT!2M<2Dod1+MQ_eӁiJOH$oìxon]0IZX/^rU/%kvJaה ԟfuB?1(9ٕ!_Ld* z؞²Wd2>' S5\%s2 " V]P/}\VVX],}R3M`y0o(z!-jgKl@-زl&+q<^ ɚJᢑAC Ew4h =A_ 9D8'*zE=> gnK8Ҽ C(G41>i܂Y544?Dbb &9ژ5:2eehx3 vi6ۡVOIj&7ɿˬ[Ƒe(kVӁ!lYvfo_MŇaqfO0d`Tqw l1orON 6,"H4m݇G1r+4ґX׹ej`b j Vi]:rtY=vi~R`C_O(Km:xw.S;&grw^bJ<ѷ Ơ8zM QӑA_ iMX)64J`*fFѷ05u>G.idɋp@UAW/; <2S bF}1ok: `Z@tҜ7 dZ]v+ϹL?eGs׫$)l y#_F]ET' 6z,X'wLMŅb V]d bjr5k׉fQ(Af_xKo"K%6RhA|3{XJҠ&T&Ϲ،%9ߔqvt)go#S=0*5@Z@sf  [QI[L#N2tѼZ9wp 4Ӆ7&v*Q 9 jC ?݊‚mU OI屃OԲI踱=:*۪v6̎YQl}̧ =Y#pԋwY뮢 ^l钢{VzT5ad?g*1y@ǚhȭT-s B}0 =Oi+ɶ5h!3k?~P@ϗѩ< c=. yߡr~[1B U?0C;- Ms^ thed䖖Z[a5y<4t^^PmVFbKe-Vkua*>oJ4 Sf;ԋ:LA9݆EՌ$5 w|C[įH _?%Y-ģiurRBn=(WT*K?譟_`q I<8L}OC.07.b]oyU!ucM5uQF&i}osonϠsZ:Q\5 fA r?ΩC ,b^VINXT3ifϯ2g!ɍK 6@ҦuSsB\΂y쬜g!yS&8og]jDX/nh*JHim+5r`Sc'W1`r_;RMk5}ʮhjߨ;lt2'+-6΄fPۛeJ#q[c,ZxVI^R'!yה;w5.S"pޣB${3-?C2`WedŐ[? ZxTHAaJ hg H̓lZiB(=١ !n3wZ^ˢylvڑ*ӀM%N4b$E Wd շ"oo/ W~|1;. (r `Tӓ6y[o^xfrJK"%Yxw|7_z-*fΊ eb"rS8,Wc> D2qh49*a˪?˟Ȍmv-{x<4u>=ff'W%mq5 !N@т6xXנ^dъEvɘo|z^2qW`*C-Yj<}vFGr!lɘ:\.8R3ݏ u =P>SlXn`?9R4fe.ǝglv[ w=ɥ n0M Wv5\ٹv(:vsa|uWJ ,X%cz˸PE sr# 0L "fu9;8綰l /Ru[n)Z 30ݼDǙ`lp>u9UKa]u.ٓh1"M=무ߪaʟxUh{Ih7D:~$Sב&__/J]f`NFU7g2ǨB/7B`P\ͭg0 wKqis=ٿUEu1F)C3KXńŃ {p3RGM|suEaj0>yR O&}4%#2qC[ Wl6-鴁%3<2fT5rT*CToOhh!2!u&]g 2ZR.k JcL[p+^ g>IYj_\ͳxK~cHAȹ,sOۉ3pTaA hB1IM/;=mq+te١VFHj"7#lVӎ*;Á0@QtUH 1'rGqTGTwV1 zUH\!KC+<'(xh!⣎&I*|tN}Df5M_q^OA˗m:m#.?V[BW߶f&R<Љ&PFn @0HYKT4\[q#/ DzE肳ēTe8,oN64 ~Q K~dՎ:.mb%?iJG&iyGɦ1|=Ĭ\qAE\k<~7۹RR>5=ËwEuwぃk̚3Q5l Pduu@}Pjdq&(]Q٣B$O~B?}0UҴ-3aJet($f2݊)ޤa$0_˘1$*2qH! 2j7$)rY^+B܇Qu_R'jE9G$@k`@(P0'`wƮf+ECޥ$a\Ԉ%_ZWkj?BrE52Dl='My uU)ց+9YNcU-}w(]{ZI LOVq`zN1E7Hlѱ]Z%jn;q:R<γ.677e Ӣ!\):N6TeʶݐiyX5_ ';iF%[%D,Ƨ 减5 '`wcXo6VIUwECڠTe(HѹU(f d寲5 <ƲeȅARQLi52 9=K&;ܠZq6}# c?`CToHKRa9>+ |pV=rL0"P1G~ok^.4Zv]M^z 8\~nᔷb.W%uۆ\j޽>es`mKt=V'3x"ÙT`/9݃^\J.ikلU+B}\~9xGe^3d_p3b=Z%(#Iޅ]Gd wpyWo%n$3yu;mb_Q'BJ<[5%Vy >OV1^n1T%9rU'XvcCY‡P,-)];nHd[JFcs&.aG\e]L242g@*QmFџrN[|JTO CA,uu]+1ɖ丿cT'kIG u #SbW/ cHXĩ>^V-YJ NtEz5~l'emAو'3\3Nid"{?acN覔lmZqDk>;.+ 71O{6D\,$$$ :S~ }  8ĝޫdm[Uge: XijG Y}{?z$:x<YDvDt⤹ѫ~I趁TeAP@ǘ4.]u_`絺5\<"OOLHdqp--Re+=R{mF>rlv,M4#7fD;yTr34AOQ Ai\ޅ@lyzx~ʰ0843:ǎl&Mϝ_ 1DUb+r;uSrkP)W!' ƃ~$ǔ : '>v#0GOr ˶^ ;bEdjzU+Qښlk~;ՖE-FWWWK|_T&sL N`tGp?"C}s4XT􏫱EKQOo&TamsA*,-.0(%.2ǩ ߙWᤚCFx+2K.l6*KXZz.'gI!h;1M@cN`Ǽsڧ`1t xy3?&Yc1&Gu<* NX#Bh,)cd)d9y׮1:W;}q^:dm9&QzL1B::<^>5XU_)9-@ېEЇqE X2#ݳqOb=ʌpyk@,-"xlõih\Urg(j'n4'Pv95(V< ł=Xq:GӖ(: Z`e-\˼\z? jG$1fA…MXy1$RďCMptTD{Vw_3tR';?8, $uXcKזIG~3:'X_{ZWZ=4{?j{rIݾz 46"|Js(ԍiau1T[Ku8Rk<ʑi5kT+wr( gѷ' W< 8:U@ЬuګO6o[ⷩLη-6IYwjqw31 ]H%-˔۳W6{ 3HPB6PuH;p{ A62MdXҫ\8ycӰ]k?]P1fU0yIlv<ܸqsw-w }8U=&zP: i:ze W* EGilA,q@ʦ$/C /۔x53l71yQ>ֶE_ym:f[Uͱ,mfI{'*dx aV`ڟgf'־'zDO5B'NH$»ZT9q"1Q ]/g[}Z ޞ"nN*x!ɸ}0zHQ|)mY[3VEp{D"YmR9/`_~p3 _VQ[Di䧣< yfoojrZ_1 D&qN&X!S4-!t:X#-k.OalWqbg>6&?yomwiQb r$>+F×0DNDM&@2!5yİ8b&ur+f!2HHؑUoV]? ='!̟݅6̷m׉-B溜`2Ǻr4Gt BWHT$uȧ3co.ioúOlf7ɪsŽE*r'wHtcX8SM1Jlb掅#*Ã%c.D{pZ~r)c镶]ZLqǂl;207auJ3zk(ՅJ;D!hQK 5lKɌ͓iWF'=NV/Գa*怸l?qA^j~n6+|?)a I0Ng8kMYNjmf^ 7m-#=eE6+x_G@Y& :`_@m,rPi$uѯctK=-̕*fqYKDVcRRԸ@_ mP>) F(2^R%cĞS hxB|I1x|ގ*;XqnQ"5ESCu:W,hSFeV+Og0Iv$TsEttx̽U'#QCّ/g! 9N GmסIJT2|kj,+&C!A3jxñO”5¥tj"Vb~ΒJ"*˶RGؒ9sO{$%]Aj82+RE8E ڮoBE֯ru8~qD_F u{rsTE-q]IyDpdb-;P] Ϟ'LPߏ?Hxrp63 u0EK_X̀7]Q ~TIi-U˳Jiƃ0$)~1RIiП엜=KE@>5 b`B}a˧s~KʡUvO^bX`cQI>qUrѷ#%J|#g5AZH߃{*.k|Hvp av&<< x kTs=K3oO՚` fXG&bP8J_QxEL '?d7SUׄ_zP!Lb7R·|Y>", !]3StUG?> R.cVf%7Pz|P5 (n<,=S¥iHvBNlzxZZƆCۛl _1).lҗ><]&A^rz%5vk.{,/u[R,D*m:KJ1ys'|>&C.k{ <sj#w23F BhBhI~+H߰KfZ@%ԋC1D(7hPX4IcV4`YBzw(gd8W93FUV 4ڴb6HSn1{:;v{MIw#03|b9߮]P5xtz|#ؙ*ߒ1 dsSt5hE^* ] cdD؝zK<Т^`WJ2睊CW`*mċzpqxg&Ƭ WRkZY8J\l?bkiUvFzXB폜觛 jΨ;FېlJ Tj gG"pŵ5RaĭY:tУ:8iGҤbˉ`~t3̶w8;PxW]ڈmVe/W􆚙D;hq&OEtU|+Ln14PeF5msZ m#9ZTo%3VČh^KP5ɩ (3N)\;Z 4 sN9w^;$iENd-:|bqԟTWKߓOH#dk68gSW(vߊZ^-$0, Mj4}lPJ2<1tW!1Xqv 7Z epH& _0U-rD-`L1G WGa:EP c͢~ v/ڤǾ'^ׁv&(k98;vٜulipjѧ%a)&_`sk FJFNSEeІ4+f&_#Cd88J* $XZdY3P_ΰԻ4/4$UtG-r٤t1ĩ&􃪯d#8Tpߧ `KYi)_О_i$ |zRI=>rڛN".W!|XChIN҉ɫe{Jv׫'vee:ʬ,Yt=LZzEn H ɦtҠW;m~&Nc 1] /juZeEu+u`?"xkEG%C=[˺"ZS|9K2olG]P#W倜oP!YEݪ0#gbB.BA2@:B罞F(6r:H̗#Q܎<ÏcO@QU-zư,Qf̖u nS6HW[Ɵ"[t4A?YYiZShZFsjJ2yhb7qf ۿ}Y==CyQjȯ$"K3 6y>=Go&.˾}TZTJ?{:ߢ"aBfdw1jK-*qn -6# f|!bwQS \'3'y5/'j~xGgr}7XY9ybCd$bZSE ?[V!^,92 UŴ#T)3|b8ߗյFmgP>I.PVL"4S+[%6Ծz?x<|Eac,9PsQ b6+Czgl4U0Xq}!(Rֽdpe qqqfxoѡfIE|dw5C)]AX[voC eSfRɾN>e(#i&ž9zo p>i-ZY-(0x70mf,E6+nŴ};_&.%H8 G*r fբ_xcnʰtñ}" dc8~N5qq )uvMti͟-U- $:6D!O 6C|P+$K5ˤqA:WY SIsca?EB}e@9Wtâw! qHQQ%w.ꪜ=,l[l| wr֜ܦ-" p4ېɦAs4Zn$D 6jŮ?w$C]F-6Ǻ5裷 Mg#3_oj[m-?Y岟WMd-!Qk.XORbn/kΥ~uusbqLBTL<= uuƭ/W@^(aS'PDO08ɨ~ffk8'ZҨ,7wN|FPV= ع^o4Lij82dڲuC+ϱe̅Wv[ފu+pw/m4)`^uRcxv -C1hҖ%k3tq(cW]-mEGay3]$v+LJrȥA_`8@GXYqڳI!~I_J>*X*\tZ9ߑ1_B+) qz&1䢢?0$S}7jp6w6>/M%iv 2=I7\S[?4֍;#l0ah^@y2)ץ\M9^/ ٛ'RhF8AEDY;c]j<[-r-4^-)C1+6lǖci¿NLJe͙oVB5fLmζLԲkb -=G9%B+dtJAlw7ً @S> @iћCRU7wO=DK<5&JC-j?e&=ϖ84KE膥ޮ7yIm]~9~Yd)Tj "#!ٱ; 괭ys"Ra%3ՐOE2@ /ݪ(VY^&G+Mo;؀~Y7MwD:Ny^\Ykq 3끜UzqMXAZ݉0!r0A%s6$.=MGbtY`nho|η~#YkDW(\L:sZET`xeҬRW3W& vIh=m-ca2JoUa!' qY$0{;཮8|w!fH*.mPm|H_7"&vu oKh!gor&8D[P6cB:EɊ)/j:"D}A5ה ߩ$)~u\iFR vz&ʺaB2JJoaH]_8 ۝_Ǣrnj`>_pD%_W۷Bm5׭WaGћOZ}{6~A6//0XFVTJ ^{s;^;E&ѐFSiCW^SF]3/'1/)ȊJXBJ= :꾵I7#fH%Ɏt[,W_*>r/ig 8\K;J{s QF2b_/93}ܐyp麬{ˠZuX5=HMy^{RdʏI_2aC` r ̈́Ӫ_CVU ()/A~օuRǢd3%u9jxLW<^*#I#`k5Vq]퉞@z蚮П?`ǰ3L jWCA=kO/=IW^Cu̔^"- | kzG2ã5d~loA/}Cmp%T"^I-]o}KgURɶst/:g&׌DXs1 At8RtXc?@M;8x+>YPQΚΔ E+ت^AL8n_I7 IPY?77t*Q;ixWnZ QGְ Hre돿}QPVrh[IhN 孴*bqh19::jLĜR30vlQu0,m~I cܭi.,]CP;bXy(e3yQR (kENЃc~adTKYBXVAR圹m}-2؜~-R82+gD]ēٻeXx#%ژxj@Sh,h % >:ĕ$fD56k1 QMh=`mp-И1yO_fF[Z@z<f$؀ע ۼ~IMC`IARp7GU{"/ټ!yGB>+uͶڤ7`@ d !;Yq .6eCBXj6hZN;1,
h[YYO CRճ:\*tky%fܷwUAj+Ri#,c Bři=_Ml+ T&K<ԯi]fХ¶C >{jqZbGFzANz=h&s3$+dہԌRnىjnɳw4Iܥ5Drs3%2: ғXdBdk : Ŕy8ܽń+`:(@iuS%~WaROqwT`lq^XU/ qn~]-!-.rJT>&{/iY-IMMpjGgdl*|}CT"8[b%s` 8j\^1}{6<TF7YM߼Ti$3(ф2w}`߻1D+7sqA2.$u;^cxT &h5FY;8.4|_B ?6\LVҋ{-1>,v.T#R d *W}t؜Q1W X-z#J3Q6 қHGշkWW,Ӆ8* =oɟS\DԼ#ɥ`Y= Fku@@) _dTj-0_>q3MEߩpM1؁RJ}9,\͊<X2:> D^;SB}$/c, $4aڵӽ#Vq <շn+1P~RQ3 +SmM}}W38')i^F bJ!ܣ KzF- 5 bW'xw:̕m+]ѣG H[z{,j D'T cpf@ehxVTȠ;*gOWoZ;Zl{g`Whחh{WR 8{6hy\K~\%ǤKww?U ,dN.0`43զbbtH6C#6ՇH )!( ;Xz0q;a H5R˾]ƜX[P!^DxUWYZcevs1ζ)N@Ij}m@#e27 bᙉV_>>ShCA>M9NBõ$2mX}W<2䠀;{`-es<`kO&ӪN΅jhkk6@w. nܡh{28Βdas/席i\1;-v}L:Zi" s<\=ĴW:1/iiJ|2ȃ̼9߃0+JSy,u ;9`q*E6Cţz5ٚ< /m( a;"!q#qok̭_|i]:{ \}W[&*ĩm dh Y||KJwZdsv͆ xM?-]);br4q <:PwПf(6nD5=k/v4JC ʞ2M M5&FW٥[tCBCFB NH280:Uqz`3#Gh2: V/ʠfJoTdڧh:F}Iޚw4lMs\,cYHӀ/nq+ V4yw(o[u.ׯ7GaQyAG 0)v$.bP#(תK83)L3u_Yz? (/d2&di|UCUB?φ?9L urj'"E𦺀n,AjoNw{ʼnsFԾ7ͣ6)[IΧmp3-s!uOqKcX^~bM0A BhaPM .5u d(6yOsWgpOTY,lZRjϢAj 8Zb ֡s }pޔɜsD`l7kocS= ]E_oOAeEZ&8|x6/iSrjfl9mϋ|2S&=m\/v:Cb@gL}I=yg~V'l IU vtOe1v; 1.҅u^1,SYDch5$W+{cfvlNjs`Ofa[ӕ { g E$$㸍XbCV LTV]I'<7U|vw Yݖ|>X-W?|js+eqw#Ʈğ 1GUUMcQ%9֣-̧EaN+d7 dҥpJ&^2ٸM {/f;A_*sڅj Par9jvԱm'\(aXT.u{M+۶lJg3 0ltEz+1Z.2${L*P&@=ޚKc*c,IÛGA]VYr"-,k4bWJMBM/).OW!flQ"ݧx2 ={}O,-fՠtaDF^}2","uòy}Q&bH¬ O!NlSrHW%oF:E2{b-uߚo7Wo̺B~F[ۄ-R oU+HxfMď1Ե }FKa8Oah1¡1nzg^%+Nu9÷d)V;-GA)F }VMp8Us>7p s`ǖu+ޡ2ga1t5SHͅE~L]EAnHKJBfx1ZcFMrmDt.akD@&sy]%$`,ڟW4v 'h;.^%nڤ 'SJUZycn);8ͧO|7Ve0RSz&RaA/@5v\aئN8I"R2#^Z.XYxz[s2Pf;"[WQYckk%5-r T8uQ q9bc-0rs=zAwy]fp*"o6,$t'Q*rT+p1|޸vu+ӹ0NQ'% dXRiԬ}NuBQ@3u"EiAt+fcdI1b'2}Mt,1…[ Z4Vz=vE(~r_x`͒ub>Ӛop ?B8i4.u $?_J3Ҋ"sӱTQEx\ `jklmZ)>I&u- ;hy?A,S:ߍ| ̎QFvx)s4ռF!]d8׍o#ײSºHg>7$-q8>"L#Ö | nx𿄚f@b&ckcwv,鼒Gj:M/Fb%ViJ l-44X^u[8aO-vDdo}#js5  ŦnhH9ݢg0eG#O)"2ɜ,ξ, q~ Pcz5Dӕ'3.v;&Ϧ8&)~s]0Tl "hF.?nиB: SpP׫_e5#;}g9_Ա,7j-f2T1TU!2 JeD=jQ[iy)_]SEgѾӋzq ݽH sh#{wN{\hc n@PEIdJ:{I* /U+5yZHsO8S@;L> #=Ed^𳾺i$HEŌ H$(ZjF(!ڭC63ɁF kzy;6cul'I^ .2ǦSm(ēi+AI(6)FA?h =& V&Or9%`Ho~Wpl.ֽ6dqBρl^+he<~U%˰Wfdr΀0Pf&L݆'ꇮMsFYsEW ~jK+^4"jT EvH]9sZ40i6~31?`?+~JSū@GV y,h((V3kj[$緜wÎ٭ƀ>}ivF~N[ClOSr&ޡ&>Cjs/g‚ĉd %(AP/-ɽ/]kMK%sM0}F3%|M26wU*E wcq=^c8܄ٍY/揆WǸ ^P +G,\_.'2:zۓ~BTVч..,룴wVPJ }k$> '=rh?VPF(t=;jEoX.3k(#z1=IGJncGU3'1l9>E<5mⳓ@F;K$^2>vjO/B_Ag+/^.xm1B*(qX2bn&vSn.E0|X U&P.9*9HtEJUٴ߮exd !):˧~yVTh <շ9 %-;ԙ.SG%ѽ ]U>*F'-f>Y^yO6:u |ּ_'4DAW&Sݡ50 _?2(Y4aʋE!Y&)(Wbv dOwo.ᾇ'互ky7jB&}MVD0L |7̻ԃ#&x=yH !M5󃎯pM^K`{.y_izwi?~M]0 g)G_'Bp1aN/;V|ɯ.,E&t*{S%|,;< 2pQ5=IDPYqˈ0">o_q<,cD9Rz(yw #gY;/߄ײ{*by;X&[mk\ L581^x]^fe#0@hWD2c_%M&x-}!;+|$0)Sמp^pF:<'HgcrC:.gAY=ODv†̞dN10Puu (=TITNDp怵v9hͮ9?IZWӈ#`@.r6]ĥA#k}{a!T''_{. "_Q5O'N]G>!Cns7W&SF)N&4yꤤ=PDSj;v3HehiexmKRcfak)ڸR:uKM`݃'q0`V6mf~ҫT.GAJ "ӜP&.:Sl\g3EVL"=#Q7(>4FS(GhM) m{mt;#?ˏ3m 0)CTYUʴ0V4 *8~p2 )S9 H\}E9]5۠-Sʮ, 23+lltBngۊ u OYLg5钖0H` W֛Xq6 ! XӁiX^3;թ ??H0ts?-H [Z4w kт2R`8. /zzӕomV8U=uՃ4ۚ&_h-- <$>W `Zc95:~9q;lI8/w^,z_}=6RcD!tEi}N6Icǎ{ RbA"ƒD@H' :6.7%_Tdd,;[ew{L|2p WRH>?Ðh挷>_C=asgey)j~u l9FLLl77_ƚfNNM29(n*~%@y#F%er7G55I f>OUTxLzĎ|k# 4D)"_VcXNӺR.ou5(\s/.<u8#V[" 7 A'<Őjj1YX?)k4xϕ^L8& ,<I +f*&ʐ1*\|$qp,TS7綽Q5klDjcZd-qX`?b ԘP}@mQ(A,)4ъVǒ*Q qik.Rؙ}w›$?G #n9 L)겤[U%llTi9y``*!Jfnmj^$BnCY14~*%wJ]ooZLJN s\bkd.pZvQ~Ǚp3^\{'͒ނh:iý~qf礙W |h/qZ<;YQtS~r0wxS ?ivY*h/|#')G!e"6bRtA1|wB/Uf*DIEz8̀<(p#p#\ ; +oeE;h)o2'Z\RGaI~j>EPqJ>aN"(b1x vL>Fa,%aˇ!)?*#< {?(Tv=^Xc)VVL,S,Yfxm/ty9K=/ċ~Sl<`(AfL(IRql!z#e;.zyӑ}#ϱ5iﰧ0F"G.qf>hA %x? ~"*/aN)/UcOLh{qxB4%yu6^d-dCDGl2#<@ijw18zE-+9&Cz8 j dfyw崼oT꛻aG$J7h3q@*K@e/.uUCF0daU@9TS>OaS*xAO J[-Ǝk6Z ek/hu|4dj$%/D S RQEu gC`.'5%@c>0Vx:;N@l 灡e -ۗ{A_8?N}E:`ֱew쐣\ɭߌD)| 9&wntDF;VrC!k Z"K y_)˧3AJ!)sdc8{'Sŗ,JVB,0jW#d> ܎R,`E>cW5\И"3'TQU/\ jՊ"?N;LETY2Qcl,rbS@a@ y kJ { ΝXiTNb|,e~kpF|,~V(kܭg)r(9 SDRnjB*C N:$-p5NC Z\,Cٲm}>[-jy ypi}XߧPW6Ҹ~՟u-3 )ּo`jA[MɁ#7@^TcG/^TYij:W,( mʺ t`s*=-Rvcgl Btg IG]-gl>F z}0Ci:Mo奣g: 뜀.h.Ή7(O["ʷ$vQAx[@>Rݰ5R Y*lew e_V ;+ے9ol L@GGaڤm]=־eK+qo1PāɼLX71vawkSdu\4 Tt!rgd|4zxT;R_hط)R՜A#8S6 N+DEv}m L[mڽ_܋8Mq_E֍7oCU!\|e/%bVe`kCs0l78FP9 %+v(ok$b3Ӭ(U WӀx/5#ZYw aaկWYq&۔fYƬ(@rY8~`0mFˎ\]isl}G/}e!0c 5Ef= 3% #0lHAroTs>DuzB9)Mf$Bo\ެUk:u2~z輪 oI=].o+!3a,@9r01@xb8tY#JC+ !?]H;৊yziΛٓ_i<"wHcW7V1iV(49-MoG= R4DtK|CO (nb0v3'\ 3J*? zu >cALyJN.A ֹ⑲`]+`g -ݩ&LظVF46 aa"$M\"Az#$nc'4bZˤ4-3ނE9%<Q3ٵTI rW;"Mf&Lxn.Ʌ%4;cx% )dcbjWfkE9qd*v=qZ?'.ﹻ7 @wYB4;[`Gݻ1 oɢ_.ÿ6 nD%Mv5`P@MrWȪpV~]Kq{orCkS 7]18yTQ7g;7JYG/NX5 [#M>,P5p$ -NO'nz$)[F!.GR"iM6/AWr}~>22!)_If ,c볬Jָ>R-JO;d5tn}n ڨoGĭL!9/ -k,"~Dy$ GH5yH?-)PWߩF?ԕ0&Ko]U/WuHS;.Nd НV|+($Ćo2֥vü4nZiǐMhGʵM=V}1uC'=3YA8X1Q8 h4u~ްٗeoJuI 9yښ#%:[~m[~nYXYJ'Mτd'B %ڍ-)fL^zkue =1S?v'I|ceh5 Dg+'櫕Y9ӅnzS7XtKP'6H E z;pL&u8k=`΍oЗ 6:Ɂ A7|9 N+D}d THN(TJC'r&qY*v-/g>?="MuZ2xo4gYeܳU+cu`>vbj!,f3\vu g,rf]WldG>_+/ۧbp]L*cTT.(?]rk~ x|X $V%E>0Vz.()ʊ#jz=M`PCWQY]d nC~s[+bʪzӶXyW[fBP$Eh[6gO=+az24"@F׋aTiIb!>jkQOv 0<$iÑH46ˢ-d?ל47-ar;7汔#kh/žȵsA!E`V-V5_J9hc>J_~cxo}O.!)ABqy/~nLn8TKƏTב H/f+ΧfRv_ͥNƚMqr'ɚWk^ᲊG%#@/Pz&4HSh»'Pj\c )Gb.T{'tS}xv`A i2ns 2RV¶ڸ)({)%`LRj\{_-"3qf&)V F"3~Ծ!\CS7'ؿg/sHeyZQ~1Uo'C\N4}G:ImC -Ş~76KuJ _)grqՎ,<X,7 *`=L_Sy={C0;Vࡉ+$AX@r"bOb PG,w}OfY)I,ak8s짛mVwTQH"Z bKQ^w-+9)Sꐆix1,ᒮmov*63dKZӚ2*>ിQIs4)Ggm9yU0&+5YM@onfkr6[uDQ>5d :4EimnH T\x\;ZE~A<ߏG 9y~h\!|h,ZQX;-%2r>ʍn^#gSg:?P Q&+B&| !DzWM:ÄgCMzޙrB?k{~Q$B13g fb|\/,QZ'S5#Ɗ_cbɚxSq?`PڳHpce}۩=I*հ;J@vQ}T ^™kco>nS&xu@8n%WkFueuYq x,3;_ Ģ90y<^$mԧK" !g/R0Қ kΑ1v\~!OZ޷JҸ/c`lbNψjmVHol LNz)w _kOawU`.W˜)0B54ZGl+H)Bg{.  jdH钰> zfa0O-PMl($q0dZXcXU}g9]Tsg JW01~:l1$mc&#J& (QkswhֳWt.c$A5ԯbh+g ABl3ڗ,=x` 8Vs{2֩CG$ jh,mT~MFV..rTM0FJcC`}5i9\Va:葲酳\s)=I\.DLZ?fSgbD$oPxw+s^4 `+>ᩙI5䨛lU=B󏱲 sΪeW(g > o~ XqVGo̙Hl;4lCܳ}QX:<3= k^g&dʾ0S @dpyW9#hrP4Csw7:w1{'C%@+p~nxKcćt[s.EqQll fAoI#zz,I!Z:ųnEȏn&Y-h{?S2]]D>. p0A}@KATҨͺg~jgL:xi-\c|єQ i-/yR)f $O@i!Df@G#fH!C¦8W#1_O:ש 5 68JSUfS{=N}'G(?ϕmؐd>H8jz.;ބg 1-'79PM3C$ +H ëЪ+$_c[} ci3atumXPdߠHFrA5l]MRBp-ь R4 ;v[ ^I5Gq3|8QUt څ}7'dc[07Omz +c|P8rZ?jpX)+rpo>˕ ȟu\mk NsқNҨv Z'QB)hM{.9 2kW @W"z{n+"Iyn&Rt ڏlbb hDEBR4֙)/BeL5xcQ4{y˶:E`7PfӟgvF|F}X#Y=`4S _erGo5+d8U<꺉JY|{1Βiҭ-CjjMhDӛj84?K}5oK]t$X@w tFdY$*i0 ˧PcޚTf&)vaw%,FA" ᡓ7Kz&s ~pF|+2togKZ%kʿRV%C6 SY#e1AcǟTFC)RO~'=/c >Xn9DTOѥм"=6d*DDNpnYџx#c+YԊF~L 4:% Y *U^C?]ښt{&yPڛ2"QYǻB;ю)I!/ ]djӍĊȡM!u*1_>ZݎtZy=2MQR3BGxr <[b(kvD7rـCX2[#}hu;pF~Phil/;Y,&03'N__eNghrh*^Sk)KaPĶ7yCNXw ֢,j.w# %Ū@!UZ,sC _wc NǘcPۗ;>(4]bOǯ})%Ol4yWfL{f˄4=wȟfz eZRٽ j6=A ( ʯ-/VP,k Z*m[@ gg驳>cӄj:}ˮՖꥮA6@1v*blp`9: i\r-+&MXJ)l8mz*%:>8J!.~xm}rba@Q_f/Gh,B ҲhQQp HH3( '綌I;UO=72xYO|*o~>M=_[~cÖq8FuWRN-|mH'7exk_摞I \:wÞDy#u5or̀ ̃`ިR :kC: ) $#ct\VzF{~WϚ?Z_DU@\'^_?d r]bk.͉Kߴ8K P.Q˔^嚰 Kv=V/=<|k ;Z3 笧6'\S5ml;kii%č<4a:V-_ّ$0L!qstO^"JvWk ̦'7"6Sb 9݌/ W+ #$GҖ&ۅM43WQoP_ׅ8ıpLh>VN84̬o>he2'ZSh2nS{O~ٖ Q >K:ɀRAw?0*mA?n%ƒ PΓswN;" O`VKX ؀ݺ17gqbqu'&tzsmRu 5?#!%VsX85ήsEUPj˧me:r(즁R}fw/u&Q-6"%.p>C?7)>Ke7-)?~KrjQ;g%Sb#ej5J@{&wR$7}z!a,򢽥'+s[Gܤ&j$S̊w/`G `*f{8A.}AɁAJ}Nҋ}y%'37Wس~UoAt|Sw}+|t"ttͬlv9c*S9H5[0N1'x->Cn=ώKiCg-w 1qﴍ[蹗hGt>[񄞦ohڙZ^c C!VsE_8>q'(w&+9KDMv/d1 Z#{4RbHJo]r z'IyN YRwBN~D`.l^F{pJyX{If##I>zrR6HϔbhuʄyQܮ7Vy3 t:n>3@ B2aCbth$J U D;DByx +%ʅl ZW)ɳJړ-2#8"N+BUNNZ5]=?\|&@S{%a>bj<7h+}vpt;^:(82JyCT<"9c8a+;nm|Ю]?[2kSmER"xVxNjưr9[ָttPԽXa!%hdufA3q|y;CK\]9طounhƄy~ZZ!耈PA>ux X-~~BsV:"\ԻUAfjDv,V"3[8t8N, $ lFIk;K^R:qUS,@b -ܟ;a7nmG cGs Q~'VaEnG5H5r (gPV.9sl`[U()7R 7tD-[m|8K`T!.JH|Ѡ\ j;!#I -Qqiu0o% )xh1dH崂5TEZy)n(L:d͆^JdM/e٘X͢ښͽikܸTz\ZEn :|$YjEQJ+q8)s9X(Q⯎GcfROAT*O2gB->sGzu1`v9-}$u,j4m#EYS0N,Dy6,Ӕ?G3h 5,nX`,tJ S'f/'4D?33X]=*Z39֣I:kėXXT^a^e .uR Vޟc୮j[9fJ{)1 NFd-$v*.e\ZK3 ,d/p;D`l3kC)(;L'kIbt0u֎Ѷkע]L(I1Nu?KB_wD3J[w` yxв7;A2kbQڼ쏐֑6 L7:50Gf$^Ma-man.{tA}4ٝЉK)Zphߠ]AiaPFc]dy&-64_lػe&DƾQZgf*s¡w:lh` ?驈@?g {(uڏl{4HJĶl .= :dVDEӽ)SW|ӳS c ]Ɨ/1mkDϑFFWE;Y#ZILQ>KdiikodvFbJ\܆FBENE G@u4wNfU=/JGztCv^]Q%$zg$yZ A N3qbXo쀊rϊØú*Nx. c>M6/j%qL5L1M/?e"HSR /۫jC*ҿ8]cI+%ԻD:Z 27TOr?1!0Z+M *_IEotmeFbb [%%7/I*лyy' .tʽ2V[w~t|)'A$>2RMb% y<*5DZ"2!$97M I;% ^[jJUhN,}~k<E]Qy4"Yn5H"ǍI{{V̇rq[o`SHMd)%vim|Mnz̻돋ªCSk٤Y:CIBN,>07n5OX> ϢeNp>v>m?<"FeO3db-q n]L@CY?&HG[5T[ 7 DD)嬠x}D1hS^Vi5Rʊ5g#q>C26O̤{t"{ gt.]w>-tA3UΏm/&wAi,M43I;ʄ^޳T_oOޕBEMG&mMDp^pYQzKp-9njđ:,׏k,bK-]EG)2Ot<큶.=eY@tc )jwhͣBc/L7=h?G 9xÑ *iK>e*ylu3M"y<[{Zխr 4p$0rp'.FL 4/iHLZhJ,c\U`rj^:tJ"6)`a~~JΗ׆^Rlu޴iDt<g!LkSIlGp(# ëJV,5}]jc{ s`z'nkHܯlG⛰&._86ORA%y/VLݱ|P(<ЂiW"Pԙ9Ӯ:|nRa]|]cY 2%@꣰TˬկTS &vc:A&]r}?3;l"߀|*wη!M_Q NVe4V79F|kuAS[F|2Z=Yf_ƓK)_5άK FCjALMxھ0鶎#u-eEAm$K-LePtfHtEFW~;vZr6^o6EAW^dr Ԣ?UZn 0i;#_]bx?l4u?,“e/tsMk~b 1d:4l?iٴz2j65b%ь.븚w"8 ^ܣcǐ\ 0g"E(!Vݷ= ^\'av3<1Ǹ[ϛ]_={ =4<c1 #+O;*7O$@z>haLc"fP=`n3 )fr>ZUBNG˭zJ &o 0HlSFm]w̕?߹,ąSkU""rQ\=I!0bCp!̸.V0/Zsm&0 ^tBZW+(wӚf},Qf'Q"àW$/jǕa{0s,;c:}Ehd4!JSs8jX8Bǹ1SW czWPMu>/<|:*dwH $O2+h9s7bvIcOE3nMX8>6EL\~띠sP IUҹ[M8AeOV8\BвopsPUXeFsZ\̼b>R#`uQ [EJgqcW;5vaFC + }$"jXz{G;O3NPU7aF? & H#q3eK`F㞁 u9sy5ͩh߸GL W@Hө׉ZWyG'SC1a@LHU)yViVHiH[#[\hS|ϡhm$&b3"fA s L.LP14T=>$C"|0u| =}lx8 =QXM mWzP|/ pi5hp,b͋Et;hppוRsca7j A3X`;" ^<Ν8Zc˥O &aSY$D*;ˇ(~ @_k]6vOx`U*'1JDoo&n*Af{D4y6=]ڭ6Q\lr{֗YÎ493;ֈ֩">| V+d ~̪W}n}>ɮKvNH\IۊtR4[X9Asp Jq`^`%0JZߡc1>0Ɍf fW U YZ