Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xca for openSUSE:Factory checked in 
at 2024-04-04 22:26:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xca (Old)
 and      /work/SRC/openSUSE:Factory/.xca.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xca"

Thu Apr  4 22:26:35 2024 rev:9 rq:1164539 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xca/xca.changes  2023-11-16 20:30:05.431751667 
+0100
+++ /work/SRC/openSUSE:Factory/.xca.new.1905/xca.changes        2024-04-04 
22:28:08.043453743 +0200
@@ -1,0 +2,23 @@
+Wed Apr  3 11:43:34 UTC 2024 - [email protected]
+
+- version update to 2.6.0
+  * Export certificates for ovpn file
+  * SHA1 based MAC for PKCS12
+  * Support legacy keys
+    and automatically transform them if possible.
+  * Renew Certificate freeze XCA
+  * paste an encrypted private key results in a crash
+  * Fix crash when deleting CA certificates
+  * add flatpak build information and github action
+  * Subject Alternative Name not filled by all CN
+  * Improve import: Finish multi import when empty
+  * Add File extensions in Info.plist supported by XCA
+  * Quick view of certificates without trying to open XCA
+  * pass private key password
+  * Export PEM + Key in one File
+  * Impossible to import PKCS#12 (RC40_CBC)
+  * Make XCA AppStore compliant with -DAPPSTORE_COMPLIANT=ON
+- modified patches
+  % xca-desktop.patch (refreshed)
+
+-------------------------------------------------------------------

Old:
----
  xca-2.5.0.tar.gz

New:
----
  xca-2.6.0.tar.gz

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

Other differences:
------------------
++++++ xca.spec ++++++
--- /var/tmp/diff_new_pack.Zb6akD/_old  2024-04-04 22:28:08.643475834 +0200
+++ /var/tmp/diff_new_pack.Zb6akD/_new  2024-04-04 22:28:08.647475981 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xca
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2023 Jonathan Brielmaier <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           xca
-Version:        2.5.0
+Version:        2.6.0
 Release:        0
 Summary:        An RSA key and certificate management tool
 License:        BSD-3-Clause
@@ -33,6 +33,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Help)
 BuildRequires:  pkgconfig(Qt5Sql)
@@ -92,11 +93,12 @@
 %license COPYRIGHT
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/*%{name}.png
 %{_datadir}/icons/hicolor/*/mimetypes/x-xca-*.png
 %{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/pixmaps/%{name}*
 %{_datadir}/%{name}
+%{_datadir}/metainfo/*.xml
 %{_mandir}/man1/%{name}.1%{?ext_man}
 
 %files bash-completion

++++++ xca-2.5.0.tar.gz -> xca-2.6.0.tar.gz ++++++
++++ 51488 lines of diff (skipped)

++++++ xca-desktop.patch ++++++
--- /var/tmp/diff_new_pack.Zb6akD/_old  2024-04-04 22:28:08.919485995 +0200
+++ /var/tmp/diff_new_pack.Zb6akD/_new  2024-04-04 22:28:08.923486143 +0200
@@ -1,10 +1,10 @@
-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
+Index: xca-2.6.0/misc/xca.desktop
+===================================================================
+--- xca-2.6.0.orig/misc/xca.desktop
++++ xca-2.6.0/misc/xca.desktop
+@@ -15,5 +15,5 @@ Comment[it]=Interfaccia grafica per gene
  Exec=xca %F
- Icon=xca
+ Icon=de.hohnstaedt.xca
  Terminal=false
 -Categories=Application;Utility;Qt;
 +Categories=Utility;DesktopUtility;

Reply via email to