From d60d2758bad2cc34c823c7e111bb1fcbc0b76a4d Mon Sep 17 00:00:00 2001 From: Douglas E. Warner Date: Sep 24 2008 13:53:37 +0000 Subject: - updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings --- diff --git a/ale-0.9.0-gcc-4.3.patch b/ale-0.9.0-gcc-4.3.patch deleted file mode 100644 index 248d29a..0000000 --- a/ale-0.9.0-gcc-4.3.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ruN ale-0.9.0/ui/ui.h ale-0.9.0-new/ui/ui.h ---- ale-0.9.0/ui/ui.h 2008-04-14 19:55:21.000000000 -0400 -+++ ale-0.9.0-new/ui/ui.h 2008-04-21 13:27:28.000000000 -0400 -@@ -21,6 +21,7 @@ - #ifndef __ui_h__ - #define __ui_h__ - -+#include - #include - #include - #include diff --git a/ale-0.9.0.1-gcc43.patch b/ale-0.9.0.1-gcc43.patch new file mode 100644 index 0000000..87c8e27 --- /dev/null +++ b/ale-0.9.0.1-gcc43.patch @@ -0,0 +1,11 @@ +diff -ruN ale-0.9.0.1-orig/ui/ui.h ale-0.9.0.1/ui/ui.h +--- ale-0.9.0.1-orig/ui/ui.h 2008-06-13 18:20:56.000000000 -0400 ++++ ale-0.9.0.1/ui/ui.h 2008-09-24 09:32:51.000000000 -0400 +@@ -21,6 +21,7 @@ + #ifndef __ui_h__ + #define __ui_h__ + ++#include + #include + #include + #include diff --git a/ale.spec b/ale.spec index f5d0c0a..d58e344 100644 --- a/ale.spec +++ b/ale.spec @@ -1,13 +1,14 @@ Name: ale Version: 0.9.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Combines multiple inputs of the same scene Group: Applications/Multimedia License: GPLv3 URL: http://auricle.dyndns.org/ALE/ Source0: http://auricle.dyndns.org/ALE/download/%{name}-%{version}.tar.gz -Patch0: ale-0.9.0-gcc-4.3.patch +# sent patch to upstream mailing list on 2008.09.23 +Patch0: ale-0.9.0.1-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ImageMagick-devel @@ -59,6 +60,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 23 2008 Douglas E. Warner 0.9.0.1-2 +- updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings + * Wed Jun 18 2008 Douglas E. Warner 0.9.0.1-1 - updating to ale 0.9.0.1