KDE Frameworks 5.84.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=26
This commit is contained in:
Christophe Giboudeaux 2021-07-10 11:49:49 +00:00 committed by Git OBS Bridge
parent 861ede48b4
commit 0c9a6ddb75
6 changed files with 26 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vo8ACgkQWNDuZIpI
s7vl1Qf/fLVkAfPGWiBGYr4210ed13bX+ldwAw18X7SV0gnO85o+QP6ufAplrA3P
PqiJ+QMxocrX+jgEODycdPkDqeo+0+kjrbcFIlRO8KQwj7EPEr3gmGpkJrJmXQCG
e+IpvM0cp2HQMzT9IhwS400+7RtKMqYk1m/gxvZRhsNbUit1uy9HxYivtB9Nodgc
lx/nWmYBHH2TEjhk6ER+7TWbGuG1fIwD7iSQWLwcHt3LPqN//a+5XAw1T6S+JX0h
RRnH48JXnIO6F2FVa1uRHLqy3EOQjLLvCbkKFZVY7Rufyk0/eHGC5yFgiFbDh+ww
BeU2KWyfFY7uy1v/QqDU7N/D51URrw==
=e7dh
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgipwACgkQWNDuZIpI
s7vLJwf/R2gBPR1x8zc8f9bU8p2HyndCgDl6ArmCc5HBOpj/NC4eOUrvR+UqmNMc
2Lg/DIKk0YVyRSyx7ycLwbHcqtJDCEBnFLUNXUwsfiw8OCUuDHIUWsmkILbZ/av1
QQOZALseH9VF9QQi/UdamTFYyamOti53w2e94DllpOVQZAUZflh1k3228DTcal1I
F09jJ9FBOslDYRAq0BWdzR9QrfObeHhBrWaXSSb/pv7ToEqJkxMFE+dTElLYjrL6
DBaEH1ZZBmSUs+Gja5aM0xQVwoGk8GbOzXJtjD0ZynhgpSsB3HYRtDCHB7EMNC+a
Q/C1hvN5PnfROTJySLaePwFAk+g7+g==
=YIOm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 4 07:45:17 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0
- No code change since 5.83.0
- Only install the license files once
-------------------------------------------------------------------
Sat Jun 5 11:58:38 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.83
%define _tar_path 5.84
# 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}')}
%bcond_without lang
Name: kdav
Version: 5.83.0
Version: 5.84.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
@ -84,8 +84,6 @@ This package contains development files needed to use kdav in other applications
%postun -n libKF5DAV5 -p /sbin/ldconfig
%files
%license LICENSES/*
%doc README.md
%{_kf5_debugdir}/kdav.categories
%{_kf5_debugdir}/kdav.renamecategories
@ -96,7 +94,6 @@ This package contains development files needed to use kdav in other applications
%{_kf5_libdir}/libKF5DAV.so.5.*
%files devel
%license LICENSES/*
%doc README.md
%{_includedir}/KF5/
%{_kf5_libdir}/cmake/KF5DAV/
@ -105,7 +102,6 @@ This package contains development files needed to use kdav in other applications
%if %{with lang}
%files lang -f %{name}.lang
%license LICENSES/*
%endif
%changelog