diff --git a/pango-1.24.5.tar.bz2 b/pango-1.24.5.tar.bz2 deleted file mode 100644 index 2a944d5..0000000 --- a/pango-1.24.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f733d1ec3e8dafcae152d7ac58f1090bee1fd856176c8fee0e81b0e42392f4e -size 1519944 diff --git a/pango-1.25.3.tar.bz2 b/pango-1.25.3.tar.bz2 new file mode 100644 index 0000000..b886bea --- /dev/null +++ b/pango-1.25.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecee1968660f7ee94d04ef1d85a52d73949fc2ac46166002a722a29683a87c3 +size 1524694 diff --git a/pango.changes b/pango.changes index 5af04ca..cb99667 100644 --- a/pango.changes +++ b/pango.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Thu Aug 13 09:47:49 CEST 2009 - vuntz@novell.com + +- Update to version 1.25.3: + + Fix couple of crashers + + Enforce -fno-exceptions better, should fix build issues for + distros on x86-64. + + Call mprotect() only when available. + + New public API: pango_glyph_item_get_logical_widths() + + Remove G_GNUC_PURE attr from pango_glyph_string_get_width() + + Fix buffer corruption in HarfBuzz + + Bugs fixed: + - bgo#591413 - needs to link with libstdc++ + - bgo#591511 - hb-blob.c does not compile using mingw on + windows + - bgo#591557 - [HB] crash scrolling the evolution message list + - bgo#591576 - crashed with SIGSEGV at pango + - bgo#591465 - Gimp crashes upon opening the font selection + dialog + +------------------------------------------------------------------- +Wed Aug 12 10:16:03 CEST 2009 - vuntz@novell.com + +- Update to version 1.25.2: + + Tweak C++ compiler options. If you get link errors with gcc on + x86-64 about __gxx_personality_v0(), make sure your CXXFLAGS + does not have -fexceptions. This will be fixed in Pango itself later. + + Fix crasher with gzipped fonts. (bgo#591409) + +------------------------------------------------------------------- +Mon Aug 10 21:29:55 CEST 2009 - vuntz@novell.com + +- Update to version 1.25.1: + + Merge harfbuzz-ng: brand new OpenType Layout engine + + Port to ATSUI backend to use CoreText instead of ATS + + New public API: + - pango_gravity_get_for_script_and_width() + + Misc bug fixes + - bgo#590042 - pango-view.1 manpage should not be gzipped + - bgo#410169 - gravity problem with Common chars + - bgo#589113 - Some characters rotated incorrectly in vertical + text + - bgo#582851 - Little fix for compiling with Cygwin + - bgo#588060 - Fonts missing on Cygwin + ------------------------------------------------------------------- Tue Jul 21 14:52:54 CEST 2009 - vuntz@novell.com diff --git a/pango.spec b/pango.spec index 583f962..180262d 100644 --- a/pango.spec +++ b/pango.spec @@ -1,5 +1,5 @@ # -# spec file for package pango (Version 1.24.5) +# spec file for package pango (Version 1.25.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -34,7 +34,7 @@ Group: System/Libraries Obsoletes: pango-64bit %endif # -Version: 1.24.5 +Version: 1.25.3 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