- updated gcc4.3 patch for 0.9.0.1 to compile w/ new fuzz settings
This commit is contained in:
parent
8f0702e6f0
commit
d60d2758ba
3 changed files with 17 additions and 13 deletions
|
|
@ -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 <cstring>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
11
ale-0.9.0.1-gcc43.patch
Normal file
11
ale-0.9.0.1-gcc43.patch
Normal file
|
|
@ -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 <cstring>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
8
ale.spec
8
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 <silfreed@silfreed.net> 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 <silfreed@silfreed.net> 0.9.0.1-1
|
||||
- updating to ale 0.9.0.1
|
||||
|
||||
|
|
|
|||
Reference in a new issue