Compare commits

...

No commits in common. "c8s" and "c9s" have entirely different histories.
c8s ... c9s

9 changed files with 64 additions and 3 deletions

View File

@ -1 +1 @@
1b7f6071e4f07a82771405857fe497276c43a508 SOURCES/comfortaa___font_by_aajohan-d1qr019.zip
1b7f6071e4f07a82771405857fe497276c43a508 comfortaa___font_by_aajohan-d1qr019.zip

5
.gitignore vendored
View File

@ -1 +1,4 @@
SOURCES/comfortaa___font_by_aajohan-d1qr019.zip
Comfortaa___font_by_aajohan.zip
/comfortaa___font_by_aajohan-d1qr019.zip
fonttest/
artifacts/

View File

@ -3,7 +3,7 @@
Name: %{fontname}-fonts
Version: 3.001
Release: 2%{?dist}
Release: 10%{?dist}
Summary: Modern style true type font
License: OFL
@ -60,6 +60,31 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{fontnam
%{_datadir}/appdata/%{fontname}.metainfo.xml
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.001-10
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.001-9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (comfortaa___font_by_aajohan-d1qr019.zip) = caf998f9a1dd994f790a2ace1fcc8bf5632f21a61d849e6b5590d808d646556115ec08142397817d9dcfc1bb507d62ca52caf061e5c6048f89bc77f6e74c1f4b

6
tests/config.json Normal file
View File

@ -0,0 +1,6 @@
{
"fontname" : "aajohan-comfortaa",
"lang" : ["ca","eu","vi","es"],
"font_family_list" : ["Comfortaa","Comfortaa Light"],
"font_conf_list" : ["61-aajohan-comfortaa.conf"]
}

19
tests/tests.yml Normal file
View File

@ -0,0 +1,19 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://pagure.io/font_ci_testing.git"
dest: "fonttest"
version: dev
tests:
- smoke:
dir: fonttest/smoke
run: python3 test_fonttest.py
required_packages:
- aajohan-comfortaa-fonts
- python3
- fontconfig
- git