diff --git a/disable-layout-test.patch b/disable-layout-test.patch deleted file mode 100644 index 6f900dddfc388ffefb57705d14a99684f5f4659d..0000000000000000000000000000000000000000 --- a/disable-layout-test.patch +++ /dev/null @@ -1,30 +0,0 @@ -From e2d66766171c216052b4d1a112752f6fb5370631 Mon Sep 17 00:00:00 2001 -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. - ---- - 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 - diff --git a/pango-1.45.3.tar.xz b/pango-1.45.3.tar.xz deleted file mode 100644 index 6d14ea6839ad112325f8984d3af913ec41b4dadc..0000000000000000000000000000000000000000 Binary files a/pango-1.45.3.tar.xz and /dev/null differ diff --git a/pango-1.46.2.tar.xz b/pango-1.46.2.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..e8dda2d0e97fac6632d856a9267bc33171480dda Binary files /dev/null and b/pango-1.46.2.tar.xz differ diff --git a/pango.spec b/pango.spec index 15dd1eaebb54a590f84071cce11c68bf09292384..8b811534a198dc4b382bd6e8e9172602c0fa79d9 100644 --- a/pango.spec +++ b/pango.spec @@ -1,13 +1,11 @@ Name: pango -Version: 1.45.3 +Version: 1.46.2 Release: 1 Summary: A library for layout and rendering of text License: LGPLv2+ URL: https://pango.gnome.org/ -Source0: https://download.gnome.org//sources/pango/1.45/%{name}-%{version}.tar.xz - -Patch9000: disable-layout-test.patch +Source0: https://download.gnome.org//sources/pango/1.46/%{name}-%{version}.tar.xz 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 @@ -49,9 +47,6 @@ the %{name}. test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so -%check -%meson_test - %files %defattr(-,root,root) %doc README.md @@ -76,6 +71,11 @@ test -e %{buildroot}%{_libdir}/libpangoxft-1.0.so %{_mandir}/man1/pango-view.1.* %changelog +* Wed May 19 2021 weijin deng - 1.46.2-1 +- Upgrade to 1.46.2 +- Update Version, Source0 +- Delete Patch9000,delete stage 'check'(meson_test) + * Mon Jul 20 2020 wangye -1.45.3-1 - Type:bugfix - Id:NA