PackageKit-1.2.8-150600.4.2.7<>,q؉fjp9|a~҄#B(V$P J.&Sށ̻dž.Go=$aOOj/NhMw{Z MCZ8$]WoI3;a 9h&hBG j<5;C'7ԆFSQ?ϼM>ph4pcRGs_wayŬi&h`Tjgj'F7,%K`ןa(uG;</D7/ֈVWܩS>O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dw9)@w:2w=u>}?҅@ҍBҕFG&Hӈ&I &XHY\ZԈ[Ԙ\԰&]H&^bcڔdef!l#u4&vw8&x&yh5z<LPX\`CPackageKit1.2.8150600.4.2.7Simple 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.fjs390zp31SUSE 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-modulerucks390zp31 1718285265  !"#$%&1.2.8-150600.4.2.71.2.8-150600.4.2.7 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:33664/SUSE_SLE-15-SP6_Update/6456ce62b27b73b316fbde7c73b0c98d-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]=fa11caa3522a475e2405e2fc1f538f180febb580, 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]=fcec8a2f43f5a9510db6c00c89df8023ed43dbc7, 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]=033cb125e93b67d278a6d40c6cf7a09c23bf64dc, 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]=7483d071b0276be2b9df4477340fe30bd32296f5, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=626a9e0c1b71fade7b053c8568fd875afe6c5757, 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.2.7.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 RPP ]/9$fsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-80840afda79a2ef81128143bc67d946403bb01bd188232ef1c36cfa3d9cdb5de9?7zXZ !t/}]"k%R MscbY8_wgCnڊC:qS((BV|biN u>HCV:RpB/FDS/MyٌvύG;S[w+"bsaCų V ia^K۾Q-#U(?ߦl.|5f ɖ}} 鯙\Zbح/Ӷr -F) Xh@rC{ξ*Az-`N2b{A©d;S7$;$$ːrś;̉ΰxX?EmL+; E"KŸ Pւd$8g-;[jMϸj[%.( ( $p"fҘ6{ Eϼ8Ni9qDzcZqg4)H$.u>תsW傾wҷ*haQ5F,8&)L;WZT)4uA,ɇɌy-:D}|, ;Qjt颁E/ML o30v&!ɔܾ&oat ]갍qK/J7 *Ԕ#@ }gyGSdC- +28J:ZOBV(YlIBtUEfqTJ#7ƁҮQAmhn2+br3 қ:LyD[w#Γ@S"?vFuz.`B @E(H?uzQM˹os;XI^x\+VpMٞȫc}sÑBB!sX ;+%>8/ţ׳&EXT; Tj%m9ގɄm7GVȍȂNC֮5){2/g)bs{07@^ӛJL N}+,]]`HI !A}jN8N؜|JuCm~N@z#+fG#y{b0d%':4]OD?*, ^ޕ1)J\@(J%t;f]Da >Uf1F8rByJK v::Wʦfp._jh^Ƚ8EeЏI>&!!2[.AgBVڟm!3^& OùfJ=PT0}>FlWHESs6X҇~hxZ7|qEhJФ0B@>R:ӛh$b0mGTx,~#(=8ugh9;*oI,o (bѣ_Bknx d.W'V~I"ed)ڙ/_O3?(#=7ݰqpڍ}[" jĵyu ӏ;.7jV$@:w0,>8B!UKeIůU!C*tN,_,=4-ŘSll+V\[<39Sg>E}ne?{Ϡ@ %ۗa*j&f,dE4gO3dڵ30ĘW aJ՚PwICaw>()qW u7Ba0FzHH75Ul:S/0% &5, YwLDZʖΛcS? q슴V I^&֩oiQ Bn\bmGlM@Oz}oIuq;9+c80zjNQ˛5)c7V$L40y'&KN܅[%^،5xP %'iy]7GϜ ǡ8PSkѐ:Z=B\sۉb~OeuX+Sn<(@* oE)a5+ PR6[Nbo/&Y;I}X1E $_I ^o㼪ۣ8۪.fKY"%_b#PզYivS`@LqN{U&2%7lB:Jڲ G,gCBqd Z1Zg@Λz0oY(RrS('+c WdC+rpIQLS'$Un%Q!Xo'@[f̽OoM_OϹ#).O&=LpZ9K%la}XH%/#e1(RStW-eC)42aUH¶/YQ/o yy_x"_UJ.PݡI]E$lwG_Wh  ~8δg@29 .ģzNTiB N_3\a|MNoWẹ 3児FqN1|9nHkoʠ`NCVXwvBe ѐoq&! <;ai&f'3=uҕԱpʴE:,geɭIR걭Ӌ%MuֽG(e$@dUa={nif=7+ K=עrU^e>`%C{k ͥX^;) bh1._`/ p1˚/ݕ0 À>/1nhSz6rB'";vpK꫒9tE.ع=x]Yy4ǦW]y˴2IyRO[LB彝. A 6qj =#trOsi_t-6|#: aMaA%f7Y,پjã1~lPNJdҤ~5Ҧ$"%_]Z9 B}t| i>;_ĩIp23w衽oVGU!3Ry=4\/˲x)OL}%,b[4>xZP~Ul_CYYݒ*;֥J|kYZ (p?ziipBlG02$݁AcoTA!Dc淢%O_7Y6e\ˀ}txRgaƶxfVE )0l9z$bzs[+#}%X( [YBRt1hB ݓ֍g [Cc2I@-FiR\p75]跓U I|A'hoɉ0c˸u2F̠.CTMo7Y-+VS7-'gnp4$-k >nܮCU1%$h2T( ]_c K0=!y4IƩB쵌Io:6(#pn>A~ʨFMj17+ 3~T_[(Pi2k(/BҖJ*L k2L4v^z<_ti' Yf4EzP! WIp9"\$j_t5r󴎅@yMLYB4oq LbМ>[h#\䢺mԞ"m2f|On)؂t0& BoMVcxrb|q6=]VC-4nWaK; 47j_zj9KL+#_a˔#7\CukkǢ:R9\5CA=_$/Ń=MRZJଳ'U6Yݨi^-]|D6Ppޙ:vl\KXヵWH6S0I P[dX^x8uVĽ8u-A'z6vհh&!:nq Y8s.lZ#%ܖP)R0U^`3:*˴Ax赣T)XLn m|Q P8#zIsTwIp{c($e8ʖ=&ʻPW󵀲ܚR]4G!vWIy9.g~a wpPQ)b.͂ܐ"$z[d{Ռ vsc^*CV 0CR+RH%J kl׭\DL P|yS2fam'( lm7yנfT0FW=еvNЇfM}P.XZ-@6qx>Bm(n7eX..5u[Nr !cA@q0~p(%eDF=~dO:7]9GxAc!ď3vOdfOXGߴW mV fnY _+#u\c[#;!7h3Da##qoGgTlfYu8q? `="[t"]#ly5"?Z#(U\fʁ-z*Se8 5?A"78Yyy'kW vm0aI7c,TOnrǰ l [\2# _0Q#TbҦYXx㏠ ; ?$vX΁acF+pw= ] !RTS6)a(3jbTժCIP`Vk?СF/bšzO-]to̽Mڐo꾛UM*F\b"N j.o\PcʃGvt|k(O`u4 IkYW!_Î&qݨ'q}iIvCKêʍXc$8ja?&1-d][VCUr_n}2_=`E)+}@N /<'Lc h n+krLJZF(msyĨ;I1X8kp\ kX? W @2Y i"Ð7 e2hm 11Q/)\lsSUh5.@vnZȏҸ'']`6H{QU/b6!0s\Y5ylq|Ht ]T+/ކ>@2 jXiZ%`b]SS Se(>[@Fٍ-} *q.tI{nih;4q#y{pfBsگ\,BӺ`*s)|ssʦ .ηV5`밿91FL>y7ڑPr*Ywr/6Y(]#AqR# eg;sOL!-Z] ]ͣL,v rB FA5A> Op\أ0R-I ,e{.>IzǪUG޲O! LeH3z?+Hu5:p˰V\#X{#3Rfb9Qn .:M#ߘOD.ވ XV*%Ed2L?:v̄=1BD L`?U nmeҿ+> X TM7hp?=Kc{F IJsY~_d&`ә<ʏax玑ZA0"C-ekf )EiPfNzŌNLhYnid4^xh!Ff_YCNMķA CTt~BIJzNjg؍6 d}]䫡Jv-4-+I=IYR~Zw&rmĊ"=ȳ/*@ M"i,3pÞ(bn{Dx_T<;~x3Kޭ416:F\QzI)p2Y'`7zn]LN!)%I:+Si3T UŹ*ޓug@b|po(lXYE9fӒc?r*)Ar`̋T3+ZyZ 3v&ʰ| $SSm=⇸?3/s[䵿7u5/l t38+J OyО+ƂL:vwĩːPFi$Bx۟|đigr9!.y`=&ʈZg*ܙM$-+אst:&F1RlhMаa(cmoy *D`>De5 _m+|d{lI>twA..S98T0H1 N387R* g-'"ۺWAYq7RD90BRNJ1ּN7߭lбMqFV9F=kgW/Hfk K@dVㇳ]A> yό g]`0@N40mÿM\ z dhKo,Mc-GiOggQy|o'˖~A.afJǃcqʎ&h`;ʌ/ QڑJ~r۩A th٬p}58u5%}vK7i4Vy>_T9؏ΚMW0d^Y>kTTk3uE%5LR<(ut~29uz]7q]yK[frX ܯZ{$+)"G]}IrԌXluq%[2z{vO+swzkrh$5 7u-LNK) -N|_W.)wmn'JQ8!Cąf2:FC,~Q.k hT7`q: y?UruT ;=+q]|M˶~$_]Ijw7`2k!&Q/ĐUU;1'O<|uGpgd>AG10p'$6VD3~וPۓaTrR[dֿf /Cp::I}&Ç o_ύL0\"/A9%_5+/=֛st8i Lʶ;/wARϏ ʦ} 2rV/CFAj0]iP`n OBIWM~c$U¨u#%j{h/lIӝ,^ j:gI0yFx҉:0t\3Zf5?%*dܣi+d/Q>ij,E1  ;Wvq@Š*募\zTnH|\Sؠ3vX v5c¨m9Y,M#,ϩW<Nf:|Z= +WF8k< ~Ѥ%?5:&1fSڄtVyGǓ zQCZ. %u,EE@18b=#+9J@oy_atZ5ggAPMi[nL$@uY,JiQ Ee='⎇C'I?rx}c7;FSK7fQ7d$4ټN_6X\0p$1W)^27󴽖#ݡ0S/ b \+>yCg>YШvLaMIQC{Nj~HK)>ghzYr%B{P.68í[ߍɿb=5NTnעb~d1_댔>ZԸG5Uq<5t`Kl=؂ -TbH:1ycV\* dely ~r鱣@LauY1ʷv8@(p'v :/  M$WwWu [U鳞ϼfbHdY6Q򲍈 Yq#KoC|W,ty?/G^>fj"='߁z|)TTD8DT<ȱPvG.5\@ʁC't,0cO= ^}֊X?GqėIV6~ƒ6u'gV/IX*J3ŧד/f[> ; -QuX:!8LHqT)(i$ny(%iJ}㗼hnbkh$ 3%Wlv6h&/7ma߹:^ 74犮/ۖgM{ Iu &{C]+#"sŴ+QD>,xױ-#A?^Ty">p֊hFZ1KǸ &8pBf+ ~ p}*(9_I$fv{Jf M4!P̓xJD{ i`_>8Oe{O`}|<]qg3Ԗؠ@׃ﱥJ 8Y MO+!9l~#[8 J$?&3n"> Huə|rV](h&(̨x\w#|Ó66gh -6Xy{4_Ŋ?`R#Hm6jxlefNW)1bEKJdTA!(4,|+>ٖ\|Be6C@>S cJ-I4Au;ymr3\{nJZ-$.&:b'OSfhdbR(LԟpJ"ЀʈTj߱5B`d"[Ž^U|06`nv4; hP{O *K…MlJ3bƠ%D^X@!&l"Aո]ɋŅ2 )M!=~CՃ/_Z8L0#Fxwm{4ԹLNx=y.SJsTkYz@ -cYjNJhgא.fˆO$ +.AnUE /w֚$q*)7iłwdbx\Pr@$K&0nN3dB1ζ`/Pt*>Pf}^g9*a5౑җ1ބ%|yAy 9b4^hR[*qDo6ۼNBXF9GJ&:!@D$f: %5hx(~LbZKmVkɿODD. 3=[q =kDnuzWXťlE߸ψs6Le)  fv؂" _M)et59_Ա&A}9ď xv(Z-+uk"dyTn[(Z>?F`X;F?^#E{G皵zؖ)jA-)hQpcQ"\>NLVBrQ1FkPwO\œg1haq0t"E0ycRBGH^sn*r=sv5gP|&T6 K1J Z1@oW[0Iſ0,XͼT՚0.[^cPY6~ tl0vTXDMuOacGG4JZYӔ᫿R@sMnGa4C @E b;0\8 Z'N1gBo) |5Edrh(P+m{@PZOT<\SAQj6:?6ZfI_-;id_p9,MRlk_0 m8+,mW?G{{DL%.V)UA$/dwS}" ~wB9 }KQO[ 9aZ?cG߅sY *C)R:Ћ5A_}hF0h{;;p0.+܅˕dJeOMle]~e졡ʁy3~Pշ'$*TXsWZ`ͅ|F'ABxok81Hn5(HL&CF>2Pqe̖ U57mOM @߲ջX$I$RVipAR4Q$%=W4*@,sZ ͝u-0/bTZk=U a,L%\kHKt w$hAC8М96{<%'$᥁d \?LQFev4עJ +` dtFP'ղڤ:]]v\O9LSH=¥r_*Ah#t/yȤ*f|4:L0 Gj̀rX4`* M`]h̡P}6*rQp H_<~ÿjϨqhFW&eONY:S5hAYHa|}E{0h5[ 7S@8Ғ!EfcB?*k>>^yT)3>:|, Q;j폭ᡋ4zhk[eHz7[fy:PKX9|?,jueABε(启}If2o0,/pX)_M;3D /Zgu꿎8~>2&U : eĀt溬L&4dJM=^0D#ZuE4\+,3@5H@}nDZnɡ";ϊ#MP%ZUZ m"32hUӶfVfsƣ O!#yo&xy.䷅><E}_X7x2TUv P%mL.r"^\:Es $Wfᵻ0=ծ \Y~Dt*h)[PSPP?޹ӄ~/zpk' e  C , jh->D62a1*K k>JTӳ|NO .ag?}8݄-Ug^ei$ab& L#- U7F:@ߙFEkD֏||PR,i\A>X2.\_Jʷ֋u7Lu(` vDeb1$:WZo> 5i'IDٚE~DsuR(!Y2V.e~.Ekur`)3zWF-$ t<dOLs }m՚qO`Tl>& WFM7MyD)Y&YHl/$itE|b_ } R#x[%wu28|‡Lp1foi\H-3%XV0ƩlkJ!/%G{(Ʊ;1ZR})rV6-vŻ+37qq/mm ;>j =w!Q 5W~lm>SotB=Ћ$cqhvZeBڵtբ?BUظ" VP]M :%C55,㤏BbK״H)3 =DOŒ#\ao/5&TP1VmwC5!r 4mGl!=3/] y㌺KW ʰCBM#2ЇwɩqIW5=<ԈLFqXb^V\$@L~T896+ؘ!Y.@qRϯ@7RI'ْN&<'+'BYK7JK0IaUĭQUxZ݁<æy;>ƎA}Hg+?k,tJ%(NgOKdNh4`g|ML Q Cjn"G?dž@L%/icy{Qrx/%ģF1 lD&eO >{RCKaڲ`121v+ w6d1$jQ 4,wX-s2@TIf61ޖ'#:iK8bfÓ~[b`4auG]k\SpiA"H"CL AdꙘvTڞg+bG!Vh{u8 FJ9G6C*Lo_Ik?\(dӦΚۉsT x~ekP@-C~m+lf-i5Dl4.Y I6tQ_|^k`bTuD(rUE5ź|{dx _Z܉=$ca׽&L3xDDԮe 9gr4Mp(N>jk vzM^Si5md~,>#nMf#"GyF->(35"*s:5Wxi>\wiGЋSod1ףDS,Xf-Iyf.4_ͪ 7kHsz̟YOvIL!GMUouP_o734R҉߷ 6;0  ,?WicE{9矰j+- _6- <5jl0* 5.!ٹhP$Dj~Җ;k"=2loT'k1;L[ZY.DT͎w1V(\-.PlV{gG 1nkysޚ*7Vt8fSPb.*x 6T˹*Ѯ&#ʤ}9b2Iڗ[/m]9/7T2f .HQįC>#ȡ @mB+>Ɨ 9lrμ1Dk}@-"@xRdOJGߧ:ẌfNRb;i}S,ם]m=N-'X-PV{ :cՒw=(vϘhUsÁ!@83DG4oE~IgpPcUժAu[g["!vUSlU 4uD.l; {pւOpOnɑJXe s_ܤhۿmL#yΕ!bv2&ܣ:uA~✫maYL'K`Dck{9q[ S`3e.:G x8ILxMJcGOP#(&O7fer+XSGH|ZJ<AZcؒ (_ByG;g_`N Jrb*}/.JrC.n][4RC˥t8弟~}}ccAu4: NWf?1F=Ir{cH u-olCBq1=REQ(XCT:-6@QsECkª9oӄ]}ɹmW+xmWJVB0b ݪNVB%b(`ce *->:sάRr<8|K-T">{#Y [T&_߁,|R ln1v-w Uvp 1|3xލ0s 37 [+țKN)//ˊw0VګqhYྦ38hg"6?j_@f- eUH*K$y>h<5ݧ'S40&cC_rE)MZPa^@$&0h1QlC!CX"T :Kr-`a JQ)j%pw.1qe3 BKauuZ;ewd0_q[$:s1)I t# hf\ps9XB+fr*F;yʟT<=s- qTAfDEiwYA^u΃&|BZ?F,ZP/=(vJNʎZ“ż^4vk[n( XG^SIb jaռp/63ɥbsb u\em˫JҜȢW^@~wYh54uha28[>ЙH2F=hÂT%>72^|VB_714ٮ3 v!΢Jp OQUj PU_:̈E@1kwnP=F-- SؚS>Wy^! .Fެ;v!@^#c ~늺:,-嗀td'os+qC<QⓆ#7; S1fVV@|O;;@M8@a0wb>u6gvi3{5/ s"}-,tn!"`\TGdYa1$K:b\&u$ % ߦyO늮#ĝܺgf놽'q9|@UCRbUHE4( GWaMUti u٥J z[Dj A&z#ԅ"t탃v"1FH2G U$)}Bڀ' ~J4/wwB><]Q}^yOrSnJC#wxRe/ocxNX~6̔xxo,fS(L%Iemc8L\DwD&d"7e#G>gZ$k_SU- F)"x9ȧ289@C:Z68UG[9JX T76c[e7xhpcU|nqcVpcTfQ^Tz;H=ir2E@ =K7\"w xgI,Ws"<YUڬ]C گrĚEgI|Mb;.AxDZA%<<@)L,=PBUQ}-- >!66;.X2䊶KFLt18`Q:90ձ=l)['?˲& = `lGSRE >+C-rd.nqE%t&zZj,6Vm%gn1CFy:?VCQnv$<,٫~hlnRORqdCO"AAeUJ3O[aCOB-3-lo&N1Hco@V=}Y=z]I<Ѡ]'.MYCH׸\|PYlj`43|DmՅΫ7w%pbL7 {ZR(:2o5[[]D\>O_ִ% oUC#VE݃RI>7Zm #w!y%(Y%0וLl)M\u N+x~#;6 =3lB Ƒ 0Dn %3:49{i:|֬C,h+ $)4kԚÃgص 4rͥݒ18'궻poNmLki㪨2oBT1)7Cz]LL{g~'{PE{q; 2 SoX}_Zfگ`t?hȍ6]R+R`i@?I G)UWTzF+Hfd _wpnFs˯n!}^HPu &}#[9#KvǯhʌY8H MϘ$HnxH1FbxDL;g: R]]a\#,zzH -$$^iUEI`NK|jtXXX*bEOX Yw֢F+kJs7DΩK*2Lt&(؀tgs9h$Ԛ'2%g){ m %H, iZDжح:_ٸg *]{É^Mژb!h _7}N@3НEc@B [ƃ] ED(_{+!fgsd\zy'ZEśL({e"OL2{?ӷVKEnt!ʪ곈'ܰ.4z6I@Q}SҪ+ ^U3E'/g?wnvXxAy!/.rht, c _!//N25S #fK|UC.xM!bo #ο X9`kY'@h3n +(tOcA'Hf}"v/R6~ү^K¬oöWoًH/P\w8 Z?sLf6 H*~e+'M#%ISs~+$G=yNVʽVH SELb ld\jn?Ŀ_ϞpA0}3]ٳ9fFΈ]LQ3C.P~;JO uS@> ]B;',whB> ]# ]"V'5,ώ9Vb@/,3!Hv(º^qWZYX02fFYo&k7A~)K8)2粬Hh._DcYZHФH67qtԇ#T=']hԲ;Zբô}6uZ֤z~^;ϱBֱ3tg;Q)lkYIW`=[D)1|oVD '{V/V;t 9AIA閻sqgD:(O"LZW), ;1gzsG°<}2{xi߄HPO[}@EyԺmރ&-'c( 8(- Z.~=yP\y+VEJhd 1zFR&oKa+AʀP̈h2xVu0RǦulESH0EG1Hti65sXɈr/rBz #i hTs'>k]i{zC'ф ^ڲrYVK  ȏw=@{vB^4_}dcS5P0׏(Z.wd+ދɊ"d*\$/!i# V "NP 2aoHwQ/Nb{ $im0mBx>ZKXqK7[uN&lUwe$ck !vjL4*fH^5ˏ͵y~!o iw^qpvppau&!qRW}fQq2t`A䖧THL+zEuG/WN)A}19DGh0UUZ r`̘ 8q%+G?3~D7ĜK|#33 q5;C?RIM΁`cl69D.[c_d{"߄ %NVSb-_-IW5݁ ϰuWmfVcK#t͸@byJ9 ;}֣gwnKy6aO܀`E\LZk@*3bC0%ok P[X"=~ޱOdkŎ4= BN M$ZoϻFdn:jxiq@ n@'Os rnK&X@@;tо qrE* Ǧ~b"&T`0?ƞ/`-]ɵyۋcw{[fd"ϋ˧Ƭn~5[zuMemɦa/8r0|O|Pie, N8 Ny.?okCG_ûvB/yL&Y8]I΢W4AϵaG U>CڢV_a(<EL&mA4*"vʧwW 2մ^8s5?%} :!Q~dm`.lR0VH RPo)8OZ"{u.L t  +=:%t0b*McKSPST֯ZP8kj5;}uIlxF# Z-/g<ۈ s]ݻ@O~R|ꀻqrjRe `Q_*CGVes"rW*CQG9 Wp83m@ ji ҤEwiqƎ"O;vtT]ޜ~/nHF TbLѿes4yD2\oPFD]+$Ї(7ȰV>Xk|`3nK*zۢ:o=6U;)t ܎zUV.;PN}5Q duN&w#`̺!aPjr]߇~8Зcf߽`Zr's5!O [ܳ葻]AMjڰP2{G15wWhoƈ1Ft،ݮG*horc3b%?@I/"}<.V?DZqפHa#-8' JxNS5(2%ҷjӃj_H.}-JΒB&OA^ƷQd):_-u{bL.,qgזxB0hR(jvn^Z+w|u:x3N%P94 h^`=IĊ\6Z/u{6~Jyا`[%qǎI*!JU0cD{=Nu]qa7oe\.c&:̍,X3){;-JzɸbUK~+Hq֕.xHRTT֩t8Rrt[ u wsۡ%CC o[813o| H.^{O9GNYC,xv%il?`{o=9B멓לfKIg<`O8{ L@3*.FJۣNTp:3hTzX#=qy Tj1W)`˔'5$zT?XXMC - =c& Z窀pd;a"P&xO{F-6&ֻ̹$(bXŅ5`s^ܿrk;) qH7^()K[{+O*CZUi8?pi"ໜiQՐv#[¤DPΟ'`j54ʥذ1#sl JzPSn_ίs|^*7.Hx84';7r~%(["Tu qTN,">;foDymsi%{J7aҌ7t<sSW,ћhYkGQ!qt_h6L΂|bZ%H\ JDcK"[ FD)+pGuStؙ@wC(HmţM l\WN(nȽJRkxwy)V8eyqzMe*hDKn=AO,&B rOfD˟V=c]pND g> O+'yDIhKI$)g'ø} 8שbބG8d7jp)IӤ:~6;{_i1MN@'JĂ108\&P KZ*-Gwgݻ#oYH/\iźbZҼ1!xB~aS,YJ3jliOEv{J_e޺  l_J=,frx )'Y$هʼnb8 ^r(޷Ho&It4ѝ-#wRxZ 4u^^Բs=^)"AyRhfsZ<0[;ߌ>nJi'MƘ4n0"V5'D`vO9Qa4bDB^3&Ԋ픀jёx~]_=b*Ԙ8ͭ &>ObG%e&{~򵽉6{sbx(@7\DoņY|#@F[,r1W.;6v_Os\cx{)!-#R],(L:YDt`ŰGjz515`T~YRԖ-"Rj '%>}i Ɩw}[j7PuZ>$ʊ\H./iozΗ`?@peYUc7?2nQpfxjn:f>֣EjHc 76˰"4AJ ٺ`6UŻң핂X.T=ҡ1> 2Zje9/F7Ǫa(ȆHNN{o"UZ}-c4gSR7 9։ݲzTZLo2^!Ώk$ͯ+zO)E&cҤ~m:s9nz H6Jdg TߦͨKoAnQ)fǥMj~]_J p-1MmZQΈWk}4ގ(Em3viӾaؾCs}fw[ UئR "kB5ŋL ҋ{ L ,)ۜFH7=m%01]I~ fD[ x#OXy;qGEYwIh؞_yX]w42?] ZDަihoCA"XӫxNTKTA4%CX]J待yG~g"Q8qxIsBc DxӡJǝv;vb2&_1 ʑ\ZU 1ǘ?G+rc5/#?ǭ-Df&SRu&F&mCDŠzEgfCS^ 0I!HEQ&fn)lTGtyrkϓqC0mӮI6ն/C.LIXE[s8ΦvD4v]mWII%‚yl >8Olir{9y l\Zr4.hU.[/4E襤p4ceb` reS1ٴ,h`hdp=ҍL_52R+eI Ƃ&Zvoc$'j0ٳ9}^MZug g=Dp e 3ZēCU:yA꿊6]fTc';Rп؃ڕ|'(KXuQG:Y|G_G̦sq 8ƚ."͖m`Gg@u D=%eRvVo.eitXnfNI,^̠d{)m'lS"GFdҗ#Dm 8YSN"c}vKK'ȏsf=x﹞i?pw_!4OWj\):l',h(' 2|^(m}Nم9E{hR*A젉5xhh'o@вma>a%lzKvW7E\"RйoaFb/,: ޤG ^hX <0[hPJ3ve/䕋)U^f3[+:ܐ0&87 7Gu@POn!ǞQWP$4/W͌Y p2~Y!k6h@ m z*- 9T0(& ;Yx;Ûᐝ/;YFeSR <8 Z:azyo؋KTg'GK-eeCV!WT uYZl4jp[Ћ8!H< JuXI*b9+>N!q*]p$ ^DfRDUBR̅s"obr f6`;5j,1SZehJxA AS7b*\ޜAė-Ȩ@Y>O0^ sp9jڍ6VD:t/Պ9jY#GO#dY9S5RuZv23m[snӂ;"w'Dߔ [Bv Hav9m7T?mMoScӐ|zb.SfC"OsBsp11#TGC$,S5F-n#}1 i=HbP·ġzB;Q2s|Gg|p^mՃG\ʞhQZ5$y$N @ϑ̈́ >;jFA~hSK'g8/)R+{MyOPS?qw#,ih"U'Mwe7>l%'鐚X:{~«S_(6/Nmnhjp.c]՘;5mhEFbML33P8HIp J]]zLj,xJ" ޘgex-c4bVWǷxUke܇&_­ ~(XWdFJ;e3[)8rZpD᫄/Vb#rz'D5Lnf];S@X"/~cı{_ }"Č%%ZVb;2'+EQ[Qkدου:n X6X-ʢ3v*hdHy㰮;\@tsVExhl=:1nLM .-t6W<`[֫]l@2+[)ZV\`CXEӎ-,Op,Zf!6h`6 _&=EŎ^Qҋ#5_ėYp&~ALS!%?s0$H as>\.u)n-#),;Z+geGqwqmV8=LQAڂCfVvV=!/#\Y}/͊VQP).@lۑ>(%zu̓^6ur`qdSpfj  ; Kn狽'YHcdſn5ZP Il@65+YTtRK>PHn'VO{7?(ONL[OT9!)ZHqUk./T=) -22hƲoS6<Ym9XXKM#*7epN#ӻRBVm2hI'q 4mV*E8ʬ tL&š(9RS=Qyi  j\uY$r0z v FeZu3TSz6~n;ÁiB)3k1 TL"H֣pwc.sx!)=@3B|atxᇡ H wT9lф]0n['>dtD/#ubGs~ጒlI]1*3|J݂$8Cλ*I>ZGM?pT>H'( 4$QXb+VPK9`FVF%UWy:'fEB? z|{H`}nL&"yӵRAKZ'* #VN3g;dl7fVU-1$TfkRc& ]I$[m"E+;g M@CH^vb`覉 tg}ݎF򶵆^KE5Q֥O&Ea{b BSdma.;0 Ʃ]p}}dSH%&c"Q6fׂ"nA=յYu^CPzafYi*^-G* ;0IXmR)AˆwNpax??0'|[h sJl#wm ޫ NԢj|0N8 wSM4D~Ҡa<v)/ 0ͤU{=”3Ryub ⺵g:4E'TLa|/sb7y:tu{ p~Wwqd=EЎG9`hӐ8]t`{D=zP,/??U|k Cwn|ʤR17l/E*ĹҥOq/dӥ>X%.E"IAȁܱ`b!jdgH[hOZ0MraӶ #0aw'ArM xH;=wJx9ȏ&ɷg67jeҢgKDais@" zȧ-Tu1E`hHGk`|3dᣐ-'Z9(h=)­aQ@? Vo'^$"Wß1D\] 6^RR>Wf~, !G']K5#qxLt Wn充[rش#rLJ^rcg@'$a݁OS4 'ICt.z ҿLbHV*6<LZhdTAYijGNeu&(c0b'n K-[1<"LKӞhRD.lx |ɏk~k1E]?yx&T&0=Wo"s"^ vұZՕ T+d!S١ZJL[œ?(8` @ n?R{O`L|xWrB(?5[==ANqgQmE^E Op+$%QV 3B[;)uY(6rl@[[QrH4=k䨗t o8|]t[ Ʊu/ SݼKbJ-k@ztPh  < hvYbʏ d0 +U\)b~VDm $Z5"U+`Y(T:[ϴ~zv_fᓎ|EKDҰp( ئ Q:[LcOPn+TiӒFL3-NjN+8"So(FNL~ә>+kWC=c>8Za8%ǕhJŌ~ #f4U(GgpP$(j-i2?6.K+4]Д?V,qb9/| pK: c8$c#o.ɴVtQWOD+XDpHHj! l5qcEu4vN0\GFu qڿ-vK i^KѠ|bԾ}myk|;(cD%ʖy7gr^3qvas= hS8ɉYZWe[+823Rzߧ*J9ЇASH`Z&`ZWĴAM6r߭~Gk EBhfsmh gVߍRKi~xO(fP962sɓƾi\"ti8dT΢S>l<̐bAYh~h9{]cE޻AtɄh.Ȇ(kj~|dG/iYy/1IdvJC+,po{ѼfB7H)Ӂ8){"Tэ9p^ڢBrN8EGp 8qdN9y π+F_5ϿA⾀vZuZSaA ~Cؑ%Tvb\83:"D {hڪĨ1kpä0*T+N`P 1N*(-Kk(/`Q]s<͑7@cKEGf;mOEZ]% ^:'teΦ,b5x3U(dO8mHA=pNljQDŽ)$i蟎736Asw]1xT.?vfR6\^qٝӷz3ҋpB#u`('*`3A(jSLSY92SuP[OT;h|-)oӺ mbVP N-M1L PON=kn?ʒT)`d439*〉f2QB!G^*Ӑ* pnuZm>[|˚|W*J-W)~&B۵YA@aUv Z5ǖ^#d1b8OL@EH]Ut4y쌉iv=ȦBYyVqLCXf Ӎ rj/`" "^4x rv㨘WBg]Ѡ|r佞J?һQYO(@"\7SM42Y&t&|%@7d}fýD_:O=5Ds2uFP@ 99ܹa)0V#C:-oŀ]<5NtƯ-l;4i {HL݈] @SeFZWݗB}9[) n%ބ169^_sp:`?F)W OK/mdkrk2 cٯJG5FӜDvޮ[Qgtm@P ᫰kDxuwpm9z _ Ö60'c mb;>Ɣw$hIu!ƅ!<3RI' wa!QBL GoQ;xּx}E*8ݢU%| 6-%$N>bxM&HfS=\X2*)b }盬ro7?E~"Y14t]P͆ndYS;3@(ް!k''SWZ`ܡ̍Kqײ⟦~$Ᾱ[cNU*e~2 Ԋ#D tCB_ Nu*#$ٺ0wD;mKKgU 2mK XPp쵕ta܄0x"rht>vzs4- Ĭ.ҏЮJq/U̱-/NVVl,33wciC0rmc} 6L[Q8w@ZD--<0ّM/ $ٿ^eyE5! zfg3-^"^OOed4]g_N =`2hq-QreXՌM:ZĐIt!}7Oi0@p-Sr=Q OkTfpW:~y^FV:}@%H6Z{|dcKQ $ƴ%,Vz~Yξ}j)Vyӽ|^PIijfFLKhԽ†.1 RIl!j4*?Fr( ĈZ:װ|.iP}$֪0S,><6y[\G,Z(~}m SzmK,uqG(~{ɡ咥Rnm9L!Gm~.=<j7@%*ܗٓL:eoܝ3?0+PJX>{ 6#vR[+~u#DZV{hYXoć$3U TIE Ǻo\aQuZ0XV.)g qbb,/R+Š7O#&")?dCœKeHƭDzKΘ{]䰪KlE^\R=bv`@ W3.[L܋3n0ki4Gy8\'9r~M5]ha=۳2ҺPd9щ*q T9-h8_[Hr| V?-b⡈ےaH~q{[C=/D T&stU½KVnluRvzn)'}N {Xr֞_l]\5)_{ u3}/\?#]5LRʓam%DS@8~I}]^b^W8ٮ,1]_`U'gh Ľ<ǃ쑶-t0̛ ^j)\;:ml;1~Pdpݯ5/(ߘN"}` 8M/4fw&l2փ6-|LkY"ɺ/YT)ָ:mA 8\[gK wn) Q))A$ י0ФUUzmL{U=Bz˶^|MO`squ~\Y6,SLUm"4C_8 (NPGd(d3DN#)(ѮH؆ۺǰťݷ.DZ!Nǫp&wNիQA<9, `rE(q6l޿k+@,# U]O`dVl͎~'ଦ( FDiVv~Wn l#oaD$ L< J3{P % |ɧ)RޑCyfV洐=\5Dۀpkvߞh,G2A-Q$Հl_YQ6x[(JѦxq$`#`p*Woۼ8+ kocz>iwxpK };/?)m>Ñ,&4`ɽr\::3ddN&vܙ߱q­cQ @ 2hw ##AU'1ڵc!0UN,6ākS2k;Ͷӥ#`V h6J5݈E "hP򎒠plR஁a:'cyI:NEݼBP0ywғv4W#'v؏-,_)=^ب J Gc#MF6Dž ~;#PuH+߱5RRNJJ^BAOʰr-[TJ:çM8L%tO&ӶL/Uf|፮u*5ͷ0 &=,x >2,(>p\CgKOYwYC3(vU;yp*l=aEׁ$F»\| rWOeh.o2:3$LQD+GvpmԆT@s?L+,"e_U |Xk|CI_ݔ5$.v5z rOLide]Sk!E+$m6T!ߋpNZB^}{H}k3 dNcɞ\D"gm zU> 8=7v TwEu`؝P],&;7%h]L>llh9zs++pkxɘǸÑY'Xz{".1v)omͱR ѷm ɹN(أy8NSK)tAT n?vY,JaO+ iU_p>I)I .]QCJʕ1<~5BhH}i2~~m&i48;.O:)8n$F0鯮ْ 4@V?TK;`^LsLEIYv PZȼH$ŕ1?\ X Rj&ŲyFc~+N@5Cz ZhXfb[~PPaqBfhT''ߺ(l%zGk+0>I"d%5i(́ʱ3-Ǟ?yֺy[s@F28T4m(kE)Gx۵;IO(b>sv؜':L ZL sUz)>(3+X ?y+2ioɉi!E<Ll[E;gxF~.cV*hƕtM *@FmE;S_X7L/]P5ʘ;nzs/i;?I׏tGIjq>_\/Id?wY3Kêvd}%w1[3D#3%psO@oy @(Xby^Uj8v,nmT`5,r!)RAP@ `T-j_UߐVH0&ENOٿ0?g1H6 #$Aٿ!ؙSz26E7sתrn~\I3ࡗpm)mfn9cn{ .v4rnp,ƒN֣hI aܟs<Җk c{)HWҢD_,ԨfإM 4{cbegR'og+8w>ma~n/#u$~Pmz`a_F0當uˑ "՞FHguBS2mLTd>~Pu1Uւ|i7Y{d˽c]1nn璾/Ӥs R"Z p|$- 9v 7>%8)+?V]MTG+f!̹{05'ڠ)>ZrtF(n& klrJIdN޻&LĽlҌQ @PmǎV􈂡HVUrg`R-S|̓вvYpɆһjT{1݃Û_֊C E<¡FM6&`3=pKbVR4GiJ'^!L!*RsY08W(mizaURXXׁO?Nw(,D׽~5j˱k| [oO:v@}Ÿ+{B"{qYMډ76 [qCK"y:Pl005U QO ͬl<Θ_Htt _V\zs7?r^t5)A2ޖ&>q?dw7b Λn9ahJԵ(aN F4n1!7M"%i[  Gx<ކ&E7Eٷ@,\R˹;W&KnkZ8|> t#S> ׎\Uo"#4hF'Xbcزu9l0uxy`_fԒWcԞd ="TbI0'u/'h|9IxnP~d|fkr{Hl6tZDC!(q#wJ"!o/Iaս: <-΀W݁`ۼ*f2aaNI}KžǣYZ+UT;8ӅIS8Lt?clz8^b7P 6$[o)kHj0M~/VrRm 85>t3$~xa1.{EJ؊ƮN$hXo+kF6r A]BJvh~Y猪./6*q>ㅤK)8<=uP Ѿ^%M`Yɂq8cƩeTzkTXDJ0=X}Ґżh9  !j˨x4{P|k9>9ۼDZd%1nG{X sn:1MwJK/0p!&s%Sjvk]kamӠ4V铲qrlᙿB5YBn/+U#K[&AVИ+wF8',245! ^2վP"y_+sNE>wW&>dF(czdi ODD U_+Odq|ٽw1 D!?pkrφE#hCb> ]X7N$eV37lwNixnze$JxZ!oto_#GP+w(hka%c~eV;0$HoZp|O$v慊(h!e8X~?J$\'h 8xKɉcg#9%_>#*S6WPk@@@7)ŒLEvt5Ш.+..d4hڮƆK1LV2#^ b j0K%gAB`^9C2U3=a.L2亮GtL2)FgZrRbk[q^&vzɧ45+CZ9V[]9Q&Zco S1U]_n+otNO?)M.G;3ӛS7^||PlRD~;@4!R5Oي O]:dۊ &o\~PG[x5IttM;M+2"mk̩d>$) 'fz.ԘHM|kĴ[V=ŚeFwh9E}Qb7a_CC2|NêjNBqK73c`xbi  ih&cc!7TLzkC7;<߶1Kt:~65*J66 rmg#W|NǠ-՞ NQ# Cb^Xm~M4|,7N%B6yoK2J?ׅm~0 B`L*T)iz]'y[A7)jM"hj$:h=$,<'c'u#H/T [{f]BK#L۾/S1*'aMA:c*N$7|W-3I"nUԁ{~@l<0BڎTrS|]X'{eϘi^P!12_J>H4*㰯O/9ق2i46~´aD){7gu,bF3\B85F5'-i4Jr~vh7<-^:a" .0N!XhNOEbEFyD\jgs>p?T w<(oLΠޏG%mzR49rO?ki6srDtܟ6eo?[([dMkWit }k<"_n{ewsz-URnĀuĽS$)=qƜqԗo ?j; =zD|p?qB9s/WIxǢ}0 bCxO&0+":JA9[*/7l^.w$<5@"~#%#ߑYMfyڝYҎ8_Mi'x<)\&9o@G.KB!j![`9Bc&H,>.N,0=j/M74ZȖ!*#kts=fq%v5.vJc,v-%`d4s,% FMnޞOa"rz>h`h:,Z'}t?7Yzu="{p65FU}w\HW=1 Bog|aMOf$MH2lU*DCje{W*W2>8ɼgxaf̥c+0ȴ%`!"l:G@9mͧf\B)?٤‘b2FlH~($ 37v\W({%PMS}DUJI^N|/3>AId45f:ƵqFl[QK읹;蛸+/!-uv͂yp|X1hsUgT;I%?݄"&LR{/*g٧KuH̶IW:z *>c/t7Ko%p1(M}bt- lt@u)^ `waĺ)S8Spɓ3i)0V`7wJ={ImgL<)y{]d{1}d;ْr"#DP$R7!g~M?#?3F+  }._" ,Mn[ HYnEZKeF! zPu%}/Jq3&'|rA;40չ+YqN{e{yK / diGC;23faXP1-v'~zI8$]Bh׏Ta9ɓ4-=vYD酵dWO~ 2r4fCJ&EΕ&DC+fK .;XxSD>O&-1sR@AjQ*#zRkvӃ(o@Q֑]p~?d@ީQ,עSt"!,6؟!h2B)g|)DPc@v$eY7%m뮠Tbb=(caGI[it* {۰# r-D\ttn)C*PT#d9Zg˥|#Ҡlyp^G@6Wa HC@(QƠ/Ǖַ@`MnfmfD[f1IדsnuwU3quj2fl6+L?^Uu?cX l­<Ȓ$^#{̧mLL&7wA4$j>n{mխYj|:4 8{ >Z4 Ev=Cהƌ=>Ɋ_ , [$L8}œE% 87a^ӂKTK9iӪs(W_4nk$~24[Y2$LGzz ~,c΄ҋ6m'wUwA (fL<,o+nCoe&f(@-E $spn+P^ 82aՓqrgĕx m%vvmhh*ev)E*VK_ -Q'4 ]'8*M҃+dO8=}P\Uh]\on!h1Dr ֿU4}h$cl}23,x9ʈ6bC7JnT iGgԈ[aԑ+9GSUA0b4ғLH0*aJOVؒEDŽ"?+PT} xI@8[_8I @u'^.kg!M}[ݑgEVmԔe1׸">w 3n$.ZNF)C2εEӉS^ɱ3 >]Ӆ~rwWV"'EIS nw"ZwLt^Oۻ!Qj-PBUq:Wp!Q΅ЀŁU|M ea$i$v?z5g\W5Gp dn=mt(oa:TzΟN\ YG]W=|Q(z LvF\}HieəhD97:gh€@*B21/,w:l"4[ ɔ"FRߋFwz9k庋Tko$XS\';4Z~~NAmgSȔ106S+.$iV vOߙe9pY!44Ćҏq=qPYf<;uWwLW$E'֣z#9Y{wBU^wvUg  Y]k0>pZ+pVci\'rzCy#B@jlh`-JJ`XB% `G}DG[WKE0ET^k5`(C,npo2VNQM[?zGX';'Ž/ VW,O(a ^,Dlȹc[y'blqܨ`:7DQGV zZ!\;[b7ekՑW_D).)GDXWlűif7r$ ?eϦ|n+j+))>W$O*Dm fsV_?z/HIS S6mVB܄2H߄یk|G`acxU /)朡>\c` r7!h hI(㿙Q(<[\*x"0Bx<[LJAhbjg0peƀv5VTy$xU%L`  v>fbHMM-[@ܕۯy l󾠎2CVu\^֖ ƜVlGA !qbZpm2y~BOgQ?h}e[2BE@OQT[a$n dqor;AD/%}aIL֝ şrO)PhhSD>jឡy| {p-廂>6P}or޿1Z$KG/ju"ϏfLؽl &T:wh탣O8nML{5-2싻X@*Q=uufIT_- ²G*s&û;)X$=щLSpdA%?$AK@KCǙZ|(2qC6靚g7ǯ`w_ݥPXsG=d3axvWRhxʪmRr˪):6eGv"&2w`ONGxUUT>DWk\פAP %% Qd<2DU,\ӝnQuF /6|.PZ*Z"."xj,rlKR?Jusw?}v2Z1+KmVAg-q7,gA -&&O$© gqBdQ38Gz=dUDsܦEX.ό'8OiF89>@G4 v- s XS#۹k}mr&Z2pT4 rB| EaZ46NZ1W#.\XYWt1nTtT6*Gqu-Ý\*z2=X FëC߹El6C6uT65ߍHjRʩ%I:";m]ҙL#S#uG lv} xf#7RNȽPiXǖ9FpNl?mw$w 3&FZXM{tZ/?;X ƬkRTq^ȕ:yq ⒤ܼ&T`=PoʓnCa>Fqҗ',֚1C K/fiDb3 TLٞ^QEt&]]Oenº"M8:x 4X09rײ2. &A8c-;S8TH#FsKj*\A}X`9x+Mizݐ]\q-1D,h^2ehJ w6UOS.qV6F-8'@Mg҇@>јr3adr3Ɓm3_#j%ZH pbNB}Z'@PSՈQ~X&Os,].c;'Fa s4EghiSa#" 7dØk"I܊!RcBȄ8o%FDrlHMK2Y9!iG -B2I{ J#k 2gtG;-T7r9nR R%HaLSw]R2 b* %Zw[Q.U}"sT6N6I.R UyOU3K@ \cMm7'uw,PpcAۦ<: t pwZg?@{ycgXoOIC}3jga$_NT1<ϱ)0Ô ˚Oe2:`(D@ )?U]}IMyFa'檎m=AƤ(e'n?9SF sCj ;:2d5M漀l]) 4'Cv,=qQ\OF6zCky ޠGw!heާ)7kLmA\8 TC~SbPWeJ˵ɽI$Ȼb`pq7촻Djs\>38;47nvIn $cAQocE4ooVY#Q#kF3X,p) M):5}H}Ϲa8 H"OfٳnjvcX(!sE^vC̤2}OGj`P )YH} +f.dؒө5-ujcCxOC\rGAF󪖐)t0O]ysٿV|QБn:@_J < ?Yam]>HAc !,Ԏ5V %#J"ܱʉ][\9o1A@)eܰQc5tXe[!sQ չݧ=RYj:o 3fH%>Vd@yD--Ɨ}dڜUm!%@U h beFF췙Y,4N^2B zW*+$nB@xkύІ{!vtz1˾ .qPK[SfnCg Fv}pԎjk|P3y!}ld)>N%h\WZwL> g-KL9:^$sww%PSori-4P2P ]4 !2_6q_RN~ű9~3wj'}[bk{vAx9)82gj8d90'~⛩q>a@جpPD^Bg魏)D*H.7!u]WuhGF)j^wop'84@W$ڟ'qJԵԓK{F FGigs)|Y^li(s\@L;Ǘ\ "%Q/ "S8&C'3Wұ/lkwxo>D:52sv[RR}r%㮵)cf%4+/Vl+$ƄMBLp߶3__LZ#M*} HJQ)8Vj;*XwB. y=R|b@!t-rT"fk(3}w/Oep!XCEk"=،ʦؿ "Fzv|$YTt-ptִ\z4~]BTQ_wV&ԑlQK }L`%S+YvŻC1 zCb!NZ!%5`DЄT}F="̚+ G`iq~i_bpȪ%.UR eFowᢛmwf?;*z"L )FSfCzAqk\'TqQ[HHOMt'\YYj:p⚱fz(VqM# HuUb@489vӌl0}w]GIkSFLQ3<u.]K\BC\fh-# *?K((~}'1HƫS<x "V& Zl;=\rv,L(f%DE>kQ{$} jv3n>W!wA-Ny'cXU ?߱ 1cwxճpJu |ݵ>`ŏC_@+*TYm'aϴ!GY&~BuQAR4M^1FS5GlM lDo -,ts w(\dg-ozlQ‰j% !sqw:">7}U Hqy0.j*dᅸ?Ú[vZ vuvE5]ip ܊2ᱎ[Q9R)t(pN90yC?RABhᑲ,X7ڠ/=v;#=#uߺ:}b%s`;qQzh6r)hS8)\=*$3pdz2ho@*4 T BLDo*Eze6im B?{BoIn,aJЌ{ }2q]mY4>bSiO>J>_ʈT ?N,_{$8y{>9x_39y$p1 7Rr#$vi˸(Y? Z}ك2)]ZgbLحC6x+A۾&&6/IJmZQ6\xdpQaz[O<;'Tl9 Wf&EZHEoFf˷_jhs3KçwE'3g 8/6U*r[B4vN{Ys%*Q mu6Vwr}xY]pW $sGglƾ:ۮ$B)$ ?Xbt[Pd腞._:8'*) wa S>{12|(#zw/񳷕OV4 ~]~u< dU17e~GvʇGfN.66%T` ԟXβ>h&$IJ?(5 +7o1'ն,QaGOGciaW=r-2]e}V@xU45:ezmy>~Vz_kIxcj"QX8rzz-{Xz ; &SEGP0<7 |HC^^:s[Sĩ'YLy*@!1;bKE/7UjpEY30XtmtANp&,5 'N& =npt,4dJ,x͔;én[Zh,aAl'S\m5 Ĵ3[z3)\"kvw^/Rr؆bs9%Ė-Y;*bL=Yo9{{u`r|$j @GajsuC[UPһBbm`~fMH| & =Lw&v Z|6C>K"^@Xp  C=J^L\5%jԴCm ?}]2:n}p`:A<$[oM4fb+[PwaVaOI 810J!qPxR uJ~U @ _׭)~MC CHSu$r4]>OeT&OVYxMOm #XCgS% 2zI~Mc(doP渽,+ UBTHi:X}GCDĔy[͍12՝[ڨ+H0YN!KU6^ 0tx#jp3A/n o1!/lB&@{;j%naZe1aE=%A? 8"uh^a[NDj176?* ʑK]٤AoI0Y[[3j5+!1+9@tA$K>d/3G5eU8 (Pi c;q5&IYS\:-}9Kp*⽗ϒ:ҵSوGKLNg|F]!ƥ hJeX;&>3IRnP~9 `A{U %p:_BG&2uK_Ye~U@7cpjݨ722dڅa7*+F]T/7f-G:F'T joϦ4w&s+g.d(H۪в]n#PK^DL^o-Mп7wJQkR*twBЁwcJDQ`Ȇь~̙|0:oH.w(ZwKYL0.<:O† Vָ z uҧpxEZjkHh~~H55}avcK4 F0C1,RTW0s;$dQ߭6ű,fAqkt2=q0>7U1GF |p&s/cv~=h}]<̒cx?p!>?NX(/,cgGid]&j_/o,Cm(:*LJϟl{녯wMVHºwdBq>O ftS4E{[S{ r:5'mK&B+y>Ư?AN|߁CFIWD60BJ&o(ߒC}ȋ;eC۪Hjr!QnTF kj,c#ټpx\Y RU m( :n5&B!yDzdZF#*4Tд%|!Vsv? Ƚa\&l nP[j|VpDz/Q~n-ML`s2e"$W|qQT6_o ~+?󀺡JN :'5oЂvoR;,V9! ˜05wF#kkTSBw&V%ʧHo5o^ xopMMAV_ $>3sҐiܡ˶^uYNg(h.q\+>|~ϸquq3 ߑn983,ۤC+3+<+Q[Mk׀V"]J6,Z È Jb pd"U ¦je9E[Ai<X{%#Ue+HaR;Ϛ[<{GgAaj%G 0mwl>Hҕ2w_ȊBt xD]|)aÛp笵W osg]#PKceP8/ ~uM56iE:5m{7j^=h\J+bQ v+hJ7u+EZN}2fmTX& he\ЌS(OAieǠʄ] jlcW>=zz|t[BHwDg%60+㵅b9&e)ޜ'B)6N>Kވ `T@Ŏ&&my_O}6uoՉH~a5!f">;`a"]6bFl^#Z4 ? JJѢ9:Ov(qw/U#_8#C[gЮ+6Dׄ%c $_tRJw|Y*ى.?v|vaѭq9/p%- ¥ߠwЩ:q`:#L]ѹP{U&S%45. \H t^_ U75$Mv&juԦrabV5^[HJbHQT{d>!#`wvWEiyMz0kqcqBs H³bK!6mL9I^kkI]{s/GL'$ż a]+ Fp;a.bϳ8gc܆M>tg`\E? [WsiC{&okj ̽E Bf==#*|i(bUvѩsNVCS֢7q2$;Ot f7W 7l<NnJ%pe&9ԧ@)>Czpf\j a>@m0?/Mers} ,_BχHDO=; vU]/\B'9R*&`dYw:gD]IjM1p(@9na |A=L)/54@ )O1&SkS2ZJ !hdB$sh!{O.K\Bo<Cly7#VG)n"TC5N+B4K`(R@S`y vwߠ.lO %`iN%~Ü]첚c#HI(~F@.$<<5 0 Dg #iTLS"t|5*Ob_s bH`).ʤ$˺̹ XokX'bHe28Lİ i+~b  8Xt|=8 䗹p) ^-?U%s[ʝ>Kr}\7;M!15)֭ȗguJ?įRaכ]h!*r.㖠AJ4gc3ʴcZ-&dM_yYAq \8KA;`,A46ue8|J%n[R%nL!Xs +J_#O+m TVhcFp`OOph ?QWg?%|4q&0ʻ1l–$H'9]ZveX Ey] [0HK}YXL95RSHHvU^>eIReW>!Un'#Q#PXgk_LlZZ&jN-UB}krbѰn @RfKEaxЭة'TsR~8ޭX3A24ŦRꭧrQ񦜳cG[F}. `p3>C ŏ5##߽ NS7 ,S܆B M$MΠxPr H WڄetPjrHE#>:{qP @)Kّ [4wu=y[Q^u ޞk/Tk/;U\7=tR4a#Vm ׌{6|/L#Â]t͇pXl}VQb625f<\`jM5g{9(3.P\BՀU&}y=BNDu):زR4jZg*7vv Cu[q1g oKRBκӗm>5 3_0DnM/HT-\2ʡ(v1@z!7w'K$%(K͟lC ,VjI3WYD$kʫ4Hΐm] ~XX-v\9 s 9^nߩUom jX;/ғw.1cv$'0't]PgcDSnK2]0%leEA$nی] '\^b FP }hmf +KTFpVM<9g3(QgLYz"s&k̶ȫ(&Q8C)mi ʯK*MRU,ns4ҟ(xk/ XTTY/<([ 4nT$󃟅H-( *N;y  +q8dJ"9k#&@u8Ȇ )?0]=mm*lBIa["6nȰ7X4NIo]gԵɻ͢pzu?!Qpw2aOq,3DWx@aօEFpd|?ģ# TβCu]Lɽo]7+ȐHW{i?vu珕.zŚY/YCUG0Ő=gVk{,G, nwҏj^50w 4QA_-yR!6rB@$ Vo\ !4 íSOVcO0Uc.(L!ru+62 Bj TK7ѻWU8cAYY<Զ_Y =o`3}C ,pn*\V~wӵtj+޵]X% )ߴvL/Zg޷fx 3Qc#D D˶nEpݶ-o0oi$c=c1&7LiC/.YTDE,}GeH ^Jk x(9o?ҷl UzϕIxK"s4Y13VTT[31 #cCd^ykuP,üuAU5v:e|OjD)(Ei'Gz^P_pi`O"kًY!"E7^ߨp(lEڶںLpVezד"mn:EW^c#TR.30$~ M2Ocd+mGX$Z {a N{gY!ęߝBٿC:'uv>BbIu!LW)SG FWAӈR NTYQh$VPw :ْڒ[z}g!%\zK?&@foG9THx#"a!]4`w{QTEK:V%Xic{Ìxql󜥫藤ٮ~B Qv|=5Y%:߄v G7Tٙr PN LWbX&@M^Hd^v*$ ~KspJᖝąB,NŰDRU_ ֔|%ސLAy'b>Rq|*-P#NF0(Fѓ#bygN ;!EB͎.knwE=F ;2p̺@ FoS/'*5_KՆ@G9Z5 %;8PL0hMUuCc=]d: ?EeSj\62Ze=Ҹ4ЎڲYҵ-24g)(E&8J } 1˔YƻP &ѤvuCR+w:߬5sw6O$,_g CQDg$ >ڿP׶B(!=IT fSl8VbU*LZR=@D.ūFw">@GsK*ǒN@N50wmhZ2+YMh+c1r9ڗ~Cv)-B u{߂1^1D%W16,ahu7eמKruxJQ > O9,:l]n`g\^ObQh|46a>Ɍ̾Aθ6)5  FZI7 |)L_)?̓SCCOo*ѲQFrjH@IA{g#4zJ:%͗&6kҪ#Ɏ``+wWG"W2qgNq+Cqiǔ $WDfMh.O)b$ݦF#z"ݶf'*"'>U(ؖpy?FvȮ, CRiBnj" R\nMAW3w8blwkw{8vq5v?Y{߂p!|l¡ 'SQbBf!{ ::$³s4BCifsB,,eg7m_Et 13Z`=,o+*9\wchQPDO u+ʺayi$J7^PlZjDͻF0<(0/:F|יve_d+g}hCa5ǧ6'(pk[vQzQ2 Ueop|mwPcZb5* z. 7?TDWX~@Xq|sK8<s ӐCfzZV$OyI'*ù Ag_hϵ+[%D(-v gڼDy:1ĭiZeax|"~2LG@~;vXt.\.¹qk p<@y^ԋ&ve{/Ϊ+qa *6"suK  iRI*CS6-O BēP"9;d 5e|6JZ)eW{Lj1BkZ` eɥ#vjDwML"SԜ] =0 УɁokƬKKۊYz5ɔTg}њW.PRq`ʷ/ ;$S6HLdM'SK+R$U_M_W=~>b1 6Ê" AfδR*bkKe&qj*XDXNQZ68P|/Xɘ^=mGWrkcٟȜ#rI_~7#L,O'WV~` ~]03WfM8#/Cvюzq!WlL&!6|t=&H:\sY Y:$DzŪ iY2+K]i)G%xX.胬kqM@V#$(2ҟm}4Z%*AW'@ǹRRۨmWMM1e.h>["پ%c`!f+JI S3YW9[DtE&[uf`nRfqHG蝒^w(z-5>K=:QCF,kЫf"cx˺{~ډ^xƂ3#Շř"= , V%,As?;'"R5XbMu2sS{>L nB'jVd?Fh6\;z"H<&\/ I0e˿ʎDwm 74Ca;W1_(5Z:ƺѫFh3gcJivY!zUua hy nq분.M@X%;JOFU[–e5'Q?!v#&5}D+2ݘ4%[FH' \zlUa:dIkfm҆u4RX]<@pcVTMTh;nhO2/؜ Oնߵ@x RW#L?n α*'[n1.OU?%1 j$i/8]nˤH+JE!^brq L3c@ٍjt8aKoۜX)큗Wܡ:&!6q;nS7Uxb"EFLu!kKzϖ?Q-Y'bo(^yO v2'͌/auw$7Mk\fv⣗W=?3ЁD$h.ax^[xQs۶c3> JuxѤ=YCYCJZi >]IC^!3Dҧ٢cuHWpvaM=fbbKW$в1_3esHڭ2.pKbHe~?ThO`74q?lP(-"`+Zz}:ݯA_O! 2GQHw+wCqjkVyQ:#4.8}˿nTW@$C6DeOIo~ F FtCWma ٰtJ:~ GXj{g2gͮt?Җje]G;jiS GbV OBZb(`;4L "je1iɨu ŶbJ ؚp~Z]hv&wr#7:rwYq&] pg*tRg?Ū; D BTp/uR\aunbΠ;33qRn$P/K=J4wz@q[^^{}A+6)u~va=RK]ˁ9(Bܻp,vGG{D,L6dq:pgsUE ɤg%r#vg'b^d]qcZk2>)^Ա ۤ_DV6vg q>Z"> t(%"vh/ fD1JarQ) 1&0>.j )naK(VfK76?5!0+JitO)Cg6 #X)$2ecǤKurL%9#mkoSFΧ-ؙIցn=[Փo0l}V\~0yfKw n o?YƜ`G h9\D~YⰔѩ˖Q!Ֆ#:F苺EV;UMFdS3hڒ\tP;xD(WX}HR9*bW@)Z|nF]i`$ RЛ cm pmJ((kpS!`P1 kFظYf~4]:4+o%Xk0IW*&K2beڲ~HaO;yޙjɤXd}>S3&D樏VzrEV+6=m]Z@cpK R萯u */-OYz;Xq^(sd$Q$xf{xZ}-[1bTʡ6@?;}7&"(hU8sb}̨BVyJnV BH2ݰ@󟡣^ Pb&L7ʄR_BkZC6Z|@u.q<ƞ^GK~+&2H4mubhJS4PN^eq.&`yIjNq.Hq(vO$QA>e`ۍ+5&(%}c[YE+C&T=b$2x#s2][=)H闋 wFUw4bZv.1ܱ Qd#xOIHہөkYQ6=4ղ}#!lO$8ϮNK*Pn zE/ޛ_<}wZ*%Ij@sQm+ZnTO2M I t{q%`Mr=v籺jd'SK(*eOpV} $2Ε3rVy~0=2ގON_dS3uUئ3}פo;Fm}\R.­<}_\ nHo! 𩥁䱍t@n3R~$+l}S YY5Ƿ(^ M?еx1:l 9\˸}? h1Wf8Ȱ+U;^NIňtDm[ZagL=TK&գJ)U - :Up"_亂=4[EjXF6o{\I/gV1: +n𴥔uܷozDuȘocigz$PFXë-|6<B;p -=le' 짙V9C:&~V0Xg_bؒf}y<1uюyh VtPd{ٍ[(~aNfkIvFEЭTdg)WPC -X3J< (1l̑( QfؘTKx1ZʘGke"{tE% k&;&79^ζEӕKوneRPs5:Kuw" #t'KO7fp-Gے(q~J: ~*ksPv3A^0 @Ϻ@ ;׍wbyb2>oĊzBW_r@FE]SxHݓn_3'r6déNr*ω,''.Z%nօp0F y\z*y|ŵUFE(u=*9`l R3J/ up*|NafƐ|>f!i;P|ygR>`<6ԅ Yi2JTi-ĪTe'˒agjY# p(F@a,L"iՃʡ]fSiR&:`u0Ÿ\X(u^B&;Wڙs0K(03/$EooYW' IE'|3PEo[kȼYٽsCmjM'8~'lx3WFh !8)0o% koU &I+ޓ>s94_?i͚GG( V)u4sbuItF"xh^˖GJ8ҤHc!PI0_.)KO=!lQ] r uh{dPv_ Яk:b3;O#j p7J1Xd뎌B ;xZWI5sQ\h~!~ C,|G~[ZTDwv8_RRZ&VXA jeǷU|xoA笘_1;dI1@,#ˮp Ҥ(v5{ 6ʦLǍzE =]`o=fqPid,@4Od*}9oFY~, { 睄Y+NDbQ.!7t"k7@$T.R.,&\ {4^,@r1 .3YQ1n |]AsM%Z?Xwp[5jq.@-wz<4Q6m d]Z9КUm6cޏ>Lo)e!'(>ŋ`̹ml5Y,{)?T'#C/ALsb >X }-Ƞ-pNu-<[d5lTz9&8{`7H؇ϋ,0,Q zAkӁCOngg}wpw[S\9_?kCxG ck/ោҟ ;r ̖pb&%ORQ*aǒ6/:R_9l'$_v@A8P%8E.*Fx'!{'fvLƗP8qԠk(\w*CR}rPcS7X B_)]a6Vp/yk%'?17SRѭWW{ZHr/UQY+\׆2zW,e*ƒr [emLE8H؆78zɾѱuPz&lNT1cQd?Lc#ȋ7ʕĝ-2H`jڠwǽ̦U7zX9D4A+17?#ͷ9=($FbYe.gV (E9+u)PA G't@S(c6l\CyHX,e$qܭ }%E+PĔ۠6!ⵢ`׾ZuOyhfL@UBe3/&ro "w+Z#4h<$Tf5a/!݈h"aWrCJtrׂ-: ,s#2|]n)/rsXZ"O,AGy/O^4V 0dҞ/XiLսo z(8|%h "/E-JFS'w sx ,Dt" Z^snlZH DRj,#DNiϟc% hIZ,lVc_v&8MF"` aWJ_ 9gsEeSg1_ϒR']:L1{ըyF⛢cChnItTϝb)GBAPXc~M ɊCNab"}9^,OqV|'`&[(=]D@j/|8Wͫ8]DN'ȕ<jrw2HX}ZÉf'`*m/OV< ^ A_^Z "<^+6DXHȣQrudS8=ct.OOuD'mc,L) Jp4I˵05SOgV*$}@;(hh*w2 59DZUS sYKYp4q3%-"iF|١Vt Zq7M593d_=VoT/Y!H՚^fK{9<PT %jl]wm~b܅"ׂeଅӻ\ ~_ ,*!MJ"%TC"&* :H]bNkgY!{DfobLCLxD=}`XEom8~j|!_"AV:}U7 Z0.a;F`ֈ)SԈ ےǜKt}=(% tptvF6l@Na55cz4]!*@PJRwZg3V& ~ \/P! "ԕT 9U+V(q3#1 lUx.`@S01_l!\s#I 0v'*H6@ݟ=K -TO y6)ZR>E=oh bب"I+#Hs2[ߣ뿦.ڒ9ԛr;B$=oq?< BzRbIs0cVқTѩτ8.a(6(7' WƕάZN»&ciDF482dyI,xMI\YkBUNyD&Lg -2v7sI0Q*dj,bXk"j"\WʳSI Zvہ}Lf ud9X{1uARJWf*hۿ㸇}$*wjY~O>b  ")%l)cQ8rg  BM *ЦWJZ꽂?Q?`Z#}bHK\ ={9KpN4V&=BB9}3Kk4 .XA=J#TltHMFyّYs/mJSf^L11+x) ycE^֑@fb%pq7g[o)pPm]\tBaBN z N"YZңT]"- 31ϳAݶ27xoK^jļ8$.m,_\ Mll !~dFZ-,vea+seSWTAzp5׮@bUaU_u; ILu]{G:T100U ~]Y?ȵxMlߺ A6Iktbd#(mQ1mTTyK;¹LX@%1cF(Y' 2}o9,H[;=377ttsB!7)T ՋS EK&4fqcDmBR L꘎&epw|wIFj}HuR]jp7C )ϥNtf#fNw}Pyn  U z1h u{2 / ʺ`8ʜ0xΟiVv0{D`py:k@V$,pJhA7E~f` 9ufg8<% s#fcLZp`5O-L(82|g[ɹ+M ը9VlFޗ6ӕ}UIeO!?0ֳ`Ĩ*B$NWxKGt}{4&ҹj^`LnK&,i9l6=3xjg?oJ~\q0tȡC F4pˆ8#XugE(RJm5YX[ "rDX S.ט@5瓝C0i깩j\wĢ #ŮP7T+/Ԭ޿b _2SD 1!M{e:څ0xS(-U j^IU7x~x`Hmt&6}.ز~&LB(ׯH\vb1^`3xbOQRxZx^t_G6d2.uABW Ggv8>IkDR¾ %"_Hط(`+^I}bv?J$QZR#^N1<=B%K_tBȊkm̥zJS\41.HNʂ +]Y8IYf5;8:+|̙ S>Q@FޮaB(uBa io~GGqO/YWZ#bUW&.eP{|~j]@1dv1N\:\q5Amqe3 Sn#]q/*e-m wK qV[:g YT"83q4Ʋ>"0R`Ŕ77D9ܰ}th؍Pv}S+f ~򚲘%-3),-{dg`/UG4]5qL ʹ{cXFj$$ f?tQQDxs(N\3F&m(kگNiX>q"9\/T0BV匳Sa^C_j1Xؽq#5;K]:6khLЂvzIͱZ *Xxrf|cfHLƍh$:O>Hj yx, |+j뜠_g*]qD.1JE;t6>)*MBy^ee٥j#ǝR D:\Ap1ځq[ք/܆7kcoOeG~kѐ.f/g7к'+u9{UT&ksN=Ҟi , ԜFqX!,7\6ڊO*Q}1)3h[7.ڬbu ^@ERƊ::̜5|8%N\rȽy3TqP,mZ!΋{6-h0x)F=(mAQf%S:24i%9{02([S@&ʏ3]pKFgj7I&7VTߥN&DmvE/5YO`ZiZRklO+>}O@Txc'Tg~̨I؂,hW (9ot7V ,2N35bs)̶iiBBY?"1_D#G^KXIĬ!$VjHzKŸ+7Wtg8''Jp? ⿦1;c\ks ks^ӡ2$xl1Pa1yȒfȝ[ -r'?yCD㉶'Bml,cֵxHVN'N9dşmG곡Y D\";jϚx=o 5(A+%"4bћq_dl1IF 'Ŧ!,jHwfq4޳U7n5#N G`⊻+ 9)OOTAԏ}9Z>?-}/nVso ʲŸUuJQq8N"ZXk-*CInjX.Y+t,7gWBJ|*z-^y ĔB 2Ӭ`JN_A A#)Xgű&~ÁZ^8镔`bUûrT7w_nvYؽIyReWĆe1|^6L%B pb(Cs-ɕ3L2^9 bE5EZ .qu 5G̏2/2<WRbjnN z!;*Apsmnf˜|QzKMYgr8>A")2y=Uvaxy =ga (0w}RMR˸,8|(Q A3Zw36+2G`?!XR+PuI5GCnT׍=IʼnੈI{W2{nX+U{?)4.nn7+ 9&\I"OzDoE Tnt!:R˳+w<$$3UGJ-30Y) y_ќvCdQ2KF )Xى ^?3HDdm0~s.5/lg"﷎H~iOb>"_BHhyϑ&!xE C$9T2@>Me!=e!RdVAJ{~|iw x=aӜqteB*̨{KahzLebYK(2m"\?8UFdíp 7GQ5dU>oyv7Dgw[ &xy,&cB\8p2.]W+)YZkoiNY5'W NYI8ݥW"\^ k.VtI2QN*Q&fc9K/BxAOQZF:8 G@1РGsdoW[vanCfAhڄ.$>i7` T}| !|\E b\V%Aq:4Ta[P5\x>+%mH*>5U<>[]0dt H1YO7|Cত0&8aDHS(ۗ}vu?(X]َf2)8\{0Ѡ&fV&pY& #4]1+_^1^.Rfs\q8 3mb%dȈ[B ٬:v(.("y\J@K>491zLR&]BGuTrWb8T ztDu90͘ζ3CgN:m瑷.zT>vۮNh!S 2:~2R>1f?ME<7&qIxМ~Li)$ ?Ͼ=mjz0EWrӉ=)t `"\Ef cIZҪZ=_Uc7y[A"z{6:Y=ހdu&^1f#E,ßMIsl\y鑌˨VxD CRŋ2Mc{ T`*հROh!Md/;S}k&6/E↬h hO43de9BYv}Pr^,N4mL=WS%~O0qh;ͣXglr|re=dA:a]45ksoWlx\m?ۣ)_# zXs }w뼡pAL -=Rg>. kb.y:^+~k:8B1-ARⱳm+lW`|F8Ǐ < r/UqB⳶~Fn  0+fw qt c0'hfE0 u4 lD!2Y'":EW(ݙ#M.\'2"vM Ej`r0c'(Wui4[!+r Z}{ޜU0!(OX_=#ܬڂe,%}0F>%qnlA~Y"GS* *j1I&0;I]O6џH>{O9hv#i?W޷SB feHעk^s;R7K2FR`(A$˜} O!_IǗFΊI^w&@чV*t+[V#MM?pWeb07ǚ#$A8S.tfKaXYh*TXos , h&p}kw?`"BhuY\Hg3 J*4FCaDOB*Ck@9[qko0cNJߪK,œ+ʅ%(Bx&Y0>S]TZb13ƌȀbNTj_L{"S^Ku^YVhT],ßti18|uRF`b̀c"}55INFmS5t԰Oɵl|Zk4| JPUGNgjl5e[IDû:)4rZʽdL|S8v9\2kKgbցNq쬥TYQg]ǺF(`%{xFh:̖@@ T(5y7ƿ 瀱]rCp,^Ġ/a0ť ÂCеfP/PXj>fQ("Df[S&@ 욁KyfH4vcY¶BG>n~@k־52,/9`:e=yH-Xܼ3E-hEmYȂ-]2):>NWMB^ g[C˲8O&Wu;+1նK9% J#|Ӡ}l/,1m2#Ea+w.k,Wyro^rVZ\&[Y7JaIcNG˓҉4ma窟GQqaF᪝m=Mm]:+v=LKui|CҤ9h$kﹾ-=}3.A?"* hH=*K>lD|$"F0㎂ꅛb9ZTyɎfp5)bߣ5#bq;N<`YS $I6Ue=(N9"yUB.ā"ɤ]s.뜟}H&!o>2s2X2Oo+h"!܆Ld6mmvS7T CQ,0n`ЦcreAaۋN &?Nd+prµ/ 3_Yڄz&ĆVxXccrE")^dUN-W9_y$ e|Df5.P^L*QgWH? '—sш$rusugB#D 1! f>ÑeæVtS4%ZJ$0 y6" \kiHs땿 #-l=3}_Z !&.fہ; σ>EֈcNI"U]Ȅ=M,86$˴m?3ZC1Jv2o,4A( ccּ@ ̓7q+a."@nJSt~TApi81pҙL`-wC'Gb0qNrMcۃZ kD\m4aC ipYhN!:BxڳvȧJX}*w\fqq%5*ol4=| {9v`=y`1]_z a_T-y|?96qRכı⃺fGn}s7]z:E?*\Kpҿa,9j,KD*g(!穛#"t64;eݩ9SW7mrVԋ1Zi@ . 蘛 f!fU]::Tq٘} 6^TQe_)UT37C#E[j+@'l= (mSQ4k_hq&L- ZF fHyv)/TjK<_Ks &6Do99,0e`P$ob !?mj=mx]R)&~(u7/YQދ]Tj4 (%1wVp:;phf0HfhrocZi~ Me  152B)/,մI`[V٩'_C ](ո~3IQܜ. 7Kq?S_a OoX亍;ofϦq#ЧFVEQM@Ns8)WXhD6۰؃lLl$=&arK/\XKF=8NT"rTs(w6닶YbF4_ވ d+1W?8i{Dwb yz"VlDWHpU%@ޞk##| 5l#}b<"S{;KOC.IB_TrJyVƘsۧX*]v7:{3Wb %4n2X1k}={]pNAo++T{أˁ @s0x; |0 +uvU 䄫tz?Ui5`iYU5E*ɜY481*A*pc[C4qH/<" _ҹ/vO25VVkxr$2l1 6UAPį3#R:1L2OOi=A(H K89S<JA`Ote eBF8XDUʉ*8s>q4PX5zsC2:2vm=$ X~Τ~unXeg F2}E4B0Qf"eݜVS|ߴ94K @)= [NcW{6kh @QR2&ax'1^ZLGD}N?0/p(;)e.I-Dmȡ􅺳GXpsER\ *04!|.aeHL(ǻDݥ m ĉ]3fd[23[>({b5{j͎))[%2>W-YHf"28r22(dF}vJ{GuXϞgY-&kˮq7L{:/(ٟak}4"TN6YLw\ a9l'7Cm֏}޾93?QElp1"ŃƄn֕r50,zc}#&tV݈lwmBI(AmS--i`m=ad7ބl*!dCI,w`NkˎHky5,Ibuffݠ8=.dTYw@W5{1нu.n(0S vl7DĽBoPWcp;acRPC/ټXi eBR !%43߉r3. RԬIꑾnB-yI"$Zp_h$Z3B)}J >V'JdտKvY%|XuK>JiET /ˎ-oc`ff`{2J4W_ io~U1S*k?YSI/(qafW~elI/ -m˴eK@R] Ĵ(HA! M>[)hܐ&r45 { sW?Vq&UfHPH9>Qp5\VSJ$+7 / Ѱm䓌/qΌVjUmP%2,3kG=tpjK=͒DĹ,FZ2T_T ض YZ