KDE Frameworks 5.99

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdav?expand=0&rev=51
This commit is contained in:
2022-10-08 17:27:51 +00:00
committed by Git OBS Bridge
parent b1c48c7203
commit b78733f72d
6 changed files with 29 additions and 21 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9P4ACgkQWNDuZIpI
s7tcmAf/cXcYd2LxfyBs/lisOC80aUfTg8dA6DvYpLN6inwypgai0ublLCMRDP63
7qTq/JRGKm3y4x43hiwrBO+ViaGcOUYd0d1tMsQxtigYcj9uN147LuAdJ7o3QviW
DgIIlJElDxfPyRuRk2CeMk3sqjMly7z1R+Y79W4zlwT6aRRsmD6c9kcHtC9lJKYY
9ahWhQMWMP9xxSTLZbcQXPTMvjDkdtBYJmnlVPdB7xjSdc64CWonPF+uafXTDLxh
E4trpUqhm8kHvXuVBLU7xOzgihopXQ1wjP5evmwrsWDVtvFhJFvn2M9/gsp1lf2o
PRh2uGnkZHVj0tv8nDFpUTaTH6wq5A==
=NwKv
-----END PGP SIGNATURE-----

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

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

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

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVUACgkQWNDuZIpI
s7uW5Qf9HZtER2nP45OlZKp7tGpxHe1TEsspRfc2tsoHBBtI4YzY/07si6PbwlTR
mCC7Ru/yB7kvoXp4uRh/HZmK2Ky5QM0izZ30e4j+JVAEX0gMohy+9wNRIA+7TEGz
Jq2D0w5CobKjFGvmStpoYG0MEQa4XKCgU2M4/opFY9uAFsAHZdiSU7zGZ25MBbkL
B+TrZij8tshDVaHQNRlLWP6CWw/oNUR4N+FQOHc7lcluklAEpMbWFje5HOLqUBg0
g3qbNHdgYALiZfJ6oxv6pZIToo+UL1n+Jm7GArMtKV8mJteTDmba/cguo/2fiKJt
BVinqU7DyL/blBniLgBjBAPCKTM2/w==
=Yz9g
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:37 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* Remove unused includes
* Show all headers in qtc6
-------------------------------------------------------------------
Tue Sep 6 07:16:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@@ -16,14 +16,14 @@
#
%define _tar_path 5.98
%define _tar_path 5.99
# 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 released
Name: kdav
Version: 5.98.0
Version: 5.99.0
Release: 0
Summary: DAV protocol implementation
License: LGPL-2.0-or-later
@@ -75,9 +75,8 @@ This package contains development files needed to use kdav in other applications
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
%find_lang %{name} --with-man --all-name
%post -n libKF5DAV5 -p /sbin/ldconfig
%postun -n libKF5DAV5 -p /sbin/ldconfig
@@ -99,8 +98,6 @@ This package contains development files needed to use kdav in other applications
%{_kf5_libdir}/libKF5DAV.so
%{_kf5_mkspecsdir}/qt_KDAV.pri
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog