From c1577eb2913c185be092b13258a39810f149511b91177dac7987cea4575f0da5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 Aug 2020 07:38:51 +0000 Subject: [PATCH] - Update to release 2.0.4 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sparsehash?expand=0&rev=7 --- sparsehash-2.0.3.tar.gz | 3 --- sparsehash-2.0.4.tar.gz | 3 +++ sparsehash.changes | 8 ++++++++ sparsehash.spec | 10 ++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 sparsehash-2.0.3.tar.gz create mode 100644 sparsehash-2.0.4.tar.gz diff --git a/sparsehash-2.0.3.tar.gz b/sparsehash-2.0.3.tar.gz deleted file mode 100644 index 8ed14f7..0000000 --- a/sparsehash-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c -size 322046 diff --git a/sparsehash-2.0.4.tar.gz b/sparsehash-2.0.4.tar.gz new file mode 100644 index 0000000..f153205 --- /dev/null +++ b/sparsehash-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58 +size 323154 diff --git a/sparsehash.changes b/sparsehash.changes index 926ae24..90d2b82 100644 --- a/sparsehash.changes +++ b/sparsehash.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 13 07:37:31 UTC 2020 - Jan Engelhardt + +- Update to release 2.0.4 + * Corrected the memory usage claims to take into account + allocator overhead. + * Cleared some compiler warnings. + ------------------------------------------------------------------- Sun Jan 13 09:53:06 UTC 2019 - Jan Engelhardt diff --git a/sparsehash.spec b/sparsehash.spec index f63b042..b9d9e44 100644 --- a/sparsehash.spec +++ b/sparsehash.spec @@ -1,7 +1,7 @@ # # spec file for package sparsehash # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ Name: sparsehash -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: Memory-efficient hash_map implementation License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: https://github.com/sparsehash/sparsehash +URL: https://github.com/sparsehash/sparsehash Source: https://github.com/sparsehash/sparsehash/archive/sparsehash-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Google SparseHash project contains several C++ template hash-map @@ -45,7 +44,7 @@ an implementation that optimizes for space and one that optimizes for speed. %prep -%setup -q -n %{name}-%{name}-%{version} +%autosetup -p1 -n %{name}-%{name}-%{version} %build %configure @@ -58,7 +57,6 @@ rm %{buildroot}%{_datadir}/doc/%{name}-2.0.2/INSTALL rm %{buildroot}%{_datadir}/doc/%{name}-2.0.2/README_windows.txt %files devel -%defattr(-,root,root) %doc %{_datadir}/doc/%{name}-2.0.2/ %{_includedir}/google/ %{_includedir}/sparsehash/