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