rpms/rhm/devel stdint.patch,NONE,1.1 rhm.spec,1.37,1.38

Nuno Santos nsantos at fedoraproject.org
Tue Mar 17 19:44:37 UTC 2009


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2753

Modified Files:
	rhm.spec 
Added Files:
	stdint.patch 
Log Message:
add stdint patch

stdint.patch:

--- NEW FILE stdint.patch ---
--- lib/PreparedTransaction.h	2009-03-17 15:35:02.000000000 -0400
+++ lib/PreparedTransaction.h	2009-03-17 15:35:50.000000000 -0400
@@ -30,6 +30,7 @@
 #include <string>
 #include <boost/shared_ptr.hpp>
 #include <boost/ptr_container/ptr_list.hpp>
+#include "stdint.h"
 
 namespace mrg{
 namespace msgstore{


Index: rhm.spec
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- rhm.spec	17 Mar 2009 18:57:46 -0000	1.37
+++ rhm.spec	17 Mar 2009 19:44:07 -0000	1.38
@@ -14,6 +14,7 @@
 License:        LGPLv2+
 URL:            http://rhm.et.redhat.com
 Source0:        %{name}-%{version}.tar.gz
+patch0:		stdint.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch: i386 x86_64
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure --disable-static --disable-rpath CXXFLAGS="-O3 -DNDEBUG"




More information about the fedora-extras-commits mailing list