PackageKit-1.2.4-150400.3.6.1<>,0@c[ep9|o!>C|iafК[b}S!s+&jV tM> !,srbs%z@"LԿ&JrdV:L*; dYV rc^;UJ :۞Wkz)9E}0ϫZ«AGlƊdG<ijW%òŚr5=QY. (Ȝb]"`+]-#!1x "d|{1 C5zN>O?Ҵd   Qpt $*0 %% % 4% %  m%  %!0%!%""%#\#$&(&8&p9(p:1:p=>?@BF+G@%H%Ih%XÐYÜZ[\%]Ā%^bcɉdeflu,%vw,%x%yT1z(,48<\`hnҰCPackageKit1.2.4150400.3.6.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.c[es390zl37N(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 "/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 "/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큤@Ac[e9c[e c[exc[exc[exc[exc[e c[ec[e c[euc[euc[exc[exc[eyc[euc[e9c[eaMc[euaMaMaMc[e c[e{aMaMaMaMaMc[e{aMc[ec[ec[ec[e{c[euc[e{339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267def9934681f4794c63c3a772e12c9a87bf2b9fe1151f88713d0b2049acf073812cbed1dc93d9ff7d61130269e5fa01cc9b2e34a8978b31c0a6e2236da2a11dceca5ab4429e0b8da4f4f12a268a8a044095f34b97a2973807d7df112554a7db376bfeff54775810cc8fae58adbb69ddc09358456887dc958da722419faa393edb29debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a2bd588fb3f2cc69aeb567bd17d567667b71b7e9ba1a86b84eeaf688902a22ab0c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.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.3c1@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-modulerucks390zl37 1666934154  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-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]=4d29e9e8be3d57bcb55480ea14e56ea745b33ff8, 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]=1c0a588ab532667eaaa83a48f38938643831a8d6, 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]=158323f3c2c21781ea02f17ec5dfba6148f8c15e, 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]=380036942ddbb5133ddfc9707dededc6da0906de, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=881cca86ed9552441801dfad36029d1bf0e398c5, 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.6.1.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 RR}9NR ~systemdPackageKit-backend-zyppsystemdutf-8d043555e8ee3e64ac671f4e5bf5a7ce57ee4a35cf508ac3d3e30564888f88f0b?7zXZ !t/L@]"k%ngMsc!K\Bne#ʹ*Cף!'sny}㪻y- -5Ipb\%AJ; otC/Aot'5k9d2(:"-ȦIq.S 't56Q|ŽSHT-yy $Ftοk kU+%p7?ivd=E1?Fg!>ww *<)\$)Aӷ^ 1CWht_8Z3]KiM['R3._E ڜ'ȍV _$;My}` Msp>Sdq:ٙWlt6Q aFpZȯhD$-T-L+C""ea)ư6?*1I 3Œl97% yomY@H{F[^`K>!?D)T%MSI3X@#Q?qRv_3M=Rni:AEr]s\mtSȁS0Fڶ΅ vSOcsTTEC%bVj$:1(Puz#S^YK?3W Ҫ5菊@4mVF&f l E5L2BPYto\[{bH)ݽ?=Qx UiȷuCH@qTtѳszjiuC7 2ei/yx1Uu WqR᣹~k1>=:EXc `}ġVaqT7԰GefSv.-5nEPn%tj'Vc$0*T`oӜtRR؉_!nb- 5B,T1Je~Njaw yBk!LѶ%);5i mH1Qm-474{ߌDĝSeX x hq/pޚԇ`KcQ ?T'P Gc4_/HGqC=>(>-c4 +ߏ0Hn Hv=21Ұo٬-wDʈa9(La + w!3!cvn9^+FIfQ(YhOMw~xaag6Twp3Χa럕\iS  lXeیd EZ:|O(8wk]Ii9r _,/Sn}j󱺗oS99IOph`y4ř0MvI! Ai9Zbk{=Ԡ N4;WsŢIs+}±8g-|&s^$+k.B1 HEb(ؘIUy\6~'܅Gg yNpH M@% gwד/VA29b*>U?a}9nT @id4d;98"¾N1=RabMe@EEP)9\JG6:TWL-.bZ.pi(\~@9D@gݥ[rSٻJ?7O?W0Ǟzn:͘$!p!7bz ٙ}x =ׯإFI2Cd*9>[)x$P3]HCzV<ܓPca\}h|@oŽl#&(vg>`-f>6l,;.:$fh&s%aNPGޒoBe3v?bSD[Gߦ5=97Q< GJ^yZMDF At<]ֿt+zv}LծS\wYe6fs$ۯ(f_Iv-Br#i8V+ɯ0AsU@M4ikkmr3k טB&YzeBvw{$ #z- k!$-1t/c@5p`stۘxX$ vyq,C`,3E=ZՀ&voilп36l2NˣGg0 =;CtT|Nrd8֩WIM;ƛ&b9T [.7ʌDZO=dtoeZ`/Rf,6skzt}JLͪMIasE⦆ zΉϒD8-R]B&4C8qB<#h@"Z~(!#3cS)$7s~h+{˽IEe[nRjP|w4YX5)qdնo ) ~džF;!{ q'J! _ JNVa~JwF/A0ras'zrkM_ކnзln {O^ bz8^pAe(Z'=-Kپa[9vFqe_EX |5XEL=_$_Fn}=VUmHHXBjkFsT Ye2l!a :mh  -v߼YܾgVl#o5u{ o&X ޕN> ^@ b>A ]fu-эΧCPȪK͇Wm~vp JDC?mIYɈ:5muM~EH΄%~6sVc8\ܝ StnǺZȇ{VMoP۝p-gU6KxȨQr{Ԋ1(eҨW[,a,kq(״A}F韗1ԩ|QZi%&dÖ'83AI2O(R|JwJn']R9 L{I0 >C?*Fq>n+3G\X1]|e{}_cM ?sY9a.wh8u&4îp. :#v.I19C]!Q O7~1f༭5%/]V<E_aYvز֠x; qoEQmL&Q|0̴7W3{񓵾|;xM6=ঝHQxђg*DE`-WMnV^;F1-Geֽѻa.r]u>\FEzGs,kD|; Mĸ 騇?Z1YnrZ޲67k~)0SՏry{wb#&n)¨"CG@BkG5 2 ?r*)td0V8]'z+J&e4_O~7`_jTpr'I>U9֖zj1V'e믡J zB8Mi` Tb3ex*ݫMӇG8G]TJZ Zû7G+ԋиy~7Y|{SHN= a[/?0($;{$W )h7'#zĬzYP95<,s%wNI|@$a5)zΓ!c;][&ɱCY@j|ʭ`όL+n2Iye13I-BU׋Q5,g𫇳2hƪ;juko&GaOԏW1b]h1\fG*exq8, cq  Gviag گ9xuyo(yU ?M,1t:gICSTTHmuo֚1lBXpbK~ Ø嚭<*x޴^#fUYb7=3/$fo>G(W*W~+kD׷u hg'xD@ ֏8?aa*?+[W{ ?(El>Tx-P.˱& * I8/3D|2YrN>A-n 3mє/ G;*`0"7qL:%C W\i_] gҥT mp}eLs:Zi5o;ĺPX А ؤ݉CVi+2˸oqOb:*z#^eĄ8y:+Xk[yTu\\k}dIk?@6:L1~=ߠ\:0Fv<.?Ēsjўiˑ? Zd2;%Zna?1ѭ ^el7%+R[jh)mCK2oX|@ d/t:,ڑK !]Hd;}xI@]ϝ]C]P"΄(LPcΖdpg<Ȏՠ5׫-!N} ^e-y7i~wv7Oj(obgO$E:7vOl7,?}x-P"B-$ LLѣ8 4%;LD@nPx&jJF ;4^+':'kլ}=^5Gl,D}2vB Ƌr[? *r`hDLoʭdHW OxKL ZaX2/ }Ϸjˡ|&055,_2H!*UU93xT(H2G 7;R;am'xRΎ@s+^zHvrlZ0}Yb )L{LuKژ^hiuU6X_퉪P^^ Ӹ ={bXd_HbHgS:궿nW[n?brv8 .Hդ J i)&!I$\]CgLߜR'֎d!WEL ]MAۋ˴nsi2I9ia ;B!F!jcjť Xh_qB&mC|Y^nϚwJS{[w9jPù5Z@O ~fqO17{~QWGҫt5n_ 5Z u/36B@X䶂Lӎ"5zU :\C1t_{ف_>?-3z'GK 5QX뗃x {P3u$[fG8t9tCMTIXۛ#w,űh~h43 ow&Z`\r7 ȸڂBxaCx381 ? Ŕ9xATرgm(GٵQo~ຢ95Q2"oՂtq%Y#!G\x;F7nx5]P!p]YfZ*SSV xډpZ_(X-~ױDĴ?~b KP*.!6>2hϦ$bsbTАeX~z" zɫ=GKZO+ !vd{(,pDWCߪx2Շ1gkm<7(sޛm`a@!URMYA UƮV!cbۨTW>)mL {;3l1]x{ZġjbwY+"Wܟ<-b%HWTM%nĬ!dC[1g\zl[2n# } m_ I>Qg.?oղ9|CYe#gC@:[ 7V\Vvھb2J@+@'—؞٨ݮdIT'wQ_4L$eڈ;At\5C&NOdCW+ ys&K{8 xGńN*eU" p)9s| >XS)hlx>[wNk0K: f\A13%k/d N1nt3μp8wU{k/HZߝ]]jB/Jj,@2fXzkxi+1Zz/zbxʲRh 9,W3VCT! B>CAK(olf$.%Ixx9HmkrF?&tt˒HnNdTޔUE:|[ͣ޼2oR@ \uo[ KշnUiv zFtO񷃾ɇCuE$'ME"6e ӢFg+K0@>S*HP~ҧ*ǷԲ:nj `yhMDDMS*b[րZp,bPu!uVcph|} & .u\)lI/+:{¹KpJ]l6}-Gm4'>ޟ?Paz3clxd|׭* Fb ~JG>v|{:Qsҭ[}>U]rEvI E@Uv~RR}>:7rMTU㧳ﺜB5XEd7LtҷZS{4n )!ecpREvvUp/b6LC?y|dc޻ܰS! :䮊:RH ióTV"A1 l,[t#8蔾l 7 C #~4ꆴ߱02P\jgl"I~p>]DyxN xݨ*u_"EW߱mܭ/X2fI q yo_ K~CYGgۮSt&f*봰{H\(T큹Q:n3B\F#_wmUW7~D]  Pd`03֋_fp7GM~* W7MW-CJh Zd#$ᩴ:62Kq#[}P3lh:?g6 IKS##WH.-\n0ų'ì !zucB39}Z5 TVžZ u9A IŘy#?n|. 4YGS_ !uck1kh4*HωEx[Qc\Oe1ۧ P}y^ty;׵NTzY%8^b s7kfpGV%'ZD[&qeby0(bw_ x٦}NTS5ɠ\3`E ԞgRajAm<#Y-1..nDHRWؾ57FfT@\S\F7R+A6߽1ٴ 33j"TJxA=ҞV wH-/oFwCT)"%c-sT.ck.cɆE<0OgJ,lm (P1"1^zd\vw؋w@S~QU)JiBʋ{ƙAj[QOFE$ٰMqlgo߂HiПGNS-%>wZ?H肒o0@t.]ꦟCUXҹ:dԮD:6g;g uTTQd THBI nVTz3'"+g"7 rş"9ܒ5fy5Qѷ KL#g Yxѳ*h}bD~a,`SLk)-e<C'g%Vu B*K6.$kug-1dn4c9wY)T a"axhJhI5;j{Y)8KXҤ~!<&i7Jf]%8KJBW!LL@Nx(  abC?Ecvw93xs-="=;h8&USfsyc͏$9 C59Mam;Qb.g ^F*_EK=To\; WtT +:mGRKF#2cVbA~Nf7zGȝY*WaܲNL.7u> P~bï>к{R\22 u7܃",DunKTGc_,W ޹fՐhr#tl,*ȼ$P]"1%m4Qv(Vqi/I+Hl1 ~ pt$؍vLg>QDùxBZxe-Kw7!j\{Z.N!űh#bRj3AcX{>˧PC@b2X(rI/H e hnd(V~_ OwGC-ߦD/J]FY Ry\dI)(,*ӎ}ԛH=IPёr}~poFv;>f ^cFOZk0_m Y%p(Ic {.f6'/DKΟb.TXx6r}YFՂw4_'Lui8{q0iC. nضnQױ'3L:S8>0$f̱&N+ٗc{Y.9.PY3lgkZ] &&-@WE:ϣ*=\*ӽs ]>mi_ 0ZmS/g|.81^)97; 1:W49XNIn(KY)U(JfK$@S5dC(S+$ہLP5!(LcnYA6 J`l' [$Ԙ?,VgĠYf~bo9a2ZO'ŋf)[[O3a`3hG"VT m;/'bUk | H4j> AGQRe3#P3EQ|A9;]h%oV 9LaI>:~q k/mX7`r]rtMܵ6EV+t)`j&aB>[ǀ'I1*LNQa&k"|}N]- #sd=2ՓOm16}&Nu |.$ޝD]>X$iN8o,!" #5jc>=0ۋI|d=;m+ 6-#K)Q@-R4!yŦo<@Sj' HdJ3s| d]KYщ9]fXFYn(QհbGCM,7T"^6_=rD$}5ߟs@ˇ0rdP UvS%z<)}]NVNe"ԕͩ"뺢/PG]Z/rbM<&9c4AHEY?&= Tm^)Dꍃe^4sR\v=x_wn }1` X+R0a-nE"&8TAL8dA0h#+ \>FOWDf?aGi -E- ~B_-\&_yŷnK@'0  >J86&Æ߿E"HXVg-uzxQVG<.UúZ[^j#q Q5;&.S|oz;=$< b P"麆xZA_|#6gX.r5QvƦCEPA9DtNWG àHT]DŽYɰf]8Ǡk5 L4gn=penSG(8cwMjZZvI[tDQo: !zgWݪ]@8Fev̤jc}bdݟwګ ͏k|T|< 51if*/q_2756^t&_s&H%\*չK Уj\4rGwȢO0` 1?xf&gׁ#X'Ǹ!wg8@( QqLA:,itٗs/?b"^Eౚ˅U*łg$yh=XBbdk3P]Ӡs\\c383G}qGXڗ ZwV $ AW"/[uAQdZ шY^#¿` PiJ{zn`^4C R/e^eIJ 33J,Yy`Ƹ[䍘7P^<Ū2pZ/klk4ՋY'Pb)u @(o@x>?{&jޝ_IkR?E<-WGS( CLL%%h>yZCjNXz# P1s8zyq&N5~" #HX{-2lhZw! I`?u]&Dć0 x6dxdC_ȱ-kU4CJ> Dym3z6PI~a3Hw@VA.VmS!/Җ"IC!I7֘d+w].=L]wC%"iˢcރ6 qϸ5 ygErFhU+6-Q*jN`d)y[ (^ak)twWB:.F QjwYjb eΥDZm7GaoĴ]o/P>Tg-68'uG"%=\T:./*fCh#Xv-m}Xfb6O0ZN㮏c-E7elҤcJǢX.1@;o ^j-߄+ 0EIhoʕ0tw(śǴޏB H F4Zx5뇸60V_~8?ig"cNKKMIEHFCkb1?P+4`^{L_~XFtjkaQ|ˁi>׏ni 3ܠ}1O']tЄR8XUgEqA`!ԕ `r_;h~{Lj{@z;y{[I!G^c}ZYGfp7Ccz''Mm ƢΑ~t'שMӧkk!`ؔlrjl$36g,/8lۿ~y?man"ulxTJ6W w2Pz#upK#RBݺAkIȾ$G Eg{(zIq09P +|%no- ;W;뒪f➷'JEas鿨[w{86<7Bȝq<, 'LJ3e@ލ<V€~Ċy;[JO*>wψ|Na{ mJpU~wop A'Ohf)#8䒳>gDE:N͔ 1pSVicفDžnSqs'H)Pp&dHRatB3{N4u`Mz# e|fw3x~5suepBJ:hhz xPTmSdech{puI~r-{u+ `u^Cc"Kj sѝd[ig|M8FV6}'% o1=f 2Qȉh8*[}d~LZ;:)ѿb#6^$ e>}' BS15Ǜyh̵b`?GpѼ+X!aۭ~U<ˇ삜̴ӧ5;o{7[Z7V`[N}:u\tvm勶˃v~Y:qXVd3fFDDB&^FP/cZCua/sg==Sb-4V(ɿ (ш}'Sjj2S[#rm~y<xT^1湭 ؼw# ]dCO%亊JoNos ̒ZMh4}.ԩN- *eCW]UtL+:&sk86M}2?H i"XtS_ըp_~X/եt#/0\>76})41O)z^Ǡ){Q(EpW3 5E.~H{2W >:=t/ГWAs? qسXA=#?VA#aWS(>o"aG}خ[KƷ'aH"4&rȬDBrrN/BwLY'* vt&݁[NexӠ^IdBwТ w:̴șyg*t5<#`8dX=dzcpXt/lKU%ؚ9)eךH'@6F*%2DfҐ"1‰ɨ P ;:ܧoH(/_>-~gE'Yy˾->~(w&e>10` f|;X<7M.D^wtf9뤏>5+'^J@_d|Ӷ~ijIz^~߆_rX𱷆6vhwSZ{>p S;,D('($\Vn7YsA~Ih#.1|c#HVԑȏ0MQdW6w!úGKqȹ¼ Z'b[!-a=Z54b#KۄMz%XȈ>00ѱa<dF/\%9D7#W e,W0 "6x<"?Vn&oX?ì])0Srh:d-_C(\xcWJ؄fT<ET3l7S29{Ym;"QMbD#EDjM ,`xְ5U6Th._j^/4O&wn={!Uz*;%7+Ce/}z ǨBtdjO}j\Hj}EiR\-dOd|"8nB 9;O<>v*8kB8i֗$=o/jB8PJ]x!A QpNyV\5 ILH^. ;}(vN+MD_.5)3糬jnx\>JGjQaECz8,j7j714#nؑ6:  S&a5P4G/jYu{G*SόYT":A R-dּC*AN];2?-s=$sڕﱲ58ȭ"ՇEiͼ7ZjzB2;,PzӔSq>דntGZN<$ُJ`TpL~b1{Y˩~^Mx]/Ir @pr\,ԣ(&Z N7(mBC #8(7MN8Jv/ ǔ':*y**]wq̈,;?j$M1*/}%l&8peްc l~6(ÊpЧt b K MI1z@}Y7N ʤW؈,t"ĉdb;NaX-6dO *,~uX_{+ KjdW$ yO(d:IpS~gQSV) :5j 9{T R |1 [`eai2e,`֭*I@?Ĩ$0mƽSѕL7ӥ42  Em6 '<(sBsY^v]:=eπEPi㈐@h@nG<`$ 12P[^z,vLn4?T##:GcA]"$ YA|M3 #1iJ=\a'KdL]hN?#HVNZ+G @Os=*pMڃLNm|bZb;;çb :1.ZdO3sC 7էu¨ Y 0ЇnP1 -DbKgy_h|IAW?dm I閹@ѡjGn \4k3Ftnjl;9\G,իKSI&jsw1$ " HsB*ϙ+.šR2G iFEteSJps^Ӄ9T;L] 4*~\X9Ǎ(qJwۿ$2oR6YN9iL{ h~HðL' ZM+7&%RؕjM>wU VEN}j E^ݹZ3H"n2O<L%~͝TSҡ/¬7li0E\hrݪV} r~BrrYC%H8T_hPEDC1Xl[ ?qbrr(1- dȿ?) ')揰OpQaKky8a*0]9XOFmYrqbC1*uI6spv!@e "s1y 0 掺cKϕHݸԌe$@z KkAJ]ӌJ ]JBԿcw3;ɤ(BcCDzyD]+WR$WD[|+Fmׯ]{_NS?{x7ka90 ;WA{!/ML:*ŖL8hBHF\dFySTyy#Z\HjG6-Sp!:3fdGbTd^ ȕq֯vHd@:gƶek $tzCw7#fAa^BDѱy;u@VUp s+A8rLRcz.xm04~4@&lsrWvTpη+}iı>!2j&ƞ)_Ԣ/ hEZQBڏ,y  wwŠ#ŤoyIt$Y@rHtZ ,%~p7 P%gD/1"exd(pB?(RH:+0j8%(´q67 3A?!pccNj DqֲUx#m2vxk4D`TM\h}E$I|^%٣]IuoLP %*8E%oSO=W 2JMw,t  /[--hDد:]sk?C@rn*Ա0aNzxntwALklZYƙ*=~,<9#xq%繃 Zv?LNhqyCbϵ~TŊķ +zjMB.U'7{AIG //-0x[T Cƨ3׸<N#F;_Ҥz:nw )*jߐ8K[]k?@۰" EU)1`pR>0\~y6WY .p?AI/R!%|6w`4T<PIh ҧQwhAݹ41 +^ RzGu?x*%!t'j5Y/ʙ5r~vM@9|_3Ŝ$6*袻Q˳KMq `R}OPm1ci1si%DIcJa1M=A} ǽA-Tkc=rׇdR@tW-)r' =LD3K1:A!~9gvطffuv <XVE.C P"Ynq%5H,&:?|~ȍGa0f-[м*Ȕ [ۜ #:N39 ܜ{hxGg 7};Oӑ2*@wӍUY",Xh ґ ~hcw}xW"Ju LS,sqLPLW \6}ѺrI{YZ\'c.r}Aɍ2iG' CnU>P?0$a$ n9FU3A?˯/um;[2o!XDӍ2=DKhlEϴJbpA򣿅lRtq^],ۧ o`2y-Y(۷ ?ʂ6Ōepsy4N+]5ˬLXe!ug4# E]A%D"Ҿ\,7emď _oqA5(ch'Uf("xO%  6'M6K0Љmu#9%%9j+=(~mL,7iҙd8(nMF ѬV#G4R^婫B{oqMS 7saC+[!{N̜1Uӧ걆tE׳VWj+WY[2ϧj YN¹c$o`ږ =*%QQ.h JN;)!wtoـ7c0>aoaB3o0/,{'5&SiS[ ]j64S(Ik;ttU*K&kK6lX6$U3zZFPMrk"/ڔ$.}jlyW@YcmrK;d+nM~}E[I<3@{mQ!ٸZe4T$0ZO᛹-1鱠"_@D/ Pk*=.`qк% ("#Xz6׭w~Y01Miw0v C/BőeCK)QX1OKdnzk,Ncp"7NZ=Xe ")>*gv9&jDl_7*aTfQ- |)ObjqlvL)9PD7>kSiy@_4*% &9*3Ao=YVl^=gbDEt BdXջ3@ʉv2.3*laH\)Q} HHp"a'ʬ4Fy8sv@*FW"( FUgi(*BhAnIfĂŨ{+Ylbz':F;Vdp>%@A^GTԾ5c 1 .5=DM%0m )kM}_$iYH>0tk}~JahwbtȠEd{2h%^pkxh/EF&.Ÿ קX$4e~#}T +Dxǩe3 2 $vИ.I3;< Qmc05P8@=t}J}VNƳHAc2W\)5[&J_83'8(RP"pr>fۙ#՟KQRt:(iTqXcҟ{*C({ꬓ]_Ř7@kgCh>rGPɷJ񭌮(q 5YFfzoBˆdC7O20)K?[;L uJhv0=VqÒ52j9҂)Z} 5sgAmJDGN# E+}0M GCH#SPNfm3Z$Z3f-?Jgؙ}#ad] >F}p U+3g=+6@a)|;B9Լq/,xecݰ* DE5!Ijl$_ߪ֯<x(1Y8o xtE6bd]S%,0,!vaZ=]l ȋB:n=RfidW-D (~/$ qE(|N }f''=]\rQ 1Y$JƶahzQ흤jrʾEyl[p_20f._n!TG y넢1"iG`ZaIn^,uV$XI:X N .-C~}nk#az]k>pYI;u״̅>ֳ JFV^pwtŢC|`%*4++'s6'|K$P&;fL )qv6' )>41 i#J"jp:4zƱtueyz ?Q>Fk,)3KWtrU҈~4~LRN{R&7:r̺ Q3LU&m^w{r ! _: V+erw=1j3:M2}u%4}srDTZ` 9)leRG(Qs}H@h)Ym[=qt3sRc(7cd{ #C{5a0ڏ.t؋[A;6RQ[AMm~15'JHEHC!3_sXk*YU<*w iEoݢnA Om霽JaP:qD?H;@$kL=`K^.ZN5敒~#ξv*q~1U7|.R;BG$̈́ےSjz9HDkcx= %ePn$9zF B|ŗRLsdKkIZ5?L>ZihLj+d+L u@ %w{y]Uz `T}|0Y{ _ WS}Q+^&mF.\w ac}G.xI'=4xl?Wˣ=7 ?5#f*c":rOEAZPC0?5Wt.@k4uAzD$xް*]as @ r65R0g_/erFLa+Ʈ؋%Ö{ bTP# m}a<wcC0_B\c/&A ޜ,Nb*TQ1p؊AY?ښ I`MC#Q &~b9OWϽdC1ܸ m?wRBUh^ %208o*mw.>r+JYlNfq3qʷ 166{ ͹<6{N:Uh{S)voP;2[JM?R=6a<=/2d y6ny yϫ9tdr`{UfW-[oK(_JL4tr}`lnňOǕq}[pOFMN\n߱u]021O_/*㐠R%tAUZw=;  C*:&YTz)ynjG7O5ѨKk"?bc17t~7Q>>(7clb+hSl`p#ٷ2 ~LE; bc WZ0Ka{ʔ)y5+Boa:? ^S%iWv,nI],sRKCu. kŸLdE6]*O39k7x?!yt"U>`drXwID [IW!;] .Ҏ73cS~f>U z枽#oLpXϭqKp|؆c`l~!+FOIZ>8=DEVc'T>1>c*CPJN )u!-*Z֙4 Xh>ݓVyzIӘ,|N?1#qv& Me c6Mj@pK}Y@ 5xECR}xP e>x߈:xwi @ ?p\VΓ ܛWXs}ۗ&A9ܮ=amYgqae<xr/2[$e>БVRbXP+ y-e>fy~Y$#҅ [xh|[1?PƟYJqd\Y|7P2.'-1`띕*((ۦ;9)@BZ~rGbBI&]?J4fV UR]Z=i'fxt}~o̼P%QSqMϑ9+ %לfKcQda{Y{U]L /gm{k[@Is.֐&y2z[S> T!`|7?W ,MLb=0jNrQ.㒎/!E]=EO#DeۿAn;Sh"/ ke*}UZ_HRa2zA'y"A䚕HY9b@sGA0C椤9wzP2_ LI v$@,ق<øk%0`gb^^ .iE|1,9 ^RY\Y`rZaWzᶴw0oSci6C"0Vca{0ɸ dCd Cf٥ZfOc;G9FTXϋ)8$1Qi BctO'ӏMJ0B$}OGC"?gb`V{䐭/z{Cq M/OeUs\CO>Oy3fhj:6Da.S'Iqy<d$FG۹%d;}mAoigIMS]|WV[ǓX :>@LZ`hQ+`O,Zq2\c _Ч dX#6Jm]dVfj~MKy\Es {g&S\yi2ܽU!mLadK E䝐ۚ:=DޏT_JTgli@>X1Q ؁ \eS!#*3eAHʕ"ydhc áo=P"Hrv I%gS>>g4SEyfIcGؚ%5+sGAجZ -2$QŲóHkKedl0ʳ f߁-)a5>vx}ܳYSDSxOTc`# :2+QRe%ñ9`!"iW]y=CH3vNH¦ OoPr exS`EPuN26K.yWƘSLT U$Y% 4|aكɿu}qQꠝ?@d 3UF,[?m5[L+..]Z޺/Hq`<!Zÿ[+}oՔr_xѷ8\r纸IÅI MS $J\n:}G@|{i/98wk˕.n&iŦ8=ΟՏE݊%pڑ4gjmC|+3*OtQcňd4(&smH,qOŭ3ۇ(`u  leBVb7dwl;oC!,/<%5v1nu;/b@2~{Prf"DRA=K@mܔwͨSP0b oDnR|5%-"NY#ًBeLɓ0*T9!W/샅~`tb&7Gm UfV)u5!fk$`3[%mnF1wE>ldqb\QTiKFS{NZ2d1:$u"s=@U@4lz&QO(+d ߠHxL>`B[J=c۸CO(gM1!W3;P8Z;jfKa Jӳ )~:AHtݓ*vh``Cn=_v;]=]Eh/NjN6sKl& {_#MTًlaNw= N@ɸZľaej/D1d dzYCLSiUQ0bLQ(Y° b=sd#A.ΐPj{WO*sKEx<d"^KI>eM8ݸ*CDGj^&Kc(Wm@:1sႆMZK}K\?1 KΛ1%JI<c%dKi`tZ!(D ssR+IW |Ml&4;@"!cjh<<*+ku2ώ*H1ȳ(t$>ȑ>$EpOi[q FFKq/dn'_0n͙j,L@oIGP(}ZH/7ЉR{3Mu+U^K6wY涸cڕP,4@Kb=.ŽmQo9: K^<_jM@M5CwbV\[.$fħ0G8FSLkբ,\ejmɓurUb/=,gŧ) +$liu$KEQL칳?t6W-X+Q9uۙqH5#e}?!^Fu %XMh:GgRmnj1o~WHdNIla$gY*sF /c֟Y),̩ cY2CR&3Υ,å)\C.RlCK%Pr?9bHldNj"U %z\ wëV$YmЫsoIAVyIN驡v1cDOlʹC cX3Ax S{S2u0>'@2 xy(#&dt; ?NdSஹ FI XL]Phh!5v=W '%,xǚ TA}@n?N>)]BQP ~Jy3"ŋI~-Z6X;仁Ȃ-z1=uy!unb_U&;᝝HM1)OP@FǢ%>}Sli]jdtPf@Et4ޙB+X?m-~.k%IR{ۂRr?yI$;o2|"ϟ9?N''-!Pw8w<ø؎L4jk?#%3~"Zs*rmN&$uX'ɦF.`ӑ{q [m%gox-yvJl\ aS6(LcF9KJ.vp&GO @0+&b0mz)`єPi\o WIDO5:ڱ_z}dߴ=oZs UwN6:a `s30_ 2dWQcoRҳڔz8n`ppDь7`1{C >zvQo4rN,$}Jؓ}+ULf lN*&!)`Z!cp24rpVWMRƔ%jJ(XN1f[5'coݲ l:J\,4@RıP*DЎ zeXh@7(>R,wlWJ-ZR~6ʃmzUWcGD_=yjǤ '62/_ⁿ$f1׼6hCj@"76rMÝaL/@ ad嫮2l~*Δ˾rNO Qwo<ʙa#H8 cTw] vɕmH:N;0tβbj;֌lUg~6 `IE.l5 tuk95jT F! X_[N~Иs[zi6N+Azo5i8+{\@54Y@ƋO bmfSiBLoVQ>n4Go E_ 0L^ן0܎z_\7#Xp 6̢ÎV,h|Z@$ҡ?U:JP=Ԯ #ZniV;zEtV~8b%7Ů.#\Ff,;B ٫ etӍgVA |d$`|X(VezsU lfJSAH}?CAnkzQJ0 w "df u[5=GxwZ\}>'N< v.d :?% Q*j hl]~쬫7DSAG]C8>&!\C&%p eDwڟ)_?*K,zo%h ޭv=]2tLsd8R6{ ?_R]-R!TTI+]BD"dy0BVIjhGY^DG?Cqɑ~j~|ohEȃ3/BgSl+AV [>sVwK^;=OPFgC Opi<2 $(8e9zLvw;4!݉6UUR Dܣ}W0eak]Uv}`ti\.&}ACœF'oj#, ܘR&Tq9Un'jp`!C3^ QVq(4BnWAڦe]/8?ڰ=<<ƌ/4 ߔ(G:v4uJ*5bٱ4yF~e@B*tD@NWtq70%[WuƩs'hHFD(ǂ $[_I`2fgd)X~[chRsd"8L@% O4CZ $(_. ⎰T#'(sHzlc3Zp\;TYqF+¤ 4,()00v3eB)mRՍg!5X|[lۻK q]$`;]pw b%ĕhv.doXD?b `tϚ]ѨJz>d)\A7KfU 2\TIƾfP\QXTM%ȴmw"v]j 1bO5Y!Q1ԛk7 - oh$At'k?=U^F3:ZlU 6Y(PD.RV/8G9X\Uۊ{E\r 4&e37Ɓ ( >b.B^_XyO {qm\ZdCݏ^ceEyjNl +1|8Ej7݄Z%r$S)V2lZEAU)6;2,0}]3OHX-5rtEaAnfxN+ȾPN%fM=nQ)*\!g Khv~,NmabF:]/ka6!<=TFi?*r qԩMXKZG8.yk];ipFQU&D4pbs6;8g5h4|@/5^DY)ZDNTNE?+jDV@|>?YWT~7C l}C({2@491FB>Lh*ٵpQrV$k$*% egIrSh@^v1TSA}KRDX0+˳ (p:h<+m\7|w~Z`B6Enb2 #3I7F Ik7žM$4ѸXYK[EA>*'}"I͵c.;-X5$mX^&2t)6`ӢuSQHwc2%dqT8)/Ф7d=5 P{GK;#QzuwDG$F,TdEJOkΪ<6|JTCeRCɏ9ңj9ݒR^̩90%GsF`S3 .pq=T5/Lg,74󠲃A1tEvrr6S)oWj+)T ,׼[y}ɐYNZe)KLH3vRaO'ԀɫB/E jM27p.Ob]͗|#jYR՚HW[ jK#-BD1EWn] l S ^RRٚ!ǮU]|07`%aw~_E-\j.]ei|0 >*`8É*xҿ>SBM.c  3CsTuWIT &Kf6p!ROGwΊ`Kݘ~߄CF?Lfz Nj)[ohQO;L5ܕ{IʖñJ+? 1la8/ HUid@(?Wuc@CO? F4ĘXؠ>UELJ8@UJU ):?Es.HLY A1?.UsupnX!IGDգ:S)KK9q\Q2{tD|. kA/ڟ-|R 7?U-I)lUa3qջw~z) 5_ Z4}KZ!֞z}ZE5sYS:T6 2lG_KxX/xw5dCX =yL ){sF3YX?&@O?)Q`k@| `3oKA*s Y%y樐gk*+9ܔfweʙ8͵WR\XPxT:7^Om:~8iZXT[ T*h,6sroſ3QU%?ʨy =2ԒJLxDMSXċ@;>`ݖ Cp3'0*aDf0d«ceCs%خzox)%΂B7O FQVG=ß OJiWngy؀avPbcM|I(NoxD [ w2w\h8~RN[!٧\7]qiR`Th)AV8N/Lj|GbaA{3 k@tca%8a{z-\b Bc*ňq(hC 8z0.Րu%S]aH!΋+ 4>O#P HW02QgjZf1\v+(.'6nnFkhnޫ-iٔYH~_zV]3~SzoܪʑO En Ԏe5z(F\pHrg׫UkpۓZsm>C+C{4'=Md<2I&ŽSط0 zU#ou>fP8ݑ_ >k%r7^PJ^0 )2 yt*ʀ Іk)=!HRe`;JCґ-qxF*8|\ YU!Fc[x~x]Cʜw;gwaKY#Ejp֩U2q&8 $/ ugղ^7 .Pm]Ni:5DϘ&Y-T5jٟ&7u*UTgp*{Ӗ+yX33.z i,jG xx;Ӛ#q ~"%=?(VֹO0F])y̕Pnjy[2Ak+ R:He1ilJ'eفa4GLyF='S'*SQ6`˂q̼B%]:=IҞU!EH hSd{gpG/;.EgwL+^$.= ^͛m&C43ī[﵆D\=EFQڊ}8B9X'Q"#tfʾж7|Sis9&= 1Uh>_j='r*{*i[Ơ,|牄r.#Κ Sn颁HE:4no/Q0fJRvwIWR`0tnM4n@ZA7٤ZA2$y#Umְ5j¡ݷ51U\ź v﹪|Vn2.mŭ d`=ULϕ2zM6N9ΐZ(\r(COMΜL|9iY Oo?31Zj Z/=u͡eJ *Gb(* ld,~mӗx j ЫΣS;Cf>Y> *\Y@+.9\'0oN&-F:t!xt6gN_ZZ6 V~78+.)[7V7]u3*ߔ<A‘O~66c0xE?td@WW`]OUCOÝ  K/5A}U>;ـW7i\n5EM!Lg)ϙKΧ3ǿ^Wh=oW\ 5CAP2gItA=XO[tAW,}ʠ4ur$2E3twefs-Oi4;BvKirD[A8D8zk\vxߩKj[}Aaﱷ9֦.xkLO$a <0.| O0=|,K1#_ZU{xv>d21-P'O8qK$>$N&IF9Opk2]}58!GD$ѣYau #`A n B6VmXf Knk!KV`HCzTF%)=<>wwBm/,:83ڏUXq`nhx{GCn͂ܒr>G:1!=f<}zޓY};#'5ϲFUNJEwO՝7fmZf9j{KZ1RH>  Y fR@5.&Uo7ύvMͻCP&F{v5/ msPrڙ|BcD۴b?vNFy(`3r,JKMXi9g2ś0hH <4]Y$~,42"B_5DD |ʂRl_P7,>BטӛpM"yBB,]_-ROA2#OoÝ1$yg!#GK|AKdRPjz1d"K3˫R͜ &{u겙'x nfȹwDL2* VY-0fxe {Tˈ`^yX[;<͂ ^n qVNa?QdZ~%WvBfvVE7%M!lb{(""VbWqMz=wOx(lvCV,K5Q_ER 4 JCHW\jLGm0 xypv' e ϞMٷ؞l$ . DJ?oGoZהʬ(-4,sbW\A6e .P-0TF.zRx!ߖۣؕz[OY蟎-&$CpUT6)EnvŰ\ lȲ:WgšibgLE@K}{ϣ- '& # Jو؊1MWws݉Q=m}뤥=r]OEa˛M~̴( Uvƙu^< ;e../s`Y` +G2? Ͷw%P- )G6 mPb7gz`#K\sQU$@5+~ dJ6UdܢWzoD1/?$2*.SgU>K /h9xN%;s<{V4(1"^;\ĥꕓ _=Iw`Qѐ%\pq:}ɝ<$/n9!daƚt߹$ ?NZ <~}ڱx\6 8{/˨|Z4ב!<./ ~A8o/M81# ȳ9-) O8@p{2B\b)6)Z,H%DbK{W #]zQUl#8s>:E $_!Ij 0Ⱥcet4!Hbʥ t[pSD6!tZ-CaZvkan$vK>3ʱSsz̐TMYKu#lM"`8XJ 6~=F-eV ȞJjDxc-S@Bs!p>iVXְb4zdP} |XzksoK\Ycg$7wo$-O,%q#ŗ#G^kV$#Ar-@$%V"N ^14أ>4GgEJ2= mX2AH(oPͳ]:Q╎8Kl$F@jeEVKQz:=ڃft66.EA:ɂGh9vپp?62;t,,F8ȃ#g];iur*Sb>O>_),jKk͗y!3$& b#uȮHt )8"RY2r?+IguT& t_0c'f5js+@yRhhӚx7ɕF6eSf73{y5ΰ8m/B]db| έ2Պ k6pV"3XK+%3\A`h!ਵ\8x{o4/\PJִs} k6(7Iz~PqqΌzQ+U^:'@OOHQ1W$Ba!?i%0%2#ZN><0$6^&0ݐ̄{r'IFhֆahs,iN{X{1^dng:!B}a%`x+_c^ՋOJuuON@ޤx/TU23\+3L 7l0͖; `mVl ɢOVϲN]ZͮW/Fw Ӕ8XUMtm>+{+I̳Xx7?L+Yr鑌児H껞UhgU|a\QuV?!iZSXO{>2TzTiȘOx܆ٌ ?q"/-&F?&[t%ʈ %Dg,,n0~KnT'+WE g[O~nNh i]o$R#KD#|>nГ7cZ)QLl2#,Ӏ)42=Kd*Td}z,GvЙύ7pa+Q/"w??I5N떆vQ_CGq`DvB}"rLMxr4sS6N)y-b4<]a(+-k}V4nL7[S[ꢔۤ?i~hQJ^>pڲ}+s _PGHk+SNm\W's8Qz1$0JX7Gkv}_5W7LBHq~KwLE%I0($/?Aur0|>MkxB J"ƒ&eM/[ Մ"7'VY@SR16we?Lb0b~՗o:j.&SMN\Ls>!/+>W,O.`gq"˞7+8.Aސ_[P]qn?mH\SUCY>=poTꝰN W%N񁐕U{Kjuq - @".y~dy.zCGbڬ[tz 5-.]*I rF5$1h5YĪħ&'ɪ0P=CTI?X8Ny;%ЏCq;K?qŋm{g1}2V"󶣔~X:?œ)\o5oKPnlN)ff9VMJi^Pa+dBQ]( =@ѡ < C&iumfS*Z,_]a ӽb0up$GoWcHNTPD(--To5lMF Ŏ%o^'ǩt8H[Q6\5K㘕]N[!> ׋MjsTd%/?\tWCLLn g-anHDd['O|1Ԣog8P/XYB('jy!M#Ws H+4N!a q;NR٠&䭑%[RM1y m9LB͖Oa0 1"Db cFD/TS ;5#ub2$v&/"X{#=eʡA_:bc-Zk_]?MOpLm@!R^\Faq1Η>DH="]+o1$ʖ8He$q&-pUG aB*B6t~jC;NR y,f.|v]1`G3PM{9IT̖7P::>H!ǼuUU;㽚DV09FzJ}cEe{cJg$KGNڳ "+at=?;!koQ^[ Re<TicطJƾ[UdbUk˩)U&P (2F2e_!?1>Y.#Ξs^f;&܂,lߞ4f ('CDbPwx>bD!ҽqOCT¥vA2pz5{Pfn<4o]&tuzcd Rk7i"7!'` 94qg^Ǐr#f\.gf 9>(@|#c`o: EK='RTЂ~(E6g4#sE?ҠVp,aM>*ͭݻKGߢ$Y Y%oEiryt4!W+55&"/,Z?c Y!A hͫDrfmxZap2Z$Uz^ŖBoHXX[1]q_, -L#B"K>1g0gRZt^׏ tN/xyg` K%':ۧ@/ġ=s7p W,)8HrKJ="r6 7Y2Ē8J ݺ@:pxjy0%ϑF8?ߴ6͍"݂v94ηnιe^pNB3'GDIZg .~:jWbyl.\)bغOǘש03vqWUy#5!TQxzg;v j:(@5 NxODܱu\C q"TQ;`<J\ìi9HLKQL;;(8QKՋ#tEDqڸ芡hXЧ1(fV 岻-zmv+~]:Q2f@=IcVW |mDb՗dfC@ ͒bm-L$7~ពQcp>d vmj]{6: Ҟ2%G݁ eIE5׼ ߨs{bv]|#~z@J0? H׿)|<{ҋ&f:ڻ_XҪbG?! b 8&V)s0E *'SFoq\YB!RX"xa"j/:(<&?jez@l5^*p'Ye3K>ZiALoޖatG?c0"eҕ̙ &4<Ҙ1&7EАбr ͘(qI0E˘\*S{|l<8ر#W}߼|52(KN><6>}#X퀠փ,EniXRZN~>iKA"dDo=H48Aq+&(Z) )|pF#hS*n!° ݘiqX|v~oCQa I؟ٕgG ܉VP&$%#9Pd@Hpr&}I[EJ~\2\(kAhrO_厼c.ogEEjcHs!׭`a"%nrƞ%l.:g< v{5BdZ1\]ʯIlA g5l4]MҪj^`⒀~` cY=+UoO2 Ma0XyxX$:Pˆ5\%+uB4n{WfT^P:*O9󪭅aG盙9v&R5qmXqݖ>\td(f l9"]5='6yyk QqhLf'aB'`׳6e1- F ugbހmHflV\owx'ICK=M1#Zrl 3Lf`12Ufz?i&I1.KچrLؤhg%]n0UD&9'kamCbơm3їƗFHm;5ZjA#Aܸzw2*eտ-5M7lQ^tr'nЃ򯨱AL}rhx2Փ)*1G.A֛Ar_RRWnT6pUR8ug!bU? ,.#M*$|`،&K[E fy9Q$V@eG3y^Ŋ5Hum45{hOT[8!FXxk3y(z ܺ^('sU^o>*ΰ po]l&aaonvQ& ? .^Yޥoҋhu/j䍄w$6rLc]~_0)5c_ ٿ<-$7'H_qY Zyݎj`cJS1l.ExbL{(We8elu٪\ۚ(Dz ߍ^|]fˆ;ڊR\y@,5NT'+_U7|HSQꩋ쇮jNԡ!>?Gj,kF S\+1S-<8}oEFa?zw'"ԚVZGT&7"%oIs᪕JSmgmkAGp5ׇucaL*;{OG7˸⋌^})3CIY5ʣj26ˠD䍿GX`<|FW;ԲmQ/IH髈Wʒ'‰&5=v"+iB l}wSFh1fD`$Azj9./%5mSzm8=lAgϺlw,hyO- =pLoGW4P(VZ(sl-zJi6WxSp->v"W'26 V!^5Ěnin]d:֚q:8@: ?mQR4w-y59⌖9/|EEQt$jEL=L2Hp ͐wY^S%%oTWf6J3lm3PUex>HΎPzJGЏѤ4T:怨tl A;]L(K`,4M@;detZ$Kq)-g5z/2EDhnN1^G?nMy?D1 o jTO4-HX簤q@˿t0N|d]IIVo$E.N5PMVwJrV|S jTn:/*My"NbW444+0>*BZ^/v+EȘ^-R۔-~NΎ5J[K;wX\ }wc|p|߳k۷^OÓهUdyA;#sq-wz& SI˩ E?WgmJ ul@A#.:ڣBWjbscvX<{`2,IUCj^a;LK_M"Ev6-cJv[S E7ƞVKyF+o.{Y^R0WooB riy](ƒ@IyK&,(c% 9bP%ԩvaچ'6 y;a@k#ԕt2j,^.HP$LTTlJ1^) e.b}m8j6g4bEO?&oPlU;VCA*UDO0u=R, Ft^ڏ8[##yƌf~́J8) qQB d"W\s?)'nij B \&8 D,M0pXb ?=]@)U{97GT[ϒ3@97ސ41EkKc>*k&PI3;=BjT؁qe﷉/_!Æp=Uy>kC"  _]fel&ى^nJ(;H@*ƀcjIw;M]vDӔaV"T^ADCF ٲL=aC26aL~1!e Fah(GwW4-"7CymA+-7let7rlU/؜fuֿ `iO80mP!2D Yu@jv'vM`z]7^n,UP:wڰԇpO[?L{`rn j;$!ny 6m>ä \=}mg 6jZ3 N:ĹhCJnc {X|#W`+SZ`enpk!k<  JƆy(B/dΦث ;"\uYg** T"/U ?ܹhQw&k+2?8Qn],NRG1%j_IevIݶlc: ﬈ jǦ> [U6f#C:άd~xZtԝE2)0{wϟQkIS6%q4B[;׬W}T !VR!·A{=1^'"¨aU釤A\lfv{Hъ]YeoI#JK6\Z׿ic Ā?6XM9K_l&mUK2@Ys5!QqOX]gZM<2@ǬhIŭR,طNCDTYIK6HWxqPzq-v}FدŨ&3ql~=7e%R~(kd8=4xQqjoqVK4כ"eУCҷ;x<L,؁I_JKIxoCk^TyePKuӈlc?HV6}{q"B$siPuՀIʅ8ۨ#"(37,ku8 R@fcRno{,)K*֗U4ltJs5}My#S}J"OD RC{R^JdSPҿeA^W+6.|;EM)]zZ!I^~4ePMnrx}hߏ\LoI?Go"Hd/p+PTAyBYgCнlb׏HH4fէB;r}qU,4٬f*lzhAգ+DOťO"K*{xjpr \uCG=)XG5M(1Vqݵ5)&rz`ww°$'\ s)S8RA3=.frj ϩt#H!WZ dpv|7Akm3kjs)]SYm*NMk1EE l?Nԡy@ƵZ'6X:GJ{k*sL }  _s(f(9ތ>y徲҄ 2*ICӋT7Ӻ:ژ20гB JsMD30[v<l(RlB TƬ5Ώ ˂AYQ[+ƒ#1|%8WVh]gBkWD3bcLm4؞y.EY*؞XHIkuJQPP#˼B a`8sdoOVgf.Q.\rP1li si= bJo0 \ b@ļO>flNIaL,hRTs;%У.Y`= ;_<̷Nni5<4Zox+*ɍvFHE -ao䖳!o$54u"l]Z MdECbGɿ&F|KCLr.8 M¯4tVwx }e9="\ \4Zh}@7W<NGhΙ[9%큧1Y'jcv\+G$ oqީ@FIz|Vbi'ouU,j2BqpͽIA5yF`kM!'1Z^g.`_YJIը@7{Lo<-܌ėĔ{6{HP$_Z6*@8uD`6)Xh5*P&|ﲮ؟U~A7 ɎpEEO,3 %|M>i܍vM>ѢZf 2ۄ ƄIwtPN&@Mdi@ TSы#Uڻ} b dACLP[h x >\QuygRSŢRGYn#n^|/K_ [U[,Z}{Jv5ZAf.Kq%8C9heG\E hnyI=iq 3bR*e1X*-Oħ`0J =)6)h_(I34{ yqүDOIɲKT4H`&qL!/ OeQ|La]j]B<~?HLެ.p|7iXjLh[1sʞq6*+*חCM.jTζS|6N eNeyڂ#L b1%178Iӆ ,GH[FBi. '^(7RUXw;m-ie߹nA|d*ny6ڗM.CU:=иWU0a9\sǼm{%3ג@}?mXN}f̒*ʣgbgJnv NXmrjjFU0S5Yoހk e£pYa̢{?NA_WMʍ~=)\S/q3طbx 9` g\3x~deR.l/CUf_#]rsL1%~UD(LPbP$c`%6=0h2,!Zލ&P%lvbkoq8i} 3ƲK0}˹E3o;nEz2: 6rEin ZTҩ :QtH/W˯b7ݳZ%Хb?-U.T>7|&0ӯqq=TGhXkpۺ٤EKr&-Cz6$L] hD;ý 4+ԒC8' [|Z-`tƱnpq`0F=fqY5om7rzX%!k9~(t+nj)oq0^5-;5#XUү1&جa׀ s5_`ob4+6`gk\Qb1 No( ]LW @ {&4m #F]'7tI#0[y85؃RujLC9^lM%(VtA"NlAgï=mQٜ|pwOx-0cV¤Wg8vaԸM@kƆ\VӉyY)ns(iⶳMG!6ij!;Z ѪߺQ߰Eӿ!)O C-3CI-W9J*0}߫?$OȻl #4/fxdb `C$H:V-e wpsW.j[(9f[7Gh~kz/ n&$V!jUp=vq魄SKJI)I}o}* !͋yBVGZ^fs_7]]x&>E.;'l0qJzH愕kBS] [ρ[?ʌ`$@/ Fn q@&4>q4ҭς(s45V+Tr"Hx=ONퟩI2iy 9}KA)٨2{tj{{~b8,z3ǺlƞuKڂ>f2Xgz $evu $ @hM&wOitaA Yx_sZ2;*ȏ詙BĶi uT4iVW@]H(8MevWb[?Pkh>hmT֏`ø=5[s?ďlä&33:Ҍ-W?lR ]^>u2q-QZTY_5P=N)0˒UG'`'#J%:K>DW"3%ME`><l&m*!jI>OHz\tA+;>@|#\,` MNiVgD±²AY됋>Dj3:9XvwŸ}kzG14dgC!eaxwM,#z q.<$a aqLaozhժPkEVn`%"bRNfBt>}L6~L 2@<4yIb^Ҿ&f2S4>UơHoqyG+:m7;{nM>Vuo=p;Nmu^n Q(mGPO3:Yͯt<2'h8.N&J4/l!ՔhA,tƒSW41=GwVuv\)b*F5𩧑I'JV SjI` J(Qun20)eaNj,Lܲw3SCι[m~)TnԎ8PmȾȝD`wJVPP_|`Ek*LCvӺX nܐGMgAt7/vREž2i&(tfbѷԡ\!9k{38/7.n-vf Mn%ms_b)Z7c۔Xm\`Of4SXGDU1\:.C/K?^i D`X:_E>@ONV쐅O"A(tns9C_ueE;uc`L--B:˄FFfZIbv{ȐhM`% 0e֠|p;{7~[h!\ꂨM~!A:c֕l _ezALhD;Gm}U>lKv; jӂ0x XXP=o7ǿ,~K˃8ۿ~\I'Ux5fGc@Y4?aPʼntR9ryĵBxh[tY4BWbѯȝ A`x@da(O~®6h5EkVi%Fq=CAiΥ$ˈiGw\n@ 6'\SiBw0meD4$E4[*=òU9s3k@QѤLyt˲{4d(ώCLhyaf󾣴J8 LSM>7J^[B*0u#pAgf0lfcYX?0^%UD wwJ?nDh7"G[/L9M i(r'1~ny3 ELni E%/X߉!Zu1.ȗ?:Du,]hN^O3*zRvj5@acg)ͯe/'{cЬ[v(S &adZOiR b(.@`%gˣ (g޾Bī 7wO;t“~ךc>$2(6'S@,uvp<]I 2A2ǰ ,%=h~\lp2yyWξRjOsًs\ հ6$;j<ɡdn&Gupiuqd@BKaNж.F_ݛF0ZKbEWMe|v9տdYcLBfL2f[[uv#GZZ:d{i>sZؿ3#볣X1܂ O9jSn֬wFV`Y~֐Eu_CC m@ݭ㿁#D*fJN^2*2Jd8 kE6Ogyz={V,m\ۿ{gkeo۶-%4X2˘ ZN- bHGlj:&$ʫHy9Xëӥ8i/50 IJA7lK4!a-zv')NT^>Q"s5{ ReD bɾ |P'O!ؘtPMꞸo k=-1ϐ6S`ӶȍDqv=I/_ݮYнe߄>~ov_ȃ-(u;WZ@$ᜋ: 6V&?#ˎB?MqÛ_`oJ{ӃC L竂V \"DoMT2OD󟽠r&Ρ M~D|j`l6Ɉ t$Nb oZwlU/Eqjos=cg`*!F.0@  %"W\:f2\*I]7 UZ9~j :M$^wڅ&e%ɮ|Q2V>tFC%GLPa1c7G o0L c3rifuP`Qlg_d:e1|4C,UK4d8ʴP+O?\ `9US]h_N}r >F'-shz"rV1 W ꧑Eօ)!{q"bwS&4b[9UQܳ`] ߬ФCBi&`+7JWT ӷML{MdN,9`\ʜѽqy$TEc* *Vsi@><;G2_MKYlX!',̈́rk}ss'U:;F$r6ᷥQ.|ӝjV;>CrnگYa–eXHei* sl|0 XE;Wjь(^zs IVS. ={[pji3jgsbwE,R⍅5v\'>ef6,A̎HHm%N7 AE F w%ZXfԔ0%y?oUnxBos CDoukT G5waE=e3 fe@.D0W(FE4%ftes<Ҥ_k9R*.fsSK?{/p}9QۉRN"iv/c]eIqR6_v[xMt !_F|7gؖص82qo8PV7aMrf-PeXiE.R sc'`>ŁHt!+]((j uhYP;<>Q1\0XN@/ 8B~dTF2 n1x%%:;ͧ|T)j@M_@gM/9#9Vf 0ɤPl"@Lv7b`T XwiHD=&b$RmI|UzK-D i l)D$~ITXge,7JkAA.%iZ|LYNqA [#Ѡ1hK]QI}=nCɣ;8Bi`P]x%:A:HƓ !,p(=#ǪD5T\NJ*ިO.gIHH׭ Ctd*K>Y@ҩT)#{/RPtc5}=n1NlZ~bj?q1`k2 fwM*3q?-F޳]nցlrA}4|_,E2,, 6A‹ngsK5"_]ʹBlp3N0s.9+Ipu4G6 {} Z?[9xLOiUЯ΃'||:u"wçJ0 J]*7Ҷ]S߱q9ZL>c, XiōԚX"E"W[Lb}~p (r{ JUsRhU7LAY!>>һ.^]4ΞPvhO="͡%սd>HH`sJq.eȕzJZAgy/fխW8RMh҃*fzoeD15sJJ@hIe9B̓ZB]7fOk&PCnY)P_PTsg'XCfɌR6X/;tӥ*BK'KfEppP#[ ƫ/eڮPtCD,BjƂɪ:*$ ~bQ7\Zz$pIVLDoH4BFEt^.d]X+SҴg*R;LR5-TZ%YiL!А=t,PHf\wkXHŔ\J!`Zg{}O>5闤2+mՀ֧0EoMQ5xwZkgg4ҕK>l|,5|uWK/ݙOCൎiҷq,tOIXd$a`a#de,Da%j|2x/O\Ժj"_ͧ ؐI;SG%Bi]Fk#P~=RX*(X(|fG+[p ϏÚ?;9c#c8:UOkPUɫB8\djJK?_&Kɴhgn(XŘ9c9ϳWo̖.Fl1$DC%CS~͝eDܔMj/Ǝ]_̀Gz\baa` uy 6Rnִ~y|v)uI'w :hS,Fo[" jx9ks[Ƨφd0,$?d]y !|. e;hs[DyP:Y"q`!yP;pB`rM.0q `R{1W _ͅ׸> i#T0J+gFv2p5x0wAXm;_{Ux:7wi͒Oy9SpGXf<|]%ҊuHh޼$1l˶Fm(ɮW3,C6m(+ԑbᱪifMHH˷}4 iיAFrK~S6f87Om#lQbíZ;JDarFTv#1&3%NlNI:-D-Wb͝GtE09(GeM)Ԭp)X{ݬOQ7WWwkqa]Nc=iK}\[FҳlyHd˶a-}΢䍍rS]6 v( m.ENzWݬ!({hvMȇa/AQ2Y].ê?12"ʬ*_@%RQ XMOc{'<8U@`/kB@V%"wp[É{rHJnk yCQZsB}'ݷBv^XRw=m>t heou3p\=eD0ڻ!}l׉Fd0YE兣b Ff%暭陰teG;q =ȋ*LPas%!t(Φ'ԫ&~6ŁttD=GK ]4XHM\sRD~D>+dx\o֤.V0pPJBİCzO2vMzD7`ѩm1Ju ͽ~XD7wO χ1[hǷ1()ü&-" 5Bfݞ;Bk^h/?#C.ݼStˑ]R"Cu 0uESE{MMwLCmŷLƀvZLrA{ҫb`^Tg`yp 8C7ziرHm_K&U\{?x kq /8^s?4\|Lc7JefuDHD0gFppYNbᅶw d03U0ߟ.i'IxfN*jm@iPW436:rZUǙ|HF#},Ibc8AZF1Ml;44:j M;YR;es9 *"eX)ӍZ:ͭ%s]<|q>8y]'JaNn?شLm5gD-*q ^jwÞ;V4t>W7Bf=xXgPk^T(uMGG-=aF$ Fb'Mhs"?o8lZrޘ% cTY)IߎqSC@~{]Ge6|J䥡Yv:p)6ga[$^#B2.mw2.}3/i@*FSk3Nol3_%F 39#~?\nt蝄1z: BIX/(o_yX ODRq}n[\o`W{C+, 777I*9JY`ٰx$k= HR_L)x9 `?+5o6n3 b]nh~jUbϣHtV5Lwl "CJ j3k޼69>֬6hFpڝ ֠P_{Fpǩ-VbV,fJ"E,#&HRL`ѻcTwx"0GRp>]Å̏-y !n.1 <)Q⾗?_.N d׷R]0C׵A|fܺg|]z$g0lgNXץ_#DJPTžٻl#21,(EVm3(<'{!/luP>[CпjV-4ܟ<;M*Y8 \t8@H,Xy3ikc?WsETɐtDh%MyB![W_ xzu©rT3u&Q:U]naYILw&.bЍܝ^}q4aG񧔽4z|Y9;*ҎF2Qdbal45(RMSPUYni(50D_< DsBrۋ~e!b|G9\T9u}oM54}>E O& {6 -KCYx GY[Ǜ Yu̞/.J58]sX7kMipyTBJw) Vi|m#mi\)U_OaX&E47\. tYdQv 7^4:2L{1-3 4^$theX'Ub<0rPyTd3sm0̩M2 '@*.+paԲdvr?3a䳋`8< ]n!&>K,8͙N?OA?HU 7.@Qsbzn| R3 zFLz-6ѓMJ42ܼ]ޏ:Z6A?D_:+U'Zhmu!Z aQj\PD^٬ɐv51Dl׸#: qg飖1=YS(h_ а2VuB}pwucG{VĨCTT~Gk{9z] dAܠŗOu)Z'sqdoMMpa:Rvx!|QL`Ҋi:x:(R/ezţB2YLgd nd^{/E5ϙ9?) U'TV Zkg!#QXz2WVQ=!&"Az? ]0(ed՛4s\>eY/q5dp*YǔXrZ&$[dD+kW"PkmPJUt Q ~w12@_BzY( vad% shw9 k G I_ \.@RO=̮ ̙i[)}~3^'t\ϖg^::5\-/4uhE"fG{%לWX6coy,n1\ctɛ捊&}8\͙@:!6@D_s t9#bY2ڪƩyRh݌^nw\8Hc/\> Q\uS=gpXPB0{JGtJʿ3T~Oz͈}7xQKIIr~FV/eح ze¼9sn[@pȑ"( 8IΨ3v D$K.wĘ3tߠf'{"7/dfZ!cAG ^Fw*Uk3rܒ[n3xi,Bd+dP9lV~9.:yK6?,P`˲k%P>XZśߦpg] 15 5(Õo[[C9$i\K#EEFk?$b@-|\kF(cDia`p B^̸=@ZiRDl0Y#T -ȸcIfmML:aKح|1UW2Tm.4;Mb'7u?ٍ#`]h:DmNPO)$Wk,6Hg[RZIDzѢw @4W.z9TPP2=vWn46|${EPUI)PR1b}1:L8Zٽ *=zOʔhGԿH&qTɄK"mb:!?~Q< .,/uMHB$x^ez)c f0nuuWajkT3%!riɨeeX`1gSApT7 פq" \u[Rmow^ӝPJ)v"pq4Pc}~CHK<3=!oq@/tvAӅ4| ^,G4:X >Yz3Hu\軹UAOP,Rs׿lQ-Ͼ(jhȄ\پ%ve׿%Er.sW͠8u:)F*ʹ[_o(%P1 wd V78J^}<@x:iyst?ѻ;?*yWObX;RJV0ԱS&[]ǣ vɄq|E ֱBtBAO'rad3` 9]4j8Aʴ*O@hR];UP6pTbQI.b/}FX3A!~ѹa<[YwmO<;WZ|?UG8M[8=,2UWڡ%K5ՐͭH_;71.SRLǦEbn#$A Jen) 4e{ϯ %JD7_hznP"A_DT6\:~5 }dBAFFVSBHw2Do rBCN/'(t 0$I\EqQЭEŽV. >E&bcRؾS3{&ٚG+u@{b몿JϺr\4&`T.c(x/#^eGL}a9ѪFZ4~p) ڳHY/EWA4$גeUI{T=I!QBOp{7`R榑]zZ:cQt97?P#z>}Vug^2NE;=f h)[=s/KB[?ڜ>z&j< -QFw ҈;?!.3FvbK78'>=E~`7Ļ2 I#| lrg6'܏';r?`-{ޣ'ڎ o_Bjk7|bgXjK⓱n•J7k˝'xo&U&( ᇢ-sUVgK-t%joH*+_={HD?0Ru˾#LafV\4Nv=a&^%;HStirY^AI3ܾ)lIc'V[pLiPqLԓ&&eSX$Q=DodR/r;|xUZO8zd`%6Gm{hR^hfrJO/)s28ƞ9}*O+p#3|4"INˀ?b+QLXӡH9G3 WrUz9* zYlZ]x5{vvsGR}9@3 akA*(82i& CGQ_PwXIOK:z7}cn< CޝfExlUT p7Ejj$3ӉɒUDĪ.nO`J^:Cݗ>hm8R~RƁiCwZwqFXoZ:*mP[fA 7ϵBQ6 ;6CH ^f@fB?GKls#{6GOדkq^` RŠdg /9ESP0`ߎC:8233#%0ҫm YOl$(eQ_V=[^$eLI|UFISːȇzE7J"m ׹Uok)&ԿюU%"}ʭg;wg(8%AytR( ǻ yAT¼X%?xK>G[N4/NɕM>} [fp1Jf!k9}fF=Ħ/t@$jfH3FwFz Mb Cs%HHf]ooQyyG]"rﭫf*Jt$|< h&j!=s&4SNDe{C" j'$n^S} j'(׍oaU7_w*6EqÊv, t7yv'dnFh> dWrL `qLSq.dt/GIo{tPuyۗ@+9."\ B)ﺼT?_ddi,2mJ90e}rIS yѦ2$,.ٰY"ѽey< =;[q ܗ};|$NjoAΏؐg;w2ޖ}B!ֱi3&-p =N6Ȳ I@;DJ4U*u^/cg>Hrf{-ؚe15V܇;=ى\ >"Yu7/77pb&Җhl0~XnUjѭ8lqQ"߿^)NljlՐLKISAf"Bmr%%s)*NqF_Q "tgdP|\MÊm%$qztgIKH[Hށ]nף GAoF*GrTP4! ZCalMÝˉkv8?DХ83^7Y8\x0'WD$<[L0p; P'd'zY_ %^VÙ1{ W-G/]۱2ۥ앁v(L4 y-߆[L$ɐXj[X׶x9Q?LLXR~;B$)%)YWT&ssPXO>#mRj8G4PpUW_(i s9aCJc85[TLfk3[7k1\c;G!&h_^G:/a;n;~+MB)$>_3 ' T}OXoȪþ⤧~Ud˃dG]!-ft>VXd[^JdCQzhர ,f?lyq|.TfD8`=9JߑßE9BikdY۟jT0,|ZO/iV+~PN-F6\FBd mohƒyF|E^wѬK3@XTw[3_MϒkWL?}#䂿H?l;H󨯉9,&_}e"ؘf@->i2@8漢^boU97$Wͼi,?z'ӹ'w /Lxl(buz`2 W6M\ͤ*l ']=/ukqL9P;#>Sf%0FOuPEFmky##4vf3 iq8}ZR]HS;vPI2c6 jWM7y`srR*"=$͞?so o{yϺ8R!d/)#(^% Ă<}ҵퟴ¤0?, bdh^d$ݷߩ> ሆA7͠a)=ʷXtJЅ4 ^L h:fJ嵑Ɣ[;Wj= jگ?Ȕ~jҙR37$}:{S_"˴ZZ}=T! |!. zk1Uh|ۻpAV2qtdN;Zhڱ o&Tz Nc}̊ p_2K J?=#ˌV^䇇Fv ?*!s}~5૛P0rL#<1 "=3;&oCsߊ hL[pqpѱni L\)XAg8 WɔwYiS;F~yNIJ>uu/C۟DEm[d{temO*]O*]P;Wo~q*?~0˙V>g>EZ|`nר|JeVct~2װ$tѾ YE!^Ao"YIjtj>M=lW-n4B{GH (L^yUсVZU|N ‰M1ֆetK2ۯ$^(Y^y خv&$U68pԃCe&ԥ+r+ɥձ=>g%&uY=1ޱv@!G ¢r$n3rA T 3Rw+lɢ9DpKp7 BfA>@X a;WI/H1Lc/>c9veӍFyWaex(f [@· GN'L"I)u-؞6Sk~!:ݭ` C+P^=F%QMNofkoщ{%r띨kj{˾lSm"ۀ9LHQ~t.Vxry]PIB#?&G֋w,")7L7 ~4yZWHKעPzzo|üaUA պnxry 8Qn‹]/=;qKˡO0$= "z4SpiK~6W^9(wnd9Xd:击Y:U 87'M b$)ӎi?K!)%NKEڝNyB:K:ܢ22L49{>qFf;- „z-b5yoXKiX9yI)`,r7I^+;)a5%K!mv/`F*B"P žx 7>hqbL@d )NwuϰhZUąϧA6ke& !cݤ,ؕ{`ɜ3_'MdJꎰeΒWR@ގ( nw 9,NTHGvII  "S=4=V=F岔ԶPD]|`GMJ ;u|RgCRpToẈZQxNG91r<3c!a8st`\Wv pM;@t~cn,AGLBopF]MCo;MO>9~v{hQ35x_fӳM \mH >9$Cy O[BѶX;zYc"bDňH=5Д/stiGC`dQfڷE {kMm_HxXz gkqgSoQgڐRѳj+[pEܑl M0(j2Mѯ3A]rxB5v'H+'=<-̼\hkI&NSzL3obm.əj Fw~vb糶J⽕y̨9ǒZثȿݔWXGWuX9АĔ!]+.? 2D4"Ԟy:V‹;YMdf) 9$Jf!8 q8`Kq ڦXO rHf !{F't~g3VDZf:paƀп!*T~@%ffd Y6A,yM4Ѱ*M=qDK+|mUD6R1Ӑe:TeRBtmq;hdF3+?V

&.ɎZNYN0L>J3MO:vBEo7c۹BTmZRpq؍4raٗ!`@71$׊E^9%yQ\Ȁ8jbsYgL:F {䉃6 gk$` Dzb ƍ7lA;q&q^A'j f!uGׇSZ>1*S'M@"sZhg(1t>E`@s&We#pPwmC-7픚IXBWA6jy<2;J (ȯ!' ߭77= ~9`/q2уz&~YO2V[!m`GD痰d[-+%օC81EZÁq,|Upzs.BwY8 ,zvX&B?cRRW`+Wq< #+uhAc$A5[l_ű]F4Gd,*BNG9s7j*RF}\dlTz/&VL9Xd%̺gcu >(Rq`?9:hsP'Dx+ $3Ou^SY~h왫I״ucў:4? ϪH5~v!l-;)dA*qIIB277&\: IsТ]TL.:dA^1(֘᜹/SźIAMjK>u5rMUl wsKA-HnhhkѼ#yc1bE(UV2sll*F`_ *Z#6`jtuxinTS›x /Vz4jn00eLoĿME@9<'RkũTp5v #4B6Qb; ن% >RcdWO{~a{6O=q-ERDYQ₯v^r݈ѹ)25tITERX"S+Q%*pL̑9/ۨy|[]{:g "X hQIcYM|iHtb]<6۔F<lowB|#$GBR͵$}jru*S>" *C$,b6: AV(K4A^l"73VS3'Nɤ\=||%aot}a@glFq6%Y\.a7"GS{H;/p W2"fZ|il55,}-".WE0h(!41 ^ 䋣]8cW:jz63l}هS2R#$)xVQ#c^C  Fy67䈯P{!]M Nd5jᇨzyK@)߃5}n3yCS^nL#wװ8#o(s/ŎDDw╋-Y_7o[*kċUͨ$ GJ ą@!?f, C95t?N@5 9jĢ<9tl2G{&(M/BϪnة!f.bwU;)˨J~j[+yZKYN:OC& 5?+F{h6=2@N儘4S҆}3o˳&tx (n@5c>s2e X|nǠ(Tx}D3*/C~'_Z3 vdV u5d vq 9iMD(~`ՑQ T&(2RZ#urHRƥͥa9̌Q >4 oPNRg 7 nKE M]̂9XC}1!QrQ+ U8^4F4:䶏0g>D%~ǔHg:6Ka")Ze hf=@28I:_E9짴N^? 9AnŴ P PY)_8MUgfP}  ͤNɲҫ֘+<^2ӚB}7F⎪@>|(,pJl\ 2XJF$"ď[6t,~dA҅x I6WZ\Rog.Y y MA:"ѧԼ!޵F0fiDn&.؋JGQf7֋7摇`E)KD*l7M>;]@^l ?u3`?nl9;~ {__|7sK/׉-Vz"BWV$PUzr'Wy31a=5q:nr(G`@A t7iEЉc.9ߌka9䧺މ<\jI+M$H>A3Y"ƥPL _AoyvvyXuR*$*,Թ{_Flڶ'-7!ܕUf͋MmKaqc(`SEja /z j`"6n^}RˑM8!St+W( Xj}sUS\2@ Jd,^'QkM5-Ss9Lmq`q6v>^[  |OW!>LttRKi9:*ai6\S%/glQue-A0cA$Е ۜtYn)~ս#oә)Ssُx2`gnN@cX~ie,dgH3UrQz9ŨYCAP>jO3_1Aα/u.u@I~ (Ӎ&G1Jބ*- D&)tǢl$!鯈?f?_;?m>ͅÓwgK%$Όޚ\`%v-\m%y_ɃkrLgKT ,侼+⌶fs]MKÃuGLn+:jV\1=eȵkl"asˠJ-1A1BpHW2F8.w ֡{^ʸ uB+9@HRa`x5Q~ B0Qc:VL&Fxĩ܈ 9} ;])?|Vf[j7zrFB$y)VylE|C44`(3Zb>=6fx$ v{īl`g0/;Yu W=X n~Gph[HT`y(a4 D4PbݫI JBUCQcn[bK': El*{n`Y_x3A<9FCOo=Qx 6k;D a@{#j0e[^nF5PɽϰڐvnD!54|{$ntҷy ^iJw9eÚ&4ǹnu;:D%=XthG9XL-uˎ/W\`6ܐ9U3qaShTglܪB:m?ܧd X6A +?%yE'JI&=MFhCDW7}]W5(-DhyH)H+vBr-1E R A$E`' So#b7]ȼVȴTmlg^` "at,;C.=`o?P{k:q嫨H֕P5I?*Ԇ;l3r=jS'*DA I>CB5bȊnZsYN~Ys̜rwԊD1º _`?mN01* 6$ْr!w: H X/ġ y9J6Wa^'ir,Yxy/PE-DX }Db \uٌs9Mn%ϷJ4M_c0qڄ;RŮ:h2Ӻ0(29MK5eYϹTO2ve8YP1#|u 9Ѵ/&?)UIko4.*UdB-= vm%@/(p=IL;l%0)l~y|ccu?4R8A.h]V ui^_!dr9 W\'(m^@}IjqBțX̟,`eU%S+ca@dEyG+!٦ m ^L  zkaؒ踭LٌxrݘDq4̘e;^k"u}qQLHl,2SnY_4< n43QK9̀ s#K/jJ_<uOR yIeK%EtbhG!yj %E7̕_mՙ׮ ,K(}@:׌) kflF_ڰ ^ˌ<+waidP}/!:* e"ET2 FqaT7LTniG~հ N YZ