rpms/anjuta/F-7 anjuta-2.2.3-missing-header.patch, NONE, 1.1 anjuta.spec, 1.38, 1.39

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Wed May 14 03:00:43 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21947

Modified Files:
	anjuta.spec 
Added Files:
	anjuta-2.2.3-missing-header.patch 
Log Message:
* Tue May 13 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.2.3-8
- Added missing header to fix build failure on ia64. Closes Red Hat Bugzilla
  bug #446020.


anjuta-2.2.3-missing-header.patch:

--- NEW FILE anjuta-2.2.3-missing-header.patch ---
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 <libanjuta/anjuta-plugin-description.h>
 #include <libanjuta/anjuta-plugin.h>
 #include <libanjuta/anjuta-plugin-manager.h>
+#include <libanjuta/anjuta-plugin-handle.h>
 #include <libanjuta/anjuta-preferences-dialog.h>
 #include <libanjuta/anjuta-preferences.h>
 #include <libanjuta/anjuta-profile.h>


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/F-7/anjuta.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- anjuta.spec	12 Apr 2008 13:03:15 -0000	1.38
+++ anjuta.spec	14 May 2008 02:59:52 -0000	1.39
@@ -7,14 +7,15 @@
 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 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # Suppress rpmlint error.
 chmod 644 `find . -name "*.cxx" -perm /111 -print`
@@ -253,6 +255,10 @@
 %{_datadir}/omf/%{name}-manual/%{name}-manual-C.omf
 
 %changelog
+* Tue May 13 2008 Debarshi Ray <rishi at fedoraproject.org> - 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 <rishi at fedoraproject.org> - 1:2.2.3-7
 - Restored empty files. Fixes Red Hat Bugzilla bug #440087.
 




More information about the scm-commits mailing list