speech-dispatcher-0.8.8-lp151.3.6.1<>,<\/=„-F(G`U/G{!uq/}&#Yʁ\ɋ+?t%UXjtO`Bω 3B ^b[Iy_f۞P KrV"w=lnh/Y&&rTho~){ Gy1:%xqn=Eg-qZKaLg@~=Ů8\&9un1g(L:ƒo f|vG_C%w{z'(qRo>NRH?R8d & T  7Fjpx ,00 L0 0 l0 "\0 "0#T0$D0%4%`0& &p%'%*U%(*8* 9* :+ =<><?<@<B<F=G=0H=0I>0X>Y>Z?[?$\?40]?0^BbDcEmdFeFfFlFuF,0vFwNx0xO80yOczQQQQQQQQQQR4Cspeech-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.\obs-arm-3+openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Daemonshttps://devel.freebsoft.org/speechdlinuxaarch64 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'2  p  P P   H t- gf^$[=DAA큤A큤큤AAA큤A큤A\\\\\\\\\\\\\\\\\\\QC\\\\\\\\\\\\Z7YYZ7Y\\\\\\\\\\\a75713dbef45b380401e9a70f5c7944ff0994f0e7a7efbe73db546b071b9b2a313d7c2fcd85cb16a7524cdfa95d0a57e8c9a0b6698580c578d70b8960012adaf601a2af028a3d737647c7d0adc442e1bb36ae294c65f645b1b3b63aa56d918e8f71c5462203686f5663c14f72df9d74bd91e3218b8ee29444a761ad1fa244e3bab3f9658aec23eba5593db3b98cefbda6e1b14e8aaa0b8c2397ab71efe96b71f29516488fdcdc925811ce811b5067125a387237b7e68537d8be8c0abbc3efb2c19d38cca8cd2b9fa4eb9e0c74e9fcda6639988e3ee325c921d11f772c3e29dd872e1422da6ab3a8c6b3c979f3d5c28f42ab39bbf7e27da112afd8698d1f70bc8c34da4d55748cc916b33fb0410b1ad97eeaabe248902b1ef3ae04a7286d74ca780150e4d47be467a739fa9bb4c5e591087e2da505cfb52d37c54b740b1894b6c964eeafad5492d22c2b386af055a3e698bbf04dfc82b896db20201110ac285ee92de6e12c6a6dda66f96315dd921b1c0282ed2c360a7a54cc9976f0bae580dfdfa5a7bb044e4dc4ca904279a32a8f21be96f06bc8461e673c52972a7b0affc73fe885a59a88ced15b4f96cdb307b9fd121b2e7ae3df7506fc353ea6d048934a767bb83bf9afbbf34b29f4d5ae70b17481200b0a19fe2a61c3389201b882144df3cc940ad5646324c3e63ccf6b69eb0c94e27e863f23314036429f682cdbe0467fd30bd103ade5249160543bc6c1d9eba43b32c58d2b7e220a43a00a0a4b4ebccc7102190165214db5b71ad5ae2dce103a3ecbcc5feca11cddb4a00394346e52e2f0edcb4a97b5ae28fc2dc75966e415007e971a16cbba8df52d140ef397e53a223b87086ae76bcd759c28e12892d53d371fb402d98e88afc4bde7965cd36ae0ae54aaadeb1af57530212a1f273afc695a3e65787d6454da4d837b63597f949e81965c9088ac4884d01f643392523e001307e39733e5f65bda305a15a39a66d5c176cb3ba677e7b80b3f72baf93b722013fb7253e449fd0b410b59e65bca0265fb240262066513cd0274a30c29620ef8b2a0efc9953fc4979a14a59fe81f7e3f2436aaf4eacaf071b6e3421e6f4993fa2f472ac12997dea7dec50c135f467a55aa3eba46b7a2a21f78666e097cf1f9f1daba03cf082f1e86c8d08f5c9f02480b478cabd35ce557b59998f0ce6f1184b10e84e97cd8d6c1da0d79839fbd5b98018bd2368428b63facfc9586d4be1bd6efb6abce76a9339ba058dd9f399f3efb3b44a3c2f75a4bb91f71a49416f1f7c6063c462b014c8564cbcaf4f318df154f4f9e4222434fbc629dcc7641ebe47342f0fd5a0f4a538929aa0758e1b4dc7ffbf27ba7072de141f7634dd21d9b91d448799e036ba86b6172abf5e95a19816dc79098476fbcac1c9073db7421d7ca789b0f7fc40e730bae8b4d7ee6952ba53db86ce3968f572f1184b5476c5ea1409f0a4daabdd53864c2cecb0d30a4bb03ae1e200a64f1766f03724919cf10bd82779cb813b7f61a30f1e4e4bfe1ac8398780c2bf196eb82671aefdbb93c7a9c4da23c6b03f694d5e63259f628e49d6830a5c38864bbed587cdafbd048510a5929fcb4b16640ad9a680479eb9d138b19697e80c494ecd425d92eb0a042c388700d6713f251cb7856a6e74aaac8271a14a23c6c2a26b53639a393e609a06fcdfdb5a0bfbc8f87a8303ac4f9914b18aed5d904cbe2b5d169a17a6bb134a3ec042a9c131cdee6100aa3ae278b98cd5fb89840dac96ddservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspeech-dispatcher-0.8.8-lp151.3.6.1.src.rpmconfig(speech-dispatcher)speech-dispatcherspeech-dispatcher(aarch-64)speechd  @@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/shconfig(speech-dispatcher)infold-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libao.so.4()(64bit)libao.so.4(LIBAO4_1.1.0)(64bit)libasound.so.2()(64bit)libasound.so.2(ALSA_0.9)(64bit)libasound.so.2(ALSA_0.9.0rc4)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdotconf.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libltdl.so.7()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpulse-simple.so.0()(64bit)libpulse-simple.so.0(PULSE_0)(64bit)libpulse.so.0()(64bit)libpulse.so.0(PULSE_0)(64bit)libsndfile.so.1()(64bit)libsndfile.so.1(libsndfile.so.1.0)(64bit)libspeechd.so.2()(64bit)python3-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-speechspeechdobs-arm-3 1558636318  !"#$%&'()*+,-./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-dispatcherd.servicespeech-dispatcherspeech-dispatcher-modulessd_cicerosd_dummysd_festivalsd_genericspd_alsa.sospd_libao.sospd_oss.sospd_pulse.sorcspeech-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/systemd/system//usr/lib64//usr/lib64/speech-dispatcher-modules//usr/lib64/speech-dispatcher//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/-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_ports/eaaed86606f4d1386f4c0d942dde24a4-speech-dispatcher.openSUSE_Leap_15.1_Updatedrpmxz5aarch64-suse-linux   ASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=858a287cf0178f05557fdffdbfbf165a0bbf65d3, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=7f5610d660e9aceba3b16b542f8038e617b100e4, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=40fc3e935b1f4c190bb9bbbc95a7685c4304abff, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=535ed5f17236af8f2345721df4af21d2dfee6bc8, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=74d360292b0ee55052b4213c02ec74188cd39a79, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=32291c54c1831d9f3255c1d793fc7d516bc48d4e, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=ef2829eab2c23d0606b82a7b1fd205a9182392b1, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d0fbc7948f0fa22841efa94cd42a14501da09d69, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7a722669e6b13bad6ee1cb424e976d9e9c741672, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5cbc9f4f68b9b1a3f8b1a6527ca64f30ef2a0c1b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=446f74f4dcc304486d5368485b0fffd6a1c15e1b, stripped !,7BLSZ  RRRRRR RRRRRR RRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRR R R RRR RRR RRRR RRRRRRR RRRRRRRRR RԇjC\gYespeakspeech-dispatcherd-module-espeakfestivallogrotateutf-815d1ee5fa32dd174cd7b1d58623b9b4ba13f1afc4512bda3746ff1dc698bbe15? 7zXZ !t/;-]"k%: ʙ@^" *ag<&2YlS^ #]FTƗ2v+_#l-"2:K$ GNfy̌>n?BG{Hf)mK#oj4n۠vVH}D]+jYz3N lRYN2W.8N/ U޽bY)<\ym^Wrb,4/~ s?ȧ̈́ňiƵ.}edOƳEUppk):.  ݕI\4>_AX6ՙ80<.Ɋ~`_,=]BuW? qJ "~e*ۀ|v DEzڻN;p| c@jyLShdTmXR7}_Ǎqѹ6jxҺU _ ui bdoca['][|8p]Ed'wZI=s1(C`$.p1]45-=?cox nsJ)0H4sUT$Zg{՝ mHi|F P{7I %h.+eow]C(]7dP@ky?IGη+umؒiHD8U>M^# 3xOO{1Y90ŭ"1B if&E[ߴ+㻌RX A>Ps1VhA_Xh.|*՝x%a8=qF!G,j:lj==T#Рٳ?$.1R嶵϶s1 #(A:MJq7@1|>dFйKܦ(ϟo}OFB;~eZ9_ BasI!}lI4$HiqO8χp oAtx c7nvwb&UH.UzU ڽ{E*Ƌ8+8b wK[FCtL5BץbchH5#RAS` 2AŅCu~]!<3rR+jz@[F}O5t|,ަl+WԪ^~ri8dAn] WLHQ(c̼He~obw,Yٞ\OIQ N֊};-.WK/tffR#+J&c(dTŽYuٿ+|,Fu}-nqe&EP[99KIQ_Ze o~9kݾ)WJG||||*igu(Mɗ^#_[htI;qcx1+ğa~`m}`anc%cφw͑UylR?\[jXDXGi6یj'\8+6Cq +y~|:#217¥{H)лu>BLaHv@ث{q*@L:Fځ2 `0DN. I,dx[?1e;W`ˌػ +V' c -~8&22ۚglVON绲r$Oړ?hӮPvkdW(,Z$a<>2[x@"6, w.lmYw Vz#7t(Z$֣]VMX@A/{JBS|jϴm8WD&heh `IHԵb8vHv;IdY%V\v aAЍ㧯!/,fd>^@o?yҜ1 rĚqQstUF.S: 즄e|S UJ_寘FU\q98 ya&ˡJU9 s,}A?k椬ICd%;A oHFX_!ŐwqZ5a.{Ȑܸ@}8~_I CyO2zHc tz{B7^!9ǙƲ ud ԤP ՞DĂ]&ʞCj`!9s8-_8[~  -rfVO+5eiqW˲ UMʜ bvUNCt~ѿRs ^pMg* H[T7_):HqfÙdaƈno_U߭bԍ\ ᤷl?ty8ʭ괌\_^7k]zOOAFmY1;xdrd0s'z(B_0tMtM{L(3E'kARM5c\ax8Z#^ʞJ9]7id+.`f65@v~RXsN} [p1@a}G&4EI\aX? \qu Yֺ2t062B'k'^h}ŭ ko Wh$Y0G=zd 1УFqV["s;xRΆ,:PU`:pk~{c| "X9* $mMš:Z<\ǑG')BG&h{_JJXhuxC! wZ;S6ʻJ{>HfS.ۀoo1J5|Ѭ3^`sKH6w8]H_0*g;gGoŦBnoAŜAA5SwѾp^x.R"m4: ÏPMTa)(AWevq𺙡8b4 O1t,= "db 8 1QaPkB=U$GTEͥ@l%h>}_cJ8<31W'V|kcuDE,~Uj}(KqVܺ(|TlZjm@y鏦͖\vǦO[o‰OVb[" V"3KtgBtD&UmaRX0Sǃ0:jmJR5ڬl3x#l)a{*RE06ky!,#ZO 1?:tEn;D9ֹGhn e 8e2lb_zRF%%Q![/9T;SF_“w!8+o{[*W׿p/5zicڞ#EB  `yQVԶrSHF@~򏌤RD{IF FɣXfzrnmK ٬Xiw#*7j:mҍc1 jI'Ŕ;)[q5o~)R)#ҥ{ }S;$rBOH rigZQ^@gOc^zyvo>qv 4EpNxeƶoA&&}J7q5S= V©X-,d;aO %Z7v5k)}bm*hn DHi6guF'Wazr ?.ݒ't% m Q=gzym\`-؎,хfn_>Á :wu e3VqGG]N,0"͒%Kl͝XT="eqm*l3g I{uZydip8YϫOysZpz\J1)GRȖoXQئ6bB(T-b:Hjn4oaOYA$ڪzn_[X"Fn{:~EzE0P hWN[U gTa-P`j`;N |kbB>Dx߁mLv|TmoY 7^ ATq0jSlIXe71`%d6V +jGF$#y~Ū.ݗ.yT}1݉+.@FJ3ձ_@{g-r˝;o>d(=X*R_}| W@J]'uq0ԋyrWf9~"40:m M#>b$m4+ @pT*wvIM|XDauZzGǛ!k;B3-pI?r):SKdz |H~fOShY)1lMasFZ&|Ah z w;XzWKzFЎKJ d/w&9X1t]ւrb$ 1Kْp4o LLAIP3}s*x}dKi- FqAwEBn`%S:ZksZjL]'M 9}M Q|ȤUއ {_ CAt87GnݚzؚֈB҄fܡ&\\E^wI..#_d,j!]-h%E+,k4,vjĵ^;=c{ JL$#k_Z SB!0Ay (0v2(ϱ~uk, -(Ys%hОP \}(_$qo@ز==htJ<)-pQm6'PjE}RigtܱXE5ӇPkn?r{ZwPC=?Kn8Qzn6 /U%UehV=,GjQm|܅ hQBE$Ǒ=-~+Q CgˀNq6/w̷yuQ QȅG!d9YݏͶ"0@>@#{W&ǡaV d`?ӡ ~+o؂tzcܛVh];}p'`G:1XNEpo)4ctG/ Oy6#Ֆ ؉>V詎rmu6=. "hJ [rK WItyTuqkhd\Akuwm$!EGo{(n@ I IhE-`5\D\Z'Iգ=|9lv1j\mcIkOѐ9-Pİ_#f{h-^!mmI4`QbԬL E[AN~s?Fk8̻N8W J#MY^E}ŀS7-$BQ D6޺k7#AAr2MHϱu)oAm)ȷuUZ6 MX5 gQ*Zntn+tF D]U䕑[WPJՄ.t01ۺe{u&6# 8@>[æTVZF/벓'/>.{⛔Y SlTg,~66#Q0IU94Q%Q$35Y q;H{؄q[y۞K> b#grB=FmAkV 8`V+LLxU !e Q,I%OyHGڞ-*A#E>GZ~K$$geIiy4m T&Lx$ۜN#Q:SYd+2ь vUctۆ;<;!Xύ"MZB)*Nrn| 6Qq{ɺ_b*JaYE<:-꧁^̋>p6xD 87 O4kfv!~MN&rHc* jJMY>_ L odv50߶$iloثkj:;? ؔB[krG nsՙc%qrq+EwUt&2%օ eZS ϮVW5Tp\g@=.{Mؙʮ)4䣳(·s4"ASuWy3xckW,1Tao1|xRo*jϐ_߃.G,?0"~C8d4{u/ȨUXjjeUj~}@t2P}RWM.#3m//eڔX'{uP&ź5:y4h3"pỜope6n&Ua6$m&Q}qѫ6y\V_BMYjI2q G8 m2/l Ҥw7x{2oS+K89"}ܬK&\D_K:HNf6LH &Z73/9<8nW [ˠy]tĔ:qzE@EFV0eC,dO_sk C DEx8; `ܸ.#IѢ$/J#_ǐ%>=3vzGo2/H&}rD(r:48fkjĝvIuj|du&6*s*I{4[ϙb݁;snFM9mR]]qxkBJ^\U~"QL|(zV[)!S( o5hTK)|~FprTm'js 0Hޝe^b~:Pk9YB 5}Qf)F&K]VcA跑IM=R͛Dƞd{e> 0_B^^oa&#A O_v8\ +Ry5^flY*:|ZYxl"ʫƟw\p^Ҫ奔EVF}U 6 @U%\33^E7,1ȊCm@v}*G7Io\FiqhB[^т'18N>9&22w!\Yw Q$ÿ&uV7h/OV?%G@ 8bgN+i5G&g~?)(˔^|LHJªkФ⹂U  .i B =oH?ގ=ֹdRm;M6>,w{,/YRPpy̛4"ԫ0vʨV^ ,~{CK^ݸ[&u'qBݪq[%lDV#5Ӆ'[ YZ