Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2016-03-16 10:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fontconfig (Old)
 and      /work/SRC/openSUSE:Factory/.fontconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fontconfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes    2015-05-20 
23:35:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes       
2016-03-16 10:43:13.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 16:20:54 UTC 2016 - [email protected]
+
+- Add fontconfig-locale_c.utf8.patch to recognize C.UTF-8 locale,
+  patch from Debian.
+
+-------------------------------------------------------------------

New:
----
  fontconfig-locale_c.utf8.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fontconfig.spec ++++++
--- /var/tmp/diff_new_pack.InQZCZ/_old  2016-03-16 10:43:14.000000000 +0100
+++ /var/tmp/diff_new_pack.InQZCZ/_new  2016-03-16 10:43:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontconfig
 #
-# 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
@@ -30,6 +30,7 @@
 # suse specific because freetype2-bitmap-foundry.patch
 # https://www.libreoffice.org/bugzilla/show_bug.cgi?id=47704
 Patch0:         make-check.patch
+Patch1:         fontconfig-locale_c.utf8.patch
 BuildRequires:  automake >= 1.11
 BuildRequires:  freetype2-devel
 BuildRequires:  libexpat-devel
@@ -106,6 +107,7 @@
    tar -xvf %{SOURCE1}
 %endif
 %patch0 -p1
+%patch1 -p1
 # use suse-specific doc path:
 find -name \*.1 -o -name \*.sgml | xargs sed -i -e 
's/usr\/share\/doc\/fontconfig/usr\/share\/doc\/packages\/fontconfig/g'
 

++++++ fontconfig-locale_c.utf8.patch ++++++
Index: fontconfig-2.11.1/src/fclang.c
===================================================================
--- fontconfig-2.11.1.orig/src/fclang.c
+++ fontconfig-2.11.1/src/fclang.c
@@ -189,6 +189,8 @@ FcLangNormalize (const FcChar8 *lang)
        return NULL;
 
     if (FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C") == 0 ||
+    FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C.UTF-8") == 0 ||
+    FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C.utf8") == 0 ||
        FcStrCmpIgnoreCase (lang, (const FcChar8 *)"POSIX") == 0)
     {
        result = FcStrCopy ((const FcChar8 *)"en");


Reply via email to