forked from pool/kcalendarcore
5.72
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=21
This commit is contained in:
parent
b851af60f3
commit
de2b7be7b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d5138db971f6be606be8ae7d761bad778af3cacada8e85fb2f469190c347cd94
|
|
||||||
size 254288
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOg8ACgkQWNDuZIpI
|
|
||||||
s7tLuQf9GpnZcliDyFQ3BHk+DrDkLxm+kYJzsVCpwzdSYmqRL11dBuF94ThhYQNr
|
|
||||||
vKcqOnJ0bUiEvEoOtJ+bSvE1CxL8DQW0hD9MJjpTLVTuBhV0rNFshgYGmgAvYWya
|
|
||||||
Xrj2aCbuG4lshR/ef1jhGpd2d0wB8X27CImus/e6qtJJpMAb/smb+N5VnKbpidol
|
|
||||||
kHK8ZbZAQXDkL/3nAAX2LdETqQqOCmHLQb+LUaqqQEnZlAtMpTDr/C9ZUChzclvh
|
|
||||||
Ex5Icf5mLvsAZqPf1NbDDwogeKEfE1Yq96LBnqpWH7NojwEbViRtGNxwetVEXcdG
|
|
||||||
jocUdSwj1s5IBC225UU2s4klOECQ5Q==
|
|
||||||
=9WDE
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.72.0.tar.xz
Normal file
3
kcalendarcore-5.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af76009fdf12e8bda7fc72ece3ea1c183f5ed074930538f786c4fce2a2c20a95
|
||||||
|
size 254676
|
11
kcalendarcore-5.72.0.tar.xz.sig
Normal file
11
kcalendarcore-5.72.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8AujgACgkQWNDuZIpI
|
||||||
|
s7unLAgArvIxIdCgx+2d/B+5VmbMAVNPvZIlGqI8d2iDZwUGSbVWfR2p7acUMJkx
|
||||||
|
/wSRWOZDnC4Ub/xy4Odz4Du0PB6Z7hZPxIbMDYXATVEG7qCVEfZ5T0d6fQI9iHxl
|
||||||
|
IER7vLQVdoBE7CQoj5yb5H/oIlE0ahL7loH6/BAwlfT+QEeYgmRTOSfFo+0VxTdO
|
||||||
|
0nHR4BQXX5nDnamgSmDPehZq78G2OcrsNyA1Kgb/uRkvBMV6TWG4PS2QeoRcjofg
|
||||||
|
uPnIYMZ+B7PMbRxg5hZVs3YsUdtlThQG56j3L8csmZ/ngACNVMBpTkBPXXQkemiq
|
||||||
|
aQkQ6fnzzrnj+I7QJl4JZXpB6ut+NA==
|
||||||
|
=3970
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 5 07:55:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.72.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||||
|
- Changes since 5.71.0:
|
||||||
|
* Correct documentation for Recurrence::setStartDateTime()
|
||||||
|
* Check for write error in save() if the disk is full (kde#370708)
|
||||||
|
* Correct icon names for recurring to-dos
|
||||||
|
* Fix serialization of recurring to-do's start date (kde#345498)
|
||||||
|
* Add more tests for Recurrence::getNextDayTime(QDateTime)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 7 08:06:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Jun 7 08:06:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.71
|
%define _tar_path 5.72
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# 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}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.71.0
|
Version: 5.72.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access and handle calendar data
|
Summary: Library to access and handle calendar data
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -86,13 +86,13 @@ develop applications making use of KCalendarCore.
|
|||||||
%postun -n libKF5CalendarCore5 -p /sbin/ldconfig
|
%postun -n libKF5CalendarCore5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libKF5CalendarCore5
|
%files -n libKF5CalendarCore5
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%{_kf5_libdir}/libKF5CalendarCore.so.*
|
|
||||||
%{_kf5_debugdir}/*.categories
|
%{_kf5_debugdir}/*.categories
|
||||||
%{_kf5_debugdir}/*.renamecategories
|
%{_kf5_debugdir}/*.renamecategories
|
||||||
|
%{_kf5_libdir}/libKF5CalendarCore.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING*
|
%license LICENSES/*
|
||||||
%{_kf5_cmakedir}/KF5CalendarCore/
|
%{_kf5_cmakedir}/KF5CalendarCore/
|
||||||
%{_kf5_includedir}/KCalendarCore/
|
%{_kf5_includedir}/KCalendarCore/
|
||||||
%{_kf5_includedir}/kcalcore_version.h
|
%{_kf5_includedir}/kcalcore_version.h
|
||||||
|
Loading…
Reference in New Issue
Block a user