Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2012-01-06 11:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fontconfig (Old)
 and      /work/SRC/openSUSE:Factory/.fontconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fontconfig", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes    2011-12-21 
17:00:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes       
2012-01-06 11:43:39.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan  1 23:42:27 UTC 2012 - [email protected]
+
+- The O_CLOEXEC patch missed one case, in particular the 
+  loading of configuration files, this has been fixed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fontconfig.spec ++++++
--- /var/tmp/diff_new_pack.5znBmK/_old  2012-01-06 11:43:40.000000000 +0100
+++ /var/tmp/diff_new_pack.5znBmK/_new  2012-01-06 11:43:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontconfig
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           fontconfig
 %define build_docs 0
 BuildRequires:  automake



++++++ fontconfig-visibility.patch ++++++
--- /var/tmp/diff_new_pack.5znBmK/_old  2012-01-06 11:43:40.000000000 +0100
+++ /var/tmp/diff_new_pack.5znBmK/_new  2012-01-06 11:43:40.000000000 +0100
@@ -119,3 +119,14 @@
  DOCSRC=@DOCSRC@
  SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \
        fc-cache fc-cat fc-list fc-match fc-query fc-scan conf.d $(DOCSRC) test
+--- src/fcxml.c.orig
++++ src/fcxml.c
+@@ -2485,7 +2485,7 @@ FcConfigParseAndLoad (FcConfig       *conf
+     if (FcDebug () & FC_DBG_CONFIG)
+       printf ("\tLoading config file %s\n", filename);
+ 
+-    fd = open ((char *) filename, O_RDONLY);
++    fd = open ((char *) filename, O_RDONLY|O_CLOEXEC);
+     if (fd == -1) { 
+       FcStrFree (filename);
+       goto bail0;









-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to