PackageKit-1.2.4-150400.3.13.1<>,3evp9|ne.{KL 7(@;yH)jzö!|Ԧ%ERv\ecγ0lZ~'O/u2joƜMhL|O7yX9זng 䣟|9;|IA:6Za]p}B"=W(1"s 9IزB=N : %y7{R ܃_;gqD($L: zJ`'AR1% IY8|1>OD?4d  ! 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ӘӨӬӴӸӼ0CPackageKit1.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.evs390zl33N(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큤@Ae3eepepepepeeeeoeoepepepeoe3eaMeoeaMaMeeqaMaMaMaMaMeqaMeeeeqeoeq339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d8681211db09bf0a77dec8e546a5a61b7b705425bfe4e6003c84967cc51833aa32c06a39429ceeb951edcbaf236e6ea9553848ba817f63f269ebfbec6374cf31f371ae56b5bb8f0b888de2d80ce0d7bff5af8b0c69229fc8e728bdbe11a82254bbe13e49b6deafd96e483f7d0f062b2aaaa64f6c3e5c924a1a5b640fa81170c459debc8c6dab701cd853323d5dde52c04aaeedd862fffa7783407cb374829d6d64ab46c4093e8b878b82d33a5eab5672309011f89f41f2891736f8efc2f8ce412ff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b648101a6e118fd8555fa35ec36d83ae407d3ef653046d0bb5bbbe7fa14cb883ccc3aaa459f873a2d3b87c8e24fd91d6dc39da3cff7fa6698b2d2b44764b5892009cfc126917d53a20ea4835238c9749474b4d7fcd19d1430d6258aaf657b2fce688c642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05b953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59e74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe895217f87e2316e6e7f0fc0949780765b459e4996de1e7f15e3e9d4ed0c1e1cff317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d16d3037b7d2ad041d3dc22a45e673df422807da430f45d31e7db0fd26ffb36ed845dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b428c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3963758619a060321b9212c4f69e55cb179d115bb28f2864bb1316bd4702ebc4eservice@@@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.2.4-150400.3.13.1.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-modulerucks390zl33 1709218422  !"#$%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_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]=adb1f607ba73e2eda61101c393ae1070f2e3635e, 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]=4e961f78a7909d5e80e1d5c51e65e75f7bfc3aaf, 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]=c8634e6dce46c7fba719f4bfa3256af671bc6af2, 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]=852459189a29e84a61f90b27b97127a38bf4f88e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5421a1abfbbde3bde562ee3682d2a8b3d868456d, 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.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 RR6O4ʩ~systemdPackageKit-backend-zyppsystemdutf-8c1df4f32456576d2079a6107cea8a2f784a29c93098e29489869558874fef98b?7zXZ !t/LC]"k%ngMsc!K\Bne#ʹ*Cף! (PHMʣM㦗 ī8_( j:mۏ>0RH7* _[I'cn 5{ݍΆdBv oq"$_Ew+K Lx"4|:3Wc0c7}L]mH>v}6A"!LTͪ|MqHÄ!#z$mo˕'POʑE.tAVшH6/,r# F5{]XSLc]u-VVVO[\pt.[|nۅG)EX})?]h-\=a> =҉s.ErӨamf:E a*Di{҈.pU'Iء>4 ē.`V|o@J߃`T+J$Н/G7 )7铁zdb}ؖ: ԥąNnyW af]t;aEHvM:~ڰf~O4Q|FNQ-|?j[Qk ')nXjW 热L]3u]YךUCdb N^jI{ߏ.n1~O?wZ"5H|9pC'E6&p*ܶ+Z @=#`$ipg/!HQ;i UOQ x*a7R`dE7e!P[= ]JU;->*g>Rп$^#WT1rVZ}*B,Z+R4㨶ZF"623$&P^Jr"SoQ SO Vn!$}6Sq\<\7۰iC1a r#%-s)7܍N-:}EW'ոx$ sNS CA4i<DvmÚBh1(EKe4cџ ۊ>~GAڨՔ w'T4@\Q=GʂZ$07ꖢ~"Z\(GlSFP.*OWz! ʌ7O+ӭ= Fki\iU&ȥ 9X[O󽇖lRPRERC7 ]rt.UOmW&uQ0߸`'!9V2D}|23b|.ە6KFwbqYx@v̔s+1s6QRD瞟rjkCꩴ*;>Ær` 0A~ح//3eQGQ<^{2u*ds3}qeoq+Y,ރ=QmZA&0 ++O,FTqN c;@fXDx/iF[EIawn1Ű0 ncsz[BxЁ÷&d򉘞d/@^/5^vE &bZw^ym Kq@!"cRZȲ=VuբGK{j|ͺ7cwTMAx+jmxb;Đ>{M3vS@xB߭%Q-1h8Nۍ4Fx:r1q'bj#90!_O"Fʹo+L&KI ,:e@*Fs~4 #*g@"a|dA GxUbL$1cܤç8ѽqGҥ.I1_mݻ-n64VRժI^ʁÆ$l)zڷ!J55.(Xs,%.ލ#/QzEm|q/9K0D쎫:fr2U,_nKle5̰PJ'6e7\d8S`+@"ƀ}s#p a w~4zbzQ2{n5X1&bs2_9|/s]33D'EĮdp\]vDUgvXCPI[)}ի6N7{Ȳ)k[<U*9.]zuBrZ3@GƘ:eO\1)\7 )G$%fLA>BnX(EBf:q{z~/B$ZI"J_7&UfSƶw?|*6J/&SGk+ قfΧʶ*+QG-À.&% W8{['W0jAʾ5q9rvLkΧ Pyi P+eo]R@ZSZo['}YJC ;IՁ =nCKL&F O !8gV?׍e*|nB 0uRuS@7A)KmF0iŮM) g>cAz|%RLIxRq-.T˟XrHF*y&E d0 qv=(\R[?mpV"yc꾲?|! L=OD ~."DV hW>4 Uʇߦ ϖiBZɧuál[4y3 Q;pM^4q'H_V] o̢KX3Q^,/piY/}j׏(åL.oGf"jQՕhJm\G|hŦ?ayL)p mG% ",3 cw {b'f5ڇT;(?lqޝa7laۥ dg#Btbq*x.6A }Tl^wޡ78Nؙ]JFUs͜f] _9_#fs `Ɂ/*|C"Il%A^Z-[wk'ƨ#x||mm`6PVk)٦*ӽ]H:Ydd&+C'IDRSG~5JZax9]eFZTewBM!]',E*ӟi)D/ ^h= m*}$>Ngf M$Hr"c2܊ _P9Sy[2^߱<*(/?rrQ&b@,.ppt"kMˆNڛJ+<%G=j;NBe5/kNtn/(_ UCvt |Fp փ=Qd:J&*2*bؾ6 P:"j:0$ %Tv 9Yޔr%J5kte[?b= G_v Xg 4bNbvև]!A,N뵲NV\4KMp@2sg')MRšU@N ,z=i $nȿ]4akEZJFfzՋBBp֌ڟ7s׀q0;îsh)g1&|w~.v^-?wnf4RQ7 SKջz>v'R1 MfZol賞J -D=(E%l?f *;(4..܅G$s `̹2xN `9;*ͺ4-`9iH !].Ϭ]M:"s}]X'fvjTZV 2_&@>TgJN0ۏG &'ĸŎ;4te'*F#M {̚gŽͬ <_l|Bɸ4#f4S@:0Z5K"Sj _D7﮳%Ф=eF/[q^յ}'WhC7DžfJTro09!FnK8{11 4% 'M}|`-<0=mWyJVmpm+Q+2Q3q%',uӵHt]9TR0J\wmjQ4Ca, sn"W?ϵF5j4=~L }T_?ΤH@qHEY("\ vPޏ+N̢OG;ޚSxVq#H RU<ғSY;ЏRdm,+^D9:Wѱ*Z[ѐz{P]v92^kkJg.pƎWMf\גsB/ӷOm aFf#ggk -6'P$ oe̶HګO?<X?gK f !IiZY>}p+\&@ۯsa5~o^"%LHS؂qW(}QwF '%4K^ۛͽ KèumH 'GQXn)^_AO|쫣 ~RX-1-ԆF^L5Jf犄0=AH,S .C0O#@m,1%\e TT8Jm!He2fAiI}t)X(*vx]Mq^oɭ@Qwj cB(&~~Z*썏mv0%p{=1K,̃nz)eddW^(?/+a䑳zm-.6i H }-EV!Mqj;Y=B̦A08AoO{A1p -(Uj8<!aT.;u7F^7Q,/ 8/rZsDڣiZvL_~SOyjwKV ׽?Ӽ5C?_E#Q D~mpLꦀn*s;D1 ͡*hfhBuj_| n;{ ~$ !m~Ġ;PYV1- d@dU??&w=F&xO1rvQ3cвW zCA詾[|+e@dW Ի |T&ؘjjxD0m~(bTG(y~) $?dv̀Iȹ~>Po c t@n V7a,CHJ')DpB-s=KT[hFsV|>l!!!Oa&0;鹣Zz2.a8p~Eޟޡ;IO|,fe?33lA_Z}ʔNtd)?1dd-Uԍ0tPEb@y/ޞҧSB-~ize4sd_^-w73SSAV(?UAV `M@cttb'xy̭4HLzb~AkPiwh|R >"NU&`p AZFn:\hN:p~T<; WHRYйX\#ڌxHƯ_M&_TXތܜO0b:xҷy8a5 hP*j/K*+2V2+ǰɓs+E2h3":pQº]R ex=2ԬbI}`]MCo}?`xbdvُua P2'UGs3@ߐ=鲑aV[FCLnARAcw9 $ oD w$S`F ]gNGۜzI9FU[%s <e&|"B)dW*cu/nFHkF)|m mbͣ7'|;!]h\[ey HP<}F7[K=a'MYK3bU3G-~LUnI?KYح] XLJ- R3"'@o'=S )ξl6P*AWf(CTn$Dx=Q ț\hm[PN5 h{=hcψ,KBUAnKpՅ*s6EtCĸ C"knLڹаuuؖtg5dN 'B&P`sPя \{/sX\d;f\cwGGR)-tdH @^l@΀'RJ`A3 ? *kC<ơ';w&{j/ޑ6‚Mv<sK*ֻ[I^}rM'ǥ-c4E)rGS*[탖NkXAӲUȴ|a]g7z+]| 6"P-H/X3nCIOQ.F[ unenA9z V2 G_clF?F\=r,iӨqEI_]6%B+,!ɭ!N%#$)Ǔ&;j<(ooDx9n]~sڶ'qLk`'Dߚ4pG٢@LiJ2Fn9Ⴆ Э8iR2՟L dK&*Rzju31AưQu_\4Y\]:13SR7σ˗}N*ߊuOq @?vڍ}kf ߬-![iV/WɗzDhdz{;ž@{P-``1hm@ZJ{5T,f:WДKyojKMb‹b\>mԜN¥,&hw3ZrIJ$w09Rrf`)zRTv ؂@iZIkkV)SL? v ;+g'Mj0lsBXJwfEB._2Nx?)b츻tLZNxm(ռ>n>PxfG03V</䔘4by1Z_ +a]QziXb7Cj9_0US6`j\~ f3A漇ap3]HYWz0\ݶpQnTLfbθd%\VwP N!lpXA6TF:Afy݉v4ЌȴnPn{Yѻ,ե~9sOQtD'Q %.%Ce@Mٷ Nb!5y~R .Ѥa{׆[~_on2z|GeҰU?Ye6Ju uq]BA!~@.p]Ѳ`]=Q5@JWԆƹnAtYpR nqC4v.}(~/T:Oi'5JmOq=[tM(0i7kOo:%GTΞSTAiQ3rS_TR+7֫&%h`ХD*hi#+,t,7V QosFcv^ws m0+3<%1M^D޳SM 6LffBg,sł_FoX]@H0_R,W T <$ WՏ{;S1;,}|5Zxm}.ֻlP)qhy =B;]~MM. L>:Oz|]+yW LV%1nFzZ^<⹭wR= ǟV_n9-9Ɛ~: Qg3Y+g[Y UGFᬥ]vꆪ;_;.Hup2\/GOq5/}-dwrgO#O3}V1@Rl@yxFFr,#҆0-^fNeļikΏs2?57l;wd6X̫\a ҼnVbv|6эz >\gSFOpު[7&l-#K7$zEa'GsE6EqI.؄\lCeoX^e!3FD.wD) b1-me)TiO2U`i[-G^SR_g)2Tw(C}kٔ p]TAUdQE0`vN[]IԋwH'i* Qr~bi,l [_S(T>eS?2{|ʄ|Qp+;~VHDU|* kl&*`)80d+­F5MH  b2#p"¨ ݜ^M )|Wr6ŻqΧ')GOՔ7]D(k~.P">FQcVcȸT3F+r<]+)( ' P)Zmr-4f'4h6Cy]n:ET+M)db5SzL82D9( 2Xq< m ;\U#BHcmZ:~HS&"->^[Gpx*U~NnT&jؕUUrjթen35;n濢 AA2':ҝ /)rN3ܧ\-/v $b,?vC9|_]}mUƒ9lݥ ? %-*1#?M!-/-|dǤfP'>,Zi})lcjҽQ%`ibK!qjk^X Lix@Q} 7B`B0>2qT%P'ۉ}eƸ߫SF?D2<یϔ60+I8HFsRya*UKdFb*&dm.sJ3{ \vڔkQgd4A!8qJrS*n[pbpMSc?gqhKry]z7Ncgby;BΖw3>5|B,{ 3T[u76NVܮ|YCvmaRd徿vҼI =';ȋրCi 60*BM]LCt4njniVR!k-ދ^ ~w*i~u)E0N [ x#[O2 H_=27YW$@:jsdQ \|(gRCnbWT4 8ǬMORf$,S yo1Ke,ߦc+l:(K[UHo2)fNCfvdzX% ℚKL]U,uBYqe]+/D\4S7Ip 碓rGAqnv__7IaG˓o X0(6'*GrdA k1DL-ƣEGT; U1XxuqpEQ7QœJw4?ylxeWahjs%97JGzgD >@g 1Ktۿsj1}Z,lQT {D59R,},gb֏]hqTN0KP卿66m1{a3jtR׷fyN"fZd8(?dU))pbdPo.i49|)<jU: 2}Y`X%k =G#!dï:aZyT-l?Ln8Ɖj3!iB4E(6?ز<0[C(K8n҉|7qs);oewT:br#RSL1 Ȃ]|C~O읎q+_f5!Z$H|p&9s&DH*VՐBHcٻIѵwR G4a:,du N~uTmH1%MXÅl`= 0b)iMvP'(X/o6am`\+ Qp6fm-?N`vG'GP D†iYxޫ)\$rG;EuџYWz+5&enFcN]=tMID߈+rYޱ^Fi: <"+S\:Oh j =Xz 2籔dmN_ZP.#ܳD_@>7_CwREm-u[b3H%z^q6 !w) +.G<NYk[wn`U=(:qJ_T ,ogV_@Ko5q^0R幸sb~8N!QV{w? x?w3U .LN E ?- )-l*<#p2A~05Cɝ$,pDk_ӴT==d.D},Ce~y) XAC1'?{@%xUn+W7؈-+ _<{hãac6'\gdA.\;/lDŽK%h7N(ζ_cS?to##TZDM[{h;Vj CO YH3+d ^4 iXڧ۫PK%cRFv(T >L@U1dBlNVMQużc>2fZB^^N$}fݙZaZE(qnV1o RL>z*'%IgЀ}=T/LW*G)ޔK7p71Hk/ b Ch|ݴnӢgho ؀':Ll*;J\:Zb}Š8NjL=kP%\} Si7Z{/A表ܲ;RS)$,Y SQǓ(1Wϊp]:c3tb~`ntɜHZ,La% l\~n/=^a_+R;-aq>dr Yy' }l.,RMkw~D(2z:%0*\^:Gd*"4I,Es?|]`YLl.Pۖ%)0N?.̗-YЯ)ҀfkicE^6_xߞ"A|4[#Gȶ=aMO(+廎MGZarYWzѽaXw VnH Dz+\0i9bfJ;7PO6`U6j r7,N!:lb\LnT#]:-hXa-BX)~POtn˨Jzɡoķ#  qVg@Sp&^-,\ bhg!wf#4J5~gYkК+:U|rRqC+XJGtUXH[]fw3hC<@mr@LH ;q;kS)>Dz2qN$Q ns6şi.4q 2ƽÎچ13V4&eóU–4bG}+u#35z%ŋH=[Ox[$i7+Yuf2n{ň@2ov=Q0iT*w|J*PaRBB cSZL;K3 UkevEOj,{fJ UID$y4U6^s]jqIe;GGt&P "ef<e].Dӷe,#{o*MQ.R2ԶV4 hC4NK-L_|qC/\1?Yoҡ#+_<la)`uzx GUksI)ʟel`;.:qv=a l]Wt?lؾ5 2n@¦KK@|!R= =D; Et^*qY{qؿy/֡,>Eh Aet+O9WAgx NjE# XW?s,=G cT@W 7L |"jJ.N5!l{~Ci =k+Ls yB 6N◂bz _S;STQdd.9:PVm|-o vQgÿӺ/&{3F$&)y[)2=~_r %+' Y's:A6"3GSmikeYLpl^fsmZhUL͡!+7 L0Ute8$,uS01Qw:8.9 UG׍֭) ܜ  Eu_e6ޘiW&҃TMU.IxNA<~fr1|GX<~K Ql{uhj$cR$>?fዯgndB/eFS3TuOÈ9֊lbdFdNYSR$3ըIfQ'`{b`k?>iCE1`vM2ҡWcHMnǗ;UB8#h_I@kLdyhE#T7šSaʀbWك H?Br'pG:V#aE9ݗmh4jpM1´p*]+Z `{ LWbOyNg[2~]&94um-8nsNM0wQtY֣?< `9ݡY)A7D#w 3Od}/`.-56U\[ aaXo+@OsGn^"yeDu|;!2bAmwfNyٍj `-WHC+nK[ Ѽy~(O8k2/3 v7'8E@lrt-f3ցt  jՖ59ġUM6S7ݷmPCنOㇰM+{NYOpLJWXy80V;FCs{"U z>(1x;he!Ћu^W\MFdP: Gؓ_1COL`Tt޻I =?ppݶQek~ PVHƛ{ﲦOJKsMw?>ĉ }"q]%" \D;2r*%«]I{볙b P-m1IdE\rmsCӕEz1aψ|wBnA&D# ޑ#BX|xzhBC$zF._W! liSƦгc]gV1A<ݯ_P3PLdx7%f+n7=a <쓤ܽM?=dp':fDпN*A-HdZQSvY\P3v_(vFr25zP^PW;_AT䀥~`($BP+ds6dbV];rFܜ8_u=ʬ&3~oﳓgPHroRxRA 'vx9(vnX࿟`NBa귁s[&O6⌬@ ]P5Bya7E} G2-hKՓ^tǚ@KǫՕiFS5zp+Z$`wS!3D:t  kcZf"~ Up[W2vF(@}tkl!md#т Kv 35ZT0hWpzQ, m>dHkgy2WaAw.v~^h#!v-i{f=ALEw%:$Y+g8Α?%]sNN]O}ƧCQ0n!]n,nlߛDJVx&W~D<]"#l@XsYW=LKbR~cx= ΠGTPʋD&1EIퟠ;%I@ ~iWA $yO͵+*o9RnOIPnw٨M:nvא _L{2Ab~CIAd8?'iy2؇;_ԝIǻԀ]$k|څj-!G{!Yx״̊8KTincLSs sl9>uQI 6(omī_4fcyE ႑@ɹ % Oܸ,b)(RpSk tUI#ƙZ9qOֽ>+7.SV`t ۡ8 'yC͠(/(^]~Ƕ@W4iץDD 08_5tC?a%T͕:=%}0=pEhyo8r`K5%~zumY{ULJ{K9rjH>(9}K 4!7m`[åfY;cDfϩ~a KD{}J9OpB w}ok 73!*"D(|P~X/&,dZfpBXMZ /_^Kג*XiVdf UĽPas #Y;Srv'lfmsNjO+ NiEdlQ:7'Mw pgȗPԢc^tS1M*dWmn *u$6xz6usyD8;i-z-AF1q[*^Wf'QoO(Ԟ7<(YމK''9dTwerZj ܿCE9qO[Owz.&F9-3 (ҘLL{ / HkW6h3^ ,?Qg]A8 Ljgf-yMB"g,8նj\*z+z1DVxËW ] AaTh OI=<D=6DUcGX"CȩN(&4$N s|zxCV2SĞ046*`ad!i];ez锰UO,QU.*?SJI\Ns#!:^i?DDehǦY:N!{,vnj)*{; sg3.#$ۘhP{ N/e7WsQDy8)r~y2t|,!X-ǧѺm/t(P.(Yn ^Ia|A4fb͡a=ZBh~YD݁ac%e0}/R;sᮔ;Af A4s-a|o㷁͊n_)zZƾUd#)da;j#}zn\Cd*/zCRoK.j:=< +ΎiǡJH4nPz%:Y=ܰ߳*b\M-\u1p9b9bRPtc0T R]ȫs%C{"t =߶VN7‰䩈? uxg `GG\m*?PR$\A`7c?$RDK)&ȻIiNl$[nU}2`rغ;M5i}U ]]yПؽ0-\9_Y>49ECl%>6\V81M yTt0;1&cb`Lֆʕn XOMU,/.`I3[8)c$?ܣ%(N7xI~J{35b%lH7l]l0eOro\`ēD٫Tŷ]c54() 0)G'Lh:Rbߏu#AbY:l88HЃ_zL4I v-ue[ƬK_m5Kq+;oOѨ~af]%&ơA0~ÙYxIjVA{ `G?Bؚ5;f*M 8k&CT995p_:!O<PB]<({Hdq=RhuffjR!{t 1zZ} Q]B9*λ3U麲~[/ï:uxmA"M]2Cyޚhmh>(t!䡹zH=[FDRe}M\QHQhމ{} >EUӮOeh9óĿ3 ,Zd$([̊ KZx"A?F/RHv R1r5&H-› ЖuB;I\Dv٥8N&L~kcݧTAr^V6=FN6lfmk,z2(#'O84F֤hKYrH$Ka㵩INO7ȭmĢ<6y^; GN4eL|+ sf !n7QWq *QQG*+a8i|"եsGRy8$&#Z #5+c8ttVr]%g_{II%+jfџ jՂ޳ LQ?"V%.B# :+N%=559x6.0N/Y'qFb:Z2Є:ZE0ϝ#nO\hEar-$` 6]Kn> s=zc>- gdgn"Le1( r)onf[ (ư ͅHyf?ܤ CvP$9"d4 l.|LH}xKث»݄e"kQYߣc&{xw+7=LtҠa1wgEp04`:%K1f  :mݸ !Po1@(G U ;r;3˲;l!SP1o&w2k]~<;Gޞ^M qL 2&:/Gښڧm45ⱽQ=>+t2ёdZ^jBwY0))p 0YF0+u^J6$@4Gl c.2fug$S of6`1&~D l0~w#d$#>Q1vk? ^0k.{'Rok Ljf.9fNBp]J6nVnX-PAe: <ŗIH@1PSMScabƦ grݣ,>::+?@w||Nq2df 1ZOFE[OYp MQ) ɢNo="%^\'z}6 b&?-Q I~TP0k,hN'Ch #BW6zz=Psz0dx5 1\Q5=Un"!B,TmvC&p`)8AS<J_1l&7{!8x@D9]WU rβS>D{FOuK,RUiџp E$~Z%"4exHzb5U"Lovbk 25΁xEs/.26!maz<"l(\.x )I#ȶbr5 i#n%P_8@)LK2S=L.L*|w_z'&ov6%{Z_iP%~f3A6f;]Znomg 03s)w[Q[EkGՀEFV$ldǤQ22( .%9!L(wӌ,K u$=Bi/e  0ST⥂Ca]wc kE d-sw) ]; cETg4{+J/C Vz7 SmK`twnN&>1ɓ\RBwQ4좪Fup"GA0Ub38[1E;o9gH6uNjdF5=o1WWm8Ca{ !VDKB_@fAYMBY{k֕;TghOcBõoE<tY>Y. к n܇W и֙+nh > ƒN$r@OxhC3n7(Xn'0Kۚ~*ə$0zɫD/dfTmY_ï'',\)IA^`ĹKKz8}w>.fH3w|6ΉchM,qLZ[ {Az_ݑ{(;|_}m H_ "+]8b6y{smh!F-H'DP K7"s+FΥϤC)-<>[?P3+;Z"f ïfT_!jjʋ/@8XȣgGmJny,KW(ϚdhCnF5x&igsa׎JX_nE0aHѬvKk>PNU'_vߥ&ݔ{?س}$-O ɞ>1aw} W&lEF<1l6O63/.QЦ3}ng&9[dʮ8i0tc#HwS&Z[4b.tI{yg a8~a[zyu"/~buk̛FTścuݻ,ƼmT'c@ORi'%?_[yiVΞSZ;&IK۬%Rlf(F*A$tج KlRK A֫l)R*!hg H#F+q]=Br&n->{ ˑJago[.$_)?{9ck;gdAw{LR"b)s{&J/k:/ЦL8O99pNU%iJ#a{֤YQ `;ۭP@|6 p!(45NN=jTc{cMʥH-v,o c, 4VbS[%C|t^A-o.z=! C=啵F;SjW3Ul8f)e|;R$kp@!*wA qq*eJZTH'L젶^ZJ^-Y -Q~ɇq(tbnr N5NA ȹdE7yAߨD;1~}Uimj=-%P q;f:7#Ʉw\cXIզ/ ] wQ(2TD *|M&!zg8. +T|!v7u[+4GBZ@@!ghx6'.p m45F>ݥ>Uo^!DcQ=>la(K0MM4"LS {۴e氻C (UnJz'˧>䮠/jDD;#=to\C_\qZHΌug^ IО&]i K"װ/J^sFx_>sR*<`0ng6O9bODL.0H^BB>=51ed}Q5+g|%8_qA\1 9d1f}_I7eMoFミm~7D|, ,4pym%`mu}X7=zYUDC##Gk_+Mb^m B*P.KO/Q9<ߠZ٣=[K i1Tx|s63`~J#9qKn}\4NN&{WA] E_!l$]ޜY-䣜QN E!o}fsoС4^UԨԓ%v20%]_2ie {Z)GsGdC6dh(pt(5|'L'7c4uC|`"u%mMZaK TZ+N/bWu[';ZzOǁJ[k8 !S%Ta!T(ƒ crT"V97phBқ!"g2~If2?D]Ȳf#m 77u" Nxj#lCUNGmv|E'!@5=W6sK{ 1E8"_<6@%9E*?iD<>"Iy(61RuN wswv.jZ>n.0%zYAibkabz)'3T7ꄇZ%sa#|n:VBF]HJ9'`(D,EeD=ƊBv`Ņ)- 4Ua+7~92u.qIdZ;<+-`l9JKKBv($Uu`8)%LÝ0A`(4Ni 'J3;lEhrQR(N$߿nJkNh0r.+#g؁Mmx+ɮ_BEq=.k40{ļG5&<>Es`hį& tW.kǢgq*/#9'r)ڶ*~.nL= Җ6@¬ÓH iKCEd-bt-v8Ej=|KnQA<{<\\5 =HF~J`ejB׺xL̂i6Zf=XWÌM]a"bfcc8c&p&bS ->dN 2R#*Ss?lݝՒOE!폿!(7śYepOKVJv.-w^ Qf Ue@.AnQVઊvFC?3X%Eе@AC>Utu@F*s(*49adNmíNڼC#+/SsZރ5/X>)2ӥIR@R>xcX$V˕W< ar~œS# pZ&k aԯFZ_QɆ8?f{2RYĽ~]X4a)| ۚWq9%%͗ Ǒ;O)bط~XOK]b&9}\e Ufi/(2EA)'0?i?assSwNOM5wלPI׿b1 a[ҊϴwW}>@>Ju4p1ސ^kNs3/D@x*,EkC>:@yM |*vGΕhѵq{9(*'!2U67@Dzq2H&;;åA `vR 1d `~I+Kl{'vYB͏.I&%7֥Ps͙(2!ԙ,߃3N/n!{F!tݫ\tgayR;|޾l@3L9:hp-%wGj)0m, XfԨiŕ%;hWsrr^f >wPeU JRH7-$@ґַ%c[RL 5) bx!-qzv9mBOڏzgx5V,Zq9MN tlg>d˺k!ch`;χKa]jٺ9eQ vsv5Yp8b9h/πC + ԬB&k-٪lZ{ra C \& E?YKS2ԇY9,9* -kIJRA %j[E6U зY΀D/H4O9 gl3@^9ڢtAC BmgOB_n72&'<1R Kp9|ciBGdܵ8d2<$OUG}Wk,^4 g}FNO GƄ`h7{6櫇SR'Xg垒 00sJs|{mʩjxvѓabcvzlgzB( AsOE `peu. T(/ ~hPQO7tf7Q)B/\lk8Dv|x"LL%4n2<¬Au0D0ruȇJՊPƹ\fn#_ B!r*XP (!ʸQ,U|I0-;A:ZqXR r1 שUd@;ĵG׮d@2[oL9gƌ&}gW|d]X=Km~\P3$_|-pyMZo aAӂ9+=H5gФWHTyϨױ] v+"O"t46#N^);b" XjxW񝝬bȯwCDL1%vX!U?vN,Q JGKRK~jF%߄DE۪u4,xǘ5fRy5O/ 7ׅS'֙o: *UD^ D+`y"R_ fǛ7AZ@z]6=mnBǟ>!W):ջ+῝hm3%$szvz.l'1E8tqUlh#~/j4¢FxZ1%2Udћ"ŪU鄔g}_:sZL*—!53ou#%g~P_fLTB=6? `fyBw>N|Ԥu5OKsg{8ݱ̈́oǏ2Fuc%1sg_ҡZFf(+K(?FT%4G%@Q[Juᴿ_ JJ zEP%Fؽ[v_zZC3[:/OMԨw}X30\[#'yBPz-oD݉4i׼n_8j8xAŷuS9}>4[P,x3F秗\nGnnjz}6|54"+WZg3gɹoM'+f飍Irښ/Y08^ǭ*k[apaP'#`Hon`b'}F،ƾc|nӾ/f a$M"+=nWmr;?Eq_w[n8?]7j_,Crd :cuI=ӺYl;7 Yy\eEs1 _oQRw 7%VNg$fbN!EmuXYC@jD^r ֻY(UY fUfw C͇po;S`@]6=&Mg78: 2E]4Պ)IdwQmCܪ*5eXؖ#t{ >͡Y~ xV)T{6TjFvB2)x %pay'QpaȽ=Vj*sYLH%EEp<)Ǽ|wэ3{ȸI ˤ)6#zgY⅕v:RP3Q!rH`'.oV\;LXsTrgc+Tϟu©Ԏn}dFu}ZTVػTr -jz;vP"I}W5[57.xAhڲbSӥܛC+w@I8Fzj' 4ėJ? Pmo'n[xLDGK,Q'8ǣN&=P](pӶAHh.5rOK\!m]M|}x!wDQpByfnWC s˗Q5C`Pe/U+- ]YQ8WڸB( +iԍ\F&%vtqԪHJzVn^˷u\x!:©[҉$fäLĿ"'8^S(' -+%Mè MrJ5 b8Ԍ54}d>c Ce=J9Y^~zb[3SJvX.jL)OWȎ2zQZ#bZy)B>Q\Y ."^D|'qH=Z_^1ek-/P3a\pfLRʜUk%b[)L3ߒq8%(U\=PUVڑ=|{&6 -p| l-4]]yXKR%VhR1#t* uC2ږ;^3i*4X(hWUCidI*ca1QYh Liw!Hx}Bߛ><~!n*}9*ewˌlۦ ՉVX6~dԔd;p=40Dbz1"z_476"<%3ɨ+= zݕ3bOkIdZJ;`d49ݶ2N!LDt[ ]CE OiްHԒ؋hR s.{KY5:Y: ktx#h=Ӣh?-^(SZɜ+CUj,ͪ)CA!Rn4X?%F*'םZޓtY {E3Q~Ṳ̂*䘁lѫ8.@֪/\&v L^Ip;dv{K+XJNx+?Bjӷ OH@ۄeNN/TP>@n.fzT#!Zwye|XP# g 1!SH`jiAFhzϲ~aoY^#G^ G(Cykc=D0"f߮zv/'s'=L b0}ʪo]2,lͦIϦ\d%SP ?;%P"cZm"OdOu)[c07٣檷x)paBƮ0S6gKBQC/\ "L.#y.~rv19$Ȉݽǜ4S!J6V]M$F<|DWz=;a@nB\)k&0_t'/>bHy)Eڰt! gQ $F07X0Mއ)ojt CJ_# hm#/memઋ|ۤa+iPݓ;Rd1j]xO|L>eSzRTĻBQa↕7U<udM"Zewh(_'U|avevS]PB\kB_x2qY㸕#47ГqJ c/1ns.*J\|G^Ha28[o@dtYFRRS gs`4r sD'!_?>_81lL~|"Al2doM=)ۭC7g%=a4;6ݗq( "Ԥ PAR ]nlĚ܃8]wqME\7Epo0ڸd8+[Aaf~Z$V/߻ yzۈDY% ~#rH -7ÁxQ 뒝'3!dD`-(A oj 4Z"6DX&t#n AAX!F.8hV-t ~dM qG^=~ć7I/]63tbXc%+c"sABee k˭!Z0<@"ǔ-]5}})*^ܛY@`ǯ:Y; []O NlŅtCEkbTYpcJAk/!bM~qRJ#ɔT\: m/ 9$r],G";Ru2sM"0ȓ;xqҜ{sd)P_Ma|r-psALۅdIC-+#r]O`&n4@]@`E/d@kkې7yή[<1c&K䖿Y|c P ΁:W$I[![|r#7c|G6uHYN~bx}MvjHe8/:m~z[>A1$Ġ >`-,ƻ#AQX(R=lg0!&ɿ1|=.}c-D1?S_m89 v:kNwpqS&H?P_d3Gy"{/ϒ:mOb(Q_pOsع+^TW&Zٳ9UAȀd+cNNnM 8]&Њj*Ѹ54etvQ :sJSF촫, ]uװ NlG cy)P>.5^,v&)qZz,/LE @[r%TQź%0^#3${_!ğaϨ]2uSw }8`if)(сX< ~yM|| FZ eGi m؆ќ6'ї}JyA&P'6Cl Q#p:3#q TJro娀:qgz^G7mJJ- 4X[~c:l,G+bp%U77۠T"y)I^j(;wp EO4uLiq2kލx)E !`}3cP(!G]rdο>׬y˸9_8nȿtf@GK1ģp/0y$΂3򷉋a;&NE/1[ߴnD$7,aE3.~zB'3øAAR 6خJ˒vi j˧ާYbyXF\?*'D%9n_aT:K@3p|C[>n5w]^z܌{`<8g`CI0EKI/vi5)`6BB_ahG-}X7QJ\rnO]5(70-Pzx79A&g`_Ĵ8F,:o ΀-ig "(,xٳy*+'.gGRzt4zo "=6O2h#(1ji6r$w؃rgQٽg \OH$[eJ]]yÊ yVCl-1'LwӋ)k*օ`i~ ,,r.zHnD@y8_1QJ?ڴL=n]f`ED2Az|ҫZ8ɀ}uư+mBn+M9If!h֬ȢCkٖ=Q_3{eiG)41- 2o/dnX@kE.pg2] u2S-iiIUekBjynNuLT V?,;e %ZaKGVصAU]/dOFMi5FߴP[ӳ@['"iT(%_Ld<`;U k7aCEYڟ`c5^̉M4gBPK4!+,œC : aT׼czQ:#ySvb_JêKj"r,991!;n@!!lR@u1E^>prغO&.8ɲ>tc~3H6@kcɘ%Cu :},y/ޯ jTP%.tv=H @ln9GuWq=aDni9yR)+#ڬޭx|dJQ/- >|L<eot2N0|+'2u`*=V!`7KT 'p 0(ѳu``X;wLY[BkAI)=La+=8 {]Hd_ y ]߃FiFdO= SX/;󷫑J\DT̘W= e󝘞]&yLuGm9⢆[~:PygX/yGHFg/:جw"' BJ>Wr &j>CCM ar BشIcq^t6"oob%C*E>|S2CZG}[r o[0D( p,#ưn|'4"ZG"*W[ӪV:}:u r2AF_ABzkj Jg*fʼn=|Z/^X_8OBךC8#c:4?+R9r'_!=cJrEoj/qPϽ9,WaEUeڴ;C}Ft hHl"nM+eǩ;O;f(wqGJC%ϯNynQpDTU2]eS5vV:202lJwv$Ð 2JL/Ι҄?8NmGP? ׵I JsmAXxCn-ꕭ,^wHc"}c7H%톔K= \+ՓiBJ}%V{!l2j<}Up.A4ַlao.`mfVѲc"_Ud%_1Luk\{UEA9hN''^఍Tf&rv?s5pc:%MRhUA? Eh-H' ] A:Q}萛 NCOwqг6 F{06#OH1t!XڣFw}O/a]6bj]u}ֳ%_YwF tM7a@ӑDPM>P ty=F[W*k"rB]fGV[Ԑdhes[ Iid;`΁LI?)޺PIRXQP촎E>ChIɬe5.?Mv`MFRHҊ^Gda[3ד M3vj1)Zݦu wX(JW謲 ZڮX>l`x.:5||٣9ݭ,;x+.OŸ6;J-$;!j^+mLb,-/[;B8axhr_sQK?Gʊe#/F$ Cg߮\E]+ P6fJjO*'|~۵?\i"C MpS]喪0_i5-&/tYCFr\w'G~;ꖼfpUCkTs ]jRE)X;>L\Zrcv>qMi@mё0;fE 6N(91z>YLmm];&s2twOGLieA@u5t8>QI(nµ{94:)*gYѢ,Á 7CA ֽo,c:!/9<e\MF24`s 67|؅a,8{p)mXh b#ĥ5A88^Y=Jjaq,y=oNEI1W*0"Y=´<> i8֡&DE␺ :_VjX\xkt!WSY[Qk\W;Fk+H8[ӟMolvIvJt7m1I"Fa-Ѵ}/*P''CUnR{\)N\ڇyH Nb/X#5U#c{hȰ$'&Tl;{m$d8ͣb-Τ?]{t_cl8UېtR{*N&!T-#7R{M T_ `by[^1ݔ3ߌD$A(Zvوnc*{<@MF1e]n/⛼\ Z}xPĜ$U#icy5' W~((K-}'xiOt+bH2(kHi_YNH3Jw]£1XȜvN Y/F>&ju%V'Z{\Noc< NGs9M=\isⵧOnER/X\SMkkzOՐ}DT_]ӽbP-"'u7&eEa@+:U3moUj:~Atpb^ftr0CXgmNpgy:Fpi O@+;I6 i\l.uRx$h^@"lR2-$_*E‡}ῷf/]{1wɞ!WHrdTHLhe[Hqjl2D Q ~҂JceP J3G9<&mBlh Z֒z^0&T(KgC? oE﷌[.%*xwv+1Y!g)/|Zrf;^S)\Ʊ.PP꒑Z7%2pS ~mW83&":=\",Q%|$)r((!О/ \OCSMö́JQMQCuv_w!l]`#o\8nөlY68*F29onGhC=D $i}j-z'3Bg1נ !r((85=\^WGf刧W()ΧLIJ`Ny+~bA V;#[ #X]I͑(SH\d p8|,8^^^ŸfA{y`uzVVlW}&b@XjÛ^c~x1+lK t RQqF}AUvm^|½_=tiiA9xi$j1$oFSl: m tMHD ,lC6zHtEMF:vަmRk߼黾s $L 2 FDF9\vch[y)!Yw`,D@]qG?(Px[AyQ ])<=?N ^|BFr5x)UzT >? f>Ȁg~F0] bdq6aٗέY-Cj_(`ezZMqQFs;lwإ' 'qnc5R'>O۞ea#.^#8fgr۲5z2.D^OiI @UD.1um ;~!qZtN٣Y3@TTtGO70jتͧ(K#4ON]E /m̀-,~1Cg>nՔH S8@y[&lNitWDIR- n`OwgԼ6*HEYgPXS*Cb`*b Pݖsv( -OM>2+RwG3iw-FhhIE_B`=/"cyvחky渎.kQn]`xl9lH.D1jhPP!)n`ǑT ]w"wЩ"P%vUIe¦W;8GHw@s!7]0r<# 5?'`{~r fp!J[C6"?.5/Yz຃t =1Ng:Bs^ q1KNP̈^eyMye H' ?N˺\~|AjmF(mC/'"`KUB"]WI;35TQ12>2W"2 ۴Z_ˇa(ZFLgip'+lOn>7D>"tGSXv"FD\F'bB U ]vcv*[J6F0WY֢%Rک Zo =ga`zXCHRlaFKɂCDJ<7 i'O*Xy)M8_nN9 QLe {+Qh~Q,ż 'B)B nwxE9Rӕ#p 3QHz #3ǡφO>&Ff\ +vqlZj-FJ$jOVௌ&`bDV<2Oun#ZB펲w|{mf)E *)i@=x"︦cUl,W#V4%a/8eqO5ئi`'*9NL)V\W`>lHyv!)ya i.8Cxfqv" #ߐԛۈ$yDcPny=cdGIoZ(A^$ fÔ4=1eV)9ʅǑT䪳MPf(Z ? [f1bX0VgLE|Exy N(J.)wOzwE_cJa\-*}wEzS/ǸL"](!o2>}`y2e6]=b+xQ?"-c>Ռ>"smYzW%zu@S2*|RF!r-C7/RYl6 ,-mg)AsVmy*-I,L[7r!A1Q-3=6VTPGD;l f3$KwB[x!U4$["tSa B7YXESNb֔0@'236G^׳5BGB+C"v)HtR蹍" /QT-]F_[#l]2;%!kҒ\^70Z+x$Sm*+ͰD' ;,EA0bpIϔy 2AFySwIJ' oPAFSX~̠2'$HDdιvGzPH݋Zl12C8|M2 @._Jl G];iuS66kbWߨMJ[*ZkAv5H<0dEHzS3I'v߹rUW 2,{W+1w2:MkSKcTji=Ҿgөw4ҩ@6NnZ!!!(*jlD$yAn¶6o,E=7`^lfTQ<0Γ~ڮӔQ">?_mъQqMfN Si5 @A3j ҝִeg% `XHH2$UL֣9:>!*p!6b5mF ܬ2I9 %BtbBOT$CWXE\ ±wRr6"zvM 7`9܈N&F;4f{#pj=^kk w =z T-2V]sX<ݑ:lNm ƿ_.G^+*F}]]#ǑNV-@Oy>m"9u~YN0%RWi.!b>tWcƎB~&M=~=Ecz4AӉud(< {o5^h_Fd2s@n3{gGMdkQ֬yKBT`V3-˓"U*IO~y\PW _|T0v,Z07/ v0@QEQ#`B0} i.BZ:qy 24Ǫr>|}.bFa==#voq Ɛ\w,D9!~?FߜD9jZ8]IHxS{DZ3w+?菑=ac_{X+uv,=\^rh+r䥳\G͐l:XskyL5B=ĚƄ[K96zwZ,=) " WK n'V-> Kѹ0i&q& aL/%4^4@χXcP7q!~D۹Lg͍۱"sppʁ%fUG 9…ϥP= KK[n_tJ/ y1BR:PsL&1UL=/MQ1Gniu~:&0׷z{Ah3oRXg0>eh*j. Ex~=rq.%ޯJ.4“koȐ{: Xt>Fb20 =٫p`jd HY">DG!\=55~Uvo,i6pEDv& ;4ˆġ'<ѸDFݘԧ,^zy|y6)-t&Q@цSRW߶ͮ8BD9,GDB&s3);, :ݫv/got^E(.c[-lROs/CajູٙH6g>cs<ީQ4+Po7&- 04ɇ%:xǷQH6 3`@t(_Q^f p\BCw㟇yǶGDsIn}K|R"k,+}w>آ/0?FFP@-`$lgTӎDU.ᝅ]M\)Ω ыyuYlD zT*E{+ 챘M9/V)17+Ir2:U1 F3 ж Gl ͧt@눻4|u6LK~LAweڷhR6tTCdn:]Uȳa" ]UzWc vOXT22 XH] ldt3\i[ZŮ|%^i\aSJdqz6Ds05[(tz$B?Hz"~џ^d/\tU@Һ"#vYZQ&U&Z>G>R688[jMfٹ0B>9g3lF?h?Fi{Q\dejS8ZH8oL/W e’m<=w85uIa_0e3nP8Y;h'X2Vx$To[gkN}S`ИBb=C ؉ ˵+ۛ.UU{ ,.K$ ]Wp߀izD@n];>N٥;r%jonG\Fo *h3Z%/u;QU> `:c 0kW5h(:+&{]͸_ G> ;" bq3=a=1MS/ti_UѶua7%:c@=ciS]o3M A :V}χuZAktj(@m#R oUɧ\^ ͎"3Saz+QiBD% J۱^I"KOF):֕I8iX5' toVlOl_@/1FɎǜ ̈́v,T0Pí&(bþЦ{R 4p:!|s#`k+C ֑{ ]*UѕiҹP]i_̀`S?K&V8Fh\j.8D Zhc9%s9CLl$clis 8Jg8VIϞk&#y\%O{i!zG+RXk+Ɏe.{ PlM7Z|Qcppx;L]J|hyc[fGO5Z5⥾ ֙lqON&fNWRiXYdODžѽK#[]>Kd{H?p$V7:Tq4ߠ)g& rSm%E-uIrMz2_X*+ U s_!M;"|?$ZkƢ *h)N81YMBK(3Ϝ>IV:6Z._8̃$OfP2Q;$6? !gIsRp lKSQ2qTԿi6ttDKU"釗;EϭkL| :1Z^a46v`ad]krLVQڥ;ff.` ]r] >"I3MCŅ<8̣t}ʧ"3Mk{;^iOăg IOiraW]ll =ʙRY60ZJ![6s3x! de?JW/C"0܃u7rҶָ>)͏=Ib`esG_dQQ,sn|8Hƙ_6tt|54?[?^$7N90.Ŏ60iiԎ#5֛RiʛIQ/IÙPQӹ}'3\] 65x91Qá-[T?Ѳh'Hѭl'ɹ;ث5}>=2a5+}̯6sY``va.]H ܨ|i9}aڲ9y•Ec.BjWngXL ĐNTuXct1 18$8#Z9B^vB4/W͘VVͷ%T6"ȸ=ψʎP`D,CI8ƻ`y]F{hAZ8)ֳ:V!›4\?U?ژL6Fd\ (~Ai"ztۻ:H!jyze"wSŁzժOuF-P)W~zD.9U(1&$]pȬ q]Hҭ*k`\kWT65'"n'^W*izlB !6EkbH:=<CDz[5[wd3@Q s)L\;Oҹc{Qte7=a9ZKlr_ ˕dj/-?ʱ?q|Ҭ'Wc$r1nXڣk=c:L9Bڕ@\ P4"7ܽ'SU9JkJc ObAhl d9+?<{TnkWv` ##DRq4t׏JpI5^!mWT@)FE <]+ ?NM$3YRˈ/܈p\xq٧3cYP+KÒBꁫ6.rۢupvd.;d|M>Č6+"Z•v.֑e9bU,FLG{×9"@+-b`?z$wϫN޹!Ꝯ8b鯴LMY:;{ÔeW6sҩ iSMfy(D\QN)1{Õ' / v,G?f憇RD"|4:(,KqT}`S523>QhQtJw &Y&@w>$!eL-@gb3twk7f]./Р -IBC"747kP~"CX'GwCm!mq v?)H uXy'%Aʟ=O'2aܥ_dJk=ID~ߩsOwtjPklf'1&j9.|T@hZG%#; '@pn"f˶vaҷ9?J%6\RYvos]<'lQn珖A xUh̉1"e]?#A8B{Uժ%^eS(<ZC$#x$킌ҦV5v򞞻%޲ƾdEwoNYo `4ٍ{c#[ k$wLRT'7M(Z?w| qūhԹ(AM[w:g"o> i0,E0 C&wq7o?01qBrnSL~ٱtq$=yA ^U~HI(Aɰ\OOUשq'Sp 䉛1"K?:qc+WJlnZbl^Yb(u3YFۻ)%C{DV>?JH~:i}feB.1@o\yYlb;Ͱ-)jG%@-Jf`]K%V/P1sZ%N8W8XUS$D4Տ=:;lZ P׮Y6^q5&KyJO`a>Sy">#OڃN?v/mQ˅<`4@-Lb!QtCS //sjc. Tl) 9f8<7FU,pI+Y=xSN!/]&)>b} ίEgoiX̊t:4[5]T=) ߓńiױ$ʲ|Tc2^$@6wp)Idύ+nہ¶rWG~Rh&x%q)kY *7}j-VJ'hNZ}P+Sv >wypr}iI7ju{k|dz.}'y ?Ł, oPo htH-!\)&kSP. 0ND5ʲ˵9a%dlIE{lpܽ1䭿HkBE=\NIגA#>'ţEZq8Z>Z@\>HT-- 5-/Zi.gxC7Dµ3\iS|M6tp[.( Gϫ~l.GO)7 <9k=* hOD66XkzJx  "ɲQ?WؿⅫ-?˞Ã&}q4 h<`Z@AAW9Ť5uV~AB]t=~y.{0GWׅ}M[{FB|| ~h1:Mυ9dwFY7ȈYyQu+kS|`?O=pPwR&_A[Wc.  hR8:UHO YTjE$4<˕,{d;8(@ vqYy~vG32?z-xsu:f,Dk* L S 3\D=s-;),|$1gJ8ۊ?1*{Ous>3sW#0ޙEO q'}tŝ:QʱXw)bo? *)@7DMPMAvUewӂ?>q0H] l j2ELjWa ʭ܏~ݐ '&r[q<ޠy׿, q۶[ :ӛw.6RJ3Uw`)gąkU`ůtjCz̅3icu,tl7 lC<} Si&A RЯz+Q6 &v2-WcQh(_8PC _} ʛc%p&N֢M6x,ey(_dIaHV灞JpΪ!t"e~HmV3$dH6IUzAYcD)ࠀ@lJ))C鄖%)($p qkǰ0TB/C܎gELz('HPH<G͛2pǝskx;QM~ўmֱR+c}0]ɪG^>U9-PΡt$Llv{TKՊ܎gKC0}59O3Qh96˚ӗͰ @ڮezUU;P1΍Ut֭7]WhWl @IQvbO,Rrm{HrNIJV7n/fT醻,J" NM ",RrKzJl.|wtMꯓ6u疦5Y讜,qoFزQb!wJ/ r3C+Gy&ꐠIyfE!neٽ$ǟg *xREP^ /;d@2 \ T qYب\;p v=t^lUG'I&ݺeo8ڔJtIu/|zlp6JΑI ]2r=c1 è%m~e珍ׄW|4mS2`Ԣt瓯8V4@tɌi( EKr[xD9uP̚V΂g"o:U'kb۬'.jMS,kns=it!ocnVyEߜ;Bȫuxݖ!)Cx?&e@E.z7SA˅eKByU8%'?I뽄QI@I|~b#@5|՗ J wZprFLy&5WĥxR]J?oXsj1ѺΨ*!JMʾ@r \ؕMs, cgV۫Ÿx6ɧLJzGcs Q *O1W!W .)e@}'}h:b%_gjx;0Q,fIM/#]åP9yCׯg(4QWH7 (NߙSTEYVy19}c'+Kd%~Ӳ'h 9H(_:@7MBє=^D}hI߇qmjݛyGm18Kʯb]kWc !gT57f"ytu܍)֡{zB|Y^)]q] --E43bnGLX YzrvC=^>" _aHa3Pr`v│s zx c5K ́5՝G2b0 Z,9zTe 3ol^>~BA-Nߋ^XhO.XNOG(x%OU ^t(4 gŚEX>Șjf}Ft:w,#|+|@q-cXqT; %]Quz!N4t*㹉w7NHM.Y* 8t Ɣ<8\A$EI;ń61肤=72g_AIVEЛzǡ>J.v+sF3-!zdvn##c] RZ9rƦ6h~s:N:`i5=c镼Y=-FO.$.F{g1 &B@~qa6o]GmjJ !$&ŷ'wӸ(vM(4(NIN70MA~ 1zA׊y>~:A:|RPZfp E^/]R:5 _^{jCEl_*H_O2"k8] 8?/}'"uYn%Hґ3j )*2M|EQS}ƺoS]%/!|.b8VkNWKq^+a5SCHENF6T!셁Ӛ= ቺ"L'hQHf\ A?9Wa5 [f1pbUǷ6.Re #vJ,MB IBlRd9fq-Y(' %МbZYaR q #+d$` /r!8,CKi'ZnLBbTX93L}S0DX`ttKlPoq)62][T;b2SDjV U oxbu'$B j)wB-9%bq<ݳ#HD>(NVЭSQ*Gyk/}nofkL \,mÆV>S%?B{AUtv6_DZAUl9]dej/Egv*re/M9H~(yj DoU7`$ڰ%;r3ԹWl_qr{і߫jrkTe.%D=qс1s˦J&lQ8eeuzD! D-42s7eoJ<-_Yπ~AWT1Yfʎ_ޚhQq 3b)|O3#wJ_[.R[؜߂_9: 2}}IӱSy V3QU!s0 {Y`_{ݙ[`(iEG:B&0 "WK_SSo‚+Z eg{#CXL:f%Y+tt/yV1 }mHr{^e/; hp`#@x7f0W3@x "zUW $Hol?Bk)M,Igi9׺Cvզ{#'ǃ ~SIG @du%m,QK)ٿgHGg-8f5n1.vX&-&ylՏK˂{G Ygr }])s .j]=: WB#ݜz9B&idM]^- V`sKW~%p3:P9yѰVԍ3NxXlHK.lGBڛ(X1>whלAU´,Ii PK@V=;CaKI)[7\3!&5)OMBFoE5cq#$]4X f$ MI=Ko x_eGn1}R4A+3Ѽ?CI:AaKSMSl>M `].OX zQ+ JbG;Ff+BX+6봱!FR*e6mK<%Y5uY+e_G`6]zqW#ftɷGT<'K}׃⽳|rpkmj[{GG []y̞Jƪ"@[dȻKkT|xI130PqQa)/fI\3~vإ0$^s!G̔( J W&TzKσUMd9xU0ըM^w!y#Yڎ"0N8lo0 k[k|Vk&aZ_'L=>2d&(>pYǜ1>-g>v )N?dgq RG/Y%[>a :LDE)u\2EBԧHP>sT,3p!ܩoFiFЁ/?Du qF?J1 9#Qto&olxŸyZǶG7HkV7$ V8a'mQj#K&ʌunUF)zXz . JoS3ll$F0X cbȺb'|iLϠ]hWs /Pml]IlOH /ϛP & 8r1jPSݶʴ|GH`ut{WP3dg|Wo}]t7y_+6x-`w߃ϑbqCuāJI~s߀['ؒAX% ;ҎWڀ`H"GUϒ96~-֛2׭V6\ V ƊN:py}8wZFLiǧ^vL5f(fQ}?6rD'bircmi~ %սrLB52ЍrֿJ@6VOq T}x~XޗCR.? ;ac0'x{͆H*Xi2 $hcuB + !6{.s}fu J#ؕ$[/Ko5:>\b&-@@M>95 ޹P(jlj P}8 VvJW5+_qX*4ksb Cʡ Y(NNLo_>*8HۿRy~_of5dG OæTz;S&xVHuӢe se0+GnŒ?́}_ _\Icà;HߌA jZn 8 .]?Y$=/T- )#t>Nq#fMdʕcjnZ I#:MK2δ6nMi|>=|bM? mO"ט|MȶzZdj=8N߮cuAG4?]mTr>H@-4j%XEj!/p_*%^7xZ]@o(3%1!fĚϞƟ )Ok/n"ƲZ@$&lorIť 5%~v3~xձ~dlzկ78F7>^mA* a55DhR&9YVNCR8g$_ۃ86Mpaȥ>g9>c9!o߃ %~`fU0K~*8/<Ҳ-@>_]-%cVngc+xBE`=ScDNY*(OL;\Ssφj0ZICt0} DHc\ѠL9^mfne]壦Cm}^螊vG#cbi0d 7!BVa Q"c+yYj'M< f8opm˳< {<uȝ0]$bJ0e޹33@_qoqgJ8Hz]LNq~<:a^WB%E&aHq1K GN['Py*}sL1|3]x GL*y!P¯ү P%5sFlx"U+TVAJFl]#㋔)=}^om="Y],,5D" C\S%~ @n&YYyG,ԞgT1LRF\BpGO?+E=]X]=1u8?!Vm3gő U/-z695Z"mMDոɔF5d5n%vIWx@q%ʑHmQ$K\0,_ .2^G\v]ހ21T\G]o/" Š-wk@ZtkfÅ.%vOY4R ;-f*<r~~_tc7Xpl GpH.# (g$zYMHC IU4uqNnB9>'$eiaIf:ZЅUޟ쵊Rp& a[|| Yq땫,/Pizw b]KWQ\eV!fG cYOjxweѾ x? >jtT~ШK6xQ$b.]0y,!¬ 'ڷ(@"eQӣ(x*Һ\ 9u8yZڵv_g3"XFNDx͋V=oǔmhozlLbWKQԔRp鶴xĴBx9vmӠĿqW6^an6SY߳AƮBz8V(4lg 4@c .5_=Q۹L_b'5 co H sn\F^Fc׀e"aSM{覟l hJ ;@>YZv uQ, u?_M?nᚈWN<~}ܔ?8Zg)- ]rt<& ϶ivP\.N{BQe*}ʂ6:j&`˞&dxކ!\PfcEАv1~b'iFm/8FG'K4Z hS,c7F%\/L/̸~ZAP-Q{ .BѲĢC@#8AūI{ yGJ^{QAh3(rR0P&y(1> ~13[}T4JH.>⽒8y{>Ray=fqO]H{JA(HB6on6+uA|N/aO%+vI@u^LUK>-6vֵ]6(E④ u$ ] >Wl%BMr-μV B5E.lC7{`76›")m6[؟8r&ѤH'$|c-O{: rI= S+ީ`2!ϿWXmfJeXT濂ίI[R_ib= O:-[bmZp}@vc<ˏg`o IYV';'QfF5NB mbiE[ПD1Œ4]ABMqJ޹"#bz >ݷ1k5sgGآ2 @B}mDGzةY;,K@ܭ$L-YYm1XX!X=^m+!`l4~/1XujKq-0ڃOs_G|_;̃v9(<sn6u43,nVZFbЁ`L)7? 01Bg$aP nn/ 2U]IZ_w Wp=E$Ύa%2W7dn4Rf)_Qk]z+Dv T^(# MrT-R ف8pvqes)vMF sN&&6MzWqm~='O]+pZ\^p6E ]o`5S:"^TfH\j D4m)pIKyca U'8~fئC(|dq8qk B1AL F,DBzQ3>{t/OU'zGEXM}" |כFlbaSU7xRyپ}ij}WW t3«Sڕ XahF$GZBh ?C ]pc*|Ë!,B¸rCJ{*0px=4R8Y~cƈ䁅\[9&@TjKSX B T U<l= Ws5ŭ?^"?* @h.rv-ܓq 5S rcz &7eGϤT΢ 7-xpI$mgSx"w},$(5Ѷ@gdʲi^lƚm=tXuh8@2lXy9- 7JI#7ߞw4$ #ə",4_ h0_bt4riȬW(o;Td ifz-*t\^o #Hrւ8 83%pg`mLUNbɼWVK rwMMObZ>*͆ HI .I簲F%};ޘe0zHTE#1౑yoaxM]SnI ӰfZb 0k\€!%T=jƭx=3e`0U%;Q G[Ej02 K+j)S*_6^a$|';+BgU+ŗ(1a!0gWrϤ;32h-AQa~ kjF=7?7 Pn,Rq`n LhGIs5 H9߻;Loo{rxC޴$R"|6F}5>06=} b1SjTW"D_ g|ZA8vo)siG;J`CVv옫 kz,lR" ^[ָ;jF&cNI䛾>uC0W7C?/.[~p~*[2욏DF\n"xZ`G 6!U!]C9"C +RREV%o&hvre&LrO+D#F!>ћʊD!69z88|DB9y>dtύKVQ?AcT%$b^W9 ʲ`bI:|.|~"o U_.IN hzϦ&e9Hṽjf쮯lhOgV)t?6cFh9q_2wd!6y@DEm"޶ON!fܕFnwc1BdC t7ȥLm>}n/$;< ] zp{Q:Ed0u&A_ '8Yk5O!)|ve_?qCY,1Y rOA* ʪ^„ ׌ hBlhw #9sR=DO]Kt&IcQh'Dگ{$7}.şqF=GcDy&}լ'1,8gNݕ|j9hjJMAi͎ 231}-$r7V,ʈ݈ƸX1l9+w+JAxl2w &CvR=d̶P6 ݫ$t}#2 5`"4q- d& u]%s<_Xr^B{E(0KkQw 1☼E ل1;jSfjB[\Xl:s:x9njʏ`$RK xdSٷ%%">&VL0\H6Xs'_9ZgʽR;gۓ7vp IADQ3cAkJaBBA56(HTrP]T|Kr>)*ڙPKNRwV<CƠ }WOۅW821j\Do! bú1;d=9f#t"[l>#FIKp%<>䅌ط$-\mVh㴺|)- `ჿy^.;[K:jB9Of"0Ȇ~?2wehtP6"\Yͨ)kIl wѓR;(nF:B=GD9_uԮCLO(ȁl2h]/lo} d iLj[>N&wEiZ<v?`Q$aM6Bhu:/$u*i"|^;>߳Q^JEۉO -q TR`!iy:I XBLQ.?ZG:΢i_T\fԐĖhd,\c1fWoF6rK^rHuzf F aOEC燥zxG a=;5~Bµb{!"w_ d 1ʻNd SW5lsFc-{Z-.pZϻm@~4z̚(ǶCqgdƴ's\Ż;h i$~{."NdaڰW_Lj^Ɩ Yifz`f9`1K#:gs5q%h4X3HMaЪ~#,{gFG*.K02S@}LV;F-7VQ!1@ĂbsIMBIt;T oRˠtR{$iYdfoT9Oil:|ҘzG ('7)iKBu`vTK_l͝%F9+ t{I}' hVQptP_DL X-*3GJXjBLC )6kk"vLN3!\8΁hW~?x8D'.:aMqK0:_)*<@yչTww~ $ hd[iN⦭`j$#p&0uAƀ;ZxVwNbVL!(.pB#&?m|cm2EYjLv?7\nUM TXWL+?dp'oQ*-{䘝 c?j0V`!^Ӝ[jY:P$NJ6iQjd_aFLn%.,#xP +3<8M~1paJu2O0$kzVw|yƎ?B$Bs/x8Oiv}^n;pCkaƱYBLυ")^m۹`ktaZd"G!˰3S8߬ {Ϸ` /$]Tt ^eEj K}׻`.,_' (J}1 kȻOO Xg׊]kJ򳞩I47t- +Gi\'>R,Aa[|W/ݾ}K+؀&lZOޜdj5{SܻOolpb!;h:N8>63|R`4- Pwa &Ysom A몦ˊi_@#r@ jћq&=T $䐾2KI/)W9̮R{řM[0jL4Mj 6bֽQ>mHB<'J `c3oN@b"dEdAԇeI_}^9o9ӧ^Z^LP_?GWD5sSJC2ۮz~O7ԷExuI,5ll[#RBRi qݾY#;XD 0XN/'l=5eXxy"gq\ [O)8k Ye7ToIMDPqtԶp4h| z+tʄ&$ YBs>o9.eC5`$V-Vz|]l몛q"VB?IIa_iHD%8h lBl߫h`\#Fż^JjF./ˣ^[fB7w9ރ^DxSO=nw/\ v5PD]XEI]Dm'~S$f0kDr`7k$O"h!-Sg2|:R"hgx`Yncqi\%{ 6H-S)ZuudP͝Kwc74 c$`p'%T ۓG%hZׂmzwm*EN3{RPVKJIs; u> #pKҥ>Ԗ+ʳ쓧({rA4Inh#iُ%lоE:rʬT5.tjBˏ>K9iߨ6r:j\!=!2b wCf8CF44qy $uU醇@ XŶS4$g|rp(hXv`bhPڗ3BB} '-2B ^iOW]WeN|7Լ>#0^S8GUzN+@E~ Xxܸ|dƤrm)v-f$r]LVRR.U/ƌ]*,ʡbXddK1XV4$/@ Sy{3碚Lm&鰫o\R`f :}WǴ> p {cmFzfA4ݔ݈Y5,&U?^e 5lb1Bb]D&W/OY1r 5Lve/0;ӫZ@H/j휙F:lȷEL>a=\5/iU4Ҏɠ+'4@䱙E5腿 e=v?xw6C|:0j>{F?XYkIީ3SmŨ-&zzS͡5^gUs0H"&yBv \=R8@)Ŧ[4FjKi$IŭcE4-xRM.a A_&u.kV+ D*mĥ#dm9 MSx%@V)&?^ţH$ij>?jނ+)RaO)T.o%gR].ٳ{J< /< @?do#P: ]ai,jV:BpK,E.#? fN% RPT a&!3MX:9u8vv2ԭkccB@KT}D>w "ġL_jD-_J`ְVL9x@IAt_S]!˸ {Zn0]̂/ `N(Mj/_MXtBǜ$ԂFb#236LPS,nUiD?k(2H!Xzг̃wFm.]$C7H}M{A[}\M 4GAi#ν^Ahh?8! psQ_P@2A'+D1wO.D)`Ơ6w#x \VOje Nf?[V7 8C̳ iz#yb g%ylﱭ_D]%s˰ҌJK_t, :w.B'玿=}A3eOF^v0<\&35˩s&p":{EؙEDTn!grN{`SN+9%K, NtV3D@;)Mn=$㮣 ||gLò9\ED}FkL߷r0dcCr})wδmZ5+Ѡ_,w=Ս1*O;I+p_j M.;g"Uۚ 4Y >!N@x5+w8 RהPR"HO_X6ZU% 0Aeh"͟:o?M Q:}usܠDT~# Ek.az I>K0syn ak[eLJ/(قߑ\ J딸9,26]qi8{ ԯ]<@[P n>EPG҃61HD_ T S,.s̜}|Á,=V+έ"~ݴOήڸ[@s1ݷʆJIV̥0oZq<GNޛj0\ݣ婯,3a>k8}(G!v뀺mhI>زܕ_%MW[ၻV2sֹ 5ׯ/E->S3Wn o&`/[2F̍$kRmkԗ.PjQڈNн^KPãoA]<$+i&eɕ6-]˹fGF_>S8-@o.lq6эEA6%;y恷o0RfxiM=T$*\;q5{f sP:,Ij>v rh6`ifnOx.e)Y=E;hj?Xըhԏ)QlL fWޜ׾&#C';;ueLgYFog/Sv9M/89]/|yM1@ۍu>b/3XgTJ~Q! $Z@k(N%~GJm3bb᭎i1#TFF~cCsa9x݋Y QC.??e\xn4%y_.]AN+<ΛzKZJ? >dVbeA|:V qzEقMTf=Z߭ 6f_Iy:CaSdlvIt&r +Є%Q"BPְ3`.J\K-[Z-T ZOCے?Ik…)B Ƣ(b_^+!kiZj3xZ=T7[lM?DW*X+L:D߃+>X-4 v7w'vF!Eh!PӱA!UMن/i v XSut"Kw?o Zg@ȣ%k|vN^PCSݶU]epÆ mo͋ ( XT4m_l|'Ny`}]G\ߟ1zskh-DjKf)"KI-zN/WB9R-3{Lpl2)r=R6 !TY0n\eV6-aZ Z IǪ*\F~\ugtkЦ(D!s1c'ۢ&#>?.4H ԹMaGr8aME5ݎi~7mLtCЌ%;;FvH% F;a#s<I) 3nJNƖov#ۭh*ˣ|bn,t/">iSDZW>7C(V@82' Ii_`f?.UtaMC8 C!!w ҍ#/YC<.F<l ZݛEg_ k(4E/}1M蕱Y=@^g2z A|\-lߍ^Ɲ.IR<ߔe^/W^2~ vjy1RCcYhqLƃ:hPzpMHF_98&:?-=%˅;B[p#=DF*eb~dU`CM}7!r.H86v7fJg98URYR9rɄ_u2'CSiF(7OrjIJK@vSr?I@= 1gafd{(P/d$NfL8h,|3MO܀"5̟=䁀qyr(.hUΗi/WLzDd.ִК6¬m?Uo'r3z٬$M̈Gʠ\~G8aL1EwvyNgX.f JB)r͟ p/H@5>"L+M? {b״T'H$WsrPi^.1ro虢9*Tq%o1g|Y @ r_ P'W<x-_9Bǥ1:ŏ|o3t#ߐuK{\iRG9+DZ|nԧh@X"wz\ާTNh#hJJ"TVPG OLK_3Ym7D-xBPVEA:YPG܈m,u|}BbJV./O% ,wVy&si|;(t

o)?mZŃ2hVPoN kų.X:u\2! LKh~$SNGuڋzwyl b3kA6sקf_|>kd=D 3P=(ޢ́)‰z(~: J&F>?%B0.y$E '/X ɀyǎ0Qܔ]8+Թds9[s;13aӧ5"0CyFRO0g$qV׀8dc 5̇ lzugpc>Ov_߰zXt+xCo3 0^2YWJkrUc9Rr_XN`Ldd}wx0Qh.G:֤^p>tL5Ow-bkKu^#;9U^бdO2 ȺP+heܿ,Z*8}îtI7D@](G^C|nr>WL#S_QOUOwPq)œ6`v{f~Scd6@mCۢaJ*Y'/?5AuhS91oZPx7k-b=6$G|Dtc1FUr!d~CdOJ`YBudjhb%| TCا3 'h!\K?Ħ}/j- [WTH8@lx*uVnܖHԟc!kA2/?"Uv-O6W~B^i!w!漏M<-xLj"m9neތD KAq Ut2>2-ZGPNs?${˭sVv]zc()2Z?ON:ۻPiPk4^-]tw vH+eӣWRtt˱) v?$(i5Iy}a5ߘBvheU" A}[%@g.ΰw5YQ;u(Vp0z .IpP0%gm ¨zvRRk&=c&F_s7g5:S)ʹYnh0$ B$&rX:?Zhcae5vTf}c1LÎVg (1fqNbbN!_cqQ ^&Yn|DBljIc.Xx^%bce>u_ B0Sa;֥t?:4;L_)qhTW&$>Z|s:2v2'~RS p١CgSv̺Tc'C%jC BHړrcM[UG2 u%̽gP24t#ӕS ?c}r~wo3R d4gTM@>/HMX&8b#rakidĞ<ԟZe_vΎhk rej u{Gz*ld ( `xFd{؃* &/oВiks,TF؁(TOsd8rir1ctmAH kyB̲Ws/= \Ӗk JӿmlF=o~n¾Un ]jd?UZ715ſ,U/^лJ3a$iKu}XglN̸[VTT82{TW'!ʹZ[)׿Nާ"Rq0YӘ ) C)Mt񻷳6EПT J؁N|"On M/ u]ϨDKQ0K L܇:oetT mop"R6n6g"Ni w!$ -CO mQJQxF 6Nq50:$BZGN#~F^ohf`Mj͑</K`W~ܗK3 *uR-J D誠E"7#}TW8d z5IVtH;T  !eC7zulsmZ:IQBrdkki4J`H˪j][^ф99:4^zubiPO(rkaLݴD;| l ~b)g9(P:9 z&Q?c'6fDGp\ٞ[zb;z'bj;{ @cv݆)1_)ȍBLEanw$or{"W60J[2jS<ڇ=vKf6F%*A"HPi%qˇ*[Y`9j2"u1ϳx papBgZv߂`_MzȖjؖ|M"܌v&:Jؔ!芠B nuI,&a>wپE1 e8?gAANE6a@ ӂdD Z=/}woIԒ8)N; R&0Vy.~g97)ap~ .fQw%Ci%QTX \3hX'<ƚV8 M ]܎ffbx O6 i/O0e\-3̲hP|"T{b1 .{1#^~@RUJs7P=P߯٤'M#]3 Wl4: `:!%t)mO0mdoa>_;k}19B0rsN5RPTY׋M|$r%g?gr4k‰7t/~:)G2q46bEct#S`BօAIi:&p)H(0ͿrkVQt*0e䡩M}%2?z\b &a%]h%AYZT/'+VFFi5iQ f)LO UN8]#E%0IEq\˞ *M q4{גCq:S*;yud  O>N/iBz%|O"9RQݪ\GND{q\뙛reOσˤP~_Vc>$f̏}@/ WA[P30?_@ۧ4 &,zy|1iU )u}/uhd ojsχ?AGB ƹi<;SȂ[+w^ >7G_8/PsfLebILCSNa_\KU óaO-u߅POTbW5-Up\Xdi | &iڭ5YpL_YrܜO#4& ۔2eRgMZ-:򳁷Ɇjcѕu$G۷~ohZL@Cfgcܷhe}?0pȆ[*QI| E<'hTj|*TI@fG# H%P$Γ֏#I%"QOQ֘scg+*?;ū:L +> [Md|Ն^ϺGL MJ|S mL i[lK2} daCb=gr H}mPhV2~wMOh}~"s5$.A,|=dnjpAaYN RL& ֮oG} Ni[O(]r|w5fa~>tۈFI-=,\n@ Dٹ=J+e H YZ