diff --git a/pango-1.29.5.tar.bz2 b/pango-1.29.5.tar.bz2 deleted file mode 100644 index 37e2667..0000000 --- a/pango-1.29.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc74dcb162dd471198be2e68b12ce7528fe059ce6cdd79bbb529ee58a39e136 -size 1520122 diff --git a/pango-1.30.0.tar.xz b/pango-1.30.0.tar.xz new file mode 100644 index 0000000..f112962 --- /dev/null +++ b/pango-1.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff +size 1158224 diff --git a/pango.changes b/pango.changes index 0dbd474..9804280 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 27 06:06:02 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.30.0: + + bgo#667799: Fix cross-compiling bug in configure.in + + bgo#664125: Zero-width spaces cause missing characters + + CoreText backend: + - implement font fallbacks + - make more robust against broken fonts + - make shaping engine more robust + - Guard against glyph count of zero + + Win32 build fixes + ------------------------------------------------------------------- Thu Dec 8 20:09:27 UTC 2011 - dimstar@opensuse.org diff --git a/pango.spec b/pango.spec index 8442956..fbaf854 100644 --- a/pango.spec +++ b/pango.spec @@ -1,7 +1,7 @@ # # spec file for package pango # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # When updating the binary version, do not forget to also update baselibs.conf %define pango_binary_version 1.6.0 Name: pango -Version: 1.29.5 +Version: 1.30.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.29/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/pango/1.30/%{name}-%{version}.tar.xz Source1: README.SuSE Source2: macros.pango Source99: baselibs.conf