From 2c0bbfca0e4372e762001b964c147bc9007044ef Mon Sep 17 00:00:00 2001 From: jzm369 Date: Thu, 18 Feb 2021 10:13:34 +0800 Subject: [PATCH] del URL in patch and rebuild pango --- disable-layout-test.patch | 2 -- pango.spec | 8 +++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/disable-layout-test.patch b/disable-layout-test.patch index 6f900dd..a9243c9 100644 --- a/disable-layout-test.patch +++ b/disable-layout-test.patch @@ -3,8 +3,6 @@ From: songnannan Date: Thu, 16 Apr 2020 21:14:36 +0800 Subject: [PATCH] disable layout test -https://gitlab.gnome.org/GNOME/pango/issues/299 - It comes down to font availability differences on the systems the test are run on, which hard to fix. diff --git a/pango.spec b/pango.spec index 2a89a16..3a653ac 100644 --- a/pango.spec +++ b/pango.spec @@ -1,6 +1,6 @@ Name: pango Version: 1.44.7 -Release: 1 +Release: 3 Summary: A library for layout and rendering of text License: LGPLv2+ @@ -77,6 +77,12 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_mandir}/man1/pango-view.1.gz %changelog +* Thu Feb 18 2021 jinzhimin - 1.44.7-3 +- rebuild pango + +* Thu Feb 18 2021 jinzhimin - 1.44.7-2 +- del URL in patch + * Wed Apr 15 2020 songnannan - 1.44.7-1 - Type:bugfix - Id:NA -- Gitee