Fix wrong comment in conf.

This commit is contained in:
Akira TAGOH 2024-05-27 17:14:01 +09:00 committed by Akira TAGOH
parent c5c1f34048
commit f7a9e81297
4 changed files with 28 additions and 25 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<!--
-- This scan pattern aims to correct properties to:
-- * keep consistency between RedHatDisplay and RedHatDisplay-Italic
-- * provide single family name e.g. Red Hat Display
-- * provide single familylang because of the above
-- * provide single style name e.g. like :family=Red Hat Display:style=Light
-- but :family=Red Hat Display Light:style=Regular
-- * provide single stylelang because of the above
-- * set different family name of the variable font pattern to avoid conflict
- This scan pattern aims to correct properties to:
- * keep consistency between RedHatDisplay and RedHatDisplay-Italic
- * provide single family name e.g. Red Hat Display
- * provide single familylang because of the above
- * provide single style name e.g. like :family=Red Hat Display:style=Light
- but :family=Red Hat Display Light:style=Regular
- * provide single stylelang because of the above
- * set different family name of the variable font pattern to avoid conflict
-->
<fontconfig>
<!-- Try to workaround broken family name in RedHatDisplay-Italic.ttf -->

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<!--
-- This scan pattern aims to correct properties to:
-- * keep consistency between RedHatMono and RedHatMono-Italic
-- * provide single family name e.g. Red Hat Mono
-- * provide single familylang because of the above
-- * provide single style name e.g. like :family=Red Hat Mono:style=Light
-- but :family=Red Hat Mono Light:style=Regular
-- * provide single stylelang because of the above
-- * set different family name of the variable font pattern to avoid conflict
- This scan pattern aims to correct properties to:
- * keep consistency between RedHatMono and RedHatMono-Italic
- * provide single family name e.g. Red Hat Mono
- * provide single familylang because of the above
- * provide single style name e.g. like :family=Red Hat Mono:style=Light
- but :family=Red Hat Mono Light:style=Regular
- * provide single stylelang because of the above
- * set different family name of the variable font pattern to avoid conflict
-->
<fontconfig>
<!-- Try to workaround broken family name in RedHatMono.ttf -->

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
<!--
-- This scan pattern aims to correct properties to:
-- * keep consistency between RedHatText and RedHatText-Italic
-- * provide single family name e.g. Red Hat Text
-- * provide single familylang because of the above
-- * provide single style name e.g. like :family=Red Hat Text:style=Light
-- but :family=Red Hat Text Light:style=Regular
-- * provide single stylelang because of the above
-- * set different family name of the variable font pattern to avoid conflict
- This scan pattern aims to correct properties to:
- * keep consistency between RedHatText and RedHatText-Italic
- * provide single family name e.g. Red Hat Text
- * provide single familylang because of the above
- * provide single style name e.g. like :family=Red Hat Text:style=Light
- but :family=Red Hat Text Light:style=Regular
- * provide single stylelang because of the above
- * set different family name of the variable font pattern to avoid conflict
-->
<fontconfig>
<!-- Try to workaround broken family name in RedHatText-Italic.ttf -->

View File

@ -26,7 +26,7 @@ and designed by Jeremy Mickel / MCKL for the new Red Hat identity.
Name: %{fontname}-fonts
Version: 4.0.3
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Red Hat Typeface fonts
# Only the metainfo files are CC-BY-SA
License: OFL-1.1-RFN and CC-BY-SA-4.0
@ -181,6 +181,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
%changelog
* Mon May 27 2024 Akira TAGOH <tagoh@redhat.com> - 4.0.3-9
- Fix wrong comment in conf.
* Tue May 14 2024 Akira TAGOH <tagoh@redhat.com> - 4.0.3-8
- Use no VF in family name version of ttf for -vf packages.
- Adjust properties in VF to avoid confusion.