From 23af57f8d43989eb0e7f77b6bb67ac630314c045 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 12:10:04 +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/cjose.git#1cb4a15bab3c2fcf72c2b05b5cad9264e61f2496 --- cjose.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cjose.spec b/cjose.spec index fc3658b..1cf8245 100644 --- a/cjose.spec +++ b/cjose.spec @@ -1,6 +1,6 @@ Name: cjose Version: 0.6.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C library implementing the Javascript Object Signing and Encryption (JOSE) License: MIT @@ -14,6 +14,7 @@ BuildRequires: doxygen BuildRequires: openssl-devel BuildRequires: jansson-devel BuildRequires: check-devel +BuildRequires: make %description Implementation of JOSE for C/C++ @@ -62,6 +63,9 @@ make check || (cat test/test-suite.log; exit 1) %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild