PackageKit-1.1.10-lp150.2.1 >  A Z /=„Y&@Ke|^ W$(?!pQIcw{v ΍~'YF8o%NʠC@@P“̯cڦoS(8G[g?~;.L|g|=5֡(ס"$@]WyYf+*jzK»ZȝE гKb$Cy^Q+VChlvkom\4JQUZ#iك,7_%, 12f32123ddcf90d46def5abc8da98599e2d47b566a947d2c6c387b7aa413f8d954683343e3fb08f99bee0b9a6c2add84902bf14e5Z /=„3ft Pz2)87u lY mn0ΥwyܝSkz%4Om2(& \CUq~wp~YCݲ`,kɊ5֬%;P(*t68rv[ef[t})Y\|ǹdD64~Z(6N4Kzf=Һt~>րHq0c 5r\zT*Mj76G{ۉ7|[qS6x6$E->">pO?d   Olp|  e5>## # # # # ,##g#<# % %#%(#8#9&|:2=ُ>ٗ?ٟ@٧BٯFG#Hڔ#I #XDYPZt[ۄ\ۜ#](#^pbcdeflu#vw#x#y3ztCPackageKit1.1.10lp150.2.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.Zcloud132 UopenSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/Daemonshttps://www.freedesktop.org/software/PackageKit/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in packagekit.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in packagekit.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-PackageKit-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-PackageKit-update-$service-new-in-upgrade" fi done for service in packagekit.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=packagekit-background SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset packagekit.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in packagekit.service ; do if [ ! -e "/run/rpm-PackageKit-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-PackageKit-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in packagekit.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 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 # Do not restart PackageKit on upgrade - it kills the transaction export DISABLE_RESTART_ON_UPDATE=yes test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart packagekit.service ) || : fi else # package uninstall for service in packagekit.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi3J(8YhX WVwBJF % A큤큤AAAA큤A큤A큤AA큠ZZZZZZZZZZZZZZZZZZZZZZOZOZZOZZZOZZZZZZZ93cb347e8635045bfbdf2e34c6482e305a37e53c7f5cb89b5ccf3a53ea966054339423556c312205c1ca187f67b01aeb130def06a51d6816a2a72465fd15267d1a612d34b11e79052937dcdf4a584f8e2fad12e2bcf1b6cd34c495891370cabefa1cb78997ce10dcac5a38f1de87c9ce7b196a6a3926817985986d9a53b59679ea90798829737907dc0f3d5c6225c4984b61ef32287ceebc11008ae5ade7775efb8e01551876eaa44343a0c521bf13a6a8bafb3873cb71e58a56fed11d26024aff9d437fc27bd5d80db44ca7963c5cb7fb6280abc3eaa8a4e35c05d44b9b6481ee6790dddd83863455c4dec2b18ef5533b385599ef1c464c945a187627df826cb364215a8b32c53759c306bca09fac3dd1aba8d12b49c9dbcf0248c69be18060642cb6c5e44dc18b60cb82a8dee273d3f4b6a766d20a47c19b7212082824c05be74b4eff06636b642c0549ed35fc570b8f69f2dd1e87ab0699f5775065c5efcd678261ba22dab7d704beadcf1db5f3b6fe6716ae3f45f4b4e4130944fe4b9f7e67b74cafb27e8579ecadf1a3d2da0197766aaecc8ed742f66e18f8a11fbc6d2251b01914f9e89cda9d86ae77f718539750856a2f1b3d638f3949be39236e3abe3a75d6fd7f7c061018c0ba26416a36c99a048a9c038d998707258c3a5dfa1788f317cfe271f2871ad091fbc1cf61c3f48f9b26dada9e9bcd6d6e06b8b7168d1663885d1b4d1857dc1ae7a6d450ab0ea95579a2d28eacd4324402bbb1827188135dac4b385b955c72e28b32219103a88d085469c0f0b8477a45ba28ac3ccc5b423ea644a6deba253da9324444a1ec44481a61a3c8e2555da463da780c0af2bf228177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064365e4eba8a02c4bb2ae1465a7b8ed20ae875f50a888f6d9fa4868a939edb9799abd5b4fbde30bbaa4ab6cb8ba252def601b5803719affdcca6ad280d778284ee3bd39e58d59a7edd3d04649843fdf8cf33cfc501a3970dede6cda1f4d64b725eb8c009527b3c88594fbf6bb28d5651e90dcc995db1d534319954752ceec3d2ced953a976ce7e896bbab110be57b99489e9eed0400190171eb359cb353bc509a59servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.1.10-lp150.2.1.src.rpmPackageKitPackageKit(x86-64)libpk_backend_dummy.so()(64bit)@ @@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shPackageKit-backendPackageKit-brandingcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libpackagekit-glib2.so.18()(64bit)libpolkit-gobject-1.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libsqlite3.so.0()(64bit)libsystemd.so.0()(64bit)libsystemd.so.0(LIBSYSTEMD_209)(64bit)libsystemd.so.0(LIBSYSTEMD_213)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd1.1.103.0.4-14.6.0-14.0-15.2-14.14.1Z?ZZUZZZ1@ZZZ@Z'Z@YY@YdYX@YzYS@Y7Y0XXW@WWW@W@W@W~W-@W=W@QR@Q9Q/FQ#i@Q@QP-P-P@PPP9@PPP@P*P`K@P`K@PO'PG>P4P@O@O@O8OP@O;@O@N@NNN@NFNNtNf @N`@NC@N7NN@NN@MM@MMVMMMzMh@M^_@M^_@MY@MWM%MMLr@LL@L@LLLL[@LH2L!@L_K#@K#@KKKKKK@Kg@KK@KqN@KbKJ@JJ~@Jv@JrJc Jc J%@J{J*@IKIV@lnussel@suse.dedimstar@opensuse.orgfcrozat@suse.comfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgsckang@suse.comdimstar@opensuse.orgdimstar@opensuse.orgrbrown@suse.comdimstar@opensuse.orgsckang@suse.comsckang@suse.comfcrozat@suse.comzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgsckang@suse.comsckang@suse.comdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgma@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orghpj@suse.comzaitor@opensuse.orgzaitor@opensuse.orgmgorse@suse.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgtchvatal@suse.comzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgLed zaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orghrvoje.senjan@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orghpj@suse.comdimstar@opensuse.orgdimstar@opensuse.orgma@suse.comfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.orgcoolo@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgmike.catanzaro@gmail.comcoolo@suse.comma@suse.dedimstar@opensuse.orgcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comdimstar@opensuse.orgcoolo@suse.comtittiatcoke@gmail.comtittiatcoke@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgglin@suse.comvuntz@opensuse.orgcfarrell@suse.comglin@suse.comdimstar@opensuse.orgdimstar@opensuse.orgcoolo@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgcoolo@suse.comdmacvicar@suse.dedmacvicar@suse.devuntz@opensuse.orgvuntz@opensuse.orgjengelh@medozas.devuntz@opensuse.orgfcrozat@novell.comwr@rosenauer.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdmacvicar@suse.devuntz@opensuse.orgvuntz@opensuse.orgdmueller@suse.defcrozat@novell.comdmacvicar@suse.decoolo@novell.comdmacvicar@suse.dedmacvicar@suse.desbrabec@suse.czvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgaj@suse.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgsreeves@novell.comma@suse.deseife@opensuse.orgmeissner@suse.devuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgglin@novell.comprusnak@suse.czlslezak@suse.czcoolo@novell.comsreeves@novell.comdominique-obs@leuenberger.netcoolo@novell.comdominique-obs@leuenberger.netvuntz@novell.comdominique-obs@leuenberger.netcoolo@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.com- 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- Set DISABLE_RESTART_ON_UPDATE to 'yes' instead of '1': the systemd macros do an explicit compare to the string.- Add PackageKit-offline-update.patch: + Make packagekit-offline-update a static service. Users believe by disabling the service, the feature would be disabled, when in fact systemd still brings the user to the system-update.target, but then doesn't perform any action, most of all not removing the /system-update link, thus ending in a loop.- Add patch bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch: ensure PackageKit asks to be restarted when restart_suggested is part of the update flags. Patch by Roy Ley Mu (bnc#881245).- Update to version 1.0.0: + The offline update functionality has moved to a proper D-Bus interface and the pkexec helpers have been removed. Offline updates is an important feature that no longer deserves to be bolted-on. All the existing users have been ported to the new interface, but you need 3.13.92 if you're running GNOME from unstable or jhbuild. + No more plugins. Both in-tree and out-of-tree plugins were the biggest source of crashes, and with the systemd offline updates merged into the core daemon they are just not reuired anymore. All affected projects have been notified. + No more conary, opkg, smart or yum plugins. These have been unmaintained and broken for over two years, so time to give them the heave-ho. + The alpm, aptcc, hif and zypp plugins have had lots of love, and are up to date with the latest features and working well. + New Features: - Add a D-Bus interface and helpers for offline support. - Add a repo-set-data command to packagekit-direct. - Add a simple script that generates some offline metadata. - Add pk_backend_job_get_cancellable(). - Add pk_backend_job_is_cancelled(). - Add pk_backend_set_user_data(). - Add pk_offline_get_prepared_sack() and use it in the systemd-updates plugin. - Remove pk-debuginfo-install. - Remove support for distros not supporting /etc/os-release. - Remove the --enable-systemd-updates configure switch. - Remove the events/pre-transaction.d functionality. - Remove the pkexec systemd helpers. - Remove the plugin interface. - Remove various options from the config file. + Bugfixes: - Automatically do pk_backend_job_finished() for threaded backends. - Do not shutdown the daemon on idle by default. - Fix compile of the ConnMan network support. - Fix packagekit-offline-update.service generation. - Increase the default transaction limits. - Prefer npapi-sdk over mozilla-plugins. - Refresh the NetworkManager state when the daemon starts. - Add rcpackagekitd and rcpackagekitd-offline-update symlinks. - Shorten the Summary of PackageKit-branding-upstream a bit.- Update to version 0.9.6 (git master/0fcee3c): + Fix a multitude of possible crashers. - Drop 0002-Build-against-npapi-sdk-instead-of-xulrunner.patch and PackageKit-zypp-0.9.patch: fixed upstream.- Update to version 0.9.5: + New Features: - Add --allow-untrusted option to pkcon. - Add a new tool called packagekit-direct that can run without a daemon. - Remove remaining time reporting. - Remove the desktop.db plugin. + Bugfixes: - Do not commit the transaction manually but instead set the correct state. - Do not log a critical warning when idle exiting. - Fix a crash when we are cancelling a transaction that has not yet been run. - Make browser-plugin search for npapi-sdk or mozilla-plugin. - Never ever use g_main_context_iteration() manually. + Backend fixes. + For changes from version 0.9.1 up to 0.9.4: please see NEWS file. - No longer pass --with-security-framework to configure: not known anymore. - Rebase 0002-Build-against-npapi-sdk-instead-of-xulrunner.patch and PackageKit-dbus-location.patch. - Drop PackageKit-zypp-filter-uninstalled-packages.patch: fixed upstream. - Add PackageKit-zypp-0.9.patch: port zypp backend to PK 0.9.x. - Drop typelib-1_0-PackageKitPlugin-1_0 subpackage: the plugin architecture does no longer exist. - Rename libpackagekit-glib2-16 subpackage to libpackagekit-glib2-18, following upstreams soname change. - Rework for GStreamer 1.0 support: + Remove gstreamer-0_10-devel and gstreamer-0_10-plugins-base-devel BuildRequires. + Add gstreamer-devel and gstreamer-plugins-base-devel BuildRequires. + Change supplements in gstreamer-plugin to packageand(%{name}:gstreamer-plugins-base).- Export DISABLE_RESTART_ON_UPDATE=1 in postun scriptlet: advise the systemd postun macro not to restart PackageKit services, as PK would forget it was in progress of a transaction and abort it.- Update to version 0.8.17: + Backends: - Multiple Katja updates. - Multiple aptcc updates. - Multiple hawkey updates. + New Features: - Allow optionally shutting down after applying updates. - Set an idle IO priority for background threaded transactions. + Bugfixes: - Do not disregard any transaction that takes more than 43 seconds. - Do not install into python_sitelib. - Fix directory path in the docs. - Return an error if a client tries to execute an unknown method. - Set the default cache-age to 'never'. - When using 'pkcon install' assume arch filter.- Add PackageKit-zypp-filter-uninstalled-packages.patch. GStreamer codec installation would prompt to install already installed packages. This patch fixes the issue. Part of fate#316921.- Switch with_offline_udpates on.- Update to version 0.8.16: + Libraries: Add pk_package_sack_find_by_id_name_arch(). + New Features: Set all the proxy settings when using pkcon. + Changes in the following backends: aptcc, entropy, hawkey, katja. + Bugfixes: - Annotate DBUS Interface for GetPackageHistory. - Clear the prepared-updates file only when the update is invalidated. - Do not show an error if GetDepends is not supported. - Do not use the '…' character when talking to plymouth. - Don't use the default main context in sync PkClient methods. - Only scan .desktop files in the datadir. - Drop PackageKit-dbus-interface-annotation.patch, bsc#951592-zypp-Raise-priority-of-ZYPP-stack-updates-if-a-secur.patch, and PackageKit-gstreamer1.patch: fixed upstream.- Add bsc#951592-zypp-Raise-priority-of-ZYPP-stack-updates-if-a-secur.patch: zypp: Raise priority of ZYPP stack updates if a security patch is shadowed. (bsc#951592)- Add PackageKit-gstreamer1.patch: Build against gstreamer 1.0, not 0.10.- Update to version 0.8.15: + Lots of bugfixes and cleanups, no real new features. + Changes in the following backends: alpm, aptcc, hawkey and yum. + Bugsfixes: - Do not assert when re-using a PkPackage instance. - Do not overrride CLEANFILES from gtk-doc, append to it. - Do not update the role when doing the test transaction. - For gtk-doc DOC_SOURCE_DIR is relative to builddir. - For gtk-doc add missing setup_files. - Ignore progressbar start text if it unchanged. - Only show some status values in pkcon after a small delay. - Resolve internally in pkcon to provide a better output. - Update CVE regexp for new CVE format. - Use syslog() correctly. - Use the filter when removing and installing software using pkcon. - Use the system database location when compiling with - -enable-local.- Update to version 0.8.14: + We've removed and deprecated the parts of PackageKit that either didn't work very well, or simply were not being used. The library and soname stays the same, but a lot of daemon cruft has been removed. + A lot of the work above focused on speed, and packagekitd is substantially faster on most backends now. 100ms here, 50ms there; things feel lot more snappy doing the most common operations. + Libraries: - Do not add two refs on the PkPackage when in a sack. - Do not check if the package-id name is valid UTF-8. - Do not maintain two arrays of the same packages. - Do not use g_strdup_printf() when building a package_id. - Optimise pk_package_set_id() by not using g_strsplit(). - Remove an overly-cautious dup when setting the package ID. + Backends: - box: Remove backend, it's obsolete upstream. - Various fixes in backends: entropy, hawkey, portage, zif. + New Features: Update the website and developer docs to reflect reality. + Bugfixes: - Don't populate a PkResults object just so we can save one PkErrorEnum value. - Don't update the text package cache when refreshing. - Explicitly mark the required PolicyKit as a hard dep. - Never ever use WError. - Only get the sender cmdline when the value is going to be used. - Only load the transaction introspection once. - Only validate UTF-8 text from the spawned backends. - Speed up loading the transaction introspection by 13ms. - Drop pm-utils BuildRequires and pm-utils relevant install instructions: support has been removed.- Add PackageKit-dbus-interface-annotation.patch: annotate GetHistory call for Qt bindings to compile.- Update to version 0.8.13: + New Features: - Add a systemd packagekit.service file. - Provide a way to run the spawned backend under strace. + Improvements to various backends: hawkey, poldek and yum. + Bugfixes: - Fix the --with-systemdsystemunitdir option to actually work. - Do not abort the daemon if we can't write to a database. - Do not proxy the action states when simulating. - Don't crash if ProxyHTTP is set. - Fix a small memory leak spotted by clang. - Fix critical warning when killing a backend with new versions of GLib. - Fix memory leak when running plugins. - Fix memory leak when using new versions of GLib. - Ignore the prefix when dealing with the PackageKit prepared update. - Make the debugging print formatter thread safe. - Remove duplicate assignment of pkcon '-y' option. - browser-plugin: Never use the application icon. - systemd-updates: Log all warnings and notices to the journal. - systemd-updates: Show some text progress. - Add pkgconfig(libsystemd-journal) BuildRequires: new dependency.- Update to version 0.8.12: + Libraries: - Add a method to parse a PkPackage from it's description. - Add pk_transaction_past_get_timestamp() as a helper. - Add some simple getters for PkDetails. - Add some simple getters for PkTransactionPast. - Destroy and re-create the control proxy if the server changes. - Do not have duplicate 'interactive' properties. - Make PkTask thread-default-context aware. + pisi backend fixes. + Add GetPackageHistory() that returns history data for packages. + Check for packagekitd in the right location. + Do not send the backend a cache age of -308 when using UINT_MAX. - Rebase PackageKit-dbus-location.patch. - Drop PackageKit-destroy-and-recreate.patch: fixed upstream.- Set BUILD_CNF to 0: in openSUSE, we use the sep. command-not-found package for the same purpose. The existing handler anyway never worked, as it checked for the presence of /usr/libexec/packagekitd, which is not a valid openSUSE location.- Add PackageKit-destroy-and-recreate.patch: Destroy and re-create the control proxy if the server changes. Helps gnome-software to be able to communicate with packagekitd after restarting the daemon.- Add PackageKit-dbus-location.patch: Look for dbus socket in /run instead of /var/run (bnc#829944).- Update to version 0.8.11: + Make it possible to cancel an offline update. + Add offline update commands to the pkcon man page. + Make sure basic stuff is set up before entering the STARTED plugin phase. + pkcon: Add a few missing subcommands to the help output. + pkcon: Document commands and options. + zypp: Adapt to pk_backend_job_files change. + Various backend fixes (not zypp related). - Drop PackageKit-zypp-buildfix.patch: fixed upstream.- Update to version 0.8.10: + Libraries: - glib: . Actually return the error if any PkClient methods failed. . Fix a potential segfault when getting the error code for the results. - ruby_packagekit: . update enums with enum-convertor. . update prints with commands. . update the backend API. + New Features: - Add a 'DOWNLOADED' filter to select only packages already in the cache. - Add three pkcon sub-commands for offline updates. - Allow local active users in the wheel group to install signed packages without a password. - Allow plugins to override PolicyKit action IDs. + Bugs fixed: - Also look for libraries in type txt from lsof. - Correctly handle SIGINT signals again. - Default lsof installation path on FreeBSD. - Depend on GLib 2.30.0 for the UNIX signal handling features. - Do not start the daemon if we cannot get a valid starting ID. - Don't cause warnings if /proc/net/route is missing. - Do proper error checking when modifying the transaction database. - Emit error for Listaller package installs, if Listaller is not installed. - Ensure we create the per-system metadata cache location. - Fix Listaller compat check if IPK mime type is not installed. - Generate the python files to get the path right. - If the transaction database is missing, show an error and cleanly shutdown. - Load an instance of the transaction database for each transaction. - Make pk_backend_job_files() accept an array of strings. - Make the client-helper run on non-Linux systems. - Make the test scripts use a standard shell. - Only check the package-id of ::Files when specified. - Only search newest packages when resolving 'pkcon update foo'. - Raise the package process threshold to 5000. - systemd-updates: Do not exit with an error for a race condition. + Various fixes in aptcc, dummy, hawkey, pisi, ports, yum and zif backend. - Add PackageKit-zypp-buildfix.patch: change zypp backend to follow pk_backend_job_files() changes.- Update to version 0.8.9: + New Features: - Add 'pkcon backend-details' to be get details of the selected backend. + Bugfixes: - Add fallback for older libarchive. - Do not rely on Python2 to write UTF-8 strings. - Do not use -fPIE when calling g-ir-scanner. - Ensure the package is removed from the sack properly. - Modify CodingStyle. + Backends: - yum: Update the comps->group mapping for Fedora 19. - yum: When converting to unicode special case YumBaseError.- Update to version 0.8.8: + PackageKit now allows local active users to install signed software without prompting for authentication. + Libraries: - Add some public getters to PkUpdateDetail. - Don't use the default main context in sync PkClient methods. - When getting desktop data try the installed prefix, and then the system copy. + ZYPP backend fixes: - Do not trigger invalid numbers. - Fix compile with __attribute__ gnu_printf. - Fix download progress. - Fix removing packages. - Ignore system resolvables during install too. - Ignore @System upgrades during update. - Instantiate PoolStatusSaver after pool is built (bnc#804054). - Less debug in progress functions. - Merge all backend code into one file, much easier to refactor. - Only allow to update candidates (fdo#61231). - Remap PK provides into rpm provides as the zif backend does. - Use the right functions to get solvables. + Multiple other backend fixes. + New Features: - Added Provides property to retrieve which Provides the backend supports - Expose the transaction flags on the .Transaction object. - Use __attribute__ gnu_printf when dealing with varargs. - Use G_GNUC_NULL_TERMINATED for pk_backend_spawn_helper. - Use PIE to better secure installed tools and also use full RELRO in the daemon. + Bugfixes: - Add compatibility with newer libarchive versions. - Allow clients to call org.freedesktop.DBus.Peer. - browser-plugin: Do not crash when running an installed package that is upgradable. - Do not install the bash-completion code in /etc. - Do not use _UTF8Writer when using python3. - Do not write the prepared-updates file if systemd is not available. - Don't abort the daemon if the client requests a property that does not exist. - Don't initialize GType system on newer GLib versions. - Ensure /var/lib/PackageKit exists before using it. - Fix compiling with --enable-systemd - -disable-systemd-updates. - Fix crash while calling inhibit into systemd-login. - Fixed connman interface. - Fix symbol-prefix passed to g-ir-scanner. - Make PackageKit compile on !Linux again. - Pause for 10 seconds if an error occurred before restarting systemd-updates. - Remove pk-plugin-clear-system-update as removing the trigger file is never required. - Remove the prepared-updates file if any relevant state was changed. - Resolve according to the filters when doing 'pkcon get-requires'. - Support getting the distro-id from /etc/os-release. - Use the correct session method to fix font installation in pk-gtk-module. - Write a pre-failure status file in case the update transaction crashes. - Drop patches that have been merged upstream: + 0003-zypp-fix-download-progress.patch + 0004-zypp-use-the-right-functions-to-get-solvables.patch + 0005-zypp-fix-removing-packages.patch + 0006-zypp-do-not-trigger-invalid-numbers.patch + 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch + 0008-zypp-ignore-System-upgrades-during-update.patch + 0009-zypp-merge-all-backend-code-into-one-file-much-easie.patch + 0010-zypp-ignore-system-resolvables-during-install-too.patch + 0011-zypp-Fix-compile-with-__attribute__-gnu_printf.patch + 0012-zypp-less-debug-in-progress-functions.patch + 0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch + 0014-zypp-Instantiate-PoolStatusSaver-after-pool-is-built.patch + 0015-zypp-only-allow-updates.patch + PackageKit-allow-to-disable-systemd-updates.patch - Add pkgconfig(bash-completion) BuildRequires: new dependency to detect the bash completions install location.- Drop fix-policies-opensuse.patch: these settings aren't being used anymore as they're overridden by our settings in the package polkit-default-privs.- add 0015-zypp-only-allow-updates.patch from git (bnc#804983)- Add 0014-Instantiate-PoolStatusSaver-after-pool-is-built-bnc-.patch (bnc#804054)- Add PackageKit-allow-to-disable-systemd-updates.patch: Disabling systemd-updates has the effect that HAVE_SYSTEMD is completely ignored, causing build failures. - Introduce with_systemd_updates (currently set to 0) to have an easy way enabling/disabling systemd offline updates. For openSUSE 12.3 this is not fully ready, and instead of the UI offering it and having any kind of side effect, we for now decide to disable it. The defines conditionally does: + Pass --disable-systemd-updates to configure + Add a section to the %post scripts, removing remnant files if left there. + Adjust the files section.- Add one more patch from git (bnc#735864): + 0013-zypp-remap-PK-provides-into-rpm-provides-as-the-zif-.patch- Add two more patches from git: + 0011-zypp-Fix-compile-with-__attribute__-gnu_printf.patch + 0012-zypp-less-debug-in-progress-functions.patch- two more patches from git: 0010-zypp-ignore-system-resolvables-during-install-too.patch 0009-zypp-merge-all-backend-code-into-one-file-much-easie.patch- Add two more patches fixing things from git: + 0007-fix-crash-while-calling-inhibit-into-systemd-login.patch + 0008-zypp-ignore-System-upgrades-during-update.patch- Add 0006-zypp-do-not-trigger-invalid-numbers.patch to avoid crash during download.- Add 0005-zypp-fix-removing-packages.patch: fix removing packages and hopefully also some crashes (bnc#769764).- Add 0004-zypp-use-the-right-functions-to-get-solvables.patch: make sure we're not hitting random packages. This also makes it able to install patters with pkconf.- Make the new libpackagekit-glib package conflict with older versions of PackageKit: together with the Recommends, we bring the latest version in but don't forcibly require it.- Added 0003-zypp-fix-download-progress.patch: fix download progress (in apper).- Added patch (fix-policies-opensuse.patch) to be within the openSUSE guidelines for PolicyKit files. - Removed PackageKit-rpmlintrc due to above mentioned patch- Update to version 0.8.7: + ZYpp Backend: - Adjust PK_FILTER_ENUM_NOT_DEVELOPMENT (bnc#770028) - Construct PoolItem from sat::Solvable rather than doing a search - Don't retrieve raw package attributes but use zypp::ResObject (bnc#764677) - Don't waste time comparing zypp::Arch string representations - Fix missing dtor - No longer use the old and deprecated ZYppCommitResult members (bnc#769764) - No need to retrieve installed packages attributes from rpm database - Set CXXFLAGS and use --std=c++0x as libzypp does (bnc#769764) - Use pre-increment in for-loops to avoid temporaries - always solve dependencies with 'IgnoreAlreadyRecommended ON' (bnc#747751) - check for best architecture and version when looking for the 'newest' package - finish port of backend to 0.8 API - match the patch name to prevent an internal error - return package list ordered witht respect to solver policies - TODO is old and outdated, removed + GLib library: - Add a PkItemProgress helper object to remove the workaround in PkProgress - Make the 'update-vendor-urls' property have a proper char** type - Make the updates and obsoletes items in Transaction::UpdateDetail actual arrays - Make the URL items in Transaction::UpdateDetail actual arrays - Don't update the transaction role to 'unknown' - Remove support for UpdateSystem() - Save the transaction flags when removing packages - Ensure remote error is stripped before showing it to the user - Add pk_package_sack_to_file() to save the sack to disk - Check for failure to copy files when making a service pack - Remove some unused code spotted by coverity + New Features: - Add an optional binary to update the system when offline - Add an optional pkexec binary to create the system-update symlink - Add a --only-download option to pkcon for testing - Added Transaction property DownloadSizeRemaining, so backends can tell how much download is left to do - Add logind support which is enabled by default - Add pkexec executable pk-clear-offline-update to be able to clear the offline-update message + Bugfixes: - Drop the unused polkit-backend-1 check from configure as it's gone upstream - Fix a crash where NetworkManager is restarted whilst packagekitd is running - Pause the plymouth progress when applying offline updates - Do not run the plugins when using only-download - systemd-updates: Add environment PK_OFFLINE_UPDATE_TEST=1 for testing funcitonality - systemd-updates: If the upgrade tool exits with an error reboot the system - systemd-updates: Remove the prepared-updates file if GetUpdates() returns no packages - systemd-updates: Remove the prepared-updates file if the daemon state changes - systemd-updates: Write package_ids into /var/lib/PackageKit/prepared-update - We don't need to authenticate at all to just download packages - Dropped patches due to upstream incorporation : + 0003-Revert-packagekit-qt2-Since-new-methods-and-enums-wh.patch + 0004-zypp-use-pre-increment-in-for-loops-to-avoid-tempora.patch + 0005-zypp-don-t-waste-time-comparing-zypp-Arch-string-rep.patch + 0006-zypp-set-CXXFLAGS-and-use-std-c-0x-as-libzypp-does-b.patch + 0007-zypp-fix-missing-dtor.patch + 0008-zypp-no-longer-use-the-old-and-deprecated-ZYppCommit.patch + 0009-zypp-adjust-PK_FILTER_ENUM_NOT_DEVELOPMENT-bnc-77002.patch + PackageKit-zypp-packagesize.patch + PackageKit-bnc775651-ignore-accept-eula.patch + PackageKit-bnc780058-zypp-backend-match-patches.patch + PackageKit-gstreamer-1.0.patch + PackageKit-no-polkit-backend-1.patch - Add pkgconfig(systemd) BuildRequires: new depenency. - Remove obsolete xulrunner version matches: we build against npapi now. - Drop obsolete suse_version checks. - Rename libpackagekit-glib2-14 to libpackagekit-glib2-16, following upstreams soname bump (also in baselibs.conf) - Drop libpackagekit-qt2-devel and libpackagekit-qt2-2 subpackages: upstream split this in an own source tarball. - Pass --enable-gstreamer-plugin to configure. - Remove references to libpackagekit-qt14 and libpackagekit-qt2-2 from baselibs.conf: those libraries are no longer built.- Add PackageKit-no-polkit-backend-1.patch: Do not look for no longer existing polkit-backend-1. Fixes build with polkit >= 106.- Add PackageKit-gstreamer-1.0.patch: Add GStreamer 1.0 support to the PackageKit plugin.- Add PackageKit-bnc780058-zypp-backend-match-patches.patch to prevent the internal error (bnc#780058)- Change license tags to be per package: + GPL-2.0+: PackageKit, backend-zypp, typelib-1_0-PackageKitPlugin-1_0, browser-plugin, gstreamer-plugin, gtk3-module, devel, branding-upstream. + LGPL-2.1+: libpackagekit-glib2-14, typelib-1_0-PackageKitGlib-1_0, libpackagekit-glib2-devel, libpackagekit-qt2-2, libpackagekit-qt2-devel. - This is clearer than using "GPL-2.0+ and LGPL-2.1+" for everything.- license update: GPL-2.0+ and LGPL-2.1+ Library portions are LGPL-2.1+ licensed- Add PackageKit-bnc775651-ignore-accept-eula.patch to fix crash after accepting EULA (bnc#775651)- Add Patches from the openSUSE_Factory PK branch (in order to fix bnc#769764 and bnc#770028): + 0004-zypp-use-pre-increment-in-for-loops-to-avoid-tempora.patch + 0005-zypp-don-t-waste-time-comparing-zypp-Arch-string-rep.patch + 0006-zypp-set-CXXFLAGS-and-use-std-c-0x-as-libzypp-does-b.patch + 0007-zypp-fix-missing-dtor.patch + 0008-zypp-no-longer-use-the-old-and-deprecated-ZYppCommit.patch + 0009-zypp-adjust-PK_FILTER_ENUM_NOT_DEVELOPMENT-bnc-77002.patch- Add PackageKit-zypp-packagesize.patch: libzypp changed their API and now returns Bytes instead of KBytes. - Add call to autoreconf, as above patch touches the build system.- gcc46 is no longer required for libzypp- Update to version 0.7.4: + New Features: - Deprecate Message(untrusted-package) from the API - Install pk-task-sync.h as part of the public API - Add full integration so that UI can know when to repair the system + Libraries (glib): Add GType's for packagekit-glib2 enumerations + Libraries (qt2): Add simulateRepairSystem and repairSystem(bool) to the Transaction API + Libraries (python): Speed up get_package_list + Zypp Backend: - Build pool before resolving - Do not set a PACKAGE_NOT_FOUND error when resolving packages + Non-zypp backends updates. + Bugfixes: - Add some documentation about the auto-untrusted logic - Add some documentation for the new RepairSystem transaction interaction - Do not allow an empty resolve call to be passed down to the backends - Do not include the website in the tarball - Drop --print-reply from dbus-send command used on suspend/resume - Remove doc subpackage, as it only contained the website which is not shipped anymore in the tarball. Add a Obsoletes for it to the main subpackage for smooth upgrades. - Add a force_gcc46 define that we can use to force building with gcc 4.6. This is needed in Factory for now, as libzypp doesn't build with gcc 4.7 right now. When this is set, we use gcc46-c++ BuildRequires and export CC and CXX environment variables to use gcc 4.6. - Add 0003-Revert-packagekit-qt2-Since-new-methods-and-enums-wh.patch: the soversion of libpackagekit-qt2 has been decreased by accident, so revert this change for now.- Update to version 0.7.3: + New Features: - Add LANGUAGE_SUPPORT what-provides type + Libraries (glib): - Don't segfault the client if there are no cached properties - Fix a critical warning in gnome-settings-daemon when setting the proxy - Fix transfer annotation of pk_results_get_package_sack() - Fix transfer annotations for GPtrArray returns - Do not send progress updates for non-verb packages + Non-zypp backends updates. + Bugfixes: - Document CODEC what-provides type - Don't crash when the system bus isn't available, just abort with an error - Fix a critical warning when starting gnome-settings-daemon - Imply the install trusted polkit auth when we get the remove auth - Imply the install trusted polkit auth when we get the untrusted auth - Port the session example code to GDBus - Website updates. - Remove xz BuildRequires now that it comes for free in the build system.- Move dbus xml interface files from devel subpackage to main subpackage: PackageKit now requires them at runtime to work. - Move the zypp backend to a new backend-zypp subpackage: this will make it clearer to users which backend is being used. It also makes it easier to test small changes in the zypp backend. - Move all test backends to devel subpackage, as they are not useful to users. - Add PackageKit-backend Requires to main subpackage, so we get a working backend by default. This will be PackageKit-backend-zypp since nothing else provides this right now.- Update to version 0.7.2: + New Features: - Add a new repair-system policy and use it by the corresponding RepairSystem method - Add a transaction_reset backend hook - Add new roles SimulateRepairSystem and RepairSystem - Add pk_*_enum_to_localised_text to pk-enum.h and export via GIR - Add possibility to connect/disconnect backend signals - Add PropertiesChanged signals to the main and transaction interfaces - Allow the Plasma version to be specified for PK_PROVIDES_ENUM_PLASMA_SERVICE + Libraries (glib): - Convert libpackagekit-glib2 from dbus-glib to GDBus - Skip empty catalog entries + Libraries (qt): - Automatically rebuild moc files with different moc version + Zypp Backend: - Retrieve url for packages instead of returning "TODO" + Non-zypp backends updates. + Bugfixes: - browser-plugin: Make it compile with newest xulrunner - Fix a critical warning in the client tools when a simulation is cancelled - Fix builddir != srcdir issue - Fix item-percentage call in the spawned backend - gtk-plugin: Fix name of GTK plugin schema file - Make PkProc part of the daemon again - Remove deprecated g_thread_init() on GLib < 2.31 - Set the frontend socket as environment variable in the spawned backend - Update the website matrix to include the new (Simulate)RepairSystem roles - Rebase patches, via git, including removal of 0002-Retrieve-url-for-packages-instead-of-returning-TODO.patch (fixed upstream).- Update to version 0.7.1: + New Features: - Add command line option to keep environment - Add Introspection support for PK-Plugins - Add possibility for backends/plugins to skip transactions - Add 'uid' and 'cmdline' properties to PkBackend - Use the new g_thread_new() for new versions of GLib + Libraries (qt): Drop packagekit-qt1 which is obsolete in favor of packagekit-qt2 + Libraries (qt2): - Remove old Find* macro - Really do not distribute moc files + Zypp Backend: - Dont call build pool inside the loop - Only load repositories once - Refactor the private static data into one structure + Non-zypp backends updates + Bugfixes: - Check if a transaction should be skipped after it has started too - Don't use the deprecated g_thread_supported() in the dameon code - Finalize PackageKitPlugin GIR file - Find uninstalled PackageKitGlib-1.0.gir when building - Fix the role of the EULA transaction - Make PK compile on GNU Hurd - Move the gtk-module extra files to the PK tarball - Offset the cache age by 30 minutes - plugin: Add a few GIR annotations - Remove the implemented checks for the simulate methods - Require exactly 'y' or 'yes' before running a transaction - Use the newest filter when resolving for new packages to install - website: Fix broken link to gdb docs - website: Improve links to bug trackers - Changes from version 0.7.0: + Notes: - This is the first release of the unstable 0.7.x series. - This code removes a lot of deprecated code and compatibility shims compared to the previous branch. - Highlights of this release is the new transaction plugin interface that allows external projects to add modules for interfacing with PackageKit. + New Features: - Add an 'auto' string for the --with-default-backend= configure option - Add an example plugin that saves private state - Add an example to contrib to show how to build an out-of-tree plugin - Add an ItemProgress signal designed to eventually replace SubPercentage - Add an untrusted section header when using console applications - Add a PK_PROVIDES_ENUM_LIBRARY entry - Add a "Python" type to PkProvidesEnum and document how the provided components should be named - Add a transaction plugin infrastructure to packagekitd - Do not do the compatibility method fallbacks anymore - Don't ship all the valid licences as enums anymore - Install a pkgconfig file so external projects can build plugins - Move the check for libraries in use for security updates functionality to a plugin - Move the checking for running processes before update to a plugin - Move the clearing firmware functionality into a plugin - Move the desktop database rescan functionality into a plugin - Move the pre-transaction.d and post-transaction.d functionality into a plugin - Move the update check for running processes into a plugin - Move the updating of the package list into a plugin - Raise the PolicyKit required version to 0.98 and drop the compat code - Remove PkFileMonitor, we can now use GFileMonitor - Remove the deprecated PK_BACKEND_OPTIONS - Remove the GTK+2 pango module and only support GTK+3 - Remove the HAL integration code - Require a new version of automake, and make configure.in sane again - Use g_bus_watch_name() and remove the homegrown EggDbusMonitor + Libraries (glib): - Free the PkProgress' package - Remove the foo_from_text() compatibility defines + Libraries (python): Remove the native python library + Libraries (qt): Do not dist the moc files + Libraries (qt2): Use cmake package config instead of Find* module + Zypp Backend: - Do not install locked (taboo) patches - Do not rebuild the pool on every call causing slowness (bnc#679650) - Just use the iterator instead of so many temps + Non-zypp backends updates + Bugfixes: - Actually use the value from /etc/login.defs - Fix the browser-plugin build with GTK+ < 2.24 - Port the browser-plugin from dbus-glib to GDBus - Convert the daemon to use GDBus rather than dbus-glib - Port the gstreamer-plugin from dbus-glib to GDBus - gtk-module: Port from dbus-glib to GDBus - Ignore local packages when calculating the simulate list - Ignore untrusted packages when calculating the simulate list - Make percentage, subpercentage and remaining proper GObject properties on the PkBackend object - Make the lsof plugin code support distros such as Fedora with /lib64 - pk-command-not-found: An ellipsis has three dots, not two - Make lsof use the '-n' option to avoid looking up hostnames - Remove cppunit check as packagekit-qt2 does not use it - Remove the duplicate 'The software is not from a trusted source' - Use g_unix_signal_add_full() which has been renamed in GLib - Remove dbus-1-glib-devel BuildRequires: removed upstream. - Remove the gtk-module subpackage: the GTK+ 2 module got dropped. To ensure smooth upgrades, add an Obsoletes for it to main subpackage. - Remove libpackagekit-qt14 and libpackagekit-qt-devel subpackages: this library got dropped. - Add %glib2_gsettings_schema_* macro machinery for gtk3-module subpackage since it now contains a GSettings schema. - Create typelib-1_0-PackageKitPlugin-1_0 subpackage for PackageKitPlugin-1.0.typelib, and add Requires for it to devel subpackage. - Split PackageKitGlib-1.0.typelib from libpackagekit-glib2-14 into typelib-1_0-PackageKitGlib-1_0 subpackage. Add typelib-1_0-PackageKitGlib-1_0 Requires to libpackagekit-glib2-devel subpackage. - Stop marking devel subpackage as noarch as it now contains files in %{_libdir}. - Stop removing .moc files in %prep: they're not shipped anymore. - Use correct groups for subpackages: + System/Daemons for main and branding-upstream subpackages. + System/Libraries for typelib-1_0-PackageKitPlugin-1_0, gtk3-module, libpackagekit-glib2-14, typelib-1_0-PackageKitGlib-1_0, libpackagekit-qt2-2 subpackages. + Development/Libraries/C and C++ for devel and libpackagekit-qt2-devel subpackages. + Development/Libraries/GNOME for libpackagekit-glib2-devel subpackage. + Productivity/Networking/Web/Browsers for browser-plugin subpackage. + Productivity/Multimedia/Other for gstreamer-plugin subpackage. + Documentation/Other for doc subpackage.- add automake as buildrequire to avoid implicit dependency- Update to version 0.6.20 + New features: - Add command line option to keep environment + Libraries: - python: Implement and use utf8 stream writer for stdout, stderr + Zypp Backend: - Dont call build pool inside the loop - Only load repositories once + Non-zypp backends updates - Drop upstreamed patches: + 0002-dont-call-build-pool-inside-the-loop.patch + 0003-only-load-repositories-once.patch + 0004-Workaround-Don-t-refresh-repositories-each-time-for-.patch - Add patch to retrieve url of packages: 0002-Retrieve-url-for-packages-instead-of-returning-TODO.patch- Redo patches based on github.com/openSUSE/PackageKit for easier patch tracking across all distro versions. - Add patches to fix slowness in zypp backend. - Add comment in package to help with future updating.- Update to version 0.6.19: + New Features: - Offset the cache age by 30 minutes + Bugfixes: - Use g_unix_signal_add_full() which has been renamed GLib - Use the newest filter when resolving for new packages to install + Non-zypp backends updates. - Drop PackageKit-glib-2.29.19.patch: fixed upstream.- Add explicit shared-mime-info BuildRequires since we use the %mime_database_* macros.- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build - Implement baselibs for package- Update to version 0.6.18: + Libraries (glib): Fix a small memory leak + Libraries (qt): Do not dist the moc files + Non-zypp backends updates. + Bugfixes: - Fix the browser-plugin build with GTK+ < 2.24 - Make the lsof plugin code support distros with /lib64 - Make the lsof plugin not lookup hostnames - Remove the duplicate 'The software is not from a trusted source' - Drop PackageKit-gtk224.patch: fixed upstream. - Add PackageKit-glib-2.29.19.patch: fix build with recent versions of glib. - Manually remove .moc files in %prep so that they get re-generated with our version of Qt. See fdo#40662 for more details.- Add PackageKit-gtk224.patch: fix build with GTK+ < 2.24 - Pass V=1 to make, to enable verbose build log.- Add PackageKit-npapi.patch: On openSUSE > 11.4, build using NPAPI headers from new package npapi-sdk.- Update to version 0.6.17: + Libraries: - Add an untrusted section header when using console applications + Zypp Backend: - Do not rebuild the pool on every call to find package by name (bnc#679650) + Non-zypp backends updates. + Bugfixes: - Actually use the value from /etc/login.defs - Ignore local packages when calculating the simulate list - Ignore untrusted packages when calculating the simulate list - pk-command-not-found: An ellipsis has three dots, not two- Add Requires for PackageKit to branding-upstream subpackage, since the branding package is useless without it. - Update summary and description of branding-upstream subpackage.- Update to version 0.6.16: + New Features: - Support looking up Plasma services + Libraries (glib): - Added element-type annotations for each function returning a GPtrArray - Ensure packages from the progress handler have the package_id assigned + Non-zypp backends updates. + Bugfixes: - Do not hardcode G_DISABLE_DEPRECATED as it breaks with GTK+-2 and GLib - Do not hardcode the UID_MIN as 500 (rh#717110) - Do not try to parse any arguments in command-not-found - Ensure we save the updates cache for the pre-transaction checks - Fix a build error in the browser plugin when using old versions of gdk - Update the PackageKit matrix webpage to reflect current backends - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.- Create %{_libexecdir}/gst-install-plugins-helper in %install as the ghost files need to exist to be packaged.- Update to version 0.6.15: + New Features: - Added PK_INFO_ENUM_UNTRUSTED so we can tell which packages are trusted - When refreshing cache backends should emit RepoDetail as frontends will be able to present extra details + Libraries (gir): - Annotations for file arrays - Some more annotation updates + Libraries (qt2): - Remove package caching as we use const Packages now + Zypp Backend: - Fix deletion of package locks (bnc#690038) - Log to ZYpp's log the start of a PK backend function to ease debugging + Non-zypp backends updates. + Bugfixes: - Do not prevent updating when firefox is running, we don't have all the client UI ready yet - Only include glib-unix.h if the GLib version is >= 2.29.4 - Drop upstream fixed patches: + 0001-zypp-log-to-ZYpp-s-log-the-start-of-a-PK-backend-fun.patch + 0002-zypp-fix-deletion-of-package-locks-bnc-690038.patch- Add patches: + Add PackageKit backend function name in logging (pk_backend_log): 0001-zypp-log-to-ZYpp-s-log-the-start-of-a-PK-backend-fun.patch + Fix for lost package locks (bnc#690038): 0002-zypp-fix-deletion-of-package-locks-bnc-690038.patch- Update to version 0.6.14: + Lots of nice bugfixes in this release, along with slight changes to the SetProxy() and DownloadPackages() D-Bus API. If you're using either packagekit-glib or packagekit-qt then there's no change required as the libraries have symbol fallbacks. + The packageKit-qt2 library has been committed. It is eventually aiming to replace packagekit-qt. + New Features: - Add a 'store_in_cache' attribute to the DownloadPackages method - Automatically cancel running background transactions if a foreground transaction is committed - Cancel any background transactions when we get SuggestDaemonQuit - Introduce other attributes in the SetProxy() method + Libraries (glib): - Add GIR annotations to make PK GIR usable - Add header name to GIR and set export package + Libraries (qt): - Add storeInCache parameter to downloadPackages to cover new API - Fix typo in SearchGroups + Libraries (qt2): - New library. + Bugfixes: - Fix precedence when assigning strings to a *GStrv - Create transaction db properly if it's not exist - Do not abort in pk_catalog_init() if PackageKit is not available. Fixes rh#688280 - Do not allow backends to output duplicate older packages when searching with newest - Fix a crash where the error code was pointing to freed memory. Fixes rh#684464 - Fix a typo in pk_transaction_db_get_proxy - Get more proxy info after the new proxy parameters was introduced - Honour ACLOCAL_FLAGS in Makefile.am. Fixes fd#35237 - browser-plugin: Remove deprecated symbols - pkcon: add missing {} around if - pk-debuginfo-install: fix typo of using PK_FILTER - Use the new threadsafe signal handling support in GLib - Various docs updates. + Zypp Backend: - Check repo file before using it - Consider only_trusted option while installing packages - Fix memory leak in pk_backend_transaction_start - Patch::Content is returned by value. Fixes crash on get-updates (bnc#685831) - Reload RpmDB before removing packages - Report download speed (bnc#663069) - Reset packages status in repo while removing packages - Set locale info at the begin of transaction - Support proxy_https,proxy_socks,no_proxy - Use namespace once to remove the namespace noise. - Use output parameters (references) for containers + Non-zypp backends updates (including removal of pacman backend). - Drop PackageKit-fix-endless-recursion.patch: fixed upstream. - Drop PackageKit-fix-build.patch: fixed upstream. - Change Requires of "Packagekit = %{version} to Recommends for libpackagekit-glib2-14 and libpackagekit-qt14: a strict Requires like this goes against the goal of the shared library packaging policy. Also, the users of those libraries should gracefully handle the case where the PackageKit daemon is not running or doesn't understand the D-Bus requests. - Create libpackagekit-qt2-0 and libpackagekit-qt2-devel subpackage for the new libpackagekit-qt2 library. - Remove explicit Requires for packages from various devel subpackages as they will automatically be added the pkgconfig() way: + PackageKit-devel: glib2-devel, NetworkManager-devel, sqlite3-devel + libpackagekit-glib2-devel: glib2-devel, NetworkManager-devel, sqlite3-devel (as well as PackageKit itself) + libpackagekit-qt-devel: libqt4-devel (as well as PackageKit itself) - Mark branding-upstream subpackage as noarch. - Set BUILD_CNF to 1 as the file search works again. This means the pk-command-not-found utility will be built again.- Add PackageKit-fix-build.patch to fix build: do not use some deprecated symbol. Taken from git.- Add opensuse-codecs-installer Provides/Obsoletes to gstreamer-plugin subpackage, as it replaces it.- Add gtk3-devel BuildRequires. - Create gtk3-module subpackage.- Update to version 0.6.13 + Libraries: - Allow pk_client_download_packages_async() to be called with no target directory - Port away from PolkitBackendActionLookup to support new versions of PolicyKit + ZYpp Backend: - remove check online in refresh cache - uses the standard system update algorithm from ZYpp. Fixes bnc#637764 (as patch in 0.6.12 package) + Non-zypp backends updates. + Bugfixes: - Add missing python(gio) requirement - Check for polkit_authority_get_sync symbol - Change the connman DBus name - Update for NetworkManager 0.9 snapshots - Drop PackageKit-use-system-solve.patch: fixed upstream.- small (and obvious) fix for bnc#671146- Add PackageKit-use-system-solve.patch to update ZYpp backend: + uses the standard system update algorithm from ZYpp, which honours user policies. (bnc#637764) + configurable HidePackages=true in [Updates] section in /etc/PackageKit/ZYpp.conf to show only maintenance patches instead of all packages with update candidates.- Update to version 0.6.12: + New Features: - Add speed python backend method - Allow the user to specify a comma delimited list of default backends - Provide a hook so spawned backends can report speed + Libraries (glib): - Allow the service pack self tests to run by setting the temp directory - Avoid spamming lots of low level debugging to .xsession-errors. (rh#668303) - Check sscanf() returned the correct number of items before using the answer - Do not return distro-specific id's whilst testing, to fix 'make check' on Debian - Ensure we test for and always run the self-check-socket-program in 'make check' - Only use g_time_val_from_iso8601() when we have a valid ISO8601 value + Libraries (qt): Build fix. + Bugfixes: - Do not enable command not found debugging by default. (rh#666254) - Explictly include GIO in LDADD to fix a compile error on Debian - Fix calling pk_client_helper_start() with no environment set - Fix bug which caused a crash when the Section() of a package was NULL (lp#591474) - Only try to populate the command list in pkcon after the PkControl command has finished - pkcon: check PK error in pk_console_resolve_package - Set client locale to LC_MESSAGES rather than LC_ALL + Zypp Backend: - Consider autoremove in remove_packages - Don't send package signal in DownloadProgressReportReceiver - Erase system resolvables in zypp_build_pool - Implement download packages - Include system repo when install local rpm - Refresh cache before searching - Support download source RPM packages + Non-zypp backends updates. + Updated translations.- Added support for translation-update-upstream.- Call relevant macros in %post/%postun: + %mime_database_post/postun because the package ships a mime type definition. - Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Add %{_libexecdir}/gst-install-plugins-helper as a ghost file in the file list of the gstreamer-plugin subpackage, since we use the update-alternatives mechanism.- Update to version 0.6.11: + Notes: - Additonal notes have been added to the DBus specification that allow backends to send the origin of a installed package. This is optional. - Additionally, more recommendations have been made to allow searching by repository. See the DBus specification for more details. + New Features: - Add a new backend role for updating the whole distro: UpgradeSystem - Allow backend to encode the package origin in the package-id - Added PK_ERROR_ENUM_CANNOT_FETCH_SOURCES when refreshing cache fails - Add recommendation 'repo:foo' to be able to return all packages in a certain repository - Change the spec to recommend 'category:web-development' rather than '@web-development' - Spawn KDE Debconf frontend if KDE is running + Bugfixes: - Allow cancelling a transaction if it is not cancellable - Always show update a package even if already update - Correct the description of org.freedesktop.packagekit.upgrade-system - Do not disable background mode if we are marked as interactive, as the two are orthognal - Ensure we can send a cache-age of maxuint to fix command-not-found - Ensure we emit PK_STATUS_ENUM_WAIT when a transaction is in the 'ready' state - Ignore unknown entries in the pk_x_bitfield_from_string() to ensure forwards compatibility - Use G_LOG_DOMAIN in all the backends + Libraries: - glib: Add some C getters to PkDistroUpgrade - packagekit-qt: . Add searchGroups methods that can take a string so we can search on categories . Emit transactionListChanged(empty) when daemon crashes . Fix order of initialization . Updated enums and converted tabs to spaces . Use QDBusServiceWatcher instead of watching for serviceOwnerChanged() . Write the getCategories() code so we can use it - python: use SetHints now instead of SetLocale + Dummy Backend: - Add a more realistic UpgradeSystem - Fix a potential NULL dereference spotted by clang + Zypp Backend: - Catch ZyppFactoryException in get_zypp - Filter installed packages to update - Fix a logic error in refresh cache - Fix a typo in get_zypp - Port from PK_BACKEND_OPTIONS function table - Support repo filter in getting repo list - Transfer correct restart info while updating packages - Use zypp::sat::SolvAttr::filelist in search file + Non-zypp backends updates. + Updated translations.- Build against mozilla-xulrunner20-devel on 11.4 and later.- Update to version 0.6.10: + Notes: - This is the first release of PackageKit to support session configuration helper support in the GLib and QT libraries. - This allows debconf to work when using PackageKit on Debian. - A formal transaction lifecyle is now in place, which allows future extensions to hook into the transaction at certain points. + New Features: - Add a new optional hint, 'cache-age' to allow the frontend to control the maximum age of the metadata - Add PkClientHelper, which allows a helper session program to be run for a transaction - Add the concept of a transaction lifecycle - Document the @category resolve special case in the specification as it's been used for at least a year now - Document the @category search in the docs, as it's been used in a few backends for over two years. + Libraries: - glib: Add several more FSF free licenses - glib: Add some C getters and setters for PkClient and PkTask - glib: Fix up a lot of the gobject-introspection warnings + Bugfixes: - Add a special case of a DBus unique name of :org.freedesktop.PackageKit which is used in the self check code - Always emit Message(BackendError) when there is a parsing error from a spawned process - Always emit the locked and unlocked signals even if HAL is not available - cnf: Pass all arguments to comand-not-found so we open the newly installed tool with existing argv - Do not strip the trailing plus when comparing licences, as GPL+ exists, but GPL does not - Ensure we notice when a spawn command is invalid by printing it in red on the command line - Make PkLsof find lsof on Debian - rh#641311: Make the output of command-not-found match the bash builtin. - Move the managed bindings to a seporate repo as they are very out of date - Prevent a segfault when estimating the time when the backend issues many ProgressChanged signals at one time. - rh#641691: Raise the default of StateChangedTimeoutPriority from 5 seconds to 30 seconds. - Require GTK >= 2.91.0 for the GTK3 version of the PackageKit font install module - Return with success if the database contained no proxy values for a transaction, as this could be correct - Switch from EggDebug to the GLib debugging framework - Switch the default to UseUpdateCache=false now that we are using cache-age + Zypp Backend: - Call zypp_build_pool() when searching with what_provides. - Drop PackageKit-zypp-fix-provides-search.patch: upstream fixed.- Add PackageKit-zypp-fix-provides-search.patch: this fixes the search for provides, and as a side-effect, this fixes bnc#640935.- Update to version 0.6.9: + New Features: - Add transaction_start() and transaction_stop() vfuncs to make backends simpler - Add a feature that allows external scripts to be run after certain transactions - Allow backends to omit the table-of-vfuncs and use GModule functionality to resolve backend functions + Libraries: - glib: Check the GCancellable is not already cancelled at startup in PkClient and PkControl - glib: Do not crash the client if a catalog file has both file and package sections - glib: Do not return simulation failures as critical errors - glib: Only return packages for catalogs that are _not_ installed - qt: Use setHints() on new constructor + Bugfixes: - Add a nicer translated error when UpdatePackages has no packages to update. Fixes fdo#30459 - browser-plugin: Do not query PkDesktop by default - browser-plugin: Fix up 2 small memory leaks in error paths - cnf: Add a proper error message when the transaction was cancelled - Don't call back into the daemon (from the daemon) when checking service packs. Fixes rh#634628 - Ensure we set an error if the spawned backend gets cancelled - Fix build with newer gobject-introspection - Fix generating an updates service pack using pkgenpack - Use the correct network state for connman + Zypp backend: - Add development package support to filtering - Calculate sizes for patches correctly: bmo#2281, bnc#559802 - Enable proxy for zypp backend - Include patches in 'resolve' results. bmo#2059 - Refresh cache and sat solv pool data if necessary - Refresh cache before getting upgrade and installing - Refresh system rpmdb while refresh cache - Remove premature require_restart emission in update_packages_thread + Non-zypp backends updates. - Drop PackageKit-fix-introspection-build.patch: fixed upstream. - Drop PackageKit-BNC559802-zypp-count-patch-size.patch: fixed upstream.- Add PackageKit-fix-introspection-build.patch to fix build with recent gobject-introspection.- Change lang package Requires to Recommends since it is not mandatory at runtime.- Move gir files to devel subpackage.- Update to version 0.6.8: + Libraries: - packagekit-qt: Fix compilation - packagekit-qt: Fixed error on proxy creating, extended API - packagekit-qt: Forgot to setHints() + Bugfixes: - Add accessor to detect if an error is already set on a backend - Ensure gobject-introspection is installed before running configure. Fixes fdo#29861 - Fix compile with the latest PolicyKit release - Increase timeout between an error message and assuming the thread is dead - Set allow_cancel default in init to match that in pk_transaction_set_running ie. FALSE + Zypp backend: - Immediately abort transactions that set errors relating to signature interactions - Remove a double pk_backend_finish path, and an incorrect update_packages callback + Non-zypp backends updates. + Updated translations.- Update to version 0.6.7: + New Features: - Add a long document explaining the media-repo functionality - If either of ProxyHTTP are set in PackageKit.conf then ignore the user proxy setting. Fixes rh#604317 + Libraries: - glib: Add an 'interactive' property to PkTask so that we can use it to do '-y' in pkcon properly + Bugfixes: - Add 0install to the user list - cron: Do not exit with 1 if the cron script is disabled in the config - Don't ship README AUTHORS NEWS COPYING in all subpackages. Fixes rh#612332 - Make the PkBackend always start with the WAIT state, but do not proxy this onto the bus - Recognise bluetooth connections as mobile networks. Fixes rh#609827 - Unbreak CNF after the daemon moved to libexec. Fixes rh#613514 + Non-zypp backends updates. + Updated translations. - Drop PackageKit-cron-disabled-is-no-error.patch: fixed upstream.- Update to version 0.6.6: + New Features: - Add a MaxSearchTime entry in CommandNotFound.conf and default to 2000ms - Assign names to our idle sources when using new versions of glib2 - Build the gtk-module for gtk-3.0 as well as gtk-2.0 if available - Port 'make check' to GTest rather than using our homegrown EggTest functionality - Get the control properties async when the user starts the pkmon tool + Bugfixes: - Only set a cancelled error after we've given the backend a fighting chance to process the request - Move the packagekitd binary to libexec - Ensure we clear the cancel timer when we finish a PkBackend transaction - Ensure filters are properly split for spawned backends + Libraries: - glib: Explicitly mark the library as LGPLv2 by using the correct boilerplate code + Zypp backend: - Disable get_zypp in intialize - Fix FPE when there are no repos - Don't crash checking status of non-patches + Non-zypp backends updates. + Updated translations. - Change tag of PackageKit-cron-disabled-is-no-error.patch to mention upstream bug. - Obsoletes ruck to make sure it gets removed since it's not supported anymore. - Version the Requires on PackageKit-branding to fix a rpmlint warning.- Update to version 0.6.5: + New Features: - Add --force argument to pkcon refresh - Show the MediaChangeRequired signals in pkmon - Use the new PkTask API in pkcon so we can deal with Media and Eula querie + Bugfixes: - Build conditional BUILD_ZIF needs to be at the top level - Fix problem whereby the terminal wouldn't return data to scanf from a read - Fix up several daemon thinkos when a client tries to set a root other than '/' + Libraries: - glib: Add some new PkTask methods that handle the Media and Eula callbacks - qt: Add Q_ENUMS to DaemonError - python: Fix a typo in format_string + Zypp backend: - Detect and advertise from /etc/meego-release - Re-factor to pass PkBackend around - Re-work install_packages_thread - Unify code used to generate the list of updates + Non-zypp backends updates. - Changes from version 0.6.4: + Notes: - This release is the first to support a relocatable root, which may be useful to LTSP and some virtualised environments. It's not yet well tested, and early adopters are encouraged to joint the mailing list + New Features: - Allow clients to request a relocatable root, but only with admin authority - Add hint:simulate boolean on the backend, set for all simulation methods, to increase code re-use - Add maximum wait time limit to cron checks - Add support for the 'frontend-socket' hint and pass it to backends - Ported PackageKit to Haiku - Send a message when other updates are held back so we can add a note to the GUI tool + Bugfixes: - fdo#27527: Correctly fallback by checking the transaction role, not the backend role. - Don't return from SetProxy() before we've got the authentication result - Downgrade required autoconf version - Ensure the daemon emits Message() signals when replaying the cached GetUpdates data - Fix parallel-build snafu wrt. MOC generated files - Fix system name variable name inconsistency in the cron script - Fix the permission of /etc/sysconfig/packagekit-background to be non-executable - Fix up three typos in translated strings - If http_proxy or ftp_proxy are set in the environment, use them in pkcon - Remove the ruck client, it's been broken for the last few releases + Libraries: - glib: Add C accessors for PkMessage - glib: Add some more C accessors for PkPackage + Zypp backend: - Attempt to improve backend_find_packages - Cleanup a certain amount of superstitious coding - cleanup 'resolve' filtering code - Factor pool item change notification out into zypp_backend_pool_item_notify - Fix leaks in GetRequires, resolve and what_provides - Fix memory leaks - Fix multiple bugs in Resolve() - Get the final 'finished' signal right on remove - Implement simulated package removal - Improve exception handling - Introduce a pseudo-architecture "source" to distinguish source packages from binary ones - Let libzypp determine whether a patch is needed - Share the version / architecture comparison code into zypp_ver_and_arch_equal - Tweak filtering to ensure that we never emit both states even if a package is also re-installable + Non-zypp backends updates. + Updated translations. - Drop upstream included patches: + 0001-zypp-fix-memeory-leaks.patch + 0002-zypp-attempt-to-improve-backend_find_packages.patch + 0003-zypp-let-libzypp-determine-whether-a-patch-is-needed.patch + PackageKit-libzypp6.patch - Rebase patches: + PackageKit-cron-disabled-is-no-error.patch + PackageKit-sysconfig-cron.patch - Delete ruck subpackage: ruck client has been broken for a few releases. - Remove workaround to make %{_sysconfdir}/sysconfig/packagekit-background non-executable.- Add PackageKit-bnc609409.patch. Failure getting dependencies for upates.- Add patches: + 0001-zypp-fix-memeory-leaks.patch: fix memeory leaks. + 0002-zypp-attempt-to-improve-backend_find_packages.patch zypp: attempt to improve backend_find_packages. (bnc#597772) + 0003-zypp-let-libzypp-determine-whether-a-patch-is-needed.patch zypp: let libzypp determine whether a patch is needed. Together with the latest libzypp, this will no longer classify locked patches as being needed. (bnc#577118)- Add PackageKit-cron-disabled-is-no-error.patch: having the cron job disabled is not an error (after all it is configurable). Return value should be 0 in this case to stop annoying cronjob mails.- added obsoletes/provides for the renamed package to allow zypp to migrate it correctly on update.- Use %py_requires instead of an explicit python PreReq. - Create browser-plugin, gstreamer-plugin and gtk-module subpackages. - Use update-alternatives to setup the gstreamer helper, so we don't have to pass a special argument when building gstreamer-0_10-plugins-base. - Do not build the PackageKit-based command-not-found since it doesn't work with our zypp backend. We make it easy to have it back with a build-time option. - Build the cron script, that makes it possible to update the system daily with PackageKit: + remove --disable-cron from configure + add PackageKit-sysconfig-cron.patch to make the configuration a real sysconfig-like configuration + add %fillup_prereq PreReq + add a %post section to fill the sysconfig configuration based on the template- Update to version 0.6.3: + Notes: - Two important bugfixes, one that causes high CPU load in client programs, and one that fixes an odd crash in the libnm-glib threading code. + Libraries: - glib: Add pk_package_sack_filter() and pk_package_sack_remove_by_filter() - glib: Do not generate a PkPackageSack from the package array, instead add packages as they appear - glib: Ensure we remove CLEANUP and FINISHED from the package sack before we run the simulate callback - glib: Fix up a critical warning when installing a file, not a package - qt: Fixed UpdateState enum - python: Fixed packagekit.client.search_file() + New Features: - Add a configure option UseThreadsInBackend so we can more easily debug packagekitd - Break internal python API by supplying a list of filters to the backend, not a delimited list - Add a boolean configure variable 'SimilarNameSearch' to allow skipping swizzle testing. Fixes fdo#27246 - Show PkPackage changes in pkmon for easier debugging + Bugfixes: - Add some missing G_BEGIN_DECLS and G_END_DECLS to fix including from C++ - Be more careful when testing the value of waitpid() to try to debug a problem where the backend appears to exit - Do not crash libdbus when libnm-glib uses it's own context - Do not finish the transaction with success when the spawned backend does a non-finished exit - Do not show installed packages when we choose packages to download - Ensure the Package(finished) signal is always sent during the transaction. Fixes rh#522628 - Fix a nasty segfault if the library check-restart code tries to emit a restart-required - Fix Kubuntu support for upgrade - Fix reporting distribution upgrades by setting the correct property in two places - Never exit the daemon, even when we hit a race in PkSpawn - just cleanup, warn, and continue - Do not call finished before exiting the script due to an error - When realpath fails, do not silently fail but return with an error + Non-zypp backends updates. + Updated translations. - Drop PackageKit-fix-pk-qt.patch: fixed upstream.- Add PackageKit-fix-pk-qt.patch, taken from git, to make libpackagekit-qt work correctly.- Build against mozilla-xulrunner192-devel on openSUSE > 11.2.- Update to version 0.6.2: + Notes: - We broke PackageKit-Qt API in a big way this release. You'll need a new KPackageKit if you're using KDE. - There is a _tiny_ API break in PackageKit-glib2 which means most apps just need a recompile. + Libraries: - PackageKit-glib2: Add pk_control_suggest_daemon_quit() - PackageKit-Qt: Add a Last[enum-type] entry to each type - PackageKit-Qt: Added more constness to the lib - PackageKit-Qt: Drop QObject for Package - PackageKit-Qt: Fix filtersToString and make enumToString more robust - PackageKit-Qt: Fix up a typo that prevents compiling programs that use -pedantic-errors - PackageKit-Qt: Fully automatize the proxy generation - PackageKit-Qt: Moved the package enums to Enum class - PackageKit-Qt: Port tests to current API - PackageKit-Qt: Port the tests to the new Enum class - PackageKit-Qt: Switch from QDbusReply to QDBusPendingReply + New Features: - Add a new library function: pk_package_sack_filter_by_info() - Add a pk_backend_set_speed() helper function - Added autoremove to simulateRemovePackage - Add the eula-required python method helper - Change the python helpers to get sent an array of values, not a delimited string - Define a new error code for when the user declines the simulation - Removed deprecated SetLocale - Show messages in the pkmon output when the task has completed + Bugfixes: - Add the environment variable accepted_eulas to the spawned processes - Add the polkit backend library in LIBADD, not LDFLAGS. Fixes fdo#26373 - Do not run the transaction with only_trusted if the simulation inferred that any packages were unsigned - Ensure that a malicious user can't make the backend exit by injecting a bogus EULA call into the transaction - Fix a logic problem where the PkSpawn and PkBackend instances would race and sometimes issue a pk_backend_finished() when the dispatcher instance was being changed - Initialize relevant GError's in the daemon to NULL - Install the introspection data to the correct location - Update the list of free licences from the Fedora wiki + Backends: - zypp: add more features to repo_set_data - zypp: change policy to download first - Non-zypp backends updates. + Updated translations. - Add gobject-introspection-devel BuildRequires. - Rename libpackagekit-glib2-13 to libpackagekit-glib2-14 and libpackagekit-qt13 to libpackagekit-qt14 after soversion change. - Add workaround to install pm-utils files in libexecdir, since this is how pm-utils is configured in openSUSE.- Add branding infrastructure, and create a PackageKit-branding-upstream. There is some vendor-specific settings that really belongs to branding packages, and we can also change the default configuration there. Fix bnc#471377. - Drop PackageKit_release.patch: this will be done in the branding package.- Update to version 0.6.1: + Backends: - zypp: Add more features to repo_set_data - zypp: Partial support of multiple values for search params - zypp: Work with packagekit-glib2 - Non-zypp backends updates. + New Features: - Add Kubuntu support for upgrade - Add support for the 'interactive' hint in the daemon, and also sent it to the backend - Add a new message enum 'repo-for-developers-only' for repos that should not be used by users - Add sync versions of the PkPackageSack functions - Enable initial introspection support in PackageKit-glib2 - Sort the packages by name in all pkcon results + Bugfixes: - Ensure we enter SETUP before we run the pre-transaction checks - Add a parent object to all the source objects to track the source role and transacton id - Ensure we set an error when the transaction is cancelled - Ensure PkProgress sends ::notify signals when properties change - When adopting a transaction ensure we set the role on the PkResults object - Show the translated role and status when using pkgenpack - Ensure that pkgenpack generates filenames without ';' embedded in them - If the user uses 'pkcon install dave.rpm' then give a useful error message - Fixed packagekit.client.install_packages() in Python bindings - Cache autoremove too in transaction_remove_packages + Updated translations. - Update to version 0.6.0: + New Features: - Remove the deprecated DBus methods from the daemon - Break internal and external API to support OR queries - Add a new error enum 'failed-due-to-running-process' for future code - Add a new config file entry, NoUpdateProcessList that specifies processes that should not be updated when running - glib: Remove the deprecated glib library - packagekit-qt: Removed deprecated methods - packagekit-qt: Added searchNames, searchFiles and searchGroups + Bugfixes: - cnf: Ensure we send error messages to stderr, not stdout. Fixes rh#545220 - Fix a crash where the extra library check file callbacks had the wrong signature - Allow the inhibit call to go through even if cancel is not implemented - packagekit-qt: Improved and fixed transaction handling so does not crash kded module anymore - packagekit-qt: Fixed the naming of the conviniece functions to match the same function + Non-zypp backends updates. + Updated translations. - Update to version 0.5.5: + New Features: - Add a --plain option to pkcon to better support not-running with a console - Moved get_distro id to a daemon property - Fixed one old call to get_distro_id and changed all identifiers to distro;version;arch - Make the scan for desktop files be recursive + Bugfixes: - Switch the signed install permission to require the root password + Many other bugfixes and libraries updates (see NEWS for details) + Non-zypp backends updates. + Updated translations. - Changes from version 0.5.4: + Backends - zypp: Add support for get_mime_types + New Features - Add a vtable entry get_roles() to allow the backend to override what is advertised by the daemon + Many bugfixes and libraries updates (see NEWS for details) + Non-zypp backends updates. + Updated translations. - Changes from version 0.5.3: + Notes: - Quite a few method and property additions and clarifications to the spec, with 7 methods now deprecated. We'll be supporting the deprecated methods all through 0.5.x so client code does not have to worry until 0.6.x. - Support for using idle bandwidth, disk and CPU in some circumstances. - A new 'slapt' backend for slackware packages as a preview release. - This is the first release to use the glib2 library internally. This makes the client tools faster, more stable and more supportable. The headers are also now used in the daemon and many of the synchronous methods are now async. It is not yet recommended for external client programs use packagekit-glib2 as the API is not yet set in stone and may change. This is expected in 0.6.x. + Specification - Add a Speed property to the interface as some users require the download speed - Add a per-Transaction ::Changed() signal and deprecate the other FooChanged() signals - Add OR delimiters to SearchName, SearchDetails, SearchGroup, SearchFile and WhatProvides - Add ElapsedTime and RemainingTime as properties on the Transaction interface - Mandate that ::Files() from DownloadPackages must be one per package, with the package_id set correctly - Deprecate SetLocale() and add another method to replace it, SetHints() - Deprecate ::Locked() and ::NetworkStateChanged() and add properties and a ::Changed() signal + Various small new features, many bugfixes and libraries updates (see NEWS for details) + Non-zypp backends updates. + Updated translations. - Changes from version 0.5.2: + Notes - A new read-only backend for FreeBSD Ports. - New Simulate* methods added to find out what a transaction will do. - Resove() now accepts a package_id as well as a package name. - New properties on the DBus interfaces, with the old methods deprecated. - The new packagekit-glib2 library is experimental and unstable, but is designed to replace the old packagekit-glib library long term. Early testing welcomed. + New Features - Make the browser plugin interaction better - Simulate installing packages and files in pkcon if possible - Add the device rebinding functionality required for the session to install drivers - Add PK_PROVIDES_ENUM_POSTSCRIPT_DRIVER for the new foomatic functionality - Allow resolve to match on an exact package_id - Property names have to be WindowsStyleCaps + Many bugfixes and libraries updates (see NEWS for details) + Non-zypp backends updates. + Updated translations. - Add libgudev-1_0-devel BuildRequires. - Add pm-utils BuildRequires and drop PackageKit-force-pm-utils.patch since the new pm-utils has a pkg-config file. Also remove autoreconf call. - Rebase PackageKit_release.patch to remove part that is fixed upstream. - Drop PackageKit-BNC543595.patch: fixed upstream. - Drop PackageKit-BNC383261-suggest-daemon-quit.patch: this API is now upstream (but the API had changed, so it's named differently) - Drop PackageKit-webyast.patch: fixed upstream. - Rename libpackagekit-glib12 and libpackagekit-glib12-devel to libpackagekit-glib2-13 and libpackagekit-glib2-devel after library name change (note that we don't put the soversion in the devel package name anymore). - Rename libpackagekit-qt12 to libpackagekit-qt13 after soversion change, and rename libpackagekit-qt12-devel to libpackagekit-qt-devel to follow the library policy. Make libpackagekit-qt-devel obsolete libpackagekit-qt12-devel, but not provide it (since it's not the same ABI). - Improve summary of ruck to fix rpmlint warning.- enhanced zypp backend to calculate the download size of a patch while sending the package details. Fix a part of bnc#559802- Build doc and devel subpackages as noarch on openSUSE 11.2 and later since they don't contain any architecture-dependent files.- enhanced libzypp-backend to save more attributes (keeppackages, url and name), this is needed by WebYaST Repository Manager module - version 0.5.1-4- refresh the patches to fix build- Fix bnc#543595 - install local files.- Use new python macros on openSUSE <= 11.1- use new python macros- Update to version 0.5.1: + Security reviewd: see link for details http://cgit.freedesktop.org/packagekit/plain/docs/security.txt + PackageKit's proxy support got a major tuneup, see link http://cgit.freedesktop.org/packagekit/plain/docs/setting-the-proxy.txt + Detection of security updates to shared libraries in use + Lots of bugfixes and a few new configure options + Updated translations + New Features: - Check for pm-utils installation if pm-utils option is enabled - Adding 'strict' option to configure to add -Werror (auto-enabled in repo) - Add networkmanager, connman and service-packs options to prevent auto-magic deps - Add functionality to detect when shared libraries are being used that are updated in a security update - Limit the maximum number of requests a given user is able to request and queue - Limit the number of packages that can be processed by the daemon in one method call - Add a security document after some initial review - glib: Add a PkClientPool object to better manage async clients - Add uid and session to proxy mapping in the database - Add a document explaining how we map the proxy internally - Add arch filtering to the generic python filter helper - debuginfo-install: handle untrusted packages - Detect when the PolicyKit authentication was timed out, and show this as a message to the user - cnf: Search other directories that commands can be found in, not just /usr/bin - cnf: Show status rather than just hanging for a long time without any output - cnf: Handle SIGINT in command-not-found - glib: expose the some new properties on the PkClient object - Add PackageKit-force-pm-utils.patch. Our pm-utils package does not provide a *.pc file and as such can't be detected. Also enable the autoreconf for this patch.- Remove Obsoletes for libpackagekit-{gtk,qt}11.- Update to version 0.5.0: + Notes: - This is the first release of the unstable 0.5.x branch, which depends on PolicyKit1, rather than the old PolicyKit. - The API has been slightly changed for PolicyKit1 support and new functionality; see the interface for more details. + New Features: - Add ConnMan networking stack support - Add force parameter to refresh-cache function in python backends - Improve SearchFile, SearchName, SearchDetails and SearchGroup specifications - Port to polkit1, and remove a lot of the complexity with the old PolicyKit code - Rewrite the networking code to derive from a common PkNetworkStack object - Enable nice build output on automake1.11 - Make GIO a hard build dependency and remove the conditional code - Enable the warning GSEAL_ENABLE and fix up build failures - Add a trusted parameter to InstallPackages, UpdatePackage and UpdateSystem - Add a convenience Exit enum, NEED_UNTRUSTED, and set for the correct error enums - Don't hardcode the StateChangedTimeout's and add them to the config file - Add a PolicyKit action lookup so we can do the translated authentication from the server - Populate some initial PolkitDetails when we ask PolicyKit1 for authorization - Add pk-debuginfo-install functionality as a new contrib project - Create a PkRequireRestartObj type + Updated translations. + The soname for libpackagekit-{gtk,qt} was bumped, so rename the packages and obsolete the old ones. + Add polkit-devel BuildRequires. + Remove PolicyKit-devel BuildRequires.- fix use of %_libexecdir- Update to version 0.4.8: + New Features: - Add a PK_CHECK_VERSION macro - Add three properties on the main interface with the runtime daemon versions - Export version-* properties in PkControl - Add a prototype backend interface definition as a tech-preview - Don't use --enable-developer, instead use DeveloperMode set in the config file - Create a shared pk_backend_bool_to_text() helper to reduce copy&paste + Bugfixes: - Make PkNetworkUnix watch /proc/net/route and check for network state changes - Ensure we send ::Finished() even when the dispatcher closed normally - Ensure we disconnect ::Finished() when we unref a transaction in the PkTransactionList - Emit ::Destroy() in the dispose phase to ensure it is proxied to the bus - Fix SuggestDaemonQuit to exit using the mainloop - Fix the logic of when ::RestartSchedule is used - Don't cache the update detail anymore, we can't ensure cache-consistency - Don't try to clear the cancel timeout if it fires again on PkClient finalise - Only return the newest available package for the command-not-found tool - Check earlier if we don't have libarchive when creating a service pack - Be more paranoid when parsing ISO8601 dates from the backend to avoid a critical error - Fix a small memory leak when we check for session restarts - When we search for the file list after an install or upgrade, use the local package - Don't crash the session program if we are connecting to an old packagekitd with a new libpackagekit - Protect a few function in pk-package-ids.c from NULL input + Non-zypp backends updates. + Updated translations. - Add libarchive-devel BuildRequires for service packs. - Add docbook-utils BuildRequires for man pages.- Build against mozilla-xulrunner191 on openSUSE > 11.1.- Update to version 0.4.7: + Added media change support in a few backends (not zypp, though) + Updated translations. + New Features: - Add DOAP file to the project - Add a method to disable SIGKILL in PkSpawn - Added media change support to -qt lib - Added support to recognize Debian version - Add media change request support to the spawned backend - Allow a spawned backend to opt-out of the SIGKILL cancel process - Remove job_count.dat, it's not used anymore - Remove the DBus backend. The only user - New signal, media-change-required (daemon and glib) + Bugfixes: - Add support for /etc/lsb-release to pk_get_distro_id(). Fixes fdo#21550 - Allow the dummy security model to authorise actions - Check the transaction totals are not zero before using them. Fixes rh#495849 - Correct the allow-cancel duplicate logic - Correct the logic for SetSynchronous without returning in the duplicate check - Display Message()'s in pkcon rather than just ignoring them - Don't filter out 'Presto' unconditionally from the stdout to fix rh#496091 - Fix compile on FreeBSD - pkgenpack man page still pointed to pk-generate-package-list - pk_package_ids_check is not valid when the packageids array is zero length - Remove the NameOwnerChanged handler when we unref PkConnection to prevent a bug in client applications - Still use command not found for commands one character long - To fix spawned backends, http_proxy has to be a URI not a bare proxy. Fixes rh#491859 - Use the new session interface for installing Fontconfig resources and GStreamerCodecs + Libraries: - PackageKit-Qt: Add support for cancel-foreign PolicyKit action - Packagekit-Qt: Changed License to QString in package - PackageKit-Qt: Drop support for building with CMake. The module for the lib is still included - Packagekit-Qt: Switch some QSets to QFlags, because keyToValue() returns int not qint64 - Packagekit-Qt: Adds registration to MessageType - Packagekit-Qt: Fixed Message enum the same way as Filter and Action - Packagekit-Qt: Removed a useless resolv method - Packagekit-Qt: Renamed various enums to have a prefix to avoid conflicts - Python: Add two further helpers get_package_id and split_package_id - Python: Add two helpers format_string and text_to_bool to the backend module + Non-zypp backends updates. - Update PackageKit_release.patch: drop the part that is not needed anymore. - Pass --disable-cron to configure (this is what the old part of PackageKit_release.patch used to do).- Update to version 0.4.6: + Notes: - Lots of profiling lead to many speed increases, most at cold startup - Fixes to command not found for bash 4.0 - Experimental aptcc backend merged, which does not use python-apt at all + New Features: - Add a config variable to be able to turn off the updates cache for debugging - Warn if there are any pending sources at the end of each self test section + Bugfixes: - Make the GTK+ module resident to fix crash when session is reloaded - Only check the transaction database once at startup, to reduce 25ms off the cold start - Don't force SQLite to do fsync in PkTransactionDb, to reduce our cold cache start by 700ms - Don't store the job-id in a separate file, as this adds 37ms to each generate method - Don't allow pk_backend_error_timeout_delay_cb() to be called more than once - Escape the ';' in the UpdateDetail:ChangeLog signal so we can send more than one line - Use the bash 4.0 command_not_found function name to fix new versions of bash - When we get the update detail in pkcon, resolve not-installed packages. Fixes rh#492004 - glib: Don't hardcode /var/lib/PackageKit for the desktop database - qt: Check for QtXml in configure and use the correct deps in the packagekit-qt pc file - qt: Made Transaction::cancel() a slot - qt: Updated almost all the enums + Non-zypp backends updates. + Updated translations.- Update to version 0.4.5: + New features: - Enable ptrace() on libpackagekit, it was always a bandaid - python: add a PkError exception class to better handle nested errors - Clarify the spec that a Details::size value of zero of a non-installed file indicates it's in cache and doesn't need to be downloaded - Remove the app-install feature, it's now it's own project - Allow backends to enable simultaneous mode to do actions in parallel - Updated QPackageKit soname version to 0.4.1 - Made package methods const and added an operator== to package + Bugfixes: - When we reset a PkClient, get a new reference to a PkPackageList - Ensure we set PK_STATUS_ENUM_FINISHED when we return cached updates - glib: When we cancel a transaction, don't overwrite the role as Cancel - Fix the self test by using actual provides in the catalog file + Non-zypp backends updates. + Updated translations./bin/sh/bin/sh/bin/sh/bin/shPackageKit-browser-pluginPackageKit-docPackageKit-gtk-moduleruckcloud132 1525875950  !"#1.1.10-lp150.2.11.1.10-lp150.2.1 1.1.00.7.40.7.00.6.3 PackageKitpackagekit-background.cronorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpackagekit.servicepackagekit-backendlibpk_backend_dummy.sorcpackagekitPackageKithelperstest_spawnsearch-name.shpk-upgrade-distro.shpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSHACKINGNEWSREADMEsysconfig.packagekit-backgroundPackageKitCOPYINGpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyorg.freedesktop.packagekit.rulesPackageKitPackageKittransactions.db/etc//etc/cron.daily//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib64//usr/lib64/packagekit-backend//usr/sbin//usr/share//usr/share/PackageKit//usr/share/PackageKit/helpers//usr/share/PackageKit/helpers/test_spawn//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/fillup-templates//usr/share/licenses//usr/share/licenses/PackageKit//usr/share/man/man1//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//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.opensuse.org/openSUSE:Leap:15.0/standard/f0bafd0d01efc14ca3cd5f5a31759e1c-PackageKitcpioxz5x86_64-suse-linux      directoryBourne-Again shell script, ASCII text executableXML 1.0 document, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=87d68d224d2ce0145ead65687407d4688fdd9907, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cb126667dac6ebd376a445e47af450eaf4ae3b5b, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=58338dcf2e319bd395984f8b9762f08d5d39ad00, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=3665e905f91bd56ab79c73091e0d3f706673c624, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=43a21795cc88357a4867ac3c7aee3401921a3a15, strippedPOSIX 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 text )12 RRRRRRRRR RRRRRR R RRRRRRRRR RRRR RRRRRRRRRRRR PRRRRRRR RR 5/GPackageKit-langcronutf-85ce1c7aafd8a942b2e77087d232eb23ed183edeb649a4e426c9027b5f6bf78c1?7zXZ !t/g] crt:bLL ~ȏDeds`_)]OU_PIݦ-3:ux1)Ia`[ƦE4HEYQWJz& WWuLg"8I,,F@N4\2еbi'3,MRLln:C>R˛&iXW'8_$_,H/`UZܭ\\, x`O$֪c{B sL8M,&!01"o2sp+RX_Ԡ}bE:QQ Eݳ/X$ֆ CsC/.cddPC ָvlՙJIGCI(E<Ό̿nK/EZ` ,E(dU"ي5Y?“q2i`&ZH]!N9a*h[ ^2UJJPfZF%Ʉ2A>{e~ Ch)\œv\ V TʃlCWpsw0=QTSлq~dnV*kޭg=vk} $WwSA c{0[Xk̓+Rۤ 07MP E$#?K ]/ oOϸOw S뼹']!RXOL8[^P}ԣm;ϮVd0ǻ""WF-~=xł5puɤPOۃ'eMd-2̞'E;"=^S-h\T6*ʲ"=ҵR~=Ez&*o o)(HEx6odI&bgWI#(r@;?=F6c:lDj?W  ˑ,=5KmBcw:qκ@BcطDВEY-iP|HE㋖!a2+uZ.Jkb@ % 6߶R2{U㲑쩉A]8kݥ{C~sW%]g<Ԋ\xr*Qh fXI(s}2̟8{圓&wr,#| Z~@s2g.XJfS. 04x}:[ >2\g*abjP ,מQ3@rѨFĜaVLhߓ(a P_KW٪+\1GFp O`F1WpJ\]ճ:qݹQ@Ϩ֧gG3IF p(_I+AnT.~ T3M. ϥx>퇵J1 )WlO /Qc<ے4_K# ۏqYRãQUX/VO# b ?oYzF*:KRx\`S7BMQMq+\K^G̈7Lo3C\if(̙rw3 X}ŎO"IG˴0;+L "Ek*N=^xm5P~m GϊO/$<ou޿Rs ߙۮv.!4L ψ<9>o`i?Pf:=]uqC\iL-K~,Ƚo| +dN+0'?7چ5)T:<~">@{>(LHUsBҦ+&踎)(nO.:e7~҃jA&){2F;lGĸ8U"vVœ ziK9U=d*›UG&C6fl>/QZpjZwtMYr4& ڔznVW~S'^ 3jR;ZgDUz8yG*I\o2b+R@! N3.n$~ Ҥ@CLSs_XV2N2eyH}L6 2 <'[[*80|D[_zy.⌡B;=3}aR墀;9zki'Tx)1b,`E]fR"_W\޳PnV *i"dTaWodoc)y !nNoZQK~ -YqE|b>}kGE?b$Dwf+ [Pu 'Xo q%M|e-?C]:8cM݅Lۥ5e[H`6"6Ѱ]HHC KUUzHV_ .2kfl`BȰb,YWFw\NZ\<"qn*^}\6Akj0E]b@FJ:M(r'(is9ƀ)7. @<5֌(UNl)fƧ6 >೤G_0Z.VR]ۤ@^e_m\hdMyt{ YQ4uR?8}>i ɦMZJ=5#y^EAh/+i$E$U '~\Ÿ$SeCxu`m!oI7מp}: YF$T2Qj MY%D⣌ptO0_[Ff_>*ASwlt%C@IJ' $7Ზ}OLf4BM MB~DQ=(`H َ {V 2|r?-UG0UӘn2!Oi;䝥auܩE󸈔TtawS14y_mM Ɵ -&TSCʇ'u ^^W^n6{fd͎1qpgL7؎b`2/D&'- sn5Q|n -u[RY69Htϔtv$ႂ(o6wѽ[Nx|tc} dZQC#ݑ̾5Z863mHxq|w EOwhN OYg5F}(a!"9pC@tic\폃+9_:[cWaSG socG^㋼UQm+t6' Fv$c?ىzipN N\S.YQ$NcÖa"iKtE*TG 󝤒KZgWd䖹0dG+ZGLKZUETί湶# :E|j@#M> !or4r x|a?unzvrmrE`dw.#Lc|i; DJbش>L h$cӷJ(&撄#9Z̠٘owޢmn v ntntWE/8O X؛;0I`Fpnӎ ?Q+:qA'RS@a p/^VX_euKs+]PYd]STؿ|i\nK4N@[mzW@Za1)]!&pMU-j]{cXs9]X![gQiGvo8o0L&NIMue+9n;xodbDylIEBfvh)l!y ) POZeG(JE%)Y$㵲WZ"^ZD͇dj;g<U4ݩ#_W5O|$0Ό)AY y)͒ Etٔ2'>lThtH`v a4g)ʼnMz#rݫ ?1l6L{[*Z?v‡18KGDԹ?j (-i_el; \OQ:S[zD;-C8+7k}{bju-:GI/ ё og.K"։HP > $?pddx,BF‘$r#U4j܅{2%Og$E6zj^[k35INtI\<68X cq C Y$nɠoJoWLg jEzu <[(kJ@~l[DZC/$}mڕ'I!? _[ 9RZz5! DנjB0ϨTNdcU q֒γRi#DPKS*|!'2e!䵸CbhbێxjZ !:J-zYiawL?d˺Zo3ѣpgD~K$҅g<͡G?POiD<7/U*7}4]<%Fܾ0h1B˞(g?S7˻ 08ihg@;h6Qxx j\b'1 Ǭ(`$m]Wa (`J.!GEliw?ep[Jku87GkRY)7/*WB:㣆xu<7#&sVש8E.ᨚ4{i {ޥ>F9 (wAAaeW,ZZBrGcUgfԺ.>yk^><5Ӟ |7׷2Ue!67j]`g( M}ϏOJfzo<:i&49$|V#:0-2 ` Lsc+׻7IWf߸U 5>Mq5i-zPOgZ ?4eDI(Z7UjUށD›cWəTgj~αX" 0Z1-vIbkJ; ?1o%]Rw 0,M vSɪf%{2ں؂b 7TC.yʙO/pMq nc;7DZgM _.w%LO{[Q_l\'źzЅφ_ Oc%d.)Zա9,sJ.J:ɨ)ڰvmө-g =b@I(Id9%)~;!Z\$t).QbRϞwG1(P[=fC/lRvC،wi Ȯo1SnUے0ĉ71ݵ *}L^oĭ&z\.TwJӑNgΓ}gbp^D(FA s=D!g64`A^ $w[-T{/RR4SV Xj~ltkI]SOć[rL8>b[.9Xȉc ;bKU+˃:_D`EG7E4DX1x6n% UxPN0c&Jz ch% j? ?-ɇR8)BZlIO}!><t~;% žxCRBXgwBXD$ކ $WU+yqiC.,931(FTUz$Ufif[#h!,;ah92lzK|raD+mnl/_u`DsL0ad,FafS;3(,'n6Ǧ!Q{I5`Y}MVp!}+@_ 鹿qQ__k/>^2Eƌe|GIq -%#3dl&U\˓:}|G(5vQѻT\堊1Ng54"%Kn>] 4fLY[ֈέ+ž@{lYg7`{9tQp&A!G=$yN;G}9ԕ %F >2c4>rЉ 3ZZh_{+qm2Y0AWj3˦rz~Wk:5cWIdX{2q?=e?4;  {5 Y*3>_nft㎌m>UsYS1G *R\?Oԏ*Ӂ0oƢY6(H;bD8 . qr 0eTf%$˖Q3YA3·@yƀA9ldݿw;LU꩝~D riHUdl5*ڷR"9ad/:"X{R2!u%/xX^8PO >9fL0}DX.R |+\mDbY8M3R4P Gn&K^VnTa=\fc΃ Zv aPyҾ>,z8:qThv\s]6,p/V٫lqGg?Nʼu9 IWC\ۯOr@&kCR? 离v4t:HaT?X)X H/rejm䶚z[nBdX 7QO z Q#̉gh%d,i&4d9`5# ~pnhƗ7T:KUEcʦoJ/'5Z:y5lDuʊ م؋ZϺ8pss$!D7ov0 zTgPX3?RdN?[{".Z9. _gXGoS9 T[G{S}1lh7N"M5@4y`+me-!݈ڊ4]*3|>׬Rw_2ajˏ}FWF^2 ȋ̈|6Iઝ6AkHq)9E+Km$[VlrGLu)KՂ@I-Wwg&kn%;?ޮ,G`1s d?K?gK9EDU2}dMn~@za!};qƧ(l9#UlK&# qv\W|PƉR44{ulON߸$%L=q `M'J$`BZ҆0=k| ]ƭEm1G͌kFDm2H ?Spb3{A"/@F>:34cɼ4 HyAv%<fO‡Yk{3`}U6,qC;-+dcJ<9;ẏcl+/IѶ  BwоP8Ia7t7/ ,dT=.!Ls ?d+qFPR6(^Efc]UAi@Uzt~7 Ú*YBlQ*'>鸙z3" BDc;Z<0>]4re,T@1gY4o6* *:Q=AEVvFoܰ;pl&3q` '|P_S]KQlct~<5˨GI MD=hǰWo>U}gY+MQ|O.8~ 2 T`Hn) VA~cMVl0R>3*5* $4 '_gRe=$^}/.%qu9e"y 2V<[}+Â=}2z., {}= F?emM3*m.Uqph4y޹T"1k%Ԣʩ">( hhZ*g!D;I~fۼV`oF3:,YaIz׉$G *n<ٿ. C*,/Qy*7\@I48b6(zug1ŊhnE5J\>EH5ZS|!^$)8#sé|57a’vSa='o"YÖvҗ!4{AK3qo"'L[ڮmRoEixGsKϪ~:%QOno"A ݆]@47z m"2d!kwqh8@RrtW¡L6 8h^Ji>lHYmb޻5;7}RxJlA9S,b9TlqOY~,eZ.LodzH +|Me,SS[A} z)y8SoU]W@!J`̉qdh段)4K _=/cj{v:>΄Hq9#Y49RNt+!XߕDU(;`DOEH!RymAcvzhɯE@?LLtv Ρ+3!WZ!KRIAL3#oWEKk9+xWXtoͤ|ydNNT> 2(R:zV?ԕB<4(n5QݫO[偬1=7r&9h>H7svM+ -2\ So0U-#Ezx[TXFDd'$䍘4Ъ;c]%yrOێqKËgz ]J(!zŅ)$@}VS VʷqmU@L.lζ4 IrEj.vפp _Yi3|d3kj-b"(ڊ:|1Va;A-}"/};D2"x>go{ֆ*UTyͼ-au:})ͧ xi@Q'4\w€IJsLnZgns3;#ԦOD(!MiKxklbc虣 C&`$!q]bzJj&du_$ ^%[wPnAhԭ?X8iےt8U!uAu#}ڋ v"kyfDǶsԾ[6y#?*1G_N5|٪9Vt#䔴\ DhhMG=pϖ.螩.>eU@е;k/1MuOJ4">.x3an;>uB;M*V_I`;+SrxMMJ߯ŎȗJeYn dYr:_.|!d z7/쿞81 sWEtͥFpnA *igX,g4ncz5y@Z## lcz'^Q":7`Jh|/})VHF ![nC Žѹbci: l tfEK٩e\h)0A r]!hdTPnLe22kF Eaah66vbua騄n~k&U@jhc ]l"40ȮshBo61.5M1ω3bl4Da dNORGWHt¤ŲEx:rokDho/o r=Uշ,o MnG aTk^ b[//谦AVACiv;.70Xi{fE_wR4,s&/P&#ٟuQNQ"W zVW7;nLl)pqf3ǒO]ٗqFz^wb5jp,3_U{}=o[ ;RP$i#Ob wjgӮgV74UںVu TKb C*\yh_!΋X…δM14f .?XI8aFLV=A4uO `YXG X~hO~_SY+ p7swnf˸6>࣎5~n$v]žԛ wsB?Ky'h[Vl6OEԌ կ ů\t ɂIKw ;iYOU%IWARh) EDFKż+>&K*[棉Ӎ\IOZjN 8MD}!'_pdsxp~Ʈ[!#r:LjO~ŝqk:ƈ˙ *9B4~eG"Kwxp^nT7&4݀i6#>nnB-֥ЅZ ȸkZ Fa;Crv1H_59,.7cHq fAl6l VҎves^OE MKV6%yX(oXbкvj ]:F *bln/!v"h5kQfˠ=v?7=_.@!z1|IS }$A}NuO9[d28 }إ!@ZhBvaJ2YQC#7̘H.^B̐TƖ4-My!B DHW58hB`Ыlٲ /qR-SN\L0$Z4E@P} _L#- 6oh@ͷ(Q$$ y_7adq`rENfy,΍o9XFҟf9"R]vB#Ӡ.A2n ;s5LFMx$|~2Bx" X}rjT'>{ֲ&yQFKL\ps ~""߬VC{7NmjŦ&íO il_He<+㼃w4ˏ>tzAMďatpBD@'!^2^՞!CQR;NK7`CN`FJL!%HC^4ݑVF,k!K,|JrMhեW@>/qVe v6 `b3-Ԇ0]Ǘj]ar1cX^ּZ cXEJ&mM7Ȗ/yDUN8ΠoOUy(ĹDQN>ԥHdkUW\hۧS@z%P=cHe$2f1ɋ5cPh٠U"+:Bgb;G?޾LU(Zd[)]/fĠF>y/#o!bcL4o]Kr1 hx1Ϙ *_MǩSyqU!<'\MTz4 z ~"G=8Vm?JM,v"kCC@ +2F"PqOC,'gr0Um<6Rz}b#@=.V7`#qǸ@[kKV`T]S:O^Ң R)wIN¿~bS `Q |"%P%6 ؕua3# PCf RYqlҭĬ]­0}rZ05Rc{\XֈA-ѷfO]e}) uqsPq(h.ocq%a q+J𬬗O\~T 8_ 6:+ גRr~KyR I5f: +H  G&`'+Ai7>m 9s?&SlqU9)m)pOD§wt}TYnGQSF$nbA|p3#CA[\W&,%+gJ#su;fg'* Lm,|O5@*uR_w}.2C|E|ag2h81.Ƭg7ڎT! +(9yʰa/*;=JoX+BZ\(q7R?L/L CH.ŕ,~ʒjK훮2TB1O_ҚAF_l[XJ+?ipVr")S6HvMmT\ [Tt6 LƉ'oKчM<cK Ky[ jjXjc| ȠXOlxLh iVviTot'-H:&}ayG:hʴBw$`?Őr tKJ k ICxiǿ|`۠.l RhMsPlO;UuF\G2Z}?XDlqBghDh^u2|p? N'Do%u荇?ՉF.j_](7ϯE_훰6KNey:W"`aҽU? o{C-7VtjrdYiQ3ُ;DB䯧9/c2RRDSPgZ(aT,FϹel苷% r5iHro%sf?N⎶͠q5VبC k89nwWK!~ԻqZĩm<ˀ<^e!{1ZS ae#C!"P'J8suXgP8BQsOs|W3v.IR|Q!`\ mS`B|6L/zz ڸ NUަi3Z 6Bod]a%Al;\ؾAW7^_ꎎ:U?rQ}Ӆ9'݁CҴyYI}&XͲ Py:@~m9ύ"Sqpo,1ws`;ӝH ~mI84)򙉹s_jko ӝ%a:"E&JnBO[[Ax'kj'1vfik:7]*Z~&̜덇0Siì}\Z% =/oJɄcy1oÃcdsC1\qjr/AWO:RS5s^7@!B X b:\YO[=x"J 2|5]|+0u mr1V߈EȤG%'**hZƅ? QVHQ݆8"x[7vg<*,(5} vFU8Bװ5/-cRsɪ@1Ϧ 3K?U}3pl'W@H&UDX@T/ }= 4c(D-@Ǩ})C=EIIRZ9N *4!vXugZBo{UR &g^ ٿVq@@ ~%ޥZp{ S|HS8U9À5t2:|e_ qK]DZʡU0{u֕W`U` 3H/("rpVhZEnbaWx%jmxvH3ɍռG² xfOǢY;(%F⺲Jj}" 9b*@C9 RkL I>$I//І:i|o!$唰jTŰ xG3\f,nE4ʋfr|"̻Dސjv 3mTB0gt_b'Puָg̕/[= 0=,Z Pv]gF+$V$F}悡cxApgW>6!>8uuxV-hER "boPU H}Śy ۚ3 EW C[O*<@,n FPc1(%ݳ'~1rf&Y{AyI-벘2``/x8"m8cs&{pQW"5r'R~9HaKK ­,>؅`a:0)']G>)8 CpHQޏ<5娲Ҫ2MunQCJU>֗#Q2{ 0rxYl5d]2 J$qs093ᒀ׍H>\H$s3Uʏ`[&A=H='͖.]x;o2Zn:B i QmJ= 6׈OR%%ᐥ^Bt٦93K?YW*{oy]rL9BI3> !#OVP^; WmXQF2QZd7ѳ)kkQ3ԙpJmSe Ns@5fx4m޺ywugcfAxKSƌ\%!-vv_[zMp*jDJ\N"P:y_τQcIy2=|7{C:#}["oLNƋLF\IQt(3?l22)br'" 7nmLIP5Di%IsfUP&8'Y$.5@ڎſ(XPaQvkg{Q9%i`$Pj/J,GBIfdqQff^Zύ ,!`?@3dl!s7piV~)ȩΰNf:_J7*Dޠco"F@X*L?[on4'?Mxo)N\)Cw'lµWњ{Yd_Lf/,o ~) -ם96<ROHU-BbKDm٧ hn]vj78e?)4J^!4%'Fk (LT$A2;[֓+@jg/Ӡ"uhM*uWO^`PjP<ܢL= z~`d6Qp&rnCA㻅E5 f&Os_m2XneWl^T+un)vQz_Oۍ"QEǨ]RZ]i.aS+`n1h;6(xJUVizP򝖸aF8Ug=|<~$T (!$W1N "/!"DK ^ @'FRp2ìӽݫ"r+hWM`vޣKRMuzn=/v@33'Ԋ/|~*5DbHGE \Rh7lѽ=a:36 Sal4qTЎq -MsYةHNjUqG=^aN0Ԕ][Q7+O)l`ȓ׆uhsNP.5)/Oϝ@yGLP?0zdi.b90tL  Yvym"; |VT@W쏀ucxj`[}6Wu$J|!TYR:n:3Pr,Ut/0>i e =`T ]u/b$O- A B#7` u5L}᧩0۲b".Jzޅ{GaE׹\RC"f^pJF +T/fӐF&?,CD-:%I ]ʞϤ%ev!l>z{05zJ{hegj=Ũ0˕96qrRNBʩ߳m^sxS';H[CmTh{l 6aq@&=1jAo Q4 -oKv'ĉX)ʋ'cq=;h5jH,D{` _ov񨑐{J3V K<#rDm,ț]'V~$G1d̐< Gv1)\ɧC _(]L*GaLuVtBWۍMiQ'^媭3 x@J')=\6o˔ЮN (v4j5I__ )"M8ΈTKlnbZpA=WP|_'LaN֩CA5HaP]Ś| 7w4&Ne1kII £3TI5?b|4/}ǚ63M<1[aeѬ?C=8޿?-rjcGuzqb8CܶZ" 07ĂaPkwȆX߅=f(lV2oA#xLzdiLn g(4hOX,^5(8ooV f F -u u+p6Oc3Ոe. 1-"p¸':|ע8.ˉe+YlBH`AD[)$ィ֦)X㑺f|w4p&/./ tB2o0űK%}VAdr`Km[= ko@W?Kp~1F+zO*UP_#'H ),xcEum@ ։xa;RāR/4T+o Ħ \ {N'VH``BY͒*zfq_Ô#n x^@V$?\ۊЖKR -`#R1z)WCN L|Ȉ=Zu{ m!ä?N |6٤Otܾ y^܃Y5C=%6z.d+"ț#,8$we:4/`<$4 |U{T Vֆn[ajJu[5nU eh5tqjCʪ-Tޖ<]M h|rʪaOvӭXŸEr)N5E"y*-yn *"k9ܶ$vM|״%ؓl~%e(_L5$(ד>F$8E9ܗezGW4r{c1 \X_yǂݞ5@X 7cވh]bSW 2Ţ)O ,Po1_'|4P% ␥58O݀qj +F 061pCǸ^x]5UFaj\k HJ4tnx .9%(+G4Q:D+`Pȸf*dUOzKcmz^SR%{ue@zBOBe:"jY b5N/v /h6I&5WMS/G>y~vG ^0{g`(Mmi'C3UJٚs/a[psxaLw`鰼}lF|ܧܘͥ7b𨁡#pa,id){xRy)4]؟hȎƾ*10V〈{zco>LOL}-h$@׭ 6?Ss=l Vw(VqoMviDLv5]!AJ7;@hTPKBZdċ_NvHr[fTs) L66 7{ C^y SiL\dBg H]9ۿ ڍ#_-ڰ*.S5kFόE6Q+q2'}2f߅LF#;2]qLcQƂ CϾZNe:0뙀L1|uqxzbnfQ34^@xxDJTI2y9!2eHbu>BAa%ȐëaUfwfvEEl؏QU(i9Q?U6Uǯ9z>g:O!#~< }yQ<߷:|*PJ[JC)V"&(~UzPY-fi/Q?2cLp0u*DDD:LbKZD$qRAɜr(c'i w{Ύ-0xz6Nḃ}w<K[$)EftƜ}fQ7DLq:A_wPQr{(شq,4i'XIѷY/nZSSЇ\] ="3P1puewI8QYPBSޏ)5!ЀsA9t90~G\1 0p0vs=sFK&Ek!,p@}an]G"\å{ 8^eDT NW 9.~F G2ŝwn{qn2w߾ބ yV0ݔ!=F@mb\@aVCƈtc0XjaKw7vjfSv]M=+}mWDE#R[V7fVn;La}* ԁ$ Dsf@)!2jQG'hs#|F0!=!w;_/5ci. |ZN6m=Y5WrgA`!%X n6K=2lj# ,RaR u!PG{dSAOU('c|jjgo!gJ/T!"`8~W#$I** d3daN9jWlq wF4*: :5 3h)>"Өl\VU`pqA`o,̢Pu7`rVp˂|Id'1Z|9C{ \>5 pwT.f'q30ŕDˈ?+gJdvC9p^|s1s`G)l ʆ+H!M+nb->[О"ٺ4; !$w}=d@n=ŽB4mig bDc6tVؗ9< /C}ScN} 2TrR [<:@uZwsD&>$J0 {p\_dTUEB]9DSmgj)a" `Vު̢kf,jZ!֫wjj`ںp#J^O̳/⸐ė9{.)AW~ּ}jm5a]X'"Z,Q?QucP1CyàbyTBѪ~:~ ̺<O ;g3퀶`xQm3|B}Um*_9/D$" ̝v$APVIZ?[۴m#`<)nվ]UBLGFI_WK}̘XFz\m|>ݙm@m-C0erV>A 6;sկc.gfk-Iu~^kq5O,õOV[Α/S#Ewy50罖xX= IwӉ& Z/^DJj2r%m'n~PtG.07V)#,"E |SE=sPgڟlW<gEG@`N}䁧rIŔOۂu&]ӞI?E`H_# SƦw]EAxDehqfXĩ+$~c^#낟JC ttV Na4ۛ$<N7Amu)06Yz|.̈EU0wR( FZJ]aA"b lvze[3 5] =/Փ\:}2`ѯ)?rzC23 !Ġ`pW4k BdrpЉ\-nN1 {A,Lh̹B^Ўl!D29$ 9N͖#Q`yOzxB': SM]I|_i[wƒN(q];l֕S-<"Nu79;0*֫ONk oQ;|OZF3~1CWmd?E+5`CVpdKg|8b%PCQV^§XbW$驏 <{wma5/eכnxGv.8jL2 Yj9.qJ a{z*kR/`# \ж_;y J6LLk{ĦcYCggl V#L D(Z@ކ{}f+\!ϳ["n㶫mngdpq5!DH~4='M0Ep&jb,TqR#R"%Qz,訩Vk4umy|_|ƎVMeۂ+8 !~`D^nIvu6W+!60㟟̈;j6f 6i+L`1?,R*d)؜]^=VBߗf&;TSZ"u֞>jJD{bDQ)K1bFL]k.2g/TP6%0[],沴a\[jGi)N&r5kפsp0W&O5v"\ ~˨gS Z`zX 6Jn U. |u M2Y&,wM69>CH8;r@&X̜mDx)}ٺI1q4D+ 0M JPQLtCO7H$tURja% :Rӭ\-Z֪#_jHby id5?}D,FeYAT#;ZN@y%Y8%,t C=ҏM2s(ucdĥ1L̴>z/ ngFa?jͳ5lNEf-5w;qXD>/ǒ?yNpE/ eX2^ 413 s!^]ádQ 3x|| a|{ Op/OBsFC}u2g@XA<# l;>52g`J*y,SH5 @\/Yq=uMWUں@Q6rl!GH`sCE8[`ϳ}LZ8'ar"C&~dU1/6pLoӫRq(=(PD*dzR֌Z-\SYήdb an{膂}^xlj.h+KHè,yCbCSD,⚋ -1| 佩wty j|wV\kN;G^][,ZvP} Bx۩pJ:l~:ӎ z޸F tk-` u<:mFne+Ӌ}WȾ{CXvgoTX?MCC.Pj2`%$zV 3R #FV=7U;7C6O#/Q깜q$~4ynߝG9@Na%`Ł_{e,yRhӘK/OhTzZ )&yv0. X?jeO2ڭy!WdDf=$|hD^`ϝ=]KogMSmī5rGg4tѢŏ\]/o@}lz|xg3 !Uꍀ=Es4ne\-},GD0FzӏN@@{e CEđ\3K/g=#ȏ{Rlw["Bۨ7% L't,8ZlC{W5H4 ]Q]fGу0'S /E6c;àMΉSUQ;øA v=GwZs4R}d.Rs1qGϨЯ# h5U1'R}M ](^g9jfQkk]ґS dIC<yw< .g_k? & 5TcE-E3\wnKwz>IZn^0b]#Mdǐ|=叁 <,YI0lв1J⤼GJXT9Yi8^/#o =t҆i*SğHEscj#?g߁6椚4+FޞH]L4*%yWpVrm!aO87hK'6nV [ ڄh3DkL1oD;J )&+rt8d9w>ekLw8ez 84cIa4 7ZF˺ec[ 2$a<uQzUTKj[hbsgd_1 ɇcRjJE`uU!3ג5jXjafWܝ,(,:O_&ni .U,ͼ3Mn=uJ) +]N8af(]0Π̐ '*B8MvwiCiMA⩁ZQCHpC/rڼ؈eT(w[5hu@W#XrFC{xX>YSʮS/BM>UxIvπl$:tya/uh#¢X`>o<ީjGOKtg%叧r-59)&畄n~e4: 2ܡ"X3ش2|o8$j41@o[=@C5BtV\#ȳshy© m!ufĒCE7OxP6-Rq&?PaRu#L" ӱRR Ł cs_2ڲȜ l 郊^I;P+xU>؈c_80]n^z6e_MA<˕׷RY㮷%)2LS̛sO.k%b) ͋ smibxYb^Ex\]%t((G4[4 lcA Z|p?e2ٵōV'ܥr??.;0BԿ慕ffEdD*cˉ`&~:LQZtOYdؘ$]߀1,L M6*w"W*ܴ6=ggaiL`>Ca [c|iKҖ}ǫɡj~eRBTOpT8 I ϗGmoN8r&[Ѷb<8IY8ihrFg}쓰Hd)ubF1ٗV`}NAw '_NRGZ JG l1dψtH\5ҙfǓZ~{ˣY.:j|.+'-?^c=x[v2sQ>OKt:}j YX25'̷*q_kX4z"^Ӭ8/cE5(Y]DS@yp$>h~VYdAx ?pHkŮ/u6Vks"m>t*;!)mMϼMy Fkg;{pT {O5$Zr3* #gGSdgi`>d!6yz5$d).-춁#>_VL>²Y2@O;1 D\Up3!)E֙W< j=,5 JxmWE\$iw,ծ=mZtg\[GUdvn'`\D`HѻhA^P8;DXr&R}႖ ȉ |FY;!%oxDdu]E$Ґ]G~ѺkjSF{>IA@3 ڜ>KͪTp- Pv_fg#ɦ xb0r|JъŧU}V\#2EI@es:TR{;oݽπHY"{6Ac7ĠAa~A~\&±Gpak\>}h%Ubϴ0\aD6bƞ>ҼP+!&Pz(%<~:՚KbT(E+m@8$Nׂ܀ (_)5ȇJ2-$Pdv>$%,!H uZ<[9gq&{5rCt@pjk}%lbƜz-ff@3^t2vDUxI #{;鬽U : R"}VD9 Z#^o s&GlnXt,9kH0օ ׽l7nU HHm)rD.zX9*δݏJ5-͢,|/, ,36m̴tBUbQ-!rW\N 5L۱|#;6ӸzɜF >bD /ڴE{L x]D{uAozn,L# :`V(nIKΆޮ(!e<@ҌջmD׀s<l7@$r{MMl:Ɣ;b D2T`U>ηyTA&\ߩZpw"hS.l80>;aJhQ&Q~LjR![Av6 NƊVSRa'C7;z-Ĕ6 ho⬳ƳWS|2C.mw -!/r\wjo>cJr 2.etu𠀀r7f>(ZD/piXbנȍRM. {'ns]i$F3']w @˱ >{H90`V2]OqߪfwJlG,/aFArWWaI2oCɯN̎erW];`4 -W9[Г\[GC Bts7CP7cFcN72\MqՑq>XoCSN{@xٓ>"3:@ y d$]f{J8Qn]^)9SN2LvЬjr/% RT֋}7a) 1䓛+ATԪ2ْ'8kTH*ɥ2@KlҟNEԬM0Jl{SLG(Zm3Jhh+Q\tq̙wJCqtBCIf~Coȡ|@9%d'dȲA:C)?]]LBm̒l`L#;(ee]$0Yځ6uMP^~1ʄ+]MTʌ0g^|Wt1k΁X] JI 頓7w`^:Í(|ﷁ;w Cf^! Օ8NƩb5>)5z_SWTW.`GqDCj@g2LKf| OuxH ÛSm%7_b0 | ׋_SOi%Po駮W#=`ڹhnhD⌖FC_ PKuv~>OFUDΙp TW(z`Fl*q}WOnĦiR0xjym&݃.&ֲQQص-T,LbKe+& yXaQC!˪VGi70,+߰ ujB٦Jlj:^Z{jύ3 V#L1^wT}puC/p0G 'z*|+>i)@QJҭч/EẢP#-र  DP'~1+gm.c&qnܶ;bo;ml7ϙ 5HRhh%uv.3ZFptWɣ^ٕK!Au\B,Ly ю" )@5ac\rE=dBG yi&&9oB9ZgDQ g8p<6澷U0)Q@ewLiwE!]q>C.*[O`l,gD PWg!C9@y2%E3ccL ldy#й:aaK-HrﭼP3 ˴GhWZg@A qC?)^2W׎(ρ! %(W@g PJ<qyYPnl9E@_QvL#= $eO</AS mqfBR΃TIEzشoHB s*GHO>:zúy*L}0| b `mXC+q zrF]X@l /CQO,kO PxXs|\5LՊ1@Vv$$zJz÷zҙGڕf<45<@ Egեr1ܬ;3wϲ4+<:3x)!9/ svhtOK"IY^-j pB*N5HDh+LLIM+P$>*lj z#v8Sl&s,9fkv83gWfV8ӿz 8ϤQbTaDaPHY^> fK2nUKlke]H,PM2!V5.ׂQA,'**5/c_l縺:};ޥkJU3UigeT(, ur*zMoU'b d²B4uAX_5f kb$g]k?U 8| jF,M|YlA%oqA=<֊#s-%80.;^E늕A.XƍQXG<ڃMކ|I~č˙|Ȯ=M5~r2PhB,y҄=D)b!C7TN3SO,ǯZhb tJρC)Bko]#*|yz~~gܗ/w:66-7B1k:U{&j 9͌MX\q0@IK  eO3 ~7:UZVjҷs (s;ʈ`Bj2C+1?_l6Sv+]I҈'Qt֛|S^!kG:]Z*RbJT|b>Em/dY~o(Rءd<)[5\rK1b@q)!?']";Hv3ɬIy#vt~ׂy{oV@/ ^"_pM#6ȢS*ͅ鳵(ozYHrCfMo<+ 쌯4zsD#nDl/ܤB/Z ƌk`NK^v%x{ZJӘ~RHiC"qŘzQ4x/z lOj;\QL>1£}F.ާEew4|0O+ORG6[\^ !)[ Pmh%׏ǴqT&2FPwoOHuT(ѳy (eEpn-,I:|rhg)Fa2B7u0IOԭD\ ="OZ x”?s+͊I&Y]]Y&~̔ARCnZtcfzOdEiF߰]$FR<~oQڬ<"u;W<GwnUk{T/l@G?R(dcy )D_0Կrd]6po|FD&n6GrQqe#$ 18T?~|zTuz?{,BS45 p8WgWv;BLC$< !!b Ok!`H@6ɠ:jY~!>!¶9 O )Gn[Uߙҳ`&]\W%fKOKv^ LE6`-{M.8cYQ<1D8dG@!̜a J]g뢕Ͱ`#Bϕ*?.d*'@y\if}8p\ctP"펫fET3X'"c)Qtuzp'+`=)@_y>n21]ſ?Ơ,EV@Yʦvk]F]C XkpnF_ jpzHz17їp_=:7sF gީzr3ߛIw rv􉍘~8eŌ*=~֡0~y)bQ ppFZ6-#_G6A8 T^P(x""]POHI栀ԻoJXߕ. ;p",'?X`d6B@VY/l9Ee*eT7)Įr9>Y5gDȽzĝ Y_`>\ra5N!ʜ޾kA>ܠQќ];|v̜AY\V9 w`?#Sy~C4h!MV4;,>RED.~_dbg@&mI_goQUxY)SQ; 5مTkl)j&# IɺfHy5wcцsbϗfb6WZ/riL|y:U3Q'a1ۛQ !DC:IǾ'?8"1^#j>J\O"C/3Bںfzݬޗ 9{~  o#} mR|;"-Vz_9p'vP"ZPs 3i(( N8hAk@Mq,׊C  5WM6Oz˳~S[0|1mj di=6^؎ N~r&>HܠphGCJC ^偔٦Yh2-0ttE5zAGTeb .՜iD!8Ꞁ>:)>=Yک`='&[EA gHF)wϓϽ#crvhVJ_|oP;#~LR ْNPR7j Z^(VIB[ON81K)?h={h]rkm2 yìRoPbunPe"̭oD[?=SQZm?}Bt؜^b:$ʔu]@5Ē++ʉA5_܋Ltc 7< E)e~jA-2 3=m)S쏺t;XoXUWxcݢb1 %pv,Me[u[JgyDiU°(!$;N$Oi렁vzfZ1l>&2ޥ- 92m$N.I(er?Y=ߤx~WdaLy/ >M랢iQFury]WhbT\ aS(y{4=JNI =y,;dFt?LIfl V? 0}|/ &w7`me_/L'?HWT+Cm=5G7ЧOCyy S yF2|vH !Aۂ?X08U.2@ /.UVUP#~kF w^ϙ`%$Vl4f˜:.['܃i e5gQ+xl~03 }םg<,^i7X=f @z9(1n`nbg),=InQ@B^f#;޳OV$U#(xl9vxf6 O*uԊw/?<(\Z)g uįo̦f9v'QG~ō1BlhP7 A)g9)N*S+\[_hPIc),fnหŕXזZk{@ǘ N { .x`aŋNVf&[ő*to+=r[?" q5 P8ag/[<鎿xldh%IPNht?|쥳D",rJP|gѼY@IĽ}uU\1L̻:';zsoSx=%gV)4&ñ61@4Y9ףּ @\ǧqo 9qF!`]]!&JN2EkKW:-sDG'j&&퉈 Pgīݳ$᥸#TMeTjG;6o#A?$T[5 fKzu;u\C#GW|fVM_ s?js P/%!bKrXQH hYh3?9(%jG#gUS^fAZVQ8 :TCFQ=l)5Wu/@8޺t_$5n.)T{Μr2Mg&/gQKڳG3lrGZt!eۂV mq_iĜu oDv33!0D,/WhmyC)7H%uHy$Kp5t<ʖF0myQ%eϋd*`1 蒀#DlDNe(dT]-n,|ؕo:Nğ4CWгqH Ռ1 H|;wu( 2Ie-8Kª]jyTYEֵ*I]6v9%u=,mhYL90, C»gHSr@$-T#6Z<^#}_L yd+k~>_7nZ凂G" ",*6*= yp5b;=018=_D0HFt =tc9cz%pvyútD:DҚ׹T|+ђO1ښQ$W9-l e5qD{T/!YS{C7%t(Y*Ym0A@}:>[BҿE,acL AYRwL*afxy`j:ڵߠlzOd풭n>߭;^_02w wոmE/y)6w{|͓@!_鑸f0:;0j 6|4C] ѳՌ\j5]ʢ i5[hxaS{%)i~CAu)|W!h]7>o]^kl MR!>Ă>`*E$E X`؝(3Gŭ_M,(nqYxJ}œĞ*(;LǾH:xm~t&H;,E \ėYq*6$!B#rlgqa)=sݤAaF ?֣. |BD_]0 { sBVPO70sîjfto!δ]:CJ*6'0͢s׷P£ !ˁjsQ D5?_o4ծ*CK2I$DHv*Jj~0U]@,Yb%^>ҴkWr>f عtYտ{qM DqZQү arH/N x|QǺ 'ȯL!:V ! 36ڼbq#=WW#$;`ZXp3m# ,_7xNejQȉ1͕)HZ訛7L_-T7\z0%1(ӂȂPWκs$c }7GyI$&6i jk“JP@ #"Qf_ ?ڔkfNH`L^n"zFu6RqE]vn\MV# =,% *}W%S,JVf*[R_Mr9}Kx Z !hjj>|?};AJ!~30cgj4/OWq`7|ZˌU (QV5AH&l.RjUS!qЀRSK3NH7YC!\v)D 95u#YhcMMmo'.cVЧ-RAov 7G zzʰt61ѱXbT& B)UR䆟gۊ5+HJlOj T=AqXmO<9}NkҶ+Dc4>1$>bf [Hʐ Fp6Wc=RST+TBF7Pg6ǜvwĈFp vos{9 TOYzdݠk$<5=ⁿ'-aޔAߝPPAL/)l7U?!9=Z#Ž cu6&su5jۤD5߻J]m۫9-081,oн$] 9$094%w |K&CĮzl1Ȉ[%PFφ}25w3’Iw j\k;Zϔp:(})Sg1`9Llp"jzBnt_44ħϕq{ ek-kuJ BjocA Zq1Q8aRGzPWjk5X0}UZ?w&\Ї3[!a*;fq&;V-F9>1__><{J>&ځ񢻦nFwl0;νxB5*‘ݞOڝE,uDϝMS DL%G[ΖߡQx*=uQgH۹Zt#8P?D`w#YKeEnʜGQU2tNvc;ċGpEKh nzA> KA.FlSly#%v A,%bvh)בD8)}\^X[=78/A􏫦n io&vdskm5h^=0%O%UytPȃW)1M.-}>7 Fb UF!mP ۑPh qv́x-!Fryݣ7 q GM} vɶ@J%eTɐvEY8yYV@8yk.˂y{%b}a?a˅I6 ٕu!@_2@f6:H[)DN|[BEz VL*?DXTƃRb"kC؛c@[Ь򶑨EWw408{,MNN岴}ЋM$p5ag}EDb6K󤐠|ὥy3e$?!#AG8wrH~;1LSN梵=t - sw[kڔ¬Oe'6-LMCRXVCo8&/l%N7-AFMvؚdGȋl_-{t +HLYn ?_j_}2rE!rC(<;y!Y@Ѷ϶x:.0`*zb0K :+b7X{)+B{f~]és=DM}Y} fNI8F!>&s_֊ =ʱ:fz!Ơ- , AnSi,AkFGR^6."%n">*kitQU(h;7ϼԠ4;pSbIEegiY6La8gPB6Mij?ۗiaJKjG a u磻5%s=OxA"lN2EO0ɲDm]6s%r]zDfh Z;6)-JdU)s/Gi'N) C q%sKmp.z_4!]ڵd3Eb@.4щ&3$2O^f7ϯj%F + wSyWtLeÉm!mkW8-1ɡoJ`D;7O_>r6G-u\yi/ zk\?J91~Qe-mQ{){EV p$=a.b JnwW.Lj~I)! l1H܇4{Ĥ]_w8Bc)JxgE4 Nt& w_Zwc <5\Mȅ.Yc(۰)7V`6GwFI'DN7ğ8vլ @CKb_ ]O%}NhڻY,^vUzLU8CְK᛿t;_>Q`Vok8L-Gl5D焢!YR1wl=ڬJ"pY1:G dCHt }nc8сU>'`݈XN.ib{ ?OX.'d"OYG ȵҠC^Qyo]$mZߜ}oaT}2Sy)x߁H fE_)=MB`keS*0,p0 +rl8HWY"QT98Y8ӹo >3+K2kB:\< 4w3Slb0ƠmF#J!l[$HxF(!^ WiekougX򈔄)^N@D7Ϩ'hs''e{{Q-b_Z,V]Je"4I#Vӵ/ĵق+9l?vD brCBN=n>EYA[$` #=J& M1.viYQqߏIM.ms aW6pAX]*0O,HvraM#B/s\XJm+ۄ_Mʞ,p[`98zO?O1⸊bEۥ8z].Lj=Yw8W唔Hu/OW_e4|vK {yy,0IOV`dn_8+T( fK*zo7?DqЃ*˳E\'LB,Y CUd67Oy ٍ8%`xB-jRȵjMԜlHN_ݓ1 A\׾ 'O_36J޽ M_悩H_(δdt)/@ \+vPmwkhTYCn+%fYGdwHZ+"W5FH_Asq!ʁZ'ɲ+G/^˩2i?D_A'~|ЩhNCW$Uֶeg*Y{i+O$zr Dz{@b6&tr<Êi;2hjƾb 1pS{үU"UY7B[4 z8 'PĀOGubq9u r0|Hӝq| ?"xY j '?2?tcZk5AZSXOFkҒ»&?VE4`Z l\JQئ`N7T!r1|)X}|Fd/Wظ f[j=j8è#V,Hc"X{fHNchE-*+l`' ]Hx걽[r")Fqu=>>6!lEr( D)OZ ;wKsR~z`ԍωg.HF\ʈ+%q90nHi|[JtioWr ,$GHiP󜨘tT%HݕڶP 0Cm8,87;Lf ߋ./wcXCD qh=WBdJHĜPx\ g29tHcJU?~Zĩ޳i0‘|mBy0I,hUf ~F\T AZD!~BvmPPx31$;V f=x-c{VGS% h(ˆrg(_Ͻ4ȟLb{!s:S܅2*XEL8Uw׮ ѿgja&ew9XlxC^!zXOzOɶBm>-KX"_p#@)ݵE~eUV1wC}k|b3V*tQ0]Jӕ^/t'eoBx/L6 dG5qu`H,Kni4D4wZ)pF9EK,`|msf;Wzʨw!;">RPgUsM(ЃsV`˘%! k yu^M@Du: ˺3(su9bZl_=:U ;m.9 LQ~64Ut/~g?i)Eh͝e rnLRqNH] n d>uqk4&{:W'V/'68ie6$R(0b?x $A p~Ϫf ]V!7Jt2 j2OaZ$P/0OhKͩeTe;R~ _0 DBL$/Lv2XN,42=F³ߠK;A!L֖(s7V"$v=2S|̑d>[(@r1 穰eLH)@ =0Z %Ʌe?%FkR LgJNùcn |j< `ZjS(e}: i}J ܹ X SdNV˟IxQKC!"뢤rT WH[HHg|;6:M1!$MϹXHQ1WsVBi=by\ p! ~s1բP5eaBV^NкbKܶ'_&H80cԧW̋Y;,qoMߗEHdAYSC+J$,5ѐP]JQ}kݐ} l/_I^u"( J#ѱ먢+)B"@%&k :*ЈȔ}vDhۭ7'8cQ-lnjxc\pWcmL*jPO)YНg/er_֬^p+hsC*oaYxM8%%2=~ҁ^6B=[B!ͣg<vVt契 H;iخHlG\qh!kZ胩EMbETH-xTvnz"y&.۾._+pT}#TZy ܐ 9q4>8v'%=Biv1\L%:zV%;zUe@f0h?SMg5))Jj_٦tZ(Ƣ+ t$_FKY,iFO_.j\ٝEd?|ԤqRݔe=Bllc,Χٵ<;5և-* 83`x* -(D{(; e8X4%e*I9B=9l[ Tփ؛/!fh(}lZcȻS΅eiM['=?CtT.Y|0z=^j2ɵq \ntdDWe+8-!cVofmŇ1Ot2.m_ xcm@6Ab?+k>{U ?Bڇi +xrZf!QߑޗY/ Lb0˓l97:#/1:V JWb&b mVIDH5H} 8 AņuķG'FhŸu^K;e= )VFo=)Z ogfQbNG&5&4_K*u۟F@} w'JA'k0YtCN a-YL0U €Y~Tg.Il2 :1}n(ͳho~AƎ[EuۖWk:q?~ǺG԰cp=:2.zP?IG=9?ǘܯ\pVkqC ~? /suOb4Yngv%I-Xlav>>\SEk,+RB׺U[HXXQ r;]fOu-5aAP3PjKZfex6Wf:XYg|'!hZ`zM= lyedDFش+0{wbfL(ޮb']-Q Z07'^qvt>Hx!lq3r<߼ϣ!B.xPX( )X0 \kVF#<*!{R.*~VhA <uf?/+y,HU*""_[#mx 瑊&F(5E Gl`kK|CɸJ<ے dmqkp cQVr~R-I= >]SCO>əPj~SӠ`WԠ|(. HWq~t_ct=4ױDw x&TCl'j8 aw1ֳ&_p,PhQkcHɵg pٛeogMІs1 Sv!mMˁAwVI122t6:~~9l ˉP؆,K 7=5{d:h߲$r !7kh(q2\@zpEccyIFƹD߆I[4~j բ6JHtX"}HH&6Y19vR5YAvfVP7l< 0WnF1ThWp6( 7Wf[l~-'2M 0k) $$g!jVi.=~mxC U Haj&=Cft)ѾH2v*#TQ\ݹ+12K5<lN3!n_|Gf[c5-\PJU4<0qb&=$kFy\ئ +4C7^rrみtZ)W)H#V<7݇e>ȑ ز$"v$QD'*}t17V@`ZDDRe2IpE[`h$VtBv;)XTGVKIb61qH oXx)wUwʄBP:r!@%/4GaoDcV>B4xhH6uGJK.PHrL>twl<*(Ovos8S^g4 QiꛮǾ[P?HB#Cr>g_oXE`6[a #V@̥oԃ:SJ9sAF:@ߎ!(&Kov4R9WL66OBB3_{(Z%^eE5/G_ce_8?ڪU 9!(;bpS?t*\}Sp /zsGd_Y8T6!F`Q6ܬK Nьt`4V{=M3a K&)kD*%ņ\UL&8)aR4W5O4q~en_ӆϵ`6JKYq Q9ΑcuR (J)g 8Dzf ( 5}4]q>e..9ƿ1< !.^l̴$*&r4%\5Ib`ZR ; uPfM\/fePfI EP>r44Aܧ5STN#9XlEd1W;eA'6*-|7@EF_C_Sx~*u0h8PP_v / lM ,UnM?kqlslTĆm۝YP5tZgҺ+lbX#̽s`ba]x TemkQJ۾S|>Lkqtk;}H:_Um{hl1:pKc'Ƚ?|P'H[? Ctx?ȣ 1P\[PnvmЊf(P-n^E3O9`f,1 H5WkIc "eD*ˎbwi|Dٔ!62u*vBBwSAU߱L},$'o$^Ooicޢ?"{Z07l Ahd|:sV:0?"kOf^N.xBKDtD\}B|H qvuz0@[%Pcx'<=>Eb7Ee6 []n:Ֆl'[T> QBMUby][֘@jIJX#E|R% ~[I!۳ 'W=muD4UiTL]GS͇20Řu1M=Kt`%GpAWy)^R 8^IT6O |ioOi{h>tb'H^RcZA9mT!>s@ل (C'7sNR;/TC#b!va^ܩ8(teZZNTb^nb۾^ϐ{"^gtGR9OoZHf@]*@u A!|N{m WgLv_;_]\ibxEl ?RH}%r-QEos +$raysǣO<x&缈$N虄y)cʂΆ(coThM p*g4x\V1WF"@tqJόisQϦ%[շدӟKSau)y[Gr^mpp)bR*T(}?i3Ce12k;Xńs~OEVN!k;lɥ ~\͛*)<w*[:*8$-1& J]y(LG "pFij1yz̀9-~20vKλNd(v a8GyP,woKqGו6tq):Q %FGª]~ )%}(OVvz0ekE"b6`?L=l0uㅅ4IWiyp>V1rıLާF1GZ:I2𰁧cJar'ݓHvq:M583hQM%a=XXvh(=_Ay؅ekP+ P+Mve@'yfNe vCjH'y*CuXnt6]eQ-I-5"(k{X%2Z "S»^Ts y;~7xcKBvfUwƖN uoOL x;?R~RkN%k_:@js.,%hA~y]1yz:)."\6` ʟ2@=b~x?#m(!(&z@Z-4 ,Y9|#OUqW@^eVD`wZ wxMTWT8 V15jYC;#J ,*1>"&{QzlgQ <mO)a`ۉ)z']D#>Ɯ gBk:Q2a2+Ԭ$Kw#px~ra>j'37H[tSIu_r@} Xk I ġ(G5b?1QpTN_Gk 6f'϶CAZD-+; {ChF U Um:>5:8X]ܛke,V+!wV %v7oAw"@ Fnʻ€=#8)>Κ]@e\|Yk=AT*SB՝1c^׆h% n{@~џ&7J]x(I ҕnP6{;6ŷ:dZjX )l/oKbk3ВBnTE,Az*5}[/Iba Ncz6Et-q ?)Hޱ캀d ݜp}]}jRX8zezr#Sd<b_$\g:Ϙ4"'ACL[F&TVod3%'ҨI'm(&+>ԈsxDG_tg[f hmY@DS"f{q(~qcbn,b̿_ph hΞ 4i؍Gu/Uv9$FLV[6}|!5~[oDRG]Dd4T9Ps[>AnMZ|9?"-U&7"Ok% Dye *Y Mm+[ 2_`cy?‚̩9G7\k?kB-9Ǟ(rǕnC'Ȇq R߬{>[n@̾%(yb͗uW$[(fJ2v1j*s$KAp PgtA!);H4'@yq6<[A/\ÃYNFR>V4Տ.\66^ʟ͝3m9I דFhF%&!IS*$,yHmŲ@f8~=fdyM,EOyb T*P|$P`DBxltkXR4B1tt1;P1%(m]nzS$ a e31#ʮĞS᲍@(Y~el[ih,YʮW+ .g`ߌ\{M[ nm,u@/N$[^臬D2_ ø\hq2OSJr$|6͕/nLOa10Ȥ0n-PnPosըyTou E铘GlىIjOWR30"mj5y'i$ǸVA@^ٍ̦EK Bزv3xBd粿s  +O*t4'NxtN=m0N66뭭9퀆\B{Zכ'dIUF|؋9!>u Rŧx2iqgĴwrIkzyt?' XBotHyG0/ r 00PKW vC" !/Ib U䙤أ`verҁY>[gi~xפQmpGsYx& A NAxtm, ȑ%)([`8a^g*kPo`D} Dy@A:C3e _'VV_.PnEcMGүY27>-3pQsMy1g3 8y1RLvBsr}Ou.L3BQ{TOlb9\-Dܛxf=9׹cS)gˆ).J[m%o[ryYؙ8}U E>U.̸ 4[=S63f+66sfde|,^0:vj$.EkA(s2t Mͳym^[GBIaYoP,^uTfI{:wU#Ѐ=f+ :"e*1"3X,kRA:;qйUFcД`C' 6|1G:GYF"qKMJWހZF?ӧJ#$P sWjL< q%ڶ@{Op|-@VpE",&jZ\]<ŷRfl4H .u{ R[TER3CO 1@k3c\nc Y@ "UkVK`Le |UJ`n_+#j/2o<}f9]zm1 w>{L6*vfqz?|ѢG}[ U79C$)8r`VFzVT9ȋiAZ V!B&PMk'*˻/&߲MHU!E_)݋=d8o$$Q3/0 zvuN`ɗlo`Džom<ǚUzu&bVך/G'JS|^p>~,}5d 0nQWz۱㫉i-&!Þ2Lk+-(짉.Y!pg эVxM(x9DºX6#6A/l)3HgD L= A!gy(S1 lZmI7̴jqQ`^W`X#f+X c{ yN-)ZlH9Oc_MAu  pk¨21`U;v%r0!K_C:6^wQ8Ւ'2Z-6ꄬ<}Uɤf{DDkPz@cZDeF\k[uL bNFF9U?QϜ?Ak?!b肁 y@}}iw_ %J?Ri(tZ<9'0F5_LFm%;QG7Zk2QzFC_=1 P<~9no72Ë"( dH=;' 1hXe1T*P52JCXV0i(#TQ=" mDo^Am[sA|σ1C(k8y0 2 *Ԭu8$~o#L3~ÏG̹|'q' !@f[᪴d ]BʻEbkHteI0R`!L,*$'_ AR *j)tpd{#kPqSlz$)ձmU+J 񮷺`RV'Ba=aB;;e{lw.S=%h\$Teٻ2PПs֓*e yDǷܫK8t` Ȁz8D,w#z*g ;Z#YO8[;0tjӅ$K H{xGD OKB3ś4_c-VVU])XPg+![/7{-!eIbRZ9X׺zY=p(cyf/$^H\# G9sA+%ە& qnnNޡqL_bq+ՌU(6"7WYX|Lk^sNƊZ9E=Ԯ^,6 :*^g=]v:9tZGSۡ}1y:ܱ6>Am#z%S 1zK`*e=SM2ҡOö =Џ Lg&ݪއюIQ%,-Z5 b:kdm:%bFIp;SDž p4XWD=Iܒ_j$47%`؍6])W}yvur9lYb9"cj;VՊ45ϙl 3wkffO:*-VxTLbqSRn/G%IJš7{3ʣ2%w &TBX}#Av}}LZ'uq]2[mDU6gn-\I{2D܄+g_6ChY$'eDA@/?hx6ÀU?1",ib cjS/]Y&g>@,`ٕZ8,1\3I 2OI$i ֓q܁7&8uar~A|ͽD ܏t~=K4]hmfmDUq\+yHxKl'7 \-kTՏ$<-..\ߎ  @Z)[t悠i\|CC<NcZctlbއrO4ytHk`qh>1%[uT181?PPSxfPSZ >YxeD 4nHBtok<+v_vwy!t:\¿ Q*Q R, 3K>s_*Pbn!;qG ZN*=Aq4UǠpp6)ş,mqPw"+3Qd`Y_93wN6dc)ZeKbjbL^Q#]Oԗ_Ȭ+{MRV+/+i/vvb2C|fOpQ׌ܛ2cA]=1jA@C[=wSK.sϽ=Mt[:fDs&4|9uѐc"`Y@&Y,,Y~ee7=xZ4IY=1t#.-N ~)xzdO \bt" hΌwGUB PK qHpIQ>3B5qiv\bk-@%uKcLo '(<:OL)*;<|k8]k =R$q-U23b>E%s^͊% 1T繎˒U8J;o^cGj;nWDPsLSD-|H03_HT2l® +@δnlepdAVp){tU:cDZD\4p[}:Y|[;ucp54nGy;7yNs *h+RPA7.v"RXH]T\M2no$ -$p wkgF K ͯ6xPORYkϾbǞF\myk|4r:k/У*Cc+eZJ~1"'U,.G2y:W_^|YBӀF ڮ#Mak >J"Xa TpdQ >AQ)s]eqS!'^#.P6oLF=G΁w/õ椯:+UYd#:c[)iΌ#<\fV^¼Taf#$J]¡b6\ci-XˤeaȠOۂBx64ƶJ֙DK*Rk}c 5UոɂFFQv7\V 7 ?U.I]9;:]zWk`1<۳)y_S0~V1>n*@nQe)]R{|cdS-=G~iC m3-X:xІYL[W$Gan y3v\ր/p\* i^Կ+hҙkD(%*&> 6s&sHmd7GګGJ%O| \m˺!]\lާ*=i1SSe\:_i/*#І3o,4Bb'z4L1x25XuKJ>MlzH'8=G$ؿW5=x iZFgf75h%)l v;)F EozHk%#8Rj΁ţ:W{aXHk@!&H3>Byva[ w86IIp̮yO MGe5`CB]w9qO LΊ z WIS-Ht)%Ms1xAt]<5LB*hjM4bO BצNKq(t)aV_֯߂?dP̊.$X 0E~tnQ rWQ[$!!T5A=ya4Dtjm[_׋%sRJ{  G;8IF9C{ !Ҳooi,jz-ޖj i:9:M "mʘȦ\ +Q':_0zJFb,?kE5ّw$N5FMTK8aG\ÐeHa9طXϹg%kt$x 3O"&4#Lx؎{_%:WdsVZ ØU|\ջ-$6v+2ԠlF\" !۸KƯc 6@܊HegJpbL07OmJ;WFJNOPM2ցmCTb%uq6PdMw J/@Kח#i<6HpL̳F9LXOiJɹ\YP)2G:9V3Zg2MJ٧_I\B $gv>꾸@8Nbe&SbġؘUnH!,\A95a+476ծ>93-# GOhbz'tM ~q`^d鄕>?HտĨ)L=@+bHa98UWeƯ_#?FRi֠q? |S.l7|N6NWyJJ*SkΥy2hk1ELބC{)|\ܒȯIȏ;h6WZ)oyѬL`fr;#usg銲nffxG=X%][]/ ))' I㈓L'o0VZ] bk]bDA]փyi*aB;RGHDh]Z9`_+a<3PF|aB p{ES,]UF[#7-P.v* ݳXiy"LcoP'R h=! cFh.PW#{%l' /^r> C&9 9q_k(?AprW o%4qmȿ7_PT:| rg.#!e| ;!+ \ #ˣmݢ$At>v50sib|< kuIB;.744QQ> +$|%)ƠYj{=UdS١]!hs_ GJ[w 'T+li) BۉF^܁z^k%,#ٽL)e_0@G h=P hw{9+O{nY ۷coDWЙ s^栫awp(%?+~~3ݭ$,p`J^; Nǽ5H0+tLJE<9YbS"X$n\00 An҂[b2Zyچ׳+qQYˍ,:7>d5=6y6go*K炿OT Gjl7|…1yjO-[@66ʽb, n_ۅb./&9? AGr MG= Y)K>4Fu珚K mw=`;X/X<ߥQ/#zZ=J{[E&lm a!ꟴ[{!'b_SB%5 ɞF |a,]./=72 5(Ix YsxFy'$ʏP3qPu\uVqǴ+ >3ݟ=81mr󓗂⤛?}uOE,(|mTZu ҷ=;zm_a*GU:۽,[r_B;ԽlAcd@@ov ez9rf뷼%Jt.7)iG Go%w,7p-лt ӗ= sdX)kLWS; zA۫HPձӎ8d6.9_C1tFiVK˂ncu V6 FT [s0&<.:ac Ncq!E\bh%75{$Uo1xdդuyCAb# ,L,?v,CxhkVBG Z]7l.k;`4i8ZGJ>zQ3`y4 Vx:.bECg.AЯm4 `m0kpGLp R?cI qc}Žs71YU1Ù4-\H3T< >t]l'* KƐvD(k&)jsQ,PO.&mzI!orPiE/Kw6-os,m =ܸ)蒂3IQX120ef⳶!:Sƌ(PK 15c}#_Yd _sU_,! : k&KzX!f z7|b{5aR[e!z#D3 *uCō 0Qr ]rV<h)Ϣ ϥꉕoSXjXnqXk{ݱ2Mpt>uq$k3Owm}L-Y5@᥻55V[j!uoagL'GŹmCߍfiu:@_{plm !.R ?]͐ QXM+1I~/gMg.Đ}Lf""@sT]VuWj FEB/ʓ윰N!B)C3 dzlTtp e'σH=?SuǑ+-!I :Gf%&q]m|s9qnxUVXѦRS{XE> K?j*ewإF/|`u+=MzUUemU }RJKhecIwvJեLѫ?gY܉y]{Ɠc1ٳc׉} ΛZX3#CPk 1TEς*ecFUTQu+uT\~Ssd~Z6 qbQphhx-qڳ|2Hh,GR#rG- 3?`:{2g6'$,nEÒx兇H~vIiޟwPXɷ/^የv boÂBV-q[ e_4:\F}=\/X2O~Aߪg|J-z.(&?+/nWA̤JZSc8Ud:YbV,0k˅G3p%-U%͚aꄡu,)@7m#`/aXTW {o.!n=P`zѐ7m=: /cwon (X Q*A3΃8{0o`vR-j\RG OQ9 Ef(^^"l6g Sjꢿ˖UrC#(=hĆMϢzk`jf΁>ͰgEن!V^~r'35Wf}مʱ3)OJҝ ]\~k? f%-ܡ;!Mu)-_tdw9-*PkG+*ƈ"=f*-C瓾R*(1t'uc~[> spڀe]h7Q ċwn*x]s Vy%eط7En7_iaWA0z(Zo$yt0j!t-fݎ 7@t*6x{Abg'"WwEeIe џFM#[z@DH? DqVD2M9akZ-q |?#2Aˮ݀ɺ8)\}Da6(/! yck92މY'H4_^efN#-Dc&H&{9eF>vQ wa5Gn[R؁AzxQu"0zt{lK- Px! `Bc/?*0$U>jjǒGOR /rW)?ߊ\Yͪ* ~v[ ŧt B$a,sS[a(:){8)BQJ*Ps/1+B1x*N9 x'T䰠p&/{<8y+d2;B $}dtD7Nra;b.|Cp_\w23ϧ򠖎OH4#"C\ՕK@ڿPGlUlZANAIa4٤}i"ٸd3"#gԍޒ?rkoۉ&-<ǏKvhad} KCyR *5};/qA= (IH!Kq ܅ N'u.`xZG)!ST; mX4KO5"燡d7-P#ND\w4C̈y{Ta0L8_bmTيg\{08AIOT Qa/ߓ4ӟsPOwquŝha(IYh&=# xhjHڦ Ϋ$xtQwX٥}+%zm܌4T"| 3q .T ?U<9tNp lB&8Nx>quZ 7+ci@0w\UL`= d4;j9llkf?="B N*^k`Y12aK?l|ɓ)=N ,wd|zhPH \^xX2* ~$zK;@jp0PS+|g)ȿ@"f|_x?u},H{@zkA׵Eꂃ?|&W|$}+Gpr]N8e͘<#8XD*|rL*You8A&r8C2'E5:ʓֈ(̟Ư$_3k +2Ax;$Qĺ»Tff&3[u=6R54<y>#hcޑ\.=&7:l -d"]Vq5X8yxzb"A3:hƀ`r*A !Mps>bݥ<톆WT}~\ :9E ),,zo\P\C|0ۍNvJFwRt$nj*EC B޻pbvh,]ȭC`]%ZB5zOC'2p@0wt٬b4 *-Vշ|5t(+6MFdb'j/R!&[Vݵ5h|E1jԱ NbͲahV*%s+$vgKpJ]~zL0=\M\Hil)M.hgu(wpHU-cKh&0ӧM05MP}.uUAp.d0x|V&Ch\:l ;lwҦT24w,h<6ocof"qLzsb8,at/Uwyn U$ - +ԳbJ7 ǗrnM;}/\8 muBǫn8EFd-Yh~$#?(~%QҞ6eԐ؟_8m38?%M}|*1eT5yެT< `E~=z&Af[Y=)znI['NvDI[..SU`Voj?"p'T>,DzfPcM0G"7{WcͰRwt* "qi^%':I#sX[UoQlsWZ<"T47^a8wz~5%T]K[_BZ`ҹ+%M]IMHnn.v}zߜդkqIܴyթ j)d +:e'&M9ɬI4rUO7Fs1{X 2<-cJRI4sq:4<ɓN,yXoux,@dƜU,G-kUvQ5 yQB1 NN۔SBi'0 Sj%R.zUCю4UZ}c6o'w,w.R_̿O42OJ?r?Xgң]N6MML'qB"kRY'g]/,B|#^ゃ*a'kf$?/ڨ0>8ol ;Iχ `ٓJ'4eYS1ema_dp\냖0YhHHVz'Wj{h9F!oCG;PVcaf8CgZ =mHqWC}ގUKq|,uDZu .֧Orb Ȼ ~Z$xE$C$soqON'CJUCn",pV0hx_^"SdQ.ov7Ek:1EPtIHi11sR1z)!!`OUau/WpM00Iq#B<3쭉؈l+bW: ?) [QM.U*\88$._2e'THHys0 ^qk00|_&r.&J5' #}33,Iң2gؿV4,4sx{)kKF1G°=c#3pV{*SxF?U鿹R ٺ'jZ0d+wMut2ZsS'1tX(P/iLoZ2mC jhfqg)iÿ{`V.3=.g2̺ t ) r5`S$3Ts O+XA{/M맜H۱A˕#^cReLP532 AaJ %hJΌčr뺧Eز=6%-r[5I\FG ϕWMtSu[wR|$a|KpS@(7<rF* =6˗wV7Lx!AHe\$K|'VoJZ??}R_L@=Kt&V֢`X_J t WFMwPC+D\?Pu NCwPL: A-5H1h +L)"6J]MB!t~#h=^ejcClyN`>,Gٹ2I&1|"zJLaoɰHM} |z$.ٚ멕 >ahT#ɬ"@+T~ϳ[Y󰒒&D8rkj.JT6EMl<+rp9@DJ`:u:8q 1"2h/xo&u<K&}w-)h'ͣRe J]C>Mm#\URC{ܱ! o696 I;'~[T1kJ/SL6Hu:T%墔6? X- Gq i{0JXkD*ɳl ?AaCwؿN^g؛}]3YMO\'+ 6wKqR#k5$vHVR*X=}󍏅Ae+:/z*,2"!J؁ *̒J6O>^Y*B4xWbc. =7ǩ{ZNUb:cbMu߁焠! rD|aTf"_:q.K.6ىm]S{8B.:(]B[K"p`rdԭnS~$²Q^?>N7}S0lp`>`i=^ţq8~kO0GF+ُ3ng5B eHf.DkUIsW;u&3+GU[OՂdELvK:#`Ua-. vͯԙ5'V(r-#B m¸VnD 5E޶~YgMhy7vkl9u<[%V ^ֱNƋ+3zY0uvI⟞o.:\'sq fFD_0L7h{X<-jcޝ LT^*.^`'2^KC%h0[ul.,6+Վ͂7l!Og=D͈m+,)qIieӯ-hC(]OgAc9h6Ve>S 9\ o/"YUÛ7n"&)Z1Jwoh+=ix%_"p*R2:-uHGf;EWwz9aԜߔTt"3~sӻe Jȩmxi?Z42?Qpź78{kBĒ 8UW)~ۺ4$5FQY7[ũR? s.Up[ SY_UL it)8 4ˏ, r$1wSLI6QJx*%p-e=WBpH'$aϿ ;̛6#~շ~jI~۶0V0)vx!*-jh/CP$FrDQ)XAξ7hH:%^ig3[J+iy8R2\9Y c``,,MLNR9qKa p?p! 8,G-3:amH޺+6g_6w) |S 7+#4SQz?4?ȭ+xz:|GӾ x<(*:/g+z,՝#Z[:_D8ZsrcM1mmT7W$D&{V*J"?\ !eA~uY*:cS) wׁGDv0)64\@Cs(g !Rrpz\ӯ)UՔ Ϻ=J<ڎ(2# sNh#,QeW$ZTzs:&sWݞy1i8٢h2aQc8Pao喸U^N{3*e?v*a]Qׁzq4*R+'Iۉ@|EM4Wd(Eռv#V ׊$k>t:[dG'-KDbvL1_=Mfd?^CrElyVkx ))BDvtN$Q1G9aePH=<&&l&.K~?[͋]JqzIh^)ê^b!\UˣaFE|.Z5QRrL/Ǹ*j9^c@ҤpH `+\dϼPc(ؚbLvOm\ޔD3.t8~tfK@*ѽBn;:6ʐnp08AO^ $H8u`{6PV*z.ɝ]bӢδAebbWF*};&zE5p}{ fKS|!aT^WX< aŖ#*ŰY'Cx 47s]rH֬[EqrgPj4rn"ʼn!mhѺc1P f|lSwshjmIvM  h8R JEw[ jZM#eո7@m Pd҄ʾ0ۋ?W.8ЍR-#*,߷RV5 ?fV ~eeL2| '4 =1q>{{=ETT|~5Jhlpq&qI~ {CVe*Ye]MؓO"Ogw ;n 2NJ xQGMt M}[p0ɟ<ѓ |cE%!ߢ}¶h.Ec fJ1vοߒwA6csO߅#pl3~.2t:(~r^Cp"Y'={cIhǴǝ/A:^d@:ibq]XzAyT:بkJl>u*hhpgԔSjR*ݹ^S%˓ʤ0txI5,I_r?¸ X|@м&CV0Y&lO5,w/7u[+w<^/ }4tOzrBmWF[WzQ;cenҒtj%gX#YǯJT 37٠|KVݾ}rB=CZSyt!EL$VW? j^'czv_T*U*@Ic6DꟇuzl{gOkqܜ:\Z0bzZ7} 9sT9i o(&]  U cI8B*u{Nh/f>6#c,V~{ha|a|Y  ^CZUF૖8^T-~y8m ꠀ h~0bdQ5K^JgP-)h!~Wuv+CKyl@aeff=g6MdGiXɤc+26sSk^*[ʡޒ5s>ET\ 9s)t1RYS|D&l񷭦%3X] g=!,D8"r3[ԥYW(yn&xb3kdzY?r%gIT֐oK!>R:_^kOp`6ēp2$DKj/~,O/Ck[- Oz`9VǥZpSݧVpX F9)4=#@؆ :E}އ,9ٴr؂1תyPpr5 LHI,s *o$,GuN-QEX) 8Sr_Ƌ;S _^C+֬xhTHVqEDX)?yOš󸰀]w̼kjVpBg;~J)]!k_ .aEwxMy v],KcR^B PfYkq[&R!_T?7"%1.'oh{$$(5; IVtZ:}x?(fI-lD8׉F˽4[KQTGB⧥/ yt62D]F{DE(y V[1E)| =/G@fP@w&aY4or@FF?a?Ixn(?XSjZeTSf\uRばZ?/'u`Ku3LOwՙ|NA)ّ+Bbd.x@j ~s[v%eb^y{*GJ'nWhp,ܺ?P* \%. 3㧖.Zj aaF(Cْu{/\saqOuUH|-1@TاZQ#f.RK{Xfd_0 MZ;ʗ-vr[?d"Lz{@I]MI[-&DD`wt{R3Si 7T\M=T$n ||RIx?5MЪs$Ϲ&DlN15qU%v㘾lgqHe"qbUMR>܇}G| c(&gI}*0٦cQӀ4Huq=.GR)s%h>o#`ȺA61<Vuf>_9!Z9kDby[z==zjr# n[Ų<.LZ`H(Ubh^5,ǮqDlT Fӓ hp(6Fa&‹L ~"5[[\x&ζ]u/܄>CMbk=hmcm.lߛ4^A)ڏQZJ K /^{mC,k ȝ4akKP NU'T!n^LB_>⸵jJ =6ODT_Dq8ɺڄ# TV7jdSyPkcJ Ac(Y>\x~1o)D=5 )Lb=D$m6:"91vi[kK6i,gsՌુFիMfvSG0fC,7\6A,Zn*zϞmt zJfJ"QrtiO4X{·L6/`5fYC PzvWm:zm,[slDhEǯť}K]uh Rk >.R7V`GYkBCăD֏zp9Hl&N[%3#IfFig+m5-J%z0Qf0%9BAo/ D/q;nw'_i?(]jrAlnOn&4V7K{N^CتO9̩`yJ czFfXH,vB C̖P 6i|jVh@Ў\XQћI'Ubawa@wWik6|u´K kv`oX^-"/fq \0VM /T)McPGhZi|te׸TJSدKJq}NgBA:!0v6JMH:`^`İ@&.Wt@ߑ=aGc (b"mƋ<մ4b-2ukM`\wPBn:6 bB7bzf멪Kq=nZz$/Sg=``V "_i3 m`yBTz%Xb+Q]qLIUܖ?7ɳ^n+dP!X.A,ܗr-EqҧҦ ѭnv|(cAyF%Iy)EP$hB3XӐ+JZԢ i\=)1N.~~QZ%&ѸaĹ;iyܒ4SAu(-S6Mk]!a;T+Qz#岮Q}z}[A27Vr~ƜA[49<\%S4N}U{s?Q l199W׳7:3|PQm"6OV<[wq=%dLat%ud9zhxn_ѻMw&: jw/6ߞ"4"@ yQ><:S:~N7GCwQh =^^CHQqkhh_~v$vraJ:1}C4 B {ji}9SըlgW:(mX*c9Fb"ѝNILt_E-1j~;u^D)Az"+IHHlAVCuc=y?LhUrr|}w -bTZjS -Baks(0^h ]d(G+4֑m1j!K6;KotH/`GIQx6 FVhD ez0F %,THM$󥝵x!(sO?L_6&:KraY, m$ҭa'F͓Z*Bt`ح\?F(N?#K9)t1C8f33nbgRWwm_[$(Mt "'(b~Jr Xȁ dMv 1#{B'n#l 'n3[]\f>NKg`" faӼ=CUSϧ/]~*QL_2T\ ɥLAX0᪸unN%.(}rLWCG_[7BTg@dIP mb MJ[<:ΜkFah&WFsG,RsTx! Fx0YB~GBԭ2EFnγ^5I͟gMa&~F&>n|^VVH*|lfSFڧB;JE: V?IFGbFc5ߞEu~;`O$'{{5Eܞc$ %\+8 OJSGe)Q(R;H -mf [ ÝoRD!Ҹ)pLiw6o\ ]_hd{ qt,REt7.1-\:3?S 8GQ9,dzV 3s~ي˿Gɂz@'ӑ_j UpAj)Q6C߅mŜ_)c 5u9y~ 5$ny(7×_Y]b^+[@b#G?'Wn:;+Rg!Y%Έ!'Sj9)9 b{|?Gw+2 λ(fFA!}&#Jl7۫.+='AYх)NWD̴Xڭ^w O=)fG "0nZ&IJn@hE ׁf/P- n]uG3)϶&3%C9)d ܨlĿ]=}Y>e{G̾XFxu`CMNprCjNϐm*lVxXGpO T&O",ϾgZ-wD% `Z::\k?)}2P{ؒt㞏sŷ e0> +%6)pi\}g:bH@6/=a82.$)k@ ׄ&s)W;$#'_y1A 8bI=8E˹m 8݋H7xПdwRΥ穢c6@sn^= pyi۾O뗩^;5h/ZoWH n403YbI~1+rj^PsYs0 AE^!!Jv]z –sM,@ĸͅ c:*Fiy#ss<\w,51OdH:mP=u U`Qc1 >h#RȤ;ƵsQ-hGHDOʧ{r3}%lJ֫ZH~dv#]ٮaY%Ex0et$9 X\Ky1FI',ٱI tu#ro#MNϷm«D5@PT{¼i8 dCle RTP|UM( 6LbcC9b$)[S/w $|s 9*a(?K,*ϡCw$+6w82o9R{]1J,TDE oG˜VzVs55@R#> 1ԸjߑJڃ@^W<]GQR56If3ehϦͻ|&.[7i2mKT99>_x}1iZD2 L9NL\{Z7[G,iK?kkq;7녔+ʼn\"­{@^~$uv ]2 [&ŒTkE!ag~j/K,~$e+07ǰ':Ͻo=6Oxs`RD-8d̀ۚ|w)Oo ;8{J⣷k|!GV^I 8Me >h-㐉NTkB氆͹tΙ<9pEeUp!e-,B u |j${jݦbT*i>bWaGHb{4c `FOs@pA^d k/e'R4#O&`2ɱq..G3TD۳6J{۫;^mO,X ygx>5 g","^9\SlW$i$1+] e3_Y 2'捩J˂-M+VxK\(d"SE>l@ߊS1Ft#4674Iu[t&'nWTY| ImG 9u,)3V3FuhwQj 6Ulҝ$w_<2]T !m{-Em،Nb;(#q97tˌ7 W86ԈCRk>~mAD]VbdKIJ{~ $0N]CP@Bj!>W]fp dJ.3VKKZ\CQ)U*w#ZFfͿ,y6妻8ʃ8@F] , K^"4Hy[;n8drj6ۧT,ɛUK!﷥yX -*qkPنGinf2 @_YFR> P m0 y7dQS-( wbEQa#L0|I5gnÙ7tj1OK*@G7Ӷnʱl: 7uB.?srÏ p qtC]qx/)*@,y"ԑvs m$9"MF0a%ڣ"W/_ę+ 2(k"%8ypIvW;>HWަG{d WpUb ̳&}[("_SԼ4934 D5A. bQK""QbдVbϷG@/+UmYjnWlr,ˈCu!;AbFv$FFD 4|dž(5Pߞ8{M9F:ViX݅_rft-]{(DTow.>;7 o"'+S;e}2 Xb8 U;YC>#Gҥ6)-Qp.r,n 7gGKrc~-/"!wy&-f.vۃST\.6*u@1(pk K3q2Ν+/5.֨*G+_5KNw-~VY8msZK9{M(.|2h7#.XSo|ʾTdsg3ˆj%(Hɜ _  ClH26CI!U `Ʒy!rz/I[^+x"Hը JY1Nhm|6pjX]Qb:PE( }vfzltEs7YɳtxxH^YOgYZ@=3\JJtNL:VkXHPh #B|3:LҏTKo!'[ Xs.%ˬ~ci/`ZB)sҋvXf3UQc?#gv4/A**gZjgA{ nB4Se<8tDJnV\,G7L7y aBB/$&hN& A~;β-1S- @\/~ W]*6}]25Nd=+n[_fXލ F&u7HuF f׹MQӓx9 Gr\ZW8AqL~t;r6ԕlX]zhEդSnpVqZӀch爐%LӁZGI|DL*8ݥh5'IΡ(3_ =4e!1[yI{7Ϩ Vs])vu"t8 BJv2vKW(( /EPDKV*ɆPsuQ 9Xl8 H& =)+T=.^^-(+mQaL > e*3jK~Z$@Zf(T% T0jVlFQiD= 3eNZe92yH[?j4lҙ;AF;CyqH\aO- PFre-mCdmLg@r$Mf9r Kio b؀򦊦b~׹鿤Eyމ" ؍7yk7VلάP{ɿopK~.$16d_l :!'~Rs]&{0y1fys+AVRL ˬ|s4[P,) T@| Rzt?QlZ:ZtS"Γ26N8iB086ͮQ\ڻg u^T}#؍p|B6@TpfUe)/,mqy)=,اQRTPI'Vƞ bdH"P~9Fri{a+Αj{ٞBj=S { {1ƙm͚⨐B-d-E8\iMzC8[u9oRQ (RH"޿'/clie\y_ix|\Q5qWceƯU0YuO]Uo\nCr`7:ޞ C>T.=/*guIafaT"ݕU=D>帒Ht&^޲ 2$") z992A%3#S*d ~ l |QW9[K v >`}v +Zl r){a'o Do6vwzg%A(tdd7p|'9xVs%RϬKEqrv|p`,U= ?buh2 Z;'C(2(=_A^y;oP0urE{"[dS"岱05ĤDG2DOm-uK8yE NAN=d 9ˍПZ4P%b֦`d{(1ڡGtQ%@sBb*3BxU[h'@ j09=im[Y^`pY m2ԭqه>lb=,TA\FSJH @˯Gquo".D(c\BUT<1ϕnP}^p|,3KT*jܑ#gYI>Wr@Ī%K?CG,b{*[\9 Jq Gݣ`7-/a{=^[%>&M0 8{/]S#Bς 2ŨWl+]}R }a+cձ#dƵI|AgGs27#//K)jd]ϫ~w|@{h+ҿG4@2u!L!#^m1T&.YFCUY;}gvK]X 3 V ;W u9PqM}2 +C Xd.{4#[uߛס{35ӣOP"_(pP278mS Da?S퓆+g> f|C0s lys`+_6<L[XT? 9|Q?InA~^<VD-Lٞ`ɲٽZ`}^|E ̲K6g!Y* q&enG۝׻++,ߛ#1<ļ3Hb\uz*:`ܳQ9l(Yk.KԪǗPm5}=VșEh62MɬČ1p?63\ ;%E\`JΥ2C5B,|s2U:78h]1=BdKGJX޿ s(2Għ`x#vpeEf+!+JHt2쏕Hu8>Ԋp28IG254˱GFQk[+5\ŕ0Kϒ.]\Rdg4RjEHP2bfzPBސ 㛝Ej5USF,ߎtKB!g+,jTU?9ى܌…g } o+00۩k`<.`S=(0:U0kV/0GVɎ~jAߡqu\#2!޳n˽alv<]sa 7ȯ!q$|.J>KWZ#)^1"IGeؓ)bW0ƒ*-*LBTaNLaxVJΣ=V^~{dKMt?䊴T)pEn4H}UYHAiABxg Ry@Z ә5W.VPoNFDhx7fs?II쌉)MC9#dt@l + yQ|BJcTt1> j EC uG4e?%JZ_ZAxmG"c!{!J:-ܙ8WfGݻNHgpLY*2i3J-K@!Dq &&8 gB3qʝUAEt!En.|;ZW:Wϒ]z .iI3?E wOU<̣?q4pPcW*}T6 uW`pi]pLB g8cUa$hu{Dx@?LqNw,̾I6E{TFV+J1s%,V* `}loRzL/Ɣy h#yt} 4"`uNb &:s㥽DrTåke[rof&RwN tYm&eGY>D_adR,Jr_!#*aEjBݬvtm("@tim9]܋)+I4S>H7}ˏ'1{ &/*k%0sDz@R5wο>:@%tH7Ua\̈́ YƒH=O&ݫ|G''Gcq$`m m"1${ $npNb8WOVq5+\wY`aZg<4tT5q7$ U%J]coP&T0xY*wM`֏ ck5Tm_%РAW6)R63Q+g p%ы)Ob7M̋45h;)?ٵĬSX[05^pT<pd]J0S4zUes#rpzA&.R;& jzEpA9+z=SrZ 8-킩&+1)o] -,8ըq\iD/߿̑r\ŷ.0E}B&P2fOEnĔZbi5B IY"+0?`T;nKS%MҰ$CIj溢&:%t2pVf/Z~#^JdPG IVW`r>$~ͦsuLBo;IwNԓ*jb EҫYzB59n~H^B;"ȅk*6[4]MDyUҕhHW]t%6 usf_/E[Am@)%Y%9RJ4oB*'дBqKU/Fij*ٴ|M!YOVd{-w3 ns63AsO g ʤ4k˕?ON\1h(=zX^p㘞 rg \mܻ%jaMhmtͮO&:Vuenl ]:DϿ=No#ڔfD`˶N>!ps0O[]vCMkE^^uO!gsβ+@0*x2$k xKW2}Q5A x-9JHʏ(X%kxT%><<ˡl5(+3oTSZm=m 5dDϏkf\-!KW-OS7ZxDq;v>GfB߲IO:E.5[sWGY?SWh W pPAzK@. aPg"]}UZgi7+5Ww2k+0͠I(\1 ܃;U6P=oq`gҗdQήQ7 025Fw_M~^3Y֝jC@Yi-V`Ply!-ADeԯ~ATsӳ&Q[*CշDL'Y(z6$zvwSIemR}T1=1{}S둫MƇHIaZ `e` l1o ۧp y "ZbBe:CreVq +SX{)gDV CPD*>YV[It{lNc y JٺNEr[ߠ} 2k#SRxւ/eexWO=j3G*%=g"֖ j":&I$7&ϙ ZіgOПV]? N$P wxt r11E4m g AD?[Y`͠w}c׃Ggn_DRL CZˎ 9>y;^٪[2! Y"tu6rǬnȪƻ@ߙ1M5;7B?H4MCMS06C.f Zdw k@ KVzc}U Оs[&_ϻltB_}}SVY1D-־KI9QJ~z'5F :3mڏIzޟ5/MNM3 U)"@:ySK K5e--! y>xѴEBKy$,$ I*x,k4H3:sfCqJM?K@,MXJVEZR K1N!_ۙi6 9&2`-N%OlAFZ!)BQn'v{ER+䫧9iq"ՓXI$4Gj T_)"m4! 1V;}b_T u${  UƓBG(ɧ0$D[AtGRE_~M.`qgs5MY^%Lũ$}t)e ]^4R (aj-]/J Zްn1'Aan]߰NG0tk5}@ϝGcsSВ¦d aL6Y#ϔf!TRho6 \gM{R(%6y:;'Ej 8dbϋJZ&I89ZŮ]^+yORy15eVfugB'(.Iťqggù}NySn#fZN"}7 G9,r"XQJGyyd*b_€d~ ¥r飗0̥ʖ] zM5f3r2+2y'^x6MzV z.E<mx輻 #?¡U]r:H[EKe531hL wEuƼ%1#Ҍi3g;LoB 0jOZ_EU`;=tƊ=4KΕ4nSCe7{}Yf B1_(gnؠgUsLOj^yRΤE6ʾ"r@yiQi,wX!uvz&޻8wP*jLO$7NBgw*BJ`H%[u6?*NdQ|f-'Y㠼fgSP~5`CLLcrCɞqW7Vr*GigfGW'x=7dIWxwJ b췡Nk:(R|cF{?tYuF~)i'w+zە2ߚ!{U;1^pS6]l7b&'}S0"z<ƞEoar>Z m3%>\݂ a"zLiJrjz,cM|@%DG[fsuۛ>~h6AmhxS_Kgdխ!~T>ߑ j)Cұ<b#q)X/ID>f'M]ƻhOdybݭh!aǙ;.ak}~lF'iYS*=ǻHRZ_Ij͇y;~mPXQ̗/| .!lSx"v000!dLrDg}͐=Ө1@%r^ԼG6Ǝ k){ǒ;;:m<[M^'7ԃUP]'7'<Ǣqz"f7xes&nֲ1N1 ܯ{KUkzO& Hޗz%2]t9ܤ/kts~=q+sĘ;`3SJQ%I]rkz}FJq6i v[gįJ<]Zɽ3k0q,ȝ5mCiŝҿҼ/='"V~*C*>z9؞ 'bl+.^Oep.zAȖ9KZ qXe@UQ፶MG< %eɖiv{]Kx{ 1oԣ,uD(N"`n<ǝUsU81?ϤSMKam1I:\ 4Q [ ͒#AC N 9Q Z|Bzc3hI5А=W;#;5\([–Ap~zLDi`tX-w(_*0o'dm-cQ9,c65 v ?}x}2n[ ʫ e~zԃ\ߌj4-,x8FߠLoFyOj&UѱyKHo-vYQc~@.q |C+vB9Hu`wU r?mg%ۼlq׭No{Eh[pK:x mlxA dJͽ}gY(' $e11 Ĕ5x"IPu$O P{tnB' |${[fƖ^ ?LlYaP8X-̤16 qS ƪO7.yj?CռƋOTȌX5o֎%4NivSv O!O fġ/,d$r܌ι3 6tR~= 0jߎFMIĂ(E24-HG-a@7|@Q 3f0Lʠg_hx E CvCC7hе7Xm?#ǚO_\`8/DNj㾨~j7'U #AэPN8 ic:夭,ˁ~۪VDPOn=؅6ҤN,nN}|^XCnΣX3n^`_AVx|A@ M I VWDWĭ[JK @;.(͝f"YVMzki}Q=p$􌦢H<ݯ!fr3I6QŊ!Mf@#vWSQKNAIiy-nf$_6,0 >-\:'jlVB;s:5ey\D4?9Ņ԰OwWz-O{yqfFvuR/h[ҠPtT.gj%e~?Ԏ X<į xCfb[, |W<ޙ1-3#w!wz'ɩ~aqȟl% }%c,$P52;*{B[Ks6mhYSf?.ސOkBձRt ʣvXqe-y %뵭Ļ7IbźEYNS T#|\'ѨiVƒϛ-~,4  r1*n3H|NLv_cfY%qfhp٠z˭8їMlLrX騻Tأ \p{^bCHFU +]~JPb;̈G}º^Gf(Vg3?bԴwm@OX?!ŶtzyC5%Np4{[Q*:TMb fFoCn-8&ǡ,IjrŜ<QK &2szbPhƆׄײXA .ADlctlĵb1Qfη(]D(p٠L Ҡlg~/K420ďBw@ܗp >vd;SyjU:n&a.&.A#H[b,oNܬөPr71hE;QKDZH.tTѽj> 3dC焘)(`U8asWԊԫΡ0Bu,NXԗl{槗 j̸ǸcjónSpDy98>B/ nr'o=Ai2@,FXe |:#^\ѫ,=j# )>HX~=uvHKv2Ko/@f˟\YF,], fXUaw5ܢV&: Zt,e[&u/+N9YVUYgsG]T@y/9+ioc9ZaH-5zxA{/sݣ_gYvBU+5:pk.!AsB. %7iWuؼ4+lB<})S [ L(l%6z@V9 $A tbE1&bmkr bAO^(H D:͒:HF)Sǝ0;f"(-cՒ2F?DyJ2G6H|B. N萑7G2)7=cB7f37JfD' 9(3)OkG`C&`cחSN|0`[Bz ,2hPFj2^zZW1irr.bAU& z%p ;dŴZ%MI]=PzS ׶7am:mMOSæc~ ,H)њSZ/3[GMcg %m;HzB=Wy+(Xwc*ڋ_ 43%c upVd wXIMKR)e/P!Lh?(f:Wxq3\\p?D? Bѻ C E~δJ$?;l U37ce;vٹX' O5dV9㖳ŕ}噺pd \OXgPԩU7d5ʯ-hÏfwU%몦?tu˾26%2UrV ֆ/[Ŷ@I۟tl~(A>M<5S iC;GjO>U=f܅]HVޭ_c~mȗY8d?N>^v//q=_D5Tz|WNhqT a-t@kV%3o;{V@"Ե@6ky%lW 9Z}֏s%o_)QNliw]¬L%FL6/rwӱx%x:}TF3?GEh>b | zgYdtr|C)0`ȁz \);ҙb=h!\JNWwq&C~c)h $%sN..Z'/SW;dS>fz{邓=x<]>1F\7鷯7ѷ[,adYʒ%y k+\kݗ?Wõ]@$t--Qu\/Hdݵk_!A!r6<=75w tC<+0IhYPWnTV[X9ydRbا"\,(lN^9u-y$KHJ+0,:Wє`$ хȜdrE\3#`dNpی#ZZaXҗK"DtOpUgS+}/mvDk@Na(}i*k_41 b9f_rZLWnPΚR-Sj&mZKgΉNz!E%Q}W[Zenqz2oMjw{bH?PoSl!:Eɩ,u5; yCIZ7C)sJ-\2_ӟ- l4R~:EVl9+x $6@R36|0 ^&Lݔ\W(},C}C?VX iX]д==z ꕾdii_UtVN( &ikfB0ܤ\ @ưnbZ n{Ru]K1NW%4ȌM}/t">]8f| x;4iNse=k}6䴴%of.jaIe~:ϻC)~ gzŠkV(בW[a/@'M2rcmr\GP=oPUɔ< ϛ*Pj-G{&]+zv&q9:"=_Fm< i[~պ z*F~K9#|})`-sk]Gћ8Yl&Y]3Ng+Ķ|cwVKWSM(3 yMYv140g,n(qA`*]I}= 7\&G]ȮlI 04mW:6gt[gwf`?D"z-Eˌz3:K]65h3 NE>CfjVT`_T2@훳 f4ftp!m^Nc4Qgj=6\$KpiB=I6K[X~NUaT%D`'P>J^y5F([wBO$Q| Ͳh;֫FޣKH/N}A K 1^ZN+,n>m>pS}ůi"gj|di 'ym)iB^qLyrxwz;GF9ߕp[C{>ArҢ '$axLp6MF)xʱL E^+y ^届|u/.x!ߵpPmgA/!W< k53xq4vIZ Ғǟ &ڤQWrT}B"Uȯyɲ6T s<ݙByOhi  ~.Vr+:rʼƺ#Ay M ֧>] cjmO-*)HftN+eBлZ洞tH3O2<" .AEN@LiɃB/G0U{#w8nXR HK@9;W> TFZ+32&WPy1=Œp0[W jGͬ(+[3b.mp*6$x? U߲sCnmSZRȭ/}kb DNVʢg͈"wÚ_'!co[!g9T"NH8H?K3ZZt4 C&κ3 9Z?8ѺЄ>ߎymY4)Xcry(yIUSEh›!UW–;[UgN͟d 5T;te@p]9v2rL,yҵBBq@6MHR "m mJ:}I!Lv]7A-m#@;whgg4W9 g-MRGA058nHy&s+@-4|v6h ڽZ2Y[nc1!?;GINv 4(gcX  cˈg4ٸH//yqDL?Llbk0gSIгHMI~CZ..(ۋC\dl2>q0hY~[u/\R%7u(BN~.lrҵ,>h=9 eV@ v_ Νdٽe \Hz*AI՜lF?}|G`(%D`=Aqiİ,Xl ,?$:oz5*b&l؃%;Rr0UzgԶs,eo1V"B=4*5@:k#ja57>3FN(&r3*(A 9KCB#DK}SPFsR[ v9&2\X`KOLc@rhݤ鷱HO\|^MVK$:`ߌ]9o"&/Gt&:C|>K 9P?>VXSDwHlGUڍs:(ZQ<米@JG͠фeײk-K-eu5o7%QN̶K/"uk!i\1y$7Zx=@@mFG҈I^3lr?q LK集OJ@>#j}yQu8#۾7Mo>33'`(cz)6HeB@У L/7 ?zebяvxF" iYo$acfb<\[0>Xq톽XKrmvm(8ZՍWTMK araґCciKe6??&h.J:OW½#͇3u$csUϱURTAnS?@U[ִWa `nLo5HR& zSK6SBEsqgĴ :\GatCy5&Yp|ENx&'镧·l:B+ ݤ PϦd~)I>/2O xiP^2itҾ.7t||g7v_Oym)P|8;)9~h?X{6%aVy*q"bXPXˏĻlY (/4UĬ65hhxЅ{#PYWq$z>Ģ@˦;jcoZUfS8٬tFS%P aO!cXvgHѓLe',׭)Pj fQ 1ƞZI wvRLy}U{nɟgJ(D-Rr>ځyUE?ꐭiQm%CTՊ,NtnZS6/*H!:7 c ;,L8/ib@#U7ɨC[!CମeG kԒuUݞjV4̍|:`籔o]zH'K'ZshpALAN1?6$o_ .8Kt?w,7,NR^0&B ޷tś qxG%\K3:Sę~u^Xq|P&/ B(֯ |$\eRez9|m,.IA&Nݛ?SCb2 ny6[t+CG["n_lx@77^ 騱wFЖ0a(H#,ۙ&9cœUD],7ó{ջcYO7,(Ũ(ԯdqaa,':Sz>lci bHZk ,V]w!}0 MihXLdz.p3$8!@LaxedqihJ3Ӱ˴'$dD ڑuuUCJxoX~O97.[?ME{8Gv9IW=+6eR)8f譠]=hPXdDHGyP1D]F;LUdl3wJ 4xrD s =Gt&uⰹ"`9x /TN`It@8sT3g6-rEh)(eØ055&Q `QhYCy,%su NTeE˖ވ w7K&r_2kmt֦Iu[Cg#wطnCaWroN#*+zSNRsN z?z  Jûu. \su`W{Nž܄CV|sXy}?Csb sm•?5Ljg[_߽pkS;̼ q c ^!,lKo8EsFfv$->Yxє6l{ ;ڄX J= "PPtkݦT&B͘BA[ 麨׫'2}2ݥ o `x⠛kO^5a-TUЊ8HM[Tbqz#>y=9JFOȉ{[dq#r| [JX홺$?Y(POGЮ`KnY6UQP/{73+X۪\oG$ 5X?Sۅٙ3M /Գ5jc-"z槊s^gy)~ڭ}h=Ȝw[! T;2'Yv[e [yGAEr2F^O?\fP/x34nQ(ܑz&jnkA񬿇.dkv3;5z37v ߽"ĽϨsbU!+ʷ2}]PND(d~2j@,uV5Pt6$n Dsu؍]Mr[2[|@mQk^k{ĄP]&52seR~n'NvZ2 qS}gnScvY#< bhX}z>_ I3bEvG{uIx_dhwux\2vΡǃ`J@BG2 ?U~!J4WEYE`dPՕnqd`MՇwIapz!FS.>^ՒKG|@o#@⤰soƏӕ~ 0Q}7YM )i~4>֋ͰRW.s<6HwĎѳ);qdǼ!-K6`kœOƉ^}. wD:yp%9e{4"0TAz]Ls&HؠSn&8ƾ:>6L4"TE&bUN!?oc3QU )fϽM 0/z!Nn3_OUiwAT ':Jܣ ˊlOU dfdLMi'C' B@ Y-P&4/ j '5єK7販!۸7sh{D\'܍B|%/Ks1`h?<+?R2g7R*VQ%5"Q ;@ uDˠ˱,D] IW:GPVo\nW!V{Ŕ !9-tShKmF?i[!@}E۬K(i&IڄVhuRg brz]jG??: V5d9V5FAu>/HtV}~תb90@^TA־̗56y)N~jL`y,m,fX␔axteiHa~PȂG7!M{cfZ %ObZ$g*2nꌂmFby d:uXMcFl"H*Rja>DзO(OC}wш+ 25 !bۏ_3,( ƒƘ 9EOK*sYG-y*lEF^m?\Fc.+2uAGAC_BdQe?OkjIx:M!҂`bqFzpRR-*1:hu֔O\hDYA{s<^Ϊ$a.+k;vd~jGB^.Q^mO0ڏjJϔ R8d=p1Pڷ(s y?)2K = ػȗ]2z!#li3/ OF;e-H Hx#n7R C_kSV÷(= Amt^@v %z cA"'iq%ˡFɊ#WjN{ǡgKႄjڢwBRp'WjrAaιUKຐw%ll[{ s eVϕyWuK}+E$߲{#HMf'lcZx}Mp< ]̝S1|Z69xI2z?.&%DN k,͒DƄrO֔"m؄BZ&[^`jAe'h^FZA/`2Tu}k' _Wc(˙) {.ve9!Qc~۴ Ȅi$?( ZdȞeeV'V!utj(%v!31[Lz(3t;3ıoUp6ARZaK 2x~ay*=N4K:tWthx)4q@ɥKbeg|`Ir'^\(GIq$Le#-Ey϶*O9W@P"j`@1 l /󒍺Knn6h6,cZ@rvk|Ko1 cxE>n4'3;kOHXJoSUņ5.xk?ܼ1+i=*] 4F4,*[.MO&Hq-ZG0hhNAǙ(7sRMN4iH@PԨ*2 " > MaoiYQ&5N6P[qWb4앬9]Lm\>&(QI!ߥK@EpTM`L `qJ@P >yXs#s +2^1Fēhl*h֎O0TLP1Ztx6+eG|#&MW"Xz82ypLD6]ŔȖ3TS *yXfLP v=z2;uMo Kh4"# {0vOk?eF&A)[J' LFׁWtMMsJ~ cˤJ^%9ie~[eAV |\-_h?-C>G2;!4yfXWЋ>0^)cxBG٣ffPuHPę {Tʧ BaU7̣A9a{$:["WYrO!9A|jIN8BޏM/|jM7\E8MCO++(;s?'WoZ2]V%q1 ~ػmETQAllv*jH[$x v/,^gicz񄕧m ;jP.-$3"OKMgl˴}-.LM7* X@kn? :sS OufǵڜLH s.c-srJMg=TS>9Kq|؅ˠ1 FM>ޏA*+AW#@{idW~[E`DGUV5МGֶ[ߥR|ގ6؃O 4)9J=Wiwl=y͂N !(&c0^ӡ􍍀'}H T,!m*I~CEW\: d>ȀqyY25gvg9QwZ/(rU;ŸSRc;`n6DFQ0<B}piXn/FxXz.m(ϴTHœbgǰ’Jf0 ?OO4\ӏc,&nT?ؾA&fj‰mQl: 5y6uFq[[C _o8 ,bM>hg_(NpDNjE$Q ]ǴcJ eux>AQMa@|m^5 7ȉ0S=j8C7~<,-%!JyP(7ï hr$NVZ=V.n_+_%ϥw?*-"ge[,\jFlx!ArΪk?jGcB[dM>neoDoGixBP1Qria1yG|\e *U+1 /r ?L&{x]bv}d'K<&O-hz,8yʎme%tf nnSllGH QH!; qQ<-^ٮkSP i\EÍ8`A{!lkTqJP_aM,MJy=rg@aL ۦHv\,e]eDTpF~o|B2Tq.*#7<̦'*8;ijƤg\_:[̻UhP݅Kf Fz@d1fiN x/#7p:wEiw>#M_)hvpe:,'k1؟%f`bdo CKj6~m)E4+nz#Lz޽s&=:Ds zP/h&ql+@Kn*s QJZp-5cѮK5nyjoOg++F | LE/lwowHVɦ \{Q?^LK#j,)=܇IAT`k.8Ոܪ!ECp*>u?__"Dq[ȋ{Ȳ@ޒfQ՝zE&]nȯ -Sb&R< xLg9aFh.M8ώ)9ЙĐx' 쁜%P@cS`^FՉ܌>K!)GZoo4t=+ lINX&R}O(PۏUss:Y ?`v]!peN{> AXÃӦ 2idEl$b(Gce0k' Oi]GCU#QoT v&\Kvx;o-ڛ/+ҊlDP?L>} ɱd&zI7v(+ [ŝD8f4K.щ%sPa6S=f!3oS;hW># =V*jA CG hYRfEsEufƞT[s$ rR^pR#)GE}jӤ*|ÅI R$S[:{G3uCBމj!dAv.bP;:ŤdW51qAӽZl\(E m` 0+>=P>[d&$67g{4Z %Z3nTJ#dP10@$Ld7 jkbt"Xiz]l=vr8q"'|bQE{A`>xd6ԳhT25ȣ@k/Džpr!ȊN釀~*eHM:ⷛVXH].d=%q(g&a7 ` &o0i"4 TD8)rBЬ#> 9}I"b^s!3eLWK`-4l7TeRKtz:N(4`3b+/QkCeEڽ]wz_?Zֺ;GFTiVG7kJr8X5 u%f>^>{LK߉3x)^\nsR\U'4'*%^a)]>7./&TamkđM'|wL⵱QЇOy}ڗo]<_iIey >uqfXdH&s'qPg5Zp5c+جwŝck6J6LsI96$!#ہd-98`~9_:<<-OS IK|Zi' ֧n)n֛2rRO(![4"Do8FK1?@ӿH@OT%>7!oPm ɫ]iGw w?7uZ嘬- ,|wڸD@=S%CQaU7aqz9CF`=O/V֐3Dd`B XNSBCfo "2{ڤQ:Ġ 0F{F#܅fPJEhx'C۠ X{=kjHP 3*$8ʂ-,:eKAYJ Eax۵dpYcXtr}r|BYe#)x)Z[s{L Z7_XYoZI[]$Np= .d 44A)mdeBb2e'8ל g9f818A#iCSX;5QjʝY'zXir-]>gZgJL p8tO`۵"y 5 Z!$T+S,݌2S뤆:s7,ɞs72 y*XqHąlYa68Xm1*[fˎթh|wj]S_GlMKLXq"|ej4 6.H5s蟋`v:\ef>=yӼ99ߙ>h\64&% 7)V|ΫLKB\8 sj/]Gԯh(ZC|9t AGL<|,Cw6aE G·/-|Ѵ$qtjrl{B[ |M4 _p 6z24hUۋlLJ.B;iEb]8Bk#Ùc"k;uH<\)>I{gy g7pĽaM+eZ}X5>5M`s 6cuڎn0 /8q7n8;eKp\ˣG(0 ia$|DԔPd`;=_uA#q9 9c݅R h{\8ӷo?u:p&ͪXx-ޅbc^\ϐ )Vo[< Z Dtv, #w1ޣ\݆pҦjn#35[ɷetq3>w,85vSe}H>8&!1,-V[3hʌr|dW}~`6`}_*{Q*֚P칑 ;3.F5Puvq&4v읊ʅZΌ@v5xc[ vvqVeps9ML'0'L;opnA9"ΧN<$!+V+Y/|j}q〫^̴2Jeps=8g)IQ8V"S:1?#}sv(+It=Ea//T 8W#7MEo_T1-X? ĐŬIf-X!kڡsM<5.Pso g t S01 4ֽUL)\d+u4X]Yt3}o}$m' 5Zp7>dʐfO 8=н-G}o;ᄙV-{*Ŷ鷑4.m?dVm5wdיnLX쵽]KG>8g=~sYZz=d]" "S"h!Ფmj.Eᄘ ld F۹v-u>SdP}=7H_|L:&m89NcGn|SL`uw|Ua1/'$Kt6qۖĴ'QTu@ltnXaSt:\i0mdS\u&<\Ŭ8Kj(1K$:PV" | z=cl"總 -6) epC>909TP3ihIXVD0UR=$BQր`VNNusA?k29 H?'ĕVw0[ܘ$6P]#++7k.P؉3,H&Q?a%߹Īs.7~G pB-c/`U'z%JldkF<^˵bw(?>I@thfsJ"\IHS&$ ]8ϠQv$"kȣ$2 \@{xUCp{3rhƦ`oZ$/LN*ֱ7;D /8|IM)!Oo7mG5-|j\ާgwf-6Ǎ}%F.MtX2s yugE NIB"ǹd`S™\/XCGf7\]{ח'!_(rCHS6#;$WCm! P, f,Ÿpx\&Kv@$Oa8t٦El"M36tJ`Fo_?緅)nGCS.ҏ/EKvLYZoX"A{>zjZu'ˑMOưٺ/Ɩ /]lw%v e㤓8mBxD͊yz6ƮgIm~.]G) ,Xhbcz$c8k f1X؅O /< H| {7Hu.Sc=}%˄zyN'cҋ&ԘilFIleq B^̖ ,S#_Em55YSt^xNUH84l4@ 1\"PKaڄX&Ј9 X s *jC%|c{ ;hkH:RTO-PDv:vo2:GBR5Or* ; "%&/FPܾ ,b>֩| TG%!pUma< * }Y2>>QŪ,e?Qu1ЂڤoC83ȌQg{wEpB3WxR sNՕظCN (8 xC]uR#f~`)x]EMy5TX$1=n]+۶}qU!)xu1$>Uuޠhae;Fކ @szXih^j5K=V~&6ק֨i# "Sl|jڸxW=.xn2RG>X >hSV]6wB ~n\e1g7Q7au ^GС$w7x=cM~K9C-?bT3ߌ#PS_4Q${fOcW`ϊ!1.HOE[/2қ1l;Wب㞉p!*68~EH5̏!r@ErcSukrPw1? GoIIBvφ _=DTH8<vB] $-WP,[ &bT;ujֱTwj U_x^Qeu[8:(۞+x&#u%usLF{%縯%LiXϛp檻2R*dLc(U|T`,`[Qhkg'O hnDx2כ‰3l|/L435'ZrRuxx*ix>۟]N`NiۍteC}֊%eˇJ]ur쑩}U|! lĸJG'|b,Ɂ쇽ۺX[7bM8wmu Qf(fhTl |<"5V奊e5Iѡ~Tmڦd'kUhc =>uwFzJkp&N!mnд[Ŗ]#Ob֥51R#[ DA!@ MY /^\L%C(E:X;r^QF52GM~?-`[ h#IGHuu.2h` JG&1&qc46F :Ve''22lu_5T(;dְPE'W<4|$GҺ.N}f2T_^$׆Q{A,%&V.Na/;N3XWBf;"b8l?pC!y+'bVx7EXzVuE].Hыޅl?HqV$s-V @Q&ެWǜ ~U@whlbsΠF e J (`{}LTkEAΧ ڥ~X~w_'97ScpُMCآ׏@K$a-QƇi;ZkE=> ՜_:,')SR>Yv#>1Y>۾9 2Вi? \%`'6m׹z ǂ)֓`c*Qa0x aoSzc|ʡk![ ~K]7u㉘WR ڛΓuHAM" 3eE4Vuvᐹf .ϋh'>:9xW(WO]N ڨd ͱ;a"/p~%84j<`!=MFslhWQA]fcC$jŷ=6MV6N%IPG6CSGs (ؠch{rۺ*)URT&{ +\D/22doqKH[1} ۧڹw,aŞOoVa)twGta"sdX.dz0(,d#NE}3>QFd+2ǝ2_C;J>fqufMp)(&2 nSeWu."#[fwn"Ų# !N `yW>t$49H>L J'2f|,k;¢W%$% ͩ5uJ7mF{(6$:"::16}NRzDU&C'IRLH9-yB4%ZsM L أ)2XONw4Lף6/7 ?a1ƭ%yh˚-0ImSSKvׂ{7DNT4auhsgiu )x]cLvAc7>&i ' +,tu않+Ë213Wcv],/@OjR0]EN|j; o +fQl^H){ |8?-ӏ~6OXa+Jr o960rc Zu+O VQ ږu^d+??nXT4Wsc^"ICh۱xȭel^gCDGCsCPת^!It@׭2ys:?> C{Cg ߢXX$z/]#&ԱZaT0պ17@2'$2 ɦe E9 QڙSˤu{vs}|EB]p(޿{ ԯMʡ='W"oj~ +^ۼ\ N1uWj,PTI1૖;ƒ@ 9v~/2Vbt8k֣{'u9&qg^zqڝ=OJ&V6a{Ӎ4pMKo.c#-m$}Е Tޖ"G;t]b=7yPJ(!zk?:<ײMLBV:rn!Ѐb%-˸wW1FaIIIVsyB(='[t"ׇu_ZUӲfB7@NHmhO6D-S-t$'.br\lUM}˂}zj%9i9k3M*l7ԑe@ORˮM.) P~õ$ JT=kndƕB,SeAf9G&LWOKB+)(fFHpI/[+#3+-JȒUN>&u`9Y>To:3'Z,!o'z~sM~m w^aB([Gu;l ̦ r̴O,IZ!+2tzU&5UpJKq/OB2@+h[hM!:WD@ /w4!"=O!x\iB_/xs]P/ JF!ih6?r(Cm}R--%( lڪ{AG}C0UXd.NKk&BH/iN(l=m"V }!+E_hKcᜃP=Y$~=1 gkvT&F "_^2N~{ =Y<ٵhF0k.#Z"{2`\#c;$"GfB?"54b]M[;zECҠJ2qE wx\`kA.[G#yǎHyB{i ΁]m|,jJne+nJ>0;.]Z#IGѫmeoKMih s/@MhJhQjuV5vxSke]S8DO  x;GU[h dzp}=dяd)D,T`uCBW[~+l?@KWby͕P) L^plGZH .z O][iWh]dgjJz(NX-8-oMEa VT)kb~{Db{WRo܁]Ƈ/`E8G^Xʶ{so+pϬrLX )C`nRaVڄt_dQ"}Y6l:ՉrbN06X,q2\nf2߃ K-E὎ry$o2IQXƖV3/.`[ nRjwq(`&.k9  qsN+Izc5,WXz?uÜRL {#wIh|5rs.ه-#bl,n f^1]9MJ/l3d:b&_QbЍk7 7r/W-((OQ@-?LZ'p/'_t^Ϙ+6e+gf{qqDø$ί hEd8H&w`E8yǁ gI^Ahl ʞCyv[v.IQػMgɒ[ю*†ό\$%"!5 $b^,ҍ;##6 k̊$jǴӋ 2/5UqutITia Y20n#%fKm ~j$Vţsiw?P<ȲƇ!.B$ݥv?}yI*c&pwpt*fj9(J"#G/`j ZƔiٷh_wB vv)~fa( 0h6C0 2"splNDɞ8c<Ճ? 4 &ͥ4ـDdW f) p Hy!f $+xFS 6$~(]eugj,VAW/{<[@Nlu/s`o`ISq"_2fo+Ié5I(R_XP>׬e璘Rr?Mڀ kpjuJ[Z99TLKvubXx@q;Jj!Bx$1d#a"l/-+y0ϪS Z3-ؿoxU#.lq6u?w'L>L 'vug>W&Vxp;O+5WWySBTmQO9#od?.bjl;S7>[ M+*ڴ$p򜩛N2JHEN{NT/N8p/ M4a,;MalCtƄYak] d*w䞸%V7h-[q2Xz`'z]yjnހN.R06ޝW!Wfje} {1r{8 p2O-F BG I=aGavĮJ{8M*3@h8&~;ݿAIO :TF^R['HzH\ Gv:o|ݠ?{QSG'*clpvh]~6tU'# +wZjW&Ѕ)FYidҙkG/u9.*4fUo)LNR`VM/0ThW԰t#F4)orոB??zW=4ʐMx$n9)vc Y?`뿷`v `TPP\FAM^v =UCH;'SU\AfX QprÙRvٚI >@ޝoKdiM(o[eq $Ț} 3VEW9Ӯ5V& q[M#52c}S(1R  ~\q- ԹKj l&?I{l7`H@Wog{z1,{P p G 赦j lw"Ix:u>Vd*ւR*} \u.YS&KnЋ:]mO F,d-r@e1+ ܩQ-)V`7t5?kEhnh: 퉥e!EW;7\̾U0uC1|(mz*`>%#Bk"8EnIؚ<Ad,i1i;z8I ! 5ͻCjFoŝ~￁[r98%O=׌/of;q0T)d?f_#ҤD{ܳ"u+&jag߅ >X4HB^iڙql4G[á [ tYm?9Љ-30:`n&:5rHLLI5ͦQ w/O4̧ٷ.}l# ָ[#8nlUdva͗.^KHX8=B^ܱ9>}'xUDq V;0N1FAzml8Sg t0Y|ZBޏƋ)DTQtC r ˗珲V cWܡ?BO<}8Nvw7t҈6/ ێv ŝ](8hul~cπƕ8i$LϹT-X%j g¯n.F;mϞݎ_0lkq3\$aȺAD ?=LO3dnLh,}"b]; 2Bcc33B{1B@[!%U @9X͹` o^@ZiyzQ}_SB?)jʾ3h]zj*f(䷆LpdaL/wa k~Vێ| ǿH_ v/%#=ӫ"1һ6m̄oǹŖ/kƉw>1 %EձFlǩ$=CdlৰVxQ3^rm m{pOF;~ *WAg:=czizZ/~ynR+0e'KbBYyVJ c/e8wn,~=O5DUC|XbB*թ4ٻZC@,̥+;u)ſ,,U%~uu{8kF䲹XԚHw߈KQ'aHK|6Zde+!dp@e~ūBܢjW%m(݊_iy)B0u ;RI:h9K3s֙B/}}STޑR@B?sD TtLm}AQ֍&ĵj t7=$~z" C' 7xISRKUp MtFXIwZ+yC:O+٠Cs>dt0|ȅ@ʌPa"QD<qv "آkR.= 6>~s˪yz*NĪ^AEe&÷ |e43vvxfYNVDwA3)v) eնޠ$:R'gM:0#K0"v*:!7m6~H:o; &tfeWz 嬳#ۗoݼE*wJ!z.*zΘU31Q PE9 5J 0 RzCM^˸ ߎ   mF{ ^}ĬHx&bCUϊSaS,v]|-#*1gU Bk5)P"Fk/$Ɩ`Q%dw.vtܯNoVHl_$ j:Eײ\16-joŠHO]Y715Ƌ$ϔQy +;D4oa<"Q6ad[*Ϭre,ƳbR~( m$FP(pp&_a|\~;u]*v cy1mH9\f %Ԇlb! Y 'Up.')oVr}w",{BTgR50 Fb:}3.Lс@xbz^c;nw_tޙɬs,P~הK}BiW9L\TGuPgb+vx6hO`|ps<֋4C>Vi2ݎ @=bQ#88|G,< m"qڧr z7}v6 Є <{ARGj*\%^E33vg\P粻4?<0۫7}}caf>_E-y?]+W̝`mN|C\,t-fW=( D 0XJ#U%g)ew^2&f+I[g +bl}iИKa9hCE0AmX"ֻdڍ]Z`,^>m|#02ط:1EJdΡ񚑞v8shR{rm&ݾtnѶBr.Ԁ1l7s1"ԓMvk+ĺe/[:~ˬLWQ}>kR% 8kbME\-0/tdh}בxY۞<sS2pS"fH:!|ON~L5ǚ> z'wK/G /ӈ<);_81OFxUZ =䃊= ʇjIؓQ?-?kͫ40A":M*v1$ [{ AO֫MКa0Ҳt)v^`H 'CfE'UT*^]T/`}ț_q7 :% ]pt|`~ܠsy!:.|6y}!Z)!NLin<ֱ8]H/4\M滕 1I.@eA[Sk̭⾾xҫ1 oDMf,:_L^صDb:j|*SϽw%}9/¤Beܫg/P5BŽ]6Mc@l?/$o}{t[qzP|s[K [Bxm1Iɶ{fkݖf,C577inǚ] 3qCFh&@ =U̥秳yظ;9"-Muw [wIB>0G jqn!Eވ,_){_:ZVj-OPlXy)wLO)ƪp)+vTW*ksu0 =&핬QϬZ_Ĥ7qN^|F剨uG-[:5@"СڬSxfxlȪ:_=Gs`@PeVS-^~kQZc7NAI:yEmA2RqeI#|3%ܧT6N s$7:8wxkx o.|+#cs_ VgZg0m̆Y=x?n'T3 6^k xwb MuyLKPXrrrRoGvi4;\|9/# a.ᐚSqZeN1J UE`'=a\eW L'^-!g8IZSx E MoDx(4tҢ4[ t /mYQϑ|*|v@ 0^'^ ~t]4.΄vSYY}7y3aّ2uMI}G iw1T_X$/xtPv9%_5VUA+J Lq', b-- ,zmj)Y"~'-PvMA8H_O]SeEy,N:SG3";+e1:pD'CDɍuo)Tԋc]eJwۣ~0osbirz;ky"C,얗?NDW:=o}kHQ+W㫼u"z<9>NIEC 7{XNbIy@ba:|ˎ(Om&rfvJ&UqH갅AK髐n,xbVqf.0 Czr~^ ;{=l~ƿM~5:r55'qcYGnq~NFO∳}ۺQ(Rhg(Bq~PL!6}P{9`ă>tB#Aijږ_Sw ]c;dD/ߺc͇JW4itqfO)ַQN?%cű-\᫖SÎ^Fjf5ISr-F swҗ@gW;ڣHGwǺF҆VD 5zԠ>V4n)~٠WeQDa)xj˖[J '|yIj`uyU9O =*4S8="OƒjAC_1h+X˻.p ]戚~d/h{1(q >F%\Z(8@@/ L}Rᙪ&3m htuhWWs+x!#ۄwAi5:5!;V'Q]cF'BGI2i?d*!҃W>IOo#z׀* e @[+Fz'w)IG x!fVߴI&!j9 ,d)T{OL׎O ;g됶onmǘ3 9 'mKj\–C.Cj(V.Q>A~]J?5?; lgKb]S;[p%ho#xhR:Dm#) 1l+bA~#W*!OxKc-v抉IzM+;UbГ>]T`$$X!'J$Ȓfi¼ܛfmA-qf*S42=& !!̐CS-`P-/>I9'ta|!@>A3ј sO=C)^'j5 }hpGWnUv;{zl Jb'G{ ΟZ8T%-sKaL\A;0fh;U#A&B9.qlwFk&Ջf B5,`ԸggYPqD);v7:c;#`@Έ@ڊ/3x̖";^wW/m4Zy/nc RWF*M1+9+"ALGAI >&/U'saR4BL9)â.iYБhϠ).=Cp F%WNTwfj,w8L[tg;|}f`dc5Y>VÌL^OLpڈ=XAF,=vIb͗TK̸w 3]@oЮ85 h^ smi9Ԗ:4+/OM|%ꤲqA6;<& Ff`lVo+333`T/c%. 9;I!T;5hìi/-uQ 0֖<2mg tWV;'=HOI5? ՋtqgCzs+!77CBl Resgɺm|IQɦ#[@J6[I[o5 dA3A9wI?)@U 8=C!3[egq -5YL|D|vqt"G'g0G/ծ? ][2!f5tq(WN4@ջ)dkLn߄)gyNHPa^G}# 8?lxi#YȢ1&>dh+5]Q58W8_Mzc%Crج EM-ǟ"\SPFmT;jFÝ4 X$`2CYnB@aA/z Ty!?!-i},tAYՋYoTHm!,e.fRSjfpI1"Uv}:<4uT,SH>AQb^`& _,:O۶"UM.Z$-F@mMw+AR|PgCS(qVw dC;*_Foz<-xZ?{z:G%`hn0bW{Cel2Lύ3 @ dEvMK/z-X_6w:9D2˦VX]BkGۤeS%r~ txQ"|SG8[|}]uG"3\<&y1? T}II]]*TQBaLunH8S豈Sij2Ԝ 5vlj*Tit_S9 m6~ 5?CM`5\[Q_D.? yxQ?q1Y ʁU#xn@V0f 0ӽL;P+ޖ"hƲT"~YY79e; 91vp>&gIbTW7۩k7T戲 Pt{wc:(WUe M`V]֬8^s7*hltî*iAi+eQxhmwXO޽OWS7 C$ D ȅ}C:q9EKf] _ gD%y=Wuz@`5fco+(IR臱)!帮xt n"(p39 Bc2qfauɎ=0'bvYuDx{B3P9Dy:ԉ;rHsvq鎐N;}70r-S2 D?*u_L_MCzz#M_wƦo:W0k -:!Ѯ^FfX^1t{,{F?^{*:"iPDfŐCS͏,wFC(}#Q/%_mLV#X3nUJ hX| 9΅9Y̻E;>YB!FV{ XTM鳵jv*}L|,S&6@*y q*`^iwk9(K~KOD<{U_ǙYf @ fIo)ԛ6tO 5 уI=ePbp'ӉrA]J2ږ؞! %=Dr^,6Y_~hhgPgRIq=4-XŲ>GLǼNʾ#>,6EH.Qk"|ޗ;Hb5=ܸh嬡)0I ,۱+ qZ\ /ourcXoa}l>*λ@PMΫ̅Z0u52Y z\ǏG[sv<2ìPPR)!̾nhC%nNxXI&xQ/L8uf]=UC&!DA^ө@DӾ}tk2sP9P}[[!ဇ%ٖGqŒ]ϝa66 + fׇc2[l ^F"F3P`$vg6(W S@jtKoCO|'#ȭcA4fcYq5F4U 1VjYrmp3 QE[eEVu+Uu 3}:buxٽtr/a)K*I }@mR#У36XL&ja>{u꟣]jѶoȆ#2{5^Аd-ۻ-Әrs.\0Tɬ-/cD0 ~>D2pЙu\jDݹJͥC!p/?k >̇ }9wkН#ITCǝrx- ZFjGEOBf 3Z@I β#\5|Fm|%8:&]@o qsM]^:-ʷ"^Uףվ\Biq5ܘa:X%"KA;~΍ GhY6jR&# ʜiJi$ſl^'WeB{`uGkղJ2juM=Og xtڪf֩PƝb?j%@7=_FYktEΗI8ȍu6BTd$q KqHpGV)2Ӯ5A/ij}(I zbwe{1sDlv<\{Ɵg׋2- Y^GoLAEj-`1LOF$rv^3i a:c4 8$egW* GV^ *V{7Tm[,L^h(:T7&kF"V vaG_:$~l>DFmj!'$$% ]Z7df ̼gPj)3 ax0ȵdggcZ-!jX0"09Sr æ6 T t%?05xa'%`Fl/j7߂ճ_`d6ϵn rи"$M˪?`![(Vu}kI!NLj_) _揝 %i1mr|-}7{Tt  mPӥ4Blp\iԗFm]8Em6p2d@;+KE T$d]Hk.Z+`vٶܳ%#6kG]Ek'ZȑL<+ DfX@hpaLN#-^jMGQ.ZC>܁o$Wpem/b$m+OJbɂ"B#t3?̧svJ@FA; 2R6`!Vt"|8}|(iNۡ vWhN(WM^+^D"ҷ,ʡIT6Ng^ 3|-YMy1X定mX^DcMwmn* V";8Ca7)|UYKzK\:gZ~ߖ$mSWb!Ɉ/lܼG}K)h/~j%an`xM^&K@i o%TܤlJ)Jde!ZuWW-o.}Ik(İ$(9AfV ʕfrvxЭV28d,iLY= >?0qLJ^g~YtZ%Qe_wpcM{:HZhFk຃12zz܅AT"Htr}] HF1&YIT `t@on@^oO_e+_W;(FrpF+\>J b1SXflzqв^i]oZYS?C+j=ðs8zESeUJ@k.CnWұsYSoG5ų~[:(>x:OW7a8B+u[c5^}D",j$ge3vX.N0mf{ۜf5uBfNa*kʆLFҍ!z9LTZv"*7 ߝv#,hs@ K* pYr=G.C,IwqM'1G`pRv?&!OBx76CJx@1PBHMH ɚ2m G/h&oYY{6Xkr Dy䓞V +[dʴ-hO4~JT33ǸyV1*)*U# ȓ\'BB4qu\!ηur)r "+g'0 =bsY8L7YV1PJٖ/G oh- ,UWJv_%U*E|v?v?APܔd}m*h!טq;>Vj:=+%8 =~}*#`nّz;0uTAGxr3v6NT:(˦@z=z x PoֿCMD &۩}mS'e5Ѡ0*#hc%n/nd0<$H6 iІ@3N 5: zB*"R+86T鉈R.kh9ٽI\D 4IsdFg=*`'K>3'<g9px0:ӎ %gk0B}ڂ=_$Š̈iIQkg8mdqj;p"ӊሉpjJa1)x g,_s*7}Ztˉ4$i/DHx+Ա.&6<2#`y|0SJn =Nơ`$IӞP AI`O-~ ?njb.{lZ<]hY mKЯgԆQqlȄܿhy= nZے+H* /[ZMg3Sr֛uQIIgvmH^|)0S1[^E!s[AY8[lc`y@޸Хxf,+0"BJOx|0g XBGRJLRG5FIUy/+!.3-PgAhЈ-xAE1A^t=TKD.7.`MRb~[wI =K UQ* k48T c<uДZ Ճqყ}ʆ+iiAf.o-OIaڡ PyY8iܽd@k;oRb| @{,KL4#%RPliOc"ܰLXߎG%EJ9P*|'E/1 cg}nW̥x"5 :xvE$tZ.ߍE/ǭCHo%xK/8ӝL}l+3#ldr}őozP? ͎GO(^B3E\!>B絣$XHĖQ(dC9ɔ^ (xl1T3!U>dE"&}S `@,;5X"{'5+ph1qd^MUI~3UFߍJG4>@̥Ω2WKia" U 0KxL^ӣAIQ;*޽ۻLDAj,j+ZJ*& ѐleFØF0EWȓ05 JioKLsC|䐞֚,кC~;ċTvd.95fq򚑔.C??l&X6r6J3{./9 \ #h/ڣEcZBKȎ4?Iբ$[F|"UloH; `h26A/Yf:o(5γ3^p(s2OcC%r<Ԇ\(i_ yc1y8K2)b_,Ay5qr Z,~>\% uaob'٤ !D Q_6IQLBˆz@Z9 @lm`BEY-9{9B`ͮ}جHg.(1"Nct=e'PUe$Jsa$GJ)rGw4|KaI'Ptiw![ܵ4ׄ@ֽ, F()FBW"5Tm=ZĐJnJH M ʈv =-'m OK]LvWic@ : ηb_ʑZۏWυR kެ"G?{GєJrZVa( 8),~hP/vSt Sn `t .4s=5B<ܹ[ rvM9E$ArM݇C7\K}XlLg'ȦK d:#+3MAdy G\SM]tԟsȾmi^D u{ͿhmMԎۜC޲6젩&jK+BT2z=|TTv,Lw' }|[V{n`^YJ}%Ơ@_3sh{z'B"VloEgKJZ:'H|#=X`f7֌Aib[S=[iS Uˣ BR\ݛTHH^$%˗\ a#cZ/) O=Lb0E`يYz%*YK9hxt6zY+ Xd9$ag*٭DA\8Ԏs VoAiygKk"X Xf^&GqgZO ~I?XDMyX^;tW1&kn];D{ iZ` TR_o>ӕ ]bB#95Y%?ee$O(D ]a4KU{4#5 R*auTQvNAx da tۏ,Xs&}x}gBTtg+ 虆#i2CɍAb9ӆ[`PAfc?̯dU1i.{> 4ڃd.e7U/4ZNJa,G:^vNك !#&|N듻Uu5&.>hH.+/Ͽz9 =_yd@E˽t :Щؿ)vJ6v2G+ 6shbusw[q9[߶H2,:ƒH'ƽR¤9FܒXí!0:^޼"@119mGfayU6FWR(ڱ&,CHp9mo&^tUk=QY:vAWYwLLd'P<\^uGS4>y;ʕ#do?[Q)n/g $ (g^&M0zǣ{}8(,kM͓"=I*C644-Gۦ&9 o xox7]xUmUkҷ-gҖ{,'~tǁ-iAHt:U +U|^8'jkV6 9$ af]9!,4"m]}xU3]ukл:ozD=$Jz)_[!l5YU6&Gb^?]]^~{N/}a56~I7V8P !/e4UfՏPR~f * u8pTU$rI)!X/qkY Gδwuj݈BO{QnA0xv7}0{-Xd>c̳݄9-W@G_L}{cXᅣ:7g+! d8zF1ٕ[ig܇cQ~?N?A2q@>*O#,Z ZVʪu"]0>|S" ^f?ĝ/a㗁.T;t {~dھoA[as&P s5ۯtdU[Eo*ITC r3f=%w5^D2ge.'s9~1G(b(s[+'J|J^&~8p|}eVYg}%2jK;f?Mv$6S #oeD IX`_aV߆(J4ړP3t_gA elV/ȧq°'􊏨~_BefR.AxZC_vv5Z4\wn20}\s?~ n{޷j3lÕ }azd.Q%Mٖ["'8UP:,y)]3@ӽIi;1(Tdu|/R8r`0x{g=C$>|w+Qy&?}T j^1;p@Ȋ -23 b1V= U}a{-i|YPd0Z̘ͼ0-Q^Zu>^3t/'{Y4M& jN`7ii[&LX j}0_ٽXѮ@FZIg&;'>3\SGrb eHZNOTPRY (󪖜a,Q#HB^ɴ!͠"3om@P[)FM 09ϐW3N;|ĵQFps?J Wޑ[?/VBH4sG炁MKFIR~*l&~dpw?(XCxK8󾸓B쵰/J{0- p<(@=7ŵ,yGj=hev ! wn5NP\S!ASb-c{Æ 턏C-_uR &D΄H-ANp!w`CmR9$Qf FNT]Ni8JOB*sT|V\վْ6D^$cj>7o pY}}4}@&cYmBu"$8 -)gglb+s|ĩ iRG8 @,4`hr[{JkدJ(7/>\j?@^4Gw2$_&9zp7|1{{;>0Yw>CQ&91=͹1K=o#g@@\~+1>tuRܤ7ɼq]Qb Zq;O$M^h0bȟй1w4"Q' _= egώs/ba'A]uF+ޒ{ói aQ^wJF'_lmzhftK2dqO'Ĥ&%vfK1'j_۬Y+2lGQM6gTJ櫂A)Bj)h.tK?p NMMDQʍrm,Xqx.ɧNsS*%T=LT#~/U_4R[QIMvzd6 = 2ΐtebx&EJu #lp"_1,\ԋJMMC|ՉpD%.Cvmz~eitΦHeP, .knz3V[͝sx'FB&k޸qPHB,JD]×,/cF]giQ1\-&rk,"R( XḂyWwK`EPc)ӚH-<•Id M=3EXyL5vKYO`Al O7fjGdŐ`ҁZ=&]Agd9;:C#f?Nɨ[)8g- 1j>)b:m0 _?IjVɷ*z}q BM[z cI]S\99@~E,;D2ua TKW9)D8,b%MG}Me#ƺ7 ܡZ`zN޴=+4.K7BCU-r>=/x>/^P8TPƅluMqZ:!n[\<9>5lwk,ibpuݑF\{%Vi5Vk0NVMD|L_t`5qulWPfu`U?@yAn#_R&߷G0y>omI}idQaaVG4Ơ,hߖ'+#9 3Hv) HuZBUA3_f)`@; -3wYbv@IkKr5Spl&[o VP f^j\aag/'F,T>Tsl}5;Wx{hqV.g£H״b# iZ2/Z_[Xw7. i\"gmi-Y}KU`%'oVU)47-.('+"FW8vf*uB#jy`T5UR 0)yTq }Q*|E^H\o[p0vOi«Yأ3ԒJ.PdYq $%T؄8։sڔ*}v= F6aP!AB19r, Cp.MI7^hեjt.v 4i늦9M*H,M e8Lj2BAkkXgmB%"@1ƵL 5sN{ Cb™$쫩̬8$z7e+ߓ;rV߅҇vVFma?`IG:ȇ&ѝx^_I8×O݉,wg-Hy%nqnWp5vxܮp0JyU\iPtH~eeB d׀lhl{rpk XOb[8_ηCM;;SĢ"*kK-%KKkĩ%ML)|v(*&``/Tͩc N ̝WAbB~"E4Ѐx=LSoDk"<WІg뇝#wOGvnXyOj  9wEyfh*cWE~ӈ$*LOLh PӬ-7e( FaUr^|cdžVPJ߾)rTPb92[dy>t߰#Ww9]ةL5ߘ^R1K6 }3c"6'ۧJ}v{>g747"gp˼+tN5.*,w%+,E~gހňzsŒ-؋`7/]h^ a!a[L٦zYڳ>MB9X]>m;3& U.gܘepV2]+ Z2+:x؇8mrƹ&٭B^*#]Z?[𜜲z8g|($69 *E&e.ɦ$J7Rs \tƺt,C/D/UtJ+~DQ6 h8lzN ޘA0` Я*EK}!35I=._]k]SXziuo y썠 /#&g6[hiOmOAFQPj/9Tz9;4Ѝ@  v(뛉ݩt4?"WKPqy,nA\J7!^ook9 K-}O8qT~􏆥ṺWabLg%hk8ث SY~ͼӁ@wu $S%R.iGo\{#SwIpJ+!`9> r/Z~n+3fmi#X yb1{u `ʈb9JMHE˗^}!YD/zT̪DYADzaSf @E?F%Xbp>RjONtbm{kW}Ւf:[ &3HTIarд Ǜ>+2DA:bxGP{5QR(C.srFAJEUn \󄌎j,a^0C̪u:_ fVZ2%*V=P{_!@f pWEu:Aj2n.?"=5JԩC:;0n,{N5i>1MDqI_͉ơ7qbs`&QpAo&у/ [zlދJ qI}BA6a7bd;KGgXa.Թ^~@xlًYAv lCS+q˧NXݼqzagb5o$9,g?W ;]u"mHzu_hb 7-FdfhA`EiEpiaEm1WHOVB!P"ט2b{X OnVMX[P2`&ea̻l~>[U5ouoFDE]bM.rUչ jPv5,/taR!"#m{ཆV |]( eXR3ILIhY[}m84nCȱ{& Tn5ORL 9c( ^t?$E1n5Cl85.rؘCF{K -#RP"*[-1Gz?2ջEn %eRCs96^%՜QaSMͧhr+kGS6iR/RC2%XHy*6b %չhЂM. Yu;-55y- b&b8~20HkޞYcX d FO 61#pCtz:]ʜ}PabxEk̒m99n=\(d@Ng*@G&(R &'ԗޚ Ŏ?WH,{W>Ts3{OAvP?¿}hߨgxQDɅ\؂#/I1k{`viL9/t٢Y׿aW^%9=L`T*A MsZZ90˗ sHD5,nByKC6zF&})7 ]4\#}X׺""+_;J )kݫF%yMKGPHf^Y'8頣eap8k]qh|ԡ;D׵/ ^;LY"G)#^̱kebq1.<pxV\ H z{J)Ym ˾>7P{&{33W&e=↓ep)K!{*YtymCNyoS8$$""nnCspQdw{Rx+ERc` ѷ _*Ѥt'-XZo=QqPdmva2!9n{[S?@.72|-t}\fQ)^ɜCqt޳r,N{) \n҄&'*fNb`RNvlVy0@t|SO#`!c#㣗kF}M5:ld31F;#5"^\SQPwl̽~EB?XbY TDs=1:u;|_m8Lz}E!P-M*LB{Y g4КzH(7b#% `t/a>8b\RQ XF Ueq=2la⨴Ƕ{;w]{vf^'_eT-^R`ڃqĪU&ڀ4f ~8ֺ5Ƿ3# MV<ɢr cIU r8#;;]奌DŽ,ּ"vwZP=|vh{`J |W=YNNS>yV7z"4}6L[g?K;< nɭ_%_*ҟ&d,AfK*D0( ,D\{RR x,!U7Ol̲R#XnzEc{慭.{U *7K$&hBA_A][N[ dy{E(9Rtuу5%o}&;- OČM6뗭*ߓX ؉^2F8y=~Q9-AQY/5;qifM1Ĺ I q㯉IU0tc?XҵPpnA3P[!5ndd\z8?atZUuÉ]*c+p{`TVoqdA ,D>(بc^sc0(bȏ*sTE_**j6UǬl$mv9 wb ;>e#gaSC4+Ru$ }.L#r4QmFzex ۻIYǗz3.)~; L~I]WFᙑ~k^t7ȟh\ ⍉; \CG5#k]nN]M}*ރ^7OA8ְa-y:O_JOVyѾ='4%A1FSvs]w9!dKOUún3Ltd 8!v=CԔ4sK#,>J)N$ Ch1qz-&HOh_$h&cywpDj5姎`oak,QHE§^ Hz*q0+TfTJjQm^#PL4ۈHeE$5k+U<>T^wLCc// ?Vjse(9ߩ{[LC{mXn{#VLETWl@N*l|(8]}fؠSh4_YؚЯ|eUnr#heU2$/ GCI=J]Ԫ1h"-;U%vldR|UBxIWyD-WWjx;.4RphsɍB&_80@\Dv'8io~8N|00._C0yh SI_p@aȕW3س۩O#T? .^vvz\~AOtKQ\t t\aayӗ0'̈E;4dF_)=/S za}E)fάG6O,<\Ierה:0v.=Pc/$`F]N2>xa?ZqpQ9jyps,h})S*4,6p̠F"(8Lys;z`Em+ rT=]OQtQ%~f9rK Fƥ늰,ޘ7<˫uNf ֠YVa'ۓߡTr.v7ͬbt +bPY>O,kc! ׍5 }{)qCۆ"2F o+o;"TS% p)33 #D{WIGD'*@h^_n1TmqJ9Nuo,nmڌ7=gI¼4` ˖2ax|_:g4S* BUoH\MVDpmwyp=؝0*K^o8ک>rN($]̍51owAÖ߁$wp\__,p0OXf7r8d&ch*EN( $!?xƸc$U1[Ȁ6M2DXʵ$o*J5YwѼ{U|Js?x觉/7(?JW+ < QkQ`qd$]?gc@ES169t]|2*̱cKҦ3iGD6/]9h TeOgCT^h;&Rd +Ԓ$|["$XR!:a2 谳4kԱ&(i'Zl`m2ņW,կ :f_cw05GN(78E4 rv.,}wۈbd oC ȧ,Yzݸ43h-F{J!,‘O]_x]rMo+mI ǁUk§Շj,p7E5% ͌2aG39dNz, )N@Rn~s'">1j1`a{2V-0 f݆_-R!v͕=*]Xtn8n-wV]dohүkWDZgzu%_`++@*2b}գhnM4& .p>3@r+ }O|-Lu`.f V%8?>c8IsFbxjEoE!ؤCXѯY\w5a -HEQ*s5$c+m:I+sO֎l/;cZXI ^N8ZeQM[M I`Z/u\8$ti{U}%A6 *V7].=zM"Q#nA7VA.̸.'Ɖ2"ЩQ15z bCVgkGi5Q{&% cyw2\h:ek5Dۓ_6q1!ڹp|>y{S5 rsw6[~ijOo6:mGg[mlIq}?AN*}חY*I0qLt 8;v)%T:p^?!IZΊȺ953ǂTyG}BY>pS0#r}%CSVȻáUb)??̀k?PGC}&Md}%+s4mbg E 9dv^pJӕAAĭ D#};R *ckZk%͉y6/m:[a;WOjY!wY$~a DkdFR \u;iGxRUTm[̓ڽ*#,C4c*[aUuHcQ##7Y,䦥Xy㤒&Abz^z˨Br+t(cջi;w1؛0#͊h vNJOϥ;QuuCXshHPa!?ご@iP ad G<Ӫ8}KZ֩4 ?jeM6][q* ;kVG+%7u9g měxs͆_ l ]PQHRžd {P|Phbya"bVrqTۢu(+dNU=q~xR=Tٹ.,ۘHZl-q`( i,\^:t#!b"UITVĻ7 VMkB UHXq*GeMrQ=3)0XYE1T5m ]rqMbhhKNY p; gupNN[%>[bs-j} dAcBmn0^-O[hD9F_|}#"dCcnXJzn c):gb?xtkB 4pu T0;jy} 21r^NX:v{R,h=4U3 mq~  X%?9&NoF!kH<{ßPىG?cem|AMM l(:n6aq3(EZpt)ae.fm+pxoL&LJhHv|qU؆ȅBxMŕ\ˮVs\#nɐ5K@l\Dve\@ytNsdW-#g$IY/OZ=R%?0,ƻlp3z)W IHUHp*g?9\urcд5䩭NVjsW~;/_(,_zf|֘P@/$ڨ%UZ~.˼3O|}]jwNʽ&${@Tz_'<$i?m˺j2a3?2ީPULQ WoL h ٰ cm5h)cxIQ Lh\= b|GZWI.^a[@̵"̓zd+a Kfs}8zGOƣqb'ӛ Sfb>C)`.-^"2!N y~L3N)=bx? HASQ">ˋfQ]rkA͈4~@u#ݗCL7P 2#_-w"uK"ֳ½ %vY/k'ȉdl{1zs?z kgȠ\{ɮDO{>M 1 aN}kHy`%9#H7G.wm|nh9r>P[`E|[mNȞX8OYƵOda'E2yq99 J,. É dShhWwʌ@(3ǟҰ+8|HqOGE-8^znz$i[Z ;YeNIw$N%N"Kv/U'D-KpR?@,'~@Jǜ0}ul,gTq\#k^€C7ѐIӫYs 4SƌOh3\ufD |/pU9PW讇+ՃH, jrA0bAu4hɥ0C9g6:*H.gLW##A堼?n2#*` SMK.ú:U[eT9;}B_ׄ4TkjwU.h03M>K)"K'&Eq)\!B4/Zh o }(s1!)LɁZ*eMxxgTbft%>L,8b[,iEux\+[v7v׵Ŀ*B&HI`7%iD-Ǜ{׏R31xzqw5ʮ`Ұ,>}Gz%4>#R.+YEz2S:R|pOjdQ@ 'O5ڈq`VB .X?_o~ jfuJ~b0\czwJ)$*aW8wvk>It*707$z=&)_ pM@AHWCx^%aE {]GPh LIA@G܊ `7tup<5Stgaz_-{{bP~D2+e%@R7츾j9Ik+Rk#&qPP&\{N)Ƴ>ѡZV&+SCMuaӯm>>kn(vY x  >?.N"M1$pI@D"˝`uڔJ\X)f%Uyk$2ִNB NxwgGLwߥ^w/ጢcCXj@li(f_H(22s^\+fUzD8{G.u5^W+;QL 'OW)g2PG' W0T s<&5Z.ݴ3P{rDTy.\yyctOӻhzlkA\^9~)j14fű4XDT}CHȯ8$iA|%TX:%`tAF? gcGHP:=7CߙB@1 'Cv>! UߎI opq_~}]Y75i٩jmpJ…6Hb[KLe0lNXás8PW(5ϩz{ .~E:Ug벪tnJ'Ke5"NhoYnqI{,[@i4PR 2,T4תc<9XE n\ow8i Hy 8WQ;h 0B& gzNQe H+DiZ"Pǀg`>@γ1 l+hShd0AtP}DV7^[-1In]t־@lߚW[ʀ-u[oͅqh-Yf<ۘQ} zKۄ$e93{lQUJA{? ୅o{47}U~OɄs'V3@F^iG#\Kkʍ7{z}3*K6@ 8<~uFC:+MF$~mmS .bK@>Gv;`S 6-6(areE8.dmļ&sWk {ЬVDsQ8cdciVUB]#н9s6n>1-@XɋÇ6*b[5?0ͬm,:0=A+ܘ䌉BQ ϋg'S^K ;$H5؞H$U>zCy^6K`L/7l~l2*}H*j '.!x&k9O{n2^;-'=R1D~YYWQRNm'[ם4r€i0pև8AFH-.I*Ϡ#5`)-)to?0T)\Y)5r/7O:PvI8~){Vp+9Z,bd XtR.v)/RctUceבj9*"38 Trjc%.a_H敂8Ց, JGe!!2|*ӰU:6cӏI螨)/H9鞠yF/:L4:M`.+x(wq|&Öa)ۥ=DŒ=pQ¼|4juas[If?@s_ ~~+3FݸPYhcլ9@;%0;z"?r̴A9E)XNrkBlК{4;dv/y1 ņfYwۭxа“VQf4Ze=- -4 H)zCK60EëLWWw(3 `fif<iDq/Fz$V#Fb(tgo˽ RR}J~+d<jZg2ٍۖB)x#a_fCA5ʝj2a²cUA;TTq;W`/}!tFo~&?|(+0;0'cqum) 0B`LYI)ɼlp8G'%|n*:µ1̷W%HrdǪK8rЧp |AUթ][#4w=H|O;1Ql5$o=?:TLOY }3 /`3R'\;JNy2rk_{N!iA zoox5@uFʘ,@h]w8.e>֬C}iukm# ?:*E7䃇eT- E(b$AN3D?˙O8Oi'ߙN·~|;!L)M`<-Jyxc_hGLXSNTaSu-`ö́ iډ7 _SOlDx(/fFҡ{=.R5犉46:WUMWԁ<0ج+0{p03Wlxo]=tsp],ÿs뉧UPҍȧ9/ 1)I_Z`G soObFUB1q;Q,e-rSħ/,bRhbkڸ;HU-;-obo3lv8$j?dgL{8;Aw IG7 7"NB e}_z[fdxVZK|Iu/+C$o?iPq;oޢIZw~&7w\.~^zN@Hx֨|L&Ȁ+1SD_UU aP"f4$͑zt:‹ZqY#n42aOs A8%wuν7QU*"Xԅ')8jD%g ղ x~lcy<t&~[4Z"}}1tiNmw #cvߓל\=Vi^r''V'3Y%c\C5"A $ 9jd'J}}ug'j,ՑU";ћ0 w>:AC@-xwFD!oӔ#Q9ڕ8923 T! T_&bx^GIȁ55̤$U:IC$91IqЕuX]DcU9&౬8~*r=R~&z(SPrg/L:e`Ka/"Q1\Ⅳa-5P`-˱{jjl#W&k1G u{U=]9Ρq}xKы& ;i~Uq7WqPzh+,E )FNQSZu"AZ鿂6iQ>_@ /i^^r#-4Ɩ tܼc御'7!|:( cHUJ㊓7K(z)3=m뒓LۿH*Mr >%pXrdNAn̴h}H[b1ώ'b)xIgC$=Yv/^ KS Qxx X`"W!c'@(|ڪ7$cd@,7"IXexi; W^~x*WkoH$PXnڔL2Ѵt ^,i":2wv9:y&CwG8my'CJ])+ uù Ls }Oy5&5@Xmġ1js|zh;,͒?d3\ D]?5Ή7qͼOTm\Nzs43-&6R0+hu?FqqO2X8*pb=O;mtQ!Eu񄖫>jv[DL.ՂKypܙ ckm3YԊ̀7:Rrb#|iψ(1b7LGE_WRn"mRH[vWA2Ъf! FnUt%ux4.0P >N#HC~?Z,B$y@{dRi ['eH|F0T f;W@Cl' m4F ,JÖ$p)|9\gʐ߭ qM]Hhr1z՟q(2]|t+2Sa2O3RfLa8QMCC@j8Ŷast,Mw9 Za@ 5of]x|V7뻃Ǎδܭ_{>Vrv/QrTdV3DD׊es XPR:boH3&WW}iRAѯj4]gJ`"a*S3F̣7đi]"]]?o۩܍!{$Uyj{ 8/"e9 x {4ȠƄMQgD_[m]MtDa/  ٽWm&y,]ؔu Hr 'Q|kȷGryk$q]A4OŸzL:`P.àEByUB^=SyKԍc;XpWؔ%CKjV[Md| BI$ yB'KK!NQ1~E4BQ@ Hkeh|ַ̤RRg{gEݎFD1e_c\ WdtT:apzR(ޯRamg/BDq@"Հ/%Og<˪aGFԵJF;Yop0T1чVABR `WuΖކ[|Ti 9Ж#Mm%a3*8TIo;~G>h-Gq2/!2 eYv/fq@Y70D{}5!Ɵɶ(f@mX52kt w"!qp"u>-6 |ziRl/"G]SqN;@]N2*f,)X ql+osƁKrN[H+|?rbIO(#",k0XOZf{3 AU{{0ݦx kKhtSg~zHLc!Ԣ'A.-0?~-X{8 b`hs˞Y~ z, g}·GJr8aFX #Td󜚇jzS7:~|ս¦Ec|;|0R^jbyE5|CG'wy%HG)X`n^"S~hH D~,\P,֌@R."fRr)(/ēv:ӚgעGᷞnk/BH=Mk:؂W7 i':`H!ox?8XNGΔji:A*Ce$FƂd]m _Pr;:Qp @hx 9W"(mS.grųzXM918dlIJ) R? "*-PW4kZS'!Cƽ H æVֿ@h<]Tz(=L(2bkh7ApxV#X)5_Sƒ5Av3㎜ˢԑ_I9K7'I{"ZC|nXį?:$ Txя:vjW$q̝(,Aw,zX%?8}P2t,l)d1LgYeҔ; >lsn.G %,+Ejm~Y@ g=OL :n CC<fdM+سﹹqAl/a]X xPD 1#rYa9||vڸcAh$Fe腆Tf:ONB(b`4^(uaL@+6[!gd~8J.CGxUT kN tT )i0Z(e0~ӢX6 [mΊOX.f  |E>} ۳TpWTH%2yi^Q9;y$*rןPO@i}gصSR\\ QpVu6 + ` ]@2נJm"(b|KR xO4^^3ӁMx3;)Q`rb`+0/n9żeD8b?:GnZ|rJ^/`q9oUBlFvgWɅ߫ET4jb ,`GuA@(x<eXUU!nn5%3bv2.c}%K6*ƕ<0j~p؞C%6?@_1۱8E4P#V*W BUB֙{n!bQҥ(&699,7jv4رswuwXBEL 9<0mem%_DAk![ $[5M~@}A~3ГnXwgPJv7T/R}3˒^vs+:@fYճ{}x{KwK쥄ѲiN|l@ئaC'ౢ'bP&Uc|aB~C7"ҹAyuKh"?бB(SK~, 4Ңw̯WM’‚t2t`kK = ޸QF́FCtsʷ[W٢c1ع1#>DQЉf>z̗dxzΊ] LCEWݟ+Tg="A-F*֓4<_ o Tn1nLIu>Be\Xy$Y>A ./WC $u$?5@:qJjJ}=[ۭS-؉L ^b[ l t jSǃ"`):j;`3a(!/7p~\js(WOMGO'JKj8yX6b~hZ !0V-S'72ϿLob:PxjLW&M_d{B$(+)/mWhlF(EgҾJMCtdwՀݳgIE"ys{MD SvcALci%r3B1r?&! 8} 7V<(|"5OVks'hJ0oH4$>AXU=wB_.xF=+hnwwt잋!Ќ('ʪ(2pvgќQ(K_M-.r HN|U S?IXJÊ3ӝXT\|KsC]cwۿʀw6Tnic)&AmM&rH]=/i3Pۖ:]6LYj0 te nn:9J}i-~f]'E~9*DX;hx*o8LCQ&۬'We6p9{p0jkY*n,3aH_yE /o N+1iGrG'T\>;"i,JA|S0cJ4`ITT~YRlYoS]j&Ńkߝw6vIH0fT=AG0'aai0.R>#_"m8O%?ȴl:4ukw/L%3ħCc4]_FCsz-,37s^ 8?,-SoS}@ZIW;Y-7utaQ&3*Y,xlB =+k2A(wZTi9298UѬü% G&T㟒OrW=Vע|u 팰]N 3݅,`n,ibi, LWwHL]gZ/j?-WHZ՘;5ۮE^xcWnֱ!wmEm x72IlM}׺C/O]vm,V*΍psD,YeKoLpݠM\K*3%Y H^ߓ@j}$hTZXԚ],WaIS[,HF{X, ,s+ጉHۘy5T?cҞ䌟}^<- ؐV-oS]sb|̌pnmŀY&)\X(v/NwZf/QֻZtRVn{AΊʜf׍>%0)Kb1ˢxtJ"*K]O\7H3qQҋ%J{D,*^w+PfC X48ދqf~IeuoARVlNʢ|8L?t&J L+L,a(RIҗjoՔ&"z<[ JeFS {C#AMam݋NS});L=-)YL7 u]B[贉5ISTv'e#vzҫLm9aN 6M࿡ϊv2jه#eeπ,{Ȅ޵43 Gv;Xr6'-G=@p./RPj P#.٧a<sX`7+opލ>Ä|9L-<W9T.D,d!m6lH@g8.tk>%vV 4_ 跤$Jvy+zdOLK1vj̕5iL:"X6F]9ڕ{YuJBo'b("0;BH`"\P"Db1:4cW:N;%؛ pZ.n#1n2C,nTM,zc*BΆ,(Xv*hK!K8`N[QQ9#0#ifzs'3#4.nӮCGd_J4$zeY|,ƶE697ä* `:w̃SN6k\Q1 ?mU< (:Oa5*D(d}#ߜB/XZbpv)<?[c[j7 /#q1z^G 5S hg8#̳L9& f,,JB;b h#>;莇^FېaMaX|qZ3DXxih3 -/#ĥwDl!D+c{hWG-A&(K: vdOlCB.,>d#I_.rSYBd}i/R8{*Z;+F} ĆQ ڤLƉV'4nfP4qKa)o_-ҕCVHᆮ#怱bĤ37 q\S+sI-N,ac#J^aj-<4Y^;|CZ7`.gx/ ,@|l}=Z}X' =։ .]2q9V}0 ~BZY0Ҋb`oi D KJ^GRf@,/Vmq|!&w_,M /!@tհT9m2{?t3.61O:{ZfuHҏNk~V}SfEr& ,-^s59=@61 '!U>YU 2?YLZ]JocmPL JO\Mf1sɆ#]FCE ::7͘C<PO_WrCrrMp9|X{Kg}tOA_e{zU`2<w5 T\ vP/JpxҵjM%OX[@LL{:Iq㍕AF/,5?(M*HŜ T!/eOum$[.aR[Bd a:J Ò,(ItbږÃZRE[q],nEKҔhhT6*> T~+z1D( D~KSV/Wb@64(q=]QL iyrdi X" N\ʋ 4 TqmQX%-?ę#쬟֣+qf1wʭJ"^ ӊ¢!rTN p&NGmF"U 睠9NCb;@` &9?$qZx,>fE\U&Llroݵ1+$:t fn,(E3-bef$-Ar8-е0lGBp}[QOj"̓GUJ)7ƒf;;DEc9^Tl}NVk3 Wj]ղ& [ ^_\F/zjS_I1iȓr! S z?t*!kgѲD5-20e)alUB˜ta@TA }Dkkrd7|k*C@ʼn\98\ԯ;B,A[#hˍ-^0JrumC3j7g2f,YAb0qHURKAx hR3 AHqAJul3wP'jGKvȯMSj{BSqXvq~ ::>1W&mw.NġnB.7X>M8d snfC̓{L#P8~{׾bqKuLJu#.|diOi[`/m MwWeT혤4p Cs>(ae3h| A},%CF~@r͊6+|'Y^?}h"88@D3%Xm͙%?.oWx_%ʒ}Swg2L^oC3kKh>^3 x@?PdQ61\<7B/γA  j,߭jouTWbaĻRJhc$Rm1):rEZkL_ ! &Bʱ*3K`2 2hZUdN~X uC/ @}5o-C ͢ A%\U֣ߺ1@;NrN:.ݟ|l:x%Hpv > }^䒐V-yᜧ~[we4cNֶrFuٷrPCaȫ@?BjbYsg07 ٣ֺX&{~1:%y4 IEYȵY '2S`Մ/ct9'(5?S> üAG\XzvzonG0!UKQZIPļᔹ,- l'dgu Gx3YKm|="?_H-cR{}@%ɇ51Gn}PYvDu . KX:iVXڦwNGXITD&W . 7ςҏ;ZW ?b'3K HlPߜSOQ5W5~;2އ?FH0,8BEoAݬQ'p#H݀C9F^*tQ҄퐭#:<:ae8w><3Q%T>^'9|n}ޏbC57MsR0f;|>"#h4e ;RKgLWWvt#LKT\рik+T )K(ITR8ghKDBȏpuxJ5Eplj_~| 4U3b @6 oZڏ4`\8,|CXP&"y}]xhϷw=Z, Q ҿȾgc> T]5F}^ ʩi] ^0U Cݨ_Qyi?҆Mxĵ߉Qb3M!R`g5-[$-ٿ3D$<ԭo5`H_9ˠv q>x|;t׹m~c| 4ZꠃJ-AH6淟`DZ/QEF\B<v'9Ls 6e-T+{SyPY mYJ4PČ2ՕkL/B)k+m-FH 9"[ST<(Un@ 6J=mWl$O~%Z~[U[,c"l/dKm\e'k]>;̄-F&b 5KW!*M谐Է\x9:@3g<2Lf5+\SHOw20o:~( #+iG[оܤ^K҈)yW`2j]~)Y@2 Ϩk7W`)@;^?[#!Эz'S^$H""+wf48UuduŋW tI ,YWN(keZ]ECyE̝ ,ҸmXN"tpS[Di[>s74! _+e oS N"Xb}\I!sdtZPQdEZ$ 1x 9Op|ɠPs_7M=?6U(/i8,ޭK;W.eYڶ%}Gͪ_h|b՜Ņ8p|g gIy[0\|uсR ;"OއZӪ*fp:@RB4`cO=L?/t(b22P̚Sfk_ZZ\.x$(B%.=Ouy(_@-' kP$\VCjxh `^ldI)+O bGfOOuWbp,~m*sߨ @C)VluE-fit+kX.W܈g ͞mUXm?8C.}۷w7A@"yT"C+e RB ahyqtGk{8<ǔ] NF˵ w`soDEu[l)iQ;$g1t#d#hZm>&ӣfd4M Q|=:噖v…v7~$E VU }2&|bHFes ;qSǼyRF Juw<*n\b MX&u66U6 TY0=;-P+_Y; pSjhX,v,` ;Lr%EޑTR7),ŻHPHa^7=x~ymfާvdQ˭zN>o"b'hE,C>'je Ԍ W| e3Cͱ<qC1PY,J;Qfgxs_ݩԠJÓ$Uw\F!,mJ4ȧ[ nsL@z76~@Z)7,OA}QY|t_0])6sC̴Yhv9bDzZjH]Gh=&UHD&KȌ+=$HwOY?-n<';E:HтY|8u\R&@ |~%KF_MT9o$V5)A]:'н1KI֧e4j:3e\Y~ziRp}"2R!/ϰW !CsEkp 9 |b'a4Ru>{Ef̘ټ2=H/6}U\1}j¹3]t\6Yj{)jC%pOK t F>N 1 0~;cR SQx.|`z}Ds{]pJ_srm4wNe)R>FRyCCcbEX _;N^@-SXd.S}É"xfY 2r Q"wJss>Uݵ VlQ.>C# ([ 9s&8)@Ƙe N,My.9F>4XRg~ciR6 +VEˢdS?Nt|¡UCœHqȃФuOLM ;¾t!r'5 >BahĽYΖYKh'p"{6>FAH+?90#M2G ^uv:>*kb5ϟ3xMÉyZiwlst_«pq05 Yx"ہجش8GR,,:V`tǶc)HK?Q=KRf"}ْyERKSEcRA 6|%~@0Ɂᡤh \R6Fkނ8)@NMIԁ*|"]pReJ-!(CȜ(=kFb#{c$QV 19o!o ;ݶ<#lQ6S3-etRdڀ9)P^\pF"^CHYPy*?X1L=y px ބFHI q| lk+Q+;2,.kUU_M.s3rqߓn쵅Y,O.JJm}[m~-rވx c@q,'xca#׈&xDQhpK:d9EXci2Rfn+& ByפiD@yt~vukw_ns"I \ ti#5񤄨 Ph§yCj렗 &&$o0-[mN WG OsO}:}Zջ{5k>ŭӅ5%Z3HYAKm2]i}.~:x(W!U[ywW14!5iɫl(O=tJfdul?q)6c<W EP~~{X|ϱs]ے92%gtN+>0Y|?(#M7o?;9F'Pu&hq/˵90 J56 VqGi{hH͛o]& Dn.c-DZlZt{I;x2j5()!SXmb0ުu!4 ۹Z(mz#ӕET@CѬfH9LTg/HF($ AwP|, O=_W `Ō{(b&pax,nPDX?֮EOml ?p{bbݤ'ߡ8ʲj(@t?tne-Ezʋ#¼!2&:UFWv~$FQ/-ׁK.zޛSR]dGk/w7-1oQU/-hMтuQy2?sHq~.7Pͷs" Mc OǢ&x0.h)Jڷ:k#IL2No'دⅽ^p?e,wXS#>m 115 ^h܂][xjV [OÛ]_+ ~׵vjv}UPS̤US>mܡ8[9Yw3Rcdbv|UC + N%ՒJK$Oxy p7C˟Ϭ?Mu)UqT 9 / {N75hIH 31SfY-_0(3@ED1~e59$5(s Tfo/\,u Ko"43ZU>wmu8P&}B4^Ȏ0\9ڛLYh1Ͳa?|j_tMjPm![vOKѕv;ՆWla5 jOl899VϹO^[6v@ [Ws2^(h Y3Eb'nf:`(qgdyPs6D)]j"*`cl=r]8nQ]TBg2 $ YxgjifQ~EBA4F܃C%Ɖ0c }Q83:=hݝUS$DhS^4aE22v=vft$U>~؈ډ9>&>fCuLG^!K OT@OVc um)=>ꔑN '!X!cЊ_ 1k5΀U߉ת|OuK n;[a߷v7 R;9;N3 A'.0 i3a 39{PK-"ӖW!@d h۷lYi\A:,þ7>873A* (,ojb]D#K SDg*[b嗎ѝ׆қx 6t31n%  tmMD9o']Bz/<^T2extue2}-]0ٽoܻݹGƍœam/vC/:nH9mMIq ]Q|옲Ȉ9Cz_< %i#bUlEsGGi5c<'F-R*TԸ͂'bnq"G}~~K֦gY3D\ʳ{OVp:zqGPu='ɥ5!QhjS;yB%:ܻ~B ZzNuܣ<0mW0tk5'`_&\`c ?eB#FwRB1?Tl\]eyYHR}XUJp|mqAmR9RAjv0luWRqvE#9"sܤK7ɢїX 73oa6B`~NpSX6GhVaTPPL}u_C͈-pӣ 4 V4P:CC]$Ѭ.L`1CQ2cȓۑUڛ$<jќ]GmgY<uy&/9 CvI۝ L"#t R PAUW%@ )o0-wZU {{^vc>}J9IPŶnV3^E YyL-^4q\@/PWqk!&FJs-2!7 _{uޢ>:'HWVXc*JYTp diXxf*ţWC/Jn,m]ON|O.7 R4\'LD/ {Nks՝I]j@ubsVd̓4n-X e#oxo_INpŔeeYIVDڮBt_a@FA2üJZc:D3`=1's"BOqy5qu@vp/%ܿu/xР>8e>dbiwa&i -LT1ds+4(v =?MyMsrB|:(lh ^JؖdPߞ;Z.bl?EWȮ ԐòAQx !VDuAkiOd+Pe/O,.TV fyėH3$UFBH^M;m)*p$9+>5 )-gav8ߛzVEkb>;wx{S,wke]et %,n3`= DYKyI,eS{>[7Be^1:^Hwzjh[?~E2T[]~8,u8#}0xL߃%זάpf\Azs M5\/I2m1ڲaE).^;1Ju׷SH 䕕hx t>2S+ohox(jaffʣ,[D~ToB8S=ZH k$tv[ҸwZEiTuQޕ,̮|:gGt@SD;ߓm;6yM Fb9:e7?WI,* -@nVD%[AsԲk1UYMS~&_(r?ks2@~>莍^5}]hC|6 # f39RUSm74|QUȫg, vHcEF}Zހ*ۭ. VzY3j,'~I!EW_s.F@2@w{`y@>! !#(Q20D$5n%QA]a]c>gs%i( "O0ų(Q**W(cYgBA@z5T'eLOV^zt[eBQ]m/oPhkş]T]`AvխmЩ j{Mcm$v~f2s1ݙТ5Ye$}JB9鰇Cصj^fͲ lL DաAJ[+Fu}B6 9\}NKP#IE UrC91{(Pӆ"'8f _< {N+aVڅE16 %d&:|zCAo6` cdlPeYhooamᦠсSO`4ZJ36k5bcoaSΉ2(cqARs)b>?}QiD5IA|G*{duJ@1>fW^(5{PPئ;_8@8{ptS`'4H6ds jtԫ<.W  "=GXv_ 2r,y_ja\@ۏL=$qC)xn D< jҶ4'pPR1a}tM9S1UCtH}sdž 'Civ`D^,;<`㺢p0UsOy&rq+VU|e7&ҝv21\5"`ML|VELAtԾsXua # \#u0Yb28NA@6]5_0׻HL97o(6D |P@Hyr#W 3oh#Mh?9n<Ͻ@S*x7yaObU9SED Mfk7$_f Vd-B6t"&nsCx{Zj!VH-MqIg|5_P*ZPÊddl2e}T>phF%gcbۀan@G/@^AF\)ѵ#jf4d X\BC|ڽQF!5CgkkOe&y pn:#v#[E{r㸶8m)G{z0?r8aٮo+}mU*s!guԌT;a7/UևZ"jDC4C=Zbg pF.)!9K6,DwrCCp-eGt{>3A cMPOG:~|wv(bj2p raK3E%!8Da9m*eqϗ!@M!H#^\d<cI=Aݻ&_ճk>Q5tU1NKl4?В/@_cЭf2))WܵϽwLcÒq!{3oQECL RPM 8ųurMВ8% 3qwG-W ,b#8kZ ;n}1v/ G0(SՃ?+GS}^Cmba' K26oPFןU!쮪Q")c~0'OGNq`R0z-Q'N]iO{A=M~j3J{C>ZZ%!V'~JݧS0F+G !1B>ں^eӵi9t_ü Ȓ)ûS9%&:URgCڗl)Ng zI |#3r#vY2NJ$q{+0]7г* D>ߕR1k'<[9:د41Mw\{2!gCq,pbE*&>4<p(! 2̑ L+E_bTple49 IΔ"S@ ˞[G}ƍl%fS;Y"/)}9SIqܨ׭ =!cV*qDէ s,Qh_H,`M٩R ,!75Ä%2F19t{gc kgJo!4-Y;K!iI+D9/{D4w\"Pm䰽w*i`-6Z4at$JfLJFu yֈ:f)OgF΂UieH#8igK j'weTu-5YS\wDݲf;[$[1= 1xgsٔ"U[smȼo A1ƱRi 0uX8"lWJ_wgLjzul|.d-Z+S{;RVV&ph1FG?>]p"`}3:k&S]%+SbNԲ[:cECOTWr?y`3Tya\Δ'Jaġ^^6@D:1! ;u#ZG60ӑ/V!vAvG%sƳ>~6/¢FC@F냹ecR7 "9-%/> NU f-%mxk! N4LR6i6.}JW &4{D"=3]N Bu'7+z͔( ڛزbqĻjmTU;x~OןNJ2:&X\t2 8Ip]w yo25Q9Դמ.OaA߇ϙ:\xxV#_֊^+ôΰSZ!^Sj~pGr3'9x Ƞe*q^x1ȸ /R-`:m,MׅMD2@g|}d](2MvPŏj !.Bhs@ /$r쳨yF T$fr&[;u˳MoxcBrohOМV,/L;=P4S]yCe!Z0FRj o]b}2}N)=ӝa]<}Y8KYQhvZ( y=3ԢXm-]sO,E,9T{skAJM'QS.<(Ur`儸(gOwԣ!Q\XYP c^w0wz' yd;<s@;(2'nn9KI/["aHiMWL #S5]hkfޘfslPkWei3\+a(5s1ƱtdVFz)J ˯d /xuqRj}zxj|Lj$-lrhM;v fM[ ңӞyV)dOG⚻eb?%ƟCoS7cQWr{ԄVG#71B݇cZ,κ(rIsCz!  -M a8޻~&'oleC*T]za+􇀱--} +zMI5Bb Z`>fVMrא 8ȹ"|+]ͮ v.-PP=P5[dα!~s{;v,]z0T)\x= `@xzv0Ǧ0 ?SWF}%?hxez{;DN0we >0h_CcTk:ÓH 3 &5ۆj#C]3E^ )6CF0ޭ&!Є|U`cCB9eIz-)C2$<)B9_SVg Hj+ƍM;)'${1q JܣW識 @ JA:5[aI)"r FY{[r.Q6W6.Cjb?Ӿ|Q4GAlZFWg.I)O+WXuAςgT,K'%ͬIeZyC<Ac& xXxJȏdTFD !RC&|=OLouU6M%|/0j:~$_m%ZJ!\P)p f4?NQ}P MfK۸Ƈ] 佫=iņa_09gH2O03O%,Ih'&ׅ}D Ĭ˽6$6\^td{fB1sZ|+kؽeB3qBLgPotTpJxd/gge}=?xA|*g8o`SP7VK8@uTv (I:c nʼn36g %.cePgX,2& &Ӥhl;잾ͺmub,6☍&2rdKw, gfAK։f$= f{prmI`*(ggg3~}%QfedуW}aCQa?uEsוn΄z8N7 x^#Q㓽09Tk `%mX|m:zvdUD+mp 剂,r-mA?\{t݉TsWUX=\$}%ozQB2@p©PR&Dbg1(󪞫fi : W]bvRLFXN~Ui !K]{-wb S ?Y޶kX)J?s)DLUKe9%9+f+ 7;~2\ {Ov6d*0#ѧ͗0,s3'@01 n5Ĵ'N -1)JR|2/=!+{0]]E{Ҧ:M=c~rukӓ3s?G"^ W˟kԫB[? 39N}S5_]wۮɖ=`=C]IB7sd4{y1EP<g Z8Iޛ7ݹZTE*Zydc•C}3t:`- 5:P܉5nߤyYZWGPͬn_j;,Ug/lpͿ~n8pMSٓ'|q!\ro>4ahw¡/G cMb>P9[_TC"v9ϙр>T[ٻ$,H?X\H(ie4_%Ie9փx2O3kO<MSw#/+Dnys_e ~u4 @*n1|%&k%24 O779Rn6x2eHuѺ:>n.h4FnPW0%1oHn"b$jqu#c 'KB{0bUkLrnC %iHjY CH½um| $pO6)yALRˋ_(n2e+_DԎZ6u(ɫgtOlV>YX Zftǀͱjfm{B #PR^촧X3+ %]# $(7lSuN_!B1I>eћL' Pd-N-]{mz7ww!t4OJUX˞rCdW;/jVLi֨Gwt7tr`;5iM0y/ZH1u~I&Ь/ XlDlw{Ԯj@6O}voTIqOPh' ъ>qpV8S,á p.ŔsLyb T8*܆G5+BכZTE`@9VCfe= NP1O~jdS=Ɣh0t%GtnGz×@sL'X}H8}]?Wk keW"ui膶5t}Pdy,[>T9LSBTE$K<~* J?Hx noZ}[sQX1ḱQ"HXw ^:ׇUxDt4Gy&;Y r7{t~S7:1/+ZAKx9̶QЫ;& *7f, ye_ 1J'X|"7wܴ4@~׮}'(CO902ĝ2q m$&2:;vJUH/ g"2k_u9|#$X$nx.(?G7EF!n =Ya]Onu3;o_~YfC]π?g_LT?2=4p8{0Ψm[-3&9QHih 'f9؁SHP4K\a$*yzn(7xC{Jeu/f'ȧϞ5ҏջr`E2 'IRPh< $̖hCzw#nx6$W'ߘ_U0|y/+ fH;%Qun "nߐ~.1gYz'Z TnRz1#v8ĝZ/xbR![ )y>ҍڦkZ*~DZCYw-?$X+3iu8LK+j59J 9b8aIҚn.|^^Ms&\6%oyV+`A]֚*H( ˸n̽i2pP*841Ւ3x8BP~մXP'5t7HjL!mg_Cm{(> `&NJbb?=􌱸=Z?HQ_Ȏ0.l x} KS%%U-N}_olE׬yL%S_]VkRҌDɀ!rdػUN}U&'լt,m Eư63ɺΪ+~آ1TـĞeʵa^tKq#luvZ2VK$&TP[˵J6Yo{OYz+#D"‹EGO ̄MYYµJ ZA}[M]US6h0]s dqj} T7tL@L %1&#tKPrcN毦KnЉ{ YQiJ˕UhIhkq@n`N8DWlddgl(Q {Is%>I}o4i;Ba:jN1>?eYbMw#3ІQI(ώI Xg[!}ڈylDjDkPbAcx$Cw+L\'4瓖9­TSwHRaC'TAAEA ?fO!اzd5yB~ځ;eܚv\A+Lhk5ߴa x:Gޢ:(|v#r 4mQQQT' N_D }{0^D20 i{RiROL"@xʿ6,pēBs"oslK@l4+{jaX<&zƛ{ICVbjvӰ3shE3C$Zv<) 짽v}#ЮĪIQl=yڐ&荮RW-J=x:$;lVb{-[9V\u(JxYG3MV|B E52=& y2!*Z ZwEl$M;9V#\= g;(.+9O[vV6 YA"Fs{ : *?_|{lHUFl9BIDd4Xuzq~;#mujL 2|L+*?ҟAfh6}y'+.`^P?JFu-e ,> {!a?+k2P9emI_q'k v,3` NRE:yͩˑɕyo:(:Db$փ5uP~5"nKCˡr͊NłeLCstlG4 1k"U@ow}lGj&. X^jH?d\-NA.",Uz=<֚d~f|!\ݯD>x1phMrP4:H+dQv> prGyAzJ́B̷ڮͻ[O ${N^DQSzt$ d*lJ6q8,u$ HKXйNkj~ay@ N,H|G\ _0D8,Q] qK$pf 96%C(hٸ) ;xMJU𪌷sT) ̇uGQ@1]q~lYq~ z$MQpXU)tQ?#ЄNIiC|kuUjv{<Gb=g~eLkb+W][]:tWF;t`t0F{d>81r YzGe'iVvtjY"N 3n6mH}a'K ?<ǯ: Yׂ&%lF7GKHOEٴ5Ko_cT +5V=|;pyMѧL]'~Q ?l3|Tw%,h _+Űc.Q1Pg,L#HZk ό#L Ҷ?!QsN@~xAUyCr k%.+GZ屇g_Xu嘛аЮuZ.ĄnCa0.Ũouc.N@o9"uD)y(yR'/kh{Rhx$:1b>4'P;ĝfk4E'z.+$5ߖ_框ol<҇%!K5i8K1k8х qu* nO]' m[b)j/PK_LG-YL w NUtPآ VV K9L!0R7P|pf3&bRD;{ Bi; ${ңiJ3ɥPms3}(zP`YU9R*$ڥ2KF vlCpO(E2 t~}o ˤfO?1qq 9R 4c}5בr$DZ. Xw$BhPgX -Hu ִ{~3W ӣBI1J݀*Ae[h|(]4E% *C`ϯ@ػobs 븫PՅI s/,_ff.g]Y2(FٯX~a>©~mZ Ro⮨B8~[A[`aR;aXď8% $Nl[EA*@}AڬfUy!ȱ{VGf{`N[ՁEcP8B,g@y|s#keHß}+6 u3_u)=,mJ ''pb_NC閻oK>X:?^C(Y=E? ?J8( fCEόw;4(5EKss0$"RYvAܦ`[pt":eeߞ}ۿ1oC)x" EX^m1\ /璴aV7Nj.Q~eS_NƕXUi2 OL{Hl0ձn_9G ݡ6.Ǡ)ǘ/9PWEX$$ZogƆB`PpX^4@FD@}%}~5_Ώ04Q]K῝[ķїejfe{n;m"y;%nt;X/oDkWz2a.t-Hpuk ۃ$k %h)}Cb`H [_V^*59Ip]?ya; *IKybr2C^,^/ht^{jׂUu fT l8;ׁpһw ưgǗF} ba!kЗ4WYé(_!#=<yR'}O0زTNkob4٧s̮Uj,m{qdSQ!p,( kG7B);InyBʉW|9 Y\5tsX%$,-?Ŝ up\Aւjr٫!y'-F3L)7B'i7s,eÔtQqh` ˘` We4yr@A[m+^\:z,{d%PM1. . e;!#v KqM6{,J5^{(ꂉJɃ'ѴQ4TU0.&JiP!9fP{M5+@4x#2aS DHZUvap~sJ #s'>0N&eŮGsQNQ^i3:Y2|QemG\4<в*iKhR\;r@"?EZ$Yde lzq-1ϙjr_^$f~J2gz;`r/՚'8GK2s P/l+R8neUh4Zi홑gԢ/ߪ( @,)j^1kW~j :➏xOMwhyZUfduqfgl)odw!&dhߋ&FeW\aV}Her,E5!iM5'kE `<-Œګ!ڿn}l0uaJ"+D_ -)/ |A,-괍W w:2Q&069i_gt,} S_KC[ذc%=~чڨ}IOMϏ-kBj+w6ΦT*Id'r ]8AuǹTPY2뼝XS-q G:~NAdB7%3b($`&'Z"~<[2L _E{- 2ӇRwysjHkPO8 tفQO^M$x\caU 2p^#Q4 XpŸ}%U.0.w Jc5qQ<#J}| FCfiZ6X4=傱e#Vd P{?P>r'ݧ+;IAk =:ZLrTJ5Hy(%MBZǽuDCTg .N wTB 'cqS'ASh(*מ @ukOCQ[SUr)doh5S<2wۯ^ⲉ|z 3EV eBjv|֪)W¨u]\`iqw ۟'2`$UO=&o`?p dq.#y2}… N: Y d7(T 9?ULɌ,!9ut*ǓƳT`ts9Լ޿%zwf #5=2"hUrAW+Q|M2 x]B8 F ʦx"Jk)ǣPgqAn\IAdvr$$m+jV&l[ŕv*hjÙQAhq#,wQOj[{aгIe$xP$1A<} \x~gڇd:JYw67UG@awd3&^,iU1mh. "Ό+3#0^BDZ?d-+⓶3z8dQ编N#Br,g7UbxKapV0%*5Pq+EOP "kIЧxϻg=2'vR9EJ QYXU'n]ܸs{4[Xi:LHdH.m~̰7&O4yU}s|RQR/,\~Z{Ӿp1󵸱R֢hkVy(kr[yk+,~I2+Ǘk,\y`!UѣPq?nEIG F2K{Va4-ټB0`Djĉ|3 lӬP zzgq7wNw خ\4ȱe\[nqxLz,p!;v"+bJ(TD0aSM.k:j/>A2s#V({%|9 ©9Y3Y'])mLw8 ԉt+J+'Dd{y5:-R=3xRƣxǝ4GJO%9|0s"ik~}\իOև\:`+:/d?'r X(wy Ttui:I4BPt4dq$zOMÆTMy 1] {N`]ǻF\՜bGRgJt@uI2oïڏ=pM'wmdaN{wV'bƎy@Bь@o/7mH2jOP: yw0"^So6WgTP3SzG1՞dRrGuanb c}V㏒_s{/*L'ҼSG̍<Ǡ,&*# UJGG|DCa k -*l9_i 4ڐ=B7δ讨ǽ'mgEU0HK9 wjٿ4aEU % }%BL;w-TY5yMqGZkm>?#.)uƫ WRiY *Y-͚h',/M8W'ix)ka7d0:ɨ͈~zm.^Dc?"͚h8V ˖_i[gˑ6f}=KJ*Ԭ#ڏ.3 3mc%5ާπ1`25&">9D~x/~?P4{#*y_l~_A灘:g}/ɈHbrW&NW*sy%E=_.y0M0q 0nֆBޣJq;VdGk]s FA3ck7qTP|ۙ栖F/S$ e@eO+g*͵Y$9Azj>֑D s䁰>VYw 1MjSVwOa=No%-z6E(ا|/H{ X6YҖ@4_BUt qjQ[Ẕ`neLb~iwS%]RnzЬr(@  P0^Tb`JKT-qRy)T[~ʉ~X[a/0'^?L3Occ55Vծ 2:HW";=qO. 8;JxfPmߎX\|zT)dRpd\G}yy\]h]21 4..olrmZFvx^/a'zST?Laux&&Y"ӽnK4 }B}?M)H"b SW Cw; 茮.pfE2io!̶QT_mpϑ(A*G֫E]-=mb iƒ/ ^WKC /93) 'Oׅi p6Q?ɰkW i҂IPVG5( =C?hi޹IDKGM2r;JqfUqǚ۱rdg,&)a (.dh=ˉ\MU)1F+sj~U f]0\ 8<0r}N &D@q;[pc:j4cCIE )]=qdP9H >K5ރa}Ü57?МYjzn58DΉ >`s96|#wƵ;z%U˕7b~$<hfZ\-'j/3O8̗ɕwZq] n7&— jjt˅u<4-+JP3,6]3!!\a?9 }R2k\e$(p,07p[w1rÔ<knvB$&7~pW̹c\._sũ] ]&nr(j1M?}12r  2ԧ W J7X"]Wgeb,JvE+XՂCG4c쭒4z3nHfq~8=hLj\rVh2 /S8kvkkxPe>oVȣno9hqK| +X6iݖk0/Sx q)4y135hx\J(S gcVvKyU}VE4~0PHer{V" E J؉{P:b-A^XΙz"~]NFbm;Z^ ?'nZlycԹφƧ<& !±L 8W`D@ֈV(^Zf#߅D&͍6c{m( Ei@x Jy, \2c_3Ej5A:o.bRO]6=AMrd$f]?p CM9| VvgU,]X(^`c+⥇߼tWԑ&#W}ijST"dx26DQ+8(@*`UϭSe@VolPjz^2U㜬jEŕ2 qNfE *23Y,lV * "U٢0J9  .t-jJ :If?ט{=s NNhFw6N@ ,dva6a .a1U1&~V}x(NĴ!+눡#ϝ-⼟t`lFܴXg ' 񡢤xg.>Ar+6WY2bYЂ |뼵.wъ_S%Zc\6cE]ҍsқahiޖe-ہٌwC!\Hsy.T.&of Tz`|k@4]j\vNs8=5L#7wͶQbp͗sfI~ykl Ng-]fsgV،jya`@2Ķ%~;>.$'"j%`حYqųhLlƺ$7]}9|f݂iE%Q/c8r8dGdk{) Lu*BߪK33i~ݷzgSY-جKJލy3 Ƹ,Eډ l !nWA|*nbҵ_5mq,Vǁ`i_t _~GU(/-l? QU鴣YPVӿJTNQԱ71_ fY)YRR!HN)hXzRbaw7@=?FҊqZ%H&8yQRΊHxfI0!Z 1XqA2 h{B۷Jc P.5lj%T^l>[|> ߬`kp: nl_0\gWVJ72PKx½O ׷^> 8_qaALoi'o$\,M Wx5IC<r+(Q-B TdNwh>#x@2q>3jqVJ%^ԢG4Pj؇xx0;O2i' 4czECi&Y׉0BBmjBۭ[B21LypJFpqRhҏO8g/F 'BDjבP17/ǻ+-;;^ 4jYĉ]6"cC`*]kcSƪg`nϔ#sTYJ`ex_eclmcº]JC_b8"t?%)QA)T7yѳGOunZװ+,H 5hІFKA9Sz8D.}q i,ۅt E %#á#3Bfus)t0lRK.[q1He!90"M8 sY|[20fh6=3S6ߠ).!L_xGi#Y1GU9Yl5֗(jzZZ@=Rپ/(*{Nk&lXp$7;d:9>YS"X]7R_" Yc۫7* θ[s-/W^mF֏9v3JL#ˀ|^#"|xYBe4vYˤքH Rӻ<#Js5Z͐!&;U Rp\_3T_ us1J*jGU<B cB[y&"b ',HŽ2;+MiMKa|Y: `4rz%(qGBDz4%ى.> #;oց( oJLJ f,7}"V/7^ǂܽUkTCL٤<V+,BgTw4mMc̮b|"SֈdX4A{D*xİR ݠr]}՜ЅR^TΣ}Hf9ϕ$f(q\8c2bx)xcu_Z$O9'P P8Y7GZFtUʛuH_jEr^7FŎ3-==Fd/&3N@txd'-a7.j1Ts`JdS5kĐ Yּ*`)ӹ ;$ʑc~N(&J ĔJ)~O훡ͰMLBω;d;ܖ1NH%[ןItH󹶟 -W֯bj`4vԷ_D3|* uTm~8: 2|0 <{Fd"_A48xv̀ȿJ4ϚKDh&Am ,8zdwe&d=f,q7n*I'HmgWtdta|JJT0\DIXHRٯή%d4Yy<ggNwkrBk'VPI)pR~NͅNNHk~ucb!\QF7v]MOHoRDTԊ̏T~&ϲkbրY,G6x˸2#v/^,xdΑEږzEqd!v;R2Q0fɔ1.ȍ@t gKVZu=,s[R4s4JשpUNM@d%A+JO'6)tT.g ܷk:yD""aN>Y / PMUgb祙`xPl6 Rn](s U-uL m ÓtVVd?kvϛYzZ |s֎"(&hw|* NjǬsE*Bi0!~wA_`=b~ҼHR;WN;v>̈́;%`ҋA X9BN/ y6;sycH\!wCq+?[{+6U# f!S4%v hDx{qW .D:߀Ș0Pc jQ=0W&݂?GXN dS%5k$o .eI b:1ͣ=' =U1J>-3So߷ڐniOh֥Q䜰zF?iqq?8_)g>>)>-FZ~O a򡏌 #@۸W%U+\` ^޾yq:D`+U188kN/a}QI9VltQJ6nL KY0ݻ\b>tg0v] mRr%K2D%GČe2x(Lym4)ҤxNRzOw$B?+Tb3 rI0:Ʈ1T>f*6A*  Z[`!ѫ7i' PDT_tUݦκR?n׊mv(;0~0Pj"#tI2t݂ΉD]n3m i /=K?8_EcIO/?Dg(42T@~[ 2tE$ڢ[R'cu\ڧ6?{Kӽ cGi !y4%|aO!P[ZXK$kSKѝ5߀!i 6{[dbT HbIO~`kCI[r*S+VW9z?*_yOPdgDRe)C8GnDLyURӤd6[p Ԛ#3A|\w=_s.6zy@ 67 v |b ?> ^/vY2Si,7ѮEOtO ùtPRٙ +QCOvzz DW+]-|VC=*_+O=B :f j:֎Y48#ə*W< -]IN;@b?GɋKDNPm1O0a#Dnw μBס<wA|,cM9iZ\BF/ߊ ; dD_t+Қ- !w[@;SjY=r\`uO]%{y2v>Hv7,\%1IL+Ƴ7*5IUгH["lV wMDc%+MSu=tx ,@]Xo[)@nMf.re2O\'4h/IU-`ғAԮO| J },aJA7b{tR mxӛh R9 ^EkF $tS-<`5飶(u_ͧY[f(ΞɨmaC# ٰffv{)~~;$Ň%FjUd{%|$2E$CO_ ׄ3)l*C|2BT {읋Y+nd/FHlݯ?{.D UdazpI/9V*N^R,%ua:q+@TŁͶ]ALO<$2} ^Px,,+)X;+ݱs=#˙-q$}\\UqD wĆ>HE'"'",P~2w v ~G"`0l*UqmX@op̛iZu =)N]]J?~_.6ZYPfD1]AL&SZeR`F Xm37[)'.UM# ^ \7_C6lQ gV V7MIAhsITqTãJ<3w}$=)Eˁ<=qQC(sa} p1sԨ)Qv_3phl;O^| h~FfR9@ŵO|(Ų$džýB3m}OW%Q6`ʔ+±J{9r=Jtұh H%{oSoF;EAv@:SrHl GC2HN\ \ȧR@*trff+:'1j:/7Y_tG\'N3f+;0jȱfZc*[.b؂Y F-cvz]%֢겨o-?T@v{ʞblVj עv HO\kwn15%pXe~8M._8نBe71P-=ѴdRP,P fG㝴d{5=1 9o{ 8}_lz`kgkM¬-j ^O;,AxKGnjSLH1X_>"`چ3\% >(F}Ybj;g*gPק|]uZīH5 ٳ&+^fڲ˷=U#a|扽^yJ4ceS y=Cp%5kL./kj01 Q?vl< 3zDqVfvYHvjj"d#9JĔ/P}ŏp{ Y]X#~Sv"$@;va;AUym3{s׊"blp_I~Mu@5CΫ'ƥ)0:rTȷE7ӝu!kdSBܐش*7_EX^c0V-}PU$oqf.Ph}oc˅2<TxUP1>Dިft ,3mu_.5 1 hĿF1i]Յ@D57[wbYz̼`HzÖ#+rJ. ad^)٩Юt?9ipY#o=2@^''S HKIˠ6 }h|‚*SQT\E'@u uW^RW]"5SmCU7i\ZG=_ܘ[a:'B[|cRUoyCEa6$tS;K[*H}9DMM=3J7%ntMH?V1c{gC y>/n3Smjp!rJ`";S˲>6kCą3Ͽ⼸xVLőgi"^E0eOX3l.۸*dr/#N/Zk-6\i֐;|Ҿ4˅(䦀M ;ӱbйЎobD5R\"P.}yꗟQu›ˎMcJHE}P߱ 7a؋,-ϺjO'Q2,yvq3 +2UlG^kYTL.1]"@&C ~@`عL""+\nrϑD Vcʯ$qq;iV][$YcifK&b6!iJ4{od!}2?ymprhhɎn֓98F>ѻ3-S@컭d2qFDn560 xD!x陃s%aT%IbJI_3nFPY,Y٦֨2Q.BF#Mp\\W4%qYk ̫/򡷁#AkZ;AUˉk:O+i6Br^21 JmEI2]'o@fXy_([םδaGO}Hal *L3XLA߼ʱBv, ]q*K2j^ ɡGq~Jez( aj= 0痺}L + ",/Zփ\-aG8iqi㜴s"ua3P>sKNJ?c4Kc;2'*uM3]CLV玪CVmq0X |!˯yŜDt GRo-߃㠵v j rCY(^#Q82? ]]í Ǐ{oke!>2f ݗ5%zːE5&".x{y=dl 5<̮-=[6 0px]`h@A x7D~8~5zё9*lt!ܛm,q &_e>3PEdW_ۓt1&^yB k v5ˮlB7늉ks2ok|[>qJ󕚢H$z _ỉaxhTS6ui*I(CG'Z͖玿ke-^H dDz[̐b!t~*!ɍԖMfwrGht]1 [M:OO?6mcw7Z^w kJ-,v:vXj8nkZQOT" B촹.*pt^')!Izlާբ~jzYd{cGoa,""Ѽ}my'Ib6|NԷ@r;uFx-_s&/3#4b}VOh5^mT~Z+ܯ%cGKq'hY[Gųͫw9=OPݛ@%YPbWtiWKGm쯤 ' D&ɎfLQGA-H.1,%+Z/W%ZMl*91}n˴CW@^ ,'!jO$9.]ˆ؟_Iټvl>]f}<k*Jtb2I=V*o堶|`6&$ vfZИX9qEyn"=XwFN~ BT {Mpd xlLcwfDgơAĨv\ TtHgh=I~楪̟`YAn+9l`6{y툂-y4bm1 ROd}w1q5[pSeݸ.}@SNiT=TuvRnAK2Z[GZrUJ-TT`[!HWë_ 9BX"TVeF F̻. i ioSus\_$Ǯ#+DVEaPBk6ItXx$ ~L\w{?ްw&BFx6(Kjlc24zh7:H.d{}фO`,7I>&8|nMlfD+yOS&^F.# ҆Sqrqsqqu7=BtX#E)c퓙نթDXL1 [y'ј/+N&-0@dEs?[b 8ڼOʕ}~qo2S6<k}H6Pc2;p۲1HnUi 0b2h\]|pxkH_qI-ѴZxPܼn*:\Md'^Pe0+{ >,}͌- ^\rLZM:_EJ\-tFCwU-X1;D IQ u1F/rDhLa#%-Xl$T-gVF9~;CZ2$@s0i 䰿FD.ڥV(/y;ܷc*7X+A#\r`,yxDb$.pV/i*zz\0D`-fiil+t1z 4SQ[:h:ެ.5UZD&6kyFQ{q$>alo -;p6|u6י M08,5h=5]jdI]6ůAz;C/v°K:ζo 6@CD߯䔵 kE? ӯ=lB'z7}FwoL]j/Ԃ,1x2==҂ LJr~Ñ!~6K~_;mC긖Xث 'nEs^s,2&G 2#ʬ߲.7ZnOʅVEOѴ;3Z>rd pϣW)Wq=lR&$%(> ؄[F173}J۱!d{u7d YQb*nUH( 1AlaPre{k41PYPĻnVP7氕* s wnbmP̌u>`IiZ_)}.tWރŔ9hrtQIA4p ڣb,&r 6z&ڍ齳k_TdV$F0zgpy(GRj̓v鯱&B?8ܷU;^'s/XgpUܑZvntBYo/cEcc wCτM),obPx&}O~B誾yjo F=Gmk@$K)ܕuq I@+ؘ~[nwoMڔ([r2Y; Y9>} IhQL֕,%wM)jœ ISfeff9뇖}_ja O]~IJ؜T䙃 8,ٟqenM//vYƦoK?ZR=Re7fDKfp$M!ӻ5A&IIVHS٦߿uQ,O+'㞮`Eyn^uI;kKBIPBunvLܥO!ثʟ%Ƈgg[ sbl]"zyz|w`MS:4LBL9y-\x>ރSO_D :n[B}3czY9?Aʼn"C)(ܺaG:^P wf!`,:1VxiqwAA)nc=\-R//+4v@o˨]zj^>@j9& ݵ4tuޚbd4 SۈMP5 Rctc+2C˾YRyDYu14@ΰ0{)'~qݿ6.x|&$NP;O;"MdQBopjDUYY+ V&[, >"# u[ȷ@] 6ٌBKjAF8 䩜AVvp$-E},!f^W#K[ưotCz-/T`?mU6uYsg&*RL\oO t?ΐSZZ%߷r9$}hR-($@Z-y5 xfDi7CT;>[8q>>}P.ƾnF:E4+pxLͩER+I

De xaeZXN39#RqG+VrH#hIUU_l{]K;W8mӫ̀a?BS!WS C8kw>ČnZ.ς迉ݱYYӷRLG?˄rSncm(\Z8eRNNpXpbM[X\~Uv94SvØ{JTݡwm2) )|QצfF*j#S#>I3.+;š~6 #(SEo#R)mm%ZQǟzw@ - ܥb浤K5[qӞ|bKk E%ݦE=\lxwʸu3{I"Шm[c_ڀ;!fr>g\ut,p>a Kl=(LK5wqĶ~%hH |AqڇNH#Fm3|%'5SSuCZn6ʋ\Oϝ)f(}E)ރx͝PЍ%X!~va1뗈x-`yZya=|Ph4zckOr,B*M0oПW~}b҃A; dؼ ۗ\!`.bBCpZwJ":_w$/ l:dޙ(Kį٠XJ-%fd,f784@NatCEo"db+U)'^>qFM$%R4`~hFr:벙pE/23$Rkme4i+9$kY.軧ӀdDe`=I][d +SSS}*hD0<A@ Qs̢uW0B<Ǹ64Z:lj 'oŁk%r]>6D5`"3%PdX~K?=ҷk噜/ÉmR&:~Έ_1%zCܗvI-yZYSΈ/P.#5|) $ deXJ@<0 &]R<h* }EShwb PZ|,_ AB/<(\B=b%R(ϝ0v+"pWĆjL3 Ý+yY^B *a)kLN`0Œ\jA,ӢⲔ3AiMb ~KWtJKvg(KyaaZv_&D ؎nw:]_+Zʮq_%d;vtQllQH3{r@>u_WU^(b1ʙ'ZlbB/Җ;{64כx̡{o+46ǠhXjc=txϓlj rbr0 m"qP~ :w,V٢g`]}tT?s41ϦS:C9:#zNgPfxjvG7T]o-Z65eJ?vD\Eb1eQԏrZ1xHŨvKk~??-#\ yݑò}%=?^l{~ |bKCoLU,icW)a)>ʩC ˄aٚIȤymMyT]DF/U3kvL6^Ɋ$FȬyr~aG0빼iBdAe`Bcqd"Y/x?Gл 4Gɤ*E0iLXuAU+9GPdrSrs s;I>r+{9kSHo2m1 j/a"ȭ`DPNDm?-aIyUWp=BC5<],Դ VD 'ˋLܥ stxv Sxp;smn70 rO=bw?">r)PX`Ri>Yd$v>T?Nޘ%%RxLgC"Es:BQg %ž)R/ߘ%IE}DQXN_(`}l{.zt^|Ga=n`"9/5EZmb[6oʌ>;WDўޒxr+{bs*1Ft*#g]jH|[R#*xJYp60,5sp~[KM˾ŷjv(<&ReG4zA5WO|ͺiPGI*bB}TuL]836 N5U9~sq)x`4} ЄL,$ZF(m6)D eJ֒6.c8K^-qBJ` hk#yɾQc _+pXug.>7Wq 8ɗNx]<5. $e)p<A~tW% QtI8B|BOBpXֈ_< Wlx>lBfnFpCzVN~Ͱ=E4ړX-AWUnRK28ow@I@eav/%~gvz-i e= p|ֈA1oGWO+DzJ݊4tn+=;_]'M*Z7 CF=gwr5GT`8+j%G(Ķv3Ob*(m+[2ܕ2jn|lNCy|S=Э熽"ɂۀvcg=X8-+)<̻$J?`6"Eb'ȚaXdwv]L;4V/٩H!JNт?2b8`|`p+"U@'tL@6bx0ܻ&JcŐ@s9-D1-Z-Xf?א6N+ZEJ?ZFO^Kd:4CAu@ &`}xp,FJBe*9ߎ[YcaRΎ+Pv}ȸ-,q0=fm)[*~@tQ++@Bfjۢu -f(lYUh*,c#`gf-w)z%<>8؂1B@&Z{o+E\ŧ|+xMvljLaتw-Q`Eh֣b{ ôCg X+ݵJ!wN;!sOX9wP퐖)з$ s&Gr!u9EtȿJĔx<㻚?8d }R@!5cw Q^/0悹ɨM7*&Jj=,E#IW"HGxi^m) w>luwy/ sY1ؙ>}Qܐ2?7+R>KPAH201]Ua-X?:6ԜVqZYW\C:\'` U'ShPqJQmQ = a5tW#G"#ZTBͺw'z88u{H2LwOur LO{a:abDPPmzr3~*:<21Y!%qcGYQ')?{5PJ{dZ}wjzσ2zn@ax%LO<yJk.όuYڽUIJG#]E?Zm(8#qD#(9m.Ex[wCZ,HAM0|ƥەzk5hEAٜ*<`+>|d I ol|Ek:f T*nU&sCm/-V"?Ɠ"٤7P&qJTz{{x $)(1XupR1 ڧkV']w܈0Gv*^;Jc߻써 vc[[*p7 IBcivLe:Vw4l㮪ڧr8rC"i<,X[zl>J-i©<(Q0Zx#Ee`X(v.ɱ_b*qcǣrCD{)گ@uCì|~~3[b?>c./);Xͩw9)&Hi+b/Ca|(i#jPi:p.X Չv/=g>SI*WiGñ$fvR6;؏>yђ CP )Me:Y6;pbRQD̸ܞ6[+ .Q &֯=Q5a3 Hڝ)w5-neAM0[z4PNLSԤQܨqII5g߯=KOl^:ZsT6w{ڮaoYG[/F),:zmKk"g(FHH^bFgTdaN2;OY>&Yހb lT\%y֜$*$y۱.IYTOʣko &-oCǏ)WJdYnn{bIe 7S;doptT$aOIiYPnD͢;OX*$Dd Q!8f*k9az B"o͋voFꃈ|%FL̵1_y41٤6yipS%̧N~@Ճi)!~Zx)[UI珱v2ê.s`i,uÚLC-ճςlg%t N ymʼ-eAykТ( dJ}C'$q%Q`=VPmmaMDv;fF䞭Z{mINŜ+u\KGY{^dLŃ+b=hhv'BXmM0\&e`cDjƙo4(;1BPUr# H۲QGǡ蚶xBR"r;9l'`|Uu{6J/vhFJ 4L-+ v}Z0a k`B@S1]Xʈ츋>,_*+t)-P*+'&d q]uOʆ=%Qbj cķTqy]ZeQQyGLv @MxEHN,9-T16>bx0#V8, ([3>nOͳXrRMzܭ8(R`2ˋDш'ΧfFG6уRJ\M$<(*eld9Tb5È0 unwxl`z:H)&pOXB%=&[( &.F V9q)f޽ѰBK }_ˑN(ZHd0A:|dp'ř {@G@ɬIa+fө$`QK[Ctb w߂Vv FlQ5WNLb;@>>Sms -N=4EWxf0/:W/h |FpEfk:AsLާIwdJi ِI3?)Z{J/l)b"-vL^/}/M,h'7fUcb-`nX\:5_{l$cLX+8ըibN6;T!|ќύd-x\"wX`Kj^{:>ofKqFU-kf&bҙ `D v ~rQj<(Kҥ`. w9/fߠ0ߌ-*[CBtc0tm\|4fAbkq~ /-"k ѡqf ?HY})HwemoLfWJ .u6 Q\o2xj:zF}ɞX׹67| ܚ^ nդe? 6g`|,-Yeg,Ŀj7YWv+My|20?0v[['`&cX%k$tqGRU({X_n6mew s$7hη&HLP_&ۼnsOy~ו\zL'֒ wlQkڅ'!eu"ay7}d7/ֈ;R9)7Y+ Ҏz\5l<"~̝>" m]N~\aj#'0mRz5h0Udo|L itf:iK%Qv2`<<6gSTMD =nʕ쯚dS$VC6iqʤM +]hN6vC*gȞԤːGp7WT PE87wc pTZT܋#$څWEڭ4q E>(|| u-^ z]zb>e MU4P[}&ω1OC f\݁1լZw ŀ W)SBT6_$?tk|7d7l9=QFJ[K/[Sru~9*Rꑰ;*>*4ڢ]91aIraT!Y|@/@m`.b^Y> I$MVԟ}nNwYOijwͦMF[/K@ .r~~9G[y"(%iA-6T@cEyZ(1s2V+wepR̀ 5 ݶwP o7 \Zw.fp{(DX9s WC:^Zj(\-h7,Ơ; ,GbFVW0xq| LIɄ|/Ϝ;Xd?n+f8 3۔:vDAl XV(۷`˿ccA4.6W*|іrA hqgkzI=CE fO0lB0?ZvtZ*`/Ŏa}Z 3Mx`bw dsD2$J @bBwI:B/!J!maA^-ůP@Y=K|8s@t_y.CBk0`w6 ٯ$#vnyeܦCy-پ.,gCbEiJ k!VZ{?঍/`Ӑtή}a' &k>C̸ ~R/v0ێjpu"cc I1iwj$2dryKϱUQ4 !l7ѷ_7~|}Q+xkb`V?q[ʋ)]r6 n= \dDBiCgk6g:wL>I=t純VEc!eaGP35rYFPeFQ/_<4ʒ?8^d\[MEl~9":k쎟E]>-Ov|a%T8>I|JdRϹoF{,w)c`hB֚fKX_Y6pmr5V͸^Bʙ4 >Ԁ?X(]x0f~7 &&ו' q8HH9%u $C0LN*hda滰E#,cYxЍkp3'5zmgĔ6?AVѡ6DS3 @sDj27/!aإ֯( R2Sgd*\{s9u OûnBZ&75ToSNxA R]D 1}mrSX\s *SmPๅ s *J'%EA@j,nda}D;e31-&._K4zE| sDmZ}:fk [o`K =j RJ'mn=' tJ~yw|膣94.SPX %\[ˀru А*:lgH&b:?)1B4jG6g;r+HCVF#\өWU!; )*{'tHX/m떓gHIL߆"a8* gF".Yxz{W "/S}U/|/Rs6\htcD͢2Tw8ˁjCblTYiOĆ&RAF 2$I"V$o_PD_é9}v3|5t7M|]}QYL tϋ]Y|µۤhptq|EdDWC.oK@UP .Yg,)^͚IzȌxJ„  I!žх$Uq瑙[e7 ࢭNNuހ!98cЗUP[=BĕjH?Q~":ɪrnjvKRK*(B%ڛԤ ^g0}:=4Vk9qDl|PK @BFR DN9(,DlbkNꅾPLN6cD >;H*WqӍ0w[(e+@R 4+8y1©DCa|:G%g3lp*Tj՛{=GC${נ- X 6tF&(g,cPsqb_ѣb(BO`&6Dhr884B{[pOd8~\65E2'HE`y0NtcR$MV#dNUDӓz憼v#vHWN)>R䙟Y<`: K%tɈWDjYdNyHBվñ0yؿuwQiꥻFhdMNt-p}H3jy"/V.M< ]#x;;cDve*G.iSfۈb:CjOL7_+uC[s?xjtkBm͙5-ƃ:Б',6䒃w|Fe DUbzY.4fGjA[D Ͳ {@erD.탭fdb ] ५wUZ.,؄>Wkq=eZ ї5d5t(R(kmDFY**ܴ0 ek\*Q3|Hk_߉]>SUJ_M wKq6P~ek%󐳗ԭ]Ffg.XZ'Hą6~_yٙ"PpA 2T+w.ޔ&DoXS0SLTӧDFU]tc@1!SVjw6?}<{ %Nl{Ҏ>~z=*{.R@@$$0]72qK|Az$UzWI{~^̑#J%9"i Uߞ.P}OO'\I{S+P߇{0耽ϷK6Vg5U4U H|ME<=:XpgZorr,Vu-rZ[/מ3wKΡ2^AS[Тi>ֿZ y$g*h%kO=RY;y5Gn:K%h @5lG(Ʌݩd, g.zaDE ѭ`)cR [~5EE.Tvݼ$P>8A݇ؼ**0$B&2FW[DǫVl 7Ρdю~o!d_/=1pJm@P=A'3Qy*w;4;rrd~Tk<*vj[N4>Cg` !{Qv,kDΑVśzR_'RBUbeB^Ll7~)LQ$x_k ծ!<-Iba|TZq凚w]fg)Je9\!!>mbT6wkƬ[MɗA8zD8'-MZ~q#;Aq!oizoXK5JdB4_ӂe(%EN)y`&Rc4%;.A4@HCy_f466{Q=ҽYO=uI_FKs(AIK氺49 glAؠ{>z#:<.b"Sczp*ۥfsЦvLX_HCz5 #Qm^Gʽ[s$؋lh:e;EpX=/ mh0mvGYQ8!`G2-J:.Lbjطe(x"&0U3JPd}a)Ap X1o {~5U[*L)LV,]2 y!AlP n|*G;:SkuXSR7;$-m!ҙ_Pdnc&:.M/V[Jk)XT^OOzDŞ٧JD%DuW$ {Y@K},C(GLoA(҂%{*SVtI%<;Çg/hTq'Yu?ZڢPu[m1jK<^; ̈́5;nnQILXcUҼkBRC0myJSv]1'(2UZ"XDC򭄑mr&+@-ìp\O >йiN\hU; 3 |{mSZvnFʹh*֣LU(j %DDN{Ka"MGuÇV]V;VXI^10>zN|g0{kbb~CUEAP*m0s3f fcFTa`1dɱtJ2;1 U(p_[GcR5zIy)1)I"h"TJnil]ύ>V7\=$'~bk! T2+c]qKKbiw/ ҉cz[^, vʡ1TL[֦k-@C.3!A$(ocBvNh=35"6rmzTVW{dHǠ /.NgW8yПٛV nGM@0]Wj5u6O?]^aK}'Ώa*w.H?iA(<<}_l-16lJ1pQfqH=ӻ 7aIl,KȔ*Ebd &{VQVԪ5pqG_ff`;gFGf pIJq#)I[&D]O̔M9CU'i<6' |JB!LPۓG `[O=Tg ל_o:c:y4Tq5.<#bBx˴JK7^3I(vD-~<.}:yPSG *hoE(^"\H u`*b#(%nW0&ˍG7.Sη%TPnQO톨4!mzg6o?{hYt na˧cjIJ̰}ZF*oٙ_C$r!rR+w%X7Nq ^Sr,kS40n'6) Vy`{|{XBWJ] 2A$a>W.B+@n}cDҒC0n,̑'"謢˰9aRJ]-_@d :f5y^XNݑyGuX(EZLb03v LD"-歨Z5fe†51B]|B yϲptvJm;hٰb5B]:8nMo~,Y$lHqJ >f[Xns/:/iDZC'|J>RFB_Z|'@bDjf+2޻2I䊔Pr!3d WjoQxwX]@F!gC"^w?9ͫ<@+֑7Aj%SI>6igdtTu-T:LZR֧i8y5LߧrQMw G _`1  nc׍dM/'B_ 0ɤJ)TG@YDŚ<Ij5vvB> JBhT;sn!{Jm<)y1 pr#ޱhci:W?Ss ͗qQnҖ~s`4N/|!z1E$8|HIE r*&R/3J@DuB-8tL?O 5ŠH->;7b~ gBPҜJK:ʑy_~}j&A~+9Fex@'seV녖jp DӔ&T7(+~is '>T|{/^jI>[ B,V# 1;GO׭lst J4EsYʏH}O0IJ3L.E{5dž6Ŗj vp 4%@C;wMomзJ ?K'&ЩSAH0~Xㅡx|p.L-ϲ]G+M%CծВr~jG 9|nW5}y A\Yg73$!vM`&Nq!6a=@^<Ў1}ESC1z)3hee ltFs z)"Ә ?k`= #}\"& Fzg=0._gMX079['`VUVv6a,K[کK@2$f{tW5,{ y JJ*pi+Mn5EF}їd.^ =ZznsDA^CG SӪw{($/OÆZEyx2"d]Rp GK`~Uŭ k;2wWGяj Ќh~ mU(yTl<"À""A9!f 㩭7rB'ӒTO0-}]n/gNXqjBQv|x^/-"5%i2GVdBj,cJU> %O:ۧYd7IÜ{@#)Puvr "6i#VkÈ̖ilm}U&R̖8x4WL`38]lSY!uj~.pOvƋEg Fyo/R #R{>eE?IŌ)Ɓ+!sX>jw՗+fN7ń ICFEӷWDAY+OoOmVPʹ+2&S3q"ʒ KqSbY} 3Yrg~oį d6T鵤%ׅq(KpRBfu핅E ^>W -2&`SEKIHS=}{;f:Ѡިc:htA4D7nvKE?nq})TA.uuA/MIb*T=_> gjbҳ2]Ů"/$ᠣS4btr!d̃R!M_1ǽS' JG@"P >lҪNZ!Am̲U+4MP vxq*FJa^1d1f <{TP[Uʕi3{!e`} |14u_)+j00J<5Gf\Z$9!Ԥxː;Th֊Xp0\!ڭI>ZLF6aiU5|-`9C8 zjq<anД6I_5yqza~.Ad, ĄqjŎZjIѢv$J0*<ܡ]DJӓX~LH@Q 粣1Xյ̋MObJlEU= C1R |{ưVN8{嶗X{y("&Ҩ=7N0"oⱉJj8TK"OƯ|EU4DD\&1gu+=2c̸d9_1ڈY0EN#e倷JăhJw}DQԋgs"X(Mi7Jd%~=enchd\eEim,U,d=$/aTt^WMnX #MR\ ׫\NQW٢{^8 }An#IjV!{ (@u%=_ї hcwY@꼠`b aǢPˋ`C RX&`Y{ڇi+iSǬRs{.ICP[ckϩO8:zeZ)׌nGfat&#Y$~_ .R?-+ʉ+#A7đQ;2Qy7Mו# dNf)J']*[ *A˃rw?Oef\0>c[j˙&(u{[jߌh+ ^T?"4ġv, A_qbΑ-wbLnWI'1<=i1]/6rx:|Rt4eK!ZQYG$7&8'_6]ҭ;?8Z1Af׎-X< xVT{Hn9ddB lL<OsTok,jN;N?5Cͅdlt{$`.I~zZ^nwЗiI;l C2?^ތ4G,KcCǨ߾TB ;Dr3𢵜[;SR@ +*#)]=Zsq,#Rn`ͨ{ЇM[gAM$T4|?]D*K>1QkZA#q/3MpMnNb$){>'S0-qȫBp"Kavi#~ e6N1X-Kkpݩ?VOXDMn^$[:ȰKUWR?Xņ.J *ylE7({ٿ`0"?<6D\}3ǿjw=51PzK%|Tt5YG4%FEg r[(r@}tOL7^?78i/kxt hy[3Ŀk!\:wN[wѻ3 (0a&  &8>[Hsa-]yI7oFQ5jDP@~@\!NԮuqJ*oa&}5>IXa*JKsIػ䝆nCekYv=<9LE߀ g\բ?ks'_PӇ/ph^ vU#4}ǚ֠O .cJcBT |Ji tW g!< |G]w#RH4鴨pq9桔ku&@ ͳ*C}="Tݰ9ak,*m e4[a֊b4V 2(nЦ p),P#P1ը ^FP*J7^ 荈89')-QZY# Xu`f9 XAM0*Mo)+Ynf0˨:)5Nbcj)[!90d@ u0vK[euL8qh!SxXy[񏸕k.uDW &p?{I"-ϕM{$g{W  =QMOxK / *uJo=QwOV! [̛J)K=s7Zuՠ-tIȺ70%lH3ttIe~1)p8'="ǝ7JXANP t @nA\崹8)_ۗ%'UZ aH$9fГ"C'y}֌PQ3 ? }\Z~M9[4<tBUm˗GCR0QUԳzkFK uW`O[5SALy>'aC?< 7 &96F3.~/1X3=J5ʋoo) GJ)YJTxKpշG 8