PackageKit-1.2.4-150400.3.13.1<>, ,evp9|W7:=nyKe>NK?^fŦq˒2ɚg D)8*f@C֡k䤭+N/Ϝf0  YPZ27cS'[,d6yy"@hʤ IS][*d 7XXEqCj*gv3l >bN2t^1*ײ~ddLQx>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/e]"k%&˦n99Q Z~g hϖU)р&D!-#ځCy!{P~ "W)E4,b%'b'z2DKDžɣhg6ebRHr WwJ,GBƀ,EϤM/CrYAN Gt(ƶ Iq>d(TC{LU+^kZC9 b{b x{|%?FKiyA}oeG8bI7s3k@q:W=8q{*# R[9Xє噎 eVD3޶^`VQ*qɦ^0 9wiftmȊe@Ԝy/n7kF%H7op|ZZuZm&U?J3)/*&lFT7/B xV'czJ퇏<IfyK)_?_ݐnyǛz1s:]Ik,~, UTVkXeNu{(l-A28 aYu!=C*׎5Á ;H$y#ԩ ?罠PIR)Ҧm,6 բZ#t<'tz8Hܶi;uJ#-I}|nG{73hg*u3˖fk]Iax9m)}ƝP\{k(XJRh%eD*`'JRC4y_Gl9&S9&YAfk 5$Gfѹe\O 4P6.%B I=R둼%+Db3*__I'`wvtg&ޗw9G<'t6Q,zrxߘ-c5];ݡ7b>c"wc`Gj/'1I?phaAh%o{bЏ,}Ė&7[Uwt' 6k--ְq`*Q w[SV+- :"\$؞p ҳbp'Ww/V @z'"/ZΒHRh'ʪѭVgu+e=@Mj;K0w !K!eVe:-ԃ4lK roPΔ 5)YIkdRiX&nJ|3 @pw,+/|2A) ;?7gbDa< +C"Y2k d6eJ`ܱӉ(_e nK$L-r PwtT1wIH'nd8=PJ+"DuF2 ;n &ƽemׄVFvCԥ؄ 5s#x9a \V⚄lfx۷Hi)o Y(|SEJ]02*gЭ/|6Vo]P`J˽q;; K=WO46Νz;Dvk?|$[c񤠲@Ws3Dݶ@mBϑ.X.ݢ{ҷ-ϐ$e_5:^3h}ZӺuO"0B)jqoYm$6ڇ?;_W{i71kwqVRN$^GR5Sj<(Khf+˸:/Jiz1 Mp!XZ |JVil{h5 2B?\76 sy^ep&z D.YgTgti"8H8`W-gwTJrȿ5Li[7\9ߞRС9u6:_@PwN Ma.@ *[w>h'`*oPrMQacqgNZ )h8-0qx؃ f@2)ZjY~p_͏/)܌=`I=oEEx!*O -,<'?p/%(j 07l;Y@*ki(~S$r`T]}& N ΨV Dtl:R8|KIwQh_Rlh"AsOMА焯u|:9]5${s2׿-h_U YPQ˫B5>í ǷRZI(U(~幾:h +@P\@Ih5Gv,>0bSh 0j FȹNBl8&@)gwz J n|BTV}hv4`\(.fMrb;G9ɣBڤ720!^))r`>FoE1/r*Dzޏ*2p4!ΜmcLSmVnԅQ@=xϻ$GQ^ k)(-blB]?E_XIրŁ+ݙ" ,Px)y㷁%gU,J<ؒ-.17<%A4XGW0 i<82N }! ;Q&! G &9R 6#V#.)]4MGPDm %|ʟ&x'dB PO"8ꔇb::Z1dOΟ`C==qU’@txyauט"DЭH'O'l(Z6u,_vќ {%#V^]G4oAZuخ9К;ρ+H&ngs7S_%-uy$lҎ*XͧA=z tL@7X%Ih:ZBm}BGZ)n02῝H&+!M08VCh0Sz" ~2Q4`ր<Ƴ'=-AJ1 @cxx~Kg!Ǥc}쎞 ܔSNzcb8o܃lC"/vY1rZPl@ 3e[oR4M\] 藘hRO8 ɩ,au&&,,>zIKeyldQ/.]CNʼӾ{`X_|ᓡRIWq_ʆ~k+XMshp'!lj#!(8Cܴ΀TtrD:|x^U,@li#:-Wʢu!k XN|@MЮ0jө#& /P@J:{QC zwe Tedw7ʕ A Xl`,z!xlrk5r{K.b@?t#ixoIlٮxMWb2vW@F w[sK%`4C|-Yc F}jU&ZU&5?C][̐zt4l1ܢ RMvmQxh>u@=>bXI+Szs;;I>/q73m$3Ҙ?$AC?cu+J6"^UW侱Ӑ 1[VgD|;.Jqg ')0PтRkZ<0u='?İ|^׬$0HƝ`sas&W`a ?eǡWNo 64~V LШ~f b(( P4G66pa$tZ'O_ΠPoßzwSWn+{xw+:ϔ u1S@bxݎdcs2kvF*~.[oIK)>/NuI-徉rA l"pAX@t&$?o8󰞾"E uG/怶 FuaEK8nlBS׆T8]xF6a1jcB2 ʨEoM*!"NB=9hW( 2Zm.fG`լ0 8YXEKC1I{3d-kAaL kJVv F5F5-Hh"{rDBuW YoAV'vP*U 'Wuk@ i(DE^5aL=ž7.3+IE=jcncIW"̒ %kVHMS‰_<õ$mCqdDs eM:Pw#F t06rΆͱO(Y`pAڤ{[JUg3랁Ndm) 䀄ݷzm֞ؔ'閺 /~"4dzZAj[_?ϥr 8k6q>\3&#S^1}iWi .ߍex>BQ\v6$c L֣6Xb); |u{)_M P9H7'*&0oG&x7Buґ| e0-ZźzP&4\vD3Ɇl }䀙p㏉TCYwbV~F^%[H#]RzgI'gH$XB9,ιະi`s:".y_s`%vi4~!g߾'uQ#gN[E眍i(N(JHT#bïXpջoVgj8rϱG-8HsM3l1ys28P]б*~{8A0akz_kYP3 c^s [Ȣ(`,`:]&زԪuI0.U;Ns#]0/;觏gH2UKX}7‚N+GyPusS![c W@Y4{r2~1!60e]"'ZR|;Hϴe $/Dy4h%8աIDeQN[+Z41APFA?HGQ6%o$&Wr#oW4Hw'%gHi=ej| f,4%lmQ[a-@]>pjNAo/v6}@T>/覿@Uoa2`i7,U(~ߐ#CKB+C)S%TGS)3hEjO;{vajyujN~SO~J-L}k4;ŁEA;7xU] wH;8?ӆ6۫@x^A9OJ!:7l Z&!Ȏq|xK~3P_pi[xкK$T@/F$>+@a֋R2?J8EjbDA/l%4)3%hO< !@YA3eR+00gp$Ş4 )QJ_]XAD|A)>Q=\HGҎZ;mܸj)T\m>6^Z[YBc|lN9i)ˣOZ\5ץ+K2w1! e)G 25E-+J5f܁;R oj A kD&]J)k:[x&2$(t 8?V+~PƏ8:Û?`:9,d -1jp0B!) il?ੲY`()NF ݹ]-pܩ2], EԯhHY}6&a櫽C膑!v4c\jN zTpR߻$hmC&=g4wX t =']@p%{x zā)Z2(f1.| ڵMRO/ W3 WB,y-;\ܓϲ* Tt3~lqHRuDDG@/Lg-% #qS+6uul1V47 X/(}>WF[P[V ןt9Hwา6s0ѵ v:ބݡ7ѣ@ :=?Xqv9,OYuMG7S[g$?0:EŐ캅7_N"bw'DT=t,ϥ8 i~|cxHb\/K<.3πT*|RBD?pY|/plzP㨈oˌ&?M\:Bвjk!cw|9ϜiY#;pM`VrZ%ӗ?5PfJͽrxqrtIbwx&bʷqvnA١ p>3Γ7P(Dߨ8ﶂҦ ӣBz2:ʸ6jv\{#><ξ8⮷{QX;X8HcE.ɪo{EOP){iqSkRh ߌ/~BQ.q!*M؎+,r ϓ zcQlm٭;ץ~/ uYb3_XW mUW)c0oo7û6UzIfEUEKgY.[D *omX:h禷fB:©s:@?Vb ]<$A P/8<$P=->݋ߦ6R^ӈ KʘLurcHW{r1-Kn$<#0', ߷Ijv),mMuzJ2+5? Q/ʍtgGi-[]}Y/4PN]V0nuzo-gv " Eo͌7-SvRqJ %c֚sU7 _*szv1DLc(ːﳚB(VPMvm"_֋K32sbhn2U/ w0d㪸Zo+~އmxD(6װ`>?So {&\5ٻCC9h {kW1?NN_Ve(*,lRԯ|T!IۅI,@2:^K~@HxCwK@Ǒs5mjr&y6> G͝΀r:4_=#mV!U] dIᛏ9Q煌߀#A>tb9($nܖS{v5u\|R6[ذlSUƴ[O`UJUeZ[EPBXZب+?VUE/DVq(7Ӭqm{DOeJW*u&\"8|uT) `\43PeX;L$+|v -_l8U22FlMCS|;8K~#?LҖx/YS|-R8u@8X @ vtq#2&t3fQ=Wcr~uMsΗ?Qsm F U FN)$oYn);1ݩgؕI\ S*ne3D1(I2ip?a" #Oj,IRҾ@HiJU.?8=槉8!aIs@WL{sv:Yl]yU+kpV.TmgH n3EJ7̗b ϥ\? o)˲ЪǹJCq0VT%X%$*~64N)IW!'t1գL7YSv0?R.VIM<x}%ߖfO CpǀדBu8Dz!F=dz&jdjUCz r-['HqemFp?; c4e_񰸂 $d,YYBEO{Su7<ֱ/0fZy֞|ҧCO@4TT,w{e7)Q ^o2M b*ފJ ,*|fqV5W}"?lmŻA!sƴ3u޹bxtF-ox舝%5rF emby_Q#fWےnh9Xlx> )]1n_;:_v;jc^='" rPZ4HÌ^F/#u|rY Ϙ\2_FBFfgA /(tc=?w?aOi~'Yq]|<ߚM0׉ @^;~Ch.$2O|dɺD{-dp ̍ѵ$gߓ˶XS9sް OtEǣ8*%\܅ݪ}7=qZJ- j4=ޟyS|eߗWq„~Wn\Fےbmqf+8NOQ-&#;7S)Iz顴MT(-cKmXqrg yC ڝg*38V8\᣷}U10oGUAחRRMه#N8pNM;FenI[XKQTץy&­I$o%k4{7&aW[/6a&o*Ԫi`%F LpNCHIM8 -M\/ӹ `9e6Ey5.`.Wk$5#ygh0U҉DwwLx9h}"=,ڄ$a(4TI\"Z@8-Fox28Y-[bfxje#S; : 6`v{x{\z6:5 ?:6H\.f}9^+:iKسxt+[7-9S׳aCuF6Z+y,Ͱ vb1;O<\8@J#N%O<^/`z jK"v .nD0CETu^(0|=0m(.}!G((ͫ$R1z}<.k!i+>OB'#QpiWtK.<U,@_tWߦAw-^IruTm]!j"ӱĺ$Ɓ aϿ+S]ÄL^AwB(Ri3{Hm%;>3厧nWr1`GR-4V򃡎=`BY`UƎSB$aM2K\,bMh_+7 $mnep$[9 _TH5dv!N ʻ̈́ qRx**u+ܧ :F&w$mHD _Ψ7%aV(ڍzqZoK,W /Xa?LBߪ^s0{_Cπ;VVkC WIA0&˧z$Vd{/0f#>,YZ\zVGB`LL"[ ݑP|dI ϣX)y% !]#90QR8̨6<"&q?I'rNc *su$q!f!6.E1p-fR&mySa<' Ьs忽|zgil Px0 1"?`i<HG#Cm`I1w5F7 EENk1A:эKXNop ^pliy{БG7p{V&q,kQ=qp_0{ zBQWC ])? 9H4S5 #E$ڍyd)xF$T>,Ϋi@{IY3xyqPZGAUScE-Ԉ2`)_t9\E(:f~y',*9TŒ"@?@p-^@ vqDBpB_ ܔp/q['ʍWkkţrM˛N9P;vx;M$$X1UW^=,w;qB6$8&S.jbMA~I7%C?FnŀSq!9]ѰZ7c' cZ(X0^i'zۋD׍köX~QޤܡvOHymXiǦ)e,P7xѧgGeSyʳ-=uwh'J@}C OV`ʳ8%fl2-}mfk)Y{>s ?  H9B7S/En\?O֨(Xo$aіoxdN 6 ȁ[lulJ"|'>{Ш)By0 \2$!󢶘6g =bTlM)m^LP6v_\U4J5P ”r0J|ΉMR"W:9[sjeJ˸Cߚ@[)շqFԄyI^%C[xi&'!%; S4uTĚ~. *{&{._:`Ο<3)38GN/uKέvCacä ) :wM zNv>K"zN97 EAU&TgBtmfneqDfnBӤ@tÏ_h]H}@Y-/*|MYP~LȈ 3ϴ}}cS+Ln=D QS Ib$b*͆a>%4ND(75rN,toEx4ˆ^r жo+53_M8ܣ|c^)!j7O2@3Z-F[Q"*?mC"Ʊ~3Yˡ`^ۈ>ܨFC]_FޝEσQ0&s< \G2fSoEP\Ȭ6'2}ㅔ; 5Oo} r70 w gנФ`LX wTTZ"{&' /ۋA$(zP:츓if-NۡD^ ]N:}FχtIݛU(-.66ig-d6arӱjGGQ dNYj%A5_0Ti!F[)^YgU10P:SUt ;R;`-urFC7x7®xA~!+Ԉ *" lDB&3}2=|t_JD X!òd30Uڟ̝Cucו֭_.:*7/T8aBl;W` tn \er"l3? e< Z)ؓӸa?akOt:Dkm^ױtrFXtљvEcp{*nB] D6y͔UnE,}®C3C2PfODDVu|#CtBz ~w7r|b 1 P_ p_"-OjrXk(L0b Hm_ ױ(4e΋620<rPpLU{~_ hJ-/Pf(!TaH^ .5^tBi#U}7&S(| vDf^Npiz/_Jwd] ^Fp`d  U ܷH0x=4V:!99,]h++K*7G%B~u'Hk=%M  D:sAW:6L_!C ~lQ&|ZtuEحH V~R׈^> YNZ*q3Cnxѣcjj|\fީ#rQ54 nD1p'e$}mnQ tcPiI.3#qNm[`DnAȵܧNJ>@DŽ)ՇQԮ `n/ތ_1E;^4'I]5^n># WYE› ᷤa _7:$p}0AN?)#PG>XK80^uGU?@!fdn.g.nks63|{ł96M7m3&N\e N~GB 4\ׯ.ˈ"GG-e&3S(ՔbQ6Og߆nL(.*GrF1VU qݎk VpwQoH$Լ 4aUՠ/fQC}E GpbY$]&d ܔI hk<{\(.ٗCbU\5;Vz< J`SJU86ZJaCZP9#_+ K(̒ u"(ɺpR2u^>Yjyr>} J LT1mE`f; XbiaSBf-@2:ҪXH]0P:s+yx#Bq 3abVl8|\ ɕ2+1('PwS#ث1'b1ۃGUpS OSYI*Z|f z i(ce"׊\f.v8}DxK+t"YtB1NM3Ds%"<ǫ{;H*@ X(eA2GU).m6Ѭ]Jl /\'yO@a2P>hp{x(kϸz>q|$[ctUG|7BmGL !;Lmzΰ 7څh܁;RGĬ&o]lg*2mC\x Kz;TĠ%;Wy)!xXT]ːgDǔB.\U~;kfֻC:Ahs:āĞ ^+P); }/N5 ~d{-pDv]< egBArE\}6}?]KLdK|Zthh*eyp2`YwtWWCEHx=YS4JV;+; 'yAMN r}}$O=os4.!.9wgRN@w=krLI/ˆP~ Y*>Ec9>c`wx({=$>H6@ŊRQT7~q?,7d{+Ȍ|Lըub* ~oS2ᘋ_4%=j ,.B?D0o{WF{%'6B@jO`zy} W "&֢fHs%+CK(Z"mB>J&!TT+x *~:A q?$ZOH?)}#q^_9Xy> Qd !X-݃KX R9+#ivcJ< L@r;t^z-$$NE@;Au ԧ>[Ur8yv} F"h';|{6Nݫ'ԓ[1F8b*Y@ 07K١^t9jAò)(LoSJi2g 4M y@;l>Lft+o85Lʟg'ot Fx=;W** yDÆTˌ2~uǣK0-%+_qEoj|_s3iݬ zĺPz_Bu@7OGmVY]hc7<;8Hib;q2ngT6ia8h%o.WTȉPWC\2a9Ǖ{TT"UPqszĜ(qnnd~=ӋrtRń(>ɛ[#dL_]=jVz+>X#:2Z'kVΚ'IG3 QdyxN}nŦhRTBF2Y=5m38O*K/)wQ.AI>fԓC5e :BnKɹx&1=+{D*0qaٛ͞vzt k{f :XvmEؤ9g \7z'<]p@bd&aK0{'%6t+|dp"XS}TDw 5Y(yc^!Σ"S?ޥ|sjܹDf, kCkL(E>j8ۊL w3S@5]nMq|:Q*&`c9vm=㇄HԵ&s=ZzqѴ ㊦=UY,`j\qt|e}i?R[GgkfEƿ%ƸUa *>U*R.!_֩AضJ)ySKppZSRG# .Rz׆H\C᫲ɻtaoLc4`]^ r7h3^࣢b(Z8U QɃm> @d?\uYncϝrFd@ɦȇuA9||y͝eyb.bYت:"B|=yX?@F,\|>rBhHꓮ9B.W-cf8Z|K7yzb} Wqdy>ِ*d@V܂K VζH8G4u{$FS'u՟ }AɌ9E򾽚Dw-/M ii4h0d`L4~'CK=a=യ/^BPtbrFp:Dv|KYTt<`s!X|.ı/xiv| #hԩM2l( L6wɧmߴ~ٗ} a뀒b6o]#NNI`K+ 6e!*vvNsdK~:AoIn]. LBpݺ“DK̥N]Ę":O]Sb#V Y\h=KN]vpxr3n\\/ۂr*=2SM{`o=0_xYa/waצjeqCE;USxM[, lT U>Q ǨzOl0_ U=Csyɜý&)Qj(h.(!S9<ﮏ۴_*iv9gr5 اkdw_R LyGv|aVԤ%w/@bdtxMZ1z|2B{Pa P ",n[ kxC"W(x}O%W:d8ǶoD,uAg0!A^(N#̦r*}܆3{,sE9::Fv3[,M5J"غLF9:ž߽ RYҝiМxdu 䲥C^ԿRud"؉.+qUyC/Ԫ4/ofR$ ]&jưLUC_6U|9X}cipͰEA`#mms3Il*sý8J,+jO5Hjה|?oqwg[;"n]C_Zd 6&5wĊA=ؿEcs!ps{B\G@Q4 L\UF{zJoL<+1^|Z!7*} wȥ?um;xuƑzi3Džˊ+_~rB{ıRG7򌊏w5R67XaUb؍X,X#CJ*)NP+V鿢ąR~o![Fa`h&2D9R\.,¢+V.x[s8P0XLV.5VWRoŮm| +>e J)f,TZT!W I^@@?{>PFA1~;+ a]wDm?W < ΪC*}RI$(ay4}򈈝NoPUIՑMP8/( Y $Ɩh,>G1GQ9? ɜqL]IW=ab Ri!;~6YkU+I )h^NZw'Q`w[nB+E`e=)dO$ N?؞ɩ1(0G&N[vRӔ0n ŜķK1tánm?%WP8dP}ۋ{vQ+m,or "RJ%(]$ŒWJnPbV0ιc׳KJ躌hPiOKH2nc&&o0gsqrZ1AKsMi ܿ,%™O^|GS祛=̗~ؘ lUTϩG*[ GdE*|V*w%Pg_(%;[]J ϻC[7WڇkƏpBm Ct3pwY[-c zYFHNN]Snc^ (ln4Gx']9ƾãx{HPh2%yiDx;kD2"7ڵq\Z ''ŢM% ϧ@ 7ϧ#z.;>H!..~CQ{]- vx2XɽvEUH#H`h\2EDl"ߘ!C!]Z*riu ?SJו1*Zψoم^̔U`uFVPZ1WV+H|a],W(<t;`_XhfŽ'\qp>*n^b+eFaqY{ufQ1W 焯kۧ0Re[ȠHjat[}gVN".j2^\P#]֪* #b%1"Q5F 7JV[{">Ac"3ʥZU_[<㜑g~ ߈T=IhYb 䃩b6q<7*Қۘۥbu|C5q+Q~eGtә)*bMZNw8Fzm.Econ\, Dqu%ـǭ/;%n8"t;%C#&=& NeZFؼB 'E̍?  _ch.a3 u0Ed6 Rq\Z& 6WQ1);gr'Y#.q D&Br;Κqd"qT{Uh O8)Tn)ps8S^h.v`kIRAuZP6).UBEhRO5{p'Sΐr0hV#leRm=L?/Kp<|fpUrm1.BmK$ª*27`UmQʱ;\S:8z6wc:J `*$% d8Ai~ s/>]*Ƽzgl2^T]u}thg܂Kr^D?0Өú-{ * u: ݉w\ov#,3B%&5cC6Nʨ?UOthBA8JIy_< 95Z?d[ȱ:]!?CrFݹUExꆅ\_@qփ-!"~\}>Y)@ss)o.V%t2s̆)&(q6~nƕlŸ`{a+:C$|CeOa Ϲj8[֣_ILxIN3Sۤ׌Jm4[/W#I=62}5ߺo-S0w.v[qWhKt04Z@9)L' #{ѝTBzx v* rxE,^A' }X!5U7deV@LPU&_IMZ.pqnFtqoib(JN?ROCth^dsAɂi"$_:7Qm?p]oKr>2_v$PX5890 ص3];Q68'ňDM%v/AfO%O ]WXBd{BI>هi-PD'Tݥ5^,ȍayCsKXko,|<?J po3"/f1atsoxn#^[U`t\hٱYYY?ta_T^j*v{c'bbbʼn:oy,Ϻ&&{zmKoyцa֐&j5y/ DNu{fS=F .n2ϝ+쿥~}vy0Tl2֑xz-,;l! tuޣ8uGo{n6䃲X&yԱ_C=H1揯G OrS{3y;A/)D΋2]4\%Sc+(ieCjWIIi]̚1"@|[Imw iMCiJvɂ18t0l5k7G?lj<4 OolNMbpiD>>!e _54%帕8;GDt>9q}75: 7S+ Zk# phЗygfWvQ yP {o,xn饖4QuM(ζsF}ܶa)pPp8ͭ9J_JO8廱B8ƩeJUڦF"|Le21 tV&GpJNG⟘7֣0<VU2^謆_,U6pPC,VRcY[斘:ϋ9Xh#'\~7!ح,r@|-?QckID- +d#OD3 +GmKAb-WȺ_Qph'sfakAQUͷ8WRNdgJ;؄p"Qs }@lͶd!GlppŸɀň25s^BO@FGDPlw'w+w^G195c6iB/d qc`9 I5R[oLTkG;s[FS=dԵbX7޳{/. + xjxftjSt o*7n}qs,5 7VsۮEZ°u tRϗ#s݄%9+vϡimxwH.χs ^ FU>*hv05 yA3%ȵK# c%s%&P0(&ܳHK/hy=&TJ3I4isE'ц彶gHNSy|dHQ SD+eRz~ [;((cq?d?U\X3*&>9bv(WNT j8ܕ=`04|[m?܊|}AEbѺcvd@pDυm 2y~fbE\&5#8P_˽(?6s./ʉޕ¬ĮS9z6߸Ό͉>SR;n?tu6>Lc3لE2d(FJ!b).!aPn<t ݉4#P29r2E )HcQ%+ڱn7+q ?-!A1p6`~E@( yv=%IIW[EY\/C,u5 lХP(!Jzj/inN} I^{KɔWht'lŽhR.EY4‰y{K{L!x(*L]J1yv8,0@΅HNT4|P`"5fS}8^L- V+JM}$۷{w(t Mdts u,{Db⑕BՄvR{M\ 8F"gv)PWt`X 5cB3m,y Wn@{BxBB=DQ@vhQpGփ.4TD&nE_VTU~;]̎.*B-,jF8{/? ҄E2h3R i7] NͅNقjehTL$vG[76qq@/N r79*ۮDtb}┉BRmiU d#\-UE>IeF&7oܼ[OOFn:Ri#1pȊi];F+=bЃFIRQUԸCLN_2KWz욓}\1f hg^8 3̰`Rw5`anS,2Зr2f4'¤?¤ *W؏JX#8F0ra^(=DQ砦mUCm < &k`@˄Med$oSt8Rb5cn1W(vk*wnz2B\wUcƫ9OHx*I)X<ЙW&WϦwc#2fkA:w~GV&MH{CaX6.^j|WLu*NKywE7?ʓ\ +e'Yr4tDud-Nۜ._ oa?ivf/ X[ӹe%+9>|P9G BM 8F `=<@u'{ "i!`u/YoFVpOy"K1*LY'dE5rotmW% w<5b[RCLcQ,JܒKMY h' nf$ëCwyρ[;Sե^;KD̆v4\BU1)/΀dYjE |Z"ᘀ! Pps`,?Iмw9 %fN 6]z>JoIj*IƓtxX! Ϭ0mNbfœj] !Oyk>zV(w5t߀Jiɶ>>w1ذ9rJ&fL] Ǿ=\}R" JJ÷˙0n.ŇDz4,x ʝ5sw#n|t`ϿѴۣ_'&&TT[{p(L5-%־* _iC/u[2/̇7scO`pAy*IsɄ"[_9i܈Q!S_21;?íxgsm 1;cbLЈS\ 04 B0bJ?}LoNd1n#Iz$lG~Z )d]N'~,}>i'4nK"-KqqrK<^nW`[<֩>!Ǚ9[b_ۅ tW[]K`H*}+A*#f`~Agv\-fRL'7(vC-t:skm@,\J,reX\o-4]V=¼  6*܅J\sIXy/ OOLgUM#.!./) ŴEWB2akq88awGu'>H=+[ s BpvW6[&Zd_ws#9@pS;&V sR'3[n:ʄzNy# HR⏗XzƈhpuXVkB,GTdI~ ȸru}05P3ĒcY<-&cN2}<@JK|#_ jyGj~Ҍt2d#Y$`39 uvsciP3<]R?H b&ZOgpkPrZ[ ˿:b⼼Yx5H;DK>z$ŨQ[c yuـбxlj_\EwOڮo!3CQRbp:{KMҫjBߐIm QcV7]9(k,d^yx&Aƒ@UYl1탗I5XSV\xKyǃ07iDkG*@ARӶ1|q\_UʾbAtoEfҎVNț*\ ֯*hDbm5 ,]/n ,I@L+zm5;~N:lNUGQbsE@&l`+O\']419UoMX"$WjSgfFʦOD¡C`>dKӦ5l8Fkp v%'2[4ó0lrVײyG!P( wR]\EZ VP{?(w]Gp;Uir8P_+:pݖI5?tY>tHtLW35`Z}8xwiBL~ͪ88 -&f9MxeRn#}˓3L@' _h|#7Ï$6[Xa)"PZɀڐ 2>e\Pա´CṀ:$-OѺxyr~?sQob==݂BTBVƛ:! p:1ڹ'/mEUb [:OPx :/6 4SךnbX‡`; Ű_m&{s{$O`M[2!c@LiV>&"6xV[0[+YTȬ# jg?rkM~ tx(GX! =[&D#*dH;@`_4$1mO_>;fj Câ}"b _' H.r(Z*ܺ<Y!'샒[Ff[zOtf[ɍ5oeכׇ95Vלּʼ$ a-J9 EBc,3pe,(Syci,sbc]]YjJFSZgVw u4U/=OU*>S;^.e*n %= fVK΄00dBk8Í~W ج#M~lɰÅ"; DO}ljtwX1"!#ܰ:  9(x|ho#jxm8đMat6) S)[Rͨڰ|jv^ˆVNk]7؆ W%|i9J"Jx9#!!SwNܬ5YEНñ|\Q\R4 |p {~p|l@+O\ +25FwyG(-./dYE= Ӷ}?5\"= dÎw^&Y@(亹uˎ2BxRDMjrUGzӚy!3L4cLq`FZ vNOrk;~ !ȴFyҨsp2ï0G'ڟLEapa)MKpKG|AqC,9Xς q}+(tO/ xE{ZB}/dZutN[X=cI g{4mVk:3l${Fcz/nř񌈤H\rMvS_,WQ}pE}^hn;Tt)ү+q>#@ 9ÕM/mT hhab>L/]_GGWHˀĝhb'zm[QKV6%lí4!W?1jW_ol(c*#y^j ӓv@ X+5lJ(H=\L4O>7~w;PG*/Ci&]ʽmP|Ӑf^>yAqT0uuQ20LZZanH{sV~AO˟Nڶ8:t4QEuVeJҋ?r<Xn!:*y}t|=KJ1{/^^xKЃَ6^\WK1,RQO] ܉ܡ2m@õgVogʲFZ]qM[,,"\jYF$W#Y]7)lݛm)Œ1]5tU7'Lǂ05vR<f9NG*+DwtA*q#Q ?"N^ ქqEຍ*jXJKAB>Ӷ:Uh46Nuyw2Br ;(&ĥ[Mf361&%1pS ]N~xS>TDݻ#6 TһWGuoZ-o\ayRW(H9]Yi~"QIE~$SGwf<ɻ (xm-!G49i48= Iy'yM"]}QVaAj /M@k"Udh &)VXh`xpԷ>BԾQp3Z {&iЪM_Q5Y]i@ql_D /(gOAݍL?+Milp;1b-TtJ0vl_ $RtKy'-vi5'Oqo63m@f'_#rm2wxNŷ؝-)xm^DmxšrjZ Z gc6\O'DW2*?(o) %^Jݰ]dߩҍ{W׻e\5L͏ =F}q`>դ\c^!]IeLr.NC'lKr~v0,!0ۿ:LX0ep'c*s5ɄxH~!BN6%*RkViځ>΁ۨ=V8y3ߤ+P/ѽXF ({1 $ tDIm'Q'eb`XuK .|>^K1hy:SE P; &D ooKZVb-/l.·K"[us]nVYϖkylR"_xfE敼؆ZY#A:@sD beOCs#1 FSN  [1&LJGY^8ee/!ej `&|%#/k_wB9F#j T2*6U|u\ Sdk+Zuޠ KnN-Dcz2gt1iLPWTcϐ0#R\<< 7\K5]J|iq?~)| hy뉴WX{tng5k ӎ SᖭXf]nA+py[X']ҲƻwFF.c"mUvqbW(NZfK8Q^2mnψ؝Dw0 I3fHg6D/jlIWtηP9ǾMcbPYkI#܁ n13yp?Oƪ@GI^g(>|.YЗිǂ~ee33G8v[*\N6kByP.e ʉt="ѶcEFViґvDʋ,$13[Ѿ-Zgf Ne*>xc7l_  2ѷW ]I>2gk:w s|tLMUO_3 dz"qk}Pθwp/ "7k klyTJCP1$<]Tzc3%ׇ  }^8avMMmN&ssMD%LP :fᎈ%Iw~4.\: paT &xl*g"gx;/ts>Ox,jtVQcei4QBg7;z.F_>m GqbG]Gԙو:٪^ S[~YXD|R(/-C}Pq~jTo(NvJ2WA&fi{m& 3 -il}AT3e$cJ~q7PS<'7faíOyuUWZRMO%6u>)yưewR Kh_=Co^j9N2]3$=8l(Tە|[ !|8)8_gI3.`Nd_uOs7ϟ$3e~)PnQͣlՏlS `ϑ߱ Lx:骆W#A! >PS\yY d D5T_5*>ȍ,Oz(:nj|㥭9צ\Loh%VJh;Ѯ ۶rQ \ HbS]o}$.M?B1`kJE5hTL8 x|X~27vłzueeBYoCU6✸-aBOK$slkwKhQk\̀<T,ڽ'^y!&?zS!#SpOǻ5CbP7Q?75p3ny9.,͘0aC}rD>orP;IӦ̅YGM#fZ'!%C=yKk6Sİ(y@F^\~Q;J ^vU`8j7HJ[iN,Ŗ8Y5=ڵ@3fpɂEQ10,J!5SGnӼ= <݊~ XC-I=++tmk_A@g^4ke(AoPw~m[)4GԓnVW W4a!Ke^0_j ?_weNRu88Rۼ|é1E,0Ppf< ) -۴QgǒWc9G0Um$Ø\%\8dlbA~g^p` !q[jM.mm nOrXbn)[ x`w$Ea2)Fhr"m=[׳o0nڦ6#s(=l*Mμ=ڌ%EXth#34hℂr>RxӴrW[gdTB x>A{,;s}OCi!>Yu`f9& oM0ʣtǬSZ+6T\Eq="͇Q'`rUE!&^G1qr$'-8s 1+bN146OF>V }wAkɴ?kf9chKR(DۊjUYK Zelxϼ1ۈ&,ԺW '5+`h8s1]%Z}Mےex#F~Dۺ5Z2 T}'U^^*심ads n;g Hu* EHH0Xwhr+ewUl~NKћP*It.e oHbA=mEMI#i8~w8P$u.-aktg:)SYPgZKR#Z"du: Fs_r)MTmo%XB^4'i?bCdqh? f~}B#m報1Ar&na"LgxIU7u8qFw~TkP}-r:p'EՋJc2]W9^Ayф1^efCȪ6ܺ .{/)k傘( Nf- +ߴ 3Y v:opIV c2vh{u!T">ϜO4~\OQ#Z4;X7cZ-Twh iT£ෞ'+lO wq$SЊhk9% O(Jr9~OCF_BkOFW+*dPndM/6XV: Ij6@UD#EyQqX|{SDc2E&+DK lp_U4Cl 5Uj2d.KOgu;᱁: ihz9K,VM6ug-]` ʁv@Ob10:s\qj_JJUOK4*MCw{EDc~86!Ʊkx"粶nE6Lے,<;+;davW'у#tFe ׊ Càc&5 ;@\A`17!nf6O@+?ifzyjv T(h( 7t.%Tzk_6fx_MG0>l2-&nj!MWP ^:>cKp"*1#:h|8)-?Lq㎰WLi`3]zUc60ce.;K09/JI; &2 op,%GA[4SoCC&7K3J,f3"qc]K(,Ϧs+Lf'_L./9gy 5yjT^GMΪ*ښ:D@ F>e6 ilRr' JBZdv~W*BNB&z7OڶRk,j>WZ~~odti5B&32v] {"=`]BN;,YdvǦ} ~EBK;=9y4UdAXt}v@"[s#H_K@iyBhP7&hYbR@nѫͳs7R9(ֳA2B/XƀḤ̬${lI(1(~H<$`2_V‹hD滁HW%п{N͜.5FRR-^#hz3.F祿ɮgS6#q(]ZEٜݏ.ق1 ۙ׌^z5iEѝV%c=Uw]n)!wPȂ`SC[5^F4r #"rf58 ,T65(5wJIእG2IpB$ƥȅfH(b)A3a`ˢ'ߴ-;b^BF`'ݛ2a'&ݤJ- *zY=jGθX>漨 Uzɇ;7/buD& HksSe$'bHrt|) B[yS*]Ju p@Y,#F4'npKvEp'?@w\Ȩ '9xpl}=zcR|o֑"9m.҈c ;inUuHؑh*< Os]9q lsޢqx6v$J|8A Vh>Yb4Z6F7`xσ3*GQ\w6ׂRfM.D |3m Z**( ˿^6_=l]9f{`v@%= &"C*p00qY\c*Eb[9`kVopV*ݩgbh֝,y}e.Dqg5Ι!7-^QǩnԮמU쯫6z8ڹPg;Ƀпr. ),5z9WIV1"c\ND"kSS;H6*~@jlBH_S{GoP{qa`Wu#0<E;z+pAl#Z?su\wO_xsM &|]fj^ATC7kB0b`V@t.f.1F&bIz0[1[VVɃYhV&31`DxħZ;Җľ6|JFIBd,%9 :{`${BN/{-NfN!~nS2O$GcT& z7* ٹ`pB6l<+׫FC"**Yxճ˰k^󠃆᳊}U5ixmƹiTLqlC~*rWqVW/.yM}H{- CN퍶@pˆa'  F'-*?3. oTfj.wb8BVj $k7 CN(\ԇ5e 3#i2)CA[P8%JXf YyMWt+H z,Ѹ X8 )*CeS~>͸LY_B>.Q6&@N1O6̚0b ) 9uhTi`@yJv$jCԢˠ]AT"M&O?-YzBp17B[!bfy^% 74tQx`ʿG|K @ ~;gko ̵qi[w~H tHGW?f|Zݐ>,UlVTOdj.`T?pd7iHxX?ka٤&3P6):S9? o/8F_UY|}H}UVɠ P?Fh>ҨJ(Qǵތ{i^9:FVM[N][ۑɠ0Ja< (ˈ99fg'l|ѺNx"WJKPdlni;ܨfB[gC϶1QE8_$\ㄡ<\$Ex{qBqܰwo7/4dCKtX5fMtd %>z$;Otn/,nCqȀƗdDW#_Æel0#!fS\ D@W4N }߽&E-6 dC%P8"Ʉ9*#/E@e9nގde#VgHj1C"cTEE]Z݌0^ sn v Y)##!'K4QQe) 6e[6CL Aut6.9M.o vh8~T>4?d􅊗y8{-fHLkF2pDݜ!&79:R:^C0_*)Ie^`!-].礥.s#LH71!TC`6&  ĿeJ|6;_]ϊmkF?F\=~[Vɼ gon-.1UH[P孴m|`4ˁRf> T]c(=G>k]:H> cSXߝrTNl?oї;"ɴ|wԄq@B+{l4׋P]rʿ45Efe3%BqstE]JmFbJWY]V$LW3oLQ"^ KdPx8aj-T#cɸʆGi[&>2A7w W*dCcdOaOk46onGhfζz1ԙ=Y[W9؂v*}uC Yއܣ4M {Hj<,?5+P }-&} Z2i&CBRwL;%i.O)C(3F~B8Zcy] ^ږKt^:rVK#yq$[{`WpS\L]ƻ4d<]7ޠk|oe%U}s$ ' 3ba.U8! ]u+t:"<-{'W< 00W "-Kl`p 9gn]wJHf"IIgDbb(`=Հ =448VGH"w9Ё9e/A%x<Ǐ@)wp&5^VEVbOSPDE_%ۡLtߒVT_{Zlrx,ܐ+ęO:5_hTv1e<)h ~v!i_31>yjĭr~J s#լ=,WZ( yh\p/4F 0YGӡlm,+ԡ@]nnIºg"\#cs g3Zdkxf,E he`TI>W<&_a袇,g |gh{ڦBc`Afi_s1̎l#mNkG5|Tt @/;Ȭk\|9W^ڽA1g|"^=GKe$ Ԡ7@٭\C@1xqdvW!܊H75NR9Au<ʄ"+_.}XyWvF=2t,r} KfB_/4{tnڴJW*=6z^-zF94DCWJzg}Yto3j lwB1>QWT $%{/g/{fJs/ w]_cf=b[yKx]?;4| n}a pؐL* aN殆d[X0Rr?g T걥URnҷ%%xyLpI8&cX s52赾sn5xOH$9WqO4 t}_! de+ ez@juO(3'20CLyHfw CghΖD<]g,T@01GoHj:0_%ClZ46umFٷkޛ#쇁?И_HJVo~񫰜5[8>'fk#bu.xh LM :ÑgVJONTm +5^i&V_1e ]"*ɵF)ߴQSC' EU݌W ʦay>{cAչ_\4ͩz9n~ӈvtL :ZwO#NA{M mu҅sQM.a#x޵^X,2@St3)bRؑ('-@|Q8'l@@M!Cбs;-=hїQ/D%z!JՃɊF-ķYE|:;2@WBuhGr%rkjA.>#AJ#䅹򁸄xS-'ԤSNO_Pě,.S>Ikp"t1"3R` ni51NS'FQɥf jfxymEz[!G?E8tWKMn}9p(OXv1+ m%@d$h=ҋ|ѣ5-U\t-+/+ ZfwP6)/#zvSNvz;O'50T<g`ژ\|D(a'pxzT/# *yGlv,vlpb0KaU(.~Wƺb@qk-ވE A_1>#OQ웳}=mXob*aD؜+4ɑvݵր-GM[_jR7AYjXN(}b\\Yd ?"P#HQo-Mcdkx鼖*Q/.-Gsx+D<*t̋*E,**Vr0=c*Z,^ne~;ǗIoȝ=?kJ7 5 8;W`AF Wjm\hlUTtdd;oX]K)x@pl"֔s ӬNjk@G{nju)S_Ob!iNJUy1yӞtZHDs lLl.bfdߢlGEAzY7$p R j_7Vi<dh Hzzo%m%]V^h&p ,xF!X\R}`[ϩNNu #1JW#`~,ğqʗ_#˨l[͐ rNQ(KAb5!'֎# ]@2t)}Z/sq} 4.mXx$nI,מf,{$Իqn5ܷyډ>2KwGӖOYQ ȁ#gj' ^+d{Hgc !4AI(0)W#4E3\X99 zS^(g_58?DmnʾƆ_rE GÞ5GQϽkn-)U: 1٭"95}ji=613nEN,H4e>NxzelbW9=S#xX7@uC|<:L|ݳ9Ow 1/2Zоst!w(DN #Y {' =1/W&/tffUwg/y0Ǣu-D Wň%ݔ87,cH!eq5 mruk/=_e\}!h?bDN0=)< 羙պj`+3ڞ`{c F)Amv+\"]D^=`pv=Z V(%c+i$֬So^!Ϩ[>XliGj6uL:8RC—C/8Uo)vd"2%wm(rG;3}ssN4/yҺI<\,[oc_".B>~x8Eoio!OG ǰ_ϊu 7, ;Ts9Y`3"Lvw?aufCOu;-)'u}[6YBʨ.)lEPJL e6=Zar%o4EL9[F%o;eDPSK+J*S AB,RSm~No+0{`)v hkHIK(aWXr"ռ`XZw'&VeVI7Adl{%K^""ylt/!*t$ڈ5@qRo]w3kB2g,p빚)"],U뇆T.#D pxBL*Lʊؼc<"y ;bEODOC)ҟ[cuЫX5 h9]x9yPhN)ۍ҄E@ct+&U]$q}ݽse|J7inH2W<}zϭ[-DR9[<jjڗ W0:uT!:XR*B8l_*yUbwbly^a#`:J[~LPI L#n"oCݠHH^KOCا0,r2вAD7:Ͳ4)j *xlDo{D,)+A_3tnj2Iv3 ]T hp {|+LU-TkbUxyGHLlM'|q捳eDo(zU}R%Dq凟h(p&m1DUh$Hyw+OF);g` ~‰2x=JΕN}ӽ#C3P#:Fn?+>8Fh}cv< ?6͝Y}[XP3LfKܴR ԝݎ 16RɤkEsXX͕ɇ{R }jEbPNLTRP:l>uRUnQK\fs=!k"5 1j> LNȀohqɴa۬ޠk&`mFꤔߌ3F+L^}>`tă̠"aV #,+Im.p3T])!$)d wA<}FP!j$t`Ն=`8UfGp1s~HAHdm 2d=Ϧ,S}tX:*{0TpX {'w|Y9 Rac:#_S ~JjKW#6JQ[/+d@ܕw̟^.4{c-MڍΈt{}YOv%;TC#4ZWuY LB=, G-s*  :hF`xC -Vހ=|GH)>lhqnG6lso5nf(`Q:Ѧ=^FcZ<%hw%0=,vgMM]q=žr݊m Uiq酯{9/[B5iG~z9 SrVB}N@nÁ5oŐ[6(dyS$ Ob*jqjnnFSRy;ޞL?UA~ia20W+.7}\Qo9SwG]Xs5odV$ȣ#Uh foy\㮼elTسm `T냈jGiC}Q3ܻrE$Fߊ*1гN\:ܜ$Xpz};Óy9Ю<'ŠQl#FsD\vrQ *'uuo "'>޴A #6_lj0DeOg Hײ oA]3 nY[hͩhQf~ȍn F]GRfL>qFEy>h]9:m,,jZ.L:Qp3b}=4 j>%qn-y02L W "be^\F((Kϲ/& #87QˑN칬k"]Ӯ݋WAKrB&nU`o\q:`+ E|ukkYxIE^tpfT,Ysj,PS0\`vŌ.-dfinE?.dĄҥZAۂ2ddTh) 1WqL>| t".;Tfn($.<C3$<)|lyAh6c534 9ۡEtobr9 wKY[<-p<؀ Ve!+h4L2XKZ) b ݦ1g5Ƭ %[F 4v?TՈ%Bh1@\%2kOQh`i)5~1'IPW11hL xL< t֦Q ҨWakVpQ“kN/N3TuMv9v >@4ETQC !q|OV|UBQ|Y(VyVbZ^0 qJ]WH"zmq\/)A,Y []`T` 0|1S_C |/a1Q]+5CRH^ci+2 Vd e tIl.PJ׮2O8.&^(wDc əvŌWxٖLGRVs/bqn=>PW@*PSp3ϼhNΫ'^Tpcx Ek8:׵le>鱿j&*{,O*hmհ˱ol24|x.<0i۶ldBQx \a @@.QȖp(KvѠtQPϙڰB n:]1BBsƹ<+(dF{8\w\"![:Zb<6Ck,YSUg)liKj`=@YEl͂7_V( 7 Tb;]pS2cȒD֍RF=y"t۸׍nfЮ>2D@kHPxb|TGAM  ]4QNmb8SbY^w"j[R|fG_3j; ˛1KTVLOZ{8F֝ٞ+W?]guP$,e( v0P"!x1 $GE6% )~fel ~9}ҧDf4kӯu՛ [ʮ4 qs(ĴPe0uQZO$!q9hGϨIaa4&m/B"jF3 Qfc2ܠx 45#ع~7@*wvAl& );@΢ce^y)T*SH@4/HvpTkkކ@&=B%G#2ş]/DҿcOުag_{LDiTuʻ+>)N$m:JsxRHhߋI DǴwʀAy9<^jDY$"N;r|CG8nWyguD2dׂL,3[t{Ҡǭbi-n&T6QViQb*.a+6 ImـSgޞz"ˡ[,Ձ,ڨ⋶)Z$tx > iup>&2K\ꚴ)B1ENO.W|"qCP>ٙ|pÚQ dOwYGkk4^T-N)WBEƤ .:vOƬ+VahID@r$F%ɂf† rX)/[B&vHrʻ2nIw D6o,֟)w}a|k1z*JSBqчuz>C~z+EK Wq&\t]l^{Ez-…$:b=&sr:kA`"qaq<;%CYClB?4(#ϖSlfՊ{2(N!a d [tE%R>`E cU7:VNw vY9DDL~ȡ`0ej \}ŏEz|C^ r@mq ? qԫ Z$n1'!LQG} 'ƱaI@*vP ]S d^vHѝUoH~)*3aopLbbCX_cڕ&BUA`Ong-cCRۆtwgM=-fN;TϮ"xL̢̨ 䠆IwAtc$VlwfJx3UHv~eY"~om0h/aaX~hcZ6&nhifd!'܎ ')K$CZM7U_(Ӆz]xA 5Ly,^' T%Ȼ#\oȎyNb~҃Rg" WdCdьHv.@}g7o+kYQW۝e^KmCT?˥{L+ +M$Zt@2 `ˉ[->œln$a(00%>Y~oӒnaehʮܒAs -qF.CaiXY=SkY[zs!{Aaz!R$Rm;ꩅqa@K}9^8¶ܡ# s6pJ^6*qd\/1įrT* UQ!n֠z˿*\$uyu3в<ڜ!y!^`'_4 vb~z:߭G-bZv뉝]0x,\0tJ[7%h}vaU5PZ+vi3t. *E4(~3r[zZ rND/o3]i+&- v [^0 0e'TC,thR2h#/NFg5|vR.^']Yd ?mGSG3%peg k~>xI6"­wnwgt 4."y0ٴ]qw4Wp\Fx0@ 603oљiNai]7PZZʪ%-$u`mǚ`ci;ɗX2 `A8;1JK/1F*յWlrd Ti^QώM`u!3;6iw{̶QS٢W$ Q3PJXMsinꈳDĈSfh%iϸhkϓxO!OеT;Nϴ@9Bx?xI!҄?,XlPө=5eV~ .Dcú`s(2PڢNk M)Vl)mSo9+g|RG2r>[fϸ,ufg^1ǫu>%76F'+/zO!w4Hp($b-YO#>9ڷ] /(aU4KYUQ!u=tj(Bv\鎡rwk6 >{j&+ ½#c6i#li4wuYnvfm[Jt%"Il˜!:E'8Wx5#9 brԩ'>?J?M&pkY` aHf]s ka˓3 g% zD3u_W9G$A¥%ϗH2kXr*j` <~1\e m 3#\ ?8YH}6;FHeT_z꣣%Fw$2~څ) j:)^Q.^x,UrQBk7 I{*de+lk[$%M <}Nxdmа"MzG20J_OɻKW^{M@W"tׯs ><  /EWGXˆz)Fw%AubsE@/EÉUzeSW1IliټuΪT 㣲g EZlAQfIPN 24E3XaI;m:b)138ÍΟZP|.2VR`LYֺ 0P k.:܂Dap0\`|TyLD[PXTnU]sOΏ8j> iujzoh j4O;4()ֿPqr8=B zry% l(yLn՞Q>KFƶtC]i$(Mp[erdP ȳam|/=*S x;Ƣܶ1~K U`᧷GcØ&OknBB b&9ăֳ\~WRoO2zx$޺~VLO%{',޵^ B#P8鷆s>"*n "XaAr!cAӇ +Zq6b^,ʼ[FW\u_|!¬wsIYv@鵵?m9۽Cx}<&\2憛Ong]'@'UO~g\塹^7|Ҁ< j YpE8XՋT[ R_gCX$Pk]ݔXء8')Ys&<7q~%r[Ee8fR %1/H'cA-v^1(}M`t,t!K Ƽc2oa$.|~`g܈K1R W[f2+9-Bpro! !Ue(%/ Ng X_ٟ3fVv)7/]y쀏ONb<`=*hP袖FПwkQoTr*4 dFPp1tZ/6=&Tw$:?"ζ=Y /Hq7]d{}4=&l ;wc8l<$dRNV\E/W;, IH$UqNzo,#(M4?^QM(SgL+0Bb @xgv`eo7T(ja4JzteGSWxG 8G4EZkIQB%pmg j9:6Eŝ8"NmfPws?h-57[gm̀Nui9dTAPWj `6[:7/Ɛ^`<+[`Jcl8x exr冉77LTϪ0r!aVMݺΌIT@Y}Y[6jS HKўr}$J|}]CY17M[1.;N%-ɶMNv|)cE[} B3"u0wuU^cG~ ӕ;JE(CHccaܗzX<T茿w**xv/F8oCs?_ԣD&1ʨ =.~gWQeaB&r|#iÊ =Pq* /\;9EeYڶsH39Ռ^yfOdj5~gE876) ; ;eD}+7Q(rAԔ&eMVdF;7HnH'.C&<_RBDa)]!fȌg@{0DAqq[+Ʃ 2ا>CO!vƎffn [Csk]\|HSBt}LWc \܄6# _6u@ߤAm\FrUo9&RRr+ڈ5ћKqrmP6_|4ݞE<`Dʧ{߀VKd$mօy͸)e];nKd>s @BԙϗȱNއS?k%h6rP(v Ozn/O$$oK̡fW'N qgسm#i1Myk+:j_]Om+޿V 5})ZF!{vABKa!7fm0$xZFx+شG'#pvwP֤u[Ɠy$f2~-c"&SX}Z4?ΰi؉#?rUDw㿥G񗃊]Y_3),Hݲ۟W"tfRRv)zykf|zOV?rnRo^2X+>mCxUn]q b\|9sJKT6NjjWLςVb+DcapemR=wqV[rc.d[Ya$'đ"mO)-4O[Xڶ19(AQ% 1yf3TU ul t-Yȍ X9uܕ"ϮXJK֨=mYj&{DC l ;45}nx$N=C.Fu8wOwI4'%]YtZ6} QnP*z{k'y8D*q[QFNehW) [glhlf6 D j(;{$Y1[mI|j 5N wh1ᲰCw5  Xxc5S\CsR^wEͭKpƐ "]KI-~qL{sp#;o̞_)#UﴹL%v:Nt@30hȩY:?9T- reO)NذZY>q7̐,bPIYH=Nzn9;/8Jj6x-嬾fQunQHA+s?!`$x5*߀x'Y#AG#n\.H/ dwo7-BkKG $!z͓=5{J{ ?#Q\N4 (tÕ#fHOR6hi6o^\-2 cpr幂6>DҟisR'\?W3ͣϱ=X57oY}Mvߋ!Ar=L0}UzNhB63x$>j*M{j1,kM`ޙj3,9͜fq YG!R |B1}ȪTxACVoEڞDiˈi b7DC=Kz0M:L}He`MjZgm쏜 UB14!wǏ xFT%{pC~#h/18&eRwf VVtq9ę4vPIŲP+@^9qG3,yM?Z;">v0$ʳ3`%"[=2^3Z`࢈Tnod JR[K!ݟ}} { _sDi)F&C9 gaOa*S?9rQA_TYtycPѠ6ym28dfj숺NOpkHG|g{lLz.0Ohvq+;|Kr"q[Dټ!َAX7(}0^5J}\bDWeR(BI ct?n )-&_7\]Cмi)0Q0F;H81>+s/AHh8L w/D34{pplA2ŞfmА&a:y]ʟsWEO iUZX ;t,% 4|D!I y܍{Z [5/E ][:+ ƭܹ#=Z +Co5AK3g¦GG{if%+ڧ$1=9,T2i̒&7]9@ ѲoG4;7@׮ Pu-Al|kg&*<_sVxO=eI&L_/?zy;Xjt)X05L:jqm 03T5KY`b-pOM4-*3@'g8ԃnR qoh4AoTL5:unfP?Ir! X,YuAo^G:be F̞ 7'du0:84^ kV5&oEݷ֩ d+OԿ4yzV'.H%o ̽Yxr#6"_ݲs䒍#t w%Nh7y!>3áȜ`}HX}XYa&W>ƷNE]vHAl4ɓU%U(_ʱ@_ ڇdv+&!ߩmlPu ~^+n=SrXE1 p5bGFsʤڡs 6;q^bwHL=-MJ<bȣv:T9dֲ*Im]> cΉ^04@cVTq DWg.X u눦k>n"8,e%Q, WχIv9my;"mV lͥbH&T{WH5+&3(.pSЏ"g+aߎ*)p`91'hMfAXB'dkp?#@ ']?ׄ@rBT@#MP62'Ι * rpiˡ\k.-+ F;DFn6SZ|Mn[`usCԥ͍EлD1ӟ׊YW{MS S두ܽ=f-'i]YJcLɆj0DP4Dr#pIGni5KpX[`R^rۦ=8Ȫ!r? zyxyF^Ł3âIbe^yEENW~x1 H11P|~Ø#P^lTF eux,Nh0\IZ'֤)IVMo8 '{G*r0w:JsM-\9&f8+lg$Zil/O}O9yͰACqF Ul `nS]9$~jĀ $l$-Ikۦ4)U`pCKIDX/mKI&'u V6~!3R[X# H|Zx -U 6/0`Ek=IR5=D :|gcyJz`M5ÉYHv陔:sxCPR#GFɫTs zrq$_[o ͣl+gx<aY-^nN%K4D(r[ʆMj./:lYSzDγP(᩶Dx($v5FɡhI]|3)i!HG^pK d <)KL.260 뷭 5rW'U+ R&:Ãr''E*.Yﰊ ~#* U7OfC]/37||%O񴁀xhK˧PM:/?s!y|իLSlc%UPd2)c){[2zA}HTca_ģsnH7?Vׇ@&[e`1'5sS{M♧Ū* 8ؚ##ʹ0ƔjP=IH^;H CK{ytB^ϭ`_zE9k*<+w&e4<' nH3]%f婒Wv^rkaGF߾~#PjPwἏP}5rhJF|_~hHu֡JMo<èL tnQ\VߜU޳}6 Ix(ekb VXWS7=Cqx2x\ːe득RI[G 2ψ1ҩuOMiT(/et9geQ  ?8|Vuᆊ1IX 6߲t9R,1!,4 b˂0 P.T:jET\ RegluEkXTԧn4p{Šf\)ri$FM*\KΚ!<кBj!Qa~t9 =JJ4*~8Tc:'Eb|hc/&sy:/ >"5D3Ǝ*R%T Nr걠wcNhsˊ))i+J+`=,t7UzJ}# x)<օ8I‮46ߟB8:Ca栽c$"#R>#5e*$!]Ed Rsa#t .||ۿ,u.d+cZffh}ԋaGb}eO%jRZ_7<=LA/ 5-MxB Xbjf F],ݵ/ c-m=oE̡<يe1|h-\.N>l"6y drǸԲ.LM U),#5ΪWt|Pwv19}G:%͝w U@Bx/_:+jl1Hsƃ1|_h i˓޻{^J%MX^?uƜJۯ苾[XJe% D7#|Dd(a< IndE^@++ YW$l{6dK55a]!K>v hz4Q":1ҼNx9'^`#ΚHL-;LwҖL_RpIC#sk(&W&JiBpin& ̇; &D'{nwQ1m``Ͻ^ ^qڭ<`Ϧ<:Fi x6^I1hẆ2ja#k]Pp)1zpU] օ{c,b1H%%yINɡe{>mZR[P]tI<(XHv{ -їzCrH(Ci1HPmxǜ.fMgEw7ȫ2!QRomN4ո3'c:.M`:GCOOݮLU4r'"V2~Q;}w㞆DjU*ҐJQ|&^%"5D|a0ZN2VCgm^m,Y2)xmgTNk/,ǁi+KؖӼ>)4?~ d}[#/8'=m15l{50Agɯ8B$`9ԮIHUtѨ}@Ӆe㉈;6PI_n$E3% wʻ)Քz7ʨtme˫H| [9sk"'7fBD9sd+6iM!͏hWhI 0J>jdWZϕUFBu6C\6[%UZQm,";֊cKI0iG_XHmx ^M\7LZI;g>S- _}-`y8sg$1iy`;?s+P9q }\v2ǁ.IĔJ(ۛ yADG -PPEpLW:,e0ը W"n}l2!/*t^p=H XP8cDWZi(lp{0ׇ@*B߇H7[8èᏬ8WL fSDVovbl0MG 7; p%2Y@0Vy _^ڱ̽5ɄimN']I-]V0֝ȡ賻 r;N4F7ghu:3ę`@2/e4[HJ2zp6SjDЏCGfٱf0{f)ɍ䫤h*iۤvRܓnS0[,$@"Ӫt)U0< r#sV=e?}VyO/]6R'L>BaB(^s~~u>UyBjd8sX{Ԏ=&mug4+i5Q|[ =c+D3>brQv5k;ucߚk5VSXCD|<1(soCu|um%HRx3ȟVFtŹRٟ"IF!oykUƷR\ĨqРhbT]m aΈDVK:U:H⃝NQEېZ{DKC$l&AٔRDe4}"W;Zwؔ_72:Յk9C˗ <]+$UsӖ鑃eM]PL~ (~ǪƇH҃~9 Ch'^qC(4εEl*&> 7P-[TbQՔijOgx]MO F\1k|;ۃt+=v2ek4/EG-壘G1Y£o3s /e+L9ҫW d>WLLS>&>9 ~  `\`meWfRDzN$Y741 ء7-ʏ?#\Boc^nݞyW .(OA]*2/ 6gWpUPi?`Q-gl;X{ pem%Eџܛ&@Lrr7}d&-eSCYp<婺ЖqLUS3Om醒ò;ү4Z\*29Zg)?b8IeFVW#M:(.W}ON0XINѴ{kVc)8t3ʼn9t}/?OAw Js_F=H`E/9j-GkBX=KĽߦ;nz]N61Ev6aVKĎ7Uk~#!P_O(,T`C-HZ)KJP}+}Qp@tdUf_}rN5€H+4İnNLю8Pa#Aup{' %z]ui2#-uy|*v|+eRc1udޗь2Ft6 s?yQsg)/A:Bf3 5fWc|_ H_zI_Vc@.0?%vަ B3̃}+{_0,o77g !z&!j4Ty.]$TvB4fŶ17a~sk X tөQnw5AC k1D#?)I|.`E֛)6mU0FYs6]^(٥ubC *uh.Yչ3܉ G.txkO0[$ e#@1`@%~C/S܉!؛PgWlr;z[RM=,tY8%PY{yLXt^S[c\dCݫ@nYi^^K9P)6 S&rk4R!Ϥxlk Z6o30 @{~UZVUhovb*jYp5*IՍ4Bzd_^Uk-iz"qX!Ըƫ@,A;:gYםƦ~3SpzY^ H)ZwWlw[j%5Kxoǚ\ggYo'F"ansP^UN~8т縁o`zwN區]F c,^O(Z!y=>x%.8hJ?=ouGdI>$ީ}%t4[ÖYo,=l)"j>_3\̒W:_K'jj35A $j6V,H](}Fd;*ƈm0[^¨սFD.L0R4UT,U#%DkuEڕ&9A秿!(zPQ~(> ۳(M1/?o٧j"Ngyf9.S*aer9(B#Z5'?/l)_ɾFa zq@q~sg<Ӯ3 Jee6h"An!gp+>:n!q7;{gW)molAQ|%mvWeJAPb56-}DzpL[v<̌dOPI''6c=VprΛ;yOw,2D 7i="04*!j*[TZJg΃3Sg&xA}cZtP*J7ُ1sZKkdk[vBDn0:1!Thjkحa1.T{:H3n3&ǔޕw{X$5l]6q#h`8+9>w&_r_DΡ/XFBd%.)VSܔP?EWlDEЋ*FrIB#Ѿ_浪/n<6U0>uc}(Hm;Wd{lK& L\v?0+NhR&&$L.Ӡ T\LE<ƓdPk7(H[6R0/9O!uBy$uJЩYw C/S+(w(G&{ =o4%VeϱM.f s݆9D9~Z &4oI<5Эp^mhhN:"Z;1Tf8["Cڟq4݈qSxOq.ad[Z7A2ȴfma`@3lSe ,S F(1 >M^/Dn%{Rj(޿RS mɖ_~ 6P+JD'ʁ(tz'8l2|Ff PE,O]NBk Hf'#OcHuG͢ќַmFn$P- "oo[Q믘m3;k0n)o@=X|w+Z`- [+C_'`iϚ mw;R/VMO0 zIk4n}?#ĺ*,yF1zsš]RȋGuŢ8j$nQ̓?A !zb % WXXlhy@kաE.x(aط4 eGfX6qLY)"3Btf L"j>f|76%YJjOs&W6t%&M{=[29hTGnQsɿMP@ݩnX 'LX,LI[-$2.žBG+~\kq4wS?\;pǪԉ8ʻjtfW։%cl3gkB&zqwrކoS }ݔ8-H g3leCz;VگSKEx=ylPgBK}R8P|h&^\ 06 q8Ȥ\it5f#rGXd4z' Rfx"%w"0 @9 G<2NȂO· _F|%8" 1fxO@rK  w0~:n ~b830gKlUډ?kz$8h(u^e1>Jn{Ν3Tȃ2B R Pt丞sSg)5jWLv%{9hSb(.[nj:D*qo?ίj 90PwçԒw//^fqXqiFK]/'gðjb%\Q|>`G#eߋfln2O*03y8 zl{;@uykt'jAJ -`n#Ec4~,Y}t6z+Cm &FRH#S-My"KL}MHŹtRzESnaP6F @oQ́.qVf`~<5ti$^X)"*LJʧ%2bfuW!*fHLoC14RGJ~kֲؚŵ͵tƋ |PV8 ^V*|(nkKEcˡkN<ˮ}!:Ԁ ,xMR#\a єJECEUM`Y)+N#R8 1nihnd,R[vPJ;0WgqȂls[e.w voUaQ7WtR /m^ zbfe<pW1U!'j8/(>IhE@bج[.;>R9{]T[H=a8'3^;[.kOqw U\+G+pi]1¾U^2^DǪx&~׋Rj[:֣+ykͅՇe@ 2 ;0Hj)Ek6ˁXg`bp﷈@wM{/fѲ *Z')>3;EU߯ʕ8:qD+B&du'υؼ HiA@jD' y R2X. ["44yM8YwQ#\\Ę|ot 73$yar{t) o &ͺ,ke[Z(M1{yˋw?0uP (]%4PD>yt)gq{xȺ[@D/ #㟶~z[>&xɯD,.~Ӵ $҇'%h}/Iq]ZQlۗb}S:aG:A7eq{