From 5530146a98a7366c98f531e640bb7f7917c61575 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Oct 25 2012 05:48:42 +0000 Subject: Update License field (#869614) --- diff --git a/fontconfig.spec b/fontconfig.spec index 7be4ba4..c9d5679 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -3,8 +3,12 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.10.1 -Release: 1%{?dist} -License: MIT +Release: 2%{?dist} +# src/ftglue.[ch] is in Public Domain +# src/fccache.c contains Public Domain code +# fc-case/CaseFolding.txt is in the UCD +# otherwise MIT +License: MIT and Public Domain and UCD Group: System Environment/Libraries Source: http://fontconfig.org/release/fontconfig-%{version}.tar.bz2 URL: http://fontconfig.org @@ -121,6 +125,9 @@ fi %{_mandir}/man3/* %changelog +* Thu Oct 25 2012 Akira TAGOH - 2.10.1-2 +- Update License field (#869614) + * Fri Jul 27 2012 Akira TAGOH - 2.10.1-1 - New upstream release.