pwouters pushed to xca (epel7). "include stdint.h for uint32_t"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 20:59:13 UTC 2015


From 96c199f515c9d152185462eee02f4cb8ef14e598 Mon Sep 17 00:00:00 2001
From: Caolan McNamara <caolanm at fedoraproject.org>
Date: Thu, 5 Mar 2009 19:51:29 +0000
Subject: include stdint.h for uint32_t


diff --git a/xca-0.6.4-includes.patch b/xca-0.6.4-includes.patch
new file mode 100644
index 0000000..3187a77
--- /dev/null
+++ b/xca-0.6.4-includes.patch
@@ -0,0 +1,11 @@
+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
diff --git a/xca.spec b/xca.spec
index f7f16a6..6b64beb 100644
--- a/xca.spec
+++ b/xca.spec
@@ -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 @@ Source1:	README.update
 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 @@ PEM, DER, PKCS#8.
 %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 @@ gtk-update-icon-cache %_datadir/icons/hicolor &>/dev/null || :
 
 
 %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
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xca.git/commit/?h=epel7&id=96c199f515c9d152185462eee02f4cb8ef14e598


More information about the scm-commits mailing list