PackageKit-1.2.4-150400.3.6.1<>,c[ep9|CQ{`$T6yHMcs\ ?jk'6~™I=~[j@#*baK>;)||#/laqpͣi~M!>O?Ҵd   Qpt $*0 %% % 4% %  m%  %!0%!%""%#\#$&(&8&p9(p:1:p=>?@BF+G@%H%Ih%XÐYÜZ[\%]Ā%^bcɉdeflu,%vw,%x%yT1z(,48<\`hnҰCPackageKit1.2.4150400.3.6.1Simple 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.c[es390zl37N(SUSE 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 "/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 "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤큤A큤A큤@Ac[e9c[e c[exc[exc[exc[exc[e c[ec[e c[euc[euc[exc[exc[eyc[euc[e9c[eaMc[euaMaMaMc[e c[e{aMaMaMaMaMc[e{aMc[ec[ec[ec[e{c[euc[e{339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267def9934681f4794c63c3a772e12c9a87bf2b9fe1151f88713d0b2049acf073812cbed1dc93d9ff7d61130269e5fa01cc9b2e34a8978b31c0a6e2236da2a11dceca5ab4429e0b8da4f4f12a268a8a044095f34b97a2973807d7df112554a7db376bfeff54775810cc8fae58adbb69ddc09358456887dc958da722419faa393edb29debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a2bd588fb3f2cc69aeb567bd17d567667b71b7e9ba1a86b84eeaf688902a22ab0c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.6.1.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.3c1@c@bc@bbka@a@aaaC1a@a@``]`OL@`<@`8`J@``U`_@_$_ǁ___@_]@__h_V _5+@^@^^1^j$@^g@^c^,-^$D^ @]|@]@]c@]]v>]k]Z@]Z@]S] #\@\\6\}@\eX@\3?@\#m@[@[[-[l,Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W 17.28.5 and gcc < 11 (gh#hughsie/PackageKit/commit/1a6bb6ae6, bsc#1192349).- Update to version 1.2.4: + Libraries: - Add specific error code when user declined interaction - Avoid spurious GObject::notify signal emissions - Correct 'cancellable' use in pk_client_repair_system_async() - Fix a leak on calling set_locale() a second time - Fix a possible use-after-free under pk_client_cancel_cb() - Improve thread safety on an operation cancellation + Backends: - dnf: . Read update information also when getting list of updates . Honor install_weak_deps=False if it is there . Use 'hy_query_get_advisory_pkgs', if available + New Features: - PkDetails: Add 'download-size' property - PkPackage: Add update severity property + Bugfixes: - Let the finish understand the 'cancelled' exit code - Make backends that use pk-backend-spawn work (#477) - Only set polkit interactive flag if method call has too - Changes from version 1.2.3: + Backends: - alpm: . Add post transaction hook . Rename errno to alpm_err to avoid name clashes - aptcc: Auto-remove old kernels, unless configured otherwise - dnf: Add support for coercing upgrade to distupgrade - zypp: . Make sure pool is initialized at the beginning of some methods . Reset update mode after getting updates + Bugfixes: - Append to cron log instead of overwriting it - Cancel a transaction if calling Cancel fails or the daemon disappears - Do not crash when calling pk_dbus_get_uid() before D-Bus is setup - Fix all compiler warnings - Fix multilib conflicts in generated pk-enum-types.h - Free scheduler array correctly again - Remove large transaction size sanity check - Drop patches fixed upstream: + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-reset-update-mode-after-get-updates.patch + PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch + PackageKit-zypp-initialize-pool.patch + PackageKit-remove-transaction-size-limit.patch + PackageKit-cancel-transaction-if-daemon-disappears.patch + PackageKit-dnf-ignore-weak-deps.patch - Add 505.patch: pk-offline: Add flags to D-Bus invoking methods. That's currently to be able to set whether the method should be interactive or not. The old functions call the methods as non-interactive.- Remove obsolete translation-update-upstream support (jsc#SLE-21105).- Add PackageKit-zypp-fix-crash-with-empty-search-string.patch: zypp: Fix crash when search string is NULL (bsc#1179287, gh#hughsie/PackageKit/commit#21ccf49).- Drop upstream merged patches on SLE and Leap 15.4: + PackageKit-CVE-2020-16121.patch- Add PackageKit-dnf-ignore-weak-deps.patch Backport upstream patch (gh#Conan-Kudo/PackageKit/commit#ecd4a96, gh#Conan-Kudo/PackageKit#488) for fixing: dnf backend not honoring "install_weak_deps=False" (gh#dfaggioli/Packagekit#486). See also https://bugzilla.redhat.com/show_bug.cgi?id=1955484- Add PackageKit-cancel-transaction-if-daemon-disappears.patch: Fix hangs in packagekit-glib2 client if daemon crashes (gh#hughsie/PackageKit#464).- Add PackageKit-remove-transaction-size-limit.patch: Remove large transaction size sanity check (gh#hughsie/PackageKit/commit#ac5c8660)- Add PackageKit-zypp-initialize-pool.patch: zypp: Make sure pool is initialized at the beginning of some methods (gh#hughsie/PackageKit/commit#3efa0c524, bsc#1180597).- Enable offline updates support for openSUSE Leap 16+ - Recommend a provider of rpm-repos-openSUSE for the DNF backend - Use dnf-data instead of dnf-conf in Supplements on DNF backend package- Do not build cnf: scout-c-n-f is still pending, having PK-cnf obsolete cnf is unacceptable.- Backport fix from upstream to have DNF backend force dup for updates + Patch: PackageKit-dnf-Add-support-for-coercing-upgrade-to-distupgrade.patch- Add PackageKit-zypp-reset-update-mode-after-get-updates.patch: zypp: Reset update mode after getting updates (gh#hughsie/PackageKit/commit#b208f551, bsc#1180150).- Build command-not-found by default- Add PackageKit-fix-crash-pre-dbus.patch: Do not crash when calling pk_dbus_get_uid() before D-Bus is setup.- Add PackageKit-CVE-2020-16121.patch: Information disclosure in InstallFiles, GetFilesLocal and GetDetailsLocal (gh#hughsie/PackageKit/commit/d5e8c597, bsc#1176930).- Add PackageKit-zypp-cleanup-tmp-files.patch: Revert "Revert "zypp: Clean up temporary files when PK quits"" (bsc#1169739 gh#hughsie/PackageKit/commit#cf73b01a).- Update summary and description of gstreamer-plugin and gtk3-module subpackages in spec file (bsc#1104313).- Update to version 1.2.2: + New Features: Notify the service manager when it's beginning to shutdown. + Bugfixes: - Fix possible information disclosure (CVE-2020-16121). - Install required test helper files. - Silence meson warning by bumping minimum version. + Changes related to zypp backend: - Don’t refresh repos again when actually updating packages. - Erase tmp repo from pool after local installation. - Set PATH variable. - Drop upstream merged patches: + PackageKit-test-Install-required-helper-files.patch + PackageKit-zypp-dont-refresh-repos-on-offline-update.patch + PackageKit-zypp-set-PATH.patch + PackageKit-bsc1169739.patch- Add PackageKit-bsc1169739.patch: main: notify the service manager when it's beginning to shutdown (gh#/hughsie/PackageKit/commit/d8dd484d, bsc#1169739).- Replace $DISABLE_RESTART_ON_UPDATE=yes with %service_del_postun_without_restart Use of $DISABLE_RESTART_ON_UPDATE is deprecated.- Add PackageKit-zypp-dont-refresh-repos-on-offline-update.patch: zypp: Don’t refresh repos again when actually updating packages (gh#/hughsie/PackageKit/commit/81207bd3, bsc#1173562).- Add PackageKit-zypp-set-PATH.patch: zypp: Set PATH variable (gh#/hughsie/PackageKit/commit/2fb7fc6e, bsc#1175315).- Update to version 1.2.1 + Port to the meson build system + Remove the GTK2 gtk-module support + Do not do failable actions in the PkDbus constructor + Do not do failable actions in the PkTransaction constructor + Revert "Shutdown the daemon on idle by default" + Actually merge in the PolicyKit translation + Fix setting libexecdir for command-not-found helper + Fix command-not-found handling arguments with spaces + Use SQL statements for queries with input + Exit pkcon with retval 5 if no packages needed be installed + dnf: Load all the repos and vars directories + dnf: Add vendor configuration for openSUSE + zypp: Ignore already installed package when installing + zypp: Remove upgrade-system implementation + zypp: Clean up temporary files when PK quits + zypp: Ensure ResPool is built before is_tumbleweed() - Remove upstreamed patches + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-drop-gtk2.patch + PackageKit-pkcon-exit-with-retval-5.patch + PackageKit-zypp-cleanup-tmp-files.patch + PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch + PackageKit-zypp-ignore-already-installed-packages.patch + PackageKit-zypp-update-packages-in-all-openSUSE.patch - Add patch from upstream + PackageKit-test-Install-required-helper-files.patch - Refresh existing patches + PackageKit-remove-polkit-rules.patch + PackageKit-systemd-timers.patch - Clean up legacy cruft, assume openSUSE Leap 15 or newer- Add PackageKit-zypp-cleanup-tmp-files.patch: zypp: Cleanup temporary files when PackageKit quits (gh#/hughsie/PackageKit/commit/807f410, bsc#1169739).- Add PackageKit-pkcon-exit-with-retval-5.patch: pkcon: exit with retval 5 if no packages needed be installed (gh#/hughsie/PackageKit#405 bsc#1170562).- Add PackageKit-zypp-ensure-ResPool-before-is_tumbleweed.patch: zypp: Ensure ResPool is built before is_tumbleweed() (gh#/hughsie/PackageKit/commit/5c0fd7d7).- Remove is_opensuse macro in spec file to sync SLE and openSUSE differences(jsc#SLE-11804).- Add PackageKit-zypp-ignore-already-installed-packages.patch, remove PackageKit-zypp-revert-fail-on-already-installed.patch: zypp: Ignore already installed package when installing (bsc#1155624, gh#/hughsie/PackageKit/commit/d9233011).- Fix source URL in the spec file.- Add patch to stop zypp backend failing on already installed packages (boo#1155624) + Patch: PackageKit-zypp-revert-fail-on-already-installed.patch- No longer recommend -lang: supplements are in use- Fix autotools modifications in openSUSE vendor patch + Patch: PackageKit-dnf-Add-openSUSE-vendor.patch- Update to version 1.1.13 + New APIs for pk-client-helper in packagekit-glib2 + dnf, zypp: Various fixes related to upgrades + Added support for user services + New plymouth "system-upgrade" and "reboot" modes used now + Add mutex lock to protect EULAs array + Correct bug tracker links on website + Support non-x86 arches in gstreamer helper + List installed, removed and obsoleted packages in pkcon get-updates + Properly mark obsoleted packages when simulating upgrade + Provide information about obsoleted packages + Return directly when its state is going backwards + Shrink the progress bar to fit when run in small spaces + Improve the 'using' documentation with a link to API - Remove upstreamed patches: + PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch + PackageKit-return-on-transactions-going-backwards.patch + PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch + PackageKit-zypp-fix-newest-filter.patch + PackageKit-zypp-fix-what-provides-newest-filter.patch + PackageKit-zypp-get-files-string-array.patch + PackageKit-zypp-get-updates-dup-or-up.patch + PackageKit-zypp-upgrade-system.patch + zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Add new openSUSE specific patches for DNF backend: + PackageKit-dnf-Add-openSUSE-vendor.patch + PackageKit-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Remove old openSUSE patches for the DNF backend: + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Refresh patches: + PackageKit-drop-gtk2.patch- Add PackageKit-zypp-update-packages-in-all-openSUSE.patch: Handle Tumbleweed upgrade in update-packages as well so that it doesn't break other components.- Add PackageKit-zypp-upgrade-system.patch: zypp: implement upgrade-system method (bsc#1155638, bsc#1154973, gh#hughsie/PackageKit/commit/d060dd24). - Add PackageKit-zypp-get-files-string-array.patch: zypp: pass an array of strings to pk_backend_job_files() (gh#hughsie/PackageKit#351).- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345).- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343).- Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306).- Build PackageKit DNF backend - Add patches to support backend + 0001-dnf-Invalidate-the-sack-cache-after-downloading-new-.patch + 0001-dnf-Don-t-override-DnfContext-s-release_ver-for-the-.patch + 1001-dnf-Add-openSUSE-Tumbleweed-vendor.patch + 1002-dnf-Add-support-for-AppStream-repodata-basenames-use.patch - Add patch to improve offline updates with plymouth + 0001-offline-update-Use-new-plymouth-system-upgrade-and-r.patch - Fix Supplements to use modern rich Supplements statements- Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem.- Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335).- Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream.- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434).- Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it.- Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943).- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update- Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410).- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425).- Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream.- Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist.- Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581).- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042).- offline updates should be disabled in Leap too, just like SLE- Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7.- Disable offline-update when building for SLE.- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0.- Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036).- Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi.- Modernize spec-file by calling spec-cleaner- Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287).- Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro.- Add PackageKit-cron-without-sleep.patch: Do not sleep while running scripts called by cron. openSUSE's run-crons has sufficient logic to not have all machines start at the same time (boo#1071521).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Drop py_requires from PackageKit: there are no python scripts in the main package. - Drop python-devel BuildRequires: we do not package the python packagend anyway. - Have post/postun script for PackageKit-gtk3-module post/postun only for suse_version < 1330: newer versions have file triggers to trigger schema compilation.- Modify PackageKit-zypp-backend-improve-refresh-cache.patch: Prevent PK from being killed by unhandled exceptions (boo#1064380).- Add PK-zypp-return-error-invalid-package-ids.patch: Return error if invalid package IDs are detected in zypp backend (bsc#981011).- No longer BuildRequires libqt4-devel, this part is in a separate project since version 0.8.6.- Update to version 1.1.7: + Libraries: Add missing context pushes and pops. + Backends: zypp: Fix stack smashing on 32-bit system. + New Features: Add the ability to install updates on reboot in PackageKit-cron. + Bugfixes: - Don't search for NetworkManager or ConnMan anymore. - Effectively check for previous proxy entries. - Fix proxy environment variables. - Show a different progress message for system upgrades. + Updated translations. - Drop PackageKit-avoid-stack-smashing-on-i586.patch: Fixed upstream.- Explicitly call autoreconf, as one of the patches touches the build system. As long as the version of automake available is the same as was used to bootstrap the tarball, there is no issue, but if the version changes, the call must be explicit. - Add autoconf-archive BuildRequires in order to actually be able to successfully bootstrap.- Update to version 1.1.6: + New Feature: Add new status "Running hooks". + Bugfixes: - Checks NULL strings inside pk_progress_bar_start. - Fix segfault when config file is not found. - Return success to avoid reboot in pk-offline-update. - Use g_printerr() for errors instead g_print(). - Various tweaks to the offline-updates service file. + Backends: fixes for alpm, aptcc and dnf.- Add PackageKit-avoid-stack-smashing-on-i586.patch: Fix PackageKit stack smashing when running "pkcon get-updates" on 32-bit system (fdo#101267, bsc#1020028).- Add PackageKit-zypp-backend-improve-refresh-cache.patch: Improve zypp_refresh_cache in zypp backend to make PK works better with zypper (bsc#899755).- Update to version 1.1.5: + This release removes the hif backend which is superseded by the new dnf backend. + Bugfixes: - Fix redeclaration of polkit autocleanup functions. - Check for a zero-length search string before passing to backends. - command-not-found: Ignore commands of only one character. + Backends: fixes for alpm, aptcc and katja. + Updated translations.- Update to version 1.1.4: + Backends: - aptcc: . Add get-files-local support. . Add support for pk_backend_get_details_local. . Add support for searching for relative paths. . Convert a few more loops to C++11 range for. . Drop DebFile helper class. . Fix locating package which a file list belongs to. . Fix NULL assertion warning. . Fix typo. . Install local files using APT API. . Update pk-matrix for GetDetailsLocal. . Use C++11 range for loops. . Use FindGrp instead of manual matching every package when resolving. - apt: Remove reference from pk-matrix.html. - dnf: Port from libhif to libdnf. - hif/dnf: . Fix a tiny memory leak when installing packages. . Fix a tiny memory leak when invalidating repo cache. - zypp: . Pass the patch "Application Restart Suggested" flag down to PK. . Return error if invalid package IDs are detected. + New Features: - Add a new DNF backend. - Use GetFilesLocal in pkcon get-files if argument is a file. + Bugfixes: - Add a new REPO_ALREADY_SET error enum and use it in backends. - Annotate PreparedUpgrade DBus property for usage in PackageKit-Qt. - Change the configuration of the cron script to a sysconfig-like config. - Do not try to exec plymouth if it is not installed. - Don't crash when emitting PropertiesChanged for NULL values. - Fix a leak in get_prepared_sack(). - Fix a tiny memory leak on error path. - Fix a tiny memory leak when setting a proxy. - Fix "cache-age changed to -1" debug message (when cache-age is G_MAXUINT). - Fix two small memory leaks when processing signals from the daemon. - Fix updates and change code to aid in not breaking this again (gh#hughsie/PackageKit#149). - Fix various g_variant_get ^a&s leaks. - Invalidate PreparedUpgrade property when the prepared file changes. - Look for command-not-found dbus socket in /run instead of /var/run. - Remove declaration of non-existent pk_task_{get,set}_interactive(). - Drop 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch, PackageKit-dbus-location.patch, PackageKit-annotate-dbus-interface.patch, 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch and bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: Fixed upstream. - Conditionally apply translations-update-upstream BuildRequires and macro for non-openSUSE only. - Stop passing V=1 to make, we do debugging locally.- Drop PackageKit-1.0.1-fix-bashisms.patch: this patch has been submitted upstream for discussion (gh#hughsie/PackageKit#162). If accepted, we'll inherit with a future update, if declined, it is not important enough to carry around. The code it touches is only used by the internal test suite.- Drop PackageKit-fix-offline-trigger.patch: in line with upstreams expectation we package /var/cache/PackageKit. With this present the symlink produced for offline update can correctly symlink to an existing directory.- Stop Providing/Obsoleting opensuse-codecs-installer, it was dropped more than 5 years ago.- Add 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch: Fix segfaults when detecting invalid package IDs (gh#hughsie/PackageKit#148).- Add PackageKit-annotate-dbus-interface.patch: annotate the DBus interface introduced with version 1.1.2 in order for PK-Qt to be able to build.- Update to version 1.1.3: + Bugfixes: - backend job: Avoid emitting duplicates with parallel download. - Revert a patch that caused PackageKit to always request auth when installing packages. - Update the GPLv2 text in COPYING. + Backends: zypp: PK_FILTER_ENUM_ARCH is supposed to filter on primary arch.- Update to version 1.1.2: + This release adds a new backend for the Nix package manager. + New Features: - Add a test for offline distro upgrades. - Add PreparedUpgrade DBus property. + Bugfixes: - Make pk_console_get_prompt() big endian safe. - Require admin authorisation to trigger a distro upgrade. - build: Avoid g_simple_async_result deprecation warnings. - task: Fix only-trusted property notifications. - task: Honour the only_trusted property when setting up transactions. + Backends: fixes for alpm. aptcc, hif and katja. - Add trusted key of Kalev Lember (8F62AF74) to the keyring. - Fix update-alternatives usage.- Update to GNOME 3.20.2 (FATE#318572).- Drop docbook-utils BuildRequires: No longer needed for man pages building.- Update to version 1.1.1: + Backends: - alpm: port to g_autoptr(). - hif: Set ALLOW_DOWNGRADE flag for all transactions. - zypp: Enforce formatting input as string. + New Features: - Add UpdateTriggered / UpgradeTriggered DBus properties. - Add TriggerUpgrade DBus method handling. + Bugfixes: - Emit UpdatesChanges when installing packages. - Fix GIR annotations for progress callbacks. - Increase the number of packages that can be resolved. - Point offline update/upgrade trigger to the prepared update. - Unlink any existing offline update triggers before creating.- Update to GNOME 3.20 Fate#318572- Update to version 1.1.0: + New Features: - Add client side API for triggering offline system upgrades. - Add getters for PkProgress. - Add pk_get_distro_version_id. - Add system upgrade API to PkTask. - Port to g_autoptr(). - Remove the PackageKit browser plugin. - Use the GLib network monitoring support. + Backends: - zypp: . Avoid media access when testing for cd/dvd URL scheme. . Fix build. . Use libzypp's arch compatibility check. - Other fixes for alpm, aptcc and hif. + Bugfixes: - Add missing description for obsoleted packages. - Add support for offline system upgrades. - Allow to enable or disable systemd units for offline update. - Correctly store file descriptor from logind (bgo#94070). - Do not crash on GetPrepared when there are no offline updates. - Do not crash on transaction database corruption. - Do not crash when parsing a very broken transaction log. - Do not install offline update related files if disabled. - Emit PropertiesChanged for UpgradeSystem transaction flags. - Fix download-size-remaining property type. - Fix various minor memory leaks. - Make transaction get_proxy() return TRUE for no proxy settings. - Minor fixes in command_not_found_handle{,r}() for bash and zsh. - Relax validation performed on input strings passed to backends. - Require dbus.socket for offline update. - Set PACKAGEKIT_CALLER_UID environment. - Sort package names when printing out simulation. - Use new PkTask API for system upgrades. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-zypp-buildfix.patch: fixed upstream. - Drop PackageKit-browser-plugin subpackage: the plugin was removed upstream. - No longer pass --with-mozilla-plugin-dir to configure: without the plugin there is no need to know where it would need to be installed.- Update to version 1.0.11: + By popular demand, reintroduce the UpgradeSystem method. + Backends: - python: . Make PackagekitProgress an Iterable. . Set steps on PackagekitProgress instanciation. - zypp: Raise priority of ZYPP stack updates if a security patch is shadowed (bsc#951592). - dummy: Implement simulating UpgradeSystem and respect the transaction flags. - Lots of fixes for aptcc, hif and portage backends. + New Features: Allow the use of variadic functions in vala. + Bugfixes: Make pk_details_get_size documentation more specific. - Add PackageKit-zypp-buildfix.patch: Fix build of the zypp backend.- Add PackageKit-avoid-endless-loop-on-autoupdate.patch: Avoid a endless loop on autoupdates.- Add PackageKit-fix-offline-trigger.patch: Fix the PK trigger detection: if not done properly, PK might believe that something else triggered the system update and expects something else to handle the update (boo#954125).- Add Suggests: cron due to existing cronscript - Slight whitespace with spec-cleaner- Update to version 1.0.10: + Process the offline update triggered by older PK versions. + Use Glib for reading symlink to prevent crash with some compilers.- Update to version 1.0.9: + Check the offline action trigger before performing the update. + Fix two critical warnings. + Add PackageKitGlib-1.0.metadata to release tarball. + Fix a race with the backend job thread creation. + Updated translations. - Drop PackageKitGlib-1.0.metadata source: it is now part of the tarball.- Update to version 1.0.8: + New Feature: Generate Vala bindings. + Bugfixes: - Correctly register enum properties. - Exit quietly if we didn't prepare the offline update. - Fix various docstring errors in the library. - Look for libsystemd now that journal/login are merged. + Backend enhancements/fixes: hif, urpmi and yum. - Replace pkgconfig(libsystemd-journal) BuildRequires with pkgconfig(libsystemd), following upstreams changes. - Add vala BuildRequires in order to build the vala bindings. - Inject PackageKitGlib-1.0.metadata as source into the package: it was forgotten in the 1.0.8 release tarball.- Update to version 1.0.7: + New Feature: Define command_not_found_handler for zsh. + Bugfixes: - Correct punctuation while applying offline updates. - Don't run if bash command completion is being run. - Fix Details() from spawned backends. - Port GTK+ module to org.freedesktop.PackageKit.Modify2. - Return the correct error for syntax errors in pkcon. - Return the correct error if nothing was done for repo-enable. + Backend enhancements/fixes: alpm, entropy, hif, portage, urpm and yum.- Update to version 1.0.6: + New Features: - Add dbus method for returning prepared packages. - Add pk_backend_is_transaction_inhibited. - gstreamer plugin: Add support for v2 of the PK session service interface. + Bugfixes: - Don't recursive lock the debug mutex when using --verbose without a tty. - Make "reboot" the default action for no action file. - gstreamer plugin: Adapt to gstreamer missing plugin changes. - gstreamer plugin: Avoid criticals when some of the parameters are NULL. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.5: + Add missing --allow-downgrade and --allow-reinstall to the man page. + Backend enhancements/fixes: alpm and hif.- Update to version 1.0.4: + New Features: - Add 'quit' command to pkcon. - Add the install and remove commands to the packagekit-direct test tool + Libraries: Add PK_INFO_ENUM_UNAVAILABLE. + Bugfixes: - Actually inhibit logind when the transaction can't be cancelled. - Allow pk_backend_job_set_allow_cancel() after ErrorCode has been set/ - Do not attempt to run command-not-found for anything prefixed with '.'. - Don't use PkBackendSpawn helpers in compiled backends. - Fix a hard-to-debug crash when cancelling a task that has never been run. - Make pk_backend_job_call_vfunc() threadsafe. - Make pk_backend_repo_list_changed() threadsafe. - Make the network detection code simpler. - Really remove the timer GSource when quitting the daemon. - Recreate the download location if it does not already exist. + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi. - PK is newly published with a digital signature: add .keyring and .asc file to sources.- fix using 'echo' command in search-name.sh script - add patches: * PackageKit-1.0.1-fix-bashisms.patch- Update to version 1.0.3: + Libraries: glib: Add support for reinstallation and downgrades. + Backends: - hif: . Add support for reinstall and downgrade. . Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache. . Use repo loader provided by the context. - zypp: . Improve progress status. . Propagate install errors to PK. . Remap 'recommended' patches to 'BUGFIX'. + New Features: Add reinstall and downgrade support to pkcon. - Drop PackageKit-zypp-progress-info.patch: Fixed upstream.- Add PackageKit-zypp-progress-info.patch: Pass more progress information from libzypp to PackageKit. This results in PK having accurate information about overall download and install progress, making all UIs profit from this (instead of just writing 'Installing packages', they can now show a progress bar. Clients like pkcon and gnome-packagekit already use this information if provided. Also offline-update propagates the information to plymouth.- Update to version 1.0.1: + New Feature: Add a KeepCache config parameter. + Bugfixes: - Do not install the python helpers unless required. - Don't assume systemd is found if --with-systemdsystemunitdir is passed. - Fall back to /usr/lib/os-release if /etc/os-release does not exist. - Fix compile when the systemd headers are not located in /usr/include. - Never allow cancelling a transaction twice. - Overwrite an existing link for packagekit-offline-update.service. + Backends: - ZYpp: . Be more specific with the progress status messages. . Ensure to reach 100% on complete cache_refresh. . Fix compiler warning. - Fixes in apm, hif and urpmi backends. - Drop PackageKit-offline-update.patch: fixed upstream.- Update baselibs.conf: upon update to 1.0.0 soversion was bumped to libpackagekit-glib2-18, but baselibs wasn't adjusted/bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-modulerucks390zl37 1666934154  !"#$%1.2.4-150400.3.6.11.2.4-150400.3.6.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26606/SUSE_SLE-15-SP4_Update/73631dae88acc361bf4972d0031ebe19-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=4d29e9e8be3d57bcb55480ea14e56ea745b33ff8, 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]=1c0a588ab532667eaaa83a48f38938643831a8d6, 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]=158323f3c2c21781ea02f17ec5dfba6148f8c15e, 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]=380036942ddbb5133ddfc9707dededc6da0906de, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=881cca86ed9552441801dfad36029d1bf0e398c5, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.6.1.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RR}9NR ~systemdPackageKit-backend-zyppsystemdutf-8d043555e8ee3e64ac671f4e5bf5a7ce57ee4a35cf508ac3d3e30564888f88f0b?7zXZ !t/EV]"k%eLMsc w&PM4nM3jzj'ud#>'g\9 w|R  ˣaTg[;PbL%(71V߆Po ">y97!jbKlcFJvuO&7 }J1!粏"F,<;/tؤv&}7_l-GXbBjvsX.1>9ūZ/#e@cL6xHt!D$]^KOgq uʧA&kLeg h2h@Awp\ )|mn)5zӏ"XҖO,,lQ& {OA!{K7 ud$<9 U% QSyN#eF]>Ȗf!Et # u吗D/s_pbflˇB9"NS+6icDTC0:0uz R+c #b<5vfێ'= ȒD_*RXL3l.Ճ13*@Mr mZԎٮ$L~Ow9"pOօiBfJ[sy鈇[roj'Fs>5He.> }>t8p32SϽ!wUzrͪgyC2@ [UC 11!NJyrik@' b+1_JiUIN "lJ e(1cñFNϚ5HC(+,>6 kuf_/cz8' JepGˌ-zam;3 RS r7z RׂmF`1zK6@ "g5"onpSg_ h D"2 񥜓ART'.[t`+E%D۱pn==7\ו *Cf4s8};1^7jj'4gᰱWRxմh\I0Ϟ>qXje. 谚 H|<O:k5.7:ΗAī( /A2OoK60\=Ntzz7eI;M;´8s0ўr@4ʖZ-z;.ۆiW'.IGYʩ뜫M\x2.L(Er"okQ3#!L`k*[ Eudtf{E\JJ^(yZ :Amd>z`yb] 2 .J쩀qy-P b"9ǐYo*OzLyDiG>yǁ V]/tmE.|TmXl]Y6n_ZgKoCd_u[|ݗ )!oC+2[Y2ψ2݀Ȗ/1bP XU4w`CHU͸Ӥ8qs m%7asyt1x@(+M$!>зܵ`DG'RΉi2FV݁B벃RiJW6S>qY qI k i$;SjQ(= \*K#wHE}|+%'yu"vVz8qHmSil ".CE[:GTk2P5haʖ/Γ~\5>x7̵AP-pAy~Q{njLUqD&b=p3Za$7:i Z+HyK NH4h]/cMʧYڎV.mWAdu TVnI2'ccw AWıEDn aNjnNNM VHЏ@Q)_۾>(Ҩ |Pg}jf~y=O9e/<0gQas ?mEv8|{ X 6lSV*qmO"Qճ!)/'2iaܜ*[u<e. s,g(nAU.&+7I mICn2'\ر~RYRTKU?ȝđ!Pօ ?]qh_ÿ(:Fi06ʿXl|f 4nǒ;j)a ,,Iˠ6h*`Oxl@}}J}Rb.{&fh"UI_8Ki9{O3E&fx*l0?d=CZI2~^;̘ p4ԇ"ݩ^m 誕*qz?Giʙ}[;CSEMM_p; ~ͺGKj.Ru235^rihPQqXc1)f{<-D>?y褃~;p &r&`wlq  C6pt,\zT"4~d}?3u ϴIef-~egY1_4THYtƭ,k d.%&?+Lɮ? ~],yS+ڳ\ĸ"9pZ&w(yyˋК0YN.rQrm! fYQ_}NT Naa xeEd&ʵŒZcb˺r)#1lKhe I#c78P8h$b}tS .d:WG4"΀mNϨ UM?1o&`$>S z=~9yy)̤ٴklwuw 1R?mM0P3ZeɹD ܻ//cz`s TO ~1[ˍ^iԧOLPYT _GNsjKc.\42 FU2 {$ط|j3AQ54ޑqZ #V~򙇢9]F͞%t'U⾶%)p4ZO.,IbU) 9zᣂУjA/8t:3tɁuAEd[F{ۑZVowG"iRp5 x.jӝj?SIWΐJ jΨCYj jmT)`D9,~vǑ-v#%'϶(~<0cӿ[JtiH#E.:UhlEVGDSOxFU#Q,LJvWuuwɸPloQ}#OlFy))I t2:rYMx$%G[͗]\w°M˂U/L}o_^?{F}hW25gV}Z>RZ!.5nu7 UX:HS8f]t{R ֩p2D*SQEڅdׯi~Z[iyZp yЀc]?YS#Gh?ݗn6,x$ b_8%b2'MEry"WPN%tڊJ/pk?1Ώ"!qܚw"^{|ߪhi,]Q'I2)PsږN#=Q.~yBFJ{S Gi rG(W)*_ ?[ЄS^y7u$8ezμbk'ݮ>ّgN"~ɫȮ\.5 @x˾w"OhFS'&Bw| n&T:u W-5;x=Mq.m\PT=3dӣ(L_M+ tE5$)#hU'nfqhBuT:gmnd^jngﮍ_'@_MatG~NG./%PszkY P]*:.wMt{9sh ~"Rlu%T tгn"2[t zP)ͽ4_﷬ 2UI[/ǘIn|8{Hj&2>BB7'de46Sc-.%h j{ `f0ܳ!j8 M깯GG˭͡pӣ\?./Qem#֍»P{Vee[ GPp?=Zp?vg 0ǵ_/ ^,ri0=TY58V4w4fX9>{7"] . lՐh^=ni{>;M41a;PAuSM+bKl'Lhcp4F5ң*(I7GA.D/3%[9ay>D_ۡ3aQ8%]9ur mpY+qX2E_:{$q.oF5]>[HmM܂:fM,˚:8g_LO6hSqH@G&z5/+ғwZ E<Dp#}檹#qs -c5Oֿ)KS%LEjuZquwGo6L g)^!K8稪/^Bރ_&zruBٻ88G`P7cf7t`.hNzsP|`87f*Lѽr? w2IR?J82G$ܼAeUMݬl `nꐟfS˞L'ކ ) |e b8bxo.ڡysf X}s9% `pL0TƇ=ւ9ެMË>@yZHnȍgjUJzًs.}io%a?IVWvhbgcHfZ=NPxM@ 9HQ.%6[[COF#XV'$QEaO+4ME^1a?"+c;vpd%Ia(/}sd)jK-WbBm:ܥ|Iu]ҹrk LA;!YAUnWqhԀބS1o%e"Qʆ' >PZ]67f,nc{W(8/*m$ğ)@:evtyVW-b)Ldhc:nivb91Bp ~'0Kl7 ĴňHh2U8ц%Zj0Ry;2RRj'2qQ:T_`ζE>uD0RwdhzԗId'}j`bv-G.\:8m{6, z=INhq~bh )wuۚ<+Ipqt=q!pUDn"_h/rA}=;LCupFQ>hyH?hweq?J\Q*4d ߁1!5d3asҡW=niDjEW?twTHܐTz:3dsk8Ҳ?)qi$eaEmUi^,#c("瓹WwXGP W>Bkӵ*xXgtZc2[(\"^spEZ̎A!Saé2',KESC:0y~s,t 8c6\8N^֥QmP:Ns]G$H ^8".s "mS6eHn0zk棙DQ1#huOUԇk3Bs;?4(x/W\-If B67t@L#q% :V,d^@$l{n_-8=3j \B0x܁"\,Ђ:m^-9'>|uUIO7WkyX #eOqQdyfxk4j@qwgkTXp=TE`MB [^x5J+P$X-[cSf@&› jOp1 P|,g^>Mc%#p"sqG4j5|K+n10}0)Pr<}u˼KSǞyP9=s;s#@)džпE, -]hve3c=z BE[uK|2{x)j-}'3i,n%Aqdɷ!C(M,Zp^5gq65(YlSIfz>$؊م^lxoDB(n|j i!CˣT_=!KNR-EŴgvJ94P${ӱE4)]W.Xoےv]~8m"ixԊ~,@ez^7/)lR`^ \Xe'/Q~5V^;({Zݱgv3P,LqB,: S$RIYf4cp:t+Ǭ/\t?/+0$ ;'l6T745MqVn% ߅?%|i"M'SVލ2OF)Xr I-w A; \Ij H0O^LlP˘g/)[W> ’U tK<:Ckx=ޤ本*bK#0ÊΑ)\KKmʁak+ً$?w=1X38C4MVmٷRփy7/`rM8気 i42 dzfCF" y]ƩوuzS;R؇iNPaBdXA:i=g{ނ3Gu2lYQ?|ڟR.(!O:][VIGqp{QoC.6+?T"-=Q* /X!ࡑD`p%"QL$C 8pr&M4c[ 2EOeyl\`ݏ kU&^>>!cH(KhQx3z.OC!@g*y)=$Q 6#d9cj}}u[Nkb7z]ϟ?o"oR﵉(r;ڨC)kn!RmoZ( wxe_끸B{d_~h$ؘщ%@:vCSX*~iv(CEυY,\z)bp]:JvrCo_;Sf0%>@.&`v݁w87CC^[dҗLw\v+HD[] ʹAU@*.Hq'^k󠗤Hݱԑ n:ũ"2DH(FV@BâDZHpGpò+V055,NpKby뇎^\?-v$b [g)kC q>11D~B_tp\:&eoE[&:v0Q{Nhyi&HTu\NR$c,4bxdBú/p Z bR>[тwylt= &|I3 TIrĞiha>obYT omyYw =»d:2SbfZ]U)*"Jqf C$kJRQ=1[a,.KxMҸy+ŖOrў"6[9Z [ %Dϗ90ai' jFTD^B0bqԓ_[?feBəjK0n[# }`Iԭ`S/ &+/Pj0ԥ쫔 hb;f$O|!=1t>?2NQ16xG5V'ܓez#(FX?z do2ۖqu6璣4YzjdJXF4'03=G]Ҳblq&,kh^] ~i\;VcjqW;xb"V"lS]j`_]-K0͓c=|  }9$D˘m}[AXȢ`ًs qJۋ-OpnT9#.$59nb]vp1gvX7Pl;apG(:g hl 6(wtuMKP/I [^^tC*ߺ!9 FFҪL=hܷvи7Me)"P-b䊯l9-lG楂aRc׌2 Z> ^,,d%jEv.JR <4bdٳԡ3K>`Wy}ܐWCK_-d㴯SE;jBo`X=iw[u6GR zN` T6xv.5kPc/+*]SWlnXЇ88cfV5MȇΧ1bYOx $ } Lb{hϗug|b&Q ̂Vշtp4R23}Q2@KKYyT&1>j))hYZ85\2nAvFFNMɁ9tǫPf]Ea!{y[n{ jsmtk3 Sw(1΀lt 7c%R3Yqv{j;1)KݛwM ȀylljY^翖T=nbsP h20eXڰ;14NCr5pX|F|Ԋ_m`]; dK%E 7GUQx LUz׷a .1xu Բ 6D$Rj(+|Fqi`L ++/`' BiOC/ތ 6t_2QTG-8u"\ H {P 3ʤXwɌٲ#$d>+3FYiΥ/!/Dj5BYŅWĭonD]If]lgO`B39o{ h/n/.w!S J3r7g/}1b[9sI?CS':>? HczTl;Q6ڶi:ZA U?/ݳ⠿X}_%H3Q>UM&c&?(9& w.`U؞jH]\SbxfѥMa78tB~؆w޿ ,dY< ПG_Ii$e-Z( C*9vL+-G׼[ \n~-R?[6d.@F B~ig1O1M%t綂+ԁc*u@):; E0H-2ԎmKgNCr9 y|q0;+`{hG(vgMo rzؤxvr+AX ߄5Kرby.Mw4"Iw@G[`i{_~ZK} k7b.G:MTNal0vdZ{ʿҌ ^Mt!i"B ``$vkO31OU\P?mշgLO>"fx˧%{W=f;aV疕7RYaGp*ݺ'C 6 \uP0 篭`B=XNF*k^5$^cB剝OMbJW%׊[Ig> 9_(bF28K,FHlPF%|MatMg| ]լlC1 34?11MA(`BDF%Ʉ ⴋÕqu|{QE9x,+,w"u[DtzG(0py]W羸`+?/ uFx${(x"\mUbDR>Nٳ(y<&Ɏs-KSJ?Oojc@SIXQ/}5jA'V_1B~9 |m`zkocMpQp!Μ46?é1Å6WTiH4]zNcZY-ήzҪͱM%CYw&]#B.%k;Ű<ȷܕ`9` D\mͮ7{$d6՞|# GIZk؋[ޞ 3ZQԔU0aP>tj>nt_ f~7CF.]#U(6CfSA79!+m.odK)m7 űԷ%ã |PZ)u 0E;:Tͣ;zzٯ,[/N\^qYE G /(ᶎ!vtZDhK_5aUl8MDsth$T^kkї:jֺ/Ŏ#Ό5 %H7uȱޡ8T-UV3فΈCLJ~&R’CQǿEΘ`b`F1үB=/ ߺi'301 @œ㪍ӤWwoz ͺqyu b0io)thڧK$%I6jIl _VXY%Ѕ0}flgq/I6+ #GdT%~,]\M+Й ,vT8aCۤB@GX-c44FEa~n` ,302✱)Ac?`:K)ǙMKvȲ&NMWV&vJSxƏ7WG. e'Qv4:e?V0ypkZM8w_dP:|+tWI EIpO4|1m͓uӹ0.C% s9m&wq<? A6y`вM (+I~F*DU!@CV/**f= Y{f2YlUx!\ ?;ٽB'kCuuQ?٥  jKqYO4kjBZ%}7|@c!:ҚMU쯅V؍:_&[vO6[YxIӱQeWAG+VA)u/{T_*!\m on4M~׋*`ګ3dnrdj,'<T\BmKVM#]A]&хL-&$rN_庂qOO+NQ;l-Y}p!a{3,a5*ۘfMu-s03/ۍQ]NX9fKF?`C#/&'wp݅P*8a*"OL=1ד])OZ,v2ȥ?aL+(HpJ5$HE ݚ$LAF&%*J`DGsp$9K])Y8 $0LGGhTq_ _Ϡ]R@ <\!>_`8Nz^B}KNlăN].$QB&XTm]ASL?#2 Zڂsf.57/yG`X<U""{Z(*XPtfJ qOn:sFT?V)o_1KdED&;b0"q%Wc}<W)fVrUGIqEѬ5O5xNOµ/1ʎ~VVb FuBd?&ߩ \N.$!8e>?tZ>RqՓ zo̓f +2V'gF $Kp-Eڑ37WohH \_x >o.CgO-ߋA܅LM= acg,ke>;)V"^ڱ=/Wsglt '{<-St" nr^;)8~+{ Sf]sŻhL BB-}Z5  v7 '#(Q$R :?B%pgSaҞZvJP0Mu"*1z{~yI{<WRO(ҵ`;g>$oʤ|RM7s_{LWX@F$98ZG(5CeN²|%LW< A:m4d⍰Q ":Q]kp vqO|{*(@2wA*̽yOvp!s{q|Tmt?$( s1eԺU'TT^>S=W$0 +VHε<.}(鰇1ZP Ғр gguF HU$^+kY*cY$'X9*=-/\d#\(Z "x:)1*R;|CԎk:)1N6'T S]I;e fBR :i[>5֪9g(TZ/ \ar0R%/:3dAj~;)&_e`rߨdS >AUK:CW>Cp{5N;Ȟ̭|?kԯ3px$VyoH(?E"^|= \Wd8YgŐqAG{gibb+('THja 1WC3uխ ʶUf#'(bI`+<:;,GZdt癍c]DLKb<^tNg>҈׳Zig޷C~-3Pe$ `~TeHk6W=ĝqi'9.{:ËgZk59v+s>^mtBjڴ^@Rؼ s-̉ɝi%ik&8+\ H zMWbNqJ/[Ywp2luE{Fr]He؇'n4VQO|Dذ@aAuHgTs'b_誇o3 X[[:u8Zۤ zY?mF"Rt"K-C!;;Q (?drIx5pUw9]u%}Uv:+S,r-3z3ČBwj [`z84~(D<ޛO숭8H_XfdX*ٵvn 4RQE,C(+DtR6`;U_U5amcfIyWlvMÙp{2e:Q/k_ v.$si]'{hr:sGE?B2t rssc BphkXaYyg+Q{yB!EHdjP}ՙ2 d2&{%`8W@'RJ`7n>-sZAM(+UH< N4s0$Ng4L{$UJ3.em熗AVE<ʘ|v C?DSl'n{hۅ<5~ 9~jXX-#+_MW˪("FdbKGgu@X\FBSaAwB0Θ+NeUd8#=4U|Y,걻 mlM{ŢzK!{ 2|tH X3fO ,LkL!i:%0R 7p+vU}o8[on-$ɬ XPH5 t>'-eRJ ٌ׾7d+J!c 2wk.gg1((qΜ{:Az̢蔔KhbUЪ(Ԝ-R MחX2Ԡ|8(C۳\,s|Poܙ@Ix@:()%{biPC-#9XU}ۉ&RFO[.0O)w#A0n??[$h{xUD8({,{eݭڽvG_׽3qbPQOJiG[r3翋Tusna?U9d|K3ZACre7i6 څKxUM:vȄ8#>O3M 60X]Tfdz<3µUFUt"fuKdJ.{]PY5en:*tTfއ\$9Uc.nrqd#ހXwC G?[/vfj4bo om<Yk3 0ܜ=i?{_m{BgRhT&!")(t'?5OUh@Z]0aFAȻaz_#i]`F3߱ee{2"^]U~7{XT]s>ܭ\vOrS<1įaP}_3+W' " LqW y"y׶(8\VNA:ȀŅYe |ӧf߽Kp \/O^ڝ B +1Gn>Qҡ5? )﷥ٍӋYmBN?n]=ŸGӷWbY7t!1pyG4&6xߢscuDcròzdkaឣÌm2ɟ|dkK%NiSs8Zi|Rjy=:HM 8UOc!:JB[qu\ٸ[;=HCda)k"Sgkf h]%?p Q?HAiBIWW$r4ה:Dvox!gdWτ.JG6j82ZP)Y6B, ƶPByK<'z?$O8VYzD(o8*(QIt!)/89V W3Ud\\fL7cY51КѸ$u4(RsRgo4/AӜS,6t1j;렘p_i/,:dZ8:p"Bdy}iBZ{]EKq/r-RcTw'M FUG,/9qԥe;:D޹* DZ[c_.7/GK+dofUԭ/axQRيBZAuLI{%NX"eܦعuXwk#24H|W%xQ;u)z+vh s0գ )7˱z^yI0ʹ&=6 TV ^|8I3иi$Η bޜ25_SmJC?ixuJ ̋ u?ꞾI'/! wq 83$ 7[qcԕxDfg f$ct D 0_`GE$_1>\:|*M+9((M̚OaՙH /,rXIbC[ť}C |ُF,"Rqyx=y)E=54g4y|뱆k"o᫮ \Zfہƙ2%dKD d9Ria)]'~QQ*[mo +xi!0 79DG/wyZ_Pp >8Y `ô`vWGff bYDpv*R8 Ԅ٧:qipSR5 3yťvM\- x˪t6<цW&Y_sIu +w_.-oCv ZgWkLl*9R ,Y g2C!bf3M\gn  ObF'\FxdwXn  EXp+\&?0-gT;}5w\.1kR]ɻk{`SіFkol W?՘=Œ |/d eoVnB,dv % }rwߪSdBnb "ѷ\YT+ZҁٿI(A`e^ro|z˙I$/Z%7 k(aZFT=+r`*"*/w-,Ѣ'FT8eRozs.qשSJCgOZҌf󒍰HWء-y+FOj.V=eռ9). 42jj ;8Hx\Um7n7 د=*J{ɞ+9j{A +vo TiMI>`A' 5}GC&u֨E]L&E}X,7S-UעrrHuD>@ѠS~ρ;0%U6l;"k>VШvU<{iDԱQ /{qG~ɩI5V;Dn{1$Ԙ"P^!3(3kb))[T_b.\9!z} {!@%vvn7~yzdW%-6~I?=BwB_c=5:.5; qt祠,tˣB E]Vq M6l3KO_E${Oˆw=[Ϥc~C%I}s+lΖb?[7Ӫ:n8_SEĵܪ$ߣ*ƙ7@<l@'[. VCL 8͈l| ڦ!O?\,ghlY\i)aq7#/%Yz. ]yŘcOq*4 Vͤ i+}2,iq lA2_tyBM vCh%y3T+}OA9U `o7)4;0VYi K9A#.׆%yzPvt6H5ݸʵm%sėǖ ٩[8gF`Vr  y`dLXT$W9=Y3TlBI؂!=oEˈ|qJz9t7˪Q9ȈEpϛKz/{H%C1Ͷx, B+k2`#ޱʉ 5 uD{ ň᜝f? #z:-o3\8SbLFF DO_ZRwr\XWC/ VbpN:Ɗo[mnXoQ\L.Ck#R5D|<}Msܖ`)Up7u8,n1t 6`,yxfN֋x^xS/W~5)@@Ɗ0c3#Dk[E ᏁM1+cQ%l W4Chp@pԔgm@ͼBl1gQ$a Jn*mɪhx@ߓ04:tNH{cOо/&+w]u6ː$Ml"[)Ma^=Q5mVWo&EW"v~bS5ҕF؟8a 墪%+D=LAM /J`A;ސ{(y#TMFHz2Bx_jR7n`s^9R#h1z}KFMNq`Ӌ0cU]]ح M*KN %n S^1-5bm.@@u{g@MU׮{UjuZBq|kנ,hh~/ꇡI?-Ooا!;LtnwNYM.B~D8~Î#x4UξĎZo. 9\j~M dȥifG%.f@}~#w"EdI#vT<<%]aBOa+HDE_#ϽMש" e7Ey6 .)=9‾*=]؏̢qdfQ@T !FXȄ4!ʢ@ Clh7V`ޏeرv`).-+L ]FDj.?LXf&`v l۲NlKKB0cn *e01hPnI]6I?u Á>(A!"X)bOQ^3-߱M%XalHs]vBҴN=Ȉ/1w^i-[LsuBh1Y?Ttn'F V'TY*ɱWWd{d6WH` |" (뫭tȠ%S1-:)*\"r04e1zW۴QU,͚ g"Yv` Tw+%)y?(%1΄,ټ4j[bSh$2J{?WcXl=~Ѧ^NJsi;Mwak\莟Q-Ix @s>:h_>(b2 +Hl W8>&G@ʴ.MgeHYCEFI(k|iڡ=5%Zq|$^:=@wgZ6^ saHD-Iaц7ŪyKd ЊpeaL_ +<).ٲ1)-`EO^TX$Cꗇ[h H a2X Sq%J&- [!ȂȂj23^!_mzi 3L`5FE(=>qEp=ʃNJm)T ښplJ[6)Wfg=(csÕvN7Li.uVAw|_7wH+uYIl1{9fx cdzцkƇÈRQ3*Ļzmq 0'.ͣC,=rI]GvF|4_㇧rBլڢV7+N/JW䕹$$VT@ZxY3Iz˾GTKy =U5hKwk7JӸ0 KTsPbB035H5D)᪠-eXfE& ƬVЫB⩆{c .Y K8]f8P4ًMC'q( "^sX{XY !|}m7t⦽}6u;Vg;42nS\;l,ܑ~#<fp.n& P?g] Ve; F~q^䰄&!a Lu3\ gdYŀ |/95{ϔdmAhmpDX6(mIpMFg_xZY&c_S]ɹYHXj&"JmY>\sU شI^$,@>¯^VX=}AV-G&様k˩~ [@hFqd˝dĖDhyp <`etZ,R?>T"y.Sٕj-CMvph}y"łqx0EG`[GҢaP7Hza|2T ǧ+$:+}?j2JJߡF1܃ ;93 EordK'yhI=_h0:92P|%]z8kc5N>Vz~֒klA+Ҭ\]ܹ3ubNSU-L=}G+/nN_ Tz|LAVI5X*:붛j"W*%:G'+*Wǝz5VH<^tm_ G[#HĚHZq)jO'NQmT$f4֦tav,,a?y}GF͌YŶTtesˆrÉ[,KUDxA};@ ϊ_w[Ǡ:t U&0~A#Ol=N߇YF!pcKƢ P?iօor*/T:hvѫ1M8[_9ϴ.,]8ҀG Z-C,&ޖS**t g#!@5eĊQV85/maȔOz/OXa1'euE&CU*}h3StoU/0*eҾɨn1 ?9v$ibw u ߪ/55y3e,>bCzTf?Z IDihǓRM*F{.QH35j>Qfx8 ^۶*w :dhX?G;$lKD5\_NwiQ5MbAqZ%3ZA"2r:2J X>ׁ2DY*8OfWr>𜗼T>NA4.),qV{Lm̀9T9OU| lCO~ `DA\LO#!-L/ Mj0tmCϵ3m9I ὴ !*UP?(l[J;cpMzr.k|ca a TMzL@8.tRC^@>E X*LCDUVgݲk5Ysz$?.qC?o|uGjJh mT81\:^Ma&T3CDS ^S5i'ڰݐo]d"}:Эr no9iv RgmqF`tY)#P?@&0A2Djk~6MK;~m䇕lh, nS9B2>N1Ĵx3&EH aiXМ9ύ֎3#NTH)PV74X"VmM=;Hk m@G fRuyBkqyØk=Ց^XIճ#CH!GhiXRY&R*ĀNjh ڰKGӏ)BiRE5ʜ82w hi0Q%'E3% =^!`7!J&t+ơr%ɿAڻ^ŗ,a +#b?l 14 98^!\x21&:Cr&~M9d[Y+Al!H %AP/2io4߁D _Yο9(XnHDH'l*{r6'iIۦa+22XsQJERffifypQiu Odj[(@󇨵\ d3b#!e+iM 0{|c [~_XC)/+F)FK w2ff @̸]h1> 9ˠއS_)yc~pWcof>Wsg@D}0S򳏧 BJΗ϶Tg`nh5ۂ<$:Xo<0fg, Y=\i4{xk ˜66V8$n1>Y"4T?kДA֧V;ZWƿsFH@^3 OOj-s5+g* " m{N }W5 g,:.0U#4f!v,KFUaiv[so*%@H2jㅡ`U*O(_?+O t"x㨝2e)],[u6~绍q`qT%n5OmDdkk=]"OVݟ AP;dJq#Vֲ 7ΕRr'β s= PW~iB7 lji*Y"4`nHn3}3\n*(}KA("0 7%_.B1}3rWit-X(란XYT֥CU?4YPte$fOrz%C5ěMҶ6Wd6`ݩ>[htq̴bC5?2TS36RޤRW?TG &/>=P5pɀ )ƾO1>cdVomSƒcve ѐދL*ȢPR mJ_A}#NWT4I+ydtt]슞fPS:^!rqٽbp2(YɉfvԎsٲ(RJ*az :f8 ^n}ݼ}R2H%C\Gf4V@2#=DdM}ot(J  (OLU۲W]s+, މ/0]'FA-:׬t%9cV7n4')+W%>sS@,̃șz4"ʳg,%q3YѓN\ݹWGᚑ &n:%ӥo.`@Nb箆rl w^/4‘5ة5##rFۄq ḧ́;{o\r)EDƚ%:d/pY6b <2]#a+!؃CM Dؒm<2tH۴kܨ#قWYSѪ6}c.{ɭU9;eBƨ"̺:&Ì^cu )0),Տъ>fh8 +m$~m*g7M}JI5a+6]}h eaf%+_.$=9|>:Me`O֡gN7yzEVt1Z MIcT;_8I F{{3ȵ+f~dg - snt8oUP! u`@'I֮)Xt5vۮ-'9"kzƢ!AE!Dp2ӏde(iEl`~={XL5t/a<הB_E!\0zͣUrspTuZğ9j_.uVY`f}=#XDF&ɧ/x1%$*|_rK~ r\ub{$~ (>ـ2#mZZ:ahcs@X }HJͪa<6lQmdt^y2kdEP Wq*,[\m T4ape]9rH0S D?FuIR` 3Z4|X_+QM*H$G!\G*r 3DŽ/F*ꝊEaX0\"掄 pE*Ju#(McQALwȤ=cH9[nfu 5Z- x7 MOn(^o28JIaTmHgT6g. _Fl-;%Jkc@VkM+ _FV\qU<= o񎜣!09.m `î ,t[ i=s/ nYIS-:Y +Lٺ̅:#_B䕿A"pe Ǿw nJd+B/M+c)]72(IP:.TuILz[6@4L?dCPO5Lr=}C$Ho)SK.[6P'cmf¸s3xɬFyjX^KaV0_Vuʠa*37؁F{l=4R*tˑtx AБ@̎tMqZʙDJ^&c&_,UPc؉gPFRda`rzҳU<`ZD }@XSgтU:ov ޖW t Kx<cv'AT -!)UEBO#差$7фXfxUG7vcǧ@Wt3%8=ccTsa∬ /w9V_qֱҴl,b(1=شšGz)q^{-i1 s.Rc5IІhʰY>CG=FCdc-!∧F#aj/ӡhb̋я$0@':ڛIK李_6âk:صg|DU#q\b_?1/'-"Z'<:hW>"X܉+GYZh<̺|]ۦF b`9`USP@ǻ [Lu{ ]-܃+Y #fZ&5=2ilg=ܘneV9[՛Sj^jW7P!xsZ p~RxP$6vvhb{-O[{ggl XrcHW(^J) l@,O> a#$#Z=19be$N<9 &t{ #xn~LC;]W؎ ̃tıeҁ<nԕ Q,y"]dy8i_|{hƀD*rJLwS_/ҥݜV gId[D)hѺ6s槧f[oOĝ?\_XHwI<Ɲt y*;)^wI:zy#WT1)}EE>+̇>(?1Jݹ;Ά#/5?5 a"B,g6&[?[F75L*%J" 4s/fTv` a9SW#pMŁ2I4MgFt[/B>$cl|9qj>sW5 q4#2c|1}/޾P/&:FrYޢ4ɝm%z[g}bMLۡxK1ǚA5>>VvmeGcx1R+uBci; ѧ;?-3a6!LK!Né e3:"tds٭:Ut`se9 QXBÄ. #HIڣ2\Nyum)h=c }Bn5O-ha5+eS:S4NWTVb/ݧ}6E*m|&N]gdT|o/MM\%y#[Zg-.4g^z(2?'3ҭ2.J$+ ˆk@d-qA,kI:G=Mȗt3\Ԍh؇QD$[u n9ߔœUf+q>Á48E 聾+ssEB1wigU  Y)9X C;j }9.=_!{֝(L-Itw-?p rxe\Ԗ(>A!(k 8{d0kfCεsfXHuM\ВV#?!y٩W*4|gQZ)X(^ڝ$X6K"͚HI'3no}.k M"*A`wbD;Bvyka0lj(}M%LYk $yw059E1<[%k}s<"P(uf^8ǿF=XjXPk{O=Y6x!TgN9~T z ZKLϙD>>bO7xiS7MȋGJTe_{yذG4gfxoS3&4tSK,weBv=zu'fA'XL:C2I ]BQo|P^_GC򁺹Sq:lr ,6a)%gb̮ &~y [ӥ>PO˷,k'rqGop 貰0t|9.dQI3ZKڔCV0үN-&\wb=;9QBƮ+Dmr8cM{*C o,j1.4 -V#-@r"[N7% rzGxg|xT4-E.+{JQqԉ}Zu {e^dzRllR~|i8Nh/>iF4::$&"OMH'45GEc҂|iҙ*-fC,Tlq4K_܄xI|Q.AYr,{~Hs= h y&|fUJ3noΛ_ebQE+r X2\A};h9W{lȖs :{VYez9PaOqb+駡tx2;4&'hqjzF@o-l;v_Gg+*+| Eh-ޣ w-rwe]z8ge^}#Ɔr8*n}ҟv%ŋ8w_^^*hGqZnd+TF;x51Ej*Md@xzQkRx@Ʃ$Ls Tw8}#XlZEibdJ4lx*+ܜiViyK qNUm9Tvi]E@3'!2X鸞ț+iUYEIr^O sv츺Q*A&PlQx}n`I2./DF\>Ŧj:}N W" }/>L&'f2w+h] hL6^3Dq7F6=p;Lo>Za,`Dc[ORRf# 0+Z:Wn_hhbD?x0'nDF5YD=|2ńV1ɆMNzVTD9pOʀ; KXYRXG{9}_LZ3cj F07P:/WY%D[zTOT)HI}$]?5ViDP# ? q) >o)DYŮƞNF'n ;(q@89 AT2B(&imq;QIϛ`Nt-}c+ftjN'bhCm ˱݀JnQCY P]3rꁯ4۲!9BR_,*S˶[?eMSS{+V=Zd'K{!ON(i& ̄;PO&ZDlɂ-֝ge@Ȓ!5-HKz-f#Dxʪ͉vDIZC61NB x)cv yvϠT?\saIC<tY@6 4~Pwȹ6;e>|bЫ9 8b 7)|Ĺu@ &KQv63m‚tp&$GČ~7R&l 2@Ay`,\$LxbK<$<{M4-`cj T5&8;+%/xwЅi"[2r!McJhֺD'8,D mKUH\? )(KJҠ۳ ]ziND`l2t`OOf]?vn =a-("!Kwpb<DѿGmfsSX!DQt<=n' 9Ac$_76PLmׁ~,<6#Cl''NBw) +Khot4*m6qR xN*3j A4dax ]]}<" ˪o+l3V[5CzNM,zOLM8nmȭNP GeSk/.?vb Wɳ"}\< A DSy`%]M`ha@ rl'KvxU%˜J`"L?nljͳ'|PU."-ku۫1ckr^B`3RϕPx@uG|]vZyo+6oue2mî(`,nȨshgy*5`\|W3'(Nx^~9CjaQX0eG(у'k,<_{R_1Bq] v?8ȕÈɿW 4Ӹ,#UYSر֙2|A\68bɵ]ъ6U(Ƽ^Ոw,)<SX"1}b.Gu&'U[RV:1]sIvW1}Z< Fn UV͡dT e{˷*_7(#=__] ߉HE*̑n) XCgS؎i!8A%6o^v5P(VXmuPܕ_N{fq[Q~?O:&I% veo8Nܬ5QN{Re|Lm/0*b6 Xia)o*q(ģ63%5w<$U+׃4}N-n5V( )EEGu昛ҲO O̚Я0|E2(]bhnoz(^*L+ Hm_>+'0]ᦉ2jSXQRH RBXD%f6Am"D(3; 1Qg#Zh> ljX5QӰcCwG qٚ;=z6IS:.~?&kTM!uqSP//Q=.3Uˀa=˜+HM?P*xJ< EDW"r8:Ectyl`:vjspNC}yk&t<L t%C'[$^f\{k  CY )S•\˺)OM,UvS->/N7cׄeP, (x(o}3ZBXd V:# 7j.c7Ld;b/O(ljN(mΈs֮s̯Ga%u{/z_֭Am&z'K$CuJtz䂁xIf2d'9dP4e߱&;:C@C 欯)R"=%o{!BY}u fU&izbHN79BH8tx+x{MuܲxÅDhs^F $V|^Of0;]M;tF7J[Ҕ(t$*16_X|_*䃮" ~ AS7ӱ9;$SZWy[;SzG j zYɢ1#vSI!IS\k!fFDMO՘+Ģ8JT 0.n XS'i6^o#/%'>^5*PA~ksr#b=bPï#OA!\4>|ziX;c<񾭑gĿC#(rp`)ڦ?ۑ끲HCc#vd72E^/4+T>cm+4|f!`9%ܧ`KMC:u t_C7#lr ..390h(R^,aAyVI׉Jɱtd zʡd#,fM$L"5"^H+.3C"=<0.&_8>%اޑophp-A>IUxOu4ET n*߭I Mlzr,;!b%Eb#PWRh,f9q`/|BsNjA_x6]+4&Ɩn9R9?oGҊ7R;hrV sjwa/`ejPHqg4Ix0]n\ @)$sj'z-]|jm/EP]X"Yfj b]G>kQ7+'FJ & T{GfIog .)_U֟¦Zg>2@o9Qk݀>Jx!+@s >\ݒ1瘅7A dH;oZiZm宇"/VH41ɞ!JU*VL*M7errI *{/zi ;E"\-[bUEZ|9Z dͦ{rĻ+sxuy'`@P'f韗~ڪW1 5H.A/2=G0u5޻y=w&α7_PZFD"&`6/!f!m-?ve>)exEi慈@Y Y"*1B ]2@ջ0fN1?mIwytcl $039S*ts,Ev) 圽֣*v8YIOe6r'mS/oYe & /c4pWoݽҔX@ܻbExYK&Z#uDǮMxFmEpfmmd`p}MӲSҧqzk 02GPHs_OH'v5_<*6p  w&r + 該??}g{J8|d)6|֫H&A͑ @$T`D*. 3xS߇~!6no]+z)%ԜJ|ˌ &;H[yMOgMׅ7 ]&[fj#xCyc":0 obVF VU:9+ӯ-%ͻW\.:|Dxx%{Y0j؜ɘsZˍ<`1j}\o"JFobS4&##2d2-;3NM;{ ]WCp|7aNebDE,ۆ"I'S6ݩ&: Nز!Ts|3)!`.SWOlXEaSc@|ҷfrldGLHn^P/) tPA)i{@~|ệ,;ZV %fT͒΀_4z[&Km,i!`u c0N`Iu$))FTbѦ,Y~.9zXPOYwAIZ[|e0M:XC..cn>0~n`t>Qk9n|UNqN&oYDx+TAi^&ԏZc8qvGOyV0?'ԋ{#i+ӷ/aɉvҏSW#1 ."zLnǬe3cDt\@SOg1Si)RWLm`()*{:Ur l|D(e ~e4jLoڱ!4Rj gqZT61_X si#ٟ,'dm)޹kzs慇ꦏ ܮՐEѸ& i\1?-nB1RwjLEGv34i3ZH^j Y\Srͷ":-3v]=9U9m~=,;Nahh||F'+E*% f92@*8=/}Vg<`X,т<~4rʹpߤKPݭv h;kХk\ a]!lqC lbd?Ab;Dv1Q\MF  BZMPI •◱!ډfyOv0Cʘv銴 $t/ a iwsQW\4I'W3fL"Ftldd2!rŠQGE[@oh8bK^)5P9ҤZ#Gҽ$Ā>e$qiђ^b?!MWPL>? B] HU.|eqsѦ1mqXka C>M(u[ lHH!5sTǁ{,>2mQb(`jo\j۶}~d 7ncZ'ϽI 䴉C#ȇs Ň7Z\IyGYd;$஻ݒN]=-Ce0 ܥKԖ {ȸ!^uhI6=Ld=id@xdQ֪w|ƣיf /CR7ykuKֲ{ p2q uq= u~:h":ZEhlL(@4TV]3oL1NtuBQ|/WQɞ"zvxzj#?YFD3[_QP=ٍ Ws/+ и!3 B`Ŕl/&b&(ΓzCm*}bO,_޳s,npo))E^3,w\Oџ**k3["C(OHK}_ODZĝ=PV& pfӉ⫍q@{P Kk!SʀD:S8~vmW?aCom°6Q;ƀPc$wUofdjg:6,bVnLUwXWRvIx$cu dib]mlOG~[ӄjilɶB_1 Ex$2Se՞_ͽ'G-eHm[Щw+o^ 0&MZjpXgTblL- Lm*@)՘[Dl*dUY1Xz!ozb%ުo 4ĝQ+ږHaQ+ TՓUةg΁4De^4/KHbN[al_u#4ȿ[A P=u(hQEqa 8gIJZYI] x k=zm% JpNBFRFM޶t* <9@7E c:HQ 4E36}'i$ = J } I~˕SxYP>f(XZgg^D0)qq>^%f34Jg(`y٭^;Un`s/{l |C4ΪB)*j~] !*xD*0?wRMS;0&#aij>,X 1mtuFZ`< && LL=BvUT+i %.E9BK! q4 *?~Y$3eKzDd6ޜILA{=3p]ٌXlW%qg11X.>O+ T46XތD:,Wx0q$15/`]`~ X`NϬ%driRv,l@.%|.w(ibV͕'wØ fF<@0cĀgLOGGi=# }YѬ^ra;xcrttzLm(+$':7awKΈs1RoPzMsO8 `_|&Ɋ._Q"L臾'yyKé#!dUke&ͼ?%R.U,@r/;Ǔ9)0ˀ&f `:| {OHnߗX |>uoŢ!*~JKH鵞/) ˍ~I*IU*'$hÈ{9RZrMs\cE`xMW׭>%gx3_/_5v5NŖ(z2kÿcQ74 6  ҡN9 )BJFI;)ZshxP;E o0oZX]I(|eoR2ܔ'1m>m1M Zt󔴾nSw۩{u "~2qt⇸nC4(:/;AA>)y%QFSR-q.6răc9$s1%"+P*8 Pn ؄\׉G=Zd8/@aSO0{#6()k陪7oʠlcO/xFò{u.5V:&$nT'xM/BX|IkZї}L(>='΄a֚PսMÌB쀔hk2O(2-W6r&WL2j=}ThT4*IǢDgPXEAL9wZG5ru;#"I]|*c2ĊnGBKkYWy'('^&>۽*.aܦDۚeWN.R2 8VNܡ nVZF445DsNs$}b3(XŷIEVT?Ӆ4m7 :Sh.*{Q}|$90]3 RSa9,#Z~؀ Kp;2EFi[h}yd:MჅ\QQB$BdAo` ֭ xCt>:hʔnq| BW4$iU⊕GkX*)ʗt;cz5BD{=[!i~8HRr/yR )g_d4}vMIq`\@ tj:cIa8afa՚2FJ4Och"o;8*^7THP3{Si2Պk>B$,<)/K3u;f8̄܃<y*BP& `fiB-צl||4:L'2)˷K Le52r3&·xD]0!8ny{Y 6 Ia lA{nŻ!F˅[hJ,{ag?,0LΛpT BBնuȦ?u\ .^D #ElYLr #K}/'xkϔԏXM /Aq ՙb-/Q#<|k p>eI9!q5?HC\NJlD*ՋVxD*`[C Di(_Z-CcmS +膙'ɿyQ+4ͺ1ѥY F_e9}U)9>c=/ :"2;sR ?ڻWro>̥Z"6G؎7.TNkHRGfG(ӛs,)srO",j9,gdfua q؀;S^3ZY5Q8s9CS;ztEU~1ڹ? Wj`=i9$-a+ƈ>wDdl~EDgmXMofCQa?3'rnC ;';k)‰S 02| Ј1@U꼋Q5I 0N괾OQ;UCd>- el-x @P񟸾<-_XDaW[p%)1Snt|jm;903 11RǕ,V>wqV жBATt bT"L 慞ËnS8` `LDK?x$ }kIn=€{6ltWXH4躲~'dk:dR !۬әcɣgO,<)!U@n_4=kL m+6;Xy:3F%7 ȔSC^_mQ}큦&p8cx}V vҲ;NjɥRGnTO+@+뛁ӮkzIdc?"`U /J`wJK ._Wt'+k$wl e5)<5D%9Ft& "f!dmPkxX0G0!׏ JgIaV@M,k}j$o8sq;-mEIJĤ谝.?Ю"Ld .PIH$ +u6@ͷ4Iz.NTmMfqP}>/0k m똭ix Bdrl?~g}U([t%:,Eg$G/[#8^ SA~@w$"䏖C8Vn #mP/:auPəH/m?oXrRUPasX)#΋wt$:<2&r47zF;̟87%1@|Hn'وpž)e3&r" "p_&K8[m %,Wي(Fɨ8g: T?o9Zd%;Z8vd#sO ﺺi@<(ιkJ6{mgihJ] =b^(*BFF 1gsP@Gܤ݀08'xQt,uCޮ/'DG8y+>TmٜAћ:(s@`Ǩ%lOç.DUiŨ-r~0LbI@N|='Aa6r n2/˳{dΉ"p(_ 2_, ƞЕ:qX<DB x @gGX6{_tBxN&dq s G 2t -eCyA;x[U׃ʢ~I'XݨShk":ГWxͼGlCy 4Z, MAU^((jY9nP0樬D6`0Y%kh't 3CXz 7VmUƾyǫ(Fkh*T2M#tw;Mhqo.۾&_k.bXyHK{@ O'#MfjUδ#-Ǫ 4nN@q񵐯l҉47oIm$dByjigؠ;'0͢ F fS~*QarnxHc29UD. YLj1'';=%S2+e4~,\b1vchP ؉H'Cfydž\lsk(! Pe: V>sgg]v/L%!H'E4Vˀ>& ZYph- )a.=2Φ.9oL:XV{u+SǠ(1e߸e#J^p϶"HҗSmŭy$:f%䅻pg~]R)BBrχ)y eiQQoxЯdo3NO̬8*k~uδ-bqPjT&<|+Q%2  -U2#^]JU|&gGswO|h't=.wܻ":ɶs N+=BUF Xia*|}"P[+Fљ@1/+x S%Ku4KFaͨjj1gxlPddřyڙJ˖q KO@Y6+@o\LXrBH@#t"*4/FZ{ L|2|NŅr?&ve0Gy]0{SZ.~K)ae7>ݓUk/b90Wi? ҙ2>-%D ,5Mz!l Vӄ &΃KxϮ2lkUxb=j⁡y"w}5Җuj6DeS"a-oX^P(>Ǧ:ODC4hNB+HjI:O+%h50%BIDңL1-j:VmE𚨟d_4h(ŘÌ>b\SHx?֏n ٵcSUw]}2ʯSL"FDwV$6\<[ݢ~KPַ4HP^2l/lٜuҰ-c`rRȄ`$y0!uz>~r86w\HA![f>)ϝބ}Vں:M0D#U UzdMq˙T"x6/@p9> ܰ! T{}6_dR&UPEH-7B5 D%8iTXfn,Oۥw+umM^e>b&$ܚU aO ~श~H.t73tM/FZ9RNX wo ÎO1| b )헀I!LRJ1>A)ZA:hwW BzRcDJ/9H7SC ϼ%"t.N$pi4]!0PK ɽ1?S|BrM503ad˶-}Q4dMQ&oq Xv6Ds7/*Zvʞ)\]qK¡1^ . \m%gEl`Tq@%;{W7z. #S@_ /:{,1ux6 -5Eڅb~?Y^Rњ s yu]m}ȄqzVM誽Źw^zd>'񗭖I0%G'O97E'l)љn_Ȉ`!j:HLIp@Y KeBIO/)1 s41uVj \iUsXlԋjitAKQ)b#]eJA Z #v,y&Ko$g횔"C-_DLBsjMDm-GYSt*T<EX*ϱ9Dr7dR~2o*;ܡAvTKTؖO*W0 )zjCtZr-sirhDme~ER=΋Z#M/^x9 GJS䋠U^)P/m+bX]$?rgً`{pL;0#mAKQ d}[DB3@!<84T5>8(C{+q Ol\:^kanB0Jkl4\:63 ̠Gx҇R1C^}P*`wqjUpuoV=2p`V YhN]Ѯ$ LBlgq[0g 82Y>һ(i[扃qm~jyy֕wET^;o/7l)[ UMA !m|%B=A k =oU'A=ZADč~Z4n=_ rFhD"^fGPr爤rmn fݞLJid׌$ 9VGLΊcyf7 'D߬l9-u L-FJUlKw2B?62'N-N⌍u;-{k i?v}8:9wї_YbƀGf=$6A=OReR(GYX;9x8c#~W8!h,u=rRJ83-2c2P'H\텻;(m{: 8+y]&$3@X/@9qIǎLEE⭎qRb@'Be xYu2g8Cܠ FY,fzZű: N+]Ci/]ޝ0#pڜa/6'q"V-#d`W`KY6)=[Vk>UǢh̤{Kd*<(}K /uAp|"R_`agA\󚝈YX-`)!T TG}Rql̒>0}\hVQnmĵp_ȟ ʠ[ `k!Wl+~>bz{.ǭ,I .vC[ɗA3H*æv3e  |nQUp$_„ oM:Yn/ W@Y 'ʳbRW0{jM$ |(5Ӧ(Pp E~Ky|,)L#GF vC#5vLט3LԢ#J 5ӻLVqij6=irV2ʧ,A#=5U~Z˘JI0a›R^be<&Rw$&"f\6_\82Jb/ޖЌ%?Xu]¢lHtlKO2p~ul(ﲪUӍGifR\NܔYoxS8meYdi>mQZ[*? E0 nesUqAjDC(e:~3|I G6` $ Q@FۨWV ۺQeZ9oJTF$$2Q\OvƜ4c4=乫UoCHƔ xY .ɕs l_BaI%m=c%E+Wu F԰"F'l_R VTЩԫ؍Q+SbD9;TP=Չ[fMO,ҽ eDЬx@!B9EZ+UoE'u}T=wr`to<*e"2E(,_#:}@9 b^fd \dK2ڊ+ݗ3#,M|⯳QCȄ[ϐ#y}~=''t0[wQ%u?vVs`T2DGo.*@nvL9leI/cX{gEv?xK \H(d"Akܝdj9%]]YPaBX EhEB{C5.CFv ep`t?G>j0 +uЕUr0@7k8>K/OVON8-jKJȹm$RwQzøZJoʴX'ѭ".]ܯ7$*3bX.ʼnz;eo 80K [X-:1LϺD= 8 fRl/0 6JS <ٓc0\w'vVB{z%ԦfytiBp kPֹ.E̽KV1˥7Yyzy#iW;(X`(;iH:'4 +K e 8aLd!mmstN%@щ>PT ƹBqf=pf @%8L |z{|\R@m_[⣙$G(Uk\>O ^gz$zTo&e^?,.`L2nuN'ZdId-dE a 8FS E|aiJu1@CŁ#VE JX.FrI$wFR>k uKo!&NF0%r+Sq'n7( 5 |3dF@ iv) ;{Sd.5(,R)M:"Fms ?>9>aW*`#v1ΐj>IXcUZ}%8/!Vn]W#ҋ˦Rl/Vd^RĀ'6XsLߌ{r*Lǭ6~T'˴=Ś/y2N*&jfoVt A, ٬7nm=~^}-4u*6 TI*KȨQWJ(Lz5|X,#zcxJ[4پF- #q"8 Ibꏪ 6X(5I,C.,o:eySıE',j8T~W[O&y::JO31a͠j#%,'K?5dNA/;H!Oڱ$Ši0AZCG|;>NuNW(PҴEnZqYn+䐏8T8%Zq}{&рH"#ƗG68 ( v<:Sr3" 46]z:g RFUvfAb(z@gEVBp]uX{ȴ=+ž ׋ #E1KZIn8lnc'DֱHefiq7F%#넿`ڵ&#YяWf*/09wE=4a3V7d)dxON65+K;5џ>Cz7@[Sl4H^CBLr{v>eqdp^o\C(^#74_K':y,dHX9=\`?=1Biۑ|sAE15eE7QԣBE@3%o :*m6XY< ke޺NL[W`,.k [/j ^dLcϻߓdzBRɟ&='/ߋ0o`PݺN 4Că(0䬾pԢ*xE܌ Qxʁ?_=m׺rd㴕fyޔA z 4.nCǞjOʠ| j uꈏ881}UH{>ך=g '[ {טk8ɷpYk˹bt)ntHH\(<Եw┹-%&tJX'!3{@ %/ ž'ɫ&sĝ{7Z\4.x;R$_@P@& 0-jݿ]@Of|977ved=YŰBn!F7#Y:%99w<|7bOP lIfGVB:.87Gj]89۝>Oױ 0"u͋,]:4?IPwʣvUX.7TP'7BCr Hxt׋zPo0 (HA47D$ݰާ%i8I/;?P :FZz8WB$WHy 43"fH}'=$` g% JYv6 ?,5{2c5yGV;ŅPmFWu-O*l-+1cDE>kO|CAI=- jo5 +Ӄ9Z$ r_)XfxhKfJxX vuFQԒ҇p3z~ea˪,*72P63 X.̖͓X(Fw9r-{8p ;n4vK _M M;I:-5vsFW$pQ]4#om-UVao=2]8W8xirO7yyȚNfF .J T-;~Gy=Ce_jg*AbT=\M99/q2%J:,JV#Lfg jXWM }" QLLmY\kC+ԀBöBO^/9N~+?W4)&7c[Q2Hj-3 <٥sJjVeyoP\X&Aj+1w@( ;I\W2l{"+|S)5#]˙|ٗ1Y jW¿bS].aA*cV ]UaW^Oaפe\cA6!NեV}4EmHUJk56%_ }ǮIJF0^65@0!pwM05#pyл¢Oq-B7~bY&xK,5IRlHyfEo3ĝ:X[!:wv[S_ՑSA#Cه U~H,f7FƋ\lNSs8rAӛĨpX*NG ,$*ϝ] :PwטCт~pGi'p2 ˄njQ82zv#Xb5- PMBf"b#&WGVS1[Ș3B|'i7"iţ` 1q #Ywa4jT~{~?Y)F60HC# VɟϲI$&>,oow(a; &.:Ʊ_7C(gNfb_Z/q3Um6SjM |Ǵm])AG K[%j[2I~MR8 0vp„dG _`ANkjn Xf㧁_샇IߒYIeZ-& +;,&Gmݰy\N:Z" 6<6"5SdǏY [hg"w!qqwba831|Psdi"$Y-W]`h*7u N 4T f*~ثf6,[jp|uySr_rwESN! ǯdϊ=^ƼT-U.)NxP]pķŢudj_R4RrɄU6DWF5GxPwn1rsofŃZCJA <afyLF@8˰s5c5.s(l +Ju:c r\iLaCG*8=_9\NU g-ׇda+3|8.Q@y>å8E?JR`dc~#7U)fҀ6<_.o2h,Em7^!SVo<%y oW'og)K;D%E91q73<oL߽FK֌%ʼnl#GD07Mhš|zΤP$Z]m&syJxn?>'7:8Eb:ALh|Ֆ5+]A4pw ekoҗkF@S_娡)n9iL쨍iphY̎?0?Yt++֩fNŮo_P6Kg7x[xK=@͙`QcV!*s}0M+t}=пx{n"DUQ:n\5U XV//TܠrܷVC,L(:Uzhܞev;`89sŵ*ե=#h{w4[4 qgcZ٬ hB3cI@pU<(L"Ǣ>GᢼJ|#R%3tD WQ6_Fyw/Mv=+&ěQ̍(VӴRwxZ۠jTq+Pܰ: #%$‚,]sĸc+ p]XYnI`A9܈d#vYcowxU >L'd\tS$6LjG"2f[>{|FlA<1.Q3>*Av()3+eI/\ԫҢY\{4$g N V-6[6PWfMWu%Ԟ:!3"ΰFgFoFe3% )Aa_n,NA}C[r'vp;\#Xn:$x$<'@TܧV ҟR,AR -6m~LM*e8J)xg6gO+P?S`9ݥR6z_e(ېɄ ɛYf-400E[R1q}Ò>plK\Jw)''*91fH= G S &\OrZQo_R+#xvlLIJz a|.4.B4fVna~W9 AiId"a_|ntt*榩?`#rR*KV3P]>Qfel蟕8.ۣ3_$3ɶ[UIB;Rf`(fZժ#1ZYֲXs4V ;slduyytѮx o=4Zߨ9:.^n]XcK hm?s^Hd`+rX:[LIԊYKV *+KM{lZJv+!m 8Q!#)FoKY]^7|쥅+b8uzb,)=N (qI[5zʹ 敻&j<Iҭo+[]tHN7yf:*;?ĩt (:Oǻp2hN!tcK*#ʴTא\ kA{J'V}enhobS$SV]b׼.͠+G$[{_='6Y@9щ=-ΑP{ر=9;qS^~g`<,,Kx[ķ{42k zclq"2}K0oɁF"NtR>}Et\^A2 ^ 3Ā*vG$TwRHCR' Am#2i|\' 9偋Ԛ Ԍ:4+&i4U$9J&;&Q #UMx Qmq]@yĶI ~ꛖ@9{$[J }\sH3uCyNF#q +G"1 Zl:@SVdK*c?/*^lvKGN=o]3؎+/ 9DifPaj5kK j4-hL|_]dz}|d% )S64Y|'}宊ph[›Np*jX4}/4C|\Q\q9i'sщ40RgS-/8Rw* &uB#&uDs̆Xn  ;٠gXl8'Ƭj m((l)ʽ~ üU.o 7y?Epˬ߿AM7a2y$crißt ŭ@9"Q[,wďїLt͛[L#+Wɍ-F)},wx6v`2p{|#}]%S4̈=:Tk~uSBT`R6GJa~LkO(k0)ALBz8aj mY?unY ZPoN4Bbkq"5ij#;q0U}°PmF,((t n'cx=鐄:[d9^f &KpiNMN *q8_?l`Zѣ27:nձ'YTםqpY0qB.y:UeՀ#S@Ψ!7 *n*{a?kE68"6Uge0Ke˧A՞m?<ʅ`u%QV#?WPԄ8d궍? AXiH?!!LTnwG6eWZY; g*jl=,,:չ Z}&oYiN`޵gsa/dVO_qhsZu4Q^ėǁޔfڎ>KmNDc3cv/ñ)Y2kݛc -=5Sx<]w6wN%;nBX\/K.Y7.(It_MVgzlWfra\М:&ex-M~ o~WȣF \jg. BKOY%w1'XZcatP/QxK߯7"vI"g<؟Ťw̃XYoO<` GC x u&iGkOVqR4X@X0Y?AjDRMZ` !O3ih.{ X(y=H~}ڈ,-=#U!vak^Q4b#ĴCb{|xjcw[?TR2~RA# m`yqڿl5lyi&#{;tP>b80BzZ0 kca ]ݓpN$}4X q8bJTJG~<.M:]l/P!?HƁ-z/дc5݉ ]iwne5K'Dޏ OZO٬r-P076:1/ @ۍ[lp!JFBa:!AfH*~vD|IxB}]eY2qφܠ(.BNp\ s&@dbgGp& TǼ@(fQMʺ2*pLt(@] NNj;mEz@Ffj&'eވILРZdXviI&Iz|rIr6d?h^ӋĉH" Rw$bb<<3~M,Vij_ƾ[@~"3F0h _1$= l%prRy4eBĻiSS[XC( ӬH.o cbП֮ȟwذx=`V~7fIn8?6HOA;ϥ)mAslg133_›ag]2ș !(vs#ɝآxt#@z]\ 㑓ǹ@S!Ӎfkl_:h`gcȷ~=pˤKDġӋulRQж+BAeQmm7 0n]Q0L(q^ez0cdBϒ.9/_&׊%_ ~/97^K*V^2}KRD~).|i:StۮBμhww_JxMcGh㭺qȀ#EB:/Zfn-BdNPj(|W{O ]lȑgiH|"ŏL p] ڝk쉼\L2hG[e3|c{C/n(n(l ьtV 3 _І*kU1FD)cg?GNl*E7ygvh݀K%9%#"'\`,p95>Z 82M=0sSQV'"HB=봓%אQڶ_q2̷i.!vz٧"`=Y.2f7vi4ăR@:J4\=+%qTڣ[(`Z}V8ҵ|ĮuO!?k[W7c)NZR6wߐkqpWR%'{9>PkPmuÀvٚhàpMN:]5JBP :˦;Xr2VxJbC L{K4raWyMCv=+sn)_6d{! ^@_TJYj\Bd(YWYOH3=s ^#sp6)6%a^(~bmyNM,0t" 0U _|izO[u*3-p$Qa~5Zߣ/TC|U)$L;sseAWyڪwHSH]86G-aWؓF7)(eW(ъfy ;Y(>(°{!^ 4ef4)THzi.wo5~W80;)0/y@3s-0ig[wa*% QϾ\WvjOXUX!pH+!v=vdw)?2=32שA)' Y1bt:?YPN8*5 F/Iazh4 kcWPE8! W<(kvtVu8N>F[8:I+ emFM]~LQɔxO-eM=<8%ɡm<":U, lb|juABAk2 ݗӉp S$2Il II>bӕA)$O)W"` SQF };Xl{"oyCPxd) >pZEI1DCoފ'M~ڙJ0sC.#B(nIaS]~"!ϐmpM LW̙T~Ijt*`ޣ/@M|}%A/j0 jJ!bDDږp~+koy7&He?njI<3]DӜ10݀aZ!֡`jȦ+9Z4sec( )Pd0X='Cܥy@OV+~炣.>oD =r"ROM\'N_3M@&LkgwFX{9Պ"D u0?[}ցc\B1+vTOBɝkM'} < #*\9GS TeBĈy2؜Q\5͹ eb> jp4SDlHW 5]黋]VF)z{oMt?1ͺT+@59.qV]׹(д7 ];(lS{z'P(TPk[b;m%*#J^;`lbjs3e)r$PN~apJSgz HOy,ٷUU}VD_Qޕ[af/HAORCr CbtU;DiŬO"O38Qj/Cs\)t? B2hGL,^rךΡwPǼ?bܴNs[lr\2z^.A%Lm֑__cM\?s >.Q`(C*"ې?~lQRےn{l'B=LTg,tae , lo-NGE+\CЕJtq쉆ZMړv{7aٍn9"YGWL4Q(5uBтSH1$_Gm ;`  +[e^~qX-Aҕ9)5S䥮nxO3Eͳ*1j m<ώ}]J9F"W<(eT>굆YnUKtfJl0=$7} Y!ICukI7?RD E2ح: )p%8vfۇH.1+(ѨX1jMHI bTr\wt*5i-`H9Ug/+Z >pG#i]o䅭MrE*{ #AS;^jL)7z?Mz`  Us Cdo |qp?J*/1^>|>ht[EpoF#}3@c ;j`$#2Wh0z PHwb\`]ܓtGf/"Ex;Hr~iaՈZ;)q׆JaQcԱQ$m.͌j^jžfRa=ڔ3CŨ-rsJK&K^)~U〇$oznlYEXWd&qF>@PtYAqك589g24l|<%N ;dVz[Grwq?N)b*3VH{sDmTU!ن_jIal\ӧV;eʚWxbmU[LB b߷%pVTN顃xg(g&+~!;Xr2 87 kM(%TP%Ê^CM7Ǿ='5G_Bo?cePFB*"pK[ʊ2UYz(_53f0ēZ?G8DlICNR ‚瓺d^"Vgр= ˁ#g~(BZVv?'߉ꊫ}m6;l̍ZD_R?h) :gĘA3PšU~~fsX?yE]?S[+lE#Yaap6U*tjWgaWt~9"?]##X32ِ )@PWCv&2S;;ևY52~ym kwC[be]0jY,.U!@R&^F "+q $`|ӗ@7l<6mF}S}X΃Vmp;Ƶw 9 )Ԙr~{kd[xn|.D]ri()8ՖATsi֐9,X8&ըf/hAݯDk3~[)x9֪i)'T7KB­gD"#3$ ͙R:7-AܼS2Tj0zVx-^: c*AJ''֋Cn\We(~SyWF*{ YErt8@FS~NR^D&7REh7\sFDnuP`EEF@('bOS%T`픮!H@V"QHϽr(Wzq)j7Rdv0˭^@+Lf3\[x&s)z`Gzb"˭DCdխKIx{kAEI$JaZ+d;bwq2F?p(޹Gx(¯!Koxp 9zԂ dl͇:p 2y?u17yLy[߈#0:dm=6V>4*3i!@`A!xA+zʈ܋},l m!~Px e=\Qj!@XifkчWڝIl{a@CsS,/C? Vzru oyl_wrƵ2EUH )FB8%z'[̬\ZEnF3<\(eb\6U1*{7D) BaH $[yOf/=Q~( N6vc$^o50̀͠Bgv?S["oh:E\^2ǝAXOAb8\@7qBzoDCԿtʥ8]1 W%o$!G NSpz.(Cgan bmKSawEuڞ23dqQq[~zb4ՔtnҢ$u\ gnU2$M8)RtKo@Sr^@roQi3?ZC` ,ж˰cG_/;6뚴iK*ltߡC͍!B.! i9Owʥ/a@˽/MaJ%}^PBڲ~*DM \b/mD+BS?ymiTy4%sMZ}/HI>`wYAߟ֊FIpy'-5b%śUu< Y9˃j+?2#ѩ\nÂL> jF qV,&@%D WI {_pB(TtJt=\$%-:'MͿl\Gyjrׄ(Q.zt^ŅRjy7LA\%ĺҲ)fbZa*7\X=#KC_ 4K6sT}~ ?g2ѓJ f,$Q V/G=56RsQ,Pr+zHrkrmDo5)Mޙ3|wn{L.}#C!)fhØ{9ҴYQ z h٪Ɉ '('_zO)NWk앆@Ƌ.TEZW1,0<'A,uQnS)!~h+e*-D8w<`LM|n9UrU<وɁ֥_41D5~nlu*b=F8pP?JknGK^7fQ m5wGOv68EYEK5aÖ7!_T!PW|~ -13;`+"O.Os@]#^ om{y G$3|Mm9v='*L 7o܅쒦OkZ׵,ǾQ-`;l4PI. u'ҌuK7b;.x7e﯇F<{-X+vWSp+MATCuKxk´ʋ4 eYuŶFsu5^>P=4jLvf[{%tg]6k#F^X -w8`!occ/ai|zn j1ܭiB+2+H\0]}0ېu=pIQ*~bNvψ  7;l1ٯWΈ%Oϳ#pIJh)&eԴHt yV@Jʁx&s;YIyؓ2&Ugv#o `iIN'X'Y/nYѨxCN+#%vܹ}#R a1G+Cs0&HS -'Ɂ;S7-zܺr A3ų#ޏO6"h؞ 竾vߘN[$&W #_GnǠ'h!*ZŪԐi5,5 ak0kO͑sHZ:zH%ŐI5bkPz{Om8T7 1J]C̪s%T!QFM?NܨlTkԴ`14[J1Mʢ_n)a4NS5G݅@sPv/bs4$`dUVq*zC+f OdTV,[WMOz<#c9T^|J@Ɓ 1IE0QWh`i|}!ΰ4ԽG2.|n?A%ge(Ʌ߿ _2"2ZAC?4 k*ld[{nL N[7B,FH 8ON搧5VMNIL1rfO(Ƕe~8"g\4nڱp" VUmsSo)⯋bQ?&%ҶtHÂ3n-JZ~#t樟-:gzܟQ*ua2j/axD{AP@ Dpv!܃tV|:Fo"ab[Y} :ZHך9fx YLm/MaT}De_%jzLز Xķt9? Uէ4|~.okvCFэvKSVr՜VJ9#ޭu4{]m< c38!#r8_;D>B[v}: ,cê6_TLz쬖E >Зg 8OcB TjjUPS|51crX=4s3i~68"+N|'.߲u^O sڇO{wrcE$~ʃw{mFcFŠ(€4D:m7 ι'޲ވK B4Fq}Ir>Vw] EqC&f$SBӎo[j2T+Si[`Ypd"'zZ(?ŒH,-x:7& G{LNm4ivz20n;&D~Ւlgҹ>B>\pz% J%-Y.)gN>FH T>\n1c \Y("W@Yv$sMVı:N.oDžM e%"RVT1G4Ğ;f/ 2$ȗ!nf"ї7re>&WɨjĺrL@&SڤYH9S/k2C!]n{H*˵t~Ll (~`1O_#Wt?b>z 잼QA ŧBp!)c_ul-:~ϽHfd~x^b_9)0 -J8BrܹmmRK)f&/! bAО,F[5BuaMii(.E&8~K8mEQ I729EBՙfSUu?gCgp6v.-wwX92K'3&2F9@|a澬PsRÌo4M5`lֻ<6SE{tMuRG`7F7I>0ujj,D!9ѝvA;D xsa$\ A<N?ۯfz~߉X`70K'l5GLPueFx_MJA}GH&* JV'ۛͤlwGDG65yfh'tX qnr'gE`j$>PƵ+E3GfKJ-|AرguE|ǒYHvOp`=7+$HoWV/AW 3dF'^Wq0ŸF JI>P z!;8 W))TgOb=Atыp\{/e*LZl6wɉ-:sz_?w6r_1xR*>ƏY!3iC(yrx|X8:s-@?JP <mJs^{aٕZ܀L~(ɤhjWV4o;7-C;V2-#r4ڎ [L[PFNYI=BaDM#_ѥsQOX z6]a!|bhKll|#c.LZZR. n6q=嘆#m]zdUĞOyk/)U6_Ʊ*-i2WQ=1:4Mf/B`?Qdz, O9ٻI5M ~4-1K-Dh T|%P7EY 3s.)v>H=M!89fq> šy<~Cs|;} {A?y=xnψ>=l,upqQY'v\Gb+.Nܸ> bP j<;):?Y+K|uƛϠL%4Edˏ7xuZ87q^~?b5gG S4%尸gI[0xB29>=ї~I(VmĨ`҉4 O=-]Whǽt!>hf"x~yI{$ˌop}7毬(< j-7| s_v^4i?)ٜH8X4'·ΧpHеe)P< '&њ{1pjVHggL -gMc+x3 BT/$+?.r?TbtNWƾ} 74|`=}doF0l[ƏnibHr Zp~1U`²(qX۬7)ɘISI`biCo"i<ȌRnpW̸WA Qv#J+9qRIygFڅb5_R-f%xe'䐜€.kLnvӅjȸ{agXssO2(!dYZb}A c(\WFs?<CqT4a$h?ٶ<y bZAAYs^2dEѶ\*!vԮ%3 ױlRX`.Yƶ:X^j[{usl?syac=)OJ[#YN/yxe,0m*i?Q{99"ww-ɼ  a{2﫯Fe'3L3psȶi R.v ǖǨ%kN~YE 2cdDR 4q"!D"Eiܜ*6|D^s]*]_ژA߿bu c"sjC