diff --git a/pango.spec b/pango.spec index aabc53ca4fe81419064ae49324c5baa718bd00b3..020166e7eefc78a70e77af41904e19ff96571ee2 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