SHA256
1
0
forked from pool/kcontacts

KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcontacts?expand=0&rev=55
This commit is contained in:
Christophe Marin 2022-01-09 10:15:00 +00:00 committed by Git OBS Bridge
parent bd6e36b554
commit 5492f03429
6 changed files with 30 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59949b9b3c40ae60597d7a44172ab600d2fe5262a2c96a72fd0ef535eccf4ffa
size 183044

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8QACgkQWNDuZIpI
s7v4Cgf/QlPFTNX1obQ5WUvhAjQxG1333Lzo8TYGK6ieLlYA2bAPakKPMOnUW/k2
brpryYUtA5oLTYv9n/9RpZEyd0ykS8XwxYJpoMM1o8qDrOdSJrlpF6rROiA+giA5
MDcby+mumgdyKkRdO2h0dFSHJPkzobQBrPrZJRs/IYIiyJasPNXmy47u1YdTQ5mM
1EJx3+1vpxdffA5Ut57cE1vdVSy1o3B/2mGCCK0ZoflcOaNvDC8qeukzvJytjUec
RrBELJrzNQCA2D0mkTbJQT09I3UcOqPK9xenp63NniwSvAO2OXhNjUFILytvDvAU
rpTkseRxRgra8ew067X1gGcMym55KQ==
=JKzP
-----END PGP SIGNATURE-----

3
kcontacts-5.90.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3536d335136c5bef49538a47641f3469668e45976874211ba74615d5cc08626f
size 183196

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0IACgkQWNDuZIpI
s7vUMgf+Ipe3XwZF0ryB091Iqyc4OvoZMw2ekLvw9tJVwVtBoF7gWLAc8tBwsCDm
m6n9fVqL6wi9pGR5K4+clUgcmn1adU3nmR8gDO8/iNocMCLlvT9Pt8CFbIrMTzCY
54+AArBnrywfAB3hQN6MgzceZZ+T0rUPBbyXqZMfD0mZLhA56LVN/0THGjkl2+oX
/sR/M+HioiB6KSrtnIfrxbGk3MRdKhtfC/RaCulRC6NL4dfaBPmpHQPSuxrt95bF
yRnu6nX22CfxVGl9Fifg/cKDxtXw1YDAKnbK/1jAWK9Vv+1f4qD2POkN2llotIDP
PVOHz7WAdxKcXxjuR0h7+q80bCI9pA==
=Bsvo
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:21 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Make it compile against qt6
-------------------------------------------------------------------
Sat Dec 4 22:56:26 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,21 +16,21 @@
#
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kcontacts
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: KDE Frameworks based address book API
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -86,7 +86,7 @@ address books.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@ -106,7 +106,7 @@ address books.
%{_kf5_libdir}/libKF5Contacts.so
%{_kf5_mkspecsdir}/qt_KContacts.pri
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif