Some upstream fixes
This commit is contained in:
parent
2047a66c63
commit
a88be5b785
14
pango.spec
14
pango.spec
@ -8,7 +8,7 @@
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.11.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.8/pango-%{version}.tar.bz2
|
||||
@ -37,6 +37,11 @@ Patch1: pango-slighthint.patch
|
||||
# Look for pango.modules in an arch-specific directory
|
||||
Patch5: pango-1.2.5-lib64.patch
|
||||
|
||||
# already in upstream cvs
|
||||
Patch6: private-api.patch
|
||||
# already in upstream cvs
|
||||
Patch7: pango-split.patch
|
||||
|
||||
%description
|
||||
Pango is a system for layout and rendering of internationalized text.
|
||||
|
||||
@ -68,6 +73,9 @@ pango.
|
||||
%patch1 -p1 -b .slighthint
|
||||
%patch5 -p1 -b .lib64
|
||||
|
||||
%patch6 -p0 -b .private-api
|
||||
%patch7 -p0 -b .pango-split
|
||||
|
||||
%build
|
||||
|
||||
%configure --disable-gtk-doc
|
||||
@ -188,6 +196,10 @@ esac
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-2
|
||||
- Fix a crash in pango_split
|
||||
- Hide some private API
|
||||
|
||||
* Mon Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 1.11.5-1
|
||||
- Update to 1.11.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user