PackageKit-1.2.8-150600.4.8.2<>,rg p9|"C1pl$Qoo51c!*O,v",c0bSU}ΐ^eXj5f] , uVX?",Ł.10Ri6D:_ՐgjIVz4ZS85q^f4~t;)2]Wv >O?d   Qpt $*0&& & D& &  &  &!&"F&##,&#$@$'&(']8'dx9)Dx:2x=<>D?L@TB\FӠGӴ&HL&I&X Y ZL[\\t&] &^إbگcXdeflu&vܐw&x&y,5z $W\hnCPackageKit1.2.8150600.4.8.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.g s390zp33SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fiWGظ X hVw3 7]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucks390zp33 1728284685  !"#$%&1.2.8-150600.4.8.21.2.8-150600.4.8.2 1.1.00.7.40.7.00.6.3 PackageKitpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.serviceorg.freedesktop.PackageKit.confPackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.metainfo.xmlorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/dbus-1/system.d//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/metainfo//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:35870/SUSE_SLE-15-SP6_Update/831bb38e34a7c6bac85e7fc98bd016c5-PackageKit.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linux     directoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0ad61d5982c331d55360694c3472348465ce73b6, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=97b4343b847b8af85003847d084e7ed2df71e7e1, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6f409ae2a32161ed67ea8e46f956c350167e43f7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7a34edd3f36266025be73458ba47c46729303239, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=532af2e9e10bbade5bc46c2afd261ee3fa543ce0, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textXML 1.0 document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.8-150600.4.8.2.s390x/var/lib/PackageKit/transactions.db' (No such file or directory)+3 R R RRR RR RR R RRR RR RR R R RRRR RR RRR R R RRRRRR RR RRRRRPR RRR RR RPPjg|靣BCM2systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-83f0b4c52844cadfc3900356f0207eba9d3aa79ed9b23521040c6ba20d81f5b03?7zXZ !t/v]"k%R MscbY8_wgCnڊC:qS((BV|bo HEX7'Zߠ6+qkJv>E imdCC/$ӆ;G2E9"qA8f u a!לQޤ2v8yC&Si0D:2dwe(hܦ G "hD5m 5@b<(NYƂ A3N:8lUyҘGl]"؄12 j-/={ P"U}&zGR_<$e aIhgH@5JS@FMҋ~Ƀ婠a)\ЩGAaGs~E7:qWU·o9Fp0} bxLL \׷ Q|O[pݕL f9C-D.VTI`M`'ZD6On+!QOqPRdE"u{h}ХM(_fj>yZMB, bJÆk=prab|!wPd` S˦6<8 $пaZ֓w'sY%pj,߀ 84^\ѫ @Ki]~INڎx$kbC(~l {OË(u^i;9MTK1LI1зdmğE۷,bUw,G wq 5B}6B0^Qθ\ö }(\B_pk;ƽ|)H[Zq-Dߍ{ qߨN@W6 Pk|@.=#y6 o=7tEpD2.˸N@ c {.b߮h!GHPYzy- lJe֫KM"P}D))Ϻ{9Ks+:E*yjg,g/r=WZ=@n*޹n ]UV9Ӻ-"Qݮ[r Rv1-=yE7WH%H4\ҙYmEBH5e[* Vdrs&+ VNzZP]uMyD /q/3'vN 5i&?$^x"1V PpD5.Bp{Ƽ# =Bb5~ w{S(?U3GXP=z*#2C7}5k.tf-RuǧMsFڤ:fI|D ӫc7hBRޭ xe`׸%6B&f]suV?/gD>!8}lLf;]QޗD35he5xG1~%:Bo-50{>8|)qL{?A/i}m~g̀S%, aqtuď*7amk߱Mk )erblT@p:TS$̆ 0w |Wğ{%Me~Wg-YBķJ`y9̗ދl)إmg1C\1\Coa[4/b_ע'q'x(@^^bIo>2LFutwJɁk0|+h|%j$S$IS]`7Ԥ]1KH琮ӊu6`gާܚ g]yDU(e#M0C ?)d[Gc"Y@iP &1G;\\Ep;p qO;{n9SK)8ӳٹ9p r"ؕ!i◦̨㸟ʓeQPf}dNczndG,gT/ 6?hl3B>RW"3o3 Ȑ~I\pwȃnKY9?׎kxRu6aj[$oZē1kBChѿ*zPjbS֋\S"ISrڇiHorH03-Z)Rb5Az=l5zPDXMJҭFܙobŽAgh"N%I@jb+NgU[{lL6|E~勥 Gm [b?2)8a vKSeT WZ7@Hy];^ oKi"ݸ 6om6w8ӕ3m{f`DȄM1ϝx*mer'>=G߭^qv].^l"=tW9CϢȆ # Vȭ-(ӠN%OZ/ZAEBFvnLJLSgOc~,26*7#B78c}XOgc` ҋtwn1Vp,/ K7@+:,|Y3o6$hIiQDa8yoh YmZJsqg0tz5޹ܣV*N!V;#O%]7KoGIkmn{H_ If.|^z>40TtW7nߏ%i6;y{TpV2#yVo@V, ghL U07o,_b @)pO)@bY }Wn2CK|AiձQ*g!LPHv: `0>i\WN:UEp3] \F9 ڰuI`B9-A6('&_\/k~mInOb1mIgnı>4xΐ KB@Ab!n >7]05Nt1yɚ2*I7"[zh%yI{WbjK":G]˞gFdcU)\qⅈ%p}Fm%Lhu%P0M29fꨃخ@2: D8/@@nH~X^ ةE1*eENQݝkP}r;L+3xcugk_ͫ،<֏~@D_?oN! / Z)WJUdq{gEBy4|XWh^oq&ZtF]^/=?Χc ){3~7߯muF;6HU03e@V>k%>܆ *,mmH62,j(H2!_-'?"aG&[8$þ+2泍 ~ќ`?d^vz _j4 'pDoh5'#Zw "$ᄌWVcjbهRh!1W/C%fvk+ qCZ"*[V*:kz.t Cߗe\\ږa b2f=>{Nk+p~ = yAf(.ńZqQ_5d |{\z[(d{"ڌ`X~}o^+2cvj"MPcV$qa42bUF|97aA%%3e^;m J/;p(KŢR6 >܈O[Y=bXM֑Yথ?AͱΙ-iͩk޿xP/RR e|T ]E͗}7%N B6f <懄}?2Wbm(\&GB =ΐP/!#]nK?\mapX;HGtI/ Æuc׼g?Q^cR Hip^#yG!d3_ k[Oh!Ҧ#=c' Vk&11픋{o8<Z=?HiJ:P0 *DރKn⳰mVJLzqEX8ӱhڶ;rx1Hmrfbύ绠RpBf \:q/leFkݲiz4d*沽'Tn]'6Ip[ф}a}k\?9 +[ڑ;ڲK-V׾pZs٦[ᾛaީ˼[P7]XxSa(s!]k .~I}RE)\5LLV3^UT aoܲ ς{M4;(aNj/o@H;V\K*18zt@ct3]3n}g.B]i r%0uBP Bo<  'H$X 53Q4=b1yw0"yS/p:NR;L~ԗ , 4#kq/ RK p\|80)m$;Z_`<}9agWc}*P++<<ᖫ1XWS+ ~e#W2 |0tb IjH p#_>ѶG5ǚEjvzM5#_S_{WCF1OQG^ѦMWx6}( Ҕ6:ۯp,\UD L~ؾɶR+:'Qvvy~TsxYĵjZF|V)!ՃsH:|+ {d/%:v1\g )P{n66͗UAQS>m//ձ_LJ9:{oA+>`?rxuOJqI%5:g23Ż^r=1DƋ{7c䃕-Z[H^,q̂IM֙,eY+{YF:P?`P&=O&8LsUYeC* [I͚n,78 '.HBZtȕz,P/w KyMu3/f9 |HE6k )7A'AW=FHޮފE-T5 ÜUrn)YcQ|a]*Th(eE7`?ddz7_V_SRg˴u\EryYXR"G>x/bE2eFVc*\$,;` ~WI%@ce3=IE&6kB7 a i:eHc*xCq+_nODepX>p@Sk9V_`y~KkMwc=؞B̀Wrj ^2Jҋv'\{"E)ۤOGMEAGz =L&ha5 M茕8it&H.ahC$5n:{ ?dA.SDJ Inib>;?<-d# * PJl┨Ttm"J$ȑZ$} 0|U#e;A XR떋M,ȯ;L cޛ!f2jC?4+[q8W|9^햫IX&z_ gQ>:M]vt_+>ZsPUeǃ O7߻9Ǧd>% }ɀ:od&9ǁD7 vyכ9 _ɐKاzt_DAk3qsҹr]Ql`wSTl_F)!cC~&* *#2+ab_]F~.?1T~:e T@BgC!N֝-kdo4tmL{: ⡊T)E A~q5DTB(whKAZNs}@ؓUp}lP$Phq L|A vpl2>F]ԝ#8[d%&`!9uy[m]Ds{ xVכf- l2U*qwopOUB\9!]+i͢E}}pI8"WƪlB.NÀge̬wyS H!ȘYuI.U밽rOʚ;",/O@2=X6br7b:4͐}X0|dW]iy.PH0!Md1QݓMxd A(ND94Uh?l@bY]T'Y `YSp_@Y472d>k3y(FBhOoY^a#W|Y i&/Mj ]j*r2>aEØ;Cm-ZQ%lN/h82X-9ZA -2S%bJqm8ϨI:;WeI};{I|^۩˔yʣkrh6ÞbSHZ" զw8[飞iiA )xZP.$T~F4ѳ"^vBonwPQRb]/@|Ƶܣ])7A)DMS2%B4"D."tc岦Wӊ\3;~r\![P6y̪UFӅyn<MJy)ۆ,%FDKodcNi\^mFΰSqW=.M`T8_HtK /BT냋[=VZʪhTV,3,@%o "^vT3$g};ȁROVB(}X=g`2&L2:7R`n iyD+(^8텗l:i!8&kzSO3p !0t| nZ=ʈG`ڤĵb޾A{ahhNs"'oо-& t/h?E4dx\_j)evC'$c.XfC:5I*OY_e0F]J!p2zAwWNgJxnlj "'gK][/UKؙO=I-8QJV<{}|yv DLY<@1n/NrL'247 6ۉjFITn1n LLiƨyѾ'ȣg()7›$5ڂraQWd$Z"'( X=.Or d>w!G6`zD76Y_ 6ٛxxlf2, RUxZ)}Ej 'c4i0M#׌1S%NC`{Z"Ro1u.7yzwKqo7ӻu*o~kzF3!+Hwc^kquoj~,x*/Hcǐ+fDτ#H PEHrאOwF7Z,ABC*w|:"FDH E3YtwjAQGSs%9ҵa>f68$.Լo+lw -^Oɮ_Xi%oV^e\v'ASoGǟW g=,kHclw5|\ Q*_eA][ d[G] vdo`n" s*&}|BJ7I/f>v>G0ͻg(h0QǹkyrkWfx ٘p,fhvP/H/3-B+2_l|[GoxdJSF0\`#Vu Fy篏>ZIP 2stC[{19Ro>eH?>Cr![unk~%nÄ"6;|v_׸~%72kƊ`47@q$-ցʄ{&R\cQC1NV'}ݱPj2KL0Kry } ,¡I,u" 2sw7Ba܃50+3 Iw?$]#G1UU@">sV+=yבdy# %(ʻ7z_jL>oǙ Q@=/r]D !|v:f2xFA,I7vqVp9q鯘$[Մ&Hdiԏe-+tmй W*p\u?*ee+@ )@ڳ&by^Fw>UN%Dz/_/oL|## Z`7rAWLEa픜5$ ]jB%9؊TLv`alj-CM`yU#߈sMSʶ;a\LsN4&ćPsJ2 P:Bh' CNPڶQޟ/jBɴH7E7`(]fBWɪ38Eyq| uBEə^.;@ÎVFa"69 z;V=qۭHRUFHԷ;(:ۓ3bOt/@-|HV|;)XS( ߌ"+ ,Hf;k ` M'NH{u2_87 7+v u w)-1T?stOؘ(|cVu][l:N n[6v+oyUJv1P4<DŽܚfZ~>wwW%"R箴 RL<hҖ ?]ޠU]!U |žctC&ӾO7$zYbL ;X+y>DN$൧"㹝*?bR:цyVD'orz ^E\zjCzkÆnK4(n:\Dl^.R2gӹBmNlԔ'QiV tV_γ/`LW,D#0`^x7aJR&LIalJ )#X"$~8'1iuLp`cEdO飳+U5UX$%x`>]n"KvV%똹 iPoD-(1 8t~nңt'@|1U)_QjZX)gtj{p˞t" %f Tg42 ާL2 CA+E9/ƒ(3n?ƾ} 8 Lڋ;GI/TT 8ҸK( {FfO Xϝ KUBcψlL7Okf\]2,Dƌ7p ԋU=\ot_>hADx9  PDtb»2퍇C@ 9h9TݣTA3Kt8gX4\S8j8 E  bz-.6q5DPkxd)*C`j818<1ݏt69?|e Bfl\Kk&t& Y[)X/]GKj2Bdc?"Ŝn) !RKCf9ql}DP M܄XHޕ A2@;OS r-1Vl`Oc0l-sJ9Mj7N%"ʨ6ʗ.(-Qng9# y;JQPz{zn3aQ{JKD9Qq <-IimᔙX'@'( ,{%}Dq} 9hdhd7P+q JH=| ̨d|<yK|kk>cKtN{O#"&go&sqKJ&ԡOSH<AtG>$}֭Ã-Y\IM8i+u Ɇju _z (Z mOW/ yM/l4I̷vX? {]@H CuT-*kÞmC?9fj,q`"[2su @ %hG3ne\{؟5>:&xRrgo+bHl#1-vEAk2g7İDcn _ CtcT0 g#O֪#*BuTyŎO*NԗqEAZj ni7e<1_F0~XqG$)bծ8Ж#d0X>}8&\G2FjOiaƻ o :tcxpďd pT,$V_ϵFQrePO>L ː~bm4I@0嬦$1_$sVN{jZSdWL U|j1M)iȇiPT$bIbgCu² N:T`%ı2+2ܴQnJ8P_ 6Wbtj׍ImsL5a E1>th] Z! 3ЖJ9nF|6k>˛Nv4hrh]L{|Z^b4 ʎj|LXz$2|vc(VQ2<"-0a- soҚ[19mjV6A\vXIG9:9O"n=\*!G$G5,n@8r.)i|n%V3=»=cRt0d4٠,, uA2!8⠹%!sʖ7el6W_@#' 61q$P)ny߃גDd>NCb?X|nTK\F+]Wp-!P{FT=$&Y~_*K<przø'dڥDfjesA7E,лm8(^kdUNZr a ^D%\#Th}Pܜ8ew}Aol;<|=kmmaIcW&ӡ0tte_? M5UE4fb Ϡ`J]qmw1F+a5gTܨ:>V7Y'jSjT6`3Qs2Ǘ2?}uġ`+O,VW=_ L2;'{vNrh.ťPP9 I ojW#DBA<-)yY㾵P*̒s7`+]ܶ$;B/7Iv{:9.4!|KM&ĎKเw)pƙq{=M T+{d|>,CsSx$[Kht[kc+_V˓Bj *#1= p=T Lj>Րrha˪ll(;Rt\ewέ"'[WHJaJnܷ sW6Z7v("L4T+8ًwzUلKY@n gZu$}9)pU#7vYg~ǟ<?}326Ov_@ gFbS8qqNɻԣXVnP V剖mC vV0߱{#ٞ{kjl ]?`7Q?u[p/cQDZ@9wBB Yֱh-ʎעgjW$6"e՝y~Ѳ*#BAC"-)2P'eEGB+*i9 jh9 FMtkV0c $B4t8427|^'[yLm45WҾ_X?CMdr'?d=p_mDGƞU1KYdk4|4iy.^<\"cەQjիZ)J;ި`˘wړ٪QM-xDd 1pi#VsL{p$j$0C"@Ǽr@]nޤ;ٍ}? FHlvЄT.ar} yD+~(֋,ᒣOC¾B$-Bg' >Ta(-Y>Eba sDD=!o/ w|9: 9_a:u+YZDuW~:MFLwy\@}T m*r~ qqLtNpQ@[.Y8+a޴e֕]b]ֽjr5VK kKS05L1``Zk4(d9*^:|+:Zq5VJHSbRIoq;>STP=3&f#"K]bF<6Ce~p5;k0X1f_J &m `CIO_^ffxaY[|?- W;k_z!ʭ>99,fj l.Z#ufBz_s8׶>g7Puf:Tz?^BU?:ލgMn{ғ_@o:v:0C*տ1:W &QY s~y\v¬+3~|'{m +-Z{c*=;gDDŽ6v0:H޵gJht:fr$͜Ff~z$ML@hg $~vɹZe_j"#D3K#lE7Kcæy1TTT]7'1WPD|&闒?y*uuuܒ %{(AgJgi➖5xJt8Fŧy(hcԟ!Müׇ(,m5rn>i\/ #XޟY&Fp)GF7iϔ.UWHV. E'ְ5 @k~lʴ1JL ^MvR^#P<3 R>^C`n<+pqHzP+YU :dfa*= >޻(H%m j!}& ejCD <%t%- lz^^o Z} 7n?9[*3u43E),i,cɋƳǐ4Gބ8t ֿYkKSN 0ᑥ&?cdcdlz)d;IE<0 IS3ilEػ5STjړf* kCp@؎S/[C?ԟê,E"Ġ*sCu+Jn.TZ3BYfPG7*k6TZJ34j{*CГ \0fyڂ1.ep5l1 (^@엯aP#,- u+Ƽ.>SO^X 'RKߢ]薿x-?x]ʯ:a:l݃I|GIĮny0bɈ<܆۠R 9@ЪCZgScH0ggs۲) Hl@)! R o Z5 rZR8F=i)mE&6kCR.KkDmq) E2 oui@zMʆKr;0lw>fq =RW Ft7#n?U~ ¤[+n+m{ͩ&|7̈́+Вya{f98n ymH?}P6JvN~tbFIB~GxC#UN06T&tp!E6!SфU |^l [W_jDu]@Π!9Q>9\OxMcw-eG2ʯ>LsղK@^s.<_X*]ӑPM%Hmgk ]f3s@KdW-@ϋPk"x 5M9\rE6xYt6S|#33O+vG,ƸbP!U^Hk?;KUYxQin{5߼6mA\(e1VeT$+D/$G6 #cДݑ>orMW`s\+;9R*jc; GBd=g)DjDm[^W;^^(YL m?DQm\[`pzɧ2O^x =tx{M΄ F"nuJ"tg})=ӧcUsXD[`II&fC-Yd'*dO'3t-AWEݖj>1(7XXh]:W6KQSLʏ<+1?6y˚ @|7X o#/?mi*m?ull՝',cMKMM'U;J:JN|sT5g!a\hf;;E` I~3ˀ?2Y-MJ$Mn!P-֫Fb˼,.D8bU^f~rؘY`tm ֌` hBCԜn8\v_UkíG6~#T<x a)()*ޙ%H+ϭ^X*i "a=JRF9<)p#2g8(4 IM߅~k>>g4eFyeY @.7/X>W!JZ^bK#IK= nGBtafֲ_u*d {WSVJx_u*ڸYzܺkJc׺{[:/^FyQxyTTEV7u\'2_XGҠ7ݬ%!cj)5R~σTBϩmPɢ6˸-2~]MR5m ->wZcyXLj;IhV {d{Pw\' k&o꒨LbI.X *WzBr tCS@h^aW QXt/\!QFFI7=唆*( _B< |^u Rc/_>Jx^|höV[?t_?/W W  h!Bcs7[y=wTvf-~Ah[wnx_'G aV L5 ]e$z|bFujBh.]k/zRDb r ozZ9W]Ncby!.5x`S{ܕC98s&6C5S!kSq}=QB?=o=2tIMEAжO,c:Ҍlįuq]hz%¦ _9 bTN5vɎ[0I)JM%'t7(w[ƻkdчI']n`]̀hbc/ f&@^CB,Q#Ƨb`>YX?t$s'[Y|+?k~3_r'Z;&˥GKA?AL|O /QEh(;xt:›ʿӬZ4X$Ȑ]eiS\3ouӸ̃g.$Z}WFu,@o`ArW|+>7YruP id[2X-Rs:NVnewH[D;/4S<3b}kq}~< 8x o=VOpczŌumv)1];gWTaI-% TtK̂<{]cz2;R`_WJUL-I&RzC{sTDѨ.S㺱`ה=,aL6˱RK >L{9۹Fb27뛣Zs#O%rX͗;szt2HI";\6 P/G6 FFEc2,>ѨrE|ΠB:iݞ UŬH9r/`oH" |?+q:jCEAʄY2N%t.3vz:?}T ~A.^o|aXomAJ׮EDmní7/w h󼩆aԁGp3bT4''R}ٺ ֤Ĕ u2,U}Ы;99d0EjhsAXKv$ks@j [>5#e6` :ArGq $IlJ[Qm&Fk^k}}S_&.d&&x|sM#^Ϙ:؊W9 (꾁&=Bo괺`mEjTʰՅ_eƜV`\+2yEf)njT&0$T ;<LNْ CWhiAhǿlF .u81Y&tk#tSͬ{J'4g5R'慳f<93 *%U/zyA:z!0s. PH Wɏ(#uO{(z؊r([~H*V9 1jqkr=+6&DZU7$ʹ;9e:`t)Zn Gq-=틩9FA~ yy1}osI|'@P.S^ry橩3bu$Lz nLFvgF kt 6K2u`, @~u`tě$wM`Skئd {6"71T#62>HM+e H~ ),$ZeQG:)c t^ؽ&$;R&'GoͻJ //{Q5᛫{4*7]#8iszg^Շ-)CIf7U "j=W@Z*\)/Y؇Nhu!y#!9u,WTc aO"8 boxl>Ɣِ&qoh6XXNbn(tǦvW#T&hU܈qO>ģ D-TYAHձӔ,8 ̇/QQwƏk@z{JOʑz%`gt?Q;f{+/k1^# <ԏl>~]lJTe^$fLNݲCpIo,G3>Gxp&ݿ-O?}Z|㹢VϢh2|hJ᭍g Rq!U)zM( c;ఌD; -\:-W)R,!eV}('[|c'y_,Ԓ{>'yŊc Jd}]s2pUU;`]M0&؆[>&~]\D@.4*-ؑ' #R5.+!z1#CŅZoANbVZS 5ywJ^C.0eg"O~ 񄾟{kZO&낽Ư 4xR*ODSWq jkaMRc8m )X$GoBn➰q{L]IM_(9`bF)߈7Xk>{bǥR H WkLmg5̡] h:.U@-w؄H7(lN=v8dd7MD^3ؤ4L9(% X@NHJz%D~5gXTo baC> mӤjT&FUK(쩨ChCgbX+{ũN(1`*, :ǀ" 炚r'|r}\5xVfFl;nBydSROgWƷ=H[]',vN.am3 GLBmRXÓ%c'WY^ш${X C@ucs7ʲ7&X` WDҨTIhNg=hVVrhR5k)%[ЗЕ"yJnlwV#1UH@c$N6HǶ*%x^Gs^ǂ\h0fkkwONT[%}= iOe>8=@] Y22r(]&zڜf\磋cڣYII(- DV M R+)BJWä,QFלּ~-Bf@F pR#<5HzQm)un ,ӽ ,ږ;T[M!&2<[_exmYe')R:03*mJIrdCS!7$V46HާnL4EPUHu`%v)Qdo#1͊[*9vDjiگ^n:J~q$| rl &\i\p+G|E$&tg]s i7Xf--Y@9l_X飜\^WC *+ѥsұG?y⇥nۥ ϟ(0P;^P!1CȽΉL(u qw'rT 5);aۂa yi"(|n3LA7:PҧQqྜ6u\g{ܝ]xf7BNx܂YEtҹiz-_5i'c n ýI_NO +m{`6B>Le+edlb:X0{߰ Mx+822Aπ(-&Q&nѼzl¶bCW⽹DϦx{62H"9͓A})M/2#;=P^]ߗ2 ٞ7G긩HG+lfS@"ٿ:q ѧUy~y?q~*6~t#'K]PPd0J("`qH, FJypNWjd5fO~a.(y@oU9 o0Y8L!^'*I@H%:լs+;%8e4%!TVutLUU [s j?L<5÷h*" ig58Wd"\Ka~bw.HĔA#C/2QO,ú7մpm\ Lc |n<|NͳJJ9 i.w^J+C2R҃EKt_M$fX5dJ}ձXΛ Ak(aQw7rWV9LDP 7Z"d5Z=vLҐmob&R3A@;b*_JV5J#` nrR o hJ3\b=a ft6-n' |xln߿n ׭<|YP'r4A1T~]VV رpow#0 MdK`!ST,!hz ׊=o=\-d:[\^>D efog/\8I  CM V e(WnY 1aJ^eRtxj݄an+M,ʆy9-gtGjFw}E'$:(0 UY۲њv HK?C {`.I3YظPѿ^ɈϸM;lm69 'I5;2ՏJUS)wBO>3O#`/nR~ϺRFV !<>ywf8YjR눪FyC+N?zjl84PعZUE׾rp}e9x , aj4qbnfMQ4dWI&mPqdo݂B袯.\ }[^X@ҲcbucA8Pg]Wsq#'NIKClLn4&S:9k|' -xݩ~lWZkhV۫$×[/q~^ 9zظwL5*Ȍ\$RF10&m@,.&, }vfkTŹBj{9*--2smQ?#Pyp-QK[3'D}"DdRɬuu rS1馭jPd͆X=Cc.2!TȓC_6UF_\Û{9c8?;m@CQEH7 2Hl{E^(<=A+XLО9HHijߧbOHJUKra%8-DZWxDT"$Py ʬ6W8o-g"gz|D“d;E9˾PTlĊ}LV4z xPh*B9hK%*hUof6H8-X6*Rdi%}BlNQra>dͱG|ȼlڄXZ o@$߳F-JJ և ~%t(y- r'1D^.tq$X6C8$[uwnYJm+2b;z 5.Zn[ǒdkax}2(>Z358c54_%u %gmS«a)"` rlF*oA rY@۲џ2Yس/ G=ȳGǙ 䱬ś _G_9 gWhN(aZE >82tmi[xR) IcDSHj*9W%#-1Ac8밐vxta^Ruy4#?>'ZDʖl f0'/,jؒJ3 B-({W K}qkAsxg5Iс z5y՝-- H"3HP/ow6v!3w.KحϷ #pH"h'I, N3mUZA P8yj"uCqĽ~ ja>Şdw.`n2> 1ޕj7N7#ҏQՓ"6X)E9(}Ӑn(|J=&fL\ 4"_{E8|LIC8c2kQhN3~;G?Q 5p@R8orX\WyۇRVg>BLW_N,$Z1V!hūXDžnX̨/9K 8Ydl6^r{B44bU%s3փAOqLo32SW[wwp5:U0«TU0jMmOK&d3msҜDL?ֶ׆tՈ>#*G4{/[׎fkz+ .ii*"V3ލ](ZIqP&|J^i+*<99OGU s5'+nPO#i1șsYwrC"֦oYOUɺݻ-'Fk9(k& -{YXMci8;Jfx]W rTpiYCh0AbLk+/7+=y6iB7n}w ۭgЮѢIWtq~>eRc^ڀϗ b/p 3R3.=I^ #fkؐ(r\$oc嗔5n x)"zsw-\)sN &y#T7I 0;bn885)?{u~ 㤳$,}1{y m?[tוxJi(/BVd>Vj_2Qt`P;j<M2lNOπ7u^7?8cJ]e`AKnuޥ߂X^̏Ug0nio$ҏ֘>/ovRfi nQQ s'Iw%[(2*Oj1H c)6o~JHlr"$$5 nY k-j mU]F5F0=!8U1L<_oW' T8 q2KJWV%TvyM_$(@؂ {ƾ帳,3;o®a*Oh ia$ƄyĪ|LO͜,$IlT͋\O~+:iCIyEb|"ixe$Z{6{_=4=9@ev#+Wt$ 2sIG4*˴KmE=up"VŎ=d&|xpSϰ+-jEYYy :E31ިEz") C:9גك7{񞛷(+l^/%?:Hwo8u ^'l_=ZOfu8F_U6mAgxQ=V@Gې\4AT" ߇oǶxt(_^Y[==>]NDO h-">PpRBA=CP6o ~LJ O. Q2#P= dCmiihMS*mlqR+Ӓ 84 3 mǃDP)$J=;{խX^Ӎ&W*=@B"ښnL󆇠m0lfЎBmJ8G砇ob>)/|JS8>xc-$J 9I*=.߲Dal6.•sG7ޢ]JW.vy-!}x{ _ m4 >O܁ژ:hMo)C}0BǠ4Xd^FL4Ga_.` CL.uU"ҁl\)%.Koȏ|S=kTOdB3 8_krxoOk=%V5BgvP!t,W 1<<7PV2$H\(Z;G T8Ir>\,ڢ[֎C49k1X `R7@J# KKBP`'8I hy X،AgЛXGk:~<{ƹ*]7*ư&״"xSF'ΓMj?rW t8cn!1E4i2B(ko!1% B7:eFz-2It0N+ԡko>w&{[Ndʿb-40;5*d, OBڶrS3hqu1-'kIEm$2(!(y7idS|H{K:j }E>D>*ׇߤa mmB|0#ÿl^gj6uYМnR,>pŧ`ި ęʥ&pd>bX-'Y; v k-nE@xC$$*a.{%] =g$j4?OlIp^7u1wd5*=BcT\Uk3}' 07>ñ] 瑔f?{waZRu.v~>kɊx{c9$\`-F "wQ;d+ǻg35yWs[W>\${r4_&gCߞq# T<=Lr@*g.f'4\EsVm2C />ufӢ#@@h {ҷ z)d i4{z1 Uٕ/ΥBX}2͆X:r A#OJo}I~fz"H^hR υ;,FHiYIsrt5<_A{82y4d!8ơHj!׋q!PЀpgpCS)ʚasKޝ&<ʡOfvȫp ȧ-?~bo@w*JM*}PW|VN{v P7KTK5[Hٕ^B1{)fy[P &G^%Q ZbErءǐ6Q5 +td@iO~',RrB9L՘YM؆Q I rȓV>bWŌU-%pNPmu/hMIu@޿YX.,Gl+x%N.+m M@qU⤎a;优4 %˨-"n|Lu\!hӆHtʯ/^YN8 -FjͶR64M55Pʐu&]&{8Ũ[CdY8&<꾏A法$Towkm㸍p!R^LdD#i0uֵ^12N6|DQl V/(a Of=7|/æŵeMy4HԆV78Ī=wQ0lZw-GuX[kDŽI m#F#sgZvцp>^bx)9‹m6"%{MV ^}Hp=!{qvS0O2[p%ۦPl^a -dd}:v)[κ6<>L+?nPBSj}+ xϷt ,mMRgK:,i/<,YF"ZӢ8 MÊ.Od聫agx~'^Π\\9&:9(zX(=^2wTNJ amՕI';{,IjƊ=~LrTk/PLN8QUfw0`w/"TGrilK u` U[PdzUE)g-|;woq ;(6Zw?IT@&+n[7+ cޟ.mYAï>D+Gfd&)^6am7o)&2<]p/(}\ZJei\{'7A =& ) 2^Aѣ4ڭVe<ŭuٔLOZW倹2Bril/4DV<{uF$(2 KMbbxUn "Igjힳtbxܥ?khUovV j̟LL6%x#Oy=*fCkIϽS#Һ][!zٴ7fy@E} \n-\_(:d?W|q n8Tkn* '(f^˵׳^{rֹ`MXD *|C 3bRzL0VEܪ[sGY#ʀdU; i*jU o]{ 5[6 |R i@n%q[b;EIf#/M m=9;ٳ؛"Hus`6IL@Ba\uZe;!z+0p%kH+D'MUFПT7#u/ 24[vw;$P}D{lWo+Pֿ: % hcPXA10 ثnh*Hc)b 4Ux8T]O̢FW9r?pob~d⎚pGZCz~t=1f0U`>i& U{o>la^&* (`QaoLh0^k隣*,SZ{e…3ͥ>&vD5RCP0> YS%a@I_ Je3OhM{ޖr03X1-49hZ1IgC[ĵI9g~V|IV 4<FX>:l0 5 e4CL>Zytq>Wcӿ7ۦJ6-/h?* Zj2@mlWB'n߲Hs(&, ^<^AT;``,߷)w0PϻG͵SnII\&-"#E}-l_ݙ@L_iyR'Xگ& j )S. ;h>[ɒ%tj*So-5&9D5^C!_%WI3UNsՄl&6 zba*V,b2ai4-;gTgqyRظOGJ38FK*=ըdglQ_M(}?Lr+aV fvLayGd#ݣOx HcǵQoZʚ2I@7 :g|͞ ]pSHSf_Of\ro\ >"^ʳБZR<&h|0J烄)0z1t"jHPI0-fY J`eS{(c2t?SF$1+n=l >vj:2*>dT:s.%Y$wl].@kFnN^s3kqW2@"/+ѣ]wA>Wp[1&lvyT߷DQsK"/dY'*狩{&H!Ϗ5>$|Jfyb8n>ʡDmsEx@̤fqv^13 7<+v|ll t s>j.)>5Qṃd;H.fLdϨe_P:t]v*bAK^/^\XNr|dm?Jف좿ZzBX3R}a_ fl~'[v<9(o̝F$8z h)J\ 7ZعDAb v^ &AjW9(r=p+VuJ@ٟ5MPϕ]U9#,Ǜte1ٕ}Mgң܄uQ ǿSa3٤o6D2wW >'lvrnW@ CZ f'l_\ l2^2ui_Y\z̲ۮWvHtYHDYGp2e]1* t= a|0 -yJBvT1Zխ4֑U>~[[mD.~^ǫ.Cg=7ԆN\Œe ~oIOm+z?TBbwB973~ߐ#:㞣QwJ v5t*TBڻ(1:#j|aZ(!b}F^ ]~6͟~"&h*T|c.su(?~VH\Si#H <  69C,KR0X2"v4L᜖уh/FaWޯ ѕ CXH.0:73DHm&Z[3r^E e2|gqɋwKDhr(?ͲFڣгљjݢvm ´EZ3;:B/!.x4.&@>޶|UtL?i|`|47~&qb^M2O3VZ& 7dX6Ϡa䠃uk1+$kϐ̤0fm;úq cUTK!T^ZDh砎Z.Wg4.2FƫBXELC &g@U#o9<1|`կ}檂n,]jWAQ(6Ȓn`.< R#MOX=#>w='X+9yڝ\75AGΧ!T_u~;1T҇iSlүwlBN0z<_Mx-i&%ncRJlLCB- $Rߗl lu436odSvݡ&W#-̞4_9~eԧVXZi6?ZZ Ua$Kvx-lߵhܲH$81yCPs G?Z:noSq06s#70M[+,0kxeM#u@ 8ۖt}Ğ{.~A`Ԩ -TJ0+3N P8^27zG T)|V"yˌeסȂzBGKo9(_ֱ,L񴆩jXuR")^}6!ډ򣝬:dw,',EmLȿd`nR%祴$ɕEJ.&>&lrrzDC;E_bF^!Twmq7JS%zTUhEG9wT1\`&ؑ]j W% ROչfFbD(#/ \O ,ƷiK4jߺS&/)€Azrb}9x < Ê :@} VLZ#  GO0yS6+YEՄrβ);Vk?K~PNכl=u=…6TGw:BT(2De[yi]=aYnwc_ @uxac)U8i *> jσ80O׺ j~W:$16n?Rqr݇'½1jxVNXƔSNQVpxke|DO ;}:rpH}HU"[oO/?}m߾adV'Ȭ6sV=Dk#b RdM01qZ KfN/p.? AG~遇q=@គRZ\E."B[#TH𱌨0td('xϴ(=),9g@IQm3h,NXU-W -hTch^U+"|0oQ PQ -Ǩ|2h* 97qw1ȕ`D{ (ߙ$v*SPĐ"G`fc{QK uy$t5 )?5)E>SW`ѓϷQaFGbFu\xYe c@dt隗D޳6c6" ڶKd щe'=[]YJ{c>jYaPM('& d#WIivUv'_+Jx7$* W܁gD@یc,qq᫡dUh@Nb{R3Q"VjyV6h~y< Qͅ_h&sV9D:t`>X'mă\o2gh0`x s" \9x!Aq2uE$Yl4o4d|#vDV o#q0rQ~X]JLҽg<#i@J!pOt*gm!9\(UւFD.&"F ™=?6o.Rf:^?[zWZ{<Wa!@a7vslнlu=Eo1dR:zr^әXl""pqbVf|^G4kɿdo`FnQX@!.;N2ƻz'ZT2K_4ŒP3ηgaXm8OkNPke`5GɎ !F3Ny{]omٶEd .M80oY24d4~.908zV@p5fӸW[BYqL@y{FV(g%1ё%~E2\1S `2\Fk- ^8a,*^plMT]tϠr06@%ֈ!W(Azn~/7uٻvԶ}o=ȷ()$Ԣ dŠX HX|b|@N!ZDCߟ]pQ`Lcb!ߩ_<# ci>4-Z/@á~bMjDM޶FannAM^uIK~ο:A 6Jʹ @2'c&C{AZӹ7y.(pXJ3\}C4Wg&iX&o# I7c6#H^7)HLF^ Z-G<ߘx2B?GYȦJ#s0n= dܹc t`UطqbH}>!<R)Zs5)@)%"s@K"8$cNH'&]3wRV؝TCWA.V){G&՗|K:u6wB@:ut|fĻ8a^0^t٦?i@f75<ƥ`q>oqK7JiOL=Cyt MaskؕŽAB &Q5ZB aүUO%>+6>]Ȯ|C.,;׎@&ʆ;/CuGa" xibX1Xj=wF[[r1y6n0X@Zu5o,TP[vC7SM"9{;}=%Y*I`=B_rbU;wIʜȺM՛ ɫ5++[[GUpcnY]ić߄&u$@*TpϸǟESu{Ľa7_\trzCK7)Q~}maf"?sv4K$82_7Ӈi@\dEh@SSCĽ^rh+j]|O..BDfLjw)"!qǪȣ ro[5jq?d/W&1˗ Eb@;aw`0x" 1_xƔ8vPjZ,1WŃm9 Ħ Àfk"k~l+"?Hz Me6بmdW]%ND# *RAڍQ00QN} 2fFcT䕏_hc2ɾ`hñ_>`CGEtdВƆR \2ECm"\|5c@ kX›dvO^ڭϭ)DƢpԺt⾬\ysg3<4UL89a /N Fpvw՗²Bi-?5)olS#ם.h:G5_ɥlvxf-_]0Ԑ촥 4!$Oޯ6JÛp/C00>cGi$UC ;&DbX9oiR-YUjuǔgՍVH :/fפrn>pz*TF>bӳ=gat_8#'˿+E|e=C'Lj@ Fߌ#롣{:VNh$<OPUk%O(?8sX?@p4BKVтﲺ6tUѻTR#S+(%b_gODryxFf7 S m3g,Qdie`;J,CYyͳ %\2oQ(=ՖM8dI÷Rn-Uͥ%CJ>UW <4{]vopui/^ wK0o `V 1UحIgѿ6c k 2_|fEg4p{Uk"xW̮5%4å4?a^[wFt-OZv–W7SF^eg3 qsZmA㻧 1dh=x6VB|'3uzie>T%6T dt&NEoݹvK@tp1=]7C?̮ 'oDi,8cGVi5V9bJyL@isosVf:yeZ{Mq cq$ߦruW\CV@տ+a)oeD_hMcRP;hS!߼ypk 5L.'uɎ Xiqc]XP˶j*֒ZYC+9"#ݱ(yDvap 'q>" |&f}\,h -Y|dVWFGd&i$'f4'mzyͮOe Y7&Iz 7Ku%^y?f2I~ p3k"kC{iJ+,FM2ZkC-w 2J jO-`, 7,455Ko. 6bb2q$m-2\*KMPvR1L}o9YT}'<,{OYᙬ<sŻƋg-I9>B_#_6 5@Sc0=1i#^hq}C^=m4Ek,mpSC9}ub 6 Sw}})5i~Ex8yxgu~yf f1KSb kJ" : SF+2⿆@p,֘Wɯ)QGkr` żjyWL|\sלN<Q4,zCX{Rf'_P9_76lqEiC߻h^FY!ꮏ\WKG$\l(sQ>x5-d5K9Fh*,7_*f}'^Zz"8]%%T]41r~h רd q?@rc)JwlN,QDYB6%MU e[4ñl\ЏUr F"o)¹VÒ,:UuŪ5U(F,2͙4,Q4Y?ƶSGxw p/8oF[5 Jx&VRS iB翩`&Yqw,Q|r||Aؿ.vX {Lq8{K&SpqY {t^:١W$.n#M=I,r2IVjN[Z G'$ZGY/fh>11N>@OLbmKpgfsyuHF݂z$2QRߩgfB]z!sVM{5QEEQK MJ[T(rEdo.xas/2vSZhY SGV ieS|gk/<¡(V)]E#sXvQ|Q(A5XE>P%-Ԕ԰uZ(aS!w\ $^ٖ4s+͐;RMmģ}$=Hð,0Ya&b_O/f7bf$v9 |7$}p9?Q=Xdǡ'1*Sjt-9@zi6"wȦ1 [7xEF1uep…˨$'g%Kh)D1hyT x;/sb!X(+v|TcmbT qua, 9cvLл rv$=@dE{JQ# v\7W^L#0}D WsUl}C_T4.Z3;{xkywxxk16g kE>ӄ ?nD9M|ϏCpaggp3%wW!]Џ=K1,c&b,kS~#KzC|خ i3Lcp Tv\KTu`KE@jdhc& dZBn^= ЯƞM%XPM!Hua,<~XT01@K f٣ ھA# /O6n}e,i U@g*c N WhؐN}+¦締(8Eh6ۈctEu "~\5[LC~ m!nh/q5gaA}JŚKRO鱒~]NƄ4l %N'傫tyE6R)L`fD/,%X(sS, q ?yΞLA\оUoF`l (MDa7 PAb߾ D)&P3Cy'h4I~$3ʴC |˲BIqBgV>-]G]~b)n*6 kkQx1G4U%g-??8,z!pgy*:uY µ?I|@:H#ز@KZSD@nr$v/5]H 8W $zDx@Y` G;r9Vt'reS5Kkqdc&Ϛi+qeRm0%B9^v͊_  hsWet?1rQse}05QR~Hïf` !ǭ/7[Y2Gx겳b̄s8kY D_ bQBa9W@w i,$ 6(`_U i'_9Wh*hO'+kg#|Y<OLnrt˭U1wN")0s^Mܟ׽NCp#L֖G34K*M7}A*+WhSuU["!/b@]}xeGWS=E}u-R}-`ڶ.Q7(EԿcD#۹ʆ\T_/#o< !:[WU}? ܴsܤ⦉bvEKΚSB<-cϟݻָDQߖXsc֬x\6;Hnҟl[>}|Pj*lod 5jf\u”ؖ);Ⱥɫ&we$djao@RQgTw@#ix ɎK }9ٔJ+6ӐP.`5EWN^lH<̑IGfr4hh4U^Hi1o m PuZEnN3|#m_r=_)Ov-9i_+EULHa)1I+XDu]1 2JfyV\o{Fz8`"NSsW0FRew)[> ~;$F5/,{r)@LP+#fK2j]uz({}jPOoXyQ`t&a:0Ȏ'ӎ1:J.[3T'jY ы* "K\?luBY`@ciSUFDȺ}HS+RJ)MmC0;?=ǟL䊣LggI [Y4]+nL`/(aڼ\QN-V ٬ޗzumc|i3%Bi{p?6( Χwjټ_uYJ/zGa99Xm"W s갋gr+xpR-k:; I<`Yg5aV4ދ7k9%pn?C-\L?9'#jBFNT\axuk^WZBS߃iމ@[+SnpL\7P ,7]mǜ7ƭhXJ+@s glX  07q=[*xw ࢤ[Er6t?YY#!zva-3 o,&6[<_P쌎r l& ྡs\5a8QNGMj[fOWt#?o96 [t39^ X&o53luۦwN[GE0T{53-s;GP&[& %^oFGrV,gHŢNG^r`g;|'g02m5ܫM~-=CJ( RK=(d:FV]/ s7qv.RenbeBцa/r`~wtrԒ~,+`ZP f8yba6*2;+g\E&O^{(4d /袝?ecTaVa0 nmE֑ul~;1^D`FhMi<*8tj~vʾ2H c TJ̓tc`W}_M>$K7"0 ϱ,@]B20/^\E[/G3ayW݆3~ON RރR=n>JU OO }/k ,re1KqlE|!%b[ƔPϪZI  2s3vĨY(X7qZDUl /zp 3gya@.0=N3jL/h`9J`s88y-g(p1఍u}BgE_hց6>VNV6ә#݁Yޫ/X+G.UVY)~3p`K[ C\CN :.o6&ǁj UT-I dV&# h$>OǡMMa ~eR* +{.A57:1ocsrY<{L3:ZnyȰ>斠 ˏ>̼{0f|ThhT3S."#K#>'u ߵl:`hε &:¦J_/0EP%)Rsu VW,5gH))v0ܺ!ĨL+p|"ԁe'˙nU/O~Gbra9Voꇻε0wCp|.EwdċCT)ؖv8ߪ*J * zRʇ5ەU; hvj_TJC;3ӄh Nv^@737vh*]Ԩa4؇/+5%8=[6SM//T}l迏0"8P>ԑL1ʒa:?\O4_iI Q'BW p0pi, U5DwٰuqMׁxu/m|i*GlM|v8y;%2!ey%Hՙ]퐢=MaN,bU% ,  134 3@Ob\>kno%!U%WC;8lRC;5.'Afauv+;e,6d31|5f}k# .\h>4B(^,Ӹ`iЙͼ±EH+@Z#dU0e+b&ft[8bJ1H9Du* TvNiYU^-jȱ~jU-qevp$2ЖOXnt^XA!7w Ð\.P:gyp"_wyndcF3٩[ :jMFh1`9Wxe]I> NZLmL?2n;f6[6Eߥvjq9R߆4^F 91JQgY .,ʠ(CBQ]A*f!`G|/6rJ+SqIa"\4'ųp &} VM5 xD8DkrorX#nAϓ/|zɌV!FʙD'W-qR)s  x$%_ :tY*mt9s83&O%鍼ojx:C~=Zhs 1J0wZpた3)p5")l";b_ u ,__@O*21BlX}I_NSF޴qW z$}]ŭ}Dtcc t0YoQ Gg܇B!Pڠp+ijڿvލ=ypQt\Ɣud101J~Ⱦon-֟Br|Evgm KzG4sLya6Ȥ;mxJ(AbRKR3CH#E ȩ7M^^Pz8-qZjV-n1G6D=%{)"9o56qhbn3uhB,NGJC_yr_wXLu+׻#f[AL;W 6LOI.pV46m Fyq]sJ.tJ:Pb̋ad+5:W&'݀$R݇awSvcÒ4:B2DxHqOE|J)rNK\}q+/86N5/c"8T30;ĺ#q0臚&&gzYA%;Y`fe|: QJ@"њ]+xhq5fR?0w՛+`@BNO[vD(D""ff) s~<KJ<=:Ўuj1vt YW8 f>xlpy6DZ&ѧ'ߨ$E| x*zVsd|'=φ˒J_d A#Q#ͷʺz-Y-n셣┋:Cjl (߈mN!%`;ϋ3CD"sI,~8Z _wn8b=ndk23R3B%I)_g!Ԝu՟bF-B5La?S%.aD=u /IbB4`)4]n ϩT$Qn,,YlGڤ6gwZDy^rad ^bS;#ٲFK3fobzHGu>`-12 OBWyL_o 3!>Y4+;[CbI9:dUWٕ7F$!ܦހĦmv`TPefN{* JD ?KJ@,f۰\6 +aHh{f2< ^7C佞F?Jp51)@ pwV2"@2f!\SΌ",_ZDi =$la1cVqDB<0skeZ;c.·C"\ V/\,6-h]ua vJoK/PpJ?hM8B^9K]4̅(0{)6z.4O-aW\#y,I ?Y`A Iv⊔+Rѹ҇"ƻ`l~ fr U}+ 肩kk- JkrS^,`i@Y]-w$37Nsݲ\1=#9Ѓ jO)PR+>wчM>ZS aX5oj ~{U,OF'Ԩƺ޼B,{%dQlC0'݂*MgV[EF ɠ r:4J>  T2 kr>o(R >)!Y<-fNpHo[ ?m> M Y]Eݬf(fj2mR!G;vJ/'&}uw,Ff8OTZ}]AN-di]1yA!gBX z4rޏ)EɵT vRb)@o3šڡRHQ6(-:9m/'@iz=|.Ψ6iUW"F?~EPۈ>@ ~2bsl.̿sQT G*ȅjՇNJ7=sd|*fUƣ=1M͖H^o~dn6[uڮڋ"^@:G5m0 ~*e8/z>~>i &ގ/#hs/F"j5$m}wG_)щב O.;wbo\×wIj~K? L_%K K õ: Vl9i[_o\d?66^U%\f13^" }`Pa "͢FVqP:elN%Ju1l,جbZ4z]T*h6C|4耝q!jD,.={\{O^KUJٛ֒aC_}r0hv0\urDZ1UL?svl®EmKҊ!]٢Wy>KmJ^IEݭxJK@L8f>Kh[PsWXMr2EuWw .SIͽ~&s/| k|]kT, WUԽG:}("t)?SmyX?㫎ڞvDYywAɕY5q:44۬quF nGU޷lD  Oog:wzȎ^wcEY\1GT_:`^$D/Fw6k $`p/ؐ- bgðjutϑ)p P,;{L|MM9ՈdܦЄS6}_W+urމpbEY ,É Nv"5ѩK4jc)>щn Yn r_ ;Et1ZM|I<05"H#WBEEjK𾀂S,YS5i/4CP{tF{3RNϾc\%i!Dҡע-UD Z⥲)W"H>cv/]J:|=ey;5>8I[ ; pk(8'$ʷ{sʨ>  *TZ}ŬOM"7t-iM֧Q3>S-N} UTvLTvf9` } ]tg!I'ZLpi}\PL(b-K}O1`wcÒ|.݇:<3SO&ed~e"b=A2z/܃J#nۃqW!?w-DOulɜ$[5Xae(tᏌGf[ \tŠǍ7IM%} AUj5ȵZp)[Ac1$$ʶ_};`>;HpvksƔrF!pi>:p%n;Eg ?wWӺQ|#ڕZ%|+qcnjG:玚n '4/ݸg(a# Nvc?o+ HOxixzsUReXJK/-:o(!NR +:-@,+Äai\=v O((eɤeC1#L*Z,P7>Jg-qjjaEJU|*FGF`ִ3Dí] SL'((4z_ pThgp*{{UDZ43rQP-Nmˣzݡթ8%brbuLk7^@Lbw$ame2!$vulЃC"0ꄏbwEʈ@KbtGV{>@$ l2de궻ggtOJQL8GWtds05G8uE$pp^c=gѶ>H%kŊ]gѾߨW`n,BpSZ)}! VPhGL 9ZIduFtl8@$n?Y4)yxzk+ ()6+' p":N'Х͗m 'hm|MFWEMbQL2ͽh<9vѳ/_zUTSzqemZpTbdc1\Τn{)jQ)kjX&PŋV'AX2uMsEMa0S\-z\mi} f<^l2ᄃ+Fςi|b![]i)7w8t:9TNM#-mI\vTRܹڏw#.);@&8>I6Wc9BAUPg`c 4D}5BlLjja!Prqy8:>ޙ 5ⱥ;( g#E@"GANp)b85~ZW9ssPmhpxoo^L->N9^aSI4Yư돢}QjR=kqh2XWΑJ:]1\LL. }$g[P-5߫Xkå2B^"|Yl /O=Ah~:ig5DpP%7vZI׭ADEx? ]exc5D4)F)^dG$ͩ6l%fڤ;)JI%:rxƕ6߰omDp(?ey̥M3nKL:m[{xV')J1B/{A%4[~VFx2Ҍ)!]ґ!X)j(㿗KR8ggZ8`%[@6%Wc4yc5KJK츺 ɞXiHdQ0z.Bxuq .r'@kcM7^]mϩ>o>q(\ W|5J .p ͧK0tI 9j- %sZp$;b\ICrMЊgރNR)U:\3op9T:E7A iQC+Okl)|xBݙkӭv1VAg2k4D Õ6Nr9ģK{ 1(sZgTkw$mFϸ̴'l|FKv>2]ʣ@G׋ڳキq'W:SKYiu\Rj1$yX+=7\LQ)]-C"X[O>aKȡB]ؘRiJ[ٴ`>2&HyDWő@htr&N4~,=({%o`T-iqYqc\a@#1^,i([*@lc68B//!|8EsE&z^Ҿ7LN7rb#Vo1W(+*BŰH2əT{O~2*Yk"t]~1-NE v7]Qyǁ g0?R~ ^:zub+33Z z-JVʵ#;ÏnIYHXVH<\o/c߄`uW`x VNcmC]n2h@*4uۓĨXJWrtHC8uN%g\va<\l:tRtNƭ6^J&&{-Y+J/Q|NKWNaY$a rFK퉖jXrSnXK#G$SðC`@ ݄Jؚr5艋4zha%iq+DvӂH)k Z̩$:\6eH6x&V39+0,($2L!9OXQEyc ğoI7&>ޜq½#/7R39s`N0uR\C`) 諰 UU`i{T_Sn&}^M/\Ƚ~C iݡ,,+.U'f !22pgY}r:m+.J4-d\d4G$^|'@3bh=*8.ZeClK=!ЌF㎧}xo&}G՘qA A7y%1>hU'Lo]e$!.1yRi{E(q0iU(ә?ُTgV„ `[A |*n`5dnG70`GZnK..GȜ, 0th"{8<9:d0;ҫ0^М;?Ye nv;\K۩.0tLo),b'`4͊G:g9Do-5W\ bh3SAM>ɕ]QJ[A| H+$ 9Jir:^ln]&="[c`[#U.Ofe't ) uzdt0d׊gtG 837KӅa'#Qk4O\n/ri%I'B-MV1{(]8_Նr\bI-?}O\sz_s nD3uQݣU`  ϫSA J9q UÌk B[0E2WoJqd3j:jV+h91G)(l)н|Nض- b n ξ;]?vOZ0/DYFKo08EasPÁJfd n}A]7=@$8ZO 8AS&PXvљ Qg1hҪbt? ؅ AK-8fR E}7af"5om$;cN1#D^Q0j2=,4қibAcI-PoPVHґ7eDi*F3!1x|7G]Xr6 ޗ}ta6k,,w -@3x‐7(m̨8BҨ a1a]g xX2 +b?$λ{_vՃB9гMsG 7R( 9;_ yZ_P(T͂] (E4gh. ѕ.VQGqʣoMI`"(vd DiQRR7)t![mZ.8Zɳ7"m9!ny~kubPe}w᭞ũ%h #WAWQuH̝K'ZhBFZ-YDȍQB7O놘Ȕ< m/Nu2<"%*)ѱ>:[j?MsKyL5_`^T4;&;A(60K:!3L I3\ˁn932_kR#mrR^92Owѻ][ڱ]XJC2E{[1 r>KDOBsuH$OrP`n҈O;gib~ AC%=(u;Yt=i(+˗%UW1F[@GyC0 #E$SNXX˹^7 ˅+sD^ ^'  b+ק7 ee&tzF.u[e*Kv[2,(Ź&5%iGV9e==$@/[u3X/P7#>bJI@ZF_Lq$z_;#C23;F :NbkS/.xw%ٗ:e\?np,\:"HkW:69KK雭oq}T٩lzgL4=NQ:)-0FeAJ|τG#Xgq^x&CamLjC2/?BOrx_Ӵ@}_{c=ǒ27W3zZBB:NxXiԿꟶ%RN,jªe/YGG׵3և6J Ro< Nb|:kCpq0l?| ٝa W>Ե8SX͖\R5Vn)+A<aXp^жG~&q8%'K8HkTՓfA {^!E&F93C[fw,3E>/ b#!iiZ-"1m/;B"=BcEdc^Y,Kb{qxFv\HV<OΛ-ȂJIIy8.8FUmT  qJz12i8yuS!Pƅ#P" --m]BNFDZy*| ]EkɋjV_VN#H8Yq~H;@Ze]|kL =E&<f|%T;Mpol(9T:Rj'Gbgj Iץ2+~a- w1، 7z 6 MvyZɾNDP/衴Jir]3c^` <3kvٲ^;YK:yaMq av++dx]~MvG1f%K:^M>VBO-& @ 6-~ y{k\b<tvkpVcA͎~yal&v%y)'% Mv#i=') BNi]z['%gB BJCBY'm bˊ: [;fnj`wGصb q!G,GI϶ HNADۿ[1'Z.x,PiR6L$Xk TiΑE=}!w@p3ߏiSJCE IBy֝/K8sϫ{NWLP.ñڰD1R`:#>jV%Q΋\qVu6 iOm:c6Hʋ tq->[=r jy_7D>VsE-8{ҰFeOUG쓚o Fpc*Va9=OHvXo8hG H-N@W}Gop@S=-k^Fͷt2"i>/6i2 R|cɨlw:Cw.bw5!)GtH&쇼Jg#PvhQRS*{ɒo|4/CC?ڍ Fj%5_:8:,>`$GKN⴩DA83~1HF@Ok޸މKxoZߪH QmxP?lQV#˴W jOc~bֿU#{Ŵnj cX[#x{zyD58StE4yٌ$h 7IQx"fx1&ox>V #|И uPD=JȽW 6q9>pMjaTrδPS72UNYB*qI:LWaN8A+Q +JמEȋ|o'ߥy[>pơ)"$.P f~12aO0CBԠ&3Pu3?ᑢ=@2qc>]s !nůaiʆxGlz6wnZk%#fbYI(_fULZfԲKef3X1~ItUD&p݋zJzUv~UiA J;Zv>.^[o;\`j堾{VE_c7x>[ $y&C $ 4ƄLBtSsu^QfM0ڽ!87I-]aM5+ ҇+&)B{W-='AM7ʶ52zsg3N0BRg4&$A>dlA,,zp,%r BϵzNt' ث5 L*2u?wh~B ]:28F2!\ci(604"t/TdeziXPG-R5@ |QOBP͉.ݖcUsyf^eQH}JP hpPw]RV%)-'Һg=EyO7Q!VK=s%]ݑV.oҺ`YE1`L.[Tv9+P1AZ YmpU[9fW+0CrrA+An ~eb+ X" 5v)ERRUwRsۧHhF/ٳ~`ۏpbkJgTu+4T]%M1(}16Oj~OU. !DBYA]AB|@G< @PX͡ ?(I5Iu:x58FWH2%(}쐅sKhLd(9?>8ϒ>ExƦ! afF>w㠴y38.&k2UK !td%YPVy[U(0qqw]gHzuX|a=/wPhSOm|(2jW:]j;W#z0klwD{긚pCʇ4N fB x oŹ~‚ @%ջ$x(c`ˇxߊM1Kxd?Tcf3C-NJ2I&C&1 "5kP ,586?F>ѓNSa%Mϝ>WsF![}؟:81T=AoikV {6'V\xja`!a nϏFm1E* [xq Y]Z((oZ>@fUkE88T.?HUyzYa$XNQp/"/ ;EzC;jfg & a:i8^FY@QmDX23frN{Pu.Dj7k͌[aetǶbyD[pܯhFo Zm_,] |ei̿T7qMrp|OWY oBsR(;LH>v|u$В f'#^y1B cT8ۘ8V4ngOT&KSH?Dt.ы pXyJ=ق nݙ,-RPTPX(߬bK=% { E/&KG*HxP:1O9琴~WEUTmO͙L{ùΚ]g1dhʘ&l^$vr(b(;kc;X%8tin/ P,迥8:Xv#رl⦿%DhrIkb#rAR*X[F3.GlZdEˬviһ<b ?J':r֯#, $5{`FS*C\ןUfPImRyw*҄TNG|Y!)6*Ki\1 vO{sF%niIbq~P `Yr5xJ ]c&_$wM$ۺ 3APǵNIjaM =J€ဌ\Y+kb&d" ˰cB J?L!S-v+Kx-5Cx9DZ1T0jUԙZ5D@M2\O՞?"JaD%cI@ aȏ6M] %PnmN/i_/(ϕ6{QP\,cOxӴ KsLyg03=5 e%@^gBYm"#q7%S m"e' <> Dv h p92&EG@w0^-q {Zd>Zz4uӗ򹻮rz'ޜe':8'{írgZk~U#zG+Խ=ٺa ϣ2.%1{ma.!pDTBr.X {-϶n3g+ e`gƵRQ0TcVi7X4EƭO<]ў]uٔK2wdG;HiYܿ+AXyYR::F'vyDcRJ%^F|wia_K䀟vYqΆ,u[*) g]3;чӤ5x=Rj&DϚt]^E #0f _SFHM`֝SB0G0y;dzMfgB(rTVc{T:U@zHqhYԶsj<<*Kg̵B '|q!} ޅI3K#x %ұtxJ*3]i?ArS0Y&o\`fKVUݒf[%5 K'LӐt# _ }4B`x4RzCti1VvLuz esayj(Gjs\9󀑻fwGA)#*ICdx r+֑d7 l\Oq_{ DpZiY#4Og`iFu17)x3`aZJJ&U9Siyw`pVd<~h$1++P=v{I+3 mߨhSf<3XTʧz}--($vcj!kBuAGԵ.-;EpnE'Dg|ybnI= t>AA(oB` 2t%wth`gzSj%>Z@u*2OzŧA=sC]ۇ{(Jf$8&AdK:sG7,C8.6 QVS뚍As0ol&eE?mU!4 T;όq_B'ŵ#k^aS@n؍)C|`(Hڨ\>H,WOaK*8 ?9'"+(>o=N `41o/lak*b.8.J#o14XY\Ǒ`؉X鄨}l{Y|H3x!ZJYy"ḻ(ǑpQ ĝoC7U,\N;@KFc=:>H-l(F/}J@Ra䡾w1adlE2> 1&`d&x?iRu.c`ɰsu#-)U*S%`'wL4w~Rᙦ) sE,62cZdݨ@wwD oM3Ǵ m>ֈ/M0Ċ(_/ɮtfar٬Ƙݬw0s5U&ZfvLʸӇD_E "xD'c%7+vY> -j&$V',[@gZ1ň< _$Apc&2ڣiV?h{Y'&M0%DJͤZʦV BX'"˓Пj2/X[-t{\0|DҎu_^jqˆI+qٰia'M % @r)܋jfiJnUd0p}&aq,]^]8R|..ƴ[$OlR0i{9)JN: EbLpą(Ԕ>T$ )*nFv!y9ʹr+)#^0볊DH@°.a|HY= i[,.|zXutz\?{XE&!PWa%Bhi7sBhqQ9Ad}*[60c6-ɱshu;RXܰE=(>}_ (605:0eR[mL7+\=Y<L#$1MnsJ|FiV#I`#T|fS7C;>*qfQ>b`V[w^23s!n3jf'f [J; ~=2S>‚7樈qjC4hҮ"9ڍFQN5rDeZ/px6>nWW#B 7Zu} -aAD Oc!ȓ6c}-yS/yaJVp='#P;I( ]mrFG~j1(t@ì4&G->!?I&'R,H~@O.=tF8z_ ,z6 C=Ɛ/W 6".UF؆NU+>[dz(1 7O~uw1#Gڞ᯷&BJ˝qU*ó('6YbpE'vN~r'B8^Vn{$l"~Gڠ:q{^d.<~ʦSkY/3kM6\ *@#Jup9V zbYmx}X*wk&&aEW1^urb((93{~V79$6z\{4J[f0<̠0 =Nr@:բp|NȐAU`y$d ]BA#Rլvf:#mJ׳IJ mx#Od@g KU[M:$=lhgGhTB*rẗ́pDK 1_0ˢ7Tw 7x >N4q(oUz 9浼xnkm ze ˟"xvDh8mHo ZHHj(.Vp)fziaCLۑ7aTBPI_WX:D/րmzTpc|sl<2'w8jIq"Շ"2ڬo. S Ο͓1gRw&HuTcdcy茽HR)m΅C:VR֕JەM& 𓔏b;x('&#]W- & {6@¨3Ae ̾DR+E&@R@MRn eU^gcs) (!J$~*{` G}ڊ➸sr%-ٯ|pX7$G6 [ȴ}UFA*ΝSEKu#O>j'V塖8xj^[%bq\_+%/|/+{2O=t{n&k0xݟerq ;u8тBDZ}ON˝wu#Gr>ZGK/cSW?+$r nT(| Qq`Oػp 3'pc̱_6G?p-%Pu -meb}K"OO|3t8DMڔ{Nɯ_UѩOY {( ||xY (^sԵ9u|1}wjaH~8Dݎ5MmP_C%E#t>'W+xN>~MNh.>KUR׃7fW[lƛ2 XqFeٳW'eqwٱn@ILh% !uI3bEyh^y r kvVj0;|+䃱.W+$t0%2)R>,beW^vw^Q2oKTmK}]7 Y3;%몱S8Bn0T_7 <_d IzFQk*/"7LCy2dgKBX})XKh8[Sh:EyG'Z}#ŴJ oxbD}VA`kg[j& ތ9nشqG'puQٔ}\64 G5#*pwoz M"[2Xo;.wG=0kJ:W".rb֑g.{d\^smwoRK<;8{e[%(D#׏jJ]b#$A4..aKpc~g;Z,Rf[;<)OXkp-+ 6-aa4y'hG/&Ȳ_jv~(,0bef%W<17Āi]%𬂖_7DH#YE2:0W"o]CQqw]jɳ7 r^Õ&:;-=68r۔M ayqZ_$)/k*X7fνo .OFCְ %Ea3]]g[=xC%)#jʓoEY+Zd{`5[2Y UUWQ"ram)TF\G˿FE#B@$٬sTJ"mNXlGVlZ}UFySH/|n`x8]Ws??{,4Ҫy8 ɽ,*Uj~ UC$cSNwO=^͝n1d1tcP}2ʆBYLOS3F "=_Z8uxdyݛwm;n.(:Qxh4ҒMSJ$ \SO1#BDg <536MA6ӖجL)L1pOVsn2[h-N WA.m]L.pgk/gӻU݆hzy 6z_Q/DL{"]hXk)+Si Zlt&2v8HҽvYeK h5ݯ~(j O4Q]~<*CJٺnYd-@PL?&Bb G%v.<bԨzĝdv#KtG V ,כ{)JOB,ZQ}ol@+@(P9vcЮ[Y.%mU#]^&3BOIof @zs%*4*Pr^.Mh9dsf>#+Bj' g1Tœ6yz_V|y uGyWRʞ[<5Oͬ6LGY'xv>6 F:)o?ϡ2:lr7A컈>D$:Lz*8DU" SVX6\tNfV14;~ ~]M4n<b)a璬a[u8ksZ$Nݒw2jgXe9F]/Oj1 %5e/4 I}̓8#XT: Ze0.b8igu67d =:nM~9OpEPsOpfwލm -*F#Nvc# QC13#suޘF 4N}$a v,YkA{F4yď LNZˉP\lڳIVm/4IF{nNL=Rz8Eʢa*QLl' PMM" ~!܊z(N5c|)2K+9vǛ\CIbΒ k[A$趤ƽXbyueT!(ʩDZߒxa!F5$c"p KSڅ(]4 ΙoKU9'2e3y67a iڿs7[Cf=y IR6`[<'7% U+Tq 8Lg>-</ޱ(Wkra÷b>*iF( `Y͍z{ T$@ud)4#w ib=lY ' .%Pe+9МAy8q$qʶ7 Ɂ'`5AB!%T+lϨJeb$^(m` |XH?uvUHH=145+ /yHC']$KN[_-N23aCiʖF4"wĻj=ˮHωEE QO!HW\a pW1$;,C ^6G $AQŏoXFm {[+Ra!ϔlCNcǹ &[AqOzN&)PʐUe0|7J&{\?XUvxAguVz Sd}^ss9i)iK{Uע:Ȼ{Qd(vFyȹ9öm~W5CЯ￴:vBy7QMVQzza[l5 L3l3nh3yD{X#&&p=͏%֣&ip.hPk]s=˷WXiY#c_dwH}l,ݻd?jzODg`*/cPLItx茫Q5~9?r\v6FeCPt˹;}J.yƉM9V{:0t1`6b, ;TByɥ3k59HvLpwfWahhW=/Obi-}D}F'#%}0ȝʱR$sCq,GIfྻXn|c 5~W ~LD!Okr!f˒@T,{~ҩݹc:*CͯbeH;jU]FpBC ]qq[ɭn`iH~++ۮXo :ѱ;HvK|Q+GDiUT>-pI2lh*Q$ tx] lc4?8A9bQ;!EӶkJL*p!,o}xeڂ@c3L22o\JAԓJaPRR6-ZLG>(w3O@UX Flrof5/;ep/{J L:i2Ԯ>w6r<#dqD:!ku86WNmlun`3_{ YCV-#!4/\F ќZz1)8>Y<9ӛ5 #| y\n Qq̋ݧ/}Gc rJICq~@ X)l6Z(NG3ܘdH? FkZ =څ9|ݒڢ^\{hQL5ܴҢgΣbQEس*aj ۵{b)%, %-! [; uLll/XT4X;ܤ\INB S֧E,Uv[:S}6pK%fZƅiiϜЈGOw9NWY/dd[xb~vg zJykL_!ΉB[rN7 lJA-oO.SqcVZvZ(؜j`j6 iޫX[ uwKGل>\7KwWxa]0/`riPQ P!2mw6V/Yh*ˎ"%b^ȺoO3O\`Fk Nad rqkhuJo2^p|DX*/ιMs{Ex-̦ogv?0`{Z w,crلaPKU ?GS-*QOD$L[ҡDù;nN}U',cq^A7H?%t.ze;y+:\8ßWqMTN . =oםb3yWREW~y_P}UYX8Lˏ%3,"| ("zjZߘR?_q{CO!.,p_v .B_EH݉lީ$^ y6/jy>FЍ0ՒZmK [dcǣk~2sPsjohklr@sPԺ̃OjP5x55ZP37%:p*g4 b8!7YG/dOl?7"|zPt  3U#O֐T­Lu*f%OSd=<jFGݛ=9MPqtzB 0"p 5H}b ?Zݶ%^j4=P +vj&aQߝ󀦲s^}gE BυÅſU9kj¹ 93g$M4JZϒsÏIJ7o՝jDI s%RV^ӧ4Aw) `'RZNfKQ=Jj!6-S{-C֭ןf@PV+jwD8MGaZGs&~9#Z{;t?,x Ssq>m{Ny*;Zi9auFP[sQH' p<4!i4q>.kZX7tGISƂǘSB&2B 2P@ERΫoZ"|!fZ $҄i)7H4?JvL/7U篮Y{ A[5 4հ: ʄ4rIaVbUI{Mο/Xi5gkHbW cMEI`TM:p U6.Jb_'Y(.P2P_#L 3Mşg7zU.<+5&4M=O U(M6nH#ySfĶ\uN'KEMĦ˺$&<ƶ4LD l [uR m''3V8ԫ:BFhrj}BWEߧoyAl˔k`% B Z*eW ϵ 80ev:jToFښY|W%~$ɿz"ĞcQOu"Z˨V"3mP9x mTl\wܬdwXxyƌ",O 0j !̂o9nvUL}";;4J,ʬԶ>l?e޹oy !ى+wG ]|]f!s'b '8(ءT]`S~SݜꀸM\_C5w+h i؜F@=%[۾2<2r[4DLccc%-$ -@Bzq6as%=JrB+@-rEO/Ř&WoDag2؃Gk2u-MI&(dYxb@z߹puUn_e}I8=ғ #]=lzX_W99,? lWXaB]tSC~ȎTvFbPи.RB%Z6v:kHFpe,tQlc ?B TKP{ QvN䚫d_/BƐ&v*SEi `uk=c\Qu?k0]*<x,p,Ͱy|jE-17lkfJJ4T4h | Pb2tQS1,^SϯWܫ0ƘJ(O_zԡRBp<sFՒ5F::&*fHݬ˽E¹_>6OtHQc*׸P{:vO01uI;(N`G ֲ-UF+ךgG\ #VC?c xӗqi: |?C +&VF,m.m%#uGφa àd 82 M xw-:a@ey'T4L~O̓S [UA7 y=eƺzO6IS rly̰vwL_ik%.+bzF0ۀSV|J7 ^9ʰsmgy qZyx-|WPhU}E%2ym^y3{MN<n )8dl?>iUߖ70TAq@8Xv* bk =򖚞o> >z" QhZ~BrepsX韐K-oU=m5^M򀝀C(KKT)"sݜs ڭu6簋<XTtqC 9Ir梾E`LffG44L7.rK4>3>AC(6`c (Lmu"C\Z: 9l&/ZsLK_>%\mSS?\YTX"&tVK1st&ҔL4GbV#қnذ#nl%˲F5DMd,4ZP~Ӭ*.2oh(pon jBl ! 7ImkҸʩ̸)-LM%ZSԻu )j&Z6Vhx6{(}lHmb {\dJ"|BZzaZ8((- ;T^7X8L$tz?^~(NdEAӇy9ufzHknN{X?1T݁4nb0 j6Q/]I1|$+ 9&)sHhHKR0՚oF>T߷>uu]_/b1 * 1o2J*:y-n:vFzFR[m|,Kmю/29V2Z }\ƥx_ 23O ~}gCbHY"qN[K^D[VD 7SɈj-eH Y:}Jˉ R[A(ѽ۸3ɽ- #0:!L,-<}_en) )V$ӡ+EOgW*q%ЪAK*vGâCcڕ{Pz|@_6p , 8Iu1RDBA>{@#;DZZ ޝZȟzUtlj%G{~aj(6K:'5idCVG'&"jy^J=j ߱}ٚ t{ĈAWQAї4ZΩ,e6OsrMQUES JjJ-I07 4v;~+Jg@):dd{m5\m8|ฐP|s4*͎u/n^iu5A YTfÐϛYdjm@*! 5›Ms̝"-. ;n"1ҌC./tGBn]c kҌo2'K0+U GgLӄy3(/Jr)LM< U!-Ϋ^^f8R"+ӿ2i!RLY=>%cJH?2L®d7C|g`ob7ƍ1&2';Mtzb(d-v~tϮ} 2}MГߥ6x꓈>'' )%N AZInaEpYhQ``;R']u`8f]4n@DWB|K~fY3( "b7Yi&$ XhDAiU_8V%$.l]@bjn"`ӳ̏~I?":6,G89L+Uሸ|UmVWSݾr{ܞr侻.E.T4 ̦4%D<,t: VHqc .ި[kf;i-E LZ~3kŻ͏5"E0݈8CO@OU}6HK95T\wsglӔ.j~>=ƭuoצiscVwne=H3Bm3]yOP/}BN~wFi2XkۧUkZ>f47z9ǻf5+QV$+:]9k[װ{APfoP{7qx2aHpҹ;§M绱{R]!;uѶAw3/)T M鉲T})\I+?#ZXS2v (3`GCZUb]I$b㲋Y`Qw:tMQ'`5f)O^D!s""ѥC 2N>\s#}˻'^H%F5q&I$*5WǾ3> m$W1 HVq/cqkGM-\-ͨC=$p+Mix-FeKzgt hPQXCeqW&Q܈na֚ [Rwif/1[Vx6kW+=ş>d6 t*/ą$ʧ#2C|cAW)ٚsc`SaZhwz#oxJl 04bJjG쁬abAV aЉCZE,Na2#kv<9 oq! WMB51zc:Gf[jY-B(L"p `ĆRE|Alo^@'ƍQ,'u{uC;%3=awQ;^24/7|J1Bܰjk3 y(eTw"Zm"z.=XhR^'-|j2Q{j$)s6/|.ncz(PIjPU(W_KCﮪyS֥<(s{ ;yğ{&~ߵX 1DXq&}F%m^'7U:!E͖яMA*[_wm")?KKVxzNA!K{_ j$܄L؟$6/Jt͂_G;n<{wWmx!./2;Oos7(:P"A lE}h*ΝPpJɱM=0Do% w 5-R44S)9k[*nmi^{)ʉ*Ci8{vg3zL'V\^