From 4e9bceec17baeb76d3d98392499bb6cf7f79acd0de92816fd46cab05ed7967ea Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 23 Jun 2013 14:14:18 +0000 Subject: [PATCH] Accepting request 180562 from home:Zaitor:branches:GNOME:Factory Update to ver 1.35.0 OBS-URL: https://build.opensuse.org/request/show/180562 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=110 --- pango-1.34.1.tar.xz | 3 --- pango-1.35.0.tar.xz | 3 +++ pango.changes | 10 ++++++++++ pango.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 pango-1.34.1.tar.xz create mode 100644 pango-1.35.0.tar.xz diff --git a/pango-1.34.1.tar.xz b/pango-1.34.1.tar.xz deleted file mode 100644 index 0a06d09..0000000 --- a/pango-1.34.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c -size 1015112 diff --git a/pango-1.35.0.tar.xz b/pango-1.35.0.tar.xz new file mode 100644 index 0000000..6056d43 --- /dev/null +++ b/pango-1.35.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21f7277b5c088f334748b38f2c3abd6399024d653ab7663f567234acbdc7f92 +size 1017124 diff --git a/pango.changes b/pango.changes index 94e42cd..fdfa43a 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jun 22 13:44:01 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.35.0: + + Requires cairo 1.12.10. + + Add a --with-cairo option. + + Handle invalid utf8 better (bgo#700577). + + Install some tests. + + Don't change fonts for space (bgo#701652). + ------------------------------------------------------------------- Mon May 13 18:11:55 UTC 2013 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index af38b83..c361457 100644 --- a/pango.spec +++ b/pango.spec @@ -20,20 +20,20 @@ %define pango_binary_version 1.8.0 Name: pango -Version: 1.34.1 +Version: 1.35.0 Release: 0 Summary: Library for Layout and Rendering of Text License: LGPL-2.1+ Group: System/Libraries Url: http://www.pango.org/ -Source: http://download.gnome.org/sources/pango/1.34/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pango/1.35/%{name}-%{version}.tar.xz Source1: README.SuSE Source2: macros.pango Source99: baselibs.conf BuildRequires: gcc-c++ BuildRequires: gtk-doc BuildRequires: pkg-config -BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(cairo) >= 1.12.10 BuildRequires: pkgconfig(fontconfig) >= 2.10.91 BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) >= 2.33.12