- Upgrade to 1.10.0
This commit is contained in:
parent
b2fb90de6e
commit
2b565d94fd
@ -3,3 +3,4 @@ pango-1.8.0.tar.bz2
|
||||
pango-1.8.1.tar.bz2
|
||||
pango-1.9.0.tar.bz2
|
||||
pango-1.9.1.tar.bz2
|
||||
pango-1.10.0.tar.bz2
|
||||
|
||||
13
pango.spec
13
pango.spec
@ -3,13 +3,13 @@
|
||||
%define pkgconfig_version 0.12
|
||||
%define freetype_version 2.1.3-3
|
||||
%define fontconfig_version 2.0
|
||||
%define cairo_version 0.6.0
|
||||
%define cairo_version 0.9.2
|
||||
%define xft_version 1.9.1.020626.1517-1
|
||||
|
||||
Summary: System for layout and rendering of internationalized text.
|
||||
Name: pango
|
||||
Version: 1.9.1
|
||||
Release: 2
|
||||
Version: 1.10.0
|
||||
Release: 1
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.8/pango-%{version}.tar.bz2
|
||||
@ -28,7 +28,7 @@ BuildRequires: pkgconfig >= %{pkgconfig_version}
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||
BuildRequires: xorg-x11-devel >= 4.2.99
|
||||
BuildRequires: cairo >= 0.5.0
|
||||
BuildRequires: cairo >= %{cairo_version}
|
||||
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
|
||||
## pango 1.9.0 shipped without api docs
|
||||
BuildPrereq: gtk-doc
|
||||
@ -36,7 +36,6 @@ BuildPrereq: gtk-doc
|
||||
Patch1: pango-slighthint.patch
|
||||
# Look for pango.modules in an arch-specific directory
|
||||
Patch5: pango-1.2.5-lib64.patch
|
||||
Patch9: pango-1.9.1-no-libpixman.patch
|
||||
|
||||
%description
|
||||
Pango is a system for layout and rendering of internationalized text.
|
||||
@ -65,7 +64,6 @@ pango.
|
||||
|
||||
%patch1 -p1 -b .slighthint
|
||||
%patch5 -p1 -b .lib64
|
||||
%patch9 -p1 -b .no-libpixman
|
||||
|
||||
%build
|
||||
|
||||
@ -185,6 +183,9 @@ esac
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2005 Owen Taylor <otaylor@redhat.com> - 1.10.0-1
|
||||
- Upgrade to 1.10.0
|
||||
|
||||
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 1.9.1-2
|
||||
- Patch out libpixman dependency.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user