commit fontinfo for openSUSE:Factory
Hello community, here is the log from the commit of package fontinfo for openSUSE:Factory checked in at 2016-05-05 08:13:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontinfo (Old) and /work/SRC/openSUSE:Factory/.fontinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "fontinfo" Changes: -------- --- /work/SRC/openSUSE:Factory/fontinfo/fontinfo.changes 2015-04-12 00:10:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fontinfo.new/fontinfo.changes 2016-05-05 08:13:10.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 27 09:00:46 UTC 2016 - pgajdos@suse.com + +- updated to version 20160427 + * ycp: added more recent distros, remove old + +------------------------------------------------------------------- Old: ---- fontinfo-20150410.tar.bz2 New: ---- fontinfo.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontinfo.spec ++++++ --- /var/tmp/diff_new_pack.DWJ1WB/_old 2016-05-05 08:13:10.000000000 +0200 +++ /var/tmp/diff_new_pack.DWJ1WB/_new 2016-05-05 08:13:10.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fontinfo # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: fontinfo -Version: 20150410 +Version: 20160427 Release: 0 Summary: Overview of Installed Fonts License: GPL-2.0+ Group: Productivity/Publishing/Other Url: https://github.com/pgajdos/fontinfo/ -Source: %{name}-%{version}.tar.bz2 +Source: %{name}.tar.bz2 # discount for THANKS.md -> thanks.txt BuildRequires: discount BuildRequires: fontconfig-devel @@ -45,7 +45,7 @@ and see differences. %prep -%setup -q +%setup -q -n %{name} %build make CFLAGS="%{optflags}" %{?_smp_mflags} ++++++ fontinfo-20150410.tar.bz2 -> fontinfo.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/COMMIT_EDITMSG new/fontinfo/.git/COMMIT_EDITMSG --- old/fontinfo-20150410/.git/COMMIT_EDITMSG 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/COMMIT_EDITMSG 2016-04-27 10:57:49.000000000 +0200 @@ -0,0 +1 @@ +ycp: add more recent distros, remove old diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/HEAD new/fontinfo/.git/HEAD --- old/fontinfo-20150410/.git/HEAD 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/HEAD 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1 @@ +ref: refs/heads/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/config new/fontinfo/.git/config --- old/fontinfo-20150410/.git/config 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/config 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1,11 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "origin"] + url = https://github.com/pgajdos/fontinfo.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/description new/fontinfo/.git/description --- old/fontinfo-20150410/.git/description 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/description 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1 @@ +Unnamed repository; edit this file 'description' to name the repository. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/applypatch-msg.sample new/fontinfo/.git/hooks/applypatch-msg.sample --- old/fontinfo-20150410/.git/hooks/applypatch-msg.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/applypatch-msg.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,15 @@ +#!/bin/sh +# +# An example hook script to check the commit log message taken by +# applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. The hook is +# allowed to edit the commit message file. +# +# To enable this hook, rename this file to "applypatch-msg". + +. git-sh-setup +commitmsg="$(git rev-parse --git-path hooks/commit-msg)" +test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} +: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/commit-msg.sample new/fontinfo/.git/hooks/commit-msg.sample --- old/fontinfo-20150410/.git/hooks/commit-msg.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/commit-msg.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,24 @@ +#!/bin/sh +# +# An example hook script to check the commit log message. +# Called by "git commit" with one argument, the name of the file +# that has the commit message. The hook should exit with non-zero +# status after issuing an appropriate message if it wants to stop the +# commit. The hook is allowed to edit the commit message file. +# +# To enable this hook, rename this file to "commit-msg". + +# Uncomment the below to add a Signed-off-by line to the message. +# Doing this in a hook is a bad idea in general, but the prepare-commit-msg +# hook is more suited to it. +# +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" + +# This example catches duplicate Signed-off-by lines. + +test "" = "$(grep '^Signed-off-by: ' "$1" | + sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { + echo >&2 Duplicate Signed-off-by lines. + exit 1 +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/post-update.sample new/fontinfo/.git/hooks/post-update.sample --- old/fontinfo-20150410/.git/hooks/post-update.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/post-update.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,8 @@ +#!/bin/sh +# +# An example hook script to prepare a packed repository for use over +# dumb transports. +# +# To enable this hook, rename this file to "post-update". + +exec git update-server-info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/pre-applypatch.sample new/fontinfo/.git/hooks/pre-applypatch.sample --- old/fontinfo-20150410/.git/hooks/pre-applypatch.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/pre-applypatch.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,14 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed +# by applypatch from an e-mail message. +# +# The hook should exit with non-zero status after issuing an +# appropriate message if it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-applypatch". + +. git-sh-setup +precommit="$(git rev-parse --git-path hooks/pre-commit)" +test -x "$precommit" && exec "$precommit" ${1+"$@"} +: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/pre-commit.sample new/fontinfo/.git/hooks/pre-commit.sample --- old/fontinfo-20150410/.git/hooks/pre-commit.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/pre-commit.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,49 @@ +#!/bin/sh +# +# An example hook script to verify what is about to be committed. +# Called by "git commit" with no arguments. The hook should +# exit with non-zero status after issuing an appropriate message if +# it wants to stop the commit. +# +# To enable this hook, rename this file to "pre-commit". + +if git rev-parse --verify HEAD >/dev/null 2>&1 +then + against=HEAD +else + # Initial commit: diff against an empty tree object + against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 +fi + +# If you want to allow non-ASCII filenames set this variable to true. +allownonascii=$(git config --bool hooks.allownonascii) + +# Redirect output to stderr. +exec 1>&2 + +# Cross platform projects tend to avoid non-ASCII filenames; prevent +# them from being added to the repository. We exploit the fact that the +# printable range starts at the space character and ends with tilde. +if [ "$allownonascii" != "true" ] && + # Note that the use of brackets around a tr range is ok here, (it's + # even required, for portability to Solaris 10's /usr/bin/tr), since + # the square bracket bytes happen to fall in the designated range. + test $(git diff --cached --name-only --diff-filter=A -z $against | + LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 +then + cat <<\EOF +Error: Attempt to add a non-ASCII file name. + +This can cause problems if you want to work with people on other platforms. + +To be portable it is advisable to rename the file. + +If you know what you are doing you can disable this check using: + + git config hooks.allownonascii true +EOF + exit 1 +fi + +# If there are whitespace errors, print the offending file names and fail. +exec git diff-index --check --cached $against -- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/pre-push.sample new/fontinfo/.git/hooks/pre-push.sample --- old/fontinfo-20150410/.git/hooks/pre-push.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/pre-push.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,53 @@ +#!/bin/sh + +# An example hook script to verify what is about to be pushed. Called by "git +# push" after it has checked the remote status, but before anything has been +# pushed. If this script exits with a non-zero status nothing will be pushed. +# +# This hook is called with the following parameters: +# +# $1 -- Name of the remote to which the push is being done +# $2 -- URL to which the push is being done +# +# If pushing without using a named remote those arguments will be equal. +# +# Information about the commits which are being pushed is supplied as lines to +# the standard input in the form: +# +# <local ref> <local sha1> <remote ref> <remote sha1> +# +# This sample shows how to prevent push of commits where the log message starts +# with "WIP" (work in progress). + +remote="$1" +url="$2" + +z40=0000000000000000000000000000000000000000 + +while read local_ref local_sha remote_ref remote_sha +do + if [ "$local_sha" = $z40 ] + then + # Handle delete + : + else + if [ "$remote_sha" = $z40 ] + then + # New branch, examine all commits + range="$local_sha" + else + # Update to existing branch, examine new commits + range="$remote_sha..$local_sha" + fi + + # Check for WIP commit + commit=`git rev-list -n 1 --grep '^WIP' "$range"` + if [ -n "$commit" ] + then + echo >&2 "Found WIP commit in $local_ref, not pushing" + exit 1 + fi + fi +done + +exit 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/pre-rebase.sample new/fontinfo/.git/hooks/pre-rebase.sample --- old/fontinfo-20150410/.git/hooks/pre-rebase.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/pre-rebase.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,169 @@ +#!/bin/sh +# +# Copyright (c) 2006, 2008 Junio C Hamano +# +# The "pre-rebase" hook is run just before "git rebase" starts doing +# its job, and can prevent the command from running by exiting with +# non-zero status. +# +# The hook is called with the following parameters: +# +# $1 -- the upstream the series was forked from. +# $2 -- the branch being rebased (or empty when rebasing the current branch). +# +# This sample shows how to prevent topic branches that are already +# merged to 'next' branch from getting rebased, because allowing it +# would result in rebasing already published history. + +publish=next +basebranch="$1" +if test "$#" = 2 +then + topic="refs/heads/$2" +else + topic=`git symbolic-ref HEAD` || + exit 0 ;# we do not interrupt rebasing detached HEAD +fi + +case "$topic" in +refs/heads/??/*) + ;; +*) + exit 0 ;# we do not interrupt others. + ;; +esac + +# Now we are dealing with a topic branch being rebased +# on top of master. Is it OK to rebase it? + +# Does the topic really exist? +git show-ref -q "$topic" || { + echo >&2 "No such branch $topic" + exit 1 +} + +# Is topic fully merged to master? +not_in_master=`git rev-list --pretty=oneline ^master "$topic"` +if test -z "$not_in_master" +then + echo >&2 "$topic is fully merged to master; better remove it." + exit 1 ;# we could allow it, but there is no point. +fi + +# Is topic ever merged to next? If so you should not be rebasing it. +only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` +only_next_2=`git rev-list ^master ${publish} | sort` +if test "$only_next_1" = "$only_next_2" +then + not_in_topic=`git rev-list "^$topic" master` + if test -z "$not_in_topic" + then + echo >&2 "$topic is already up-to-date with master" + exit 1 ;# we could allow it, but there is no point. + else + exit 0 + fi +else + not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` + /usr/bin/perl -e ' + my $topic = $ARGV[0]; + my $msg = "* $topic has commits already merged to public branch:\n"; + my (%not_in_next) = map { + /^([0-9a-f]+) /; + ($1 => 1); + } split(/\n/, $ARGV[1]); + for my $elem (map { + /^([0-9a-f]+) (.*)$/; + [$1 => $2]; + } split(/\n/, $ARGV[2])) { + if (!exists $not_in_next{$elem->[0]}) { + if ($msg) { + print STDERR $msg; + undef $msg; + } + print STDERR " $elem->[1]\n"; + } + } + ' "$topic" "$not_in_next" "$not_in_master" + exit 1 +fi + +exit 0 + +################################################################ + +This sample hook safeguards topic branches that have been +published from being rewound. + +The workflow assumed here is: + + * Once a topic branch forks from "master", "master" is never + merged into it again (either directly or indirectly). + + * Once a topic branch is fully cooked and merged into "master", + it is deleted. If you need to build on top of it to correct + earlier mistakes, a new topic branch is created by forking at + the tip of the "master". This is not strictly necessary, but + it makes it easier to keep your history simple. + + * Whenever you need to test or publish your changes to topic + branches, merge them into "next" branch. + +The script, being an example, hardcodes the publish branch name +to be "next", but it is trivial to make it configurable via +$GIT_DIR/config mechanism. + +With this workflow, you would want to know: + +(1) ... if a topic branch has ever been merged to "next". Young + topic branches can have stupid mistakes you would rather + clean up before publishing, and things that have not been + merged into other branches can be easily rebased without + affecting other people. But once it is published, you would + not want to rewind it. + +(2) ... if a topic branch has been fully merged to "master". + Then you can delete it. More importantly, you should not + build on top of it -- other people may already want to + change things related to the topic as patches against your + "master", so if you need further changes, it is better to + fork the topic (perhaps with the same name) afresh from the + tip of "master". + +Let's look at this example: + + o---o---o---o---o---o---o---o---o---o "next" + / / / / + / a---a---b A / / + / / / / + / / c---c---c---c B / + / / / \ / + / / / b---b C \ / + / / / / \ / + ---o---o---o---o---o---o---o---o---o---o---o "master" + + +A, B and C are topic branches. + + * A has one fix since it was merged up to "next". + + * B has finished. It has been fully merged up to "master" and "next", + and is ready to be deleted. + + * C has not merged to "next" at all. + +We would want to allow C to be rebased, refuse A, and encourage +B to be deleted. + +To compute (1): + + git rev-list ^master ^topic next + git rev-list ^master next + + if these match, topic has not merged in next at all. + +To compute (2): + + git rev-list master..topic + + if this is empty, it is fully merged to "master". diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/prepare-commit-msg.sample new/fontinfo/.git/hooks/prepare-commit-msg.sample --- old/fontinfo-20150410/.git/hooks/prepare-commit-msg.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/prepare-commit-msg.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,36 @@ +#!/bin/sh +# +# An example hook script to prepare the commit log message. +# Called by "git commit" with the name of the file that has the +# commit message, followed by the description of the commit +# message's source. The hook's purpose is to edit the commit +# message file. If the hook fails with a non-zero status, +# the commit is aborted. +# +# To enable this hook, rename this file to "prepare-commit-msg". + +# This hook includes three examples. The first comments out the +# "Conflicts:" part of a merge commit. +# +# The second includes the output of "git diff --name-status -r" +# into the message, just before the "git status" output. It is +# commented because it doesn't cope with --amend or with squashed +# commits. +# +# The third example adds a Signed-off-by line to the message, that can +# still be edited. This is rarely a good idea. + +case "$2,$3" in + merge,) + /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; + +# ,|template,) +# /usr/bin/perl -i.bak -pe ' +# print "\n" . `git diff --cached --name-status -r` +# if /^#/ && $first++ == 0' "$1" ;; + + *) ;; +esac + +# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') +# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/hooks/update.sample new/fontinfo/.git/hooks/update.sample --- old/fontinfo-20150410/.git/hooks/update.sample 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/hooks/update.sample 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,128 @@ +#!/bin/sh +# +# An example hook script to block unannotated tags from entering. +# Called by "git receive-pack" with arguments: refname sha1-old sha1-new +# +# To enable this hook, rename this file to "update". +# +# Config +# ------ +# hooks.allowunannotated +# This boolean sets whether unannotated tags will be allowed into the +# repository. By default they won't be. +# hooks.allowdeletetag +# This boolean sets whether deleting tags will be allowed in the +# repository. By default they won't be. +# hooks.allowmodifytag +# This boolean sets whether a tag may be modified after creation. By default +# it won't be. +# hooks.allowdeletebranch +# This boolean sets whether deleting branches will be allowed in the +# repository. By default they won't be. +# hooks.denycreatebranch +# This boolean sets whether remotely creating branches will be denied +# in the repository. By default this is allowed. +# + +# --- Command line +refname="$1" +oldrev="$2" +newrev="$3" + +# --- Safety check +if [ -z "$GIT_DIR" ]; then + echo "Don't run this script from the command line." >&2 + echo " (if you want, you could supply GIT_DIR then run" >&2 + echo " $0 <ref> <oldrev> <newrev>)" >&2 + exit 1 +fi + +if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then + echo "usage: $0 <ref> <oldrev> <newrev>" >&2 + exit 1 +fi + +# --- Config +allowunannotated=$(git config --bool hooks.allowunannotated) +allowdeletebranch=$(git config --bool hooks.allowdeletebranch) +denycreatebranch=$(git config --bool hooks.denycreatebranch) +allowdeletetag=$(git config --bool hooks.allowdeletetag) +allowmodifytag=$(git config --bool hooks.allowmodifytag) + +# check for no description +projectdesc=$(sed -e '1q' "$GIT_DIR/description") +case "$projectdesc" in +"Unnamed repository"* | "") + echo "*** Project description file hasn't been set" >&2 + exit 1 + ;; +esac + +# --- Check types +# if $newrev is 0000...0000, it's a commit to delete a ref. +zero="0000000000000000000000000000000000000000" +if [ "$newrev" = "$zero" ]; then + newrev_type=delete +else + newrev_type=$(git cat-file -t $newrev) +fi + +case "$refname","$newrev_type" in + refs/tags/*,commit) + # un-annotated tag + short_refname=${refname##refs/tags/} + if [ "$allowunannotated" != "true" ]; then + echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 + echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 + exit 1 + fi + ;; + refs/tags/*,delete) + # delete tag + if [ "$allowdeletetag" != "true" ]; then + echo "*** Deleting a tag is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/tags/*,tag) + # annotated tag + if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi + ;; + refs/heads/*,commit) + # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/heads/*,delete) + # delete branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + refs/remotes/*,commit) + # tracking branch + ;; + refs/remotes/*,delete) + # delete tracking branch + if [ "$allowdeletebranch" != "true" ]; then + echo "*** Deleting a tracking branch is not allowed in this repository" >&2 + exit 1 + fi + ;; + *) + # Anything else (is there anything else?) + echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 + exit 1 + ;; +esac + +# --- Finished +exit 0 Files old/fontinfo-20150410/.git/index and new/fontinfo/.git/index differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/info/exclude new/fontinfo/.git/info/exclude --- old/fontinfo-20150410/.git/info/exclude 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/info/exclude 2016-04-27 10:52:55.000000000 +0200 @@ -0,0 +1,6 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/logs/HEAD new/fontinfo/.git/logs/HEAD --- old/fontinfo-20150410/.git/logs/HEAD 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/logs/HEAD 2016-04-27 10:57:49.000000000 +0200 @@ -0,0 +1,2 @@ +0000000000000000000000000000000000000000 988d1000d9b011ee63e6e5650c79d469dd522f5a Petr Gajdos <pgajdos@suse.cz> 1461747177 +0200 clone: from https://github.com/pgajdos/fontinfo.git +988d1000d9b011ee63e6e5650c79d469dd522f5a ba03d1555988b18da113d505e69c796c1903c76a Petr Gajdos <pgajdos@suse.cz> 1461747469 +0200 commit: ycp: add more recent distros, remove old diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/logs/refs/heads/master new/fontinfo/.git/logs/refs/heads/master --- old/fontinfo-20150410/.git/logs/refs/heads/master 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/logs/refs/heads/master 2016-04-27 10:57:49.000000000 +0200 @@ -0,0 +1,2 @@ +0000000000000000000000000000000000000000 988d1000d9b011ee63e6e5650c79d469dd522f5a Petr Gajdos <pgajdos@suse.cz> 1461747177 +0200 clone: from https://github.com/pgajdos/fontinfo.git +988d1000d9b011ee63e6e5650c79d469dd522f5a ba03d1555988b18da113d505e69c796c1903c76a Petr Gajdos <pgajdos@suse.cz> 1461747469 +0200 commit: ycp: add more recent distros, remove old diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/logs/refs/remotes/origin/HEAD new/fontinfo/.git/logs/refs/remotes/origin/HEAD --- old/fontinfo-20150410/.git/logs/refs/remotes/origin/HEAD 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/logs/refs/remotes/origin/HEAD 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1 @@ +0000000000000000000000000000000000000000 988d1000d9b011ee63e6e5650c79d469dd522f5a Petr Gajdos <pgajdos@suse.cz> 1461747177 +0200 clone: from https://github.com/pgajdos/fontinfo.git diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/logs/refs/remotes/origin/master new/fontinfo/.git/logs/refs/remotes/origin/master --- old/fontinfo-20150410/.git/logs/refs/remotes/origin/master 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/logs/refs/remotes/origin/master 2016-04-27 10:58:06.000000000 +0200 @@ -0,0 +1 @@ +988d1000d9b011ee63e6e5650c79d469dd522f5a ba03d1555988b18da113d505e69c796c1903c76a Petr Gajdos <pgajdos@suse.cz> 1461747486 +0200 update by push Files old/fontinfo-20150410/.git/objects/0d/e382e93704fa1466d27ab851b6150f6c03f97b and new/fontinfo/.git/objects/0d/e382e93704fa1466d27ab851b6150f6c03f97b differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/objects/ba/03d1555988b18da113d505e69c796c1903c76a new/fontinfo/.git/objects/ba/03d1555988b18da113d505e69c796c1903c76a --- old/fontinfo-20150410/.git/objects/ba/03d1555988b18da113d505e69c796c1903c76a 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/objects/ba/03d1555988b18da113d505e69c796c1903c76a 2016-04-27 10:57:49.000000000 +0200 @@ -0,0 +1,2 @@ +x;Â0©}íAhíø#èh¹ãÝðÁí Áé ¹Ý{Åh&ŠažUPÚjf$nZÅŸqšû µµ€\èZ#;+ ö6bÓ{×1d~VðmKÉw(%³mز±£ó€'2Jõ&0ÕkÊpæáî +ìÇË2e*ŒÌ>éŽ9X£BqÉ«ü7(ÞqÜA !eÌñWK·Rs*ùéÅ$ŸgN- \ No newline at end of file Files old/fontinfo-20150410/.git/objects/ff/98217a956a738d96823bb6903ae8d0fc487063 and new/fontinfo/.git/objects/ff/98217a956a738d96823bb6903ae8d0fc487063 differ Files old/fontinfo-20150410/.git/objects/pack/pack-e823ad618cf64ff7bec83997c89c2ebd25611ba8.idx and new/fontinfo/.git/objects/pack/pack-e823ad618cf64ff7bec83997c89c2ebd25611ba8.idx differ Files old/fontinfo-20150410/.git/objects/pack/pack-e823ad618cf64ff7bec83997c89c2ebd25611ba8.pack and new/fontinfo/.git/objects/pack/pack-e823ad618cf64ff7bec83997c89c2ebd25611ba8.pack differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/packed-refs new/fontinfo/.git/packed-refs --- old/fontinfo-20150410/.git/packed-refs 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/packed-refs 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1,2 @@ +# pack-refs with: peeled fully-peeled +988d1000d9b011ee63e6e5650c79d469dd522f5a refs/remotes/origin/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/refs/heads/master new/fontinfo/.git/refs/heads/master --- old/fontinfo-20150410/.git/refs/heads/master 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/refs/heads/master 2016-04-27 10:57:49.000000000 +0200 @@ -0,0 +1 @@ +ba03d1555988b18da113d505e69c796c1903c76a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/refs/remotes/origin/HEAD new/fontinfo/.git/refs/remotes/origin/HEAD --- old/fontinfo-20150410/.git/refs/remotes/origin/HEAD 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/refs/remotes/origin/HEAD 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1 @@ +ref: refs/remotes/origin/master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/.git/refs/remotes/origin/master new/fontinfo/.git/refs/remotes/origin/master --- old/fontinfo-20150410/.git/refs/remotes/origin/master 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/.git/refs/remotes/origin/master 2016-04-27 10:58:06.000000000 +0200 @@ -0,0 +1 @@ +ba03d1555988b18da113d505e69c796c1903c76a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/Makefile new/fontinfo/Makefile --- old/fontinfo-20150410/Makefile 2015-04-10 08:28:48.000000000 +0200 +++ new/fontinfo/Makefile 2016-04-27 10:52:57.000000000 +0200 @@ -116,3 +116,4 @@ cp unicode/collections-map.sh fontinfo-$(VERSION)/unicode tar cvjf fontinfo-$(VERSION).tar.bz2 fontinfo-$(VERSION) rm -r fontinfo-$(VERSION) + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/fontinfo-suse.sh new/fontinfo/fontinfo-suse.sh --- old/fontinfo-20150410/fontinfo-suse.sh 2015-04-10 08:28:48.000000000 +0200 +++ new/fontinfo/fontinfo-suse.sh 2016-04-27 10:56:55.000000000 +0200 @@ -21,10 +21,11 @@ -y bento \ -n ymp \ -g \ + -r 'openSUSE Tumbleweed,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_Tumbleweed' \ + -r 'openSUSE Leap 42.1,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_Leap_42.1' \ -r 'openSUSE 13.2,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_13.2' \ + -r 'openSUSE 13.1,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_13.1' \ -r 'SUSE Linux Enterprise Server 12,http://download.opensuse.org/repositories/M17N:/fonts/SLE_12' \ -r 'SUSE Linux Enterprise Desktop 12,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_Factory' \ - -r 'openSUSE 13.1,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_13.1' \ - -r 'openSUSE 12.3,http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_12.3' \ - -r 'SUSE Linux Enterprise Server 11,http://download.opensuse.org/repositories/M17N:/fonts/SLE_11_SP3/' \ - -r 'SUSE Linux Enterprise Desktop 11,http://download.opensuse.org/repositories/M17N:/fonts/SLE_11_SP3/' \ + -r 'SUSE Linux Enterprise Server 11,http://download.opensuse.org/repositories/M17N:/fonts/SLE_11_SP4/' \ + -r 'SUSE Linux Enterprise Desktop 11,http://download.opensuse.org/repositories/M17N:/fonts/SLE_11_SP4/' \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20150410/unicode/blocks.txt new/fontinfo/unicode/blocks.txt --- old/fontinfo-20150410/unicode/blocks.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/fontinfo/unicode/blocks.txt 2016-04-27 10:52:57.000000000 +0200 @@ -0,0 +1,220 @@ +{0x0000, 0x007F, "Basic Latin"}, +{0x0080, 0x00FF, "Latin-1 Supplement"}, +{0x0100, 0x017F, "Latin Extended-A"}, +{0x0180, 0x024F, "Latin Extended-B"}, +{0x0250, 0x02AF, "IPA Extensions"}, +{0x02B0, 0x02FF, "Spacing Modifier Letters"}, +{0x0300, 0x036F, "Combining Diacritical Marks"}, +{0x0370, 0x03FF, "Greek and Coptic"}, +{0x0400, 0x04FF, "Cyrillic"}, +{0x0500, 0x052F, "Cyrillic Supplement"}, +{0x0530, 0x058F, "Armenian"}, +{0x0590, 0x05FF, "Hebrew"}, +{0x0600, 0x06FF, "Arabic"}, +{0x0700, 0x074F, "Syriac"}, +{0x0750, 0x077F, "Arabic Supplement"}, +{0x0780, 0x07BF, "Thaana"}, +{0x07C0, 0x07FF, "NKo"}, +{0x0800, 0x083F, "Samaritan"}, +{0x0840, 0x085F, "Mandaic"}, +{0x08A0, 0x08FF, "Arabic Extended-A"}, +{0x0900, 0x097F, "Devanagari"}, +{0x0980, 0x09FF, "Bengali"}, +{0x0A00, 0x0A7F, "Gurmukhi"}, +{0x0A80, 0x0AFF, "Gujarati"}, +{0x0B00, 0x0B7F, "Oriya"}, +{0x0B80, 0x0BFF, "Tamil"}, +{0x0C00, 0x0C7F, "Telugu"}, +{0x0C80, 0x0CFF, "Kannada"}, +{0x0D00, 0x0D7F, "Malayalam"}, +{0x0D80, 0x0DFF, "Sinhala"}, +{0x0E00, 0x0E7F, "Thai"}, +{0x0E80, 0x0EFF, "Lao"}, +{0x0F00, 0x0FFF, "Tibetan"}, +{0x1000, 0x109F, "Myanmar"}, +{0x10A0, 0x10FF, "Georgian"}, +{0x1100, 0x11FF, "Hangul Jamo"}, +{0x1200, 0x137F, "Ethiopic"}, +{0x1380, 0x139F, "Ethiopic Supplement"}, +{0x13A0, 0x13FF, "Cherokee"}, +{0x1400, 0x167F, "Unified Canadian Aboriginal Syllabics"}, +{0x1680, 0x169F, "Ogham"}, +{0x16A0, 0x16FF, "Runic"}, +{0x1700, 0x171F, "Tagalog"}, +{0x1720, 0x173F, "Hanunoo"}, +{0x1740, 0x175F, "Buhid"}, +{0x1760, 0x177F, "Tagbanwa"}, +{0x1780, 0x17FF, "Khmer"}, +{0x1800, 0x18AF, "Mongolian"}, +{0x18B0, 0x18FF, "Unified Canadian Aboriginal Syllabics Extended"}, +{0x1900, 0x194F, "Limbu"}, +{0x1950, 0x197F, "Tai Le"}, +{0x1980, 0x19DF, "New Tai Lue"}, +{0x19E0, 0x19FF, "Khmer Symbols"}, +{0x1A00, 0x1A1F, "Buginese"}, +{0x1A20, 0x1AAF, "Tai Tham"}, +{0x1B00, 0x1B7F, "Balinese"}, +{0x1B80, 0x1BBF, "Sundanese"}, +{0x1BC0, 0x1BFF, "Batak"}, +{0x1C00, 0x1C4F, "Lepcha"}, +{0x1C50, 0x1C7F, "Ol Chiki"}, +{0x1CC0, 0x1CCF, "Sundanese Supplement"}, +{0x1CD0, 0x1CFF, "Vedic Extensions"}, +{0x1D00, 0x1D7F, "Phonetic Extensions"}, +{0x1D80, 0x1DBF, "Phonetic Extensions Supplement"}, +{0x1DC0, 0x1DFF, "Combining Diacritical Marks Supplement"}, +{0x1E00, 0x1EFF, "Latin Extended Additional"}, +{0x1F00, 0x1FFF, "Greek Extended"}, +{0x2000, 0x206F, "General Punctuation"}, +{0x2070, 0x209F, "Superscripts and Subscripts"}, +{0x20A0, 0x20CF, "Currency Symbols"}, +{0x20D0, 0x20FF, "Combining Diacritical Marks for Symbols"}, +{0x2100, 0x214F, "Letterlike Symbols"}, +{0x2150, 0x218F, "Number Forms"}, +{0x2190, 0x21FF, "Arrows"}, +{0x2200, 0x22FF, "Mathematical Operators"}, +{0x2300, 0x23FF, "Miscellaneous Technical"}, +{0x2400, 0x243F, "Control Pictures"}, +{0x2440, 0x245F, "Optical Character Recognition"}, +{0x2460, 0x24FF, "Enclosed Alphanumerics"}, +{0x2500, 0x257F, "Box Drawing"}, +{0x2580, 0x259F, "Block Elements"}, +{0x25A0, 0x25FF, "Geometric Shapes"}, +{0x2600, 0x26FF, "Miscellaneous Symbols"}, +{0x2700, 0x27BF, "Dingbats"}, +{0x27C0, 0x27EF, "Miscellaneous Mathematical Symbols-A"}, +{0x27F0, 0x27FF, "Supplemental Arrows-A"}, +{0x2800, 0x28FF, "Braille Patterns"}, +{0x2900, 0x297F, "Supplemental Arrows-B"}, +{0x2980, 0x29FF, "Miscellaneous Mathematical Symbols-B"}, +{0x2A00, 0x2AFF, "Supplemental Mathematical Operators"}, +{0x2B00, 0x2BFF, "Miscellaneous Symbols and Arrows"}, +{0x2C00, 0x2C5F, "Glagolitic"}, +{0x2C60, 0x2C7F, "Latin Extended-C"}, +{0x2C80, 0x2CFF, "Coptic"}, +{0x2D00, 0x2D2F, "Georgian Supplement"}, +{0x2D30, 0x2D7F, "Tifinagh"}, +{0x2D80, 0x2DDF, "Ethiopic Extended"}, +{0x2DE0, 0x2DFF, "Cyrillic Extended-A"}, +{0x2E00, 0x2E7F, "Supplemental Punctuation"}, +{0x2E80, 0x2EFF, "CJK Radicals Supplement"}, +{0x2F00, 0x2FDF, "Kangxi Radicals"}, +{0x2FF0, 0x2FFF, "Ideographic Description Characters"}, +{0x3000, 0x303F, "CJK Symbols and Punctuation"}, +{0x3040, 0x309F, "Hiragana"}, +{0x30A0, 0x30FF, "Katakana"}, +{0x3100, 0x312F, "Bopomofo"}, +{0x3130, 0x318F, "Hangul Compatibility Jamo"}, +{0x3190, 0x319F, "Kanbun"}, +{0x31A0, 0x31BF, "Bopomofo Extended"}, +{0x31C0, 0x31EF, "CJK Strokes"}, +{0x31F0, 0x31FF, "Katakana Phonetic Extensions"}, +{0x3200, 0x32FF, "Enclosed CJK Letters and Months"}, +{0x3300, 0x33FF, "CJK Compatibility"}, +{0x3400, 0x4DBF, "CJK Unified Ideographs Extension A"}, +{0x4DC0, 0x4DFF, "Yijing Hexagram Symbols"}, +{0x4E00, 0x9FFF, "CJK Unified Ideographs"}, +{0xA000, 0xA48F, "Yi Syllables"}, +{0xA490, 0xA4CF, "Yi Radicals"}, +{0xA4D0, 0xA4FF, "Lisu"}, +{0xA500, 0xA63F, "Vai"}, +{0xA640, 0xA69F, "Cyrillic Extended-B"}, +{0xA6A0, 0xA6FF, "Bamum"}, +{0xA700, 0xA71F, "Modifier Tone Letters"}, +{0xA720, 0xA7FF, "Latin Extended-D"}, +{0xA800, 0xA82F, "Syloti Nagri"}, +{0xA830, 0xA83F, "Common Indic Number Forms"}, +{0xA840, 0xA87F, "Phags-pa"}, +{0xA880, 0xA8DF, "Saurashtra"}, +{0xA8E0, 0xA8FF, "Devanagari Extended"}, +{0xA900, 0xA92F, "Kayah Li"}, +{0xA930, 0xA95F, "Rejang"}, +{0xA960, 0xA97F, "Hangul Jamo Extended-A"}, +{0xA980, 0xA9DF, "Javanese"}, +{0xAA00, 0xAA5F, "Cham"}, +{0xAA60, 0xAA7F, "Myanmar Extended-A"}, +{0xAA80, 0xAADF, "Tai Viet"}, +{0xAAE0, 0xAAFF, "Meetei Mayek Extensions"}, +{0xAB00, 0xAB2F, "Ethiopic Extended-A"}, +{0xABC0, 0xABFF, "Meetei Mayek"}, +{0xAC00, 0xD7AF, "Hangul Syllables"}, +{0xD7B0, 0xD7FF, "Hangul Jamo Extended-B"}, +{0xD800, 0xDB7F, "High Surrogates"}, +{0xDB80, 0xDBFF, "High Private Use Surrogates"}, +{0xDC00, 0xDFFF, "Low Surrogates"}, +{0xE000, 0xF8FF, "Private Use Area"}, +{0xF900, 0xFAFF, "CJK Compatibility Ideographs"}, +{0xFB00, 0xFB4F, "Alphabetic Presentation Forms"}, +{0xFB50, 0xFDFF, "Arabic Presentation Forms-A"}, +{0xFE00, 0xFE0F, "Variation Selectors"}, +{0xFE10, 0xFE1F, "Vertical Forms"}, +{0xFE20, 0xFE2F, "Combining Half Marks"}, +{0xFE30, 0xFE4F, "CJK Compatibility Forms"}, +{0xFE50, 0xFE6F, "Small Form Variants"}, +{0xFE70, 0xFEFF, "Arabic Presentation Forms-B"}, +{0xFF00, 0xFFEF, "Halfwidth and Fullwidth Forms"}, +{0xFFF0, 0xFFFF, "Specials"}, +{0x10000, 0x1007F, "Linear B Syllabary"}, +{0x10080, 0x100FF, "Linear B Ideograms"}, +{0x10100, 0x1013F, "Aegean Numbers"}, +{0x10140, 0x1018F, "Ancient Greek Numbers"}, +{0x10190, 0x101CF, "Ancient Symbols"}, +{0x101D0, 0x101FF, "Phaistos Disc"}, +{0x10280, 0x1029F, "Lycian"}, +{0x102A0, 0x102DF, "Carian"}, +{0x10300, 0x1032F, "Old Italic"}, +{0x10330, 0x1034F, "Gothic"}, +{0x10380, 0x1039F, "Ugaritic"}, +{0x103A0, 0x103DF, "Old Persian"}, +{0x10400, 0x1044F, "Deseret"}, +{0x10450, 0x1047F, "Shavian"}, +{0x10480, 0x104AF, "Osmanya"}, +{0x10800, 0x1083F, "Cypriot Syllabary"}, +{0x10840, 0x1085F, "Imperial Aramaic"}, +{0x10900, 0x1091F, "Phoenician"}, +{0x10920, 0x1093F, "Lydian"}, +{0x10980, 0x1099F, "Meroitic Hieroglyphs"}, +{0x109A0, 0x109FF, "Meroitic Cursive"}, +{0x10A00, 0x10A5F, "Kharoshthi"}, +{0x10A60, 0x10A7F, "Old South Arabian"}, +{0x10B00, 0x10B3F, "Avestan"}, +{0x10B40, 0x10B5F, "Inscriptional Parthian"}, +{0x10B60, 0x10B7F, "Inscriptional Pahlavi"}, +{0x10C00, 0x10C4F, "Old Turkic"}, +{0x10E60, 0x10E7F, "Rumi Numeral Symbols"}, +{0x11000, 0x1107F, "Brahmi"}, +{0x11080, 0x110CF, "Kaithi"}, +{0x110D0, 0x110FF, "Sora Sompeng"}, +{0x11100, 0x1114F, "Chakma"}, +{0x11180, 0x111DF, "Sharada"}, +{0x11680, 0x116CF, "Takri"}, +{0x12000, 0x123FF, "Cuneiform"}, +{0x12400, 0x1247F, "Cuneiform Numbers and Punctuation"}, +{0x13000, 0x1342F, "Egyptian Hieroglyphs"}, +{0x16800, 0x16A3F, "Bamum Supplement"}, +{0x16F00, 0x16F9F, "Miao"}, +{0x1B000, 0x1B0FF, "Kana Supplement"}, +{0x1D000, 0x1D0FF, "Byzantine Musical Symbols"}, +{0x1D100, 0x1D1FF, "Musical Symbols"}, +{0x1D200, 0x1D24F, "Ancient Greek Musical Notation"}, +{0x1D300, 0x1D35F, "Tai Xuan Jing Symbols"}, +{0x1D360, 0x1D37F, "Counting Rod Numerals"}, +{0x1D400, 0x1D7FF, "Mathematical Alphanumeric Symbols"}, +{0x1EE00, 0x1EEFF, "Arabic Mathematical Alphabetic Symbols"}, +{0x1F000, 0x1F02F, "Mahjong Tiles"}, +{0x1F030, 0x1F09F, "Domino Tiles"}, +{0x1F0A0, 0x1F0FF, "Playing Cards"}, +{0x1F100, 0x1F1FF, "Enclosed Alphanumeric Supplement"}, +{0x1F200, 0x1F2FF, "Enclosed Ideographic Supplement"}, +{0x1F300, 0x1F5FF, "Miscellaneous Symbols And Pictographs"}, +{0x1F600, 0x1F64F, "Emoticons"}, +{0x1F680, 0x1F6FF, "Transport And Map Symbols"}, +{0x1F700, 0x1F77F, "Alchemical Symbols"}, +{0x20000, 0x2A6DF, "CJK Unified Ideographs Extension B"}, +{0x2A700, 0x2B73F, "CJK Unified Ideographs Extension C"}, +{0x2B740, 0x2B81F, "CJK Unified Ideographs Extension D"}, +{0x2F800, 0x2FA1F, "CJK Compatibility Ideographs Supplement"}, +{0xE0000, 0xE007F, "Tags"}, +{0xE0100, 0xE01EF, "Variation Selectors Supplement"}, +{0xF0000, 0xFFFFF, "Supplementary Private Use Area-A"}, +{0x100000, 0x10FFFF, "Supplementary Private Use Area-B"},
participants (1)
-
root@hilbert.suse.de