!19 disable layout test
From: @xing_xing1992 Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
86458fa3ff
28
disable-layout-test.patch
Normal file
28
disable-layout-test.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From e2d66766171c216052b4d1a112752f6fb5370631 Mon Sep 17 00:00:00 2001
|
||||||
|
From: songnannan <songnannan2@huawei.com>
|
||||||
|
Date: Thu, 16 Apr 2020 21:14:36 +0800
|
||||||
|
Subject: [PATCH] disable layout test
|
||||||
|
|
||||||
|
It comes down to font availability differences on the systems the test
|
||||||
|
are run on, which hard to fix.
|
||||||
|
|
||||||
|
---
|
||||||
|
tests/meson.build | 2 --
|
||||||
|
1 file changed, 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/tests/meson.build b/tests/meson.build
|
||||||
|
index c617331..a870ccf 100644
|
||||||
|
--- a/tests/meson.build
|
||||||
|
+++ b/tests/meson.build
|
||||||
|
@@ -40,8 +40,6 @@ if cairo_dep.found()
|
||||||
|
[ 'testiter', [ 'testiter.c' ], [ libpangocairo_dep ] ],
|
||||||
|
[ 'test-ellipsize', [ 'test-ellipsize.c' ], [ libpangocairo_dep ] ],
|
||||||
|
[ 'markup-parse', [ 'markup-parse.c' , 'test-common.c' ], [ libpangocairo_dep ] ],
|
||||||
|
- [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep ] ],
|
||||||
|
- [ 'test-itemize', [ 'test-itemize.c', 'test-common.c' ], [ libpangocairo_dep ] ],
|
||||||
|
[ 'test-shape', [ 'test-shape.c', 'test-common.c' ], [ libpangocairo_dep ] ],
|
||||||
|
[ 'test-font', [ 'test-font.c' ], [ libpangocairo_dep ] ],
|
||||||
|
[ 'testattributes', [ 'testattributes.c', 'test-common.c' ], [ libpangocairo_dep ] ],
|
||||||
|
--
|
||||||
|
2.23.0
|
||||||
|
|
||||||
@ -1,12 +1,14 @@
|
|||||||
Name: pango
|
Name: pango
|
||||||
Version: 1.49.3
|
Version: 1.49.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A library for layout and rendering of text
|
Summary: A library for layout and rendering of text
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://pango.gnome.org/
|
URL: https://pango.gnome.org/
|
||||||
Source0: https://download.gnome.org//sources/pango/1.49/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org//sources/pango/1.49/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
Patch9000: disable-layout-test.patch
|
||||||
|
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.12.10 pkgconfig(fontconfig) >= 2.12.92 pkgconfig(freetype2) >= 2.1.5
|
BuildRequires: pkgconfig(cairo) >= 1.12.10 pkgconfig(fontconfig) >= 2.12.92 pkgconfig(freetype2) >= 2.1.5
|
||||||
BuildRequires: pkgconfig(fribidi) >= 1.0 pkgconfig(glib-2.0) >= 2.59.2 pkgconfig(harfbuzz) >= 2.0.0
|
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: pkgconfig(xft) >= 2.0.0 pkgconfig(libthai) >= 0.1.9 pkgconfig(gobject-introspection-1.0)
|
||||||
@ -77,6 +79,9 @@ cp -a %{_libdir}/libpangoxft-1.0.so.0.4700.0 $RPM_BUILD_ROOT%{_libdir}
|
|||||||
%{_mandir}/man1/pango-view.1.*
|
%{_mandir}/man1/pango-view.1.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 17 2022 xingxing <xingxing9@huawei.com> - 1.49.3-2
|
||||||
|
- disable layout test
|
||||||
|
|
||||||
* Fri Dec 17 2021 yangcheng <yangcheng87@huawei.com> - 1.49.3-1
|
* Fri Dec 17 2021 yangcheng <yangcheng87@huawei.com> - 1.49.3-1
|
||||||
- Upgrade to 1.49.3
|
- Upgrade to 1.49.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user