4c33b1
# Patented subpixel rendering disabled by default.
4c33b1
# Pass '--with subpixel_rendering' on rpmbuild command-line to enable.
4c33b1
%{!?_with_subpixel_rendering: %{!?_without_subpixel_rendering: %define _without_subpixel_rendering --without-subpixel_rendering}}
4c33b1
4c33b1
%{!?with_xfree86:%define with_xfree86 1}
4c33b1
4c33b1
Summary: A free and portable font rendering engine
4c33b1
Name: freetype
4c33b1
Version: 2.8
1198db
Release: 12%{?dist}.1
4c33b1
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
4c33b1
Group: System Environment/Libraries
4c33b1
URL: http://www.freetype.org
4c33b1
Source:  http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
4c33b1
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.bz2
4c33b1
Source2: http://download.savannah.gnu.org/releases/freetype/ft2demos-%{version}.tar.bz2
4c33b1
Source3: ftconfig.h
4c33b1
4c33b1
Patch0:  freetype-2.3.0-enable-spr.patch
4c33b1
4c33b1
# Enable otvalid and gxvalid modules
4c33b1
Patch1:  freetype-2.2.1-enable-valid.patch
4c33b1
4c33b1
# https://bugzilla.redhat.com/show_bug.cgi?id=1197740
4c33b1
Patch2:  freetype-2.4.11-inode-overflow.patch
4c33b1
4c33b1
# https://bugzilla.redhat.com/show_bug.cgi?id=1381678
4c33b1
Patch3:  freetype-2.4.11-signed.patch
4c33b1
4c33b1
# Enable additional demos
4c33b1
Patch4:  freetype-2.3.11-more-demos.patch
4c33b1
4c33b1
Patch5:  freetype-2.4.11-libtool.patch
4c33b1
4c33b1
Patch6:  freetype-2.8-pcf-encoding.patch
4c33b1
4c33b1
Patch7:  freetype-2.8-loop-counter.patch
4c33b1
4c33b1
# https://bugzilla.redhat.com/show_bug.cgi?id=1497443
4c33b1
Patch8:  freetype-multilib.patch
4c33b1
4c33b1
# https://bugzilla.redhat.com/show_bug.cgi?id=1544775
4c33b1
Patch9:  freetype-2.8-getvariation.patch
4c33b1
4c33b1
# https://bugzilla.redhat.com/show_bug.cgi?id=1576504
4c33b1
Patch10:  freetype-2.8-2.4.11-API.patch
4c33b1
Patch11:  freetype-2.8-avar-table-load.patch
4c33b1
4c33b1
BuildRequires: libX11-devel
4c33b1
BuildRequires: libpng-devel
4c33b1
BuildRequires: zlib-devel
4c33b1
BuildRequires: bzip2-devel
4c33b1
4c33b1
Provides: %{name}-bytecode
4c33b1
%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
4c33b1
Provides: %{name}-subpixel
4c33b1
%endif
4c33b1
4c33b1
%description
4c33b1
The FreeType engine is a free and portable font rendering
4c33b1
engine, developed to provide advanced font support for a variety of
4c33b1
platforms and environments. FreeType is a library which can open and
4c33b1
manages font files as well as efficiently load, hint and render
4c33b1
individual glyphs. FreeType is not a font server or a complete
4c33b1
text-rendering library.
4c33b1
4c33b1
4c33b1
%package demos
4c33b1
Summary: A collection of FreeType demos
4c33b1
Group: System Environment/Libraries
4c33b1
Requires: %{name} = %{version}-%{release}
4c33b1
4c33b1
%description demos
4c33b1
The FreeType engine is a free and portable font rendering
4c33b1
engine, developed to provide advanced font support for a variety of
4c33b1
platforms and environments.  The demos package includes a set of useful
4c33b1
small utilities showing various capabilities of the FreeType library.
4c33b1
4c33b1
4c33b1
%package devel
4c33b1
Summary: FreeType development libraries and header files
4c33b1
Group: Development/Libraries
4c33b1
Requires: %{name} = %{version}-%{release}
4c33b1
Requires: pkgconfig%{?_isa}
4c33b1
4c33b1
%description devel
4c33b1
The freetype-devel package includes the static libraries and header files
4c33b1
for the FreeType font rendering engine.
4c33b1
4c33b1
Install freetype-devel if you want to develop programs which will use
4c33b1
FreeType.
4c33b1
4c33b1
4c33b1
%prep
4c33b1
%setup -q -b 1 -a 2
4c33b1
4c33b1
%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
4c33b1
%patch0  -p1 -b .enable-spr
4c33b1
%endif
4c33b1
4c33b1
%patch1  -p1 -b .enable-valid
4c33b1
%patch2  -p1 -b .inode-overflow
4c33b1
%patch3  -p1 -b .signed
4c33b1
4c33b1
pushd ft2demos-%{version}
4c33b1
%patch4  -p1 -b .more-demos
4c33b1
popd
4c33b1
4c33b1
%patch5 -p1 -b .libtool
4c33b1
%patch6 -p1 -b .pcf-encoding
4c33b1
%patch7 -p1 -b .loop-counter
4c33b1
%patch8 -p1 -b .multilib
4c33b1
%patch9 -p1 -b .getvariation
4c33b1
%patch10 -p1 -b .2.4.11-api
4c33b1
%patch11 -p1 -b .avar-table-load
4c33b1
4c33b1
%build
4c33b1
4c33b1
%configure --disable-static \
4c33b1
           --with-zlib=yes \
