libsvm-3.18

epel8
Ding-Yi Chen 11 years ago
parent 0324c7aef4
commit bde6ad5c19

2
.gitignore vendored

@ -6,3 +6,5 @@ libsvm-2.91.tar.gz
/libsvm-3.11.tar.gz
/libsvm-3.12.tar.gz
/libsvm-3.17.tar.gz
/libsvm-3.18.tar.gz
/log

@ -1,7 +1,7 @@
%define shver 2
Name: libsvm
Version: 3.17
Release: 4%{?dist}
Version: 3.18
Release: 1%{?dist}
Summary: A Library for Support Vector Machines
Group: Development/Libraries
@ -238,6 +238,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 22 2014 Ding-Yi Chen <dchen@redhat.com> - 3.18-1
- Upstream update to 3.18
- svm.cpp and svm-scale.c: check return values of fscanf
- matlab interface: Makefile no longer handles octave
because make.m should be used
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 3.17-4
- Use Requires: java-headless rebuild (#1067528)
@ -352,10 +358,10 @@ rm -rf $RPM_BUILD_ROOT
* Wed Apr 07 2010 Ding-Yi Chen <dchen@redhat.com> - 2.91-1
- 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
* 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
* Thu Nov 05 2009 Ding-Yi Chen <dchen@redhat.com> - 2.90-2
- Obsoletes libsvm-java for ppc and ppc64.
@ -425,7 +431,7 @@ rm -rf $RPM_BUILD_ROOT
* better gradient reconstructions
* issue a warning when -h 0 may be faster
* Thu Apr 29 2008 Ding-Yi Chen <dchen@redhat.com> - 2.86-13
* Tue Apr 29 2008 Ding-Yi Chen <dchen@redhat.com> - 2.86-13
- Fix svm-toy-qt clear button does not clear.
(from Hsiang-Fu Yu in National Taiwan University)
@ -455,7 +461,7 @@ rm -rf $RPM_BUILD_ROOT
- [Bug 436392]: Fix by copy from right place.
- Add desktop files and icons for svm-toy-gtk and svm-toy-qt
* Tue Feb 11 2008 Ding-Yi Chen <dchen@redhat.com> - 2.85-4
* Mon Feb 11 2008 Ding-Yi Chen <dchen@redhat.com> - 2.85-4
- Move gnuplot from BuildRequires to Requires
* Thu Feb 07 2008 Ding-Yi Chen <dchen@redhat.com> - 2.85-3
@ -475,7 +481,7 @@ rm -rf $RPM_BUILD_ROOT
- Add svm-toy-gtk
- Add svm-toy-qt
* Wed Dec 20 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-9
* Thu Dec 20 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-9
- [Bug 254091] Comment 19
- Fix python/Makefile
@ -487,11 +493,11 @@ rm -rf $RPM_BUILD_ROOT
* Mon Dec 03 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-7
- [Bug 254091] Review Request: libsvm - A Library for Support Vector Machines (Comment #12)
* Thu Sep 26 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-6
* Wed Sep 26 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-6
- Add defattr to each subpackage
- Move libsvm.so to libsvm
* Thu Sep 24 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-5
* Mon Sep 24 2007 Ding-Yi Chen <dchen@redhat.com> - 2.84-5
- Split out libsvm-java
- Add libsvm.so

@ -1,2 +1,2 @@
b1543809993e2653dd2787f62c3c390a guide.pdf
67f8b597ce85c1f5288d7838e57ea28a libsvm-3.17.tar.gz
bba35e2cf9d14e158009ef8b90fd840a libsvm-3.18.tar.gz
95918671ee5435803a1646e1ad2f3317 log

Loading…
Cancel
Save