libsvm-devel-3.1-1.fc13$>2 %{`:~?>9"x?"hd  b"& 5Ku{    E Xl(8$9H$: I$G HH \I pX xY \ ] ^ b!;d!e!f!l!t!u!v"w"8x"Ly"`"dClibsvm-devel3.11.fc13Header file, object file, and source files of libsvm in C, C++ and JavaHeader file, object file of libsvm in C, C++ and Java. Install this package if you want to develop programs with libsvm.Mx86-11.phx2.fedoraproject.orgtFedora ProjectFedora ProjectBSDFedora ProjectDevelopment/Librarieshttp://www.csie.ntu.edu.tw/~cjlin/libsvm/linuxx86_64 9 h`A큤A큤MMMMMT1b89859ce104ec48b2906bf207978aa1da1ea8d48d80b343bb8f1445864b68f9d1b15f7668f022a02929026dd12ef27cadc614b2d753148adffdd018216c31b4libsvm.so.2rootrootrootrootrootrootrootrootrootrootlibsvm-3.1-1.fc13.src.rpmlibsvm-devellibsvm-devel(x86-64)@    libsvmlibsvm.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.1-1.fc133.0.4-14.6.0-14.0-15.2-14.8.1MM@MQ0@M\@L@LF@KsJ@JlJv@J@JjI@I"@IH GGGu@G#Gt@G"G8GGOGOG@GjY@GaGSFIFFֱ@FҼFҼFҼFōDing-Yi Chen - 3.1-1Fedora Release Engineering - 3.0-3Ding-Yi Chen - 3.0-2Ding-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- svm tools is now installed in /usr/bin as svm-*.py i.e. tools/easy.py is linked as svm-easy.py. - Upstream update: + MATLAB interface: + Merge matlab interface to core libsvm + Using mexPrintf() when calling info() in MATLAB interface. + Both 32- and 64-bit windows binary files are provided + Java: Math.random is replaced by Random in java interface + Python interface: subroutines to get SVs relative path to load *.dll and *.so + svm.cpp: null pointer check before release memory in svm_free_model_content() svm_destroy_model() no longer supported. + svm-train.c and svm-predict.c Better format check in reading data labels + svm-toy: fix the svm_toy dialog path + tools: Using new string formatting/encoding in tools/*.py clearer png output, fix grid.py legend- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Fixed [Bug 661404] New: Wrong symbolic link libsvm.so- 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     4444"4#3.1-1.fc133.1-1.fc13libsvmsvm.hlibsvm.solibsvm-devel-3.1README/usr/include//usr/include/libsvm//usr/lib64//usr/share/doc//usr/share/doc/libsvm-devel-3.1/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnuASCII textdirectorysymbolic link to `libsvm.so.2'R?p7zXZ !PH6 {]"k%nd戔ȿ#Z1J:mˋvTQko(a\!)>v >,$6Љ4}2l|beAAZT ~%ͬK"dkj Cք;3H7&K%j`,Tʇ+!U|Nl[i1M@iKi;T_KcLS$} (؝s{2I &kz0'Hɹ$d/r*K WdPG{^C=mJjI\=^,kGۣȠӖX(= J.Qb+s6чoտ֜nN$ҐBw 냄xLe:`un 8:෧{yoqV]-zwki◠̇jd9ZJژ3}mR@ ^OH_CkuE*tSX:l|l^m.?pଃy'\(K/ԥCuX1Q#:s!҃ TFsB輎*0_rƈ,A޺V(L2^ *MƭFƎ/'9G9}~r IZ`|-pqtU^_{-YY^* !.1r-48kjZԸqzg dõ%2L2IYMn ڍy{i*CxVN 3{1nB8-1샭2^DL^ #0ta^7ΛPy#0JܺMWio͖[)ix$r ȠUO p~ou((8>9ܦ|k;%U$օ]dj9}JZvpoHq9sM]IEdMp {6F l6` fdO:֧fկdO,z-RxT;[%8 v(/Wz3')7P|TP .fLVhuq;2wAmrBDc 1FmdE4_I/ ĹpHf,Se֋(^p84\~K3p_6x`fܑkP$[ٯjN8$B`#$s1o9:NeoryX~ڗ T~[$!NhV=2a0vh⠯P6<0`>.-ըϦa5$y? nϭн}0⃘ ژD|B(-(1z4gC 3T%Iyv=xkL U5j -~xb=o(qk qZ壳ɢl#=nzZ<&@Ef \>;. g =s-~Kk}z}:I@i) ྶX Mѫ%d>DwCָRbI)|c1ZدKξӀn`69By>65ͩt"iQt _CG0)~\$|=t\&{ɺ%WchU(涽t?o1(&B>VClL~4xʶ YZ