diff --git a/bugzilla-158573-turn-off-hinting-when-embolden.patch b/bugzilla-158573-turn-off-hinting-when-embolden.patch
deleted file mode 100644
index de9794b..0000000
--- a/bugzilla-158573-turn-off-hinting-when-embolden.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -ru fontconfig-2.4.1.orig/conf.d/90-synthetic.conf fontconfig-2.4.1/conf.d/90-synthetic.conf
---- fontconfig-2.4.1.orig/conf.d/90-synthetic.conf 2006-09-11 03:18:28.000000000 +0200
-+++ fontconfig-2.4.1/conf.d/90-synthetic.conf 2006-10-16 15:58:20.000000000 +0200
-@@ -60,5 +60,16 @@
-
- bold
-
-+
-+
-+ hintnone
-+
-
-
diff --git a/fix-build-for-10.0.patch b/fix-build-for-10.0.patch
deleted file mode 100644
index 9f0c5ab..0000000
--- a/fix-build-for-10.0.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ru fontconfig-2.3.94.orig/configure.in fontconfig-2.3.94/configure.in
---- fontconfig-2.3.94.orig/configure.in 2006-03-10 15:59:31.000000000 +0100
-+++ fontconfig-2.3.94/configure.in 2006-04-04 17:25:40.000000000 +0200
-@@ -300,19 +300,19 @@
- esac
- fi
-
--#
--# Check libxml2 configuration
--#
--
--AC_ARG_ENABLE(libxml2, [ --enable-libxml2 Use libxml2 instead of Expat])
--
--if test "$enable_libxml2" = "yes" -o "$expat" = "no"; then
-- PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.6])
-- AC_DEFINE_UNQUOTED(ENABLE_LIBXML2,1,[Use libxml2 instead of Expat])
--
-- AC_SUBST(LIBXML2_CFLAGS)
-- AC_SUBST(LIBXML2_LIBS)
--fi
-+##
-+## Check libxml2 configuration
-+##
-+#
-+#AC_ARG_ENABLE(libxml2, [ --enable-libxml2 Use libxml2 instead of Expat])
-+#
-+#if test "$enable_libxml2" = "yes" -o "$expat" = "no"; then
-+# PKG_CHECK_MODULES([LIBXML2], [libxml-2.0 >= 2.6])
-+# AC_DEFINE_UNQUOTED(ENABLE_LIBXML2,1,[Use libxml2 instead of Expat])
-+#
-+# AC_SUBST(LIBXML2_CFLAGS)
-+# AC_SUBST(LIBXML2_LIBS)
-+#fi
-
- #
- # Set default font directory
diff --git a/fontconfig-2.7.0.tar.bz2 b/fontconfig-2.7.0.tar.bz2
deleted file mode 100644
index 397ce32..0000000
--- a/fontconfig-2.7.0.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5004a4d79f6fb284d73d9f3377f668fca40bf370a0b46c63258223d7fd2e0d09
-size 1251603
diff --git a/fontconfig-2.8.0.tar.bz2 b/fontconfig-2.8.0.tar.bz2
new file mode 100644
index 0000000..aa555e5
--- /dev/null
+++ b/fontconfig-2.8.0.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd7477f7ae1fbbca3e653ba3d294263b62f3019497c4d2df8dc960558f3636c2
+size 1255996
diff --git a/fontconfig.changes b/fontconfig.changes
index 904527b..6da841a 100644
--- a/fontconfig.changes
+++ b/fontconfig.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Dec 7 11:14:35 CET 2009 - pgajdos@suse.cz
+
+- updated to version 2.8.0 (see README)
+
-------------------------------------------------------------------
Tue Nov 3 19:09:16 UTC 2009 - coolo@novell.com
diff --git a/fontconfig.spec b/fontconfig.spec
index 7690568..cda0c71 100644
--- a/fontconfig.spec
+++ b/fontconfig.spec
@@ -1,5 +1,5 @@
#
-# spec file for package fontconfig (Version 2.7.0)
+# spec file for package fontconfig (Version 2.8.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -24,7 +24,7 @@ BuildRequires: freetype2-devel libexpat-devel pkgconfig
%if %{build_docs}
BuildRequires: docbook-dsssl-stylesheets docbook-utils docbook_3 docbook_4 iso_ent jadetex libpng libxml2 libxml2-devel lynx openjade opensp perl-SGMLS sgml-skel tetex
%endif
-License: Public Domain, Freeware ; MIT License (or similar)
+License: Public Domain, Freeware ; MIT License (or similar)
Provides: XFree86:/etc/fonts/fonts.dtd
Group: System/Libraries
Url: http://fontconfig.org/
@@ -34,8 +34,8 @@ AutoReqProv: on
Obsoletes: fontconfig-64bit
%endif
Requires: bash
-Version: 2.7.0
-Release: 3
+Version: 2.8.0
+Release: 1
Summary: Library for Font Configuration
# CVS can be found here: (CVS is gone, fontconfig uses git now).
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
@@ -63,7 +63,6 @@ Source30: 29-liberation-aliases.conf
Patch5: AppleRoman-DynaFont.patch
Patch10: conf.patch
Patch16: make-check.patch
-Patch29: fix-build-for-10.0.patch
Patch30: bugzilla-179457-fix-font-file-names-for-wine.patch
Patch31: bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch
Patch32: usr-share-doc-packages.patch
@@ -121,7 +120,6 @@ Authors:
%patch5 -p0 -b .dynafont
%patch10 -p1 -b .fonts.conf
%patch16 -p1
-#%patch29 -p1
#%patch30 -p1
%patch31 -p1
%patch32 -p1