Hello community, here is the log from the commit of package fontconfig for openSUSE:Factory checked in at 2013-02-13 14:37:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontconfig (Old) and /work/SRC/openSUSE:Factory/.fontconfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontconfig", Maintainer is "pgaj...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes 2012-12-05 13:51:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes 2013-02-13 14:37:06.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Feb 13 10:08:11 UTC 2013 - pgaj...@suse.com + +- added mapping Arial Narrow <-> Liberation Sans Narrow into + metric-aliases.conf [bnc#762695] + * metric-arial-narrow.patch + +------------------------------------------------------------------- New: ---- metric-arial-narrow.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontconfig.spec ++++++ --- /var/tmp/diff_new_pack.196MIZ/_old 2013-02-13 14:37:09.000000000 +0100 +++ /var/tmp/diff_new_pack.196MIZ/_new 2013-02-13 14:37:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package fontconfig # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -76,8 +76,10 @@ Patch1: usr-share-doc-packages.patch # https://www.libreoffice.org/bugzilla/show_bug.cgi?id=47705 Patch2: cloexec.patch -# to be upstreamed +# to be upstreamed https://bugs.freedesktop.org/show_bug.cgi?id=47721 Patch3: metric-croscore.patch +# to be upstreamed https://bugs.freedesktop.org/show_bug.cgi?id=60783 +Patch4: metric-arial-narrow.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: ipa-fonts-config = 003.02 Obsoletes: ipa-fonts-config <= 003.02 @@ -124,6 +126,7 @@ %patch1 -p1 %patch2 %patch3 +%patch4 %build autoreconf -fiv ++++++ metric-arial-narrow.patch ++++++ Index: conf.d/30-metric-aliases.conf =================================================================== --- conf.d/30-metric-aliases.conf +++ conf.d/30-metric-aliases.conf @@ -296,5 +296,15 @@ </accept> </alias> + <!-- Map Arial Narrow <-> Liberation Sans Narrow --> + <alias binding="same"> + <family>Arial Narrow</family> + <accept><family>Liberation Sans Narrow</family></accept> + </alias> + + <alias binding="same"> + <family>Liberation Sans Narrow</family> + <accept><family>Arial Narrow</family></accept> + </alias> </fontconfig> -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org