geda-gsymcheck-1.10.0-bp153.1.21 >  A `B!M@eeeDJ3>xɴij2Q*Nc,伅K9¦$*zwg !#;̫W#L"N=hʔuȌ%OȄ27}bCm;{8n"KwM.G/cs 4"Qm?;@=F+lY78yH$sCM< ZpT + ֯:N*`bpz/E$dYWcbbbfac911c4ddd881ae4d93737606a8c14980c3cc3550fb42af574967b14820a7253a17f0f12ffd38485c87595c0de771f5d868g`B!M@eee@5S*.`}okH*f#[zpK!n;9@PLWduXQA[MpAL^.<F[=z}_D"ޝj'ziXա;B>qƓYYlalWXT f䨿so;8<3BL\=Վ3\ $"br(y䶟djpg U WE;~ >@696Q~WzcO;Y;7p>"?"d # V # =az      $=V|d(8 9 : FlGHIXY\]^Dbc ^d e f l u v w"0x"Dy"X z"|""""Cgeda-gsymcheck1.10.0bp153.1.21Schematic Symbol Checker Program of the gEDA Suitegsymcheck is a symbol checker of the gEDA suite. It checks symbols for missing or duplicate pins, missing attributes and definitions.`Blamb60-SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgProductivity/Scientific/Electronicshttp://geda-project.org/linuxx86_64 2!4!&큤`B`B`B`B`Be33e2784239c3f54a894694f017da109ad0e29a22456a8a8b434b1b211984d0cc6568f6fab568491192f871ec8c45620777fde866987f4980b2633006cd11e17c4a4327da7898addd312607dff47a7e8f357a6430723cbba769bc4420e1b7a1f15dfd87a2c500290fb3356720a2f04b4d0eb365ae49f32c8475792efd6b8f33802af649612f6c121d24718182fafa722507a757466ab3e74e2b1af377fb0da44rootrootrootrootrootrootrootrootrootrootgeda-gaf-1.10.0-bp153.1.21.src.rpmgeda-gsymcheckgeda-gsymcheck(x86-64)@@@@@@@@@    geda-basegeda-symbolslibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgeda.so.46()(64bit)libglib-2.0.so.0()(64bit)libguile-2.0.so.22()(64bit)libguile-2.0.so.22(GUILE_2.0)(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.01.10.03.0.4-14.6.0-14.0-15.2-14.14.1^0^V]]A\@Z@Z~Zu@T@TcKT^Wojciech Kazubski Wojciech Kazubski sbrabec@suse.comJonathan Brielmaier stefan.bruens@rwth-aachen.dejengelh@inai.debugs@vdm-design.dedmitry_r@opensuse.orgdmitry_r@opensuse.orgLed - fixed source URL- Updated to release 1.10.0 - General changes * Added the library "xornstorage" and the Python package "gaf" as a (currently quite minimal) way to access gEDA/gaf functionality from outside of gschem. These are on the long term intended to replace libgeda, making the core gEDA/gaf functionality available as a library to both gschem and other applications. * Added command-line tool `xorn' for low-level schematic and symbol file manipulation. * The symbol directories "gnetman", "verilog", and "vhdl" are now installed to the new location PREFIX/share/gEDA/extra-sym/. This allows adding the default library with "component-library-search". * The directory to which gEDA programs write log transcripts can be changed by setting the environment variable `GEDALOG' (the default being ~/.gEDA/logs/). * Numerous ixed bugs. - gschem changes * Tool windows are now "dockable", i.e., they can be either used as modal/non-modal dialogs or docked to the edges of the main window. * The action mechanism used for menu items, tool buttons, and key bindings has been redesigned. * The menus, toolbar, and keymap have been revamped to more closely resemble the "standards" for a desktop application. Some actions have been assigned more accessible or memorable keys. * Attaching and detaching attributes now work as expected: * Fixed "Lock Component" and "Unlock Component" * Added new color schemes * Symbol editing has been improved: * Added support for back-annotation from pcb-rnd. * Double-clicking a subschematic component enters the subschematic. * Right-clicking in path mode works as expected. * Pins are allowed to have zero length. * "File / Revert" only asks for confirmation if the file has been modified. * The "repeat" function of the middle mouse button now evaluates actions at the current mouse position. * Mouse gestures work properly again. * Added new mouse gestures for page navigation: - swiping left goes to the previous, swiping right to the next page - swiping right and then down enters a subschmatic - swiping left and then down enters a symbol - swiping up and sideways (in any combination) goes back to the parent schematic * The coordinate dialog has been replaced with an option to display the coordinates in the status bar. * Added further menu items: - "Add / Last Component" (A C) - "Object / Toggle Text Overbar" (T O) - "View / Show Menubar" (V M) - "View / Show Toolbar" (V T) - "View / Show Scrollbars" (V S) - "Tools / Select Locked Objects" (T L) * Fixed various issues related to undo/redo: - gnetlist changes * Refactored gnetlist: - Netlist backends can also be written in Python. - When reading broken schematics and/or symbols, gnetlist doesn't silently fail or produce bad output any more. - In case there should be any problems with the refactored codebase, the "old" gnetlist is still available as "gnetlist-legacy". * There are new semantics for power and I/O port symbols. * Hierarchical schematics can now use a simple form of parametrization where the instantiating component contains an attribute of the form `param=NAME=VALUE' and some attribute value in the subschematic contains the pattern `$(NAME)', which will be replaced with `VALUE'. * Duplicate I/O ports in subschematics and duplicate I/O pins in subschematic symbols are now treated correctly. * Added a netlist backend for pcb-rnd's tEDAx format. * Added backends which dump the netlist in various generic formats. - For more detailed information see NEWS file. - patch #2: fix-gxyrs-utility.patch removed (applied upstream) - patch #4: geda-gaf-enable-guile-2.2.patch removed (applied upstream) - patch #5: xorn-enable-guile-2.2.patch added to build xorn with guile 2.2 on Factory / Tumbleweed - patch #6: geda-gaf-enable-guile-2.0.patch added to revert changes introduced by upstreaming patch #4 (used for older releases) - patch #7: geda-gaf-fix-uninitialized-variable.patch added on Tumbleweed to prevent build failing with latest gcc - Removed requirement for geda-xgsch2pcb - now PCB can directly import schematic files.- Prevent conflict of libgeda42-data and libgeda45-data: * Rename package with unversioned files to libgeda-data. * Move versioned lang files to libgeda45. - Process with spec-cleaner.- Update to version 1.9.2: * Guile 2.0 or newer is now required * `gpstoimage' has been removed from the distribution; equivalent functionality is provided by the `gaf' command. * `convert_sym.awk' has been removed from the distribution; equivalent functionality is provided by the `convert_sym' command. * New scheme procedures and hooks have been added * Removal of some scripts and programs * Updated translations * Various bugfixes For more details see: /usr/share/doc/packages/geda-gaf/NEWS - New subpackages: * libgedacairo45 * libgedacairo-devel - Add patches: * geda-gaf-disable-failing-tests.patch: disable failing tests * geda-gaf-enable-guile-2.2.patch: enable guile-2.2 on Factory/TW - Increase version of libgeda to 45 - Install more languages files - Add and remove files for packages where necessary - Remove unnecessary requires on libgeda, which are found by rpm itself - Update source link - Improve phrasing in summaries - Fixes boo#1117307: geda-gaf now requires at least guile-2.0 and seems to work also with guile-2.2 - Remove deprecated defattr statements - Use license and doc macro- Move scheme code common to gattrib, gnetlist, gschem and utils from gschem subpackage to new geda-base subpackage. - Remove conditionals for deprecated distributions- Limit descriptions to the package, fix some typos here and there. - Remove redundant %clean section.- Add patch fix-gxyrs-utility.patch to fix the failed unittest when building for factory- Fix desktop menu categories- Add geda-gaf-rpmlintrc to source list- fix bashisms in post/postun scriptslamb60 1614996672itnl1.10.0-bp153.1.211.10.0-bp153.1.21gsymchecksystem-gsymcheckrcgeda-gsymcheck.mogeda-gsymcheck.mogsymcheck.1.gz/usr/bin//usr/share/gEDA//usr/share/locale/it/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/man/man1/-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/b64d062cb2752ae1799e23d0acf8a353-geda-gafcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=ae76506d9a113d500117225791be669fa0fb3ecf, for GNU/Linux 3.2.0, not strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRRRRRR R띧^3 utf-861e87100e4ec2575c2b9d77ebeeae53ccced9ea417dd4d9c26c0bed38a0df1fc? 7zXZ !t/@] crv9wH MEF?u<4+A*/Z)`i D|K $/R`oTؾX Kayn,dž3ά|Gnb́n%5sPgH6 Q@Q W{DFzs]_0j>OQsE 3P~2mH8 W*Jis|(:cRE6 Sʲ0YVnѮdϸȅNe +OFT.}` jI˧yoΏbaھLw\KڕPF`M>d/"E?d'gDb@SlYN ]ç;D+0 _WW?^+BVHΰZn̎Z03 ݭF'5~~qPhz4zT3=Nucr,5.IJ^N왭QJOژ~3.lnu[_\S =pd&-F P=F[ pQ៴opcakV{]}`2m3[A c$?lÀm12ES6%V"IK%2sLy `*,.F}B 0γmb1ۆ)Y1eC' שOqeعW ^17)y7Je#d}Y*T90 3wmmNo@| Z)F#'c"pibܟ-YH;<=d'55Gʛ-7YR^'9BcbqZ)GN@+"C[cAMl*k^HL 12O`&B [0{uA(-T{#ʚ2ĜA Z Y9kZ* d.[fL=ns @ys%UŮh[i֔%v a8|r1'# ]tXʼnxKG /QG*b!ͧroʶox71Zyo_o~֞ڔ'ч$x#՛N. /@^mްp;aY5`n>ɝ5x>M vW,?ތx7~_I:V+yQQP Rgu(`2k(:PHHO1@{ɻظ]Uv$  ^#ԙTʎ7'ldX ԀHndxk&Iߖ u ,{ V|]5Tܤ,d`%`2U .Mka|q sM!<6sg8au[5 37)ԐTK~w}Ϟ mbF/اv!ZTSyPuÍv⨊"`d_{a:꾇4ux6RIOR:k<+eVv$ҏ?_4gO@MYK-*?ib#L$H bT d]{'@f 0ۏup^HʅyI58椓-^Z[-cϦXHz cs98 v`kdMg9ZHWEJQ"<&y0~$7LR'(@ 7\PH ĔݕY`ϊ_7>`m8VI.ǂCKMm\P>tDP)5.1DG) c{wGN(U,Q9W.ZW^)]($Xp3Ŗ؞Cc ^p۰Or#yaU[!QTNӳ+N9DZn~pz1ԥoMնޏc~5I%rqdy,ZBiZu:I`(4vg nI1{r-8`ȕyPOt^cڔzNF?yL?S;3?Շz IzLA/(EqW÷ iK\<4Q}. $];Y|sR3(!:c)UMVE\vĕ8YtT׳ShF6NW/ zT^z'B8wLDu=C\]Ɨ? W:ޱQv]w^4;/<Ɇ nd5Ԓ}aCƮ$ ; (LvVEDMf-QPsFVn0FlnnQi(Ynf>e687*|> hAfVXrLׄ\| bH iQy]!"XXΊ0MӀәФ-5p-ƨƒIRe.S/j=[E+j 5|$XX @i^Jfcr.Dy'V̹xWV\_U`Ӡ#.4Zd|ѷې&-LT=AnIS.-{@G|.pxX_:ʷAS4bs$zUԭX2Xb7^idR(I Wz l;O/K b4zt);O`qPB .X|a9BsSrs?~HcPƓ@1{|zyJ37c엃a A=qGRcPJr#]y?l8yz{z}7&>= zNCHsgg Uؕ}HpyF^:N7`4j/ pZ.#F88qD?BIi,pZ;WZ)UjY UG nTK??GTLXiM2)^!I :pL4+M̆=Ce;r+,s% aJZwz/{y')'O(G&;Ww4Hg06R<_\H$6.}ߣf66LI0a R znAΡEnWeTṔ̉149ckZc9g2gRn#E-ԑ|HV6Td{WD~)kl)bn RF:y,&3 @u[K>jx&sB"ݞߏ(W Wɑޤ 8ဒ PL m4힋N',>bPhDY$#6ن9`?4.[=v+(}QC_f`놷cU`zAğn6:e&.]f%xs[ز-K(2)3J!vk ]f$y/mö' ulȠ b$G4cOg&awtۇ|Y{,(% XuZ/?O1WAQ#q*n%Ϳ绂B/(Fda6l/jf_㖬 1H5 8޼#OEsekT^RQ=eL|ň%h;¹Bo|Ya;vɢ|NPi%_,8$PaC8_9() q@髹XM)>ʦ\6Mʠ^Hk--@_ɕ8 ):,} +o^eo+48p3J([?ctMϭ !\ꄔh! y}ܟQ!0db8JyԤzSXpo1HɹJ0kz]S'S'\Gc)ݜav1Ik=M ε1v]ѰL3fL8΢nI.l ! VnF\h`rPhY=Rkcz.1`z ()MgM3 @.9I !Wr)㴱5>JWs\x L+R1U k)"iXwB11n%y k5H?8 Q9\+eң\}˾ `@i#OiKAw[J4V̪^7ML-3Z 7NOPQwl=jb!U"YN)i%xC3-`_)/Ŭ^[F}w=y'aZaMmO Y\;$aa. ,88oj^]8cxil+ |ڈiDf:MPsӕu =W2͐^)oZ[M–ĬwL {9PP,; XV,3 L=^А߹?fӼ)S8F\S2x"ׂ_U-osh+a!ހ,KLLPÐX1 {WMME8듏gJRxE8WjWD)C7(ƖP1d^QK^`/Ǎ~"LnyW?{5B@T?6B+<Q􂇭//z7q}꡹e̕}`xcC ϧMkھvk~V$+\%Nܞ瓈G9>6p a1S]sI7aUO)*Dib:)[\~DK?7}FVڬP*fpQ m[]X/׻yūb%3@_<BS!0Xji156Ş/pd2xRd2x^chUzDATW3ܩ PSJ"wU}UPkY`?Im̳ۖR@ Hi^0l"FƩ!×2'xoٰ#d/l3\KJ9˜e E?"#3%)a1T&2^/'9ү{9"A- nAem( c;Rԍl,3l5%v <܄1`)SAB_js/t_+b 'b zh'n~utIP%/% |҄<U0ʊ&8br'ϮLu׵-opU% /H5fXuX0o9P%@ۧ dUWʯZm i4|oh 9tٷ;E)~a -ZUmF Μ/|IܵZzHp^YH m:л,Zh ~k82gj31HDnei5.4>2zz' •*]jUݎq?DTw,}XDH 'Ц+/#jk%꿽8 j X_Juau,M))Ł8xt@Qƒ6j["B5cVoK;"E )ާa6V 9 >p.; 9ZIe?p(G˳ƣUoiCODf{;aK$!(D|H6& H7 XCbuI}τ[&g֫ L\ 6ObmF2eA;*I0‘F-S0?Rpz 9obBg;>/ۈ2i pMep풟!\4-A(Hg! kR8'rE M;~)ڇ/S vUMd|jJnvTgF m=@0ځmrRD)J×(M?TLetsm ZYh57O6ḛ; eB~ȩnzf="m|t͵z{W(ǴY~lr{$>}9XZA.[хm %'ˬRcU!?;wu ̞c#qˎ(GdnBfi7R={P0w)M{JrjRKU Dlh^>_%ґT#i!]dn6,r@5)_-퉳ebxrZ?hQ!P`l1\iw.TU߹t=!Uv ydEPb;XǺ*o.VAAajN 2QW'^ٜeIxV=A.sħЦџ߃&y\u0V䴟$}է- vaNw(bQFmktlpbsK;z6;-"|Nq*é|WmMD (m-mѣOw$nSQqG0esӡ q''P[ƣJŜ\ IW;9b$D:џ@kO8!bp:BwnpAR x4dr(uۂe8+IIl`]DKcn6EG<Ğy'vm8>J"qĽ %=3t܍"S<*ɜF,JX5wS;6YJs$e_ %FV\r7bkiHOv9H趑{_<6|ڴ!du{="Wy'BJ^ 2cD& Hw˳E9br8]+,0JebV9zYa` ; ҍ1iƍ@:9F ./bb`tR %ۭFPh!+ \{wZ0v֗jMܳDpX,V~8˅?\2e\s"w>"nFtBK|OH%ͷ-7fZb{\b\N#5~JJ;v 돿,mb&oc!I CY|h~yInV(aK ɾ|mmv`^o4^Cdz`FU'KnHv#^@{]2ғDČ)ŧ m]FiyOf(cp@u "20iBk:DKvKbucf5孅[T~֟E (QO8 *̼m+H{&fUd.'o'rR jg\r {vu^{pȀ%&G$~]atQ1!lz= }w M{D6#y{-Em@S]p.ӗ' /.˯D@;F{J~r3炦"rs.0QO!01ݙ7g:0e5)(1j%V(_S83 RD>>,F匇U"»;b/L,~UETr6j ʼTapU>ެ4EPZ5tBˠb6ީM lw`,f)#~oIYyv— UIcCuͶ%yMu@I>G\O#=?=6Pwӡ N"M_ sⴿ(,AAWw:8̀:N|ɥB#JoØ[XbD$(cV7 -|+yw5 LFU+*]j n|;FF`Ů0,0}Pң#3A ֳ "Az5X$بp,;J'A70Kp%͹H|Ta`G\MڀG ě񼾰.r'j>:|=m\yE벙KN OgSvZ]&KKm8ˉn`we^7b X!"|⃒oqćk[Zp6ZتKbK?Q}{xk/Vfl/P0oDc삝_p+Ͱ1%v3s7ܭ²zL(~KGEa&\ԙVD7D/<1 0y0LmeY~tɊnH9ESi(Y3X^Y 'Ž{+}i{V$Pe"/b;}Xv[]Ũоq3i|ȭ9'eEo{Zk`g󮫧uvҤGr7 N5DK?hy_} !ϭ=SO\{*Tbz! ,cX G^ANsҎ?T9~DnR-7WQ$a$$VUY>mjm Jjh6:\g={t6V4}n< ơu2_B -B:$0׺|$K6 Oʚɍ)uW [t $W9)hETkNw KŲWNI'(7%T4>rf:4ĺJoLެ{7q|~)28C|?Tb*jKmE2WuG.Nr Ex7mjhTvٴhVQ INJw^!EKCs HI6ݺ L_ TaFڌI^](j?3\9).76F1x P]ZMtüB#9\v1 RIr\!D SE1 OYB>ܙ[)75fY-Ұm6@F??hcC{ k,4%LwD*mX@!J5 LTOCW4dyGtT)6䓷1Y!nu(3;v5b,.vf"rNi=.,0X,0@ܛϡ90jdT$(荴^͘8L!u6L={ ~DB!v6J c!k'l@QDQPMgYo`*i]eЯ06 ~}&#AxI#3w7QYb`9 )XYy{OEQש|0oTWp%XX{t[S&yu&oȗ?|9{0Vb '>rcYMl,O*$ʕ01lt3"p V"^^Xy҅q7Bz^yTX̋Rj/H\" 쐗!QTD6 6;vЂY0Xp=:rA#1fiyFO~(dfǒGztJKM+!m 3@`5PBfsڒVׁa39^ b"x& z[`+M(⫏$8fƍ;5TFnHViOى&VlBNJbZxE(۰wvw߷r=i,VL:H݄KhVc'cUrW|r F?p(#6D X-FO݇@M$}M"q֙ +8[r,mqcS}PH0z3S$jCl ǽm*Gu߀0dwm ccò Y׉"6UA&[c?wAmGl/n%Tj"N<W劙[T$ɩH' [DpTͯyb'YC='[#RKU2_ Ty~gђajuDqNF$p֯QDC6gc۷EB"3 ֘f/'x"wv4J`xAݵ,9*xckL>'~jj+H5pjFQ-"Ǒݦn3?Ġ]Ĝ+ 6Y}SՏ Zm<:anI `_\Oy٫=,*0y*^}'oKW_^_gK{ 1Y5: \6}AW]rt~`7> r,˖Gn-7̉{uŸ|NX019E\o6]Z͞iv"UҎkVVVS$,vz3ط ԔM`8ͤdφ593'FY #X4>4t' uP:)}wncȋ7)Wfq)*TB^Ƽ AaV{cvjp YZ