New upstream release (#894109)
- threadsafe - new tool to validate the glyph coverage - add new rule to scale the bitmap font.
This commit is contained in:
parent
50be76d6c4
commit
22ed065d75
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ fontconfig-2.8.0.tar.gz
|
|||||||
/fontconfig-2.10.0.tar.bz2
|
/fontconfig-2.10.0.tar.bz2
|
||||||
/fontconfig-2.10.1.tar.bz2
|
/fontconfig-2.10.1.tar.bz2
|
||||||
/fontconfig-2.10.2.tar.bz2
|
/fontconfig-2.10.2.tar.bz2
|
||||||
|
/fontconfig-2.10.91.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.10.2
|
Version: 2.10.91
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# src/ftglue.[ch] is in Public Domain
|
# src/ftglue.[ch] is in Public Domain
|
||||||
# src/fccache.c contains Public Domain code
|
# src/fccache.c contains Public Domain code
|
||||||
@ -106,6 +106,7 @@ fi
|
|||||||
%{_bindir}/fc-pattern
|
%{_bindir}/fc-pattern
|
||||||
%{_bindir}/fc-query
|
%{_bindir}/fc-query
|
||||||
%{_bindir}/fc-scan
|
%{_bindir}/fc-scan
|
||||||
|
%{_bindir}/fc-validate
|
||||||
%{_fontconfig_templatedir}/*.conf
|
%{_fontconfig_templatedir}/*.conf
|
||||||
%{_datadir}/xml/fontconfig/fonts.dtd
|
%{_datadir}/xml/fontconfig/fonts.dtd
|
||||||
%config %{_fontconfig_masterdir}/fonts.conf
|
%config %{_fontconfig_masterdir}/fonts.conf
|
||||||
@ -123,6 +124,12 @@ fi
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2013 Akira TAGOH <tagoh@redhat.com> - 2.10.91-1
|
||||||
|
- New upstream release (#894109)
|
||||||
|
- threadsafe
|
||||||
|
- new tool to validate the glyph coverage
|
||||||
|
- add new rule to scale the bitmap font.
|
||||||
|
|
||||||
* Mon Nov 26 2012 Akira TAGOH <tagoh@redhat.com> - 2.10.2-1
|
* Mon Nov 26 2012 Akira TAGOH <tagoh@redhat.com> - 2.10.2-1
|
||||||
- New upstream release.
|
- New upstream release.
|
||||||
- Fix an regression on FcFontMatch with namelang. (#876970)
|
- Fix an regression on FcFontMatch with namelang. (#876970)
|
||||||
|
Loading…
Reference in New Issue
Block a user