PackageKit-1.2.4-150400.3.15.4<>,|fp9|cʦ&[0Fm=C X3dN?ffq#MyfVcd*|=#n[+`Ti;]ujLqQ`g_L~\A9Ma{wyusTŠ6uL.(ۛ0ޤG9J.LOp|q=fRK!~u].:&,A$2,ˎ^,;b QB6]њNXX62ShG`0&cuU5Wt>O?d  ! Rpt $*2%% % <% %  u%  %!8%!%""%#h#$&(&8'r9(r:1r=r>z?Â@ÊBÒFG%HĄ%I%X@YLZx[ň\Š%]4%^ȥbʔc=deflu%vtw%xҰ%yD6z,08<@sxԄԊCPackageKit1.2.4150400.3.15.4Simple 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.fh04-armsrv1SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxaarch64 if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3  h  X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfffOfffffOfNfOfffffffffNaMffNaMaMfOfaMaMaMaMaMfaMfRfRfRfff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267dab707595755f1852cc238bc6ca04ee40cf2648e70d161bb1619d20737f152e64ab8c9dfd7eac9a0576987e941af21a04d8454b1092a698cde0d42fc34bf164858edcafa60db7ef79945a92a7c3fda4f8a123a3bfe4f1e6e07127df0fc4ab56c92228ff670dd487f60a9cb9840defa498c92fec652718029bdedce06a58fff83b9debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a77ae9462b05522e6dec41c2a362d66fa680d81aec7b05ab00cc1379645cd829ec126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(aarch-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckh04-armsrv1 1713246110  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 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:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=bde42a3ce57ce179b43b805f52d3ee996ea6045e, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=4e7756a16cae11215cc0e99c86a8047ea4f1f249, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=76c2d2a452e2dfec22eafa1bc4b4852c50d48d85, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=f78142914e07adca37698375d52008d52208dae7, for GNU/Linux 3.7.0, strippedASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f2681239bd35bf497d8452fbd9cdd1312c8764d, 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.15.4.aarch64/var/lib/PackageKit/transactions.db' (No such file or directory),  RR RR RR RRRR RR RRRRRR R RR RR R RRRRRRRR R RR RR RRR RRRRPRR RR RR RRRGK!psystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8aa27845b923b0967cc42374fa26c1d72674babb82e155f9528de48e5b899b531?7zXZ !t/DV]"k%&˦n99Q Z~g hϖV4CCb'>HQ]uB-ߧC*Y@Ÿ `4:kEhȔ\GF,rn.a*+(=Y_'HCa8©4JK1 ^]9t(^Z¦#U{)~Y+<_}nUceWq0=qK 2|&ԩ2?)Sp[h %"8t6+lJipB)W4úwӽԌ2Pl?WT6էr-kj[Bpf23}:,_[N-{ @xl/q֬YY <|8E|چ$ټˉ#;$SzXa2>] @}HѯwnYi-6PնY^'=Sx-zV/9X eJYO~&8ob6)ѡV@m-t?I̫[s:3o:\$ ܧk:Ͳ7| [2!Ozb "&<۵.c/xXo >!lgz$*Xp4#u/LRA`jFQOU-[*%4;"l @ל&r;  jE!.m&)+U\4l&Le`Xc{鋴%/ k,Cf F[6ѷ[-`Ƙ%v=).;2|KNٌW,ܱE;hjǪPw0[LP~OGJA !s^fόa^|"wu5Q5Of%*|uA ٓr#}bJ0w!ߝfN ? ysy8ŕ%?/)Ŷb= x07 bpmxo}|VjҘaiʰ7t;x]c:"Ysl 2J6vF8PG opVZČ(̞\2Nx' ?Z/ov'E;p&|@2*_+iUxiwA b=Rӏ8ཀ;C=|({Vhv.82$?V=X>=SyMWl(D-'P֑PUu\zrƇ сv 4 5$Y Mڥv\|̊줢O9;W=PbXunTTsR*W>5zN )6}[#%X7'G,ĄhΈOϐ7qMtFSQbFE9KQK5>PwGv~i8o(h{͚>jG`8RTUKNsAX:h_/ݧjgG_rm"y%*ˑlp{R{@}$M;b2 K_*3#3Qy*_jdqp Qt5([0t[tg ՟ðRe@}ۿ,8U@ߦk'a$!YF9/Z"Ш<@TؚBU(J'i, xFhp 1ZQ@%UI]doOCԳ\mع@4 Mn1#E=CWPt GXjS_\K=•U]gPT7ϳھYhme ɺyNl SJ)vlA*@|#0-HO W./^bwH˥I(s̱$?\vcܪ=i Nǎh7..}Fy?W;s=|(PxFaU,'*/ ?+~k>OOfx[MA#Ļimba[`ock5l2e⟫=6/$;r _>׉|qzL@zQ;iE)a唶*'rjT3'uzax'Ҳ9]̴"@N[QVc]Ww?Yg@yi>W5!i ѻȵPѤJ?As'O.еAJLqM^ɜ J>13=!+2R2vkY\֩@䂹_LhPrQ21C쾊ƌ 95':x&|k=9ybЗC -,iwmNV:ۨՐgŒ$.IjJ][8f\ ~sÝ}P^dG|y1Zl+~&j}/]8U$}I=g ߩM vk:6rɿk?r0f;Y[?;p͒U|C*NzҴۡjUSuo? _E=}@>`lkq|fCjb̺odu~9BB >bӘΰ'8;sWR4frVGHW /HLbLHЌZmW#.©1<qbVwhK~i){!~= nxItXzi]p-8eメS9QKݢ-zd@t1&ee^[uЀ+UKbIxrDRMBLe \;q.;9͋wmPT6$ki/&e2x ۔kң!g"FDU'ј3*e4P[\Ao޵u \`SsiΛq2K_`ذ'La~'iˋnHJ}6 1W'!愸7"EB|%f1@?9{:k@x/䧟v?=$q@<E؇퀚֐f*"ܓҖ@w] rJ0@1Vv*NȜROY۟ @ŋ%m1ʛ'/cBK$&wMl]UPZ8oӧ\"TAIe0}(?M=l$fCV\h߁V6H[¾9:ՅàqD0NPfE_GEl 4z?jQN1/: =E(dH0S0ӌ_}|C`TmlUe $az+QYRTwe"1`^,Jpm~M__7S zo5B'{;pRs,,ͥa4`Ye<]Mz%UC^(e~0BkJ&brz83#Q;':+``a=]C@ynXV0mUge]Ks73L #*y H7N:CKqN`ůC(*3A|,5&2M&TH\p(,zg}&k"z45LCGOIeR&(ZRo4ALV&꟰w9/cM^tqbFUW -Nr. ?u33PU7)`31X+t Z-k}l&/X{C97-Lwą2'_xSm-'<s.>O8+[fU2&H(3`wAeȿPtng c뮴3osa[NIq-| 3Tc+|P=`/x#q;5_ǔX Q!L(n}jG"q%mG]qJ0:pX,?wmk M؞Ԙ޴mc^v+F8DƖw&ޝ.M jw&(ǬeP&k&ܪ"Xv0̪`H_ɺ4징}wC}U $P#2qW0Zb1PAU{iމ/& <ֆttwGbu?@ӪaCY?1x)b$X6CD]&JUe!c(,3B%:t;(rN5n8,"L}V. cAWKKlTFbA1ԙ35'T=#Wrkhc۔r!˛ V+KVLf_NK]e,F#]]ț;uZz]%&0>eM9t-څZ bG3!q2ЫtQsm~jFOS卒_M_ &qk)Ӂ9]ϡH3{kXx ͤCN`Nn{kjyk:3VWiEpap^tevErGA,I_~S)qӘLeJ)ɗ xI<9Cw. nhZyd;3(4!?$(G' dF$ux9:{ph]w4ZGLWdlϒ$eDj%*yQSɋ؊', :]\,ҽxWWqD>fD;t-Eu#"fz5)9+<'Ov/!p;?tdrE(Efç~ص~kuU yV)JMw-؁Q(Gݠ={]gP)핂=!#;?LP&ug5O uvt#>SQ{*4_Ry[|+9} ` 4(5l.v̑!QRDd!e^`LnŶ+zWe5[Dȑ0J9މVC0%wjplst:69.O- asxрY ZOsC7੐0LrR/NfTgS뎻ޘϧI B16/ vMof+׻V'!KZ~/v÷B|,xD?K|x<?_XcNEL6};+;X`g\?Goz,Fpj (XG7ܛX ` ?:~m|*~J;I2HWO Ru' ~ G'H%37S^(نu.m`8cZ230eݣֆF! U;¢Bp5J[,*`0Hky-zvpP=łav.6~F*UL*w]ʝLuZEJ $Ŀbzz33^½5c!𱄺?Fۥ{R|"Ik zNтwN>Oӆ;Ƶ.2'ܮ EO+Wɱ3&DnR P3v^!2z]KBߧ('ǐߍ |X\0ÔQ+%˺o;Q♶WBKtgG:e:~ |>'6:~~nf#UZ&ypP7\_m?]wcW<uY=`Hqה<:kVbJʞvoʃ,e2@Av~pDVBh^r۵p 1ltaMxBbNß"7nn˱ _[} Us#S|&ԅYSSp˟HJ4r@?C{VWqVQ-CN#4D!SkTћ^w]M횃qJJ=~;=`ć6U wqrC*OG\%.~{$h)9E9a!d3m k7nz,BavF<. n]q֑Bl@n6 FJz> +[eU&@& [7?)`ۻ2EGI:H-.P]>}3Eg6h4zD,)6,ta X5VsHG"i$}^0O冟g=k&70%9[>19?ŖNsf?VMX#l^5G|^2LJ%jM?[wKaSu<XK3[wYotgF(e _lPgd %!1p63mXW+Β>`N&w_.G٨hyJ}~?{a}=-*".Xd$X. ,QnV$$^ϨsIoX?E6ւfHX(hL/lTeӚ+QCTA0XS`3uQ\QnP~EG^8$ɇ6lU' 8j}3DԻlC'Ytj+H\ F߮}oU(Nb xzv9-pu {YPM`J}lt4ANnYpHG;0z[h,qH[~Dm"VS)hhw?Kv#/zSB}p1HBd;'z =# 1J(y_UCvO!o@}rt(2T@32'F4 ;,Hf22:Fp0Ӛ0t{{-ꂄn)Njmth0ټ0zk؉a&J!R\o2|~IH{p7%؂a8-!gDNS/v&Pl֍zײRb3,=VMmmrT(1K%ڱ_q,U]DztO.TfkmD9 ]p"Y E)J}.;P5EgNO0 9bq `g_CvY3EJSϟwvfDʾ}#i!_~GCg T 7P ^a8)`'h*^(sT):(4I[6N܃`3(M%%}mpD)\'@ɝ#p`4yq[ xl>9Ƒ&VWS?RY6^0Bt+Ӣ>Jn?um={@HrTOnhwkzqIt"a~ƗjƩ@`d65-ѱԤYy}6*BE͂/c '7̌J/9Ja `P ׫r"EDyv%vBfoCysTҍ 11UXp6ⷚdB42wDH ܂;@V>yHQ:Gpn29H+סfΞ~9D5e}S,GuGҷ+A:=6.Mz@NMأ4ΓMl \pC _z[CbIi+9ɰϜ^sZ:Ll 0i_\ Ѕf qza9Q}fTҝZ6=I ~Fekkf*gdW1B-t9ME뗨]r~藒Ac0TU o*>'8-GPDh^d>aī컆'~v'L~b$!l.YSA+ar9G:p9iȟ;` :yh(ޭ^ˆ8|u"37V-jRw :<^D)VDmFˮjϾaCm9|MD<Nl:?* aVck*񴰕`'E.;DfG3q=6BJ<%]|_FbRmD16ok._ 3&f=I`i\O(I+ Qd7DkE*`,Q@CTN"ᡝS%~ >#4~8bZCDXgu!]I5JY[Kw̘@ bR8VB Y-‚UQ y[sH˦z)t҉d2s0EFsXc?QX T0uFʈBSG5Ԓ pWq:UT4a~;Y2lc udR<A ;|y~hlݫU-**07\l&!GI!Sj.֤` $_I"Ps鯶?T.CH+  Sv(1k=y"K!aaXK^Wݗ}5sE_Q*SJxf.ưũ@6+`:|G`,+-wQFs_naz|_*ѽ>Ђ<^Ii UE.ҩfw26"g ϼFF5xz TklRPN'`Lk*GNJ(LzY}M03I.14r߱BMwW27գUS~dJ]XhէjIb$VHT 6 xIlr-,@3Naӵ X;m.%1=rfNp'D/>cQWKiP /3GlyL \ Dkx&78a3!.xpGQaksZ+ҩ:Y6{D ,Jjd;1  ]"SxA \8:ΚD4<c?O 'brd¿/qI] |\)AYW6i 6g/r: 6Zˢ:-As}inlj\r&D'ql=xWFkHǰJҞ(2CqVqiF5R'1GtyzbiSKjFj vI64 6E#(]{merByBD&\PZJ(ӹb2iyx^n*|2 YЊ5ǺidI mUJ,$*;FK.;& ~1c—E45&[&*w*YV.*2fS 2K.1& i+׃Yz96 7FBƟSby# `$fYvnUv\*dV4 ?%yQYELxX(??PR!BƖtM1f]tɠ)Ԍb CW Rb dmslXҐ`搌EJٶ)6yfꀁtZ_u<$-K-⌬zؐ@TgAa\HF9ǩGތ8c8RİI,! WWxy9 wبzÌa7EmNYVQ ֻ?A㑭/.p^oYyMTVF{s(#57kD~.$s//ARi ^s#!$yZ6a(c"ɥ%1uoE/.M:8)̅5F_$-NIUB OFSWe ;_Me?4Az6\}JozyNmdf;ڶȤ "[ ATom4>H{6XP{BaY8h3pD%E|XmHtv\#v{ЊfwqҌ`c 1\,ݷ]IA{E2'IeOwTg Ȇ9^F x<4; u5ci4t/06OEmR.ބ2D!qt"qV}bZiZ]O.}vIR⠷02i 41AN%q,|j:pG+i+rąAhj_䆸#!}dK!*nySȳjF>KĊdߡ3kmPC)G˓4B@]e*eHg|Xh*הxT%@tCXP|!brG龪ganU,;-Tqi)J1VBq5Z=!v/;o2cH$Zw[NsZ+Η>Q/QNzcVJC1e݅ݿY#6z=j:u)Zg Sjh|!wf\V&p/ u3nS:R5ᆼ$lhEϿ9Q0] m& yؑR0) WNEj7WڧnyTm/QĒn^z3Gt\@o^ yd\*AxՒE➧&P`QS `Uʺ }@ᒊ :lV(0+3C?jvvPc3G8t5 o}Qb:B=0's]V7$4e}b>>k'⾛dm[T;y0 |eE‚ḡt*~o^V#k%z]7%݊ 规4lᔵ7# xXV\1#8ѯsn5*o y~dqIzsM a{z;>_ǒҎcQ˳n]DUcq ru׵bzoE[Zp)LaC\(#>8nz(Ky45.-S(ojuNg갛D[ $PZ+7효}Yy{&Ͳ|Ooޟ o]4 'ܤ' vt2FxZ3=l..<]s\r|xs5MČj:RW}vQk5bBqM$`T?"ߵEf! .'U>'k|&]۝KuE]Ïkʿ/dŠr$/{uz~=jK'/q ̆;+{PLqt/oky QBc&lNړkd&sv:vJa:4@i.6|d*3r%„53*mXa@%'(b7Dci:C֩*8o` n7 C+ :#D"1k`8z.y7ЁwUZEFh $`&tp}kA_3 c"4FY?y `˔T&B M`?jԊA#X/!~} :D^U'lu<ۘ.ff۷:/8)#OH9F>B {AUw\# 61B\:00v V][_&n)]07,8o>ɚf;~KOyO+VR d6c@y` c_)װv<ڵe,xx=,YdOح"}o'0nn&>^:"utN=AFJ#G_im w5ukl ǤnAl.^Z᫶jێUJM3"҈dXSmJ?! ٢|ժE7oJmUi,cIydD{ʑ )UG¸ "CG`Wxsg IscɪY a&7ݾڎ0eFmHHXrrJ{|^q%0R~[-v]YHrZn4<q@rm y^ s!obŭF/bj\:_p*v)o/5.# L2iP.d!0 "*$ɂ2ܔۯ\N3R1Bf<9&t$bQ[TtR{l 82f`[rJ $k쁿+D=:P3{9O6 4cKW{O(f `#HtYcJ޳#`qMa9B^ɞ`x ssl-b#<h5[?JONqԶFf"N` .񊴷bM] 81e(nwe0|ڠUm{Ҥ ŏjb"m+aО#O6.0Tk|]5Fh!dڬ;sQTp.̂7__Va_oq:] %=FgHP+:ec=+ER|5-?z>۔dé MvڒFw׎sUz:8qejw1$`B~ Gejtdぃg).XP*! {sCc' aB!RF\D͊T~l gRlsP9 RbVQSx13VD877_A/-F5E6 6iL g~]/P7<_NEb]A^(d02骻P$ ,wOℙy`>V^rVhQ쌙 gYU/]\ opmcxFlFCTBVQnG)xJaA>W{xSv`rA^界p/{:蝛k]ĉ4{`0zyU+x5:Ǫ~K=ً *(i+sW.M)"ҥ}s >˻c$@8@ԩR6@b''⸼4b'6 X aPH}Hsf1cG|F@zx!3:HcC0`"#pnkU:+Z:!,09) (X.-:aP%#`Wi󺦳Nhw0^|zO:y,D$=UP0%Exe/\D't "%Xq3W^TQrӕtLӻ# ձ5v4iKT."vq[ω!lb!h -Md $u cmRT"GVDul5D 9վ="KNʾD]mBV=֔S5iSZ5a=Ed P?G\6Кڌyo Y4J+s7|PvtեlQmQ^]<~ڭ&5C!S@ZE՘6%x U #__3D$s4lCOUWsX H)Ʃ_ rr$rq) ^ࡶHhG a^*!}7J2iXo,#]A!޽T ~vMv C-YE &S\g3r9ziբ*bEhB*u,VHhx%|sV Nk#ֹ?fh耠BҐ_u'J4x r >BT`zԏCdxTD+m/ gIm orQ2nΉÓ`E.Ė]QiL# +=fBtG$15 R*Ϲ Er;r>*- :~h]Jss+P b+Kp) G #A59]Ԫ_j6 sxu?&T+2-5`E}u ioMJIp|ۇF`% m9]/lx[eρoz?LɬۺTں o ^K\OZ8k]~վхpAJ'ޕa6*# aNR/%1y*ˆSgX%@zo4e7@cETitD@,SA 9(]<Ԑ\2LȚ1m)T ;)iy"e"pH~ :T#23Bl`5̎PHhZ'nT*EاEjviF3+$u 0rA{SMhWQ ^+C,1_i"SVAgȕ;Hp0?sg n^\语X,Z\[Fy(g  1VKwf:ULMwĀe7<ÝbA>}31!\o ; ]vfl>G@A6T(.ࢄ2ɞle(|4;ˊ"S/[r~ӫxU n6nX4f 5̩,iMNB79ִdţz 9SXaѻ̙`nKq})6z3:z l;Ҭ/W ˴5wbՐf6;u  .<dckh@^sgE8rxfG/Ԝ]`@{$U̫MU:ZI=>%{*0AW8q#{4i nȿGxw>r6r: 2O@*lk'\;jbJWNJԬgr&U8R ]0=ywTV`gԼQ<X#3$*wh_IJ&{wmb0_Uzw Y9"Ҍڤ >g9FtnD~^࿕ p WvU[D-hyo3WqAë/b%w^L_MP:KYn(0U.M!\0 CCƏ<)=t$3S^;{S/]f? 񱠸&x-֝ SI5֞ =\< mA*#f$ޮnⲕuT2ɄsD7R#-5&{XMKzyK1ꚹ5AG(x{4)jjuUVFCIk$'˫N?;\.(S͂L3>*?YglHT j;IX{N?yb >C~UTZĈyB5 prjv35". ܩcW @6=#z_~Y.Ʊ$1-JMcygu; Z?35x4.WGXO"yBr0= xw=oTKڴ2j7"RQmcn;\>tZPqKpVTU6YuS{mm˜݃n&Xdv)9( r!^Ew_k8ɜu?lg(aefjmv١0 f2 *Uo)ox2{0l͏bx"9$}gh QdePH,,E1I, I>M3X(w.G`>?ĜOaHoz"&Sy &5Daƨ낯{MےO^x #ԤW4O;K#O 5y^ID?=vLk@p0Z>m" ]-#Óz{Z~ߘ26FE%RVP'au8|($v)[CscxpW/e 5Q+qb[".D/kȃusS)?rS0\+J>t : 0G0#o0WBP+#_QYZd0  ILih㻰5"r=H QsxAϏ .Jgln{6lvF,]AۍT9g| 8HF 47ϗ n*t' xyei_h;~P##' fo51%_P ՍVhAQ}`y6NpEV-wpwءwщ̺r0FED-7RٗxWU> -%~c0.]>_H\=Gpc*$<@1 z|Lt$@? _X7 s ڰ ŻK?I* ,郆 cn`X1_ L1 6cK]ɧ/h3+N4U+/zOc.lXD|p]%-uZ@dU4_%5/-N$J7j7C]z`C {SxmW{5FQQ^*nsE7<}6 ,R8a(b@JsR@,iW5t6z+lXJ+"5XF wf~*Q 93Kq1_udzOBIOg,IAV~gdHUP/W>Фr~U qckT;iw@u4FqX5` ܛ8g{O9--S:2,A~|l{5]Q-YQ *=6f3=ܽ˭_ gvU(hF=t7?8~DT?Si#\0H bU^XI_5b곅tٿCV%o T)Κ >R1bywؘ"5p <|0΂8B^̦.ႅ 0W{,2`r7( !iы$iw׷@Mž#ʓ  1G.5:ͧe>*)H(5?CcdQznņQMɦjy(Rd592Q˨$j`F&ٜ,#m+e/JU4OK*-EOį.ENjT|-Y_,׾U._ټ;?Ҁߓ SQ~GFQ?MѴ;LcU-|rrZ2)g763aNah=Z@/@\a32Þ2I,&[՞*!fwe7EX,wFg~Yga ~Q}w)XReTk.lO -μrձ{mJ [ Xk̸ArW *lWYzd.O"A9譧4nTm :.dQn2!s\2VɔH!Jb+hQSS|+*AoYE%j]s ݷSyI7{kq=7WS+QʋV7E1a""w-#$6Snχ4-["J-Ie̴`%.du3TMr ݿ%/!wq}%ӏ7M%jLJj=[N!]P"fY#15R<- jlhw6ge~{1FQ4:;$B9)Dha_W#]3CEC26).]Ο#"sg+ngdd7S`{*!c[HIasܦ s{NyW߃r7Zӎ:]௪Մ>뗕C/g )dBHܓ[g:}r"K[LJə-]Л#!`N|>W#6LJ@]h!TI)l{Y 646BAT˚9pna궖#] ~UZ9iG*b1 (&2v޺=.g9c\eM/!TK6nHN5[kz:H)ݶ &8 hX;hD 'B'm;هojփ*F\\.hy]#;nf[}(JgX\S%;,9˗H} v a=xJ K #0~ЮL&&AyvCNY>If4yZ_i40=0xyK 9*c{23Cwb5QR"]XAmJfDHi{&[G ddwM7:UɊ83_\Kv01݌K|E;û|.(nu=`-jDṢ:oKȞa#硉P"D.|r͘CtBϓ}  G&)*,zDp#KxC[$̤٫/ qKObw9-)V?>!8X{u Hg$M4jsOh]ݺ=tl^w쳱E(X9# fsy@8\:x,(Sgc#|wRÏ#T+s18Mw`'UArF(.+ td-?_T#8&'wyݼ X"]h՘unP1q@eCcS[?\< RϜ NɠmzG8mRgkᩭ*YnvQ~΢~l=@N+!̾0hǽ1iAVo1j(O8 fg{bU%ZwQ1i+_DTcq.f1[>"]NtMG:>^"0v9w6$)N )}w b 1\Ǯ`ZEJ9 h AQ~oݛo~U 0\z#;1WN?ɶ2z'BSx-$&c-ft;ў36ixrbEvgmv=K/ĖmVq|p_O؋f8=fo>#ȫsWiDbef%Җ¨GInU :L VQ;/.HÊYAO || O#j %>>lm/YKa| pZ@ 4`%U-IX"p,?E|f{7E/!:*6>1H~4ZTG(\B9ܻ\(7觵(7}f̓$%7 ܧ-=k|Z1?fsw[ʬ&962`HRsxl'a[\>MYZ25`_#$Qwʆ9e}UYO a/-k#讗`PF+Z"ZuKgS`@ύI'xLx0jp;Ƅ9}-׮|wzJ_TRd d39P {$y'lg"0t*,!F87Mwh[na33"jC}yk[nk*T꒶6ZhF Ӈ6J*ԴjUBD5t1oe@d/UKv>X}k\XVx:ghɊ+K׃Zi5%3#)7.*+1_sH/sm8?߈ Dt=^a~Ύ 'ьzw n6ۗ{xHlmpoun* ieϻ+C=zglbuĈwܽp8Iߔ6YLԌҌq^ZYfms;O@`AE]z׸k; "JrYn[Ѳ<cUj0Kr̮gy Baۋn϶l{Y[q&2;WSm͠KAx3)Y{eycQXtK4 7'>6 FAdxՅ4wU5>XRQ`0l-) 7YdVjֻ ϼ\PT`yȻq9D|h@sCFxʙ0c<}pWnƦ/>q^X~b}@fTдb#<֋j6- WogZz'SߍZ4Pƛc9ϯ (@m]uTt}Rc <3LBp玍Xo!F5 ս1(W]f'4NiiYZ5 &˔9`?-+;y'W/Bf_^,e]U=[i'@ ,)_o$j sMʇH3_I]&ZޙDLf߿ v)MF("4+xa0"ZY70.RZLД=dhqJΏ(*֊!n3!BWˀD%L+sXl>uK@k#^s} j]jQp}±ʼngXK|AQ&̻$B: L"@:ƹZ/1[pY3y$5j)KɠI IT;^k:ږlRv)⋏!iwhbAJ]փ[XFP{" יlLds?mlO<\]X4)3%a]/I, Gq~\+Z!+,!\ XUT:j;JD|+ry$&~xIxnaro BߩpүgS]y`M:Պe2xI#vj>ho;4Ȣgޔ[[K@bHFr |k)nߺԬQ(2y5<0?;FQ"' GYsc\sv`[3B.q- hUګSüxgn\POym0E)7,"r}L\{ J[JjaKRm"F ':Z6ٵY/'eOҲZDɤr 59h?;]6}U8D!T['jN>ZkVdTuE sNṪw!AS.˕AU5Yx$'2fDU^'ɡn U{[葏!KtAqQs@gz1G_֚!#8l3|C5Z\.'E{W(,-A~hb:QL<_X ]uzo ۸U|ؾA+HF`U̿ #&Qvz8bc *:\;3[U"$D#=0־}]AjdBVs;_=HvN2;LxÉgV_@! -2?@NR 0$ze+94|8OŞ^eHV 1SfAqbƦb:\=) 2U @5mzZZ#hYszFF TO0߳jWXcGBO-| pDa ډ>ł+#,S3-oXNm}T5O gF(!A9 kM̅~jG׆"ϙ]/<qkRWYmw]0Z\w;X)WFd6q14Af7* ƻw4p_ RV`Ut{! S['xoǮZy~D#bՙ#ƩBxdU[^4-pL9yԮԢ:,RV,yjQg 6NƝ\P,U &=UVRL0N܎e'P! ]b8F˷;L*=1kR/vLb  9Xb+%<$S! C;Mm_E:Sq BLbzWYcǤ䔡ō@QKf4k8AQĒ+3sA=t{qxV*7-\CvBFY.PN$%3&`EbkB I Gm܄% g*tGtqd|{>H&9kVCQ[]԰.H?en[=ȓ%w=X9, Qi:}x ;t7x(&][`98o]ˎDrs$sQz.d6a=y~Je7*{~ *@/5KZfv,!8-dv|J@~F Mg*<AT-+QOc N5][KHbF96[o8Rx~$MKnj qhoisգHƦD}LtFؓ:h7gΏ<& oJZXLݗe6;TCETȴzUn {}Ok0>S6ޥV֥s- jݍAٙހ,L#wp޲B4|2"SŻ܇a it՘1UKIE0Ofdҝ"Mn( Qwd[U T?׀cJ^tzI "7oĎ:* 1*UIl%O֔FjtQ)V.|:D=O#5hX*S.c 5N%b]Yp aL)G a |͓?B$rS!L!d#%UG#q? D0Sy{_]+ V7f}~C.٤Z\VSc&M6Ҿ4pWv#GX`? '`@(Tpv60F{R';['$AOKw:"f  *G9:V]t_Mr㐛F`I}}%Woxxd qٯJ/*kP[VfVS|Vݬyo09>M~<c툁NOM堉sao? >&VH>>فO L/\ j.<4`2 GO[0̭gq_(!ʿr$ c*BAfӼ"$s>aj@y6WrJv`dYhOG5vwXcy<{6+eYMb_dOKU%Rlڬ2<]yXmu.Ԟ2GڀAҞ Oݞ"~m s\g[O7JoiLa7PnQ:K}\FQwAb&EMWrS}mkk<ɽz<ۧlR%ۿ)T@09&j9G]gU=Nޒb A%\'@"DzLUߺюFIDhEyD6+֒6=XY)E c뿿Sܜ،L2m5rdM[pJ4' : or _?-$~Ԕq;EeYJVLOWpń!V?DTH' }zڍD!F%b_CtrSf[ৎ͛[p]ʿ8c$~*κTʆv.Ym)rKl3fbd."PthLȒ .9/ E(>Il;˺^.+T_i L{U"{LN#{#W^cKlndaW)҂D{wRZN$FMAAw+ͪ@Ai[OoHZKo^7.A+,s\( &հ>x6}VFbJ&ī4cnz\IUZju;!{2=O0L3rY)`-& ?Jz|a< CAx}~*cm 3YN6nhP^ں%$s*ESS7sI,P_HZ*L5]eopʘrOdP**}3"i"BOSp ^$L'q쯴ki[hNk9CQ-] cLV< BMNUgv@*k"D2+Yʂ+J\$UDJx0WMR٠I3dBmRK0{dy'A>mӊyPӝq;1%lb3ڏDK"x7b>GvG?V<wo~vLXF(Pʑ)OD^0NKGf7*wz0 NC>W-\S>הbK&r RF+T-dtda6 ; ɂkl4UDV4g≩Kgu)U^ ~eA,XDrآ 5pG]iuĶ^h#um^3 [S:qX!np#X#*c/],f_Y[lӵ{rqMSíGCxYiCP{mx 5Fw"*Cs"b~>AIoy-D5"M~n۠՞1eB~s)ͻΊ%lzrx t;!tMS,Q <i#~PUx+uGT*)y˾as ȉk3;g=>"E:?a[K;_D[/UV[w*ijADV>1*ʿ\h,˅ NZ/ I3O rCBm>C%2!̈́X@ʜDqc,@9:ṖObS[͍z8Rau61a~QWwȪkjbܬɠC5p E c8qPѻ}%Uzw x7vZ\<9$2>,8c :[kH|fo.] f 剘Rv6B>#7ΌdgSyriRWHlY.Fvp͡&\L 6ř(Lj/VĈibO@J мbZ ԭހ%+!p^5<" I0儓""C . 碅K)N I ;>LBԲ^XZ#ZE9;H'{9v㎟7mj*F#.)U5bVU`8mg!潽p{e?P@{;_LO|\R+I@2(]VAF@ Y]+Esөʐ$ھP8T{l$}QvyMst0ۅ$q z s/o@|>x=8ej M:w(κ (AYpy(VZs5:Z`f]C)lB4}6;]*ԡhC,Wc፤?vNаSt|kV?F'6'| \x~ْ/`SAۆLvKJrn?+㳮.)ہZk xmj/۬ZMiX'΢ؼ`7;(D#iͷSG#&ܗT_hw\$@iBS8X63ƴ%2{Z`'ьÊ~_UxP9GQzO2M"aJ_O@[`[ T}'6 KLmVHWYi?@ Ut@&4>Z$7wxӒ*a꽳y2\`P#B9F%ֶYUma Os[p!#Ȓ۶@k t ˅`ifXI)d GΝ" Jef\Yqe4*wȹxvpFv Zz&-? ʫT* _ݞ&EQr$W+ř_ej,)Cƈ):p)~12.IIVMjEN+. :l ǽp*$|@5r70MROće.݌EdR{&N]8洑̔%9s PET˾ϙ_'20J!$m+(K # wCJ| =]b> Ȓ'#6_JUu$r8A/v^ym$@}VR{س *+g ;;;K2!Iv>L7T۫2s9aGSƘ2)"xl% VT*9ܽ f"*-J茙|9R]IuBCtݸmn 56Ő( hnXھbyύN![>~3G 9w<*K=jH PoSHn!CU@ bjҪwki >NQ 4zhl.u4!@x%~Xٿd\ޤ=U~Ї.)p$s㴇Y̪E#$ BI̗yu:MEkir+6>~CR\k3f݄Ur1YrE+Y \=^1[Ff(Grpu(DfnzeJ& 2Q{̿+ϯuIܴoH-0i|I.0p$ىiۈaX_%E DwafRr~OAP ib!ᎥI5V.y'q W۸{ }Z:UdUcN&kk(C,6F0g~QHUo!6ke>yk!4`D2t*OHW!SY^״Vg,4|{16cdK˲oE#5w9lt i4)]恝oU]|氢ך`KI'^҃tZ;x2Qm=vq?2S6h+ r4{EHvn BKG5q )l.L{~ [~k Ț ]#$ſ{s+l@Z2HK.G2sB~"jWLfvpV$#7KJ/.̬. L+5,5lVLOqa+[.ʪ7W;;; <ɪMێtl$8sKE qN揦_?f2{=oam*#0uc̸WtN! WŮ(~i4olߪ`2ٞd=笋clfWHd=C(w̴6jh; !ƙhU"_=jܫt$r%Ix-shW0ϡNfEURN':b)UL3A_ڬ 7@x"?&XuY)$4_@EtUpy% #j+~&ʎp/ZndAJ2EEL:m BhM\"LvR#1?dx,3-b6%0DA%<[ŝB+s.y>Uvsc.~=AORfJn -_Aw4b00bZLV+)r+"f\) Lju  ddw}2vJA3Q X&}?vSD(fP {l+`Mv9"#0H/_|<ƺWݨ7`[N;+My0% |j?yJZ#.(m7@r%WiE/~E|Gzm֍_۷*#m+CGDj]Ӟ>n!^ZWݰZaJ9hefFH.{J_)lPg\hPzƍJ#DL๐Sd(2JD n5|^-sU{̧z 9E9jr>J߂Jé`B.5&F:j şiDǧ?\n ς}qت*G5mZ(7mV"s*v9fɪy4M7njptڛ7g#ʘ2~s]-?[?t(15 N!PP.Y t䋺3h+M`C; ϠŘ_RD,ZASn8X˶~"# {A(mJ-oΒc:U^V#9}1ѨᮞedC+lᐄIuF&Ed<ӇC(j'@)2I;IUTHci:TF(ɤ?͍tHZmtcdլYe+N(23o';~z A ?Wj(<*u i$)7xm/;iּx.$X'h6SM3>-(L41ہ./BH#gv!a=5vrq {TCj_)Z Tű }YM [i;#-2H]FoKY~ g]7…abkTl@<{\Mpy"oH&} #1ܱБH F$Ķg ⼝qg>*L[yզ _kO̵3؎F6f`q&OUsF`g+OA[܉'^U~Eq0AhF#rAR?C-c'k(΅|nP`lrsb.Q΅H $th " ,9ƒ3vo0/E/1);\Nh%%wkWOv TCPпmؿ4 lG<˧ڹX)0"Z7_8r6; SzD[LQaBtN""GM=4rq#wJI~_ÄF'WZeϊ۞__"njH#vGBC*|-c SzR﵁?o !)\cLMۓ+4sZ&!ϔHIX[ ,LzH/gn7g[5l._0% hR] u`g×)uFc0ZgouJ7GM_h&J*; S'o@ܗ$國r|b~'0]60RI&ù]1 .^5B(Bm!_ɖ|KOc\raLhŵe}LگЀ37{&Z*k"}FsAcG@!uݤ-nOr+X|/ Ep;AWTG!YelTkD'LܠƆP46x{{榖=зe6CBCѓ872A:4OMKW`NMpTF<|M/M{,dmsL 0kr}<ÊeFnZ֙7̯⛐P/HRux'^Yd[wv*v=04&7aSh %F`I6ַۢhiWjG|1]ݹjyމYI}V1ý%+G<3>v/:6" GJ80b^9jGI7ws| h(1&ٌ!W셊 wrydjEw,PLgL'.L|Cn1[jz!=ɶQo:v᥏HۉT?je|k`<%@킻I0aLr@mym &92fqImMCœdrn 7@ Ït18y>/u="]eBRs9,tB-5NI\}+h! f_=0m6B< 쩮DJ﹅왦gaW-N9 Ru:{"f0ù^ 97X8TOiI^/@ c!"MJ /Bnćw jZ~`D#[Vk.eo\u~{eCYpa3E|:ZԺhJ,Lo{=jmƫ-+!{-0UG/D. ѪL?kRěW[ _4dۤ gF2c2Z6WР9u(D`FܡR9 \/hlW_/i0 urNH Mޔ7-Qvn\+;GBȈGn4-$ UIhbSv>R/G͑+zHݓ/w#;&ŝdc6;Bm#pd}|/ 9q#/Ze.*O ɠ݃ܫvˏD&Mŏ/^:"{mUn8כpv.YK6v"Pl!a gWu?G%-#;OQhfdW:ﺜ[GGDme˪,/惌HM(0}% TG/L^s؊5Kv:^[pp0Kd&{RBvTe=ڿ6$pdW>Q`r\S'ջri#8I_ebj; :=.L8p a#Z:ck]ޓ0$Һ$r4tɧ9^Ī[T_&}>݂=KO:PNL (qb5Q,P6T)f+y1xo4OGXmsh^ʵFU/JbY$lLݾ1:d{mf9[v-iFDn(F #N3IHxR3RŐ!v3`v!˟pxcd O䊺X aW0z ^*` Z}W3 T0woTW*k|T P0i&֋lfQxo9UWAQ-s&W9Džgy佌S3E#sL7˅Y<ҽk奌1T{5 Q})C3n \$(N\!oW}?.Š. Ȅ*@.W8TC6B-S./Sz(]Eyęe24 8sEP4mnYfcB?Q{FɌt&$؀,71 T3$D*,Jceb\iiEK R.G`kx+4\)HEd пc5[g)AK+LZb3(Iнg1tqJ$?id6~@I9Ui%ff ?|r]9Jq18? t~xIR+%$Ӵn6Q;8SRޜ6 HZ%L8~7/)O?_'ۼe,˾1p0)/@UQ еMgA>@KCKAo\aW^:$H#0|IY{F&٨3Q̟2 8p=䍅Ppۊ`v7Y@J-v##Xm&lt$6M2CTQ.)].~F$Ʃ࿎; .9ɎJb1O70h pR2MMb3p Lhhpe]EC8Ipbݿ+b`W̢qC|41^ wJÛh=H];7 N7gZ_f1%}(8YWw^\L:+43zX[(5<׶%)uL~Sv܆%d%0++M屬 wN@0I%?54 {6le#@ژ{{]u^ar~]$_ 5J|ð/u~4hc\۪Zm7)v)r7ꨨoЗGuxa ۞I>U.h俫6sҮk(K0SاQT i~xDn&<'T}9qa$h[.B_LZj='"Ilsŕݽ}fN_[؞XR#4y$Jy ԎUmFs< Y\F=P|ICS{ި9>أ!=~YɊ gW| .?;UMPbaX݇B#^QZq-$6Cցf;WǢm Mho"?y١/KѕnUi,5/r. $e/-JAQyd2?&r1HlLmZWfjOݤ6Et:'qnPOV%n &a1I%'D E'l?NOU}1a㓡S8AKV8&oOm/#uTn?o&MGP َ\?c.Jh3{jvE㷆1wV?!?>ZpH%7 Τ} 7i vǕ]|:K<^ƓM{EwQku\!JPJh #StgHWkUpxn9cXƊq{9mu_ri(J-ܦ)D0@M_*R6-dǁaB̃LF'ftxia_@-OՆ~K.Kfmy kxZ\&>_3#1peN}V;y뉂tl6N:^E~~]$+[As<_pk3/{٘Ӥ,ܒ;CY!xQzm ьG`/i6y>Hvm"k ڱ7Ӡ+-i>l.wHtߵn8M5M|yr(i,X_M Ը0fy.{qaA#D>?i|fWc,v+Xu;YF%Dj%ALt55d<9 G21Ⴚ0g Ψ R܃(17ۀwi r^pEȥTݫfTi>gDݙ+]/QcKݻP_ţ}8M&L ~BP(sqq P f4 .`w{-r,gvp^:QIUQVBp1|Q<ܦH=j }[ e}RP[^Ote@PqwZ L׆(Ǿzɭ#/ +]3`c2Ø.OǕD43k;3G436+H5%2 7eR-56<ǐOeZָRtX=/Wnp1'VLC\ejny+ M$s`yv[./A/z`<VԴ]"p|Y@I׳,B$--4 Q2+$AɮaLũCtPDϱYKɄ?2끣d(NtTA"ިyVԳNR)o1w.&;s\fPH ?,@1$ӄ[gs84=55g6NaW F4O2?Sz˽'z>yf;`i>]s鈉@D܋<4 + \52<JZ62D=KyGKA?fu+#:0ۼδ^h)01=5ȌC/ ս\>E*RpMoJ'a5ژۡW^pC d8~/1IYTJL v|)Rta ,I.VJGL6{_#5 F):kq^|>W@t tW=Xv\NSRSԐ?:х2lɢxvNܽIKĎ/lvȿSfgQ9c<%WBAFb  TM{TH=N}n AJS (H 7ei49ʹ1^!bH|]|.ndI4ף HMXz8*v^fqû[x=\T"7f򽍞*\4-9ѧH| ;=q $(z9S5Y͜"B'8+Yٶe;)y𙖩xۛzWECKHb*1@E`v42Ɋ>-# 6*JdWI" u<+O BhBdN/%4"ƿ};v/n-!nb!8@<<ޓ4\$0p['!<NO .~ihdVL|Xnlɵ.+CAF5ܣґZ$rFh\,IUGeYh?8 r_mۿ!Igf"cCYy7J꾲 +AشbwzO//yV9GϣIjC@*QsP^KicΫub(&1p1_i' n.L`<t&[@W Yb?yiZab5_|-f+L'0Ac դ`Q` l~ Ly86dCh;ˣ\!`^ t*OZ9ڙ5N<Cf358Pң_^FP[֌%'3[_e*j\ tC%5bx,(]fۢx(TL5a0 /RfTR[UV8uDƊtiTXV+O [vPZ76fW82Ko5?GĭAx؃%qpz9iEљBD6luRNaʋM-:ɿyl[Xɫ^dxO._|K nU O}}a%*N O~MbwZiVe|f5w4(U޿/M9N(DH+0FKX#ډOl9yuJĪm{r ~eĻ? -:v$GrX%Žޙ0bdfr53I̒I07Qi+͋TR,e ? 5!%1kX3MuX,U@Fh 7d||/`aS^+K1 t&̙^ͮ #%E g;>7hO(wuD^"Q~lɎtK pDI`w܌eT&9| Cڻ)W>! nZyJH1E4 8hI"rʢTڕRp^wMa}N 3S>[[!~R~8!> cUT|K73-JKcx]hrAy\[$rgri]2D쉉f UVrp.ꪆt~:]׿(I|!XIKE =E0d*]N{>aib?׫((v PֽVKwUAM{䮝IR֤nl\ .JHWsl\F2/oL|-A Lhw&%?Mt<5 ?'ࡎil9M?Qvɵ:'dG2a*iάHϊvlsAˊ&lyso08̿!fZxӻp`[|#>q\"d矨7N hHh)\X;(;^c4onAؘ8O+⫿v+O`r^ y \X2'#4p6m9`Ȫ) 0Ӫvُ(+:f]|bkW) N;¯eJ&1 #N{^qퟡn΍ɺ9Q@" g4;tlE\ٖ0;.ߋGmrQe⛣rE'0NrMˠvhǛBvQ浦՛b^2bf_AsqoO*t ro=f낾^ r~6:HŧMNv_E0 㢔`6J5[c y2kLP4߰IJ]Y:?<4iRwl/m\4@NaSB/VQn(tZ< cJHKbBӑ8@Jm$>9~q!.I9:~Ea;|V* Q8OIDj@rYG[܌۩&ql(RD52;i9o|AB%歳 Lߺ?پRIzx D 7\;VR^ 1B htM.O"#MK%qL(A!a"DgĮiܶN}DXQŢf7]ϑnSĔb>XnbWctXU4B +arƳ$q fP5ƨ:>cCkv cfubp"Q7Sno#l$&Tިb7k6CVz\F6lkO=sDy%NyN39CGI=8)B2 ݦ'hL|nRbXW$"6y4 ă3\)6/v l#l̚AS!O.:uގH:@HY ^;6vTjihx4z)QVlf:&ĆA=+PT\]b'sĬ[Te# .|_wzKcd1 U񸫁j 5Z9/Ki|Mk(ƪãJgb8ɛLRʼ"kS ;l`TΠ6DFdc Qa:.i-{]d׮M⭬>lY}yY"hqPav[ W}g%>WKhr(i ǰ*< Zjz/SKT 3ڍs7ޡW R9j/XRؑd뾉 /zh3AYWɽ!1PwtW؇ѕcO$14U̒bpal1 vx c0ԏ']90- 6lYp0oɿ=̐b{ Qp}~&r|<  5 ow.Ӥy[6y锵fR\0ZZI @lV$V[FԒx{e,{w+gN1>k*-jD֟mCm;猹8x_R\]h0 lYtQtLQɚpczG&F #eO8ٖJXm`Olc8qf q?40Ij-tpPY=HR6VCjɈƃ3CΗRz'"'c'{E-as7Lhc3ݗ @<ŷY_ǚCDl!7c=H :K~)Ff 0lQolB;(gj-DD%}aQ_֌lȱ64DЏcǎ! zgAgVE۾FYoOdA`X& ,ӫN%,,[1/(/nˎd@5n=jU13Ps#W\`+R]LHa:six)$2ҋxFel[vN*Č͌L-|(r^6emBǚ[>펯>f% R@zJP-t,tpљ`q蜻Z Jz[h#I6+ Cy&4M30agQ#HE=OHƎ,@(L0" D4?R-u1,.$qx'VQ4K OLSSHM#җͿ%Qt_ bO<>a5>}7Jf, x(s^LfIQD&?068&HQ>f{i:Ŭ&!JMM%1M<%z'IXM 1@Co|{?~/˔@nuo2V ơgqXeqƯ.|=7}n,-l>C#F^GjT#\Hn:wq(=y6zq۳[p?+4!c{fN?'B;2u_bp*_=W{݋}k=i2r;%O%vS$Mh@W+ }4N$xӛv​hmAѺp'5mu ytC:q @:іYƜc ^_QYpجg2z۠c;@B<~76P24]GgX5׀ *Qr\cF aoM ,1Y刈Ԉ׼  3LtRyTZ[K?*4Ai'h˅8l. k1Hr=7D8jQAH ۏ!bm"ЖN} KS;fftdΞE^s׼6uQHrS0v^"w22ܦ¿n68\BFCJ'5dL.*2LU:6mBgRЅj35-n /Upba̻_^KnV,8agǚU:Z%}90FP/{G=V`*XgtߔO yv-x˕5ȪG;HMT-lzIpfN4R&Q#P<ݥg[q@q~.7ДP/] 2BBoG9pĂ 3RsV/L=f.PFx݌[mhmCVy'fdo%z= %"hWs㒜2@ZC}n N[_v*o*U8\ٌF=pы/rqy(fͅ}1I鉖w`i62Tgt*C EDĴ%HhT@L!߽H".KL9`68@9hCA{/0|_yn/i7Kpf<OmF,+DG+Q`~9 nկ z^R*+B\ح4L@,V3~hVBV#TJ~Sّ3v*O#N6+R>pc~'9ӧ<H3j};;6rY#sTÀA\lމ?Fyz'edσ3B9/W-rM x)~OL{Ei4^!uWڬFl0{r@/~;ku!R)[0D+٣Xbu]abw1&o4,Av/[_џ`l Ut|| 1AYPrv3lH(eHDϝԈArzScSf+,OloVub?όUjwhKn{ӽb#v(Ruk>w<"8xt,%"& xɜEɫ(ɞj »M=}0+k,b v?bye #p޶bu;,Б("e %[98}DʺCaG,Ձ*O.;DXծ nA4zdv]c> ÄRT5(b0$@P=8=c P">Cqf=v7ëR{#ų&sfLd @~/N*v/烿'ҫZA[F~4mz!TqX|>{+k%o|@'!Vҍhj1F/uT;{'^Եd A+xe[) N2kd_Q={SSIs%OA,@ cF'–Dn3bD{ZRT RGhƓ>D$ˁ@Dܠ#tX>7R $.Iea!z] &P}vQsA3R@e",#in*K@l%9Ik6wɉYLD u7bzBيnַgŷGx? MkSfæj/AX8O*K,&9/X!a0a7<7.MFC\.0D*$?I6tK Sv>y/ЄW8BP0hi>a)lNh#uѣz"BHΰSIq s6v=DK&5iN,:Doݼ_N(kQ(BDu';5}翶I||d؉ӳ~^I{@ЖJyn~Cݲ$n`B!kI-^T0< DNtruTx[l;׿++:_ [PR,0мBwXmL;[D_3'YA-h>ê}t#!q)uay 2  B!_j|>{"+R9<Åhü@]Ɏƀ74bd~e0ټP;~*/fH ~d3}:=`ϏSMn!!Jb6MwI 5HOl{BKb"Br| |)m2]u[TaK<0qHn'ameОFkx0ƒ)]2*/\+sTl GlKڷכogA6!;=v.lIbD%}h|:Ŷ%O)oxhzK7 ̝כ2jݍωn.MHuۈ=ty"<3L9<k*,r f`uyNҸ ֙0y%<3N{]x ǣEu|m{1h$p!E,yUZ%b1N GSTg';k!]d?&t[;bEW?ENPFO#-xFE^wam4qq󵕖w/J^db.{6ֽ1"l[q[q^~Zk[-ͣsy9pU3Mƪ`Q(oSH3q8 hD?0yɻõ-jh3N581ܤ?iem}l І!/HrOO f>]U&Q&6aL6,I3 hࠑ~ jD 3Kc{NGEge%@n:iB4Zyu|V_-G)!jQzɃc7/_n R'8dϞF.Rjl|xJU^C͔SOM蒿8<(WQ/JeSês #P0Wߜ< P+HyFyYOgTEdF!l#tIrfO1^j |BgeqD^F<`y:f,y UPb+*/Er=Hr.4u]1.̐),63be}&8jH(%v#L@=R퓠qܯqg6bc-(ƻyjvS7(XKg@a lFdX&tngOiwRbhR;.^"]s]|m^SLRa\KG8+&1uq.H&b*r)^0QnR\[Q <~XSKgJO^FO-HS$p\pI0);97#\u[jն[m@ٴR "cSp<>AOIMԯh].\GpBLV*@H!cMQWl0e]qx=Ę}sӇShK>;[*'tbI!fF=g+Me q#ũ*oE&wH3#'j߽3o#6AG_/BK-䝎qDC~'3 9oT6tKy*fX(c@{wH5~=~*n{^^޴8Ș}T tգ@[f1ikH[{GH+!c'N8ZV@u1][rr6~I,2_lSǏPs _~1*1lc0?RJC ΍fˀsoԬcsN/I͡GA<['I"60L;uxw  6R e9A6EInxj÷i"%g%(7Vz /oF8C..01(TIbH4UozQ|.*1)\6+[ @ny%~ [b0fǦ'+ H zO>`̛X9;,w%⬆Q+yEQu/'V׸g-0M<՟AOB%gM%:ĮPh0D n:Ea>sǡM)}kv !ydsޡ3uL.ee ; <]:  6@ ]{IJwd7ӔuxmĐpowS @czr:͟'ZW]4 :j)g $QË(Ti%ݳbu8 mebk0 HB!fHDψn%^nd,eϊa2q=:gǰ t;uy:Q:M6dlidJiykߴ}\ Sj銍@[G?^51I"G>&3ydbJ̹#(YP*Lodu"{LiH1֗py"N$8q8%QUmy8 +39NP|yR/ZG%leW/(+vfV$ MVI !7\,pI875/n&"30ۀytTV y&Y4^%RinNoy+S]&wX GZs37TGTЅ>?X9r)$U9c A`(T3%{2<1uܐXҕ^.t8,n|Ȝg7WvGչ>wUɑSY}Bn.xqTO-/Mg-ՈOIzt=rDn2#bnJ8 H|Dž]&zrv|T2o0xLphh۩QӒAj\B6R9 q&O"o\r;9y^>&Oqx٪)j<˄(нojr8: Lk3ū+ Nm)駚 ܙ8o;ߌ(T/λ%h O;#2_=C`[*PT܃DpUT=EaFEl׷2sPGyyP\ |&Ͳ]$ Wct-ia޵wρˊ YL pm9~T8˴?Bzj JqL̹ޖLdJ) ԛF^hwD ޡYTpφȋWOj#?_ X/Z=wB+%HNvy(XwN5*pȿO*޶1>OAG} `90%8c7Ṟd A.vpp$oacBH{r769rgS:EDF5b1q ۓq1ڈg?xv38c |(Q\@Dι+!Jo]Sqj{P4A {}bbYΕd&D$P?['3 F ߘ=u\JY@NZazg jI/Q;lp\vtS B$Od-NQ|!@ ]k_C3v#9~o/yQ!D?5ZSO+p(9D!ɋÃnrN\q~5F_A.(u? @53]! H \ dt0PBdO^L'&gA~:}Az޸<,D #ҕ{peaȾpڦve5f5[Vƭe'rId21V̮.)-#IPkl{I"Vrp ԯQwcy}\C]ܚ 'fp"ըUzQ*>\(Jx>@@sWB+]{:5>.(l Zhl)n%?#1‹i:92pCGŭ6ض/fXH{kwxl{."ͤ&C_.Jk)I/E`:N=U }W?նݜ} pjH Yƶv R"$80jM6[Ķf=` m+IE5 ۝7.YXiq᫬8Į_Zٵ81CwoW|n#|b׋I~v.Bzؼf;9D: lf,/x<#}j1d"έ 5߉'3c5|gal|Mx'V/ix1ͤ9mG%Q]?v LHϥu (4`嘎Be7jңPz C516h]38v'%׶>}݂\Em mJ"Sk"“k&NH(*io(;L(": vqP{p$6;%F{XI1;W[3uF׋^9m _/T5Fvk]:doѱ􋰤T[ro #Am޼eF 8:Z-aOG'~PVeW=% z|oWaL'Co?7)dgI~t oy 5λ{3^];8[G&o#x"ٜZS tUnR0d %Q^=Ng-r}B+Έ9C27Ќ%,)gC:vAO.f D±0>)4 Cqty:y_h`7@Bwk\S8gOC,E*:0ABT3N<*V+gu9hW=a)?w RxՔ9| {iRʦ Q-ӛxcs] T. uzr%9&ykƹ9y#D(3 &:B%vYg| }MQT?ݨ%nDJ13q CDyEhH><ԬCH<$04 bkRۃ5rJVjP r"D~LZEH۩+eHv/T}n:ĞX֛;3?,4Z%\ŧ6AʛS)*X;.u&fKO݁" xY;:L+g43:w\tȩ"5lؐ\A=Fy4*`t˜{ !PIt$㬿s0 2^FO:o |8bT덒tE*ؒ9!^2jtUg1~zX3 Tq4A*sy4J|#Rpf^.r/=*9ˆ?/w3B1j)zxaK wkY)BL"~7%CWQ]sD}{oҮ*g+;VA%`VJ%i6Dq>e?lk£- i5ߡ)J`4c;'|a%Q EE,>#[區4& ҎBq`٧9\J r'`/}6kh^o W,yCq_WC5MCvN 3Nt^:JFM̷sGs3HҜ>\iAu4t1OvT[ '@Xc6*wWwҽPkL> sw:[hUvV8V-y4ds  T=*rH[tTw%) aۍucΨ/#~$N"˪bDJsLFg-/{kJ'*@:!FmVxFLcrc)Q~ѻb%|OSYn<ܙf-?Ͼ>ZKHiD;v+#avarw/@AZ={EAu8xk|qg#11rT[O-S`EܲMCÉ|-v@F2Ay: p]r *r5:\;DC$.+2%焦Ã31ɤ> =3aZ@¥!O&MiĎ& kBwۛiSrQ hJT"/16J5xcx]:*]u9s"EAY]T;ukX 9b>D;{%.7foa@IO~p|S{s,vp~ʈ֞Ֆ ;l'\zx ˝I}';Hr;ɊQ˙%Ps4x6]DmMS4 {,਄}hD" 01=wx^FRI=8~ I"X.$tF*J0njagdq1UR@ ?څm{?uD“.P'a% k+ 7xFu-B9l1G儭wfň (lwP}vpM$"ҖcԮеXNE~qk"01^{mЋOBPD:WQ¸p3;8*"VG/tj:_b 6 iR?5a!iG^*]>pb2"Hs`s,>*qMtC9" M0@[ Z)n[֖1V@P0y\ii_ jץ!=:%?SpZ1^o :9F]V B `#D*NPYp|uFE\\$fhw\vw~S5qē:xCX|ǔ'Q^DCGeU"c^Nr!$9ֱ{#ȱZEpOհQv6 Pˣ%5.00 n $a=c`\fdg,s:Cbh,'97Aq@yL&{Q`ffgģmM96_ ~U¦}y|ԅu?C6BoW%ʙ} V]RmDr.Q_V+?!#GWDp\";٥AI<;67(=dH\Y}U]|Rt}?Oͺ Ʀ[Z/ΞEb~3tcmfw=2yv ѱz,7|P>ydr JWǎ_Bğ.yR[bӢZp8 Y4pbv8O0CC-.ϸeZnlR |թ)!Mon34oKut 6awFc? u|)WmQΣ>Bk~h&ZO{{QIC @z=IX۟NOsȫ=n44Ǣe+Xn4N7~t]ƂT!>k!R8cL~ ([($%. 1Lη=$}A;t6ͮ~ QI 1CL*",ހ5Ǒ+J f'Ѣ wݘ"A+槉r a󤢲Em !,~56R2ߡ[k}OV֊ضF/dj˴4BV[`kwn`:_'|A<;YN!ŃܧQwfv6X?;1V:nQ]QN';4snC ϽG[ uZ캜?fN;"Uީ>/*pbgt?yzFIA> ȀUbm @ wyd9uauCs;FL2ꐿ=Aaљ/N+`ok݋L ͭj,٧SZQ+z96IռY;kYFoS]:( C>ܤs9a[뙽&r*Xoc(AȾCӶ=6:lUΘ ͰG_C=hw"Px& =Zol+Áv!衅;Df O] y"XpB57ݯA/醂q u2s~.Eϴ"fvے2tY"!}s~U1Bԣ/9j\u"4y6Ŗ5.)=~,"o_,/|:ĆG S9`'ByTN&[dE(g-A8VG]IZ>(V,Ol PJd5dqqn }XI3B־ytIAf+ #ZX*Ȟ{ҳ'mCG5G@~9}tMόac_D1̀pő97Ck Y̤Kg5FqĬJNj#7ɫPNW'|:.`DKBmُc`pgs1Z ir."mo:ٲWȒvkԀ% AIXﰂ Js&hʛ(Mzgo`\1y)e|>FsEoQEiתIt$!9G]k"lj{I M.Ns)~slɱB;o?' /Z(>KFԉ"/5D{47V%qwmzD;zzsP`} `7MC옓u ;8 o&#Qo+lQd$cywve<꿻NHjEe+J~xG>e~pUaD|h T? 8QE뗽dYr+0A3|UI ; c(b)F]Gv|!_] 94,tL8nfݔˢPH|L<|uz5C!u gsQt5>R?bZk(_eQ<W#A S PS_K`GYhK:=07t1Go`ЎFא C/b8bt۰02R-E-f(n[`r =7=Yw8ͻ<@Ub8UЖWζH-G/psj̙C/`oU{-k'°&X4u#u;V v"uJكbg[ !H@^Xi$Mee: '*n(91M?~ӀX/nb +;}^,VQ$CYXn4ӚjT67IG8D m*0 >xf~&rIs#+xĬSkhgz$ԑSwě:'aKwc,Y _ˡ5ΩXWgkT/)BLOVa6+Bw"ǔz fV>ٝ/=ؽGaXS2~a@9 *mnB}&\ܵkG{frJ yim1kp5mקI^^pm cyniĂmK-)bHʞ_3$(02W9GD%*RqoRx-pZd:^<'( 47\RXP{9l0KւWe9N)ߚ%0#k:)pbdaFad@>OG2l y N0gwܛ R^Pu !wG&^_qS? "qUFlņaܭFe(< taș$m;}4Ať㴯;M+duUA]Id?L4q(+ڨyHc|ߨcŵ:Iuu[@&*Cθv&י0iQ~~'?ڠX @'?# ]7`N'`"h(?w`)ֳmq /!R[NԐ^-tx;$ijler-waxGjsLY{ì» Oy\ȞzgEښzb>.9/Nn/1I{9 ;Umү4܎K>_й:އ<##CGfօ4tpWfZxw1oX =|SЬWpmcs6JT~/w|ApW=62,ƔO^D4W7kĪ!)e!Z%\6:a^B1*_>J琁-AB!+uŮzEZ͙}D3LSQP'VPv\Y/8B5+ςn[[) \(F۠f=u襒xQGj(/NVFwd|TT)5wp6UI1^/-HOcil%zhҼcxT)_16IT{63ŷ^J3,)"ԠA#X%fm@u崵12{ [£rD7 MQ_/aXZ-eBU}џQ/mQm7G}h"_)r{<:q?S*t0wr g)4Nx>$mr[o4r$VMY|SP2x4_(d;b@{crV/N#3h9ZSC4A .;낝k.*@f&9r,/2a7@%< k"3Q1F@U%ߧj5;r!jYX,!wi_&hX|" pTb*Xd1cֻr49YRPh,ѷy4ӓ{b݀'?AOn/~dv'jNrݶqQwk?o&^Yєrj~_X{ELT-<"- G/e\HGҼݢ.{_MȝFtK?r뤌JzЫubN!"ȍ.ID@c̼D Dxoc?ןeNbql+Gȇӱp?Flgt di1h83_OCɥA؋2ab~__)hp]R=A%(k0wweM QkVt LF;_4ȳ6 n8uFU}Q(5zx!!ʳ^ޜ̡1ʬ; ZHXQ\,f`,,Ǫi:x=E]р/Ǻz.i[ Gj1A e˞R4-ySvgJeJ=kMk2U)C{mK(Dc=ЙefmYwvjզP1p#$Y 36rQ>,\%48w(uDpIָ` &|~S O {M)}r5iN-+^(#9<6OWd&ۉ+l)-wsˢz`x$4,z=IT=Crmq6ΐ5饳- ciҕ `]gռ\F _q͇; g9/f2V1CiJS/I5F~9&M[u`CG;x:Ք[=f_c`{NcS~+EDw .b{P .﷘v@6TFL]d7.,ZSVo(Sv2R¾ݙqsY*}%aH= @U#YcNE6Ng%hkxI dvqIC^t@FDDu(GYe 7(KCdl}-LA#99Ba3 0EgB|8\jзJ>N{G BX_G3B$M=~rU]OrfIZ1Y{4f5ڽIOE F'mw &]Z_ls\]ّ3X6\pT% ??KuҨP9QdLGDr$2+mUu겆G^ P4ˣyH)n|{;HsDwӸ!Q1% i{v8IrJ36Bo̕Q[ ЃHR)]Lшf 8qu}AX ";q'ZuۮNX&Cl(S~Aݙ  Т"~xa=vhwH3ETԂGMo\U8rxbX5M ηr Ɍ_(q11/ ` jvN#]^AQġmHBRĎV]#oժi|/Έ|>nIr< 4|O g[`'H+)t]SZ1 ȱZuk[ȩ#env@tfL!Klf(fh1U)kc/v 0fbK;m1)ZPᬵ"?%o޴h^Dd!`l $uѧ2EW J 23x"fI[,l,ٹ׵ݣFzF / ϱ,sZ[T<(E_뗢R(kR2ߢfٝԨ0 YɚHZ;(En 8ɾ &eߘR d1@U=*lq~'jd-I?FB40XwdΤ`}7Z 6[.pΗ3݂JWQ4ZxD TSe]̔XuRҲ&;1eZI3} O< +3˜ӊuJ] ljJSz2 Xdၻr\K ʇD~_ P UƈLtAo8BTs<ߝrFe6˺C29=y T3Hl `Ъs#x-vwSLVџ`fe q.߾K5wv "tt#SLJ:7ӌר~T>Lmz5B2&?rLRm=%3["ڝ|I3'@/SV H&MQ(:>풋sO(:&ø]ޮ'>%k566_l!Rt8^L%0qU"u(pnv.JH#['rThFM(CfA%5{y2ۖU<&nھ'kS~KWI=0t5 4a12K\&{9{Ft4Rz 1 mTlTm#ƛy+dҥQu:y<|WP/"K(/fUV.e5XaXþ0EpPt]? -aw=KVE9+bf I=*K(Ǧ99mb#'|GN(ef Q Y0Q0tp1&HãxaqhIsEEPg9 `3XJב]8 Y0:gh^k;7 ||gLg_.DJR>a&1u9[uzEpa5kxVsL4s I1 r*b Kl jk Fcy<3쉺 cԫLj5 [ !b)wcKGfh fߋd0*@DBhj۲pOMX44[|Nr{n#+^ׇuv b0%)ƂyTp)5ԴjԜŶƦsy_(s+U#bse dB2f37H~p~ nM@}^A)Dw +* MmŸ/ eѼ\f|JOE7dBr8 F0}SKt„C % b2p/?ԏ]̝k6.Mb.۴#GY=RﱋnXGٶ>*bһy-!R,hkU<~_wtH?劬4W}Yk, ЌӝK7CvR)I{aeH>'Tu]}xOz{N(,W z-./ Gdo)a :6z_)A AF5ox4u P}䟥:_ { @Z1+Vc1D=b# ,m.9ggesc'vMs* ǴƵc}+%QiՃKГ<)$V!/G}V@ј;88):vfRg~L6<]Qvb ';h |D,jm@WWp*#j9+6B%7ՙЏX kY,0\ Y}kjw҇d䯜!8J}\RcYU[4СӤ@[/۹2hlV\zјvi@ŧϭ 84c(d͂ z3Zha|ZX ,aYg|:D0^VL J/!F#vX+$+֚/lq R3sXR}6h81]KLJ "0) 3^pujM%Bvh Y5{k % 4<)Ϧ;*t@1kr$l.莇s2G~z!`>AE'T!йME@+X?{1胑~vH!rx(X=/%`Ρ׫Z#7prN;gs.tExNΎ%yM 튞46)D9ᝏ5A)pږq 7u fwwEv/ }0J=]=vZr.㙪C;R9dB .8ԱkVtөGF !H2,OT:> >ەI}1MY|֊&$~Z#25+}(֬H?@f_ma9s/TܴޯgŨl} f|Kcsyͷ(1]kg*Q1{~Z׽DQܬ(WSNlqWĒ\ZvhA$-e%!Uu2/@ٛwA= Sm'y]gP|WX!p+ k\zNqcc~ .;:iN>jR١3p:zEgL&DÎTID&; q XߣfdwZ)UTzs}9I*iN 3Eh 3%#y±Vj? zBww&V[mMam!E ~ʞ[#+nal@'~WPv( Aҿ0,5׀LAq }G?2HO4)fɅh%J) ϥgWmOsBFAꔛ2Sb8u[.$0\`#]!K$..Dg )!|N 5WT<$^"#"ɖaW;dqcu7[t14:I_RSJ/PR {CX PцPѕ8=f6Y]nj> I @?o c~dj#_\ t/(;(2m'worKƸ^]e3~"$1$&bڕ#R={"2,C8WeV|PLu踧nLB8L!9ː*vfQIź& nm t@TS#گ0PdFƦ ;=|WPj2ӑ,ar*JuD#b_6Ձah3* NbsPIWg b㨯(P3SdzÌd_D >W\l>/@oF>2E@zpLc{e1⢶$Jz\ZÀ&WO~ٱ(y*y/Q8s9T,֝0$ N0ߍaM9-B"|lm9y|&}Tm?8H-l.{K@h9p;(̓@|r͹! C1՚!-pᆣ S6܂6ԯ-ֽP!V\{^w,zqaڞ!/9HǤfui"frX(2?ɀ: .1:ؠ<|^Yr2ʧ63v_Rn504gѦ%{Êm /{@=xyie-\ WS@Iq^ߛ(& V?>+bJ3=H{׎Q)W7 8'ymI l.^rYcUn_#)+ysvo0Mʳr0lɗC9:?nW_ KrCm(/zc˶x1,[&B/i#~_x F'F </pK&M\㍁/럠M\29d0n|?BdilUTTjL뭟"ł|cIB29aEt5f|@8I9ު(Orq-yq=30,N9d6xzx@6ak .΅[M-JQcˏr(P޻֔IG50bxn/%Hk4Y42cՓtkFWr,9HX_}RGK$HET°"y(`k~"cw|ܴB!E 5uyHbݭ+L CW]m{I0c]I.*rٶGh5V Ug#gEȌK (8䢪'؇stJ;(r,s; tCgZbg!@\ {J:דLmXzbc4C8^6 tk;gySQ,3 Lim0 uW>nG=8ɖc'G_͡P=a 14h3^ek0*v;8#"<?]lwoHӎL.tX}7UKa9n|ym,eM<R[nnԊ9lCA|?MD&gѢbs}=WWLU^]{kvus7CM!(>WЙ;'\ -좁4ݳzͽFܘUQ kXUf~cXqepO[uc*9-%3m\$_X٢6`ti{y?Ѿ/(qD%a_NݞsL_؋ѡy4BԨE@as۾&2F|>z.Wϑ/XVv@*T#E 0nJ5[D)Y-kqθ-G/JH$|^C*-bڑL7].yVr4!eG6N!>8 u%s gP(A?@n|ݏ CMkhKH#ʼnpۍ\נD*KNj(YO8iUN5t)kz˄W$/0C[mlgF\^{w'Yo+`9gxƾ}΃T)0VNͯ0q9R:ZUKSI4G 龃/,"&L/4wNY臀*២($e=JD| (@@I[< 2F0,}reᛱ|x$3Tj Z"RFa}T椁kFD-˺%0t&=C#m `K prAIzr$Q#XQ▽lXQ5a7PkY睙nTTb ΆllFE[RF +[*nnŔjr]&XÞu5 KK/ܺ2. 3Іt%rob &ᘩ5a6Ϯ@>,NǍYMfƻq ?~zGHOhG'Q v+T]?cWwê.<(B2zn*jޢfj_NA;3>??DГ=ca# WXX7ď-фM8 - 32 ̭]Jm%բ/0LIZpZu"a2go)Naa oy87OR- ,dZ` QSdΗk#o!2qADu) 7$ȊEGM @_Q> pڀmmCwUOWcI{w,'"F. x\YN$ X9_M׿7PO.s%}| O8ӌԍwyr;g֠5^$k+nᎃ: MtM~ 1Cxn,c?I^-wRp UÀ,ګ3b0 I0u:aԚ MamNJX{4_4 e$/+.v3Oȍ.P LT׵""^^m_C/_<NԔṫ92[XEd߃p@NնmSi0@=tdW3c-!#!ta~JDI޺ъPZ}Pt2Pױ[^^8$k|x4gttknhAhc0.!<"JeVOGrSLYg*k4?tTŒi(J,vrd)YnUGyo{T1|*\A#u 0mR-o$jjmU.7 M{{2ngP+\'~oKI@n*cMoK6C3rgM1}Y6AY`ɑc'eSڑ_D` {^'sxGGآuG{l++GO ]1'gTl+k&P~Yr0'F5^߲i-bp2;\Q & X1q_mgS9HJ_Q|2܀5 i7B6SkUM+!i̻R:1(+^L.Ƿr78j`j G`(g +h RP[3p6`_w `(My,%;mv"G2^y{k(NR:YڸCx 'UTjtlAn#Ӆk*in0b,]<:M5vJw-7;e6_v01wB4 w<6TwЧDJ0vNtu~IMlN\9o3^0ƒ~9 ,P+O2ir)$l= ~HcΎ[D@Q=$(A;/y<ۣkSI %3'SS )W5Ztv,-LpPظ Sތ{0 Y@F)RTBi~r{HV[zuPs-^3a W8 3'T(ǠPCPÎԊA-Z7nB׹C9(}~̜Xy 'jޘ#gh| H2mҜQWk.&ΜI7PewwIlO*ps^ى/SȞy* s6ivz%SXqK@TS"Otfp<JDE0YFdl?PWGa#V&lJ>9.$Z4pMLx4B+,̬urJذcCk(U![$m[u͟W(Rm rI7J1@՚~\ߦ!3X-TKV (ΉP Ńa!iUzYy#߆&|ULRc0Rhئm^X{Ƭ0oh;6}/)Z~DW󖶸K1fmM34GensX_ׁwg܄a^2%yS4 u2}[XpgFgzץ %̍&?&kJ(8-ږhen=nzQk c72Rk!&"NY U̙C$pb^ 3K^4"vA$o@M~$5IӵrUyacv] A,*И'ڒRN"2`Qhh/Xǂ *HiWkxwݖ̆QhӷF;2_fy zP9Z%K\|y2c}Դ Zr⡟GER xIhīTAoH R6Tbhi ]Q+a=zYb]?aBu W7y:#O~Nt{Vni 1soD˻Lѹi)=},rCxl[XFxU< eLA`7_ kGpMEb,@: ^7/|:48c2Ba?(D0imk$F))*U\3] +c'sDam> /E0#󄓞Cݾ7lõI\ٷa7[)Ұ0φC3-w["RO-fcP ר8b1rL{R /C$x#'}p*ѣRvfYL)x2ХUx׿viw]m}C>K᧏B|קv&E^=qĘo`)C^$$ 0Kgf͡9SVAK~vo}Dl>G9&;:k/pkDbܒ oTe0 UQq`^|Os~1-^$4??Ma䠒;29 pQf=j k$K'Wɝ!~#S?hQMC'}X]Tb`ųUO(2 ggDkqfv?,,a5o@YQ2_6}G?~c}TmХ<BFFٜ $2 YZ