PackageKit-1.2.4-150400.3.6.1<>,c[ep9|=a5 c!ޥm zd\M/`rs}X@9)g}b*6N[Y/*ƣђ-4b l<1*ݽ̞]=? &J̼OJ6ى9f]ܬUQp yq=OMSИX"?A~2-I;D`"wN":>jY Up!C:]! 4pd]E⏽`) @O 4"W)J1]LߒJ Zib>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/\9]"k%r,Msc3.9Gl_jr33|@cG0ӆ)\Au|j;cs,6T%AH_ZhvY!?ytA?r[D%S:ä 2 VػU;5&\Jr'-zXkK 8MX 63S`z@AF^t'VfY,d.1LF%rb6U\{9ʌ262cμbazfީ0 *#>z'g5 x^*g 'D0 W۵X՜ܨ"De>Esȿi%bs3lrИtN2'|,3?Zۜ24@`.I*+7?^/9ax+D06d $EsSN'gEնŧl JoY66t;2Hh2:z ^/"q"ؕpĿwU˘Ss~ &M!=/:Ox@Hx_08|uDj Ud?Zwj_w`᙭ m`Ry~#nӛ㱯 X ܴ>`Ns'k[P{dJ^”k`Q$*;]T}L鼽׼8^smﰅ_e(4 kh\%T?Pia8!BbGEH{>L+.,與Kf "2FМSF9ӮG;h~#@ch<yז(ݠmU9)Jͽ:7 κwTxj\R,4\kbR^; {h&ϮQ3"X=4fB1=7O#;}?22xE]_ ga\8JryYpwnp. 2@+|U5}@8ǻa @]s,(8ze jW-` qL7d$NDRƮ$lFbv97r=A- BFjZGWVՌxnZ<|Ux'6%p!W^L7DX1KƩob88-!28W-,Qc;cq.Aذ_K&g] k3$#y!P* ]8>qχ8pKЃI )r#v_r?Dt9*;:}rm3бۧPʞڙ2I(cUB{;OWENoP 'vCI4!S"m6 a2nxwY^#/3I>;s`@NuwDu0Ф`# ]͸D؄܌xϸ6BKZTI͵Vy PUZ-ow3E_EW8k2P"53$ȓK>$ݗ3{vY@cRlM;ɿ+N6C΀%ՀyC;gśGRGg*gm`Kkea#4ԙl bV *=I l-D8~b5`CDC9 ]2WH߶Ggrit(zf 2jC#M^ 6=YRF[YT]@<##e\,*:I?v+(&}ATbZ^RO-tQzm[x*Dhb()tXݡ"+k_TT3YѪWaF'-/ჯJ cթp7cź1.~'ʧ2b#TFeґ_%CU2%U{<dȪOaR.R׸,52lDl{sRnlчY;Hyb>(9Xy%)F6nG'7Il_㸩Q5D-(і6<"s^~WG&79}m֚?@0ٿ094(,jW]9nR5ǁcv/2n'06.7S->+U:g ?}F ɧ!N֬cUGߟ/\P+OfAWE8b5fT s76/qm\s uZ(WRMDmϊ$k4R1Bnh)̜y0M#FcA'ߏX:2mq=(7N k=Ar!ѣ^Z/3CqS AD:f8p#<S]}Roh?]vw~4f/2^O*8GPB&C !p-l,X+algQV{*j)c߱2X-6wi~| Ud +fC(PI L^*I"`PS0Ԋԙѝ :-Pv9l-C: O  JXNZ haX\e$Sd}6pgECY4-h0XtYsˡ 82XDm\`x%\!kqVs}l3z\ސޮhhNbLP iQ=h/(1d=BƻX7[U"&^8Q_6ByJ"L߹S K>b^kk3m $/s8\ hf?x}FmͺE 4DI8A9c^xgwSiX"BBt$vL5l3sRDدc`?Yoĺ⟏u'iu|Diliy?jnQ1b2,]tjd=ncYi|MlKu;^֯no  4GK'9.57xBXTFڪ\dR(*jZA+C^(xhr%ASp F4$rhg#00)6 fߟJH*?%pD&5'I|Z FH}H1~cwoH ka1X 6~7 %A~j̾4a!t[yۜ1p/J'K$FMm=d kYpk?2ع.ڵXzk} ^-uEX$1p^#ӾqB1X R_#$W# K V 8o2ic.^73OAqBڡ-ne;72X4kT!R&ðdr"v}Rk;3^ JEa9(Vy$jvoc[t)p RpkK.>?Z ,ӹSoaJxJ!K74|+>Ly2]?[1C.N+,Ǩ{ >R2؞&Ews& \mˌ8a*$A"70P藽bꉦ:c9:mBmm v9 !: 2?"y{u "V(˷0k/AXKI'֌lxE/y4=w Ty9p,s^ٯ.hnҶ F8`RcotVs|\)n1f9Mazk,\9n:+}>PA8b7Yz0x'b9z{qcɌDS ")PU&!Ѐn5ƇVD5-IpM^yCݱƓ;s1=c.Xj!qNn.Ey3s l$rKXäK`d(BTdEL<~Y7)#ej"`Ь' n&!.w6%*=YP,HٯÅ,i y ErPL1K*]-DnV<"l`'젚sd.Y Q@8qZAy7&_4[2&~qbaT28-u~PLbC^ओ&@ -c=tt4$!r@rZVJD" F;ЮCݩ$`Ah2KxKlQҝ7FJ+nM4sS,fw53.MdL}'_ I0y0q /:r`ixvG`+z*! xRN:?3_=.[yO m`cSr;[ːc^tmݺؤgV);iuReX[mD0\sh|Qeʑ30Zݮ'zhxP6 m@ʥy?mG-l4&s), tK9; (!Ϣ}SH F@L0 3DZ1%eʎ|GA. o<#oacgBXby׽P7F_5otfWr׳3";sZ XU1pTUc7,aJ =ж uޮ 7iHE~@Skffu{dd).կ&:vǑP.s-x'Eog/' .Ut<%9XPL(MJW"D,Z9i$)gC~;0>q$l$++ˏ-:}qwwQ7L_TXm9-t\΋PWXߌʢS'=*b^bwMTWF9;RlK%());W;ʞٺi"=LH-gۣ0Q20\oe-@﮶* A/Eb#gyFU㐖5oecEC?![zc7ށ|:mt(82˩?fD+EI4: Jz!^ wi2S Y@R}=FA+ ?"ɭ^݁0$>6t -Q'ݧ0VPG +iC|?J~x̠@]!{"Ohkrq@Wz{B*^+MYcgFU>"+%ࠜKS"( C'X9AS:=х,A|=BjyC%tA0hVI :xU Y>"9S)7U~Ejc!NWf4U#=&{;yAla:¤L RzϸYXW MQv3 R$z L)Ru1))#&jѡ7p .WL~+i9)jiRl&704Q@t?ɹdt\pgDn KW +nBݑcF*Хoi")(n/gUJ<fe(i´ɤ OSG.>p*{0~>'s<ҕa2Xk>y.'/ :ʳ2Rpl NUw 2qHX`%Ha~ eBrS }3\kUPe7Ȯ'!9(s[LH1}YTfhe|nLe!Bp̄N[^p6 -BxX(mɬOނ1&+M`Zrv Rr5I ϣ=YA:tKS)zmkuUYfXP[%a‡qmߍ;qk/VXw|r9h`6VOɻH) NCSbXd]M~S.-lGQkyZ 셐JS33?|V*Ț)Ͳ|ʜ)(7QF:=2ױvİ/'g*;EME(l|$5w(̄W4ByV C} z1e l$i-Egu#5MHapC—`N%tE;Doޣǟh[RoV쁚i:nIA0^r`Ο ]mOf?'2%qngx@ O?:`gLMdfY;ݏorL$?h)(e?%YE3)P+;> (~ÆM}T8ڄn'<#ˮ+y/fM`qXPɿ„5vK8w)ks0D$ SdDZ'TXPQE>՟b_ߍ}a319 ޅ'3z,Q&Q"OVejO5KBJ1)$4ӫz[xst|j?U)Ic'W ,*E, 6 i:D=h57/{fN2:C2]X!I0އk_}JIOgyM\+'OMٴ&s͌ESI^|K,ŕwHexʾ! R摒3$ ~pWu|8r=ȃd vBMyA^z8j9\mj^tՉ`x=|RQ!?*_ }VNJB$ Vb]7#Y\{41WP$!oU{hL*z;~ȳLO5`Ndz(t1Gc(v.dc99ߑO`cbQ6֑jDrRu}%p]BOA9 gΓ 7E{ OK^Ô]fNW芜=0K[kpu y1 D+NB*҅JrP\%+a @&3{:( ãs9Vlek*nN߿~i00<!odiPP WA ĻK2¸dz`TE@T>ߏ(E|y K74-M -6\p*aU(nvYV>]C~>|[J^r~ ;<;Eq?HP}7%w-MZ:+ 19I}*ZVe욖B!DZNad'.hxrJc 4YB]6wxˑYu{8*<~g2-K1j6~ Ty2PO\_}Ru/aC>2R(QLz5>Zv ‡;E@hy|O{$yTUSQ{B4te-t*ʿ bGn$Q_}nFz씵t:&^c&wu;%7&Bd{=Q`%?3liw~{"jߴCD~}D[*$,}.0qh+]v :*ObBEt}k)ns>؈HB'I&I=8cɂ6w$SGp`,h*^=Z9(ZYgKY|1 4jDMeaWw ~=v{MW|QQjBdK&QeF>RM|>S^ژLL=N) ) 9P/g%X˭xqRFWZ7\x"7$MDOզCPCQolYOEYO_A~two.]XI&4'/X^׉V< FuqKHP_RY_ hkk[9vkp%h>?4 P+$wt&^D~l]Dwpy㢻J;iR+S~>7|`w_,l bўɺNԃۇ`څ9OP[H6Z=on2zL(. ]섯FK}8-ljwd4Weg͆ IfS ΑΚ9mBM_12ܦG .e-3y 75|ut>)574W7P:֕v],5 hߨoP3i`H X$R+(j^-vE4s*Q k wn Y7lDb1SĢKw51j%cX=ە(#Ku"h1.@h7Дވm]f טShr:TJ'AXVI{JݟŒO^̿'ʧ R_I;4\5l1ry1:JB̎ f%n.;d3`*3XaQs#2td,+; S0Z $|D=acX˰R QNTkhZ1)URFE JB*qf7moҶϜ ۣ6Hm7򲧚CH1޵D2]HWa_/.$NebQL[(ikF 4(gC fH8~&4}l)6g0$6φLNKFA!f{]7E,%C |YVU b!DV.< C8̽M7@xa łO[&k68/J'k"LZ@)uFHioSQ(EԿe*zϏVrDwARlH:c,VHnVs!>_ov\ɗJw֞=QO|A`O]h)$]Yϑg/@[2">rɉXN f|Y(ʳpiG;~ ,h/?ob 4,J6Ű>h@N+>?vJr rDLN"&GʅE2d!p3Bd0ĻJ 1OEױg~fH_ցye% s̱Ͻr.ĩӼ  {fnFiФr6.oukonQ@r!["p)H繉ܧETFCA6zeE8#=U1E;l…Idm&]`GL_sA<6 4jT};s @amMk s0JVKy.&>v/)@AFH&S 3B#e&CkT5zTgWFʹQեGjae@49 r5"' ~(|PtfUGv z:x)enM7q|Dk KHh1R$B_҂D;PVܟx֥qs)g_(di:nTxSs׭wҵ>_{ xmҰNT94bGg"tE1K_D/bѦ3QC(J& b >Wˍdl0c>o؇)"$8{XXWٿw@}nOI )Eb6S ͌YWdd\E2*{|ݗ3N~;=>\:";e%^IVN)~D~(9OD0X2{Ϛ᧲)&1AYګ WN\&!HۺL[$? [8aR0*Nw?\uP{ç\AWqz_]^g)Q /50v=ɛC87Dٌ\$vqvBMHze4bqML#eMMǃRa-,?-\On$)nqMh8 ,+~N.7#$j`vƚmu ӭCPë8D›R֨ɁldUj]T-@XH]\x<YY9)Ȟ.$-ReVO%Ol](KhhպHFq&7 2{Q?FkJb*AE9>pdi7al÷B>NH>R(`rfUROMfR%i{Ȳ-DZgz9#MpS n􉋻R٥w2hrTVjPNIY@P+YP3Qˑid3m?؃Hͨ"qz X >%K 1Übfw,"YYPQ.ZvQilgYv3yRvqTտ5> I{ 71zR9|! 褛 MۯWc&:"@ް9NyagSF_^?7 1yKFr5 / K%ogdIYC ^7 u)0h!)=\rAf̪LT.!w^:n%x'<#;M'1U6 훩xO<-~]0Ϝ`Pe Mb8Jb7[(Z m (<%Y ڷgUXGIgkmQy~`OZ==?Frdó:79 -Pjxv΁翣Nc1fK[~4QP>7ӹX 9:b5}'{WK{ D{AFpr /?{0#J;mMlcV|^M5H=p`N PZoPhoJM_-*rjAҍ; ?yy$unN)_N.OH A;O?i XI pHbk~.jpWå5I=o2=jIƚS#kM^R&gk'6I VmB,4P=9^v!?H٣߶Ւ66xPԝ51CϦاX@yoʶS{a-d+Qgbn=%Q %bG`p4m iiiZkG$'TZHuRp*|{o;R ~f}?]1^˔Ϡ'QТ;#VAS-zFry,vXͫJjK;Vg/4;U;!FBënLwJ8OrY<*cɿ*W`k+ MVR'C wkfj\b}Xdb?r'!iRbBeB9|=yءm|>ҋqcSƉ2fa+৛87ǍlBA]:/]k ˟.Đ]*ow7b$4L] [2Pf|4 lu 07TdΏ,|p9[79hS#mur{0j4kYևR37j՛lltɯHX^9=8UCi dajѢXA8_z)ښzCÓgfNl`./=s_I:Ph[&24UEO:2& AQЈA Z.xϨ[j 0?vn`!Z\c'zctjM(.iσX'x@6HZs]yє'!C|ɤ^p(n{khZUpŢ کdB;k>r1/'}9%f[Ad/Fu* - li| X{4ٴփ|BJ0ٟ_pڂFl7xR\յOfl~Sb8yIX{ &񢘳ծuT5ԣ{xm:o(IbNp濌J)70'!2! L"p'4e3倁 |펬Ea!Rޗƣ:! lq@@f6=6ڌJӤ<23h;!hHýa1d7rf盍޼h,Qۂ=ki,6ĩ6>mh nG;dqɺ!LRwv~%ݠKV3_D&PFi! E6bh>N5̡ކa> P fou?&5&fRJw-\&g^O+~xyjوw8ƟwZ]oSpc[Y̍8ɗBr<ݸ|ح/8 찔ΉY S3zjn- nlOДٵ :œŦM5f%֚%5]@)_-̼"F54e8gzcN2a;~?@7}UL_7b9<)]8s"C.8 "o1ڐp vβ}DkZW]cn窭_d{MA/ RyX4"K/^dۏ!P;E =0#`RUhnɆe;VklrvCXJ$_ wȳ!"78uYh`5t^[#6շ.d !%}E_`~CQ0e[FwmrKqBi(u;6{bSfA]7m,Zpvv>UCx-(U jIy_݋ ~^Rc-cFEl Zhn*v^NTCvR 3!to u[}Tv˅=G9.gTɞRgc4 j٧",MP?Ğ Wڀd])+d7"\t61h'RV&=O **>2Qj`a[cڣ hTu"r *7ʿ{@c{(+ȸAosn!!:"aO8\}eo:tI}ww#~Z0Y~ )~{Hl)WC6ߛ N=n?gqBMsCy4:}1ᴋz'=1CV qŢ3JڲAoWax&壺G\Pf -^T%YiLb*g?5GDJ- R[*e9g9֪x7kiKM|۳k&841:~k;O@vgE 3ОKID>QT^y\8@3O?\;? s0P J'@C3ª<^u=eE@cIYݿl3ˮu]㮳4Re1-aЯ&6T!7Z<Ez[Ej&8L~lٜXvO`Ŧo;1Fe 퓕ipؿAsNj \W p{V4,(ݰ蟘 bRAH\(B0pq AWҲ E3">$26G-`6Rįt gD#ﱎg7M᥹ lJ< Hjӆ*Ќ9.p*>33hBs)+N!d#,ħYt8lr̓ 5 a, cuVc 2+2 j!  /@&o &Q{9.Qso2Ms.}VATF3+[NYWCc v).*RIι 0FO#x\tښ?<zdU7Lw?:u$aןK펰4]5C& |T[+1@^_PgFm^KqkPO(~#Z^_%)\qC-CCtp(JX-\sZz\̓7u<)oUrn%a )K9AdX/VH4'f b Gt*jm{2飮l՛EJ>W:)sbap Mv1 &ހ􈬔:ؿ dm=/s%2qL/x9B ͇Vy}# Rʒ65g}p5ARXl+e(fbqfkn;XC@bwrQ]Ze`PUXa=p~9vi5TE"gn[M RnE*ť޽ VNK`[Qrp[x,4C4eId&Vְ'"8}7.!Dpe0ז,@3+ZGƺ0(åM]HtKE9(%cjI$Tr9tŶ,Bһ|@h122!P9vKM`W^&3E B67:(ƾ. 6K~PD(o,[wU?%+AQMN2V7)v(-^=N Xc.ūsF1[` iobBXkuUKvp0,Pa8$ yϜ,fXU9wɋ6-6nɺӘy6Mj:n2e'NVE4/j^]x;}jjTL$sZҬ\} u΋R9`mAm=3USy?A W!ZgvOi#Hcha<@ 9 ޺ F9DWK3Rsעc#rM8H޽*5% iJGWFcjpBUV]K./fw F} ($h5"vVDX!+163:Ny2%ŏ2%9ٹBܡBzI2]h"i%d?=ˠr:Ҭ% Wȣ16%-yt`&PS{- />ry5 _ Q&Ԙ3Дݻt~ʨ,l|Lx8|B)~qUොSeu7{^d|8ccJb2(VFu ۤOˋPX"DR_`LPǾ6q!I͌~Aj'n_[TΜm6h5t0 X0tx?V|^U7~Ko[ʄMWAm􋔳 9;wVUvhE*ru\N=DW-89l5 $|ywuB?BmT }q(k6hHhlNށ‚6#{S r@ܑH۶@( [Pi MwV#G9jur.jR@LN aR.֯15%hF#M25;=29$V*p<+}EsQ7'p̪fbȘmt}=ج{U^ͪ!|%69" 3^oY2za4F$򪂅 + w~ s< OrW,2Vok=߸)$Z>Sr~do jmg|v?txsͲ@ cX?QcByY7t, pXgW1:9^v2 cEIXZP:fs^YMαr l\+AnhG]m6 Bc{LX7 αN`>::sA˛+)[ q:שfX:DĈW?NR=dafx`ԗ ײ;/`48S!^]ekp?AHnQ!p~~}9[PZ@'^aVV 5Anј \j s+K> 't*M hڹ`nZ`sH1S3WN$rtjpL%@'h3p f7cH_fPZrL8ݛnlJՊtv|P'T/rVy|7joK.}@qR7gF.ऺ^}l-d]ˢ!O}ū5p}ˌW/Q"9@.!unmԝWrmOFRi9f˂cJ>?yҰnAcIdtro?= -I8$=\ŤG|>tPpPJ [r!Ѿqc? )1HJrɑցT4nU/"trl]NJ*ӈې=F13?[7ptȻceAw'!kkFmQ,9Ĵ MO=d ADg6¯Q^ajs'ʉtcMp.47nT[>A!VuyCXx"==v[S im,A.9[S>3X?E\;N^Il䏄pCcy+Gf [;ēa!qMBn2D׎ `1bvMRJ㖀%'܏rb"n.` d%gەDe#ZJ 0i~;|<1׿bwm哑3 r]9Ȃs`T~ei{[KO[M 6y;;^1f"#^tpgTh0YovtCD~|l\k:2_Y, pI3yty*Z9RLjr;JIXQG6<%ϝ=ȡ];)8%hIE,"΃pbútR̞' ^҅դ|oʫҤD t*!to꒿gRT%/tn3T.4K.LUǘ=qt0!^ߚc |Tv)Vl(Z~9d#r6Wr 9}_NלkxʡӧJUM,p^尞qqM?f;"H ebB8Hi?77kOtB{N^*F핷}iݡ=QkBGq2ߔ|4IoŬgd2Qa*ԷBdXRjx8>7A)wT>DԷҲw.sǘ\sM F/,x.754'mF3ug_õr2W3|$ō+HN<99S)7{hA2$} 8ZbCnJ6`WMbYMhKR)|o-6$jE% X*9nHpQksS2u]tR$FhZIC_k4 M3JUQe2u*̇c!%\4NR{vjgF9"ctXehgmϑSX0( ;E;d3bg-);"]KIi+&S6K?;?~ yfy NZ] ~>@e˕¿0UQjj%bAf qa-7 *?W 8 (+tГzP{HDt<Ti/UUs3ZU`=RZ?^۷a*HtCپљi~&C:ip"צI4T,FN4[I#_b~NJ}l~-3S{Rl  g%Mid 5WYk=:yU$ / f (hPJLϨDR ,+T2ѐaW|Y\IӅ<LbKiUGl7Sq?;q4gCPG歊%RrB_PĨ i4RYTci,kJ0HS=.;iǡZ'(δI&{k cJuu2ق;dvXC䐃Z5EpH,p6="C Gb*OJ Yo-}X!1ڄfR޴FFVp=@7u'ֺ=X(to#Ec.a冚,XCԖ]$Q˨7D͛(Ygz?l<3wE<7LyEcEKT8(EEe+l}x]Ox5Ts| U~Á:=IojX2*O@ b?!D~|/FT %{SN.I6.hxRtBj`O"SXF1Dg!Bw8 8^fUm?(5I쟒v%F,B!!BF/!ks ]4:ݔc1 9}$e.4Rj'Dx%lxW`}6@ lQoQivq"]&=7*o> gPLA >V! XW['h +Lb\$p].'[[W]M̦U"W}qn`E+'M}>H; nA[l< >'xnR; ( SF8;^oIymɊۣijśCV\* DP"$K,nQacxN5ݔZBb=z3BbrcҏxB 14Zz%,գy[&7|=H0  kgtk5R@ѫ虿 rwXMd>a+%S( ]}Z{ T=&k̶{#J/Lfymx ۙΘN[zTaćTWqo+ :_/8J DD Y&A K5.P,FboX2UuMŔD"g{H:&O.|Vـ;5imĚw/%XM7%`Z[pT)*$j=ÄNco,&|8mn'R]-Qo.+mWG|+*tOaEjQw=;Ưl>wjwNf̈́H ~ L[P xw$ @弪$|X/&FF~!dI㜸C7T;Z.4CM7Ьi*s UvEUT7(/ңÉ6L8jH$pc@GԇbE_Ǎפm`ې[w 9:? ~ xq*WZHU)KՃmuny E"S)!SHe;<<H#b3>f'+S;)Ar+2#;whU2T]XB8ܾfWvc wcGXEG =C-+G@ƻwe JWjN\P}Zi @ƀH=ytc‚ UU+bE > |0M1Vܟ=̍@w*&Pz`er:5&L&J:MNJ(l]+tN7ZaۋoEyyLd$Iz @,89Yϲ. :%jB,4J]P $2YW>Rd@({d|I/u{Z?7_ $I R7*{.rqvсz5 :AYH5y} { 8%`뿐*wQl=b!_P|_:2E,K ìIvWCa& < :J&al hhλX0Kɦ8V&߿=<=ߕřۋ>, 539kGF˽؝CdxTh=-eN8Y@ݿ'spq)m< մ<SF̫*>Gt.Wf#+ n.tgO>Y{Ǔŋ Ȃ;TY>ONEf fK\t*bm;ƭ1 a#v 9TnT ¢1:{Rۻ8&~cBrS/;TNQp/ΗwaYsFK /;"IuX2M3dB ]i!=>c晸< z+lҨV!Vid dЀ_l轧aLtn›{ZΎŸ =$ƕc'-lRQ91|Zˡ΅}"k~LMvV & <{(2kvW&Jm#XqOHqRR}pFZ=He*[ng?J9QfC 1F˳ɈEO4cò&yI6ݺ?-M|`ݤ~X NۘBLL:g2o# 8 i6$0frmiR8 9;C92w+hFt/}+CG{_==ݬh;GL%\Ljۤ.rw_>}\0P$Of CA&),x 9,x3sy(E$!8qO(qf/SAfr' h6 tn, 2B\Ћ,AVQmE\olc|) 7hژ]@`dj!Md0Uک@$F/!0"nI d2̧nNp@t)}`Ў^g хXFJИT\{_Fȼ-&L%f,ēڏddHS .GeQQ XYbK%,kbg8G y{dטNrDG3>1-<{1vd tQj$ 7}8 P3ps抗r2 ~xږig 7 wQljLj7P5=^W13@!69(L~ua p:b@(ru0Vr{u9JyXqO%N IsB вhzʄh=v&NdYsޮ -gEy{(우ܿ[j3BZ*"Lq3ޒg\fi"PSPB2ᜢ+3t xQс2E+-pW"t'Zd$g'mɯX,Jzzg"z@uZY~[~#x%ެC{!7oGcBWYgnFqnxZ KrEr%Wsݰ|su͘dq~"rIpj(kʴo5,N&yNVj(;mFqN+! LoSA9P69X8 ;k 66HxZX5W-1ߴ$R=o*j!'}(k1*. LЫ`*gDU.J_C| :(@ĤN9̇p5+izj 7zqA(Mm 3s!,? az]TdD|Nyggȝ@H\VJqc~(5j y$=T E]3ƍH9M\K'_nb }`L }Gҡ6o/KK#NGcp+h1N% Y`i7}J~;FR `I00+#F+4~ JZ@˞grg Z5Ga)۪Iq4I_9cpu&!sO!ųun}=l/ZN{`=ԲNyA&(#_9YƠHf@ 9pH䌒kRU/fԋ7Sy*w'32|kHo:KOs*آ/BRС)VBZ HdM%7ܹd` ׹ P砉#]*q?{!/IA%(>><2UZ&WKYq^fWIy0ޞNIv&\5޹Б`ZCnDFƉ8V0Mw"Gė_OJyɝ3w>&c,[\^nu:5Dޯdn&QqThZGW&W (QٶS؆ƅw0v buI# k0;ۛ%/P\1w;l/:ĉҮRcEDVXbBh]a`S"S͇ z?IKl*Wxx-o܀вudXB Nq";|%w i`(G#}Uf)"mCJtRJf_Un%C8tK"t`2rhXg3<61W^B1ۤ;oˋS/ȽڝI>Mp0rDӂF8#:i;uE4F)#Іg((X4#HNr_'}]j+ZS6ym{KNmXu̘8HĿʹW ݯzլampBFJs\šQ c$˙#+15=Z툴"5<)G W 9y; DWxԶQ!S+ wq,1lY! 8aY ?*>9uc1ֲn;ͼm;іkkW+eN\8vJsB~تbsC ̗\2U#hus=hSsI楩hXI'd}sSr6tL:>BI&x.;Ut;c&7"h$F5utJg*,T*w?0!\R e-cOvµ֏T\&+7b=M;s `;ǟ+c(k?|/şY/ gt'rwl͍ fF0b]B 0aj8]ι] KNq͡ 7g Lm81P6wsIgw{a6]YHҪv. ^j|%|z']e#Tlf),T]>hq:d>e\prSJrGp Ʒْ [I R|PAŁx)HZqިf0(]A}lض=S}%}rZJޡO[!8uv=p,QyƉ3da/p_OoVYnæѐ#$|鉥Tjo'3h_ښQQ7zI +k}0j#/'/sWUoyۍTM` ' [;W@M3eϿAyxNҊސڞ(vb^qHC S36g?&p"&qKR}v@C)ںv|;YVzAX^" W.ˀ,+\Κ؅`QW]m6 fv6"2|~9%gMhg 1x0ţ\oOiL~'D:[!ňEv/u9soMztNVk *ڀygzR]Le_T w#G/Ԇn8M[Z?\77A^ \Nʛa(]sQXJ?t[ܣ[s-V>,bک _%&JhUvlHckism@vr0'3# xs8go&nѶzZXЦW7H2&㲏׋|-vsX3y~9o*p#5(H[$FB1 mD}Ov>DLE9Ɲ*?#[m .GTYX͹.w5pd;:UA5Y2n 6lZ9 tCR M'UZBbR.8[JYkz+M *z:e* *r~jekN]،Zц'<_8S4@ ~3D#Q!ǂ]G&Ep(ߗ@KԖ~=1"@M `6[xb_X2Lt&d]tmL8n|0$vލ9E9,@ Sf;R 7Ug+z/gw#lf'^J'qn>"[KJ|&]{ |`ПveTյU&>ydOEGvLRҚA}Ay~0G(EP Sf3?: ^"R<)&;ə27>-9/*JWYk<.BmBuSXr7M%=EoφT&u6(HJb) M<(9% O(.ư5 .QТQvQJ]gXYA2W<=Bֺp%(;XH%~\BUbL!na;7o_ӡ=a٠؇0Q#-XV4ɳuOyڻ< îBtbxІC40#MP;yFߠ>>UDOD+A·ȅz4l 89p;L#f)kJZ)r}Yo&CYߝޢx|A`\5sp( sk{GuOd|m8jB{"HT=eR+Fͬ`~t55BJ^tR, E컾s%,̣zdTF;rKChdC.|L}b#ݎ:`U IhZ(Gb}u=^֕ W-؏9y`K ԦE#1ewMQ4u \~ZU6M „ETJIqlNѿ9J6=*G̷&y3yS:d[R-&0*sw}ɸ+*k9y0~Ω{zЃ( #?%ϛ_kqbmGo?o7pPq0[b wg%?:F-ͦMK"=bEV"®gK?\tq֙N<̑-vS +[ %蠞ǡ8+b?_c Iqf`cQ.c~@CpIC'OT3qHoRk.U'GSz,SyT P@x4՟\D`)АS5o;Jl0s] YUבl(U {jhdK=XHJFyq?y߰ \;;o4,F{BW}?8U`õBWA`JJHOd$cc4޾+|+JH{kw#wNhwwّ c@(FZ"Vn5ghҗdBo!sB<,\ F{.KǯгEb*@?rs\cFɂ } t7l!FQY`Xlp8>JIuku̚o/aBX48*E7עB)yrSML f0e\[DDw$G)E]moΝ ΂v 6 #aٱE#QOW DѢP"{[Q1cBJ9q? `\ !Jp˖&wqQǨ7b!Ь_Y)o $PqceDVHe+ו;.P|VmNL >6 T0N4N! J Jp c N7rH Hf+K>سý5\H:$O3.(MR2vtwa`*HR))g\hLg$ݦS }MP$nAv|ޢkBpCZхs/ 𳜒:u2lXOĀmq_G5W8RFFmzDh@=?,R869ȹ*A|VBM l!/"@ 8]ċfO}Q&-Z~@'B<( ?4aFΙ!:C.#K,:⸻l?4bR3ʰEL˛+QFr)1҄v\b>ڃ JLGޥy ްx3 svbђںN/* SC/IEl&Ci</ͯ~?"xBjyiٿzh`Rr`zM! 1r(SB[+O+m3T~#̪!ɿ%Jw-;=Z[{zNR)} a %uXF &k}&|v<eq,cK:9~33 26ٍ)'s?QK2&d1Z3Q2jNsy_=є؛ԽHRFkפt #(R^9-sq48uF@y\9TmQxO Eʯ=Vl= kΙ4]T9^-{I:h1h =oLNѭh)LxC~.5A(if@󒍯v+ִ37s6'=T T$;Yd=ʜQ P(EI=+3n)@EiAW.Ƹ!ԭ(vKoЋZfs(_Ǚ7rC,5QDC ˗zJKԟ|8 IƆ?{~>Jc3s%]= ._,|}v@w;oǔ u;VrΦZL^EOb#[Ny# ^z7@fD ;,+Y5/y$F~F ؐnI8X  t:BkVzOe|ltQ]2 t'l3:}]Vl;$-]Er/M"5c3neK!?W;pAwXe;M)߸1;qsWЈs[:ʠPPPJh=B]D8!AD! $$T 0yiŠx7XmOfMYCkR8%1y_{fĭrxbqƜn:d2 .z!lxPf> cX 1XDdVLݝ~v؝xd J8+0$''v")߶ׄ,Ӻn[A: OOm9@e"Ϯ1OW6|&+f- _5c2!?77w`kFZ;_y;隁ܐ5r Ook!I tB٤|cD绺9"_x>նOmL8/,.S$ d4tj짋(pI[4rエIٻKuj4ӹ(+)nN %kz yw¼ U5 t ˖=\}b 6r8>% 0U,5~kyq.Xk!D%Z07)vlQ{nvg4\KՄH0juݺi1iG: |okkJ)Q&e-A4[ 5aj+k_]HAlw ,0``Gm74kU(͔N"H c|0&Sdr]e,!"<и'\DP M0a L0+I]n |pB%jۍQH[^K2;}##Wϐ;/84՞Þ03@S^+O_|9o " fv?o{BFܫuKM WOVHV s~XT#9tBՊ3vPK˜˥A}[[WhZ".NĆݵ ԍ-;yI6}9%<>8$y-esfZd;vC %0v -:>wq&E^[.0k(LSIT :)\^>~mnǤX$0XZ?pMƗ#i'd"0'C_JY&&}T!:hByK``M&+/9!=n3Um4$9<;ܔă =m%#nHc3m_J[LVf8@2-6W;L;$O!q+pr 5d2򆎣^G&~@C6gv3tL( BEE\_py,$i\%^uaaAZB8>GGR%TwK8]vF&, i@.( 7$T_0\̎m`u޹poJ:w;UNM\4sn9E1dpWQp, ٽLy| mfb;Q۬/9g ;\gA$H{āG.4݋њr3. E2y/;4p O}ޗ2D[ȃIJw踍JR)pE쬀\Nbem!$k⮢KV[jnv3kGZ bBe=y& 򋵄 )=RvI,Pڬ#`LS0ҋSGbPVmt D0mHAT xllm~A=!dh5E'pǶ!͵"n+A%(N oطC˄/J["Be?@(hSLC%$Z5 *-8V0Ӥʎ?ˈ"+L9<odGjyuNqAm=ϑ8ѮiJ- Mn&= g2Ha]FC%bٴkzzgQA6|yr?p7-L۸Q2 Ak/a;M$ne)"ߊ 6^ʋ p>yN5V|ƋŘknP IEo$2c=шev?>37~Vm|W]^L(AŲI'2Z, \`+Vs'0wv@2 !G{&״hl zŰ Ӽ>%Q)"P 9B!l)lL[Qhu'FEzC,%<ʼnBVo~l\%{bP ބxo)>/*O ຒb(Od$S'pxvj*bc#2 V"@RL ˉ_>rvܷCuC- >!`6dzmp ͋"m>!ov80yJgjY4)lÿXR ",eEưݥI,.OXWT_l\xU$ǭ{4 H{o8/R##(ҭMݿBYR3oc !ZoA`r~.fQ2I,XT|DoܳrWQt&-$ $]Ny:+d>I7/K,Ϲ!Fw[E. 50gj4{M(؇" !4"$HIKIVz|!Gh3yaUXOLa!@,Vފtl'i<757bn`d\C˹oTx9[S黦*;Jb U$+9pzJ"R~,x0W[k5_%N@5)fce͛qÔ+%b82;&,#c 4w]m=n 6(bj?b2 S=s#TgtbΉFzv! Rzb)eqb6]w&U?3({Kt.w)]SE rʇral]![$,cP&wÖq֌o`1f3&#r᷶t*Ԙ ȼ٬jvÄ|ۄvΤF]#O$,KZb1 gCn{(c@p'ß9HPL NR2&j ujΒT׀d1}cH ~ reApwPFm\0w|^n9]ݬ2=IM cU-2yg niS * Ά8=U!~R` 0{9 np0ӡR ۄI}s&BPv~я`xgBcO Sjc1ͪu3RU)% |e d+Y49z%9,a<5IS Ԫ Sr;֥TCP=d[FA0I~nzE6 \u\M'uTMK7U+6׋2CM>no cc"ye!3Gh!mpa]0i-' fpNb Z>-ZJ6(!#sg9HU#o۳ljhs"a)؎ m53Ew-:ۛ8zs,׽d~t2J/3&vwmܤQ5Onz+NϗU]f I"o68ANZ9<ʰ,|toե@n9 Jn"crD%Ea]ԔiHfŐoO?.@95 OY?gu½Bb45⽎ɽF̈C=^f|ثmHϒ-ɀvY] r9zi 3&3,硅 Brr*kNET DjStԿt<\H:o+b0)i?6 #?m h4JZ`AlRk`0+Y~ťKl;y-Qr[6zSJ)RX~/I\/+,+m5F^CQC] Lbq41(US+ RnvfN? 0o_VBcFY'RqvIw! Y4+!,XZa> 0STd%8,b EciNfנ ïީ%J䳯)aKFn/e]̄+Jj6 >y0Tu604IRk)8Y."t7ڡ.wiwF[ߍqabU1Ի_~|P:*78g._!dO0T)w Dx{0"$zMeL=c.II?o٪{ [#JD:؍sK V3֐z x]G)tKۡz_)s!!\U7g L#yS`/ې4zL+WƃgVI~Y\(c;)C*x?y 7:)YjOqO@ X/1P#4&;;/d$rײj.pQҹzwJԩcMSjoY;C2YYPWgsjlof\Src>ކ4hG&đ-))n?o/@Q"Elد'TS®dIY`QYsUl5ʧ|tIe8>8@ؒpG)bS!qt/Oh|ZtfGm2d ͶnBho uo71=PggG1\gBHOfB.lXJP Ιc˞cA>WDIP!Cx=Q/We!ӡYgwpi7Rݝ}wjs.P1D*eixvm:J BC֓X)񖖰վ\GV}pَN,l͜w-0ˌ 39(fL;1P_tOƥҘPv?5MT3ǵŕdr^}36 TQen~E""cEnN][3>#uzl##/(@tl\( ־Y,0B V1%X_kXIP!%=X{g ,0RDŬ< cF?D%^ JTsBR+=صPMxjL>_|Q<60lKY`Q'V$ -Xd:g3zA}Ѷ-:073r..^C-62BƷEB]bsB>IHa(Ctn3x#<7NSg[&`h UG-Xjt}/- XwJn{R} dyɎmUP^8MV ~qAA=آ\/+M~|tqFT>auJm2ldgXZel\dXx.;gʐ wo}GNs̱fP M#T8G2176ׄ;5ƨ>%,^-op|A6Ap 7Ǻ{-a:``tu[:9 fE'I.oQ,Jv הC?ڦZ~*nxUfJN Zv:N[!m)q]i Z0[s|ZW;v׆sRg6] I{@T'yi7@S0-z8!bÞ?b^p @87 {dx0}+?Q$:~I0\@^Puwbwo9ϫv.%Cs$//eه#fl&UgW'vm).I i7g>;n3#! " yqﱴ4paeu?15q:>lL!N-Zf RЦ(}]&v .=xɗ&W̓`W<XxeQ̚}EwiQéǂp=g%SFSw 9 ~weþ;׿8FѲV'O)\ʛ~5[ҕt[UU *'˻ҭde 3g6Fօq0;_Icby} {kv9|-'wtM*&XW[rA;wXҝQA0Mk(ړ1B2$RwG`ei܂cj@ _pC$6߻q+!|?biݒ"L;䈁*UXiH( B=ׅ+c;zV*&).O6¢ja^QGş`l.΍;<)6,q;7xg r+.mXL ͌'X4T2q:ÆD SN*O'JZT!CE</# -Rn=4%+[ 9ܐ\ mCY }:~UN HBoW!IFO\xW= ۆ)JJzXygCoqY L^ ߨ#Ew-/Ͷ(̻A@q `k9C:S2<s7cJ*m%hfU! -L &TX2Y4[aJ,:@vem]ln`O0F |#*1|M 4t\M2QVPIgg~\QYx]pE&Ѽv|U>6l9&KpTlaǂh\Sa]Bqt p|m׷DJ fQH XwEw@T%zut8A__|)?>Ѹ~D: ˴ γje.nZ4h\ۮ&g>`ncR)&#%w?F Y 8 ֲ^pû71:1N|D>Q"v=͇-{;[70c/ҸV/ ;&1'|eTJZ\oN L·C\tzJ l<0ӻ2nXEt?Ԏd޲98--L~J-U.hZT&J3:4.AhF b \8u6o}R g?,A η Txor Mj GE<[MحF,5 hےi]E|T=|uLAVm" eҪb볟0 Q_A E]ZƭD&f]~9هEZ4~yn?Z慉Y% 2лh=HWoGvc/e7oiipePrN.1'OG+ LjP ;*/^Y;FmhPvaTKG593Yh}V)~&aaÔf^\>='LP`qcyǖ!-wLnbjď JW0ɛ~n-@|ZPFh0w!S~YK8. muU؟ZIpόpI b5a9.;[o/a")u˯/A> ބ z0@ZKE仜|(Kav5h'Nߋ?`"i^˴H`v҄%Y9/WR9F(9ůXO0]:ڽƊT#,Syhd§G./aO*[®1*o+HЛPCKݓˁqne~&,O>m$Ig*Z(|(;W]9EXu$rZ,T/xF_!Gh^дҝS‚2ֲAh$r!g\̭ȰOLM? zN7(c!u 3LJWMfOR!,b"Nsu,ͤ^rd5싩e6QCh٘+& B!q5,r sog]cEd+W(p$/V8xJSQ-lERH`ki,wϘ4d7!G7G`W@KIXGT%~~*>C $C)rl*:D\=Eoƣ( V7/xxM%E捴ɘ'Q}z{ Nƈ _g71j+~o\Vp v_ҁK*PT J"t07*q?1-4:{%z"=lGfBdʗÝ [I4Y1#g,#&#!+":"ٞ]dۙHuujV!aZ1Àh$|_ԃ N"Gd̪y_}RdT<[2I&Z q,Lll֮%V.a\&>iU( 'G(Kj$@#Vvn6ۨ`?*fYN+c)$QZv6@Q NDevLsrGgL5bCPRd 奧8<Nd`MK1:J5CU/HRVM"D4kj}"սQuTEMAz, NVA\xQޢN(>o Ө}K;m=B$!(lG(/p2aidEr#-vR ~7(%S-XعƷUTސd.6G1]AnCZ64kz7dqöԕD[@;A/N2'&j3f?=GHIiT5?V#$=]o<@H9kLJU:`2썶5u5$͏t(wV }ơ ?{߆S&#-wJ\V}(dضJ?^6f]anlA9E,Q=EH{ m]^1-R34-9naaݮ56^љ.m qJ-(IG|g6l 䘛ԕ m˒*KI]@}-gfV,>f XNV UҼ$;öZ7fZMҧ ZzS^-#C2]pYuc;B%eEY./xApn })K-Kfzs#y x,ٸTjFQo)5:`eUݰAԖxGoy! ] M*t*zzyBD \"e+Zx p5Yh.Shxٖos*M]9!LSŐ~r|s4-I8INibP$0Ʈʁ;jT\'p/ɔ0-B蔌ie폭1 ȴ1=F1dnnU t]➌lE2Liao)#)ߊj*tX|@V򚏺T8oJvܽӨ~@ۙF(9 z=#"o3a.n)i"6 E5;,bsiBQ&$pr#GYE?w<܆{fEP~FNC(I Cxe LwqzJ;>mmXE\yX|i#Ճ_5C#GNLG\a=+P6,Q)piʰwED]hz#L$ ϡ PSی z] VQj _d2*o.V>(Z&uڧ6)vԢ<P\̈RWdH-D`"8[3\EhMp6~1+Iv]@#gΘ}%Si&6x! O*"-ЏDJ7QLd;cŷa'GNmyKꕠL ZG\.N ~ Y?":IV$ACNp2L@sW?Rj[]_diGjr,g=mG Y#|XDæ0G 4%iIP%4$Db}qofMfuAc55O͹ybQ2-x=;>e~ހfQTyK)|rs_.E-/k%Dk$D=N]Va >%߳xچ u!zLpcMZk7f*f,d 8WxM:,4)n:foaae南t⺒mGNbF{.m' JJ]U#key?,#",FߊvTNMOx}AdՂp=ðqB35Yh ۟9mK=WҒf`?הcĹ]M:#Cat+Il~Ռ<,,ڹp/#O(;~ǞIY3F+YE3j2F<1侼c &2 q@ܷ1X 9AVと&l=3M@/<_s%ӿNi.>Jd@Pd@OXltx~oyeVh)csC\j%M~&M}< W ] emjg7Ɂ!ۼh[U~8jܰAZ̅!:hZavc-uCMJ-\#:jŒ!aq) {>QP%*^]Fl ^ ͯrU7w1^:hT:3̔~ܲnV&X0{ Gܤ?֒"٬=@b2g;d+&DL+dkwVBn.xLJZ[c J ̈Ԇb ̠ېZvwh˺6&C)AQބTv;Lbۦ g ZTq+8iztS{gҝBɤXNLV)17ԍ73BLm#(PiUd䌱k|CBgRi2NBK*>riN1qɆ؝e?毭C8ޗ>ۼppy{ 9 Kq.ƸLRP{EJ][04 ڐ@k|O9BxI+t^Cq ?}u6)\B[:mBt4Achjq]å-Ѽ<>&:1dfYV&X5׻2?]wZK/sU7vuO97w}mD^NV)FblonЧi7 A1dT%PA2u7`\-`MA>)MGzp}&Me#4)AVUքȀvnv~sGo ?a_]̋8+J@Թ5SV;jn&jJ<~W (b%݈Ɓ^+n /Bs `+WN vrHqs^W?.:=evaf,$ahRiz*dmysUSALr')#b uU˙׽vW,[qsE4t-ޑu =\^x9URJL'!N?N ^> C1$:c%$J!n,{,ǰ/ר&nBBwPx?aؾ-X ӱ$eжHmd]N5 @NRπDuv$ aV9Y|>$pb,"Wv|¤9GwsU8AZj*M`kkh֮>lQV*x_bT 0pilDiáPp!QCc>7TװRIJhV+?*C Eͪ4(ҪF_]CxU Z8n(,T^:-X ^4p@Lm~{QO ƛM6*„;XaHR9ݨ^R $XK=m>AKh!#<_<+p0]^;,{Uȸޱ,tRf{"~N LhSݡO吰0} qZ/?TA\.풢@l[_@b4ʼs$f B 0ȣ{Es1R#at^!g% ߩTBkױ߹'&}0CSmnPG DTPT{FePabY3\ׄQsbA!Rz@u']U5s`z,ޓT>߯7W/tQ,HT$KIiӄֈcI3Y[[,"zVwq O J~ /pXb@{\NZ;v&Kj;9> w w|GRwV}.,)ɨ;ŗ&_NJ;{(Ķ)zSA+!aoq$ʢojRߙ_(`=Ơ0GKXRn!#?30 Ŵ]b׷Xّ|\ -csW XTD/ MWb5[MTri_1σzsQ20dNXmTYlzSbI~߸WFan7ĮP\[M_O|$IsϲfwL?^Sbn%+X{h: +p3sF$nsw}=ȼ5_}؍#dc>.vlz'KaFn j!Iq;5wN%7~VBX ̈́H|(ǩL&V{!I"auHϥyoL vA3ةaF(t:sYIxEYʡʂ+'1~5*9)ă% 7$b` UfM5*H@d}J[ )GC[}`Mos" j ,F.s;:tdt4V%GG1+^>h?Uѽ1jIYF,^+wk*1魊tKܝ7{qPbgcz!gy`v=# 4 *:(lh`av*l>3'{U=>=aǘ@Y'C ޹$׋*d\EUQEkGb t1l>i)%t]b5BI$cݛ) *%{apU ]]o:l8aKAc+Ėh&_w[P45jt}Z><>$":$}J{>\(y(負ޭx-YQiB*ԝ=˞ ; +=3.-,> qŷ q%Y`r)ge LWpWhT]QK< {\&=YI_:95(HyաlXUיg <qY.َ&nCB(\7΂8[vնPFsi>?^ ,Dl9ZAtqh&C̆/@M+{+ ӅaNMkccSnJ҃2!d8Q3_c*eAI9Ӓ%i^]_'!TuՏh'c全<*]*T B i)oE "CCEtUFDE!`ĿkۧJ`UL ʦaV&YO*`LchNb9`yV[ʘHb!!PQe`U"XObA5i> UM;T mPo@ݾMN~ yV*y7>~" /ӀƍN!]v5wvsbA/  ًޥ>e|04j Kd$ƘlJT؉X&[Mt*r}\w'P(Juj3i o3Gz}@05&j OHB83R!O|Ϟ(<KB-ZHa""̴\8|#؄*RST͞4]崇Y>PM `XGQ/e֘ƓlüpgCj'Ge}}FG5,n쳜pfEl5s/;Ba1ONh%zLߑ 6No!2H>&d b<'!Nj+y? Ԍ' rww^ȴځv&l'Xl^pةC(|T˃˾zry~o~DİpI® h Hu=ɣ;Y#IXQ)GAȤرHf/q<I?! &44.k%ЪPwxl-jvFd ZF,$3yk.#=ů9uٷqf鷸'ь(h)q'Zb DS2Go~iT/cLZ)fDkɌ̫@$;5E3`t>feh?7cf6n}o3&ЬYa}aSL3DZ(eU,eԯά;v2|~ҾGl_ֵ!"꽐ҢB9ӍY*V30>Bt rx<<arºBh3'/|HA3w?H|~gV4灧 UZz.WNf>Aț dwق?e',d,@)6={X݊&qC׳c0mTth_ ߠTQKw5]Rt;3pR8__Cdo29{ XhԴkoxJ+bP+xZH`۔S65Ft/JGںo(aWR[<; &>ĭ;S  .fm'%A6!g=8Kgrt_%1yl/6*fLbpkq8it3NjR'/<"|-\L3h*v`5>ȅױ腫4iKDȠ6bIИ qW/$Ac,it8ly^2ES9 ayͨ._mqߵ"H _ӏ*em8"?=3C\5g~܃UMԺ[NYX,nU"TwS]:bx\KFjXŘCګ )Yk M3$mMsQoFxu5'%a%3YRȋ{zZErs}I\RS}C M>L@U^occM-jPs|s/Ϲjyc=9Ct̺ú"+4~S?6DCNNOu_8gq6E-F?x^m!5w5NDEՉjJ{;%R&9]4!Ȋ vm9R6})]K;Pc=4{B֟dgB[B[~6rv5l oaqKi8}'2@F5r|цH*$+$ƀ J&rj7GPs&m2eIjݷQn@ƳŒn Efص snĊQvV! t/*9B12K/wVZ *Lhh>rZ=Osx93} oHEkOe؇$'ʄ}{ō AłZ41ƥ~zX3g艞QVDУ s7Y0FBXJt^BAOLs4cد(-`v![rrwd`.9Yb0G:&= dr_/_P5$҅=vB!iE 1;kADQg|1}t7{\5B1,{-ï@vΎLUs<"gﺠ6E(?;֌@ޔ.jsY`uxjΗ@_w%KA Sp,/|Iaa7mg=͇-~>YnV$-‘:zy9[],;Gt׷r"L% ] I5ze+F}՚4Z)zJ@ʁ$Ea $>yAmQ4\H@x@$66?9&`2i"R !47rzi1zF<*tz.sr+:S.9~SM]/0@;*(4 خvvm>Sqcjz".us3d v+z/_>^- 2Bxym*A+Qӌfa(2;hZ 眉SϓƞM>(L.pU6+p 僤}AK UͳHqFVH+Uʒ̂=W= Xz,QpQ3OJhp-ɂO\:W#~g}uEMJ$2 } 7ޯK>w8bX.-l55i ^f"?z} L|m*fUqݫv~d䷇8G(MLvڮ{d2y( ۇ5?2Fe >I\~5T0Q]%r8Siar:C_'[n0O݀u>b)~$wVLs6>GӑPVa7Ut}*&,5xENΛH= |}uw֌;4X~LT?m'_q$900(oDžhw=S1G =xNATaLb-`83жRamҷ7Zu ;jn;PȺd#^@`Sg 5sE"9F]"B}o@cIO򢩓+7SLBry`4NlFc2Eh)7WHgA<ɢMGlXJ:M=(Oc^fj脘ƙ [T٣{Fk@x 1Hm[7@2MuHj椐;>G`7{=YJ, AYةjOA⫤Ȋh{ɋc*aI% 7IWN%ﻔ57"m+yt-cq A-I7 Sץ L#n=_440қ7+nAo=VO(1̘m& QZDJM> %:($SUi"2y gHyhzBD ~jSb'n2/M(uIq-9 ;œbAʀ~{F.X>mxJe*櫿E EHngqۋ]YʬQ;KEnM m֨uH\Bgx"?d]P(N`gMZ()T/' 2<àGk]yU#fyإ//pɞq^cW`dCKAy|G5˅5q|MpaڏP/pLǧT<%꿱']>>i6M)@#0n$/b2֌"VsRݢƲe蓎$Dss n70fa#nc=Ȥ/:HFz q D1VǓzOO܉>5l+V~kIZM45(-?mؒՋ Z?K;ĎxH+Y{:Tκؘir Hȁ(#'\GRItTAqm,եXe"&Oۃ.,>"&dN":b{$HюTJ_ 5daFWN񟑞AY@g;9b9K0'<z]5m5FXC}1K6j3fHN7ZT_">(~4T7 JrfڟuY;.V-eèhg{Ҙ]!\;D- g)F1q yH{ŗڣ7zC/~Xn"JaDIkya{ ^}L)ǾGfL{znX1tl&_;65'm&o,;)12bu[;J' К#?l9O;Q(sZLpc`󨐈H Vą̫!ס}GF#-'OiǸGH>fiwz}WXZ[Lh ;p Y2sܲS=`Qs , ]_LV<7PF9?@ %!ֿ϶S(T\5+=OP/%"D}wDA/DB Co8ʈ vaT6fa&kn9Pu觞OO1 1_$l<*7#S$k_AyԨJ +`0^6-]HG_`CZJ =]XbD.JZ GV- EJ `9RK?: ]km4&%Dw/!.~)Lεl#tgN\1J3=w蕊5Y˓t;/q!cv.+Brisnc94)6Ao> ZwOBW[M5sړt_dzRz~7 [`9F!.0k ?G+C{=0wț&pw3l$/&wIZH,B>BE֘k:su$~S p.JKpL|/E7LqM>]ydRJ`#% RڈdVjw`Th̝ݪ;ӯ3u(dJRPm ˭Mhyo s;)6DCO$DB?k6.T[Č|9 /pqC-U?2n>tzt)q.}4hT#kTahbRGap>?m`GKA aN"!8#2;3v 0!6jу^Ls0חVwS/w>tYn8):֪D-o*.#(H35<pxj}vf a[DM,4}3˷O}@P.]]'ͼV/I%>UcYw؞ ALui3n$ >}{N4k6[-IOdH"p~Tr x'|֣:n/MoI_DaxoD}HQ&<9s{ò {nPA'-YQ\= t~>0#@^b~L_0l'So&lpn&x"ZG^yMh )q%]$@wW^uRثD"}t 7W+~mT?AK.K'$J>rp,aint_{䨩RAun:UjCOh`,,io+CY@ĐXStYfyo-eƧČJ:8HR= n9)S&@ϧFWq\>U.ՠdD6cKJjCȶ~a趮Pd ?B)tm zxo_..QN5ՎEό9D$'(/8O6e0"n^@u:ܺu07tޗRdԛm =dV˜H i;J2n IRv=ơpkFG2erSNIbW;B~boݫRWiJVsa˟,s/iSe2)\XGL?XtW%rg2.=BK`+vTqM=dէ`CڤpnT+Rene/Kh9zX8Ja3xN9p`d8,4? 0nu0#tzww`=:jh`ALFթ Di|Gc8'(75TJ(8Ip]ԮKHq=iaX3r _vdb͓OQ-/<=~UۖȪQIFq)7j#Z@[nFBo 嘮aݭٽBНܣhfA Xp"6mQC{K]ږp_1>HO:VTUz;4 #K(r-_Zg'8&-gBFl5"(W/r;c͙xyѷ[AgnJ{Kc>e*\ ,fR !ڷsE=4{:dƦTfMke.ynF ~߂`gۇϒԮ.g@~ r`IV Kœ{&+uKLLd\y*;8䣄oGse\DʽE}n9ߤ@ %2骄מ Ĥz6g={=BB#cC KӘ/7B/ձxT8ϐ #(63;M W+9;JBJz} GrJaDsY`#]!c"8 '(L7_% bMqV;[z0]*MnT3NHvn"uNң2klI <^ ܉ʵP1Bٛ]B0I~WԠ|% Yy%V@wi>XU>I!2p49ݧi VE\'Ffm~/j(ﵬXzi0N .!sqռ$l:neC$)\.E83U^`8a3(|dSsj^wőf} DͤV&$U;rU:f`ʑ7/?*V-",nL铡5$3t6CT\k̽*lnVLWXNntlm>2YK/3{%UE = B }V1ʹh!p5Q~+1#TFԅ5 J;n1\85GJ7:3}dz{H)ik-Ĵ K1{ PvN ]Z*4a*>98ݱʿ?RJ 2VōGE WfwyT4\X0 Pאa7`oRXB^7% 1e}ým.ѷ-RG5oҭLD":,Q5Reycvh舄lScqKGs/ Q9XDu85}Ҿ:iBZ1_,]%Q^9QHO:n%Os& ͘# s:uJ Mo7B*FZՠ)A0'Csgln6]dR9XwOAv0c6;\rJ!7 qFӂB## =@P۪j|d rN_UV uS|6῔enTsܤdkt]%g ]wj뛐&. z{׀$?zPx% 5eU6޴;Xef`4s y/W&y%T0c ql|G MEV7"wV8RDP AM%Eq RHfCផ7 *ZNM*H~9"u0Eu "x4^~=wv1_I$ɴ:hեà*9Z6]j WJ{%fK}*OV9: v*"X10-q/Էp#&*]]̦jVNC`+)"+ސ@@lQI6G4U[v\(c"ыJQʅQpnρ^فHyL{ D#-dx؛f* r*z&Dn|6C9vHgrb{RWًb μjNjV>UB|T:KsQ(w~xA;uxډݻ6jmI<uMn_R$\+ݤ/-N* B j !l5MgʆM%MЪGa~b;4[CQ W",2-lCB-ks;|nhk<9_/wk71q ^JXZվSz>\[2鬧M,7:xnW`xyW/~h_<҄ʊߨWgwæqdߚdw -ų4iĿwf?mtGD3no惷20A@Vau;^w=#PhyV ;i]sfIyAIx~ܔ+TgzRvUY w_1=fǭJG4L8@{d0DZORSkN9+C.u+5Ǭ?hn-%Vڇ܆ [ĺ="`G,SMA ;IɈu}^~$BspAt3ko]FttwܸbvV@ȃ <>&b.c:EĠmk%[lv9K(V纴opKSGP//\*'_Jmnv,R7)ז#>f<.9p3SKY&)է?jZY*raH9/)1ã}s75G2Y}DW}@c'd7^縆W/%qcorIFJ{i)p/7bAؠvR#?|}/Ffz?Q^mH. {IDcٷRoۜ&lWSV0w Ǚ>%nEIk:ɆSD*=t9vAZjov׼pnIf2ݯqu h 0A.9+35n~K{!89Z`yOM4lwb5lց0⨟bc"Y-/_  ^>y6X])kWS6A`j{UB5{gǯv$&T{cv r 6/v6E8S9oR*H3"\ VMhnzF$h 4L9;$ s[&QG *I灉mc5pprby3 7>O`P3=C thY#ui+hf v ƌ{VL۹x9uTg+7뷄Jҭyk%n^8aCߺIӥ\B Z8?R8q̅hhL jA2;8o0y&PO򐸼՗B ఁ[:(A%7sd{bI~4II,^&ؖVcj>@ĕi6I.0'A PeS 1RΙTay˗PNX>;_&+\A=B*>\N LK˸A#۶vf#O!?zE/Ƀn-^+,VƳ 9F\ @{Cd(и>qv9z+r8vϫsqp1Ph0`s0:$:-V⵶TKur*d=h|48u2᫘:}oKj~fE|:݇)<7T#vYՀV4'¥4$] z)o\C9Z 6s>Љl|Q~:DŽ>0I$M,% $1Ѽ"lLw{i%Up?|ltTzhPc0ϋ5ָd;yڀ{kh?a%403N.ppA\pVIJH}~C ):ס2 -I!Hr<+Tt+K[NT!vOCov 5DMbm<]y^ŏZ[tbn}0T8=TOcOt͋gnb_:2芜0Zޙ ) Ʀ⠯2IKw6-12L]ޅhZͭ{hyD|qT_` -L pC9Q$!߿CS*3,ڪm;1 \_hδ l ,F\XR: p,?3JDZgUcw*XAec7?qm!GfiPHfx $p-O V\5tWzCaE5M&jE-a_gH~ڠr%$@I̲ YǾR~0{omXrtgC gb8bL16$Dȯ 6OklObz VO#n҇9 ^+1|B4D eL!_w<ѱ0\eFg9Pms̺gr@c{6zxi{ ft!ZtۚkW?dXr?/X7S[Ab<{wC:_3&r5p7Y4&17Oa梎HxvepPd[^Q} k"оH 2FRo ٱ00#zrNk8̠sѣ2$E(Q1/|:n Z.\i-4~>,sMRjCݭPmUU'C?Mo HiKAk%m}V SI4;VU=nsGsr5/+ ȅDayd)o?ir>8}fUsMh0U~h<g;W'D Oo$Ouįz \xFA;fx6\r@G*~GܠDaōQ;!o+: j/'ir}B.}k4sCK l{=͎>2j uN!}x,&hoPW q)~r/'6?F61Y"S;g,_AtX0U\^/HR˥֢MzX)]42s3΂]Ia-CVʴ׭ [%Q UnBi|ϓ (^zEC"6Ufbl|9&)DxgW:675Di_x̉Z4oyX{SN -;dщ@˳91'Fx=,J3*#1&9+tzȅ74H+ ĹJP߃\GVP\+5DV?tD쥚qu %Qz#~\u4Fxښ0K3U<j}*dže KfBba6֬q%(3[BnF3b", vN_T#-/onі%2ngA\d"O T3|-[f]6Ysw{Z72uEaph/o<FxJv 灧X/b2)=ֳ:tQX{:xw/?j8HZ p [ņW ^k<~`ǫ4t(g&X;@ҥL1 Q&Q&1IS<`-y;(އ?XP\QSˬ˨AypLwFx(NH3;= \ iBYm۱uT0'{L!R-+IZÃ.mXAvߜ&;“u* jM̗Mg|X%v_ƹksO.$sP;O䩬VI9۝R5oĭ"AT nw nōv}gl/eIBZtk^r`\h;Msw^?#KK!A> 0cԓ_ PF/oSsgGe 8XN9$xBo~N;᧩9lkA})鮧Ko  RYJqKⴑI#@n6Y0~BsA+Gf853'sdu\'7dxs+ r}t10 0l lpTŘƯڧxcxM\H}ꑿ'6} Ukɴ&]!8鈻qTde:ZtʭY3 ᆬsQ6qlơʹ+AohrBP!89iܹXa,਒aQs !T&Όyp4,cJKen5g.'pc9童)4(r)f1E_!Qaߢ2,R;8򭟭qhk_rziM*.E'fTPXa0Rdi#r7>հCL.hL^TQ K \-L&,3:+dj5;H3 A2-WDci 8Ȝ\y05^.-ĩN{p;] Fz]W$J[_ tM~djWBpTBG㛒#q/s^%e~Sb~<ȧepr(jX89Vtɲ&K{-G"'Mw)˅k' Pp0~_!P 4HVb-VM^(y"rle쑫^R-], ۙbM\,I)Az0,\忈nI\}*=֍9>du54<&iqgز5"c-ګ?yHѮ*cyr[WP}A60Թwe G'd'D{~?]n4[|3p̦ީ ̎/K["\!8ӓ Iϳъ5gGN5F770FB78@z$+e|Z.u{bA<ˑ5Bg-z2V;ʹ8J#;pXܔ}kZ役Oʇt4d$=4>tF 3V5d#x傶)R?˘I hF \yaH9D,RFAw檊.7 I4J;E^t1wx/,^@Lqmh}t<c {hv޾~\xfFq~%'KpqXZ6Bz|@ux e )K4& y xk83="/Nz؟gE,IKc+p(g!x4;U9k/kY{ߌ#X,I@i)7kԑgV q:`bxX{M;)ݫ๕n+ҢX_8TauEQxC>[ cU ]3Q?] 8Y\.ٗ^nh0|2~"&9˕EW\k`l9syT(|ӳ1|