diff --git a/Ne10.changes b/Ne10.changes index b1ffec0..ce2fa3b 100644 --- a/Ne10.changes +++ b/Ne10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:25:36 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Tue Nov 22 09:37:29 UTC 2016 - schwab@suse.de diff --git a/Ne10.spec b/Ne10.spec index 27358d9..dc33ee4 100644 --- a/Ne10.spec +++ b/Ne10.spec @@ -1,7 +1,7 @@ # # spec file for package Ne10 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,6 @@ Version: 1.2.1 Release: 0 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/ Source: https://github.com/projectNe10/Ne10/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake @@ -38,7 +37,6 @@ and physics functions. %package -n libNE10-%{sover} Summary: A library of common math and DSP functions optimized for ARM NEON -Group: Development/Libraries/C and C++ %description -n libNE10-%{sover} Ne10 is a library of common functions that have been @@ -53,7 +51,6 @@ This package contains the shared library. %package -n libNE10_test%{sover} Summary: A library of common math and DSP functions optimized for ARM NEON -Group: Development/Libraries/C and C++ %description -n libNE10_test%{sover} The library provides some of the fastest implementations of key @@ -65,7 +62,6 @@ 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: libNE10-%{sover} = %{version} Requires: libNE10_test%{sover} = %{version}