forked from pool/kcalendarcore
KDE Frameworks 5.103.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=76
This commit is contained in:
parent
d40e58b93b
commit
6cdab327f0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73f59335974c3071211255a3c858ab29816c70be4b05f814b669f85b420b5568
|
||||
size 267324
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SMwACgkQWNDuZIpI
|
||||
s7u/WQf7B4515P2nnIWjwmUhKS0VI+9xeOaGG6B9nB2clxHr7p6Q5+IyLlCyMNDi
|
||||
0LDe4G5oCQRR6N1xD1zzYLZkgYL7OECkvVhyXCU/UHVpBXhNMWwwahbYTjWsi86E
|
||||
Fd+Te81BsELgxDgX3IkkqJRClBY/D0P3BRUeoW4DaqTaZ1xyH8F3YBsY7R2eQWvY
|
||||
UUuAi6rgJF9itXCpyZPQKjqw6f3awuOuu4UC1x8Z66ebRv/ixSxeNZ1BY37AFCY6
|
||||
Wbb7wIXDwEc3C9TH9QjIGw8NmMrRE05DSzb7ahgENZLlP4x1825osiQEMNWs/KCd
|
||||
cYoiF7ya3HBpEQ3AH2EL9sU60uSE3w==
|
||||
=LVmy
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.103.0.tar.xz
Normal file
3
kcalendarcore-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77c13bb1d57ec6f30595ec2b1c77e3c68e7e60c8b8ac630d5cf4d8c8e3614edd
|
||||
size 266772
|
11
kcalendarcore-5.103.0.tar.xz.sig
Normal file
11
kcalendarcore-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfekoACgkQWNDuZIpI
|
||||
s7s96ggAh3Z9BNKVmR03xc5gLjwrZES8OxBMKlA5PNAKZ7DqT5FHiQoKENnhFvpA
|
||||
an/Jpupdz0CH9Mf0U2hurD65kwrBwuQeSWUpVKVNbZGptnZDUeMCMWh/zVBf+e/o
|
||||
APdu84pOzL7b8hcZ26maiwJybTGLgKEIdN9S8UGjuINxnZ3PgCTsyG3/ort99Nko
|
||||
qj6sL5FiwQ1KeWM0xOSXV/Aal2JoBmCfeXJ2CYVaRMjTDD049O7l+/ducSMqxqcH
|
||||
9DbFK8gdrK/S9jkmfxrJ4EmcxqD/UQDa10EpKnV9O8vsRmFmwZwBjQFc9mbWkt8r
|
||||
T3NCNJOQyylsE+KtP6+x3wCPCR4bkA==
|
||||
=AimQ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:12:42 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.103.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||
- Changes since 5.102.0:
|
||||
* Add Q_PROPERTY for IncidenceBase::url as well
|
||||
* Avoid calling twice update() in setAttendees().
|
||||
* Unbreak static build consumers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:18:35 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.102
|
||||
%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}')}
|
||||
%bcond_without released
|
||||
Name: kcalendarcore
|
||||
Version: 5.102.0
|
||||
Version: 5.103.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
@ -86,8 +86,7 @@ develop applications making use of KCalendarCore.
|
||||
|
||||
%fdupes %{buildroot}%{_kf5_includedir}
|
||||
|
||||
%post -n libKF5CalendarCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5CalendarCore5 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libKF5CalendarCore5
|
||||
|
||||
%files -n libKF5CalendarCore5
|
||||
%license LICENSES/*
|
||||
|
Loading…
Reference in New Issue
Block a user