[arch-commits] Commit in libsvm/trunk (030-libsvm-fix-tools-path.patch PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Tue Dec 14 02:46:14 UTC 2021


    Date: Tuesday, December 14, 2021 @ 02:46:13
  Author: dbermond
Revision: 1072706

upgpkg: libsvm 3.25-3: FS#72981

Modified:
  libsvm/trunk/030-libsvm-fix-tools-path.patch
  libsvm/trunk/PKGBUILD

---------------------------------+
 030-libsvm-fix-tools-path.patch |    5 -----
 PKGBUILD                        |    4 ++--
 2 files changed, 2 insertions(+), 7 deletions(-)

Modified: 030-libsvm-fix-tools-path.patch
===================================================================
--- 030-libsvm-fix-tools-path.patch	2021-12-14 02:22:24 UTC (rev 1072705)
+++ 030-libsvm-fix-tools-path.patch	2021-12-14 02:46:13 UTC (rev 1072706)
@@ -17,11 +17,6 @@
          # example for windows
 --- a/tools/grid.py
 +++ b/tools/grid.py
-@@ -1,3 +1,4 @@
-+
- #!/usr/bin/env python
- __all__ = ['find_parameters']
- 
 @@ -18,7 +19,7 @@ class GridOption:
      def __init__(self, dataset_pathname, options):
          dirname = os.path.dirname(__file__)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 02:22:24 UTC (rev 1072705)
+++ PKGBUILD	2021-12-14 02:46:13 UTC (rev 1072706)
@@ -6,7 +6,7 @@
 
 pkgname=libsvm
 pkgver=3.25
-pkgrel=2
+pkgrel=3
 pkgdesc='A library for Support Vector Machines classification (includes binaries and bindings for python and java)'
 arch=('x86_64')
 url='https://www.csie.ntu.edu.tw/~cjlin/libsvm/'
@@ -24,7 +24,7 @@
 sha256sums=('1f587ec0df6fd422dfe50f942f8836ac179b0723b768fe9d2fabdfd1601a0963'
             '07bc50e50c3e34823e1669fec1be84a50fcea2307dcf33b00300135e08d2de4d'
             '6891fcbedf246c6b73d43551ce2476678dc473cee45d12d9fcaf124a1aac0d92'
-            '17c54ef795209112f2e1c8f15aaf74bb0214681df09a8abca16b5bfb2506e193')
+            '67f57236a6c4b09f051e74f8cb1ef5dbc9b5de3fdbb2b1a6ff86a07db0dd5fb9')
 
 prepare() {
     patch -d "${pkgname}-${pkgver/./}" -Np1 -i "${srcdir}/010-libsvm-fix-qt-headers-path.patch"



More information about the arch-commits mailing list