PackageKit-1.2.4-150400.3.6.1<>,%c[ep9|#c}JڷL,HzHsAKX20INnuD92%I[(.bH`/+L4s m>l%drɸ0NMYG;3U bȈN H LIw~9fx'(V\ռu`P4?Lr$}_Rמ-8@~Dub 7τ;n=cC:H1 p%qj3 R|>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/L5]"k%eLMsc~X> a3e4obsޢJކDlj gI_RLA؍<> &.Zz{h1rP\XM/_5*4D^9T8NQӶp\@&}X]_ {"/qS<WdAY~,.&Xx-I n71齨+,*Ly6}ch}zRPpjPz=J 0L~qrE8$l0O,2.VnM7q/C-JEWHFN dzNga.XൗO fv.q9QKLֻQ*9: 5J K`fڼ&:EN~նuV-n$qZqQѷyST>;ǁy5dd睋IL!h,o ^Qξi(-?sr}N'F6Ic(H; )(u@6"kC"xmJxjkӦyeb3oV\ς?eǝL$ LR9)O>-P-LQG=w=Y3am7=5oFv違x>"GC.~\9vL٥W ';~ "8E>CqmJH` ֩T앑wE<@d*{"Dd@Leq ZzaU$AY7 Pdb6W Ł V]uyD[s]rb ^|n/?R:Z+tyNO$ttFAC !/C6xĕݒ+vSzmʈ-x#fr5jL` Mg:kt=bT,>gM niE!pSœֲa-_r3:nBhA>6 (7,R)kq_IP.(.[jU܅-PߍXڔ',Hѫ,Owa5޹SZ.);rN'4W!Bb̈9^);-dܙ<iho9cb}2vB9G?*>ѮZRh9TߘƉU~y`6vc 9y/MOI 6A F!7ga岝 C?]yP$*yi˘-i1Xqͤ N fhOξiX1IhJDIf@='nykN,M=BN.kJ8,GQߛ꺉9d1" q1C4!]kՊ/E"N#\2`fH\ bWǠJهe7)K7ioH4tdh$18C-rX'j~I(ɶ#D^P!'WQR:=[MN& P,UyvɚvmRpjoA^i-+N&dvIZ3BPXi{ڑN2NWբh/!tκ~S[8*,łDGSU|k^Ӳ;!-5#taSb[MeO iV|jz;EyWQQ,{?jZ8Hcylɓ-)H Dx"YM$ykn1t 0.Z+RήY95cb5+D!AFV4v5|c$YK<'X쳟d,8ĎDq-e9-̘#Ŗ&SCXU4&XuI@8I;U5d8r {|xcC7hD|-R{rWIܚodHАԕ/|]cŋ=t;/)yWS-#Ճ6K@za GMz8s%wc1 刱̽w}=`]iw{Gಌi~Io0.tub1#Jbfe@=5/ҭs=s!jUe|CIcA֏IvGۭE4u[r;wsR6 tFf u}¼!د-.ǎV0P]Ύq{;1"$|!5|\{9AyJJv \P6{hvH@rgtֶ㖢Qjc[|yOTfJx̘Qo׉vd 9k"@b JcuæY=Jͧ*Y2xF!]3yK+sHp6NG0g]Q Dlwy/N^ ڹh&A uFwn/3H iR)v6:G/}1]-d. v9V\N}H=~i{%ё 4b)PTGڢ1nRFdǥ*)9L;El/uN6ʒH1NGa C,t{SzM+ >CR9FX, z!`&+mTlk6ic2ȫ|[*ӊ}s,#埪bMSv[л;.'b'pM \NA~~<&7ˠ)D٣*qTҢ*戹VŦ85)mYw#K6aTFVyp +|^ ZS* 0ʻ)63 z<_Tɛr b Ʃ6xԶ+|КQ:AmZm4mx- -(/s ~0rJEV[J~XZaC@7P@44xšl5u=NHa,^Q4ѩrω->>3L$PP7SS8a?]yQhՠqܻ.W> ɕ+];V9Nt2'rItvأFFS dOUqtz*"C bBT )+JǨn X2@U}C[X 2 ְMu7" l b(1|}B5e󼜹(|I&Ǥc2j m[ sͩ_T]vQ$ TVNz; >53` S"IR"ppϬ2CPx~sv5a)3\pnlVԜ Q|ȳw&R;:@%ɠ>Xc~Q0.U |²2jnibґCj[٨JS@sY9w &rEpz>@' ;qoJ}A)0-d!!T<YoTKA':^ة*ZqHBJj5TVDQ&ؾ}a94LDs6;2'ϡ+O?4= ?iG6QI7!2c` D)d{uBY`音 cLOPmZOCֈhG֕lDz0pYlUE QgC?)p;Xkͪc G[ڕe=qy*/Am }G4y|EQʧ|)XZ!T*g{qRN4Ji>EKd_W@6Ur< tw0] > |5q cP_>$l?Ys' 8g64HiJ笅vֹͦ.|ثiX ~E ]҉ǬKmҡ%8F+Eaqkf]MiUiǢ_尷~_R0B-Hnj Xc~X{Pݭrv2=画eIouƍa#yk$e-Q )X\V9) ƑL8zcy%hJaxC]n´/&u>94aiDIһ\y]@0e'ua< (G}lw_nNBJ8%h <")m48fml:Qwv6 'tN+4/V({NS:k ~:6sR]QV:`֮Y0gJ<,,m֤FAʹ-M;I[1WU7,7,tx(v} }t6 Yn *]MӸ dFiF|}֣vUd좠t]9s*5 [!Qp~X`s?|R M6@jHTZ2q.5ܷ8 ۗs r?vMEl4̿Q\C[/Cg ?/jCPqBkU|*el& &/3p 3*jD~rV\hGG0ѣͯ00LKd oCZ) @|4~oؼBy9ޟӉI&Vn{ f1 W]18 )ݬc_<okz@Y[8Sbrr"Czթ7TN|[fIcLNZpX=vR|Z=% -[,2z}k~C ·߁jfʉ8ndfُ״'bg*FNO9cKQjy9t=>QZr\saq391I= %C™9|@Żc($>B8A!'NG ̜4c;dh0#/_XZ 3 ]ݜ#XpbiĶ14*2g"+27C|FSV4 E dyҨBDVZ VLcq)+9$d*Ya?CV1qŘ͘3IQ͑wRo\Q:%Uu?PZmńMzyՈOU1ʦ}G>US.E M@-;d\&4ZA Ć(x%,v},;w׎v@&u6s^5K@|3К>醧ȁqP*4d%4 iq,۳Pa)uǺR`o.;鬼? ,*eԹiJz.W Bg3kHuzZ Yޫ=4{U%)Vǒ?HVvY{Uͷ0ֺw $|s>mR7E5ǵSQeϭE2S>Gaj\d?ԝ-kq usgnOF>_a 2aAB:Q I%}oj0GkA4J;dis?*ip<6EEsHl#(^#7nw0p|N HJ`^;cCxY-5H}/I䀻Ϛ [U< F"W>0DyȦꗁSޖ "QtTPE@U4шzdz*`e6 &e}dEk=Pqfc]\,ܐ8%e* ݶ?.~N^l9 O4[n^5G9YWV(Kn(Wc޹ICck=])}Y\M^:$hP:e mjr%fH1p5|v@@$TB۹&EcKpY%rl *McnoĪWwwA֟uKa?_9yȷ󧡏wv1N(Rݓ2 "4JsR#}2'&`+\c۫o#-KMF]_YaTEbxk=^ ;YݔjalSr:'ߡ= Y}#QYkMuV A)qKƘ[~" [' rL]Ķ7rap*?4p nx j/bGQ͠I*+QcFSCA 0 K&V HWgTOQSYj8맗2E5T 6˼ҭh.qwD:s?իڀwkK>pM=GA$PRN$tj@/pl͛KoW}q2c}2Q)3&oykt `nᨌr&zl\lpKr cf[ڍdfj~`A h}=t#ME.!%<%uHW-,ՍNQ`)M.) /x;D6Z@{{4l4̀?ΪSUBE%jw":^.k+ғbz5%h 99;Lhቜx4 =odWS8 o=uYɮcngFV6+wD8vjWD̘m/QrsMR2H 57";k (@x*-|@SsɞRAoO*-VpLξfl&~ D2o%#@]4;]=];m2&-_d ɦ8'Ŗ-"xrI1)uQنxF]d2#{ 5r bZ,c=~|4x'#?O6ftmC+]{=2? -BLB6cS ܺݚ uhpwwyg48`!]'9GT޸Sxf1ms\ͨ]YH26DnW{2:O$/Eѫ@;[ۼ}-wTVCp*yqǵR meT^WUh8MxV=Hg"HxL=ҾAn{ j!gao{@)N0!0V fŠ :V:ry9lt w%̱d5lfiW CfGwDKGnmq@D&xͫ6`gҜ{q5) ($ĒX~)lCt+J%T[R8#dB:AWJ=QoV$X2YzzCNnO_~)-7O}J6߄bW+w>:sgU(Z :JRbץe \,bs%4ɢN̾;jN҅;[Si.9bO`ezR_KTKh^xHJ:X&l0F8VLͫHT_֦ߚYϰr``?2<|p%O=6Qtu[dOp.#lXcب᪒ .9ڬ/ .vgzh>TUEWyAq,aɞD]ox'gO*&x:;(.Sˎr+h/ߐҵV6*)`Wõ >4ɢ2*`\ߤ0892*3Q,źPYd'ԘsQBǺ'SF.)\\9U^rC緇,}]qUs ac5x>p±r|LZ*)sLbB@Rqd@߭ǫR3)jEyԛY[}c쀚',ʑJ͠҂ϠD|JSf w%9Xd6p(aW~I2ZŦ('\(>hr {XZ6ST?^XlЌI5yX,5T|b_½6, irlJk?rL3 2d$g&Z/BYmm+Vpjw:b۩J$^$`ٻDHIA+}zZh:B P9E-K|&`"\]ki,UEn"? 9Yx,u`!?n|O;Qczh;:A-HnreKap⊩6vug|Rz;&i@d6GS{Ig;8qWYiXzpFEg*TT&9N~k:> U;LOlWpl#!(L5PFEg8C'jzd_q?nnLT@ejB @T{-Vy;+?rVL#Y`Ma?}Zh(<O@T]s9IռjN |v!1 &ü؁o>Pw;Rfun^9AssyαKbnN0u RzFr^ (sR-U-mSHr7aI_yi cӆ~qL7``]<mG6@=³=nlnag9.IVT(i#ȲjA!'7Hb\vp4|)6U-[L 杰8Ŏge}X/L$VkUJKZd `R $glY*/iW 9 L_2r6z8}"h>r(\=CE:z6d.CWT! ?W/wXYu_¿-8!kioa {XLgC \]hD2toSNFgI֝@d:#<{9H=$ U 7 Lpb9v79=fùDȝPYC 6{]&B4[I ;jl+g{3+U de:1\y>ʚs1op[ j>qUlc>(cۼS97bmퟥjBIϛ 4}i#dQ.WAlθ:"2昸1pkXp8!XƉ`bɂR'/+ۧ6QSš?] qV̇JAܛ%QkF%e|D7Ub'|Hq-#=z_zAA!WK%]P!ah&Xښ#{ָr}zS!یf'AD̓=QGƕc?#6ApZǬbhTNfWV{҇akKOC)QOcDc 3KiE(E2H_*k#W܏sz?xvj)hݲRtr|V}\ @i}8Bt]uN4 ε޷gnI>aa-n1 QIU "!Zߒ4$zָEG>"N~;R"$ɋQbvF`ccxWqTH{xL-\):Cܿc|w1ҖGpͽo(Nr#x3 v(#hv4̉ee|0~,g C2@"m镮xFoyw`=\.S&&k`a'"ծ$b &ܥJ ҔBVX>c]"h‮"_J.wobtX$ݘ,MI1pHk^N-VRn>t ZI䜯˿]ܿ{tskl+EQf)]Um"i޺k͂sxHn뱧,)x5* ĭ!/QkS,.+.owI%lw-Q`P2jt|Q ! @1m¥E8"s2x,).R0^ qGX!f",N L8]}U;ynXqa! EI1NKYN-X-?~t uF҇s!A'2i3< ]gM,vO记 4o#̓~P;qU76gLEo+XTo/)21'.[x+w0l˕ڤu֥)K^ǚ%F$U 'KǼ$xk>^P[/`ߡ/P8J@ ̟xzXi$ծ#_sz6|~A2_$>Ⱦ)@ b!5BXGҍ=Q|ݍY~Sj: M5>톛VcJA%P͂r6% 8v;2h_Huc(aHT?2yW+A"kx̷ƒ ] 0i%/8'V~\@>9lҗϱg Rh4dvSѩy?RwnԠ$$A N[Jݝa! #VUST۰)nA;2nf!JMxZZuƬ=42ITؾ1 gyt6q,eT rbk;_HHݰ gݔ +#J.$?YTQGx$hXr%?bM 2'@qdqN)ni}?@[Ar/XZC4iҘAFs>ʢL#Zz9_$%:GMv9(O+W9\흹"(սnе`qYeG؄ˑ_{_j> 8fp$2+,ЭN9w/B #- wĎA;W`iG45Eީ[VӒFNSa|[6| bD.*; -3H+rFl%V+`^Kls2-R Qb%Pņ\(hwVYz6쟈  3:45vdN[!VTx֞mT mnt< tjK+c^Hɤn1qTQ00y2><>$THsV keXR|-\J9( WvoRhM8V }OV`.P!]+8}׆4B:qYS6u TOCMo)߮T&ArױE ﹑<|B ҅?w.Tx1OX>ڔW\XyN]1:@njmj~c@ǡ?0w$0 [g~I>;]pMª5:R4Z$=ӄx]S(9?O}1jxwDLŽ*BNv0!HvnOu{*}_LA9UD}Ӓ4x\]ĪjisGOot(-)sT*@Z+U# VıR`V]Bg4&pri! B8FUff,hgKі= 6ډhpY9rt[$!p|FA@fb܏NvW.^ PD-;QI*,* d>l.( eF=3 oTC{E3՛BVȯF=4ȿM)N\sf&MY={Q:fi[±?c9ԂI:Xe-m)@5Wp\X k>0#LzA-܊ _=]Cfr_>܂`wXb 8H5Vվێ@$MT\'9BBXiB]ً#2ˌz\d )ݣV2ͬ0 tn{-:W:??-//">VG db"j S޵^=4[#<0LKv{$p& {m|d~m(ў-d.4{"2,xa8L3TޮwO_ `lV*p$kui01V&c/_K}| L9fL_6s!#"]]}"9?w#'zA RXvH[PNrtk4b0L]}9!6ST{R-&#P\S7Y_6k=&1V*CIn{5C)`w&&m"(#[~{%YKX8xxhSkfUj"t -L 4i|&vDݞjQƱșɽgK_B$}>]%h8vФQ3ɧ;MϹtȴ IJ- u_vG,Zzr#J0k$L;N줋R #b%~-/wD- pcs[ :J +9PA%$M޷WVN%Lz3(D10ߡP"%#H.\L_hG/ҔѫrVjd%0Bi;+9'^1?{eQ:Ҝx T)d^ 7So1 (sz> \\R 2esN巺=Z=puzun23KUC.خHGV?#iS(E0#Ȇ>iڗD6utqV΀LRIw ZU((Hz}^a") Tu.r]E R*ivg"k{plL#<(Wɫ o;BwH!%`#޴.k,(GiĞvyf,`X[Uʁ*8 ]GyrPl%0БjG6|,YZI\1Fo-z.roORG y5gu z=IiGx=/? #b`;+^A*i }}.V MYX"ꐸsK&cW[zRyOӜq0>iCm!ݻfb\X.T$ J Yi,vfNIZȷ jnbDx޴CQc1[I6u)łZ_taC:3о5w$W2j14V5f woݧ$se+\FE^(j}B"qcs9aJ#}zB)XxIcn=kbHS b qz34fUYzhc.sJU>*oh+]^$ 6>Cu|pTƉ_c&9+'cɨב6HiKP]Xv?I${ۼz ] on|ŁkA6ȍNM鴎b}vz,3ʶfd^% ^ex(Cw7i&x(*,gtQNs~L'4+/o7j^Ɂ/7*.7$pI ~`mR&M i+"샤JO}g[ǛM/cwv$OvtgnK4T]I5h[ 2Oyu_Fhۥso}dS4mP OLJmob#vџ;:P@Oe{Gs[~d? `9m甚(6{\KP^ af}"Ƹw}mu4@꾬H_]V>">oI=WYl| W1Ão.c4&2Rs,|@ckfej8qV3ZTB=JM+ni<͒Kt$_ǩXæi#"}U]CFg(N͗T޺A>:mFuQp>0mJMXTDUq9+M4jxTT^L\H|QE ڳ4Faeֻ@D)~<)_1'mѱ`[UjZ+RT->7qɑ#:Ls7*ųZ`–?%2S-:2lApc&wyo 'N3R3oӛ$d}-)ax̀6g›sMLv W -^.r{.;Pr|=7 ؙYn`4w-3%^2|">D c͈Q\ ˪|96Y ]m ֪f-,)7ޖ@bEQrejnv`N4@ mJ_wp7&-$y7; 3M̚c~\FaO**"N'R02p_Nl+]>PגZ`r$KJv #rR+ r+'so!,xZDWrT-_p`y퇪%G<$ܒhIRdkl``iG=FCjgUj~mDc*֫p-(NG| @];7Jy"ڎO[v`CD1xtIM{'Ն*|Qo.8ͬ\b-GPjI~aHr,Mt·ErgGϿJD& ^%r>%2َj<"-!x#ӍAN~nHާ;ڪUcW+Jk 䃬7LIJLQnbY~42X$l%YPuPW'1BHռ=xNvlG<0ZݣLy# p  Ⱦ 6/! $xhfsZ6䞳؛=_tұ(t-( moF2qg\zirۮE? jT|2 9ucw&|ȝ+ʠNΠA腈Ͻ XAXLPVD"Z&?>8\ų#S+pT υ SeS}^R"_}wؿeW  v Ug?ʜo{6kUXC(`}0! RO%2#@SHmE;PJRn l¼(+VQؐ 0>"zG3VZA1%QHXfMdu*|sرxx&Ds.ߋA(~`1 SYdRe+3}DM t<ݪ3'R 9 ,8M?cWd@=8B;dч)!Ͷeb:{B}bIs䣅EM 1!W'ë!djZq,ߦ0otPqtĒDE6>?scr6,5VuTEy2})?nZ8OZjʲlMJMyF(ޟڕ-TTzr P@^1˷aF0j} < O;lu~1ʛ^$T)F[EXTQE_T 53pV/HB6$*bPO}4~=ߘ !49CLXA3G_aԈVA 4YC`+#K,ERq}`P/}psj ޖ{^ IH䩻,7Xe>UP Z"RO:zcD`kӢJA>;|YCn/d05b+2D9)0G|?2u~t:anڪAUB(fDҝ0`ʉ"C+"ۋ٢ut(D"oGU~p@mUq牛\s٠5 aP,v4S](h̖ Ww̲q\a'\<*M|rj aTЖau8X;Mz󟌙7JMKCliIIe4|>ý+Pk$sqtZnuv> ZT@n\j,\N}WQԥi%{!6uYќ.'MJj+*)Ҹ$+@{1*4̼-^uy(͒C+<|bϞc+ et䕾WYY*w|IImN^9~8'v1am߷4:Rٙcg`3-#D࿄_J怇 ֍Pr=Go$'3uuJWi_@\dVLDZ{=}Kz5NtzӮ;_KU}LkEzJ!]}ce ddh,թؚjlOd.՛\?YNRu$a` ybݞy=3CWżhcoBb0Mq .]Mxs~ikTyV C[|K4ο8 Ϊx|al4p_,=ڛ[$a=5O}+۵͉Ӧ+;ghqz \%TC)Ԛε F‰R~o} 85K)pF ZT C3~dGK @9BL:=0Dl=-:=;#S*R@lecCUk e~eC<= 4w#kWռ"+ߎ$bUSP-:7wvmc7V;dI&ah%pu4)qo6~SgJ \}ڳp[,rA!hS0GՒ+&Y*cK[ߘazf$O/_mG!0!e )ƀخ),e۳2mzPm|[jԚcDב ٹ$W:bgh9X{)Om SjoRis&U*٬R&G )v* x.FL*n]0Ch.ٟdxU9vMRđڜ6R}_ VeCLi/B2SL:gS]AQ"pPbk<%,ܷ@@zF xvqi!YxwM*: ϐ:Ɔť J+q7Ag+mXNj?|C x(Ar\ .d܊ηе [*oA vcςKu7m\0I2(~G۰x5@]ΜbU̧ u-5gXsU(ag?ws(Ҹr&J*fN1O@ZhQHB^v+}jsVR.`:p)1cY S)'Wm2WW-?qɒ #B*z'ٞ44iߺ}kCatn_E.TkVڶOD#q&P[Uv=+D^}E/'`جLExeGZosvM3 K&TIzאB"M22'_!v䅷!r;oNF*)%h9e3p5Jĩx/«*s'S`:b E(T[PԮO[@c45Ů+qg%BAf0*y"J*L%*o(r},A8UkTMՓqߍL;; O: /E1krB Xw!2& z;ŭؤGJNUp?3' ˧Vs7s[ڔB^j'*LIDf' Iz۰72?H\ԠP"-fۏ7`mpny)8PLtXx% ĸ4>*7rmcF<&NיXzKt r7o7D`"r\}Y]kj7r*Sg:>_B+KNa! XkeԕLaEw .M Rc`9lG0haN wN{ܻW k>2JO}!@Le&tAZVzF A *& ȿ ĿzTV'% [uӡ*,^8o,z+6">dŝ=ˮc7dI\GDH}8dg:뷶H=:Sa/J'Rv1]p0@F"$^[ؔNwA&2EB (zs>[dܩmC~I76v1L޴]KfW*vOd4;ǔƒ٭]78(¾l, GFd`f_ ?<{=bfP^ofIj#9PaҝwIA#OݭG)M \em :5Ka+9.K)JG>3Cex}^fm,9,e;yɮchl*IjP줕MWAgO~CIw\0{̣pd9%rkĢ1*C&gwh$"k]tae]Qȵ6j}䫼i$& 1SwA"Elm)G|I!)Ď1>]qctc sP\A*ha+E5ث 'cՀInHu9]˴.sc(p5,(L{EhtiCn}鴛gO OOwRL8Waz2kJm<qgaי!S ϙm }xǔ0Bb0ZSRϑ2G Z/eч4=mp}[]~=TGOdZ 8\I86fY⍆WTs(~{$@ G Z Goz6!t!=λN알Zn;@*)vfP>_Eػm!W|rX5I}b31  "t P4`yf-@^)6N04Ũ`5m2N (>tlN>0Ƿ>a1M,֩v@4 @߀1A:N/+9(n2|ERKM_轅v]M*wYtb?cɏru^Ig}@3{_;W$Dts!ĸij U4uHTB¼/O%X蚰|n[ѫj2=!m04$spflz l_KX_7GcwQrz/`EiLm:| 6aЙp.&\NIoj+2%}HAʊww-L#cKMbן@L$^]KVɠed]|d& ieչ` c`] #%ƥ $׋ jR {adO({*8 g20V]bק;b11QX¼ }x']$ӡNfHEzl~L<;*!*~Z,zjZ^x d7Ceк8C])i עzY.b[]k pT20 t%f2@?VׂupFeK{XcU,h+Mgqo,KANT^Y>b :,^s-"unnmζe2ykKV~ XKӔqZ7RH`̣gQO _ m9x, 9wu. V;d"èT924=kd)U:.=J:NMPS`ogjm>1%T'?ܠkSx|$AosB55z6>GWPXyt^ m5F-+Qh!՟MZnw!o' b˚ z3OkD> 3*ixRx 9]n-{BVkәc "#GUX<-J~q1Ofqm--_h[DBX SF~)!WO e/!rgKnd-7قkRxx92Qr]QE_oSĪ.479iso4@rz1W1PZrqDк{y L+-FnY/顛T81,_ft7cV>xAl߽2й{总l(JhNJō'H{xiZpՇxPⵐ֋:ĝcSZmȭs]; gON8tCkxӐK)⡧i&io |35 f R8u~MV ;<4,=Cn4BY5daD[{׿tDKbGN1ZfE9Z ~C[rmC?ո8ը ٺp5>wHpXtBؾN1e[z_8NT u5ۏB=<;|dRbwZس }"‡{1dU]Λ@ EQ#DYmb(' P3oj{J @zGϊc X7Hr1ka tnysu8 Ik&M0jX3q̤@85+@~]ׯiWEHͣ~S#ykyo~#(<];l# CvSӆc+:HCLC1FTs&=ŋ:bDC!FN1+ZX:'o?2@lPj >+@| i'CT&K޻XB=M}Ľ'~Swԗh3i.rH,ʑ)Af19h@Q(c$\=&GoPd;}g\"],>sڣnZ0D$qid\ngq \Xev#J7O尐BXy(3}V@pϩ'ƛt46 I B8p '^&_{OaYQQ`y.?a FHt?ۨD,!al8\ݐC e-o)J&Z<9YL绁H A̖õu9kKJ$v 1x>U-L+ 3}#aٌNzF>HoѣcFt4$' ʖ6y=MW*n7R$ey-ϴxg HJTp%ex݋t”QЈV-Qqs{4Gx.Sm?T^"5T;4' z];by U~at$-,*wv78G͍.{Ggy!rwјbH[ogL]O6: qYB~i%XQ`N~E _58GJNO5-j,.ݢGcܶM5 zjqħ6vUP>'d;Lk֮(|QR=( = ~8`o.a^fɫ$TC۸dg8%҄f6nEәӭ^baL9jR|XvaɔkWvRt.7gDTbr2b y)`(L^&kW77Cg]utH%H+_, fnxpL"(OX@ԁ0]ik,Vm {z]j.~--7dcx x#isz?txC>wURX.+d/`s^\9C`Lwu0¸EwZؗ!vMv2wp3> 8m[Q~aч\%-Ԝ,/Ut&{yG$ĢZ(sxZZS,. %BwJ51&YMNz_N.\3[ꤕ\V qYojȬ m0WJiXgV\\ lJna76lgGםY" + (>V9m]zckI` ;;׾N*@tcÙʩy%NN\\2AfYt>Ӽv9OVNhVHj"(puJy$S *ЁeG8wqP!pn?h  'QcS)em@ ϜߩfPB7c-hptL;$uݎxlxx%j,6s(Q 芀(kA : 45|N^ⶐ ~&Wgx 7XCBd56 0x[Pu_e'b\s=*k|sJ"qG_cg=ҒN>f,oj ^Ęn&QOÈԧ1SQ!T1f~_#1 ;. {bM 3gkƏ|FԖerźQUU),1fXKOwVNB fi?Ga];h1+N艈wK.VU< vt%VkrFͲ5 Yo]ۍHQ2Fv~G$%*JʄgUCG?Xn*E~ #,FkS̜if|>=B%-B1?V `~:t? HO޸oUwWhiI 2Sɀ3³jj2=;uޑ2Omk BsxeN+jq!xPqiUP-p [-RJ(l(@<i9U}~1ӮgbgpEG$bﱹ.%9ӍNqG(m0D]C$W}3"acڂ1yGNA897cO ^Nh;L .8bA>6NxT-bzVF onJ~kSBHFԋq\/mf!4i !5LV\I*4'v2/j,'X=Aޤ0B  xP8UUB"+kJ{߁kiFk 1{*!a*LZ%Ar/9` %U؅~%O.BvG <IJZ lG`+b3v'z9=y"+nL(IZXsXOA!>d]xub xtp__4(. ~rRT2: ݗ=>N8ksG) B bM;_k܅oD{Kρ~kJz$t5J4h&Žb3^*®EiTIe}O:UhO5._$x#R!Ai^^ =N_%p#̶B}l=U-޾B98_-60zbHXW,n9РHbD|dpke=g]P\o Mՙ\J tkqe72g"jH cOUU}?o"0InjXY ʣr-l^`?eμ21̨`g&:lgio}`s8r۩5߀݅4#uobmTzGѨ2(WB*X:^ A%*?qy0N9}~9GI'Ѐ=K$5 's a2q4wF`8T? ׆4 O҇(!N~ɤ Ude% #WR@r3=2)xU *\m©bE6R}W%@ƑX=fF/Xl͜B5$yp%Ul`FPǺdzW6'9w#EܜFۈ x|ciȸdW/ hJZ-gh.ʯ0ial z%2_ڃۈ=|jQc&<,rY-?9ۊmIdrsRB֋T/cG*Ǐ5%|d ũيv~Af]NMC|}]bm0 1)?:x@B:K÷{fe[XڰRl]p,430Tw]rWaOhAӆCnWnGxyqJa 5h!Us1Jp%:(6Y 1Xi7yb(b4hH6vҠZFۛ8@,L?QɺN9rr9#`SW:`zhD;`6yX7ITL,A7։-K6~Wc$,EpB7][h'4qJӞcB`:p_3crne=?G~DV ye6a5@73 Hu>8!5Q2i4uCƋmQVH2cۯRhG*ڇPU.ˋ *öc>:k:鍌U<NKVThjE(FCV?{ U"s2U\1Apfyy5H 1Y}Gh6cqJ8bvoP1z3fJ~oi׀9bkQ-@)}`dCS#ݗHB%3"ɘ5 }ӝESr#̑z-4CjѠ<-)$0`N\"q*,( . ޫD N@ݮ"ך~g3sBX\ObyN뫿kqL.S)vcRwn?B9` k o6~{1HBKo{]:=63(z.^2↩plID _Y90k}a9Z H2.ɔ P7b9)bKK \O⍑!_e_c6!^Ekm<>J9{ 0A4 u"EW., P9KMgFcj&/SPPt"0F2qB6 "6A>b֫s>Nn,ŗ=iD-'t@f^ɍ);DN4alr@<ȏFZ(m|[;\^vl& EV}'8u6,:2~U CLPi3}l?_!H0KPh ,4/x1D<)k0Y?#ү/Řy$>RI!bVR4ZbqtlzgZQ|Uj[0ϳyn?B0=ù6 ;Zaj'^N?u- /J,`ۻE؜41%pr}ԙ'?KB_(aC1X7(VGa߫wʩ?)&/{Dq74,=d?V{sG*Q=w>T\Cz 1`naob[o"4лS7ރUn>mɔBi,b'`gÅS" 3rGKdmxQPՄ3y0S-J\sI2u׽qZcJ\4͞ne)(/Rmַ?=b ȱSKp4ƥ( l.*(v>o@U$bv/CjkQ g͔ܡDW+(4p@{A(Imش+0y*x+ Ğ @4Z)>Z!ϊYHᑌ;_d9 g8;nlU'MЊ S݊ܖ<]p7*Y{WϏGX?@47>Al5.Na|EZ1F|eӨ{ KҮqS4ږр/:5wԛGH]r!iNL $:BHh喈νh1V_8 *r/XR\WIyUxoJkl;㘂Mc8-M|KI$ ]OH&Ob`ҁ%)- c0Qmq|RNߢke&#==~'s^e$r#׈NZhD2xkRIh. qP W7~0$UzRۼ㚛ֲZR"1x{:C 0qz%EɢV+X$cY{,^n|ڮ˼X߫.gVA+ڊ6\lvw,Ua0)uS\Y(BnKcgL>IzM;D~ lw%;-G4u |;~?Ef<<mXf䜑i@}yk6&C ͎y13sv E+IL~uLMj}#nJlM-}K\>iJ=Q^9~%#jl: S"oSUBV %I.;Cat.6gyS/xS(Ks=Y H7ޟ3>lY 7z#26PBA`Y\I+DA둳MZٮv{Cii7~|_MJBvC?M(}kqx ƹcE}{$Ŵ ^@'9} 0+0\Ll`Ƒa4r;SYrdG "MtQtI }&,P} *eb"\,v`w,RCǫQ7@i'nrWиTt高}DI%LG&4.bn-z9:T CB J7ݺ}(pP"=̓ fN,ky>gYe-0SUBмŒH ?^'ђux FÝhqMkΔT؈m˒.4Vb}ݬ[j9/:GFYyuP$.4ez"wa/i1ZjU909n*ަ{?ٞVLǴWNɡW,|tn?=WPt 4;:=r^d45uDWg/U[~Gi)0Εۺ .e}ߗn5*[J%#a^i Rv!վibi[ Z*ȈOJ&|My,h+^?u>-m'oCQe[6O00ɚsO(|R,s#)qvE“7& i1ܟ^*C&Li5~P 2P!`T'y.а&%-ŞX"riѪ\b\k,x2JAR]ą=OIQ!<R9 Q@0uҸ0/5zJSñJMN xm%+v$x4:E`a{PFiFbDyTx"J:e}~WP()E b5֨GTK7+)J7c'Pl H`R' ˣor/*oe;; [z[g X0,h `M3(;. .QՓp4 3͘Ħ|/ln(,ShNa *Ax ȐC(5lλv(E5fg^Sq8H7ɐygiP ' |אdEBhe9NSzU zmuWeN)cn9~ڊr8Qx $"e{Qo2@ %rwd -ň?)bL͞ (+Xu92_4$ӓMy9W1 0)lpb O:ĭ+ΒzsWA~Hò*.`hg۾2#;W$N悇U)_SEB@.jwF #4RGd/v:TH'A9Lu3#T]['5e P7X {7lGkRfxPQkde6K{zPȺ襆&%V 1UOJC^&gpu3WϮ@!U]Q^ڦC*H/ -j!۳T3n.TRG~Tta{ІǾ6!? 9Rv6Aԥfvm8?I^c6cE^ih 3 L xIU oa،w|o} \AjIOEf,"m>tZ|cCaR7BS4l,蟐؄kz;JJOu|95a#OdI>Qah(]ߍoEm C7PD \s>{t5TOW)vf2r 'zA1ԖߟTkpkj3ɵ9\MVlꤴS0Z3DǟM$N|`Z^!E9=:zHX1/,#D1w ^f!$OWn6yŻ2nNAȱ%{7{|#}x=$2Igw_(R_גsG"Em ^]Oܥ4'kILbhw5χ7b\*65Ʋkpq\#wJ?xwtA-]sp(+ej# §޷ SRi4*-qgrH۷~15&3ala-UMP 7aC%8*Ex)#6 1-VoJF":r*h,o _ V}`jyRSX(3c=9x9W0;,Ch#E&&Ia1???MC.UFhVh57D*3jUrI@%܂[ pM}Z\!_OjRPI&"դ3$.Gͨ}`ϖ[CS ?$+tAI7 -ђ]EP{r7UA'xfwՐYusb 1b'Ca>p$4,'7G,oޙ;hxz^O nq;z%zȀtR"Y%r}C8hHޟ} tejl(g6SJ^3rI ylxIq>,ؐ6 -q7R8Buj[-NIv潇b)'(ޯTG0ޣȠ}AzxZO'm{ 'o8J[P Fuv4ӊM jj5h jxԗcedS–ذ28U&Kkʱ '܈ȘI Sn].MҋAUO>t15zkH@1(3eRdQ߇`_!\q1/]#6 ᠘7fLV!qjWXe϶K`O*Ń%3t29Y~ޭ`B/5ZXBN >^g_ x-%m9wő)%}+5q0x Vfwh/Kb ~CY>9@f2*2Ijd0BwnzՌ(A iۛZO*S_N}/9u%+aSA7<*RWW[o"߂tC#¿"]d^g$>T5JKd^dI(;cbKqíGߺ%@#\aXx]N=\U줤 ~U@>0]T[bD{Vn$z WЉ:o4'">kp_*.(eOSXpbd8'\HJN?o)jGֺڦ[v0 ^GP2 tg[@!\YJ-+N#nKWS]ȇ |L|P,x%ZGc'mrJ~vSV̍r^zSA7FuÒ<5gcOMoyxGTܖ7AJa`1e%WRآ!T9WM\ ״Gk鹜{u گ~hU? x}uIW|TlmyUOE=>{Fk+iz-;#ܓI,I ZG,۩(EIt!$ R^( B.o'bew W>iLq'.@ɡrf[+%(P;(:p9ouϠ D6LA l1:G$4%kT%;sj3*;#đ"˼ƣNǦCIV#:"'r&$EԼ!+;_geRC,]Ðo^u͔cݹk }Djԩ%Zǹ΅oW6XԸ֣Ccثވojw`pn-JK3,,/ٕv/2_LH ':J"[Rz8]ezGҎ wW0ӸXvm,L|$2(}CjnԪ;plؔt~s}}DTHUB T-ϼ9ld2 9vlJcĵ;EIjXEO6xZ n0 !G׍A-^r^e=&*ȭp@Ǧ%?+s@2!4_/ߝ/aD?^!R&GJbs}Lݾi r7I;c<{[37uv<25)Η `Q2x83nR8V)Qe"e1H];l|p~Tb o/bC1cūf݉d4ѝs-1k׶E~̴qH:eƯ-pjN9]mGG8Ji<q=H,AP6gh=, D2 &P |~&Rh}>Z{WiӞ~nǨ~`^FϴcSC<{U HQުw.&hHT"ǽvvNBJ6|Gn 6Be[MspL%@sL'Nt$?jpb. /1xuaxa Q~ $U.5΅:8bOt<Ɇ=QYkTu.5̥BaڟMӮ| yٟH4ҽGPAkjmS|gs Ԏ D+4 #Y$j)nisX˓-4=wӛ]\܋;0VT(i0kw#.UXm0GӉ@v]c}-KrrHG%rJgg@ிUح94% 'fӸ$]]8*HN HB-U (ZȰ%VJe0#JKJySe/3g:n`r-lMMnro6/8A(î$`x^z-ˏ#(GpU\g .W8)ɣRXťʈ'HΥ> s~~a7`]wQ{3}.; >HD=/RL1n>PpT!̥bnBߘ+{q+PL&0x#;,p/Ǟw2~NZq_gtԏQ ȦG!K"$(4{ SE '*ITPVn( 2x FY f !ync!D996brP1tlo>cIsq 9Y=lP8 ?lךm@%PsK+6aUGjK%BBۗ *uT;OGCN}> Xz4l (!*i*`4+#45"zN ,D4V`Ofp sb`%SVPl=δv%b h!Pk;|չTNLv#ffbFIb'6콵g.].!DE8LFVieac#K d|\d>&[f $-ms}/#eݜ{f,`yY;A1fg.Pr pvb׵ʼm~Q![<i*Oq/B8NTnIU6ޙn@>yh8Y}?^^B<嶉>VU+ȅkakLv3p* ĀJEGWΚ Ɇud6bغ)=w1n3ި%`bDjZvTmѰpWwppl1/<]Zl)o\]u-{K菹 E/>^}ax]5TQؠ/T~==86L H̍~R>Kf9!6;m#Sڥ]-ᱟ oB! A/ւ+Au3י)F6ho :z"X_&)S3>yzn2% meK"'fۿBdWt^ f΄tm\>{vHUc爲%p^P"Qnpz;_,cw¹L%y3dhNS!b{YCtU3B[B1my{X~Gv8\y9 KbۋwSY+7݃<fAuWGM'4ӘY% ^MY{]~JZhY<;+fx3k.!/iKb?  ~*f^HrtF#w-rGEOQj{}ilM %1>rFa2/!eO_珜sVvN!T–'g; 72q$5N7H-}!ӂi|fB0im0>v5k޼ KoPY Gm~C(x`Y~K*/v[(c(2:'cɓenC3 =Yp$\]C&:f:K?D23{lэv0Ы#up4ŎH{tT|?z9=ߌ)[7|EQG>[RSMM;2O@3=gܘ`SX>y `ȼ|f|>q%>1~Ӳ1Dq,OEmf. }ejCdOV>/Tz,qڶ^X~1ԞM yV>ZM8N- *moIA)Y=UKU Flx \Cw|B͊2aWʴnO(6TY ŢZoty_NSLJ4i]R.DLnP0d8IAx pAVx2%\FM_r!G(ɭN EJK*¹c+ 3FK\GP"ٰ@~!#Q'Uw,(tGs>Q|ˑ">C^,"DoKP/%>Eaч"y6j^&L<`sݵA9 TILS sU- ZrE.V@8nVz?y₅*'W8zMZyX27/Fgr[DY(#L !`D0-\<'ө:(O(&ESu"L9]i6:ĪA)[ր5z"wHJ.9C5p/kZ4!!ӡ+~ip9L،;Y2>m6E5ѷ!xo;ׇéy~(-R&엂C6>3)u9TX[A3"mC绡p:Q!HR'2$B'K? 0)zlqDDsF11]ӵ8va\_& 6)okChk&V[_eK椬該 v*M}]]~G5kz` z{|^ߢt+oX疌7){ỆXpk~gEBp>I ipwJ&o{WrMLɌ4^nR;;ؐ_ڷQz;=\D_8=>S]3*IϰYivjK\鵐ẹOȹ^DyĀ7ordG[c0xbWgKm FE2u5D9Y#I'ho"UFLtLN8Ya.K`H\촕Ȗ},w;K[.Sv,nE jSbSTW#ϴC\.C\&]*K_&gBY+,8rӘ],kZP֙1w/D*%퉲J8bm={~П: @Mn+>L2RďvG[v |53} P̂levH-hW73hBӆNڠ ]j\42Nq'(ur7}!ph+D k!K2i (~ǙX]'jWLC?Hi%ؑS8SĐe#WR΢̃#*PcVtE±G]] ;[VeG7-! UԤTf>iPb-7K\/ 1p\1*=_: cD)Bt' $ 5cSr%%}{1f􄠧Mz2x6઒ic`i~wI3;hדn5.:@wH-GiWvXp{(tJ(oCHb=%lz__F/@hO7+쾸]T1bF DuBbI%:_uHAw#LXT_1+99lA(S*jѵQ_J+4#%El<$P{dSm\UXnMonDȏ{w PQ,=TXG >=(;>5R Y4'j:u?jȩ0`^@+6Px+h{\ZwjfUf@XoZY{ (`,ywq&/S)'8y^%vGm CMg+24A'=Kͻǵ 2bJVn `u0$8FPUTKgpQ/)HM AxM[L*reSB1ǁ[ENzVSVQVz\W+*QrY h'W*."3: [Wf!M5(Rsa.?ԥbrؼLIK"8Xw쇭`AeB8ٚˣ"7bQ,YYZ-m_pc2y/bDn%D(*&쀒o$"F֖w)ɾ(&*䙽bAKfoʒ1Qԧ5^FmH=E#sdi+k-LhaѳD;1D.+G6H^i.6e*%w͡e,_BlXyjϟsEc[Βѐ~؝FH}C"&:.Ꞡ:X;0cW$!.n[ֲXbUC#"AX[YFO>s27>Y-4.5'ƩʣBko]-!FZ9 ֦uji$gZe 2$TޮGkS/&&BDKYjc68sJnHu=@P[O{P |"< 'EP_᙮ˁvX;jH}FNuNK1b0A0-L› C8}TѮV$.WĩyO45ÌHg,WkRU~,Գem}|Qk@+d<3j^_ 7 z8>=pO3͵~ ~6ZB*~`lYR DJ`OruK:L)Þ;+ʵΈ~k(;N-/Or-9Ux 6޾G` "S.Q"i+3>$"lH6@kK7oygI)TrGWDeM0CA5*LSO'ζѫ ; 3jb85+il.0r\hd=ؼ1RiS.;G %ImC+UrxҲ d"ƽ/ Vh5b輽m 9]SZ4RS(een7pJOLskpIk40<#RSʯWT$fsV#ŪT :ITq0q:0JKm0;,+ Lͥ8 u4i$ ʟj2L-E[b/w(rO04*dHsdM^"$[fMj%Q7_ 7,=u'6fV0仈aa~' 8@wh5 !}LR Xۮ=.٢}Dut^HuTWZjX|RW)%VwFZC}:$ 6ij=FT7…9iPcy*TU"}w<^4`dƾw#$vkqece}Ut f=6X]Z0FlU`yCvx#y3%>Ka$[@ 'YoUzE*Cjd9++S}VG #QզJu"j ܥ4:58`ePw9pn]h[ߊA8rpcku?{/DԪ&)Eu^"(0)NAOAZF6hڔ>c'1ֿ(JW̙ sY"ūu0[^٤yX4Tslth\ijptZ~:#m|F'W//Y;KΖFK=N-Kɷ-kEo_GPnWtݘu}'($޹0ۻ4- SqNk%Aז/ud:F0Ý|F<= {$m!#3_^0̹ǚM{/ޫJb^]C'^ 2 tI'~Sk;ۀe!)$Ac»!"ιy뤣`C >{ HHr-OUPXjeZ6N鿶M@ʚIN(%7W(B|͈_H) E XK\IXwq\uxF3ڙdal2eFGC m,f)o]#|6Դ(}hoQD.VoNЏ?X P?`c`k!^)+{ BT`2;<rpِsە'd%jϙ=e!T@Kh+p~oީOWOY|NRIPKk1L.dڈ#iRa3#~G4UI g,%!_FsJd}iM54mXΏxۣ/u0 1h'R֪ ̥USל|w-eQ;F$N8c@ ftMdHd a/d- RT8V2` 8jnұHИѾg{GK@ex :w:Gv)w;#pt̵ɰDbL}[_& OY+?["P8AW?[zZ:o[՝ϼ5ޠiB6_| ᰯrhqCB&Z{b:,vrJodW l .ӖA}nyKg؎e zN>u|0|> R?]qWvthƨ,O9$DƏb\ؐKPs443Ae*)K@?pH=\9l[l|ٛP},Ki5nV p ?3+k3DF#A>\1whKPª-&f}V~˚ n0ly?T _1xE0A"[¯4WɇciQUX7 %4ZKW|q3!6SeB "W⁠I7rpyGy S~?[k<7).,dKAyeuSn/o4i2xxqE)EOźaL~Տ]].iI)e PM-72}36#-Nj \q1xnP%sQ;ߏUf'c;CZ1ͱWÊ&fc  ، VUuEdn9┟@Ln烾S|>T4T게#TuC@xM?Eo,]˔Q76eEOOl)'uMĠfʀzN94wyZ}8꽳j*3yY-8HĪ+3~r)pri l9]~asFp=p!Qr":[muU6[>50ئRΨa <*fb(Nf!(yU,LPlH!aT/yFr1.kݰr&^}pE@ [Qu/МX"^_~7@X{Ai% 1ΦTV_JYۑBP#x0)~ޛmo,g%]W(! [Q%tnE+:8B/4.j7I%D=41Eһvĝ0SUCJ7sʿZ W`DJ_58cv,4{brr.$Op{vzT% {p&E:r>XxAᘴ0^~Y7af 2- 6͆n'M3 tt`2ǒ Bk#U.ۨ\8uG4sekQ:lw+܃@fD{L6T@Y9촻w@GJuYM[oU$/r9#^O)ro0f:p 0o^RDDS3'50}%9a^w]{`ͦ.݃o96!֐+z|%m#N֜iR@,[h(Zho;`m.=\y&]NwZy!7ks5}Yg!+ʡb*ʑ=šc:-B1esXExE>#J y[X&W[OC=֔ \и.͠eS%h)HD)+>\guiے\VنT [EemQ#aal+-z +za{r0dVH?l,)$aH*r10=p?^w¸39M1ЊW3BW" Up(hӭX6 /"bD[H9}lfU<ZD̤w)gN +ȅS<־l_s3S#˸TA:vUS^][55I] Љ~/;rmF9iQ?n<̚ zi[B qHZ텍xcOv؄W@o!!7Y$$]X{i !yMˆi 34M9x m=Ȳn˺J͂M]WL F!n{uqG]X#dwn^ 3PC/$ⲟ7ˏ'4/U2 qe=HBL~!Kښv-ezN^50! I;tү>S:L x a7i[Բu7< >|ț"9^ *)'uA:h.ƻXDkxFOZ*H+Y\9:&É;rO)Yѳo\i{֊23#/kG?XbuO;]pgzQSv|%=DxI_@(<햎=*0Z޷0j]fuhݝ{o!? Ύ*̗CЛqLn̺DNa"zi~Esatn qh^uFZfYJOȜ6ICZRqoj;f"AMo#<P{pKv[D)LKZN# nH$Kt=vQoᦕ׆~N0)FܐޕlCEybʝ%>KMe=0GlV2ڋ֪J0>F hi=: -EXb'izɠ\PhlGλQky´y1SpM$Srh;#9:߀G78Md|xF_S}ip>k XM_b*fA](#Rju?jp.LCfy]9W352FEoi 4xI1pa M> P8y W&`r;Pw=h@YLvPmUtT2QڱDf} 8Zו"(L%9KP {VV1oI;o^8ҵe GɈ٥~Ld2#^Cc2*)` !o.P7TNy5CEwqZHPz^fp1 .4{ĔK' @du/v0 쇒D\|C8*L&]-WY9 (Mr5߱c^Ďn/W~~w w[% dY PĪ 7p0QL.G^*x9mc?Q{ڻG-L\vuzN-5R_f Lf{~7w /-8F+ח=qg7?v <ޗUzr^9`VPūFzltxQZqWSt+_o0;{fR|0a0Oс={c8E ajq#%E]y:Du76GspgQ><NR;-dvizJD 嵏#;Ɋf Nу|}Vm`m_̓T'}C?@:)˺3ZhQ@)' Vʡ0E oz?֓&2 ojTz >A(0^9|\7yQb;J1]TMbpb m0QagX؋?q>FM1K}? fQyvOoIҦea_e0شMƖ>`um1 275Yb#WjщQ=auM/‚ݚش(M1V"60`_4)uH4p-Qɿ|z h" 1c|ƳAɺ2.t-t_u^T*k˙59Uŷ>|7G20e@o7åۣV)y^\? 2oLE$n >в?n2{vLS}go%I"{6IZwVr'SJ6_LLlOeBЍ?+;" xR7#hLa2ᡨ :;4?_B?s?R \^ieer@hvI NS* +26NĐ"g3 K~T%N?)b8`<+f洁S"K&V'd%i˱W5 {2?] WvWȘ}QKapW3ͫK~Oܥ8eOex*_egg ]ˁ! #=)+2)E6ko7S2tUxVYhcow#bĸ5J6@p?&AH*EZ@3uE$]5Y0r432) >qZRg 'PoDYkVB0Ab y `?J H:[]*W9J\hX}yN?|"#n^TU51x$'Pf40f[3( ![nD_)yaӹ/l3g2ǫB(WE<ը9Et fp¹4 pNmt?clg$(3ܑ ~?)M앨t$96Bm!|(>ȨЩ?tx6i}ZM yv(ak6*@R%a^^, 0ؖ;> rtB  fMT }v%*?!dNN Vm$)?< Y0+b1HJ0 Pn*ݻ34AiƵi.J XO7?-'8gdiMSEykm3?:\z`a:fm1Psv,XƎܒa{hV戇q8Xº#&c ; 6tYإo<[;jKQjBJu2"Y2x OP@ P 2jD4Z >6R8Peq_]8zՋ @HIXtJm|X"u@-'U :gL=oi⨰RGѓbs̮#45Z(U^f:P5*0 pB_ߢ!--É& 580OP Oŀ)p5en CwIZ]c7WUaԫƱЪw kqHOĉ5T*ŖBnm L.VɥގgG J|x;*4ٲU9cO? LeqT xYl&Q6u=T톳ݡe6]zU$dLW$gcWtS4"J0]5PM} rdN7g.ۀr*'ϩci$c^nF ̪+|%N8Oƥ+o>n.S[yCL.C)6xrYK{}r>ДGXVbNOVnPy~t.otJWki&4?@hFmu{zryGCqY&2_ DF˖F߰\Tjb!eYQSʶ$WĂ Tլ〉Gmni]m[oj]]EZxm^v,>\* i nop9%#|d`ye#׆"p"$u{]Xo0Pޒbh(]"Nnmρ 1E5BL|)|HU>c+Z@n5-xacVzu/?mKd_-McZNSq%Nɨ@h  ܯVLJ$;+[)D`xD(0vn eu!!AiZ_W @M@8ңhPe|Arɴ1A\\ҼF|^t;Eg tu )ͼy|6vYFwHJ3@重PwԘh; 1m+$Đ%#VvjQEF<"8'^uQZ ۩&v,r<7u*IXɒ6H; aJK<Ԝ>!=(e~InV ^{ȉZGO[{㿗PCB ..:8uE$o2 c,Go|+ I0.~.܁aBݡQ9+to(!ZR|c*kny-4wg-5j-"]wO*N|r[0 #,JHGNTZ%4VK33ckxL7//gc3UgR:?Yo]Q|]G;Sͪ?y)//;/I2KwE_jc6 Ρڢ@ C:@'˾VݷGJ4u fEcEGa%(P @x'~T6 +u\1P*=Pdq"69#9k?Y8UDDYN2Lp&ƃcXaʣcRuU%.v*G9iqET*U,0dL#y;~%+r;;#'Pi])Oxfc8j.}r,(EHXj9 -mk] =j/hIS`|b"d9</6$xr88t3~L8ٛE-q2xA=V6WSH>/g-:2hx6B)ĩ>zOj`[KުT |!9a}S/6f=1@^b#o{$y5n?e؂*'9b0bڂ\=7?|^?'P:QN6nLz34vٮm˫^% C 7EuMmaQb {t;a5#JB9`!>wpr/U| hY+T|YwZ-Txv?2/eBJ޷Ojv-h/AW{doND;1SC>?F)+Oo,^.OGsvvtp2_D,1G q=򳐅@&TrgvLے~C!'נNՖ/wTצ\R:{> an2{/%iqi\q LIө&v&(Njh%_^i#sK`c%joK%7)ka1y#$Ҙ;Ҏ$/[}9qR[Vⴴ ~ۓ:s ps0rc_'ȆK aI||@Du,D~yu]`ƶC:лjpQ4/ЙW+:36ձ剽QZ9!Wg%KO肐Y%Th*gͬkq3ZU/YIU!$ލZv?%$mo{C8*^^M붐ŖI3<Җ d=%ĝ.eґ4r,vaT9m$.3!P..nLZ]2"q$@M 6$3/+:{T͋OyG|I?y7of:eU.vd_a;Pf>/p> 7)"h[p~QN{lMzNDoɦ} %#B!q&-; 6.-pPrrzHV+ixIt4dd:#z|DYjA;B?G bʶKs6_uXw@{@9+3, ( 0%˨׻|^v!|Ǥ?[(p:vdLK*-|iׅ^tcx{`. u5W#yyUFB/Ύ* Bhy"#KP֞js_W~@_Ĭ,U`Y05TT`׺.\9묊TpYCF0'y)>1R Kݙ)'Kd0#m-ǽԺC {t0SHrH0騟'";2U V~Pc#6S5R~6l >k'y;Kݭ뇀UJȞآDjC~9?\4\I-kuNwwUHn'йlJ y|W^;zgE /)䬡rؼnm^;-ZTt ԥjdZRɐ,+HS0ƀ%J]/W; zՋ:g۷1 6{M^]+jGv™߉:׀=?\U "g)ƬKĞC9Ԭ>lJ'V/QTj܍j괢!X)\PBg"(2T F} nD 0PrL;)1^RoC 8=|BRc;mj*5E/!@7mɐXTN#mez^ɶԗoJu^4o07H $/5̀:n} ''3/{ <&cqG Zg*xKԤE쬐y>/uj%6L#{L[\Yĝw3Qb@ڼ/̿hu+B%.*+Mp˜EiQQrX? Fa&&IraAtF[:ٺ۠ LwC{[nd \qb>zJFݏK[@3W"Hic>fE g48W>hC86BRYsz:N9**പMyd]ˡ:|1>(x^>' eu^Rs99!}Խyl?cctC^# mAe?a?C [5Oȋ]+\R $brB[ ite ףYNqai}q|hW g^M=3Q#:r/owW8`T3!t Wqr€4S:ԭ"l.VTfpwݝSz}-Na0~\Z.ANI2qy8s,m^噂ZrDsEma dF~TjjڴBr|y4icq?ǎToLW_YhWm`_JKuCEA^4V%khA;F%Yp2rhI.OXy]`6X3NFO\ᕵ9PjtFgIǬ qUIg&ք{s0QAKuuiƔj4|K*3<ɀ "@jU4HٙZԀ23Y[&,*k5ڮ^$VVa"nFҰ]p Ofͅ,ԹEw \hFEUiy2:vx~344B`. s+h#d6 uKp31 `_Gldq(j/ 1ƀ/ 8uogWgm{ms]r8_흦,zju'`g+[ ޙj }V.u@iIm8S;eQdB}FidY~ ^p{n\{*.t`Ie3۲`>N-4{5UVh'XaMZ!HcDže]th͑JyO#x1Wt)!dFwwVn4gG&S:!\)& _yqiw7/*i2 @c߰t6=3*uVhy8QebA*sٌ 'mK83k=g9VgUBf *dl/t[zPJ 1oo2hvυSةvrvw^ϐ|TcL\gALнj͛IbVpFT$+Tu%f7TQ~ 4d'; e{hKxhʕHҕ$Rѥcڏ,y~j9ɋǑB,Sﲖ76ES10/HJ~=Q7SSyYo,t P8r'2(=+zsWS2x +}!*s!fqwxp04xuL&Yaj V6颗\gX$x\o yWHwSZ.lH,HdȨLAl5N]kᇘ*(ǮUĥW]ГZ[.Ss-7I1$]Ic*%u%f4-ohF[ITAD¨_'+\T7*L/>IZvOF7io~qR5N,F 7<,ΜN.6k}?ANcl5*.;F"5ܑ(TK*@"K]vE$[#@lI ]^b MxK Rbr[YRӟ*stקD[ȁXVԆhv;)5ՐVE!0۟xb6/{ BRd҆׽1b6efYjT 'Rݵ! b@ns'Y{i wtj#C+'cögfRGIǏ{!O0) ul,42{1)1dl Hw0o~N>Ў!sE˶Hھ+axoO2ѽ}T~(64 H΃a~K .iѫӺ +n>̇d;?Mw"(9WcxOEb 7qՂ!+@e5ŒQ&6e?"vR.pN?2sW*S%wb^q*Jdʆ4(0!'ZkJThm`֜SVwrO3Ktʪ>xp"!=r5Vbڷ}~2v⹦D W IWS<9I"ʰSfFIK6-Q"?/\ :sBe3̎ b!3[wXk@DlLkg] Jt~0IdT^Ll֯!sfȁR!+ NVxFo#L!BºG@ nMNy~ D{&D\_Jާ'jԏɆ,,j j{n,bcyXyF}h5iJ\ @DwpFlG"rI\.~ I6OTIjs2B- kT-_2\trl$ /Ś1\eo|#n TBl̔q" ( #;ge;G>:jz7FP{9ibW&t<^5V2̓RF^Sza"=dcy"YVY3dg/" |3N L"ɻFwn\8zLqTR/jF,( ",Pzbl5|~LsZc XL,u,L 7Rsb LJ~ϣbBXB vllX+mGt((j"a9HpbdVt?,,/$,*]GbdW|ZB9 2}ؕܓ+uvjَ+6'k3qb.ɤaNqi[lC !&mLQт$82%S'X"1E>kPv{T4gb]Iu9{7H#g4ӐR󆌺jׯdQcvvt@uya_[=F2[W `Qq`E$/3Ylj2@!j0= Ɠ C.C$(dF~5:y#F3x*8bZgRkUT8Vg\>[ 1}Q6^}uoJSBڽ#bڿТ]P[ק>|"z8GR@7l7P>&Ox)Mnljs87^ ~.oJ'"X2YY`V5ٺ:* _`@T q֘Dέ}ٰjw G^gW/:,i6I|Ggg wKX@wVo]"jH2즱 0E 2>R8Q_R'>ASZ25چYJh#qz!^qB*ҡvE* .AU7~W;PS$hw=g5Z]FpѬ?֖C{;O^$Ղ9,8#Wc>m$'Y(;Wi-^Zـ?).Qن DClDidYٰ"=ׄfqc)wpIZD C +~Aݪ~y:{S+KzNb장뙗~_D w? aoHߊO@}Bvj}b # P[":M2v]\7`oeRu$Xrnh+|XgR7UmaeN>r`wy5V"'|nr}-K=" a%zJqjqOǮVRju4<CW7e[^=>RVVrqK"9:6pz<ǻU}osz-\Mz%,{$n!'bt}]J+L皶TbDFQ~Ϋ5J후2@[R%b xmj_ceȗ#QP7>KfeFɊh"1ppL/EqSeSQp(rCum bwzIgdk(mN穠țws>0F6=[dRE_ MIJh\=SIk6VTqi,H>Y- jA'A&AM_6Iҹ1Zіd{PhfT ?|2`$̹oO ֪}rEu*7Qezj9F,VFt4 PpZ@!3HA+f!A@TQn&qD/a,΃擢a6r=bb8͙*,HM :BhFh,DZg5*aE鉺z) n;i9q)C2I}|u9ՠie3Cm>Δ)5@Y>c@3%k:"/p7,NOƣ$YZ ?k0'rVΏˀ{)O_ŗEFcKXv[i#!bܧHh@ i\vN0<[vco?PUu\"%$F=oȉ2RJ҄[1Ϭb8/yRnr38-Ws r\]~HP0Ske-9D D ̎tZR:4)* qZTX/9>tc~*Asa0FmG+?o#|έf2!tzdG,R>h8t63@}Xᚷ"HA*kQTtGu?cI;c}%c,] Cff7PPA ?35hMYGȏ)_ئE,?phHrC좸iwrcKT i"UhI ώ] ~ddc7w$vwܥPeiL6sR8CDw|H9GmCǞp4bs &Ád[l:%.jI #O̱bˁ$jwx'ӅCkG8!¾R _9Gst@g~N2QJo\^5 }$靰7KNH\m@8NDHu^3(&^+;gI@>%ǡ|1B}ǎB ?6 i6~R 1n/s!k wkHvqJCJ`-G6J+HTN|_X7SnMxE P],KTALִcI0`RA2醾T}ci +rCan0P*wx ۰e4An$Rw5A#oQ~K p} 9 J@9Е߅͜df;m)"Z՚|N}ٖ`WUMY Z}=Ё/.UG .s>xV9W Sh]ͮa##m ҅^106dW2'T!~*;9AM##1fnv];|/fo,#{: e3kw!J=yκB k]f@w-CCPJm6AH( G6դP" k?6rx%S0̋hŌJbaاU*]U0y7e#7=RHK8u7̝GTEȏjJg?NTB2&||J<9K: AJ6TmP>q5mݖw_#ph7ɢʎZ5 $ٖ\ \?d\.w8ܶ|  &kj+)CtMٍF?"jtSW4.pV!jKdHn((a'oAٓthFg$- J3T@>fHn-Vts,5Uc>"!V)?KژtP-KsȨ)M|0ڿ.§aĚ N*".R黼1_|r%Q1鵏2YÀtLYϗK8>-QRE f</JlD fyuy\^+4{Mcj€@U{6@ Ux3iFw#|s`6n855uf熱k0/Z7t5)Cg#Jx*Աj Tb*7J V D^i整a 8G,5~Ɖ @Ձ3'u"_nj: aë poB3Q/al,u94SsJ*x) BW앶36ө8tP"Gw*Ou]iEEoqu^zЈcgkwuߗ`i7+2gO'[0т." 8jXnl/'C;a[ETG5,bM Su,+`U4b![R2j6.ShD 1/ T.?]Q*ۤ1dh-Nd3,v*1?-!Fx" Yx "zl4EK)W'%? 8 Ӎ:vjYqLi$s W #?r&G3|8`mBJYci[Gg핪ퟭ&]דyOhƽ?P=?8kUE7 J tf85xt,<5l?qLp:\-j\Dn\aߧ S9~o$MnYQC>(e; s=6HL&8h4ar}2s Gup@! Sr7IUi~pW(Z@K ט Lל42g(Pb1s ZHoukI"^ oxRZnG1~K҃; JBQ:ZhMi)SW'䫄:ޖDLW F |폪D~2+l=Xh/̟^Mē > s1! pvCbh>K9+ ^1 qئT7oUsC,dv/RwԋbK;>!h{9d7Ǜ=mvճKtsvy9鲪 a'PITlA `B(TRR/Gm@ŏڛI9YO%yBW?M05q#WۀF-͚OMաFW"Zij,`UIRqVx$fIU0d E2iFB!lpDt$V72 PaBr2j`.ln+ܻ2F]p 7oTPFU*:*bgE4wO>8 ]L hVΝZItۜ_ 7VxEDݣB~it歄$[~{6.7~bls~R};jx'Q8_[STKץ 8f&1M.lMM762 :&2? 0i4< v^+01 ={&O5ZwJ)pv wHUS jppq mJ )رbYZR1v#_w\MkO{:& b`{Wqog"$9aGm0:kީQډY7u*61<Ӛ_MZpV+e:\H$ ]Q#q7Q*ڸ?, 3Gxxo'IܭKjKQ-6 *`A 2UBhH-*3϶j ٹyu&V¹qs4צ'!u-zcm&h/@M=`C4o_+ RT:2 ~f6w ›N CrѕaoZt#s>%2%&-(@&܅^.yxF