Resolves:rhbz#1990810 - Typo in the fontconfig file

This commit is contained in:
Parag Nemade 2021-08-06 15:48:18 +05:30
parent e93cea796c
commit d0d196cab5
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
<fontconfig>
<alias>
<family>sans-serif</family>
<family>serif</family>
<prefer>
<family>Saab</family>
</prefer>

View File

@ -3,8 +3,8 @@
Name: %{fontname}-fonts
Version: 0.91
Release: 23%{?dist}
Summary: Free Punjabi Unicode OpenType Font
Release: 24%{?dist}
Summary: Free Punjabi Unicode OpenType Serif Font
License: GPLv2+ with exceptions
@ -19,8 +19,8 @@ BuildRequires: fontpackages-devel
Requires: fontpackages-filesystem
%description
This package provides a free OpenType Punjabi (Gurmukhi) font.
Developed by Bhupinder Singh
This package provides a free OpenType Punjabi (Gurmukhi) Serif font.
Developed by Bhupinder Singh.
%prep
@ -46,6 +46,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
%doc License_font_exception.txt
%changelog
* Fri Aug 06 2021 Parag Nemade <pnemade AT redhat DOT com> - 0.91-24
- Resolves:rhbz#1990810 - Typo in the fontconfig file
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.91-23
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937