From 8405c5133db549655ee003160c111a16d2355658 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Fri, 11 Sep 2020 17:20:41 +0800 Subject: [PATCH 1/2] Modify Source0 path of libsvm --- libsvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsvm.spec b/libsvm.spec index e428bf8..0dc5d47 100644 --- a/libsvm.spec +++ b/libsvm.spec @@ -8,7 +8,7 @@ Version: %{rel_ver} Release: %{pkg_ver}%{?dist} License: BSD URL: https://www.csie.ntu.edu.tw/~cjlin/libsvm/ -Source0: %{name}-%{rel_ver}.tar.gz +Source0: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{rel_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{rel_ver}-%{release}-root BuildRequires: gcc, gcc-c++, make -- Gitee From 20e2a070e78fd58198e00811f35c9484edb9a486 Mon Sep 17 00:00:00 2001 From: hubble_zhu Date: Sat, 12 Sep 2020 10:22:27 +0800 Subject: [PATCH 2/2] Update spec version --- libsvm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libsvm.spec b/libsvm.spec index 0dc5d47..6f0a26e 100644 --- a/libsvm.spec +++ b/libsvm.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} %define rel_ver 324 -%define pkg_ver 1.0 +%define pkg_ver 1.1 Summary: A Library for Support Vector Machines Name: libsvm @@ -40,5 +40,8 @@ install -p -D svm-train %{buildroot}/usr/bin/ rm -rf %{buildroot} %changelog +* Sun Sep 12 2020 hubble_zhu - 1.1 +- modify Source0 path + * Thu Aug 27 2020 hubble_zhu - 1.0 - package init -- Gitee