forked from pool/kcontacts
Accepting request 961231 from KDE:Frameworks5
KDE Frameworks 5.92 (forwarded request 961114 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/961231 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcontacts?expand=0&rev=78
This commit is contained in:
commit
fbea83c2f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1b067820de0370a0da43b069f4c9cafb411bb201fcbb112b9743fb9d134b03b1
|
|
||||||
size 183352
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kfgACgkQWNDuZIpI
|
|
||||||
s7u3cwf9HbneOfRHw9U+2Czz1egLDUExfHL8xbqPxv4VPXk8y6bvx3RImmfplbcu
|
|
||||||
S2YILVn6EU5KHz5L4mhsJ+O9/BTZoIK1Wkm0gLiodqT3Zm+n/Q9dHkZCT70aq7vN
|
|
||||||
8E1BjcWQ7woig0MOlV2ranbV5jLmjq7mN2OEv37+IUuXlPyVMVfqtFFMSRcvU5Ni
|
|
||||||
l4Uf5Fqw/hI0IoPnvmTXNy4fN5mXdwT4wzYDUl6gM/SWnP2yUGlHBJb9Q+IUxz+S
|
|
||||||
KKGLiyZnCbs4/9hvjFlenvdPoSMl7p3LoLA1EestL5kWqaD5CWFj4R4isMhJNqw0
|
|
||||||
FYJpIWJ42P5mO30A5f/L0j9E1N7anw==
|
|
||||||
=u36F
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcontacts-5.92.0.tar.xz
Normal file
3
kcontacts-5.92.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1276006e50f507216a8241ca4b26b02c67c42e5bee26a6b391db6ae4f72533ce
|
||||||
|
size 192640
|
11
kcontacts-5.92.0.tar.xz.sig
Normal file
11
kcontacts-5.92.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwk8ACgkQWNDuZIpI
|
||||||
|
s7tMkwgAjRI827DUtoPcW8nc1bprQHcIIgzHjFKAISHsnq8O2R/y+ZyeoyHkC/N7
|
||||||
|
RMziPGD34EKxUvb5lsPfDxsTXYNMlWA+rNiI67eXv536FYmzuIeMXgy32L5MhBLl
|
||||||
|
45NhEAXHahGsQlsfNhx99xndaTRTV6Yp163fCDsSFYGtDehA84NRBfsG/Mx2NInT
|
||||||
|
yKz7UoIzbYAu7MZC0BboMtfKWS4SV/NFDhLu6TLHT7LooOIrFaoy7Y7pNL7AFGxs
|
||||||
|
af2dvCbhUnb+bgjTrHyOQFvwWyVoQgn8xSxhoXVEfXR3hExgGpPWiTICqXxzPrqf
|
||||||
|
S5papTl1xhI2M21nWHZehDdru0kd2Q==
|
||||||
|
=fiyC
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 7 09:26:46 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.92.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.92.0
|
||||||
|
- Changes since 5.91.0:
|
||||||
|
* Add Qt6 Android CI
|
||||||
|
* Split internal and external API into different files
|
||||||
|
* Also install the address format API header
|
||||||
|
* Improve output for incomplete addresses and formats with 3+ fields per line
|
||||||
|
* Rewrite the address formatter
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 6 10:16:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 6 10:16:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.91
|
%define _tar_path 5.92
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kcontacts
|
Name: kcontacts
|
||||||
Version: 5.91.0
|
Version: 5.92.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Frameworks based address book API
|
Summary: KDE Frameworks based address book API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -41,6 +41,7 @@ BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
|||||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(Qt5Gui)
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5Quick)
|
||||||
BuildRequires: cmake(Qt5Test)
|
BuildRequires: cmake(Qt5Test)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user