cvsdist fdc49ab
%define glib2_base_version 2.2.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
cvsdist 99c0bbf
%define xft_version 1.9.1.020626.1517-1
cvsdist 3d79492
cvsdist 3d79492
Summary: System for layout and rendering of internationalized text.
cvsdist efb4927
Name: pango
cvsdist fdc49ab
Version: 1.2.5
cvsdist e2fd27d
Release: 4
cvsdist efb4927
License: LGPL
cvsdist efb4927
Group: System Environment/Libraries
cvsdist c1e1e62
Source: ftp://ftp.gtk.org/pub/gtk/v2.1/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 9ef557d
Requires: freetype >= %{freetype_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}
cvsdist 9ef557d
BuildRequires: XFree86-devel >= 4.2.99
cvsdist efb4927
Obsoletes: pango-gtkbeta, fribidi-gtkbeta
cvsdist efb4927
cvsdist 9ef557d
Patch1: pango-slighthint.patch
cvsdist 99c0bbf
Patch3: pango-1.0.99.020606-xfonts.patch
cvsdist 1cf4425
# http://bugzilla.gnome.org/show_bug.cgi?id=121488
cvsdist 1cf4425
Patch4: pango-1.2.5-thai.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}
cvsdist 9ef557d
Requires: XFree86-devel >= 4.2.99
cvsdist 3d79492
Requires: glib2-devel >= %{glib2_version}
cvsdist 3d79492
Requires: freetype-devel >= %{freetype_version}
cvsdist 539766a
Requires: fontconfig-devel >= %{fontconfig_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 961111c
%patch3 -p1 -b .xfonts
cvsdist 1cf4425
%patch4 -p1 -b .thai
cvsdist 1cf4425
%patch5 -p1 -b .lib64
cvsdist 961111c
cvsdist 961111c
%build
cvsdist 961111c
cvsdist c1e1e62
## FIXME remove this hack when X is fixed
cvsdist c1e1e62
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/X11R6/lib64/pkgconfig
cvsdist c1e1e62
if ! pkg-config --exists xft ; then
cvsdist c1e1e62
        echo "No xft.pc!"
cvsdist c1e1e62
        exit 1
cvsdist c1e1e62
fi
cvsdist c1e1e62
cvsdist 961111c
%configure --without-qt --disable-gtk-doc
cvsdist 961111c
make
cvsdist 961111c
cvsdist 961111c
%install
cvsdist 961111c
rm -rf $RPM_BUILD_ROOT
cvsdist 961111c
cvsdist 961111c
%makeinstall
cvsdist 961111c
cvsdist c1e1e62
# Remove files that should not be packaged
cvsdist c1e1e62
rm $RPM_BUILD_ROOT%{_libdir}/*.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 e2fd27d
# autoconf changes linux to linux-gnu
cvsdist e2fd27d
case "%{_host}" in
cvsdist e2fd27d
  *linux) host="%{_host}-gnu" 
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
  *) host="%{_host}"
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
esac
cvsdist e2fd27d
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 1cf4425
  alpha*|ia64*|ppc64*|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 e2fd27d
# autoconf changes linux to linux-gnu
cvsdist 1cf4425
case "%{_host}" in
cvsdist e2fd27d
  *linux) host="%{_host}-gnu" 
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
  *) host="%{_host}"
cvsdist e2fd27d
  ;;
cvsdist e2fd27d
esac
cvsdist e2fd27d
cvsdist e2fd27d
case "$host" in
cvsdist 1cf4425
  alpha*|ia64*|ppc64*|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 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
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