forked from pool/kcalendarcore
KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=72
This commit is contained in:
parent
7a1303b848
commit
4a2fcb9dc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:600c2409faf7e4cc9c7375676a5cfcfdf5b74e8b47a5b44afd2c4babf8c5bf57
|
||||
size 268088
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmU0ACgkQWNDuZIpI
|
||||
s7urewf/XqnhTp2yiJB6mZezYDcA4NR8arg0SwUScD5hINXqqyPRf1c/SsMoGfif
|
||||
NwuODgW/3sUmW+wOXm1jlMzM3xG6jv34RdYt4CuKxTRW/ocT1Wl9NvG1bT81ApCK
|
||||
MtjVth204eaTUZpEaKnVDpztFgZRXZT4VuUHKvtDMLXF3pZw0ubsBos+lDAjc6/Q
|
||||
tqHPzInNVfVNlGlkp0+P9Up2sPU/k/Z1SnolEOp9l9FKe7GJFy5uVnHV+Pf6V5Lt
|
||||
Dd07ZuuosZRVrechhZ0f279+6wXPopo1ZbCu4FBFKbvYcm2/7AfLykMYGP+091q8
|
||||
7eCbbE7LCMlv53QaQiTA5VP6cUuj+Q==
|
||||
=TNvv
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.101.0.tar.xz
Normal file
3
kcalendarcore-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3acb875423dc155d92408a9772ae2ad85f0c69f1033ea777a2326559f11e109c
|
||||
size 268088
|
11
kcalendarcore-5.101.0.tar.xz.sig
Normal file
11
kcalendarcore-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLJgACgkQWNDuZIpI
|
||||
s7vxfQf+NIw8l4eeb2xgnpaQA/K5QO0CKs1jLo/N+7rwGPBqJwiXRMYFp+ardzPL
|
||||
RJoCj5tPjN8HvDQjzlrwuJBc9Vn24xPaBOVmD0qdID83/EtbZ1ClWelr1iN0MkzQ
|
||||
2k/xW3t3RI+jtoKv0UKVUiOjxhgCKKYAQGEKqflk77XCHMyVtLgypM3ALDf9g71h
|
||||
cszrcXhgNDshTJA52mu+AqpdNHUiGRlqFmCNoyUW+Fw7p/I+DnTgsPDrqgQ7A7Qv
|
||||
vxiCkM9/OdHyYFSQzZF2/HY+2snaYrzd0yylpi1yrYnmUXuk8E0oiDHJKIH57XKZ
|
||||
8pp4loJpICiAZx8GT+wVOiu+NfpUTg==
|
||||
=ezY5
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 20:10:24 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.101.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||
- No code change since 5.100.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 08:34:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,18 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.100
|
||||
%define _tar_path 5.101
|
||||
# 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.100.0
|
||||
Version: 5.101.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
@ -48,7 +47,6 @@ scheduling standard iTIP.
|
||||
|
||||
%package -n libKF5CalendarCore5
|
||||
Summary: Library to access to and handle calendar data
|
||||
Group: Development/Libraries/KDE
|
||||
|
||||
%description -n libKF5CalendarCore5
|
||||
KCalendarCore is a library to provide access to and handling of calendar data.
|
||||
@ -57,7 +55,6 @@ scheduling standard iTIP.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for kcalendarcore, a library to handle calendar data
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: libKF5CalendarCore5 = %{version}
|
||||
Requires: cmake(LibIcal) >= 3.0
|
||||
# kcalcore-devel version was 19.11.70 in the unstable repo, 19.08.1 in stable
|
||||
|
Loading…
Reference in New Issue
Block a user