From 125a73712cc593ea3b337e8d18eda336cb8b88efc03ef0e03f504fc208f9e8d0 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 15 Dec 2009 13:09:28 +0000 Subject: [PATCH] Accepting request 26598 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/pango via accept of submit request 26598 revision 25. Request was accepted with message: accept OBS-URL: https://build.opensuse.org/request/show/26598 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=41 --- pango-1.26.0.tar.bz2 | 3 --- pango-1.26.2.tar.bz2 | 3 +++ pango.changes | 26 ++++++++++++++++++++++++++ pango.spec | 10 +++++----- 4 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 pango-1.26.0.tar.bz2 create mode 100644 pango-1.26.2.tar.bz2 diff --git a/pango-1.26.0.tar.bz2 b/pango-1.26.0.tar.bz2 deleted file mode 100644 index 72fc3f0..0000000 --- a/pango-1.26.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1bfaefd2614ff86d531152f31fbf4a61aea723eef19b132733ccd3eb8d9a6c3 -size 1535736 diff --git a/pango-1.26.2.tar.bz2 b/pango-1.26.2.tar.bz2 new file mode 100644 index 0000000..17b5ef1 --- /dev/null +++ b/pango-1.26.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b85879e5d8794555d10a2b79428071c99a93b7502ccbef50360ae44c77c3e08 +size 1536011 diff --git a/pango.changes b/pango.changes index 1dbd831..c659b9b 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Dec 15 13:52:03 CET 2009 - vuntz@opensuse.org + +- Update to version 1.26.2: + + Fix non-standard C++ usage + + Fix OpenType mark ligation + + OS X bug fix + + bgo#602823 - void function cannot return value + + bgo#602660 - [HB] don't use flexible arrays + + bgo#602408 - Invalid C++ code breaks compile with Sun C++ + Compiler + +------------------------------------------------------------------- +Mon Nov 30 16:06:04 CET 2009 - dimstar@opensuse.org + +- Update to version 1.26.1: + + [HB] Fix lookup_flag ignoring + + Fix leak with non-mmapped fonts + + Allow using uninstalled glib + + bgo#341481 - pangocairo kerning problem with nonidentity + scaling + + bgo#587768 - Don't build pango-view twice + + bgo#594101 - character class data updates to support unicode + 5.1 + + bgo#596837 - Typo in pango_cairo_show_layout documentation + ------------------------------------------------------------------- Wed Sep 23 15:23:21 CEST 2009 - lmedinas@opensuse.org diff --git a/pango.spec b/pango.spec index db92aff..f36fd4b 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.26.0) +# spec file for package pango (Version 1.26.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,14 +27,14 @@ BuildRequires: gtk-doc %if %suse_version >= 1100 BuildRequires: libthai-devel %endif -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: System/Libraries # bug437293 %ifarch ppc64 Obsoletes: pango-64bit %endif # -Version: 1.26.0 +Version: 1.26.2 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 @@ -60,7 +60,7 @@ Authors: %if %suse_version >= 1100 %package module-thai-lang -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: System for Layout and Rendering of Internationalised Text Group: System/Libraries Provides: locale(pango:th_TH) @@ -81,7 +81,7 @@ Authors: %endif %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}') Summary: Include files and libraries mandatory for development Group: Development/Libraries/GNOME