From 9b2e47c4671fe837a396821ea3805f517eb66220 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 14:43:06 +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/freetype.git#19cee984ff6907bf27b0dcd0a661a60fd6ccc0c9 --- freetype.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/freetype.spec b/freetype.spec index 596793c..82fe43a 100644 --- a/freetype.spec +++ b/freetype.spec @@ -3,7 +3,7 @@ Summary: A free and portable font rendering engine Name: freetype Version: 2.10.4 -Release: 1%{?dist} +Release: 2%{?dist} License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement URL: http://www.freetype.org Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.xz @@ -34,6 +34,7 @@ BuildRequires: libpng-devel BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: brotli-devel +BuildRequires: make Provides: %{name}-bytecode Provides: %{name}-subpixel @@ -224,6 +225,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %{_mandir}/man1/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.10.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Oct 23 2020 Marek Kasik - 2.10.4-1 - Update to 2.10.4 - Test bitmap size earlier for PNGs