Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2018-01-15 13:53:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fontconfig (Old)
 and      /work/SRC/openSUSE:Factory/.fontconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fontconfig"

Mon Jan 15 13:53:56 2018 rev:89 rq:565620 version:2.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes    2017-11-14 
14:08:32.270624380 +0100
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes       
2018-01-15 13:53:58.138730238 +0100
@@ -1,0 +2,6 @@
+Mon Jan 15 12:47:39 UTC 2018 - pgaj...@suse.com
+
+- fc-query: remove redundant debug output
+  + fontconfig-remove-debug-output.patch
+
+-------------------------------------------------------------------

New:
----
  fontconfig-remove-debug-output.patch

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

Other differences:
------------------
++++++ fontconfig.spec ++++++
--- /var/tmp/diff_new_pack.ayCjQd/_old  2018-01-15 13:53:59.298675803 +0100
+++ /var/tmp/diff_new_pack.ayCjQd/_new  2018-01-15 13:53:59.298675803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fontconfig
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -26,6 +26,7 @@
 Source0:        http://fontconfig.org/release/%{name}-%{version}.tar.bz2
 Source4:        baselibs.conf
 Source5:        local.conf
+Patch0:         fontconfig-remove-debug-output.patch
 BuildRequires:  automake >= 1.11
 BuildRequires:  gperf
 BuildRequires:  libtool
@@ -65,6 +66,7 @@
 
 %prep
 %setup -q
+%patch0 -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-remove-debug-output.patch ++++++
>From b56207a069be2574df455ede0a6ab61f44d5ca2b Mon Sep 17 00:00:00 2001
From: Behdad Esfahbod <beh...@behdad.org>
Date: Tue, 12 Sep 2017 13:25:46 -0400
Subject: [PATCH] Remove stray printf()

Ouch.
---
 fc-query/fc-query.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c
index 842a8b6..6cd5abd 100644
--- a/fc-query/fc-query.c
+++ b/fc-query/fc-query.c
@@ -170,7 +170,6 @@ main (int argc, char **argv)
            FcPattern *pat;
 
            id = ((instance_num << 16) + face_num);
-           printf("id %d\n", id);
            if (FT_New_Face (ftLibrary, argv[i], id, &face))
              break;
            num_faces = face->num_faces;


Reply via email to