Hello community,

here is the log from the commit of package Ne10 for openSUSE:Factory checked in 
at 2016-12-08 00:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Ne10 (Old)
 and      /work/SRC/openSUSE:Factory/.Ne10.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Ne10"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Ne10/Ne10.changes        2016-11-18 
22:00:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.Ne10.new/Ne10.changes   2016-12-08 
00:29:11.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 09:37:29 UTC 2016 - sch...@suse.de
+
+- Fix dependencies
+
+-------------------------------------------------------------------
+Sat Nov 19 11:44:17 UTC 2016 - jeng...@inai.de
+
+- Update descriptions with some more useful info
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Ne10.spec ++++++
--- /var/tmp/diff_new_pack.fTxdwd/_old  2016-12-08 00:29:12.000000000 +0100
+++ /var/tmp/diff_new_pack.fTxdwd/_new  2016-12-08 00:29:12.000000000 +0100
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define         sover 10
 Name:           Ne10
 Version:        1.2.1
 Release:        0
-Summary:        Optimized software library project for the ARM Architecture
+Summary:        A library of common math and DSP functions optimized for ARM 
NEON
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://projectne10.github.com/Ne10/
@@ -30,36 +31,51 @@
 ExclusiveArch: armv7hl aarch64
 
 %description
-An open optimized software library project for the ARM Architecture.
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
 %package -n libNE10-%{sover}
-Summary:        Optimized software library project for the ARM Architecture
+Summary:        A library of common math and DSP functions optimized for ARM 
NEON
 Group:          Development/Libraries/C and C++
 
 %description -n libNE10-%{sover}
-An open optimized software library project for the ARM Architecture.
+Ne10 is a library of common functions that have been
+optimised for ARM-based CPUs equipped with NEON SIMD capabilities.
+
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package contains shared library.
+This package contains the shared library.
 
 %package -n libNE10_test%{sover}
-Summary:        Optimized software library project for the ARM Architecture
+Summary:        A library of common math and DSP functions optimized for ARM 
NEON
 Group:          Development/Libraries/C and C++
 
 %description -n libNE10_test%{sover}
-An open optimized software library project for the ARM Architecture. 
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package containc shared library with tests.
+This package contains the shared library with tests.
 
 %package devel
-Summary:        Optimized software library project for the ARM Architecture
+Summary:        Development files for Ne10, a math/DSP library for ARM NEON
 Group:          Development/Libraries/C and C++
-Requires:       libNE%{sover} = %{version}
-Requires:       libNE_test%{sover} = %{version}
+Requires:       libNE10-%{sover} = %{version}
+Requires:       libNE10_test%{sover} = %{version}
 
 %description devel
-An open optimized software library project for the ARM Architecture.
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package contains development files.
+This package contains the development files.
 
 %prep
 %setup -q


Reply via email to