PackageKit-1.2.4-150400.3.13.1<>,<Љe$p9|k 9UA>vғ8vg$6ЕѰɺNƒw&CR$g̛>&ʬF ȿRb,/@nSY8~;O9^o/ uz\ֵ _[K_ 5Hng1e/ciT0zECd;/ bXEYL +1cՐ 6O=>az\]nH`m3Z]|ĢuXd0:GadijSb<~G(!H_, n^'b6>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/F]"k%eLMsc~X> voTf* 4|A&{<3j:CQG[~ 4|ّ}20:]̫ӫ >x!t[k0-C%2]cùc,7whI>ϴ^A]Ĩ@QOsz,%b`-%.xd:"};pMti(1>HfkWP9ϊv5wD vcy` ~(lFF}~qB:{KȫFϋ)16=ш΂GK*8>4]򬪙`W$^_F#ڒ#9j+AI-ZJ$D2z|Qʹ=ȡO|f?D `Rņ|ǏnrD*d!QZ}~8'=.  \f!Y=K dxFݠt5(.z8MK9hGV>\fa1G~VSqX=!2PH-@Cp }zb2?@>s\Q>A8OeU9}^^x<ë0V8Wo9&Puj&? =@0C_-?hQ)dn["ns/>qA$r=8BprA9Ulr`W.%u)\GX/m) h֘yiʥ"k/5#^{8'` +#& Ģm6 F/)eUQv%`;RL(Sm'oQ*37M _Igs2vZ+c m,.7M*Ȭ,`fi%퟾Aw,NS`hn4waV0y RR0wwQ{rE>|0"6^,t sI^0:+#9х x`|UGQy$'!w{J( ъeѸ>NjW@kFvf2Bh$?*ik\$Fد(DA.ӓ"ϣX+__7xnAU\.k<*q)w8ǰn{J6aа.0D wO*x² >ɞ"kn;PdI ^Cr[6} mlnD?pRm/nc6IGrb:|M@5߭ҵo N`WЛ$@xC4)Z|"Ȑ{ezduhfkcVS7qW?DAzH'Y~= 3º|'-pj? ЌJ/4yHc[@ 0hde=ۢ`'*n`]?'# nco@Hl-^wyOR;S{d?#)T:!8^ޒ GS];TN_(9ږ%=뗳 H^;O r*dLl5e5^lmn&.9gι|73 @cxf|5! [Ȕ:E +1V*Ō-IL$0\n?h߱R<WSfKo5,Ӥ1,XŔu4"6BZO@zLG0b;MwwCi2H׼(Q20w3׷&'M!(w?`c"MHHp :E>$0^Tѡhq U(.6:jk DuU1$%zbVǵle8}78bB.A8_ ĹR ZTȄ |mneZ=+f@9BkW78s 8մ+_*d洑0 :xz.V)AՏH_wC* g15{YH%(NJ;?},M.Lj?T-HqaK̢-4Cg􌗑y|qK ZTջq`܈^_ *-Ql=C&Y͕n~\`HϢ8d0 (p2Hy+]y\8 _A 2e20m.ZpƮpD'NE\ e$5.ornzi4:]c5Fnhd83? A;]g/8% PObT0L' "MA'.031R{=uS-;c]x?&YfbĢ,/zMJ tJHi]z;V1s[⵹ݵZC3i7rY>:J7&0*4 z+ 4Dh~ZSt N\[8ݪ+ۯ)|m$jTR얃L'dQ# ;k:d{sCe__`fOziTUg4EuxcB.?m2%| :>F=a|"T 6s3A1)-N"$zŰ5@ ?ͅsa1<'qA/3~<_KCSf8' 4ԏ%ׁ1#߁ w<:;̤$ 01&a*r݄V+{Ñ?Nե8EMՄ܉r+q儬Hl @]J%ω^A[/zx#_3:ItX\UŤP,X$P|*OW,AogIP?^~I ;}跛{Vπn { YLdClh?꣉.3FAⵆ  c-陣EXmn{'i&,p;Ԯ;rgK0>4n\v49r(&~U)BBn \R3awbGMJ>cŠ0c8! l(^f)`B-2$GE8}Dw&1_'tj#rjHn'""bQJ^Bc,R X)iΏ]L]oOƧh/S(_B6"g1 EmB`BQNi:4s=6ZD#F ?Ƒ|WϩsyDV*Ȩ0gd{I+o8ed7bJ?F`1\1)XBsC3FáQa$ES%(뽧+Mh@.CCr,NU{AiwIF4xX^"$jRТo2KahvS]ZWE* fUv`'j,&|@489͈W6\m$01?î`TE 1T8:{V4Kc*j\GOCNsɧvgRE!7FQj->SEN&!}WJ;P)*ضe.W2ty/`.W/15d+30ОBYjAk(I)$ Ȧ`P7r dT!Sׯ|u*Qɉ)Gn"/؜U$5RAclfԵX h)ys ֡8IweLٺ[oঠW45rlJ 1'"+q u~-+&/"j2P 4׃ڇ]t4_랊uwg( rO#g1%9(Nnt˚ڍ]<qQxWhmghСJATթvf${vD%u'/HhAfY,NH^H kouCt]} /s)PlԱr`V/s0Z0۟%T%B *1TűrDG_7^?3:2,1 CL۝o$| 93E?1D3>!8,4̠$U*B|ꪾh$2 ! ŎCMr$]c 7OvM^z'6bG]:]ƘxS M6Y."ԽyI"9?Y;*-xdH@ Vv}A|.Z7F<{@ 䦥A(jp.z 0clg~ rSoS: rdYլm7-Ҋxɥ/^TX$, m/);sܾ=0ޯ%t3Pwb;=dW*u}>B̰=9 `! W2w"® Y<m!ۙ''Vx7DŽʍEqث+tw86P;uyvȂ-D m guרpO߅x, CqY9mog7Qt)kDv &7_t>aì{{Vأ3ΡMl?LjZI_5(h#K7J/S@Wtql 2#wLi3Қ>շeq(`jߕ/FS0KF/9l0D,$aF5JW#gIzCb¡-0u/-gvZVRKQasgGǵ 沦+3,T|&;=}[z K*݊.j <7Yϯ^Yǭm#"3n(ispvjqȅI>:J!T&+B< .qyjH e1i\nο[6Z|镍-)RTI+_o;*_p;ݶ5+ _(wt[cQ,&ɾ RnmXcFmE Q Bӝ~rv%CJp&s.oѹ}xLG 3NҬAxa)݈#H9õNU l.hy*TiAKP=i3|e/1'PE;Sr2K٫ak[ eO-[zpQ!ܛ5J!eO^]!]q0QIݕ!A+w4V;1(:(. &{м}Q0i D(S6?&tݺ.lM1KaU@jE`y xEvۯ~\%"Aǘ/g:1pK@(AZ#㮸=u RZMPMh'1^@⿫:&wy<2%1~SL i񑹵& Fs.n O͜Go*C(Θseek?+tEGwW" wCkjoGp*/l`9TTROg!YڪhH%2p}bљ|{Z3LD9tǬ ͱ4#1YD'%Iw_}⪨o0'g5oDMCU6䭊C)oNn +i~xQv%@$Wb#;3(+<,2U2ݲ'`շyQkwmX̔"=t t0k`vSlaIgK`)6AL,I>|N[t/Y}T'OMK|%q*[Ҟb;:$!Z$>v,MsqO]d+K\rl C"#R,b:=gb&R3)sV5k ˻Y¤Q&гy%C"% %h;AِJ$1?|աaK}VJ  _SuI}Sa]>Hk#V嶣QO"Q.Jt0X@VJ~ǃs9s%} I_œ=kPm<'G@`Wm>X/ w$*bm%!bt7iX ej0GIp(E׵ uZf=:܄2UH)ZZdxU Ngcm 8U=%ʡOįbFU98U Gk%7C9)V I碧J̼LӃ8gXm"^7) 2F:C8+. I0N D)2ɡ؏J*g3O˭y| gwhF_0Zrv03r&VF^YPܚ1wOѥ;x Q#pd|2C֨JtM_l**s(,T8otx 6Y0e|f%9py67֭7~A#* #g\4|hrG7TdmL]љ\Rd~@yݱP-脙T,v ™[0D6&g?aX?e P"PDIWx]5qƒ!:OmT` +Wֹq_W^iW/ؑM"eLNbًGmpOpD]FKظRtMÈ•BV,P\^#)Vhgl9zl8|+ WLF%{f6X W^0mĻ6P[+DDajB#M-Vտ sa&..{pr3#uzV]B(ƮK!_댯btV쟶QH.j͸_ʩw}z#B(n&X:J!mS =4vVzjVo*7"G8%8oL< e(㡻%B`XB)baY:(+l޶[,M2p[-헟EFj mTrfCƋ ЈSeO_2lEZ^.LeT*.e1W>tq :]hJm"v7w(t>N"ZوŃ8~LlQL~BTg)Uj7f4FK6ǐP&NHnŷ0,{ |7YF+KXy ?/$1tpޡª45zb7|V$exK23ӓz`2uuEX&Li!8NkG6)Wd|CMe)eiKXP5&A'"0n3RQZClHĪ# o#AI/{nwzSy{Nn4XX{`mН%+bƻ7 :Jiô8~nŲ'',ә/Ę<M[td]~]tzd g%€^΋?κu13`I_DfF^C?- [ZjEU\mn"ik.$0Zj@)zFmCC4πi!| W/+xN|VR@Գƈ<"V^U~cfvhW3tAekS{ 13NGu&d fDfȞx Q¬B#:\\xZ &f @\[䄞H;*>o'X!*O$jw2 "@_HPvm%#xE27+Ds]cUIeq;lY'e(P؉4Sk3rǀ`YgZ`˿{;Y+ ͫqj[jӘ OaXiOoס K*fu7g"F2WLS {et+r ʯQ 5c&<[3XP/)d!-쭪r(a>zJ?O|OLS\)F&gԀ=*^}-7P "wW0I-xBs;SIjѻ0DŽ*9;W-<'S~mׂ c UuE^YrޡeD,[f:)Y:n.*wVy?T>,sK3QLA Dƭ4Aa7 uBgoБ,knu$,8o}2t*D\" [xΪm+ͳa粋'&8siMT <w#/TDY^҉Ҽy*HuX!z=B2rg5ʍsUk2?rlDI,R+Y*~qYl<NPnDY7 qnC7杞 P-TprBD x`RIBF4!!O2QG|/~Z豉4y{'m OEMN@~[_w5%0ǃ'k("}=˟^4oa0Z2+pyUnk>rEb8_L3)WX`=lAm$ 2[mn+J\" qxHo+uor'cTYuMZ7gJli0).@.PW#Z6df&kD@~DjN嘺0TqֻUt Tuw2j= ~"ӫ*u L" Lf6j"/;3]|וuZ~5"|6[)0е=DYf=`XZ@b]=±ΧR2hJ sN8,jԫOk1(`' fvBwDk9Z9j_dY-N8,t|6vGXmΊ%L)EI2&"L,>eMpxG@DTd/(QP=3`<,'U#Mirͯsӯy@c;y.=P7.DV.ZgdeRE!eMRrPQngY2u,c@[ MwWߪSAFgTi/ 1ĞL/۬kPw6yW {z$;BJRUމO1 IkpeOBneי׍,xiZ$A$+LRgڧ߯f9JzJ8/)C}{Y^x Pbr5i(yJ1)UN)Ɩ}ѣ7~9G9j+D>tiAafi騣PLF8%â}Ц}(C;Ƣbs]QxԡčP\e=LFMܷmTyTVOHh3Z,\=%[vjyUu'\ NlH}Aˋh`,d䡴25%)E ?d٩#>A(yneUfBG$`=X^3XS02(q2qS@3ӌB1\mj(0Ǡ>.>fzz&0mTϷVτT*ES?~F׫\좨n38%lÚ5(r, 8S~xѮ$Dkj9guKmY14*hYucJ;0r* ^v194A+F&eRF^%QEH|oFE7+U1J~'DÌmކ}IK@Ѻ5TP@)sӁSݰ\+i f[ZDB(E s1rΥ bG\pI"(>AYt0`p5@i~v^n6=~O )4m:w4[AܿYB|7G"fFј!a#ńfvӦNHe/cZ!W͔kzO!m>gݺt>G/x߅^ ~(Oڋ:n/ךK]yˮ[M׽G|d*ߣlH=DtG/Eks9w<5A7wl ,lg Զc`:h3D#Vv@: J@4A]: `.7ChQHoruIYePf`iUw97x,g+@ez0phbكnWOOk΢]B)A>LMMżl&*n _b2 k4q'HPV{DO VVlq+NƢmǒ);Cg[Sz8Or]*ޔ&- "VVt S򽾗pjG-i Y<0;~[EAZf"b;qej8݊x\Il}ѪkY](3)@ _ zN\{:8ch&Ǣ916 ޖߠjg# te>*byq0厪,Y8ò?UYBRѨ@+@"]RRi韻# x$:mA(zzZ7i-"=mY:] 86uجzK'P8>+5\ҶhqĔ kw V&³;RRr]%WeV&7Ui4u[0F7NE=j4ћؙ o ' .XPzR))_?ήr ]esn7T r1~Xkc`K_5S+^fV?d;{?][C32_.ztq(G>Y=Q3у7_՟YD/^ʇՋ3O_׌`#zP{i5mͳo&,V'#p62ר2ӏLXLF u8?̈́4q:,,]a|ڧ:Ƹdy— [}#:2J#<*^\]xJb/Q6)*]ĉhsH>LߋvZwf{̾>Ύ "ziGwӑh|qlRNӥ~ZS|WcmC5 `f 2LB 4*ly{ f|^+.3=[lN{ ulf' #FK@2PpohY4O쫨`]VL|p #G=n@oS4s,*&BuU|=T:'5VROEcsѠ9 ҭsZ@,t}PeĿ&(zGQ`ϖ׺i5tLDt<4(T~][KgQK رH7#*.@ָIk )g*wӁ0LZԴ٘ʫڟP6AQ)7XOǴԐ yC9ThWV y^אb> !XyK)Aw'qIi}Y&Kj(nQ{܏'_WtUs/PP i^DtƇ{r7P&pp6]}ǡ\FD="7~ %#QYXS4K#-(Nڵlۃ9y[f -1<3]9">7NrBZ0`ME&+q7K ;F-L߂B򧳂1~ýۉ^Y]dTDY%I= ghY!QqNl؆p5-t"3MS6ri˖"\< rirU?F\uiA)Px5J&q"i0O'6di x NόC@/A㒜/jHm w44Mx]:%FNz}~LLBZߤE;zۥUyqJj}7͡ ^HAjה *b@++Jo?% xˌʹl,-2|C{`ݓ"ǽgwµZ$BtHK1#=wx| ^awMdW)/gTGCO0H]FFUM'@5u2XznQ0KΧ*:P0-Ӫ=|<կ9)5X9afXBC8$D0q"c@\%e2pc:{a'x|4ZHMKAzK'_a@ [v- hGȁvШ7vTdA&zn_Nk_$pCLs::{\> Q"/{L5G58Ψ٪!qW} 'thJ )Gꌾ\Kc> GN~cD!h~G]p,xBlA+X tN!&hȸXlʪԇBjlNd죭=2NQzx &-䩙]:O6+ku} ZB=ʤjw*Y=z ԺG1suOu)ӣG~LEAOc!N }#' [duކf%p6{!}2&8L*j 2,Z1ܺJ~ڍd(=3֢]WjXb{J_W\z9(i[Z˛5cn0b :?"F4ɟH Eatb O6m%09 *2"dT?d48h&e>k>mȠ^ԫj?|GVQEzaQȾgjcg`d_({nL8^+sfftv됦-*~e3:le: (++kj>iɄ9ˠYFe/YXLuGp VH lj@mxı@pݽz4}GX1#mn+*ӂIX%CXԍh5VKd= Ujv<|9|Azt=郱1]܏;ݿ<^7PJk5%E]k+gl7O2 B.ۡ]zp}=Z{1D*emv iX`(zbrdXl3iWZY=Ͱۜ'u>vR?v[`Kt;w_/*ri-PJm@OBOZD!ӌwSUԦPhũ5q(^)|d H]z^,׉W}#i^,.'b}Sv;#ZQ)-5wѶʂXJ.[5b ?zQlietq;)u[~Zn4)Z:Igb)E>+A_&[l|v;TZMGf[cτi/rգ@@:U+((,82"YTEwNr91!</FZm:~fU+C(Frt\=:%-ʑF+sO&D\y$e´ϢO|r^XT=ҵcezn*z،z owXO8[5*J6{ДPB.|g W!!ʴyn. ЦNRž8~gXuy%L/ %Ub/ڜ.H<3̘z>{Rvri7܅[ԗRcehv|U1S7<5'5TQϹ⣇VwW:n߲h-B7`&B{B϶(ۿÕ(]D!C4TNS|3Yn1izy@%m3}l wq ~6On9A xʄ{zp`sN|ۤi4a>flBˮ@%I1{esVӸ&C |Vɯ;)ofcٽۏlE|M ̋#@xEnZK,t8R89{*m[HIV4hfoGյ?HsS{OA=(Rݤtc6x)3Sg4Ѫ'E#;` T!#_&fߴϿ T 0n[a,7`^*2ixd7gT'/2uXakq}s$=.DptZ<)%OGS$PugsܱU+3C5DoTBu`\u>KVvRەV*9\ A hCyp[.+٦â֚I֣" w27TX_YD׈-l0DQ9KztN l, ^%'m؇&9U#P,\vb*E A)85c8wYX13wNF3u`EkV>Iqmzݹf@Abt.ʠ9eEfr-hqE;E~Ab乫~ӣTzbѱ!4E v6*P L(“Ɔ嵸V hۢ!<~ $l#3n(8 8{[|] 8Z ՗PEztD5^Sa|_ɐ(ɓ| bDSە4n䌖u>eTbFԵH\r0G7<5Xy!Qǯ&prxS‹I|8#jr['eGRdl<(́q=z5fcUM ^PUpv!ӲM-TMrELph1qTߥ[Qxw+AO/?;%ȥ_zj*RV=ы ǔnp؜;%Ԓ8~9 FROGWѭdJיOV-˷FܗpZŴܝ> U=Er31/;+AQ/5g]o #rt^:k >vnNWTWסxq$Wkoo=NŽKjڙ_S\ayA@Ӳa.LU[p֞ZlUi'OmHCUկkropjS+sJ/`E7̒إr~90O-<khxɥej_68n'`px=;xC,,"6_YlS7ڑ-=0&=X͘ˋkIbsR R-egAUqSW=$x;H]1^+![A&S4~9';pǮIGv 3hV:mI<aM6?BΕr‚:Vǀ4TL(L[dM A3mdMunV E'ݟRي%P=[2huifJ?0Ң{nl%˜jH. =sRc->6s2(:ckz 0wZ>wa!I mNU:>%H`{yG"9,:=L qog +[)sp Fm,o+UYu 5=l݉FgӅ:ꬍҮau4%竇xltg֮JT; 3O w/[W+E7Y4h=yځB.-Fd HN%?oh2>űPnvr0|q0*n@}Z,A!>g'86A)T:\^u.з [FgaMmW sTyurV >爟#LJ׿;*VÆE2$VmmBx $U4$Y6-U1H_ч ;0bx9(/й#ӽaNddnҩt\5v+t&{-͆S*Vxl۞sv\ݨV r*ك#Zgܣ 6GT}jaMW+ <Ie>Ʒδ~ [q<G},aj@S^XZK޳ s\7upbdZ*xpꯧwgN6P,Vk55=4ZMtTRw##t^Ah6e 5:|dX*P- 7mc MmJv4h딴dzZUT$9txe>0ό^c;Q'j`.5D GnSos'n3@a- s$] ~V/\yY5EXA5>4 3:Qg2fm=p"X)Ĺ-ESOXwajV =IлVly֌: QB~ QC0 s3mf[/p߅'.VbwK?AN`'ldlށ+hŚ#\_؉&/)u3hκPmR-{VOmZ ~RHYseK+[Fa4 ?Ҥ6Z{^>f{n̞IfAIΚ"_馢){[ "\[$rd[#~'5eǚ&gz X6H"褶 Bej.)S0}l '#) ` e#5"j[$?_8Y'P?{suhg/#t"\TcM2BѺ]4(31Zwm!ZHⱺϣ5 P*dw*o݄SYb.mLI';K6(bp+-> ǚ׺{NҢ7dq,f ,+c\a|GoJwYg!Aoy;Es{X/G|{ DISgy5rͼ&n0@Dnl:hwZC fq,Z[ma ڞ6svRsINCeP1eӨ:݆׭Bt!}YpwmiРN[~R[ab@OmW~ombCiRk^ij:xOi%| T Wu,ױ?m)ӡlqBt0a5m v)|~uFBl)(cbxSԠ<rcQ)s.PE[\Ju YGH_Z9LETӞA}*jAi3+WϼWr'8I:fLK"Yt~u /V# E 2;&_CmnJe[%T͸f9K|yW4t {EFg+[Y tf?Q "s 㕄EAӏFs1`g|hW룞Vl.'5_Oq/ܰADtmcӪ`}d,Fh9fȠT#{s\44Tykr7YG[ǘ`7qDj('ove/#;Pnd 2loUU#!W姦MO`-9\( F?H(:^w jkL#;\CTjkmdoD_?` 4=YltX9޲,L|qEG*CaHrKMρ@z(0IQ_B!*X1NbСdmHJGӑɤVj]&K{n,uk =n^F?'pYzAǙJ,},rruui)K!\juke Z8X3N%>p>{'ApHJԇ !p8,6M~g ש߄Iك$MmFzE_E11`$Z\^VǬ~4QOk tg H  ]zv)F s4Sq[ĩiZ!U>8ܪ])W0Q@}ԎZ%zMepS43-'R,2g_j;bv*[8k-zBiE?k#K85jXHYѽ.^D, U:ö9US_U⧣AMBsmz|V)BVf[s: >ꞔ8ȵpopd=!mr&5K0 a}K$A>v_B)'wЦX~ϲxjkUWnsX}NFSI_ ROF=.2k>1كSԗ/o(*O\|(`96*i RXDE`iObI +MT""5|1M%-KK~|=3,"dʇ)6D~Yz'7S7$#=?#)o>L{Qw"1a5rqtϑTR:6!CQW!+lQ۴ת])ʪB2+`]:Jz.3(=i\Jz8K"gF=='}JU"n S>β$yf5Ɠw[Ӓkak=V4d *|}4 -u$7ͯ ƺNc}OCKæ߬ Si/LFkE)/GxA\4YSl- j`(sq.f7 ~ v>N3(4kzu`dWS6lCyv+F^<"5\!n;ǞցcpK[ U2W;E"؞T~8ij,/dWkl9&H==&uΊx&?k?9A\Qq i{{IN!CBҥ8,6ΏSxBqf!6KjCuprj⾼Y+)xiYd{L%nVRD9bL$d)4=A$DDS|h8"aqQqNiuZݡm8ú)a7 %j*{a{gc3\ A"|OoM DR8z=ap=Nɣyj'&>>jC/#8s:2'ˏmM/޹/c%@rJVKPP& 6-@%3Itp>11j@.4-[X!R) w܇5Fx~/10[ãp+BoH:]o[{:g 0NMY܂$KBѡ[iG $sBM.R,#R@V05&Qn{H)8,Vi~j}V(&%ԍ߶)Â@9x ZS_|pJuHz0KXRKWQL`(0& ;bUAW/;U N7rRB @0M+tPƓwk1di#ٳv~˞OQcZԤ`J6^EK\Q5ҾrJמBV8԰E=#4* Zh4J_Xt,#_9o@t2U]ʄy~Sl*}B([lmk8lNFmoJOP>kjY:ťH-$2nŲ@qyKpSL^gY!2\hFz!OAS*d[Ӊ=-W]%ma'5q Vb=k+ -z$ik _tOĬ`9))f4p'ƀ\(,*!oKdW՚~k}78@GNݴ?W >» Kqe#?4h"ҽW;Lwg5]_pu|e+a$y\h;+.A3A)G)AfӈT4w/z@?W켽,kˆރ(ED6֦Rw\8h&޻5VnJK=q;CZ?@t8uKj" +4z-Rb h=KP|3@1\\$:cRGXx}"b{b3'/Wλ ١0#(pPc"c\k#J'mxE1SWcw?x21Gcx_^|kLojDHWY-ijYK`--&'W:3Ft+O ga5gu1@z/VGH %X8*\3$QpK rFSbDWYIl`9E.u/ܶE{ݑQf8U0<)b$1)! 98;퐨whĤ i&l\WG=29חrwg'qn}Pa> (zr5̎OxkiME^R'؆ iٛ(Bd3yH]5_EKaBs@G80G5:Ͼ9UdQPˆ,x̼&cTgͩ؉  mb]DVĝzLKpb(9ߠ~h|Z%@8|88zu¶A6 _=sNLǴs(Q`ƿǑߙ}ܞ*F0BBRt( |o"VjV0ʌlW"6BnjObYl\u=yg"?y"0ƴƼo;5ɢ9%h8K wMf_D̕qUA~[*'ݥ_|0ޘ2 Hm{NSʲK?1nEiA)@p͖D5$fSGJOd_}G`hQ>7!B~˛vHfΚ<33U|M| T @yz_k̈K|nBM.nkP;GU㴜g _~,&?my6UC]V&2}K'ZUڀuVRiڶ]ʌt ꩹!Yquf-̸ @yvz~BPaǧ>{+$q2Y{'^f 447#~vǴRPn`9&t &L[ͅuoڐ"|.Wg^v}uvz(hbλm Ab|B`$aOM\~Ak{Xv&b[tw#t=Rq G(Fɗ? = Frqc6igmb!,uF%W@̱_S;(w$*+ՍF5rg50$]u1 _G&Z0j|Bg!pa8|d됚T;cA 3KTWhB8zg1:6|jH)ݾ^5˰ĎJdi3 g&] B635t8c9U^q+b%I8K@w_Qսj=zx=%Y^ؠ 7s}P8(.PHH[$LN$ȷG@}cz|1SJX4bw@F^2չ|НA\?k\Qz`gĚA(TzȔEyEⴔfVU]rC10iV C9ŢKucX9/N,1c5kf |EjV h;՞(Ħ8BrF7fo+Zה44#qe}HkHMtiSD'ȄBV2EIb+\X"@$ }:Gzb߽.T7zYfg~9fOlX04ߦ{T`j'xFA Î9llP )%^ŷ=HT>? 26dݞXV˒bqA\^7#8BZ9r JWE*Du$Q",JDLKqޤf$aM V1 yOgjUJ;lBMnc[-(Qj F[º}ą:HB %-'yj a+}` &k6L23#8,@ MRUKSb|U돧. *|I I} 3isR#ƾ-<`ͣB9 N{M$_Eha ntd' Dmw5W"b0U\ډZ5!GS9[{xVfz0",T3]jofd0w@}|Qdۤ~Eyb,z<5٤TϡoG:\g,I_zU>DΨ몠u8q]Z Q2Wj5 ΈΞuXQty|歂VN{\{ 4 P.<3"_Dpqdݾa{;U9dUR?Ĥ~?"2}a .o:dPojn4{#yǿ#TH,\SϡCuߋ˶;ŨSk[9["a<)Cnm;}Diځu-ahުfb.`W3[-ok]7ÂJ*ʞgpN3&ir8*"kyNpuuqORY.0o"Q؁A5&k'ӠE jqG\l{4Iާ [ !,)U\>&5oztq)R 瘠Eq7w{{At9eHGL cU,$t:Le.Z6TAU8@:㾕džp +ySHh5<.S/.OO54a-kӝ0ZͿL U"r[,~5HʲS1wϴ }y/Xw֧V(UXb!x2 p᛽zーDЬ7R4gL2-Esgyrs Go̘$0OgbʄKɵ`vQٻ^%gyM5S#g].rNcz&"~FUG<xi*BF'(?R8>x+39w^\ўyOWvɆXL;I:s&!1 !, kݩ@AdNK|v6zYcR|yH]0'0yAbxdv/[@o |yj >B@9]Gc5fH$GUB]w6vC ڿw,\HG3GsvgfL3rm]^9X];@?ۍ[m7jvM <&gvVߍšV# MÀ3-+"]ycw3yfۙ2N4"$VAM#LrashYn: Iא.}Ftpc]'ș"WB,S|UlWvR̈ O؎uo qùk@'7p=o`?A_d9#+ ,Z`啅$+^a`i;ZWpgbԟGő 2!̫M~6ھ3 nEw̄7V<2"-Ѱzhs2>2Jyq muhEoyFf"4XyF@LFtk KD$ns5Ȥ(36by;Kچķ[0aϸ$\?]GL')$fؙmz]^ӡ}e7?!W,jQ1ps`,Qtd݌mҩʘQ[!Su"})c6{f hA>[vm~P4eʰ>]Kp1I,u)U" #hݍQVҹW!^~}[6͸ܧE<3&-pm6Dsǝ[~͓fGO>П7/{O[Sa;b;sm5 'y)53_Qkz*q?Aov7jShX7_RvsJ?Z b&nHp#%RfoG݃Ȣ+:+)6_g@aGQ9rrNtK { >8ڏh_B꣈%L(s|&W{/r0{ bSu( ȡ Rx-=9R4in1mA "`R\57+I$ zyoRw|D: 3w:T~)6 itXBC5W}h*%╾Zq. -%4hyOEͅakF3 H! 6fF+&!F$rVlu+'D& ŴxrbNjL%&-5Wjm;67P` dP3jOlp:ȻR7a32sjB BN7NJ.?(XnD>/eg3«4R46B^4ݢ.ӭ ހ<"+矯T 'PEptc8B6y eJ7% l bbTNJ"p9rEeZnf_J2L!"y ŧim|.MX;M^@t!Oi. j^Əs!D()hw@$u4d2Z$NAE:?e{xA8v,[*KkDf('!?걕 ~+2*`eG槳CALE|^X(RhFEeXa8vt,/h驟he>I֞~T3a<7]B{ўtrӶbojYNm|Di%W˰_2}io > en2zp5A`Y '*t)Q^vIߙkhG]S3/{;ɭpN  1ܶt5δdU>0҃zy5ZOћUza:v(3M[=:o7`!(I(o=p, }ќF܆)C~M#*"\omox^$@op9p$UZ, k{L:Kk;RK HuTĀ7R>wW<R 8\Vkg? nKo53%<{*_mH:oGBRVEӔn~V:Oh:iJIղ"+b%h/]5_8& 'V0_@{ `( /eXSp\Z1qqn!`‘J鼍_]!Il;CfĒVtۼy+ VUO9|K-OJ;B`-@KYLeB%mנG7cUpwmKT}# _$+jbMU"FH H'KGpzsjC|Xgf0%-g|\am̹D`#g$A'Bc{ĆuZԮ{b!Dv37doK"r¸(i1I?"_QB(@A}úMi`@ Av .5aǧB5Q mنJ:ҵŜ, yr {j:\{%@oTqgd4iO%k՞6"fX s!׮1˲w? (e˺n7~iXp*"c)I'K62x&b푆w>":U^>H1>Fz3q`XF#4%G]i霛AJ>}(c_RߗGkC_+Ne?^ 3a[՛'[,b\~L.&"SXE1U=Ún=*Uуu]zy;Rֆ!BG+. (LՉu2A~9/t&m爦,,.~@lݐ3Ͻ5mhJ0\1$^Trifes&/ J %*]_$l댠L2"oD yE]rF&|$CUZV%?82OL9^RmQ8EKO*t'i6󋹮B/^ &[[P7=Ss'2cһqL==%Z4m[gx%^_Eo<>!bOvDdl{ο`;q+0S6CvƟA';*L0 LMLhR&N6ƣ ,%tTpcV|k9溿 S}?cI rM1sMcG\ )92'.((kblr>"wxT${fjHx MoX]{]؂<:._?΄I+Eh3wg@ ) X^#,RZ2meViRR*Α4uCu3+K>*il=)Vcoe& /@O.GQ;kIQU n:%8G{_Y=N⷗ Tr=KyDX*;&# S zݶ-Hߌr/PIn{5yҋԏꒌ:EդsX8أgjlPbsi&JڈvgL}HRYd?eCx'3)f04yZ2 }р݌%xn٨u5VyƸ$$tSZ1d+\VF,P0J2cŚm50M۠(< 5D1IiHzhîJUhpqaAŽE\qQC)ug\k HpyrFXoE.pip gvI0!0W^uQ\z" 7!)ϥx[OŖϝ8\pp-0µI^Z-6<. x=8]]4?֧asjm͓2.dl@pP??,|=F3:YŎއ> @Pfc(x ~ƊFu;<@+j0Ѷ)Q/7XiuNbԔ۾1&ʰeE%bӂZyޠa{˭[ WJD2 # (# ~&X]L N[!IYf\{ I,p21HAz+M'X"?쇮 "MwUЅ.Dhn?e%`VZ(!Mr1ӏa.դĦz3Teh8n~_!ϼu{)jӦ HK QFhqSw H_Jw1LڥS",=0u+UG{ȏi@{,bRN$bmڬz3&=H!/&lE4Z6SI+_zPtNhD8"F}^@ ؈Udk0TVl\ 1 V^K2,i567# f닏+Z4uӻQL|'eOh /C)}QQ )g1cu dVP9Bña~p#Cz('߇ ]U qZe) ܾkh[Z\)n s>@q"5=wv&+[N43 bL2k P^j6jg'F_}ޙ1-OlZxh&w$닢I gw|C3팡!18R5&E I FI;a 8Dt@.~ ? w}8U?Ln vd$>`Lg5NE-8|.f㫴f=4mOK_\wXXfxg41”Ar|3HZQ0W(mLcĶX 4~JV>]@9.pL̓d!vFiL}K*ej*,JXx[Fw 4v-̂/{= 8 3jPzr>uj!3[^X0kVVEgDWѷنx$Hvm@ZęQ3הG4tXsb^#L߽ iYiDx2u1{@ŰZ,OQ`|V,vj%_pd.| CCsH*=(${ Y.BT(=ԇgUo.h|dТv/in}wB*a'G#>88,8+z(?N]A"}$LC-(S'Qx|yU,Y)an{2wWUW&ҙZ훑#:]o˴qч?`)Jhb(e0,).z !!fsjWqFW@LvM+jjOҢUh t_hdžYڲ!r~K)7Nچ5'py_CN|ncE*bou`<"w7qϻuJOP&w5|*%u d2'l =BФ'V)I,o.syaVy|$ίցtpcv{u8CKj3zgX|K ~~1sH# aëd O/苺"%O*N IntR27SJo{oVdLw1wn VUXA$ [@]0kty>7"ZR59O;'3 p f@ײ/ _esŭ(b:[2'B߃qA۞̮`z=#FWj<# 25Y@ MKE3AAҧΛ̏T2މC݄1[kn,Y!CqhqkI wYCtt,D@+$R-{$-K۞2Q-P>sxR\]v^5ڛIR7ٟyԚ:rFԼ<~|d˗ (fcTAFY ="vsy qv%\r #zFTx0gNJhqLAHFZ"^NE291ͼm5 #(X*fFWфGʹL)v9f &*`MkLnU.2hG>:tQ@7\! USǘ k{F $:XBK|. gԏxP.2B(bc,\mvK* C0 qaLKE45c,o.|`0%7vJ_TE5x] TX(7maUPLQ*GV9*zKQ}EQJB3 9VJ# c}Dm(0e& k?N0Q΂$2QkAo*6}5ĄY]#΋XL̠Y骑LČj9֫͟4J:O^Oͭ~5e K"AͷT8MjGoMXlm`fr{t?\[{\{C >SjVW= 58 #xI.I/u{%vePz",hͪ}ϴU U%wINKSMWJE3J#ʹB53qވC95U?$xj*hL[ze9xJb'Naq2]} ew6ARQ'qkBؿA=Xd@"W0F <wAd5"GQxƈFؙӉs{~ 㾀}m5{ {1YUBeO^AB3d~*`Z.2ԁa8?K8x52#%jհFwE /;Br <4;"A0)}/1#'N@TI&E9tեZ Z~y67!0 vb>䎮QTn|9ISgZC8M HC!Y)rWq|r-,ڈH5F_85|:/ :0Н`'T l"$UѤvH7ڠ\GGWzyFHw&?IN~Mlotn^rԁ` B *tbqZ\>&2qa4rɇ?4ƀG]X5h}Slo۹"*t@{ܣqcGPï(I@MqsӚC5H-D^-*"q5He?(12Vv=d8MwuBx~%?L=r3 ۫.Zx?aAv!k1=Yl=Uz-%Y$̈́ى3ъs-bw7SIuvF4~!sa YnUP;I gIuX8$ 3#wtOCݐZ̞K(8^!l^%xW(]yA Rk؜yTǜwTW\R/<o/zncmOAulkvt2Ox5Cel%e FU{nfI= qcJI'%jdZ #5aJ_Q~X߾pxRKj9+DRG׀ a7JUF l+ f]qBg^4B}&4k̟@ O\a T e+u5G%x&Vy}kjy,RiȬ!A3D0 ?)W5ǹ.ȓeqvZR{e0a 2g+ݐ ~k{٘bX$x27v<tohR[(Mj1H`vB ǵO@2ExÐ@KaF2op{i^@?c (>~>+)L1wʲOo 2*9(ՒHST!ŧChF@EMbtORD3n-A'5&`S|η' b(>Ϭ39eG ^ [r[oT!zWpnN 0X/l%W%s\(G±[,["N鬲4tkF 'c}\YiNdYs0ܰ=HL JQpFyưvHb+ny sԼ8FÕ%[nnbt@{|D(<NEJNa4_72pe\}:|7C*+_h(=}@G;"$7 O6̝&#/5ISa GcZp/ qMcj#{Q;Y[U.thQ9,AX0Uv~_9<نA%ˉH唳4F/5Tdql,cl8es<9"@ː50Y~^~Uq%?Z}ܿnFc) ӲJ.)jƩoI !Y{/"rp7jA0]8\ڂk6$fBb*]"gRFr#N{ŊulLz_AhTq)ОNG?ܿmoۡ>w}"|Uh(Ic ֶbؤEGjp l#Hh&G"&̥6ndkHwt2N>MPuRN }W([Y#7\޽fj=;ɤ=u5ͽ :bl䐘EEcx@J?_Sk ߾Ek6{mǽ%-P4 gTMbF 3d-#PeiRѦJ^dwLc/G&/O\j,>{|ze)Lo!*`C,k0Oa|mvm p go]u&#gWQ*#*<<*'[ 跾9#BҁLoCIWAf[P{ɰqDJ̎X QC'NE +qI߇d>0!PwQK'qSt<>} ur.4e)WȌKIYFa&_Q<m2y78a&T6$z&^5tiSx#`-xQ^'L%rN,?LqŐSoxd^Dt x|@1zMOx=nCꀊdօ)LJ q֬I Hq0||j'Œ%S[ri&rŕnC2͇e*>xhTaU5.&BCCO`"V~^;E`狁#/Bj%D3Y$5ڒԈmJ]CeJѲG飶'OfrZ7@.yk|[^$ij&5{8dĒѯrpFh:VuOsvKŐ#b8}FҔy3!նbC3ȣ3hq}i,v} {bRk@j#t,KҤiaAf<^>n7#䵮H =͇\&ԫn[j5= Tޛƽ  gJ2jln!L=U&)Ja , 1^-n=^MKrWƷ mL%_{ۭsI]u'ϝ߲E$T*lXQo{?Tw Œ,Zz5TT5H Q[&W=;hF&QOK@+]W΀^^iԳ;jXc[ ?y7C3ۜI]3Z|X1իaőe:fGnY $Y lmjHN^7^'c=$4 zGȀʘݏ-vdr꧛M F'mōK* S@A?6R{P;"RqVSQPg&֛Bø Trd.M IvT % M iѭ2Yv~̙\BW*) ^67fL098B c$Aܩ{ jq@q4FF16MetE޿Z{D_;&lz[:kn}Ya|SrhEgu^= 1E}栝;nvCiB71՛:8AZ{lrQ@l!,F2ޔwupY/kE2:e+$3A``Rgn>R`8ǔ<uslArF*2_ղy>_!OuS0-/3u@zz>h{ྰ8u ->ٞj552aJEėP"]=)u&́ ~kJZ+.tGZ+_$~FgmLڵ~3i9NOk^­sbLM?;} SOL Yosa{NOūP$'Uihp[/܅۫}pP# Hq®/\T:Xk)TO| nz.yMC%{7s+wC'S\ͪ.~dW`JlOtszY;;&iaJrKFv;|HGwZ|'7a> XڣR2Aě=(Tm`Zϙv'dh-#ݲp,G_ڳgFID;i7jˌR M֩k[aptп*_{6,3| a3UդJ'cijMV+Iۑ/pqjN{7VץM#5yNN@ke Gw/M֫q`_KPʪKw b8)IțDvt^@0 P%`(ZVfyjlTd$} u۳4]PP~cP>)!:f*Lycq%b3hϨ|#`ΐڹf2md$/@4,ĜX#JQ0*=P%D@CP\+[tB "CeR. J!30N8Zh"Sw1H%--phLTV!1>zdzJ&?4]F~fCqR=sMɪ{M dE ! k1c0W,=J){B5VTvw#UL-b|jb`}D\BHNdQcˉ[D) ;‚ /M\a-ݐI|B\J{^\َ:4 itt;C3L T"ʀznf}8seEFMne}zŹjw!:LےPgVS)m v(Pk #qh~9a=@>Zli3RZD鑷J"P|iёXg>$I{v^)nCжcC[ MOX;6{W5㬘T$c8~CvcҐ"ۃnOn1#"[hx;Ѻm sDc^CVasr~*@U3JzVE41ÜQ73A:f-˳630.3}Oa74&XI⠵]J+IT t C0Q'ba1 |V0(0E-CB7.q_$9Sr ;q=mL@Ј<9?`1@|dZrSϯ$ُux~?!([yXWf̽nZjཔ\w׹k9֓N|a.B.3^a7'2Й%/8;0!qAMLIP6µVon՟(9 qgx@PZh޴簱}i,xnY=+H>tL\8oe[Q N6,z5W(ėNq~_"6YþuPP|CN70S-%!Ҵ@iXEs O+M982c:Wp6>NuxܧV<, ;n8vg /dž n<؝̌v:+OSsFyqRoe+A /a:\Q[O|GbI-B :峣:پ wud2Ij˻[J&N5.8"ڴ_ JX J"-e"vXJ-nV%FxՇx4ct5ElNZ, ^b6Vֱ-cJ㷼b`&ֽe@.Dd:3,"-}ac1Kc!o4WXyi"^d\Th6}έ7T}G~-<3kmL$j<$U!®Yg,s#$%sTJ) evHv~%ʹ1=4p4;ww<rr+`Z: UUnjb{>^=Kڤ޳.2v}VT$ |UqMNm|Rޭ`lṮQpl(. egobxhn֍(VQXh֛J; jR4LIU}9yό3\LnG"J>4`<)@d)Ҝ4 e> {xl3wb*W[waYE=܁N\^9K<oΌ)Fw7 šg!7~#kerՖ›Y&K2DJ-e|J2kS%s2ɤ/E iWZN}A7@ PP/upRaR5JޚqNFn=1~ŞAeȶ(Z~{Y:<멭Z LT0ej!_Y@""vE`t/a _>Ɣq?~-kXC +N8 ٛ<8v~r^7`e`&$Ҽ[2Mmm]xi2 ς+\*&2=%/J^Rm @Mw#LzZt`#TXlUcGƧ_PetfUTb\1{|]8bb6J$T# 9mw(|ӧNxfsiEƆsst/ 3_.KX~]բ/X.w%:%S^݄uk]]Gq% ҉-G'8uu2'!YCxR5UWwJc_/."lߍN{NY/Q!Hm{[E>d} eiU+⧤kσ6RpY:!^d*?+5Q}p&5Iٿ}x!fOo}%2m+7XUMIX*oDH& {:zv]X8&=Hj Tj&vϴ4Y1 LHr?䟵ncB3G #0z@W1gAˌ D]elo0xW#5OA6taor{c&H}SBAa| syp"twX bk~Gɨ M佹6Vr1SoL~,'D`uj!`c”+8bW Op]0et\ (#O>"\!=[ Ԃáێ[~GbKE Wz|Ѡf6&kZ7' *'o ^kر"nxدT 94bh\ixX۷`m'd˓UH Vϳ^:ة$V[nm^KmOXv^88dC x٨ ]${ x.pl٥ h5QZ{SKc^EAdRTFȋz(Yq@=p`~n10JUᛘq]c Iw7;8B=w}MWi.<5R{c^hRFb'5 Ura)aUvyQF+, 60N Km\rTs|,Nt Z2-r]4=MHђ#:8ӽ(99' <vri|&S<~ᒑdD%aJzC:W uv)G4tD7ǵ3l7* 9;vRT܊Z4T#"o|lߞ~d$#q[ܷX" ߞ?J9k%p"*?.حD:}!vNQHBf7mᙠu4<ѩR~KXºGZ'>Ü4 Dz@HU\Ӎ /]ZOM؜a4*Ί]$/'j{vmJ=JbR*wb)vy# a-㘱ѱWkے~x O'A$R$Y')ςV辒_|G]P^YbZ4$zM oq)yEmPtp{KUk I/n]_$r߼)ޖ/:UU 脄Ю % w{b-aD˭U_tl[]~AX&y1]@WNf83JY9YgMO/HnR_)cnFf;.0Q1qW1 IV `ŮY>(S`P@.ユ _N.?w~L >j$\nVm}P~a-$( ƛKb^]:_d 03>uwnA߫(:q1:>c[JYʭ{ϫF(% Y,Y Y+ݺ4SLa+B@r7'DU= ]/"EV`q$TJ:~hKBaz%6*@_4|&ԁpS|j0[M:]:gwQ9^-Cqm2`ݺ[>Vb.hͫ%=`rnN~Pp-*#0h ;沔ҒGwɘM'Tn 1+zZ +zU/bc4 fړC%5$g~?ߤx %AyRi[Zl25,og*bGsxYBvpGNS7hY͡K8o _1 $%Ԥ, $&:MCBe A8ݷ]?&$ W6\yƻt $1^Gb_"XwAc&&bf`l$uo>TO07BnI/P~f, 1o.@ZRzˡ5/fZf ~!= v;EKDA:\ۇUe[?$6]\f[-EݯQ}Gɖ}u/9PIAR|XV2!*}g;||8-$\e01eN3pZ)2t=sT)baF6ަvZ"²>,yLثI7Uz@@j%ʃZp61BƄJ_DAIDgG4hB|?@(a/H6Yw5ChWG!G4H j~\dBM zIZӋߌ/l.XN<$Ty1×"sj~m:3]eCVXoܚKIKT)t3(*]gߠ= T$&phd3f~?:ōxD Z _ewߡ*F0`EBl'pPMkz@:Q6vA7 /= ulѪNy.3\w5]<~*^*X 1쩏_#ngBs F%*S~О#(ܱ>X" ~]S'{D[\ɢϘChkt}a߳^U7#;M:ڲ`|X9*j*^%lҗ0sIPGu+Fȡ:Y J(z]T7="iRAak[W^`;I| X4\?Dǧ:zKFV_p*!p.-.>}ׯ-ݝ S% :8{ {gVD:!%b.Fϸ 9nxʑ/\'GHAQ9y{J=zU"NІ35 >GWk 拙:b,NN$=icX;b"^s /2 V֯ʅgUX-,zcgLt(O@\lS&^w]Ԍ\Jpvu ,U 8/ 喘%P66#QtԹEq'PoCEKy/ '8U3fKafA5F!RF PQ{Z:q{p,}N8o~mIl 8d5  `b)ӕH(?v/߽<DZO5 LdfWl-{$8{X7K!(827CBqjn8K B eZV:sdFD".gĩa >,pr-K"hs!jyCƎ1x;8AX9X^/U zl(9^_St{"Y8,SBtkӰOѿ?d#h ">_|3P! 7ggM*<ɩUtvے챆eZj㫷`pSl6sqip); L׷`?)f[~Hܧ׊]PDl aU O~,S QX ށqTOA~Ƣ`B{լeR>Q*JދCڶ@xȪ>(eU_hbPXj߉8,g4u|&Y?<1aD5`G=pxoEMP6 q!gW`8![=s]u6Ȧȭ xmi1 {FNjA/'ҫi@ נ t5no4p 9CC+zmqUV1+3E"W{ Q_{tI m*ͩ 7>{ !rxSf܅-{yWa b@B.A~R~45Vm)%&cf,"ow8)Y>Ry|: TtT*fÙU<]0STu-eaOrRrLW pykz{·z(_pIGajl"z0|i*" {Z^e=לrAmDZn8<@ݞ<c Pm#'TvW5j5Gѻy\q߃ln !=jbXMiq^ٺ'򄢨rU1@<و*?;@OOW J4!ĝҎ(\3!!$nvx0*F*sWtru&BE*0>uJ]p72&vN5X>m}7 5 ^f>G"\KN^WI~8F[f?ȋdfc玒,[ V?RYa/kuR #"v'tdV{yam!puo`$eŦDVH k=r.-˩˃v9u\T-֖862ؽc~ފ?QE7Y`<4?YZƜY]v(@F9{r_=pXfHuDu_f\}: h=jB0?=+'+hë:H$ll-j8(&ڼReƜ5h0[EDͲ{0ZhTfKR+jcE>#,Xg;S8Ef,, E%"~HJCp^!NڿXl[Mxmf2iTxZD*[k &ְ2bZ@"ބ_v:#1yE;3w+1 RcYtqh'X|N~&w7kN &L DZjޱtӸ.e4^Pzy 157ڶr(W@;򅾘#y&X }H17ޣ'\|/5摐jnL&A(Z1<3@ !B:{@eSڦ.3:|Ϯ/'@ޔ;jJK%fE+)֟c"b.v :/;辯y~H~.%Ea,yh9uIQĒwlrCavإq[=Sdž,h `_K`CL|EmTÐ-,>B4qŌ EKk A7ཻ=W;K+SKDfj 6hik+Bp17`Vj҃_tB!ȦRgxB6{U&z Z^ |E pjl_fH\B_:IDOc^^->W 6X@0{nU7BpA. K@فر .|BiZT_ՒmEBr)$ 8A3j2q\wb4QZM\ rgd mD^P)Cmy_CBzXnAƕ!E4,E#\p<^ p|3X=C#<ߛ,F%jhUpKS6l_ ?31[AS@YvuĴ؋<@AZҸy5,6'm,e;Ygu"4AFjiaĒUJ3J9;' ϛ2?^O'?ǒd{ڰ! WmX@JA-N.X$c[Im%ޑƢWYt}Fk!TD o>~MֺI*V-;&'e*%\5QG<&s25PU/l@L i0f2_. D% RDG1s _HxD Y&&uNLV"mHH!CM(m볲aT:+tD*lA1uF&SkdASˆsxt$--< Cy`|17bLql1ǹGV"_ DYvbbA[I?ËtzL )etPcD^(@WuVAɾo&5'snۂ5c/)vǰU *Qz.Jk 0E*N*h!v@'zULgqD7dw7.)$IӷtaAF7@йh`-4^۞պv :l4bsL'\A#ⲹ"B`SJK=0~.]d10 ]c yYŘ@b mˋlCټhu*s')A8Rtf0y1iӱR?ms"[_cnBpv |eLxmH9z˲ޭWݏL>2X|GQgB-Fl _DV3I]L . OYsyԟi+sYv =sbpY[x2{.g`R#~$ڽ\!w`XPO*5:Lp>2Ʉ:S0zXuA  ʻ|̙i=nFUW@5@ҙMv8ޛdOj!t!Dro0ZgPZ<|Jr@ :+ɴŌZ]8f)ִ~s[Jh  1/u#u3///+NSӑ-ks%߻\o-RFK!(t`ϛL*^Zhp=Rgfpޣ^^ԧ[ 90:XX T8H p^$Sd]Dأ.TC2u jc}IkGjHO81J=O-z$fsJU uNŅw^4[ hOouKhVeN>l14U7PBN|< ]tn^~0\ CdȌF/8A[RFZ钀@{}50(gΒ57?E#butߡo`_"uS#9ɓlPYcGda8rHK.j7yuf_]{5wY> U=,bJe>~a' :Kh)pG P mpg}|?r]Tvh: P?Ar0W惹9į>ȶA4e2v8^5`ci58 al 4Jހ㛜^kO_@ @x5>2ZU`1n l GElja9u95bys&'n0_9z@zA{M5wgLGF!qiGrhRcEԊefB?p17< %/EW&ٍM%#_"g}4>W[kѣ'D4:d?9pMͺ`s{ Nw]?8m uYF B^W%|Pu7Vh`K k "˅\kV99_sxw9^J'1BcKxk2wPz,~:ԋ,n'yHܔ @*RZ7dG.@B%u4-8L\PLO??KBMk `4qM>5Dn b( {̝ۚ@ ʡ\m5>x@r:i/؂7-I<$ Һ=N ?@~ 4flDJ5 Z[xhUT  n7QU^E8t:5J }k;ڑqFԑ_~uQ b,Wd]J߅:ņ~Yz&r-{9vő_&|>Jџtй7 M:J`w̝?d&Hvݬ-oYB~$ 57_'J2η*tη{ݰ[z?hy(2" QJZ`2v-YW]Bj`X8Kv#`{I4\u\O6A` 4`)j -Qۊ솞@K1-=څ=*\T_m(fmIFAǬXDCq@S Sl#u4ϰus;RfΑE! Pާ+ɸl·jOA>k|fAC0eڀoYn.9E~탄{*TA6\RDD5n( Կ"59/q\knGa&3 G䛨"58.Uf8q@XAHJ;ˮE\Kҋ(K(QW\x!VN3+$OIMZEJUhn8/e+6wkw2+еMƇb)!V*/%n_* 䡓09qi6&lۿ718\~ʴm}5"5#rh0PÍ٘I G8F]ؙ,Sp2"sN9F0SA~}'Z&bXnYYU^I>JV[jsc8t{ɿ|E+3J[5sݖN'*?wV @k[JX3OǮy9\PQiz!*i@G `жG`AifENd+E{P5$NMQ'-uUN,=4rhri}['z L. d79,~Л;p>1^:cfBШ{neS= V12S~h#o6X<ݥ"mT=pJ!♒zc6 nڙH0E&(ÿwbz鿶VQ ;@vH>9Ę<, nҐܣ$J8,S#*Oinci+EJEx+E4#+B([Ќ/'ZT:!x!]Ľׅ:0f.H33bɦ͚OGM1|[~~wF.yDژ8V PU $-]95-LFX*e r JvFZ^3X79XپUc] ;`eݼF[eȥ+"&¾'KwW#.khf2*щ*"zO?5p&0ט:"(GLZwJ>wo,$|GUbyc{W}@DDRDk+>ˌ>-OUŤg /s9v((? :S׭l 2PߌirњL6 ]0x5=jh%hlc(؋}DTEe'_b]wN6Bg(W y9reZ b1".Br#!a1!rB8?JXS1Җ4fP>o1Kq0%di"i?WkCuOjq7s۷%l2{lZF/VY# r9v=Op&9RVdMG4բ j)VD})R(e1Ro-ɂʂ=9s j߳-љe0sYa9lQd~+`%tX`}<Q*@%9"*ݽͥGA'sz<#RsS+l(J=>D6؃a @R|'cI$=D~T%w| apen랛ɒPt&4̃vrr~ i!ߗ*% D-= NVV,x :ы`hTӏ @);HYg^hP8[ַ"grжߐL6zQ: { ^Ll/x>td YGX>\e!\`U tvihvH?PšZ Iӕyθh4?dE\2{b`&!Gd\iT:-8ОH<`fۆE# K%#;W1Ί\5^˙Hif[ˀՀ@rZmR;lHEwjg{N<@l)X=N\^8ɖQ釻vqe$'waB 3w]WY} P}R#tOQ&JL④Cflû_?Z,smp\ ,b$f8TVT 6@}`=ޘtY < TBŠ y5BcL)$&G8_U\@o()TwB\p_^uă L0W9VB κE}};Wn^¥1c:3v,0F4q3%&&]iCU0Y㶃~{]-)M>aݭM>r,KrD&X4Gru꟭a(~=~Dmk :Ȝ"H!=HWJM /I2q6q͠, #DP^k+/x׈Az7CF'Ey-Y-=1Q\k6/)F=+ySbX6y|\c0<'̀䏞/.(:\Xk\! ňn˩Lc,@ԕ$v6`Ra:X\&Q)!\L$e_8uj>9)bl6ȚSCw !d {gS Vͮ]bXU٥_\/wtW_hlU#br-鳦2ChAᙸgk2D~rBjCxcN[i,/8=w*0aa([k 5WLI]q0oiC8В?$ˢ@3C-_ `$Ԅ5[-%DMi 1`O31Uf&aKU : W)kH玸6  iVDFxg@52PFQ̀8иv==g۽ tG#3W{31mH}nE3Vtp4QE 3oU`=l):i /zŠCcbJ>[1՛P9Cփ86ebLo+u nT8<8" B}aR ɩ^6\&'wp"3`k.kS6Ӡq[:pڀߛL H`0k{]vLt9;7Ḥr >q2M`|92wx[!^&Ϣ::kwlPގB p€3ΘHXܤӟ ]ER8lE }U$U+K1(.~ )M +i\$ehpՉ覒[iב.o`SK8LapO8!qƕh6^L.gfS尿trBZ Zkial6`4<_8G7~AyS;|#k=E 5g@?^Bo3u/ˀWb2}ybOd>@o2-_w涵D4t]p4LYTHVj£3蟍7h;".yd WL.E}GW7l5/erAs>:$&b!Nk =-Ǩ(aօCt&t월{OOAmPd2Ohyݔ]-@b1s-S 9P'B<f"2 C2E˘Am)VY;Z,JM2 z |yHO&Z#&uqWS; j"^Lvi O>L3fj'9"%MvvZ0@nź`׽խ\J}B*O+`NX |_Ccez^v pTg>'AEɋIkV:s O顫05T͹N%ָTP__YG^>k.[Buc'd;0pKj3srv%q{oS58{Pгbz"L4`lu`2 'ize(ł=Bpw0> td'm/7ƅ& xрb)"R O5}uj+uD!`3,vC % , f5 e "sRV)Ց3Qo-+A&H`乃bT]- jaW%zOGCҢF~jE@@Xy@<χ8*|֡0K|,!!h? Lp1A"1EWDb@S%{d(Y 7+.7iT`4ȶ=KӇs1j5pS6/nz ӌxlCx?gslK0yj)@Wsc!Q>H)5zؒR /Bq:9zt'D-Bۋ!ގQ`h*Ln=t6X!Gj&zNŐk`yQӓ,G1/ U_qyGr g#G7X[c%Znr2Ro>*_,)Y֐%7sWc-ѓ:j2sݢ6yUCy]s'XW\̦Qk|ј~/ A1[ n|ŠU lqfBnfαZ7YH[X b@5aZ(VYJ&KVGiҚ e+%<͞y@ED>a4ӬJ2 -:1IpnW93Qič5M~(V4={/8}Rs ^PbVٍ;'VcVZP*f?֦NAVwS *M<Ô-IW+'9ʢzmE׻ݟqgƅPbo%߲nR5fiز:u)މnF#;k)1םtZW 7kqyBmCoC=fȪ+AT}9 'o$)f0q]HĴf"%GW2.޲4_au}9?h`ZkG^QN7u(͍`ԏH+p]K|Tθ!(eZHWbw+1I~.ot %b[2K eiJ 0N. K b~E]t38 fkq ݏW;Q(q=N"Gw, kc^A zM(J4rY~i"0ZMq~HPbSmdGf$t#N~[ȧ'IٚERuf ({o" :FjG)~2>A"rxɵgz Q;#i&1r \eWԱrc2-o &}y997r ݜY(8I13啽[*k8S)p/71'=[Iv˃`~ś`JԪC amԘ3vwkVG»1wH 8{\3#W\54M\]M=mrC%4P /$6႗_6/>wJ"q2OrJ\6#"M&rnu}nWV逻AG ^K& \rFcP/1#_L8#}@;ZR瑖%f'Y{ 4\l>:Dǰlbڍb! ŶIz fTPSUo/N$tu @.fQu!,ߝbFVA5XNб~V= ƊX'0|;̬Am^ҖPHo_t-J#y$nzZ*Y7În [x/!},h.\IsfԻgG%,K"F4^2qbbh]ªH-`Q(pe M)g,YoJ;º![cf1c󓵫`&VtAQ+x^v T.,&89;?A96=q bțvwT?P> qML@qMݔTK5kA]>ש.c^T'3,~H'^|Ȯ`9U{vQ:JyڷK?82#+Y $ESV]m%k2[jX;6dy=̉*PZ-NSkMAT.}l#2[‡1aEbjAQ lx;s' pMQRjW0Z'vыwJ(A82S'I{r;9&/,!lT:xC6–KG ee޲ >س/#xGUhq)VaSQ8ZX*h]IHȹ!%į::0\f,#""ý,Z( ^)Ol̙s>Βˡ&?7`>fA3}i|.9u?גCx/G|e'Ǖu(P h +ED܅ |xsqR߫X0._lQR+w,o;0z()QRhNl BpxS-*a/.!G\$1q(q*Aey _<7Y7M%2BCotJD s93Px7hi~pAyZHݤZb@ NB*wXF0b %U,R {Y.抄ᩚX0(DYHnTXL4h2 \NTH%lASG>!YV_ Ko T:9ۿaZ\GC/GWR4HlTOr _d(kDD|A?Vw V4½8!fΰngj}pV?1 pG#&½z-쟷 "{ƾpxAb`LF~k<兪galL_9c7dwƳи6t~î&JPT 謹e{Weq7=@<&' Mc3[|I[$EbJc'钉x3~q7 kS$قI Ej$}&>kW]릝0M;d0;宽]{-tD#eVZAơ R+&90b^$[dzd0Xօe3LZ?i;fFa_|j S!rޢq&4Nc<0KBT]zEqfVul4D?o^Yݦ4>rdj %S#u%1kY~1'ꏘTuJO$P6"6X@t6Ux}T{ /C ΁?-_'p0?V9nbz#ZM`XW@קoYi@'$C"W?3v$mד툷4qd_M2{U9 8Sېtnz;$ XL:Ñ)~K*~ MM0z@թzSC f$rC),ax$]B:~O;?ej]֬ɜ8Ϫ)b-h9v&AgSbIPE4Gw ' HB;@{uLsw^| V&xlUh]*^uثf 6Z1ooq|Z-;r[b JE> 8|`H:;D o"l/3O 0}J**|9wEpx6Y_Hxy)S?iR1ʲ ֙uSF5qV ޭGt:TےWPI3̀ r64v3d(@F& jy8e 𺔉b}ףOG%JoNnk^ZE2^ ZPI2gܖ MAm(rJY4 156Q@Gds6TݰRg@gJ"Jܡ,BllA=6 W%>ɰ99e:Y>&TҠ>]Y* Jh@WYF${\Cu~Ƿ`߱}sa3% -Wr t"]cJlS UnښB ܣ|CJӣyϹ)O`#BnVV`<{ ҋ!I#&r?sKQȥȦ~`mMVCeO% xK7Z[V;]P Ge=:$qy2 " mGs5W D)ʞ}c) ^ȭz,hp5Ǫ!I! nǼjRbʤh_ٖYZa/ǘR^%q->gRUGba~5."QZ"Qo8}=@ab,DQn-ߑ:DCN4^i iffNYײ` N((>4ќk;nQ|?}a% $e{"Z.PN&AVicYOmJMlS>>Il6j&<+қ-eͶLdϑk(%-L`7Avil 35J _ש&ܘR|RH@޺&.ԯG(Ïe2S']z"|]39n8+vvz`K{Rޑh[TMMOEg6\rؽXҙ|][X5bنN34x\7 W.b$s_zi/[\HmiH4ϥ򸑖yD?tQ"A܁C[fξ'A7p hoCnTw \܄((`ԞOM0d(utT^gfq+gIM tAx^X4H&~q3:5buAaeL/|BbVӞ1 :ʔ"Vqb0CBrK`ωR"%?I[K1mȕ47 FBN}r11,kx22@rMv ebyDө%%[#1R򮈩@s#}@!nPwz4νLe:r|צ p [%$gkV"𑓘 ᆣ\ʨ}_u,'~x .ttA"8VhO3eQQ}*Av%)(\GZt+`k= )$1(Col'~X__:fMYmL-bmڻ(EC1#ݻ5Ht|)!zo_' *XoK`GXy_`BRQrA9>qDZJtЅǔ^m/: J4BB|.sB6aa͊9-BTq 8n0Vl4BvGC7 {S;BQHM'H-C2Pf_.b,ƲF){d6M=Vy "o|nrY|1Ne`vj㔔DUwSyuAɐ7fȽ\yhk^3|Csvr&fv^E,$119uڒv^2dNDjKWUwz1K!qu#np\.\? z5}J6WOov3:JH2;BMƪ!I[bq7LLh9isO[ n2`Ҳ78>=R`~as Rj$Eʘ$d%KZ- +ٸ皍8[n\ի/:PcAB_[ϔKB 9_8ĮG^ A {!_<ֹF?4LN $ 76UfTmuj*q0pNTFn`Gg{-AM]r! [#" ys5_d4"+Ľ*.EBUBX.#Ǚ!N\y颢~MMȹ+ć(PسlE Q7)O?" $md=klEM*{IJX 'ހ 4uB_" Y78h )LjN/l'*| ׁ-M*ؖ T?s܊>!io |͒Wr?E/kM:o"-O>Sr<klumeWA-@tȍtJKt^YMF@2]ASGyLxcƀ*SƆ <Sev'gњ< CeMW~ ˥rŕ5olՙa$Ȯ蠐':W@dLl'iE33*K4( +?Oݩ,c؉'R @]Jp/fE~eKA9@19L7~W1a"GI Z,\YS_E.!Ur8(Oj>HcNUڧc.@bs@ O4TmL+ y;{\r Dxctť(\H6#>8r*Y, =  MPm6;M=g΁Y"]O@ewLۥ78~7K$8Gɕ-=#PTu%SD̔R b [}#8aM @(nNꥬEи56 ϼ_ 0ϋ<UP}chOgC޲*vM}#3G^Q6OQ/=h9(< cr$g -<3bi+oOR|&:n墅cI@2el $'I&wwKH:5rs?9˘^ CcНϹەb'=3~4pNmp{-@'/~U,ʋk'!+߰Nךę?zMf^[){/]ƏW`P/o`҉Zu-08m қ97/= m 3Pq@@60#mOQĕݘ )'CT33' xۧ7m镒6uoglRJ>Wi(w]$WvfV㐸GkAhXHΧNq0mq=lm6j;MAi;+SG:(l+ø\D:|+T&NL:Gf3Ҩ#نK]v#|?[1u>^~`yD5 SQk۬ dfVL?j-ڶ'2xY>> 8Y\(}ßYxߩC1oUސ~ϩ.}@r/{x7r4_9FZ^|Qz?(No,ãTnY3ٯp/m5]3b0M1j ͵u9`f;g{/k:NkjLq}f{A9P'.W,@HZ'!"uP{ʒ0[.Iݣ. gɈ?wfdOK:'ׯ`]3e\EY=f}txgo=GZzSǤG!J3k Sǘ{ѷ X`.'7o59l!K?7生s/#r>?@vE^l::/OZYL >}COyPCY5v<B+ۄw w>&_Aq _K.H{ IJP$< P{4Q[WoB#XYRZqv.X$RF6}Z+7qGkXԽ$- MPO^W07'{LF~! +t"B׬ *:0fJOz Yүb6'ohq{BqؖͻE#U$xK ݺQ"-6Z'r±1?yM,+NU*fFv) /csTӊɜJ z(PZ /;(Lb6W=s:l @͹m6 -ּSRPG4cر/TYv,aK@'-Q?'s.IboEK {[h* 1 } YZ