forked from pool/kcontacts
Accepting request 723621 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcontacts?expand=0&rev=47
This commit is contained in:
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28f3c61b99f6f6b1264a8373ab9915e6844f4025c74652cd897b7b560067e241
|
||||
size 603352
|
3
kcontacts-19.08.0.tar.xz
Normal file
3
kcontacts-19.08.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b245832fe6150a915d3bcbf1ec4c2c37b6aab541b2568f4955dcd76afa1c486e
|
||||
size 547652
|
11
kcontacts-19.08.0.tar.xz.sig
Normal file
11
kcontacts-19.08.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxoAACgkQ29LOiT4t
|
||||
HId5Qgf/Y+vaL2qcjB+FuDgKPBfbUVAW8dgU6gbf9BwVf3wnO+IRN7oVRmXGjGsp
|
||||
nmgWKNOa0tX0V55TKBtvsb0wI1LvLcgXIsLso4RDvb3lm25G5ZIFf264GMKKPfV5
|
||||
vRNK2HlYZy629cCc6o77Afxsbj6LY5eejfPNTmpRcPQthJIeO4Yfi02XGl6G+afJ
|
||||
XuOLNYLuJxv0aX7xomNcDxIleKBxnD1JS+nTKExD1IRhy/xxrfcoG2oK3a8cHY74
|
||||
0hd2AuDtVQQBDWmhhNU0XdQxpA92vUowggdBeRxql99jIfNa0SB1Sf7g616MTHCt
|
||||
OOoIPdEob04DxvqiGe52FHRfv425RQ==
|
||||
=mgMb
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 08:30:37 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 19.08.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08.0.php
|
||||
- No code change since 19.07.90
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 06 16:50:48 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.07.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
|
||||
- No code changes since 19.07.80
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 11:58:58 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 19.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||
- Changes since 19.04.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 07:26:34 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
|
@@ -16,20 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.5.0
|
||||
%define kf5_version 5.26.0
|
||||
%define lname libKF5Contacts5
|
||||
# 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}')}
|
||||
%bcond_without lang
|
||||
|
||||
Name: kcontacts
|
||||
Version: 19.04.3
|
||||
Version: 19.08.0
|
||||
Release: 0
|
||||
Summary: Address book API for KDE
|
||||
Summary: KDE Frameworks based address book API
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: kcontacts-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: kcodecs-devel >= %{kf5_version}
|
||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||
@@ -41,34 +46,35 @@ BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.3.0
|
||||
|
||||
%description
|
||||
Libkcontacts provides an API for address book data.
|
||||
kcontacts is a Qt5 based library which provides an API
|
||||
to access address book data stored in different formats.
|
||||
|
||||
%package -n libKF5Contacts5
|
||||
Summary: Address book API for KDE
|
||||
%package -n %{lname}
|
||||
Summary: KDE Frameworks based address book API
|
||||
Group: System/Libraries
|
||||
Provides: %{name} = %{version}
|
||||
%if %{with lang}
|
||||
# package existed in KDE:Unstable:Applications for a short while
|
||||
Provides: %{name}-data = %{version}
|
||||
Obsoletes: %{name}-data < %{version}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
|
||||
%description -n libKF5Contacts5
|
||||
Libkcontacts provides an API for address book data.
|
||||
kcontacts is a Qt5 based library which provides an API
|
||||
to access address book data stored in different formats.
|
||||
|
||||
%package devel
|
||||
Summary: Address book API for KDE: Build Environment
|
||||
Summary: Development files for kcontacts
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: kcoreaddons-devel >= %{kf5_version}
|
||||
Requires: libKF5Contacts5 = %{version}
|
||||
Provides: kcontacts5-devel = %{version}
|
||||
Obsoletes: kcontacts5-devel <= %{version}
|
||||
Obsoletes: kcontacts5-devel < %{version}
|
||||
|
||||
%description devel
|
||||
Libkcontacts provides an API for address book data.
|
||||
Development files.
|
||||
Development files for kcontacts, a Qt5 library to access
|
||||
address books.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n kcontacts-%{version}
|
||||
@@ -86,7 +92,7 @@ Development files.
|
||||
%post -n libKF5Contacts5 -p /sbin/ldconfig
|
||||
%postun -n libKF5Contacts5 -p /sbin/ldconfig
|
||||
|
||||
%files -n libKF5Contacts5
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5Contacts.so.*
|
||||
%{_kf5_debugdir}/*.categories
|
||||
|
Reference in New Issue
Block a user