forked from pool/kcalendarcore
Accepting request 855411 from KDE:Frameworks5
KDE Frameworks 5.77 OBS-URL: https://build.opensuse.org/request/show/855411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=14
This commit is contained in:
commit
a259a2758b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6fd390b8ba2a899e7abda3de8d9ab7e5155fede6bbee9ca2b302b931a0232ae
|
||||
size 256404
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+oA7oACgkQWNDuZIpI
|
||||
s7tzuQf+M3gKXWRwO2Pvo6Y/pX03QCkw9Uh3vSeAX2e2iaBrCmTfSOteejgc0QDt
|
||||
LcjOXz1p6VoKQSGpDIHumIwLgghkx1cKPvZGcN3IhowrZ1O33xEw6cNuV8PvwkRq
|
||||
57AZUJqlBWdeG/gnZ1DryHqcX/NFeopT/FaDP3mgmbXRvQM2s17Su5JRrLucgV5V
|
||||
LlMW+EsOfx8A9KJDwTg/Hbq6cEfz6lx4KOvaegP4kQEjIRgF/DgpYfUxtaE1CUgi
|
||||
d9HU39OTCEg/t2loxyIQ6DmnIL6tZOPP037tLkqIL6co1TbJJDjmIfdeO/vlaAaa
|
||||
OH7P9ZH1as8M3G9DPp/xsPUWxJp7vw==
|
||||
=cIXM
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.77.0.tar.xz
Normal file
3
kcalendarcore-5.77.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d529aab66431daa84d506619a31287b1c628b1bdff919db4e010214675730c7
|
||||
size 260012
|
11
kcalendarcore-5.77.0.tar.xz.sig
Normal file
11
kcalendarcore-5.77.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnzIACgkQWNDuZIpI
|
||||
s7tbrgf+OxWnCNPnKlpopCOZC47jTDVnG238FD4WFkkVNNJ6s/LM8p9wYzDIzmrp
|
||||
m15JlMWTSJESYHR8+3JGq0HOHOv7pzAD0ejvAuxNyxFdaiSBX6b/1PkoAzufftLE
|
||||
f3MChVgBOvAzEbS+TnklaTeOXuOrMMbOl6b4L1aS2tSpncdavvCX80oOjG6Scqrn
|
||||
MvVb+w910Ppa4PUj62nWuJq6Akmfn1qyX8Mef13RUwgleIgUl3r7NxZ4LIl3LlVk
|
||||
n/Td+9C5clqMoN/wnQVhOZ3azhDSnBUUl4yT7IrDjNHtNWf2DmzIPlhq8LStcHYo
|
||||
U2/Gm3cfPlYMeVaiKR9YvURcoCDj6w==
|
||||
=cmOA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.77.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.77.0
|
||||
- Changes since 5.76.0:
|
||||
* Fix maintainer, that is supposed to be Allen Winter
|
||||
* Re-add COLOR property serialization from RFC7986.
|
||||
* Add support for CONFERENCE property
|
||||
* Add alarmsTo convenience method to Calendar
|
||||
* Check that by day recurrences do not precede dtStart.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 21:34:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.76
|
||||
%define _tar_path 5.77
|
||||
# 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: kcalendarcore
|
||||
Version: 5.76.0
|
||||
Version: 5.77.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
@ -36,9 +36,9 @@ Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: cmake(LibIcal) >= 2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
|
||||
%description
|
||||
KCalendarCore is a library to provide access to and handling of calendar data.
|
||||
|
Loading…
Reference in New Issue
Block a user