libsvm-svm-toy-gtk-3.0-1.fc12$>Moѻb=67>=#?#d  V  3]ch       %>Xl! !k!(8!98!: !>@G H I (X 0Y 8\ P] d^ b!Id!e!f!l!t"u"v"0w"x#y#$#Clibsvm-svm-toy-gtk3.01.fc12GTK version of svm-toy (libsvm demonstration program)svm-toy is a libsvm demonstration program which has a gtk-GUI to display the derived separating hyperplane.Lhx86-13.phx2.fedoraproject.orgFedora ProjectFedora ProjectBSDFedora ProjectDevelopment/Librarieshttp://www.csie.ntu.edu.tw/~cjlin/libsvm/linuxi686touch --no-create /usr/share/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || : fitouch --no-create /usr/share/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || : fiH;g6큤A큤LgLgLhLfLgf309e73582f62ac59764bf623003486d81da3011a5504c795ebb8b3da638e2c4e3c5e8b7b8e04b74b659f02f026d85a8429bf7196a375667c5547c951ba7a39cecd404ba0c54de62f9d02f62e25e3bdde6be5acec1d41fd9c2184ab56aff76e21f2c6ad7d1fc52ef9f27363981127311e1339119592c54767cb3581f7a54093brootrootrootrootrootrootrootrootrootrootlibsvm-3.0-1.fc12.src.rpmlibsvm-svm-toy-gtklibsvm-svm-toy-gtk(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@   @ /bin/sh/bin/shgtk2libatk-1.0.so.0libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libcairo.so.2libfontconfig.so.1libfreetype.so.6libgcc_s.so.1libgdk-x11-2.0.so.0libgdk_pixbuf-2.0.so.0libgio-2.0.so.0libglib-2.0.so.0libgmodule-2.0.so.0libgobject-2.0.so.0libgtk-x11-2.0.so.0libm.so.6libpango-1.0.so.0libpangocairo-1.0.so.0libpangoft2-1.0.so.0libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)libsvmlibsvm.so.2rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rtld(GNU_HASH)rpmlib(PayloadIsXz)3.0-1.fc123.0.4-14.6.0-14.0-15.2-14.7.2L@LF@KsJ@JlJv@J@JjI@I"@IH GGGu@G#Gt@G"G8GGOGOG@GjY@GaGSFIFFֱ@FҼFҼFҼFōDing-Yi Chen - 3.0-1David Malcolm - 2.91-2Ding-Yi Chen - 2.91-1Ding-Yi Chen - 2.90-2Ding-Yi Chen - 2.90-1Ding-Yi Chen - 2.89-4Ding-Yi Chen - 2.89-3Fedora Release Engineering - 2.89-2Ding-Yi Chen - 2.89-1Ding-Yi Chen - 2.88-2Ding-Yi Chen - 2.88-0Ding-Yi Chen - 2.86-13Ding-Yi Chen - 2.86-12Ding-Yi Chen - 2.86-11Ding-Yi Chen - 2.86-4Ding-Yi Chen - 2.86-0Ding-Yi Chen - 2.85-6Ding-Yi Chen - 2.85-5Ding-Yi Chen - 2.85-4Ding-Yi Chen - 2.85-3Ding-Yi Chen - 2.85-2Ding-Yi Chen - 2.85-1Ding-Yi Chen - 2.85-0Ding-Yi Chen - 2.84-9Ding-Yi Chen - 2.84-8Ding-Yi Chen - 2.84-7Ding-Yi Chen - 2.84-6Ding-Yi Chen - 2.84-5Ding-Yi Chen - 2.84-4Ding-Yi Chen - 2.84-3Ding-Yi Chen - 2.84-2Ding-Yi Chen - 2.84-1Ding-Yi Chen - 2.84-0- Fixed the spelling errors of svm-toy-gtk and svm-toy-qt - Upstream update: * Move model structure to svm.h * Two functions for freeing a model (content or the whole model) * QD from Qfloat to double (better precision because SSE on 64-bit machines less accurate than i387 on 32-bit * exit status for checkdata.py * old python interface (swig) is removed- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild- Fixed Bug 564887 - FTBFS libsvm-2.90-3.fc13 - Upstream update: * completely new python interface using ctype * new way to set the print_string function * Java: able to load model from a BufferedReader directly * fix grid.py so -log2c can be run under python 2.6 or after- Obsoletes libsvm-java for ppc and ppc64.- Upstream update to 2.9, change to 2.90 for conveniently update. + tools/*.py can be run under python 3.0 + svm_set_quiet() in python interface to disable outputs + check gamma < 0 + internal functions to be static- Fixed [Bug 524108] put libsvm.jar into _javadir + Move livsvm.jar to _javadir + Move test_applet.html to _datadir/doc/libsvm- - Buildrequire changed to java-devel>=1.5.0, jpackage-utils - Require changed to java>=1.5.0, jpackage-utils- Fix the building for EL-5 Note that libsvm-java on ppc and ppc64 for EL-5 is excluded, as java-1.6.0-openjdk-devel for them do not exist yet. - Change the Java buildrequires from java-sdk to java-1.6.0-openjdk-devel - Fix [Bug 521194] Python: 'import libsvm' doesn't work. By adding __init__.py to libsvm_python_dir- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Upstream Update to 2.89: + reduce input/loading time of svm-train/svm-predict by half + pointer function so users can specify their own outputs + remove info_flush() + a extern variable libsvm_version + svm-train -q option (disable outputs) + svm-scale: warning if more nonzero produced + easy.py: popel.communiate() to avoid some deadlock (if lots of outputs when #classes is large)- Fix java BuildRequire and Build - javadoc have been removed because ppc and ppc64 do not have a suitable package to build javadoc in F-8, nor does javadoc provide much useful information.- Note: + SO version now follows upstream, i.e. SHVER=1, as upstream start to build shared library now. Be aware that previously SO version of libsvm.so is libsvm.so.2.86, which looks higher than the current SO version libsvm.so.1. + Replaced java-1.5.0-gcj-devel with java-1.6.0-openjdk-devel. + java sub-package now have javadoc. - Upstream update + From 2.87: 2008/10/13 * svm-toy/qt updated to qt4 from qt3 * fix a bug in svm-scale.c * max feature index of -r file is considered * Makefile: add make lib; add -Wconversion and -fPIC in Makefile * Add "rb" in load_model of svm.cpp * Simplify do_shrinking of svm.cpp * Change the order of loops in reconstrict_gradient of svm.cpp * save the number of kernel evaluations * Add python/setup.py + From 2.88: 2008/10/30 * better gradient reconstructions * issue a warning when -h 0 may be faster- Fix svm-toy-qt clear button does not clear. (from Hsiang-Fu Yu in National Taiwan University)- Correct changelog date- Fix the Qt path problem- Support both Qt3 for F8 and earlier, and Qt4 for F9- Upstream update to 2.86 - svm-scale for java - version number in svm.h and svm.m4 - rename svmtrain.exe to svm-train.exe - python: while 1 --> while True, Popen -> call - show best parameters on the contour of grid.py - LIBSVM_VER_MAJOR and LIBSVM_VER_MINOR are defined in libsvm.spec instead in- Fix build error.- [Bug 436392]: Fix by copy from right place. - Add desktop files and icons for svm-toy-gtk and svm-toy-qt- Move gnuplot from BuildRequires to Requires- Fix linker name (libsvm.so) - Linked to dynamic libraries- Fix svm-toy-qt build error- Fix svm-toy-gtk build error- Upgrade to 2.85 - Include guide.pdf in main package - Change the dependent from eclipse-ecj to java-1.5.0-gcj - Add svm-toy-gtk - Add svm-toy-qt- [Bug 254091] Comment 19 - Fix python/Makefile- Fix improper sed. - Change ldconfig to /sbin/ldconfig - Add gnuplot dependency for libsvm-python, as tools/easy.py needs it.- [Bug 254091] Review Request: libsvm - A Library for Support Vector Machines (Comment #12)- Add defattr to each subpackage - Move libsvm.so to libsvm- Split out libsvm-java - Add libsvm.so- Refined description. - Fix the /tmp/python.ver problem- Fix dependency problem- Fix mock error - Support Python 2.4 and Python 2.5- Fix rpmlint error - Move python related files to libsvm-python- initial packaging/bin/sh/bin/sh     NNPPN3.0-1.fc123.0-1.fc12svm-toy-gtkfedora-libsvm-svm-toy-gtk.desktoplibsvm-svm-toy-gtk-3.0READMElibsvm-svm-toy-gtk-48.png/usr/bin//usr/share/applications//usr/share/doc//usr/share/doc/libsvm-svm-toy-gtk-3.0//usr/share/icons/hicolor/48x48/apps/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnuASCII textELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, strippedPNG image, 48 x 48, 8-bit/color RGBA, non-interlaceddirectoryRRRRRRR R R R R RRRRRRRRRRRRRR?07zXZ !PH6a&$]"k%]d戔 _t]^X*]g"M72)fj_ t*\bGusy[3o;EAg-z+oVd!_~o2 뗣|`O7-i:#ܝ`^ kZm[\J؀W! TG]r =cr\Cgpћ炟oEӾ/%W2a7(N!T7blEN;iٶ߇2vYez܊y{\eJhqlM*sձkp>R{r]i[)[6-wU+0}uHnxIь=)ljzN><4W6񦂟y}+ޅ>s=O1j fƼM nv$H~9iX%<083txb8!6,VޯO_\g^fFG;ނ$oP=FJ /_|;F 9>X<3`}]isSlkrm/S9l'?a^؏Ws鵣]Ρ'r)+GBن/KĞ=Ȗy\rg0t"tS(l5w@z}7 \ht]O;"uӴ EiGpdI͔G7T=7.rObxB׌6@Ea 2{PaR"tX*òDyiLgvtFs"ԁt0{C~_Υ_|ReD 6bAIz3EOz]OKR8 %0+o0wVV'J5}I,JnՓ] ~oRlQ 5`="Ne6vm//Hr/N 2쩣?Tw5\ԔRm%mvyavm\[IMIyG'0/weh-CrT+JHsB}~\ NhƏh"D݇qH*[:]dʷ Z M$<Ცu,u&m¶r?xw}P *قX!!jbu. uldV_܍nqM 3Foy aќ$[m.|E_%ru࡚'k93SI+ s|;%~ٌ]! ns4N]pxCOuCЊQd___Lagߝx!ɢYtyM9&3cf_*N"4KuǢ ^ymf/gv/lgfݩW{/G߿H>,Zþg9etb2Un5`ZP-A> {ڣBa粒,C+bd k޵֕d-B(e[E=<9MLE诠 sſa wZ:`tJJom@x K IWg\=}tDZ ̔]ѳ$BqVJ쮽W:50?A|. kCNȩm= +n;=g334-yj1A@Pڞa6Ȍ rDrz hzߓtZ<ÍGOZQ2RTZS]%v!q!D n~3Kz{A=rU NyÔ*T?JZ|ajݾM#5#w_C@neWuL:<^M}>nY?V98wkB1}%1>ivU_;: :+(#ffɾ%%1eBOf#|N~0n*G4,Dt5fD3i^}4 {c/TN[(?72?B &~ e(tliFzǤ<=l>L)ZR*Ԟ1pt&nFD:S—cs)|ʇ|r`pe {2\hH~0!@@/!XĄ꽸Bur%pMƲwEkRn}n:Wd9Xu}U}#A\rN`wOE ]-#) s(ܹ-"bate !R +|#I)X5ۓS6cYpc mtR _;?9-#"SbephJOTL#$f ҫە8,4،F5[;EstiNs2ň/ ܣ#Vӣ?UTqd"$,GqKDBކ{̐ȯnvoK"@)2DuԥoLYeZUlT7]3f"I1>ӫ.>Xb6B%U_E簡b C393yB%7G[0/U EE*>8kF0K )sGH,i=.w[f6}|)b"A d.QGR#- !9sdcbЏa Zq2 J fHVK.O'y2YGB䄅<Ng$4],aSλd5Eܝ▿8:rj ;q}ݎE,D+_u@ m>/:hU!p(lC٣V& /8-[ij2vAʶ*-[ 0պ#'̟͂u\~5P_nGUMӉx h؊H#c,_9S2뭘.\ќq`afm~SrV&LmX4di2CѥLl{Z0pg=g^`mky߷>H2 N"h(a9]\OMSf`fh㡖\snԒ2i@K]P+Ro@ҞԲ#{-#EBta{">;kggG-^i]a62e t/q-ITZ |U燡7JZa]׈@nn-Z,|بg3RS'l3'Ҵ`W~:jUk g0WSszKrǖF[Z>K9FXœ[Qmz"Oޟ-Yi Y~a7[N acN6ԬiX5.@!Ɠ>AHw3Kp:Pp_EiH *e݂ #w6fK^ٹM}vЬhPۣFX=ٟj5 ҙF.j\،#mItx"Ka~ {"/07 >eť5gKNj+MF!Y4ԧ*weqmG}!jJ䀪BkTc|'\NuaPlxf@қ2wQ׋Dl2s )8Des.vS@Jk)ⷽXy4ޟ9ePU6מY=x=sXot 4R }?@Bѩ\PMQyɖrґ\`SuD|G c0ic\69F롒T–ㆱAPXڧB.Ձҳ*RWE X}5X(>jSn7e :#p+qxEpRe6TU./M\l* |“YWTkԱd"@놛!r4|tsO Tc~݅#;UzM$a8SWU|Fİv)+yCMwT,>9؉h ?I 3|*ʼnY]R״t˻|uUYI*cm;DA;CK@8&|pϫ:-zzagaJ۸c<7xq"I4T̵ ։1>9X Œ*E !\YeSVҕ gAX~;F>Yc͝1#_ֳSC)OH^lO=iyR9D`ڂ jhǑGnN'S˜wM]- pOCѴ⧟ U\.H(1Màw!,B[}KŨnuEpYO{OeC| fh=>)dUϊoG.&0؊Dp.Pp+KVdML.)1R]_4mtl2F8#qzS'bɓqU`B G{E>8c qʍ @kDO8ܪlvGYgwwZ i{hL$Ò/{& |yXJ|_t.7AoK0'i  x6=F=TСDtg9iV\YpgX taIY'SXۀ B Kdll|xLn7X*^T6MZ ;O̳i`푒`#kա>}}ۖ5[8|pa~h({;hy t?U>Ͽ'~k_QA+T5w fT6|B}l6CyASZq OÌKX`<_UL7orA_,=SQwv8&rNT!V~rDpRf0x~ @g@M7Ť1/ :1jF% 7 Xz&jj/6K qUƅ9=k1JO>JUx=4J[a|ӓ'*=_djsTͧ8EW9`-*o5y12 LΐѬ ԝ " 4lUU44i^R5owe'p(ffMFj0 XVw)URi̍!ȿ^(Xstq3?v7RjjЮn{qAzecgJzp`aqlB4pS|j7{J GXK)' EztY^LSQ X\ҟƒ[1ic@B"ZCQ\"hsOp}:I)Հj΀'|lpR4i'Pomެ[řLMe@F(aZFF.uV=+ϟkn81U@Eh>A.< @+C q{Vӛf (>+!5,(/6;Q!2fz RhK'Z)Fp{Tȉ+lI^lzN(..ī@u D<m7R>W5 Zw](v4*L3 &fP4}@7* E p0F_MczuI4Z}]xP! ]sPh>T:#łz渊+}{Z?Ɠ'Q7wQ{5Lj gAUԸnhwj[ĝް.]`$UѯBMQ> 䝿J%.s~.kB*vJ>e5BT*8wb`e,Vev U{o1M"WG) +^4Vׂ<"b ­^/ˊVtyԸjZ|@trUR 3l$)n~psЗVNGﰕ4-D/P͆*3 0NV,芤Pc4CaQc2?[Nd ;GᗚVRcl{mp݉߿6 bRژ)L&%PUX>Ԥfv'$xŒ>cEs}${M&m%F3U%/{P4T#!? 9.]^ kVge0\vOakk٨=e*ia `C2!*dqp! XuGHmcaހaԺ&EU P b:W)dDMў-s{Vh:l YAw%1}cjw9 <1J'҅WM"Pݚ)c@xrKbBh>YNw(թqCyGW8ܟ":#Z2m}M'zI@JoftM:.\)-ky2{k~+oI0cճ |Z:U[$|: e0mz\7zS {Y^Ӈ2뇷W+#o9KDڸAo}/~Satɥbpg*tC%`"žsT'˲i_}M%:46=.&|6+ވw}ޞAsU 7 OPA 8ֳLIcM'饈R~qN>4=LN68-@m2~i#11D<S.sCoE3훮òfN :H3O`6r6q 3b-`Ӕ{:8wP>3#}I"5j{^٩8J.gYL /;4HtZ/\t4HQ/ $QXrGCm%0A.kQY Tȳ煋?\~󧯤+H~K]BkC}3w'2+I8e3+{F+MnD]RA \]ନ%*7S02d1ؗµ'ܛ31>;DB7^ƊȞR]*,$9mt˫Dy$m2&U]q%2ixWkc3 uW6aPF;OnCJSCt '_۩@:XM=OɩcQբޱtt^}]Ae oQ _{w ?o<  uc<.f֢=c=CD|Zb G0DL} YZ