6912a47
%define glib2_base_version 2.6.0
cvsdist fdc49ab
%define glib2_version %{glib2_base_version}-1
cvsdist a39ba95
%define pkgconfig_version 0.12
cvsdist 9ef557d
%define freetype_version 2.1.3-3
cvsdist c1e1e62
%define fontconfig_version 2.0
2b565d9
%define cairo_version 0.9.2
cvsdist 3d79492
cvsdist 3d79492
Summary: System for layout and rendering of internationalized text.
cvsdist efb4927
Name: pango
fe6f4af
Version: 1.10.1
32b8d98
Release: 3
cvsdist efb4927
License: LGPL
cvsdist efb4927
Group: System Environment/Libraries
60644f4
Source: http://ftp.gnome.org/pub/gnome/sources/pango/1.8/pango-%{version}.tar.bz2
cvsdist efb4927
URL: http://www.pango.org
cvsdist efb4927
BuildRoot: %{_tmppath}/pango-%{PACKAGE_VERSION}-root
cvsdist efb4927
cvsdist efb4927
# We need to prereq this so we can run pango-querymodules
cvsdist 3d79492
Prereq: glib2 >= %{glib2_version}
cvsdist 4a847ca
Prereq: freetype >= %{freetype_version}
32b8d98
Prereq: libXrender
32b8d98
Prereq: libX11
32b8d98
Prereq: libXext
99dfb7b
Prereq: libXft
cvsdist 9ef557d
Requires: freetype >= %{freetype_version}
650b5e5
Requires: cairo >= %{cairo_version}
cvsdist 99c0bbf
BuildRequires: libtool >= 1.4.2-10
cvsdist 3d79492
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist 3d79492
BuildRequires: pkgconfig >= %{pkgconfig_version}
cvsdist 3d79492
BuildRequires: freetype-devel >= %{freetype_version}
cvsdist 539766a
BuildRequires: fontconfig-devel >= %{fontconfig_version}
32b8d98
BuildRequires: libXrender-devel
32b8d98
BuildRequires: libX11-devel
32b8d98
BuildRequires: libXext-devel
99dfb7b
BuildRequires: libXft-devel
2b565d9
BuildRequires: cairo >= %{cairo_version}
cvsdist efb4927
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
cvsdist efb4927
cvsdist 9ef557d
Patch1: pango-slighthint.patch
cvsdist 1cf4425
# Look for pango.modules in an arch-specific directory
cvsdist 1cf4425
Patch5: pango-1.2.5-lib64.patch
cvsdist 539766a
cvsdist efb4927
%description
cvsdist efb4927
Pango is a system for layout and rendering of internationalized text.
cvsdist efb4927
cvsdist 3d79492
cvsdist efb4927
%package devel
cvsdist 3d79492
Summary: System for layout and rendering of internationalized text.
cvsdist efb4927
Group: Development/Libraries
cvsdist efb4927
Requires: pango = %{PACKAGE_VERSION}
32b8d98
Requires: libXrender-devel
32b8d98
Requires: libX11-devel
32b8d98
Requires: libXext-devel
99dfb7b
Requires: libXft-devel
cvsdist 3d79492
Requires: glib2-devel >= %{glib2_version}
cvsdist 3d79492
Requires: freetype-devel >= %{freetype_version}
cvsdist 539766a
Requires: fontconfig-devel >= %{fontconfig_version}
650b5e5
Requires: cairo-devel >= %{cairo_version}
cvsdist efb4927
Obsoletes: fribidi-gtkbeta-devel, pango-gtkbeta-devel
cvsdist efb4927
cvsdist efb4927
%description devel
cvsdist 3d79492
The pango-devel package includes the static libraries, header files,
cvsdist efb4927
and developer docs for the pango package.
cvsdist efb4927
cvsdist efb4927
Install pango-devel if you want to develop programs which will use
cvsdist efb4927
pango.
cvsdist efb4927
cvsdist 961111c
%prep
cvsdist 961111c
%setup -q -n pango-%{version}
cvsdist 961111c
cvsdist 961111c
%patch1 -p1 -b .slighthint
cvsdist 1cf4425
%patch5 -p1 -b .lib64
cvsdist 961111c
cvsdist 961111c
%build
cvsdist 961111c
fe6f4af
%configure --disable-gtk-doc
cvsdist 961111c
make
cvsdist 961111c
cvsdist 961111c
%install
cvsdist 961111c
rm -rf $RPM_BUILD_ROOT
cvsdist 961111c
cvsdist 5b54303
# Deriving /etc/pango/$host location
cvsdist 5b54303
# NOTE: Duplicated below
cvsdist 5b54303
#
cvsdist 5b54303
# autoconf changes linux to linux-gnu
cvsdist 5b54303
case "%{_host}" in
cvsdist 5b54303
  *linux) host="%{_host}-gnu"
