KDE Applications 17.08.80 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/grantlee-editor?expand=0&rev=13
This commit is contained in:
+22
-2
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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 +40,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
|
||||
|
||||
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: grantlee-editor
|
||||
Version: 16.12.3
|
||||
Version: 17.03.80
|
||||
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 +43,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,6 +59,11 @@ 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1df143df3cd6754b51e08985534af65c1366a59c28bca9be17f0f571633f800
|
||||
size 45408
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c0e6f499a047b229e8f64d2236d18fbf8390a403404cecef1ff4028a98fa47
|
||||
size 46024
|
||||
Reference in New Issue
Block a user