PackageKit-1.2.4-150400.3.15.4<>,<f p9|Qx+w$LTe"8$'olњ ۓ&a Mlrԕn?e1&[a0mæ*`f:O-Ię&+eWmgwEǡ dp )E\c]^.G[QOc^clF0QÁp&sA#O蛆(o6 G|lKZmEݢn2aʎ ^~T{S\ >O\?Ld  ! Rpt $*0%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1~r=B>J?R@ZBbFæGü%HP%I%X YZD[T\l%]%^qb`c dˎe˓f˖l˘uˬ%v@wѬ%x@%y1zӘӨӬӴӸӼHCPackageKit1.2.4150400.3.15.4Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.f s390zl35N(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af f fffff f f fffffff f aMff aMaMf faMaMaMaMaMfaMf f f fff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267df17ce080dfca9e73290ed188b822bc92445b25332595767d9f2c5c0ef2b451777259ac52b0ae3dc048dfb4de473e6fbf49a485a41d143ad413b846e7d2afd21d2ac5b51112946f99a97d5f9d764ca71d14c8ce57fd3b4cc245e6404162e94b67bc4c48f6d932d356d842408d646c8838d59800c7a0e601f4c81d47ba976d19779debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a29d8be5af23853555268566a3b396a92b23b93b539a18e4980615db8a37c442bc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3eԔ@d@c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucks390zl35 1713245705  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-PackageKit.SUSE_SLE-15-SP4_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]=c3201b880022624c4ba5cec891975de78a313a1f, 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]=00e3bc94e210c7b3f10a2c7b19325b526df7c805, 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]=662fda9e359c5baa8799a1b046e75f1df982360c, 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]=6cb6dce8a820c216d94d9a431d836d950f508761, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfb8ebeb492f00a97e65fa72f1a3b6dfacf33364, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.15.4.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 RRw/"i[systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8d290d081d7865c1ffbada08aea83d8ab255006436e4ad2b0ac8b578fd1913402?7zXZ !t/Z]"k%r,Msc3.9Gl_jr33|@c %kJw( p&Nt&P"oV4t~ISyRk Jb;VJs$rV*/еWʩj4w5e2p^Jz[ z{܀vyv&ŶhB|+K Li}幦UpTJ sc=VU*f]r&j:\D|=pdg3BKEMe}qQC, -p<|4⯰(3*=A$ ω A8!]Vaor a]Ѡ+?**zVC HE g | vF*VĚ[c,m{QT3:GL4B71ԹZW"-#Ңk!J.Rh.6{aS;d̛>GюjJ.P6s*Λuqmu!Si/3ykws6$ITc'Į!p~lm2c7d(ob-˴X'¤Jjk&7=u|!QH,zRtk pk^ PA`fF: r/dEw39+_ `Cz$y:FxG<7qQ-k ۿ7Gb+E}lBQDEk~_~Dxm} O?2x==O8^t~5/_kZ!'f7yS/(N5JH]Z#ʩ)/p|ǵ%$𳽑^HŅT =޻;3[ImhfSQQ"x`׆ML /[S`q"PYk&@x1eU!=6ɤO ppmz{gL,7DM@-} %Uj[yq|sb!HxK10`xp(ŊVbbaY'{OXCO_Rk][QZv 9,do({.3'P=F~ na9A knr^9Nk L@rc`ÛV%] ȹ 9%/v;J ~W $ g_OU Nq5,G.?jaɍ>fI'܆(mZR2bmCvJzA 1H;??[wT483>;U v",㙫A:{iO%Lrx NJ -MA?xVաe<,xg! KXmUM7è}3ZS Ӵ+BMвwRVomݞZ&u_(vA)^ɫrI]u?`g"_%&be8(-U،tkf3GɇMK=vC9^;̧vz#VV*xrcTӆW0x?.p_ܜGcvb?pc,G9x|r@U"[U;`=KC ż yeQjӋޥנ}ݲ PQP{c{0֥>1hŒ6?y!GuP>GzVP]. n"U:"UՋ*[Qc 2mĔu_2tEٜ?a ܻ}910B䲞|w jZzW]>0"W}$fQ\%"WäT;cTCm6g+U 9cxϝaF$gx/ˤgXRQsZ,})!$jzvfN-Q a^\˱Eڋ0s)1wҎ+avz_B R Х~ˀ5 ¡~j\]_IX0Oө="uv]1&ldfPmͳv΃oq[y C1_&t%-@lwSߪ5%=V1l&$=88"֦^)Ddݷ+{ܕ7$^S2R[^G?!(̈8T}jDa )nUYZsORbē\ p`$XajI@0xt,.͍@~xϹ2TϿV .2wfKp_jE}H>AmA&YR DgƓ,@Z.Uǖk,2|6,cԃ`tc1$d,}ئK^,wptPSR+4}yEmw|pkPLPɝ@m+`̉~mծPo&>+.7m B :=|Hv9AhY:KۯPˁ~U΄jTIo8 ɥQ#x LQ&N"7ÖQp]6z,)HHl>ǕYk?U6S~Td T_jg~מ|Rj.h1K#J5I #Zlj}Ϫ qFA(%}rz 3Y %b!pF065g,YKݷxt84B=Yo*M Icv%[?$3БaDƗP;O k l@[{C~N7 Sma B`b8\>z f,W)QhJu /&OLI,)26[ E4q8P7Rr-D~ / oüe4*r3"ш)ceŕdtx;dZnbO*6jAq ,p<ߛ^}1B~ku`? r=B=D$\7DAm:n8-|pLTx(7<&Β $I^3f)ceGd[iV񟒫 ^ fhr%#4>+be9rQߤx}[=ɬ<-5_t8\\{T,9,սx(_~bTmsN"l NwI>QCR*:|RoE9QŹ hjΨ_q; /Grxn8>Ʈ2t\?I 7}mr*k~uuVLnU~Q:(#^_Ũ6NFuz w u  |JBw ,b?A&;ްqlm!$OE\~I !E]Q".{2_K4ڹB 9Bٟ% {ҥo/qƢF|G6FXOS>!l :'x[-SLFXmnvJPHÎn.ȵrUzUcF;_n >ZФ%fZa܆Ȑ@)X XXMyVJ4\ OslIP-*YKҺM*:L:Զ鈍["+韰%JGޖ[<}pW&*3Ę[vZ(!a?5?=?ꕝHa}W!U+$RSO$uUhѻ%F,^S-5̈g˄r,|t9 Txh"psqd;RSQZA'` Rc3Z9<;Nq!A{xua[\!rMUn%a!jsX"fMFnшl4WbLُLyOw 2͒½GqHyI1Z[,<xS. sW*g)AAl²׵I%'OuJ*tr/q'o?C%PqAUNY#0~΅SН\"ma'TfZ'Y UƨKR!vȪŭ, ]Ev埒ĵ24enÒI$37ҊD㝻.g K@TT un̥  0yO*2|b4[&bOCTNgEͿ]I^n}/taj_;=[~/l(ы把3ATf }Wl#ŅM8?+lx1__P0BVg 9H쾙J B\ЖdalGR`ho1c/@ێ DvN٤/̆;t< %n׽uY G8>]¡kMLX)xeSG?!<b2qӇK:X$q )Q#.bI:mk?tQ_; .LO-;HqtE*a?c/6ψ9xCpRdW:Õ$#A~M)SK7-B%0Ƨg".؍Kd@egCP($dBswWP?k0>^*r{1HoE=A 9W eB .M+VqWltî)ymeGaV /3V?]'fQqeM%VN8k@gSMMKGV@&wq& d\nNޕ$%b_3/WhNGH4S蘖>qcclb}L ;߁rZ:b6mGr `k2˞5{:Y 'TO^LamK]-n]qWYL]f4%v@8wȑGG#мp`#F5wD =Q1KF̏kTziBW=jm*C]+v@/z- &^X"kCx,xu" ܅!,L&ؚ̂R?nbҁ( ;.*x9A96}shKlYZ]y7Lv%O2LzL]]Э̑D;OrWZLs4 | <>QZH|'ǵǻf0m^Ԑ(:~=42SC~aUQ'kf dhɧ*9VV풯0;.A;{cCq*>ZK9GrBUё; _7eY5LKRy.&Ӑڡ6n}ХBtH?ЏFO?:|+]Pn>/mAO>ʲ=r+m5e) 5b%AB7~Vs1lnS~pzNhԈޒ?ŋƏ| l]}~b)\i8A6tANN헴$-֖_Ψc%^$PoTmFYec?|K]Nnioܐl4zQ((5& K}*(9A6IǒzFJN~&4m|~n:'|6 $+IE\X5rst<"^/F-A XjD&B9foAL凕bScZ{]R7w:jJ a>];$|l;n(qUa4 ?J@(mzō9q=*vĄP"J䥗S.ъ˟F{~RCx ?'7zŇ v,/"++_+//G|W| nՓ@ޘp>3DxD mVƛFdמ@0zI&0kuN8@ gmKzS%ۭtI Cly$ko'y煠BL(LO}.۷8cNtj)UoOL¡zr0[v]WoM:a=(r2<2̃zuq_FbJ"ڄWQ=ϖ|pBb, #C𥳐 I!EM*z4gBX+(bɈxq|\1TTMz`{do_4u'/`l>k:y^yPyTF&8 [_. *J!^3*cw`d+CTIrΊ Lq_?0 +J2͸T+W<(j.cDk XN:uؙp ʧT ˲ŘU\F<ˢ=Yұօ&'Lʷ0c7 c}~hڌ\"z|Xe:9;t'IA.`/0'$(9*Yl pR 4q.<,'f]΂my ˸:KJ]~< ;`]1pW #@iEbD|<:.5w< y~˂# =0;0~R[ܧAJ#l=yvp"]Eu)X9CGuKOLG`JF8' ]b'w߀mB4 ?0Ih WUo}-"BИ S$V)HRht{= F%&ţ^FӷC4M Fڝo(.c'w{v#a~ ncT%ݦTai8\9E,PHZOAgz5 F#O1y#ߍ݋R+XMWkZJ, hÑFt='gOiKy>7䯨frPprE!KkQfiesj$k/[PdV7V9S0RA*H_9=ƷpP)!YߤxPpЌ\Ͳkud#;8 A@ޛ5@ Rбͬn CP^c'i3ӱhUf# ȭtXpgP!7*rg ȴ9}]szH[_ٶн-U*>Iwp+%%Xo~Oҳ_Cm!ػ2>εZ"Hˁ5]1NU )Ԭ9:2 K[I#]g3fFg;K`83DrxjB3YgFSd'mW #1Ikm..Cz,'!J{,ȝ]jvxg2 6o2I;n7e EQs4ϊSZZA* f49S~sO/ A4C 6aղD>gD1xsGt4HC$Ow[*J;Бjh~W]W;tD"IBq8?y.y 1<P` oD IN))h-'5xeKOɲN1mqt-N >\#[ d684>.ӣ)]nf*.\N4=p;&7<ztv?P_iy{-fN×Sy6 FaT͗J<08$hv q,N\Բu=C GJ׌74pV?#S1"&?íO|?:"Ћ` 6eQ_"kkhd| [ -q~d}lk9ӣ4k+^I;juhCk$Eot } CX #9/ŦS <}(EQLGY&5Uj$W$.OE*{ @]cl !I2D/gj"w0&PR(>CqN)p9pjGWZ^gFQT%1 _șHG"4 $̎GwJ &:) ];7⮈uBHLN۝B7wI'VJ?+\[%q+dRBWy̓򑌙_(0ԅM3L"`kR9zxً]F69wPtcwŒЛtF뱃pP*2N 82V++MR8 W!ʙ ?mԁ[ F`t$jN/^]a62-[phڌ+.KJk0wq2F\AWxqr178%{2)CƢ^R[|QgppաL{o=n-Yp2\"kwTۛ'3O(%0nqV}(? w<*typZu"JqS|E['@P_Ip,jBSfgatrII0F:$&GMYqUƲ}I3YNPSbqXzޘy ~\)A4FΊmd EtMS[QP"Sv5:u|o(M>^eX@jݘp) smչwk<~YiJ8)14ż8M'?h!@Pfir M F]kR&:pm&y" wkeS(t2O򝳏~Baa#e,J3d߃ J{j8KL&((%C='?P>MYf>VP1s|.Kc-QvVP30Q֮{\i{.aa+_;,j>ϼ!^};k3bG0Hѿ4jtohIBUPř0f b wHHY8B!gQJp]RR? R5̗/7Mؐ(1}^)AiϧTz?uT\K3j$jϮ>o&`H¶m_y.dO{/%x ˺Ԋ8/ȹX=& D6Y}>ZvNԓsB45[y wIj)1 ǔU'JcG )vVy0$pm:9Ufצ "{FJI;JAf[Hn\J &3t !R ح'e$]5 dWGcV˗0'oh #0~^B(ɿ[M`'ꂌgG6,bc3Iu\\WT1l[:5*%s-AlB@, ܏H^sMBLԕiFN`pb OW<8;};cʯBmΏ^`Rxu~r︘".SՒɑ(fO/k ^eLc.Mp4Ć` {#cYo,h =孉`X깿(Sk G@/R.&I!v!ܰd[]EIo B| >]?n>Ң bhD[đ{#T!}~-]#Wmk!ֺʞ4H*hl3QMP(J'쩹D'3=蘮vˁl˹DJMpyhr :2>㽫Ɔbrդ#loԟ,zQ5R@}چ\?J:_gBK/Q"|{&%Mp#>j&J =Ox~{*2Q$WyV-Մm[^* I:hD'1Oc4'ԍw-SI/#7{s W ES3Λ<Tc|3ʜ}ΐanܺb4)5 [Q?}LfI\p*;ɫ52dC)}Z:,3Gʼnh^M봕Q9$@25:q3CZHl6Vv"`)GqTzl v\.m@Y*(SPxiJj#seŢࢆo+e'ɰݯŖ*K2N?Bs~hXnW9Bvz'A\klQD"&(ZXkC1X7qXıS\n\6Bڵ)3{ %ʶx\GVq)£6+Mi|GI%{+rWv:h|vkJ,D5P4r6{]OCbNao4ooX>]썯O= 0}gHc Ɂu䦡gq`:yK=}PVᵃ$KvڵMBBUr=7y{ӕFUXMpm ]j=o^@"v$mJ)r<.C~wND@Tl@ #qt'Xt%+k?x/`s݁/1ݷ7?n4=P& L2n4!$/ɽZ_;8r< ajz᷉4/y>S,~zOǝflB 䗊\#wN9 1F  X<|M=,*N#0(Emp0 Xȓ8)1}Xb_Y&y؝R?u3clr.CR k x]y͓w,*8qNXau{ymMgx`n pLv̜$buH%F&y%ptscLn<|סU1MIJ^ 8D_>XV^7T5Tt{A)1["־:xlɥN0A)6xMCZg"I\&֒'FaN尡h]8'.aqlDLT6^ozfyyv7Vcka( sz{ 5V=_*vY%Tt8*?ذcWTDa(nRن(µc`^\=?96>hgϷlMFb,G+:Lr\6_~xf hF谧 mB4Xை8ur gUIYfY0gkrגTw$ʸ <`Ew{;cRxS[ʽz1tOigVUW:G6^aEJ/h@!kVnzү A:rS9,=vP׉7w@#H-:قERA%W?b7u˖Ck~Kc=6QU;7y5_%U wKѪx+1|v#J3jc ɇ"\0fsygϔPh:tLs^aZKx~P0:GWU-jlf$ʴdʁ;W+Ȝ0A,VPJ4/8%}G$Eq~b؞"kbpE cGQ y *c2tYG:9YU(d^;%p}I3(gT|MZc}b|Zו q+FXl 5pwa:R贬"|##,?Tx~!WkQޟFve::<%kpvi.ߞk>]#9jpǍ=?n,pr:%+a僜f6[kPs݈v9p~H^*v  DK: f}'r R7')Hݩ8 a MYx-SM4H8 蟛TL8-җF~gm1!\g ;WVj {y@b~eYdMQ663C?CRâ-wa!ebu' dunCHe]X`/Q3"e^."\ `IAX-3}s5U7XLP5"39of8hRmr+s$3fa㋷kn4V ݋W3VFO"`< Z~.p&r-Úi (P8*NL[g _t&j+2`m꨼.9\"Rs*9}ţW%c/m-(,R7RI} эlQzq.rħ:8^)f'Vkڒ$O{?#m"kvLg 2_t96oc4f#P7ס:@w*{tt+#9M+/cە WNfOSȩ'I_*SɲTe3dO~#HG!b&CDghCC={P;J>J8K@G,?o=o?de.N }zbU9Nmn.*d?[+Āy%Pi,a4EKNjqӢuzK= 0/46ѣl\xV?x4eU ځMLDc7J*yM:Pю5zxmhP'&Ct@f̈,2\7yւjɒ>xj@f#R&̍`i/48X%sQ>JА]"X}[u+@st(".Ax`M\W BE*$`qn57^g1tiT;Ҁ5S(V|ݙJI:!Y挏3Z5,K$2-0s%%0\y["{ A%%U3'^lv{2+ڥ=DѮw "j4qQ I8Wru8ఓ9 Ky&gGЦ-^'Klײ z_qGg-iޣ?f. igufm66l0̆#3jS?"EuR)|-mt@_Y .5\2^Eh&pl8(:Gan\K'ګ%4JުAtWX0}#y͚H1 !@=Ү~\O7s@'܁Kٖ[w:x6upPD+Xj=~X/rcX;E:I IF|S鲫+[̀1סٴ?n1H B2iLF)MyAMʹ-24v} PUV&*nQoX)M,5J -J+U>[;} GOY,//K)j 0n,KR]}=o>؎X8͊bɐO$%+uJ:+pV\eJ݈R>u$R=NWEw*P\Ͽe$bP"pf6-ӽB}qa`ͱ.PA֫*DyX[#CݕW`O ōl7KX5/p>];R-9 =A2HY=F+x\eQ#\$=h%j8A|<+vYz'ϵ!ڪ0lrUȊƠih$N.G#_(qJՐ7-DlC@\Ag}YbkuxN>O\; ͮRyttڦ ~ m'\[QПވJcah3iY ֺWm!J0oCE;ܻxִpRTQue'+J:Q8aYVw<Ѕ(+sdEg߉_҉0!G%ѭ0e-0@rHR7(:fFoj*O3B,r:k@_TTxܼ9&+џ"ll&x'WV6 @.W* r%n>$@cOw$F@Q]w;B+3s";L#߭׈ @ aG5lE* }=%(| ?q1p`TR%Thl &n#/y 8苉:Qay{Ţf{K]w'S WVY1W|H=$BNWI3ߜohD|9-uZý;y7X_~ d u/6oba#լ)Z\{Q+j⇇齃=k } PG#YbJwr jU!@M \e0tp1iU(t->2{VV=?)4jw3ϊWZ$cFFRk pʼn5"ba:.1$Shi_E#^*P0mi}$6R#vň{mC("ǖ˲`XR&˶is . 6jn>5 (ki@'t뚢Ay;;lNd,%Z56_d끔̜g5ƂgX Ͼ ^nȿŞ !&=6` b#&6ݢ1SPdh<rR:46jZAUK9$&l]1E{u*]+.6eQ)bvESrRkU#d_l*SU8V*e@/)G(,ƌ0eOB5|}Dr`{.oQ}$V Ź(]>U7 -Vnv( a7Kwa2-Vs͒`1pfydPߘ&:DŽ% ,T<̵T3k6&֧g#=JEvyoUJ ="p&m"XpHHLY.?H2W)_\N2E5;68Sl= vrNkw¨jfa{1wBPhgeN vv+,+T|;΢Vʚm=nA&)En?W>I2/xkkΧMٹϴ5סRȑI;ӗ?e9(7˓P77Zע'GI_)ZݪvОZۖDжct' L9"[du1-{ɵQI,rԜڮk% X`JĻ-&5?354.Kzp/]D GLh-/TՂ@5Ǣv}T|ת-*Zrw*(__} ëYJK+/\qw{p \5&,>>oh7/h8%)43p;ɖolv-Oge?â@D&8pa9bO_82X\m|iW#&1uώqҵGtk|ۦЮ8 9 ˝Nɐ={dWg*yG'kbgzg/oA-YF@S -t]>7j- C>zĢE7&|pXike熢9 A* _5^L;Ig5:vST^t?<[3J!${' `u|jI7J7יSu[lT#`^`(7#0a]f)3G%e+_~ OD=<4xdl!& =1]9`Zθ-]F x=;al+zݚ&U qUC-+AMYG977|cEʬ80 4н9RWxfd6,z]tH秮R*dz} &ŧ1C.Q?0zBεҘB;!1eout]ɺ}Z~q)+m b#+nַ֢P[,3']WL ~0mWҦo([{DȘ& '5M[>N_Ddf7.jFg/BP2֨=z91+3GPBh&'^X}}o_b )>T-2te qxқa LF{'#R`cb Lk]7q|5Ps3|-Y+`D-D Kl* e~ÿe4>,B0e)9 &o2ڂnmPE{:Hl`F/TSq4/Ϳ$AݽM+@W_@KͿsA 87![ A>ww$엹I OlK蝹 D ?+Bv]fwJ:Z<!@I֮\b[^XKgws]  Er}pSE z~-Q2PWtEM;وfuGv M^KPpisWDtyŐ>Dι*,}H) 2h?XLJA!|zng& lum+PV$>̵DXrҎ7Tl8/hnkWVi<ᱜH)r`:ZxdjěOW\'jXo\L)^C=ho Ji^SF,,7֊y&-%O'aǗk59ETGz6}kz"`T~VS ktt,_S?%i[|j,Eh   6U5Uȕ_ I;l@3:\Ctՠzgf+EXf4g];6Fo[5&))_\G}g1Dz_zKpU]stp$$d؜MfTdvX*.`G/%4_l9$Z K%:-Hq`sԛIOy&t4-c0g^,DuZ"k~#O]סQ;rG]tc>Qez'|- I:`;0.H=`C?K|+FBDȬ6YRPq;Iy;'PŤ?4Wщ^PYTxY%1|'F VL`ͿdǵE؟C7Ѐ7vK\+Uo#8x߽h7D$=}}BSVE%N7 \]/¾M–9JZ j'[B:?A.>pU%^Fs7@1 )GFnM{=RPP6{ DŽJUp)G⤻& []319Yڳ2dK sM[7j7S0o㇐^PXߦ`1`(qe掉(LQP 8GNUJg~@nUưA4P%E0?bJF3/12e w3WUko9e4O\>Duo~&y;Z}pX':Xip=%*cZ}sNE-);5nݏhd#,FF\'Ƃ.8$i"H WxWF(쥶^[csm9!{; iD v@ShP㚶Ż\ eo`? ""5a @i-Hx́ҿ&%.έ4/<"//USc#sFD車1Kd5hP e׉>)2\#솔==+9,j0FxCUtF}HgD!$ 9*$C y)vy 6+c5V=^ϧ 0 >v,HUMO j3%tL_O+Wtt0 ] !Cѐ! 1M ; $80i iJѤot@ oyޟ4UzW6S&DºpczcPR]7M "xN'CCNYd %X2Xe_i@m<_ 3rO|HG:`޻ f2>{y͔gۖDn =T Ud1cZ@(WLWva|\-[^+ZdMf|aJ3};boJ]IrHH-8ll 6]78+w"U 1WoT 2 ĀcmnsP}DKKGp֤#}0CE' ЭEX-މ zKG!E#yImI 94"tUɖ]LSD~K\f$Z+[5FbAc}b|+A'gE"n[3gW(nI1ìk`zLRZFl>`nxļi0:WZq,}-עN3RU e~ u|%JO(yC˳@PBH|PgEo :'P"W9MCtV֣>.q-HNF>HQj"% gb[g>ʹJ}P=E/m@qI`Y0!nX3$V:]A@s Ch p*S >W?߲ wRc?iX]f-f5ݷI*i!0'.2j֝wJ;MVځCD**ȤqʊQĜZE܄+ޑ~y煮ֆYuE8_m0 W_T.y"b%@f޻~@X_=D›YTDQY6V?T((zf J̈́wUZ 7YHvsxuyG ѺO!v_ϒr*i!rMѽIO3]ڪ\L9fKʮQ/L/df**H}ͨb1ʎk&:c[utake".AiLO R&~$Ơd:Ώ "HEЇag:ELA e3Y֚H-`ql}Ϟԭ6Q X>ڇ^Vç my;<|6X3uK_t="ɱa#b Uo>Cw4ɮ &0w?u ]%GO5Dp+%gk>cpA%nlHp@`+g1#؟EJSVר dU4_MS5hgBwSƻȸpn-\,ҭC ll'U)C"yP%^:eYwyJ,n!bg1V3{ $ʞ海h@tWk$N`3VPB5R6ENTqKFiDD/b)oztg|D4%@*a&Dۤ=Z)oxIjҒ4߱IW~s%q{L~@4zH&*m RA!*23u W{(=0] #gB\B۩8TާzH,?/F 4cZ".~˗ʿAE ' rٶ Mf`tj]KTFR%F/,T@@L9Z\J7AKN@7ovwٓ!W_ҕ/j>q0,R| 1DU7k[8]Z*̑NiP24V+l^k(@,{w=éɊY?ǘ^\Kety# å'FXJv#Z@@a[_ZX @`/&}N`#&2 4kIpQnSlcj<7R\w?wH"7eـKoI&E{ K.݄y-}e1V6 B8ɘ`΍5VޤmDc/o.{*u0/S&?N-L1@E\UNxwUi;b,D>o3 ? AVbqG|7e.2YH*"rbY" mdV$uqI+TZ>ಖ=wyN{]<%h3wپVΝK&ȼ?WS|~;(itWx_ٍh$kY7Nt t= 5cjC'!#unI^A$,K&&F`MP`ck٧OZ[6m{yiK}&.bji&Tfv`^`_dzrs>]ϡa 0 OUHDsY72 0tǤ(!{h?\>,e"#tGbYtɔ^TqGmMWqR6nI2Q lZltwN.3T͕h0}xpǓ/ mG_.v1f+I & y3Xjj-ldiU]c;\Op-'mw1nbF#ˤ#`;sGv6kvf!.15=tL9()sW +-]je\J NʝT`QnJiM1=J 4i⺺?7{(F-մ /yi\AnӒ}/1qmp[=X$X( `Xg15^и(n,</C*w=;{⥟xC֝@tb>A*28$z",w5@*LsSBd 7+w6JQH {qf{"NAP]!TN*͵h͛ HHpS[bWMf]!AsGS 8#d΀m sy_, 情m). Y .\DSxF>L!'3hIђ1&7g"[-YAPG W?{I@)i9;ZGYRvIw/dUAG>I\u˸U{%T733QRR~ɥcDԓ2K_V`M#eh[7^0z3f )=j5,^`8J֫r-Z=/jظ - .ruv#9ɶnU$m֞_xll ?~wR8̠L-AaUI G.WEpb㎽>jF a5ShSe2Jw? L/EB}>wH=\2?6fͮH0ԍN\VH_Cx""3BY{5]2e/Y :&fHJwY& &a,YLaJqUԠ=AX1 i[SӰpPXk-SWv{k1~( wr{vj $6}Q/DGKm-ӣ9xu,q&ooWYw >"'9 MH͝A}*V(cW:T.٭ɕeI7x_Fgb vzIJby/)dA Z$-)Q)@Kh~ƪQ lTpWRăt5$M~}P6xy(uFΫtz(r!wՒȡ.C1e6fw[luG VP'XTC+N$uۅY0wtGRPM357O,oj%j2cAФauMmMͮQ?c öE:G >o""Dp{ qcq "IQ˰Nʁ({&] qoIg^_8bW9tA d]zcj,ޜbWl@#]rx„% ],Ié'YP7qJfy2wRޏH Q^NbQ eBnȾ Q]lESh(X1$^P+Z8ä2% z/Fma,TTNpXMfb+M#&n&/Ƃqd (ZqnX XSRQ-&Nl녨rVz1bn1ݷanҲ3 >l u~PFz9[9l yI =ogDW\`]7.XT)N gezKu%۵ڞ=1,Àew%}]%Q Hc YPg,g|g9 /W }M\dokgm,s7 =7* rINE.tIS'*gw"~:9 򏸜ZNoVBcd`sji~mbRc3y5\-Јy|P[Nh*'Xΰ_夊 eDS3HjR7Xa[s%uo֒++ F|5‰6\r.-&-I4)$P*5g&>c_`W#;@K1>U[o\bp8 imA<ڒeX`KDkdU&&Z\JEJ[)}l s5J ~I8DF4i@2u8ײ/@Ӏ( T3+VۊBr^X5͘Y%K=XijrG =  iM,㼮z=!3Lbv^Crnƀ2 C#~Ľw5u3^n+[D%kF?Lo sS\"X- #vf`*L-Of&Dw}c[ڀi-9 1ۂ:gBW`")g=ZH=M@Zh1OBRSΎ,Wj2덢@eާ1yITN%ʙ7IdЄ+x%EU%JԁHAԺsIB(9ۭlu1u@A${ {ݶwi8cwjI(Vv'Eǯ|sK'=p\D$cO5" JMZb̀S F'!Y:kpQ*[^[ 8eOzi(\q64 Ttd̦nх}v^m'35vcfԏR䲻4>BSiF21Ci 1dDHΡ6 BW4S,Kσ΍ .,_U]LK*_„6!q 6A섖A3'iuܹ% ~~9q̛JiE=,2]&O/ әrL ;ƪ`}CنI";hMU聢-a>9.9w mPr;e O\K݆t׹BV+ X~g*QzYo1-oǸNq^N(p}*e m57ndw_3흜]Y/CFN05m}V>=lhu)r8, asY t%a^@'ipNa Aĵի .^VlG3.PIr)HmEHҀ7=ZfIf_F41%q `bH՚k'~`rݦ6F/[ 'J̱ n'$Ϊ:8R3fG{ɇ%βkOcԟ.%@NNWP(ah/W㆗𓻝1mAD7Ͼ :x詽a(+MxGqJߗ+{ NXH%y &hgY}~wrjZ͘bAo5Hϛ Ibpsmku[lwѹ U,+o$a'm;|z[n⭅"I͞JEG=O#L՗=3Tf #`Yl"Yn``tFHm+ $u}~w&X0n?4, t!, |Mxkk!8C>Hu ӽT@]BĂ+Asfk8!HjIeeh;z"R(["=y>? "햣j) V&.zuh$4?.&?~ݓP`|s1|t 8 8B `##x0LŸ:*fo! 䗎ԮY[LD(Q")fB_xmqk\'?n6Ml*lE3V N0 Mjl*1~'(r6F}L닃i*mO\3|<؃R#\MX\ɼpO;{0!~]hP ^WԷav7Fϋ}N"2+_L̸yWAʜhA\zv0luydV+hf Y =#B4x'Oi`݄Y9,㎐e k]%^{iA~f wQ&=:>'Γ.SEť\ ^5eGC?Z+NtSkB[9cqF/Ѣ9>>̃ ɥ7H9T^FH ;8`*CKw += J48+3[b7GjtN:˯ oX]CTyD dO4sAPRVD߼p鱶˥ODE~gN)/qΤ@ywۇ,]ts9xBY̚EkIžme26V~r.:ZI8M9XMvĸBIዢ:)=ŀWG70a0^ 7mSZe0qZIFSp/73߅f?Mң' )jCǶuj#5X| Z䇺[imz6qy  W ~\ Ӕ|( 5HOgQ_L+nJϘdA>VjRTq0l E3'1fྠ 7Ҭ&_tƗߒ~خ& Y|ϾGu۝'_s,msd˜OWMtz$lsf% [dzvtc|:ûGX%t,ӋVQ He>a] lk椉--dw~jY=v$"Wlr?ǒWQը^ƃG룻5ƯI>[p}/ߐ3PxƧ^̳k>YOrUǐ00M˜0^Ǻx*Y)Kt%SY0[!&{VEt[ht3C ?^.3NF4,8al kP RþJgj%wNEq䭏[$"l wFNK(ޣ$dCݻbg6)`+ CrZͅIF/+K| }ał7$t&?A/ubqF?=54}yr<{@]hQ;]AxRfMvz{-B#d&%|ʶ1+F$xQ]Gy%Y꒜e}.g̡b)-X5 ŭi+ _+DP{_&JO7sF|d; 6NFjz3wgBh c^ȪNI6\Bх̹d b{̾F.i"sE~pD/fYB$8q$`M7@˦ݖ ٝ~0J(<1٤uTXh|4Ucw {.؝b`ќ'0w`ۣN1J5ҌF0~Y`Y^ Nuhx@%i 8DKraU,lt'zMWQ,YGwRr;qW 1tjfIJF08\gb(e^+<ydgϡykr׺Qw>d r*=uNJ=CǢԚL-bW]O鷡g_{0}ԴY kˆHDPwd|%8[_SnJ'Y6+!T k݀8]Ge)]\Q@O gM?M=%z+*N&WR10= s޷rƛhk~$W&NU͟l=[MQv UB&-1u< IMuf+Aj'P h&#x\9/bj)}dF)LcP~+VsU%nZ UgD1po`c7ehS:1;Xrl^梲5aޑ D'!-8ONuxɣ[oEJ` 0JCIki^¡ޔAAKl[Cm\ $9?uoxd7IkBY/2?xѭZv[Gx \.l1xA%bAWpJ~, Vu՝r#`(7a҅m R{CK^/t zvQuuNeX8+AģtF5DU͆-ZqC-LN.0e)}jC:tݧ.A;G~ PZJ|P6w]xj'zoFWŮ\3[G(`=sNrHwbꐧM(>PdP& =A?f<> 65˓@G\. ]BȽ48c09`͵SQ33hoȠ Τd7[N{_Ĵh 'e!V_2Eez/Xsda0qZ6.?bD@]E= jcxzﯜ,fI"JPYf_^BK!PeMN$p>rc\4.&,?`0o5˒V=SiO\[[͎-0uΦ}[AX+WFϵ#%JMipOEIiB::SBZfA99 aG L^lliM4ˀLMX zgD9jW, TbH;eٷMgjn=<7hrM_Vqqǒe@7E* s2ھ'/,' %~y۽gMYDe=TL^IѸջk=1s)kݠc{?sHZ) Jo8<]M3gۑ(pTeBԌaT̯W܍!dX NJ(gR^t֍:#0d12cC%8A;Q[7 ju̐ꀠA(ECm鞡EsHDv]'9)@yߏBu$ȹؿ3`aZ6@ݚeimi)? d]}M:@2svbʁ)ڲRcLV.6|nՈfBT>LZEHBhMlbdG5RIx_=Uh"Lgm)@v_}kʇG6*e:46!EXRAFPUT0Yd6QUeCي O(ݷ0D/ :gȌG W:pY#@]s tվ(nb&ڄTFq9wTxF%gf{}Ip [K!!fKy)LZGxΉ9~xi )nYd }ʩ݈_ H?goa@b.?PlI/f R=l-yl˦ԒmVJ֚8?< 'IߓiKm1Ï{);UcPͅ 6ž&*r> N,U\iEwM%m]/J5.zR@!^R:_hYfѓB y :Mq(kq{W%0FRեcF nc!Yaǿ&2AhI)FDGn aT`YY0אͫ_LF#&~.rQ+ZڦKA\ l#[*O<NL$ZD^AqrʢI!.9m=WREIX0V3ʣXcQD u,F+[#ˍxk.aqȸ6”4jdPHFb܂8wpXI,)Ciꉝ&Ӧ$bi352e!Ϧw0 (.H>$+go2l"ۼbǣSgE {|1ŘC3{F\!=Zqf+VS:v83lj-|G* ^1#!e= Y1L7ЎP2΋ԘWq"bv,_2+XKStJOgUr 6_Fs`m$GoCςpV[ esڒcNqR((ίpA0ƒ a/F2&!ɧMc,ָDíZb];)8dz̼P}i8}svReȘ~/HF$mф\Il[::=f, /r>ϛMnurW1?>vfCT! /V9|{5`$zT#gHnUlV&`@3G{KBb<Anu/|}7 ¥:~T㒃J)qnA] (3I42K6:H/Laؿ U/R(8\`?||^+X.0Oz" J͙u&CtF=#.uWœ )mup(qn>?W)Ö?4ш1TX3_L;I)(OA8wV]R3TAMu1J' xa!4䯓սʽIЄOz - b_4E})ߒ+4MA\^8KdIqP,3ߤ\VSl|ÂOG{yrCrydV#9]7ӟcB^ 0~Vw#t"Tg%/nżF9 ?qs1lCQӖOucǚ.9j i)ag' Ej<d9܀g8`zY*jcs@D^FB^/>~?BA^¯ ǩ5ʍ]m:נLo7YMWa[ ByD vA lkڠ}H|6DWG)/;hF7v/W8ddb *d7?w6aR8L$$^l,\3A-ƕ~KuPFrFQ$t f@#[on!F^BEK"%48R2ܶ}eezӸ2lJd0;DV 3/2МNVO )&M<]JKoi^pͬ"lp <-MxzB%e* A?s jV$ګsB5J1IWe1ovEدRl{ i] F&@ڼơ‘W kt$X0ܜ 75f'Dza"Og^e*)hu?X0V|2{ 9"֙素$YVY0φ AnZHd/Kk^O EfSjMU9@/c.72^Pbxɘ6&Ҏ'@.j%-'uh Grָ0rb&#*(6/L:$ȣgƁTj8[wujKg sk!glg5|*|"91 k%/uZcU! r]ǯB+"S.ʲn'ZjOQ_zz^W_4ۛ @ꂉYCƶ ӡhEc W,?dAf] d=RsT>07*>AwefɎ%Tk!İPNO ǧ s,_LJ!3oz*ao0Sme׹W0\P}9apG:Edd&,Ne@֐AB< Xf -V9sۊB0I9oMY sh2w/4mS'[>8*}P4gc!=p_y\ _GLJ0)E}hC;Sd0uqɣ?[_)!͵}I a56RIq6O'Ʃ8)gcZ5V\ܾ46|CYʐ<;2\c Á߄+sƒo ~ o9\;69y+|qjJ X͖d>Cv6t@/2-ՉҴW*0!Ai}f3OGpDϊO@3Cml4VX$ sr~UH-3`041; ׾ϥF-cdP跕d O`lA`еG3}72$c&U#w.(74žQ;/5KM;:x86њLT_K”i/Ye@=:؅xNށKl &Aet%͡." wŅӰRdK*f(*(d?D5:x+IZ @UBGPZQʧzςڨ_x6jE)P)wr)F܋Vsma2^Y"~ ķ(f˨Z&Nbw=wGRWT΃]!#|֤ӱd0,FIe],\ lgH^ u#O na6D ~-IHO;V ^2РWǻo45,K"^ €D҂qy'ti-IXF>ZQB?g9g V"US;.8'QE$ _nE1FOkj <I@)~q UG_20)fDA0w|\`Φ7K\RxKz)0IQ`(Ŋl)j)D^Ҡ߭Þ#А!E@7׹Zb5\L tp~o'^Y") `IN/qW%M?4TFuȽ@qOlٳTL@ ̾RbgDٸu!tce<AwA݄h7aEuM]*HьXv NؙISȦR ~h؄Pl:k9fFPt[;^\Sv'QmZ=$2iI>k<:Л3)>2!z]Xu0 RhٕwU20IB"4-Tj|P:gDŗ)W7(+_sMX9 gIw{ ̸:͟;P<_F?I;"~q%}OCS8-BQy$-=Ȥ-.R HѦIp~ sQ^-N2h%(St=5_J#QcAS(҃|} Ɏ_EC%\y81Xu޲Fb*#S *[/Ifaef&w;1e3M%Ӹ&!n#Υ.FvV 7ᤀ訅(Oes^"GS: ̅JrdDvgkM \ʲ7Jc R%,ae.pIưϨI,J`~rsE˦TB%3u2@~fWc< [\"gm sܲ ~m_،P/eQ QvoPj;p󺫫r'_#ih9- PŪ%[c1E齷-4ڢWiHNII-;j\;CC] 2D02/n3 nDU ld%UV~,O}.3ڧI{wڳ<Pm=15#i'd3Zoup H.TI W)m/R@b|˫ ').*+8Q+3|@S[iypQs'YA A >}m$kStT3 ~ʪXN ʚ 9Jc*G'J|;~ q!H>Լc9U@}՗m5LPoY}25-rDөQB_#xuk2naF`Wo1\{h_P f:JQ2F ({Fʣ^щ }-ѽ̉Y а˳d,ۓwy)\;VQv{e!b|C'/ɃBO >F!k="C"\ >BS/ǿ<`gQT 1u)$VzpPhϻHlvA*̜{x"o9gQ>KUvWJRȯc%KH?Id< ƍ9'i a=;# ~ě 9 2@|^`HHjA ]93q~߾#+=D[R2ǂ s(o0˔ۢC%<*EYn@DlU- >%}Lɩ4αMGOq\ck9&w xNdܚI? q n뱑_يǛw4+آp ##KăNAbn`+?UIy)2SzNhN w_|a2 lc?p!}Pl yIEW: #t1q>[R'[샒" VF&9ȺP`D[w|# 5@94pvןVͭ28.wL4lT#v6_[:jSO-@Qئ~jڣ# cY/ yyYb@eϿg;r[|%Dvb õeaO|w wp0*'*]!3Yk$C~{e[{Wəu<}n{khn—{ld9…9U7U#Rg~7J/BVվt"t `83 T;wvZ{ +b9RU1۲ u|~T;n+Mq3b1L.JZ=,cM…(# G6[C LΊg|+>3KSۤE8K6m5͙ŭGy,{ C,.DgMÌ a֏Cr%z\*RMüzB9Msޙ* 0k[Bzϛ6c{jHk8E`^vYlULֵ-uCnOcGz|^ݘG COu^5Er.yw1਱ $<Y?r{BzHp$GXMٛ\=0@0(TR\7)Ä6m&-,뺟D^ $ ADF?<ܨԒ,C_s]9NeE``vj:$-GP?,V~HA۩_!U}j|xhR:ɏj}nTMD3zH }Bkl?" ~vFXJ33$ݫaɕ;w$V_{YO_Ok6%sUV2 p{k 5y5Dz xhͭ5ǟ{s|lemxnD]Kͩ$Q}+taTKo0\: )@Q!MGGd.n"*MH șWLxYy0f| ܳw+| "ԃ HyN."@/y}DHBi;Ctϭ\C+.p5R2.n{SӅ|MH=1݈Cڹox&)D>ِ;a]KT}glFdѤsַO ?*>G w]'A鈤k2W,{$ۈ@vWV_-=0ү%r Zo-w޹ϬklPP+mF\ҡJ1<$D}#ĕE1s3@ |SCo5l\4I*+bhI]p/keo.7[iM{RU`3"67q2a;>A$Lg:ͬmߡ+R@ (l6"1II2y}|VV\g9R9yBrUDzZt,u)xgȒWNhL'Cc:w\ n$ξ{A9]=6{*~NBpk7l.*.A` _?1’}}s^GnSN4[BӻhIx?;7}(B9EJDM5>7adjO@a_Fzg{6̠bbUMWWAi77dxnϵTZ{4%*#(r4j& Ev|t٘A;KՒ}v}If[Qus." X+{β-i &'yȨ`eg(߷ޟHH1c~-@+7Ikٸ)[Ŕ Jw~7& S/9ϥhoԷ.9rNpdWBd Q`VY@yE9s{8N'QCw'ZP&NB_k<4 azD7n .\3`Ƕ8ehTsu^r&҇N1&Au[[?J*RΞe퇌1i b4iTwuW⧮Y3]'tzjk?Y +7 R&mӘ#Πז NdHX-6Ƌ-M) Ð$-ҝMyt^x CWQs8"`~BZnpCT:g_bECOE3 9a7 /2jMn&֘Sb0B6ktlO`X[WSHǔ2jJd-s8B!I.*6IƉքwDyX #sYߩyӽ;O"d[ I*74yXi;)I_wmj;#5" >RƢ]ńt'zn2~v8k.|ķ-lƶ;}-$&=BjTS WN(ҾMm\ ð!h]&oѸ_6H߯d,mI7ot0 c & b.E;4\E2Kv\KI D("gؔZZEeJmRaʶS^I)\%cm8%3M?ʨYLe"dg6m8g`6 $b4e3 xڙ0*Rx8y{qJa8s[f~6fPDLCs2}6L=|h<[ӷbd_VŤј&̎^4t* =ßɮa"e3wb75Dr2BMAD\(Bh /8'P aX1<\D3_3U8J[a_pj—r}FPy)a&Ҭ4omηw-Ev=9O\T"g7bmo< [eJrkn>u2Ӗ+欰OHYoMN:1ʙVJ!up>2?6z{SF.QS6ҍ]ТֹH : B߸uJe5zt=)(sJULQaBpy#bg npN5-˪avS+ cO :-܉R`.!SWn܊](4zsce'=[@USKeP8VJ&Wá9A%faMg-~NO?}Rffe4gPĀ3#FyxAU±i;rD5.)}GDbNaLɤ)]!v]}r)uk0Ϥ"S#N7 xlY3Hc:Do8d:QJ@,+8d;wꃸ`$qt6˜P kՈa/),Xާ~$ 6Ƅ29CUy1حj$-ɟdY羋A@]Zrƾ 06ː`z%&"hP[3ZOR3h$,$}0.@Ģg݄kr7.B?xzvx%?v.9M{2PjK*&u@2/tf9]Z;wwgr8Z3sPOG]`Zc̙@Yߔ@s_XaW|AkG:p6?ĕY>lvXr=4Η)`Ȝ^ʒ{uB?lS>3aaAtcyY2x$H#~X[O@Ц!wWõ<̀r1qV 73{YdSD2['!xޡ&@,MKIpiQA1)uQ7/KM[Zoq"el0QZM9Ý,ZkXP6P+NWa97F;<!tע|pOwx0w1e.zVhܟu2-)Ik=&ț5=PCƁNp꿞ߐ 7 B?&]Y:yʯh l!".r LAv8 `㈌R7 VBJut`o`HU-]ECX+E:3%)p_zļzxX6PaU2`؈ 豆1eu|PF?(o;~xR~8i{ 3XT9Z-Q!u Cto{h.M_Z̅y\٤!!qЎQj `[U&'':d}p! ޻ ,)ۊxkߊ)0BYdF=sƶY m&(xȞ텝RW#FN>B$tf A ~k}֕=O pX- >Xt8;qVTzs޵}8I >bik7aSPzSҜb@p2i觟KC-f)+,][ \!"I-@;ڷ3 o TNiuy5-?D/Em&C 3qEF HT5A9ݖ՚D&V:!^&t7qó~:' ?qO99u6'#8G /oe݋X>mUn ح? =Kr:h4*_c$/=G_s#M9/ED)1Z~vw99eUwF#)sZa3aH5Dnm μ K^tMlfGUn0大-Ww5I%d}'5%7^LZH:tT~U豁$]̅GϵӘH,tb)t`lݥkF[mKEs=)H)4{6H†-Ɓt݄цx=3p }tdbUQ;=ilV>"Z02@x4LF³^3]<*l[:Rw'QPe79zwXNzH|@)W1C*>B΂3 ǃ>XxE-'yNNjepDpH+{?cQP1o+ZxjewމjO2tpf@qܫ sY~]^J`KH.| DݒKŦVїkw7>(Mt}|nW^VL5}}PSt'Wl2Ͻ5&"҆xS$.y&\l$&N6s[?bXDz^A1UG>S'@H^s6 >pgFtd+F7):e,3d_;>c >՝01Ʉ(B Ud+˼@W!$of ΢;qSo c[V{h9~v^Sve.h"8AXLvj/ \[,935 ]?y>0V2Q/ϟM*q^ )xX{KwFf)\XƐe/{M R=߳nӟwInr?TE ъ:}Ѣ!bp)JBeŞ#NɛƱՓMc_>YM:LWȦEjiXP"H0!hFg~?UzJ{UzawCvcyh%IEH{R4fS}[v]=xfk[)Lf"ktA8b:h)a MV;,= v'+3*F\;V _|VGcw9@C T=wvz)-4AxHR L(p 1RrSȇv+4o $b S;=d~aq?XO[ ɒJدuቡքtUJ}ڀ'T3ӀSC.ވ6$ާA˅T-3^}&~?C|,U'!mGZia%ewXt}P D$ВԗEG E(w担 Sb+ϣϯؐ0!t12/ B8eku_܏H 0YEq~/o g.=Mw'>0_`( 3:]"Feh̪#9v5m W'?[;<`v$sܾτo뵮,qE f^Ia5_y!;twx,V8kWZBlp9x}k ț^\QMO~AOeJ~,d]Fxf a[5D5vl5AxM],f`rX3v]69(s'%S| ݺ${,Qb y2?۫ r/݃ _|ІFt:68 nFj3KEGjv̢мV/ !хf jOP]gyzpm07 6BW5[W_ K7x `tJ]RGӞo]dTIyg)%@ 0c YOL}'GFO#MIORѦq/:&0|g(Z71Hm{T|:"8.&T>b+CcéNB[ΏlQ!'A">ڢו');J %F]=28.^,3DKiYk2ɂcpyMgFʝ/9k5TѨoO#IJ~{f©j1\B|>ۃ4 kԣ0QhzY>Ƣx ޿ߡ8/v4lڄ2 ~k-0 1 qnd͑XPC)[Q ؛mp*EDRjD}@ "%_d5uxk?&#?G"ądK6%nXye ۭZ/f&bR;]&i&B!R+܅$[=\Ŝ5 _-rB'V v։Mcm*V:DZ0 2,u+9_h}' N_b=qmvleV6^xQ͢z߁5K`}H,qTbD(]24GeW;hodCn?2~"9kӠ(^k*g\7+tk4220ٛqK9AY;-E8b֧ww [~D>5HxL{`CI,I}]`Ps/O${a(vןǹNzGqoCPt*06RDZe]nh{, q_P2[j?%ENus58J?)~Dݖ ϊk`j:9j+pFgGZ \H =k@r3Jܵ>6c:dcnZh㭪xW\l3Np/aOȚdܰޯ]{^5w4< ˜f`eӏOMQP+} R>g8fܭ|xU Nx;jZ*JpԔWCu߀@ȁ`1 qO~jd n ѳ0{l^qo)0^u4gDy .q|̈Xa! 4 aqY{•e{k1n|oĮutLkSeddڊk+Y dž5b흏{H..f'U[嫯BC%qR^d_Tct$ Iv i)0W2[CV1DvpdeTILjb!!K:Fm | bS1 9.-h?WT%~ʇSJAic%cބU#  eZ%vKG!v"`N\rCЅS~xԅ 0d5+z^1K4H4"=qaVZZbA̴#$N@Y^cxDNU.ULDEDLJh\~EӥT|AI@؇G&bT8,Bu$՟ C 3?!ij"?T6qf|_M1F"t\ 90{JZjnЅ*;ϤYUD^{%IsX#yg B Q Gz%_lMv=<|BXԌHx[jS £9sҁ $K+^:/tk?"sWWSΘ[oSO^nڭ:ƻvd1stH^m'&[b~[pXt6V= cSL Ĺ&2of>^L" Ɵ˸qˁγ¹R6E({!قXy]VTslv}nAd 2F6 %,B>x2H@]OPϩ]gH6ULDfV2˥^j߷\_T VHD2Iٵgug#;`*I~!p0)~9Ǭ?f)&BʼnPNq_鍈~G8uZ@a s6A rmzĒثE)f]A{e8,XF2 Hr 5Crf|fUe_Aã 1!o';FAN 0}Su}C|?yDS O_' YUѼ8dM<9[}Éw/e@D@8A;WT݄Y-4*zMb &%}N 0iMrI"&WJ'M #Vs<Z" B'PƜ?,f]u:pj1&07' Au5Wȶ,c9ͥtwhɘRxl%C+ ŰE> C}hc{)4FB cf:g/!D8#Te8Ribwh6PH%B+6Ze2P[TYv65 9?e՘4ũb]27_W"3"XZe0=0.Ro[e؄ԺM:m3ɟf'Z3u6Ү̱1·1EhuO KVfp%^R9hu94TycflDcod?;'L=z \:Sq^POa -nk1d:C00״!F&4;1#;yu{6;aDN{!Rqܓ 褑2IJh?)}pU N7 ?(~IdB 1]L!6l{;Gӓ _M5#^Tw֪HֈFn?iTM_sb, } ; I]u{Э@Iߣ1BsO/_s_Wi[$P9bY}` )ۮuAG+T/@PTr$;_Oq gM@|]^r9&5]*opVadcÇ%[ܜlt/?=U_9@[3s(T3kOPTE'"d5Q{ &K==@jN .WBܩ96bKX"!@%EMW<մ|u&+3Ze˝X] m/ n}S g<ֈ~wHVx  ;" .u{r|#`/'=gyeH-s>L&v.[yxo U1jn{9R[к$g!fF,+ݰiLTlT MjLgW?٦@'Q`4 зyxha= ՛113  6>Uj{k>N˭J=vBȞ^8eæX7H.v|K\jv$\W@'ˇs`Xd8 ;] W0 96׆cϻ4tNK^Kpe$=PhHcS!@VC2h"ǯieHTu-Jmkɦ]"j(K6k, }銶9Z M2H퍍D`s`\m˥j|Fh6eI&j~ɝtDa08LvhzwT 1 دX}7o"I  AKH vl.C<H]A ? 8ǘ Bs <^[S0jB| IaD2ΊsW7j }#Tފ}rrʠƸogV=]D_2c/G7ܔseQ޵{'_얐 $(PyVxT#͍r{EfJM-YMi~&_=h\yMN񛔞i-~z24GoEQkݞ(cܱ =I>Z0E wY魜 Px#EiG(#ZIOs~ڦW Zc0p\&ځqB1 UpIƨG ,UF~S2x4"%ULL3Z(2 -M>┿C6 *._ @Ous't#JAǔbU9G0!m ^.1p{#1 uo[}YIm&`1`Ta`*XqAo 5 'k{J=x:JӉ2t(_omo"^fvbʓm;N=\(EF8O IsEOR_RavyÕ{tQ^g\P׃-A7Gx@{$i_IT1J:MݙOITx R9hQ3'cE=CzP)ϦReB'E!Fs˔о/SWEpUQ/k:%ߍGX41՘PfWy3*٦"ݸ54~KՐ&UAmhEҘOY !@.wג;9}4fTTKn_H|} 1I#h#PB_<%_D̻BY~b~u K~\*-sZ%$k˙#duDw ˬݯ\U+ݷXްDlï 4dOgLы?\&]*c ܊PDz_.}͜_yn ?MN2wg/8kMS M܁c?j@*$Focml|pW aTY= < @^FGtW:H~E'3 =VJlCa"R5t{(Qnx!]z~s!`xrv~'V>s乎:`ěB.Vjeev=1yrҊkg r/9*Q}.$hҭlOO`CYWo/x5QW/ImN`0Xz>;U Nc=׿.*s|CL*xQkBᬀl.A %:I**\q`V,(먱 f`NF;nMV u,W}<0"l`~dрX_*c3'?^Lq5}3`7 ?UW;|56&"y*^K"pV(SױjVdo: BGN_;hasc҆BDZjm2Ake/j~= sYYvRa5KO~kIj᷷>\/{R,i : 3 &]5DgP*"5XL(Ҏhx˕2\e>?&0T|fTG0&b*]q#\s@@:Bk L#y~qD*cWrDRyM3\s"CD_P3f?Xf5.\ Y>ST}􅉾Di0̅xp]J>a0 Nwv\餤w(SIVR᠍W4b @yI^~O`- }A6x;<"w(E~L SKnJ%ڦ9.d]SxJCw}OO9٭(`CQ]yz|Mz3idAL%G*r!~(%O1}<ǫ\z>yF Q6&aC67]L*O$\T])I~))EY%zRLķTv6֗5`h4Z{zy>cr!C q7]EU9]l K]W! s냹 _2×.fOZI!8c G uS$z(TNrFa?iR3=?q"kyu?DO`qC^tWAtm}Bi^bzSt'.5ZVXǒŕaڡ@l!=)*Øbc1;bw[e| $8(^{u,Ѭc ˹E ̵O=ò:*)>>lHVĵ4O<fkEfg`&.O++? jd$d[e '&IS[?\mLVRϧDT6dƐi0[3݆ [Fp~.Z  bQąP+Bs3cHȘd7^;F߄JFQwG7i m{]pпDX:p.găeXV9Lo9~=LЗ\i:i#(̃AxW_307c6,6zQQW½%a:74L[~˴wruPl%/E(gYtZ{-+q}B-l̊9òN8PD׷s"V 4Uu>s&|!ņ"?ZBPYpgbtrDwвLTilDq9# ZuUڊ\aeyXC y{q؈7 Dze\ыp )q|)6k?JT,ՀWnH'xvr5GG,vYg.;LC2'Z/q:*<5sC qCV'~.ڄs3g#onC:% yaQøQ>cKoYGVeɗϸxS sfLBwfgsUtQޛ-"Zb{r6X+ay*`0OwX~z]&Zw[j<s:0=OQ+y Lf\ ÕI#M4;=h^1OFlU0/n[wKx)c9U(si)LH99ZM.B!9""dL\)DSMQ{Ц+8A(OWQ6/R '#kJw>IDӝs W*8wm0E]R|ѐCH~%<##MQjp/ ^{ h6䎭6 iX(-68E48w s5Gd:r]L^wa=y6n݆Ė ASD#-^5dg U2:aS׀ha!.YȘsj/3zt0{߫~iXJz)0W3K ;$mɓizt s<4GsYgdlٰj;8ևS5 .# ow .!ʷX;X^@CfE&$ѵt6M&f0a_њ Zq*j7@ >BKώ ٸIcC'\KT4\]a˼ k:D`\!V#~N>˳ւRܹП8[X(BYgQHB3 ^J,!ֈpb^,Qqp-vR8ad 韯f96hoU~A!g'Ss7PSﮊJ`ni eY`0s,DŽIQʈS(A9~ĚqɐC\#b_mE.Pe蠚t؍@@V+X `|aKs]%"Ki!FmF\JM\ʎ,1X\Bu^)/@g^SV uT%d$1̿Y]h[0@5Go=\u50Vӟ|[ٽnxGnIt cZYO~l86AчpٝmheΊ;t%Wr 7 ̎-ZrpTxv# šWd;m ~՗d9Q)e#Xg+X9'V5_1B_/GBӳҬ= ^" |a/>h>aIV9#tk+-`]ҿ=>@ _uV9:UVs`KVkg#QfYޖ@߽".I]A,O("QiҴ51C @cx&ԇD",ߔ0rLƵ?`BDQ5$uL яe|XԖrp"wHi? ߝ>& 2n>Aɇ[o{ܭ:+~=׌ 톽}Ne2hCp4TOwumqؑpY/⃟A''s @00LYM ̜^oqPm2KC aq0X-`|u9ƈOD >㸇\65nG:8xT$Q7Vn- u1^oeLtf}%[R ` Ii;R+pLB6xV谼smW HV''#LTA?3%*w!Vb%> 0OWd r4:mgh^@4FZ7? CW#=6*M@Zʺ'Me %a7I(3:Z SpV;ƞ( =p7BxR5 LIE+{7eU?o! 'f"\9zP+ŗKȻz(B-/=u9Xv#u# p6軉PQrFj5f/[\rá" zU5r;,Bjx;Pȩr9T݌s;T #w ĶqSt۾ID']J`YVK1D S9^ymfB)h,A:bQx%o! lW?gNۊѧU$ōUqLp56 ]63ʣW?|_LE"sc$dg}vЮw5IHēY<0lջ9V0LLquBj(ZY_[S®/=b1e73ګ&p2&.9=WXh8Ӷ,U IҴeISn;tzKq>{k1"[.^-?<>],|>!<æOֵ]'9rG綶-zY{hD=u">#в^ȁȱ`bKf3bޣ N45@_ba_n=,&7&6V =0:WvJ Hq!%Bl4bv\\pv["g']V})җv1?03?FZm6o_Y["˨V? gh1!xΉѬd@ ECNњ$ƌ|b4] mXPx>tKکhZi/3۲ [Wc0&0JsYq\@Ak0|iMKŧҐa2 ۿB)j Do|ΏS>Éj! tvZK n䉜Гfb!L*S%ĀW*Q0 OJU egnf$>d$hQ9R@'7v}^A?Oudgܲ[Ğ C˵1 2!! $W 6:Dez(ru[0^ekι?lsߜG[oNNq΅:>ex5Xˆ2Ɨۊ$#~ICA$Ű!sQ 0Z py_1E@Q4 *HFM,@]gMH,0\ >Η`_s͎qu97Ѵ`K'lZlWGC`ßyS~e<{0k]'AS d. y9bU%g:l{EV5z#6U9~dW ߫=0}e$,U-<'bE±w'n>P+CS&J392! w>nbFU \#!۴Y^-jϳD(KݩԜ Q6s)1s8;jgH $:MGNKN[KU̹wPp.ChLW-;kƆ#}:ҰgW j8CcUc0j,7 X턛Nj~pRjKt%B/|C13 (Ґ5 \υvΐzO^c` B3i6- =ۖeT1eA#,ҩb5v{ r^*6ثiYng? X;*K, bYa 7q䰟 %|z6cv bc]5AS?+hs+ 3˸#gIP ~]W_h"9 rml<\@7an=|m'%/umw UG'@$$ֳ@ f9^w֯s2BZYTvL98tMDX"vr KBQB#3ՋcRp}?ER_}JNV1 #!rS2bGU6)x|)Bg,$!I ԉ+9Knj^69q=6p]+D+ y<\֊>Ig/07ߌnކUL,,O =sWQ9MX8$dT^EX5L"soz} M~4=Efܶ2n44wLt2"CO D,>"/XO1jYVx `2h>PN>0IIП^J6޵[tuhId'?56&UȓD?Zտeݷ& KtbI Bm6^CӓijDqE3KS&JHQRIFP(-ҝ4<(O91'`Wd&eՋD%$ەtžɔ,4PN+ۆBtlp9xr<(9s6.v\lq{_ʸ%@鮙bv5IaZ+7n|ZGP[(d1<j՚`da&m@7g >{٥cr8FDq‚60"&̖w!"^I `$N]hFx71f :[rasyZ7n\N$e~SxXGY4뎦Z{\nAK5Ny-g?RDz*T?xk7+д)嶶;0a5 Oi^hDܞʉN y@v+N| 5dw9bo󆚹Hb(/3ROaԟ_92Bw oIlȆל1pRo!eIeYD @_68/J>78e:phh# 'wzj:h=V3_gwh@:M@l9l0mwX㶩KMOf_oh'SnIXszzz V/ X`C3kx"6:p4ٚj^qM }p Ag P!sFRTP4:Rhᜦe8ҮjG-J= & <&}a5鳟sԞo g<9${: A%McH- ~B8vB`_)g~F8ɑ0F eTĊ)tj[ l93/lCG@Opp[_tAZU)Jn03;'hjn򁪭SӅ.&8|˅{}?,϶t)vZ@C}?`^GVQ:^:5{h-Kځ|e3\|v&*k%兤ŞF W֔Mw:/8WB 鲅SmQ5T !4WRSo$I">Io9u%5F tvs;C?gM,̔qxE)}QV Gcc&ש.6(" aN5' ;q?G%k ɶȯ" t1AZRJYCij8$+Yq&N؎,H:t-:}n;6I wX%3b*N Ws{?g2$K7MiT񌋖5)# ^]$K2ֵ&MVb "t[ ɿfrw@[#4vO]bq0 W#!BxmJ0fFM@P780|(N6&ZVv|L0;'$T.83B:]t#gi!jmt˵3Ź—9DG)٢novlbڧ\!)C. }W&PWg'LO'6gyv[riJqRƪ$Ѻ؈#~R|WB4jZAʁf\\:BǙ]=˜%L?2 8f|ѻh ~x+U'ȑF>&3qOs.l{-k{6 -nt4tC4%!%ieB u~מ 7k4am@?P rw8sz]|yU!l딍~r1` zrdˆl\~wWX^ ܂E*ߴx*`Ex&ɝ㠗DZpwmbIp5oiꮵ*_;}2}'H7"")ljd1{ c2wIܔ>XRuj~;  ,j uHe -> Kc< 3 ttmٝ$NߦdM@4K,`GIa*u#Sם+sm9˿F'R$22d7ZH '*C>wf'U*ֺ yL/C |5n޷ ҄V+(2Z.|a0Nϡ=Khő#ޛmBdN^"vL eMW Rzh ~ݢ<@.ԽmY1uq:ͻTjf`T*o<*tr ۃЍmD",+_=S٬nxBPhvGVxzbUn^iO[|:<{Gqul]AtIiF7f;"#3pF٤"^pgm*'hOHoc+_2Gd>6[$a$v< i%uzA@Qp ~g*PiX H94qh!ܪ@dQx79ꜷ흳&BmhAE}pM1^GqF,>B V6/Ҽ)mt uYxi; SKhw,"Q}Q(kWQwoJh^o/A!*b??ɼt߁}GfOLl2Hڞ6=E"'CϞ\VcpeSE1>*MX/Hͧ " '?Δ@B PZ6Y\mc,q \B|#źiRw\YHhV%k[5 X|NCWX4ah #0)oV=c4(o|s%hSRd:`rLq74R?Bah͔"2%9&ц )y09qGǔ!9OPRLa٠ʊ5e:0 ˩wy& ig) Kr\UФW*BZ4RGҭ>{.~R,@AQcC C.=)xWQxws$ LKAItThL`6'p&[kY+@*yhJeΕv)vBqn1X//Fljއ5z+; 3f_}4+GxU^`,kܺ׷k']hϸ(!p(Cj,JRS6sq(%Ճgs5s8U!6~CB+9>:ڟ RwxtU8 G/ͅ%ZJƫK I}cu%?*0FOHH;ӬR6Iǣ2P N1,b>4l zڟ%pH>RU¼8,w}n$G:hj i X;&}kڝ#WI2o"FbIIn!{˒z|gx2R{]7L#E6E)SgLC@/Ц:gԋxR~U`g1r`pޛQ2۰)fʋfKFG L2f^5?TT|Y6LeR놁`f'F\֔vQ*4Pt0* kJ!?n{._c '1<1hػSAޙ|j'o' v}ʺX0x(@Ij{HKj;mVnR?́boAl>#M'y65 BX.؈9u#orgԏ|U)i@e5mGaY#_@#9Re_jOV]%K:пS!+L ?SƘvG4v5ÜkWw-=VPG5v\.ϋ` |f}j;xOdzM+uwu4&K,~]'yO:"TOn J^cR,OH\n5X~4 ]vK$1,+쳂įŅB1 %WLARBC͙ɲ KYG[/YGڔC.ц҇ZQ{QW?<ĝ N< DμNm'o&KE'U D11c3ggiB$Ed\201wwS`Heإ@S"MKHP!ѣH;L&_kLU vߦFkw;?`A^Q3L=!yC"?_ZXX?CY-M߉x zW[RWxeC P rR؊RLBG<|4iJ8Lk"Tia2Ci4Ǵ, lKLfg ImWF%AV*BRc"a0ǜ03l}ARS{HR'x_spd5zp .4ZExI1<|YgW1ku־+WwRI9CjHzhGycjEP!t>?FUX"0s 1ɵ߬". =w^tKWP  xz-4=#"5awsQh 2渥R(J kZCC/ % YZ