cvsdist 5b54303
  ;;
cvsdist 5b54303
  *) host="%{_host}"
cvsdist 5b54303
  ;;
cvsdist 5b54303
esac
cvsdist 5b54303
cvsdist 5b54303
# autoconf uses powerpc not ppc
cvsdist 5b54303
host=`echo $host | sed "s/^ppc/powerpc/"`
cvsdist 5b54303
cvsdist 5b54303
# Make sure that the host value that is passed to the compile 
cvsdist 5b54303
# is the same as the host that we're using in the spec file
cvsdist 5b54303
#
cvsdist 5b54303
compile_host=`grep 'host_triplet =' pango/Makefile | sed "s/.* = //"`
cvsdist 5b54303
cvsdist 5b54303
if test "x$compile_host" != "x$host" ; then
cvsdist 5b54303
  echo 1>&2 "Host mismatch: compile='$compile_host', spec file='$host'" && exit 1
cvsdist 5b54303
fi
cvsdist 5b54303
cvsdist 961111c
%makeinstall
cvsdist 961111c
cvsdist c1e1e62
# Remove files that should not be packaged
cvsdist c1e1e62
rm $RPM_BUILD_ROOT%{_libdir}/*.la
32b8d98
rm $RPM_BUILD_ROOT%{_libdir}/pango/1.4.0/modules/*.la
cvsdist c1e1e62
cvsdist c1e1e62
PANGOXFT_SO=$RPM_BUILD_ROOT%{_libdir}/libpangoxft-1.0.so
cvsdist c1e1e62
if ! test -e $PANGOXFT_SO; then
cvsdist c1e1e62
        echo "$PANGOXFT_SO not found; did not build with Xft support?"
cvsdist c1e1e62
        ls $RPM_BUILD_ROOT%{_libdir}
cvsdist c1e1e62
        exit 1
cvsdist c1e1e62
fi      
cvsdist c1e1e62
cvsdist 1cf4425
# We need to have separate 32-bit and 64-bit pango-querymodules binaries
cvsdist 1cf4425
# for places where we have two copies of the Pango libraries installed.
cvsdist 1cf4425
# (we might have x86_64 and i686 packages on the same system, for example.)
cvsdist e2fd27d
case "$host" in
cvsdist 41f3cbe
  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
cvsdist 1cf4425
   mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-64
cvsdist 1cf4425
   ;;
cvsdist 1cf4425
  *)
cvsdist 1cf4425
   mv $RPM_BUILD_ROOT%{_bindir}/pango-querymodules $RPM_BUILD_ROOT%{_bindir}/pango-querymodules-32
cvsdist 1cf4425
   ;;
cvsdist 1cf4425
esac
cvsdist 1cf4425
cvsdist 1cf4425
rm $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
cvsdist e2fd27d
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pango/$host
cvsdist e2fd27d
touch $RPM_BUILD_ROOT%{_sysconfdir}/pango/$host/pango.modules
cvsdist e2fd27d
cvsdist e2fd27d
#
cvsdist e2fd27d
# We need the substitution of $host so we use an external
cvsdist e2fd27d
# file list
cvsdist e2fd27d
#
cvsdist e2fd27d
echo %dir %{_sysconfdir}/pango/$host > modules.files
cvsdist e2fd27d
echo %ghost %{_sysconfdir}/pango/$host/pango.modules >> modules.files
cvsdist 1cf4425
cvsdist 961111c
%clean
cvsdist 961111c
rm -rf $RPM_BUILD_ROOT
cvsdist 961111c
cvsdist 961111c
%post
cvsdist 961111c
/sbin/ldconfig
cvsdist 5b54303
cvsdist 5b54303
# Deriving /etc/pango/$host location
cvsdist 5b54303
#
cvsdist e2fd27d
# autoconf changes linux to linux-gnu
cvsdist 1cf4425
case "%{_host}" in
cvsdist 5b54303
  *linux) host="%{_host}-gnu"
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
  *) host="%{_host}"
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
esac
cvsdist e2fd27d
cvsdist 5b54303
# autoconf uses powerpc not ppc
cvsdist 5b54303
host=`echo $host | sed "s/^ppc/powerpc/"`
cvsdist 5b54303
cvsdist e2fd27d
case "$host" in
cvsdist 5b54303
  alpha*|ia64*|powerpc64*|s390x*|x86_64*)
cvsdist e2fd27d
   %{_bindir}/pango-querymodules-64 > %{_sysconfdir}/pango/$host/pango.modules
cvsdist 1cf4425
   ;;
cvsdist 1cf4425
  *)
cvsdist e2fd27d
   %{_bindir}/pango-querymodules-32 > %{_sysconfdir}/pango/$host/pango.modules
cvsdist 1cf4425
   ;;
cvsdist 1cf4425
esac
cvsdist 961111c
cvsdist 961111c
%postun -p /sbin/ldconfig
cvsdist 961111c
cvsdist e2fd27d
%files -f modules.files
cvsdist 961111c
%defattr(-, root, root)
cvsdist 961111c
%doc README AUTHORS COPYING ChangeLog TODO
cvsdist 961111c
%doc examples/HELLO.utf8
cvsdist c1e1e62
%{_libdir}/libpango*-*.so.*
cvsdist 1cf4425
%{_bindir}/pango-querymodules*
cvsdist c1e1e62
%{_libdir}/pango
cvsdist 5221d6e
%{_mandir}/man1/*
cvsdist 5221d6e
cvsdist c1e1e62
%dir %{_sysconfdir}/pango
cvsdist c1e1e62
%config %{_sysconfdir}/pango/pangox.aliases
cvsdist 961111c
cvsdist 961111c
cvsdist 961111c
%files devel
cvsdist 961111c
%defattr(-, root, root)
cvsdist c1e1e62
%{_libdir}/libpango*.so
cvsdist c1e1e62
%{_includedir}/*
cvsdist c1e1e62
%{_libdir}/pkgconfig/*
cvsdist c1e1e62
%{_datadir}/gtk-doc/*
cvsdist 961111c
cvsdist 961111c
cvsdist efb4927
%changelog
32b8d98
* Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-3
32b8d98
- Switch buildrequires to modular X.
32b8d98
- Don't install .la files for modules.
32b8d98
6912a47
* Thu Oct 27 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-2
6912a47
- Bump the requirement for glib (#165928)
6912a47
fe6f4af
* Mon Oct  3 2005 Matthias Clasen <mclasen@redhat.com> - 1.10.1-1
fe6f4af
- Newer upstream version
fe6f4af
- Use the docs which are included in the tarball
fe6f4af
2b565d9
* Wed Aug 17 2005 Owen Taylor <otaylor@redhat.com> - 1.10.0-1
2b565d9
- Upgrade to 1.10.0
2b565d9
Kristian Høgsberg b2fb90d
* Mon Aug 15 2005 Kristian Høgsberg <krh@redhat.com> 1.9.1-2
Kristian Høgsberg b2fb90d
- Patch out libpixman dependency.
Kristian Høgsberg b2fb90d
e3dc173
* Thu Jul 28 2005 Owen Taylor <otaylor@redhat.com> 1.9.1-1
e3dc173
- Update to 1.9.1
e3dc173
650b5e5
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 
650b5e5
- Add a missing requires
650b5e5
a851aac
* Tue Jun 21 2005 Matthias Clasen <mclasen@redhat.com> 1.9.0-1
a851aac
- Update to 1.9.0
a851aac
- Require cairo
a851aac
06a1bbc
* Fri Mar  4 2005 Owen Taylor <otaylor@redhat.com> - 1.8.1-1
06a1bbc
- Update to 1.8.1
06a1bbc
60644f4
* Tue Dec 21 2004 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
60644f4
- Version 1.8.0
60644f4
- Drop unneeded patches and hacks
60644f4
b3edd2d
* Wed Oct 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-7
b3edd2d
- Fix problem with pango_layout_get_attributes returning one too few items
b3edd2d
  (Needed to fix problems mentioned in #135656, 
b3edd2d
  http://bugzilla.gnome.org/show_bug.cgi?id=155912)
b3edd2d
9142b70
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-6
9142b70
- Make Hangul and Kana not backspace-deletes-char (#135356)
9142b70
6ee681c
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-5
6ee681c
- Fix problem in the last patch where we weren't getting the metrics from the 
6ee681c
  right font description (#136428, Steven Lawrance)
6ee681c
da0f973
* Mon Oct 18 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-4
da0f973
- Move place where we compute fontset metrics to fix problems with line 
da0f973
  height in CJK locales (#131218)
da0f973
bd9f265
* Mon Oct 11 2004 Colin Walters <walters@redhat.com> - 1.6.0-3
bd9f265
- BR xorg-x11-devel instead of XFree86-devel
bd9f265
31bfae4
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-2
31bfae4
- Add patch from CVS to fix display of U+3000 (#132203,  
31bfae4
  reported upstream by Suresh Chandrasekharan, Federic Zhang)
31bfae4
bcd2e9c
* Mon Sep 20 2004 Owen Taylor <otaylor@redhat.com> - 1.6.0-1
bcd2e9c
- Version 1.6.0
bcd2e9c
- Add patch from CVS to fix bitmap-fonts/no-hint problem (#129246)
bcd2e9c
cvsdist 4a847ca
* Wed Sep  8 2004 Jeremy Katz <katzj@redhat.com> - 1.5.2-3
cvsdist 4a847ca
- fix running of pango-query-modules to have necessary libraries available
cvsdist 4a847ca
  (#132052)
cvsdist 4a847ca
cvsdist 74efd9d
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-2
cvsdist 74efd9d
- Fix crashes with left-matra fixups (#129982, Jatin Nansi)
cvsdist 74efd9d
cvsdist 41f3cbe
* Mon Aug  2 2004 Owen Taylor <otaylor@redhat.com> - 1.5.2-1
cvsdist 41f3cbe
- Update to 1.5.2
cvsdist 41f3cbe
- Fix ppc/powerpc confusion when creating query-modules binary (#128645)
cvsdist 41f3cbe
cvsdist 9311002
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9311002
- rebuilt
cvsdist 9311002
cvsdist 5b54303
* Wed Mar 17 2004 Owen Taylor <otaylor@redhat.com> 1.4.0-2
cvsdist 5b54303
- Fix location for modules file on ppc/ppc64 (#114399)
cvsdist 5b54303
- Make the spec file check to avoid further mismatches
cvsdist 5b54303
cvsdist 150fb79
* Wed Mar 17 2004 Alex Larsson <alexl@redhat.com> 1.4.0-1
cvsdist 150fb79
- update to 1.4.0
cvsdist 150fb79
cvsdist 150fb79
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 1.3.6-1
cvsdist 150fb79
- Update to 1.3.6
cvsdist 150fb79
- Bump required glib2 to 2.3.1
cvsdist 150fb79
cvsdist 150fb79
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 150fb79
- rebuilt
cvsdist 150fb79
cvsdist 150fb79
* Tue Mar 02 2004 Mark McLoughlin <markmc@redhat.com> 1.3.5-1
cvsdist 150fb79
- Update to 1.3.5
cvsdist 150fb79
cvsdist 150fb79
* Wed Feb 25 2004 Mark McLoughlin <markmc@redhat.com> 1.3.3-1
cvsdist 150fb79
- Update to 1.3.3
cvsdist 150fb79
cvsdist 150fb79
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 150fb79
- rebuilt
cvsdist 150fb79
cvsdist 5221d6e
* Fri Jan 23 2004 Jonathan Blandford <jrb@redhat.com> 1.3.2-1
cvsdist 5221d6e
- new version
cvsdist 5221d6e
- add man page
cvsdist 5221d6e
cvsdist e2fd27d
* Thu Dec 18 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-4
cvsdist e2fd27d
- Deal with autoconf changing -linux to -linux-gnu (#112387)
cvsdist e2fd27d
cvsdist 1cf4425
* Mon Dec  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-3.0
cvsdist 1cf4425
- Package pango-querymodules as pango-querymodules-{32,64}; look for 
cvsdist 1cf4425
  pango.modules in an architecture-specific directory.
cvsdist 1cf4425
  (Fixes #111511, Justin M. Forbes)
cvsdist 1cf4425
cvsdist 1cf4425
* Mon Sep  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-2.0
cvsdist 1cf4425
- Fix problem with corrupt Thai shaper
cvsdist 1cf4425
cvsdist fdc49ab
* Wed Aug 27 2003 Owen Taylor <otaylor@redhat.com> 1.2.5-1.1
cvsdist fdc49ab
- Version 1.2.5
cvsdist fdc49ab
cvsdist fdc49ab
* Tue Aug 26 2003 Owen Taylor <otaylor@redhat.com> 1.2.4-1.1
cvsdist fdc49ab
- Version 1.2.4
cvsdist fdc49ab
cvsdist fdc49ab
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 1.2.3-2.0
cvsdist fdc49ab
- Bump for rebuild
cvsdist fdc49ab
cvsdist fdc49ab
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Version 1.2.3
cvsdist fdc49ab
cvsdist fdc49ab
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist fdc49ab
- rebuilt
cvsdist fdc49ab
cvsdist fdc49ab
* Mon Jun  2 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Use the right version-1.2.2 tarball
cvsdist fdc49ab
cvsdist fdc49ab
* Thu May 29 2003 Owen Taylor <otaylor@redhat.com>
cvsdist fdc49ab
- Version 1.2.2
cvsdist fdc49ab
cvsdist 9ef557d
* Thu Feb 13 2003 Tim Powers <timp@redhat.com> 1.2.1-3
cvsdist 9ef557d
- remove deps on Xft and Xft-devel since XFree86 no longer has the
cvsdist 9ef557d
  virtual prvodes. Instead, require XFree86-devel > 4.2.99
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Fix problem where language tag wasn't causing relookup of font (#84034)
cvsdist 9ef557d
cvsdist 9ef557d
* Sun Feb  2 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.2.1
cvsdist 9ef557d
cvsdist 9ef557d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9ef557d
- rebuilt
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Patch from CVS to synthesize GDEF tables for fonts
cvsdist 9ef557d
  without them, like the Kacst fonts in fonts-arabic
cvsdist 9ef557d
cvsdist 9ef557d
* Thu Jan  9 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Make requires freetype, not freetype-devel (#81423)
cvsdist 9ef557d
cvsdist 9ef557d
* Tue Jan  7 2003 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Update slighthint patch for freetype-2.1.3 (#81125)
cvsdist 9ef557d
cvsdist 9ef557d
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.2.0
cvsdist 9ef557d
cvsdist 9ef557d
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.1.6
cvsdist 9ef557d
cvsdist 9ef557d
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 9ef557d
- Version 1.1.5
cvsdist 9ef557d
cvsdist c1e1e62
* Tue Dec  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist c1e1e62
- Version 1.1.4
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Nov 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- change PKG_CONFIG_PATH hack to also search /usr/X11R6/lib64/pkgconfig
cvsdist c1e1e62
cvsdist c1e1e62
* Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- explicitly require pangoxft to be built, so we catch situations such
cvsdist c1e1e62
  as xft.pc moving to /usr/X11R6
cvsdist c1e1e62
- also add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH as a temporary 
cvsdist c1e1e62
  hack
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Nov  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- 1.1.3
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-5
cvsdist c1e1e62
- Require the necessary freetype version, don't just
cvsdist c1e1e62
  BuildRequires it (#74744)
cvsdist c1e1e62
cvsdist c1e1e62
* Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-4
cvsdist c1e1e62
- Own /etc/pango (#73962, Enrico Scholz)
cvsdist c1e1e62
- Remove .la files from the build root
cvsdist c1e1e62
cvsdist c1e1e62
* Mon Oct  7 2002 Havoc Pennington <hp@redhat.com>
cvsdist c1e1e62
- require glib 2.0.6-3, try rebuild on more arches
cvsdist c1e1e62
cvsdist 961111c
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 961111c
- Version 1.1.1 (main change, fixes font selection for FT2 backend, 
cvsdist 961111c
  as in gdmgreeter)
cvsdist 961111c
cvsdist e8d69eb
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist e8d69eb
- Fix linked list manipulation problem that was causing hang for anaconda
cvsdist 961111c
- Fix warning from loading mini-fonts with context == NULL
cvsdist e8d69eb
cvsdist 99c0bbf
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Fix major memory leak in the last patch
cvsdist 99c0bbf
cvsdist 99c0bbf
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Actually use language tags at the rendering layer (should fix #68211)
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without 
cvsdist 99c0bbf
- Fix bug causing hex boxes to be misrendered
cvsdist 99c0bbf
  leaving RPATH (#66005)
cvsdist 99c0bbf
- For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with 
cvsdist 99c0bbf
  fonts with embedded bitmaps (#67851)
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Make basic-x shaper work with our big-5 fonts
cvsdist 99c0bbf
cvsdist 99c0bbf
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- New upstream tarball with hooks for change-on-the fly font rendering
cvsdist 99c0bbf
cvsdist 99c0bbf
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Up FreeType version to deal with FreeType-2.0.x / 2.1.x \
cvsdist 99c0bbf
  ABI changes for pango's OpenType code.
cvsdist 99c0bbf
cvsdist 99c0bbf
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 99c0bbf
- Add some Korean aliases that the installer wants
cvsdist 99c0bbf
cvsdist 99c0bbf
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 99c0bbf
- automated rebuild
cvsdist 539766a
cvsdist 539766a
* Sat Jun  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- devel package requires fontconfig/Xft devel packages
cvsdist 539766a
cvsdist 539766a
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- rebuild in different environment
cvsdist 539766a
cvsdist 539766a
* Thu Jun  6 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 539766a
- Snapshot with Xft2/fontconfig support
cvsdist 539766a
cvsdist 539766a
* Wed May 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 539766a
- Version 1.0.2
cvsdist 539766a
- Patch for charmaps problem
cvsdist 539766a
cvsdist 539766a
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 539766a
- automated rebuild
cvsdist 539766a
cvsdist 539766a
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- rebuild in different environment
cvsdist 539766a
cvsdist 539766a
* Wed May 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 539766a
- add patch to adjust to newer version of freetype
cvsdist 539766a
cvsdist b3ee2fd
* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
cvsdist b3ee2fd
- Update to version 1.0.1, remove patch
cvsdist b3ee2fd
cvsdist a39ba95
* Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Patch from CVS for big speedup with FreeType-2.0.9
cvsdist a39ba95
cvsdist a39ba95
* Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Rebuild
cvsdist a39ba95
cvsdist a39ba95
* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Version 1.0.0
cvsdist a39ba95
cvsdist a39ba95
* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Update to 0.26
cvsdist a39ba95
cvsdist a39ba95
* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Bump for rebuild
cvsdist a39ba95
cvsdist a39ba95
* Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
cvsdist a39ba95
- Update to 0.25
cvsdist a39ba95
cvsdist a39ba95
* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist a39ba95
- add horrible buildrequires hack
cvsdist a39ba95
cvsdist a39ba95
* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist a39ba95
- 0.24.90 cvs snap
cvsdist a39ba95
cvsdist a39ba95
* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
cvsdist a39ba95
- Version 0.24
cvsdist a39ba95
cvsdist a39ba95
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist a39ba95
- automated rebuild
cvsdist a39ba95
cvsdist 3d79492
* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- new snap 0.23.90
cvsdist 3d79492
cvsdist 3d79492
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- rebuild with 64-bit-fixed glib
cvsdist 3d79492
cvsdist 3d79492
* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- Version 0.22
cvsdist 3d79492
- add explicit check for required glib2 version before we do the build,
cvsdist 3d79492
  so we don't end up with bad RPMs on --nodeps builds
cvsdist 3d79492
- PreReq the glib2_version version, instead of 1.3.8 hardcoded that 
cvsdist 3d79492
  no one had updated recently
cvsdist 3d79492
cvsdist 3d79492
* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 3d79492
- Version 0.21
cvsdist 3d79492
cvsdist 3d79492
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- cvs snap
cvsdist 3d79492
- new cvs snap with a bugfix
cvsdist 3d79492
cvsdist 3d79492
* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- sync with Owen's changes, fix up dependency versions
cvsdist 3d79492
cvsdist 3d79492
* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- 0.19
cvsdist 3d79492
cvsdist 3d79492
* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- build CVS snap
cvsdist 3d79492
cvsdist 3d79492
* Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
cvsdist 3d79492
- no relinking junk
cvsdist 3d79492
cvsdist 3d79492
* Tue Sep  4 2001 root <root@dhcpd37.meridian.redhat.com>
cvsdist 3d79492
- Version 0.18
cvsdist 3d79492
cvsdist efb4927
* Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Configure --disable-gtk-doc
cvsdist efb4927
- BuildRequires freetype-devel, XFree86-devel
cvsdist efb4927
cvsdist efb4927
* Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- 0.17
cvsdist efb4927
- libtool hackarounds
cvsdist efb4927
cvsdist efb4927
* Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- 0.16, rename back to pango from pango-gtkbeta
cvsdist efb4927
cvsdist efb4927
* Fri Feb 16 2001 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Obsolete fribidi-gtkbeta
cvsdist efb4927
cvsdist efb4927
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Remove that patch I just put in
cvsdist efb4927
cvsdist efb4927
* Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Patch pangox.pc.in to include -Iincludedir
cvsdist efb4927
cvsdist efb4927
* Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- final 0.13
cvsdist efb4927
cvsdist efb4927
* Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- New 0.13 tarball
cvsdist efb4927
cvsdist efb4927
* Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- 0.13pre1
cvsdist efb4927
cvsdist efb4927
* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Rename to 0.12b to avoid versioning problems
cvsdist efb4927
cvsdist efb4927
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist efb4927
- Move to a CVS snapshot
cvsdist efb4927
cvsdist efb4927
* Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Move back to /usr
cvsdist efb4927
- Version 0.12
cvsdist efb4927
cvsdist efb4927
* Mon Jun 19 2000  Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Add missing %%defattr
cvsdist efb4927
cvsdist efb4927
* Thu Jun 8 2000  Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Rebuild with a prefix of /opt/gtk-beta
cvsdist efb4927
cvsdist efb4927
* Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- version 0.11
cvsdist efb4927
- add --without-qt
cvsdist efb4927
cvsdist efb4927
* Wed Apr 26 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Make the devel package require *-gtkbeta-* not the normal packages.
cvsdist efb4927
cvsdist efb4927
* Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- GTK+ snapshot version installing in /opt/gtk-beta
cvsdist efb4927
cvsdist efb4927
* Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
cvsdist efb4927
- Created spec file