KDE Frameworks 6.3.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-kcontacts?expand=0&rev=9
This commit is contained in:
parent
0e9f52a3e0
commit
b99a114a1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:709ca19e9076f98751764d029b8d648c6a61b17262ba4821cf97f913ccbd1bf9
|
||||
size 207664
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZjTXZgAKCRAsjfWHptSq
|
||||
wa4eAQC2C7y2luSUo8aEBR2TbFEKEYLDWCaGVVe8/JOFXWfzwAEAlYGo8lDHu8Vq
|
||||
iyeFYGCz7mB8ylMwEOQRsdtP9RVAvwE=
|
||||
=5f0C
|
||||
-----END PGP SIGNATURE-----
|
3
kcontacts-6.3.0.tar.xz
Normal file
3
kcontacts-6.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:229b5b1797cdc7faeb227f715c86edee8e8464f40b247432af909e3b3d30b107
|
||||
size 207792
|
7
kcontacts-6.3.0.tar.xz.sig
Normal file
7
kcontacts-6.3.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnPmQAKCRAsjfWHptSq
|
||||
wd7KAP4kPH933eb/6FowlgiNaVriKCv2XBwIJwdFQYRoRW+CNgEAjb/BX80XaHbZ
|
||||
43AnMJLEMkMVk49qxipdcIH0BifztwM=
|
||||
=sLZf
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 10:11:28 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.3.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.3.0/
|
||||
- Changes since 6.2.0:
|
||||
* Add SPDX license/copyright information for new CMakeLists.txt as well
|
||||
* Properly expose address format API to QML
|
||||
* Add qml module
|
||||
* Update feature documentation
|
||||
* Remove explicit maintainer from metainfo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 12:22:26 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname kcontacts
|
||||
# Full KF6 version (e.g. 6.2.0)
|
||||
# Full KF6 version (e.g. 6.3.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
# Last major and minor KF6 version (e.g. 6.0)
|
||||
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kf6-kcontacts
|
||||
Version: 6.2.0
|
||||
Version: 6.3.0
|
||||
Release: 0
|
||||
Summary: KDE Frameworks based address book API
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,12 +41,20 @@ BuildRequires: cmake(KF6Config) >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{_kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{_kf6_version}
|
||||
BuildRequires: cmake(Qt6Gui) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
||||
|
||||
%description
|
||||
kcontacts is a Qt library which provides an API
|
||||
to access address book data stored in different formats.
|
||||
|
||||
%package imports
|
||||
Summary: QML imports for kcontacts
|
||||
|
||||
%description imports
|
||||
This package provides a QML module that exposes some of the kcontacts classes
|
||||
as QML value types.
|
||||
|
||||
%package -n libKF6Contacts6
|
||||
Summary: KDE Frameworks based address book API
|
||||
Requires: kf6-kcontacts = %{version}
|
||||
@ -87,6 +95,9 @@ Development files for kcontacts, a Qt library to access address books.
|
||||
%{_kf6_debugdir}/kcontacts.categories
|
||||
%{_kf6_debugdir}/kcontacts.renamecategories
|
||||
|
||||
%files imports
|
||||
%{_kf6_qmldir}/org/kde/contacts/
|
||||
|
||||
%files -n libKF6Contacts6
|
||||
%license LICENSES/*
|
||||
%doc README.md
|
||||
|
Loading…
Reference in New Issue
Block a user