PackageKit-1.2.4-150500.6.2.2<>, hfZp9|*A: hvKs;Zk #.8OtdR($޳v'!/%">ZV($=>=1׶6_VxF\߀T_bm[ptsCo=pGWuo/5.& {NR˞h҂nJ,B*\bh;ԌxŪ/F8fZR'f&VbMb>OԌ?|d   Qpt $*2%% % <% %  u%  %!8%!%""%#d#$&m(&8&r9(tr:1Zr=>&?.@6B>FÂGØ%H,%I%XYZ[,\D%]%^Ib8cdfekfnlpu˄%vw%x҄%y,z$06xCPackageKit1.2.4150500.6.2.2Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.fZnebbioloҨSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxppc64le if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ $1 -eq 0 ]; then # Package removal for service in packagekit-background.service packagekit-background.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi3@@ h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af4ffRfRfRfRffffPfPfRfRfRfPf4faMfPfaMaMffSaMaMaMaMaMfSaMffffSfPfS339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d19dcd05a6c1a9fb05a6566179da1f5a26155295bc7e8d5ddff6d998e8e2fee454ac3646b1da629b1b1a0638e90c3a68bce6546af47dd3dbadabc6996ddad0409af6f95545612214a9611fc3fb82ce9e8df833e431787e8b7655bc70e94a2fd7b48552ab282e953adfb1c3ea8c1241cf7087ca82a2eb725bddb686b62a12aa8a39debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a92b3c1c56fe803a6cd1ec71f4e4773842540fe2e0e610c2cdb105fa9010f1a4cc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150500.6.2.2.src.rpmPackageKitPackageKit(ppc-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(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.17)(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.3eԔ@d@c1@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-modulerucknebbiolo 1726787418  !"#$%1.2.4-150500.6.2.21.2.4-150500.6.2.2 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:35582/SUSE_SLE-15-SP5_Update/ab0806b222ed8de998699d08ee3ba9c1-PackageKit.SUSE_SLE-15-SP5_Updatedrpmxz5ppc64le-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4144f460af6bf428e0f6b6d7bb103d3036436593, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6b60cf1c4644212669060c54ea9b96eac8b95532, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=5f19f3e4cf0284566d6379785b1cf9ebaaa67b5c, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4920ce41c5884dbe26e5325ff2f5c982a9fdc60f, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=569a356cb57e65818712e99daa9bb9fd8ac1ffea, 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-150500.6.2.2.ppc64le/var/lib/PackageKit/transactions.db' (No such file or directory) $ RR R R R RRR R R RRRRR R R R R RRRRRRRR R R R RRR RRRPRR R R R RRrHTOq6JsystemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8f1c01650268f68e0e9748c29a051411606ec54ff33a9de99c32ed33f60cf937d?7zXZ !t/`]"k%&˦n99Q Z~g hϖVo: !5/,O@@`jrp8.&Ru = DiE4cΫEZr>"yHuA C-Ys.{_£]~oڡ ap̵!R^**I(|Bml<|o!! BՎ PJBλv+cPLGww[9e `3+WYh fв9m:55o=T[1/wKө/& w &r,Z4Qp>ĄU.R-j,MjQ- /opR\ŷ߻d& 5e6`-ϯҍ b}](J{y*{5EFMLV UK;#\ mX%Sq??c\6bBC${ƌ]4}VsxxoeL<l 7Ԩ 쾀A抜 E**(fweQF{Ck"vGǓK'okqt  ~j' 1> %$g\D4dY0H>L{0PaN޹A/))• TUw%g8.9}d5C%2$=c1x­>N#ٽq!w^ؖB ޛ%.L,=&q/sgH/uo/"NˇMHz{xÁ=l#HS},oaTu`*V}Kߏ7gƫh~22KnaAF! hز7oϩ_ /'B‡$<>Zۣ1];Y)~&`AE6Fkj|3q/XxQ ^ԅZDtaQh8Uo[}hbzSSnEePlo]jh-&FEDГxFc_$ >9CWHAZˆxl4jQ~gBf2϶+c!r9]3] {qF sf7-֐Z#It6MqPuʠWdԏUt _{m 6Քd̕Fr+xU;E89ؚnO1=cYmA[_$G8Q~>um!,:@qґr 6PSBT_qWx@Y]'GIa[32͹J!?^ڌS ]:+Nb [uY :6 ޝx6dg~ire'Wb0\<"` 2Fypn#m~gg+>M(BٺRխߵ܈SAyuԃ$Em\eQG4/ c3ޖ/qӆѥpgó[$O~g kF 23 `GNd2~AG;pTM *˷+whlyO{o a9i77.nizZq ||-IN"c3ʊlL Bx[Tq(,n3ͯomL|3`|dݤ?OWRC/*%s%,Aj_6]YKD za*:FTUG+0In5LncinriF֑֢6R+FV)}u/`7]-ւ sZRN!% tO!s"x_RsGϛaP_dGU9p*yE` )ZvR&^LzK3puw>!ԝOJK^t .l[-kC_k_K 9 ' 0> d~cMZ [,E%JM -FnpPʭxOŅ/SFu)oub\$z۴ }7?1\jj>].T.RT[ӂz0'1Q !ΨDP[ I6QYV΃ǖ9J.:"[A$SHM- +>A_pw{k(Dt]#.4ri8!0mPW1#9m,@Q(O :NCHz?M%h;"fA2rgƂQ`:!@P OTӤWX:ǼM &r&&PsudrA~TWBDGz{Y%@SarY ]OZr}/i1l*c0=u4os3Ơjەxp6RBFK~Xܣ X4UyFS]dҧC'"(sHQ(>Z蜡D$ DIb+Ks.w%yDs@ JW\U<jP `@UWE xWT)F_7H9Z17)ԓ)LrW:F)XyMnXhmiA}P3_f(V坐 F@硶)t%Metؖ{ %TCAr:-`H?f\  ߀죸t`z|[ +0Gyzx%`3Hbե,脏⇡D80N%RC3ñ ПGO٢IJd\1 [-i$?F~ѝs`h u3E_Mo9x{(|N`*{HlBa "gXg6jL)2zH~zϋ48ay3CԮ21=OYmnN$<{tqsycINa腕( 0MAX+6;s^ܶw ܤ%I8缸 EyIt6($>)qM@HѥX0S,ċ3o&3Z|:MCӚCUNBԲYnڊ 4f>G3lȦ eJs8iLNVH ָ"su% mX)ݹ+zq\E%PY/IN[M賦zssdg׋$W"rꀮϧ4 %؇R~"I\u]~:Kҋ՟ OKb$%njV`;xȆ¥Y^`,vȻeHkk@Hc}Ҹ(pMz?@}b )f誛Q Te\fw.߂j&%| l `GCj$_0V@jp+г.]T+"+z~^hl o0 ڍb-1sGֹO<q0#*yL-jxv]uhπXL״6tEn 9>Ġ4 M9|-.m>pbˎ ;Q^WQ4/g; C>LzqDiyPAsĭr'S)Y:ZMmLp40#2rs,-M-97[ƹ ?^TJуSxaf}EN:C[%MF6E#dyiಿuv Ae{U_a6Vdp\?2?H*GH=мD| Kk8ڬiJޒTKr[W W_֘44IaңYj$>EH*}՞e ];X}/f#&E5^yŞ[юQ2V~1%ɅG]b&Qu|`=xt0P YͶD#R ޅoF"L/ٵ>6%~k(1d281@ cóihJS|vYW9k9ŧ"M^!2Jo8(ρ`Z^whU~w;˟ ~1zo^\ CPCj3QcSPI^apTC  M!TPRk5x8MC%*os6<]ų@< ?CZ,a% .dݛq\ي=ܿ/N @Iq޳S٨8s!0&ہf8&Bլ/e5Rm%s*7YYfxg<#0؍XV0it`8RI*\,]>!ﯿѬ0ݘ2_6=eb6Bt[X64^%6TtvϮn@"0Ēiop=L5vi *[BW $ߖ|VvrGY~V gDH|CEe7dk7;vZ{,0?)$MM/7O^~Lk7M Q LL뺴St&1PHp׮V+tq g_lӉв;OUIs8puj $ ࠯Cw/݇bI++AZa6aTt+W3i0]O䜱QpDCBrg`f&2>C;?fަU@[d`e)9-ژ1<[q&d\3 N6 [&qY7?lAm1˫<{M_n6qM>kuO}Fi)84yc1lI"ߺ@dT~;Ir"vRظ/i)j]kw ֔HMGH!5T[iVYl's8ÆV 06i`~Kq5էu9^7PKlzm#M2[oa3lҽBz\i >l,%Qнj~QTңFS@&HbQ]5@Y2;u;tlp(Pj{$%ck 6,uxi(@_;F: X_(GfVşIqKiSr. l㊋J`IĻǵ{I$zsG=S>#=s"`j:$<_ L׆݅ap2V9miF!nGg'89 z_5eKEj[B@ urLN)֟]tЦڷ| z>xV12?f6ͱW3fBPbB= ˨yK1tǚ癈ڗO" s 84"@^"Wg6cٟo|lڍumΕҖ28EU)4۔ 2Y`V \sf=uk Cz;.^5;c\;;FL%~ rv+hmHbp:ofN:?<(70OY2G:!&N;N?2۝!\sC,I,sձ-V(4 *UPw/ gw+!EŻ;:MécA=WDZS1Kfo;\ekA.&&]H-#޺frp<&W7j"?et֝wZpx|,MŻ?bp^p[rnӰ\- #뱉b&T[>a!0<myex2D]}LN5w{%'OPt<񹝈"7yM'"PFṯܾ[TDC=Yj#a{4+zP4/",7U*%qyr00gi4p/!i0W1ʉ"p<:6A~ Z`DZQP E]7豬jfztQ@Wr}h1΃gZü) ^?_iTf,XyTH\tG))x\P"gF'Ң@/W6!+ 6پp,͡ᯇ̄\)OЙe1 [E*Qksb"q:XL|1"aR"O+3V1kVoB.e vP7 ͝к5( S#}X|D8XF{ȓG7}쑡ʎ(HPZɁk߱Zb?StV4L`z\ K>n({2%qgX[z3̀HxNaS?S,s7qޛ'{lvٖo 5&S$/iUE>;HIzp>-K]ԅUF">Or^'*y+y u.C{E) VUkHtX\o>\懈녦U3Y *̠fw% /VLz]ʻ|m1߶MzWXHXT˟ E{}[F4Bzmκh>*#a z᢭cu# ⯷~@5m]IOgj yfi2!Hϖ94SPBQߗjG]yPWh40}mbRZ6k.*Pt.ZPX%DeD4􈜂$rmiBa~kg;)3 l^-f?-׹, M) Jpw |%~htI}1-Ȱ כy7s!Fq)"ԊWĄ1vŹ?S5wSQTDvf-_;ْ3 *(.IyFJ?LQh$6_<7Uu̯,IHHkΝk-^fvdmh3k:e$7iGiS*L&z<N&P)KC; ,@d_\z !ҎҡW\CTm{C`|_AV7)cfn͛ӋO⺱ES}aHZUc5*rcj1MbyQC8>6iH_nZKm_`Bv\˾J %Dv#(^*Axc!4eAhrBNB'7 TՅsS ĝv$6tTf)AykdDߎNK,n``"`^ KHB@l){q9N=D0՘ȼcZCoaxmybp@5Gl0gfLq:ؐsW޹gX3#HV#QFJّE'K-#8Bp;j j1d%B R@5=(wA\8:V4u~ 1?M[R7!ǸD2VQ*hRN,iPc6xAVY5yDd*7R7)s y" Ɍr1ޘԢ괸M#ž|"'IIa)jaVĢ 4? tf}Y;@\ Ud* ic9 ~DZO(Pe׹!ϪpO-ٔw\}f rP$ F<ÓNSJmǒ id"\.U#|wS,#f~5`M 1][ ˆYBmu.cP%#nro <6c{^i|Yd7o=%m)eeY{@p;Bp9D Yi+Wo[ ?*f$Zs?yR\;d 9QHeE݁eU|Gﲔ s9ju۳o۬A[8V4rU^S F{)fٽl!4IVO46-؍wm=囵pr,N'I@KSTs/ n57pvG"8+2M>Fkh+ >0ᦿvb$FW"Դ5jQlC“+)s5ߌpt*f׋]](žwA7ҿ>Z rm }g2C9l9vD&ů"3 PA}"g0~l.Sסu3a $ Ľ󻨡<@պm/ìdAd'O/oѓ&3y㑢QG. `|<$O.1 E'<u'/u%ܥl/a=[ШHO*jXjhq]C''j gl- zaDŽn/ *LbZu:k"N5OGr3{MȬSǚNx89P=$;E;䘏7Gd0. g3ERb3,Ԅ?.d 8U2 1=%,2CCQclΘ\~6 82Mz/'$,+enH*J)v^Ơ09馣S ~ /8 _&KҏlQJk'ilGmtvlp2e,-&A߫$m@z׷c*Pe&Π٥4Zsͭi CʰyUl KKQQ  >jRf˟2=TXEwlKޘ~Ͱ \<~rVG~(Ds7Cl _]#" cr\R}̺lymmkJ- 2A5((%\^j(JlPƊlXCa7³c΅dw/?}ǰ_!0r¡xV.Z ;9R9''B98ð631fB *N~yQ1PfӴ|C=N>x=fG?&J5Υp4U2wgOVp8z+ pEG\|)1(͋1AN_v*lcG+I#81ZbrƈMe:ܗ Q M%%k6KsT_jB8 wpsUٚh-@rY8[2+\1ٙ v7=rS^xrwtJEe3[0*qQz05L}5[qbm?XYzxP9w#= !CG"?2WB ;\"b)qAW?g61wP, aqnfP r $޷.߀hZx!z^UM<;ay|<n)FU55ADSYG*5O,_aL)Q3:g[C.c Bc0=O0޴at'K$kZ4$~+X\@@rxD? A%tK"ʪǒ#w1 \LriK]!v7>NYQnRb+"J5 f> jנtU[q"& 'Exar'Nچ]ȷC$'h7hU53(Jd\d*G>$n:'@ZЃ׋uլp}@S1 F08wUͶգ`/O T,S cFwx K:DEz-FmiЄsKVT1#QJ+HWqi0@xخ@O l4}3XkpŨI3ǎ&fz[4ʷ&"3+ykܚ^1M6zLbjst>|X)4s5 t@ʅ :KG2i\en<(0Pʉ޶mӳjzJ6ǚ #w2h=񛉘ma DF9cE<5h.iS焜W1TJDT<@U)pVڧ#A~`2KBHnU&PySg^=ȌIBl tUmWu mM1>b3=tu?MOT,A#Qvq Pe!!F/ 8![O{\B WH2sXr¤@n(b3}Tedv 4ՋFPu`4%@/GxOP%n;d!bYXS Pd&+?B:{t>N׮j=-Ӵi^-md?CyѡRrf"CȌZP+ltzr=5+60 |B\¶+xnr`aB-d6R%_W.sxJT# ΉꡯZNF rDmu eXTfp9lhVzjy!o::XoR/5;1_]e2K=stk]]KCTV$$^^3CIgˆ])l0Oؤ1~T L@:)9qI곖5:6ͣfnq8Jdcxwǣԛʡ1aVjEFi~LtmNpmf~[fؾz0ݰHTsAiC%ޣ6~#6>\},O~毺`PYYi7L8^jl O8MOJ֜&xM5߭Q-FOQL~8f#DM2efUNb͇j*ɧR͜:Bèjq#@6`0:|q=ޢͲ4碥wG]fMV*P"l07j gY\D+Ѧ.|'Ъrx`'"%~h]գz;Df:{zHV/^$öOL!鱨kcZKO`_K0 .E`vFǻ Bgû4%ꝮTt?IR?ׄ[ kx>,昤WRf-N:k|m,[q:b֡g{zBST[H2pz? 5R7e]+ 7wNq>8qLjƺn@-_F7h.ˤi:*14EV`0 fܾ ?rֈͅCKT2T [^'rr|^bU\d *G`]4JSxwJY[qu:\s(=4%c:$edN1(Q5&-ً.; ޺98/ْdoЈZ>h`3[-%1+F<:SceZAJXے'.ۖz[wǬ0)В:脚骅`YF3q4}qg;T_Xm?\wcBSta?(Xr^x[uwC|#IXyl  Dʢ5Ez|^.>4bʃ c۟#G/ߺ>q}ߔFY6PlV%#X֤֯%{ְ;h?D~%\[3k(q?Rb̛# 4?j@ _I/e%Ԝ"u ԅ3+@D2[RZcwk̮q| ́=tA7Bbl'JchZIqp~DmgΣXDAM>褱w–t?D1W;YEE/c8 ؇]ެ;ɑw`mnGSÃ`Cn̶BB/P9hğDj=[O:6KO#Hs".3.!Z_|? O*D ϹP0Hip1 +Y6t}Su٘,s%_߻0OHfN@x,#cF \"o^ :vs  9vF?ňc-?626iI.8;QbWyse^GhN h\ MD$Y@Erj< ҭ >K43gbE7nUolzA+߼H ! Kh Iv,60IvP\b=A憾$zmK|,3|WMio;\Ңq`+'^K?mA`?;Zlg._xE OYx4FK86#un[Ӗ9?5&ܟ0 SeQ/$8(8P?Ư _Um3ӆ$Vq!,ы6#2n(sb)>C ~rt^ш>n,ww%2ԥ{(l*mdwұMUf][CCtlsB&%i)Ӳ39/[y 4,JNWU Di(G~X=M6 }@ -)izx=Yq: A10X73$[3ia, _$y<KǫCHqVd;6l J5z"=nb>?fJj٧w&6zS*6Z mѪ>I("vgi'R8Bdh6ʖO+oAQP`TSRiO?Q,we8WTpS#L5ݛXRKEuB~(H6تGʓv?jKmj af@6b{6wr]:1Ҫ -V1 ,;7EeUa_x稫ImBйT5P^vXJl2-&kz):ӖP l0FH%b>,*0vHo-̣|"o2G#p(fLőm E|xr@%#L_F黊r)+l3{@o|ӝ)$IFJ]FMbLi\]MDYěc8RHxPFͤ!nIwǭ.B~/XKC4zWIfVi_Xq^%u3ȶz&e捕4ڷzVOyv2R%Tږʂvv@_{1gQ> XqEzJY!eNeEE~cә'k,oG#dgRcJ%{!@([K?lC=(Ծ$aF3׻ G) Xk<~7QS}n = d3՗'9f<&.j' ^]lXu6!o&mmB_Iwpd2Cmܝ6q6KʲR ^@!%%Zx Xy^lE8{~3AƔk[$Y,BHfn1L>l?U!±"$ٷhT1UC;cixqNY6 \xl z& 3,dT%q+f*~ZβʹnfWbϗ:٘w)ish뙬tSupdJb"eqɭN7y@\fHm!G4 *J/Åun }0U-G$dIו[jr?tڋ)@Pp&r= =P'Z&\=6Ց1yRĴAjvI1@֞ `bt=# cxTo N6]c+:U%x(,Vdf=&쥗}5Fa)KiQÄ`zqi%NS~75>uJf=!% ĂV~$pgY`uv.0uH䕋Iǧ.y`4MI@>jVĻ9 Gæ tc^粍 }AM{<gHkT ۼ3.1틑oMSfPZLښt|!el@Aat~sd,S^.ba] f%69XiXT<a‰,g"#kL7s6XAߕtyh)(~zd'T~猺 e{Ο%3ݱ6ݝ#%ƭozj/!Y LȿRƒήIYe,wl14iGGuRKs74'le)Y-+jje?d{qsDca3I*AU#; k;}0%|$JI#bvPNYǝjg^3F||~2BjE?tP!$ΈH?r~Lp;%OVj4DMAJ%q= ѐ& p=TYhRT'&lk(;mUW)4@Gr羆'al$VlBB,dSa)_,+c s^0kΗ'(z}"p#Z9.Q~ >#շ2QC4q\<;%oR~PG^7a&GWdyh-zQMG>}, 8NLt `=n:3Uy֭0$oy<7F\WD!-GjoKΧV'^[+ p.eJENq>)iHIq)UXaҷ@WC_{[CT'~Xщ<"xN=z ؃3gi~~y~IA:`SXc|{\C&:0sU lFz6%VfBGr|>&gu0uݮU+gBjɖ%bC!'IPr1\l[g~hXRSD2(U^_9I [x޸ zw2—fr-Ok܆թ̝_j糣TUBG5U++QF*ЖEM?g9v۠Xi-??V./¸[HI@xKB\,j;G/|`Vަ'jәT&Tx^}}iw3GΎj\J86|^,N+|-3؈֝C:w.ex$scxMO{UFz䉻BE&7qm݁ͼ*pFx~+|GpS<5{π_m P$ s1Zzoes/АtC{kZ*Bݝ >v`V Pv8ȷMT.{M c,8"&j-Rpw:\{j|{nW,QV:cWoӉ:UڰǸEC&U%9SJ@TT e,$_ (ZڼZr,z9*]] \C[ޒQ3Za`EY+rViݩw E'"\'օLcY(PCm(X0 Zl&{4(tH0DzPK ,OFalyoBT$9c 6EܰA@ؙU{ '!6Xlp XMttPdc4`)[\@Ӭ߱}׺ O@t}ݐׄ{Wc 4ՓQweVP)ʘ.kl6a4V"HQreWe…B#{. 2Yűk78Hz{[iw(mZK\cߵ^ZOE"3ڻ(df&;jaD<!dt]9 B4ZRWu݌/5͘S$0#X.w̼W#KH$0ƒ>R$Q{C#{-9D)^;$,JX,g:_k__J\/Re&Iˤn3-&U_?TL$D2O'qZ/4gbln`F nLVO9=H*1ǿK=ԭ专R>l %JѢ2VJb( ثiȠ1'j_ǰBlUU jz~ٖiQG.{Okx&uRK{J$d 35&DPK)RO}5e!!8m3-b.2>ǀLJ/Ol CdSoףmuݻ٬)hj&?q.SПfR +a1uf[2YlqqQ$W`c, H\46"g3JZt$M<9A'?ʧȐ .;[q좸8 h EȸFj怟*7ٗ_7bu3JfNբ|1*\|RsOpA{%..DȼWDS}h"#_vO ҩUC3_ C}R'q&VwLg; ׂHՌdW0p ,YkMdd+YQ1HwT~=/neIa˫*L UV * ..Whβ~mSQH=vcli :6=Cj@CrHI|YN+ 3x؁yCP{#m {zL50>ES][5I0v[iP _Ǖ/vJ/קـMG ޚ118?dMaC{pd*!=[])wFInE#4Xy zA' XͮoXە^d?wsߥ1OV7*M˨\¢v&{-.Z_*JA1)@X'Ĩр+㛍=o`'rbCӴ5L E[BCթ 3T2/ZJea+wVѦ.eľ}*6yC];bר k-,ȂgUIz vS@%[l wԅÙ>E*uW̽]`|޾@FU^Sl#}i W3NH(=Wtk*CzV;aScX_LiF"6 -x1aB['1,^^GS6䬲jgݩFW(ٜ*a)޵@J=OS6\9 2.:~WEɈI3!* c+y\4&X'vU50#˙b/`({Y;#[?f`0JVЍL0Jfز&hhxQXA!U mV9\aOYNjVd#]+='nX)*I6GC8I? Dk'5@>r4)Ⱥyߩ_o LLgWj.u猹vowcmJIم(ږ}Rt{5ߐU}5P8qF~~q8ʹ_l#;ѝBT/iT-!K@k :1OZ秒oӐfzǔܴcQ{|88`nyS'C`*m܊otgԱ8;ɭqbiƤh:]*ʥ 9/X2xWw_itJ'$ ;;I## :kвazSrVZG;%"Dw9 Yt<>M?gjеgp\F9-BžfT-Nj`j*H@jPiQle? "%Z%(Jxn_za<8݌|nxյyVvVpՄ*6&S[!O#l#FOe? ūR}œ6R4T7u(ڳN3El*c9Nc;" ?8rQ9ұmOgL sGSg 0j{2ݽ<;U F C2V>hZQL~N0F2 >᝻[ KXvX1^ܦd/RȂst߭~H `$f3`.hK^Xl]Bg5d+tPu+OiD~W/2< :i=JF"TEn7ݺkp ;FʪjeMwZĎpWyx+$F +O$]hGT$!ؙ!ESHlf>6X/,AjlK=BxJơl p0)mAtȷe)dnn&B\{ZPz(}~YYZ \OktdgvIKDB;rDzLϵth9|<v ‡RE6|*e=_U6_ [Vpy5qz3HZۈ@d3s\yW6pIo,~ v%Q\!4UYkzayE)|c7d?r5RZE3L`NY]i@,, u#d:5$vh2? aUŸGPK [(η*L8!-S\vYWszD2D\rMY"QC>;oFmYFm6G* sCk3a$SfGnGU,6¯_p N ~Řx2Sp gOW^{N5@:ޗs^Ox:-qP+{ϵ_2[ֹ8􌁆ꅏH66ǹ5T^y<&OLfcMohfa{C'%(I3OLc”T,YL*VfvӧW F`R pvzD@TdZ"F$B ^/LWЩhpuPc0&5P )nH%l|K52aP0@7E3_/%5/׺P4|j<}ܞ=Zw꜕p$wz[^tkL?OC/i͎hH A:-:2 Uqa#F|/*4 9G>RҹbCQO6`3Vl."Uj#9}Zu y.PxT3&JHo~Oz68ƶagwp QA$DŐ:GnD;15to%PJp4RK獎yYD/kH_ m}-^*..6!BY Ʈo쏯&܏bym]M"C Rww.7.ߡhgRΟuٔ~ Kj(EL 2[ίNeK߀rYo:èʵѲkWn)lvq˂_AUBoѠ2|[%d53Qjm>9N7 ׽AKTV4!clGʬKR"[oƉ9.vN \ᮉ޾BZY VZ j K.ڞ^(ڙJa p0p o!:T›Z9g ImN@{wtf<&|d'@zZ[2n, 9 >+{-N{1.EKXۻ@ @!8|yVi5FT*o^u^ (,G׏JQm8U XkT ڒN.rw&ұ;?mjsyxj܉,|\i688ipp^+Rcq>S֯31|7)YWܲ@yS$L t/X7I`UY`n)eN(*hF DdZI ܲUf=%} P `AgtE/fgU:$Kpꇳ'!1vxi?qL[7A%qc ^Z>z[eEP3>-y 'Əx䝣>[rqo30F ̉/ N{enhA >B8pƽ4lAf)|#0O 2ʌ>YH`$5zoX Ô v;{8v',X='83rvbTrx+`BFH؃?Ga XgmdS~ښ<ڼu9$ddԸeЬ{ଆ_XլRϫtY,u UvA{]J&"`[#5ą}Lzɲ~LC|@i J'7Kb7bK S ?NLe 9:2ir{#k6 HPT" TZ/s LLrKB0 m蘒I8 U68535JiP^o⃙E[:[c)4)/'O3枋i@ja?dhw[0rR^x}v3~ k@f] +ްKEҘ=ح|9*1h4EB^'XN(}[珑d9uD+Or͋nHvm8ڮ"ⶂ]*Q/!1@*+X|g_hհyu2 VJ2aZ\ƍ Oů6AWκy a#b|e]8fV>Y`ZĈmPRE ;~ Օ'j7\SzǚBBWײ=V zHc//pr4k^-nf*YtiF8L#ċP{sv,yɍAmcl5.lpVzgK t-#Zlҗ[U&lSe,YuՄxqVukH3LjL;#T]>۷ iep9 qV1&wQՎ GH1ݒR/_KY!ϔԵEuWBӧe1)4{VɦBKU{5/zH1u]J&B@3}f8ݓ[ 諏 0F( eD /Ah)ǹ6MJ{:4jhfݾɐ4˥9u qUN9P$a8DVYL{I kb߸l*`fa`qA'? Nz"aYrpԞ64 0CƵpxQ[#f w]DY{fjp!N:Ѧ9i!XsIS#L[] ۾m}@/2ueRgIӋIWGՎR/,l%D ~窪Kelf<ׄU_uǞ!r=M$-|s*N*evtc=EQ2؞Ŕ"cUȓϔ٢"lBڝV:M4@4B[7vB/]4L֣{ @^a_^* Z$w碩 dR_QB4}(ܺh4|gT`8~p՞^@s}m(iV <98xŅ~=WF98EM^J P,mA;pzx&N^=HcQVSYP'Dn)QHcv X'[&Thp8o]%W`X}Z! :rL]pEW5ߞz\]0ƹ˳>HBә@wlڡ9A=&<+_aνkAu;-2]W3t%7٩PԻ?t}ږR8x{ܩ)BZso"*EY閍f oۘj߾B 9l7SI?jcKrd =+'mwuYV&F‘+:nTA0Z X1*1X[+%)YyDVB_!wфB:S^:>>bN\N ;. 9# YI~6Ui[ m/Ұ>mrN= e9G S Ґh6ٌb8;4(|I+_Hhu ā\YDewcJF7j KZIu}QIJbClZYd}é>%腀܀eÛ }\lʅB]lID_- J zlTC\Z1B/:P"=jÖ/̽j 7 &mw$iN*`?]Z%޸f݀$cত J&1He]IE+E bt,yp"SJ׺Xi3evA6}fISǹz^@O# ԊY&;)8u!i"hSq'd/a1酲# ~";ޮ#`_ߩRAfPx|yB_<39ȇYz~4^|D)]^}1."WaKmՍd2?Z`$+Q`Cwye϶\$kCB8$i$"k%KP=Ywu8$dϳNR3iQM͒/&]Jj.]i} rB-xNrJNc!~,s0%s:`]d̤#Rڿr0pmA,:<"ym7ޏ1Y{dmgb)?.*Z:JGt(2d스Tu' e^_1& \PpiN7}$*lVA'eع3P# |EWpZLN]£f[ ޻K'YnNrcs`:gp@,KLܘ\VmߑO2I\f_kLzTZ A*C lf;*^b &*Ѧ2qĢ%ԧ*t^e{[1${@ ozh-LîЏ1%vfM6 [xJDhl_!4b'B#fkH&n~(l+4vuVv3v!/Ƌzhvt\~8#dnHw?Թ;adc3zz=$.u)"(cM(9_jz&P?tl 5tY{FwK\))^&:_8mʄp&z4p~㚷H؆4-,;CWHIGChGWRR㲑y_ pIUHfษ:}H{A;B{t~4] tӨl7k蠧Hˑ,[T~XyDWbQA'+|s* Nr W?puJtx+\eaUBaH' "\mv vvP68è_mQ9мJtۻ<FAx#9/Y&) 3!Q?)a#QhB1o"[v~"R^GcZTaˠHs05CxeX_f@<V0;rH&>ěShY4}7UBNwd!Cs v ^|l(Y$ ɯDS}峾.Pj yaqdlv_BӮlȀ;2_΢+O,S”[ϐ42Wߠ:HA֮~n U=|9Ζtgŵ~-7⻦ f~@^4SB!˗wilQ."2t/[ FԚtuaz)t ؿ.EW3hHQW,%| 33Fjc:_[Z/}cjn֯ 2D*EgY(5̑eڤ Ot%r(pVV9Ƿ&ļ wU]2M97cPߌ7ؼč`qUFﻬ}4Njz,Í%%ܰ _ GIT|)6YuF+K`5,UƷDH BN0 5d$V×)u3&;ZI$Glw"ͺ\xLH72l\2Eǹ[s{Kk]hd`89%aW#$^ ^aٛ3r- xmYrA(aQID/C~9I7`'R;@>=BIVsn%-W<ඡg¶Ou_lZ3tCTǑ7 4Vb}: >-׷Q-HK#!]S I7FY)~=熤rnFr揠>`\(K0 vtɬuV։64!Β. VEXﻍUrM!~Ѐ-mC*6pBp.mǑ=JvDM,¼JSMz m_eӨAњ:3ZN1UQ8NZ\^ݢX9 Kaެٛԭ q4#a\c1 a ސ -bur!z*3Q0J>D^9 ̓V J-տ?Hb1CK5RRې4 u9F'?}Y Uh0HqZFSm2AYW3#%:Eq* ʣ5 ` P)503B ,Fښ!OB6ojAm]#0(Z3 B˙*PJ'XO0{Nz]R**ha"(c[ԮYD`+O2ݍ,t|F3vx*1$֣[s9TAӝE w%fkP2\g^ i^9%XV8TksɧӨa1F6бʏx\ $*;'{/Ch\W^5˛%hF+aiJ@ڑ0}03j3B-,urD{+! >D@hS'=DA&`^M.X8 aKQ}U[ckvhׯj @/>B45)'*3_}ϙ5|nJOX^qH1sFtͥWϿfNC_>ѧ B঺H_^A 4\5S^UD4sU & (2/8j}*m_p)IҦέOgeo2 $.8|-mbŗBș蚏D9 e)zfF.C=0 ^a0tWVEon)F^lt+[Uw̭7nW {̐ >%1),C8WrK*9~s;WmfNN hX+CA6HFsMPqtQ:u}(psۙ`F v !:J抜ۛUZ`!HGaVΖ*e] & KoLGݺfD}PK-n_~g`4j ߚ=l:Zv@wu+)FdhBϸ`2Xsh̻{ 7H!hPqq&~"))Yyi2V_f%|VJZ^-? #Y;v!* pԋ)DVz3!p+lkq]0+"TBaseo"O+;[_KiT`b[*c/'ԓEL k]X3ڋAH0جc46ݰ]&EiYNP>a (CGi :1 YTMf8(QvJ:{5a]ZT!m_׈?Ey-tBmgTD:4 EQ5Za>zM'!9㉘s+1)j#"طN֋)T_ze@D6fDF=cɴhj2z h=ۆWwոzJR5z `Ue Iw.E^oB?gb]:gQwvrXM ϡ}мE=N5yC+l#:L4[bV[8WL ]{:dFۋFQKK:vs:=J!Aar1#, "TN\dTc>|S@C=h]lzfqX5>Jcrzԝ8<[^0Ց 5lB=B%Wmʱe$h 3Toʅ¡!`Bdu [,4[G +3aFFs6 %gF3uȿu?XI 2R=Y$>8r1YN48j[BAկhz)C xMND\5),GMQ=ر`z~ͳ.<9A 0HO|Ȇ-R]SqWh+=+gjIɾmχc'R`S/b58ߔGp}wQ B2NtcT>b)wDsz)t%@"b7/7UשK "iCQ_(rk*lQCt5}.nQ*t&`}<X[CD$k=^_(՛tP5yQbw R¯ r>iv\ Q'm-Q8\ߣn #M_bϑ?P#PU#c :*#rP>\d(6#Crz?H9b%&q`89eCv#n(ľ#:_i}[C(r:dXά\AQ{=#AD.O؜B<H@3B3pɉ:A~Z)0 etMЮB HU[QZ\T*7 4 H+x5_qC2T=Fyrop c9 A#}I7 x~FznڃG;Pۖ|e(F]]'*Qvͣ9H]ֈ~E^ӕA|i3Hꀯ@8sD9 CT=6,4LfN1}??n$ fz0h O(3u H2$D-~9Mj#!E9l zy;GL@#1%c0 "~RVڄU>2?WXɝo >u!?CcIT g\ShcU7 IVV^H5Ϳѥ~+;oksa~ S9ą;L#xf`C[MzG>_œ =Eu,ݘC7, &2L7c=F)5Ԑ럮V^!Io%?YgI"!mgQ6n1i/wxWo$;~Vp"ڛ]~aN]ȽiqR=qvӥ+Eg^p̣MToY\3pVPw+Sy!Y+v E`RZL oE%ygntc>5ؿydCC7YXa.0ҙѿ"$̟ۮ%"7 L CR"$6h@MS[}ʌLa44J[l#F *͙[ 0}MśU)(\gן*'vu縶ҺmJ]OŦԭkWM^POnՈ(8P) ~x7b4Ĥ$`RwF3bBqR9:`0VDrD 클j:VEqz6? okC=tJ bW*i9^Uc 8fm]j$F)hpPGA9Th0/ߝ*6(&<.%Kb;nQƮ^xv}F'P:B([jN7_1В͓x$RpJLgBA'K)%Jkͦi3Z1ṵrUo+jKoPN"HUR7*UKdMJ6\&Ȁ2-nКgC= e}=)q`>*(Jĩ}wU\3/NK~`9VC(SF` A|f[rZaV's ܷyԟQhu p@nh> Nx OF۞N:1h3N$+iNM8Ma7iK!zN3_Bk#MUz ɨwvl"Z:π\\YY10|sj>xd/g\Lt_TׄT@2RD۟^fhw+g `p4;*3&zMP6p,]0epk錖m73)& {j4M䧺})O>y@ci&yF,SKLKaz67@X{z"}9rWDhIa㛭h{CzVo%]JC)$E{4ǎQfEr!lP.^%@akU bD^JOo+stGH/>:/A [d,pBf "(ϢblڤM/Wt>"f/Z.~:~IZ%۪a M(= wPEm|Vpf`^%/Jy (DV-γv-X߿z$:mE7Q j*"nA X6n.d>j(㢭WT S!fxxDL%$od|9Jrn&k*kT@i+O͍W5_ w HjQ'm&<%#au+ tW;bn{%Q*îm4КM _x4oo>C]&U[ĪF]m}^yWtnj.j,2ݨtSW!.yƅ4"wJ [_;%誺a\RF,1;u3~)T;$lnޖ~Eǣ"xKhQ[8;C(zԽNo cb=Zex$f(FgdD^u i(=O ׫Qv$9s0 F#5D~N--[8J?s;E?/Oğ@ РAd[)0M}K~PtlTGd]tCB&b>VnOs*O5aX8#wN>v9C$s94Jǐ imk+^#%~}G&Z)p3'H4%9'XF,.}.VIzQynhr) 8ɖ9~,S>%.~Rqcٳ4Su;r`~ {.>bp .DǏ/G5!8L`j#ݟNNń"ͳE2lQ@< B,:+n@F] KZZtX3݂zr#|ܹL[T)MV|7PbK_oO68kHwrcxvOtvl=/ΞRaa0?LJ p m31ŪqSŋCWD T\b9k7]*^L5>wƩa$=i6@{9-yA rW jhBNΩ~/rJCC rzW1p^V /J6Z ީ_&(mTxN61,>ЖeZԊzWLLAUbT,}n[pWi̷ht9cr(˗(9.}ЧbvsxUd67oEwbK3g$PF9Q)TbRϹ&{ }fZB>sb L(_><P>o?!3Pm[vxbN3t9Bk! fs緱=YL8hg[s aL%u\koqup7&tZTώ7оJwۨ18Wyg[W s":m7mX]`?r2' |.Lhu<@ P<{5K!zG뺺&~7ii"tIa@4́BBigZW-&τN?FDbjx.& Wk7 7kk#EZK&s'no]jw,ELKb8c}.o76ߥR?N%1E},93: !3,i)" K"ŒH.|V GkkwcL&n']/fȤMIC7,f㢨 0JzXIW1ץ m ůBM(1.Rc&ȹGIeyȣT#7SIV.rֶt wUk3TIM祏$5R!J_׌G6^ QΠw˧ ?oxI v`ȥWn( aNuLdCku-.IV%+]0 RgB] &^J0ur0  r.*k-+~0P@|_N\p\Ɠn K6(VjăBJR}ˀS>BQ]2O[+o&xXc㦤 \Slt(nl[gkV.s/*LH)kAFW<% 'h3enJ氓LR(6NT9d<гeFbz(%t[\c1K#Rрsw!t;956^$9}@ut"alJVmuK/Eu1fZM $/̢H狟*vȳ?S[lD #{yOa3xY:1";_[՚v f@'͝[EnBO[2W=^&\ 0=Ea,Ǵ`d HϜjw:cH^FNZ1yg1~ʺqxQ^O= ^uv Z>^$" |.C/xM37`<{rb&x-,I,G$V5xŲ2̎XS'>f[qMj/eA|fzp3F̫uԗ@XwB^={ ՉaSsaRW_^KeH=JXK׹ aA`^C.IɌPm0Iӭ\f\H9Qb*>$ LEoto_ -EF6#-'np 0JL" l!"Sx)@ 2MMjыNLUZq5=HQ 2s1gF *d v ZJ-XfJv0XB|3;\!vL5HzKZUZ 1EZZx%T3և2${[t'M:&.m"EXʸ"v7܈| #qrn/ >n=;?W^yvb'$E<!0~(w/ļҺ캵52;{UJq9'B "4w{1` sbps qA6ۯ>-Y 3VGZ0;bQ6|Bmp;3 smo~J_m*s[jZ||k#T䝱Lk=7cƣ~~>^_c?6,)asIF,Iz#'Rܓ 0 ߽_dx`+4Βg/m,WfܧHC]0]82|s?;Az[ F Si_MMQ){qs{ǀ3(&tr=,&iTH;H)%D: 6~26ϣߢR2lFuw9g=Oms>d+ sJr']Zxx*LμwAb:LE[]Bʤ:=a#F}|{) 79B$:Qܻ <+4p29jH~_PxN_`+:R3-6Kt;TO_?S\f^|N\zC1ɸj3yN@nAmvIC&Xb]5uG?y+ HO^\M߯ʦrʔ5P+s1Ze?GT\~l{WORSh `gbT n.vn'X8oFak3rbxqAL@ ^5n,֙gFW=yHoh/. 5:ѻMr6_کW$f8vs^!SEgM7#EVT "{}~b`"-/cA8'L9 zyA#Ŏ_Qיȯ (@"{ :ڻmlYuq+VTZ'g vwpe2 xu&_"7k =;DtS8p$9DP+y *y"YA:+"1} A6wKqP|HL 9Gg1^m~B3%0nS.`vsQ ]N KUqtw_uYC (VkN{RQ~u.-Oj5(GBi R=&,\kkJGZ[ϲ]f$eJBw@h kpAQ1xOEGWsܲ"4AFMqbS*%V?Fz%hZ 8f}TὶӊM bHMc^~л<<]?W/ʐ'XPڣ銨nƁqcStKtVU[o~-Vwb40@q9ދ]ND#+<0QÍS菮BaUSdewx lAp w)V%vadDs&tj~!=:=bR Ʀ p?9VsB Elb HG\U5w0>6"YlaT2myF !)EnCXg-lXjtEX\-9Q #ThTz?~6d!ˊ UzšdУ4gCbAqw=>AJѾsPq`,Yw}A[KN¯r=U]a$-p[ۙY!8\ %k4.5Ц&f M,gO'fpv1&p6G*C[rL2WI{9~꫰[S,;B=1*h!$FgߍLB+"ie0ޗ2\ʺel7Nhg䛸GB+L %e{ZLcA6f^8 \wKȠwL@qNu9( OصQ& 0]`]K=5PSh2gGQ\w+ȧdcxQ d6boO^ƗF0$[&]A=~-6(+(w~x \(P/Z+|%dGrum ,x0/%45" h`@cy'eψЊִ3 Л-E7:](-J5cYuS%߹8w4̘ k3ŀz@\ O7hcJu9rZ3D gmIܳըژ etO. !~W/Pt7PX™qʩ90u# yh7{F'T J@*ltKTcŕQ`&}0:_Dj@O%+ݦ]O}J;'yn$gsA@hsu+P_'6zMhG[/y-DSJCӃ՜޶IBu$ E_uŬ֖O&3VyɵkY]$e iާz/J) `#s ,}[q,<'E"|+YG-7t]E5 -A't:$%A3$XTAGk@kc0ݎGbrNbֶ-uz"˪c9jl.Z(Vs]еqPݳ<7:X}?EB`N$ZWsBNnHk AOŃq׬=ٶ)ϔowO=zNPʼm^f1HE ^闁5? Abw3qS]oCQke r! r ~:9&Z vhOWzFud(]*ߦQLVLinoD:kOun- &Ȃ5GG!1@pqtU!֔%<1n 0\⮤M3{WR7犜_+j# "r@_κDոm/&U&$1jU7#T q,ny6iRfx+ll IbDŽ{bQ3 G \[B3{)Ë.!t("7 Z l?b"xa 1rʫN)ȌIp?X㮰˴AS pU)Ϥq\P$6-A^3REl& } F˓Ø X@A SsG!(4?хNjH)0|z\ O,Iy*Al6ƶ۪P*A K,!HWw7ꆉ SDžydټKj*Ӛִ 2 >yq$'7./kB ha&6zXZ^]vMbKnXXԟX,֔PN%OމA;/w&M^}\TY,˴F$GLG3f_Hb%'" I(;űՋ\5xеNGM:\3H򋚾!YHVd{C`Z (NDrY w/|.9eY. ^a;Ld wb@!%xn ۄiD<^mпƀe>惻ҙ^;YӽPO4X%|jg6S.l1EWƢ,7_{V ]hOEʁYbna| h T)NbE׹odAPtt=4}u%O/D~(D͂ f{-JB׭˿8Hh 9<#? 6YUC]&oW:2mJL{V1u_[k"]WF^^Kʁd?A)`fv>qT@gκwA w#e-N@`A6#E{c.uOg-$ 72hQEF(%B3c[Nͥ?a[ G(s-is&;-gٜgEP7dfۃ ?S࡝բyx~ZS!B'QK/fXk @6|2M~-J5c+pCgM9.ND&5PTn+v'=n처oeh x:fv#|2_\)ga_OxZ3#W_$\*XL,HgkD3ުj%zu`g-x)xNP<աꙺn 'Q"Dl GF=9by|Sdr,B\t?˔HҒQK8pJy {`^ӉdDWnDmo r^~ƟR$Z}m1SmL[ a\}NUCN(+8Tm ݰA}P/6G֘- *߄7.%xtIm y?~#h;7:bC&>Vo9%{ k9 *7dHCyJQ\%?ُ.}hgfav-FxjXi ㌛Ye2)Iۏ5.{Ķ>L riXrk/JKO&<\nˮkӴW\/H{ ث\m{*Tq Ulp,3^ ,cS_YՠԂ,k[7BXqVjom/k@] /CBB&D;`/1Hq$/)-ci9 Rn ˁ}J- ҈ moǍ[NMFF,@`@P7[h8׾4pHaP,$5U ~zS躍ŞʗUSH( 2'4x6h54톋0J,ӫA|8;fi}d,'@KTI׵eXbXXJa<m2;nX?:%e%Eꮍ3>>X@ a(e>f#=ɣ, d^1ãiL6Mx;Wb+p:V(;ˏk_vʚѺFB$)ySPJ{&N;Q*^iof4G">gH}@lC-%T 4OSR~=9la˹,edƿnL'X[Z0F)DEXP"t\|p.ʦDFDsiBQ,m%0wk{3 bJhy nYQFDŽ'T7*R9GH93Faʪ_c0Nb'2BW u0K.([,/u{(d HR:f#` %6D u˜dmR|gT}61g6bh C Zӟ;8cRkͧnpK= 5tC0 Xv K%A銧 9Oh/:At}(/9ϙL{5 \YJb IE,:Uiv_;`vH`f1GmD2aÄ:=R(WhpЫַQY[_*>_I*BoJjuV81q԰Y! n/,K4 ڛ|wc#3WWTLd~$y){4(,zDZ._K PI<@g0IƄ۴dw^r\h'ތF/aFWڙ:94DL?cĮoq|NqșSD{dBNû1?`$齅M~TH m$#B^˫ihrNQŠZrEn"AjG#ۜPbŪes}G=F遧xڋˇ;@%a7˩lz!? ݗu`tԅ] SJc{rTlڻ=t0t ؎aҨI$//a/`^ S\Tf~\hxqKۖle5e#Nz{iMbQ:$\TQ)5\x+6f?2paJ 8mFuҢ)7dAQzR:PT#` ]Ɯ{LPteNbq %BdQ_|r}pjqL))JPˠ`ԬRF]ݬߩ/TA :O\lt5@^އh]:a%-;8> 9877H7Xyu,Ml̀5|m }79|TBwgKjF^mAͷ-[U8gk ws cBI7[LŖ"9صn`zTPRX۳H:# s. ϟ4w#sB^V>cXV"nx YDJO8}^.l1k 2+9pvi_硯NQـsA*U1m/0V>ؑLTtba&;/ Ma/C6*wMeKXj,tKБ>y)9@Z!tAѸ-G)f+%,GꝎ 0dsǗ#Zݹ9"hilU qN_cU{rJ6C>|*nES5 %lڹ:ДC_d^7G; l 6!0q};1nYsLl;C6efOs]>"Njd};MOm_ Maӱ,Tc/Ha=ͣrsE|to;sY1?YXe:jl\G''U9%Ӵ1E_ILGafP~c93b{LZԓBUVP%k3U7d7\ƴvDRىfo\=k~k\~Tv DP#Pc65gW!py:r0Qmq9|UaFgTFum}b!G4<,'C V߼BBdʷc f[4ǂkJ-6uFcW;H|,7=?kwZB]wwC8<'&)t[r&]JvU4jgGTd '31r~:6>`HH]tWZ?|.3stTYێ}Scs[!|DM:#ㄎ۱lZ EM⋭kUE KE$UA'ӇgOr066DϺ> Ccm hEJU}GM!/Iv)%.F yzg ̣(f,|+sP5O(}70Ga5Sy'ӎdrrޢd[l _8xt|g1g*Y Hт IjYf v/ #W.C~X5Wu~ {J(Ր;ЪK />:?wO"9r[f;,At= B,зA!dF$<{#0t;ǀEwuFJZryFa[_9#[*BDQԠύ$Q{IQ%i6:&Ʒ,i͏FO:UQCc_ R~2B:>UUUجsb%ot6?/^cZNgK8aKv҉L5$sY ڍ<:̗RyG~dL5 /54 &c8IBP^>UWaU%rPׅU]-4AFr,&t$@|\/t@w6A !D"Sr/AgJQcUq\r@F 岈)V8xWC!PXk16*ݪ UtLMb$ bR/ ]f7nՈ=2T¥ *XV:5O8WIG$ďޟFUۀ\bZhO4őCY//Kg晫m"9ՍhvO s5Cn8!r^ЉJn`0@!"(ؿUb!{N{QNf U_h#nQ7lXinSPɘjܟ~_9l}Bv6()ò'e'}qG6cUr)`p=_oVF7i3WqFAxSIxsZB; (5.Syo1Lj. ne}eUM(.c ^@x((YnRo9]U8En*gA;sYYUیoJmo]*IѴaT% M@_D*` v@؊")!x͙*]x)=F&';NiY6/fstlѼ5crHZ(3>uGq|\;I6W.! rdAoFCqpPd^Jd>ozCRA@%݁ΦnZXkwlIعn$B`)w Éѭ=l>i?bXw}yJV[Vsh)*f4C!}'+IE}r6@vCu +RRZ!Q6uCSU䫩W]z_=0چJ' H(4/kY9lȈќM%k52)Ri`e'`P{߬OE nK,E26X0  blڪ5drҺޓ r2LԶ>nZH/7\n=nrkV/|` >m-j0nR8ê ًjcR/vzQ'IIOH30Q#8-i4H. ޡ9lpkI=ߦЧY\IE!Y~r љFG@㌪ܒ("?ߎ AkUp 1^իk1DoXk-$eMUKdSY˥Nm7i]< SюZP༷䬪0b;_ltb0v, iAEEܹV/;,!;ᗞ*À9uPlI&?>d'qjũ#3dU+ͪX4sS&D7#MfONkXʖ!ZDh~8[`ǖTsl7QFUr\by_rB:3Xr2iw%؜dZE_jJ38_O6IAAox#ۇS_s BBv?)t]%0hծU{.!=b͉GQȗsl rF^dpX~##5+h@3_ =ݪ/4jhc>b4:w'p ap֛VK9mIVU.ưHUMg'28^uQ?,'%cO2DF+\[w,-jZ['o v=V}fmw*ҥB(L=L_\r%T2@UzQ;3`ΙsdxkMpf;y1_L!ƥKUT)-)&1cf4wf[N XȷA=G86YcOIB;#(r>!h B2%P [DyNgdV NsA D, T< XoƑchZ +;̦EwM1Rɳp711X#`cZZh.|*)[$v&I2`]b,_H< FͅO N3aHȦ6z;K@mzu}3о[D٤$<*z!k)6\o^5R`08{Y*g`tMA8>g %agB > xC‘ANB(y#L9 G%K~DT0coL."[[z57e(n UιUI©ӱ]FE3 Yo'4?a>M~뜭umK]h< 4$]DNFSssxhfXu nB{n0^XYH9!#2+hxZDzD *4n9Q. BQo xNd.O1-϶]c[0J+'Y:Q9UFDҎys[zB"~C[.'4Aыki bg8tHMc[Z# o%e[fO<5mˁʖمoeQw i@ 2{jC%ZR}<~}h^M;O e -ľ(Ubq<tɊ%(RNk+>ų7LjېV/;K tPy->} ; $9uPbЙ͗˶3Rg|913=䌪D˖㍅ڼs=.BY*OK2gTټX_:t:G 7'*tP@9~M=Y `g{ !îKO oגf%sޡĒ3"vAu )Q[Y(?1{ڐ?}ހ @RcLg.9x72S:d^3DL׼-szeဃpE5QI.0G(@43 #VBfdݏUYP$\;xIzho͌2J|S'لJ8=@Eyl17:o-.jl|t89]kXC#>.᣿= zz54sr+څ-I`[ǿZ/=I衉m <ޛ<` ;dQW 2 .?'s6r9؇J(|1qr\-];>']I=2jX2Pg`Viƅ/1 Uxꈎz c{%Rs0ߡXU\+̝5<._Z.<*li@`EFYtG ZV) "+0$^Ɂį+T=JJNZOAN#B<8Vw43g7vqd[K率I\ [s0}DBC{WO>^#lUȟ? QWɤb.Nyr_ ;Z@яe^U$!aKjS[q[<"Ƶ:nFD;DZ3Pp!-:Ii |t7Ƅ0焧=FM,~\{͎oj>gH59K1=z=7t^w#9,Qa0nNqPvwAf$:aAn0MŞb=ʡA5 y|^4;FOy$D"nTWT],i 000U 鬌 A4,`Pls2T+_9{ʹǬICcD޷ĝMnu3g px^&<.S3JR+@Dijk JR;J,ŧy.VExG̫p\V'߿ֶB/w΀k ӯ6`yDpCTM.Z!?˺Jjh*e*]ǿv_Il^ѹaZ7/a qshEq 3*j=j骆b: J(TjB HzzAfkk 5YeˇYX4C*KaYת|*tf3<A ŕ%foL. |_@4wٚ- EaaI5ߣpc-{}gD5gJ}rYavNTt`׀3I9z5u!i95<=IIkםfWhD {⼑k¬ ōyx[;ܱfqEU+yܿ!v+C,.uZpn7򏱁ep$ز^IbLi`)Sſe3wbaJpz*F !DC(AugHKuJH~fz jHV`^J^5z`:H(%8LyehsdB6{L0AžS{J)#2Yz.܏]{|TbՌv}nG='fdu[.)|3dNwl؅"v3 csT9:}8^hzP&m_y t|*锵L}YB~ґ@;:5;fzn1سxH-Y5vDJӝ&BWI{M"p6m:6 x{z9|#S{3܌]ۛiqGa|w`)eH_g] ,r'",:G,d}S)׏?Mwi˸9i{YM|j8.3 yh3jo9.H>YP⃭}1" y5D^=D;50+Zk= qݒ=`QPtOY\@?n vٹG(njIqOos46e݁{􋴢>qN]lcVbG*>%=/3?|WLh%{*JE1{̹Cݵ<ͬU;FE]E,zm1۠IԺ*$ôQ[n`=4SL`f7{"aEwENV T9[OggB6:V iM`!0WP}۱&V; 1tldxjo0W )OQ-gTqV[6"ZFuCF z[ڒ0P۾vU7yIK_g?IV8ڗv yr)>ߺ2׎.JN$옩|dcȕ@x>Uԅ9g'% 'T="4>;q$3=ش5Ru=5K/81q7o*ox"l%[QUM_gזڧl3 EHfȷ e$aF#uϿV- T>WkiM^u>'i\p]-Ӄ$tPǐ^'u 10j{Z?|COMEgKs%ȨڤFUi@OcRGqf %،4l^q6#!aΊɝa8*gidl"Ύl0uB/(us}X4=ŔkYT,=HKa >qs6LZ/GM R5T/UUxΎ[NA *m'~0iczC{{RG&I68j*-4]jmAf\#V_8SS%ثɞ(Haa2<Я5?Hr6 YzM57|8FF9 斫#z@m[QʄB{vQkć  L4OX34V v PJuH #m*_i1o+W`P.8>xm&d y5s`SP3gH#cq9خU]J[tÌJ,`%Ni X)IG<8 k)} i-m}e΂lV7"'Z8<&#^p{5 baLRmkSKc(cZt`>rz`e>☦pIOǬ+RrYtJy|4~ U[8oM+4gwv@b@+ T|1ZZFjjQ"i" ?-7T3 0d.P8_ ]6pap؟/_&SkPٻG^nh\߃n ə@u 둯ΔyoЏK =jF p۠QNAL!}' ^r"UTAd\x\#G:ii2 3o!I =)_RB_ 73P ļ FYWpvGp4M Cq !n ѣ)]A` &Qh_Jp! (ƞ3s"4D`ٶU8]K2V#.2hAa 2ӲE-\SWXr̀aYꨥD)i J;x+UR(hMmo#Ha,Fs+\%hapY23\2|+{̆jp 7 Jro%qzVחJd٧Y:dƑ]_(YU;`ыc< 6bvye Ჳ+I- # K:P2 $i[@U@^&Q)ցgwaP fzv UV]]_!O_hc yG8(%Deӿ;_ꮯ>9c16pS;ZyI %;`6ѵGCˆ]>j<-=J"0NvDܳ?e 4n4e֋6fʆ%@-pG}|g9{^,s}L#6H>lv 8')5kabM4qٺmP[%|9{wLi/&JQhn[]wۖt,ZP-uL?s2ABsRr(Y#|-FC9s:NTԑ !7O` :6jk3v!8t$;wk>EyTxok22fU#<{Hygg#0\U¦}ZouFhq{n sj"8"*t05F~JBbN6H֝peKEb[p)W%_Kg35q<ƗQxU3F""P4+s ډ zmS efiEuBMMY5'כg}a0nʕ+sRϙN,u/<+<'Jh;ѬKxHlRhϿ_L2^H Se=aGQ#gS;Fuʈ4nSC#K<)k.Ms]DI34y4S.V~8O~kw Qsw0Ѫg^'k}߈FF \+Gbs6? HW\hkBcU1XydJ݈}TB[p ;6>TKkNW%W=TLfaPM<'̀i7l[߀:CxM%w}u-@BkG1|AS*1EW5Wfx9_T^ \S#sr}~AjUR.r{'+OP3YAע{z#x8b: 3]>/뻲@ت][)gfPvq`!3KX1oH=ID]\((8+kOڄ]j!:L;wLV|G"2ΐ1CDhfb[#V2[|Ms> ,嶇'@Pҽg&!B^CuAϦhp cq.PV[I2 &Zþ:Jt(Bم(.~lkD |kg@֟` "k Qy2r> ?qZaHU_>EfjFȓXݟM6GU\*qiO.=8NG*6שcFD*4FLsMo &hׇ0.L mſsrA/bl{dǑ{Ү^+ u|Ui9R%z~K{rI6vY+3hEz`5esӒ}06EB-y_3I¨ȟ 'BHT(F R~tRѿf=(͑I>>}N;!A$ﺱ*4Xw(a/9r-{wbWҙ{;&~{ㄚj&> дUz ꭲ1$\Hҷ$L6fd_|*ItrGtWj!fʋ[Е6v|ݝ2eg>E?ZX4?D8UV>$$%[uH/si>2Qh3)^<@#qIƬL6VCc[X<41B Ÿs"I KHQ 9 c?f`.F+Ӽ Mລqv5i ž7\.(.Y׿7;GT̚@5ᤅ#MŧHc ]yl{JN[ӼhD@aZ8?aЁ !ѻyHsm}88劣#ͬ}t/y9wYWjr2&=8*бy{?7\s9Q2h dpmܺG l1ZVpEF)~`4H 4NEHbrŪ$wIEEy==,(.ژ>jẻu)'a;FX\=u1\Ҳ"蘊Vo+]SΒv U61ycp{k 4sY2[Nb;h:FFgɴ *RFU ʅ91oo['$jIOެnTX'ujp7f#&mU *yjb"w8hR36?I=@UڈWņME%6vq1\_U23]Fs@>Gc*+ŧ`,`># !-.naÌ(*iEu#B5~b$8TM^mR; _>qClptz-!0ӱ~f)R 2V#䅒p[bRAn?!آEv#J{!1r 1Hs:Ne ~QJ jqUA{eʢm?T~J9WL-CbRf&#ag '| <VkIB!o*c ~5u-eˆ46f2'C[L[7>Ba,g}7q4jzޒLl,G]!s&?huF1Co!-ЯMQXASVn>Ov'cMD,۶=] ei*~XF(L2!;eYDTĒbi[2 |LdSR$|Tx,mKw*+>qoCB8{HUe' dp*S+idx3= %ld%u4/9DM[OU}"p& d"1K~#'e$$/ a`N8L rq6K\ {qY_ߍ _4Eҋ?9!BdCl0?1`kž- h ^̊Z_# ږ9JKV򧷆FjD 8(7`nFYTv JMVjO;I˹\A4&_WІR/6zJ$vAڅ&<.z,'ǧ5cybK[d'o?7QԸʱ9]HJav 88'aDW!0 IgZBfpUHg")Kwe-iwx5>[:8#y8!E/c<#O%:t2H(' ð_qPd5Xw xé~>wY:f2TW2AqxU/+t $@,~AGPѲ_l:|٣[3s6"c[JW;զaZu$h[ܛ%eZ2{`IJ*!gVRR8~l:d˷s.a|ik3\fTI,%y.~\:H#qr1u F"O~ +@#u\*cC .ї(;K'ÒA9$ߵ-{ ?)\Uo`7 +DM Λ9^^Ӝ}Xqg(>bHdW\P鍁s#a^Ηi.PԈ\_E=K -O}mE;6Jiu#Βzt:L#D/V (*7'@~Drlk~B/.`*e{M k~ry%eK"j%Ug[́٩s nBszFqoԖ@@iNiD ޒ./t :^^r5,1vHޒR|[ʺDž@7VLfl:&HV*llD!z{B@~p' h5Rt/^Ӗ8gH!!.H\~"_vU.HqEpDL0xBeTH?z\UhF UQ6hIMP Ă02{%5kXR+<0[`p~~1xj>o˗#I!" ; ,l/3:Fw0,LM->DG AUn!ӆ`f7\ӋJLk? ,3?t#x:aJm(QwHHbk/91ez { =EB4ඓn׎ІzDI$$> (w0ưxQjՋ7ώ1rН6$51%)uAnN(/ټUSpo,̲Gsذ7 > #?'clwi^\[gZDj u7J `a g:I8 YZ