Hello community, here is the log from the commit of package libqca-qt5 for openSUSE:Leap:15.2 checked in at 2020-03-15 07:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libqca-qt5 (Old) and /work/SRC/openSUSE:Leap:15.2/.libqca-qt5.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqca-qt5" Sun Mar 15 07:09:56 2020 rev:23 rq:784861 version:2.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libqca-qt5/libqca-qt5.changes 2020-01-15 15:23:57.554527528 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libqca-qt5.new.3160/libqca-qt5.changes 2020-03-15 07:10:09.688920273 +0100 @@ -1,0 +2,18 @@ +Tue Mar 10 16:50:03 UTC 2020 - Antonio Larrosa <[email protected]> + +- Remove baselibs.conf + +------------------------------------------------------------------- +Wed Feb 26 13:08:04 UTC 2020 - Wolfgang Bauer <[email protected]> + +- Update to 2.3.0 + * Qt5 is the only supported Qt series now + * OpenSSL <= 1.1.0 is no longer supported + * Various botan bugfixes + * More dynamic test coverage of backend capabilities + * no longer tries to setuid when the effective uid is not root +- Rename qca-2.2.1-fixDSA.patch to qca-2.3.0-fixDSA.patch and + rebase it +- Update minimum required Qt5 and cmake versions + +------------------------------------------------------------------- Old: ---- baselibs.conf qca-2.2.1-fixDSA.patch qca-2.2.1.tar.xz New: ---- qca-2.3.0-fixDSA.patch qca-2.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqca-qt5.spec ++++++ --- /var/tmp/diff_new_pack.XGa3MF/_old 2020-03-15 07:10:11.160921154 +0100 +++ /var/tmp/diff_new_pack.XGa3MF/_new 2020-03-15 07:10:11.164921157 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqca-qt5 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,19 +19,18 @@ %define _so 2 %bcond_without pkcs11 Name: libqca-qt5 -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: Qt Cryptographic Architecture 2 License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://userbase.kde.org/QCA Source: https://download.kde.org/stable/qca/%{version}/qca-%{version}.tar.xz -Source1: baselibs.conf Source99: libqca-qt5-rpmlintrc # PATCH-FIX-OPENSUSE -Patch0: qca-2.2.1-fixDSA.patch +Patch0: qca-2.3.0-fixDSA.patch BuildRequires: ca-certificates -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 3.4 BuildRequires: cyrus-sasl-devel BuildRequires: gpg2 BuildRequires: libdrm-devel @@ -40,8 +39,8 @@ BuildRequires: mozilla-nss-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Core) >= 5.6.0 +BuildRequires: pkgconfig(Qt5Network) >= 5.6.0 BuildRequires: pkgconfig(openssl) Requires: gpg2 >= 2.0.0 Recommends: %{name}-plugins @@ -64,8 +63,8 @@ Summary: Development files for the Qt Cryptographic Architecture 2 Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -Requires: pkgconfig(Qt5Core) >= 5.2.0 -Requires: pkgconfig(Qt5Network) >= 5.2.0 +Requires: pkgconfig(Qt5Core) >= 5.6.0 +Requires: pkgconfig(Qt5Network) >= 5.6.0 %description devel This package provides a generic Qt cryptographic architecture, @@ -91,7 +90,6 @@ %build %cmake \ - -DQT4_BUILD=OFF \ -DBUILD_TESTS=OFF \ -DQCA_INSTALL_IN_QT_PREFIX=ON \ -DWITH_botan_PLUGIN=OFF \ ++++++ qca-2.2.1-fixDSA.patch -> qca-2.3.0-fixDSA.patch ++++++ --- /work/SRC/openSUSE:Leap:15.2/libqca-qt5/qca-2.2.1-fixDSA.patch 2020-01-15 15:23:57.586527546 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libqca-qt5.new.3160/qca-2.3.0-fixDSA.patch 2020-03-15 07:10:09.760920317 +0100 @@ -1,8 +1,8 @@ -Index: qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp +Index: qca-2.3.0/plugins/qca-ossl/qca-ossl.cpp =================================================================== ---- qca-2.2.1.orig/plugins/qca-ossl/qca-ossl.cpp -+++ qca-2.2.1/plugins/qca-ossl/qca-ossl.cpp -@@ -1682,18 +1682,14 @@ public: +--- qca-2.3.0.orig/plugins/qca-ossl/qca-ossl.cpp ++++ qca-2.3.0/plugins/qca-ossl/qca-ossl.cpp +@@ -1652,18 +1652,14 @@ public: static bool make_dlgroup(const QByteArray &seed, int bits, int counter, DLParams *params) { @@ -12,8 +12,8 @@ return false; if (DSA_generate_parameters_ex(dsa.data(), bits, (const unsigned char *)seed.data(), seed.size(), -- &ret_counter, NULL, NULL) != 1) -+ NULL, NULL, NULL) != 1) +- &ret_counter, nullptr, nullptr) != 1) ++ nullptr, nullptr, nullptr) != 1) return false; - if(ret_counter != counter) ++++++ qca-2.2.1.tar.xz -> qca-2.3.0.tar.xz ++++++ ++++ 44163 lines of diff (skipped)
