rpms/nemiver/devel nemiver-0.6.4-include-stdint.patch, NONE, 1.1 nemiver.spec, 1.19, 1.20

Dodji Seketeli dodji at fedoraproject.org
Tue Feb 24 08:36:37 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/nemiver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7640

Modified Files:
	nemiver.spec 
Added Files:
	nemiver-0.6.4-include-stdint.patch 
Log Message:
* Tue Feb 24 2009 Dodji Seketeli <dodji at redhat.org> - 0.6.4-2
- Rebuild against ghex 2.2.4. This should fix #571099
- Patch Nemiver to make it compile with gcc 4.3.3



nemiver-0.6.4-include-stdint.patch:

--- NEW FILE nemiver-0.6.4-include-stdint.patch ---
diff --git a/src/dbgengine/nmv-i-debugger.h b/src/dbgengine/nmv-i-debugger.h
index 31888c1..54f22eb 100644
--- a/src/dbgengine/nmv-i-debugger.h
+++ b/src/dbgengine/nmv-i-debugger.h
@@ -26,6 +26,7 @@
 #ifndef __NEMIVER_I_DEBUGGER_H__
 #define __NEMIVER_I_DEBUGGER_H__
 
+#include <stdint.h>
 #include <vector>
 #include <string>
 #include <map>


Index: nemiver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nemiver/devel/nemiver.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nemiver.spec	17 Jan 2009 22:01:29 -0000	1.19
+++ nemiver.spec	24 Feb 2009 08:36:07 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		nemiver
 Version:	0.6.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
 Group:		Development/Debuggers
@@ -8,6 +8,7 @@
 URL:		http://home.gna.org/nemiver/
 
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
+Patch0:         %{name}-%{version}-include-stdint.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -21,7 +22,7 @@
 BuildRequires:	desktop-file-utils
 BuildRequires:	gdb
 BuildRequires:	gettext
-BuildRequires:	ghex-devel >= 2.21.4
+BuildRequires:	ghex-devel >= 2.24
 BuildRequires:	glibmm24-devel >= 2.16
 BuildRequires:	gtkmm24-devel >= 2.12.7
 BuildRequires:	gnome-doc-utils >= 0.3.2
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .include-stdint.patch
 
 
 %build
@@ -156,6 +158,10 @@
 
 
 %changelog
+* Tue Feb 24 2009 Dodji Seketeli <dodji at redhat.org> - 0.6.4-2
+- Rebuild against ghex 2.2.4. This should fix #571099
+- Patch Nemiver to make it compile with gcc 4.3.3
+
 * Sat Jan 17 2009 Denis Leroy <denis at poolshark.org> - 0.6.4-1
 - Update to upstream 0.6.4
 - Now build against gtksourceviewmm 2.2.0




More information about the scm-commits mailing list