speech-dispatcher-0.8.8-lp151.3.6.1<>,@\i/=„T6EW%idg*-f@:p ǚ}(|ȥs7nO2TO`>id&،b,1둡2䔡/jɁ| S,}{GA ށɾbp|ڼe%bRLdD.N;-A Fi*fsuըˑ{"XHDzJj cZ :ZHޔUecW#^xW=(BZNWh\3Gp>NR?Rd & T 3Bflq $00 D0 0 d0 "T0 "0#L0$<0%,%X0&&h-'-*f-(*8* 9* :+ =<><?<@<B=F=G=00H=0I>0X>Y>Z?4[?<\?L0]@ 0^BbDcEdF/eF4fF7lF9uFL0vG wN|0xO<0yO~zQRRR0R4R<RORTR\RbRCspeech-dispatcher0.8.8lp151.3.6.1Device independent layer for speech synthesisThe goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. The application neither needs to talk to the devices directly nor to handle concurrent access, sound output and other tricky aspects of the speech subsystem.\isheep81]openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttps://devel.freebsoft.org/speechdlinuxi586 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 speech-dispatcherd.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in speech-dispatcherd.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" fi done for service in speech-dispatcherd.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/speech-dispatcher.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/spd-say.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; ALL_ARGS=(--info-dir=/usr/share/info /usr/share/info/ssip.info.gz) if test -x /sbin/install-info ; then /sbin/install-info "${ALL_ARGS[@]}" || : fi ; test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset speech-dispatcherd.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in speech-dispatcherd.service ; do if [ ! -e "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-speech-dispatcher-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in speech-dispatcherd.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi 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 speech-dispatcherd.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 speech-dispatcherd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/speech-dispatcher.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/spd-say.info.gz || : fi ; fi ; test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir=/usr/share/info /usr/share/info/ssip.info.gz || : 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 speech-dispatcherd.service ) || : fi else # package uninstall for service in speech-dispatcherd.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 fit ^ ?X  + a'2X &`x|gPwPwh%F % t- gf^$[=DAA큤A큤AA큤A큤A큤A\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\f\g\f\f\f\g\f\f\f\fQC\g\gZ7YYZ7Y\f\f\f\f\f\f\f\f\e\f\fa75713dbef45b380401e9a70f5c7944ff0994f0e7a7efbe73db546b071b9b2a313d7c2fcd85cb16a7524cdfa95d0a57e8c9a0b6698580c578d70b8960012adaf601a2af028a3d737647c7d0adc442e1bb36ae294c65f645b1b3b63aa56d918e8f71c5462203686f5663c14f72df9d74bd91e3218b8ee29444a761ad1fa244e3bab3f9658aec23eba5593db3b98cefbda6e1b14e8aaa0b8c2397ab71efe96b71f29516488fdcdc925811ce811b5067125a387237b7e68537d8be8c0abbc3efb2c19d38cca8cd2b9fa4eb9e0c74e9fcda6639988e3ee325c921d11f772c3e29dd872e1422da6ab3a8c6b3c979f3d5c28f42ab39bbf7e27da112afd8698d1f70bc8c34da4d55748cc916b33fb0410b1ad97eeaabe248902b1ef3ae04a7286d74ca780150e4d47be467a739fa9bb4c5e591087e2da505cfb52d37c54b740b1894b6c964eeafad5492d22c2b386af055a3e698bbf04dfc82b896db20201110ac285ee92de6e12c6a6dda66f96315dd921b1c0282ed2c360a7a54cc9976f0bae580dfdfa5a7bb044e4dc4ca904279a32a8f21be96f06bc8461e673c52972a7b0affc7308123ed286d736f380ccb9c41a3b1c9c15d2879276e7a95b5e8e549e23bf88c828530dbec9338da5939ad0f309b594e57d1150da734c4ab0f52ffc86ba013146e560fbd470e44b70ce587f96b22535cad7c8b7779f21003710ce7a017e6839b3635d9ed56b6f3607238d128baab1b5b800e0743357760545cee1088751ade0481556a0bed9bb186ed5f52d4bda0ccac5b52609421737dda6eb3dd79f203fb808ccb64b4d6c12beda68f7376179f6a02fdf966f607c217d17541434b592ce50722aab0383afcc9cf021a0d4385eb9b213c58917fb339b92fdf5affecd1891c3a240d6b539b17a4da419cf2e5a4eaa7381386998a52c44904d11f4528d63db7e272c83965695b21f9c7df100fa579793094d2de1db828b88a0f6c0b927d2859a33226b4a595483049535c8a45fea1ea7d0c292b50e154cd864c4d5bd0ee76b2010a0a21093db5b7d855b108e6076935663631154c47fd97face484220c8b5f34dbfd30bd103ade5249160543bc6c1d9eba43b32c58d2b7e220a43a00a0a4b4ebcca3eba46b7a2a21f78666e097cf1f9f1daba03cf082f1e86c8d08f5c9f02480b478cabd35ce557b59998f0ce6f1184b10e84e97cd8d6c1da0d79839fbd5b98018bd2368428b63facfc9586d4be1bd6efb6abce76a9339ba058dd9f399f3efb3b44a3c2f75a4bb91f71a49416f1f7c6063c462b014c8564cbcaf4f318df154f4f9e4222434fbc629dcc7641ebe47342f0fd5a0f4a538929aa0758e1b4dc7ffbf27ba7072de141f7634dd21d9b91d448799e036ba86b6172abf5e95a19816dc79098476fbcac1c9073db7421d7ca789b0f7fc40e730bae8b4d7ee6952ba53db86ce3968f572f1184b5476c5ea1409f0a4daabdd53864c2cecb0d30a4bb03ae1e200a64f1766f03724919cf10bd82779cb813b7f61a30f1e4e4bfe1ac8398780c2bf196eb82671aefdbb93c7a9c4da23c6b03f694d5e63259f628e49d6830a5c38864bbed587cdafbd048510a5929fcb4b16640ad9a680479eb9d138b19697e80c494ecd425d92eb0a042c388700d6713f251cb7856a6e74aaac8271a14a23c6c2a26b53639a393e609a06fcdfdb5a0bfbc8f87a8303ac4f9914b18aed5d904cbe2b5d169a17a6bb134a3ec042a9c131cdee6100aa3ae278b98cd5fb89840dac96ddservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspeech-dispatcher-0.8.8-lp151.3.6.1.src.rpmconfig(speech-dispatcher)speech-dispatcherspeech-dispatcher(x86-32)speechd  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(speech-dispatcher)infolibao.so.4libao.so.4(LIBAO4_1.1.0)libasound.so.2libasound.so.2(ALSA_0.9)libasound.so.2(ALSA_0.9.0rc4)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.16)libc.so.6(GLIBC_2.2.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libdotconf.so.0libglib-2.0.so.0libgmodule-2.0.so.0libltdl.so.7libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.3.2)libpulse-simple.so.0libpulse-simple.so.0(PULSE_0)libpulse.so.0libpulse.so.0(PULSE_0)libsndfile.so.1libsndfile.so.1(libsndfile.so.1.0)libspeechd.so.2python3-speechdrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd0.8.8-lp151.3.6.13.0.4-14.6.0-14.0-15.2-14.14.1\e\Zz@ZLZYYWWW9@U@UF@TdDominique Leuenberger ro@suse.dealoisio@gmx.comdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgro@suse.demgorse@suse.comopensuse.lietuviu.kalba@gmail.combenoit.monin@gmx.fropensuse.lietuviu.kalba@gmail.com- Revert setting includedir explicitly: upstream had this fixed in 2015 in the build system directly (bsc#1129586 is thus no longer applicable since speech-dispatcher 0.8.4).- set includedir to fix the entries in the pkg-config file (bsc#1129586)- Update to version 0.8.8 * Add German translation, thanks to Chris Leick for the patch * Fix some spelling mistakes, thanks to Paul Gevers for the patch * Some slight code improvements- Add baselibs.conf: create libspeechd2-32bit, required by libQt5TextToSpeech5-32bit.- Drop py_requires: this is a static python2-dependency on a python3 package.- Update to version 0.8.7: + Further fixes to spd-conf, which should now work properly. + Split the espeak-ng driver code into its own source file. + Add a work-around to the espeak-ng driver to account for spaces in voice names which recently appeared in espeak-ng git master. This will properly be fixed in 0.9. + Voice names are not forced to lower case, due to espeak-ng git master now having multi-case voice names. + Fix stripped audio output from the flite module. + Further code and build improvements. - Changes from version 0.8.6: + Various internal code improvements. + Fix more compiler warnings. + Python bug fixes with thanks to Sebastian Humenda. - Changes from version 0.8.5: + Use GLib main loop for the main server thread + Implement a shutdown timer in the server + Add support for espeak-ng. + Document an ibmtts configuration option + Removal of configuration options in the code that were not actually being used. + Added a command-line argument to allow for custom modules location. - Add ANNOUNCE; remove ChangeLog (no longer shipped)- Drop %py_requires from python3-speechd: this is a python2 dependency on a python3 package.- speech-dispatcher.logrotate: move options to local scope to not affect logrotate configuration for other services (bsc#1001618)- Update to version 0.8.4: + Updated documentation for required dependencies and where to find them. + Removed unused code. + Fixed compiler and GLib warnings. + Cleanup header definitions and inclusions. + Enabled silent rules by default + Fix language identification references.- Update to version 0.8.3: * Add API methods to get language, rate, pitch, and volume. * A lot of code cleanup, and compatibility improvements. * Removed all references to GNOME Speech, since it has long since been deprecated. * Fix some inconsistancy in the SSIP API for voice type. * The SET VOICE SSIP command is now deprecated, and will be removed in 0.9. * The C library API now provides macro definitions for major, minor, and micro versions in libspeechd_versions.h. * The libsndfile library is now a mandetory dependency to improve the user experience around sound icons. * Fix a possible crash in the festival driver (drop bnc-831609-festival-crash.patch). * Add a configuration option to the espeak driver to show voice variants in the voice list. This will remain until a proper variants retrieval API is added for compatible synthesizers.- cleanup spec file with spec-cleaner - update to version 0.8.2: * Add convenience methods to the libspeech API to free module list and voice data structures. * Add method to the libspeechd API to get the current output module, and update the documentation accordingly. * The API is now licensed under the GNU Lesser General Public License v2.1 or later. * The spdconf configuration utility is now translatable. * Fixed a bug where speech-dispatcher would fail to start if the user configuration directory existed but did not contain a config file. * Install the spdconf desktop file. - add rcspeech-dispatcherd symlink for service- Update to 0.8.1 + User dictionaries support added to the IBMTTS driver + Added a pico configuration file for use with the generic driver + Better support for multi-arch enabled distros to facilitate the use of the i386 only IBMTTS driver being easily installable on an amd64 system + Bug fixes, and documentation cleanup - Don't remove configuration in /usr/share/speech-dispatcher/config, because it is used by its configuration program to create user specific settings, while duplicate of it in /etc is system-wide/bin/sh/bin/sh/bin/sh/bin/shgnome-speechspeechdsheep81 1558636137  !"#$%&'()*+,-./01234csdehu0.8.8-lp151.3.6.10.8.8-lp151.3.6.10.8.8-lp151.3.6.10.8.8 0.4.250.8.8 speech-dispatcherspeech-dispatcherclientsemacs.confmodulescicero.confdtk-generic.confepos-generic.confespeak-generic.confespeak-mbrola-generic.confespeak-ng.conffestival.confllia_phon-generic.confpico-generic.confswift-generic.confspeechd.confspd-sayspdsendspeech-dispatcherspeech-dispatcherspeech-dispatcher-modulessd_cicerosd_dummysd_festivalsd_genericspd_alsa.sospd_libao.sospd_oss.sospd_pulse.sospeech-dispatcherd.servicercspeech-dispatcherdspeech-dispatcherANNOUNCEAUTHORSCOPYINGNEWSREADMEspd-say.info.gzspeech-dispatcher-cs.info.gzspeech-dispatcher.info.gzssip.info.gzspeech-dispatcher.mospeech-dispatcher.mospeech-dispatcher.mospeech-dispatcherdummy-message.wavtest.wavspeech-dispatcher/etc/logrotate.d//etc//etc/speech-dispatcher//etc/speech-dispatcher/clients//etc/speech-dispatcher/modules//usr/bin//usr/lib//usr/lib/speech-dispatcher-modules//usr/lib/speech-dispatcher//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/speech-dispatcher//usr/share/info//usr/share/locale/cs/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/hu/LC_MESSAGES//usr/share/sounds//usr/share/sounds/speech-dispatcher//var/log/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10278/openSUSE_Leap_15.1_Update/eaaed86606f4d1386f4c0d942dde24a4-speech-dispatcher.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linux   ASCII textdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=b6f900fa46624a90a8c4554f0df22e1e59f635d9, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=63661a0f3c9344f4095c2818f5391b0bbd0c2516, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=f198452da97f966129f21f0cf998193104922ed3, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=72a135a7bc89ce601d4d9b09d1b5dd834955b38e, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=f6282d883edad03bcf82388e8a6610c090631d93, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=d5bd1cc0ceefceb9636af08b6764a3311aa47a67, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=fbb411142186e1dcbf84e311dd40f2daf5cb9be3, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c74fca4552c3bd1f05a0f20f132851ce90f87fc3, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3d122b72c02fe64dd4ce57aa138780ae3aea58de, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=25e3fc2ffb3d9b766e66ed1391c2258da59a9234, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=c77286219645a5dfd6d536831e76eced8c2a9ff4, stripped  .<JXckt   RRRRRR R#RR RRRRRR RR RRRRRRRR RR RRRRR R"RRRR R RRR!RRRRR R"RRRR R RRR!RRRRR R"RRRR R RRR!RRRRR R"RRR R RRRR!RRRRR RRRR R R RRRRR RRRRR RRR RRRR RRRRR R RRRR RRRRR 'rugߛ espeakspeech-dispatcherd-module-espeakfestivallogrotateutf-831d9a126fe556690eb65a640e995066a13a4be7295f219ced89c28f072bf0114? 7zXZ !t/-?]"k%: ʙ@^" *ag<&2YlS^ 0@8ux<[2hU^!?Wxӑxp{3׋=8Kݏ>"aNj GXJَrA>LrKΛ\C6 P,L/I42؆rmj`]2 F$![Mޯ`>0brg 4x_wDC ._Z.q JU*WOU3D.Ԍ4\ 0H,qtLi ex^5GP x 7Zr8,;{$#k_sD0Оo 86ESeF"$PX(5~߅ʐS<#0n~ه W-lRn@xHHP dڝ{߶[Y{9P6%N1 VY30F 7TaRfGmJPIv3I6 _O9оi-QR m`SP܀6/O_wSJ~b!aQ79V6Pl)sr uV:)Vw$O/BpAS3uxR\ck)Pw-7Oٜ֧#(&TOOɃnŕv񓄩 {"z76a[t6eV9"8^ i鰮؞sT5;Є3 y&Uc`Q/PG QQrg/sY|n1WLлT%^>!٥X`4y5JV ;K}$m % RN@IU|qo½8|1FjJ֕wB~Ye3dhtXԎX~0P>-Jt\Vq'jK-bt ? y'V(\}- wZ(eX>aj+Io~+}*q%^ʤo=*OVs;Z^CG)~|(827r_ ~YS:8E? }v! ]xEǰꢿF Qx[?-2ǢN׋!lQbNt1+LCQq^@cY8c+gozO)/*1&<9AVQ`YMf#Uo'?Ϙ[ԅ {C~nbzg:SwR!=򗻫ΨY'ՙj .fjx xb]$=\Y3cmq)3z%E SqJq/%)E_%5,h\2&>G}і#pL9 $g.)X>SBjWW.Q\jL@@; _ cFHB)t*)׋0"Tޛ5sv+iq,1f%+9b~%b*'᪾!J)lm JBp|U =ud;éKԶR)~2d4mΟd{Ur.)D nUHn͢~DiΎJ65M$;vI\>1GߤMt70h:1auR7?Dُ>̩6WQMY<2D+s"*$n 4&gVtX~g{ -r">O @$t30Yc @Dfwr7{a[=m%RohIMY`6cv^2dR[n!Ь#?Nt}?߇\kOU܏I5T)v^ UfDu{bz؊+ps9nI6xD^1ᯊ,Edgu47 8O!#3Ym^VO'^;i|O0 yINCz+dZlHVd!6+yA5y`K7 S" `R$Z"M`00~Yc$~^{+ ])mчmVXG2ոMO AT}*?^R_v3GSw#؈ F#ܡreu+~t;mD3] 4!620{_(\-8 z>JCKVݐm5wݚoV۸Le- «>Y;7DfJ}e b AĢܰ#n;'l$c-x_I@YzY1|݃>t:VDCޗVOVSzuhm¾~ 0오a}ԕ nhb=mC\=笑1k95(%P/̟Fq FknwM'i؂ N8Hb|5`[m )rŕo|:`<{nJ6"ߴN[变 4ުbq5)Hdb#H͖|gtSh//fc̏EQF-Wɸj,?=Q6?S6/@5po︡#(ݺtQ)10 pc u#?ҍa^7P5(.i^4gfAj߅Vu v6XYf[qI}.r a,TZH N3RufP"F9]i筆)5B*JQ~57CU.ɻ'۾8wTNMxowQ/|13q3V):.[ݧ6=Ĭ6)w`Ҡs=c{/9g囹5a wX } C]*gFRDcs6^ jCEb z χ^}ĥ}UKZ&ߏ`IgZzU,ƃ"&;f j65JyqrA,z:AH2݈WcEsQ}/ZNX5^m~%I=Ǖ_0<_O޺P-8֚[[߳e0FGw)]ۭ  "Tx~ru{!¦ ~ Xn뤉 {y `QgjQ'oܹ!)LihXO{ QIN/,0Kb!=+٤/8~ۻ"tD8^ qT|(WXhA,E^'4e%ń& <&Cԙ{d_;3ztwN)w[%BaKKsH ͫX)+}0b2a~2Ӵ!V3U$NܾztMt3mE.B( :L!{L+MX= sSnfp$Hy Ҡ =3$]+u(9s0]lcy:K発 ~nA@"Iq:&( ?W+Eo^)ee(f=: _OGtMP$WBQeiKBT8tbSfD+pd<Ŧ$ek`3)rΒ/CS~)lg[⹸rg-b %LԶTώYoFd?#XWPSOZ֍2W͒Cڦ%^<7C[!Fň=%Y.UΎI&+( Fj)I>7ujƣv_<@]%CxJ<["YGEϞ:4ϓ0p2\ }ȮxG.;tBeob[W_~ci>cChO][g&](ZHzǬXĿk7)KBA5fத1Po`ww  gYb/SI٤uC\ʣEZSVWrO$>uZ^ςA1ܾ}QdHXSlPR>%"(Vv$08 v& owu;}]0eyY& h_ys,,\Ɗy,ʿ@Ob| fZy]?zwt~VW2 3?ԛ=SۧBa-I_g Vg6NQ9B'ރx vb|xD*g_+lƈfM] XǮb)ϧ? MPCJ*yj'vHU?*]P!"{E DC2}>yxz]Q!w?X]˒2EݞF+2FV0u.1Y!l%3A2 [ ޳-7|?ehleayӣ团Nedq7iʏTY{rYZ+|&eĸTa6<Υϻ)Պ : jQŧ@Gbk"5C#bjhc2>LDaωZ kff_xL}Zq!ObbQNJ]xbCw/~l7; x^L/πA3j@c3>ώ@"YcDqܴ ^ Q/mFnYRjݗƅr7˂ >w?u%'lca>GyZ~_vMKܩIs15Qj*BPH.o"ᘕȲŽߵA5EH--IueoRFڻ&ԞE(>4^&? T>)D!M)]NG! SfxS*}8{_۔`~jx[TOGsU'̲!K25 xwàbg'lΕ²զv|ֽzfuŁ/Ƌ4+Mlon,pBn%k'Su!8UaQ\+(ϊTjechY8,qyf Ϣz p^8 4V|8)?u_ڃW84-GPkV"9r$ƞ9H01`xAYY]˟ tL>SE;NZܫBpi|i67Bt Y7`Ӯ'ЗGs=DuWoi/&]TP+f=HLsXootgAͤn7|+=jɷ@\+GiKftxUdXYɤChMڅܽ i -ğLg|`da4'lѭ1?DeQ cW +:#`Cvmn,rjI"-.7c" W_+Trͽm_[hz׋~Qpޘ4;g(!ރҨE# L~Fedž5f41`a8E3oILo&SqT]־Ba@ɑLmY+b!hJpGVhu48ߢYcRU*t\ylr\*5(XOEqAAu.x=yJR}~I9֯Ѣm@ T$^I;ɽbҴ#^v0Z9ZbuoyS:=򯆱+yYeh_6xfJ2 ȇ%KoP,Hdǝ%KKȂB sg_{I>iEf}iTnDwpB4c.<w9zFE/y_Cx^|HZ*|IYkafAyW h\!Ӂ_Vi,n kFR) '+]1 m @S~t'MZ|:SUg[S7&l#9]zPT[2`}b3;Ag4az&qxxˡ߹՚s [g$6KOMU$w 'Eqj+eDNHoneoFo3>Ž6'hT$G+\Dpu O܄nsQ.~J Q:hL  dƿ ~+.3Xz;K [fljpB3p죅0Qû*|[5aYu,%?ѭq*gJ|҇~(nkjkG]L[nЭw;:6.xgòۚX4Gi^i{E.m</9z-hǠtFDDVgQ-\Ґ*BCךcNL4J:VD68G|zXOi4`"sZ"E fɫ|0 fK x;8!,,[ᶁT8GnMNZ&9 C:ɞs; ĞN~]$R ]ڇ& aD"`ҴZ0V fQ0`3@lk\\Hv3 +rݬAlfWc.d\ V_=uj@nъ*NՐO`J>N (o(sfpTfٜw4a kIF/jf)>%c=͎\` 6DŽGŰ>]|W XD߶iߤP<P]Q-ˈ@~ ;f4Qux7hTz/g?ɨ$T#1j{]]FlE+oq蜊g>تNéh*kp͡w/#Vcs*7Z})J{QUӪ1 OejzqILvLF2gL`uHʥ%e&ۊ6$S !6@_@B VK$.NΛP(Qh(f7"[.hL‘C> ;g=<_}q9s/&4}n<Q(晄TpkbEjU0%N󂳙|re2{G;aFY5 e ( s8  }RgD.KpeB90E.9w)U2 ,RM7g0! tUhT ^V69*A i!(r!6Ktrܗdݥ9a2~2LD/'A2&]U{&;*/U K9OPA%x;n[VU^ωy$ G7攦ۯ.ItZRR#P&{XC.M"|U҆-j[hJ|̀,g;bs̾v#;lQɞ_l _RJ z9t>sm̝2Obdμq$N|V#M\65`Ho Zā^w5bG?N$@َ8OApqRc߀O5^XBee_i h3? Α+ir&Ok)H`IG,@sT`/sBSd|~Dǡye:L2)ַI4Ue F@y ܫwX@U^1˃q*{)/F0ˆ sʤx6-T#?k1q0ݸןB%̽ޞX)6T(1@[k[LD Ⱥ޶?+lRƥefm1qt3ӛ7PjkS-hI\u:]g %ńXFcd?N5l˅Vïȫ[{Ԭy[} k;GaNKiUQ}C7PQ ݫB*hQfq;#M^uBk@3*.SB  ɌU#&\JCסGR§.8}mQKUgQOڟ31DC g{o=&7J'JoɈV^cQ8Ζj:_!_o,[%г@RrG5J\R3CknD}m^]4Q1+}$E l22~gy} e۽Њ2_L T(yi.-=<*mDy#z Ϋj jmu~d5 U?_)n= 뢞)ԊRKD\a_Ze͏M̾CX8%Lovɀ*MQ*O;8LZ1W3µHyCMTå.~nlKJ 3z_JPR ^$QU3g2+q`;l}h|%g%96-yGIjSW6F{~sTNK\U)`D7mv!oy4l *[[ ,I&k3 ܀l֪yVݭ.aWnf*(kB>[.OD;`/,h7 YZےBE->w &ILOpg9`WҀpN ,6e%HQEqL $ކ.F_-V`ZիF]Hq#-kTT679}GHx_qzӨW{jRƏs ~SV7FT "'=ܲ$2 bS~fI  ư m(oAN6U}%w!q_ :~IjV[ڑϧ2OS\깟W7v"6M?CXL,2)z Sdu(BZ. e8 88FՂ83&ޓ]=Z9C3_Ʉ6]RY:`ɳۗI~5e#T2-gӴqUTS32d[/#S$^)rK`AZ nt,?5{kIȲ[<| =[}]5H׌>r{J;-g^ E6mI'=ƹbZP SyG_*ƳZ 'iJv]56:r qaQrZp<K\ɉVcwO%=xSE 2YxJrP^5Dzq8iұly  +aZ'r YZ