#5 Apply no-op-rendering patch
Merged 2 years ago by mkasik. Opened 2 years ago by dherrera.
rpms/ dherrera/freetype f35  into  f35

file modified
+6 -1
@@ -4,7 +4,7 @@ 

  Summary: A free and portable font rendering engine

  Name: freetype

  Version: 2.11.0

- Release: 2%{?dist}

+ Release: 3%{?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
@@ -91,6 +91,7 @@ 

  %patch4 -p1 -b .multilib

  %patch5 -p1 -b .internal-outline

  %patch6 -p1 -b .debughook

+ %patch7 -p1 -b .no-op-rendering

  

  %build

  
@@ -232,6 +233,10 @@ 

  %{_mandir}/man1/*

  

  %changelog

+ * Fri Jan 21 2022 Diego Herrera <dherrera@redhat.com> - 2.11.0-3

+ - Apply no-op-rendering patch

+ - Resolves: #2043396

+ 

  * Fri Jan 21 2022 Marek Kasik <mkasik@redhat.com> - 2.11.0-2

  - Discard an error when rendering a bitmap glyph

  - Resolves: #2043396

The patch was added to the repo, but was not applied to the build process.

Pull-Request has been merged by mkasik

2 years ago
Metadata