feedbackd-devel-0.0.1-bp155.1.6 >  A dkeI%z o9K F90Mh-ggt?6W,qɡeT*5SvG $+ۛ(AJ b/†w֪VQ @WU %l%:z' ~aKFWۆdv2Id̘55DbJ062'T]<iz=_c~3+!Dl3g6<4¸[Yp1'қ/y4N|Gahm*#+R򺲳v&jYM♘N"TˬؠF}&nbxTo Z)ԥ9*9X'p>'`?'Pd " B  '3\bh           $ T    d  v (8 9 : F"xG" H" I" X"Y#\#, ]#\ ^$b$c%Bd%e%f%l%u% v%w&| x& y&z&''' 'LCfeedbackd-devel0.0.1bp155.1.6Development files for feedbackdThe feedbackd-devel package contains libraries and header files for developing applications that use feedbackd.dkfs390zp22NSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-only AND LGPL-2.1-onlyhttps://bugs.opensuse.orgUnspecifiedhttps://source.puri.sm/Librem5/feedbackdlinuxs390xM +A큤AA큤dkedkecndkecndkedkedkedkedkedkedke6add45db102f32450169a30ba439fff15a300a90303274ebbe5102591e6aa51ea7828b23c1dda3f3a57a91835e85358a825afd527eea97c796c06a2173b85fe825714e9405d30ec71fa10a28de3c7bd29c41fb6157503986431f45b9d141bcf5e90a3a8a565631103040326ecc58f43409c11c7404516838a6a20e905ee117b1a806cc38677a6daef77b5933b7b6768cf2f861f9043d080071cfec4205ca8806a3c521cce460f39138a41dfe9c5e5dff1a8289916c3c40df719641c442a5308f01887c0839ca68498a12c20f91817feb1dee5355a185271afd0a0abd1888720385affab1b1277efcb1c944dd005ce6938ebf0f68f124985750122c46c39d9cfflibfeedback-0.0.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfeedbackd-0.0.1-bp155.1.6.src.rpmfeedbackd-develfeedbackd-devel(s390-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 packages390zp22 1684760079 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-feedbackdcpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig fileXML 1.0 document, ASCII text, with very long linesASCII textC++ source, ASCII textPRRRR'*A`͂,\;utf-8059d6758b253fc1d22fd371ffa42eed98d27c8b1fc0b997a80b2656891010528? 7zXZ !t/0] crt:bLL ؝/?@šT`+Bӫx!`}a*\ۑTR" ߋ$[Z2e1W^4Y`cI{J Z@r %x1k)x2^(r]sτ+?$)n0FՀ21®UKovU 7bገ HXv. `,g3#! 8CKdoN?7*\:E'J,R+,&?=r?7ܘ~n0_Cs>~h`E"ėl,xϸ:ʙ ?3Z6o~ q/$΄~v3 ,[ a&H@P xbe{c6PxWBPmόʯdp!6<.nWƷ-dWHŭ_GGus+:O$R"kH4*K3 P 7dl`GS"لu2&(L/l֝5!Hč,Hz` *&\YTNj(Ӆbu' 7lhRDfŸ4È% U7E>I$I4Ճ|~C_jOHP)iTWy j)5Wd 8`7׿<“ԁRzPc'\{#+͵ #B0dm!Gs[ؼ m5W,_5?B8A3 z(,9[/'L&$CjKTK @&K *]*1]iۜzҨEfy|U"P*6yJ~ċoMǫvĈ"{(PedNwC~cdz&?7d5 J0R/05 ;gwN`_Ͱ{PD#߀l97c @dR;#`yq@0Z4qV|ZrSBS&y7nD3ouI54Fo=f A9+amO6ͼk{ _s,. A1UnqdKӣ|뵭йV8b~wޘ\(kzz[RԮclH+<`u|*u(wț~MR܅9Seҡ,c g8G4Ev|豟aFG6zٓ"S'~IR& $Z2\){9-9KRt!!T:$Y 1Aׂ~mU znTpP8ђ|+ 5c w-uIxxZ :#zGxVMe%q5D9RvHB朌S6YDr_qT5#*m*na=pI¤]K`= 7m?#Lm^t>8u5MYv~a~Ӝ,t%71Lz>(?\A܂꒸h*U!`?ij𴀪7 Ex5#;=LcXͰIgO>U!EG̿{Jv${$"9ڛ\tߘ@x$PFΒch!z.OLuECqmzLfSS5+Ǖ9=.?sLn\Wt;>5L"{EZ( iyňu򒞣ULogF.kHD禕Su_h_ \U1xL{2kꀬ's)ZCO_#\֖{II Y:և ?`=0p,{!6ʺߡ絙˚m :UHjG#nq@- fO]AtZo3m]sJ RT]#p/̌&g#{깾#P,8i3#2VH"3CׇuA^\JbF)8Jfi,ڀif럛I Jw478Src KU W)l?rݻpY΃=+11 +) m%Ru&J0 wr$]5&eBƝJ_v ?@"QJ%d[m$n+DCa,9wpyx7 @=yV[zkn<֫)AN}!hL==<[N)@:NpVWVsX ^hbF D6C99".uԁk{ nRu=`瘉.! iVn.k-Gy!̜BRrtF Y;`}]DWꚂd=sL~Zp̫}3{D6 Z gB3pn<6 f]|gc}Ro 'bp&^!\C=FM~̗RoHf_3hLEYDydE^B)C)](S (tgD8P^e8k[7\Mh*PVyVfL602BڃDSPn,v;\}pԜfОc+:Bƶ9w8LŶ.0͙Wcnyf= )fz;\|yv;?_nDkR-ٳ)锉lǬy"W tpRNr%b#./lΉee-u_P6 AXt[UV估_|()i۷ `)j:;1g tX@V6axif#lEyl+sd4 E0`%3:EK٤O~jeN?y7ԟ o<7{9& _&E3ciA'ΈvzJd!}a%xԪÊvMbQKKê) ɫv;U m.~A~ǪMrvU-GiG!puJ,?B5aAmcj×DMZl! |I6m)波 ~ Ί,ɇ!ؙ%G s xFxI!j>=Ši޵M6'ʘ5si=S^E&H+ 2l6 ';Yf8鲪 pPۡJCN;DC۾$z3ʂ&'Nag9Qsom2^[ d_XyqFS_)|sw J!L~F*LDz'^wA`Pz[hɱk_yՔEvFBv {+WXZOT lkՍmL%_/ #H$FUiޘ4Pذ[x\/q0r(P =,v|2{?{~X6HAk-LȃJU"7! ,2Lfmt8X4]4mvx}Q2R%uQ! #{;[s>;av?xxQr&L!jo*s 7&ύRJHF'7q<^>xlA&~ix>M~$DUY@ȧ""b[%)B-IQ) yLa H"ɩ`տϫo_Y)q%{T~zƸCmyyIߎ/qٹpQ~ y 5U@#k}uʶ݋&7n ݣ-XXaГD܌S4diD䡑QbҶzQibj6-SsUx<"=ȹ33ho-v 8h<@1J^dw_jIBMm#bTr8'T JЧe3VXN|=_+!h9/*SLB/^ȗM,#^+)XxLKBQv?K;%"5oO$ӔNfN. zlwEH}kQzB@tݹuXNgKvQͻ)%#Cv1/1ZʆwxGi$bZOm fL*i#Ly+FUӦ33#SdkM噰gT{{U` $`28 6_1ު|٩XZxzӎF"mnU0Kɕa0z |X(Db`l +7֗yYoH W݀u  sԩfC$#_5@dvnҙ)UE~5`V|헶Q![p[w&lQ9e|U_/:'[,E=A OUq#,82&u1c.Ki>&}8ڛ_}G1Iem (HUq[|Ƈ1E9:/yjY՜ˠ]W U__g͸Zs`a?<q,%Q;u#@f!өԞQCxlb)#PUmQ6(ml>4 L+`V\"7Ñ̌% V;+Ȭy+0  y4g>. }vBY%vV%[F<IvJm'߰Heis^&qQo \B<BwWU?& T֋;C97 `D}9'k좜Kѱ_ )2dҷv{M` yg%WK_zG;[F`˿74uh9rQ|X㡯_޵=>֓> 1 ` 0#Vz^Ʉ>Rڱ(7\b dR~qSiY[q:/9wM͜-* r&iQ> Մ G9Ck%xl,Yz :W< VmDWVu+| Th3Y3_ j|ƥ,b!Qmzn P߹;v Ūjj8GqQ閶iAab_}sduoj N/ }l#mH_r* Bz9mX@M`'-lF346US+[R6A2h1Xz:ěr*Xqt?B)@;$bs7BUDa*{ޠ:R<^u4 dg*hhUT?lF`a60T}lOxɽn{E{07- * 2fCfUoK蓱6&ҎHoxVO`׵+J l2| <_ĎqȚA͎~zd’Ȭo:{^nb6`b_ :.^HS&zG;^h.?j-+%A Le: d}LyRg \1Rsi|j ZP +M#}fuwyTfr c|cz is:s1-)B=1@zFfŦ߱R@V.L)Mj}X'5pwD C а)ix#@̎f*MZaj[Iu:UcF5ΈaEf҆@/5{]5+[?#˂ = :K!?hifa.ᢛOn> "]N~#]jl`KhcX I|P#;6;s"Da23%[i\^t^TJL|V1p N [ɩrT0UKҒb\^Z(ZZzx !)J=ƍ"y7CSf fp3@P>~㡻p8w^MqeC6 &Fo~'SPCtH^7Ai6\3vI&lL4 IJǚ䜬>Rǫa[J5)iM e:Y:?SB&m7:m:\6,N &j@Q!mP?mh9mSzyO,E2Կ w4OSp}gyĪ'Eiҷo[(FH9%-Y,M!WH9>nC<`r&1`mHm"aa fc##5  : HIB3S%gMBzhQV{)uk<?b fdhnJ3=R^0TYC]ɥ_.&ITxg1L~v-(hF`m_j{z0d˟<4׽BI*LSC&~qbb? qlۿlvNVaGم)6hl n ;.P_Mw:wuT|]j']1h`Xw`^L|e_%u-9+Ջ*4zR~jP=n8lEZ4Ə ӭ "iWVnE/jg,knF5L?kF'[5ܾGfNU8cW-yK eS UOFs>79^ɑ8{[?GJ|$eϵ``pQih]ο /HҊ4ԂO~ߠ֦>$7*FʨH%,5gMSdxqm]~̿ dN.g[J `AtnzGeHGꝔ!scbQk|bz6``N_ڪ2_֫OYWM—8(?+- mz?hQ^^B=(Xc ^M/σ|T/?=!% {twu/[ٓ:Pr~<]"aX[BqZfk.NdyFCDZ{Pt`#ɑA)+l8Z1f`݂fbf=2>34Wz4PU&Ƀd2͓|*96Vqmvt]5\p Q\AO&:ԃM Cy{[3:{ż{_;$//TbU]{C}5/.l4TL[?gU kC\i90ֽjpZc 4h-#ە6xW\ij= gD1:X=m}4Q[[?oG>h:[T/?q*uz◙O2:rXX(xA')N^Hvn'jBfeTU0`p4Fx%i݆Gd>ϟTKP09v顮n?q o\bZgU|&r3 'Y &D-AD_!j 4,#5:%CN aW\ ڨUtdlY$֎ 0w.R0Mv:i^3fy܎:熄[3N}\B`#ܠT!4P 8{B DnBW}j d"]9r_[ iH|qͭ&NZ yA-.P-I sy"_*b%W@nIT>D`c1q7C6 >䇖ՏU2%09L\Ru1e[+4efBe9`qy^ r^|? okI?^3 Lv$k 8/q^O')} tr+Cn1AeKO)_ӛ±{X9nFWg%4Ta)& js|{{meD>:m0hy- σ :Vi5FYgnH ' tQ4.MLa7wƶ YZ