[xca] * Mon May 14 2012 Patrick Monnerat <pm at datasphere.ch> 0.9.3-1 - New upstream release.

Patrick Monnerat monnerat at fedoraproject.org
Tue May 29 13:42:07 UTC 2012


commit 05e258442b999c42b9cb7d047f4331fe60fa368e
Author: Patrick Monnerat <pm at datasphere.ch>
Date:   Tue May 29 15:41:40 2012 +0200

    * Mon May 14 2012 Patrick Monnerat <pm at datasphere.ch> 0.9.3-1
    - New upstream release.

 .gitignore             |    1 +
 sources                |    2 +-
 xca-0.9.2-french.patch |  202 ------------------------------------------------
 xca-0.9.3-french.patch |   12 +++
 xca.spec               |    8 ++-
 5 files changed, 20 insertions(+), 205 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a595b0..de64401 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ xca-0.8.1.tar.gz
 /README.update
 /xca-0.9.1.tar.gz
 /xca-0.9.2.tar.gz
+/xca-0.9.3.tar.gz
diff --git a/sources b/sources
index 81e7058..997fb6f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-bd1aeb8c291486adaa8da750528828d9  xca-0.9.2.tar.gz
+5e08cf8a93f023b1b3836c203bd0a694  xca-0.9.3.tar.gz
 113ba37a89fe2de69338fcfe3b773a03  README.update
diff --git a/xca-0.9.3-french.patch b/xca-0.9.3-french.patch
new file mode 100644
index 0000000..bf879ed
--- /dev/null
+++ b/xca-0.9.3-french.patch
@@ -0,0 +1,12 @@
+diff -Naur xca-0.9.3.orig/lang/fr.po xca-0.9.3.new/lang/fr.po
+--- xca-0.9.3.orig/lang/fr.po	2012-05-12 11:37:14.000000000 +0200
++++ xca-0.9.3.new/lang/fr.po	2012-05-14 14:33:27.386075980 +0200
+@@ -1883,7 +1883,7 @@
+ 
+ #: PwDialog#2
+ msgid ""
+-"The password is parsed as 2-digit hex code. It must have an equal number of "
++"The password is parsed as 2-digit hex code. It must have an even number of "
+ "digits (0-9 and a-f)"
+ msgstr ""
+ "Le mot de passe doit ĂȘtre exprimĂ© sous forme d'une suite de chiffres "
diff --git a/xca.spec b/xca.spec
index e5f87eb..1074949 100644
--- a/xca.spec
+++ b/xca.spec
@@ -2,7 +2,7 @@
 
 Summary:	Graphical X.509 certificate management tool
 Name:		xca
-Version:	0.9.2
+Version:	0.9.3
 Release:	%release_func 1
 
 License:	BSD
@@ -10,7 +10,7 @@ Group:		Applications/Productivity
 URL:		http://www.hohnstaedt.de/xca.html
 Source0:	http://downloads.sourceforge.net/sourceforge/xca/%{name}-%{version}.tar.gz
 Source1:	README.update
-Patch1:		xca-0.9.2-french.patch
+Patch1:		xca-0.9.3-french.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	qt4-devel openssl-devel
 BuildRequires:	xdg-utils
@@ -39,6 +39,7 @@ format, portable across operating systems.
 
 %prep
 %setup -q
+
 %patch1 -p 1 -b .french
 
 mkdir -p _tmp_root/usr
@@ -142,6 +143,9 @@ gtk-update-icon-cache "%{_datadir}/icons/hicolor" &> /dev/null || :
 
 
 %changelog
+* Mon May 14 2012 Patrick Monnerat <pm at datasphere.ch> 0.9.3-1
+- New upstream release.
+
 * Mon May  7 2012 Patrick Monnerat <pm at datasphere.ch> 0.9.2-1
 - New upstream release.
 - Patch "french" to update french translation.


More information about the scm-commits mailing list