From 61e0772fade52872dab8aecda3996a6f42ee36c4 Mon Sep 17 00:00:00 2001 From: Ding-Yi Chen Date: Tue, 22 Apr 2014 10:29:04 +1000 Subject: [PATCH] libsvm-3.18 --- .gitignore | 2 ++ ...javaDir.patch => libsvm-3.18.javaDir.patch | 0 ...ain.patch => libsvm-3.18.packageMain.patch | 0 ...onDir.patch => libsvm-3.18.pythonDir.patch | 0 ...svm-toy.patch => libsvm-3.18.svm-toy.patch | 0 ...olsDir.patch => libsvm-3.18.toolsDir.patch | 0 libsvm.spec | 28 +++++++++++-------- sources | 4 +-- 8 files changed, 21 insertions(+), 13 deletions(-) rename libsvm-3.17.javaDir.patch => libsvm-3.18.javaDir.patch (100%) rename libsvm-3.17.packageMain.patch => libsvm-3.18.packageMain.patch (100%) rename libsvm-3.17.pythonDir.patch => libsvm-3.18.pythonDir.patch (100%) rename libsvm-3.17.svm-toy.patch => libsvm-3.18.svm-toy.patch (100%) rename libsvm-3.17.toolsDir.patch => libsvm-3.18.toolsDir.patch (100%) diff --git a/.gitignore b/.gitignore index aa1a6ec..23ae323 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libsvm-3.17.javaDir.patch b/libsvm-3.18.javaDir.patch similarity index 100% rename from libsvm-3.17.javaDir.patch rename to libsvm-3.18.javaDir.patch diff --git a/libsvm-3.17.packageMain.patch b/libsvm-3.18.packageMain.patch similarity index 100% rename from libsvm-3.17.packageMain.patch rename to libsvm-3.18.packageMain.patch diff --git a/libsvm-3.17.pythonDir.patch b/libsvm-3.18.pythonDir.patch similarity index 100% rename from libsvm-3.17.pythonDir.patch rename to libsvm-3.18.pythonDir.patch diff --git a/libsvm-3.17.svm-toy.patch b/libsvm-3.18.svm-toy.patch similarity index 100% rename from libsvm-3.17.svm-toy.patch rename to libsvm-3.18.svm-toy.patch diff --git a/libsvm-3.17.toolsDir.patch b/libsvm-3.18.toolsDir.patch similarity index 100% rename from libsvm-3.17.toolsDir.patch rename to libsvm-3.18.toolsDir.patch diff --git a/libsvm.spec b/libsvm.spec index fa4da57..fb2dd6b 100644 --- a/libsvm.spec +++ b/libsvm.spec @@ -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 - 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 - 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 - 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 - 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 - 2.86-13 +* Tue Apr 29 2008 Ding-Yi Chen - 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 - 2.85-4 +* Mon Feb 11 2008 Ding-Yi Chen - 2.85-4 - Move gnuplot from BuildRequires to Requires * Thu Feb 07 2008 Ding-Yi Chen - 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 - 2.84-9 +* Thu Dec 20 2007 Ding-Yi Chen - 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 - 2.84-7 - [Bug 254091] Review Request: libsvm - A Library for Support Vector Machines (Comment #12) -* Thu Sep 26 2007 Ding-Yi Chen - 2.84-6 +* Wed Sep 26 2007 Ding-Yi Chen - 2.84-6 - Add defattr to each subpackage - Move libsvm.so to libsvm -* Thu Sep 24 2007 Ding-Yi Chen - 2.84-5 +* Mon Sep 24 2007 Ding-Yi Chen - 2.84-5 - Split out libsvm-java - Add libsvm.so diff --git a/sources b/sources index 5984ec3..b7c6488 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b1543809993e2653dd2787f62c3c390a guide.pdf -67f8b597ce85c1f5288d7838e57ea28a libsvm-3.17.tar.gz +bba35e2cf9d14e158009ef8b90fd840a libsvm-3.18.tar.gz +95918671ee5435803a1646e1ad2f3317 log