auto-import dejavu-fonts-2.7.0-0.14.fc6 on branch devel from dejavu-fonts-2.7.0-0.14.fc6.src.rpm

remove old blocking code before adding new one
This commit is contained in:
nim 2006-06-11 12:25:03 +00:00
parent 69492ccfda
commit 6c6b1cfc33
2 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,8 @@
<xsl:template match="@*|comment()">
<xsl:copy/>
</xsl:template>
<!-- Remove our old blocking code -->
<xsl:template match="fontconfig/match[comment()[.='Added by dejavu-fonts-block']]" priority ="2"/>
<!-- Add Arabic and Persian overrides for default aliases -->
<xsl:template match="fontconfig/dir[position()=last()]" priority ="1">
<xsl:copy>

View File

@ -11,7 +11,7 @@
Name: dejavu-fonts
Version: 2.7.0
Release: 0.12%{?dist}
Release: 0.14%{?dist}
Summary: DejaVu fonts
Group: User Interface/X
License: Redistributable, with restrictions
@ -237,6 +237,9 @@ fi
%changelog
* Sun Jun 11 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 2.7.0-0.14
- remove old blocking code before adding new one
* Sun Jun 11 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net> - 2.7.0-0.12
- replace triggerun by preun