4c33b1
           --with-bzip2=yes \
4c33b1
           --with-png=yes \
4c33b1
           --with-harfbuzz=no \
4c33b1
           CFLAGS="%optflags -D_FILE_OFFSET_BITS=64"
4c33b1
4c33b1
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
4c33b1
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
4c33b1
make %{?_smp_mflags}
4c33b1
4c33b1
%if %{with_xfree86}
4c33b1
# Build demos
4c33b1
pushd ft2demos-%{version}
4c33b1
make TOP_DIR=".."
4c33b1
popd
4c33b1
%endif
4c33b1
4c33b1
# Convert FTL.txt and example3.cpp to UTF-8
4c33b1
pushd docs
4c33b1
iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
4c33b1
touch -r FTL.TXT FTL.TXT.tmp && \
4c33b1
mv FTL.TXT.tmp FTL.TXT
4c33b1
4c33b1
iconv -f iso-8859-1 -t utf-8 < "tutorial/example3.cpp" > "tutorial/example3.cpp.utf8"
4c33b1
touch -r tutorial/example3.cpp tutorial/example3.cpp.utf8 && \
4c33b1
mv tutorial/example3.cpp.utf8 tutorial/example3.cpp
4c33b1
popd
4c33b1
4c33b1
4c33b1
%install
4c33b1
4c33b1
%make_install gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
4c33b1
4c33b1
{
4c33b1
  for ftdemo in ftbench ftchkwd ftmemchk ftpatchk fttimer ftdump ftlint ftmemchk ftvalid ; do
4c33b1
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
4c33b1
  done
4c33b1
}
4c33b1
%if %{with_xfree86}
4c33b1
{
4c33b1
  for ftdemo in ftdiff ftgamma ftgrid ftmulti ftstring fttimer ftview ; do
4c33b1
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
4c33b1
  done
4c33b1
}
4c33b1
%endif
4c33b1
4c33b1
# fix multilib issues
4c33b1
%define wordsize %{__isa_bits}
4c33b1
4c33b1
mv $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h \
4c33b1
   $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig-%{wordsize}.h
