Update spec version

This commit is contained in:
hubble_zhu 2020-09-12 10:22:27 +08:00
parent 8405c5133d
commit 20e2a070e7

View File

@ -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<hubble_zhu@qq.com> - 1.1
- modify Source0 path
* Thu Aug 27 2020 hubble_zhu<hubble_zhu@qq.com> - 1.0
- package init