Accepting request 490355 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grantlee-editor?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:34:20 +00:00 committed by Git OBS Bridge
commit ffdae690df
4 changed files with 68 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:47 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Use QFileInfo::exists(...) method
-------------------------------------------------------------------
Wed Apr 12 20:25:16 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:11 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Const'ify
* Fix check
* Remove wallet dependancy
* Remove not necessary check
* clean forward declaration
* Remove some Q_FOREACH
* Minor optimization
* Use nullptr
* update copyright
* Use uniq project name
* Add ECMCoverageOption
-------------------------------------------------------------------
Thu Mar 9 12:34:31 CET 2017 - lbeltrame@kde.org
@ -20,14 +60,14 @@ Thu Feb 9 06:42:48 UTC 2017 - lbeltrame@kde.org
Sat Jan 14 08:50:22 UTC 2017 - lbeltrame@kde.org
- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
-------------------------------------------------------------------
Tue Dec 13 19:30:39 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php

View File

@ -16,11 +16,13 @@
#
%bcond_without lang
Name: grantlee-editor
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Base package of kdepim
License: GPL-2.0+ and LGPL-2.1+
@ -43,9 +45,7 @@ BuildRequires: knewstuff-devel
BuildRequires: kparts-devel
BuildRequires: kpimtextedit-devel >= %{_kapp_version}
BuildRequires: ktexteditor-devel
BuildRequires: kwallet-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdepim-devel
BuildRequires: libkleo
BuildRequires: messagelib-devel >= %{_kapp_version}
BuildRequires: pimcommon-devel
@ -61,8 +61,14 @@ BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebEngine) >= 5.6.0
BuildRequires: pkgconfig(Qt5WebKit)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
Requires: kaddressbook
Requires: kmail-application-icons
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
@ -70,6 +76,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
This package contains the core files of the kdepim module.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -79,6 +89,10 @@ This package contains the core files of the kdepim module.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
rm %{buildroot}%{_kf5_libdir}/*.so
%post -p /sbin/ldconfig
@ -100,4 +114,9 @@ rm %{buildroot}%{_kf5_libdir}/*.so
%{_kf5_htmldir}/en/contactthemeeditor/
%{_kf5_htmldir}/en/headerthemeeditor/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog