SHA256
8
0
forked from pool/libsvm

Accepting request 730136 from home:StefanBruens:branches:science

Work around file conflict in devel package, update to 3.24

OBS-URL: https://build.opensuse.org/request/show/730136
OBS-URL: https://build.opensuse.org/package/show/science/libsvm?expand=0&rev=14
This commit is contained in:
2019-09-11 21:10:13 +00:00
committed by Git OBS Bridge
parent 711a944d2c
commit e8ff13c06c
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:257aed630dc0a0163e12cb2a80aea9c7dc988e55f28d69c945a38b9433c0ea4a
size 850724

3
libsvm-3.24.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5881a201a4e6227bf8e2f5de7d6eeaef481c6c2bb9540aeca547737844f8696
size 876441

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 11:54:50 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to version 3.24
It conducts some minor fixes.
- Add conflicts for vpp-devel package, vpp provides a completely
unrelated libsvm.so as well (VM denoting Virtual Machine).
-------------------------------------------------------------------
Sun Jul 7 00:35:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -20,9 +20,9 @@ Summary: A Library for Support Vector Machines
License: BSD-3-Clause
Group: Development/Languages/Other
Name: libsvm
Version: 3.23
Version: 3.24
Release: 0
Url: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
URL: https://www.csie.ntu.edu.tw/~cjlin/libsvm/
Source0: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
@@ -60,6 +60,8 @@ estimation (one-class SVM). It supports multi-class classification.
Summary: C headers for developing programs with libsvm
Group: Development/Libraries/C and C++
Requires: libsvm2 = %{version}
# VPP provides a libsvm.so installed in _libdir as well
Conflicts: libvpp-devel
%description devel
This package contains the libraries and header files needed for