Accepting request 498567 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/498567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=105
This commit is contained in:
Dominique Leuenberger 2017-05-31 10:14:30 +00:00 committed by Git OBS Bridge
commit 293578cf7e
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24748140456c42360b07b2c77a1a2e1216d07c056632079557cd4e815b9d01c9
size 1065152

3
pango-1.40.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573
size 832040

View File

@ -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

View File

@ -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)