PackageKit-1.2.4-150500.6.2.2<>,pfxp9|Exh1:;r 0ބ~y" ܗeKfdS񺉈{ w.O-\? )yvď&d-ڦ/Y\_kT6cSGjv%#XR!%B!jO@ܟJcl7U"!GOkB½tX&]>+7yF-MДdD7$$*m?! ~?3n'.}%MM>c):4# 5 ܡsiv>OT?Dd   Qpt $*0%% % <% %  u%  %!8%!%""%#d#$ &(&8&r9(r:1zr=>>F?N@VB^FâGø%HL%I%XYZ<[L\d%]%^ibXcdˆeˋfˎlːuˤ%v8wѤ%x8%y1zӐӠӤӬӰӴ@CPackageKit1.2.4150500.6.2.2Simple 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.fxs390zp37PSUSE 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 || : fi3G7h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AfGfffffffffffffcfcfffffgfcfGfaMfcfaMaMffhaMaMaMaMaMfhaMffffhfcfh339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d26598b284cd21f76b6ca882c125ecb70324e3994a95162bcde1c45d3444f6bc01ca452b5ab89b72ef8b59e8d9c6c7bfb3076e2245dc99c73fd4f501373b374ca6b39d32cd5183eeff864d1f2e0673a4fb2f499caf38f1b8772f1ba7058d9e5354ab1b0a3fa373b1b82f552e45941e7d4a0846bfa71c8540caf60ae8b071636759debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3aee79c1dbd1f8b359affd2367074fd71be024dcb601f44b968f2605aea5afb246c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.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-modulerucks390zp37 1726787448  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 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:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_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]=cab0ff231128c3a50353c85e22bf1f6a8a36593c, 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]=4eea28a5e88a26e9ec21d3ba63463d77181cb2f2, 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]=ba86d336c9ca52368769db01c0a4febc32169173, 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]=f533467426f19446b6c79a6fd8e90798c8a4236e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=22f61c819f9596fa4436c856e9b08055d6130339, 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-150500.6.2.2.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` KduV&d systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-856b9323b46c38f776932c8a13ba527b1ce9e933c7e1fc12b32eaf23b900a1eba?7zXZ !t/T]"k%r,Msc3.9Gl_jr33|@cq uYۙZN I]Rg A}W~`(nׁƈ;?d qP3Wx',H,uz C/v>Ȳu<َS?ɬjr2GajFH*Nս-V2#(> V1KJzϻ}Ra Qxsmա-Ќ^›:<3 Fv!NQA>Ef8mK:}lȜH\p t>2-8`++<AzoFb'fQʡ0M=ydRh?D7BXAa@ .K8Wh6HGH<uOFĠb^R DB]4ċ({7K^ ,8Ğ%~dChJ!cZ-!sHP]bŽ6,yJ)ȅ?5YY#zc(aw]BZNkk܎".>+O#/Tv0^591 &wD E"B}Z ^t@&MCeXbZ LڣqC$-8)ea92… ވN*XR;bbw9ocMK:A yCb<+3*GߙnWW+Ehp SP|nVYlhȇ{;X [KF5C6A1W}ͷcK\,➷sMq=͔fKA}0YiKWlL⨩mGAr{vnӟ`H+wJO<;Jr-%sea{̵)ek.ip,|,x^Á^FP@>lyYAFcc| Y>,nP>PpC' p5yͨ1+,]PS~yQܥь*3VK0WvM69Yh,$BPݾdD.gON==5X.SalM|h-&NWIe uDPsrµNabl#< bWOREgko#wzX"jZ]uW͵9˝">MiFm]甚_^ZS=3C\5?k#Baf´ϥ !-pT8&G,mA#ƒe}XO4%zS.SOwnh1=fCLLjhd+OS8D"= CAU[`Y8*-w,ZBғ{4vUWN|` :HlS-_v$S+L84#ʖ홟*U1YшjZf + UO7_GD渔׀D(Ci;/Cg! `QZdi3J|Sh(1v@©@ #@k ,J9lF19R#~H 4@>k,GtM˶lm)f=%a팏&|;O|i{hP?kkPa Bgݺԅunj+19v;t 8(%#T.lL#qeԡG,.`0XcAs1=Se ww%ؒ2uss~Q!Z늏K%ѫPfs̋$50Е;? @~:%V1z9u H(AB d#+]<'c=fceE*a)tX+1B5=92 ^>M"o"YR[iaC~cW֋HR(Y;;ع=fi}Zg\]U]\ 4 1RM7ҥL2<@J:EbHsҡ##"sV{3+}{HЀȋyX"jY宆(V z**pb6ta?*xY:K6Ǝ.&)7~&cɆ! 3\fsK?A(B{dCWA- $ha<1ȗtƴ̎aXU77g&U ZCs zd7e(gI2'LB(U+Zv&YDHLUZ{M8IDk(ʴkh58c"$ -ᒲ!ARqlJd6)?p!u/r:A^q@΂jPic>pHҐx(wً9Edm.">+4,.q sv2r+/j8kO(bHIܲ| YF%$Z%E-B[T}j1$f['JE ..IdZ\NɊqi*f^&A%Ant4\32I-Z|AAZOwE_gI b:#v[p]lAH?(eTs: ۳gҾ4.[&E7$Faxȁ=]l_!V^nE;r;9{Xwdp/Ĵ` M&,%+5lO{oKޠ(JyGʜKe İe`Ënmf?ژE&tɊ,c(+UZ%.lTjTzGv_!raW_OעCnhC\Cz-wMbypp*%"~]GC"LO(T4lhƥ+wb~=fpd?>to HZ4ڃkYQДwBn[ÛԓBnλ?Kw,f7;ҫN; $D Cvb (x H}¶} UU-eϟ5sw:.?=735Aj1]&@oSYab +xrAl<q !t$ٌƛxn",lHHT_V:i.DK2 ӻPFu!c/|s34ZM꼮bWkL69G }@CӧE[Y禦jO9\\m ذ١eO82־ Gw9@h%6$ɤG4/sI~LN[D)BdNW.}+H)FDI e4 8%-,=-W1m4 ~%dke {WԙF^Ae{GVU}Q;5PhbSf>1;6\;@N_2mxL^.xI?_z0GNGH\]c=$-?T_; nIvM"z .b aqlb_(8`==gL2EjSMJB(V?#KH[}z1W} JR_55<6դhX+8XuYRA)ay/.K^pWXoǑ=Grv+!\r66CqׄFF7**ha 8gYTg}U- yNQWeaJ_Cw10S_6ӤfGKjDT0Q˞,r xEalG$)jEN Mrk+r)"0bNI[9Ԝ=C`b: ]C7,MQ2==V L^gIĕK7@0 #jkruϑrLUc "7])RE0V\q*zoMb(D_`f1A$ |Q o֞kOVU0{퟼c0c*a'GV^@J[c>Q)}$MhF`[)>9~g|Nlw^L6Xt[^vw]?R8ZvQ+(أJYI G5cmѫcJSa^ImujiOr j#/vTR !dq5u (pOT`Ѝ~Q^(e"DS)m]5AX4/0_҉okdĊ#Su6U,&Qr׶:i6OpЉzz$~!jT*T57d,лG"V)Q8Ty܀ 3ҡyZ< `+_.$El$6eqɠTٰYT1"F[Y f8%5|oeġ4A`"{5PU֥ͤDS>fR ^PxN G[!cɽ䂽RcA[*wge:| NNYKߌ[>rӭN/- o_g]M}2}mzH}X0SoCB( kPNGDc 5s YbLju*uORyEv€f^"hUʺ &O3-T (:$./ŔjZ"i[ŷ2juh$Y+p2Ĥ5QLw͂hGp <%S ~ws/h_WkV8=Rkn#~D|Ut82ěghPa56)Y}ɍ - ͓m_U⿄TC>_Ohwɼ{Z,lc]U艂54ʚ ^l)Cevh1}F$kua!,$.POIP_ĘMާ mW-Nq k{y{hN3 I$1 W- <-Ɔ C6q[!)Ahl`{W.I4r}dc<,= e`'e.9F0K;uH#RE^|{nHO?4 up9͌[33+g~t jܩbo05-ʶ<*|Z\"w@ GŜZF;hlZʽb ޙ z- $]vx̎.b.5vV PAdFVWڎ 2;|OnNh-GN/hk,Tl)B>` }Nj`z/W'J %9wW\Eߊh!;>*jndɗvY_KY^B{]$|۪ 3ylP j9FZU"»DLtјSPn dxJ=Ο%R?rwL@=·2D{tP̙&$^;V` bQ0{]E3C}('zooR*2J([=ntlPlhYDD[3%t|E%Z=p:H}'+UMPr`qo'\-ŁI܂Uö{I4gqzAbC/tR;(mSGtr\O5|:ra %`'V? ϹκM|K\hVbSv,/H'kEe Zw Ak]olf.Cil\M׳NE dQbs<ũtjQ~dVFbƻU*$CWd[XSu(MK2zYc($G-ndWj-@"(JjZf1sys!t L\6;ȥ4W<xл~㔕Jхm2"Bl=o>ž.:|%s#wLEƁHѾ|387M =ecUra">( ]tD=7W!ܧ /")JĵZM“eOx)Jރ,^uv5i-h\\(UZ$f]zd8cϢF7_9rϾ73y Q>r9kY'yX$^/>wTUM*Rw_ͺaٽA||.aQ<_m1UNI.邶x+#=RF,ۇ=:&KH~WcW%nKt p_v\;w(j rϘz̤bѕAÎN+|~6,GomGhM`- M՗= EHdIl>@<@hKS+CGFK(u2R3Sa!ŇcAtţ?ȶLௗ㰜7%&=XS׷k%B%ܮn.?cΰPCjȇ8QGK1 Ar<=BgT`BtBPi1"TnB{荪# mcݻ(#U$R/VIcVW]fe&=մ+췊lsXrd$eƄUVF\ ՞l<`o`6kBz]~p^R3Ŏ^KP5 SsIk_Q_7D}r̖+#׭|%EfF:.ˮvlЦ[pcO#+P`Pp-{)i`MGtA`ݕfȷLg}' #AJ%[i~c)ݶS!N!prW`9O>:{:t:cDy xp5-kMv.q.oyî9G5[Ҏj-cMy\O,b d`uY5V~X[ Yz#ӭ4&abvR3aFhk>z{%`[@^iPR1%vW㛃pN|gL@)r\{kp9YkiPe (Ή إZ z~ ,y6$pOd ^FZT(-*he J+?m$Npaff g6Ɇd>W90GtrƳ"} Fokύ@CH SZu2hU'TZ}/@9EX0P=xYV6\Οs˨ W"ϼ-%oH^%dh:aհ-`5ܬ0~?iTW4ter>Ζ館)\ʍao/'G1թ#vEdQﺾDc װfgQcTHF_E1.A? 5w7B%W v!f n˓b'q6?)R'-Q.|:fgo*]`@gn;% 9V'854VD0$ObPg:Ra}2RO'cdpiÃ[߃h.)t^,a|WtY9LfY)"y =CTK:wOf=lfBE|X@N,;?zU!Ϻ^*(y^k4?J (D.l9Dc h͍o S̍hMQHOg (#J70opO? !Iܙ6kLv0g)j=ev#cf]Zթш7"A¢af)*ögK̀Omek|b& &7`V3,-.N/빲bAGc|Nq狠RldbJ ?D0Aҥ:w"܃Q4ŢfԹy~ƕ{O qAh|,:a\ÅcU_o,EioeV}yiEXToR/b.>tēybb38=lu;}zKk՝aܘ4eJ.稏lueylx/Ԁy#cL;wSagHdcPEЕcQo@KԻIr+wyB7acND"wz&p%& TP@ +<.ڷ&դd UP-QRq J2W):ȴrIC 7M傒R9B]]SNZU>F<9 K&[^VE47+C? tl39>hQhy9Wo`uܹP`Mpiy(:7k]&hIi'?}@x~M': OAw(傇2<wZ*3}[ B\Y|Lj~ؽTהCqXi9ulԨ2z 3aF1K$ ր|g^E\s/7]D05€{V{W+#?e)'r rNe^[$%ѯ;{:)qҜhTUy/@ޏ( CKJvΫdPwɴdLyO p{$vpLw0 IQƏ+OF+ U('#`f4ӿf̓wǘɩC/wj@M)Cj ,b2]Y`{ļa[DHȁbDa`@'˻_]) L)#Vd5c"}4E:^z^iV@AK"we?]}to3xz9®0y$H[X:* ="7l\RHY^֟N\hjjXRh[6J P^67_`̟B4$m\ax>i1!' =2Fq(nY([ey$LX璍a`*~YP=Vp Y9H% 1pJQd (#2`Zhr쬊A-ܿ*L+pdǨxVϊ%$Wi'g:dCDK|?Aelo *,s~ >]Jd4|2_xQc92F+_dbs 豛 KXT(Du8;kl/ sg\pԔZ3I/RUXe}L%aD9Wڅ~?⇊4Vkkv/౾9QwZYxmҀZ$iHOήNmZ^Y6f(n6M~(Z;]sC32zy]c'eU<6ܯ3l>R^wHۑ*nzi&W@#;ʃY>C\Qd.K//Ԍ ӵkvM~."kLs`41=1R΅UAw8ii*Jo [x l:h *KU+6bNgvFb+8=j6nwv8P}ѻ)~i J2y O+ Z4?a:q7-m8h6*#蓝=* \IE%c5L?Ǡy!M,!nʒɮۇp$^5Qn!`&B,8s ImޓY.0* )[]z~@gT|F0 HTxb 9pZ#SDz,)qIPSX+*À!nh*8 z63<Op6=tRdO}GKGV i5[,r9ƿ&~+BSpX6sZL;+"o~!hz<74piKK* sm "3d25?@ @Q YQ֧rGܫ b;!厣;Q1@Owl=`3JEcj?t~X&ڢc܆ȁP>rC}o}|-wMKFwFwp" Ko;t'.Ξ]zč+گ}6M=_n?IKA1Ch)};*慝"N!wI_7Zfޛq߰K7YGІ@Cۺk?6D H%@no;W?VLBpSJ~kzI-u#|*]}~*xKRn) ypƋ7`@RY 4 w!Wa/cH#B}JfVJ m狰]q6Vc S:MM|=TB xXHH8Qȃg0A7DtIjPZEr?j,MQmיF'ickJ-}=kl l-+Uk5Hmt"Oj ȁѾ%5SȌCLh+>5I)E{C'@ o@Iu;#ϾTXD"4G0o`#j7NXM6?2~4ʾ8bNԠՃG,SP/.DQin6d#|V WYENY'XHjﰭz&sS46#JpE ͺ[+ }^N1%fPI6Qֈ6- v%#PKsT_Ja %tZC n%kCq: g~?BݢafԔDԞ%rIԲ|#1Hcvq&Ó6^efĽ D ?v*a@!D~^40yQ뛑E4Һ<9:dgArҗ g6sZqLAE0|l'I^ q?-J#3f2Wܑ:zw>=_˜#4P&z&=BO4W 9 [4v4.NV/|3RDnk -#% b_,!?mBFWgN0߀ǖ[zNwpN6͞kpA؎k@\L72_ìJ\e#:mdR4 _p=)Mg{U37" LϨ T\.*K" ~j%tPisFKLI XEnw+ŭ46p!Ek]ݨMy?!LN9Q okb XWuSQ8!> ;m FOnn RѪ-1Eoœ/7_Dl3At-w\i$l_GeфrXDvēSlH@(nţBy "#j،ˊ+(ىA F?pIgKSI<#eλU<M !dPnws*eVORb]3rRYcHb1[9MȠx0' a Ziy[~5p %= tFGN81sa kXndY;zGˈ^[ V@<%d4yv뙆;qN#>7" u }g,e<x'?l_CO`N(njNz>G I?2Cm_)E7eX&Rf0?De%n!d$l&/K@XZY6\@,r8(Z* Oge!<_G{&zPﭙ9ftd[I?ѱ^%aS\70K2(q~PU-%z+~SHQd^3vOL*5l}vR3pw[(ͽjU0x1AwەAN;-BQQhCO</ ei%OC$m*+z-5yцVR B ߘ[j84AwbD 21v kQvWш=0ECZ9.EЅdɊ4/ ?"=̨BX6 8i+4MMێ3ܔ$Q L^:vvҀQ(Af 2 Ϣ-g-!59ȃhTski],D_E\ Ej7_Hs+!&UdrH M߱ZDz-6#*P8 ~ʥRX/ӻ6iv%gRI  Z~u0e6;ΞIvF}і9 ԩz2e"r" ¸'B.~w}isg73iN8EJwᬺۨR;x7s- (ueD4Wm,'KDe$8vdZ $(q;^dw;b/76 "\^3Z|e+Jd]e|BwgB h8uf"[9gDM`Z0D}A"brsXoc S#\04.KIT EkA{&o#"{5ZX>#cc@Z6s>9 !숌:{ ]THff.}+@ @?mv!##j]ӡhln&[qZqS:b)(dL[_6'Lv.fݏ*wA|) t >]kY`GV󎲐s CEԄ}o2x#xgr !H؈% F[9ky+&gcͨ!5 oL*ΨPAqhC G'GdY<=YJC j"̽! ꩈE )>k6g5eRh{Dwȩ-ϫCi'hpymYR)OVMҬ$1G&NKXX56Y5*B {8<{8y,i8>*ALId>!O(z[M]#_ݚOi,#Un҃Asy,j.3 @̼g\} P2H[!BeYS%lGkے)vH/Y /nOަ7 @ _GR}J{aRqQ[$;bˆ-~Ҹ>,^w6Ven `_7srdyǜ&s/,A7/W.W3\=q('B9_2p0gS/2+/t9}'HU5UZrOduz](G.A!$Ńs$\:?^w}rDe#,9PUE<_`=x|CesAuC]Dfڰhc˙W(D/\OZrjr[&kZ5œ\6:{\-?әBm[@ P#S㲀^ ?nj*[ܟ{ c;( iXrSK)EM0rgr &qD(5V lR#r )zNbK縆霨ow[r__Z\k 'egc.b%cDvrMlqo6eobm,EfF*AT "J4Dqf;I]ZTW"GXh/cE^M\(ɟUyC]sw'\c-`&,T0j`r=#}F#tfq#%UMJ W(*3 ;khG < 5'Tg}V%,Tn!pdŪe0kq r֢l) EҢz5ېۜ3 J7I_"p}ngId yjevfzQc_q*:J}mqÅknupp8|W`$kUCpr+H&X\_j٧ P>B(Lo\-ۃOPTR,(ǧI:|Ad݈>=|}y +d+Gid6Ic_rs0{;!Oȯw#F<=X95L!EwzEۆ}WS/zC:-ʖK_< [SƮip`?䥱TԘ"Q/OfkBN칺s"kbOٸJRݕCG8$$Mܸ#)3Pr~Lt>7ɢ0 [j yl&=a8C_(}QFP9^X& ,c)C,ka&u{>C @k$d(Ίقͧ/r`6@SwQ~eʫOT'~h›?)m 9gKjLO_D(wKUC.N;Z1 eY*PRzsw[p]FGYX>SJɖ(گ3qJ{;gMR#.}4켢+gИO%&7B(d%. Otsbúblmw>= -(j&%էvUL1wzoޙ /;L|Ho-0j\{i;w+4O7צBKG9:P } $%3mt냠cx̫3c|姦Хfpg( w)uO Ne Sd/>yO: F |>8 #82D]W6bIn"W0$ۘ=i Dj>12͗ 4Ɩ~4 Dz642Úrt%0u˽'"A'АR7˝je {PGXE]ƩX4w܎q6"HhBwM5@_^[)E%U"ϺTE{Cw[},Zj䩼6DԽ? ^2T6L*>-6qy:3 ͜\zBI))qQ҅XSQ>AE7OA$h'ި9 o=!6ɹPtnE]jEGv68zp9MOw?Cs &4hA84!ݙS840\\q넠862@c@}q3(e BkXDqOzV2i{qڝ&N#--h,piioxLU1}{h =%L? l<4Jz=y~r!nnh!'N dI!) UUVv+=T{̉ <}DW:I_Vʀ_g}KɯvB#K~|13rəi\b<:V5Q* sc$ +rTq y1I]u8R^k喷7*V/f%rN{Ķ&U 'pBjCAUvl? Hc:;_v3|Û_p#^vL C=w{2sRz|ӵF9Ƒ^zV@譈NV "3$//*UikTk:H}'tDɎ1Z'gmR6`"WWvl]$?>͏qnk15б%+"52CR~haMeuME^\"E VgNN[/]_Nvm3x\7Xj @Q¬4> W:(E$8Y%:\:T)~jf!fHY0\ezW%q]QZ?g,y6eGYWBBF ͔Ohrp?~W]ƶmUG WE/uɘ_Q۾{._dgc7S:p+wf(‹e30*\|1x73Fj0&<|g5IB:?75;-qe;ܣK|`[Cu?YM(v8BVcV;dW(+{M;0vjdU%'ߍ|DbC֗!fx o6/̊L` Z(XT2C+=Fbb|'snhN*R˹=epAp"yQUmHdf̬e,Eݙ?c.EL5F5F& c?@sG 1"UJݿBC1'Pob6:h2pdT;xM()[['6 l?9dXXϢGePpx5;͝nw)}g*,X[/p?C+m=ܚ%jNdF\eຑPxNJi#{hxɾuU QyJ[.)CSI pK{<&]Zh];Yryvo=@ t͎J%E̿(di{'ddaӰwا!ɩY}vH,⊩),UWZP=6:zX/@6c9_W/^CoG1zOy/,g>\Aw!Xj:?2*ܯR@GL1u1k)3SOE0廣JS塷)M`?l5~hO^z,j']m|`{UX[\q?P) Z-5*o~s2hTGzCYץ(t]WC{w_pnKRvcHjOGH  OFe$H[U : rɡQYٶ(s42 뺻 쏻얫3F]`í H [(diN 0+6FsQ_|LȟU῵,E&J[Q[1ŮCUQ/KC+ʁ4'bS~g tXoNI뺽B~,T8K._C:y?}oL`PcswYXwI`Hg~yrByEf\0n՞Qh8ۄ:N|@34/ HJ"~8$̡^l߮&Fx&mk_`:q<=fjOR&j+K8uUϖ<;Eӣ *#|`Ȭrgo}Η O?'毟1.z2ڞwEwtEX\~\BBxpYR3ﲝ k*љy~:\J6Y3DF ʛ9^[]< 8PPwN^ Q^m@8lS,0K;>¨ 8.!z*C5៤^<~u\|&2ʘ_wVDQ@\Ck BZ1(˞#fN^R_fx|k7-TYq̿!< -"@3& `'}*EpǓNk E;\$)O1\6IK{G%liKz8! 㥾"m]x^}gs Y6-s߆RHaYCԜI)>="0ͤyvmQ-&!#;N v]q-p4K{jyz8vFXd," w[| !C'y `jU<3Wo'XMX*~~DZдlm–C MЌחy_և qKFMq@5mZS? ywx.Dc>4q8[2A r )O0.4͌qyqғkd,>$^KV1Kb !||i$Ū!eYN*+hI282ˍC#5s60z$j6eL5aۇPEQ_}baT;;MC5][&'.ݝߘM/d(eov^n8m|%оv4 Rlff!6֕NL2kl{s\i%R=iPڧ^r'b!@^W9T]& %-7F~0l\&t(=0ĉ*)+0wQ] \,l#^ 9%t|gqg+2_ P$Ijl}BY7i &0pv:9CvST\ŕk >hع-/\g"3X!E)׊dRf!@oGg{cȄXf-9>tYGB@f,M[UH`>X]6D=Iq"D6@='فL;uڅT*m9?W0kr8*IIz۟tfVJfIҚy d L5Uf;heP[iE6"cBբ:h#}'][RR`Qp0Sd 8=K3oϝ3LN5.]9F!N5 =(}En ,,0۷wO^j/ 8[ 바';MDes)' S{Tր͋\"BlxGXu1RqPGЈ2i52V#Q/'-v.Mg{i<^ѓn+'c.#@8y*(2xZXtaޅ]G'/!(cᙟ4Q;Ft1w R:gxda`0j>W8̳aG ^aϚC5j!z7 !bkbTQ3F:{\XOykVU?b.ZEgOX` =MNYuQN"tox*[wm&JW-D` :_  2voGҤGY*?I^{tt+ yIdxr3h(c?P cq̌ ,r%G'!d-685 9llvUӦ3nppq]j\}(XL낝6Ry6̈@8@ kѻg;N:v!Y]r})n8r:+':]pg&T ++^o ZE=}ekUaK},Z>GMƦ:YsJ7QP: ' -_^-̰'+9nL uVLܲq;G"jLC:`oGX&(fh{\a֬zv(cf0ix)$Lais=f˓+$+|:]!݊'r(־;KeF<Ń|5,m%dxX$BU&ͩvvS,+v(DuIbOˁK>'!gA҂xHQp%Jcn(j' V^,9HU~DP}e$($e s*C1i!L@J!RŅU/QtDNz *6[Xޔi5~LfC+2p5@ܼѯϝ8|[IIgóҨA:49K`XB~};f[yNXiQLvit} [FM c^C[?bavE>rwQZ"W^`}WR^8:6BN0?hY+u>NDs҇*y{u &Cs3.⮀f=o-% 2YZik{9~Vy {C@w>𮚹fÌ]%%fʠXjP vMZWC:P n~aRZpTx< 5ƚy{1KPf`hͣ sB =囄kB4U'A[?ee\^ <^|[c -RnFN): v0 u R~3!xv>*#yǒ H6Q7Mb4!3-UșCX EhtEf mqq_4)C c\Fq+[5CbY XJbt%Ctz,ߎ%R"~ RqMz?36oTN(3Z:l ֭y23ֳ{SY rxԎ\!㾣2F^|xr?Y~7Ƹݑw& f%JAq2Z~A2HZ:Sv7.Z'&{S\2ggHYLt5 їw+'' :fA׵ j{&Ζn=>VlNȄ32魘_? YK=#!mkVmF99ەUcwc;TvS Fdi(]k nvs?8/5D9  AΛdAx\rQT.w)lfQRi")|lDi# yaxx[-zU=;3IcEv}}5GQrc4;tZ=> 'JP"\D Жl;{3O әQU9a >s_-ځ/ŧ{-|(v+N2"1Iw9'㆑,dMRs/ϧ3!LRe8|>A6شH馺@m(,!`)|!QVM 1I>q  wAJ{; FN=_>W=4jH1orhcMIPZkhֱQ98+/2ؗxeA>հ}|Pj Ab!ErDc;u˲!%ZL6%swEh)=AIL%#.'!J009OLPG6L? Cquΰ6۫lRt\Em@y:k8h&/)͝pW:Tqc샿j+w;fo%uRYnIEA#iN]) P,Pah\7H. Zz&6zBU/*3˥'DY0JE13|į9䲿'|mQˣhO{4Ym1tJJNF^&Pq>ĸ!wȈ`D'+#,XbZv{c;dक़Hj[6 Hh}4'qq=EFTxum_W6´d ynm<؀A-G2(14/||u,Pn*W%}唘x=a2`݁PHNۅrI?rd`0Y4kn+U+GrLYJc!$ {ktqx lViȺ`]1:ĉaЪ6B-Y^WE^.A18/C`Q%G 5&S}HT$u;9ń,V =' q}*Ă>BtX J̦ 6IӐZ&͒7 z̦B%L eN~/F^sx-}" Kp0t 0GJx }=2(Ѽe <qnv:x̭C:e1J^{y]ňp郫B&2z ҫH'TU=#}_hoUPv \ƛHG3M]Qtvvp/V@1f1 *z'Ѫwsn:+nRJpZE(n#CxGrilUw4  [՝!(NXc M&.qSD䋧ui xWQv:R'Mf}`-Ѫ! j_Jڢkβ6}cqwϻK2kh5[ v=_%$ #_!p5BOҊ25L&.6{gLKn6j2WV=VsD_Zν@z-DtrW6xjz׺MX4Z0PrFOtb+uE妖=MZ4@{pV8հopҬYmZ &x'`ijY, qұQL&|;:X^XϿC r0=0fE/? " .e)OM~p)`Xpj^F`Ro -نvN\B,xxaBxLB<&>Xh>Dvt uEFlc<ǵ#+D(W9jds{-|Y* [5zm6 EvKPx {2Ե(ͅnN9u0e a֊Ap[DDrZXPfg-`NҘJ<׾ &=bJH`7>zr1՘#lh@,msc{Y3(.}I6m9A|3ኀSL˼q6+:Jern]DL]V풕/T /m7>R~^$5E#(: glfIYSJQp66]"g rJ)=Zkc!Z5r.I1 amu_mQ=U0zbZ F,tF*L߶P2 u+:5QiW?HԌؼ2[BwZI!x+{BNKƑʻ\awܽnLJC>|_jbRǰlDxD<<Ɂ4\%de#GIw 0z"BopCAB6w{)7OS'%z^uRx YƐ 7ۻSZt/bJ, u9kn? ')?;;CFb-Er򸃺i`OτZ,L='&y`P\O=r3Gs}2fIJaᖹ{ոveO򩚍O`SHFsVw>Md6M kOE9Nc9.w!20ak!t'l/ ">υ%&#{\Ȉ"_ +0egki˾$JhH.bK/5RQjdXD9Pr9鉟vaPQo E YL"d D<΁I,k/TcBgR>"@^1Y@٘q>Oe` z-oqPw UØp޾#o|B 9bئ+c 9WIW@u&h{\K裂Ya2#eRc&I yBGtZc0.WZ<^HLߡ’Q`P;ciPENmn$ h(!j"Y::7{u E RCW{}sam~cr:?94G<]rѭ'w We%7:X<s,X;~l:ۭR>zSȄ<'+:{_|kcWwUrKF=Ɗ7dnnpkʢj< X_xqL% zi}sz=j99C1At_N4UUxL߈Y.ꔧT_JE+BvlŮ j|iq * jþ^`0dϳHN(ݞqiw{md 9@沄ӄ9K[])8WL"}l:vҬŊ;hhlbeW:.)jc4,YswfrҨl J)!x`-߽֌OzPs:3e*0;=)(QzgEit&u˜sq7L1ӕe9(XJW(, S vDXWįPi#MJ|p wҩ UxCy[@:Gg;K|)nv( 0 ҷ!Dntzc~'zB п2D`X[^jzP J mo5kiK'C0ۛτ 25>5W?tq^#%|RFؿ!sTD/Ԗ􈻛4rn($\G־qzbW98Bgt_hP+s-78xx9_sha-]Љ;$sp!!o+zjm3k:aЬ?c}I- jl:A3WsPexgq.]BJDo@lLqVOGm4KNS mP87ak1 KQA<õL( -R V[Qt(:دhf@l)qDdS'Ӽلu %צ@Z!Vkt)YP;*Jו) /j.Qr 17j8\ [I{ ߷$7>hBe2#b`( F왕[b{7aG["@~.f9W;9 ô?=gtY$Y} rQް:]3 >K _K`PW&]NY)W۳'HYt=y[pw՚^p8pVՒ{Ut6uHkZкE@7I8XLfh]&:2LF Qe%~W zDښ%%[iOm13\ؚ QS3>RK[J Q#uZbiC?7eAxt>67ޖI/QlM)~zح_"!ίkCsMBH^3{ZA)uޛa8@ ,ŕ2և."^4"jOgG}y2ߊtNj!È.td8Gcˍ#hT|A.5~X2Ĵ$U3P0]{gQ2WB ̽,D#m'awU*[o%czz?@:;e(=/vƦWJI\AXڥ'{3ǖ Ul_rHX~5&G~`PlOvmLLavhFqI=p J׹\()rMƇ8. S6v<'"Jq!]H Xx0xZpb`oWtveE=g /?Nfh 7ހL3Ŀ*O=NxgyI1&wŲ(!xXN.7b?߼p={uRl ~@r^ KUݕdS'5|)YME$] ոoD87H`p n Xw8_v8Kmw SRXJN㠏ᓪ?3Y"S iλ;Q-@K0Xeƽ.ez5fYLWS.GWG8eNƠJ9GgžjEՂ ó\]5I=O8s禜Z:^ ܔOH{LsmKJD񘟢sÊd7Nڨ}34a'oU%ǥ܉﹚ptz:ziqaDor߿䥿.n݈GDM=W7@ꖎ91`N]9)O0&A3K:='R+>e`]&<'0_|Tޑ'R& ;e-ءXߝF0ca(. O oQ~͂FA>iI1JKv$X7~6q)tx ?̰cMoAI:yPyv7kBcԩnܵ2T)T^$%6qY nF~<1h,TC hַoCZpkBhW'&QNAwӕ~/ZW&༽ S`eoWJ/,M"hJe!8gx&X_12F|gN!IZH k8BQsKU6 g ?U輪5swzGU} *8>mYV2~m&j=)ܝF6t}ZO01:trXn.u,3=cT@TR@r2[AkhW,/8 ټQ}?0nBJXF6#JիYB mPTv%H* =BqAl\̀M΍c]]HRݣ ~]x0c)8ا&I?,n.5ۇVb> jjz>qC \^P6 'y7PTO?c][#j\q-N|{Ve}q:mnoQ%gj:׬ɟl},'R*GLIμb0Rrd 5 cl=jG svB;"V0 jz+KIIv$ʫZ,~SdҀʴǙ bc3x|V렅ub_uwT :Wh,D4݀bz0W\yZ(j%e\?!%fZ AwPCyk@VIH6,qB"}ݤ{RBwQzE!wfڍaCs[t^; 0q[ -S ' #!WA/vg;|R7]3oKsҵ`s=,yg k+5.} [~u.s =VfL._]p8^B0I0HAnsoIӀ}!N4bJzGxc/%G  u\@&KP5H)^2uwZ"`9(q!waҨ)ĪSOS۶૔ Lq?8/ؘW{knȝ KH *wuy97\NXyDGmkOn&` #3gB}] -SxEʩ۸X)ng8W\' &\Hlgy8Ϣڰ%. ix%1a7 =#$t4;Rp)aBy u<,dAUU.D[rIޜ+$CH #1aq773ff|Ӈ {# ©%=m` imdU+{BxOQ9-'m)'1}tG{x.΃ %h5 LtUG ipUJK 1!/J~O8lbϛL˨;W{{V1Ͻ߁t driY] "'M벶vbB `+˖LGb@za6IΓY&ZA\|٬Y@N]֗6 TO0CƻLU2$'*tFc.~֬*#^jqh/9pRu;@< bKz͚!!Oӟ /8)Ujߒ-! QO%dxx:<==**VY0! f,a)H1+%v$J@Ye2YBFDiid7sin1v#iHAf9[C!(D:eZ|?*KZzyC4Z u0Z~YSh94X C g%0f;i=4dɡmcZI 4<2QC]Ky0 mhCM(EN49ą꣆_J~HY\rWcdϧP0`sS`wjkl]s.OQr`[8z={%,Ӷ[$L I߆-70<z7n5V7}EYt,C9 1倓Q0'*<~_ÓІhl̛<3D~eSG<1@v0Ř1^o˸iϘYF&\is%Ğ^zٖ>@?OdLf !}&sBY LeXЇj$v2VםywsD|(IFLrj&IȋNc/xǤEl0\EngͰ.ZFa?gn=@D"] oy1fPC_O@-x;3GmF@_2t!dC,洳(OA{B?$g^U/|[5xć^dIo~'pwa %ۡ[~nK'mPFŦG\Pf9y/x:}s.i8 $12,ώWj9`3r,hf׷-=TTDx^8~'gZcW7ZN7Aj,dW@B ԋK͒mSp=? .wg_;{ i½:Cۀ𑷩jJ<*.hP{ȼ7_ј4h۬(!ɷG c+H4UVi]Ǔw ͍),FPaB{l9R# v$y4V҂XAAg6vrс8 mbv2N01|ɜ>mxIw[飌4%qDX=w3ZlQT(V$ga7P须=\J/,?d?ygV,+/Χ>:;zSg8 )@%©5 /?gdA8uq&7 AkcK^ Aݥ/=RltAi,Cl6*5n]q# =w:l,u:3)I[$lM͈_gF5n~b\6_j Sc bɞ)m(.X.zh%4tG S0-e:7Z~'wg°G۽ҩ GP}'#mk JsIpr qJJ5zf'bdGN7q?aA x5^zED%[}[ׂ&DDG&H dpj̓s{Z&GU/_/LU'Y6tnҷQsdMüeGZAє9胷) Bdř"]-mZCe㒈Ȍnk}5nU9ŋ[5 L<VCЂ=mslU\\8$uKy( @;c̶Ю+Xhŝ FА1EP# }CBq5Փ-!^XSoUC46z ?q| KQ̔&[t>3XcX 2b:%6tkUm~rDQٞ?\7 n hйqz򫰹SBB}ڃ3+ }$ڧ O}s128=ۻ̺hM\27`ةe32*3hf| 1:ڠ>:'Ӌv}KTogHH"c O[[MLuXt %^g"@tIM֧W,c勺ҝf0A- "89rW$ij7F}>H0RCwzU:퀋tUbLl!aaOs#=tBnT,:@RUnbG=P* Ŷ6v3 f;ZsFH4BPzRa)Tl`[L0Lᪧ"ٱMcО%kQ4 J\K YL䁄E8Y[ugs1Tu?y@'NB{玃~ uxXK^S :lF-GxhfH[͚KofS_/ y(\5Ft9dpyQB %l6s;{2-%ݩ-rEކA \?qʾ;xg3lf8׍H0p |?)7 f}6#-AዽX}P  O喾^'kߨqN"x_`a=mC[2iJzh~: $`$7-+ǷkλG /Vz ҪéyK[ʣ{/[ *_]L5n RFYI<4vWk"-40H^tRAs([y(酞0M$x_֫u:FI ]nOu 8)KAITP<:FiŔ p:Fk7Ͷ&h_B|D`0_#ZeF%{fTnŝ9Z [!F4@'ڡ.~~,+A7c3!4\D ƏoIڕ|7xŶ31xx7Vwz~|0ґZ V_VQƦ=+cT+-7EeccFiϴfU?0jmH'һM\]S`+|  7ǔ6͎͙h.C-xZCm nm&/zPEQFmj $;83qxaHlwe^7W${-fMpQf?< ʖIw}aE{P(@j&ˢjZ-O+EL oԉ⦊}!Ϲgv]n )V2a#h S.Tb4Ln)Sq~ >!=ܽnXFz̨37 GP樣(ĉ+fkQQ`1& xɈg[pѣ:_}&4#0+7vmXaz/(T0 >. kkKf]m<`JZc{ uMLu7Y.~:X@v_YrtP>2*SKz-sf`ʎڧbAT%nּ6U*CN-2YD@c h=Y}U11 Cjy<GmAW] ʘ(4h6mX I/T\OkR0t)E쪼||W9G[u5^erf],D%@s{RT z0Bw \Rk50 Ny WﭝNZ0tդWaP@)UAN7wtA7C+"l hf*ཱS:"D%ݘPї>@=0/ق?w6$lZx8./:ÆڿhBfť`%{35El6MUR~+*ZoeX ~ġY\m}t][37b먴"T@T8 ?r؀VH'_ n3)l%fE/IJvr ^ a&ŽvM!b*QM>.aK47/`%oO%plWLnCV9.j 8 :jS cӃ&mBm+P/IޓPAYړ|cu 6`SdSɺ&i(}x$+`n{ի+@W-0޲9ÀL.Fs˲XtUJ HxP+;~_&nx{/YeN"BnO{at\d+ #%n xIqKUK>({W$%?v!Yrhf Z=cRܐ|qiiJ \["!=Q:i5h`fKN L^KL%WSGפp/$~aw&zZ0fԯEt%Jxj Ѩxv[z2觞V|{3 o@.-R}j NڇKkUV)ljb+Nit&IilǭCv{3 NeR74V~f@yFث۪^HDwX)<$Y. G L=_!YMA>f Uom)vBmUvŴnH&a'%v&5^rJTp/ (5F_1h*: bAܰ&i̬FZ~Ev'/Z3T.iVqGw3+ƆG.@{ٍ*bj k0R٣^DLfV:ŗTƅȕ֥zòǣPjczxCk&YY ȠF2HfGE6|íuw蔘ku6zJ,.m7mLߑ`uHvz _Ct}qyAh ЈM& ,HF5oN7"81GrV 1u |lSY Q7Eхgح Y рL#Tp>b wћhnYFgj1\]3fh?2TI@< 9 eI)(倫g_09;삵ٍR m"&rFܘRɹUg*^fk*嵞 36Ɯ~ e<[~|NЬU>:OL@.݈z3poCi,8 vAm P$`Ix EnAIRsi8naPǥ&=F)~~z _͛Y~NI`RY"_.zBSlllr{4C%Ol)6\_v ")Ϋ) <h~{oJNV ѲK!:kFHi%A!sA#@^YZr^? :l=V,N {1rA,oP;g*df`jSUj|=l=ݤrF0jypYApg"T6c2XJ&9jL#6w-% Tb"IAVe_ wxmBqt'7٘Q3YND;_. k]ˁ-nj4QIJås@>~zmD.BS+h)m#8h"E/hw6%6=s؄JGC=Ļٳ̎91ĉ:g\_,O9 ߦ|M:F*s!g6RmW ^!-3h%3s 1+iU;iHl-sekzm~0NsT3JvɭR^bIe泦y+B9<|Aܐ9ak6d]͵ZTN)YB-e}YUX0 ¢aePP@;cj'JQruG< u;Ufv2ʠl[븒 e Fa׎*)~臏,ǥ- A|`OU^ܐ*Z*2,o2%Y )o2^@ǂ(^b$ńpbՕYde =‘v?-l)*/\6!h_7PLnjxl3r8Wp<*# RS΍W#1amQqDjKeE6plE;uշKb]8 9 ? O(A$7\z!wL㓂P3L# ݜkIo=F!Q[B?q)#QXcsT(0 LѾhr񥝌0 4P= Bu4^YC ތ)Lqq(iR,)tR˔`1Ar%H.>Z} ^A0u ֘,\ͧnǕ,noըkΜ-Ҧ's~BRB*4 7)NJ/{mZwIU!wN|9?$ kQI AWsf;)3SVݟ]G֟e6-tb!s]zȼ8mvd b ' /w a e87y.Tc7d}i^آ|D*UM7XY~Qa7{ Oxɏd]T_Z[E !3Fg9DB~YJߔ+DI-[94d X"D`krS(-VpN0lMe}_R\VU y*:;+?FE/<\kQe/6H50Ԧ> tJIg҉Jd8fK7(M5Eߵ9Y įyY~wq~`(ap*s@$-4x4@X gkj3tjn'SfHIj> J8]xj^TSL05}OlF۬rG&:K: ^*}'P*kqc_DSul+'PG0 )]^ O:,d)a$=o TQ _ xUU;UcqV8#-}cY҅br<-$yMx9\L)4;/(kWILCl9QOԠ" gqdĆ:5L)kwϖ _0=N7\+4dC7 l$ÒN~!5! .0-3>a;7MV|0zfGX~ͷ?4@X5kۚц1[1 aѴ ~b[Vj:`"nS_ؐɦP,Lb91z!n,/JbPf^qW6d꾓|5)O~Xmt}mTTK)b^~êUP[2g>Wdbg<jg/|ƆY#LWg}QZ<<,  Ѿne8z8-$ *h`51&@ k-P"6܇Q"z[z iH[iW1SќHỸ?F|n 3sﳴ<x#(]iJktHck$ґU^;eVlc3Y q/֙FUNN}$mO 1vY^tyRdB-!=Xl7ܯVtoM)tpuruL\+ҬC J=O2/9 p3&:{;\K\e|oj9ڸТenޢaeेkɶ:R!M8J~t>S~<4uCO5]y&,ÉsuCjB]Qv3-h~tm_o0\\vPРħ,*CbZ&L?WP͐]#v{EشD]p,6wp-^)4#*2LДBQ_ALC #VI0WPU{сbB6 sEwt=%>)飜!@/=Zs'$S=y>3H9L;)(A g\g4sڲ;k62E+F~ epI'Q b3\4Dɞ.»~>[/ iTCF薒o# 'E ;B[!E{`Ͽ ڣ3>ͼPN?V-Qդk iO\kEǿ} {xcv5z Ɣ'\b 0GًrO_/DjˇE^B(,8 \C8U@K]!=o!'%T(&li0\Qhi􍵢s;~y.:d08_&'Z"ٴ߸{8Z1_PD܉(d:w3ʙNIi&.}jHlmlGCKEH >a,F`fevk6auŽF!d/%W%:249SAn%78Vi Mmg_mGƱ_Z=sK5AN)|SƲ9 &wVlu0E#o^kc1eJ58؜-h1KTGXIoA<,3ƺ@iI)6w^[7:嶵jFQZ]z\*1emR;ZZ9QTsqiIcT`m)w8|.l{s4-䞚zs3M @]dp@8{T*gz_d닙!Cee iڰY_ԧ $[#`f͛P WH "J$|g  hF }jǘULen_`C:(X.Tqc,[PA9u w$K}bz9ah 4ծs%!8G~cSoo%UkG%7ir{QyQcYX,,댤p,سI4Gw0n\Z:w lxa'.`@w?,Xlڝ1gZQ򅎴X[Lz/pv]{n/;]a'\O 8^cUSg/1H?>ZϺ8M~ Rz@p!&P% n ;<+eUl)\Pt *h0'MMn=0|PnB.ʨZj}s,'M);' Z9b@+H=BzyI3'[DL&(E4'pxH`Uc&?fLǁAЊmX,AҤ M 5N #d}50.D3湒+["яA s:NP#j.x .ǷxeiȈYw(-o#qj&i+˚i0glߺ=346??aǧ7r$%3Umt! ͺ )ϰDEj&T IUk<\$hM#AX2ivzO[bO,qbM;Wcg˒6~EhD;$3G/8kbplўPvtY(n\ ,4n5a>/:UgX KQ[U[+_.p MRQ\qj[@b $~&?xqllVY { C6y\c0[elaB-Mɀ(BlQŜnfG6~Va.Dj]ܭj/ˇ^|IGw=$V'\٦N_Wܺ<vFO GvudVIP[,Ia|:RNN iCiLٞ15p·V;`M2i> 7Okh0#6=( 0M|[IŭlO K3cF"gx(Dir"=7HOTZ f|2(0|2:n%cL1.sZhcO;y 'EZ,x dR\HQUTǔm_y8N Ȕa8QR{pБWtmNN8ϴpC5Փ >5NIeOjq]lyX1( QlXmHt]#t]9u|"5wNbV2ȫ:R-n癔u>Jsx&ݢ+GYx %ul sI5`Ӥ~ O>3w mkUu' UU:>΍NQ{tGOga fЯt˱{B|EdD8i2h[ރMG6T Yؙ`ͦՃ6^HRC>X( Gt9A(9A(9dKĘy#Þ`} (yi^~VH^DU16FqP/$d2#ujR3rr |ϓ[w\[*័Si-%Yɓ}%γ]y}JUz dpbrڱ] !G ,mΉ%XwMl5}f4nn4OHBP]D-鏖Uǎʞ-ʁJH3\d\ *iD:MK~QB2 dIƋ%jraE-̃$C܄DHrgГS!JA+yFAv9`j\ Ш帺]d7[o=x+ltk !<2z0}n%\V޽(^rUʮa=E*1-?6~9ލWP{i~DăGGY$%f =pF bJ'iȇ)Sߔ+ (6Q^ VtCXBS;se5JtA+< j'Lv"6m8jvAWSX\2x%rKG:7T~-k@e9lQ/`v 8U'UR05IKWav%IνwcJ0Qt2 ,gg|S'KKL~9.̅˨XMTqM=TqB1d TJaT0"c[0xFH6n#"ALOzGi FvZ[lQnF-kϚ{sN5r@9pFcVe-4 T/pS%|(tt*uL)Z9 mj&Vwrl+idXKqИYF]A/:ڱDg,]w wu Hau Sdlxww0>D _*g*^UqG؊ 3g7{{|s-ȸ @MP (F?p7FaR9-/CsYM~M5n7 eBUYDnV"/y~Mk*C^ jR f׃6 kÄJ-2P4#BzUe_*p@>[Xp!\LT "%Hp8Eּ }wA! c6-B>J['J/^Z :_F'I<^"lqfjS͆H;- %'ŜO.o<[!QHWEɅt2X굨%Y~i|yaGgJ-_‹k1{1lxyEɱ;5Q"4א;o<^Y L7FOɾW~)@I]-퐫0aP_EMv˽"ݫ)g"bJQ -h8&A0 8I^s,XI22P 2֟4]Br;ID\HRJƾ6 9/)lbF1T SZm=U=%!&E:>FFaus| a@管Gx0Q0`s<K*.j Y{O(Pi~1#`' о E_r^bXK!eMN:m0qR"zWS Q*! Py eyyo$1 x;X>:BoP"I|r`k?h_1}x^0yf ZSW|sD9j:1SJ #n.HE?M71ڰqib4[)tA ςC>2V M.Vr)*\[?⎨Pi.ðڤ;gѱ訜էfq\B ë"I3ҚхVmɳMV D%A$UMGpvSz,xk6T4W %>6;WUVU_!c%Z:c`)^L!pk98m"HM6.u+.ҙb(T]3,d <{\T͇M`ȷM "dC~OKfimD;#+6ɩفMtឪ*HP\/I0A84+j2/PK!Qqᓐ8+PeFAv9PFE0MQBy;z~v`Z&ʤ#Jr1i0jѢ|]spg1;t<[%ciMťx[ $EF ۄLȇt99|\VEi9`YcKCW>>iN I;YASN9?ǀhϕW CeޑwR'#) ݏmLxq}c & Ƶ!tC;AP-2"+*=e[)` ݹh5{;IHXN!-W&+ HZgEg 4\v1P sI]Rـ\ ^dm?F{lר~ @:G_' jV+I?o/1fy$Lrdi6eaޡBdwjqH X3Wwm]. cSЧ8? ^t[ $ –[ _:6$/9 Mfno{;;?MFz)Nu !t%D~80PɅh:=d6SITկOW@z'F>۝9\'$=F5tt;J\;Iu9p%'b3t2}R"f/F:"O>[B/JvPsK>W8_\Xum.+ ռ溞}@vUrJYCH$JgfTb$I^3B3_&g7suuAeh֝z38Ƭ DR =o] i)ÃyqrӄSf&Z֭թw}G2[SiFQ՜J0aޜergf%0MP(röWB&XS桂Yz| +ŚǍ6u  ~Bn.%\4QP}*u8KGnfp5V]Y|m4Tϖ7DԡֿXi;ܹkĒTxY_y|'-Oe!4@ioNg!żGv}RpIb'IBkQ6S;.3PtAmxȯgH$j~,R7`(Ɉʰ/ɿpdYtGyJ&@CD#U G~$t6;M+f dL U5OꜲQ|Sg Ҙ}*Ǜ f0l %U_h9b m@jDZشbd j2MOI8^)0%> "|]hk>oaD:˘/A Ryh `m:FgULO;Ce%KQ:o\:*nCoe"LTj! H=;PU>%?E te~h<M5Uw7!\ ƀq՟ эV| M09*U./tKx^%_{0>!&=[srsfZsE?47 '/Ε\.19SD>A2 Yu9)qV1$i8$Wgou\nnl6GdEq2&!@ ww^2ХDmK2a^dr] ɽi` qz*\.^G[%>nYrQO .S`@KS@bĕM7HDocWBCr3KL I %2PG_^ԲJҧ%M ePi'nTg$ÅwE hr=IaC}Wt&KNMv꾈r7uy^-* trш+uik˱Mj+ K(mM/ޗCW@@ߧ #TUKȜmV82K1dRܯI}Xa_zjLtZPpy+AJ NZ:hf^Iq0V;X2J+DF;1ƥfg ess*|Q$M鼕8pJTZբ;<Uխ^U#uILÖщ1Ӓ2i?SNMsqfXM i: ʢջ׾T.EIKvbuʸH?@Ҝpt2ѢaV"%AͥyZԣ$Jd7piɒF Qڏn~#S4rqLM! RޏYǯl۟-ǿYGMvXR7+-AlMUz RLZ3_/ nm^@MTt %E%ԉuOD5!b /hI9:c^}h2;N; k- QfiϬ%Y*pZNiuOɃsMEҚl=^aSBQ>gV A[2+*@YQ@@"(6  L4j񂢩bxX9HY;j*KevIjH F( 5-K2Q;]MYRpV3dn`x]E}Nx !˹bAy:le=ŽjMOAv|!l7ΑQ/sV| +9 ޽XBSLg:2}.NBޑ&UE:<5]&?:Oiy8 #mWxy+NyVMWz*'c!Ie &n>D-33&N!XмM^=n;EQq #%{Cck<S'.3OUϪ4,٩HlJ"y dT+bE~*mK/>Qcզ@S|yT:,m\I;{'Ԫj$U1%D9|1y]~9LLfа@0;,S4*l17i{7yr1z Tt߸O#U9%29TѯabQj(s_I*dgffH AyCCSs/x|{w-NG%Ce;܆+⳼&H X({YȋwOawpE?Q=Ȱ  뱮vUN79O:X)$Q"jg,uE~Nʜ|cA=$ni8ifjO J4 c^–.UHV⢞?z. s g= Npy[}ݔp?֘B"QVIhyH뀗x3_sFxRzH $o/c&?qx^ʢ|;P|yliIat/]pZϾy-wؑ.|8ufliOQK0w!\ hU~gІ՞(=ɝkf˟{\㋉f•Mˬ9 oӢyN^C ]'$FgElm鄼4ۭ9fO=PH :n!+#jh̘-R9A!V|GU*ܧ]UaHs$BY0v_D|Zz8Ly+%6s&0~)7(6lMCDR(plX Q6O)ISMnyߎ.4 $Iw&kgdìFo7̙`sH({j]>mG.ZVΔ45"~yqj/=aԡ!ɍ .TzMe}*3@lp {?D }߹R.@.YFE?# K,JgQ1v\93FȰr){͆&NYJ|wOZHQٶ{+[pv#YD  0O;z"Bxw!<7҆`ѴαQ41 K#%ǫgYJiEr.H \HxB˾O4/3 1?⽒6NKWm]­sLxXyrP4}  FB$, H@ ࢘4d]?m[A1\. yKW-R$oT{Fsb5~2LXҡ@͉8rHml0 b]9sdr^QՕ-]N>A.gށ?SvNށ^r6©YrMG@voi+Gz=(X.HspY@Mu:i4g?Yhbpڬ%(8knptUʠ evDŽe/*1!C|y.)BE=5S;MS/9l B-q9YGca YZP1bEDr<ܱЯ3c1WJgu diPgSSg8XwW  N]+.B#v^%E‰(!wF~QmN WjTҤP[4!k:]_ _т6Å}'YryJ \ԥWB=05~ \|DK閇?4 XsxG_Q;U]h~wKBX9c-YZvILn} ̨uS YTU])+t12I8ʯ#+V-f3d&P),pm>Y9kԸeGzAlZKРӎ"|w~6/(t #=Av 6aWÉ)yB_FAA}!3[ $fd/-CFNkn }ъ5] P{̃ ,VLR{VcIOsZ:N7amI" 1c˪Nׅ- ڭ@q| vUAr3[&}9/[cpu6T7=d(&dfo΃@ /&|%:B:k{$q/.u,BסWÙ#%m㆝ +b_ᗖܧXY/_]BS[y_wb$Fƪų\iT?[LUX1$yr(3ǔICJ[v5t+o %:nǦo- 1|W7.4BWj} Yxb/uB NT s0m,1|IZU 6]Fo-bt@SZ}k{p;98Aߨͥ (ÈxN!᧬!P8׿nD8kXk|RCh|6 ?+&x4‘l7c)EM{Sq4(eO[k`${I%=8 p~G?EO3z--U-ly\/S,O,ɗt{[@|oU)G;f6,) 0CR𴶠G lX"KVq.J|LH3tqN?2ْOF53ɐ4bh]iB Ӗ&$KA?MK΅㾱(:ӁZ P[4pj=|~y 2rRςDOOO݌<\GL|bNiW.) c3~380aU39g۰qVi뗔G8ԀdzTk/ W9H67op{ha{H ymuh!^Tf%fGrcm_ #H_>Y%Co`CEՙ7ֲҠ(OE[ KcRM_^ jk:Pev.(M,tk+Q4s"Ra`.w$'|n>v0_)@Ҧ7&9HrK\82A7 . 4׍O"^M=W&*w^XaNdG l U \1 ;G(Rw ENܩi{@v1sW/5aϷ9@uDQP(OucC!Fà/{ QTT3A^]u {7<Ԃ~_4'0~ }#ZԷvOXjKJ_\YBN&V9$78 PM?>O=1WԖfWH.o+y{04E g$#Z$%'_G˾6mL'6䗎󴞘~ܞJ>M!Aml5'^}cN|J6lO6 DG>ɛ†yB]D.Ԣ=Sw"F;h[cບZ7 BEwZw?Q`YH9=lF {`v0'YG$נ%>|qdquCw4|m&t;to ƾSF῭.h!?jw9:H;ՃTSmPm_Ձݴ]*^qɫХVZ"ZU0QAB(b~WVwٴ3]^XO[ bh!Iq*DOA;M+׃+# ua05^}I+,yF([,kSg*»Sƶu lIRtjyTgp A{84|D$dMߚFuLF7D|տEߒOrݑ7J~3nF^[}Lhk ='8?H%O8>Y:CG "?kfl.:r;Qs\&s%@}L3 gJ(LV;@WiU8Z^ZSG_0]k\8/z4j̢DPd+>ְ't.L2T܇jx`yA(Hd&, ?gӔ)*e /=3UeLV0HBw T_ :<⦡a TAeF]C"cўGl;/MJֽˎAMPUݬ61`hMe$v oQ,y 89Ϡ2i9iR)m^\>?ns \A2[dTG"Od)x7[B-dBRpxP59;!UQ U @L.J0uYO \:F @N4uSK"cU#QAJG54^INp>'^8{c=Wpl\Z@ݚbq81JA"f1i't{:+`C<58Yϩ KDP(>Y ~>OjOþtke8QɡىQytq㐥~`[\DEZg#4Tȣ4nYE cJ'L7B>/ǷnB:0I1Ҷ({HհtE$Y-C@TAGGƀG9Co,*K ee\+O>.z Kpz}/KX ZQ3l i5 q۪  x&}>m/bP8=7i1[;]3\i  GJy ɾ//7d5'><Urv)i.pH2Wju.mTn/JSU Wi?-0/!K;>0xRd'&"5b$94އt@5<+X}q^7Pz"'vlrdEY8Xh.ap'x.v'>b$t @ Fr\DdW-[8cJ[O~v|`M0Cj50>z̼ Su[(SRcE/Wo4Tձy!BM1)P }T8= zAEta7_I>۞ti- FAE-xM菸-tƓ93?$M{h^Z sd :L 4rTN1ꢃ׍(ö,GK؊% Dy{= <)/$uvmo(gg6y .0gSO'j@p?θdjb(T.uv#eCZԍf*QǙEuU|1]4@5cx{A\:l魤14)2菻Gl;Ґ+ǶZD[ŶvZ aWM#9"lG$WMux?LY1"-Ev LgzµXRTvp /·b +/\\|g $gj'lSX^f@ο$,>|j~:g:XvS$~{n4\,k,1ϾD-C1Ce52?فVZx7 6b揷Ƽ5er3F1w*wрc|x54%k* 8]}MyUp (Ц-U`5>p/ ~0Ey{7p)iLIߥ7@. ªjr|ᘐ$-U &\eVLkBz19.j{e 󮕲2 GL;bz"أK1]B¬.GCV8'`38lK,-wӼ'k<7ߗ&[s1BjѤrwRAav~E7d,0Z2$kp'6#rqYA)ZiĸZrkgE!-" ^I#4d% 1ИQ#Yζs ;XP*|Nw]Q͕,+x%aAr8kkŴS#Г&- .Fa/L& T̎}$tOIfMI*Vw/d6;ow30(k?!zH=O,@=+c5 6YM ?Ș7{\ `%x*"fUˏY51]3˧O xlJ:jHs%{+{4Mؕ6'FN(* :h⭺-W uWAx$2332رC#)\2#(:; g'k-IqDd_'÷dɩ({8 Tj䤚UeWLj)6v!is<|# Rg4#WTˀ ( s#uҫC[cY*ﰇvԬmNoB%t|uGέ) #ؾ[)~>RZ{GIiKLlEBat6&Ϫq|WwV}d SZ*qIX7-I!UeҍTnm];zΜ$2W\l4^ x 8?dnW7毓>*>8}YMs DT XW ^"j-wVc!ΚCM+lZiϡRo!PViW%PV"2\,3H'.iէW}3 ⃶q6qDMXԤ{Rpݚ`wf S^s~0uf:aV8 ~jpKO=RG&z58Ĭ Z0,WC /|z烂 P)E}[rßC˶kRRBe"_z $N?[Ლx= nzfL^G:޾zv"tAh-\PmxSJq={ Ψ϶e:vb%L@UD~6qfʇ6^V= __ˑ~j*%\0 ಠs9bs0*GO Ww<>0p~a Q_c\jKm%h4lFTc,JĄoRboـ%r6F[(/ȪN5vL /%Psnred , A@ܝrwrj#R fՉ7w*NlU-=Y$yt("] f2J uvv^99UAq׏l1 tħ4l<#v_oDo@q͵2UIq&\O|P_v.?2 15n]݅NuT06BtƛjlW9q|KM7$Oow|vƑ(nں XHە7xxuV1|xt(Su .v55]xD[C1ڀBݾU\锦?II퓆Pjkj (_D}>UW euc s}@vY|Em]%aoM[=eWa@O])%LETe08un˱>M|V(`7\EAyUXT0r0Tq 53$|~FIڍsNQ]&{Ѐz rplWkS$?ᤅlci8-z%H&iHcEs?@"zvXBGcW])5臥 Ѭ 14Te&ޙW̃C/T ~uwk WcvQ8&ܫʌ2`\6t (uJTMsԅm<DP=١lHTBHL&v7TwIZI8Z:s3nRj&)d;mpoy! l=n\6[W 52Gںɏ)<3&o),UBŘL0uTQE@ `^IB&`y2 mB,]k~^"8)SOZ`L3[qt<$wݑ%i/pDR9Qgi Lcᔋ &\_t@j]M{ ECX¾bO/,]jg#p)nqbu&6™~ݧp7SZ<.fKyWTiˇ4t'' cԙЗfkdSfg~NEB:{ &wr,NsH7kNuV][Uب|~ƒd؍NۧPZmFQ!YM:o55SZ >V܇?7uBRP>7`ӊd^!B{%DŽxsŸG)8@TeyuHS-j7qCO]/PI6{(u:XLQ'V|m6fLoU3A T𸞢D5h-@ϢP> 7#qj+Mgvɰ=&L.~`3 9ѵo(:q'o3ӗp]bB1A Y[vq@㑺ʛK<jDr-xظG(E/V(POpcak8Yf!$WH Z߂$EhuMFK:G-u]XݎLad&)Z6هw.68t:"KS1h~C m?!reE(~d`M^ݡfQ5|z'[8ozo=jCUqMVGrtcO^~mAyAp0,_z*+\O886@_ï7vRwPfU35zSE~nL4.*;5Slv7!RZjOH=eL³9h]sɸ,gMTL!3 RF'{zL'Z/ i \4UZ@]axUŨܗ-ZH0hG|F.$6}E֟PSieLWGP~c6;T hHdG T* >1˦P eWb>Hw<Ŭ' k$uԏm$seبȧ8 q k\Vb1oI=_WYÆ2=&D/=;(AQQ_^N.AGFZ`=籎y`Gy@dZ"}!(V'Yϩ?JXf*d@g v12 <љs՜ 8Uu<ْLbv뾸ѝo"څ y7Pq,aLkTG2\a#60ZVnq:sVF I?,@8H= K6VZΎ/[c|5 X?.OgĺFF'1>dX\l} ^UQgAALI_ =<5vqn%1>ѭYʑhbhhVAPfYs7 EBP{S){8i\3d2h-Y_ϵ-_w”2fKi?Y{Q;ʱ؃,Dx_`3EJ;.wͰű㳶FZqR`pgJqSWxga]ׁ\8ĈrD5F[6GOI(|(&ձYMO|f}G=0zERXynjq+dCnţf$wK ^FCȲv઄B 7"]FZgYJ<`]geL ha^Ј<:fNZVkѳKōMfX܎&'u6$'خ+ȷݛmL?hJ|InQۋ8Ovrq˖=tR$^4챔A[0 @ߥ!H S$zR%Pjz4(3ex :BFZu"306%쉚]4541n=x4~mkQכ(mϱx"]zEBJ~}v޵U3n#=2eu?u)%H>Ac{zvBSYAPysޭ)5 FOrbeQvp?q`d{'&6#7X~AdSB$=8sEs,m6Ʒ;?}*(ivvN94Sui՛f,GbM]qM?9rq}x.'m;Bi<| O jĒꗷPyDaŒǗ7w'WVIЬ}F'\Br󃉇&;sddSE3M5SZ/m /ZqfPQ> ˦/y8H`  (%o.:@RC"炗WHua UUMQ9RVdy*oQ%j z$ׇKA=zvМQԝ8 0[B- )H2W_clP L_{/ﰿGKvAxvXA\"T/bUT|ܝlP}>ُ-BcakFuJg1쮧4FĮC䥁WtEfgMVǤ&"(a&qYG'7صjz೺^oB=/-,y24Y4252|<\B'Sw4&}n86fg6s'['|FaN|\ Bɤ;B(;Ș;hjKCdn7`$rZ̶761@ךKlǸLwXE_+?|0 21+*1f;ů`8M~D@M`T͘Omq4)C)J9|>OtJUP)(Xڎه$Ŧ;%:`(hī)&ͳ(yhL r g֎EWEU/1NPSTu\@ 96۱HQ&TxqĊzPj&)" :L365~F9 R(Z5q ?Ѣ2c#XL0J `?LV]3r% Do=i!Bv%6|6reŴp&U#DuiQO\;m(?$CciXQkppM%W Wx C<HGG9WL+!xnۇ06jsQaHGJV?-1,Y|%nO7n&8bL)7wޛ ;Y 8 u3 r&Іd~?SYt=[SDu] A ?E Q=H"Ƥ,>ڇ*3;10^[1.ae2ssW˶:avN:slH,oS;`zs]G*&1%*$h7\Ђ!F@OhPZCW4kdňYܗvŦ0PulIԻ\_3l074|?Z0?=ScHJ]BԆ}"L&Qi_tQm?x!BBVx9bjɢ:ҙhQQDR u9`(_#n}[MR |U2JU^-%k`g df [,FDSMhM,%H<2-uq܂<>iIAo2Q;҂KxB%,I5+GSΕuspV!2P3e(Q2  5jpTuqwD,Tf!:EB rRHl>.pbMÆ-&يp'k/ czsk?E"E31v mo?*"#퀌ĝ%%w1VVߵ_a]O@ cgyGQ%]OS>Œ =~Ջ}N}L3ߩzJK SRXx;_uc7kWV/[NA5~ OJ6!'k;V-ݷҟ!`:v=Mdž7iڿ.pq_'"4Ð#R-ޝx\hQ|݈ZrϞ_|p\+ʞa(g}zv- Yi:pX>I:l-ڀ&]3xŧy,=K 0v^qj@LT\՞1vע@7D\r6;cA߄uJ|8.O@ซFt}C~̩RpC'#z Ә 4!_H)(KwMcN"nݽ G_1 `Jp28-$ZiUsO~D*y'愔S!CHkW]j/]s] O (TI*ՅѤJѿ1Mdz:F6ctBad|:Beڈd}s"F%d{=|[XhkțAwD(dsY=y^u~ПHumaǠt$sgh-zo zJ`[eK~bd s3V! &^c`I~U0^͸!>-/e0;{Mfಂ6m8Q ,tؽL[ej#DUX+4܌|?"c%Ec౶+8G4MwT@-Ƌ PظHRW٘ꀮW+v8ٿ\&u~\齸TY̽~]m8 D,=IcGѬDb#,ՕrPV}ػWk{`0cU-)@E"ؖ#7uM4But>RyŦ2;[_`HŲuP 4֕0LBY5bl2OŕW:yِrEe1d. ք֔+R$m=v;[xʮA,q[eji!{@ *%ӊ' VTwW3Uɷ \|p :/[ $e5!LAKf-lb^\OVl|ؖ~`OQֹK& 9DA |}4Ua;'zKuk&X͡{}MV+%PL[ }9ۚ<^'&nM[t~%涳pc( =q05ZwD}L*|`kHhe-+WJĢalA^x%1ޥBl8 6$'#舵OgaALsH<-'Ϳ)[<裳!N_؞](4LBBJS6| NVE\ HE²%չ(ݭg/HyC\4f }Z ;9䀀-9Q*瞤׀l$2ԤVRZMCI% sXz2Ƅ8m*1?Թy.2H f7u{5@nR Qf - ̋ J*!L47NC-5ke6NY1ѓ=MA!Wtbdkҳ_(J8 cW$&nF*Kl32aQnjɯ> VeEǤD x;8kL#``M]r)kv} ٭gO>i&:l8\~hA@ޱFp؁x N6.W^;T$@Y9*\4~*|@踍P|ƀ!puk_(s?-]n<^]/@Qæu'+r݅I!#Y":i} fXE6~Ǘo-@ "#{i" Ky66gK:VxY 2P$P%U\@56UC[QHMFn ,;:-yyۈB+3̓ckQ|RTX[iΣiZu^Cޭ&P*?4i뗻RzMwՋr[(q+vUUI}t!Ic:EC&1g2piRT8stIi7i/5kl^I1 ;W*ܣ<bg!!4VrpP|ob ?ki;3*Pl"i^:9KK[[ÒIMpg̀c8=hkSF6]aglyql;:,* Vm q~&-&uUBR6ݓ|39FuE\԰e9"I@#IViw J>ϜSyO(I3[,xJp:^NN8k72JLݤI(u=ae6׍p$9G&3[uVsfS[-bud^$BD H V}a9EW룜;3(Q<*_]Φ򣓍H4rkK%`f~AiT <-\^RN,\t8O *|I|I6w=9㹎3#&FJek<?9 gtHDY9+?߼8yG f;#N Wb1-ޠL+R߭-l 448cbOE#S 0ц,nEjXLfQBF#'+izcH;k*7Lx1h)Du1x"dOl5;ߛ01SS.::-y'/'1}G0+}X;<૗HZr^ ]:*N#N1oR)nWjj(}лb>%|SnO4]űdᗶjJ kDjXϏ밉wGM etӮ/'N,WŠ1Tl#5v"~=RtвY&+}մ#m2[4'#;A}VD2$"rƵK)m ͍"(;> nVm,#kSCq&N61[`-땊*KʽX`#krlL(swL<-m):VE9+[BޟVjdwʇ{TPG LFndMXOdK_b]M-e`6p* i_"hzyaH_IIFg%ni+Y[6V*$X`՘ͫ,.uJc,K!RaJm1`(磴)Ѹgãrwy %DԻ8$-jaiaGd"N;Id,P IY/e A7CBxnZs@Z)Nv}_4j a˸}i&4il/pP+%Df~ VdoΉmdiEaws>bǑɖl霐e=a/Θ8CWIo}K,_jNPy>N5Y(1#zNL_ݐ8 غ*1#Dᣖg'S5V#qP5u