Accepting request 1035766 from home:cgiboudeaux:applications-22.11.80
KDE release gear 22.12 beta. Don't forward OBS-URL: https://build.opensuse.org/request/show/1035766 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-contact?expand=0&rev=224
This commit is contained in:
parent
a7fca9db33
commit
85a2f093fc
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 12 08:53:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 22.11.80
|
||||||
|
* New feature release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 1 11:19:38 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 1 11:19:38 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package akonadi-contact
|
# spec file for package akonadi-contact
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,20 +18,19 @@
|
|||||||
|
|
||||||
%define rname akonadi-contacts
|
%define rname akonadi-contacts
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
%define kf5_version 5.79.0
|
%define kf5_version 5.99.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: akonadi-contact
|
Name: akonadi-contact
|
||||||
Version: 22.08.3
|
Version: 22.11.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||||
@ -69,7 +68,6 @@ as part of the KDE Personal Information Management (PIM) software.
|
|||||||
|
|
||||||
%package -n libKF5AkonadiContact5
|
%package -n libKF5AkonadiContact5
|
||||||
Summary: Library for personal contact handling
|
Summary: Library for personal contact handling
|
||||||
Group: System/Libraries
|
|
||||||
Requires: akonadi-contact >= %{version}
|
Requires: akonadi-contact >= %{version}
|
||||||
Obsoletes: akonadi-socialutils
|
Obsoletes: akonadi-socialutils
|
||||||
Obsoletes: akonadi-socialutils-devel
|
Obsoletes: akonadi-socialutils-devel
|
||||||
@ -82,7 +80,6 @@ as part of the KDE Personal Information Management (PIM) software.
|
|||||||
|
|
||||||
%package -n libKF5ContactEditor5
|
%package -n libKF5ContactEditor5
|
||||||
Summary: Library for personal contact handling
|
Summary: Library for personal contact handling
|
||||||
Group: System/Libraries
|
|
||||||
Requires: akonadi-contact >= %{version}
|
Requires: akonadi-contact >= %{version}
|
||||||
|
|
||||||
%description -n libKF5ContactEditor5
|
%description -n libKF5ContactEditor5
|
||||||
@ -91,7 +88,6 @@ as part of the KDE Personal Information Management (PIM) software.
|
|||||||
|
|
||||||
%package -n akonadi-plugin-contacts
|
%package -n akonadi-plugin-contacts
|
||||||
Summary: Plugins for personal contact handling
|
Summary: Plugins for personal contact handling
|
||||||
Group: System/Libraries
|
|
||||||
Requires: akonadi-contact >= %{version}
|
Requires: akonadi-contact >= %{version}
|
||||||
|
|
||||||
%description -n akonadi-plugin-contacts
|
%description -n akonadi-plugin-contacts
|
||||||
@ -99,7 +95,6 @@ This package provides plugins required by PIM applications to read and write con
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE PIM Libraries: Build Environment
|
Summary: KDE PIM Libraries: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
|
||||||
Requires: akonadi-contact = %{version}
|
Requires: akonadi-contact = %{version}
|
||||||
Requires: libKF5AkonadiContact5 = %{version}
|
Requires: libKF5AkonadiContact5 = %{version}
|
||||||
Requires: libKF5ContactEditor5 = %{version}
|
Requires: libKF5ContactEditor5 = %{version}
|
||||||
@ -127,10 +122,9 @@ to develop KDE PIM applications.
|
|||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%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 libKF5AkonadiContact5 -p /sbin/ldconfig
|
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||||
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||||
@ -175,8 +169,6 @@ to develop KDE PIM applications.
|
|||||||
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
||||||
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
%{_kf5_mkspecsdir}/qt_ContactEditor.pri
|
||||||
|
|
||||||
%if %{with released}
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c1ba53d31b7bf5953d7999485fc22c7995a9ef37a0cf5bd14bea1cc03f4f5af
|
|
||||||
size 427264
|
|
@ -1,16 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmNgZO8ACgkQu0YzUNbv
|
|
||||||
Me9XGg/+NlyLQe7ZBNvSqFKyWU8+ldmrDNBy4FGXqTw7XZiMBAA133DavBp7ZMlP
|
|
||||||
zG9uzLqXXpKy8C291XNoFQ1gWq0fAR31iSl19/M7tr+e/RQwiOJA4PQvRPJ57gYQ
|
|
||||||
wEbJHGci2jIv5UOIWz7WR2t3kfQ7b8RwuVB+ASNVgxs5CjbOEX90yCoN51Cb5S1T
|
|
||||||
8pt7KoLQZO2OqefOay0BQxxVqYqAlTV2kyMStRbxIzDR9f4SburudXSbAczSSMtF
|
|
||||||
sDabbhUUDFj6OTYZ9Z62fe3z1L6Oq69HkhExhEtJ+DbjnpxrtVOWC8EtEA6zi9zx
|
|
||||||
yW/UUEMcDc0ufTNXWxgHcv1cAD3xPr9DJBgP8WioHEqAIoGanghYMwQUjvFJg2Hs
|
|
||||||
5LUq2sNS2fzoqXIlr085AwPMb4uGHmqKOZ/yIWkKId3UISgsJG52o5R4krd9OBjT
|
|
||||||
Y50W3ajo+0Zn2YIld49oyyuGNXz9z7WJA2II4OoGMCWnLv7SsaHcC7ilJ1GccV4H
|
|
||||||
akKpzyB6RB+9Mu4JytXBfSQ89RI+zrt2jTvrLn+t5UdBUoLhC6l9n9ZSFoxHf8Uf
|
|
||||||
AyWXzwCpY0wm/qt5AZjDILvTjvWOm3q/y4IkiQ5ImeguFb/AyxuirAciqraEEj+d
|
|
||||||
JeKRON1HBJFVc7EYEiDKe4Mk1fQEnZHCqixtJZaDDvU/4g/Z5WA=
|
|
||||||
=+Tzk
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
akonadi-contacts-22.11.80.tar.xz
Normal file
3
akonadi-contacts-22.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa5b1ffd4ecc1802c6cc0150e8e524985e07f416c0ebb0420b7d6b46873e3d83
|
||||||
|
size 439092
|
16
akonadi-contacts-22.11.80.tar.xz.sig
Normal file
16
akonadi-contacts-22.11.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmNtk18ACgkQOmpNuDnq
|
||||||
|
ptdOiA//SI8Sj1Q8Lg0hlhIL13u/+UUi6F4qnAUFq/Oau48CQDamx7QwlimR+Cas
|
||||||
|
GaSQ8i41uye/9ClVHSmoi7AAYZG9seAcTsr6f2rjMAtGE/u0ZBUbHgdtlmCxd4pv
|
||||||
|
gSzqkAD+7zWj7hSf/hkM4r3cp2HVLQVdyNhcdapKOUAUY2hkyA5wQCNuyLkFOiq2
|
||||||
|
EZ+RKWJW34XtwAch8tqKdfdBdR55urB1hZUH3HZh7NTE0byWm3ufpSxarHQ7H+0Z
|
||||||
|
4g26VWL/QJHsnTrwMHEGJNPtfvHsDnm9PtMADuU3f8URGLY0Fb1x7BD/0+udl6go
|
||||||
|
CM4uxvYV4A5IBvtz2lQcbY954u+30I2SAwT9kQZ8u8RF7PH8ctdM4C4bVqHAHngc
|
||||||
|
PM8HEE2bkBg3TGLvwyMgnpv3AJou4B1VuqExjtHP+JqFwNLwpMRWGFJF2761Eg0R
|
||||||
|
qUUlTTvjcXXPa9869enNDFhQcEcnF00p7ghRNHgnmzqdkSZn8tfxG7KwucR8Ut/T
|
||||||
|
EU2n5C6VkO0+ExX4X0ZVmaZ34fbigGhQPrj49Ns2yYZ2s3PDoJEedVhNKTI6MAQk
|
||||||
|
KYdDu5jUDazGa6/rVVvlk9rEp6BQCq3eiDBBPhI68ytRUDfE0oVVZP7iZUomoDLC
|
||||||
|
8pgZM0D3rrd0xKXJ0izdSw5Ae/QT3icm+QsMCZdO9ou00P8OdxM=
|
||||||
|
=UhX8
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user