libsvm-svm-toy-gtk-3.0-1.fc12$>L/TUB*N>=#?#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 !PH6]$]"k%]d戔 _t]^o~`Hn8̉wh<`.RAT.QOdL9'Hx!;M";&C%L 2J\>l}*kJQ-qk=>a u9#|* m1ffzckzYo/vFb"J0 rwQhFL07 _ ܄ξjFM*F߹:z?aߓPT2E,X(~I,&vG0w:(CBj"Y%gpϝDϐ{nM+ڼSXSKb9%CjsпdZ?xxt;|?R7a5WLP'!*SJ0+/ۢҖQ1~4ZDҾ]I~GDli[16 b>H2Y)woĴ!TNyOiXR4\o@eW/>}`?u':|ko9 e07t]t-nZzfi ] 1$vS&Dޞ\VrQ)6$cpG@<ŶG";Rts 1Y𷂢X/jj L2@nᡔh7d_|$fz[8E3%DrP(%D &yb"o9wokyu lrVS邷 .tV`V bT_ 0Pq{h9wcxNbdZc=F̣P|Ij`YH&[آlxz' i,Ռ/&h?A$JRoՏT&B2PU2i֗0r!O56R|/9 fSJh oLk=?n;pa^=e-}őYZxP]y&P16ub8*eV6Ϲ$xI6%iDVc}X58#Zp'i.[V qfq'ENC=g?Fz1 l 7{`} Έo3ߔVuy9r6ԝ~vK4IVX{Uɺ?~Ѵ,hj :] _`qy6矜<( p/#g,Cҩ{ی;xC2hz};0\Alqݪ ukr'O $lmݝFuuљ5+WD2O?a9g;YYjȊD+;%~!wCMS)7N%F'_{ !--X[jSiQ)@.v+$!@jt EI,TםFS2R.T&C[1LscE,S#(dsxmxmJRCh@?_*~cW҇Eකu鵍 #@'Du^քAan}6'G⽧ͬzâ5Vqko“B.Nܹ6)>p5P0\S*iwʢn\/8$!/ܲ4} ΅aijUhšݳȉa_ϩX46vDnbG\ /H$kh3a΂5'U *i3Ee.MZT`_PBW*d`l<9A25%>2`2AAy{61apN[fqYu~scvoa)Gc fInQA>V7pA~?3<)=c ά-KCk{L/j'luCM7Zd8X|,Drߣ2/=$dեF ${_ҔK ;5 Hla=y9 fp>2Զ,0傳G20`7Z"綊:B|呜,"Ո/!]R)6~-hZP.S;#Z1XvU=FCU_^"jqG;6Vw9?AGhcF ,)U37 [!CM/[eb /IPӥ "5(9. '0 80X:Tl$ _Ni o >f3ɏ]mHs-2}C//&>r@$>C 'A~pzm_Mbv0(ng5o˅-&2<ׯra),j*F\NJ텐+uM?.mY[m Km`;{Xo:peyy4:`6l)lQQynyjJMQIZQ6lڃ,v  W2tjFx"$f:q/ 0!Im:,CHK]oإNm{EDo0~#8?Hɰ3g:$|h0 aMPP=h l[Gw^ ԟI5c$vu =s`4ᔧ TҸr͗LIr4GZ:EOX`7>lhEך[z_:g)߶>qȥ8 iMƅF,*4rutauy}j??F>{{NW!%i hCK S}Hs\<[*>IHU">jĆK!4TLjkVZ8#9=PiqMC^\>AZy90O)p1\6if[P8+b+5NƉ >y@sBѓ=wwP|m _RItoZvYۉZ ;au1!Z?-@&ww`y2 QԦOxS+.ی%gcٯ!(5e%_ۚ9o!K>nf ҪBh.үi߁ՄT">Ӹas~Jc.-5iBbRMx:uP1rrŮP _?qjpX@HڱYwS~uuE=P_a gUX7GGMJ qEjTeƹ*ƶt7[r="@!2ɜ ͦ)e~TsWހa/Ŗ7sKMųA t'}e:{_Y7V5}(p*wg+L+|(T=ވL~ek^ڒ[2$Zfb?'_Y>ZlV`Ku8&` xLA݋&OI}ox=T>)퓪 3BbfZ5UsU$4Q\z=3\ie` Nj#ղ`-y-b߂R鼃m\oug/\,SAGBDhi `*5>@"x$ )Fu[M݊@Bӹ/m;U wS"%-K2I9I&{C@ISu@y>cgq^` bNJSN1,1F ̣, IvEE\gғݑ&_I\>btMd ֵdja/wde&5U)/=OE01/ͿEE!ЎN~. >jAA/w7n3D/|!Ԋ75u-K4#U:p`HTV0!Iu!)eґCq1;˸6s,]T7 d->(֠;:G+iP'YœoCRCs8aکwUIkWAcqvGpLW8TĊfR捄θ8wFܵIZ苧uG&JWOg[to ߓS@~Ũ#rd $kxTI# h%8 XuTd-䒞 caJur_C!|s;R[e9\wlǕdNI(SW$L hIhpE]Dրl`0`^5RnWi0QEI [aT+^ᗻ 5oe_^_Miuz#rN/twJH0ez@fبؾ5V9wfJ$7_".r!i,1mB,\ ڊכ.E`| 6=BfœaHh8|DGݸ qz2Z9 fӖ5'7H"-N2vbO:%6* [Cw!r(\L`b :{%}'5`~$XO1ND`\'x:g1c~6];)$'1{rUZYthpXRršGvK~+#hw"#B41 )=GO*xW{D\* mRXk 0E3^`6hE+d%tAm@߽&qo"RZD "-|]!2Y ~B9^|Zt"W-9Lg˭@kdL@)wޘ3,Wwcd7|!AXmNpjtm)|aRPLZ7:&+"cxH7"F-+xD`0y˶4w&-*k׵I.`""(qJ֩5Yl̸2g.5<b{OAX{Ib!Vԁx-ə$nEwjpegQ Gƿ%X3WR[崞uT9X)zqX#i\ĪD+snK7ǘ߳(o8Jץp+X$挕X-?&Fd&dtHzXJb[}Ja1>-&;tba4ĎnIF3BxWR /ny~'L~4hNe 8!-P!}F^='fߥѻ"DFSWgA+u+"R@AgSt(! tٜkBtc~4hc C%J!ԁтJ%Ej˝5?)-W)_V+ԔQJ`^zq>u ]*tk]0Iz\"5~aiwM v[=sޓEFH$We"tf KyWc"ԟUz=f!8Iw40fa[(ԣ8hX2ݡ- :V]oNⲓp}jj/E>i.6V*sk_߮&ZnmKԩ@ǎMw+H0I:y|mU;ia7n.P۟lƣj|՚kZU;.}CwHgpERe9k=X-npp?3D Dg$P^, ^ľng<4JT("(RXٛqj1eT߹v-k.=cHUDG|MnB|O?]{zC6׈)q|?.Rp<IW܄nҧbH[am_TQϔ- 8ҚEhjX͊~ _$%OQ )Ҋ Hv@KFrϗݓ,C;YtB"}+>JГ>~zCQdʯ0x1Iݱ'=3ǧ3?=$*Q0&fRy>ˏa>Ã9C4ZJ?,)h{FXD5™/dz߆}D}ۖop)!]ux}e@*bL?5L[9lmY@64,7 ؜=VqUw}GCT2X㝩f¢R3*pސL]}O9 | ?a3Q1s. jS8Sئ/K%yݲiR!ΆsbjyN.@k/f/ޚvZ܍1͂<cWiIл3 YZ