rpms/xca/devel xca-0.6.4-includes.patch, NONE, 1.1 xca.spec, 1.26, 1.27

Caolan McNamara caolanm at fedoraproject.org
Thu Mar 5 19:51:59 UTC 2009


Author: caolanm

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

Modified Files:
	xca.spec 
Added Files:
	xca-0.6.4-includes.patch 
Log Message:
include stdint.h for uint32_t

xca-0.6.4-includes.patch:

--- NEW FILE xca-0.6.4-includes.patch ---
diff -ru xca-0.6.4.orig/lib/db.h xca-0.6.4/lib/db.h
--- xca-0.6.4.orig/lib/db.h	2009-03-05 17:19:23.000000000 +0000
+++ xca-0.6.4/lib/db.h	2009-03-05 17:19:41.000000000 +0000
@@ -13,6 +13,7 @@
 #include <fcntl.h>
 #include <qstring.h>
 #include <qfile.h>
+#include <stdint.h>
 
 #define XCA_MAGIC 0xcadb1969
 #define NAMELEN 80


Index: xca.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xca/devel/xca.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xca.spec	26 Feb 2009 07:55:58 -0000	1.26
+++ xca.spec	5 Mar 2009 19:51:29 -0000	1.27
@@ -3,7 +3,7 @@
 Summary:	Graphical X.509 certificate management tool
 Name:		xca
 Version:	0.6.4
-Release:	%release_func 6
+Release:	%release_func 7
 
 License:	BSD
 Group:		Applications/Productivity
@@ -13,6 +13,7 @@
 Source4:	xca.xml
 Patch0:		xca-0.6.3-locale.patch
 Patch1:         xca-0.6.4-newopenssl.patch
+Patch2:         xca-0.6.4-includes.patch
 BuildRoot:	%_tmppath/%name-%version-%release-buildroot
 BuildRequires:	qt4-devel openssl-devel
 BuildRequires:	db4-devel
@@ -39,6 +40,7 @@
 %setup -q
 %patch0 -p1 -b .locale
 %patch1 -p1 -b .newopenssl
+%patch2 -p1 -b .includes
 
 mkdir -p _tmp_root/usr 	 
 ln -s /usr/%_lib	_tmp_root/usr/lib 	 
@@ -128,6 +130,9 @@
 
 
 %changelog
+* Thu Mar 05 2009 Caolán McNamara <caolanm at redhat.com> - 0.6.4-7
+- include stdint.h for uint32_t
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list