geda-gsymcheck-1.10.0-lp152.1.2 >  A ^0۸/=„t3LWm[ `1}t.oJN1tA vyGHF3IgGlyC4o:ћqOiUF]  Z6BLPMɋ+Sqv1†8 ޤF"%f?q&N}DjĞ,{YX\%¸Tup>"?"d " U 3Wpv     5NpX(8 9 : F`GtHIXY\]^8bc Ud e f l u v w"x"y", z"P"`"d"j"Cgeda-gsymcheck1.10.0lp152.1.2Schematic 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.^0sheep81ƝopenSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgProductivity/Scientific/Electronicshttp://geda-project.org/linuxx86_64z2!4!&큤^0^0^0^0^08e52be2dbbe307ed894b467ac7f99ab0928e670df2471cadda483f3c9ca406edc6568f6fab568491192f871ec8c45620777fde866987f4980b2633006cd11e17c4a4327da7898addd312607dff47a7e8f357a6430723cbba769bc4420e1b7a1f15dfd87a2c500290fb3356720a2f04b4d0eb365ae49f32c8475792efd6b8f33802af649612f6c121d24718182fafa722507a757466ab3e74e2b1af377fb0da44rootrootrootrootrootrootrootrootrootrootgeda-gaf-1.10.0-lp152.1.2.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 scriptssheep81 1589653679itnl1.10.0-lp152.1.21.10.0-lp152.1.2gsymchecksystem-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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/b64d062cb2752ae1799e23d0acf8a353-geda-gafcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, BuildID[sha1]=ae42603b8bc8deff9b93fc7f8789ad989c5e4d51, for GNU/Linux 3.2.0, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRRRRRR RÎ$N.:futf-829a7ea0d06022ecb0db52d61b7e155a0aec37d7ab09e8b5690f669c76bd5dd21? 7zXZ !t/;] crv9uQfB[&ch+J? Uˀo5/oZ񵜗CoRw=l*èMaG0Gzq9 +Fh؉-a7)I ÷wj:b.c߳wЋ1ًvɃl7^^C3 SYH&}yBlZRƵe Y IKnY`Y~tATNop}[ |-%&4?R֋O b 7xi8th24z!*]OUT6"ά^W,b!a SxU%ºbH=N|:rDk:AH:n Ĭ':*j΁Acp|w4.qr ^Q_a0;ѨE_Ƈh7V+د58Tϯ]R勜*>jXZk_(5'|LïcEE,wIPvA*`k[kPڡ$ef鸁oxޡ/;޵ lXm~SQ\繓D36>-wbw/H:Ê6=mb6E{?2OO‘şg \ d$kπWN8H rFf%W]y.[ci|??bm#0V7k6efK sY\'O*\ >:;:ra| | ޡݬ ϒ [<زF6@!f35oy!Opsa2tdo dUOćா&Bc~E.RS,!mc1@{.Yg=ɐE5X'NNY=nXe]ŠSĂO8݋mY PcH<Ҳ- d ʻ ZjIk^F^# ͖}ejK؋d$;i%iDRP łd$@_NŚeOSTVL[TEje nI"dxqRnng:4@ 98!>(} m8=M Mr;!q%ĠJ]4%gm?tFAc5m1'oTh^8/{n2xHl=P6zʈ'ݘ D }_$.YTyr(?{{UgUە~VFt;ithzBAARC=>_{eҜօuZy!k:αc#}&mǀrο|Hsqvڐ|uvۣ4΍7J_gn e%zh&Q>mH+^I)qP 1ADsL-~,XA[5ϣG@i3 +jlmr>~ "$5dy@~b#U$÷KW+[Y;- >LIUzꮱ0}513(#q3sedJB\@BN'9˲4|JpDOF!Ysj_cHrbFm$F+ܑ꽽E+t4h?.LqGCx8o b&(}9gEilm SY} *G{mY]H9+ 9/.g⥂O=/,/'sIv¡@B*gNPɘ?\"|E]ӭ~,m0еFÙpanck֕Vvux+C̪?&yI0 D)_Znx'sԤ[4CAtbϖag1xVDL?')e<1Jy@ixs!цML#Қmp-qMzb'|x fb^@)Gt\AKY/=dJcQzl<G/Hf'>(Ej׵f{8+?it̩nj`Rm KM FΖV),kOH@{ӷ<; 0+W/dS?@Eg5L=Y.aƜ K[-yM9\Ay4V⊇)Œvv`D aHaS*d3I7]dGUT|* dj@{#jժ|H^G"ZYU䧂.Cj;"v6 <*INf .@a~˚ Ιan\p C3"H 1H4{z>Ru?@ҫڏUi~+oRDH-9X K@*535 eDsO p&$= RG%{V}ԾiGΩ0)gfb hV'PGգp+~iPܘdyÃO4r˺ KFȻJL.Pd)^ +|qɱ)Aq1z+u#jnD-Q<*$Vob&bjxH+k=^-" tp^v>*mfyWܧZ@p D,i'򬁀b6rOSsb;iVWɸTIáG*!cFٳKD>6PGZNø 4Rʨ3.7ζR(3`Ak=BfgKq],~^3V&bd񿙵]>pAt[g[:R&Ds)#[z8)de+~\,d/NJތO"bN׹_gWp 殖ԙr^jsN&efHju[=[3W CJF7dbƦ#-_FTrz]X"zR΂ ST>o2<;;kri .| 43a3Ymh+(+n fSC[ qt2]cFDz\Q*u̿l}Ztްn" F[ :nKPo["ab!.AA47W5֋{@4M[;MY[~=2 EeUk,jͥZij 8o)7}BЀU@׵!肪V>-p~,p4=6mjmb +$ˌ^." -.zgRS1!"[O(q+9HE2j]Q*Y=E7 z Tx, &?Ⲡgk)ts~QwA>|s\LE< 6RtMxv>~_3)ּ& ܶ<>X /,i m>&g<(oH}(R7 yiԖx>Zξ#|%^^W;w2L g "(XngIY SFQ7ەNk;Ixa-{&4;#/5[y ⸂qAOVelS>V=2T/O'FmNAd_)ƒ\uEޏ 얶EN`]5ֶ5 N>Q5 9 ]RM|S$v\Zί…]!c٢?MSJrrq< Å, ML1OmeXVlvuf>wNSy~ bHfTǛy*WsiT[RgYEk}6T4'=+{Yy L3L&k,"`{}l()o`P|cIץ)? dCZhD^Zv#,kNvToJb1uctVoOaA '*%Anːbc:(M ?<$1i2.9 DD ާ3;r53 ?szd6- 9Ԕ=3T<pv&c,~&1dtkGGon̵20=Z(Y\=Ԏ˯MPy^5j~3 10>}Z1 Ī$b%y߈‡18Lpc;ʛ3?QqJg蝅Nq<( s-b [s ~g ͢2K%"OZ_7 o%.O7n.|h6֮5+k~;XJwaDY-tI"o%0YMuގyAnIl%szE-\61L# L~͏`H0(.˟57M`GF +Z酀 #)|=95GsvàLE”VV#7@8e=6QH(lD}J rJﵻ̝frxuMhHV: `!%N~:;C :># o">|4r (Q6%6|+-(ߊU.`Og!0eJCb`tW yAbYg*H6I2#6-:QRMO/ʧȖ:UHbvhڕ["e_/nd~$4F]WXZ4`:M \( $} p jP1zԜY`u["3A\KF'ȖMN򶴧 ]_إx@YbE澶(4Q, HF BPX['͵xQ ;G$;c./`i렡͆Hd0DϕXQ2OlF_/XL|qZ6D Yn&'opc&7OOp<T?Tt3E0*<\3+ۯ ٵgdY,CџZi'a֒-|YmJ2~\^Vm]j-II}L>bsg:<[13c'D]$mJ*{iIڣgZjېfplmkq Ǣ` zHN| GEa8׽AqDYgY ZΩzU*Xhu16z $:0{|6ۛL|Ar)C;j9%7s'7}]~![ҫYG@k  Z(H H[+c+*]ZEdEgH WSS>3{ત$`R>fB|VCn3Cl=Z>BopH|(GsZ/?oH20vd%tuTgS;YXyC٨}hH~37#]D| cOlsdEW_mF&oFNm?5RScib&Tȴ&Z^n0\Wr#9ƷEH=.X\҂bIonzP ЏP2T`K˧prmӥN L)L:,Y9YI>!LHFeSN{FT[|b[(ǐخL,{wkMycSk9%C-s޻nC[7WF`fi빗t;I-dxB06 Iz"N[r&:Zvv]N gl Q~-FgSX:T<(Y3Nkz ApM1l6~l|2Sv-bŔ*d#5wGCdx0c&-4%"Y%:FCY.QqROJ,%EShzdSQ*1֪N:ZJ֣`TpLM/'o/{˨wUrAu+)T2Nտ}i9+,Zh9q3nz%<~^&821 i" U+(eȣɁQYo  tQP\*Ty]ܸ.X,@h;# ]iC;j\rۀU(Ҙ5D))t%`(+ܳ2J$ @ 4!K݅|,LXiaےLu،MAT\ 6`/`Kb jW7z 5GAg~d?}Z731\EgPVu8ձ>Uƹn3C0hu' 2[I>Rffgmmlժ,+H~]c ]γKPOo'EPߴ* J}зN}< "{Os{,48`tG gn=t} λ His*/B_6lgWcQKBjo7+ CwgןHob̃`0 l/9 *:!^bTB6ܴEN-LvkFl|Ndp mg4lQPoRAs}mU JOv%,]yY1:$i̚?0ࢌ=  (%UgGF= aY Xhozw٭0 |oyI[o"MX& O.^P3X6*b_+a1:ɴS쳵UwصRji5^1)RG32L{h3dc&FSJsEp(5pEJ.Im 텐S** PaYkU;SsFtqi| KSe%|joIv(>(u]?;:DMsY%\"pABgwgݾp%.O;k%d58ya`btߛbƬhL?36( buK0HjvVg쑖b>*~0W9l)Jh^]teKQy yCl k,v{QjD&2NIP*IǍԺ")>&za1L! f#uˈnΚ\4޴,tO7ćr^֘bYֲnD敧>ĜNu z\1f[WKPľQis '5#5,b'NB#,l=N$۫w>,Aa/ df9P1E )ndځZ̀"U|gR5F# XqS,I"7JÖoHu ُ֠Hkӑw:T%){|J/F i!6>M'3o6- Э-nVE>yΖIwz'6ux# IpBZ{Y( VڿsE9@+wA!鸝FGkp +Fv+t=`7g2s6+"jzk[6[?IJ&!/TǁFc`z.7 t'lPq3wBޓCUj"Ŗ1(:Z a? Y$L9s~.m/lNym} ٺRH,QZ3<9a(6֖mOGيs^ey5Vx>Μu6-/x)ZP="gQJAIOa7#=O ǎ`%bj]o8:,Kx/fR#4-:wSE?^b͈GU|Ko{'S+Rt6tra]傴0ۃE9]lR;jW^.H&oCQE%vrRwtL^OOPӇj"S#b:kMm|W2IfhF02K0tz Z bHUֺ6ntz> j7/ qm+|]0;>au ;Ns7 sH1>gst[Fˉj/b4s`,6'JUZUϚmƂgVOhu oիH28 FH{R!̜X!HM[&ܼ WzII pv`$}Q]ɰ͚?U0Ԥ#I^(BmlJߗHށ ca,LR7tBkuMlPSYHGyMȠ9M˄G'ڀg 0ٺaRHv VbvC90 rWHy.kdy"!U ڱװII3p^1(]}G,b#;o7ۚ{Iy{5i:7FmW0ʱ޽D1 [w~A?3ks—W6?Zh%VWh0bVCz8(c}==!3:*z@rdgO7܍_+"H1WH0t; 6vjWG+zǜo&$/$NOab ssP Chgw7[DlUE<ɼh>@W(sPו6(P/ð=w Y~i))5SmiМÚ}v,4 ~Pg- _f>6#f_j)VNO6M)o = 5fNS[@tpfzb6gSґR3P-#$48^G?Zm@H'+aLgAb(- CdоHbGag8n3)nz8 e0u,^s1 3cd"̚|$SYڜ!Juּ)dV'<@Dɤv!kC~ȸ&BèedMx5l2 _?lMxω-eD+u-uP¿&P"9snl\Dd(>NÜzk"biYM-jma; V<2E o*[6 8y?K-i(> T&-_7b0UmzK;Nc}}FGs# jW< QdۉP-_E,T1HfS/;0~ ~k܎cO#7˵NS11;Y7SDqzcڼD@umʚ*UlۧA,k=k> k07ӹl S &bt/f$D N2w4ߍOkiI]36FQ~Ziwl/PBWjPje(Ѳ4K0'ݏ+Ezk$o(Htm b;j1 #aJFs}~aLd QedMPF_E쑦 7C^䠃{Θ?I%flj%o)OrfGKnoAk v֕8GrCiqc&%7$b'yC*bf*X zظg8)[DuL+J>\Fc s271uiSi}ȅ<$8smeR V*u^=d8gTnt*T | $bfK)D*,%z*u ?yp41oAeJf"b' cMd0x{2{PDtO$YlݑBX{|vdžhF7acڭ {m_v9pZ艱֬} E^P8pI @^ovaS,L(VĵQ^6W~O%n1sꪘO>:ŬyAgwI5sR]giqbI5>,%Sl_w^Je}|xeFdVLFVe&=N48h # ځ+!.gNp)1PX WPi68OoYG=g_pK3 '_kxH[rVOG\~1J@[؃G0^<"8x @*XЎO/ ؃Y70zڭbL'{<Ucj~.h}om&;%ͱH ȸp VA"BxiL 2 p>J5sd݆ ;($gA+0PwZTៀ 3݌kŎ"sL?,TeL{*=zͣKb׋?[yܳAQ@yZF&xùmO8t#O/DA,(v %x'\Pe~)>7SyDe+l N>"Z>DTݑr#PKG`R(o:XFk{L"еcgOsj]吉 wUN-8YJ-mW9s@= i$ MvXP-.WX(C^do7r \BZ0 ZfJd/stTYwBx:g$,d]lKІ_?ȉ m+j@G؛m`Q8a}^m/QgՆƋ-wep7L[R?{zN:pci2[_ @P}p̈́VW07HW<[w/.s {WYv+ Ψd=vMB `QFds? W; vAg?>{3t ժi)o,m -VadI5ĹwC8án֎%/e