auto-import changelog data from pango-1.1.0-3.src.rpm

Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
- Fix major memory leak in the last patch
Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
- Actually use language tags at the rendering layer (should fix #68211)
Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
- Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without
- Fix bug causing hex boxes to be misrendered leaving RPATH (#66005)
- For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with fonts
    with embedded bitmaps (#67851)
Mon Jul 08 2002 Owen Taylor <otaylor@redhat.com>
- Make basic-x shaper work with our big-5 fonts
Wed Jul 03 2002 Owen Taylor <otaylor@redhat.com>
- New upstream tarball with hooks for change-on-the fly font rendering
Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
- Up FreeType version to deal with FreeType-2.0.x / 2.1.x \ ABI changes for
    pango's OpenType code.
Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
- Add some Korean aliases that the installer wants
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 09:50:38 +00:00
parent 539766ab2f
commit 99c0bbf0b0
3 changed files with 48 additions and 18 deletions

View File

@ -1 +1 @@
pango-1.0.99.020606.tar.gz
pango-1.1.0.tar.gz

View File

@ -1,26 +1,23 @@
# Something's not quite right with libtool....
%define __libtoolize :
%define glib2_base_version 2.0.0
%define glib2_version %{glib2_base_version}-1
%define pkgconfig_version 0.12
%define freetype_version 2.0.9
%define fontconfig_version 0.0.1.020603.0131
%define xft_version 1.9.1.020603.0131
%define freetype_version 2.1.2-2
%define fontconfig_version 0.0.1.020626.1517-2
%define xft_version 1.9.1.020626.1517-1
Summary: System for layout and rendering of internationalized text.
Name: pango
Version: 1.0.99.020606
Release: 4
Version: 1.1.0
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.gtk.org/pub/gtk/v2.0/pango-%{version}.tar.gz
Source2: fixed-ltmain.sh
Source: ftp://ftp.gtk.org/pub/gtk/v2.1/pango-%{version}.tar.gz
URL: http://www.pango.org
BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
# We need to prereq this so we can run pango-querymodules
Prereq: glib2 >= %{glib2_version}
BuildRequires: libtool >= 1.4.2-10
BuildRequires: /usr/bin/autoconf-2.53
BuildRequires: /usr/bin/automake-1.4
BuildRequires: glib2-devel >= %{glib2_version}
@ -31,7 +28,10 @@ BuildRequires: Xft-devel >= %{xft_version}
BuildRequires: XFree86-devel >= 4.0.2
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
Patch2: pango-1.0.99.020606-charmaps.patch
Patch1: pango-1.1.0-slighthint.patch
Patch3: pango-1.0.99.020606-xfonts.patch
# Actually use language tags at the rendering layer
Patch4: pango-1.1.0-langtag.patch
%description
Pango is a system for layout and rendering of internationalized text.
@ -56,8 +56,34 @@ Install pango-devel if you want to develop programs which will use
pango.
%changelog
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
- Fix major memory leak in the last patch
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
- Actually use language tags at the rendering layer (should fix #68211)
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
- Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without
- Fix bug causing hex boxes to be misrendered
leaving RPATH (#66005)
- For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with
fonts with embedded bitmaps (#67851)
* Mon Jul 8 2002 Owen Taylor <otaylor@redhat.com>
- Make basic-x shaper work with our big-5 fonts
* Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com>
- New upstream tarball with hooks for change-on-the fly font rendering
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
- Up FreeType version to deal with FreeType-2.0.x / 2.1.x \
ABI changes for pango's OpenType code.
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
- Add some Korean aliases that the installer wants
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Sat Jun 8 2002 Havoc Pennington <hp@redhat.com>
- devel package requires fontconfig/Xft devel packages
@ -208,13 +234,17 @@ pango.
- Created spec file
%prep
%setup -n pango-%{version}
%setup -q -n pango-%{version}
%patch2 -p1 -b .charmaps
%patch1 -p1 -b .slighthint
%patch3 -p1 -b .xfonts
%patch4 -p1 -b .langtag
%build
rm ltmain.sh && cp %{SOURCE2} ltmain.sh
# Fix DESTDIR relink problem
libtoolize --force --copy
# .firstchar patch modifies configure.in, the other ones
# are run to keep them from being rerun on make.
aclocal-1.4

View File

@ -1 +1 @@
326f6e7ca0b4971f4cc49208d94f82c4 pango-1.0.99.020606.tar.gz
a541d7bb594629904272fe7f676ffb23 pango-1.1.0.tar.gz