diff --git a/ghc-gtk.spec b/ghc-gtk.spec index 22060be..1f79346 100644 --- a/ghc-gtk.spec +++ b/ghc-gtk.spec @@ -29,7 +29,6 @@ BuildRequires: ghc-gio-prof BuildRequires: ghc-glib-prof BuildRequires: ghc-mtl-prof BuildRequires: ghc-pango-prof -Patch1: gtk-gthread.h-include.patch %description %{common_description} @@ -37,7 +36,6 @@ Patch1: gtk-gthread.h-include.patch %prep %setup -q -n %{pkg_name}-%{version} -%patch1 -p1 -b .orig %build %ghc_lib_build @@ -68,6 +66,7 @@ Obsoletes: ghc-gtkglext-prof < 0.11, ghc-soegtk-prof < 0.11, ghc-vte-prof < 0.11 %changelog * Thu Jun 21 2012 Jens Petersen - 0.12.3.1-1 - update to 0.12.3.1 +- no longer need gtk-gthread.h-include.patch * Fri Jun 15 2012 Jens Petersen - 0.12.3-2 - rebuild diff --git a/gtk-gthread.h-include.patch b/gtk-gthread.h-include.patch deleted file mode 100644 index fc600d6..0000000 --- a/gtk-gthread.h-include.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -u gtk-0.12.2/Graphics/UI/Gtk/General/hsgthread.c\~ gtk-0.12.2/Graphics/UI/Gtk/General/hsgthread.c ---- gtk-0.12.2/Graphics/UI/Gtk/General/hsgthread.c~ 2011-11-14 07:15:41.000000000 +0900 -+++ gtk-0.12.2/Graphics/UI/Gtk/General/hsgthread.c 2012-01-08 14:58:45.849209318 +0900 -@@ -26,7 +26,8 @@ - */ - - #include --#include -+/* f17 gives Error "Only can be included directly." -+ #include */ - #include - #include "hsgthread.h" - - -Diff finished. Sun Jan 8 14:58:54 2012