Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xca for openSUSE:Factory checked in at 2023-10-25 18:04:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xca (Old) and /work/SRC/openSUSE:Factory/.xca.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xca" Wed Oct 25 18:04:21 2023 rev:7 rq:1120197 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xca/xca.changes 2023-02-20 17:47:23.791954541 +0100 +++ /work/SRC/openSUSE:Factory/.xca.new.24901/xca.changes 2023-10-25 18:05:02.418917953 +0200 @@ -1,0 +2,17 @@ +Fri Oct 20 13:38:18 UTC 2023 - Jonathan Brielmaier <jbrielma...@opensuse.org> + +- Update to version 2.5.0: + * Multiple bug fixes + * Add Bulgarian, Indonesian and Persian translation + * Switch from autotools/qmake to cmake + * Add support for Qt6 and OpenSSL 3.x + * Drop support for Qt4 + * Drop support for old XCA < 2.0.0 databases + * Drop support for OpenSSL < 1.1.0 +- Switch to cmake build system +- Update URL +- VERSION file got renamed to VERSION.txt +- Improve Supplements syntax to conform with linter +- Set buildrequires again to openssl as openSSL 3 is now supported + +------------------------------------------------------------------- Old: ---- xca-2.4.0.tar.gz New: ---- xca-2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xca.spec ++++++ --- /var/tmp/diff_new_pack.Izcxjg/_old 2023-10-25 18:05:03.222944994 +0200 +++ /var/tmp/diff_new_pack.Izcxjg/_new 2023-10-25 18:05:03.226945129 +0200 @@ -2,6 +2,7 @@ # spec file for package xca # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2023 Jonathan Brielmaier <jbrielma...@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +18,13 @@ Name: xca -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: An RSA key and certificate management tool License: BSD-3-Clause Group: Productivity/Networking/Security Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm -URL: https://sourceforge.net/projects/xca/ +URL: https://www.hohnstaedt.de/xca/ Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz Patch0: %{name}-desktop.patch BuildRequires: gcc-c++ @@ -36,11 +37,7 @@ BuildRequires: pkgconfig(Qt5Help) BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Widgets) -%if 0%{suse_version} < 1550 BuildRequires: pkgconfig(openssl) -%else -BuildRequires: libopenssl-1_1-devel -%endif #Requires: libQt5Sql5-sqlite %description @@ -67,7 +64,7 @@ Group: Productivity/Networking/Security Requires: %{name} = %{version} Requires: bash-completion -Supplements: packageand(%{name}:bash-completion) +Supplements: (%{name} and bash-completion) BuildArch: noarch %description bash-completion @@ -78,17 +75,15 @@ %autopatch -p1 %build -%configure --with-qt-version=5 \ - --docdir=%{_datadir}/%{name} - -%make_build destdir=%{buildroot} prefix=%{_prefix} +%cmake xca +%cmake_build %install -%make_install destdir=%{buildroot} prefix=%{_prefix} +%cmake_install %suse_update_desktop_file -i %{name} DesktopUtility %files -%doc AUTHORS changelog VERSION +%doc AUTHORS changelog VERSION.txt %license COPYRIGHT %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop ++++++ xca-2.4.0.tar.gz -> xca-2.5.0.tar.gz ++++++ ++++ 94365 lines of diff (skipped)