20e524
%{!?with_xfree86:%define with_xfree86 1}
20e524
%bcond_with bootstrap
20e524
20e524
Summary: A free and portable font rendering engine
20e524
Name: freetype
20e524
Version: 2.10.4
2a010a
Release: 9%{?dist}
20e524
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
20e524
URL: http://www.freetype.org
20e524
Source:  http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.xz
20e524
Source1: http://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.xz
20e524
Source2: http://download.savannah.gnu.org/releases/freetype/ft2demos-%{version}.tar.xz
20e524
Source3: ftconfig.h
20e524
20e524
# Enable subpixel rendering (ClearType)
20e524
Patch0:  freetype-2.3.0-enable-spr.patch
20e524
# Enable otvalid and gxvalid modules
20e524
Patch1:  freetype-2.2.1-enable-valid.patch
20e524
# Enable additional demos
20e524
Patch2:  freetype-2.5.2-more-demos.patch
20e524
20e524
Patch3:  freetype-2.6.5-libtool.patch
20e524
20e524
Patch4:  freetype-2.8-multilib.patch
20e524
20e524
Patch5:  freetype-2.10.0-internal-outline.patch
20e524
# Revert ABI/API change
20e524
Patch6:  freetype-2.10.1-debughook.patch
20e524
20e524
Patch7:  freetype-2.10.4-png-memory-leak.patch
20e524
20e524
# https://bugzilla.redhat.com/show_bug.cgi?id=1964066
20e524
Patch8:  freetype-2.10.4-covscan.patch
20e524
2a010a
# https://bugzilla.redhat.com/show_bug.cgi?id=2077989
2a010a
Patch9:  freetype-2.10.4-avoid-invalid-face-index.patch
2a010a
2a010a
# https://bugzilla.redhat.com/show_bug.cgi?id=2077991
2a010a
Patch10: freetype-2.10.4-properly-guard-face_index.patch
2a010a
2a010a
# https://bugzilla.redhat.com/show_bug.cgi?id=2077985
2a010a
Patch11: freetype-2.10.4-guard-face-size.patch
2a010a
20e524
BuildRequires:  gcc
20e524
BuildRequires: libX11-devel
20e524
BuildRequires: libpng-devel
20e524
BuildRequires: zlib-devel
20e524
BuildRequires: bzip2-devel
20e524
BuildRequires: brotli-devel
20e524
BuildRequires: make
20e524
%if %{without bootstrap}
20e524
BuildRequires: harfbuzz-devel
20e524
%endif
20e524
20e524
Provides: %{name}-bytecode
20e524
Provides: %{name}-subpixel
20e524
Obsoletes: freetype-freeworld < 2.9.1-2
20e524
20e524
%description
20e524
The FreeType engine is a free and portable font rendering
20e524
engine, developed to provide advanced font support for a variety of
20e524
platforms and environments. FreeType is a library which can open and
20e524
manages font files as well as efficiently load, hint and render
20e524
individual glyphs. FreeType is not a font server or a complete
20e524
text-rendering library.
20e524
20e524
20e524
%package demos
20e524
Summary: A collection of FreeType demos
20e524
Requires: %{name} = %{version}-%{release}
20e524
20e524
%description demos
20e524
The FreeType engine is a free and portable font rendering
20e524
engine, developed to provide advanced font support for a variety of
20e524
platforms and environments.  The demos package includes a set of useful
20e524
small utilities showing various capabilities of the FreeType library.
20e524
20e524
20e524
%package devel
20e524
Summary: FreeType development libraries and header files
20e524
Requires: %{name} = %{version}-%{release}
20e524
Requires: pkgconf%{?_isa}
20e524
20e524
%description devel
20e524
The freetype-devel package includes the static libraries and header files
20e524
for the FreeType font rendering engine.
20e524
20e524
Install freetype-devel if you want to develop programs which will use
20e524
FreeType.
20e524
20e524
20e524
%prep
20e524
%setup -q -b 1 -a 2
20e524
20e524
%patch0  -p1 -b .enable-spr
20e524
%patch1  -p1 -b .enable-valid
20e524
20e524
pushd ft2demos-%{version}
20e524
%patch2  -p1 -b .more-demos
20e524
popd
20e524
20e524
%patch3 -p1 -b .libtool
20e524
%patch4 -p1 -b .multilib
20e524
%patch5 -p1 -b .internal-outline
20e524
%patch6 -p1 -b .debughook
20e524
%patch7 -p1 -b .png-memory-leak
20e524
%patch8 -p1 -b .covscan
2a010a
%patch9 -p1 -b .avoid-invalid-face-index
2a010a
%patch10 -p1 -b .properly-guard-face_index
2a010a
%patch11 -p1 -b .guard-face-size
20e524
20e524
%build
20e524
20e524
%configure --disable-static \
20e524
           --with-zlib=yes \
20e524
           --with-bzip2=yes \
20e524
           --with-png=yes \
20e524
           --enable-freetype-config \
20e524
%if %{without bootstrap}
20e524
           --with-harfbuzz=yes \
20e524
%else
20e524
           --with-harfbuzz=no \
20e524
%endif
20e524
           --with-brotli=yes
20e524
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
20e524
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
20e524
%make_build
20e524
20e524
%if %{with_xfree86}
20e524
# Build demos
20e524
pushd ft2demos-%{version}
20e524
make TOP_DIR=".."
20e524
popd
20e524
%endif
20e524
20e524
# Convert FTL.txt and example3.cpp to UTF-8
20e524
pushd docs
20e524
iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
20e524
touch -r FTL.TXT FTL.TXT.tmp && \
20e524
mv FTL.TXT.tmp FTL.TXT
20e524
20e524
iconv -f iso-8859-1 -t utf-8 < "tutorial/example3.cpp" > "tutorial/example3.cpp.utf8"
20e524
touch -r tutorial/example3.cpp tutorial/example3.cpp.utf8 && \
20e524
mv tutorial/example3.cpp.utf8 tutorial/example3.cpp
20e524
popd
20e524
20e524
20e524
%install
20e524
20e524
%make_install gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
20e524
20e524
{
20e524
  for ftdemo in ftbench ftchkwd ftmemchk ftpatchk fttimer ftdump ftlint ftvalid ; do
20e524
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
20e524
  done
20e524
}
20e524
%if %{with_xfree86}
20e524
{
20e524
  for ftdemo in ftdiff ftgamma ftgrid ftmulti ftstring fttimer ftview ; do
20e524
      builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
20e524
  done
20e524
}
20e524
%endif
20e524
20e524
# man pages for freetype-demos
20e524
{
20e524
  for ftdemo in ftbench ftdump ftlint ftvalid ; do
20e524
      builds/unix/libtool --mode=install install -m 644 ft2demos-%{version}/man/${ftdemo}.1 $RPM_BUILD_ROOT/%{_mandir}/man1
20e524
  done
20e524
}
20e524
%if %{with_xfree86}
20e524
{
20e524
  for ftdemo in ftdiff ftgamma ftgrid ftmulti ftstring ftview ; do
20e524
      builds/unix/libtool --mode=install install -m 644 ft2demos-%{version}/man/${ftdemo}.1 $RPM_BUILD_ROOT/%{_mandir}/man1
20e524
  done
20e524
}
20e524
%endif
20e524
20e524
# fix multilib issues
20e524
%define wordsize %{__isa_bits}
20e524
20e524
mv $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h \
20e524
   $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig-%{wordsize}.h
