cvsdist 2d0faba
%define freetype_version 2.1.4
cvsdist 236d5de
cvsdist 236d5de
Summary: Font configuration and customization library
cvsdist 236d5de
Name: fontconfig
Behdad Esfahbod 63e046b
Version: 2.6.97
Behdad Esfahbod 63e046b
Release: 1.g945d6a4%{?dist}
cvsdist 236d5de
License: MIT
cvsdist 236d5de
Group: System Environment/Libraries
cvsdist d2e9e4f
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
cvsdist cf3d6d1
URL: http://fontconfig.org
cvsdist ae66be9
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Behdad Esfahbod b127d80
Source1: 25-no-bitmap-fedora.conf
cvsdist ae66be9
9dd83c5
BuildRequires: gawk
9dd83c5
BuildRequires: expat-devel
9dd83c5
BuildRequires: freetype-devel >= %{freetype_version}
9dd83c5
BuildRequires: perl
cvsdist 236d5de
be49880
PreReq: freetype >= %{freetype_version}, coreutils
2e14968
# Hebrew fonts referenced in fonts.conf changed names in fonts-hebrew-0.100
2e14968
Conflicts: fonts-hebrew < 0.100
23c6e21
# Conflict with pre-modular X fonts, because they moved and we 
23c6e21
# reference the new path in %%configure
23c6e21
Conflicts: fonts-xorg-base, fonts-xorg-syriac
cvsdist 6e6fdb0
cvsdist 236d5de
%description
cvsdist 236d5de
Fontconfig is designed to locate fonts within the
cvsdist 236d5de
system and select them according to requirements specified by 
cvsdist 236d5de
applications.
cvsdist 236d5de
cvsdist 236d5de
%package devel
cvsdist 236d5de
Summary: Font configuration and customization library
cvsdist 236d5de
Group: Development/Libraries
0b9f3ea
Requires: fontconfig = %{version}-%{release}
cvsdist 236d5de
Requires: freetype-devel >= %{freetype_version}
0b9f3ea
Requires: pkgconfig
cvsdist 236d5de
cvsdist 236d5de
%description devel
cvsdist 236d5de
The fontconfig-devel package includes the header files,
cvsdist 236d5de
and developer docs for the fontconfig package.
cvsdist 236d5de
cvsdist 236d5de
Install fontconfig-devel if you want to develop programs which 
cvsdist 236d5de
will use fontconfig.
cvsdist 236d5de
cvsdist 236d5de
%prep
cvsdist d2e9e4f
%setup -q
cvsdist cbf56a6
cvsdist 236d5de
%build
Behdad Esfahbod 317ca66
Behdad Esfahbod 317ca66
# We don't want to rebuild the docs, but we want to install the included ones.
Behdad Esfahbod 317ca66
export HASDOCBOOK=no
Behdad Esfahbod 317ca66
Behdad Esfahbod b127d80
%configure --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
Kristian Høgsberg 8cc5137
Kristian Høgsberg 202206c
make
a1b33ae
make check
cvsdist ae66be9
cvsdist 236d5de
%install
cvsdist 236d5de
rm -rf $RPM_BUILD_ROOT
cvsdist 236d5de
Kristian Høgsberg 202206c
make install DESTDIR=$RPM_BUILD_ROOT
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
Behdad Esfahbod b127d80
ln -s ../conf.avail/25-unhint-nonlatin.conf $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
cvsdist d2e9e4f
cvsdist d2e9e4f
# move installed doc files back to build directory to package themm
cvsdist d2e9e4f
# in the right place
cvsdist d2e9e4f
mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* .
cvsdist d2e9e4f
rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
cvsdist d2e9e4f
cvsdist 8749e0c
# All font packages depend on this package, so we create
cvsdist 8749e0c
# and own /usr/share/fonts
cvsdist 8749e0c
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
cvsdist 8749e0c
cvsdist d2e9e4f
# Remove unpackaged files
cvsdist d2e9e4f
rm $RPM_BUILD_ROOT%{_libdir}/*.la
a1b33ae
rm $RPM_BUILD_ROOT%{_libdir}/*.a
cvsdist 236d5de
cvsdist 236d5de
%clean
cvsdist 236d5de
rm -rf $RPM_BUILD_ROOT
cvsdist 236d5de
cvsdist cbf56a6
%post
cvsdist cbf56a6
/sbin/ldconfig
cvsdist cbf56a6
besfahbo 57dfd53
umask 0022
besfahbo 57dfd53
Carl Worth 03a2256
mkdir -p %{_localstatedir}/cache/fontconfig
besfahbo 31433cb
# Remove stale caches
besfahbo 31433cb
rm -f %{_localstatedir}/cache/fontconfig/????????????????????????????????.cache-2
besfahbo 31433cb
rm -f %{_localstatedir}/cache/fontconfig/stamp
Carl Worth 03a2256
cvsdist 58605dc
# Force regeneration of all fontconfig cache files
cvsdist 58605dc
# The check for existance is needed on dual-arch installs (the second
cvsdist 58605dc
#  copy of fontconfig might install the binary instead of the first)
cvsdist 58605dc
# The HOME setting is to avoid problems if HOME hasn't been reset
e6705f1
if [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache --version 2>&1 | grep -q %{version} ; then
besfahbo 31433cb
  HOME=/root /usr/bin/fc-cache -f
cvsdist 58605dc
fi
cvsdist 236d5de
cvsdist 236d5de
%postun -p /sbin/ldconfig
cvsdist 236d5de
cvsdist 236d5de
%files
cvsdist 236d5de
%defattr(-, root, root)
cvsdist d2e9e4f
%doc README AUTHORS COPYING 
cvsdist d2e9e4f
%doc fontconfig-user.txt fontconfig-user.html
cvsdist 236d5de
%{_libdir}/libfontconfig.so.*
cvsdist 236d5de
%{_bindir}/fc-cache
Behdad Esfahbod 1976816
%{_bindir}/fc-cat
cvsdist 236d5de
%{_bindir}/fc-list
Kristian Høgsberg e35966c
%{_bindir}/fc-match
Behdad Esfahbod 1976816
%{_bindir}/fc-query
Behdad Esfahbod 1976816
%{_bindir}/fc-scan
besfahbo 31433cb
%dir %{_sysconfdir}/fonts/conf.avail
cvsdist 8749e0c
%dir %{_datadir}/fonts
cvsdist 236d5de
%{_sysconfdir}/fonts/fonts.dtd
cvsdist cbf56a6
%config %{_sysconfdir}/fonts/fonts.conf
Behdad Esfahbod 0474ea7
%doc %{_sysconfdir}/fonts/conf.d/README
besfahbo 31433cb
%config %{_sysconfdir}/fonts/conf.avail/*.conf
Behdad Esfahbod b127d80
%config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
794d1d5
%dir %{_localstatedir}/cache/fontconfig
Kristian Høgsberg e35966c
cvsdist d2e9e4f
%{_mandir}/man1/*
cvsdist d2e9e4f
%{_mandir}/man5/*
cvsdist 236d5de
cvsdist 236d5de
%files devel
cvsdist 236d5de
%defattr(-, root, root)
cvsdist d2e9e4f
%doc fontconfig-devel.txt fontconfig-devel
cvsdist 236d5de
%{_libdir}/libfontconfig.so
0b9f3ea
%{_libdir}/pkgconfig/*
cvsdist 236d5de
%{_includedir}/fontconfig
cvsdist d2e9e4f
%{_mandir}/man3/*
cvsdist cbf56a6
cvsdist cbf56a6
%changelog
Behdad Esfahbod 63e046b
* Sun Feb 15 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.97-1.g945d6a4
Behdad Esfahbod 63e046b
- Update to 2.6.97-1.g945d6a4
Behdad Esfahbod 63e046b
Behdad Esfahbod fbb2284
* Sun Feb 15 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.96-1.g0b290a6
Behdad Esfahbod fbb2284
- Update to 2.6.96-1.g0b290a6
Behdad Esfahbod fbb2284
Behdad Esfahbod f9fb7a0
* Tue Jan 27 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.95-1.git.66.gb162bfb
Behdad Esfahbod f9fb7a0
- Update to 2.6.95-1.git.66.gb162bfb
Behdad Esfahbod f9fb7a0
Behdad Esfahbod 9f4eef2
* Fri Jan 23 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.94-1.git.65.g628ee83
Behdad Esfahbod 9f4eef2
- Update to 2.6.94-1.git.65.g628ee83
Behdad Esfahbod 9f4eef2
Behdad Esfahbod 717c330
* Mon Jan 20 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.93-1.git.64.g6aa4dce
Behdad Esfahbod 717c330
- Update to 2.6.93-1.git.64.g6aa4dce
Behdad Esfahbod 717c330
Behdad Esfahbod 2277140
* Mon Jan 19 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.92-1.git.64.g167bb82
Behdad Esfahbod 717c330
- Update to 2.6.92-1.git.64.g167bb82
Behdad Esfahbod 2277140
Behdad Esfahbod c23313d
* Mon Jan 19 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.91-1.git.64.g9feaf34
Behdad Esfahbod c23313d
- Update to 2.6.91-1.git.64.g9feaf34
Behdad Esfahbod c23313d
Behdad Esfahbod 1976816
* Fri Jan 16 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.90-3.git.63.g6bb4b9a
Behdad Esfahbod 1976816
- Install fc-scan and fc-query
Behdad Esfahbod 1976816
Behdad Esfahbod b8e988f
* Fri Jan 16 2009 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.90-2.git.63.g6bb4b9a
Behdad Esfahbod 05d670b
- Update to 2.6.90-1.git.63.g6bb4b9a
Behdad Esfahbod b8e988f
- Remove upstreamed patch
Behdad Esfahbod 05d670b
Behdad Esfahbod 30449a5
* Mon Oct 20 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.0-3
Behdad Esfahbod 30449a5
- Add fontconfig-2.6.0-indic.patch
Behdad Esfahbod 30449a5
- Resolves: #464470
Behdad Esfahbod 30449a5
Behdad Esfahbod 0474ea7
* Sat Jun 01 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.0-2
Behdad Esfahbod 0474ea7
- Fix build.
Behdad Esfahbod 0474ea7
Behdad Esfahbod efb3b2a
* Sat May 31 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.6.0-1
Behdad Esfahbod efb3b2a
- Update to 2.6.0.
Behdad Esfahbod efb3b2a
5c8ff07
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.5.0-2
5c8ff07
- Autorebuild for GCC 4.3
5c8ff07
Behdad Esfahbod 6aa0e09
* Thu Nov 13 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.5.0-1
Behdad Esfahbod 6aa0e09
- Update to 2.5.0.
Behdad Esfahbod 6aa0e09
Behdad Esfahbod 6aa0e09
* Thu Nov 06 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.92-1
Behdad Esfahbod b127d80
- Update to 2.4.92.
Behdad Esfahbod b127d80
- Mark /etc/fonts/conf.d/* as config(noreplace).
Behdad Esfahbod b127d80
- Remove most of our conf file, all upstreamed except for
Behdad Esfahbod b127d80
  75-blacklist-fedora.conf that I'm happily dropping.  Who has
Behdad Esfahbod b127d80
  Hershey fonts these days...
Behdad Esfahbod b127d80
- ln upstream'ed 25-unhint-nonlatin.conf from conf.avail in conf.d
Behdad Esfahbod b127d80
- Add 25-no-bitmap-fedora.conf which is the tiny remaining bit
Behdad Esfahbod b127d80
  of conf that didn't end up upstream.  Can get rid of it in the
Behdad Esfahbod b127d80
  future, but not just yet.
Behdad Esfahbod b127d80
Behdad Esfahbod 317ca66
* Thu Oct 25 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.91-1
Behdad Esfahbod 317ca66
- Update to 2.4.91.
Behdad Esfahbod 317ca66
- Add /usr/local/share/fonts to default config. (#147004)
Behdad Esfahbod 317ca66
- Don't rebuild docs, to fix multilib conflicts. (#313011)
Behdad Esfahbod 92197b9
- Remove docbook and elinks BuildRequires and stuff as we don't
Behdad Esfahbod 92197b9
  rebuild docs.
Behdad Esfahbod 317ca66
c4e7ac2
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.4.2-5
c4e7ac2
- Rebuild for PPC toolchain bug
9dd83c5
- Add BuildRequires: gawk
c4e7ac2
d733b56
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-4
d733b56
- /etc/fonts/conf.d is now owned by filesystem
d733b56
5390881
* Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-3
5390881
- Add Liberation fonts to 30-aliases-fedora.conf
5390881
besfahbo ad785d4
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.2-2
besfahbo ad785d4
- Change /usr/share/X11/fonts/OTF to /usr/share/X11/fonts/TTF
besfahbo ad785d4
- Resolves: #220809
besfahbo ad785d4
0b9f3ea
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.2-1
0b9f3ea
- Update to 2.4.2
0b9f3ea
e6705f1
* Wed Oct  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.1-4
e6705f1
- Fix a multilib upgrade problem (#208151)
e6705f1
4c51be1
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.4.1-3
4c51be1
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
4c51be1
besfahbo 2678adb
* Fri Sep 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-2
besfahbo 2678adb
- Update 30-aliases-fedora.conf to correctly alias MS and StarOffice
besfahbo 2678adb
  fonts. (#207460)
besfahbo 2678adb
besfahbo 5edb356
* Fri Sep 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-1
besfahbo 5edb356
- Update to 2.4.1, a public API was dropped from 2.4.0
besfahbo 5edb356
- Remove upstreamed patch
besfahbo 5edb356
besfahbo 31433cb
* Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.0-1
besfahbo 31433cb
- Update to 2.4.0
besfahbo 31433cb
- Rename/order our configuration stuff to match the new scheme.
besfahbo 31433cb
  Breaks expected :-(
besfahbo 31433cb
besfahbo 03a037e
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-3
besfahbo 03a037e
- Add missing file.  Previous update didn't go through
besfahbo 03a037e
besfahbo e35b711
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-2
besfahbo e35b711
- Add fontconfig-2.3.97-ppc64.patch, for ppc64 arch signature
besfahbo e35b711
besfahbo 2c0d482
* Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-1
besfahbo 2c0d482
- update to 2.3.97
besfahbo 2c0d482
- Drop upstreamed patches
besfahbo 2c0d482
- Regenerate defaultconfig patch
besfahbo 2c0d482
- Don't touch stamp as it was not ever needed
besfahbo 2c0d482
besfahbo e0b8f8c
* Thu Aug 17 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-11
besfahbo e0b8f8c
- inclusion of zhong yi font and rearranged font prefer list. (bug# 201300)
besfahbo e0b8f8c
726493f
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-10
726493f
- use "%5x" instead of " %4x" to support 64k instead of
726493f
  clamping.  Idea from Behdad.
726493f
1d7ef06
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-9
1d7ef06
- tweak last patch to give a more reasonable page size
1d7ef06
  value if 64k page size is in effect.
1d7ef06
de97ec7
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-8
de97ec7
- maybe fix buffer overflow (bug 202152).
de97ec7
c0d49a5
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-7
c0d49a5
- Update configs to provide better openoffice/staroffice
c0d49a5
  compatibility (bug 200723)
c0d49a5
besfahbo 57dfd53
* Thu Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-6
besfahbo 57dfd53
- Do umask 0022 in post
besfahbo 57dfd53
- Update configs to reflect addition of new Indic fonts (#200381, #200397)
besfahbo 57dfd53
5ff777e
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-5
5ff777e
- Plug a small memory leak
5ff777e
1d90166
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1.1
1d90166
- rebuild
1d90166
8b2d2d9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1
8b2d2d9
- rebuild
8b2d2d9
2c7c8de
* Fri Jun  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-4
2c7c8de
- Fix the handling of TTF font collections
2c7c8de
a84afd1
* Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3
2c7c8de
- Apply a patch by David Turner to speed up cache generation
a84afd1
2391e48
* Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2
2391e48
- fix fonts.conf typo
2391e48
a20de07
* Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-1
a20de07
- Update to 2.3.95
a20de07
5a4d6e2
* Fri Feb 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.94-1
5a4d6e2
- Update to 2.3.94
5a4d6e2
cfd8a36
* Wed Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060211-1
cfd8a36
- Newer cvs snapshot
cfd8a36
7b8634d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060208-1.1
7b8634d
- bump again for double-long bug on ppc(64)
7b8634d
d2a656e
* Wed Feb  8 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060208-1
d2a656e
- Newer cvs snapshot
d2a656e
c55bb90
* Tue Feb  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060207-1
c55bb90
- Newer cvs snapshot
c55bb90
- Drop upstreamed patches, pick up some new ones
c55bb90
0252b8d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060131-3.1
0252b8d
- rebuilt for new gcc4.1 snapshot and glibc changes
0252b8d
8b3d993
* Thu Feb  2 2006 Ray Strode <rstrode@redhat.com> - 2.3.93.cvs20060131-3
8b3d993
- Move user cache to a subdirectory (bug 160275)
8b3d993
0604853
* Thu Feb  2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-2
0604853
- Accumulated patches
0604853
a1b33ae
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-1
a1b33ae
- Newer cvs snapshot
a1b33ae
794d1d5
* Tue Jan 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060124-1
794d1d5
- Newer cvs snapshot
794d1d5
ad30293
* Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 2.3.93-4
ad30293
- apply patch from Tim Mayberry to correct aliasing and disable
ad30293
  hinting for the two Chinese font names AR PL ShanHeiSun Uni 
ad30293
  and AR PL Zenkai Uni
ad30293
be49880
* Tue Jan 10 2006 Bill Nottingham <notting@redhat.com> - 2.3.93-3
be49880
- prereq coreutils for mkdir/touch in %%post
be49880
Carl Worth 03a2256
* Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-2
Carl Worth 03a2256
- Fix to create /var/cache/fontconfig/stamp in the post install stage.
Carl Worth 03a2256
Carl Worth 612a821
* Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-1
Carl Worth 612a821
- New upstream version.
Carl Worth 612a821
Carl Worth f90decf
* Tue Dec 13 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-3
Carl Worth f90decf
- Disable hinting for Lohit Gujarati
Carl Worth f90decf
Carl Worth 5a4572a
* Fri Dec  9 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-2
Carl Worth 5a4572a
- Add two new Chinese font names to the default fonts.conf file:
Carl Worth 5a4572a
  	AR PL ShanHeiSun Uni
Carl Worth 5a4572a
  	AR PL Zenkai Uni
Carl Worth 5a4572a
2d31d5a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2d31d5a
- rebuilt
2d31d5a
378a978
* Sat Nov 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051129-1
378a978
- Update to a newer cvs snapshot
378a978
a7497ae
* Sat Nov 19 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051119-1
a7497ae
- Update to a newer cvs snapshot
a7497ae
4113c9b
* Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 2.3.93-3
4113c9b
- modular X moved fonts from /usr/X11R6/lib/X11/fonts to
23c6e21
  /usr/share/X11/fonts, adjust %%configure accordingly and 
23c6e21
  conflict with older font packages
4113c9b
Carl Worth 395f035
* Wed Nov  9 2005 Carl Worth <cworth@redhat.com> - 2.3.92-2
Carl Worth 395f035
- Remove inadvertent rejection of Luxi Mono from 40-blacklist-fonts.conf.
Carl Worth 395f035
  Fixes #172437
Carl Worth 395f035
9621845
* Fri Nov  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92-1
9621845
- Update to 2.3.92
9621845
bfd005f
* Fri Oct 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051031-1
bfd005f
- Update to a newer cvs snapshot
bfd005f
- Add a patch which should help to understand broken cache problems
bfd005f
c200561
* Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-2
c200561
- Add new Chinese fonts
647877e
- Fix the 40-blacklist-fonts.conf file to use the documented
647877e
  fonts.conf syntax, and exclude the Hershey fonts by family
647877e
  name.
647877e
f42df6a
* Fri Oct 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-1
f42df6a
- Update to the mmap branch of fontconfig
f42df6a
Kristian Høgsberg e35966c
* Fri Jul 22 2005 Kristian Høgsberg <krh@redhat.com> - 2.3.2-1
Kristian Høgsberg e35966c
- Update to fontconfig-2.3.2.  Drop
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
	fontconfig-2.1-slighthint.patch,
Kristian Høgsberg e35966c
	fontconfig-2.2.3-timestamp.patch,
Kristian Høgsberg e35966c
	fontconfig-2.2.3-names.patch,
Kristian Høgsberg e35966c
	fontconfig-2.2.3-ta-pa-orth.patch, and
Kristian Høgsberg e35966c
	fontconfig-2.2.3-timestamp.patch,
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
  as they are now merged upstream.
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
- Fold fontconfig-2.2.3-add-sazanami.patch into
Kristian Høgsberg e35966c
  fontconfig-2.3.2-defaultconfig.patch and split rules to disable CJK
Kristian Høgsberg e35966c
  hinting out into /etc/fonts/conf.d/50-no-hint-fonts.conf.
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
- Drop fontconfig-0.0.1.020826.1330-blacklist.patch and use the new
Kristian Høgsberg e35966c
  rejectfont directive to reject those fonts in 40-blacklist-fonts.conf.
Kristian Høgsberg e35966c
Kristian Høgsberg e35966c
- Add fontconfig-2.3.2-only-parse-conf-files.patch to avoid parsing
Kristian Høgsberg e35966c
  .rpmsave files.
Kristian Høgsberg e35966c
Kristian Høgsberg 202206c
- Renable s390 documentation now that #97079 has been fixed and add
Kristian Høgsberg 202206c
  BuildRequires: for docbook-utils and docbook-utils-pdf.
Kristian Høgsberg 202206c
Kristian Høgsberg 202206c
- Drop code to iconv and custom install man pages, upstream does the
Kristian Høgsberg 202206c
  right thing now.
Kristian Høgsberg 202206c
Kristian Høgsberg 8cc5137
- Add workaround from hell to make elinks cooperate so we can build
Kristian Høgsberg 8cc5137
  txt documentation.
Kristian Høgsberg 8cc5137
David Zeuthen 9f6389f
* Tue Apr 19 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-13
David Zeuthen 9f6389f
- Add another font family name Sazanami Gothic/Mincho (#148748)
David Zeuthen 9f6389f
David Zeuthen d88303e
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-12
David Zeuthen d88303e
- Rebuild
David Zeuthen d88303e
David Zeuthen d0cef85
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-11
David Zeuthen d0cef85
- Rebuild
David Zeuthen d0cef85
David Zeuthen 951d06c
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-10
David Zeuthen 951d06c
- Rebuild
David Zeuthen 951d06c
David Zeuthen 66701bd
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-9
David Zeuthen 66701bd
- Disable docs for s390 for now
David Zeuthen 66701bd
David Zeuthen 3e38486
* Fri Mar  4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-8
David Zeuthen 97dd89c
- Rebuild
David Zeuthen 97dd89c
f5d3299
* Wed Dec  1 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-6
f5d3299
- Sleep a second before the exit of fc-cache to fix problems with fast 
f5d3299
  serial installs of fonts (#140335)
f5d3299
- Turn off hinting for Lohit Hindi/Bengali/Punjabi (#139816)
f5d3299
5c7b4e5
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-5
5c7b4e5
- Add Lohit fonts for Indic languages (#134492)
5c7b4e5
- Add Punjabi converage, fix Tamil coverage
5c7b4e5
66ede51
* Wed Sep 22 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-4
66ede51
- Update fonts-hebrew names to include CLM suffix
66ede51
cvsdist 8749e0c
* Thu Sep  2 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-3
cvsdist 8749e0c
- Backport code from head branch of fontconfig CVS to parse names 
cvsdist 8749e0c
  for postscript fonts (fixes #127500, J. J. Ramsey)
cvsdist 8749e0c
- Own /usr/share/fonts (#110956, David K. Levine)
cvsdist 8749e0c
- Add KacstQura to serif/sans-serif/monospace aliases (#101182)
cvsdist 8749e0c
cvsdist 58605dc
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-2
cvsdist 58605dc
- Don't run fc-cache if the binary isn't there (#128072, tracked
cvsdist 58605dc
  down by Jay Turner)
cvsdist 58605dc
cvsdist 2d0faba
* Tue Aug  3 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-1
cvsdist 2d0faba
- Upgrade to 2.2.3
cvsdist 2d0faba
- Convert man pages to UTF-8 (#108730, Peter van Egdom)
cvsdist 2d0faba
- Renable docs on s390
cvsdist 2d0faba
cvsdist 2d0faba
* Mon Jul 26 2004 Owen Taylor <otaylor@redhat.com> - 2.2.1-12
cvsdist 2d0faba
- Rebuild for RHEL
cvsdist 2d0faba
- Back freetype required version down to 2.1.4
cvsdist 2d0faba
cvsdist 0f4a8a4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0f4a8a4
- rebuilt
cvsdist 0f4a8a4
cvsdist 4dbea28
* Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-10
cvsdist 4dbea28
- Require recent freetype (#109592, Peter Oliver)
cvsdist 4dbea28
- Remove fonts.conf timestamp to fix multiarch conflict (#118182)
cvsdist 4dbea28
- Disable hinting for Mukti Narrow (#120915, Sayamindu Dasgupta)
cvsdist 4dbea28
cvsdist 2644638
* Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.1
cvsdist 2644638
- Rebuild
cvsdist 2644638
cvsdist 2644638
* Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.0
cvsdist 2644638
- Add Albany/Cumberland/Thorndale as fallbacks for Microsoft core fonts and 
cvsdist 2644638
  as non-preferred alternatives for Sans/Serif/Monospace
cvsdist 2644638
- Fix FreeType includes for recent FreeType
cvsdist 2644638
cvsdist 2644638
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2644638
- rebuilt
cvsdist 2644638
cvsdist 2644638
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2644638
- rebuilt
cvsdist 2644638
cvsdist d2e9e4f
* Mon Sep 22 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-6.0
cvsdist d2e9e4f
- Should have been passing --with-add-fonts, not --with-add-dirs to 
cvsdist d2e9e4f
  configure ... caused wrong version of Luxi to be used. (#100862)
cvsdist d2e9e4f
cvsdist d2e9e4f
* Fri Sep 19 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-5.0
cvsdist d2e9e4f
- Tweak fonts.conf to get right hinting for CJK fonts (#97337)
cvsdist d2e9e4f
cvsdist d2e9e4f
* Tue Jun 17 2003 Bill Nottingham <notting@redhat.com> 2.2.1-3
cvsdist d2e9e4f
- handle null config->cache correctly
cvsdist d2e9e4f
cvsdist d2e9e4f
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
cvsdist d2e9e4f
- Update default config to include Hebrew fonts (#90501, Dov Grobgeld)
cvsdist d2e9e4f
cvsdist d2e9e4f
* Tue Jun 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
cvsdist d2e9e4f
- As a workaround disable doc builds on s390
cvsdist d2e9e4f
cvsdist d2e9e4f
* Mon Jun  9 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-1
cvsdist d2e9e4f
- Version 2.2.1
cvsdist d2e9e4f
cvsdist d2e9e4f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist d2e9e4f
- rebuilt
cvsdist d2e9e4f
cvsdist e97d6b8
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist e97d6b8
- debuginfo rebuild
cvsdist e97d6b8
cvsdist e97d6b8
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.1-8
cvsdist e97d6b8
- Fix segfault in fc-cache from .dircache patch
cvsdist e97d6b8
cvsdist ae66be9
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com>
cvsdist ae66be9
- Back out patch that wrote fonts.conf entries that crash RH-8.0 
cvsdist ae66be9
  gnome-terminal, go with patch from fontconfig CVS instead.
cvsdist ae66be9
  (#84863)
cvsdist ae66be9
cvsdist ae66be9
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
cvsdist ae66be9
- Move fontconfig man page to main package, since it contains non-devel 
cvsdist ae66be9
  information (#76189)
cvsdist ae66be9
- Look in the OTF subdirectory of /usr/X11R6/lib/fonts as well
cvsdist ae66be9
  so we find Syriac fonts (#82627)
cvsdist ae66be9
cvsdist ae66be9
* Thu Feb  6 2003 Matt Wilson <msw@redhat.com> 2.1-5
cvsdist ae66be9
- modified fontconfig-0.0.1.020626.1517-fontdir.patch to hard code
cvsdist ae66be9
  /usr/X11R6/lib/X11/fonts instead of using $(X_FONT_DIR).  This is
cvsdist ae66be9
  because on lib64 machines, fonts are not in /usr/X11R6/lib64/....
cvsdist ae66be9
cvsdist ae66be9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist ae66be9
- rebuilt
cvsdist ae66be9
cvsdist ae66be9
* Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com>
cvsdist ae66be9
- Try a different tack when fixing cache problem
cvsdist ae66be9
cvsdist ae66be9
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
cvsdist ae66be9
- Try to fix bug where empty cache entries would be found in 
cvsdist ae66be9
  ~/.fonts.cache-1 during scanning (#81335)
cvsdist ae66be9
cvsdist ae66be9
* Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 2.1-1
cvsdist ae66be9
- Updated to version 2.1
cvsdist ae66be9
- Updated slighthint patch to fontconfig-2.1-slighthint.patch
cvsdist ae66be9
- Updated freetype version required to 2.1.2-7
cvsdist f08ee8c
cvsdist cf3d6d1
* Mon Sep  2 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cf3d6d1
- Version 2.0
cvsdist f64281a
- Correct capitalization/spacing for ZYSong18030 name (#73272)
cvsdist cf3d6d1
cvsdist e1b900e
* Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist e1b900e
- Blacklist fonts from ghostscript-fonts that don't render correctly
cvsdist e1b900e
cvsdist f7d306b
* Mon Aug 26 2002 Owen Taylor <otaylor@redhat.com>
cvsdist f7d306b
- Upgrade to fcpackage rc3
cvsdist b7a08a3
- Fix bug in comparisons for xx_XX language tags
cvsdist b7a08a3
- Compensate for a minor config file change in rc3
cvsdist f7d306b
cvsdist c4600b2
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 6e6fdb0
- Add an explicit PreReq for freetype
cvsdist 6e6fdb0
- Move fonts we don't ship to the end of the fonts.conf aliases so
cvsdist 6e6fdb0
  installing them doesn't change the look.
cvsdist 6e6fdb0
cvsdist 6e6fdb0
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 6e6fdb0
- Memory leak fix when parsing config files
cvsdist c4600b2
- Set rh_prefer_bitmaps for .ja fonts to key off of in Xft
cvsdist c4600b2
- Fix some groff warnings for fontconfig.man (#72138)
cvsdist c4600b2
cvsdist cbf56a6
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Try once more to get the right default Sans-serif font :-(
cvsdist cbf56a6
- Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
cvsdist cbf56a6
cvsdist cbf56a6
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Fix %%post
cvsdist cbf56a6
cvsdist cbf56a6
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Fix lost Luxi Sans default
cvsdist cbf56a6
cvsdist cbf56a6
* Mon Aug 12 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Upgrade to rc2
cvsdist cbf56a6
- Turn off hinting for all CJK fonts
cvsdist cbf56a6
- Fix typo in %%post
cvsdist cbf56a6
- Remove the custom language tag stuff in favor of Keith's standard 
cvsdist cbf56a6
  solution.
cvsdist cbf56a6
cvsdist cbf56a6
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Prefer Luxi Sans to Nimbus Sans again
cvsdist cbf56a6
cvsdist cbf56a6
* Fri Jul 12 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Add FC_HINT_STYLE to FcBaseObjectTypes
cvsdist cbf56a6
- Switch Chinese fonts to always using Sung-ti / Ming-ti, and never Kai-ti
cvsdist cbf56a6
- Add ZYSong18030 to aliases (#68428)
cvsdist cbf56a6
cvsdist cbf56a6
* Wed Jul 10 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Fix a typo in the langtag patch (caught by Erik van der Poel)
cvsdist cbf56a6
cvsdist cbf56a6
* Wed Jul  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Add FC_HINT_STYLE tag
cvsdist cbf56a6
cvsdist cbf56a6
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- New upstream version, with fix for problems with
cvsdist cbf56a6
  ghostscript-fonts (Fonts don't work for Qt+CJK,
cvsdist cbf56a6
  etc.)
cvsdist cbf56a6
cvsdist cbf56a6
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- New upstream version, fixing locale problem
cvsdist cbf56a6
cvsdist cbf56a6
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Add a hack where we set the "language" fontconfig property based on the locale, then 
cvsdist cbf56a6
  we conditionalize base on that in the fonts.conf file.
cvsdist cbf56a6
cvsdist cbf56a6
* Sun Jun 23 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- New upstream version
cvsdist cbf56a6
cvsdist cbf56a6
* Tue Jun 18 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Fix crash from FcObjectSetAdd
cvsdist cbf56a6
cvsdist cbf56a6
* Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- make fonts.conf %%config, not %%config(noreplace)
cvsdist cbf56a6
- Another try at the CJK aliases
cvsdist cbf56a6
- Add some CJK fonts to the config
cvsdist cbf56a6
- Prefer Luxi Mono to Nimbus Mono
cvsdist cbf56a6
cvsdist cbf56a6
* Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- New upstream version
cvsdist cbf56a6
- Fix matching for bitmap fonts
cvsdist cbf56a6
cvsdist cbf56a6
* Mon Jun  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- New version, new upstream mega-tarball
cvsdist cbf56a6
cvsdist cbf56a6
* Tue May 28 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Fix problem with FcConfigSort
cvsdist cbf56a6
cvsdist cbf56a6
* Fri May 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist cbf56a6
- Initial specfile
cvsdist cbf56a6