PackageKit-1.2.4-150400.3.13.1<>,ȉe$p9|5d ǯ~nZ$MiۉmRfhy R Ԝt=un ,?t[FNN^Q1Ec K+eYq&iKce=`FIs]ֳ^~̃ư'm6nsi>-6Սk8SyS$f2;,KPJg}j 0h^7=:t9bu.zQš@π &;us!n,h?ϴG6p>OԔ?Ԅd  ! Rpt $*1%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1r=f>n?v@~BÆFG%Ht%I%X0Y<Zh[x\Ő%]$%^ȕbʄc-d˲e˷f˺l˼u%vdw%x҈%y3z ,08>ԀCPackageKit1.2.4150400.3.13.1Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.e$h03-ch2dSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxx86_64 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 || : fi3JxF(h X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@AeeeeeeeeeeeeeeeeeaMeeaMaMeeaMaMaMaMaMeaMeeeeee339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d433ac3d8f1f32ded1510585e5ceb1c078619f1b72a8e8984845787c02b15a8d1042641e988d1f477d54ce2ac72c2403246336837a8407fb3361195e76b6cb078180ca161ced1a1c349b803efbff62838f595d3b24e371b369d28009e1fb1e5004c1c51a5328765fc5c92881df8d8fe0c9104adb697f9ed9c1abda7a543e427c99debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a6f7a8d68e819b333ebd4ae5bd72e43c8ecf4ba1cddf1920a436a2b4bbdc86bf8c126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(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-moduleruckh03-ch2d 1709218340  !"#$%1.2.4-150400.3.13.11.2.4-150400.3.13.1 1.1.00.7.40.7.00.6.3 PackageKitorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit-background.servicepackagekit-background.timerpackagekit.servicetmpfiles.dPackageKit.confpackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperspackagekit-background.shpk-upgrade-distro.shtransactions.dbpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEorg.freedesktop.packagekit.rulesPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyPackageKitPackageKittransactions.db/etc//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/bash-completion/completions//usr/share/dbus-1/interfaces//usr/share/dbus-1/system-services//usr/share/doc/packages//usr/share/doc/packages/PackageKit//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28490/SUSE_SLE-15-SP4_Update/2a4319efe8a8ed6708425170c820ce9f-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ab0b5620cb57a0faf58716239996ffea9a27548b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7652e0f17a188794cad2b5c44946d949f76873d1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6d319a9d9f418f68159b17d07fa6c78dbb382289, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8b761590af79bf10dfb8a0962567af4a7c0dd4ab, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4f89848f3e194ce3717b939a43eac2052ab6e8f7, strippedBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)XML 1.0 document, UTF-8 Unicode textcannot open `/home/abuild/rpmbuild/BUILDROOT/PackageKit-1.2.4-150400.3.13.1.x86_64/var/lib/PackageKit/transactions.db' (No such file or directory) *  R RRR RR RR RRR RRRR R RRRR RR R RRRRRRR R RRR RR RRR RRRPRR RR RR RRRfur(systemdPackageKit-backend-zyppsystemdutf-8adbdb30c1d7ff0a003c6ba18842cd180a20511a0f52d2d582e802ae579fe0b07?7zXZ !t/Y]"k%eLMsc w&P)Ӥ%^OWjxnOSJ&ʹzbL>I\yehʌoLRt`1 Irmb<3U=et^y%:$QHvH{B$`wJ5&ݥLӔojF/^}MºL#/#ctqtzIQ=0%gW;x\贊Mxgc#huư7rGLW!g*q!#5dHmxvnL{Jk>|a_r>бAP"xonoݦ Ώ4&3_KF;4':T޻EУRt-@gY䅯wYuI\Gk/XY#)|o1reUYCZqZlԜ8h쟹Y+|/,r;dVVu}{gӄ#p# |q`l&)_GNJqjV,B'i~hPs?k#`\Ѓ)4v#5N b(> #J{Wwf(&L1)lt_fb g% }47v=w.8k:t=i]#=mL9 U6~`;@lH9EF6 ']2Iu+ .#/{ӈ翌d ^z%B[( r6w\&lYO:-؏-J G5tW=csa(%3@4܇l]>,0FfjcM2$Y~p8u!ΐXoT̨dT!Z OsaCe έ]]r/+Nv}*R~#,i |)!/4vscacȭ~" 6abtcvi"ˡ d$LE/ZDGTD*6?Ф(lKGfӧpf|yϿ&c& OfKh( oMI |qc!Quᄊs 滒Džg .P<.sc,N9) `=oOR2a5J PL;hršWZf²ee>s_M @;ޚ(1%b/[wc#6^R}򡱠s;o p?T^/ީ8޵;EsZᅡy#IKGdyXa؀ /rJ!wn,{!naUK ;{υ8?xTkT\#,FIyt~yF j2(@RT߄e:>{ynT|EuH$TSԚl1svuY3 v6RGIPWH[2&ֵ}Κq#I7'Es$j 3-.!)=iΧh\IΪ {L^@[Xv: Mšy7s_wjͭf-UDAO>7hc UvU:s9@.5I=F&C"xu^Dt,.Z(A 3x#nJl$@]ˡ>kU۷rͬ\|%5 ID7KabYU;I5JXUMm,pfkIrw_8-gHa)[DX?j@ЙbDz4ҫcA%<6}-b|Ѯ$",.G/dYBq N7orhP|K#lRw ŵ %AthuAA$#Nc!#|T1^*Pry?]Cԉ@׎GP`E(Օ9`5 t*=pM?$ɜi"쵑02I=8X",ykD-WڞΌ{us0Nh xeE@.ּxLq2Zv2~yr~fBG˥ZQ# jWq=8tNh[:m4Ot"G2M_KqM6lڿ7Vٛ)`Z2Ϥ(; QG4cӽ( |lFFKى>[}P$.c߹*N Whmi֏2Ɨ>܉%ÓͪGO|+֨U'YtCB@+{G TYޏAţk=S}aŦ>S{YLX4jQ&}s{%pn/z Ň xe 60-Bg3iXbg\ԡ#h" I-ZPIY2^,<.RSb?ZRS]FQ4gE-=,,>3Iq8)s6* A *4٩/To2~HՄ&u VuJp/i͎f\zEw>u,W餝ԧ%Եemayp4,^^'?3dٽȹǂhOG iq5At+'c"1SWŇs3-Dڕ#+@eŎZNJ֭Ɛz15EY|YAzA@EӖ`ZvX[=.թ%;ᆒTusld/! rqAE\ PfKr,PR^RzNP5 `|b0r5JQA'yHe V*v3wDXy f L]qF\10+{FIᰕ&]A-E\\ows[sqP7:PY6WGDb?_Tlۀȷ\=oLyQo;2VH.Ց4A˻eFürCW:6U'ȍIn`iU~D[Hĝ<uJCgiJΛaDۮTr[]|k~۳"e[G$eUsh/s7Fg˕f\ N kzhߣ'l[!oz!S*(4{ـ¾9&: aՕ@HA -Rt0`D4M]U =C ɉMw6祖o0 'k`je3NȢcL ;~4a)vܐoM?ğd` 0d9pzA=8Q[f 0 Ą faYư(kж|8C1Yv0`A#ёH|,vOɏV^Vv}4 6lF6%<+!t:wn5HIg6( >[Ko,{H+kL/woA?Smz>K>/APɃW;^7`WYƳ>oGe"4>֟%u$;Y4H*(NSg>˯nv5MqQ;'/ɗ]jiޢQ beN&BN!#xuOXiGb\"KMy_2]~iwE~@>o@_wn N |6,MưUWP(!cO)?SD=S4"$DqG#0s4߮m_wę*q]8zX%J"kvOH] EY(|sDŨv@K4Ta;3aOmm9Xi6䇣CK&g_w'c`%$ߔ.yf-pwGrΈMi2)Y|}Eu}43V0㨪x% (z_CW<!c )jM%S6jHقtɛkF\2ag(|ivW:zv$n֠ۥ*nA4Td2<7GP"mxwR$@"/}n!!G`mog ;6~vfGeR=W α(r77cP S$$?tcp. h楳%9l dJ(} m7MCrdTP&*89}wz^|,hD] X 6\]Vk'ҔA?^ 'Tj)|76U$Ļa`b)(YIV ҆jC gD wUvU >}W"ȡ J2*Áޚlm`«}}P$Nϡ;)2SNRw,@'GNl5Q %>J0NQ6JEo;Dķ38je[3T("/bOXfiS{I I0H'0'MU茟4lnHHZv)0T+'dOu^;C njm ɏwPZCc!3rk:Y%Ad5Fa?tK6^F D wyV!jnnge0A{>ͨgwiiowчDҖ Ē{AEEQ#SCM=A("U͛l8UNh"\g&_h ;VpYyqQO92<i~Tqc|]!z 箄abė . {c9+,f9*qנaC2|kJSQj_6pfp3z#ix2OWrgV;Qa{b)ᦴ_[$ec/pdEM0>Thjm!PI!tNbVC3X,1w@t@w SH^!y\,2.XWgs/WY[@A _3 e!8ϼKJvyK$¹hhKȧR{VrQP_6' ^/1 :*@K+$M$Hbf|j kճNm3D=00HH>nyp}pI6Ro:94MY,aA_~"*~}_Ͳ;ϳ== y^;8p%.0GP /w>於27N#H&̒3e1mŀTH^[7|ɢ;E_&IoƇ>1L2W>+i3}it]*okƤzi~E#lVtް>"8B.XGrl-z{$GMubp߬[iàFd,{XZΓ`6fp- 9rgs o9?)z w7^!Z,4zyAt𢡊P H[v(h&B}hU- 'zRLrg7v]O\/`qRK4`T?Wg0iHn3,$. F!2fOrVOk8[GD\:D@_ rt 1Y&A{cy&xQ6Kc,{t\[&J Ԟ:^efv "vjg )ZmF^deמ:EMoV6jeåY7PE+"vq)г6nZoe3*0M- LoGѣ?avaG!&i}C1~Z0+?#fPʉ׊*x-&ZLL#W9T7:(2L+)˜#R,vKXmp-eFa`kJUэwxsE,羄$ma Og-/N;ȶ/ReZ`E鬿w_6ba/a%DJT4zu+ eK&*HF*8Cw\_]BSfn q"qO?uP{IϱS7>Q&~o1f!*{3=moz)90I%DLnjzjIz|cF 2j Y,aQ?7J0,y sQ09*1 ߭ʬe5| `&N!ZrhίMG+~hM9,l ŔTзS@ i*s4"U~aASDoXtxah&?lA)fӲvmѡ88ZQqW|VՁ)wVd5ny{IJBCd jLOWT5N4D QpHVEDU2}!6f\/Z^!UoFM34iCg%՘-%~/}!qzji[` m{2^NC5Fnm7m3k6vzp/̦Vq.lCubZo%YEa#?P& hlc㶯I9f"rp}V`۞cD5hJj;=Ib^(4n$K#I+ZJ/VfDS1I..JMM`6Jx-d{qi?cG (S H8Y:_r ]ʛIxwOZQGXLÿ́]2j5i fFƪ@϶4q;C{?uSPABhzB2dp^?"y{e[ugrxթmYe h][E[JDhX_q?oi=:ַe^cs\4#dVNߢX9`43 'Q `9af2ÑQ!Z $NvZ&O̠=Ap Pn';[E S_ #Wms2'z JpkS%TTߕnUS3/R/u lgVlrQrjE5NHS`gk".# B[ Ή2N)6q֓LєxqZqݞ}s[Df1CDB$וlv{~&kZs{eh0*6?e }V .z<;ʳIJ#' $NqާE<&wCAE1sU$B_px^@b 7Wƅxb L椩,:}[(4TVN='}xEb^rxIuވীpw8X&cqQU~6m4PH&# *ϗ仪vRD#4*%SpQA-;Im c̘`~TKF!RL ZS-~Kbji*P/CM `kxpyyoAJyc@ uf R`uQä"S}o]zł5ͩ3p0R@dG^.2Z?6e+[vq 7p%0臷3=A_@|X!̢aS+R]{F:ckwXjw%TFَga[%0(PP&ڸ?| 3\գ$á5qVpC0vQ^YHgvobgTU{< (0͌'һxXH7m۾SiV6K74A8HWl,O1~u; ۅ7hpFIHC67~PbMD} #[=J+KQ20v`IW%3jQ=OSgރp G,se7J]g0n Av@U.GHv4I5!*, %m슅b%@wWL!N{WHwWMxL7h V`~Wlx'/3v=ܾ@bΠ;܇ǒ(kW0  ޅ n`HEpL,=kgA[U*ՋޣB[!YURr &>!;JaBi %p/e98})\4^rzqʡ.1@ ojNYjh^Hj=Ggq^ezf 2~`2cRc Y)3 hJ ꒝Ύz^M1.QZ+!qR tMme PHt![ֶ{HO5}U";t7oŜ^8oE$ \pb$ϻ㭥:jpO$!_d?J^*OR8Y7]wؠ3[:{ǕUOV|eaB&dGPw VA2j\wlnd>:9xxcX%m,l0Wۀ/ 3E~n#;ce!9^2PY{gY~(|bSaG:.-jaą>R&ñX7~XOf y(dZ}vu8w_#3M2t`5{ n#<6.1 aC._|'[X_޺"P'賂ζr]ȾZή̽ > Dl;s71F/⧹NPt^D%%>]_zɌmG*lh黵"@T"&rM ׉Ćą9f7k`:_:39&9#湣Q 0\G%rDS봈<JQ q눿.CLOq!:5ͤ[!$5|EX}mA&둽 bkUl ՗N<2Ti> ?e|W_ͨOW)L%0Qh(@ HXG}[ÖB Ծ&3q!]:Wіy7Y\rU <A"1k1qZ|W?2d ̓('}=G!!xMc ;NHϢ)K:a =+&.zF 7NO,~|O镅m勆^Vb=uE."~4MIA4]T♝r̆UC ƛ -jʖMcaw@mV{Avus^)рIq_!8o .- yLUiqG ΔISAu3i N[M Rjg<]Mjb~c؛,dÜּ0_M_TX_aHzہY~oaQs^9]:V}e"B9ƫVV@Ovcҿx!8RRj|RXb.j+gͅRl=:\gQl]{`@}n4xar  <,5:b^b~&Tڎi:o4,'DlQPp" ߞ-TS{GYLp/ =^1(F2cU'Tq$'ڇHŘ@ PM+7ŗp}}v/(Q? (/|f366|wbE.Kzs% M}ې*$H[Ԇ Uφ_gOB%3tla+ҼS-GѷIz>4|:`R[Lgi4?M׶8ZJ3.zzןIB $ȩ1 5]r5WMq5.$QPR&#fUrLEJ=FHwYm\1qcB89[S!3Yg"V:pP70y**:^`bRD ,FeN'S.0J?ķkoxA$97'uW3?pQ<E]-@`e<ړ@gv?֥J#w^5Y0VM$Ģ L`z^9!#hcs#RnnRwnR+4* [/@}}a`zDE2I\}3ց4Ccwur18^r釴nR?g W}!: lB QQ;!VR,`H`Aϰ0n9xMt=VυH i pr6փZ@i/-nZ尴*~/J_ R~ fK#qMp柆TORlqim*V0 =o mHP4e4IɌIOUajO)US^W u XNTj Wo$CL!jڕk5R¶hS9D$J.I@`\ڪ! mҢP|Sp= OfV{7;ldǓ{OEKL4/BӦh6bCR2X}P&Q6rkuL)PvKsˀ=%zK ^aXgNVKCM O`aWњj/|N&SB(Jr炻⅟C'ؘ"|~ʻJ&WpUg{ AD\]))/:xy XklŖmbU1s$sgi(8,M0w۲nXH[G+<(e+#`ͦS/ٲ?Dfr\SU7"jNgH+yVe2Q]qeif+^l.(bX?n'yp5lK:"S*st:I[1g{q\#-Y8A(a)?7ȷ?] NReH`p8>(HB]J s^(4܀EW!1#7Y!a#c?AblOk}w| 눱C$Uf{el EQމkۊ1Q'5oOh}o3,q*#ԍ8*tfatJq  JP|`U|1 okVkfZ]WItEݪER KajG0/qᚣLGunL  nI;Kzk dF30a_{^lxB&@/{ɣL"u^y({ƁڱrcԺUԥcП}U)M%A'JM-Ζ?) nP|vy&1GfvS4⦨`qE|$:8fĪ+ЊRϰT@r\GkЁ7N?Q`P?'cAY %Iht\Ua,cGޟOotG/8^tfjمՏk:?U?lk h?ɀﱬo2Ei#/c\ة͠sTTepkЬ ڼ@ ]Û(Hr$[cd2K F0YOZЮMʸ˦d@sDy0eMH{qޜta:b Ww&eV!T  6KT;ڼ'԰IF@^i1V}R R1>|E2P{'z90g6.ljŋՑ{|H$pDL _"p0BeMӵ,_F ^ T\{T_.juk^ڴ@w{Xw\jtUzsl˙w7/ۊz.X+8SzGR@Xr$ܬ?@i:hgmFuak-^~Q ~Bɤ>1D:@^9*f⟠ϴE^nEV |ЂҐW7d?7Y( |*/M,60z*E $c$޺K;⤬9Am몎St"i3p}{k,x6(usM pu^Lj2*:L]Cl+ޗ:MN9eMouWZpSլ#K"z&BFA<21%Es>ųɏG7پrr$N0x,omH۠oڔ£j /:i>%(:~Բa:Bf=h;LY0vj!^&\ ]K࿯KI6Egz~{$¢5[wjNkݗߛ2e[w@Fv!<_UmB,p:?q?s40 +GG ︼S2t1$? +>8msrv]]Z\KCN"d /Eb%0|q@g!Q5fRYaLdJi2V];@%y1!,?WSЦ-`uS5giMy+}1۶oX7E"$ a$:?'| `e+)L3F( ^s+3ԣP`N'sZR؞!?/eH}ώLıO0'Qf4~~V̱#TIL2;0\DF=n sO3"N[X$8*HJJ8/x zꎾ/OMjKK쬾v5 k `l^qjăcڲjJ`ڷi!= ]_njIKb9J .dUT8 bzIRJP5uѐwƟRZ8 ]CS Z,d/3kޠ3}0fL,gi93 _H^^eBގY' |?oP-EBʁt 2>> _G/!kOch<-x| #jwx}՘jbtC޼7xKө>4CosOU֚/ .=W_<:-iXy$&|gpn}Kkω8 |0:Rc`[x wqԂ+{|)W 3ԅ<cr[=_f؉%}ƒg\LP8 !tIVPuPGDFe/kq/wZJF3 b_MugU(>tFz*ŵӤH![["b\H:Ez ^|`'6ZmQX vQ`d] yr`H0h[g~e@J#SƱjBۉ뙡:Tg*a)vY(yA_?*x.nys} UɯS"ဖmMHsﶱ3 ~?R .",Č,]7:-&д2I$Ï, ꌉք#+@͢9hS22q86PAy̜j cZv_0qG#oDaçghxjI d4Ad^B4kKe0~J d3Vy }*-*Ze>h]km71;yZF؝.Q[vI9vO*Tg)O V"x79|,g6I~c)C}Ymaͥ`TΏU ZN0O4-GrUIL9.n'+\!#Y8=uoKy.JrF r7؟V=pʣ}g߫gnst׺HOH%⸍~2~uI; SıGF vJDf#?mvhxBs=(H 9aV"¢'xb'd rH+y"` >0_# j۟g#pv5& uI m7$:W"泬45ðA޷k[So2XtO/;Gno1Ρ8$na&Xɜ]xVeF x-5-wSClϐ]5 YVNﰁIӱ[G%{ƃFKDRVjWV_O+ek7Pn"Auś4 >.e-Vj|VPsFlWN7@+=e9$Vӊ hn#Rx&9N:cΒnP%jfM6? `g2`Ty1ӢVe"r bRe"*z+z-(!WL Dџ込7h0c'\~˱s? wHsw);c2LA+>6xϺ( c _8K_WVV2Pq0[oô4$JͲk"&uJ060*2MО5=h_49:{>rG3!y*]݃5ёp,NCMF5#Mh6:X5 @Yȧ^^ W7mLJ#(A :pZoAqfv A_gޣ\SM8/0o-02AR9՝|n*f~R!jM^,m"0VVet)_xzetcsZ'W 73˭U9HdŇ7J$bh; hFA|6z8Ɗ N#).ո HJgHKL|^UURbMzvÖ}6"lDl4zd t}g7nfFOEf^ ֜$GHi/NJRTf]u'^RӰ)#x2l4M85bg4n;[iɠ+__r$OPft52zeCqjJ9fe{f tJj;@+Vv_]o@H73Dx_c?%wV(bn;#yH {JW&~|.LҠ0s4u~g'Ynsw 1;}6ʣթH='y3֘ЭZ. /P|+d̬B F7baX w*yd3?Ot<'ݺմ0Lv\H$kc,c/tG#!sCxK@?#Q>*.7'}Sk%DF8qxq$Cή)e}8FBD RH(@7E}|4cT3 m*zO29[ U]%_kݠeL0Go?#Cn8knW, *f:n;}*lsMbߟ@jI&hI0&l߅էF%lxqyFJw䮒YɕP3yyfչ+R{qQDg.// ma11S ozyՁ_W&f5 E[o .E*0Ťs&G\`cKڽC~no+h\Q."8"n&&pML3F lH95-iٙ7p=xogCڦNx~s&K@B̲E1CY .GlK%Vw!"eI w*_(׋+Y~yi45疤JaYɜ)*X8]#LK 5AI q39)e зtY4&)-vu`Iaj3G-A>*1=ݯ熎o>3l&Dpр>LHAqIϦs,![8w>$‹ccFrПR:;Xz~(AU)jU-.F-L  J7D*ʲcJ1@ Äs Z9jlK4Q8NsؖP3,VH"N}^E$a0&M#J/-v.>xۦ3!*0 PpeH EF~_}l"@8hn7qSા eO2@cZ4e@tXn`y.pҸ>z2-se%4Igu\#M Rܰ=nG=KآYLi Tbs@`ίGnmCP&opDt(^]5akޮm;ny *BmTM;Zt No=hu VomZl =xDU7.qKvo8[~C*7"=Z:~< Z?/6F(DL80B Zv|=pDܹֈ̡s0*`b&*qG2*ƿZmKz)a )H_H&72; :1D/:NCl(X O "" V5}"se&Y|Xs"gv M5UKqxN#n fIRYӿ2ŀ6-\fQ.vդb²6.Cq%B#@߂$.锖q<"泖oI[ q(V*؃ #ĉ@vmg5< ۺzU8^_ZxAOD<⸨]KGqIoOa5i- mwX;xPCOӇ"&PnG/+&/MzfsZ&溮@/2`U@SymFO?x}re/*WcnIy,ѩ]se3 ;1_:Ieۓ'T96yqXN$b!S흴4yS%q?npkRjQߊ M S+eȴ*lE]vQlLdbѣF8toɌwJe܍c?|}Vqzt@!z֑/D~0l''?iT!"xJƏ]wm~O-[M}+\ Ypt?#h?dlHͰ.,`c4fP0wm^-՝+߼r;xUO1H&Jh>f6 .f_ tezӽ&,1x tº ;t8QL 1YRIAlт IHq)_s@UXSYH'bdSjG)io6E5mu]AUw%36{c@Osd狾G{vh$v˳CƧ7o5{ Ӓ+áA;?_fڝTaaWU.l\u楶b9xg<<{wVf'957Q˲||ÑPi` Pn/?1(#n4nLu]6?!%J)iNY_gā#1RЂ_'vf0w#IsHZPܣqy}y<7ԛem[|̲ (97A"Vn16-lAA/i%F(>.Nف<_Ӝ3+I$s0 zьʳ/Ԕ6fFa  j΀{v^(fAH.iA*iZ }%NQx[@jRM;v*U7j%nLs!f<%W\+}V ]Iݺ}l1um^.r#ˀ~B)6fHT_jzbtJM~4T[7&$_-ikJM]W ʠK-)ŖuPUZ}LqIe5?K?; }H?8Dk f '3̌==~Y?|1:N MCdSYdZo86+$L"~e~nTU:ǭXKhpC{|TjR'|Z1.,vyS.; S6 E"$Zz(dTn<08E1)QE<'&#а޷O Uu^"1JRw`|=a0Y°Mw3,}$ZAsڞ_/HфBDgV"߀fAy!V+d6*Q&N*+P8Ţcw D "-2&B` yyH;H^~ji|20y 7"(2[ BuJ#/L,4R;1 trr6b~ءS%N"qDYk:҆f^4׿VXOn,B 9B X0P z层V3,JOoETNCK:] r"w&Ruā:=&~LKbsfxTK/cs߰ƚbD'q8_SF  #)ËnRwSkRlw צjcS)ԨIgY𳿜 `@քG@ǟuGQx.F-{B~Kd`4=͊0 ϑRfzARʃ{нi[γ&+ITLmo ֣@FW 7FX5Rzjyݿ@s#HAO*NUyeի MVM9^6Q9XDV~ؤEE=Wo7[o^ 3Q%0aCǧ Tc$S -0tiΙMs^1Ai)߶"ѐ7ǍZ,:FgOgFmi?!;{(_S*?J4 be[Ѽr\6ibY*Rl5hJct [IY, | N]qDZWDuαS vg3M_:q HAή8 >Í 4^ bZfOv]V~Y_dAI'd6i^.A ^P*Ɗ^ HĈ'Sfo+f,nZWk>GOLѢȗF|+Uz,mN;1VjĮi7Jϒm>`1eQDf8E&.jtd 2!"98/bUYHls8KN\3]jRaqa5Hk<\nhUN ]"o${3~ J isA,79MHӓ5/ȄߪWűEy:I/Y(/K8>0 V;sm"1LrDqcM?b} 8mD8bl(s#0[ENۛ|^K͈ MA1g _RH9B-`=ޫ$<"ʳo7ܙkدqVB;JĊ`K*9BCU1g]ٲQ "8(5*&ny]4e{inH$Ek~A,|OnHپqeLu]7UCDnj$HJ=*I%orqcؑ5\xI_"4;j K;Xfب,AB6h<7ÛY̒ΈiNZiXnFrpx8 0N@`ӘL0۲p3,dvxU|i3& 3l9WS>wYӿiRB#-RZ]?I`0k7'0+bl$xqCFҩ.{ZUoT 98o8g*JS!8ސHR;VsK]VC]z--YޜvsoUn+@;x `*d.Rx3P&eY&gnI6uh{;犔LDaJt{KpٜK&!-iy䯎(%<u+&h~z>h4]89Y@H\5,y"Ȫ3I8?k @U=-ãXn XLm?E'^[Y d>4f6Si4ԾvqYnZ#nV)NˋUXPC-9/ 'ORi@YWN(w4|qָP|3jk50=mh!pmߞtbp5V1*K ~Z!LpOJ{m (>h" }vg +b\)5-UǍ^7Y=*0V w#LDއԎAlSٻ|3]q 8 t]''C&Ժ9–o &Y4"ٻb0AԱT__n[WfĮ Cݫ3(JA:=oJwNL\zɧ}Uz*܏|[5ƱgRs 94I9`Ż Gk2U;!+]\[E :-^jK84ۢF= =![凶>+`f1buJe`zkO_W-@'3%GK?b!}mwoOX6!wJ ᚰrjFH-%XbWOCpT ?incN*6- |^q܊p"$I5j>vxlO]'(WB \wYy"}NXpt ?syRiFcf%Iq,YfTEk?Hs38ZJO9*)2T|K67q6q̙@I<#^B-z )JłXۡX2-˴W<4j=K19y@:4"Wxil ^N vz?s Ψ2FQm Ԣu ;flSU{[z DŴLD~rĻ.$D,M\eerW(u!kN@_Z7vt!(eii2[tT)iSՃJA,]{P5K9Ņ<怰Yjf&<rVN6[~;kr$=7} ӆKP9Bg]3?*r%pp l~,PB^Mַ"+u@765͖}CXtEߙ,dP Y‘0P݊Wp}ڍ(lM`- Zc GsruGS, DAg11o%y o|IFl wE= LV'fԑKtPbI%lBB ێǰ5Ck ܌zZ@qakY eOH;~g`nEbxg$)F2{ ~1^ i>kҐe86" }}99BCO7yR}i)ër[SI'XJYQc]QLFJ:΢P}6^| ь `!1.y I`$,%+ O@,Uh>$lSM>=E;aS; o 1dDq5倂N-cpC[[_04%VfqVK.iyyH*;/_k eBGԗ+X޸0v)#*@a E7*n#V5gjθ‰ ţ9R7r@'z,e:-hLB(QZ$; p-l<4['M}7(ձHJ50&Sψ?5;(R]sPo4 8}30e-(a"rc4˽.fG=C[P`1ºyN: /r}$`")nK̙{fd5IUkfq I8F^)=="pv-WM:AYS 9Y(",HZebPlBsђj%z< : k$ԤyۏJv{VQ7(SБF6\6<obU^u۞&Ɛ~8CO&a~`VF>VٺmQ킒ɾ{%ԛ(9^|ķm0IB*h ;Ψ!TyHzM 6 8 oeRKFjlX!. !ŗTƢ='Iej=lR35{BŔsⴃuaXyJZgg ⫏> WՂ5PXsH<U{.k|.1$>jz"FnE>*uWy 3#j kc׸bzZ]qVSs_7lNZQUb,j3TQ_d>-w-&u ,ع7Ay;57AGZ Sz͐\IC쬝f2&jr L'&pHfa_X 괖3G$ZpG$B̮:_UI+<o?=圿gz$C!5O7́"?=S9F3t?$$G@dڨ؏m R;ek hDݣ m/H<tώ̿g_pD*>Eyq|'~`CF {%6^/GfY86fs{ϴEf h{|CF~jQ>yu|N.@kݽ.@ޮ67hƬeX;3Sұ[sC{KxіG ?eJKKao[p٢(EYbzGC$b2(44F$S/vy֐,llXx\a.)PA1ӕf , jn*h:U3nc||WgoU8Yٓ DMOfQ#/$BckԌ[ut#`%(S'fNZXd dM# f#O륲x6ڒ,d?7̰sXFUЖH.ڇ}Z(VGOsR[,j%J> מډ(C{TNӳNΛ>L"C>ݒ9^ Զw&ߡY#K9.:`+xr>+F5y<ULA&3V2&XAehjaj\/rtSx\oKo\'f CdeTf"ӿd3k[^f ָ}[ *و5Sj/ˋt|'fFn(<  f YCCdCG}Ջ3R[ח^Bm-" OݑO-7J&ʒ(,$Rw)a0yq;La~rڥlӛ]jM1,(oN씚bM gz&]jAv#c5/R_wpgYrػ7TYJ$]=TѤ9^'DVw;FB&s(Njc`Vz3J/'cpU%90ۣ`@_`XW"cLUl ,)/)6 0BbIqr|*)<ُw~´2`>,YDfeB/ B%˼FcP2eVg4$m 4ЧGӨo +㱘P5u~BkGhZ}!81MO촣[zw޽/%uJLC +M] :_We(8DR;spH ;h]k (NxܢbD륆l!R4A+l__T5\,#\)Sӑ(JiAcpML% ~wZ:ڰ ӌ tO94 UraOV2=(q͠f V``wo?%]?žhDiټ)49_l9}*֓lw) toDJ$:]A 5!%8_lJJx|w?Z9Y78r8l˝U,N$Ua^āq&4pOfxtpLOSmLRp#!Miw1 i l$ުq"n<]]RCbkup,~ПL -aWKge:Fܗ%/К?9}n 8p'R$}y)nL;ZE^TUb)m~KX,Ya􈧬FYEYT55KnK U"d[0vwrˍ @!xi/>^=Ze8SnYc_R HcaxwVq yP cD~ѬHs$;Fiʼn`y 5oPx\kqv]كq]:g EgZu3!ȳyMzI?KC=5\,|+"I잃G*7(d>>GR}>?獟eY#o6;xHX o$+#C>o䶸^L)>[ߋ>@n1q.ǟN8D&A.֭jm%x^73qN:l5 w,ywgmGS9.kk6Yvem=K[[N#_ZAY'PWlB6ڟh}=^&r|<ӑ!|ǘ:0J;yQ;fB :%[he^G,δp7i'.,'vR/iǔv@d+n=tۣo]{*+{}-K= (cM{5ՖNc!;EppGe5ʝ-,UOK&Bxn]BbnP\ǎr9B) ū@eq,0{26S6xsKy.YeJ@z%-7Y[A#FM}x ޹]0p&yl 1^E6a߉tpj^5p 4 d/|A,4X05mo̹2fpߌd6vr24dźN,h,G^@%ߴ"xD(3 d] ZkҴ}zr`uؠ5|#/Y>8Gi݈~a#Ӹ< S8Ipk[$xw-8A2Ums&Ё3$v <-N @ vC$usM5O5OW -'>Fe`aV~!_mzm9?Hg6$H; d6kAw|.a1ż̡7_eTİX7S AAdT) U0%}P@8 =~0#=i ޹l&q[1îT/o$$UL8{F 1B*+7f+Z're<22V@Eӹ\nOzlkI;晒FuDơ@ZZON9vOl 3#ˬQĆg(_`x8 zwF)Iҡ܇|LƃxIz>D*/d@# P֢&{U5OeMȼ7dIR BثQSzb[*\ 6B]оVÒUGm(|GfkA߀}4?Iv70GSK [ yUI)eOjA<7ěk0:p| xz"Bh9Xd{l=BT>!ګ)k?i8۷霏uq3O5 ' 5 J}{UIN% >(: z1>+0jc8ݬy֑;Y\|Jg/8*YbL Bĵgx }ί@n [vFnӛ^Okakګxӕ;8&bfd4qUU]p⎲DIzvdDٕv$k>;ǗZ.ƘNf9lF*K.NG0tCȻP@T"sFЩ[)W/oLWmwDJ~4r#>x"sNṹRm0ZrhQ.r!;ae&+X"HcLo@[tQX`ELU͢+ -1YZ@נ{]y *e4_+;n_SrFoTQUv;/[R`3@66H1hC $Iv5ġI *Ŷ6nĵTK'#F;sjZâGz%ygv)F̅Eރe $X .e 0fpuODdש8ψ} -!4p#u#F~k sPg$iTZf/9d|ۅI3i_=_785MIuU&/_owS"M8,j }q;SĹMBu_cu+9Ms̙3x'TxY5T+G 8YF@ڟyKz|^,j1 a/>_ ώsCb$u2ZIH='3)`nϮ6sF[H?U=W5rT1Lj17T ?Fp*߻N\ji[]BO?IBWQ+OE}9|sF;G&ɡICAM:o*N@Al6ROkKB!8brc6컮;G[GiEd) 5t&_ ޭ&~XnDV&CdM#e#"X(>8fʎTģVX!;Yv"h vF * ^iW ŕBjvMdžzqT }j2)F3ؔFvhN@f)ҩRlZ cw|ksGPp U1L X~ DTgc.ѣ/2+]|Fy漞 ;b, If%舍v ` 'N# x:}qo ِl["Mcq_`a hy\lZWpke[ ga^33E7> 2f2Nӓ$0! v5xR|w6;>{;dL<b!O;CA!GhrmōYS<׬qM")9 EdkQsU2lWAwuN7B Z^b-;R@fpGҭFnI+ꙗ4piV+grG(OIV@;<` K]n65@*xe"zݳj;j_N\v |4]ߕpnj^c/gk'C`@ Lۺ6]^8Vddo?hY79hYVdq%Ry_|N8zǵOr/w7=(+Хn5}VLTxsf*-3LyԽF YNbLR'6M*M4~^X%wX(7`%HGG0Wێ-nގQ,@Z{ҕ <7!X e/k.S1լ(ܑܒ_-kM2h Ia?Ѐt!h&6ltϑL8լA3sϸ)ъXH:dKو p` ,@ՙN5n \ 0ErbtlI#W=6-֖8w+ {7`3T6-vBnǻ曱lw?6{yK!wpV'|& maB<"Z{dW([>80E:uf[?†rr&Eng巌_Aٍ !B*_D"G~8S*v#v=$hjEB"J5ntgn{X[| 3ߨJE@]H>SS6cQx|Gc?Ho57{rrkgMb>)wyۻ]Jh ǜ&2\!7ݵ^ Q÷3ʚ>H08&'A^FJcʛ/ׁҗCSV[V~}cqcսx]FYK֤E3 ,nG=9޺Hf I.F[uE% di§9X~@*B6䤪H>yT dcۤ{5t!wit)7 j+"@"|.d&:[zk.Y?銂8wԄ7⯫*SXZaAyxsZ•V{a $8X?+>z',҂Nޔd\# g`:zBwh<z!!OʉW4 _j%:EGۀIfmzD ֠m @Cm՗Z4-LָpB]-XjUPЛYJ@`͝4AjJ#><jݵM(,H,ʡGdrzZծerwFo?G(&5 i-&?e)vTW#qo/H^}ȵUpnʁ@%Ĵ"䔽*׷恜t4Y-S0Lf; Edzg dDwV{ɣk== dG_0S`T16ȷŸNgquFjbyv>HiVÂ!'uQ;URB uqr"Z[x{-֠Uł4XL,/ FKw}zt}%7;cG\Au|EJYe^t;( `=`SN|ҰZA\giA\ߔ/|N4 IEUBN Gh13ӻѴ-(=oMP[O q:f04ͭ gX]NA>j0ռ[ ݗiYj^چH|TAu뫳<>rz&l|wK;%l.~,P"DbFq7 J ~b*AY-+{~ʿi6ت!?pP7MM{ڂ>>fc h8x{V`qB ?~}pbŧGg=!,cNl|tuz)vQW~ތt {dý Yn&@)0>WUdV{bAY4䔥p0bU7:y%6Dm}3#\CIᶴ!NzV}15O1\%V{]pb>t-3\~cSaSu䗗´8P@Bar`.JGM]1b=Hgx.xI gksWet&bd1x^?~-ӻV¨Zw73R"FWC逻lSmSpSKdVN:ؐl+CD'٨w- O,zy*ꟵNgf9a0m7)#8I3ohŮkrjBZvgͻfJO}*\h'JdA 5CD DU|[U_K.W5.pN@)64ަc1L 0у:60*:[/xz׮sAƠՔW}_,1WdePקpL,G;A@ŽJa.Rb3+.JH2w^J:ܺ_j-蝕}2qrX CKTצX#-ȡrN`RwYSmDa:Hu r!P#}:"ZL<ԭB|626,aF6cH swӈ}9;bM6iv-;[˖?M>}=„{de}{,,rmb7$sjyQrްn]~Zؠ8Bk؎씖SLḽGP"ͫ T/ρu=AWU:C:O.Y __Hdj(19*&{;}w/ Ζ)޶CT ƎPd"xdR# j-:dj+%++љx wuo7A S)C rҏ\U7%l46 iDŽ~ά3)n$RӆC?JYĮV%ڬ !~mYHDmAG iQϮ,;Z-0q.6xaT}ofm~q<6 jx ĒZrIj36>+l&#"غļR ! heYK2+`jr8&VRWW%֧#\zADdU|4|pzUo“_4.B^oܟ ~`Rb),pvT!Pq. un/27܍{3柯c}'_&4~l{i@99h^8gXU_zB[)])$/+*#&ֈ#Hk0/,ʸ]nXo됤(C"Ȧu,:ݼf"Ϯ!&KԢF+NzPxZ:T߼Sǝ.MHB :݁πꪄLz s@0$<)zin)Nۇ,V^<7'coq 1 ȋ2JOyΰ>W֠O63Y$<CƓ.utc_onGM~x0g,[Q -KQW 7uĔ{n1ZFL EL6_s.+qe]Z"nrRmPKDʄ6JO C‹YZj(fRLv}f"x> vy* 80eȧj>G xcR)w8bd V!CֲHh ^䬛Zk#W%Z|9K{n%|YIg#"S9XMBі[)ls$qrTZbGam}gٯzA1.NY35VSnaV~qڔlT_4U;tNP %88AV(io)cMMO/E: w+L@h{žOt&i@cA,MkRX='ݓ=&SJ>D3SN|BHT6ٽHVU.SڶV4:ءX>ăeߨ#TD݁҂]M@hz΀ BNq1{%dی߫@8 Nsaؐ.+ī2\N=_i7[#o7cIw=h5p"X| _cTkj4X>W+XIÈ('-2㤼t0Go40`T*]Ҟd>ɼE(UrbNfDuD\4CoƅjA7D|&f0 5궖}0Nޯ2lkb*G'IMl.^BI}X}7BtX*Gb#JCwt-Pƌ 4' 94#s HԞ(JyKr&=tqe=]#*_ǼOfpy8jX#-m͜gҕ~R$lv>!<`T@f瓿`0Y4A29t~Ҏ?{J__?^`}q{yR[O]!kڨXJS= 'T:atI1Z%ͩEø2R"ήQރ'ؚKѕUNal[O7qIa]\z$js/J7<'_vQ'}Fh^Ȼg[:J}v/m]$=5:j>q\>GҩBkq:3X;V%=D>dDMԥxslh۪fD^eYQaYv~O0m߅ z]J Lc 4[߈lkҾQ{,5Y.> `z7 T#F^[;~g6Ϟ"f)nrza{[38u$BYQ hH:DPj4 ZD+\~QH.|z'mWy IHHlP6x"79I¼ڌ` 23K;ChVj);}#[2؋k}/J>oY"R;G[tJk BbX{V eJK7 LXnlJbW=eլ 鷳&j,4<@ԯwt@Lٲr>)㦩WJp`N1$X-ab8yvPr6?IkD7~onKH1)!CzMi~W|Fa_yJ㎰L23&!!@%c2 r[I@G꧎т]%N-} oR-]sl+\k]r_Ĺ,^>1FjB[SpTafR-N1;+)#kh JG8n)`7 xZ6 9mNMyg50C[f2"|SAB> Mfε;BK8_|jҳ'+V}M6Σو9S-3B2 3Z>Oi>cȯhūP&?L -S?K#|r$ :DLVQ9:V)&΃.Ts(K1*ÞG4{PJ+3㧐8aB/Oj ٪!Vh/Rt+83sV6=$vŏoD|SV+ipA]C`7ȼ8ƞꋫ6 nbL촫0 #nhI{B箓Q܁zfG xώСN9rdm"o߄JLтBѥ[oWJ6; حo՗')_;!?jEae%ġ#n gjӚXIaam82*x?+` l ʊY>k)')Y歯$2]:7\v~3/@n#)Ў\}R? N^z ?u@"YnXDSetԵ|U/0"4<]@wt2T98oJf@MfpKG7Uh_+(veِPֺh Nd@9Se'i{FQXMߥT H5.7 \`U-o;lIlfi8Mp+ c[.4s{/RhSƸ0?7t *FnOU•Sy5өZ!]Gʎٻ% Y, s<Փ&R^![V݇‘KV0KݐTp0GKoF\ec` a 5u` `' R"hF?# B]VpA`-ܒԧˌmQ*焓{2(Ϝ<Ed4>q4o#åZ4B/f(i k87"Ɉ8N1$AS:TA3]ֶ'O)HʃiOu';ݩ{#szʍ[k8)5VBH3R,ihM 职s{d0]5\, xDGw=a!*OZ‡*45cxQ#;t?(^)1$̢7{8@RY2Qdf~)cr'#@x;Hf T҇jif:* ;u 'eABN.|^|F߁ ۮ~ŕYps c֩Cd" )m_;"3Ɖl8z]he45![hsp7Y v_FOx9hDhj4;;3U -SȂ~B: hc"أMC#z SﶃG9#O ᅿJ<0DWgٽ5&Rōh} Öjcgd;1wU!a?51_EY$`]G|-wHÌAu<ԷŷxMӷ܏bxOJ + 8hkԻS ,9< wv x4mpS Se&d82!&q}r tzلE?,faPYH'1*0-kk6G^bŘ( +hH@ iuO$)vw{d ^ʤzCDBΟGk3=f'qx~ ;U)c-eeoߐkXheoc_9<.Y/ܤs+aΚMd2!- n ;UDWLn D!ݵcg]i_Inh&f 0l;r&/e(k49卂Hq "<Q%`Kq'&GLYD ͵!iܫ=[1;aw j(:6ʰ6UVޡH<#t-b@ֳDCZazy%5F>Kh%E3֫T>hAbKs32ԠOߜկ9 H٥;35ٜ`Tb *ҠL7̎UPNs0*ؾg+zai(S,BC*v "2C{Y9>G YC&O%56ACX >O"޹v34Whnv5 /d+%{Tb9$d_31@giC\]ʃ7c]Y~\{%j߼,Szsz1$!ڼU@l6UT*C$dGA98soxjDP{ph}0Y2??a~^ӠwbcTHIvw91U{)J.Rq"pyc@~s =Sஇ#V0{i6N LgPqքpB)?F5!oG) ~aRO + ~ҳ}2nT^"Gz1P"ޚ Mj NqxKl >Iq[Ocl=渤NY\0̜_XϓOH/FSf"[®fg)pbjJo._ 7 #큯,d[w,du!!*Ao.+.>%h$ u]=`M9"<*gֈMӜ,ͬ;ߠlY ax(u!:a.S9V+[(iϧmѳ'-[7`tM#z(a|WwDvz̸d&pأy#^Bi +B׼ Uj!)fAyj4Axޙ~i!"f A-YHo=6F2N/7Xٸ[k9Aiy{3$F:Z2$~EeT#i9.h W$+<(R گu\H>tl p<'z)[pli-}Iy| L[Ԏ2Ft+\ن6r6(oP'ڮEE} ',um0!I*bpjO<|}.'Q{Nn_C mc+= Yi.FbLoR>}DO|l966Bv тX*}\^c`tb SB+z rՉBa&_i"oơOWB)wqx/ iZ};}=uSJ_MU0 p I%Cgo/( zuoMT^ /߽-%li Mk&W6^i{>s;аɠc>t |K+U\8@qHCg(a'?_LUo( ,U%RF[#QɗMPϰ>v )u02`GUē¢"UB{rmД3n0رOfAcrQi]~}itqJ«~.w:L F;R[>#8_rq*K9>;_M%mhEz+tMDD1W3'E uCdW~C IڿH/͐o-D,_JΫe.qgyo*.J&7+i}SQP ;:p&ba@X_)qfnΫ#57v,0WT8ڎ"%[TH1x9N2-wBCpZQ.tiF ɓSZK?,jL ͤM)*]G"m|ί_ ؇6!bzaѯ{6RVxdIax2q8[YE`@X9%ƾ5mՐp?n"1ᘜެGJ/^%g̋e}d6K$<9(+qk_X(4pO^'0+yoRKvqȈDA?} bS^)HaEt&۶t*D݊@㠂TMQdhq|IoK?"25BWZ#:L,rb 'NV omnxҽdŧ>XYe6徰L=nM,j D /ϩɗS]7IO(mMr?hRJ7(2/ɻ\K -9.Q(w>S).2f[ G9ܺL8 )jʱqRzF'47+ܠAHrGYTE.'wp#_+EM х})^pp 7v~$\1V"V$w1??Dژ]<^(_ԈrIբBI5%EpS$Zpx81~Cer>[YX/`fsy+u{cnz5^. t7($ʆ(.N,FUm7*Tm/fjAB|LfI,s8:#RMuBgoLKd~GDSk4>!]. ]T[tpdD!,b?W}rBs1-)~z8ĒDL>9# %~jyI5O؏9g}ZCZJ1B%ZPiamv8_OޚI` ?gK@ hZITם~vd{p -9! yEH %4\Qrt=s`qL a- I9.jMoJ)᱄yt368s^saar4q"jfaٶ԰f̥ШSwv'>pB1 N;#]f,*٨,ֻ/$̬e{R  5|prć[LPPD3UWPWuqN7y^.P7x v撝eȵj)QTM} M_n0["F|AJyh=]B77[~a#[  tWvvRGXzxUlR$%FƜ>~ `: mNLGJ]osiB'Dw$7/U#m2aJdaMVuneŒX?qJ @SȔ紌Ӷ(f\2ͪCAj>(˓Y.[UpOG2- `dZwԥ?A:P e9n/8X"q p>~/4]i<h1-cRKc: <(H7cV B/*szL0F P ._R;:%ƈCЫX<]ia B=A8Tu LE꓄vt(ez`iKr[!Gg>~ Ō?YT2yPLWF+ݯ<{kZB2U(n{_Ky` cy;igg´%. N"BH= q`/ EX+D#mͥ\ lv+um$Fa0RHog#ma/NӄyǓ) &j3a=gdzxR,|PskW@$X掠i&z9;jcod]u{r P|TL.sh3<|/Џ + RSЉ^*n*)C;;ᱤ` G}y%+*3Yv ~gTF 5M<Yh[nu(+)1{dMCEuuM= MWO-K/$ .E|jrvNY"(E3S1a2U ݃znAxi+rCnR1pY Scd'=7؝a?$%0yAd"X{AS'xJMPB_QFaӨ$bA& ֗7E+sbSΕ^aNٔM+A ? OpwJP#?L<<͋Usy2 >8iJ[t!@Itl#ɻv+/bKٛ< c~mP̂/7S;BȀr ]SÙ.zXiCu$Vj3=l-:1qcԁx*juчzSNb5F mՔy7ˋeMP\h G(my#,Ifc |I;06Člc|oE:_vyWVf?Wud @-en "^Z>oT/\BuaTCĪgNK gG!tg o2I1&)1ZRZv-߱1->^jS贫p,5)]ė~!$S4'KDcH5UTPr4QTWXtK(,@Ðp(UJg蓜}A_@;/KU " \:R'6 qȝ6[n1,=-Ǹx??##ث,~fuR|^^9ˆ\R; i(/hro^ #h Z+H"O&^"I4c?\gY+8T>jYe^{ ѳ.薺l| ~vLhA Y TY,h]olIù^I sI|\21BiML:et/C܇gGBZ +{3M)͡9zFX:Ap2/liE҃[jcrW!jcGgpUB!abqwW8C fN 8~Hfxw(u=:b{OBt1y݋t0:QjR[*u8'ErR 켒NV;^r o 346X݅8o,:IrTu7&[S\$q6{t m3'lH-M HqBCd-!Ӂ9.J؉e"b% ջk.lhcj8?,ShpmMm`f38Z{ͣnIMruXu֢VtǛ+5X5׍^/å쮍K5^K:6(qGЖ8P_6uMHoMYLl_YUOeΘ 9EOOjkMvMժ"^N;E$l7#?w~/Q.8(.cjR>oOy2.[>f2wo^LcG_͍?c]- ԨX'|=(j@pL_\](<1L_((!-*(z:ɇk̜ހϾBo4: -똬D_:ܪ7U>nfY<5rrbZu:VLNA< |nKkkc{sw x5ߜוk6׳$?tE?='ܘSV_ fcӥqrL}P)x  ޘjAxxBj o蔊Z>T+gŒQufCp^.tÝq羠[hfȽ|io,nE2{J{@iq`uMOIy[7M>W-sۜ\b.)TBWb^k;I,[e}Pɖɏ+3mdrm.&I\)Hc "%53+vW['Ր*Xcdz [t C?)m wt}uMև|V~03/yʱ`Ī|9%sM?On\Z-8 l3n;eX[[9."u:tL:Eeq^,0= x71ulqc,Kf6f4҂Qź) %ȻϢ]Ĺ^}!6B"o:0ô)X N8cVE90 |WNC?^}J~a尘e|(7+S=8U\28yaa7YH ;œK/M4Z۰`/HcsG?6Q)ڮYPV/ mi fa %9čHo,#b潛|bl0W훡Z!Lv,|#$_#qo>㔾1}zLkB( q2pbxO Rџ#CŻƲ+YS/XfRMV:{- r<]`ּ$3Q #C7VĿr8:M^u!+m4vɡj;vŕ`Į}IQzUHQMyfF š]p<sj'#OT6=%ZK(\.R܎ gKy@~y ݖ$.\˾0'z!JBfLiu'$eƈ?3+LИ_oOȹxFI0¤\ $K]a iy,{&XEp_ MI!,QkTjIhXrI3Käj\0K ;jU:5t߷oX 1%deSpΞxA$QJ][fuV"8*hvZ4͘E!ݬ6։5;h`jNBlbJT eF _-,.ҩ~ONȄoDfը=gF %k6JvU_3x0{QWJ~+:lgG'n{4+$OEA]ڨЇ\贈V).KtZLBl:v$Ջ]@r4i W%R]~S$z$eQynEVq j{-\j )$E_Wx5陻{~'U_F \ ~}p]pw .9hbOu#SUDN^ĝ$z2e p[i3!PT:Ÿ6cAE3( m0ra?MR( ffbb }-HzGm5 'Q#ڜw{w%RJ$9Y3>$蘱6{B C0u̓PeM{F6_ۋLa??;0T9$(I#?&81 d25;8'"q,tL!$< fҵ5!$;mw`tDQ%۷眯" n?$Ԯ}1@~kH[G&0q z|m /* (ijK} `CWʰ"Y!xv h~t]Yu;Rgκ{UDYd˛P704^[oV`?庅4~hz}ntsjpY^ED\Y!mB˼YAפN}>Ğ aBsf~<KKYL}Ko$70BMq%μ/A<>NxD2GbrUy bɅTO~JA%'jm0t{ۄkG6W qG nV Еҧa7Z N"~m܋+-+-xDd0x}Zzh VT ZU/t=P}2YJ=Fv̍6L nYKW%׬71| HT9'j揵=N/]n5 ^x{:3؉~P9!4gMY(DJ7ѣ+].uޑ͹@=qIOW&^kdSq".NŪ/vNȪ}gҙN}?w,w FB1-T'tv!'QDM)+Wc!pߤb&J.XyzK_= NL%EеMW Jd&;⩯著ez!:^#!j<ѐrf :c=aE)`]Ū~PidJpN{Gk*<"{ޢvF?1KU1m+mJ-}NeF ʣвހ[/g"ďWIE;(}t܆KTrjŋ\'%A]"oAhsksyFm F\2BHٲfgDpk\ۦuFFj>@!iw\YV.U!Vlgy I?z<6'OP+h ᒅSYMnÏy5^S^$V!x|V_^7>h1,=;EVYc:ækuT͉f'ʁXC^bxP?nE*85g17C=hGYPbK-AteU(gx赸N а)NN}EN6A- @6L( |4Z%)Jj0uNiڴ/oJ~úK S>)CrabYoi;5b1UڥP琰^L3CD:͢NMTu桙Ɩ8BϽ෧0p&Ո;`1:˻[L4nT\f*3[գ #ZMy'=<--@`1|'j^ Xn4kE 4a6(bmǔ9 Ha!V.{Q1"rmN@+`[OO}PڻGr eo!~nd5G*` ~YqO2+LX-he~TJky.RѼQzb_VΎFNaK%m:G0/x\w՚ϻǔnpXZ_J|f.ҖgG>Cʕsdp:u~7j뒛Y|2{ bӅGmZ 繙Mibbak?vRnR 35QG!6fĩM|Lm Ѿn1jw8 RA7U׵?Xy% Hf0bČ+E>쟅 @ھшns 0Эss2kU%rVHeyAȣM_|pNqcoU%dmPM^HB],rg-mGr o!=1@`6~S#Era ,#Ƚk8dץk(k m[kG;m67rNp+$ޮ- ԇ׷7ÊW6rrBPb G&c`)~J^cލZm[s7 ۟4h!8seGc"j p3ZZO0R[kfwG/f}%'ek8r wE kXNGYHD57e d< F@[U D!#Canj'QŅf6z`2i>:^cFy )`';ph ]Z:#4k8,(ޭ1ĖEk!i=#P ha]O|.m^`bOP #6+Y[y:{%߈/v#jise0VX(G[[R>y*=U 6=@dS5{wAo:o;ZD6hF^\7/uQJoy!l0`aǣ$:~6G81|t]LHhjf>nns*$tfR)r*7/W~O܉ƖgX"$p9O]w)1 Κ ۔̣WdC]^!ÎI[(DooԄzX[LSY+|w88oꂘf2BSPC=[RD6Xu|"nX7|4!/"Ngnvv qӫ"g/L;ep9ZYo|l}V;W(h1Bd":Eg:r$jQ>>Wb2C=)č7 6HOe$4JI@UPArqSQF٥wm}γCcFqDiؤR= -˽k6t^C5$ôG!Y#U_ͅ<_5m@[:UĠg(&˓?6v^3 W-9 f(_C4Y0&?սPp. `ع6s Q놝 ;jw$0 E^[ p6I~](ZEa :4q_,j xƊUz,E hHo318̶5=d\su|&.cr??Д)$| FFgǁCzFWL[F`>fwX0/xsJF 1 汴CfEUH^4UC8zǢaDQ| ӾTդYf|~258(xĽ?H|g&^i̮3>-H>fJ}W!Gx~ij.Uy5JI 6޳T74ndجu8†.k1]d{g</lj$Sc۵l+Z&͒ U OL2F&c PL. &jO Uܙ<\wfV4p:BZ-Q-XfJ-U1raD'f5iR_95D 'VL;=ӫkmQ{O?3 o8iȢQZp@霞]Uc",UK>Y6Qse2I4Az -x,_ym"cڏx Wrŝ҃iyhV HU ݔQз .\u0[Ƃ~-(jY!7ƒwy|h[ |6{|2HtZkRV\O] {8^HHtg~#|mL,& kyzZSF|JT! Nȟ}7"Sd/k y(W I ֈj@&aҬv~leygz@ZNb_$r#$x`1W4mW&`F +\[ɱ@)dxiðrI9`[q1Ny%# VG6T?8"ydn1_]{M2#}t~Yt@ =VjW = z\U~,Mf\8,N 5&1;U{"#zZ"b6wl$kN5Vm}d^"L;h0,q) &սhX(Wːa%^`;IYV3!jKŧwW_Arq_P8TPi'%#3Q o ՗FX}`VJӠ +svsF]p)Z( xmZo-K .Jp͡S>ʭlXc5j'm>x.qρh Ѕj8q(kz5x` ;I,vȉĄF#Wv^n.ʓO`fohќu%ªn1qarJt1۸ɘL=`+&tk^aN3Br ;[e T>-R/͏8,7QM" >)<4-E'禂U[ӶJ3ѹ_-M*Š^A%G94j9uR㲐dyb"UQ b1C!u1j z qBSeO*#)tzs6땃!'JQVU$OK|A Va}ze8+@1&9^1e4wأ>$݉^ոA;PXO[䞹׼ZbOczg8Lŷ<#ݺP ykeϰ9YVRNN+0UႢC  3<2V 3.dB@C& ߣwCQtxYw0Ԓ2q /5?{2Pj+[6pyQWM!q{ Q"ޟ/2^>mFSX-c\h,d;5 bYx{bb+]`7G焓몾+gMgO:c6t=]MΎiEq]5 iblZ]=QHwa60̙q5E(!56_ױf'u "4}! IPt$3vfDUT8$t#ʧ̔K찍A"B'߶,kovpE'h0[49]#-kA:-Mo^d \> e5W? 3YBttk=jhFS 67i *Fn;iIwptƝ%Yo0o)m@|˳!˶vXqaҮe}^J%ZAs\=pb@'!-q$цډ)11QY4T<}M9_WnPŋF(;՝-:IW%#{w,D:Rȳi'rdɓ n㮟{SY`p[H },C2H+:7E}C!{<^NqP6ȂAϝ.MG!B@Hd!0 L)DMxCY+A;{g.8*v/h!:i?*@rQ97l{WA Ox˾^ q^)荍QF,Wc+oܮM z,HCLQr?,fw%"U ɄَW\ȹ r' sdlԌddA=zC⅝R"$ibMK'% .v[׶Qwfv1ׅE֩5VBGBuyX bt)HoN#:6k޽6i؁꽞0=+n*ls1jqO[+ ՇPʄB6џ'36uKMji9eR{Q$4Jxg'QZUy#P]k?>`,9Č'?xg7v;Vf6*SB1:q]zYy̱ #PJ.džK N0jjӛ47=5bZle! ͼ=,Is<@ 22v.e`Jg18p{ohUox'}<*Nuk }8]Ƃ&D䷁E#BIDx2cv-˭^z) ;q`4I>%i+hu!\Q~EYྵTnP5>#6连{irh/m!#*L= A}'P`9&XFcL.%:]TAǜH68#۷pQZyAa1!S;& ;"dBlEdwwZք-B wjV+Ӿ^Q퓷p3bӜiIUW,'*ƨ  .On T78Ġ?> u|Zw;ґ;v=nw")Mf?qr.XA3@щhD_߲ywꭟ !Ǒc'.lpmrh^3ݓmJS ӱRY$֜*)dw+vFyINp*[1[?` *y` -h`ZG).%)/yUTIEnQ_ %Zf/*cįL΅-i`[s@Z;ԇ2͟BJ\VV&l̏TFq p>ڱ(kt$=ĥp쿇>.(2ԭYq 8.p0 A%=|&CوQ6$l(OƢgùmiu!، P7ro]VhAĜC. ^WQq|LcY_@ %rS 0( RR M:/uQ(Ԯ p j>[GăUVwq}A4Vwrq~嚟U{ij膎P0Ɏ+o53ٶ33o5.t@vwr] n7]Ts?Eb *g]E> W|^^wؽqQjK2ɧɫ2s Z#bzn.~O˜k_HсCi9C+G4)nѝϩމGԌd 1jꜞwM<bH,^~FV2VIGpc,`:uҥjC\;#>/EW(fm5%hI-,k4=: I^zYx oro0#E h-F8.XOF]? y>,~R@ug( wc19 o/2yn -ke! RBEqTBpTpb$F9NH&^A.!xܙz|]ȸ./(0l[p-|jkgxEjE ;LƠ#Qr+ym898ᅾC$9}^7T+oh(3I=(đeVΌ.tKp{ۃ勉ݫlԧ]ȷs>NB+c#ܦ =&{{Yᕔ>y# }'ﴽ>&V adISMAc2~#r| /:^[WMDe%a.KF}o8 E h%S7:4\eqF ӻz#l/%1+Y;EgxTس@ O*mSޫ$AGkVQRv'6olszүϚe6dkF M޾λ~ ~}r_C`]L$֎8?pC0 S c ^OyK{6i6p m]uM%Z Xו~,(Lk)d0gdp>sgsPz>4q{qCOXZԷkV ֋7`bՈIZuZ ֮U|T]x;$0SۗZ҇2 B ӳ'1?u93)l1_ὉԬ<1W>2'ㄙLB*Շzf{p vӜT`ɧQf)yrՕ R*u.{W!=8=+!0q.,aF(A}@v~|-{ ~mķQ 4)$aHDly@.F*AFx!wfvvf\ME~I1;g&x*zʰ H݀NQj0SڛgpROٳNS<uZ`rlP'+\8ԈT VƳ.UO]NZ&~C]uNd۞$'t)m77xUzn-CTȴ`ub"m:n2<}Cj\1'S|%8w vȝxHRzg/uFrvL,sd:+Ccpb7JVAG#m*G߄ ‡QP540q0>[X)T qP[cߐ b$@vb7稒?}ulǃiRC޻𘣗D0?ӄ_+/EB~E2ZA*Vv hy^nt68;8RÀ<=Z 9RQUs=cM z߲={$YTڇֳ=!@ít]j)]-S\Oc['a LW 7vfs@"(|pOWTk&O3+* !o-^.jljw< %^1q`g\w1]QmE®mX0aw)b"@U9Ua("8彗ѡ@ }_n,n:6@8o]f %g9hɤ1]c+HҤ?y3?$_NtM~ǎaweT,B%/<^- _Kd_<9I|@$6)g{4Uu; }\2M2.W4U,փ.#Vc穼»U!'| L e H[Lo]zͧo }.#]֯ªѕ=qdWjPj2 kfCx=SdMq/ZsaACƾς ֣&'są`<-)JrW:qyncͻb3Zl+.= pOӻ}"}f:vT^_ML}+,&z|#u@ySdxKnXp! Sv]ԣ0O!G25Y$rIݪIH[Iڀ/8D[WiFZ}Q8b2Ej&|.;B/ԫj5v2 c>_$F&wTjjjZr"SgqNV,Vb'Zs,lA U N%zkE`CeeZno{Ӄ\(QӀ:4 ٍS>įƆ:\q5q4i69\WIcP\ Y;m\ mhNmgapxS_?M|A_m @K.Tly<%f[*s#Zȹ`|F?G~doP Bo~Q=6P~BYvhWp3]IҡK2(r5مԙtz{3foEXX QW'Fbb`ʗ1_pws9Wa5d}zN}G'H_b {=J5wadt`'eDr?p_el5h#l=xrLRā'By1c0l .tf"ZS,BZe@ؾkjӯx!Z 0Nl<૱ķI.16SRcah`.0 ~2bϝ^Úܛ֬B7j_JOB|B oU6tqyJc& km//ޘt" ԼoixxmN~:'_"~ [ 8ƪ<+YY~.ٜjI}. .#~XvS)N4k<~#.(د2j77'D\`@Z&Cpd: o?k,t3hvRӈ_):ц~n3[@PWK4TjrFbŌ|цO{W$x"K56 Jb '#.%m/trӇt1pp ,SS}MxEݮd``~qkobt][oG4{Lwb$2"D-AtsF?i-tnL>f}AXj{\$f;㶓-*|6nTS铨iEtp=ʄ \<\W:U{9Io՚YA7㋤1o4g8|NTa3Ƞ 1T"TP ٳx yg/5ᣉ' t! ff6YdGRġM~b~m3Cmf>PܿێɨH:RTA3EwmpRyBl}AKrDuQ~CK40z,ɽ~ҸAdo6fX%cX^_ CA[D0h|"d-9iF`1;ʯ5kZpN4F8M_N*J\= Z户fYjF"1FC؈ ~}4xE>ᒥH?s0;X? %M^t',M-_ڊ-3R;k}`4^ΔtGQS@O]v p`5>95>ՙ@8tz &{TspL OYޙ\l"bJ?`g-1螔n4P>Fv&p*7} zF9o ۣ]xlz32&A}6׼N?۝}1.,6gI=wzj?hA+<Ӌ5~lc2 Ѭ=d?pѐ̿zF*ӊWosdYs] q=64f+9}9ah/=Z{%=+Z K,K7"pMRW.ZIuu~unsv+ Y(d~u&/96mI=ͫ2@ZmEc+ ma flv?=E,9塣p| +T#Zg WD'bIצÞ1T B}T I] nP)wi->ْ@]bY=#4}Dž·^MG [\'6qXi]í1"MG䪾JFZn )kD寄2ʢ͗ 0 7\Eՠ"8z8T;9Fb~i7LEH_|fP\nҜMW6̈́UdFy'eνI\ AH3gܱw<LPr|+}ӄFT[5.^ZD ޥ,i=:N_KeT$Zȯ=.Om6MV\O,ȿ3@hb|R#Gi_gxLrl$|&,ona ӛ匫6%UtY: ?=p㏁$uO6FCs#Rt? 68k=K$\*V8Ny8rjL=ޠ+xcC!oh'ɽF&0 %]Ee̖l Vvt:?'rPivΔG4jOZ!nYUvvqBz BO\?4)!OhdM)s2|Wy -fmn/+\yR`LO"{ 6moeDhdэI;ZN>̲fE;nqJӄg=bu[F/c5I4> B$IF5w;ǥ7{F\+ߝw!L 1i&\<2q͸`p&Xi7wm'VGM JҶyJP,rùq @n8\z>T&ʣnb_(SmR,~uiH$ST 3/Wjc9lY^JQj#aTŨX{*$ҨҔllT dpՈ0NF cW~*\YUe)\2$ io]m|Gy[<5@ۂЎ?nCUaK$_g#͚w{#yw!c.¼_}@t̟|>R 5 1UБG j>(\/M==q*^۽Gh-Wܷ?'+ҿR}WY,V騏CNX͈7ճՕC*PVWq4*&EjiJn&t p}%c*Qʈ}L9dHm6-ǚ "/CloX,?\ 8em݊@;;A4{1 C&lq]Aq6(~_qgj蟰FҪL՟$U8hnv=hɒ7XK"J"ƍzΰ p@R(O~gHb3T!1w ܌P|Uhtp̚˘v(ܼ S8~ (] +J"%}3C6۪…#'g6r}],ҿ^>:N^`#L ,v~FrmDX%2X}^,ȵPH8Œro  <_/EBcph9Lƅ _?~Yt\.^0$[I۴7CU}(1"r~R꫼p$Sz\aʾM䆘L|n=Eڟq^!i8:!dA<*<8$ŔM&W==_sбD5^.ۢ4ViS&56(X^ ':IFp[$y>rxwfu>L!|oqɼ]%8뇮>r.ޟVR(1"/N?y/gN xkr[yv~ƻHh:wqКm yt b6R M ;E,WkƇdc3bpbƬ N!!d=tݾc6蛎_ Z*r?Ъ.UļHUZOoeI,d# S>@kK[a\5Q{d3eu,,mASJ;O=mBvl ܜ7#C̹JJ|HJR1 )s625$ro&n PYdVvccsܜ$/.9P4Q=.~-n1^@(itvqS(:7/(4cc{Dc"D"Gp,xx DBQDloGa3Ea`j  &bjtc j=[z 93bB++9{CxEmyVmCS*ڴY-V K[HX?7@xBs$F㷮SZ]Kj' dM$eʵ2%c7!KŮ4pFZSnTL t6*] ˔n YZ