20e524
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_includedir}/freetype2/freetype/config/ftconfig.h
20e524
20e524
# Don't package static .a or .la files
20e524
rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
20e524
20e524
20e524
%triggerpostun -- freetype < 2.0.5-3
20e524
{
20e524
  # ttmkfdir updated - as of 2.0.5-3, on upgrades we need xfs to regenerate
20e524
  # things to get the iso10646-1 encoding listed.
20e524
  for I in %{_datadir}/fonts/*/TrueType /usr/share/X11/fonts/TTF; do
20e524
      [ -d $I ] && [ -f $I/fonts.scale ] && [ -f $I/fonts.dir ] && touch $I/fonts.scale
20e524
  done
20e524
  exit 0
20e524
}
20e524
20e524
%ldconfig_scriptlets
20e524
20e524
%files
20e524
%{!?_licensedir:%global license %%doc}
20e524
%license docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT
20e524
%{_libdir}/libfreetype.so.*
20e524
%doc README
20e524
20e524
%files demos
20e524
%{_bindir}/ftbench
20e524
%{_bindir}/ftchkwd
20e524
%{_bindir}/ftmemchk
20e524
%{_bindir}/ftpatchk
20e524
%{_bindir}/fttimer
20e524
%{_bindir}/ftdump
20e524
%{_bindir}/ftlint
20e524
%{_bindir}/ftvalid
20e524
%{_mandir}/man1/ftbench.1.gz
20e524
%{_mandir}/man1/ftdump.1.gz
20e524
%{_mandir}/man1/ftlint.1.gz
20e524
%{_mandir}/man1/ftvalid.1.gz
20e524
%if %{with_xfree86}
20e524
%{_bindir}/ftdiff
20e524
%{_bindir}/ftgamma
20e524
%{_bindir}/ftgrid
20e524
%{_bindir}/ftmulti
20e524
%{_bindir}/ftstring
20e524
%{_bindir}/ftview
20e524
%{_mandir}/man1/ftdiff.1.gz
20e524
%{_mandir}/man1/ftgamma.1.gz
20e524
%{_mandir}/man1/ftgrid.1.gz
20e524
%{_mandir}/man1/ftmulti.1.gz
20e524
%{_mandir}/man1/ftstring.1.gz
20e524
%{_mandir}/man1/ftview.1.gz
20e524
%endif
20e524
%doc ChangeLog README
20e524
20e524
%files devel
20e524
%doc docs/CHANGES docs/formats.txt docs/ft2faq.html
20e524
%dir %{_includedir}/freetype2
20e524
%{_datadir}/aclocal/freetype2.m4
20e524
%{_includedir}/freetype2/*
20e524
%{_libdir}/libfreetype.so
20e524
%{_bindir}/freetype-config
20e524
%{_libdir}/pkgconfig/freetype2.pc
20e524
%doc docs/design
20e524
%doc docs/glyphs
20e524
%doc docs/reference
20e524
%doc docs/tutorial
20e524
%{_mandir}/man1/*
20e524
20e524
%changelog
2a010a
* Tue May 31 2022 Marek Kasik <mkasik@redhat.com> - 2.10.4-9
2a010a
- Guard face->size
2a010a
- Resolves: #2079280
2a010a
2a010a
* Mon May 30 2022 Marek Kasik <mkasik@redhat.com> - 2.10.4-8
2a010a
- Properly guard "face_index"
2a010a
- Resolves: #2079262
2a010a
2a010a
* Thu May 26 2022 Marek Kasik <mkasik@redhat.com> - 2.10.4-7
2a010a
- Avoid invalid face index
2a010a
- Resolves: #2079271
2a010a
20e524
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.10.4-6
20e524
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
20e524
  Related: rhbz#1991688
20e524
20e524
* Wed May 26 2021 Marek Kasik <mkasik@redhat.com> - 2.10.4-5
20e524
- Backport fixes for issues found by Coverity scan
20e524
- Resolves: #1964066
20e524
20e524
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.10.4-4
20e524
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
20e524
20e524
* Fri Feb 5 2021 Akira TAGOH <tagoh@redhat.com> - 2.10.4-3
20e524
- Enable HarfBuzz support
20e524
- Add bootstrap without HarfBuzz
20e524
- Resolves: #1853937
20e524
- Resolves: #1906714
20e524
20e524
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.4-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
20e524
20e524
* Fri Oct 23 2020 Marek Kasik <mkasik@redhat.com> - 2.10.4-1
20e524
- Update to 2.10.4
20e524
- Test bitmap size earlier for PNGs
20e524
- Fix memory leak in pngshim.c
20e524
- Enable man pages for demos
20e524
- Resolves: #1887084, #1890211
20e524
20e524
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-3
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
20e524
20e524
* Tue Jul 21 2020 Tom Stellard <tstellar@redhat.com> - 2.10.2-2
20e524
- Use make macros
20e524
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
20e524
20e524
* Wed Jul 15 2020 Marek Kasik <mkasik@redhat.com> - 2.10.2-1
20e524
- Update to 2.10.2
20e524
- Enable support for WOFF2 streams
20e524
- Resolves: #1725983
20e524
20e524
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
20e524
20e524
* Sat Oct 12 2019 Michael Kuhn <suraia@fedoraproject.org> - 2.10.1-1
20e524
- Update to 2.10.1
20e524
- Revert FT_DebugHook_Func ABI/API changes
20e524
20e524
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.0-3
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
20e524
20e524
* Tue Jun 11 09:42:57 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.10.0-2
20e524
- Fix handling of undefined glyph [pcf]
20e524
20e524
* Tue May 28 2019 Marek Kasik <mkasik@redhat.com> - 2.10.0-1
20e524
- Update to 2.10.0
20e524
- Keep FT_Outline_New_Internal() and FT_Outline_Done_Internal()
20e524
- for ABI compatibility but make them just throw
20e524
- Unimplemented_Feature error.
20e524
- Remove them once soname has been bumped!
20e524
- Resolves: #1689117
20e524
20e524
* Mon Apr 8 2019 Marek Kasik <mkasik@redhat.com> - 2.9.1-8
20e524
- Remove freetype-2.9-ftsmooth.patch
20e524
20e524
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-7
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
20e524
20e524
* Wed Oct 31 2018 Marek Kasik <mkasik@redhat.com> - 2.9.1-6
20e524
- Obsolete freetype-freeworld
20e524
- Resolves: #1644700
20e524
20e524
* Wed Oct 31 2018 Neal Gompa <ngompa13@gmail.com> - 2.9.1-5
20e524
- Correctly enable subpixel rendering for ClearType functionality
20e524
20e524
* Mon Oct 29 2018 Marek Kasik <mkasik@redhat.com> - 2.9.1-4
20e524
- Enable ClearType code thanks to Microsoft joining OIN
20e524
20e524
* Fri Oct 19 2018 Marek Kasik <mkasik@redhat.com> - 2.9.1-3
20e524
- Use 'pkgconf' directly for multilib reasons
20e524
- Resolves: #1639379
20e524
20e524
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
20e524
20e524
* Fri May 25 2018 Marek Kasik <mkasik@redhat.com> - 2.9.1-1
20e524
- Update to 2.9.1
20e524
- Modify/remove patches as needed
20e524
- Resolves: #1574125
20e524
20e524
* Tue Mar 20 2018 Marek Kasik <mkasik@redhat.com> - 2.9-1
20e524
- Update to 2.9
20e524
- Add/modify/remove patches as needed
20e524
- Resolves: #1492372
20e524
20e524
* Fri Feb 16 2018 Marek Kasik <mkasik@redhat.com> - 2.8-10
20e524
- Avoid NULL reference
20e524
- Resolves: #1544776
20e524
20e524
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-9
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
20e524
20e524
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.8-8
20e524
- Switch to %%ldconfig_scriptlets
20e524
20e524
* Mon Oct  9 2017 Marek Kasik <mkasik@redhat.com> - 2.8-7
20e524
- Require pkgconf so we can make freetype-config multilib compatible again
20e524
- Resolves: #1497443
20e524
20e524
* Thu Sep 21 2017 Marek Kasik <mkasik@redhat.com> - 2.8-6
20e524
- Fix loading of named instances (TrueType)
20e524
20e524
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-5
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
20e524
20e524
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-4
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
20e524
20e524
* Thu Jun  1 2017 Marek Kasik <mkasik@redhat.com> - 2.8-3
20e524
- Adjust loop counter maximum for TrueType fonts
20e524
- Resolves: #1456585
20e524
20e524
* Wed May 24 2017 Marek Kasik <mkasik@redhat.com> - 2.8-2
20e524
- Accept ISO646.1991-IRV as a Unicode charmap in PCF and BDF drivers
20e524
- Resolves: #1451795
20e524
20e524
* Wed May 17 2017 Marek Kasik <mkasik@redhat.com> - 2.8-1
20e524
- Update to 2.8
20e524
- Modify/remove patches as needed
20e524
- Resolves: #1450581
20e524
20e524
* Tue May  2 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-7
20e524
- Fix numbers of tracking bugs
20e524
20e524
* Tue May  2 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-6
20e524
- Add safety guard (CVE-2017-8287)
20e524
- Resolves: #1446074
20e524
20e524
* Tue May  2 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-5
20e524
- Better protect `flex' handling (CVE-2017-8105)
20e524
- Resolves: #1446501
20e524
20e524
* Mon Apr 10 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-4
20e524
- Revert previous commit
20e524
- Related: #1437999
20e524
20e524
* Mon Apr  3 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-3
20e524
- Allow linear scaling for unhinted rendering
20e524
- Resolves: #1437999
20e524
20e524
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
20e524
20e524
* Tue Jan  3 2017 Marek Kasik <mkasik@redhat.com> - 2.7.1-1
20e524
- Update to 2.7.1
20e524
- Resolves: #1409271
20e524
20e524
* Mon Nov 21 2016 Marek Kasik <mkasik@redhat.com> - 2.7-2
20e524
- Fix a valgrind warning
20e524
- Resolves: #1395915
20e524
20e524
* Mon Sep 12 2016 Marek Kasik <mkasik@redhat.com> - 2.7-1
20e524
- Update to 2.7
20e524
- Resolves: #1374305
20e524
20e524
* Mon Aug 22 2016 Marek Kasik <mkasik@redhat.com> - 2.6.5-2
20e524
- Don't show path of non-existing libtool file
20e524
20e524
* Wed Jul 13 2016 Marek Kasik <mkasik@redhat.com> - 2.6.5-1
20e524
- Update to 2.6.5
20e524
- Resolves: #1355743
20e524
20e524
* Sat Mar  5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2.6.3-2
20e524
- Use %%license and cleanup spec
20e524
- Move dev docs to devel package
20e524
20e524
* Wed Feb 10 2016 Marek Kasik <mkasik@redhat.com> - 2.6.3-1
20e524
- Update to 2.6.3
20e524
20e524
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
20e524
20e524
* Thu Dec  3 2015 Tom Callaway <spot@fedoraproject.org> - 2.6.2-1
20e524
- update to 2.6.2
20e524
20e524
* Mon Oct 12 2015 Marek Kasik <mkasik@redhat.com> - 2.6.1-1
20e524
- Update to 2.6.1
20e524
- Adapt to the new header structure
20e524
- Resolves: #1268661
20e524
20e524
* Tue Jul 28 2015 Marek Kasik <mkasik@redhat.com> - 2.6.0-3
20e524
- Don't use `hmtx' table for LSB
20e524
20e524
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
20e524
20e524
* Fri Jun 12 2015 Marek Kasik <mkasik@redhat.com> - 2.6.0-1
20e524
- Update to 2.6
20e524
- Resolves: #1229688
20e524
20e524
* Tue Jan  6 2015 Marek Kasik <mkasik@redhat.com> - 2.5.5-1
20e524
- Update to 2.5.5
20e524
- Resolves: #1178876
20e524
20e524
* Tue Dec  9 2014 Marek Kasik <mkasik@redhat.com> - 2.5.4-1
20e524
- Update to 2.5.4
20e524
- Resolves: #1171504
20e524
20e524
* Tue Nov 11 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-11
20e524
- Fix directories returned by freetype-config with modified prefix
20e524
- Resolves: #1161963
20e524
20e524
* Tue Oct 21 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-10
20e524
- Fix patch which enables subpixel rendering
20e524
- Resolves: #1154448
20e524
20e524
* Mon Aug 18 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-9
20e524
- Simplify getting of wordsize
20e524
20e524
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-8
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
20e524
20e524
* Sat Aug  2 2014 Peter Robinson <pbrobinson@redhat.com> 2.5.3-7
20e524
- Generic 32/64 bit platform detection (fix it once and for all)
20e524
20e524
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-6
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
20e524
20e524
* Tue Mar 25 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-5
20e524
- Be explicit about required libraries
20e524
20e524
* Tue Mar 25 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-4
20e524
- Don't return flags of privately used libraries when
20e524
- calling "freetype-config --libs"
20e524
- Resolves: #1079302
20e524
20e524
* Fri Mar 21 2014 Dan Horák <dan[at]danny.cz> - 2.5.3-3
20e524
- drop private libs from freetype-config so it returns the same libs as pkg-config
20e524
20e524
* Tue Mar 11 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-2
20e524
- Enable support for bzip2 compressed fonts
20e524
20e524
* Tue Mar 11 2014 Marek Kasik <mkasik@redhat.com> - 2.5.3-1
20e524
- Update to 2.5.3
20e524
- Resolves: #1073923
20e524
20e524
* Mon Jan 20 2014 Marek Kasik <mkasik@redhat.com> - 2.5.2-2
20e524
- Fix include directory in freetype-config
20e524
- Resolves: #1055154
20e524
20e524
* Fri Jan 17 2014 Marek Kasik <mkasik@redhat.com> - 2.5.2-1
20e524
- Update to 2.5.2
20e524
- Modify spec file to respect the new header file layout
20e524
- Resolves: #1034065
20e524
20e524
* Fri Jan 10 2014 Marek Kasik <mkasik@redhat.com> - 2.5.0-5
20e524
- Enable ppc64le architecture
20e524
- Resolves: #1051202
20e524
20e524
* Fri Sep 20 2013 Marek Kasik <mkasik@redhat.com> - 2.5.0-4
20e524
- Fix vertical size of emboldened glyphs
20e524
20e524
* Mon Aug 05 2013 Marek Kasik <mkasik@redhat.com> - 2.5.0-3
20e524
- Fix changelog dates
20e524
20e524
* Mon Aug 05 2013 Marek Kasik <mkasik@redhat.com> - 2.5.0-2
20e524
- Require libpng
20e524
20e524
* Mon Aug 05 2013 Marek Kasik <mkasik@redhat.com> - 2.5.0-1
20e524
- Update to 2.5.0
20e524
- Backport changes from freetype-2.5.0.1
20e524
-   (ft2demos-2.5.0.1 and freetype-doc-2.5.0.1 were not released)
20e524
20e524
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.12-6
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
20e524
20e524
* Wed May 29 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.12-5
20e524
- Add aarch64 to 64 bit arch list
20e524
20e524
* Thu May 16 2013 Marek Kasik <mkasik@redhat.com> - 2.4.12-4
20e524
- Change encoding of "docs/tutorial/example3.cpp" to UTF-8
20e524
20e524
* Thu May 16 2013 Marek Kasik <mkasik@redhat.com> - 2.4.12-3
20e524
- Package ftconfig.h as source file
20e524
20e524
* Mon May 13 2013 Marek Kasik <mkasik@redhat.com> - 2.4.12-2
20e524
- Don't use quotes in freetype2.pc
20e524
- Resolves: #961855
20e524
20e524
* Thu May  9 2013 Marek Kasik <mkasik@redhat.com> - 2.4.12-1
20e524
- Update to 2.4.12
20e524
- Enable Adobe CFF engine
20e524
- Resolves: #959771
20e524
20e524
* Tue Mar 19 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-3
20e524
- Fix emboldening:
20e524
    - split out MSB function
20e524
    - fix integer overflows
20e524
    - fix broken emboldening at small sizes
20e524
- Resolves: #891457
20e524
20e524
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
20e524
20e524
* Wed Jan  2 2013 Marek Kasik <mkasik@redhat.com> - 2.4.11-1
20e524
- Update to 2.4.11
20e524
- Resolves: #889177
20e524
20e524
* Wed Oct 24 2012 Marek Kasik <mkasik@redhat.com> - 2.4.10-3
20e524
- Update License field
20e524
20e524
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.10-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
20e524
20e524
* Wed Jul 11 2012 Marek Kasik <mkasik@redhat.com> 2.4.10-1
20e524
- Update to 2.4.10
20e524
- Remove patches which are already included in upstream
20e524
- Resolves: #832651
20e524
20e524
* Fri Mar 30 2012 Marek Kasik <mkasik@redhat.com> 2.4.9-1
20e524
- Update to 2.4.9
20e524
- Fixes various CVEs
20e524
- Resolves: #806270
20e524
20e524
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.8-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
20e524
20e524
* Tue Nov 15 2011 Marek Kasik <mkasik@redhat.com> 2.4.8-1
20e524
- Update to 2.4.8
20e524
- Remove an unneeded patch
20e524
20e524
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.7-2
20e524
- Rebuilt for glibc bug#747377
20e524
20e524
* Thu Oct 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.7-1
20e524
- Update to 2.4.7
20e524
- Fixes CVE-2011-3256
20e524
- Resolves: #747262
20e524
20e524
* Thu Aug  4 2011 Marek Kasik <mkasik@redhat.com> 2.4.6-1
20e524
- Update to 2.4.6
20e524
20e524
* Wed Jul 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.5-2
20e524
- Add freetype-2.4.5-CVE-2011-0226.patch
20e524
    (Add better argument check for `callothersubr'.)
20e524
    - based on patches by Werner Lemberg,
20e524
      Alexei Podtelezhnikov and Matthias Drochner
20e524
- Resolves: #723469
20e524
20e524
* Tue Jun 28 2011 Marek Kasik <mkasik@redhat.com> 2.4.5-1
20e524
- Update to 2.4.5
20e524
20e524
* Tue Mar  8 2011 Marek Kasik <mkasik@redhat.com> 2.4.4-4
20e524
- Fix autohinting fallback (#547532).
20e524
- Ignore CFF-based OTFs.
20e524
20e524
* Sun Feb 20 2011 Marek Kasik <mkasik@redhat.com> 2.4.4-3
20e524
- Enable bytecode interpreter (#547532).
20e524
- Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
20e524
20e524
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.4-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
20e524
20e524
* Thu Dec  2 2010 Marek Kasik <mkasik@redhat.com> 2.4.4-1
20e524
- Update to 2.4.4
20e524
- Remove freetype-2.4.3-CVE-2010-3855.patch
20e524
- Resolves: #659020
20e524
20e524
* Mon Nov 15 2010 Marek Kasik <mkasik@redhat.com> 2.4.3-2
20e524
- Add freetype-2.4.3-CVE-2010-3855.patch
20e524
    (Protect against invalid `runcnt' values.)
20e524
- Resolves: #651764
20e524
20e524
* Tue Oct 26 2010 Marek Kasik <mkasik@redhat.com> 2.4.3-1
20e524
- Update to 2.4.3
20e524
- Resolves: #639906
20e524
20e524
* Wed Oct  6 2010 Marek Kasik <mkasik@redhat.com> 2.4.2-3
20e524
- Add freetype-2.4.2-CVE-2010-3311.patch
20e524
    (Don't seek behind end of stream.)
20e524
- Resolves: #638522
20e524
20e524
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.4.2-2
20e524
- Fix a thinko, we still want to disable the bytecode interpreter
20e524
  by default
20e524
20e524
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> 2.4.2-1
20e524
- Update to 2.4.2
20e524
- Drop upstreamed patch, bytecode interpreter now on by default
20e524
20e524
* Tue Feb 23 2010 Behdad Esfahbod <behdad@redhat.com> 2.3.12-1
20e524
- Update to 2.3.12
20e524
- Drop mathlib patch
20e524
20e524
* Thu Dec  3 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-2
20e524
- Drop upstreamed patch.
20e524
- Enable patented bytecode interpretter now that the patents are expired.
20e524
20e524
* Thu Oct 22 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.11-1
20e524
- Update to 2.3.11.
20e524
- Add freetype-2.3.11-more-demos.patch
20e524
- New demo programs ftmemchk, ftpatchk, and fttimer
20e524
20e524
* Thu Oct 08 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.10-1
20e524
- Drop freetype-2.3.9-aliasing.patch
20e524
- Update to 2.3.10.
20e524
20e524
* Thu Jul 30 2009 Behdad Esfahbod <behdad@redhat.com> 2.3.9-6
20e524
- Add freetype-2.3.9-aliasing.patch
20e524
- Resolves: 513582
20e524
20e524
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.9-5
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
20e524
20e524
* Thu May  7 2009 Matthias Clasen <mclasen@redhat.com> 2.3.9-4
20e524
- Don't own /usr/lib/pkgconfig
20e524
20e524
* Fri Mar 27 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-3
20e524
- Disable subpixel hinting by default.  Was turned on unintentionally.
20e524
20e524
* Wed Mar 25 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-2
20e524
- Add Provides: freetype-bytecode and freetype-subpixel if built
20e524
  with those options.
20e524
- Resolves: #155210
20e524
20e524
* Fri Mar 13 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.9-1
20e524
- Update to 2.3.9.
20e524
- Resolves #489928
20e524
20e524
* Mon Mar 09 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-2.1
20e524
- Preserve timestamp of FTL.TXT when converting to UTF-8.
20e524
20e524
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.8-2
20e524
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
20e524
20e524
* Thu Jan 15 2009 Behdad Esfahbod <besfahbo@redhat.com> 2.3.8-1
20e524
- Update to 2.3.8
20e524
- Remove freetype-autohinter-ligature.patch
20e524
20e524
* Tue Dec 09 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-3
20e524
- Add full source URL to Source lines.
20e524
- Add docs to main and devel package.
20e524
- rpmlint is happy now.
20e524
- Resolves: #225770
20e524
20e524
* Fri Dec 05 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-2
20e524
- Add freetype-autohinter-ligature.patch
20e524
- Resolves: #368561
20e524
20e524
* Thu Aug 14 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.7-1
20e524
- Update to 2.3.7
20e524
20e524
* Tue Jun 10 2008 Behdad Esfahbod <besfahbo@redhat.com> 2.3.6-1
20e524
- Update to 2.3.6
20e524
20e524
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.3.5-5
20e524
- fix license tag
20e524
- add sparc64 to list of 64bit arches
20e524
20e524
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.3.5-4
20e524
- Autorebuild for GCC 4.3
20e524
20e524
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.3.5-3
20e524
- Rebuild for build ID
20e524
20e524
* Tue Jul 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-2
20e524
- Change spec file to permit enabling bytecode-interpreter and
20e524
  subpixel-rendering without editing spec file.
20e524
- Resolves: 249986
20e524
20e524
* Wed Jul 25 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.5-1
20e524
- Update to 2.3.5.
20e524
- Drop freetype-2.3.4-ttf-overflow.patch
20e524
20e524
* Fri Jun 29 2007 Adam Jackson <ajax@redhat.com> 2.3.4-4
20e524
- Fix builds/unix/libtool to not emit rpath into binaries. (#225770)
20e524
20e524
* Thu May 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-3
20e524
- Add freetype-2.3.4-ttf-overflow.patch
20e524
20e524
* Thu Apr 12 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-2
20e524
- Add alpha to 64-bit archs (#236166)
20e524
20e524
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.4-1
20e524
- Update to 2.3.4.
20e524
20e524
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-2
20e524
- Include new demos ftgrid and ftdiff in freetype-demos. (#235478)
20e524
20e524
* Thu Apr 05 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.3-1
20e524
- Update to 2.3.3.
20e524
20e524
* Fri Mar 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.2-1
20e524
- Update to 2.3.2.
20e524
20e524
* Fri Feb 02 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.1-1
20e524
- Update to 2.3.1.
20e524
20e524
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-2
20e524
- Add without_subpixel_rendering.
20e524
- Drop X11_PATH=/usr.  Not needed anymore.
20e524
20e524
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.3.0-1
20e524
- Update to 2.3.0.
20e524
- Drop upstream patches.
20e524
- Drop -fno-strict-aliasing, it should just work.
20e524
- Fix typo in ftconfig.h generation.
20e524
20e524
* Tue Jan 09 2007 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-16
20e524
- Backport binary-search fixes from HEAD
20e524
- Add freetype-2.2.1-ttcmap.patch
20e524
- Resolves: #208734
20e524
20e524
- Fix rendering issue with some Asian fonts.
20e524
- Add freetype-2.2.1-fix-get-orientation.patch
20e524
- Resolves: #207261
20e524
20e524
- Copy non-X demos even if not compiling with_xfree86.
20e524
20e524
- Add freetype-2.2.1-zero-item-size.patch, to fix crasher.
20e524
- Resolves #214048
20e524
20e524
- Add X11_PATH=/usr to "make"s, to find modern X.
20e524
- Resolves #212199
20e524
20e524
* Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-10
20e524
- Fix crasher https://bugs.freedesktop.org/show_bug.cgi?id=6841
20e524
- Add freetype-2.2.1-memcpy-fix.patch
20e524
20e524
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-9
20e524
- Add BuildRequires: libX11-devel (#205355)
20e524
20e524
* Tue Aug 29 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-8
20e524
- Add freetype-composite.patch and freetype-more-composite.patch
20e524
  from upstream. (#131851)
20e524
20e524
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-7
20e524
- Require pkgconfig in the -devel package
20e524
20e524
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-6
20e524
- pass --disable-static to %%configure. (#172628)
20e524
20e524
* Thu Aug 17 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-5
20e524
- don't package static libs
20e524
20e524
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-4.fc6
20e524
- fix a problem with the multilib patch (#202366)
20e524
20e524
* Thu Jul 27 2006 Matthias Clasen  <mclasen@redhat.com> - 2.2.1-3
20e524
- fix multilib issues
20e524
20e524
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.2.1-2.1
20e524
- rebuild
20e524
20e524
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-2
20e524
- Remove unused BuildRequires
20e524
20e524
* Fri Jul 07 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-1
20e524
- Update to 2.2.1
20e524
- Remove FreeType 1, to move to extras
20e524
- Install new demos ftbench, ftchkwd, ftgamma, and ftvalid
20e524
- Enable modules gxvalid and otvalid
20e524
20e524
* Wed May 17 2006 Karsten Hopp <karsten@redhat.de> 2.1.10-6
20e524
- add buildrequires libICE-devel, libSM-devel
20e524
20e524
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2.1
20e524
- bump again for double-long bug on ppc(64)
20e524
20e524
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.10-5.2
20e524
- rebuilt for new gcc4.1 snapshot and glibc changes
20e524
20e524
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
20e524
- rebuilt
20e524
20e524
* Fri Nov 18 2005 Bill Nottingham  <notting@redhat.com> 2.1.10-5
20e524
- Remove references to obsolete /usr/X11R6 paths
20e524
20e524
* Tue Nov  1 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-4
20e524
- Switch requires to modular X
20e524
20e524
* Fri Oct 21 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-3
20e524
- BuildRequire gettext 
20e524
20e524
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 2.1.10-2
20e524
- fix 'without_bytecode_interpreter 0' build: freetype-2.1.10-enable-ft2-bci.patch
20e524
20e524
* Fri Oct  7 2005 Matthias Clasen  <mclasen@redhat.com> 2.1.10-1
20e524
- Update to 2.1.10
20e524
- Add necessary fixes
20e524
20e524
* Tue Aug 16 2005 Kristian Høgsberg <krh@redhat.com> 2.1.9-4
20e524
- Fix freetype-config on 64 bit platforms.
20e524
20e524
* Thu Jul 07 2005 Karsten Hopp <karsten@redhat.de> 2.1.9-3
20e524
- BuildRequires xorg-x11-devel
20e524
20e524
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.1.9-2
20e524
- Rebuild
20e524
20e524
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 2.1.9-1
20e524
- Upgrade to 2.1.9
20e524
- Since we are just using automake for aclocal, use it unversioned,
20e524
  instead of specifying 1.4.
20e524
20e524
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
20e524
- rebuilt
20e524
20e524
* Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-4
20e524
- Add patch from freetype CVS to fix problem with eexec (#117743)
20e524
- Add freetype-devel to buildrequires and -devel requires
20e524
  (Maxim Dzumanenko, #111108)
20e524
20e524
* Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
20e524
- Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
20e524
  SIGILL crashes in mkfontscale which have been traced into freetype and seem
20e524
  to be caused by aliasing issues in freetype macros (#118021)
20e524
20e524
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2.1
20e524
- rebuilt
20e524
20e524
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 2.1.7-2
20e524
- rebuilt
20e524
20e524
* Fri Jan 23 2004 Owen Taylor <otaylor@redhat.com> 2.1.7-1
20e524
- Upgrade to 2.1.7
20e524
20e524
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
20e524
- allow compiling without the demos as that requires XFree86
20e524
  (this allows bootstrapping XFree86 on new archs)
20e524
20e524
* Fri Aug  8 2003 Elliot Lee <sopwith@redhat.com> 2.1.4-4.1
20e524
- Rebuilt
20e524
20e524
* Tue Jul  8 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-4.0
20e524
- Bump for rebuild
20e524
20e524
* Wed Jun 25 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-3
20e524
- Fix crash with non-format-0 hdmx tables (found by David Woodhouse)
20e524
20e524
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com> 2.1.4-1
20e524
- Version 2.1.4
20e524
- Relibtoolize to get deplibs right for x86_64
20e524
- Use autoconf-2.5x for freetype-1.4 to fix libtool-1.5 compat problem (#91781)
20e524
- Relativize absolute symlinks to fix the -debuginfo package 
20e524
  (#83521, Mike Harris)
20e524
20e524
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
20e524
- rebuilt
20e524
20e524
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 2.1.3-9
20e524
- fix build with gcc 3.3
20e524
20e524
* Tue Feb 25 2003 Owen Taylor <otaylor@redhat.com>
20e524
- Add a memleak fix for the gzip backend from Federic Crozat
20e524
20e524
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 2.1.3-7
20e524
- Run libtoolize/aclocal/autoconf so that libtool knows to generate shared libraries 
20e524
  on ppc64.
20e524
- Use _smp_mflags (for freetype 2.x only)
20e524
20e524
* Tue Feb  4 2003 Owen Taylor <otaylor@redhat.com>
20e524
- Switch to using %%configure (should fix #82330)
20e524
20e524
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
20e524
- rebuilt
20e524
20e524
* Mon Jan  6 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-4
20e524
- Make FreeType robust against corrupt fonts with recursive composite 
20e524
  glyphs (#74782, James Antill)
20e524
20e524
* Thu Jan  2 2003 Owen Taylor <otaylor@redhat.com> 2.1.3-3
20e524
- Add a patch to implement FT_LOAD_TARGET_LIGHT
20e524
- Fix up freetype-1.4-libtool.patch 
20e524
20e524
* Thu Dec 12 2002 Mike A. Harris <mharris@redhat.com> 2.1.3-2
20e524
- Update to freetype 2.1.3
20e524
- Removed ttmkfdir sources and patches, as they have been moved from the
20e524
  freetype packaging to XFree86 packaging, and now to the ttmkfdir package
20e524
- Removed patches that are now included in 2.1.3:
20e524
  freetype-2.1.1-primaryhints.patch, freetype-2.1.2-slighthint.patch,
20e524
  freetype-2.1.2-bluefuzz.patch, freetype-2.1.2-stdw.patch,
20e524
  freetype-2.1.2-transform.patch, freetype-2.1.2-autohint.patch,
20e524
  freetype-2.1.2-leftright.patch
20e524
- Conditionalized inclusion of freetype 1.4 library.
20e524
20e524
* Wed Dec 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
20e524
- disable perl, it is not used at all
20e524
20e524
* Tue Dec 03 2002 Elliot Lee <sopwith@redhat.com> 2.1.2-11
20e524
- Instead of removing unpackaged file, include it in the package.
20e524
20e524
* Sat Nov 30 2002 Mike A. Harris <mharris@redhat.com> 2.1.2-10
20e524
- Attempted to fix lib64 issue in freetype-demos build with X11_LINKLIBS
20e524
- Cleaned up various _foodir macros throughtout specfile
20e524
- Removed with_ttmkfdir build option as it is way obsolete
20e524
20e524
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.1.2-8
20e524
- remove unpackaged files from the buildroot
20e524
20e524
* Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Fix a bug with PCF metrics
20e524
20e524
* Fri Aug  9 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Backport autohinter improvements from CVS
20e524
20e524
* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Fix from CVS for transformations (#68964)
20e524
20e524
* Tue Jul  9 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Add another bugfix for the postscript hinter
20e524
20e524
* Mon Jul  8 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Add support for BlueFuzz private dict value, fixing rendering 
20e524
  glitch for Luxi Mono.
20e524
20e524
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Add an experimental FT_Set_Hint_Flags() call
20e524
20e524
* Mon Jul  1 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Update to 2.1.2
20e524
- Add a patch fixing freetype PS hinter bug
20e524
20e524
* Fri Jun 21 2002 Mike A. Harris <mharris@redhat.com> 2.1.1-2
20e524
- Added ft rpm build time conditionalizations upon user requests
20e524
20e524
* Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com> 2.1.1-1
20e524
- Version 2.1.1
20e524
20e524
* Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
20e524
- Add a fix for PCF character maps
20e524
20e524
* Sun May 26 2002 Tim Powers <timp@redhat.com>
20e524
- automated rebuild
20e524
20e524
* Fri May 17 2002 Mike A. Harris <mharris@redhat.com> 2.1.0-2
20e524
- Updated freetype to version 2.1.0
20e524
- Added libtool fix for freetype 1.4 (#64631)
20e524
20e524
* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.9-2
20e524
- use "libtool install" instead of "install" to install some binaries (#62005)
20e524
20e524
* Mon Mar 11 2002 Mike A. Harris <mharris@redhat.com> 2.0.9-1
20e524
- Updated to freetype 2.0.9
20e524
20e524
* Sun Feb 24 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-4
20e524
- Added proper docs+demos source for 2.0.8.
20e524
20e524
* Sat Feb 23 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-3
20e524
- Added compat patch so 2.x works more like 1.x
20e524
- Rebuilt with new build toolchain
20e524
20e524
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 2.0.8-2
20e524
- Updated to freetype 2.0.8, however docs and demos are stuck at 2.0.7
20e524
  on the freetype website.  Munged specfile to deal with the problem by using
20e524
  {oldversion} instead of version where appropriate.  <sigh>
20e524
20e524
* Sat Feb  2 2002 Tim Powers <timp@redhat.com> 2.0.6-3
20e524
- bumping release so that we don't collide with another build of
20e524
  freetype, make sure to change the release requirement in the XFree86
20e524
  package
20e524
20e524
* Fri Feb  1 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-2
20e524
- Made ttmkfdir inclusion conditional, and set up a define to include
20e524
  ttmkfdir in RHL 7.x builds, since ttmkfdir is now moving to the new
20e524
  XFree86-font-utils package.
20e524
20e524
* Wed Jan 16 2002 Mike A. Harris <mharris@redhat.com> 2.0.6-1
20e524
- Updated freetype to version 2.0.6
20e524
20e524
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.0.5-4
20e524
- automated rebuild
20e524
20e524
* Fri Nov 30 2001 Elliot Lee <sopwith@redhat.com> 2.0.5-3
20e524
- Fix bug #56901 (ttmkfdir needed to list Unicode encoding when generating
20e524
  font list). (ttmkfdir-iso10646.patch)
20e524
- Use _smp_mflags macro everywhere relevant. (freetype-pre1.4-make.patch)
20e524
- Undo fix for #24253, assume compiler was fixed.
20e524
20e524
* Mon Nov 12 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.5-2
20e524
- Fix build with gcc 3.1 (#56079)
20e524
20e524
* Sun Nov 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.5-1
20e524
- Updated freetype to version 2.0.5
20e524
20e524
* Sat Sep 22 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-2
20e524
- Added new subpackage freetype-demos, added demos to build
20e524
- Disabled ftdump, ftlint in utils package favoring the newer utils in
20e524
  demos package.
20e524
20e524
* Tue Sep 11 2001 Mike A. Harris <mharris@redhat.com> 2.0.4-1
20e524
- Updated source to 2.0.4
20e524
- Added freetype demo's back into src.rpm, but not building yet.
20e524
20e524
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-7
20e524
- Changed package to use {findlang} macro to fix bug (#50676)
20e524
20e524
* Sun Jul 15 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-6
20e524
- Changed freetype-devel to group Development/Libraries (#47625)
20e524
20e524
* Mon Jul  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-5
20e524
- Fix up FT1 headers to please Qt 3.0.0 beta 2
20e524
20e524
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.0.3-4
20e524
- Add ft2build.h to -devel package, since it's included by all other
20e524
  freetype headers, the package is useless without it
20e524
20e524
* Thu Jun 21 2001 Nalin Dahyabhai <nalin@redhat.com> 2.0.3-3
20e524
- Change "Requires: freetype = name/ver" to "freetype = version/release",
20e524
  and move the requirements to the subpackages.
20e524
20e524
* Mon Jun 18 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-2
20e524
- Added "Requires: freetype = name/ver"
20e524
20e524
* Tue Jun 12 2001 Mike A. Harris <mharris@redhat.com> 2.0.3-1
20e524
- Updated to Freetype 2.0.3, minor specfile tweaks.
20e524
- Freetype2 docs are is in a separate tarball now. Integrated it.
20e524
- Built in new environment.
20e524
20e524
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
20e524
- rebuild for C++ exception handling on ia64
20e524
20e524
* Sat Jan 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
20e524
- Build ttmkfdir with -O0, workaround for Bug #24253
20e524
20e524
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
20e524
- libtool is used to build libttf, so use libtool to link ttmkfdir with it
20e524
- fixup a paths for a couple of missing docs
20e524
20e524
* Thu Jan 11 2001 Bernhard Rosenkraenzer <bero@redhat.com>
20e524
- Update ttmkfdir
20e524
20e524
* Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
20e524
- Update to 2.0.1 and 1.4
20e524
- Mark locale files as such
20e524
20e524
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
20e524
- automatic rebuild
20e524
20e524
* Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
20e524
- move .la file to devel pkg
20e524
- FHS paths
20e524
20e524
* Thu Feb 17 2000 Preston Brown <pbrown@redhat.com>
20e524
- revert spaces patch, fix up some foundry names to match X ones
20e524
20e524
* Mon Feb 07 2000 Nalin Dahyabhai <nalin@redhat.com>
20e524
- add defattr, ftmetric, ftsbit, ftstrtto per bug #9174
20e524
20e524
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
20e524
- fix description and summary
20e524
20e524
* Wed Jan 12 2000 Preston Brown <pbrown@redhat.com>
20e524
- make ttmkfdir replace spaces in family names with underscores (#7613)
20e524
20e524
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
20e524
- 1.3.1
20e524
- handle RPM_OPT_FLAGS
20e524
20e524
* Wed Nov 10 1999 Preston Brown <pbrown@redhat.com>
20e524
- fix a path for ttmkfdir Makefile
20e524
20e524
* Thu Aug 19 1999 Preston Brown <pbrown@redhat.com>
20e524
- newer ttmkfdir that works better, moved ttmkfdir to /usr/bin from /usr/sbin
20e524
- freetype utilities moved to subpkg, X dependency removed from main pkg
20e524
- libttf.so symlink moved to devel pkg
20e524
20e524
* Mon Mar 22 1999 Preston Brown <pbrown@redhat.com>
20e524
- strip binaries
20e524
20e524
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
20e524
- auto rebuild in the new build environment (release 5)
20e524
20e524
* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
20e524
- fixed the doc file list
20e524
20e524
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
20e524
- Injected new description and group.
20e524
20e524
* Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
20e524
- added ttmkfdir
20e524
20e524
* Tue Feb 02 1999 Preston Brown <pbrown@redhat.com>
20e524
- update to 1.2
20e524
20e524
* Thu Jan 07 1999 Cristian Gafton <gafton@redhat.com>
20e524
- call libtoolize to sanitize config.sub and get ARM support
20e524
- dispoze of the patch (not necessary anymore)
20e524
20e524
* Wed Oct 21 1998 Preston Brown <pbrown@redhat.com>
20e524
- post/postun sections for ldconfig action.
20e524
20e524
* Tue Oct 20 1998 Preston Brown <pbrown@redhat.com>
20e524
- initial RPM, includes normal and development packages.