diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz new file mode 100644 index 0000000..93217d8 --- /dev/null +++ b/1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2a6dde0b1d7f9a642598b86f223d0880cb87aef09024e19cc829840c1e3f0 +size 65126 diff --git a/fann2-1.1.2.tar.gz b/fann2-1.1.2.tar.gz deleted file mode 100644 index 3a2f07f..0000000 --- a/fann2-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdca0a65ad48e08320672affe38c3dd4ea15e27821e5e1db9fa2b34299bdd41e -size 66430 diff --git a/python-fann2.changes b/python-fann2.changes index e94b2c6..0d3b76c 100644 --- a/python-fann2.changes +++ b/python-fann2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 16:06:05 UTC 2022 - Dirk Müller + +- update to 1.2.0: + * Make setup.py robust to looking for FANN libraries in PREFIX + ------------------------------------------------------------------- Mon Aug 17 09:21:07 UTC 2020 - John Vandenberg diff --git a/python-fann2.spec b/python-fann2.spec index cd2785d..7a75c75 100644 --- a/python-fann2.spec +++ b/python-fann2.spec @@ -1,7 +1,7 @@ # # spec file for package python-fann2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fann2 -Version: 1.1.2 +Version: 1.2.0 Release: 0 Summary: Fast Artificial Neural Network Library (fann) bindings License: LGPL-2.1-only Group: Development/Languages/Python -Url: https://github.com/FutureLinkCorporation/fann2 -Source: https://files.pythonhosted.org/packages/source/f/fann2/fann2-%{version}.tar.gz +URL: https://github.com/FutureLinkCorporation/fann2 +Source: https://github.com/FutureLinkCorporation/fann2/archive/refs/tags/%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes