Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xca for openSUSE:Factory checked in 
at 2021-05-17 18:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xca (Old)
 and      /work/SRC/openSUSE:Factory/.xca.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xca"

Mon May 17 18:45:39 2021 rev:5 rq:893795 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xca/xca.changes  2020-07-27 17:48:02.699432836 
+0200
+++ /work/SRC/openSUSE:Factory/.xca.new.2988/xca.changes        2021-05-17 
18:46:09.584408493 +0200
@@ -1,0 +2,27 @@
+Thu May 13 19:22:56 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 2.4.0
+  * Unify XCA icon (certificate) on all platforms
+  * Add Microsoft BitLocker extended key usage
+  * Disregard OpenSSL 0.9.8 compatibility
+  * Add bash completion script
+  * Add context sensitive help
+  * Convert documentation from linuxdoc/SGML to sphinxdoc
+  * Close #258: xca aborts on exit and on access to own templates
+  * Close #142: Support Ed25519 Import / Export private SSH2 key
+  * Close #142: Support Ed25519: Key-generation, import, export
+  * Close #251: AuthorityKeyIdentifier: use issuer:always
+  * Change language maintainer of brazilian portuguese
+  * Close #230: Change PKCS12 export extension from .p12 to .pfx
+  * Close #208: XCA hung when importing EC keys. For example prime256v1
+  * Close #210: Make dialog to edit SAN less strict
+  * Close #224: Store original path/filename on import
+  * Close #213: configure.ac: add description to AC_DEFINE_UNQUOTED
+  * Close #172 #46: Multiple OCSP Responders
+  * Store default database and recently opened file as UTF8
+  * Close #157 Generate and export CRLs from commandline
+  * Add command line support for creating CRLs, keys and analyzing items
+- Drop patch:
+  * xca-configure.patch (not longer needed)
+
+-------------------------------------------------------------------

Old:
----
  xca-2.3.0.tar.gz
  xca-configure.patch

New:
----
  xca-2.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xca.spec ++++++
--- /var/tmp/diff_new_pack.10uOSX/_old  2021-05-17 18:46:10.036406575 +0200
+++ /var/tmp/diff_new_pack.10uOSX/_new  2021-05-17 18:46:10.036406575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xca
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           xca
-Version:        2.3.0
+Version:        2.4.0
 Release:        0
 Summary:        An RSA key and certificate management tool
 License:        BSD-3-Clause
@@ -26,15 +26,14 @@
 URL:            https://sourceforge.net/projects/xca/
 Source:         
https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
 Patch0:         %{name}-desktop.patch
-Patch1:         %{name}-configure.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-linguist
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  sgmltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Help)
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(openssl)
@@ -59,9 +58,20 @@
 Auswahl von X509v3-Erweiterungen. Die Zertifikate werden in einer
 Baumstruktur pr??sentiert.
 
+%package bash-completion
+Summary:        Bash Completion for %{name}
+Group:          Productivity/Networking/Security
+Requires:       %{name} = %{version}
+Requires:       bash-completion
+Supplements:    packageand(%{name}:bash-completion)
+BuildArch:      noarch
+
+%description bash-completion
+Bash completion script for %{name}.
+
 %prep
 %setup -q
-%autopatch -p0
+%autopatch -p1
 
 %build
 %configure --with-qt-version=5 \
@@ -79,9 +89,13 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/mimetypes/x-xca-*.png
 %{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/pixmaps/%{name}*
 %{_datadir}/%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
+%files bash-completion
+%{_datadir}/bash-completion/completions/%{name}
+
 %changelog

++++++ xca-2.3.0.tar.gz -> xca-2.4.0.tar.gz ++++++
++++ 67971 lines of diff (skipped)

++++++ xca-desktop.patch ++++++
--- /var/tmp/diff_new_pack.10uOSX/_old  2021-05-17 18:46:10.304405438 +0200
+++ /var/tmp/diff_new_pack.10uOSX/_new  2021-05-17 18:46:10.304405438 +0200
@@ -1,8 +1,8 @@
-Index: misc/xca.desktop
-===================================================================
---- misc/xca.desktop.orig
-+++ misc/xca.desktop
-@@ -11,5 +11,5 @@ Comment[nl]=Een grafische gebruikers int
+diff --git a/misc/xca.desktop b/misc/xca.desktop
+index 2cdd7a9..89bc823 100644
+--- a/misc/xca.desktop
++++ b/misc/xca.desktop
+@@ -13,5 +13,5 @@ Comment[pt_BR]=Interface gr??fica para gerenciar e emitir 
Certificados X.509
  Exec=xca %F
  Icon=xca
  Terminal=false

Reply via email to