From df1c1f5b02ec14719bd84d7bb7d711137af6ce93 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mar 27 2008 15:42:32 +0000 Subject: - Actually build against GCC 4.3 --- diff --git a/agave-gcc43.patch b/agave-gcc43.patch new file mode 100644 index 0000000..9f23771 --- /dev/null +++ b/agave-gcc43.patch @@ -0,0 +1,11 @@ +diff -up agave-0.4.2/src/paletteparser/palette.h.gcc43 agave-0.4.2/src/paletteparser/palette.h +--- agave-0.4.2/src/paletteparser/palette.h.gcc43 2008-03-27 11:19:26.000000000 -0400 ++++ agave-0.4.2/src/paletteparser/palette.h 2008-03-27 11:37:55.000000000 -0400 +@@ -26,6 +26,7 @@ + #ifndef __PP_PALETTE_H + #define __PP_PALETTE_H + ++#include + #include + #include + #include diff --git a/agave.spec b/agave.spec index 74d1995..5b29b6b 100644 --- a/agave.spec +++ b/agave.spec @@ -1,12 +1,13 @@ Name: agave Version: 0.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia License: GPLv2+ URL: http://home.gna.org/colorscheme/ Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2 +Patch1: agave-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # see http://home.gna.org/colorscheme/downloads.shtml for buildreqs @@ -37,6 +38,7 @@ allows you to generate a variety of colorschemes from a single starting color. %prep %setup -q +%patch1 -p1 -b .gcc43 %build @@ -119,6 +121,9 @@ fi %changelog +* Thu Mar 27 2008 Christopher Aillon - 0.4.2-7 +- Actually build against GCC 4.3 + * Mon Feb 18 2008 Fedora Release Engineering - 0.4.2-6 - Autorebuild for GCC 4.3