4c33b1
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h
4c33b1
4c33b1
# Don't package static a or .la files
4c33b1
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
4c33b1
4c33b1
4c33b1
%triggerpostun -- freetype < 2.0.5-3
4c33b1
{
4c33b1
  # ttmkfdir updated - as of 2.0.5-3, on upgrades we need xfs to regenerate
4c33b1
  # things to get the iso10646-1 encoding listed.
4c33b1
  for I in %{_datadir}/fonts/*/TrueType /usr/share/X11/fonts/TTF; do
4c33b1
      [ -d $I ] && [ -f $I/fonts.scale ] && [ -f $I/fonts.dir ] && touch $I/fonts.scale
4c33b1
  done
4c33b1
  exit 0
4c33b1
}
4c33b1
4c33b1
%post -p /sbin/ldconfig
4c33b1
4c33b1
%postun -p /sbin/ldconfig
4c33b1
4c33b1
%files
4c33b1
%{!?_licensedir:%global license %%doc}
4c33b1
%license docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT
4c33b1
%{_libdir}/libfreetype.so.*
4c33b1
%doc README
4c33b1
4c33b1
%files demos
4c33b1
%{_bindir}/ftbench
4c33b1
%{_bindir}/ftchkwd
4c33b1
%{_bindir}/ftmemchk
4c33b1
%{_bindir}/ftpatchk
4c33b1
%{_bindir}/fttimer
4c33b1
%{_bindir}/ftdump
4c33b1
%{_bindir}/ftlint
4c33b1
%{_bindir}/ftvalid
4c33b1
%if %{with_xfree86}
4c33b1
%{_bindir}/ftdiff
4c33b1
%{_bindir}/ftgamma
4c33b1
%{_bindir}/ftgrid
4c33b1
%{_bindir}/ftmulti
4c33b1
%{_bindir}/ftstring
4c33b1
%{_bindir}/ftview
4c33b1
%endif
4c33b1
%doc ChangeLog README
4c33b1
4c33b1
%files devel
4c33b1
%doc docs/CHANGES docs/formats.txt docs/ft2faq.html
4c33b1
%dir %{_includedir}/freetype2
4c33b1
%{_datadir}/aclocal/freetype2.m4
4c33b1
%{_includedir}/freetype2/*
4c33b1
%{_libdir}/libfreetype.so
4c33b1
%{_bindir}/freetype-config
4c33b1
%{_libdir}/pkgconfig/freetype2.pc
4c33b1
%doc docs/design
4c33b1
%doc docs/glyphs
4c33b1
%doc docs/reference
4c33b1
%doc docs/tutorial
4c33b1
%{_mandir}/man1/*
4c33b1
4c33b1
%changelog
1198db
* Thu Nov 22 2018 Marek Kasik <mkasik@redhat.com> - 2.8-12.el7_6.1
1198db
- Fix definition of constant ft_encoding_gb2312 in freetype.h
1198db
- Resolves: #1652187
1198db
4c33b1
* Fri Jun 08 2018 Marek Kasik <mkasik@redhat.com> - 2.8-12
4c33b1
- Fix loading of avar tables
4c33b1
- Resolves: #1576504
4c33b1
4c33b1
* Thu Jun 07 2018 Marek Kasik <mkasik@redhat.com> - 2.8-11
4c33b1
- Preserve API/ABI compatibility for public symbols
4c33b1
- Resolves: #1576504
4c33b1
4c33b1
* Wed Jun 06 2018 Richard Hughes <rhughes@redhat.com> - 2.8-10
4c33b1
- Update to 2.8
4c33b1
- Resolves: #1576504
4c33b1
4c33b1
* Mon Feb 20 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-15
4c33b1
- Fix shellcheck warning (coverity)
4c33b1
- Related: #1368141
4c33b1
4c33b1
* Mon Feb 20 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-14
4c33b1
- Backport functions for reading signed values from stream
4c33b1
- Resolves: #1381678
4c33b1
4c33b1
* Fri Feb 17 2017 Marek Kasik <mkasik@redhat.com> - 2.4.11-13
4c33b1
- Don't show path of non-existing libtool file
4c33b1
- Resolves: #1368141
4c33b1
4c33b1
* Tue Mar 22 2016 Marek Kasik <mkasik@redhat.com> - 2.4.11-12
4c33b1
- Define _FILE_OFFSET_BITS=64 to handle inodes higher than or equal to 2^31
4c33b1
- Resolves: #1303268
4c33b1
4c33b1
* Tue Mar 10 2015 Marek Kasik <mkasik@redhat.com> - 2.4.11-11
4c33b1
- Fixes CVE-2014-9657
4c33b1
   - Check minimum size of `record_size'.
4c33b1
- Fixes CVE-2014-9658
4c33b1
   - Use correct value for minimum table length test.
4c33b1
- Fixes CVE-2014-9675
4c33b1
   - New macro that checks one character more than `strncmp'.
4c33b1
- Fixes CVE-2014-9660
4c33b1
   - Check `_BDF_GLYPH_BITS'.
4c33b1
- Fixes CVE-2014-9661
4c33b1
   - Initialize `face->ttf_size'.
4c33b1
   - Always set `face->ttf_size' directly.
4c33b1
   - Exclusively use the `truetype' font driver for loading
4c33b1
     the font contained in the `sfnts' array.
4c33b1
- Fixes CVE-2014-9663
4c33b1
   - Fix order of validity tests.
4c33b1
- Fixes CVE-2014-9664
4c33b1
   - Add another boundary testing.
4c33b1
   - Fix boundary testing.
4c33b1
- Fixes CVE-2014-9667
4c33b1
   - Protect against addition overflow.
4c33b1
- Fixes CVE-2014-9669
4c33b1
   - Protect against overflow in additions and multiplications.
4c33b1
- Fixes CVE-2014-9670
4c33b1
   - Add sanity checks for row and column values.
4c33b1
- Fixes CVE-2014-9671
4c33b1
   - Check `size' and `offset' values.
4c33b1
- Fixes CVE-2014-9673
4c33b1
   - Fix integer overflow by a broken POST table in resource-fork.
4c33b1
- Fixes CVE-2014-9674
4c33b1
   - Fix integer overflow by a broken POST table in resource-fork.
4c33b1
   - Additional overflow check in the summation of POST fragment lengths.
4c33b1
- Work around behaviour of X11's `pcfWriteFont' and `pcfReadFont' functions
4c33b1
- Resolves: #1197740
4c33b1
4c33b1
* Mon Aug 18 2014 Peter Robinson <pbrobinson@redhat.com> - 2.4.11-10
4c33b1
- Generic 32/64 bit platform detection (fix ppc64le build)
4c33b1
- Resolves: #1126099
4c33b1
4c33b1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.4.11-9
4c33b1
- Mass rebuild 2014-01-24
4c33b1
4c33b1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.4.11-8
4c33b1
- Mass rebuild 2013-12-27
4c33b1
4c33b1
* Thu Oct  3 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-7
4c33b1
- Fix vertical size of emboldened glyphs
4c33b1
- Resolves: #1010341
4c33b1
4c33b1
* Wed May 29 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.11-6
4c33b1
- Add aarch64 to 64 bit arch list
4c33b1
4c33b1
* Thu May 16 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-5
4c33b1
- Change encoding of "docs/tutorial/example3.cpp" to UTF-8
4c33b1
4c33b1
* Thu May 16 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-4
4c33b1
- Package ftconfig.h as source file
4c33b1
4c33b1
* Tue Mar 19 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-3
4c33b1
- Fix emboldening:
4c33b1
    - split out MSB function
4c33b1
    - fix integer overflows
4c33b1
    - fix broken emboldening at small sizes
4c33b1
- Resolves: #891457
4c33b1
4c33b1
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4c33b1
4c33b1
* Wed Jan  2 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-1
4c33b1
- Update to 2.4.11
4c33b1
- Resolves: #889177
4c33b1
4c33b1
* Wed Oct 24 2012 Marek Kasik <mkasik@redhat.com> - 2.4.10-3
4c33b1
- Update License field
4c33b1
4c33b1
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.10-2
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4c33b1
4c33b1
* Wed Jul 11 2012 Marek Kasik <mkasik@redhat.com> 2.4.10-1
4c33b1
- Update to 2.4.10
4c33b1
- Remove patches which are already included in upstream
4c33b1
- Resolves: #832651
4c33b1
4c33b1
* Fri Mar 30 2012 Marek Kasik <mkasik@redhat.com> 2.4.9-1
4c33b1
- Update to 2.4.9
4c33b1
- Fixes various CVEs
4c33b1
- Resolves: #806270
4c33b1
4c33b1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.8-2
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4c33b1
4c33b1
* Tue Nov 15 2011 Marek Kasik <mkasik@redhat.com> 2.4.8-1
4c33b1
- Update to 2.4.8
4c33b1
- Remove an unneeded patch
4c33b1
4c33b1
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.7-2
4c33b1
- Rebuilt for glibc bug#747377
4c33b1
4c33b1
* Thu Oct 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.7-1
4c33b1
- Update to 2.4.7
4c33b1
- Fixes CVE-2011-3256
4c33b1
- Resolves: #747262
4c33b1
4c33b1
* Thu Aug  4 2011 Marek Kasik <mkasik@redhat.com> 2.4.6-1
4c33b1
- Update to 2.4.6
4c33b1
4c33b1
* Wed Jul 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.5-2
4c33b1
- Add freetype-2.4.5-CVE-2011-0226.patch
4c33b1
    (Add better argument check for `callothersubr'.)
4c33b1
    - based on patches by Werner Lemberg,
4c33b1
      Alexei Podtelezhnikov and Matthias Drochner
4c33b1
- Resolves: #723469
4c33b1
4c33b1
* Tue Jun 28 2011 Marek Kasik <mkasik@redhat.com> 2.4.5-1
4c33b1
- Update to 2.4.5
4c33b1
4c33b1
* Tue Mar  8 2011 Marek Kasik <mkasik@redhat.com> 2.4.4-4
4c33b1
- Fix autohinting fallback (#547532).
4c33b1
- Ignore CFF-based OTFs.
4c33b1
4c33b1
* Sun Feb 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.4-3
4c33b1
- Enable bytecode interpreter (#547532).
4c33b1
- Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
4c33b1
4c33b1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-2
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4c33b1
4c33b1
* Thu Dec  2 2010 Marek Kasik <mkasik@redhat.com> 2.4.4-1
4c33b1
- Update to 2.4.4
4c33b1
- Remove freetype-2.4.3-CVE-2010-3855.patch
4c33b1
- Resolves: #659020
4c33b1
4c33b1
* Mon Nov 15 2010 Marek Kasik <mkasik@redhat.com> 2.4.3-2
4c33b1
- Add freetype-2.4.3-CVE-2010-3855.patch
4c33b1
    (Protect against invalid `runcnt' values.)
4c33b1
- Resolves: #651764
4c33b1
4c33b1
* Tue Oct 26 2010 Marek Kasik <mkasik@redhat.com> 2.4.3-1
4c33b1
- Update to 2.4.3
4c33b1
- Resolves: #639906
4c33b1
4c33b1
* Wed Oct  6 2010 Marek Kasik <mkasik@redhat.com> 2.4.2-3
4c33b1
- Add freetype-2.4.2-CVE-2010-3311.patch
4c33b1
    (Don't seek behind end of stream.)
4c33b1
- Resolves: #638522
4c33b1
4c33b1
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.4.2-2
4c33b1
- Fix a thinko, we still want to disable the bytecode interpreter
4c33b1
  by default
4c33b1
4c33b1
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.4.2-1
4c33b1
- Update to 2.4.2
4c33b1
- Drop upstreamed patch, bytecode interpreter now on by default
4c33b1
4c33b1
* Thu Feb 23 2010 Behdad Esfahbod <behdad@redhat.com> 2.3.12-1
4c33b1
- Update to 2.3.12
4c33b1
- Drop mathlib patch
4c33b1
4c33b1
* Thu Dec  3 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-2
4c33b1
- Drop upstreamed patch.
4c33b1
- Enable patented bytecode interpretter now that the patents are expired.
4c33b1
4c33b1
* Thu Oct 22 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-1
4c33b1
- Update to 2.3.11.
4c33b1
- Add freetype-2.3.11-more-demos.patch
4c33b1
- New demo programs ftmemchk, ftpatchk, and fttimer
4c33b1
4c33b1
* Thu Oct 08 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.10-1
4c33b1
- Drop freetype-2.3.9-aliasing.patch
4c33b1
- Update to 2.3.10.
4c33b1
4c33b1
* Thu Jul 30 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.9-6
4c33b1
- Add freetype-2.3.9-aliasing.patch
4c33b1
- Resolves: 513582
4c33b1
4c33b1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.9-5
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4c33b1
4c33b1
* Thu May  7 2009 Matthias Clasen <mclasen@redhat.com> 2.3.9-4
4c33b1
- Don't own /usr/lib/pkgconfig
4c33b1
4c33b1
* Wed Mar 27 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-3
4c33b1
- Disable subpixel hinting by default.  Was turned on unintentionally.
4c33b1
4c33b1
* Wed Mar 25 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-2
4c33b1
- Add Provides: freetype-bytecode and freetype-subpixel if built
4c33b1
  with those options.
4c33b1
- Resolves: #155210
4c33b1
4c33b1
* Thu Mar 13 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-1
4c33b1
- Update to 2.3.9.
4c33b1
- Resolves #489928
4c33b1
4c33b1
* Thu Mar 09 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-2.1
4c33b1
- Preserve timestamp of FTL.TXT when converting to UTF-8.
4c33b1
4c33b1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-2
4c33b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4c33b1
4c33b1
* Thu Jan 15 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-1
4c33b1
- Update to 2.3.8
4c33b1
- Remove freetype-autohinter-ligature.patch
4c33b1
4c33b1
* Tue Dec 09 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-3
4c33b1
- Add full source URL to Source lines.
4c33b1
- Add docs to main and devel package.
4c33b1
- rpmlint is happy now.
4c33b1
- Resolves: #225770
4c33b1
4c33b1
* Fri Dec 05 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-2
4c33b1
- Add freetype-autohinter-ligature.patch
4c33b1
- Resolves: #368561
4c33b1
4c33b1
* Tue Aug 14 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-1
4c33b1
- Update to 2.3.7
4c33b1
4c33b1
* Tue Jun 10 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.6-1
4c33b1
- Update to 2.3.6
4c33b1
4c33b1
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.5-5
4c33b1
- fix license tag
4c33b1
- add sparc64 to list of 64bit arches
4c33b1
4c33b1
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.5-4
4c33b1
- Autorebuild for GCC 4.3
4c33b1
4c33b1
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.3.5-3
4c33b1
- Rebuild for build ID
4c33b1
4c33b1
* Tue Jul 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-2
4c33b1
- Change spec file to permit enabling bytecode-interpreter and
4c33b1
  subpixel-rendering without editing spec file.
4c33b1
- Resolves: 249986
4c33b1
4c33b1
* Wed Jul 25 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-1
4c33b1
- Update to 2.3.5.
4c33b1
- Drop freetype-2.3.4-ttf-overflow.patch
4c33b1
4c33b1
* Fri Jun 29 2007 Adam Jackson <ajax@redhat.com> 2.3.4-4
4c33b1
- Fix builds/unix/libtool to not emit rpath into binaries. (#225770)
4c33b1
4c33b1
* Thu May 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-3
4c33b1
- Add freetype-2.3.4-ttf-overflow.patch
4c33b1
4c33b1
* Thu Apr 12 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-2
4c33b1
- Add alpha to 64-bit archs (#236166)
4c33b1
4c33b1
* Tue Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-1
4c33b1
- Update to 2.3.4.
4c33b1
4c33b1
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-2
4c33b1
- Include new demos ftgrid and ftdiff in freetype-demos. (#235478)
4c33b1
4c33b1
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-1
4c33b1
- Update to 2.3.3.
4c33b1
4c33b1
* Fri Mar 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.2-1
4c33b1
- Update to 2.3.2.
4c33b1
4c33b1
* Fri Feb 02 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.1-1
4c33b1
- Update to 2.3.1.
4c33b1
4c33b1
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-2
4c33b1
- Add without_subpixel_rendering.
4c33b1
- Drop X11_PATH=/usr.  Not needed anymore.
4c33b1
4c33b1
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-1
4c33b1
- Update to 2.3.0.
4c33b1
- Drop upstream patches.
4c33b1
- Drop -fno-strict-aliasing, it should just work.
4c33b1
- Fix typo in ftconfig.h generation.
4c33b1
4c33b1
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-16
4c33b1
- Backport binary-search fixes from HEAD
4c33b1
- Add freetype-2.2.1-ttcmap.patch
4c33b1
- Resolves: #208734
4c33b1
4c33b1
- Fix rendering issue with some Asian fonts.
4c33b1
- Add freetype-2.2.1-fix-get-orientation.patch
4c33b1
- Resolves: #207261
4c33b1
4c33b1
- Copy non-X demos even if not compiling with_xfree86.
4c33b1
4c33b1
- Add freetype-2.2.1-zero-item-size.patch, to fix crasher.
4c33b1
- Resolves #214048
4c33b1
4c33b1
- Add X11_PATH=/usr to "make"s, to find modern X.
4c33b1
- Resolves #212199
4c33b1
4c33b1
* Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-10
4c33b1
- Fix crasher https://bugs.freedesktop.org/show_bug.cgi?id=6841
4c33b1
- Add freetype-2.2.1-memcpy-fix.patch
4c33b1
4c33b1
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-9
4c33b1
- Add BuildRequires: libX11-devel (#205355)
4c33b1
4c33b1
* Tue Aug 29 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-8
4c33b1
- Add freetype-composite.patch and freetype-more-composite.patch
4c33b1
  from upstream. (#131851)
4c33b1
4c33b1
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-7
4c33b1
- Require pkgconfig in the -devel package
4c33b1
4c33b1
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-6
4c33b1
- pass --disable-static to %%configure. (#172628)
4c33b1
4c33b1
* Thu Aug 17 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-5
4c33b1
- don't package static libs
4c33b1
4c33b1
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-4.fc6
4c33b1
- fix a problem with the multilib patch (#202366)
4c33b1
4c33b1
* Thu Jul 27 2006 Matthias Clasen  <mclasen@redhat.com> - 2.2.1-3
4c33b1
- fix multilib issues
4c33b1
4c33b1
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-2.1
4c33b1
- rebuild
4c33b1
4c33b1
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-2
4c33b1
- Remove unused BuildRequires
4c33b1
4c33b1
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-1
4c33b1
- Update to 2.2.1
4c33b1
- Remove FreeType 1, to move to extras
4c33b1
- Install new demos ftbench, ftchkwd, ftgamma, and ftvalid
4c33b1
- Enable modules gxvalid and otvalid
4c33b1
4c33b1
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 2.1.10-6
4c33b1
- add buildrequires libICE-devel, libSM-devel
4c33b1
4c33b1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2.1
4c33b1
- bump again for double-long bug on ppc(64)
4c33b1
4c33b1
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2
4c33b1
- rebuilt for new gcc4.1 snapshot and glibc changes
4c33b1
4c33b1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4c33b1
- rebuilt
4c33b1
4c33b1
* Fri Nov 18 2005 Bill Nottingham  <notting@redhat.com> 2.1.10-5
4c33b1
- Remove references to obsolete /usr/X11R6 paths
4c33b1
4c33b1
* Tue Nov  1 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-4
4c33b1
- Switch requires to modular X
4c33b1
4c33b1
* Fri Oct 21 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-3
4c33b1
- BuildRequire gettext 
4c33b1
4c33b1
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 2.1.10-2
4c33b1
- fix 'without_bytecode_interpreter 0' build: freetype-2.1.10-enable-ft2-bci.patch
4c33b1
4c33b1
* Fri Oct  7 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-1
4c33b1
- Update to 2.1.10
4c33b1
- Add necessary fixes
4c33b1
4c33b1
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> 2.1.9-4
4c33b1
- Fix freetype-config on 64 bit platforms.
4c33b1
4c33b1
* Thu Jul 07 2005 Karsten Hopp <karsten@redhat.de> 2.1.9-3
4c33b1
- BuildRequires xorg-x11-devel
4c33b1
4c33b1
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.1.9-2
4c33b1
- Rebuild
4c33b1
4c33b1
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 2.1.9-1
4c33b1
- Upgrade to 2.1.9
4c33b1
- Since we are just using automake for aclocal, use it unversioned,
4c33b1
  instead of specifying 1.4.
4c33b1
4c33b1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4c33b1
- rebuilt
4c33b1
4c33b1
* Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-4
4c33b1
- Add patch from freetype CVS to fix problem with eexec (#117743)
4c33b1
- Add freetype-devel to buildrequires and -devel requires
4c33b1
  (Maxim Dzumanenko, #111108)
4c33b1
4c33b1
* Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
4c33b1
- Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
4c33b1
  SIGILL crashes in mkfontscale which have been traced into freetype and seem
4c33b1
  to be caused by aliasing issues in freetype macros (#118021)
4c33b1
4c33b1
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2.1
4c33b1
- rebuilt
4c33b1
4c33b1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2
4c33b1
- rebuilt
4c33b1
4c33b1
* Fri Jan 23 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-1
4c33b1
- Upgrade to 2.1.7
4c33b1
4c33b1
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
4c33b1
- allow compiling without the demos as that requires XFree86
4c33b1
  (this allows bootstrapping XFree86 on new archs)
4c33b1
4c33b1
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 2.1.4-4.1
4c33b1
- Rebuilt
4c33b1
4c33b1
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-4.0
4c33b1
- Bump for rebuild
4c33b1
4c33b1
* Wed Jun 25 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-3
4c33b1
- Fix crash with non-format-0 hdmx tables (found by David Woodhouse)
4c33b1
4c33b1
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-1
4c33b1
- Version 2.1.4
4c33b1
- Relibtoolize to get deplibs right for x86_64
4c33b1
- Use autoconf-2.5x for freetype-1.4 to fix libtool-1.5 compat problem (#91781)
4c33b1
- Relativize absolute symlinks to fix the -debuginfo package 
4c33b1
  (#83521, Mike Harris)
4c33b1
4c33b1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4c33b1
- rebuilt
4c33b1
4c33b1
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 2.1.3-9
4c33b1
- fix build with gcc 3.3
4c33b1
4c33b1
* Tue Feb 25 2003 Owen Taylor <otaylor@redhat.com>
4c33b1
- Add a memleak fix for the gzip backend from Federic Crozat
4c33b1
4c33b1
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 2.1.3-7
4c33b1
- Run libtoolize/aclocal/autoconf so that libtool knows to generate shared libraries 
4c33b1
  on ppc64.
4c33b1
- Use _smp_mflags (for freetype 2.x only)
4c33b1
4c33b1
* Tue Feb  4 2003 Owen Taylor <otaylor@redhat.com>
4c33b1
- Switch to using %%configure (should fix #82330)
4c33b1
4c33b1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4c33b1
- rebuilt
4c33b1
4c33b1
* Mon Jan  6 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-4
4c33b1
- Make FreeType robust against corrupt fonts with recursive composite 
4c33b1
  glyphs (#74782, James Antill)
4c33b1
4c33b1
* Thu Jan  2 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-3
4c33b1
- Add a patch to implement FT_LOAD_TARGET_LIGHT
4c33b1
- Fix up freetype-1.4-libtool.patch 
4c33b1
4c33b1
* Sat Dec 12 2002 Mike A. Harris <mharris@redhat.com> 2.1.3-2
4c33b1
- Update to freetype 2.1.3
4c33b1
- Removed ttmkfdir sources and patches, as they have been moved from the
4c33b1
  freetype packaging to XFree86 packaging, and now to the ttmkfdir package
4c33b1
- Removed patches that are now included in 2.1.3:
4c33b1
  freetype-2.1.1-primaryhints.patch, freetype-2.1.2-slighthint.patch,
4c33b1
  freetype-2.1.2-bluefuzz.patch, freetype-2.1.2-stdw.patch,
4c33b1
  freetype-2.1.2-transform.patch, freetype-2.1.2-autohint.patch,
4c33b1
  freetype-2.1.2-leftright.patch
4c33b1
- Conditionalized inclusion of freetype 1.4 library.
4c33b1
4c33b1
* Wed Dec 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
4c33b1
- disable perl, it is not used at all
4c33b1
4c33b1
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 2.1.2-11
4c33b1
- Instead of removing unpackaged file, include it in the package.
4c33b1
4c33b1
* Sat Nov 30 2002 Mike A. Harris <mharris@redhat.com> 2.1.2-10
4c33b1
- Attempted to fix lib64 issue in freetype-demos build with X11_LINKLIBS
4c33b1
- Cleaned up various _foodir macros throughtout specfile
4c33b1
- Removed with_ttmkfdir build option as it is way obsolete
4c33b1
4c33b1
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.1.2-8
4c33b1
- remove unpackaged files from the buildroot
4c33b1
4c33b1
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Fix a bug with PCF metrics
4c33b1
4c33b1
* Fri Aug  9 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Backport autohinter improvements from CVS
4c33b1
4c33b1
* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Fix from CVS for transformations (#68964)
4c33b1
4c33b1
* Tue Jul  9 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Add another bugfix for the postscript hinter
4c33b1
4c33b1
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Add support for BlueFuzz private dict value, fixing rendering 
4c33b1
  glitch for Luxi Mono.
4c33b1
4c33b1
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Add an experimental FT_Set_Hint_Flags() call
4c33b1
4c33b1
* Mon Jul  1 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Update to 2.1.2
4c33b1
- Add a patch fixing freetype PS hinter bug
4c33b1
4c33b1
* Fri Jun 21 2002 Mike A. Harris <mharris@redhat.com> 2.1.1-2
4c33b1
- Added ft rpm build time conditionalizations upon user requests
4c33b1
4c33b1
* Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com> 2.1.1-1
4c33b1
- Version 2.1.1
4c33b1
4c33b1
* Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
4c33b1
- Add a fix for PCF character maps
4c33b1
4c33b1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
4c33b1
- automated rebuild
4c33b1
4c33b1
* Fri May 17 2002 Mike A. Harris <mharris@redhat.com> 2.1.0-2
4c33b1
- Updated freetype to version 2.1.0
4c33b1
- Added libtool fix for freetype 1.4 (#64631)
4c33b1
4c33b1
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.9-2
4c33b1
- use "libtool install" instead of "install" to install some binaries (#62005)
4c33b1
4c33b1
* Mon Mar 11 2002 Mike A. Harris <mharris@redhat.com> 2.0.9-1
4c33b1
- Updated to freetype 2.0.9
4c33b1
4c33b1
* Sun Feb 24 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-4
4c33b1
- Added proper docs+demos source for 2.0.8.
4c33b1
4c33b1
* Sat Feb 23 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-3
4c33b1
- Added compat patch so 2.x works more like 1.x
4c33b1
- Rebuilt with new build toolchain
4c33b1
4c33b1
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-2
4c33b1
- Updated to freetype 2.0.8, however docs and demos are stuck at 2.0.7
4c33b1
  on the freetype website.  Munged specfile to deal with the problem by using
4c33b1
  {oldversion} instead of version where appropriate.  <sigh>
4c33b1
4c33b1
* Sat Feb  2 2002 Tim Powers <timp@redhat.com> 2.0.6-3
4c33b1
- bumping release so that we don't collide with another build of
4c33b1
  freetype, make sure to change the release requirement in the XFree86
4c33b1
  package
4c33b1
4c33b1
* Fri Feb  1 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-2
4c33b1
- Made ttmkfdir inclusion conditional, and set up a define to include
4c33b1
  ttmkfdir in RHL 7.x builds, since ttmkfdir is now moving to the new
4c33b1
  XFree86-font-utils package.
4c33b1
4c33b1
* Wed Jan 16 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-1
4c33b1
- Updated freetype to version 2.0.6
4c33b1
4c33b1
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.0.5-4
4c33b1
- automated rebuild
4c33b1
4c33b1
* Fri Nov 30 2001 Elliot Lee <sopwith@redhat.com> 2.0.5-3
4c33b1
- Fix bug #56901 (ttmkfdir needed to list Unicode encoding when generating
4c33b1
  font list). (ttmkfdir-iso10646.patch)
4c33b1
- Use _smp_mflags macro everywhere relevant. (freetype-pre1.4-make.patch)
4c33b1
- Undo fix for #24253, assume compiler was fixed.
4c33b1
4c33b1
* Mon Nov 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.5-2
4c33b1
- Fix build with gcc 3.1 (#56079)
4c33b1
4c33b1
* Sun Nov 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.5-1
4c33b1
- Updated freetype to version 2.0.5
4c33b1
4c33b1
* Sat Sep 22 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-2
4c33b1
- Added new subpackage freetype-demos, added demos to build
4c33b1
- Disabled ftdump, ftlint in utils package favoring the newer utils in
4c33b1
  demos package.
4c33b1
4c33b1
* Tue Sep 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-1
4c33b1
- Updated source to 2.0.4
4c33b1
- Added freetype demo's back into src.rpm, but not building yet.
4c33b1
4c33b1
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-7
4c33b1
- Changed package to use {findlang} macro to fix bug (#50676)
4c33b1
4c33b1
* Sun Jul 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-6
4c33b1
- Changed freetype-devel to group Development/Libraries (#47625)
4c33b1
4c33b1
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-5
4c33b1
- Fix up FT1 headers to please Qt 3.0.0 beta 2
4c33b1
4c33b1
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-4
4c33b1
- Add ft2build.h to -devel package, since it's included by all other
4c33b1
  freetype headers, the package is useless without it
4c33b1
4c33b1
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.3-3
4c33b1
- Change "Requires: freetype = name/ver" to "freetype = version/release",
4c33b1
  and move the requirements to the subpackages.
4c33b1
4c33b1
* Mon Jun 18 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-2
4c33b1
- Added "Requires: freetype = name/ver"
4c33b1
4c33b1
* Tue Jun 12 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-1
4c33b1
- Updated to Freetype 2.0.3, minor specfile tweaks.
4c33b1
- Freetype2 docs are is in a separate tarball now. Integrated it.
4c33b1
- Built in new environment.
4c33b1
4c33b1
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
4c33b1
- rebuild for C++ exception handling on ia64
4c33b1
4c33b1
* Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4c33b1
- Build ttmkfdir with -O0, workaround for Bug #24253
4c33b1
4c33b1
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
4c33b1
- libtool is used to build libttf, so use libtool to link ttmkfdir with it
4c33b1
- fixup a paths for a couple of missing docs
4c33b1
4c33b1
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
4c33b1
- Update ttmkfdir
4c33b1
4c33b1
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4c33b1
- Update to 2.0.1 and 1.4
4c33b1
- Mark locale files as such
4c33b1
4c33b1
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4c33b1
- automatic rebuild
4c33b1
4c33b1
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
4c33b1
- move .la file to devel pkg
4c33b1
- FHS paths
4c33b1
4c33b1
* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
4c33b1
- revert spaces patch, fix up some foundry names to match X ones
4c33b1
4c33b1
* Mon Feb 07 2000 Nalin Dahyabhai <nalin@redhat.com>
4c33b1
- add defattr, ftmetric, ftsbit, ftstrtto per bug #9174
4c33b1
4c33b1
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
4c33b1
- fix description and summary
4c33b1
4c33b1
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
4c33b1
- make ttmkfdir replace spaces in family names with underscores (#7613)
4c33b1
4c33b1
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
4c33b1
- 1.3.1
4c33b1
- handle RPM_OPT_FLAGS
4c33b1
4c33b1
* Wed Nov 10 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- fix a path for ttmkfdir Makefile
4c33b1
4c33b1
* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- newer ttmkfdir that works better, moved ttmkfdir to /usr/bin from /usr/sbin
4c33b1
- freetype utilities moved to subpkg, X dependency removed from main pkg
4c33b1
- libttf.so symlink moved to devel pkg
4c33b1
4c33b1
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- strip binaries
4c33b1
4c33b1
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
4c33b1
- auto rebuild in the new build environment (release 5)
4c33b1
4c33b1
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
4c33b1
- fixed the doc file list
4c33b1
4c33b1
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- Injected new description and group.
4c33b1
4c33b1
* Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- added ttmkfdir
4c33b1
4c33b1
* Tue Feb 02 1999 Preston Brown <pbrown@redhat.com>
4c33b1
- update to 1.2
4c33b1
4c33b1
* Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
4c33b1
- call libtoolize to sanitize config.sub and get ARM support
4c33b1
- dispoze of the patch (not necessary anymore)
4c33b1
4c33b1
* Wed Oct 21 1998 Preston Brown <pbrown@redhat.com>
4c33b1
- post/postun sections for ldconfig action.
4c33b1
4c33b1
* Tue Oct 20 1998 Preston Brown <pbrown@redhat.com>
4c33b1
- initial RPM, includes normal and development packages.