Hello community,

here is the log from the commit of package fann for openSUSE:Factory checked in 
at 2016-10-28 10:46:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fann (Old)
 and      /work/SRC/openSUSE:Factory/.fann.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fann"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fann/fann.changes        2016-10-20 
23:08:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fann.new/fann.changes   2016-10-28 
10:46:48.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Oct 22 17:16:21 UTC 2016 - [email protected]
+
+- Update descriptions, summaries and license field
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fann.spec ++++++
--- /var/tmp/diff_new_pack.c3htv8/_old  2016-10-28 10:46:49.000000000 +0200
+++ /var/tmp/diff_new_pack.c3htv8/_new  2016-10-28 10:46:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fann
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,8 +20,8 @@
 Version:        2.2.0
 Release:        0
 Summary:        Fast artificial neural network library
-License:        LGPL-2.1
-Group:          System Environment/Libraries
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 Url:            http://leenissen.dk/fann/wp/
 Source:         
http://downloads.sourceforge.net/project/fann/fann/%{version}/FANN-%{version}-Source.zip
 Patch0:         fix-cmake-link-libraries.patch
@@ -32,22 +32,28 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Fann is a fast artificial neural network library. More information and a lot
-of documentation is available at http://fann.sourceforge.net/
+FANN is a neural network library which implements multilayer
+artificial neural networks in C with support for both fully connected
+and sparsely connected networks. Execution in both fixed and floating
+point are supported. It includes a framework for easy handling of
+training data sets.
 
 %package -n libfann2
 Summary:        Fast artificial neural network library
-Group:          Development/Libraries
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} <= 2.1.0.snap20070429
 
 %description -n libfann2
-Fann is a fast artificial neural network library. More information and a lot
-of documentation is available at http://fann.sourceforge.net/
+FANN is a neural network library which implements multilayer
+artificial neural networks in C with support for both fully connected
+and sparsely connected networks. Execution in both fixed and floating
+point are supported. It includes a framework for easy handling of
+training data sets.
 
 %package -n libfann-devel
-Summary:        Development package for fann
-Group:          Development/Libraries
+Summary:        Development package for fann, an artificial neural network 
library
+Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libfann2 = %{version}
 Requires:       libstdc++-devel
@@ -55,7 +61,11 @@
 Obsoletes:      %{name}-devel <= 2.1.0.snap20070429
 
 %description -n libfann-devel
-Development headers of fann: fast artificial neural network library
+FANN is a neural network library which implements multilayer
+artificial neural networks in C with support for both fully connected
+and sparsely connected networks.
+
+This subpackage contains the headers for FANN.
 
 %prep
 %setup -q -n FANN-%{version}-Source



Reply via email to