auto-import changelog data from pango-1.2.1-3.src.rpm
Thu Feb 13 2003 Tim Powers <timp@redhat.com> 1.2.1-3
- remove deps on Xft and Xft-devel since XFree86 no longer has the virtual
prvodes. Instead, require XFree86-devel > 4.2.99
Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
- Fix problem where language tag wasn't causing relookup of font (#84034)
Sun Feb 02 2003 Owen Taylor <otaylor@redhat.com>
- Version 1.2.1
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
- Patch from CVS to synthesize GDEF tables for fonts without them, like the
Kacst fonts in fonts-arabic
Thu Jan 09 2003 Owen Taylor <otaylor@redhat.com>
- Make requires freetype, not freetype-devel (#81423)
Tue Jan 07 2003 Owen Taylor <otaylor@redhat.com>
- Update slighthint patch for freetype-2.1.3 (#81125)
Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.2.0
Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.1.6
Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.1.5
This commit is contained in:
parent
c1e1e621a5
commit
9ef557dac7
@ -1 +1 @@
|
||||
pango-1.1.4.tar.bz2
|
||||
pango-1.2.1.tar.bz2
|
||||
|
||||
51
pango.spec
51
pango.spec
@ -1,14 +1,14 @@
|
||||
%define glib2_base_version 2.0.6
|
||||
%define glib2_version %{glib2_base_version}-3
|
||||
%define pkgconfig_version 0.12
|
||||
%define freetype_version 2.1.2-2
|
||||
%define freetype_version 2.1.3-3
|
||||
%define fontconfig_version 2.0
|
||||
%define xft_version 1.9.1.020626.1517-1
|
||||
|
||||
Summary: System for layout and rendering of internationalized text.
|
||||
Name: pango
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Version: 1.2.1
|
||||
Release: 3
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://ftp.gtk.org/pub/gtk/v2.1/pango-%{version}.tar.bz2
|
||||
@ -17,18 +17,19 @@ BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
|
||||
|
||||
# We need to prereq this so we can run pango-querymodules
|
||||
Prereq: glib2 >= %{glib2_version}
|
||||
Requires: freetype-devel >= %{freetype_version}
|
||||
Requires: freetype >= %{freetype_version}
|
||||
BuildRequires: libtool >= 1.4.2-10
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: pkgconfig >= %{pkgconfig_version}
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||
BuildRequires: Xft-devel >= %{xft_version}
|
||||
BuildRequires: XFree86-devel >= 4.0.2
|
||||
BuildRequires: XFree86-devel >= 4.2.99
|
||||
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
|
||||
|
||||
Patch1: pango-1.1.0-slighthint.patch
|
||||
Patch1: pango-slighthint.patch
|
||||
Patch3: pango-1.0.99.020606-xfonts.patch
|
||||
# Fix problem where language tag wasn't causing relookup of font (#84034)
|
||||
Patch4: pango-1.2.1-langtag.patch
|
||||
|
||||
%description
|
||||
Pango is a system for layout and rendering of internationalized text.
|
||||
@ -38,11 +39,10 @@ Pango is a system for layout and rendering of internationalized text.
|
||||
Summary: System for layout and rendering of internationalized text.
|
||||
Group: Development/Libraries
|
||||
Requires: pango = %{PACKAGE_VERSION}
|
||||
Requires: XFree86-devel
|
||||
Requires: XFree86-devel >= 4.2.99
|
||||
Requires: glib2-devel >= %{glib2_version}
|
||||
Requires: freetype-devel >= %{freetype_version}
|
||||
Requires: fontconfig-devel >= %{fontconfig_version}
|
||||
Requires: Xft-devel >= %{xft_version}
|
||||
Obsoletes: fribidi-gtkbeta-devel, pango-gtkbeta-devel
|
||||
|
||||
%description devel
|
||||
@ -57,6 +57,7 @@ pango.
|
||||
|
||||
%patch1 -p1 -b .slighthint
|
||||
%patch3 -p1 -b .xfonts
|
||||
%patch4 -p1 -b .langtag
|
||||
|
||||
%build
|
||||
|
||||
@ -115,6 +116,38 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 13 2003 Tim Powers <timp@redhat.com> 1.2.1-3
|
||||
- remove deps on Xft and Xft-devel since XFree86 no longer has the
|
||||
virtual prvodes. Instead, require XFree86-devel > 4.2.99
|
||||
|
||||
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
|
||||
- Fix problem where language tag wasn't causing relookup of font (#84034)
|
||||
|
||||
* Sun Feb 2 2003 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.2.1
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
|
||||
- Patch from CVS to synthesize GDEF tables for fonts
|
||||
without them, like the Kacst fonts in fonts-arabic
|
||||
|
||||
* Thu Jan 9 2003 Owen Taylor <otaylor@redhat.com>
|
||||
- Make requires freetype, not freetype-devel (#81423)
|
||||
|
||||
* Tue Jan 7 2003 Owen Taylor <otaylor@redhat.com>
|
||||
- Update slighthint patch for freetype-2.1.3 (#81125)
|
||||
|
||||
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.2.0
|
||||
|
||||
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.1.6
|
||||
|
||||
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.1.5
|
||||
|
||||
* Tue Dec 3 2002 Owen Taylor <otaylor@redhat.com>
|
||||
- Version 1.1.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user