speech-dispatcher-0.8.8-lp150.2.6.1<>, \z/=„Dچolݗ:&l:6Q5xt#wKZ 8byK@Ay!A̹,]G=5;څ#HoksFՓ(*e2[hY{Ҝ80׹] bApjZ@HeE*7T7tGrN.VKhMu^eӸ4r3Ԅr((Hdep;qi92kpyR2DfJSacΧh>OR\?RLd & T (1 JY}  @00 `0 0 0 "p0 "0#h0$X0%H%t0&4&%'%*i%(*8* 9* :+ =<><?<@<B=F=G=,0H=0I>0X>Y>Z?0[?8\?H0]@0^BbDcEdF"eF'fF*lF,uF@0vGwN0xOL0yP czQQQQQQQQRRRHCspeech-dispatcher0.8.8lp150.2.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.\zobs-arm-4+openSUSE Leap 15.0openSUSEGPL-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\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\t\t\tQC\t\t\t\t\t\t\t\t\t\t\u\wZ7YYZ7Y\s\s\s\s\s\s\s\r\q\r\sa75713dbef45b380401e9a70f5c7944ff0994f0e7a7efbe73db546b071b9b2a313d7c2fcd85cb16a7524cdfa95d0a57e8c9a0b6698580c578d70b8960012adaf601a2af028a3d737647c7d0adc442e1bb36ae294c65f645b1b3b63aa56d918e8f71c5462203686f5663c14f72df9d74bd91e3218b8ee29444a761ad1fa244e3bab3f9658aec23eba5593db3b98cefbda6e1b14e8aaa0b8c2397ab71efe96b71f29516488fdcdc925811ce811b5067125a387237b7e68537d8be8c0abbc3efb2c19d38cca8cd2b9fa4eb9e0c74e9fcda6639988e3ee325c921d11f772c3e29dd872e1422da6ab3a8c6b3c979f3d5c28f42ab39bbf7e27da112afd8698d1f70bc8c34da4d55748cc916b33fb0410b1ad97eeaabe248902b1ef3ae04a7286d74ca780150e4d47be467a739fa9bb4c5e591087e2da505cfb52d37c54b740b1894b6c964eeafad5492d22c2b386af055a3e698bbf04dfc82b896db20201110ac285ee92de6e12c6a6dda66f96315dd921b1c0282ed2c360a7a54cc9976f0bae580dfdfa5a7bb044e4dc4ca904279a32a8f21be96f06bc8461e673c52972a7b0affc73cfab020b080728f1d0097b67eb5e0a837351abd4048af201640080ea85700eb7f176415318d891585ff8fa8c17de14268f6bc1aca57204143f7a570fc53814aaccda9d4197e0a89c6ebf4403817729b1faad33f944ec2676968ca27047fc737ffd30bd103ade5249160543bc6c1d9eba43b32c58d2b7e220a43a00a0a4b4ebccfd3c8b25dd10ee01cd7df1488d7075fbe4758ddbc1250236a431247d537c45d4c90349d65379eeb0207d156c324a46f273c9eeecdf4a3f3e1a404278b9922b4217a79ebcc8bcf0e869b2cd3b71a5328d581c1ab3f4e4d9d8740c51391326102b3e0db0df1539372375ed92f30519d66748dc51a023bf517bb03adb7a44e31984f91826a2b12f9668e2bcaa49c2f5f3f9d6733c33dbd6d8341bc7dd177a964f510ba72bd19de4d6834a98b4171e717a1a7231a30464f5e56506e4752abfcecb8322da4d7a8b9ba1298c3d9fb64e3e0c9beda61b035bf801dbeb67befeda0930415f2c6b164b9ff00bfeb124c68a2ba7b3e6b2b9c1ca5fe7a9948efc83e3fd93b4a3eba46b7a2a21f78666e097cf1f9f1daba03cf082f1e86c8d08f5c9f02480b478cabd35ce557b59998f0ce6f1184b10e84e97cd8d6c1da0d79839fbd5b98018bd2368428b63facfc9586d4be1bd6efb6abce76a9339ba058dd9f399f3efb3b44a3c2f75a4bb91f71a49416f1f7c6063c462b014c8564cbcaf4f318df154f4f9e4222434fbc629dcc7641ebe47342f0fd5a0f4a538929aa0758e1b4dc7ffbf27ba7072de141f7634dd21d9b91d448799e036ba86b6172abf5e95a19816dc79098476fbcac1c9073db7421d7ca789b0f7fc40e730bae8b4d7ee6952ba53db86ce3968f572f1184b5476c5ea1409f0a4daabdd53864c2cecb0d30a4bb03ae1e200a64f1766f03724919cf10bd82779cb813b7f61a30f1e4e4bfe1ac8398780c2bf196eb82671aefdbb93c7a9c4da23c6b03f694d5e63259f628e49d6830a5c38864bbed587cdafbd048510a5929fcb4b16640ad9a680479eb9d138b19697e80c494ecd425d92eb0a042c388700d6713f251cb7856a6e74aaac8271a14a23c6c2a26b53639a393e609a06fcdfdb5a0bfbc8f87a8303ac4f9914b18aed5d904cbe2b5d169a17a6bb134a3ec042a9c131cdee6100aa3ae278b98cd5fb89840dac96ddservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspeech-dispatcher-0.8.8-lp150.2.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-lp150.2.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-4 1558635898  !"#$%&'()*+,-./01234csdehu0.8.8-lp150.2.6.10.8.8-lp150.2.6.10.8.8-lp150.2.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.0_Update_ports/68c3f9057f9a13da5d35a9fafd087a76-speech-dispatcher.openSUSE_Leap_15.0_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]=99c9e4edc551f18913bcd659bcc8bb428e39c357, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=3b8c43e0402919a70aa35d1d459f097d6d78fa1b, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=cd31e45914ae85be70c695133d60e411868f6055, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=a7de94892712d9394c572ac230b0144ef4538436, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=6e63693e3edd0746afa5d54adf6d853484643945, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=a966705714504bdcf8d2db843013d4a86c274864, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 3.7.0, BuildID[sha1]=1a8be189a43497e6ac087318b6b4d5a6dfeb7343, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0bd8f42d6118395d617ceb84dfad17ed0e8aceb2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=410cec59bae950098c38dbff87ef6539471499ad, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6a6f782d8aeaa62e620eece923b0c1ebe6ed78e2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a89a4eb97ce872ed5a858b0cf559e8bd9b45b493, stripped !,7BLSZ  RRRRRR RRRRRR RRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRRR RRRRR R R RRR RRR RRRR RRRRRRR RRRRRRRRR Ri.Btӝ}espeakspeech-dispatcherd-module-espeakfestivallogrotateutf-8f75dd8c2ae35ef4c65eb22cb526dff324fa19105f465cd1ce9f340605a491e42?7zXZ !t/-j]"k%: ʙ@^" *ag<&2Ye;F8^xj32-D G>(y%k ;`诼EBؕ/ۮ\k|+ s\ݝzn7d=sv^nYQ!ģ~FO|yMgh%$0@1E.?ɳS `(]u/P9UQzÄ Myr \"P wylJ ъdiAᬆq"NE-E6N3^\b0nG;ʐ#ɭ(僄at2,7s8lW*-yΥ4w3"jz.uhfem)gV\4"=砻`5~?0,c GOg4 h'Ym[>h^ |(J_۸{Xh 0>zuaŻNQ[I7UǴ\SQZ7 *Tz2?=+ *@iK*48씤E`_&Y_a9޵_tSBF4֧?>Ǯ-Vn!$ET~B՛ihz([ZFV(3:Ph۴:ꞿfnʓI0XhQ{vƧBqPi\0OcBǗ2.\ AQY٩B/yr#Bc|$ ƦQA*CqEmk0tGfnԧ(?zyuL ~ ='k^ʁ1Y ռX*@h^^gaCVhLx(IICi$$E-\U?$uڌTd]~$Nc:}%&_GbO &9 ȢgñPwˍzbxzv̀>D1pJWw(Cj$b3K5PP[k\qbbLw~ERC:_I\Α{sn|K M~2$NG )06S%HG%ݤǗ"WRgQlN<`, h˳{ba gKXfA(7Z;قsg![Ȟ:R+:o໪c=vGAƀBXzA=MȦfuh٥۴cAk%B@ Pp2+o F[cU5kҼiMIg-R8 1?޸_Lr"-(ypC%UdKo;ƒs&MݺNP9uù;T-H 2M&(] ۾el/&B* x=6ެ=/qS21\ly$];8ZlP|*gV.]_X BfnVUQ9G-xέD@߶bM#5#x;PԐ8\]C8pݐ?FPн,ooUoCms+e==6ENBiI.E v|oL!ׇ٘ Xݞ)ߖJ'J7{ETjC jp@.%f+` KJeJ 5KЉc%xFMl۪1|)h~CÊPœ*MhӹΊjU\szNb%eL* ˾0XqgML5=E88U>^ t[8ӳ`l y]'ڣќH S9C_F}у$[7Ϛilӄ63 lPyLZ)$͇9 '`HBz7AouF@:Q! p'b]u9MUT>=O֥SHnfnDܹgv5([_pnZynKd^VM1ugd7@Eݣ?Uj]O +J`k52ƣ>\^p ,cީ{wS+,T =D> JO)[(OrY% /M2ٽ0^Ag?g3v}6<8M-L㺂DK0h7E3;Em 3?5|I sxD!YLjq:aYr)ǝ1q{r=t#|HT!g9fjLUoɎ?= S.*F(pO\B@ab,:8}Aá iIrt3~?{ctJMp͏ODzgJWXJ_Pu6~7ɘRu'y{UGĆz4Kߜab"6R߽!Zw6\ّS p0Ju>oZPO绿ގ5:Pj Bs(wʀ}kΑz 8Shk> Ʊ[cEa"qu~4 B@[SU՜Y#"UTFAmJ:U狐PA_8h=&XNS'RkxljU0up}[7j潄hJr;h=ZE}gFs"(R@@NVm_BdBL[GSAonęxMs*ESo)>.kk[&5YčBE<#@ ޴5Q&*#eq!*I)Eϩf6 djinC%yzae{XbfwL5 a [6>{9?,Kڍp::0>{4y]OL@ΪАcݭ ǥ#`H]GņvΊ e?[' KOOfQ:lp㤾]wjb\}x Nf_zG۫'ص i:ĬŰŋ5@ E18A<ɔ0keL#P >V,~R 鑼 5SIYnD0E׸NRP;DR ɒ2 e.rK*і*9ٱ ^z8'=e=p a:`$G.Q=Kk>+k7lbXmrӚ]<`5ү|?KTx*&,:x"+/O[ %>h%mSBgV}-Ţ"Hopl[y?$"Dkgԃ*Qq'}EN}T(CpqUӵ¹HwV0cؼovGxfL4E-wd_(Ug_:" t$[a@߫eD܃C0fUawH^FO9ozt^,Lez< {ɔ^%#~a>`fyXBWxjGCǜN(iqDxjR3~o:9(: };}x/B~nj7XwJ:d0a %{7Ȫk"%K~ +$^`O(.ȏޥmYgB[iK[z" ,-}muTLrwp׾H yfQ#;6(*@/{3 WjT܉9N%wA$#nzOJ{r3'C; Eֆ{:@nx "k,!8\SGa0ne*>A`,{<8xD[ܘ^]U;JE^oYj&p;3Bk 6/x/ +m0ٙcO!̷a j d}n ce 4B(Lvپ(\it!`j"- >|ЇV9͏P=#%ouBʔlL-[ڎ{QJʄuѴ^tkY /tEz^<5Q,>l{a ?G'kY },=D4c{O$vd3~x`ӧs79U GNMm%G.בl|xd0~乄@ bS$^ExwՏٜ>+H%eQE.dA#xS|7)xrrъUZ<cSzGb 1}kT+?=(l$H"ocp)FiH +u&>)4=J5  ^.# ѭF(kyQCSGd=&̞^9 `L $v[Ꙭ "/sױa 5@oP"lrJ/KM/4&B\g!|>.3`lΔV&֯s,8͝$yOk6g `65Ľp.S07l۴@!v+`cr!]Y9j&LRg>'1֩δoWA8V%Hlb=g(e{Bp>O4 e&$ G~Ttb> iu 1 LgOuA#j1zO~Q5a:/TG?}vtmx13ntqH*jBEzs-ؾTóc1X1;̃o`qd<ŚnHPllp( 4̄kۮ=oe.g >PtRA؛˜W猞 aC'z lij Df[IQ+w0u̻`<3dF Y.oɯ㴭7S Ow'(`f(ZMhA)t5MSYFVE#QsveQq~12%Fj }b9#'bzvssBu㖤e*VؼfLj- x!m]G5=>yՕh5;shSz͘] ߜx'Z52=}W# ((kt &c{&܅[WqYjk^ iL62L=,EĎq|[ $ikbprk l2 +}x2Xҙ(WQKuߝB1Ӡ6ʵnK wcb 2$jaQ=#~1CC205GyuS?B]HDּA.C(;36Izo^!cu:P): foCJkIt̓\?@Xx||b5'!) hԚ{;k:@n'2m Mwz}l^5d?HK({(B+j$[TIYᔉ@bń֓NYrodII0ZVoAVUwܫ^7G|.ΩNj2Qۗg^Q5m*.7B- ~!9:PrPb Su\J|WeTaz#2ToSQEWW5CQɞ6i72qU+c Jh;FH:M^퀦AĖRWۘD;/Y"Ǡ<1b49>6EieJJ63k1v-P"G ǭb2*{"ɀYA1 ѾSf Yt{i|J I.&*?$W @'ps^$?PŖvcLjSNH"Ꮒ6zm,3΢Uu9V^ukEAJa}) Q&["kc'5eI?Ÿʹ,Jp3 7XVJ.HTj7/l%r[4x [ }I,7O7aq$dM ΦȵC3%̶O*K [[}z\4w7Yֳx3\sTw,ʻT9:EHi?@C|9ɒZdRNN HiOW(a7fpG/s&@sb0u7mHǮ7: ;1"B;Hy>ݓZ/#C _'8ŞI%Yn {1v}չu0H+J[;v"܆h!Zald8sPbve[Dyl)uc[WL*آ]ڻ:0MM?y eml-.y&9*s1Eջ[Q1egѱ 6&Y2NƏfZʴKm)Y T8ge7؉ZeRPAyoZV% $YSaR& i!cqj*&lAe,h|Ӗ:5 frfO1\w!A|i|.'Wo%.׬(>jştlʭ;J]M->hD/&(!9Lqlox!X>6 )!v(pR|ԍڜGj{}V$f\B-Dx6)P""dZiÌY<,HJ0+tŲ?H|ZBx''cc!=# )*gqE+}B_ԒoH22+nt]eH*72<M~ءU8Sn\iseF\X<gRJ߀$L(jy=ܘkZ]{r[ z|."1d5iF6$[wwnE}*b ټTwER3o PY\E"ҨOɷi7z5C쩶{?YED$9H:^#z#.1<讝'`hSH9cX3 KQBAvFĕ.JTI :UO [) YZ