Jan Engelhardt 2019-01-13 09:53:12 +00:00 committed by Git OBS Bridge
parent 58aa203f58
commit 384d4245e6
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 13 09:53:06 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Remove extreme wording.
-------------------------------------------------------------------
Tue Nov 17 19:13:41 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package sparsehash
#
# Copyright (c) 2015 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,14 +12,14 @@
# 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/
#
Name: sparsehash
Version: 2.0.3
Release: 0
Summary: Extremely memory-efficient hash_map implementation
Summary: Memory-efficient hash_map implementation
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: https://github.com/sparsehash/sparsehash
@ -35,7 +35,7 @@ an implementation that optimizes for space and one that optimizes for
speed.
%package devel
Summary: Extremely memory-efficient C++ hash_map implementation
Summary: Memory-efficient C++ hash_map implementation
Group: Development/Libraries/C and C++
%description devel