PackageKit-1.2.8-150600.4.8.2<>,(gp9|/*|`vD1"S`՜Č) TMP[Ow4?*5ϙG2L\>3"cL E_PPF_'7{LӘ؝4|592rWǦH[xHDoapfnAX2%sc*/20f}8l 39_5+hf2L>8If3K i`t- ':$յ&up1Dj>O?d   Qpt $*1&& & D& &  &  &!&"F&##,&#$@$'I('8'x9)hx:2x=`>h?p@xBӀFG&Hp&I&X0YDZp[Հ\՘&]0&^bc|def l u &vܸwH&x&yx7zTdhptxCPackageKit1.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.gh03-ch2baSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 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 || : fiȈHi` 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-moduleruckh03-ch2b 1728284398  !"#$%&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_Updatedrpmxz5x86_64-suse-linux     directoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3392bd54c00789b4615fe8c5786571f02e6a188c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c3786f3434dcca45fe9c1d66e3fa9339494cc37c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ecabd3bfe22113c60dd29b34189a0926240b4a20, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5f025c3973a80ad9cbd740173effbd2d6c6d4565, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3fca0c933cd72df0c1c9acfa08f21a85be22422, 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.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory)-5 R R RRRRR RR R RRRRR RRR R R R RRRRR RRRRRR R R R RRRRR RRRRRPR RRRRR RPPy&R systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-880ab6a1b8178af980cbbc73f66c9aa83bd1ef08febda4bae3cf4eab657412686?7zXZ !t/@]"k%R MscbY8_wgCnڊ2! K ,4$:JqKxQ2Kj 5W$y˸ypU~՜HwhD7O%q,{oeK%)3 (Dpk<{N-0C%wug-,z7ovdLGB&9C\+]89ﮟi{OYLF%-f\:9pȘkM6浩>"l[/~>}+ kZzб"OU`Apq(' TCOղdiYF<ۏkZ1:ˢN^ Woy7w:RsWW<@}- Cb Eiz9S8Erڅ{dҽ *\zTGAbr%p4O0qpmWR)cU~Y!֬_dKG];%$K\83LI.ЃX_ KNM눯G{C@Bm{~"faLc W7$)N dAh˕ vJB}ɻd2C~Bڛ@>w% IeH/;, A:u[N=knE!l. F UqED#IotA,uKH}zr#e#<slvo˩?(ؔ0P @sVʵz?(5>sxoN?i2!cW6m>N6íOn-čU]s!CA^̯Lr~S#ea׽^r|SPR W:hE=&|OD ơ}1k/@5H7d2& lD`|x-;D$-+A攲ڴ3\>NJ}FO3{訅Tbֵ_ŭ䅛ZU8#'-2z(K+lRe\Њ0tߏѯ^ -tMY,ݎgi/5ϦmpGU1\?K5j|5ѱ]hd5lqwX_Ls<ůp;!IDAшF-Y.n٤O ۦ}:-Jj]Xƨ}G@=, cTc}GLX $`U&bv=mM1øB*O/1mqoxdQA,%(!D7B9`Kܷ $SAT\s$AJꙪ&&eR`]4;9XC'wPczRs?v[v6B)+1YmL/sc~|J'4&RtޙCGDb `& ^A?Nh3T oUwlO̵>HQ.ك}z %!K'vxhq⁊3 f3+?[X (rP1t3K=_ KjdKli2'U eut7,, ]q}oD3fB  ~UA$N9Bs(SwD}-]Z 71X YAry`"Z⾓,2 '`3/r:4Fn)@2(R]1t#(]D B9=@Wبb\vzfgc7=mN  ]_nˡ\?XFm!$e2;2.֙7V5e9 > .MPQ瑩6Y@Ŀh-i7.2*O.8y2пclZ`V8>qpA ?vDžOf]&)rAK!A +̀FUdMUֈ׶HZ>wW71 a~0a8 aoJڈdD:~,@WP>`KB\&\:0SF"_E!Y CsBbş;?XstFL"]i#HS[wF[Ia/NJgtK!?OUZ& ~!TH0=,hgȪ2dsH:1[*2!vd"p\4T7rGQWz-$0gNJ׵{g<on'N#\o\2J2 tVQQwppA"d8g#sϴWZ{yύm_ҭw#g aLo?ܛf40Kx%cН(@ 7C)8/JDI6m uCW<1vY :B#@,O;W PUa^us^L![>N2SkizN7Q ʻd%0VӶIy͒NGWAmN__ 򃛸,pi{E/8#hwDa6SZ-/'m9A5ǰTXo|vŌ"~3 9 /Uxs*і]7c/اgVu#ʽ hsg7=ӱIO/g 7$~ccm\MQ,|o;yMYyjf!O2 B,)! PI1TG@^: s2MW\+rr YlD_r ՈXsEjf EY$S4(kD S3CFxQj)R~Ҝ&'LxP; -&Yj 5D(!_"y%!?DBwR~60p4xN[CȓXȌߴ(\͗BB̟_>c>weC嚁J6tH8:b0>^5h\mk%5[GiFՔRd3I~M>߱P幼rdV!n;u}=`Н[ԅ΃!/}"8BHH~>h{S5Z.0"[}3<$lʃnH${saM:f1YO#Fm+ݮd0Zs\r6^Ugz@!1nP_ \e NRs]lOpt >:b 2t={LecUjx,>1$JgYƑO+բg-B1M*KVr'1#֎fRK:lzۊZnÎMV K^%%',CJG'2蚆)E8gARA^e+HRw1.q-ܚtt>R4Z߅5$L-3 c^hSp?v$YI{~) 2>trŐ4}Lԛl9_BEGl+5M%oY >iZྡྷt߯`o8~@O@ jq Sݼ=wI#(#H[Z,ņrVsYndz: kō&X8]'ֵv>ٵgIR0KjWN~є;jS.JB[TkrBfT9X:o>7`|M")k_t!u!Qq@.h7[*aFE2#|I-Q/Sc&M Lv6^/CX@p79.xTzhz]㮍Rď<Lwv/CLsSI#O4⹸cnrqC ۟N*Bj$c.݁E*}BʑbT2d}/ (b1̞Fݰt "S[(!+{U`Jt"vT2D Ymδ08G%{ΨyxH$[6VL.)-< 'w~rU%9.d-,6Ny3\њ@r42K5&SIzC"][a0pw|<M8f P2ig) H* @`ʀuV=? XYgY4s{&ϕZ1x,: .fg1аv}b%= wVBo8k ᙼp4؁AS@ )i-O71ZkP'ÊЗ3ӷNf u8痌` ߏ(/NO /r;0~X,7r"`Ph4ĸx脍м-u$sf`ۚ#)DwMGF 6d6aDcWpr9Q?$`wwڹL^*m%b/źX\gUPg\{GմO=R z/"zXe@ߦN,m塜aXcW?㵆䱤Ϻ3cf~y/Cx*BfN[f#y#>K1kVYkm8MH%9M!'kpqq1t`?k?]mX=|[3"2a/<#> $ (N}K Yaj5 T@%s>\pe;&OeNF{va$o/ψϭ] kDˈz<Ѝň[}0T`<#2ދ)H߹>dlkbV .#IdBa /Ce5P )i밳L!F"{PtP|b5BPS(Il)4g/ rd\D.u] pv:HjL7)AiQ^P: P$yI Yf"Ջh,6Cs<9dk#v@79QuxM$3I$(Zjv"ML;lj@؈DeTR= bItCS`UEvhYIم蘨qH Cߑ>v6ɞo(p'(0kJ$x?Fņ>f OsԋPNi}j„u@r~^EϺud[)E4 ż{B=(4+,F5!9# .DxHG,{CU$")^h4E!15 N j5vX޷z.Ybc,ePzW4 sʟ$B/XpBmB}DWH730/*MBHocQs$ZBͩP}4m S;12'qۖJ7d1~A!>sH |ʾ3N^=g:iN7~dwGޮ"j !M:cTFyK 8sq{3KO#i$18$R롲%Z=g=;ؒo\ Ct8Sƥ-Znxj~!x@+WVDJ~ߨryf\K"{f؅~<,VuKI6.;5J(*oرVo,K 'T7_⾻:y-[V5+I u@(;V'11Ts_@08%{KW6حaב\cZ6$n)R[ QǞ4Gq:|nS&I'/(%Qq X7.rg-GYJ x0]ݸi2\HgM>V㍣$P<}GWп?A#jS&]cL'Qj/T*6.B;X% CB70ȋa4ǧh>R/KH1aoATVG防9cGl׸@ЅgE#1ԶgzMdCMXZ:ޭ@ujxÃ>83vnڳJ N t*]\\3/ qҭ9 ,V[+V`61ASFwvM؜sCSGmBU\=1 ,!b6qn$^uFj )jt)HSЦ:AXf6t`=xQYz"#ث7v"Puْ$g\[@ql]E>-$\jQ"M.ds "u1zmd ,' b݌du=2AU:M4 4S(j9ہ¥?D34>;TR+/ئ> ߀N,k);Ð h/uyS,!CvEN!KR~BQ$lߐ<ȭu*)9h/'͌́lŀ;=Ol32&dO9Y/tTFQ})'W+S.@ekheEcST jv:-HߜUÝpz?i^d-Qɴy˅FhڧZ)E;9րm]ec|SߘwJ|kàS^Up :|w'oX ?mvڲrDK4;7uȝ#Q`'JiLH?ݡ`Q(rZϑdk$lI `̌ZGֲYyj_ޒj- (n=-|Ҫ"QR- Ek&1JiQӷS(Vr&f*FH9L` Yu9g#<.Uy.5V ~;`띫:_\m"3:ĒVM- *nbŅ_W0&[`L˅#-}{;JWbڭF{wG,G"ǧ5FJm~-ƻxIXk#I]v<#Uj{ NIb1k0[=H#P{\Yf2(SR.VJ yM`9ʗ|pzʜN҅n"8è ;Vr1~_;{L ù &jSpcdeX(ұlLI|y_)jeAWs=v>ݿH_ oCOeqkN$kCNOͰfq1OzE WAL PG*sFvX%M֠7-ZHeayH'/:$;~:cr 8J<ʔOU2ceMړ[o@"xWYc]$Ro "yiz_wSB#kiބhCo\wA1G8`+TSKJT%t Gx0AS څݦ =ٮKGv8slŻ}~R~_^1G%_ [F,eW y¬F-Y m__J5 \.ܧ }Fg[t愸ϑ z9[Z*%h /)-mEϥkE/ dL8+T6LxE !Q^ʱN@(dޟ+0H_ Ke-]n ɰRyEtX· 'ܽ -J3q0 $asS)5zY'Y:E>^_T3d؆9~Q@Zg)1&m[CH\ +L50^MAwNkhSaWupP\p >)F 7J~(hpF1"WPwuT$s)9h eocۖd%V.MkM t+b7~ /![0zqTPV ONvGpw+~\\66'$'yYT: nE oq{:f^Z^áu)K9$v ncOPuqِZ"SZDagNlnJ1xX\d@ȭ+pFr}4. 8mmV0mx+L{f33 5/#dDh'pE UHz2ѓ6IJp75C{K*`ZP>-#Xq̩"< p8N߂\jPz5o\eP6u7ܨ?>rە3Kcto9`5GjoI3{?6j/voCG!jc@)&@k@"HHdr1pRHXu;ҧa|C^u95igr(S٧HIoon*͘\BOwiji&$4v^#h[g 2f,+a2!rŒW.OC^<8,jHf0OI=R%Q^:ֱ'$54/+SpN woZ;uFrrJvϾLlrk,%)w3SHCmv2ۉ\.4u \ϧONPe-KS$"khKqe6Te7/5+>Iq{LTRU@}qUg<֯@ioBXFvW)[kc(O|λpzIu4 4R6#IrmAnnY#Dv%|d]vlsZ˨{'|gF[Vp20P0s QZy"(FkNşWͬ]p::Tʯbo2_Qoa ͞lrƴ\u:Nhu68,oL!WWX%?ep虰_nEj#bhASNSz˲Iz &t3,G Em@C]1"@̡.hвMVKQ^eßܓ,7_:W_C8]׋Q5)zCxoZd=G^,5Oɳ(tAmmvǬhN{"k(J8cg&+Ileܐ=4"PtvCO BHXS!ipɐ {QoYO0wS$XLj!-[@u9%ݮ9sQ}Ezs Ҵ9Z8r : `BiEE<% klo4FT ӈBl3yyv.dzbܡpTlˇ  eai"4$׼e%/9L b4̭6:xraу3 = PBy0%#1U !ӗLYт"G$uiVTJka犞+E Pq~X?WoUZ3pNToUTi=gg&Cq"aE8^؝U8ޟz- {0<"X'n MމQk&l%*^'<'w?2=7(XLv$mr`*#B|Flv)X,ow_Ag,˸&-'-4= 6Nά ύ<5wxԡ"P@1d23tB(&$+ڗYVPPc3f1[g%'Հ؛r;*@h3]V;9|]k_muk fm?QJ:/H_ ]P_YsS3"3=+^F0?O &י7]E:lZXSʇx[CWҕʹa %YKsf81:ЯwYY]p{M>E i,F)sl79t^*s:8h!,Cu7v5C;s[Cp}UiN> c[&\Dg:c+̂SѨwzac(\Yp ĭ-R28ka/")CKg9+?a-%">1JA#QIxxNLaX=$jV}I_ًJGA !Gx? 1:#"׷ϭ` 6Co7,*`UcPDf]4:4 VG\/2o^m˳qt8X<'>f Ϣoݘ[;/U5%mŴ9EJtpq-|r?5<әE`|-/iȄ?$4}"}pٯlݧ' QɌQ޿}F΂ױ[a((0&`jgyZn⟺>fgn ?Ѵcث3e.(@ȟ/Nj9-hd2p1,X`W晎6NP}>6cr~ƸϹ+6A %֗W*<˘@Gj%z(؇{q~54?M/7h.a$n$')MDp ɥ][;z^U¤<n.SީZl[6M@ZXM#va4GLT93J?7qhS@uPgAL )1=/L_)mwer?/@Mӯ%rgF=囥c&]+A6 e(Rr A(1:PqW OL Ȱ٥~zCMiv?<\Y=_!CW ¯t"ּ,_~Y*Q5wrx ,+>SZL; y6t]A|z٘ud4$$/Ȁ+rB"Sz{} /,Iew[Cw•ǿ]z >}\Q;hX941P0$na"e7#ZKS~pSa[i3t[r iR& OMȭ]%)?Ŝܷi,(йPi0F4SXV8;s̲tYrB\e`4wCm:iْѦ *kȰxu {'8AMF;*'%Y614pϯN {E2B4gfGɚ Y--Gixۅ.?tx>r `6uh3Ьn1u7ûݦRQVa-Ȱ'?}NFxq"J,Rb_%d[ La\BL)ciw"J@ ,tupai]1y,Pt-Ɖli\f*oK -ߏ8c{Z HD]Pok,!˱*slQ.c@Wu_9IwlXYD{v29 B_/w+$ Xitпr?R Z?N_gp='Fe}:&y2 }-ຐ1TNvbVYcMRЁ0@D3EmwKO#KVkȢOZ)|)Qr2[JPQV#.8@?~l!`bI%>P[;Yf%Ƕjwlz@<wFs"y8ҡ@LE߈~&#%O^r 7?Zcl1SCd>;tNg}Z 4KS"PyYs5C¶U rA2o;Ǫqo@ Ca1/> H8CGM趏(U<Ny+qo ֈ@@8L-GϬ†f+:ZNJy\\'dxqP$}M#G'2wj7^qM~~ H vX2:7+Y6=Zd_C 3'Xgin:39甹{Q:1 'j株}WS\bY^_ D+n0HCILpmMh;X/CrXv&זSu|.FSa jȍ|@X܉4Ŷ+"+{b8iV 1踖 탧AF~z N ɷC.>H g?9ѾM=J%T@h%[[8xz63QћCd`.=R`j rBFS[JcZ-U0 q,75a5^ߣ?i 1ѫw&RKvaiڅ5Jfð eQ  w޿0uͰz]zn&f;[(Ϫbk۸aR*!*Ԋv .7*۫[n;XA5|wuF Rse=&3Ղf;?fýcWQQ,* с!szRdDޯD2'8lP! XmhRgrFWx?)6:<ɬWjJ|ԡ#P#;C4y\vM4J*9 򥏸6dy}ji3cUI!5'Xq1q"Yutz*eas.Ml#ePJZA" ۛ9D ao]g O:O7LU(B'_" Q~]xy) Z7e(Д6%eIhQqαU#0Uv3눰Eʉ|LKc-T_szA=^@%:K*СL7$}|ITea\߈V! Q_F9>錬]5эBǦ&I 7JCU:3f(e(P-pL7wsf$:W n~D/N #@U:ՅTzC*@2ٶfVxxj ETrP^RC]JOk$e+7xB4B;RRbءoLepBɞ:7WYbaG3I&hre8e,=>+KtJl1(VQ\bOk}mZgcE`Ex;B_~#]{ w@m|BG\ҍL=1 *fFp({"Ckɓ"T`zzM񉤮ݚt^ bU%e p'\y$@Xd]LzN73{d!aY/w9Z#8IS<+ad3`7إ N4 i;ևeh3`j Bvx_suZrη57r[.QUiL!`g F ]|/~#-y-[o<3fp˘O:}SF7j)aa;U/rvsF~W2+eY%Q]ֆXX:CQ&[E b(' 2ScYK*na꼁$kR(` [ț$I-J $BiP\/'T= $oX \.$po\dHIN|@3G"yuQ9B;8Q+;0q; 3rCფZópirŮSMX'su]?E )s0bcl#p}͸g FR*wY±[vݯڔ톜&E5D!QşJYD9mCӍ%nFƱ nٽSp sqՙX%9 `@h\I\pP|On)7&xZ^sEq=l|[t#[S0\yolM_ֆtU;޿{mClY L Cȴ1(qW32 ^Fw]&wY`ţY4]%Yo^IxGMrۊ]uV].:G(՜2]*q;SNntGj&8O6W8a HpiPmq(ʄۮ_j/"Is.P]GwnJ\tÑJ=)B,'xomE;E:)lZX6Kʧe">M3H6˽覈/+F*$|J = 2 ~[lrgS`8Xaivw/_MV:Y촖`_0 [1lz@7h[y%!+kҨCTCIS#he90ĺҕvu`9S]]VȨ)uOaRyU߆Hc~ K K%{[ w(.S{ULb3 ) 7ݽl;=nd6LJR.;##{Fn0ݳzA:]Z׆6E~ε]TQK[e}36[~N~.\,!9wBNaj|:nhtT!tCL3 ~%!sZM◫N8N?P[Z9wny̴q:ૼac{z#!MqnjsdN&wvIqݣ=Ab8Xyls>~Ik|0NaG/8'pDaFk u=z :ֻIb6P{ޏMvPri|b^K"Ǫc6[;GVӠt )utBx:'EV{DB;dP'Vz)mu K=~?Tq1C'UYoG"͉M.YU+ReQ9ʯ ,"SBY*@>jNzg(yN lO$F9  2GN`},9g#ۜ{揈9Z@2%d9({[ W1s(O^"`y3rj~2V&bT,2;#vO k |s9|> R/(*cea!ZUΟ2hQ蝴`5\yVrSFJRFJZpEӈP\No]Øy)N!3ļ9v@XiF⬋ze ČK ffB(ūfs=}OCW F `uv<?vt>䙽88[J\%$"BjYu\0LJO *UU #ND}fT4x :?۟{2`)#NÿwpZo uFL?Qfs60 epP&yeER`װQQ/ >?,ZPjA.11 k W5U?| E1d{Fuř.jn'5HdD6,I!BScȋa/#o6q 4ԩW.V?}^U W9j}@@IqH]hu=Hd+D|A& _J\laZI:| `5x~od`BQ9MWEH' "?/vG\XZ`${Y!N>b1fuE~8*7\Nl|g2\gy>+x4*W .n0*]L?&ͩ(2e5(vDľIsJ;!]c+R^}DşiGU*#CgD-C z ^t%K@QT@XCZ }l7t@!.:kdƿKN 5R# K<#,ƕ18q%AFoÏʨAs]bWCa0Hs'L/P K&tIWT uxٙpR;cn՛7Ur?OF0z%1IxbCus$NFKB' 򈚼04hTTKC 1IgI ،K[N-k^)*-tHَ`v`~Rh2 Բ=P,1N{7͏YJ^ÐO!e! jN0gv x:0E" Q=,DM=;F]$(vn)f`V{w~n3LɁkInҭHL䷏"42gUPk/U=}(hR2*)/ aI]Pwb}ѹXv,NoϪ?"Վ[׭ \@D5b#e)f,\?Kޢ<})d8hk|s'%5xHn^M?N &dG ) :_rh:U2q䡷{*pe+= Ƒ8,7# ^hacU`lв{mY( U0W,W.A? Iq1 H}=MjqeIL +.bEcЙ .~X=Q>  jd:OZQx8tRD+D\C*K"  0ܔfws,l۾z *s'Q7#H ]aќQp2GiC7 =\/t`ƇxDsV׼ 8,ckG+~R-$Ҭ̴{Svp+7]kLdc`>R3Qmg5PIK1j}V'Jv](|H',y /, $o`쌇$hևTyMVx$̂Uf 6QӸ޽KHAd[V^[8AeenwQTHr^ s^ۭD-\%dru2q3gZ=po hWE9Ai=>Ub27 #xQmR^ΒK teUּ(JPҰQ 8:,{{c,`#vyO[׬_Ү{XJ룷T쁄)ӂ(^`/ gG|EE|Zlc^onKv@ Q)CE"zAaLˢhkM7hs=Â0C\tW#>'1F7`ײj|H@cg1_}-9@s q߂Jh x2v` xJ?u TyβWS"hLqwFؐA96S{c@V{0X-*s1 _1=֭fot-۸BIVc:&]=f$Ӟ[G~N"q:>h%>LVGCıZ_+a#JH`gUkj1a{!ig!s9 vAX%S[ci@X}'/ 4)hurc6frwy/~{f?7϶"|BXх I7hfLO#=֘+̤{|/X7 );[}b/l!kǢ0!aC$e 4SXz촫LSoQ.O7w$@fRO[:@Uiе%&>]Lz o~Ԭ#d1\>=5TDD,:M n`xb.b$Xڣq߹,\>/(8d { ~1ᓹ934Jwv;Dv>`8EF~"QP]F`ցÛ|V4^F#PQ'޾T2/uǤWs=ORfUmmԑE s WZuO&o26"]0.d{p-66ÄD^KZ׿x #7 W>qJPdGby$j%,A&cQa@I Lw]4$iPAH\;lo68nۊO" dd{`Ҏy~}I3P}r~t+& Be?mp X)~-(+#Ǡ? r׬= ,.&{$"׾:t(,s`'kEuA #64iL&L`PY8+nLw15TqiE߉A.dM$V۷bf<΂iQ p/5%u^[uÀGLR H6]+fgto[0œ㎃ vaLO uv /C-;dl+MIukhQ*[&**\@X+Rg c5DÝe%VH'F8wA4JxLL!>]" 3l6x[gZ4q6'Sj>I?_/H"M`_P!LAE̿餦2vtsw:Umf$謖0hѱK\0l^,G(P@\ N-1BOډH@IR,sm&;H DŽ|s)g1[,R$oc2՞EbJdg PF 7Lif HO/MYmp? ҵX >;^%ue3i(6L=~^!ǚS e Pet% -|DyX~EoV!ϧB >J-'F"9g'Y2 iݮm$ a6hĤ xB6Ek;NU2 %96dDi8Q4WjM\"=  wS?`v2 x-lKxӛ쎩|oCE_a V i ,pQ-?/5֞F\ ]B&sdc[kxm,kXHPї4tO=Ax%s?Nݩaj{ ,?R3,cwbL{*CʇI6keӋdpMd{.vh,XMI;8} vn_@D4{SsF$5hZ hW|=-+W^,]kNr,a'[^K^ sJ3d )$&rx,nÀ[d=eCy?xf '::LZ=VG$Qv: cVQ~ lNB8r2Rj$ZC5.#|w7͟&5Γ߷5PzߡxTEB[DϱF@^^۽&,N4:jllQJAq٧'0/ шyVKvLӜov,>a3ax^HEF(lzBl(6B1սҤ&|ݤq#r7 !h/Fy>)1)uԨ?W(*/l<ӎiV8(f8S\'Y`rr;'B[7¢c؊zD),I^W2)~ƣ PMR$yQb =iz}wTiSPF+ozO-; Z,Fuu sJΧi#,>{W l&ɒ\t],|EN!LQh'6npU!=_D#=4ym!6A h] ,AIu:IDO4< t0=bFq %JؐIarLѻ}aK53VWnEge4#U1a>c)nn"/vG+f>Oc4 (u`YuIKi@4ʏ6w}N$Z Hop*6ŐS;]h CF淇{B'?!̬yQ-nҌeN <):5WՉW/K^*uO8#ȈN ns3 `̡baĹ#/KnŚi#hV|X޸)a خ]&K6ve]=@1 n'vnN,.s+1@PC>T?(_h}1v7v8Io E 8x=DYIJtΎ4 [! gbZCf%юyX FNo{S)bfXfi)G:~wمNTUII%v 7dlg8…y%ƹ`h FrM3 ?3SƿI2}Ao]v뤣eH?V`h"1TB|,p ݑi,l[Q*& ^-nd%.{6!څg"^dxZ׿:wdcKp. 8It( {&Jе-$LV+ܲX}X=F:["7'q% ˲ZCtSݥ^6|"4Dv}eU;.{Gjʍ+w9p#wO$qqTE^};hg՛N&үys(뼺t[{y)=~o:B4(5m=zCH ;!/7ccI1V B?!N\K%%Tz׊,e&^`/-xX~lHe@[Ôj{jz4i!<J77xBp4{F\NδV:,R| JP=Ñ1r dekmPM {F ~4C:9EK8HK_Oʪ,F+LZP:Uu10z8Rd+LGV6ޚxp] ;Qf=KU!)}^kz4+\ AA^p6`b<6B;!wC" pϔT-SZ78ꦢ;~AfrՄZP1hPz২ Ćx}$#(Q_ VEsCmfe;Ex[6gyS:y?IS]l,Ե9-Ma| l!6UWYzrMW:X  BT:FFf@ (|Lф4P;EˊvH}|CVULZǦgL%E}U;aKĺ[VZ&lv#/iϺyw}2d{5ؤ~Psr6*R!̽5+$sdҗk$wn"$Zl.|~Z@xtWH,A+K?{xb瘽A .TWLvBۙbj¥w6Ifj[g⊐?(ݩ@XTHlmXHJlر(C[DFwK''Ntq˹QS̓"ż.3`UU ,BD!uPKE/XBHPQ0X?U52!zkϬ⯥Y\f s](Nn2 ]&| &]zhE'|Q.eLsUP?O,2>g/x1%d7m 6s/ٴ[5G*FX(ԣHmկР0v}L.JSBkw谌.lFh9LI7uHvwg 6lQuBY] H]ɸD' p'7* (>)=#Y3NY+j'/։()Y-LP(Ѧg7 ToX!lXޒ뗦ל ~z!eZaDܑ2VIwk?"ر9,Bwagԓ&2:cZ?ģa[j(S.L@F* 䤅̻ @G;XՠrbXsow,;ΝPV"{Y M&΃~ X; |;s݃;~_K ~j`7H_Aϛ("cqVƗBt ? J"yyEueW8]{8u`t"7so%,) 6ȸ tnf #ք[5P:ke*,GxE:S܆Jab-deւc365mn"˥ىi᳓u5a@cz6,\Fd C<~iêq LveÐio)y5;ʥ5y՜z↋m!<paѴE޷19A6+VPx0q>WzS})QͻhKJcP7F Rq}#ar(}#%|b\'2A3_z*eJZpδw\FdPEE5q9  &h8ca(Κ( J$)%nn43\]ɯH&a'ޡBGb ˙0[&y)lS{a9m BBejVTڏI4sA+j[ g[n+l.z>'D |C?֝=/nSN&.ALX87 iúSq Vg'oC#1@GΙOrSGRX;zl'~LwSzӋ `@4?)%p}+ q(~̦4R0jC&yY2 $7 \26\[-Z!Im#¶8bg%vw&D @YV=gdP}(: -< i(0,I}=h~Bߊ6WU4M \=aGn,|U13 nuo/vsoV$ ŭ} M2 1G.O6&g^#l;,#^&s]椊& ҈T)78XcARY*|-->쭽9WQ-2ʐNbvzK%K$-$3Nc-G,^{nl~4 RɡP ~e- +CzB&("m][ sINN[Zh/z1ҁi-'~+##xV-D[=9Q^{,$,hTQ3mzC9,m.=} 6rXhA-h<HDuЌ;ǁ{\yߛͮ$AsK D*"P5 ikQ eQ_u>R4k?/6EyD NN[*juFG.Wu|><4t6lٲo)$*+"^Y-QhBoC]<`\>m%\_Vx42fP:vyDHWmb#nK}Pd, [Ae>ě.ciM+v>?n០K>o{D5*grRX#^k /6Q&V;~N1ì-\RrKWY6l.6(YRȊ~`{T.:+^ȍX9DfsQ phoPϴmJ4$pbRŰ&q>/4I=۰# G&KXL9~S!++s9DMxO5"')5xg1C웦k1CwLXX7ԮᇍwAvpO@B[Ml?$ލA=&Q%1\a^Zfn aº@z31 Td4mnUQC4<frt5c +ќwI@- o>[8CQ[XͲolTϜM3!߅]ٚ7x{"s 1IUiꟐ RKcE+WphQiԞ>fLtšX.ՑcW"G~SX. "C׿C6.v+S!My4c1.UjU 261b}/$9yډhf<<]((.l>;ㆂVQDA,TD`s/%`T17 i*d?H3~#gv ia1 ie0td^FF&gD7+}.FrgX~6El C|о"҄J#WUP'WES 7'v@GS>kH[ݞS17VAx4V %"01Z7ZO0`OGWX:%av j+_rVF?:Tұ-SձZ`u3?s/Z0S.:9RSǀReJy]קWk!Hc6nbޅɞ^E$fp Yژ!L>=̔sWlʀح2X,VtKl3<.|]:BE.8Gލay G=m~{&{ \Fn71Զ'/ڡksKƷ%m$o/C^\f~.Ͼ UI{NcSn`ťv6;bf(`ФM4k=,!N ǒ6,Xdd. xYp g 1wXC`dqs Ղَ8\a({4Sw"zL{0u*{sN#GB.c)*>ĨH_x Z%F0@0ҵ>GcR}`Vi\Eiߨ*mx]xCl6mC6DHB"VQk\}U;_-SDÇ 0y̵oQwإla4w\ us')Vu׊_砶}[U<$;lJD@>?Y$@A@`p< >Gxkpf4QG^U{ae-)RMbIF &2Ot}W;."#fy!C3)ȓT45tXSfo?e/Fy}{_iuՠĞaC|rCGL@PK[pw-Ч7)8<2Mj "I?0ʮ+zw'{}4Y7/ wjuq0 ., "[BWuP[Xf8k **WQ.o@Mgׯ|C x&sk@eS4N/m_4WCjp֮jn; |u_le+ۃ 7:rhs5@[jN/}a(ѶȩCxPy3مD*6)#l]:uYOhkc_!:: ź`#'N#{~ ͸6"q"m>tG!{z©N& N1 .j70naŇt9|2$v^Yg⛴-*2,i3ܿ2'^lU{ Đ5o<{r7XYeb/lK/0fLto2T]b%#X w!Stn0ě 7Do/CxK@mV$`{ 椬mP%.6 _' Kah1/Y;&`4!RJҦ%,&M%CePBѼ@4tp5M;]+mF6ů;daA2%T HΘKc%u6XM!h`N$ >|FHa4ZΈ4MX:v- dډoK"Dg1羜ف@n/bh/(~QѳmRۖ<_frfF}=>6@"۸O_2г8LHwO$.蝗V|0xG20{gc@{s:u.>9;k(hk;5f"|=qVo!a  fF C-jDi#nF҈#k=U_A/laҪ[e]ح"HZ-\G1K@H]]1]b-\ ',T'MYC3  B" ds>K}!dOeJ8ZK=]2x !_OE!n~.GF97}D#Ri&ƛ54.ELUIe;h?6GC|6T2)m[Ѩ^+5 |AJ3tYf,vv̇Ӟ 'ۤcv581O$4p7 VL2CJsm.3sꆎc:ޓ\-#UZkj{9س|zȋ^ ;P_D+8HZBK}%y*>_xEGo4.5E|S`jvթ_}l0ĨEB$JvA2neQ 'B |9if͑$сT京D7z2f]v@qx\2 d"]T..pY@D}A]ȿ'>̞L,V,=[>ItQdX2 ::x嶞Y6?㘾M!}OcS! nA*Kv?Qe!߉P϶8# {ɖU4yBJ10E߶ f2GhihEYe,m,+YJ 1na}bAj:]uh$(Zep2j.-f,`._${0 n@ԛg`UuXSгhx1_hġoJz1M4gʫ:c܃0U`Y{!bt~/\t3t=W 8߲?R@腱 {TyNN>6z;`7[b޵+0@F%yg*$SGQe薒kҬ}}* z|_dxZ&Otpr*mNyviL;Α')y0[0W \5V8.mT䨩--JN\_WCJwjMaκr.@/mɿʅFbW: 7 f!EGP4b*Lc,c 2zFFP{~n|',:KZЖ%z)\)2 W@Z}Ub0Ʃ L2b:fp]^I+ (kzQ9nYkDЯUMv3J%Ch`:CJ8}bj\Irb@OPY\?`㠳I^tHOqʋKw̠%>Aʿ{02jP4BRD:f7*JTW+Tao׍||+8~y@ )ez%zyo}Y505Ǎ8uLd M&SWۯ{P0(q)?0l!>ݹQv3\E3mٲܙ"vYUi d#. h2i9A >[ ;EM x|ZE|Ur#_tϋ)2_^^!8V]y_ZLs hnVbAg|h 3zX"`-M A1ֶ%cU$xo:4"Vi'H丮2%Ĭ$f/Y$cHQ a xL(TNQXK7 "_[a| 3~ .]7L4JT Ԛ-:&gpf28`pREKY7DB,0e;+{. Lȉʂ;io".brd5.p@_eav(]g5x7Q-ZF<BIs$5%8ȅ, 䀶I;"p8m`S.' Yo&}&n'B:]OCIr[_Z;׺Ǽ"\Qg|@8 wYxmh̓|ΓikV:;זEKO<yrzSn)!dke۷L P6yĻ'TEQ 6m+̿ӋD.EGȕկ\F6MW{Dه$^xsXM;,s4 cf ֒^lKi?JjKp{By0`tiD{_d#/ o8Ȣ+Ò duB'!dE:Tak@wdt6Ħnﰨvi\V =̝{Wꏋ)єh/x{?F T|7 i'~TILpVD(۔F7_]G!Nƶ6u2krvN"$ff{#v@ 1L~2R3 rݶqOd"2c;k\2pV?+@8wgMӕo9%Kbht7k`@g3ER 2NO[!_{KMOkXUg+} YGystbyMB$3X:Ea,Y{YkX_5aӍî "3/FOZ9ă A*aދO1.jq CE=iczj aejS@نw7 O0[(VF9qz&>n{|3~} ;V,%̕2E`pzךTh^R_n.8"@EsB(ќ](po*ӻrԝx’(35Wr׮D/5k~q+aq;ĚEd"-^|dSSI-G,{>G=!<{jg d /m!okfB$tաw6ʟtJUX96p.%m ۖ^vgi'%8sswE5e;글MC.?RЬ iFnNR/e1px*"ߐ}ڨ딘CW^[Uh{/(_֢vi`-ΐ;f7bX\SXTeca|0C2NS8Txq4@-ޑQDT4̩ٸ`F[veuZԴi#7>}=$rMQ>%Ntq`inl~m(b~L5ȝ\tǩZlQWjH5_qkc"{ah\Tz0m!qw x(GK)GU#,vm*;%g +!Wb=Bd3Z`Ol=I - .%2WCOKh"V-&%s's\UjЊ9Hh??nz/pF -/{N2H-trƻY->2o,xUJY-C*;b{au'c'ʮtW>}?w݅d/9Ufѱ1wM0c/rgԹJ&r7~Revi*O_ ? ^n''z>#i4j'0 VE-BzTvI@Ł%&b[ȓͶkYɐe7IcwBP> ܙVؽhrvKXyI Rxc*t2A.E]0<;G EgٸuVʇ"']ɑJb~Ƚ*g9|18YW]jQ\*DWH <¸,q8 08Ea&]qJ)cr!\*IL$^QVh, p ]gƏ8 UK ]|5k^3d+}A7,UOAќy-Hn3T7ak-**p̴Ohqy<"fP8…1 /g ;,*%4&T,W!nl2}+6tMҚcȻ|WW@!~L5W^1W{6[ϿWp.XđtqэfH/3O$ԉS[3cGKxL"TdFB3$]Oo|sM1|Hڱ1N+sJk[ {sҙ7cfE1';2H(wTC?k"> Cle% !P)ރyU SRDPe7H)x`#AK؟Rc.bd7 GZg7cA/@ep8vT}Nu.L_M}b :dҪoShDwG')H_VjV^F$JZPB7_-S$]ވY[]׏Q7ҊN$U /P3CWj4agȎzضYLAP2l~'Y($#T ;dɧݙ}GNRH$ Y?e6s xK'Gaëcآ/l&6RKgxBkO rFRV5F!' qj n}gddk흴j`?fE@(Z-"6qbڢ2V'ZM@OoI~C>Gg #$6s&ԷA & f[56%1!Ё$[ҍUw0$g# ;kd{B*\M mJbS0piyԠܛ'Ji\CH(pWlxk-[PyUeL\WT(0I܍|4Nؒ,\Ye't߅Wwp9`$^etYꆕ -\#d0>xmSj0y(xtVA^ Jթre?)Vbwe)L.?]|`3Ꞑng/W pmqăW7g%$P'P.J{~gty''x ~dd~⁩qG`OY(eʹ5_96&(kN/cgD4ߩA%{Jg5_aHțna @_2L_cC#p BI ~ nVݣ;?g`8u){f0;VqeHl+u^?cB1?Ւ'p 2?IRv7n cXsQ[:^Q'5#"^pWwshYI~/CXMeCQeNˎF2m0%P ؘx Pժ|r%dSד<5dP,wIJVxd5҈\i k>nJӮ;YKQh:)}KIX5/&13̗.0Y˿)M9 &G(@ n oѵV] *>߫$@ ,vE#\fj{PZ2֎sj17/ ƾm;s*|=0NUд]>dEHsv6p'F[bi|GK~Pډ;APZlM#1;k |.Gw;=qSobf%`Ez&rX.xKFͱpdc!wEy?Lˁr^4/l/~̕R o%#YahҁZ f+' ^$g Þ)/[\+49"Y?7q|^ JK= vK^]H$y hGH%p)-a|٨+ኖ$rR4TqKxMKè@uzn=&?Ԗb%X蚈Sԛ0W)d_Й/#V\ԩq_]@0Ҧ=ʗW<&Ӫoic5K,VbAS3uG_f.fnMhliJa: Mb tqouK̑1u{hhV;[?vFiM*} _*o]q=cG_?וߐx ՀQpueϙBrt3 yu[[ Ѐ( GPU̢\vujAL"qm )0UQg9x8[6# #2/ѝgLpC%o߲gZ=@wZGY,5W#ЈMCy!'dT`ϤXJsb+3EDWfA=Au6m&B"XWm&}a:T>pww'4iH|%,,> ok;{ *.Ԥԙgjm(ƴ=+2l[rpebIÜ 2}tl:0Z.0E@;m,pyo8{0vNSJHP[uR?WKMnx?ojit&? OVrW ~/]ϼDRw7:^j,cKPX5L_V4.%E tɤtPeJJtÉS7YewH|tOˀzQ$=8kvyȭ,d'*rSJ-PVWO38R\b"t\b 103m7qwG䏈˿ cZ@v:6~}  $_7>y4ӣ#~EhE63[k8+-,ʧYj_2zkF(xqճcrQoEBF!hS"ESfwHy) 9o,꿚:@W}8Bax5:ƺ{J9 6>fbqCSgDyAN]18W+g 0_ҭ׆4uw>hgu*jSX hV|q_/Є{If<y$2,Ps&tbқrM{f \%[m042qBKlHwoPWo  ixW3>?m;VcED6GA I0N؍ +d@ ("㫃<82(@m,]u.aRb:Cڊ!s|WP[كv1oIBU#Wȹݷl]Vz1B*c|@H`yԅ굱pŹ Z;<@aޫϟ#CT~ bhJ 5i ԓJ]$Rm;PԐj~f2 ܜ̝:ή|_0\_" &hsxf/vM-v~]'n|/.twfGzn0Cb`0. SpM}W8dAL+M^Mg;-`ӷ;{tr̀ھ5$8ѥh^n{`a2?gMM cĸQz[otkHMu:<$Ϲ帲(pRmԕ%ٺ_׃tgh*;M4d2dj R԰,Ԏtq)ǢGi!1Qv@!d:JՕ:BF9lhϸW~᧙j2~\2oH-W|3]Srb(䓨#jWe۝ /ì,NYf&]f&5K:@h7"a);ǂs*U:jD=aC$?~%;O˥GXxu68| ? ЂCN4 3xWOjƑRA./#N`ߧydeֱ \_( ozK]'~uOH7*Ir4|[ @];q}4b/XT$Zs=U svJ},w@$M8]6Ia:ݾ~yj<~.TX- ǕIdc&S{O!+"3j$ygZ[Q†sl$ E'"^8;vI1VLdz:,hlRE0P[vC#TM&+rhê-UC$`/뱄=P̞V`fN7c]GyDl|gRDCDWVKFkpksqDQ$>sK8]#$y)B>G 8*7a{-ׅ. '7Y+96o7?Em/ S0PO)pQf dݙ#SsvsmPUoAg(7jB!IPhTwS-5^4º1BsT)m 7Xu$CgKOVT@wS٬[ug:+$h$ܵv83{2>PGb&+*([yyT>7DA5r\-C! ӯ@Ѯb)r0{~B!kb4٪E1oQLveƾp(+:݊bwn |3kR iXgb>W]D#/&n]wf34ďeYt& vAjv#Q+S Kp$v r-QupsBm6_U  zK1F-dj:wVel]3pKh!{$UD:a!YFOK|C Eƻ=mZ{!E 0"4ڌ2D弪zg+0L%@YJ7Ci! vk؅(|P$Jf+QPRwflf.g29Q{4Z˜O&&ӟ̧75,!_{}"o]X[GԞڪ"0zjG) sВ="k*nkS& \^!C+:_W.pE}0d5̕TKA XMg8jJzqawg<T7#$Ux3# e;C `_FNݻg|43e {v0{UvRW{z@'Q>FZtӡ.]$#hO$;~Jc9[X00Z܅͉zE[Y{}PSGwJ}kRlFYKNZje4$k&4sb,еΝLK䷵Vu UjyZ5Ȥ?(lFSAZy"xۊ29"O8sK6Coף],3.IqRԭU2YyxI3B 0JWvu J?B́FG0Q6,oq82Od Rd=÷)mUL\ge%`ֶ}tFQU*d l;\U;R#<#bS'JʶK%}H2|ÉJْ#%{K ѧWnΉ+!=ܢUt:l`SJg;2v|;PUfAfeM_b*п_4e[i@g9]k fQ5Nt苧ip-aKSK4\Y6&!<&ñuP6ø&XOaBBّ5݅3GHpr- t #H25r\Y֍o$Zca؛Iyr|X_Vݯd(B`C62PbbZL.#pH5-MQC<ٵy5cV>SB@9]'Έ<̚:A ٹfKRΔ=zSBFeZ9c?.svUW=U)jY wrU HSUf#:*~Adɺ4g'r|gyzlcLS{g'hEPe;K@:[P]č{Th *X_>b-"YQe?C=9$K*T+Wyn+-t- OJaHB߸mB!\~i?}T;װ;FoYil#\-^q ]LL-X(fiTiQsӅA1Q}b{S5@LT8 Iӄ}=v%,`2=X0!݅>}Acke@y\uH5J&ʮ;|Ǘib|2v=~!nq:`,<(jŮ` DO" jA257s3r7Cc> W!+#']#OX <+!nvY%ku(9OBJ*,N%DƏ[^,0$s e5 F-1p0rkQ,AI@+[u1w-wŖ.e{ߟ'Yj˲jw-1q;m?bn5V;-`LqmMUF X+)5hUn@^S ю"rTOaܼ8zf\D=!bCg xQ$"693(F?v54K7tCJ ܇5'j>k#>9V|S2jufTI wnpt6?^74ZEࣆ4s0BtR spOç|!Zqoÿ˘DZAj:B ڋ瞏~5ڶ鍣uɲ#rRCLC~}Oq QM禒gO^9|JޓMRJ(i8}Eѓ :RDHK@*4i\]<ӹ 怉ߌXg>_Wf] :]? bP.'5%VhlPi0Eq&_KZ肩j`>>Ezfx5.sQVMF)Y 'Z𩸕8]ƕYqV,οD`xmS—-V[䃧itMM0KJ.FMUc[nVAr>dÅDFrqhĀĚx 9LX&k8wv/2J +Wk`d0Tn7F3߱`)csc`]<:`ʤÂ=8xk};9bb&qzu+d`) .,8؀tׁf׸^&cC-SΒy9n1i/ꠧ$ɠQ$Ǔ6>SYh7;DmjmpH}韩[JHxY8ܴ-%-S'.ok,!{Qk+-(ʾt#N_lT.WrЦhRa'II 8j|lg $Db@X5T#DB=O/`sFD+ tr .er(ՈR|?hi;u?+pWl|;SN0uӶa.[(grGKPz +lu|[hE\5檰t;T1r8n(yLhik!{+>` +#f4.U_*!=_=s=^\e܆RhNTE!#+Z2`ҀsUKnC"]<4kstDahH?l=k~'-7o@ jkyr׎?Vo혅ޗ#WfOjq (=3 woIP/y~%_<.{ H :ӧBU6[3rQwm!r_H102*\0{`c翉xq,tP-<ė(}dEQhj\<5RuK pPo0mrt[Ӽ?X1-jƶ}R_xhCՖOM}Kl!0;ĸ\Ƀ%CDd`˶ "F[W_%꼌b#}yUPxOUH!x$LB¢o_46:h.'m= *IPB?I%~>ijxu50 >W[`cD0u )=$E{%?F)bM!R e{~ı %u4hJ b{/ԝ^].YR )|Pi)meFxW.38#lVc9O܃O~>?N#8$&i9#ڳR\|g=N3PI\~ `&cE5h"S2G3d[T5\ZS] (۰y)fCMVоStc*}/ׯj&մ:oPLx&/eRq\:3CL/ej+qr(CM3 dչaEH[lxX.x2Nn8R1Rqk(~12fOu3#0I&b7xcRQpkh,)wYc34s{!tx*z|σ/z1-ͬ+ڕF#^kVaڞKAȓH36j?&e:Z%w?,7u.SdGwuY~A9IA=U9`2ٳ0a A;) iH>4PЂ{DgV,P|bdP…/< +pʵ%(MYnIB1`}N0..<}jt%K+*m)A1RhڌW]vj3`)9z-T  %k:J1t@Z ϲIyT#_hU)Yi/dO.4v6ɟ3HI[=Lh Qa3eh> {!GovP +4"[\{ﵢ +@D#CstrƑLڶg!lyB{bu:QT~pmr֟ w΅I @"p@*8ϚNe&uCXw8n(XH6es;[)9L-쇗^6YW[Fne͝'OK~7l9`;gPЩ)C߻W۔mT5AXNdZtoH-&G)pxB> &_Bs̀ڸ=-}qN.a_r }3=~AH lJ6{&P1 iDNcebMRh;am&PF$})r[1=e|و^9tmF#w+ؓ^!SRTM;C065 )7)m2 rr؛x˴Ѻd|Z‘8IS/ReGlfw!l%V7t<yw~}L/gbzQ^ꗘnپ.$ älP#"\}B7=,!ƽKim؟LZf<L36/Y{e#GbģU,`whp6zC_qP=}9qDȚ% (Yp׍BQu(s9D֬[7mm~fV9 <ea2pR4D#x ÞERE|a wpA2"WuoYAš1+SɰrfqW웙8ZE2}rIӂQG/L$jB$l:&=T3R }Z!Nh;?Wl/Z2EĀ8IB\_G@^_f FTnS H̪e AξLKq5rt_"(GゲY_c.X0"C{ ,B)5Oϕ}#(D?쳝™S@Z9H/i1>WI~;GP9/)R wl"_PP2ޖx!3+PK%m7ݏ=b9 qERi$J G?u@"N^)ajZPPcޘq%`c?UCH2±Hn4Vv8Ȫ*h|^ʏ:o:<<^gf1%sBdcOjyHD 뷄gDhEA]v $UŠr8f4-bY;ǭVyEF#0:'4;ġSwN2j} xv7C#ī, 爣Ie B1~Xz膰(q|mɶ@oh,]p\ReH6LĒo,n,kgJbʹ.|y (U:|_<Ԏx}asѽz!%@ n_3r0Qgpx9#]) ϿLEv <4Q9sը^Gy:|}T"0{P-+JeGmsu+Ѓނư We.A7J:8!\ʓͻËMd 9^E WP)~pm XZ(4rɑ@ź &5PN:_g;VhZ5,|^,Үʵm|U,5$ 23MS{OaXbװF] *2OpB~A5w}@Oibe9妽lL|{vR~~&FvcpKks|3BĶߴMKXA*u$,1|A5Gi ?ZvXa/"~I'5`!8S'0ZQj GHIn"(U.Nt ?Wܖrgː9omT?{Q71" Il  ?]Пy0:U0Y6G08kLvZMgz6g,ˬHT~XmM[vZLMwJ@ tܹ υ~ϧ]\+njqa\UV`BbϫWW8 ?AB5{1(ʓv/t!<q "-ꒃJs;;؃IY&L(Sf MQvWP==O^_LӪaEVJ:~p?WZj =6_R'@!)`rY<:*(Jd&} ̄^ʆKד!O^vW[@P̨̿>]~u! pX[DCjg܌=qA:)g,օ㡿!$;b ysK&i!?48{IG@z יzAd|M9k2*ZyzBt7 YL%GUS{3/λI4.H_09FK҆KGQgm<&Lep2b>%0L:HsbLInN򀈠ry]vU5̰9svFMẽ69) U","ks 7Nd D q`BMwL D~dՁKB5o+0̇d d]v1;W4ǿ (*\f31nx  a/[E|4t`?cǴ7:](t`cȢ1ct_4&hl6QC5/FJx.ۥ` %?-7$]0ћPP\G$v43.i>W)Kp$T_*xu}3#{RcSDCYM]YyDԞzbR`KB5'mP|udM\Xd<ɥIbHlDPeynI&*cf<6 ;VЃ,diE>w%ɱI0*FE4{,Wrb=HԵ-KR8b2BiWFvR0iOgmrr:1@;57*{m7"^e%[ނs󔐏X㘌^wwE L> "I!ݜ!J{qX~%}w?Ơu؊Q?=,IzҠk |A"愐 +|9ՙu-`}odX;=iᑥ|5""S]l ڜ{aKqI=H(B["paװ =8m(r"&R[zT"O ʕFX77jE괆QIYUQWUd}{AaC"d(D{:Jwf0N/pM":~Sk ts,GiiS &g@fkb&P" (aA9\w.ƺVt3H`x28 I<6޵2܎[X*j-Qgxৱf\Cb Q=%G3Ab/SRrvA=3_juל Q BxMgVw>W7D3no8C~`@?U[=k+AF;G!ٹ syԧ;7=JxpFI ةfݐ1+M {MW_'^Nޕ 1d,`_3j&K0~0i6<;A{'t/_&ڦA3[& (-L30zO-ٝ LjGL$lН)\TfZ2OXҗ@l`Xpadö~faGqLv/$1'1ϕ{؂ 9c!f+jĒ9s _u %RgAAW&eZ-A_L<ԟ 0,x?QE+{ kr8 MC=`R(H"SUӗ$J ~6TO@qexkZdKv-*ГΖ}'fEVph# LC|L\"- % 6ϑDsFNtJ={&4\p>[}麙X":(lJrPU2͠!P.~f{SGY+W$柅 X{Xܻ)iȊHz$vQJjferu` \Zh{]Ӡ,A8@? XFh̼LਕTL<",bڶC1ST-LuBY-mHXψ EJ F9EAqZ`wM7kL4\?G%݉;Mv|O^a~ki)sj;;W2'8{ E4p6[+eDS6WY81d]́=c(E,7T9Yo̓7ˈɹS`F,;Թ%_p> ԍGAݮ9I.֍`8-3mV&nd_C8,|%uB}j^[-:!-4HQ%+!@rv4,1՗ki<#ۀFRp oNT a{k V[+Od&PBׁb3Ov%[@쒕Lu׼ln@nW' OyΉ]ǐu gS<'qe[24z1яr@3MMU-M8#<#NPS |? `@P.y&hDˑhTyӂ/vU|_}z=DA"`o<1 b`n{^VTN^2%QaQpHqM#i|8%#yZeM,ם"̋LV"4W2^ `O%C#+\ ELIdEvF҇;A+1ʰkx|0=/`@iD*58ql*r=lpku~fGܓl +h5K5g94vԄ#E 9D4 }nUU-?+ 0qGٙ3VjETqegnjRCXEES:@,Q_*>~DS8Q .6Kξ2HJ&!5:-яEyIަG z &|)-e 3#:M4ۻyaDž>w?I]Ez4GBjeë<929\p.@$y҈3Rv,:b"k/Fi[]:~6x 1)>[t_eUsY7eƭwNAm <,oHyV };lWkYfdu Tf0AKy"DҦgǠd̓$'̢<|1MFcdnjˍg ɏk 'Дlʷo \5j2GT»Q -  j {nqTqzB~[ p>,'A=-{[vm;{/y}jY iLR$0`:9n|xcצQvO&j._63>߅R#NQ XA lAs,˼K˷Xux״(}vD *qKmDT$h.#*s-NIc>7h7j e+A!9J ԾsB?wIAZl$;\0^'r[mن p~7^Tl-G׊C{Z8ԓpeS&D ;i$'JMˋ8Cύȓ$Y4-~'RĕQā,QCls|E]-n֋ LS,Ou/Uψ+r);{Ɓ9ZEKxwawHZ0?$Œ> 9pS-s',MBcV;ō'UVQ\t:IO.w93Ɍ~!vb 2TI.!&DG>_{{"磠D?B }4 {CpZ'.󦯿{ğKqQ+UiӤ9 YghӌBEh2(r(ː;L ?YObOM*n'BI [E{)o$5] kf,@"Iy)(7Y&\VI֤ lIk4J_wn6>:Ցz1;ƽ.?>4'?4WXm8KŨaĔS`<0@-y<^w^_Iw;1栊b-@S\O~Ar}O_#vq^{Wd9r `_Cf@J*3AfB:ZݢB'(|Muڇ9QW#."4j #KF$jc 'g /lp_@[!aa WЊ᨜G\a4Riѓ:vİXNJ/R,u 1)Uh,hzA?h03/X'h(ծ\_/#ʒ|F4K qZL9g’5w/c?2ŒUQ3w3ji3@XJ Pqs3So|S~Khluɣ~+]A 8~z;ֈ]дPOTO;&ʴ<-K5@-o+BU۱`%E@,Ң(yb[U/]bi ƴQ9(q$ʗҭJ C¢ w/p{Mv~_};{ت^A32cthژ4!Vܠg i}4p*x+pjF?7sP$=VW$388Eȁ/fO,hk@#A(dZVɢх[]Y埥 g4B( ^lJh ݤQ,5ٕ=0Ԡ;U 1k^ h@+2M]Sf獧{fw:AJϺ2]D2<&9SmNKLo ^,I85z1Sɷ![/kYy&w@|?G\%NA6>M9(6y[\Q$hCBf4g0nNj~_沽-"B> GVyDr8(`LVjأ*#GMSIʢ@ ^ (-1iU[tC3ik˪^栏f'PXz~8 8ɠD*z"('̱lH%2\,4wLbN.x$A%Z`2()ڽ;盍kTtѧXnO@[K[R ɷbO!- Kxtq_M(h7ޙ#@LR2e9t;!JxlcUSQmS)S\0n] ;"C||%W#{$qu(E_e:H9M(F@PCSOtk }ԪI7ȍrcx>Y}t%ɢG.cQfHXTb}~CJa\ i^tLMǵqy!(_gy̺-5bY0sY 9'2v[l]$@Z[`a 'x[77%~%h7 ,;bGLdY|ZwK.dz+2re8[@]%U"ECV%2 Syl 8-F,LM&˰H:BDO~2AQY}mV\ckvkVeK/$D90pz_P>o1K^CEi"&^m XG(,D5Y*r\tbu_eT\ˢ,p>,nkcA_BS*@ţԂ&FtcuM 7P>hHPu)v, &a- kD]v2]1g½gG ZdAB0O!DbHÊAx.?HVcs)T:.Qh_w@ !te49#6g%A+Zg˪{w~ce5`7J[ҖrNDt/ iNVuq謗tItcY͎+5s6+EH{,JS2?Z_98|?Sq,if8Cb" NQ@Y$wMu/T潮M k'`d,RP ?p":r)*G79PgxuyӜfTvn%:00Ra' p)kgkQy^ -Ϸ`R?(숙swv+F@+ڸd(3r[Cbr6%k.]&ZPH/E*s2]}k f6Yb)"w^ҟ96S {ӄ -qmr| ˣ68l36asDהZoڵ6eUJTC) oxK:r{[3<,c(XiĽð)Sڸ؝ƙY:[^R,gvD99D+**#]$S];iG}f\Xr(P TbS3%nYqފvxޢC8FRvTnq IwqnJI h ÷,}RgSc!.8w3WƧI F5̳-:UQVUH?FrϘw1{dśq)%K ,nm eD^^r6x#8OqdVM]u:6WLH}&IT*U{M<gX0>P!`dF)O9ŘCvmB!r/2Rdg, }FNz:ˊYu ;S:+CA߅ci*Su#od̔dgz"i9{7,2~5Jg`N:MYC,7Cd3gCbj܋fQ=_hT"Փ'A~t3"rRo{*o%Yj! T>{>2"UiLX t;||WzVɈp8(V-:VI\ߘ ִЅ͈a)t\4Emxr5(]+p"G&ɍ7J/R-c $yhh?ݕr^QBU cuWy\XxB|X2knd'3c0XG'ZMPza4NF~KEtd;rgB+Yc(eYpF/lI)Gr$g|>şK"!%لgXH=gRN(gؠwc~a w]FZ?[ Fy_U迉z)fI +WbԤ6V/Du5n=.&\C:xAyod^qJN70\ÿQɛ%yCܣz5e:, I 5[Y7&~@ZoɎL\1a|}pt!z&(f S"P/X#(Q5*_;1<"Kׂa/M~J]G`rzrPyN*!/1akv@<9f1H@9ê',3ϔڠD OnkLC9S-!^ԘŃH6Q(0bԜeၭ_\{}ĥ|:NŰW_ cKͽ%D%F!-@XX̻=:kB!WK"2yn/FUmԠqukPҶJ[B[5g=yMn +5Lf/]MSj.a,+R^tSj("Bkh1[_u淍%˛)|eZZ3bQK=aC'_dt^]aOSw{h5=Vh0Wм*1`H: <>"*Z# @ԴbpX҈s'Xp34_}i(wպ* )J K0No ׆,ua0 2,w~Faٿ#O߮wDAhk8ԃnQ΍Ok7 a*k5q>P?BX̥Y$皯Iyb ضeV^$7iKݎ}DX}TltP378n6QںvN͸Z5L wjHYLjgQl/c+"``W~5 \&jŖ2M\i@ǃdym*ƅъE7}2\ZE 8"B5Q ܏psS8Gt۫s7+BiRGYVvЂO^eQKI=U^xsfLHM'd@HqcP(g] 2NӢj.6NQ0ugOH.0C_Wx+ Kʀ[ؿ3qч>(˯W*wع/sY z,\'n  8 )(oq1:4*UdxxVUj%GtuSb1~<.vmFSN}a<n:iR!غS[R[C,v+ ~bGl ڽL|b-M bB(5],CB aE[~ƒO+SۻPڅV}QِI1!TFl=s #6@P{~=^U ެ:?`g|tqiŤϞU*,1 |;tTO9fM7O;Wl$EoZdn5.>_4\rC|ӡyh#,. ֬,^ބ,ְ۾T,9m['"-3N2LɀTf@Nu,wf`newTH磽qh͞%>C(X.$mQ/F&=+Ї^Qʑ5YY.z>k:oZ g#L:r LV1v,p=Ӈ]rҶ~-bt)ҭۀp OgSsI|ޙ$m|i^B#܎iKF7-{ z;m"F<#`K748DZo2QPT0:{>rbHeЎgE2`LZvdF 㬂fF{ NN۞(PãGw|3(ğʆ s%?<'\.;3(%5Hу|n3>@QX9 `ǯvwՃ ;O mLy@X儳>q6害Mu>!)& &K$[ĻxH viqammg̨p`:ugF尨p$ֶyШB,|lq!ȟ"~.2o>0l G!Bl┡Xwf֓=8$#JĢ)PW#,@!? CQ1y Iɰsw@Od3 Hk1#*t2NܬVD \5^6Yf +>RhU 3qd)XD\!I,;& [[2G\a;;|Vq/oyAQɣ#P,P]B [:P3dIb5Р,R!󥿶 ܆QZ=.5:'{e6Jn V1蘴SWJl$)}EZZbE+kc潚jMl&@y?qGۓ0q}V5*9Ax9W1{ 5[U*QJoTB4y䒄:C2$΍0(xwT>XRM6Jn Skyyo}!Ik?]R~yQTdEԟRP|xsLtQ1C`$Ga]ڢq}8137)J;Oä̺v .z76u' P0}II%Cr.7%ys?>{~^B BխpyU ;_Nr3y_Zc8 9C֟Zuo j7[!ONbZvc{D=/u7JJȿX֜" étoczRI=(5MEt<u? |@1 \2;w\`5xL.#E?8Ut/ʀ^gCd۞]y @v#Dh;a(mH'xf{k 'v 6PqzD0qGҁٖc3AX2/ Ş!cPAk(7O16< G{ݬ~H~5ubw\t\Bb9.nw2ϝlR3,wyVwֶNJ|tb {GYY{`gUGi1#_ìf3`ٽ" G2n+7GӐVf(GlO&)p&-/jnK$p*U ͐%h:'"FL-C>"ujp,`R< X^I}ŊK"WJ [Pz ?@6I8q{ۚt״k 9FxW1S\/sVDӟX q [o8+!v>]Upcǭo)|: 1e7lBALbّܑU~>s9؟r]zdѳ :g]V~GhG;}e!﷞5O&xZ蛺j:8RGl=4N^I~i|դT]jb7u'@GU-3m%4= ST 6j!S%SB!\ 7#_iڑ>E`~<kUjFpp.yAvAHl9gklsKD/&1cn[̎a~i))L^yO*Wu n;R+9qfa M<Ҁ!{%L!aT7)6N[h}ɩãĺ4{DB7RrX vD<2˩3ņS%a 'a `rG$oiU&EXH~.Fǫ/=0+^-oA1)/.a;E,I.lFy7$t^ 1ntLHz(Xv;G>lUygl jN"t$9NX鋼y)a8F F> X|=G EX# piaK˖f-GJk"۱S҈U_INey;e#~TEVqCC5r;|W ki !ϵK%3X*x5$wջ]H_#KF #1 ˀT2ܠmcGىw.re+@Ր2;aVsf5pى\8m.)\Rȁ^5/"tnUYe"1?Y ݼk3Ms =Jay,HMSϒw0N"r/3tL]':T U~d 9g:ʼn<29(egEwx9G$PpbzY1[g lA:v_q$XF(]u"X)]RdXǝ E5gMi!/,\Z1 ޖՈ_W:Q+#˾Ig@=ZM+:? 6~%T['B_S1 ԉzǏoߺP%ݐ7Ӛx"k':՜w2l,K-R{;f-E굥e dU7+!&)i@귓c3\L 2"Q>Z_ ~)h)$+yFJk{'#].""FCw+Y *Au'q +w"TA&T6y~@rsΎE]Øx ^=hkjeP~l'= tGW2>B{6WȘOQl&!%N8JT(Tv7fp`(f,kL1:vlQڐuUJ٬’iP ]?(3z=YK"ڊz1]i|YJǓk='v"nG\xK/ !`;Ҹ].a| /Mm?g<(1$ -ύcXkU̖G#难AY8J>x^EGV"l0TkXzhϴ|µ叠HfX 8=P: [?ؐѲRe'+=;L䩰F୳ZCYM V4,FB Ѹh_ֻyGJꜸQ6w$[""qm\ԛna,=䗦8 ;9Z~+>O41^G54e2#'LXbӟjԩ&Hk=.X.Х|ϓcCa:/,o ˆ.S>b^cRT'uuJJ K3@eK%<Ψ 8aOR`|͂*d0:@,:ݖζNgEI0صpޚ%q9T>ZKZ/N'nv=j5cJF*5L"46%4ۺ G/UF8l/Eb>\^6p骅 ¼`9MKFH?gBPP=Z4 @AW7#Qr 9.^t`!9v6~d'&^n Li[u.~#Êk;O[2A7!Y<|f¹#)HU0E w7͊ㄖԿAO Yp|Rc\#ں>i| 3zVp[ zΘf1&MQ?'C֒̚>ɼ,]Z~oȥA+=0ҍb͈Ͻ꩞#`F|Q:1 Ɇ̳Ib5ǽ.f]kbG/Vh\gTX3qi0nB82\7~g WyO =&1愔~tY4tK3SY96o^ P69>px{(KE=`@*m`LgHOǑΕ4-"+O_@Fi_ b|F $7fö2X(0KYƉ0~ 68כ%Sv{! *[Kt,n/)j[hUYlK };Iφ.TojBR+:$({0w0DC0JU}7aMW,h.W{#u3̽FM q؃.W|ƒ 't`TrWV gQB>:1_p AP U[JW 6]boA~,͏07,iOf3bk1 E~kC`LiH, \+R˶3E&(e <^:zbgvQ cT/(2ꬕ>,_W0dΆI!B *2}|uHh|YtΣloMmjD+(ء9:= $V?ԤS]5B@Ǵb 3?bo>V)n7jnu`gc=~9Ra!^& ?lkx?$>,6WG=$E},guQ>IKb^훍XΎ̓i{ *]Ű(1~ZM/W.',̫hmDJ=] 6iCoC ړIԆ9PR +VxI$bSNnĊl!F+)֩ETOR">JPbe4A5^h];{HAa_76fC` d׻ Ϊb04ˉҚ YG\ƢlI])lIeEvYy[$n--}B'_,C]VKYT.]>3iF{WN&rM~\)=A5(n8 CPlj%NJēgp\ 讶n^rh5`ww(HIF\ll,6?UIVj^:%9W~7ؐNV$}w nX*cyOfAf=䏽}N"(7Ǧ2+9e $Kwt8(}( [$Ic[Eʠ. ޔhN*˦* /,mo/U D'L⑮:Fq)P}noj, foݒ~CJ%GjGQb~-[_V]fwk&p faU#EѭĞ"/ Yql8աğqPM:=bUC?*&<(Y]\|%G+"VCs$l1-O; _;^?Er- c?צ  //&[3aO`h,!NՇ=\0ia]! KN;byG| i`5ۧ+7$BA~Zo" 2,b%w, <8++;͈Ț /=DOCnjUYȳ#Y7/Yݨͥ%^Ulw%~D; H-2lV%baI˿M[p:]/͓KΊum fl,^' 򵃹 mhwkm'5ʧμ_W`9-Z77C.R!6VwβrUMkI'tm~@m|Y^*L xN׀#a,fo=?AG%u6ЖHWw ʜ*)0ڏrNb "SkH j'{cӼX$L;̦|m*kt?Gf{5Y׬]RLop3O).XـcKO‚l1UgBg%? (+Ik-tTZ/#R%GZRR}x/~s3,-($ ne t3qf̫zΥֆףeu5 AE!Bdw X%aW8< x\U9aWldu]p}ZA <3sø**`dx\8-[@BE'fkߊϋ/8p__ʥOELY=r,$Tą}[<@5 (MN9#ɁxvؑTnƔ܋AE`L<;#\9AeM\(Û=忊Xe {=0\56]/߳Lc8L!WS~_fɚNktI<" bz5`[e␤_z 4a- 7+9"'-n"vKJק݈kva@=l.MU(Pf3_ S6Wxƍr9M@s j !8O!ÅjehӻK6[''!)R(DNIM4mB< n-?Pb|܋0pfS A^[]Z"JRk!#;D&G7?"}'ANz3S#OFlb[vm,չhZ1gy5aDRaALT`fVΒ*&i7PܗbQVE]/}~iG)riGBLˋ9d#@wd4'>U}Qʨ2l_r8 i@h7hYl"_S!Bab#\J(أ[[7ʸ֛ښ>r1P 0R&n7%7.H")JX0%DA^8 1Ͳ)#[p*hЍ'^xEx#kv54n`# +%BqG. M`>nSNh7 ޺^ш(LXgVye+ۮک\x60qs 6\&%] #b}|MbT/mZ !&4HѼ. E=*N g@a@&8t-Ix% ̺t1]>ƺRzr Mj_gga⺯ChfUjl[ȥlYSɥݲd0lkYWLóg9So6H|~k[S]8t|uz]D1S 'H(hË2T݄0"ǵa2-ZjO3zTRT J x{}_Ψ15XxtHY'}5"J =ӂmgTΛpa6`)c%:tXc Vsƽ,]DQ^&Vo)2oW$S.5(^myg]1_XQ:\쵝j3q(W*`X6 Љ/06o 㝀¯jf_O{ ÿsZ,j6JfU0L&˗0CYO)dYZkC`,Wd%"kznfG^?%Kbtb}"%i j^N7XjȞYA`>!IzK,Fo3#^co"Onh!SٹMFq>^T8|ip ev[ГeZؕR("%5.2OteKq(U4|S1kD78,Csc6xӨ}T >'p ^Ý[p.y\b>evT;97B0o莖##Wް }5MX crgalJwn񋼴 y /)Z/OyЕvqۼHA1lQSŻAoMAi G=slQ-_/^'aiӞ?M#gQss2B'r%$r/S\i}S-]R? 4gN=C!B+uw^uuF3q4ThS$90NQD7_|22UhNt^Yz%L yU`"2ƛuťJ9읯Zk,#ܤ.QMPY}Ǿ-}GPTE&ɶF2i= *+lX( eg-}0s1y?-_X 6NCb;KݫSa1@ě GaApCr>JrAVy6@jJ \3~l;X&I"/0ـN~]qDwB2~S RZӸ5F(0'P`|f{pvW+.򮰛a5F4~5&m L? P%-ndD$fE-T+ZciQr6YS)0BNJ?@Z +[\u]DmʦeϟWdz`ԞW Vc\J)Ln܏| 5˼!:o᠕(͜f+vbtmZϥ֤;؊_% ()JAg洣e5( vvM7PBB(KG 8bc\VU's d)$ L^rŠٔ9 oA!Zo[ʰBp8؞Tʪ_5XD_AY'#MaH6q7 vuoGob&Оyn~b_\5/&ddxXWiڗ1kjRC;B/ bZƓ\qS(%+\P[]:PIQgK̷`Fv{}VWlCƢ䊦>DŽ1x1a/"9EUV}5UvARۗ Xm^c~+Dd4 1^" _A+{̕њGy~iM]翂vs.+ ,oDe{.bo/i^G;Vm>:-OóZb.#G)@RXζe*JIFHRWzd:%P&=l@CSC%L?-B؏`=םDJ>ޖLT[1&GHK.' X'=y&DX>.K4p>"3x zfWʔ==ц'G"7tub:%C/hR#y?(1lPfs^ ){w[RV%AS !v~EHJVOo&$r1~X|xR^1S?Rw0BR1dB9i30`B n~oߺ[ڒ9DV> l%]Zh*i+b5̒mԪp ?bץQ Ee7.GiʂlXwnpهI*qs{<"! m7Fi!늒7ຆՑIpSm&:|u[5ҰK@&ÛPY[K3R~oI4kuAa*Knv3{X8?*ˈQ{ab$8XJU،TR`chupTðvƎS˗11Iq6+밫Dx#ZQ ΂{q͟Ab;#iNh\漀Z,ăٛ`̇SXul 7*%y ir+Q/3lzJёM|Z|O @"bQQȚIS,h?.pQ 3m&IOVJm1@6*JHAtGK!weSU($%}ɪa\O/nkw% ?.F%?z.va(v1Q|v|u9]N*ЁAFRDՀ茐*wLÐXyocWUQ_NA;&5>_sY5ݍUmM$=f_\5ՏE'X,"D _hPg|.l$4ہ7|bAbu 2v-_5P-к;(iv,|LN5'깑O#뭊mN4 IaJ$8aT[U&b@mL HF8qujf/-GG@x6cڎȿ޵[<./0pNOeGK cܪ{r!&usӠ&VX2_o+:Vd0_"䊀2oz.Z"';>4 ǻ99+,}g1|@DERBU,& ʼnG_~3Il|Ńz DBLِ#e礩*mP RkJ%JH 3sǶ眹)BVfBgpzH7A$pQPLm( 6'FMBf̷^L/mA~&H-iR'8+u s+;B'7ӫg<*>mZM}Ql@A)h(D&3-0Vr5Zq8CUcJrU* ;=oǿoY!%5f?a-xٽ XK]"X_m,=V+:z5NФ>"P]' VaP4qV@, ٔ$+Tj&baCOeLwǯR,̛Îőp *Vi.ٖM}WssFj>V>v6-oˀ< ^Fفr62)-ht>FUƆSiXcfZlߗĒ$AzR9m JEHdnuVIqWH? _7A4KйWgK@? 4ҥeP*@U`Dس@vAY\Q*P@b-YOP2ɘ%؍UOW9a~fA8B<%a6z91;wSBDb~T0.Nʠ]8djƵI(vbנ{^syΕ9$1Yg̘oQXTӚYq^6]%a Ydr"HV|< W^EZzf k?_+iH# [m @&<OWB:$Ɠf0 p+vgz䇵kq# {c\o5_Czo58}d#?'YRԃ e jq ~>䐢M@zFt8lo$f0ZKclmۈOԸ%z0a٢]\5R7yw38lX;F**}(>;S]=$זMk> ~7/T /))D!iPAU{=g!f蠾T|)sF~ah N'#1;zM3aa_~LVz%Dl)rqϡ(NJ{:;OB9e7YKT: n _,iI9 HV)Nl"..*;T>AK/UM42~QP\skGp.}+ ߩ[}#cpE&5" /*j[١"a1^ú\I~s+)Ƙ.PXKǜ|Quޒ'e,VQc|ڷeTg#~$`Om]DOyM.2Ƌ =Q* p7w1 #R6Gf'}fnWwy. a5tO~!p^jF#Vn?wexnJeGxdXI۸GZ#{=VKY?zԽ8,m~2 &6-mkxYe`\3Y7 z}ɕ>RqW.FBqj pRD %O -#ism, +}ZMIwLu^p`7 t4 g=9|1eC(5=#B8`| ωwx{7ݔyI;5'N=yO5U>_,*^[If\I.rBwV9?Mt_'8yD 9IuF7ҖWqvHS's*YxKК`xxa_-j0y[0ɬ76Y4h$Y ?x$2s g /5奋4t]J2ܘNZ#[60kS#3yQbØFMW ``~ap̥ sZۑ|oPWSٟH+}=+Lζ –f/ԡ۷;C$4_?6=ܥy^.?+4iueٓn?NIY8Co߻^;`bi^trSĦۚ:>SZkR?~E_ܱmo)%Bx:ڬ[4db1 i@^Dj '-; nX-Tt^ gk#8Pha-\(FW{ՠP-*K+Y ѡۙRp $eWנw0kWx>9`hF%y>4X:d~Yzt? u;%$TBc``Feػ\4ee@KhH'E>ğ˘I(ou-!r-pSb5<̵lNpQhꟷZI9#FtjV<:zɳ` nGUy}(+'?G,z̹,V=QwH`[+wgnāXzC[LmFV3jy1v.2``|DC1e4ϹeʛYIQb23'y >FbO4!:`6yA tT33ce%)(KO;jƩ(L P\vT~Uw !g؛I pS3NyZIXqF?u] FZJ#~#3$ 4fi?<R =Q~ .8JbB 0(dQu`p9sY/ZV_t^FuPZ~ZCrؤC"3gɪOdácg2韋WᦩC*Th&_~S& Az}x!845yEC̖u\JTUioaI']\Pa h'owNkX>^T/]Y']vI;yTP#|+V?sHg2QQ*9oP9L'BLSPae߈jjIJi}Wx 6P\:D3=7Xp& 䕇0n$_ƩY?Ѕc8IH YNiq|VVW+fk #z(@P(cgIzG"8|VF.#\*v ^xFJw . Wsx }_7$ @'A1-1_tDo+*3"=P%H[t٩O9m*[e.];J]sLbևu&ѭ^+Ko sgHf7kF;q/^{5PrQMgƁ%+`$ks^}5R0w,=)2x"OWqlh2cf滮&(&M`,I0ASM '_]%Hpk:ߟthj =ݧ~ MLfBv颪tD54'-t qOKϡtꫢ7 ADZؑA8eC9A0%}Gu9s\f2(tۺ4ߏ!-s˕ҕ_>;RC͠d{(PID1i [RRצw\d$W8X?*HTs@wYRM{ŒN@ ~~#`Y쐿TO>fAV%i/=R׳PO~Ti=i2Vu '`vx\ ]Daes Ob1رok5?+(]R}v_ڊD1L㹤Sdro%v}')$oVx >  PS+DYPDJBoc Clnx?'/v䵺\u~׫_غ"u'+{5$8P0f `8Iԡj7TMGр*VL)F"p r/C܂J*;w~ToFz1"7|OD`OB' JWgĎ>do!@0*>(mVa!FvoaD֞&2;j[*FW/ГL;DkVbSQ2ѷԩkZSFh!I7DVDTuM Q-~H\0taN!!Ti)MN+D5W\Ƣni([bep0:N_=k~ݹ(926 )gq^k@_@+9a qkyegg,bX\vԮ 3C} `0M^t α*N=uLI}LRmaJd=ȹoPX'vn0^ߘ/l eQD1id*O:8qDWl$+]wd 3 _=o37?Vwf+H3_Ykkbo{?hۗhu\BZ'yS1`'WBiE\ปCLϸZVԱ<4Ja:beEn#Q&r"kr;!9{h$jѼ84qomGh]Zr WS4{j0ɮV /c1iy8~ach*sK;3jRN/CӼugU̹L vسƳɥgLņHyyCq<1HbkǗHEP>0,|`LVVP2*syc3ٛ\" K{M~[a6bm·BX MEV&MfƒFզ햠Uem*߾:8Ԙ"wEl0t3 Q[:xo++9p5\&΄O nW ۃhwnol na+ݚ lb&5.6LMYXoSl 2c<4TFoEUIY,*8X䝎dt.+ъm}>)~֋Q ~)+ \gLHNq7t4-CNrR>-Myr+q$@e*,e["+."o\c`RJ[ pvh2a818|He m]W)[^tl x3R@1E /Ķ#+w|#f)!՝~%M]-O־ҏ/ˏ ˵n2V%/ Q`[߉gi~>t H=rIm|a 'C]ReȁVG gI,hĜE( t3+VUAUު*ȝX`dvQ qd$e`V"-\r&K>S6-YhEBxO+faF!Xϻ=-ԁqA.g *s2}û<;%g ľJ([X4SȨLaO6͎#zCGB޲7ݧ`70^W{^q6Q שb{Z~aH4d7sO},P4TvXT9@zP ddAjv`h<]Z=5TXRo`=7hʘ& b 떘Ф0zwuUymP$߰ǻOee,y&I<<$9z3k;n*h4!@@TMKdG}Hs#ԡ/9~kPS6>bIK(W6ԯn<%2gSOJuqִKX|Ȩ~؈kHǂ4#jǘ?6Guy~] m6ZJ@`Ŏ-_%9"9W;'Z`k9m/$QRF[ʷ#A7dfz+n"ʻ,B#Ƥ WǶ YZ