diff --git a/benchmark.changes b/benchmark.changes index 4e904cc..da308b2 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 14:33:14 UTC 2019 - Richard Brown + +- Remove obsolete Groups tag (fate#326485) + ------------------------------------------------------------------- Mon Jun 24 07:26:21 UTC 2019 - Martin Pluskal diff --git a/benchmark.spec b/benchmark.spec index 52ec4fe..229ff9e 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -23,7 +23,6 @@ Version: 1.5.0 Release: 0 Summary: A microbenchmark support library License: Apache-2.0 -Group: Development/Libraries/C and C++ URL: https://github.com/google/benchmark Source: https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake >= 3.5.1 @@ -38,14 +37,12 @@ A library to support the benchmarking of functions, similar to unit-tests. %package -n %{soname}%{sover} Summary: Shared library for google benchmark -Group: System/Libraries %description -n %{soname}%{sover} A library to support the benchmarking of functions, similar to unit-tests. %package devel Summary: Development files for google benchmark -Group: Development/Languages/C and C++ Requires: %{soname}%{sover} = %{version} %description devel