Compare commits

..

No commits in common. "c8s" and "c8-beta" have entirely different histories.
c8s ... c8-beta

10 changed files with 2 additions and 60 deletions

8
.gitignore vendored
View File

@ -1,7 +1 @@
m17n-lib-1.6.1.tar.gz
/m17n-lib-1.6.2.tar.gz
/m17n-lib-1.6.3.tar.gz
/m17n-lib-1.6.4.tar.gz
/m17n-lib-1.7.0.tar.gz
/m17n-lib-1.8.0RC.tar.gz
/m17n-lib-1.8.0.tar.gz
SOURCES/m17n-lib-1.8.0.tar.gz

1
.m17n-lib.metadata Normal file
View File

@ -0,0 +1 @@
298923e2f7f6b8763769b74c8b2da8fe4d13ecce SOURCES/m17n-lib-1.8.0.tar.gz

View File

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

View File

@ -1 +0,0 @@
SHA512 (m17n-lib-1.8.0.tar.gz) = 8aba862888393232172c03cdf52531e29ea969c4327e6f69879ecf7438eafee32782f509ec292b3e1b7cd3202e2764984d7a59e85cdb87a7c8bfcbac5b0ee6fd

View File

@ -1,15 +0,0 @@
hallo
እው ሰላም ነው
مرحبا
হ্যালো
你好
Ciao
こんにちは
नमस्कार
ਸਤ ਸ੍ਰੀ ਅਕਾਲ
Привет
හෙලෝ
வணக்கம்
สวัสดี
ہیلو
xin chào

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

View File

@ -1,20 +0,0 @@
#!/bin/bash
# If one of the commands below returns non-zero then exit immediately
set -e
echo "Testing m17n-dump tool"
old_size=`stat -c "%s" old.png`
echo "old_size is $old_size"
m17n-dump hello.txt
new_size=`stat -c "%s" hello.txt.png`
echo "new_size is $new_size"
file old.png hello.txt.png
echo "Using font `fc-match`"
if [ $old_size -ne $new_size ]; then
echo "m17n-dump generated different png file"
else
echo "m17n-dump generated same png file"
fi

View File

@ -1,11 +0,0 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- m17n-lib-tools
- m17n-lib-devel