From 89fee0fd444a5ebedf711d53459fccaec24bafc1239404eef9f22ea6d0ff27d9 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Fri, 28 Mar 2014 10:43:18 +0000
Subject: [PATCH] Accepting request 228052 from GNOME:Next

Prefer the GNOME:Next variant

OBS-URL: https://build.opensuse.org/request/show/228052
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=125
---
 pango-1.36.2.tar.xz |  3 ---
 pango-1.36.3.tar.xz |  3 +++
 pango.changes       | 15 +++++++++++++++
 pango.spec          |  4 ++--
 4 files changed, 20 insertions(+), 5 deletions(-)
 delete mode 100644 pango-1.36.2.tar.xz
 create mode 100644 pango-1.36.3.tar.xz

diff --git a/pango-1.36.2.tar.xz b/pango-1.36.2.tar.xz
deleted file mode 100644
index b6d9913..0000000
--- a/pango-1.36.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f07f9392c9cf20daf5c17a210b2c3f3823d517e1917b72f20bb19353b2bc2c63
-size 1025208
diff --git a/pango-1.36.3.tar.xz b/pango-1.36.3.tar.xz
new file mode 100644
index 0000000..5158689
--- /dev/null
+++ b/pango-1.36.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ad48e32917f94aa9d507486d44366e59355fcfd46ef86d119ddcba566ada5d22
+size 1021656
diff --git a/pango.changes b/pango.changes
index e480fd2..4547dc0 100644
--- a/pango.changes
+++ b/pango.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Tue Mar 18 09:20:21 UTC 2014 - dimstar@opensuse.org
+
+- Update to version 1.36.3:
+  + Fix builddir != srdir builds.
+  + Avoid a crash when FT_Face is NULL (bgo#724006).
+  + Win32 build fixes.
+  + Update pango_color_parse docs (bgo#711061).
+
+-------------------------------------------------------------------
+Sun Feb 23 10:16:40 UTC 2014 - zaitor@opensuse.org
+
+- Pass --with-cairo to configure, to ensure we build the cairo
+  backend.
+
 -------------------------------------------------------------------
 Wed Feb 19 19:37:59 CET 2014 - sbrabec@suse.cz
 
diff --git a/pango.spec b/pango.spec
index 57d257a..7252d94 100644
--- a/pango.spec
+++ b/pango.spec
@@ -20,7 +20,7 @@
 %define pango_binary_version 1.8.0
 
 Name:           pango
-Version:        1.36.2
+Version:        1.36.3
 Release:        0
 Summary:        Library for Layout and Rendering of Text
 License:        LGPL-2.1+
@@ -139,7 +139,7 @@ cp -a %{SOURCE1} .
 %endif
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static --with-pic --with-cairo
 make %{?_smp_mflags}
 
 %install