diff --git a/pango-1.40.5.tar.xz b/pango-1.40.5.tar.xz deleted file mode 100644 index de83dab..0000000 --- a/pango-1.40.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9 -size 1065152 diff --git a/pango-1.40.6.tar.xz b/pango-1.40.6.tar.xz new file mode 100644 index 0000000..2805f1e --- /dev/null +++ b/pango-1.40.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 +size 832040 diff --git a/pango.changes b/pango.changes index b3d1b39..1e1d1d9 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 23 08:04:16 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.40.6: + + Don't use deprecated harfbuzz api. + + Correctly implement min-required/max-allowed support. + + Avoid compiler warnings. + + Drop -uninstalled.pd files. + + Add support for building with meson. + ------------------------------------------------------------------- Mon Apr 10 07:01:36 UTC 2017 - zaitor@opensuse.org diff --git a/pango.spec b/pango.spec index ecb2615..6902d3a 100644 --- a/pango.spec +++ b/pango.spec @@ -20,7 +20,7 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.40.5 +Version: 1.40.6 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.30 +BuildRequires: pkgconfig(harfbuzz) >= 1.2.3 BuildRequires: pkgconfig(libthai) >= 0.1.9 BuildRequires: pkgconfig(xft) >= 2.0.0 BuildRequires: pkgconfig(xrender)