KDE Frameworks 5.113.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=79
This commit is contained in:
Christophe Marin 2023-12-15 08:59:47 +00:00 committed by Git OBS Bridge
parent 440595fd9d
commit fcd9e90f68
6 changed files with 33 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f8ca7f6a61fa911d924bd8d3999d20fa52075194c379964541e5cd39a56cbd4
size 66188

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGxYACgkQWNDuZIpI
s7trGgf+J8JnP9/DNJn80eO2CNI8BkzcsZqhw3UWeIfdU9vkcXDV+T90wMOUVbAb
WIPopEQ5i+hNuzst+CBVBKGLSwc3knqmuN+7a/eCc10xM3Z4RTqFcRekItDJBtAt
FdRbxAznQzzuod/0afsyGpFgkLWrVwX8RVu7W5vNEGgzHGKIkTjXy8ZUNpU5nP0J
Ch4krBgn5MnyXDInj6lz2C6e3gyoR4kcrl85N9bTAJo5SjP5AY4JTNpB2wI/ch1E
o8N6DvrJyEHM+hLwhdGOSKNVOxME4r2Zrd2bEiehZ17SmiYITdYCKRUjCPQZ5o6Z
q962FTr84oackIImFLS6q3dJtMjbdg==
=w/uK
-----END PGP SIGNATURE-----

3
kdav-5.113.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb851f67d0c8376b49432fa4e9cf0da5cc46f05c725b82728eaa0772587a56b6
size 66184

11
kdav-5.113.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAk0ACgkQWNDuZIpI
s7uKfgf7BWkYoWxONCgBShEF5gyl6OvfyzN/JnMCf0zH1uac/iqZ7AnaXkpxKinV
aqKeEcnCunAtnYLKKbCQ4NXEVuYaCjzZwd3OQ3YLaUoz4w0WwDJE0MSJ38CHKX4n
adma+OrhrZMKuDSU0/WLsVknqVNuA2uMCJaa7j8JvoCTRQlFJ9hs8W3ruQONZdHn
jjoazNp8f/CfE0SzR4EFwH9C99zZN6UjpPS1JyfEIHiY2ZS22U7wmpQT9/tog54j
npqpozaKQ2TKhZZgXHQ/K9tR/5hzhy0Cb5dZqUi3VvHmpX4PEo8Hk99u2A4DWWtg
b2AgG/q5bSia2YL0xE+cTx8ilN7kJQ==
=KaF1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:30 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:13:48 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.103
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kdav
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
@ -33,14 +33,14 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5XmlPatterns)
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5XmlPatterns) >= %{qt5_version}
%description
kdav is a library providing a KJob-based implementation of DAV protocols such as