PackageKit-1.2.8-150600.4.8.2<>,rg p9|yJ y_RXB̏$4z -N>̱,8rghg|S)J,aijwq?zJyz+\K0ɬbi:!`%+5Iz..wxȴ8>)`p8DxM\p 荝2Q+9UAXXlvF;2T:2 !mkQ$x1+[sوv~+'e*Tۤs>O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dx9)Dx:2x=<>D?L@TB\FӠGӴ&HL&I&X Y ZL[\\t&] &^إbگcXdeflu&vܐw&x&y,5z $W\hnCPackageKit1.2.8150600.4.8.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.g s390zp33SUSE 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 || : fiWGظ X hVw3 7]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-modulerucks390zp33 1728284685  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-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.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//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/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//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:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux     directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ad61d5982c331d55360694c3472348465ce73b6, 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]=97b4343b847b8af85003847d084e7ed2df71e7e1, 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]=6f409ae2a32161ed67ea8e46f956c350167e43f7, 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]=7a34edd3f36266025be73458ba47c46729303239, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=532af2e9e10bbade5bc46c2afd261ee3fa543ce0, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 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.8-150600.4.8.2.s390x/var/lib/PackageKit/transactions.db' (No such file or directory)+3 R R RRR RR RR R RRR RR RR R R RRRR RR RRR R R RRRRRR RR RRRRRPR RRR RR RPPjg|靣BCM2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-83f0b4c52844cadfc3900356f0207eba9d3aa79ed9b23521040c6ba20d81f5b03?7zXZ !t/y]"k%LMscbY8_wgS\#6`)8 t-՞FZii艤U1Z%>~z[& (w>4Ctn7 A6P\o](| ɕْe1XшW1#ޫ ;E)g7?eoB1K"*)9|{S=t>~f×Q|ӌ4o \DG~#3n"5<=m,0"%.@u&(;[Kʷ \4nݯuխjw1{\Wb(8Jخjw(.ʞy{9wD6/ifӓk[]T̞z34<x񚜭%pZfbzRH۔J'V%P7忺6,'aS=`0е;af^g G1J79,K<QXMhP씉}chm X:9)oģtm8f}A`nѧ\x9lh(9 gH $BWӭ0㲴fSLSNݷ ^-S0U9tgҞ"Ts=3PU'6u/?H8 L)TX +'aY=1'D][δ˿aӯ~o&m6``*t_gPVy8кpu;K m/)7 xfxBD[hAW$ tAmBZ= njA[:o`#<f$1dz,nS =  lf J:fpJfx`\ڭvЏΧ9&8 uj?X!"*tVQR Ov!i`nL(BR7kRm˻@YZS6c"JlTXmwTPiKao+ہ2qw_^ [Ǒn!D8V5=-rPoea4x)7PI}q Ws0 xuA"N_31nx1[Ql@5XVܦ&N I%M.F!0g46wWsqxW1!눥)[Nv\<53kE`NW1go |,aG6=2ژ{9Әq)6}C#e!3 .is[# F0^p4$lypYwvڅ ̑B&ARKj?Idʧ*c c:{\5ь){N:~{1\`_viugw4|r%tahoV;"dF ݆e3i\vYYѰ)o[6ȝ۽Ӽçúo'2NDMl ~5*$QRhy$a69SJm|z#_@guav* bW7b3t^PR4T0TDDd2O[j1Ķ|)Vfe[*_RBGm@oNw-Etʏuуq%?dew~1oݷgWDȽJ"Ï]{y\ a1)G}BQТޡzZj)* WSHKR#V ; VtYK(fr&1Hg!_vkW'4qVwvFt@%Rm;`!e )\F@ƃi&h[_6Z0H[zC]*[垏o,$B>@9O%%K~C:аvIesRkxp[Q/,X+E$NCLTU2ȉlrfaJKdK<&%3B>'X]d'L>L<8Ys9m8b+DnH돋^@/5Q] :{[X8̭;UJ;kw$Lɉ-wCpN)Y@WZoA9nu`lvVS )hW[G\Vʿ1Lpr+VEq#:!6 on]؇?#vRfor-H~b /ym1DfAHlQ,^4;¹t*eSd\1 7'3졤&.Jcӟ[dLb dk4AiMf(Ì@]4g0 ae>`U^ +l:+~:Ru?Fun's'lm>Lq8Sۍu9lǘHC?9ϨW-BpkCa!%azL:c},WV>뀑4V ZtBOeq+3$߬e~a޷91ߺ3LxpFI"RdtE Nt؃[~28̊ҚwcԡrCOбSǪx*D[C<r[j&%Cc"@Yd>m+rLC(] qg<צq^q p5a%1N4y\@e-wW1_O>ӿ]L=[3k G*ˆn !ѐl[5 ̬"%D1.Z OHPZ-)EN*}yo/jjq#% B^."lM`]iz7ԅ\&m  9VRv޳29JvO꫌B)فGb-Sw猹M*֮&Fz  ͈_fȺ߇rܪODG%) UXṷV6pu47J*CwЧNYԂSD/w ҟVRm ߷sVdQTFDfe46sdKmE&+'#A`#rr!L+P6M͠JX fԼ^|B폓T ѡD&uIYiw.>TznTܴƣSfe,dgO|> `K]ûAPvV5݇Sc7 0O괈i=yoťnfR,~ hW- ݃@ ɪ }V rnC>X)`/W`+J KTg P=Þ# 3(c9 ǖp LF jF(ٟiD{G00uXR5MBܒRr/Eu)XtL@3"`0Pj;AI(RpWm}$IǂĮ >g.qc*ƍ+"s?7mF̺ZrЈ{@ 'I/S}Y8ߺTUʗG: Bեƿ^Ba"]n2nF9%Q jq`=A 6{A$v?CVP)e&~Ђŀ֑~+=X8{=$WG @Z&'?HZPϟ' q?YBi?B4JUf~8N RjkSD[6Ks.УeOB8(t2*I+_I>!, PH!_O QX8(puAM ZA8,KEMīJO `oII+>RbFw欖̀NyYnyJ|V@]?o/ː;t$heX+ !K`mnPGOLeP?%={axJbQIA 7DK&1 Ze`#Gt) _,T+',꺮nx?M'|B S_~K3|[ Lw_9EW&WNpUr+9@I`eMYXNt;4Ls}r`L/ oUmeyu态tqjtw-7@3-E=qG"vh{ݺYe/t^1Zl0WSӎ`o HP璱xDZ©UVZF);*&Wk8k+ FC2<3Tt Ut'2/Y§@.MrفbQYh.kC31D!o朖luX[ 2~:9[g!xq4k賓q3VWtgxwƈxA%3kۯ&LjPS݆!cb舾~j͌W߰؟5=NV=߆jt-&V8MbEh6];.@ U>n>㫘tk{;{0ңC1%/u@Vb N&u49KƳ@{$$Qk븹oUDcCڂXLM]נ VUՆ0U)]D> 4E }#R]>"{ >ق*!/WI^2sL;,\$U$>Z6c3-bI4r),PxNb[sYDK!ðwyRGNuJaW T1^"^;,&) /:'*q#L?/GI^gxJDq:)4nx- 7u]C_gK/3R9;:aHp]sUU2dlO}#>6<hzw<(iOA ;k]LȊ$ZAHgq$xy~gwV޶>oeIGh_u'h.K$TwvC3$CuS*2bbHO!G уl&1٭۩ d+Ad4VpMFV(]ryiPAhԼ0!b-^bPc4r4V1ٓ gYb+ڱ|wPtjAōYФl/PYCi8Sc߯ $Zר u.c]}84D;l_5Ӑ܀[+pK&(I (u4<brm 1]=T1GŬ_džR~hOgnw͑p}d{R!Pڊ%бS|d)9&ԏ_TgQPzp2+n3V&瑼Vԅͻ*^ÓP,?%Ym沛(~-`! 7EdfD)>_G I[րU?e">S>r46bLEQY'z" s 9~E MIkRY:FlLZw=v#%}kּL'm)@TbmMC&TQ'iH rc'kAwvT'V˜~zL>;)LvؽxQ"2LPNT;GAA'@s QO)z+H|lխhGdc8k]N~. 3m`3+2,֢QhBtH ĪCPVS$QtUI~msf D7,XT]Yɯ Kn[8נe36C#+ ݙr?}'l'ZX2W{zu 3 HQy4߱Lo.y'ڒ+r ۥi6L}Nk\H= KZ# TN[}&?>>i<ǿ|nQ}Ȧ&c *,QRt&ta(6@mTbpyPխ[C(,R)wFH[+2+e=8Z?P5@ݰ7+g~-x$Vs:u '|){!A5D;?˰dv bz E|ԟ&I^DfC'6$ԞT0eR1gwg6qD"]fqº pO <0}f'#7ޏ[8R7\M\]I5ҵ\7x dW.΃`/}ܹ 0:˳ aUpoiRTaf'AwFIYdl?? Db!iNѸz閅E1r z}=g"A U%H*S0Wfp6syrIRmS50 ,Q>.1@7ݢb2Zmq+&`*W^2qm =)`W qw@6; W\=^i;IW3zl ōtܥB*w+YR9@DeEyx{u{G$¾^o5^Ӻa_+^iTPszĝ{-yPq+VEpdBx"0'6X,@?KSфauXva+Ii)[# tWwUc3=p0 k4 k+,hP:6vCՃf,WCp(HNޮL9EHBx2y#MiGѯkn3y P͵B?(5-,h"O4@Ԛ݊uzutSγrjוLMVC9__v1%1ԣ\b{g]{ȩ w`8۳@zs6Pz>=$um^GZ/̦+`NY@ia5%^͗$908mzyMz&Vwo޼KjT72fca频EHX8CuZnL әEN솽8{ >EVC+v?vW`+=h12-͘~ B2F^`."2'j ٺF݊U .Iam;h6VK2UCZ $iEnR'DzpJ>>~jͣI)OzHFWV @>l]$iܹXJ&'> )!_+3?v;nBZ(w\cWq}G{D*Li5Q ʗe./;_9tv"h4/#]> E,ASv}1ZK k|: :yf%\h}Bi z?e'8Gxdk6 >XjyeHg 05z Fios [=6CZțH<Njmc j"grSWWB _}JEK $E70d`'Ǭ!xB|CF8WQPzSqyN[y)ŵ[09+I_~,Nwp4 >oڤ0t }݁#CSC⮄9\~raAč5c[4KI*~1L4*2XdinݿCٛq;ͻBknu_A2E<-\zGX=c 7/=/Ծ檿bТW"E(O(ݱ2<1Xy^p\*_M-/oбw UZSTv(ۨ7e->E,ܼ%`rf(?tʸv4(B,eqAɃ f;o=r?cŅmsʚ!~fBҤ\r^bTH~:Sᅯ)޼BqpCMZ Άumԥ(R>=&\i~'3`|}S a&<_/r"8SA$ R$C=E,-9B><'2tM?6Вd@pi C>/8X&pIX}Dcn \lcocD_+zCwQKvQb3Lq"lL }F/Z]],Qh.=cBhf eÑeA",RW^BI!V*z6E^j4XT-[Cy=S:QD]/ѳ!+,D28yh?tː;pW D&m~ RNkCݤ,8= ^I>B1&eήs3,GVq50gzSa'?ۓ*a[(:YG^[TC[DV>}9W.e@8xk,3,ӧdp'^@/Ff13tyh`eiyD\#Bpv<̹j5d..A]ZuC8řdFZC?N#O{0nOD']b(~YwD^AUB)ӤSq`c\ibD=H5z 57C1dhNԖ)x NUK=oBazN\אُeeu\ilM03qtCV*he>Q]0&>-w&-i>_RZFOӅ!HԬ8N^"8/}k?- [3ߎf47(K% |+Y{Yz$5oBa@ex'u)R@M䣻o b[3`o77]$$%|-}K3%%#t~!Уƥ]BTvƮ;T43-Cp(tS*q2!-m) El`Vs4uDf'y~QyW""Z7QpXr:za"KjbaIܚe@ ?GgHu捬m: pew`EUg/Ing 0Ҭj$-hf*-Nh,!et1ԦyV&vVm,qUЎyo&jjnfzڑħ;G]ig[OEq@E1Sy׭,ۿ; ݅{4"lÞSkҴu}cʋ03,ץ|N&tH)}%MݴR)"3T=}/Lַ CZ,0S>]$xд5 ?Ƃ$_IHR&p*S1 $Pg\fx{56 QKNf%{k0AH;r?N*V.`fy~Ҟe"Om|=EUo NyvA٧sz"5-\( 38ԫDbU6z" M+i +mgT_ V9NzI5<1+p(_qAi-}wީIh ׎]3M3+p0v,:k_#ZѰ3{ P_akG@ݚR0驸Ho誖q>X?PR&ʅOq)E=Ȅ~XRѧ {C Po7p\{b9M'fNWOLA4UX+4fH|,A Hx2\§`HW"KܲE) ](E|-\yЃ>N/5 6K* rÝۃ- ܠwӯG*kp&R:"KKkNiơBiPM^ޢW,T1eYuk3l [Ȏ U~-`Dg֩q Ԡ/h^k>G[H%l)ӣXwU>&[IN$vZSĉL$d??:2)$ʦI#o & ~2 ҫ5n:QvllPeͰ*JII,JLAXC<ԯu-~\$*S#T7aYe(,|X5n2цRUwT=!F7%hpЈ4k"UlEZ8*Tnd}IH:ZEdO9& QUkSZFOA+:hU$/_ٌtP 1ZQe"lD>3X(C)A KyJ@(Q3$D7@Fqp>$bSeF2Ƶe)>t_9=nv-o0?͞!ۭdAvA&FC@_ 1c:P&HQ+_4r(pFJ< A }!4%m ޫ5u8+Q\q.KE<+2%Q!Ly67h$6K'1.! >λaXDvw?"X`$e%*5aj|{"Ud'9dž"730_ =e>!&q=R$~k"F1*Gɘ(HrPh{ќ. jӞ#\Vg>o N;R$`Rq9jmn`U=O(~w؜+8U>F,jvӇ>V&U|0 X.^*j 4` lLhHŷ*LmX-L`D&01K_G.TQ?O=Z}JIKtzt[qWܗDw)^wՅ,)9ßI/b覮~X'?/rY=9`_"K bL$GRЫĘRAF_^lU&ZG64\eD6)z?$<& 3/e`k .WݪDNz':_1 UY^J*:r"uKn"8$/%tئ6 46'{U>4w!Wnw34B kĈ92^6P%+KI*ߚ9Aq)Jp7oYĜ6.7Qif[rų\Wr\.礄ʘiJev 7TVfRSGLX̚By=qwʸ[[)I񟡶7la#΢Q  TK M2!_6V:%kzaߞS}z)x;~(`{/r0֬pZ4k!/MpiaP펐tg\ `{@p|S_=ɍU |.31`S  zQOTl=&,%4Fے(t6%c9~7|Δ<!C*᭜3Fcv}̓'Ub-unj"BdsAl^XWmthCbі տ} V,)mL92 喁֊F_J)pQ ˄z|k~T#xN6<(/K rg5íEz3m3^sHce/m?0v ]ig"Ub'$^a)Se ewH;?l)U_ W5ӊX+ҸCT(=)n*廖nvRVnCWiF! Oi{K GV!ȞؐIZY]N1Vp 6q؝+{iDq5 pQh\FBPHYj 5\]qlQ@J΢뷺FD b-pl9*?$X5*D+2/]L<\\ z:/OPO"0SBz5FFG,6!1'NXpTk ہ).KOȯD`А7x &~ϣ8Sd/d96H;\ӹ,UJX{ꄹ5+x} ?]`6&/K@*g `S,W;ܛʊ.4Ѯ-*b _z9s5WEr|0#Dw,ɰ9+B/;/e@>%(lVZₐb(cUSᏪ ]wLI8mLcoW g}< xqnM{]Z`F0"[)+z,2'<82w.^bԤ9Hń (e䮨))KEuw4$lIt/DV7PЉkV~Zp6ǟ9@6 ff}J>l|U)?YW|i 09Nf 6pijOyW߫oݵMZ:+UǞ5|>4 գPK#Fo iEwe0!xM("S΁C50yFG|Z=&36ޒ az\#Hc!sHUX&>k#XcG{ $K |mlr.IMY2^_Qe; )8?8+;.ke!h7a7 T|$ScַE uBeMgVɎPدo2V]aEUٰC8"SKm[h&j]޻r׷żcatye j*hcw@@pn.6NLUΫmRgΠ&KNY gT$O7!c0/-J3+b{c9@iCS 8:D6ʑk7zLvg=gAGV^F&l&s>(M.q}dM2S3?F Y6LrWIc70qc'Lmm-SI`-1_)झIz>ѯ ǟV s \%ObYJT?IbRD(̷8P.Hj R5)3^]:.?%kV߿ifB m7l\jW(F;IV!fJSM_[GgF458}ܟLSg0L LL;K"쟼zt7, -_ؠDkeCDe+xgF/:Ӊ`2Qr>SaXܛBHZZ/< {[,[^ QwS'_ _=x*ϻ#hWdS$c^R5ŕ_xT3EBѼIA' #lZ6?Gxs\Eҙ$Z blTLW }NSʙޖ|`eX \ I)==EXVW]cUʂuh^K],Q Q0DcT˕%𰶦D[XESvg|`&Aϒf=&ӓ%t C؏O6,~(iX7D {.P%DXo[6 β*`TZD@-4R>{&h9HAfaaSrIv T13 M`dgLϞc4P0~sұ{~檱 )|3ZP}Σp'#W jxM;5= 0ByCddLo|DFzՎ 5UˮAX\I7i ՂIV!tyNu2~|"Z*SlpYfit0/=lE@>RT'mBsjEbI`\7_u ;dI nـEP2$IgvBj7!N͂#_x/$u6+QdnfD Pg-ڡ3i=aLm~@ qOqRްRex]],DkΙrjJ`K2DW9¡4Zxn⣋wsW7:,͓aqH0-kbLK UtyҀ\3]{[t9 yKp{XZ=٢<4Ҙd+`gi8R  i%M6IVAxǛ'F}}~vs֦MW *3olnQ7JZGvd< v^q^W֣@[h<=>y!B+xC]>O+E0pq Qg2X.Ҍq{y5/#[>tE2MC#"p½C ~@{8eaˢ* z+&01. ^x-l.cu;~ӗ5W>I6mE*l! l/ϡezoX13R6T8`0!֍F?Vܞ.%98J [BQ&TOs=hk7N5s1GZ:"T(=S,nj>a=!eB,sF۵ odHME=Dϭ͞m#+ jz jR]楆3[G@aH^i'qOWx2-@u"x f&YZ/FG6 &, P'EC>Ͳ&У*x@. ؞3߸,8v`Heo:*'2@'Nޮ,*smš#NAy&}j5~'\E'#<Vq_ׇFE Ǜ?T\4He^`?g&/&JÑDBc_n ԙyK62ue-ẀUq M^6n&PF_RfE!,}LA>:U@)RAYtiI'侉 ʇ5=aABԞgx@`A2Çޅ4_%/KF_s/,Xا\N~K . 9;;O w0 F}Dp1.\(v(H@֓CI+zNLD|!7Y k$-!Oh}卮xnUBtKBiXhwT&Ζ&m ٿf=o\RẒBZڑkZCWkyZ.Bu_01qRL6 ql,D}PAܟt bḳo5AjWR*p9"JI-dskR{O/RUGS]9 ҅YWyKE|NQXVj L7*g58,43r&iS <*&Azw\@!Xc/z bgfa 䜍Ъүil) ەzŐ<:mx[ƍP$'.[ġkfj-Y((5A %BgtGFpܘ^LR8`S5pDT%{C߬5^,y@a~%{a=A'pz"Z%kdh,"UuDU^u 8˧ - IKY{ ߻wE"ֽ2ίNՄkshDM+p^-+^?/}$.nV|NmVVUAFHibn!䄺a?ٸ J5m6U6cS|WJ_cZ_[XajͶ^A!4%0HS`]x'kwczk_?m,&Jnmp`2;h+hXilc@&Yr;;0;Hv_$$[D5m4EB}"qű/bn&z ]Օ%1Mf')IdM)yeM.MLo'$Ktf)"[e%Y?QqdCPfL* Rw- Dk0PpSY:߮5c:F9.fj@lz4Rז "0 )K9¡>\uOmc^jyi9vNb\=DHq%]p$ Yy̹yƃGK] ^nPCkݿo\it0[˩T{_!P BP.S!2@eҷ,8XmJ0O).mڃ,I+/*ܶe1ߓ,.ÄڛkRux{0b޺ 2?uM{*!dE1b3kz\dol}ЎyY6YlmQ90T_,J Y(tZWBx ;b NNhz"Dd" ttu~WOv$F^XMJmɃM/FuSC}B7*Ƥ<]B'2q%`iopĆrhxn4*Z't4&Ev48YG?Tu8Glљ|{e[& 6t|lNi3Ӓ%~ D]@˨\i:) <(nތx" E)RV;߹4rh(^*`aO=*ꎘm Y}t=C-􄤩c2 H؆>mt|Zi& (4r q /YujՖ0ű'jgt6nPWYa!1J5-e$0/cZ@muK_p a#z -h,0S>i>f<݇z"zўi3OΒC *%<ZJ]kOy%Ҭjx(_|bkEҝ/ybG-_uJOQUNa#e%4{3fG.&&` ipm]ژe5Wtw M*eeczCA,?Rܢ-x?hjG'tv=%D4=S%NZ+0fo*ؐ-?BCOko*.2ϛhzrS=SXMwœ߽pV 'ܑQIfOj'rx=I?oEF/8t,)'Y ~ZBOC嫽Qi%@xH/Lਞvwl龀STsJxHyxj(A\ g Iܾ3E-!A]Ltdew `s'ⲁχȒ$ǎ(6p !SdWWN>5IΩ `zQGa9}t?&"Ohؐ~k 2ls0Lwĝ ~F;ɏJq!?&aL"YI NQR ty!.D@OT}ӆU ^okaN~n]N46R&w8s*3s_+r>!+æ10! h|Gc K,[m44[C?@pjѺ|t!tLȐǻ2>` `MΠa;_6VE+7UEW2tBALUe HG/QlQEmCJ8jCxq?J=r7+ X/Bp1Qۘ(Ь1(qe!K~\^K-3ݸe*E}Hc)PQ Kf\ miE>.ZRާfrTՀk\Jf']7VփĪ^ZƁ@aJ(٨RRqH95FPqki$EN: oci\#󂥩Uy,޺"SꛥUn#au{ _ sR\/6+%?,N%42p&^,CA]@iRoMtjR!,aj,>Mgs!ib )'ArR/.)G.i;p0tzʻw G:/5}w dzҶLըD˸3.[l-k2oXͶMbҡ|WQۮI0B])O A@e 352SXum#Xw쥫b@T>!3 WoB@ٯux1"_<~vJrK5J2(ʿ(E&Ϊ,O=@܆ OH;BnpJ@eb12whHcX*nT.-{y4_uP/lcE$̙b\]7*8p*}݋fBk~+[CmX`HP6G o~6 SF9\lF8V 2kС]C0o(9U7<1]-gr.>uHv5hL]&ie }_ASz "S{lxibh :b}bip^A);2Wl|! A7k i9NV\$(y9 G/K =Dҋ{x,s$5Nbitp5`U$3?֘,AELef^d,}wWV[b=}gC#ꏟTA:N^7knAUwY!&~Z[ ;|T*}c>M:72i]+lKw̳VIO)#ϯu ?=)*~^Մ/)m߲"qQ ;J_gC2{E? Yd˰hJo_aUQd~K`6VH ̻;vQVB/33#NaNPhL,ٴV x=]e SQ :9&t32T52 tgZ K%mb^р-^OX+`yp dNV) LȫVr_p4 S\ {iաMq-I X+| f)by3;<'3MPmh@)%Ak&`o6 (S5'8S5̿d吵:|Br!ip~S>+ Y(t/4=5$ȏeG;J_3?3^T̨hά7Y͞q5Gfrj݃pGSK! E Gƣ sr-A`-84`Gz&:1x=4je봓D T=cm~:Fz:'n^ kk:P SDlȉUkTXq SK+.-[]@!c8+!?mݡ `ϷT.ߝAы,KRe[p"-KYr_ڍ}A.&/՗;uۖrBd&ft27%s&vBK;X֋n%:M< +Ee"NbXX8L02j u.0,x϶ ,AVTbw~qAɓ^ ׾&H!.FWu4u/sd#yEtC%2[T0,]8| |Fe(}cy,aSH%߯Dnwn5-^$l@t!lM&V*{|2seϫxT~KnE3qL_8amU=߆eT kr:xQxTP#U-cohY,?b~yÙP 1^!EmOEW?` Ig޷86V"Z| NoN ay~D^T$3ds~SVwWÙWe6rmj;p; tX0lB_-W)\n61W\9t(u$SϦάMz4޸\5lg.2U1ޜ.#>*B/n-D7t!#SYU o"7(Nv_DP!.ȋHnO| RЌӀ}NL*:nuQU׉Vʬd! _Q\ҒrRN$l!~ir]}OOQH5&h՟i_QJ`@y-Z!!V!2jP+~Fj% vPDEre{+A~KB藲=?/?E f(vesG,O}"ۿbAԐ%sxY/|[0 ٻt}l0rZpg_xvqc0hu42nt|(-PnP.W0|{#'UC*G'XWc4揍ָĚ;Li'cR~wUURˎg/D\)M7֎zD]-48oJ LZXNw= {/7Ĉ4ȇgϗ\: hxL\c`y ɛ\>]Ţ]jy{c:>by.ɈҌYW~v/p?P,dKBq4^!^x QJHrڥ/{_F \;y* b߾zQwf%|z:ٯxi2^5.Ҽ( w8~1&dkPYN8{S5$W95Z6F %A<^A 7"/;XnUZ+4:=ӻ^ݕx⴦.[_ c7Mzt|cOAefc:ȶКBkT"Ga#K'hM[jC([r1x|]iFFu,h91,ߚCY)ERj}`Je /GոI e~x1MQH&gbYު2Rpc gVB`%gd,F&x ?$b55qONtƉ'GT/OjnD. +Q|zN5*`B2bwWS 94ɇvdx"T5w% ՜ɦStho~Ji>J!X5G|+L*R(PQ;Tr~75_D©@n]GsTwSMfiZ~XTRP=KIqFu?>eYǻ,VX ] mKpK8]c|(Lr~On܈qu^(9I5-3_㧗 e.?}l:#E Y$:h|HkRO7ߏtC|y!E6C/HfI>91y.Qi;QM!ጅT& Ȋ|UBu!^ފL9[/ngoM-T,Zd*Y(oڏJkO/YRS;<&C2-"÷3R}׀.ARͨV<=^Qi ȳ6"Pʢ{IrYŦDn4yO% ɋo_k}ie:D] "7_&8#U&=1-xmQCS[Y0U+_UڲEoYJ@.鷵W'qw/d~SJZȲ'X1ܾP+lrwd֤iQѕZn`FTJnem4ޑD1(Q [R-#.p,b([4 ĺ -߇&'k`F{6dBhj9Qv6/3ysItM, 袪XIwR['Cl-vEѫ5=Nb?WRy' SQڅiqg[7B+J6q(Dq'T\Ȩ} #>g@TNx ŕSܔwaĵvqvCKhha{>vqs@Mk\o\%Y(l 4amUMum ;B|0aLi耣-d8;mk2۹#0p6k.ءydlrHGȡ+ݥ">Vg'.=_iW!?DpU!]cCcGMlv*ਃ7P@S~czt+ȗcn2ZƤ ;Jef07`/` hm\Cds֊,wtBøҰH&5nn1lrCɡ@$faXzaH} ! Z+(?C$]̧滮C\R|3\$u-#\p+|H 2S~:]@}[Iom\"[00~Q/:ʦˑf&CRfi9Je>Z~8fn/gtI( (w-9gKiQ1.Gg8ƔL##1]}aML|Vm"aD\uXJ jj;cl֨7}0;{E5\7nieC< yUƢØcr=cL (DyaYCo68JY^q8*] 'TכD$ -پk R\c4٤]igAVv;t# e#Gm"D\(_CRrjh#`CEIši-H9UKr`/7VP ,0 ǮbZVn⡷M(!{I#CS&QjwxفNLS+Trqb <59L6EqY?<>+ܵ\+l+E6Fj*EbB}ygZ>83yHE񷊘U$[d^B lm$`x4 ]8|lX{zt҃dCd՟J$T]Xz!W2\}%Ҭ_SdLwq"sM0 YT|H]9*Pe=]țeLtP,T7YRxFѶ@ iGF]5kYyFbǎ3%D,xƹ,+@GOIHDeV)@0~p4 ކ0I8 5@sDCдy'{};*\SQWun]몷 3YvjЫq  NYLԣՎk=+Ti*ooӠZI7h2>+x Vڑ] si'GϏ[ clvhQyx)jd#"hb Hu&U;̮p`%Y.y0,M5C4<6"7F'O' ܘ@W $|ID$X:)cN:ҥ{OIp[௤씄45@a#̱ 5FJMJUH 1Zw\rL<NáZ8^_j)k^-WL,%a-"JJYP:ViXǐzݫIĤU}ۭf?LhAd@RT dEssaW3.4p(nkE9Jk/ȟҼ2gP Q\p&4ǹW׹ |r"fۅY^T*y`<4>U%?@K|  + j%=|1{_鿗'cRFhwxV&bϺfn yW)6}0 C#RjP<~ A!l1&ߖX$DpiN(E;;k2;!ϴQ(X`w6 J>W2/0ΉSLZm|W6JozΖ% ɪ;"“wCKr«`" 4PER6)3rg6l-)hꓥͤ z>;xWqxˋ[Geq†53oΊ q5jzzH q*E0[1wYpa/#]3ܩt]S~L&@=3x0%rۀmߌq9aJ gsbWg 3\:=7 ͬL^k<㺔lAM-=eH\ S/P*wֵ"OfqH|y2(ZlX'y.:lDjCl;;HU4X5)=>IIX~+͌#}%GMNt`8`!6m310ϖT礄%loiV~`'§\9ɿLиQ&~U<̦p' tD_N)ވ9ڗbd0{s)IQ S!v ZO&>u }?L)yT_S>RUhκv*\UymuL/ KXƪUR~G;iO[(U@RYB-ٵF'>J犘?R^I݊\IeaܖfAwXqi(j4_K`ro'`Th5G$<ܥ8h[7qc1gkH?{41Neq#=Eb  Pз{m]E=-tz>OxGmSifpb3|AoeoHu.7jpͳ?#U ?燆`wmȏ)y#5IZ h^̩2* r/Q}\Z3Cjmը Ig#%yONt䪊[i>r,hG(XsqQJ^'?VcLMאK2X&~;+ôc %UE䧧nR$W7@Y) 4ơd.21w7ϐ'ٕVrS2ߥyJ|kfv3KY}av;iUp)ppZzAaw:'QUPFf<`X]k0mieq3q2V^6I*[Yab `A`SYUPz6/LZd#yVYbIfP^ gTv}IPZAI@+3}+HR/E@voka_ Q! azm@]ݘkqXWfG{)D]`0nGޭeZ2dSJt؃T`퀡Ao蠤%*Wa?:9j76%w{FKV:w^]w3MYnɺr,5sY-=r]I7~ kg"KR#UaMnrq+c"]`_ N">-8m_f'l!0C U3H@amɍr%g"ZHM sQX\_kBE#U2|NFͬtEJomWbDuUbtE u*%dp E86 R5\z7 xY}X)yTyccE2Vcjv!hjmqqgtaP7Υ{nh+Z ٹfz7/M[P㴖bx HZ<QT28EnMV [k3$ɛeǯڞ/x]zF2B`_nilL#H;2L7m\@k tdRGoX⧙#;G*Ps.{Bf\\11jQCd|S!)Zpǩ.HYd^k4@vq ě'.nA<[x{}u.$ɹYo+,F,MtݬDnk&YIT>:puYb"~@'\+˜S6 YX{^X}ANJm{ wG,T`.b7>N/[A pIwܦZŽ;<]"n2ܼW8)~/WXq<]nB 1%`ݱTA\+)$4BvM: lk+[S;oNޛJ |6A-X|*o?@ NZ #7}=qK"A}Ε3|Z,PpRD{^|'LqۮJG!Ywͣ9]K cQEs+ &(4$kmQOjձjS dW4e|kw]h-~A@Bvē2Z`<>"Y-H2D5Y$8Viצ$[0fKqnsZ4,*FΆCGG_d%/G\rLQez5H F P}Aː`$ o<ɭAQ"}㕋] Zk G Edz L̾:H| cJV}w.uжnk3VuJFH]S)UӵxKβ.31\િjӅx0Yyt;dQwt6yoe+~qB)4#5? _N.G:S*%%,w/ΒjJӫٸpD!Юs3$>buRtJVFxŞ|BlгNo(tIQe1j}/i: We!8;]t4O-T >Ӵ6&-jn(Z-^)Y; ?W* _}*ڵci me^Vd q6FP7Hd(v#T}r5)>.H,-8xu|l*u't/x+G­ @%[hе 98)!c<˭˝`0!A6JfWGX,7G{+Wqt9OT t8(K}l0 (B||{(C3fTTW D8e;ae QkfFGN*.%tb6=| +GTsHݔPA}aS|oⰷ;+qI:"Ry\@n0L&a_KM,>iTpc><5FYQZ8beF"ƒ 4G{r]䈒$0bkpvR[UsdDk9)k6r<1lR)b35X>b\ԖI*b!5&j^r; &)qI4a?9y;LgvљX㔟-YCͼij$JdȖDiiԂ ޶NTq.*!KbiR.Nm-V}Ve5(r9]s{!dL ȸ~̜<1 ā[slw͵ˌTYHZS"  c7Q{#P"t0c㝦V*aXʦ )n UGdZ3ϯTg7j|.Yi5 `FTM620-M& EncA,IKޱ^6BW&oA)T㛛훯ǎ$yb9*%ddR+dhOKRe:Ĺϵ޽19$K. U+nـc#޼apҦbs˾>ݎcOK)d萂%VC@e7@l.U3,|C+f-K3!qdB ,EVe!&gmCP+.㖕`cJAuO[ ƣ?OLf ÄdKvPTϸ%c | mf+'VI$d'@q3l~VW_L)Hh 0GҞB#尬Sj~hm*^UsDPaf,C'3I-TRHwUPVޞFbNϢ&<ͨjk(;/=3wCl$>JT;lw nC:0GW[uFjM}uF[,-!;嘩 }l0y;bveH4(` Ճ޴/EF7 \;G >/%9vPM;"ê/q@z0[{l*I2wϫ=%$ "-MԤvmn"3{y X vBNش&\\MOR+H&zr2Eaޔr+M'2dL$#. Y璳",KZU3y:&EP_t5x.D\~%Hg?0O"/U;H&QyΗ&l'L_jd|+×=3v2۟PmnNYi!ej]g){nBǴB_ J;`b8Ⱥa ;^G=ngOPaa7탤D TQlI/,s.[ I?no`#-2lh [zGA͏O`?l  U P I鞯cIRW;%MD7Rq$TukgG64 5gi0qZn*ݠMDW SZ.(CoЩ(<B]'>ƠJ:G4'9V+Nf$g\tHoeI2Oj!=~L= w -)nܿNyƌͤ%"36^}(/3P/Ӫey]Psn _N0 cU =R0e*x=X͚!䚂7Z}4f"qKE†D8G5o{x\4LAa߈KTpD>6<}kf[<>1W!(2i n.yfʶ/u,A:_9\cc]edwSm%< I&~-u9ƇT ap·Jk`Ja\*}F&X CzH޷sK#Q )0'i~f;:_ɏR@w pQ)>j?}:dbB bP:Xl`ʋfh] W7ϑE`M?|@Z'3Ve_GhTCSXJS:%"{z|.2Q>M73Wh ? @C>y5 g&'HmD-`9jsڔ2Ycy?Bs/hl5a[b8RWD8B '9r`6zo f!(U| hQ O;[!omr`:al5_U#~#B!bv;y5+6ˬ) lbzBͦ3Mm"3bYSdIyP컣ſ}_7cPX!TUB )M0EX0S^< b:Qw-.e۞`Gp03q jJJULi5Y)6h0ɣͅtjH7 йo_yZe9e,4ĎxnmY\E`P x-ܰdpq ـ~|Zn9^ƽhX]XS J2> v|\1OʋĪ_dPMbP1'|e.JF?hr ϒ3x*'zP&ռBGj}J%MR50-7ĩho1g'"}{$뭨ajD^gbgh6BN{(p71G /K`Czt;g43 V=eo ՜_XiJWiCIO*Q3J˚8~q(^F n? K^y;[D>')jN]ʓv4d1 +ðѷWJmKٔ ?E[Op1 M+F ᄅUPğwx (V\΃ȓ:\϶aR)9ijw)y $)I&Q~@z~O9u P- 8R\(3ӢHHۅS{9/jVGpK˅|5O`u@2H(F>}vmy˾E.j @}q~%pH3 ѸǗѼP @@]ӁW'j^qA#y]Ov# 3T㒳$Ԭ Xs +m?ߡv QIҽv{Qv~wg=W4l4-,;u/7rVi: xR3B X@'vJG /5CSwY(=?WQoRvכʢt:kG H#x o^~WF ՙϤQmXkX!nmcc1U_|P Bn'*gSjZ2%M?0o@vlG)>?Q l\oʷߐ1 0A]o!J^VFtDaĔi8`|2oI3H'Y!*ϋwPTf7o,R}+0G,"m] u_Hf>]az&Ł-5ch"g#nMHCnu8Aن ob;'GfzB0箝ܟ@3Uf"SFo1`yQm[A.zktd<}/EXGwpn|JP/ػ iacl]sn1^αak'l /7?/ef%ߊ"{ H[j@^Z8>Uᦢ"Ef$cќh\Yb Գ.3U{+ XoSѧkK&$Os Zja _ @)oOqѪ$;ד.zԳj_cP@g.b9+Y`j?w{`إ1VZʰ?1̎1Gxo:j2n*Z^"S;&f1gWq "c\1zu (xrI\o z2<$dƈ :uz CR)h 1&f8Ci4dC{d׭d]I(4qY>1>tIsk&Z~X w_ -6 v\ O} Flewv•㲝j[Ufj FWE#DBq֔,rJWΟA'kqԑC©ӳCf-҆;*jd-i"D ߱޴vO>uo{Wkv% FA 5Rpq@IP)$BjkwC3޿1f x |xfg bd`ˎc:r1YCm8D g=zTOW}"GXO2B%?{z+AT%XXm(h/0 [FXUaְb!l{LJَ^.cۭv#ܚNUQz0c }Z@)Qܮ%ŝGYg: r]J 99)HT$9[\.b3 ! 5OW{N4wdVP!t{?>ۃwY2j_x05j%Qx= xN_IhL^5>=]O/i=$ >m%crt)$88ڹq14#Kݸ f:oHl|@6añ )n5D0럮X2)ޡ1,|vXTg$!& ,Ѥ2~sM S$G~A hKb.N;unljSwge:Ֆ`X6*+n3e~=tN8//|譼trFۍ7u1?},׉ Uh2z2~NU9l:XnQvh:]X'uE[n`IgnʎypLڒ gx1Q&M(\u).?83g}??Ҡ{XL#si80dEd6k>_I썛#wI͡8<{;Klr H:) [x0"nspզz$킐+Cl@琍ȅt=DV8~SWO; -}sTEU9}N5evIx\3`W`!n$Ϲτn>pyd˯2+:6&1T1vrt>TKrI@ pW%̋0z1 3IwF?86iJW\6]]7"UpbɁ=A3??:?lѫm\jUCvcc#~M.6x"˒yVA:S6ů0փ ! YN'ʁ714CءrAuTS>z8}eM*;'$S|dH~CmGt]yQ*[\/[GT؊G+:4 d^Q͸+T6Xxx|40>r .&eq6ՠeJkq g.}=֥90ǿYj!փ=wsE. \L-2{ Ak.)݋y!W>]F =s{gFE cB5D KvҒGw^_|٦S#QcDRKOIfvJ/yMR(FrZ  ؉j.}IL. 2^w?9Wct8bFz n%Y4k:۪onڭh,xzOBr:j0p nnɡW8 TP|ϯhMPS̛xš 7#E]ȮiB֨8ˀrk4S܌ĜLቱ~#N|U&M!*MT LZߺbCx[4*4E% wW ݞM|J`Юy.Wp P9p? t/ b329pzS"~v^HbtMTΑ07c)aF-cfF@ڍSa)L49tMlci3MiVikOk, }b=g8Ђbɉ+'Ft./Gky,Mci2 f.*2tobb:2FSyL`)ecXO?RKa%{mjঀ%):;jF=Nݿw!/:k,=RY0>爾QsLj%[3^B9,. 4AE$aEdcs]D pd$͑xflAK<|[pQzq&(t G\2K1֔w=.oT+蠠8ROu]E픀[!p6tE3a ۺZj NoRz3 D#P"Da)jVLץ!ye}! ௷SiE^OC>Jyx/PGbt:P w3'wi\څ +Alٞꠜ~hot֩ݕ3PケSr^_x5oL`jO4>B ?%D'ӝOcu}ϢEbA'u翺3n3hR`<\gV`Y[pF*Bl34Շ >JpC`Ek+EEPW׸T٩@XhѥtIHKe2 UB(/@!m >άlG-c E$k&7"4-!C FS:#A# e7=KoWwt ,$^ә;%R' Ò~$w2?1>!4H7Ը >Kz2H 0~ ^%پ\>)4ަ]B1&{ԄXD%dMvXNbRc4:$^@Yə.yK1^Agg4VpKhe=/s;Srs!Q*NOpW&w&e$ ggOvӡLsit-B +O,6*emlG\+J dI% cb\_~^3w*o_&giTQcvR ʾ.0 Q~A hV"#==(4-CJ]N" qb}\/{EĘ5:n@48Mz(@G4u'O:=뭺iA,̳f.EvKMx (,x忚IeSap Fa7|kyb~xԟ XE (ԛ2i; >? WZ#R53ŋcƕ]"QO4ٗ>j9\eA>f֪+(gJád2Â{ MThWjYHذo( ;jj*Sf JQ?oc<~=dCqI8QBYfR!n5@:^ށ;2`;?!OԮ?ޙdT!Okx. آMɍ9iA*@~1@qQҦ#U.F 90ʷ M+Gl `{mz^] Л]mەЈ'V2Yim,%;{o xmm}8s9G6w{(囒~i8bY5g"5zZ`>W=[Έ*bQ N0K,]2nz ̟Sv*Zf,]r-YK3ҧ>{KNX6{*/cuو m] ݫMπ* hwj!9t }PNj s,;)N.0J&zr%E_r~_(Ʋ,`%77!9IU5CDN7ZUW, pG=iJ-E^ݻ#&͠SBv!QH_c< ^Aphbxbr[X0Ů $F> :)E3gՓ<C#-QR: SsO }G>9_3 ,L c9Wt$Ҡ -Ilegj v׏DFkih\&. 7/jݓb\[$Z\J̫]FA+5حO,(mGd{n[#̥){RthmHaY><ِEG \5_.B8B{`t?:'wR?& G}:IH45?>p\@ć UJ?Ive)sR Tlaإ% 7|$| ϰ;IPOt0(*'Ʉ VE996jggs'#f XNRWS]k!V!ߔީ-L?3+ ;2hqW~Rl'r! ZZ1ŀ{BEVtAi&lJ]򳃛!9z  p Е_8靊c{OJu:D}֐ ^l#.܂9\ӽtث[I~;Dn;K0UN_R6۾a2#]sG1nZ_j0PQ'&5ah~ ҷf׎:ā 7[AU bܫ* IK\7"!658U4.O)9Xl0 'F!kmQ2'ugj2e/fT x>Ϊ@NDߜa>ZXXY@AV Fl&n]6bIT03j 4+ rI 0 ;7qK0,Ԕs-ֱnʇ*_YRN MO7]W]rIBG ܞ)`Rۇ4y‹d0KJ5\%ʢyU3U"yZ4A[`^0bġ|[*s?iFwi~"1r^xk]gFH mB&nX+^6N5:RPr=Q \U Ʃ/@^O*KYxzL/rwP`RduH,,[oD6 C^o)4^%]Jd/todo,ݎ} kny{M(<+[7{T,ĪkFZM*[wHpU_cer װ)$UKȧw1גMee?O Wr"z78MTCs&$$h n=k+,P`cn8G~ܝzDK~=`FDHځ%ՠaWQ%TtD>Ľ&.: |@  G$xR O#o _Yo^MpQ=@PT8 ]kg% vaAi[l/.Ue'R1s5%8'=vh/)]ŭ+yýFt>?wT;՜7G50B60@6$xkykH!m7}bϹ%PV, &+@`Zhx?4c{WfHFӻELڪIxלcMDQ-ko"" ƴ$,^rժnZkIhډ{ V 0f J*wG3X7k(jf[6M`ڞiN`亂e#A8JA O!\44Ĭ\YqZ ĄQ8#ܦwpAm3Mg^IM7+:'=6n.8>}F緶˃&.8jqmdѢ,( !v Ca {_[/)*rEiP[U3sF*/@͹{Z]ݙ9 xg _}RɫiAI>CjN"1H촗i70үTqqnjTP[`!Yܒo'UԀuw3"B+R 7e|@AEL9)t򺣾a0Ga(܀R Xu%>?|v 2lzUn7۴=a:g[I_|PIcySJZ?mJLh,aw pI8[YI1#h}}ڃ4>L %%ȴ*M ڨ͘L6b7-6ne⮥5=Gr%R`gwB!qG WWo h\$v:Xt-@|416_RuRzx@WMzIY#R6d2(aSPќZY]̝;!owfIsO`X1vՆ#: 6-fqU?6O+SGHDa]M ]cNP#dO#fWYD~Հg=p41-tSv1џ.Xo*R;棆OhغXmб$.aM$[]Bsnm}|^ -O 9̳D3-;we ] ?z4niz^UG|XYϵM2 O9smlAJn=M-sc1ۮ'$ݻ5GV=is,Cj*%eۃ7Ӈ)3Q.Q u+F-'~з@wx5\OˏPE.'?2Qfg9n=fXuH, 1wOr79t侍  MGkc[D&X&yFSuJ4Osd%KrX,m}2X+bΨʍgᢤ$Um򙚁'}v2qP&~1~)8M=]xG215YE0N'f&ʗapJD=gdI\,$Wj;T |>wHLh/j(q(8McT[( 1j𷽿eUrMnu l[غQ*G5fmTlV6TޛMȖ\JrjƲɉK'xTvE mX7gi(Uv!sG"ʆHrrf\"֐2GFRN<t <,-t꿼\ f56Zj](>zά h Xyw<W&Uls2]V^4%1Tf\xң1].~E4FXxfRT`P??̧?w$nA`|gM]@lir&jb+S5sJ W&pخ޾+O^ >BL &661$6Rh0١~!g8 FIʪ0oSʇg?~ 0rO}yJ]L%~By @̄ŧe~$HR8t' UtqDΗ%uq=3C-5]%1bqh̠^Q&(daWBXv+Z O;xn&/xQOhkcjs@p52;*Jb[/dDiWITl;)^wQ,-58. x*7HUꮵE݊1E74ՑYv_va;y/d^a[AY<3;jB1j!8ps9Y*MPUy/Beڦ;Hk\wK? %ڑəosв"J"T܄l\V&۲g$,miSPI( WTaX+wfVQHy?Cr}(N/U>4: +?ƶw.ӏ˺­ eNʼnFdS56ewmWQ&hM(ջLgIBy%_Xr邿'q>h;JH?ԝu 1yK :9vj4qyc{ʨPUYaM. ;؊ڵ@ 8zJzгs(* X>)T(${4~[5 DL%SEEm~,d,KR^c}j9)u8a)V;E.Tc{.+&YߞED эGʊ7Z`wJӲ:P}IE3|:/Q $|p&)&UҀV$B[a Q<׷yWMN7b.zP@gy{hdI)L~;_0ε/!AW6_T|TJO hs0uIt{S&͵@"[8V-ngEăY̧coE5. W NVh+ČW!qA|͡#˰\+mx:3/ ӝ>»uEoUՁ:mx8R䜙>@ebs{͛hj9w :$_aAah.?7RѠ1Fn" `m5@^zGϛs6̐ X1e%4baGC$]؍(rp(þ>p,£'m !+_JmG+Ed)Dُx>=Pu+ŝ$:i4dO+6): c5ya֝r_"^QG$$$"I坷Eb20ȞOx_ 3O5l|^G/aR`Կx-^&nGf(3̿ ׄ$o2{nvh*u/{(W[#8Z\DsOW6܈^գO mCN"Ǒ9zRyj{`.cx<8g6Qb͝'Y%ݷC\߶^>#oT%"oKvd//y?Q%;*eMt-٢7c#O;e灊H'Ol7A5"||dFЖ4+_vtK,?w}*ebp2%̘{Mcc8ܔyш,C;(:уTX7puX.رD%Gy'^~\I 6Z+c~ rc q5) r0֏Wpq`=x dnټ&iQ0cQcXhcБpN/X4Y>*_R{ hZ/1hgkbydSG0|x d ZZK %TXr<+ꠡDu͆vCI sJ'+/kcu@F}/\Ҙ.RvY҅KVvXk]/WJB:(*x;E' bՎ2/Ҹu^e $v`(9*C_}9{BT8ϐ.r(gc5}'2|hd+3bjdsgj[Tl i{w76:4&{?H m['ά4(r"=C]' jeeU-yߙZy[BI 'G_+YuQN cȱЋj=^~,%>q |d ^e}{I!%~e!VU8^ P< A |-=Hi9V~@N)ƃnz7ǿ)NZXLD ʬc̤V!wI߻q>+dGh] &}Խ0cq.sؚ_M/n3l"ĒG79xhH>'kҖ> l/}6j-oLDHSh0S85 $ Y 4F; TFG %~ŦT%s Olc],i _;ޞ[' 3i 'S Q nfe!+Λ`]|-1tQ_Sw+A(;MI+L~CQBpӗ "fI#D D@c_/ !KmD{tc0*"whP[ef't}}C\7n~KOa j_1NHa/__.|i:aѨyφb n>,pDCOUaRMlݰmY3Mu2r1OI A4#(y5d1;aBp};!P(s 4zAIEo7!vjSbџnbM Mz%/!԰9=SosJ?:1Yj+lD-=|ʔ'{mrSvRLZIQ݆eJgjLxq!B?znۺ!QXӡ )F'&9@CE>cö_Zuzyy67e#[ ŞU)Iq JJO|7>Y3^L^pS.u*L<4$bzӛbw4ja)s "NW&KLdBZɇ0y)0F&~<ULy\iŏÑ8}² )c/W%`7蝢DR}ZݶZĶX~T"[[+1r`D.9"4sަyERICJQ% :H?U&,'y[Ǚs]pAZvöd_X|3OAʆQ3O݋剆6kPp.ov\,Rfp 8=dW4j@Cul]g΁SpԚSİ"l4S!RZhFYdR>S}ix6@AռS 'i5J8ӒVvT1n*mt1xP %eD(gz%?bɸX2"RO4<`Jcij^k?r7JL3X׭ +]o#Em"_CWэ`AOz8›]A$+?6,ooP_hqHoxrܹ$p{*-Q Z rK^jW_Qž|tA2&dQ9=E}L#װ^CuQb/*-b5BcjVʛ]T:h kn=m3!q|F Oh03v2I˯Hv(,h>Cx1}ݣb*hŭ~. @z L+3g$8N@oFۗ QTXQ{ "sjZsF0k>o)k;t1}UwopYuE['-tp ?E~JcX[ PMtP-$7R*` P@j()M^t?KQ/=ʉ>*g zJMܣ7vѩ HgLpCZB`8.\h^6%gbE]z _@] `.&\_*mFbgVb܃޼U.ՄQKnKHaVߑDK >>ܱ@xT:Uk<*{Z"OH`x %EǎXC;' *sY>_zXLᣄDi]lSJ_$D#GbH_[/Tl$h^ :{pK|]! ;v`+A7}JDi;ZSPrʘe`ǥ%~%.?0X[4Lg*wC2 AjNȬʂLl4E͎h^P`P U"!HKZ0(3-MIzUݡlhIթB4<|6<3^*849slջhu~5g@\֙쓈;ݠISjj_ڼQ%5FPˊKsNn.c$9g㥐B -$d:1Vf6ycB0 7`1JMX(5f(95L/'Í,L Wcƍ Q>NJgg͉GU=T4WyaAhrp'8\u&DLYX7< 8 0ཏ,c5Ry(4ά9Gp|k#)wDȿADR+ QAt5h8IfZg̈)^N6#j$E` ߍhvn} )ed8d5;slS K? ݅p]k?ﱏY@>imB6(p#-w1]|a8&]%XkɄY ѭHJg7g ULy n}}d$#uN6st?(x'UALෳ$ z) Џի[)] N?jg0bڟ0][LxWJ~ w%|[kw6\ӴQ+\9t)Øޜ" BZnylA!(]ܴߟjȦŖ̈́uf6Z12R~L}e@7b9wq>Pˋm( &Xv܋v]'2.vUr3gd:幮a=>n|Qeoq Mq_Vlryɦ;L.UF^ D7|EIҏu(uDIaF~wWO_ efݜFhhu4vr L)>|}Ǽ;"\l|@EU-}FYsBF1dP٪f# ӍÖbvWpnQ&.FN2j/?L)r Qf\=S{M=Vcc˰ 塨)ayAȚݬvTnrS-DK!ȶ(9Šl[vx }<6jX7e MF(!Yg΀M= 7ue5ce`sTX%N-ܘnS 8;JZ0m UGͦ/~K9af"-0]~{Ƅ öD4ae޹ت ht@G~m kA b8#L:ekj; ,O'Z2!lMfz`uΤ*_58+0a^K"7Dk!:(GSҋ/F4'Ip".fudOF)ʁX܆&A M<=8rt2y")bɵVXnϢ`f8IgM[!OK6]\nCba&? `+_B^x^Lđqó*+E(Cw|y!_䛖Jb _~ԍaG 6MJ1I@j+cP95>6hy fOv^ف3u!p^pPrбs,ݰvIJ˵J[]\ JV[񣢒`5OxJ:7j"E%d n) NA˦aŏ: =[!z-Pd#"b ;8Dz= *"\XX7g\*RąXRn ܘ%`19Sy]^c7ln+ oYqr_tBKp@t/uZaIY ~”<HqWoޱf,ȹxi(q t*SCHoSVp䒈stlaEG ab=SR:΀WT.=ZAؕi}K߻zq-[>63pr-$`\'6ȷu,7ŽZ Z :*LBnK~u%:4J݄!rJ)ק݂ڻ(BгO0>Ɔ+ѮOd'zg1{G `R R}7 ͍ũ:פW\Xo#RUpଞDZ)D6B<55V_*fP0ڏ {foDQ5\96V9ۺ8HCk5U'|!&c^=kpHq4ƽ[>Ԉ+ѡ+r#O=yb0`֖4ꪈϐ?QVGm3_/@V\ Bҹh{3T u5tSbj`_$oR([L#xi5no iJڛi}q)>igx9,X ,]w9.G,"EoZUOk7㑄Vݏ;csHڶ[%njoW6Q-tN'OLHb+2jnMa~nBFjfiY>ȸgd~oȳ`A8 lk H[jBXy6,Jy8t7U`ڝ"&~VeNT]b}ȓR/wo|g OR,&\)k\ Td剜js?3 " 9Vm6.0sS]lq 0Y  }柄9 U8XVK?](ZFr6-gnh:7!;X|#2]%}hϠ`=(LI]vʞ&/h?Aqlj+aF>*eu$ 5ya#d*Ќgc>pر SA Y~pBm თ#b̽ML[Hs IÇQ3^znep>sI6B["Qi,iIM9J=Mspx a@7[^ 3UG1Tw03,WĞ&R}F4ayUQ8 +nɏ;N| 1<V6{ExZY+Yf]Gz \wȈHn2 䊙L_0죷l%P f@b>" G4Gbǒ| $Z5w-, 0bf,Wm4KtxMjs J[̝ œ ՅTŐƛd fO2k>/ m}g5JkthwRxa<#ZOtKNsT?%@Zk|dRS7a+fN<(M)ʞG稤@\ow=B݁WEHԌ N|[q'Kr%5}B RHjSyΎ!{`v\Cac\HY+|#R4~\x#&cuvVݲ>>?owe\ʢya& @%d.T'#<s_x-7ӽ9kFZ*[0J@4.Dʶ]{VW#! ?þ$̠z/SfAL֨_uCVVu\VmoP1 ךu?b~?-*V"@U: OkTOFѫfWQRbU针H Ԍ!ϡFS/` u\[]eVr{U3Ѩ/Pn{OF[ָff"9P~p̔jUkw h(3x"!c&3j2=sB _vxb(R%<-xT+$UV W1|J}t~yo=^P|󜽓ςD ѧE}TGyp(`˹ %9.ŘDO_ޚwUezx4{`-B<td%ͬ%ڏw?utn]<5R_m94,Ko)С]W.\D\a1 e4oh}Xݿm³e.9.!vULP*Ue((MϸoCAU%_Q;3::L[&9<[Z8_nQ0VσEĸ/ZH8JVz>I1 G`tfk6[&@n7pcB12nnJHC pDyuEѲ<l1Bީ)},?dN׀%|FYo4:E6]Z͑0c^Hr;6߬Ee|ndSeǿ0?k1L"rS"{8|1I$hi<)?GA]18g*ze|1Dl۰dyv>6ҒJ7(ŶX7#J-8eP5a7_W>bYe@FW*X>ӄqtD2m"kw=$E2NP蕥h}U9K׏J[hL *6Coޛ'b5V}durs-Fft{-Q`_kvr|+4,[UOk@ Y_?A"NHH$i"Cp#<叛I6o E&5ۂ53آ#9OǮ&UC|z|R_c⇅cJK?qt7o,ܕk{l2N4K33X®mgԶ{Q{:|gQ-=OXaΛTRu!99UHV//u H 0\I4-tO=GMJV c[Ў셥'\WQⳘ.s0O_TXWncm󙙓c :qw/rŊ7v@e`!kHG Ca>@`7߃ >mU)t9Rrp}<iWf >9ԘF;?FJ` Mؿ/#wY(F}ТCWlAԊޫ;.uTas[}n(%w O 8/ GUeARdp. Ro_3f"E z<7 @Gj7>dl  W}b4^A8]2!Uɗbk}G/BIq4e7OqBh/VL 3Α*oy蟬@d0Kɯ.& JFZ`5VmϖfS4Y}ԗMf0\h??ShG㣺Y۵3`d!|1?3GTߘĞݙz=%VHwǤ֜zd8 w}G" !MdݜV\|&!=$_øG4UQWӄ+a ryMeM˩S>.E-l4-^~SD qcy+VലUͶzX#╴L-gd2vYF)@ئG">Yޅ6N3 ~O3C=T$BJsZ0ED qGň򫂥y!%m§ O9q2QWO;{ۗcs81-|w ;2:緁@n&'fbM Y\3ٕe?/Ԅ숑JsOb∢˥O\LA5Aw?S a%јވ*\ׂY sQ]FUx|Eeb[KtT1D GCG pb DJQ%DˉؠG YJe 1 Si+l%sk\<54rH+[ZK̀|ɟel].e9g+~:Aóܗ"}ʪՒqәHmIכ]<0opp1H0bGDP1>ȇp^#1wI>o\4%HdJ \rZlYةuqrKuN;JO$5e/_Z  B[b^ji=mȄoYɤ%f#ylөx<X)5'lݩYD`ԈV_ ɕ$X`Zn:.$̱b+9EUH%[|m?dG N"I^ $Zw'qƖ;~9+Sn"O0I鎉%2erNH%3) U_FSzQ'u}ca~Rj v Eq:G5X^R;v:.C Zev$=5r؋A2iIs/R-q M?װA*_ȼđˎUØC4Μ/UG0C9sQk`L~= ](և }9* CDzlٱm-Q@"Db0-?Ȕ* w"8U'v˶RQrupRBE!E|`iyuX E R&rKm)1+(y+Ǝ5G`ڼf&?b&B/B|g¹іpUsAT/ýnj:mWV' K4; ajO| lng-0@hq ~3~lU9g"R߻SCHYk"{!*aE)D*^TN{8xI{ ^eB9imEpEocC2^x 5Et>[N ׄLUTfV ve*܋WnTZ@Aƌ}yIiw)uUp[ZioLoQ蔐B8@k^rcIuN3۷EyK刅r(*<!j&ZDzǣ?Gԛ+g 'ײ%QwZ뜻sI "|frߛfBnY>=ywr:>nˁILap:Fμ;%}>AK@!!wX&Ŵm>O<6hs ߱3qQ>CT jk|W6ߢhV ɠYrwIPgZ5Q#TGe!7~'vm.giuAc\v$M' kmUUsP. Ԣ v)G1!h]PĤ3'P6yz>{jh]JUzFF\nG2ɫ8[4-L6 5o?כ;,Ťay%Wly'E) % OrёWס<6-)vtuM7iX&2☪+ ߢUa3,Wl;6J6- 9; v!$70S.Z'TU<S3[Njc)U$:a!b)e%3n *6ϼh[`N=-;'j2l)gR3$c}Se7DMwdV"l)æ{ ׹1N^ɍ26j⏱q2 D]Sx4`qR$z+4J4¶J }Ɲ·;ED:Sʧ!`PJ7-r]bjEޮ22<:4#gT.BN{m>>FjZ6KzKXY FIB0!' {. ;b`86i2rQy0Mz!`Ӊ|z(s}z֐a}T8(o0Y;ȱ)kͼ,09Ef@k;g$t>9eOf5\![ʮ'%Lr3”FH;55_do".sF{l*tQ"P>K螸|5-kcc!CBAODcǕ1zP8[]͋{ Xa>zC%x0#g5뙱wK#q["-2 3Xk,p޸CRUk|w)yP/̢VtYMX-r{)xaH8ت?mFފҺc>OQX'RA%(<|ʺ9f4H tw2X: &^[K&0jbq( ýlC^ץA3j|$-IPECdA>rBW]=L,^ SubMg $9 *da wh LXEen$ (qnQ\'lnNӊIQzj Ⱥni`;p ҩ8Fo^Vo)'cېc-`rS[UpAl IJa܅pGʲ+u"{b,+#u'qQ!ci=4^` [⌖>n/G9u4Lbtk}Lp[!xփo>L6O浫 wj ΰ1KaZ|佪=d/{S3abuXY jAm䅥Qy5Cl\Z-NԽW /K5I ^ /Yކ\XuO |Y G&*cE걃Fh~ %MԆ%n E NݒRIžFB(^CvZ@P5r_T0$mèo+e7&1e#ik2AnL> Wԫ?L%}C=!V{߯=\;iIU}]儶s&:v[|BqD1A :˭4s I-PEAQO9f-ͳ"Q)Se!:`` mۦh t/Ԕ3X^mO: wSP ]g_W#ؠg 9j%(s-/{a9}+Xf:ATB-UO ayDF{5'#&)_ةdZo,*ǜ2!PuƏْ[$ۙoN=kNx\[n !xd°.73)oΰ)3o"xs']PSH{/R=mi$۴9C&;^FJ^""'Je`@@.9ۉ鲙` =,xjn/ZsC:R; FN@E;1 sIhZՙl0 z E ahT*% *B}8GȡކYuy:l.ajT/ie#|699Ƹr a"Mu؍X *&p5/ڃHJT8gu+ h*>geχM de˙[-ȲO[^ΤA)HR (쮁֚oB>F6̛oߑ YdiS/݊bAV*`W[X!e]<#ܖWQI7|wa-=nbB{WT%H (c$BBtAk! &zn[xĺRWSj/m.,-q۳Y JCkoF`O^H;Khf:SN[LMl$cpdFHLl2幅2n)؛+f03/@}έ?p#D{'g}y~ Ы${{ Iο5 xC9[ӆ*@‚f Z[+ Qu},XljɛHGڑH^j6e[7bj@kR aAC£s El 5OEZ5[bfL8MqG -'-GHqyExFXoOA}W:f8sLyO%ehMM]Gs='4U! .,$JKQ@1j[tn1~/reM7Ӭ@q05:/={@c#K"% %ٺOņF[w9ڨ'^AսΚ炍6} њܭի#<=6  $}/^5ò永Ñv~RWSU('L:iuA̒vr JF]HoM#t]t^ wL1|A6=N܆=KΏQ+iuvhAMOmfT"y.{I0y̓p; L >gUɮl}:=ϻ7V?R\:B,|NK"-1tC ֢"[}ήzKOQљ+ix[kQ`hkghкdXESk4T&9)߹ŀnB1ىS=2>n28Is] UK/@3=~)Pt#&? N%e쎡moe-욏\}S ^Q5R?r+(KHܤ*fkϤ`f?*%%1 7|9K_@9i_ Ƕ\#9>uv !IN1 ,hT5~ Y, 0q}mgPA'H[nՉGXaχ x==2beAȯL*+gWbt]=LhZ7oW확:\yV_| ekM~ED5pۼm(atQgRn1;3 mtjc\,M,">?5 VvسA۴o-,\&L$[%H "[ExMLoyO=}S̏Blߍpzi/xK1 6Hi]F E%]Ť? ֟/wtr 45+9clAOK5::ȚjGWu0% Í^ `8@b1)"Av ֖|MQ)?y!J"' -O F)ߺmh/;4rG0tHeV\D~iBAϻiG ;ڐ)P[& [Rw;b-Ju=*0Ad[#Zv fĠ>j:N}m_rC湞Ay1 !1R%*K4p5RЗ&( y!ٖ8j֛g^vգɚy>OF0zAuR1`)R̮ޒΝ C&/ơ<Xth?ʝ<P%)1Hߧnh+UotUQMFW,L}*-7X3 (O)2f?nܐGeV$e9d_0wn1_&1-/U匯JIC) 0Ʒ*Y׫w֢Cmb R]z4Լ]rI)m Ke(>Yfgg#wHH'^zg9? mґh 7HC4Htty3'iٖPb:fγ]bEl^{pS04p.G3QWgJ ER:¨eY~Y]98 glY* ~|wbw$i*iKܥ)|?釮 1קt t-?ſ:<2ѕH"E.pt~HP9VJeG]pq2k gHH[2l.gh"̘r roYc:'LqP@]PfivPD\#e.VSGP2V̂&ɚnA'c,rwF#GQcҞ'e+Ӑ@(dT.UPöt-Q[j@&|:H 9>!R,lRq;(*qE4sLJ^.nr+N?o\q (ϪPZx0[aŀ,V3)p{\#uy< !*9a.)IsQ_S= w2l(+%])4 J;_JNw*[XA\S[Ⱦ+R3 ls{ -a>.Q\Zf xDis GԗE lāyr$^L_AЅI|-I%PWo|Yg˽հF |0>47ow`WҏQv辳V_- Gj9lw緍ADnJ%LG* `U^\k<9 {a>ِ}^ċK{9 WU7<X "ͦľ)pWQkaX,ȓOrhl]'NUl?s^w;mnN1)-%eG} -B #&nl/jS830ЁuY/辍Z|@ [eilk0 $k FW>V+O^1 24gBB&0`z$-`~KWUsl_7[ [ʶY[ڒPM3(-xs]]a Ea/#auU w٬$J7X<}]p+`@ ʺXs Z~XUm2Z|̍Cdξ҃9pzN昤BB8uƭTm$I̹EDa=Na uĬs;va0*TC M81p_+o,a, [\)9"AJ+f, 썩}_MG/x"V1E9ec RAK_#͔pG,ܪ*߅QɈHԛKU-| :$@kl_me<0+KRuHer&ϯ\`&Eiߠ ѽ\%7@ ~1_ d\q{ i/)WjyɵtZB{.,3!/۳>1@/@[,MG,1 A5XN<ռ7To8}v= 3ޗĺ }$4:MTZEn]~Z޸ `#iHK0IYXBrR͝qv"7`TEVPI1{ 7 aCdꏳ}Q=t+xn IcF*CH'EbnU w?bRxuORt]+ #(,u >^v{btL:H!Xx ITf FH2v!HR!/ŧA:e *>ưȋXm"mVSj?_ʧ*7EmàuOy o-!ObH5zc"nK|a ']F+ږ$l0ɸW٧Il;݄foJ$3ʥ]Պxƍڭ鲥B]AȾZĞ4JҊ@ l=&ˆP_nyjj޼D1 > %mz".o}A 0(D{Fj s%H +mWduQ(js{4'c_{X77u , 1-˂yBSYLδ27tʒ=`krݖ]!_ٌiJ}V9ED>}r`\SȮڜci WoMW#1liԦY~#q<,^ڍ<Ew~(1Ƨ_F2byZp畿 @II7n I.K:f'.4JYbʿnmu݊%i%_бM5^ItvpV˲a-xLb?{F wo9c = S@pMYZ=P@޵J'`2':NV䀘 ڐ2!px(s?Jm@^@2ń4Uj.[_$-,(:b&MR:FLP]xBxK!×6t4MX01&W܀m>il Z2 DC"gBӜS+ \|+2H3|zEhŖ0:D]py{mv͕gr29s?g5IP-فV&1O~Ô liD5Tjy[LAieu J< &ҺmaS:;z)Wd俊0JƤ'+no n@Уno\kX=HF!!&qS`zyBоpùfk/Am` C q9hS~(B%a)72! zKT@Ԗ3Px7P NFl'yPRB#L`fE% z5cUGv)b)G8P+M<&ܙt#R+#=Ok(r}G%N 3y"Gr76}IQpނ^Y,vk-> m_=d츈Wd\(*5%0Unބ& nE4w )hEPtcUw@V:!ٚM5Έ,Ω~XlK\it3W"jh[Ivpo}%. ɿ7eM%:N#X|h)qP %!ݩa]&S"ЉYzB^,ȌnfS2>I~VskQNuc➯`<8&D "U8seNcMyx$xRQÂ⎤.QU@łFg&!5Nz x#V9蒵YBdS}4Hj2rUj7J{camb'_>mG/hn9|Q9#{%z.0iwZ9Z.f" F*z:>EZ^HeWZׂs;)ϧ58eP|l˃eS /B jȷixz'c,B&v= W2L9DFRҔll+ LGXnIl0--q9ɣغ snEKcqpL{r!Ac*eb+&lъނc<_t!7} X!qfZ5ɋ{'tj}8%`Ђ=ҭM$|/fX`'T*q"I1bڞ^L`_V? !Ɇ~ &ƭal4I5 =&!ȞLaa 2ބ7fq_ό,P"ªćn ƾ&<6t#Bω#C+hO .F!FEtH`IPKSQW#^X+)[^\DZO] =iNIO.wap\2g絩V͛)H`0CUmB,罣 |}{nԼQuh{4M (+ļ֡)J˒nTRG}UKM4|IWI[e?p_du ʈNCf ,qGeqxO۱|F\saAb jk>r2JUޏ(! rml!Vr/jUCOQqvh1@>Sq6|QvfdWxB<̚HKAzmLGe'CL1l!{ [8Fye[/9Eo*'g?0`c?#) ,̭no^\=/[ n*ha:h׳M0]n ՟2RLnA YӒo`U?IWWj5 DkXc4EwBDo[(ej-(>x1Qo,#svfo&[ǿ8qޯj4+l2ptt^09Ф^N^褲ϲ.ӆzf9UT>OVЭ!&ьN1p,ǬZ/?2PP T4*4W3NV.ɂ\I98@ e!\"4l}WcmIX7Ӹ|N*=\P% [ -xj$$rט:z$- CdV-^]-Oli'IDTv4 -BW'.^O?0 <4D]& 9M{Hxj{qz]DA=XLEפk tPAX=Mr}ɴPdtq{%ISi`J^S@Ebf-H$#ҎQ5֮dGQ;gg0\'ONYgQj#-N2|2̊LO "ej @e?=۩?b ~5.m<3>&7jkۘ i f6fsD5^9s?ek(Mw`[w³TYisl0ʲR\ w4V;vzp'tnM :#0kw%Y6qFCv؏C/O"bV(b^dCH/$qXz蒃{aigyyeL"\7Mf 1we\k"i9Otfdj0aPC{wo~ %|D3=l䫀" %9RVr/ % IlQr }(q1X -,y,SI1Y60>S[l#:2F"I=XBJ82<<̧g?]bFX j m>DEDL $>,,џ#=w)nlv :T56/C46g͆UO޾):e*P> pd$pk̠D[jʳ4)@YldӘb7f:!rn+@0>;|).͹OzrSFQS^9i5OB6]{^BVA2 TX7tOxv䠥@mBZܳEF~.@S䛞х~x,+ȉf+;;1ി;lcBu}I_'AlLy^Շ?6j*3P礉m&\_c窎~,PJy7D^+JvH:jk2c7/pNV)h$jOj+3?+]XgvS8/CL0nEF^fJ#n导qhIgV۶lGRKW̼ļ3>9| .4\,@,߱{wEj-ȤE4 Q3O V{tͷ5ᓕV'tqmjcvbm0qB,dK>#qkACOүX-x-P+:CrU" 3h)7ƨ'*DdaEr,}9p+AZe9̸1 KؑGCJט{k#P)` 4LG<)!", }9SӕFkUD'^K &I$ @wʙj3OcƱ/@]fY6yS4}ٯCg4kি@ZC1"bXbC8`6frTV _j7U$>w5) KsniލsGg\趔gCM͟5 EY@AIrq̮'}[aOi+E~ň u8ZjI KQ(3pvြVPV_!4vZ {EO6)pSZ/~C3]D}Z'ߎV }{T3:rҢ~|ZE8P^HE&ˇ+vPu$L9w@en4T9b:'rRU|{p9?z 7lyTClVU+wn1 ;WL uS(7j0d`TWY8alw,H P{?a[tXu)H KK4δ;m8T8ef1Jp9)f)*v/%e50Gsuڝbqx7;xIY!FzEOB "S%fiIi} Lx_EL% WgV_n%3j1(uQ]3;5;ۿrR,*2Ns`TbM ds/#.?oGIK ]rNe5N|eU B"J'%;;Jk0#8q"CB?9Tp,F ݗM#4K)W 8 $l4aiχZЈlrȊ$Nû z$tG$f+9*Wڭ j+Z/aWb ܏֝f<wGMG!ŹH-48vk?Q>=1)~N & k8rFornLεیz Hj(kyqb}&"oXçw˛]Ƚ]`,ӂ@@?I ;c;chRhJF L0 e j'ybMcu&^¯K ʶ6Ǽx3n]P]` 9_6Eehzjecb㙓ɖPb[1x*0.A|LC <~|wN%[K) NuYBxxTBWU^W]=_j!~=&M8gv7k HQ 4yÁxAZ[["*& S8NnrpKc]ĝ2 )ȓpI00WGIPu-n)YYƩYbw{X(gUTtոV ͣppZ- \O ~_]8:6b?ZĻ`V%ǵ;Rt&rH| urC|xTјeQb#U2Im?{ ۽$maJ戆*l]!vV K1KVye}* AR2ޔ/fʵd<ò)l5K#b_ƙ2IӭM1\K3Cs~N47ҀQ|^^\$[ *ט}WQSO !!A ! BG]~H"R[b!y\{^ӻe\26سus+qf1$'"`dxgҜUW@j;kTO9DFτcݏu].VDbŭ`:@=]oF3mJd=ESr: 9.axpG&  S!(ű~ߘoL,a7uӜK.E \公'褃>"g5|5W(75~3;;x0P5'-%OPk4غR;"?˸Y(@"&\f{o* g yI2UbnU # #-yLqZ9@;Wk2B.WQS@GoAeˡѸ`Ϋ褱,6 y7lP %xrUf =@v X^np];iekwjdyS1f,C?YI^SD^ RI\ (DS$[)01nl=_u>-J#J1J[ƹr-ķA9m[OJ[;}C[?Y,1e]'OQ̒u5~5TTO) J4G]}`9ny]d'uh1GJ ;Jy%Pi'uNO'"IBVunB;Q=([yQy$[R \"c'gDè9x(]~$ahj74zցcZ}3/8DI2sݐ;Df{LZjڢmHA@?WQ`P?-탼wO2R~b(T<3{x lS\J(Xa;zܐc!H'ߠs0R!fV*7pDD XRD eiimMk2$"|l*%E`z.,K<Q g6Xo`Q)KV+]>πрb T3#tfwdM `buk_ZT2`6,70S%>#N.7j0M2E'#ŰO!z+jσO5ٛVl;]-lqְ..|V7.UEW.{AAZݰ|AYf1tv rpIlǰ7l=b&L-H]e5XTx#!4yQ|&Ƭ{*u\?:}q1Jw:]NDji a/OOn0qF5(d63W#XVy&f|2s Et9VyTDTZ[g+1oxf !n䵵ڈ ֯$PJ5-s4$ 5dԅL*o $lFa%.!Fln$ oN2rUNk3u̸m:^Br˝! sS}{kտCdԹR_YoH|\XA͏Tqv\ymO6MicfzA U1)hO']jxiH~sl WI qB90|-:kdƯ2-7acsy՘YgC1Gw.붮tFI $4)=yl6ه'), 7J yc_`GE{P+VW c1"1 Ta,.|͕4HPQ1W3.3)tA0x0U@!qrQ56Rir$AyZi;*d6$.EM{ҙ7&Ŷ9I1?Tie[hRNe$_V%DPV)خЗ&j\,rs\h#~h̄3]#X[^ņQ,/TYuI Iq >l}KE&$]4,/) 2nvWy.IۍG&z~qEx$$?2&l̉GK>/: ,9;8uG?6ĐOj kc&n5?̓6~w2FqY.} !Ame&≧ ݇C'zaW!/uA&}yǓz 䶃o sH f$#UxbD^ ͻ'$*(n i3H5Q/debzIcvBļa u=i(_[CsH])B#6KHHC;\Bmsr@6ү@Q ${߼[[tŠ(w<6]&投Mjp'Xg7o%䲟ӔdݡЦĸxDڵXݽ`nJ&=ܶ_D>Z8<-S:t'ZMbh@S0ع4S? 0(GS2[B@Iqm2%ݩ {]}ԷQnғ߶í >XDDѳ n<6cM\DZpaPPټ_"k{ޑl"I}E F U-INCEwu10os5[=@F*yR-6d 9^vv6sK#v!(+[1֑_\W TkĿ  mW9ʹ<>)koyiwͽIⴢYݙeJ{.7Y P3=QL-,į(>)(-+y1MEP~wbV_.+JF٦Kڡ1,7J1G:(*k8 ][dVJы&]/# ?Z{^Y=لoEg1H8NO6Txn_AquTs>3i}vm ~<1 C ޽uF1Cp+w&J]!jjһmsB:h ;&k5g4l6GY˧4\^ZΗ$DGf } A}990qrF_}t)LIk` Jɟ(kKG6qڂ$eE{>O0Dpcیld?ːVxQ !E9!ٵE1^߇E7e|ЌDc,3&xf#$Oz뒘xts0.N;`NA_oGfm~:|L Æ3ij 1߹#=hMq3h?{5=A:$ Ձe:b1~ȶ;'r0=8–,ڀ r"%zmsV6REA їS-3ç |'Cb!7G<(FdN _+߯.#GܘCf!܌YWj.\w C}d?4bfm@܄G9l"}IWpN(|!d'j\V$yFm5mSy uHv$)bK>:/5<~]d+I0e-'Z ɚ>1s#EOѴ?=zs#6;Obmا,VKôr=BPs!L諸,cSAGY󊜳1FR#mhU i ws E ~#")Nn$ pq!_ȩ ޶E} XH@]疒ϯRm-p LĖ˾+ 1k'ґ%THڟީ.v{YLurf|jxETw@`2eaIA?І rXzvv*ROB4g9D:nx1W0{GtH>";ojWZ'yķv(6ޒN|GuSPcI5ϴDy_r )~01zy?ȜḊMx 8˂ Yonov!NeNJ_{rXq9Z=kfYu:2Og+7 VPqQ5} |=e r YZ