PackageKit-1.2.4-150400.3.13.1<>,evp9|jĪaUJWnX%W -s8"89J$j&A_*1~=I` e$2+Kƞ}DKrL!OAX wL=B=pZ#ͨW,cQ[5Vi5N ;*:6 HfT?MD;eJ;&lY qĒ^yw2pԉz#Hulz;\^z!̅+Xl*]#ߑ.bXt>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/Z?]"k%r,Msc3.9Gl_jr33|@cŵs5-E8l'P^1"y5P!t/:{LFˡ߾b~OBġAXc%}guyf̆ Z_ R[0XrݨU'z3פ//$R}gKƕR!|jX$W{Ws8 ( {TKd%L}YL魪[@r[q\Cf-#h_?G::fa,,~i,#T^IV"'ḍ׽C11y~l iX+m- ڿo7 ؙw<^jAt݆\k}Cma&}9\&&.icewPUNm!0KppKQm5& }%1<5"eچU;:^Er-qeP?WѸXkPnX/2_!ZמdkԎri[WsᅟJ&&mbC/ R*OՎ}`8 %HXy3E3N9Qdd~ 9dS+I(@Mrxc3;d*ӌ8.#<%=-ԈWھU7M1 `8a\ۈ< 鵪]X7,CI{D4{gq `*^aW72y״J{^cTI|?~4]@k +^ǯU>,aO B Rl&X峰aG;+B5zúK4&kjSs`"1]WE3 ^+/zkB;(ڣE.ض ^9klJHLJ 湮y۽sG+잽ZkݽHMH&}{|F; ^Ht@ 5+!.ou"+m6Rl =RxbM%&oy0B(r\_|d7'_p::,/ȋ{qlZ}$:ؗ) y2Ȏ1[(g36Ǎg[J-~&u=`6BL1v$U eP:a N1(@e up /4W>h4.SoBK NPJ"JD8VG!Z0#sx45DZ/JT05;aMKHE~ȫ͈!.̌?d9(5H ~M*j-kv6 )MeŖ)Dz8#.Ր<)PDm({@ɐ,@Dth5 C&vۗvOe|5`4|,}™SknibP/'m:`) [l 33z<}E ܦlaߡ 0v2<+8 y.PZ,6hC.JD qyM[Fs N?O#jxў"Cc2l=.>*–"f@E9;G(U{D!@&*@٨-'zYC@fܞ9Z*9CCDw}jȻGS9exWPoӔRyPZ% Z]~yUG̤<--n\~|] A oXazC"cM3H/kVF~ْs!tJ >_aɮteziwCoGIsjӓBZkdRAYM{_KM3ݥɾ`H}?/ y.28J6֖3*7dŌBtx/-뭲':rIHujP89<&!٘" x2g,[Ƥ[6LLC>汄"Frl!Eֺ]#pR!uwǏ2W0hl^h0eԳ-fe9Z*Lzzk(<'enI_DfM.tF3,ž.,s[`4sq,%'l'T$M+bݐW w'nL76f\ .bIv'8nM,n˰>ձ +HS^V |3 ӉQ}fS\E:ʬԺ?IrTQ7ȶ7,/"Ի;d\V/'C я%84~>؊b|soD(72*mxk`CHQ -*wO(ANPK$Hn,*W)+Tl~ DM=9r}۬4W²r'F̕K,"w4ݚ7j+x⺖7(=yll1fOlĂdp~n00q\#ؑ,'e=}t8_c myPLWA&I 4PbD(e߿>ri3(f2BCI.$!}̉?*N\Xx]Z%DWۥ6xGnA7̇D kmXjķZ z!D60A]rrCNBf8>Gpr z3ʿJ1N3S)X x޽OB\SM5=o;Z q̐> g UGKs%WV/B|%ٞ*e2[;lOb1+)MRwөa_&\Ӵ!H.@S1zOc7px9N3Gn+a,w' )-`-i/aC0pV^C SAgp N? @jQo vydzd=P5fIşocu(q,(iIܯ,ɀs?++ " j38l#$O-Î{EJqxV0 QOq{)hQN""|<4k]cIo(Fr?ҩP;Vtj R*Y^=۳Tg04T_rEK=Up͇6 ^˨>D| ҥ$/-Z +V& *Q|$T{4|n4TcLwBp3Nиl 1v>ZGT'r BX't{~ZK9~̕gDӡRUѠEO*HbqyM$P.D:y})k^NsԖe0x1=cxcGϨTR.:W},!Nt mz$@}AdbJ5"Q%I]Joө=nqV SXGWpJCi%%.>ޭ"@|I3'<8z k4&5!8Q"qmxq P,pQʪ ;BJ}A+H;$JLOvBGgpg lUU~E}P<"l^ Πfy/9o|1OTRς~ @9.kt;B[Y>Fo6Ɗ/1 Ǟ 0ņUEP>B  G . *'28Z߮z0ؗ:H'?}L@GtK;z\\Oa]z5PСrV2ʝ}WwDn{742i\t+p_8wm里#d˳8R Gyu>m}fFFP&I8)2Z$&|_G1KJs^q`O:)6\|qxeP`1l0VTsE-u\0FSߎeѦۀ0Yd6HC 9刍.*rEKAD2˔Gb'=ɪћ ~{ z̜@8;?T*bJn,[~c1/jUŲ-u'7t0)^m6 oH3!N41X㩝u:mn?x!ÜU^aRq}ĮA&r+L)̌)zYfq /Gʎ^B7-ԭ|vݛ0MMcOlUx?/gҰH ɼ54HU}bT~S *ё]ND}ē,Gx1&)EAot2RљgXX$UQ{Mw8'&g jڿsiq|g9,Nйf *_-Qmq1l f"vaw(grwgffɢ2t VJa  Pchj#F-S߈ 2OXND!C6ɏf,F :ώ1!QaJnp hbeʺ4(cLTLI<83oEi1S.w?7MTVhbRYqcaL:[2UooQtoL*]aGšȇ?AtÞSo h[;Fg \OgɱQT2x^;E\o|QShpf= 0Ü2c~VN5_w\=O\!=:fC[9=1T.v~vC^3S^u"<7-'+3#<_ɇéry FRw~wDFb'R "I}V q)$yՠIChz-Gtx1\u~@Xe]e|EpXʐ^Ș>%NK kQqsv`zah4RMm18BYΏS_)gtGdן=gI9檹X-VYAJe!٧/ E_E|OMBݼ ϐ(%Wpjf3L/nOoFh9DSUDh xeMvcZ0&n2vpy>cV#jf׎Cn"?" O녵`SuKq\A/6O!PIh$"JuKjɄ{Yd>=Ӯtdr8)Aȷ?ij5!,yX?K&c!Q[OQGQqK+U.>.bv*(C8g:orm0Xv 7_ Lt'Ԇ \6,%;n2(GAdMBcP4~Eh*}Lf VI uc:LK(CO ":]6:BgEtH뙏Й"?V pZ Ô"7b~({ah ֧ds]+|` \PU 8 T7Tt ޱ[@(g1i'a{sxroA߉đf@1u޵UcjKJz_3@87+}1+"'B6d%e)Kd9,QN+hXUv ;ab%FC{NE7>j+%Lg/Yi8qe*%8WG~[o^:Ω_1k ]B*ߠؒW}$FLENSil &eޮǦ@ Pփ1V;OO0.gkHvS4<̆gI}'L-kol.w ^71jDѶ߾2J_?fF["aXjE&;ڵPLo9TX, _4y"M6Y?2-EIV1|R'emA1_W1:\QГ7ŽLyD+ovxwAW|pBTd5l'TQ`OoGT)Tj}hU $ݬP'Z_]wqO<΢oOy:_u^ln?Gv0DdH?2GzeBt[78wFmj٠90\N=:>4J:YoDkWg""̕qd]u4D&Z Frw޻c a-{YדV62.^E1$Еx<t7`${jt7(Y 2@9F;%"lSd$`G@B~W:'C"$:WNJ1ca@#xes$/9eE~ʀTR+2JbBR-a} ՞jLȥ> Y$ 3Zsd7+ Re _LA:ɨfS#Z%u2eu}ytRKMrmՎVAYBaUbȵ &X!{X /i1"cmΫ Mj>7*fZE{J'bQY@KQ&b/m]sX3_X,e[8u9w)ʃWP3:k YT 04{67OI8oL%mG&'i+t34?b 8z:]kU>h b7 JoùBިa,lrfl *Bc$*)TaS^W/ گ&}<4sxTO}L Ts:™H*Ng؝/:֟@WSxB4 iL'S`qs YPL+2 8f:*Hm-Tr>x;À s̱\k}uo #W&Y2ӣ91ٙ<j ѵL??x"F;SA8R1fcOP>]{aSBдYAU=PI >{ē~XnހJaH81A0kNe 䁝q{Ǖ-OlĄR`X8@Ɔ69l8\F8=NzI{`u _7Q#C'y,WcOX-uXnYi*[yz*03[jGzk %U ]7R#)'/E{R3vA-ZTUA@;MWw.ߟ^OE54j!-I5Yx\Ke !ƨq[&@$6.Տ| їUb4 Sŧ?FЛ+pi {ڇjJz_驊66O$L߈;=vjdM{ jZӣ\*.$K~0hoM=ᤫh[&&:W{yeAfsBBN0~-Y)-I݀taZS{r7j3R 2m5]exWu1t쵆>=2r3,AeNEI)Yprv*-4A#Am]ـUY>gG|s_]o8(㪉p)>hlQ;Q6؟}u1A8t*Gx{>|hIP8I젌rlЫ ߾-QH°9bQ$4cWRՕ,z6Pmit7<̽kGixD3IȨPMuSZZ8&1N׽wH◧"XB_ Ch}v]D929=p1) nCCfn1.s=\Lw۲ϡ4^ Ǜ)뺅CRpgvi-or5;t[%K#\۬:}3A3žKyMxLȜi _P=, 9*!;%Ł+5 2&z~LK .ROܫ(_.U"&s>1on0T]QIb6AIJ7*;WI {$(?ߴ^,NrLK[#~i("-b  ?vv,CȅכU뽀y|9pmBppmYEA\JëRu\G" ^ Bó,$\2ج{ٹGU+حx{gYe/ < _fu)y/R]sH$9*GPjIsrLAƢXIW6O= Vo5g @44L\oyDӞ)1 .kT$XC60Y^Bwe:e%mrUOsSz5RJ^t?dKfKl1H\:ʵa w0yyǥ {XjޱbX4*eu66@G V}ۃ)#h׋<ͺH/$!]y)68{x&Š*S|Î)0л/db'l?43} ['zeqlu̍J`z\vF7 1J"1Լ~c tVl ^!Űې8gvrHhvb#go\/?LrB;cwAh4; T[A]~|vlX%'/Hq7K;Q Cw1?L۳ǰQ.9܎Nu@-:9h v DR%e+bx5)B/gܸgU-2+>8}GnXi9;lWrv =TUyKȒ+tBf}82q.(/ wQ>8lewܞ.BhHT6蟑HWju`Rbcw硋Eo9yܛ5Hl}Fw/I"$aVxB b/=V,Aɏ) mV p~&+U##5K^mQLs{PM͛3rRU}Lعf9=T7^ܗsk؁k$HܿM1F"|`޹$QeޣRŋjP΍A&+_x3FEq\Рa* a'KzHaoUm(&1$U1ݚ#| PTR䕁jzZ|@kkڌS+E+?bP Ԕe0qÈ3H| e3aFN\)i/̃l tPVB<5ΑB:X~T,‘ jXOe0l!BpG!LGqcr*o:cC JMBk g|!ol)+>Н;=9eHKB4֣ 0-}Vlq'ҠutFIϒO mu\rto^;:_)f@CBtLZkiFv ? RjY$c n\A/*p s66f5j#géݳ iW[L6 L]YU :Oe0\[ɣL&,Hf.N9p֌,$9>䶅4kKe]Y* -ł2_,{2ޤo ?ľF6{IDegko . mtI#aV4>UGea>w33^E՘#0S\ MvLR4Ύ 1e_ḉؚI (}e7i dI FTR iW3n܆p&Px6^,YAzբimO3G"Q8K?rH7G% }*KBQvBec‰U)kj8:6ai߶M2`QT4R =M`S0 p+EĘ|М"UBv[6,bbfsn‡ ,E0{CՒ;Ffyϼ`g}`EWw,Gw(g;1jD0~, SNf8pU 7Ob4r_ K+Ӧ^kuj:SɳuFwX4Yրnj~V°TsGR,7<0@; Vj &ګU2!;:[N/y!%;*a/h0&B1e;ۑ4jǞѕ *v)?q}ۆSX]hJl;JЂrM_CY?{n0?{ w6sѽ.svH⚶ٍjZЫ`&3cJCÇEw@[7)ƅ#C@xtYqa4~IqkAAi(R9 T}9,_~!M>]} P];M,1#a R 8)^?l/2 kWIA2L{' 1T%yt=qF(X9uvw7SO{=V_OfoFRjj|>@yĚrQěW:(_4qN'˨vSWZra8O&%[]sCV)rm ß=x@8M<rc\2u܇V$'T Pd` C<7JUi.|UPQ#1VZB _:xv<'ƾq|Fyct21  u'w#u'=gŏk QݘKgm]d+fT51ZCNUo m03?uR &нe\\K1 Kl_ݳ d;}Vr@u2~52+{5w vK+(|5W I':FJx?l =v@яYX7HgkK,5KХE)aאPqJy3fֵ~9i)Jj:Y!t' qu^y}L!ʺ9=YIbנLն L5I8AMoT#8+B&`:hq#m9# ҷiLmy)y0?X^7 Cz.o@L2NS{uemL _5M DŽȮcBj ٢p+;9((3e"Sq NQwhh!'9P<xqE"PxK/BK} :XYtHy $y<1Aq1^; p&]Z0`Ns8(! *A~uD 743 r*(>4!5\ LX~Ep$x/2d3D7"LᾪpcofͶ!j _S*|$0qmڨ( r (ʢ! V!}fwn…9{WJvxwe3: uR 2w|y=Ņ%.>  =RW`Tuݼ!grzz56ȏBk匑O},nmJ@0*5WإŽVײ)m : :~iNgSLqW_)ߵ'8B5G-C|4f!e?<>Q}Oaά'D+ȫCMORr0Nz3O.Rf*9'Qn.$f >!:|DW_6::Y}6!w]BBΕMp! Q 8T(>iʊ?#/=v)ծy'VՐlB{\% 2J*0G[ޒGaه';zt'mWagXM +W1ai+l`t AϜT^ IaDh] J>,[zGVcK{) VqH?P=5@nf 86"+gEԄOw#dGr-> ʩ.Aй5>u]uvzrp@/y= d޼sX'6*?aa$? mGoN[@/z |iΏe(LragG\{9v$pSBbC"o|"sPթ7T:RUT^tTާ3 la/6!w[y$̴XWY=5-uf#uůޣ- pqgfC_Z<Θzt-jKR!G2*m~e zSId]M{#ę8{@&;L?Sb  A]^ȇiTEzJ7;}y=x!$MIIsǧ*s _zrw7'mPٶZxؽܣ"˞v "Gܖd}:sVwF9KbJup_iR38"!Ye++# SS7LetuMiqb@MlPB"#/P &ԧ`GcWC'x/"/i=]OG_:Rmd{ )i'gGS$窇[IW\19n>ʸ,w@U{p8IU#TW9H'!dbK~2ΣC$ 2?S w1a<}wdCm11?S$'b`tiŁlSlSkv,.,o fRտ|nǫ e$+@2:}̷`6}ىYWC/%{PL! T`zZqdtG!"md'Jg( {/rJLv%R`s8 A7zl( V=(@H Rg[D9! LN6I;9vLu^,ᇛP;w(56QE҄d~kzE:JתMS|񓸬ܒ \ԩ{Ex0<1Wa-aցyoU]Y=rG-M:A);rt$%%r)Vt\|1TJGywiy.ZZwrʿЧfM5wv) čdIOJ=Ĵࠨo_;zC*&k|{Mcҷ8s0^Z'$`VO,̖z]nաB}6C}Yرm.Va0@r1tƼ^5%fUԿ?9헖9KPwGz XfIp84}[1CLL]EoI9lS=`Ũ==_[DΔ[vG /Ĥ-2R cm3C 1$7뻨Y1|ŵ%\gÏE߮)I$f7qAX~6(5=},j48?j+SL 8rʣ4-dX'F!vb6Ewlaw;j:+:G p {H?7[GGOwb-d%`oΨ5OE4K-3ا#I<֢ɳ?* *kc հɤ}UNFaßxDYS`qMhExq`ȣ^S`\/ܧ֟K1OK2yj5 wc/MfcN>˟љj} n=pvVrxu]g}LAuRqupmhN6ea\C5aKRC9X #p&7fDN)Z^5GaľK4+l}lYl-w>t#ng$u!wr"#_~[B]T s_9!K=hv,%PBky '3'/Z ,,ad WbZcO:y%cSu(] 3#Hh9hLTry̶uBC'Qa~MRsR^w&yL\@\tCFthmZ,1 uD$S0ovpI;S|Vyo6FFY* J/Qp :/%"o(sb_}͉Ѐ^s h!  /_ܢ@'Vc{f}2;6:MX'':r(mҩa}"j0N- %^ w.Ie1=tIlyEf.8h E7Na@/[3EoA6*Wjr6DA&{%Vڭ%h/EM;VIX׼~~LaZD o& A%*-G h}Ӭ׽%rR c [rnxh{8/L@5˥HBwPr%A(=g{+xaBA+z9+Cnr4Ԍ\„ŀYkZSTp,$Bˠ];JA^d]ytpwD6YQX:tx暑{ )~ _r詣&Vʬ6dnAXaR<؍rHsXU$0y MJCUu_Yyl&?6 D .#7S/Uph 홲oLt-]U=Aau9gCP^e!y'@5Ǡ0KSJOXUPyڊ[yB >kCOqA&"7<]^umtg>:ZQ{s-օ5t,Ywk4.zXH=YC:~Vbi 9WlxusN.OkekOT#+S^dU22f.}b_$a1h3MS"?5>ﲿ0 WINUᏓ$w^̙#_PU9zGL L&W:jK%rW$JNCQ%,;2&N_ߴ#) ٦>`. ˶*$]GqqƜr*Ďbp[D=&w9Oeu$}% xY.\ Wxbӗvw9t|F㬆sQ#;VټlusX4Q!^] Gjt(i# d> D~}ҲVh]@֫yxYݮ Tq;q^ɩx.)7573rQ Ju!xzP`PЩ 291:l:bpAL6B쪁FmWȂVɤل 8.EQ\|.)&az}À+` M!23gv}12w*mr`Η(m}~fN8ǎJ@`{qbGlAB?Ƒ՞y- 4P95@ߤ$sQ藖q"3: iQ ~@z p+ iHEwEi' vWXTL[Z`PWTߙ,(zfegXW= !Φ8iYPH<3L\ \bI?[UE9HtJ I1Y% އZ{s9SՎb,Xg;mUpc~+~B8ngot6L"uzE@(7DSY(}I)A<4*li g4wTc*WE+SSu7S4,k4]lCbQ(zmn %l !=6}kg'}#s<1V$ڝs]0!M,ATlZ5h]r:8 rVauS*$+?㙝MVK{ 1Ypm{o`U;lB)FDn.h G sgOwK*#[ c\ͥretp(ң]1H%4/{HP[/RfG30{5ag>lbk@*R,Jʆ$Z݁0 C>Vה`>е\21 ɡ\Gts ڍ:sYtP 3TRWW~ WLo:rjl.f3QoN"8ˠTQ;~UU> vDUX 0Q$*Vl9VsMUH]`6Ry{d.`-z53x%f8ɂ +Syȣ^ vDMGPn;b Wc' L0MQQh[[-n97/F]6~` nN+럞_AeOJ<^VnfG4ߡb)_wZb958>"_6e lDSVk~QLtgiO7x?  ٪/ȵn{:R؀<(k7*{#wxP82CgLx=oJi=;N&$WU=lA. -䣤5=2悹e9R[iY#ᬽ]mz33<]ޓSmCbܤ+ R g"{cM\eշi1 M'hЀmҍVI`vl_m_:FyͩPkdW;7e{5jA&Wӑ| }FTl@(ˆ[ϴZKFXmhM֎ӟ ͅ) HZsQ~;}FGwVtH6Kyy p߀]hm#brc@R^2RLuS+Ja'hxj=_\@8x#ݎ?cī+KZ-)WWr M SDv xRE} ˖n`x2+ 뷴WcKG('Bƫ} =O1g});7] 5[jbj[uԌl |O`| 2""pW\׿ HC8Q4АԠ?$83=1BphH`o''ħ霨kl| bHwlc0=WaK*9J&Xfs:n&EPMd >XS7]ǔc4_dCS{3ɳUtQmA?ad]>}0dsx^_b/KNx؎\"'i"0VXC~.>5q.ji\ʦ$(4q/>–ua?zٛmFq\"S%`}监}h ds*Rf$D57Kb^qg },h]'َFɽ3{<0Z何c]6O/ko^0`^H+R.E ʂ_}Qyw_b$"6 "L K[z J8.6rժέ0ޠ<©7#aUQh+> ) sz+܌\OXOX7㉢l1[9H|9DQlKNWtqvmCeU:N˗\jP{N O2xYСY]`aIulDIm3sE%UNl?i1 Lͯcה6!Flq%@tK~ k5XT(/ٰͪ>@θ cqcB3rut k\["ޕʬa &vJrMeř^\a@*i-k&SFaai⍡^?9mHHkZYd}2thq: 14Ȫt9Xxr.'t0(m7C%1덇y' s Y;匄Q,7c!&h'JSC:Zkn V b,R;:Ea.oA*9*oY R#M8Mk^3>KE=^#'Ety7ma_ ;OnL UD0(ڈj J kZ;dosmqwuh3yI<2]wn>)_k=&> ,Ndt~P;0ŅEsq~y z}&Fr,ue=P>e9AZBܓNh78Se#]=*^_H́^(]W}m~Adg3Mh{Y2'$-?X?+']yZlrSF[&G9gY1:=bB_xڷn׍넶E z}  /2?!rmS2zNW.P~#4?^ƿ3簊6srj8[?ӖHF8Ebz+9h׊2fȆ(?H`ĻxEUĘH!8N{hyfpT iǵvkx =p/`{O9?v"il}]hx_!O_L%y4C$p dcZ f*Ŋ+&&_C]!JOQ[EdY侲>ӀH?O>#DxH)]Rˊ\? ?{+%:hMR%/*~B{!woWy̍pFt#xC(. y$$R^9wdt]#??¤ZJ~)yyUͼB j2y(3|7Ha{^u& F ;'7J1\yC\2asuk/25#(71X3?rQv74ѫT8 ($/=ѓ =$V58&ΙARez!ՉNXY4,~0Ug7ˇ*e{Bʳr;6*yVYT(&D H7*t٬ue٫5䠉1aǺX"qoJgaLI+r&ђ(t@gn/KxQƝv.HFQET_0^G3awpR h&G\R&"̗o،.4G͊FI w m6uL?Q1`1ֶF 3\OL E8:sRqrDOg⡧jXḚ@8^h Zª<~}ng]J>іg67g dK'5RX43sҵ; ‡3 eI<wi:?%^8NAրks0 lI|x8/2^x < .z]nyIXĸ%$ VEAHtR;,tlTY +9liTbq s%NpQ#ԉ9^VC?o5$U+1e {AG"T@+B3'Q.[a~ uRM Jmǀwa^5Z-i~ڱ*3b7m.ujXY>JzJK|ct/~2U }T};R;}C\qj%>+P}EȦ"41H#;>>7F奆&,x2qjGU<b-o'ё[˘a;옿>146BBQk"`WJKn / ҉5'Y8MT.+'rM M+HT V /: V̛S+R g!sv3C_s^PQa|&eMI{jUM' o [qE}u`Cܚe6=WT 풣·Ekx} %&m/.P=ji7t cPv(yxGja:(Ϙ)g`(m,:-_򂏅i'fLu}-ۮZ^xƒ ;cN=d/lPN8#7m/ E+D䦷_l r0lj"K@xJE%8Jj5__ODyi嬘zvR8|Jy4 ou/ \pPJ4 V.oCc~j&0s^lN8ocC-dg+>c2R%QWn,'?]$CI|k\ܖyBbLA`QۏuE 1nm"R=//u00S%^HKrRDF<(e_%Һ>#+ &%NbVhOO;n,uWZkwyeܖ;gӢUrbj9 u~}rvYnN=%UQrV(EhI“h, 2>& O24\'Q~mɠͫjz~Z pHIz!e͑spʨ,lz10_˶EHﺘ]PC[uT@ϭi!~&  i׀f':%dB}f{/3.9xUccb[iG5vFT?/? ~& D &L))A+g!r0,S}&*(R *؟l705Pa}࠭d6\`1[ ֋uGߞV[*]˵,szdIfI#o,c)Ōln =RsJz$Rp쉩d{X 0wHS']4*ue`_ c}q ȜQp@_|Y~a"[֌{n덆7C֭?Z~' 9xt*f(pϊ"f ˍTܒɍճj~rΰU$bY-؋|~klo: ,Ho1zOu5 ~cVv9p+kLQk COr͙w/UZC tX`Y ;/= {tE= <x,5^;d0~,x.Ւ_=Wg,5"0*&hɻ|#"Uqsjbz0#kNR.> 1ΒBhv4B5_Iٹ,G^;b.HjrY+&#CՌIDH#NGi;g[/ވ2LZI'Qݦ!LXd>[qTj<*iA־T~L(_M"j ,ӕb{ Y,W9kNȬmty@dbL^=gG=bC/hD}急Z#.Z*Raν'-G8plY p^qa q:0v̍ϙ>2'XaQW~^q9hcB[- rki [;|I6>N|~V(vLDrŞCIoE8?,7xGΜL:6EN$dljE:}-ɜ;?5hwdݨ:88kQO />`WU˿Fgi$h\ ^"VW`7UU tp=<SefߢL.µ \F5X_)GG/l%6`8K<|La8@RNOFt^rב=xXcŨۏ/J7)R/lc&t+Vrey)X둲Kd%켅6m KuYwҩ}z e3BM'>C3.c)eal  i`dР̤#F43͌tOs/g)Xk22Â&xll:yZf1p;L'.d JΎ5L+7,Q$|ݪP#[Ž|7"!@VNSrXׇI@`jl [fd\J9=:j\+2U >Wui0Q0AU' ˚ ''xDZT XA탉֏$E&^[>5|F&(gV'zFL%Iaj%RP˻÷x'|Q3,,8bEWI~ G,fM$BxrM "Y'HRv8Z+sƐ<:&>G%r۰K n(L@Af0&sʱS-V ZxT}wUcE+U2)1ghgq"o}qFLc+J+* t !.bZB b&ȁn ܡin>ABP*!O8*擖J,U @]kw ogK! 9vS@I޻ ((`';rHBEi;ލɱU! nI%J^eXLV̜td wm 9Qa=u H(qu<b80zwd/=lsw͜-a ^F޽=Hq=g+mVDĠ(aQRW,3x\=nYvH ?-+8TIo -,2C#ZB]vۇ@ji-#'^M5;rB{,?oZftq{*atL@eeo.),ڇ<%HnU}J:v{j3z.΃#G) mߠ:^ +1JɞM9r(ho@$.*K?/r +R|p*.~Ʋme}YڙMƚ9U&V} .fP''% 'Fim4!\9"FGf&3un9^\?I EmrWl#lz(XTGkUK*;ݰYltg)AƝ5;ױg;oгx/"pG0&tM5:̤^b@a ،q 4|fw%( R ѲN-b7q5HI ¸}$őB-яV?\}z%6y;1PZ!y/G&Fy#\+" sX]4:ƿn"{r>\"|` C_n}(owކ@~  l掚O_*AR"i' ":omRE HڭO|2CHɳQxpY_MHc6k1\ݤ@ݳ%z]pN66~4s6|!BҝH&Ideb.d;f&}P ءӡ JsS;"/iSDHf|hLGac ^QJ hwm6܍88S>&'-$!WƃOZ@eoO̿R Jcΐ^w,=ZXy`_7 UBM1vRs#KK7Ilk(MYN6˙O&.RZV8 E,:LL٩ܽmid,oBȾxz (kF(Xd&Bt҈2 ]_aE(pݨhSt~LaГ!%YJPGl{]Ȼ8)!Xѫ#w;gg-=n t?>CLĦEV~LXqDy !gz4W9@a9-wU/)9[3RKވ|ˤ7 |!"sW3qͳXܦdzAm :>`}ɾU}kRZ$g~fB[EjD2%mIӂƇF>VHvF}kgqyoF g<\Uas=:P !6E(:5eT舷 _HNfg%h'vE dO)uJtPd_9PitN20_v&Χ&!w7pѤ*"'e:INg mn 5BZ`osz+ƸʃB=ͨȴw SbDP6~Q Y0PD5OCm%=O_ɩ 7J|Q͎Vl&RdΏT[˅;(K=V3L~"/JH HL70!ْ? 9 G6ۄOVl )K9~XE5ᩕe*Y-c ;LS%\T, bDD9_?_99ψSʓk P;: z|t7v.6-ޡhzXI".jdXAkCO5o<03z죿baI':p 6[wBq8hQkJ`8s %"a̵,଄8IQ:8ZMЮZ`J.8+x&dmz{䏖[gc}I8H3iGR^}eRn&fϯƋ|bk&͗Tn]r C$ v#A!ocA(Cr^uj] ٝ+8lzWȟēDM[ ʓ y^KyU&&=n:Ħ|a 鐥c-(]<#Ht0{Gv[VHbHWlu7m=|P 0hVnYXk(G[Q8IcT MZU3d L5VmWeGpKk3Ǯ$$Vh]-(OyvES 1K1u3!%ڲ AyL?K]GMJY;׀LkJ}*2 -ORϾ\ *oTo,SMs+x*uσn^"Cv;€s* ;Pb(|ͿAݧW˴)MzcpΜW/LZlFj¦~?Lv<& $PC Է(g$>e ÚiN"H|XNUF$ٚ)i/w"!- dltsз_l2b(/#7?Y;T.tً9dĈh!"F$~w$s$9:kؔ3.q\/*/,/`\i9:׺kDS)<3ԩ}IH o!%Bf N^dğ` :I)-{e;K(6cKM9*+N>.%8!G$$^cpkM\K]+}?|,w!4%8/CN;QwO9$ }b% 3CߓO} 0 F0։j "l &S-6[y5-Uqh`+'J;~",-q"/s3jgDfP8~{7mP u;l9\}ÀH 6LH)2>*)d>B > *iK9R .ܟ ]@su<0ۻAƈTDg`tYҮ`lZq̢-ozϖ#.Sa_x`} ע7˖éon5.Zo^>zד4Lp: e}w}vu={{n7cDؠgds||/Y.>T6ǞR湮^:xӝp [3^[0y5v8? /2< [;Pn;ʨX"z(w\|Ld+˺ V|9r,T͘+Ӿ S2%^׆V8;,/k4ְݵsnZ##.{MtZC>C!=F!Ch7MĤ ^"7dsN" >kxʰ鵳\i=..:nh#=^4u1LX0Fv~ummA >)J  U@?{T#Gp wq6}ǩۛ{WڸsoeO#oD, S82_AN+#/2>&j݅NrXQLIozǙވEKRY[**-?: ̴X)00K,7q>K\TU; `92.EpC8=YOKsp"/f올wqTNGbe>6,UA/!z )iĀ_Iٮ)@Ý@g\ܕ՟I܉W$A%3nzƵ頳f uUP-]聏c&Vw{'lf(Z]-4P9tD_CѼ"Z0/Dk@|ȅyYCg5CΈC YP@G\Ch9?.ڪԤr/V+G%jt'{B]71ѩTla>%JQB]v@T~vIBE9=1U:b=u,D6h* ^)P c!RV.. ֩QgTzT贝rzB !6~#m&K֊N.D(O:@u[ux);i(TԝȫǶ!AD.gtd g r6Y+*y AuawO^-f:n<) Eet/@%eۀ5}LΔE4FǢܹ}#6duӎI\%MH(CbO\ a}Ix+BSY8\ѐ|3\m*b!nk.N`쫣]=<1](* }ixwlz\o~7'1|ͯUh+[>3Lh2v'~5Joo9&"$s?﫰և"Bl;wN*[S>;<$R^cᑉS 0ϰ FbgFc/K*lУ5 9oCʬcSU2~%lԸ=rdz[]8gp)xk8)QDԱ @1\^ՓۨA1`,SVd^4۵$0W<9&c Sg*gw] ۀl.֟s$$ HE^&yKRP v&Uip[)#>V\^(OSt0~~bࢆA9͜~ ۬Fu q@4rW<ڬ%]3o؆b+إ*1/u+Z_eJlަ5M!ovEW*O[ejLUjR`YB NBbINL -d~^v_, GcRPYbM(ݫ-7jBFqKhK?&ӇRzv42wG#{j@ruf0VJ=VO(1|E;e"\Q4a]gVk\CZCREdu=g(`_į(c{;__6^5uH*_;1FxzC9zM6l6~4>[龱]>$ 6t;~aϧ~[{Sopfk W~ƪ镝F:{ɘLFAe7#:LeZsr(X4<u6lᖆn}g'f/Ë,U&c{&9-M̕q@B : [ek?"lhr;!CS¾#%ΤJBї g&>Z=i+ka >vpv Fk -:SlWش>1Y\pX-M*3)1>iȝ!ilkjLuN{i{iSIz|]ڡ"_[|*!b:`*BX]):PS$ bz\vO"Aͷ{ϖH"?m%4Gdž$*z\7w#qó-w׳]l=nsr5|k[1@pj_xIPM%;i$&JzYouN#d/u77 \5Vf3> ._0/f(g.c/f&2ljhԸПQW@0D{4yw>(el$ |?3;: Bj_0xyD$ B,p1j jiEuyr !ug~$X9 ~yu]<:c8#4py?hD:uԍ0j0?#PTbCW ໇K3^,g9’/M^M]Uˌq:oR] so%_^@Ҳ2oqqLT}{F@2`gdž*CA^iP1-va2ipɩ/̒`mP5#WՋeEH/,D"ȯLydj qې]'%h,/q/4)08Y?'{/ɿc1G~ j~ؙ^ᷖ4Wl~yG})WyGPׯk {[з_ */҈ (\bJ+'BWH@咜@!8ᮬ 4 %!cV@}3vu-RDEcĿ< W簧3F-O|.R4O,?; S*!L ⛕0䶬4y]Q$LX*u$lv댉Pn:BץF#Iwg-!9G;^Y~Fޖ YHCJSpydg `8GV=]Τknafd7IͯҀbMMM&,4[ϲ.q&*44L&ecL=6O}#wfno瓽ֱْ/iJ- $/zD9^$g57uU-p[=|+'[kH f/լf>)Ϭc20'Z dyl$?W?3rqcJp!# HaKa*!Qjsniq*'Q a'>S\Y&,᫤+ \u/H^ oX,Uykan4}z5+-A'k @O>LR2H(n (k0J,>Vɏکgkd~JR,1wz`> / yhYQ0m3"!bO> DlECqIhtͲf9OtQ>s5Qa5~4`TG:@yXDi4WNMtx6/A`i'Y rͩT5D/%b*æn9)jv j6tj¡ZP73ӱGMshS6 G 93o v8}4l c@n!xX>:黶sg-,M{49t1gc\~r!ad']ejdt$yɥX5"AgʸjGxYb*Z8jݖB`hp`7Ep泟t|W(C];Wl(=[>ϯS}J@kcXg#L]:]Eji'Q˧G+`ï 4\dПwAA_ 5EqW\귮BhVh@2X 3"CS,(DS)3g2 Æ3MeylᅣO`ȯ_/OVwި4l"Epޠ6@F^2X`z~^6cP#-e)XҚ&m\ /#QSAt6w;{[ITQ3Jxҝ]͓{+x_oFW$Bf1p tħㄛdLt=njypOX/֘6ѩDyGp# U6!J'A'@ jNjcʂM$|xq[&BUϚc"%T9wwza*+"FR6^WiuQ{ȻjUi%[*xA K_q~^)٩i* ]S2ċjOa!tOL,#TLQCyJX{^DFH>~3@?ߺ7պ nk"o/vhg@!iKM3>(L@Pd )=6%\">$A\C0[W#o> ¢1w3#_6-cק݈bQb9¸3AlcAb b)_$ݤqϪB;8AjvH(OO.}.Gl9Gb+o+q XqcWt%E*>_y~y۾&T&wAm&]K2j{w I4Ht|n\5 oyCmkF/{~]~{D}蓒=*z@ r'ҍrxQyz,f#P7 1^iO|k/!q C4J'Dp 0Յpmg (?Z}T(.DrX7 lNeNߨ6V"t#~QB?$B8hlT5!UO3?P/$ 7qf C<^hI{Wı%7UWq:{/XM/f]y|y& |tn$m> *=fB2ciNԃ7ܶ.5^ _>)֯;GY9qꈲ00t-ZO4iTU;@cspPJ@rX9HS[j'xƾ ]eN&N\CȜH)Ap}=IhOm8ka*z/IMD1':R'[]kNPZF\ 1wb[{:³f_sۦ)z gd=ב?$d< 8 n9kgS"%򾳻)k*"//IhIҩ^#nμ${- RS-$P98X7EEϮLj~1@_攺5[pƒ%Ml:X`uڀCO(RQ2Z3rҬBG@ts!K;cAeh%3*"ۥ f2M"]CIrK-+c *>Eוvvl%i^["a q'Љ[x]XemūsV3WiB i֑XPBd`oe]C«Ci\SY}=MxpMNL$x򺁐BKQ;(FZlb.Ƚ3sMTO"DNtw 0T al&_T7J߈FUzOnV jղLPSgXnjrz 9Kg'}~atRMIM(Q\uuCKG}:rt(G~*u ~Uc=o>^`o}jjK(C/m ^9LOhFr7Cs%Gϯ]I-Ax]W$JhğwܿAqwu]Bq$Ǧ0f̖-AR!!p%A$+P밪pX]O sŅH&{T^H˱gCpHOW@/rB/PNp&vmC9_ 礣jpxnr)^Yg-W,ua_.?RV\7+y Ud@4#kP*yg4AKJX煸1պƔ8ɧ`kqe5:IIlz墇׎Jply 8E*D]DauZlFe,m.(ѮXhc?XMBSE !ĝwLQRNS([ؘ(/PaGe6UDi^ɗxnfeg^S3Z<![H2 9po\q˩ff/ %_nhdݼ,gu>x2l/) =\_Ѣ@X@<1K}8.rBzP9P}xC4]?:b`@Gbpnqc}&88+FE&&=BXtpn5R;glo.Y&3@?v1m!@^"5 =bJ&\ -;3-ik|\n ٛ/ x!gm޲\-^%g-QrR%$nw %R;_Cktþ=8eZ7/+[_AϩW,,|FQB|ѓdt鞄 +u鴛U{qtoR$q6~w]K c[G!_9H4*XE{ IHTzTBc:2*ߴ;eoxѼ8Rux8l-'x._@< 5>EUDN`݊+/ZAXpŹ\ 2Hl@]dfV3fYz|^n'TdAhH΂pc ;⍸q٩(DyF_U}3WHTU"{zJlUͣN0t~)uxrj٪տqe\uJC *CžL4T $!` _]@S?V.+7űg j8l8ps$!ӥA $܄5&-Y]ڏh\7f.́Mplo5u5-t3B[HUA*Ow+13 <;-Z^'ڮȍJ+x6*#=y2KٸE] Q?ly>\^ 0M\#f!zާ\"W5JDe'CoZx,p.INcb[Z&gS&MIpԅ~8"9^ҎVsMyWp~q:עoe<`d[U{~-)۫h:@G4e>z)L@mjo-BCbphaXs1cC&cjTnBNnX>b$:.̊OQlj*O@)3DG-`l?N֓JO3?Qac80Tè!E\ I]vƻy|q62Z,>lX>_ke=ڍO4z`6 ]yl|+ VÞ|2ySX{Z1 gZݢnt[EZL $J=˱[(gd0Jۚq31Hw*9$ 0 ^:)@)/m3{ґ_;ia(u`燕_cH=Gw#&>uNuc#s~XdUIQ 3I_nKC@uorGkWIϑcN#,rkK.\# ݽ `C2F.U%t߉C4( Eѕw0tw$]PSc4GS7K.u @q(OY젛\$Lox9Ymb&5*sr9%ŸuoP:c>:ۊ-B$Ad"֠ ;!Ʒziif} ?d|0_gV+eTn 5Tu%Lv*{ro+9EBC?%&zO;q~ ,t4LJOZЫ('?I O&,," ElgQ^E憼6Ϊycp7q&4=R(N1Yb00֨NԢ {@9OfBHʄ!܆',{SI;ocme e5}HaƕE~7Ip۵z9aFsQ+hceWC3|(YPbEN}E3ZX1h:)ٙ;xw]R%[gS1D `_'Ƒa<$r}X?~ qq0{e*^qU\_hexp!qwGs+S|+z3w؀ ^ |HbDWO}S֥R8θ\\˒׉Gdulz;BE*G%2j*'Gʳf k8NR!lw: a=}ȏKKTqSCnS8=mT SP{5 IndfXI7kߘ3ؖ̇"F?N,2T,4 Ҕ@45UPDI^UOn.= ~MN2^-$gГxUWLiɱ8%,euyc9 Lr* 1n~x? o%802QS3hܷ?zd`S71Nmp.-\j;6zݓ=G^!ta%VF(<,~4#6Hٝ/ԥ&R=u>$o;\f5Vp*(53+y%(iqԶ}o]D;r/{ܪؗVX( RGiw EXx*Vbݚ{?R"GZi4y$Ǒj*9*w{"a+/W4(e"u{lp iKCJ sxT33E1^ w(mnT~ax6pGjEvE6BN hN3'>8HE0‰ĥcX{y0O:ܟU.Khi7ILxA:t}H2hDHUhv``rRDv~Ѣ_*tgt*PDu (+\'N,x5Iock s6\@WwAҴӤ=d}@Ѭ) |'MW;HC !5l0ʙm>pW eȊ^l WYLhtkQɔ C9Ѓ>? xX&]VפLý-?Hߜ::-C3Q7g?:Lum^븼Ht;m zXq-m,zC+?f@TUR  8%%E$J SZuvbRUyz?SGi@ͦ)A#ݬF!x|C{WchML;q2CRX͟JIμB x-:vkvOr-^VjHcRҺ꣏zT,\$khk`81wyG$neuϩtC >6fSRuVq]{EW+W4sNJ/)H)9Oկ͡5aM1܀ʍ:}A RG9{\LZL? 5_c‡mo΃@G)]_޶3zZ^s0EÁBjVW0}b̑J~];FsYseCE nj^.֨P[[b1wersm7E&N%UF:.wkkbaaƎ@6zҰ&xLv1Kw]gBbнikBTIOw21_{X7•A :Jb9F'1iLة3Pr!cPm]6,4-:4j!C᏷i>V'|)銩rk9L=/;&i!yLP0dq6~ t8XNLaWIi@|R[rJ0eKtf0qШVBLldg/뗂?>sQ/h0*R8륬/$yvg [AbgIIr)u%x{+9~܁^IA&YNY >7]{.] Cx \s|a`( /QK.*|l][AwkQmxWcz3"?5/Lzy}_ËJ*?E+uEA.7'uqWEYzhJ/&޴TRp  UF0/q7l17AQ+b>;%d$kJG:Ksh }/pBN ~ ٭[8'S}I>u{2egO')e6ٶr-Cҟ 9m|?jۅ iw>l+Äm#OsV?Zۛjr4ǃr3!`>ϒW'ɨ@kd(ېa n`sn6aC s;$h28x;6%+rG+->m1 eY]eS2HEaѯp/4)HqO3M10 Z)L&\2YR7.c.etgVJOŴuE;U kv%4ӞJ7qG=qw NP:Fܯd v ϬaW!ʪebwW}@t f 4 lWe莑\2fbRD$:Ugy]c\=b?Ӕ?҉.3T\}ՉM청Yf^88fdau!]iK$ ջ`lTҎX/uxfb)0[3װB*pU<ޥ,;h=$:d+$:o%+J.V%22FDM6GbwMsd4|/nR7?\ahN"cY?<-eNJw5I#G)WU$c@#C^NDryZ&9NJ:,@u&zCATsZ@.fY:Aw$Q=0~QZ"6e(uoZлp,wixQ(뙚 űdHe8d}0 3,R4 n] [E`:UsvO]V\SiT֧]+.g3gk#YR'0'<Ds̏9= ޤe"-Qbyw'EuyaCC՛<-Mݺ[Z{9ʽ`D@flm@Ht.SΥdlG:G bXӑ JlQay %Dr̸#g6ܚͬN`?Xt &"e.Q[bs\L3LmiUMU/B|E@eYF4g^1rpn9d0SA}2~xnUQ?9`|r)SC@vo7Lf'{,MD }*[؃'Z {AN_πg87/- epKےDgtUr7F碯Xw{9ln ot5lhKAI>#T"XY઄7ʱDY~l ȱ;es)5Oi0Gzׁ2$QP;]A L~UZ.d!CaS5ȵ_ԅEcC$"~M > 9l6쏱֠v*:cEqBMØLљò/'o3QJ+j Iy)ONϹ*~ݚ1Jh{Ջî )SIw2@C ¸כW m Zg9ҋ@P딱@.'$)O3Im*{̏ww~?MH>z~LrNbbi?:1U8MB|ze۪bgd/ 318.޼cŝPr`)8. _66u_NgDw֦zyύ35:1 PAc2&qqGr̓6 +F[oJ??/.%Z=H'MS-l JGN~3cITVo:,Ȳs a>Nk5S-B'GJy7vUfMCP@B Uq*rS> 2}D5wӭ,1;Lr#9AQ_`a3(ޢ %=L7RsB]%.6p<YҴnuXItCKFA~o^NeLi~ڀAE'3j+Mn~}/{P / ]v%(=o8 9*GH- .svSYz?)T {0=q3.Q̍<ѶZltg衴@oEA(MjefY9UB5M#skoa &e$49}:<"4Gl-joay +d=n1LVШ;{*KF1&S;(>x_K 1jWDz]d$_OaPQ`#yM}ϜV 뤼bC y$iM[|nu]vTU-ENIJ1-Sxmsb8H{?*ph1Vǭ=d%Zz-Ds{ic|]ubn($$.c"ѩm8+@I"@{߳-*Y f B^ٰ!!|,vOo(ݘ09s}#*7/ V#ioӗ|bI3;la1[@[kЗQeBb>l37?c65ᩛuQq7D?g{ʩ5? Oo#eFB`\pȲ+p߾g{ZOXCwD{PBO 5-;(:^v%+bKAA|'2FqB kSy-ڦY1% +$6dhJ%ve8>>+U,TQ>}׳I89X'[ak9J`_:P&¥ ^^o\Ry8¸[-0{n7ػC΢nkezRMx%uGx_ iHAaS8 N{J*'AɊhnRp1=W$JߔHEd1M|w ۮ")G~dJ⍆L,A3m3߸~CHb I.U'eJti~j{%d$@uӪ{p? OXZV>t2DlZMN}$W@ICrq  LLa;Yɛֲ(z-Zk %;ukF^Z‰=4rOGrRz;%[aԂj7ų΂pcJ f#ډY:h6si7̘(σG%: [B=/0NB6:,<>AM~`$(\|GyVW\&`dVC̪}*BqdaZͩ{xn3W\ʯVkbYW)96#y2Kd*vsy_6=d̬1>יNCB$J@@D~Mv@f-pPqGGTn[!*w+|*tWٌ*(?}R B@ $0?:*UױBej1.f) 2$PYUp IoauT> =l,gzbR-dcOʍFHh:}W5}u?ߞ1<r}ʋ^2@dӄ]ÏۣIc";fCݭq͂8\mA*01 z)C`nJ[Fxȁ=6poW3 >ԁed;rq10e)p\S-EEp,v1;[ "*ylz1=D+{qatz V,bwNDaV ).HFpQ"P]K^Va`$VS}wVk @;Kv T Qc|j?6S|y N(/d 2]`e,4kq'Dc55 ,\L̟۹WHaB6Ͻ{8qteU+,^ʩ1O,aȸDŲ,^_AQNI!2XD*р? J})kl`+ZrGJH3lJdSvtf͘MWbMFGV\2>J8Q7v_]}YO;g-ah<٦Q.en6;'&EM]v)[E}&aj>2[LCDUp߃ }f\w]'I7dRl=I``h֋wlzڧOLWkm[4Z{Ć1lO5fd"~7>?bt \wtHp#͚*>0<"uLN2g6etqHקךg+JY'CtihGpiw@[Tͮb9|bZ1{4jk}1M0Ͼ~'HzV Ƿ#uH6 vO\;^k[qZw U{`ETC.Ei3Gy݊R &Y~> Lu1v`T0;s{SM&79]kIK\ >Ag¹*/KY&-Kե䈢++lj,B`̱7]^h ܃ Á`#.,z1ㆴk2j=lmiQTϝ} QXVDbt}ѳ=,!NpuҲreR4мl17_'YH3\do2MEщ 9B};S%yҼH1C]8YB pXOFO(1r$k ɺ g 8z/&OV^>zH {W)$qIJ CY#ږ^I4=:bPT  ׏=}ymj'l7E^Md KISv;: zxZ`n! gt}T^e5>EA Pv0'0%deBD`O|r;Lq. o}vX3Lnz"LjOd@>q֖E![D)$ OVRr+Xli9EK=*7遅͔hz`IQ%4 #U-!O-靫Dc6fnHTuHSga%$n[cQ7Sv> T~fE{JvR`j?R,C6hɺA_}N#A*?YLc tIOVqyN TA7XZ&ʒ]3g*HQH}Y }H +Qe%!OjdS㹙/ZY 4+4 +.W*Б MO|tѬ݇jk5)v>],H&.D{p,T Q8TZ^Zq+ħOa<+u4o~ޮq}e}QfzV|(Bo0<qӃFUZ`J\bLJM>פ286˧}T+s% $vfRDao`rS}m [XZHU*ml䌥(/o 48 EjQl6*=145PV:H3\So%a])H4zT͆{z )XG>yghe)w@}v e4 `V{ƀ'E=hh߲KYJn7P6%aJqY }y|0m.{ԃX4n]V+G] sX~ 6ptw@oy .;5|#`|k~؛?F}[* k^6ao! $ɝskJe?,wNkyQhL *>cfR]￴Phrz*L{TFGgȼˬc96Wq2B_Ɋm,)'4Sjxu:2iȫaN0x$%,FNXl⊉Xee1Vı1Ӥxo޿ Ӝ.|JHhp,DpE}IU]Lc2GDp&toȜO41:;k/ow$:`x5bNR8ǂpR`ۊ%cmdGVf^o5]Ÿ%kW}H/rZ&?DeL~ʮьȇ(#Lc8xrTQleg;6 (]2TMUu%@dPI-?wLQ<%Yum64SA&FHg7P6 R~SOa751 Ҍ_ֶ{}qV'E TO/n~hŤSAst59jd][!f9y#9Q#gВJ^vv锢9WMReX[`8~&xM)OS5BvYR10P0mMel}IN :V)P\3kW_ƁNH#0 @GD K<k`ǃ$z7sNWb,@{> z\+p)ѭTy9E"ݎYa%2]Կsِ-N^PЍp=09R,m J ""=bL|q.ƃd"6$^{wKRk!t4Qs:i-J .!ȋאI Dq$E3$xN;a[|N-̿LB߫W@LtO7J^E|@33 |\y@8Ges.iﮥ%A@1*Hb8 wϢ2aQplXOug&yiݴI:Sn-# 1L>R̝vJ4pg]_0D/Jo$|XցYhA o\MY1)RU=PPkIb|_9.Mxɡ k~2ALOtZ!cj" K'?d7U"cw*BWnVO=9AψwC[fU/au/6+g)P_˼ cdr^Q3lP&;9HGc7~LhDݏ!W!cb3@D.V~{^7C4ܩ1ҧIcZPz [cNK7=P$s.)ˀ&z,KRԎ"ƣX'rݤC ȎCݽ\憽ⰿ`OrG zheV ̴Wwu1ͪ^s]ghOI:9S`끘8%G&m9/pR DSyS3ӜvN;E>b 4[ng@6~]*s KUy|]N~4Sl(Wl)YB4H4I1manmx3e9Ƌx0~hE!Na8\e`d˭3 E{3Nd!ߎ^d؎JQ5{DK3;Mj5%:1rv=P//'s|~4G4AlVTU,fԊ{{&By:ZV* k3X2{k겱IK ȴ1* Prr>_HiUPxC!@Fs #/5 #zb1 a HLpqH$t0S4K! $0Op,. k4X|e  wp0yH"W11OVZuvPq1(Z {!lw"#>$>~ehgYuG{y@X+Vd 1‘i.ZqbK]+>O0aU?6V1[doLkYK\t3 W5O>сRV*wkdQ;>6kyUiU:٭s}꫚\~bz礏l n0j̄Գ%$zCB0% W.\| jKMY Ё_8na#1rDY{Nux+<ŢgN(6 R+cĔk&@!\{p$oS`AA0s _ 1.A&/$ e N< 3FG]>y^701̈́IE塖z+ɰ=J9EǠ* `=,`LG'JvsDĴfPvQC:i\.!ɚXű >ylrS? C.nzp qľ= ogZKʆ[[bo7î/zcȸ1!h]C{ʈꦋ0T;vU[R`Ҿ7Lx/Afw1ΜD{bt/<ߕkV_PNĽV4-Lj;!~Vq{+F#-$3wƭs0:ì!=K kי!ц?St9f kXJ< b0ٜWx$ѻ ukQ;7NP*  tep&غv4IQ_ݢ+ϟ42k9uH|_R nĩ]ŋE@^%9);y,xya*F+ qg偑Wn4N~i@g<*#ר{G mdus a|FkP:OO2K0b GW1X+hASل}@a0첦DD˸ ,L2[;d89D5{yΣ* ҔhK@ %ǧHbfIaItɴė;[RgoTm* A ǤROݨ慗;kJjd?͹jخ/ǓCN):T:,5 ROS02 mǾXt_s*޺Nμ<5o:;~/(dE7@Ơ J\, M#RA Q\v-j iՃo* VHdgtqIc(M->]Rq-X>Z[ǗӹpO%䎉 tA% mkYB=#~2ër3cvILtbVօ|~l[d(at\_XJl4YJ1W4u_|RqŮhND6M59n[EjHB=v3PXyÿ/ɝhi@筡mn);C)`8E g,1 Dr,Хv~a8hqCxְBUq8EeR^˸g՚7޽;,͋k~#wxm>ۍzX}OO:_!C֐/kʴjWݰ^L'NY§p ϠUxL`C?8vL&h⎾_e}UfsUC^V_61Gw l-<;RbZV뢼|rf ?8~mȫ}=ƻ.5;0o Id&34LQ*/FGJLT@nӱ% Ig}$|;2,hl*)YHQm-m/[@G7hZ9A@54s)]tѦz6ϴ4fSܒ^GB ylښo \rf+Z_ݒ?BqR̔ܪŸ; H#]LBku= ) &:[2O&:΢ה66NT.j \-cT )dG쑡u_]T[-VPSGլp"|Њrs',zh*C_țո4v!+yAhLX püJ >kf|O0AR"EnFO11Tobw#ۮAgsX= ɎvB{)sW*pl"&՘^]ҍGskd~?NrHr"w]# ^4-ӼePk %&PYAШx@f;*C H9E )_a/õY 7#ڭ ^| ﱔ֍Lm8v,,,kF^5ssCc3[;%wϵu ڞ̓[j.e^-{x x{$`}3)+94OhnI0Sjx.S7J0%Qtq//,OT\`STњ6WS:2(CC˙%([L:YB łQva5]+hdk0D C%\͏,Bc"LoL!*92>')h2cr[ gX=ynL)rP߶>$)Ll"loE7]IJ }p_V? /GAV94Cc5YA,>lؑ8w,gu=t9#1@&DQ"6(h2BU5n͚QQQIc3ue$:Ug=m}|8A{j.p3+ք"'igP}daFk Hռк=>)^Νz1?jA/.KCvD6\S-$sC9"kè /"tJ=)`yꔍT3g[KP*+,!fx0bb^A"\Kdw<"YZc&LuU_HDQ(nq5~nnö{ml,8|%T[ͦ pY^࣓8ՇηCº@8Վ}iyGa15wu|t}5}Kcuay O$)́+H)F| w;Y5}roߘk*S\ auwׯH*UE%1@r,24#[D'Sk6O{DȨm ]yYa2 Zpk H3r9inܿτH|`IKVZ<5EjA^)=Q5=M 1ߡ&`*C F3~NP T%^]sz 8eö֟9ü*"4튞UsE1tΘZx||E35q~j"򴔨3g).T?pk‹`'$.ED*opͩq">;U7k$_JU,`e\e ?|&m1?ɈVNQM T:Qu/LRU9Q|^?r(}M;<tx_?S;nl0Mh,~IVJBXzȳHpE.%l>_CHHu#w+/%LA`vצ7l!%;PjjLK2GYZ'"5.iݸ-=7kMs)ĊUhݝ)'Czw oytCNe3t1>0C]p_W]CG I0x^~uf5?{ԼN4 m+a/h!DUUpgx7_$@{eۈ%5N-43xq鐊GkoHyj| j;6D */g?.mnp1GzFcnDhky!bie۷Gf@ 6*VcU!_wh_a0:V&qcqOOdH{et'ArZ:2~HsN؛i>5wt" |զzqςZftªsZ1 #䂯5͊q9+1vDah6=MGNⴳϸQnJ೤R4ʉӍ̆B ?dy7*Iu؞<*tk;\M1* `i<͐5Rrh.9!rWVʟc>(n̶j/A߭-eŤ8CC̸FϽ m nK{9!s=0 OaBXnfBGWjM/Yv8QIOZ{6bJe#mxa@]m$6šChweEQ;dp Sfm#Z=d`>/雥kk _D=8s>_{?$ϩDH3@ߪ(v4Mz?uE=#H)ٿ2u/YU!% 0I0:6:v:a˙ * 47QނB;9ؚ!&HPyq^+ǪSfK'?pHτ "=c:%x<'E7x56Y6=dH]xWo, @\dR6G'tޙ q^|l4+i:Np8 E .2Ry<HN1_g^ vjbة,X#{IJʔAܬ5';ݰ@5]b=jWcl`t KGL'ݞ/LJ'1N"gk !Kc'/*)M܊KMۄS)Ӯo Ͻ>Ts)a)b,n?CT uȃ-ʏj mJr52OSSABGj`v0e3_1BPґܯz> "RZ<"+m;;KBv鮜_uw&uI)+$^[Tes38;zQ: jԛdsw5M;>n`S_:^]ue7IsIm;Iiҝ3ȃ.) .sUKL>4^H -CfkD_iCG$dxKE6GGu:@@,[lxmOQt+ !g9>fU^[^Dp o8bs i.m 1=Zl7R'PށyHx#mSVBB,x?s"akEjVk/i17^'-eJnԞ"<}} Q$ޔ[p>3t$w> ]UO$_)fjm+P':C=|#͢}{# \)sġie2|prvi쇺I};/(e;a9hyf8NV*>"<+)*w!v.(:x;NE{JKf"mC rTvOօG*QKNb|0X`^ݣq\! &Ԏ;|[7 lO~gX 7HDݤdHT~XCj^a屭/A[;W%ω! Ҧ Vqu}ݬLRC֠0'\[ł-Tڢ*l>Wɶ7Tg9K{zk# =y' NS2L#o:s3ݽ+'BljΙBJXde>)4sLM;M[1s{Wer^[[5D 8Ӂ g4&Px4_֗儑0?Rأ u$hlx'lK 9YYCwHx=B`طJA!tYFh8j%w9c$G/+J_:Z}t`5(D J R.EU$e٢4*N1̆(x"e[wb|OrӐB1s+3K|;ֹ%`{$(*saynۖajk*^Z\Wnr\qL4#;y@"}?&GIQ$;|kƀdeb]gtVHnJeA\X$MT/^#f^ aT`׷U0&A e(B ^] \w2WmpSP٨LoXVZ<-NXU60YAXǨ1B_=.ݑie8=7H "A ]&4?IA[v2%ouRy|`@͑C0렏Ìf>p" (#yjE]U 7>E 6/Wvd gBϼ4 [;-uݲVS۷#F31d|GNs,*2%ujL ~S;aYй]s'1%OQ ) !CWfIl#8>1H(VǞW;a$ &]ݎ'zw$SW(;D촺C%m£9+y]VJP/ *`.-˓T]L^* .x -$kn'*l;AY@CF`5A!N˙#g[;x'kTՕ6`RbTQM;2ř0)W"&$ Zh5J-r윢*J{Ġn'ҩj| 9Ga81f/0@]k@GۅЋvzr -3 wyi1-{ROLwo:$x6tp%2P QKg\'=]zi4SB墄 eF$Vd|U "A=wD=c7Mkє>msچYjil] 'Pߩ [SwLJcXU23I"wVK(5b^U1GJiW[F$mȠ+;`ln3Kq8]դH>L$7n ;N }ë)|WU>}v(MT%X;V8]q4N_MpSp{ #Y&튀?H)S˗;kmwŖ&=YضF`PQm`ZR[<18cE/i-̸s-k\@5]Uٔm2.C+.[|{'Z)l;#i%<+&x@D~9#n8T|,KE7{'tgp1p<(J3PFȾɭ|\XlO}qp|- a)̆׉1 ae( oaoXk3BxaR#jX7?U쪞筠:(e% oß/$1"\s *6#N Uaի;SQ"H|fbzNٵ<$rttF[?b+uqB2T͒ R&TxREUO"׉DoJ*Zt%5d^f'-_ƣ4n2r}WB-M-[Ԙz9.^DivՖsqbD#EVG՛Bi3- [Đ~촑u2Z #7Gljm C5*n.#2{. G-hy}kQ)3XK4E 7͕-Z3.uKwjѲ+8 U7" ]fPW{pV58 ?s65gzkVWT(p W95"Mn<0:uMd{2bJaf*<shQh&-%XwsHs rV{FH jSr#t}WNx+gM$#Wy($VE=,@g#RH'Y5c뽹C1u>r_l笭/dZe?F` zmH/$p*ڧN_E'nws?X;gmćCMN(,;~-~^  -IL'f@HSpo&}z|eX~p◸eL\zZ<шݺza*Dd {ɀnUlK$ZX}wYO)ǟFe;skW"F1Q;eW`6_l8Ky@Y18JBN2ͅ+ZefRn-E^=d}ylӡDx?r2$JS|Pfl`+_6 Y^`p,N>5at렂QxDKI*fuuk/CĐBp#cTbT}I3<At>DSkJ=uĥL#z( ͨ8])kaƱE,}ʙNTC0 e,8]PoŸ9 HVS 2"5H% @f/fGgXnY!VlnfnQ!B/7I;A166BY&<~jk<Oo2b8ᐿz @;1*j:fxs`pD5< "3֨JCLdzT3)t(_ [#xv;QáH-]׋X{RJ$=b{Ir)x{HGgNļ#E7!ԝ/,R 8ڤ}=.$rT_V$qEEK]LTs HYYV'ɫJ:=4n8O8>uu=L+BTiFA_چw:? Gƕx߂ؐDLJUbñEE64!;gU&=JM 助%~7ukRQ k¿H2U5X;EA¿6zѹ{Zr[,9njt:= g j0}5 XiY GnOe0VKq v$)OM&ϼ1`!ZѵXkmF@+\! ,,+#;m17 BAhnk=.}%|m8X)O96R;#] Axs Ft cCŧư]9CC3TGwElQĺ9.Iu[Nj.SY~}sEdQW~axcFE1TfsV`.@2 ~) ќvXÉ<8ٝ}u&$My\&jUrub ƾLnSs )&6ڹWPxoߥ7UЊIBls86y d