[packages/xca] - updated to 1.0.0 unused patches deleted

bszx bszx at pld-linux.org
Mon Nov 3 19:49:41 CET 2014


commit 2968d17a718826cc8140be4f39e301ca8f30d225
Author: Bartek Szady <bszx at bszx.eu>
Date:   Mon Nov 3 19:47:54 2014 +0100

    - updated to 1.0.0
      unused patches deleted

 xca-build.patch   | 11 -----------
 xca-openssl.patch | 17 -----------------
 xca.spec          |  7 ++++---
 3 files changed, 4 insertions(+), 31 deletions(-)
---
diff --git a/xca.spec b/xca.spec
index 3ebc9bc..94ea4ed 100644
--- a/xca.spec
+++ b/xca.spec
@@ -1,13 +1,13 @@
 Summary:	A GUI for handling X509 certificates, RSA keys, PKCS#10 Requests
 Summary(pl.UTF-8):	GUI do obsługi certyfikatów X509, kluczy RSA, żądań PKCS#10
 Name:		xca
-Version:	0.9.3
-Release:	0.1
+Version:	1.0.0
+Release:	1
 Epoch:		1
 License:	BSD
 Group:		Applications/Communications
 Source0:	http://downloads.sourceforge.net/xca/%{name}-%{version}.tar.gz
-# Source0-md5:	5e08cf8a93f023b1b3836c203bd0a694
+# Source0-md5:	e4e8b04047960cf984801e430a1703ab
 Patch0:		%{name}-doc.patch
 URL:		http://www.hohnstaedt.de/xca.html
 BuildRequires:	QtGui-devel >= 4.3.0
@@ -79,3 +79,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/xca.desktop*
 %{_mandir}/man1/xca.1*
 %{_datadir}/mime/packages/xca.xml
+%{_pixmapsdir}/xca-32x32.xpm
diff --git a/xca-build.patch b/xca-build.patch
deleted file mode 100644
index 37cc862..0000000
--- a/xca-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xca-0.6.4/configure	2008-03-11 10:03:35.000000000 +0100
-+++ xca-0.6.4.orig/configure	2008-03-11 10:03:49.000000000 +0100
-@@ -105,7 +105,7 @@
-   for dir in ${DIRS};  do
-     for dbn in $@; do
-       for suffix in so dylib obj a; do
--        for lib in lib out; do
-+        for lib in lib lib64 out; do
-           if test -r "${dir}/${lib}/lib${dbn}.${suffix}"; then
-             add_lib "${dir}/${lib}" "${dbn}" "${suffix}"
- 	    echo "Found: lib${dbn}.${suffix} at ${dir}/${lib}"
diff --git a/xca-openssl.patch b/xca-openssl.patch
deleted file mode 100644
index 929bceb..0000000
--- a/xca-openssl.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -urNp xca-0.6.4.org/lib/x509rev.cpp xca-0.6.4/lib/x509rev.cpp
---- xca-0.6.4.org/lib/x509rev.cpp	2007-08-13 21:55:50.000000000 +0300
-+++ xca-0.6.4/lib/x509rev.cpp	2007-10-23 17:35:42.000000000 +0200
-@@ -7,7 +7,12 @@
- 
- #include "x509rev.h"
- 
--#if OPENSSL_VERSION_NUMBER >= 0x00908000L
-+#if OPENSSL_VERSION_NUMBER >= 0x0090806fL
-+#define X509_REVOKED_dup(x5r) (X509_REVOKED *)ASN1_dup( \
-+	(i2d_of_void*)i2d_X509_REVOKED, \
-+	(d2i_of_void*)d2i_X509_REVOKED, \
-+	(char *)x5r)
-+#elif OPENSSL_VERSION_NUMBER >= 0x00908000L
- #define X509_REVOKED_dup(x5r) \
- 	ASN1_dup_of (X509_REVOKED, i2d_X509_REVOKED, d2i_X509_REVOKED, x5r)
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xca.git/commitdiff/2968d17a718826cc8140be4f39e301ca8f30d225



More information about the pld-cvs-commit mailing list