diff --git a/anjuta-2.2.3-missing-header.patch b/anjuta-2.2.3-missing-header.patch new file mode 100644 index 0000000..f42ff52 --- /dev/null +++ b/anjuta-2.2.3-missing-header.patch @@ -0,0 +1,11 @@ +diff -urNp anjuta-2.2.3.orig/libanjuta/libanjuta.h anjuta-2.2.3/libanjuta/libanjuta.h +--- anjuta-2.2.3.orig/libanjuta/libanjuta.h 2007-08-14 03:09:27.000000000 +0530 ++++ anjuta-2.2.3/libanjuta/libanjuta.h 2008-05-13 09:13:54.000000000 +0530 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/anjuta.spec b/anjuta.spec index 072c1e5..6d6e01c 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -7,14 +7,15 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 Version: 2.2.3 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ Source0: http://downloads.sourceforge.net/anjuta/%{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-makefile.patch -Patch1: %{name}-%{version}-%{name}-tags.patch +Patch1: %{name}-%{version}-missing-header.patch +Patch2: %{name}-%{version}-%{name}-tags.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -89,6 +90,7 @@ Documentation for Anjuta DevStudio provided in DocBook format. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 # Suppress rpmlint error. chmod 644 `find . -name "*.cxx" -perm /111 -print` @@ -253,6 +255,10 @@ scrollkeeper-update -q || : %{_datadir}/omf/%{name}-manual/%{name}-manual-C.omf %changelog +* Tue May 13 2008 Debarshi Ray - 1:2.2.3-8 +- Added missing header to fix build failure on ia64. Closes Red Hat Bugzilla + bug #446020. + * Fri Apr 11 2008 Debarshi Ray - 1:2.2.3-7 - Restored empty files. Fixes Red Hat Bugzilla bug #440087.