PackageKit-1.1.3-4.4>t  DH`pY˸/=„;Td2}#̙LLeѡ eU޼d8BaW `u&_"M)Z\"0@4M,%O"F9:RRȒ'ԕu[ݯ@tuE$e?h\._M7DW_+ėc߭‚l@?#(c%i.٩hi-amdm:fĵ TU&߂scq/>lzQlBKԼ?Ԭd   Hhltx  Y0$'%8' %' %' &p' )' *P'*'+',r,'-,-l$-$0$(08193P:>/=>Ç?Ï@×BßFG'HĔ'I0'XXYdZ|[Ō\Ť']@'^ bucd_edfilkù'vw`'x'yӘ8zxԈԘԜԠԥԨCPackageKit1.1.34.4Simple software installation management softwarePackageKit is a system designed to make installing and updating software on your computer easier. The primary design goal is to unify all the software graphical tools used in different distributions, and use some of the latest technology like PolicyKit to make the process suck less.Ylamb074)openSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttp://packagekit.org/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 if [ "$FIRST_ARG" -gt 1 ]; then for service in packagekit.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-PackageKit-update-$service-new-in-upgrade" fi done fi for service in packagekit.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi 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-offline-update.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in packagekit-offline-update.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-PackageKit-update-$service-new-in-upgrade" fi done fi for service in packagekit-offline-update.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi PNAME=packagekit-background SUBPNAME= TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME 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 export PKGSYSTEM_ENABLE_FSYNC=0 if test -x /usr/bin/update-mime-database; then /usr/bin/update-mime-database "/usr/share/mime" || true fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$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 fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in packagekit-offline-update.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset packagekit-offline-update.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in packagekit-offline-update.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 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 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-offline-update.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-offline-update.service ) || : fi export PKGSYSTEM_ENABLE_FSYNC=0 if [ $1 -eq 0 ]; then if test -x /usr/bin/update-mime-database; then /usr/bin/update-mime-database "/usr/share/mime" || true fi 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 fi 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-offline-update.service ) || : fi else # package uninstall for service in packagekit-offline-update.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 fi3(:Xx 8k@$X WVwBFJN %5 A큤큤AAAAA큤A큤AA큠YYYYYYYYYYYYYYYYYYYYYYYYYYVzW^V{WV{YYYYYYYYabfd12081317a2be88abfa9d38a65167fded44ee0c8edb7e65b9649570db3574e82979c94f54ffc92e24c66ba0ae93777b70912c0835a9de600254b07c54fc63c463fbd6c5a8467864ce5e122fb0088f345a5c217da33ec0574f6a3a047cbf704d5dd507b16efc45efa05604a9be66f3cb551bec723703aa2922fae90273df8776fab5f93eb628e79ed4a46fe2c9fadb532b1f323b49eb1e3c074f939c2404ad317309c10dea0cdc05375347ac5f65341025d030ffdfe0aa6bdcdd9039ea5abb8d636d7269f46584ea1fb74ac3fd52e13976ddc6c17827b295b96e9541c1374689c0c28d22a5d28fc4507554e4e5fac9994f73ca0a54fa118a83eb25c63e663765a110c374a018dbb1b2704056eb0f58b234ee4d69f5fce4486a80fdaf4a4263593334259b719504ea101a7f2751fdf8799afc176c1da081f304d89488533fbfcab623a3b46812606d8e108e0124a360acdbf9a19ce9c05bc2b674866eea83f6c1cbe6b4ba5e81c857af545cf79da9f7e1bf3c51dfef97a2a321cfd82d9f5346f0972a1d2a07a7f866ea183ee1d0f1241e9e57db4093a9d8fca3c0da97fa9bc3197e6524838b0dc9759842f2ac89d8a6../packagekit-offline-update.serviceserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootPackageKit-1.1.3-4.4.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)pythonrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)systemdsystemdsystemdsystemdrpmlib(PayloadIsLzma)1.1.32.73.0.4-14.0-14.4.6-14.11.2WWW@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@dimstar@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- 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-docPackageKit-gtk-moduleruckPackageKit-browser-pluginlamb07 1495065781  !"#$%&'1.1.3-4.41.1.3-4.4 0.7.40.7.00.6.31.1.0 PackageKitpackagekit-background.cronorg.freedesktop.PackageKit.confpkconpkmonpackagekit-directpackagekitdpk-offline-updatepackagekit-offline-update.servicepackagekit.servicesystem-update.target.wantspackagekit-offline-update.servicepackagekit-backendlibpk_backend_dummy.sorcpackagekitrcpackagekit-offline-updatePackageKithelperstest_spawnsearch-name.shpk-upgrade-distro.shpkconorg.freedesktop.PackageKit.Transaction.xmlorg.freedesktop.PackageKit.xmlorg.freedesktop.PackageKit.servicePackageKitAUTHORSCOPYINGHACKINGNEWSREADMEpkcon.1.gzpkmon.1.gzorg.freedesktop.packagekit.policyorg.freedesktop.packagekit.rulessysconfig.packagekit-backgroundPackageKitPackageKittransactions.db/etc//etc/cron.daily//etc/dbus-1/system.d//usr/bin//usr/lib//usr/lib/systemd/system//usr/lib/systemd/system/system-update.target.wants//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/man/man1//usr/share/polkit-1/actions//usr/share/polkit-1/rules.d//var/adm/fillup-templates//var/cache//var/lib//var/lib/PackageKit/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/8f6b59c9566c4c02ddd8dcacbfec70c8-PackageKitcpiolzma5x86_64-suse-linux     directoryBourne-Again shell script, ASCII text executableXML document textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=37b61b9b93800cd1f251d8f80a7be263a79c7dd7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=bd93caa83ca2e819291cfe7af5c4d961004bc065, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=4accd87c65d117758c87267fe36b6fdee5867fe2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=0c9098c2c8f4bc852cd68a4884e73579b4790c1d, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=3a2cfa9635e92a6e96547db80d2ef3a7124d6631, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=730e33c0156f2c6c646f493146fead3ef4ec8ed6, strippedPOSIX shell script, ASCII text executableexported SGML document, ASCII textUTF-8 Unicode textPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) &.67 RRRRRRRRR RRRRR R RRRRRRRR RRR RRRRRRRRRRRR RRRRRRRR PRRRRRRR RR0\&%7]] APackageKit-langcron?P] crt:bLL'32xyUVNI(KO/hP8GFO  ]8&>^)/JRͧ#j*7R[7z Lj`kxSgml<*ye:J%l+,xM<"Q$/Ε6d7D M&~~Ҟ2u(keYF+sۭaUm# Je$d` 35(-f#(:-'R@fz;"0:3֑YMh":?ϡeY 3Nrki g,NY;}\F-elwwOm~3"VD-ɲrۜv@UhJmIHt> "yRi:Ҍ. TSI_frSi7AlR#y;As}cpTTѰ拏Ig~wMeX÷pJ<Ӻ/]0XDׁ= |{z 'CoqH l^7׏ڱX ^0t\ىC7݅y ĕn}4V\9iųKXG6*r!Jxb͞0jGWmXb~0' u+-)=vO&˂XuHֶ3{֨5QZLr(I/R_%|T?RA 4ppslĈ;}]%ʮ1x!R*;YȺLo=yYG6>Xd#6K@i!cשcDݢ)5WᓠRi+hL |w`އ!|o,M'X"H_/v"Rq[190+MiSA_i;"O[c\lbP5R( ЫNU6DF=26v&tuʤ(!US{Hm uYBR͵eQ{ГQ0w6%[HQ:;l9&<&iec1g䴣TS :Npr.3 ax>l!̪Q~w׵@麴_{Ϫ3q?{oӊsT%%z ڎ& _ =0<9arC!;nJg:yo'Na3[X ;k %w1 ӂrOUt*b`?QPr d oITHuߠ XXYB-TP5t vD fQtl:+7:fzͬkId,YoPi3;KiT# ؞f1~;|]ePͿkž ->~ {{F캠?sd~}{q&/ Ysp f(:-ggU9=.Z#U$npzU5T5]죬oT8761vPȏB7jZ< KR NƤ-0T0z{;O>f- |oe&5f1ImmOŌrl n q9<l!x?{q`&!PqY#fٖuh1nZʖ rۖ#ٿTqDW+VG?-@okzK,X~8`!);EU:rxkXn;p-GW=@d[Kb85`0 h9|聕453Sr@@Uy!1' .\u}yiյ}8CukeJ%Bw7tRbӡ9LB4~ u*noNl0Ǫ x#{!a?[ntBFu({g&xAtx{CO 06Ou8^QcG"5gquy<_m[e;Ƭ[l~Da8e&@ΙLrk+1N uX$ m S;1%dԵ8,:] }@z+$sFhiȶޅ?2&w ̳2A1Hۀz*DPa6Jǫ!K Hˣ+sVѸg`i!vƯ `OЀl_f-LiL 0Rn&éۺu封K{E6bq\HDnz}~\,['y#QI!CcgW5RC{ 򥿌% v>KrV՟\ j|6DD([kƗ2e,@6%ܴOf~+YӚ˨gc1b 4eu7b_TkXrig^Gg& ^oEo=-[En aՉz}:^xicE[A %`l}l nぜ*XZM,1^W7qOkbo]ߧȖ#dx#XMdi)G%q>veEc.>U h.5%tm Fi#VANPA+AdTm+K)ybwmL`WVo1/ ,T A)C0DO-=.5ءSE['[SO{6˽鼶`}bD8#>T(1r;yGZthŇ{.b:CVs-fwq!~ղX'=*庄3Bt%{{$P"лA }ʞdJ)FEMRKh ]\CeXZFۇzqte /VVOv!Acs(LղIe'fKnIԀ#*⍢ A|c5vo!5Ck,j°.sYxpK_ER`sr,Iܲ6@6nT8ٍ4rզqPHäk7d18*9G G((?gy/8LX'.p=I:vHNݒ.Pp:00_[bNƀ`o-pᢣo9R' B[K* j3ۖ.[X<Ex . +A7Dhl`2 .NwA^ǀZxG ([-vO"q 5ɞiW`DxR8lIC(CKk~ Ku1Ls?hc#U*"D(ɛ{QԧLrv{#nʶ'x!v R~(7Bz" ں?1ڻX4腸QOH*kz? ySr)8%6a: odգ>D/E+Fpfi1T*+xV@j,_  |K3^!Wx%:چʣ+J@ \m{;jF8$`Nޫ"nB*!7hͨ/@3^wfAw=;[$A].# G zCGgNDk@y5kxj'ewoi{Ae/kx1M@E)<,(n&-b߻udoM6$lisi(R!@ #` uvB_;-tbzoQ20+߲}H W*hM>X19]"|Wa[Fn%,XjǟyCpR9>eJnF7<䲍ʚ h @L~"*ŤQ6cOo55[jҐ pp߆Ig)_'.+yKfυ6%'!ͤzz#^VOXWU;A`I%Ap~|:`G D$?d\$kORg a "g4Q%u8uV"NEM #+$ 6D[\)hjU@mlS^h< ++*{In࣏Yntr #)g`jR-\ 'n N2 N +KǂQ N r%'QUO+y!O ƾ=ٲ4*WtOxg#E~z apQ|8 ÷2 ů]7?sI7Sߘ5uKcwh]]em0t{wo\J24O+QY~;K$٫cΨrhҺ01u@tqmne|u!v\h&A>!StPpv}gy-W Tr`HbJ.U˖@Zh@CQ,uKu?U~JО1¦d͠/!\—ĵDb'ٮG|SɟbkGs$TLWANoyE&0"a0XnV㤬'<&Z1Y͢ʙ)ҭ*HkhZ_ZXf3rJ"|"r= }OmJ+ ylh B W͕Anq:Wv@L} n}7= 7Ywlmn,/͠ˊ3)E~3jzq\sV9XG0 ]ߩGDJS4X=a ߞ̠K(-n 2;J[aC(+o6"7FNJ0]t?8&P l0VY0)lq_!_}f\Y=L$F2g,7w[vMSul xm=FcĊsTte ;zE)[p$@8ۚ_SRk9 A.Ϯvܽq:F/C/¡ [Jmc}GCa8~IR 1EfΜ-Ӛp"LVx"܃u )'є0E_&p:FAsy)vG(H-\brf3Hd$Uo4_H8a*9(U`#7:QQ& Zy[3H@}؍^EQ|°.Beı|;GCQO~` )j#B ~^X8 ٙїN7pK!ut[z.ʯxo.wKDndE)U%u.גSSNY05i)C) /̢,WOЌ`J)2\?.eLgaon2"!Ϥ5x c9 q'9pTV(@= no6P$GsښzRj'Ykf?;,ŤYC n;XXܜ8st9Noq $tU z* VJHqud{K0wE&7W$K f3GQǑx4$NFLu&YF S9-d#/ 0Bu|XquÔ=^bUݠ/6*ݞXC[!ۮLj]s;u|@{`4shL / [>-1˵F3ܮH Xʿs%!sa[(SS|#Jc/>qrLWjM0OR՝6:` PB?=,Qފ 8+^'cUOӷiRB;=L`tks!+AV}4t&#zU!bJ(oX5=I1c@u_.A~-h@j/ʪL׫tx5㶡Y&3Tpƌ6ǰb RU9bގЮܽzI݂y[+Ic|FuL&NLn)u y4vؤXC }#bLʐsa*bcBb]ZyTJե5vMğcU͢[V#}J̫;F/3|4K`BzTqGN'9X&YO`Y65rXedҥ?=%(_@e#y)Z^eV8LKSRp?+Zs#}0? P4(m j;7RH0lj+,ܨF0pV03 eܺ`2KUcuԥJɂL֟~> *M rE/b·hybw{HCbP]*v_{@_tk$0O?u"9F?Pu6j,>chW{S>:_lu=?)z IXC$Hjc>1;-٘zRUg抝j=FĔ;.+ ^-1/9K<˃(>_$( 9D*UlyBڲ"a{-R/C\ BtZˢyT8q_h{4KvD$Gq\Z:)P.p[4Y0II\Uaˋ0-IٻY@-Jb=𿴫;)]# z…ڮdHB $W` L؆#\V 6Ͽa{t9D j qPʸ:)o3p7_rox ,)H5PSDqSKoM pVvT0\W:EB=jg#..-I{6þ^fuX[J ^bsWL[cE g^P߿5~\Rn |B1c-*/]q =s37񌘠d+[wNKG9IP?GFCEӯrQ!Cޚ476XVKn.eYksœ>-;'B~R5x:%*x6LC%7uF3;Z-VԱ@h߮@y77z'[ՙ|ru F|FMCE{F1I RS;|W{&NmBu8KbI!ɅI}>]UF4QI*(-f#G7nYR\&U[h7{X5I1 gbg>ܐ‡t/ĝd@aد,r9Y,Uؕ[v:h+C PֿGeZ栋+qXshtzY@kVRT74kzБmU$~:1%>oB47#vB+㼄#y" JJTȓnKalI>ؾ!P7=`CʇH[+KP4=x,ҊGoG}Z)HH،'uHh/!Iq;[SL@C?ʱ\ja= w/xjذ+Egʹm~yW] #@/PJe2Ui׀ׅ“;5V*G2:xbp`DX>"NXwW?B@{'D.(ĭD@sf&H6xC1UqW z!AVN`lfnl~=33"bHbޭҋux xrAMTGvg.P@.?eTA_W,0s8p߉dw$f+u[N ?13/@Y1\&M%;ZlK^Xykwފ$yK=\*$~9cL7'D7I)lJ^_%nWDmw["ڊֻͤ {w=G)%+_(ˊL{/=)d+* :DQL 4-%n=׿['mϬ75. 3팎VD@=‘>>Ͼ@9bH-+v,eTطWd\$ C<@?M93l>dD 7"Ñ+&5?I}ƭ hpH=@5}Ȓpp(t<~o~4Hch* u[3 n0sp<-KRb2FAb_SJc )Ҧ%eW0eZicG>nŭ~6WרB6}_Y32{#._q\T6:U*C̊+%PYA;ۀ^CBv^&z̺KioĈ.Am|=sXxˮkTaYÍ{完} F!d0NR4at UϬZpAPC4K5/lv xmΕmYB*!IY{]WۼPZ"l]Lz<[->jD3뉢9#ȄT|Duژ~a:$+7`7drpfn6@BR)ƄG:m,[z.a(jV%MCz ៟581b$2ui *bLEYA " 5ɦH9*Q(WY"Ub0;i1J3FDm} 1*E6`<]X:sh4]HT @_  {\-1UM,Usv#ZͼGͰ=1 Դ"DZgXCY.D;oer-'AKjguffq qyy}D/5N0@PE2 ު +20@]M(:s1x!Nv!Hs|'maXMMnD8tYg'_9Sf-2BX: Mh{zM0nuWeULҏLey"~dݹO*)j.O$?B7WwJ߃8+Pԩ|p'ivJTw[Y}\}pНlR+VJNuy delؖ; )8;;WeF) {@g:؄6'WgƩǩ>Kfu6Α=uCt{l\j'8`^H>-܇~j@ܒT b#XNTM_r^M*vy~W6E p>I;C'A  ~/t%VQ|'}?׆O bPrhY ߣEy_)u}_SIք{n׍ 3NGXQ P+=Bx|+Y{ pê~c[..s6ѧ$ VV&#UfgZf\9Z4r Έ7^LЍ椋 g0WTf蟿 Mw{2𳣺nrÜ5 "9HU(m@dIВ0q jjVSvD% @hbGZyjY c:-{ĕVL s/t4tMe S.S`}>l*$1>ߞA-?'`k]/f堢cīY Z]~ ]В.>Q)Ph>}EK3X<1"bY:1e%@2[ӫY9eA6$gy;ۨdwDs9Y[S0-MC%J9Y4XA}]HΖ#-U^d1X1<`\Kw)] psآ5Z+Gy@qN(a":O܈3)0ټ5 x} /oPRsZig'f"aq9H141ڈTC&8+c9@>9:j֠D]*JIBTa{Pw-*ϱr7'S,ÐH]"[[g*kC+_nk깶D>e%@*@R]kL)VNZ5{IOq=dg㖜p{>z?Xn?l%<@6kͷT X|?0QLBpVۚ©bR !]au+7{VK-s'H+;dRhYCIn,]f&YcʗIcE^xdeJ&d~v{ȼ<'F^2Wv ]yAS2ʆbIJk< 24 rZE^}B u'[@DpX0~J62:G-WAuMa rn w!5sC@kKrFFK$j`98VM=@Q=BQM( `?_4FJaK9c ȳ*|~%pY]YpX)3`?J TL!p v:H|эJ$T66x۴G)tV4531{MԀ+T[kfFbU"Fiwh=ŀ{Xc.dȹݚQIaulmDM`1[֬<nq& ATE¨L# ,+FrI>m1j;F nZJ[B9֧ I롻Ja\ Mpo_`Av[M9m/._" _,#TЀN%ApGjeǝ공Xu:cf=S0׏j.,WlfܘԞ^˕p6[x֭L2TG45D c|C`so,'p|AT1@i?:>W6ucD[׬ & Ѭ'N;FDf Re~q [T3OƑb/k :jH ׁ5lbxl9̈<t/q՗%`UKا? {j>Tvv$u8rfȵ Qִ9K'+QSˀjq0²V?B\>pNG9lޝ>Y"<_MQE ߹ф$t^[ʍēBfsߡ*c8}DiNImЖhدL@΂m *CP&ud sǘ-0v͈q?e++_[pnLMםD%~w!iWC*퇋։)B,z ^F#D{4Q)dUE5y; ^P9ϯjl"sj]}7=oK'!BGd8d.?OJR zOn3_ e?-0}v$ǙNɈ\{_ĥGE=n"^W*VCp`!,,"}/ҶC '9(-m fMNe$G\fUS1Z2 һ4KjcgN68a=wemIvhfة }%/O˺Gj}/C5(srW&%#i\CNS\H}OmDtt`}JZ>b]:pWPޑFΘE0uW3 !sv4_I(T>Y]d:?(x*hL4MR ;XfsԮ˨ڇH@xf@ZlR OXf56a6 T+բv:)_Li]dXbWY`  f5`l ƵE#]/kSB3eϗh+tQ4O7h(qE 0fH)g}: ⠸*Gd[ uyقԇ  {ˇPN QS>Jm1+쀍ļb86!Uԕt9H( +J m(X1B&Jȩh\`n!n} @x|n!MAGl@iu/ EN=[u^.هFM%@d1񡣔zƙX2g >s/qez%e[(6UƈW ˧ZPo;j莶]BKHkHo$w|miJL>P"AYF;pw%rcf.8B- D h(6(>ȻQ5qh ~4MHO<`K41287_B5Q*|g/y(uŚPze?ߨʘChCƢBGB#sk^k8Ȣ j ٙ3hc->!\W9 voQr$m9@CrDlECT&s-MZ-OJ}= jK\HS JePA5Wݨ;_Z,=oZFH&JZY;ʍ}JZ+CiSqz"jg.>4[Jy Ŭ7ldN425ro(5̰vBسG?}Jg24 \ϞnhZگ+2TjsEY\$:SI~2ЃDPa rpSwԬ*YT7Oɤ`_ ~|UL#xNfYEW6Y&kڡcjZIc8Mc0` -J1[_,H&ث'y@.GD7S%JkQp ;A l ,ྙf#\9qm[W|}/J:&P÷0rRQY_BI]r6 nz.tfD,N@ ~yWJU`%B^sH6FY]JEa #H Ukf'oALqI_,9OygiR Sf=7&08 lO!o|Dt/i[)_ !5No_ 7{YQ߫ͦSY('Pd?<+R"!I{T2Wt' g`tgCSݬK7TB&iF,ʃYIMouژD1Fh7 3Gy# %6c&*&`#|l5w괮Z/N"Ub%Hwx'mNA$Gltn/v\*l۱PiCgvCX'o$ {t!-IpȰ:FX?Cڿ3W%Eo  [<4uj:OB)sz*ks D_4jd~! O(_7$xޡ]c־ߏ7YP߂_ݰBk=jx0bnx ƥijsgv~ㇹDwI8 *K:01A,$ˎ- $ >C'aG"U԰WgjZ2#ݡTG#o=cƮw&}k \  c_`ƹcD{5I[yNv w#:yK^"sG|S`i\B_꭛k;SMVgxz38~p,O _ mPRrO6c`=JqvYiG^H(@QCS+9#4pCΟnmgTbyfi`)˜ihLՂ#ciև5c'e,k{췿*ǑgƩ ad\.Y>|Җ`|֝06J-R+ ߁Ґǭ$,%X; ʼ렻Y_MB؍Vuԧ_eRKz8+%6| JeALpP㰻*x+?sflNj=LI7P%6@Lt%Q޾`4ůoqSD`_9͂DO`]8Y 2 A?Kܬ@4 [?1` 9DY&Kd lGo $It`ol^_W4HHt3[P? (".>]ФG4.z zhU&8{S>?Buky8ğ'^E91AgԲimBs_BZ{*("Ȟ̪-nҭCBPDisn])ٺ N*\ΞLfPXw R/!'ϒ6+BPaڻڞaK/-mb01̉iUr (ck=!KB!&Lj|W(9UY*Ql[1Mz'"-a!.s^Bo;\̓͘n}l+!.H04x7!$c6 쫺0L NzG<8vKߴo(9$_rb3Da)e 1hdR]Gg` ?<}])aR ,ML RnZX'}:GkS`AcgW7$rsCg>iRgYuc%W`[RF[44϶ D|E\6W;Nޥ2@]nz=݆-JXʚ1ω]*D_h8E=&0m-_g㴃Fʖy wbJ2YGke2!cL}_t@JfJ=f΅#q݉B1Hn05䨑o(O ge}\MbOH]i#Xq*8<),Sv =bgA{(zUTބkLʋ|ap|C9jS jXoR-\![8i]=XR`+$j=WDO`;=xAXտNj6AYh_̱~?J$t TLfcYYo{iPJIQT 8UӴ-׉ö%Y@rj-M7U Kq%WF_1 5g1 5:ea\Y+6 |εuj}; O\ԅ 4JKP_e_60 tޑl7}ӯj֛7ur[ңSBJE/o{z!95X?Dlnu)XBnL OC&b- f Ѡ$$ŽIߒjՒoa $&_D.T f*Su*{bafa·B⃧V y=$Spĸ {\*ѮM|ݘY&֥]:X͓8pQMhVjXiRcn22GF&螵UY閥$)yP*ϐY}Wnnp톓  s!! P~GX,yU EۛGHvx.D'$/T׾@42lܩ^if!,eҗU)V9C%VE&GնY_JVҧ a_y38)m'o^nDWOn4 n;2=#HwP"s{DzI;3 m|rOhH3u̞ YxaƪiOyOAZ|#N&hyxI S@BEkv.u:9&vJ_& *u|]=!I% u25ƇG{-[CsFE R_-#u1a&(ut!,>uq&*Dfg֩e sza bX_>碉H'i0ò uP8FC" \KMn63e!Ø7F{=utppRcYo2ٍ]4HQ[RnXg^4%Bߨj@{`!9R4 =.s2G)p|cd:u%2^ .0‘ܨͰ-zF<va̿_<{jaݷX-@̦J]_ DNa,bXin@O]2躸TЫΦ z+W3Pnfx;$G>č/C"鯤% 2z\)Vֹt:%t}RUd.>^q+ aI3LAY] PzЦdbS.+-8"J_kG֍Q nsٽ pCa4wOP%㌴Ќ@=+Rvqp!<*M3ofhԬi)PJmjC保mF:#|ybe%GyxKn%.2"bLc(D^w l٤ Nb9bUԽ39Z?%\ %VK9… )8+~3ثK~dyv7 ∰SNPvؓy2(l@{+_ 1?#[N< BY7KXKC~i~|' ǘm $ېCv05|p@-j#L)}$DΝlImCS&t@ʐx fxc|]PIs^1"ҽM7@w whYXt̆V3ȚJ{Z%̤菃`[\:>}fSzTRQ<){A,L@Df1Ep܆:miٹäEVbzdR9eE}IHx^ t~FX7x¶BOrMV7ي7ӊKU|F \C5:6 z1OyvHu) `ch^ٹ򌉹 䒧yXx~p*MQjCoW`և>3Y9 $V7ߒjˌ/ރ KSUm`OlD6 "Ի4v!u+OV,DЎMShFgTxGY!Ƿ95˻\Eƀ53^qo#;}[ZxdT(*KI`mҭemτm0"ŏ2(olڔX Ͷ綞:1:0rb:B0`s s8| b .zCvq:`:K&-^sE<*[D)H!ws4Q/pk6X\jE,i eK>ЎpX1J%x_n)^`pDJUf$JbPX) VZ!J4s K-ձGi_\,ɂa\bfU x0grj11ط {n)Ebrmoqg+ |4ݰ0*lh0Fq `WS.-m=|KF3qB6`[USVe+'zpx9YzaZiҝum=g D}$[7"ռ )4WlgD>eRCH I>XӳDo{ 2K-,.ϐ쨠]v7QPhKעO*{f])L]Oh{e. rgd &0 t'^P3l!/zQr۔8Bk!r9sڬX¿3.A$ӄA ejUo]7X,8 Ui"̗71=81":{.u |Fǩc_drqr1~>  ܺuz;{8 9[IV˽7`L ҙK{AU$Rq͗'n:w8";ˬÏ2QH6͆>Y%1!RHP,s"~pUV{`_N."r*>3m|+#\;oH2b %BWZItr =+ 0VwBk{~O2iK2`1lB'E9fv~VD. ΉpXunY@:.^ =#nǚ[jb>n"wtg p, y óJ2RGt%oD*ayWRry1.7g,pOEC@#]V[4l c}`t,3z1OXo8fe,( .jՠ! $RӿXIV.͆@X⾮}y`RND)"؝#X\}ZN-ʌz:FgTQUvzhqjb bҖX7r_? x%(nQBM4nN"_.52ӌ2ҧ 'ǑLnky-0 '|=ڷȝ?>M\fM)I=z,䆥 &A|NnλV s_aʃ@ZoRF~Aׇi%D;75#9iDgE7wV"62<MgU7[,x"a}jEʮ$8mі+ ,\[dw"IY/BMo?6x),w;whR!|>w$TfxQ jGr1siU9xR'T~S{+flڒ?]DC튆i;b7Fw0n s:ް):bCv!x#&I]疶~޼ně6i-5xc׀K]әe > BwrCY/,CwHcEVBuYy$s4,\` PDXM=Y;vH^qbFh,4:6pPAX`̊FR-qz}80i1oK23v: 97̂+hZ$ah{Fb%鋯XMd_(ZeltQ3|EAJ4e m!UMXY >ӟkhEfMxK{vKg5>mF b7q8=;1bul\?r'x:@5ErD$kw>'>sADC@Ua7=tZXd fN '{rʔ,*j Z,vK1h *ڈb$_#l6$^I/{ux!us+9ŰW]?Jެs4؏{1\@5jf\!r\y`%O[|43"pO`v֭܄%$/_=妒o)a(pzmdϿv5ms;>Ī Bz$/~}QT08B`%Věnh^6J^Lu i[ =AEx/ ܧWJdnKg{X-AvpTYWs[RB|vǹo9;.AյF:I>gT2y{|R<( yAbӏO!(KC,_fWf"LgxA[?2 } ,ْpu]JO%/eݗZaq#J|zaj$/h\}P1QdQ24k%aJݬCmHEg߳%mggrʹw ?3;w20!%Wnwv<7]]E4w߽mcpE-ٝ}!w WY\mQ#m+'Z6UQ]reT'ԓJ,SXA ]t^ȅ+E>8*!._vƹV\#u-:2hc{w<7q j}H8ÃPh'`Tī'Ro~zUI Ty"w+3CM3n"8UsQ8N-YX'iZ,JBD~!SU>0%9'G<9 g. ٮHLN1?aY 5y@%TWVNh @m1I&VkdNzyHpMI]㞜tpSX}RR#QHowY̭̚F|3oA@ Uߟ*;хBX0ZQ@uQ^޸9t&߳^O`,bN8u*.h<\%qxd_7^pu] QqET`.\qo #cC= #cOW- ׇ.IcOu{VPU򜢝~MgB#`vxNp4j.uY RGgw#“/y$i ۃ dPr\2ѥU0•lMppԫD-V$p]wlźm8C ]]<8 ^uo}D%]B->4e_:*,y" V?IR%  k2*S6#6JAtZѻM,Xؤ!1AfLB_L pG=ur0o<kW~I]zq /Z&H@W${RDi9A)6He[7`Ssg}Hb "b-8*c,5@w$ȬCW,>1=QcXa 8ƨk##n Pa.'Wd { /Zҍ09 2ENL(߶;҂8%4/ ^yI !^V#/kRlO+9v(j5IMI% 3 >P=>>$7E0"'p8X>§K5ܬX邗p :˘W.ۮ GftPYn#ڴ%Qd$uYP\-9 kWʃNBǶf_q]9#Jΐ"sT5X!F-:a*CUj͑/B$M,!v8Dс !Wy^j$ >{kyÊ}v/V+9FtH=MQ[|z _挍hq&z+b䀘`-q%_ɱ|qFiۤn/4.̂g[fgG \Ȅ1!ljǍe'V˛2'zIrB;e㾑MCF;>%ۻZ=g% IԮp 8(? e^i]Tu^JW&d>[ojnJBn$g[|8"5#Lv \8Y٣ HOa<3 ZՔCe@h epJ 0ZnE5zH3.UBnH-t'0H3t5lᗎbWUE<=pCܗNwW* Uy[]a~bW8̽[oݨD2'ZQO[UhmA}=0~΋Ҟi"<*UnygݜUQ~d 6Ր 5avl^6kҺ\bP:Pl5d0W#N| 9Mp~j;v[v!6wbx0N[MrN z̏Ws:vVlpN4Ԗp2>]>h2/p5f0jTvU!܉Q, >:yhE^cͮ=c1vÎK;=N:-yב'8b*4 S$]k&K%? "p}r}lR?1Z 1|Q+G<5*HG>lH4`&u^'OR>2Q693IƦf{[h6z$VՋY^uw[0IhwYA=h3}s,戶Uε!֎͔Sgqd#>Lp\YFXݝ$9B's)~\<9Dz,CEPצc%ϨmtWpq 5o F21=@*SѴva6V,@^&ildX_-..cԂ7yP`O^)?2? Hs ʘH P4+#RjRc}%d/Xbʼnu9F-Zשp-؋n:3*=B~cYj',kc|cm]6ťcr=C+=N3<#6rDnnak*wo P~|6ΐ0@@/ .?$ 0lx ~ZӍ c,_J )5C EY''|@JW&q-H+\ GL%KA v^M?lOëڳY19 91X?%4_gW)"{4*ݕ-^Sl0X(~#AK;T.<0A]"7Y,jEdggn@6%$3`ЌCص$k7΃ #(0RZ6<톥59(U5>Q*q{lT(  BU;?~v\G{*xcB2w ìC:dIuGtdEZ-q :HZf$2jrE*#ؐwt9a&bHCFD?A'xvҪ gRDV0;u8ں.n&W/vWiAf*]E}{kz9z0ɬR*pYZ,n0G‚>m11"^;~uk>?J7A{OT4|pf7L&ԅ hU3bTj֯O*Y`Ql0NM)s@YJ35IWݖ%<  x/9yx BΔttdqXpMv/>SPF8,İۤ*~ ..*S:)9-u@I[N_)]*9D[v(,r^ӳ-ڵ>j¬wΥ:ҺrH7o׏ןg{Qx =9l蓗we E{ Ԃfp'!hXWO׸.L4$K?LffoqbOTٮ [ 9CLo!`(@Kf*aNj1@% h=q;8[Qdhld?z5k.t EIzc~Ŷ<ƕJLE8Q@l8gP&LtDΙe$g3 LWoң㾸H۔[<^>{^w¨)V4LbtNqr09F rĈBkX4iLoy` Y!?+ 6tm)Szk&Ќ9ި B~TJ`޽ ! _#dt~>.xiۿ*+0(l]}ʣ}n{9>%ys?y>x[fڧx }S֏kbOF3d׾A&qM•sVJq'7^`x\l+G6zKׂ 1YYm1Xs6ƀ(rX G< <;_9}poK?eM %uVC g.0l.?LC[G6;F /i4#J|f J$4BZDGfd_S=!XbTs0d:-s)hI nTC6^ GB$F? 9- gR-Tiey܃AO#;ISkRl~0yn?[ @99Ev+0Ƈ盧B`$jX#=Uദo~OF4[nl -.N0.2_m;@GwP<Hͫ~M4(ANL"UOn^9ݢab;f0Fz-aB1M} hBgl2h~zAd*zx]##~%% bIe{ ܧx,w]JW$-aO̳lHh܅@[{idzkՂ~lKOg0ߩEܯs`TU$ 4ogԐ 2\JLy7$I6fr.J"ᯩG0ǛI%eXÍTʪ QR{H(=LH=\Qi 2P:pN&ZWfTG{%%yw&dtmKA}TH ^uޮx>8V 8zP6 pbd KdŊ*Q ]Pƫ';~3(\h܂gMe:״z+&] ,ips7&I2jB,Xs˳Q Jb0)0vFE+MCb4k-;ʶMؼB}u6vajCLVRZԓtO_՝j{ǴƲUK)}+`hTGC;9̴R7xE1aͰ*-eaUt(4ii};*<ə-#Z4kGd*MÞ]bP˵85{8&0L#mȀJ[%uO#Ź۲Soxn,Dbj+7w/0U[&1ڬ5"64op`yĞttzrk*<!竖{m>EqY aٖ'=>zr|N{¬}ϩ2h|q#yw%`UbTu :& *gr#$ǥit(»V檶c3yGmPPfg6wR e ˥So fcXE:ȴ4JVL٤腩r]Bx|'zҰ*(T%beV,e;ܕ|H|}Zp;vXC (٥nD1FhfRhd_*|/J~ |{H_lxe!sqGF+ qYKMqs(ΌfZȱV 4ŶMBKkV7phJ4 {3 Rgl;!GgFI Jv #(OȾ[؊ 'C4}#]:(K`s{(sx3߫#bT{`͊BU8 ;$z|8 XeZ'0s|h6B94@S)7T1-b s9b"xNH&!ȚCh TlȂT]>:= mc$[ʂ~ %t&XJ: %WQ7k];Z1(o&mWI$[۲ s]' 2b} n]Pȹv^Иe<8wan.d[.$' OT4@X6.| 2ſ.E`ߧqz- Uo&XEm1  M/;b]VœjLt$xAyTܔV bLVN˟ >~Hq] &O1q 6\\I K ]OBG"HKȅya'ڞFDJ3Ӑ§"ej@͒/sN< ^x^I`N${vy3MM[$tf q.[|  %\J IO!iRxk;b%  ZlT EA5̀bF}ftb¡l~VL&ƒ;zi&c9~9'~VJ`KbĔ ]Yt/NWRh̀3t3]~E;)G\FA>ieA4ۨd/0;5mÎcjD /ۖSHF"˻94wbhʝe6H8ʟwVTze -GnG`ٚi [5#})aI|6PNW!HңّNYpfMSu`" 3t#ل,mcp0wŸjև|"6Pˣ# "b( o$"q$VwN4'R p>k:1:%,~v>xݡ;|Ő/*Nl  {@Ӗ#J^$)[0[vT$,EfE"@Pfl֋C@zt2rA,pRb.ydVe9wrG!ii Lw)dQRbgHX=.jۄYVpj  m7 c'V{-E?,OfݖN@ FL3_r}XVOQERp\`B, gV ILJ`:llC[΢QL$vKƝ8i7rbІ"縷>!C9)&&9ea}$g:ڤVۀY)U UFubؕ,ՂkJea t$ԕ~e 4E~4]ɠf7("Ň[/|" DWhbWg=L˿:C4k2cޣ";0oj]VQu6ECM݀A[gIy~4]M$f$WMӌxSo$=I-/̑&P G7嗁|ѸmNuPG)d^|8d=Y; 80lS!WWh3rA U|(5<98̛z%%%S ? GYs45xTLqK9:^ǒ͵˝-J-xy {z܁BV`\ vCR?cUm*kgWGGٽ%nW!Q  dVuJSơ?4sYvdF2D-HOK՗s87*>(rzJ YU/ތM'NQ'7σW<+^GhtmswhTp>, dm+C}Vg|G%]?XN-&旚=(٘w ؈vh Ѓ. ˎbMH̳-Be$WVA#*?с5iHv K~+?h/peZw:"+cwTO?XD55 ~e?-Mć+BʻkT_C&`JaqGBWUYt;dd;wW8-LT~,.m@5xrAAPy, ]=0LgJa$~8NI. =$B;ѪTGPq(5= 3FKbGofd_cC=s f;IбG1([pXQh9-wtą݅*Dc^0mD=gDUD#iAbRGbQDw9-m / PeG48S W'( Zfrʨ__W@q d< &Z9]hM{"anT\%Q┗amNw2\yh##y[窠OyJ.Kоִf;/f̏,W) t ^T?/*b''$~Kv\#aZVneKSORRD&>v͑Fat*NРM*g8V 8oHB7AK1;.\WfjqYF|-d* S Z+ŴbI9մA,Z#G )[l.gVۻwֈ*vDu_ aH5n(NSv3; `:wU.|XHc 8wخG ;]&}$@ X0;Ț@1\5y;CYs $I(pA*R xcx$%,/j">ZJxx,1Ywr}_?R_B=<ӍͮL9xGc-H>-wx~ yNTGn_Qxwi@O0Ńo.~(Uƥj@VIAG$2.(m_iBy?H5[Ql' _ŋru,uklN1݉6Cz.ow(R`BtZ"f! 98+mK1jq-L&UY81~hDH;~Ɯuzi.nhzC `eSJP¬o MFs{߰?PS +Xj&@0 YžXLLj2yx)^lYL!+21Z Hގ:fh4+JG\?z \t{z[LsM V^/USRH6NL ¢n\Db;1i yء@ؕ |1 ]ܯhKYɾʿOɮ]fSTF- $_ݠ lb1g!]Q>2!Y 0Flܸi:Ֆ I!uVÑ'p?/˜sL[x#OoV.ϷْFDZP1uHg[H;-ˋڊ&RXxA!0Κ۫)-cU4 8 TEeU(A.tR9 i1 \z4vKnYփn_ )Q)U\mg\vW)BFOM O%LMΏy@l/NjDޟYtM3j 匫!y +9 ,'d}tk`J%h۶ Q{qHV: C)݅Jڕv:i~og4%P83uFZrTbQT0mk%Ʌj)/jX6/d!-ӧ* ttu0%FfpiDzjIXuͧ1O'}́["yr[ $XmH-zS19,4i"GCZǻ-+U|`j:;f[4" jHX>2.EBC#UٻyFa[QÒFG#)1b6,|nIfJ/jA"TԹh~o"U$BCOn! >kÕJ^o'4Λcϼt&pJ@\R+ t`fЊGL}J ZV ءx%~:%;+PWڤb$O ߊƭ $#~kA?wD{_Qzqfl۾p>ʝGA"'ch~52ql{*$&r Ɔg͸[3duyt-1MDvC׸gkET*?(X7;~CWm\zEU1j;ޮ")V yU[QӴnP'(xW'mzxXiÞEkN38pn])R1s:z3:= Ax?wO:e;f>lkp5y.^;td/l7`e|p_~GP}2*琡S/Ąi !ڇܸEJl(Y tN'{. .TP݂|oKZ)M"31:3[ʍ!FqWD뒫j4JO|$P$]k Gf/xdҋC@1;è(vEh]6ڊ]PetwLdJS; jSԶps/;i ֨?nWm?tEM uUq[к $AF-JjuUs).Ox{: ]&\׆3a06Ń˚zn\7\(D{e5vעa\\+'n`1a 3!]2ƹf|®HWnX {{GYfO+CDBSDÿPfۏL|`pjw~TaA85ël(˜;i7U)a>; % `XBIuXzQ9Cx$E=-3կ76$N|d:vQ-5Q@?+q%r&{ѯa[mQ6wYE71n! `y%mFcewn25ACz*FB];5On:!l[1/ٶoӪaYJt$1L/Ro'ϸ}KӸ AYI2(2FBP\yT>~q7e_D]^%FfuY8ᾛ5?UaN;M?.Yw&s/<[0Y&ZsS2r';!\# x`N;}[!rIW_UQ4 Q?Xs9S#3X0݈t1˲<ʠ(@ҏCGj0 faFaT?1 ' ܧBp Rw_pˊdj~xg֫PKn7U 7PeַLU%g$WLFu'Y~Dg>[4Īn%?LJkkH6A^ovn6-LoYAH(c qH;tuVώ%p1 E`;=*wu ZG:! EW9rMVG@qNd!%=:ǯooدChL2QҭkƓҊ'͏u&%igf=ۿ=X'[&'#Fwx?LJRDeᦖa-<+~d-J-T1& q'% mH@yqs .A/dž1q޻ÙԁIhςħV5Z3RjIX`m2f-e`B):3eio]3Y G\ڙ\$"?9}<أth<[%c\qi5&$WE_pyA9іEg#@!uJox~+ۀpZ+g;V*ֲ4gg:=3Arm8ZݪBcѬ,/E]ungj@? UJoUv. b+n-Hek)Åy҈f7{'g܏nȌ1gVH%w6jQ 1!_|d]JvNrg\L5HKf(VHHd ~Wr)D2b5{љ!r2BoQ.-_e"yhwy<k!`VUW?eޖtkG/~+ZZΩ&&)d8,6Kt}ҮMMQYG?n}r~5wՖJߣn 0VIXإ ;a?}AKAernˎGr)" m[!mAs^⌂N%7][/ Ⱥ{B^fbȹNUGf)3 0REXaH`sEW.A r ȯ#\ Q:\oI|m뎗2@/bEmǥ9٪W\Q˗ c%<=D[h-;IUS o?j=]*eOҚY1SF#2K:M**ANjsv?gVzu, mo9SP=gnHzgi&2\uςBo)j:X=:cb- ILRifKky~3WLY/^&oJzsz1"A:j/#h9oeCbXWL(~+ϣoI )檏Sʷ3(Ow50Dy+]yyݸ0BuKgB !^?,c+ϋZirKzI7>TIx})4(^zE:JN΂nTL˰xB t~P4nXi ,n8Q!=6YC1]/ΐN:ǮA(XjP(?k5K~*>YveM Gl;O_H]Ĭwug` gڑ2܎FK woox\wG g9z>$B-WͱrGJT88 ǸDc9LjD{[VXJPkkSDS~٪7N8t J%s݌Vʳ>lVxDeÏ*c9#EWE%U+_0j>w}2q!r!E3u}1: i}`(qP,kQ1K$ް =Ӌa> 8&{^#^"ٴAPurA]ګ.߿ UQVѶSu̽D!bד nqMM¾wtIß=|qrO_M+w>k pU`qA!LGY\99IDWB60?3ӗrLޯa9)ed }jv"6 ,o$A^mvf䇸|fd|./y0T@H ouSB" Wf%:Ai771jpkc|i6BR85A d|S$i(Bdbw/kv<`u{>8EՄ;Jӷa[T9wKⲅ/MWQPx)jX%C+#"!.78Mkvd5#['- DT s¸OԐЩӖh hAnc U0m&Q$uU)/F6P_ԇ ]Pjq_]=0;ȹ?'"k>!pk1 ㈁mh)<4X:j#QcGGhpp]mvU+y+6tm7.Ewhs`w4UER&mD;v_}2a-ؐtCg(TzMx_da *޽N1Q Oϡڇ(sBbG%v<CkR k[L+̬aR-H~3,")w*e ]UĈ{K.,m.x:$[p>&Jڊ5IүJ (e0)|~Qd I[d ɡYrPZY~P-x/Zftx=)B&`=, uq$(JA_3N< Ⱦ @/NNp/Ws羸ߙݢuStQx_9)]ɝ☓ 6\.믙/ѩ9UFaed+ "]xV“|8ivۊs|F7L'K;iÖSW6|%(p$WakD> B脀^IƨW*6Ft7+>Ũla,+ۓ4DV98瀀Pk/GYPhhO2 (%b8 >?P=œ% kZkrN%>"(5(1y< E/#d ~>C!0omsJ TsȅAaܠS/i" +r`W j_yb¥PyG_5p'ଵvr pKxoUsd?a"Hm U?p`J+o$GDu伎-R96x!Gʕ*2}#ʐ¢DIbfzV z+9{֐`<$!Qd!f'7=<래xIܮ"3ږn2ަ7jRf+L5zSn\hwNQ2^+Z$\gK)iHEʁYRm9m;̍ۂ_4I NsD)OSĸӋ x {NDBdyKncR7S 3g%U"xp3mb+a~Vq 86]Zsw(.۪V;qՁd%v*峰9ۅKq ȱ$M#0#Z8=Q׀&Gu 6 *yw]s/۷GV\A[Uv$WaK,ū vmLړr䨜ZjH K4H~&gigUx:cjRtՈ`rR?u4ș-,T$9)%<[I&,$;\^B@̯bXH{Coпc6#`Bk %ւ5z%@iYb%5`7#6t_mtMxN˭>`3,+vSxh:'A\֏D~dq\9رIghZX@aSno #/1tvCMqNI[4E4ABvs٨OѮ{23"`Nxt|jPs3 w??VoaqPsk,λϧpB@/5s]SPOBV}`g]s )dDD6tuW$[e'Ф֛c,~8Ϲ]-r[grɳ&l},h`r1A߱Z}̭N,!"8*uuSQWӢ[PA`V=UqYv'@]d/$2"ǂ3 $Y73TZ{UBN0#섄\8,?*RL:ͅ4c1rAn ǩ)~lOߘo%. 3v%67c|Q.;:xѸw /;yP9b<T6h$>l1FFoW$ft&>GJr}zD6}Djӥ^<Ö!wO~Υ2I&7_]"H \L);^3$NL3AEB,mKgk!j V>"iBn&h'4'ҼHGBcn5P: cFF0mBuw@r2RܚBͣ9鉭O n+B$n/KZTUu=4'M $F舴uf?A=+(k@2I<-452;.0=sfauW'*.10[BNH8&])ܴß?5LspdjMPLWOB lX~fnwf}I0 >"cA=n¯{xg`(hڞ Tw`Њ=b$5G"42#i&Z5Q߾mp#l,5'}PJZ]wo@a mքUblywPgaLɻaW#\m [,uGyU.!H;!sa(8A* զ!h5#!sLjdR Ŝkԗft@x딟fU| kPU!6d]"'ckg5H[Y-i wRYC,p$[+z#zBy6{_'# cbV^֯);+,Sx.-6c8Q9q0`Ǯ=Z;S QS0bٗZDIɄ\|qmUd؇ߟ T([7DА@U6^]JLe,V w5؄dc+D, <足=,B`c9ᇟ^X{~EI]$'dO /ޭJuxwqXzfn&?ހF{7 QqQ311fr`z_:aQhDn˥j]}!ڗis$grhbN{Ȓ~i=ėEսw:LiYo\X3d4貟"Vwyoy:#dIAN?Kο[ŵ2Ol_"74mADO4<x3Rzs*]zF m  eDžH6.%"7j4)Kv 0ޓY9FZ(m¯SW2]hAXNr#MY1NcXS1z aNܾlǗ<D-W.F c=i*ՓőD'uhF 4'-V>;$wӗ[GF'ihwYT^+B[T faT{ۑƢzu 03H%93~x^6Vpy<ʁ1Y({oJA|I<#*TE>Z|e4N"`IXgEb13 KWc5+j+jN0Sٛ۴ZҐ| GPѫ/luj۞3=!_^l(D:=*3-\ QJa)L`':(ZAj; vLXg!QK`b +< D/# $ ǨOVnۉtަ񐟬]e6')\ sX\䭸*Mfkh#F`&K;efiE6MvVr236*7Λ>3Tz78:S259D:\|2hB䟧./2ǻ4haq99^b*EֆS՟gQh/?CCJie%)FwVk9s|w/6B9 IFC n)cRtf;VmYF[[B׺D u"(c%6n;lQж ].{_HUHp RM(NzRsbVC(#1ًOQy0ֆjQ0w߯y0Q/^:˼ȫeV!2gXgH`Z;!$’'7 2XQ-SFi JZ.ԡnl^%1XSe b,>[ <{=7N:ṟĩz v+6ʇOd?=}ꤕSo5 ro-0*I 4%kמV#܂3tHI!#$BĤ9R΂<_G%N=k k3]qP}13ߞ+^Dw@R%2NCL +vsu] [_i!_ qz':We) '˘mg&lRvI䣅]fqQAt1.wy!['^MR{j1Ot,VY?g.@*=fU.zDӞ)~dVږ~XR:=75=ot3m#ݥ3Ź(sM `' gr 2BFtTm)٧jo}тNA6jgxWnKiaO96m@iGh9sGIb ,9gho hrh"Be-Q-Blx'OXtFjx__Yh\8+ewg8΀g\5LA$`g/9m6t Ri3R;aMZ͇@h){D#d>txu* ]E9f8su-kNV!1Gt UkHȧmsGx:͉GƨuAGrQ9{Jiln"ĂĴz=Wd1cP#:s! Q lϐi<.#Yu:TcPԯr_+rS%:p lX8 m,kUy('Jvy2K\e)r@cPID umvh~ykd^xFm(>GբC[J.xrȱ̴wf܏*(ʸog GNeyU(\f,j] ϗHU Jwic(]'YnhJrvU 2մh 8{GS]zqY`(^iRCE1)Vɶ8.&ˇLxu}bq55W^ۉxPu=43DM:*/\λ<铤> "Asxu%*;ޗ7aڏњK뎒;먌.hd&@-yAM!)~<<j gzXX˰cfFWJ1)B?(8Vl?O h{=)ޙڥ4yrR\k[qpNm==u,F*SWĄ[$Aku|v\o^{A2Ge1eQH ż/'BkW,W6"HC:-ss3 ܏Y>dl Oe90d3~GC`[y]ydEMo$ckz!=42SсqB/*_d%liݝ}hYL-Lw@2v!y3l̕KsYbX1\O*l_z#?YWc5t!",WtWňog,n<(', N1;qDin< @ F.+hZQR&5,E2~Yo{_]A4z@\Oŭajv({6k(c {\rLQ PTne\O(zj*YL'Yq/Ҫ[B˺j"g`NI=V`j U)!#ג_v:6߱] ( "CN9LϜ9p]֬}8-SVG*{ң7ndqKRwP.HE?BrG#'2GGDM;~vOrB8_D /;_Dm *crETQw)N1 $R'[gCw: ؔ/+RmJT;hᡛvO N @Bo5Oan7i>uaqs?Q"sts} 43NsefȻoIR) \0lѣZs -u@ʣK>]!ӞXs=3zx[>`餋)AV=#m Xm9^ zHRXo-M}i]"23>uϭMY /D++N }kQGa]1 7#>!e͜YymҼM2VM6 >ԯ=SV@Nx3"[u@4kNQ̫ BNs7@3 v>{СH-?<7R xLmpώ~ygmןTP9:ٞ(}dT]ҹ+TkSfR #-ٌi]2/ץ[.-x|bba`&ʨs17J3ox=cך2C@M H[T;|Co0fMԕ63+֬yW@*{^~FLG)7)TQ.QwVڏTG/-\׬0 )-;ngzM]SEhE,? ݩ i(b؀(S#l;ļlH9T rdɢkfl"{8&I9&;e}UB$Hgc\hwμ(/0~$R2\ w fpjl-O((zk$Ĥّ? ]xML|sĎ+eMm9jVF8qvAkPkЛc7Vs-on&gMxO!~2Ei*ZiV >!Js:ݓB m.&VcǖwANbCay CE!b2;#okT_DYRnt3Z,u.:ire[5@S4^[1 vOhR2U!}-k8(efpRY[R-,fā~IL6̺vz3O"b>+ k,µqഁɫFu8k﷥M\D-K?t;SXB%Pf.pW#%Qc~{v}G I)"1PW!7y=;E$ACcBݔ`iq n+q⊀la~Ft5F.ltz J!ͥ- iw+jW&xcc+ZRgd+,BYAMrdHSioܜJ4^a7a:ddy([JE8Ej[C;ta:=x3|܊oVe%u%6y]tQD)4Q8=3 hc#`^Ҽf}$ِ2 wp*rw;P^qy"h\9ToK;66p{JyiGH9]EEd6Rx,sW`Ԡq"l_43ΓaoVGhb )\i#G&jFNj(OSdd76erob eEsl~sVAARUs =Qj7>kGvYKB oJ[U{n[O"NQr9U7o|!r{iDsNiyVWSzPfdZoDQ;ו bm]񎂍:Ad&v'Dv(llRT$I~npW Z+&_e>UJ;"TH+aʟDӚ3{Q15_#b(Ǡ7w@& ?ЁrxL5y!.>,ʴZbZh6 DEZG]h#.qDD*S A!W (K`te+ήA>x{U9P VWBstzӢ!xNrjq%>3F5Fn^?=b!R]Е`:X{Fhh2-]b'5ʁ :v1M׃l|8䋽W~nfh1CMi[65Bm]{&ISQ͎P/|"G?:>^gZCUbWr^&QryxyD Ôo 5}IF2b])7y:R! jK 3A3 D[YGuv ֮b:!]@UlFKԳlhoJ7z{抣?bM{K\Wn>Ȃc "FHK.7:(](\G9򜽝$bZxP ^FqD~9c+Zvơ>pόx& kp̴y޶h-1H3Z!`m\I1Asَ)T`;˴3 R˗$Ս+@9LֲJSaxe78bxsLhBṘY%TaVڛb8@ɇ1 ϷUjEZ~F0‘H}:D.r,(u2l"$*Ҩㆶ v=>xrއ^JŲ3C7ENiwg&"h}{,`"$#}&Z"_UZW ŋ]Izlcտ9>AךU? U㈴Ř-^=xenVqJi{1zo7 Z Ȉ1בf*q1ԥH% ;sߐ~%@s2֥4mn.Z~QZ,j> ]IL, bߙ`w{Eބ!ޠtr _"!O ]uN |mlj>7ƃt a,Ia7%BQTX$Cͮ^UK{2kߝ_ti`_9ć#h|I [T7Mxb3`V0鶛]-sZ/5i(b y<QR>TR!k2x=l$^9Oy+Gy$nI,PGVrsUO2n[enh, !։XxSmÞ:Tl*y:iWu{)o\yoYeT8ꑁ=l="`P3zĮ{(dr0AcKD}/s< CpNUY/#2sx|()!;qu{rKqLmdNtuJX:3WY|yo3 8ٔ20W>|kX E-+rZ,fʠ2%wolz=!s*/ӂ\v IHeϳi+F<ӖAn-PO+~&q(je3iUvžk"ʁDNُؐ!(=EgmK*z˪v{*ِp)Q%۶ؔ,{=DL%f8x$ }(_U@Z ^ 76_Q˗D6w*,Z7wNҔZ+'"ϘIU3.UʍDE"3ytt_rQKܗ+p]Щy,w:48~Nnߝy_T; gHe'&BDD:g~a\ > ޑhf-H@ @74? 3{Xֺ߸[ ȌFJ{Ӗ J"_J 8L\+T蛙øK[nTHPpcI!hHkG-h6)@KBLJd?O4kG8E ³3Q3-H1l #n?znɤ1(7<`. A\ܷnMzQ?GGU:)$Dl*} #}H9 fҝ dp3M[H<5T_Y^+CWIKjV1A,rDcYpAsg"-h%'P.!]X?N%Eү8xwo"NBǁø'8nUu&CԐ ?s2ԋzeؗx=gQK)(ܲQ._X3K~JI{gg"CϛpT Nd#,wTb$]$zQDoD/GZ$A~ӣBӕuD˫_-S9 Y$.:/}_k[22S)Ia6"HH˜9?Gȷ|/|ӎtOҰn0(mW 8ևfZAKLW\Q3s;gn7iukssxpbqxLi^ַ<'kua'I%D=SoWhުk`(EFP7v>cd59U4*k%w3woMqr !/-ؐ15dTR;$2R*`!>;Ȭo'[y!`,jL(R=Ev 9opb<^9}B vWC;aݴhRy>S۾wl@`83A>繐}H7XsHsW!(3yGLN-J(PTΌ8`0v_yF,&iSMXZ| KXV@Cj](EA܈A_ZR ~H)y~sd?c_K 439ɬjnm;Q1-gcr  83OS.!`ŌJ$W%;ԟ,:F7D}m4@LƃܙuBY28u%*-AL.T03"(D;R[M'᥎ QcG|cʏBn>?;HVT2@tҮG8uQoq>8 E1̷}pn&UKޙ<,`mBskC^C^TPA59e(4C 3;,cFD&]Ff63$fWPzؾ̋=v_kt^ː[mz&Crg d_yLj!l7!~7F#[Ã6*/spTn lL ~{c!@G2cm It֧Q| N[ 䆱 Z^-q߂ iLp/m{Z^+t\+Lk)\ ;<Ἶe vq#_Eb4{ M"MoO)Uf+Uz|Jl$ Tߘ6vRAj< mX=F((&xs)r2v߈`t.ړ<^Q%aH]b)2M?n^:֚/`-4iWMzC%N'%e.)w~>op_WXKׯƚ X@2t J(?ʠc%CI)UƤjChfELz.P*7Mb@g; ]_6l|ޙgcajM*T4_Q.x{YxyEC >Al O"J'j8Ea$.ԙMs0I:{ r7:uO d:Dxo}vQ[1eRUٵ5m^Y=mn˵p< P҈Qt)![+`E>95RL Q4( Imrd53;]”|s/|ͣb€S2Fz^'j'5Al$OcPAʯQZ%`ɡFZT]1YbǃwF!_du%5&('\p|NμKEUw+j`z\ dR[6:JPc(/dR. iʘCMgNI k;P):s<+?CmJh;Fw52 β[M Q/hL7QI> j8i5ȥ)şIna^1n|;-Ic=vǣ+CnR˧G4U&2i${l! iae-ps<,,1-U24+?XR?rgxEQ]a9Ժ0gXT9Ltw#>c(ܵn+b:ÛPo1׊rڭ|y+3>e[.PndEYPS&K)}b{.]Ħ"PuJ[EzOYt~"v4'=B楝n5V6⻒Xd7Tf?c'Χ0L7Wۼ[TC 3&6u^'Ei)imv|e#o 5%QOMv(λ5A6Usqmf^W@N8D;%.}Q, :Xhq*JҧBzt<"gY[xdJ/)voRbΜr勥9A\vO'I"x 7VӨߦd(U7Op9,ywe{hXFiC7i\_0{ęc9tf!0¬ƴ"g\G"X@{n)2"X:@`A飼J[ yhvAgpY/Op6䬁 5{.X#%+N\I8?Jw˲T!@5/Dˈ`ht@ c9$Rl ۄtɷ٭Yt@A6\ECkt!~j˼ðaLI5hd"|\ 'yBxSu&!%N4< ͡6[ui} T]sC=smP~D,&n:`:ʰkʺwT!(/KD?h3w~ 6mJȉ oغM$N`P*z꡴v`総@&1J $\^KsEQX[.zD2e`?(̏45s 9?5%[84C!jΈDntWsa\rf>ձa=:_ *6@#7t,{ ezBm 0:G{Ui0Nƍ؟|KId]6idi,"FUW: F 8WQ|eO.ǣ̖Gfk⌹La4r~#ԯ~+1`^cg挦ƪF#J:\y_P-u*$/Ns$sk. &}.&Ax3a,UB$C  连eL:JV~4,Qߠ)|t[3Tr8V) -#9B1-ujbåLo$$3Zg=n*OZKZJ^VE:6 "v5[*c1Θ edyLߧHyw(}q(j2\yPgf؃R"[*+J}z~yPBjcm."bd b¿mp[uBBX*h`Pn:*շS.Dy[۴ Q ًn>pi  whĹ#$#'H<:pFHהV#tww&rJ>;9eD Eu-~\5~_x@J=!s= I")I_\] /5PYtJО%m f,vɴq k]/f}$ vΨ Ci{ V=!9*KpP\n>0.~s?Rj4m+c3l7*΄bDV{l\׹.24{, okwELr;( D,զPܽŲExi-Z{n.c r<=ධi@HqtrƧH/6?GC7xDI2h|=DXmp/r[J/xVb)koFp &V ɆpŘ Sjڴd]BbA+!io=ڟ;lB3EAy@f+/Uڱ+%81}w:3ݏ5ME٩( y=UV[{-/Zk -#QMb_Q3q1|x:,JQ0I=q2ؙ,ӶE-ΜVu:&(5d]xsyZt70[X4S-3|'5t{8N. @16,Gb+2@kN$' ֥x [ֵPH#7 u-4l.qJ!pK7O/I p1-Fz\#/[6՝+/?X!8hU⊊Z[BpJ MtVtX Ծnս'Q(b;\̌0ZK_eҀ5uF8⟀C`+Al^ZqE_^v00,vo+CnV|>%'LJC۹Z41ᇤUՑnf+:3i0G^JTśwmRKm]Y6#JX`1|RȝBMLJGSd` 3d8G|=qg;jmOk(AUI |` h$xV,^AC|p3k5lK.;l|Z3ɽ2fb @1hov 3yaQ|Z]Y&-N(R8"*qz GLz -䦟Л:q~"YT'u*bwE5[UH`Ǹ4W.l^-bWKɾonr|eAxR4d;ףa!՗͸[ʐjuY4߽L1w#2L:a'ÈidX h(o =qI|Ei%E Ѹ}5J-VN]YIP/Ω%Vױ}b7$z W@װ~I=qLo@y< JC6 ߅^(IA-%N'Il4i's [r*gDPq'@fD`Ap?U?20C+2iJ+Tfo?F̓ dcS&: -rg1|KP屘3}oItf(5 p&ţ@"aL?V,G2ZMp^Wa<%RX.ʙl4:Uޞ1LhPh2RU<gcH~lZIAӝJCbӁ:t w:Q&oIB鷲tM*U9 ԅ] *\ %9{_ ȿ$UjlH /4<^F+U LUA ۍeAD M;-,iFr e4ʱ 1rkSD$jzV^"H`Zn3l*J.sPb5vO VYmZb%Z  ڭ}e_4<GhRRGU> ])Zc1ԗo1@kOBLiܿ=Kg~${``SJRs!/-gJ-2ƾ-(*=PQŚ7#( ˆpiȇ!41Dq:Q Ţ# .cC_86F1v0N~0{+$] ʓzA@9e:E*4,wڊs,XѪT8s<=Ȋa>e1t$k 7]usf47$\ Μ? nx?l)Z.K'.^,҃ yu{Bw}=3f k*^%ɨ?-MtЇÿIkD'BM8XLnjã ˄}tDUP iaBx]p@guD$瑎D6CA;=T%V\9VޡM378RT-@0h=)AN j0@ؕN8wi~X9.̰UZwBIrY]8A绗J;`5Rų&;3%7|BEXkZ(8{瑸JBv9xgqt~N<I2 Ken{ B'`N[NDT77HYA\G/!3N2bn[w0PcEo=,kLq  ŗkZk|;~+.OG20C.' ?r`3h&9Z2Id ALe]GzNlr QAC JJ^,"^B ~.6{P1(b5fŠ熢!{g|{`XJ5w<c?72Qbrt\W*oqdDnCZkNy2̯D5M*P}_OZWLwEn&Aa_z^uf~(X1VBKv{ E$ݻl7H1 !Oyxi^Cy̋w.c82gvQbV΀ 8z~OFHMpK$ *%$YtZZ*vj7*&ah E 8$T?" Еc~F/ejgFAcM 5ʟL>Aʇl`qK <WroH΁#$ڂ䰘dkkz,]3·3.,j[E.IQ%),P KL'ru=+ad>W8v?t~v'0Ӥ,|e_֬d!6.G+{DҽI]]Lx2ʧZrV|o35Uɽly t!)?:ƳR^Om}ZoA8 ~p4 л ;@6T[_Kt0]h>"@h'ojÀ;%uro;kcT-/Կ갉Y]ӽ끑wY7=zB¹2> &80A#ʰGJ}p=[ ?ͳ!;$;E8k7"] Bn7fJԹ*0l`"lO vR#LlaWMv=m|r:vng9 'S'lIҔ{'v$M%ιD2XĢ4F)hʐ@O2l;2>;g252XMVrh(7τEkfR0a"\کC+j7N̓7xl`Qb# }jf[ h d3@L4T wCg3#[:?m_v e]E`z/nB˄Դejp˝t, iW7VaJ_eU5X ^Q{X~LVUt>gh^7B=U$E_GJsU0O6p얘󃤂.x36 4/[|PGÞ~rA݃xIA=%St<\zA;;8bbpUDR3ڣD\c?H, sZYR!]Qbּ=(pI*s,=Qwcmw=qR1F>~jAqq5T`$qQ tw*e."`Z&WNHo#/kdd>n;vB2Y'$8֒XM`]c|Ƣ@?s]u2݊po)6S6;QF)%Yf@"kybmMdot>y[Tj.-R Gx' i㑃誁Y1̀8 =¼Y{9i .QbUfZ >26=}V5I,8!Y"S8%ep#fɾ|8툙lE!zby|""  cQԪ#9ۓUNugL b e\uM-+qwKQp0MAfl4Ծ<:OMؗDW&Z^NtzMڑhӚܸkxIxKۉEvD% ސ<ΥI탘h{l/x7SI`=P4keʹf1QhJ6պLbj#"&6oS"Uힳ3&NJl¹T9eHs9gaG05^$!^x~1ws6g!0Oð攣Be]?)#\]{ Pwy)%<`0}8MٴXtrӹ<3)4nem,يЃ=T[8u)) g;`& .j쬻nn'WDan{pqzlڴ-wР"W$Yi% YFD-nFCe脎y.@ '9lTUfy3%64e KE 4=oxcnBLpv{_}PFm.CnFpj3b0Q+T`l=0c9q*,c=_dm,NVT0f]_6vŢ %9w+I}{ W<Ru*~gBrңIVA_7d[yMXܻԠ\A(,T 7g[J<jZ ]L[gMdL#?Ȣ스_ Pfc% goj\uڳr[FT,[*e ;J#Q榦֌< %0Vl.V?Ar|,z( 0Ie,[-llk!xkyEPCX s+1 `l$L| %ŭT>`Nx-mnsdHV=)iЅ"Ffo^`?lV:u]FիlO p&E:@w3b"1)q܀ ޺UyOH{^єBvwOoV0%i`>r ecbgʜ6wDnpi?]G(UFRbV!AL7 ɔKP[5 Liݢ6BR6yo%|G !8٩N ^嶞E҇ " a{t+-E&Λ'-4Aveܷ N>R$"|qgFqIؽ QQZcjiPǘ5f~ߢTQ&B]b.3+5~电1H39ZlH Gֈ=AZN}WZN~xn*{=leǶ%^!d"'m5Y6kb/ 湏/|P 8Ƃ@r 5szD6fRPzRTOеB*ȿmi .qG; %?? dmԆȲz+lel3o#UV/0u&@OYbyt\rDŽ(\x(مxE1=rf~_/Q.ɩ%2KlU,C ގϽ^zR=3i`p?9!\ó!nu\m "%1 o߆H"`l-6]+t7m;Zsa[x63q?z}}Z)H˹ց/W&oywaIzVgSSePƖ mu<{/WV)hrpdlkQyǎ@2Y?yG/*U4&mvK!@.~arlf:gQ{aوFO%6hB6K)S*lt-}͉81*fJ]=ؕFE3cT"]Iu}L1#Jnoс#)XꕹNSIf=IUNwW`Zrl;.,}=#.$iޔn×R?Nm۩1YsTyuPھ"ZOShd Rd/@AE kM"S~LO2{`IB~x #2 7&1dVDgH.In迩lp/80Hz*< +Ll)ZJ93j:+8ԛ`/pD>[V;Níu:|Խ$[#a$8ۢcӵ*‰ ' {|I»5C1{P;hK5ޓD`>ؗA!Udn`8Tx%I|@*\g$+4dD%Y,z:K؊҆("IU@Ժ[:#^ =ZJGrqw<+Pà$Zx͖8V~="xdSMAvJ_5pQпH2dT0-/Iv' >ezs?r^KRofY?al앸 0oR94oa 4zg< /[boe>5sR }i}7AOO0PvEнR+vOPx,ژd //smA ('aPV| s,wHʑ;0pH┴lF$յ;bM}yT+_\I?uAcpv)0Ԃ0@o]uJ1m-YM=dR%mÁ#ZDV0=$(31NW0'^qYJEkErh *|C'?*S|@iSכΡ-s:u#QI1!EN11dkΗ3GD~uUw{|LIPupTB?+?A|޼cꠚ A2qP\lxڨF9PZ&eTq-ᷭQ=yG:K&`ҒbWR/+*UYj 5=Ph}ѣ(/2q0xrS!1ƅ*aKN Aeq)CZp& k n b/-;Gq;z{(\GTh\m5twNYY.r_Im9`Xgs,mG| Sl4]?pT]k7%JVq w\xra9;(~$?[Z+{ 5\+Bnj=Z$PҺH4E.S[P4Tu$!06]C"vZКVu݆ݸf ;jTXl3PYBҽ#~)X8ɻ.sd/D -Dy|i9h-o2䊎|u>[\s[sy44Ro 08V]l '^H&A(9T%5}C#6d1gk5]Qɓ-R'Kv|)Mh ~t[ |*a듷|Q%*:n_Ŗ. 6,rRr%n!ĒuŰ*qҜ}g$4>~, AFB'׾>K5Qձb< X-< R5myD֦i, dG#|ܠ`0^U*)B9ʄ6`~ɬ,; 'M P d!HMóxnV,"cR3]^F![b>el*~+yU G(N>IW2QU!A /7>$%Lk᫚dqxW(3V ލ=vR7yv YL  D֠\;_ƒp8VAf.$GڮTt19-]V.*Y)sK57"8bmFٛ-dDdlDM1$hmu?m RA9rN|7msXԞ Aw*lߢ@,*'V~ȕL{7??2,K4~KLH:p``WɒƑu+@Ia"Z&5`d$ sfW9"]yQOGG;]/@H^o8oxj84er:B\0wߔ-%FeqP8ÁΔ̣\#Bjs!KQ>;l=>ꬩLz/XM_ e ݔ/咩%ѦP$*ΰN 'fńsZo Qy},Y`ck&%πsuVh`R܍棩9‘`JRA )^aY~f:nlFcD&DW:sȇoaettȉXvbQ`z+bmɔL0 X(j+0gn. E!춝@mZ}<PÂPI*\\_u%qYS!E2 x]JU8KMgL#u;s%w $cVAнz夛yOܦIH! eh$z<ǵp K`Ki 6*r+פ`2,zN"ؗ>G(-Ĥ\yl9vIbUۘsYٽՌŞ,/H+uq*LԊh9%pv):s`!j>p#s|]? LmfuGLh,6;=6F el4f򩶣jgD8w 1TISJYv:/먑#֡/N~L[C%U0S` @hdyUWKП0/w:Զ[6w.n2`$0\Җd֚= cF/IUxdcmmܿyڴc&\z8D0 ; 9'Gd%6,U(QTqf7$>я:Uo-5ŀ7m=PO*IbyZcwwh ԃYɚaar=NCN+UQ+:wKUפDD|X+_RkFqXy  'NlQoK&( z1yYK)'JJ̝\ c-M I0t~N'yoI6'œ銩7ՠ@*P/(. z)haגݯnזjJddؑBW, \ ։}8!g=.h>rmlOv*_Ր-+F\ >qIbOrf<{3 ZfR>Z]PĪ3KfgGf,]lP#Oz %Kyw[7lPHQkcfLA~ӅYQ!{]Dmd3;blpW>(>hP CޑGx30Vr\oDT (<5Bxy;½2+6vҞ=G&#`{uJLD:'LV^Q_*;)>3~}b胤:\D X|B1wm >0B#OB4,ēSGBBuS v8k`\Jf!u,#u/ FL&mEW3M_3j9kjh>9oh#; K+Z 2@{iff}ZAv7z]rB8UݳTf~eㄼ/a]uF@/xĆe7k%}.Z&Sdt)qmW?X]_)`УQy&6^ D $1Ej3W ɭ|X%sR润Pkd$. eT7bgO"Gp^Ag'6_bx<|J ,cwIH~'Xټ2o9F(O&d4e8A\mk+24'U Sr>#nzx[5XoA'B~u= ] h;{(ԑﻖ{'~oH%Xd.ǩd9ndG8eYG)O qg[IC!M T$4YBic˂Έl2yv d=J* |І1Ղ'ग़ґI"WN&x (/Vt)\򝎕RN#Wʊu͢s3Cex +-p !nz%j'*u \qFO@B1*cu/;)O OÀgqICヌWK;lWw7zfUw\z|B{4 mgHK8kB('I) YJmbOEl_ژ>a.U2UP{fV2o ;=vـ' ?k#l);IZ_NKWIb<=R/20W;i"ȓEЧ?J4BFtcC& So#vKܘURD'@lꡛKNW<%CT RS|$a ѱ3"+0h&)xjF!9Kn^uU~+:2ZE'(֦K M:cxp< [v2w \) .ViEbN'; Aax;U.6k^:0ֿ؍\'|س#"{QN3=Mᶣtk4:NJ`6Lp$_^ ᨞;BZ.g*$ UPk#kl8$,etU{vyyV͚7H3QI2dOmO;>0s*%:r>;\5sNhfr.=Y6ENH E-;NS?3KK(5~M8% 2B6SD:VV o^Uh \B6xˑ {}5%S 4,G" :Vvװ9`@EnPFFf]٫{E3*L>Okm*$hAdeȰOϟnnU*Q}FCbO6 \aǓ/!zN~ ?] rlm>#>v\};7ta@U !iv@,vŕe FMѫ[PT\$B/Ms6@ U9s\OQKΩMߓf"+u9kaEB+~%Str su-2Nof,&PaM2}LWd{B%4 kOZ'ujHxKx{Zk+ }!~ϕ% qu=d]**7Փ)(Ud[--zCa h[1k?~P_WJHGz@xCm?DY]b \Kg٬ Xe n-V8F렍uZ?mIxqtvXhߦ:-NeT4nܴm fz)h|jA0tk92J6={A}AruBs4{sqy6y֢!'2+րr kۓ.ʳ \&D=oǙ5il?bmG&+M{9ԗs_\Gjv$C0UA{6@Ɩ8W闠-sd2}tNw7*?L6ޗS9q te?|Fq$nW]UЏ'p`F$1$ $$g4 l˺딑%}m_}H9sN_k{ [ai:@;)qhp8z4^5G" \<4q{^6ә7I1( 9;]>^ٲNy"mMf-zhȣz1kFQ2HAHT5FQI p\gχ_92waBV@HbÄ}h&w IZLŪؚ6Y6i n*I~1a}SĠ ՠ%7f;>'ۃ*C(.F"̔˟0t nOIcBc{xgŌ'HIyrba$2sG _N:< ci({Zu~ N8_L=7\c>DN* G$z[r{o_:OA+eHէ6Qۣ8&UR^+Meۈ-*w"fm=BN2|sG j= ) iO@A| {Lޏ nTrT6ié_q2+yd'i] vHbCtq#S ^ϙk`&H ukWZå@B>gȁXq0_ 28UULx[r5.1"4c Mo k Q"-zֲ~Nmw\ e (xr0 b{q]Q4l%32%ro F BS y9NJɟ*#y:ӹsm=#Eolci4,~K& >DVo~{j\NQhO"qD%ȵ/Oud2s(3 ɧW/ x"G_4i5 :w8=Y >&y VwsK Mhmgq`a2u*9p4<ն,4G#5 .`Z91ͭ&f:'ΐ5ھ0^mq9/v:$KabKf}S% %=JƼKr.ȇ@tm{+X,S6?ܑ YUEA22֦ >l_ GWN2E@"tgI{"}6fSw 7=~ӷaGS 닡e%mKn꼡LĊ6#KDY>4WATt񪗬N6..PsJt i~Wҭ؆~,>=ǸC3K9sIM;wgP{C$E4JI pb[ :9\zAO[({0;H֞u[Bxek_ `u>XY`dDg?4\$PcG>P}8K}35~vÜ8B<=hSt6YX1k " OauqD7u ѠHG"beYFzuHN5 ˨j]^LW]_%}snC794DM:rNu+jƩEl 78r\mفN_YhZ"{N5RreQbeQC!2sWU(B:Oij),&3KT5#d(wO7s,v㬫d T5'#XD6mFdK^:\ &^^bO;:.ܷ;8"Uy?1ztb?QamΒ)7ӹ@QU=du5 cLL\yOr:-HRc M"".};'8ܻq"C/aSz-p~;YN_,W&tNqayiJ1lciI^MX`*h=vF%KCH7B=`qVC:&5H!z Sl8X40a;鍸^ڼϨ%nbGis{j7__D_"^(Lxk .kGvV TLuXd5֨$cӁ"!?ꂅP#HY>y|2;-0Ju4v8 TVCFI˘^ zE˗SoiЙ;UxwdI֫)/keIPq ʩG 7,6FT甂"0x6v1"k ,t6H MpD`;8-qh5jm3rL%LNYseiG O>DwAj0T;ȝ L} 2F1#]&׭H``ߓqT#UH8@n}z%r_wa渮Brߒ\J ّNjLu|QW-3Qjڳ[%[/dxF%LZϼ t)1,au qWr+*p̘rqT6ߞ/kЏ~e+kvYԿ4&5.|] nebyKk<4*dKD7."reⵁky{6>V֩}]]w`iZ.jTEٍșQ{lűE\u jbo1\y)_Oc9Cd%@qEnZ&c{20(-sL\'2/Ze#V'd"AT@4B#qˆI;L%F;5IY(& qV7l,ؽӲcgG5/~0TR3[7|2@>`9a×vio"C ưnjhpi@Qm jodΊNثOu $ 56Ǿѯ>@Pdi@:gewl^q!Fײ{1ԦdW•'āgwD|'hZ [Ց!)S-@ Dza#(I̠\ 2eI^&w>| ˓Q nea%tyz>DfPMksz,8dE !< a1Ғh-Bvۣ\ʏ}֮GFH>C 3,OHy3k/i6nBSV1;ͩYkۭ$s)E+J*Çn֑w1,Y8LD>Xj|`U-iOƟ3+Q!zl96]7F# Rg6+$ڪ;3Ws1<*HNԯýguW.EV#ϟ&͗,w f;0(ÞՑAsfݗny%fښ)+qlr p6@)b2쓀aݏ7_E=䛲dƑ PF>β7 >a;P8ךд}ۼ ӧWj$|z[rTzZw#~1OE)Ĺ?vڍ _S/N459GTpιQ ='H,FYbC\ߺɊ~K"*:,:Z )Bv&\_ )y#GQDΦq^ӕqҞvSf2^82oBFv׃*i |I c}E[9nvl0_+= ƭ䉿, |Tkuюf\x?K@?1ܥO=O]FXuPa na.9 AXm88|N|s~:;]kKeUo1Hgs1HZ3֘&}{ӷJ2LxPO&R%8snyMaΘO>^]YwzJ+gn>}12 '74^%>h[6]*ZK,u<-mi[(/z|aRKQсEb;Z ē/FJezz8o"ΪVT 8x\IN#JyoW'tDt >?z^€.~'&\iO5P:9V} AAh6_C--Yb.BU?'ۍ *C+Neʂ%&tT养Oc5._L=`#1t CnǗNHBIDGiܨc ,UxjjZieA2iE٣z(K]&9Ufg;s']`" :8J37&fub)(3cQ?*%K^_@m;TJg^\{ekE>7zy`OÐ{(KvSTލʔXFFvq}*K*OPH#|4Eai z˖sڔ/:ތqݍ}ijfk]:xA3c,nkwVLK8J6Q9*-}VJ]tyqʼn>[C* GdM|ٰk!\&vy Δ/Y*mH2nQ*Kijt᱔_84]z$a:`TBB])a,J6 t6QKnh]dv(y[p?>g w Β Al\|\ q1exBXa{/ݼ[ WS;@U}A9=}NG 0jU/ul'EOg,%J^M$껥-?$9i {ovy!ksJ\spxNnχ6d(ZGH"naρWw)*tlcΠDž9HjV3w-Fz9jUWe;/B+pdU=–RhJO$I{st멇fO5}[&x7a#jP'lմvI(@0 ?dNԻ1>;775fݪ%E%+"! fa 1m͏ijRj:q@ႛ x# f\^zC֞kR̙=Bd%5Eȯ1G,!~B+59ȴSSy/kX  FlˉD/y?b{FשɃոRR W6i2j8Cj2/QO\eYc3Itq@?*}=U\S^x2>}^B.;a0$n(բ{Q8pN^PY{&n#Rjr3Bdɡh=iM0;>d+uq"+e]F|LggSOi\ww> (ic+R$\*%>.CMF-D1w{&~%S@] <5#f!7DReX8u5$tO8[yMQinEKY5guf:dVF÷UWiҸSiPZC0;V4=c%qmb>ˎn -P~;o6Vhv`XŏR9 =Z%T t .(D5YMAdAo@.{UgG,-g9Ftc:p[tǒ`o /#B{j7mp՛6 L!.p1N4bu|U}<0CV%U B$ HEǫ/:1Z?t{ĠXlyɠc)1Ώk-f*MߌIN ؊%9rrQ@aR𻟃އ|Lbő! fF7}N4O=ffxzӡ]9t lQOqnP>Z%`GP_zᅓvi?a 58DHMf?] l 5Sd&2MK~,u,Y{1όT :hmđ֦h#wY-Q@x]&JԊ_MOO%}v>icgٜ7BTRMtZٶxcPaU`S|)V,&e xL"x5fZy~`+QK֚Sc=zAk I^,s7oj(+ȴ *!3/(ŜӁj/QVgpXndIc$m2奄̹Z߯v+rm}\eL}^$3"L٤b E$7ॅLb~ƚDtS iR‰qԻXC䏒ґ-01E*َJl[*uEsKq{面ё;=ʇ/ٷ,gEJ℟>kD =U80!.ƲF^e,ڂw a&TR5V ?^H#aN? P?4|Xhق'0z!:eOvJ'b=LYu$:xk?}yzn7;rH{kf+n 4G)Ood3wYQbqey!1.r\GB:Ut 0˒N!qe3܍3zB }pIK'􍽻>m~ ˊ0,]mӒCfQ!8H%$g`[mXfgF"Wzr?Zj^2^/_0ūQ,V{"5E>A@3$QH0-1]~ׅHgMcB驏G~'v.B(=up3٢`I ȾQzy$~s_BhZ~՘jƦve)x_Ff]N:C교qD W^L#^F>vٌ4ho:G%' {e. ,̋@n~U$&Ǝ`{fNn?–K|9Lψ^1[W5}ydCkVÆHeԶk)U:ZwFxDXC:'-5,Ns+JCEqit%~xN9 GA{@\qלxHʈwh}}ZVMnG: v"cx4ˇ>4,ɖzp0j[mbm^o"vh3a3оAևW} q\/,q"L<kL;6aVS޷;?la9鈦.UwoThLSGl+c|o['fx7Ńh[A'.ǽݚA'K`|_bKZ#Q> "ZRL2Sx>u:ɝ.78;\}_Yi1q<{,=Y;SN+ޏ$eF4ѡm{WjJM$X ,0f w}F\5qHϞֺEmX|fn8"ilFǭIyHt;X5$kRv.uІ+sE$lE=1x+'"t.øbٕ'9bx(k;11\Bfh.GtUQBm3 UִD ]-2*a~pl?JM%A&aәQz)nKB8E50'q^- g=|k<(4:e{`jY5دd(Kw)u6h'}S#Cߺ^hd(PK!Y3g\E{zRQ82||P~I.qv5{pkWkJu 2k@4.s:mmrKG͕[S_qa{Z`ɏH.BߺWwm֣~eF}rȖ==b^v~&R6r✜_}NQ~u1lgPZ}ץeAjĺM"Xjj6,Ac՟7Xψ{pƮ2 >ۂ$?nUTb?_HDޗ^TÄچCȦZ}w"]P 8U ^U`A­%1Ì fI0i"䃢m˸tg{nL( ⚞3. 33&cA ?CHk7zL꼅? ~$`CԸxA\@+21+R+:t8Vjo\-闊?6WB ȗ_X}>~'=N` {-DC|rԧ ϽL۳G(3R>(0a믤,$W"&Ċ3(18E!:XШ3#LPq/_מ$'ܪԅ#:?WFjbU݆Z~aKZaC+0; Fh/fenw2~F6!S]T;cO\E@>NCKfHY=/:,׈IhIzU&I>]~NJU<꧕#/0wS_cdKG@[510ߞOs5Hʕ@h-烼&eb3oP]D_0I<6Z#lQeQ{L CǩH^Zk" Gڜb S'*pw7 4'FJȟ͟Myg=tlo {(4[~̉'MJL~MxzڼՀr7"I>Ubt/ǭ[,j~l$ 0]gzB>2掙^׹Sv[v CjlD_>ڋe.l gjo[_-_xŠȴKBp`DᦾrzxOy}q8w.Ǖ{r;Ƭ-%7t`ExJ' d hD7 -K'K(AZOdҝ #\,D!\7yUOI?{vY۟.iU $0Hz1eP/J[[7طڻ 9Ⳋv&TO;RA׬x PHqLz1CYAI;*OPA)n@,Ob^&ء0RZja?,Dcg,S߃vv{DGǖ؅t9uRAfف0bşĉs^PKG͛&]Zǒ1&!ր3MlQa @Oedyj.-;_3 11zid p,XOٸ7{U%Yh׵Uybgbk`'^GBE\Uj<G썆;WxڇqF.2uʵ@ wfG:٥&o,m9AF;,4ϑ)ȵ^@6MRɕF5mѲ.ܸ(_v}A-&(aryktLo&%U,ad1NSi\-oF;{uj~=hͨԱՓ:$RzYAOC lSHd6P x^ @_'[jHZD(lHuQ@Uͷ1f%5l-r0jӺ *"XUX.%rhqUU-%jيΣeMN LHS#Z@u-/PΠQLݦ#)j74RݧI[}Nemπ_{?ipuJ<k5u= ÆRۚs:sr-xԬ jˢ[6!bf;QiWMNVV SH":)ek](B +q*hf[&~'J+3?$Xh͔ 5ˍol_ޙhG=L{7]f74ʧF~g!liSX4-dK *ȄlP$ʐ ȓ,HD1歮PBćPǔfR/21(dcۺ #"VM?'JQk\(Z޵6I2阮Yrk<}z?9 E>Z!= sRy[E$|[19 SGq!=y° og˩<0sd![v &t ࢙zg-ߗPZK- @k"ǭ3GikR*rB FKHϲM ?zt$n^ngc,AZ?l;Mœ 7nux]HphV9r6Ӛ|姡# \I^1JP2·}ȑ PՃh-T 5cTmVi?ɷKue52?);IIePAHU};2,ŬP>>\2fp=DwౠU-sXmqTLґIj<|1woEw_ID$4`2 fU\4> _o!sCJo\*L=IxdZ}'Zzkm7_=X94V#6{ۏa^-qXw68~|)[@έѹ.px1nn-[%V 1$ZMbP0Lgrbɭ{zM'dV7!F"!<ϲwu`鴹F:u& ՟HO }ū"{@ p#c% S)mxіѡiz$ɽg$p_K8YDtU|4fZ,]X0S"1ܣR~k!~8I]J\!~ޅ)ۏvLؚϧyBk#*:|{qCaL!gɇc!p$NPhؼka D aނ U,wH-Xɀ}D/+Ɇ{FF\Ym >rZ zK`Qz_,d!Z`/ H n0E/}ՀwgKrw^U7CG9ꆓoKR/tOGjT|Gp]C_ꖿPV4whߐ09VA:wk,RM0p10!y@Ax]d6ʍN$5hq<7\sne]f1]. +1֚ld*&!VE{f,q=Y {}xEZl˚؊,[CVDm7HL O "&jXEWAmXLj, xOKApӤM3HTOӎc8H,>ͶM]LԸ&hh'lr*RNb{ (Q7w8qg RvP*f4L[vc<98s߯_|F+S5KFzsGijE1:~?>؊}J邊v,O7f>TlV0-!zQ:ה"㒀X=+-1rju j l;&C9= 7Z3@n%S1:)p1Fmǽ\Y~cO.6}=._)M86kk"҉0я] \p+%C~ehܫS.Ym>ɕwCԯ\!XzW]NxQ1k>dO-ΉF+J ?G^|O 7y+>VTbBgLYK]PÁ"3)Ab~u )Hfz,q/Y/^ז>daZ{&t:#; F'}Et RjҸQ팔#V#۞%ǔ~߃DPg- D? /H9i'؆b=gVQ(9o\ I4f_Ւ3pꫠ)*Zߤ,y#; alɴL5>'{QKynZb+'l$"0`e`λI"Dy5wbiMtSe=퐛MqwM?C E2<áF u*dvaKnM,* @l)o]\zVr԰N?!:ӽ}t)#u55S |Vg|1-<@^P+@ V>٢m 2nr_=RۮkWy U'1b!Ҩ'-FbݫzZhj·n\Gv CHOF\=\PZ?DV;s.X`K WGĻ\}E\oi7|o;~ 4צgώYm#iN+ưx UҹP6zrKwU&P5`>FeG\\-Q¥Aw_0Wc/J |WI~p p?2: ՞ڤN u"۰Tr!C&ۗc4Vf^F#.(mܾ`>A(Fa8 w3-*1-Pə M?I3ՠ.4R?xT9j{5 9!zB)W@5jyT#CQn،*+PT͞VA0!";* i殩`OP18/M$}8dd1{EUr&2MUܜ #}W*<,ZϠ8S📥ǚ}U^ass)Ol|JhQZ MvD. "d9jBJp+s̮aJN]Id|-VԹ$"w8[h+]lcs%,/&Io 5TBC$DV#IQC<6] IPUI5Z"'DRMN=^KAs: >}h ^nj# +WtP1%Su=RE)>)=Ƿ/r!:HH],ݝ<#wFy^w:F"/tF'‸C W3N%7j+(\MP܃U/Aޙ.ZLgiawdbRv^glYsEGmMqwފQbV !F]_)7|mԼp`D)Xל8O=Aa`,8,Xa=bс$H98jܟbrJoxr~NM-S|# MגB@? m3o)ksm 79;YLR'bL6By* E :$*_^8eXDve!Sa֮wث Ms披"ڭ-҃z3͛6oĤHSHCg"h鈍M>|^xv斷ad$ fs@d"A`r~!9 wS['D3WEP 2Z8*0Ws.Vpd5Cܿŷ/Wagiv4$O\mszɚ;PM$ a-lKEЭ;$_;K0~IO\Ć<~$ 4pk#@,49 AQ%pYtWjGYFjl̢#Ħ\40D*P|kddq_d^D2o㡿Niwy|(GP`}<ϟM;q0ic(6j.N*zh߲Ż"nj;8jL'%|we2ՁgUDǩrX#(Ik4E9V38b_%ݒF;$&oaJ.ri}PIVwso,tqX˔o*j!E=%re4sx\!3#Ѳu9sӹܐ`zKQh}O"G*ݥb@{ >X= b4kD)&C[O*2,8guMNRv,mhoW)*w034Œ!Z (FrEI`G ƒaOcn tz7gj]ҋy4o`S&R_C2+ѳTN]J׷g ҢBT/uG(\(ʞ?_8z 2r*/R>SpSj%wD?yk@ ]g qeU;uJG~|n_,{oVg6y9%)#]maA\hxԢbXdHPWbmCmI֜_*<99*8ؤROHËU 5a77M=2Hx6iP>dyLYJІA1EY7_E-|mv"ѩ*7W!D"h3D.N9Aߝ[w܂h . J!ۜEuŷiL]5`K ġS7jȴYUv $5a6CL%RV¿UЈ\A:N7r.y` nʞ5[)mERoEΚb3<VsifvQ{Kˬ83JNZTh *:»?bƒdޙBlWukF,~,Zbܴj("^%]n'l"6zA2 f\*\Qt^cIFu,>j&W3½Bu '5lB*l\pmo|7B(m4\ "Tw.Jvӛ3/nW@ېdI^W&]`Q|:46 _bug-К E<SjПđ$ul-) ,+](JSD17X^GqG$$zTLq]p$ݻY"6 3])@ xUçU8*WUعo ox\HrV~tI{b5g~=7xPTnOaɟޅPu>?BkTiASB: qa&᫛|e(ebH]C.9^6]Z'+U 99ЯFGw1=u-v3X{6ʱKU$.w’t7Hbp}}D^(q>} mh~F?t>q.L!Ʀo;͛2Eh'\bS/EVG8}]Q]Pbd 0Vc e_Pl\jn}69KG{` ;<.sE$.[}Ŏ(C;hw5QҞ`ƽieN{NV?S#:\ (̄S)Ap̋B7DmSJ@Dkni*j!_xKONbTyC=?}uEw| %ċƂD+*Qo`pE|3^>G5z~3Gp@e(扯 =-XOzF3[ndyJe5*6\YVb V&@'V^tH&ncSw/F /sD:2u9zl&35GUx-6jDn9i;%ӱrY/lžPZG}ƜKC9 Vkʝ@hDSv9CC@a,T".ieZ}Ca'\S /RW]`lVZ}TN8ۑjD+:=u.i>I$<DS 6S(k~52!;ڮB/,5kszy$ uZ?CItJcEi3 iK\Hjq_[8f3ZE.C o) [6j]d2?QxH,h/㯲k%;LO`.3oO' L1AVOV>"%dS*8d, MWɟ*:|umG:l,*[8Ky A5.xZgo¥ 9D'fzM%kLW? {-0ڬ_}z29+{Jp@Xn"@2%n<;V%,7-'+n(i#Gx%(lH~@)R&"q۠J^ YY;q (J3+Ԃ>F=n^2*5Px/S(1! V4>k&KZHKn֞y f/Fpw+}zJ6id; y2U= 6ĦaT>|LڬAKAcˤ9w RoXłV;dؔNtWFXp'(b+1@lt ez.yC"]fŇ@+nQ/S4M|À79G%uPI)񰉇ä|=;tXY1 2 y&U!@ kRIc(1A,5@!L е0⚫Vը*oa;=mO>_ g(c3sI"DJW:Gzgx@I+ю(TYC\Vq&Ętн3D)2͏5l%kjr<М2PI̡> KԢs@@b!3JjX!woN{\ڂtn{pf\q +#>ۇKL =Q_yf?:hWaKټd?Efc/0"&&ΫL!?ҵ \MOtRLO!-rOOş0iX=dv>BG)cڥ @Sa Gp~L%^Iz^k2J%;A ˠ<ߣg$2:)s5NO(#I?ՄxX L6d++S8(bGH֏'2<׆˄&=:r;D;+V|7)WJ2>U5bS jVU=,Lk6hǴա#]+?ȔztM'S$ӎ;Wq4'{ 9ՓzbHmZYgܤx-"gSiNulThiH|ɕØ3-zK{(NɁ_XM&sP ',*\)~5%'驂Mx (N K5}p]X w L-NBE<%mg7CN\s̩W-8k>\xmL7QjKH\pmy (6 f]U[}u._o %| wPު5E"! <#Ds0Y,4bB2tA!6 {NZ/L:IӰyD@9)lh?i ֫C{!@~ y=$>*\"-g\:Yus:: ylH ֏|>xOR4McyDE *0W؍[ܷ3/8Z(A(zsX 85qap%ڋvCpPN=b}ޒ#__4J]w|wGyZa~X/M>: WnT{M0S!ljrD:|?7?U]IT0^zr>ȕ]ɣp^)٣TQh1W_C}qΨs,Zz JcaOTj\ r%jZa[fDA2| %IR|߭2@D ;}hK8A``RY{Uw8CPς:g@n_5kzb 5L"Gbr"` bg |^GsE$3QHLɓHSZ?96 #{HSg豴22KT9 l{BPBpgHBzO$ypErI$lwanE*d]67'VH*c;Џ:Qz z3Zxpm'H&"<*c2\ kJRa߅rOխQթ{2wh2lW\O#Hn.\HZ@ _%l{ZA=G@ub:P;ꐠᤔ$m,m80l+#{՛DSv;g6Iy RFV~5k9xbelzSƝ[#0~i{s,$av QFGؚc$(16[\ϭ˳$މzcj%/L5uMQ\g0~Й~7] NXmXkW}_K'8;rR޿= geDmt^\I.5+>?[ˮT5^&D_@SG&\%M w&Ȝ`{ik>eD Kkm!.-t8ŢHa h{jJ M5*Q2^ X_-CZ>vԥ/bE8/%-xUnגeȝAQH.V9.Ѹ LeyX~l;zś_3:}=X.^j;tGmy_uC"HJouUd ?FZm{0uofAzc bT'_<ȉPcTCcݞCG\I\C˶-ZBP-oe*e>ܨEPf>.@_+߃֙cw i5fit`Ŗl͓GS?KV#@L+?sZ# rI]m:y2qltƸ^eK&bB#s*Sr‵!d*eCn"h-Bow39A8y#u6f[21?_TjNѨEӀ 킜r=ݾKQ=,Cs"©Sb HQ})`Js}!Rs7*V@ a)FVYN P`OL!)lZTi.$Bf%ɔuMLV$^ NX5,Z, '6QGO{a4U\L,8NgZG3M-eS1!Vٹ[v۶ٷ &]/7]E1}=0/GCAt_fޔ~s?~pj&VA B oi]rmo&|]vlN,45as[epNE&P|E@XلM/scw?a~9v |$D#VxY/ְH~ aF+7.t[]29g(Cx(ľkPtMhk~w^CȤ)A&@j:B^^[# qM Xt5||X096Im'UAƾWE/d9vy~[KvÂPh~5.:;J`UfK虠-gބPàJ@dzYp#ZHho@`1\5^Bfzb)SJ:;?ނ?I.5XFVWf`4[<؍  -lhhoC0sFJ5skUE2 A6;B+PJ2M?hV,DTivUHOiSʭmiNF4S6^-b캸&7IxR7Ֆnx{E:Dqp`[ U ƞ@a`8 ꉝ } xQyM1H XUL&{zdMz_U6z \>dO@FCs_#DIg?Z]w7#{Ha$w2t(}PWhIWBQ2[ m5Z0 2㷁܌ mF+[ye* Z9ΛFC:?b5{zw߿] klDD|Y ʻ9y?3 \omZzZ2L7SAe Φf "vg"W%h[+YI)[BKw'PaZ|oWU?(|b ~n !2YeQ~=?8@y yq>!5îRJdr*{t|E^n XVtL{Ա>re;_@^*Ӌb[$c- _m\H!fˣDcH[n@qC GvH{rxؘ!70ŸS QOO2Z(x3tykJxӺ;{ ^Vr7>vz%>8͒[6=$)S ; ea^\Q&sfU`F/&3YwνWEePT\!.)vxK00.x݊7i@!{h1@1XXX`tAzND('1]TdrbM3Hq闊g$m/7fbJӇgkrY@ar7Zc3&Wf61bOlxɁsۢ0 t谠et~/ JnEgduL3WJj8f!n?^ؒR ?ah=Nyxm LY5f8?fwh{4֧gB,썙Txu*(ƌ=ǼrFFՕP䩀j/0a3}}`࿗$v[aB(fTw`~ =kk ľx}n =dJoގo'ԭ(k~ Ss#!F^U6IQ!O+q ;XGp oWg_S'< 'Zd*ߚw!9y Tp-90ů!EDy~ȗ+0p0FH-1dyDbj_%¢0 ޲W2˽Z\ o0)5(wx&öK-gcl8W1Wgfh+Lғ@i rX-}/u 0ԯ)СȖDZ:I#uWzp0o@\X fC:XX/P~li3D= WAZZw {b(_)o=QgmR2QISFY?ő+H$Ͱ|AzzW-)5D etSG (a]VJ}*?Q|*97JhL벱6{YWهKxKz"$}+閒ˎ_}c0EtJMkIHiyG_lݠ6ko:ZPn@j0W -{/ɡڙHP=c xMm4O˔A8V98$(*ۥ!z t FxzgxC0-` SCѧb3ZDČvƒFN䝾k;c6ܽcёհE4OЅ 5h5e5ȥۃI .՜WLo>uUw5q:ӪRZsG}Da-?^W0Pxɫ ^c1Q@qޟ_Re A~ȓ$GM~2P6Ixaj]%-G2{b8y{u>B{/^&-am~}K:쵔2M܍QiusPG E7g-`7QG# F-;բ%>RKksXxSb F$!l/F/gv\9CS^ DwLo97'{3v5h:<1,`y$uºe$iΔn9BRNe-50i7rI Ȏ q.MҒ1edx@T_ЍFjWS[&+oKSlrM =rAR5Xg$imnx$*Lu?bueL5P4>o\Rђ7֊ ?AʙE8m^k_7GjTNsbL,/Hbn}}F5TE"ڣ)Iy`A1& * Wpݭf7[j+VѬCS"#XPe;ݦ~1J WMJ^ H4&EuV ܝbsz>gڄYDuCu&AwwFcL6%'IcJ{ث z#=Ǜ60q+KаabYɽc]6OsѨ|:ncWi_[ e'VHz#m|+xH\WuidAEa 㿰O_{\ꤠY܏-dyN~.uw+;oarTVblUG=#LcTg$C)Y nqs=+s})M6("7)(5lEKH.3 14XREQ.cKpC(|hZ ?E&{.(ۏ݌v$7lX˖H1&x>{_D첩5OrQ{JQk ׮ÀhUzmo1I=LL2=oj&rOt@N+(-eLsлL7&+DŽ|ec 1{#:\ø SVM:˙VZ .q$HJznڶn㕎kIl$~bm&WX@Km}y",[j6ᒤ %szOMR"/+3Z:#7ovF{MNK)F3"Gl,ڿ4Ԯ"yrE5=[`!<= p0E&hX8{wiL{~{7w~AQi_ZMdDü[Gd.=oG0WUg'\Ku>ERC n{Ly;ڵ ф1w"`>L먏E kt9j0uX]6X,[ ْR]or>,RvM|gJ u0%I.DlQ&GShmN Ng#K auwt+*Ч0#a dvb'(w8Ԝf\]Y}?Rc|Z3[@QBel-@Xb ah)LP~XH@LF2>h f,+6$m)]4$7|)U(AJ6§p" *yDTALnj#kv)$SˇN#޿.iVѧnNUw1 CN*e&bf06Hq!vց>,XKB~֔?4fIa@FNe@F( jI)B89Wh0k09_{EKk`R+LK"Bh;> 3Qc,N٘ Kz4jG!:ئ䞣Cg`5Ɇ;?H88dK;p1,Kls>`@hDDk4`_b%BY\*^U9uގ75V9K5q(N[̱+Vy_`x>GRt"WNQ١[oߝo>f")e$ NBQ09|$"j~ Vżp^.Cz,Ko]pRK)DpF2{:6c+117e&8HXvoBmjop읟Nk NmA Xljಇ\BT]H,2'ҤE1[@k{=~R-4PzN}ޔz5,'(d:[/"02kx\ʊ&铏}١tԃ5 AgCG"I]\@vޖ>w_z<)ngi`gLQ!ӲnFƢbIХRF״ g^|h_H$c?yRneͰq˘ϽĴl~[QAGROQ|-Fj0ukB׏<~b"XMy/3Zj[[gnQҹJ GTn@6dͧB*zVG#dn;2SCt!JH͜xGСL_ *lj'-S?SId ]9VnBc EVշ@j W#'oit\/qfh>̴ݠ]ޞ͡Nwg AObޔc4c*P?XT ]N|dx*uՄF=~4in]w)9ΤJj&$es]~/H"9YL֑OoinXQ{nuN­*ƪfehPJUx}S7#㞈Ie LCYg}FGE] -Cn)@xds^ϡݝG$ ?Hq^zHEi07j&e6MՉAy|'ҡ4ּzdO<<%"(NӅeM"Ÿp:l|~VQh+,` )Ҋ_襂ҥAH8NoAiLij>IF}F[Ĭu  3<+ 4xz^_R\w~H5[h=R73]+v`Y E'Yat9VYcsgMT$L" z Ł8ߺh@a6zOmJCvñ&\qWa_k Jz&6:!UdJ0 vl[.D8K)SS U3ő Z@2;:&;jcsёd]t1nzAR;}|xnS h0Fų*`XJ(ᯪ8Gx=M?y*>.j@,>u )M&ג40vL eKOB &&1<Ͽ=HB[;8(M%ʟFBDv+Њ}hKyax^_/˙ }a@j?Pp+W#DEmi=(Owy7UldX("l[0nOcs;dF>S{CjWwَhԌrpq/$Cc}hRIC b_\G=='-#W"g!#&C)x] 3p>˚TzWGD2璧wwCx"q7VU/NH`ckVȲyg}ĺuTԹ!vu_ؼr&;盧f ?#R8·*'!ۊq- %ҠohqЋ l<uR>SO^ț*tC (Ol>H |x:Ezp3 pP|RdTa0 z/ko! :iIt /O} x'= x&' Wrtb6j3ú */skX,/X}4>^oǍ=D 7GmN~۹o]D?}rE ώh,@s9Ujum7Hg;f9nf9%I=t42 b*P܁>mzyԻZR9~YԿW l-A=8Fc2Nd%|!.l>@ J#FhIl1GXLÍ:7_q ee? KdWqhrIILN: 4+"ċ.қ12̲/~6V,JmnѱY5P.Usin)Z `x)e|i{T [ϰ˴ 8-v^Y9|uiPD9$#Y W녨b.q@σJݶѐ]޹8 RؙAP.IS ځ0ٙwɞ,é0|Q5|hN业vX:wE2dL}@PTj4 Py= y_Qb쬂Sg1)螋[M*o>{l\6nY4[hkz|bb$b55}. sbpS*;W=}M^ vI:],;8Ci6<1kkcmHB…נ BI'0;aCM$7q #>/S@L6~b ʀ g'9_: L -Q7\Œ_ww9 ޸ᑴ%ׁc W\aZ 5A|M59\`$JɣӮFn㟆eNO0 OlM»'_S*X|Տh[%2<9BT Gt^ F!]Kl?dP^K ½Hr 9 mTxfn6hKt u ! NIv?J(Yf1aE#aՐeA]7蒋9;I.3@;cw_Jp@'/!PyJbDnʎt㻱贲Y%NP:ZiJmTZ5_9j=m=?{ ܏@Kz1x!NmZ8qJ4x h.՟C6@p_RMT3;jړG>-\YPh FLޙI{0P7oj>O~;GbY)Gܤ6Q]o>W"=6"qZ!QkUDġI2jܓl_a[Dk[6Ox^e:]]gf0H1˵.2ItQm PuR׀(m˷cAyvqsQuŲA, aetw閂GBOwlm355RSPQl mGW,Np$Bɸ.NY 6ݣBT[IU-ב֓9sS,]>r.@mǚ3uñmskb{qfu!갮53j8m -OVk&6q~R7xaػ~@rPp5"VXZҨi1qtuRA="4x{-(皎ͣE+/@MЃs5R~E_CC *ͦi#he? p2a2)eơIݎWX@u!GAo6urN.Y?8?p1(aLfy=tmHI!W J}*8ނ˱d?7C0 h嶻wwCO}{zi9•9NJՒG=\iء=R~ NbakЛ!SA4\pX_jggXK1 B1(}xnxFܙ't|jjHh-cz~FͪF r@)BNvKU#s}\ĸ*nuځȵ1bsd*pjҮf[Ed%]CuiD*3q  ZK yA]>F SE0!;'^~˳1ϸ2A.]C}Ð>+xۍWË ht+~pG{a1q7ώ3.y^r6߇jB]b9}v|buf#nz>o.kmL}G-ZL"S`R{ OS~Lgn$"K\LIovXТ=ڥs}ؗ9Rf]8bZcal7ڶR Iorg-nj.3EEgA 5ffy}X}A-iF !.~_MV K4bUIe՜~%&|œA y(l<ԾPWape4;86JoSI,R ꫏] .{SPwy>EoBsXsj;RĞ2JL^:ϯjhe C \zr^ mLT6J~;`BxәATh8wQL)VBUq30[rzE(Χch"dddK?!rnC G+Yڒxv{oѫ_ [VrigCt~TRź¶ +sR,+yޫzGR2 3X|G^F࣎f>3sjXY:$9p#Z{JAޘcl2u0rmm-"^ _pjRa[9qY@'o` #*YVԭe}%6D7ռGBu J95=Y #6iNխߺ 6HVB= VmϾ]V{Mؙp˽Su~tڹS3Fq<4l&3-{J;IaY;fNyJb@v-+M;A{V운Ay&|xE;,AD_{Lm.ݬ,SA4QH_;xf٤jwZ|yjٰ/=g 0t?dzNj$E}2h-lΞ|g'$E(-F`YA&sdW ^bcS#ͫ)+ϩqqbDIu0ONH_ O(UMlkL9ۧ1]T:(?6,MmZVL.$J$j,{keLr㛜El$8f+'䝊Wٿ"numh}ip^Ŕ4_>Gyۑ  Lrv\2qh^kUA0[E/z>xQ?{wWZh0Tؒ-E@PwǯŔr 3r@ ;%ЕeDiN枯[ eCvle.i|Xz {:Dh=8o)rI jn)cWҿ }9^&QOr]j~VI 5 G :Rۏ+4HB vaMqEb*\Nm#B$^Jd1؊-cgkL"BkB~q4Km͇p!,B1v·ao5ގX6dQψ^$>%r'c2Fۆs{K9g//F KLRtK6a >1T%g&5|YomI֐(c| $v Q Vlf d{znAUIJ5pVj|!w mhi[!j"u'0ȓVL)X&$کQdq$d>ARUxp_wM X -r\@UߡK 7hJ]'K2jj *4a$6ILL0B/PԱfR^mT~Ï c`\}tl ÓWA:|4Ĉ44dNR֣a.|F`" H'%zD\:+k9NGRH!O t0bdgiQs\CRE"Evvt۳QC% 9fEfgBQj:!JEqX[*zty0pګ16y9Tw;7Ȧgݓm-N=~T]M%͛p ?x4 0UdiE-נO 8{ee $vEs[jIzuoq,%]^RL>ƣl$Q"G8MH&r)o^qpEX xt$+s2Sܹc3?ass(b#) |žg>Kb4љ<ջ]n<-LAi$n|f'KU^> ,铮xM[b%粋Z,VIY펄<2-٪nj~~HDX=ađ41x2QSpۧʉ <QAPnc@P,(pXE` Aձ Ysb ̌v/YAe!| +GܨfiZaUCy%Ԟ)rG zeHsoA. ToXɎʀq&H{y0AAee}8-8ti _O<6 WɺF~W#ج79a!y,W|d*I xd3MnMՁ`"Gw2 Kl ~g rE;%4ЄY^`(Oxqf|X1<oKբ^љ\3PVl_#DQmS(\¹_/P`[㾤($ $ϭ @?$8 CSv7} 60)^fc|]6*O$%ӝ`ױD3DV;z+|$w/zA$(ݜ森ِ+ #u <W\JШ[' LPmɏ+%94*:v6\N/p6Z`$ip?ɣ8h[ ,(N\UEΤ 5 W.bƔPJCÄ}U2\ zgo7ŧ^fj-!:xFZ1\FSqSS}♨q_ j'i>Sж6DKqAUM'WS,8 H{FKjxz:%/̧k8g)F4)Mا[α%ߜwppA"TjJ58CTnbйŜeW,i5$H6C:n_ 8(T; nTO9Y;c &Z pƿ> L,19ŻKa02zZ=6WJ_Dj>hMAaW Ψ)o4!(+ pFYmxG3`[2dzOӈ|{:O w2w,hM6l)ı>!We 5dGcU[Cl5SmjK/$E/ۦO=k&,wRb>bf{J[Y ~/b-mt*;g9 |?F֕$zYVE!H$/SN9hLё];^0Ks-K0b\E@/m^1Sh'zl%r{OҮ2]@z ^{ n縹(jYkJ#`rE/9yD1ف~磻VPb ;S%ybbSr~6v0x˃ mG&;y5յ? yq^|x(uab\y_iWr|@Q"\j$B ~d&7~ɭ5oiةW},Jx1r;'4e"5kAwzK{1x9]'if `ǥ;a*ɽ8(?U[Fz)~%+'3ڡwP^fgm^\dɰv ׽HpIWʌPRYi[7A[UqW?et!BrJgk0+Uf,p3}"dsaHUdIbMt. OxV5< hbj7'.7{|\(n T9#֓@DA53bMdȹ~ 4a)S!jsŸy5c;*fjaU=ºhcFǯ[8jp!HPԏ@C]?C̥iq;-A`g<Oc2%zJ,IZ-bl|E=1yBN^٘l'eWlK5,ͣ&6y̘ɺp nϮ-G)O\Dɲ"DޔgRuB]yҥH=ힳlϝrYt}LV^~U߲w;x5(l/ڤC+ZJ=<|WW4͌T[OQC4<}42(FF}qI뱯44?+k;`9 r3WtJ7kY͇Up (z}|5ؔg8qχSkEՖt78R5-[9,~O=U> ExhW FG}(0[w6&STs_q{*(kIzf뛻w7 ԰4#iSt8Fd`A L6Oμ:Id `XD!wS י[N1"xz]=J;Ú'ק㣙\IHhE6'U\QYcJul  `Jv)# )< hmg@F֔ߔ㲛ocy_!/,n7ä/"08LOYJMFפ`㏼wֶ]r p u?JZI=+æ|kz i/Ob86ɬ6@.sxNJ"<ֺSض4UwT)wsu6=j`VSCg;4:}֡#֮" Ԫ{ڛn`{єh+ܤa/ga:+VUdw,Ͻ%:UBuGA`<|yt2b,5Ra~q?ӭ`thZeYkf~%(+ fU7JIW|I$cSy(F}ßg9(ugW\`i;5 tV;@z}.B7>F,q F^m~>S٘L  D( &N,W}yC+r t11oI!w-V+FS6ʂDV"6a2#/)ňe3r 1-W2411?0/}ox-Z;])FUGM_ ˱%H_4|K2/>-G9 R=u; k+~;xXh_1 iI{y䉮Bo@6DEm޼mp& cR ߍ t:6e 5?8D$(U#>^چ3hzu0a_{TUnkqE|$=ΞAus(PifM:d^\/XxUpmg!-.YufajxOj"'߂)O~ތjg"##Kf8 Ƅ4Չ xq! L:a8|??2]-_F+ .PL_IOݩ`M G8KݶeGvJ̥)sԅ."w+w~yvCSh;QNn~;gQg?ܻJцq}bWwL0G\R|BΎqF'u-NT@pݴv!\d~Zdq36sˡX(%*o֒¥) |7:HKl>cF,;/٬{1|pBdB YwF^&0*<7<}! !ICw"1  Q?"?v=z9q.~Ik0?I<|0g(@QN_ݩ:C Ph_r o !jXua:!ѽ.p/J9M8)21{ sD}ƸxHϠ@[CP$`Or 3SwaQ`7/wkDBؐN2f=ODʳyiv"_DAQcr@UQR eE \b_ +LHw!qL qrx~du <:C ^W ey"h78~_?jԮ}T.)5ʖW8tѦwN|oLt@{hwFY!)baj]N2J ]<40T: .[ '陫WȾ )BO-caF&)*Ώl> _s6ꀜ-.CJ)|G Hɇ%22[N܅ys/ec3@b[#ѥ&R,V≍-`J?h_ˤۗнKn `fb)Y67mWЏѫTD˭rQ[R'x!$GJrdN5PM"{>HڍM7Ag8+z^gSpmV)%j=62"B;߀`4K(]tױ@ҝtZD/uqtAo4G"֝:X4}!(|@/uR#v}r2$p6]|=XZhHMnx4:KWƏ><:v@Dd <Μc _HNt8Xf %ʍrD+1w偹Ǎ.EYf2h2`]fE+261 hAFb9 dd9q>1%%`˽A L3Ɖd̦}˅) ;-Cci=T&j'a`.٦(yUK3ٮmYr@.D25"Ba\D>%P˔!~wW/ԕyF 7Zs+UY I8-sV0_w7%Zg099 O|`3r~qr PT$rڟa8M؜"~ݸ(&Cغp6 n!mpEnFR(9 8Ŋ1H݉2u丷;xuK9&aso!ꂂdyw9]9߀|{4T\7 j\{<_Kz4H; :@\պTR?ӿЏju(׵xF7+ٛMr1wQcXl !?J7%/aJI}<ǥ0 E ~wI;)1Q6Ts1xnɆ7'qtz[ީ05s7!ٿ4|֦b[ȎϨ&`EWM  8KsRHPJTK>S4w^I ]̑ѸlƴxY"| ɿ)nQ2. %7,:wk3pwxaQS.A JRPȮQv ĎsX zT9y.*],Lw3F |J'f35:^gNvosPklh'?{$lŀ0ҝRdI)W`f_Iu+x>pwf/6[q2 @ViKank}lnĮp6={p&-mLNa`0(fDyC±YKꭌ Y/u9'-_0?G./Vyqz7|M~uxWwCCR A(,:ʙq eq8gnG\6럐 ]u/a &nnu,*c_gcP("lxSeXi.Ca8Ew+9Im[,֞?\3Yr2A=VGl`˶#RkL+XBzЄtUyw;,qb*Hf; h@G44ᕩ 5.dHqx/lѐz"p,bnyU8΋G҈; DxďGʐKI۰ZS*.0^s [~ƫưGL'CH\eB* hҘ\Yu\[(tzI3<厀U F>(MY^pRnwP>z0K<ǘN(Չ[+:.5=!ΈUnX )c0e&$e%zDЃWƠlbGɏ9[wO0HnA^wR2=H1V9At5 Tւi><| % ` 1pt59W X*=hFAD5#`B\(g5촰?ol z\+\!:Lf>x.^r0<s2.982c BqJхȡR1\Os1VRK¼y>tfНd-w@ClW't xtzv31aK".DLiMFŮ#tɫpWPG>5=tjPi`R+m ӧt#iKdY0Ҳx]}SZ5:1qVEudA$;3u+Ԯ}^%i$fwFOD2Ge"\KF(9KPWagAzG"m-my>(ό༇OX-q3s]Z4?e/W!GxF39nwx~(p0ªh/|=lsy]#ƻ]aO!EoU=xWҹ]#x!^z ޷ 3ޘ{>ߩ5ߞƩڨw(˦X\6TfC ׊eɛL^A@@'b ZY&L@>-t7יfJ\!< XJV*Oc`&D|$9"."Ί]0 ԥSz M\p=)Q>8f_FW*ԖY;shՇPv&X8LFN݅y1LIL䋻ppv"u^"!ơH\?r7}˵ W6n6X_Rg+F+ŪR8rT?Kv :H'^)]E-3uw1,רAk*c l%'z/wuߡm!lHG7>.%;YB^#2)}!azlVAXECB1#|Ͼ;| }_Bt2.V4'~wxψ"3II9IȘ@~5XJ%EDЩu9s(6Ɔ='E8尬l6Bܒ;z3շ[ $4K a^L" " e4x̢#T1 'D+U(Q-^Wj/~ ,ÏoeuK>III+!5P\:X;>wӼh $(.~pkjj(r@VVajVh7T=2$?S z(áԸgt| fy34)Cl&a>| PÔvmWM0 q4gjh5%Z2:a.[/:MGIinJbw9$ג|DNSV\|y3$T n;pYXɷtTAL$)\RZ:]Y\/J0BW]KotAQs;˯BiJCr7#NHVPA]Y]M鄲Q3)۔8voX/â{mb]# ›0CxJ5]Ic3۽tг {.<@qYI97?,2ۖW&r(M s_/ VX s(I;j1;)|%Ҫ]2gk̋/\uWgc<š3V/]G[/I9DAف#;_?n,@bgO+c*=JnE|9DEvHZ_{h^E%68[}eorPڿED|kЋϭ5hFmhl#XPTx-lߗ5Yke22BM܏F|QL|㈨ϩnY(֕24cmBm%-P} dL$'xhPݑeR/(ʈ~B)|3eXl+R,n|hEDjqOu2{3 Ua' ɑWrxe 8`(714UAJxՖE|aF "7XL'O3\:=u¶$RJ)ΐb:a;vtʺB-laeX[e{tD-۽q7EbAtxD,b|ӎ`9XvY ō.z[# Xz 5zjҊo %SRRGJK2V /xiXIӜ+l[Bh:~*߯"6Aڋ<;9;[굾,K}G"k9;sBBm}}u cO섬”v-4V;p"6"j2Ffɪ oB8!XAֽ9߲<ۀ.I- VĔ QqxN.{q|jT) .7`xmAC v34nG&cBJ'CƀKR"x?$d3X uNo`!<׎toDi(ݡ|sΓB$zKX>&P|](?<=[ŦRJǰ 2.ֲ׫Bcת Fm8ĢqqYJo$S˶M0  qȆ[G'1\xHB(V,S]ra 9}EHڲ>|x uZj" c[pR􃨣~dߡ?—eS!hٵ\0Uլc\/P-mɽз^Y0 ]yK%k;- cǶӝ($m֊J}Ѭ+MMDZvA:hdhA0lVqђ镟a?_u9< :a"kb1@@nE 0.4$4#,2Nz\0鎲׬A{tg "/j!?V^f ݽ2t'X|SK^b}:俈c] ):xPSt4C"rt&rZ&Z}IW;y|(W':¨ TK"c4b!e%{kFU4gg:uuvېSQINKLige!EtW|zF1RN=AF?֜UP(7LJ#:og@;P7EɪZ2{Uۑˎ?^`^p?@f!:8ӻ8$qyyd3x']?qH۴Qq5>b? „3MQ2ߋ/<^7XQgd#ona>y"(sa0$S() IȤ`/u LǴ8մ |ݕ˹o鈒z8@ *̘壙yNx|AOýcV0Ggv9rq%Ljm"#Ri7Wj9:ePɆ2ܺ^h,l(Xֱm}W'J4˃J{,$\}T̏nLi#0DZJ+4h[¥[b bWYҠWtÄs&_ '#me8~ֲ]m;1Mh[VwVnЬì c6 F0&J̔YScUW*Egz6@w~pe]_rsF˾[OrrUYw,zpO,2 9c p%7t qַ\YI!#v o CsF_WnWp]8?VC9 folx89vRmL3TLQU7G4'W1FY7zڏK z 97EjCɜ;#ZvʜT_`yM8pl[ߦTKS>RmDM[$G;s6m9j*ϓ @-J2ˢ٦buٮ0UҊHGRZQ q+!n? x}z<H^Ѩ!)N̖0Qx4sfќ*O8G.H=40xSP_?6ɚ*%zqU_M| jEd8Մ-ܰ4] N( gOF(r<\8 >;)k>S5H9@ XeB"F^ 뻺TSHhRP6a NcX-NB~i+(ۤlj}źԿ*kUJ SS5rGQi$RnEd1ڃ)otJ-eUHS=R52/<ȳ:.g-Q2s *g2 w&yDZH^S|.(oxd%t#q')Z(FwH(麠DrE =j3.Sĭ*@5<ܣ+^쌈+Ɗ N~CZ8jR@DVP r _%{ǔtq5'DQ6r;8W_o0dBeH)Nu/J*?y.(M.mEMIt?19@wh+Uyr) b[+?;cFh]T4Bٮ =X.E6]>po;})BvzsW{~~_/'^&8jr;fT3L'<{xK90+J?;Q]Փ%!''17NfOb_+6qBޕU%DJe D<7Y`AF,n\(#JjM-K\M:jd >dA4Zٳ %qWro)ڤ+"iq~Ljs-X,BH➎Ch<^ʍh3RGZQUq{ȑ!4Ed"^aZ:|^ >l۩k_#dDRuk/G^is-=e#j]<5}n*,+X- }n+QWJ`\dI'G-5;6!4r4DYZs:t3"m̃V(4HHo"0r.b9ikę*:x+Gj{[qeU0[mVbhb`+k3WǙuLOVFDdҏN*jc9ZGsWaSYL.i࿣UǼw (K̢cYz?Hh^/+`˅ ~^Gǻ&w.jR!6~`d115yP2-(4[r9v^^Veݥ:" ^[rҖ ԘC(ygqܦySҭ/JH'T ?q<.Iһ_od ̸B Juj\9i RGKܩ8gCGŦFk~PMΐ%N[~xД12S M;!0J:t^B@'lNUx[M*CEiҜ;Ғ*+݆^tqjl>j k+O(^Hc 3÷,0/yWǖXR{bl[HL]pa?,fb)4>u>SEIϨ}WbmܛpD^p6<6s4/Cu"4KIjuD!xQ _xt I;RSuFoգ 217]5r\_]+%OMF& 9i\'QA [CеoIgqsS epŔAOUrh&!3 5n]#qw"(AT6#VQi?7G"و' A8`Brb[Ip&(@Gk4 ǗR^'MK^V+\, 1%q:2%^x H&s* NNJ5J߀pF K?=Ah=V~ڬEh6^&(  +Tɷ\g7H_UwI|BjMN602@L@hIځmN87t!X?;CjDY-?!9hf" I\ià%pҘSg}4m j,J5od0hu]+naP|,'i[5ho0L\s ~ 臻#Gԃ[03w!1y%g+RTSnt K@jLn~Xp gT XA->Xm&+h ; iLw6KwKioR6kNhN{YQRP3u*c+h5L2Kx\Lkwebŝ{K"!̧,XXJ׿)\=nd$5oe|V t@=\Qt竐M|"SRv-^l]v F봓;JH tfr o'q;?c ̊!d(@u̗ctezUղ | yNmz" I7ФJ8_r(6T@ DWא2`x"lHIugnwx + _|Q Iy9a_ǞcbhQVU?ĤZRxhuꚱj%=sTȖ8$+e{ F_IdH̩Z5؉jJfV`E%2an(v3$Յ2 0;aWg ` 0=` 6&?$? açUZU"$iCs05LַQqsrΑXON[S-DTӄü|K `xjrpH^(jo&4aY TW<{uM;Sϐ Gf&~KT} ?X 2mW 5*BG3Cκ4pD/SJ%Τ;ua)Stمa\cP@gJtWIݺ$ny;ya% # #-km:531>BXhdOiq+_يaj?Ot(tChl|" V(%B~fSӻd +g |<@r:CBlM:<PƜ>V( YaSog?E4|T[31o{b@jmcY- <&WSAJE+_6L~jA>YxͺEs_d6nVƨyɼ[ݠ.瞾wM262?!'<ԙq9Q""0*ռ1Zkw>A *$M)b]OշoOC!*RQHПe~f;N3&s(&גzJvoܦKFҮ^PRSj\5]}ۢ@V?/ b#kdʆS<+\rU6'tGuFBjWDg~VΎKQɐD3ٓU>e-a6oq}Unsbэ> +)J;F_ X'C78Ch|dS&+߫TIXAٜL-k$`8c&$.ORd/]]lԧ.AMڅЪH{C!(`.u.nӨRMsY/pPc}vAjE;ʐB낈^:VhcrsLhi䊄 Y|XR-3P[ǕSP>}D'%*⒎ Bj[5 ]_Y)O0!ƓLvrM3͹.LUD@S-U?o;t\Q1\|(ufRR Q+hl`}ixu1`?s;u+̉|X-{qWzhjsiM6 }ޒƄqfJ4* 2K /dy )gD+lUf!fDi6=RLRSq;=^#Ŏ]}9樾rx/ɴ'_'Yatq!-Oةw7n0(4B}%2[Lt- :#=-_*KA췥j1<۪m5Xwѹ2IvUGd $ǥVGL,2݉:3e.E$674MT9B$߮j%85ol6"+pA`uKv:[CZaqKA8J^[AK|Wꋸ _GPx9@Z=,oC|N7C} w`Ϣ&$㝺Ύl7ʔ[~^r)Ru>0/bUג֏ 2׺$ͳ r;8t [m2=LdU;Bqs 3#ֳkb*z~8Wt#mbד,c됖[8af2zoվڐ'5`dGj-՜뀈>Hy2oUX)nﴒ0P/(C ;LpyGn~͛;])7kj)7-2=51V>Ν1د27K#Ld"3\Nx _*U_Þm]t-m{BV2xk-]BǧQۄV6caFm٨;>ŽWZg)hp¯8p"U0:] y5dƜ|3`& }];O0v:=6>1 {zMS[lSSeErF],+/%Do#@4U$ ђ[!azos8f: <{N} ą@?4CàE y(,b9Z#;͔ O:T`Kݠ'@夾LAA)y XG%F n= 5`6T1֮6nuo&3!jT2$rkET6ʜ%Cҡp)Uއ۷YDuϵDƼ`ޘ1X]7Ǐ,|X] =wزIQGx/ܐ!mel]PMbOsJsAX1i] 1dBVϓB\SܐDeW S8ԶnP<$I*jb1* F[{=|{XS?9tmԵ_l~=RW+G@j3ĭx,$x |iR\7[dL+֙B75h}i.kQμ$V.W4H!{K쐃V1pd,-"xS۪Y dg?&N%nf< Izl7v*4Gqd]O>|Έ=v:LrȶLr[_μYHHk:r ߚ ~γKNU[v+8d7s3v$R2Y5?ixcowzAJSnIT?ވ(BD6~camOY=l.i!¿?]J|'AQYoU(IBRIWa(dByR3$v,j4K}D'5Or4wstgg%#Bb,zzaU^RՓ2}j#:dWdjV1Ě0u_$ZU-d;UU|eb jUb-s04(%DCcE<-CQ_S^sSI5P>FJ m8$ 86s7~>r9R[HG¢ȲnD{j`^]GUjv2^{k^x@E\^6wo*V?H9gױ>Q' Qr6Avp-:)gk Oƌ-֖#ON+@IyVS,?3Ǟ\|cހdW8&X1! 6KA姖X޻'-+td%pJZY%r`M{ 3w8` 4_2h c~'5PR94:+@BzVp."(u{v& hsPWHu ebAh1H}!(t Dlz߇sBpxUU>yIvyJoi{kO$KGQ:nN:~BJ)_#GК٩lD'2CTtJc2e"/' i~T @H7~רZv`bbo,b@TafE٬L\3އ8a:W lVLgsؒ'=>H\x}JBo,BynڠdfH3c}'kP[`hmy`ᾅ%̰5Q3AB>N Ru'j%kҮ@^1zl7 UM)?T _ تDF5 c@b hhj%nz8W14zi}曽SӮؖ=-%'H'e7)1V(EU5m>ÂK oٓ~ϕ8'q#c:Z&bVY[Uc[A/i3C P][W9呆D 6>I).7i0i.&j~arbG1%ߣRxtݨy*狏F푎$9Fנn:)O?3dGbkQiȿPvmm 1"srSlXν_C'~2ɷ @ &Sk$o8l58AXlSvȻa> ՐC1F/폙 :!F]EhBΦ'Gv~=3wr|ח3aEBkWalpwi;7/# ș?zp>gpl"0m3. .cޝ`TU4xYt+1(Cs=^3]z.IF߻fA~t 9Z.z|Y dDؗjsqc%t0Th1UpJ'/>KrȍL1Hc[8Gxm9ԉ%j+:1EI'opM~ur/= gEőtn>ڗ8,9vRj}ʺQH;:!g5L pa\Z & %xEe+3cƒE랫a5^S4凗~@jiFHj4ls @8/zAaLn8ioV`Έ0xoKkOpaY4,4s?w?#e^ks[h/}4~tK-Mr=Xk6?O/8 ="T\J- ,plk2BapU*@M_I`KNsp:fJ9(hH:B%nZ |wZcq]@`a8r=dKƨ=qOc^pD.Е`T~%e4w`Bd(R٬E=ؽR;}{G,2?%wA9L (KX݊KAFO@Iȧi>u:_t+)GSmJ7AY&@ڜJzs WDy>eH9Hk;8G_>T. _-o-ᗗh峫 F&PxiN)nYL˨e$2"u̱,?=΅[LSRt'd)F !,|i|+ MȐ7nYy`l)^0p 4^DOALeU4:@qr)Eߨ|rB+ݸ0~(:|Ni$qh٠>jϼbzy4nj>!-Z#zyeޞѤAt zpȬէ$uyVQ [2{z@GIt2GdI <6΢X4NeOw6C$Vj }?1#2( HLJmY! ȓ=Kl.¤@$vܟH@O7/pINsyw6+D6cMXAĠ}l;-}xvWd[1V.y͉"Yh#BϾypZ–G#>np9G#g>fxQƸV,^^0K/j[n{l]3*M~ ,`KM)$R$fB(_3-STQ ٠(hպ{ h+:FǛF :&kwxW[3\bu'VORlƁ 8"ALH $7l:d`c$QoѪj Z2ْ'orMYAe)röB6wt*<xwm:RXl;UB)ƄïNȧU;fYMQ۰G OfFT_E f ̓S{-Vj}pCBu-}HC/r~!HKW廡v/s+ٍ5;I^J)\ 6"G: ^!FFYїO))y;H6=sQo'O3Hcmq@ I"9;ѕBOt}ٶƂA{]h'A >a\N&ec]]gs@o;Ul3}vs"'6G^9!6z2񊃽,ZDm0ַ씦 2Rm^4[w5#a}4 6+5Uq nWܘZED%\fq Qo'G\݊F&uNWsԟj^<]M"M ޯ]塝lY2\r Gwtc_lɤ"> =bض"]'3*g cy+.jdky483Ě-aѴWYek'#'?yGYE3SmӝGshkv6'3~X&s໥ſ{ ݀pnkhy>ڋ %8Ao9KbT'w3o3\:K& !lx%m*i0>+-Өjq\u#,pD ڸL9 m1H̉s'cGNhɡмcˢ_@i(}Z@ ms/ #@{Y8zE#* !I2zM=+`?ja^|,c`GdXMGWq/74lָzx3Ȇ]{Zah)ʓ B`>lj+I] WV$Kx;;z[Y-V|va"5|-Qve%: g ~1pW|XEve5o_dGLE&xfԙHGR.%rs8y:sH~z"b0vxNRpTlhK\lyZvJD 5J}Z샐z8Rڸ.)֣n<,(7xM`9'8cz2"6<إ]['$ʚ˱6̽Fc"t_Ɲ%~ @6-6 AZ̤@YWɉmUXv4Ǔ}mAG7bPKz*|&N퀱MМO/"#NM6]%絤?-܄?lۦ TPFdMwdr}!̅u]R+ TeM&'ŦMwsv;۝Άռv{+L`w;+fH3y[#e* μbdBX1obFA;eì/$%Ӽ %''] bL;RM$.zPJc@L%0|v 5XLzt? w0o"uR,Pݚqd}mܺt# dkHi%#W_ CC!XZ c3xdH } zpw.ק)g@H!~Yl?5/'{"aKHN3F|  Fd͋mqȢM5Ū &bzt#B/lnuD|4+Ѵ7#02%5pItH0xg1'tRER[-'A0hzvr?~hP5dU3d_/W9'\`rR=F lLShoL u"Ta8̣K3)bo#fr.VpeANu#:gThLһfNlDN*rٗCB0\%=^]ַrV6}}tGU=S)-R sNaj.ռy7hGxKz={r_ )^k<`-wa-(ͽ vo_d2P aQV6zgM>3A(o|Z1!=VJ,c)lʫp7.[aO*|+]R-KrǞyy FU{/4<f@1H;H#4__Q#}"-7#y3^2KnYlɶHQ[X^^ kY3YD۩2oY8+9 jh֭"ۧf-Q>zD;8m47m]%aHf3u9"H>ڣ' -܃lW[T(/reYAa 9@*K 5{hғ+:9rT){Dtʡ9xRD$5vDpbpk: }|63j+X~痨=iB*IZZ3C._:"٣cnl0nM $.߽AP)xPiZT(aˁj~ѿ5hѼu8l?i<벿5dٽK ʚ \ }&3 ހ5!VCԴ9^@ʅ5=x.cN幹@Թ Ȩ2T޺B=MZL6߻=VV޻W4n9W m;u]<}{;alɴZ?WI.OF-PWuM9Z4` bD~"Cp˶Njq'p3󄾕͎!ZrL }Oa{r>2nuLN̮7x(IsƩʽCӘƜ WqxN"U`JO?D8eQl==VF3ƘQJ1b9录j"mɬឦN<&VI.2eu[>_ 'H Mؤf>ĚhM* LsDZ qtS8wSas2IlW"b 7/y(mI)nyIʫ+%+ 3&4ëRa a2M4_afUQQe|'9C8TW1oh6`Z5jA(ޚ)v$dؒ$2iߘ.74[El\}tX@t>tB{to@*$ {H܎RRRCfZ|bqCN;uz8(jw ݿdwTG]룥J e3J p9\CaL&#3K}As,}OwO#Ԯvnrp9l2U'xYR_k3, uIzǏn3 .=v 8.#:V~]\oMşEm)받_h䕡80: a;8(0ГܖZE2M;K(Jpl ߯{|w8^*ɟC!Wf+@dQ5Y? @$49U?QBjC~vw]`gOaFqSP!9j>u 1_bKy '_etb(|BbNƵ2?rB>!ωΟ?9jq Pc>Jw:=&> m)3M qVfFNS#!=Bhҍ#踵Q.G`fdS$(7;]>*V˵Py  dZ+. >T ClA-\[|ԍjD ;VH`ۛ܄_ᜉ:QKѢMV /rƖeQ2(^ѡhZu&vv;I2[3")jγQu(˓6G”똃2o0/ 4z}y8IB6$n+Ү:ⳇsxrʷ,Xx`6c:6!ؿ[U4 e*C8f2 }O1닑k=&g jס6b!j\c=o^LF6K} z ^im`\];D!q`ʼ@mނ%Puq#ID$[1rw'fyʴk#e[ڄ 7}NWTW0Gds[Yc3IYhpd׬FUأBJzL@AHnBs-*̡mڧNflNW:HUǑo\nD˫¡QPXKrd )A[صZ4{Ep7Gdl0L=jp@ Pi-"@#ˎ:sdWpvdݼ&u$[&EՀ-~xgU 75eEmvE2Qk{3&o&oRw4mDoj%-OTWʛݾUhd9Ro̳>"1;w5šR? ޡh%8]ɾF8Ɂ3G:0w9tiM@;* LDaLRxѩb3_" =U-=1hWQiLNrnB 9漇!i̯m4Y |,ulXq4˚ `Kî|+b: rT2_@p5 M^lM_c u7O}`v*9(ۇTH-w{i;g{!@(oVQS=6mX*H+[cGx ^}[27O(VNXvwc _tǛ5,*anDQX@ˆF D-+xo~=%9JHnkbȬf許c~vGgHNni,&-.e;c~2Mw4E۲a\uks޶ DiXY2Z~:ZPh)<+}QB)#UTc ll:4ɗ-q@2\e$fT5ro9F28*8 P&=r}%B}.|Ib4zLu:dQ NwW`1ecMB7Aхw 3YEh]B=ON3nB*j_-# SNK%n#9 5$p C#e)gT!m%Ef <^?戮ZaֽwSxo{V]5V2}kk}|&'xޣ/@Thcҭ${-6n@W/xFc :}SLn1V'jOȊ2qscɟ8;!V )Lu .!L&{I:!p[S.Xf߰g+C*NJ&7irC $fP4,PAq9A*ϖ1 P׎WsɊ<vï &\yXłI&d/O w~jE}(ɢ~~@Q)N2^S[11h+2QTDKVmE/@n|,3z~T B\k*_E$SnmVy3ȈBŠJtW>dgESm%@%ܗ/T_"p2x3>BLפ $MhfN,yAʟ b@8#$Y]CXqU o\yB*xAnJq!m GT+{6HmC*\4fċ3l8 Y0dțNf!YB,WC.XХpd2kBO!Y)8 K8d ^ؤ:UsJ킐\)Bsxf0"M@!_ b/h!CgỎ; 4{Cu!u|]#;Yc_Afj7U+m ̞`T,X^z˫џ*|(ގz/IVn%f5 k27z]DI'Jf&\KlιKF%s_ H4a@F]Y }GMB V7`e]$ɞHt,k?*I7qEIJ=aA' nx!5Gv1ZefeQ@g?- Ju"{mhGv2 m 2r XGKY'qgO[4"d=av4@;0Jijʂ< #@867 -FDk17\j2a* 8n*yH

ҵeb!g y2t$s+抣5H{~SlK"Uǧ!^{eu ٿOwWjD/!z&"tw~0J?6TP si0L4C}sJ\Oz`@{.Gj[̈́R¢.F- *bϵuۣnp#x// PRM "=UpTY?y VN::Z^{ |#S' ҡI jNoװm͝\ױuMS`~Ps?ECys_R[zu,x0aM[Uz0x&\n,UA(~L 2v~7i:t|A gK6/_UyI:.4 ľDI!>$;k~ ۭEgɨaK8*xpkA Ԗw1O+-<m򗹒l#ЎAbH4J( ~S$CVZ{dzs, 8Ny[.L:).EY5uaq śK3O[8\AU/æêql&ޫk>CA#"N5#\05;=vG3jbUQItr \HCo0qy oe M?%e˓;σ9k'X5A6-)>z& dM@=^`E>!CÃKGU*t$V|XaWB .~U5vV]VLӡB: Í`ߵ67嚯]GZ Dn Wh$MqB\#Dex%JzZ=74֣ʜbsrRH̞_% OPcrvd  ΀Cor4{55H.m օH r_;;ν0H۾)A{3Drbn:NT=5˴cct<И1eNVk/Tཏvs.6u|#h@MW7ȭQ_&XQQNK@+ 4",}DeL\qЇrI_2x]J5p: @|EeЮV|2 7#*Y֮[pUgS<# ,l֨*Qca 2BۍMp8r UZgqd5HŐU5 B~FʂuyuV@:]&e1i ^R43v\**nz;U1dMV"8B(KŠ @Ȏ|g{Mc;ү^}b G(,G1"f_~.q`dM!ClK4+ Pw~4x ,k?A[6{}lDԏ|˶S[2ʺ WV؝E8뤳|)^젬5pT8 B)g%ReSHI`ݶ S$#³<_"i}wK9`۬ E}='el (Q>;lwm S#ǴQoXp3< A%<:;ցPL /,}1%wG8R!E|1usO" & ǚš0iU/a׭ ;7'}#SnŸl } $=*DjF'!\VB'wܹ ׅ$ .&ݎ5 ^x2NDt0=àK̚ ?DcqUδ&[PK!'?.;Uڤt冣=яu跀}S ZykzMFzm2obT;VH7S!#Zچzk+vX2kmɜC7sMjn\ 0)[OTpSGSHgEht5|3Edl Enҽw.޳v_;%(rhn<<*ys,G{–r M.q4ƍi?/nno.vs%r.c;Ց _ZXG@sc9߼386 swq%jF-oNMV]y][9 2InX(!3A  O5}5_N\qxr@֢s2vC6^*5ʋɛ UWs5DODMl,Ma;  )o}rP UPX/q_Zf9 s G33OrX,#I*&`B>!S;u Yi6TܴV[Ah66! C @" V&ʄ)ޝJ,1.ɰ "4*n"EPŗ$d#ØQ ~Z)EH e;"p~)rʞŚ;_hˬ1?B8[/g b/o֛!O1twۅ$a}F]y3;I FˌaљSnUArα zu*]3ш?Q9 j4;'5Zz[vE_Y? ߱'̫颚Y7R|dl#{_ '1veDڒ8jt` ybPm,Ȗfc=MJCDw+~YBhh+4@4s)̐0 D8)&JܱC|*Vt. @k+mn h2/ݴw#:/^ ϑM4C]n̯,=MEBG#@ƭƏbZe7`LZՖ$\Rn@Qүg #Nv/].ZXߺh,#}0AOCeYCVaۓ{;s4sEk3&amFeBmӞ?%fw/aTb݆ MBmFm?ܮp jx*t1R(* @Mb;1h4ӶČog uI sY|mıΝE_'zu 1rW_ջw;&7pcS;b^/L.*?i[ulI 6!1=8S›Yl2.IBM]s%)RŠ,ۧ|t8}# TCXdb 'ƸZЬ87>\e_N$RΖpOrDBMM-}(EM yaߥFɅqex)U*b7[$--HI|/,FhĢ^A:t T 02y|boʯYː BJ՟MGX4ztT`9Ed@{u!4 %qoLW~V֫=[P)UV>?B F L1CI\ N+؀Y]gPXpfPm zkp<QAfCo8%W NCt4Q0Xe%q h:,_ğ=E$Oe4q0ePQ[@(J:}CN$7Zڞ͋˦`['3酌Th Cwl`0?E@4۵'K&O`!Z7І3L{ gc*R#ʕb.ބ?dPxqLP txeN;oNԻ` \gIG O}"O$&_+/#GE+fw[/xOZ 5D 4Wi mꗏRS ) ՙHҳ6\P7 Uu,Ȩ}%6Eۥ+' U0MhGb}+0)hwhFMM\qAÙ[[<rN?n$hΙQ+eиXbKO;7KRodž! }3,˄r$+w,p c--+y@[.?JUme a6;| Uue)I& i}U "N5G'7<2Njς$^=C r {Il$1Pe y"{F0] :ѥ|HPc;)swtµtC⛘f6j51ֆGr*E뙎[r* /&ɫ9qQ^&w ârw79x^ 2pِ*yl{(iI*1d+}g 9lPg}W3„ѣ_}ψ3b#ߝSI YU8c (|//H 8D'_^?#4:6{ܛ)  zKP4`$G~Yt2чO1^gߞ'tZ4!fAz9]24AL|[{(tZE^t"nyu!Bm uhw*dDG3R]jkY:Ndiy3D mh6m o[kćֳkYQ |N У餍1Q䒡CV+SuI1҃5hVmAF5/(&b4#짳qazR-X8-C|pOhIzѦS-N6WldX<@9=Tph^e8ɓ2L`\NƞtT  Eyn `u[&h.B_2~AG5*f#&"ɈΡ{qmT9DXR4v ҭ~q{EA!օCT znp^H-cuߣ+W[!IZ̓X!d>jHvw"cfP;WO` S gPJfNNȖu,@Kb?pA"L`L-Seܣy`7|crf TML|n_m]w{FVѵw& rifPFp1`y=U`KFdu4~y\sNv(oXJ%[^<%X$|MTx8i¡lݬv1z/F%4prtTe*Ʊ`ijfV!M_ͪ?5 y9*W\EUvXMZyIғ1IZfnzQIP ;-oj `lh$tZH>hPX@ިE}D|m+c6 @135kgigzR|qp{΋kז,/1 !3_W[YYU?qńmI\5ݥsE'dH""r Bkefgme b>w^E{U`Ň1xK#~Fki/ 艹B='k ] ]q|oVvݮg|1oy ,B 1 9=D"y}_ڙ> 58^h}y!kU:_UKsU(fc3b;6, ##ߡF p顼u[U7taJ/$A6*B,=DЎKH A 2k>%TUKptSLDi7ʩ*Y_DUEfqd% vƓ++/|HȦۊ}p[F/BKNoM)Оi #n&L'Nvmd.JΆ>ꅮҭ+ q`a+-%2i2([)TAѰvS'q.`#cxxʚ*nfAaФM;+څإ"7>m1otF1E4󨅣)JE tRzN,. 1%Ḣm.Ύr!zTJ/,b=Oy'^[lbSuþ =X ЅXa]=LzTJIX9 c.?%sD}Ĩx䑗`YT&;c:_-l[1!E Z{'l7J}_'◰/H-p]dż'ĞB/bůn*v;4y II@W:"]iD @eO͎e%KE#,Aݔn/;"=Wzqfy!!Gj?l?5$)8TRelP"4#"v E,)T\q'RL ӝ 7cL@}"4|-!tұ@2$T.d7&OL[/xx~s1K5zK>q8\m?+>C-TFc#`*4ryZ*NhG}ѢLH/$ ˙t [P.[nKy1(!e9VΣw%"\ "1&Vnsϐ<J, `FAu$'A Ď̝N4%ϖƉ_ؾ)Bz+vQ_&}_G! N"HQܺ0£;NG~H.׌ w$Smi|r-}XLl8;%niBjAI2,"H_e:\Miȕj3ayӬ MD$'Ȉ[ӉB֐'ۺ%IR_+ I))y%8Ѐm6F^M$P#Be*$ \]KYnZzY O^,HIԫoxW[?!#O&"YV[&G3)[Oa@g6+Ǎl 17,8`ەny+SN9\|sVQS6c#ٰ$o, De:z68ݖܲ{̟`ҋO9n1e xq]üA C˔8]jRJ&b荝BI+^ʥ$k1|*g}Hm(CX&b1v̏dC#hIDŽOA.[0Ц3c}N;H=;AE+ns"8vҐ6Gբsn)fjuoE@t0KvC5=(.fP[vֿ˱dLSBNH%>h|[ޥ8v71Ě"{-gKxs)()[/@A}b,u*!F.#?%BHeF㪡}Y%v#3>Dl}) dV./Ok +pqI.\IT YMНrϟ4K4:xENM@7$m;/I(P wɚ}Ӕ ǚȌ1HBuCk{vLt|+Vl!u5J5$$gm!=wbeSGG4驂LG^cdAiSbĵЃ̀ ٠Y#krN]b}Ű\X$ >OxsNA0hYo= Se 륶橬+r}1ȶT  |%:I@8gNRiLPYl*;4v:AW02Q5i_.Ǭ!x*Ǯ)#]JlV<B"MIX;&k3KjLC-s\X}]a@|?,˱S[3X@QA*V$`ݟkSԬװ[4؉!8]~rM^s;ޫdRN;"D Ѱ);H km|q?m`s.SGNYlQ_9ѴS.K /ŤxVc;QeF8 +8@ȯgQ9i䪠KXxNDԔvl'R6 BauLG"ͷW$!.[+?{S,XlE/-ό?-~Jγ)D-!yiV˫g'u֎/[V#u]TR~r8J?]#̩u =YP=<S釃']|ݺ$g]^hewz-fbړ9^;_XK)ElHGyk/ÛNn_͈œ3q)agcUEw&4(Ǎ,G'6O"T1]J8$ΓDNYḡD)Zgw}콙nb(9/`6 8?7EE&Dj163(ASh0`0N%" ['i=]&ZSҒvV'PEBL0z(VMN3+}֤rԠo"^-d9r!'КI 'u͍ƇkY, 9t xiZ,aFOW{D1/nlNE72}aL{8#g i%_T``e> N4gQڄUyAI']]#VF/^QkX$5'VIEE ~,jf ~yeDG \.5 7*A}3 gT{yl*Y6j>ߗgH, mfomDHgߌrUP 4ǽFS>6|E;.bv%*#IJ Pj1xU1NaEDϗ٨4܈;el Hy8C.-淀Nak@ eDLtP(Lؓ gL c,NGNpD۪Fpʰanѝ^ - c2xZD'DÞPLࡨ^]t|\ՈA~_ݼ[+8mlmi})_xZ+Wna6ֿ]8h4|\;J}ޱx5)6=|'Xs;2$YEom\n,{` ^@fmr TvJ:V Ű2[Qˏ}=ߜ6kρ-[YkEƥ.g UTLeݽrr߉Fp@CleN˜.w0^R𠙢rk.7b|ă߅[er?4z6ϗ^2/EP ĕ#8Q-h ynSQʟU)k瞘tЁ R<Pچ@h[R/dR#n7vq~x.^+qk-+{.$HZUx/u9 g¯bjt7yIsC{8fIb~0*ꡚVIFQ^JZN˘)M~ϲ30͸!t1N^ycd:? <5/&탩~/?5ݮ`3 3\1T&?'X].3 Ґ$|/s "ݰ4zrzg n p"9%HF݋]T`Vm >4aԗ=2b9%a1dH3b|^l:}Jng'([:d CER "b$S:J*ʵTիjе!6g>J)_A>Mヒro~kj˗Mc.y^/!}T\Υ&v'ߴމ!,m*MAV/b7Bo1E+BY-.Z|DK!3euXjQ_#N%Ʀ~6ɜ`Z҇vfɍRos At+3^]U=k?h8) Xo@ncuNTێ~_Q]2 j(+YN%CY0y<}v>/G%h"X+tOjx"Sfa(rOQ|Am1zj?z[&ftD ?de;`!#{wq{O13/vxs ]9VuHDONc˅fMHsVT$+”)1t!EaҚ o1+8Z *̏ t5b)t,cKxh’IJ¢0)f;0De~_ޖ%:!{סBp@c͡:rd&O)vAwf}?Ş[7q9=ϋB(Mhqtq{hSaZR 8Xoj=O]U#hg 9Dih'HyW ƙAuKe =J6kN AC p^5g v21}>K%EةX!LˍR6ol%! s˯^aPIna&:\PҊ: ! eZ&Cls?!w5sKUQnQ Q"G%L /Jǐ7}dەuV>p~t͔,(M7q̴glwoٿ8޵>Ƒ ?u裍хɦ5kl+̝GEՇJAH Fg m&1}a߃giWQHjxsҊzB/[?9ļ *fðV'by*]B!?8Lps/ -p8_#?DAVC;Y&nHåx ܟbL$_mӆR;YrNegЖvm Hxc3tH7Fag̪M/Á>#TҼid&We-IaNfeai]F $8\K0Hb˷IpjEb I߁Y7x -IdAB% if+c_,N78Hczk폷 ^gWj0Ӻ(u8J-W/䌍aB/xw3_3A(Q":h ȉν.qʷ lL˅Mq&N?|l:<] R'[Cqs]og~e-ΧIu`so-]pi2XzY/ fuR-LRlK= o:c خPT TROƚ[j@E"gRRkekJW.hŖGaAΔVh{w5Q=Fʭ <|,k j>v=WB 7Re?D9/:c'D@ sRowLtS~P>4ưl߷!pV pXy;,LCz9u%3/x1za_ &ۺѮـa2`[+0(MDq%-bcSg|6K6cyS?qг38f[3`Q ts[zb՛^5/ڕ꒯ٺq@O)0gw6j/#SdB7H 33y~S`zfH7Ao; ƻǢ* ;@T[)]UtT}&{e`Qˣ|u +Ji[.P:2[@$&o^bvH'Vz{_i7MgXFA1-F4:Nl(l*ХHx@dě32o= Ω?{ g``xL賲 K;(QZE$_)]J5kLK6H{]H#r=F M'cn5=Fsh: ׏#TqI0W2|k@^ɻRPGD/sZ |1IElt -%an85L`1huaޥd^ڡ3UMXT BckxjȒb1PqfDz{pڣ(7iC 7G&Va!1*72a@60ݠGQ %dPĈ5NGd;gw7]:&ᵙ4;ECxBBNڬQL;?0v^jфspd}HJ2N.3?3GM "!L.ok䈭q2_^IVD yy(&k#? $HUxX %p: 6qZ-b-ɤNMbWS>O,oӠTw}wy os5\m6_FQ],<2byѯcTUd1%8܄ WzzrNK-$ZCAZoˣ ~]CCbG=&{TeXϭ(zV'g_@_[È͋C:40ܢ_?VQz]ĬUQ{e9' 4* ib^e+_|^BR7'/t! > n/\뗄~>AjR\;mTRBKE[$[ 0\}k 0P^~FBYǺYqN+[D%ps[pS{$$Џ L\ܸB0sOc::KFFEސ^$Rq vزy!qgfhM[V_[elC|:ͯPPp ~l>)Dgtf8%f?R]rCMf m<\v1oUTܡQX\G вVPvkgP;Eb > X= )F{mvԆ % ZxHa6pf!LAfY덌>Tkk7quU د9љojm漛:hu5 9RoiNY܆.9llrԘ 6{x&qV` _AăIM4(L{ͮIY ЅUW Mb#(U$z9(µ[?.l-JAA(_#%bE&-ZQ[Ukib tz;%8z'Cm/ϳNW?UsiU2GˣO!/nTT3YlcTwxRwJSc̣:3qnY6p\Dx'Zu֑4B#fDY[ tJ5\v=# 1ƒkM;mGL bŃ Єy,QN;&\=v4- L"krE7RCt s8}f$#6_wRg2c|B[*ѪoSpѥ2GNj:Cgcˁ҇Qu [Q+Ф-NxMc]]wUH":̋W췇.^2w@5IZ`- ^i!7V=I>$q\Щ ;p]ֱ2m2f6U{NZPBFbdp|:^sG}]4$mP 1G T%_ c5[_=_0sV'ʆ%mbv=ăXITr Rx1zs{ZLt 6a0GA7,㍔E ?M~91p/]Rݪbs7cVrU׭ث67e, 3mΙvC&ȺMtYcF}P9W~TyC~aS3y/%|" )WmWN ЮDwW'7}}_`Qxe=V0hS!0ŦLF9^"F{TueY>.6$mG8L@(b]k0Zj$ ߷iVm5 ܬ{QC&k?ҁUZMꮏ \8oaM 8K ;L6`p/"?v=>Gmlpg 0<~{CΑ WgaNW.v` 71%uIx涺cESEnjQwM}D 5T[@xoD3]Sa IX|-I*dyK5q LELrUU`&Y(W.}36dQڲ/6 #Sh}Љ Z lzE41`/Z$0S>i` i} @!l-[.aKvD 2+A,`j|F+oz-T(~q~Ξ}آkр#Թ`Zw%oׁoB⸄$* PIT!_ !@ Sũsɳ_EXc{!Ka;k .Np@zKP4k }w@96G_&!]&9V8"JWZ-]Ro P6# "ksXQ+P Rd4?瞹g5oi2Ff Ho{Q窈nYl˛> l^- CyKڣ~5VWq7pKoG& \y$WPyHGt1uCPS}q%Ӯ0c%8P5]O:]bV,q>Rk'rZz*~(Os2Y޾׏**વl֑y73*+Q.QN{iޭtpJUH,%Vr^pfXI6(cX7:S AÀ{-_dLVIQ [w m뎽i Tp6ZSfB˱ PgOmUkI,N<6j$mNRrdڠaBRU -> iUOPI"m_E~K6fjKҞ䑋~L ,ߓ=\mPLi!g DX̓G ԋf&_ͯBTw3*YZm"MĞuf ,{}‡EdNw1 * 'k[m뷤<Y!Dߨ҉ vqFҁx;++تztd_p .g!M@WcpYw(+Zpw3l^ 3˷dH^/7'dg;ew5p'zT=IJN"7Am*|zɭXg~1fKtA>3CUM҇N`bI%5awpm -%\KchUO(Gպ3yjWY ߝU V uo1cOt}n}zVPZ*S[o-1uaaSEt*(PUMq|C޲Gˀt0Lb_*L1Vrgr3 e-|#i+_f~Q@A3Pdm7ŵTVwaM jUK A8wg7Qe-"Oy!=טż<m˼;?qLJ*_yiA۠I)Qף C:on?190ROn^ |OS͞:Q ;Z2] 2F}llFG'g WnF8J/{qw@k>9WhDksMe[}d `~3E?FlM9Ɣ#ok V/[P!=ՎO :V]a ͏b^q|ܢ|L.*o5n7E6q"J+mN2O/T_h]u(cul&z_0e2HIxC+R/nwW9L `C:nwfǷMJjlL]fǾ;gnNvVu7讀l &Qex!<%g*b{SD6+r=~vඐBܟّ-)EMjƺ`JN}Lv±jUhHY-0&j)8&i4g # a7Ulͥ,A$ `_h#H;F'?B4;[g`2QRCé)bp={!;֑(7N,s z\qbϟg@|:OL>*^KKmSMug=CwD5׻O0adj`/=n~{NK(RGp:x ݇H?N7Yu!OjY$W[++h"|OF[%}A!?42WD1.7":wvwf}y\?4SѬ9gQ:<0Tڶ L@@^I5.B-bm̈VFTV,p9@kX[j]{o|Kt~){|pjA5L[6N^Ύφ&R\;CGq&Œ&BKB.7<te4Wy7k"bbRƺKȠh2"TФǂeBk#{kԶǓ_ ȑ:ZeIVc5(|L , 1e x+\V.7*8әųI†:h˰:'<9=#):|$^?AFPU#0T7?v4}=A$GmZxeq-~s DhLI 2ע@|1DkfKē2X6z<)M {Wv&~V'H_9'аW<ߐuVY*KtqY=It\DAnBh!0s\شW񰵨Y;e@eS_4٪5s/2/Ūѝ6&N 6X(kg!h|@wZ7TbOcP~舧-o틠'4ב(8?\mf=Lm܎1J2ο :,YWLkgrF8.2&4oN"la'݄$jRK~"E86M$x ,3)^mbA"sd 5=aD1h+QmИr+U+ç nͮ]׭PQ71 (&5,x}".ʊ"*7SWӪQg7'sF{N'v7<_BBJPrSII!pd/eEd),eY~]dCѓyEFYraRXj7c2c 9&\x,Q9+:ͳQ8M1kPPf~8 -Ț0*g?..:YdaͼFPC|F$4p}F!XLĚh7NQ]0Rztѳ_k 9Y;6ނ(Ppg£\e;ea9]΁y--ypVUml N 8ݽdϿKε$Va-T~8_-F E=k \r˝2W~".k{fOeٷ{9)AacavJ=,Q_?|gaxKjj8rY~3h:TSV>~@pPO;^MP f9G)N?V'J F(= ׃(q}&$=?h+qL~w¬Rr]$MG?r޿BYn "PqiF4F@O'q"mб%?,qG(Z{} ܔ4!+x]/ķm[d#N[Zs:~lv;@Tԟ#ǭԉnb+Jd CRA@wx;JZzIɡ‡h'P,fg_td{/A֢S`?h7گx8JgfKnv_PQdICP+FքzjL,/VQU/+T y\X?Bg\:cSψ}iU+WH J\P]KwQL aq fϑ]70 EdG6;vCWU66 s``IOX/9ZZSW!QgeeUX *(Pi"+Ǹ{!9+Uɞ_ϲ i'P ̠߭drU*ompbIX$o8T[!33(˩̱UtI0GAba9K˻R `-Nv=li3r􅍥 k]\NE ;LY=MCjX|R!$3M7Fwntik(}NzCCS  yWP=e))j# LK26SXZ`R[yK<:PeXIJPGJ>i7#ᳱD5Ѱu i]w]O$NlB|>F1|C c tRM@W\iO] &lmZgR,K>&LVw'2aɧܸN>࢝8 p!b`q@_۟/I&5S׾5ebVw=OqjhUG~ԔG>B47_SĪ~ZXG?"W֦ 6ɩcd/0ABnFq"W\*0 S 3I_l`@RL PiRZyүSp2 վN)@i> 4Y9 P:a;)n} 6S@E\0׶bJT'o%ĽIMRy6ɠ~~A*'pl?v]=~=So=>q> ohC'9nocfFvQ!w-.^>kml/?#lVU._,yslH$!RJP&4?,D?ޖ=餕كnڟĭzvm/XSv727 SZ3*.(u ,/Uq_0QS`F26 3^d U9QuӾ#R^Lh?1fL۫mKrl}^ FNZ^nxӢ0yujYLL,?~- p]RF'z{8m eRtB OARhU6֋g4Z>FVb^-[ KØ\g]?jc.ё6f$J<|AS"pSb}2X HH)ʻxs°u8M5F'%=[K>=Z}$*",LR=o6XfmG?^s5>Җ6r( sBQF4~=ud:A!M8|r{q-oWٹa 5Ђi;=y{&kE lKFb.* 49 .bը:X &TF̧E/nOjHI# }&z=E5chg{V` p|râ[>23 i%؎G=>FʵCCDXL q~~Fwʏk&/݌Mav󆽌g-QcpدW;sI6q7!CR]CAeAءV7ߡu`?g)?kKHߔ(,Oϖy8t!" w8L{]MZ6[9ݖ@ uVJehЪ8#mHC+qqzבFo+hw3t(I/HMɆQJJPZ7o<~r51 *d rRRa0m)PA*Xq}{߉i'N3ܭȯX DTNab\h:?;KzFT0g %T3 Cx?p) rߘk|"8k[eDV蹇A(̢?О;>>sU Ih8D{[⭜p\wࣛm^)C&C3sbL*E|Qs+"} œ75JYoʫE54,|w"i})"`dE|ƎǼ``˶χ(^x;fNL.>7u))n4By8XsrEWr\sq[ @ZCM6PH^= bSe Gp!G`=ĘoMPZIzi7ӊy h a$dRog0͞lOf5G5T>Ϳ[U JZZ26XigBZz|$\ʀh@ ߏ~&5aM^ 6s0`VNzE1YQtʺu =o)2یbxhzQЙV_r᭬~G,Fs{ߥtcc x-MK6z^5UCGBitmPmcVCiT@'f׌DhlLc맍hcRZ^zYy4UX[FWtVZL'ަtĤK.w$T4%}I HZe&/U (Y\j\@ S#V.j(4x!:Ԗm. TOMPp5M37X*0 QC~!5ۇqiґN3cBu7.Iȵ(Fh{f=8<"C KwTQx*.-е=@Z>!gh Yd v,ɐ䆓k@DN7v0A(;kpv%㒫g{V W]/7N!Ģ!n-Vl:VHFė=ŕR3(RPD܈=ˍd_׬VE 33&]QnEv+gFl@2)C u]83; = !'Yf~NOyZ%v Hs9)kb(zYeV]ww $\U٬3C:2IXAUjF:_ v2~[1#(cӠcco.,7@<.A8mpnߩqJ]@vjao6,ghETXw_z `/d6}\53q05|(9In}>]᭱ѻq_MJ ~.h qM(:W"<Ew S.^5DC2\ˑbzb\YG#Z& 9"_ {+WNՇqWѼ|٤)C9dް^E'L7NEBL-'y@b\k~?^o(2_ԙjJw'p8Ap汚u/:_D&+%,c2RTH)ؚ؝rnd CJCȭ sahTmlttgq_jNy/^rA.U ;tDo_^q= J^|y_ |.9i3AקNyNk(yudpWD +ًg46mv)WZT+U{C>?"雞 >I&F±$#K17Sk=PD^Ҝz9CFBGXtpkՈ63i۾:jHd!7Ep!"񔿿uxFji/ûR|loYG{3.Ro1DAݽFAsqHX}ڏp碻x_qIq7w qUQ\yFh1'n=bsprԃ/_E]|Tu@p/kHA|9Ѫ W,Nm]T[d›{v7;q䴟9Kb6Rog:XcߝY'mו 1$*gp@*0OjK*OS''A%AKU\ׇL08͎,i<9z_Х44{|rVgT2-RzcYGը+>b~n۔dog:# GK"$p0"(>̌ v$B ݶRldeqF`[xKل ;tZjn|(0垠fwm?2aMփP̳Thk_ mw;>h;/O|L&4f)exNeID6$Ƀ(3q:~sR̵ 㼹ɍ a[ R8j,aכDTPZ%dRӫ]٣s< `oDQ· o C't?Y)AStb}Xgx{,I"s,Et#T/6@*L@B]GB2qLMı()y#CdFHsoM@Ѓ#귂OH'vcol-8<$]+uj+<|h]I1è;{\bJ$MH0F;}/Fڝ% y}MEV-K?#7Z{P$=uQhO4-EᅂMGzn`f"k h`\xLB`ԅk z(YVg$ F&rZ1ԟU/D|_u.qwZ ʱ(uwt 3^7!QT+xW/n"Cd5EzMuyN5wgucXRS~qA U#}0`[kÄ=1*؛5f;m;>Mˣ^ւ͡&\_X @ru Hh'7Scros84U&T,$觿dm;EoBqɴݱ\m:̦ej!+{/_t{TELۣ+ehsQ L[s7h@V%1fѬe9?V[H)7'ðqDM`1hq-H Swi{O}$TH{},,ǠsbW4ȍFTQ!{ 5Aa[TH y>yҜbnQYec"+a0=w9E+}J_#|_Ur!K\S)c+ ?q8d7a'L[spfZ`GCnCiv= D>D/"/" V2cܽeJB IV!؎9K %x^׬!.}*xte58b%’hSO^ɉgVglK1Fn5=paiE^wVw; n'itܗ֗dn=øԢv|2ĢO} a/%rS6r ͪ̚ϔFLԢ3T2 Z#2#]F!l,[sLФS+t jpŽ΄:C.\zd7/9 ]AϜ103t1\ ru]_Hg^r8E]3:J'ʓ&-< Ჷz( :%ir:l~d:VQ>;=Ѓ:Fߢ4DVb>KRV>N< ǍM97훬lj.mu|%x8r!T0RjI?UG5{Z;kZAia8o[(; {DDQ,I:J$奻щ C:ƒyGx@'kՐlV->,="XwWqU#wJSaWoJ/w#E<^Է&X1V45f̻qc DPz3y38g5TJ2A\mpϬjփdZEjcrd,p%FbX_rYTm[Aԇh >~%pR#oeդ%n(9`BibzÇbanՠ-ax?ͼø2^oe绗QHڔ4"P%4 jy9E,EOdE~\}kg5erW>aŕujFQ>!o-x1Ywз6bO+ szm$T"R۔[fLGuKe>.X ̴Z|_/I_ulYתi h\kj?!]@j㼠Hj'اhV5ҜbZcm*7fPUH 1z: GJNb:,J?`ϳU9hZoEZ;VM|bHlHA\&뒧éήgVB >^J 3-{j@3fYn *хgPUs I`,!:.Ƥ#+)V?KpρA ].c[)2IBrqbFg$sLrPӮ+/):_e 2V~.4j a>HKuF<>R8h-m]%Cek+ߦaX0mgD^'{ e!ŘeƁ*6 eY0Y9gν+WfQ(`EU,̇ͳaz4{cy*K*qC~.*k2va#/L`Eͽ`ep-B^QwT:!c'o;XE4%^ P"YH>yPI3IFƤ,a̙e3 |x|rgր"pDC7PMUm U EC"b^Yr;:H唙 ;+zV|}H<)<GIs3=TU, kA* }u.lD*┿7km;9+Ua?'xj8@:J(2YDS(Vu]ǎb qG:ĥpZcY^TwsMu~ɠrvbKDv[mi\j_РQ5b R#1Aӑ<{o@'OEcT5v0ŌμyLTNh&}FPևPLO|}++`'8F5 SjZmmGjtQv}vQڕtsя()]5@\MyqZbPN"G p 9 }l'shx[X;*SW :jI#—]lݵ]ޅ*% Xov!#J= B IYYd* .PqNY?ߍ޾Ҕ|W1«+udpԏe eFSu@p;~hH$J%Wy6Q`ŢE#ݦzrqMhLv ,l]ohVm(Bk&NY&8CE1+owDHӁX2'/|&ҋS:яƵd@Kiٛ04!ia_ms;|hyYJhvfU(a?Z6Hp` > HcyRp<\% ,\>C®Q.eYvY%5{/kMYwgqr ~I/#&}> _iXCe[Ȉ)O&F%=<S~6ZxM^`$"ף[PfJMD5&IAAkv $]۩?9wkU0(b6,G9;ή C (:YA Eӡ31p CdhyyfžL|dv\͋G.%'H!b JR 1reSWWkRp0>(6 Zhc1dPcDX5Ʉ_;q1LE'])bH1؛4J|x$"k7V8kq]zśy,}{xtUs/|CUܠO!0x.3Z:?_ҶG7\>[wZ \3,Rggd=ጤ&㲃pEsϾy=*m|bU 'i[+0/P{(79m)U_M)d3tr Io6Re>TQN6_:)β"AN'c +] ¼'_y4|yEmL >A%dlN`/gB1.7[ZΤ@v.bnrZ8}~BG8.PW߀|U-Q ?֢ Ɨ[U(so)y>KZwU;%Wmv:Kfan+9j49mH9ד7Y8O8Ip{%%)Cәw0RYv9%idǀNR8[@#CS-§58b,^XĨ-:iMt+6Z)IGUdӟ1>GDP8Aě%/3+z{%Wo> $.\&2-yAn"#vjx$HrdYn9g0VT >a08XaFkaӴTos\=wj<#Nie(7n>m:RaƅcITL[.߈f)m~KJ.O ![% {3=PֶamX`{fX[j3OB%PP S퉫Rtŋ +>L/[Z̭AD|a<*h^1Գy(<;p9WPhVY?G~`*&on7+A  !4R>I;x8[EhGm?#avgX9'X[LUX(2lvZi~-KM&niٶ?O[әhiYL%ɉMJMܨ K68g/S}grW.kQFw5 ꅴ"bS[L"r:xefyPkzsqL.n@hξh^B&G%Z孏=}/5Pνo!nkGFVnC KT|ѺݜBn9"tx^GI@-X(r 4lYVq Uَ pnlg7H*oV_[T9ҥvqAb9.[G)NbEZr0v:R>%>]ú`Β 8ÌP P"ehD#6i`l}2ڌZ &  H'Y8)@6 q,%_i6%D3-neI(U˓O? lSka7*7u=ɢS_Wl6sT4fJuD?!+|͞UoK4/ڱ8LTXOZPwHv%#b.&0ѩ,AkSî'=?rM76ǔ#(}&a#KVDsÝϟϔKi $ߑ:r.vf} D\]K RZwZeY#ct+M蕬gyp};ǏM\;^ȃhO# #]T73)]i$+/x=OkW!PQ 8gc Bcԛ:Ю#ѯ"4'uP̍˄VNc[Z]Ly2K/݊XyN;#0⺪ }:w)M5"[~THyŕDK쳃a bIㄐRQc'KM%2bdށPgJ@yĹ}1BZIVewmh`bDQB.ɖpC3}[}"H`;Xtorrb?4G|EO7WICip-3NJZ}Y4/f/c1(.y5\-IDʫGYwԹ㙳p۞ܛџ Yb1,_ʐVdev,#p==a $8lQ!<"/1e1qswxzO6ڬ^קANkU(zzY뛉 &lHI$7P݊`<\/~~\g",O'ZPP|Xڬ'`DY mFUֹ<S$!.T|9]?g&mcTO,+8yXWvGHg 3E%§{*T0iMdwp80hc6_ّ9kOj 4Tw3"R ]fb} *9yB/Yu+қ!P_9:۝,s zuLAI}p+kEPR%r"/B܅:|&Py8Km] )Qa+fM%zyk5'_fT)Oa԰ žjx Kj:9R 'Xw<3^XٓyF >^Eybz{Q^UV/<.@i{,EbvP ~Mq Y :dQ=oS#2ĥjkMA`oSYPa/E.%W?rkqr #wSuFB2_9+-?̑NvZ$IE~d䦄 Sf2 3b+j }S]P8{P1־xXqYSqoMClu>K0GqtR+ 4ĎJC<36/ѻO/iu܊8‏Wiv]O9Y䊼ʾ+FSp|"TZ~_MM&-ǔ{N2pօGC̰1 ]&'Jeyf4t=QpÁH4=nY(JR^n CJ^+JP6$5k]! ?68^@f3#h3g)U:sgnh:>o"~Vzmƻ`g~Ӭʅz: TEu28M`$1EEYq"rﷸu0j/q@smqۛ_Fo(F݅+!%Bn8TS3)c70@I`&I`R:{֭co!wO8}ˀɒIa3m r(O&@R7z6P0bupXz1kL,`|tHn^vNv=p+߅U8]<] {ة1" :gd]Y1,5j?0ъm 1oD-؏i<fm7*ᲅpc(c|Kj*E삶姏mWI>N GM7MFlDzF./6K8tנ3!Lu[I"C2Oo=A.hrU=m3ȫGJ}.ƺAm*W_iEy+[yoG#6J鲂p5u0+pqZ$.JO&9Ts7}teI|JWO 9Tﶶ[cI8L$ R9=Q%-^y],QRc..P'A8OKy,Rfqw7)? "K3 D UkKLp/$~_Ƙ@Eo34_M6L$Ő ]R"s'95z^=C~& >-tz(-V,(B ?su𪾒٘=()SN_?=:޸p sÁr(xb,E0~D#=eEX3N]l#Kw׺Q݅t sWKgF!mGyuV ce˿1CPJq:Gyӥ]VDG?#c$r@(ƪ@{ H):f@2z -^HGPޔۛYE~z^eNh]aQT ;VZ@LIϦ51_1 -rߙƾk3壨}tJ]H}D@Nv4_6YsSVOjoF(fD؀q 5@KxiCW,<њ?#z~ Zn74V5 UI#Э Ҭr>? )CU?a /x>QuXݙ&JVkl'Vc))Hc(,fT-gs"q9*3B$.ˎւuVCtω~Gdkm.aap+A|^&ҫX):/^X-*4 8?? ά_7r)R4P WtԈ1 T.bMf?w8:H7Vuq0a!reu1WuѠG% 1%hהk;W9v| n'p7ȏ앀ϟΝx%G_)[H GjCN A%a8ğd 13F YvL ۇ;/G<+SqͭL,#g.3y]kO$tyU+U mP%K{Bal*.pR5".(wl]XTi}( Bsx69jfj\62Ys%F 25RJQ*6kFw;^,=pcC e-zc M P6$l8R7.b\z:|MAPv!ݩj 56d.I022hڶϪd |Pe<) BO嬩΢h#n|rUpw.y⋙_? j:dFxDY9]S>L*GܓWpM}C@ ?=ۂ(;¼/6ݻεAxGVwZѣ|G:Z@!0@׏iV[ۼ73jTא"}!L-OY@aAEI>:0ii6!N g}v"+6crW-b\#\>z^ {Ш k {+>4ޘw32[k"!R!F0sqsD2#p?ɵ [;=k&NMb̢XtÙZUN;s I~^Re0WjtS% 4 &G6{}Uy}wU;%nH( 3ǭ] `[dXMYS^yT u( tL'v̑;_ Th(K]WKH&@ ą`^5!ߡB7lLv\psۂDzUO2!5'M&K܉1E]x&KaP.GMCj5ssK'AYY7Z yn/IBKOUs*Q<?'GHe1:ھ9.B =i#ܔ4ةF;g)5Z$7huV) uxφCI>Y1rtQ8,~i[@˅AGIˍп",T2~ɽuIqj]$.1)DNqY?pK|:PU Q]/'4݄ޝb)tAȁPzBضW$\8p&lSW?4"S'd.U(v,-h"Ձkf >(Y`l+ONYXg#˶{ Q_ӣj`s>O\ ltprTe]2@78X&>.jS+\ /wz&F<k^dmv,FV+4jm?@<$5Kb 7h S @א ی>JNrۄ-8M^.gBԕutL]e# !>-JXyyJX&ŷ+)YHӷd-!^gڒz&XŜDN| u_GPd_j2>S7<~s:t(20pV?y-5%٪d1Wg }[ dA8\5 :1,Ժ\fmZp^Βl6A5T1~z7F.hpt`-C|[-E rLD2.*7zDN~U:DZjq@y|QxVej̹ڷ{0iqW0H9{6^wqntja2Y33B?R AA)&=ŽԻ `!jo5 ʆa~ț_[T絝-\{G_=6/fϕ4kҲ/eEťOIB0NSa=Kw8v} d!Q>1aX/0C>7 jj=FD<ȭ0ԖϾ^h}m;ߔI;bj.K @k|,¢p!zmh N #0 -LGnNsw"za?3F V$ g>]9E?1Z{#[~:G2PvLIB8gF`'T*z¼ A;0vu5@(ܖT%r29ߥ8nk/ci9ZfG LP ջkgzmd.F9yTᕢ?-dI{q$O_X^V6HZ!W6dzOF T=?Lp[UPa@% MECP_2̡uhOFᤢ%lD-ڬ#>mrFhn0KֻSɖ- rHҺɆqN R*7Mfڳ<N)@mRNW?'D@sz*zd*%_|uG|nu;;? rCw˽7m^`⺱pLwϔ\ƒD5_%[a)Q>Ux}gfuGXɀ;ѐ3BIU?zZ|n{^ xJ'p6M!ccHk"&_ v1FOνRgJĔ`y4n 1S/Ҹ)”FOaC/pw%8X6To&J'scx@Dwʮ%[61r(\P)*Qd v(o8sg{YS"}K+wT?TR]tlfG|e:0%_.|, ,=/z\oiiX=sA]8)>33Ǭ{h\ސ?61sKod) &OhxR\uUOi@qlL `G&)TKXǒ>\>j[[DGğ5dR^G2dv%h]ۡ)euݓV99{,c-ETEzU3?UV3٬Z)ќ񩷔JGPvUȈa65qI,O vdvUOΩ! ÜhazvzSgF^.C Ù8F9Kڅ}\Dk(y 1D gκ7ŚGtAWZ|JURZ31$Q F.BO\Jf+G -8sde9.@d]B5ebJDdBbu$M6(,g@<̭惾,K4kw 4IOXhQ.*"hp,wJ j*(RKˀd‘DĥijPBv0. }&EV?| EQ5 ijGas,@h Vi]5H3aFC,sZO6Az+UDjU]^,#e|*,4B/,Yh݌9Bamr 9MY+׏ T6lD|Ja8 V.6"}ŭ_#+`2nBp 'aEb Ѿ#*i1[W(rQu?j2YBɱTWaAPhk= pȷJupG .m]r\#@fY[\w] !Py Y5!I3BTb-Eďy>m?c"VЭYek{qAj{4Rsߌ8'b;i(q_}R܀vd{xqS̐3{Kᆂý-sw5pg3^QY*/ XTAНnaIsVO S3O@CԲA.kJHY͒o=\gw,J%-S%)ȮtC_mGn8YglyHp#-O Mw\X‰I5a`Cdj?GDydV QRd*S~dN#tt8fo*sS^계 ȉHceDv ng u],bD6+eX}椤j9c3Žl&0JZ'[Z(#@1o(Dm#/)BS9-Xti_gGF$2+&њf0kJ) Ǽi Ñr*BիL@>*)D<9=d%u>X,$3\|Iޮ:)pk|pRKr㞐鶌!=jߺƇLS^zK^2SpOug"oVp.ޤl>w*Y"Z)C 뺎T](u29r%Hh@~_GIUzq0)OZ96Og2_,P F˪@rlwUDaf pIJsr+YRwuT3vL4}Cw7;y\PGmۧsh,vϖa9)] L*y! W)f(6t2 Rh6mF-YW35{Ea\}b1ӣ.fp\GSN &uHg՘QX"/Qw&S*u/+H^#."J E- S]#--{obWpUmgw^!K{bJ$o!&Jg13S:EǴn/&?e8FtcW:bz vcsəQd^=K~*GLub$JI עyW抺6:W2 .^";U4ߠ"?s^Eƶpr!@$ζ|ɩߦt̳;pu-2!GE6T>+o\fOr0 ʌm Kq;:f|[2.fN 8]tOzs_/".şn9$cB>-  m rZ&ɦ͆L OQhi)ӝd뮥)@, =v[Gn A (ux5Xtֆ`"fbn:X`L>tXzQLM%3lL\~6o#^'WϹ2Ya#a@}!!WlbHr-jELTYfCc~7 hr&ˑ)Ht$w$18Ed}kZ+ uD !;I$?ˎOyAfL{t 355s[GԈa/sZ׍e씺VlӦ! vYyxJ-Hp}A3!Lz&#Cȕ'guofm3_Zz*z$ؑC34;xZxc%JmH~L;g ,$8IgY}!^Ak ZF:m( w;P`P6-WmeK;U>;բw21Lĕ]6,@_E9S/c`[m7b`/0r q^4G\2Gv$b_vQ0_UŎR ĥl\5_ XSf"PPIFSq7p 9T=_)cA ȣzAs8ِg[w ;ߣac O<"̎=ֽ޻ qIzQ6(q"5y!'.i$,lIԊ<"*ϔ@@PZ-$g\ҌD{m.' #KG:7?fa;dP]X}9ddr=$WͯBEگoٍX  pJR;gI%bAdlŒ0_7|4HoHC.ra‚Yǽ,} h7EyVX iXR鬡S;Xs ^=6wĸqvV{R/JXggHE]Nܽiq쓊y3)fK;m;8g\ ^3|ko~TPPM- Pî%sW Q3cظ܌/ lc,HnE/YGx"nҫ{+a4~Rcl$ޫ^{1hm "VlD9GË>Ρjt]c24I `{CWOӅks'[\PVn19gTDaGEl]XvƳ'V[ ~c[ձ M}{>44en+J= k}<5m*h: _Ssƌqh. ;I L9'd;+LstETZ; ƒqGsH7}%npn}Vz͎ՌH1}_GyU^B1ɶxP#|O%\?P~5 m͓+m)_*~7UM5}3Xs=h3D]m+!6)q[˃r9P.R LZ_ trZ UaCYnu #E1BwZѕDG+8(ݰT/yaxΨJWv7˜na(/&墾 ^FPT ^h!&cّb%+NOIo`fnut@oFNҴAB8N3u+U$M>֔ȓI.mtj"q8ob+RӺ1s0Nj!7rRDrM1SM߬ܳ*~^Um%~(H`ܘo8"(66e:t;9xOJSRez'S$L+ҡO;óT%2N)sG ԓWYUt;N]uh$!+HzkC"(D# ,<{ nQn%k[}K3JlTz/(d0_hEf|*!iXW$^9Zy؞2y/!,3Q k8~[JJu1S? uJ*F$Ax~t’ (&U+dʺƅ93SOn(hbΦ q6I""ǟ3o^fa}8ɞ@-=1c\@lk$ƚ+-x &^PbdVGپYU*Sr'$g݉Z;ҧ6Qܺf@; <Jڶb'!&%o|3NBmmUw7CG\Ja0aPڈ9 o^#?/Y&6;Da5w԰]Hd&e_.DkK X lZN6~}fZN%@̀|duG2Ѯ0a8/lE1FT `D]ItkծTb9U#4m@Cjٗ% ,$+$ =` ɇ[ggp.@Zlkɟ^.g莵mphpf_52!\{e-q7[>;Ggl2&ZHA 3,ª3! rN&`E0qS2f8hBR"&/d'SxjţmNeF]Z_,}1aLJAE_3@aXH' \h5%{Y/'HG{s^NT4WއTѫ)UQX=YJ7㩓2/߯{ׅc\߫pTUbnI%ȸ äБF<KJ*WU8,1B7[M1O#(¹F-MGDT vdLʏ-lF޷GBO`RHQp Pj/lBd2خ.cy3a~n ,*B :n#n\ NX y; ç־@,bh <85"a/R:"s^"ؐej@ 3ho]Adn%Ӽu^^gnndcz$a83|I$99y.{!wЩB(I0:d>2H飴oT}e/+YޅRUYŷeYy:ic ~X%|EM8LeyhqZ}xҠLO&.D k UZOC f^{u"&s[ߧ T7ϓpW2xI|W^:&.2;8޵Y!5%[NײʍY%}@aho<2CI#lDx@0zcR)6VN0mWw<1R 3fJRG F8Sq {& :X}uT* 믷}= cF{Hmg2lӐF8'ݡ >ϳn+פ$<߾da !y(%9.~,qoXeo7@al$ݔfmw'ݢDv#ʪio|mjФ+s 6vC$e`AX_+Pb`Z٠)MG./:ʍmH%.YP%ƙE#)0 } 7 >/[)nI̹BßJu{bqyH!qqjgmR{6R<:&!'1l~b_CDN 4}b=s_j5]ݹMثQ+Z[(\wyߕsaOyr+ewX5EBt:۴Ku㯺#7t#B?`I!Iaha^BߵbZԓÚ72H2yH|ޭ0jHtz _,yWH =@!9cUq)&{&D&j,盔8$JWB(H -p~/y:,I"]yYۊ19e4gy {TMCVƹw efPxB' 8V48:3ȕ[i*5>8)l)sN,0a'&qW#kyZ؏΀pR;h2t9*ȃ 4w]TCI=F$׶~vU,9=360}fNT}| ~h7t6'A 7crbAH,ЗkR>c~*݆"xߧI?'MaM5lݻY .L[DuÐT} fǘZZN2 a$$qxkP^4 W?&}u%i wu&">}`Quus >1$ Tw@Y7]b)j;ាg!P(6LfvB&1(57:XwJ"T l2eX@d~N~=$6:(ٺOd}l{{zя`-]g00LokH[Pi(Q8˩.GZQ[FI߆7'V64t;Y8 ~X2)TX7++Ab0m䑞XRuiW83fl08Z$gu;28IJnx:?P`=̗_sԵN;cKtX! \ -qU{iH4N6}jBgVFT]_N`?덪"wY~D # ?WK\g+9Iquk)*OnQ9Q4e0`{Q='=ǝ0 9(ɔ҈ݩ#L] JjQ,spA54י-|*{^hhίp휼3P9,"ΑD2cIhm_Ijr6UY3 0p9vOut`ӏLLvq__ΔbNC$הAlaJ"Č\5OU+>V0k8c4wJkԳFî]} ^uKgo?4B-%;ݖ&\~||Zj&uۃoRBJGtI]\#2Џ 2b61_2;]rCRJx-~;3/~N:}9ANE\v[O<)-+qTK5-(U L F &wrȧJΰo X+w~O}U(//u:X5ge|eEtzic:a!u6izhrZ| (Q, Ӹ|`=t{هrR$C(Vx;MUAzi&c\`O˕thVvGo fӭRz؇2uϱ-؟@\0rS||9UTɜnhy;jεaP6&K-O@34i3q>?r` G,# ?R.˧3{pX81B':]KR޷tڋW0)/㜊ᔶ&I.b&Y t]8>fcʔ%.]6(s'gN^<1ey+efV sM\[sXp[v,-RPf WD:"Z,6}Wv[_Ծ;.@(DAh5fjn)-ѵBIZLimXaG2NSK~̙ҹm䮕]5'aў u/*Q[GWz 1 L6ט"Gxܽ"`є=<4I1+8އlJ$o*ԗf<'Bkg:Z\&Pv>x Ux'E"+4͂rbHs};^{K@e%99VVnf AD 0w6:nit,_l@-y݁jtD+F4Ep*^A.YX'YAo G,>$[yNͨK+QG}}p+Id4&>\9cI SkܷXR~]P6.%LcZQ9s'4fp_٘ )G%,ףu'욑,-]ҺU=NMkP%D5mhl.vnxZ" +vm_tU[{>귙jQʡC~l"PСxT#Y#'[]0I9iPJHm[gg*t$?2Pɚ}%*@K  iN&; )/uZKBRHy-=ZۣG1ã#1hr=}#W.ʰ@!c7X<>':sJb &7wٓ=EM:8n-qZ}DZQk*NMK۱FNlWigt.F_!'~R1ˍH'"rWfY[d!0 [kMf'>rj!9j{Mt*$em*𿔎'ıh/Ra~.f\.V6OgA8;2(sj@Y/aNM Uy6U,qx%z>M (W|P %K!ybm B*Kv< %="\$?8΍~\H3A% <]37{ٷ1L&hE&: v\c Tm`xc 1<|ad-M40 .?~hKl[ĘjK^iooHhm:9L_Z_Y tBR$]v& !ʩ^,n$I{;_^8(pVP&#;dɒՋyvk@,j`2>,|2kf3G%=qMުȽ(yEl$x͹~\FDDTX@dc.U*:ydؓ;Q,S5V0t{,& E:sC|+bdTy2;.v{.̜7-OB99Sс=(#R1 5~=Vd Lg獞C V|^Ο'/==N/3E4%Z;TNC~ǫ*!.h'I@0!$*L( qWR0R} Ɖ9*<\6eJ`+x ",?Frfyv=;):` +zcKηϼ\b ̮oD\9)糳+UVM:Nϖil3kW#9MXmd'рI Qb5ogM? ?K'ʵ5(FÉ>_T@C7[fm 9 VIsϷ'L(e6s0w)b*6 xy"s^;x$;WBM CEu)rOOd; *qFHAc$"^P:Q,t8a-Lj m+Xy`zF>$et@-. @~A `hΜ;P_ )b_F S<9xӡQ u A ClۑL*Bs8 f+e{OK3MjJϛ.bp"ǿL=(Pd枡@rx|]ȓ.B|]KgP]_WLp8DNEĩ"H-vzV+0GsV{@*s 9/,8-71.SF GzM[7Uta1Oy3^//!{izVnPP~\W~4,QxEOYYsOjWڲb"K,qKzNu ނf(Pa2Z'mKs=ǒkWo8#qbU<9O~B DQ oqm"uǢ~'kGRP< bVhRy cTrM*߂'qkz͇f Ӱ[b1 G~f ~`(o.6= 8(%3_di,IRIܚA^c"Xg fō?r'&ŗ%T*@PAMhgmgB[uY7vHR,%*1@ÿ? y :nEoӧ4:O]-ʓJ{7M]lu-O"5TJs5DXZ}0ja맛x^{Ki ieI߇pF-*d>?SsѩB8fN4~$O_-/#qX ӨQ>QxY߶' A!xǬr nhS>C+ws)US zӸ{%OD:Oz-j)0>I8g&(%mKYbk[xV]H*A_0L\s_ ~Ys]§Ql㜦`-`Δ ꒌKMeܬVweL :PtJm/҄eĽ /ѹ(7CǪezͧOX)q&-^4`i A5N҆&QFBXo 9l'?F F'B5< S =LJєr2o6/f"IԕV-|A2|0V{6oqˀd=%d0s7IY'aZG?0]u#Ňo짎we/nS L G[l5/fd3qje!IU|~]S}׽gB/S#W^Qod4lPj4^`B V4 >>j7@[E6\G t"je"o!y<7h24UHY(y4xWOw[~=e)+"}FLZP ,fҰx62H&SxIK'JE;,zl[q`F=ѵIX6Sxujrso+`\kG&fH[-6`5BQ³}k[7=db.@x$3U*3Z;ڨ*ô4Ć\G5xZ_o~"5/|s'ʇ[>1i,G/vʢ6@v}#*Y7 5u?,zg,ccdƒ.Uad^C^%6˒0.Qӫa /qH=J)Tdx\♷Ũb#4PMta:FEXQ?ݣB͍#;G soyY0bjuq]@WF4'fǟ? $4(\[(Xp %l`)웨_1oZ+ )ۅXupgJ*3O<^Ko9dSaEh[ɶopl tbO]P*,Rf'_Y=^EK5H+tݳGB3Lt/l[ Y`{S:Ds4tYGlI{ $i?+J0S.]V{Dhdg09K_BC0ܶ~R5E=!d4J Kk4fj!;+B(ҭ5k\E:gA(sR 7pis+.9ibt2_[>xs6%56Jbf"zW.R/SMA;/ 9K6XapQPzq1״IH[) tN;IOw'*rHz2zKAɴ-U\3|BsqׄlQhAwNE VB-iL;$9?ް5|{aKe5Z=>hNw`"VB -Sc. % zbn=5v3Me#8MgSڇab0l&\ܳzj7c#6@0;J TJ2nںbCX01{m p"q1554vw}IJjþ@>'Impx㤆Rr+zM^>^0׿B2D j#J譝 { ۑ\o)#$0ǩp(ݔ%`桏Z&he!1]Z>ǝ:hSWT̆ :\&*vh\|S r?CP}L1lKɋALA*6feKBW/UJŴ9PJ^PӜt%Fg!<۠r[hNm7 LF+EHJBvTe${hп MMdO+wQSޝP:bR&EDpדًj$ Icsbcgk4 ?) |J'.lbdu}Ă_`|8\0}dmIC-^+Chn4 GTxKw!o ")fgF"2;o6z?2" 1^諀=JPOݏ0! >nu,vlq|"wdVTVvoJ6eN/8#u^l^X Ok$':s<`?* NXΩpϚ3mYAPIPa4Dk>aØLy4":o#!eLJV$]͹YȮj.u3!wv6כj+5ͅGaXb #mq1\ 9+ZZ JdA'1 .u#LT#S-#6JqL5N`MvYjf5وzzRQ.&~B8Xe@puID)tA޸uF>BB AQ[vm 4OX+i><2֓0`qk.v~n2nUv+(dB~fJao;$畁ކe@|%f6K,!l," TWF31 Zn!4_sv+Kϡ`XYeR2IoL$"# E]O;SSSebGSbS-rC. )qb&N9>Xc}y'!Gir64!MB~錡p%zҿ^\B$ hpvP0WԲkMg2!fEOTNOO4QzPdZl$ګ;esN.DXue9s2\pR?"\{GL&|:@uzrx˰=>qL<2(-L:\"Ӽ ?ј>nBnmRKFW#Uވ`zDkeCi|O/qӤ;ۥeRG >QXbB4$?2,Ht.dV[w뱸@ hg&-esNrsThR)T<}d)jcpW&Euald;yAPXjpF UXم-䑊 @8(_@goO2[TUR=[# R-D jjvu1 J')DF][Ε8.nxJ kshK:^ cK'! vL͡6i9^'&6ΙzҚML)_FN.uguN&6>ycƝ-`h_i刦RiCyuRp6WPK 鎽bk` jjq4Zf(ѶlU`ʐ<$v+1`>^tGX"X{@h=Bxr5Z=/g d^#-IuNe8WlnݛQהnZ.0#{!(߳w*ߺ$xUIΩvs~5;%=PpKc4f{j x7X2^$Ÿv~I n)u)ĺz '!1Dxy: Hۅ&@)H@VaXuW f* ޵5A+hE3:mﮇ<(#83_7R_;/ԋfdD c~zJ>&G, RDܭJ2x=wyC&*`1mp!Yҡa",m`)l+i7_h-D*3="e̬\|÷x9U;IZɃV00FESgX=MkOtgn~e&'Iۃi,*vc.c<}gqk =M6WUǓ}@n)ȔЛ99&'@RPHP!7S/UXNZ܇:o0Ku(5;Vܞp~/.2?1X.(kPKk"yJ!Uc=e{_z;P 2/35$о>3z= tڌi[Og]Ee77lpD?}A!"O25?qVA+ՠչ0 ܦ0ڑ3hD>RΊ8UZi[u,VAʈG'fj'|#x}Tۑ:]s 8uoEhZEDȏD̀xuC9HB==!ɢ%ZNl_߮k@ɪI%?.{@Zro\2#Et"{M۲3VNGg`~O~g+z/Bۄ޲(J4ilRLdS3R!ǝcWPB9.N"8G>` ’Q*aD{zq=XFDFGkQ=jJ<]!HtU.8[MH_Ro=Tfܭ^eXbR튓(["ť# O^IhD"6J7Ic2`sP]=d`MMWpƔ 2}3΋O6xy.Ccq x_!Eiw \edu8klQl1S[aC(WI(xn&K6&v\Z?3 654r}j)8Rbl}- !ݝfůTΒ23&A$OAX 7,gĻ/.R0&EǟJ!WVvm,Ae.%CLH6)0$.NmZ&:3t3ԕŮwf]~6 Cr޻hD 1dYtC14CF*xcGmV|Hv& -/V *"K_aWdo(T[*Ċ0Mz5%M2׾nrC9y0kͶr-3u)*(g- Q(H CCC̿9W@h+7 ׯa᮷e5xXvMg Fz2p ةU_c9+r(noǯ0kLnj(8"Em7>8n;h?EX p$KylZdHfhkd x^+曜|?_H?1u. 'm:R#`T5zĝZ(ԅdNLD 3V݊Xӡե(vG@g1y-8Pog+>H8Gc[ZR/8$j,mN1Gmcy2]|̎Y9exdZΔ$,fIw.ڊes׸uVeƭ5Ҹ)T8K&:ES77ѨIPĵהɵ jW:-?HHmY02 &;g D,R/T3Y3y}-d8EUwaRt=2yzIɺߒIR ɦ3+qcT-e|`H>3W/MVBG{˸#weOBb+ 0_S?2a`IxvI&@CS2ʋOk^N(뀦aiZk~ kBg?GhZ1jqF͙*Umگ LOufr١C`c% AȢ- 4h( ~a=fw.PjqLI7YcWpiFmF+X~pk Z̫m89{&6`RJB@M/d8':Jh!:Qn5@Kt&?Dq УZ=aғ_e]zJ(9Z!|5Oy*1#dnگM>.Eed/<E n=()H)qx9.Y~ER4B&> P[F$JkF$ Nk@fq6"sPRHi4g|08%pk}w,sp< ƿʕۻz Jݘe,Íb*zU3tuOFl>"=ܷ?Yp@X=8`D?Ōp"w 㹫>8MǙ ĘMqj'?>kP>b\#p=2d;~GpJñC& ;[Qe5d./|UX-WuhaۗRQs/ݬZ2 K, gy_?v\LC$ B8JrUXȠOM#o,tsz15xf%F.~DDqjaN~^P]^ n(@:JV Fgx1VajOXܸ}hsu,p}_H$3!+kl򂔉I1'ͿY}je(B3lzY'Z‚f>mV[3C}W|FF,[HSЊ~|zR ->t&ECuH׾ٚ{{\P_R~7?F̈KnTĤ}Xž~[֜oq78 :N}+9u*_H(ȿ0aC.Fi[RXL0}Wh\W4_'p1< K9%H*fSa)N!S(5>)V#2$}s 4"IURu}4 ~PLaK5.E7z)mrt /ELJf^G/RPک'7q:M)6g$*ΦUea|ϟ|cW_j, JG+@lbu/AX \![ hԲ6gԆ ȕy&%AHD/kp~-?$kP!lv5H4& ȏ-vF XCA{m߈;<G;JNNgKZS<@P"*uM}TIi篵RH1Xc\f5s/+KaDRuutdl&z$,Ԗa2]pnio`bMboV?~>%[ leG0zջs S2/m,a) O.]k+aQtQqS  ?j^Bqccq- r@K 5 !T7 K4 ڜZ ؏)4Ej#D zoޜώL7mca.93Jp/#kng}16B Mu솱H1p?v$HJ_u0qxLp:sׇ|AߪklU8F%o&IcycYjmTa~5#CLf>*M'D*;C4&KV#J-^, ){uEiI6VNlP/|UGWWD˗`BD{}S<5O\iڔ" Kw.EMmc쒢x6 PT̢y!))y9H 7@n}l0DNpH*_u <-:a@W0#ϥ [y~|X&?nJpc㙲8t`NA" k= ݞ)pUVMaLLuFxQ tTL1:-XɛuD3]nb_0{ e0m%N 1ϕ^s$+h«lZ5PZy 2Τ3KMD(0ٻ:ʉ3ASwzԅGPjDNc"3!wFyğ0 !U7Lgdj'_M͂ [[e%-BqU0X˙_{in퓄Xל+a/lٹTWEsyN:J䶼L5 \//iw2$K=;z 1B,@f26^WPL l·8OE8 j%&pH=VUG0jveD--@w$?ܘb|_he;Tk>sxĘq㛛 A]"F #wt/sv|Q.&?#HpK gރoab$pЛ #B{P Y{ X9 R4 נ6C- XbBΔ])Unk_A&e#U p.1+v$Bm%0Kj?/cMSA@)|?{*H2GBbNY8)ntb߭dգtBF>`mqR\3Q_Yal4¼L d;j'SgP#] Bkͨ$9h2^[`;]Kh RiClN"&7$ DW-ϊDb|oJ~LPջS3Ztg{XWۄz?CpZCOYKD4YXK宫來MQi&q\$OLW(0.9  ZJnxr-qgDq>/Uq= ,<=Ěܩ_ f\Xe={F|(:^/28:z?FypnUi<-Qr#w*0YXV֡Z4ގ- 139 V8X͓gH"4%o#⩝#}Fmǒ",:o~F۟;۱ZYu<[ b͕#s o(֋lLJ9ħ^#7{_ȏ/z()F8oH, ݣ&n>lhS(|%~ u;P%Cfmm=*.uNRH6xCBiA.>:E#_*c|k`&ͨhoQ`yMX} զ:4\^[z8y$ ^TH((U.҅]US4 + AtM$= A Ն;XErH XC- vqQ)p;UUwmuGD(lj{{pCpMLõEaMJ_1q~  %tC(-\b"i̔H9Q!m8L۽8N{RA0^R?)mg:ᗯ0U iՋmՂ 'Tҫ262_dmxt#ųs .&|8*Z؀1AVZRXWx$?$?Z0h'['}vVWNVjw_?6q;*06DS+C^IRdc._Sgj|lQqqClΨ ϱS)Y,==j )_'Q9-X[]" F=F=yoKn4n ~Q@XiC6 Dbüe9ĒD @Oj?MnyeQ:wf~Jtv5*TiýpNɕZ*52pF4(+i攒6$+gK.&Z_:K`d sI⤩YIUUh5Q goN;͞?4 EV9 Ȍ!SAQ9.:=`fΠCyK˽Ƽi4p#dӞ:{08*ICd|')PI"LHenzٕk㏎dwBߕ <-P| 'gfl?i!Yt_.z[Υ~8!B!KzFKp:W6Bd5Z?8*/vڷ5:tW5m0%%rp!@! nBv!D8X*w?!v%\/:wީZ=r}65:rGpRad[4M}tUE4* ss~<=n J3"@i]([ .ާ1?Im#\y/ӓ Do}(UePqe|oVHGM*u$drS')m U\^CB؀SI|Y`FٰgdByЖF?jPgn܆zHt$gi.Cr4[Ąp(xn'CĹ.9aB59e&Yo/W]Ia)4fF& >@9r}*r?\b!R}]Iֲ5K_0=RI+*e-.0[WWCNhgCaƱ'ҋ;ߑ ]% U›b)Ќ%MvQQb(|E,.$C&jl-2-a^'PQfn i,l1FOyc,Vg\mLoNfFFB__铇o)9&Il ZGYMEC}(3R0|{}7kZ$]hvq@WmZO*7 }vᎻ hP;b%%`5‰_e_Z0=9CnOg+jm$59`d_gd+$qaX6"O7c<`W5T}Y6=:UXfǩu*s^$\MiK?&L@s>ZxgOӦ 4M`t܇|;2Z0@e,"B)M){ڸa#KڷӲ HhnF?D^&sc̰=&L|a7>$4HF㭓t-\/= 2 DU18%ْ®5BB1x}ϝ|D[=jXjh9i7D&"5"%n+TSEv!Z!Cш4.s;u,(_^g*.!DCyRZp ˵lWޞ`Q@9oY=o ~VG0M%f 01 Ϋ2EG϶,ə)7=2x,n޺k=3s= h>uu;j ݂)^ZPE+_Mxb6ɢsSqu#&4K׊%cke3-)ml,{HIk}Fv8"&h-/k9P[k .!*nVhal>:'RLl0<`28U&B~$_"#Tm+;m+QOj9㾕?;> |iZLeL 6ChxI"QаH"Fh 2#ď==A>55Jsw0b&IVA%`i'NO6e8%6/cw !z *\ʑxAͫ({/!SFN } 鈎RvR z!(Agfِpw=Oq4{ś\kesMN3F?>kk91Ю 4'YB380o\_XDcŇ԰e+= " }Vi#ǍyukMzĎL>2ٛԳ]wz0 GvE)cg+e_;s I*=ƾ }f`q!7;(ciC)ՔK|g&,K-zꩌ6 "0b4PXq3᧿>{u!X Q]3SɢkznةB%SzD`=~HeH9sYwط$KK+yå]7Sڞy^(~zE3o耙;,/PI|R=ᗓEY0!Q>tL ( e_]sUIcQz&4%.f#]#?MX98W=і =^d Χ wjfK!&D( nzzΆHP1Xіv +jp̯Lw @;scvC u]sy[`ȩׁr4E "?LZ3YWA"C ]R^#,,r1I&ݡO)"] AyЕ;_2!sf{jn 듚Z!/f`@;E&js tO X A{EyƆ{]e8_.cp@ޚĊZ u_ft9mڸ8ۅ,ZN7^.i!7嚴'aiq+iqB/ݶ: u;kdUD% aL@IR@e`X,ҪAKzAuqGK9[DQ9-V?pWsW'$ )sJ qvEDW5,"Ve'N_ClLYӸ0ѼF}5u[O|[u)$Ŋ.37]RXLWDLv]VwZzT,RNFov4;!`%!ěV1F0!:gn>zu]AlZbxT@`'l9 ډR/8o-zkFcu3}>I8k 8)]"btc{_`!K?ۇ^: sJ̠,Eȱ)C(#o3BǕF?&/AJy^nLhc:I2 Lf5L0Q!?e( T!ڞ֎-P0'_xRA+ۂfyex:PD4(Lљ&ģt]ynS"̜DO\ȗ 2 ۬0P4g\c4"yr)Wȸ)6 g=1݈+ ODa,ğlķP``KF$.6\ u4rV,U`$}ysN%!ILg0OOdUZP%f<['e' s|L6A>v ɥkzz8D\3ZX&cZLHT:L@8fxi-0!^ d&P[YȪlI1 :jǮҙ/bQ (?dԂSS`QƊ^n١thw}}&`hK.h6&L 1Tr/)ş$x}_zބim#{mr}H y룃.ފvgxf ^!AFtB0a/sK$'Ȼ"ypv=!/zQ^z&Ys3hUp: LH{Kev0' .cr{;!5I^V܎r2.ZiE8MיW K+ ShH.mk)b]O~t[ζ]ƫسSMRjIXfVlkvwǐ5NW X&6VolnS1d:g./BC &o.oRLx,.9[0Mxۏ -iE!=xDB|^IdhM;"!E wҾ rSqC"9Io:JIW$X,Vn.cL^,2 ^w|R^ nӣ Ki 6y) +Od\>(MJpk<#6YGQks@F3`Cu荤Q:Xk[0iM͍5~qyjX)jCPMA)robo_Rg+Σ1 _Kl ƙ(IGAZyfT .}A2ЋBmJDS*+ -l*Wߊr6r,7r*=A@)3iA@8u u?M9l i>$'OIYam~)xcz̷L}yJ Lh_ =-Oj̊ R,O2.  F.oNnP>JeMOJIVfs`gA-lMGUNvgv1.M!ƣȒ" 4xDF×˻t J9])DžsY[O G>۴lN|UG #d㹨LXbaٞ=^2TUBO!s=SqP&ԍ¬wy.q!82+R`P)-"=vNF(Ě@N.$_*kٿPJ4n)8B4U -\q.Z`/Ɩ͑-#|~픸١gm s& ZVg02_-lLiv`ݞ3LBy@OXmIBu5XYEM)u:2 PX5^mjla69ёFUwP/ g[`إ,c&pv[gBϪJ1N>E ϯ(_5"dҕ@?ɬUB+Ԝ,\j:[ ԁPM<_AK]˃],&N4. χ2ՐcLiJtn$>Rm䬖r=55)3YDO(XM_7i=Y]B&QD Rt;guMg~I;apuaWD@NM凋Uܱy}Q{!ʵdOVh?"I 7@=4bSFqMgC1/ԽBn$?Z!P1T;G?| B-.Oogm;>l-( ,/Y:<ז\δ{9FS4}| o+ Sni\veBphYhHۂ%W=JؚK_(Rϡͻ{gW`IyږdU#L_JhPUT~C݁JtaE8Wy>ft!Ȍ#h)vYotL7\ % + ;Šϧ0Bb]~U=L8}8x-S`ݲwpWQBz,3WQj ֏0 B6/0(e {k=(/+zqA@\~|D(0;%%z'p>Fw[TD :'K8{(cK U Z5lc,[Y G ݉81Gsari8( F@ :J4Q8ܨL <T\K1fpG=M"TP a1;`QW@1ktF7X^4W_c>{S bAp9dk4iKBʹ;܃}K?pɀ(l!eEcXz=5<9vZb`4cP x,[ >Ǖ^A}3w5:t.T37$l*X[R[]#9 $|Zb|JŎ#`Ja,H[X)}XQhnJ$o V,Bz834v+gJ&lW9|( XYsD`4__ٸk`^7=ׁ8#zB'Ahe_MxSc?q1Zp[<-%h"蓩ڍIv5|)M7WX`,hJrө(,[A\WNuow+؃Ij"hY4lRɩtz-Kiop%]c/~'SQ5^K[[:3g>àFuL f=y85K/-HIxFcp|+rj?3YKJ܂} $su.LXH="tMl&N)JCY'QN'I.S=lBL,.>q츣SzY sb?79u| Y#b[<|Revhk(Jc 7Wl/O\l]f ؿu^GU猾L֨s.;VnkP]}8YJ[tRm,;[tG\5׍*ytw(Z)?=zŢb,aGLnkpF@(Tyh~4 whEA0Wkn8U)P FV ]yc kOh_Y DeGJ9tGnrӹ/Ji%&*`RۍfUk}4s )B~!oC쎰&fO;p{8-y!R[ZL7Gf-Y磈]K晅z~-ԃygy.b4ay琢渨t|-'z;/'ۨR?"Q'I0d7ВvcVT=jxK]\*1;Hwqsp?GC6t0cB銗#c5a=354?މdz 'gf"Lݛ`8?|" XWL'CWq6/SP|3L{t+~_ʞŮqn\_=,uџ)!@5=ܒ}iIgzI>Ѱ^9$]mdG SKCZ=Ebtxs˕_E-Ȋ( ~/"{#qc*xlƱd.&_0w>`nD_6pX{g2.*q &:XV |~  12tD#ɰa5hz'Я[TF"[o;@d}Uqr[Gw":_|H;:rK\{[?bp ZP&;؍qi4풀ŝZFf*ꫦ9%GsFlȉe~Q(y}L7[;~M3-۬ .3NyD΄1'߀C"vE%bfF YH[=<@o)Ïu|&Sp9!GG6 q gzƯXYQZq9.-xvu²50ؘxF,ns4#nŮlѬN%M_4CjۂSyè RD\gLRuyH[ "j(ڴMt=k2ukÞKs2pƋy+n'NΓu!3-!-aoR(hڭA,k#RQp̒)|x4Y~R$08ylc-7$2&T/Ezg\v!i.ҿ ~nJJ,d8 6Ba$!Ok.Y C_{*@^Wl uTAPY+Է j慁Q jLR|H qϥSTmD6hl=ݸ^b}4j =ő1Uf#gqhEM%@``{;Nm> akT;ep"Bs%zdW"D-1ys4Tlr9_إg?Ԣ+߂"5#'׼č\k݆?at7AQX!H&v7||ݎV^*67#omԛvz9T퀘w3SĭNm|E_@ @sH݉ AB[&pG%#%}O$);J#IUA;0T݃[(5>IFq0 ` >`E9/m/A+'RO]v] 5:Ah?JǁEerfHLRYE|9kOvp]^S)aAsϯv*,Oml7B`$6EQTM_O@7/ut -Ș2?YDx<7.޼8c[k5;>䱭P֚ʐS7CKY;6/=} w~!Է[W:˱~T2FSP1YOc%cp%|Xg 8ct~f<9F< LК PX;"1ra*< 5jلEe]SFuO5nf.UÐGF[L)2DA]k嗷K,tϟ *ai*tNX[7*r&'vq5qc8|n_Y$#?Rӝ[5\?KW^;I#V Ik|MGbm-̯ ,֍uYRUrRO袦'U~$֬ Zr9"R)5q@11ad+u mm[ [:şu< 嘗pܨYxD{TJye{oZLb+\! Zc)UVNΐRd/ꀇ6mбU3ٝ& bֲ,q% tVB!JO+fI,+0$=z0يeSt2HZ.igqWJ~vebʂA?dx]ڒgYd砸-s)4 *C=#@!+S_m#?]Dde"G}zf'vޕЎ*K#n6Ff4oHW#V*Q82:6 -VWy?M3S#c'Ї^'l_p3 ÏMꀚԑ|B Si+I>?*=ze[x(䭃5裻;|:L[>W CW"KW(/ p 9LHϊRseRۺM i85=u_3ju_ ӳvh~)/zC%hqLGtZ OeZ]ME (|oϚN_55˰eld*dOEFX4g=+q$a0i-xEoӤgtþ~ ~Zj9_][9c)=5*fISvEϠwT>a2 3Ҫ]Sx vA'@d´