del URL in patch and rebuild pango

(cherry picked from commit 2c0bbfca0e4372e762001b964c147bc9007044ef)
This commit is contained in:
jzm369 2021-02-18 10:13:34 +08:00 committed by openeuler-sync-bot
parent 8fed08cd36
commit fc81c1ae64
2 changed files with 7 additions and 3 deletions

View File

@ -3,8 +3,6 @@ From: songnannan <songnannan2@huawei.com>
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.

View File

@ -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 <jinzhimin2@huawei.com> - 1.44.7-3
- rebuild pango
* Thu Feb 18 2021 jinzhimin <jinzhimin2@huawei.com> - 1.44.7-2
- del URL in patch
* Wed Apr 15 2020 songnannan <songnannan2@huawei.com> - 1.44.7-1
- Type:bugfix
- Id:NA