diff --git a/libspiro.spec b/libspiro.spec index ab6fead..a228a5e 100644 --- a/libspiro.spec +++ b/libspiro.spec @@ -1,6 +1,6 @@ Name: libspiro Version: 20200505 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library to simplify the drawing of beautiful curves # The files that are used to compile this library are all in GPLv3+ @@ -10,6 +10,7 @@ URL: https://github.com/fontforge/libspiro/ # Let's use libspiro-dist tarball from upstream as it does not require autoreconf Source0: https://github.com/fontforge/libspiro/releases/download/%{version}/libspiro-dist-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make %description This library will take an array of spiro control points and @@ -50,6 +51,9 @@ make check %{_mandir}/man3/libspiro.3.gz %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 20200505-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 20200505-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild