SHA256
1
0
forked from pool/kcontacts

Accepting request 516593 from KDE:Applications

17.08.0

OBS-URL: https://build.opensuse.org/request/show/516593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcontacts?expand=0&rev=23
This commit is contained in:
2017-08-24 15:51:58 +00:00
committed by Git OBS Bridge
parent d9c705d4ac
commit f4857e4bb6
4 changed files with 43 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01bc142db00140039cd2000d2d74a6bfc12b9ebd5f28d45be168ae04e6b51b78
size 207360

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

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sat Aug 12 10:28:30 UTC 2017 - jengelh@inai.de
- Remove time-sensitive wording from summaries
-------------------------------------------------------------------
Fri Aug 11 22:45:15 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
* Apply patch from McPain
* Try to implement vcard4 support for logo not success yet
* Use DQT_NO_URL_CAST_FROM_STRING
* Use contains here
* Remove module name
* USe Q_FALLTHROUGH
* Remove deprecated method
* Add .gitignore
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
* Minor optimization
-------------------------------------------------------------------
Sat Aug 5 18:17:20 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
-------------------------------------------------------------------
Sat Jul 15 22:59:27 CEST 2017 - lbeltrame@kde.org

View File

@@ -20,12 +20,12 @@
%define kf5_version 5.5.0
Name: kcontacts
Version: 17.04.3
Version: 17.08.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: New address book API for KDE
Summary: Address book API for KDE
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
@@ -47,9 +47,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Libkcontacts provides an API for address book data.
%package -n libKF5Contacts5
Summary: New address book API for KDE
Group: Development/Libraries/KDE
Summary: Address book API for KDE
Group: System/Libraries
%if %{with lang}
Recommends: %{name}-lang
%endif
Provides: %{name} = %{version}
%description -n libKF5Contacts5
@@ -96,10 +98,10 @@ Development files.
%files devel
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/cmake/KF5Contacts/
%{_kf5_libdir}/libKF5Contacts.so
%{_kf5_cmakedir}/KF5Contacts/
%{_kf5_includedir}/KContacts/
%{_kf5_includedir}/kcontacts_version.h
%{_kf5_libdir}/libKF5Contacts.so
%{_kf5_mkspecsdir}/qt_KContacts.pri
%if %{with lang}