Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,10 +1 @@
|
||||
lohit-tamil-2.4.3.tar.gz
|
||||
lohit-tamil-2.4.4.tar.gz
|
||||
lohit-tamil-2.4.5.tar.gz
|
||||
/lohit-tamil-2.5.0.tar.gz
|
||||
/lohit-tamil-2.5.1.tar.gz
|
||||
/lohit-tamil-2.5.3.tar.gz
|
||||
/lohit-tamil-2.91.0.tar.gz
|
||||
/lohit-tamil-2.91.1.tar.gz
|
||||
/lohit-tamil-2.91.2.tar.gz
|
||||
/lohit-tamil-2.91.3.tar.gz
|
||||
SOURCES/lohit-tamil-2.91.3.tar.gz
|
||||
|
||||
1
.lohit-tamil-fonts.metadata
Normal file
1
.lohit-tamil-fonts.metadata
Normal file
@ -0,0 +1 @@
|
||||
0a5f1cdae5ddb92717591e8c76a4c525a388e12a SOURCES/lohit-tamil-2.91.3.tar.gz
|
||||
@ -4,9 +4,10 @@
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 2.91.3
|
||||
Release: 13%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Free truetype font for Tamil language
|
||||
|
||||
Group: User Interface/X
|
||||
License: OFL
|
||||
URL: https://pagure.io/lohit/
|
||||
Source0: https://pagure.io/lohit/%{fontname}-%{version}.tar.gz
|
||||
@ -14,7 +15,6 @@ BuildArch: noarch
|
||||
BuildRequires: fontforge >= 20080429
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: make
|
||||
Requires: fontpackages-filesystem
|
||||
|
||||
%description
|
||||
@ -53,37 +53,6 @@ install -Dm 0644 -p %{metainfo}.xml \
|
||||
%{_datadir}/metainfo/%{metainfo}.xml
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.91.3-13
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.91.3-12
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 17 2019 Vishal Vijayraghavan <vvijayra AT redhat DOT com> - 2.91.3-7
|
||||
- Added CI tests
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.91.3-4
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.91.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (lohit-tamil-2.91.3.tar.gz) = 856b690951c33ff4be2d75a71e77db09300594d9df3ea200ba94a9b111b111a41b9d6e15a5c80a95e2cd5532efd89725bd040f096ce99e3ece02742423dc30a6
|
||||
@ -1,45 +0,0 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
config:
|
||||
fontname: lohit-tamil
|
||||
lang: ["ta"]
|
||||
testgiturl: https://pagure.io/font_ci_testing.git
|
||||
testgitclonepath: fonttest
|
||||
testfilename: fonttest.py
|
||||
testfilepath: /usr/local/bin
|
||||
logfilepath: /tmp/test.log
|
||||
artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
||||
|
||||
tags:
|
||||
- classic
|
||||
|
||||
remote_user: root
|
||||
|
||||
tasks:
|
||||
- name: Install required package
|
||||
dnf:
|
||||
name:
|
||||
- git
|
||||
- "{{ config.fontname }}-fonts"
|
||||
- python3
|
||||
- fontconfig
|
||||
|
||||
- name: git clone the tests
|
||||
git:
|
||||
repo: "{{ config.testgiturl }}"
|
||||
dest: "{{ config.testgitclonepath }}"
|
||||
force: yes
|
||||
|
||||
- name: Test Execution
|
||||
block:
|
||||
- name: Execute the tests
|
||||
command: python3 {{ config.testgitclonepath }}/tests/{{ config.testfilename }} "{{ config }}"
|
||||
|
||||
always:
|
||||
- name: Pull out the artifacts
|
||||
fetch:
|
||||
dest: "{{ config.artifacts }}/"
|
||||
src: "{{ item }}"
|
||||
flat: yes
|
||||
with_items:
|
||||
- "{{ config.logfilepath }}"
|
||||
@ -1 +0,0 @@
|
||||
- import_playbook: fonttest_playbook.yml
|
||||
Loading…
Reference in New Issue
Block a user