From 32d2ba5034a16e377eb15c64583ee2088de2bf6a Mon Sep 17 00:00:00 2001 From: liuyumeng Date: Tue, 9 Nov 2021 15:10:11 +0800 Subject: [PATCH] delete dependency from pango --- pango.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pango.spec b/pango.spec index aabc53c..020166e 100644 --- a/pango.spec +++ b/pango.spec @@ -1,18 +1,18 @@ Name: pango Version: 1.47.0 -Release: 1 +Release: 2 Summary: A library for layout and rendering of text License: LGPLv2+ URL: https://pango.gnome.org/ Source0: https://download.gnome.org//sources/pango/1.47/%{name}-%{version}.tar.xz -BuildRequires: pkgconfig(cairo) >= 1.12.10 pkgconfig(fontconfig) >= 2.12.92 pkgconfig(freetype2) >= 2.1.5 +BuildRequires: pkgconfig(freetype2) >= 2.1.5 BuildRequires: pkgconfig(fribidi) >= 1.0 pkgconfig(glib-2.0) >= 2.59.2 pkgconfig(harfbuzz) >= 2.0.0 BuildRequires: pkgconfig(xft) >= 2.0.0 pkgconfig(libthai) >= 0.1.9 pkgconfig(gobject-introspection-1.0) BuildRequires: cairo-gobject-devel gtk-doc meson help2man gcc gcc-c++ harfbuzz-help -Requires: cairo >= 1.12.10 fontconfig >= 2.12.92 freetype >= 2.1.5 fribidi >= 1.0 +Requires: freetype >= 2.1.5 fribidi >= 1.0 Requires: glib2 >= 2.59.2 harfbuzz >= 2.0.0 libXft >= 2.0.0 libthai >= 0.1.9 %description @@ -71,6 +71,9 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_mandir}/man1/pango-view.1.* %changelog +* Tue Nov 09 2021 liuyumeng -1.47.0-2 +- delete dependency from pango + * Mon Jun 7 2021 weijin deng - 1.47.0-1 - Upgrade to 1.47.0 - Update Version, Source0 -- Gitee