Accepting request 17899 from GNOME:Factory

Copy from GNOME:Factory/pango based on submit request 17899 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/17899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=42
This commit is contained in:
OBS User autobuild 2009-08-17 12:23:47 +00:00 committed by Git OBS Bridge
parent f4f82ffc48
commit c6a2597963
4 changed files with 50 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f733d1ec3e8dafcae152d7ac58f1090bee1fd856176c8fee0e81b0e42392f4e
size 1519944

3
pango-1.25.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fecee1968660f7ee94d04ef1d85a52d73949fc2ac46166002a722a29683a87c3
size 1524694

View File

@ -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 Tue Jul 21 14:52:54 CEST 2009 - vuntz@novell.com

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -34,7 +34,7 @@ Group: System/Libraries
Obsoletes: pango-64bit Obsoletes: pango-64bit
%endif %endif
# #
Version: 1.24.5 Version: 1.25.3
Release: 1 Release: 1
Summary: System for Layout and Rendering of Internationalised Text Summary: System for Layout and Rendering of Internationalised Text
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2