From 3040cb024a2558ed3816e83aa744e9c18da11740 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 12:05:26 +0100 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/check.git#9e737e914f5af32c73499fc2a1175497b6e9a144 --- check.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/check.spec b/check.spec index aa408c0..2347f99 100644 --- a/check.spec +++ b/check.spec @@ -1,6 +1,6 @@ Name: check Version: 0.15.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A unit test framework for C Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz License: LGPLv2+ @@ -13,6 +13,7 @@ Patch1: %{name}-0.11.0-fp.patch BuildRequires: cmake BuildRequires: gcc BuildRequires: libtool +BuildRequires: make BuildRequires: patchutils BuildRequires: pkgconfig BuildRequires: pkgconfig(libsubunit) @@ -139,6 +140,9 @@ cd - %{_mandir}/man1/checkmk.1* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.15.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Aug 9 2020 Jerry James - 0.15.2-1 - Version 0.15.2 - Drop upstreamed -fail-macros patch