feedbackd-devel-0.0.1-bp155.1.6 >  A dk;hI%z A[VF/բQ4όT Y1eoqAN>`mFNd^V2,3BJ`3dZ;;i+ax@Q|U߃ND踁SY'ҾsΎRDV[3gc4PSu TQu2O8oBIfNs䕱i Msu\sO*baGpXqGyd?vn6MiFx6$oe>\5~EƩV9XYḜ>@7ȣO2V*_V]Ixʽqx1DDK ۷QђC[03ʤ;C JF1i\%X9vmC}%PūlBaHjN000Td(F#|Fkgc 2n_|0XǬZ!A_U~kZ#tDL.^#˙=OV3z=^3pSǪ'[fj2ab400f86b81ce7ffc834dfd2657be07baedaa2fa662761379c46b534503ad6ed7412bb708c4a767b848a160f730fb8cb00966b0\pdk;hI%z ;jSX,!tЁ L7|DIP㓿2 칥 I` O͂o`B#Jsw%A -x,@"-ܞ \ZWbzùAnnl֨՝@r~hm9Q㤑DmE! '1ߝdi^wH Hlrm4{^1Y-aPvbԇ6U.tպ"xP2uѬo2jɄ=*CIio-֢8 ^lq6 SGȐWXocMl77mh5~7ta.\J}Q'4dyo,.vguNS^o82u$TGqiMGUu(j:Ri ()?i4 }ù xfUՄYʵhPA{'Tu5;Ex!WYzV1hGĸ^ٕ}y00=9|Xzx;>p>'t?'dd " B +7`fp           , \   (l  ~ (8 9 : F"G" H" I" X#Y#\#< ]#l ^$b$c%Rd%e%f%l%u% v& w& x& y&z'''''`Cfeedbackd-devel0.0.1bp155.1.6Development files for feedbackdThe feedbackd-devel package contains libraries and header files for developing applications that use feedbackd.dk;Zhci-snode2-m0NSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgUnspecifiedhttps://source.puri.sm/Librem5/feedbackdlinuxx86_64M +A큤AA큤dk;Vdk;Qcndk;Pcndk;Vdk;Mdk;Tdk;Vdk;Vdk;Ndk;U6add45db102f32450169a30ba439fff15a300a90303274ebbe5102591e6aa51ea7828b23c1dda3f3a57a91835e85358a825afd527eea97c796c06a2173b85fe825714e9405d30ec71fa10a28de3c7bd29c41fb6157503986431f45b9d141bcf5e90a3a8a565631103040326ecc58f43409c11c7404516838a6a20e905ee117b1a806cc38677a6daef77b5933b7b6768cf2f861f9043d080071cfec4205ca8806a3c521cce460f39138a41dfe9c5e5dff1a8289916c3c40df719641c442a5308f01887c0839ca68498a12c20f91817feb1dee5355a185271afd0a0abd1888720385affab1b1277efcb1c944dd005ce6938ebf0f68f124985750122c46c39d9cfflibfeedback-0.0.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfeedbackd-0.0.1-bp155.1.6.src.rpmfeedbackd-develfeedbackd-devel(x86-64)pkgconfig(libfeedback-0.0)@@ @ @     /usr/bin/pkg-configfeedbackdlibfeedback-0_0-0pkgconfig(gio-2.0)pkgconfig(gio-unix-2.0)pkgconfig(glib-2.0)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib-1_0-Lfb-0_00.0.10.0.12.50.02.50.02.50.03.0.4-14.6.0-14.0-15.2-10.0.14.14.3c@a@`~@`t6@`r_{ __[@_@^^$DBjørn Lie Bjørn Lie Adrian Campos Garrido Adrian Campos Garrido Andrés B.S. Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido Adrian Campos Garrido - Update to version 0.0.1: * spec: Clarify feedback noisiness. The old wording could be interpreted as the feedback being discarded if it's noisier than the currently selected profile which is not the case. Also take the new per application settings into account. * lfb-event: Fix SPDX identifier. The library is LGPL-2.1+, not GPL-3.0+ * test-lfb-integration: Test event state in async callback * lfb-event: Notify state change before completing async task lfb_event_trigger_feedback_async() internally uses a GTask to handle invocation of the user provided callback when g_task_return_*() is called. Currently GTask is completed first and only afterwards is the state of the event being updated which can lead to suprising behaviour. * feedback-manager: Use guint for event id. The ID is inserted into a hashtable below with GUINT_TO_POINTER and is set using self->next_id++ with next_id also being a guint, so change the type accordingly. * run: Make it easy to run under gdb and document usage. Having a fast and easy way to run the daemon under gdb can be beneficial for debugging. For that start the run script with FBD_GDB=1. * tests/integration: Indicate that callback quits main loop on_event_triggered() is renamed to on_event_triggered_quit() as we will shortly introduce a variant that does not quit. * tests/integration: Fix whitespace. Remove all tabs in favour of spaces and align function arguments. * tests/integration: Test that "feedback-ended" is propagated through LfbEvent. When no feedbacks are available (either because the requested event does not exist in the theme or because the system does not have required capabilities, e.g. no vibration motor or LED) feedbackd will emit a "feedback-ended" signal (with reason LFB_EVENT_STATE_REASON_NOT_FOUND) on DBus _before_ completing the event triggering DBus call. Since the DBus call was not completed yet, LfbEvent will not have learned it's ID yet and therefore not emit it's own "feedback-ended" GObject signal. In this case the test will timeout since the main loop is never quit. * feedback-manager: Complete DBus call before emitting "feedback-ended" See previous commit adding the test (that now passes) for the reasoning. * data: Drop outdated comment. We use the hints since some time, see lfb_event_set_feedback_profile(). * lfb-event: Fix typo. It's LfbEvent * lfb-event: Use consistent prefix. Make async data use the same prefix. * Use g_error() when library is not initalized. This makes sure it still works when asserts are disabled. * lfb-event: Untabify * tests: Drop unused variable * tests/integration: Check the state of the ended event * manager: Use FEEDBACKD_UDEV_ATTR. It was introduced in a5b4f99 ("feedbackd: Support visual feedback via LEDs") * fbd: Fix indentation- Update to version 0.0.0+git20211018: * changelog: Bump changes line to a recent date too. It was still stuck at 2021-10-07. Fixup version too while at that. - Changes from version 0.0.0+git20210426: * implement fbd_dev_sound_stop tracks the FdbFeedbackSounds in a GHashTable in the FdbDevSound * fbd-dev-sound: Don't leak GError * fbd-dev-sound: Don't warn when sound was cancelled. This is not an error per se. * lfb-event: Don't leak error. Don't leak the error values in the success case * tests: Run lfb_event_{get,set}_timeout * test-lfb-integration: Test invocation error * event: Make log-domain match source file name * tests: Run event tests too * event: Remove 'g' prefix from common C types. This matchs phosh's style. * fbd-event: Add sender property. This allows us to store the DBus sender * fbd-manager: Keep DBus sender around * feedback-manager: Track DBus clients and end feedbacks if they go away. When the client goes away we build up a list of events to end feedback for to make sure the hash table isn't modified in place. The alternative approach would be to disconnect the on_event_feedbacks_ended handler, duplicate the DBus signal emission and use g_hash_table_foreach_remove but that looks less robust than using the same code path. * Help emacs to indent properly * fbd-feedback-theme: Don't leak JSON node * fbd-dev-leds: Free actual FbdDevLed as well. So far we only unref'ed the device. * fbd-dev-leds: Don't leak enum_name g_enum_to_string() is transfer full. * fbd-dev-leds: Don't leak color g_ascii_strdown() creates a copy already. * fbd-dev-leds: Use automatic deep cleanup for device list. The current logic was fragile and failed e.g. when the FEEDBACKD_UDEV_VAL_LED would not match leaking the dev since the g_object_unref() at the end of the loop was never hit. Prevent that with automatic cleanup and explicitly ref'ing the devs we want to use. * fbd-dev-sound: Use correct cleanup for hash table. This went unnoticed since the manager forgot to cleanup this at all (see follow up commit). * fbd-feedback-manager: Make sure to dispose sound device as well. Fixes another leak. * fbd-feedback-manager: Don't leak config_path. It's assigned multiple times. * fbd-feedback-manager: Don't leak device list * fbd-ledctrl: fix matching of trigger in list of triggers. If the trigger is the last thing in sysfs_path/LED_TRIGGER_ATTR, then the new-line at the end of the output causes g_strv_contains to fail to find the trigger in the list. This strips the new-line before splitting the output into a list for searching. * README: Fix gdbus test command. It is TriggerFeedback and not Feedback (anymore). Also add a note how to end the feedback in order to prevent loss of hearing :-). - Switch to buildtime tarball generation, use cpio format. Also switch to a explicit released tag, we like to know what we are getting is the same every time. At the same strip v prefix from version in upstream tag. - Split out shared library and typelib in separate packages, and name them after their soname and typelibname, follow the SLPP! - Drop unneeded systemd-devel BuildRequires and sound-theme-freedesktop Requires. - Replace gcc with generic c_compiler BuildRequires.- Change feedbackd to video in udev rules- Add haptic support in feedback via udev rule- Update to tag 0.0.0+git20210125- Update feedbackd to add pinephone support- Fix problem with fbd-ledctrl file- Update feedbackd- Initial packaging- Update packagehci-snode2-m0 1684749146 0.0.1-bp155.1.60.0.1-bp155.1.60.0.1libfeedback-0.0lfb-enums.hlfb-event.hlfb-gdbus.hlibfeedback.hlibfeedback-0.0.solibfeedback-0.0.pcLfb-0.0.girvalavapilibfeedback-0.0.depslibfeedback-0.0.vapi/usr/include//usr/include/libfeedback-0.0//usr/lib64//usr/lib64/pkgconfig//usr/share/gir-1.0//usr/share//usr/share/vala//usr/share/vala/vapi/-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:Backports:SLE-15-SP5/standard/8e53682f6880019982926715f2890617-feedbackdcpioxz5x86_64-suse-linuxdirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII text, with very long linesASCII textC++ source, ASCII textPRRRR(!Sdw>87cutf-872c669b153ee9eede0bb720584dabc4f064f8373e9ba84b775a5f67a193c2f0a? 7zXZ !t/0] crt:bLL ؝-}v y'!Ә o:hW'ct ne:ɤ2]kF$Ұ~*Ȍ} IdulF/ wkR@ !Y<;.t@J@ þCxj("=ڪ~9khqQ'S$*~.U?gz7t+M" ~~PCӣҲ!{i͌a %SסSWrt0*2%>Qq3)n[H/Dm3E2MrUg TA[%2l6Rx;s<(^N=>0.Y]&ZoYa@[{J"y͌Kg{6G!v%Ek[*@t'S[tc#ٰ6Yh*A=@cɅ0 ~nI^68ƒ"&‚ʮg@eGvgZ HܩB(  +DŽDM TE3)}83\ `.K傕oh)!k7J)1%Xۑ=L$Θ3,+),:5MT^Ӗ+''~bɕGLV?  pi%𰷀*ɿ.H]k C`/"4lTb S@+YqِVgx7Ao;lY\h%ˊ eng/pI,#*H$'HIPBmBa? qo)FOjA)s~Z8Y &hu}}2W`Sq۹G2K+C[e%ĕqsPeEŗXvR ~ U-X%D9' 3ff`ʦ!$Rs@ ]&c~ l=jiρrv0Ap8^3L+8vcu(uK"Ʉ@p.9Bg;z8{Mp? ڔ2MUq>FK%wd8k]1>ǐXr?՞ȋ|L)]½o}-MڣRo/2PJƀ=lY 4^H5%uĝ`c{Abs-ԅ.:^ij @~c|@)md~V+`a|U ]55ebnT^n:=zJo+ʬ Ȇo衼 a2 rNrFR!&#}x > KDBM)SA1ZPvR%b SOx=pNՄAFQLiLi&%Tϸ>j鲰uPRqzf%ciPA{nӄ@ H2`UucNAHڙ"!}%x<^=uSm/l{ljN`P-78ĠKRsSKouC$u/v.I\/yR۸5Iy3c7fD"1ui#zyE>S{:}{3 \q:%x؂ -[hlǎ xmxٞFMq娚M,I ¼z'6i_ ڣ<A@+@BKxn8bH 5cU8B'K~fgzVM*Y7Ot @Q2% t;$gUf~sI{tD~ ?VnbѳՀU-VI'*Ы뻬 ]@cH tҫc(AK殈o\JO>.9,?1Ѯ:s}Ui կ3bɃBRBO^e8zJv?E@ƻia&IK|=\1YK9ȁ`8%y\t= lL5bԻkġ<>[Bhgd^Ѩoa]PE)b`>M"ʁXQѲ+ćWÜІ&xS |2 T;[g/›WInH5:@ݗq5n&>հ^'- q[6E,/jv[F!dg{Sy%au2V^h;:3P4xk%b7]WêU*}Mf__* /Fl:I]yN/L)%Z<| 4znR($T>LK6i=[4zT859A̻/?3(?Gsh;.T ~G&V͔BӐ8/i؃4wrf@qRTc!1d2.8W6(+u>TVR.蟸57# 6+(+Z[)5MvAw̄C7&@앮Y% # #nh6*zx*g7csy(*7l 1 vPnB`/)j-T獐 B} Bo+Mŷv'è ?eFy/* iwJmr5c0 y'NsB ܒ`́0Ơߴ] +)x#gz/3IJD_rqr(L nTK]S291$) s nzC<_6 >UBd+XxdCqKl+Qweuw**1o C4 򨮷\Qу*^du/D"ΑP-{e)o@)}Z_x **#Ǫ-2m73ɭ~cؙRz2]ز9̬mÄٚ1vd.QkQq]!1[q+ j̚%&aM%kP&YX3hsQMy;f!G1̵AáJ/X*-{5Xww?t:$aY`h#Tb~ lNKzazljՈbeA MQ}Y3RYS_ G/ : #w% Myoyyh1z<.`謈M`}zx9ɪt6񝪩t>{~2{McRҨ"~}EK8Tt z@FCօkX@֢untߋsl0C5=XbGH^GIAπ⇑յ뿉7 RN}jW{!i?.92:s>JӇyiᱟ0\Hf0!+6[sox}X7##FzJ#(k%nWh'eܗ-KL(e\]|dn:i{?}q#"(6#ћܩ ~{eL7VΓ j#3r5ݧiXȉrNГvP+<@@E:RXRyש{o g+6K IeI9Ǝ&,Ut\aE4ir JXPx$w B[y81]e;ikXVsB{)v\J 1:pecbp[!ډeՕO˟qǁ ? b(U֩7kgxEE[/}b%6|o$lµOמ>獿ޔ!fpW]KP è#N"#.džԔO}B1g1Js]}|}Tˌ}rz<)rZIw}1!SJEߎŽ _)<O!_Wξn^9OK5}Hv]ys. /'ls«ӁC}Q}me%k6p,:y`7<>* 37o?{ xS=֗ %-'K塟`bwo&bFU?Ԥ0; #ڋ]0N?͌{9DoCIZFI4b |6vYHAhxZEw8*`|8bw%i^QfЌLidX<}]3t5Kvn%C{} h0TLaYx 0 WO@cQ?TX4:OMae?&$*0yieUE% #Ǣyg4)xE/Z\hnƔiVOx>3dAid1Λ(]l]ә(ȬOsj,Ŕ6_5h: 2up(aNrV V!޷ZD$> wEfSѶ MxZ;o(F1E [}3u6x1#SvC&gc Z-ؔ+6 oudeǞ&r4H}䅕~$O*Įa֘F.mX^?֎'֊1Q[gZwT]a"q7ϤJT7Kl+ԏΖqRgYeB~y^˷ʍF ! dlszDVBS"ho9^D"i_HA'sUT(k5,sHy+,TgqkqV&[qw@O2Š&ۅ0(2/f18 Q壨^H"jCdgSt}ie2>h"Aݩ4zY mҧu1> Df^ y! e^6 ∱`c ؁Iǻ-l$$8 5;#%\R7@V}di "Kh)%zL7bcvh7_ 1](3Ŵ1&فP),EDJ=^GQǘ`j";/5eZ*"Q`HMQ*]I,Ռ% 7ݞJQ C3\<0%Z_=E2q=`5AUI6rx)3[fIn`itLysր\-K}X*2͛S r}۴T:h,α37˞h)+8½ yh܌{# #c)-vd+[#ԎRb[I1$\J!d>j|gJD4 ӝkOK s>7G2g=2`ܛ g~-_m%&Gd7d(rFlz *杦J c [='*LUg\oQ] 8As!y@]EL#Khr>9fqXe8,]Chuxj!ݖCt&W1(ٗ Pْ_hhE{닊Oә8έH̶Dg榖o ֬ޥ΀9XQ٫ZRSnqC~^\t~bu~,xĐYJP9zfv 6\/OH}OocaO p04l@4[z)C:SP,:n)De`Lq5-8F[w~'!+n%.I Ic)IW="8 .Naed;Lg7݉@*dY^V/?Kaqz.`a ˲?#.5{YX}~ν*&'vkh̋0߬ ytFav=q]sD^{YoG!%y7'2iqo[@fHmE=-ZY:4GZw0/Z~ ]XBޙ>r"x6lkq1پC  i4Zy"!f4r(l?9zK3ků7FFpP?w |x7q`l19XolC)ƶTOH<3h..ApgdHhTk\0sTOL*4fxzޛ!#kbDbYHCBc&,mW'|?\u;F*wzʴ ߏ')>sIM`1 $2]H{Kc#E0d,` (qPC@{Qq56#g-2d2PP^^̷ar3I ko fUDo;ZrBĞFgʲZConM.B, Xn b<./bJ!U: %&f%i[K37/% 9C XkQzsm  x|@/ˊOgU#.FEk *x/g;Im>Z7ݧ{5ۜ bfJȕ'd"ο5L.BJ%@P̹] mp><{i=Q7;ee -y.h Szas/ kS› %c^b c3Nc?k] UD;'5mdb&mrG g 'q3+r|\[TG9[1mS-6p1՘"bFeb^(0ld IYQwȫ0 l2Ț8c s!0Uѐ4r[=4f0rtm>cq_^՛ΡDI~sߌi`F8 3dәrq@ \2Qf;䓥b[PCڙ A+T0m {:uG)%\u1σ}bkR㴾PJ$nhNzj?'k찈pʷkК͎ڙv޶~ Ц+ srؒC!&]ہa*-|٨_Pŧ4Z2] cOIj2K|ڵ]/7?Sn̐:' {1t6`Π;i7YwK͇Utl0m1]b<&] 8椋S4۸q?0L quܻt#/j W2堮l OsTZq,jb5ydcT58|a/L;lY[\%pQ+W9KCkrGiQqA^N)2;>+߶w}άw2HTW~5dq&wC΢cGDT7\7UeHi5s7][bsJӠ '&CĖ]bqN(P(|!8-?x 8=qbդޮ:2ŽlNε8fl8h{?|9kHwcv2k1&+XqLMc2^hU=U:z{&Jb~ȃ^v5d*"Pw KtTZX 9Iᒰ(nQ5{1ޙx !ߩˉ,uqM¢~\y)>`yF68!sԯJ6I1/0?H:l`T:=[߅!5+P%rF C+N{_"َM+-oZŮM/l[L -}U0V 刾geu]&%lF/Iވp -c%u5[d ٥ (3FY׹_*d670 sF"v3aaۺ[w$zVGn;0h9Z5>"EE$J'O4ܒM :_dBy1v4-LHϭN'lS1WlhKC흠THVpQѥ% v !w ލlRAG+(QC$o%̲n5;21*8qbmMR#93;~;k ӽ́k`U%5L}f%B)k_Х R(WԮbsN͊,xcS-{X>YJ6NԠ|\?݉$0جg[6Jy3yq#Pzϰ(]PPW2qbLG c%gp(Z|\im<|a" %tll'{rh(N;Bf77EeM ː7Uٻ dͲ I166&a(3>a31 |SYbf.Wx巀+# HhUC#A5>"fMHYav@o[zH4)"@c dr'cpȥzB'*aVU!Lxe"H, ӹt25GLX?I_aJ:͒r*ͨ2PgTq BjX,yAZn\VΦP`G…طR TOJT:窴KH>Pއ7Ƙm8hBy3p9e|cCٺ2hlv*T1k;ʧH ixG/)3.ngQaqNg*8Ws >Eo R0/Y/ͳ_2;o]3OUabL|b| 9RzsWG2V,f:񴡞7uc;KYVaJj44ەnqg Ied=y'=AY*ޏ:,uaED* B t }ϟ XD6·h9N?$HiۯKU':րVҿ11hcOD )CxTєFDHu\T[A9ܡBD?HghiWQ޴/+]vLl{CQ5bO~ Iq2ճz[ Xep?Ic;3Mk͉3)fM[s /K[4CE{27< {RfؽsY) `ߵ>6V_wM^l5SDz$mFX 'rJ`[9NZZ*$˻yfF`GfaVr۶ YZ