From 84e6ac04f66ab5d68405d994d6ed9410e37d8a2108d51bfa0f1daed272077184 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 19 Nov 2016 13:21:06 +0000 Subject: [PATCH 1/2] Accepting request 440944 from home:jengelh:branches:hardware - Update descriptions with some more useful info OBS-URL: https://build.opensuse.org/request/show/440944 OBS-URL: https://build.opensuse.org/package/show/hardware/Ne10?expand=0&rev=4 --- Ne10.changes | 5 +++++ Ne10.spec | 40 ++++++++++++++++++++++++++++------------ 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/Ne10.changes b/Ne10.changes index bc9a178..cce9504 100644 --- a/Ne10.changes +++ b/Ne10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 19 11:44:17 UTC 2016 - jengelh@inai.de + +- Update descriptions with some more useful info + ------------------------------------------------------------------- Fri Aug 26 10:23:19 UTC 2016 - mpluskal@suse.com diff --git a/Ne10.spec b/Ne10.spec index f1fea71..5ee9d0f 100644 --- a/Ne10.spec +++ b/Ne10.spec @@ -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/ @@ -27,39 +28,54 @@ Source: https://github.com/projectNe10/Ne10/archive/v%{version}.tar.gz#/ BuildRequires: cmake BuildRequires: gcc-c++ BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: armv7hl aarch64 +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. -This package contains shared library. +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 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} %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 From 78522149ba72498f3ef367e28938837c35277b614627d0e60f42a028f8a014fe Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 22 Nov 2016 10:25:06 +0000 Subject: [PATCH 2/2] Accepting request 441325 from home:Andreas_Schwab:Factory - Fix dependencies OBS-URL: https://build.opensuse.org/request/show/441325 OBS-URL: https://build.opensuse.org/package/show/hardware/Ne10?expand=0&rev=5 --- Ne10.changes | 5 +++++ Ne10.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Ne10.changes b/Ne10.changes index cce9504..b1ffec0 100644 --- a/Ne10.changes +++ b/Ne10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 22 09:37:29 UTC 2016 - schwab@suse.de + +- Fix dependencies + ------------------------------------------------------------------- Sat Nov 19 11:44:17 UTC 2016 - jengelh@inai.de diff --git a/Ne10.spec b/Ne10.spec index 5ee9d0f..27358d9 100644 --- a/Ne10.spec +++ b/Ne10.spec @@ -66,8 +66,8 @@ This package contains the shared library with tests. %package devel 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 The library provides some of the fastest implementations of key