From 83d9cf7fba1a1c7faa72532983787a898ad2a6bc8e360dd5f189eda7bac443f1 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Jul 2010 13:26:14 +0000 Subject: [PATCH] Accepting request 43618 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/pango via accept of submit request 43618 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43618 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=52 --- pango-1.28.0.tar.bz2 | 3 --- pango-1.28.1.tar.bz2 | 3 +++ pango.changes | 21 +++++++++++++++++++++ pango.spec | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 pango-1.28.0.tar.bz2 create mode 100644 pango-1.28.1.tar.bz2 diff --git a/pango-1.28.0.tar.bz2 b/pango-1.28.0.tar.bz2 deleted file mode 100644 index faf147c..0000000 --- a/pango-1.28.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68480485b714e3570a58c270add9e9785fa78068f7410949b478e8a9d3f5bc40 -size 1500538 diff --git a/pango-1.28.1.tar.bz2 b/pango-1.28.1.tar.bz2 new file mode 100644 index 0000000..600dc22 --- /dev/null +++ b/pango-1.28.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3eaab506f613dd25bb1fa65ea87a145d523d066d90c227bdb3016523451bc2 +size 1483961 diff --git a/pango.changes b/pango.changes index c34b994..fe61d68 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 5 20:47:45 CEST 2010 - dimstar@opensuse.org + +- Update to version 1.28.1: + + pango-view now accepts --margin + + Various HarfBuzz bug fixes + + Build fixes + + Bugs fixed: + - bgo#582698: Support CSS-style margin specification + - bgo#621612: VPATH build fix + - bgo#605870: Incorrect shaping for Syriac + - bgo#457990: font metrics are not converted to user space in + cairo backend + - bgo#613015: [HB] Does not sanitize Device tables referenced + from ValueRecords. + +------------------------------------------------------------------- +Sat Apr 24 11:38:24 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Wed Mar 31 01:21:17 CEST 2010 - vuntz@opensuse.org diff --git a/pango.spec b/pango.spec index 7aad770..cc1b36c 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.28.0) +# spec file for package pango (Version 1.28.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,6 +24,7 @@ BuildRequires: cairo-devel BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc +BuildRequires: pkg-config %if %suse_version >= 1100 BuildRequires: libthai-devel %endif @@ -34,7 +35,7 @@ Group: System/Libraries Obsoletes: pango-64bit %endif # -Version: 1.28.0 +Version: 1.28.1 Release: 1 Summary: System for Layout and Rendering of Internationalised Text Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2