From 452019130a1bf3f04fcc301a5ae7a609409e4d78 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:17:34 +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/libcbor.git#b3809c8b9149d23ad7eee5597a5a2e8c32cfa887 --- libcbor.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcbor.spec b/libcbor.spec index 6047017..65fd54f 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -1,6 +1,6 @@ Name: libcbor Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A CBOR parsing library License: MIT @@ -13,6 +13,7 @@ BuildRequires: gcc-c++ BuildRequires: python3-breathe BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme +BuildRequires: make %description libcbor is a C library for parsing and generating CBOR. @@ -57,6 +58,9 @@ cp doc/build/man/* %{buildroot}%{_mandir}/man1 %{_libdir}/pkgconfig/libcbor.pc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sun Sep 20 2020 Kalev Lember - 0.7.0-2 - Avoid hardcoding man page extension