libddcutil-devel-0.9.9-bp153.1.1 >  A `l<`!M@eeeT$i+n%[Ȥǽ0挟!?v!1V'/ΏCMr-RU Wa֚=͍gw{Cu+N%p# 4DeSDso\숾[ܞ+_G6]4I_sn#SRjLb 6ˆBvrWȰ*7xB SrVx":Zb63feaba01b876efb6708e695437f20c3cb50dd0bce6040eaf24765a0b662878c7041090f6dad41e2ac4bc5766dfcd3136899317415`l<`!M@eeeeƼ඘5x"@f׋s$]IX>x>0xZ'z& DXE_̫xv(Đ/p<\Vg-sx.av>EMz-(\6A0 Rƣr vrI3 (GN7OϮ!MM*0jTqZƽ;vk^¤rRUq&81j?X2>$a# 6>p>E?Ed # D| %+4 \  p      6  T |   (h(&80 9\ :i F@G@ HA$ IAL XAXYAd\A ]A ^B<bBcC^dCeCfClCuC vD wDH xDp yDzDDDDDClibddcutil-devel0.9.9bp153.1.1Development files for libddcutilHeader files and pkgconfig control file for libddcutil.`lSimon Lees Antonio Larrosa Antonio Larrosa - 0.9.2jengelh@inai.dealarrosa@suse.comalarrosa@suse.comjengelh@inai.dealarrosa@suse.comalarrosa@suse.comalarrosa@suse.com- update to 0.9.9: * Additional per-thread statistics are shown when --verbose is specified along with --stats * --dynamic-sleep-adjustment * ddcutil no longer supports AMD's old proprietary display driver fglrx- Update to ddcutil 0.9.8 * A new command line option, --sleep-multiplier, adjusts the time ddcutil pauses between sending a request to the monitor and reading from the monitor. Many monitors work successfully with shorter sleep durations than required by the DDC/CI specification, in which case ddcutil execution time can be considerably reduced. On the other hand, some monitors having communication difficulty may work with longer sleep durations than required by the DDC/CI specification. * A bug fix for the situation where certain mice would lock up during display detection. * libddcutil api break and move to v2 * The libddcutil shared library API has some minor extensions. - cmake files installed to right location - Update to ddcutil 0.9.7 * Fixed the cause of a segfault during display detection if a monitor appearing to support the USB Monitor Control Class Specification, i.e. one that uses USB to communicate monitor settings, is connected to the system. * The release also contains some minor code cleanup. - Update to ddcutil 0.9.6 * SONAME support is enabled for libddcutil. * Other minor enhancements, bug fixes, and API changes.- Update to ddcutil 0.9.5 * Feature x72 (Gamma) Added support for Virtual Control Panel feature x72 (Gamma). This is an unusual complex non-continuous feature in that its value can be changed by the user, and the parenthesized "values" in the capabilities string require special interpretation. The following commands have been modified: - ddcutil getvcp 72: Interpret the output - ddcutil capabilities: Interpret the parenthesized "values" substring - ddcutil setvcp: See below. * Command setvcp Can now take 2 byte values an an argument. Values can be specified as hexadecimal (SH byte then SL) or as decimal (0..65535). * Configuration and Diagnostics Contrary to existing documentation, kernel module i2c_dev is in fact required when using the proprietary Nvidia driver. Kernel module documentation has been corrected, and command ddcutil environment has been updated. * Bug Fixes Fix the cause of an assert failure when displaying the value of feature x8F (Audio Treble) or x91 (Audio Bass). * Monitor Quirks Instead of setting the "unsupported feature" bit in the getvcp reply packet for an unsupported feature, the Dell AW3418DW causes I2C failure with Linux errno EIO. ddcutil now interprets the EIO response as indicating an unsupported feature instead of reporting an error. This special handling currently applies only to the Dell AW3418DW. * Miscellaneous Update file README.md and make it more usable as the github overview file. * API Changes (see https://www.ddcutil.com/c_api_95/) - Update to ddcutil 0.9.4 * Fix the cause of failure to build from source for the x32 ABI. The file output by the dumpvcp command no longer contains a TIMESTAMP_MILLIS field, the number of seconds since start of the machine epoch, typically January 1, 1970. This field, and its companion TIMESTAMP_TEXT, are ignored on input, so this change can only affect an external program that relies on the TIMESTAMP_MILLIS field, say for sorting. * Fix an execution failure that resulted from attempting to open an already opened display. This occured on the capabilities command when the vcp field in the string returned by the monitor was damaaged or missing, causing ddcutil to attempt to read the VCP version from feature 0xDF. * Features 0x59..0x5E (6 axis separation values). Report these values as normal continuous (C) values instead of just uninterpreted bytes. - Update to ddcutil 0.9.3 * Display Detection Display detection no longer performs initial probes of I2C slave addresses on each possible /dev/i2c device. These initial probes do not return valid information on a Dell P2715Q, and have been seen to cause screen corruption on Dell XPS 13 laptops. In addition, /dev/i2c devices for Synopsys DesignWare are automatically skipped. As a result of the changes to display detection, ddcutil detect --verbose no longer reports the presence of slave addresses x30 (EDID block number) or x37 (DDC), but does report whether a display is an Embedded Display Port (eDP) device, which is the case for recent laptop displays. It also reports the sysfs device name. * User Supplied Feature Definitions ddcutil internals have been extensively restructured for future support of user supplied feature definitions. This will allow users to supply feature definitions for manufacturer reserved features, i.e. those in the range xe0..xff. While not yet ready for public use, there are a couple changes already visible in the user interface * Tracing Added trace groups: UDF (user defined features), DDCIO (low level DDC functions), VCP (feature metadata). Because of the volume of output, trace group "DDC" has been split into DDC and DDCIO, with the latter containing low level DDC services. * API Changes The C API has had a few changes to support user supplied feature definitions and reflecting experience gained from work on the Qt C++ GUI interface. See API Changes in Release 9.3 (https://www.ddcutil.com/c_api_93/) for details. * Miscellaneous Vebose output of the environment command now displays execution timestamps to aid in interpreting system logs.- Update to ddcutil 0.9.2 * Command ddcutil detect + Eliminate the Supports DDC: line. The output of this line reflects the result of a simple test for slave address x37 at the I2C layer. This command can fail on monitors that support DDC and succeed in monitors where DDC is turned off. The result of the x37 test is still reported as part of the - -verbose output of detect. + Eliminate duplicate displays for DisplayPort connected monitors. * Command ddcutil --help + Include command scs (Save Current Settings) in the output of ddcutil --help. ddcutil scs executes a Save Current Settings operation, which is supported by some but not all DDC capable displays. This command was implemented some time ago, but was not described in the help output. * Command ddcutil environment + When checking for group i2c membership, issue a special message if running as root instead of the generic message that the current user is not a member of group i2c. * USB connected displays + Fix an invalid feature read of a USB connected display, observed when getting the controller manufacturer but VCP feature code xC8 is unsupported. + When reading a USB report, regard errno EINVAL as an expected indication that no value is found rather than an unexpected status code. * Tracing + Fix the cause of a segfault when tracing a write-only DDC exchange (i.e. setting a VCP value) + Disable debug messages regarding device id table initialization in the environment command. + Eliminate double newlines in several error and trace messages * Building ddcutil + libusb function libusb_set_debug() is deprecated in recent libusb versions, in favor of libusb_set_option(), resulting in a compiler warning when flag - Wdeprecated-declarations is set. Calls to libusb_set_debug() in file libusb_util.c are replaced by iftested code that uses the proper function. + Fix an unreachable assert() statement in file execution_stats.c that was detected by compiling with option -Werror-switch-unreachable. + Add "__attribute__ ((deprecated))" statements to functions ddca_report_active_displays() and ddca_get_feature_name_by_display(), in header file ddcutil_c_api.h. The inline documentation for these function already indicated their deprecated status.- Use noun phrase in summary. Use preexisting macro for SUSE docdir.- Update to ddcutil 0.9.1 * Fix the cause of an abort that may occur on command environment --verbose when examining an extremely large log file. - Update to ddcutil 0.9.0 * Significant Command Line Changes * The setvcp command now allows new values for Continuous type features to be specified as relative values, e.g. the following commands increase or decrease the value of the brightness feature by 5. * ddcutil setvcp 10 + 5 * ddcutil setvcp 10 - 5 * Option --no-table is now the default. * Table type features are by default not included in most feature groups specified on getvcp, e.g. getvcp known. * The interpretation of --show-unsupported has been tweaked. This option applies to command getvcp. (The probe command always reports unsupported features.) Command getvcp reports unsupported features if any of the following hold: - A specific feature was specified by its code, as opposed to a feature set. - Verbose output is in effect - Option --show-unsupported was specified. * Options --rw and --ro apply to both the getvcp and vcpinfo commands. Option --wo applies only to vcpinfo. * Filters the information returned by vcpinfo to that for the specified MCCS version. * Additional feature sets have been defined for the getvcp and vcpinfo commands. They surface internal ddcutil feature descriptions, and are intended to facilitate exploring the MCCS specification and its implementation on particular monitors. * The VCP file created by dumpvcp now includes a PRODUCT_CODE field including the manufacturer product code from the EDID. For some manufacturers, the model name in the EDID does not in fact distinguish among models. Notably, Samsung commonly uses just "Syncmaster" for the model name. Currently, loadvcp recognizes this field name but does not make use of the value. * The C API has been extensively revised reflecting experience gained from work on a Qt C++ GUI interface. See API Changes in Release 9.0 (http://www.ddcutil.com/c_api_90/) for details. * See more detailed changes at http://www.ddcutil.com/release_notes/#090 - Update to ddcutil 0.8.6 * The externally visible changes in this release include minor enhancements and bug fixes. There are also changes in the C API. Internally, there have been extensive changes in support of the C and (future) Python APIs. * Because of the design of the DDC/CI protocol, there is no certain way to distinguish a response indicating that a feature of type Table (T) is unsupported from a DDC/CI protocol error. As a result, ddcutil getvcp performs the maximum number of retries on a Table type feature before giving up. However, Table type features are rarely implemented. The new - -notable option allows Table type features to be ignored, speeding up execution of getvcp commmands for multiple features. * Option --notable applies if the argument to getvcp is a feature set, e.g. COLOR or KNOWN instead of a single feature id. In that case Table type features are ignored. * The use of longjmp() to handle exceptional error condiitions (typically program logic errors) has been eliminated. * API functions removed: ddca_register_jmp_buf(), ddca_get_global_failure_information() * Structs removed: DDCA_Global_Failure_Information * Add trace class ENV for tracing environment related functions * Internally, many functions in key portions of the code base now return exception-like structs instead of status codes. Option --excp causes ddcutil to report these exception-like structs when they are converted to status codes (and the internal detail is discarded). * Fix a segfault when probing DRM using the environment command on aarch64. * Fix a typo in the recommendations section at the end of the environment command. * See more detailed changes at http://www.ddcutil.com/release_notes/#086- Update to ddcutil 0.8.5 * This release contains a large number of minor enhancements and bug fixes * The environment command is extensively revised. The increasingly large collection of tests has been consolidated. * The required glib-2.0 version has been increased from 2.16 to 2.32 reflecting the use of glib thread functions. * Fix a logic error in the VCP version comparison function vcp_version_le(). This bug affected only audio related VCP feature codes x8f, x91, and x93. It also affected experimental command watch which listens for monitor changes not made by ddcutil, i.e. by pressing buttons on the monitor. * Properly handle the failure case where a display is detected on an I2C bus (EDID is read) but DDC communication fails, and the user specifies the display on the command line using the I2C bus number (option --bus). * Fix the cause of a segfault when the loadvcp command reads a user modified VCP file. The command now fails gracefully if none of MFG_ID, MODEL, and SN are present. * Fix the cause of a segfault when displaying I2C functionality flags in the - -environment command. This segfault was seen only in 32 bit versions of ddcutil. * The --stats option showed incorrect time statistics on 32 bit versions of ddcutil. * Add "-lddcutil" to output of "pkgconfig ddcutil --libs". * Improve reporting of the individual errors that result in command failure due to maximum I2C retries exceeded. * interrogate, environment and usbenvironment now redirect all stderr output to stdout for easier capture * Added command line options -trcfile and -trcfunc to enable tracing by file name and function name. * Added configuration option --enable-x11 controlling whether X11 related diagnostics are included in the environment and interrogate commands, allowing ddcutil to build in embedded environments that lack X11. The default is yes. * Verbose EDID decription, e.g. on command detect --verbose, now reports EDID byte 24 (x14), the supported features bitmap. This is purely informational. * Ongoing work to make functions thread safe. * Code cleanup. * The full list of changes can be read at http://www.ddcutil.com/release_notes/- Clear repeated summary, fix RPM groups, repair description not matching the filelists.- Use the sources as distributed in github, which is different from the sources in rockowitz's OBS project - Use automake/autoconf/libtool- Don't unset the _unpackaged_files_terminate_build test, which was forgotten from the original spec file. Instead, set --docdir correctly for configure and remove an unwanted file after make install. - Add the %doc line to the library package so it also installs the license- Initial release of ddcutil 0.8.4 based on rockowitz's generic spec fileobs-arm-8 1617706053 0.9.9-bp153.1.10.9.9-bp153.1.10.9.9ddcutil_c_api.hddcutil_macros.hddcutil_status_codes.hddcutil_types.hddcutilFindDDCUtil.cmakelibddcutil.soddcutil.pcddcutildata/usr/include//usr/lib64/cmake//usr/lib64/cmake/ddcutil//usr/lib64//usr/lib64/pkgconfig//usr/share//usr/share/ddcutil/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/052b073b8e64010fdcdbf963f78c7d80-ddcutilcpioxz5aarch64-suse-linuxC source, ASCII textASCII textdirectorypkgconfig filePR IK΃%O{M~utf-81edb19e34609a04a951ca65d28ee45a77320f673d93360185c61228d053d1075? 7zXZ !t/6DL] crv(vX0]\ ,+Vx.#PnE$CW/0L@ܿ۽##uK*λ#w/`bitK^ "Lаzh ?}ɤCVexH\5cnu g:|00%)Orb |u B>)߽@ ('bW%9١엁$1ؔNp+~)A&g_cW1˂8J Hə1.j 6 tا|'z,=Qwiu¥55Vr,0S+ 8L,0nbee fҩ h>nuNUZdjd'}&WiOuO4o?gcЄaJL.:I3 aI$̐5svt E=h)O}E[hZ.y"k~B̲t8CeQf'ֿ>ģLN8%ӕ#H!h!u@^GlE̓Ͼ~Ξh3QTb>dP^mC$`rl2Wh8>iF{f"ƅ+SY(Tpy/hAO58u6j ma&~&d-_K=oa-5q7"x=g9ns$Hyq#cY #)̲VY;{4)%$i)b qEe.߷ q4ʳ$LO`&Wj.~e'\Mӏ[>6 ƒz#L&e;Ie9Jj}p d-e Cv|':`S`% y>%tA@2vj@[k[Lx-ړKWViάg2N۫Z4^čЌ7`Gb³| MaDdO^:حڂU!GH6<j/ ]G_??MJCcEi}O !{I1 8pqP!Pjw Y%=Zx>LtfF.: Qu6*Z6XuP3п*\q`MkLp(] sSZ U'rR _8#c @i} k:z*T'"<O;$zgW2}kjSx<6pę1Fa&6ϫvD3,uR`WI͛W,N\G/V:w4 zZ*{1xP7,ʎ @#xdV :?vԁFdb;)Zy꟥4dTcjreB\M ~%SAh 91͑əj*.XĭU2lZ'*EtqR5T2':0:j׻vH9@*Q_\ -͌"K]å2T=sw&z&d3{&gh;C{s(-EZ2K{֩65vbo|\UL2Ә&qPybn/" y^ϤJbSShOf*YݢҴo#XA+Ǐ˒SU!}ǔx SW4*xќ$g*ϭΗ"'*3вHˡ*a){pvQ5VbzivlNF6Q@ q Ip fR\g@a98p׍~k˒4#qPX^*\s GH@+BX +o1Y3OZ9w:-MxAUVsw=J@uA71z9#_Qf[j.r[:sOZ_n6` 0v)ڔ7Zp[S2y`F#)M0G,ʋ)Cz2?=2Ap')7E"cV,y3< ſA %~|⒇P;'qGG^SLI fE׬<o]f6fŊ,*уqyuz#c1^ 9CyH@X[z Ѵ]3!_1Wih<:<{tdUrhNkl -=TFl rDZc+d0uլ:8I~^oQx-&kfjt#OY&5AVỎm{kBX$ҌN>+&D{6i\RWb͆Nn⭋\#V7𭈟Gsvm0'Jf&3j6Y]m(=dF)1t`@jsP+5r$}rdMAKU>F|bI46"Cg+,G?b_RCiV&G:)VIf"رl䗛5`rcMj q8; iũrNx1I׊eP%fn#?Noɩ]#A0u`O廤,1, (?lTJ"+jx+iS 1Y•LH{gqrۡs=&N[c|E]~Vؠx]((#͐DR=7gű[UN9iN7TZv؞+aD1Û|whB =E%$C J>T\kkc?؜oPk^ԽK SL!M-`G̍ZMH'!ggQ;hsDZI`c.tT>aEDgyЬHw@+#Ԉ xNeeRaj0 U̶|ZrxI b/w_rݲJ)V1Sr'eO};cq0}ŦVk6fEB n<=M oF;^n\`ۯ&05.x`"ɤ/M1%pYCF{5QG1Ǭ 6t%`) QѰ E ኩ3Gal)I#N eK!+WûĴ#^%eU|OyѠ7%K\tŀ5$?l&*>]w'OͤhI*>Zmb2PW4oZf5l1U'wm_MWL0ho&cbή3j.?4գU{/@IN1٣S( kB+g,՛mnjgiÐ \;rՂOh*tW),{~xJ{‡o!;RPh.f\>a0K&r;:a| ;;t&4䦖Š-W✓!h^AUH|m>_.8ES&igSt̺$\Ȝj2Z[.r7*5S0zle7G@KJ;("zt5 sh}M/b%9ݯ0P0s(ĀM aE*rG".ͨHB*G0YZM)@N =-(/UIE vb+)כʰ;d]u+K({L]&#N-u |YSM>񰶌X,Kb>oYCcoJ>^U›ª޿b/4`MuNxGmQ8`[byE?(,rDĢ{^[a5W䈮p?[oXlfNq cVdaaO*>O]31  JX̲x3I#>kSo-Vx b0~޳f!ƉIlK<+%gVeh-]_kUv]S£AN&>e/l@q %8>i>';$ə`i |l2Äspv;f2Vê2~:8Kt{`oI=Nz:R 9 LmK$͞+D;h8rz,iZ.)zVk8jl_]/"f:D}_3JMFZVlmJ(2.i_f{59XSzF#|ϏFy(>IC I϶Cc5ڹ7CWUwQY 'ŦHx!3}71]?̖iŚwS@,;^t @JQ(KR$] UC|wN+Xr{물J1/PyAAOҷ-ҧQ!; )E~܍@{hBj)#rlz ?V !n"aiQO,m1ֈӊ%Ϩg/CjX (ӥJ&b̟7ul#+7CDF R G-?CշopxAṳ@塷 `OFlx *u^owlv'>>.Npp/ªM&]|i?|t֫K}'{ ҰCoUh0ʷ]VPD&YgP{3`SiH<^D%l(k;b=#r=$`7"$y1 ߤއA/8aqOoQɍO Ѩ[}N S/IHp#'MO$NъiuFyh& ҆n (J^JgK"=8%613M u,0h{@xYǤ=t&y<ؗwW} e̱?9A$',KdN.(n?kj TX5*l xG)L|M @x8&e25xd6 X.8w S%H\ulϽ{$=;.M"dPK@,,Őh >ˌb#"n&!VLv$O֐kDWBfFZ7d [ҵYlyЕ<'N(lB83p%Xv;ST4Q-hڢxW@Tw堙WJ*Gz=T,q O18pR=nss't߭-o[bܽaon7J,Ϋ] 9CÄô1~lo4O7L!ta,Mܦ7º†-~.# DOMw\[)\KJd<̎rznyK&g4*=YHt4(b@BNn>rY~j.g&`uV3Z~#('VC6·&YV\DI{&|s:X9\roQQIhZU[i;c|=(swd)~VDY*T+=!Oo;\fU=Zlo4:.\ ps\@]0lŹ8T 6{yF# vizX2Ln 0mAR>a9|h8rAf;\aaK٢.$D44u* h.4i^hz,ˁBh(\V`jPY4a Fak3 nU voRu6_(^m,k!!N[ѷ 't5$X4v;C1 0I5ڢx,tJ!! T'dS»煳=~Ece<ƵA齇GvUTxGmLCf(Me &5LF5ߏ0>^P7\s?~5j|\U' zjznģoL-p= N9;Q.-{}e%CŰӌ~ԫ󚭰m}.TN2 |S(NփL7~f?AO*?ߵG9 șpn+~S_[ U_-(' ]m.\rxLsL>ꄚݏ[ `òFp1roLӦ-QGƻ|Uw}~R)!eE(#;$D &mlQ5«+@l'yvx~qwt 1i}刼HsW>1, 7sώɚFyc%XHD-s *;Sbk%7IA+ҝUq ļp#[]Fk=TtVϷǃA[2of~Ih8?H$K˜=߲ \:5`+џKb M6%}`%5VNzt ='Ҷ3υ10ÝUqeֲh,-^-Y@T _|U2/8,& G_hwhߚD"έx#"g]"0 +OԜEiMnu;ҐO/a^,WcN:uo)=3nx @I=_6 "F_m<1e?"ŀ] AG Bg,-^}8WҢ~- l '$; k7ږx|" B1cr .p)s̜+XHR*,!pCo/:9'DTƢ6Ph¼c~=?s2y␽2/YdDfdߎ|6QD.!T>,s L-c{>=")`@73?zEɱr q㧦G$:E  #dJ_fR 橥8<_vx[Kw9m+WK\>T45ݮ]czh})hB7T8/#-3V`NM{jдoPBcv75%aCͧxsܳk%9вJ"$HNj~|>j6# 殂*w-S'J VG)W-;͎6?S¿vb4ߔ^^,Tz-nuKLdޱ _ff$҅/rn0Τsj#HC7ijwݫe:58w.wF8iǺp5TGYpۨ`Ͻ @;tØ]n+Uu9.p:6du9QPd?mQ{j1pY%u/نEC'Zv(w02Fjp& BaN7juYGabm2cal,vpH5N\gnܢaDW:3bk|ҕǑ ҕT'"ߤ6,h=;4| FtCg-NzٸPHolv _%&^0su/ΨQ:V[E8==;tM_ME1n$d&3_KG$ak9EFL2,ҐL3~G: [$ ?U"ʨHJ&7btg_~uᄤ<zXyfͿo,6NVqk>ic*<:ƌV207-wT YU75*wz냾;wHmqfƛn`,pp*RncFأ96צ<,I}VgC(%DwH9<u{Υ#k/ܽ%l'C%c聶g_cJo5sjtLdeӵx5%;GxvX7+Ky㈰%x$ 'k6,5?T(K͊w焫|Y3! 6R)$HyZlaQ$dnJ]J6nbص sd5ƅ>h#3)st(o[|jRE-t͵#FKy-)IK-d@ՖĎ.1iUz۷?#=2=şzAbTC "HmCIП?Yc.8 zP[Ҁt܋ \6YvچӦ26Y-87._1Jӄ|Õ LE(Xt-w+CTHYNnVIdRB-U+œҊ|\ $zu7!3~eEB]q'͟4fk }a*y&&\ɌLI"!:C"[&Pߥ+VB\m!u5'%5ƙ9nÑBDa+ v+v9:Z±- NMC8R@U"S%3!//zחt`T/TJpmP-Y ʃ8qzC'r2/V#K/cb`ȿ;/# pDR+g]ƐIk-| p6Ml[8?/=;; P0i Zas_ho4DpVZ2f}C]qVZVKVtc^ ޡܪtW*[k7Hx8+&z[dƗNvrٌtŌ;$,H!ti&x+b R7v ]>˂Tc>DZuoYҗh)^PL%_g}U\]~߉8ԫR†YQ^],*qjtBJy[9`!_pfɩ@y4Ien5Ut*mD@rxv+.w EYD]y=T8MSE4 {ܢM^= pSU*cHψ5*EGy6 !Έf9iCT tzq2FY[ɟsN V9= ׺߷ddWO⿚w/kq یܲ㗀PS}[Sf(^bU#m$K4Ym>:Xf9w%KzI' nG o[w0D{sߊe]@䍆:p-#5.v8>CPV3FQ0XT _R :G¦`na)mx%9ݒrę]>8Xr ;PyO q3(ipu/ dx;Rh3=#{yTsƳv̦L0:* _is("UUhtj>XI&ݻEɆ{5@]Xkfk<"iͶ=V/h!!m?ȴGHk6A]& p IOF`U2gaڞr<3m mS[9l밎z1}Op1z˦Ϗ0:}QTJC.>>Qy/[}I<bA(@atq#[|=}]#H ^ep|I.14Q%sf@3L/v]@`j麇SDZq=C)$4dn9֑'-DFuGc(ǂ#gϪ }F>O5c_Ip |Dg )QD:C>?7<