Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2013-12-19 12:08:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and      /work/SRC/openSUSE:Factory/.gfxboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfxboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2012-10-01 
12:37:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes     2013-12-19 
12:08:46.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 21:01:43 UTC 2013 - [email protected]
+
+- Added use-recommended-freetype-include.patch -- Freetype upstream 
+  recommends using their macros together with ft2build include. 
+  Positive sideeffect is that this patch makes it build with both 
+  freetype2 2.5.1, and older version
+
+-------------------------------------------------------------------

New:
----
  use-recommended-freetype-include.patch

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.lZy4Sv/_old  2013-12-19 12:08:47.000000000 +0100
+++ /var/tmp/diff_new_pack.lZy4Sv/_new  2013-12-19 12:08:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gfxboot
 #
-# 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
@@ -30,6 +30,9 @@
 Source4:        SLES.tar.bz2
 Source5:        upstream.tar.bz2
 Source6:        examples.tar.bz2
+# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
+# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
+Patch0:         use-recommended-freetype-include.patch
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi
@@ -68,8 +71,8 @@
 Group:          System/Boot
 PreReq:         %{name} >= 4
 Supplements:    packageand(%{name}:branding-upstream)
-Provides:       %{name}-theme = %{version}
 Provides:       %{name}-branding = %{version}
+Provides:       %{name}-theme = %{version}
 Conflicts:      otherproviders(%{name}-branding)
 
 %description branding-upstream
@@ -80,8 +83,8 @@
 Group:          System/Boot
 PreReq:         %{name} >= 4
 Supplements:    packageand(%{name}:branding-SLES)
-Provides:       %{name}-theme = %{version}
 Provides:       %{name}-branding = %{version}
+Provides:       %{name}-theme = %{version}
 Obsoletes:      bootloader-theme-SLES < %{version}
 Provides:       bootloader-theme-SLES = %{version}
 Conflicts:      otherproviders(%{name}-branding)
@@ -94,8 +97,8 @@
 Group:          System/Boot
 PreReq:         %{name} >= 4
 Supplements:    packageand(%{name}:branding-SLED)
-Provides:       %{name}-theme = %{version}
 Provides:       %{name}-branding = %{version}
+Provides:       %{name}-theme = %{version}
 Obsoletes:      bootloader-theme-NLD < %{version}
 Provides:       bootloader-theme-NLD = %{version}
 Conflicts:      otherproviders(%{name}-branding)
@@ -108,8 +111,8 @@
 Group:          System/Boot
 PreReq:         %{name} >= 4
 Supplements:    packageand(%{name}:branding-KDE)
-Provides:       %{name}-theme = %{version}
 Provides:       %{name}-branding = %{version}
+Provides:       %{name}-theme = %{version}
 Conflicts:      otherproviders(%{name}-branding)
 
 %description branding-KDE
@@ -117,6 +120,7 @@
 
 %prep
 %setup
+%patch0 -p1
 %setup -T -D -a 1
 %setup -T -D -a 2
 %setup -T -D -a 3

++++++ use-recommended-freetype-include.patch ++++++
diff -Naur gfxboot-4.5.1/gfxboot-font.c gfxboot-4.5.1.new/gfxboot-font.c
--- gfxboot-4.5.1/gfxboot-font.c        2012-09-06 12:07:10.000000000 +0200
+++ gfxboot-4.5.1.new/gfxboot-font.c    2013-12-11 21:57:16.983783036 +0100
@@ -13,7 +13,7 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include <freetype/ftsynth.h>
+#include FT_SYNTHESIS_H
 
 
 #define MAGIC 0xd2828e06
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to