PackageKit-1.2.4-150400.3.15.4<>, f p9|({/箏_dz3G`rڥVR^@nȵ؞C,!/& !Q%)ت2e/QZy4 - !6nr$TGO/`UBhA%?xi c!@P:.Pe{;\-'loL&fm p s1(1Ԑ 0rRLNe^|12o@4^ӍZ>O\?Ld  ! Rpt $*0%% % <% %  u%  %!8%!%""%#h#$&(&8&r9(r:1~r=B>J?R@ZBbFæGü%HP%I%X YZD[T\l%]%^qb`c dˎe˓f˖l˘uˬ%v@wѬ%x@%y1zӘӨӬӴӸӼHCPackageKit1.2.4150400.3.15.4Simple 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.f s390zl35N(SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.freedesktop.org/software/PackageKitlinuxs390x if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in packagekit-background.service packagekit-background.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -L system-update ]; then rm system-update fi if [ -f var/lib/PackageKit/prepared-update ]; then rm var/lib/PackageKit/prepared-update fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/PackageKit.conf || : test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable packagekit-background.service packagekit-background.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop packagekit-background.service packagekit-background.timer ) || : fi # Do not restart PackageKit on upgrade - it kills the transaction if [ $1 -eq 0 ]; then # Package removal for service in packagekit.service ; do sysv_service="${service%.*}" rm -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 || : fi3pI.xh X WVwJhF %C>A큤큤A큤AAA큤A큤A큤@Af f fffff f f fffffff f aMff aMaMf faMaMaMaMaMfaMf f f fff339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267df17ce080dfca9e73290ed188b822bc92445b25332595767d9f2c5c0ef2b451777259ac52b0ae3dc048dfb4de473e6fbf49a485a41d143ad413b846e7d2afd21d2ac5b51112946f99a97d5f9d764ca71d14c8ce57fd3b4cc245e6404162e94b67bc4c48f6d932d356d842408d646c8838d59800c7a0e601f4c81d47ba976d19779debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3a29d8be5af23853555268566a3b396a92b23b93b539a18e4980615db8a37c442bc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.15.4.src.rpmPackageKitPackageKit(s390-64)libpk_backend_dummy.so()(64bit) @@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandinglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.43.0.4-14.6.0-14.0-15.2-14.14.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-modulerucks390zl35 1713245705  !"#$%1.2.4-150400.3.15.41.2.4-150400.3.15.4 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:33122/SUSE_SLE-15-SP4_Update/7ac124bd0840ba7c916272276d875c61-PackageKit.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linux     directoryXML 1.0 document, ASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c3201b880022624c4ba5cec891975de78a313a1f, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=00e3bc94e210c7b3f10a2c7b19325b526df7c805, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=662fda9e359c5baa8799a1b046e75f1df982360c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=6cb6dce8a820c216d94d9a431d836d950f508761, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=bfb8ebeb492f00a97e65fa72f1a3b6dfacf33364, 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.15.4.s390x/var/lib/PackageKit/transactions.db' (No such file or directory) (  R RRR R R RR RRR R RRR RRRR R R R RRRR RRRRRR R R RRR RRRPR RRR R R RRw/"i[systemdPackageKit-backend-zyppsystemdsystemd-sysvcompatutf-8d290d081d7865c1ffbada08aea83d8ab255006436e4ad2b0ac8b578fd1913402?7zXZ !t/qg]"k%&˦n99Q Z~g hϖV4CCb&`l&#;MiŠneJs]o4 i@QS/8T AD_%Pם{ $0ܿdg ! ?~?xrLa ^%.O.tS0t]•ob>T [K뫑q ,/]D&cHyXNs A`" ;c*&(jPBa*oNlZMT\[3V-誳\8\8֛ΆOg{ޙX_i*ϋ5B(dgI ϊ&<#b~3Pؗ'Zm:6*o⓿{zKQ_RtH(匋]i1(#hPDX>0}u?Μe G;^)bf %uk 7矢u M?@!NWCX+"O+Yfh%@|?R{q9SKӍA>|r@0pfk,h;`DrzȀ2vkxAdgBѶydF#r]_r kvtys 7 e=􃖛Q?IZmTvJ5f/1Fs)g"ÁX=ʡPZ n{)^N"cQCQ+RQ爬~|jy^Ɨ@h{xE2R|YÈ"3cX*Z@ςoI+&_@UKx7I^'1`_&B3p)E 򏒊SӸ wbμ'ߪqkB’uII,R?/ރ lF >dK駗ߘY!%A{m17EYxR{s0O@Ʋ5T,zTV8;{ԍ*mZ#2tK6q Elë4R &Nb+Bx`\~=$a"| E%"zi?'\/(6u5lķ6 ~ZnlǢIRQA-7=j\Э|\ٞ(M8ݬ۸.Rnǡl++#uľtNQ,I_9 9b;raF'jҗ'dHFX欪tQ5Ft `=QP0>G{c(Dkh_ %lj7\A'ʠ2I&=Z߽Jj}QAHX- P m)a=.l RMĮUfLI0^sb0 Ce/? 3rF@a z@4A\qjj@F3cBj]t:Y16R]E\$DÃfNé`;eW+6M瑇dׄDm@=x?1713Qw%('?֪#f5B4+x(3P;jwfw!K"N]Lq.E8멫q3r4\E.]f0Acf8^(T5ưfG3<$'*? ϮdwHrM?;1TA_r+k3j}E:#*APndkU>"=[Cm@wt_ܞPl=͙ Rz.*J1-"ELJYC-SeڃDUȉRd.fm gWnhj]r9eRZ!;jt*utNS9DO Qzz!7ҽvv0}*h:vaBsaLUCzBM(݁~Léʘk~)lYvi53 C)1lBPa+?dC|eQT,3$cs}B+/:xȍYǚ8Zo! Dɍ*pVHRӧ'1kd= ,$C G._)sˬ|}Y`WY/'@ UC119_]sl,%c#Sn׫:r〥$pqXʬѕc`V(^Q\-RME+旤H sl&Z[mfZ"(ǿ6n\n,y%X+`JeܞBt 3{uEV3 q/n @Ҫ\$0cT]כeە96_wXᐗ[K;r'{Fz]+?ʴx!67׆S @>@M8a!v',M ŧr_G <4(V XN?Vew"qG(Ok餣؆0P;y:/JtlfV ۏ'"SX|m '6'B$sUM+nNM@.Igo]C3#bwظ42W!@qW-^̐ #e"V=ٮf_P0Pp7)\9zMKnn"7n)SGif@Vb\XࢆG0-3eC//]儅lca鎹ǡ/W!CT ZCZcQ׎c14#L*떎m7, cBUڃ Uk1d4xGCҘx?!#Jv4 g Pz`iS ?` f@*P_yk4/=ٶBzȊ_GuWٕzc{(̏ǦFg)ߤIXg򍦏8{[k\ǘ;:"ƒ7SWz,XYl48VP7 3jvq)>^ 9^c:U"jw? iLR;6S 3B9fDݝ vHp0>'RUXH_upWveP09151 +0yn8ťM SdZ`3p5 tM~ cϲȟg $ё.9a,gMfݜ>չ5!׌?,63Z!\E}Ƀ@slגy Ei7i_8=oBP}4&[72h:(_dycs>yR [o@ ol(t8ujP}z!/ۘ+FH!΍Lz)%,p2^;܃Gr RY<V*UD$JL%(r$󘌗D>(VϣW,y' ? Hhߣ$ՖZ8 UWwZw )\q[l.muƣr!w8OcF>6P%ڻ~Ucd\\8ڣ~qg]wBX4YFo+j^6$Gm!ӱE` Mq! ~'{'8DU~|U,S|*-dz#RE Pxhñ/k*1=`L`pVeQGjVq*$T6Dd|5LWqrqzVon q`K]^HuD$5NlXHũRa\5f!#r yF!DŲ6Yb ? 8mAyqmQDˬ0}9EԗOoၶ*!Zp+? xQ)mpzfCWM%KE q_l:$g |`hDt>WiF< 9H"xO_Vzt.ESd\]_c|IE @G=(L?nS*ua Nԅf^l<3WџIgviӷOXBbW\ӵA5Zu| Q*[!^$CҔE;OHM)Ѱ@]ی::4jGά3F }鳜պ! TX   'Ev4yzNjLZ0@4xԜ1e2>[j@Ÿ:IA ,U_!7?@f|[>?Lu :}L6#lS1P茪ؖnM(60gҝEoxc##NJ8[O dmAangp CBn!$601U5&,-5Why)-GO^ZYҐ;ƈ(ppCm{;t),`^M}=7E6U.Q8PF]qy1Q:Z*]o=@ʓaO\Rj-.*֕uXؠn97\uc$Z@UE0--H~9~fW2df9N&k:`4"PhA:]3x֟q 7-h0dvRjoDX8ao On]u@uuv3cMcZ9h{^MH`~o(]2~LxsI~RDI9axp 9fW4SV> ONcu%FH#U2e(Ԫ܃4E[gQ9yC"oGJ" G&mj)ԙ!.IrZ[ )N~_ 嗝t9O_SFFf^KVZ#a)+え@9K;5{>YWpJmP-Ûꄂi,`.iUɉLՠDߵzeV"Ƒv~ Mw.V'#/4ʭVflIgK6O"w7* 8)(+L+*t{jHc.KrW?qe u@?a(4 .K)NXt m*?7oO}nݵ#| Ql쭤ek*!"&FѺIXjŞUEXx4Zs& bj—i|PtEJ?~_&3LY*B5\+)Y\̶!g=UE^'sp02]іPjxSٍ4ELM4~:&)$pN/|Ln,?B+%X$n"2:CzPW"ˁQU2#̕XEYn>2urd@& ԛ .oK߀ߛqL,7U^s4K4chm%8S( j4j 7(A~m{_xEQ;:H+I-ppu/x=V!q-&_β~ O!J#ޥ5eTpM(R;=zSxFey/働@"%.CAn@f 13}^ !a6'Mԥ:X8;zo|v 7՛X %pAW=$eV)dVeM$;L`jY?-}wj/m.r' `OxZ%~oԋ/l$\c<pȕ*Sjamݞ'j5i(ኜo=#};qXI]h`t?A -UR-n+3lG 䀛\c\>p *gphPX\j*u6d2;c+lZMSlp&JPф~PqC*Y\|Yo,mT5({U5SK Q9{+w9켸]4lOy\Ctu d8fß+h,NtvcsK{}7c8OO*.n{zW."ّ֎{o)v ؃ x:puþ.S0)o̰xs~ct. O)_2trH ϸ"8֣sүJ>Z>Xb{&Ө]B1J˖YlN_'~q( O)^[PFܨhG▇$Lp:{dFSx{=+qӸ8ED Ǝx$Xr㜄FMW7&l( 1Rd_ެgVu: 8d)Nӆl᪏HV{*fzMlfњLJ jJwpBbRc#a?0tF+G ZH+$=16S;HN nr*9 \yC=H =z;OFj*d`g(6 &jm)ƻ:m dUlh&wz7 L$Te@[䵂ߚ1 =E&{jMnlLfw*#=О~/{z~,pwjѫ Ӵ`ȼV"r$/Ʀq/ Dfq6\4Y}G6c+ҼS#urtpԻ:ZRP\`]&vટU  ťo'~&M"(uD Le+<"HY^F?4J@ g0hB%UTN"sV0!+嗞ޟ75ygb@d l\s\*('VSW,$5?Nî ?xCGm@+#ZU } 0t·/d) OiŐZD 1‚7zY!ޭIk4$s+?07ztыGuJ€2U*[z'J-^1|=:KgI/*Lj9t!SxG6MyKVd0LC cq3k7]X[atz)'|Se$q,+S?*<肼?8s*^q+RғOŸvǯwgfu}G̕H q2%pQl핼aLc{aDh,8jɦ|S`]S>h|))zOE%3Hӗg-gY("qR/"bևgǑI rVq@5 yT,LgV.3hh#@1H5#~"-OC"o3c22}0#,Ȑ=h.0}!HxY3B P9Lj1ޙF5ADD@%@@W,isoeXIaĿr U/F0@{ŇiQ"fyA(,@H$$/ЅK9Gcノ>8@"Z_Xٟ,g@m8mr~s]븖ӌJU\Z?@,!T-e&K7 /WH>ἤdc@bp =!'b&=  )b/ýw$N4d""{w9}BWaS+g|lH|HE u4G%!! gيZ]T$fGn~y,d /]VLy ? ^KLPdnگrV>>2@4!~Pك%VaSjjX*1bϞ'4ISn#)GHH~e~s h0U!I# Yufo_L@gpxCNuAWлs~-1e.wK.2K\ŷ* uq8E'es Hl!JEQZ9_U+>+[[djFڵb6,nLYHRm%)2l;U8UrfܴJ摌UC7]_xJa> 7z#:1b]q k9J;iSRx?@mުNbY7xO\ 0K~lJTw`n~2~rcB_#$a Sη@ g ^W.҄59 {K^W'>"wL}[^@0RDh|N͂I84[) vk"U3{]yMp"@3GpUퟭe3ީ+'l4:cG9;u֤)P9&-A<aqe: ZXN)Q"wWUc& qBaG< 64OA =cqOUxL />ixp([rlqoHmԕ"dh'"@ڬZu 4Dme xLBie]kO#SԅU kMGESH,@xĊ\*`U[| \Y;Eʀi;e1N|pst]\',>!%ߤ9Eu#_%Zʛ Z*';=6:Xc* )7WŮ1"K{a,=H8z:/$=O7:@$ vOwE& :vKy``3-ٶ4-YMZ}9 7$n?Vɒ-/km+5PǢP|*Y^2,+_mbsYShK6D' 4|bJ*%-FV[z/0RNl*(`Va$i:&( NBt3'ӌrfkuܻ jb}%Zȋ\D_8W;#D) ē4bwM@w'BxBHϥLz{9%{,VffB?ZzL.c]+6,"Χ!at $؟hs8ST5)WJM@$ /qsM=ziwrfrS*F?Cm\7)8mT lw$,QOKx~+6]Љ&f }=b8#r<6H趋ҐdJ]Ă؁%ȦWK~D %~ѾTǻIlvTf-Xcꏣb,:7ku^#}Ɍ [= t}BidEkNƜ9LM6MWO"!p,Z,Cc8a9nGā6*Yr- PuQÓ-e] p3!r|P=H ܩph9mL=k70<W2tA0ِ'A z.vb%IPw#!, Zp,Z=Puk_V9 [2Q9ЏT- @skl"}4>bwjRR@rbDAkWN q,32rV|Cd]מf.OH۵3m z_ᓰXhM}P邥8M>98$ YWF~g !Er!ˑHw$B6/rԫ FjH|;)|BԲ~.,Gt,@+M@—h3B ):>vɀ6e_LʹB@egN4ؓ$vdcZ4&!}qXK3kU+צ|;|9prw_% \%}aEzHJ HA'ֺ MOs$D!Lԏ F$$ ?=e0+ShБJݪnd#x@% MeιPQJ'mvnY+rǝu)&d7b`'@ R ɭLҌm }W7_#>/3h #6nZL06'W A^^EL'd]ݨuW;G%\W|cJGXA.o S# 葞"IpD;BɵG &;3 2TDk6p+J5HX_\1r=]/>M-ұs?RsAPBŸYЂ(_8ToVe΅;%ވ *i52=ʕ㶠]`Slk&;zAEq>oPUP_3F{Wk2'Ԃk༣f[L%0!?e-'s'^@ʘ6s U-**PNMDDpz}>ً!jawݠ̸|-L,sPƐE*W"I1:Gg;FxvOB3YñS7_t<-B帾jDz&Ap!9μ3 T5MAY%MrZ{\p7sȭ( G\61^ ")_ֳ̺{[sf $J! {\Ko}]U9CyN0 \N-f} )3!KŒǛC t sWPQlp;#a<\G?eؘWgwuT/K.={_a:V:"LM_\\ chfyx.SG0e7>/e6*8soT `N&1<]R&{hy5{s̀X_?Bgq~dKy8MZ*nz2/ᙅQy A,DN 8)iO6l A[aԠs‡.{0N? $ia:tFEܡL“ Ae0z|cfRq6L ubbRcxh{3F3 br&jT;{%s3U]ĬTd,OG2Y;0?Rԩ쎍>XO^ \׮u'mA6] S(y\>U9^KHK$Oۑ .+40 [|LPJ-ȐD9o q5dƬ z`sF#E)JU{40E?GDW+ddd DL-I8(PZEbr'J˯#Hd&tHLCcG~IDyj`+97DX>vjpF(xxC'>f/Lbt}BgDNi*,цj{ |vXȳ 1PM?̾?@ q>:VԲ i*tEosFpB w֩2\ Ky#(J 4O-Qҕ{bPϿgffY3e<:>LR NxY 7a!rD-ji QWZ5HOEM_Ckk |3z#ceؙA}޿=Pu~ƕ'Rq 02Sрq<< y^pbڒVwYvX "K?pKqa#zPs!_\9^B&ʧMo5"fwҏؗ0{TYTsx;*>[y; *<`¦߫åZ}`J{ܸdw0oAX(_X8ih-ĴZ6|Q8gf}T*)y68M2!- 0ξu3PgR8:;e +ҲDaK^owb);ǃba;H2}u?\*xDܿ6,Kד6>#ͅyʄPx&wI4uk1ÏNՉ>喊*Π@(vqifX {r I0 mny"ϱ}Tn*]k|I =;H'3TLjnc(d sXE>2Λ D#SC9R~Y4|) A 8aj)~ζm%FGM+ۣ-Fd_ i\]*ш o2x%Me\jfY`g?v{&lW﩮ޯ3L72l >T< =' R e)|w. H:|c̪! {(?..K0 Y\+#-qs? ILG+=O\J)v)?«<{6So(;}*C)9̙h٧T$ӻ}m*ؕAJC;=WTr&I!h3MkAE—:feq!Mp  Bx<";xƂyU'g21^6Gw>s ٦,8&9|;Ԃ۩ojES$.-V}!eB?B9Fج': 6K1J=?KO v< Tv4~Wklꑺ;wj<#2<ѸX[Xͪ"p"g-IIJkPQb=k̲StdϸznJ1l]~k(*LRb$ȍk %+덜6"^//U ELm11a/R#f&πI)f׭qڸ-PRJ%2E5τGFP`Y'KB߷@f\ګ~vHMN)܃Ԭ%7g|;H Ze%hWQOh5"}0 wNOHF>!cΡɁKX.px} ir}ݛVg7?i$ᆤ@ Cx5R nYC@y O4W*Ս=rA cY'~Pz^&A&!"~h1BCA7>-qTXn6AE͠6#";zt%KA mFԏA{|5߽QvnMr\o ?ƪh ga4,LއMV8E>b"g u3ߝ~)~up!tMn_Y-w~iסYQBV~NJ{਀4{ĻV<:z| KB6g4"<V"r%C?0Xotª&N8hǎodQL@N3~|StwlxQe"eZj@ߥ'`_ݝQ-d Ag /6@7P6 .ڒD 1@' p[W6Vx/&_QײCw>wjYm|4&-)e@@qyDe8 15: +Y!kl6?vuzʮ[&Cב+RF"SSFPңXgAOލ`mnjn\'b$Y1eFl qkAx4?xĮڶ,FCT@fӭe=v}YNnv 8sN i;>V>!o~w V2vG*5z@HaBbS c 훟v` k}!pcNPj-p@P#0pSG[@> /Ɉ z/6qn(Q۲u`.yTMVS6bTWGL$A<0wgfshMU?TԞ*=/ Vdx^I[J^T:G풶.o0CJaW@ ͫ0sKӏ*QQ1 pwd3RG\Lr]ղ['-_ѽq[;``T3dpbf Cˀ[h [9y#ג+҅g 3tyZj_upїW(Uƫ?UvrKa@G,oM %wwy!xR~\A!jjxbAڍ~fuY f5HHs‡唷O&ZC+xh'ᭂ8J]ZlP ZΕlGyxOdŶgcӀa`Ȋ9$+xǞ-`ql#PtAq#@h^0S?dS \82Ǧدv C斀0YuҭUÍTi(Ub:ynRʾK&g d[R/?W=%J%՛ ^D')O!~B ﹤AgVZ90J/}P.o_(%S' -!U6$*>L.<>  80evk. ڨyIjtZ@a%w`) `ԝ63T;FRyۧlhVZ9dl:D v&G= *t;apfG7/GQbDkk^F/G#9x#pqzn.b' [m0M ҧg:I51(ә/'q.PxKjt/e,sT(xySmDunFNnOD^HӾkr푓CeuT~F2œA @l$`_v&7Zu^gnőP _L&Uem|ծzͮVg:TN E͔*\YR+*(@zk;A9>:}U}OPDN\*h^h5Wwunh Zx2;%]^Ӎ1P 1;>0ԇvԷ:S-V =q,9n򊭁_>jˁ ZU+ǕȐf0usL$=ք?Cr;>'1}x%5fܲ+}<,^ueY_uI>C2_(P3ykom⠜ip' +:93lnVTD u,;~gWp+ M`ǹ mϩ솟/r ^q(ͥkIߵl` ^z0n:I(PAIiKH(s'@!pif0# OW$<^ J~(W#1Cr+09vGT|nvR.Oj)KvC~Vۥ:)B}3|eiOOhT~f"Yk- "5mء4fsdrHJi9FNɒF,Љc0ƻyj'af0@9T9@Q9[p% c f :XAP]rpknS? \x}s w2<>;,LdRנԾ"MH5V# J4ZQVE˨k֦kR_LnN.]mR;٬SXk T +vJ *Fqy(gX]( 1Th$%X^qu$9rUr IfP+HmkZ(_ ėJ0aN\dwq_q0HNV~nHTZ? 72&75i' 1 N|s,N{jR<; rڝ{8%4Mؠ@@9i~ϮZo|8 H 801ҵW6M׿ FV> O෧# tYTXeʊ6ƭs&23N@BƃD5p`+wU{sh7ssH;,dzU <8 ]-E*n?;uر7~Ǫ3ؒJEt)";T@ )A-Q-݂Tf%rs:m%`#, ^P=^:OS.P?]^d5sa ܩ EF8W4Rܥh $v4e؆P&͓#ukĐ)(wYah]pQE:]*ZyHx:]ʤ`j/Hb;#Z*c97ǸK}{Pcxyy X{{vbx xD0ӦZ5RybRᷩ\3IM} udW#.̨1ȨRM>vk?ɑx1e\uݦ@qy@|~JK&,<ȝ5OFduPee:XC^ lD$J{!ۤ끰FP0l TE_46*.I@sC͇g e 4|IW/q~DD|8FG79S+RȨzۺhaRVT>|ddWz T̟C40a$3^kg5u4~&$ѳow4.?^/x AC)6/ԯXp6o]S SgBЗ-=D}q!kmu)-Zh%o}.ᘴ)|=hv夽x8PGvoTP={]툭2اZQ4"%83y$v3\ uE7)xrPϳH]s\ezŒ]qg_6[E{S!K+T.iY>TfĈ̫\fLj7z7heB(㒽}*[2r~Ww :!WYԭ-(Ӣ[!1{mk&8K ogn>E`>~++NZEnݰ4>S+(ReWBؒYFId/l7$Ƿ 9`P:N +jbORz)^M˾uKm!U-ޣr3B{ƵJ =ʪ(K1kK2 $ :ssLc:lPLH1TG3:FnZzzwV 417߱}m[ oY:a58ϨbHzLgO!F)gsF,-S4+Cn)P( )΃KĔ&A w{=i]䌜VW-m1\' ׌’ܡqɟm6sB2f\)ӚWS>In0F;:Mę(zXb^T`*wf9ڧ2c+H,WwTG(iϠ=F|?^'lT.jnٳ|\ls+ݩ+^GvGUjRmT *yT0O蕠^ǤSe*|PW$y}D"vSyL]98OE}C;x( ]"J.v[ڳՔ|ӹ$[i2iHߓ ˠ-+1kǞ[lh7MXGc:--Jw&edمM&ũ5͌ȑF_q|VKn'xtEI=r7-WAt1H^'pdP29/xfdjPs2 G@wWe[a쭀HFZ;@Q]d[[VJX ~=:k5[%XDSi/`aR= Ek @kt z]Ls5cauX4aadR9y2"&"H0dbЎZK1K}Uqh$F(e X*YT#/sRsSiRqK)dݠ wt?IKMې΍bu LF \<3#Q=+,۳0݋epY(!Fxbw,H:9>s]$I͓}G?P{&DWep>Z6 azC-1mF=WZSm;'h-qKRɟ6rz#qVny"*8B>6IW ž1͍ tPo8Q(B}T3~pNAU6".;׭jΰHQ@ (Ȏ^`YЏ"=Eƕs"suߡm0֠ PKgȞgC/q>xÒ6bVY=fQT_M:0Bz;J&N$vp78~`#Obq͟SȍĿu\V}#h tTƓ^Zt~nUw1 D{?0 f 7>B9v3S.P(SfB@lB D.rN|~?m}JO xsKS 3>f<]Ɠd3dkdB$Z}ѧ#Nܰ f.̽+(:}ٮLؐwA✗^h&|5lKb?SU!n YQ3ƈ_ U <6":ϵ&qXH w7a!X?vAY[ @_sj+PU^Z\}Djng <[%v͡']|o7+uWSrfo] J;JOxh9w„P&*n%ZP BɄ?+U?t=`ckk֊&I?pk-܃W>i)yV+ŵ*,^Fw! |8aJY<=եߌz3[m T.a.prP0 4 EҬ)i>L2#s|)$!Zsd G)ιsBJ~$Ejy^ Į5'&,ں}ltؘmPTR-qK5-lReɑdKK!3/ At08©ӆ*5.eQרagpҥ@gBۋUUj3+D}Wcx3€N76tbZ{0|7,cz1LWئ_\b;D5K8t;Z_%9z)T>]h'*΢[&~a@E`a̵oI-j^9Ϛ=CQ˫d NJ0HNA&f/lZ $>.ڳ 'jb)J8[Wi[E"'0]}3FF5{\.& 8]itxmL.X#AYz!VHY #z,GHs&瑩""hQt*'?'n68&1a?PCDkS}tlŴdP,6~ܢT@Otռiw Vv98ƈ`(KG64 b]{l' .F5Gy,Y <@cgdbX<2bXhJA2>p |eD+fhhp?QcP!~iU?Çp̈́ bݺ]dn\ 5qSL)M.P1?^IhP8`I&Kn aX˶DS9$y/V LxTȏ ~d"aD$ Ń3HK}8|(gj&Z oπϹJ.x{!sظ=LȓXC8k1[@%7*TXOHxW܌4HV4+Y2hJk~ x؜ I{PA:{Z I}1Bc ?ʉÜܞhqktqOʇjdOMXF2P}yDsnC`Wm"Idx1yHr{Ghb>:6k4:yb b/(@"-ϥ2zMn1[7'ڙ6PTU[3\;Sϭ 6:LR;#f UV "m4LsT /[W2ac-s| q}:[a ͩhK#jkPivǰ.J[fw@TḴ@$,;-mݥ !{J^tzw:jkr6hc am\-^I֠Z Xg.9dyEc0mB w]Q{rI-nhcxy򜅆#Ƨ$Ho+܈_`u@ͽ|W"({s` ù #OX ~XM@H55 [ǯWQZ%xJn{1lV/s zsƖyzKNB (Ak9#V)09|KW X؏.id\Hw$NPTK9HIT}A,QMİ]X+XB9;RP@~=ūJh I*ЩOva_>s Qt#IdeV.%.e+j8xd@rH)Y$KTWvc<& ]F}5!+ZiŴSR1]WKo=ޜ8Ž>*޻^_YYa:N j?ğRA(=&>%SR]? kEx PC%L6¼Ts+)43ip4Fej R}g(J7 z7=pSN%#2t^%D[z2(0~V,Gl. $yoǴڌ T*2)j9ϖCGCat&^%$Uk-j \G{1Jp&IP8 V}.`wcfiǥoXFI6E_! `U20)ݰA6O[vw4Ff҄8"`nX> fCC6*܇+Q Cc(pw!yxi0_FDqH pS9G4]棦JT!y Xf5CJ!ᇟ»1_|i+Z$ t65}XWnLt{A[HSljנJў])yZHV.} 9WWL1xko<1 s,ݟs 2L]SKǶAm# ezKL!,I(P;hHNu֗{%X /ȏFW4~pGj#D@S0w?jiCWs~E\v`\ӎ'%0qH_[HFgEȾeכ6as=;}N4C@@h9`؁XKӟ-ſA3H4a\aF]FkdˮZ _3jL@lv,1 %h'm8qx3o7IK%5+t n"Pìǘ{Mmc2JHg / 2w1ٺu?A| +[PS!x ^ŕԨ4bJcq >9>7A٨u7*C\"KUNs0.'Lv#A #'.+uށ Zq$aÈe}MԳZF#Uxh4xC 7G.ߐ*Tv^2GkLNILt`- Bl{#"#Om-ߐKgXI !!1g $Y銷KZA1A% sD3v?sEFl̎>O;`b r"9lk 1 %%Iy:-q^nltzF% !C,_g mo'2{|JP^YF[A'>܊mr( UY|=4bnɪvSO8ˎ$`EW?^"1Ožz @4"Ў {yB4rњ_\E4bnL+xՖ8}JmJ0PJJwitϨ&/T_*ya Sׇ?Od!-;ԫ/u_QM-Bd"$ڊԶQR̅KW~} ә>?!Q36*U"/DJ2DLQ9l7|]3+yv`ɴ3pI"x$D(\k4?1:'܃Z.ޏ 8￀aoԂ(`JZP_p\q #a]"8MDIvsy[,ECvsi?5&y*,L[OMG*xKrMa@+x% |gk?xZha8jxUgciH>tm~$yho $}J|6R;'JIm׬(jƆSks)'1S}_ >uΆ9@/B}yG^o>Q1rVRa%붪WGJՙ R/Q= pdj+7ǵYh8nė .rd#U8N,$x,}!t|``f#@R*i!帛h_<HI@l19\L*ژt3 BYHǢȲBv!e)Y2"?*NB;sb xk0h J"wLF wfC8' XGY k(¼nav؜2iLIs*>2$>| WUn]9!m M-9S9[ҵtn:|+E+L !҈?<# ς­\a:Z2J OnMM*,X5ZZFaόf;@`f6Sl rc 17- F3b~}gK$/ksuW)m"φW!{__فMӼW+I" 5GC}j'*}_#b:U~EPyA#Rˊq}W%0wuoŭf @/I,=MlĨ)D֢ž]O]8uPiEo12Otp4{ޓt5y~gOT:yE$,/dV񝒻Fh'MNsu\Yt/*/^b=~6:3_$@7y*8+␎aM8pNmAE72J\y< $a0RذXeJ3)ѧMg\4 m5[| ]Щi xZ V~ w-U5:d;F/6KhӁWY!7Y, T-}9/>\[14#^d%d'u'J`޽:g\*T$yp"h4+Ab[̛}?_jrsD d8h\F) NY0f~ɨ\dFE+qTۃD(qydsK`XHyx& tR &Jgv WsmQmcXV0`ush.PgE BN}L@h2dRժnOO-ް>KDx4^ ¹vU( 3(0٦ ē': RR#Kı̸-Vj`hZ2:khR̯sUD6h<{3t+2Ns VfWk/J_2˄/,uámbYǠ\絺cNд:h%@aĺ!䴄w4ѽRL ]TosCc_1=w:u8Ҿ.` PEwb s֮fk-(5!*||cH1GWmh%u*xBrE~peP[ыSYCջ1P_*}eb>gĒ锱j v6߷a ^܅57jLTB$s8Pp8Vx@*cMQ^\px?}{|L9XE.[Żߐfۍ$lh$Jl_*[<`khBzʍ+b' ֣s`O1nr\vK+wxY޴׊i*뇡q&=g1MۤvOnM+mP:Bqs]ǧ=$Bӧ!sBBHL-^gjtZ{H=d\]sk{Uܩu )zaz' _D\2yĔ`,, OC.gеc\*sǯ!A -/=n@ }WF8ۇWקtWfht9ںQzY920†SoaPbn$𫾪$*06<#4+jbpWrZ`g$$T*۹cE۸5*n"ja4FpG5ԿB:s|tH{EFCi,̀h?pW+vqaTk7:G~y D+2%_NB >$ǃ-!XZzfPRf@>M?㼎9!yҖJ7\ jD, ޮBy9OqMC q;tgG=U!'qx"V8A :R`SCM ¥LW^V|;#/iJa6_ENnNj"'3v]Feͅ `hyqc WNソ .sKo(E=^|ĢH돖؝v>_tvRR&?Y}L%H;*,# 06uQ $c=W =IT{8 K@T?bJF*U%rY 7|8`P嫝uv8^ZkUdF6]@<$VoL?')e77m)k@8GҌQfLXK# ȳ?"">0A%/-MDcr[~5 c-mf,HPT9 &S*cu4ōѫ7G1 (͒\IpS_=>wbKņ KyPHuiW1#7ejWq`pGSx}_ц,V֦B66MȈs"7d*^тTM xV546-@%ֈ&o$'b>>Xs cXXld#)A8ЉGPV7Ru|̵ &ҧI>*ܩmCI\kW`sQݓZK/g+.ְl$%b+L`h csv(Aa{H 2Tiも}BJw$YYLNJ,S Lg/Zs }8u/xPeg#1}OL@R4k 4ß;q`GRܥB}"-l/L H'(I&%k$pCSC0R^IQ*h*t?rW:q=gzs~;JWtXO͊ *jEUg qtǨ~.#[ Kc[XIA=\t' M>ҋA`/^\Pm#ZZN>Z2/J [:y!AD[/-\lEx6T/{9z3pe (ep4Wvlܴ/<Bk!pX,1ƴdGԧVY<ͬ58ƞC[/~"3 Cu =Z؜~'Ó III(=-ԛ J3*DlIJ:fN܀X5mALإ* &W&H9{4HE81;E'[L(p_i@ )p)TjI/<բ]R)1*ֳĴV k'SS_+/DtY_)/8x!lMIgWpð.@& R74$ tؚGiF`8fNK.C{51Y4UUݽL7T[[ڝG炄b$Nц^  f&Dcu~+ '8{VlaO$W~-JRDYsm7McF l)h~&M%n;DǺ#]djTQ-/#.v<@chEmJ`$zPM1Jl\xmQ|w4,IF7~)bfp lr>-оOTh20[7B~DA";0n_̈́>@OS(SO{/z<ߏ@QC唘+?Q};(P";샇%ZQ"gWcۧ>[H~Uh4 A2'@`U =Gl)E.kFU8Gԋ2ne鎊eUjG tg^~C+YW$.tQbtOxtv':oA՛[~^(Nx1"^tf4[ *P͋ݼB0r'Q)I*$G{Эu@雔s]F>ocv>C@7 QAv]brA*,IHk9E;{uncqpZDA5tM0ҥA3Mhb" a/`=W,&M/ptp.3Qp'N6U 8Nh 2FPc ksUM@KQM'Bpق@~UxtDlpT ]\o-cj B%Qc@fi< ޣYa{!\`pn֚mT.1ePgna! &<~?;/`^O y& S#SN`E-kb5*R0Kڐ{^㱬ͱt6>O)$yHW[a#1E3#%GuUkePo?sK&&܄Nޔ3.D}xڨv?o[S!| lW aUOs׬*4U`B7F³! O |b/7VUҔYbt;G. \Y2wEBs&@i.lWkq: rkt=$5bH4-^0TШ#}M36o+>ߘd>;@tvV21u&="~t9LKvuaUf߰m>aѬ}{_VGb^Bd+@aA7  n5oK35{W,[K10RR!6%ڴG/>u }tp/tHĢ//QE"ЀGzE qB_#Pq{Xm6UVq V5-԰1/ch&[$ug˱bn[yPեHx?> 8XU)iѶU>Y /5>*4=m}NH9hEKG:MmTk D@T1lyDŽlTOaYRdf~inQ{]#TX0ٝ}怺~{i|~(8fX‡'CRڪ4ȋ3Xaj[rm'oT҈=/e1V3\F͹YD|\" جbj1jK^q-|t`ܗ2NJ&xPj԰SCeR3cRfLG&OpPibq-ܸ{@SZnN6o1(nDVDCsSSIJzC5aL(o OXF-K}-vmubYM˱e(21n%0Ċ pjl0 VBLdw7UG9zM|v'PFqx#Ը_[L ,D%vk w@ڋޏ)(qL8{ԕ60R]HJ1s=YŬɘRu숒 w&9jwu:yiu,V2U!+ {+ͭXͽ*5O/I'i"P12"F((0F?evC$0 Mt3ADI~҅[Yi83vUqtW2ҳX{ui`iq'@)cc_|q)D~}Ã,9sE,4Bx 8 ?*C*wH4 ٵĞt%mbf@Jf1l(&N2~{]72~Id7`?ٳm}`/,~s¯a'#C-xkz5jPM&]v/d5v XN[,7A)`OHΟc"<̘AJK.=2^4 $[j0RSdY#bO:[:/vPM-VQ]bJiG e]ݤ&Hi +*bEZ?>GaI.v$ITZ$G:٩oV D5L[ZeW_)Y7e1jK;,YK&G׈(eFvl׍ T\3%y!ZI5\ p?.oRۮxc/,fDOB1h/[#"=6_-6v, m=oP7f(MVeoفnigVA)|el fqwJcٳz^A Dȯ?JQd.|2:ONcBן7~²:+cL;]TV1tq,j:/T#L(.m|`4&c5 w' -7(QFϏ`0ckT9^6(w WOE0x)(LI#8iMn }e=Q7rZnR1[;] RB?}(eTMq|@BoER33CW`XdD4rNżPaIA%;|'`IjY -jf*kgd'{wDֈ ֒;aRh|~Sr|KZ/ت]ܑw8o؅K}zy>e)4@TFFC'Pa$Ir#҄Q]2ү%Ⱦ>$nʗGAI>NKݳ'JafjHUb O Ŧ\6|/<ܨL!]hJ߿6N#ϞABd?\]24QxGZ+Ƌgo;9hxՅ$0BK84k>Ln!/- 3 *O~W\iTDZÐZۓ*/Ǡ^1PGPzBAr!)ΰD$pLuٽuS|m l\_|΁ 8/7o[;KnwFltX[@^H|0Y1EYޓ:׾dnFpq)C \6m[j+hz+shxVR;cgOQߚz(5-v ptxT2e9;2:=ՀwUEd o[Aֆ+F׫A?WT+l#ۥ(C<+-<ŕ8⒜V6{x-aI"녂P[(%W#@uky:N7m64uXiu %Tuonq8"$2ULh1wV#BGNMr2fI/h4>Q%hbO+0XSqD6LS(]Ћuv2"q[(0%Ѣ}M*msUrn@YVtQC'.7%}YIt7Z޲Ȁb"B^<ZmPmy;#F!h@_OU@vJ9?',ɌcNW)i۷W[v9xEP+ɹ߸B_/s]Zǂ_F4I /\7s[ `˸ǿj=YӶYdo/!f}]E\vqםLac" i?"N}Q#Ό]Ŧ9"/O1z\I=W+L(mel"t\uFx*FL2_xIyJzE~*N}&:+c -G $Ng\ν3xs/T\^IQGU`P'MMFn`E>4Kd|@Y/vhoyi%RPa;mݻexk_lt)XmMK MRfyv6F |) җziO rw nFNz,^BfWIz֗讴mwriC38vB];P=nG-].6I{j9>P"DԖ|di^B}6_ ?OL 0K@-žS Ob0p&HOngc ȑA'P(?^clKk7!G>iÁ5]zDZH1덽F>Jl@gźigyIsr3e[$QjT&v3i?,LN>$&[;ft2vJ ~ۗWWa!cOK'si4}uZݖI/4?U^ݒ9` !Ǒ[!IΣ\%b>98 RVg\V2J$(fN=`tve>;K$@994yy^/zϫ !|KlU.Za_}Aw xH7h,li“zgT ̋lLʯކ>u +:4gJR*Okk~8m9H O_'YOc5DФKk< N~'d4WZ6:xU"K-^W􅂚?2#Áu"f^^7,Bݍv v~icf]=J7b쬫[v/;ltE1Ç9Mc[v+EP{F&[ I*< tRQէe|<5&9AmtRڞiEqFL?[a90VAO!J2]"hOAOo̺LLFܬ3FR~dA9[3 TWf`FwX]H 56Ι({oBݣԛ%=zeqΐAjBcF=OBD昊%kZCG/nK\ L%rr`z;hЮbX֑hK5;lnp?OCQq GEۃ7dKOu Gqڐ^6#[^VQzKhmY!#fQ*4]"\0KƊ?yQrّDa3 C6: #.Tr$V?$(g Gz4 ^kf"NZRr !`֕Zk9|#I]Y0YJAQ}5ca=ok:V͙}wjq4ԄG sS$3s"y Y{pn)-vHUcnjO둚,&[6A!-w?ܥ3GeSr=;p  2WpDL$w4pӿ"u7]%jUvݹpE9o̠Sog&9&Y0 K-y}aZ {Bסڑku7[A4DŽb.Gx:*~ƗdE)4W/-ǃWNˠiζ'*MD[9AnY-*л?_uhQ2Iۿ <]&_Wj 'EF8IFR}VCI&GTMp8ǧT@7p۝)!ZQrPEl{kzʝ9P&Y;0J)Z=..  7ېq+SuD$&E^b]dχVoXRS)R$vEס$žI]kxReNK9y `xV9IO΄+H:+:r]$uRT|rawO89{*i1؄W!׵N^c~kLIF:'*Tאw$nx8r&|Igtē#h*umDvd{7kPo|#\ %,|WV_ZDDjT?)J}[4eGJvw]Ζ0Dv MUΊ>@HeȮ rvdrh' "j9"a(7\?-a;v__%l.VG 1 kfH%昢iÛ2 !+]*RANJ\el.tS'ih[bɤ wqW;UF7-ّV|:ϝv6oT!qcJDP'Gg'b.%3Џ81ЎySEOb歇)3!E-?DhLVP:{SBp[WTߪ+IϞR:0hVD&- R0Y'E>̘@d\љﲬOC.N(N~Kt\i+q/ӢRnEqRC˸5:I̯n$gr7\y9fLnpvxiL]pDĤ78dX<ѕPx_P-lM%Rzpr]X.:Q#.߫1L(a0432`CЁ,UtZ-jo 8uuqx;U!kD= AtGmu,[ID>І`%UsO:4bg~w i\ýaAUk&^WIp(G/v=QqB(Q G1 4ѧBv--}uς[Ad蛎@u>225=--$^K]ɛ݌zmKȀgR ֜jhST26QB7FA=ctDsW|b}rэ91׭41INAqV+!AÒGnl;"5iܤ@ t Q."ϕXSK?Rcєw uNn%8ܢaLx،pMӁ'3%h~\E~Ac%8cFh%oۥnV͚gIEjm "/  UQ"=z-2 4e؉m^U,Y\[`ob%01n;0EsO+ pFcԓ h&WWYc=iOx$qO, m5֤=vzPJ\=}؃_A(-u SzEש(`EMm#}o1T'"9izS*g-.Jʮ 1@~†RaF[Ð4KjRTa3rNghH44d%!PgxrTD+F\)axqcԌIfCFmq=d?y]ކ)4wF[L HAeJJU׈8GnYIa[_Eq׈qjKh5]I-y z:Ճ:Ʋ@â+OWc~rPhBdXOhkZPiNɕFriԈ9ꇚ!4KF?I&(>}, 濗i/oToz]O?}Nѳ֎_0L۟VߞqK\do[}.|ujL0znԈpy(VxѷvSCm[&] V&mΑݧ0}e6pa$3=uTJ['n(#n|mÃPK{'-^GkYn>,YW@Y\/ũo2u{M̘;d+^[! |>4K n,UDX+P.8=%\J-|[QUy5Rq_sE$- (`uHupv~^Y%Oа?͟4< M}%lM 9, J4(c@k=1"l Eت2;`O LD.Nҥc{B3c+-dU eᰎyoJ6ͳ85Eߔz0n0N{˲ZK4݈C/:V;Y)T1),oMe݉>) 4+C3.xPbl`;:̧B8{WTRE슅h$,w$[ ׀χ }oDG^R+7Hirw+Oϒ]S5[>wތmJ;+\w-ʚ 23_OG ,Bm B| JZ@4sx 6@;B͇L5UέUL$sF^LT&c䮸BbƮ9WU}љHM.RR'%bTXV[yz*]r|y#Н07~+G:e ²]Zۖ#I WiF򹐗y]2f Ok5*s8m GeFL҉T|3 xd>dŋU5U{uAea"qڿX#Xxns˲32Dz:*AYNZ`d@ ,ȤO{GdJ#q{[5Fq\~Vx+wS#yM<]mqlVH?&Zoa坞a6݆FȚ㏚ kZyʰkTCGxd,_#p%7FCr,x.tzpwl𛧦B h㦙 {Y.Z2 W80Z~m~QߛCxH.ovޢf*'ӇVp*mSgѕfU@1fJqsi+=YJ;tO35| 5+׶ :E:2H?rPG(Uu:j'@Ŷa{C:zr8`N9/2QQH@K.~5'juɠl Rn JuGyQQ*zW {UK\fx`~ 6΁$4zx\09}Ϣ( m**%(ͬȤ7氊U6xs=H(#Ez)`^9Ure_H;ThB, s?8QR]s}dt6mXBsc,'XhpHu-\>T 8S&y O >5.X&e^BzkEaFgWˆDCkN\YK%X`]J|ʨǭ" ]Y3[{9\.PhFt)HI(@4Zp[`[`%;tЮ /8}ȷi5b:Iuf(p8=4))A)<"VЌ4mAbU~#m/$kXнzSB)q MzlTrWabX3{9=QTC!&6|F6RycbbT÷}9G52=q5o0%Y7Ϗ$β刟#_v䃶 ? ]/_ >{JM+ؕ2>rLTѩeVzU 6q˪nQ+ֹjj?2j>L`N?^sP7ۇMh?3q ~"e;҉˄=jv{5Ẁ pZSl${ e7y'UDBʷ8(ѠS9¶rB:ſriNZ_1@ :J ݀w4J=cDᲚ"@WѼU}ҬG>k;?򟗈cIlx*b$Q~1/Bkwq$܃ans7ğ @ie}:-(.Oy"S\nm/'flY@uڑ@ur4Fn&V$ŷmʈ Xq;V~#0__kݸR b]5R%{KjȂIh",$T2ſ(t!lc2.ck맳`m /IK" q9WyawBaN(eHD9<%Hi>yo\7Z}>K\>q7tak?`|Mo_ *yLȃmW=}r}n?ū6A=ɦ:EeKlջ>7y.rONO`:ɑr___Zjf6I{ 5ATߑNOD 7]bXJ ӺU%etZd'"$ PMIMjy8osW-< (Ɏ:2?]h@eb-Bl| &d1]YY@jv> dώSnhS{iuJlT|9l'm޻I8{զ>ٻ3տWe1W*{ pu/aE$+Q*0 kk8ʑBpLiok# 6=|]8]Vmty9HH)C:1FROC8QD /aћSBo%ѤTn$ I*ݮ=::hl"}h17~ 1Ŷ*Sѝq ?I8}`Z;Q Aap z<6x |IoR%XXΡG!لUiIŝJ7圧h;nnWb1 mUwA^hQlbU޼KcwS[;z XͦW6NlϞyxD&4Msq "bL">BO zUcm:a%@LcH~@{"Yf]90Y5~YkȽ9zw](&KyssL"0GG[#c6m&'^~S6lenK@<&0.6ʳ[SXV>vma<0V%z /;9&o/K WPbաG#LM։gg:]78}KO.:,aѥ!89"dwLNwkL@?Ci.H6&f.8|х.U6``_s`Ų⌂X]OĔQo@;2uBn &5+"M]$b˞{P;z}=-[NVbXd/I4z ޡmN-;3%UgC܋]Ay/K+ݤӘu}iDYңp̮o5V%%)w֠"Z.K:i"f5C\5U|0fDoѨp-w{4|y@b{F@._T~uU`L/6FȓGJo?EѼ4/D Hnb\-Q֯ъ\w! i=HcŁy=8^ni-b>F'VNkV>[$ԉKGtQW"CiS_ԣ*9*nZ_꼁PuKc ֬F`ñkUawVYHKqHd,PS8rT^$4}Ev.i6 9EĜpq5C+W`#ǂYW |xUb*źaHߢNoyy8TRܤ\t3 dw~.KuZtclTpTpYD'P)CuUR['M-cg;;*-ABP%O{7~zfooSB ~*G(!&lxOg~ ^ p$G--#u}͓y^W}BKrV[tMpvMpx'Z~)Z\-* !|:VH=k\*4v] =p3pb+]:@Ҁ{ ;ǥO()y$%[VkTŕ^\A,NUfMg7i=#\q۬$y-B8/*FM͚a寪#:T%ak\y܂+ʹq5Duh$nOa5 ۵E/nuE>` ]9wJ|cSrؿ!i-*Lq63avt6f Xy[10*NZmDs=9uc E> ƇF%~9S9~ޯp &^+ x3J:"MG+uV!AtKIgٍD(+L^2džä6%땅͊D]*>="Ye{N}T{7uKfvRB6pt_!%_c^{>??Ad%cE1VcW oeh5Vp/q}VDaRvZcP6ꇂ.=IaFq;+5a{GB/!4IA"3iηK |l R4%g2*rOj] 6B ye[r,5o{/yM C?3rd2yV5"P7m.uO,aLpTi4o |4ٲg ȻeܸMC+xg܇}Q#`KCu ]1ZG-6D8ɉjb Y141xV6 ׄK@A(397پT3~r'ygz xJrɹnp'jo=&єf]~!G=Ԏ31P 'Kwnoyjlϥk7lZؚ$H7g M ]`X = =WM /1|:GvTy$b²BëFFJHרK6ϭ#τ}l0N]$F\kǃ̦bD󿜊J5p7Z(ftњ . |6DH'ڦ O|h;^@wiughRւ*=;[#@F_IxMܵOLk,iNJD7Q0?X:#Uuq:ORR o&.?5~ƳʫW/wx%X5r" ­ nVzM^G8IMwQq0}Xy0B2NBtr3R ij<:x, =P%+:2>h:j"*lk_>p-򋄚"!-4Eg/\ޥ$qr\i|Q xZ: 702οPmul$-q8RXV`2 @D! VI2'u[5n45\.NrhXr'cτfNڵ9lY: 8:`*MѨ]^HO(3- T+SlȯmdN \۴+j˞"5ؐ+P\j8h .K *sa~zDZl oO˘s԰_Lo]ߢ""V&+*vn-km+ %ŜF‹@*bxL۹S^q(ʻ|kI*z6`rj_USFu/iZp~> aYWBMB2[R`ao@~&ARv2޶G"&ۮJ)4Я`{'KGC(`B:8 'd6N2CIsx;)",;436CL@ el"f'yb xg۷p ^]sƘ@rLb3BT#zmW2IWa8bQ' -*w1mKNE17nAnܯuhnfm+cK!Xva!ٱQ52'UC5Y [^`iQ}?eԽ#RACd[h,YB p0Ǘ ]BH*Y[񓘁`H0۪ U-6^ER,.hu)vv-a[Ur dx`ȋ5j皍ǖXFɧf ¤Eа_t"YB&eD4"jGxn.9S TzU%Z&>j_:uAqWS1x]H=|E]*M,fD֍e!JYs.r٠YAL$7D ZM!ϑg{ l/I,;Ȉu;:?*7),bV2Oy\ 1F Q?qO$&CLw2L=8HdSޕ[yxG-m_zثRl-|-h˹g2~OP,ʰ8(ϫ_sggFR]A(. _s>6%rYbCk}7]\\02l[|+g8(d74#Ae|Px-uh骚vOhok,2}HNMT$ '<-ujf͑uGZ}un%P}st$4t MSr oUmABk"}RsB# hHXe~PII:$| dKsߊ')5}PA&>._\Va};flLLf`g-G#(OZ㠂x45;ƍFmIrf ^t˛" xy 2oUFd~`>n_ qvֳ?GvOk|xBLiZBvRw6 >+fxT(5@ϢڛUxha ŴDT?aT/+.#Om-`;53IR-IK n]IKݠқ: $d2؊J&AsRbXEL@s # \JӲBq0PڶЇ7< V5 4u8rXAI߻g|s}-lYfiP1[NЀ >1}s7e~¨1aJ8\٦Dw*۴YsK -: ۿE˺R9'We/3׎L8*3V |JxU>x^XNoag(0hoDYȠօgή5l% Kr܋;فφK@|FXMkwHJ>x=ŕ,R,gz8N˴Rkkڷ곳axXò%(Y3DZp&P><=H6rFq97\, ۺ@P6ϞaRQ R&4iwb I0bwV ɇKU dl{֧"gGը"K Gڪg# ϖ/S2DyqOv'՘7jbM?F0M"YWн \f~ i/Lfb>pmV2}0* ˆnG$tF\fz`"Op"l҈uE O! {:JHǛ {I۳+Wt[]a-?)h3Yd(0rlG?]A5Y{$5@c9zBz#uܸJ}T{K2cZ!%l+miJO5>\W5F~-A0k#lj̼PóTg&q[O<jPETX G/OrϧX4$ ^i^B)ĜquW~{ES/G&ߎ{khdR\AՄ?QF2 |tgfO4" A%B4 ՟4,5_7Qԏ?htDb&0s~Z /&Zr oᏨJ}&OJL5{ubl^uj{`kw٬YA[įptzY=zߙ b@qs(*nVA)\&Bb[A5y!/>v\Q2dKz Jx`nHsS{X?B}K$ds*0B4_UEdK̙? AW" {Qw"{`>HOE>້N J\j]m%iY<(g8>}tȨWNV੦1Wy2b.@>&!讼WWs*Q#a%G LϚAxk~~?p멠 ɱ<XI#6Kc`Rn7W†RAC1 L;sKLSM O"uc8YC F$n-ypJ"v~oNyr`;֎!7RipUPpq͍ )muU"3INqŠRsTT~Ψshڊi[?k RJkug"֌^@*]~h)`jlhY@H1]?Gp_%S9|E7۠3?Qo"|_5}jr\-X O%, +8HWHk ۻPDlbPDNN\L&? K?npaVAZak;mD&UR' tD)NwiAI+ ^j:h.*-OJUdvkl:#Нw}{r;7lrP^/]& 3J4tA% { ?R9^ohe XNLZM)̕fJX~ͤMwX粱wQ0xya !^<,nF<d!cM:X+l *]hǼ"P2ᩂDA !$VKJQӭ(lt)tmsF1.MJz껧œB#9C߀M#\}RTB]8|\cXB-k80exܐŃS\Z#p TD'Y_/ezB@0). hX#/jRC)y}|*"}Z5}͖c?ZI}rҾȒ VYraWBTlCE˺SԣS-$HnR*P); v!.21_ʙv]ݪ̵ G~g"hfaL䙻 Q;Vyi+,>En؊@meѕFb='N),cp=<`"nMlvcj)&%.!KZV}x+YANPj Y=A\e8;|TlkKsx;ON{k,- X ܒrKրew.n8BB_N0dDo@A[l\H<0L}Tm=5n2!f]Dx[60Bk^IyDDwY.v*%|#\\`ޯELߢtS<> A{H؛Qfo#0—Rqڠms:[;Ѕ*$#mhלz&קVVoA^C2"̮8ީ2hb@BiE:͢K]RA`"tĒqO$v>+@C]1B*24gؤjn6rYÞTGuh\' eHogf>oZٲqÉcT^4dca^i»5Lj,H@Ά>9{6.ɺV`c(4՘rFqiJ,c3C tzM׮^ 3-&L] !u<1Yy iiG*.‘fBdPĂ>?u.N G ->p>zw?cNS}> NhC(O]5?r~*Ր,,b7v!"a(@ڽc3PJX 쭆Hb]5M^BcfhEY:;B?L8[Y>GbFQ/j@DNd ` z1TY ,(5e8m 9HAQP^&D%*d^Y llo_ȵF2㣲o86wx#gh~t$DQP2ɹJBg*2[YivJرeP/kKa 03^ 2Kf V'-xdLF!\,C#0|۶uڴ!RbZo1ltƏ9f0X(mHxI /9ihkV@QT/[項~g#9;Rj{ :@#'R"aJAo%o 6&E$5PYJpNhrB*ĥAϞ)cvR)rv>ȎrhtybxdU nmQ4;;볗WU]@6(e^zAu$eYIRφͅH PjkHK#. !B\Kx0 M{$#fis*Ee ڐ Cw.,3`$IEi(҇]b۲2q>dܿ{szɘ3?PδL73s|XJ&F[A0KNz6 vak&=F`&@-w)!zbLχkPϚ\boyU@ןX266$GF_( ?wD쬤H|+<v1fs?u>xy3>5yI.Q"8' N!+0ć *vsydhغloRxȩ<@t*H>loXպ`Y ­@WzL:jlΚ?6Jo֔8dC"W]O馽\Mx0rc yAr=Zp=rы*Q δ m`\_ 21 E65Υ5λs+B?ZD= P wEL|v cBn4R+9L$6*v7doy!LqȅffSFI:-v 'f$!(' 6lf8YF6[mV$Ǔ8Z,V픀WO?Et4E`ABaȼT3!KH_DkK-=I@T|sX?/}~4n {TD͜.L\|5aQ;0VnO J]b:N>&%R6Ut!WR8M'4AeDuwh>_`]@bij|-lĝLH5Љ_e5[!>zd.ڵ~"JA]JnH|EBN{_~<_xVʙ:kdCCvn2fkZ39m~&.#Ԑ yQXBąǸɬp$S-`@&hLnV!Zsf =8^y7o hLLB;A:7gO3Uf7nWʺB !;?=FFٞ%<ix9IP(*jHs|p|QqPCv?B*>/3B#AL%tIP7,yje)2X+n+lMZܒ.bԿS2h2`M /|d~G+r6)dY"KnT\`: R;j!zo(> yiy5wsӷ^{ >tnqk h/CY}g# Jń ck26c14Јm^| b " _a2oppe MMYhaҭsXs:.^o7uRr(?5UD`!cK@`Mjjjq\aԐZqgp-ߡ=nbzaԲ|9=Bb~M'B7 hRsrcEڐ%.\׃gLJJ78F.Q `gÛÿ2,(FJBճ4\siGA `![}y ӬO0(Qif3ą57^aQ9[UDEÒ=*.?|"`^uaX$JXpBtyܓl@:٣% μ\| 7bpS޻b0J0ALsB>Ho H{_(Dodm ֘b8IKoj}{9Z\D:٩(O1;>]1dv %ʥ <Qs ƴ4U hqe/2#ZJ)d1wzfj-Eѥ^VzC>#,qo-pg7=ϘP`K>I~±A$3yGs}:.e ǦU @,;gU^ +슙oӟ8]Y%"bg[&z D aN]yeU ßxC&җ\HZȖ?rcsb=ԗ@->VHɽM.g ޼8c7UsniU-㈱5P8ۿ'fKIPbC6Y]=A?Z&0Hr; 6 ]eHJ^(ksc39 )H#֭w jN=mRW+%SBZ [k%-+J2`oZr'lP(zn |9jbH๗Wi5SGE+CIIqY&$[ m&]D MH'$]*=aJ|ۈ,xyؼy0BMkTiI( 'nB`O?ğoSKO-T1 ҈.ׁ&4`gior?t`AGσ d -v:i4m,oq5('_] w;gK U]&f@C(Jw7abwGIir@eY' s;틗fhx,ڤ8~ vݘ""NZop:&y\|vơ-[v-T_(Xu?!9`J_~v%U\Egm_yWt^;rWsÓ^MQNfFaޭe#J4&Թ+8 ֥ nw7ҫ5aH(gtP$,@q0K̨79Ns>Ri4z`zVAvaZE&R_Iktʩe6a^#g|>ў y *T-")|jLH! *Gy)|BY 9@}5u3$B31|-zQ5ڶvp&^!iWɌ=]7bX2VO?{z"%rxyvB`#݃}`jQ E\hnÌ AsY0鲿[ˢ9L# dT88e>#HoUz#nuԏَژ|[C#3~b;{qm]alKT  2='G+ɼ̪?o< K s|Uuyt`0QA*.ZPv$F!^[W&7(OWǩ hGj9(-kB6FylUCA+_E;̇}:ޔwg"bs>bWA9!k1}VD"U5OS>?FWŚTYXX \*s\涹 uG]柡yA@Z ̷fEvGx}m1::Oa9H!~E yߝ֐?tR:)xQ ,iFqwN}ؠGJ>?ӇAD4bʹmd9%E2y5q= % :d04;t_FzA6J\dr4 {*O1&+ԌPHF`,g舗rIM*K~?sĝ 4qD7T5ٮ;EY&Do_DP<.90˰}7'/?3?ELr{}i1Wb_1JEs0&o (s5[<:n@Dӹoύq*E DS@] : kcV+ (t`[`CpKcN%T-Qsh6s/b/T΅-.71+T6$|HS̚ny+8-LnRrȦaxݵga$>1D۪ƶGJi3yM;~TIfP^[캱0N {NQ+-@h7jǷ8s ӻ9 uh[m1قsŹZh#(*",‘M"(`*EDGK%|2b>opI MBW%-#?ˋaL qN.3 >!j2S|xŎ3Ϭt0z͇͛R=݉Svs3]-^v~zɤf䦰>DƞAxl<ƱwسoPp#e'5} 0\mQdd>Tk~Rlp#)#0"Y,Bv2qId7ђb"/|Bx289%xw>ypa{Hϡ-HLǼX*iR̃9i_sn-L|G}^f<& 0_włs5FQ#P*߈b(H2F]<]E^AQ dKcnsN<5H@MM0BRqsz8pʖlcksԠ^*q >xoc7KD1"in[rs'hT-PqJ(e=cy9x<BaAVZ*l:dMr>\zjGcäfMZDosR5k/;iٯ%)6j^OyuШC]#nzyr&Ex o[PABnKBSI ]6imWpur&R_QDy\>OG0;@a.(u\/$FzDba^2;&㡏Rׄ}.+58RruwKX8([;]kGL VUƆj=0̈68'uמJ /]on6h3k2-9\в^S~qzx+-َs[&X\ QK^cD@*NAD/N8Rՙ}b4ZKAb`DwY c ^dL^;jMF^}[6ɔo/oRi/6.ك x rino-+5FHw\4r~le4 l*KS iwyeKA utw уYp%HbW&+ F6CW蠢GN)}&Zy=fA5 8@! n"Nlw3O8cŒų "mY3AJ[}y6mulk6d8$HxՔ~`\9¡ X'&)Ueyv<~~dadŧ ys;8㬗j;ym0 ui_'ڞSϱCⵌZ%'vf/ E qlMr4dn$$12t*hNoK8C%iw?ѵy*Cꃷ7¤}435EGN)DٺF#YA1G1C=B>W>n|co+$]}9ŭN"tBKEޣ(jn #+Wa$Lho oI%/®!G'3r^KB,Nx^K`Y t1LkɲӞ܊tWkj9'!nE͗걹r1WBU=CE7ZS˱i,ɣ^ p!/AZKOjj-I/GDAlIfCX:vƶ(KH˘(sd v6[vf}h'?^-HMY;\O|l=R><'J;;s)Kr;ޫb*ٓd`$F,âdhq3oJ4m|6YjGj1Ώ3#Z|#b~q]Goy؉9̀iV2qkjk ׅi|2&XȰUHsw MM=9^|<ĬgR28){4IaV))<\~FS{+OsjB"t5W~Mz-+mqsS7(RD1+J,|Q,"ZF_J'Gpvw&!4j,d0S{\2PT\yGU<:-TxO "ByuWq\DYjh v #Pa$\v{#l]]ɔ//v^mB hmn&z-%Ȣ^r>:L̵P0tM b|Ci=a 6 `SaE' U8 Z sYcIyIr6)-{]l~=:'RcbG5s}6Mk"i8cd+݊4Ar? {b[\I[e/$V7%FY:=*d<6{j٪f\8⣦ >_йCkC8.5L:+es)oustu}MsK WrjZQ#X?N2vF%XoS?uL٠Ѽ}ˁ"a.uG'J2zM_N[} -416YC"dq=`Yc{ d>*MhӗEJMw&I%BF( ݁"[@#gx.w@йp \`zV$0jvrq+pїP,cDY-^DıJlje޹Pݜ̿':XQ.L*'ő$wrd3 "&՟Y2. 4VlqWdwhzqgF \O8߮[C}kT$=ڪHWivIS~koV) `^bPa¶B拃69<_r MJEFUR7ymr'3-J4Q /$f)aR:"%q<"]W?.%fz}AP~B&Oo̊d*@ـG?c% 6xfN!X\34F,{v\3jeNL>va>V!Ş#ҥfԦ+3O9QYPۼ Z:Őr7J貑0{^0!<-ZfxhuG߰ȄPKE *ү4Dn[h 4'"*sU޵}{T?>}c).Zq7X@R go‰hd2,&̩f; P!WvsĜ&\ʹ%9sv5TbH>o\1J&^ڮ-E38}]Y]z>xb&$/>i[R3q.yv9 ybE⾖Q@N۰ ZK^#/])KZl)k*9>$P9U!)W~M2x9uhС%v7/PyzI}ѣ{O?'>x :OF3/on`c7R^_&5-S/dc,r &W iCAlvɒ M>a71 rAT-lpSPsp 7#\#hTq?vNbߠ_>xˁ*4M$pVzb@6V,0c"ٶ "Ϙk$[hSf55qe7KMB0$?<7m퐤.͏xOy·yhmDДkWF@vt":7nDɾ)ݲfel49R]Odi)Lғ!A#|Kr6 ҁl1<2ASE|Dhl+ t`ycWbQPx?r+| ݩ00İ+OKaB{<%P! @~ekXHc!_+ҲJPۭԉdT)~Q{)E? C#kvoҦ{1rLS#sW C^k|2}Q-ٛEJ - i:ՑCwT"*~& !YM^FK4G`1#UCf