PackageKit-1.2.4-150500.6.2.2<>,1fZp9|#(zԬm+Su~>:%>M9 3)U״KG7-5TP'عurn~7ӥ8?۹C1k1F?p@t 0 /tO+5Tg\ьq;WׯqLUx8yFEjncUI6tNuu\Ү;^%M h@лeӴG;29iz`_nZ#_TA+g W.>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/a]"k%ngMsc!K\ɶZvDoqN%% >xLQө߽}A*8?oqDEX0̊Z˓cS=_:$@iax_fCpeV7FP:Fz !`0:6 "GڈzLA=4}t$,9=J9CvFFRt _z:m%Y.3z|2 mwk׿CH9H5@攢*O%MazaNLeY\gX`)IX:vz!|Sp [♫>Q9ϐ[wxosRQJD#OeL}rvAFƒgEIDstKC-PYK[|(ƽ?@6ڬC[,ߍ~)Io3sz_t=Z!7 o0XĶ5#u>$?< F3l骤PD%2\)D'xcGk:K:oS{&#t UU\V~ղAb%kJ.NQ*}N97( f:3tgK|OyAеٝiHslRV#G#PëR93lG\ߞe,gZ#ZG]Nr{T&N%eRG8A("֘&_| )>Y ra|ջ%)By?C-GZe@ 4tPA0mݬ ?j\!^VۨLߜUQZFp'$ ,uy7\%3B CpT j@湿qϲZYjʼnaUFtE%B[:t,Ժ7= MmR6H5\,"&G6(j`?1R{h7H)U9 <,93*cJ< fa_\nifד&ql%)U yդdAp~ίe))sk)ew&x܍ tyCr+8[u\R/Bb{RY -\ZkBҌJP=0JцU<?A8qR`c2u{׼^TCȔqGbIQFޅqQ0Qke\tz5,*= x4aC( SO~_xoE_U,2p@+/cB2:wlý?yHbO/R=:uWEA$~`&O.ϊs;b &"8㯒?jK-B]?mn `Ѵ}1`P5tO'C^~`=hTU.hiRk?yתjaNA U-}|,ȯZCf9hQ5~quE횥EOJ`JMN0T\b d$=?K3q\o2x@kXy7Vl9ӛ+51 jnL0LUJg!%-^pN¥r/cs@U=#c^Hi״5h[,}q9 1jzXV M:$"l yȚ 'с-R:|͕ GK| ^ e{S՟MX?c hX,.IoTt%Y,@5} zDoshOh#[xNj[FuW“ MM]PyD%/eYYKb> })f{.]ly ,*VC:r>s07&YF Dp'%wfalZpJL ZN B s[Xtb$xqKmqg{-곹YǙ Wq ]>.OnjRqoց7赻Z#7g";C;dwO  L*TMv ihb9b@G;[+o{RHˋ..v.\Dq 3e UXй'x,"0!+r(N9k9x5gI?QׅciPʘf,@gztI@&€0+w2/eaA 35)0+vw@岕 {*?<_|GxA7nЋf|u3z!05G@\iKgZ! 5zH!*lyI6xr-ݍ~_3\ީ N-YT.LHօKֺE1?Um~KGtҢy !;a9 6̡mT )^\۟ohA $uˆZ8e \`D*wIH΃xLOi:*tV.Lo7AEw]XuIVb._#Og29)+W&X#_<yxv0aj$Zgt 'T^X[G{S ^+lwbc-h1oxHvmZ_A[S2N$..ESR[<ҪAIرb<_el)Փ;XR6|&} Ä"bRG%^TQ{yk\G}u%cJV2x>WGn/\;"uSO-6~vik5Qw£aıG,$^͠5d[:&R+xpHc5,7A |˕{%|D>&dшø(J.ĀöB}]B}Im}#m7yb[&NgJ|1x7Q ;?e ;%08'套 lɹDtƈߟQ4?tnm{ƍ(1}J8f}6~381}eu ט]ʗ{yf-"ɈJEwMIeB?늡̂ DubFi*q{Xۀ JAsUsXT֎ EJ +yO()MowBĊDia*- lkAKvIA6kx=l N+BBH ,̸+0V@h^St^([Y`I,eXѤ_!l}O}]unY›5JY8klfhu;ð˓&ǷwYM 9iiGn eވ CsANUXll' lyTkR]Vgˀ72gEjI@L;9ǾG {vXsLȬWpSc&5NJpP>5I· B ͊gD3pa'_Bx~ =U NPQ /lJJB_׭]p^wt;͗Nzuط_ nI|>62HijMpz z) )$oQ}ނwa‰;b2}&+kk#;-nZF5]X.1HZP.kؐv(-|B:b~#p %gEGR3*8WĤ=|O?zVauUbG%h>Kk70kqYܶ`@wIL[1R\򣜂~T]1l%wMP"Uqb@l>رH\^m5`}<ӪPHq#T7zf81| e|:{{Di%l+$ȝX`<~}Ƿ#̷Bn2њ7~A1+uS, "azx{ICY (h & HԿmE1C/DŵFRERj "A|q9`ne;I=yby1 ܡUCf%}6 5:pXtQY( Y\6Z 5Π\.E5(5/?n/(Hla+a(gӓeΑssU@'%HNvf.h:XV MC^!&"2x͋޺d8ll_sW&xdgʲ 3F{5[^g4 O(i> 3db+Q~b j~_S\ ͤù=MStoW퀳fRvb4.j;f:U~ф8 -y[#$RsU^zmmh)XwyǍ/l^]zg~WS(XpP_ =2ݳ[JUt'K2+;^#Dkۜ]? !>^T3Wcn$'{d;_ ]'e-~r[}Є/D7,:{ e4Pd3G2?'=0*Jh3sj#wFUMD[w VH l6׌^n@\Am3mF!\bAY洓3 ň^݁tQ`9!2 eǚXt'Aí>Ƙ,yS|M t!|WE"cX=nQ_'2[&OH$>X(Pgtί$Ol?Yv~PkkMxԍS9| ;Ay;`[MLsd!@ :ctw,&*P0Uٱ}{#.zB f@w ST^zz`6L1%wk[Rv|'A5;m[ 30  $crmG%䨴HBK9NYWwL KY:1]X/Fd9=02:_)0] 98Cr5zbVnv)ƨ椅V6nGOr#u?&c"]*z,B򧣞$8_%#G KP!T^1uT0Ҩϯbr?:==agzTqJ6+ފ`YV}ιk}(XzrL!Y^*-\| VT/`aK{H-EpyxBp[mTז,.%]m64aN#t+p%зL0Eό[x¸2iUhb`QZ*>*aUPʨ~l@Ç;JlyY0/C5#٪n_7j=8? 4A)ite /1)5&N폽pH](vEv$c7[wO*s-XsqYfWnr 'pnfu a'^'"n4d^ԊBBdًώ5|RZ(MpFf*zx`I$d`FzLƔY瀓m_CEözDK*h,38lZ^ta_OoE>~I*N [\!ϣ'U`YLsdYt#i%`>ZC( ;d4) יDmh7`i^]QE&r?޼VH%gf녔UzskOYl>,E' T53 #B{顕*g:;۽մd`c TQx?eAu8+Afȍ!8+B_,ĄS䜒~}b Fb@U.>;H~D WLK/zQQN=kMTDdve`_;�ԁ Rlh]}בdm76lu#@lTI LqY3ٷ6uJ[[(\2կ!JX-yK<7!yyuPa Ww=ZR$1}䅴k&&97C>. FGOvE_exOWS܉'6>t~ZyRV8QNB*-ND'$ψx 8{aqlHFL ]pͷD9s5c<'sLDSTԹ:YTi'5_Ee™['W򾨈{`IqHcѺYW[C\# ,:9[kj=;0*8#`B4Z@8 ĜgB@Hkvo=ӂbjyYrM½fzr{,P!f)V*ycBf8R_^V扼 dE s9c'HtjyLB|&go+ۗ5C 9$GXYSϘ ⼺ U aGsڏnJb{pG ݐw<.ЀZ$p}E{6k@x<;=tty2"=8-D̀XB, )rۿU*QXr&9n|T)0=-ѓä K@ܤ67{zD1a>(og4k H,90 w!'5(6v`&Y}~ t%٤{.J#FG&Iu?c1vˤQwLb|@mE4z[y (aX,9 _hh9>BYMŶgD3޴K^#U󰑝CVrDcښw}3!޹!EmA)jR޹U g91(̻6kWR=qq!4N1 KKC+lh X'sjJݎZ *$ptRA%' uz#W<_kB=TCLHؘҘ"T&Ct o֍CV'@wO@TD &*⡾$kScؑr{)m5t>ݘ,Cv.Nf%"2헢 ]6੕챇^! k/AE绢N) rĉx=xt!I5~H*y 8aۑLž!nz Ic?tG8VgdKL|w%7_)Vs"Sfk4z1YX"IJQ^] Z⮎4X\J)C܁&ܨ=J?T)_o255Tnn7"Bw4k~ cl+" 6H)M;ƻAfUE@4!.c]HrpN Ț.]Q6(>?^]$cu%RŒV٦ALgU+ރYi03]x6i/͊ )vmvz$߭Wtfb?v,|, $-V}Ku^OS Zgb k5$,jz/95S\myBc/^e noqI^ؠ!(GV(Gm9yJ*49]|Jak @UcKO 8V։-JLXjzEg@ElSpֳ1$eBuR\4._(WM~KZ̈zHM4"U^;-`Q"\u^)zsV|{GKM_2COdyPҙN%O\y[Pa@W:i\+% Q=€[ R,=/VH9L";<0{uyV'%;Bki|꯰0?794Qӵ޶Y k_=}FGI /9 y3)/̩ #xt w0LT! -yj1dk ;Зf6h?h30:„Ӱvdؑ?%J,!(HLܻ1gJ`vQ8=m#rT,[l[?JMȡB^V qhI[Px@ȉB9X;JX_Oz7'+}e4^InK!NքZdE˃Qs,&f.ەZ#UnZX,*G޵%"]/:-6HI:KԐI#'VVjz.K#IP"qLh&8d}z!Lm\YKxP2 Y&6^#Lq6KAs2uF0yuY"Εc#!Մq*HOk6uǎq, "/fHɩE&ݯ3M_JT CDii<$^Eeջ_QiEtBӜX'oBd9F !<^FN!OIhx{;K^Rhq~Ũ~p?b+ 4U@pTgL)4a@8/pNU?"2}pBػU͉|}VF==Ɂ$oTޞ347Ք׆)/NSywRa1kb{Fz#l# 3^H2('X+xqqy->߮a|A(b7zd<7RYOZ1N`ŵ8׉IGl <Ҧ֟s)͚#VtJl$yD4 bÔcْR]@C.*0@I:.Rb^J*`N2gu\U,:Gs[ U!R0=5cU]\"KJ ߝyvJωUaC sBE<ȦE K ū3,@v9ݱo#Y^=҄2>9aK6̊"}n);hMl,r95kIuvT`,(&\iquwF}z+Do K4t%60t׺0X֖kTjGK|ʷ.1}339@%2p5(yR_ɞ)'_7$;8aGo1?,3r~fXʋcD!a`@ Jf="0iu /56z&"K (ru=5A`dꎐLT>?rtZ% N7O܎`:MLCIgU(HO D2;}ˈƽܬo-2!r6d3ӽ[.hixyv 3-)ju-{E{VT2ң4emX+P6VA#hjHt3 %yM޴yDcP) 0(ru$޴o[|7@<<=yvv˧wMCxkiNsB"{ȽoHsW*:3.~r)p5[؈*g)Ƃ@T;OR{onKjꦀ<|b^;, 蔱ؖ b=py726~O&G&WŇP!E:*Y{̿+)9H[S^2$8,=$]`luL5FcɲƁh*RSRp:i|ecjM Iq8}s =J\7ד7"e*>FЄ(Eq[("%RMqI) ͟Wl')UmJ #+?~ZRWtHDX=DOC FӳoXғUh%ЙPNYH雞3iCCJ8 ~BGwtI0FrOG*Kogvɯ3>MJ N:/iƺ!A|Fg0egB2;h lU ny/ qJJwHJE5OcͭM[4%1^! {j\O6҇Ff,Gׅq:$DmSMR >H kH['i.Cp!E?+>Na&-a,2'眜ܬ|{*[XH}3F V6ZG>GГJw1 ENޝi}6gSNE:! 0jfY(.JnwthFV$k1qQKmp؆QXN8bZߤu`{R٧ {&s!'*6.kN _@n 48TWҾ0D;DϠ3"6$hOjY,;a[S !w9X@(,EsZܰwfHm6dwhDwrI 2U=,GT"& =!uLp)!Vf]): ;jXc3 d=IxA,<JWmolL1w#Odlk"m|Lwt?=W2%1R ^z{; ZbQDYK).6 ֺ]yUx"WԧpV葵w%FC/*.$cZpgAN0hcߙoAĎ)9t^Msp.7k0iv 尚=!H XU`H}hb(L/}Σ~l5 !&~@11Ⴇ-|uੜuRa<)t}VDt۶e@If! F\0:W،a1m5i0lw`I/ D/?rϵn ,!'̘1p$FʆT>#yOadT;͖p8{܆f,RGeKKiӣv'@ bW4C y}ӷP$8m)xSeP%LY h ߡѣP|flr ~.2Zktd/RDRݽqFޔSn9u? i ڢ;[I} T%:dHD{vCSӊf<a4Wx[hdҟOoNN~$}<=^K1 &,ԋLfoܛ'0~7V4A 9u{ K0i1Z$ !7v454D2ސO? ч*&q |g)y rYr7/Xoxپ"P@SS<&j?E<,GE2ZC ".+N۟vc`vYWYų (~#D5hh6YuYlXڣ8Bzue15Sg1>3RU$\XR`f 7]%#$tעO!#_5ubmOJ _x1uoOEie` ZH& P}3m%l9RC2{Sܲ=hǏdvi~h4K|\Y.ɛ#I.;qpC,?ߟCF| )}euYoCy`Tzonrja77SM@t>f%#i/}\$wx"8Kb[%B͝%\ _1Gw! 8/H:(5+u\iaUX_`Գz,taAT5OQ6{5By5F X#nYVhl2#,,PP}1 U4brN\V'j"kZq?^bYm}7(xݪ!C N}ag @;g48 z„Kn5 xmH(ũ~8+#g{0rţ *dichk&?O@.`a-i$A Y!c&rFlMJ&Z J5O'I*N{2ͅD=nTFLe ej { Qac};w>䫸Kla-$q8k>1[ K & 6l ,H8*q1整@sU#Q!sRnM=eC=[İ(1RE%R43:tzU~bW$رbZ7mNªg2 IY- mPm}O 0 <#OMH- `.W`˚Q&x;! 'A[0G+gBA@!n3udgQBBWg)?Hz QWyg†2mAE-xew$ʉA[>4[" Z }SnUWb d±WfVfmFT ܌6T qWsX_YcT0Iw/R%kK(b'?pA'8r hϝ;kV70aV,t L5^W `B3Lv:5&:wZ/R?×pAt}Na9<&ìb2cг16"5OSJSv'Ȣxzn+.s*i%F<(+$z鋎=i$[dC E>=" T ">&N lA/b9A4;T8ئg6(ʛ| DcI7RH1g#?-Cs)l6oN/ud$Z&p2=KY~}sʇ?5KXћ,! Jb 0 PQt%$(SP<N*/Xt0X= J0z#t*\*5vkE](E x?㇟LBCJCb+}vb"O Oq`L{d㐖}d<]+ %;aN +o nۃ,bTΕ?V|/aLļq|߈R9hЍ]=IҖ(:hdWa1mX=Dai ,"M,wHlu|܎;auca2WaO|(T)R]-CU9tc霗K#;7Hd^ȩ$-zd+cnS"QD_E\*D r58@ΆuPumq%櫗ddo15"ayV]-5g>{۝/1JE/l\P>)F+\U߇ڎ֒PY߁K!svtޕEWF%6Jg+TZ~\U6T9Cbڥ113LS u-)wVv&HUɁ󆱵 WTjq}n(^\(1vFs^hIB?j1Sjظe道BCAUZ(,tEa  לycm馶Ő}ՋzbGuYbn]z/(zmzkP؎\X.n 4|' ?gVǹ^QM?qMS<ԭo9}?7mx25"~P8rt 2Кt>^?H'U8gqj4ÄZz x7"K.?ݾS>S-yC"2bdc)KճEeƚ?Nj>wkEai Sj Ft-ּ,/z|\'s#GVcXA7H?W,:z&L8' W;# x 2+b>}a툑 QSw*)Mw{FwP!W}&)"%y WЎ)vp!*z\ޛr)T(k9?I 2cK(Vh K kC.5%YeՅ l<0x4^Vtl)pŅ0"iMS ײ))u؄')|g/ <9`m2Il[}MW9@%l1[D !Ae9uTxp= x,y.jSǽG`wQ{[,I<z;Vi:|.Xc,$<+|EEx]ρrtRDcBJ0Z()+svr#SY1=ڂ3nȕOqXc_ q'W753M]Op)/^J$ּM,lvH&2 POfliIkIyOz m^+KuHC8&upK:Uq5̀D^${DpFbz^E$<&*,EW N5 \YaE$T;Oa@S6Wsx܂o+d0fJrZ2؛)Ux`H»g(AÐsf-,f0=3pi1^ LܓXa/]7s!W2&?^XTH,)>jr+S98v\"l~g.' m˽[s29hɅDIMTz˷jZJHk (!<„C[Iðo-h1a:k?IKV_\&3Dem~es3E+ WEFp+^_1nqIaB<+لMn9葟F@_h2 4_ ~c/x5=cQ`%yg؛ϡO U.j="V%)nWem5ElGiGNNKR(qa&õ즌nQĎw֢+><ԩ2b}ļu4m/s|KOt2DdLã.~#t@vOpZLacZ.y Ɔ wf΍,mA\ _s<:9^xUl<`hz$`ȧ)[AD{G{L~׆u1mhNpiPT,+D*"}_sWh14+KrQ;YT o[ ;μlPIV45LW,.j Xm@~>zx$b΅V4)I$Ac0o NT[:]h~ynt!]g`-^Eu 鼚Y}_ѐPġÞU- 'Wnn_'3!~A/$ݕ]5TBRH_0<'w!y`Hwk14;DPA`ž^mARjO3.ozgš8q*>'u[5央%DsqH}pC"\9|wv)% I9DʳM{%VAC`|$^ȚVgtA3V }#l;- -"yMt!9*q y+D=;<`EUf: {n֧TW`K#QMoz>֋#go5~[Lm'k% 7sQlRɨw0[4P-CoRhY3΢iJ5 XѪ]c_"ހMT|~`cC!M5uqfW`,tw3jq3%nGo(p&ʵRzdQ1WGpH7[fnH7hJ: 8=n¿{Vş.'cwpl\_Zc=3M,)"hL Ix&(tO9gJ Do|n>\T-̧߮]?>>sȜ ]>7b Eg2,1͸,u!@ܢ0JvtᬹWU!Pe:4Vq4_RZp;R * W"Hm-^#xI wNj>0!`û+Ȩ~ 3ЌYF*&1.nkP]]3•IYQi5S,@I#3@ s[uE? ԒZD*>|Ҭ{R~x26 vx!cE ?ZfKMo <<= YtF(-c>'@# `f 5 3e;'z߇1r>mm#)M M d+)%S)_2at9~ "9(vWM+=1,/Q,Cj[A(ɨ(rwU]9Y;;ddu{a\+7K0nO1.ZCUOU1t_P ;dPo#.LM?~ctD-ܻ?"9<~7Wl&;;}1-[ gJzѿp!=OH;Ҝ SK0;A[*<')\jjsZ˽q h E^|HR+̰Ǥ(d=Ԝo]U]Ry1@G<ѭ߻r{q9w J̆ODHNKD@@&>ڮֲ`(^`~߶w3~` Y{v3>`|0khqO᩿x?Ycҥhޠd@?l H t,C/[^ ^ mwzQ]k,&j@]&Qz*檆p>7blldb@ qG؁4l Abyy:7nv2e" CŲ^y%Uӻ Qiq<@,qHhD)k d>L4_Қ0.3Qz'wBr&0!>\]y7ٱןUH8deLJN-gFIƸ@BZA`2afp ݍiJ*N I~)“@c+z1Jgk-2K!~I,fbv`Tep.72P*ou5s?A)a9*níנȆ%I]qgF͒[\I,dÉTv{a:>K_`⢂#[b at!\rĄ 6FeA]%YXV*DcշMyS< UXAOb nԑt\|ZT-YLݪlE^LKoIC΀px 6 #8G7 4/T.0a\ma 5uLJS}DϹY={|2ژ)YRzD R `+)I. !Zp wq8?[mJm[y*pLm0g?rh' #Ϝ[1vϱ[LKnK4)"a?qXn$]T:6mchY0~jiN~]uHIFC]r4ye > >/![i1SIJ+#|>{牻Hh֋ـ 6w@N  wO˷0Đ|3q*;٭6B 'Z Oc7ax=K4JǣGhZ{}^x`YeJ BR7 O?XMʟNL {'@T4͹Ѝ7.X1u@q&KzA뗩Xִ9 uDЩJVw^Ƌ= qa,s"B\}S 1׼O?s ku•\I" DJ2C^vɘĵ6)5['69,w|cbpkzNW$=XzNՅlv$oGjw yg%}ȭ(UI+#BjS;LSNpmF`99?jh)*ĆIZ7?ͯ0 JpI=NNBzoɠA Nà lkhϧ+[af?0D)Qǥϭ-&OtD_>} QA ݁-Qj5Z]L.᪖m9pOC붣)pJ&㘒|sw',|J83םP{8ƃ/Fs(8}:!0??7D'~aGl{j67=Q7* =.s}WQ<Ҳ8ܓ75cMij-zJ~k.?;GD);n CPV57iPaH7o+V$?s8t>:Vڅa"԰W &?%Q*.@H0d~l-  rBMEe~Hc5pjz©彠:JǷ8нZt재ۮvkܪ ɱs}c8yDO ]HUw@s&X.NCQݱZ9;Ig*G-k'c~Im<|4-%ih>LbsM" )V^XխZSr*Ayr kr%ӌ}Ī,jvƸTHT'&Tȁ[,"~L"AaҲyEhO , ءJf[ߎ*XwqUۨ]*Z_A 8tJ\u0o::F^6 {zΘP{xX0fdEi4av%@S)dJb/^-"J_iް; Q<:ꔷ%5ɯ3N >M?k2g '$n 6Oh:E2#_3j<9ΟdtMr ׁw!>4)j.݌hЎx/,jv{޸JG?T`w>>98C̘d1?òc GF|}1ݹ?w, \& YԻ1f} -@:d` 멓y-B7b X$?hh:~-&-KT? qZ$2zI/9'onǰ􄣅 J/L{zafbd҆ r?@ެȩI률@v^8#H y4 /v5ߠl;}sQ` :-Q݇,*@+$ϼjQ0,Zs'3hog$99~V:umujKu_QqQ V)`0p#7\f)N>/M뵒WY;wulSehn yoQpO 'kgc\L:41ջ `R>wt: f<Yۊ-[J! rG Wn% B jH}z,x]ș;"ZΧ,,AH5MN^Zؘc.6>V>))BgjrY2>^v+TRxk Gew&=j@{B_LX!Uᅠv>/N} 7(,ffn]VOeB&02Nx\ldއ"ePЃo*ME0mKcD}P6<0F .f@ FN2Itꦝ?\lq^Db6G-*Hf`®L6$J xϧ,0Q@`z-Xi6DlEaP6 L7*D͆IԍQ֪LA,߄ &U R#/)4}^:e cpf%q$=5Wk(3" ع-"q3 Gh.+rsꥷ6A1|!]YUyW[qڅ23ġ"D4DyMΣjdXu>~bx>mHo堺 xuS\9J6 $c.BL;vq:YIeDŃAc>JݰkB4)swuqr_0)-I&zMv[9`s~YYxA"$goರ\`R % ?kiy'+@/_;LI3=T|Iw/x#@hQ<+a$.:XLj;vtCLjI5m)q1;y"suL`FLvM0 {Tq+{4GMV`g+:Q)6G,h2e6vb]gS-XĄPӱt= ¤ɣ}F7 |&x*lJhކp#^>,3dd:֣T} a N&n,d:b.x;I1.QUu_0eGO 0 ]hJ[vdqYSoQh.0ڗ4ޗBz@[&~TY]!wFEP qĕev={M궄܎Su1M(<+?Њp-L0kETm/ (n.;4P=64upfpٷfG؃$vqE '67XplN3 Pj3<~ ɵrabUE\8B"bے);;M=ClP)d>ѯDI~YڮV>#RU 5X qZNPc\o_wQngCξ!xfa3ەV7DDABm O, ڬҎ{ʡ3|d!pߙ]ҺΦ13;O\j!l DAYP{`xG?]4]+>LavS:4!IsϜB).XhcUf>4Rv-N&CCt+"G-MԆ[՛Jtaifw+l`\Q %x^vʀ7Vdm;UFL_&EwwP.+[@'R{~"f 㰾b)nIJc@qfj}Gښ/i{h*фc^_M]yUJ/r,))ܗoC)܅Sa,AFOH> V^Bw9\Af= h0፸ѮrCG}s[l8ŒNn $2*k.C1OP]e#^Ju9_.y6*`i 9Tǎ/@AMC(0e[c8Qo< Χnj\3PD\7y.97]NKq+dZ]^ K<@l{_+D(R{BY𙴰GDSuZ@ CtQV@8'!.~һB:$f+d_.OshH0זx4JtB0cZ9%a7`b}SX -;ƞv"BV] ?$HB5j쐸@sj~E0_Ds(!'ںdo0T+*3C>b>+ Ē8~!Ӿ9gaV Q5=E8hd[Ol5+LdԌBNzU&UIFd><dIonn(w7.Y M=Ϙ5 _~K:!JfcZ~ -b`85=w:MՓzZ8B]q&M7Kp$ϽXc@=Pҝ2z=c3;,u5bwKZ|<:LpZ F_r؏&()Bs5Q+?[x)LQB>RvdhodV"y>K.{k Px!B4l}6;W2ҖStl6HJ/!sLdcLVl,y /}Ռ[$_ ܆V:H+T`4*`?dy~w*-7zbNjiRtFJPY+kYg#1^l^7hq$tQ S %erbqň(z{2Q'N*v6xOy[:sQM$Y8>KKO^155m@c 6@P8*'RelK_mR7!iNw(UsE4*_Nڝկh'0)4`N1@n>+9ĉ)/3 *N0 `n&" },h&VgvQBw⽾1-Kރi!]nbLMDϖ@U!&GY>=|B6V dzÝ'aJrv9ABfjrb%$b{WOJ"Ďj"uRw_R{YA,~:V1NȒO- F)*D21lđ`dV`P,0 Jjr-^zMÜ>^CEP|YIf Ү@Ar Ž/_Bx}{{J-bzg"@?1S;m݅ADzXݭx*vݟvݏ(U'm?&vٜ e[3 Jlgwq5%5Mxpk>lpX"}\HW9m,r,҅$~(%]^Ϝ^Łm)gt1TQ&ָ G'?+igX#B& -O\5 L!Zgt/P_ LX+ Hwn1+wmM±13%'lI`^mTH\GL.q8E:o,HRoaoQA;QܗB YL,NȾ_- ¢?*Z򯟓s kqpcba`cƾ:Z$bmE`4U|*2Ck>_~Ne;,EA~% Z,Qy%')d[G(l>gRX~꺯sOᖇc-@:%:72fY)` uV ,wFLFܾ2!GPqJč9HfڗWX`yZM&ʆ^k+?c)V=d؋b<3L$?{[c '9g4(q,- *nouZH#zU;TɟCo d0d7]:p^fjvNV1dJ bTi"dG9CQybh6C/\GanA l=c$8AbBqˍwpbbbZTK_J%KDfRO8R[c3sn 9a <=1?|,r1G|3Dw&:[2[]D^iR5a-W| X]30ʹ 2^WҎw@\znco.%{F4ؙnb{hUnB5ua;+ >rlm%fBJ7 т'bDrGTi^WQ9Pj Q* b`Ƿe5S\Ռ3LP `0yAF_5Pp؋(UA#^dC0Wӄ+Q>kY<%6N&_r:i ÝɁ86eM=qyvs'l%qu`[tqu"YwR20G铷]DNiEjX.^8zOYFa*SGr1ȏHT$I ~>`UgtE},:Yn}۟B{MX(0qM̼E?C9R}Ƒ}v=`}p.APr QKm*E4XNցq>=8gkeajdR4ȩ4f6 >/{$[wW3^€B0nZok lIJ!w>\N^tc[cm'>r;" 8aޢJ%RVkQ!Nv ,;cv_X³=V(`J(bĆB)zqEϿY6 p|{Sc8jZ5K4<\NB ӽd垕clPL*^WO9@HwoȗzinWϴIq%=OYP2ȽbQTr\&g:dB)|}w`]2ZB#X Gѭ?Z3Pp4A6[u{36͵c>@+fOTL!h՚}eؘ}'֔=`LV0L#D[*D;u)f~X77xP|Bӊjv#`L}^q&+ސͦK",&Tb{‹o>b;8Q$&ᐁUW7$xE߇"4+KiΈ 6v 狗z x*U iZ9^UbÁ+w"r]NOCa/ ጃ&tGu I$U;uY 4ڙd"<~v^3ʑmw7)*H桌b'oU0y4TMd>`H鲾B_Hr4mY2V`4 ٝ8[G/'[xj78nR#r^HBh1J7~ϟf֓H1Qg%zn|^6PWFǒO aT\ITT.%sɳ-SRHoG'޴^/Fd=&^RP.ݡSi0~YD=wk$h?9P&Ui7)slxlHHfD>}wP[>r HNGA([ސI]r>T9[)ڪDsY!SjeM)VmA.D# 4yP&h.{<|%qKtqAS,tZE6Z$4,@s";kk~oou4E;_Y6ͭ 2_ȢJfѿLz]Vlܰ@w %Ëodzil?st㢜sBTPZшlhq 9.t] :Is2jߠ-ؘ;]{?þ /iAk[HuiDQ^ afH(t6e&% {&O|XI&qafv啓}b{9Xm6bԢU5?f: Sչ:Zfh$U9Q>1SVsC +}xǯ\{j2<"\O i@y[2=OX&T&8LY K-u g[?5{Igyɛf:l&,U CLyŰ8SHF5 iFe8v6 ~TA} i[CƎ7؅bN1Gtx>><` '\j|Z #ݯÅB:]n8>>K2CE4pdujf=CC LHx9,"/A$fwPxn"?/YRfS6"?>%"5Ǿ 6Jh" `q|jV푫g.F]~po*$2P gݯ*)-{ߋ˶N(C,N'IDƖNӆR3_Ja{-|R" 0z4ݟ$jS"jroJgOyar c^]a#XYKpA*P}eL(ۘtWWǔU sz9A9+[H5ϥT%kr`؆ څo4G x F ]1MÑ $c{ 6׍cjq >7US-WwwCgjz7ܲ]mk^+^|{ ޣ`xUŕD˕_M]jaQhN:^galЧWA0|S?QXlJӐrtWo+PP45~=Q0[9(&(t=Sj 4@!y#Vޮmv4)[# $@'p6ͬלiN)ג|M:v:U\ũuW8ӺQ F )p-ϵSقjo)W M( "VEƧH*͓jZ73F^Y+ nBVe{h ru!H-HlY $3)Ub HoA֞opGF\PDHln@V$)a3[SKqs' +Vb*Xa6߿ܻ(1'q4!/4,XżYCnwӜh  \rOS< JIțWH":@EQG{'KE 6ڍ*BR#~(EvV ;E14/ҁdjdۦ6ޓ۳`\M=KBZ-$<,]- D8(d7*rdpSz22|Ϟ<#*3ߪzPcK eηq_)|~|1;a<>l@[.,At;_ )y q2f}@!@xowp.P'tJLV=z(ɿ-"]tk]|mR`%O`jgj'Ϥm֚gU>D|_.ʅkjw%,gr#Мd[{}-%n~Mv]:r5qpZ̬WeU*/%pnTQM1-ipC_WF2 ߆^}$3{ Ҩgo]tDjM-`V4| N3e<x$ir^λz-;{6u%bpۺ61lyŘ$5V>}gt BsnQߜ)Mk``95Fl]FBC&f/5 nůUf8"^jF` yX6͞7oK.h~'N[!ָhvN6۰qwkC}iv]&>턽QmD*ɮ\[|u ۮ/""qN>W -'Vt@P| 9n]7xRe//;Ϥq,($SxL:٠9B^tˇ e< }y45DpҾQlD€LJy\* !,Iȩ&@@㫀vhDR]޸ֆi򪆓ՕT)yM)RI*ųr`悄lJ?ncf5ܖ@NӒ 9 '`G5 8/r5@sUu|Ǝ!{ل9zLgqc6K&ْٝ8ŅH)ƚpqce3e\c-B7I8v{O2$m Z[pv0,0f(E = $' i[{z.zF>q1(/u@_:dK0#ݲvCkĉ@c*IChDK`ƬZr ܶĶQxWYNQ/F/ SM^[jlmQ  'Qj0mQˍbh{~,im@ҥdp*Y9:UV coP<oٚ>eQ҅ݺߟ ؐO' ?+{=$ߦQL~' Ǵu.jRsS1yyH}?˭{bFsPcO4c9ڟCWA搶~/ֶFCkG%.֭"2V]ls3D%=:?XWYoTۄ5hkc­شhN=R9N[UJ I&r{ߡv"§WfE>ʂ; Rn'c്59gk(}Yb̕lAD պv2GJns_}Ğ_Xɛ|ağS{ՙ|rn8V1y eʤˠ6TK\?.ԴTt8T$ՙ8tܕZ1lL5jS͸< 1G۾Zd$mu[2>`%:@I :-by`2'P4 1@ P~`$># "p#E\2:VNF\_p,#d2ƏV嗂° pCct~!+NSd'@͉'۰v&MS(*sR5ǒ J/e]nX\xv $HGTt\Ŗ8\hD2s9n#Z%5ޏ@C>TwNGƨwK7IO&/1x/%:Aͮd⋖T>DEj^vg$ DwBTf[x!,fPi1 ~1}bc(Z0̧kFf(eiMt>g=N)M!Oj X` W't" XWzL)|B; /? )s;-xj% :¬$qdz0ɨC Rs&$9|'r槩H/,MH[T:)gxZhBsivfJڕ7Vve$1.3`5 Y+: @,]Jm> #7AKKZi|R"{˔=Ȯ nESD&3$Ĝ NY:8aKyFnYc1lvE!0'J2ҹHhlrQGa0I$jQi,)j"IBcac"^Y["z >(nTUBg׫EClUwjDᙧt5ޭ 0E6Xbd$s@>Y=-t1h%=%Yw2xe#*UBi;aòxcK3F dZ fjʖ-c< Y0<$f#ZC2QW"SߊA$l>UܾE\-P3gE1UyVSe9-.Lpqmܸk2AZd Z4ud׵}#V8ޭMd%)k1)T{\tJ$J@n O=~9E/0JWR3oͺ4ddԴxぐ$]\ה#) LU]Aе&x@y @.7u[pyi y5L+Sbz 1Or_PB MT7tCi6Bi-8]%8y[eD$J:҃m[:!>M~Iö˄1'~Od\%L?/ű:+ؼTHkB|֮M:ءq~͆wYR-zUm<31D ǎsѦ2 ԃP EV"Zk:rd|-u=07'GSvJLf:h` ?Fd6/T=G\^->Xdǒj=6-$*: ֟]5/#.4εGCL93]xrTOF"UƧWsQ~+0?pQ0 O ZЂܓ\>3Lfܰ0} <}Bq, OkP.Mԕ%"T>mΕA$FM(|1C}+709c/KM܊6Lw,p6JXP΃ .l6 92A{$XM-d}>~1/⚠EFn7"s]#`S%9i{jU4`S|9 Fg"|/ST1Gm՘d";gD6Wk3y}ŋ=JVn40&!}-at>af,q|0Df= . >g#6|Y֠>56wpoSBai|^~3w>$L 0fg<#CW=41K2;@D Y)=$GS;N?1W"iyw}.aW//%u 2~׵d&,b6 Jjg. TMV HE؁;CմÓBQŗ(Ϳ>FW^;jSDF|[b K '[sɾ}#1"ivmfq{A˚ԨInF=$T"AKIrؐHe(A6)JJ&,s1F{qDdvަS]t~w`k \g (ΛO-;H$< aJ !R Ad`J5uWwdx1 /ifր5YPT˚~^Xגg{aȥMʾ^Iƌ`+(tm $@Û xPQT!_EYCNo-?/@ٔ\pg"'9~ye<ף \:Dz.<1MrݍΦSA]yBXcD: +A}>I潷 ญI益 ҟU[Z' II-U2=l[Uɣ~RW {w1¯zQ; kěMbt+Dٌ5>bDNO dv<-hſ0jIf[]k$ bn kc?ٮ&i^E n!ѕnqUY5:P!O$yw4@˝GdfE$k?6{*]6q)'J< کDB{G'堫"?V'|#n ˬH2q=g**Dr$e Ɏ,f'#kB:-y˪6Hţbذ.I +5=̎LgrV/V?XʻE#,I7~L5Y<޺+^*; D.d}e 7#Xj2Z5m3M]t ۚ+ .>q@cI]$Ș^HCAXh}J%.U F.{,0(#x9xanQu4i.weh6v[cŨ[AQpw_EsΗj6˔k3p (" T5^crƇl,ZWŅ),'Ay0,Og{H8lOٳOq LLII=ti&-Żj}W6:"2;YeQFPFyN4. +kS 6咃jy+#ZDU܃'n_kgqWθm+JEcxHzNcnմۖځ(lhBS*&K.wuODqg2x?9&s9 d=I@BPD.LuWŀ ,?5\"W5a_;y)g|Z.ι,]4R3Z>Pfp޸ge*} h'{b?u(j:$@b2i)'h5/~Y1jąA>12r%Z7?Fݡy~<2Tl[=Ov TXQqx8n=K#:GTsj~o$eSںK jYH=i+Fz?}Ǘ/_-)*+99Id^XA ?%E} %hHTG0>ԣ`I/a܉&kz-]B@2S .]O#<"e Üg!j|V7=Vnܹe||+^ݏBqXcM4zXX: @3K2&Rza]-F?#(U"F ZXwlHETB4e~ԖlO2r^p6㟉i({Fj 9# Ü<XE4fgWgH,M%gf,,:޽HřNgZnhD1EđA-{Nxt036.5cm1H5v/;xQ:x 6ngKv,}F.?_+~ԐAD1sՙwS9\NP^V޻?uR3K`PcD4k62;TY.tɒ_WbZoTֽ@=9͌m:Ku4E :++rL֔,!f­ХOwVdn"n<1&J1CM9}Qa)G$̯W]+kclW+bU}%/xTX 򔙐 Z<2RL}2|l1E"J}IdXGSRDeFj(/Eҕt+ ϭ8-V뮽vLPs Px;65?0=CT}̗8v=qߥ&%ZPb^![gK}`;O:8Ji,ܨDj0ikM %Y~ԕqnDF^{ OCe {=Q̼ րEݭfО ;YRLؐX'c=FNN=J?X-g-zn2fwv* Wс ȩt;o1g˯oL =;Gt0fi+Dd89eO k4t'0[޽t4:6E/ |w#+.;,'iМrûB [kOE%YDU VmIO;btf^,\#{`dYkS9|a8~ZsLN{9Յ_@D>C+ q$IX}X[(-Ia>6՝ZV)CRdOG})^!tH1 H}:^ԫ}Cpq%/Ej@n/"\͕X'] V#\0UI6JReyq83@/Jd^ S!qķ(lsj7s'2SLk]u6Q,Ъ - az@tBjIU; |j 6AHib]r8%%3+:8$鉫CbqT&慠u ܅M6#ƏB԰8 n'BvF_=E^v!Kpج EhO8}6NBkְ6DaN}c35vJݚ 6nCֽ@U ;K1䒕M×<r-B@634NL^44?ZUk[>R+g'"piNq-?0K b{=3..cUk=sPd d٭0Hl4ģ_JLJE΃B$!1g1- 6gmghjx8&_B ^:6KDrg uh'.#H < s Xj[YZ`x0ip8鋺 ̖hGF@y2L`jYlÜ!=oq6ƑzQ-3`QA~b8o٣67_u3뱝L #:ʷ"(RN('l+ 7!n{B\&Kh qg^cqc6QA[Ȼ$`ۭ?u@3:聸v8M,+COD=- D|7Gw4}'҉Ww$j^"3kŶƴfek_oGe•Sq\3FZ%mT1~l8}KȶA^g~*Ex#T7( Gu?>vk#s%Z$<((G,ġ2 iQFRN31YJOV»lǨm/A/5C9 ^ЕK9I#_9{o-rG__Z#pJy(DҲ@7|LOHbD;e'{UϙE9hRtrJRoA-~sֲeMxY膬B97N4LN,QibQHV#b@A, B3+Ǟ; |S+h{&u Ziz!8\j*b>(vEuIɱX$j1&$Vg,2U?SCaH`y퀃 3SCo;AK1-"̫ߘTF&pu QbÞHV `׃+֍;KJwpv| N8H _oA<4 ?$m"DN2@lc$sǎMV[~7 cy2"s{3'ze*+Lxz :V F\xAUd+?]P1=>q6 `&{L?ŧb/ ؂`X1vUЗ*R#[XyuHF;3V,YkF]W!=gtBA?i t `QxݙVwSb6 -:w=´YCԗmpBԛnDNނI i{ǫ>&28IG\qg9#Z,ڬ걩iUs wFxhVNw%*+Vc}K@[i8ZN%d- >?mTc@z3BL>)KI(ԹAZ=P|"QkI՚ჟ]${VSC^<\"`Y$Db*GiI1 CnFJf8ǐa,!.Wz/Q[iUD)jUs-bYD3|AVTi~~9ua@ 4G:ʰz1.@eOHKj'ULB̢IZw#sOpjZWt)lϼ%&U; ]\ wmm9B`7xnj~2&?e~mP&hL<>-y5g#Ĩic$vب!ӔHe'>dT m*[#>!esuL&LW<7xW yW6:7RǦBm\?U&)۳5*_ \y%"XZKK@~o`^vI dM{^䔪[uI73Pqa=Z6- ѠYϷ[坴4L?] MM.f nNUF=waIFY0,ߗ/N6n+DJSpI4xCqM;ә,0gZt,ny1ggP7uF3M=%*t0-I#wGDj}5xfiBezy&WDKm RR|rf'&B0\g'<|]䶱 /Ae)Ss+.in-u۱Q wtHEx5j0AVm\G?[2U!V,X3Gڮ6W7RVbh:;ESu$Sk`Y],WoIEpqpJk9L)Y7'هBFR[E:l?ƴmHweN -9q%*F߳doyyUEaG翦hcC%KBৰӞ&\t٧]f.hj% "W(Ĝd[c5H>@!0~ƽϠ9Gtma@ð)U"Xh%ؓXEbrLdzEfɍՏXtg3Ԕ.iv p% rb'z:k_JT93aujY [oSY>,QC>_+BDbpsP .4ɠVAž?Qܬ ?iF&_a5(,0Qf]QDx 4x *^j ZO<ˌ2 /C FW֟sc5&`r-:odN||ʉ MΈv]V$L'%dQgx:n갸91-ık^}[ء5&䬟 zh:c{wmZ^!0+:?,qRUnK[c/3{I GbIi}/FWRyu%v Oj0{Kՠ U ΁B b~ѵEܥC̣4Qc:゘Ʌnt4{4`FUGk>IA'M,BGVjm4@dK+Ǯ~ya`t# aRX,Nj觕TLeRʂ~ԑ[GKlT~&/3Ӌjϑ 2+^? mT#O5:?uΆQ8@aq j"jу&'G}hA P@UՂ0V4:Z5F7іeU?eÒ ;*g@ȏ0#R&Ϯi •0bjE!aL  Q <\/q&]C&D 1zmⲻ xn;ie1]P2qO)z$M جǹH{;j ]} I1jSKi$H͜D}L}nsA6!bvi.Zx,\@kZޛj ۵&ع^ Q*;Z v5B 8|GA+B˹c`ᦰx r1d*;6<"%.Ub/VH\ Kif.O.;!zW9D|7'ԇ80$kp=좽M@`B IX ׎tX4M)wIJЇD; |UZS  ֊Q#B&!D}SF).CNEsQMlk. í(vz|2D_r(k!)Xcmw}Y!,?ìVujCpp?nTiG?0mO9Uh,{(h`X={ _TׇG,&aꁣ/T\PzE)l"KcSWyՁ7}=65}l5ECMՄ6߹_`9p-ħe-)S=y깬AGČr¹VyCQOȳ =m,dWge`׎5͘dt sog5k TC̝kLra9wA3Nhkp כ5K*  (cDު@f[A ‰q݅?=iggv VM[Ngq1EʔD\T ʀ`}esCaVsX*xU4U :9@0c#8$)wL ߝs`N 2ۑ"ɎRn>{Ux"bp $sbXVu/5<%+D3ŜFIF t-:W!bbPp1Y_Vv;+S pjBxgKmr7S3~T?&ͽ5piIV;KKa5PEz_ \L#ąM])DQBo10S #EK){q\O-HN=C&.dg rP Np1*'O%Z? X_i=HF;"s}- ;-lTpM2w*6 g>-~|N\рA}C0 lXOgpѕ}K(Kgvˣ2C}:"8[.g x^í~8+ Nk E[0Lm=a`x#m1w+utG{Y\?I{g@R\aDI.6HRz[Q˻ζNTx/p>sY&tREUt)@dVRJ6 78Y[fߍGw&`t_bbxTUQZ6JKiN#A9"ɴ|}*3.JNS*x,o%iw`h́]LHI u>Z)!"wcd N*-g=į֎oL!_= OXb՜A V \*ebN)鎰3c]_0O3N`xL8B?c`_7ہ|*4qt3 çaR:H'_јͩVR  U)3"m>Wv'6֚D"AL&̖jmRsĿxsiSl ߗ''8^;ؒ*Qq>!xIs>Cfzwm 0PQ0Yb @P}ɚ]Xx#aTD]'C;>d4LHsKFZݓ78|zͳjyO*Kf\bhNƉJ=j1VG 6U^!ti0:6Yq~m #B1ͰҞPۈ/>HJlm|]$ zM yG% ׳?' sZ=ewD$u2n!?Õ3Y M>uN8,𭧕E;Oq%Y'H4@w7-/l*i4/KIJcӳOPƏ>w89i{ӆh:׍p`ȶ]~"5+ /oj1aH@2ʽRGNh}Z^NÊ{b_(X҇>L7Ƈ pFU82DV72,5eJFN^#zptA$t.t" Z&Y";uƂ/1QZ/sO͏ zz_;׼6+j "qL+?IVxϮ>"TzY!;*Į3c\ 9ЅgX4!-5:JrS2EVGg˭&KHv%3䦑Q3붺!lC!7  쟻<ө+9 bFοY*_,d,GcNa{pvO _ JAPKlSZGOg}ͥ\t\E0+$q7 !S+g.)ܵ,$UQ]vt|PL#ɿ#4 0ݦixKQ,;r]]b.~#n 7-s_Aw xU\YKPA oޑ|늈En]e鸴k19FrlOX._ #YQ1KR\#}U?qmgmVʮÏ ~9\(Da4@8g΀ZCf8u3DT%cWx$:e~_~B3N#sBu a1`D>s~\/W)';ҷuFl@msn1+dp|ugf\ň7$5 P#h0=)~Kq_ MwmRBW!+/wՔfc+"2EQXH@ O$.9JY?ŠyaUS(IϔFjQ))i{/ DY(qcJ^ &Bf&8H:F+;UvUhCJ#C^^Oq s׹]h :߻~6S2`RsjYǧ׷JU.M\82mݍVI"QGX?>6/pG?'e|6U')ָ<(?|*K =$%)e;"Uc'2؈~eՖOslh ,7?y&R8,[|OZ'M#h%}mH1u!@I%0WY<@ܡ"^)J;٘s9p͌g]~{| "~ޞ'J\' z)?I-/8o2f*CM#Xmnh2L:k\덪` -70D|k¯Y1ZlxA;dR!_V$GGl_[Jnj:wa7;DPl*#gH;䨇B<]vרCr\z8Lm^.N. ^!̥#BKlӗk]-| <c1~X'-ٸAЏ ho)|y"「/XW3D$fjL]zCW9Vgp|tV LFZME.*8=Pչm(IN-Wy Am'%c mѪ^8LO+B|MԴvv8zX?QU~FKe58_ʪE&#H)ZyX0K?ILF ;_fn 0i7^(W 6zweVYبtZ$j3_F%_XPI+/Jnf so/-B$q#S2}ih'VvL<ټ!VAK"FADox\BBo!m T:܌KX1'ЭӊqFZdׯsc[P9V Ygub Msxr9#6Ⱦ=*f2(;3EG3Դi-bʼn✍{3b@be0dQwTJFZx1^<[G@X H鳂I1X4a<<(L;F 3B+E g0@czƴ(XiჄ`l Uߢ;A:쐙 4-Zu5oأ:R ^ٶ upҤOVcPEZP2*CA)\L踈4͊zGg IG+eՉF?I2#&l4ϓ"= O͔'bC`Rc >Ie=K)Nc7~Bɻ;Q"/6鹘p#%}121(yء#:]]Wz]3Q&=_`Ԉ=b }t INf[;g$'iw`yM̽gl}۝GI=/ءyjc 4,pXvx$FI1Cx}/tG# 5َt|3(e^ !RsTu k!6@0PԯGz lQfB~6X?YaU|Q܀qN.N>uLg y5[/WrTYZH؝1=PI)M `@\A>"X#P9_pK&'xIn0*H >i+ mjYMq} `fp[[&R7~D7\"f丩Qv1:@\hO/$U1z)P;jIZ?*Tk N=1(䱎>L`fA߄A.p}CJ].}ꠡ'_ⲰX'3NR%9T خJ$51MduaZ{Ŝ|^|(B*0 cQÚ+$c>S T=!B4"Ӹi24(Ba% ;],¬g%pPOg[L[P#>oY@髡9K&TYaZKc_aHך8PkK N|)5td̸TÉhdkKDK>cpRFM=:p,eȎO y-Sj5r;Zq-+bXArtB[T+fѱALA "\6!bXN=5H#[Kΰ B2&liH-"Vꙡв?r9Vjf_b9+eO)c3T~J ~}4'"6yDfvKQ/-l Rr>26 Qz$0C>\<'/j=fV*")Xʒs /S$to㳶_΋CBr_Z7 .t=G47;(x}vA?rS^)Dm`"J.2}]ux57LKl:j=sM]ԭ8)vcv I5.a8 L*'ZB!Z5MA)®K' OދdVH+­\ n #E՚)2JFS5Q-gj%X!QȬ,?TJS'|f )?9{tvj 0 o02XG6%ؐv@kƝe-X4CML#" Ę2ګ΃T% e.ՔSBeegg6Άq ucB@\ܝ]x~U b-L8JMg `-T+:ʒc{98F֘=dA<~ 7oq0Ln!)CI*D,~t`RED";%ZYE4x\>Տ߲} CtM0ޓJyNty RT3'ahnfXno-p؎loC ?$]IThr']HN-2U.W/ޭp/\I"WCƘ 0rp LaR~k@CWn ,s>ˢhg4M t0".@Q5r8fW-Ң*<6O3/=ŝUHsr3ShFb`2mq}2 LmZk`E`;-6)BtrJDsW U"76с֊D讷Ӷv(j-CĄY] [-, E9d!h'y9sNJZ-bVQAZkGtPuzڲ8M:b㠮yhČQ.~@8<Eh.4N7CN}4q-L-ezR9 CO BHЩZ5琙 k￈6_uz!]z2ѵy(p$Ҏ{=LkqH+ ,g8myLXq^Ag'RyNa@5x=|ϓ]lRz^*N @ wu 9u7ϭhwmj@+B>0{uzcXOEj&A8?pדּr>V0 ZB k%rOe'N@fN5ILXXٳsjj״䜉 S !6k F2ǔGGxa F O&4I4mDq>TOTUzLkjǚ}㖟!n(F(B:Bb)Ƣv 7kӧ|0k{P^ؗog:C#ta 3cɩrbY30]24p9!3\','R 隸\$J֪!)zfş"-s+rs`ʿ 'EcC7D)Pg=kLaY -FDlT^"?ːn>CqvŐw^-l NTc^~WPhųױLH>qBA#1m eQm hj$6L)O)!b Xwh`[oyŎ( UAO)=>6,_ E 5tX~[1:lII αxB vszC[韅VCVBu~ihe iѬT]Y vثXªw"mN=Ra` A+F'gU2q /46.p&(M80$O 0cqXӁCn{4+^^',@Х|2݃8<W$rߡFsey5fcpr|=0 ]`Wv#A]`] /~*/F-}h'L\B,KP,lb+Խ0N]DdʄoWo2 zVL퐹(=OI$X~OHRFU@7R$ pP6Ʃ@H9R8u%%/Wc`ew˫46] ?1x!9q'`S dP0/fJͣZ=< ԽِLC1a.XΆ]̪-CaoY wh)I @F @i?u(.fk{>]OjmxyVq@,˄_j ͞= lo҆:]@Ѕ6tA/Sبy=wߪ_t1ڸ* "ַ=زvE&xkdez^ n[pOc,FkxbweAdll,gΌ/7s$te#0t[Uݝ53o!4wdMT KXby&7}4k&j`yc~ISC5,'HiB"g /*n\pU7dliZں( ,T}QlGf\i[.5L9zd-^wZKxJ4ؒҴRb{/>@lH DqJ OEkLsHK_ҹNz;hŪx%:pknC[ ;xZA݁Ć@Aod"` odj`+OWpUK A^y&'`2>lf˵߈C0`)_оj޿Dtgǂ±Vl?Y XX) :c Ax' ["8qqܥ=7Z;h.?ìYpYy#p쯚H H@3,q"h<0lxG_(tkn/I`+JiWa3/f2)MI}GiuM*|N6Ũ|ع=4Tt케]v>HyA^X~r=Lp4%§˼Y `-$<8#U"c|uGP+~n4nQ}#lbu k5.=]17JR$nO+VXe=E뉝E̔-"T^y4KH4}7,)l.n=Jb|n/ByQ(t-?´Eg[M_0,n"?"GL`% Uh!q}ۇ_ɭU9!9g0lq*rK}̗mSTtYJ4!{I'Xnvq4\*BQQ-?7`6V Oo`m;״WKo(OVϪSu[*'n0UTx\9Cmל^(N} w* /-ǛbzmQ& 24zHTZq @OsʍѦ 'TR#mx/q}h 1RDwFQVTȷ(UŢ+eEί/Rs BL7g#]dd*i ecw|_;pNu9ǖR硽ebeMMűCbD(~r0Ҍd<&kUfZ 4Z~r 3d7ѳ*,"ćG-΃ܤBo-/K'3qn^xKUp9QM!OФ@z+zcH2ZYhG0{)IjbmŔZ L 1Y6i 7Qߴ(e"Xqfj;GPS-Et':?ߗ3&Q0W̵gELَ{NO..#|!! ύHoѻsN.F7vZmIC#c,g|f-_w0a@ a=@;=RCoӣsx cxzfk&vaϛ6YnQ7" +,5:ٕ? (߸800,TA-v@~sfrMRI h7OQwC;dĦǶ LJ$;w %\(P]%,Pag9Txg S SNs%tq^<]EgW/-#L='M\{-s3 @PHDomn&SV9o)-'[$:ճU^[U+2RShkE1V*56<!__sa &CZkxޡ7iDW||n&4eƊyh,F FS {{[HC;5R'BYǂF "ʴ;H"i%9Rr/ _Q:#Tui ܂VM!;g-^LcaiH >$YU˧jVjA2G`=lF{Pg7Ї1 ;}kۃ::kMm#“&?㭙ȰTryN>AB;|TJ ̶*O"wL .v@mn|=0lLޙ;8XA.L$ g 㽣y`c.=:Hws*D2^Z*CkD)_ڪEtcoEDR6ZyKA9&&eezO @b 8P<_₍X;)m}@EIG5\?|Fy.i'}|0L;A6 'ElPNsƦ(g]i/#oq2v{EMub B=[Yhr|Km&^^W~UʒG *~Ѯbylb{LrUmPY –%VcR1 8(E@_P[VXW_JƷOtxCj:l=߱Ec6 zyQ994HF/IO-o7!E@H̓fʎj%6zWDڏ ] S5O*AZYBz+N p_3m:uX3g 0ʹ>e6].W S,}]ae=!ID$CO+02rTM;B9o~?;)L_^Hsr!S ZeK)ah1i5"^tQ#r`2&9waxCٶedz:ddWu%EiS?MO"(̺B _>>e* tÓ8\rrY5˩Z;i#vգw[{  8JgyQy:M̧砿Kv> H\ ^s/n?Ի(Lj.:zU}OJ@_:di|x(&%^|o Llxk P[]yV'g'*bݒ_$,0̰ Z:5i[gVS!sWsV56g%HތsY6v/Wk_s8rğ za?CS],}A =оR9vLY؆. Lٽ Dnj?t$VgeZ洀Va@UFm[BJc~:E2`w?Z^Җi40GX9)AݼEY#qG0Ҽ,x['%>׽lЈ ys%6;/U!Ȟzxrmܡ7mv,.NX/nӽR̹ϯV΄Nە)ضypMDx!T$ p_uڈ+Jq TuVtAשgE}4'pV#;0پUrMX9a>f>FR w݌QdIaH?buf0g 7]p*G8;VLm5#z)=MXABm_C!Y!nWUԏ7".mQL]K@?P4VB%ʂl(%@UL#}j-ռX9Z6G47-~xP GճFpN(܊n?U?!z}z #EBX7 ʏ}g+ypp#;>2}莅#(lW ^#DH2\v.?AݡKЁZy env6t"eyYà}{  U1pxc̦*ޢ'R/-oYicH=Α#*ʑq=% +07؍>fOy S+s\nȜPy\~޶֮ڒ5͓uʤfUAd k,667Xm߹J5AHp Xp6~6UEb<\2/+L¿M2G?īn Jr1a#Ŝʕ_szI&'C).=5~!KVԒ@Wd X nɂ8}sڍ,>ncu'G9bT2=AVɮQk3]D}dm`"Ɋ,2n~)Cܺۛ&3lC,$54wL΂h SlSU(WZ+Ti 2k'$Mr:ƒNv9G 8mK^^wu+;bOܟ -  bG2t8uO1?$걲Ǜ<ɕ@% bOcwsnhqv'-yFFrc0~zQB0MBrgD캡n4 sϲ'Ԍ~/t)K]J@N0vrNy'&FͮiQ>$*WUTGR o&峭>Gl`8a@TZ_D,+Ø`}614٭I8Qg6KB|8?IQ56i9D7Z9z+# ܦe 1` =_lWOpo~ts [Ů߬3 2so-y*c/4qՀ2~^[#.f AYu3T+5zbP/ط4^7AC%6y$؆2AhSYۗ`p)E09^i EBxBtq~&TGƞ;R*Za*"zK[IJ2d{+f &d(B˒~5n[j>ba:DBPܽ!-Q.%Y@ (?4T|oo2ḛP6>$QrkWu; F畵F/G0w@\g0)1;RvKM!'9q?lZ_}w1Qm"K8q4>ffq:'J4"܇cA'٭>zG e6r#zsIj%Vx*][}| F y6yA:%Dw eYFl\\C\0$|+OG[MxgFӻ߾S\лz*> l`{| r 7G)4M ˖뉷wE>-z':T5}Щf2ՋfgS-YKSY(`[DdFǢ0gxhDꈣgŷqVgw*:"dފV3EQ  L,2 6:NO#P#8IAuIJq*ʅ͚(<ÊY#Y':C>d;솊R7yW%Hoʳ ֖oYe}?nlM<Jw?hU^ui6뾤pT})+Yoiڑn󏋫_V"9^QgCWG U(A83"kpkW} kOeMNL1=`=^U<85-DQ#K6M @?C r, #`RX8{kݠa\. R(yjmVX7E<+4OSaZ2bNQ*u!dJsw7:օٔp)gT#U)RSS_s:#5ygMvEC&x[ ObX7S7ZQӇkCuᅭdsd1"II"#b;)XYYY\Wi"T ; ,c 1T mܻ ~&C,LmƝϫ~ XHICw<2~7zzWش!.`,wiU=92N54&fdLhXܽv1ǥ?Zc9ugm 8EMxVXG;^_ 2bR0Bo~KncCC$ESeE4S6*|kþ)!63Q孷x*iŬ7l=};wYl(}(B-vUUi}py]e X EX2i ,mgz tq tE!sA#$>˄Ila><.3Ewd. B.ǒLxn&!?icSR;C[)|N^k*-xd7Q@uZ=P̜!b%L"1M0WIW3H K(!U_t ^J@3ܶ1u s JT3`lW3Gȓ).BSD0:S(7xN-Hɢ9{{CX#Lj oSvEH ya'V,ʹ45zy Z '=S^pq܄vYVFƱ~mӗ1찋Z^vuf@7Ftr.:L"(.@/߲^'qdxxڥ"WhϾwrIeJaՊu4UfUIGQ8p1zDf̡gukdALp'j:yg <076Rk϶@Ֆ:à>bm&P ˧q;9gErxQt paDdlgKQtyJW啁Uk<%r^Ib5yO5>z;Ipemh9mdp9%VYj Oz><ʒ> AC6!&r( V"N4v*"R=X1H[}ɓ(=;xMzaBgCRgG Q9ExL!quOIM#5[eoE{nj fSzCb?|~ߖ5ut>YL$ eM>)Mѳ~ [v)+Dպ8ʽ"PMS`vg]&G#!s-lBI.-s5QMn4x BOS^IêJdXk k ɣ= A-J(~.pn^ͯ]c~f=ZPrmII,.Vbe/<'m&x0&~7㺛;PP^m[~ƻ4^ceP!IUH}ޛYaG|(mǔ\Upu[,C|XҷS'lPԊ9 ݫ! j- m|ޫ|jYPhYa02A&`7R ?=`)VytZ?шҾ6p#91~EeeruQ^%*SsIS }}_3<{q7 pguKkh׼̲ 1:}jB`>Si~UWz4k90]ؘ\)k${rC V$9yj=ʤ?׃%{mV⤬bM"} >&5}W>e>neaX?0vP6ZIÁw1. +#n[{ G7<%g@ ZGsnͽs ]α~ci*<\ZB{˟u&!x{󼣎V;h[=#6Bm9p@i]%gRky,%5qsKxf[DBI[oE[If!$]gI:֯JV=Iܼ3eob(>O,%ۀDE}* 4nKnzRu@m.3^& *u'=6Jss.f(7K>5?v|Ŷ7Rlv5G`H~[  SR~83׾p00wlCN|R9g^aS+>MT@VX[͎;ә90 4XuJQH?^V!2qG$rƣoV/ߘ>|Vx%HDƗY͹nv+~fh*:ՈմhwX$vTxI n1|g:rr @$ eCah*Mxdj17~ kk yU3NqݦaOu+;!+5Fp`%ڴD̓Xuo_\0<:~)Q7IGk׈Mw$$/'%w~X:-ԁࣰ&;|Td(AD3wG__ ˔jgMVagkWr;NdnX^8Juؿ]_0$o.R+!?`Xp wXɰQ u>8|[7Nr8SdydЏ9!A S4|<}dJBE{rYOJXϑbBb'td _6َ4hkRGx0F@|"UdX(!^?>@ZÚcbIp)}^CAasCS#-|B R9ŨMG秊yPy_EZofUt6; H˞ 4XDR:w"WiP,#TkDH7ԟ{H~\k|bWNCSYGah)lzdƦ~kёE]6_0NKŧ׭7#%=̿rZ얡xlkmmtC921F,VB)U(9Jՙ "Z1;>+hW}ԧb4B= H Jr{~ &ˉT~{lXO#}. E U^i㊶s092_L2fᏧt}-&a ~s[ՌW킼mWO IUе[C#]8y֞qUK*Hԝyzj%r{8f:v X[llw9d&$zt3\ 8Puc&zV.VC;z(jqw! mֱXLou>d7S>^|-_(84Qו X/Ic̼]\h]_wb Q]X|q햀%| ty}TFnԛ{CsXh՜yi/|]0m*6%lEH]{etY),TC'mZ8Ε'8)P5HH}[&Kb_"^!@p{7FatM"m}Abuk?zDM"_C1Ly?BLSJ(2Ɂɻo-6f_ Kʹ3 sġ b&anJ"+l^dw;řR]#v<לMBlҪ wIT ԡWH켾;xfn7sZ5֙+~2&9AG =Ps H{-t:3Z Guvswܷ3wC8BGq-(v1pب.JP ^Eަ)K}l imkթlȡ; 8CCuTъ\^inhL5_t$F K ,W5!)"ޠ*V&gI>S\Vis`0!Ҵ+6'=}[~*r8Љ$/|6@17żqc;cO1TZOxx2vsay%Uye_;(;+[#c(j>'Pk= 9l(b 9YJ6HkȶIզs,a$gD&| ?Dپ3 J=](Ap7`Kc09L?~=);2dA(?soK澦Pg͸i`f=հj 3e<`[YC&Vs*0PKzC(m\)\| ܾP߬ׄMC17ݖ&} !\uy<+WtZc?7G>Z>XB&i2 83sj#{.x3]Z+Xu=gأ,RqEfڄ6H%s. eKNfR$ ~~βnoU@hYHq ш~݁SYYi.OoKq ww!Lq/x 6,F-֚R``ԇ@t GrS|*}fNz`|ă^d08~S2b2ly ?`ĤɒC'jo@8EV ?~6]W z/6X_zx}3兜SY4 5ǐ`dJsq+ v)pG? _60k2⬂7h-frw@Td<"25o..qBVL*&ks]ݢS8X{nʷ*8|G_g7oA#!όbMyڪm|]2\&lâsGq-ԫʂ& {Ok>`n֬!}=UhU.'rTx91#6 3{y<YoN2_Oe*SYp%eR!Zmd=t jh9cU֑)#x_'TFW?ciq_*ƞ>DVƣZqm*!cx;p?BlOv+ Nn}?VY\?²? c>S.[ aE@G?etUfZ1j>˖'!\pz5j1j6Ej-7)e?@P!j$Ok5"uGP=d A; g}ags[ ǽW< WAvB8/Rl;kAA^'#B-پ?$`;lTfw%g>z!6$.̿j5ove0}^~ m$CvE),CE@ Δْd9}!t\zN'c.+*^ &(f>RRVI; , ]"/7tRn"NSM&޿ ]A1ekI*XRߵ*0DcHݎ .à -Tn,m𴸅r@u4Wy "Y@L+8c{21dB6{sEQEt_P{Bx bE[%6jc<|v}ZQUn~gF,L,4jU4R˜.0U%0\HtjRRT}ѽYdaUY e:k$JY c+ĹBk!zfvL4-Qg&k< :n0.-wㅗcf|{ mK|D.|CFohϥrOvXFsDRh lҀȴh7n- ɷmc&*TևE0?4Tsae3]Of_Amu?f~E#^G 8]yH˦) j98?W<6|DD<q̍VMzyS|$ KA ̊9Rs,సaB {3MyS97ql1L@q'rOSlnmR'hk2g3I/GvX!BjYgT)`O-4o:+>o݂Ċ[{΃0XH]1O^Ild7w@$o)!az'Xq$ ahaE_ߢ*tZO2~! 5F/\ ~)}̑uF1[^|IBF74^@D}N&7mP:|RpδĒ_DI+b* )SH5]}RIuv#ZbA>^׹WfAٖV|5~h$nX^ R՚b9eM$$pHGɦQ . f/H}_PT6A&Fq'ӃBa~V(.3^/<D1NqJܯnTZPW)rW~q_thqY#)K{gAjJ>zR?g33h| m"[aPoBm(Sx*mYi=pa|/̳?&}B7yX@.IrsKDX"Ub.1hhXPes_߶e"\4gzF\ހ3")yz5i(m y@ #͵xy'K8pQ鏰vek\YՔ}ie8C> Re< jPbܦBPB~"w=>*l'X~p rT6;CxP>H,_Gxr#XGܢ: l#hB肾,wiS[2V:{-&gƜ nYLGBx-4;( ZmbM{{BQqԼDQ+ & OEka AY$#Wr3.{G)pU}] v"xcx8LMjtH.ѓl;>67q; R?I1;x]'UvP{v{z3XV/_Mg:et`BdᙍhnGOWH@Ce 2 ? L YZ