From 9a821e9dc624aa5cf61d7cff2751c78091bcfc2e5ceca0b0a46d70443398ec6e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Mar 2008 17:13:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=14 --- pango-1.19.3.tar.bz2 | 3 --- pango-1.19.4.tar.bz2 | 3 +++ pango.changes | 11 +++++++++++ pango.spec | 13 +++++++++++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pango-1.19.3.tar.bz2 create mode 100644 pango-1.19.4.tar.bz2 diff --git a/pango-1.19.3.tar.bz2 b/pango-1.19.3.tar.bz2 deleted file mode 100644 index 06211b2..0000000 --- a/pango-1.19.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adc29d4c33f0fd5d7f195cb6eb143fefffd7afb0f08bdce54e3c73e63c14275b -size 1418608 diff --git a/pango-1.19.4.tar.bz2 b/pango-1.19.4.tar.bz2 new file mode 100644 index 0000000..372fb5a --- /dev/null +++ b/pango-1.19.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4adadc2dcaf8b5979d5fe2d34a90c1779157853d328e4af3db1213efda51358 +size 1414221 diff --git a/pango.changes b/pango.changes index c8c4cb2..deb6c2f 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 3 17:46:02 CET 2008 - maw@suse.de + +- Update to version 1.19.4: + + Fixed blocker bug with pango_layout_set_height() and positive + height + + Fixed small leak in ATSUI backend + + Improved docs + + Bugs fixed: bgo#511172, bgo#515484, bgo#515484, bgo#517083, + bgo#515484, bgo#504810, bgo#496244, bgo#512566, and bgo#512473. + ------------------------------------------------------------------- Thu Jan 31 21:47:26 CET 2008 - maw@suse.de diff --git a/pango.spec b/pango.spec index b6df335..14ca5e4 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.19.3) +# spec file for package pango (Version 1.19.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,12 +10,13 @@ # norootforbuild + Name: pango BuildRequires: cairo-devel gtk-doc perl-XML-Parser sgml-skel License: LGPL v2.1 or later Group: System/Libraries AutoReqProv: on -Version: 1.19.3 +Version: 1.19.4 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 @@ -178,6 +179,14 @@ fi %{_datadir}/gtk-doc/html/pango %changelog +* Mon Mar 03 2008 maw@suse.de +- Update to version 1.19.4: + + Fixed blocker bug with pango_layout_set_height() and positive + height + + Fixed small leak in ATSUI backend + + Improved docs + + Bugs fixed: bgo#511172, bgo#515484, bgo#515484, bgo#517083, + bgo#515484, bgo#504810, bgo#496244, bgo#512566, and bgo#512473. * Thu Jan 31 2008 maw@suse.de - Update to version 1.19.3: - pango_layout_get_pixel_extents() and pango_layout_line_get_pixel_extents()