Hello community,

here is the log from the commit of package grantlee-editor for openSUSE:Factory 
checked in at 2017-05-16 14:34:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grantlee-editor (Old)
 and      /work/SRC/openSUSE:Factory/.grantlee-editor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grantlee-editor"

Tue May 16 14:34:20 2017 rev:5 rq:490355 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2017-03-16 09:36:51.226524702 +0100
+++ /work/SRC/openSUSE:Factory/.grantlee-editor.new/grantlee-editor.changes     
2017-05-16 14:34:21.294176407 +0200
@@ -1,0 +2,40 @@
+Sun Apr 16 10:44:47 CEST 2017 - lbeltr...@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 - lbeltr...@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 - lbeltr...@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
+
+-------------------------------------------------------------------

Old:
----
  grantlee-editor-16.12.3.tar.xz

New:
----
  grantlee-editor-17.04.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.iA4EnQ/_old  2017-05-16 14:34:21.926087628 +0200
+++ /var/tmp/diff_new_pack.iA4EnQ/_new  2017-05-16 14:34:21.930087067 +0200
@@ -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:  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(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 @@
 %description
 This package contains the core files of the kdepim module.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -79,6 +89,10 @@
 
 %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 @@
 %{_kf5_htmldir}/en/contactthemeeditor/
 %{_kf5_htmldir}/en/headerthemeeditor/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ grantlee-editor-16.12.3.tar.xz -> grantlee-editor-17.04.0.tar.xz ++++++
++++ 38248 lines of diff (skipped)


Reply via email to