From 6abe5c6b43a69f7f6f3b82d71061c244b1125c8bdf39e75c572cac3bd4f5b1a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Jan 2023 20:25:58 +0000 Subject: [PATCH] - switch to pkgconfig(zlib) so that alternative providers can be used OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=186 --- freetype2.changes | 6 ++++++ freetype2.spec | 6 +++--- ft2demos.spec | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/freetype2.changes b/freetype2.changes index 5a1904c..0d5d4ee 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller + +- switch to pkgconfig(zlib) so that alternative providers can be + used + ------------------------------------------------------------------- Fri Aug 12 13:44:34 UTC 2022 - Dirk Müller diff --git a/freetype2.spec b/freetype2.spec index b56f724..9121114 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -1,7 +1,7 @@ # # spec file for package freetype2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,8 +43,8 @@ BuildRequires: gawk BuildRequires: libbz2-devel BuildRequires: libpng-devel BuildRequires: pkgconfig -BuildRequires: zlib-devel BuildRequires: pkgconfig(libbrotlidec) +BuildRequires: pkgconfig(zlib) %description This library features TrueType fonts for open source projects. This @@ -78,8 +78,8 @@ that will switch the TrueType Interpreter to the old version 35. Summary: Development environment for the freetype2 TrueType font library Group: Development/Libraries/C and C++ Requires: libfreetype6 = %{version} -Requires: zlib-devel Requires: pkgconfig(libbrotlidec) +Requires: pkgconfig(zlib) # there is no freetype-devel on suse: Provides: freetype-devel # Static library provides: diff --git a/ft2demos.spec b/ft2demos.spec index 71d323d..8a28b51 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -1,7 +1,7 @@ # # spec file for package ft2demos # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed