From 60da2a587ba897f6aa7aeb08c019f521db74a4a5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:18:58 +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/snappy.git#6476fb52197cf101c33481437663f85335081f08 --- snappy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/snappy.spec b/snappy.spec index 622e852..3503341 100644 --- a/snappy.spec +++ b/snappy.spec @@ -1,7 +1,7 @@ %global __cmake_in_source_build 1 Name: snappy Version: 1.1.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Fast compression and decompression library License: BSD @@ -11,6 +11,7 @@ Source0: https://github.com/google/snappy/releases/download/%{version}/%{ # add missing dependency on gtest to snappy_unittest Patch0: %{name}-gtest.patch +BuildRequires: make BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gtest-devel @@ -86,6 +87,9 @@ ctest -V %{?_smp_mflags} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild