Accepting request 135466 from home:dimstar:branches:GNOME:Factory
Resubmit post review OBS-URL: https://build.opensuse.org/request/show/135466 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=85
This commit is contained in:
parent
51db18a45c
commit
01b967894d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81
|
||||
size 1031940
|
3
pango-1.31.2.tar.xz
Normal file
3
pango-1.31.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e473998006e6b04f6055882d00bc5a84e4fc5232523d79216ebed906353787be
|
||||
size 1031740
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 22 13:59:48 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.31.2:
|
||||
+ More work done towards thread-safety.
|
||||
+ Build fixes on OS.
|
||||
- Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 11:10:04 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define pango_binary_version 1.8.0
|
||||
|
||||
Name: pango
|
||||
Version: 1.31.1
|
||||
Version: 1.31.2
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1+
|
||||
@ -36,7 +36,8 @@ BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(harfbuzz) >= 0.9.3
|
||||
BuildRequires: pkgconfig(libthai) >= 0.1.9
|
||||
|
Loading…
Reference in New Issue
Block a user