Sync from SUSE:SLFO:Main qca revision f6ee887cc3ba0a9eff5d0ce84781d12b

This commit is contained in:
Adrian Schröter 2024-09-11 10:23:33 +02:00
parent 64d689554e
commit a047dcdc25
6 changed files with 24 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://invent.kde.org/libraries/qca.git</param> <param name="url">https://invent.kde.org/libraries/qca.git</param>
<param name="changesrevision">c3deedaaba48c34e599c9bdf9061e0a97ebf77f7</param></service></servicedata> <param name="changesrevision">461942af6641a6dabe444a22675909dc2d4a8ded</param></service></servicedata>

BIN
qca-2.3.8+git1.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
qca-2.3.9.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 24 17:51:06 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to version 2.3.9:
* Increase version number
* Update rootcerts.pem
* cmake: Remove old way to find gcrypt
* Fix build with libgcrypt-1.11
* CI: Build all plugins
* gitignore: add VS Code dir
* Replace deprecated qAsConst() with std::as_const()
* cmake: Enable C++17
* Fix use of deprecated QString::count()
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 19 08:41:49 UTC 2024 - Fabian Vogt <fvogt@suse.com> Fri Jan 19 08:41:49 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@ -1,4 +1,4 @@
name: qca name: qca
version: 2.3.8+git1 version: 2.3.9
mtime: 1705299769 mtime: 1719219244
commit: c3deedaaba48c34e599c9bdf9061e0a97ebf77f7 commit: 461942af6641a6dabe444a22675909dc2d4a8ded

View File

@ -1,5 +1,5 @@
# #
# spec file # spec file for package qca
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -36,10 +36,10 @@ ExclusiveArch: do_not_build
%endif %endif
# #
%define _soversion 2 %define _soversion 2
%define realversion 2.3.8 %define realversion 2.3.9
%bcond_without pkcs11 %bcond_without pkcs11
Name: qca%{pkgname_suffix} Name: qca%{pkgname_suffix}
Version: 2.3.8+git1 Version: 2.3.9
Release: 0 Release: 0
Summary: Qt Cryptographic Architecture 2 Summary: Qt Cryptographic Architecture 2
License: LGPL-2.1-or-later License: LGPL-2.1-or-later