forked from pool/kcontacts
Accepting request 1008981 from KDE:Frameworks5
KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1008981 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcontacts?expand=0&rev=85
This commit is contained in:
commit
3f09c965df
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0684e80bfd9a2b5674930c3efe6819be91e235122275d90f97f0bc9c6278743c
|
|
||||||
size 193940
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9PkACgkQWNDuZIpI
|
|
||||||
s7trDggArIgYSnjPapwGoAhDm5K4rC77R1fZvSnQ+7NI9I50s//LYzdmn7qmyW3k
|
|
||||||
eO/KDNhcmXLRRIbWfNTdNt+c77zPT2NW7PU4ST77jMgrHAzBIcdMKolPQtAzWMk1
|
|
||||||
pb967g8Ix81I2KNNRLQI8ekJiZmfstDA/OrrN6iE22WMFo9x9p/oVGBqj2pckmhh
|
|
||||||
6elMxuHOda8L3g65qzijQRc27YgsF+fXJCTIRJWzda6BAYvuj1JDAp42kaKLIwPf
|
|
||||||
Iu+1ffHBjOkukl2yGV18cymJtCFIv8rvupBHhCK/P0jAOk4i9NnvReOoCmxFFiRK
|
|
||||||
+2OfBcuTucR5l5XcWbVIa5fRm6clJw==
|
|
||||||
=7WVn
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcontacts-5.99.0.tar.xz
Normal file
3
kcontacts-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a5ab0691d844adedb698f4884acb9b3f3984a77755d9837d036d024a3b4262b8
|
||||||
|
size 195412
|
11
kcontacts-5.99.0.tar.xz.sig
Normal file
11
kcontacts-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVAACgkQWNDuZIpI
|
||||||
|
s7vjbggAjNyF7/7us0sOkJTFujgYBY9Qy6iCxvsJqql/dNLV1drJApya/eW4RvKl
|
||||||
|
4id0RVOb0E5yHf68TR4pPQQqqhavVZGQdfKm/5IrjqaBZmjjLGrYOHKxyh0dS7aU
|
||||||
|
LDB3EU3I8MOqn46ZvEB5gCedeywgAVRLAWOW4KXosVzrLWEXb4HtY7ehX9kjDpWt
|
||||||
|
U4wAD0REXIvmjvSlnhtWJzqOCyC0uDrpl/aLOwrZ42az/6Rbi3232YEuEDSFnZTD
|
||||||
|
PG3RUdkpxv7rlwkEeinr2S3yoiMdToH8k1Q+rEYpcLJZm5MPqA3UY+4Mn/vzSlS1
|
||||||
|
kvZ6FZioEItFz5KMIjFavXEQnGZPHA==
|
||||||
|
=51Bj
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 15:55:35 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.99.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||||
|
- Changes since 5.98.0:
|
||||||
|
* Make QtQuick trully optional
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 6 07:16:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Sep 6 07:16:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.98
|
%define _tar_path 5.99
|
||||||
# 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.98.0
|
Version: 5.99.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
|
||||||
@ -87,9 +87,8 @@ address books.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with released}
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -n libKF5Contacts5 -p /sbin/ldconfig
|
%post -n libKF5Contacts5 -p /sbin/ldconfig
|
||||||
%postun -n libKF5Contacts5 -p /sbin/ldconfig
|
%postun -n libKF5Contacts5 -p /sbin/ldconfig
|
||||||
@ -106,8 +105,6 @@ address books.
|
|||||||
%{_kf5_libdir}/libKF5Contacts.so
|
%{_kf5_libdir}/libKF5Contacts.so
|
||||||
%{_kf5_mkspecsdir}/qt_KContacts.pri
|
%{_kf5_mkspecsdir}/qt_KContacts.pri
|
||||||
|
|
||||||
%if %{with released}
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user