From d5d98982c4523c9ae6b14fcfbed865ae148837fa9d185982726231cc7073983a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 19 Oct 2015 09:53:35 +0000 Subject: [PATCH] Accepting request 339399 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/339399 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=145 --- pango-1.38.0.tar.xz | 3 --- pango-1.38.1.tar.xz | 3 +++ pango.changes | 8 ++++++++ pango.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pango-1.38.0.tar.xz create mode 100644 pango-1.38.1.tar.xz diff --git a/pango-1.38.0.tar.xz b/pango-1.38.0.tar.xz deleted file mode 100644 index f263ff1..0000000 --- a/pango-1.38.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c -size 1046788 diff --git a/pango-1.38.1.tar.xz b/pango-1.38.1.tar.xz new file mode 100644 index 0000000..b58206d --- /dev/null +++ b/pango-1.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7 +size 1047372 diff --git a/pango.changes b/pango.changes index 20e9d47..81c4a43 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 12 19:38:42 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.38.1: + + Require Harfbuzz 0.9.30. + + Fix make check with --enable-debug=no. + + Win32 build fixes. + ------------------------------------------------------------------- Fri Oct 9 07:09:50 UTC 2015 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index ed91d0e..4ba2bee 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.38.0 +Version: 1.38.1 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) >= 2.33.12 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(harfbuzz) >= 0.9.9 +BuildRequires: pkgconfig(harfbuzz) >= 0.9.30 BuildRequires: pkgconfig(libthai) >= 0.1.9 BuildRequires: pkgconfig(xft) >= 2.0.0 BuildRequires: pkgconfig(xrender)