New upstream release.
- Fix an regression on FcFontMatch with namelang. (#876970)
This commit is contained in:
parent
5530146a98
commit
50be76d6c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ fontconfig-2.8.0.tar.gz
|
||||
/fontconfig-2.10.tar.bz2
|
||||
/fontconfig-2.10.0.tar.bz2
|
||||
/fontconfig-2.10.1.tar.bz2
|
||||
/fontconfig-2.10.2.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
Summary: Font configuration and customization library
|
||||
Name: fontconfig
|
||||
Version: 2.10.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.10.2
|
||||
Release: 1%{?dist}
|
||||
# src/ftglue.[ch] is in Public Domain
|
||||
# src/fccache.c contains Public Domain code
|
||||
# fc-case/CaseFolding.txt is in the UCD
|
||||
@ -95,7 +95,6 @@ fi
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, -)
|
||||
%doc README AUTHORS COPYING
|
||||
%doc fontconfig-user.txt fontconfig-user.html
|
||||
%doc %{_fontconfig_confdir}/README
|
||||
@ -117,7 +116,6 @@ fi
|
||||
%{_mandir}/man5/*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root, -)
|
||||
%doc fontconfig-devel.txt fontconfig-devel
|
||||
%{_libdir}/libfontconfig.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
@ -125,6 +123,10 @@ fi
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 26 2012 Akira TAGOH <tagoh@redhat.com> - 2.10.2-1
|
||||
- New upstream release.
|
||||
- Fix an regression on FcFontMatch with namelang. (#876970)
|
||||
|
||||
* Thu Oct 25 2012 Akira TAGOH <tagoh@redhat.com> - 2.10.1-2
|
||||
- Update License field (#869614)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user