From fd36c2d2b8b0bf975ec32bbc4477bbffcaf1d6fe Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 20:37:33 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/sparsehash.git#3c5172c35142f40d0ae08eef6f03054922fbe09a --- sparsehash.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sparsehash.spec b/sparsehash.spec index 1d3b863..e65c0f2 100644 --- a/sparsehash.spec +++ b/sparsehash.spec @@ -4,13 +4,14 @@ Name: sparsehash Version: 2.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extremely memory-efficient C++ hash_map implementation License: BSD URL: http://code.google.com/p/sparsehash Source0: https://github.com/sparsehash/sparsehash/archive/sparsehash-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc-c++ %description The Google SparseHash project contains several C++ template hash-map @@ -52,6 +53,9 @@ make check %{_libdir}/pkgconfig/libsparsehash.pc %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild