From 7e806ee5aa8e3f4114494cf68982af1f5e283789b26214720b16a683a96f278a Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 30 Jan 2020 06:59:22 +0000 Subject: [PATCH] Accepting request 768460 from home:mnhauke - Update to version 2.2.0 * Most notable improvements: + Support concurrent database access + Support ODBC database driver A detailled changelog can be found here: http://hohnstaedt.de/xca/index.php/software/changelog OBS-URL: https://build.opensuse.org/request/show/768460 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=15 --- xca-2.1.2.tar.gz | 3 --- xca-2.2.0.tar.gz | 3 +++ xca.changes | 10 ++++++++++ xca.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 xca-2.1.2.tar.gz create mode 100644 xca-2.2.0.tar.gz diff --git a/xca-2.1.2.tar.gz b/xca-2.1.2.tar.gz deleted file mode 100644 index c7db91b..0000000 --- a/xca-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc845470a02b0b4534b46590be307f784662071fc412fdcad605c3bce901fe05 -size 1086563 diff --git a/xca-2.2.0.tar.gz b/xca-2.2.0.tar.gz new file mode 100644 index 0000000..24638bd --- /dev/null +++ b/xca-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07ffbe5ca8e3fbb7c5ad2ef5a0f7c022b3c4a55f1dd41fab5b076992db07b61 +size 1339377 diff --git a/xca.changes b/xca.changes index e021b42..45ffc14 100644 --- a/xca.changes +++ b/xca.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 29 22:19:09 UTC 2020 - Martin Hauke + +- Update to version 2.2.0 + * Most notable improvements: + + Support concurrent database access + + Support ODBC database driver + A detailled changelog can be found here: + http://hohnstaedt.de/xca/index.php/software/changelog + ------------------------------------------------------------------- Mon Jan 20 20:13:34 UTC 2020 - Martin Hauke diff --git a/xca.spec b/xca.spec index 26e0663..cc61306 100644 --- a/xca.spec +++ b/xca.spec @@ -1,7 +1,7 @@ # # spec file for package xca # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: xca -Version: 2.1.2 +Version: 2.2.0 Release: 0 Summary: An RSA key and certificate management tool -Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm License: BSD-3-Clause Group: Productivity/Networking/Security +Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm URL: https://sourceforge.net/projects/xca/ Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz Patch0: %{name}-desktop.patch